From fedora-extras-commits at redhat.com Tue Aug 1 00:03:29 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:03:29 -0700 Subject: rpms/amavisd-new/devel .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010003.k7103Vqr029286@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29260 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Jun 2006 20:51:47 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:03:29 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:03:29 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 20 Jun 2006 20:51:47 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:03:29 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Jun 2006 20:51:47 -0000 1.4 +++ sources 1 Aug 2006 00:03:29 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:05:20 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:05:20 -0700 Subject: rpms/amavisd-new/FC-5 .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010005.k7105MTx029426@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29397 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Jul 2006 18:53:28 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:05:20 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:05:20 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 5 Jul 2006 18:53:28 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:05:20 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Jul 2006 18:53:28 -0000 1.4 +++ sources 1 Aug 2006 00:05:20 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:06:23 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:06:23 -0700 Subject: rpms/amavisd-new/FC-4 .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010006.k7106PPB029509@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29483 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Jul 2006 18:53:22 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:06:23 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:06:23 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 5 Jul 2006 18:53:23 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:06:23 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Jul 2006 18:53:23 -0000 1.4 +++ sources 1 Aug 2006 00:06:23 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:07:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:07:05 -0700 Subject: rpms/amavisd-new/FC-3 .cvsignore, 1.3, 1.4 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608010007.k71077Eo029586@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29560 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Jul 2006 18:53:22 -0000 1.3 +++ .cvsignore 1 Aug 2006 00:07:05 -0000 1.4 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:07:05 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-new.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- amavisd-new.spec 5 Jul 2006 18:53:22 -0000 1.3 +++ amavisd-new.spec 1 Aug 2006 00:07:05 -0000 1.4 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Jul 2006 18:53:22 -0000 1.3 +++ sources 1 Aug 2006 00:07:05 -0000 1.4 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:58:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 17:58:28 -0700 Subject: rpms/clips/FC-5 clips.spec,1.7,1.8 sources,1.6,1.7 Message-ID: <200608010058.k710wU78029830@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799 Modified Files: clips.spec sources Log Message: Remove autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/FC-5/clips.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clips.spec 11 Jul 2006 02:57:35 -0000 1.7 +++ clips.spec 1 Aug 2006 00:58:28 -0000 1.8 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 18%{?dist} +Release: 19%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Sat Jul 08 2006 Rick L Vinyard Jr 6.24-18 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Jul 2006 02:57:35 -0000 1.6 +++ sources 1 Aug 2006 00:58:28 -0000 1.7 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 01:11:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 18:11:21 -0700 Subject: rpms/clips/FC-4 clips.spec,1.9,1.10 sources,1.4,1.5 Message-ID: <200608010111.k711BNl1032494@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32475 Modified Files: clips.spec sources Log Message: Removed autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/FC-4/clips.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- clips.spec 11 Jul 2006 03:04:50 -0000 1.9 +++ clips.spec 1 Aug 2006 01:11:21 -0000 1.10 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 15%{?dist} +Release: 16%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -163,6 +163,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-16 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Mon Jul 10 2006 Rick L Vinyard Jr 6.24-15 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 03:04:50 -0000 1.4 +++ sources 1 Aug 2006 01:11:21 -0000 1.5 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 01:13:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 18:13:09 -0700 Subject: rpms/clips/devel clips.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200608010113.k711DBXL032571@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32552 Modified Files: clips.spec sources Log Message: Removed autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/devel/clips.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clips.spec 11 Jul 2006 03:06:00 -0000 1.4 +++ clips.spec 1 Aug 2006 01:13:09 -0000 1.5 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 18%{?dist} +Release: 19%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Sat Jul 08 2006 Rick L Vinyard Jr 6.24-18 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 03:06:00 -0000 1.4 +++ sources 1 Aug 2006 01:13:09 -0000 1.5 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 04:54:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:54:38 -0700 Subject: owners owners.list,1.1346,1.1347 Message-ID: <200608010454.k714seE9008648@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8631 Modified Files: owners.list Log Message: added perl-Gtk2-Sexy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1346 retrieving revision 1.1347 diff -u -r1.1346 -r1.1347 --- owners.list 31 Jul 2006 18:19:13 -0000 1.1346 +++ owners.list 1 Aug 2006 04:54:38 -0000 1.1347 @@ -1207,6 +1207,7 @@ Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2|Perl interface to the 2.x series of the Gimp Toolkit library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|perl-Gtk2-Sexy|Perl interface to the sexy widget collection|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Spell|Perl interface to gtkspell|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 1 04:55:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:34 -0700 Subject: rpms/perl-Gtk2-Sexy - New directory Message-ID: <200608010455.k714ta2e008716@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690/perl-Gtk2-Sexy Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Sexy added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 04:55:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:39 -0700 Subject: rpms/perl-Gtk2-Sexy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608010455.k714tfaZ008759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8726 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-Sexy --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-Sexy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 04:55:35 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:35 -0700 Subject: rpms/perl-Gtk2-Sexy/devel - New directory Message-ID: <200608010455.k714tb5o008719@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690/perl-Gtk2-Sexy/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Sexy/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 04:55:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:40 -0700 Subject: rpms/perl-Gtk2-Sexy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608010455.k714tgvD008762@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8726/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-Sexy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 04:55:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:49 -0700 Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608010456.k714uLTf008813@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8775/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-Sexy.spec Log Message: auto-import perl-Gtk2-Sexy-0.02-3.fc5 on branch devel from perl-Gtk2-Sexy-0.02-3.fc5.src.rpm --- NEW FILE perl-Gtk2-Sexy.spec --- Name: perl-Gtk2-Sexy Version: 0.02 Release: 3%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries License: LGPL URL: http://search.cpan.org/dist/Gtk2-Sexy Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Sexy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl BuildRequires: perl(Gtk2), perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) BuildRequires: libsexy-devel, libxml2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Gtk2) %description This module allows a perl developer to access the widgets of the sexy widget collection. %prep %setup -q -n Gtk2-Sexy-%{version} # keep rpmlint happy... chmod -x examples/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} # make -debuginfo whole.... cp xs/* . %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog examples %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gtk2 %{_mandir}/man3/*.3* %changelog * Mon Jul 31 2006 Chris Weyl 0.02-3 - add an explicit dep on perl(Gtk2) - add additional br, plus fix -debuginfo package * Fri Jul 28 2006 Chris Weyl 0.02-2 - add missing br * Thu Jul 27 2006 Chris Weyl 0.02-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 04:55:40 -0000 1.1 +++ .cvsignore 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-Sexy-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 04:55:40 -0000 1.1 +++ sources 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +59433b6b2f2d72c5dfcc0d1dd0c5e7d7 Gtk2-Sexy-0.02.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 04:55:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:48 -0700 Subject: rpms/perl-Gtk2-Sexy import.log,1.1,1.2 Message-ID: <200608010456.k714uK5n008809@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8775 Modified Files: import.log Log Message: auto-import perl-Gtk2-Sexy-0.02-3.fc5 on branch devel from perl-Gtk2-Sexy-0.02-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 04:55:39 -0000 1.1 +++ import.log 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-Sexy-0_02-3_fc5:HEAD:perl-Gtk2-Sexy-0.02-3.fc5.src.rpm:1154408153 From fedora-extras-commits at redhat.com Tue Aug 1 04:58:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:58:10 -0700 Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec,1.1,1.2 Message-ID: <200608010458.k714wCmc008868@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8851 Modified Files: perl-Gtk2-Sexy.spec Log Message: bump Index: perl-Gtk2-Sexy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/perl-Gtk2-Sexy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-Sexy.spec 1 Aug 2006 04:55:48 -0000 1.1 +++ perl-Gtk2-Sexy.spec 1 Aug 2006 04:58:09 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Sexy Version: 0.02 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries @@ -59,6 +59,9 @@ %changelog +* Mon Jul 31 2006 Chris Weyl 0.02-4 +- bump for build + * Mon Jul 31 2006 Chris Weyl 0.02-3 - add an explicit dep on perl(Gtk2) - add additional br, plus fix -debuginfo package From fedora-extras-commits at redhat.com Tue Aug 1 08:12:28 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:12:28 -0700 Subject: rpms/qstat/devel - New directory Message-ID: <200608010812.k718CUjj020039@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20010/qstat/devel Log Message: Directory /cvs/extras/rpms/qstat/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 08:12:28 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:12:28 -0700 Subject: rpms/qstat - New directory Message-ID: <200608010812.k718CUWt020036@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20010/qstat Log Message: Directory /cvs/extras/rpms/qstat added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 08:13:31 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:13:31 -0700 Subject: rpms/qstat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608010813.k718DXVG020091@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module qstat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 08:13:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:13:30 -0700 Subject: rpms/qstat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608010813.k718DWTW020088@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055 Added Files: Makefile import.log Log Message: Setup of module qstat --- NEW FILE Makefile --- # Top level Makefile for module qstat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 08:43:02 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:43:02 -0700 Subject: rpms/qstat import.log,1.1,1.2 Message-ID: <200608010843.k718h4U3020296@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: import.log Log Message: auto-import qstat-2.10-4 on branch devel from qstat-2.10-4.src.rpm import qstat Index: import.log =================================================================== RCS file: /cvs/extras/rpms/qstat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 08:13:30 -0000 1.1 +++ import.log 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +qstat-2_10-4:HEAD:qstat-2.10-4.src.rpm:1154421796 From fedora-extras-commits at redhat.com Tue Aug 1 08:43:03 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:43:03 -0700 Subject: rpms/qstat/devel qstat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608010843.k718h5AG020301@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263/devel Modified Files: .cvsignore sources Added Files: qstat.spec Log Message: auto-import qstat-2.10-4 on branch devel from qstat-2.10-4.src.rpm import qstat --- NEW FILE qstat.spec --- Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 Release: 4%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description QStat is a command-line program that gathers real-time statistics from Internet game servers. Most supported games are of the first person shooter variety (Quake, Half-Life, etc) %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall # prepare for including to documentation find template -name "Makefile*" -type f -delete %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc CHANGES.txt LICENSE.txt %doc contrib.cfg info/*.txt qstatdoc.html template/ %config(noreplace) %{_sysconfdir}/qstat.cfg %{_bindir}/qstat %changelog * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation * Fri Jul 28 2006 Andy Shevchenko 2.10-3 - drop check for "/" in install and clean sections - drop -n for setup macro - do not use attr macro in files section - qstat can be used not only for Quake, so change Summary * Thu Jul 27 2006 Andy Shevchenko 2.10-2 - preparing for Fedora Extras - correct BuildRoot tag * Mon Nov 07 2005 Andy Shevchenko - update to 2.10 - use full URL for source * Fri Oct 15 2004 Evgeniy Bolshakov - update to 2.6 * Fri Jul 09 2004 Alexandr D. Kanevskiy - cvs patches from XQF project * Wed Oct 22 2003 Alexandr D. Kanevskiy - rebuild * Thu Jul 10 2003 Alexandr D. Kanevskiy - build for ASPLinux Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 08:13:30 -0000 1.1 +++ .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +qstat-2.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 08:13:30 -0000 1.1 +++ sources 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 10:26:25 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 1 Aug 2006 03:26:25 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.18,1.19 Message-ID: <200608011026.k71AQROP025943@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25926 Modified Files: wine-docs.spec Log Message: testing upgraded buildsys Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- wine-docs.spec 10 Jul 2006 21:12:00 -0000 1.18 +++ wine-docs.spec 1 Aug 2006 10:26:25 -0000 1.19 @@ -1,6 +1,6 @@ Name: wine-docs Version: 0.9.17 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Documentation for wine Group: Documentation @@ -22,15 +22,15 @@ %build ./configure - -cat< docbook2txt -#!/bin/sh -strace -f /usr/bin/docbook2txt \$* -exit 0 -EOT -chmod +x docbook2txt -PATH=$(pwd):$PATH make - +# +#cat< docbook2txt +##!/bin/sh +#strace -f /usr/bin/docbook2txt \$* +#exit 0 +#EOT +#chmod +x docbook2txt +#PATH=$(pwd):$PATH make +# make From fedora-extras-commits at redhat.com Tue Aug 1 10:44:25 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:44:25 -0700 Subject: rpms/makebootfat/FC-5 makebootfat.spec,1.2,1.3 Message-ID: <200608011044.k71AiRG6026093@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26076 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-5/makebootfat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- makebootfat.spec 15 Feb 2006 12:19:54 -0000 1.2 +++ makebootfat.spec 1 Aug 2006 10:44:25 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-4 +- avoid world-writable docs (#200829) + * Wed Feb 15 2006 Dmitry Butskoy - 1.4-3 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:45:21 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:45:21 -0700 Subject: rpms/makebootfat/devel makebootfat.spec,1.2,1.3 Message-ID: <200608011045.k71AjNmV026158@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26141 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/devel/makebootfat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- makebootfat.spec 15 Feb 2006 12:19:54 -0000 1.2 +++ makebootfat.spec 1 Aug 2006 10:45:21 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-4 +- avoid world-writable docs (#200829) + * Wed Feb 15 2006 Dmitry Butskoy - 1.4-3 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:47:35 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:47:35 -0700 Subject: rpms/makebootfat/FC-4 makebootfat.spec,1.1,1.2 Message-ID: <200608011047.k71Albqu026221@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26204 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-4/makebootfat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- makebootfat.spec 26 Dec 2005 11:55:55 -0000 1.1 +++ makebootfat.spec 1 Aug 2006 10:47:34 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-3 +- avoid world-writable docs (#200829) + * Mon Dec 26 2005 Dmitry Butskoy - 1.4-2 - place mbrfat.bin and ldlinux.bss under %{_datadir}/%{name}/x86 From fedora-extras-commits at redhat.com Tue Aug 1 10:48:26 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:48:26 -0700 Subject: rpms/makebootfat/FC-3 makebootfat.spec,1.1,1.2 Message-ID: <200608011048.k71AmSsx026305@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26271 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-3/makebootfat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- makebootfat.spec 26 Dec 2005 11:55:55 -0000 1.1 +++ makebootfat.spec 1 Aug 2006 10:48:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-3 +- avoid world-writable docs (#200829) + * Mon Dec 26 2005 Dmitry Butskoy - 1.4-2 - place mbrfat.bin and ldlinux.bss under %{_datadir}/%{name}/x86 From fedora-extras-commits at redhat.com Tue Aug 1 10:48:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 1 Aug 2006 03:48:24 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.19,1.20 Message-ID: <200608011048.k71AmQSj026300@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26270 Modified Files: wine-docs.spec Log Message: still fails due to mysterious buildsys problem Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 1 Aug 2006 10:26:25 -0000 1.19 +++ wine-docs.spec 1 Aug 2006 10:48:24 -0000 1.20 @@ -23,13 +23,16 @@ %build ./configure # -#cat< docbook2txt -##!/bin/sh -#strace -f /usr/bin/docbook2txt \$* -#exit 0 -#EOT -#chmod +x docbook2txt -#PATH=$(pwd):$PATH make +# Work around a mysterious problem with the Fedora Extras buildsys +# (bug 179852). +# +cat< docbook2txt +#!/bin/sh +strace -f /usr/bin/docbook2txt \$* +exit 0 +EOT +chmod +x docbook2txt +PATH=$(pwd):$PATH make # make From fedora-extras-commits at redhat.com Tue Aug 1 10:55:24 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:55:24 -0700 Subject: rpms/pam_usb/FC-5 pam_usb.spec,1.3,1.4 Message-ID: <200608011055.k71AtQMg026395@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/pam_usb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26378 Modified Files: pam_usb.spec Log Message: Index: pam_usb.spec =================================================================== RCS file: /cvs/extras/rpms/pam_usb/FC-5/pam_usb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pam_usb.spec 15 Feb 2006 12:23:19 -0000 1.3 +++ pam_usb.spec 1 Aug 2006 10:55:24 -0000 1.4 @@ -1,7 +1,7 @@ Name: pam_usb Summary: PAM module for use with DSA key pairs and removable devices Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base URL: http://www.pamusb.org @@ -45,12 +45,12 @@ %setup -q %patch0 -p1 -cp -p %{SOURCE1} quickstart.html -cp -p %{SOURCE2} options.html +install -p -m644 %{SOURCE1} quickstart.html +install -p -m644 %{SOURCE2} options.html mkdir pam.d-examples -cp -p %{SOURCE4} pam.d-examples/login -cp -p %{SOURCE5} pam.d-examples/gdm +install -p -m644 %{SOURCE4} pam.d-examples/login +install -p -m644 %{SOURCE5} pam.d-examples/gdm %build @@ -97,6 +97,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 0.3.3-5 +- avoid world-writable docs (#200840) + * Wed Feb 15 2006 Dmitry Butskoy - 0.3.3-4 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:56:08 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:56:08 -0700 Subject: rpms/pam_usb/devel pam_usb.spec,1.3,1.4 Message-ID: <200608011056.k71AuAc6026447@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/pam_usb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26430 Modified Files: pam_usb.spec Log Message: Index: pam_usb.spec =================================================================== RCS file: /cvs/extras/rpms/pam_usb/devel/pam_usb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pam_usb.spec 15 Feb 2006 12:23:19 -0000 1.3 +++ pam_usb.spec 1 Aug 2006 10:56:07 -0000 1.4 @@ -1,7 +1,7 @@ Name: pam_usb Summary: PAM module for use with DSA key pairs and removable devices Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base URL: http://www.pamusb.org @@ -45,12 +45,12 @@ %setup -q %patch0 -p1 -cp -p %{SOURCE1} quickstart.html -cp -p %{SOURCE2} options.html +install -p -m644 %{SOURCE1} quickstart.html +install -p -m644 %{SOURCE2} options.html mkdir pam.d-examples -cp -p %{SOURCE4} pam.d-examples/login -cp -p %{SOURCE5} pam.d-examples/gdm +install -p -m644 %{SOURCE4} pam.d-examples/login +install -p -m644 %{SOURCE5} pam.d-examples/gdm %build @@ -97,6 +97,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 0.3.3-5 +- avoid world-writable docs (#200840) + * Wed Feb 15 2006 Dmitry Butskoy - 0.3.3-4 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 11:56:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 04:56:57 -0700 Subject: rpms/kdetoys/devel kdetoys.spec,1.3,1.4 Message-ID: <200608011156.k71Buxpl029797@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29780 Modified Files: kdetoys.spec Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 - %description: remove references to (long gone) kaphorism, kscore Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/kdetoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdetoys.spec 26 Jul 2006 01:06:25 -0000 1.3 +++ kdetoys.spec 1 Aug 2006 11:56:56 -0000 1.4 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -129,6 +127,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 +- %%description: remove references to (long gone) kaphorism, kscore + * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 From fedora-extras-commits at redhat.com Tue Aug 1 11:58:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 04:58:21 -0700 Subject: rpms/kdetoys/FC-5 .cvsignore, 1.3, 1.4 kdetoys.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608011158.k71BwNX8029862@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29841 Modified Files: .cvsignore kdetoys.spec sources Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 - %description: remove references to (long gone) kaphorism, kscore Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Jul 2006 12:49:18 -0000 1.3 +++ .cvsignore 1 Aug 2006 11:58:21 -0000 1.4 @@ -1 +1 @@ -kdetoys-3.5.3.tar.bz2 +kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdetoys.spec 21 Jul 2006 12:49:18 -0000 1.2 +++ kdetoys.spec 1 Aug 2006 11:58:21 -0000 1.3 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -98,8 +96,6 @@ # not sure of the point for just one header file 'AmorIface.h' # omit (for now). rm -rf $RPM_BUILD_ROOT%{_includedir} -# la files, keep, they're just loadable modules, not shared libs -#rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %post @@ -129,6 +125,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 +- %%description: remove references to (long gone) kaphorism, kscore + * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jul 2006 12:49:18 -0000 1.3 +++ sources 1 Aug 2006 11:58:21 -0000 1.4 @@ -1 +1 @@ -dbce8029253a6151546e3016f299f4ef kdetoys-3.5.3.tar.bz2 +f959e936d05697ac6b1a0b066632b2fd kdetoys-3.5.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:00:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 05:00:39 -0700 Subject: rpms/kdetoys/FC-5 .cvsignore, 1.4, 1.5 kdetoys.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608011200.k71C0ffT029970@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29949 Modified Files: .cvsignore kdetoys.spec sources Log Message: respin with proper sources this time Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Aug 2006 11:58:21 -0000 1.4 +++ .cvsignore 1 Aug 2006 12:00:39 -0000 1.5 @@ -1 +1,2 @@ +kdetoys-3.5.3.tar.bz2 kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdetoys.spec 1 Aug 2006 11:58:21 -0000 1.3 +++ kdetoys.spec 1 Aug 2006 12:00:39 -0000 1.4 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Url: http://www.kde.org/ @@ -125,7 +125,7 @@ %changelog -* Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 - %%description: remove references to (long gone) kaphorism, kscore * Wed May 24 2006 Rex Dieter 7:3.5.3-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Aug 2006 11:58:21 -0000 1.4 +++ sources 1 Aug 2006 12:00:39 -0000 1.5 @@ -1 +1 @@ -f959e936d05697ac6b1a0b066632b2fd kdetoys-3.5.4.tar.bz2 +dbce8029253a6151546e3016f299f4ef kdetoys-3.5.3.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:01:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 05:01:11 -0700 Subject: rpms/kdetoys/FC-4 .cvsignore,1.3,1.4 kdetoys.spec,1.2,1.3 Message-ID: <200608011201.k71C1DJW032485@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32466 Modified Files: .cvsignore kdetoys.spec Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 - %description: remove references to (long gone) kaphorism, kscore Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Jul 2006 13:07:15 -0000 1.3 +++ .cvsignore 1 Aug 2006 12:01:11 -0000 1.4 @@ -1 +1,2 @@ kdetoys-3.5.3.tar.bz2 +kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-4/kdetoys.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdetoys.spec 21 Jul 2006 13:07:15 -0000 1.2 +++ kdetoys.spec 1 Aug 2006 12:01:11 -0000 1.3 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -98,8 +96,6 @@ # not sure of the point for just one header file 'AmorIface.h' # omit (for now). rm -rf $RPM_BUILD_ROOT%{_includedir} -# la files, keep, they're just loadable modules, not shared libs -#rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %post @@ -129,6 +125,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 +- %%description: remove references to (long gone) kaphorism, kscore + * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 From fedora-extras-commits at redhat.com Tue Aug 1 12:13:03 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Tue, 1 Aug 2006 05:13:03 -0700 Subject: rpms/rss-glx/devel rss-glx.spec,1.6,1.7 Message-ID: <200608011213.k71CD5jk032669@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32631 Modified Files: rss-glx.spec Log Message: don't install world-writable documentation files (#200843) Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/devel/rss-glx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rss-glx.spec 24 Jul 2006 09:41:39 -0000 1.6 +++ rss-glx.spec 1 Aug 2006 12:13:03 -0000 1.7 @@ -29,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -181,7 +181,7 @@ } rm -rf %buildroot -cp -dpf "%SOURCE1" "%SOURCE2" "%SOURCE3" . +install -m 0644 "%SOURCE1" "%SOURCE2" "%SOURCE3" . make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/lib*.{,l}a %{buildroot}%{_bindir}/rss-glx_install.pl %if %gss @@ -245,6 +245,9 @@ %{kdessconfigdir}/*.desktop %changelog +* Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 +- don't install world-writable documentation files (#200843) + * Mon Jul 24 2006 Nils Philippsen 0.8.1.p-4 - require libtool for building From fedora-extras-commits at redhat.com Tue Aug 1 12:13:05 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Tue, 1 Aug 2006 05:13:05 -0700 Subject: rpms/rss-glx/FC-5 rss-glx.spec,1.3,1.4 Message-ID: <200608011213.k71CD7I4032676@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32637 Modified Files: rss-glx.spec Log Message: don't install world-writable documentation files (#200843) require libtool for building move gnome-screensaver desktop files to match new location in FC6 (#194862) Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/FC-5/rss-glx.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rss-glx.spec 2 Jun 2006 10:35:05 -0000 1.3 +++ rss-glx.spec 1 Aug 2006 12:13:05 -0000 1.4 @@ -1,6 +1,5 @@ %define xssconfigdir %{_datadir}/xscreensaver/config %define xssbindir %{_libexecdir}/xscreensaver -%define gssconfigdir %{_datadir}/gnome-screensaver/themes %define gssbindir %{_libexecdir}/gnome-screensaver %define kdessconfigdir %{_datadir}/applnk/System/ScreenSavers @@ -8,13 +7,20 @@ %if "%{fedora}" <= "4" %define modular_x 0%{?_with_modular_x:1} %define gss 0 +%define _gssconfigdir %{nil} %else %define modular_x 0%{!?_without_modular_x:1} %define gss 1 +%if "%{fedora}" <= "5" +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/gnome-screensaver/themes}%{?gssconfigdir} +%else +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/applications/screensavers}%{?gssconfigdir} +%endif %endif %else %define modular_x 0%{?!_without_modular_x:1} %define gss 0%{?!_without_gss:1} +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/applications/screensavers}%{?gssconfigdir} %endif %define with_matrixview 0%{?_with_matrixview:1} @@ -23,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 2%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -51,6 +57,7 @@ BuildRequires: openal-devel BuildRequires: freealut-devel BuildRequires: autoconf +BuildRequires: libtool %description A port of the Really Slick Screensavers to GLX. Provides several visually @@ -109,7 +116,8 @@ - with monolithic X %endif %if %gss -- with gnome-screensaver support +- with gnome-screensaver support, + theme directory: %{_gssconfigdir} %else - without gnome-screensaver support %endif @@ -146,7 +154,7 @@ # generate GNOME screensaver desktop files eval $(echo "$line" | awk -F?? '{print "name=\"" $1 "\"; cmd=\"" $2 "\"; desc=\"" $3 "\""}') trycmd="${cmd%%%% *}" - cat << EOF > %{buildroot}%{gssconfigdir}/rss-glx-${cmd}.desktop + cat << EOF > %{buildroot}%{_gssconfigdir}/rss-glx-${cmd}.desktop [Desktop Entry] Encoding=UTF-8 @@ -173,11 +181,11 @@ } rm -rf %buildroot -cp -dpf "%SOURCE1" "%SOURCE2" "%SOURCE3" . +install -m 0644 "%SOURCE1" "%SOURCE2" "%SOURCE3" . make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/lib*.{,l}a %{buildroot}%{_bindir}/rss-glx_install.pl %if %gss -mkdir -p %{buildroot}%{gssconfigdir} +mkdir -p %{buildroot}%{_gssconfigdir} mkdir -p %{buildroot}%{gssbindir} mkdir -p %{buildroot}%{xssbindir} %endif @@ -225,8 +233,8 @@ %if %gss %files gnome-screensaver %defattr(-, root, root) -%dir %{gssconfigdir} -%{gssconfigdir}/*.desktop +%dir %{_gssconfigdir} +%{_gssconfigdir}/*.desktop %dir %{gssbindir} %{gssbindir}/* %endif @@ -237,6 +245,15 @@ %{kdessconfigdir}/*.desktop %changelog +* Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 +- don't install world-writable documentation files (#200843) + +* Mon Jul 24 2006 Nils Philippsen 0.8.1.p-4 +- require libtool for building + +* Mon Jun 12 2006 Nils Philippsen 0.8.1.p-3 +- move gnome-screensaver desktop files to match new location in FC6 (#194862) + * Fri Jun 02 2006 Nils Philippsen 0.8.1.p-2 - replace symlinked source files with copies to work around #189928 - honour RPM optflags From fedora-extras-commits at redhat.com Tue Aug 1 12:21:24 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:21:24 -0700 Subject: rpms/hercules/FC-5 README.fedora, 1.1, 1.2 hercules.cnf, 1.1, 1.2 hercules.spec, 1.11, 1.12 Message-ID: <200608011221.k71CLQ2n000377@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv338/FC-5 Modified Files: README.fedora hercules.cnf hercules.spec Log Message: Update tips, default conf and fix the README.fedora file mode (#200838). Index: README.fedora =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/README.fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.fedora 4 Jul 2006 10:43:43 -0000 1.1 +++ README.fedora 1 Aug 2006 12:21:24 -0000 1.2 @@ -31,9 +31,53 @@ Enter the IP address of your new Linux guest: .192.168.200.3 Enter the network address of the new Linux guest: -.255.255.255.255 +.255.255.255.252 Enter the IP of your CTC / ESCON / IUCV point-to-point partner: .192.168.200.4 -Select which protocol should be used for the CTC interface -.1 +Select which protocol should be used for the CTC interface: +.0 +Enter your DNS server(s), separated by colons (:): +.192.168.1.1:192.168.1.2 +Enter your DNS search domain(s) (if any), separated by colons (:): +.localdomain +Enter DASD range (e.g. 200-203 or 200,201,202,203): +.000-200 + +Use "telnet 192.168.200.3" and log in as "root" with no password (press enter). +The installation will start automatically. + + +Appendix : + +Red Hat Enterprise Linux 4 steps : +================================ + +- Mount the installation CD and run "ipl /mnt/cdrom/generic.ins" +- Follow the same configuration steps as for Fedora Core above + +Red Hat Linux 7.2 steps : +======================= + +- Mount the installation CD and run "ipl /mnt/cdrom/redhat.ins" + or +- Copy all files from the os/images/ directory to /etc/hercules/ +- Replace in hercules.cnf the line : +000C 3505 kernel.img generic.prm initrd.img autopad + with : +000C 3505 kernel.img redhat.prm initrd.img autopad + And : +0580 3420 /etc/hercules/tape.tdf + with : +0580 3420 /etc/hercules/redhat.tdf + +- Commands : +ipl 000C +.s390.localdomain +.ctc0 +.ctc0,0x600,0x601 +.192.168.200.3 +.192.168.200.4 +.192.168.1.1 +.localdomain +.120 Index: hercules.cnf =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/hercules.cnf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hercules.cnf 4 Jul 2006 10:43:43 -0000 1.1 +++ hercules.cnf 1 Aug 2006 12:21:24 -0000 1.2 @@ -30,7 +30,7 @@ # local non-SNA 3270 TN3270 client connection #001F 3270 # CKD direct access storage device -# initialize with: dasdinit -z linux.120 3390-3 lin000 +# initialize with: dasdinit -z /var/lib/hercules/linux.120 3390-3 lin000 0120 3390 /var/lib/hercules/linux.120 # local non-SNA 3270 TN3270 client connection #0200 3270 @@ -41,6 +41,7 @@ #0582 3420 ickdsf.ipl # networking, channel-to-channel adapter 0600 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 +0601 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 # networking, LCS adaptor #0700 3088 LCS 192.168.200.4 -n /dev/net/tun -m 01:02:03:04:05:06 Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/hercules.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hercules.spec 4 Jul 2006 10:43:43 -0000 1.11 +++ hercules.spec 1 Aug 2006 12:21:24 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 2%{?dist} +Release: 3%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -49,7 +49,7 @@ %{__install} -D -p -m 0755 %{SOURCE2} \ %{buildroot}%{_sbindir}/hercules-run # Copy our README to be included as doc -%{__cp} -a %{SOURCE3} README.fedora +%{__install} -p -m 0644 %{SOURCE3} README.fedora # Create empty directory where to store system images %{__mkdir_p} %{buildroot}%{_var}/lib/hercules @@ -75,6 +75,11 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 3.04.1-3 +- Don't assume we have a sane default umask... (#200838). +- Update the README.fedora to include more details + RHL and RHEL steps. +- Update hercules.cnf to fix dasdinit tip and missing CTCI line. + * Mon Jul 3 2006 Matthias Saou 3.04.1-2 - Move out all the inlined configuration files, keep only the .cnf file. - Update .cnf file so that it works (load modules required for the default). From fedora-extras-commits at redhat.com Tue Aug 1 12:21:25 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:21:25 -0700 Subject: rpms/hercules/devel README.fedora, 1.1, 1.2 hercules.cnf, 1.1, 1.2 hercules.spec, 1.12, 1.13 Message-ID: <200608011221.k71CLRYb000383@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv338/devel Modified Files: README.fedora hercules.cnf hercules.spec Log Message: Update tips, default conf and fix the README.fedora file mode (#200838). Index: README.fedora =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/README.fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.fedora 3 Jul 2006 17:48:00 -0000 1.1 +++ README.fedora 1 Aug 2006 12:21:25 -0000 1.2 @@ -31,9 +31,53 @@ Enter the IP address of your new Linux guest: .192.168.200.3 Enter the network address of the new Linux guest: -.255.255.255.255 +.255.255.255.252 Enter the IP of your CTC / ESCON / IUCV point-to-point partner: .192.168.200.4 -Select which protocol should be used for the CTC interface -.1 +Select which protocol should be used for the CTC interface: +.0 +Enter your DNS server(s), separated by colons (:): +.192.168.1.1:192.168.1.2 +Enter your DNS search domain(s) (if any), separated by colons (:): +.localdomain +Enter DASD range (e.g. 200-203 or 200,201,202,203): +.000-200 + +Use "telnet 192.168.200.3" and log in as "root" with no password (press enter). +The installation will start automatically. + + +Appendix : + +Red Hat Enterprise Linux 4 steps : +================================ + +- Mount the installation CD and run "ipl /mnt/cdrom/generic.ins" +- Follow the same configuration steps as for Fedora Core above + +Red Hat Linux 7.2 steps : +======================= + +- Mount the installation CD and run "ipl /mnt/cdrom/redhat.ins" + or +- Copy all files from the os/images/ directory to /etc/hercules/ +- Replace in hercules.cnf the line : +000C 3505 kernel.img generic.prm initrd.img autopad + with : +000C 3505 kernel.img redhat.prm initrd.img autopad + And : +0580 3420 /etc/hercules/tape.tdf + with : +0580 3420 /etc/hercules/redhat.tdf + +- Commands : +ipl 000C +.s390.localdomain +.ctc0 +.ctc0,0x600,0x601 +.192.168.200.3 +.192.168.200.4 +.192.168.1.1 +.localdomain +.120 Index: hercules.cnf =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.cnf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hercules.cnf 3 Jul 2006 17:48:00 -0000 1.1 +++ hercules.cnf 1 Aug 2006 12:21:25 -0000 1.2 @@ -30,7 +30,7 @@ # local non-SNA 3270 TN3270 client connection #001F 3270 # CKD direct access storage device -# initialize with: dasdinit -z linux.120 3390-3 lin000 +# initialize with: dasdinit -z /var/lib/hercules/linux.120 3390-3 lin000 0120 3390 /var/lib/hercules/linux.120 # local non-SNA 3270 TN3270 client connection #0200 3270 @@ -41,6 +41,7 @@ #0582 3420 ickdsf.ipl # networking, channel-to-channel adapter 0600 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 +0601 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 # networking, LCS adaptor #0700 3088 LCS 192.168.200.4 -n /dev/net/tun -m 01:02:03:04:05:06 Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hercules.spec 3 Jul 2006 17:48:00 -0000 1.12 +++ hercules.spec 1 Aug 2006 12:21:25 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 2%{?dist} +Release: 3%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -49,7 +49,7 @@ %{__install} -D -p -m 0755 %{SOURCE2} \ %{buildroot}%{_sbindir}/hercules-run # Copy our README to be included as doc -%{__cp} -a %{SOURCE3} README.fedora +%{__install} -p -m 0644 %{SOURCE3} README.fedora # Create empty directory where to store system images %{__mkdir_p} %{buildroot}%{_var}/lib/hercules @@ -75,6 +75,11 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 3.04.1-3 +- Don't assume we have a sane default umask... (#200838). +- Update the README.fedora to include more details + RHL and RHEL steps. +- Update hercules.cnf to fix dasdinit tip and missing CTCI line. + * Mon Jul 3 2006 Matthias Saou 3.04.1-2 - Move out all the inlined configuration files, keep only the .cnf file. - Update .cnf file so that it works (load modules required for the default). From fedora-extras-commits at redhat.com Tue Aug 1 12:27:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:27:57 -0700 Subject: rpms/moin/FC-5 .cvsignore, 1.5, 1.6 moin.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608011227.k71CRxZM000551@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv516/FC-5 Modified Files: .cvsignore moin.spec sources Log Message: Backport latest release from devel to FC-5 and fix README-rpm file mode. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Feb 2006 11:55:17 -0000 1.5 +++ .cvsignore 1 Aug 2006 12:27:56 -0000 1.6 @@ -1 +1 @@ -moin-1.5.2.tar.gz +moin-1.5.4.tar.gz Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/moin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- moin.spec 6 Feb 2006 11:55:17 -0000 1.6 +++ moin.spec 1 Aug 2006 12:27:56 -0000 1.7 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin -Version: 1.5.2 -Release: 1%{?dist} +Version: 1.5.4 +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -35,7 +35,7 @@ %install %{__rm} -rf %{buildroot} README-rpm %{__python} setup.py install --root=%{buildroot} -%{__cp} -a %{SOURCE1} README-rpm +%{__install} -p -m 0644 %{SOURCE1} README-rpm %clean @@ -52,6 +52,15 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 1.5.4-2 +- Don't assume we have a sane default umask... (#200833). + +* Sun Jun 2 2006 Matthias Saou 1.5.4-1 +- Update to 1.5.4. + +* Tue Apr 18 2006 Matthias Saou 1.5.3-1 +- Update to 1.5.3. + * Mon Feb 6 2006 Matthias Saou 1.5.2-1 - Update to 1.5.2. - Update config patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Feb 2006 11:55:17 -0000 1.5 +++ sources 1 Aug 2006 12:27:56 -0000 1.6 @@ -1 +1 @@ -689ed7aa9619aa207398b996d68b4b87 moin-1.5.2.tar.gz +dcb85c72126c2fe39de66ef781a7dd39 moin-1.5.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 12:27:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:27:57 -0700 Subject: rpms/moin/devel moin.spec,1.7,1.8 Message-ID: <200608011227.k71CRxpF000555@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv516/devel Modified Files: moin.spec Log Message: Backport latest release from devel to FC-5 and fix README-rpm file mode. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- moin.spec 2 Jul 2006 09:47:11 -0000 1.7 +++ moin.spec 1 Aug 2006 12:27:57 -0000 1.8 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -35,7 +35,7 @@ %install %{__rm} -rf %{buildroot} README-rpm %{__python} setup.py install --root=%{buildroot} -%{__cp} -a %{SOURCE1} README-rpm +%{__install} -p -m 0644 %{SOURCE1} README-rpm %clean @@ -52,6 +52,9 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 1.5.4-2 +- Don't assume we have a sane default umask... (#200833). + * Sun Jun 2 2006 Matthias Saou 1.5.4-1 - Update to 1.5.4. From fedora-extras-commits at redhat.com Tue Aug 1 12:31:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:31:47 -0700 Subject: rpms/ogre/devel ogre-1.2.1-gtkmm.patch, 1.1, 1.2 ogre.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608011231.k71CVnIr000693@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Modified Files: ogre-1.2.1-gtkmm.patch ogre.spec sources Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. ogre-1.2.1-gtkmm.patch: Index: ogre-1.2.1-gtkmm.patch =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre-1.2.1-gtkmm.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ogre-1.2.1-gtkmm.patch 7 Jul 2006 18:24:11 -0000 1.1 +++ ogre-1.2.1-gtkmm.patch 1 Aug 2006 12:31:47 -0000 1.2 @@ -1,15 +1,3 @@ -diff -ur ogrenew/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h ogrenew.new/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h ---- ogrenew/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h 2005-02-04 18:50:41.000000000 +0100 -+++ ogrenew.new/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h 2006-06-16 22:30:36.000000000 +0200 -@@ -40,7 +40,7 @@ - - namespace Ogre { - /** GTK+ config */ -- class SDLConfig : public ConfigDialog, public SigC::Object -+ class SDLConfig : public ConfigDialog, public sigc::trackable - { - public: - SDLConfig() diff -ur ogrenew/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp ogrenew.new/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp --- ogrenew/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp 2006-01-26 13:38:24.000000000 +0100 +++ ogrenew.new/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp 2006-06-16 22:30:00.000000000 +0200 @@ -21,27 +9,3 @@ #include -@@ -65,17 +66,16 @@ - _opt_menu = NULL; - - // Hookup signals -- _winConfig->signal_delete_event().connect(SigC::slot(*this, -- &SDLConfig::on_window_delete)); -+ _winConfig->signal_delete_event().connect(sigc::mem_fun(this, &SDLConfig::on_window_delete)); - _option_selection = _lstOptions->get_selection(); -- _option_selection->signal_changed().connect(SigC::slot(*this, -+ _option_selection->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_option_changed)); -- _optRenderer->signal_changed().connect(SigC::slot(*this, -+ _optRenderer->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_renderer_changed)); -- _optOptValues->signal_changed().connect(SigC::slot(*this, -+ _optOptValues->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_value_changed)); -- btn_ok->signal_clicked().connect(SigC::slot(*this, &SDLConfig::on_btn_ok)); -- btn_cancel->signal_clicked().connect(SigC::slot(&Gtk::Main::quit)); -+ btn_ok->signal_clicked().connect(sigc::mem_fun(this, &SDLConfig::on_btn_ok)); -+ btn_cancel->signal_clicked().connect(sigc::ptr_fun(&Gtk::Main::quit)); - - - // Initialize Index: ogre.spec =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ogre.spec 18 Jul 2006 19:01:20 -0000 1.2 +++ ogre.spec 1 Aug 2006 12:31:47 -0000 1.3 @@ -1,15 +1,16 @@ +%define version_postfix p1 + Name: ogre -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.2 +Release: 1.%{version_postfix}%{?dist} Summary: Object-Oriented Graphics Rendering Engine License: LGPL Group: System Environment/Libraries URL: http://www.ogre3d.org/ -Source0: http://dl.sf.net/sourceforge/ogre/ogre-linux_osx-v%(echo %{version} | tr . -).tar.bz2 +Source0: http://dl.sf.net/sourceforge/ogre/ogre-linux_osx-v%(echo %{version} | tr . -)%{version_postfix}.tar.bz2 Patch0: ogre-1.2.1-rpath.patch Patch1: ogre-1.2.1-gtkmm.patch -Patch2: ogre-1.2.1-char_height.patch -Patch3: ogre-1.2.1-visibility.patch +Patch2: ogre-1.2.2-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cegui-devel zziplib-devel DevIL-devel SDL-devel freetype-devel BuildRequires: libglademm24-devel libsigc++20-devel @@ -48,8 +49,12 @@ %setup -q -n ogrenew %patch0 -p1 -z .rpath %patch1 -p1 -z .gtkmm -%patch2 -p1 -z .char_height -%patch3 -p1 -z .visibility +%patch2 -p1 -z .soname +# sigh stop autoxxx from rerunning because of our patches above. +touch aclocal.m4 +touch configure +touch `find -name Makefile.in` +touch OgreMain/include/config.h.in # we don't do this with a patch since we need %{_libdir} sed -i 's|libOgrePlatform.so|%{_libdir}/OGRE/libOgrePlatform.so|' \ OgreMain/include/OgrePlatform.h @@ -108,13 +113,14 @@ %doc AUTHORS BUGS COPYING %doc Docs/ChangeLog.html Docs/ReadMe.html Docs/style.css Docs/ogre-logo.gif %{_bindir}/Ogre* -%{_libdir}/lib*.so.* +%{_libdir}/lib*Ogre*-%{version}.so %{_libdir}/OGRE %{_datadir}/OGRE %files devel %defattr(-,root,root,-) -%{_libdir}/lib*.so +%{_libdir}/libOgreMain.so +%{_libdir}/libCEGUIOgreRenderer.so %{_includedir}/OGRE %{_libdir}/pkgconfig/*.pc @@ -124,6 +130,18 @@ %changelog +* Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 +- New upstream release 1.2.2p1 +- Drop integrated char_height patch +- Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc + release, but keep it in CVS in case things break again. +- Add a patch that replaces -version-info libtool argument with -release, + which results in hardcoding the version number into the soname. This is + needed because upstream changes the ABI every release, without changing the + CURRENT argument passed to -version-info . +- Also add -release when linking libCEGUIOgreRenderer.so as that was previously + unversioned. + * Tue Jul 18 2006 Hans de Goede 1.2.1-3 - Add ogre-1.2.1-visibility.patch to fix issues with the interesting new gcc visibility inheritance. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jul 2006 18:24:11 -0000 1.2 +++ sources 1 Aug 2006 12:31:47 -0000 1.3 @@ -1 +1 @@ -6ff98b1f14ca679ceaeec00daff2ff87 ogre-linux_osx-v1-2-1.tar.bz2 +34004bdde39427e9a3213286f8cc057a ogre-linux_osx-v1-2-2p1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:42:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 1 Aug 2006 05:42:31 -0700 Subject: rpms/openal/devel openal.spec,1.17,1.18 Message-ID: <200608011242.k71CgXAt000798@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv779 Modified Files: openal.spec Log Message: - fix #200439 Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:03:33 -0000 1.17 +++ openal.spec 1 Aug 2006 12:42:31 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.5.20060204cvs%{?dist} +Release: 0.6.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -27,7 +27,7 @@ BuildRequires: SDL-devel BuildRequires: texinfo Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf +BuildRequires: libtool %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -100,6 +100,10 @@ %changelog +* Tue Aug 01 2006 Andreas Bierfert +0.0.9-0.6.20060204 +- fix #200439 + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Tue Aug 1 12:43:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 1 Aug 2006 05:43:53 -0700 Subject: rpms/ncmpc/devel ncmpc.spec,1.4,1.5 Message-ID: <200608011243.k71Chtx7000859@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/ncmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv842 Modified Files: ncmpc.spec Log Message: - fix #200423 Index: ncmpc.spec =================================================================== RCS file: /cvs/extras/rpms/ncmpc/devel/ncmpc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ncmpc.spec 16 Feb 2006 22:50:50 -0000 1.4 +++ ncmpc.spec 1 Aug 2006 12:43:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: ncmpc Version: 0.11.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A curses client for the Music Player Daemon (MPD) Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: ncurses-devel BuildRequires: glib2-devel >= 2.4 +BuildRequires: gettext %description ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to @@ -53,6 +54,10 @@ %exclude %{_datadir}/doc/* %changelog +* Tue Aug 01 2006 Andreas Bierfert +0.11.1-6 +- fix #200423 + * Thu Feb 16 2006 Andreas Bierfert 0.11.1-5 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Tue Aug 1 12:46:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:46:04 -0700 Subject: rpms/ogre/devel .cvsignore,1.2,1.3 Message-ID: <200608011246.k71Ck6HX000929@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv912 Modified Files: .cvsignore Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Jul 2006 18:24:11 -0000 1.2 +++ .cvsignore 1 Aug 2006 12:46:04 -0000 1.3 @@ -1 +1 @@ -ogre-linux_osx-v1-2-1.tar.bz2 +ogre-linux_osx-v1-2-2p1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:50:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:50:10 -0700 Subject: rpms/ogre/devel ogre-1.2.2-soname.patch,NONE,1.1 Message-ID: <200608011250.k71CoCAM001042@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1024 Added Files: ogre-1.2.2-soname.patch Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. ogre-1.2.2-soname.patch: --- NEW FILE ogre-1.2.2-soname.patch --- --- ogrenew/OgreMain/src/Makefile.am.soname 2006-07-31 12:53:33.000000000 +0200 +++ ogrenew/OgreMain/src/Makefile.am 2006-07-31 12:53:33.000000000 +0200 @@ -174,6 +174,6 @@ platformdir = $(libdir) libOgreMain_la_LIBADD= $(STLPORT_LIBS) $(FT2_LIBS) $(ZZIPLIB_LIBS) $(OGRE_THREAD_LIBS) -libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -version-info @OGREMAIN_VERSION_INFO@ +libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -release @PACKAGE_VERSION@ #-Wl,--version-script=$(top_srcdir)/OgreMain/src/ogremain.map --- ogrenew/OgreMain/src/Makefile.in.soname 2006-07-31 12:54:18.000000000 +0200 +++ ogrenew/OgreMain/src/Makefile.in 2006-07-31 12:56:32.000000000 +0200 @@ -452,7 +452,7 @@ OgreCompiler2Pass.cpp $(am__append_1) platformdir = $(libdir) libOgreMain_la_LIBADD = $(STLPORT_LIBS) $(FT2_LIBS) $(ZZIPLIB_LIBS) $(OGRE_THREAD_LIBS) -libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -version-info @OGREMAIN_VERSION_INFO@ +libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -release @PACKAGE_VERSION@ all: all-am .SUFFIXES: --- ogrenew/configure.soname 2006-07-31 12:54:01.000000000 +0200 +++ ogrenew/configure 2006-07-31 12:54:58.000000000 +0200 @@ -462,7 +462,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC LEX LEXLIB LEX_OUTPUT_ROOT SHARED_FLAGS PLUGIN_FLAGS GL_! LIBS RC ac_ct_RC OGRE_NT_TRUE OGRE_NT_FALSE OGRE_LINUX_TRUE OGRE_LINUX_FALSE OGRE_OSX_TRUE OGRE_OSX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL OGRE_CFLAGS STLPORT_CFLAGS STLPORT_LIBS FT2_CONFIG FT2_CFLAGS FT2_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE PKG_CONFIG ac_pt_PKG_CONFIG ZZIPLIB_CFLAGS ZZIPLIB_LIBS CFGTK_DEPS_CFLAGS CFGTK_DEPS_LIBS OGRE_CFGTK SDL_CONFIG SDL_CFLAGS SDL_LIBS PLATFORM_CFLAGS PLATFORM_LIBS OGRE_PLATFORM GLSUPPORT_CFLAGS GLSUPPORT_LIBS OGRE_GLSUPPORT OGRE_THREAD_LIBS USE_DEVIL_TRUE USE_DEVIL_FALSE BUILD_CGPLUGIN_TRUE BUILD_CGPLUGIN_FALSE OPENEXR_CFLAGS OPENEXR_LIBS BUILD_EXRPLUGIN_TRUE BUILD_EXRPLUGIN_FALSE BUILD_DX9RENDERSYSTEM_TRUE BUILD_DX9RENDERSYSTEM_FALSE CEGUI_CFLAGS CEGUI_LIBS HAVE_CEGUI_TRUE HAVE_CEGUI_FALSE OGREMAIN_VERSION_INFO LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC LEX LEXLIB LEX_OUTPUT_ROOT SHARED_FLAGS PLUGIN_FLAGS GL_! LIBS RC ac_ct_RC OGRE_NT_TRUE OGRE_NT_FALSE OGRE_LINUX_TRUE OGRE_LINUX_FALSE OGRE_OSX_TRUE OGRE_OSX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL OGRE_CFLAGS STLPORT_CFLAGS STLPORT_LIBS FT2_CONFIG FT2_CFLAGS FT2_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE PKG_CONFIG ac_pt_PKG_CONFIG ZZIPLIB_CFLAGS ZZIPLIB_LIBS CFGTK_DEPS_CFLAGS CFGTK_DEPS_LIBS OGRE_CFGTK SDL_CONFIG SDL_CFLAGS SDL_LIBS PLATFORM_CFLAGS PLATFORM_LIBS OGRE_PLATFORM GLSUPPORT_CFLAGS GLSUPPORT_LIBS OGRE_GLSUPPORT OGRE_THREAD_LIBS USE_DEVIL_TRUE USE_DEVIL_FALSE BUILD_CGPLUGIN_TRUE BUILD_CGPLUGIN_FALSE OPENEXR_CFLAGS OPENEXR_LIBS BUILD_EXRPLUGIN_TRUE BUILD_EXRPLUGIN_FALSE BUILD_DX9RENDERSYSTEM_TRUE BUILD_DX9RENDERSYSTEM_FALSE CEGUI_CFLAGS CEGUI_LIBS HAVE_CEGUI_TRUE HAVE_CEGUI_FALSE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -23065,13 +23065,6 @@ CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" LIBS="$LIBS $SDL_LIBS" -OGREMAIN_CURRENT=11 -OGREMAIN_REVISION=2 -OGREMAIN_AGE=0 -OGREMAIN_VERSION_INFO=$OGREMAIN_CURRENT:$OGREMAIN_REVISION:$OGREMAIN_AGE - - - ! ac_config_files="$ac_config_files Makefile OgreMain/Makefile OgreMain/src/Makefile OgreMain/include/Makefile PlatformManagers/Makefile PlatformManagers/SDL/Makefile PlatformManagers/SDL/src/Makefile PlatformManagers/SDL/include/Makefile PlatformManagers/gtk/Makefile PlatformManagers/gtk/src/Makefile PlatformManagers/gtk/include/Makefile PlatformManagers/GLX/Makefile PlatformManagers/GLX/src/Makefile PlatformManagers/GLX/include/Makefile PlatformManagers/Win32/Makefile PlatformManagers/Win32/src/Makefile PlatformManagers/Win32/include/Makefile PlugIns/Makefile PlugIns/BSPSceneManager/Makefi! le PlugIns/BSPSceneManager/src/Makefile PlugIns/BSPSceneManage! r/incl /Makefile PlugIns/CgProgramManager/Makefile PlugIns/CgProgramManager/src/Makefile PlugIns/CgProgramManager/include/Makefile PlugIns/OctreeSceneManager/Makefile PlugIns/OctreeSceneManager/src/Makefile PlugIns/OctreeSceneManager/include/Makefile PlugIns/ParticleFX/Makefile PlugIns/ParticleFX/src/Makefile PlugIns/ParticleFX/include/Makefile RenderSystems/Makefile RenderSystems/GL/Makefile RenderSystems/GL/src/Makefile RenderSystems/GL/include/Makefile RenderSystems/GL/src/atifs/Makefile RenderSystems/GL/src/atifs/include/Makefile RenderSystems/GL/src/atifs/src/Makefile RenderSystems/GL/src/GLSL/Makefile RenderSystems/GL/src/GLSL/include/Makefile RenderSystems/GL/src/GLSL/src/Makefile RenderSystems/GL/src/nvparse/Makefile RenderSystems/Direct3D9/Makefile RenderSystems/Direct3D9/src/Makefile RenderSystems/Direct3D9/include/Makefile Samples/Makefile Samples/Common/Makefile Samples/Common/include/Makefile Samples/Common/bin/Makefile Samples/BezierPatch/Makefile Samples/BezierPatch/! src/Makefile Samples/BezierPatch/include/Makefile Samples/CameraTrack/Makefile Samples/CameraTrack/src/Makefile Samples/CelShading/Makefile Samples/CelShading/src/Makefile Samples/Compositor/Makefile Samples/Compositor/src/Makefile Samples/Compositor/include/Makefile Samples/CubeMapping/Makefile Samples/CubeMapping/src/Makefile Samples/CubeMapping/include/Makefile Samples/DeferredShading/Makefile Samples/DeferredShading/src/Makefile Samples/DeferredShading/include/Makefile Samples/Dot3Bump/Makefile Samples/Dot3Bump/src/Makefile Samples/EnvMapping/Makefile Samples/EnvMapping/src/Makefile Samples/EnvMapping/include/Makefile Samples/FacialAnimation/Makefile Samples/FacialAnimation/src/Makefile Samples/Fresnel/Makefile Samples/Fresnel/src/Makefile Samples/Grass/Makefile Samples/Grass/src/Makefile Samples/Transpacency/Makefile Samples/Transpacency/src/Makefile Samples/Transpacency/include/Makefile Samples/Lighting/Makefile Samples/Lighting/src/Makefile Samples/Lighting/include/M! akefile Samples/OceanDemo/Makefile Samples/OceanDemo/src/Makef! ile Sa es/OceanDemo/include/Makefile Samples/ParticleFX/Makefile Samples/ParticleFX/src/Makefile Samples/ParticleFX/include/Makefile Samples/RenderToTexture/Makefile Samples/RenderToTexture/src/Makefile Samples/TextureFX/Makefile Samples/TextureFX/src/Makefile Samples/TextureFX/include/Makefile Samples/Shadows/Makefile Samples/Shadows/src/Makefile Samples/SkyBox/Makefile Samples/SkyBox/src/Makefile Samples/SkyBox/include/Makefile Samples/SkyDome/Makefile Samples/SkyDome/src/Makefile Samples/SkyDome/include/Makefile Samples/SkyPlane/Makefile Samples/SkyPlane/src/Makefile Samples/SkyPlane/include/Makefile Samples/Smoke/Makefile Samples/Smoke/src/Makefile Samples/Smoke/include/Makefile Samples/BSP/Makefile Samples/BSP/src/Makefile Samples/SkeletalAnimation/Makefile Samples/SkeletalAnimation/src/Makefile Samples/SkeletalAnimation/include/Makefile Samples/Terrain/Makefile Samples/Terrain/src/Makefile Samples/Terrain/include/Makefile Samples/Water/Makefile Samples/Water/src/Makefile Samp! les/Water/include/Makefile Samples/DynTex/Makefile Samples/DynTex/src/Makefile Samples/DynTex/include/Makefile Samples/VolumeTex/Makefile Samples/VolumeTex/src/Makefile Samples/VolumeTex/include/Makefile Tests/Makefile Tests/src/Makefile Tools/Makefile Tools/MaterialUpgrader/Makefile Tools/MaterialUpgrader/src/Makefile Tools/MaterialUpgrader/include/Makefile Tools/MeshUpgrader/Makefile Tools/MeshUpgrader/src/Makefile Tools/XMLConverter/Makefile Tools/XMLConverter/src/Makefile Tools/XMLConverter/include/Makefile Tools/LightwaveConverter/Makefile Tools/LightwaveConverter/src/Makefile Tools/LightwaveConverter/include/Makefile OGRE.pc" @@ -24058,7 +24048,6 @@ s, at CEGUI_LIBS@,$CEGUI_LIBS,;t t s, at HAVE_CEGUI_TRUE@,$HAVE_CEGUI_TRUE,;t t s, at HAVE_CEGUI_FALSE@,$HAVE_CEGUI_FALSE,;t t -s, at OGREMAIN_VERSION_INFO@,$OGREMAIN_VERSION_INFO,;t t s, at LIBOBJS@,$LIBOBJS,;t t s, at LTLIBOBJS@,$LTLIBOBJS,;t t CEOF --- ogrenew/configure.in.soname 2006-07-23 00:12:06.000000000 +0200 +++ ogrenew/configure.in 2006-07-31 12:53:33.000000000 +0200 @@ -78,15 +78,6 @@ CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" LIBS="$LIBS $SDL_LIBS" -dnl versioning info for libtool -dnl Note this is the ABI version which is not the same as our actual library version -OGREMAIN_CURRENT=11 -OGREMAIN_REVISION=2 -OGREMAIN_AGE=0 -OGREMAIN_VERSION_INFO=$OGREMAIN_CURRENT:$OGREMAIN_REVISION:$OGREMAIN_AGE -AC_SUBST(OGREMAIN_VERSION_INFO) - - dnl Create the makefiles AC_CONFIG_FILES([Makefile \ OgreMain/Makefile \ --- ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.in~ 2006-08-01 12:31:32.000000000 +0200 +++ ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.in 2006-08-01 12:31:32.000000000 +0200 @@ -246,6 +246,8 @@ OgreCEGUITexture.cpp \ OgreCEGUIResourceProvider.cpp +libCEGUIOgreRenderer_la_LDFLAGS = -release @PACKAGE_VERSION@ + all: all-am .SUFFIXES: --- ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.am~ 2006-08-01 12:31:33.000000000 +0200 +++ ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.am 2006-08-01 12:31:33.000000000 +0200 @@ -6,3 +6,5 @@ libCEGUIOgreRenderer_la_SOURCES = OgreCEGUIRenderer.cpp \ OgreCEGUITexture.cpp \ OgreCEGUIResourceProvider.cpp + +libCEGUIOgreRenderer_la_LDFLAGS = -release @PACKAGE_VERSION@ From fedora-extras-commits at redhat.com Tue Aug 1 14:47:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Tue, 1 Aug 2006 07:47:57 -0700 Subject: fedora-security/audit fc4,1.344,1.345 fc5,1.259,1.260 Message-ID: <200608011447.k71Elvu8006967@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6945/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3746 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.344 retrieving revision 1.345 diff -u -r1.344 -r1.345 --- fc4 31 Jul 2006 10:31:02 -0000 1.344 +++ fc4 1 Aug 2006 14:47:54 -0000 1.345 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.0.59) [since FEDORA-2006-862] -CVE-2006-3746 ** gnupg +CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-842] CVE-2006-3677 ** firefox/seamonkey Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.259 retrieving revision 1.260 diff -u -r1.259 -r1.260 --- fc5 31 Jul 2006 10:31:02 -0000 1.259 +++ fc5 1 Aug 2006 14:47:54 -0000 1.260 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] -CVE-2006-3746 ** gnupg +CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Tue Aug 1 14:49:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 07:49:30 -0700 Subject: owners owners.list,1.1347,1.1348 Message-ID: <200608011449.k71EnW3w007004@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6987/owners Modified Files: owners.list Log Message: inject qstat Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1347 retrieving revision 1.1348 diff -u -r1.1347 -r1.1348 --- owners.list 1 Aug 2006 04:54:38 -0000 1.1347 +++ owners.list 1 Aug 2006 14:49:30 -0000 1.1348 @@ -1635,6 +1635,7 @@ Fedora Extras|qof|QOF provides a query engine library for C objects|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|qps|Visual process status monitor|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qscintilla|A Scintilla port to Qt|icon at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|qstat|Real-time Game Server Status for FPS game servers|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|qsynth|Qt based Fluidsynth GUI front end|nando at ccrma.stanford.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 15:19:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 08:19:51 -0700 Subject: rpms/kdetoys/FC-5 kdetoys.spec,1.4,1.5 Message-ID: <200608011519.k71FJrqe009840@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9816 Modified Files: kdetoys.spec Log Message: respin using proper sources this time Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdetoys.spec 1 Aug 2006 12:00:39 -0000 1.4 +++ kdetoys.spec 1 Aug 2006 15:19:51 -0000 1.5 @@ -126,7 +126,7 @@ %changelog * Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 -- %%description: remove references to (long gone) kaphorism, kscore +- %%description: remove references to (long gone) kaphorism, kscore (#200877) * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 From fedora-extras-commits at redhat.com Tue Aug 1 15:20:47 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:20:47 -0700 Subject: rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.4, 1.5 Message-ID: <200608011520.k71FKnnu009940@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9921 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jack-audio-connection-kit.spec 4 Jul 2006 15:49:30 -0000 1.4 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:20:47 -0000 1.5 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz @@ -70,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -120,6 +120,9 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + * Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 - update URL - add BR: libtool From fedora-extras-commits at redhat.com Tue Aug 1 15:28:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 08:28:13 -0700 Subject: rpms/qt4/devel .cvsignore, 1.5, 1.6 qt4.spec, 1.17, 1.18 sources, 1.3, 1.4 Message-ID: <200608011528.k71FSFPI010266@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10245 Modified Files: .cvsignore qt4.spec sources Log Message: * Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 - strip -laudio, -ldbus-1, -lglib-2.0 from .pc files * Thu Jul 20 2006 Rex Dieter 4.2.0-0.3.tp1 - -no-reduce-exports (for now) - -fno-strict-aliasing (fc5+) * Fri Jul 07 2006 Rex Dieter 4.2.0-0.2.tp1 - -system-nas-sound, BR: nas-devel (bug # 197937) - -qdbus (fc6+, BR: dbus-devel >= 0.62) - -glib (BR: glib2-devel) * Fri Jun 30 2006 Rex Dieter 4.2.0-0.1.tp1 - 4.2.0-tp1 (technology preview 1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 Jul 2006 12:12:36 -0000 1.5 +++ .cvsignore 1 Aug 2006 15:28:13 -0000 1.6 @@ -1,4 +1,5 @@ clog qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz +qt41.spec Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- qt4.spec 20 Jul 2006 19:32:17 -0000 1.17 +++ qt4.spec 1 Aug 2006 15:28:13 -0000 1.18 @@ -1,19 +1,22 @@ # Fedora Review -# http://bugzilla.redhat.com/bugzilla/188180 +# http://bugzilla.redhat.com/188180 + +%define beta tp1 +%define preview -preview Summary: Qt toolkit Name: qt4 -Version: 4.1.4 -Release: 8%{?dist} +Version: 4.2.0 +Release: 0.4.%{beta}%{?dist} License: GPL/QPL Group: System Environment/Libraries Url: http://www.trolltech.com/products/qt/ -Source0: ftp://ftp.troll.no/qt/source/qt-x11-opensource-src-%{version}.tar.gz +Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# search for assistant4 instead of (qt3's) assistant in $PATH +# search for assistant-qt4 instead of (qt3's) assistant in $PATH Patch1: qt-x11-opensource-src-4.1.2-assistant4.patch Source10: qt4-wrapper.sh @@ -27,7 +30,7 @@ ## optional plugin bits # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library -%define mysql -no-sql-mysql +%define mysql -no-sql-mysql %if "%{?fedora}" > "3" %define mysql -plugin-sql-mysql %endif @@ -37,8 +40,12 @@ %define odbc -plugin-sql-odbc %define psql -plugin-sql-psql %define sqlite -plugin-sql-sqlite -# +# undefine to disable these %define nas -system-nas-sound +%if "%{?fedora}" > "5" +%define qdbus -qdbus +BuildRequires: dbus-devel >= 0.62 +%endif %define qt_dirname %{name} %define qtdir %{_libdir}/%{qt_dirname} @@ -68,6 +75,7 @@ BuildRequires: libungif-devel BuildRequires: freetype-devel BuildRequires: zlib-devel +BuildRequires: glib2-devel %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" @@ -185,13 +193,13 @@ %prep -%setup -q -n qt-x11-opensource-src-%{version} +%setup -q -n qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}} %patch1 -p1 -b .assistant4 # drop -fexceptions from $RPM_OPT_FLAGS RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'` -# add -fno-strict-aliasing, for now +# add -fno-strict-aliasing, for now (fc6+) %if "%{?fedora}" > "4" RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %endif @@ -248,6 +256,8 @@ -xrandr \ -xrender \ -xkb \ + -glib \ + %{?qdbus} %{!?qdbus:-no-qdbus} \ %{?nas} %{!?nas:-no-nas-sound} \ %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ %{?psql} \ @@ -272,7 +282,7 @@ ## pkg-config # strip extraneous dirs/libraries -- Rex # safe ones -for dep in -laudio -lglib-2.0 -lmng -ljpeg -lpng -lz -lfreetype -lm %{?mysql_ldflags} \ +for dep in -laudio -ldbus-1 -lglib-2.0 -lmng -ljpeg -lpng -lz -lfreetype -lm %{?mysql_ldflags} \ -L%{_builddir}/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}/lib ; do sed -i -e "s|$dep ||g" %{buildroot}%{qt_libdir}/lib*.la ||: sed -i -e "s|$dep ||g" %{buildroot}%{qt_libdir}/*.pc @@ -355,6 +365,9 @@ %dir %{qtdir}/bin/ %dir %{qt_datadir} %{qt_libdir}/libQtCore.so.* +%if "%{?qdbus}" == "-qdbus" +%{qt_libdir}/libQtDBus.so.* +%endif %{qt_libdir}/libQtNetwork.so.* %{qt_libdir}/libQtSql.so.* %{qt_libdir}/libQtTest.so.* @@ -369,9 +382,11 @@ %{qt_libdir}/libQtGui.so.* %{qt_libdir}/libQtOpenGL.so.* %{qt_libdir}/libQtSvg.so.* -%{qtdir}/plugins/accessible/ -%{qtdir}/plugins/imageformats/ -%{qtdir}/plugins/inputmethods/ +%if "%{version}" >= "4.2.0" +%{qt_libdir}/libQtAssistantClient.so.* +%endif +%{qtdir}/plugins/* +%exclude %{qtdir}/plugins/sqldrivers #-config bits %{qtdir}/bin/qt*config* %{_bindir}/qt*config* @@ -464,16 +479,20 @@ %changelog -* Thu Jul 20 2006 Rex Dieter 4.1.4-8 -- strip -laudio, -lglib-2.0 from .pc files +* Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 +- strip -laudio, -ldbus-1, -lglib-2.0 from .pc files -* Thu Jul 20 2006 Rex Dieter 4.1.4-7 +* Thu Jul 20 2006 Rex Dieter 4.2.0-0.3.tp1 - -no-reduce-exports (for now) - -fno-strict-aliasing (fc5+) -* Thu Jul 13 2006 Rex Dieter 4.1.4-6 -- make buildable on legacy releases -- -system-nas-sound (bug #197937) +* Fri Jul 07 2006 Rex Dieter 4.2.0-0.2.tp1 +- -system-nas-sound, BR: nas-devel (bug # 197937) +- -qdbus (fc6+, BR: dbus-devel >= 0.62) +- -glib (BR: glib2-devel) + +* Fri Jun 30 2006 Rex Dieter 4.2.0-0.1.tp1 +- 4.2.0-tp1 (technology preview 1) * Thu Jun 29 2006 Rex Dieter 4.1.4-5 - make FHS-friendly (bug #196901) Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2006 15:11:02 -0000 1.3 +++ sources 1 Aug 2006 15:28:13 -0000 1.4 @@ -1 +1 @@ -88f8c9c4622108baca2950baac3c02d6 qt-x11-opensource-src-4.1.4.tar.gz +099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 15:29:27 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:29:27 -0700 Subject: rpms/jack-audio-connection-kit/FC-5 jack-audio-connection-kit.spec, 1.2, 1.3 Message-ID: <200608011529.k71FTTBp010327@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10310 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/FC-5/jack-audio-connection-kit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jack-audio-connection-kit.spec 27 May 2006 08:08:40 -0000 1.2 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:29:27 -0000 1.3 @@ -1,19 +1,20 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 9%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz Source1: %{name}-README.Fedora Patch0: http://lalists.stanford.edu/lad/2006/01/att-0167/jack-clock3.patch -URL: http://jackit.sourceforge.net +URL: http://www.jackaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel BuildRequires: libsndfile-devel >= 1.0.0 BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: readline-devel, libtermcap-devel, ncurses-devel +BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool %description JACK is a low-latency audio server, written primarily for the Linux @@ -69,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -119,6 +120,17 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + +* Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 +- update URL +- add BR: libtool + +* Tue Jun 20 2006 Andy Shevchenko 0.101.1-10 +- add BRs: autoconf, automake + (http://fedoraproject.org/wiki/QA/FixBuildRequires) + * Sat May 27 2006 Andy Shevchenko 0.101.1-9 - remove --enable-stripped-jackd and --enable-optimize (use default flags) From fedora-extras-commits at redhat.com Tue Aug 1 15:33:10 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:33:10 -0700 Subject: rpms/jack-audio-connection-kit/FC-4 jack-audio-connection-kit.spec, 1.2, 1.3 Message-ID: <200608011533.k71FXCPU010417@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10400 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/FC-4/jack-audio-connection-kit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jack-audio-connection-kit.spec 27 May 2006 08:08:40 -0000 1.2 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:33:10 -0000 1.3 @@ -1,19 +1,20 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 9%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz Source1: %{name}-README.Fedora Patch0: http://lalists.stanford.edu/lad/2006/01/att-0167/jack-clock3.patch -URL: http://jackit.sourceforge.net +URL: http://www.jackaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel BuildRequires: libsndfile-devel >= 1.0.0 BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: readline-devel, libtermcap-devel, ncurses-devel +BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool %description JACK is a low-latency audio server, written primarily for the Linux @@ -69,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -119,6 +120,17 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + +* Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 +- update URL +- add BR: libtool + +* Tue Jun 20 2006 Andy Shevchenko 0.101.1-10 +- add BRs: autoconf, automake + (http://fedoraproject.org/wiki/QA/FixBuildRequires) + * Sat May 27 2006 Andy Shevchenko 0.101.1-9 - remove --enable-stripped-jackd and --enable-optimize (use default flags) From fedora-extras-commits at redhat.com Tue Aug 1 15:54:56 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:54:56 -0700 Subject: rpms/inotify-tools - New directory Message-ID: <200608011554.k71FswFG010597@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10571/inotify-tools Log Message: Directory /cvs/extras/rpms/inotify-tools added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 15:54:56 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:54:56 -0700 Subject: rpms/inotify-tools/devel - New directory Message-ID: <200608011554.k71Fsw9K010600@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10571/inotify-tools/devel Log Message: Directory /cvs/extras/rpms/inotify-tools/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 15:55:15 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:55:15 -0700 Subject: rpms/inotify-tools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608011555.k71FtHia010644@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10616 Added Files: Makefile import.log Log Message: Setup of module inotify-tools --- NEW FILE Makefile --- # Top level Makefile for module inotify-tools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 15:55:16 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:55:16 -0700 Subject: rpms/inotify-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608011555.k71FtIk5010647@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10616/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module inotify-tools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 15:56:11 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:56:11 -0700 Subject: rpms/inotify-tools import.log,1.1,1.2 Message-ID: <200608011556.k71FuDDY010719@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10685 Modified Files: import.log Log Message: auto-import inotify-tools-2.2-3 on branch devel from inotify-tools-2.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 15:55:15 -0000 1.1 +++ import.log 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +inotify-tools-2_2-3:HEAD:inotify-tools-2.2-3.src.rpm:1154447786 From fedora-extras-commits at redhat.com Tue Aug 1 15:56:11 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:56:11 -0700 Subject: rpms/inotify-tools/devel inotify-tools-2.2.implicit_syscall.patch, NONE, 1.1 inotify-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608011556.k71FuDE2010726@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10685/devel Modified Files: .cvsignore sources Added Files: inotify-tools-2.2.implicit_syscall.patch inotify-tools.spec Log Message: auto-import inotify-tools-2.2-3 on branch devel from inotify-tools-2.2-3.src.rpm inotify-tools-2.2.implicit_syscall.patch: --- NEW FILE inotify-tools-2.2.implicit_syscall.patch --- diff -Nurp inotify-tools-2.2.orig/src/inotifywait.c inotify-tools-2.2/src/inotifywait.c --- inotify-tools-2.2.orig/src/inotifywait.c 2006-07-03 06:49:34.000000000 +0200 +++ inotify-tools-2.2/src/inotifywait.c 2006-07-06 13:56:32.000000000 +0200 @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "../config.h" #include @@ -17,7 +18,6 @@ #include "inotify-syscalls.h" #include "inotifyutils.h" -#define _GNU_SOURCE #include extern char *optarg; diff -Nurp inotify-tools-2.2.orig/src/inotifywatch.c inotify-tools-2.2/src/inotifywatch.c --- inotify-tools-2.2.orig/src/inotifywatch.c 2006-07-03 06:49:34.000000000 +0200 +++ inotify-tools-2.2/src/inotifywatch.c 2006-07-06 13:57:40.000000000 +0200 @@ -112,7 +112,6 @@ int main(int argc, char ** argv) if ( !events ) events = IN_ALL_EVENTS; - char * path; unsigned int num_watches = 0; unsigned int this_num_watches; fprintf( stderr, "Establishing watches...\n" ); --- NEW FILE inotify-tools.spec --- Name: inotify-tools Version: 2.2 Release: 3%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. %prep %setup -q %patch0 -p1 %build %configure --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* %{_mandir}/man1/inotifywatch.1* %changelog * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL * Thu Jul 6 2006 Dawid Gajownik - 2.2-2 - Fix compilation warnings * Thu Jul 6 2006 Dawid Gajownik - 2.2-1 - New version 2.2 - Update URL and description - Add man pages * Wed Jul 5 2006 Dawid Gajownik - 2.1-1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 15:55:16 -0000 1.1 +++ .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +inotify-tools-2.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 15:55:16 -0000 1.1 +++ sources 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 16:03:28 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 09:03:28 -0700 Subject: owners owners.list,1.1348,1.1349 Message-ID: <200608011603.k71G3UZb013357@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340 Modified Files: owners.list Log Message: Add inotify-tools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1348 retrieving revision 1.1349 diff -u -r1.1348 -r1.1349 --- owners.list 1 Aug 2006 14:49:30 -0000 1.1348 +++ owners.list 1 Aug 2006 16:03:27 -0000 1.1349 @@ -602,6 +602,7 @@ Fedora Extras|imlib2|A graphic library for file loading, saving, rendering, and manipulation|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|inadyn|A Dynamic DNS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|inkscape|A vector-based drawing program using SVG|denis at poolshark.org|extras-qa at fedoraproject.org| +Fedora Extras|inotify-tools|Command line utilities for inotify|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|inti|Integrated Foundation Classes for GNOME and GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|intuitively|Automatic IP detection utility|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|Inventor|SGI Open Inventor (TM)|rc040203 at freenet.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 16:46:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 09:46:34 -0700 Subject: rpms/cmake/devel .cvsignore, 1.3, 1.4 cmake.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608011646.k71GkacN013612@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13591 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jun 2006 16:32:53 -0000 1.3 +++ .cvsignore 1 Aug 2006 16:46:34 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmake.spec 31 Jul 2006 19:35:43 -0000 1.5 +++ cmake.spec 1 Aug 2006 16:46:34 -0000 1.6 @@ -1,6 +1,6 @@ Name: cmake -Version: 2.4.2 -Release: 3%{?dist} +Version: 2.4.3 +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-3 - Update for vim 7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jun 2006 16:32:53 -0000 1.3 +++ sources 1 Aug 2006 16:46:34 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 16:50:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 09:50:54 -0700 Subject: rpms/freeciv/FC-3 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.6, 1.7 Message-ID: <200608011650.k71GouVh013702@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13682 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-2 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- freeciv.spec 9 Mar 2006 15:24:12 -0000 1.6 +++ freeciv.spec 1 Aug 2006 16:50:54 -0000 1.7 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -47,11 +49,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +93,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-2 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Thu Mar 9 2006 Brian Pepple - 2.0.8-1 - Add dist tag. - Update to 2.0.8 (fixes #184507). From fedora-extras-commits at redhat.com Tue Aug 1 16:52:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 09:52:17 -0700 Subject: rpms/freeciv/FC-4 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.16, 1.17 Message-ID: <200608011652.k71GqJ2t013783@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13763 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-3 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- freeciv.spec 9 Mar 2006 15:09:53 -0000 1.16 +++ freeciv.spec 1 Aug 2006 16:52:17 -0000 1.17 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 1%{?dist} +Release: 3%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -47,11 +49,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -88,6 +94,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-3 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Thu Mar 9 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8 (fixes #184507). - Remove unnecessary BR (alsa-lib-devel & SDL-devel). From fedora-extras-commits at redhat.com Tue Aug 1 17:03:47 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 10:03:47 -0700 Subject: rpms/freeciv/FC-5 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.21, 1.22 Message-ID: <200608011703.k71H3nrR016423@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16402 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-4 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- freeciv.spec 6 Mar 2006 16:04:20 -0000 1.21 +++ freeciv.spec 1 Aug 2006 17:03:46 -0000 1.22 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 4%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -46,11 +48,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +93,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-4 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Mon Mar 6 2006 Brian Pepple - 2.0.8-2 - Update to 2.0.8. From fedora-extras-commits at redhat.com Tue Aug 1 17:04:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 10:04:48 -0700 Subject: rpms/freeciv/devel freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.21, 1.22 Message-ID: <200608011704.k71H4osZ016559@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16539 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-5 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- freeciv.spec 6 Mar 2006 16:04:20 -0000 1.21 +++ freeciv.spec 1 Aug 2006 17:04:48 -0000 1.22 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 5%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,22 +36,29 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security + %build %configure --enable-client=gtk2 make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT %makeinstall desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +95,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-5 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Mon Mar 6 2006 Brian Pepple - 2.0.8-2 - Update to 2.0.8. From fedora-extras-commits at redhat.com Tue Aug 1 17:18:16 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 10:18:16 -0700 Subject: rpms/cmake/FC-4 .cvsignore, 1.3, 1.4 cmake.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608011718.k71HImRE016704@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16657/FC-4 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 31 Jul 2006 19:32:26 -0000 1.3 +++ .cvsignore 1 Aug 2006 17:18:16 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cmake.spec 31 Jul 2006 19:42:18 -0000 1.4 +++ cmake.spec 1 Aug 2006 17:18:16 -0000 1.5 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-1 - Update to 2.4.2 - Patch FindRuby and FindSWIG to work on Fedora (bug #198103) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Jul 2006 19:32:26 -0000 1.3 +++ sources 1 Aug 2006 17:18:16 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 17:18:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 10:18:17 -0700 Subject: rpms/cmake/FC-5 .cvsignore, 1.3, 1.4 cmake.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608011718.k71HInN1016709@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16657/FC-5 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 31 Jul 2006 19:33:45 -0000 1.3 +++ .cvsignore 1 Aug 2006 17:18:17 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cmake.spec 31 Jul 2006 19:33:45 -0000 1.2 +++ cmake.spec 1 Aug 2006 17:18:17 -0000 1.3 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-1 - Patch FindRuby and FindSWIG to work on Fedora (bug #198103) - Update to 2.4.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Jul 2006 19:33:45 -0000 1.3 +++ sources 1 Aug 2006 17:18:17 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:08:20 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 1 Aug 2006 12:08:20 -0700 Subject: check-mirrors check-mirrors.py,1.16,1.17 Message-ID: <200608011908.k71J8KYm022505@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22484 Modified Files: check-mirrors.py Log Message: Initial creation of a db backend. Still lots of work to do but this works. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- check-mirrors.py 17 Jul 2006 18:28:44 -0000 1.16 +++ check-mirrors.py 1 Aug 2006 19:08:17 -0000 1.17 @@ -21,12 +21,12 @@ # TODO: # - better error handling -# - push into a db? # - have it accept an option which specifies a section in the config file # to operate on - rather than doing all of them. +# - remove deleted mirrors from the database -debug = False +debug = True __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' @@ -43,82 +43,154 @@ import socket import urlparse import glob +import sqlite from urlgrabber.grabber import URLGrabber from urlgrabber.grabber import URLGrabError -class YumBaseError(exceptions.Exception): - def __init__(self, args=None): - exceptions.Exception.__init__(self) +class YumBaseError( exceptions.Exception ): + def __init__( self, args=None ): + exceptions.Exception.__init__( self ) self.args = args -class RepoMDError(YumBaseError): - def __init__(self, args=None): - YumBaseError.__init__(self) +class RepoMDError( YumBaseError ): + def __init__( self, args=None ): + YumBaseError.__init__( self ) self.args = args -def ns_cleanup(qn): - if qn.find('}') == -1: return qn - return qn.split('}')[1] +def ns_cleanup( qn ): + if qn.find( '}' ) == -1: return qn + return qn.split( '}' )[1] -def errorprint(stuff): - print >> sys.stderr, stuff +def errorprint( error ): + print >> sys.stderr, error -def check_and_make_dir(dir): +def check_and_make_db( db ): + """ + verify that we can create the sqlite DB file + """ + try: + con = sqlite.connect( db ) + cursor = con.cursor() + except sqlite.Error, errmsg: + errorprint( 'Failed to connect to database: %s' % db ) + errorprint( 'Err: ' +str( errmsg ) ) + return None, None + + try: + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" + if debug: + print "Executing %s" % query + cursor.execute( query ) + if debug: + print "deleting test %i" % cursor.lastrowid + cursor.execute( "delete from mirrors where m_id =" + str( cursor.lastrowid ) + ";" ) + con.commit() + except sqlite.Error, errmsg: + if debug: + print 'db IO test failed: ' +str( errmsg ) + + try: + cursor.execute( 'CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);' ) + con.commit() + except sqlite.Error, errmsg: + errorprint( 'Err: ' +str( errmsg ) ) + return None, None + return con, cursor + + +def check_and_make_dir( dir ): """ check out the dir and make it, if possible, return 1 if done, else return 0 """ - if os.path.exists(dir): - if not os.path.isdir(dir): - errorprint('%s is not a dir' % dir) + if os.path.exists( dir ): + if not os.path.isdir( dir ): + errorprint( '%s is not a dir' % dir ) result = False else: - if not os.access(dir, os.W_OK): - errorprint('%s is not writable' % dir) + if not os.access( dir, os.W_OK ): + errorprint( '%s is not writable' % dir ) result = False else: result = True else: try: - os.mkdir(dir) + os.mkdir( dir ) except OSError, e: - errorprint('Error creating dir %s: %s' % (dir, e)) + errorprint( 'Error creating dir %s: %s' % ( dir, e ) ) result = False else: result = True return result - + +def update_db( repo, arch, country, url, failure, dbconn, dbcursor ): + updated = 0 + if not dbcursor: + errorprint( 'sqlite database check failed' ) + + if failure: + query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % ( url, url, repo, arch) + else: + query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % ( url, repo, arch ) + try: + if debug: + print "Executing: %s" % query + dbcursor.execute( query ) + updated = dbcursor.rowcount + dbconn.commit() + except sqlite.Error, errmsg: + errorprint( 'DBerr: ' +str( errmsg ) ) + errorprint(query) + if not updated: + try: + if failure: + lastgoodsql='0' + else: + lastgoodsql="DATETIME('now')" + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % ( repo, arch, country, url, failure, lastgoodsql ) + if debug: + print "Executing: %s" % query + dbcursor.execute( query ) + updated = dbcursor.rowcount + dbconn.commit() + except sqlite.Error, errmsg: + errorprint( 'DBErr: ' +str( errmsg ) ) + errorprint(query) + return None + return updated + + class RepoData: """represents anything beneath a tag""" - def __init__(self, elem): - self.type = elem.attrib.get('type') - self.location = (None, None) - self.checksum = (None,None) # type,value - self.openchecksum = (None,None) # type,value + def __init__( self, elem ): + self.type = elem.attrib.get( 'type' ) + self.location = ( None, None ) + self.checksum = ( None, None ) # type,value + self.openchecksum = ( None, None ) # type,value self.timestamp = None - self.parse(elem) + self.parse( elem ) - def parse(self, elem): + def parse( self, elem ): for child in elem: - child_name = ns_cleanup(child.tag) + child_name = ns_cleanup( child.tag ) if child_name == 'location': - relative = child.attrib.get('href') - base = child.attrib.get('base') - self.location = (base, relative) - + relative = child.attrib.get( 'href' ) + base = child.attrib.get( 'base' ) + self.location = ( base, relative ) + elif child_name == 'checksum': csum_value = child.text - csum_type = child.attrib.get('type') - self.checksum = (csum_type,csum_value) + csum_type = child.attrib.get( 'type' ) + self.checksum = ( csum_type, csum_value ) elif child_name == 'open-checksum': csum_value = child.text - csum_type = child.attrib.get('type') - self.openchecksum = (csum_type, csum_value) - + csum_type = child.attrib.get( 'type' ) + self.openchecksum = ( csum_type, csum_value ) + elif child_name == 'timestamp': self.timestamp = child.text @@ -126,44 +198,44 @@ class RepoMD: """represents the repomd xml file""" - def __init__(self, repoid, srcfile): + def __init__( self, repoid, srcfile ): """takes a repoid and a filename for the repomd.xml""" self.repoid = repoid self.repoData = {} - if type(srcfile) == type('str'): + if type( srcfile ) == type( 'str' ): # srcfile is a filename string - infile = open(srcfile, 'rt') + infile = open( srcfile, 'rt' ) else: # srcfile is a file object infile = srcfile - parser = iterparse(infile) + parser = iterparse( infile ) try: for event, elem in parser: - elem_name = ns_cleanup(elem.tag) + elem_name = ns_cleanup( elem.tag ) if elem_name == "data": - thisdata = RepoData(elem=elem) + thisdata = RepoData( elem=elem ) self.repoData[thisdata.type] = thisdata except SyntaxError, e: raise RepoMDError, "Damaged repomd.xml file" - - def fileTypes(self): + + def fileTypes( self ): """return list of metadata file types available""" return self.repoData.keys() - - def getData(self, type): - if self.repoData.has_key(type): + + def getData( self, type ): + if self.repoData.has_key( type ): return self.repoData[type] else: raise RepoMDError, "Error: requested datatype %s not available" % type - - def dump(self): + + def dump( self ): """dump fun output""" - + for ft in self.fileTypes(): thisdata = self.repoData[ft] print 'datatype: %s' % thisdata.type @@ -172,41 +244,41 @@ print 'checksum: %s -%s' % thisdata.checksum print 'open checksum: %s - %s' % thisdata.openchecksum -class MirrorContainer(object): +class MirrorContainer( object ): """Holder for info about a specific mirror""" - - def __init__(self, url, grabber, archlist, gi): + + def __init__( self, url, grabber, archlist, gi ): self.url = url self.grabber = grabber self.geoip = gi self.timestamps = {} self.archlist = archlist self.country = None - self.get_timestamp(url) - self.get_country(url) - - def get_timestamp(self, url): + self.get_timestamp( url ) + self.get_country( url ) + + def get_timestamp( self, url ): url = '%s/repodata/repomd.xml' % url - (suburl, count) = re.subn('\$ARCH', '$BASEARCH', url) - (suburl, count) = re.subn('\$BASEARCH','$basearch', suburl) - + ( suburl, count ) = re.subn( '\$ARCH', '$BASEARCH', url ) + ( suburl, count ) = re.subn( '\$BASEARCH', '$basearch', suburl ) + for arch in self.archlist: - (finurl, count) = re.subn('\$basearch', arch, suburl) + ( finurl, count ) = re.subn( '\$basearch', arch, suburl ) try: - fo = self.grabber.urlopen(finurl) + fo = self.grabber.urlopen( finurl ) except URLGrabError, e: if debug: print 'error on %s' % finurl continue try: - p = RepoMD('fooid', fo) + p = RepoMD( 'fooid', fo ) except RepoMDError, e: if debug: print e continue except URLGrabError, e: - errorprint("Grabber error on %s arch %s was:\n%s" % (url, arch, e)) + errorprint( "Grabber error on %s arch %s was:\n%s" % ( url, arch, e ) ) continue else: thisdata = p.repoData['primary'] @@ -214,202 +286,213 @@ del p fo.close() del fo - - def get_country(self, url): - url_parts = urlparse.urlparse(url) - h = url_parts[1] - addr = socket.gethostbyname(h) - self.country = self.geoip.country_code_by_addr(addr) - - + def get_country( self, url ): + url_parts = urlparse.urlparse( url ) + h = url_parts[1] + addr = socket.gethostbyname( h ) + self.country = self.geoip.country_code_by_addr( addr ) -class MirrorListInfo(object): +class MirrorListInfo( object ): """Holder for config info from the configuration file about the mirrorlist being checked""" - - def __init__(self): + + def __init__( self ): self.archlist = ['i386', 'x86_64', 'ppc'] self.mirrorid = None self.inputfile = None self.outputpath = None - self.timeout = 10 + self.timeout = 4 self.canonical = None + self.db = None self.mirrorlist = [] - - def populate_mirrorlist(self, grabber_inst): + + def populate_mirrorlist( self, grabber_inst ): try: - fo = grabber_inst.urlopen(self.inputfile) + fo = grabber_inst.urlopen( self.inputfile ) except IOError, e: return else: content = fo.readlines() for line in content: - if re.match('^\s*\#.*', line) or re.match('^\s*$', line): + if re.match( '^\s*\#.*', line ) or re.match( '^\s*$', line ): continue - mirror = re.sub('\n$', '', line) # no more trailing \n's - self.mirrorlist.append(mirror) - + mirror = re.sub( '\n$', '', line ) # no more trailing \n's + self.mirrorlist.append( mirror ) + fo.close() -def config(cfg): +def config( cfg ): sections = [] conf = ConfigParser.ConfigParser() - conf.read(cfg) - + conf.read( cfg ) + for section in conf.sections(): item = MirrorListInfo() - if conf.has_option(section, 'file_prefix'): - item.mirrorid = conf.get(section, 'file_prefix') + if conf.has_option( section, 'file_prefix' ): + item.mirrorid = conf.get( section, 'file_prefix' ) else: item.mirrorid = '%s' % section broken = False - - if conf.has_option(section, 'inputfile'): - item.inputfile = conf.get(section, 'inputfile') + + if conf.has_option( section, 'inputfile' ): + item.inputfile = conf.get( section, 'inputfile' ) else: - errorprint('missing inputfile') + errorprint( 'missing inputfile' ) broken = True - - if conf.has_option(section, 'outputpath'): - item.outputpath = conf.get(section, 'outputpath') + + if conf.has_option( section, 'outputpath' ): + item.outputpath = conf.get( section, 'outputpath' ) else: - errorprint('missing outputpath') + errorprint( 'missing outputpath' ) broken = True - - if conf.has_option(section, 'canonical'): - item.canonical = conf.get(section, 'canonical') + + if conf.has_option( section, 'canonical' ): + item.canonical = conf.get( section, 'canonical' ) else: - errorprint('missing canonical url') + errorprint( 'missing canonical url' ) broken = True - + + if conf.has_option( section, 'db' ): + item.db = conf.get( section, 'db' ) + else: + errorprint( 'missing db filename' ) + broken = True + if broken: - errorprint("Broooooooooooooken config, in section %s, bailing" % section) - sys.exit(1) - - if conf.has_option(section, 'timeout'): - item.timeout = conf.getint(section, 'timeout') + errorprint( "Broooooooooooooken config, in section %s, bailing" % section ) + sys.exit( 1 ) + if conf.has_option( section, 'timeout' ): + item.timeout = conf.getint( section, 'timeout' ) - if conf.has_option(section, 'archlist'): - a_string = conf.get(section, 'archlist') - - a_holder = a_string.replace('\n', ' ') - a_holder = a_holder.replace(',', ' ') + + if conf.has_option( section, 'archlist' ): + a_string = conf.get( section, 'archlist' ) + a_holder = a_string.replace( '\n', ' ' ) + a_holder = a_holder.replace( ',', ' ' ) a_list = a_holder.split() - + item.archlist = a_list - sections.append(item) - + sections.append( item ) + return sections -def main(cfg_file): - if not os.path.exists(cfg_file): - errorprint("config file %s does not exist" % cfg_file) - sys.exit(1) +def main( cfg_file ): + if not os.path.exists( cfg_file ): + errorprint( "config file %s does not exist" % cfg_file ) + sys.exit( 1 ) + + sections = config( cfg_file ) + gi = GeoIP.new( GeoIP.GEOIP_STANDARD ) - sections = config(cfg_file) - gi = GeoIP.new(GeoIP.GEOIP_STANDARD) - # grab the canonical mirrors info for s in sections: mirrors = [] - - ug = URLGrabber(timeout=s.timeout) - s.populate_mirrorlist(ug) - if len(s.mirrorlist) < 1: - errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) + badmirrors = [] + + ug = URLGrabber( timeout=s.timeout ) + s.populate_mirrorlist( ug ) + if len( s.mirrorlist ) < 1: + errorprint( "no mirrors to look at for %s, something is broken, skipping" % s.mirrorid ) continue - if not check_and_make_dir(s.outputpath): - errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) + dbconn, dbcursor = check_and_make_db( s.db ) + + if not check_and_make_dir( s.outputpath ): + errorprint( 'Error creating output path %s for %s' % ( s.outputpath, s.mirrorid ) ) continue # get the list of the old files new_file_list = [] old_file_list = [] - filematch = '%s/%s*' % (s.outputpath, s.mirrorid) + filematch = '%s/%s*' % ( s.outputpath, s.mirrorid ) if debug: print filematch - old_file_list.extend(glob.glob(filematch)) + old_file_list.extend( glob.glob( filematch ) ) if debug: print old_file_list - - canon = MirrorContainer(s.canonical, ug, s.archlist, gi) - if len(canon.timestamps.keys()) < len(s.archlist): + + canon = MirrorContainer( s.canonical, ug, s.archlist, gi ) + if len( canon.timestamps.keys() ) < len( s.archlist ): # if we can't get info for all arches for the canonical mirror, exit - errorprint("Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid) + errorprint( "Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid ) continue - + if debug: # debug only - just printing out info for arch in s.archlist: - if canon.timestamps.has_key(arch): - print '%s - %s: %s' % (s.mirrorid, arch, canon.timestamps[arch]) + if canon.timestamps.has_key( arch ): + print '%s - %s: %s' % ( s.mirrorid, arch, canon.timestamps[arch] ) # get the info for all the mirrors - + for url in s.mirrorlist: try: - m = MirrorContainer(url, ug, s.archlist, gi) + m = MirrorContainer( url, ug, s.archlist, gi ) except socket.gaierror, e: - errorprint("Cannot get address for mirror %s" % url) + errorprint( "Cannot get address for mirror %s" % url ) continue else: if m: - mirrors.append(m) - + mirrors.append( m ) + # print them out per-arch and per-country for arch in s.archlist: glob_urls = [] country_specific = {} for m in mirrors: - if m.timestamps.has_key(arch): + goodmirror = 0 + if m.timestamps.has_key( arch ): if m.timestamps[arch] == canon.timestamps[arch]: if debug: print 'adding %s' % m.url - glob_urls.append(m.url) + glob_urls.append( m.url ) + goodmirror=1 if m.country: - if not country_specific.has_key(m.country): + if not country_specific.has_key( m.country ): country_specific[m.country] = [] - if debug: print 'adding to %s: %s' % (m.country, m.url) - country_specific[m.country].append(m.url) - - global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) - glob_fo = open(global_file, 'w') + goodmirror=1 + if debug: print 'adding to %s: %s' % ( m.country, m.url ) + country_specific[m.country].append( m.url ) + if not goodmirror: + print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) + if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): + errorprint( "Error updating: %s" % url) + global_file = '%s/%s-global-%s.txt' % ( s.outputpath, s.mirrorid, arch ) + glob_fo = open( global_file, 'w' ) for url in glob_urls: - glob_fo.write('%s\n' % url) + glob_fo.write( '%s\n' % url ) glob_fo.close() - new_file_list.append(os.path.normpath(global_file)) - + new_file_list.append( os.path.normpath( global_file ) ) + for code in country_specific.keys(): - country_file = '%s/%s-%s-%s.txt' % (s.outputpath, s.mirrorid, code, arch) - country_fo = open(country_file, 'w') + country_file = '%s/%s-%s-%s.txt' % ( s.outputpath, s.mirrorid, code, arch ) + country_fo = open( country_file, 'w' ) for url in country_specific[code]: - country_fo.write('%s\n' % url) - country_fo.close() - new_file_list.append(os.path.normpath(country_file)) - + country_fo.write( '%s\n' % url ) + if not update_db( s.mirrorid, arch, code, url, 0, dbconn, dbcursor ): + errorprint( "Error updating: %s" % url ) + new_file_list.append( os.path.normpath( country_file ) ) + # clean up for fn in old_file_list: - fn = os.path.normpath(fn) + fn = os.path.normpath( fn ) if fn not in new_file_list: if debug: print "removing old file %s" % fn - os.unlink(fn) - - + os.unlink( fn ) +# dbconn.close() +# dbcursor.close() if __name__ == '__main__': - if len(sys.argv) < 2: + if len( sys.argv ) < 2: conf_fn = CONFIG else: conf_fn = sys.argv[1] - main(conf_fn) - - + main( conf_fn ) From fedora-extras-commits at redhat.com Tue Aug 1 19:09:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 1 Aug 2006 12:09:09 -0700 Subject: upgradecheck upgradecheck.py,1.12,1.13 Message-ID: <200608011909.k71J99mM022536@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22518 Modified Files: upgradecheck.py Log Message: Spelling fix. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- upgradecheck.py 31 Jul 2006 14:17:41 -0000 1.12 +++ upgradecheck.py 1 Aug 2006 19:09:07 -0000 1.13 @@ -122,7 +122,7 @@ try: solvers[dist].readMetadata() except yum.Errors.RepoError, e: - print 'Metadata read error for dist %s, exluding it' % dist + print 'Metadata read error for dist %s, excluding it' % dist del solvers[dist] pkgdict = {} From fedora-extras-commits at redhat.com Tue Aug 1 19:10:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 1 Aug 2006 12:10:24 -0700 Subject: upgradecheck upgradecheck.py,1.13,1.14 Message-ID: <200608011910.k71JAOkt022578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22560 Modified Files: upgradecheck.py Log Message: Don't blow up if (much) later distros than the problem spot don't have the package. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- upgradecheck.py 1 Aug 2006 19:09:07 -0000 1.13 +++ upgradecheck.py 1 Aug 2006 19:10:21 -0000 1.14 @@ -175,7 +175,8 @@ ix = bork report.append(name + ": " + owners[name].replace('@',' AT ')) for curr in pkgdata[ix:]: # onwards from the problem spot - report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) + if curr: # we haven't checked if all distros after the bork spot have this package + report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) ix = ix + 1 report.append("") From fedora-extras-commits at redhat.com Tue Aug 1 19:15:42 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:15:42 -0700 Subject: check-mirrors check-mirrors.py,1.17,1.18 Message-ID: <200608011915.k71JFgZo022617@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: check-mirrors.py Log Message: fix eclipse fucking up all the ( and ) with spaces. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- check-mirrors.py 1 Aug 2006 19:08:17 -0000 1.17 +++ check-mirrors.py 1 Aug 2006 19:15:39 -0000 1.18 @@ -48,99 +48,99 @@ from urlgrabber.grabber import URLGrabber from urlgrabber.grabber import URLGrabError -class YumBaseError( exceptions.Exception ): - def __init__( self, args=None ): - exceptions.Exception.__init__( self ) +class YumBaseError(exceptions.Exception): + def __init__(self, args=None): + exceptions.Exception.__init__(self) self.args = args -class RepoMDError( YumBaseError ): - def __init__( self, args=None ): - YumBaseError.__init__( self ) +class RepoMDError(YumBaseError): + def __init__(self, args=None): + YumBaseError.__init__(self) self.args = args -def ns_cleanup( qn ): - if qn.find( '}' ) == -1: return qn - return qn.split( '}' )[1] +def ns_cleanup(qn): + if qn.find('}') == -1: return qn + return qn.split('}')[1] -def errorprint( error ): +def errorprint(error): print >> sys.stderr, error -def check_and_make_db( db ): +def check_and_make_db(db): """ verify that we can create the sqlite DB file """ try: - con = sqlite.connect( db ) + con = sqlite.connect(db) cursor = con.cursor() except sqlite.Error, errmsg: - errorprint( 'Failed to connect to database: %s' % db ) - errorprint( 'Err: ' +str( errmsg ) ) + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: ' +str(errmsg)) return None, None try: query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" if debug: print "Executing %s" % query - cursor.execute( query ) + cursor.execute(query) if debug: print "deleting test %i" % cursor.lastrowid - cursor.execute( "delete from mirrors where m_id =" + str( cursor.lastrowid ) + ";" ) + cursor.execute("delete from mirrors where m_id =" + str(cursor.lastrowid) + ";") con.commit() except sqlite.Error, errmsg: if debug: - print 'db IO test failed: ' +str( errmsg ) + print 'db IO test failed: ' +str(errmsg) try: - cursor.execute( 'CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);' ) + cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') con.commit() except sqlite.Error, errmsg: - errorprint( 'Err: ' +str( errmsg ) ) + errorprint('Err: ' +str(errmsg)) return None, None return con, cursor -def check_and_make_dir( dir ): +def check_and_make_dir(dir): """ check out the dir and make it, if possible, return 1 if done, else return 0 """ - if os.path.exists( dir ): - if not os.path.isdir( dir ): - errorprint( '%s is not a dir' % dir ) + if os.path.exists(dir): + if not os.path.isdir(dir): + errorprint('%s is not a dir' % dir) result = False else: - if not os.access( dir, os.W_OK ): - errorprint( '%s is not writable' % dir ) + if not os.access(dir, os.W_OK): + errorprint('%s is not writable' % dir) result = False else: result = True else: try: - os.mkdir( dir ) + os.mkdir(dir) except OSError, e: - errorprint( 'Error creating dir %s: %s' % ( dir, e ) ) + errorprint('Error creating dir %s: %s' % (dir, e)) result = False else: result = True return result -def update_db( repo, arch, country, url, failure, dbconn, dbcursor ): +def update_db(repo, arch, country, url, failure, dbconn, dbcursor): updated = 0 if not dbcursor: - errorprint( 'sqlite database check failed' ) + errorprint('sqlite database check failed') if failure: - query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % ( url, url, repo, arch) + query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) else: - query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % ( url, repo, arch ) + query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch) try: if debug: print "Executing: %s" % query - dbcursor.execute( query ) + dbcursor.execute(query) updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint( 'DBerr: ' +str( errmsg ) ) + errorprint('DBerr: ' +str(errmsg)) errorprint(query) if not updated: try: @@ -148,14 +148,14 @@ lastgoodsql='0' else: lastgoodsql="DATETIME('now')" - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % ( repo, arch, country, url, failure, lastgoodsql ) + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) if debug: print "Executing: %s" % query - dbcursor.execute( query ) + dbcursor.execute(query) updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint( 'DBErr: ' +str( errmsg ) ) + errorprint('DBErr: ' +str(errmsg)) errorprint(query) return None return updated @@ -163,33 +163,33 @@ class RepoData: """represents anything beneath a tag""" - def __init__( self, elem ): - self.type = elem.attrib.get( 'type' ) - self.location = ( None, None ) - self.checksum = ( None, None ) # type,value - self.openchecksum = ( None, None ) # type,value + def __init__(self, elem): + self.type = elem.attrib.get('type') + self.location = (None, None) + self.checksum = (None, None) # type,value + self.openchecksum = (None, None) # type,value self.timestamp = None - self.parse( elem ) + self.parse(elem) - def parse( self, elem ): + def parse(self, elem): for child in elem: - child_name = ns_cleanup( child.tag ) + child_name = ns_cleanup(child.tag) if child_name == 'location': - relative = child.attrib.get( 'href' ) - base = child.attrib.get( 'base' ) - self.location = ( base, relative ) + relative = child.attrib.get('href') + base = child.attrib.get('base') + self.location = (base, relative) elif child_name == 'checksum': csum_value = child.text - csum_type = child.attrib.get( 'type' ) - self.checksum = ( csum_type, csum_value ) + csum_type = child.attrib.get('type') + self.checksum = (csum_type, csum_value) elif child_name == 'open-checksum': csum_value = child.text - csum_type = child.attrib.get( 'type' ) - self.openchecksum = ( csum_type, csum_value ) + csum_type = child.attrib.get('type') + self.openchecksum = (csum_type, csum_value) elif child_name == 'timestamp': self.timestamp = child.text @@ -198,42 +198,42 @@ class RepoMD: """represents the repomd xml file""" - def __init__( self, repoid, srcfile ): + def __init__(self, repoid, srcfile): """takes a repoid and a filename for the repomd.xml""" self.repoid = repoid self.repoData = {} - if type( srcfile ) == type( 'str' ): + if type(srcfile) == type('str'): # srcfile is a filename string - infile = open( srcfile, 'rt' ) + infile = open(srcfile, 'rt') else: # srcfile is a file object infile = srcfile - parser = iterparse( infile ) + parser = iterparse(infile) try: for event, elem in parser: - elem_name = ns_cleanup( elem.tag ) + elem_name = ns_cleanup(elem.tag) if elem_name == "data": - thisdata = RepoData( elem=elem ) + thisdata = RepoData(elem=elem) self.repoData[thisdata.type] = thisdata except SyntaxError, e: raise RepoMDError, "Damaged repomd.xml file" - def fileTypes( self ): + def fileTypes(self): """return list of metadata file types available""" return self.repoData.keys() - def getData( self, type ): - if self.repoData.has_key( type ): + def getData(self, type): + if self.repoData.has_key(type): return self.repoData[type] else: raise RepoMDError, "Error: requested datatype %s not available" % type - def dump( self ): + def dump(self): """dump fun output""" for ft in self.fileTypes(): @@ -244,41 +244,41 @@ print 'checksum: %s -%s' % thisdata.checksum print 'open checksum: %s - %s' % thisdata.openchecksum -class MirrorContainer( object ): +class MirrorContainer(object): """Holder for info about a specific mirror""" - def __init__( self, url, grabber, archlist, gi ): + def __init__(self, url, grabber, archlist, gi): self.url = url self.grabber = grabber self.geoip = gi self.timestamps = {} self.archlist = archlist self.country = None - self.get_timestamp( url ) - self.get_country( url ) + self.get_timestamp(url) + self.get_country(url) - def get_timestamp( self, url ): + def get_timestamp(self, url): url = '%s/repodata/repomd.xml' % url - ( suburl, count ) = re.subn( '\$ARCH', '$BASEARCH', url ) - ( suburl, count ) = re.subn( '\$BASEARCH', '$basearch', suburl ) + (suburl, count) = re.subn('\$ARCH', '$BASEARCH', url) + (suburl, count) = re.subn('\$BASEARCH', '$basearch', suburl) for arch in self.archlist: - ( finurl, count ) = re.subn( '\$basearch', arch, suburl ) + (finurl, count) = re.subn('\$basearch', arch, suburl) try: - fo = self.grabber.urlopen( finurl ) + fo = self.grabber.urlopen(finurl) except URLGrabError, e: if debug: print 'error on %s' % finurl continue try: - p = RepoMD( 'fooid', fo ) + p = RepoMD('fooid', fo) except RepoMDError, e: if debug: print e continue except URLGrabError, e: - errorprint( "Grabber error on %s arch %s was:\n%s" % ( url, arch, e ) ) + errorprint("Grabber error on %s arch %s was:\n%s" % (url, arch, e)) continue else: thisdata = p.repoData['primary'] @@ -287,18 +287,18 @@ fo.close() del fo - def get_country( self, url ): - url_parts = urlparse.urlparse( url ) + def get_country(self, url): + url_parts = urlparse.urlparse(url) h = url_parts[1] - addr = socket.gethostbyname( h ) - self.country = self.geoip.country_code_by_addr( addr ) + addr = socket.gethostbyname(h) + self.country = self.geoip.country_code_by_addr(addr) -class MirrorListInfo( object ): +class MirrorListInfo(object): """Holder for config info from the configuration file about the mirrorlist being checked""" - def __init__( self ): + def __init__(self): self.archlist = ['i386', 'x86_64', 'ppc'] self.mirrorid = None self.inputfile = None @@ -308,138 +308,138 @@ self.db = None self.mirrorlist = [] - def populate_mirrorlist( self, grabber_inst ): + def populate_mirrorlist(self, grabber_inst): try: - fo = grabber_inst.urlopen( self.inputfile ) + fo = grabber_inst.urlopen(self.inputfile) except IOError, e: return else: content = fo.readlines() for line in content: - if re.match( '^\s*\#.*', line ) or re.match( '^\s*$', line ): + if re.match('^\s*\#.*', line) or re.match('^\s*$', line): continue - mirror = re.sub( '\n$', '', line ) # no more trailing \n's - self.mirrorlist.append( mirror ) + mirror = re.sub('\n$', '', line) # no more trailing \n's + self.mirrorlist.append(mirror) fo.close() -def config( cfg ): +def config(cfg): sections = [] conf = ConfigParser.ConfigParser() - conf.read( cfg ) + conf.read(cfg) for section in conf.sections(): item = MirrorListInfo() - if conf.has_option( section, 'file_prefix' ): - item.mirrorid = conf.get( section, 'file_prefix' ) + if conf.has_option(section, 'file_prefix'): + item.mirrorid = conf.get(section, 'file_prefix') else: item.mirrorid = '%s' % section broken = False - if conf.has_option( section, 'inputfile' ): - item.inputfile = conf.get( section, 'inputfile' ) + if conf.has_option(section, 'inputfile'): + item.inputfile = conf.get(section, 'inputfile') else: - errorprint( 'missing inputfile' ) + errorprint('missing inputfile') broken = True - if conf.has_option( section, 'outputpath' ): - item.outputpath = conf.get( section, 'outputpath' ) + if conf.has_option(section, 'outputpath'): + item.outputpath = conf.get(section, 'outputpath') else: - errorprint( 'missing outputpath' ) + errorprint('missing outputpath') broken = True - if conf.has_option( section, 'canonical' ): - item.canonical = conf.get( section, 'canonical' ) + if conf.has_option(section, 'canonical'): + item.canonical = conf.get(section, 'canonical') else: - errorprint( 'missing canonical url' ) + errorprint('missing canonical url') broken = True - if conf.has_option( section, 'db' ): - item.db = conf.get( section, 'db' ) + if conf.has_option(section, 'db'): + item.db = conf.get(section, 'db') else: - errorprint( 'missing db filename' ) + errorprint('missing db filename') broken = True if broken: - errorprint( "Broooooooooooooken config, in section %s, bailing" % section ) - sys.exit( 1 ) + errorprint("Broooooooooooooken config, in section %s, bailing" % section) + sys.exit(1) - if conf.has_option( section, 'timeout' ): - item.timeout = conf.getint( section, 'timeout' ) + if conf.has_option(section, 'timeout'): + item.timeout = conf.getint(section, 'timeout') - if conf.has_option( section, 'archlist' ): - a_string = conf.get( section, 'archlist' ) - a_holder = a_string.replace( '\n', ' ' ) - a_holder = a_holder.replace( ',', ' ' ) + if conf.has_option(section, 'archlist'): + a_string = conf.get(section, 'archlist') + a_holder = a_string.replace('\n', ' ') + a_holder = a_holder.replace(',', ' ') a_list = a_holder.split() item.archlist = a_list - sections.append( item ) + sections.append(item) return sections -def main( cfg_file ): - if not os.path.exists( cfg_file ): - errorprint( "config file %s does not exist" % cfg_file ) - sys.exit( 1 ) +def main(cfg_file): + if not os.path.exists(cfg_file): + errorprint("config file %s does not exist" % cfg_file) + sys.exit(1) - sections = config( cfg_file ) - gi = GeoIP.new( GeoIP.GEOIP_STANDARD ) + sections = config(cfg_file) + gi = GeoIP.new(GeoIP.GEOIP_STANDARD) # grab the canonical mirrors info for s in sections: mirrors = [] badmirrors = [] - ug = URLGrabber( timeout=s.timeout ) - s.populate_mirrorlist( ug ) - if len( s.mirrorlist ) < 1: - errorprint( "no mirrors to look at for %s, something is broken, skipping" % s.mirrorid ) + ug = URLGrabber(timeout=s.timeout) + s.populate_mirrorlist(ug) + if len(s.mirrorlist) < 1: + errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - dbconn, dbcursor = check_and_make_db( s.db ) + dbconn, dbcursor = check_and_make_db(s.db) - if not check_and_make_dir( s.outputpath ): - errorprint( 'Error creating output path %s for %s' % ( s.outputpath, s.mirrorid ) ) + if not check_and_make_dir(s.outputpath): + errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) continue # get the list of the old files new_file_list = [] old_file_list = [] - filematch = '%s/%s*' % ( s.outputpath, s.mirrorid ) + filematch = '%s/%s*' % (s.outputpath, s.mirrorid) if debug: print filematch - old_file_list.extend( glob.glob( filematch ) ) + old_file_list.extend(glob.glob(filematch)) if debug: print old_file_list - canon = MirrorContainer( s.canonical, ug, s.archlist, gi ) - if len( canon.timestamps.keys() ) < len( s.archlist ): + canon = MirrorContainer(s.canonical, ug, s.archlist, gi) + if len(canon.timestamps.keys()) < len(s.archlist): # if we can't get info for all arches for the canonical mirror, exit - errorprint( "Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid ) + errorprint("Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid) continue if debug: # debug only - just printing out info for arch in s.archlist: - if canon.timestamps.has_key( arch ): - print '%s - %s: %s' % ( s.mirrorid, arch, canon.timestamps[arch] ) + if canon.timestamps.has_key(arch): + print '%s - %s: %s' % (s.mirrorid, arch, canon.timestamps[arch]) # get the info for all the mirrors for url in s.mirrorlist: try: - m = MirrorContainer( url, ug, s.archlist, gi ) + m = MirrorContainer(url, ug, s.archlist, gi) except socket.gaierror, e: - errorprint( "Cannot get address for mirror %s" % url ) + errorprint("Cannot get address for mirror %s" % url) continue else: if m: - mirrors.append( m ) + mirrors.append(m) # print them out per-arch and per-country for arch in s.archlist: @@ -448,51 +448,51 @@ for m in mirrors: goodmirror = 0 - if m.timestamps.has_key( arch ): + if m.timestamps.has_key(arch): if m.timestamps[arch] == canon.timestamps[arch]: if debug: print 'adding %s' % m.url - glob_urls.append( m.url ) + glob_urls.append(m.url) goodmirror=1 if m.country: - if not country_specific.has_key( m.country ): + if not country_specific.has_key(m.country): country_specific[m.country] = [] goodmirror=1 - if debug: print 'adding to %s: %s' % ( m.country, m.url ) - country_specific[m.country].append( m.url ) + if debug: print 'adding to %s: %s' % (m.country, m.url) + country_specific[m.country].append(m.url) if not goodmirror: print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): - errorprint( "Error updating: %s" % url) - global_file = '%s/%s-global-%s.txt' % ( s.outputpath, s.mirrorid, arch ) - glob_fo = open( global_file, 'w' ) + errorprint("Error updating: %s" % url) + global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) + glob_fo = open(global_file, 'w') for url in glob_urls: - glob_fo.write( '%s\n' % url ) + glob_fo.write('%s\n' % url) glob_fo.close() - new_file_list.append( os.path.normpath( global_file ) ) + new_file_list.append(os.path.normpath(global_file)) for code in country_specific.keys(): - country_file = '%s/%s-%s-%s.txt' % ( s.outputpath, s.mirrorid, code, arch ) - country_fo = open( country_file, 'w' ) + country_file = '%s/%s-%s-%s.txt' % (s.outputpath, s.mirrorid, code, arch) + country_fo = open(country_file, 'w') for url in country_specific[code]: - country_fo.write( '%s\n' % url ) - if not update_db( s.mirrorid, arch, code, url, 0, dbconn, dbcursor ): - errorprint( "Error updating: %s" % url ) - new_file_list.append( os.path.normpath( country_file ) ) + country_fo.write('%s\n' % url) + if not update_db(s.mirrorid, arch, code, url, 0, dbconn, dbcursor): + errorprint("Error updating: %s" % url) + new_file_list.append(os.path.normpath(country_file)) # clean up for fn in old_file_list: - fn = os.path.normpath( fn ) + fn = os.path.normpath(fn) if fn not in new_file_list: if debug: print "removing old file %s" % fn - os.unlink( fn ) + os.unlink(fn) # dbconn.close() # dbcursor.close() if __name__ == '__main__': - if len( sys.argv ) < 2: + if len(sys.argv) < 2: conf_fn = CONFIG else: conf_fn = sys.argv[1] - main( conf_fn ) + main(conf_fn) From fedora-extras-commits at redhat.com Tue Aug 1 19:24:07 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:24:07 -0700 Subject: check-mirrors check-mirrors.py,1.18,1.19 Message-ID: <200608011924.k71JO85j022653@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22635 Modified Files: check-mirrors.py Log Message: clean up some of the perl-isms from mmcgrath's checkin Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- check-mirrors.py 1 Aug 2006 19:15:39 -0000 1.18 +++ check-mirrors.py 1 Aug 2006 19:24:05 -0000 1.19 @@ -75,7 +75,7 @@ cursor = con.cursor() except sqlite.Error, errmsg: errorprint('Failed to connect to database: %s' % db) - errorprint('Err: ' +str(errmsg)) + errorprint('Err: %s ' % errmsg) return None, None try: @@ -89,13 +89,13 @@ con.commit() except sqlite.Error, errmsg: if debug: - print 'db IO test failed: ' +str(errmsg) + print 'db IO test failed: %s' % errmsg try: cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') con.commit() except sqlite.Error, errmsg: - errorprint('Err: ' +str(errmsg)) + errorprint('Err: %s' % errmsg) return None, None return con, cursor @@ -140,7 +140,7 @@ updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint('DBerr: ' +str(errmsg)) + errorprint('DBerr: %s ' errmsg) errorprint(query) if not updated: try: @@ -155,7 +155,7 @@ updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint('DBErr: ' +str(errmsg)) + errorprint('DBErr: %s' errmsg) errorprint(query) return None return updated From fedora-extras-commits at redhat.com Tue Aug 1 19:31:02 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:31:02 -0700 Subject: check-mirrors check-mirrors.py,1.19,1.20 Message-ID: <200608011931.k71JV2fg022717@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22694 Modified Files: check-mirrors.py Log Message: fix the bug florian pointed out Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- check-mirrors.py 1 Aug 2006 19:24:05 -0000 1.19 +++ check-mirrors.py 1 Aug 2006 19:31:00 -0000 1.20 @@ -453,12 +453,12 @@ if debug: print 'adding %s' % m.url glob_urls.append(m.url) goodmirror=1 - if m.country: - if not country_specific.has_key(m.country): - country_specific[m.country] = [] - goodmirror=1 - if debug: print 'adding to %s: %s' % (m.country, m.url) - country_specific[m.country].append(m.url) + if m.country: + if not country_specific.has_key(m.country): + country_specific[m.country] = [] + goodmirror=1 + if debug: print 'adding to %s: %s' % (m.country, m.url) + country_specific[m.country].append(m.url) if not goodmirror: print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): From fedora-extras-commits at redhat.com Tue Aug 1 19:43:49 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Tue, 1 Aug 2006 12:43:49 -0700 Subject: rpms/rrdtool/devel rrdtool-1.2.15-initrrdtool.patch, NONE, 1.1 rrdtool.spec, 1.20, 1.21 Message-ID: <200608011943.k71JhpMo022848@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828 Modified Files: rrdtool.spec Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: Fixed rrdtool-python to import the module properl rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- rrdtool.spec 17 Jul 2006 13:58:25 -0000 1.20 +++ rrdtool.spec 1 Aug 2006 19:43:49 -0000 1.21 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:48:50 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:48:50 -0700 Subject: rpms/rrdtool/FC-5 rrdtool.spec,1.21,1.22 Message-ID: <200608011948.k71JmqHp023601@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23566/FC-5 Modified Files: rrdtool.spec Log Message: Bring over rrdtool-python module fix from devel Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rrdtool.spec 17 Jul 2006 13:58:24 -0000 1.21 +++ rrdtool.spec 1 Aug 2006 19:48:50 -0000 1.22 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:48:50 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:48:50 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.16,1.17 Message-ID: <200608011948.k71JmqB3023597@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23566/FC-4 Modified Files: rrdtool.spec Log Message: Bring over rrdtool-python module fix from devel Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- rrdtool.spec 17 Jul 2006 13:58:23 -0000 1.16 +++ rrdtool.spec 1 Aug 2006 19:48:49 -0000 1.17 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:52:40 2006 From: fedora-extras-commits at redhat.com (Matteo Ricchetti (mricchet)) Date: Tue, 1 Aug 2006 12:52:40 -0700 Subject: rpms/ss5 import.log,1.2,1.3 Message-ID: <200608011952.k71JqgYP023755@cvs-int.fedora.redhat.com> Author: mricchet Update of /cvs/extras/rpms/ss5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23738 Modified Files: import.log Log Message: auto-import ss5-3.5.9-1 on branch FC-5 from ss5-3.5.9-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ss5/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Jun 2006 18:23:26 -0000 1.2 +++ import.log 1 Aug 2006 19:52:40 -0000 1.3 @@ -1 +1,2 @@ ss5-3_5_9-1:HEAD:ss5-3.5.9-1.src.rpm:1150827784 +ss5-3_5_9-1:FC-5:ss5-3.5.9-1.src.rpm:1154461948 From fedora-extras-commits at redhat.com Tue Aug 1 19:55:55 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:55:55 -0700 Subject: rpms/rrdtool/FC-4 rrdtool-1.2.15-initrrdtool.patch,NONE,1.1 Message-ID: <200608011955.k71Jtvoq023832@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23800/FC-4 Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: oops, should probably add the patch too... rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); From fedora-extras-commits at redhat.com Tue Aug 1 19:55:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:55:56 -0700 Subject: rpms/rrdtool/FC-5 rrdtool-1.2.15-initrrdtool.patch,NONE,1.1 Message-ID: <200608011955.k71JtwXQ023837@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23800/FC-5 Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: oops, should probably add the patch too... rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); From fedora-extras-commits at redhat.com Tue Aug 1 19:58:19 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:19 -0700 Subject: rpms/rrdtool/devel sources,1.11,1.12 Message-ID: <200608011958.k71JwLYd023998@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/devel Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 17 Jul 2006 13:58:25 -0000 1.11 +++ sources 1 Aug 2006 19:58:19 -0000 1.12 @@ -1,4 +1,2 @@ -7b544c38a818cbebcf06fe39b9f52d0d rrdtool-1.2.12.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:58:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:13 -0700 Subject: rpms/rrdtool/FC-4 sources,1.8,1.9 Message-ID: <200608011958.k71JwjXU024003@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/FC-4 Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 Jul 2006 13:58:23 -0000 1.8 +++ sources 1 Aug 2006 19:58:13 -0000 1.9 @@ -1,5 +1,2 @@ -fbe492dbf3d68abb1d86c2322e7ed44a rrdtool-1.0.49.tar.gz -c466e2e7df95fa8e318e46437da87686 rrdtool-1.0.50.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:58:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:13 -0700 Subject: rpms/rrdtool/FC-5 sources,1.8,1.9 Message-ID: <200608011958.k71Jwjox024006@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/FC-5 Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 Jul 2006 13:58:24 -0000 1.8 +++ sources 1 Aug 2006 19:58:13 -0000 1.9 @@ -1,5 +1,2 @@ -fbe492dbf3d68abb1d86c2322e7ed44a rrdtool-1.0.49.tar.gz -c466e2e7df95fa8e318e46437da87686 rrdtool-1.0.50.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 20:03:44 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 1 Aug 2006 13:03:44 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608012003.k71K3kcN026562@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26540 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Backport to FC-4 aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 1 Aug 2006 20:03:44 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -155,13 +155,13 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -L/usr/X11R6/lib -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,29 +202,29 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-01 20:09:45.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = /usr/X11R6/lib/X11/fonts/apl/TTF TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-01 20:09:07.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = /usr/X11R6/lib/X11/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,18 +232,18 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -appdefaultsdir = $(prefix)/app-defaults -+appdefaultsdir = @datadir@/X11/app-defaults ++appdefaultsdir = @prefix@/X11R6/lib/X11/app-defaults appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-01 20:08:00.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-01 20:08:00.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 1 Aug 2006 20:03:44 -0000 1.2 @@ -2,17 +2,17 @@ %define ver 4.20 %define rel 2 -%define _x11pref %{_datadir}/X11 -%define _x11bindir %{_bindir} +%define _x11pref %{_prefix}/X11R6 +%define _x11bindir %{_x11pref}/bin %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d -%define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts -%define _x11appdef %{_x11pref}/app-defaults +%define _x11lib %{_x11pref}/lib +%define _x11fonts %{_x11lib}/X11/fonts +%define _x11appdef %{_x11lib}/X11/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -25,7 +25,7 @@ Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch -BuildRequires: xorg-x11-proto-devel +BuildRequires: xorg-x11-devel BuildRequires: automake16 autoconf Requires: xterm @@ -207,6 +207,9 @@ %{_x11fonts}/apl/TTF/* %Changelog +* Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 +- Backport to FC-4 + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 1 20:10:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 1 Aug 2006 13:10:47 -0700 Subject: comps comps-fe5.xml.in,1.65,1.66 comps-fe6.xml.in,1.30,1.31 Message-ID: <200608012010.k71KAnkX026827@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26808 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add aplus-fsf to comps-fe5 Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- comps-fe5.xml.in 27 Jul 2006 09:33:52 -0000 1.65 +++ comps-fe5.xml.in 1 Aug 2006 20:10:46 -0000 1.66 @@ -24,6 +24,7 @@ true abicheck + aplus-fsf archmage bazaar bigloo Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- comps-fe6.xml.in 27 Jul 2006 09:33:53 -0000 1.30 +++ comps-fe6.xml.in 1 Aug 2006 20:10:46 -0000 1.31 @@ -24,6 +24,7 @@ true abicheck + aplus-fsf archmage bazaar bigloo From fedora-extras-commits at redhat.com Tue Aug 1 20:13:53 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:13:53 -0700 Subject: rpms/digikam/devel .cvsignore, 1.5, 1.6 digikam.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200608012013.k71KDtaw026966@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26943 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:48:57 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:13:53 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- digikam.spec 14 Feb 2006 17:45:45 -0000 1.23 +++ digikam.spec 1 Aug 2006 20:13:53 -0000 1.24 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 +BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + * Tue Feb 14 2006 Marcin Garski 0.8.1-3 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:48:57 -0000 1.5 +++ sources 1 Aug 2006 20:13:53 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:26:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:26:13 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.17,1.18 Message-ID: <200608012026.k71KQFm1027144@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27127 Modified Files: rrdtool.spec Log Message: fc4 minimal buildroots are different than fc5 and later, no python included, have to add it to BuildRequires... Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- rrdtool.spec 1 Aug 2006 19:48:49 -0000 1.17 +++ rrdtool.spec 1 Aug 2006 20:26:13 -0000 1.18 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 -BuildRequires: freetype-devel, python-devel >= 2.3 +BuildRequires: freetype-devel, python >= 2.3, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} @@ -221,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 +- Minimal FC4 buildroots don't include python, so add it as + a BuildRequires. + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Tue Aug 1 20:40:39 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:40:39 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.18,1.19 Message-ID: <200608012040.k71KefbH027291@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27274 Modified Files: rrdtool.spec Log Message: Take 2 on fix for no python in fc4 minimal buildroot... Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- rrdtool.spec 1 Aug 2006 20:26:13 -0000 1.18 +++ rrdtool.spec 1 Aug 2006 20:40:38 -0000 1.19 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,10 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 -BuildRequires: freetype-devel, python >= 2.3, python-devel >= 2.3 +BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || 2.3)} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,9 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 +- Last change wasn't the correct route, take 2... + * Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 - Minimal FC4 buildroots don't include python, so add it as a BuildRequires. From fedora-extras-commits at redhat.com Tue Aug 1 20:46:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:46:43 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.19,1.20 Message-ID: <200608012046.k71KkjrY027364@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27347 Modified Files: rrdtool.spec Log Message: I suck today. Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- rrdtool.spec 1 Aug 2006 20:40:38 -0000 1.19 +++ rrdtool.spec 1 Aug 2006 20:46:43 -0000 1.20 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.2 +Release: 2%{?dist}.3 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -19,7 +19,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} # eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || 2.3)} +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -222,6 +222,9 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.3 +- Third time's a charm? + * Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 - Last change wasn't the correct route, take 2... From fedora-extras-commits at redhat.com Tue Aug 1 20:49:07 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:49:07 -0700 Subject: rpms/digikam/FC-5 .cvsignore, 1.5, 1.6 digikam.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200608012049.k71Kn9iR027443@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27422 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:48:57 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:49:07 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- digikam.spec 14 Feb 2006 17:45:45 -0000 1.23 +++ digikam.spec 1 Aug 2006 20:49:07 -0000 1.24 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 +BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + * Tue Feb 14 2006 Marcin Garski 0.8.1-3 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:48:57 -0000 1.5 +++ sources 1 Aug 2006 20:49:07 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:53:10 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:53:10 -0700 Subject: rpms/digikam/FC-4 .cvsignore, 1.5, 1.6 digikam.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608012053.k71KrCM6027572@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27544 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:59:01 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:53:09 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/digikam.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- digikam.spec 8 Feb 2006 12:59:01 -0000 1.6 +++ digikam.spec 1 Aug 2006 20:53:09 -0000 1.7 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -11,8 +11,8 @@ BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel sqlite-devel >= 3.0.0 gettext pkgconfig -BuildRequires: desktop-file-utils libtool-ltdl-devel +BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext +BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,12 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + +* Tue Feb 14 2006 Marcin Garski 0.8.1-3 +- Rebuild + * Wed Feb 08 2006 Marcin Garski 0.8.1-2 - Exclude x-raw.desktop (bug #179754) - Don't own icons directory Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:59:01 -0000 1.5 +++ sources 1 Aug 2006 20:53:09 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:53:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:53:51 -0700 Subject: rpms/soundtouch - New directory Message-ID: <200608012053.k71Krr7c027680@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653/soundtouch Log Message: Directory /cvs/extras/rpms/soundtouch added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 20:53:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:53:52 -0700 Subject: rpms/soundtouch/devel - New directory Message-ID: <200608012053.k71KrtNG027681@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653/soundtouch/devel Log Message: Directory /cvs/extras/rpms/soundtouch/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 20:54:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:24 -0700 Subject: rpms/soundtouch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012054.k71KsQKo027741@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705 Added Files: Makefile import.log Log Message: Setup of module soundtouch --- NEW FILE Makefile --- # Top level Makefile for module soundtouch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 20:54:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:24 -0700 Subject: rpms/soundtouch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012054.k71KsQbT027744@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module soundtouch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 20:54:33 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:33 -0700 Subject: rpms/chess/devel chess.spec,1.1,1.2 Message-ID: <200608012054.k71KsZ3m027782@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27757 Modified Files: chess.spec Log Message: * Tue Aug 1 2006 Hans de Goede 1.0-2 - Rebuild for new ogre Index: chess.spec =================================================================== RCS file: /cvs/extras/rpms/chess/devel/chess.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chess.spec 9 Jul 2006 08:23:58 -0000 1.1 +++ chess.spec 1 Aug 2006 20:54:33 -0000 1.2 @@ -1,6 +1,6 @@ Name: chess Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 3D chess game Group: Amusements/Games License: GPL @@ -77,5 +77,8 @@ %changelog +* Tue Aug 1 2006 Hans de Goede 1.0-2 +- Rebuild for new ogre + * Mon Jun 26 2006 Hans de Goede 1.0-1 - Initial Fedora Extras package From fedora-extras-commits at redhat.com Tue Aug 1 20:55:06 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:55:06 -0700 Subject: rpms/soundtouch import.log,1.1,1.2 Message-ID: <200608012055.k71Kt8WZ027880@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27845 Modified Files: import.log Log Message: auto-import soundtouch-1.3.1-4 on branch devel from soundtouch-1.3.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/soundtouch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 20:54:23 -0000 1.1 +++ import.log 1 Aug 2006 20:55:05 -0000 1.2 @@ -0,0 +1 @@ +soundtouch-1_3_1-4:HEAD:soundtouch-1.3.1-4.src.rpm:1154466023 From fedora-extras-commits at redhat.com Tue Aug 1 20:55:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:55:07 -0700 Subject: rpms/soundtouch/devel soundtouch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012055.k71Kt9RF027885@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27845/devel Modified Files: .cvsignore sources Added Files: soundtouch.spec Log Message: auto-import soundtouch-1.3.1-4 on branch devel from soundtouch-1.3.1-4.src.rpm --- NEW FILE soundtouch.spec --- Name: soundtouch Version: 1.3.1 Release: 4%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries URL: http://sky.prohosting.com/oparviai/soundtouch/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ libtool %description SoundTouch is a LGPL-licensed open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. The SoundTouch library is suited for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects. The SoundTouch library source kit includes an example utility SoundStretch which allows processing .wav audio files from a command-line interface. %package devel Summary: Libraries, includes, etc to develop soundtouch applications Group: Development/Libraries Requires: soundtouch = %{version}-%{release} Requires: pkgconfig %description devel Libraries, include files, etc you can use to develop soundtouch applications. %prep %setup -q # set correct version for .so build %define ltversion %(echo %{version} | tr '.' ':') sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in # cleanup a bit chmod -x README.html sed -i 's|\r||' README.html COPYING.TXT %build %configure --disable-dependency-tracking --disable-static --enable-shared # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/*.la # remove redundant installed docs rm -rf $RPM_BUILD_ROOT%{_prefix}/doc/%{name} # some soundtouch using packages expect the pkgconfig to be called # libSoundTouch instead of soundtouch-1.0, probably it used to be called # libSoundTouch in the past, so lets provide a compat symlink for these: ln -s soundtouch-1.0.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libSoundTouch.pc # soundtouch installs an autoheader generated header file which could very # well conflict with other autoheader generated header files, so we override # this with our own version which contains only the bare minimum: echo '#define FLOAT_SAMPLES 1' \ > $RPM_BUILD_ROOT%{_includedir}/soundtouch/soundtouch_config.h %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING.TXT README.html %{_bindir}/soundstretch %{_libdir}/lib*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/%{name} %{_datadir}/aclocal/%{name}.m4 %changelog * Mon Jul 31 2006 Hans de Goede 1.3.1-4 - Add Requires: pkgconfig to -devel subpackage - Replace installed autoheader generated header file with our own version which contains only the nescesarry soundtouch specific defines, thus avoiding possible conflicts with other autoheader generated headers. * Mon Jul 31 2006 Paul F. Johnson 1.3.1-3 - Add BR libtool * Mon Jul 31 2006 Hans de Goede 1.3.1-2 - Add BR: automake, because upstream uses symlinks to instead of copies of some needed automake files. * Sat Jul 29 2006 Hans de Goede 1.3.1-1 - New upstream version 1.3.1 - Minor specfile cleanups for livna submission. - Give the .so a proper version instead of 0.0.0 - Don't use rpath in soundstretch binary * Thu Aug 26 2004 Fernando Lopez-Lezcano 1.2.1-1 - initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 20:54:24 -0000 1.1 +++ .cvsignore 1 Aug 2006 20:55:06 -0000 1.2 @@ -0,0 +1 @@ +soundtouch-1.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 20:54:24 -0000 1.1 +++ sources 1 Aug 2006 20:55:06 -0000 1.2 @@ -0,0 +1 @@ +5e0185e81dbba2f2eed8581b7664ab04 soundtouch-1.3.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 20:55:14 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:55:14 -0700 Subject: rpms/digikam/FC-3 .cvsignore, 1.7, 1.8 digikam.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200608012055.k71KtGEm027934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27858 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) - Don't own icons directory Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 24 Jan 2006 11:09:42 -0000 1.7 +++ .cvsignore 1 Aug 2006 20:55:14 -0000 1.8 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/digikam.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- digikam.spec 24 Jan 2006 11:09:42 -0000 1.8 +++ digikam.spec 1 Aug 2006 20:55:14 -0000 1.9 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -11,8 +11,8 @@ BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel sqlite-devel >= 3.0.0 gettext pkgconfig -BuildRequires: desktop-file-utils +BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext +BuildRequires: pkgconfig desktop-file-utils Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -107,7 +107,7 @@ %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ %{_datadir}/apps/showfoto/ -%{_datadir}/icons/hicolor/* +%{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/mimelnk/image/*.desktop %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -119,79 +119,83 @@ %{_libdir}/libdigikam.so %changelog -* Tue Jan 24 2006 Marcin Garski 0.8.1-2 +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) +- Don't own icons directory + +* Tue Jan 24 2006 Marcin Garski 0.8.1-2 - Remove libtool-ltdl-devel -* Mon Jan 23 2006 Marcin Garski 0.8.1-1 +* Mon Jan 23 2006 Marcin Garski 0.8.1-1 - Add --enable-final - Remove GCC 4.1 patch, applied upstream - Update to version 0.8.1 -* Mon Jan 23 2006 Marcin Garski 0.8.0-16 +* Mon Jan 23 2006 Marcin Garski 0.8.0-16 - Add some stuff to BuildRequires (finally fix bug #178031) -* Tue Jan 17 2006 Marcin Garski 0.8.0-15 +* Tue Jan 17 2006 Marcin Garski 0.8.0-15 - Remove redundant BuildRequires (bug #178031) -* Mon Jan 16 2006 Marcin Garski 0.8.0-14 +* Mon Jan 16 2006 Marcin Garski 0.8.0-14 - Remove --disable-dependency-tracking -* Mon Jan 16 2006 Marcin Garski 0.8.0-13 +* Mon Jan 16 2006 Marcin Garski 0.8.0-13 - Remove --enable-final (caused compilation errors) -* Sun Jan 15 2006 Marcin Garski 0.8.0-12 +* Sun Jan 15 2006 Marcin Garski 0.8.0-12 - Change "/etc/profile.d/qt.sh" to "%{_sysconfdir}/profile.d/qt.sh" - Add --disable-dependency-tracking & --enable-final -* Wed Dec 14 2005 Marcin Garski 0.8.0-11 +* Wed Dec 14 2005 Marcin Garski 0.8.0-11 - Add libart_lgpl-devel and gamin-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-10 +* Wed Dec 14 2005 Marcin Garski 0.8.0-10 - Add libacl-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-9 +* Wed Dec 14 2005 Marcin Garski 0.8.0-9 - Add libidn-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-8 +* Wed Dec 14 2005 Marcin Garski 0.8.0-8 - Fix compile on GCC 4.1 -* Tue Dec 13 2005 Marcin Garski 0.8.0-7 +* Tue Dec 13 2005 Marcin Garski 0.8.0-7 - Remove autoreconf -* Tue Dec 13 2005 Marcin Garski 0.8.0-6 +* Tue Dec 13 2005 Marcin Garski 0.8.0-6 - Remove patch -* Tue Dec 13 2005 Marcin Garski 0.8.0-5 +* Tue Dec 13 2005 Marcin Garski 0.8.0-5 - Last chance to make it right (modular X.Org) -* Tue Dec 13 2005 Marcin Garski 0.8.0-4 +* Tue Dec 13 2005 Marcin Garski 0.8.0-4 - Try to build for modular X.Org -* Tue Dec 13 2005 Marcin Garski 0.8.0-3 +* Tue Dec 13 2005 Marcin Garski 0.8.0-3 - Add new paths for modular X.Org -* Fri Dec 09 2005 Marcin Garski 0.8.0-2 +* Fri Dec 09 2005 Marcin Garski 0.8.0-2 - Work around for modular X.Org paths -* Thu Dec 01 2005 Marcin Garski 0.8.0-1 +* Thu Dec 01 2005 Marcin Garski 0.8.0-1 - Add description about digikamimageplugins and kipi-plugins - Remove 64 bit patch, applied upstream - Update to version 0.8.0 -* Sat Oct 22 2005 Marcin Garski 0.7.4-4 +* Sat Oct 22 2005 Marcin Garski 0.7.4-4 - Exclude libdigikam.la (bug #171503) -* Sat Sep 17 2005 Marcin Garski 0.7.4-3 +* Sat Sep 17 2005 Marcin Garski 0.7.4-3 - Change confusing warning about Big Endian Platform -* Tue Sep 13 2005 Marcin Garski 0.7.4-2 +* Tue Sep 13 2005 Marcin Garski 0.7.4-2 - Spec improvements -* Mon Sep 12 2005 Marcin Garski 0.7.4-1 +* Mon Sep 12 2005 Marcin Garski 0.7.4-1 - Updated to version 0.7.4 & clean up for Fedora Extras -* Sat Jun 26 2004 Marcin Garski 0.6.2-1.fc2 +* Sat Jun 26 2004 Marcin Garski 0.6.2-1.fc2 - Updated to version 0.6.2 -* Wed Jun 09 2004 Marcin Garski 0.6.2RC-1.fc2 +* Wed Jun 09 2004 Marcin Garski 0.6.2RC-1.fc2 - Initial specfile Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 24 Jan 2006 11:09:42 -0000 1.7 +++ sources 1 Aug 2006 20:55:14 -0000 1.8 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 21:00:56 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 1 Aug 2006 14:00:56 -0700 Subject: rpms/yum-utils/devel yum-utils-0.6-repoquery-newapi.patch, NONE, 1.1 yum-utils.spec, 1.8, 1.9 Message-ID: <200608012100.k71L0w2n028095@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/yum-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28069 Modified Files: yum-utils.spec Added Files: yum-utils-0.6-repoquery-newapi.patch Log Message: add patch for repoquery yum-utils-0.6-repoquery-newapi.patch: --- NEW FILE yum-utils-0.6-repoquery-newapi.patch --- --- yum-utils-0.6/repoquery.py.foo 2006-08-01 10:23:51.000000000 -0400 +++ yum-utils-0.6/repoquery.py 2006-08-01 10:28:24.000000000 -0400 @@ -30,7 +30,6 @@ import yum.config import yum.Errors import yum.packages -import repomd.mdErrors from rpmUtils.arch import getArchList from rpmUtils.miscutils import formatRequire from yum.misc import getCacheDir @@ -325,7 +324,7 @@ try: exact, match, unmatch = yum.packages.parsePackages(self.returnPkgList(), [name], casematch=1) pkgs = exact + match - except repomd.mdErrors.PackageSackError, err: + except yum.Errors.PackageSackError, err: self.errorlog(0, err) return self.queryPkgFactory(pkgs) Index: yum-utils.spec =================================================================== RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- yum-utils.spec 29 Jul 2006 06:30:32 -0000 1.8 +++ yum-utils.spec 1 Aug 2006 21:00:56 -0000 1.9 @@ -1,11 +1,12 @@ Summary: Utilities based around the yum package manager Name: yum-utils Version: 0.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-fastestmirror-newapi.patch +Patch1: yum-utils-0.6-repoquery-newapi.patch URL: http://linux.duke.edu/yum/download/yum-utils/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -106,6 +107,7 @@ %prep %setup -q %patch0 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -198,6 +200,9 @@ /usr/lib/yum-plugins/downloadonly.* %changelog +* Tue Aug 1 2006 Bill Nottingham +- add patch to fix repoqeury to work with current yum api + * Thu Jul 28 2006 Luke Macken - Add patch to fix fastestmirror to work with new yum api From fedora-extras-commits at redhat.com Tue Aug 1 21:05:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 14:05:31 -0700 Subject: owners owners.list,1.1349,1.1350 Message-ID: <200608012105.k71L5X1p030766@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30749 Modified Files: owners.list Log Message: added soundtouch Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1349 retrieving revision 1.1350 diff -u -r1.1349 -r1.1350 --- owners.list 1 Aug 2006 16:03:27 -0000 1.1349 +++ owners.list 1 Aug 2006 21:05:31 -0000 1.1350 @@ -1764,6 +1764,7 @@ Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|soundtracker|Sound module composer/player|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|spamass-milter|Sendmail milter for spamassassin|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 21:14:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:14:45 -0700 Subject: rpms/nautilus-open-terminal/FC-5 sources, 1.4, 1.5 .cvsignore, 1.4, 1.5 Message-ID: <200608012114.k71LElLO030909@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30890 Modified Files: sources .cvsignore Log Message: Updated sources for 0.7 build Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Oct 2005 20:50:08 -0000 1.4 +++ sources 1 Aug 2006 21:14:45 -0000 1.5 @@ -1,2 +1,2 @@ -c4ffdd5bbae9f82be2696af6cb0eb7f5 nautilus-open-terminal-0.6.tar.gz -edf5e2ea34e5ebb36dff5886bdca844b nautilus-open-terminal-0.6-build.patch +318e9673017d9faf9a56aeeb74d36124 nautilus-open-terminal-0.7.tar.gz +02d1e15a6da495c95d594cd484b331ef nautilus-open-terminal-0.7-build.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Oct 2005 20:50:08 -0000 1.4 +++ .cvsignore 1 Aug 2006 21:14:45 -0000 1.5 @@ -1,2 +1,2 @@ -nautilus-open-terminal-0.6.tar.gz -nautilus-open-terminal-0.6-build.patch +nautilus-open-terminal-0.7.tar.gz +nautilus-open-terminal-0.7-build.patch From fedora-extras-commits at redhat.com Tue Aug 1 21:14:57 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 14:14:57 -0700 Subject: rpms/digikam/FC-3 digikam.spec,1.9,1.10 Message-ID: <200608012114.k71LExEs030934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30915 Modified Files: digikam.spec Log Message: - Exclude x-raw.desktop Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/digikam.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- digikam.spec 1 Aug 2006 20:55:14 -0000 1.9 +++ digikam.spec 1 Aug 2006 21:14:57 -0000 1.10 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -108,7 +108,6 @@ %{_datadir}/apps/digikam/ %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png -%{_datadir}/mimelnk/image/*.desktop %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -119,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-2 +- Exclude x-raw.desktop + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) - Don't own icons directory From fedora-extras-commits at redhat.com Tue Aug 1 21:27:56 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:27:56 -0700 Subject: rpms/nautilus-open-terminal/FC-5 nautilus-open-terminal.spec, 1.9, 1.10 Message-ID: <200608012127.k71LRw0j031050@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31033 Modified Files: nautilus-open-terminal.spec Log Message: Update to version 0.7 Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/nautilus-open-terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-open-terminal.spec 17 Jun 2006 00:12:58 -0000 1.9 +++ nautilus-open-terminal.spec 1 Aug 2006 21:27:56 -0000 1.10 @@ -1,13 +1,13 @@ Name: nautilus-open-terminal -Version: 0.6 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops License: GPL URL: http://manny.cluecoder.org/packages/nautilus-open-terminal/ Source0: http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz -Patch0: nautilus-open-terminal-0.6-build.patch +Patch0: nautilus-open-terminal-0.7-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-desktop-devel @@ -26,7 +26,6 @@ %build -libtoolize --force --copy && aclocal && autoconf %configure make %{?_smp_mflags} @@ -45,10 +44,13 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS TODO +%doc AUTHORS ChangeLog COPYING NEWS TODO %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Tue Aug 1 2006 Paul W. Frields - 0.7-1 +- Update to version 0.7 + * Fri Jun 16 2006 Paul W. Frields - 0.6-4 - Fix BuildRequires, adding gettext From fedora-extras-commits at redhat.com Tue Aug 1 21:29:50 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:29:50 -0700 Subject: rpms/nautilus-open-terminal/devel sources, 1.4, 1.5 .cvsignore, 1.4, 1.5 Message-ID: <200608012129.k71LTqLZ031120@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31101 Modified Files: sources .cvsignore Log Message: Include new 0.7 versions Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Oct 2005 20:50:08 -0000 1.4 +++ sources 1 Aug 2006 21:29:50 -0000 1.5 @@ -1,2 +1,2 @@ -c4ffdd5bbae9f82be2696af6cb0eb7f5 nautilus-open-terminal-0.6.tar.gz -edf5e2ea34e5ebb36dff5886bdca844b nautilus-open-terminal-0.6-build.patch +318e9673017d9faf9a56aeeb74d36124 nautilus-open-terminal-0.7.tar.gz +02d1e15a6da495c95d594cd484b331ef nautilus-open-terminal-0.7-build.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Oct 2005 20:50:08 -0000 1.4 +++ .cvsignore 1 Aug 2006 21:29:50 -0000 1.5 @@ -1,2 +1,2 @@ -nautilus-open-terminal-0.6.tar.gz -nautilus-open-terminal-0.6-build.patch +nautilus-open-terminal-0.7.tar.gz +nautilus-open-terminal-0.7-build.patch From fedora-extras-commits at redhat.com Tue Aug 1 21:30:11 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:30:11 -0700 Subject: rpms/nautilus-open-terminal/devel nautilus-open-terminal.spec, 1.9, 1.10 Message-ID: <200608012130.k71LUDwG031153@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31136 Modified Files: nautilus-open-terminal.spec Log Message: Update to version 0.7 Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/nautilus-open-terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-open-terminal.spec 17 Jun 2006 00:12:59 -0000 1.9 +++ nautilus-open-terminal.spec 1 Aug 2006 21:30:11 -0000 1.10 @@ -1,13 +1,13 @@ Name: nautilus-open-terminal -Version: 0.6 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops License: GPL URL: http://manny.cluecoder.org/packages/nautilus-open-terminal/ Source0: http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz -Patch0: nautilus-open-terminal-0.6-build.patch +Patch0: nautilus-open-terminal-0.7-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-desktop-devel @@ -26,7 +26,6 @@ %build -libtoolize --force --copy && aclocal && autoconf %configure make %{?_smp_mflags} @@ -45,10 +44,13 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS TODO +%doc AUTHORS ChangeLog COPYING NEWS TODO %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Tue Aug 1 2006 Paul W. Frields - 0.7-1 +- Update to version 0.7 + * Fri Jun 16 2006 Paul W. Frields - 0.6-4 - Fix BuildRequires, adding gettext From fedora-extras-commits at redhat.com Tue Aug 1 21:57:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:04 -0700 Subject: rpms/XaraLX - New directory Message-ID: <200608012157.k71Lv6Tj031356@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/XaraLX Log Message: Directory /cvs/extras/rpms/XaraLX added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 21:57:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:05 -0700 Subject: rpms/XaraLX/devel - New directory Message-ID: <200608012157.k71Lv7CJ031359@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/XaraLX/devel Log Message: Directory /cvs/extras/rpms/XaraLX/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 21:57:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:26 -0700 Subject: rpms/XaraLX/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012157.k71LvSa0031404@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31375/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module XaraLX --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 21:57:25 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:25 -0700 Subject: rpms/XaraLX Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012157.k71LvRhV031403@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31375 Added Files: Makefile import.log Log Message: Setup of module XaraLX --- NEW FILE Makefile --- # Top level Makefile for module XaraLX all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 22:02:35 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:02:35 -0700 Subject: rpms/pyspi/FC-5 pyspi.spec, 1.2, 1.3 pyspi-NULL-children.patch, 1.1, NONE Message-ID: <200608012203.k71M3A3P001513@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/pyspi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496 Modified Files: pyspi.spec Removed Files: pyspi-NULL-children.patch Log Message: Remove old patch Update specfile Index: pyspi.spec =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/pyspi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyspi.spec 19 Jun 2006 15:58:29 -0000 1.2 +++ pyspi.spec 1 Aug 2006 22:02:35 -0000 1.3 @@ -1,14 +1,13 @@ Summary: Python bindings for AT-SPI Name: pyspi -Version: 0.5.4 -Release: 3%{?dist} +Version: 0.5.5 +Release: 1%{?dist} License: LGPL Group: Development/Languages URL: http://people.redhat.com/zcerza/dogtail/ Source0: http://people.redhat.com/zcerza/dogtail/releases/pyspi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: at-spi-devel, Pyrex -Patch0: pyspi-NULL-children.patch %description AT-SPI allows assistive technologies to access GTK-based applications. It @@ -20,7 +19,6 @@ %prep %setup -q -%patch0 -p0 %build python ./setup.py build @@ -40,6 +38,10 @@ %doc ChangeLog %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.5-1 +- New upstream release. +- Remove pyspi-NULL-children.patch + * Mon Jun 19 2006 Zack Cerza - 0.5.4-3 - Add pyspi-NULL-children to fix Fedora bug #195886 . --- pyspi-NULL-children.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 22:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:07:30 -0700 Subject: rpms/XaraLX import.log,1.1,1.2 Message-ID: <200608012207.k71M7WXm001663@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1629 Modified Files: import.log Log Message: auto-import XaraLX-0.7-2.r1614 on branch devel from XaraLX-0.7-2.r1614.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 21:57:25 -0000 1.1 +++ import.log 1 Aug 2006 22:07:29 -0000 1.2 @@ -0,0 +1 @@ +XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 From fedora-extras-commits at redhat.com Tue Aug 1 22:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:07:30 -0700 Subject: rpms/XaraLX/devel XaraLX.spec, NONE, 1.1 xaralx.desktop.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012207.k71M7WCA001670@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1629/devel Modified Files: .cvsignore sources Added Files: XaraLX.spec xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-2.r1614 on branch devel from XaraLX-0.7-2.r1614.src.rpm --- NEW FILE XaraLX.spec --- %define buildRev r1614 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 Release: 2%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 URL: http://www.xaraxtreme.org/ Patch0: xaralx.desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel, imake, libXext-devel BuildRequires: pkgconfig, gettext-devel, libtool, shared-mime-info BuildRequires: libpng-devel, libjpeg-devel, zip, libxml2-devel BuildRequires: desktop-file-utils, wxGTK-devel >= 2.6.3 Requires: which %description General purpose and vector graphics program, supports photo, graphics, and illustration creation and editing. %package examples Summary: Example files for XaraLX Requires: %{name} = %{version} Group: Development/Tools %description examples Text and graphics examples for XaraLX %prep %setup -q -n %{name}-%{version}%{buildRev} chmod 0644 wxOil/*.cpp chmod 0644 wxOil/*.h %patch0 -p1 %build autoreconf -f -i -s %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_datadir}/applications/ mkdir -p %{buildroot}%{_datadir}/pixmaps/ mkdir -p %{buildroot}%{_datadir}/mime/application mkdir -p %{buildroot}%{_datadir}/mime-info/ mkdir -p %{buildroot}%{_datadir}/application-registry mkdir -p %{buildroot}%{_docdir}/XaraLX/examples/testfiles mkdir -p %{buildroot}%{_docdir}/XaraLX/examples/TextDesigns install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ xaralx.desktop rm -rf %{buildroot}/%{_docdir}/%{name}-%{version} cp testfiles/* %{buildroot}%{_docdir}/XaraLX/examples/testfiles cp TextDesigns/* %{buildroot}%{_docdir}/XaraLX/examples/TextDesigns %clean rm -rf %{buildroot} %post if which update-mime-database>/dev/null 2>&1; then \ update-mime-database %{_datadir}/mime; \ fi %postun if which update-mime-database>/dev/null 2>&1; then \ update-mime-database %{_datadir}/mime; \ fi %files %defattr(-,root,root) %doc COPYING LICENSE AUTHORS GPL doc/*.txt README %{_bindir}/XaraLX %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm %{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications %files examples %{_docdir}/XaraLX/examples %changelog * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file * Mon Jul 31 2006 Paul F. johnson 0.7-1.r1614 - bumped to newer version - added examples subpackages * Thu Jul 27 2006 Paul F. Johnson 0.7-2.r1564 - changed Group to Applications-Publishing - fix for autoreconf problems - removed dupes in BR - removed BR perl - added mime-info - added examples * Thu Jul 27 2006 Paul F. Johnson 0.7-1.r1564 - bump to new version - includes 64 bit fixes - multiple alterations to the spec file - Added docs - fixed end of line for xaralx.htm - fixed multiple mode errors for header and source files - removed mixed use of spaces and tabs * Wed May 24 2006 Tom "spot" Callaway 0.5-1 - Initial package for Fedora Extras xaralx.desktop.patch: --- NEW FILE xaralx.desktop.patch --- --- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 +++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=Xara Xtreme +Name=XaraXtreme Comment=Versatile vector graphics program Comment[de_DE]=Vielseitiges Vektorgraphik-Programm Comment[pt_BR]=Vers??til programa para gr??ficos vetoriais @@ -12,5 +12,5 @@ StartupNotify=true MimeType=image/xar;application/x-extension-xar; FilePattern=xaralx; -Exec=xaralx %F -TryExec=xaralx +Exec=XaraLX %F +TryExec=XaraLX Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 21:57:26 -0000 1.1 +++ .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 @@ -0,0 +1 @@ +XaraLX-0.7r1614.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 21:57:26 -0000 1.1 +++ sources 1 Aug 2006 22:07:30 -0000 1.2 @@ -0,0 +1 @@ +6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 22:10:20 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:10:20 -0700 Subject: owners owners.list,1.1350,1.1351 Message-ID: <200608012210.k71MAM4H001824@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1802 Modified Files: owners.list Log Message: PFJ - initial import of XaraLX to cvs owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1350 retrieving revision 1.1351 diff -u -r1.1350 -r1.1351 --- owners.list 1 Aug 2006 21:05:31 -0000 1.1350 +++ owners.list 1 Aug 2006 22:10:20 -0000 1.1351 @@ -1958,6 +1958,7 @@ Fedora Extras|wxPythonGTK2|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|xarchon|Arcade board game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xbase|XBase compatible database library and tools|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xbindkeys|Binds keys or mouse buttons to shell commands under X|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 22:20:27 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:20:27 -0700 Subject: rpms/puppet/devel .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012220.k71MKTjP001963@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1942 Modified Files: .cvsignore puppet.spec sources Log Message: Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:43:36 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:20:27 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:43:36 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:20:27 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:43:36 -0000 1.3 +++ sources 1 Aug 2006 22:20:27 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:23:42 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:23:42 -0700 Subject: rpms/puppet/FC-5 .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012223.k71MNinS002110@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2089 Modified Files: .cvsignore puppet.spec sources Log Message: New Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:51:37 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:23:42 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:51:37 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:23:42 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:51:37 -0000 1.3 +++ sources 1 Aug 2006 22:23:42 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:23:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 15:23:49 -0700 Subject: rpms/celestia/devel celestia.spec,1.17,1.18 Message-ID: <200608012223.k71MNpdZ002136@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2116 Modified Files: celestia.spec Log Message: We modified configure.in, so now we need automake17 and gettext-devel. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- celestia.spec 31 Jul 2006 16:57:46 -0000 1.17 +++ celestia.spec 1 Aug 2006 22:23:48 -0000 1.18 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -22,6 +22,8 @@ BuildRequires: libXt-devel BuildRequires: libXmu-devel BuildRequires: lua-devel +BuildRequires: automake17 +BuildRequires: gettext-devel Requires(post): GConf2 Requires(preun): GConf2 @@ -108,6 +110,9 @@ %changelog +* Mon Jul 31 2006 Steven Pritchard 1.4.1-4 +- We modified configure.in, so now we need automake17 and gettext-devel. + * Mon Jul 31 2006 Nick Urbanik 1.4.1-3 - Test errorMessage to see if it is null before copying it! This change suggested by Hank Ramsey and added to From fedora-extras-commits at redhat.com Tue Aug 1 22:24:16 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:24:16 -0700 Subject: rpms/puppet/FC-4 .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012224.k71MOItD002241@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2220 Modified Files: .cvsignore puppet.spec sources Log Message: New Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:54:55 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:24:16 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:54:55 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:24:16 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:54:55 -0000 1.3 +++ sources 1 Aug 2006 22:24:16 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:26:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 15:26:35 -0700 Subject: rpms/uuid/devel ossp-uuid.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 uuid.spec, 1.1, 1.2 Message-ID: <200608012226.k71MQb6e002384@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/uuid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2352 Modified Files: .cvsignore sources uuid.spec Added Files: ossp-uuid.patch Log Message: Update to 1.5.0. Rename libuuid* to libossp-uuid*, uuid.3 to ossp-uuid.3, and uuid.pc to ossp-uuid.pc to avoid conflicts with e2fsprogs-devel (#198520). Clean out the pgsql directory. (Some cruft shipped with this release.) ossp-uuid.patch: --- NEW FILE ossp-uuid.patch --- diff -urN uuid-1.5.0.orig/Makefile.PL uuid-1.5.0/Makefile.PL --- uuid-1.5.0.orig/Makefile.PL 2006-01-15 12:37:43.000000000 -0600 +++ uuid-1.5.0/Makefile.PL 2006-07-29 14:49:23.000000000 -0500 @@ -44,7 +44,7 @@ all pure_all: \@if [ ! -d build ]; then mkdir build; fi \@if [ ! -f build/Makefile ]; then (cd build && ../configure --disable-shared); fi - \@if [ ! -f build/libuuid.la ]; then (cd build && \$(MAKE) \$(MFLAGS) libuuid.la); fi + \@if [ ! -f build/libossp-uuid.la ]; then (cd build && \$(MAKE) \$(MFLAGS) libossp-uuid.la); fi \@if [ ! -f perl/Makefile ]; then (cd perl && \$(PERL) Makefile.PL \$(ARGS)); fi \@cd perl && \$(MAKE) \$(MFLAGS) \$\@ diff -urN uuid-1.5.0.orig/Makefile.in uuid-1.5.0/Makefile.in --- uuid-1.5.0.orig/Makefile.in 2006-05-11 04:37:27.000000000 -0500 +++ uuid-1.5.0/Makefile.in 2006-07-29 15:37:47.000000000 -0500 @@ -61,13 +61,13 @@ PHP = @PHP@ PG_CONFIG = @PG_CONFIG@ -LIB_NAME = libuuid.la +LIB_NAME = libossp-uuid.la LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo -DCE_NAME = libuuid_dce.la +DCE_NAME = libossp-uuid_dce.la DCE_OBJS = uuid_dce.lo $(LIB_OBJS) -CXX_NAME = libuuid++.la +CXX_NAME = libossp-uuid++.la CXX_OBJS = uuid++.lo $(LIB_OBJS) PRG_NAME = uuid @@ -78,10 +78,10 @@ PERL_NAME = $(S)/perl/blib/lib/OSSP/uuid.pm PERL_OBJS = $(S)/perl/uuid.pm -PHP_NAME = $(S)/php/modules/uuid.so +PHP_NAME = $(S)/php/modules/ossp-uuid.so PHP_OBJS = $(S)/php/uuid.c -PGSQL_NAME = $(S)/pgsql/libuuid.so +PGSQL_NAME = $(S)/pgsql/libossp-uuid.so PGSQL_OBJS = $(S)/pgsql/uuid.c TARGETS = $(LIB_NAME) @DCE_NAME@ @CXX_NAME@ $(PRG_NAME) @PERL_NAME@ @PHP_NAME@ @PGSQL_NAME@ @@ -230,7 +230,7 @@ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1 $(SHTOOL) install -c -m 755 uuid-config $(DESTDIR)$(bindir)/ $(SHTOOL) install -c -m 644 $(S)/uuid-config.1 $(DESTDIR)$(mandir)/man1/ - $(SHTOOL) install -c -m 644 $(S)/uuid.pc $(DESTDIR)$(libdir)/pkgconfig/ + $(SHTOOL) install -c -m 644 $(S)/uuid.pc $(DESTDIR)$(libdir)/pkgconfig/ossp-uuid.pc $(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/ - at if [ ".$(WITH_DCE)" = .yes ]; then \ echo "$(SHTOOL) install -c -m 644 $(S)/uuid_dce.h $(DESTDIR)$(includedir)/"; \ @@ -240,17 +240,17 @@ echo "$(SHTOOL) install -c -m 644 $(S)/uuid++.hh $(DESTDIR)$(includedir)/"; \ $(SHTOOL) install -c -m 644 $(S)/uuid++.hh $(DESTDIR)$(includedir)/; \ fi - $(SHTOOL) install -c -m 644 $(S)/uuid.3 $(DESTDIR)$(mandir)/man3/ + $(SHTOOL) install -c -m 644 $(S)/uuid.3 $(DESTDIR)$(mandir)/man3/ossp-uuid.3 - at if [ ".$(WITH_CXX)" = .yes ]; then \ echo "$(SHTOOL) install -c -m 644 $(S)/uuid++.3 $(DESTDIR)$(mandir)/man3/"; \ $(SHTOOL) install -c -m 644 $(S)/uuid++.3 $(DESTDIR)$(mandir)/man3/; \ fi - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/ + @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid.la $(DESTDIR)$(libdir)/ - at if [ ".$(WITH_DCE)" = .yes ]; then \ - $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid_dce.la $(DESTDIR)$(libdir)/; \ + $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid_dce.la $(DESTDIR)$(libdir)/; \ fi - at if [ ".$(WITH_CXX)" = .yes ]; then \ - $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid++.la $(DESTDIR)$(libdir)/; \ + $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid++.la $(DESTDIR)$(libdir)/; \ fi @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/ $(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/ @@ -268,14 +268,14 @@ uninstall: -$(RM) $(DESTDIR)$(mandir)/man1/uuid.1 -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(bindir)/uuid - -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid.la + -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid.la - at if [ ".$(WITH_DCE)" = .yes ]; then \ - $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid_dce.la; \ + $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid_dce.la; \ fi - at if [ ".$(WITH_CXX)" = .yes ]; then \ - $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid++.la; \ + $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid++.la; \ fi - -$(RM) $(DESTDIR)$(mandir)/man3/uuid.3 + -$(RM) $(DESTDIR)$(mandir)/man3/ossp-uuid.3 - at if [ ".$(WITH_CXX)" = .yes ]; then \ echo "$(RM) $(DESTDIR)$(mandir)/man3/uuid++.3"; \ $(RM) $(DESTDIR)$(mandir)/man3/uuid++.3; \ @@ -289,7 +289,7 @@ echo "$(RM) $(DESTDIR)$(includedir)/uuid++.hh"; \ $(RM) $(DESTDIR)$(includedir)/uuid++.hh; \ fi - -$(RM) $(DESTDIR)$(libdir)/pkgconfig/uuid.pc + -$(RM) $(DESTDIR)$(libdir)/pkgconfig/ossp-uuid.pc -$(RM) $(DESTDIR)$(mandir)/man1/uuid-config.1 -$(RM) $(DESTDIR)$(bindir)/uuid-config -$(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE) diff -urN uuid-1.5.0.orig/perl/Makefile.PL uuid-1.5.0/perl/Makefile.PL --- uuid-1.5.0.orig/perl/Makefile.PL 2006-01-13 00:44:33.000000000 -0600 +++ uuid-1.5.0/perl/Makefile.PL 2006-07-29 14:51:01.000000000 -0500 @@ -33,9 +33,9 @@ use ExtUtils::MakeMaker; # determine source directory -my ($srcdir) = map { my $d = $_; $d =~ s/\/libuuid\.la$//; $d } - grep { -f $_ } ("../libuuid.la", glob("../*/libuuid.la")) - or die "no source directory found (where libuuid.la is located)"; +my ($srcdir) = map { my $d = $_; $d =~ s/\/libossp-uuid\.la$//; $d } + grep { -f $_ } ("../libossp-uuid.la", glob("../*/libossp-uuid.la")) + or die "no source directory found (where libossp-uuid.la is located)"; # determine extra build options my $compat = 0; @@ -47,7 +47,7 @@ VERSION_FROM => 'uuid.pm', ABSTRACT_FROM => 'uuid.pod', PREREQ_PM => {}, - LIBS => [ "-L$srcdir/.libs -L$srcdir -luuid" ], + LIBS => [ "-L$srcdir/.libs -L$srcdir -lossp-uuid" ], DEFINE => '', INC => "-I. -I$srcdir", PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm', diff -urN uuid-1.5.0.orig/pgsql/Makefile uuid-1.5.0/pgsql/Makefile --- uuid-1.5.0.orig/pgsql/Makefile 2006-01-12 14:31:51.000000000 -0600 +++ uuid-1.5.0/pgsql/Makefile 2006-07-29 19:07:46.000000000 -0500 @@ -17,13 +17,13 @@ top_builddir := $(dir $(PGXS))../.. include $(top_builddir)/src/Makefile.global -NAME = uuid +NAME = ossp-uuid OBJS = uuid.o SO_MAJOR_VERSION = 1 SO_MINOR_VERSION = 0 override CPPFLAGS := -I.. $(CPPFLAGS) -SHLIB_LINK := -L../.libs -luuid +SHLIB_LINK := -L../.libs -lossp-uuid SHLIB_LINK += $(shell test $(shell uname -s) = FreeBSD && echo "-Wl,-Bsymbolic") rpath := @@ -33,16 +33,16 @@ include $(top_builddir)/src/Makefile.shlib uuid.sql: uuid.sql.in - sed -e 's;@MODULE_PATHNAME@;$(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX);g' uuid.sql + sed -e 's;@MODULE_PATHNAME@;$(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX);g' uuid.sql install: all $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(mkinstalldirs) $(DESTDIR)$(datadir) - $(INSTALL_SHLIB) $(shlib) $(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX) + $(INSTALL_SHLIB) $(shlib) $(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX) $(INSTALL_DATA) uuid.sql $(DESTDIR)$(datadir)/uuid.sql uninstall: - -rm -f $(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX) + -rm -f $(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX) -rm -f $(DESTDIR)$(datadir)/uuid.sql clean distclean: clean-lib diff -urN uuid-1.5.0.orig/php/Makefile.local uuid-1.5.0/php/Makefile.local --- uuid-1.5.0.orig/php/Makefile.local 2006-04-04 09:58:43.000000000 -0500 +++ uuid-1.5.0/php/Makefile.local 2006-07-29 15:38:23.000000000 -0500 @@ -48,7 +48,7 @@ @version=`$(PHP)-config --version | sed -e 's;^\([0-9]\).*$$;\1;'`; extdir="$(EXTDIR)"; \ echo "installing PHP$$version API into $$extdir"; \ ./build/shtool mkdir -f -p -m 755 $(DESTDIR)$$extdir; \ - ./build/shtool install -c -m 755 modules/uuid.so $(DESTDIR)$$extdir/uuid.so; \ + ./build/shtool install -c -m 755 modules/uuid.so $(DESTDIR)$$extdir/ossp-uuid.so; \ ./build/shtool install -c -m 644 uuid.php$$version $(DESTDIR)$$extdir/uuid.php clean: diff -urN uuid-1.5.0.orig/php/config.m4 uuid-1.5.0/php/config.m4 --- uuid-1.5.0.orig/php/config.m4 2006-01-13 00:44:34.000000000 -0600 +++ uuid-1.5.0/php/config.m4 2006-07-29 16:14:57.000000000 -0500 @@ -34,7 +34,7 @@ PHP_NEW_EXTENSION(uuid, uuid.c, $ext_shared) AC_DEFINE(HAVE_UUID, 1, [Have OSSP uuid library]) PHP_ADD_LIBPATH([..], ) - PHP_ADD_LIBRARY([uuid],, UUID_SHARED_LIBADD) + PHP_ADD_LIBRARY([ossp-uuid],, UUID_SHARED_LIBADD) PHP_ADD_INCLUDE([..]) PHP_SUBST(UUID_SHARED_LIBADD) dnl avoid conflict with libc's uuid_create(3) diff -urN uuid-1.5.0.orig/php/uuid.ts uuid-1.5.0/php/uuid.ts --- uuid-1.5.0.orig/php/uuid.ts 2006-01-13 00:44:34.000000000 -0600 +++ uuid-1.5.0/php/uuid.ts 2006-07-29 15:41:45.000000000 -0500 @@ -34,9 +34,9 @@ $php_version = $argv[1]; -print "++ loading DSO uuid.so (low-level API)\n"; +print "++ loading DSO ossp-uuid.so (low-level API)\n"; if (!extension_loaded('uuid')) { - dl('modules/uuid.so'); + dl('modules/ossp-uuid.so'); } print "++ loading PHP uuid.php${php_version} (high-level API)\n"; diff -urN uuid-1.5.0.orig/uuid-config.in uuid-1.5.0/uuid-config.in --- uuid-1.5.0.orig/uuid-config.in 2006-01-13 00:44:30.000000000 -0600 +++ uuid-1.5.0/uuid-config.in 2006-07-29 15:27:38.000000000 -0500 @@ -120,7 +120,7 @@ output_extra="$output_extra $uuid_ldflags" ;; --libs) - output="$output -luuid" + output="$output -lossp-uuid" output_extra="$output_extra $uuid_libs" ;; * ) diff -urN uuid-1.5.0.orig/uuid.pc.in uuid-1.5.0/uuid.pc.in --- uuid-1.5.0.orig/uuid.pc.in 2006-01-13 00:44:30.000000000 -0600 +++ uuid-1.5.0/uuid.pc.in 2006-07-29 15:27:48.000000000 -0500 @@ -37,6 +37,6 @@ Version: @UUID_VERSION_RAW@ URL: http://www.ossp.org/pkg/lib/uuid/ Cflags: -I${includedir} -Libs: -L${libdir} -luuid +Libs: -L${libdir} -lossp-uuid Libs.private: @LIBS@ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 May 2006 14:20:21 -0000 1.2 +++ .cvsignore 1 Aug 2006 22:26:35 -0000 1.3 @@ -1 +1 @@ -uuid-1.4.2.tar.gz +uuid-1.5.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 May 2006 14:20:21 -0000 1.2 +++ sources 1 Aug 2006 22:26:35 -0000 1.3 @@ -1 +1 @@ -fdfe93bc134dfb73814456c3b444dda1 uuid-1.4.2.tar.gz +b0a428352fe9fb5fdd241406af04c08b uuid-1.5.0.tar.gz Index: uuid.spec =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/uuid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- uuid.spec 24 May 2006 14:20:21 -0000 1.1 +++ uuid.spec 1 Aug 2006 22:26:35 -0000 1.2 @@ -1,11 +1,12 @@ Name: uuid -Version: 1.4.2 -Release: 4%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Universally Unique Identifier library License: MIT Group: System Environment/Libraries URL: http://www.ossp.org/pkg/lib/uuid/ Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz +Patch0: ossp-uuid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: /usr/bin/libtool @@ -95,6 +96,11 @@ %prep %setup -q +%patch0 -p1 + +pushd pgsql +make realclean +popd %build # Build the library. @@ -178,25 +184,25 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog HISTORY NEWS PORTING README SEEALSO THANKS TODO USERS %{_bindir}/uuid -%{_libdir}/libuuid.so.* +%{_libdir}/libossp-uuid.so.* %{_mandir}/man1/* %files devel %defattr(-,root,root,-) %{_bindir}/uuid-config %{_includedir}/uuid.h -%{_libdir}/libuuid.so -%{_libdir}/pkgconfig/uuid.pc -%{_mandir}/man3/uuid.3* +%{_libdir}/libossp-uuid.so +%{_libdir}/pkgconfig/ossp-uuid.pc +%{_mandir}/man3/ossp-uuid.3* %files c++ %defattr(-,root,root,-) -%{_libdir}/libuuid++.so.* +%{_libdir}/libossp-uuid++.so.* %files c++-devel %defattr(-,root,root,-) %{_includedir}/uuid++.hh -%{_libdir}/libuuid++.so +%{_libdir}/libossp-uuid++.so %{_mandir}/man3/uuid++.3* %files perl @@ -218,14 +224,20 @@ %files dce %defattr(-,root,root,-) -%{_libdir}/libuuid_dce.so.* +%{_libdir}/libossp-uuid_dce.so.* %files dce-devel %defattr(-,root,root,-) %{_includedir}/uuid_dce.h -%{_libdir}/libuuid_dce.so +%{_libdir}/libossp-uuid_dce.so %changelog +* Sat Jul 29 2006 Steven Pritchard 1.5.0-1 +- Update to 1.5.0. +- Rename libuuid* to libossp-uuid*, uuid.3 to ossp-uuid.3, and uuid.pc + to ossp-uuid.pc to avoid conflicts with e2fsprogs-devel (#198520). +- Clean out the pgsql directory. (Some cruft shipped with this release.) + * Wed May 24 2006 Steven Pritchard 1.4.2-4 - Remove static php module. From fedora-extras-commits at redhat.com Tue Aug 1 22:28:54 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:28:54 -0700 Subject: rpms/dogtail/FC-5 dogtail.spec, 1.4, 1.5 dogtail-skip-None-children.patch, 1.1, NONE Message-ID: <200608012228.k71MSuoB002477@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2460 Modified Files: dogtail.spec Removed Files: dogtail-skip-None-children.patch Log Message: Remove old patch Update specfile Index: dogtail.spec =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/dogtail.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dogtail.spec 26 Jun 2006 15:12:53 -0000 1.4 +++ dogtail.spec 1 Aug 2006 22:28:53 -0000 1.5 @@ -1,7 +1,7 @@ Summary: GUI test tool and automation framework Name: dogtail -Version: 0.5.1 -Release: 4%{?dist} +Version: 0.5.2 +Release: 1%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ @@ -10,12 +10,10 @@ BuildArch: noarch BuildRequires: python BuildRequires: desktop-file-utils -Requires: pyspi >= 0.5.3 +Requires: pyspi >= 0.5.5 Requires: pygtk2 Requires: rpm-python -Requires: ImageMagick -Requires: Xvfb -Patch0: dogtail-skip-None-children.patch +Requires: xorg-x11-server-Xvfb %description GUI test tool and automation framework that uses assistive technologies to @@ -24,7 +22,6 @@ %prep %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %setup -q -%patch0 -p1 %build python ./setup.py build @@ -63,6 +60,14 @@ %doc examples/ %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.2-1 +- New upstream release. +- Remove dogtail-skip-None-children.patch +- Update Requires from Xvfb to xorg-x11-server-Xvfb. +- Bump pyspi Requires. +- Remove ImageMagick Requires. +- Escape post-macro in changelog-macro. + * Mon Jun 19 2006 Zack Cerza - 0.5.1-4 - Add dogtail-skip-None-children.patch to fix Fedora bug #195886 . @@ -105,7 +110,7 @@ python-elementtree. - Moved documentation (including examples) to the correct place. - Make sure /usr/share/doc/dogtail is removed. -- Added 'gtk-update-icon-cache' to %post. +- Added 'gtk-update-icon-cache' to %%post. * Mon Oct 24 2005 Zack Cerza - 0.4.3-1 - New upstream release. --- dogtail-skip-None-children.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 22:30:16 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:30:16 -0700 Subject: rpms/gtksourceview-sharp import.log,1.5,1.6 Message-ID: <200608012230.k71MUIer002604@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2571 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-15 on branch devel from gtksourceview-sharp-2.0-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 31 Jul 2006 21:07:57 -0000 1.5 +++ import.log 1 Aug 2006 22:30:16 -0000 1.6 @@ -2,3 +2,4 @@ gtksourceview-sharp-2_0-13:FC-5:gtksourceview-sharp-2.0-13.src.rpm:1154036155 gtksourceview-sharp-2_0-14:FC-5:gtksourceview-sharp-2.0-14.src.rpm:1154380016 gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 +gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 From fedora-extras-commits at redhat.com Tue Aug 1 22:30:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:30:17 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.2,1.3 Message-ID: <200608012230.k71MUJHT002608@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2571/devel Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-15 on branch devel from gtksourceview-sharp-2.0-15.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtksourceview-sharp.spec 31 Jul 2006 21:07:57 -0000 1.2 +++ gtksourceview-sharp.spec 1 Aug 2006 22:30:16 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -20,7 +20,7 @@ %package devel Summary: Development files for gtksourceview-sharp Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for gtksourceview-sharp @@ -45,8 +45,8 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp/* -%{monodir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll +%{monodir}/mono/gac/gtksourceview-sharp +%{monodir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) @@ -56,6 +56,10 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 +- fixes directory ownership error in spec file +- added R pkgconfig for the -devel package + * Mon Jul 31 2006 Paul F. Johnson - 2.0-0.10-14 - reverted 64 bit patches - removed arch from configure From fedora-extras-commits at redhat.com Tue Aug 1 22:31:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:31:12 -0700 Subject: rpms/gtksourceview-sharp import.log,1.6,1.7 Message-ID: <200608012231.k71MVEvM002708@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2677 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-15 on branch FC-5 from gtksourceview-sharp-2.0-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 1 Aug 2006 22:30:16 -0000 1.6 +++ import.log 1 Aug 2006 22:31:12 -0000 1.7 @@ -3,3 +3,4 @@ gtksourceview-sharp-2_0-14:FC-5:gtksourceview-sharp-2.0-14.src.rpm:1154380016 gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 +gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 From fedora-extras-commits at redhat.com Tue Aug 1 22:31:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:31:13 -0700 Subject: rpms/gtksourceview-sharp/FC-5 gtksourceview-sharp.spec,1.2,1.3 Message-ID: <200608012231.k71MVFTD002712@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2677/FC-5 Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-15 on branch FC-5 from gtksourceview-sharp-2.0-15.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/FC-5/gtksourceview-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtksourceview-sharp.spec 31 Jul 2006 21:07:04 -0000 1.2 +++ gtksourceview-sharp.spec 1 Aug 2006 22:31:12 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -20,7 +20,7 @@ %package devel Summary: Development files for gtksourceview-sharp Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for gtksourceview-sharp @@ -45,8 +45,8 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp/* -%{monodir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll +%{monodir}/mono/gac/gtksourceview-sharp +%{monodir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) @@ -56,6 +56,10 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 +- fixes directory ownership error in spec file +- added R pkgconfig for the -devel package + * Mon Jul 31 2006 Paul F. Johnson - 2.0-0.10-14 - reverted 64 bit patches - removed arch from configure From fedora-extras-commits at redhat.com Tue Aug 1 22:33:14 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:33:14 -0700 Subject: rpms/dogtail/FC-5 dogtail.spec,1.5,1.6 Message-ID: <200608012233.k71MXGVC002856@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2836 Modified Files: dogtail.spec Log Message: Update specfile Index: dogtail.spec =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/dogtail.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dogtail.spec 1 Aug 2006 22:28:53 -0000 1.5 +++ dogtail.spec 1 Aug 2006 22:33:13 -0000 1.6 @@ -1,7 +1,7 @@ Summary: GUI test tool and automation framework Name: dogtail Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ @@ -60,6 +60,9 @@ %doc examples/ %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.2-2 +- Bump version, because 'make tag' broke. + * Tue Aug 01 2006 Zack Cerza - 0.5.2-1 - New upstream release. - Remove dogtail-skip-None-children.patch From fedora-extras-commits at redhat.com Tue Aug 1 23:03:17 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:17 -0700 Subject: rpms/nip2/devel - New directory Message-ID: <200608012303.k71N3JE7005658@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5631/nip2/devel Log Message: Directory /cvs/extras/rpms/nip2/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 23:03:15 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:15 -0700 Subject: rpms/nip2 - New directory Message-ID: <200608012303.k71N3HNC005652@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5631/nip2 Log Message: Directory /cvs/extras/rpms/nip2 added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 23:03:44 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:44 -0700 Subject: rpms/nip2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012303.k71N3kqM005716@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5680/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nip2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 23:03:43 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:43 -0700 Subject: rpms/nip2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012303.k71N3jvS005715@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5680 Added Files: Makefile import.log Log Message: Setup of module nip2 --- NEW FILE Makefile --- # Top level Makefile for module nip2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 23:09:37 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 16:09:37 -0700 Subject: rpms/cone/devel .cvsignore, 1.7, 1.8 cone.spec, 1.14, 1.15 sources, 1.7, 1.8 cone-0.66.20060203-compile.patch, 1.1, NONE Message-ID: <200608012309.k71N9dQ9005844@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5823 Modified Files: .cvsignore cone.spec sources Removed Files: cone-0.66.20060203-compile.patch Log Message: Update to 0.68. Drop cone-0.66.20060203-compile.patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cone/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Feb 2006 17:48:27 -0000 1.7 +++ .cvsignore 1 Aug 2006 23:09:36 -0000 1.8 @@ -1,2 +1,2 @@ -cone-0.66.20060203.tar.bz2 -cone-0.66.20060203.tar.bz2.sig +cone-0.68.tar.bz2 +cone-0.68.tar.bz2.sig Index: cone.spec =================================================================== RCS file: /cvs/extras/rpms/cone/devel/cone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cone.spec 7 Feb 2006 17:48:27 -0000 1.14 +++ cone.spec 1 Aug 2006 23:09:36 -0000 1.15 @@ -2,22 +2,20 @@ Summary: CONE mail reader Name: cone -Version: 0.66.20060203 +Version: 0.68 Release: 1%{?dist} URL: http://www.courier-mta.org/cone/ -#Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 -#Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig -Source0: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2 -Source1: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2.sig -Patch0: cone-0.66.20060203-compile.patch +Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 +Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig +#Source0: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2 +#Source1: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2.sig License: GPL Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: aspell-devel libxml2-devel BuildRequires: zlib-devel openssl-devel fam-devel perl -#BuildRequires: libstdc++-devel gcc-c++ BuildRequires: openssl-perl BuildRequires: ncurses-devel >= 5.3 @@ -28,7 +26,7 @@ %package devel Group: Development/Libraries -Summary: LibMAIL mail client development library. +Summary: LibMAIL mail client development library Requires: %{name} = %{version}-%{release} %description devel @@ -45,7 +43,6 @@ %prep %setup -q -%patch0 -p0 %build CPPFLAGS="$CPPFLAGS -I%{curses_include_dir}" @@ -105,6 +102,10 @@ %doc cone/html %changelog +* Tue Aug 01 2006 Steven Pritchard 0.68-1 +- Update to 0.68. +- Drop cone-0.66.20060203-compile.patch. + * Sat Feb 04 2006 Steven Pritchard 0.66.20060203-1 - Update to 0.66.20060203 (development snapshot, needed to fix compilation with g++ 4.1) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cone/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Feb 2006 17:48:27 -0000 1.7 +++ sources 1 Aug 2006 23:09:36 -0000 1.8 @@ -1,2 +1,2 @@ -967447f88794f6568809c409bdcc8aa4 cone-0.66.20060203.tar.bz2 -3b491ef80708cee46a02eab94c3b5c20 cone-0.66.20060203.tar.bz2.sig +a958de27297b0c867478107ab4407fd6 cone-0.68.tar.bz2 +2e95ba1b864e595a2a8dcd53acdf536d cone-0.68.tar.bz2.sig --- cone-0.66.20060203-compile.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 23:10:31 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 1 Aug 2006 16:10:31 -0700 Subject: owners owners.list,1.1351,1.1352 Message-ID: <200608012310.k71NAX72005920@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5897 Modified Files: owners.list Log Message: Added mercator Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1351 retrieving revision 1.1352 diff -u -r1.1351 -r1.1352 --- owners.list 1 Aug 2006 22:10:20 -0000 1.1351 +++ owners.list 1 Aug 2006 23:10:31 -0000 1.1352 @@ -876,6 +876,7 @@ Fedora Extras|meanwhile| Lotus Sametime Community Client library|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|mediawiki|The PHP-based wiki software behind Wikipedia|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|meld|Visual diff and merge tool|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|mercator|Terrain library for WorldForge client/server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|mercurial|A fast, lightweight distributed source control management system|katzj at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|metakit|Embeddable database|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|metamonitor|A Simple program that watches log files and popup its changes|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 23:10:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:10:58 -0700 Subject: rpms/nip2/devel nip2.desktop, NONE, 1.1 nip2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012311.k71NBUr9005985@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5944/devel Modified Files: .cvsignore sources Added Files: nip2.desktop nip2.spec Log Message: auto-import nip2-7.10.20-1 on branch devel from nip2-7.10.20-1.src.rpm --- NEW FILE nip2.desktop --- [Desktop Entry] Encoding=UTF-8 Type=Application Name=nip2 Comment=Image Processing System Exec=nip2 %F Icon=nip2.png Terminal=false Categories=Graphics Version=7.10.20 --- NEW FILE nip2.spec --- Name: nip2 Version: 7.10.20 Release: 1%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia License: GPL URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme BuildRequires: flex bison intltool fftw-devel libxml2-devel gettext BuildRequires: desktop-file-utils #Requires: # description taken from Debian package %description nip2 is a graphical front end to the VIPS package. With nip2, rather than directly editing images, you build relationships between objects in a spreadsheet-like fashion. When you make a change somewhere, nip2 recalculates the objects affected by that change. Since it is demand-driven this update is very fast, even for very, very large images. nip2 is very good at creating pipelines of image manipulation operations. It is not very good for image editing tasks like touching up photographs. For that, a tool like the GIMP should be used instead. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # delete doc (we will get it later with %doc) rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/nip2 # malkovich?? rm -rf ${RPM_BUILD_ROOT}%{_datadir}/locale/malkovich # locale stuff %find_lang nip2 # icon install -d ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/128x128/apps cp -a share/nip2/data/vips-128.png \ ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/128x128/apps/nip2.png # desktop file desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi # scriptlet for desktop database update-desktop-database &> /dev/null || : %postun # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi # scriptlet for desktop database update-desktop-database &> /dev/null || : %clean rm -rf $RPM_BUILD_ROOT %files -f nip2.lang %defattr(-,root,root,-) %doc doc/html doc/ps AUTHORS ChangeLog COPYING NEWS THANKS TODO %{_bindir}/nip2 %{_bindir}/run-nip2.sh %{_datadir}/nip2 %{_mandir}/man1/nip2.1.gz %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/applications/* %changelog * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 * Thu Jan 30 2003 John Cupitt 7.8.6-1 - first stab at an rpm package for nip Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 23:03:44 -0000 1.1 +++ .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +nip2-7.10.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 23:03:44 -0000 1.1 +++ sources 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 23:10:57 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:10:57 -0700 Subject: rpms/nip2 import.log,1.1,1.2 Message-ID: <200608012311.k71NBTbn005981@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5944 Modified Files: import.log Log Message: auto-import nip2-7.10.20-1 on branch devel from nip2-7.10.20-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nip2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 23:03:43 -0000 1.1 +++ import.log 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +nip2-7_10_20-1:HEAD:nip2-7.10.20-1.src.rpm:1154473846 From fedora-extras-commits at redhat.com Tue Aug 1 23:18:45 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:18:45 -0700 Subject: owners owners.list,1.1352,1.1353 Message-ID: <200608012318.k71NIl6a006101@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6084/owners Modified Files: owners.list Log Message: nip2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1352 retrieving revision 1.1353 diff -u -r1.1352 -r1.1353 --- owners.list 1 Aug 2006 23:10:31 -0000 1.1352 +++ owners.list 1 Aug 2006 23:18:45 -0000 1.1353 @@ -970,6 +970,7 @@ Fedora Extras|nget|A utility for retrieving files using the NNTP protocol|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ngrep|Network layer grep tool|oliver at linux-kernel.at|extras-qa at fedoraproject.org| Fedora Extras|ninja|A text based Internet Relay Chat (IRC) client|adrian at lisas.de|extras-qa at fedoraproject.org| +Fedora Extras|nip2|Interactive image processing system|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|njam|Maze-game, eat all the cookies while avoiding the badguys|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|nmh|A mail handling system with a command line interface|bressers at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nomadsync|Synchronization agent for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 23:22:12 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:22:12 -0700 Subject: rpms/torque/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.9, 1.10 Message-ID: <200608012322.k71NMEKF006200@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6179 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 21:46:17 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:22:12 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 21:46:17 -0000 1.6 +++ sources 1 Aug 2006 23:22:12 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- torque.spec 22 Jun 2006 22:06:52 -0000 1.9 +++ torque.spec 1 Aug 2006 23:22:12 -0000 1.10 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:40:13 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:40:13 -0700 Subject: rpms/torque/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.9, 1.10 Message-ID: <200608012340.k71NeFYC006382@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6361 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 21:49:59 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:40:13 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 21:49:59 -0000 1.6 +++ sources 1 Aug 2006 23:40:13 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/torque.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- torque.spec 22 Jun 2006 21:58:19 -0000 1.9 +++ torque.spec 1 Aug 2006 23:40:13 -0000 1.10 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:41:01 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:41:01 -0700 Subject: rpms/torque/FC-4 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.7, 1.8 Message-ID: <200608012341.k71Nf3Ds006472@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6451 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 22:39:08 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:41:01 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 22:39:08 -0000 1.6 +++ sources 1 Aug 2006 23:41:01 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/torque.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- torque.spec 22 Jun 2006 22:39:08 -0000 1.7 +++ torque.spec 1 Aug 2006 23:41:01 -0000 1.8 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:42:04 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:42:04 -0700 Subject: rpms/torque/FC-3 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.7, 1.8 Message-ID: <200608012342.k71Ng6BM006547@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6526 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 22:39:49 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:42:04 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 22:39:49 -0000 1.6 +++ sources 1 Aug 2006 23:42:04 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/torque.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- torque.spec 22 Jun 2006 22:39:49 -0000 1.7 +++ torque.spec 1 Aug 2006 23:42:04 -0000 1.8 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:50:40 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:50:40 -0700 Subject: rpms/puppet/devel puppet.spec,1.3,1.4 Message-ID: <200608012350.k71NogYK006636@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6617 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:20:27 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:50:39 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Tue Aug 1 23:51:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:51:50 -0700 Subject: rpms/puppet/FC-5 puppet.spec,1.3,1.4 Message-ID: <200608012351.k71NpqeK006709@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:23:42 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:51:50 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Tue Aug 1 23:52:24 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:52:24 -0700 Subject: rpms/puppet/FC-4 puppet.spec,1.3,1.4 Message-ID: <200608012352.k71NqQXE006775@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6758 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:24:16 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:52:24 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Wed Aug 2 01:33:36 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 18:33:36 -0700 Subject: rpms/cairomm/FC-5 cairomm.spec,1.1,1.2 Message-ID: <200608020133.k721XcvM012476@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12455 Modified Files: cairomm.spec Log Message: Bumped release for rebuild against cairo Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/FC-5/cairomm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairomm.spec 30 Apr 2006 04:29:16 -0000 1.1 +++ cairomm.spec 2 Aug 2006 01:33:36 -0000 1.2 @@ -1,7 +1,7 @@ Summary: This library provides a C++ interface to cairo Name: cairomm Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -26,14 +26,14 @@ %setup -q %build -%configure --enable-static=no --enable-docs=no +%configure --enable-static=no --enable-docs=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' -mv docs/reference/html . +mv docs/reference . %clean %{__rm} -rf %{buildroot} @@ -52,9 +52,13 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_includedir}/cairomm-1.0/ -%doc ChangeLog html +%doc ChangeLog reference %changelog +* Tue Aug 1 2006 Rick L Vinyard Jr - 0.6.0-2 +- Bumped release to force x86 rebuild +- Docs were in html, moved to reference/html + * Sun Apr 9 2006 Rick L Vinyard Jr - 0.6.0-1 - New upstream version should fix the upstream issues like AUTHORS and README - Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires From fedora-extras-commits at redhat.com Wed Aug 2 01:38:07 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Tue, 1 Aug 2006 18:38:07 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.1,1.2 Message-ID: <200608020138.k721c990012545@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12520 Modified Files: gtk2hs.spec Log Message: - mozilla-devel is now firefox-devel - replace tabs in .spec by spaces Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtk2hs.spec 15 May 2006 03:18:55 -0000 1.1 +++ gtk2hs.spec 2 Aug 2006 01:38:07 -0000 1.2 @@ -1,30 +1,30 @@ %define ghc_version 6.4.2 %define ghcver ghc642 -%define mozver 37:1.7.13 +%define mozver 1.5.0.5 %define build_mozembed 1 %define build_cairo 1 -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Name: gtk2hs -Version: 0.9.10 -Release: 1%{?dist} -License: LGPL -Group: Development/Libraries -Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -URL: http://gtk2hs.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ghc = %{ghc_version} -BuildRequires: haddock -BuildRequires: gtk2-devel -BuildRequires: gtksourceview-devel -BuildRequires: libglade2-devel -BuildRequires: GConf2-devel +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Name: gtk2hs +Version: 0.9.10 +Release: 2%{?dist} +License: LGPL +Group: Development/Libraries +Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +URL: http://gtk2hs.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ghc = %{ghc_version} +BuildRequires: haddock +BuildRequires: gtk2-devel +BuildRequires: gtksourceview-devel +BuildRequires: libglade2-devel +BuildRequires: GConf2-devel %if %{build_mozembed} -BuildRequires: mozilla-devel = %{mozver} +BuildRequires: firefox-devel = %{mozver} %endif %if %{build_cairo} -BuildRequires: cairo-devel +BuildRequires: cairo-devel %endif %description @@ -34,10 +34,10 @@ %package -n ghc-%{name} -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Group: Development/Libraries -Requires: ghc = %{ghc_version} -Requires: %{ghcver}-%{name} = %{version}-%{release} +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Group: Development/Libraries +Requires: ghc = %{ghc_version} +Requires: %{ghcver}-%{name} = %{version}-%{release} %description -n ghc-%{name} A Gtk+ binding for the functional language Haskell featuring @@ -46,14 +46,14 @@ %package -n %{ghcver}-%{name} -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Group: Development/Libraries -Requires: %{ghcver} -Requires: gtk2-devel -Requires: GConf2-devel -Requires: libglade2-devel -Requires: gtksourceview-devel -PreReq: %{_bindir}/ghc-pkg-%{ghc_version} +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Group: Development/Libraries +Requires: %{ghcver} +Requires: gtk2-devel +Requires: GConf2-devel +Requires: libglade2-devel +Requires: gtksourceview-devel +PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name} A Gtk+ binding for the functional language Haskell featuring automatic memory @@ -65,8 +65,8 @@ %package doc -Summary: Haskell Gtk+ GUI library documentation -Group: Development/Libraries +Summary: Haskell Gtk+ GUI library documentation +Group: Development/Libraries %description doc A Gtk+ binding for the functional language Haskell featuring automatic @@ -78,12 +78,12 @@ %if %{build_mozembed} %package -n %{ghcver}-%{name}-mozembed -Summary: Haskell binding for gtkembedmoz -Group: Development/Libraries -Requires: %{ghcver} -Requires: %{ghcver}-%{name} = %{version}-%{release} -Requires: mozilla-devel = %{mozver} -PreReq: %{_bindir}/ghc-pkg-%{ghc_version} +Summary: Haskell binding for gtkembedmoz +Group: Development/Libraries +Requires: %{ghcver} +Requires: %{ghcver}-%{name} = %{version}-%{release} +Requires: firefox-devel = %{mozver} +PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name}-mozembed A Haskell binding of GtkEmbedMoz for gtk2hs. @@ -104,21 +104,22 @@ %build %configure \ - --with-hc=ghc-%{ghc_version} \ - --prefix=%{_prefix} \ - --libdir=%{ghclibdir} \ - --enable-packager-mode \ - --enable-docs \ - --enable-libglade \ - --enable-gconf \ - --enable-sourceview \ + --with-hc=ghc-%{ghc_version} \ + --prefix=%{_prefix} \ + --libdir=%{ghclibdir} \ + --enable-packager-mode \ + --enable-docs \ + --enable-libglade \ + --enable-gconf \ + --enable-sourceview \ %if %{build_mozembed} - --enable-mozilla \ + --enable-mozilla \ %endif %if %{build_cairo} - --enable-cairo + --enable-cairo %endif +# C locale to workaround c2hs failing in CJK locale LANG=C make all @@ -129,12 +130,12 @@ # make ghost files for i in gconf glade glib gtk mogul sourceview \ %if %{build_cairo} - cairo \ + cairo \ %endif %if %{build_mozembed} - mozembed \ + mozembed \ %endif - ; do + ; do touch %{buildroot}%{gtk2hsdir}/HS${i}.o done @@ -154,13 +155,13 @@ %post -n %{ghcver}-%{name} for i in glib \ %if %{build_cairo} - cairo \ + cairo \ %endif - gtk \ - mogul \ - gconf \ - glade \ - sourceview \ + gtk \ + mogul \ + gconf \ + glade \ + sourceview \ ; do %{ghcpkg_inst $i} done @@ -175,15 +176,15 @@ %preun -n %{ghcver}-%{name} if [ "$1" = 0 ]; then for i in \ - gconf \ - glade \ - sourceview \ - mogul \ - gtk \ + gconf \ + glade \ + sourceview \ + mogul \ + gtk \ %if %{build_cairo} - cairo \ + cairo \ %endif - glib \ + glib \ ; do %{ghcpkg_uninst $i} done @@ -266,6 +267,9 @@ %changelog +* Wed Aug 2 2006 Jens Petersen - 0.9.10-2 +- mozilla-devel is now firefox-devel + * Mon May 15 2006 Jens Petersen - 0.9.10-1 - rework packaging to keep all the ghc packages together except mozembed - update mozilla version to 1.7.13 From fedora-extras-commits at redhat.com Wed Aug 2 03:45:01 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:01 -0700 Subject: rpms/bitgtkmm/devel bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j3Ua018129@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/devel Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/devel/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:45:01 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 03:45:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:00 -0700 Subject: rpms/bitgtkmm/FC-4 bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j25l018123@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/FC-4 Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/FC-4/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:44:59 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 03:45:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:00 -0700 Subject: rpms/bitgtkmm/FC-5 bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j2eZ018125@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/FC-5 Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/FC-5/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:45:00 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 04:19:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:43 -0700 Subject: rpms/915resolution - New directory Message-ID: <200608020419.k724JjkH021026@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000/915resolution Log Message: Directory /cvs/extras/rpms/915resolution added to the repository From fedora-extras-commits at redhat.com Wed Aug 2 04:19:44 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:44 -0700 Subject: rpms/915resolution/devel - New directory Message-ID: <200608020419.k724JkoF021029@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000/915resolution/devel Log Message: Directory /cvs/extras/rpms/915resolution/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 2 04:19:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:53 -0700 Subject: rpms/915resolution Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608020419.k724Jtpu021089@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21056 Added Files: Makefile import.log Log Message: Setup of module 915resolution --- NEW FILE Makefile --- # Top level Makefile for module 915resolution all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 2 04:19:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:50 -0700 Subject: owners owners.list,1.1353,1.1354 Message-ID: <200608020419.k724JqX3021051@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21032 Modified Files: owners.list Log Message: added 915resolution Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1353 retrieving revision 1.1354 diff -u -r1.1353 -r1.1354 --- owners.list 1 Aug 2006 23:18:45 -0000 1.1353 +++ owners.list 2 Aug 2006 04:19:49 -0000 1.1354 @@ -10,6 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org Fedora Extras|aalib|An ASCII art library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|abcde|A Better CD Encoder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|abcm2ps|A program to typeset ABC tunes into Postscript|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 04:19:54 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:54 -0700 Subject: rpms/915resolution/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608020419.k724JueF021092@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21056/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module 915resolution --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 2 04:20:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:06 -0700 Subject: rpms/915resolution import.log,1.1,1.2 Message-ID: <200608020420.k724K8Xw021141@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21107 Modified Files: import.log Log Message: auto-import 915resolution-0.5.2-1.fc5 on branch devel from 915resolution-0.5.2-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/915resolution/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Aug 2006 04:19:53 -0000 1.1 +++ import.log 2 Aug 2006 04:20:06 -0000 1.2 @@ -0,0 +1 @@ +15resolution-0_5_2-1_fc5:HEAD:915resolution-0.5.2-1.fc5.src.rpm:1154492411 From fedora-extras-commits at redhat.com Wed Aug 2 04:20:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:07 -0700 Subject: rpms/915resolution/devel 915resolution.spec, NONE, 1.1 README.fedora, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608020420.k724K9H4021146@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21107/devel Modified Files: .cvsignore sources Added Files: 915resolution.spec README.fedora Log Message: auto-import 915resolution-0.5.2-1.fc5 on branch devel from 915resolution-0.5.2-1.fc5.src.rpm --- NEW FILE 915resolution.spec --- Name: 915resolution Version: 0.5.2 Release: 1%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support License: Public Domain URL: http://www.geocities.com/stomljen/ Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # simple "get it going" instructions Source100: README.fedora %description 915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is necessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server. 915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots inorder for it's changes to take effect. 915resolution is derived from the tool 855resolution. However, the code differs substantially. 915resolution's code base is much simpler. 915resolution also allows the modification of bits per pixel. %prep %setup -q # keep rpmlint from complaining.... chmod -x dump_bios cp %{SOURCE100} . %build make clean make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sbindir} cp %{name} %{buildroot}%{_sbindir} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE.txt README* changes.log chipset_info.txt dump_bios %{_sbindir}/* %changelog * Thu Jul 27 2006 Chris Weyl 0.5.2-1 - bump release - add README.fedora * Tue Jun 13 2006 Chris Weyl 0.5.2-0 - Initial spec file for F-E --- NEW FILE README.fedora --- Some simple instructions on getting this going under Fedora Core. It's important to note that the invocation of this program needs to be done at least once, at boot, to install the correct values in the video BIOS's RAM copy. Executing 915resolution requires root privs. Note that the intel xorg drivers are supposed to deal with displaying to non-bios modes "real soon now"; hence this setup technique. 1. Read README.txt, in this directory... Figure out the proper invocation of the binary for your hardware. 2. Edit /etc/rc.local. Include as a line in that file a call to 915resolution; a la: /usr/sbin/915resolution .... Where .... is the proper parameters to pass 915resolution. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Aug 2006 04:19:54 -0000 1.1 +++ .cvsignore 2 Aug 2006 04:20:07 -0000 1.2 @@ -0,0 +1 @@ +915resolution-0.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Aug 2006 04:19:54 -0000 1.1 +++ sources 2 Aug 2006 04:20:07 -0000 1.2 @@ -0,0 +1 @@ +a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 04:20:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:52 -0700 Subject: owners owners.list,1.1354,1.1355 Message-ID: <200608020420.k724KsGj021168@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21151 Modified Files: owners.list Log Message: where'd that pipe go? Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1354 retrieving revision 1.1355 diff -u -r1.1354 -r1.1355 --- owners.list 2 Aug 2006 04:19:49 -0000 1.1354 +++ owners.list 2 Aug 2006 04:20:51 -0000 1.1355 @@ -10,7 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! -Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org +Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|aalib|An ASCII art library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|abcde|A Better CD Encoder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|abcm2ps|A program to typeset ABC tunes into Postscript|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 04:26:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:26:22 -0700 Subject: rpms/915resolution/devel 915resolution.spec,1.1,1.2 Message-ID: <200608020426.k724QOvK021202@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21185 Modified Files: 915resolution.spec Log Message: bump Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/915resolution.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 915resolution.spec 2 Aug 2006 04:20:07 -0000 1.1 +++ 915resolution.spec 2 Aug 2006 04:26:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -57,6 +57,9 @@ %changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-2 +- bump for build & release + * Thu Jul 27 2006 Chris Weyl 0.5.2-1 - bump release - add README.fedora From fedora-extras-commits at redhat.com Wed Aug 2 04:34:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:34:56 -0700 Subject: rpms/915resolution/devel 915resolution.spec,1.2,1.3 Message-ID: <200608020434.k724YwkJ021281@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21264 Modified Files: 915resolution.spec Log Message: exclude ppc -- build fails! (And I doubt it'd be a straight cross-compile to get this hack working on that architecture, even if people use these graphics cards over there.) Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/915resolution.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 915resolution.spec 2 Aug 2006 04:26:22 -0000 1.2 +++ 915resolution.spec 2 Aug 2006 04:34:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -9,6 +9,9 @@ Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# this doesn't make much sense on ppc. That, and it fails in build... +ExcludeArch: ppc + # simple "get it going" instructions Source100: README.fedora @@ -57,6 +60,9 @@ %changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-3 +- excludearch ppc + * Tue Aug 01 2006 Chris Weyl 0.5.2-2 - bump for build & release From fedora-extras-commits at redhat.com Wed Aug 2 05:26:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 22:26:29 -0700 Subject: rpms/soundtouch/devel soundtouch.spec,1.1,1.2 Message-ID: <200608020526.k725QVfw024025@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24008 Modified Files: soundtouch.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- soundtouch.spec 1 Aug 2006 20:55:06 -0000 1.1 +++ soundtouch.spec 2 Aug 2006 05:26:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: soundtouch Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries @@ -37,6 +37,9 @@ %define ltversion %(echo %{version} | tr '.' ':') sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in +# force use of our CFLAGS +sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.* +sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.* # cleanup a bit chmod -x README.html sed -i 's|\r||' README.html COPYING.TXT @@ -94,6 +97,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.3.1-5 +- Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom + upstream CFLAGS. + * Mon Jul 31 2006 Hans de Goede 1.3.1-4 - Add Requires: pkgconfig to -devel subpackage - Replace installed autoheader generated header file with our own version From fedora-extras-commits at redhat.com Wed Aug 2 05:39:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 22:39:04 -0700 Subject: rpms/soundtouch/devel soundtouch.spec,1.2,1.3 Message-ID: <200608020539.k725d6E7024142@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24125 Modified Files: soundtouch.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- soundtouch.spec 2 Aug 2006 05:26:29 -0000 1.2 +++ soundtouch.spec 2 Aug 2006 05:39:04 -0000 1.3 @@ -38,7 +38,11 @@ sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in # force use of our CFLAGS +%ifarch %{ix86} +sed -i 's|-O3 -msse|$(CFLAGS) -msse|' source/SoundTouch/Makefile.* +%else sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.* +%endif sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.* # cleanup a bit chmod -x README.html From fedora-extras-commits at redhat.com Wed Aug 2 07:04:43 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 2 Aug 2006 00:04:43 -0700 Subject: owners owners.list,1.1355,1.1356 Message-ID: <200608020704.k7274jTl029886@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29869 Modified Files: owners.list Log Message: new email adress Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1355 retrieving revision 1.1356 diff -u -r1.1355 -r1.1356 --- owners.list 2 Aug 2006 04:20:51 -0000 1.1355 +++ owners.list 2 Aug 2006 07:04:43 -0000 1.1356 @@ -402,7 +402,7 @@ Fedora Extras|gconfmm20|A C++ interface for GTK2 (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gconfmm26|A C++ wrapper for GConf2|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gdeskcal|Eye-candy calendar for your desktop.|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya256 at yahoo.com|extras-qa at fedoraproject.org| +Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya_tfz at thefinalzone.com|extras-qa at fedoraproject.org| Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 07:18:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 2 Aug 2006 00:18:23 -0700 Subject: rpms/libpng10 import.log,1.2,1.3 Message-ID: <200608020718.k727IPZr029999@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29966 Modified Files: import.log Log Message: auto-import libpng10-1.0.20-3 on branch devel from libpng10-1.0.20-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libpng10/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Jul 2006 07:21:49 -0000 1.2 +++ import.log 2 Aug 2006 07:18:23 -0000 1.3 @@ -1 +1,2 @@ libpng10-1_0_20-1:HEAD:libpng10-1.0.20-1.src.rpm:1153380101 +libpng10-1_0_20-3:HEAD:libpng10-1.0.20-3.src.rpm:1154503095 From fedora-extras-commits at redhat.com Wed Aug 2 07:18:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 2 Aug 2006 00:18:24 -0700 Subject: rpms/libpng10/devel libpng-1.0.20-pngconf.patch, NONE, 1.1 libpng-1.0.20-soname.patch, NONE, 1.1 libpng10.spec, 1.2, 1.3 libpng-1.0.20-rhconf.patch, 1.1, NONE Message-ID: <200608020718.k727IQEi030007@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29966/devel Modified Files: libpng10.spec Added Files: libpng-1.0.20-pngconf.patch libpng-1.0.20-soname.patch Removed Files: libpng-1.0.20-rhconf.patch Log Message: auto-import libpng10-1.0.20-3 on branch devel from libpng10-1.0.20-3.src.rpm libpng-1.0.20-pngconf.patch: --- NEW FILE libpng-1.0.20-pngconf.patch --- --- libpng-1.0.20/configure.ac 2006-08-01 14:37:36.000000000 +0100 +++ libpng-1.0.20/configure.ac 2006-08-01 14:38:43.000000000 +0100 @@ -60,7 +60,8 @@ AC_MSG_CHECKING([if assembler code in pnggccrd.c can be compiled]) AC_TRY_COMPILE( - [#include "pnggccrd.c"], + [#define PNG_CONFIGURE_LIBPNG + #include "pnggccrd.c"], [return 0;], LIBPNG_DEFINES=, LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG\ -DPNG_NO_ASSEMBLER_CODE) --- libpng-1.0.20/configure 2006-08-01 14:44:04.000000000 +0100 +++ libpng-1.0.20/configure 2006-08-01 14:44:51.000000000 +0100 @@ -20149,6 +20149,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#define PNG_CONFIGURE_LIBPNG #include "pnggccrd.c" int main () --- libpng-1.0.20/pngconf.h 2006-08-01 14:39:27.000000000 +0100 +++ libpng-1.0.20/pngconf.h 2006-08-01 14:43:34.000000000 +0100 @@ -29,6 +29,26 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#else +/* pngconf.h is part of the exported API. When a libpng-using application + includes us, PNG_CONFIGURE_LIBPNG is of course not defined as we do not have + libpng's config.h available in this case. This means that we do not have the + defines added to config.h and the command line by libpng's configure script. + + For all defines from config.h, not having them set is not a problem. + However, the configure script also adds -DPNG_NO_ASSEMBLER_CODE to the + CFLAGS when compiling on a platform on which the MMX and SSE asm code in + libpng is not supported. + + We do need this define as this define is used to determine wether or not + to define PNG_ASSEMBLER_CODE_SUPPORTED and other assembler-related defines + and prototypes. PNG_ASSEMBLER_CODE_SUPPORTED in turn is used by applications + (ImageMagick for example) to determine whether or not they can use the asm + functions. Thus we need to define PNG_NO_ASSEMBLER_CODE here on platforms + on which the MMX and SSE asm code in libpng is not supported: */ +#ifndef __i386__ /* change this if MMX/SSE become supported on x86_64! */ +#define PNG_NO_ASSEMBLER_CODE +#endif #endif /* libpng-1.0.20-soname.patch: --- NEW FILE libpng-1.0.20-soname.patch --- --- libpng-1.0.20/ltmain.sh 2006-08-01 15:46:17.000000000 +0100 +++ libpng-1.0.20/ltmain.sh 2006-08-01 15:46:52.000000000 +0100 @@ -3270,7 +3270,7 @@ esac case $revision in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]|[0-9].[0-9][0-9]) ;; *) $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 --- libpng-1.0.20/Makefile.am 2006-06-27 21:20:58.000000000 +0100 +++ libpng-1.0.20/Makefile.am 2006-08-01 16:03:14.000000000 +0100 @@ -45,7 +45,7 @@ -version-number 0:@PNGLIB_MINOR@:0 # -rpath is needed as automake doesn't know the directory libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \ - -version-number 3:@PNGLIB_MINOR@:0 + -version-number 2:1:0. at PNGLIB_MINOR@ if HAVE_LD_VERSION_SCRIPT # Versioned symbols and restricted exports --- libpng-1.0.20/Makefile.in 2006-06-27 21:21:15.000000000 +0100 +++ libpng-1.0.20/Makefile.in 2006-08-01 16:04:16.000000000 +0100 @@ -291,7 +291,7 @@ 0:@PNGLIB_MINOR@:0 $(am__append_1) $(am__append_2) # -rpath is needed as automake doesn't know the directory libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \ - -version-number 3:@PNGLIB_MINOR@:0 + -version-number 2:1:0. at PNGLIB_MINOR@ @HAVE_LD_VERSION_SCRIPT_FALSE at libpng10_la_DEPENDENCIES = libpng.sym @HAVE_LD_VERSION_SCRIPT_TRUE at libpng10_la_DEPENDENCIES = libpng.vers Index: libpng10.spec =================================================================== RCS file: /cvs/extras/rpms/libpng10/devel/libpng10.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libpng10.spec 20 Jul 2006 14:56:37 -0000 1.2 +++ libpng10.spec 2 Aug 2006 07:18:24 -0000 1.3 @@ -1,12 +1,13 @@ Summary: Old version of libpng, needed to run old binaries Name: libpng10 Version: 1.0.20 -Release: 2%{?dist} +Release: 3%{?dist} License: zlib License Group: System Environment/Libraries URL: http://www.libpng.org/pub/png/libpng.html Source: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-%{version}.tar.bz2 -Patch0: libpng-1.0.20-rhconf.patch +Patch0: libpng-1.0.20-soname.patch +Patch1: libpng-1.0.20-pngconf.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel Conflicts: libpng < 2:1.2.0 @@ -34,16 +35,19 @@ %prep %setup -q -n libpng-%{version} -%{__ln_s} scripts/makefile.linux Makefile -%patch0 -p1 -b .rhconf +%patch0 -p1 -b .soname +%patch1 -p1 -b .pngconf %build -# Appears to break if %{?_smp_mflags} is used -%{__make} RPM_OPT_FLAGS="%{optflags}" LIBPATH=%{_libdir} +%configure \ + --disable-static \ + --disable-dependency-tracking \ + --without-binconfigs +%{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} LIBPATH=%{_libdir} install +%{__make} DESTDIR=%{buildroot} install # Install docs # This is done manually so that the docs, which are all in the same directory, @@ -60,6 +64,25 @@ %{__install} -p -m 644 example.c libpng.txt \ %{buildroot}%{_docdir}/%{name}-%{version}/ +# Unpackaged files +%{__rm} -f \ + %{buildroot}%{_bindir}/libpng-config \ + %{buildroot}%{_includedir}/png.h \ + %{buildroot}%{_includedir}/pngconf.h \ + %{buildroot}%{_libdir}/libpng.a \ + %{buildroot}%{_libdir}/libpng.la \ + %{buildroot}%{_libdir}/libpng.so \ + %{buildroot}%{_libdir}/libpng10.la \ + %{buildroot}%{_libdir}/libpng10.so.* \ + %{buildroot}%{_libdir}/pkgconfig/libpng.pc \ + %{buildroot}%{_mandir}/man3/libpng.3 \ + %{buildroot}%{_mandir}/man3/libpngpf.3 \ + %{buildroot}%{_mandir}/man5/png.5 + +# Fix devel link +%{__rm} -f %{buildroot}%{_libdir}/libpng10.so +%{__ln_s} libpng.so.2 %{buildroot}%{_libdir}/libpng10.so + %clean %{__rm} -rf %{buildroot} @@ -85,6 +108,10 @@ %{_libdir}/pkgconfig/libpng10.pc %changelog +* Tue Aug 1 2006 Paul Howarth 1.0.20-3 +- reenable %%{_smp_mflags} +- use patched configure script rather than old Makefiles + * Thu Jul 20 2006 Paul Howarth 1.0.20-2 - don't use %%{_smp_mflags} --- libpng-1.0.20-rhconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 08:15:28 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Wed, 2 Aug 2006 01:15:28 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.2,1.3 Message-ID: <200608020815.k728FUnE000447@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv424 Modified Files: gtk2hs.spec Log Message: update the configure option for firefox-devel too Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtk2hs.spec 2 Aug 2006 01:38:07 -0000 1.2 +++ gtk2hs.spec 2 Aug 2006 08:15:28 -0000 1.3 @@ -113,7 +113,7 @@ --enable-gconf \ --enable-sourceview \ %if %{build_mozembed} - --enable-mozilla \ + --enable-firefox \ %endif %if %{build_cairo} --enable-cairo From fedora-extras-commits at redhat.com Wed Aug 2 12:05:35 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 2 Aug 2006 05:05:35 -0700 Subject: rpms/galeon/devel galeon.spec,1.17,1.18 Message-ID: <200608021205.k72C5bXt011986@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: galeon.spec Log Message: Update to build against firefox-devel Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- galeon.spec 3 May 2006 23:21:50 -0000 1.17 +++ galeon.spec 2 Aug 2006 12:05:34 -0000 1.18 @@ -1,18 +1,17 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -Requires: mozilla = 37:1.7.13 -BuildRequires: gettext mozilla-nspr-devel desktop-file-utils + +BuildRequires: gettext desktop-file-utils BuildRequires: gtk2-devel >= 2.4.0 BuildRequires: gnome-desktop-devel -BuildRequires: mozilla-devel >= 37:1.7.2 -BuildRequires: libxml2-devel >= 2.6.6 +BuildRequires: firefox-devel BuildRequires: libgnomeui-devel >= 2.5.2 BuildRequires: perl(XML::Parser) scrollkeeper %ifarch x86_64 @@ -113,6 +112,9 @@ %changelog +* Wed Aug 2 2006 Denis Leroy - 2.0.1-5 +- Updated to build against firefox-devel + * Wed May 3 2006 Denis Leroy - 2.0.1-4 - Bumping up release to match that of FC-4 and FC-5 From fedora-extras-commits at redhat.com Wed Aug 2 13:33:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 06:33:45 -0700 Subject: rpms/crystal-stacker-themes/devel crystal-stacker-themes.spec, 1.1, 1.2 Message-ID: <200608021333.k72DXlnw014943@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14926 Modified Files: crystal-stacker-themes.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.0-2 - Fix world writable doc files Index: crystal-stacker-themes.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker-themes/devel/crystal-stacker-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crystal-stacker-themes.spec 10 Apr 2006 05:23:47 -0000 1.1 +++ crystal-stacker-themes.spec 2 Aug 2006 13:33:45 -0000 1.2 @@ -1,6 +1,6 @@ Name: crystal-stacker-themes Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themes for the Crystal Stacker game Group: Amusements/Games License: Freeware @@ -30,7 +30,7 @@ unzip -qqLL %{SOURCE3} unzip -qqLL %{SOURCE4} # put these somewhere were %%doc can find them -cp -a %{SOURCE7} %{SOURCE8} . +cp %{SOURCE7} %{SOURCE8} . %build @@ -55,5 +55,8 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.0-2 +- Fix world writable doc files + * Sun Apr 9 2006 Hans de Goede 1.0-1 - initial Fedora Extras package From fedora-extras-commits at redhat.com Wed Aug 2 13:35:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 06:35:25 -0700 Subject: rpms/crystal-stacker-themes/FC-5 crystal-stacker-themes.spec, 1.1, 1.2 Message-ID: <200608021335.k72DZRaa015010@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14993 Modified Files: crystal-stacker-themes.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.0-2 - Fix world writable doc files Index: crystal-stacker-themes.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker-themes/FC-5/crystal-stacker-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crystal-stacker-themes.spec 10 Apr 2006 05:23:47 -0000 1.1 +++ crystal-stacker-themes.spec 2 Aug 2006 13:35:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: crystal-stacker-themes Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themes for the Crystal Stacker game Group: Amusements/Games License: Freeware @@ -30,7 +30,7 @@ unzip -qqLL %{SOURCE3} unzip -qqLL %{SOURCE4} # put these somewhere were %%doc can find them -cp -a %{SOURCE7} %{SOURCE8} . +cp %{SOURCE7} %{SOURCE8} . %build @@ -55,5 +55,8 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.0-2 +- Fix world writable doc files + * Sun Apr 9 2006 Hans de Goede 1.0-1 - initial Fedora Extras package From fedora-extras-commits at redhat.com Wed Aug 2 14:43:15 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:15 -0700 Subject: rpms/rrdtool/FC-4 rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.20, 1.21 Message-ID: <200608021443.k72Ehmh5018108@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/FC-4 Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:55:55 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:15 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- rrdtool.spec 1 Aug 2006 20:46:43 -0000 1.20 +++ rrdtool.spec 2 Aug 2006 14:43:15 -0000 1.21 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.3 +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -222,15 +222,10 @@ %{php_extdir}/rrdtool.so %changelog -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.3 -- Third time's a charm? - -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 -- Last change wasn't the correct route, take 2... - -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 -- Minimal FC4 buildroots don't include python, so add it as - a BuildRequires. +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch From fedora-extras-commits at redhat.com Wed Aug 2 14:43:16 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:16 -0700 Subject: rpms/rrdtool/FC-5 rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.22, 1.23 Message-ID: <200608021443.k72Ehm2n018112@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/FC-5 Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:55:55 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:16 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- rrdtool.spec 1 Aug 2006 19:48:50 -0000 1.22 +++ rrdtool.spec 2 Aug 2006 14:43:16 -0000 1.23 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -18,7 +18,8 @@ BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,11 @@ %{php_extdir}/rrdtool.so %changelog +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Wed Aug 2 14:43:17 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:17 -0700 Subject: rpms/rrdtool/devel rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.21, 1.22 Message-ID: <200608021443.k72EhnSX018116@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/devel Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:43:49 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:17 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rrdtool.spec 1 Aug 2006 19:43:49 -0000 1.21 +++ rrdtool.spec 2 Aug 2006 14:43:17 -0000 1.22 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -18,7 +18,8 @@ BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,11 @@ %{php_extdir}/rrdtool.so %changelog +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Wed Aug 2 14:50:58 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 07:50:58 -0700 Subject: check-mirrors check-mirrors.py,1.20,1.21 Message-ID: <200608021450.k72EowF3018160@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18140 Modified Files: check-mirrors.py Log Message: Created RepoDB for various db functions. This works but is not widly tested. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- check-mirrors.py 1 Aug 2006 19:31:00 -0000 1.20 +++ check-mirrors.py 2 Aug 2006 14:50:55 -0000 1.21 @@ -66,38 +66,82 @@ def errorprint(error): print >> sys.stderr, error -def check_and_make_db(db): - """ - verify that we can create the sqlite DB file - """ - try: - con = sqlite.connect(db) - cursor = con.cursor() - except sqlite.Error, errmsg: - errorprint('Failed to connect to database: %s' % db) - errorprint('Err: %s ' % errmsg) - return None, None +def debugprint(debugmsg): + if debug: + print debugmsg - try: - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" - if debug: - print "Executing %s" % query - cursor.execute(query) - if debug: - print "deleting test %i" % cursor.lastrowid - cursor.execute("delete from mirrors where m_id =" + str(cursor.lastrowid) + ";") - con.commit() - except sqlite.Error, errmsg: - if debug: - print 'db IO test failed: %s' % errmsg - + +class RepoDB: + def __init__(self, db): + (self.dbconn, self.dbcursor) = self.connect(db) + self.initdb(0) + return None + + def connect(self, db): try: - cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') - con.commit() + conn = sqlite.connect(db) + cursor = conn.cursor() except sqlite.Error, errmsg: - errorprint('Err: %s' % errmsg) + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) return None, None - return con, cursor + else: + return(conn, cursor) + + def delete(self, where): + """ Accepts a where clause """ + sql = 'delete from mirrors where %s' % where + if self.run(sql): return True + else: return False + + def run(self, sql): + """ Accepts and runs full sql query """ + try: + debugprint("SQL: %s" % sql) + self.dbcursor.execute(sql) + self.dbconn.commit() + except sqlite.Error, errmsg: + errorprint("Query: %s" % sql) + errorprint("Query Error: %s" % errmsg) + return False + else: + return self.dbcursor.rowcount + + def goodmirror(self, repo, arch, country, url): + """ Update or insert a good mirror """ + if self.run("update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch)): + return True + elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 0, DATETIME('now'));" % (repo, arch, country, url)): + return True + else: + return False + + def badmirror(self, repo, arch, country, url): + """ Update or insert a bad mirror """ + if self.run("update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch)): + return True + elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, '0');" % (repo, arch, country, url)): + return True + else: + return True + + def initdb(self, runno): + """ Initializes the database, creating it if necessary """ + if self.goodmirror('testrepo', 'testarch', 'TS', 'http://testurl/path/to/repo/'): + if self.delete("repo='testrepo' and arch='testarch' and country='TS' and url='http://testurl/path/to/repo/'"): + return True + else: + errorprint('db IO error: could not delete - Exiting') + sys.exit(2) + return False + else: + self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') + if runno == 0: + self.initdb(1) + else: + errorprint('Could not create database - Exiting') + sys.exit(2) # could not create database + return True def check_and_make_dir(dir): @@ -124,41 +168,40 @@ result = True return result -def update_db(repo, arch, country, url, failure, dbconn, dbcursor): - updated = 0 - if not dbcursor: - errorprint('sqlite database check failed') - - if failure: - query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) - else: - query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch) - try: - if debug: - print "Executing: %s" % query - dbcursor.execute(query) - updated = dbcursor.rowcount - dbconn.commit() - except sqlite.Error, errmsg: - errorprint('DBerr: %s ' errmsg) - errorprint(query) - if not updated: - try: - if failure: - lastgoodsql='0' - else: - lastgoodsql="DATETIME('now')" - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) - if debug: - print "Executing: %s" % query - dbcursor.execute(query) - updated = dbcursor.rowcount - dbconn.commit() - except sqlite.Error, errmsg: - errorprint('DBErr: %s' errmsg) - errorprint(query) - return None - return updated +#def update_db(repo, arch, country, url, failure, dbconn, dbcursor): +# updated = 0 +# if not dbcursor: +# errorprint('sqlite database check failed') +# +# if failure: +# query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) +# else: +# try: +# if debug: +# print "Executing: %s" % query +# dbcursor.execute(query) +# updated = dbcursor.rowcount +# dbconn.commit() +# except sqlite.Error, errmsg: +# errorprint('DBerr: %s ' % errmsg) +# errorprint(query) +# if not updated: +# try: +# if failure: +# lastgoodsql='0' +# else: +# lastgoodsql="DATETIME('now')" +# query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) +# if debug: +# print "Executing: %s" % query +# dbcursor.execute(query) +# updated = dbcursor.rowcount +# dbconn.commit() +# except sqlite.Error, errmsg: +# errorprint('DBErr: %s' % errmsg) +# errorprint(query) +# return None +# return updated class RepoData: @@ -395,7 +438,6 @@ # grab the canonical mirrors info for s in sections: mirrors = [] - badmirrors = [] ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) @@ -403,8 +445,9 @@ errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - dbconn, dbcursor = check_and_make_db(s.db) - +# dbconn, dbcursor = check_and_make_db(s.db) + DB = RepoDB(s.db) + if not check_and_make_dir(s.outputpath): errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) continue @@ -460,9 +503,8 @@ if debug: print 'adding to %s: %s' % (m.country, m.url) country_specific[m.country].append(m.url) if not goodmirror: - print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) - if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): - errorprint("Error updating: %s" % url) + debugprint("Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url)) + DB.badmirror(s.mirrorid, arch, m.country, m.url) global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) glob_fo = open(global_file, 'w') for url in glob_urls: @@ -475,8 +517,7 @@ country_fo = open(country_file, 'w') for url in country_specific[code]: country_fo.write('%s\n' % url) - if not update_db(s.mirrorid, arch, code, url, 0, dbconn, dbcursor): - errorprint("Error updating: %s" % url) + DB.goodmirror(s.mirrorid, arch, code, url) new_file_list.append(os.path.normpath(country_file)) # clean up @@ -485,9 +526,6 @@ if fn not in new_file_list: if debug: print "removing old file %s" % fn os.unlink(fn) -# dbconn.close() -# dbcursor.close() - if __name__ == '__main__': if len(sys.argv) < 2: From fedora-extras-commits at redhat.com Wed Aug 2 16:12:08 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 09:12:08 -0700 Subject: check-mirrors check-mirrors.conf,1.7,1.8 Message-ID: <200608021612.k72GC8Sv023952@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23934 Modified Files: check-mirrors.conf Log Message: Added db connection and a [global] section Index: check-mirrors.conf =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- check-mirrors.conf 14 Jul 2006 20:20:46 -0000 1.7 +++ check-mirrors.conf 2 Aug 2006 16:12:06 -0000 1.8 @@ -1,3 +1,7 @@ +[global] +db=/mirrors.db +file_prefix = global + [core-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 outputpath = /var/www/mirrors From fedora-extras-commits at redhat.com Wed Aug 2 16:12:43 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 09:12:43 -0700 Subject: check-mirrors check-mirrors.py,1.21,1.22 Message-ID: <200608021612.k72GCh5t023976@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23958 Modified Files: check-mirrors.py Log Message: Added support for a global section for the db settings Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- check-mirrors.py 2 Aug 2006 14:50:55 -0000 1.21 +++ check-mirrors.py 2 Aug 2006 16:12:41 -0000 1.22 @@ -24,6 +24,7 @@ # - have it accept an option which specifies a section in the config file # to operate on - rather than doing all of them. # - remove deleted mirrors from the database +# - pull mirrors from the database instead of fedora.redhat.com ? debug = True @@ -168,42 +169,6 @@ result = True return result -#def update_db(repo, arch, country, url, failure, dbconn, dbcursor): -# updated = 0 -# if not dbcursor: -# errorprint('sqlite database check failed') -# -# if failure: -# query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) -# else: -# try: -# if debug: -# print "Executing: %s" % query -# dbcursor.execute(query) -# updated = dbcursor.rowcount -# dbconn.commit() -# except sqlite.Error, errmsg: -# errorprint('DBerr: %s ' % errmsg) -# errorprint(query) -# if not updated: -# try: -# if failure: -# lastgoodsql='0' -# else: -# lastgoodsql="DATETIME('now')" -# query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) -# if debug: -# print "Executing: %s" % query -# dbcursor.execute(query) -# updated = dbcursor.rowcount -# dbconn.commit() -# except sqlite.Error, errmsg: -# errorprint('DBErr: %s' % errmsg) -# errorprint(query) -# return None -# return updated - - class RepoData: """represents anything beneath a tag""" def __init__(self, elem): @@ -371,17 +336,31 @@ sections = [] conf = ConfigParser.ConfigParser() conf.read(cfg) - + for section in conf.sections(): item = MirrorListInfo() + broken = False + + + if section.lower() == 'global': + item.mirrorid = '%s' % section + if conf.has_option(section, 'db'): + item.db = conf.get(section, 'db') + else: + errorprint('missing db filename') + broken = True + + if broken: + errorprint("Broooooooooooooken config, in section %s, bailing" % section) + sys.exit(1) + sections.append(item) + continue if conf.has_option(section, 'file_prefix'): item.mirrorid = conf.get(section, 'file_prefix') else: item.mirrorid = '%s' % section - broken = False - if conf.has_option(section, 'inputfile'): item.inputfile = conf.get(section, 'inputfile') else: @@ -400,12 +379,6 @@ errorprint('missing canonical url') broken = True - if conf.has_option(section, 'db'): - item.db = conf.get(section, 'db') - else: - errorprint('missing db filename') - broken = True - if broken: errorprint("Broooooooooooooken config, in section %s, bailing" % section) sys.exit(1) @@ -426,7 +399,6 @@ return sections - def main(cfg_file): if not os.path.exists(cfg_file): errorprint("config file %s does not exist" % cfg_file) @@ -439,14 +411,15 @@ for s in sections: mirrors = [] + if s.mirrorid == 'global': + DB = RepoDB(s.db) + continue + ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) if len(s.mirrorlist) < 1: errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - -# dbconn, dbcursor = check_and_make_db(s.db) - DB = RepoDB(s.db) if not check_and_make_dir(s.outputpath): errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) From fedora-extras-commits at redhat.com Wed Aug 2 16:31:42 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Wed, 2 Aug 2006 09:31:42 -0700 Subject: rpms/pyspi/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608021631.k72GVicw024145@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/pyspi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24125 Modified Files: .cvsignore sources Log Message: Update sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Apr 2006 16:45:22 -0000 1.2 +++ .cvsignore 2 Aug 2006 16:31:41 -0000 1.3 @@ -1 +1 @@ -pyspi-0.5.4.tar.gz +pyspi-0.5.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Apr 2006 16:45:22 -0000 1.2 +++ sources 2 Aug 2006 16:31:42 -0000 1.3 @@ -1 +1 @@ -1640a0ee46d173ed1d0e0ca345f8cd14 pyspi-0.5.4.tar.gz +e530b9bc1588f0d55f8fdb65c66ca18b pyspi-0.5.5.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 16:35:14 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Wed, 2 Aug 2006 09:35:14 -0700 Subject: rpms/dogtail/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608021635.k72GZGC1024228@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24209 Modified Files: .cvsignore sources Log Message: Update sources file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Apr 2006 16:53:40 -0000 1.2 +++ .cvsignore 2 Aug 2006 16:35:14 -0000 1.3 @@ -1 +1 @@ -dogtail-0.5.1.tar.gz +dogtail-0.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Apr 2006 16:53:40 -0000 1.2 +++ sources 2 Aug 2006 16:35:14 -0000 1.3 @@ -1 +1 @@ -69269dd1eef5be141a9e5168af189978 dogtail-0.5.1.tar.gz +877d69a03d820a3a9ed001d307e24bf1 dogtail-0.5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 16:43:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:43:18 -0700 Subject: rpms/amavisd-new/devel amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021643.k72GhK0g024321@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24299 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:03:29 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:43:17 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:03:29 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:43:17 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:44:07 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:44:07 -0700 Subject: rpms/amavisd-new/FC-5 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021644.k72Gi9CC024392@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24370 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:05:20 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:44:07 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:05:20 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:44:07 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:44:43 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:44:43 -0700 Subject: rpms/amavisd-new/FC-4 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021644.k72GijcP024458@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24436 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:06:23 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:44:43 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:06:23 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:44:43 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:45:17 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:45:17 -0700 Subject: rpms/amavisd-new/FC-3 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.4, 1.5 Message-ID: <200608021645.k72GjJdj024526@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24504 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:07:05 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:45:17 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 1 Aug 2006 00:07:05 -0000 1.4 +++ amavisd-new.spec 2 Aug 2006 16:45:17 -0000 1.5 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 17:22:54 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 2 Aug 2006 10:22:54 -0700 Subject: rpms/glibmm24/FC-4 .cvsignore, 1.4, 1.5 glibmm.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608021722.k72HMuLr027294@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27271 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2006 23:37:12 -0000 1.4 +++ .cvsignore 2 Aug 2006 17:22:54 -0000 1.5 @@ -1 +1 @@ -glibmm-2.6.5.tar.bz2 +glibmm-2.6.6.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/glibmm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glibmm.spec 25 Jun 2006 23:37:12 -0000 1.6 +++ glibmm.spec 2 Aug 2006 17:22:54 -0000 1.7 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.6.5 +Version: 2.6.6 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -78,6 +78,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Tue Aug 1 2006 Denis Leroy - 2.6.6-1 +- Update to 2.6.6 + * Sun Jun 25 2006 Denis Leroy - 2.6.5-1 - Update to 2.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jun 2006 23:37:12 -0000 1.5 +++ sources 2 Aug 2006 17:22:54 -0000 1.6 @@ -1 +1 @@ -046d651a6868b46a1f6f09bf208e18ed glibmm-2.6.5.tar.bz2 +36b84658723b6cb4ab5f12edd04558a2 glibmm-2.6.6.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 2 17:54:37 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:54:37 -0700 Subject: rpms/cmake/FC-4 cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.5, 1.6 Message-ID: <200608021754.k72Hsd3Q027488@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27468 Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmake.spec 1 Aug 2006 17:18:16 -0000 1.5 +++ cmake.spec 2 Aug 2006 17:54:37 -0000 1.6 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, xorg-x11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -65,6 +67,9 @@ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 17:55:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:55:32 -0700 Subject: rpms/cmake/FC-5 cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.3, 1.4 Message-ID: <200608021755.k72HtY5S027572@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27537/FC-5 Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmake.spec 1 Aug 2006 17:18:17 -0000 1.3 +++ cmake.spec 2 Aug 2006 17:55:32 -0000 1.4 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -38,12 +40,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT/%{_datadir}/%{name}/Modules -type f | xargs chmod -x -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp cp -a Example $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}/ -install -m 0644 Docs/cmake-syntax.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax/cmake.vim -install -m 0644 Docs/cmake-indent.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent/cmake.vim install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ @@ -61,10 +59,13 @@ %{_datadir}/%{name}/ %{_mandir}/man1/*.1* %{_datadir}/emacs/ -%{_datadir}/vim/ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- vim 7.0 now ships cmake files, so don't ship ours (bug #201018) +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 17:55:33 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:55:33 -0700 Subject: rpms/cmake/devel cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.6, 1.7 Message-ID: <200608021755.k72HtZZV027578@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27537/devel Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cmake.spec 1 Aug 2006 16:46:34 -0000 1.6 +++ cmake.spec 2 Aug 2006 17:55:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -38,12 +40,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT/%{_datadir}/%{name}/Modules -type f | xargs chmod -x -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp cp -a Example $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}/ -install -m 0644 Docs/cmake-syntax.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax/cmake.vim -install -m 0644 Docs/cmake-indent.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent/cmake.vim install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ @@ -61,10 +59,13 @@ %{_datadir}/%{name}/ %{_mandir}/man1/*.1* %{_datadir}/emacs/ -%{_datadir}/vim/ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- vim 7.0 now ships cmake files, so don't ship ours (bug #201018) +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 18:06:59 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Wed, 2 Aug 2006 11:06:59 -0700 Subject: rpms/pdsh/devel pdsh.spec,1.5,1.6 Message-ID: <200608021807.k72I71DS030261@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30240 Modified Files: pdsh.spec Log Message: Hard code readline-devel dependency Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pdsh.spec 31 Jul 2006 23:29:23 -0000 1.5 +++ pdsh.spec 2 Aug 2006 18:06:58 -0000 1.6 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parallel remote shell program @@ -39,8 +39,6 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -437,6 +435,9 @@ %changelog +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Wed Aug 2 18:08:41 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:41 -0700 Subject: rpms/gallery2/FC-5 gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9D0J030465@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/FC-5 Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:55:00 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:41 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:08:40 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:40 -0700 Subject: rpms/gallery2/FC-4 gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9CSo030460@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/FC-4 Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-4/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:54:59 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:40 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:08:42 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:42 -0700 Subject: rpms/gallery2/devel gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9EMS030468@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/devel Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:55:00 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:42 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:46:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:08 -0700 Subject: rpms/zope/FC-3 zope.spec,1.9,1.10 Message-ID: <200608021846.k72IkehR031132@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-3 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-3/zope.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- zope.spec 10 Jul 2006 13:02:44 -0000 1.9 +++ zope.spec 2 Aug 2006 18:46:07 -0000 1.10 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.8.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -49,8 +49,8 @@ %patch0 -p1 -b .config rm -f skel/etc/zope.conf.in.config chmod -x skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -177,6 +177,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.8.0-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.8.0-3 - add Hotfix_20060705 From fedora-extras-commits at redhat.com Wed Aug 2 18:46:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:08 -0700 Subject: rpms/zope/FC-4 zope.spec,1.18,1.19 Message-ID: <200608021846.k72IkeF6031135@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-4 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-4/zope.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- zope.spec 10 Jul 2006 13:02:51 -0000 1.18 +++ zope.spec 2 Aug 2006 18:46:08 -0000 1.19 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.8.3 -Release: 4%{?dist} +Release: 5%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ %patch1 -p1 -b .pythonwarning chmod -x skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -188,6 +188,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.8.3-5 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.8.3-4 - add Hotfix_20060705 From fedora-extras-commits at redhat.com Wed Aug 2 18:46:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:10 -0700 Subject: rpms/zope/devel zope.spec,1.22,1.23 Message-ID: <200608021846.k72Ikgl1031141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/devel Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- zope.spec 10 Jul 2006 17:08:47 -0000 1.22 +++ zope.spec 2 Aug 2006 18:46:09 -0000 1.23 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.3 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ #%patch1 -p1 -b .pythonwarning chmod -x Zope/skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in %build @@ -190,6 +190,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.9.3-3 - try to fix build on x86_64 (take 2) From fedora-extras-commits at redhat.com Wed Aug 2 18:46:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:09 -0700 Subject: rpms/zope/FC-5 zope.spec,1.21,1.22 Message-ID: <200608021846.k72IkfAm031138@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-5 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- zope.spec 10 Jul 2006 17:35:01 -0000 1.21 +++ zope.spec 2 Aug 2006 18:46:09 -0000 1.22 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.3 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ #%patch1 -p1 -b .pythonwarning chmod -x Zope/skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in %build @@ -190,6 +190,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.9.3-3 - try to fix build on x86_64 (take 2) From fedora-extras-commits at redhat.com Wed Aug 2 18:54:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:54:23 -0700 Subject: rpms/xboard/FC-5 xboard.spec,1.5,1.6 Message-ID: <200608021854.k72IsPrc031361@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/FC-5 Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions for chess.png (#200795). Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/FC-5/xboard.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xboard.spec 15 Feb 2006 15:31:34 -0000 1.5 +++ xboard.spec 2 Aug 2006 18:54:23 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 12%{?dist} +Release: 12%{?dist}.1 Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -39,7 +39,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -79,6 +79,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-12.1 +- Security: fix world-writable permissions for chess.png (#200795). + * Wed Feb 15 2006 Chris Ricker 4.2.7-12 - Update for modular X From fedora-extras-commits at redhat.com Wed Aug 2 18:54:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:54:23 -0700 Subject: rpms/xboard/devel xboard.spec,1.6,1.7 Message-ID: <200608021854.k72IsPRu031365@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/devel Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions for chess.png (#200795). Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/devel/xboard.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xboard.spec 24 May 2006 19:26:56 -0000 1.6 +++ xboard.spec 2 Aug 2006 18:54:23 -0000 1.7 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 13%{?dist} +Release: 14%{?dist} Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -41,7 +41,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -81,6 +81,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-14 +- Security: fix world-writable permissions for chess.png (#200795). + * Wed May 24 2006 Chris Ricker 4.2.7-13 - correct debuginfo package generation (bz#192608) From fedora-extras-commits at redhat.com Wed Aug 2 18:56:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:56:46 -0700 Subject: rpms/xboard/FC-4 xboard.spec,1.4,1.5 Message-ID: <200608021856.k72Iummr031487@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31468 Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - 4.2.7-11.1 - Ensure no world-writable permissions for chess.png (#200795). (No build, it's 0664 in the current FE-4 package.) Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/FC-4/xboard.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xboard.spec 16 Jun 2005 16:07:40 -0000 1.4 +++ xboard.spec 2 Aug 2006 18:56:46 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 11%{?dist} +Release: 11%{?dist}.1 Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -36,7 +36,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -76,6 +76,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-11.1 +- Ensure no world-writable permissions for chess.png (#200795). + * Thu Jun 16 2005 Chris Ricker 4.2.7-11%{?dist} - Add more categories to desktop file (BZ #160476) From fedora-extras-commits at redhat.com Wed Aug 2 20:26:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 2 Aug 2006 13:26:49 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.9,1.10 Message-ID: <200608022026.k72KQpdL004710@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4693 Modified Files: gdesklets.spec Log Message: update Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gdesklets.spec 19 Apr 2006 08:15:11 -0000 1.9 +++ gdesklets.spec 2 Aug 2006 20:26:49 -0000 1.10 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8.1%{?dist} +Release: 9%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -95,6 +95,9 @@ %changelog +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 +- Minor update to match Extras name guideline + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8.1 - Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 From fedora-extras-commits at redhat.com Wed Aug 2 20:39:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 13:39:53 -0700 Subject: fedora-rpmdevtools rmdevelrpms,1.2,1.3 rpmdevtools.spec,1.6,1.7 Message-ID: <200608022039.k72Kdrf3004847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4827 Modified Files: rmdevelrpms rpmdevtools.spec Log Message: Treat *-sdk as devel packages in rmdevelrpms (#199909). Index: rmdevelrpms =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdevelrpms 17 Jul 2006 20:53:23 -0000 1.2 +++ rmdevelrpms 2 Aug 2006 20:39:50 -0000 1.3 @@ -25,10 +25,10 @@ import getopt, os, re, rpm, stat, sys, types -__version__ = "1.1" +__version__ = "1.2" -dev_re = re.compile("-de(?:buginfo|vel)\\b") +dev_re = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE) test_re = re.compile("^perl-(?:Devel|ExtUtils|Test)-") lib_re1 = re.compile("^lib.+") lib_re2 = re.compile("-libs?$") @@ -109,12 +109,13 @@ build a new package. By default, the following packages are treated as development ones and are -thus candidates for removal: any package whose name matches "-devel\\b", or -"-debuginfo\\b", except gcc requirements; any package whose name starts with -"perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc"; -packages in the internal list of known development oriented packages (see -def_devpkgs in the source code); packages determined to be development ones -based on some basic heuristic checks on the package\'s contents. +thus candidates for removal: any package whose name matches "-devel\\b", +"-debuginfo\\b", or "-sdk\\b" (case insensitively) except gcc requirements; +any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package +whose name starts with "compat-gcc"; packages in the internal list of known +development oriented packages (see def_devpkgs in the source code); packages +determined to be development ones based on some basic heuristic checks on the +package\'s contents. The default set of packages above is not intended to not reduce a system into a minimal clean build root, but to keep it usable for general purposes while Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rpmdevtools.spec 20 Jul 2006 17:46:34 -0000 1.6 +++ rpmdevtools.spec 2 Aug 2006 20:39:50 -0000 1.7 @@ -112,6 +112,9 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? +- Treat *-sdk as devel packages in rmdevelrpms (#199909). + * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl spec template. From fedora-extras-commits at redhat.com Wed Aug 2 20:41:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 13:41:50 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.7,1.8 rmdevelrpms,1.3,1.4 Message-ID: <200608022041.k72Kfox8004880@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4860 Modified Files: rpmdevtools.spec rmdevelrpms Log Message: Don't assume compface is a devel package in rmdevelrpms. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rpmdevtools.spec 2 Aug 2006 20:39:50 -0000 1.7 +++ rpmdevtools.spec 2 Aug 2006 20:41:47 -0000 1.8 @@ -114,6 +114,7 @@ %changelog * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). +- Don't assume compface is a devel package in rmdevelrpms. * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl Index: rmdevelrpms =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rmdevelrpms 2 Aug 2006 20:39:50 -0000 1.3 +++ rmdevelrpms 2 Aug 2006 20:41:47 -0000 1.4 @@ -41,7 +41,7 @@ def_devpkgs =\ ("autoconf", "autoconf213", "automake", "automake14", "automake15", - "automake16", "automake17", "bison", "byacc", "compface", "dev86", "djbfft", + "automake16", "automake17", "bison", "byacc", "dev86", "djbfft", "docbook-utils-pdf", "doxygen", "flex", "gcc-g77", "gcc-gfortran", "gcc-gnat", "gcc-objc", "gcc32", "gcc34", "gcc34-c++", "gcc34-java", "gcc35", "gcc35-c++", "gcc4", "gcc4-c++", "gcc4-gfortran", "gettext", "glade", "glade2", From fedora-extras-commits at redhat.com Wed Aug 2 21:01:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:01:29 -0700 Subject: rpms/monkey-bubble/devel .cvsignore, 1.3, 1.4 monkey-bubble.spec, 1.5, 1.6 sources, 1.3, 1.4 monkey-bubble-0.3.2-fixes.patch, 1.1, NONE monkey-bubble-0.3.2-gstreamer.patch, 1.1, NONE Message-ID: <200608022102.k72L232Y007493@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7469 Modified Files: .cvsignore monkey-bubble.spec sources Removed Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Apr 2006 21:58:26 -0000 1.3 +++ .cvsignore 2 Aug 2006 21:01:29 -0000 1.4 @@ -1 +1 @@ -monkey-bubble-0.3.2.tar.gz +monkey-bubble-0.4.0.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monkey-bubble.spec 1 May 2006 04:57:38 -0000 1.5 +++ monkey-bubble.spec 2 Aug 2006 21:01:29 -0000 1.6 @@ -1,13 +1,11 @@ Name: monkey-bubble -Version: 0.3.2 +Version: 0.4.0 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz -Patch0: monkey-bubble-0.3.2-gstreamer.patch -Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext BuildRequires: desktop-file-utils scrollkeeper @@ -24,8 +22,6 @@ %prep %setup -q -%patch0 -p1 -z .gstreamer -%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -41,6 +37,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} +#remove scrollkeeper stuff +rm -rf $RPM_BUILD_ROOT/var + # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -104,6 +103,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 0.4.0-1 +- New upstream version 0.4.0 +- Drop upstreamed patches + * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Apr 2006 21:58:26 -0000 1.3 +++ sources 2 Aug 2006 21:01:29 -0000 1.4 @@ -1 +1 @@ -37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz +0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz --- monkey-bubble-0.3.2-fixes.patch DELETED --- --- monkey-bubble-0.3.2-gstreamer.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:02:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 14:02:21 -0700 Subject: owners owners.list,1.1356,1.1357 Message-ID: <200608022102.k72L2sh8007554@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7501 Modified Files: owners.list Log Message: +perl-Maypole (#166203) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1356 retrieving revision 1.1357 diff -u -r1.1356 -r1.1357 --- owners.list 2 Aug 2006 07:04:43 -0000 1.1356 +++ owners.list 2 Aug 2006 21:02:21 -0000 1.1357 @@ -1291,6 +1291,7 @@ Fedora Extras|perl-Math-GMP|High speed arbitrary size integer math|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Math-Pari|Perl interface to PARI|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Math-Round|Perl extension for rounding numbers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Maypole|MVC web application framework|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-Lite|MIME-Lite - low-calorie MIME generator|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-tools|Modules for parsing and creating MIME entities in Perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-Types|MIME types module for Perl|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 2 21:15:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:15:27 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec,1.6,1.7 Message-ID: <200608022115.k72LFT4c008101@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8084 Modified Files: monkey-bubble.spec Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- monkey-bubble.spec 2 Aug 2006 21:01:29 -0000 1.6 +++ monkey-bubble.spec 2 Aug 2006 21:15:27 -0000 1.7 @@ -8,7 +8,7 @@ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper +BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 From fedora-extras-commits at redhat.com Wed Aug 2 21:21:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:21:10 -0700 Subject: rpms/915resolution README,NONE,1.1 Message-ID: <200608022121.k72LLCht008262@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8246 Added Files: README Log Message: some info --- NEW FILE README --- This package is obsolete past FC5, as the intel xorg driver now deals with exactly the circumstances this package was designed to work around. Chris Weyl Wed Aug 2 14:20:47 PDT 2006 From fedora-extras-commits at redhat.com Wed Aug 2 21:21:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:21:55 -0700 Subject: rpms/915resolution/devel 915resolution.spec, 1.3, NONE Makefile, 1.1, NONE README.fedora, 1.1, NONE sources, 1.2, NONE Message-ID: <200608022121.k72LLvNG008285@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8270 Removed Files: 915resolution.spec Makefile README.fedora sources Log Message: package not needed in devel due to xorg/intel updates --- 915resolution.spec DELETED --- --- Makefile DELETED --- --- README.fedora DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:22:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:22:21 -0700 Subject: rpms/915resolution/devel .cvsignore,1.2,NONE Message-ID: <200608022122.k72LMNoB008320@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8305 Removed Files: .cvsignore Log Message: sigh.. --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:34:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:34:46 -0700 Subject: rpms/monkey-bubble/FC-5 .cvsignore, 1.3, 1.4 monkey-bubble.spec, 1.5, 1.6 sources, 1.3, 1.4 monkey-bubble-0.3.2-fixes.patch, 1.1, NONE monkey-bubble-0.3.2-gstreamer.patch, 1.1, NONE Message-ID: <200608022134.k72LYmnJ008460@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8439 Modified Files: .cvsignore monkey-bubble.spec sources Removed Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Apr 2006 22:01:31 -0000 1.3 +++ .cvsignore 2 Aug 2006 21:34:46 -0000 1.4 @@ -1 +1 @@ -monkey-bubble-0.3.2.tar.gz +monkey-bubble-0.4.0.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/monkey-bubble.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monkey-bubble.spec 1 May 2006 05:00:09 -0000 1.5 +++ monkey-bubble.spec 2 Aug 2006 21:34:46 -0000 1.6 @@ -1,16 +1,14 @@ Name: monkey-bubble -Version: 0.3.2 +Version: 0.4.0 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz -Patch0: monkey-bubble-0.3.2-gstreamer.patch -Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper +BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 @@ -24,8 +22,6 @@ %prep %setup -q -%patch0 -p1 -z .gstreamer -%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -41,6 +37,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} +#remove scrollkeeper stuff +rm -rf $RPM_BUILD_ROOT/var + # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -104,6 +103,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 0.4.0-1 +- New upstream version 0.4.0 +- Drop upstreamed patches + * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Apr 2006 22:01:31 -0000 1.3 +++ sources 2 Aug 2006 21:34:46 -0000 1.4 @@ -1 +1 @@ -37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz +0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz --- monkey-bubble-0.3.2-fixes.patch DELETED --- --- monkey-bubble-0.3.2-gstreamer.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 22:02:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 15:02:29 -0700 Subject: rpms/915resolution/devel dead.package,NONE,1.1 Message-ID: <200608022202.k72M2Vbj011260@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11244 Added Files: dead.package Log Message: add dead.package marker --- NEW FILE dead.package --- This package is obsolete past FC5, as the intel xorg driver now deals with exactly the circumstances this package was designed to work around. Chris Weyl Wed Aug 2 14:20:47 PDT 2006 From fedora-extras-commits at redhat.com Wed Aug 2 22:03:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 15:03:49 -0700 Subject: check-mirrors check-mirrors.conf, 1.8, 1.9 check-mirrors.py, 1.22, 1.23 return-mirrorlist.py, 1.8, 1.9 Message-ID: <200608022203.k72M3nKr011292@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11268 Modified Files: check-mirrors.conf check-mirrors.py return-mirrorlist.py Log Message: More db support, web now pulls from db Index: check-mirrors.conf =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- check-mirrors.conf 2 Aug 2006 16:12:06 -0000 1.8 +++ check-mirrors.conf 2 Aug 2006 22:03:46 -0000 1.9 @@ -1,10 +1,9 @@ [global] -db=/mirrors.db -file_prefix = global +db=/tmp/mirrors.db [core-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/5/$ARCH/os/ @@ -12,7 +11,7 @@ [extras-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-extras-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/5/$ARCH/ @@ -20,7 +19,7 @@ [updates-released-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/updates/5/$ARCH/ @@ -28,7 +27,7 @@ [updates-testing-5] inputfile = http://fedora.redhat.com/download/mirrors/updates-testing-fc5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/updates/testing/5/$ARCH/ @@ -36,7 +35,7 @@ [rawhide] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-rawhide -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://download.fedoraproject.org/pub/fedora/linux/core/development/$ARCH/os/ @@ -44,7 +43,7 @@ [extras-devel] inputfile = http://fedora.redhat.com/download/mirrors/fedora-extras-devel -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://download.fedoraproject.org/pub/fedora/linux/extras/development/$ARCH/ Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- check-mirrors.py 2 Aug 2006 16:12:41 -0000 1.22 +++ check-mirrors.py 2 Aug 2006 22:03:46 -0000 1.23 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = True +debug = False __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- return-mirrorlist.py 18 Jul 2006 02:57:09 -0000 1.8 +++ return-mirrorlist.py 2 Aug 2006 22:03:46 -0000 1.9 @@ -41,6 +41,7 @@ import GeoIP import ConfigParser import cgi +import sqlite # - separate cgi script needed to return the proper geoip-based file for # the requesting client's country, if it exists, otherwise return the global @@ -48,25 +49,79 @@ class ConfigHolder(object): pass + +class RepoDB: + def __init__(self, db): + (self.dbconn, self.dbcursor) = self.connect(db) + return None + + def connect(self, db): + try: + conn = sqlite.connect(db) + cursor = conn.cursor() + except sqlite.Error, errmsg: + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) + return None, None + else: + return(conn, cursor) + def getMirrors(self, repo, arch, country): + + if country.lower() == 'global': + countrysql = "" + else: + countrysql = "and country='%s'" % country + try: + self.dbcursor.execute('SELECT url FROM mirrors where repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + except sqlite.Error, err: + print "%s" % err + + dataList = [] + for row in self.dbcursor.fetchall(): + dataList.append([ item for item in row]) + return dataList + + def printMirrors(self, repo, arch, country): + rows = self.getMirrors(repo, arch, country) + results = 0 + for row in rows: + for field in row: + print "%s" % field + results = results + 1 + + if results == 0: + print "# No results found for country: %s\n# Defaulting to global" % country + self.printMirrors(repo, arch, 'global') + else: + return True + + + def close(self): + self.dbconn.cursor() + self.dbconn.close() + def get_config(cnf_fn): conf = ConfigParser.ConfigParser() conf.read(cnf_fn) config = ConfigHolder() config.paths = {} config.prefixes = {} + config.dbpath = "" for section in conf.sections(): + if section.lower() == 'global': + config.dbpath = conf.get(section, 'db') + continue if conf.has_option(section, 'outputpath'): config.paths[section] = conf.get(section, 'outputpath') if conf.has_option(section, 'file_prefix'): config.prefixes[section] = conf.get(section, 'file_prefix') else: config.prefixes[section] = '%s' % section - + return config - - + def sanity_check(config, form): errors = [] if not form.has_key('repo') or not form['repo'].value: @@ -89,7 +144,6 @@ msg = "# no arch specified" errors.append(msg) return errors - return errors @@ -97,6 +151,8 @@ config = get_config(CONFIG) form = cgi.FieldStorage() errors = sanity_check(config, form) + DB = RepoDB(config.dbpath) + if errors: for error in errors: print '%s' % error @@ -134,7 +190,6 @@ if not country_list: country_list = ['global'] - # if they didn't specify a country name in the variables and their country code # doesn't exist - then give them global if not country_specified: @@ -145,8 +200,6 @@ if country_list[0] != 'global' and not os.path.exists(rp): country_list = ['global'] - - for country in country_list: return_file = '%s/%s-%s-%s.txt' % (lists_path, prefix, country, arch) rp = os.path.realpath(return_file) @@ -154,21 +207,23 @@ if not rp.startswith(lists_path): print "# someone is messing with the path via get-string %s not inside %s" % (rp, lists_path) continue - + if not os.path.exists(return_file): print '# no file found for repo = %s, country = %s, arch = %s' % (repo, country, arch) print '# filename was: %s' % os.path.basename(return_file) continue - print '# repo = %s country = %s arch = %s ' % (repo, country, arch) - fo = open(return_file, 'r') - for line in fo.readlines(): - line = line.replace('\n', '') - print line - - fo.close() + DB.printMirrors(repo, arch, country) + +# fo = open(return_file, 'r') +# for line in fo.readlines(): +# line = line.replace('\n', '') +# print line +# +# fo.close() + DB.close() if __name__ == '__main__': main() From fedora-extras-commits at redhat.com Wed Aug 2 22:06:17 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 2 Aug 2006 15:06:17 -0700 Subject: rpms/gauche-gl/devel gauche-gl.spec,1.1,1.2 Message-ID: <200608022206.k72M6J0g011375@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11358/devel Modified Files: gauche-gl.spec Log Message: Index: gauche-gl.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gl/devel/gauche-gl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gauche-gl.spec 9 May 2006 19:27:29 -0000 1.1 +++ gauche-gl.spec 2 Aug 2006 22:06:17 -0000 1.2 @@ -2,7 +2,7 @@ Name: gauche-gl Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL binding for Gauche Group: Development/Languages From fedora-extras-commits at redhat.com Wed Aug 2 22:09:40 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 2 Aug 2006 15:09:40 -0700 Subject: rpms/scons/devel scons.spec,1.7,1.8 Message-ID: <200608022209.k72M9g5I011458@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441/devel Modified Files: scons.spec Log Message: Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- scons.spec 16 Mar 2006 22:51:29 -0000 1.7 +++ scons.spec 2 Aug 2006 22:09:40 -0000 1.8 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An Open Source software construction tool From fedora-extras-commits at redhat.com Thu Aug 3 00:24:19 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 17:24:19 -0700 Subject: rpms/htmldoc/devel .cvsignore, 1.2, 1.3 htmldoc.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608030024.k730OLs3021204@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21173 Modified Files: .cvsignore htmldoc.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jun 2006 23:49:04 -0000 1.2 +++ .cvsignore 3 Aug 2006 00:24:18 -0000 1.3 @@ -1 +1 @@ -htmldoc-1.8.26-source.tar.bz2 +htmldoc-1.8.27-source.tar.bz2 Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/htmldoc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- htmldoc.spec 1 Jun 2006 23:49:04 -0000 1.1 +++ htmldoc.spec 3 Aug 2006 00:24:18 -0000 1.2 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist} +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,27 +14,31 @@ BuildRequires: fltk-devel libXpm-devel desktop-file-utils #Requires: + %description HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -62,7 +66,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -91,10 +94,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -106,7 +109,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Wed May 31 2006 Adam Goode - 1.8.26-4 - Fix hardcoded documentation path in configure - Add help.html to documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 00:24:18 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 00:51:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:51:33 -0700 Subject: rpms/freeciv/FC-3 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.7, 1.8 Message-ID: <200608030051.k730pZAP021356@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21334 Modified Files: freeciv-security.patch freeciv.spec Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-3 - Update security patch. freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 16:50:54 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:51:32 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- freeciv.spec 1 Aug 2006 16:50:54 -0000 1.7 +++ freeciv.spec 3 Aug 2006 00:51:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -93,6 +93,9 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-3 +- Update security patch. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-2 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:52:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:52:25 -0700 Subject: rpms/freeciv/FC-4 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.17, 1.18 Message-ID: <200608030052.k730qR9R021437@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415 Modified Files: freeciv-security.patch freeciv.spec Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-4 - Update security patch. freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 16:52:17 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:52:25 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- freeciv.spec 1 Aug 2006 16:52:17 -0000 1.17 +++ freeciv.spec 3 Aug 2006 00:52:25 -0000 1.18 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-4 +- Update security patch. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-3 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:52:36 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:52:36 -0700 Subject: rpms/iksemel/devel iksemel.spec,1.1,1.2 Message-ID: <200608030052.k730qchx021491@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21443 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/devel/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:52:36 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 00:53:53 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:53:53 -0700 Subject: rpms/freeciv/FC-5 freeciv-button-style.patch, NONE, 1.1 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.22, 1.23 Message-ID: <200608030053.k730rtLx021592@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21567 Modified Files: freeciv-security.patch freeciv.spec Added Files: freeciv-button-style.patch Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-5 - Update security patch. - Add patch to fix turn done buttons style. freeciv-button-style.patch: --- NEW FILE freeciv-button-style.patch --- diff -ur freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c --- freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c 2005-12-26 17:53:53.000000000 -0500 +++ freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c 2006-08-01 14:34:54.000000000 -0400 @@ -853,7 +853,7 @@ if (!(style = gtk_rc_get_style(turn_done_button))) { style = turn_done_button->style; } - gtk_widget_set_style(turn_done_button, gtk_style_copy(style)); + gtk_widget_modify_style(turn_done_button, gtk_style_copy(style)); gtk_table_attach_defaults(GTK_TABLE(table), turn_done_button, 0, 10, 2, 3); freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 17:03:46 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:53:53 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- freeciv.spec 1 Aug 2006 17:03:46 -0000 1.22 +++ freeciv.spec 3 Aug 2006 00:53:53 -0000 1.23 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -13,6 +13,7 @@ Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch Patch3: %{name}-security.patch +Patch4: %{name}-button-style.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -37,6 +38,7 @@ %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill %patch3 -p1 -b .security +%patch4 -p1 -b .button %build %configure --enable-client=gtk2 @@ -93,6 +95,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-5 +- Update security patch. +- Add patch to fix turn done buttons style. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-4 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:54:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:54:14 -0700 Subject: rpms/iksemel/FC-5 iksemel.spec,1.1,1.2 Message-ID: <200608030054.k730sGQ8021653@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21636 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/FC-5/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:54:14 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 00:54:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:54:54 -0700 Subject: rpms/freeciv/devel freeciv-button-style.patch, NONE, 1.1 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.22, 1.23 Message-ID: <200608030054.k730suTk021737@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21712 Modified Files: freeciv-security.patch freeciv.spec Added Files: freeciv-button-style.patch Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-6 - Update security patch. - Add patch to fix turn done buttons style. freeciv-button-style.patch: --- NEW FILE freeciv-button-style.patch --- diff -ur freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c --- freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c 2005-12-26 17:53:53.000000000 -0500 +++ freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c 2006-08-01 14:34:54.000000000 -0400 @@ -853,7 +853,7 @@ if (!(style = gtk_rc_get_style(turn_done_button))) { style = turn_done_button->style; } - gtk_widget_set_style(turn_done_button, gtk_style_copy(style)); + gtk_widget_modify_style(turn_done_button, gtk_style_copy(style)); gtk_table_attach_defaults(GTK_TABLE(table), turn_done_button, 0, 10, 2, 3); freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 17:04:48 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:54:54 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- freeciv.spec 1 Aug 2006 17:04:48 -0000 1.22 +++ freeciv.spec 3 Aug 2006 00:54:54 -0000 1.23 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -13,6 +13,7 @@ Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch Patch3: %{name}-security.patch +Patch4: %{name}-button-style.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -37,6 +38,7 @@ %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill %patch3 -p1 -b .security +%patch4 -p1 -b .button %build @@ -95,6 +97,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-6 +- Update security patch. +- Add patch to fix turn done buttons style. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-5 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:55:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:55:17 -0700 Subject: rpms/iksemel/FC-4 iksemel.spec,1.1,1.2 Message-ID: <200608030055.k730tJGH021798@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21781 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/FC-4/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:55:17 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 01:12:37 2006 From: fedora-extras-commits at redhat.com (Dennis Gregorovic (dgregor)) Date: Wed, 2 Aug 2006 18:12:37 -0700 Subject: rpms/perl-Config-Record/devel .cvsignore, 1.2, 1.3 perl-Config-Record.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608030112.k731CdOb024512@cvs-int.fedora.redhat.com> Author: dgregor Update of /cvs/extras/rpms/perl-Config-Record/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24491 Modified Files: .cvsignore perl-Config-Record.spec sources Log Message: version 1.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Apr 2005 19:57:53 -0000 1.2 +++ .cvsignore 3 Aug 2006 01:12:37 -0000 1.3 @@ -1 +1 @@ -Config-Record-1.1.0.tar.gz +Config-Record-1.1.1.tar.gz Index: perl-Config-Record.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/perl-Config-Record.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Config-Record.spec 22 Apr 2005 15:19:59 -0000 1.3 +++ perl-Config-Record.spec 3 Aug 2006 01:12:37 -0000 1.4 @@ -1,14 +1,14 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Config-Record -Version: 1.1.0 -Release: 2 +Version: 1.1.1 +Release: 1 Summary: Perl module for Configuration file access Group: Development/Libraries License: GPL URL: http://search.cpan.org/dist/Config-Record/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.0.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -54,6 +54,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 - 1.1.1-1 +- Update to 1.1.1 + * Fri Apr 22 2005 Oliver Falk - 1.1.0-1_FC4 - Make devel branch RPM newer than the one in FC3 tree, by adding FC4 to the release tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Apr 2005 19:57:53 -0000 1.2 +++ sources 3 Aug 2006 01:12:37 -0000 1.3 @@ -1 +1 @@ -ea88d88c49e57a8999ae6ca0cee8c76e Config-Record-1.1.0.tar.gz +d5170d92989313a8b5f0ceac3aa829ef Config-Record-1.1.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 01:39:33 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 18:39:33 -0700 Subject: check-mirrors check-mirrors.py, 1.23, 1.24 return-mirrorlist.py, 1.9, 1.10 Message-ID: <200608030139.k731dXTq024704@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24684 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: return-mirrorlist.py now only prints good mirrors Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- check-mirrors.py 2 Aug 2006 22:03:46 -0000 1.23 +++ check-mirrors.py 3 Aug 2006 01:39:31 -0000 1.24 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = False +debug = True __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- return-mirrorlist.py 2 Aug 2006 22:03:46 -0000 1.9 +++ return-mirrorlist.py 3 Aug 2006 01:39:31 -0000 1.10 @@ -18,8 +18,9 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. +# - Buhhh, only display good mirrors -debug = False +debug = True # prettier errors print 'Content-type: text/plain' @@ -73,7 +74,7 @@ else: countrysql = "and country='%s'" % country try: - self.dbcursor.execute('SELECT url FROM mirrors where repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + self.dbcursor.execute('SELECT url FROM mirrors where failures=0 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) except sqlite.Error, err: print "%s" % err From fedora-extras-commits at redhat.com Thu Aug 3 01:40:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 18:40:41 -0700 Subject: check-mirrors check-mirrors.py, 1.24, 1.25 return-mirrorlist.py, 1.10, 1.11 Message-ID: <200608030140.k731eflF024730@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24710 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: Disabled debug Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- check-mirrors.py 3 Aug 2006 01:39:31 -0000 1.24 +++ check-mirrors.py 3 Aug 2006 01:40:38 -0000 1.25 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = True +debug = False __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- return-mirrorlist.py 3 Aug 2006 01:39:31 -0000 1.10 +++ return-mirrorlist.py 3 Aug 2006 01:40:38 -0000 1.11 @@ -18,9 +18,8 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. -# - Buhhh, only display good mirrors -debug = True +debug = False # prettier errors print 'Content-type: text/plain' From fedora-extras-commits at redhat.com Thu Aug 3 02:21:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 19:21:58 -0700 Subject: rpms/htmldoc/FC-5 htmldoc.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608030222.k732M0e6027512@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27489 Modified Files: htmldoc.spec sources Log Message: new upstream release Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-5/htmldoc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- htmldoc.spec 1 Jun 2006 23:49:04 -0000 1.1 +++ htmldoc.spec 3 Aug 2006 02:21:58 -0000 1.2 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist} +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,27 +14,31 @@ BuildRequires: fltk-devel libXpm-devel desktop-file-utils #Requires: + %description HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -62,7 +66,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -91,10 +94,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -106,7 +109,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Wed May 31 2006 Adam Goode - 1.8.26-4 - Fix hardcoded documentation path in configure - Add help.html to documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 02:21:58 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 02:26:07 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 19:26:07 -0700 Subject: rpms/htmldoc/FC-4 htmldoc.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608030226.k732Q9pb027589@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27570 Modified Files: htmldoc.spec sources Log Message: new upstream release Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-4/htmldoc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- htmldoc.spec 5 Jun 2006 06:47:57 -0000 1.2 +++ htmldoc.spec 3 Aug 2006 02:26:07 -0000 1.3 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist}.1 +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,23 +22,26 @@ HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -66,7 +69,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -95,10 +97,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -110,7 +112,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Mon Jun 5 2006 Adam Goode - 1.8.26-4.1 - Build fix for FC4 (xorg package) - desktop-file-utils fix for FC4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 02:26:07 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 02:48:13 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 19:48:13 -0700 Subject: check-mirrors ChangeLog, 1.1, 1.2 check-mirrors.py, 1.25, 1.26 return-mirrorlist.py, 1.11, 1.12 Message-ID: <200608030248.k732mDIn027819@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27798 Modified Files: ChangeLog check-mirrors.py return-mirrorlist.py Log Message: Version update. Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Jul 2006 03:40:07 -0000 1.1 +++ ChangeLog 3 Aug 2006 02:48:11 -0000 1.2 @@ -1,20 +1,205 @@ -2006-07-09 19:47 mmcgrath +2006-08-02 20:40 mmcgrath - * foolist, samplelist: File rename + * check-mirrors.py, return-mirrorlist.py: Disabled debug -2006-07-09 19:41 skvidal +2006-08-02 20:39 mmcgrath - * check-mirrors.conf, check-mirrors.py, mirror-check.conf: - remove mirror-check.conf add check-mirrors.conf to make the naming - consistent check in new version of script + * check-mirrors.py, return-mirrorlist.py: return-mirrorlist.py now + only prints good mirrors -2006-07-09 19:21 mmcgrath +2006-08-02 17:03 mmcgrath - * LICENSE, check-mirrors.py, foolist, mirror-check.conf: initial - import + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.py: More + db support, web now pulls from db + +2006-08-02 11:12 mmcgrath + + * check-mirrors.py: Added support for a global section for the db + settings + +2006-08-02 11:12 mmcgrath + + * check-mirrors.conf: Added db connection and a [global] section + +2006-08-02 09:50 mmcgrath + + * check-mirrors.py: Created RepoDB for various db functions. This + works but is not widly tested. + +2006-08-01 14:31 skvidal + + * check-mirrors.py: + fix the bug florian pointed out + +2006-08-01 14:24 skvidal + + * check-mirrors.py: + clean up some of the perl-isms from mmcgrath's checkin + +2006-08-01 14:15 skvidal + + * check-mirrors.py: + fix eclipse fucking up all the ( and ) with spaces. + +2006-08-01 14:08 mmcgrath + + * check-mirrors.py: Initial creation of a db backend. Still lots + of work to do but this works. + +2006-07-17 21:57 skvidal + + * return-mirrorlist.py: + allow country to be a list of country codes + +2006-07-17 16:34 skvidal + + * return-mirrorlist.py: + add a TODO to remember later + +2006-07-17 15:43 skvidal + + * return-mirrorlist.py: + make sure global is returned if the requesting url does not + specify a country in the get + +2006-07-17 13:28 skvidal + + * check-mirrors.py: + move where mirrors is created so we don't end up with too much in + our output files + +2006-07-16 09:10 skvidal + + * check-mirrors.py: + typo + +2006-07-16 09:08 skvidal + + * check-mirrors.py: + fix urlgrabber time out error + +2006-07-14 15:20 skvidal + + * check-mirrors.conf: + ppc not pc + +2006-07-14 13:46 skvidal + + * check-mirrors.py: + make error print more informative + +2006-07-14 13:31 skvidal + + * check-mirrors.conf: fix outputath to be outputpath + +2006-07-14 13:14 skvidal + + * check-mirrors.py: + fix for mirror in list with unresolveable address + +2006-07-13 10:24 skvidal + + * check-mirrors.conf: + add in the other things we have mirrored -2006-07-09 19:21 mmcgrath +2006-07-13 10:06 skvidal + + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.conf, + return-mirrorlist.py: + modify both scripts to use the same config file remove + return-mirrorlist config file. + +2006-07-12 10:30 skvidal + + * check-mirrors.py: + fix removal of old files: note: /var/www/mirrors/foo != + /var/lib/mirrors//foo + + *sigh* + +2006-07-12 07:45 skvidal + + * check-mirrors.py: + add some debug strings + +2006-07-11 15:17 skvidal + + * check-mirrors.py: change ordering of negation in if statement :) + +2006-07-11 15:17 skvidal + + * check-mirrors.py: + clean up old country-specific files when we make lists + +2006-07-11 10:57 skvidal + + * check-mirrors.py: + - make sure files overwrite the old ones - add FIXME for + potential problem + +2006-07-11 10:17 skvidal + + * return-mirrorlist.conf, return-mirrorlist.py: + add file_prefix config option to keep naming flexible + +2006-07-11 10:05 skvidal + + * return-mirrorlist.py: + - sanitize some of the input from the get strings - just for + safety's sake - thanks to Konstantin Ryabitsev for the suggestion + of using os.path.realpath() + +2006-07-11 09:39 skvidal + + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.conf: + - check-mirrors can now use a url for the inputfile - clean up + outputs + +2006-07-10 16:09 skvidal + + * return-mirrorlist.conf, return-mirrorlist.py: + add conf file for cgi make cgi functional + http://server/cgi-bin/return-mirrorlist.py?repo=somename&arch=i386&country=country_code + + are accepted options + +2006-07-09 23:44 skvidal + + * check-mirrors.conf: hint at samplelist + +2006-07-09 23:38 skvidal + + * check-mirrors.py, return-mirrorlist.py: + - add stub for cgi - make it default to /etc/check-mirrors.conf - + clean up todos + +2006-07-09 23:32 skvidal + + * check-mirrors.py: + update todo list + +2006-07-09 22:40 skvidal + + * ChangeLog: + adding changelog - only update this using cvs2cl, please + +2006-07-09 18:47 mmcgrath + + * foolist, samplelist: File rename + +2006-07-09 18:41 skvidal + + * check-mirrors.conf, check-mirrors.py, mirror-check.conf: + remove mirror-check.conf add check-mirrors.conf to make the + naming consistent check in new version of script + +2006-07-09 18:21 mmcgrath * LICENSE, check-mirrors.py, foolist, mirror-check.conf: Initial - revision + revision + +2006-07-09 18:21 mmcgrath + + * LICENSE, check-mirrors.py, foolist, mirror-check.conf: initial + import Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- check-mirrors.py 3 Aug 2006 01:40:38 -0000 1.25 +++ check-mirrors.py 3 Aug 2006 02:48:11 -0000 1.26 @@ -31,7 +31,7 @@ __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' -VERSION = '0.1' +VERSION = '0.2' import os Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- return-mirrorlist.py 3 Aug 2006 01:40:38 -0000 1.11 +++ return-mirrorlist.py 3 Aug 2006 02:48:11 -0000 1.12 @@ -33,7 +33,7 @@ __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' -VERSION = '0.1' +VERSION = '0.2' import os From fedora-extras-commits at redhat.com Thu Aug 3 02:53:00 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:53:00 -0700 Subject: rpms/perl-Apache-Session-Wrapper/FC-5 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r2pI027907@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/FC-5 Modified Files: perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:38 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:52:59 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:38 -0000 1.4 +++ sources 3 Aug 2006 02:52:59 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:52:59 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:52:59 -0700 Subject: rpms/perl-Apache-Session-Wrapper/FC-4 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r1C0027904@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/FC-4 Modified Files: perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:37 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:52:59 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:37 -0000 1.4 +++ sources 3 Aug 2006 02:52:59 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:53:00 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:53:00 -0700 Subject: rpms/perl-Apache-Session-Wrapper/devel .cvsignore, 1.4, 1.5 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r2gO027913@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/devel Modified Files: .cvsignore perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jul 2006 14:50:39 -0000 1.4 +++ .cvsignore 3 Aug 2006 02:53:00 -0000 1.5 @@ -1,3 +1,4 @@ Apache-Session-Wrapper-0.25.tar.gz Apache-Session-Wrapper-0.26.tar.gz Apache-Session-Wrapper-0.29.tar.gz +Apache-Session-Wrapper-0.31.tar.gz Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:39 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:53:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:39 -0000 1.4 +++ sources 3 Aug 2006 02:53:00 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:20 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:20 -0700 Subject: rpms/perl-Class-Accessor/FC-4 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uM8X028092@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/FC-4 Modified Files: perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-4/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:30 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:20 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:30 -0000 1.4 +++ sources 3 Aug 2006 02:56:20 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:21 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:21 -0700 Subject: rpms/perl-Class-Accessor/FC-5 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uNot028097@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/FC-5 Modified Files: perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-5/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:30 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:21 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:30 -0000 1.4 +++ sources 3 Aug 2006 02:56:21 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:22 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:22 -0700 Subject: rpms/perl-Class-Accessor/devel .cvsignore, 1.4, 1.5 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uOeE028103@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/devel Modified Files: .cvsignore perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Mar 2006 19:53:31 -0000 1.4 +++ .cvsignore 3 Aug 2006 02:56:22 -0000 1.5 @@ -1,3 +1,4 @@ Class-Accessor-0.19.tar.gz Class-Accessor-0.22.tar.gz Class-Accessor-0.25.tar.gz +Class-Accessor-0.27.tar.gz Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:31 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:22 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:31 -0000 1.4 +++ sources 3 Aug 2006 02:56:22 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:55 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:55 -0700 Subject: rpms/perl-Image-ExifTool/FC-4 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335R5l030870@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/FC-4 Modified Files: perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:44:54 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:54 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:34 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:46 -0000 1.6 +++ sources 3 Aug 2006 03:04:54 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:56 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:56 -0700 Subject: rpms/perl-Image-ExifTool/devel .cvsignore, 1.6, 1.7 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335Ss6030884@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/devel Modified Files: .cvsignore perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 15:13:47 -0000 1.6 +++ .cvsignore 3 Aug 2006 03:04:56 -0000 1.7 @@ -3,3 +3,4 @@ Image-ExifTool-6.09.tar.gz Image-ExifTool-6.15.tar.gz Image-ExifTool-6.26.tar.gz +Image-ExifTool-6.30.tar.gz perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:45:01 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:56 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:35 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:47 -0000 1.6 +++ sources 3 Aug 2006 03:04:56 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:55 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:55 -0700 Subject: rpms/perl-Image-ExifTool/FC-5 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335RkF030875@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/FC-5 Modified Files: perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:44:55 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:55 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:35 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:55 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:46 -0000 1.6 +++ sources 3 Aug 2006 03:04:55 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 04:25:17 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:17 -0700 Subject: rpms/nagios/FC-5 nagios.spec,1.17,1.18 Message-ID: <200608030425.k734PJbC001353@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-5 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-5/nagios.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nagios.spec 14 Jul 2006 16:43:54 -0000 1.17 +++ nagios.spec 3 Aug 2006 04:25:17 -0000 1.18 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:16 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:16 -0700 Subject: rpms/nagios/FC-4 nagios.spec,1.17,1.18 Message-ID: <200608030425.k734PIi2001351@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-4 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-4/nagios.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nagios.spec 14 Jul 2006 16:43:54 -0000 1.17 +++ nagios.spec 3 Aug 2006 04:25:16 -0000 1.18 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:18 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:18 -0700 Subject: rpms/nagios/devel nagios.spec,1.23,1.24 Message-ID: <200608030425.k734PKUH001357@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/devel Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/devel/nagios.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- nagios.spec 14 Jul 2006 15:49:35 -0000 1.23 +++ nagios.spec 3 Aug 2006 04:25:18 -0000 1.24 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:16 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:16 -0700 Subject: rpms/nagios/FC-3 nagios.spec,1.10,1.11 Message-ID: <200608030425.k734PmLC001362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-3 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-3/nagios.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios.spec 14 Jul 2006 16:43:53 -0000 1.10 +++ nagios.spec 3 Aug 2006 04:25:16 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 05:00:40 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 2 Aug 2006 22:00:40 -0700 Subject: kadischi/rc userhome.sh,1.5,1.6 Message-ID: <200608030500.k7350edY001659@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/rc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1637/kadischi/rc Modified Files: userhome.sh Log Message: Allow home to be mounted and store our user data. Index: userhome.sh =================================================================== RCS file: /cvs/devel/kadischi/rc/userhome.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- userhome.sh 31 Jul 2006 02:54:15 -0000 1.5 +++ userhome.sh 3 Aug 2006 05:00:38 -0000 1.6 @@ -8,8 +8,8 @@ introduction() { - fstype="$fstype $(zenity --title "$TITLE" --question --text "This menu was designed to allow a user to mount a device under /home to store specific \ -user data and configurations, specifically the user's home. Would you like to continue?" \ + fstype="$fstype $(zenity --title "$TITLE" --question --text "This menu is designed to allow a user to mount a device under /home to store specific \ +user data and configurations, would you like to continue?" \ --height=300 --width=300)" [ "$(echo $?)" != "0" ] && exit 1 } @@ -51,9 +51,13 @@ } do_mount() { - umount /home + tar -cf /tmp/home.tar /home + umount -l /home mount -t $fstype $partition /home if [ "$?" -eq "0" ]; then + tar --directory / -xf /tmp/home.tar && rm -rf /tmp/home.tar + fi + if [ "$?" -eq "0" ]; then zenity --title "Kadischi User Data" --info --text "Success! Mounted $partition on /home as $fstype, If a non-root user doesn't already exist, create one now and logout, then log back in as your user." sleep 20 exit 0 From fedora-extras-commits at redhat.com Thu Aug 3 05:39:37 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:39:37 -0700 Subject: rpms/torque/devel torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.10, 1.11 Message-ID: <200608030539.k735ddBY004403@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4383 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- torque.spec 1 Aug 2006 23:22:12 -0000 1.10 +++ torque.spec 3 Aug 2006 05:39:37 -0000 1.11 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:51:13 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:51:13 -0700 Subject: rpms/torque/FC-5 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.10, 1.11 Message-ID: <200608030551.k735pFmL004541@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4521 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/torque.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- torque.spec 1 Aug 2006 23:40:13 -0000 1.10 +++ torque.spec 3 Aug 2006 05:51:13 -0000 1.11 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:51:43 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:51:43 -0700 Subject: rpms/torque/FC-4 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.8, 1.9 Message-ID: <200608030551.k735pjXU004610@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4590 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/torque.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- torque.spec 1 Aug 2006 23:41:01 -0000 1.8 +++ torque.spec 3 Aug 2006 05:51:43 -0000 1.9 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:52:26 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:52:26 -0700 Subject: rpms/torque/FC-3 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.8, 1.9 Message-ID: <200608030552.k735qSL3004679@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4659 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/torque.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- torque.spec 1 Aug 2006 23:42:04 -0000 1.8 +++ torque.spec 3 Aug 2006 05:52:26 -0000 1.9 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 06:31:12 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 23:31:12 -0700 Subject: rpms/monkey-bubble/FC-5 monkey-bubble-0.3.2-fixes.patch, 1.2, 1.3 monkey-bubble-0.3.2-gstreamer.patch, 1.2, 1.3 .cvsignore, 1.4, 1.5 monkey-bubble.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608030631.k736VE7I007490@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7459 Modified Files: .cvsignore monkey-bubble.spec sources Added Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: Revert to 0.3.2 for FC-5 as 0.4.0 requires a newer gtk then is available in FC-5 monkey-bubble-0.3.2-fixes.patch: Index: monkey-bubble-0.3.2-fixes.patch =================================================================== RCS file: monkey-bubble-0.3.2-fixes.patch diff -N monkey-bubble-0.3.2-fixes.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ monkey-bubble-0.3.2-fixes.patch 3 Aug 2006 06:31:12 -0000 1.3 @@ -0,0 +1,101 @@ +--- monkey-bubble-0.3.2/src/ui/ui-network-client.c.fixes 2004-06-29 08:53:46.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/ui-network-client.c 2006-04-30 21:02:10.000000000 +0200 +@@ -145,21 +145,21 @@ + list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_BOOLEAN,G_TYPE_BOOLEAN); + + column = gtk_tree_view_column_new_with_attributes("Player name",gtk_cell_renderer_text_new(), +- "text",0); ++ "text",0, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Owner",gtk_cell_renderer_toggle_new(), +- "active",1); ++ "active",1, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Ready",gtk_cell_renderer_toggle_new(), +- "active",2); ++ "active",2, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + +--- monkey-bubble-0.3.2/src/ui/ui-network-server.c.fixes 2004-06-29 08:53:46.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/ui-network-server.c 2006-04-30 21:02:10.000000000 +0200 +@@ -155,21 +155,21 @@ + list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_BOOLEAN,G_TYPE_BOOLEAN); + + column = gtk_tree_view_column_new_with_attributes("Player name",gtk_cell_renderer_text_new(), +- "text",0); ++ "text",0, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Owner",gtk_cell_renderer_toggle_new(), +- "active",1); ++ "active",1, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Ready",gtk_cell_renderer_toggle_new(), +- "active",2); ++ "active",2, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + +--- monkey-bubble-0.3.2/src/ui/eggcellrendererkeys.c.fixes 2004-06-29 08:53:44.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/eggcellrendererkeys.c 2006-04-30 21:05:22.000000000 +0200 +@@ -519,6 +519,7 @@ + EggCellRendererKeys *keys; + GtkWidget *label; + GtkWidget *eventbox; ++ GtkWidget **double_ptr; + + celltext = GTK_CELL_RENDERER_TEXT (cell); + keys = EGG_CELL_RENDERER_KEYS (cell); +@@ -551,8 +552,9 @@ + eventbox = g_object_new (pointless_eventbox_subclass_get_type (), + NULL); + keys->edit_widget = eventbox; ++ double_ptr = &(keys->edit_widget); + g_object_add_weak_pointer (G_OBJECT (keys->edit_widget), +- (void**) &keys->edit_widget); ++ (void**) double_ptr); + + label = gtk_label_new (NULL); + gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); +@@ -586,9 +588,9 @@ + } + + void +-egg_cell_renderer_keys_set_accelerator (EggCellRendererKeys *keys, +- guint keyval, +- GdkModifierType mask) ++egg_cell_renderer_keys_set_accelerator (EggCellRendererKeys *keys, ++ guint keyval, ++ EggVirtualModifierType mask) + { + char *text; + gboolean changed; +@@ -628,9 +630,9 @@ + } + + void +-egg_cell_renderer_keys_get_accelerator (EggCellRendererKeys *keys, +- guint *keyval, +- GdkModifierType *mask) ++egg_cell_renderer_keys_get_accelerator (EggCellRendererKeys *keys, ++ guint *keyval, ++ EggVirtualModifierType *mask) + { + g_return_if_fail (EGG_IS_CELL_RENDERER_KEYS (keys)); + monkey-bubble-0.3.2-gstreamer.patch: Index: monkey-bubble-0.3.2-gstreamer.patch =================================================================== RCS file: monkey-bubble-0.3.2-gstreamer.patch diff -N monkey-bubble-0.3.2-gstreamer.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ monkey-bubble-0.3.2-gstreamer.patch 3 Aug 2006 06:31:12 -0000 1.3 @@ -0,0 +1,420 @@ +--- monkey-bubble-0.3.2/configure.in.gstreamer 2004-07-02 08:37:35.000000000 +0200 ++++ monkey-bubble-0.3.2/configure.in 2006-04-30 22:06:54.000000000 +0200 +@@ -68,8 +68,7 @@ + PKG_CHECK_MODULES(LIBMONKEYAUDIO_A,[ + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ]) + AC_SUBST(LIBMONKEYAUDIO_A_CFLAGS) + AC_SUBST(LIBMONKEYAUDIO_A_LIBS) +@@ -88,8 +87,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ]) +--- monkey-bubble-0.3.2/src/audio/sound-manager.c.gstreamer 2004-07-02 08:30:15.000000000 +0200 ++++ monkey-bubble-0.3.2/src/audio/sound-manager.c 2006-04-30 22:26:35.000000000 +0200 +@@ -20,7 +20,6 @@ + #include "sound-manager.h" + #include "playground.h" + #include +-#include + #define PRIVATE(sound_manager) (sound_manager->private) + + static GObjectClass* parent_class = NULL; +@@ -28,17 +27,11 @@ + struct SoundManagerPrivate { + GstElement * main_bin; + GstElement * filesrc; +- GstElement * oggdemux; ++ GstElement * oggdemux; + GstElement * vorbis_dec; +- GstElement * audioconvert; ++ GstElement * audioconvert; + GstElement * output; +- +- gboolean new_pad_ok; +- gboolean is_playing; +- gint idle_id; +- +- GThread * loop_thread; +- gchar * current_music_path; ++ gchar * current_music_path; + }; + + +@@ -119,16 +112,31 @@ + return FALSE; + } + +-static void eos(GstElement *e ,gpointer user_data) { +- g_print("end of fie..\n"); +- +- // g_idle_add(ck,user_data); +- // g_idle_add(start_play,mbin); +- g_timeout_add(100, restart_play,user_data); +-} +-static void error_handler(GstElement * e,GObject * o,gchar * string,gpointer data) { +- g_print("error : %s\n",string); ++static gboolean ++bus_call (GstBus *bus, ++ GstMessage *msg, ++ gpointer data) ++{ ++ switch (GST_MESSAGE_TYPE (msg)) { ++ case GST_MESSAGE_EOS: ++ g_timeout_add(100, restart_play, data); ++ break; ++ case GST_MESSAGE_ERROR: { ++ gchar *debug; ++ GError *err; ++ ++ gst_message_parse_error (msg, &err, &debug); ++ g_free (debug); ++ ++ g_print ("Error: %s\n", err->message); ++ g_error_free (err); ++ break; ++ } ++ default: ++ break; ++ } + ++ return TRUE; + } + + +@@ -139,8 +147,7 @@ + sound_manager = SOUND_MANAGER (g_object_new (TYPE_SOUND_MANAGER, NULL)); + + dp = PRIVATE(sound_manager); +- +- dp->is_playing = FALSE; ++ dp->main_bin = NULL; + return sound_manager; + } + +@@ -148,43 +155,11 @@ + static void + stop_play(SoundManager * m) + { +- +- if( sound_active) { +- +- if( PRIVATE(m)->is_playing ) { +- +- PRIVATE(m)->is_playing = FALSE; +- g_thread_join( PRIVATE(m)->loop_thread); +- +- gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_NULL); +- gst_bin_iterate( GST_BIN(PRIVATE(m)->main_bin)); +- } +- +- +- +- g_object_unref( G_OBJECT(PRIVATE(m)->main_bin )); +- +- PRIVATE(m)->output = NULL; +- PRIVATE(m)->main_bin = NULL; +- PRIVATE(m)->vorbis_dec = NULL; +- PRIVATE(m)->filesrc = NULL; +- } +-} +- +-static gpointer +-loop(gpointer data) +-{ +- SoundManager * m; +- m = SOUND_MANAGER(data); +- while( PRIVATE(m)->is_playing) { +- g_usleep(10*1000); +- if( gst_bin_iterate( GST_BIN(PRIVATE(m)->main_bin)) == FALSE) { +- PRIVATE(m)->is_playing = FALSE; +- } +- +- } +- +- return NULL; ++ if( PRIVATE(m)->main_bin ) { ++ gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_NULL); ++ g_object_unref( G_OBJECT(PRIVATE(m)->main_bin )); ++ PRIVATE(m)->main_bin = NULL; ++ } + } + + +@@ -193,29 +168,9 @@ + GObject *new_pad, + SoundManager * m) + { +- +- gst_element_set_state (PRIVATE(m)->main_bin, GST_STATE_PAUSED); +- +- gst_bin_add_many(GST_BIN(PRIVATE(m)->main_bin), +- PRIVATE(m)->vorbis_dec, +- PRIVATE(m)->audioconvert, +- PRIVATE(m)->output, +- NULL); +- +- +- gst_element_link_many( +- PRIVATE(m)->vorbis_dec, +- PRIVATE(m)->audioconvert, +- PRIVATE(m)->output, +- NULL); +- +- GstPad * pad = gst_element_get_pad( GST_ELEMENT(PRIVATE(m)->vorbis_dec),"sink"); +- +- gst_pad_link( GST_PAD(new_pad), pad); +- PRIVATE(m)->new_pad_ok = TRUE; +- +- +- gst_element_set_state (GST_ELEMENT(PRIVATE(m)->main_bin), GST_STATE_PLAYING); ++ GstPad *sinkpad = gst_element_get_pad (PRIVATE(m)->vorbis_dec, "sink"); ++ gst_pad_link (GST_PAD(new_pad), sinkpad); ++ gst_object_unref (sinkpad); + } + + +@@ -223,47 +178,41 @@ + start_play(SoundManager *m, gchar * path) + { + if( sound_active) { +- PRIVATE(m)->new_pad_ok = FALSE; + PRIVATE(m)->main_bin = gst_pipeline_new("bin"); + PRIVATE(m)->filesrc = gst_element_factory_make("filesrc","filesrc"); + PRIVATE(m)->oggdemux = gst_element_factory_make("oggdemux","oggdemux"); + PRIVATE(m)->vorbis_dec = gst_element_factory_make("vorbisdec","vorbisdec"); + PRIVATE(m)->audioconvert = gst_element_factory_make("audioconvert","audioconvert"); +- PRIVATE(m)->output = gst_gconf_get_default_audio_sink(); ++ PRIVATE(m)->output = gst_element_factory_make ("alsasink", "alsa-output"); + + PRIVATE(m)->current_music_path = g_strdup(path); + +- g_signal_connect(G_OBJECT(PRIVATE(m)->main_bin), +- "error", GTK_SIGNAL_FUNC(error_handler),NULL); +- +- g_signal_connect( PRIVATE(m)->oggdemux, "new-pad", G_CALLBACK(oggdemux_new_pad),m); +- +- gst_bin_add_many( GST_BIN( PRIVATE(m)->main_bin), +- PRIVATE(m)->filesrc, +- PRIVATE(m)->oggdemux, +- NULL); +- + g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "location",path,NULL); + +- g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "blocksize",10000,NULL); +- +- g_signal_connect(PRIVATE(m)->filesrc, +- "eos", +- G_CALLBACK(eos), +- m); +- +- gst_element_link_many( PRIVATE(m)->filesrc, PRIVATE(m)->oggdemux,NULL); +- ++// g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "blocksize",10000,NULL); ++ gst_bus_add_watch (gst_pipeline_get_bus ( ++ GST_PIPELINE (PRIVATE(m)->main_bin)), ++ bus_call, m); ++ ++ gst_bin_add_many( GST_BIN( PRIVATE(m)->main_bin), ++ PRIVATE(m)->filesrc, ++ PRIVATE(m)->oggdemux, ++ PRIVATE(m)->vorbis_dec, ++ PRIVATE(m)->audioconvert, ++ PRIVATE(m)->output, ++ NULL); ++ ++ ++ gst_element_link( PRIVATE(m)->filesrc, PRIVATE(m)->oggdemux ); ++ gst_element_link_many( ++ PRIVATE(m)->vorbis_dec, ++ PRIVATE(m)->audioconvert, ++ PRIVATE(m)->output, ++ NULL); ++ g_signal_connect( PRIVATE(m)->oggdemux, "pad-added", ++ G_CALLBACK(oggdemux_new_pad), m); + + gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_PLAYING); +- +- PRIVATE(m)->is_playing = TRUE; +- +- while( !PRIVATE(m)->new_pad_ok && gst_bin_iterate( GST_BIN( PRIVATE(m)->main_bin)) && PRIVATE(m)->is_playing ); +- +- PRIVATE(m)->loop_thread = +- g_thread_create( loop,m,TRUE,NULL); +- + } + } + +@@ -271,7 +220,7 @@ + + g_assert(IS_SOUND_MANAGER(m)); + +- if( PRIVATE(m)->is_playing == TRUE) { ++ if( PRIVATE(m)->main_bin) { + stop_play(m); + } + +--- monkey-bubble-0.3.2/configure.gstreamer 2004-07-02 09:07:24.000000000 +0200 ++++ monkey-bubble-0.3.2/configure 2006-04-30 22:06:54.000000000 +0200 +@@ -20454,21 +20454,18 @@ + echo "$as_me:$LINENO: checking for + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + " >&5 + echo $ECHO_N "checking for + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ... $ECHO_C" >&6 + + if $PKG_CONFIG --exists " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + " ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +@@ -20479,8 +20476,7 @@ + LIBMONKEYAUDIO_A_CFLAGS=`$PKG_CONFIG --cflags " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo "$as_me:$LINENO: result: $LIBMONKEYAUDIO_A_CFLAGS" >&5 + echo "${ECHO_T}$LIBMONKEYAUDIO_A_CFLAGS" >&6 +@@ -20490,8 +20486,7 @@ + LIBMONKEYAUDIO_A_LIBS=`$PKG_CONFIG --libs " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo "$as_me:$LINENO: result: $LIBMONKEYAUDIO_A_LIBS" >&5 + echo "${ECHO_T}$LIBMONKEYAUDIO_A_LIBS" >&6 +@@ -20503,8 +20498,7 @@ + LIBMONKEYAUDIO_A_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo $LIBMONKEYAUDIO_A_PKG_ERRORS + fi +@@ -20523,14 +20517,12 @@ + { { echo "$as_me:$LINENO: error: Library requirements ( + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 + echo "$as_me: error: Library requirements ( + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} + { (exit 1); exit 1; }; } + fi +@@ -20731,8 +20723,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + " >&5 +@@ -20741,8 +20732,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ... $ECHO_C" >&6 +@@ -20752,8 +20742,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + " ; then +@@ -20768,8 +20757,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20783,8 +20771,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20800,8 +20787,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20824,8 +20810,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 +@@ -20834,8 +20819,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Aug 2006 21:34:46 -0000 1.4 +++ .cvsignore 3 Aug 2006 06:31:12 -0000 1.5 @@ -1 +1 @@ -monkey-bubble-0.4.0.tar.gz +monkey-bubble-0.3.2.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/monkey-bubble.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- monkey-bubble.spec 2 Aug 2006 21:34:46 -0000 1.6 +++ monkey-bubble.spec 3 Aug 2006 06:31:12 -0000 1.7 @@ -1,14 +1,16 @@ Name: monkey-bubble -Version: 0.4.0 +Version: 0.3.2 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz +Patch0: monkey-bubble-0.3.2-gstreamer.patch +Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils +BuildRequires: desktop-file-utils scrollkeeper Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 @@ -22,6 +24,8 @@ %prep %setup -q +%patch0 -p1 -z .gstreamer +%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -37,9 +41,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} -#remove scrollkeeper stuff -rm -rf $RPM_BUILD_ROOT/var - # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -103,10 +104,6 @@ %changelog -* Wed Aug 2 2006 Hans de Goede 0.4.0-1 -- New upstream version 0.4.0 -- Drop upstreamed patches - * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Aug 2006 21:34:46 -0000 1.4 +++ sources 3 Aug 2006 06:31:12 -0000 1.5 @@ -1 +1 @@ -0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz +37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 06:58:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:54 -0700 Subject: rpms/sylpheed-claws-plugins/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.15, 1.16 Message-ID: <200608030658.k736wuO8007622@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/devel Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:26 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:54 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:26 -0000 1.7 +++ sources 3 Aug 2006 06:58:54 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sylpheed-claws-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:57 -0000 1.15 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:54 -0000 1.16 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:58:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:53 -0700 Subject: rpms/sylpheed-claws-plugins/FC-4 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.12, 1.13 Message-ID: <200608030659.k736wtNa007612@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/FC-4 Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:25 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:52 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:25 -0000 1.7 +++ sources 3 Aug 2006 06:58:52 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:55 -0000 1.12 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:52 -0000 1.13 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:58:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:53 -0700 Subject: rpms/sylpheed-claws-plugins/FC-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.15, 1.16 Message-ID: <200608030658.k736wtRf007616@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/FC-5 Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:25 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:53 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:25 -0000 1.7 +++ sources 3 Aug 2006 06:58:53 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/sylpheed-claws-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:56 -0000 1.15 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:53 -0000 1.16 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:59:28 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 2 Aug 2006 23:59:28 -0700 Subject: fedora-security/audit fc4,1.345,1.346 Message-ID: <200608030659.k736xSeH007679@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7630/audit Modified Files: fc4 Log Message: Update with FEDORA-2006-867 (gnupg) Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.345 retrieving revision 1.346 diff -u -r1.345 -r1.346 --- fc4 1 Aug 2006 14:47:54 -0000 1.345 +++ fc4 3 Aug 2006 06:59:26 -0000 1.346 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.0.59) [since FEDORA-2006-862] -CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 +CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-867] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-842] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Thu Aug 3 07:00:15 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 00:00:15 -0700 Subject: fedora-security/audit fc5,1.260,1.261 Message-ID: <200608030700.k7370FcD007718@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7700/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-868 (gnupg) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- fc5 1 Aug 2006 14:47:54 -0000 1.260 +++ fc5 3 Aug 2006 07:00:13 -0000 1.261 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] -CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 +CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Thu Aug 3 08:23:16 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 01:23:16 -0700 Subject: fedora-security/audit fc4,1.346,1.347 Message-ID: <200608030823.k738NG5u013366@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13346/audit Modified Files: fc4 Log Message: Update with FEDORA-2006-878 (libtiff) Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- fc4 3 Aug 2006 06:59:26 -0000 1.346 +++ fc4 3 Aug 2006 08:23:13 -0000 1.347 @@ -37,6 +37,13 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3465 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3464 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3463 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3462 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3461 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3460 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3459 backport (libtiff) [since FEDORA-2006-878] CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-795] CVE-2006-3403 version (samba, fixed 3.0.23) #198297 [since FEDORA-2006-808] CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils From fedora-extras-commits at redhat.com Thu Aug 3 08:23:39 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 01:23:39 -0700 Subject: fedora-security/audit fc5,1.261,1.262 Message-ID: <200608030823.k738NduL013392@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13372/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-877 (libtiff) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.261 retrieving revision 1.262 diff -u -r1.261 -r1.262 --- fc5 3 Aug 2006 07:00:13 -0000 1.261 +++ fc5 3 Aug 2006 08:23:36 -0000 1.262 @@ -37,6 +37,13 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] CVE-2006-3403 version (samba, fixed 3.0.23) #198297 [since FEDORA-2006-807] CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils From fedora-extras-commits at redhat.com Thu Aug 3 09:15:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:25 -0700 Subject: rpms/koffice/FC-5 .cvsignore, 1.11, 1.12 koffice.spec, 1.39, 1.40 sources, 1.11, 1.12 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739FSKT016394@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/FC-5 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 30 May 2006 07:27:37 -0000 1.11 +++ .cvsignore 3 Aug 2006 09:15:25 -0000 1.12 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/koffice.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- koffice.spec 30 May 2006 13:31:23 -0000 1.39 +++ koffice.spec 3 Aug 2006 09:15:25 -0000 1.40 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -228,10 +226,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -914,6 +908,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Wed Aug 02 2006 Andreas Bierfert +1.5.2-1 +- version upgrade + * Sun May 21 2006 Andreas Bierfert 1.5.1-1 - fix #191388 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 30 May 2006 07:27:37 -0000 1.11 +++ sources 3 Aug 2006 09:15:25 -0000 1.12 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:15:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:26 -0700 Subject: rpms/koffice/devel .cvsignore, 1.11, 1.12 koffice.spec, 1.39, 1.40 sources, 1.11, 1.12 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739FSwg016400@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/devel Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 30 May 2006 07:27:38 -0000 1.11 +++ .cvsignore 3 Aug 2006 09:15:26 -0000 1.12 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- koffice.spec 13 Jun 2006 04:02:27 -0000 1.39 +++ koffice.spec 3 Aug 2006 09:15:26 -0000 1.40 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 -Release: 2%{?dist} +Version: 1.5.2 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -228,10 +226,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -914,6 +908,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade (#200935) + * Tue Jun 13 2006 Andreas Bierfert 1.5.1-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 30 May 2006 07:27:38 -0000 1.11 +++ sources 3 Aug 2006 09:15:26 -0000 1.12 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:15:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:25 -0700 Subject: rpms/koffice/FC-4 .cvsignore, 1.8, 1.9 koffice.spec, 1.16, 1.17 sources, 1.8, 1.9 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739Fv9K016412@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/FC-4 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 May 2006 07:27:36 -0000 1.8 +++ .cvsignore 3 Aug 2006 09:15:24 -0000 1.9 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/koffice.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- koffice.spec 30 May 2006 16:16:30 -0000 1.16 +++ koffice.spec 3 Aug 2006 09:15:24 -0000 1.17 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -227,10 +225,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -913,6 +907,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade + * Sun May 21 2006 Andreas Bierfert 1.5.1-1 - fix #191388 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 May 2006 07:27:36 -0000 1.8 +++ sources 3 Aug 2006 09:15:24 -0000 1.9 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:37:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 02:37:43 -0700 Subject: rpms/gtkmm24/FC-4 .cvsignore, 1.6, 1.7 gtkmm.spec, 1.14, 1.15 sources, 1.8, 1.9 gtkmm-2.6.10-atkmm.patch, 1.2, NONE Message-ID: <200608030937.k739bjAU016786@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16765 Modified Files: .cvsignore gtkmm.spec sources Removed Files: gtkmm-2.6.10-atkmm.patch Log Message: Update to 2.6.14. Atkmm issues resolved upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 Jul 2006 10:16:40 -0000 1.6 +++ .cvsignore 3 Aug 2006 09:37:43 -0000 1.7 @@ -1 +1 @@ -gtkmm-2.6.10.tar.bz2 +gtkmm-2.6.14.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/gtkmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkmm.spec 23 Jul 2006 10:24:23 -0000 1.14 +++ gtkmm.spec 3 Aug 2006 09:37:43 -0000 1.15 @@ -1,6 +1,6 @@ Name: gtkmm24 -Version: 2.6.10 -Release: 2%{?dist} +Version: 2.6.14 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -9,12 +9,11 @@ URL: http://gtkmm.sourceforge.net/ Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.6/gtkmm-%{version}.tar.bz2 Patch0: gtkmm-2.6.5-devhelp.patch -Patch1: gtkmm-2.6.10-atkmm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.6.0 +BuildRequires: glibmm24-devel >= 2.6.6 BuildRequires: atk-devel >= 1.9.0 BuildRequires: pango-devel >= 1.5.2 BuildRequires: gtk2-devel >= 2.6.0 @@ -53,7 +52,6 @@ %prep %setup -q -n gtkmm-%{version} %patch0 -p1 -b .devhelp -%patch1 -p1 -b .atkmm %build @@ -101,6 +99,10 @@ %{_datadir}/gtk-doc/html/gtkmm-2.4 %changelog +* Mon Jul 31 2006 Denis Leroy - 2.6.14-1 +- Update to 2.6.14 +- atkmm patch integrated upstream + * Sun Jul 23 2006 Denis Leroy - 2.6.10-2 - Fixed atkmm patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 23 Jul 2006 10:16:40 -0000 1.8 +++ sources 3 Aug 2006 09:37:43 -0000 1.9 @@ -1,2 +1 @@ - -c134bdc05b1acd686c5367b50796f03e gtkmm-2.6.10.tar.bz2 +31f28293f9d258c40b1a1181900dbe12 gtkmm-2.6.14.tar.bz2 --- gtkmm-2.6.10-atkmm.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 10:06:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 03:06:58 -0700 Subject: rpms/colorscheme/FC-4 colorscheme.spec,1.6,1.7 Message-ID: <200608031007.k73A70Rs019552@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/colorscheme/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19522 Modified Files: colorscheme.spec Log Message: Rebuild with gtkmm 2.6.14. Aurelien, the package owner, is on vacation and authorized me to do the rebuild. Index: colorscheme.spec =================================================================== RCS file: /cvs/extras/rpms/colorscheme/FC-4/colorscheme.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- colorscheme.spec 27 Jun 2006 06:40:33 -0000 1.6 +++ colorscheme.spec 3 Aug 2006 10:06:58 -0000 1.7 @@ -1,6 +1,6 @@ Name: colorscheme Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -62,6 +62,9 @@ %changelog +* Thu Aug 3 2006 Denis Leroy - 0.3-3 +- Rebuild with gtkmm 2.6.14 + * Tue Jun 27 2006 Aurelien Bompard 0.3-2 - rebuild From fedora-extras-commits at redhat.com Thu Aug 3 10:10:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:48 -0700 Subject: rpms/koffice-langpack/devel .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608031010.k73AAp7K019732@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/devel Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:26 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:48 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/koffice-langpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koffice-langpack.spec 30 May 2006 08:37:26 -0000 1.6 +++ koffice-langpack.spec 3 Aug 2006 10:10:48 -0000 1.7 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:26 -0000 1.5 +++ sources 3 Aug 2006 10:10:48 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:11:00 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:11:00 -0700 Subject: rpms/libpqxx/devel .cvsignore, 1.4, 1.5 libpqxx.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608031011.k73AB2SM019791@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/devel Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:38 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:11:00 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libpqxx.spec 30 May 2006 08:18:38 -0000 1.7 +++ libpqxx.spec 3 Aug 2006 10:11:00 -0000 1.8 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://pqxx.org -Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.6.tar.gz +Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-thread-safety --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #192933 + * Mon May 29 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:38 -0000 1.4 +++ sources 3 Aug 2006 10:11:00 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 10:10:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:42 -0700 Subject: rpms/koffice-langpack/FC-4 .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608031011.k73ABEQh019796@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/FC-4 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:24 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/koffice-langpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- koffice-langpack.spec 30 May 2006 08:37:24 -0000 1.5 +++ koffice-langpack.spec 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:24 -0000 1.5 +++ sources 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:10:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:43 -0700 Subject: rpms/koffice-langpack/FC-5 .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608031011.k73ABFqP019801@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/FC-5 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:25 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/koffice-langpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koffice-langpack.spec 30 May 2006 08:37:25 -0000 1.6 +++ koffice-langpack.spec 3 Aug 2006 10:10:42 -0000 1.7 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:25 -0000 1.5 +++ sources 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:10:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:54 -0700 Subject: rpms/libpqxx/FC-4 .cvsignore, 1.4, 1.5 libpqxx.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608031011.k73ABQRn019806@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/FC-4 Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:31 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/libpqxx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libpqxx.spec 30 May 2006 08:18:31 -0000 1.5 +++ libpqxx.spec 3 Aug 2006 10:10:54 -0000 1.6 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://gborg.postgresql.org/project/libpqxx/projdisplay.php -Source0: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.6.6.tar.gz +Source0: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #197933 + * Tue May 30 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:31 -0000 1.4 +++ sources 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 10:10:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:54 -0700 Subject: rpms/libpqxx/FC-5 .cvsignore, 1.4, 1.5 libpqxx.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608031011.k73ABQlc019811@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/FC-5 Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:32 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/libpqxx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libpqxx.spec 30 May 2006 08:18:32 -0000 1.7 +++ libpqxx.spec 3 Aug 2006 10:10:54 -0000 1.8 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://pqxx.org -Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.6.tar.gz +Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-thread-safety --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #192933 + * Mon May 29 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:32 -0000 1.4 +++ sources 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 11:32:41 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:41 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.14, 1.15 Message-ID: <200608031132.k73BWhDj023413@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:01 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:41 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:01 -0000 1.14 +++ sources 3 Aug 2006 11:32:41 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- wine-docs.spec 10 Jul 2006 21:12:01 -0000 1.14 +++ wine-docs.spec 3 Aug 2006 11:32:41 -0000 1.15 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:34 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:34 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.17, 1.18 Message-ID: <200608031133.k73BX6RM023418@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:11:59 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:33 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:11:59 -0000 1.14 +++ sources 3 Aug 2006 11:32:33 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- wine-docs.spec 10 Jul 2006 21:11:59 -0000 1.17 +++ wine-docs.spec 3 Aug 2006 11:32:33 -0000 1.18 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:35 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:35 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.20, 1.21 Message-ID: <200608031133.k73BX7Ud023423@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:00 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:34 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:00 -0000 1.14 +++ sources 3 Aug 2006 11:32:34 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- wine-docs.spec 1 Aug 2006 10:48:24 -0000 1.20 +++ wine-docs.spec 3 Aug 2006 11:32:34 -0000 1.21 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -49,6 +49,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-0.1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:35 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:35 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.14, 1.15 Message-ID: <200608031133.k73BX7Gh023428@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:00 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:35 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:00 -0000 1.14 +++ sources 3 Aug 2006 11:32:35 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- wine-docs.spec 10 Jul 2006 21:12:00 -0000 1.14 +++ wine-docs.spec 3 Aug 2006 11:32:35 -0000 1.15 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:38:22 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 3 Aug 2006 04:38:22 -0700 Subject: rpms/javasvn/devel javasvn.spec,1.3,1.4 Message-ID: <200608031138.k73BcOjp023616@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23599 Modified Files: javasvn.spec Log Message: Fix bad relase tag Index: javasvn.spec =================================================================== RCS file: /cvs/extras/rpms/javasvn/devel/javasvn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- javasvn.spec 31 Jul 2006 18:19:57 -0000 1.3 +++ javasvn.spec 3 Aug 2006 11:38:22 -0000 1.4 @@ -3,7 +3,7 @@ Name: javasvn Version: 1.1.0 -Release: 0.beta4%{?dist} +Release: 0.2.beta4%{?dist} Summary: Pure Java Subversion client library Group: Development/Tools @@ -117,6 +117,9 @@ %changelog +* Thu Aug 03 2006 Robert Marcano 1.1.0-0.2.beta4 +- Fix bad relase tag + * Mon Jul 31 2006 Robert Marcano 1.1.0-0.beta4 - Update to upstream version 1.1.0.beta4, required by subclipse 1.1.4 From fedora-extras-commits at redhat.com Thu Aug 3 11:45:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 04:45:00 -0700 Subject: rpms/colorscheme/FC-4 colorscheme.spec,1.7,1.8 Message-ID: <200608031145.k73Bj2rB023721@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/colorscheme/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23704 Modified Files: colorscheme.spec Log Message: Was missing gettext BR Index: colorscheme.spec =================================================================== RCS file: /cvs/extras/rpms/colorscheme/FC-4/colorscheme.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- colorscheme.spec 3 Aug 2006 10:06:58 -0000 1.7 +++ colorscheme.spec 3 Aug 2006 11:45:00 -0000 1.8 @@ -1,6 +1,6 @@ Name: colorscheme Version: 0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: gtkmm24-devel >= 2.5, libgnomeui-devel >= 2.0, desktop-file-utils BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel +BuildRequires: gettext %description @@ -62,6 +63,9 @@ %changelog +* Thu Aug 3 2006 Denis Leroy - 0.3-4 +- Was missing gettext BR + * Thu Aug 3 2006 Denis Leroy - 0.3-3 - Rebuild with gtkmm 2.6.14 From fedora-extras-commits at redhat.com Thu Aug 3 13:22:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:40 -0700 Subject: rpms/perl-GSSAPI/FC-5 .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNC0w029446@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/FC-5 Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:26:21 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:26:21 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:40 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:26:21 -0000 1.3 +++ sources 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:22:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:39 -0700 Subject: rpms/perl-GSSAPI/FC-4 .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNBR3029441@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/FC-4 Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:26:21 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:39 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:26:21 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:39 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:26:21 -0000 1.3 +++ sources 3 Aug 2006 13:22:39 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:22:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:40 -0700 Subject: rpms/perl-GSSAPI/devel .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNCeF029451@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/devel Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:08:40 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:08:40 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:40 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:08:40 -0000 1.3 +++ sources 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:31:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:31:32 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.2, 1.3 perl-Devel-Cover.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608031331.k73DVY6b029720@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29699 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 16:57:18 -0000 1.2 +++ .cvsignore 3 Aug 2006 13:31:32 -0000 1.3 @@ -1 +1 @@ -Devel-Cover-0.55.tar.gz +Devel-Cover-0.56.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Devel-Cover.spec 12 May 2006 16:57:18 -0000 1.1 +++ perl-Devel-Cover.spec 3 Aug 2006 13:31:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.55 -Release: 2%{?dist} +Version: 0.56 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 +- Update to 0.56. + * Fri May 12 2006 Jose Pedro Oliveira - 0.55-2 - Removed dependencies pulled in by a documentation file (#191110). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 16:57:18 -0000 1.2 +++ sources 3 Aug 2006 13:31:32 -0000 1.3 @@ -1 +1 @@ -6bb9ddcd7a9e4d87c02b8bbea7ad3c4a Devel-Cover-0.55.tar.gz +ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 14:32:00 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 3 Aug 2006 07:32:00 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.21,1.22 Message-ID: <200608031432.k73EW2g3000338@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv321 Modified Files: wine-docs.spec Log Message: strace needed for build environment and buildsys bug work-around Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- wine-docs.spec 3 Aug 2006 11:32:34 -0000 1.21 +++ wine-docs.spec 3 Aug 2006 14:32:00 -0000 1.22 @@ -11,6 +11,8 @@ BuildArch: noarch BuildRequires: docbook-utils-pdf BuildRequires: openjade +# Only for buildsys bug 179852, see build section! +BuildRequires: strace %description This package is Wine's documentation repository. It consists of From fedora-extras-commits at redhat.com Thu Aug 3 14:49:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 07:49:14 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.9,1.10 Message-ID: <200608031449.k73EnGH7000477@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv460 Modified Files: gobby.spec Log Message: * Thu Aug 03 2006 Luke Macken - 0.3.0-4 - Rebuild for new gtkmm (Bug #201172) Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gobby.spec 27 Jun 2006 16:44:31 -0000 1.9 +++ gobby.spec 3 Aug 2006 14:49:14 -0000 1.10 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -66,6 +66,9 @@ %changelog +* Thu Aug 03 2006 Luke Macken - 0.3.0-4 +- Rebuild for new gtkmm (Bug #201172) + * Tue Jun 27 2006 Luke Macken - 0.3.0-3 - Rebuild From fedora-extras-commits at redhat.com Thu Aug 3 14:51:24 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 07:51:24 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.10,1.11 Message-ID: <200608031451.k73EpQlk000532@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv515 Modified Files: gobby.spec Log Message: rev bump Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gobby.spec 3 Aug 2006 14:49:14 -0000 1.10 +++ gobby.spec 3 Aug 2006 14:51:23 -0000 1.11 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -66,7 +66,7 @@ %changelog -* Thu Aug 03 2006 Luke Macken - 0.3.0-4 +* Thu Aug 03 2006 Luke Macken - 0.3.0-5 - Rebuild for new gtkmm (Bug #201172) * Tue Jun 27 2006 Luke Macken - 0.3.0-3 From fedora-extras-commits at redhat.com Thu Aug 3 15:16:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 08:16:47 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.11,1.12 Message-ID: <200608031516.k73FGnaU003278@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3255 Modified Files: gobby.spec Log Message: remove find_lang macro since no translations can be found Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gobby.spec 3 Aug 2006 14:51:23 -0000 1.11 +++ gobby.spec 3 Aug 2006 15:16:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -43,8 +43,6 @@ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/gobby.desktop -%find_lang %{name} - %post update-desktop-database &> /dev/null ||: @@ -57,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files %defattr(-,root,root,-) %doc README NEWS AUTHORS COPYING ChangeLog TODO %{_bindir}/gobby @@ -66,6 +64,9 @@ %changelog +* Thu Aug 03 2006 Luke Macken - 0.3.0-6 +- Remove find_lang macro since no translations can be found + * Thu Aug 03 2006 Luke Macken - 0.3.0-5 - Rebuild for new gtkmm (Bug #201172) From fedora-extras-commits at redhat.com Thu Aug 3 16:42:35 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 09:42:35 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.2, 1.3 Message-ID: <200608031642.k73GgbdW006194@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6172 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Fix some x86-64 releated stuff aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 1 Aug 2006 20:03:44 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 3 Aug 2006 16:42:35 -0000 1.3 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-03 17:32:06.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -155,13 +155,13 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -L/usr/X11R6/lib -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap @X_LIBS@ -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,7 +202,7 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-01 20:09:45.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -213,7 +213,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-01 20:09:07.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +224,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +232,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +243,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-02 17:14:10.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-02 17:14:10.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 1 Aug 2006 20:03:44 -0000 1.2 +++ aplus-fsf.spec 3 Aug 2006 16:42:35 -0000 1.3 @@ -6,13 +6,14 @@ %define _x11bindir %{_x11pref}/bin %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d -%define _x11lib %{_x11pref}/lib +%define _x11lib %{_x11pref}/%{_lib} + %define _x11fonts %{_x11lib}/X11/fonts %define _x11appdef %{_x11lib}/X11/app-defaults Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 7%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -101,7 +102,7 @@ export CXXLFAGS=$RPM_OPT_FLAGS automake-1.6 autoconf -%configure --prefix=/usr +%configure --prefix=/usr --x-libraries=%{_x11lib} make %{?_smp_mflags} %install @@ -207,6 +208,9 @@ %{_x11fonts}/apl/TTF/* %Changelog +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-7 +- Fix some x86_64 stuff + * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 - Backport to FC-4 From fedora-extras-commits at redhat.com Thu Aug 3 18:11:19 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 11:11:19 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf.spec,1.3,1.4 Message-ID: <200608031811.k73IBLPA011885@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11868 Modified Files: aplus-fsf.spec Log Message: Fix %{_x11appdef} for x86_64 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf.spec 3 Aug 2006 16:42:35 -0000 1.3 +++ aplus-fsf.spec 3 Aug 2006 18:11:18 -0000 1.4 @@ -9,11 +9,11 @@ %define _x11lib %{_x11pref}/%{_lib} %define _x11fonts %{_x11lib}/X11/fonts -%define _x11appdef %{_x11lib}/X11/app-defaults +%define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 7%{?dbuild.logist} +Release: 8%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -208,7 +208,7 @@ %{_x11fonts}/apl/TTF/* %Changelog -* Thu Aug 3 2006 Jochen Schmitt 4.20.2-7 +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-8 - Fix some x86_64 stuff * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 From fedora-extras-commits at redhat.com Thu Aug 3 18:34:58 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 11:34:58 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf.spec,1.4,1.5 Message-ID: <200608031835.k73IZ0n0012130@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12113 Modified Files: aplus-fsf.spec Log Message: Fix font paths for x86_64 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 3 Aug 2006 18:11:18 -0000 1.4 +++ aplus-fsf.spec 3 Aug 2006 18:34:58 -0000 1.5 @@ -8,12 +8,12 @@ %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_x11pref}/%{_lib} -%define _x11fonts %{_x11lib}/X11/fonts +%define _x11fonts %{_x11pref}/lib/X11/fonts %define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 8%{?dbuild.logist} +Release: 9%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -208,7 +208,7 @@ %{_x11fonts}/apl/TTF/* %Changelog -* Thu Aug 3 2006 Jochen Schmitt 4.20.2-8 +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-9 - Fix some x86_64 stuff * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 From fedora-extras-commits at redhat.com Thu Aug 3 19:54:14 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 3 Aug 2006 12:54:14 -0700 Subject: owners owners.list,1.1357,1.1358 Message-ID: <200608031954.k73JsGp1015790@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15773 Modified Files: owners.list Log Message: awjb will take care of alsa-stuff from now on; thx for taking it over Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1357 retrieving revision 1.1358 diff -u -r1.1357 -r1.1358 --- owners.list 2 Aug 2006 21:02:21 -0000 1.1357 +++ owners.list 3 Aug 2006 19:54:13 -0000 1.1358 @@ -36,8 +36,8 @@ Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|fedora at leemhuis.info|extras-qa at fedoraproject.org| -Fedora Extras|alsa-tools|The ALSA Tools|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| +Fedora Extras|alsa-tools|The ALSA Tools|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsamixergui|GUI mixer for ALSA sound devices|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|altermime|Alter MIME-encoded mailpacks|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|amarok|Media player for KDE|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 3 20:23:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 3 Aug 2006 13:23:01 -0700 Subject: rpms/gossip/devel gossip-dbus-crash.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 gossip.spec, 1.22, 1.23 sources, 1.10, 1.11 Message-ID: <200608032023.k73KN3pN018867@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18843 Modified Files: .cvsignore gossip.spec sources Added Files: gossip-dbus-crash.patch Log Message: * Thu Aug 3 2006 Brian Pepple - 0.13-3 - Update to 0.13. - Add patch to fix dbus crash. - Minor changes to files section. gossip-dbus-crash.patch: --- NEW FILE gossip-dbus-crash.patch --- diff -ur gossip-0.13.OLD/src/gossip-dbus.c gossip-0.13/src/gossip-dbus.c --- gossip-0.13.OLD/src/gossip-dbus.c 2006-07-12 04:54:30.000000000 -0400 +++ gossip-0.13/src/gossip-dbus.c 2006-08-03 15:56:49.000000000 -0400 @@ -66,31 +66,33 @@ G_DEFINE_TYPE(GossipDBus, gossip_dbus, G_TYPE_OBJECT) -gboolean gossip_dbus_set_presence (GossipDBus *obj, - const char *state, - const char *status, - GError **error); -gboolean gossip_dbus_set_not_away (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_set_network_status (GossipDBus *obj, - gboolean up, - GError **error); -gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, - gboolean visible, - GError **error); -gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, - gboolean *visible, - GError **error); -gboolean gossip_dbus_get_open_chats (GossipDBus *obj, - char ***contacts, - GError **error); -gboolean gossip_dbus_send_message (GossipDBus *obj, - const gchar *contact_id, - GError **error); -gboolean gossip_dbus_new_message (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_toggle_roster (GossipDBus *obj, - GError **error); +static gboolean gossip_dbus_set_presence (GossipDBus *obj, + const char *state, + const char *status, + GError **error); +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, + gboolean up, + GError **error); +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, + gboolean visible, + GError **error); +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, + gboolean *visible, + GError **error); +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, + char ***contacts, + GError **error); +static gboolean gossip_dbus_send_message (GossipDBus *obj, + const gchar *contact_id, + GError **error); +static gboolean gossip_dbus_new_message (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, + GError **error); +static void nm_proxy_notify_cb (gpointer data, + GObject *where_the_object_was); #include "gossip-dbus-glue.h" @@ -113,7 +115,7 @@ { } -gboolean +static gboolean gossip_dbus_set_presence (GossipDBus *obj, const char *state, const char *status, @@ -150,7 +152,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, GError **error) { @@ -160,7 +162,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, gboolean up, GError **error) @@ -177,7 +179,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, gboolean visible, GError **error) @@ -190,7 +192,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, gboolean *visible, GError **error) @@ -202,7 +204,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, char ***contacts, GError **error) @@ -229,7 +231,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_send_message (GossipDBus *obj, const gchar *contact_id, GError **error) @@ -252,7 +254,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_new_message (GossipDBus *obj, GError **error) { @@ -262,7 +264,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, GError **error) { @@ -346,11 +348,22 @@ void gossip_dbus_finalize_for_session (void) { - g_object_unref (bus_proxy); - g_object_unref (nm_proxy); + if (bus_proxy) { + g_object_unref (bus_proxy); + } + + if (nm_proxy) { + g_object_weak_unref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); + g_object_unref (nm_proxy); + } + + if (gossip_dbus) { + g_object_unref (gossip_dbus); + } - g_object_unref (gossip_dbus); - g_object_unref (saved_session); + if (saved_session) { + g_object_unref (saved_session); + } } /* @@ -465,11 +478,9 @@ } static void -nm_proxy_notify_cb (gpointer conn, +nm_proxy_notify_cb (gpointer data, GObject *where_the_object_was) { - dbus_connection_unref (conn); - nm_proxy = NULL; nm_proxy_restart_retries = 5; @@ -514,7 +525,7 @@ return FALSE; } - g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, conn); + g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); dbus_g_object_register_marshaller (g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, G_TYPE_UINT, G_TYPE_INVALID); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Jul 2006 14:21:16 -0000 1.10 +++ .cvsignore 3 Aug 2006 20:23:01 -0000 1.11 @@ -1 +1 @@ -gossip-0.12.tar.bz2 +gossip-0.13.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gossip.spec 26 Jul 2006 14:21:16 -0000 1.22 +++ gossip.spec 3 Aug 2006 20:23:01 -0000 1.23 @@ -1,14 +1,15 @@ %define with_dbus 1 Name: gossip -Version: 0.12 +Version: 0.13 Release: 3%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications License: GPL -URL: http://www.imendio.com/projects/gossip/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +URL: http://www.imendio.com/projects/gossip/ +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -43,6 +44,7 @@ %prep %setup -q +%patch0 -p1 -b .dbus %build @@ -114,23 +116,21 @@ %{_bindir}/%{name} %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/sound/events/%{name}.soundlist -%{_datadir}/applications/*.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/*.glade -%{_datadir}/%{name}/*.png -%{_datadir}/%{name}/*.dtd -%{_datadir}/%{name}/%{name}-log.xsl -%dir %{_datadir}/%{name}/protocols -%{_datadir}/%{name}/protocols/* -%dir %{_datadir}/sounds/%{name} -%{_datadir}/sounds/%{name}/*.wav +%{_datadir}/%{name}/ +%{_datadir}/sounds/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/gnome/help/%{name}/ %changelog +* Thu Aug 3 2006 Brian Pepple - 0.13-3 +- Update to 0.13. +- Add patch to fix dbus crash. +- Minor changes to files section. + * Wed Jul 26 2006 Brian Pepple - 0.12-3 - Update to 0.12. - Hold off from building peekaboo applet until it's more stable. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Jul 2006 14:21:16 -0000 1.10 +++ sources 3 Aug 2006 20:23:01 -0000 1.11 @@ -1 +1 @@ -8ab6249e719cff70ea61cbe83171f78b gossip-0.12.tar.bz2 +d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 20:24:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 3 Aug 2006 13:24:59 -0700 Subject: rpms/gossip/FC-5 gossip-dbus-crash.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 gossip.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200608032025.k73KP14x018994@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18968 Modified Files: .cvsignore gossip.spec sources Added Files: gossip-dbus-crash.patch Log Message: * Thu Aug 3 2006 Brian Pepple - 0.13-2 - Update to 0.13. - Add patch to fix dbus crash. - Minor changes to files section. gossip-dbus-crash.patch: --- NEW FILE gossip-dbus-crash.patch --- diff -ur gossip-0.13.OLD/src/gossip-dbus.c gossip-0.13/src/gossip-dbus.c --- gossip-0.13.OLD/src/gossip-dbus.c 2006-07-12 04:54:30.000000000 -0400 +++ gossip-0.13/src/gossip-dbus.c 2006-08-03 15:56:49.000000000 -0400 @@ -66,31 +66,33 @@ G_DEFINE_TYPE(GossipDBus, gossip_dbus, G_TYPE_OBJECT) -gboolean gossip_dbus_set_presence (GossipDBus *obj, - const char *state, - const char *status, - GError **error); -gboolean gossip_dbus_set_not_away (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_set_network_status (GossipDBus *obj, - gboolean up, - GError **error); -gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, - gboolean visible, - GError **error); -gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, - gboolean *visible, - GError **error); -gboolean gossip_dbus_get_open_chats (GossipDBus *obj, - char ***contacts, - GError **error); -gboolean gossip_dbus_send_message (GossipDBus *obj, - const gchar *contact_id, - GError **error); -gboolean gossip_dbus_new_message (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_toggle_roster (GossipDBus *obj, - GError **error); +static gboolean gossip_dbus_set_presence (GossipDBus *obj, + const char *state, + const char *status, + GError **error); +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, + gboolean up, + GError **error); +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, + gboolean visible, + GError **error); +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, + gboolean *visible, + GError **error); +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, + char ***contacts, + GError **error); +static gboolean gossip_dbus_send_message (GossipDBus *obj, + const gchar *contact_id, + GError **error); +static gboolean gossip_dbus_new_message (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, + GError **error); +static void nm_proxy_notify_cb (gpointer data, + GObject *where_the_object_was); #include "gossip-dbus-glue.h" @@ -113,7 +115,7 @@ { } -gboolean +static gboolean gossip_dbus_set_presence (GossipDBus *obj, const char *state, const char *status, @@ -150,7 +152,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, GError **error) { @@ -160,7 +162,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, gboolean up, GError **error) @@ -177,7 +179,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, gboolean visible, GError **error) @@ -190,7 +192,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, gboolean *visible, GError **error) @@ -202,7 +204,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, char ***contacts, GError **error) @@ -229,7 +231,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_send_message (GossipDBus *obj, const gchar *contact_id, GError **error) @@ -252,7 +254,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_new_message (GossipDBus *obj, GError **error) { @@ -262,7 +264,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, GError **error) { @@ -346,11 +348,22 @@ void gossip_dbus_finalize_for_session (void) { - g_object_unref (bus_proxy); - g_object_unref (nm_proxy); + if (bus_proxy) { + g_object_unref (bus_proxy); + } + + if (nm_proxy) { + g_object_weak_unref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); + g_object_unref (nm_proxy); + } + + if (gossip_dbus) { + g_object_unref (gossip_dbus); + } - g_object_unref (gossip_dbus); - g_object_unref (saved_session); + if (saved_session) { + g_object_unref (saved_session); + } } /* @@ -465,11 +478,9 @@ } static void -nm_proxy_notify_cb (gpointer conn, +nm_proxy_notify_cb (gpointer data, GObject *where_the_object_was) { - dbus_connection_unref (conn); - nm_proxy = NULL; nm_proxy_restart_retries = 5; @@ -514,7 +525,7 @@ return FALSE; } - g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, conn); + g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); dbus_g_object_register_marshaller (g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, G_TYPE_UINT, G_TYPE_INVALID); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Jul 2006 14:25:23 -0000 1.10 +++ .cvsignore 3 Aug 2006 20:24:59 -0000 1.11 @@ -1 +1 @@ -gossip-0.12.tar.bz2 +gossip-0.13.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gossip.spec 26 Jul 2006 14:25:23 -0000 1.20 +++ gossip.spec 3 Aug 2006 20:24:59 -0000 1.21 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.12 +Version: 0.13 Release: 2%{?dist} Summary: Gnome Jabber Client @@ -9,6 +9,7 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -42,6 +43,7 @@ %prep %setup -q +%patch0 -p1 -b .dbus %build @@ -113,23 +115,21 @@ %{_bindir}/%{name} %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/sound/events/%{name}.soundlist -%{_datadir}/applications/*.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/*.glade -%{_datadir}/%{name}/*.png -%{_datadir}/%{name}/*.dtd -%{_datadir}/%{name}/%{name}-log.xsl -%dir %{_datadir}/%{name}/protocols -%{_datadir}/%{name}/protocols/* -%dir %{_datadir}/sounds/%{name} -%{_datadir}/sounds/%{name}/*.wav +%{_datadir}/%{name}/ +%{_datadir}/sounds/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/gnome/help/%{name}/ %changelog +* Thu Aug 3 2006 Brian Pepple - 0.13-2 +- Update to 0.13. +- Add patch to fix dbus crash. +- Minor changes to files section. + * Wed Jul 26 2006 Brian Pepple - 0.12-2 - Update to 0.12. - Hold off from building peekaboo applet until it's more stable. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Jul 2006 14:25:23 -0000 1.10 +++ sources 3 Aug 2006 20:24:59 -0000 1.11 @@ -1 +1 @@ -8ab6249e719cff70ea61cbe83171f78b gossip-0.12.tar.bz2 +d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 20:25:17 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:25:17 -0700 Subject: rpms/monotone/FC-5 .cvsignore, 1.8, 1.9 monotone.init, 1.5, 1.6 monotone.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <200608032025.k73KPKlf019056@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19006 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 07:07:50 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:25:17 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.init,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monotone.init 8 May 2006 19:50:02 -0000 1.5 +++ monotone.init 3 Aug 2006 20:25:17 -0000 1.6 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- monotone.spec 12 Jul 2006 07:07:50 -0000 1.13 +++ monotone.spec 3 Aug 2006 20:25:17 -0000 1.14 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 07:07:50 -0000 1.8 +++ sources 3 Aug 2006 20:25:17 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 20:28:04 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:28:04 -0700 Subject: rpms/monotone/FC-4 .cvsignore, 1.8, 1.9 monotone.init, 1.8, 1.9 monotone.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200608032028.k73KS6Ft019209@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19183 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 06:12:54 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:28:04 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.init,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- monotone.init 8 May 2006 19:50:54 -0000 1.8 +++ monotone.init 3 Aug 2006 20:28:04 -0000 1.9 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- monotone.spec 12 Jul 2006 06:12:54 -0000 1.17 +++ monotone.spec 3 Aug 2006 20:28:04 -0000 1.18 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 06:12:54 -0000 1.8 +++ sources 3 Aug 2006 20:28:04 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 20:28:49 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:28:49 -0700 Subject: rpms/monotone/devel .cvsignore, 1.8, 1.9 monotone.init, 1.5, 1.6 monotone.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <200608032028.k73KSpeO019284@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19261 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 07:07:51 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:28:49 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.init,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monotone.init 8 May 2006 19:50:21 -0000 1.5 +++ monotone.init 3 Aug 2006 20:28:49 -0000 1.6 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- monotone.spec 12 Jul 2006 07:07:51 -0000 1.13 +++ monotone.spec 3 Aug 2006 20:28:49 -0000 1.14 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 07:07:51 -0000 1.8 +++ sources 3 Aug 2006 20:28:49 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 21:18:42 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 14:18:42 -0700 Subject: rpms/monotone/FC-5 monotone.spec,1.14,1.15 Message-ID: <200608032118.k73LIiGM022083@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22066 Modified Files: monotone.spec Log Message: Get testsuite logs from new place. Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- monotone.spec 3 Aug 2006 20:25:17 -0000 1.14 +++ monotone.spec 3 Aug 2006 21:18:41 -0000 1.15 @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 21:19:35 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 14:19:35 -0700 Subject: rpms/monotone/FC-5 monotone.spec,1.15,1.16 Message-ID: <200608032119.k73LJbGk022136@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22119 Modified Files: monotone.spec Log Message: Missing bump Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- monotone.spec 3 Aug 2006 21:18:41 -0000 1.15 +++ monotone.spec 3 Aug 2006 21:19:35 -0000 1.16 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools From fedora-extras-commits at redhat.com Thu Aug 3 22:23:36 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 15:23:36 -0700 Subject: rpms/monotone/devel monotone.spec,1.14,1.15 Message-ID: <200608032223.k73MNc5k025037@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25020 Modified Files: monotone.spec Log Message: Propagate from FC-5 Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- monotone.spec 3 Aug 2006 20:28:49 -0000 1.14 +++ monotone.spec 3 Aug 2006 22:23:36 -0000 1.15 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 22:23:55 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 15:23:55 -0700 Subject: rpms/monotone/FC-4 monotone.spec,1.18,1.19 Message-ID: <200608032223.k73MNvFZ025098@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25081 Modified Files: monotone.spec Log Message: Propagate from FC-5 Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- monotone.spec 3 Aug 2006 20:28:04 -0000 1.18 +++ monotone.spec 3 Aug 2006 22:23:54 -0000 1.19 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 22:54:43 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:43 -0700 Subject: rpms/asymptote/devel .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032254.k73MsjdS025297@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/devel Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:58 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:42 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:58 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:42 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:58 -0000 1.6 +++ sources 3 Aug 2006 22:54:42 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 22:54:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:36 -0700 Subject: rpms/asymptote/FC-4 .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032255.k73Mt8En025306@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:57 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:36 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:57 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:36 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:57 -0000 1.6 +++ sources 3 Aug 2006 22:54:36 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 22:54:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:37 -0700 Subject: rpms/asymptote/FC-5 .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032255.k73Mt9mo025311@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:57 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:37 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:57 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:37 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:57 -0000 1.6 +++ sources 3 Aug 2006 22:54:37 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:08:04 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:08:04 -0700 Subject: rpms/perl-Module-CoreList/devel .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608032308.k73N86Fi028166@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/devel Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:40 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:08:03 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:40 -0000 1.11 +++ perl-Module-CoreList.spec 3 Aug 2006 23:08:03 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:40 -0000 1.8 +++ sources 3 Aug 2006 23:08:03 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:07:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:07:57 -0700 Subject: rpms/perl-Module-CoreList/FC-4 .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200608032308.k73N8TOs028171@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/FC-4 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:34 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:07:57 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/perl-Module-CoreList.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:34 -0000 1.10 +++ perl-Module-CoreList.spec 3 Aug 2006 23:07:57 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:34 -0000 1.8 +++ sources 3 Aug 2006 23:07:57 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:07:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:07:58 -0700 Subject: rpms/perl-Module-CoreList/FC-5 .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608032308.k73N8UIg028176@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/FC-5 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:39 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:07:58 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:39 -0000 1.11 +++ perl-Module-CoreList.spec 3 Aug 2006 23:07:58 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:39 -0000 1.8 +++ sources 3 Aug 2006 23:07:58 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 00:48:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 17:48:07 -0700 Subject: rpms/perl-Devel-Cover/devel perl-Devel-Cover.spec,1.2,1.3 Message-ID: <200608040048.k740m988031286@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31269 Modified Files: perl-Devel-Cover.spec Log Message: New requirement: perl(PPI::HTML) Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Devel-Cover.spec 3 Aug 2006 13:31:32 -0000 1.2 +++ perl-Devel-Cover.spec 4 Aug 2006 00:48:06 -0000 1.3 @@ -10,9 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) +BuildRequires: perl(PPI::HTML) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) Requires: perl(Test::Differences) From fedora-extras-commits at redhat.com Fri Aug 4 01:00:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 18:00:10 -0700 Subject: rpms/perl-Devel-Cover/FC-5 .cvsignore, 1.2, 1.3 perl-Devel-Cover.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608040100.k7410CJW031370@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31347 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 16:57:18 -0000 1.2 +++ .cvsignore 4 Aug 2006 01:00:10 -0000 1.3 @@ -1 +1 @@ -Devel-Cover-0.55.tar.gz +Devel-Cover-0.56.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/perl-Devel-Cover.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Devel-Cover.spec 12 May 2006 16:57:18 -0000 1.1 +++ perl-Devel-Cover.spec 4 Aug 2006 01:00:10 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.55 -Release: 2%{?dist} +Version: 0.56 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -10,9 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) +BuildRequires: perl(PPI::HTML) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) Requires: perl(Test::Differences) @@ -58,6 +60,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 +- Update to 0.56. + * Fri May 12 2006 Jose Pedro Oliveira - 0.55-2 - Removed dependencies pulled in by a documentation file (#191110). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 16:57:18 -0000 1.2 +++ sources 4 Aug 2006 01:00:10 -0000 1.3 @@ -1 +1 @@ -6bb9ddcd7a9e4d87c02b8bbea7ad3c4a Devel-Cover-0.55.tar.gz +ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 01:24:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 18:24:36 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.3, 1.4 perl-Devel-Cover.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608040124.k741OcXb001626@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1605 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.57. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Aug 2006 13:31:32 -0000 1.3 +++ .cvsignore 4 Aug 2006 01:24:36 -0000 1.4 @@ -1 +1 @@ -Devel-Cover-0.56.tar.gz +Devel-Cover-0.57.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cover.spec 4 Aug 2006 00:48:06 -0000 1.3 +++ perl-Devel-Cover.spec 4 Aug 2006 01:24:36 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.56 +Version: 0.57 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -10,12 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) -BuildRequires: perl(PPI::HTML) +BuildRequires: perl(PPI::HTML) >= 1.07 +BuildRequires: perl(Perl::Tidy) >= 20060719 BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) +Requires: perl(PPI::HTML) >= 1.07 Requires: perl(Test::Differences) %description @@ -60,6 +61,9 @@ %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 +- Update to 0.57. + * Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 - Update to 0.56. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Aug 2006 13:31:32 -0000 1.3 +++ sources 4 Aug 2006 01:24:36 -0000 1.4 @@ -1 +1 @@ -ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz +bc09e713838dbb438ae10414be8fcfa3 Devel-Cover-0.57.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 03:47:16 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 20:47:16 -0700 Subject: rpms/ddskk/devel ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch, NONE, 1.1 ddskk.spec, 1.3, 1.4 Message-ID: <200608040347.k743lJ58007269@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7249 Modified Files: ddskk.spec Added Files: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch Log Message: - fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads in xemacs-21.5 ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch: --- NEW FILE ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch --- --- ddskk-12.2.0/SKK-MK~ 2003-07-21 21:29:50.000000000 +0900 +++ ddskk-12.2.0/SKK-MK 2006-08-04 12:35:07.000000000 +0900 @@ -1018,7 +1018,7 @@ (let ((generated-autoload-file (expand-file-name "auto-autoloads.el"))) (setq buffer-file-name generated-autoload-file) - (fixup-autoload-buffer "skk-autoloads") + (autoload-featurep-protect-autoloads "skk-autoloads") (goto-char (point-max)) (unless (bolp) (insert "\n")) Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ddskk.spec 27 Dec 2005 03:11:10 -0000 1.3 +++ ddskk.spec 4 Aug 2006 03:47:16 -0000 1.4 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -18,6 +18,7 @@ Requires: apel >= %{apelminver} Provides: skk Obsoletes: skk, ddskk-el +Patch1: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch %description Daredevil SKK is a branch of SKK (Simple Kana to Kanji conversion program, @@ -45,11 +46,15 @@ This package does not include dictionaries or a skkserver. Please install them separately. + %prep %setup -q +%patch1 -p1 -b .xemacs-fixup + %build + %install rm -fr %buildroot mkdir -p %buildroot%{_datadir}/emacs/site-lisp/site-start.d/ @@ -72,15 +77,19 @@ # don't compress ja info pages %define __os_install_post %{nil} + %clean rm -fr %buildroot + %post /sbin/install-info %{_infodir}/skk.info %{_infodir}/dir + %preun /sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir + %files %defattr(-,root,root) %doc ChangeLog READMEs @@ -89,12 +98,18 @@ %{_datadir}/skk %{_infodir}/* + %files xemacs %defattr(-,root,root) %doc ChangeLog READMEs %{pkgdir} + %changelog +* Fri Aug 4 2006 Jens Petersen - 12.2.0-8.fc6 +- fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads + in xemacs-21.5 + * Wed Nov 16 2005 Jens Petersen - 12.2.0-7 - require and buildrequire apel version 10.6 From fedora-extras-commits at redhat.com Fri Aug 4 03:52:13 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 20:52:13 -0700 Subject: rpms/ddskk/devel ddskk.spec,1.4,1.5 Message-ID: <200608040352.k743qFJv007314@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7295 Modified Files: ddskk.spec Log Message: improve changelog entry Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ddskk.spec 4 Aug 2006 03:47:16 -0000 1.4 +++ ddskk.spec 4 Aug 2006 03:52:13 -0000 1.5 @@ -107,8 +107,8 @@ %changelog * Fri Aug 4 2006 Jens Petersen - 12.2.0-8.fc6 -- fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads - in xemacs-21.5 +- add ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch for autoload generation + in xemacs 21.5 * Wed Nov 16 2005 Jens Petersen - 12.2.0-7 - require and buildrequire apel version 10.6 From fedora-extras-commits at redhat.com Fri Aug 4 03:53:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 3 Aug 2006 20:53:21 -0700 Subject: rpms/cairomm/devel .cvsignore, 1.2, 1.3 cairomm.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608040353.k743rNdL007391@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7354 Modified Files: .cvsignore cairomm.spec sources Log Message: Moved to cairomm 1.1.10 to support cairo 1.2 in FC6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 04:29:16 -0000 1.2 +++ .cvsignore 4 Aug 2006 03:53:21 -0000 1.3 @@ -1 +1 @@ -cairomm-0.6.0.tar.gz +cairomm-1.1.10.tar.gz Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairomm.spec 30 Apr 2006 04:29:16 -0000 1.1 +++ cairomm.spec 4 Aug 2006 03:53:21 -0000 1.2 @@ -1,13 +1,13 @@ Summary: This library provides a C++ interface to cairo Name: cairomm -Version: 0.6.0 +Version: 1.1.10 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries -Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz +Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cairo-devel >= 1.0.4 pkgconfig +BuildRequires: cairo-devel >= 1.2.0 pkgconfig %description This library provides a C++ interface to cairo. @@ -33,7 +33,7 @@ %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' -mv docs/reference/html . +mv docs/reference . %clean %{__rm} -rf %{buildroot} @@ -52,9 +52,14 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_includedir}/cairomm-1.0/ -%doc ChangeLog html +%doc ChangeLog reference %changelog +* Thu Aug 3 2006 Rick L Vinyard Jr - 1.1.10-1 +- First release for cairo 1.2 +- Adjusted cairo dependencies for new version +- Docs were in html, moved to reference/html + * Sun Apr 9 2006 Rick L Vinyard Jr - 0.6.0-1 - New upstream version should fix the upstream issues like AUTHORS and README - Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 04:29:16 -0000 1.2 +++ sources 4 Aug 2006 03:53:21 -0000 1.3 @@ -1 +1 @@ -9d967cf486b0ac59d451d47922c99e6f cairomm-0.6.0.tar.gz +b418d2e22c02f6890b76354488f13447 cairomm-1.1.10.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 05:41:37 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:41:37 -0700 Subject: rpms/uim/devel .cvsignore, 1.15, 1.16 sources, 1.14, 1.15 uim.spec, 1.30, 1.31 Message-ID: <200608040541.k745fdhE012848@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12827 Modified Files: .cvsignore sources uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 7 Jul 2006 05:31:06 -0000 1.15 +++ .cvsignore 4 Aug 2006 05:41:37 -0000 1.16 @@ -14,3 +14,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 7 Jul 2006 05:31:06 -0000 1.14 +++ sources 4 Aug 2006 05:41:37 -0000 1.15 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- uim.spec 24 Jul 2006 14:12:47 -0000 1.30 +++ uim.spec 4 Aug 2006 05:41:37 -0000 1.31 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -301,6 +301,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Mon Jul 24 2006 Akira TAGOH - 1.1.1-2 - install a xinput file with .conf suffix. From fedora-extras-commits at redhat.com Fri Aug 4 05:45:39 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:45:39 -0700 Subject: rpms/uim/FC-5 .cvsignore, 1.15, 1.16 sources, 1.14, 1.15 uim.spec, 1.28, 1.29 Message-ID: <200608040545.k745jf88012944@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12923 Modified Files: .cvsignore sources uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 7 Jul 2006 05:52:15 -0000 1.15 +++ .cvsignore 4 Aug 2006 05:45:39 -0000 1.16 @@ -14,3 +14,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 7 Jul 2006 05:52:15 -0000 1.14 +++ sources 4 Aug 2006 05:45:39 -0000 1.15 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/uim.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- uim.spec 7 Jul 2006 05:48:07 -0000 1.28 +++ uim.spec 4 Aug 2006 05:45:39 -0000 1.29 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_host} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -300,6 +300,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Fri Jul 7 2006 Akira TAGOH - 1.1.1-1 - New upstream release. - use %%{_host} not %%{_target_platform} for update-gtk-immodules. From fedora-extras-commits at redhat.com Fri Aug 4 05:48:45 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:48:45 -0700 Subject: rpms/uim/FC-4 uim.spec,1.21,1.22 Message-ID: <200608040548.k745mm8m013063@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13042 Modified Files: uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/uim.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- uim.spec 7 Jul 2006 05:37:16 -0000 1.21 +++ uim.spec 4 Aug 2006 05:48:45 -0000 1.22 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_target_platform} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -300,6 +300,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Fri Jul 7 2006 Akira TAGOH - 1.1.1-1 - New upstream release. - removed the unnecessary %%post and %%postun. From fedora-extras-commits at redhat.com Fri Aug 4 05:50:59 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:50:59 -0700 Subject: rpms/uim/FC-4 .cvsignore,1.13,1.14 sources,1.12,1.13 Message-ID: <200608040551.k745p1UE013285@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13262 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 7 Jul 2006 05:37:16 -0000 1.13 +++ .cvsignore 4 Aug 2006 05:50:59 -0000 1.14 @@ -12,3 +12,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 7 Jul 2006 05:37:16 -0000 1.12 +++ sources 4 Aug 2006 05:50:59 -0000 1.13 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 06:09:33 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:09:33 -0700 Subject: rpms/scim-bridge/FC-5 scim-bridge.spec,1.2,1.3 Message-ID: <200608040609.k7469Z9O016054@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-bridge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430 Modified Files: scim-bridge.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-bridge.spec =================================================================== RCS file: /cvs/extras/rpms/scim-bridge/FC-5/scim-bridge.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- scim-bridge.spec 2 Jun 2006 02:21:26 -0000 1.2 +++ scim-bridge.spec 4 Aug 2006 06:09:33 -0000 1.3 @@ -2,8 +2,8 @@ Name: scim-bridge Version: 0.1.12 -Release: 1%{?dist} -Summary: SCIM Bridge +Release: 1%{?dist}.1 +Summary: SCIM Bridge Gtk IM module Group: System Environment/Libraries License: LGPL @@ -89,6 +89,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.12-1.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Tue May 30 2006 Jens Petersen - 0.1.12-1.fc5 - update to 0.1.12 - turn on libstdc++so7 @@ -100,7 +103,7 @@ - update to 0.1.7 release * Sat Apr 29 2006 Jens Petersen -- package for Fedora Extras +- package for Fedora Extras (#190243) * Wed Mar 15 2006 Jens Petersen - cvs snapshot From fedora-extras-commits at redhat.com Fri Aug 4 06:12:48 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:12:48 -0700 Subject: rpms/scim-fcitx/FC-5 scim-fcitx.spec,1.6,1.7 Message-ID: <200608040612.k746CoGi016133@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-fcitx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16116 Modified Files: scim-fcitx.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-fcitx.spec =================================================================== RCS file: /cvs/extras/rpms/scim-fcitx/FC-5/scim-fcitx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scim-fcitx.spec 2 Jun 2006 07:29:57 -0000 1.6 +++ scim-fcitx.spec 4 Aug 2006 06:12:48 -0000 1.7 @@ -2,7 +2,7 @@ Name: scim-fcitx Version: 3.1.1 -Release: 4.1%{?dist} +Release: 4.2%{?dist} Summary: FCITX Input Method Engine for SCIM Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 3.1.1-4.2.fc5 +- rebuild against new libstdc++so7 (#197718) + * Fri Jun 2 2006 Jens Petersen - 3.1.1-4.1.fc5 - rebuild against new libstdc++so7 snapshot From fedora-extras-commits at redhat.com Fri Aug 4 06:29:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:29:47 -0700 Subject: rpms/monodevelop/devel - New directory Message-ID: <200608040629.k746TnRX016393@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16364/monodevelop/devel Log Message: Directory /cvs/extras/rpms/monodevelop/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 06:29:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:29:46 -0700 Subject: rpms/monodevelop - New directory Message-ID: <200608040629.k746TmCQ016390@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16364/monodevelop Log Message: Directory /cvs/extras/rpms/monodevelop added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 06:30:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:30:07 -0700 Subject: rpms/monodevelop Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608040630.k746U9QS016452@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16419 Added Files: Makefile import.log Log Message: Setup of module monodevelop --- NEW FILE Makefile --- # Top level Makefile for module monodevelop all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 4 06:30:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:30:08 -0700 Subject: rpms/monodevelop/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608040630.k746UAN5016455@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16419/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module monodevelop --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 4 06:39:19 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:39:19 -0700 Subject: rpms/scim-input-pad/devel scim-input-pad-libexecdir.patch, NONE, 1.1 scim-input-pad.spec, 1.6, 1.7 Message-ID: <200608040639.k746dLfU016536@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16513 Modified Files: scim-input-pad.spec Added Files: scim-input-pad-libexecdir.patch Log Message: fix libexecdir in wrapper script for new module path scim-input-pad-libexecdir.patch: --- NEW FILE scim-input-pad-libexecdir.patch --- --- scim-input-pad-0.1.1/configure.ac~ 2005-12-06 12:06:26.000000000 +0900 +++ scim-input-pad-0.1.1/configure.ac 2006-08-04 15:28:59.000000000 +0900 @@ -84,7 +84,7 @@ SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` -SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim` +SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim`/.. if test "x$SCIM_ICONDIR" = "x"; then SCIM_ICONDIR=${datadir}/scim/icons Index: scim-input-pad.spec =================================================================== RCS file: /cvs/extras/rpms/scim-input-pad/devel/scim-input-pad.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scim-input-pad.spec 4 Apr 2006 13:10:08 -0000 1.6 +++ scim-input-pad.spec 4 Aug 2006 06:39:19 -0000 1.7 @@ -2,7 +2,7 @@ Name: scim-input-pad Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: On-screen Input Pad for SCIM Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scim-input-pad-rpath.patch +Patch1: scim-input-pad-libexecdir.patch BuildRequires: scim-devel %if %{with_libstdc_preview} @@ -24,7 +25,8 @@ %prep %setup -q -%patch0 -p0 +%patch0 -p0 -b .0-rpath +%patch1 -p1 -b .1-libexec %build @@ -73,6 +75,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.1-5 +- fix libexecdir in wrapper script for new module path + * Tue Apr 4 2006 Jens Petersen - 0.1.1-4 - rebuild without libstdc++so7 From fedora-extras-commits at redhat.com Fri Aug 4 07:07:29 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:07:29 -0700 Subject: rpms/scim-input-pad/FC-5 scim-input-pad.spec,1.8,1.9 Message-ID: <200608040707.k7477VIS019169@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19152 Modified Files: scim-input-pad.spec Log Message: - fix libexecdir in wrapper script for new module path - rebuild against new libstdc++so7 (#197718) Index: scim-input-pad.spec =================================================================== RCS file: /cvs/extras/rpms/scim-input-pad/FC-5/scim-input-pad.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- scim-input-pad.spec 2 Jun 2006 08:01:49 -0000 1.8 +++ scim-input-pad.spec 4 Aug 2006 07:07:29 -0000 1.9 @@ -2,7 +2,7 @@ Name: scim-input-pad Version: 0.1.1 -Release: 4%{?dist}.1 +Release: 5%{?dist} Summary: On-screen Input Pad for SCIM Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scim-input-pad-rpath.patch +Patch1: scim-input-pad-libexecdir.patch BuildRequires: scim-devel %if %{with_libstdc_preview} @@ -24,7 +25,8 @@ %prep %setup -q -%patch0 -p0 +%patch0 -p0 -b .0-rpath +%patch1 -p1 -b .1-libexec %build @@ -73,6 +75,10 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.1-5.fc5 +- fix libexecdir in wrapper script for new module path +- rebuild against new libstdc++so7 (#197718) + * Fri Jun 2 2006 Jens Petersen - 0.1.1-4.1 - rebuild against new libstdc++so7 snapshot From fedora-extras-commits at redhat.com Fri Aug 4 07:29:47 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:29:47 -0700 Subject: rpms/scim-input-pad/FC-5 scim-input-pad-libexecdir.patch,NONE,1.1 Message-ID: <200608040729.k747TnUM019356@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19334 Added Files: scim-input-pad-libexecdir.patch Log Message: add scim-input-pad-libexecdir.patch scim-input-pad-libexecdir.patch: --- NEW FILE scim-input-pad-libexecdir.patch --- --- scim-input-pad-0.1.1/configure.ac~ 2005-12-06 12:06:26.000000000 +0900 +++ scim-input-pad-0.1.1/configure.ac 2006-08-04 15:28:59.000000000 +0900 @@ -84,7 +84,7 @@ SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` -SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim` +SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim`/.. if test "x$SCIM_ICONDIR" = "x"; then SCIM_ICONDIR=${datadir}/scim/icons From fedora-extras-commits at redhat.com Fri Aug 4 07:56:41 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:56:41 -0700 Subject: rpms/scim-skk/FC-5 scim-skk.spec,1.19,1.20 Message-ID: <200608040756.k747uhXv019603@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-skk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19586 Modified Files: scim-skk.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-skk.spec =================================================================== RCS file: /cvs/extras/rpms/scim-skk/FC-5/scim-skk.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- scim-skk.spec 23 Jul 2006 03:51:02 -0000 1.19 +++ scim-skk.spec 4 Aug 2006 07:56:41 -0000 1.20 @@ -2,7 +2,7 @@ Name: scim-skk Version: 0.5.2 -Release: 7%{?dist} +Release: 7%{?dist}.1 Summary: SCIM IMEngine module for skk Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.5.2-7.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Sun Jul 23 2006 Ryo Diairki - 0.5.2-7 - add a patch for the problem of broken iterators. From fedora-extras-commits at redhat.com Fri Aug 4 08:01:04 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:01:04 -0700 Subject: rpms/scim-tomoe/FC-5 scim-tomoe.spec,1.13,1.14 Message-ID: <200608040801.k74816Yx022108@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19669 Modified Files: scim-tomoe.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/scim-tomoe.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- scim-tomoe.spec 29 May 2006 00:18:26 -0000 1.13 +++ scim-tomoe.spec 4 Aug 2006 08:01:04 -0000 1.14 @@ -2,7 +2,7 @@ Name: scim-tomoe Version: 0.2.0 -Release: 6%{?dist} +Release: 6%{?dist}.1 Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.2.0-6.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Mon May 29 2006 Ryo Dairiki - 0.2-6 - rebuild against new libstdc++so7 From fedora-extras-commits at redhat.com Fri Aug 4 08:33:39 2006 From: fedora-extras-commits at redhat.com (Petr Rockai (mornfall)) Date: Fri, 4 Aug 2006 01:33:39 -0700 Subject: devel/cyrus-imapd cyrus-imapd.spec,1.13,1.14 Message-ID: <200608040833.k748XfYu022443@cvs-int.fedora.redhat.com> Author: mornfall Update of /cvs/extras/devel/cyrus-imapd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422 Modified Files: cyrus-imapd.spec Log Message: * Fri Aug 04 2006 Petr Rockai - 2.3.7-2 - only buildrequire lm_sensors on i386 and x86_64, since it is not available elsewhere Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/devel/cyrus-imapd/cyrus-imapd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cyrus-imapd.spec 27 Jul 2006 10:41:04 -0000 1.13 +++ cyrus-imapd.spec 4 Aug 2006 08:33:39 -0000 1.14 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.7 -Release: 1%{?dist} +Release: 2%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -157,7 +157,10 @@ BuildRequires: flex, bison, groff >= 1.15-8, automake BuildRequires: openldap-devel %if %{SNMP} -BuildRequires: %{_snmpver}-snmp-devel, lm_sensors-devel +BuildRequires: %{_snmpver}-snmp-devel +%ifarch i386 x86_64 +BuildRequires: lm_sensors-devel +%endif %endif Requires(post): e2fsprogs, /sbin/chkconfig, /sbin/service, perl, grep, coreutils, findutils Requires(preun): /sbin/chkconfig, /sbin/service, coreutils @@ -803,6 +806,10 @@ %{_mandir}/man1/* %changelog +* Fri Aug 04 2006 Petr Rockai - 2.3.7-2 +- only buildrequire lm_sensors on i386 and x86_64, since it is not + available elsewhere + * Sun Jul 23 2006 Petr Rockai - 2.3.7-1 - update to latest upstream version, fixes a fair amount of issues - forward-port the autocreate and rmquota patches (used latest From fedora-extras-commits at redhat.com Fri Aug 4 08:36:46 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:36:46 -0700 Subject: rpms/flim/devel flim-xemacs-batch-autoloads.patch, NONE, 1.1 flim.spec, 1.1, 1.2 Message-ID: <200608040836.k748amC8022509@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22489 Modified Files: flim.spec Added Files: flim-xemacs-batch-autoloads.patch Log Message: - update to 1.14.8 - add flim-xemacs-batch-autoloads.patch to fix generation of autoload file for xemacs-21.5 flim-xemacs-batch-autoloads.patch: --- NEW FILE flim-xemacs-batch-autoloads.patch --- --- flim-1.14.7/FLIM-MK~ 2002-11-15 16:54:10.000000000 +0900 +++ flim-1.14.7/FLIM-MK 2006-08-04 17:31:09.000000000 +0900 @@ -71,7 +71,7 @@ (setq autoload-package-name "flim") (add-to-list 'command-line-args-left ".") - (batch-update-directory) + (batch-update-directory-autoloads) (add-to-list 'command-line-args-left ".") (Custom-make-dependencies) Index: flim.spec =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flim.spec 30 May 2005 06:49:54 -0000 1.1 +++ flim.spec 4 Aug 2006 08:36:46 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Basic library for handling email messages for Emacs Name: flim -Version: 1.14.7 -Release: 3 +Version: 1.14.8 +Release: 1%{?dist} License: GPL Group: Applications/Editors URL: http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp @@ -14,11 +14,13 @@ Source: ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/%{name}-%{version}.tar.gz Requires: apel PreReq: /sbin/install-info +Patch1: flim-xemacs-batch-autoloads.patch %description FLIM is a library to provide basic features about message representation and encoding for Emacs. + %package xemacs Summary: Basic library for handling email messages for XEmacs Group: Applications/Editors @@ -29,13 +31,17 @@ FLIM is a library to provide basic features about message representation and encoding for Emacs. + %prep %setup -q +%patch1 -p1 -b .1-pkg-autoload + %build rm -f mailcap* make LISPDIR=$RPM_BUILD_ROOT%{lispdir} + %install rm -rf $RPM_BUILD_ROOT @@ -43,20 +49,29 @@ make clean make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr (-, root, root) %doc FLIM-API.en README.en README.ja %{lispdir} + %files xemacs %defattr (-, root, root) %doc README.en README.ja %{pkgdir} + %changelog +* Fri Aug 4 2006 Jens Petersen - 1.14.8-1 +- update to 1.14.8 +- add flim-xemacs-batch-autoloads.patch to fix generation of autoloads + for xemacs-21.5 + * Mon May 30 2005 Jens Petersen - 1.14.7-3 - Initial import into Extras - restore xemacs subpackage @@ -120,4 +135,4 @@ * Fri Oct 26 2001 Akira TAGOH 1.14.3-1 - Initial release. - Spearated from semi package. + Separated from semi package. From fedora-extras-commits at redhat.com Fri Aug 4 08:49:56 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:49:56 -0700 Subject: rpms/flim/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608040849.k748nwAR022637@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22618 Modified Files: .cvsignore sources Log Message: upload new source Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/flim/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 May 2005 06:49:54 -0000 1.2 +++ .cvsignore 4 Aug 2006 08:49:56 -0000 1.3 @@ -1 +1 @@ -flim-1.14.7.tar.gz +flim-1.14.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/flim/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 May 2005 06:49:54 -0000 1.2 +++ sources 4 Aug 2006 08:49:56 -0000 1.3 @@ -1 +1 @@ -e32430eced7e244c4049f15e2cdd481b flim-1.14.7.tar.gz +a26c34ae610c58bbcd7fe9f060450044 flim-1.14.8.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 09:30:04 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 02:30:04 -0700 Subject: rpms/flim/devel flim-xemacs-batch-autoloads.patch, 1.1, 1.2 flim.spec, 1.2, 1.3 Message-ID: <200608040930.k749U64Y025439@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25406 Modified Files: flim-xemacs-batch-autoloads.patch flim.spec Log Message: create dummy auto-autoloads.el and custom-load.el to placate batch-update-autoloads flim-xemacs-batch-autoloads.patch: Index: flim-xemacs-batch-autoloads.patch =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim-xemacs-batch-autoloads.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flim-xemacs-batch-autoloads.patch 4 Aug 2006 08:36:46 -0000 1.1 +++ flim-xemacs-batch-autoloads.patch 4 Aug 2006 09:30:03 -0000 1.2 @@ -5,7 +5,7 @@ (setq autoload-package-name "flim") (add-to-list 'command-line-args-left ".") - (batch-update-directory) -+ (batch-update-directory-autoloads) ++ (batch-update-autoloads) (add-to-list 'command-line-args-left ".") (Custom-make-dependencies) Index: flim.spec =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flim.spec 4 Aug 2006 08:36:46 -0000 1.2 +++ flim.spec 4 Aug 2006 09:30:03 -0000 1.3 @@ -45,8 +45,14 @@ %install rm -rf $RPM_BUILD_ROOT +# build for emacs %makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} LISPDIR=$RPM_BUILD_ROOT%{lispdir} + make clean + +# build for xemacs +## hack for batch-update-autoloads +touch auto-autoloads.el custom-load.el make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package From fedora-extras-commits at redhat.com Fri Aug 4 10:14:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:14:35 -0700 Subject: rpms/monodevelop import.log,1.1,1.2 Message-ID: <200608041014.k74AEbAa028200@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167 Modified Files: import.log Log Message: auto-import monodevelop-0.11-15 on branch devel from monodevelop-0.11-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodevelop/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Aug 2006 06:30:07 -0000 1.1 +++ import.log 4 Aug 2006 10:14:35 -0000 1.2 @@ -0,0 +1 @@ +monodevelop-0_11-15:HEAD:monodevelop-0.11-15.src.rpm:1154686465 From fedora-extras-commits at redhat.com Fri Aug 4 10:14:36 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:14:36 -0700 Subject: rpms/monodevelop/devel monodevelop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608041014.k74AEcPj028205@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/devel Modified Files: .cvsignore sources Added Files: monodevelop.spec Log Message: auto-import monodevelop-0.11-15 on branch devel from monodevelop-0.11-15.src.rpm --- NEW FILE monodevelop.spec --- %define monodir %{_prefix}/lib Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.11 Release: 15%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz URL: http://go-mono.com/sources/%{name}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel, gtk-sharp2, gecko-sharp2, intltool, gettext, bytefx-data-mysql, mono-data-postgresql, mono-data-oracle, mono-data-sqlite, mono-data-sybase, mono-nunit, gtk-sharp2-gapi, shared-mime-info, pkgconfig, gtksourceview-sharp-devel, monodoc-devel, ikvm-devel BuildRequires: autoconf, automake Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-nunit mono-data-postgresql mono-data-sybase mono-data-oracle %description This package provides MonoDevelop, a full-featured IDE for Mono with syntax colouring, code completion, debugging, project management and support for C sharp, Visual Basic.NET, Java, Boo, Nemerle and MSIL. %package devel Summary: Development files for monodevelop Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for monodevelop %prep %setup -q %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:%{_datadir}/pkgconfig/:$PKG_CONFIG_PATH %configure --enable-boo --enable-java --enable-versioncontrol --libdir=%{monodir} make # no smp flags as it falls over during the build (race condition) %install %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install %find_lang %{name} desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --delete-original \ %{buildroot}%{_datadir}/applications/monodevelop.desktop %post update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database &> /dev/null || : %postun update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database &> /dev/null || : %files -f %{name}.lang %defattr (-,root,root,-) %{_bindir}/mdtool %{_bindir}/monodevelop %doc AUTHORS COPYING ChangeLog README %{monodir}/monodevelop/* %exclude %{_datadir}/mime/XMLnamespaces %exclude %{_datadir}/mime/aliases %{_datadir}/mime/globs %{_datadir}/mime/magic %{_datadir}/mime/mime.cache %{_datadir}/mime/packages/monodevelop.xml %{_datadir}/mime/application/*.xml %exclude %{_datadir}/mime/subclasses %{_datadir}/mime/text/x-*.xml %{_datadir}/pixmaps/monodevelop.png %{_datadir}/applications/fedora-monodevelop.desktop %files devel %defattr(-,root,root,-) %{monodir}/pkgconfig/monodevelop.pc %clean %{__rm} -rf %{buildroot} %changelog * Wed Aug 02 2006 Paul F. Johnson 0.11-15 - removed R which, added R mono-nunit - changed R bytefx-data-mysq to msql - altered update-mime-info and added update-desktop-database - added R pkgconfig to devel - added comment as to why smp_flags are not used on the build * Sat Jul 29 2006 Paul F. Johnson 0.11-14 - Added additional Rs - minor specfile tweaks * Sun Jul 23 2006 Paul F. Johnson 0.11-12 - fixed which problem - fixes the libdir issue for 64 bit * Sun Jul 09 2006 Paul F. Johnson 0.11-11 - minor spec files changes to satisfy rpmlint - added BR ikvm-devel * Sun Jul 09 2006 John Mahowald - 0.11-10 - libdir fixes - BR mono-data-sqlite * Sun Jul 09 2006 Paul F. Johnson 0.11-9 - removed noarch - added a couple of patches from the new nant package - fixes for new mono guidelines * Wed Jun 14 2006 Paul F. Johnson 0.11-8 - Removed libdir hack - Added BR pkgconfig - Added R monodoc - Altered configure line to satisfy the parts required * Mon Jun 05 2006 Paul F. Johnson 0.11-7 - Added additional fix for 64 bit systems * Sun Jun 04 2006 Paul F. Johnson 0.11-6 - Minor mod to the BR - Fixed the desktop-file-install problem * Sat Jun 03 2006 Paul F. Johnson 0.11-5 - Removed duplicate desktop file * Sat Jun 03 2006 Paul F. Johnson 0.11-4 - Removed R filesystem - Simplified mime-applications - Added scriptlets to handle mime info - Corrected handling of desktop icon - Removed INSTALL file * Sat Jun 03 2006 Paul F. Johnson 0.11-3 - Added BR shared-mime-info - Added R filesystem - Made all of the bindir and datadir ownerships explicit * Wed May 31 2006 Paul F. Johnson 0.11-2 - Added devel - Added fix for 64 bit systems * Sun May 07 2006 Paul F. Johnson 0.11-1 - bump to new version - added exclude archs for x86_64 and ia64 due to build problems * Wed Apr 26 2006 Paul F. Johnson 0.10-8 - removed smp_flags - added boo and ikvm support * Sun Apr 23 2006 Paul F. Johnson 0.10-7 - removed static usrlib - added export macros to fix the x86_64 problem - disabled boo * Wed Apr 19 2006 Paul F. Johnson 0.10-6 - spec file version correctly bumped - small spec file fixed - enable-boo and enable-java added to the %%configure line * Mon Apr 18 2006 Paul F. Johnson 0.10-5 - libdir now usr-lib irrespective of hardware built on * Mon Apr 17 2006 Paul F. Johnson 0.10-4 - Altered install script somewhat - Changed the path for the monodevelop libdir to be FE compliant - Fixed source and URL * Sat Apr 15 2006 Paul F. Johnson 0.10-3 - Add in boo and mono-debugger - fixed a couple of minor spec file bugs - fixed MonoDevelop.Core not being found in the addins * Wed Apr 5 2006 Paul F. Johnson 0.10-2 - Additional buildreqs and two typo fixed - thanks to Angel Marin again * Wed Apr 5 2006 Paul F. Johnson 0.10-1 - Bump to new version - mods to spec file for new version * Wed Apr 5 2006 Paul F. Johnson 0.9-3 - minor tweaks - fixed a couple of typos - thanks to Angel Marin for spotting them * Wed Jan 25 2006 Paul F. Johnson 0.9-2 - added deps for ikvm and bytefx-data-mysql - removed language support for the moment * Mon Jan 23 2006 Paul F. Johnson 0.9-1 - Initial import Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Aug 2006 06:30:08 -0000 1.1 +++ .cvsignore 4 Aug 2006 10:14:36 -0000 1.2 @@ -0,0 +1 @@ +monodevelop-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Aug 2006 06:30:08 -0000 1.1 +++ sources 4 Aug 2006 10:14:36 -0000 1.2 @@ -0,0 +1 @@ +541a2eba4266b3dd8b8024c409957330 monodevelop-0.11.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 10:18:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:18:09 -0700 Subject: owners owners.list,1.1358,1.1359 Message-ID: <200608041018.k74AIB3w028299@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28282 Modified Files: owners.list Log Message: PFJ - Initial import of monodevelop into FE owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1358 retrieving revision 1.1359 diff -u -r1.1358 -r1.1359 --- owners.list 3 Aug 2006 19:54:13 -0000 1.1358 +++ owners.list 4 Aug 2006 10:18:09 -0000 1.1359 @@ -910,6 +910,7 @@ Fedora Extras|moin|MoinMoin is a Python clone of WikiWiki|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|moin-latex|LaTeX plugin for the MoinMoin wiki|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|monkey-bubble|Game in the spirit of Frozen Bubble|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|michael at knox.net.nz +Fedora Extras|monodevelop|A fully featured IDE for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 10:21:16 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 4 Aug 2006 03:21:16 -0700 Subject: fedora-security/audit fc4,1.347,1.348 fc5,1.262,1.263 Message-ID: <200608041021.k74ALGbG028342@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28322/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3879 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.347 retrieving revision 1.348 diff -u -r1.347 -r1.348 --- fc4 3 Aug 2006 08:23:13 -0000 1.347 +++ fc4 4 Aug 2006 10:21:14 -0000 1.348 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 -CVE-2006-3879 ** mikmod +CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.262 retrieving revision 1.263 diff -u -r1.262 -r1.263 --- fc5 3 Aug 2006 08:23:36 -0000 1.262 +++ fc5 4 Aug 2006 10:21:14 -0000 1.263 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.2.2 -CVE-2006-3879 ** mikmod +CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird From fedora-extras-commits at redhat.com Fri Aug 4 10:29:59 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:29:59 -0700 Subject: rpms/monodevelop import.log,1.2,1.3 Message-ID: <200608041030.k74AU1MB028488@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457 Modified Files: import.log Log Message: auto-import monodevelop-0.11-16 on branch devel from monodevelop-0.11-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodevelop/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 4 Aug 2006 10:14:35 -0000 1.2 +++ import.log 4 Aug 2006 10:29:59 -0000 1.3 @@ -1 +1,2 @@ monodevelop-0_11-15:HEAD:monodevelop-0.11-15.src.rpm:1154686465 +monodevelop-0_11-16:HEAD:monodevelop-0.11-16.src.rpm:1154687394 From fedora-extras-commits at redhat.com Fri Aug 4 10:30:00 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:30:00 -0700 Subject: rpms/monodevelop/devel monodevelop.spec,1.1,1.2 Message-ID: <200608041030.k74AU2hn028492@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457/devel Modified Files: monodevelop.spec Log Message: auto-import monodevelop-0.11-16 on branch devel from monodevelop-0.11-16.src.rpm Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monodevelop.spec 4 Aug 2006 10:14:36 -0000 1.1 +++ monodevelop.spec 4 Aug 2006 10:30:00 -0000 1.2 @@ -1,9 +1,12 @@ +# This package will be rebuilt when the packaging of mono has become +# architecture agnostic. For now, this hack is required + %define monodir %{_prefix}/lib Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.11 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -59,7 +62,7 @@ %{_bindir}/mdtool %{_bindir}/monodevelop %doc AUTHORS COPYING ChangeLog README -%{monodir}/monodevelop/* +%{monodir}/monodevelop/ %exclude %{_datadir}/mime/XMLnamespaces %exclude %{_datadir}/mime/aliases %{_datadir}/mime/globs @@ -80,6 +83,10 @@ %{__rm} -rf %{buildroot} %changelog +* Fri Aug 04 2006 Paul F. Johnson 0.11-16 +- fixed ownership problem in spec file +- added comment about the libdir hack + * Wed Aug 02 2006 Paul F. Johnson 0.11-15 - removed R which, added R mono-nunit - changed R bytefx-data-mysq to msql From fedora-extras-commits at redhat.com Fri Aug 4 10:53:08 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 4 Aug 2006 03:53:08 -0700 Subject: fedora-security/audit fc5,1.263,1.264 Message-ID: <200608041053.k74Ar8fq028636@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28618 Modified Files: fc5 Log Message: Deal with httpd and other ** issues Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- fc5 4 Aug 2006 10:21:14 -0000 1.263 +++ fc5 4 Aug 2006 10:53:05 -0000 1.264 @@ -1,28 +1,28 @@ -Up to date CVE as of CVE email 20060730 -Up to date FC5 as of 20060730 +Up to date CVE as of CVE email 20060803 +Up to date FC5 as of 20060803 ** are items that need attention -CVE-2006-3918 ** httpd, fixed 2.2.2 +CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 ** firefox/seamonkey/thunderbird -CVE-2006-3811 ** firefox/seamonkey/thunderbird -CVE-2006-3810 ** firefox/seamonkey/thunderbird -CVE-2006-3809 ** firefox/seamonkey/thunderbird -CVE-2006-3808 ** firefox/seamonkey/thunderbird -CVE-2006-3807 ** firefox/seamonkey/thunderbird -CVE-2006-3806 ** firefox/seamonkey/thunderbird -CVE-2006-3805 ** firefox/seamonkey/thunderbird -CVE-2006-3804 ** firefox/seamonkey/thunderbird -CVE-2006-3803 ** firefox/seamonkey/thunderbird -CVE-2006-3802 ** firefox/seamonkey/thunderbird -CVE-2006-3801 ** firefox/seamonkey/thunderbird +CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3810 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3809 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3808 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3807 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3806 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3805 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3804 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3803 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3802 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3801 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 ** firefox/seamonkey +CVE-2006-3677 VULNERABLE (firefox/seamonkey) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3632 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] @@ -32,7 +32,7 @@ CVE-2006-3628 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3627 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3626 VULNERABLE (kernel, fixed 2.6.17.6) -CVE-2006-3619 ** gcc/fastjar +CVE-2006-3619 VULNERABLE (gcc/fastjar) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) @@ -55,7 +55,7 @@ CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 ** firefox/seamonkey/thunderbird +CVE-2006-3113 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] From fedora-extras-commits at redhat.com Fri Aug 4 11:19:00 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 4 Aug 2006 04:19:00 -0700 Subject: fedora-security/audit fc4,1.348,1.349 fc5,1.264,1.265 Message-ID: <200608041119.k74BJ0tw032331@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32311/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3879 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- fc4 4 Aug 2006 10:21:14 -0000 1.348 +++ fc4 4 Aug 2006 11:18:57 -0000 1.349 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 -CVE-2006-3879 ignore (mikmod) not vulnerable +CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- fc5 4 Aug 2006 10:53:05 -0000 1.264 +++ fc5 4 Aug 2006 11:18:57 -0000 1.265 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] -CVE-2006-3879 ignore (mikmod) not vulnerable +CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) From fedora-extras-commits at redhat.com Fri Aug 4 11:47:45 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 04:47:45 -0700 Subject: rpms/seamonkey/FC-5 .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.3, 1.4 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608041147.k74Bll0X032453@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32425 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 03 2006 Kai Engert 1.0.4-0.5 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Jun 2006 00:29:40 -0000 1.4 +++ .cvsignore 4 Aug 2006 11:47:45 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey-configure.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- seamonkey-configure.patch 8 Jun 2006 00:29:40 -0000 1.3 +++ seamonkey-configure.patch 4 Aug 2006 11:47:45 -0000 1.4 @@ -1,5 +1,5 @@ ---- mozilla/configure.xxx 2006-06-07 20:11:30.000000000 +0200 -+++ mozilla/configure 2006-06-07 20:12:15.000000000 +0200 +--- mozilla/configure.pre999 2006-08-03 22:59:11.000000000 +0200 ++++ mozilla/configure 2006-08-03 22:59:14.000000000 +0200 @@ -941,7 +941,7 @@ fi @@ -27,13 +27,7 @@ build_alias=$build case "$build_alias" in -@@ -1050,12 +1050,12 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do +@@ -1055,7 +1055,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -309,390 +303,348 @@ if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1886,6 +1886,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF + #include "confdefs.h" + #include + $ac_declaration +@@ -1904,7 +1904,7 @@ + exit (42); + ; return 0; } + EOF +-if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5 +@@ -1914,14 +1914,14 @@ + fi + rm -f conftest* + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1899,7 +1950,7 @@ + rm -rf conftest* + break + else +@@ -1950,7 +1950,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 +-echo "configure:1946: checking for $ac_word" >&5 +echo "configure:1954: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1934,7 +1985,7 @@ +@@ -1985,7 +1985,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 +-echo "configure:1981: checking for $ac_word" >&5 +echo "configure:1989: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1969,7 +2020,7 @@ +@@ -2020,7 +2020,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 +-echo "configure:2016: checking for $ac_word" >&5 +echo "configure:2024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2010,7 +2061,7 @@ +@@ -2061,7 +2061,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 +-echo "configure:2057: checking for $ac_word" >&5 +echo "configure:2065: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2045,7 +2096,7 @@ +@@ -2096,7 +2096,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 +-echo "configure:2092: checking for $ac_word" >&5 +echo "configure:2100: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2080,7 +2131,7 @@ +@@ -2131,7 +2131,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 +-echo "configure:2127: checking for $ac_word" >&5 +echo "configure:2135: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2118,7 +2169,7 @@ +@@ -2169,7 +2169,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 +-echo "configure:2165: checking for $ac_word" >&5 +echo "configure:2173: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 [...6552 lines suppressed...] find_stack_direction () { -@@ -18343,7 +18535,7 @@ +@@ -18404,7 +18506,7 @@ exit (find_stack_direction() < 0); } EOF --if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18392,17 +18584,17 @@ +@@ -18453,17 +18555,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18588: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18559: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18482,7 +18674,7 @@ +@@ -18543,7 +18645,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18678: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18649: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18526,19 +18718,19 @@ +@@ -18587,19 +18689,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18722: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18693: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18729: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18700: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18734: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18705: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18603,7 +18795,7 @@ +@@ -18664,7 +18766,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18799: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18770: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18864,14 +19056,14 @@ +@@ -18925,14 +19027,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19139,6 +19331,10 @@ +@@ -19200,6 +19302,10 @@ @@ -5664,69 +5584,25 @@ cat >> confdefs.h < conftest.$ac_ext < -@@ -19182,7 +19378,7 @@ +@@ -19243,7 +19349,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19399,15 +19595,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19690,12 +19905,13 @@ +@@ -19770,12 +19876,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 4 Aug 2006 11:47:45 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey.spec 8 Jun 2006 00:29:40 -0000 1.4 +++ seamonkey.spec 4 Aug 2006 11:47:45 -0000 1.5 @@ -9,8 +9,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.0.4 +Release: 0.5%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -404,6 +404,8 @@ %changelog +* Thu Aug 03 2006 Kai Engert 1.0.4-0.5 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Jun 2006 00:29:40 -0000 1.4 +++ sources 4 Aug 2006 11:47:45 -0000 1.5 @@ -1 +1,2 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 + From fedora-extras-commits at redhat.com Fri Aug 4 12:01:28 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:01:28 -0700 Subject: rpms/seamonkey/FC-4 .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.4, 1.5 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608041201.k74C1Udf002596@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2556 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Jun 2006 11:12:29 -0000 1.4 +++ .cvsignore 4 Aug 2006 12:01:25 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.4 -r 1.5 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey-configure.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey-configure.patch 8 Jun 2006 11:12:29 -0000 1.4 +++ seamonkey-configure.patch 4 Aug 2006 12:01:25 -0000 1.5 @@ -1,3801 +1,6 @@ ---- mozilla/configure.xxx 2006-06-07 22:49:39.000000000 +0200 -+++ mozilla/configure 2006-06-07 22:50:19.000000000 +0200 -@@ -1042,7 +1042,7 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -1878,6 +1878,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF -+if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1891,7 +1942,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 -+echo "configure:1946: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -1926,7 +1977,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 -+echo "configure:1981: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -1961,7 +2012,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 -+echo "configure:2016: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2002,7 +2053,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 -+echo "configure:2057: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2037,7 +2088,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 -+echo "configure:2092: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2072,7 +2123,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 -+echo "configure:2127: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2110,7 +2161,7 @@ - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 -+echo "configure:2165: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2140,7 +2191,7 @@ - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2144: checking for $ac_word" >&5 -+echo "configure:2195: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2191,7 +2242,7 @@ - # Extract the first word of "cl", so it can be a program name with args. - set dummy cl; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2195: checking for $ac_word" >&5 -+echo "configure:2246: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2223,7 +2274,7 @@ - fi - - echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 --echo "configure:2227: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 -+echo "configure:2278: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 - - ac_ext=c - # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -@@ -2234,12 +2285,12 @@ - - cat > conftest.$ac_ext << EOF - --#line 2238 "configure" -+#line 2289 "configure" - #include "confdefs.h" - - main(){return(0);} - EOF --if { (eval echo configure:2243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - ac_cv_prog_cc_works=yes - # If we can't run a trivial program, we are probably using a cross compiler. - if (./conftest; exit) 2>/dev/null; then -@@ -2265,12 +2316,12 @@ - { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } - fi - echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 --echo "configure:2269: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 -+echo "configure:2320: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 - echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 - cross_compiling=$ac_cv_prog_cc_cross - - echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 --echo "configure:2274: checking whether we are using GNU C" >&5 -+echo "configure:2325: checking whether we are using GNU C" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2279,7 +2330,7 @@ - yes; [...5319 lines suppressed...] +@@ -18260,7 +18362,7 @@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18267,17 +18459,17 @@ +@@ -18328,17 +18430,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18463: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18434: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18357,7 +18549,7 @@ +@@ -18418,7 +18520,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18553: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18524: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18401,19 +18593,19 @@ +@@ -18462,19 +18564,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18597: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18568: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18604: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18575: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18609: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18580: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18478,7 +18670,7 @@ +@@ -18539,7 +18641,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18674: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18645: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18739,14 +18931,14 @@ +@@ -18800,14 +18902,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:18942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:18913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19041,7 +19233,7 @@ +@@ -19102,7 +19204,7 @@ _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $XCFLAGS" cat > conftest.$ac_ext < -@@ -19057,7 +19249,7 @@ +@@ -19118,7 +19220,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19274,15 +19466,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19562,12 +19773,13 @@ +@@ -19642,12 +19744,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 4 Aug 2006 12:01:25 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 8 Jun 2006 11:12:29 -0000 1.5 +++ seamonkey.spec 4 Aug 2006 12:01:25 -0000 1.6 @@ -7,8 +7,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1.fc4 +Version: 1.0.4 +Release: 0.4%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -390,6 +390,8 @@ %changelog +* Thu Aug 03 2006 Kai Engert 1.0.4-0.4 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1.fc4 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1.fc4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Jun 2006 11:12:29 -0000 1.4 +++ sources 4 Aug 2006 12:01:25 -0000 1.5 @@ -1 +1,2 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 + From fedora-extras-commits at redhat.com Fri Aug 4 12:45:22 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:45:22 -0700 Subject: rpms/seamonkey/FC-5 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.5, 1.6 Message-ID: <200608041245.k74CjORk002851@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830 Modified Files: seamonkey.spec Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-0.5.1 - Use a different patch to disable visibility. firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 4 Aug 2006 11:47:45 -0000 1.5 +++ seamonkey.spec 4 Aug 2006 12:45:22 -0000 1.6 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.5%{?dist} +Release: 0.5.1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -32,7 +32,7 @@ Patch1: firefox-1.0-prdtoa.patch Patch3: firefox-1.1-nss-system-nspr.patch Patch4: firefox-1.5-with-system-nss.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch @@ -86,7 +86,7 @@ # It works on i386 so leave it alone there. Disable elsewhere. # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297 %ifnarch i386 -%patch5 -p1 +%patch5 -p0 %endif %patch6 -p1 @@ -404,6 +404,8 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-0.5.1 +- Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.5 - SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 From fedora-extras-commits at redhat.com Fri Aug 4 12:47:27 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:47:27 -0700 Subject: rpms/seamonkey/FC-4 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.6, 1.7 Message-ID: <200608041247.k74ClTvL002926@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2906 Modified Files: seamonkey.spec Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 - Use a different patch to disable visibility. firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- seamonkey.spec 4 Aug 2006 12:01:25 -0000 1.6 +++ seamonkey.spec 4 Aug 2006 12:47:27 -0000 1.7 @@ -8,7 +8,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.4%{?dist} +Release: 0.4.1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -26,7 +26,7 @@ Source100: find-external-requires Patch1: firefox-1.0-prdtoa.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1--visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch @@ -75,7 +75,7 @@ # It works on i386 so leave it alone there. Disable elsewhere. # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297 %ifnarch i386 -%patch5 -p1 +%patch5 -p0 %endif %patch6 -p1 @@ -390,6 +390,8 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 +- Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1.fc4 From fedora-extras-commits at redhat.com Fri Aug 4 12:50:59 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:50:59 -0700 Subject: rpms/seamonkey/FC-4 seamonkey.spec,1.7,1.8 Message-ID: <200608041251.k74Cp1VH002996@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2977 Modified Files: seamonkey.spec Log Message: fix typo in spec Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- seamonkey.spec 4 Aug 2006 12:47:27 -0000 1.7 +++ seamonkey.spec 4 Aug 2006 12:50:58 -0000 1.8 @@ -26,7 +26,7 @@ Source100: find-external-requires Patch1: firefox-1.0-prdtoa.patch -Patch5: firefox-1.1--visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch From fedora-extras-commits at redhat.com Fri Aug 4 12:52:29 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:52:29 -0700 Subject: rpms/seamonkey/FC-4 seamonkey.spec,1.8,1.9 Message-ID: <200608041252.k74CqVZZ003025@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007 Modified Files: seamonkey.spec Log Message: bump release Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- seamonkey.spec 4 Aug 2006 12:50:58 -0000 1.8 +++ seamonkey.spec 4 Aug 2006 12:52:29 -0000 1.9 @@ -8,7 +8,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.4.1%{?dist} +Release: 0.4.2%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -390,7 +390,7 @@ %changelog -* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 +* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.2 - Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 From fedora-extras-commits at redhat.com Fri Aug 4 14:07:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 4 Aug 2006 07:07:43 -0700 Subject: rpms/gossip/FC-5 .cvsignore, 1.11, 1.12 gossip.spec, 1.21, 1.22 sources, 1.11, 1.12 gossip-dbus-crash.patch, 1.1, NONE Message-ID: <200608041407.k74E7jxg008506@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8485 Modified Files: .cvsignore gossip.spec sources Removed Files: gossip-dbus-crash.patch Log Message: * Thu Aug 4 2006 Brian Pepple - 0.14-2 - Update to 0.14. - Change dbus requirement to 0.60. - Drop dbus crash patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 3 Aug 2006 20:24:59 -0000 1.11 +++ .cvsignore 4 Aug 2006 14:07:43 -0000 1.12 @@ -1 +1 @@ -gossip-0.13.tar.bz2 +gossip-0.14.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gossip.spec 3 Aug 2006 20:24:59 -0000 1.21 +++ gossip.spec 4 Aug 2006 14:07:43 -0000 1.22 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.13 +Version: 0.14 Release: 2%{?dist} Summary: Gnome Jabber Client @@ -9,7 +9,6 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -27,7 +26,7 @@ %if %{with_dbus} -BuildRequires: dbus-devel >= 0.31 +BuildRequires: dbus-devel >= 0.60 %endif Requires(pre): GConf2 @@ -43,7 +42,6 @@ %prep %setup -q -%patch0 -p1 -b .dbus %build @@ -125,6 +123,11 @@ %changelog +* Thu Aug 4 2006 Brian Pepple - 0.14-2 +- Update to 0.14. +- Change dbus requirement to 0.60. +- Drop dbus crash patch, fixed upstream. + * Thu Aug 3 2006 Brian Pepple - 0.13-2 - Update to 0.13. - Add patch to fix dbus crash. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 3 Aug 2006 20:24:59 -0000 1.11 +++ sources 4 Aug 2006 14:07:43 -0000 1.12 @@ -1 +1 @@ -d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 +426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 --- gossip-dbus-crash.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 14:09:21 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 4 Aug 2006 07:09:21 -0700 Subject: rpms/gossip/devel .cvsignore, 1.11, 1.12 gossip.spec, 1.23, 1.24 sources, 1.11, 1.12 gossip-dbus-crash.patch, 1.1, NONE Message-ID: <200608041409.k74E9NCv008606@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8584 Modified Files: .cvsignore gossip.spec sources Removed Files: gossip-dbus-crash.patch Log Message: * Fri Aug 4 2006 Brian Pepple - 0.14-3 - Update to 0.14. - Change dbus requirement to 0.60. - Drop dbus crash patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 3 Aug 2006 20:23:01 -0000 1.11 +++ .cvsignore 4 Aug 2006 14:09:21 -0000 1.12 @@ -1 +1 @@ -gossip-0.13.tar.bz2 +gossip-0.14.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gossip.spec 3 Aug 2006 20:23:01 -0000 1.23 +++ gossip.spec 4 Aug 2006 14:09:21 -0000 1.24 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.13 +Version: 0.14 Release: 3%{?dist} Summary: Gnome Jabber Client @@ -9,7 +9,6 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -28,7 +27,7 @@ %if %{with_dbus} -BuildRequires: dbus-devel >= 0.31 +BuildRequires: dbus-devel >= 0.60 %endif Requires(pre): GConf2 @@ -44,7 +43,6 @@ %prep %setup -q -%patch0 -p1 -b .dbus %build @@ -126,6 +124,11 @@ %changelog +* Fri Aug 4 2006 Brian Pepple - 0.14-3 +- Update to 0.14. +- Change dbus requirement to 0.60. +- Drop dbus crash patch, fixed upstream. + * Thu Aug 3 2006 Brian Pepple - 0.13-3 - Update to 0.13. - Add patch to fix dbus crash. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 3 Aug 2006 20:23:01 -0000 1.11 +++ sources 4 Aug 2006 14:09:21 -0000 1.12 @@ -1 +1 @@ -d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 +426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 --- gossip-dbus-crash.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 14:20:46 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:20:46 -0700 Subject: rpms/fish/devel .cvsignore, 1.4, 1.5 fish.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608041420.k74EKmWq008743@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8722 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:24:42 -0000 1.4 +++ .cvsignore 4 Aug 2006 14:20:46 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 13 Mar 2006 11:11:44 -0000 1.7 +++ fish.spec 4 Aug 2006 14:20:46 -0000 1.8 @@ -1,64 +1,123 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.2 -Release: 1%{?dist} +Version: 1.21.10 +Release: 0%{?dist} License: GPL Group: System Environment/Shells URL: http://roo.no-ip.org/fish/ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 -Patch0: fish-1.21.2-fallback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel -BuildRequires: libX11-devel libXt-devel libXext-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + + # Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%else + +# This is not a Fedora system, try guessing BuildRequires by +# looking at the directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%patch0 -p1 -b .fallback -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" -%find_lang %{name}.\* + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files -f %{name}.\*.lang + + + +%files %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* %_mandir/man1/count.1* -%_mandir/man1/fishd.1.* -%_mandir/man1/fish_pager.1.* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager @@ -66,24 +125,41 @@ %attr(0755,root,root) %_bindir/set_color %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count -%dir %_datadir/fish/completions -%config %_datadir/fish/completions/*.fish -%dir %_datadir/fish/functions -%config %_datadir/fish/functions/*.fish -%_datadir/fish/fish + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + +# Translations +%_datadir/locale/*/LC_MESSAGES/fish.mo + + + + %changelog -* Mon Mar 13 2006 Oliver Falk - 1.21.2-1 -- Update -- Applied patch provided by Michael Schwendt - -* Fri Mar 10 2006 Oliver Falk - 1.14.0-2 -- Fix buildreqs -- Fix wutil.h +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -112,10 +188,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:24:42 -0000 1.4 +++ sources 4 Aug 2006 14:20:46 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 14:31:06 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:31:06 -0700 Subject: rpms/fish/devel fish.spec,1.8,1.9 Message-ID: <200608041431.k74EV84t008882@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8863 Modified Files: fish.spec Log Message: Second try of update to 1.21.1. Fix bug in spec that does not surface on the local system. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fish.spec 4 Aug 2006 14:20:46 -0000 1.8 +++ fish.spec 4 Aug 2006 14:31:06 -0000 1.9 @@ -32,10 +32,12 @@ %endif %if 0%{?fedora} +%if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel +%endif %else # This is not a Fedora system, try guessing BuildRequires by From fedora-extras-commits at redhat.com Fri Aug 4 14:33:16 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 07:33:16 -0700 Subject: owners owners.list,1.1359,1.1360 Message-ID: <200608041433.k74EXIXI008941@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8923 Modified Files: owners.list Log Message: change owner of "fish" now that Axel has signed up Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1359 retrieving revision 1.1360 diff -u -r1.1359 -r1.1360 --- owners.list 4 Aug 2006 10:18:09 -0000 1.1359 +++ owners.list 4 Aug 2006 14:33:15 -0000 1.1360 @@ -334,7 +334,7 @@ Fedora Extras|fillets-ng-data-cs|Czech audio data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|firefox|firefox browser|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|mpeters at mac.com|extras-qa at fedoraproject.org| -Fedora Extras|fish|A friendly interactive shell|oliver at linux-kernel.at|extras-qa at fedoraproject.org|liljencrantz at gmail.com +Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|flim|Emacs library for handling email messages|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flow-tools|Tool set for working with NetFlow data|i at stingr.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 14:36:19 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:36:19 -0700 Subject: rpms/fish/devel fish.spec,1.9,1.10 Message-ID: <200608041436.k74EaL6F009012@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8995 Modified Files: fish.spec Log Message: Second try of update to 1.21.1. Fix bug in spec that does not surface on the local system. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fish.spec 4 Aug 2006 14:31:06 -0000 1.9 +++ fish.spec 4 Aug 2006 14:36:19 -0000 1.10 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 0%{?dist} +Release: 1%{?dist} License: GPL Group: System Environment/Shells @@ -15,9 +15,11 @@ # Locate correct build time-dependencies for providing X headers +%if 0%{?fedora} + %if "%fedora" >= "5" - # Modern Fedora version, has modular X.org +# Modern Fedora version, has modular X.org BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel %endif @@ -31,13 +33,13 @@ %endif %endif -%if 0%{?fedora} %if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel %endif + %else # This is not a Fedora system, try guessing BuildRequires by From fedora-extras-commits at redhat.com Fri Aug 4 15:23:51 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 08:23:51 -0700 Subject: rpms/fish/devel fish.spec,1.10,1.11 Message-ID: <200608041523.k74FNru6012610@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12592 Modified Files: fish.spec Log Message: Third try of update to 1.21.1. Revert accidental switch to wrong method for finding translation files, and add missing build dependency. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fish.spec 4 Aug 2006 14:36:19 -0000 1.10 +++ fish.spec 4 Aug 2006 15:23:51 -0000 1.11 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Shells @@ -15,12 +15,10 @@ # Locate correct build time-dependencies for providing X headers -%if 0%{?fedora} - %if "%fedora" >= "5" # Modern Fedora version, has modular X.org -BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel %endif @@ -33,17 +31,18 @@ %endif %endif +%if 0%{?fedora} %if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel %endif - %else -# This is not a Fedora system, try guessing BuildRequires by -# looking at the directory structure +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure %define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h @@ -78,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* @@ -106,7 +107,8 @@ -%files +%files -f %{name}.\*.lang + %defattr(-,root,root,-) # The documentation directory @@ -148,8 +150,6 @@ %dir %_datadir/fish/functions %_datadir/fish/functions/*.fish -# Translations -%_datadir/locale/*/LC_MESSAGES/fish.mo From fedora-extras-commits at redhat.com Fri Aug 4 16:54:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:54:10 -0700 Subject: owners owners.list,1.1360,1.1361 Message-ID: <200608041654.k74GsCvZ016253@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16236 Modified Files: owners.list Log Message: Take ownership of compface as discussed with Ville. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1360 retrieving revision 1.1361 diff -u -r1.1360 -r1.1361 --- owners.list 4 Aug 2006 14:33:15 -0000 1.1360 +++ owners.list 4 Aug 2006 16:54:10 -0000 1.1361 @@ -185,7 +185,7 @@ Fedora Extras|compat-erlang|Compatibility version of Erlang|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|compat-wxGTK|Compatibility version of the wxWidgets GUI library|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compat-wxPythonGTK2|Compatibility version of the wxWidgets GUI toolkit for Python|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|compface|Library for handling X-Faces|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 16:56:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:56:23 -0700 Subject: rpms/compface import.log,1.5,1.6 Message-ID: <200608041656.k74GutB4016350@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16313 Modified Files: import.log Log Message: auto-import compface-1.5.2-1 on branch devel from compface-1.5.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/compface/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 04:10:28 -0000 1.5 +++ import.log 4 Aug 2006 16:56:23 -0000 1.6 @@ -2,3 +2,4 @@ compface-1_4-0_fdr_3_rh90:HEAD:compface-1.4-0.fdr.3.rh90.src.rpm:1099887016 compface-1_4-0_fdr_3_1:HEAD:compface-1.4-0.fdr.3.1.src.rpm:1099887022 compface-1_4-0_fdr_3_2:HEAD:compface-1.4-0.fdr.3.2.src.rpm:1099887028 +compface-1_5_2-1:HEAD:compface-1.5.2-1.src.rpm:1154710944 From fedora-extras-commits at redhat.com Fri Aug 4 16:56:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:56:24 -0700 Subject: rpms/compface/devel compface-1.5.2-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 compface.spec, 1.10, 1.11 sources, 1.2, 1.3 compface-1.4.lsm, 1.1, NONE compface-errno.patch, 1.1, NONE compface-nostrip.patch, 1.1, NONE Message-ID: <200608041656.k74GuuVc016355@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16313/devel Modified Files: .cvsignore compface.spec sources Added Files: compface-1.5.2-build.patch Removed Files: compface-1.4.lsm compface-errno.patch compface-nostrip.patch Log Message: auto-import compface-1.5.2-1 on branch devel from compface-1.5.2-1.src.rpm compface-1.5.2-build.patch: --- NEW FILE compface-1.5.2-build.patch --- o Build shared library, link tools against it o Make it possible to prevent stripping o Add DESTDIR support --- Makefile.in~ 2005-10-04 15:59:49.000000000 +0300 +++ Makefile.in 2006-08-02 22:23:07.000000000 +0300 @@ -15,6 +15,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ SHELL = /bin/sh +STRIP = strip NAME = compface UNNAME = uncompface @@ -25,6 +26,7 @@ UNEXECUTABLE = $(BINDIR)/$(UNNAMEEXE) LIBNAME = lib$(NAME).a LIBRARY = $(LIBDIR)/$(LIBNAME) +SHLIBNAME = lib$(NAME).so MAN1DIR = $(MANDIR)/man1 MAN3DIR = $(MANDIR)/man3 OBJECTS = arith.o file.o compress.o gen.o uncompface.o @@ -45,11 +47,11 @@ all: $(NAMEEXE) $(UNNAMEEXE) -$(NAMEEXE) : cmain.o compface.o $(LIBNAME) - $(CC) $(LDFLAGS) -o $@ cmain.o compface.o $(LIBNAME) +$(NAMEEXE) : cmain.o compface.o $(SHLIBNAME) + $(CC) $(LDFLAGS) -o $@ cmain.o compface.o -L. -l$(NAME) -$(UNNAMEEXE) : uncmain.o $(LIBNAME) - $(CC) $(LDFLAGS) -o $@ uncmain.o $(LIBNAME) +$(UNNAMEEXE) : uncmain.o $(SHLIBNAME) + $(CC) $(LDFLAGS) -o $@ uncmain.o -L. -l$(NAME) $(LIBNAME) : $(OBJECTS) ar rc $(LIBNAME) $(OBJECTS) @@ -73,25 +75,28 @@ tar chzf `cat .fname`.tar.gz `cat .fname` $(RM) -rf `cat .fname` .fname -install: $(NAMEEXE) $(UNNAMEEXE) $(LIBNAME) - $(INSTALL_PROGRAM) -d $(BINDIR) $(LIBDIR) $(MAN1DIR) $(MAN3DIR) $(INCLUDEDIR) - $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(EXECUTABLE) - -chmod 0755 $(EXECUTABLE) - -strip $(EXECUTABLE) - $(INSTALL_PROGRAM) $(srcdir)/$(UNNAMEEXE) $(UNEXECUTABLE) - -chmod 0755 $(UNEXECUTABLE) - -strip $(UNEXECUTABLE) - $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(MAN1DIR)/$(NAME).1 - cd $(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 - $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(MAN3DIR)/$(NAME).3 - cd $(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 - for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(INCLUDEDIR)/$${hdr}; done - $(INSTALL_DATA) $(srcdir)/$(LIBNAME) $(LIBRARY) +install: $(NAMEEXE) $(UNNAMEEXE) $(SHLIBNAME) + $(INSTALL_PROGRAM) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MAN1DIR) $(DESTDIR)$(MAN3DIR) $(DESTDIR)$(INCLUDEDIR) + $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(DESTDIR)$(EXECUTABLE) + -$(STRIP) $(DESTDIR)$(EXECUTABLE) + $(INSTALL_PROGRAM) $(srcdir)/$(UNNAMEEXE) $(DESTDIR)$(UNEXECUTABLE) + -$(STRIP) $(DESTDIR)$(UNEXECUTABLE) + $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(DESTDIR)$(MAN1DIR)/$(NAME).1 + cd $(DESTDIR)$(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 + $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(DESTDIR)$(MAN3DIR)/$(NAME).3 + cd $(DESTDIR)$(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 + for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(DESTDIR)$(INCLUDEDIR)/$${hdr}; done + $(INSTALL_PROGRAM) $(srcdir)/$(SHLIBNAME) $(DESTDIR)$(LIBDIR)/$(SHLIBNAME).1.0.0 + $(LN_S) $(SHLIBNAME).1.0.0 $(DESTDIR)$(LIBDIR)/$(SHLIBNAME).1 + $(LN_S) $(SHLIBNAME).1 $(DESTDIR)$(LIBDIR)/$(SHLIBNAME) shar : shar.script $(OTHERS) $(HDRS) $(SOURCES) > $(NAME).sh compress $(NAME).sh +$(SHLIBNAME): $(OBJECTS) + $(CC) -shared -Wl,-soname,$(SHLIBNAME).1 $(LDFLAGS) -o $(SHLIBNAME) $(OBJECTS) + .c.o: $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $< Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/compface/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:10:10 -0000 1.2 +++ .cvsignore 4 Aug 2006 16:56:24 -0000 1.3 @@ -1 +1,2 @@ -compface-1.4.tar.gz +compface-1.5.2.tar.gz +libcompface_1.5.2-3.diff.gz Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- compface.spec 31 Jul 2006 18:42:17 -0000 1.10 +++ compface.spec 4 Aug 2006 16:56:24 -0000 1.11 @@ -1,61 +1,76 @@ Name: compface -Version: 1.4 -Release: 7%{?dist} -Summary: Library for handling X-Faces +Version: 1.5.2 +Release: 1%{?dist} +Summary: Utilities for handling X-Faces -Group: System Environment/Libraries +Group: Applications/Multimedia License: MIT URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ -Source0: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.tar.gz -Source1: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.lsm -Patch0: %{name}-errno.patch -Patch1: %{name}-nostrip.patch +Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz +Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz +Patch1: %{name}-1.5.2-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: %{name}-devel = %{version}-%{release} - %description -Library for handling X-Faces and Bitblit icons. +%{summary}. + +%package devel +Summary: Library for handling X-Faces +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +%{summary}. %prep %setup -q -install -pm 644 %{SOURCE1} . -%patch0 -p0 +%patch0 -p1 %patch1 -p0 %build -%configure +CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p \ - $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3},%{_includedir},%{_libdir}} -%makeinstall \ - BINDIR=$RPM_BUILD_ROOT%{_bindir} \ - LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ - MANDIR=$RPM_BUILD_ROOT%{_mandir} \ - INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} +make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) -%doc ChangeLog README *.lsm -%{_bindir}/*compface -%{_libdir}/libcompface.a +%doc ChangeLog README xbm2xface.pl +%{_bindir}/compface +%{_bindir}/uncompface +%{_libdir}/libcompface.so.* +%{_mandir}/man1/compface.1* +%{_mandir}/man1/uncompface.1* + +%files devel +%defattr(-,root,root,-) %{_includedir}/compface.h -%{_mandir}/man1/*compface.1* -%{_mandir}/man3/*compface.3* +%{_libdir}/libcompface.so +%{_mandir}/man3/compface.3* +%{_mandir}/man3/uncompface.3* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 1.5.2-1 +- Update to 1.5.2, apply Debian's 1.5.2-3 patchset. +- Crudely patch to build a shared lib (inspired by Debian), drop static one. +- Split -devel subpackage. + * Mon Jul 31 2006 Ville Skytt?? - 1.4-7 - Ensure proper doc file permissions. Index: sources =================================================================== RCS file: /cvs/extras/rpms/compface/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:10:10 -0000 1.2 +++ sources 4 Aug 2006 16:56:24 -0000 1.3 @@ -1 +1,2 @@ -c45b54f67cc5d3580a18e4113219bc26 compface-1.4.tar.gz +62f4f79c0861ad292ba3cf77b4c48319 compface-1.5.2.tar.gz +330b8a78bf18d8cb46b3c23252f6ff9b libcompface_1.5.2-3.diff.gz --- compface-1.4.lsm DELETED --- --- compface-errno.patch DELETED --- --- compface-nostrip.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 16:58:21 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:58:21 -0700 Subject: rpms/compface import.log,1.6,1.7 Message-ID: <200608041658.k74GwNJM016455@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16422 Modified Files: import.log Log Message: auto-import compface-1.5.2-2 on branch devel from compface-1.5.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/compface/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 4 Aug 2006 16:56:23 -0000 1.6 +++ import.log 4 Aug 2006 16:58:21 -0000 1.7 @@ -3,3 +3,4 @@ compface-1_4-0_fdr_3_1:HEAD:compface-1.4-0.fdr.3.1.src.rpm:1099887022 compface-1_4-0_fdr_3_2:HEAD:compface-1.4-0.fdr.3.2.src.rpm:1099887028 compface-1_5_2-1:HEAD:compface-1.5.2-1.src.rpm:1154710944 +compface-1_5_2-2:HEAD:compface-1.5.2-2.src.rpm:1154711061 From fedora-extras-commits at redhat.com Fri Aug 4 16:58:22 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:58:22 -0700 Subject: rpms/compface/devel compface-1.5.2-stack-smashing.patch, NONE, 1.1 compface-test.xbm, NONE, 1.1 compface.spec, 1.11, 1.12 Message-ID: <200608041658.k74GwOHC016461@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16422/devel Modified Files: compface.spec Added Files: compface-1.5.2-stack-smashing.patch compface-test.xbm Log Message: auto-import compface-1.5.2-2 on branch devel from compface-1.5.2-2.src.rpm compface-1.5.2-stack-smashing.patch: --- NEW FILE compface-1.5.2-stack-smashing.patch --- Prevent sscanf stack smashing, and fix two GCC warnings. diff -Nur compface-1.5.2-prepped/file.c compface-1.5.2-modified/file.c --- compface-1.5.2-prepped/file.c 2006-08-04 18:58:17.000000000 +0200 +++ compface-1.5.2-modified/file.c 2006-08-04 18:59:30.000000000 +0200 @@ -80,7 +80,7 @@ static char table_inv[] = { 0,8,4,12,2,10,6,14,1,9, 5,13, 3,11, 7,15 }; static char table_nop[] = { 0,1,2, 3,4, 5,6, 7,8,9,10,11,12,13,14,15 }; char *table = table_nop; /* optionally invert bits in nibble */ - register inc = 0; /* optionally swap nimmles */ + register int inc = 0; /* optionally swap nimmles */ int bits; t = s = fbuf; @@ -91,9 +91,9 @@ char type1[128]; char type2[128]; while (*s && *s++ != '\n'); - if (sscanf(s, "#define %*s %d", &bits) == 1) if (bits == 48) { + if ((sscanf(s, "#define %*s %d", &bits) == 1) && (bits == 48)) { while (*s && *s++ != '\n'); - if (sscanf(s, "static %s %s", type1,type2)==2 && + if (sscanf(s, "static %127s %127s", type1,type2)==2 && (!strcmp(type1, "char") || !strcmp(type2, "char"))) { while (*s && *s++ != '\n'); --- NEW FILE compface-test.xbm --- #define noname_width 48 #define noname_height 48 static char noname_bits[] = { 0xFC,0xFF,0xFF,0xFF,0xFF,0x7F,0xFC,0xFF,0xFF,0xFF,0xFF,0x7F,0xFF,0xFF,0xFF, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xDF,0x56,0x95,0x24,0x00,0xE0, 0xBF,0xBD,0x55,0xD5,0x6E,0xE5,0xEF,0xF7,0xFF,0x6F,0xBB,0xEB,0xAF,0xFF,0xFF, 0xFF,0xFF,0xE7,0xDF,0xFF,0xDF,0xFE,0xFF,0xE7,0xFF,0xFF,0x0F,0x00,0xE0,0xEF, 0xAF,0xFF,0x07,0x00,0xE0,0xE3,0xEF,0xFF,0x07,0x00,0xE0,0xE7,0xDF,0xFF,0x03, 0x00,0xE0,0xE7,0xDF,0xFF,0x07,0x00,0xE0,0xEF,0xFF,0xFF,0x03,0x00,0xF0,0xE7, 0xCF,0xFF,0x03,0x88,0xFC,0xE7,0xFF,0xFF,0x03,0xFC,0xFF,0xE7,0x8F,0xFF,0x03, 0xFE,0xFF,0xE7,0xFF,0xFF,0x03,0xD4,0xFF,0xE7,0xD7,0xFF,0x03,0x00,0xFE,0xE7, 0xEF,0xFF,0x01,0x00,0xFF,0xE7,0xCF,0xFF,0x01,0x00,0xFE,0xE7,0xDF,0xFF,0x01, 0x00,0xFE,0xE7,0xDF,0xFF,0x01,0x00,0xFF,0xE7,0xEF,0xFF,0x00,0xA0,0xFF,0xE3, 0xCF,0xFF,0x80,0xFF,0xFF,0xE7,0xDF,0xFF,0x00,0xFF,0xFF,0xE7,0xDF,0xFF,0x80, 0xFF,0xFF,0xE7,0xEF,0xFF,0x80,0xFF,0xFF,0xC3,0xCF,0x7F,0x80,0xFF,0xFF,0xE7, 0xAF,0xFF,0x80,0xFF,0xFF,0xE7,0xDF,0x7F,0x80,0xFF,0xFF,0xE7,0xAF,0x7F,0xC0, 0xFF,0xFF,0xC3,0xD7,0x7F,0xC0,0xFF,0xFF,0xE7,0xEF,0x7F,0xC0,0xFF,0xFF,0xC7, 0xCF,0x3F,0xC0,0xFF,0xFF,0xE7,0xAF,0x3F,0xC0,0xFF,0xFF,0xC3,0xDF,0x3F,0xE0, 0xFF,0xFF,0xE7,0xCF,0x3F,0xC0,0xFF,0xFF,0xC7,0xDF,0x7F,0xF0,0xFF,0xFF,0xC7, 0xCF,0xFF,0xFF,0xFF,0xFF,0xE3,0x9F,0xFF,0xFF,0xFF,0xFF,0xC7,0xAF,0x52,0x55, 0x95,0x00,0xE0,0x2F,0x02,0x00,0x00,0x04,0xC0,0x4F,0x49,0x2A,0x01,0x10,0xE0, 0xFF,0xFF,0xFF,0xFF,0xF7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0xFF,0xFF, 0xFF,0xFF,0x7F}; Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- compface.spec 4 Aug 2006 16:56:24 -0000 1.11 +++ compface.spec 4 Aug 2006 16:58:22 -0000 1.12 @@ -1,15 +1,18 @@ Name: compface Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia License: MIT URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz +Source1: compface-test.xbm Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz -Patch1: %{name}-1.5.2-build.patch +Patch1: compface-1.5.2-stack-smashing.patch +Patch2: %{name}-1.5.2-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: diffutils %description %{summary}. @@ -26,7 +29,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p0 +%patch1 -p1 -b .stack-smashing +%patch2 -p0 %build @@ -39,6 +43,12 @@ make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true +%check || : +export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$LD_LIBRARY_PATH +./compface %{SOURCE1} | ./uncompface -X > __test.xbm +cmp %{SOURCE1} __test.xbm + + %clean rm -rf $RPM_BUILD_ROOT @@ -66,6 +76,11 @@ %changelog +* Fri Aug 4 2006 Michael Schwendt - 1.5.2-2 +- Add patch to prevent sscanf stack smashing through Debian's patch. +- Fix two GCC warnings in the same patch. +- Add one test to the %%check section and BR diffutils. + * Wed Aug 2 2006 Ville Skytt?? - 1.5.2-1 - Update to 1.5.2, apply Debian's 1.5.2-3 patchset. - Crudely patch to build a shared lib (inspired by Debian), drop static one. From fedora-extras-commits at redhat.com Fri Aug 4 18:25:32 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Fri, 4 Aug 2006 11:25:32 -0700 Subject: rpms/rssowl/devel rssowl.script,1.6,1.7 rssowl.spec,1.8,1.9 Message-ID: <200608041825.k74IPYpH022111@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22090 Modified Files: rssowl.script rssowl.spec Log Message: Update rssowl to use firefox, not mozilla. Index: rssowl.script =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.script,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rssowl.script 31 Jul 2006 18:29:57 -0000 1.6 +++ rssowl.script 4 Aug 2006 18:25:32 -0000 1.7 @@ -5,7 +5,7 @@ # This makes the embedded browser work. if [ -z "$MOZILLA_FIVE_HOME" ]; then - XPCOM=$(ls -t /usr/lib/mozilla-*/libxpcom.so|head -n1) + XPCOM=$(ls -t /usr/lib/firefox-*/libxpcom.so|head -n1) export MOZILLA_FIVE_HOME=$(dirname $XPCOM) fi export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rssowl.spec 31 Jul 2006 18:29:57 -0000 1.8 +++ rssowl.spec 4 Aug 2006 18:25:32 -0000 1.9 @@ -1,6 +1,6 @@ %define name rssowl %define version 1.2.1 -%define release 3%{?dist} +%define release 4%{?dist} Name: %name Summary: An RSS, RDF and Atom Newsreader @@ -30,8 +30,9 @@ BuildRequires: java-gcj-compat-devel >= 1.0.31 Requires(post): java-gcj-compat >= 1.0.31 Requires(postun): java-gcj-compat >= 1.0.31 -Requires: itext, jdom, jakarta-commons-codec, jakarta-commons-httpclient, eclipse-platform -Requires: libgconf-java +Requires: itext, jdom, jakarta-commons-codec, jakarta-commons-httpclient, eclipse-platform +Requires: libgconf-java +Requires: firefox BuildRequires: desktop-file-utils Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -135,6 +136,10 @@ %{_libdir}/gcj/%{name} %changelog +* Fri Aug 4 2006 Anthony Green - 1.2.1-4 +- Modify startup script to use firefox's libxpcom.so. +- Require firefox. + * Sun Jul 30 2006 Anthony Green - 1.2.1-3 - Tweak jar references for FC6. - Use -p option on build-jar-repository to work around ecj misfeature. From fedora-extras-commits at redhat.com Fri Aug 4 19:06:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:06:42 -0700 Subject: rpms/tre - New directory Message-ID: <200608041906.k74J6iMR025072@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25046/tre Log Message: Directory /cvs/extras/rpms/tre added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 19:06:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:06:42 -0700 Subject: rpms/tre/devel - New directory Message-ID: <200608041906.k74J6ibx025075@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25046/tre/devel Log Message: Directory /cvs/extras/rpms/tre/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 19:07:00 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:07:00 -0700 Subject: rpms/tre Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608041907.k74J72oI025126@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25093 Added Files: Makefile import.log Log Message: Setup of module tre --- NEW FILE Makefile --- # Top level Makefile for module tre all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 4 19:07:01 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:07:01 -0700 Subject: rpms/tre/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608041907.k74J73AH025129@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25093/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tre --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 4 19:11:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:11:49 -0700 Subject: rpms/tre import.log,1.1,1.2 Message-ID: <200608041912.k74JCLYE025215@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25176 Modified Files: import.log Log Message: auto-import tre-0.7.4-3.fc5 on branch devel from tre-0.7.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tre/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Aug 2006 19:07:00 -0000 1.1 +++ import.log 4 Aug 2006 19:11:49 -0000 1.2 @@ -0,0 +1 @@ +tre-0_7_4-3_fc5:HEAD:tre-0.7.4-3.src.rpm:1154718710 From fedora-extras-commits at redhat.com Fri Aug 4 19:11:50 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:11:50 -0700 Subject: rpms/tre/devel tre.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608041912.k74JCMGY025219@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25176/devel Modified Files: .cvsignore sources Added Files: tre.spec Log Message: auto-import tre-0.7.4-3.fc5 on branch devel from tre-0.7.4-3.src.rpm --- NEW FILE tre.spec --- Name: tre Version: 0.7.4 Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 Summary: POSIX compatible regexp library with approximate matching URL: http://laurikari.net/tre/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext BuildRequires: libtool # crm114 crashes in libtre on amd64 ExcludeArch: x86_64 %description TRE is a lightweight, robust, and efficient POSIX compatible regexp matching library with some exciting features such as approximate matching. %package devel Requires: tre = %{version}-%{release} Summary: Development files for use with the tre package Group: Development/Libraries %description devel This package contains header files and static libraries for use when building applications which use the TRE library. %package -n agrep Summary: Approximate grep utility Group: Applications/Text %description -n agrep The agrep tool is similar to the commonly used grep utility, but agrep can be used to search for approximate matches. The agrep tool searches text input for lines (or records separated by strings matching arbitrary regexps) that contain an approximate, or fuzzy, match to a specified regexp, and prints the matching lines. Limits can be set on how many errors of each kind are allowed, or only the best matching lines can be output. Unlike other agrep implementations, TRE agrep allows full POSIX regexps of any length, any number of errors, and non-uniform costs. %prep %setup -q %build %{__libtoolize} --force %{__aclocal} -I m4 -I gnulib/m4 %{__automake} %{__autoconf} %configure --disable-static --disable-rpath %{__make} %{?_smp_mflags} %install %{__make} install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING.LESSER INSTALL LICENSE NEWS README THANKS TODO %doc doc/*.html doc/*.css %attr(755,root,root) %{_libdir}/libtre.so.* %files devel %defattr(644,root,root,755) %{_libdir}/libtre.so %{_libdir}/pkgconfig/* %{_includedir}/* %files -n agrep %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/agrep %{_mandir}/man1/agrep.1* %changelog * Thu Aug 03 2006 Dominik Mierzejewski 0.7.4-3 - per FE guidelines, ExcludeArch only those problematic arches * Wed Aug 02 2006 Dominik Mierzejewski 0.7.4-2 - fixed rpmlint warnings - ExclusiveArch: %{ix86} until amd64 crash is fixed and somebody tests ppc(32) * Wed Jul 26 2006 Dominik Mierzejewski 0.7.4-1 - 0.7.4 - disable evil rpath - added necessary BRs - license changed to LGPL * Sun Feb 19 2006 Dominik Mierzejewski 0.7.2-1 - \E bug patch - FE compliance * Sun Nov 21 2004 Ville Laurikari - added agrep man page * Sun Mar 21 2004 Ville Laurikari - added %%doc doc * Wed Feb 25 2004 Ville Laurikari - removed the .la file from devel package * Mon Dec 22 2003 Ville Laurikari - added %%post/%%postun ldconfig scriplets. * Fri Oct 03 2003 Ville Laurikari - included in the TRE source tree as `tre.spec.in'. * Tue Sep 30 2003 Matthew Berg - tagged release 1 - initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tre/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Aug 2006 19:07:01 -0000 1.1 +++ .cvsignore 4 Aug 2006 19:11:50 -0000 1.2 @@ -0,0 +1 @@ +tre-0.7.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tre/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Aug 2006 19:07:01 -0000 1.1 +++ sources 4 Aug 2006 19:11:50 -0000 1.2 @@ -0,0 +1 @@ +8b4bfb078f2cc9e01f37d3d251672f75 tre-0.7.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 19:15:34 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:34 -0700 Subject: rpms/wormux/FC-4 wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG6Vi025304@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/FC-4 Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/FC-4/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:34 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:15:35 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:35 -0700 Subject: rpms/wormux/devel wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG8cq025310@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/devel Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/devel/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:15:35 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:35 -0700 Subject: rpms/wormux/FC-5 wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG7pi025307@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/FC-5 Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/FC-5/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:22:28 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 12:22:28 -0700 Subject: rpms/pure-ftpd/FC-5 pure-ftpd.spec,1.10,1.11 Message-ID: <200608041922.k74JMUir025440@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25409/FC-5 Modified Files: pure-ftpd.spec Log Message: fix bug 200844 Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/FC-5/pure-ftpd.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pure-ftpd.spec 14 May 2006 18:12:47 -0000 1.10 +++ pure-ftpd.spec 4 Aug 2006 19:22:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -23,7 +23,8 @@ %{!?_without_mysql:BuildRequires: mysql-devel} %{!?_without_pgsql:BuildRequires: postgresql-devel} %{!?_without_tls:BuildRequires: openssl-devel} -BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy +# SELinux module +BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -67,7 +68,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir -cp -p %{SOURCE6} README.SELinux +install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -238,6 +239,13 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 +- install README.SELinux with perms 644 to avoid depending on the + buildsys' umask (bug 200844) + +* Fri Jun 16 2006 Aurelien Bompard 1.0.21-6 +- add missing m4 BuildRequires + * Sun May 14 2006 Aurelien Bompard 1.0.21-5 - add missing BuildRequires From fedora-extras-commits at redhat.com Fri Aug 4 19:22:29 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 12:22:29 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.11,1.12 Message-ID: <200608041922.k74JMV1L025444@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25409/devel Modified Files: pure-ftpd.spec Log Message: fix bug 200844 Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pure-ftpd.spec 16 Jun 2006 05:25:34 -0000 1.11 +++ pure-ftpd.spec 4 Aug 2006 19:22:29 -0000 1.12 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -68,7 +68,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir -cp -p %{SOURCE6} README.SELinux +install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -239,6 +239,10 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 +- install README.SELinux with perms 644 to avoid depending on the + buildsys' umask (bug 200844) + * Fri Jun 16 2006 Aurelien Bompard 1.0.21-6 - add missing m4 BuildRequires From fedora-extras-commits at redhat.com Fri Aug 4 19:25:25 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:25:25 -0700 Subject: rpms/tre/devel tre.spec,1.1,1.2 Message-ID: <200608041925.k74JPR9e025566@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25549 Modified Files: tre.spec Log Message: - bump release to fix CVS tag Index: tre.spec =================================================================== RCS file: /cvs/extras/rpms/tre/devel/tre.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tre.spec 4 Aug 2006 19:11:50 -0000 1.1 +++ tre.spec 4 Aug 2006 19:25:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: tre Version: 0.7.4 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 @@ -86,6 +86,9 @@ %{_mandir}/man1/agrep.1* %changelog +* Fri Aug 04 2006 Dominik Mierzejewski 0.7.4-4 +- bump release to fix CVS tag + * Thu Aug 03 2006 Dominik Mierzejewski 0.7.4-3 - per FE guidelines, ExcludeArch only those problematic arches From fedora-extras-commits at redhat.com Fri Aug 4 19:31:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:31:49 -0700 Subject: owners owners.list,1.1361,1.1362 Message-ID: <200608041931.k74JVpGB025646@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25629 Modified Files: owners.list Log Message: add myself as tre maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1361 retrieving revision 1.1362 diff -u -r1.1361 -r1.1362 --- owners.list 4 Aug 2006 16:54:10 -0000 1.1361 +++ owners.list 4 Aug 2006 19:31:49 -0000 1.1362 @@ -1884,6 +1884,7 @@ Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| +Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 20:03:52 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 4 Aug 2006 13:03:52 -0700 Subject: check-mirrors check-mirrors.py, 1.26, 1.27 return-mirrorlist.py, 1.12, 1.13 Message-ID: <200608042003.k74K3qqM028500@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28474 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: Added basic statistical information like uptime. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- check-mirrors.py 3 Aug 2006 02:48:11 -0000 1.26 +++ check-mirrors.py 4 Aug 2006 20:03:49 -0000 1.27 @@ -110,18 +110,18 @@ def goodmirror(self, repo, arch, country, url): """ Update or insert a good mirror """ - if self.run("update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch)): + if self.run("update mirrors set successes=(select successes from mirrors where url='%s' and repo='%s' and arch='%s')+1, valid=1, lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch, url, repo, arch)): return True - elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 0, DATETIME('now'));" % (repo, arch, country, url)): + elif self.run("insert into mirrors (repo, arch, country, url, successes, valid, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, 1, DATETIME('now'));" % (repo, arch, country, url)): return True else: return False def badmirror(self, repo, arch, country, url): """ Update or insert a bad mirror """ - if self.run("update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch)): + if self.run("update mirrors set failures=(select failures from mirrors where url='%s' and repo='%s' and arch='%s')+1, valid=0 where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch, url, repo, arch)): return True - elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, '0');" % (repo, arch, country, url)): + elif self.run("insert into mirrors (repo, arch, country, url, failures, valid, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, 0, '0');" % (repo, arch, country, url)): return True else: return True @@ -136,7 +136,7 @@ sys.exit(2) return False else: - self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') + self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer default 0, successes integer default 0, valid integer, lastgood date);') if runno == 0: self.initdb(1) else: Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- return-mirrorlist.py 3 Aug 2006 02:48:11 -0000 1.12 +++ return-mirrorlist.py 4 Aug 2006 20:03:49 -0000 1.13 @@ -73,7 +73,7 @@ else: countrysql = "and country='%s'" % country try: - self.dbcursor.execute('SELECT url FROM mirrors where failures=0 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + self.dbcursor.execute('SELECT url FROM mirrors where valid=1 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) except sqlite.Error, err: print "%s" % err @@ -95,6 +95,23 @@ self.printMirrors(repo, arch, 'global') else: return True + + def printStats(self): + try: + self.dbcursor.execute('SELECT * FROM mirrors;') + except sqlite.Error, err: + print "%s" % err + + for row in self.dbcursor.fetchall(): + totalChecks = row[5] + row[6] * 1.0 + good = 0.0 + good = (row[5] / totalChecks * 1.0) * 100 + print '# %s' % row[4] + print '# Country: %s' % row[3] + print '# Last Good: %s' % row[8] + print '# uptime: %i%%' % good + print '# -----------------------------------' + return True def close(self): @@ -215,7 +232,9 @@ print '# repo = %s country = %s arch = %s ' % (repo, country, arch) DB.printMirrors(repo, arch, country) - + if form.has_key('stats'): + DB.printStats() + # fo = open(return_file, 'r') # for line in fo.readlines(): # line = line.replace('\n', '') From fedora-extras-commits at redhat.com Fri Aug 4 20:11:03 2006 From: fedora-extras-commits at redhat.com (Robert Crittenden (rcritten)) Date: Fri, 4 Aug 2006 13:11:03 -0700 Subject: rpms/mod_nss/FC-5 mod_nss-eccinit.patch, NONE, 1.1 mod_nss-conf.patch, 1.1, 1.2 mod_nss.spec, 1.1, 1.2 Message-ID: <200608042011.k74KBZ20028971@cvs-int.fedora.redhat.com> Author: rcritten Update of /cvs/extras/rpms/mod_nss/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28837/FC-5 Modified Files: mod_nss-conf.patch mod_nss.spec Added Files: mod_nss-eccinit.patch Log Message: Bump spec to mod_nss-1.0.3-4 Use the %ghost directive to own the database files. Use custom logs for mod_nss Add a default LogLevel to nss.conf Patch to fix some uninitialized variables mod_nss-eccinit.patch: --- NEW FILE mod_nss-eccinit.patch --- --- mod_nss-1.0.3/nss_engine_config.c 2 Mar 2006 19:21:54 -0000 1.10 +++ mod_nss-1.0.3/nss_engine_config.c 5 Jul 2006 15:03:47 -0000 @@ -82,6 +82,8 @@ mctx->nickname = NULL; #ifdef NSS_ENABLE_ECC mctx->eccnickname = NULL; + mctx->eccservercert = NULL; + mctx->eccserverkey = NULL; #endif mctx->servercert = NULL; mctx->serverkey = NULL; mod_nss-conf.patch: Index: mod_nss-conf.patch =================================================================== RCS file: /cvs/extras/rpms/mod_nss/FC-5/mod_nss-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss-conf.patch 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss-conf.patch 4 Aug 2006 20:11:02 -0000 1.2 @@ -1,5 +1,5 @@ ---- mod_nss-1.0.2/nss.conf.in.orig 2006-06-20 23:09:14.000000000 -0400 -+++ mod_nss-1.0.2/nss.conf.in 2006-06-20 23:10:23.000000000 -0400 +--- mod_nss-1.0.3/nss.conf.in.orig 2006-08-04 14:06:50.000000000 -0400 ++++ mod_nss-1.0.3/nss.conf.in 2006-08-04 15:24:34.000000000 -0400 @@ -8,14 +8,16 @@ # consult the online docs. You have been warned. # @@ -28,7 +28,7 @@ # Configure the SSL Session Cache. # NSSSessionCacheSize is the number of entries in the cache. -@@ -68,11 +70,11 @@ +@@ -68,16 +70,18 @@ ## SSL Virtual Host Context ## @@ -41,8 +41,18 @@ +#ServerName www.example.com:8443 #ServerAdmin you at example.com - # mod_nss can log to separate log files, you can choose to do that if you'd like -@@ -111,7 +113,7 @@ +-# mod_nss can log to separate log files, you can choose to do that if you'd like +-#ErrorLog @apache_prefix@/logs/error_log +-#TransferLog @apache_prefix@/logs/access_log ++# Use separate log files for the SSL virtual host; note that LogLevel ++# is not inherited from httpd.conf. ++ErrorLog @apache_prefix@/logs/nss_error_log ++TransferLog @apache_prefix@/logs/nss_access_log ++LogLevel warn + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. +@@ -111,7 +115,7 @@ # The NSS security database directory that holds the certificates and # keys. The database consists of 3 files: cert8.db, key3.db and secmod.db. # Provide the directory that these files exist. @@ -51,7 +61,7 @@ # Database Prefix: # In order to be able to store multiple NSS databases in one directory -@@ -175,7 +177,7 @@ +@@ -175,7 +179,7 @@ NSSOptions +StdEnvVars Index: mod_nss.spec =================================================================== RCS file: /cvs/extras/rpms/mod_nss/FC-5/mod_nss.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss.spec 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss.spec 4 Aug 2006 20:11:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: mod_nss Version: 1.0.3 -Release: 1%{?dist} +Release: 4%{?dist} Summary: SSL/TLS module for the Apache HTTP server Group: System Environment/Daemons License: Apache Software License @@ -15,6 +15,7 @@ Requires: nss >= 3.11, nss-tools >= 3.11 Patch1: mod_nss-conf.patch Patch2: mod_nss-gencert.patch +Patch3: mod_nss-eccinit.patch %description The mod_nss module provides strong cryptography for the Apache Web @@ -26,6 +27,7 @@ %setup -q %patch1 -p1 -b .conf %patch2 -p1 -b .gencert +%patch3 -p1 -b .eccinit # Touch expression parser sources to prevent regenerating it touch nss_expr_*.[chyl] @@ -56,8 +58,6 @@ # The install target of the Makefile isn't used because that uses apxs # which tries to enable the module in the build host httpd instead of in # the build root. -# The "temporary file" text in secmod.db, cert8.db and key3.db is done so -# the RPM "owns" these 3 files. We don't want any orphans. rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf @@ -71,9 +71,10 @@ install -m 755 nss_pcache $RPM_BUILD_ROOT%{_sbindir}/ install -m 755 gencert $RPM_BUILD_ROOT%{_sbindir}/ ln -s ../../..%{_libdir}/libnssckbi.so $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/ -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/install.log perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" $RPM_BUILD_ROOT%{_sbindir}/gencert @@ -84,8 +85,7 @@ umask 077 if [ "$1" -eq 1 ] ; then - if [ `grep -c "temporary file" %{_sysconfdir}/httpd/alias/key3.db` -eq 1 ]; then - rm -f %{_sysconfdir}/httpd/alias/{secmod,cert8,key3}.db + if [ ! -e %{_sysconfdir}/httpd/alias/key3.db ]; then %{_sbindir}/gencert %{_sysconfdir}/httpd/alias > %{_sysconfdir}/httpd/alias/install.log 2>&1 echo "" echo "%{name} certificate database generated." @@ -99,13 +99,23 @@ %config(noreplace) %{_sysconfdir}/httpd/conf.d/nss.conf %{_libdir}/httpd/modules/libmodnss.so %dir %{_sysconfdir}/httpd/alias/ -%config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db -%config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db -%config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/install.log %{_sysconfdir}/httpd/alias/libnssckbi.so %{_sbindir}/nss_pcache %{_sbindir}/gencert %changelog +* Fri Aug 04 2006 Rob Crittenden 1.0.3-4 +- Include LogLevel warn in nss.conf and use separate log files + +* Fri Aug 04 2006 Rob Crittenden 1.0.3-3 +- Need to initialize ECC certificate and key variables + +* Fri Aug 04 2006 Jarod Wilson 1.0.3-2 +- Use %%ghost for db files and install.log + * Tue Jun 20 2006 Rob Crittenden 1.0.3-1 - Initial build From fedora-extras-commits at redhat.com Fri Aug 4 20:11:03 2006 From: fedora-extras-commits at redhat.com (Robert Crittenden (rcritten)) Date: Fri, 4 Aug 2006 13:11:03 -0700 Subject: rpms/mod_nss/devel mod_nss-eccinit.patch, NONE, 1.1 mod_nss-conf.patch, 1.1, 1.2 mod_nss.spec, 1.1, 1.2 Message-ID: <200608042011.k74KBaVF028975@cvs-int.fedora.redhat.com> Author: rcritten Update of /cvs/extras/rpms/mod_nss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28837/devel Modified Files: mod_nss-conf.patch mod_nss.spec Added Files: mod_nss-eccinit.patch Log Message: Bump spec to mod_nss-1.0.3-4 Use the %ghost directive to own the database files. Use custom logs for mod_nss Add a default LogLevel to nss.conf Patch to fix some uninitialized variables mod_nss-eccinit.patch: --- NEW FILE mod_nss-eccinit.patch --- --- mod_nss-1.0.3/nss_engine_config.c 2 Mar 2006 19:21:54 -0000 1.10 +++ mod_nss-1.0.3/nss_engine_config.c 5 Jul 2006 15:03:47 -0000 @@ -82,6 +82,8 @@ mctx->nickname = NULL; #ifdef NSS_ENABLE_ECC mctx->eccnickname = NULL; + mctx->eccservercert = NULL; + mctx->eccserverkey = NULL; #endif mctx->servercert = NULL; mctx->serverkey = NULL; mod_nss-conf.patch: Index: mod_nss-conf.patch =================================================================== RCS file: /cvs/extras/rpms/mod_nss/devel/mod_nss-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss-conf.patch 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss-conf.patch 4 Aug 2006 20:11:03 -0000 1.2 @@ -1,5 +1,5 @@ ---- mod_nss-1.0.2/nss.conf.in.orig 2006-06-20 23:09:14.000000000 -0400 -+++ mod_nss-1.0.2/nss.conf.in 2006-06-20 23:10:23.000000000 -0400 +--- mod_nss-1.0.3/nss.conf.in.orig 2006-08-04 14:06:50.000000000 -0400 ++++ mod_nss-1.0.3/nss.conf.in 2006-08-04 15:24:34.000000000 -0400 @@ -8,14 +8,16 @@ # consult the online docs. You have been warned. # @@ -28,7 +28,7 @@ # Configure the SSL Session Cache. # NSSSessionCacheSize is the number of entries in the cache. -@@ -68,11 +70,11 @@ +@@ -68,16 +70,18 @@ ## SSL Virtual Host Context ## @@ -41,8 +41,18 @@ +#ServerName www.example.com:8443 #ServerAdmin you at example.com - # mod_nss can log to separate log files, you can choose to do that if you'd like -@@ -111,7 +113,7 @@ +-# mod_nss can log to separate log files, you can choose to do that if you'd like +-#ErrorLog @apache_prefix@/logs/error_log +-#TransferLog @apache_prefix@/logs/access_log ++# Use separate log files for the SSL virtual host; note that LogLevel ++# is not inherited from httpd.conf. ++ErrorLog @apache_prefix@/logs/nss_error_log ++TransferLog @apache_prefix@/logs/nss_access_log ++LogLevel warn + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. +@@ -111,7 +115,7 @@ # The NSS security database directory that holds the certificates and # keys. The database consists of 3 files: cert8.db, key3.db and secmod.db. # Provide the directory that these files exist. @@ -51,7 +61,7 @@ # Database Prefix: # In order to be able to store multiple NSS databases in one directory -@@ -175,7 +177,7 @@ +@@ -175,7 +179,7 @@ NSSOptions +StdEnvVars Index: mod_nss.spec =================================================================== RCS file: /cvs/extras/rpms/mod_nss/devel/mod_nss.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss.spec 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss.spec 4 Aug 2006 20:11:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: mod_nss Version: 1.0.3 -Release: 1%{?dist} +Release: 4%{?dist} Summary: SSL/TLS module for the Apache HTTP server Group: System Environment/Daemons License: Apache Software License @@ -15,6 +15,7 @@ Requires: nss >= 3.11, nss-tools >= 3.11 Patch1: mod_nss-conf.patch Patch2: mod_nss-gencert.patch +Patch3: mod_nss-eccinit.patch %description The mod_nss module provides strong cryptography for the Apache Web @@ -26,6 +27,7 @@ %setup -q %patch1 -p1 -b .conf %patch2 -p1 -b .gencert +%patch3 -p1 -b .eccinit # Touch expression parser sources to prevent regenerating it touch nss_expr_*.[chyl] @@ -56,8 +58,6 @@ # The install target of the Makefile isn't used because that uses apxs # which tries to enable the module in the build host httpd instead of in # the build root. -# The "temporary file" text in secmod.db, cert8.db and key3.db is done so -# the RPM "owns" these 3 files. We don't want any orphans. rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf @@ -71,9 +71,10 @@ install -m 755 nss_pcache $RPM_BUILD_ROOT%{_sbindir}/ install -m 755 gencert $RPM_BUILD_ROOT%{_sbindir}/ ln -s ../../..%{_libdir}/libnssckbi.so $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/ -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/install.log perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" $RPM_BUILD_ROOT%{_sbindir}/gencert @@ -84,8 +85,7 @@ umask 077 if [ "$1" -eq 1 ] ; then - if [ `grep -c "temporary file" %{_sysconfdir}/httpd/alias/key3.db` -eq 1 ]; then - rm -f %{_sysconfdir}/httpd/alias/{secmod,cert8,key3}.db + if [ ! -e %{_sysconfdir}/httpd/alias/key3.db ]; then %{_sbindir}/gencert %{_sysconfdir}/httpd/alias > %{_sysconfdir}/httpd/alias/install.log 2>&1 echo "" echo "%{name} certificate database generated." @@ -99,13 +99,23 @@ %config(noreplace) %{_sysconfdir}/httpd/conf.d/nss.conf %{_libdir}/httpd/modules/libmodnss.so %dir %{_sysconfdir}/httpd/alias/ -%config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db -%config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db -%config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/install.log %{_sysconfdir}/httpd/alias/libnssckbi.so %{_sbindir}/nss_pcache %{_sbindir}/gencert %changelog +* Fri Aug 04 2006 Rob Crittenden 1.0.3-4 +- Include LogLevel warn in nss.conf and use separate log files + +* Fri Aug 04 2006 Rob Crittenden 1.0.3-3 +- Need to initialize ECC certificate and key variables + +* Fri Aug 04 2006 Jarod Wilson 1.0.3-2 +- Use %%ghost for db files and install.log + * Tue Jun 20 2006 Rob Crittenden 1.0.3-1 - Initial build From fedora-extras-commits at redhat.com Fri Aug 4 20:58:01 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 13:58:01 -0700 Subject: rpms/fish/devel fish.spec,1.11,1.12 Message-ID: <200608042058.k74Kw3ox030281@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30264 Modified Files: fish.spec Log Message: Update changelog Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- fish.spec 4 Aug 2006 15:23:51 -0000 1.11 +++ fish.spec 4 Aug 2006 20:58:01 -0000 1.12 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -155,6 +155,11 @@ %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + * Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 - Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this From fedora-extras-commits at redhat.com Fri Aug 4 20:59:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 13:59:20 -0700 Subject: rpms/pure-ftpd/FC-5 pure-ftpd.spec,1.11,1.12 Message-ID: <200608042059.k74KxNSt030318@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30287/FC-5 Modified Files: pure-ftpd.spec Log Message: BuildRequire selinux-policy-devel for FC6 onwards Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/FC-5/pure-ftpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pure-ftpd.spec 4 Aug 2006 19:22:28 -0000 1.11 +++ pure-ftpd.spec 4 Aug 2006 20:59:20 -0000 1.12 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -25,6 +25,9 @@ %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 +%if "%{fedora}" >= "6" +BuildRequires: selinux-policy-devel +%endif Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -239,6 +242,9 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 +- BuildRequire selinux-policy-devel for FC6 onwards + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 - install README.SELinux with perms 644 to avoid depending on the buildsys' umask (bug 200844) From fedora-extras-commits at redhat.com Fri Aug 4 20:59:21 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 13:59:21 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.12,1.13 Message-ID: <200608042059.k74KxNmx030322@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30287/devel Modified Files: pure-ftpd.spec Log Message: BuildRequire selinux-policy-devel for FC6 onwards Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pure-ftpd.spec 4 Aug 2006 19:22:29 -0000 1.12 +++ pure-ftpd.spec 4 Aug 2006 20:59:21 -0000 1.13 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -25,6 +25,9 @@ %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 +%if "%{fedora}" >= "6" +BuildRequires: selinux-policy-devel +%endif Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -239,6 +242,9 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 +- BuildRequire selinux-policy-devel for FC6 onwards + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 - install README.SELinux with perms 644 to avoid depending on the buildsys' umask (bug 200844) From fedora-extras-commits at redhat.com Fri Aug 4 21:06:37 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 14:06:37 -0700 Subject: rpms/fish/FC-5 .cvsignore, 1.4, 1.5 fish.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608042106.k74L6daC000567@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv546 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:24:42 -0000 1.4 +++ .cvsignore 4 Aug 2006 21:06:36 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 13 Mar 2006 11:11:44 -0000 1.7 +++ fish.spec 4 Aug 2006 21:06:36 -0000 1.8 @@ -1,64 +1,129 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.2 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells URL: http://roo.no-ip.org/fish/ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 -Patch0: fish-1.21.2-fallback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel -BuildRequires: libX11-devel libXt-devel libXext-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%patch0 -p1 -b .fallback -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files %find_lang %{name}.\* + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi + + + %files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* %_mandir/man1/count.1* -%_mandir/man1/fishd.1.* -%_mandir/man1/fish_pager.1.* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager @@ -66,24 +131,44 @@ %attr(0755,root,root) %_bindir/set_color %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count -%dir %_datadir/fish/completions -%config %_datadir/fish/completions/*.fish -%dir %_datadir/fish/functions -%config %_datadir/fish/functions/*.fish -%_datadir/fish/fish + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + + %changelog -* Mon Mar 13 2006 Oliver Falk - 1.21.2-1 -- Update -- Applied patch provided by Michael Schwendt - -* Fri Mar 10 2006 Oliver Falk - 1.14.0-2 -- Fix buildreqs -- Fix wutil.h +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -112,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:24:42 -0000 1.4 +++ sources 4 Aug 2006 21:06:36 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 22:56:11 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 15:56:11 -0700 Subject: rpms/compface/devel compface-README.copyright, NONE, 1.1 compface.spec, 1.12, 1.13 Message-ID: <200608042256.k74MuDpQ003623@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3605 Modified Files: compface.spec Added Files: compface-README.copyright Log Message: * Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 - Add licence terms clarification from Debian's patch. --- NEW FILE compface-README.copyright --- Extracted from Debian GNU/Linux's package: [...] Compface - 48x48x1 image compression and decompression Copyright (c) James Ashton 1990. Written 89/11/11 Feel free to distribute this source at will so long as the above message and this message are included in full. This copyright message dosn't specify whether modified version is allowed, but the following mail from the author does allow them: > From: James Ashton > Subject: Re: Bug#72019: compface not DFSG > Date: Wed, 20 Sep 2000 09:48:34 +1100 (EST) > > >On Tue, Sep 19, 2000 at 08:58:43AM -0400, Raul Miller wrote: > >> Package: compface > >> Version: 1989.11.11-17.1 > >> Severity: important > >> > >> compface's copyright doesn't grant permission to > >> distribute modified versions > > > >The compface copyright says: > > > >Feel free to distribute this source at will so long as the above > >message and this message are included in full. > > > > > >Which could be interpretated as it is allowed to distribute modified > >versions of it. James Ashton is the original author, would you care to > >clairify the matter, mr Ashton? > > I don't mind modified versions being distributed. Please included the > original copyright notices as specified and also prominently note, if > it is a modified version, the nature and author(s) of the > modifications. > -- > James Ashton VK1XJA System Administrator > http://wwwsyseng.anu.edu.au/~jaa Department of Systems Engineering > Voice +61 2 6279 8675 Research School of Information Sciences and Engineering > FAX +61 2 6279 8688 Australian National University > Email James.Ashton at anu.edu.au Canberra ACT 0200 Australia > Another peoblem with the copyright of this source code is that the copyright message in the source files and in the readme file is conflicting. The following mail from the author should clear that up: > From: James Ashton > Subject: Re: libcompface license (again) > Date: Thu, 22 Feb 2001 09:32:23 +1100 (EST) > > >Hi, > >I'm maintaining the debian pkg of your compface lib, and I've talket to you > >before about it's license. And now ouer legal people have found another > >problem. The sourcefiles contains a diffrent copyright notice than the > >redmefile. They say: > > > >> * Permission is given to distribute these sources, as long as the > >> * copyright messages are not removed, and no monies are exchanged.=20 > > > >The problem is the last part "no monies are exchanged". As you probably=20 > >know we do allow third party companies to produce debian CDs and sell them. > >So this statement would inmply that we can't have your libcompface in > debian > >at all. > > I'm happy to remove the phrase no monies are exchanged' from the > source and allow distribution as per the README file. Do you need more > from me than just this email? > -- > James Ashton VK1XJA System Administrator > http://wwwsyseng.anu.edu.au/~jaa Department of Systems Engineering > Voice +61 2 6125 8675 Research School of Information Sciences and Engineering > FAX +61 2 6125 8660 Australian National University > Email James.Ashton at anu.edu.au Canberra ACT 0200 Australia Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- compface.spec 4 Aug 2006 16:58:22 -0000 1.12 +++ compface.spec 4 Aug 2006 22:56:10 -0000 1.13 @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia @@ -8,6 +8,7 @@ URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz Source1: compface-test.xbm +Source2: compface-README.copyright Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz Patch1: compface-1.5.2-stack-smashing.patch Patch2: %{name}-1.5.2-build.patch @@ -41,6 +42,7 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true +mkdir -p _extdoc && install -p -m 0644 %{SOURCE2} _extdoc/README.copyright %check || : @@ -61,6 +63,7 @@ %files %defattr(-,root,root,-) %doc ChangeLog README xbm2xface.pl +%doc _extdoc/README.copyright %{_bindir}/compface %{_bindir}/uncompface %{_libdir}/libcompface.so.* @@ -76,6 +79,9 @@ %changelog +* Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 +- Add licence terms clarification from Debian's patch. + * Fri Aug 4 2006 Michael Schwendt - 1.5.2-2 - Add patch to prevent sscanf stack smashing through Debian's patch. - Fix two GCC warnings in the same patch. From fedora-extras-commits at redhat.com Sat Aug 5 00:10:25 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:10:25 -0700 Subject: rpms/fish/FC-4 fish.spec,1.5,1.6 Message-ID: <200608050010.k750AR8X009020@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9003 Modified Files: fish.spec Log Message: Update to 1.21.10 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fish.spec 28 Sep 2005 11:26:36 -0000 1.5 +++ fish.spec 5 Aug 2006 00:10:25 -0000 1.6 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.14.0 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -11,64 +11,165 @@ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel xorg-x11-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* + + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files + + + +%files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* -%_mandir/man1/tokenize.1* %_mandir/man1/count.1* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager %attr(0755,root,root) %_bindir/xsel %attr(0755,root,root) %_bindir/set_color -%attr(0755,root,root) %_bindir/tokenize %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish -%dir %_sysconfdir/fish.d/completions -%config %_sysconfdir/fish.d/completions/*.fish + +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 + * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -96,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way From fedora-extras-commits at redhat.com Sat Aug 5 00:11:25 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:11:25 -0700 Subject: rpms/fish/FC-3 fish.spec,1.5,1.6 Message-ID: <200608050011.k750BRKI009087@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9070 Modified Files: fish.spec Log Message: Update to 1.21.10 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fish.spec 28 Sep 2005 11:27:22 -0000 1.5 +++ fish.spec 5 Aug 2006 00:11:24 -0000 1.6 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.14.0 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -11,64 +11,165 @@ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel xorg-x11-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* + + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files + + + +%files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* -%_mandir/man1/tokenize.1* %_mandir/man1/count.1* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager %attr(0755,root,root) %_bindir/xsel %attr(0755,root,root) %_bindir/set_color -%attr(0755,root,root) %_bindir/tokenize %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish -%dir %_sysconfdir/fish.d/completions -%config %_sysconfdir/fish.d/completions/*.fish + +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 + * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -96,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way From fedora-extras-commits at redhat.com Sat Aug 5 00:14:20 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:14:20 -0700 Subject: rpms/fish/FC-4 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608050014.k750EMNo009156@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9137 Modified Files: .cvsignore sources Log Message: Update tarball. Sorry, I thought you only had to do it once, not once per fedora version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:26:36 -0000 1.4 +++ .cvsignore 5 Aug 2006 00:14:20 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:26:36 -0000 1.4 +++ sources 5 Aug 2006 00:14:20 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 5 00:16:29 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:16:29 -0700 Subject: rpms/fish/FC-4 fish.spec,1.6,1.7 Message-ID: <200608050016.k750GVJ7009211@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9194 Modified Files: fish.spec Log Message: Update release tag as per http://fedoraproject.org/wiki/Extras/UsingCvsFaq Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fish.spec 5 Aug 2006 00:10:25 -0000 1.6 +++ fish.spec 5 Aug 2006 00:16:29 -0000 1.7 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPL Group: System Environment/Shells From fedora-extras-commits at redhat.com Sat Aug 5 00:17:34 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:17:34 -0700 Subject: rpms/fish/FC-3 .cvsignore, 1.4, 1.5 fish.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608050017.k750Ham2009282@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9261 Modified Files: .cvsignore fish.spec sources Log Message: Update tarball and release tag. Sorry, I thought you only had to do it once, not once per fedora version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:27:22 -0000 1.4 +++ .cvsignore 5 Aug 2006 00:17:33 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fish.spec 5 Aug 2006 00:11:24 -0000 1.6 +++ fish.spec 5 Aug 2006 00:17:33 -0000 1.7 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:27:22 -0000 1.4 +++ sources 5 Aug 2006 00:17:33 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 5 08:04:19 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Sat, 5 Aug 2006 01:04:19 -0700 Subject: rpms/gtktalog/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.2, NONE gtktalog.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608050804.k7584L6M031880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gtktalog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31817 Added Files: dead.package Removed Files: .cvsignore Makefile gtktalog.spec sources Log Message: Retire gtktalog. --- NEW FILE dead.package --- - No more upstream development - Still depends on gtk1/gnome1 as of August 2006 --- .cvsignore DELETED --- --- Makefile DELETED --- --- gtktalog.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Aug 5 08:05:28 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Sat, 5 Aug 2006 01:05:28 -0700 Subject: rpms/diradmin/devel dead.package, NONE, 1.1 .cvsignore, 1.5, NONE Makefile, 1.2, NONE diradmin.spec, 1.11, NONE sources, 1.5, NONE Message-ID: <200608050805.k7585UNM031922@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/diradmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31906 Added Files: dead.package Removed Files: .cvsignore Makefile diradmin.spec sources Log Message: Retire diradmin. --- NEW FILE dead.package --- - No more upstream development - Still depends on gtk1/gnome1 as of August 2006 --- .cvsignore DELETED --- --- Makefile DELETED --- --- diradmin.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Aug 5 21:44:50 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:44:50 -0700 Subject: rpms/cegui import.log,1.5,1.6 Message-ID: <200608052144.k75LiqKF005752@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5720 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch devel from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 18 Jul 2006 18:28:19 -0000 1.5 +++ import.log 5 Aug 2006 21:44:50 -0000 1.6 @@ -2,3 +2,4 @@ cegui-0_4_1-9:HEAD:cegui-0.4.1-9.src.rpm:1153250513 cegui-0_4_1-9:FC-4:cegui-0.4.1-9.src.rpm:1153250666 cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 +cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 From fedora-extras-commits at redhat.com Sat Aug 5 21:44:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:44:51 -0700 Subject: rpms/cegui/devel cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052144.k75LirWM005759@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5720/devel Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch devel from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/devel/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:23:41 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:44:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 21:47:14 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:47:14 -0700 Subject: rpms/cegui import.log,1.6,1.7 Message-ID: <200608052147.k75LlGjF005858@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5826 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch FC-4 from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 5 Aug 2006 21:44:50 -0000 1.6 +++ import.log 5 Aug 2006 21:47:14 -0000 1.7 @@ -3,3 +3,4 @@ cegui-0_4_1-9:FC-4:cegui-0.4.1-9.src.rpm:1153250666 cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 +cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 From fedora-extras-commits at redhat.com Sat Aug 5 21:47:15 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:47:15 -0700 Subject: rpms/cegui/FC-4 cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052147.k75LlHSu005864@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5826/FC-4 Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch FC-4 from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/FC-4/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:26:14 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:47:14 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 21:48:27 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:48:27 -0700 Subject: rpms/cegui import.log,1.7,1.8 Message-ID: <200608052148.k75LmTnB005964@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5932 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch FC-5 from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 5 Aug 2006 21:47:14 -0000 1.7 +++ import.log 5 Aug 2006 21:48:27 -0000 1.8 @@ -4,3 +4,4 @@ cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 +cegui-0_4_1-10:FC-5:cegui-0.4.1-10.src.rpm:1154817889 From fedora-extras-commits at redhat.com Sat Aug 5 21:48:28 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:48:28 -0700 Subject: rpms/cegui/FC-5 cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052148.k75LmUYV005970@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5932/FC-5 Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch FC-5 from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/FC-5/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:28:19 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:48:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 23:41:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:24 -0700 Subject: rpms/pyicq-t - New directory Message-ID: <200608052341.k75NfQFY012335@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12314/pyicq-t Log Message: Directory /cvs/extras/rpms/pyicq-t added to the repository From fedora-extras-commits at redhat.com Sat Aug 5 23:41:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:24 -0700 Subject: rpms/pyicq-t/devel - New directory Message-ID: <200608052341.k75NfQ04012338@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12314/pyicq-t/devel Log Message: Directory /cvs/extras/rpms/pyicq-t/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 5 23:41:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:39 -0700 Subject: rpms/pyicq-t Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608052341.k75Nff7q012398@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12361 Added Files: Makefile import.log Log Message: Setup of module pyicq-t --- NEW FILE Makefile --- # Top level Makefile for module pyicq-t all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 5 23:41:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:39 -0700 Subject: rpms/pyicq-t/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608052341.k75Nff92012401@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12361/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyicq-t --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 5 23:41:46 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:41:46 -0700 Subject: rpms/perl-Algorithm-Diff/devel .cvsignore, 1.2, 1.3 perl-Algorithm-Diff.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052341.k75NfmFK012437@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Algorithm-Diff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12397 Modified Files: .cvsignore perl-Algorithm-Diff.spec sources Log Message: Update to 1.1902. Minor spec cleanup to match current template/cpanspec output. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Sep 2005 17:52:59 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:41:46 -0000 1.3 @@ -1 +1 @@ -Algorithm-Diff-1.1901.zip +Algorithm-Diff-1.1902.tar.gz Index: perl-Algorithm-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/perl-Algorithm-Diff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Algorithm-Diff.spec 6 Sep 2005 17:52:59 -0000 1.1 +++ perl-Algorithm-Diff.spec 5 Aug 2006 23:41:46 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-Algorithm-Diff -Version: 1.1901 +Version: 1.1902 Release: 1%{?dist} Summary: Algorithm::Diff Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Diff/ -Source0: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-1.1901.zip +Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -31,15 +31,12 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Algorithm/*.pl -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -48,11 +45,15 @@ %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic *.pl +%doc Changes README *.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 1.1902-1 +- Update to 1.1902. +- Minor spec cleanup to match current template/cpanspec output. + * Mon Sep 05 2005 Steven Pritchard 1.1901-1 - Updated to 1.1901. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Sep 2005 17:52:59 -0000 1.2 +++ sources 5 Aug 2006 23:41:46 -0000 1.3 @@ -1 +1 @@ -a4f8625182c00847098b05e18268bfb2 Algorithm-Diff-1.1901.zip +ff3e17ae485f8adfb8857b183991fbce Algorithm-Diff-1.1902.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:42:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:42:06 -0700 Subject: rpms/pyicq-t import.log,1.1,1.2 Message-ID: <200608052342.k75Ng8po012538@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12501 Modified Files: import.log Log Message: auto-import pyicq-t-0.7-3 on branch devel from pyicq-t-0.7-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Aug 2006 23:41:38 -0000 1.1 +++ import.log 5 Aug 2006 23:42:06 -0000 1.2 @@ -0,0 +1 @@ +pyicq-t-0_7-3:HEAD:pyicq-t-0.7-3.src.rpm:1154821326 From fedora-extras-commits at redhat.com Sat Aug 5 23:42:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:42:07 -0700 Subject: rpms/pyicq-t/devel config.patch, NONE, 1.1 pyicq-t.init, NONE, 1.1 pyicq-t.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608052342.k75Ng9Vl012545@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12501/devel Modified Files: .cvsignore sources Added Files: config.patch pyicq-t.init pyicq-t.spec Log Message: auto-import pyicq-t-0.7-3 on branch devel from pyicq-t-0.7-3.src.rpm config.patch: --- NEW FILE config.patch --- --- config_example.xml.orig 2006-07-26 09:10:46.000000000 -0500 +++ config_example.xml 2006-07-26 09:13:02.000000000 -0500 @@ -7,11 +7,11 @@ - . + /var/spool/pyicq-tt - PyICQt.pid + /var/run/pyicq-t.pid 127.0.0.1 --- NEW FILE pyicq-t.init --- #!/bin/bash # pyicq-t # # chkconfig: - 45 65 # description: pyicq-t # processname: pyicq-t # pidfile: /var/run/pyicq-t.pid . /etc/rc.d/init.d/functions start() { echo -n $"Starting ICQ transport: " (cd /usr/share/pyicq-t; python ./PyICQt.py --background --config=/etc/pyicq-t/config.xml) && success || failure RETVAL=$? [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/pyicq-t echo return $RETVAL } stop() { # Stop daemons. echo -n "Shutting down ICQ transport: " killproc pyicq-t RETVAL=$? [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/pyicq-t echo return $RETVAL } restart() { stop start } # See how we were called. case "$1" in start) start ;; stop) stop ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/pyicq-t ] && restart || : ;; status) status pyicq-t RETVAL=$? ;; *) echo "Usage: pyicq-t {start|stop|restart|reload|condrestart|status}" RETVAL=1 esac exit $RETVAL --- NEW FILE pyicq-t.spec --- Name: pyicq-t Version: 0.7 Release: 3%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet License: GPL URL: http://pyicq-t.blathersource.org/ Source0: http://www.blathersource.org/download.php/pyicq-t/pyicq-t-0.7b.tar.gz Source1: pyicq-t.init Patch0: config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: python-twisted Requires: python-imaging Requires: pyOpenSSL Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service Provides: pyicqt Obsoletes: pyicqt %description The ICQ Transport provides a gateway which allows Jabber users to communicate with their contacts on the ICQ network. The transport must be installed on the Jabber server, and it's operation is nearly transparent to the user. They can interact with their ICQ contacts in the same way as they do with their Jabber contacts. %package mysql Summary: MySQL backend for ICQ transport Group: Applications/Internet Requires: MySQL-python Requires: pyicqt = %{version}-%{release} %description mysql MySQL backend for ICQ transport %prep %setup -q -n pyicq-t-0.7b %patch0 -p0 %build %{__python} %{_libdir}/python2.4/compileall.py . %{__python} -O %{_libdir}/python2.4/compileall.py . %install rm -rf %{buildroot} mkdir -p %{buildroot}/etc/pyicq-t mkdir -p %{buildroot}%{_datadir}/pyicq-t mkdir -p %{buildroot}/var/spool/pyicq-t mkdir -p %{buildroot}%{_initrddir} cp %{S:1} %{buildroot}%{_initrddir}/pyicq-t chmod a+x %{buildroot}%{_initrddir}/pyicq-t touch %{buildroot}/etc/pyicq-t/config.xml cp PyICQt.py* %{buildroot}%{_datadir}/pyicq-t chmod a+x %{buildroot}%{_datadir}/pyicq-t/PyICQt.py cp -r data %{buildroot}%{_datadir}/pyicq-t cp -r src %{buildroot}%{_datadir}/pyicq-t %clean rm -rf %{buildroot} %post /sbin/chkconfig --add pyicq-t %preun if [ $1 = 0 ]; then /sbin/service pyicq-t stop >/dev/null 2>&1 /sbin/chkconfig --del pyicq-t fi %postun if [ "$1" -ge "1" ]; then /sbin/service pyicq-t condrestart >/dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog config_example.xml COPYING INSTALL NEWS README tools/managessi.py tools/migrate.py %{_initrddir}/pyicq-t %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml %dir %{_datadir}/pyicq-t %{_datadir}/pyicq-t/*.py %{_datadir}/pyicq-t/*.pyc %ghost %{_datadir}/pyicq-t/*.pyo %dir %{_datadir}/pyicq-t/data %{_datadir}/pyicq-t/data/*.png %dir %{_datadir}/pyicq-t/data/www %{_datadir}/pyicq-t/data/www/*.html %dir %{_datadir}/pyicq-t/data/www/css %{_datadir}/pyicq-t/data/www/css/*.css %dir %{_datadir}/pyicq-t/data/www/images %{_datadir}/pyicq-t/data/www/images/*.png %dir %{_datadir}/pyicq-t/src %{_datadir}/pyicq-t/src/*.py %{_datadir}/pyicq-t/src/*.pyc %ghost %{_datadir}/pyicq-t/src/*.pyo %dir %{_datadir}/pyicq-t/src/langs %{_datadir}/pyicq-t/src/langs/*.py %{_datadir}/pyicq-t/src/langs/*.pyc %ghost %{_datadir}/pyicq-t/src/langs/*.pyo %dir %{_datadir}/pyicq-t/src/legacy %{_datadir}/pyicq-t/src/legacy/*.py %{_datadir}/pyicq-t/src/legacy/*.pyc %ghost %{_datadir}/pyicq-t/src/legacy/*.pyo %dir %{_datadir}/pyicq-t/src/tlib %{_datadir}/pyicq-t/src/tlib/*.py %{_datadir}/pyicq-t/src/tlib/*.pyc %ghost %{_datadir}/pyicq-t/src/tlib/*.pyo %dir %{_datadir}/pyicq-t/src/tlib/jabber %{_datadir}/pyicq-t/src/tlib/jabber/*.py %{_datadir}/pyicq-t/src/tlib/jabber/*.pyc %ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo %dir %{_datadir}/pyicq-t/src/web %{_datadir}/pyicq-t/src/web/*.py %{_datadir}/pyicq-t/src/web/*.pyc %ghost %{_datadir}/pyicq-t/src/web/*.pyo %dir %{_datadir}/pyicq-t/src/xdb %{_datadir}/pyicq-t/src/xdb/__init__.py %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py %{_datadir}/pyicq-t/src/xdb/legacyjittransport.py %{_datadir}/pyicq-t/src/xdb/template.py %{_datadir}/pyicq-t/src/xdb/xmlfiles.py %{_datadir}/pyicq-t/src/xdb/__init__.pyc %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc %{_datadir}/pyicq-t/src/xdb/template.pyc %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc %ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo %ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo %ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo %ghost %{_datadir}/pyicq-t/src/xdb/template.pyo %ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo %dir %{_localstatedir}/spool/pyicq-t %files mysql %defattr(-,root,root,-) %doc tools/db-setup.mysql %{_datadir}/pyicq-t/src/xdb/mysql.py %{_datadir}/pyicq-t/src/xdb/mysql.pyc %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t * Sun Jul 30 2006 Jeffrey C. Ollie - 0.7-2 - Rename to pyicq-t - Change Group tag * Wed Jul 26 2006 Jeffrey C. Ollie - 0.7-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Aug 2006 23:41:39 -0000 1.1 +++ .cvsignore 5 Aug 2006 23:42:07 -0000 1.2 @@ -0,0 +1 @@ +pyicq-t-0.7b.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Aug 2006 23:41:39 -0000 1.1 +++ sources 5 Aug 2006 23:42:07 -0000 1.2 @@ -0,0 +1 @@ +7de0df9311eb6923e6f59fdd914bb6ab pyicq-t-0.7b.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:45:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:45:00 -0700 Subject: rpms/perl-Archive-Extract/devel .cvsignore, 1.2, 1.3 perl-Archive-Extract.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052345.k75Nj2hU012656@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Archive-Extract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12635 Modified Files: .cvsignore perl-Archive-Extract.spec sources Log Message: Update to 0.11. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Apr 2006 23:45:22 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:45:00 -0000 1.3 @@ -1 +1 @@ -Archive-Extract-0.08.tar.gz +Archive-Extract-0.11.tar.gz Index: perl-Archive-Extract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Archive-Extract.spec 15 Apr 2006 23:45:22 -0000 1.1 +++ perl-Archive-Extract.spec 5 Aug 2006 23:45:00 -0000 1.2 @@ -1,7 +1,7 @@ Name: perl-Archive-Extract -Version: 0.08 +Version: 0.11 Release: 1%{?dist} -Summary: A generic archive extracting mechanism +Summary: Generic archive extracting mechanism License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Archive-Extract/ @@ -30,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.11-1 +- Update to 0.11. + * Thu Mar 23 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Apr 2006 23:45:22 -0000 1.2 +++ sources 5 Aug 2006 23:45:00 -0000 1.3 @@ -1 +1 @@ -1e5d21e4dcd52e168eb2d660e44a48a6 Archive-Extract-0.08.tar.gz +9ceef03f8cf09620afa7948b6193c56b Archive-Extract-0.11.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:49:45 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:49:45 -0700 Subject: rpms/perl-File-Fetch/devel .cvsignore, 1.2, 1.3 perl-File-Fetch.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052349.k75NnluL012783@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-File-Fetch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12762 Modified Files: .cvsignore perl-File-Fetch.spec sources Log Message: Update to 0.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2006 21:55:57 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:49:45 -0000 1.3 @@ -1 +1 @@ -File-Fetch-0.07.tar.gz +File-Fetch-0.08.tar.gz Index: perl-File-Fetch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/perl-File-Fetch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Fetch.spec 21 Apr 2006 21:55:57 -0000 1.1 +++ perl-File-Fetch.spec 5 Aug 2006 23:49:45 -0000 1.2 @@ -1,7 +1,7 @@ Name: perl-File-Fetch -Version: 0.07 +Version: 0.08 Release: 1%{?dist} -Summary: A generic file fetching mechanism +Summary: Generic file fetching mechanism License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Fetch/ @@ -33,7 +33,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.08-1 +- Update to 0.08. + * Thu Mar 23 2006 Steven Pritchard 0.07-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2006 21:55:57 -0000 1.2 +++ sources 5 Aug 2006 23:49:45 -0000 1.3 @@ -1 +1 @@ -53135c09fa15e9cb0a980b153b9634e0 File-Fetch-0.07.tar.gz +bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:53:56 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:53:56 -0700 Subject: owners owners.list,1.1362,1.1363 Message-ID: <200608052353.k75Nrwvl012858@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12841 Modified Files: owners.list Log Message: Adding pyicq-t. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1362 retrieving revision 1.1363 diff -u -r1.1362 -r1.1363 --- owners.list 4 Aug 2006 19:31:49 -0000 1.1362 +++ owners.list 5 Aug 2006 23:53:56 -0000 1.1363 @@ -1549,6 +1549,7 @@ Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|byte at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 00:10:55 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 17:10:55 -0700 Subject: rpms/perl-Module-Load-Conditional/devel .cvsignore, 1.2, 1.3 perl-Module-Load-Conditional.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060010.k760Av7d015710@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Load-Conditional/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15687 Modified Files: .cvsignore perl-Module-Load-Conditional.spec sources Log Message: Update to 0.10. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Apr 2006 22:02:55 -0000 1.2 +++ .cvsignore 6 Aug 2006 00:10:55 -0000 1.3 @@ -1 +1 @@ -Module-Load-Conditional-0.08.tar.gz +Module-Load-Conditional-0.10.tar.gz Index: perl-Module-Load-Conditional.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Load-Conditional.spec 13 Apr 2006 22:02:55 -0000 1.1 +++ perl-Module-Load-Conditional.spec 6 Aug 2006 00:10:55 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Module-Load-Conditional -Version: 0.08 +Version: 0.10 Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic @@ -30,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.10-1 +- Update to 0.10. + * Thu Mar 23 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Apr 2006 22:02:55 -0000 1.2 +++ sources 6 Aug 2006 00:10:55 -0000 1.3 @@ -1 +1 @@ -9e2a706b6511651ca4eb6de0c4c89a12 Module-Load-Conditional-0.08.tar.gz +7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:05:37 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:05:37 -0700 Subject: rpms/python-dns/devel .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060405.k7645dPD027940@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27919 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:05:37 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:05:37 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:05:37 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:07:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:07:30 -0700 Subject: rpms/python-dns/FC-5 .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060407.k7647Wqg028007@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27986 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:07:30 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:07:30 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:07:30 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:08:26 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:08:26 -0700 Subject: rpms/python-dns/FC-4 .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060408.k7648SM8028072@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28051 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:08:26 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:08:26 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:08:26 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:03 -0700 Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.2, 1.3 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060410.k764A5Xm028154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28133 Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jul 2006 19:51:13 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:10:03 -0000 1.3 @@ -1 +1 @@ -Object-InsideOut-1.45.tar.gz +Object-InsideOut-1.48.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:03 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:03 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:34 -0700 Subject: rpms/perl-Object-InsideOut/FC-4 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060411.k764B63b028230@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28193/FC-4 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:34 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:34 -0700 Subject: rpms/perl-Object-InsideOut/FC-5 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060411.k764B7q8028234@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28193/FC-5 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:34 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:48:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:48:07 -0700 Subject: rpms/jthread/devel .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060448.k764m9sE028400@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28379 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:48:07 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:48:07 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:48:07 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 04:52:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:52:06 -0700 Subject: rpms/jthread/FC-5 .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060452.k764q844028469@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28448 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:52:06 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:52:06 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:52:06 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 04:52:36 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:52:36 -0700 Subject: rpms/jthread/FC-4 .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060452.k764qcV6028534@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28513 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:52:36 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:52:36 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:52:36 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 12:47:03 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 6 Aug 2006 05:47:03 -0700 Subject: rpms/ghex/FC-5 ghex-no-scrollkeeper.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ghex.spec, 1.10, 1.11 sources, 1.5, 1.6 ghex-2.8.0-no-scrollkeeper.patch, 1.1, NONE Message-ID: <200608061247.k76Cl5jV018046@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18022 Modified Files: .cvsignore ghex.spec sources Added Files: ghex-no-scrollkeeper.patch Removed Files: ghex-2.8.0-no-scrollkeeper.patch Log Message: sync with devel -- Update to 2.8.2; Don't use the libtool worksaroung anymore; Rename patch ghex-no-scrollkeeper.patch: --- NEW FILE ghex-no-scrollkeeper.patch --- diff -Naur ghex-2.8.2.org/omf-install/Makefile.in ghex-2.8.2/omf-install/Makefile.in --- ghex-2.8.2.org/omf-install/Makefile.in 2006-07-15 16:05:45.000000000 +0200 +++ ghex-2.8.2/omf-install/Makefile.in 2006-07-15 16:06:14.000000000 +0200 @@ -374,14 +374,12 @@ -for file in $(srcdir)/*.omf; do \ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper uninstall-local: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Nov 2004 04:23:31 -0000 1.4 +++ .cvsignore 6 Aug 2006 12:47:03 -0000 1.5 @@ -1 +1 @@ -ghex-2.8.0.tar.bz2 +ghex-2.8.2.tar.bz2 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/ghex.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ghex.spec 13 Feb 2006 17:31:33 -0000 1.10 +++ ghex.spec 6 Aug 2006 12:47:03 -0000 1.11 @@ -1,14 +1,14 @@ Name: ghex -Version: 2.8.1 -Release: 4%{?dist} +Version: 2.8.2 +Release: 1%{?dist} Summary: Binary editor for GNOME Group: Applications/Editors License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex -Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.1.tar.bz2 -Patch: ghex-2.8.0-no-scrollkeeper.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 +Patch: ghex-no-scrollkeeper.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -17,7 +17,6 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper -BuildRequires: libtool Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -45,10 +44,9 @@ %setup -q %patch -p1 -b .noscrollkeeper - %build %configure -make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool +make %{?_smp_mflags} %install @@ -110,6 +108,12 @@ %changelog +* Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 +- Update to 2.8.2 +- Don't use the libtool worksaroung anymore +- Rename ghex-2.8.0-no-scrollkeeper.patch to + ghex-no-scrollkeeper.patch and and update it + * Mon Feb 13 2006 Thorsten Leemhuis - Rebuild for Fedora Extras 5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Jan 2005 16:24:30 -0000 1.5 +++ sources 6 Aug 2006 12:47:03 -0000 1.6 @@ -1 +1 @@ -ef17f945b9dc701193451f9b083e5116 ghex-2.8.1.tar.bz2 +1940a9f63b0d37604c6b489cda37fc19 ghex-2.8.2.tar.bz2 --- ghex-2.8.0-no-scrollkeeper.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 16:15:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:48 -0700 Subject: rpms/perl-Smart-Comments - New directory Message-ID: <200608061615.k76GFo6h029225@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29204/perl-Smart-Comments Log Message: Directory /cvs/extras/rpms/perl-Smart-Comments added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:15:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:49 -0700 Subject: rpms/perl-Smart-Comments/devel - New directory Message-ID: <200608061615.k76GFpnj029228@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29204/perl-Smart-Comments/devel Log Message: Directory /cvs/extras/rpms/perl-Smart-Comments/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:15:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:59 -0700 Subject: rpms/perl-Smart-Comments Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061616.k76GG1Is029276@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29241 Added Files: Makefile import.log Log Message: Setup of module perl-Smart-Comments --- NEW FILE Makefile --- # Top level Makefile for module perl-Smart-Comments all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 16:16:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:00 -0700 Subject: rpms/perl-Smart-Comments/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061616.k76GG2jF029280@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29241/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Smart-Comments --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 16:16:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:13 -0700 Subject: rpms/perl-Smart-Comments import.log,1.1,1.2 Message-ID: <200608061616.k76GGFho029326@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29293 Modified Files: import.log Log Message: auto-import perl-Smart-Comments-1.000002-1.fc5 on branch devel from perl-Smart-Comments-1.000002-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 16:15:59 -0000 1.1 +++ import.log 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +perl-Smart-Comments-1_000002-1_fc5:HEAD:perl-Smart-Comments-1.000002-1.fc5.src.rpm:1154880978 From fedora-extras-commits at redhat.com Sun Aug 6 16:16:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:13 -0700 Subject: rpms/perl-Smart-Comments/devel perl-Smart-Comments.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061616.k76GGFqs029331@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29293/devel Modified Files: .cvsignore sources Added Files: perl-Smart-Comments.spec Log Message: auto-import perl-Smart-Comments-1.000002-1.fc5 on branch devel from perl-Smart-Comments-1.000002-1.fc5.src.rpm --- NEW FILE perl-Smart-Comments.spec --- %define tarver v1.0.2 Name: perl-Smart-Comments Version: 1.000002 Release: 1%{?dist} Summary: Comments that do more than just sit there Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Smart-Comments Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Smart-Comments-%{tarver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl #BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) #BuildRequires: perl(Filter::Simple), perl(List::Util), #BuildRequires: perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(version) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. Best of all, when you're finished debugging, you don't have to remove them. Simply commenting out the use Smart::Comments line turns them back into regular comments. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later. %prep %setup -q -n Smart-Comments-%{tarver} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 1.000002-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 16:16:00 -0000 1.1 +++ .cvsignore 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +Smart-Comments-v1.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 16:16:00 -0000 1.1 +++ sources 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +658df11ea3e1090a4c673b50860449b3 Smart-Comments-v1.0.2.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 16:17:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:17:01 -0700 Subject: owners owners.list,1.1363,1.1364 Message-ID: <200608061617.k76GH3vC029378@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29361 Modified Files: owners.list Log Message: added perl-Smart-Comments Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1363 retrieving revision 1.1364 diff -u -r1.1363 -r1.1364 --- owners.list 5 Aug 2006 23:53:56 -0000 1.1363 +++ owners.list 6 Aug 2006 16:17:01 -0000 1.1364 @@ -1375,6 +1375,7 @@ Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SNMP_Session|SNMP support for Perl 5|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SOAP-Lite|Provides the Simple Object Access Protocol (SOAP)|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Socket6|IPv6 related part of the C socket.h defines and structure manipulators|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1543,13 +1544,13 @@ Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pyparsing|An object-oriented approach to text processing|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org| -Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|byte at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 16:19:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:19:09 -0700 Subject: rpms/perl-Smart-Comments/devel perl-Smart-Comments.spec,1.1,1.2 Message-ID: <200608061619.k76GJBGj029408@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29391 Modified Files: perl-Smart-Comments.spec Log Message: bump Index: perl-Smart-Comments.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/perl-Smart-Comments.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Smart-Comments.spec 6 Aug 2006 16:16:13 -0000 1.1 +++ perl-Smart-Comments.spec 6 Aug 2006 16:19:08 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Smart-Comments Version: 1.000002 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comments that do more than just sit there Group: Development/Libraries @@ -68,5 +68,8 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.000002-2 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 1.000002-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 16:57:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:47 -0700 Subject: rpms/perl-DateTime-Format-IBeat - New directory Message-ID: <200608061657.k76Gvn2s029615@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29591/perl-DateTime-Format-IBeat Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-IBeat added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:57:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:48 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel - New directory Message-ID: <200608061657.k76GvoIJ029618@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29591/perl-DateTime-Format-IBeat/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:57:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:56 -0700 Subject: rpms/perl-DateTime-Format-IBeat Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608061657.k76Gvw87029664@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29631 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-IBeat --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-IBeat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 16:57:57 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:57 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061658.k76GvxTx029667@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29631/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-IBeat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 16:58:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:02 -0700 Subject: owners owners.list,1.1364,1.1365 Message-ID: <200608061658.k76Gw4mr029687@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29670 Modified Files: owners.list Log Message: added perl-DateTime-Format-IBeat Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1364 retrieving revision 1.1365 diff -u -r1.1364 -r1.1365 --- owners.list 6 Aug 2006 16:17:01 -0000 1.1364 +++ owners.list 6 Aug 2006 16:58:01 -0000 1.1365 @@ -1143,6 +1143,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 6 16:58:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:12 -0700 Subject: rpms/perl-DateTime-Format-IBeat import.log,1.1,1.2 Message-ID: <200608061658.k76GwExb029735@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29702 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-IBeat-0.161-1.fc5 on branch devel from perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 16:57:56 -0000 1.1 +++ import.log 6 Aug 2006 16:58:11 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-IBeat-0_161-1_fc5:HEAD:perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm:1154883496 From fedora-extras-commits at redhat.com Sun Aug 6 16:58:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:12 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061658.k76GwExF029740@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29702/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-IBeat.spec Log Message: auto-import perl-DateTime-Format-IBeat-0.161-1.fc5 on branch devel from perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm --- NEW FILE perl-DateTime-Format-IBeat.spec --- Name: perl-DateTime-Format-IBeat Version: 0.161 Release: 1%{?dist} Summary: Format times in .beat notation Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-IBeat Source0: http://search.cpan.org/CPAN/authors/id/E/EM/EMARTIN/DateTime-Format-IBeat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description No Time Zones, No Geographical Borders How long is a Swatch .beat? In short, we have divided up the virtual and real day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 seconds. That means that 12 noon in the old time system is the equivalent of 500 Swatch .beats. %prep %setup -q -n DateTime-Format-IBeat-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} # American English... mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Artistic COPYING LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 0.161-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 16:57:57 -0000 1.1 +++ .cvsignore 6 Aug 2006 16:58:12 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-IBeat-0.161.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 16:57:57 -0000 1.1 +++ sources 6 Aug 2006 16:58:12 -0000 1.2 @@ -0,0 +1 @@ +53e1b71382b074c85e12c6b0bf855444 DateTime-Format-IBeat-0.161.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 16:59:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:59:46 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, 1.1, 1.2 Message-ID: <200608061659.k76Gxmae029806@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29789 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: bump Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:58:12 -0000 1.1 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -28,7 +28,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English... @@ -38,7 +38,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -59,5 +58,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-2 +- bump for build & release +- dropped extra template bits not needed for noarch packages + * Fri Aug 04 2006 Chris Weyl 0.161-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 17:08:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:18 -0700 Subject: rpms/perl-Class-Factory-Util - New directory Message-ID: <200608061708.k76H8KNw032505@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32479/perl-Class-Factory-Util Log Message: Directory /cvs/extras/rpms/perl-Class-Factory-Util added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 17:08:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:23 -0700 Subject: rpms/perl-Class-Factory-Util Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061708.k76H8PeC032549@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32515 Added Files: Makefile import.log Log Message: Setup of module perl-Class-Factory-Util --- NEW FILE Makefile --- # Top level Makefile for module perl-Class-Factory-Util all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 17:08:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:19 -0700 Subject: rpms/perl-Class-Factory-Util/devel - New directory Message-ID: <200608061708.k76H8LIQ032508@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32479/perl-Class-Factory-Util/devel Log Message: Directory /cvs/extras/rpms/perl-Class-Factory-Util/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 17:08:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:26 -0700 Subject: owners owners.list,1.1365,1.1366 Message-ID: <200608061708.k76H8Sec032569@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32548 Modified Files: owners.list Log Message: added perl-Class-Factory-Util Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1365 retrieving revision 1.1366 diff -u -r1.1365 -r1.1366 --- owners.list 6 Aug 2006 16:58:01 -0000 1.1365 +++ owners.list 6 Aug 2006 17:08:26 -0000 1.1366 @@ -1098,6 +1098,7 @@ Fedora Extras|perl-Class-DBI-Plugin-Type|Determine type information for columns|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-DBI-SQLite|Extension to Class::DBI for sqlite|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-ErrorHandler|Class::ErrorHandler Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Class-Factory-Util|Provide utility methods for factory classes|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-InsideOut|A safe, simple inside-out object construction kit|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-Inspector|Get information about a class and its structure|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-Loader|Load modules and create objects on demand|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 6 17:08:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:24 -0700 Subject: rpms/perl-Class-Factory-Util/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061708.k76H8Qkd032555@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32515/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Class-Factory-Util --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 17:08:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:37 -0700 Subject: rpms/perl-Class-Factory-Util import.log,1.1,1.2 Message-ID: <200608061708.k76H8dPp032617@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32584 Modified Files: import.log Log Message: auto-import perl-Class-Factory-Util-1.6-1.fc5 on branch devel from perl-Class-Factory-Util-1.6-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 17:08:23 -0000 1.1 +++ import.log 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +perl-Class-Factory-Util-1_6-1_fc5:HEAD:perl-Class-Factory-Util-1.6-1.fc5.src.rpm:1154884121 From fedora-extras-commits at redhat.com Sun Aug 6 17:08:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:37 -0700 Subject: rpms/perl-Class-Factory-Util/devel perl-Class-Factory-Util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061708.k76H8dDC032622@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32584/devel Modified Files: .cvsignore sources Added Files: perl-Class-Factory-Util.spec Log Message: auto-import perl-Class-Factory-Util-1.6-1.fc5 on branch devel from perl-Class-Factory-Util-1.6-1.fc5.src.rpm --- NEW FILE perl-Class-Factory-Util.spec --- Name: perl-Class-Factory-Util Version: 1.6 Release: 1%{?dist} Summary: Provide utility methods for factory classes Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Class-Factory-Util Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module exports utility functions that are useful for factory classes. %prep %setup -q -n Class-Factory-Util-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 1.6-1 Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 17:08:24 -0000 1.1 +++ .cvsignore 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +Class-Factory-Util-1.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 17:08:24 -0000 1.1 +++ sources 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +88b4471f9c22abcc1192f87be013cc18 Class-Factory-Util-1.6.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 17:14:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:14:55 -0700 Subject: rpms/perl-Class-Factory-Util/devel perl-Class-Factory-Util.spec, 1.1, 1.2 Message-ID: <200608061714.k76HEvCn032706@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32687 Modified Files: perl-Class-Factory-Util.spec Log Message: bump Index: perl-Class-Factory-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/perl-Class-Factory-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Class-Factory-Util.spec 6 Aug 2006 17:08:37 -0000 1.1 +++ perl-Class-Factory-Util.spec 6 Aug 2006 17:14:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Class-Factory-Util Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provide utility methods for factory classes Group: Development/Libraries @@ -50,5 +50,8 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.6-2 +- bump for build & release + * Fri Aug 04 2006 Chris Weyl 1.6-1 Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 18:29:10 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sun, 6 Aug 2006 11:29:10 -0700 Subject: rpms/ghdl/devel ghdl-svn60.patch, NONE, 1.1 ghdl.spec, 1.21, 1.22 ghdl-svn59.patch, 1.1, NONE Message-ID: <200608061829.k76ITDJt003679@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3659 Modified Files: ghdl.spec Added Files: ghdl-svn60.patch Removed Files: ghdl-svn59.patch Log Message: update to svn60 ghdl-svn60.patch: --- NEW FILE ghdl-svn60.patch --- diff -urN ghdl-0.24-orig/vhdl/canon.adb ghdl-0.24/vhdl/canon.adb --- ghdl-0.24-orig/vhdl/canon.adb 2006-06-19 21:05:08.000000000 +0200 +++ ghdl-0.24/vhdl/canon.adb 2006-08-06 20:16:50.000000000 +0200 @@ -226,7 +226,8 @@ | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Iterator_Declaration | Iir_Kind_Variable_Declaration - | Iir_Kind_Variable_Interface_Declaration => + | Iir_Kind_Variable_Interface_Declaration + | Iir_Kind_File_Declaration => null; when Iir_Kind_Left_Array_Attribute diff -urN ghdl-0.24-orig/vhdl/disp_vhdl.adb ghdl-0.24/vhdl/disp_vhdl.adb --- ghdl-0.24-orig/vhdl/disp_vhdl.adb 2005-10-08 14:29:56.000000000 +0200 +++ ghdl-0.24/vhdl/disp_vhdl.adb 2006-08-06 20:16:50.000000000 +0200 @@ -680,6 +680,8 @@ Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; diff -urN ghdl-0.24-orig/vhdl/ghdl.texi ghdl-0.24/vhdl/ghdl.texi --- ghdl-0.24-orig/vhdl/ghdl.texi 2006-06-17 02:14:11.000000000 +0200 +++ ghdl-0.24/vhdl/ghdl.texi 2006-08-06 20:16:41.000000000 +0200 @@ -11,7 +11,7 @@ @titlepage @title GHDL guide @subtitle GHDL, a VHDL compiler - at subtitle For GHDL version 0.22 (Sokcho edition) + at subtitle For GHDL version 0.25 (Sokcho edition) @author Tristan Gingold @c The following two commands start the copyright page. @page @@ -163,10 +163,14 @@ the analysis time should be shorter than with a compiler using an intermediary language. +The Windows(TM) version of @code{GHDL} is not based on @code{GCC} but on +an internal code generator. + The current version of @code{GHDL} does not contain any graphical viewer: you cannot see signal waves. You can still check with a test bench. The current version can produce a @code{VCD} file which can be -viewed with a wave viewer. +viewed with a wave viewer, as well as @code{ghw} files to be viewed by + at samp{gtkwave}. @code{GHDL} aims at implementing @code{VHDL} as defined by IEEE 1076. It supports most of the 1987 standard and most features added by the @@ -217,9 +221,10 @@ @smallexample $ ghdl -a hello.vhdl @end smallexample -This command generates a file @file{hello.o}, which is the object file -corresponding to your VHDL program. This command also creates or updates -a file @file{work-obj93.cf}, which describes the library @samp{work}. +This command creates or updates a file @file{work-obj93.cf}, which +describes the library @samp{work}. On GNU/Linux, this command generates a +file @file{hello.o}, which is the object file corresponding to your +VHDL program. The object file is not created on Windows. Then, you have to build an executable file. @smallexample @@ -229,7 +234,8 @@ creates code in order to elaborate a design, with the @samp{hello} entity at the top of the hierarchy. -The result is an executable program called @file{hello} which can be run: +On GNU/Linux, the result is an executable program called @file{hello} +which can be run: @smallexample $ ghdl -r hello_world @end smallexample @@ -238,7 +244,12 @@ $ ./hello_world @end smallexample -and which should display: +On Windows, no file is created. The simulation is launched using this command: + at smallexample +> ghdl -r hello_world + at end smallexample + +The result of the simulation appears on the screen: @smallexample Hello world! @end smallexample @@ -558,10 +569,13 @@ $ ghdl -e [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample -The @dfn{elaboration} command creates an executable containing the -code of the @code{VHDL} sources, the elaboration code and simulation -code to execute a design hiearachy. The elaboration command is selected -with @var{-e} switch, and must be followed by either: +On GNU/Linux the @dfn{elaboration} command creates an executable +containing the code of the @code{VHDL} sources, the elaboration code +and simulation code to execute a design hiearachy. On Windows this +command elaborates the design but does not generate anything. + +The elaboration command is selected with @var{-e} switch, and must be +followed by either: @itemize @bullet @item a name of a configuration unit @@ -576,9 +590,10 @@ @xref{Top entity}, for the restrictions on the root design of a hierarchy. -The file name of the executable is the name of the primary unit, or for -the later case, the concatenation of the name of the primary unit, a -dash, and the name of the secondary unit (or architecture). +On GNU/Linux the file name of the executable is the name of the +primary unit, or for the later case, the concatenation of the name of +the primary unit, a dash, and the name of the secondary unit (or +architecture). On Windows there is no executable generated. The @option{-o} followed by a file name can override the default executable file name. @@ -603,9 +618,10 @@ $ ghdl -r @var{primary_unit} [@var{secondary_unit}] [@var{simulation_options}] @end smallexample -The arguments are the same as the @xref{Elaboration command}. This command -simply build the filename of the executable and execute it. You may also -directly execute the program. +The arguments are the same as the @xref{Elaboration command}. + +On GNU/Linux this command simply build the filename of the executable +and execute it. You may also directly execute the program. This command exists for three reasons: @itemize @bullet{} @@ -614,10 +630,12 @@ @item It is coherent with the @samp{-a} and @samp{-e} commands. @item -It will work with future implementations, where the code is generated in +It works with the Windows implementation, where the code is generated in memory. @end itemize +On Windows this command elaborate and launch the simulation. + @xref{Simulation and run time}, for details on options. @node Elaborate and run command, Bind command, Run command, Building commands @@ -644,6 +662,8 @@ $ ghdl --bind [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This performs only the first stage of the elaboration command; the list of objects files is created but the executable is not built. This command should be used only when the main entry point is not ghdl. @@ -672,6 +692,8 @@ $ ghdl --list-link @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This command may be used only after a bind command. GHDL displays all the files which will be linked to create an executable. This command is intended to add object files in a link of an foreign program. @@ -683,7 +705,7 @@ Analyze files but do not generate code. @smallexample -$ ghdl -a [@var{options}] @var{files} +$ ghdl -s [@var{options}] @var{files} @end smallexample This command may be used to check the syntax of files. It does not update @@ -695,13 +717,19 @@ @cindex @option{-c} command Analyze files and elaborate in the same time. +On GNU/Linux: @smallexample $ ghdl -c [@var{options}] @var{file}@dots{} -e @var{primary_unit} [@var{secondary_unit}] @end smallexample +On Windows: + at smallexample +$ ghdl -c [@var{options}] @var{file}@dots{} -r @var{primary_unit} [@var{secondary_unit}] + at end smallexample + This command combines analyze and elaboration: @var{file}s are analyzed and the unit is then elaborated. However, code is only generated during the -elaboration. +elaboration. On Windows the simulation is launched. To be more precise, the files are first parsed, and then the elaboration drives the analysis. Therefore, there is no analysis order, and you don't @@ -878,6 +906,9 @@ @node Passing options to other programs, GHDL warnings, GHDL options, Invoking GHDL @comment node-name, next, previous, up @section Passing options to other programs + +These options are only available on GNU/Linux. + For many commands, @code{GHDL} acts as a driver: it invokes programs to perform the command. You can pass arbritrary options to these programs. @@ -1671,6 +1702,8 @@ @section Debugging VHDL programs @cindex debugging @cindex @code{__ghdl_fatal} +Debugging VHDL programs usign @code{GDB} is possible only on GNU/Linux systems. + @code{GDB} is a general purpose debugger for programs compiled by @code{GCC}. Currently, there is no VHDL support for @code{GDB}. It may be difficult to inspect variables or signals in @code{GDB}, however, @code{GDB} is @@ -1949,6 +1982,8 @@ @cindex foreign @cindex VHPI @cindex VHPIDIRECT +Interfacing with foreign languages is possible only on GNU/Linux systems. + You can define a subprogram in a foreign language (such as @code{C} or @code{Ada}) and import it in a VHDL design. diff -urN ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb ghdl-0.24/vhdl/grt/grt-avhpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-avhpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -330,7 +330,7 @@ end; when Ghdl_Rtik_Type_B2 | Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 => + | Ghdl_Rtik_Type_E32 => Res := (Kind => VhpiEnumTypeDeclK, Ctxt => Ctxt, Atype => Rti); diff -urN ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb ghdl-0.24/vhdl/grt/grt-rtis_addr.adb --- ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-rtis_addr.adb 2006-08-06 20:16:45.000000000 +0200 @@ -253,7 +253,7 @@ return To_Ghdl_Rti_Access (To_Ghdl_Rtin_Subtype_Array_Acc (Atype).Basetype); when Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 + | Ghdl_Rtik_Type_E32 | Ghdl_Rtik_Type_B2 => return Atype; when others => diff -urN ghdl-0.24-orig/vhdl/grt/grt-signals.ads ghdl-0.24/vhdl/grt/grt-signals.ads --- ghdl-0.24-orig/vhdl/grt/grt-signals.ads 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-signals.ads 2006-08-06 20:16:45.000000000 +0200 @@ -382,6 +382,10 @@ -- Update signals. procedure Update_Signals; + -- Set the effective value of signal SIG to VAL. + -- If the value is different from the previous one, resume processes. + procedure Set_Effective_Value (Sig : Ghdl_Signal_Ptr; Val : Value_Union); + -- Add PROC in the list of processes to be resumed in case of event on -- SIG. procedure Resume_Process_If_Event diff -urN ghdl-0.24-orig/vhdl/grt/grt-vpi.adb ghdl-0.24/vhdl/grt/grt-vpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-vpi.adb 2005-12-12 04:30:54.000000000 +0100 +++ ghdl-0.24/vhdl/grt/grt-vpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -507,6 +507,189 @@ end vpi_get_value; ------------------------------------------------------------------------ + -- void vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + -- Alter the simulation value of an object. + -- see IEEE 1364-2001, chapter 27.14, page 675 + -- FIXME + + procedure ii_vpi_put_value_bin_str_B2 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + -- use the Set_Effective_Value procedure to update the signal + case Value is + when '0' => + Tempval.B2 := false; + when '1' => + Tempval.B2 := true; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B2: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_B2; + + procedure ii_vpi_put_value_bin_str_E8 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + case Value is + when 'U' => + Tempval.E8 := 0; + when 'X' => + Tempval.E8 := 1; + when '0' => + Tempval.E8 := 2; + when '1' => + Tempval.E8 := 3; + when 'Z' => + Tempval.E8 := 4; + when 'W' => + Tempval.E8 := 5; + when 'L' => + Tempval.E8 := 6; + when 'H' => + Tempval.E8 := 7; + when '-' => + Tempval.E8 := 8; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B8: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_E8; + + + procedure ii_vpi_put_value_bin_str(Obj : VhpiHandleT; + ValueStr : Ghdl_C_String) + is + Info : Verilog_Wire_Info; + Len : Ghdl_Index_Type; + begin + -- Check the Obj type. + -- * The vpiHandle has a reference (field Ref) to a VhpiHandleT + -- when it doesnt come from a callback. + case Vhpi_Get_Kind(Obj) is + when VhpiPortDeclK + | VhpiSigDeclK => + null; + when others => + return; + end case; + + -- The following code segment was copied from the + -- ii_vpi_get_value function. + -- Get verilog compat info. + Get_Verilog_Wire (Obj, Info); + if Info.Kind = Vcd_Bad then + return; + end if; + + if Info.Irange = null then + Len := 1; + else + Len := Info.Irange.I32.Len; + end if; + + -- Step 1: convert vpi object to internal format. + -- p_vpi_handle -> Ghdl_Signal_Ptr + -- To_Signal_Arr_Ptr (Info.Addr) does part of the magic + + -- Step 2: convert datum to appropriate type. + -- Ghdl_C_String -> Value_Union + + -- Step 3: assigns value to object using Set_Effective_Value + -- call (from grt-signals) + -- Set_Effective_Value(sig_ptr, conv_value); + + + -- Took the skeleton from ii_vpi_get_value function + -- This point of the function must convert the string value to the + -- native ghdl format. + case Info.Kind is + when Vcd_Bad => + return; + when Vcd_Bit + | Vcd_Bool + | Vcd_Bitvector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_B2( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Stdlogic + | Vcd_Stdlogic_Vector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_E8( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Integer32 => + null; + end case; + + -- Always return null, because this simulation kernel cannot send + -- a handle to the event back. + return; + end ii_vpi_put_value_bin_str; + + + -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + function vpi_put_value (aObj: vpiHandle; + aValue: p_vpi_value; + aWhen: p_vpi_time; + aFlags: integer) + return vpiHandle + is + pragma Unreferenced (aWhen); + pragma Unreferenced (aFlags); + begin + -- A very simple write procedure for VPI. + -- Basically, it accepts bin_str values and converts to appropriate + -- types (only std_logic and bit values and vectors). + + -- It'll use Set_Effective_Value procedure to update signals + + -- Ignoring aWhen and aFlags, for now. + + -- Checks the format of aValue. Only vpiBinStrVal will be accepted + -- for now. + case aValue.Format is + when vpiObjTypeVal=> + dbgPut_Line ("vpi_put_value: vpiObjTypeVal"); + when vpiBinStrVal=> + ii_vpi_put_value_bin_str(aObj.Ref, aValue.Str); + dbgPut_Line ("vpi_put_value: vpiBinStrVal"); + when vpiOctStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiOctStrVal"); + when vpiDecStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiDecStrVal"); + when vpiHexStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiHexStrVal"); + when vpiScalarVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiScalarVal"); + when vpiIntVal=> + dbgPut_Line ("vpi_put_value: vpiIntVal"); + when vpiRealVal=> dbgPut_Line("vpi_put_value: vpiRealVal"); + when vpiStringVal=> dbgPut_Line("vpi_put_value: vpiStringVal"); + when vpiTimeVal=> dbgPut_Line("vpi_put_value: vpiTimeVal"); + when vpiVectorVal=> dbgPut_Line("vpi_put_value: vpiVectorVal"); + when vpiStrengthVal=> dbgPut_Line("vpi_put_value: vpiStrengthVal"); + when others=> dbgPut_Line("vpi_put_value: unknown mFormat"); + end case; + + -- Must return a scheduled event caused by vpi_put_value() + -- Still dont know how to do it. + return null; + end vpi_put_value; + + ------------------------------------------------------------------------ -- void vpi_get_time(vpiHandle obj, s_vpi_time*t); -- see IEEE 1364-2001, page xxx Sim_Time : Std_Time; @@ -631,22 +814,6 @@ return 0; end vpi_mcd_open; - -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, - -- p_vpi_time when, int flags) - function vpi_put_value (aObj: vpiHandle; - aValue: p_vpi_value; - aWhen: p_vpi_time; - aFlags: integer) - return vpiHandle - is - pragma Unreferenced (aObj); - pragma Unreferenced (aValue); - pragma Unreferenced (aWhen); - pragma Unreferenced (aFlags); - begin - return null; - end vpi_put_value; - -- void vpi_register_systf(const struct t_vpi_systf_data*ss) procedure vpi_register_systf(aSs: System.Address) is diff -urN ghdl-0.24-orig/vhdl/iirs.adb ghdl-0.24/vhdl/iirs.adb --- ghdl-0.24-orig/vhdl/iirs.adb 2005-11-14 21:44:55.000000000 +0100 +++ ghdl-0.24/vhdl/iirs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -449,14 +449,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -473,6 +465,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => return Format_Short; when Iir_Kind_Design_File @@ -2276,14 +2276,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -2298,6 +2290,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5326,14 +5326,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5348,6 +5340,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5654,14 +5654,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5676,6 +5668,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5724,10 +5724,10 @@ | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute => + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Index_Subtype", Target); @@ -5757,18 +5757,18 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute + | Iir_Kind_Delayed_Attribute + | Iir_Kind_Stable_Attribute + | Iir_Kind_Quiet_Attribute + | Iir_Kind_Transaction_Attribute | Iir_Kind_Left_Array_Attribute | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute | Iir_Kind_Ascending_Array_Attribute - | Iir_Kind_Delayed_Attribute - | Iir_Kind_Stable_Attribute - | Iir_Kind_Quiet_Attribute - | Iir_Kind_Transaction_Attribute => + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Parameter", Target); diff -urN ghdl-0.24-orig/vhdl/iirs.ads ghdl-0.24/vhdl/iirs.ads --- ghdl-0.24-orig/vhdl/iirs.ads 2006-06-20 21:10:58.000000000 +0200 +++ ghdl-0.24/vhdl/iirs.ads 2006-08-06 20:16:50.000000000 +0200 @@ -2646,14 +2646,6 @@ Iir_Kind_Pred_Attribute, -- scalar_type_attribute Iir_Kind_Leftof_Attribute, -- scalar_type_attribute Iir_Kind_Rightof_Attribute, -- scalar_type_attribute - Iir_Kind_Left_Array_Attribute, -- array_attribute - Iir_Kind_Right_Array_Attribute, -- array_attribute - Iir_Kind_High_Array_Attribute, -- array_attribute - Iir_Kind_Low_Array_Attribute, -- array_attribute - Iir_Kind_Range_Array_Attribute, -- array_attribute - Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute - Iir_Kind_Length_Array_Attribute, -- array_attribute - Iir_Kind_Ascending_Array_Attribute, -- array_attribute Iir_Kind_Delayed_Attribute, -- signal_attribute Iir_Kind_Stable_Attribute, -- signal_attribute Iir_Kind_Quiet_Attribute, -- signal_attribute @@ -2670,6 +2662,14 @@ Iir_Kind_Simple_Name_Attribute, Iir_Kind_Instance_Name_Attribute, Iir_Kind_Path_Name_Attribute, + Iir_Kind_Left_Array_Attribute, -- array_attribute + Iir_Kind_Right_Array_Attribute, -- array_attribute + Iir_Kind_High_Array_Attribute, -- array_attribute + Iir_Kind_Low_Array_Attribute, -- array_attribute + Iir_Kind_Length_Array_Attribute, -- array_attribute + Iir_Kind_Ascending_Array_Attribute, -- array_attribute + Iir_Kind_Range_Array_Attribute, -- array_attribute + Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute Iir_Kind_Attribute_Name ); @@ -3205,14 +3205,6 @@ --Iir_Kind_Pred_Attribute --Iir_Kind_Leftof_Attribute --Iir_Kind_Rightof_Attribute - --Iir_Kind_Left_Array_Attribute - --Iir_Kind_Right_Array_Attribute - --Iir_Kind_High_Array_Attribute - --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute - --Iir_Kind_Length_Array_Attribute - --Iir_Kind_Ascending_Array_Attribute --Iir_Kind_Delayed_Attribute --Iir_Kind_Stable_Attribute --Iir_Kind_Quiet_Attribute @@ -3228,7 +3220,14 @@ --Iir_Kind_Structure_Attribute --Iir_Kind_Simple_Name_Attribute --Iir_Kind_Instance_Name_Attribute - Iir_Kind_Path_Name_Attribute; + --Iir_Kind_Path_Name_Attribute + --Iir_Kind_Left_Array_Attribute + --Iir_Kind_Right_Array_Attribute + --Iir_Kind_High_Array_Attribute + --Iir_Kind_Low_Array_Attribute + --Iir_Kind_Length_Array_Attribute + Iir_Kind_Ascending_Array_Attribute; + subtype Iir_Kinds_Attribute is Iir_Kind range Iir_Kind_Base_Attribute .. @@ -3254,10 +3253,10 @@ --Iir_Kind_Right_Array_Attribute --Iir_Kind_High_Array_Attribute --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute --Iir_Kind_Length_Array_Attribute - Iir_Kind_Ascending_Array_Attribute; + --Iir_Kind_Ascending_Array_Attribute + --Iir_Kind_Range_Array_Attribute + Iir_Kind_Reverse_Range_Array_Attribute; subtype Iir_Kinds_Signal_Attribute is Iir_Kind range Iir_Kind_Delayed_Attribute .. diff -urN ghdl-0.24-orig/vhdl/lang-specs.h ghdl-0.24/vhdl/lang-specs.h --- ghdl-0.24-orig/vhdl/lang-specs.h 2005-02-27 18:00:59.000000000 +0100 +++ ghdl-0.24/vhdl/lang-specs.h 2006-08-06 20:16:44.000000000 +0200 @@ -22,7 +22,7 @@ /* This is the contribution to the `default_compilers' array in gcc.c for GHDL. */ - {".vhd", "@vhdl", 0}, - {".vhdl", "@vhdl", 0}, + {".vhd", "@vhdl", 0, 0, 0}, + {".vhdl", "@vhdl", 0, 0, 0}, {"@vhdl", - "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0}, + "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 0, 0}, diff -urN ghdl-0.24-orig/vhdl/Makefile.in ghdl-0.24/vhdl/Makefile.in --- ghdl-0.24-orig/vhdl/Makefile.in 2006-06-25 06:42:09.000000000 +0200 +++ ghdl-0.24/vhdl/Makefile.in 2006-08-06 20:23:11.000000000 +0200 @@ -315,7 +315,7 @@ prev=`pwd`; cd $(SYN93_DIR); \ $(CP) ../ieee/ieee-obj93.cf .; \ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done; \ for i in $(SYNOPSYS93_BSRCS); do \ @@ -330,7 +330,7 @@ prev=`pwd`; cd $(MENTOR93_DIR); \ $(CP) ../ieee/ieee-obj93.cf . ;\ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done ; \ for i in $(MENTOR93_BSRCS); do \ @@ -451,6 +451,11 @@ GRT_TARGET_OBJS=amd64.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) endif +ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) + GRT_TARGET_OBJS=i386.o linux.o times.o + GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) + ADAC=gnatgcc +endif ifeq ($(filter-out sparc solaris%,$(arch) $(osys)),) GRT_TARGET_OBJS=sparc.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm diff -urN ghdl-0.24-orig/vhdl/scan-scan_literal.adb ghdl-0.24/vhdl/scan-scan_literal.adb --- ghdl-0.24-orig/vhdl/scan-scan_literal.adb 2005-09-22 23:30:52.000000000 +0200 +++ ghdl-0.24/vhdl/scan-scan_literal.adb 2006-08-06 20:16:50.000000000 +0200 @@ -228,6 +228,8 @@ Dividend : Uint16_Array (0 .. Nbr_Digits); A_F : constant Sint16 := First_Digit (A); B_F : constant Sint16 := First_Digit (B); + + -- Digit corresponding to the first digit of B. Doff : constant Sint16 := Dividend'Last - B_F; Q : Uint16; C, N_C : Uint16; @@ -238,6 +240,9 @@ end if; -- Copy and shift dividend. + -- Bit 15 of the most significant digit of A becomes bit 0 of the + -- most significant digit of DIVIDEND. Therefore we are sure + -- DIVIDEND < B (after realignment). C := 0; for K in 0 .. A_F loop N_C := Shift_Right (A.S (K), 15); @@ -249,6 +254,7 @@ Dividend (0 .. Dividend'last - 2 - A_F) := (others => 0); -- Algorithm is the same as division by hand. + C := 0; for I in reverse Digit_Range loop Q := 0; for J in 0 .. 15 loop @@ -271,7 +277,13 @@ Tmp (K) := Dividend (Doff + K) - V16; end loop; + -- If the last shift creates a carry, we are sure Dividend > B + if C /= 0 then + Borrow := 0; + end if; + Q := Q * 2; + -- Begin of : Dividend = Dividend * 2 C := 0; for K in 0 .. Doff - 1 loop N_C := Shift_Right (Dividend (K), 15); @@ -280,13 +292,17 @@ end loop; if Borrow = 0 then + -- Dividend > B Q := Q + 1; + -- Dividend = Tmp * 2 + -- = (Dividend - B) * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Tmp (K - Doff), 15); Dividend (K) := Shift_Left (Tmp (K - Doff), 1) or C; C := N_C; end loop; else + -- Dividend = Dividend * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Dividend (K), 15); Dividend (K) := Shift_Left (Dividend (K), 1) or C; diff -urN ghdl-0.24-orig/vhdl/sem.adb ghdl-0.24/vhdl/sem.adb --- ghdl-0.24-orig/vhdl/sem.adb 2006-06-17 02:05:21.000000000 +0200 +++ ghdl-0.24/vhdl/sem.adb 2006-08-06 20:16:50.000000000 +0200 @@ -487,6 +487,21 @@ when others => -- Expression. Set_Collapse_Signal_Flag (El, False); + + -- If there is an IN conversion, re-integrate it into + -- the actual. + declare + In_Conv : Iir; + begin + In_Conv := Get_In_Conversion (El); + if In_Conv /= Null_Iir then + Set_In_Conversion (El, Null_Iir); + Set_Expr_Staticness + (In_Conv, Get_Expr_Staticness (Actual)); + Actual := In_Conv; + Set_Actual (El, Actual); + end if; + end; if Flags.Vhdl_Std >= Vhdl_93c then -- LRM93 1.1.1.2 Ports -- Moreover, the ports of a block may be associated @@ -1079,6 +1094,9 @@ | Iir_Kind_Variable_Interface_Declaration | Iir_Kind_Signal_Interface_Declaration | Iir_Kind_File_Interface_Declaration => + if Get_Identifier (Left) /= Get_Identifier (Right) then + return False; + end if; if Get_Lexical_Layout (Left) /= Get_Lexical_Layout (Right) or else Get_Mode (Left) /= Get_Mode (Right) then diff -urN ghdl-0.24-orig/vhdl/sem_assocs.adb ghdl-0.24/vhdl/sem_assocs.adb --- ghdl-0.24-orig/vhdl/sem_assocs.adb 2006-01-14 00:21:59.000000000 +0100 +++ ghdl-0.24/vhdl/sem_assocs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1118,6 +1118,10 @@ Res : Iir; begin Res_Base_Type := Get_Base_Type (Res_Type); + if Param_Type = Null_Iir then + -- In case of error. + return Null_Iir; + end if; Param_Base_Type := Get_Base_Type (Param_Type); if Is_Overload_List (Conv) then List := Get_Overload_List (Conv); @@ -1359,7 +1363,9 @@ end if; if Res_Type = Null_Iir then - raise Internal_Error; + -- In case of error, do not go farther. + Match := False; + return; end if; if Get_Formal (Assoc) /= Null_Iir then @@ -1569,9 +1575,7 @@ end if; if Finish then Sem_Association (Assoc, Inter, True, Match); - if not Match then - raise Internal_Error; - end if; + -- MATCH can be false du to errors. end if; else -- Not found. diff -urN ghdl-0.24-orig/vhdl/sem_decls.adb ghdl-0.24/vhdl/sem_decls.adb --- ghdl-0.24-orig/vhdl/sem_decls.adb 2006-05-13 17:28:13.000000000 +0200 +++ ghdl-0.24/vhdl/sem_decls.adb 2006-08-06 20:16:49.000000000 +0200 @@ -995,6 +995,7 @@ Def := Create_Iir (Iir_Kind_Incomplete_Type_Definition); Location_Copy (Def, Decl); Set_Type (Decl, Def); + Set_Base_Type (Def, Def); Set_Signal_Type_Flag (Def, True); Set_Type_Declarator (Def, Decl); Set_Visible_Flag (Decl, True); diff -urN ghdl-0.24-orig/vhdl/sem_expr.adb ghdl-0.24/vhdl/sem_expr.adb --- ghdl-0.24-orig/vhdl/sem_expr.adb 2006-05-30 00:14:09.000000000 +0200 +++ ghdl-0.24/vhdl/sem_expr.adb 2006-08-06 20:16:49.000000000 +0200 @@ -167,7 +167,8 @@ | Iir_Kind_Library_Declaration | Iir_Kind_Library_Clause | Iir_Kind_Component_Declaration - | Iir_Kinds_Procedure_Declaration => + | Iir_Kinds_Procedure_Declaration + | Iir_Kind_Range_Array_Attribute => Error_Msg_Sem (Disp_Node (Expr) & " not allowed in an expression", Loc); return Null_Iir; @@ -1801,7 +1802,7 @@ return; end if; Set_Expression (Choice, Expr); - if Get_Expr_Staticness (Expr) > Locally then + if Get_Expr_Staticness (Expr) < Locally then Error_Msg_Sem ("choice must be locally static expression", Expr); return; end if; diff -urN ghdl-0.24-orig/vhdl/sem_names.adb ghdl-0.24/vhdl/sem_names.adb --- ghdl-0.24-orig/vhdl/sem_names.adb 2006-06-22 21:30:58.000000000 +0200 +++ ghdl-0.24/vhdl/sem_names.adb 2006-08-06 20:16:50.000000000 +0200 @@ -2376,9 +2376,13 @@ -- At least, this type is valid; and even if the array was -- constrained, the base type would be the same. end if; - when Iir_Kind_Process_Statement => + when Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute + | Iir_Kind_Process_Statement => Error_Msg_Sem - (Disp_Node (Prefix) & " is not an appropriate attribute prefix", + (Disp_Node (Prefix) & " is not an appropriate prefix for '" + & Name_Table.Image (Get_Attribute_Identifier (Attr)) + & " attribute", Attr); return Error_Mark; when others => diff -urN ghdl-0.24-orig/vhdl/sem_specs.adb ghdl-0.24/vhdl/sem_specs.adb --- ghdl-0.24-orig/vhdl/sem_specs.adb 2005-12-12 03:14:23.000000000 +0100 +++ ghdl-0.24/vhdl/sem_specs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1264,15 +1264,20 @@ (Parent_Stmts : Iir; Conf : Iir_Configuration_Specification) is Primary_Entity_Aspect : Iir; + Component : Iir; begin Sem_Component_Specification (Parent_Stmts, Conf, Primary_Entity_Aspect); + Component := Get_Component_Name (Conf); + + -- Return now in case of error. + if Get_Kind (Component) /= Iir_Kind_Component_Declaration then + return; + end if; -- Extend scope of component interface declaration. Sem_Scopes.Open_Scope_Extension; - Sem_Scopes.Add_Component_Declarations (Get_Component_Name (Conf)); + Sem_Scopes.Add_Component_Declarations (Component); Sem_Binding_Indication (Get_Binding_Indication (Conf), - Get_Component_Name (Conf), - Conf, - Primary_Entity_Aspect); + Component, Conf, Primary_Entity_Aspect); -- FIXME: check default port and generic association. Sem_Scopes.Close_Scope_Extension; end Sem_Configuration_Specification; diff -urN ghdl-0.24-orig/vhdl/trans_be.adb ghdl-0.24/vhdl/trans_be.adb --- ghdl-0.24-orig/vhdl/trans_be.adb 2005-09-22 23:43:54.000000000 +0200 +++ ghdl-0.24/vhdl/trans_be.adb 2006-08-06 20:16:46.000000000 +0200 @@ -144,6 +144,6 @@ Error_Kind ("sem_foreign", Decl); end case; -- Let is generate error messages. - Fi := Translate_Foreign_Id (Decl, False); + Fi := Translate_Foreign_Id (Decl); end Sem_Foreign; end Trans_Be; diff -urN ghdl-0.24-orig/vhdl/translation.adb ghdl-0.24/vhdl/translation.adb --- ghdl-0.24-orig/vhdl/translation.adb 2006-06-24 15:50:09.000000000 +0200 +++ ghdl-0.24/vhdl/translation.adb 2006-08-06 20:16:46.000000000 +0200 @@ -2897,15 +2897,13 @@ end if; end Create_Temp; - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type is use Name_Table; Attr : Iir_Attribute_Value; Spec : Iir_Attribute_Specification; Attr_Decl : Iir; Expr : Iir; - P : Natural; begin -- Look for 'FOREIGN. Attr := Get_Attribute_Value_Chain (Decl); @@ -2972,27 +2970,60 @@ if Name_Length >= 10 and then Name_Buffer (1 .. 10) = "VHPIDIRECT" then - P := 11; + declare + P : Natural; + Sf, Sl : Natural; + Lf, Ll : Natural; + begin + P := 11; - -- Skip spaces. - while P <= Name_Length and then Name_Buffer (P) = ' ' loop + -- Skip spaces. + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + if P > Name_Length then + Error_Msg_Sem + ("missing subprogram/library name after VHPIDIRECT", Spec); + end if; + -- Extract library. + Lf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Ll := P; + -- Extract subprogram. P := P + 1; - end loop; - if Extract_Name then + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + Sf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Sl := P; + if P < Name_Length then + Error_Msg_Sem ("garbage at end of VHPIDIRECT", Spec); + end if; + + -- Accept empty library. + if Sf > Name_Length then + Sf := Lf; + Sl := Ll; + Lf := 0; + Ll := 0; + end if; + return Foreign_Info_Type' (Kind => Foreign_Vhpidirect, - Subprg => Get_Identifier (Name_Buffer (P .. Name_Length)), - Lib => Null_Identifier); - else - return Foreign_Info_Type'(Kind => Foreign_Vhpidirect, - Subprg => O_Ident_Nul, - Lib => Null_Identifier); - end if; + Lib_First => Lf, + Lib_Last => Ll, + Subprg_First => Sf, + Subprg_Last => Sl); + end; elsif Name_Length = 14 and then Name_Buffer (1 .. 14) = "GHDL intrinsic" then - return Foreign_Info_Type'(Kind => Foreign_Intrinsic, - Subprg => Create_Identifier); + return Foreign_Info_Type'(Kind => Foreign_Intrinsic); else Error_Msg_Sem ("value of 'FOREIGN attribute does not begin with VHPIDIRECT", @@ -4640,6 +4671,7 @@ Rtype : Iir; Id : O_Ident; Storage : O_Storage; + Foreign : Foreign_Info_Type := Foreign_Bad; begin Info := Get_Info (Spec); Info.Res_Interface := O_Dnode_Null; @@ -4650,20 +4682,18 @@ Push_Subprg_Identifier (Spec, Mark); if Get_Foreign_Flag (Spec) then - declare - Fi : Foreign_Info_Type; - begin - Fi := Translate_Foreign_Id (Spec, True); - case Fi.Kind is - when Foreign_Unknown => - Id := Create_Identifier; - when Foreign_Intrinsic => - Id := Fi.Subprg; - when Foreign_Vhpidirect => - Id := Fi.Subprg; - end case; - Storage := O_Storage_External; - end; + Foreign := Translate_Foreign_Id (Spec); + case Foreign.Kind is + when Foreign_Unknown => + Id := Create_Identifier; + when Foreign_Intrinsic => + Id := Create_Identifier; + when Foreign_Vhpidirect => + Id := Get_Identifier + (Name_Table.Name_Buffer (Foreign.Subprg_First + .. Foreign.Subprg_Last)); + end case; + Storage := O_Storage_External; else Id := Create_Identifier; Storage := Global_Storage; @@ -4778,6 +4808,10 @@ end loop; Finish_Subprogram_Decl (Interface_List, Info.Ortho_Func); + if Get_Foreign_Flag (Spec) and then Foreign_Hook /= null then + Foreign_Hook.all (Spec, Foreign, Info.Ortho_Func); + end if; + Save_Local_Identifier (Info.Subprg_Local_Id); Pop_Identifier_Prefix (Mark); end Translate_Subprogram_Declaration; @@ -4804,7 +4838,7 @@ Old_Subprogram : Iir; Mark : Id_Mark_Type; Final : Boolean; - Is_Func : Boolean; + Is_Ortho_Func : Boolean; -- Set for a public method. In this case, the lock must be acquired -- and retained. @@ -4877,8 +4911,8 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Enter); end if; - Is_Func := Is_Subprogram_Ortho_Function (Spec); - if Is_Func then + Is_Ortho_Func := Is_Subprogram_Ortho_Function (Spec); + if Is_Ortho_Func then New_Var_Decl (Info.Subprg_Result, Get_Identifier ("RESULT"), O_Storage_Local, @@ -4906,7 +4940,7 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Leave); end if; - if Is_Func then + if Is_Ortho_Func then New_Return_Stmt (New_Obj_Value (Info.Subprg_Result)); end if; end if; @@ -5082,14 +5116,16 @@ return; end if; + Pkg := Get_Package (Decl); + Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); + Chap4.Translate_Declaration_Chain (Decl); + if Flag_Rti then Rtis.Generate_Unit (Decl); end if; - Pkg := Get_Package (Decl); - Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); - Chap4.Translate_Declaration_Chain (Decl); Chap4.Translate_Declaration_Chain_Subprograms (Decl, Null_Iir); + Elab_Package_Body (Pkg, Decl); end Translate_Package_Body; @@ -13216,6 +13252,7 @@ Res : O_Cnode; begin Lit_Type := Get_Type (Str); + Chap3.Translate_Anonymous_Type_Definition (Lit_Type, True); Start_Array_Aggr (List, Get_Ortho_Type (Lit_Type, Mode_Value)); @@ -13228,6 +13265,86 @@ return Res; end Translate_Static_String_Literal; + -- Some strings literal have an unconstrained array type, + -- eg: 'image of constant. Its type is not constrained + -- because it is not so in VHDL! + function Translate_Static_Unconstrained_String_Literal (Str : Iir) + return O_Cnode + is + use Name_Table; + + Lit_Type : Iir; + Element_Type : Iir; + Index_Type : Iir; + Val_Aggr : O_Array_Aggr_List; + Bound_Aggr : O_Record_Aggr_List; + Index_Aggr : O_Record_Aggr_List; + Res_Aggr : O_Record_Aggr_List; + Res : O_Cnode; + Str_Type : O_Tnode; + Type_Info : Type_Info_Acc; + Index_Type_Info : Type_Info_Acc; + Len : Int32; + Val : Var_Acc; + Bound : Var_Acc; + begin + Lit_Type := Get_Type (Str); + Type_Info := Get_Info (Get_Base_Type (Lit_Type)); + + -- Create the string value. + Len := Get_String_Length (Str); + Str_Type := New_Constrained_Array_Type + (Type_Info.T.Base_Type (Mode_Value), + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + + Start_Array_Aggr (Val_Aggr, Str_Type); + Element_Type := Get_Element_Subtype (Lit_Type); + Translate_Static_String_Literal_Inner (Val_Aggr, Str, Element_Type); + Finish_Array_Aggr (Val_Aggr, Res); + + Val := Create_Global_Const + (Create_Uniq_Identifier, Str_Type, O_Storage_Private, Res); + + -- Create the string bound. + Index_Type := Get_First_Element (Get_Index_Subtype_List (Lit_Type)); + Index_Type_Info := Get_Info (Index_Type); + Start_Record_Aggr (Bound_Aggr, Type_Info.T.Bounds_Type); + Start_Record_Aggr (Index_Aggr, Index_Type_Info.T.Range_Type); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), 0)); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), + Integer_64 (Len - 1))); + New_Record_Aggr_El + (Index_Aggr, Ghdl_Dir_To_Node); + New_Record_Aggr_El + (Index_Aggr, + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + Finish_Record_Aggr (Index_Aggr, Res); + New_Record_Aggr_El (Bound_Aggr, Res); + Finish_Record_Aggr (Bound_Aggr, Res); + Bound := Create_Global_Const + (Create_Uniq_Identifier, Type_Info.T.Bounds_Type, + O_Storage_Private, Res); + + -- The descriptor. + Start_Record_Aggr (Res_Aggr, Type_Info.Ortho_Type (Mode_Value)); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Val), + Type_Info.T.Base_Ptr_Type (Mode_Value))); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Bound), + Type_Info.T.Bounds_Ptr_Type)); + Finish_Record_Aggr (Res_Aggr, Res); + Free_Var (Val); + Free_Var (Bound); + return Res; + end Translate_Static_Unconstrained_String_Literal; + -- Only for Strings of STD.Character. function Translate_Static_String (Str_Type : Iir; Str_Ident : Name_Id) return O_Cnode @@ -13282,7 +13399,13 @@ begin case Get_Kind (Str) is when Iir_Kind_String_Literal => - Res := Translate_Static_String_Literal (Str); + if Get_Kind (Get_Type (Str)) + = Iir_Kind_Array_Subtype_Definition + then + Res := Translate_Static_String_Literal (Str); + else + Res := Translate_Static_Unconstrained_String_Literal (Str); + end if; when Iir_Kind_Bit_String_Literal => Res := Translate_Static_Bit_String_Literal (Str); when Iir_Kind_Simple_Aggregate => @@ -25323,9 +25446,22 @@ when Iir_Kind_Type_Declaration | Iir_Kind_Subtype_Declaration => Add_Rti_Node (Generate_Type_Decl (Decl)); + when Iir_Kind_Constant_Declaration => + -- Do not generate RTIs for full declarations. + -- (RTI will be generated for the deferred declaration). + if Get_Deferred_Declaration (Decl) = Null_Iir + or else Get_Deferred_Declaration_Flag (Decl) + then + declare + Info : Object_Info_Acc; + begin + Info := Get_Info (Decl); + Generate_Object (Decl, Info.Object_Rti); + Add_Rti_Node (Info.Object_Rti); + end; + end if; when Iir_Kind_Signal_Declaration | Iir_Kind_Signal_Interface_Declaration - | Iir_Kind_Constant_Declaration | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Variable_Declaration | Iir_Kind_File_Declaration @@ -25463,8 +25599,8 @@ Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Package_Body => Kind := Ghdl_Rtik_Package_Body; - -- FIXME: yes or not ? - --Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); + -- Required at least for 'image + Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Architecture_Declaration => Kind := Ghdl_Rtik_Architecture; Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); diff -urN ghdl-0.24-orig/vhdl/translation.ads ghdl-0.24/vhdl/translation.ads --- ghdl-0.24-orig/vhdl/translation.ads 2005-09-22 23:46:05.000000000 +0200 +++ ghdl-0.24/vhdl/translation.ads 2006-08-06 20:16:46.000000000 +0200 @@ -17,8 +17,6 @@ -- 02111-1307, USA. with Iirs; use Iirs; with Ortho_Nodes; -with Ortho_Ident; use Ortho_Ident; -with Types; use Types; package Translation is -- Initialize the package: create internal nodes. @@ -69,20 +67,21 @@ type Foreign_Info_Type (Kind : Foreign_Kind_Type := Foreign_Unknown) is record - Subprg : O_Ident; - case Kind is when Foreign_Unknown => null; when Foreign_Vhpidirect => - Lib : Name_Id; + -- Positions in name_table.name_buffer. + Lib_First : Natural; + Lib_Last : Natural; + Subprg_First : Natural; + Subprg_Last : Natural; when Foreign_Intrinsic => null; end case; end record; - Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown, - Subprg => O_Ident_Nul); + Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown); -- Return a foreign_info for DECL. -- Can generate error messages, if the attribute expression is ill-formed. @@ -90,7 +89,12 @@ -- Otherwise, only KIND discriminent is set. -- EXTRACT_NAME should be set only inside translation itself, since the -- name can be based on the prefix. - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type; + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type; + -- If not null, this procedure is called when a foreign subprogram is + -- created. + type Foreign_Hook_Access is access procedure (Decl : Iir; + Info : Foreign_Info_Type; + Ortho : Ortho_Nodes.O_Dnode); + Foreign_Hook : Foreign_Hook_Access := null; end Translation; Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ghdl.spec 11 Jul 2006 04:43:58 -0000 1.21 +++ ghdl.spec 6 Aug 2006 18:29:10 -0000 1.22 @@ -1,11 +1,11 @@ %define gccver 4.1.0 %define ghdlver 0.24 -%define ghdlsvnver 59 +%define ghdlsvnver 60 Summary: A VHDL simulator, using the GCC technology Name: ghdl Version: 0.24 -Release: 0.%{ghdlsvnver}svn.2%{?dist} +Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages URL: http://ghdl.free.fr/ @@ -288,6 +288,9 @@ %changelog +* Sun Aug 6 2006 Thomas Sailer - 0.24-0.60svn.0 +- update to svn60 + * Tue Jul 11 2006 Thomas Sailer - 0.24-0.59svn.2 - rebuild --- ghdl-svn59.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 18:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:02 -0700 Subject: rpms/conexus - New directory Message-ID: <200608061854.k76Is46B003880@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858/conexus Log Message: Directory /cvs/extras/rpms/conexus added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 18:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:02 -0700 Subject: rpms/conexus/devel - New directory Message-ID: <200608061854.k76Is5Aq003883@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858/conexus/devel Log Message: Directory /cvs/extras/rpms/conexus/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 18:54:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:15 -0700 Subject: rpms/conexus Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061854.k76IsHl3003937@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3904 Added Files: Makefile import.log Log Message: Setup of module conexus --- NEW FILE Makefile --- # Top level Makefile for module conexus all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 18:54:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:15 -0700 Subject: rpms/conexus/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061854.k76IsHgr003940@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3904/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conexus --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 18:55:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:55:09 -0700 Subject: rpms/conexus import.log,1.1,1.2 Message-ID: <200608061855.k76ItB5C004002@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3969 Modified Files: import.log Log Message: auto-import conexus-0.2.3-1 on branch devel from conexus-0.2.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conexus/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 18:54:15 -0000 1.1 +++ import.log 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +conexus-0_2_3-1:HEAD:conexus-0.2.3-1.src.rpm:1154890511 From fedora-extras-commits at redhat.com Sun Aug 6 18:55:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:55:09 -0700 Subject: rpms/conexus/devel conexus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061855.k76ItBBO004007@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3969/devel Modified Files: .cvsignore sources Added Files: conexus.spec Log Message: auto-import conexus-0.2.3-1 on branch devel from conexus-0.2.3-1.src.rpm --- NEW FILE conexus.spec --- # Target: fedora-5 Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/tty, packet capture (via pcap), et. al. conexus utilizes sigc++ for object communication. %package devel Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for developing conexus applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy the docs into a different place in the dist hierarchy so they # install as /usr/share/doc/package-x.x.x-devel/reference %{__cp} -ar docs/reference . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/lib*conexus*.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc %{_includedir}/conexus-0.2/ %doc ChangeLog reference %changelog * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development - Added BuildRequires m4 * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-1 - Added pkgconfig to -devel Requires - New release fixes autoconf generated headers * Sun Jul 30 2006 Rick L Vinyard Jr - 0.2.1-2 - Added cppunit-devel to BuildRequires - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Added package name to globs in so libs, .pc and demos * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.1-1 - New release * Sat Jul 15 2006 Rick L Vinyard Jr - 0.2.0-1 - Removed doxygen and graphviz depends - New release - Fixed AUTHORS and COPYING doc files * Wed Mar 29 2006 Rick L Vinyard Jr - 0.1.17-1 - Added libpcap and pkgconfig -devel Requires and BuildRequires - Fixed download mirror - Split gtkmm widgets into conexusgtkmm * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.16-2 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.16-1 - Long overdue cleanup of configure.in et. al. - Docs now install into $prefix/share/doc/{package}-{version}. - Separate doc rpm consolidated into devel rpm. * Mon Feb 27 2006 Rick L Vinyard Jr - 0.1.15-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 18:54:15 -0000 1.1 +++ .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +conexus-0.2.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 18:54:15 -0000 1.1 +++ sources 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 18:59:01 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:59:01 -0700 Subject: owners owners.list,1.1366,1.1367 Message-ID: <200608061859.k76Ix3Zt004071@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4054 Modified Files: owners.list Log Message: Added entry for conexus Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1366 retrieving revision 1.1367 diff -u -r1.1366 -r1.1367 --- owners.list 6 Aug 2006 17:08:26 -0000 1.1366 +++ owners.list 6 Aug 2006 18:59:00 -0000 1.1367 @@ -188,6 +188,7 @@ Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| +Fedora Extras|conexus|conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 19:09:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:16 -0700 Subject: rpms/perl-DateTime-Format-IBeat/FC-4 perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9I4e006880@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/FC-4 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-4/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:16 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:09:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:17 -0700 Subject: rpms/perl-DateTime-Format-IBeat/FC-5 perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9JWt006884@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/FC-5 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-5/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:09:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:17 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9J6X006888@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/devel Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:58:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:58:09 -0700 Subject: rpms/perl-Smart-Comments/FC-4 perl-Smart-Comments.spec,1.2,1.3 Message-ID: <200608061958.k76JwBkF007267@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7250 Modified Files: perl-Smart-Comments.spec Log Message: additional br for fc-4 Index: perl-Smart-Comments.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/FC-4/perl-Smart-Comments.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Smart-Comments.spec 6 Aug 2006 16:19:08 -0000 1.2 +++ perl-Smart-Comments.spec 6 Aug 2006 19:58:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: perl-Smart-Comments Version: 1.000002 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Comments that do more than just sit there Group: Development/Libraries @@ -13,9 +13,9 @@ ## core BuildRequires: perl -#BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) -#BuildRequires: perl(Filter::Simple), perl(List::Util), -#BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) +BuildRequires: perl(Filter::Simple), perl(List::Util), +BuildRequires: perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(version) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -68,6 +68,10 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.000002-2.1 +- expose core buildrequires, as FC-4 seems to be missing Filter::Simple. If + this fails, nix this branch :( + * Sun Aug 06 2006 Chris Weyl 1.000002-2 - bump for build & release From fedora-extras-commits at redhat.com Sun Aug 6 20:11:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 13:11:56 -0700 Subject: rpms/perl-Smart-Comments/devel notes,NONE,1.1 Message-ID: <200608062011.k76KBwJM009932@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9916 Added Files: notes Log Message: Things to remember... --- NEW FILE notes --- * Remember that FC-4 needs the full set of buildrequires exposed, as its set of core modules is lacking in at least one important area (Filter::Simple) From fedora-extras-commits at redhat.com Sun Aug 6 20:40:25 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:40:25 -0700 Subject: rpms/pengupop/devel .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062040.k76KeR6P010058@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10037 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: update to 2.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:40:25 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:40:25 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:40:25 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:54:25 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:54:25 -0700 Subject: rpms/pengupop/FC-5 .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062054.k76KsRGG010178@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10157 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 - New upstrem release - Removed extra png and desktop file due to inclusion into the upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:54:25 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:54:25 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:54:25 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:55:49 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:55:49 -0700 Subject: rpms/pengupop/FC-4 .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062055.k76Ktp7K010283@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10262 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 - New upstrem release - Removed extra png and desktop file due to inclusion into the upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:55:49 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:55:49 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:55:49 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:59:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:59:55 -0700 Subject: rpms/knemo/devel .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062059.k76Kxvko010385@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10351 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 12:58:41 -0000 1.4 +++ .cvsignore 6 Aug 2006 20:59:55 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 13:43:29 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 20:59:55 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 12:58:41 -0000 1.4 +++ knemo.spec 6 Aug 2006 20:59:55 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 12:58:41 -0000 1.4 +++ sources 6 Aug 2006 20:59:55 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 21:08:00 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 14:08:00 -0700 Subject: rpms/knemo/FC-5 .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062108.k76L82X9013039@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13011 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 13:22:12 -0000 1.4 +++ .cvsignore 6 Aug 2006 21:07:59 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 14:01:26 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 21:07:59 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 13:22:12 -0000 1.4 +++ knemo.spec 6 Aug 2006 21:07:59 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 13:22:12 -0000 1.4 +++ sources 6 Aug 2006 21:07:59 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 21:08:43 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 14:08:43 -0700 Subject: rpms/knemo/FC-4 .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062108.k76L8kL3013115@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13089 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 13:24:06 -0000 1.4 +++ .cvsignore 6 Aug 2006 21:08:43 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 14:05:03 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 21:08:43 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 13:24:06 -0000 1.4 +++ knemo.spec 6 Aug 2006 21:08:43 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 13:24:06 -0000 1.4 +++ sources 6 Aug 2006 21:08:43 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 22:22:42 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:22:42 -0700 Subject: rpms/emelfm2/devel .cvsignore, 1.7, 1.8 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200608062222.k76MMirx016100@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16074 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Jun 2006 00:16:14 -0000 1.7 +++ .cvsignore 6 Aug 2006 22:22:41 -0000 1.8 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:16:14 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emelfm2.spec 3 Jun 2006 00:16:14 -0000 1.10 +++ emelfm2.spec 6 Aug 2006 22:22:41 -0000 1.11 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Jun 2006 00:16:14 -0000 1.7 +++ sources 6 Aug 2006 22:22:41 -0000 1.8 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 22:28:10 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:28:10 -0700 Subject: rpms/emelfm2/FC-5 .cvsignore, 1.7, 1.8 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200608062228.k76MSCB0016210@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16184 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Jun 2006 00:34:08 -0000 1.7 +++ .cvsignore 6 Aug 2006 22:28:09 -0000 1.8 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:34:08 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:28:09 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emelfm2.spec 3 Jun 2006 00:34:08 -0000 1.10 +++ emelfm2.spec 6 Aug 2006 22:28:09 -0000 1.11 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Jun 2006 00:34:08 -0000 1.7 +++ sources 6 Aug 2006 22:28:09 -0000 1.8 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 22:31:23 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:31:23 -0700 Subject: rpms/emelfm2/FC-4 .cvsignore, 1.6, 1.7 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608062231.k76MVPOu016321@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16293 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 Jun 2006 00:34:07 -0000 1.6 +++ .cvsignore 6 Aug 2006 22:31:22 -0000 1.7 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:34:07 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:31:22 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- emelfm2.spec 3 Jun 2006 00:34:07 -0000 1.6 +++ emelfm2.spec 6 Aug 2006 22:31:22 -0000 1.7 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 Jun 2006 00:34:07 -0000 1.6 +++ sources 6 Aug 2006 22:31:22 -0000 1.7 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 00:21:35 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:35 -0700 Subject: rpms/ifm/devel ifm.spec,1.2,1.3 Message-ID: <200608070021.k770Lb6c022490@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/devel Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/devel/ifm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ifm.spec 2 Mar 2006 01:41:25 -0000 1.2 +++ ifm.spec 7 Aug 2006 00:21:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-4 +- Fixed file permission issue (bug #200828). + * Wed Mar 01 2006 Chris Grau 5.1-3 - Rebuild for FC-5. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:33 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:33 -0700 Subject: rpms/ifm/FC-4 ifm.spec,1.1,1.2 Message-ID: <200608070021.k770LZNJ022484@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-4 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-4/ifm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ifm.spec 4 Oct 2005 21:17:50 -0000 1.1 +++ ifm.spec 7 Aug 2006 00:21:33 -0000 1.2 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-3 +- Fixed file permission issue (bug #200828). + * Mon Sep 26 2005 Chris Grau 5.1-2 - Added tk as a BR for the wish requirement in configure. - Fixed paths in man page to point to proper documentation. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:34 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:34 -0700 Subject: rpms/ifm/FC-5 ifm.spec,1.2,1.3 Message-ID: <200608070021.k770LaM9022486@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-5 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-5/ifm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ifm.spec 2 Mar 2006 01:41:25 -0000 1.2 +++ ifm.spec 7 Aug 2006 00:21:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-4 +- Fixed file permission issue (bug #200828). + * Wed Mar 01 2006 Chris Grau 5.1-3 - Rebuild for FC-5. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:32 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:32 -0700 Subject: rpms/ifm/FC-3 ifm.spec,1.1,1.2 Message-ID: <200608070022.k770M4pb022497@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-3 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-3/ifm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ifm.spec 4 Oct 2005 21:17:50 -0000 1.1 +++ ifm.spec 7 Aug 2006 00:21:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-3 +- Fixed file permission issue (bug #200828). + * Mon Sep 26 2005 Chris Grau 5.1-2 - Added tk as a BR for the wish requirement in configure. - Fixed paths in man page to point to proper documentation. From fedora-extras-commits at redhat.com Mon Aug 7 01:16:10 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 18:16:10 -0700 Subject: rpms/perl-Time-Piece/devel .cvsignore, 1.2, 1.3 perl-Time-Piece.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070116.k771GC7g025662@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/perl-Time-Piece/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639 Modified Files: .cvsignore perl-Time-Piece.spec sources Log Message: - Updated to 1.09. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Aug 2005 21:36:53 -0000 1.2 +++ .cvsignore 7 Aug 2006 01:16:10 -0000 1.3 @@ -1 +1 @@ -Time-Piece-1.08.tar.gz +Time-Piece-1.09.tar.gz Index: perl-Time-Piece.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/perl-Time-Piece.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Time-Piece.spec 2 Mar 2006 01:51:26 -0000 1.2 +++ perl-Time-Piece.spec 7 Aug 2006 01:16:10 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Time-Piece -Version: 1.08 -Release: 3%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Time objects from localtime and gmtime Group: Development/Libraries @@ -53,6 +53,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 1.09-1 +- Updated to 1.09. + * Wed Mar 01 2006 Chris Grau 1.08-3 - Rebuild for FC-5. - Removed license texts that are not included in distribution. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Aug 2005 21:36:53 -0000 1.2 +++ sources 7 Aug 2006 01:16:10 -0000 1.3 @@ -1 +1 @@ -572e8a60c161e45bdd59110cdb4821d7 Time-Piece-1.08.tar.gz +c37baba0a110e7b2382a00d63ad3cba4 Time-Piece-1.09.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:25:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:18 -0700 Subject: rpms/perl-DateTime-Format-HTTP - New directory Message-ID: <200608070125.k771PKx1025816@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790/perl-DateTime-Format-HTTP Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-HTTP added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:25:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:23 -0700 Subject: rpms/perl-DateTime-Format-HTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608070125.k771PP6c025855@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25826 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-HTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-HTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 01:25:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:19 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel - New directory Message-ID: <200608070125.k771PLCh025819@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790/perl-DateTime-Format-HTTP/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:25:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:24 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608070125.k771PQvn025858@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25826/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-HTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 01:25:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:38 -0700 Subject: rpms/perl-DateTime-Format-HTTP import.log,1.1,1.2 Message-ID: <200608070125.k771Pe0J025911@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25878 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-HTTP-0.36-2.fc5 on branch devel from perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 01:25:23 -0000 1.1 +++ import.log 7 Aug 2006 01:25:38 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-HTTP-0_36-2_fc5:HEAD:perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm:1154913943 From fedora-extras-commits at redhat.com Mon Aug 7 01:25:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:39 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608070125.k771Pfe1025916@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25878/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-HTTP.spec Log Message: auto-import perl-DateTime-Format-HTTP-0.36-2.fc5 on branch devel from perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm --- NEW FILE perl-DateTime-Format-HTTP.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-HTTP Version: 0.36 Release: 2%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-HTTP Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.17, perl(HTTP::Date) => 1.44 BuildRequires: perl(Test::More) >= 0.47, perl(Module::Build) BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). %prep %setup -q -n DateTime-Format-HTTP-%{version} # digital signature checking. Not essential, but nice # # Note we disable it entirely right now, as the signing key has expired. # See http://rt.cpan.org/Public/Bug/Display.html?id=17839 %{?_with_network_tests_BROKEN: cpansign -v } %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English, bitte mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # These will be VERY noisy. Don't Panic. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) * Fri Aug 04 2006 Chris Weyl 0.36-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 01:25:23 -0000 1.1 +++ .cvsignore 7 Aug 2006 01:25:39 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-HTTP-0.36.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 01:25:23 -0000 1.1 +++ sources 7 Aug 2006 01:25:39 -0000 1.2 @@ -0,0 +1 @@ +8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:26:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:26:37 -0700 Subject: owners owners.list,1.1367,1.1368 Message-ID: <200608070126.k771Qd7v025980@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25963 Modified Files: owners.list Log Message: added perl-DateTime-Format-HTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1367 retrieving revision 1.1368 diff -u -r1.1367 -r1.1368 --- owners.list 6 Aug 2006 18:59:00 -0000 1.1367 +++ owners.list 7 Aug 2006 01:26:37 -0000 1.1368 @@ -1145,6 +1145,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 01:29:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:29:15 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.1, 1.2 Message-ID: <200608070129.k771THEZ026018@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26001 Modified Files: perl-DateTime-Format-HTTP.spec Log Message: bump Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:25:39 -0000 1.1 +++ perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-HTTP Version: 0.36 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.36-3 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) From fedora-extras-commits at redhat.com Mon Aug 7 01:37:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:19 -0700 Subject: rpms/perl-DateTime-Format-Mail - New directory Message-ID: <200608070137.k771bLqv026172@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151/perl-DateTime-Format-Mail Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Mail added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:37:20 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:20 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel - New directory Message-ID: <200608070137.k771bMFC026175@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151/perl-DateTime-Format-Mail/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Mail/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:37:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:27 -0700 Subject: owners owners.list,1.1368,1.1369 Message-ID: <200608070137.k771bT05026204@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26181 Modified Files: owners.list Log Message: added perl-DateTime-Format-Mail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1368 retrieving revision 1.1369 diff -u -r1.1368 -r1.1369 --- owners.list 7 Aug 2006 01:26:37 -0000 1.1368 +++ owners.list 7 Aug 2006 01:37:27 -0000 1.1369 @@ -1148,6 +1148,7 @@ Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 01:37:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:30 -0700 Subject: rpms/perl-DateTime-Format-Mail Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608070137.k771bWGH026240@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26205 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-Mail --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-Mail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 01:37:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:31 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608070137.k771bX5M026244@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26205/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-Mail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 01:37:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:49 -0700 Subject: rpms/perl-DateTime-Format-Mail import.log,1.1,1.2 Message-ID: <200608070138.k771cL9J026297@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26260 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-Mail-0.30-2.fc5 on branch devel from perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 01:37:30 -0000 1.1 +++ import.log 7 Aug 2006 01:37:48 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-Mail-0_30-2_fc5:HEAD:perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm:1154914674 From fedora-extras-commits at redhat.com Mon Aug 7 01:37:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:49 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel filter-requires.sh, NONE, 1.1 perl-DateTime-Format-Mail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608070138.k771cLcH026301@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26260/devel Modified Files: .cvsignore sources Added Files: filter-requires.sh perl-DateTime-Format-Mail.spec Log Message: auto-import perl-DateTime-Format-Mail-0.30-2.fc5 on branch devel from perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm --- NEW FILE filter-requires.sh --- #!/bin/sh /usr/lib/rpm/perl.req $* | sed -e 's/perl(DateTime) >= 0.1705/perl(DateTime) >= 0.18/' --- NEW FILE perl-DateTime-Format-Mail.spec --- Name: perl-DateTime-Format-Mail Version: 0.30 Release: 2%{?dist} Summary: Convert between DateTime and RFC2822/822 formats Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-Mail Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Mail-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build), perl(DateTime) BuildRequires: perl(Params::Validate) >= 0.67, perl(Test::More) >= 0.47 BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # DateTime >= 0.1705 plays havoc with rpm's versioning system Source99: filter-requires.sh %define __perl_requires %{SOURCE99} %description RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. RFC2822 (April 2001) introduces a slightly different format of date than that used by RFC822 (August 1982). The main correction is that the preferred format is more limited, and thus easier to parse programmatically. Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822 people still get it wrong. This module aims to correct that. %prep %setup -q -n DateTime-Format-Mail-%{version} # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English, bitte mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # we don't have a SIGNATURE, regardless of perl(Test::Signature) being around rm t/00signature.t make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Artistic COPYING LICENSE Changes AUTHORS README notes/ CREDITS %doc t/sample_dates t/invalid.t %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 0.30-2 - add missing br: perl(File::Find::Rule) - additional files from the test suite added to %%doc * Fri Aug 04 2006 Chris Weyl 0.30-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 01:37:30 -0000 1.1 +++ .cvsignore 7 Aug 2006 01:37:49 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-Mail-0.30.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 01:37:30 -0000 1.1 +++ sources 7 Aug 2006 01:37:49 -0000 1.2 @@ -0,0 +1 @@ +d3940d6b387b75de0332201db1685e7d DateTime-Format-Mail-0.30.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:39:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:39:18 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel perl-DateTime-Format-Mail.spec, 1.1, 1.2 Message-ID: <200608070139.k771dKUL026356@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26339 Modified Files: perl-DateTime-Format-Mail.spec Log Message: bump Index: perl-DateTime-Format-Mail.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/perl-DateTime-Format-Mail.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Mail.spec 7 Aug 2006 01:37:49 -0000 1.1 +++ perl-DateTime-Format-Mail.spec 7 Aug 2006 01:39:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Mail Version: 0.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Convert between DateTime and RFC2822/822 formats Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.30-3 +- bump for build and release + * Sun Aug 06 2006 Chris Weyl 0.30-2 - add missing br: perl(File::Find::Rule) - additional files from the test suite added to %%doc From fedora-extras-commits at redhat.com Mon Aug 7 02:37:31 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 19:37:31 -0700 Subject: fedora-accounts export-shell-accounts.sh,1.4,1.5 Message-ID: <200608070237.k772bViY030015@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/fedora-accounts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997 Modified Files: export-shell-accounts.sh Log Message: Created an fpserv group for fpserv. Index: export-shell-accounts.sh =================================================================== RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- export-shell-accounts.sh 19 Jun 2006 02:06:42 -0000 1.4 +++ export-shell-accounts.sh 7 Aug 2006 02:37:28 -0000 1.5 @@ -1,6 +1,6 @@ #!/bin/sh -for I in buildsign build main web all; do +for I in buildsign build main web fpserv all; do mkdir -p /var/www/html/admin/accounts/shell-accounts-$I done ESA=/var/www/html/admin/accounts/export-shell-accounts.py @@ -9,8 +9,9 @@ $ESA /var/www/html/admin/accounts/shell-accounts-web sysadmin-web sysadmin-main $ESA /var/www/html/admin/accounts/shell-accounts-all sysadmin-build sysadmin-main sysadmin-web $ESA /var/www/html/admin/accounts/shell-accounts-buildsign sysadmin-build sysadmin-main extras_signers +$ESA /var/www/html/admin/accounts/shell-accounts-fpserv sysadmin-web sysadmin-main extras_signers -for I in buildsign build main web all; do +for I in buildsign build main web fpserv all; do pushd /var/www/html/admin/accounts/shell-accounts-$I &> /dev/null || exit 1 tar -czf /var/www/html/admin/accounts/shell-accounts-$I.tar.gz.new . popd &> /dev/null From fedora-extras-commits at redhat.com Mon Aug 7 03:01:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 20:01:51 -0700 Subject: check-mirrors return-mirrorlist.py,1.13,1.14 Message-ID: <200608070301.k7731p00032623@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32605 Modified Files: return-mirrorlist.py Log Message: Added additional statistical information. Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- return-mirrorlist.py 4 Aug 2006 20:03:49 -0000 1.13 +++ return-mirrorlist.py 7 Aug 2006 03:01:42 -0000 1.14 @@ -18,6 +18,8 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. +# - Note, this script does have some dependancies on the file list +# This should be removed in later versions debug = False @@ -83,6 +85,7 @@ return dataList def printMirrors(self, repo, arch, country): + """ Print mirrors """ rows = self.getMirrors(repo, arch, country) results = 0 for row in rows: @@ -97,6 +100,7 @@ return True def printStats(self): + """ Print statistical information about the mirrors """ try: self.dbcursor.execute('SELECT * FROM mirrors;') except sqlite.Error, err: @@ -109,7 +113,8 @@ print '# %s' % row[4] print '# Country: %s' % row[3] print '# Last Good: %s' % row[8] - print '# uptime: %i%%' % good + print '# Uptime: %i%%' % good + print '# Valid: %i' % row[7] print '# -----------------------------------' return True From fedora-extras-commits at redhat.com Mon Aug 7 03:47:07 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Sun, 6 Aug 2006 20:47:07 -0700 Subject: rpms/libapreq2/devel .cvsignore, 1.12, 1.13 libapreq2.spec, 1.16, 1.17 sources, 1.12, 1.13 Message-ID: <200608070347.k773l9Hb000371@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv350 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump up to 2.08-RC5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 20 Jul 2006 21:39:21 -0000 1.12 +++ .cvsignore 7 Aug 2006 03:47:07 -0000 1.13 @@ -1 +1 @@ -libapreq2-2.08-RC4.tar.gz +libapreq2-2.08-RC5.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/libapreq2.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libapreq2.spec 20 Jul 2006 21:39:21 -0000 1.16 +++ libapreq2.spec 7 Aug 2006 03:47:07 -0000 1.17 @@ -2,13 +2,13 @@ Name: libapreq2 Version: 2.08 -Release: 0.rc4.1%{?dist} +Release: 0.rc5.1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC4.tar.gz +Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -153,6 +153,9 @@ %changelog +* Mon Aug 07 2006 Bojan Smojver - 2.08-0.rc5.1 +- bump up to 2.08-RC5 + * Fri Jul 21 2006 Bojan Smojver - 2.08-0.rc4.1 - bump up to 2.08-RC4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 20 Jul 2006 21:39:21 -0000 1.12 +++ sources 7 Aug 2006 03:47:07 -0000 1.13 @@ -1 +1 @@ -2db560bd57c2467eff0b907c1b1b1589 libapreq2-2.08-RC4.tar.gz +7b53df3138933c8c8137b328188b11ec libapreq2-2.08-RC5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:22:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 21:22:51 -0700 Subject: check-mirrors check-mirrors.py,1.27,1.28 Message-ID: <200608070422.k774MpAY003099@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3080 Modified Files: check-mirrors.py Log Message: Fixed bug where db connection would get created after some repos had already been scanned. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- check-mirrors.py 4 Aug 2006 20:03:49 -0000 1.27 +++ check-mirrors.py 7 Aug 2006 04:22:48 -0000 1.28 @@ -201,8 +201,7 @@ elif child_name == 'timestamp': self.timestamp = child.text - - + class RepoMD: """represents the repomd xml file""" @@ -341,7 +340,6 @@ item = MirrorListInfo() broken = False - if section.lower() == 'global': item.mirrorid = '%s' % section if conf.has_option(section, 'db'): @@ -406,14 +404,14 @@ sections = config(cfg_file) gi = GeoIP.new(GeoIP.GEOIP_STANDARD) - - # grab the canonical mirrors info + # setup our database for s in sections: - mirrors = [] - if s.mirrorid == 'global': DB = RepoDB(s.db) - continue + + # grab the canonical mirrors info + for s in sections: + mirrors = [] ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) From fedora-extras-commits at redhat.com Mon Aug 7 04:37:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 21:37:51 -0700 Subject: check-mirrors check-mirrors.py,1.28,1.29 Message-ID: <200608070437.k774bpHU003385@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3367 Modified Files: check-mirrors.py Log Message: [global] section in config no longer treated as a mirror Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- check-mirrors.py 7 Aug 2006 04:22:48 -0000 1.28 +++ check-mirrors.py 7 Aug 2006 04:37:49 -0000 1.29 @@ -406,13 +406,16 @@ gi = GeoIP.new(GeoIP.GEOIP_STANDARD) # setup our database for s in sections: - if s.mirrorid == 'global': + if s.mirrorid.lower() == 'global': DB = RepoDB(s.db) # grab the canonical mirrors info for s in sections: mirrors = [] + if s.mirrorid.lower() == 'global': + continue + ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) if len(s.mirrorlist) < 1: From fedora-extras-commits at redhat.com Mon Aug 7 04:45:24 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:45:24 -0700 Subject: rpms/perl-prefork/devel .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608070445.k774jQ0f003448@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3427 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:45:24 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/perl-prefork.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-prefork.spec 28 Feb 2006 23:29:24 -0000 1.3 +++ perl-prefork.spec 7 Aug 2006 04:45:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 3%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Wed Mar 01 2006 Ralf Cors??pius - 1.00-3 - Rebuild for perl-5.8.8. @@ -60,9 +63,3 @@ * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:45:24 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:46:20 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:46:20 -0700 Subject: rpms/perl-prefork/FC-5 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608070446.k774kM2p003513@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3492 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:46:20 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/perl-prefork.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-prefork.spec 28 Feb 2006 23:29:24 -0000 1.3 +++ perl-prefork.spec 7 Aug 2006 04:46:20 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 3%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Wed Mar 01 2006 Ralf Cors??pius - 1.00-3 - Rebuild for perl-5.8.8. @@ -60,9 +63,3 @@ * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:46:20 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:46:59 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:46:59 -0700 Subject: rpms/perl-prefork/FC-4 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070447.k774l1mt003578@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3557 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:46:59 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/perl-prefork.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-prefork.spec 13 Sep 2005 02:26:31 -0000 1.2 +++ perl-prefork.spec 7 Aug 2006 04:46:59 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,14 +52,11 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Tue Sep 13 2005 Ralf Corsepius - 1.00-2 - Spec file cleanup. * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:46:59 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:47:49 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:47:49 -0700 Subject: rpms/perl-prefork/FC-3 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070447.k774lpwE003643@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3622 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:47:49 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/perl-prefork.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-prefork.spec 13 Sep 2005 02:26:31 -0000 1.2 +++ perl-prefork.spec 7 Aug 2006 04:47:49 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,14 +52,11 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Tue Sep 13 2005 Ralf Corsepius - 1.00-2 - Spec file cleanup. * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:47:49 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 05:01:37 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 22:01:37 -0700 Subject: check-mirrors ChangeLog,1.2,1.3 Message-ID: <200608070501.k7751bh1006266@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6248 Modified Files: ChangeLog Log Message: cvs2cl update Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Aug 2006 02:48:11 -0000 1.2 +++ ChangeLog 7 Aug 2006 05:01:33 -0000 1.3 @@ -1,3 +1,27 @@ +2006-08-06 23:37 mmcgrath + + * check-mirrors.py: [global] section in config no longer treated as + a mirror + +2006-08-06 23:22 mmcgrath + + * check-mirrors.py: Fixed bug where db connection would get created + after some repos had already been scanned. + +2006-08-06 22:01 mmcgrath + + * return-mirrorlist.py: Added additional statistical information. + +2006-08-04 15:03 mmcgrath + + * check-mirrors.py, return-mirrorlist.py: Added basic statistical + information like uptime. + +2006-08-02 21:48 mmcgrath + + * ChangeLog, check-mirrors.py, return-mirrorlist.py: Version + update. + 2006-08-02 20:40 mmcgrath * check-mirrors.py, return-mirrorlist.py: Disabled debug From fedora-extras-commits at redhat.com Mon Aug 7 07:25:31 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 7 Aug 2006 00:25:31 -0700 Subject: fedora-security/audit fc4,1.349,1.350 fc5,1.265,1.266 Message-ID: <200608070725.k777PVXP011990@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11970/audit Modified Files: fc4 fc5 Log Message: Add CVE-2006-3634 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- fc4 4 Aug 2006 11:18:57 -0000 1.349 +++ fc4 7 Aug 2006 07:25:28 -0000 1.350 @@ -25,6 +25,7 @@ CVE-2006-3677 ** firefox/seamonkey CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! +CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 VULNERABLE (ethereal, fixed wireshark-0.99.2) CVE-2006-3631 VULNERABLE (ethereal, fixed wireshark-0.99.2) CVE-2006-3630 VULNERABLE (ethereal, fixed wireshark-0.99.2) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- fc5 4 Aug 2006 11:18:57 -0000 1.265 +++ fc5 7 Aug 2006 07:25:28 -0000 1.266 @@ -25,6 +25,7 @@ CVE-2006-3677 VULNERABLE (firefox/seamonkey) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! +CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3631 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3630 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] From fedora-extras-commits at redhat.com Mon Aug 7 09:37:54 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 7 Aug 2006 02:37:54 -0700 Subject: rpms/qt4-qsa/devel qsa-1.2.1-Qt4.2-preview.patch, NONE, 1.1 qt4-qsa.spec, 1.4, 1.5 Message-ID: <200608070938.k779cQw9017669@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17643 Modified Files: qt4-qsa.spec Added Files: qsa-1.2.1-Qt4.2-preview.patch Log Message: Try to bypass the broken paths in the Qt4 package. Not nice, but no other way until the Qt4 package will be corrected. qsa-1.2.1-Qt4.2-preview.patch: --- NEW FILE qsa-1.2.1-Qt4.2-preview.patch --- --- qsa-x11-opensource-1.2.1/configure2/configutils.cpp.preview 2006-02-28 07:21:15.000000000 -0600 +++ qsa-x11-opensource-1.2.1/configure2/configutils.cpp 2006-08-01 06:34:07.000000000 -0500 @@ -372,6 +372,8 @@ qtLicense = Universal; } else if (qtEdition == QLatin1String("OpenSource")) { qtLicense = GPL; + } else if (qtEdition == QLatin1String("Preview")) { + qtLicense = GPL; } else { message(QLatin1String("\nQSA is not compatible with your Qt edition\n")); return false; Index: qt4-qsa.spec =================================================================== RCS file: /cvs/extras/rpms/qt4-qsa/devel/qt4-qsa.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qt4-qsa.spec 30 Jul 2006 00:56:35 -0000 1.4 +++ qt4-qsa.spec 7 Aug 2006 09:37:53 -0000 1.5 @@ -1,19 +1,24 @@ Name: qt4-qsa Summary: Qt Script for Applications Version: 1.2.1 -Release: 14%{?dist} -BuildRequires: qt4-devel < 4.2 qt4-devel => 4.1.3-8 -Requires: qt4 < 4.2 +Release: 15%{?dist} +BuildRequires: qt4-devel => 4.2 URL: http://www.trolltech.com/products/qt/addon/qsa License: GPL Group: Development/Libraries Source: ftp://ftp.trolltech.com/qsa/source/qsa-x11-opensource-%{version}.tar.gz +Patch0: qsa-1.2.1-Qt4.2-preview.patch Buildroot: %{_tmppath}/qsa-%{version}-%{release}-root-%(%{__id_u} -n) %define qtdir %(qmake-qt4 -query QT_INSTALL_PREFIX) -%define qtinc %(qmake-qt4 -query QT_INSTALL_HEADERS) -%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) + +# fix the the broken include path +%define qtinc %{qtdir}/include +%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib + +#%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS) +#%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) %package devel Summary: Development and doc files for qsa @@ -29,6 +34,7 @@ %prep %setup -q -n qsa-x11-opensource-%{version} +%patch0 -p1 %build export QTDIR=%{qtdir} @@ -38,6 +44,7 @@ #without qt3support #./configure -release -new-editor -prefix %{qtdir} ./configure -release -prefix %{qtdir} +#./configure -release make %{?_smp_mflags} -e INSTALL_ROOT=$RPM_BUILD_ROOT sub-src %install @@ -87,8 +94,15 @@ %doc doc/html %changelog +* Mon Aug 07 2006 Frank B??ttner - 1.2.1-15%{?dist} +- Try to bypass the broken paths in the Qt4 package. + Not nice, but no other way until the Qt4 package will be corrected. + +* Wed Aug 02 2006 Frank B??ttner - 1.2.1-14%{?dist} +- try to compile QSA with Qt 4.2 + * Mon Jun 12 2006 Frank B??ttner - 1.2.1-13%{?dist} -- try again to fix the x86_64 build +- try agin to fix the x86_64 build * Mon Jun 12 2006 Frank B??ttner - 1.2.1-12%{?dist} - fix build for x86_64 From fedora-extras-commits at redhat.com Mon Aug 7 09:45:11 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 7 Aug 2006 02:45:11 -0700 Subject: rpms/jabberd/devel jabberd,1.7,1.8 jabberd.spec,1.13,1.14 Message-ID: <200608070945.k779jDHc017779@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17760 Modified Files: jabberd jabberd.spec Log Message: * Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 - changed pam file to use include - added return value for status() function (bz #200996) Index: jabberd =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jabberd 27 Nov 2005 12:41:32 -0000 1.7 +++ jabberd 7 Aug 2006 09:45:11 -0000 1.8 @@ -122,7 +122,9 @@ { for prog in ${progs}; do status ${prog} + retval=$? done + return ${retval} } case "$1" in Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jabberd.spec 3 Apr 2006 07:11:12 -0000 1.13 +++ jabberd.spec 7 Aug 2006 09:45:11 -0000 1.14 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.9%{?dist} +Release: 0.s11.10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -82,9 +82,9 @@ %{__cat} >> $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/jabberd << END #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth END #default driver for storage @@ -177,6 +177,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 +- changed pam file to use include +- added return value for status() function (bz #200996) + * Mon Apr 03 2006 Adrian Reber - 2.0-0.s11.9 - updated to 2.0-0.s11 From fedora-extras-commits at redhat.com Mon Aug 7 09:50:29 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 7 Aug 2006 02:50:29 -0700 Subject: rpms/qt4-qsa/devel qt4-qsa.spec,1.5,1.6 Message-ID: <200608070950.k779oVkj017886@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17852 Modified Files: qt4-qsa.spec Log Message: fix EMT64 build Index: qt4-qsa.spec =================================================================== RCS file: /cvs/extras/rpms/qt4-qsa/devel/qt4-qsa.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qt4-qsa.spec 7 Aug 2006 09:37:53 -0000 1.5 +++ qt4-qsa.spec 7 Aug 2006 09:50:28 -0000 1.6 @@ -1,7 +1,7 @@ Name: qt4-qsa Summary: Qt Script for Applications Version: 1.2.1 -Release: 15%{?dist} +Release: 16%{?dist} BuildRequires: qt4-devel => 4.2 URL: http://www.trolltech.com/products/qt/addon/qsa @@ -15,7 +15,11 @@ # fix the the broken include path %define qtinc %{qtdir}/include +%ifarch x86_64 +%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib64 +%else %define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib +%endif #%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS) #%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) @@ -94,6 +98,9 @@ %doc doc/html %changelog +* Mon Aug 07 2006 Frank B??ttner - 1.2.1-16%{?dist} +- fix build for EMT64 + * Mon Aug 07 2006 Frank B??ttner - 1.2.1-15%{?dist} - Try to bypass the broken paths in the Qt4 package. Not nice, but no other way until the Qt4 package will be corrected. From fedora-extras-commits at redhat.com Mon Aug 7 10:42:05 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 7 Aug 2006 03:42:05 -0700 Subject: extras-buildsys/utils extras-sync,1.3,1.4 Message-ID: <200608071042.k77Ag5tU020792@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20774 Modified Files: extras-sync Log Message: * no longer sync to build user account * set umask 0002 Index: extras-sync =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-sync,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- extras-sync 1 Jun 2006 21:04:47 -0000 1.3 +++ extras-sync 7 Aug 2006 10:42:02 -0000 1.4 @@ -1,10 +1,12 @@ #!/bin/bash outputdir=/srv/rpmbuild/extras/tree/extras -targetdir=build at fedora.linux.duke.edu:/srv/web/docroot/extras/ +targetdir=fpserv.linux.duke.edu:/srv/web/docroot/extras/ exclude="" opts="-avH --progress --delete -e ssh $exclude" +umask 0002 + echo "Test sync" rsync -n $opts $outputdir/* $targetdir | grep -v repodata From fedora-extras-commits at redhat.com Mon Aug 7 10:44:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:44:55 -0700 Subject: rpms/tuxpuck/devel - New directory Message-ID: <200608071044.k77AiwrC020887@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20856/tuxpuck/devel Log Message: Directory /cvs/extras/rpms/tuxpuck/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 10:44:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:44:55 -0700 Subject: rpms/tuxpuck - New directory Message-ID: <200608071044.k77AivPI020884@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20856/tuxpuck Log Message: Directory /cvs/extras/rpms/tuxpuck added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 10:45:17 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:45:17 -0700 Subject: rpms/tuxpuck Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608071045.k77AjJoH020938@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20905 Added Files: Makefile import.log Log Message: Setup of module tuxpuck --- NEW FILE Makefile --- # Top level Makefile for module tuxpuck all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 10:45:17 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:45:17 -0700 Subject: rpms/tuxpuck/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608071045.k77AjJ3Y020941@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20905/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tuxpuck --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 10:46:45 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:46:45 -0700 Subject: rpms/tuxpuck import.log,1.1,1.2 Message-ID: <200608071046.k77AklWm021028@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20991 Modified Files: import.log Log Message: auto-import tuxpuck-0.8.2-1 on branch devel from tuxpuck-0.8.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 10:45:17 -0000 1.1 +++ import.log 7 Aug 2006 10:46:45 -0000 1.2 @@ -0,0 +1 @@ +tuxpuck-0_8_2-1:HEAD:tuxpuck-0.8.2-1.src.rpm:1154948195 From fedora-extras-commits at redhat.com Mon Aug 7 10:46:46 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:46:46 -0700 Subject: rpms/tuxpuck/devel tuxpuck-0.8.2-mandest.patch, NONE, 1.1 tuxpuck-0.8.2-utils-werror.patch, NONE, 1.1 tuxpuck.desktop, NONE, 1.1 tuxpuck.png, NONE, 1.1 tuxpuck.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608071046.k77AkmwD021037@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20991/devel Modified Files: .cvsignore sources Added Files: tuxpuck-0.8.2-mandest.patch tuxpuck-0.8.2-utils-werror.patch tuxpuck.desktop tuxpuck.png tuxpuck.spec Log Message: auto-import tuxpuck-0.8.2-1 on branch devel from tuxpuck-0.8.2-1.src.rpm tuxpuck-0.8.2-mandest.patch: --- NEW FILE tuxpuck-0.8.2-mandest.patch --- --- Makefile.old 2006-07-06 20:33:34.000000000 +0200 +++ Makefile 2006-07-06 20:33:48.000000000 +0200 @@ -53,6 +53,6 @@ install : $(NAME) install -d $(DESTDIR)/usr/bin - install -d $(DESTDIR)/usr/man/man6 + install -d $(DESTDIR)/usr/share/man/man6 install -m755 $(NAME) $(DESTDIR)/usr/bin - install -m644 man/$(NAME).6.gz $(DESTDIR)/usr/man/man6 + install -m644 man/$(NAME).6.gz $(DESTDIR)/usr/share/man/man6 tuxpuck-0.8.2-utils-werror.patch: --- NEW FILE tuxpuck-0.8.2-utils-werror.patch --- --- utils/Makefile.old 2006-07-06 20:47:38.000000000 +0200 +++ utils/Makefile 2006-07-06 20:48:05.000000000 +0200 @@ -1,6 +1,6 @@ # Makefile for TuxPuck Utils , Copyright Jacob Kroon 2001-2002 CC = gcc -CFLAGS += -g -Wall -Werror +CFLAGS += -g -Wall ############################################################# all : ttf2font data2c anim --- NEW FILE tuxpuck.desktop --- [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=TuxPuck Comment=3D Shufflepuck Pong Game Exec=tuxpuck StartupNotify=false Terminal=false Type=Application Icon=tuxpuck.png Categories=Application;Game;ArcadeGame; --- NEW FILE tuxpuck.spec --- Name: tuxpuck Version: 0.8.2 Release: 1%{?dist} Summary: 3D Shufflepuck Pong Game Group: Amusements/Games License: GPL URL: http://www.efd.lth.se/~d00jkr/tuxpuck/ Source0: http://www.efd.lth.se/~d00jkr/tuxpuck/%{name}-%{version}.tar.gz Source1: tuxpuck.desktop Source2: tuxpuck.png Patch0: tuxpuck-0.8.2-mandest.patch Patch1: tuxpuck-0.8.2-utils-werror.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, freetype-devel, libvorbis-devel BuildRequires: libpng-devel, libjpeg-devel, desktop-file-utils %description TuxPuck is a shufflepuck game written in C using SDL. The player moves a pad around a board and tries to shoot down the puck through the opponents defense. Easy to play, difficult to win. %prep %setup -q %patch0 -p0 -z .mandest %patch1 -p0 -z .utils-werror %build export CFLAGS="%{optflags}" make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc COPYING readme.txt bugs.txt thanks.txt todo.txt %{_bindir}/%{name} %{_mandir}/man6/%{name}.6.gz %{_datadir}/applications/fedora-tuxpuck.desktop %{_datadir}/icons/hicolor/48x48/apps/tuxpuck.png %changelog * Thu Aug 3 2006 Hugo Cisneiros 0.8.2-1 - Initial RPM provided by Che - Extras Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 10:45:17 -0000 1.1 +++ .cvsignore 7 Aug 2006 10:46:46 -0000 1.2 @@ -0,0 +1 @@ +tuxpuck-0.8.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 10:45:17 -0000 1.1 +++ sources 7 Aug 2006 10:46:46 -0000 1.2 @@ -0,0 +1 @@ +fc839abc2b1f3eafae397e1ed6487079 tuxpuck-0.8.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 10:49:18 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:49:18 -0700 Subject: owners owners.list,1.1369,1.1370 Message-ID: <200608071049.k77AnKud021095@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078 Modified Files: owners.list Log Message: added tuxpuck package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1369 retrieving revision 1.1370 diff -u -r1.1369 -r1.1370 --- owners.list 7 Aug 2006 01:37:27 -0000 1.1369 +++ owners.list 7 Aug 2006 10:49:17 -0000 1.1370 @@ -1899,6 +1899,7 @@ Fedora Extras|TurboGears|Back-to-front web development in Python|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tuxpaint|Drawing program designed for young children|steve at silug.org|extras-qa at fedoraproject.org| +Fedora Extras|tuxpuck|3D Shufflepuck Pong Game|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|tuxtype2|Tux Typing is an educational typing tutor for children|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|ucarp|Common Address Redundancy Protocol (CARP) for Unix|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|ucblogo|An interpreter for the Logo programming language|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 7 12:09:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:09:00 -0700 Subject: rpms/digikamimageplugins/devel .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200608071209.k77C92Z3028592@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28571 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-2 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 20:41:58 -0000 1.4 +++ .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- digikamimageplugins.spec 16 Feb 2006 20:41:58 -0000 1.14 +++ digikamimageplugins.spec 7 Aug 2006 12:09:00 -0000 1.15 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-2 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 20:41:58 -0000 1.4 +++ sources 7 Aug 2006 12:09:00 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 12:10:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:10:06 -0700 Subject: rpms/digikamimageplugins/devel digikamimageplugins.spec,1.15,1.16 Message-ID: <200608071210.k77CA8hH028669@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28652 Modified Files: digikamimageplugins.spec Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- digikamimageplugins.spec 7 Aug 2006 12:09:00 -0000 1.15 +++ digikamimageplugins.spec 7 Aug 2006 12:10:06 -0000 1.16 @@ -2,7 +2,7 @@ Name: digikamimageplugins Summary: Plugins for Digikam Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -150,7 +150,7 @@ %changelog -* Mon Aug 07 2006 Rex Dieter 0.8.2-2 +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 From fedora-extras-commits at redhat.com Mon Aug 7 12:32:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:32:20 -0700 Subject: rpms/qt4/devel qt4.spec,1.18,1.19 Message-ID: <200608071232.k77CWM3s029002@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28985 Modified Files: qt4.spec Log Message: * Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 - fix empty -debuginfo - use $RPM_OPT_FLAGS Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- qt4.spec 1 Aug 2006 15:28:13 -0000 1.18 +++ qt4.spec 7 Aug 2006 12:32:20 -0000 1.19 @@ -8,7 +8,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.2.0 -Release: 0.4.%{beta}%{?dist} +Release: 0.5.%{beta}%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -210,10 +210,11 @@ %define platform linux-g++ %endif sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/%{platform}/qmake.conf +sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/common/*.conf ||: # undefine QMAKE_STRIP, so we get useful -debuginfo pkgs sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" mkspecs/linux-g++*/qmake.conf -#sed -i -e "s|= strip$|= |g" mkspecs/linux-g++*/qmake.conf +sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" mkspecs/common/*.conf ||: # set correct lib path if [ "%{_lib}" == "lib64" ] ; then @@ -479,6 +480,10 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 +- fix empty -debuginfo +- use $RPM_OPT_FLAGS + * Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 - strip -laudio, -ldbus-1, -lglib-2.0 from .pc files From fedora-extras-commits at redhat.com Mon Aug 7 12:52:32 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 7 Aug 2006 05:52:32 -0700 Subject: rpms/jabberd/FC-5 jabberd,1.7,1.8 jabberd.spec,1.13,1.14 Message-ID: <200608071252.k77CqYnS029255@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29236 Modified Files: jabberd jabberd.spec Log Message: * Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 - changed pam file to use include - added return value for status() function (bz #200996) Index: jabberd =================================================================== RCS file: /cvs/extras/rpms/jabberd/FC-5/jabberd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jabberd 27 Nov 2005 12:41:32 -0000 1.7 +++ jabberd 7 Aug 2006 12:52:31 -0000 1.8 @@ -122,7 +122,9 @@ { for prog in ${progs}; do status ${prog} + retval=$? done + return ${retval} } case "$1" in Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/FC-5/jabberd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jabberd.spec 3 Apr 2006 07:25:28 -0000 1.13 +++ jabberd.spec 7 Aug 2006 12:52:31 -0000 1.14 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.9%{?dist} +Release: 0.s11.10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -82,9 +82,9 @@ %{__cat} >> $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/jabberd << END #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth END #default driver for storage @@ -177,6 +177,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 +- changed pam file to use include +- added return value for status() function (bz #200996) + * Mon Apr 03 2006 Adrian Reber - 2.0-0.s11.9 - updated to 2.0-0.s11 From fedora-extras-commits at redhat.com Mon Aug 7 13:02:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 06:02:05 -0700 Subject: rpms/digikamimageplugins/FC-5 .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200608071302.k77D2eI4031878@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31848 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 20:41:58 -0000 1.4 +++ .cvsignore 7 Aug 2006 13:02:05 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/digikamimageplugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- digikamimageplugins.spec 16 Feb 2006 20:41:58 -0000 1.14 +++ digikamimageplugins.spec 7 Aug 2006 13:02:05 -0000 1.15 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 20:41:58 -0000 1.4 +++ sources 7 Aug 2006 13:02:05 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 13:03:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 06:03:09 -0700 Subject: rpms/digikamimageplugins/FC-4 .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200608071303.k77D3h5v031945@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31924 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Feb 2006 20:05:49 -0000 1.4 +++ .cvsignore 7 Aug 2006 13:03:09 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/digikamimageplugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- digikamimageplugins.spec 20 Feb 2006 20:05:49 -0000 1.10 +++ digikamimageplugins.spec 7 Aug 2006 13:03:09 -0000 1.11 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Feb 2006 20:05:49 -0000 1.4 +++ sources 7 Aug 2006 13:03:09 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 13:11:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 06:11:17 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.18, 1.19 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071311.k77DBJhX032146@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32121 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.8 new program and manpage: shmidcat Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 21 Jul 2006 14:09:56 -0000 1.18 +++ gtkwave.spec 7 Aug 2006 13:11:17 -0000 1.19 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 14:09:56 -0000 1.17 +++ sources 7 Aug 2006 13:11:17 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 14:09:56 -0000 1.17 +++ .cvsignore 7 Aug 2006 13:11:17 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:00:32 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 07:00:32 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.17, 1.18 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071400.k77E0Y5A032476@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32455 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gtkwave.spec 21 Jul 2006 15:02:56 -0000 1.17 +++ gtkwave.spec 7 Aug 2006 14:00:32 -0000 1.18 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 15:02:56 -0000 1.17 +++ sources 7 Aug 2006 14:00:32 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 15:02:56 -0000 1.17 +++ .cvsignore 7 Aug 2006 14:00:32 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:01:18 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 07:01:18 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.16, 1.17 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071401.k77E1KUI002588@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2555 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gtkwave.spec 21 Jul 2006 15:05:11 -0000 1.16 +++ gtkwave.spec 7 Aug 2006 14:01:18 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 15:06:29 -0000 1.17 +++ sources 7 Aug 2006 14:01:18 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 15:06:29 -0000 1.17 +++ .cvsignore 7 Aug 2006 14:01:18 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:12:03 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 7 Aug 2006 07:12:03 -0700 Subject: rpms/perl-Exception-Class/FC-4 .cvsignore, 1.2, 1.3 perl-Exception-Class.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608071412.k77EC5gC002763@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Exception-Class/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2742 Modified Files: .cvsignore perl-Exception-Class.spec sources Log Message: Sync with FC-5 branch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Aug 2005 22:51:45 -0000 1.2 +++ .cvsignore 7 Aug 2006 14:12:03 -0000 1.3 @@ -1 +1 @@ -Exception-Class-1.21.tar.gz +Exception-Class-1.23.tar.gz Index: perl-Exception-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/perl-Exception-Class.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Exception-Class.spec 17 Aug 2005 23:00:40 -0000 1.2 +++ perl-Exception-Class.spec 7 Aug 2006 14:12:03 -0000 1.3 @@ -1,20 +1,16 @@ Name: perl-Exception-Class -Version: 1.21 -Release: 2%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Exception::Class Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Exception-Class/ -Source0: http://www.cpan.org/modules/by-module/Exception/Exception-Class-1.21.tar.gz +Source0: http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) >= 0.46 -BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Devel::StackTrace) >= 1.1 +BuildRequires: perl(Devel::StackTrace) >= 1.12 BuildRequires: perl(Class::Data::Inheritable) >= 0.02 -Requires: perl(Test::More) >= 0.46 -Requires: perl(Scalar::Util) -Requires: perl(Devel::StackTrace) >= 1.1 +Requires: perl(Devel::StackTrace) >= 1.12 Requires: perl(Class::Data::Inheritable) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -40,6 +36,9 @@ chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +perldoc -t perlgpl > COPYING +perldoc -t perlartistic > Artistic + %check make test @@ -48,11 +47,21 @@ %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README COPYING Artistic %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Feb 03 2006 Steven Pritchard 1.23-1 +- Update to 1.23 + +* Tue Jan 10 2006 Steven Pritchard 1.22-1 +- Update to 1.22 + +* Mon Sep 05 2005 Steven Pritchard 1.21-3 +- Remove explicit core module dependencies +- Add COPYING and Artistic + * Wed Aug 17 2005 Steven Pritchard 1.21-2 - Minor spec cleanup Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Aug 2005 22:51:45 -0000 1.2 +++ sources 7 Aug 2006 14:12:03 -0000 1.3 @@ -1 +1 @@ -3268817e7fa4367209f666bd8e33037c Exception-Class-1.21.tar.gz +560b42c0cf8b795bdc793459edb7ec13 Exception-Class-1.23.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 14:40:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:01 -0700 Subject: rpms/perl-Module-Starter - New directory Message-ID: <200608071440.k77Ee3gf003149@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121/perl-Module-Starter Log Message: Directory /cvs/extras/rpms/perl-Module-Starter added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 14:40:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:02 -0700 Subject: rpms/perl-Module-Starter/devel - New directory Message-ID: <200608071440.k77Ee41H003154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121/perl-Module-Starter/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Starter/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 14:40:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:11 -0700 Subject: rpms/perl-Module-Starter Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608071440.k77EeDrQ003192@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3164 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Starter --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Starter all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 14:40:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:12 -0700 Subject: rpms/perl-Module-Starter/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608071440.k77EeEFc003195@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3164/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Starter --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 14:40:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:29 -0700 Subject: rpms/perl-Module-Starter import.log,1.1,1.2 Message-ID: <200608071440.k77EeV75003258@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3222 Modified Files: import.log Log Message: auto-import perl-Module-Starter-1.42-2.fc5 on branch devel from perl-Module-Starter-1.42-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 14:40:11 -0000 1.1 +++ import.log 7 Aug 2006 14:40:29 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Starter-1_42-2_fc5:HEAD:perl-Module-Starter-1.42-2.fc5.src.rpm:1154961631 From fedora-extras-commits at redhat.com Mon Aug 7 14:40:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:30 -0700 Subject: rpms/perl-Module-Starter/devel perl-Module-Starter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608071440.k77EeWga003269@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3222/devel Modified Files: .cvsignore sources Added Files: perl-Module-Starter.spec Log Message: auto-import perl-Module-Starter-1.42-2.fc5 on branch devel from perl-Module-Starter-1.42-2.fc5.src.rpm --- NEW FILE perl-Module-Starter.spec --- Name: perl-Module-Starter Version: 1.42 Release: 2%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Module-Starter Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl #BuildRequires: perl(Test::More), perl(ExtUtils::Command), perl(File::Spec) ## non-core BuildRequires: perl(Getopt::Long), perl(Pod::Usage) BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a CPAN module/utility to assist in the creation of new modules in a sensible and sane fashion. Unless you're interested in extending the functionality of this module, you should examine the documentation for 'module-starter', for information on how to use this tool. It is noted that there are a number of extensions to this tool, including plugins to create modules using templates as recommended by Damian Conway's "Perl Best Practices" (O'Reilly, 2005). (See also the package perl-Module-Starter-PBP for the aformentioned templates.) %prep %setup -q -n Module-Starter-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/*.[13]* %changelog * Sun Aug 06 2006 Chris Weyl 1.42-2 - add additional br's for test suite: perl(Test::Pod::Coverage), perl(Test::Pod) * Sat Aug 05 2006 Chris Weyl 1.42-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 14:40:11 -0000 1.1 +++ .cvsignore 7 Aug 2006 14:40:30 -0000 1.2 @@ -0,0 +1 @@ +Module-Starter-1.42.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 14:40:11 -0000 1.1 +++ sources 7 Aug 2006 14:40:30 -0000 1.2 @@ -0,0 +1 @@ +baf4a379d93c3a49c90a889626783d88 Module-Starter-1.42.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 14:40:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:42 -0700 Subject: owners owners.list,1.1370,1.1371 Message-ID: <200608071440.k77Eejvm003312@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3295 Modified Files: owners.list Log Message: added perl-Module-Starter Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1370 retrieving revision 1.1371 diff -u -r1.1370 -r1.1371 --- owners.list 7 Aug 2006 10:49:17 -0000 1.1370 +++ owners.list 7 Aug 2006 14:40:42 -0000 1.1371 @@ -1314,6 +1314,7 @@ Fedora Extras|perl-Module-Refresh|Refresh %INC files when updated on disk|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-ScanDeps|Recursively scan Perl code for dependencies|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Signature|CPAN signature management utilities and modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Starter|A simple starter kit for any module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Versions-Report|Report versions of all modules in memory|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 14:42:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:42:05 -0700 Subject: rpms/perl-Module-Starter/devel perl-Module-Starter.spec,1.1,1.2 Message-ID: <200608071442.k77Eg7BD003361@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3343 Modified Files: perl-Module-Starter.spec Log Message: bump Index: perl-Module-Starter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/perl-Module-Starter.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Starter.spec 7 Aug 2006 14:40:30 -0000 1.1 +++ perl-Module-Starter.spec 7 Aug 2006 14:42:05 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Module-Starter Version: 1.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries @@ -66,6 +66,9 @@ %changelog +* Mon Aug 07 2006 Chris Weyl 1.42-3 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 1.42-2 - add additional br's for test suite: perl(Test::Pod::Coverage), perl(Test::Pod) From fedora-extras-commits at redhat.com Mon Aug 7 15:05:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 08:05:26 -0700 Subject: mock buildsys-build.spec,1.2,1.2.2.1 Message-ID: <200608071505.k77F5Q7A006228@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6210 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: fixes for chroot contents based on target distro Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- buildsys-build.spec 13 Jun 2006 03:52:38 -0000 1.2 +++ buildsys-build.spec 7 Aug 2006 15:05:23 -0000 1.2.2.1 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -14,10 +14,8 @@ Requires: bash Requires: buildsys-macros Requires: bzip2 -Requires: coreutils Requires: cpio Requires: diffutils -Requires: fedora-release Requires: gcc Requires: gcc-c++ Requires: gzip @@ -25,19 +23,64 @@ Requires: patch Requires: perl Requires: rpm-build -Requires: redhat-rpm-config Requires: sed Requires: tar Requires: unzip Requires: which +# The rather long-winded format of the conditionals is needed for compatbility +# with old rpm versions such as were supplied with Red Hat Linux 7 +%if "%{?fedora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" +Requires: elfutils +%endif +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python +%endif +%endif + +%if "%{?rhl}" != "" +Requires: redhat-release +%if "%{?rhl}" == "9" +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%else +Requires: file +Requires: fileutils +Requires: findutils +%endif +# Cater for alternative versions of buildsys-macros +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" +Requires: redhat-rpm-config +%endif +%endif + %description -The base set of packages for a mock chroot +The base set of packages for a mock chroot. %build + %install +%{__rm} -rf %{buildroot} +%{__mkdir_p} %{buildroot} + %clean +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc + +%changelog +* Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 +- For FC4 and FC3 include python + +* Thu Jun 22 2006 Paul Howarth - 0.5-2 +- For FC < 5 or Red Hat Linux 9, include elfutils +- For non-Fedora distrbutions, require redhat-release instead of fedora-release +- For Red Hat Linux 8 and earlier, require fileutils instead of coreutils +- Red Hat Linux 8 requires findutils for brp-strip From fedora-extras-commits at redhat.com Mon Aug 7 15:11:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:21 -0700 Subject: rpms/smart/FC-5 smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBr74006309@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/FC-5 Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/FC-5/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:03 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:21 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: libXt-devel, libXext-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:11:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:21 -0700 Subject: rpms/smart/FC-4 smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBrkL006306@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/FC-4 Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/FC-4/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:03 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:20 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: xorg-x11-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:11:22 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:22 -0700 Subject: rpms/smart/devel smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBswq006312@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/devel Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:04 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:22 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: libXt-devel, libXext-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:33:24 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 7 Aug 2006 08:33:24 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.23,1.24 Message-ID: <200608071533.k77FXQvD006548@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6530 Modified Files: deskbar-applet.spec Log Message: rebuild Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- deskbar-applet.spec 17 Apr 2006 04:08:44 -0000 1.23 +++ deskbar-applet.spec 7 Aug 2006 15:33:24 -0000 1.24 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.14.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -85,6 +85,9 @@ %{_datadir}/pixmaps/%{name}.svg %changelog +* Mon Aug 7 2006 Luke Macken 2.14.1.1-2 +- Rebuild + * Mon Apr 17 2006 Ignacio Vazquez-Abrams 2.14.1.1-1 - Upstream update From fedora-extras-commits at redhat.com Mon Aug 7 16:39:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:39:50 -0700 Subject: rpms/TeXmacs/FC-4 .cvsignore, 1.21, 1.22 TeXmacs.spec, 1.34, 1.35 sources, 1.23, 1.24 Message-ID: <200608071639.k77GdqDS009552@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9515/FC-4 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Jun 2006 21:39:24 -0000 1.21 +++ .cvsignore 7 Aug 2006 16:39:50 -0000 1.22 @@ -1 +1 @@ -TeXmacs-1.0.6.4-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- TeXmacs.spec 28 Jun 2006 21:40:01 -0000 1.34 +++ TeXmacs.spec 7 Aug 2006 16:39:50 -0000 1.35 @@ -1,5 +1,5 @@ Name: TeXmacs -Version: 1.0.6.4 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor @@ -9,8 +9,8 @@ Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript -Buildrequires: guile-devel, desktop-file-utils, tetex, freetype-devel -Buildrequires: xorg-x11-devel +BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel +BuildRequires: xorg-x11-devel Requires: fig2ps Requires(post): shared-mime-info, desktop-file-utils Requires(postun): shared-mime-info, desktop-file-utils @@ -136,6 +136,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Wed Jun 28 2006 Gerard Milmeister - 1.0.6.4-1 - new version 1.0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Jun 2006 21:39:24 -0000 1.23 +++ sources 7 Aug 2006 16:39:50 -0000 1.24 @@ -1 +1 @@ -655ed804f665e891a5296a92c13c2ea1 TeXmacs-1.0.6.4-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:39:51 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:39:51 -0700 Subject: rpms/TeXmacs/FC-5 .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.39, 1.40 sources, 1.23, 1.24 Message-ID: <200608071639.k77GdrZl009558@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9515/FC-5 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 28 Jun 2006 21:35:40 -0000 1.22 +++ .cvsignore 7 Aug 2006 16:39:51 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.4-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/TeXmacs.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- TeXmacs.spec 28 Jun 2006 21:35:40 -0000 1.39 +++ TeXmacs.spec 7 Aug 2006 16:39:51 -0000 1.40 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.4 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -15,10 +15,10 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -Buildrequires: guile-devel -Buildrequires: desktop-file-utils -Buildrequires: tetex -Buildrequires: freetype-devel +BuildRequires: guile-devel +BuildRequires: desktop-file-utils +BuildRequires: tetex +BuildRequires: freetype-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -53,10 +53,7 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch1 -p1 %patch2 -p1 -#%patch3 -p1 -#%patch4 -p1 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in @@ -157,6 +154,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Wed Jun 28 2006 Gerard Milmeister - 1.0.6.4-1 - new version 1.0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Jun 2006 21:35:40 -0000 1.23 +++ sources 7 Aug 2006 16:39:51 -0000 1.24 @@ -1 +1 @@ -655ed804f665e891a5296a92c13c2ea1 TeXmacs-1.0.6.4-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:43:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:43:05 -0700 Subject: rpms/TeXmacs/devel .cvsignore, 1.21, 1.22 TeXmacs.spec, 1.40, 1.41 sources, 1.22, 1.23 Message-ID: <200608071643.k77Gh7I0009667@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9646/devel Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 19 Jun 2006 18:05:17 -0000 1.21 +++ .cvsignore 7 Aug 2006 16:43:05 -0000 1.22 @@ -1 +1 @@ -TeXmacs-1.0.6.3-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- TeXmacs.spec 19 Jun 2006 18:05:17 -0000 1.40 +++ TeXmacs.spec 7 Aug 2006 16:43:05 -0000 1.41 @@ -1,17 +1,16 @@ Name: TeXmacs -Version: 1.0.6.3 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.3-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch Patch4: TeXmacs-1.0.6.1-gcc41.patch -Patch5: TeXmacs-1.0.6.1-guile18.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts @@ -56,11 +55,7 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch1 -p1 %patch2 -p1 -#%patch3 -p1 -#%patch4 -p1 -%patch5 -p1 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in @@ -160,6 +155,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Mon Jun 19 2006 Gerard Milmeister - 1.0.6.3-1 - new version 1.0.6.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 19 Jun 2006 18:05:17 -0000 1.22 +++ sources 7 Aug 2006 16:43:05 -0000 1.23 @@ -1 +1 @@ -e4cbb7cb5e6f259a649c01c2081d30b5 TeXmacs-1.0.6.3-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:44:16 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:44:16 -0700 Subject: rpms/TeXmacs/FC-4 TeXmacs.spec,1.35,1.36 Message-ID: <200608071644.k77GiIar009728@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9711/FC-4 Modified Files: TeXmacs.spec Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- TeXmacs.spec 7 Aug 2006 16:39:50 -0000 1.35 +++ TeXmacs.spec 7 Aug 2006 16:44:16 -0000 1.36 @@ -1,12 +1,12 @@ Name: TeXmacs Version: 1.0.6.5 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel From fedora-extras-commits at redhat.com Mon Aug 7 17:26:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 10:26:40 -0700 Subject: mock Makefile,1.8,1.8.2.1 buildsys-build.spec,1.2.2.1,1.2.2.2 Message-ID: <200608071726.k77HQemA012525@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12505 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: updated buildsys-build specfile to handle rhel tags; modified Makefile to build all target buildsys-build packages Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- Makefile 12 Apr 2006 14:23:17 -0000 1.8 +++ Makefile 7 Aug 2006 17:26:37 -0000 1.8.2.1 @@ -41,7 +41,20 @@ mkdir build dist rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec +RPMARGS := --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/buildsys" \ + --define "_srcrpmdir $(PWD)/buildsys" \ + --define "_rpmdir $(PWD)/buildsys" + buildsys-rpm: rm -rf buildsys mkdir buildsys - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/buildsys" --define "_srcrpmdir $(PWD)/buildsys" --define "_rpmdir $(PWD)/buildsys" -ba buildsys-build.spec + for i in 1 2 3 4 5 devel; do \ + rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ + done + for i in 73 8 9; do \ + rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rhl$$i" -bb buildsys-build.spec; \ + done + for i in 3 4; do \ + rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- buildsys-build.spec 7 Aug 2006 15:05:23 -0000 1.2.2.1 +++ buildsys-build.spec 7 Aug 2006 17:26:37 -0000 1.2.2.2 @@ -34,17 +34,17 @@ Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?rhel}" == "3" Requires: elfutils %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?rhel}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" +%if "%{?rhl}" != "" || "%{?rhel}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" +%if "%{?rhl}" == "9" || "%{?rhel}" == "3" || "%{?rhel}" == "4" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +54,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?rhel}" != "" Requires: redhat-rpm-config %endif %endif @@ -76,6 +76,9 @@ %doc %changelog +* Mon Aug 7 2006 Clark Williams - 0.5-3 +- added rhel build tags + * Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 - For FC4 and FC3 include python From fedora-extras-commits at redhat.com Mon Aug 7 18:29:24 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 11:29:24 -0700 Subject: mock Makefile,1.8.2.1,1.8.2.2 Message-ID: <200608071829.k77ITOwc015519@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15501 Modified Files: Tag: mock-0-6-branch Makefile Log Message: removed rhl buildsys targets; changed devel to 6 Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- Makefile 7 Aug 2006 17:26:37 -0000 1.8.2.1 +++ Makefile 7 Aug 2006 18:29:22 -0000 1.8.2.2 @@ -49,12 +49,9 @@ buildsys-rpm: rm -rf buildsys mkdir buildsys - for i in 1 2 3 4 5 devel; do \ + for i in 1 2 3 4 5 6; do \ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done - for i in 73 8 9; do \ - rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rhl$$i" -bb buildsys-build.spec; \ - done for i in 3 4; do \ rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ done From fedora-extras-commits at redhat.com Mon Aug 7 18:55:54 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 11:55:54 -0700 Subject: mock Makefile,1.8.2.2,1.8.2.3 buildsys-build.spec,1.2.2.2,1.2.2.3 Message-ID: <200608071855.k77Its5g015612@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15592 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: fixed incorrect tags for RHEL (was "rhel", should have been "el") Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -r1.8.2.2 -r1.8.2.3 --- Makefile 7 Aug 2006 18:29:22 -0000 1.8.2.2 +++ Makefile 7 Aug 2006 18:55:52 -0000 1.8.2.3 @@ -53,5 +53,5 @@ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done for i in 3 4; do \ - rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ + rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- buildsys-build.spec 7 Aug 2006 17:26:37 -0000 1.2.2.2 +++ buildsys-build.spec 7 Aug 2006 18:55:52 -0000 1.2.2.3 @@ -34,17 +34,17 @@ Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?rhel}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" Requires: elfutils %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?rhel}" == "4" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?rhel}" != "" +%if "%{?rhl}" != "" || "%{?el}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?rhel}" == "3" || "%{?rhel}" == "4" +%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +54,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?rhel}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" Requires: redhat-rpm-config %endif %endif From fedora-extras-commits at redhat.com Mon Aug 7 19:19:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 12:19:48 -0700 Subject: fedora-security/audit fe3,1.12,1.13 fe4,1.58,1.59 fe5,1.63,1.64 Message-ID: <200608071919.k77JJmj2018295@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18273 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-3913 (freeciv) fixed Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fe3 30 Jul 2006 20:12:45 -0000 1.12 +++ fe3 7 Aug 2006 19:19:45 -0000 1.13 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- fe4 30 Jul 2006 20:12:45 -0000 1.58 +++ fe4 7 Aug 2006 19:19:45 -0000 1.59 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) CVE-2006-3812 VULNERABLE (seamonkey) #200455 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- fe5 31 Jul 2006 19:10:01 -0000 1.63 +++ fe5 7 Aug 2006 19:19:45 -0000 1.64 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) CVE-2006-3812 VULNERABLE (seamonkey) #200455 From fedora-extras-commits at redhat.com Mon Aug 7 19:24:57 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 12:24:57 -0700 Subject: mock Makefile,1.9,1.10 buildsys-build.spec,1.2,1.3 Message-ID: <200608071924.k77JOvVv018368@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18348 Modified Files: Makefile buildsys-build.spec Log Message: updated buildsys specfile to be distro specific and updated Makefile to generate target buildsys packages Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 28 Jun 2006 15:14:45 -0000 1.9 +++ Makefile 7 Aug 2006 19:24:54 -0000 1.10 @@ -39,7 +39,17 @@ mkdir build dist rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec +RPMARGS := --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/buildsys" \ + --define "_srcrpmdir $(PWD)/buildsys" \ + --define "_rpmdir $(PWD)/buildsys" + buildsys-rpm: rm -rf buildsys mkdir buildsys - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/buildsys" --define "_srcrpmdir $(PWD)/buildsys" --define "_rpmdir $(PWD)/buildsys" -ba buildsys-build.spec + for i in 1 2 3 4 5 6; do \ + rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ + done + for i in 3 4; do \ + rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildsys-build.spec 13 Jun 2006 03:52:38 -0000 1.2 +++ buildsys-build.spec 7 Aug 2006 19:24:54 -0000 1.3 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 1%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -14,10 +14,8 @@ Requires: bash Requires: buildsys-macros Requires: bzip2 -Requires: coreutils Requires: cpio Requires: diffutils -Requires: fedora-release Requires: gcc Requires: gcc-c++ Requires: gzip @@ -25,19 +23,67 @@ Requires: patch Requires: perl Requires: rpm-build -Requires: redhat-rpm-config Requires: sed Requires: tar Requires: unzip Requires: which +# The rather long-winded format of the conditionals is needed for compatbility +# with old rpm versions such as were supplied with Red Hat Linux 7 +%if "%{?fedora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +Requires: elfutils +%endif +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" +Requires: python +%endif +%endif + +%if "%{?rhl}" != "" || "%{?el}" != "" +Requires: redhat-release +%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%else +Requires: file +Requires: fileutils +Requires: findutils +%endif +# Cater for alternative versions of buildsys-macros +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +Requires: redhat-rpm-config +%endif +%endif + %description -The base set of packages for a mock chroot +The base set of packages for a mock chroot. %build + %install +%{__rm} -rf %{buildroot} +%{__mkdir_p} %{buildroot} + %clean +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc + +%changelog +* Mon Aug 7 2006 Clark Williams - 0.5-4 +- added rhel build tags + +* Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 +- For FC4 and FC3 include python + +* Thu Jun 22 2006 Paul Howarth - 0.5-2 +- For FC < 5 or Red Hat Linux 9, include elfutils +- For non-Fedora distrbutions, require redhat-release instead of fedora-release +- For Red Hat Linux 8 and earlier, require fileutils instead of coreutils +- Red Hat Linux 8 requires findutils for brp-strip From fedora-extras-commits at redhat.com Mon Aug 7 19:26:55 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 12:26:55 -0700 Subject: mock buildsys-build.spec,1.2.2.3,1.2.2.4 Message-ID: <200608071926.k77JQtwd018412@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18394 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: updated release and fixed changelog comment Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- buildsys-build.spec 7 Aug 2006 18:55:52 -0000 1.2.2.3 +++ buildsys-build.spec 7 Aug 2006 19:26:53 -0000 1.2.2.4 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -76,7 +76,7 @@ %doc %changelog -* Mon Aug 7 2006 Clark Williams - 0.5-3 +* Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags * Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 From fedora-extras-commits at redhat.com Mon Aug 7 19:30:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 12:30:14 -0700 Subject: fedora-security/audit fe4,1.59,1.60 fe5,1.64,1.65 Message-ID: <200608071930.k77JUEuw018462@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18442 Modified Files: fe4 fe5 Log Message: Catch up with seamonkey updates Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- fe4 7 Aug 2006 19:19:45 -0000 1.59 +++ fe4 7 Aug 2006 19:30:11 -0000 1.60 @@ -5,26 +5,26 @@ CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) -CVE-2006-3812 VULNERABLE (seamonkey) #200455 -CVE-2006-3811 VULNERABLE (seamonkey) #200455 -CVE-2006-3810 VULNERABLE (seamonkey) #200455 -CVE-2006-3809 VULNERABLE (seamonkey) #200455 -CVE-2006-3808 VULNERABLE (seamonkey) #200455 -CVE-2006-3807 VULNERABLE (seamonkey) #200455 -CVE-2006-3806 VULNERABLE (seamonkey) #200455 -CVE-2006-3805 VULNERABLE (seamonkey) #200455 -CVE-2006-3804 VULNERABLE (seamonkey) #200455 -CVE-2006-3803 VULNERABLE (seamonkey) #200455 -CVE-2006-3802 VULNERABLE (seamonkey) #200455 -CVE-2006-3801 VULNERABLE (seamonkey) #200455 -CVE-2006-3677 VULNERABLE (seamonkey) #200455 +CVE-2006-3812 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3811 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3810 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3809 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3808 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3807 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3806 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3805 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3804 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3803 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3802 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3801 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3677 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-3582 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3581 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3458 patch (zope, fixed 2.8.3-4) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 -CVE-2006-3113 VULNERABLE (seamonkey) #200455 +CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) CVE-2006-2894 VULNERABLE (seamonkey) #194511 CVE-2006-2781 version (seamonkey, fixed 1.0.2-1) #193963 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- fe5 7 Aug 2006 19:19:45 -0000 1.64 +++ fe5 7 Aug 2006 19:30:11 -0000 1.65 @@ -5,19 +5,19 @@ CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) -CVE-2006-3812 VULNERABLE (seamonkey) #200455 -CVE-2006-3811 VULNERABLE (seamonkey) #200455 -CVE-2006-3810 VULNERABLE (seamonkey) #200455 -CVE-2006-3809 VULNERABLE (seamonkey) #200455 -CVE-2006-3808 VULNERABLE (seamonkey) #200455 -CVE-2006-3807 VULNERABLE (seamonkey) #200455 -CVE-2006-3806 VULNERABLE (seamonkey) #200455 -CVE-2006-3805 VULNERABLE (seamonkey) #200455 -CVE-2006-3804 VULNERABLE (seamonkey) #200455 -CVE-2006-3803 VULNERABLE (seamonkey) #200455 -CVE-2006-3802 VULNERABLE (seamonkey) #200455 -CVE-2006-3801 VULNERABLE (seamonkey) #200455 -CVE-2006-3677 VULNERABLE (seamonkey) #200455 +CVE-2006-3812 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3811 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3810 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3809 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3808 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3807 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3806 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3805 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3804 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3803 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3802 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3801 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3677 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-3668 patch (dumb, fixed 0.9.3-4) #200370 CVE-2006-3582 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3581 version (adplug, fixed 2.0.1-1) #198108 @@ -25,7 +25,7 @@ CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) CVE-2006-3119 patch (fbida, fixed 2.0.3-12) #200321 -CVE-2006-3113 VULNERABLE (seamonkey) #200455 +CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) CVE-2006-2894 VULNERABLE (seamonkey) #194511 CVE-2006-2781 version (seamonkey, fixed 1.0.2-1) #193963 From fedora-extras-commits at redhat.com Mon Aug 7 19:43:39 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Mon, 7 Aug 2006 12:43:39 -0700 Subject: fedora-security/audit fe4,1.60,1.61 fe5,1.65,1.66 Message-ID: <200608071943.k77JhdAR018624@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18604 Modified Files: fe4 fe5 Log Message: Note thttpd fixes which were made a month ago. Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- fe4 7 Aug 2006 19:30:11 -0000 1.60 +++ fe4 7 Aug 2006 19:43:36 -0000 1.61 @@ -82,8 +82,8 @@ CVE-2006-1329 version (jabberd, fixed 2.0s11) CVE-2006-1269 patch (zoo, fixed 2.10-7) bz#183109 CVE-2006-1251 ignore (exim-sa, configuration not vulnerable) bz#191082 -CVE-2006-1079 VULNERABLE (thttpd) bz#191095 -CVE-2006-1078 VULNERABLE (thttpd) bz#191095 +CVE-2006-1079 patch (thttpd, fixed 2.25b-11) bz#191095 +CVE-2006-1078 patch (thttpd, fixed 2.25b-11) bz#191095 CVE-2006-0855 patch (zoo, patched in OpenSUSE "upstream", fixed 2.10-7) CVE-2006-0847 version (python-cherrypy, fixed 2.1.1) CVE-2006-0841 VULNERABLE (mantis) bz#191089 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- fe5 7 Aug 2006 19:30:11 -0000 1.65 +++ fe5 7 Aug 2006 19:43:36 -0000 1.66 @@ -87,8 +87,8 @@ CVE-2006-1329 version (jabberd, fixed 2.0s11) CVE-2006-1269 patch (zoo, fixed 2.10-7) bz#183109 CVE-2006-1251 ignore (exim-sa, configuration not vulnerable) bz#191082 -CVE-2006-1079 VULNERABLE (thttpd) bz#191095 -CVE-2006-1078 VULNERABLE (thttpd) bz#191095 +CVE-2006-1079 patch (thttpd, fixed 2.25b-11) bz#191095 +CVE-2006-1078 patch (thttpd, fixed 2.25b-11) bz#191095 CVE-2006-0855 patch (zoo, patched in OpenSUSE "upstream", fixed 2.10-7) CVE-2006-0847 version (python-cherrypy, fixed 2.1.1) CVE-2006-0841 version (mantis, fixed 1.0.1) From fedora-extras-commits at redhat.com Mon Aug 7 20:29:10 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:29:10 -0700 Subject: rpms/s3switch/devel Makefile, 1.3, 1.4 s3switch-lrmi.patch, 1.2, 1.3 s3switch-thinkpad-t23.patch, 1.3, 1.4 s3switch-virgegx2.patch, 1.2, 1.3 s3switch.consoleapp, 1.2, 1.3 s3switch.spec, 1.9, 1.10 sources, 1.4, 1.5 dead.package, 1.1, NONE Message-ID: <200608072029.k77KTCCA021414@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21376 Added Files: Makefile s3switch-lrmi.patch s3switch-thinkpad-t23.patch s3switch-virgegx2.patch s3switch.consoleapp s3switch.spec sources Removed Files: dead.package Log Message: re-instated s3switch package for devel. Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 7 Aug 2006 20:29:10 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: s3switch +# $Id$ +NAME := s3switch +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) s3switch-lrmi.patch: Index: s3switch-lrmi.patch =================================================================== RCS file: s3switch-lrmi.patch diff -N s3switch-lrmi.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-lrmi.patch 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,10 @@ +--- Makefile.orig 2002-09-12 01:26:57.000000000 +0300 ++++ Makefile 2004-07-23 12:43:44.000000000 +0300 +@@ -1,5 +1,6 @@ + CC = gcc -g ++LDFLAGS = -llrmi + + all: s3switch + +-s3switch: s3switch.o lrmi.o ++s3switch: s3switch.o s3switch-thinkpad-t23.patch: Index: s3switch-thinkpad-t23.patch =================================================================== RCS file: s3switch-thinkpad-t23.patch diff -N s3switch-thinkpad-t23.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-thinkpad-t23.patch 7 Aug 2006 20:29:10 -0000 1.4 @@ -0,0 +1,14 @@ +Fix segfaults seen on IBM ThinkPad T23 when changing TV signal format. +Thanks to the upstream author, Tim Roberts, for help in creating this patch. + +--- s3switch.c.orig 2002-09-12 01:25:33.000000000 +0300 ++++ s3switch.c 2004-07-22 13:28:32.000000000 +0300 +@@ -100,4 +100,8 @@ + ioperm( 0x40, 4, enable ); ++ ioperm( 0x4f, 1, enable ); + ioperm( 0x61, 1, enable ); ++ ioperm( 0x70, 1, enable ); ++ ioperm( 0x71, 1, enable ); + ioperm( 0x80, 1, enable ); ++ ioperm( 0xb2, 1, enable ); + ioperm( 0x3b0, 0x30, enable ); s3switch-virgegx2.patch: Index: s3switch-virgegx2.patch =================================================================== RCS file: s3switch-virgegx2.patch diff -N s3switch-virgegx2.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-virgegx2.patch 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,51 @@ +Extracted from s3switch.tar.bz2 contained in the GeeXboX 0.97 source tarball +from http://www.geexbox.org/releases/0.97/geexbox-0.97-full.tar + +--- s3switch.c.orig 2002-09-12 01:25:33.000000000 +0300 ++++ s3switch.c 2004-01-12 23:03:06.000000000 +0200 +@@ -3,4 +3,7 @@ + + // Linux x86 only. ++// Modified by mADAR ++// added S3 Virge/GX2 support ++ + + #include +@@ -16,4 +19,5 @@ + // Define the Savage chip classes. PCI id's stolen from xf86PciInfo.h + ++#define PCI_CHIP_VIRGEGX2 0x8A10 + #define PCI_CHIP_SAVAGE3D 0x8A20 + #define PCI_CHIP_SAVAGE3D_MV 0x8A21 +@@ -41,4 +45,5 @@ + + enum { ++ S3_VIRGEGX2, + S3_SAVAGE3D, + S3_SAVAGE4, +@@ -116,4 +121,7 @@ + + switch( gPCIid ) { ++ case PCI_CHIP_VIRGEGX2: ++ ChipClass = S3_VIRGEGX2; ++ break; + case PCI_CHIP_SAVAGE3D: + case PCI_CHIP_SAVAGE3D_MV: +@@ -152,5 +160,5 @@ + break; + default: +- printf( "PCI id is not a recognized Savage: %04x\n", gPCIid ); ++ printf( "PCI id is not a recognized Savage or Virge GX2: %04x\n", gPCIid ); + exit(-1); + } +@@ -181,4 +189,10 @@ + switch( ChipClass ) + { ++ case S3_VIRGEGX2: ++ jDevices = (jDevices & 0x0f) ++ | CRT_ATTACHED ++ | TV_ATTACHED; ++ break; ++ + case S3_SAVAGE3D: + jDevices = (jDevices & 0x0f) Index: s3switch.consoleapp =================================================================== RCS file: s3switch.consoleapp diff -N s3switch.consoleapp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.consoleapp 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,2 @@ +USER=root +PROGRAM=/usr/sbin/s3switch Index: s3switch.spec =================================================================== RCS file: s3switch.spec diff -N s3switch.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.spec 7 Aug 2006 20:29:10 -0000 1.10 @@ -0,0 +1,95 @@ +Name: s3switch +Version: 0.0 +Release: 7.20020912%{?dist} +Summary: Manage the output device on S3 Savage chips + +Group: Applications/System +License: BSD-like +URL: http://www.probo.com/timr/savage40.html +Source0: http://www.probo.com/timr/s3ssrc.zip +Source1: %{name}.pam +Source2: %{name}.consoleapp +Patch0: http://ftp.debian.org/debian/pool/main/s/s3switch/s3switch_0.0.20030423-2.diff.gz +Patch1: %{name}-thinkpad-t23.patch +Patch2: %{name}-virgegx2.patch +Patch3: %{name}-lrmi.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +ExclusiveArch: %{ix86} +BuildRequires: lrmi-devel +Requires: %{_bindir}/consolehelper + +%description +The S3 Savage chips have the ability to send their output to a variety +of different devices. The Savage3D can display to a standard CRT or +to a TV. The Savage4 and Savage2000 can display to a standard CRT or +through a digital interface to an LCD panel. The Savage/MX and Sav- +age/IX can ship to any two of those three. +The s3switch utility is used to select the devices to be used, and the +format of the TV signal. When invoked with no parameters, s3switch +displays the devices currently attached, and which of those devices +are currently active. Supplying one or more of the words crt, lcd, or +tv makes those devices the active devices. The word both is a +shortcut for the combination of crt and lcd. + + +%prep +%setup -q -c +%patch0 -p1 +%patch1 -p0 +%patch2 -p0 +%patch3 -p0 +rm -f lrmi.* + + +%build +make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS" + + +%install +rm -rf $RPM_BUILD_ROOT +install -Dpm 755 s3switch $RPM_BUILD_ROOT%{_sbindir}/s3switch +install -dm 755 $RPM_BUILD_ROOT%{_bindir} +ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/s3switch +install -Dpm 644 s3switch.1x $RPM_BUILD_ROOT%{_mandir}/man8/s3switch.8 +install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/s3switch +install -Dpm 644 %{SOURCE2} \ + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/s3switch + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc copyright +%config(noreplace) %{_sysconfdir}/pam.d/s3switch +%config(noreplace) %{_sysconfdir}/security/console.apps/s3switch +%{_bindir}/s3switch +%{_sbindir}/s3switch +%{_mandir}/man8/s3switch.8* + + +%changelog +* Sun Mar 12 2006 Ville Skytt?? - 0.0-7.20020912 +- Rebuild. + +* Fri Apr 7 2005 Michael Schwendt - 0.0-6.20020912 +- rebuilt + +* Fri Jul 23 2004 Ville Skytt?? 0:0.0-0.fdr.5.20020912 +- Use shared LRMI. + +* Thu Jul 22 2004 Ville Skytt?? 0:0.0-0.fdr.4.20020912 +- Apply patch from Debian for ProSavageDDR support and other cosmetic fixes. +- Apply patch from GeeXboX 0.97 for ViRGE/GX2 support. + +* Wed Jul 30 2003 Ville Skytt?? 0:0.0-0.fdr.3.20020912 +- Apply patch to avoid segfault on TV signal format change with ThinkPad T23. + +* Tue Jul 29 2003 Ville Skytt?? 0:0.0-0.fdr.2.20020912 +- Use consolehelper instead of installing suid root. + +* Sun Jul 27 2003 Ville Skytt?? 0:0.0-0.fdr.1.20020912 +- First build. Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 7 Aug 2006 20:29:10 -0000 1.5 @@ -0,0 +1,2 @@ +1328b070343ac79c5ed4c613a1113754 s3ssrc.zip +459e6c8efc86d75d66250c3cd4a47672 s3switch_0.0.20030423-2.diff.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Mon Aug 7 20:31:20 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:31:20 -0700 Subject: rpms/s3switch/devel s3switch.spec,1.10,1.11 Message-ID: <200608072031.k77KVMwm021461@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21444 Modified Files: s3switch.spec Log Message: * Mon Aug 7 2006 Paul Wouters - 0.0-8.20020912 - Rebuild Index: s3switch.spec =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/s3switch.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- s3switch.spec 7 Aug 2006 20:29:10 -0000 1.10 +++ s3switch.spec 7 Aug 2006 20:31:19 -0000 1.11 @@ -1,6 +1,6 @@ Name: s3switch Version: 0.0 -Release: 7.20020912%{?dist} +Release: 8.20020912%{?dist} Summary: Manage the output device on S3 Savage chips Group: Applications/System @@ -72,6 +72,9 @@ %changelog +* Mon Aug 7 2006 Paul Wouters - 0.0-8.20020912 +- Rebuild + * Sun Mar 12 2006 Ville Skytt?? - 0.0-7.20020912 - Rebuild. From fedora-extras-commits at redhat.com Mon Aug 7 20:31:48 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:31:48 -0700 Subject: rpms/s3switch/devel .cvsignore,1.4,1.5 Message-ID: <200608072031.k77KVoA4021494@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21477 Added Files: .cvsignore Log Message: .cvsignore Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 7 Aug 2006 20:31:47 -0000 1.5 @@ -0,0 +1,2 @@ +s3ssrc.zip +s3switch_0.0.20030423-2.diff.gz From fedora-extras-commits at redhat.com Mon Aug 7 20:32:25 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 13:32:25 -0700 Subject: rpms/libipoddevice/devel libipoddevice.spec,1.2,1.3 Message-ID: <200608072032.k77KWR7f021560@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21543 Modified Files: libipoddevice.spec Log Message: rebuild Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libipoddevice.spec 2 May 2006 18:28:57 -0000 1.2 +++ libipoddevice.spec 7 Aug 2006 20:32:25 -0000 1.3 @@ -3,7 +3,7 @@ Name: libipoddevice Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device-specific layer for the Apple iPod Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 +- rebuild + * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 20:32:50 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:32:50 -0700 Subject: rpms/s3switch/devel s3switch.pam,1.2,1.3 Message-ID: <200608072032.k77KWqcm021592@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573 Added Files: s3switch.pam Log Message: re-added s3switch.pam Index: s3switch.pam =================================================================== RCS file: s3switch.pam diff -N s3switch.pam --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.pam 7 Aug 2006 20:32:50 -0000 1.3 @@ -0,0 +1,4 @@ +#%PAM-1.0 +auth sufficient pam_rootok.so +auth required pam_console.so +account required pam_permit.so From fedora-extras-commits at redhat.com Mon Aug 7 20:33:00 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 13:33:00 -0700 Subject: rpms/libipoddevice/FC-5 libipoddevice.spec,1.2,1.3 Message-ID: <200608072033.k77KX2Y4021620@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21603 Modified Files: libipoddevice.spec Log Message: rebuild Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/FC-5/libipoddevice.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libipoddevice.spec 2 May 2006 18:22:42 -0000 1.2 +++ libipoddevice.spec 7 Aug 2006 20:33:00 -0000 1.3 @@ -3,7 +3,7 @@ Name: libipoddevice Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device-specific layer for the Apple iPod Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 +- rebuild + * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 21:02:51 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 14:02:51 -0700 Subject: rpms/libipoddevice/devel libipoddevice.spec,1.3,1.4 Message-ID: <200608072103.k77L3PNG024399@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24374 Modified Files: libipoddevice.spec Log Message: add BuildRequires: on dbus-glib-devel Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libipoddevice.spec 7 Aug 2006 20:32:25 -0000 1.3 +++ libipoddevice.spec 7 Aug 2006 21:02:51 -0000 1.4 @@ -12,6 +12,7 @@ Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: dbus-glib-devel BuildRequires: hal-devel >= %{hal_ver} BuildRequires: libgtop2-devel >= %{libgtop_ver} BuildRequires: udev @@ -69,6 +70,7 @@ %changelog * Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 - rebuild +- add BuildRequires: on dbus-glib-devel * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 21:10:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 14:10:25 -0700 Subject: rpms/abcde/devel .cvsignore, 1.9, 1.10 abcde.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200608072110.k77LARSO024580@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24559 Modified Files: .cvsignore abcde.spec sources Log Message: * Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 - 2.3.99.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 1 Mar 2006 07:36:36 -0000 1.9 +++ .cvsignore 7 Aug 2006 21:10:25 -0000 1.10 @@ -1 +1 @@ -abcde_2.3.99.5.orig.tar.gz +abcde_2.3.99.6.orig.tar.gz Index: abcde.spec =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/abcde.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- abcde.spec 1 Mar 2006 07:36:37 -0000 1.10 +++ abcde.spec 7 Aug 2006 21:10:25 -0000 1.11 @@ -1,5 +1,5 @@ Name: abcde -Version: 2.3.99.5 +Version: 2.3.99.6 Release: 1%{?dist} Summary: A Better CD Encoder @@ -56,6 +56,9 @@ %changelog +* Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 +- 2.3.99.6. + * Wed Mar 1 2006 Ville Skytt?? - 2.3.99.5-1 - 2.3.99.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 1 Mar 2006 07:36:37 -0000 1.9 +++ sources 7 Aug 2006 21:10:25 -0000 1.10 @@ -1 +1 @@ -d04f8d0f526f626e8d4741c3938a644e abcde_2.3.99.5.orig.tar.gz +ac9be20f3098b0943212168171d33ffa abcde_2.3.99.6.orig.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 21:39:24 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:24 -0700 Subject: rpms/plplot/devel plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.14, 1.15 Message-ID: <200608072139.k77LdQLv024828@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/devel Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Mon May 22 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Enable f95 bindings From fedora-extras-commits at redhat.com Mon Aug 7 21:39:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:22 -0700 Subject: rpms/plplot/FC-4 plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.7, 1.8 Message-ID: <200608072139.k77LdOmw024816@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/FC-4 Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Wed May 31 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Remove patches applied upstream From fedora-extras-commits at redhat.com Mon Aug 7 21:39:23 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:23 -0700 Subject: rpms/plplot/FC-5 plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.15, 1.16 Message-ID: <200608072139.k77LdPrm024822@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/FC-5 Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Mon May 22 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Enable f95 bindings From fedora-extras-commits at redhat.com Mon Aug 7 21:40:48 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 14:40:48 -0700 Subject: mock buildsys-build.spec,1.2.2.4,1.2.2.5 Message-ID: <200608072140.k77LemU4024933@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24915 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: refactored conditional blocks for simplicity Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- buildsys-build.spec 7 Aug 2006 19:26:53 -0000 1.2.2.4 +++ buildsys-build.spec 7 Aug 2006 21:40:45 -0000 1.2.2.5 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -30,21 +30,34 @@ # The rather long-winded format of the conditionals is needed for compatbility # with old rpm versions such as were supplied with Red Hat Linux 7 + +# Fedora block %if "%{?fedora}" != "" Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" Requires: elfutils +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" +%endif + +# RHEL block +%if "%{?el}" != "" +Requires: redhat-release +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%if "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?el}" != "" +# Red Hat Linux [789] block +%if "%{?rhl}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +%if "%{?rhl}" == "9" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +67,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" Requires: redhat-rpm-config %endif %endif From fedora-extras-commits at redhat.com Mon Aug 7 21:44:23 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 7 Aug 2006 14:44:23 -0700 Subject: rpms/ufsparse/devel sources,1.6,1.7 ufsparse.spec,1.13,1.14 Message-ID: <200608072144.k77LiPwm025003@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ufsparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24984 Modified Files: sources ufsparse.spec Log Message: New release. Spec changes to support source changes and a new library. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufsparse/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Mar 2006 18:54:03 -0000 1.6 +++ sources 7 Aug 2006 21:44:23 -0000 1.7 @@ -1 +1 @@ -15f2cc58c2d66fa2ac0286cdfcf7cc76 UFsparse.tar.gz +7e635c3c6f6224439c96ca1ac9bb21e2 UFsparse.tar.gz Index: ufsparse.spec =================================================================== RCS file: /cvs/extras/rpms/ufsparse/devel/ufsparse.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ufsparse.spec 8 Mar 2006 15:17:56 -0000 1.13 +++ ufsparse.spec 7 Aug 2006 21:44:23 -0000 1.14 @@ -1,5 +1,5 @@ Name: ufsparse -Version: 1.2 +Version: 2.0.0 Release: 1%{?dist} Summary: University of Florida sparse matrix libraries @@ -17,6 +17,7 @@ matrices. The package includes the following libraries: AMD approximate minimum degree ordering BTF permutation to block triangular form (beta) + CAMD constrained approximate minimum degree ordering COLAMD column approximate minimum degree ordering CCOLAMD constrained column approximate minimum degree ordering CHOLMOD sparse Cholesky factorization @@ -43,15 +44,15 @@ %setup -q -n UFsparse %build -%define amd_version 1.2 -%define amd_version_major 1 +%define amd_version 2.0 +%define amd_version_major 2 mkdir Devel mkdir Doc mkdir Lib mkdir Include pushd AMD pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libamd.so.%{amd_version_major} -o ../Lib/libamd.so.%{amd_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -66,11 +67,11 @@ ln -sf libamd.so.%{amd_version} libamd.so popd -%define btf_version 0.7 +%define btf_version 0.9 %define btf_version_major 0 pushd BTF pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a gcc -shared -Wl,-soname,libbtf.so.%{btf_version_major} -o libbtf.so.%{btf_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -83,10 +84,27 @@ ln -sf libbtf.so.%{btf_version} libbtf.so popd -%define ccolamd_version 1.0 -%define ccolamd_version_major 1 +%define camd_version 2.1 +%define camd_version_major 2 +pushd CAMD + pushd Source + make CFLAGS="$RPM_OPT_FLAGS -fPIC" + gcc -shared -Wl,-soname,libcamd.so.%{camd_version_major} -o ../Lib/libcamd.so.%{camd_version} `ls *.o` + popd + cp Lib/*.a Lib/*.so* ../Lib + cp Include/*.h ../Include + mkdir ../Doc/CAMD/ + cp README.txt Doc/License Doc/ChangeLog ../Doc/CAMD +popd +pushd Lib + ln -sf libcamd.so.%{camd_version} libcamd.so.%{camd_version_major} + ln -sf libcamd.so.%{camd_version} libcamd.so +popd + +%define ccolamd_version 2.5 +%define ccolamd_version_major 2 pushd CCOLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libccolamd.so.%{ccolamd_version_major} -o libccolamd.so.%{ccolamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -98,7 +116,7 @@ ln -sf libccolamd.so.%{ccolamd_version} libccolamd.so popd -%define cholmod_version 1.0 +%define cholmod_version 1.1.1 %define cholmod_version_major 1 ### CHOLMOD can also be compiled to use the METIS library, but it is not ### used here because its licensing terms exclude it from Fedora Extras. @@ -111,7 +129,7 @@ %endif pushd CHOLMOD pushd Lib - make -f Makefile CFLAGS="$CHOLMOD_FLAGS" + make CFLAGS="$CHOLMOD_FLAGS" gcc -shared -Wl,-soname,libcholmod.so.%{cholmod_version_major} -o ../Lib/libcholmod.so.%{cholmod_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -131,10 +149,10 @@ ln -sf libcholmod.so.%{cholmod_version} libcholmod.so popd -%define colamd_version 2.4 +%define colamd_version 2.5 %define colamd_version_major 2 pushd COLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" library + make CFLAGS="$RPM_OPT_FLAGS -fPIC" library gcc -shared -Wl,-soname,libcolamd.so.%{colamd_version_major} -o libcolamd.so.%{colamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -152,11 +170,11 @@ ### enable_csparse as 1 below. %define enable_csparse 0 %if "%{?enable_csparse}" == "1" -%define csparse_version 1.2 -%define csparse_version_major 1 +%define csparse_version 2.0.1 +%define csparse_version_major 2 pushd CSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a gcc -shared -Wl,-soname,libcsparse.so.%{csparse_version_major} -o libcsparse.so.%{csparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -170,11 +188,11 @@ popd %else -%define cxsparse_version 1.2 -%define cxsparse_version_major 1 +%define cxsparse_version 2.0.1 +%define cxsparse_version_major 2 pushd CXSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a gcc -shared -Wl,-soname,libcxsparse.so.%{cxsparse_version_major} -o libcxsparse.so.%{cxsparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -188,11 +206,11 @@ popd %endif -%define klu_version 0.7 +%define klu_version 0.9 %define klu_version_major 0 pushd KLU pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a gcc -shared -Wl,-soname,libklu.so.%{klu_version_major} -o libklu.so.%{klu_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -206,10 +224,10 @@ ln -sf libklu.so.%{klu_version} libklu.so popd -%define ldl_version 1.2 +%define ldl_version 1.3 %define ldl_version_major 1 pushd LDL - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a gcc -shared -Wl,-soname,libldl.so.%{ldl_version_major} -o libldl.so.%{ldl_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -223,11 +241,11 @@ ln -sf libldl.so.%{ldl_version} libldl.so popd -%define umfpack_version 4.6 -%define umfpack_version_major 4 +%define umfpack_version 5.0 +%define umfpack_version_major 5 pushd UMFPACK pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libumfpack.so.%{umfpack_version_major} -o ../Lib/libumfpack.so.%{umfpack_version} `ls *.o` -lblas -lm popd cp Lib/*.a Lib/*.so* ../Lib @@ -242,6 +260,7 @@ ln -sf libumfpack.so.%{umfpack_version} libumfpack.so popd +cp UFconfig/UFconfig.h Include %install rm -rf ${RPM_BUILD_ROOT} @@ -280,6 +299,11 @@ %{_libdir}/lib*.so %changelog +* Mon Aug 7 2006 Quentin Spencer 2.0.0-1 +- New release. +- Build newly added CAMD library. +- Misc minor spec changes. + * Tue Mar 7 2006 Quentin Spencer 1.2-1 - New release. - Build newly added library CXSparse (but not CSparse--see comments From fedora-extras-commits at redhat.com Mon Aug 7 21:49:50 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 7 Aug 2006 14:49:50 -0700 Subject: rpms/contacts/devel contacts.spec,1.3,1.4 Message-ID: <200608072149.k77LnqoD025046@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25029 Modified Files: contacts.spec Log Message: bump Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- contacts.spec 10 Jun 2006 02:32:59 -0000 1.3 +++ contacts.spec 7 Aug 2006 21:49:50 -0000 1.4 @@ -1,6 +1,6 @@ Name: contacts Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contacts addressbook Group: Applications/Productivity @@ -52,6 +52,9 @@ %changelog +* Mon Aug 07 2006 Jesse Keating - 0.1-3 +- Bump for new evo-data-server + * Fri Jun 09 2006 Jesse Keating - 0.1-2 - Bump for newer mock - Add dist From fedora-extras-commits at redhat.com Mon Aug 7 21:52:04 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 14:52:04 -0700 Subject: mock buildsys-build.spec,1.3,1.4 Message-ID: <200608072152.k77Lq4HH025115@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25097 Modified Files: buildsys-build.spec Log Message: modified to match 0.6 branch; bumped version to match mock for this branch Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- buildsys-build.spec 7 Aug 2006 19:24:54 -0000 1.3 +++ buildsys-build.spec 7 Aug 2006 21:52:01 -0000 1.4 @@ -3,8 +3,8 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.5 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -30,21 +30,34 @@ # The rather long-winded format of the conditionals is needed for compatbility # with old rpm versions such as were supplied with Red Hat Linux 7 + +# Fedora block %if "%{?fedora}" != "" Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" Requires: elfutils +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python +%endif %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" + +# RHEL block +%if "%{?el}" != "" +Requires: redhat-release +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%if "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?el}" != "" +# Red Hat Linux [789] block +%if "%{?rhl}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +%if "%{?rhl}" == "9" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +67,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" Requires: redhat-rpm-config %endif %endif @@ -76,6 +89,10 @@ %doc %changelog +* Mon Aug 7 2006 Clark Williams - 0.7-1 +- refactored conditional blocks for simplicity +- bumped version to match mock + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags From fedora-extras-commits at redhat.com Mon Aug 7 21:55:32 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 14:55:32 -0700 Subject: rpms/banshee/devel .cvsignore, 1.6, 1.7 banshee.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200608072155.k77LtYmx025168@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25142 Modified Files: .cvsignore banshee.spec sources Log Message: - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 May 2006 17:48:50 -0000 1.6 +++ .cvsignore 7 Aug 2006 21:55:32 -0000 1.7 @@ -1 +1,2 @@ banshee-0.10.10.tar.gz +banshee-0.10.11.tar.gz Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- banshee.spec 16 Jun 2006 17:22:25 -0000 1.12 +++ banshee.spec 7 Aug 2006 21:55:32 -0000 1.13 @@ -1,6 +1,6 @@ Name: banshee -Version: 0.10.10 -Release: 2%{?dist} +Version: 0.10.11 +Release: 1%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -23,6 +23,7 @@ BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gnome-desktop-devel BuildRequires: nautilus-cd-burner-devel +BuildRequires: dbus-sharp-devel Requires: libipoddevice Requires(post): GConf2 @@ -100,6 +101,10 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 +- Update to 0.10.11 +- Buildrequire: dbus-sharp-devel, because configure looks for it + * Fri Jun 16 2006 Jeremy Katz - 0.10.10-2 - rebuild against new nautilus-cd-burner - hack to get it to build Index: sources =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 May 2006 17:48:50 -0000 1.6 +++ sources 7 Aug 2006 21:55:32 -0000 1.7 @@ -1 +1 @@ -cb553f5bc6dc14b7afa44349d025bbdc banshee-0.10.10.tar.gz +564479e2e9f16af38f651868dd52ec39 banshee-0.10.11.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 22:07:22 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:07:22 -0700 Subject: rpms/boo import.log,1.4,1.5 Message-ID: <200608072207.k77M7sh7027893@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27861 Modified Files: import.log Log Message: auto-import boo-0.7.6.2237-8 on branch FC-5 from boo-0.7.6.2237-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/boo/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 27 Jul 2006 21:38:12 -0000 1.4 +++ import.log 7 Aug 2006 22:07:22 -0000 1.5 @@ -1,3 +1,4 @@ boo-0_7_6_2237-6:HEAD:boo-0.7.6.2237-6.src.rpm:1153901939 boo-0_7_6_2237-7:HEAD:boo-0.7.6.2237-7.src.rpm:1153922036 boo-0_7_6_2237-7:FC-5:boo-0.7.6.2237-7.src.rpm:1154036287 +boo-0_7_6_2237-8:FC-5:boo-0.7.6.2237-8.src.rpm:1154988437 From fedora-extras-commits at redhat.com Mon Aug 7 22:07:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:07:23 -0700 Subject: rpms/boo/FC-5 boo.spec,1.2,1.3 Message-ID: <200608072207.k77M7tUM027896@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27861/FC-5 Modified Files: boo.spec Log Message: auto-import boo-0.7.6.2237-8 on branch FC-5 from boo-0.7.6.2237-8.src.rpm Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boo.spec 26 Jul 2006 13:54:03 -0000 1.2 +++ boo.spec 7 Aug 2006 22:07:22 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,11 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%if "%fedora" == "5" + %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%else + %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%endif %{_datadir}/mime/packages/boo* %{_datadir}/mime-info/boo* @@ -59,6 +63,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Mon Aug 07 2006 Paul F. Johnson 0.7.6.2237-8 +- adds conditional for boo.lang - not required in FC6 + * Wed Jul 26 2006 Paul F. Johnson 0.7.6.2237-7 - claims ownership of monodir-boo now From fedora-extras-commits at redhat.com Mon Aug 7 22:08:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:08:47 -0700 Subject: rpms/boo import.log,1.5,1.6 Message-ID: <200608072208.k77M8nOU027982@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27951 Modified Files: import.log Log Message: auto-import boo-0.7.6.2237-8 on branch devel from boo-0.7.6.2237-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/boo/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 7 Aug 2006 22:07:22 -0000 1.5 +++ import.log 7 Aug 2006 22:08:47 -0000 1.6 @@ -2,3 +2,4 @@ boo-0_7_6_2237-7:HEAD:boo-0.7.6.2237-7.src.rpm:1153922036 boo-0_7_6_2237-7:FC-5:boo-0.7.6.2237-7.src.rpm:1154036287 boo-0_7_6_2237-8:FC-5:boo-0.7.6.2237-8.src.rpm:1154988437 +boo-0_7_6_2237-8:HEAD:boo-0.7.6.2237-8.src.rpm:1154988521 From fedora-extras-commits at redhat.com Mon Aug 7 22:08:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:08:47 -0700 Subject: rpms/boo/devel boo.spec,1.2,1.3 Message-ID: <200608072208.k77M8nwv027986@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27951/devel Modified Files: boo.spec Log Message: auto-import boo-0.7.6.2237-8 on branch devel from boo-0.7.6.2237-8.src.rpm Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/devel/boo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boo.spec 26 Jul 2006 13:54:03 -0000 1.2 +++ boo.spec 7 Aug 2006 22:08:47 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,11 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%if "%fedora" == "5" + %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%else + %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%endif %{_datadir}/mime/packages/boo* %{_datadir}/mime-info/boo* @@ -59,6 +63,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Mon Aug 07 2006 Paul F. Johnson 0.7.6.2237-8 +- adds conditional for boo.lang - not required in FC6 + * Wed Jul 26 2006 Paul F. Johnson 0.7.6.2237-7 - claims ownership of monodir-boo now From fedora-extras-commits at redhat.com Mon Aug 7 22:25:22 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 15:25:22 -0700 Subject: rpms/banshee/devel banshee.spec,1.13,1.14 Message-ID: <200608072225.k77MPOcb028247@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28230 Modified Files: banshee.spec Log Message: - Buildrequire: gettext-devel, because configure looks for its copy of msgfmt Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- banshee.spec 7 Aug 2006 21:55:32 -0000 1.13 +++ banshee.spec 7 Aug 2006 22:25:22 -0000 1.14 @@ -24,6 +24,7 @@ BuildRequires: gnome-desktop-devel BuildRequires: nautilus-cd-burner-devel BuildRequires: dbus-sharp-devel +BuildRequires: gettext-devel Requires: libipoddevice Requires(post): GConf2 @@ -104,6 +105,7 @@ * Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it +- Buildrequire: gettext-devel, because configure looks for its copy of msgfmt * Fri Jun 16 2006 Jeremy Katz - 0.10.10-2 - rebuild against new nautilus-cd-burner From fedora-extras-commits at redhat.com Mon Aug 7 22:43:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 15:43:45 -0700 Subject: rpms/plplot/devel plplot.spec,1.15,1.16 Message-ID: <200608072243.k77Mhl3w028387@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28370 Modified Files: plplot.spec Log Message: Add BR ncurses-devel Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plplot.spec 7 Aug 2006 21:39:24 -0000 1.15 +++ plplot.spec 7 Aug 2006 22:43:45 -0000 1.16 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran, freetype-devel, octave-devel, qhull-devel -BuildRequires: java-devel, libgcj-devel +BuildRequires: java-devel, libgcj-devel, ncurses-devel BuildRequires: gd-devel, tcl-devel, tk-devel BuildRequires: python-devel, pygtk2-devel, python-numeric BuildRequires: libgnomeui-devel, libgnomeprintui22-devel, gnome-python2 @@ -349,6 +349,9 @@ %changelog +* Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 +- Add BR ncurses-devel + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 7 23:13:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 16:13:08 -0700 Subject: rpms/liferea/devel .cvsignore, 1.31, 1.32 liferea.spec, 1.44, 1.45 sources, 1.32, 1.33 Message-ID: <200608072313.k77NDA3A031140@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31119 Modified Files: .cvsignore liferea.spec sources Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Update to 1.0.20. (#199222) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 28 Jul 2006 17:03:46 -0000 1.31 +++ .cvsignore 7 Aug 2006 23:13:08 -0000 1.32 @@ -1 +1 @@ -liferea-1.0.18.tar.gz +liferea-1.0.20.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- liferea.spec 28 Jul 2006 17:03:46 -0000 1.44 +++ liferea.spec 7 Aug 2006 23:13:08 -0000 1.45 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: liferea -Version: 1.0.18 +Version: 1.0.20 Release: 3%{?dist} Summary: An RSS/RDF feed reader @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkhtml2-devel -BuildRequires: mozilla-devel +BuildRequires: firefox-devel BuildRequires: GConf2-devel BuildRequires: libX11-devel BuildRequires: libSM-devel @@ -106,6 +106,13 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-3 +- Update to 1.0.20. (#199222) + +* Mon Jul 31 2006 Brian Pepple - 1.0.19-3 +- Update to 1.0.19. +- Build against firefox instead of mozilla. (#145752) + * Fri Jul 28 2006 Brian Pepple - 1.0.18-3 - Update to 1.0.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 28 Jul 2006 17:03:46 -0000 1.32 +++ sources 7 Aug 2006 23:13:08 -0000 1.33 @@ -1 +1 @@ -1bedab466eee66e6063e55492d98c37e liferea-1.0.18.tar.gz +88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 23:14:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 16:14:48 -0700 Subject: rpms/liferea/FC-5 .cvsignore, 1.31, 1.32 liferea.spec, 1.43, 1.44 sources, 1.32, 1.33 Message-ID: <200608072314.k77NEoYo031229@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31208 Modified Files: .cvsignore liferea.spec sources Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-2 - Update to 1.0.20. (#199222) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 28 Jul 2006 17:05:15 -0000 1.31 +++ .cvsignore 7 Aug 2006 23:14:47 -0000 1.32 @@ -1 +1 @@ -liferea-1.0.18.tar.gz +liferea-1.0.20.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- liferea.spec 28 Jul 2006 17:05:15 -0000 1.43 +++ liferea.spec 7 Aug 2006 23:14:47 -0000 1.44 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: liferea -Version: 1.0.18 +Version: 1.0.20 Release: 2%{?dist} Summary: An RSS/RDF feed reader @@ -106,6 +106,12 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-2 +- Update to 1.0.20. (#199222) + +* Mon Jul 31 2006 Brian Pepple - 1.0.19-2 +- Update to 1.0.19. + * Wed Jul 26 2006 Brian Pepple - 1.0.18-2 - Update to 1.0.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 28 Jul 2006 17:05:15 -0000 1.32 +++ sources 7 Aug 2006 23:14:47 -0000 1.33 @@ -1 +1 @@ -1bedab466eee66e6063e55492d98c37e liferea-1.0.18.tar.gz +88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 23:58:13 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 7 Aug 2006 16:58:13 -0700 Subject: rpms/paps/devel README, NONE, 1.1 Makefile, 1.1, NONE paps-0.6.3-formfeed.patch, 1.1, NONE paps-0.6.6-encoding.patch, 1.2, NONE paps-0.6.6-font-option.patch, 1.1, NONE paps-0.6.6-lcctype.patch, 1.1, NONE paps-0.6.6-segfault.patch, 1.1, NONE paps-0.6.6-wordwrap.patch, 1.1, NONE paps-makefile.patch, 1.1, NONE paps-typo-font-scale.patch, 1.1, NONE paps.spec, 1.18, NONE sources, 1.8, NONE Message-ID: <200608072358.k77NwFGP031469@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31453 Added Files: README Removed Files: Makefile paps-0.6.3-formfeed.patch paps-0.6.6-encoding.patch paps-0.6.6-font-option.patch paps-0.6.6-lcctype.patch paps-0.6.6-segfault.patch paps-0.6.6-wordwrap.patch paps-makefile.patch paps-typo-font-scale.patch paps.spec sources Log Message: --- NEW FILE README --- paps has been moved into Core. --- Makefile DELETED --- --- paps-0.6.3-formfeed.patch DELETED --- --- paps-0.6.6-encoding.patch DELETED --- --- paps-0.6.6-font-option.patch DELETED --- --- paps-0.6.6-lcctype.patch DELETED --- --- paps-0.6.6-segfault.patch DELETED --- --- paps-0.6.6-wordwrap.patch DELETED --- --- paps-makefile.patch DELETED --- --- paps-typo-font-scale.patch DELETED --- --- paps.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 00:21:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 17:21:05 -0700 Subject: rpms/liferea/devel liferea.spec,1.45,1.46 Message-ID: <200608080021.k780L7qv001713@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1696 Modified Files: liferea.spec Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-4 - Add requires on specified version of firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- liferea.spec 7 Aug 2006 23:13:08 -0000 1.45 +++ liferea.spec 8 Aug 2006 00:21:05 -0000 1.46 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.20 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,6 +23,8 @@ BuildRequires: dbus-devel %endif +Requires: firefox = 1.5.0.5 + Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -106,6 +108,9 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-4 +- Add requires on specified version of firefox. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Update to 1.0.20. (#199222) From fedora-extras-commits at redhat.com Tue Aug 8 00:21:56 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 17:21:56 -0700 Subject: rpms/liferea/FC-5 liferea.spec,1.44,1.45 Message-ID: <200608080021.k780LwAV001750@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733 Modified Files: liferea.spec Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Add requires on specified version of mozilla. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- liferea.spec 7 Aug 2006 23:14:47 -0000 1.44 +++ liferea.spec 8 Aug 2006 00:21:56 -0000 1.45 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,6 +23,8 @@ BuildRequires: dbus-devel %endif +Requires: mozilla = 37:1.7.13 + Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -106,6 +108,9 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-3 +- Add requires on specified version of mozilla. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-2 - Update to 1.0.20. (#199222) From fedora-extras-commits at redhat.com Tue Aug 8 05:17:07 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 22:17:07 -0700 Subject: rpms/s3switch/devel .cvsignore,1.5,1.6 sources,1.5,1.6 Message-ID: <200608080517.k785H9cR017104@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17085 Modified Files: .cvsignore sources Log Message: added pam file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 20:31:47 -0000 1.5 +++ .cvsignore 8 Aug 2006 05:17:07 -0000 1.6 @@ -1,2 +1,3 @@ s3ssrc.zip s3switch_0.0.20030423-2.diff.gz +s3switch.pam Index: sources =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 20:29:10 -0000 1.5 +++ sources 8 Aug 2006 05:17:07 -0000 1.6 @@ -1,2 +1,3 @@ 1328b070343ac79c5ed4c613a1113754 s3ssrc.zip 459e6c8efc86d75d66250c3cd4a47672 s3switch_0.0.20030423-2.diff.gz +ccdec41f1b7cd5fdb552e94d4c478647 s3switch.pam From fedora-extras-commits at redhat.com Tue Aug 8 05:59:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 22:59:05 -0700 Subject: rpms/perl-POE-Component-Client-DNS/FC-4 Makefile, 1.1, NONE branch, 1.1, NONE perl-POE-Component-Client-DNS.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200608080559.k785x7xT017230@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17215 Removed Files: Makefile branch perl-POE-Component-Client-DNS.spec sources Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- Makefile DELETED --- --- branch DELETED --- --- perl-POE-Component-Client-DNS.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 05:59:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 22:59:38 -0700 Subject: rpms/perl-POE-Component-Client-DNS/FC-4 .cvsignore,1.2,NONE Message-ID: <200608080559.k785xemZ017256@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17241 Removed Files: .cvsignore Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 06:00:20 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 23:00:20 -0700 Subject: rpms/perl-POE-Component-IRC/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE perl-POE-Component-IRC.spec, 1.3, NONE sources, 1.2, NONE Message-ID: <200608080600.k7860Mac017290@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17275 Removed Files: .cvsignore Makefile branch perl-POE-Component-IRC.spec sources Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- perl-POE-Component-IRC.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 07:39:27 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Tue, 8 Aug 2006 00:39:27 -0700 Subject: rpms/ghdl/FC-5 ghdl-svn60.patch, NONE, 1.1 ghdl.spec, 1.15, 1.16 ghdl-svn59.patch, 1.1, NONE Message-ID: <200608080739.k787dT5g023833@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23813 Modified Files: ghdl.spec Added Files: ghdl-svn60.patch Removed Files: ghdl-svn59.patch Log Message: update to svn60 ghdl-svn60.patch: --- NEW FILE ghdl-svn60.patch --- diff -urN ghdl-0.24-orig/vhdl/canon.adb ghdl-0.24/vhdl/canon.adb --- ghdl-0.24-orig/vhdl/canon.adb 2006-06-19 21:05:08.000000000 +0200 +++ ghdl-0.24/vhdl/canon.adb 2006-08-06 20:16:50.000000000 +0200 @@ -226,7 +226,8 @@ | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Iterator_Declaration | Iir_Kind_Variable_Declaration - | Iir_Kind_Variable_Interface_Declaration => + | Iir_Kind_Variable_Interface_Declaration + | Iir_Kind_File_Declaration => null; when Iir_Kind_Left_Array_Attribute diff -urN ghdl-0.24-orig/vhdl/disp_vhdl.adb ghdl-0.24/vhdl/disp_vhdl.adb --- ghdl-0.24-orig/vhdl/disp_vhdl.adb 2005-10-08 14:29:56.000000000 +0200 +++ ghdl-0.24/vhdl/disp_vhdl.adb 2006-08-06 20:16:50.000000000 +0200 @@ -680,6 +680,8 @@ Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; diff -urN ghdl-0.24-orig/vhdl/ghdl.texi ghdl-0.24/vhdl/ghdl.texi --- ghdl-0.24-orig/vhdl/ghdl.texi 2006-06-17 02:14:11.000000000 +0200 +++ ghdl-0.24/vhdl/ghdl.texi 2006-08-06 20:16:41.000000000 +0200 @@ -11,7 +11,7 @@ @titlepage @title GHDL guide @subtitle GHDL, a VHDL compiler - at subtitle For GHDL version 0.22 (Sokcho edition) + at subtitle For GHDL version 0.25 (Sokcho edition) @author Tristan Gingold @c The following two commands start the copyright page. @page @@ -163,10 +163,14 @@ the analysis time should be shorter than with a compiler using an intermediary language. +The Windows(TM) version of @code{GHDL} is not based on @code{GCC} but on +an internal code generator. + The current version of @code{GHDL} does not contain any graphical viewer: you cannot see signal waves. You can still check with a test bench. The current version can produce a @code{VCD} file which can be -viewed with a wave viewer. +viewed with a wave viewer, as well as @code{ghw} files to be viewed by + at samp{gtkwave}. @code{GHDL} aims at implementing @code{VHDL} as defined by IEEE 1076. It supports most of the 1987 standard and most features added by the @@ -217,9 +221,10 @@ @smallexample $ ghdl -a hello.vhdl @end smallexample -This command generates a file @file{hello.o}, which is the object file -corresponding to your VHDL program. This command also creates or updates -a file @file{work-obj93.cf}, which describes the library @samp{work}. +This command creates or updates a file @file{work-obj93.cf}, which +describes the library @samp{work}. On GNU/Linux, this command generates a +file @file{hello.o}, which is the object file corresponding to your +VHDL program. The object file is not created on Windows. Then, you have to build an executable file. @smallexample @@ -229,7 +234,8 @@ creates code in order to elaborate a design, with the @samp{hello} entity at the top of the hierarchy. -The result is an executable program called @file{hello} which can be run: +On GNU/Linux, the result is an executable program called @file{hello} +which can be run: @smallexample $ ghdl -r hello_world @end smallexample @@ -238,7 +244,12 @@ $ ./hello_world @end smallexample -and which should display: +On Windows, no file is created. The simulation is launched using this command: + at smallexample +> ghdl -r hello_world + at end smallexample + +The result of the simulation appears on the screen: @smallexample Hello world! @end smallexample @@ -558,10 +569,13 @@ $ ghdl -e [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample -The @dfn{elaboration} command creates an executable containing the -code of the @code{VHDL} sources, the elaboration code and simulation -code to execute a design hiearachy. The elaboration command is selected -with @var{-e} switch, and must be followed by either: +On GNU/Linux the @dfn{elaboration} command creates an executable +containing the code of the @code{VHDL} sources, the elaboration code +and simulation code to execute a design hiearachy. On Windows this +command elaborates the design but does not generate anything. + +The elaboration command is selected with @var{-e} switch, and must be +followed by either: @itemize @bullet @item a name of a configuration unit @@ -576,9 +590,10 @@ @xref{Top entity}, for the restrictions on the root design of a hierarchy. -The file name of the executable is the name of the primary unit, or for -the later case, the concatenation of the name of the primary unit, a -dash, and the name of the secondary unit (or architecture). +On GNU/Linux the file name of the executable is the name of the +primary unit, or for the later case, the concatenation of the name of +the primary unit, a dash, and the name of the secondary unit (or +architecture). On Windows there is no executable generated. The @option{-o} followed by a file name can override the default executable file name. @@ -603,9 +618,10 @@ $ ghdl -r @var{primary_unit} [@var{secondary_unit}] [@var{simulation_options}] @end smallexample -The arguments are the same as the @xref{Elaboration command}. This command -simply build the filename of the executable and execute it. You may also -directly execute the program. +The arguments are the same as the @xref{Elaboration command}. + +On GNU/Linux this command simply build the filename of the executable +and execute it. You may also directly execute the program. This command exists for three reasons: @itemize @bullet{} @@ -614,10 +630,12 @@ @item It is coherent with the @samp{-a} and @samp{-e} commands. @item -It will work with future implementations, where the code is generated in +It works with the Windows implementation, where the code is generated in memory. @end itemize +On Windows this command elaborate and launch the simulation. + @xref{Simulation and run time}, for details on options. @node Elaborate and run command, Bind command, Run command, Building commands @@ -644,6 +662,8 @@ $ ghdl --bind [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This performs only the first stage of the elaboration command; the list of objects files is created but the executable is not built. This command should be used only when the main entry point is not ghdl. @@ -672,6 +692,8 @@ $ ghdl --list-link @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This command may be used only after a bind command. GHDL displays all the files which will be linked to create an executable. This command is intended to add object files in a link of an foreign program. @@ -683,7 +705,7 @@ Analyze files but do not generate code. @smallexample -$ ghdl -a [@var{options}] @var{files} +$ ghdl -s [@var{options}] @var{files} @end smallexample This command may be used to check the syntax of files. It does not update @@ -695,13 +717,19 @@ @cindex @option{-c} command Analyze files and elaborate in the same time. +On GNU/Linux: @smallexample $ ghdl -c [@var{options}] @var{file}@dots{} -e @var{primary_unit} [@var{secondary_unit}] @end smallexample +On Windows: + at smallexample +$ ghdl -c [@var{options}] @var{file}@dots{} -r @var{primary_unit} [@var{secondary_unit}] + at end smallexample + This command combines analyze and elaboration: @var{file}s are analyzed and the unit is then elaborated. However, code is only generated during the -elaboration. +elaboration. On Windows the simulation is launched. To be more precise, the files are first parsed, and then the elaboration drives the analysis. Therefore, there is no analysis order, and you don't @@ -878,6 +906,9 @@ @node Passing options to other programs, GHDL warnings, GHDL options, Invoking GHDL @comment node-name, next, previous, up @section Passing options to other programs + +These options are only available on GNU/Linux. + For many commands, @code{GHDL} acts as a driver: it invokes programs to perform the command. You can pass arbritrary options to these programs. @@ -1671,6 +1702,8 @@ @section Debugging VHDL programs @cindex debugging @cindex @code{__ghdl_fatal} +Debugging VHDL programs usign @code{GDB} is possible only on GNU/Linux systems. + @code{GDB} is a general purpose debugger for programs compiled by @code{GCC}. Currently, there is no VHDL support for @code{GDB}. It may be difficult to inspect variables or signals in @code{GDB}, however, @code{GDB} is @@ -1949,6 +1982,8 @@ @cindex foreign @cindex VHPI @cindex VHPIDIRECT +Interfacing with foreign languages is possible only on GNU/Linux systems. + You can define a subprogram in a foreign language (such as @code{C} or @code{Ada}) and import it in a VHDL design. diff -urN ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb ghdl-0.24/vhdl/grt/grt-avhpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-avhpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -330,7 +330,7 @@ end; when Ghdl_Rtik_Type_B2 | Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 => + | Ghdl_Rtik_Type_E32 => Res := (Kind => VhpiEnumTypeDeclK, Ctxt => Ctxt, Atype => Rti); diff -urN ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb ghdl-0.24/vhdl/grt/grt-rtis_addr.adb --- ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-rtis_addr.adb 2006-08-06 20:16:45.000000000 +0200 @@ -253,7 +253,7 @@ return To_Ghdl_Rti_Access (To_Ghdl_Rtin_Subtype_Array_Acc (Atype).Basetype); when Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 + | Ghdl_Rtik_Type_E32 | Ghdl_Rtik_Type_B2 => return Atype; when others => diff -urN ghdl-0.24-orig/vhdl/grt/grt-signals.ads ghdl-0.24/vhdl/grt/grt-signals.ads --- ghdl-0.24-orig/vhdl/grt/grt-signals.ads 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-signals.ads 2006-08-06 20:16:45.000000000 +0200 @@ -382,6 +382,10 @@ -- Update signals. procedure Update_Signals; + -- Set the effective value of signal SIG to VAL. + -- If the value is different from the previous one, resume processes. + procedure Set_Effective_Value (Sig : Ghdl_Signal_Ptr; Val : Value_Union); + -- Add PROC in the list of processes to be resumed in case of event on -- SIG. procedure Resume_Process_If_Event diff -urN ghdl-0.24-orig/vhdl/grt/grt-vpi.adb ghdl-0.24/vhdl/grt/grt-vpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-vpi.adb 2005-12-12 04:30:54.000000000 +0100 +++ ghdl-0.24/vhdl/grt/grt-vpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -507,6 +507,189 @@ end vpi_get_value; ------------------------------------------------------------------------ + -- void vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + -- Alter the simulation value of an object. + -- see IEEE 1364-2001, chapter 27.14, page 675 + -- FIXME + + procedure ii_vpi_put_value_bin_str_B2 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + -- use the Set_Effective_Value procedure to update the signal + case Value is + when '0' => + Tempval.B2 := false; + when '1' => + Tempval.B2 := true; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B2: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_B2; + + procedure ii_vpi_put_value_bin_str_E8 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + case Value is + when 'U' => + Tempval.E8 := 0; + when 'X' => + Tempval.E8 := 1; + when '0' => + Tempval.E8 := 2; + when '1' => + Tempval.E8 := 3; + when 'Z' => + Tempval.E8 := 4; + when 'W' => + Tempval.E8 := 5; + when 'L' => + Tempval.E8 := 6; + when 'H' => + Tempval.E8 := 7; + when '-' => + Tempval.E8 := 8; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B8: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_E8; + + + procedure ii_vpi_put_value_bin_str(Obj : VhpiHandleT; + ValueStr : Ghdl_C_String) + is + Info : Verilog_Wire_Info; + Len : Ghdl_Index_Type; + begin + -- Check the Obj type. + -- * The vpiHandle has a reference (field Ref) to a VhpiHandleT + -- when it doesnt come from a callback. + case Vhpi_Get_Kind(Obj) is + when VhpiPortDeclK + | VhpiSigDeclK => + null; + when others => + return; + end case; + + -- The following code segment was copied from the + -- ii_vpi_get_value function. + -- Get verilog compat info. + Get_Verilog_Wire (Obj, Info); + if Info.Kind = Vcd_Bad then + return; + end if; + + if Info.Irange = null then + Len := 1; + else + Len := Info.Irange.I32.Len; + end if; + + -- Step 1: convert vpi object to internal format. + -- p_vpi_handle -> Ghdl_Signal_Ptr + -- To_Signal_Arr_Ptr (Info.Addr) does part of the magic + + -- Step 2: convert datum to appropriate type. + -- Ghdl_C_String -> Value_Union + + -- Step 3: assigns value to object using Set_Effective_Value + -- call (from grt-signals) + -- Set_Effective_Value(sig_ptr, conv_value); + + + -- Took the skeleton from ii_vpi_get_value function + -- This point of the function must convert the string value to the + -- native ghdl format. + case Info.Kind is + when Vcd_Bad => + return; + when Vcd_Bit + | Vcd_Bool + | Vcd_Bitvector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_B2( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Stdlogic + | Vcd_Stdlogic_Vector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_E8( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Integer32 => + null; + end case; + + -- Always return null, because this simulation kernel cannot send + -- a handle to the event back. + return; + end ii_vpi_put_value_bin_str; + + + -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + function vpi_put_value (aObj: vpiHandle; + aValue: p_vpi_value; + aWhen: p_vpi_time; + aFlags: integer) + return vpiHandle + is + pragma Unreferenced (aWhen); + pragma Unreferenced (aFlags); + begin + -- A very simple write procedure for VPI. + -- Basically, it accepts bin_str values and converts to appropriate + -- types (only std_logic and bit values and vectors). + + -- It'll use Set_Effective_Value procedure to update signals + + -- Ignoring aWhen and aFlags, for now. + + -- Checks the format of aValue. Only vpiBinStrVal will be accepted + -- for now. + case aValue.Format is + when vpiObjTypeVal=> + dbgPut_Line ("vpi_put_value: vpiObjTypeVal"); + when vpiBinStrVal=> + ii_vpi_put_value_bin_str(aObj.Ref, aValue.Str); + dbgPut_Line ("vpi_put_value: vpiBinStrVal"); + when vpiOctStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiOctStrVal"); + when vpiDecStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiDecStrVal"); + when vpiHexStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiHexStrVal"); + when vpiScalarVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiScalarVal"); + when vpiIntVal=> + dbgPut_Line ("vpi_put_value: vpiIntVal"); + when vpiRealVal=> dbgPut_Line("vpi_put_value: vpiRealVal"); + when vpiStringVal=> dbgPut_Line("vpi_put_value: vpiStringVal"); + when vpiTimeVal=> dbgPut_Line("vpi_put_value: vpiTimeVal"); + when vpiVectorVal=> dbgPut_Line("vpi_put_value: vpiVectorVal"); + when vpiStrengthVal=> dbgPut_Line("vpi_put_value: vpiStrengthVal"); + when others=> dbgPut_Line("vpi_put_value: unknown mFormat"); + end case; + + -- Must return a scheduled event caused by vpi_put_value() + -- Still dont know how to do it. + return null; + end vpi_put_value; + + ------------------------------------------------------------------------ -- void vpi_get_time(vpiHandle obj, s_vpi_time*t); -- see IEEE 1364-2001, page xxx Sim_Time : Std_Time; @@ -631,22 +814,6 @@ return 0; end vpi_mcd_open; - -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, - -- p_vpi_time when, int flags) - function vpi_put_value (aObj: vpiHandle; - aValue: p_vpi_value; - aWhen: p_vpi_time; - aFlags: integer) - return vpiHandle - is - pragma Unreferenced (aObj); - pragma Unreferenced (aValue); - pragma Unreferenced (aWhen); - pragma Unreferenced (aFlags); - begin - return null; - end vpi_put_value; - -- void vpi_register_systf(const struct t_vpi_systf_data*ss) procedure vpi_register_systf(aSs: System.Address) is diff -urN ghdl-0.24-orig/vhdl/iirs.adb ghdl-0.24/vhdl/iirs.adb --- ghdl-0.24-orig/vhdl/iirs.adb 2005-11-14 21:44:55.000000000 +0100 +++ ghdl-0.24/vhdl/iirs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -449,14 +449,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -473,6 +465,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => return Format_Short; when Iir_Kind_Design_File @@ -2276,14 +2276,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -2298,6 +2290,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5326,14 +5326,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5348,6 +5340,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5654,14 +5654,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5676,6 +5668,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5724,10 +5724,10 @@ | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute => + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Index_Subtype", Target); @@ -5757,18 +5757,18 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute + | Iir_Kind_Delayed_Attribute + | Iir_Kind_Stable_Attribute + | Iir_Kind_Quiet_Attribute + | Iir_Kind_Transaction_Attribute | Iir_Kind_Left_Array_Attribute | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute | Iir_Kind_Ascending_Array_Attribute - | Iir_Kind_Delayed_Attribute - | Iir_Kind_Stable_Attribute - | Iir_Kind_Quiet_Attribute - | Iir_Kind_Transaction_Attribute => + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Parameter", Target); diff -urN ghdl-0.24-orig/vhdl/iirs.ads ghdl-0.24/vhdl/iirs.ads --- ghdl-0.24-orig/vhdl/iirs.ads 2006-06-20 21:10:58.000000000 +0200 +++ ghdl-0.24/vhdl/iirs.ads 2006-08-06 20:16:50.000000000 +0200 @@ -2646,14 +2646,6 @@ Iir_Kind_Pred_Attribute, -- scalar_type_attribute Iir_Kind_Leftof_Attribute, -- scalar_type_attribute Iir_Kind_Rightof_Attribute, -- scalar_type_attribute - Iir_Kind_Left_Array_Attribute, -- array_attribute - Iir_Kind_Right_Array_Attribute, -- array_attribute - Iir_Kind_High_Array_Attribute, -- array_attribute - Iir_Kind_Low_Array_Attribute, -- array_attribute - Iir_Kind_Range_Array_Attribute, -- array_attribute - Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute - Iir_Kind_Length_Array_Attribute, -- array_attribute - Iir_Kind_Ascending_Array_Attribute, -- array_attribute Iir_Kind_Delayed_Attribute, -- signal_attribute Iir_Kind_Stable_Attribute, -- signal_attribute Iir_Kind_Quiet_Attribute, -- signal_attribute @@ -2670,6 +2662,14 @@ Iir_Kind_Simple_Name_Attribute, Iir_Kind_Instance_Name_Attribute, Iir_Kind_Path_Name_Attribute, + Iir_Kind_Left_Array_Attribute, -- array_attribute + Iir_Kind_Right_Array_Attribute, -- array_attribute + Iir_Kind_High_Array_Attribute, -- array_attribute + Iir_Kind_Low_Array_Attribute, -- array_attribute + Iir_Kind_Length_Array_Attribute, -- array_attribute + Iir_Kind_Ascending_Array_Attribute, -- array_attribute + Iir_Kind_Range_Array_Attribute, -- array_attribute + Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute Iir_Kind_Attribute_Name ); @@ -3205,14 +3205,6 @@ --Iir_Kind_Pred_Attribute --Iir_Kind_Leftof_Attribute --Iir_Kind_Rightof_Attribute - --Iir_Kind_Left_Array_Attribute - --Iir_Kind_Right_Array_Attribute - --Iir_Kind_High_Array_Attribute - --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute - --Iir_Kind_Length_Array_Attribute - --Iir_Kind_Ascending_Array_Attribute --Iir_Kind_Delayed_Attribute --Iir_Kind_Stable_Attribute --Iir_Kind_Quiet_Attribute @@ -3228,7 +3220,14 @@ --Iir_Kind_Structure_Attribute --Iir_Kind_Simple_Name_Attribute --Iir_Kind_Instance_Name_Attribute - Iir_Kind_Path_Name_Attribute; + --Iir_Kind_Path_Name_Attribute + --Iir_Kind_Left_Array_Attribute + --Iir_Kind_Right_Array_Attribute + --Iir_Kind_High_Array_Attribute + --Iir_Kind_Low_Array_Attribute + --Iir_Kind_Length_Array_Attribute + Iir_Kind_Ascending_Array_Attribute; + subtype Iir_Kinds_Attribute is Iir_Kind range Iir_Kind_Base_Attribute .. @@ -3254,10 +3253,10 @@ --Iir_Kind_Right_Array_Attribute --Iir_Kind_High_Array_Attribute --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute --Iir_Kind_Length_Array_Attribute - Iir_Kind_Ascending_Array_Attribute; + --Iir_Kind_Ascending_Array_Attribute + --Iir_Kind_Range_Array_Attribute + Iir_Kind_Reverse_Range_Array_Attribute; subtype Iir_Kinds_Signal_Attribute is Iir_Kind range Iir_Kind_Delayed_Attribute .. diff -urN ghdl-0.24-orig/vhdl/lang-specs.h ghdl-0.24/vhdl/lang-specs.h --- ghdl-0.24-orig/vhdl/lang-specs.h 2005-02-27 18:00:59.000000000 +0100 +++ ghdl-0.24/vhdl/lang-specs.h 2006-08-06 20:16:44.000000000 +0200 @@ -22,7 +22,7 @@ /* This is the contribution to the `default_compilers' array in gcc.c for GHDL. */ - {".vhd", "@vhdl", 0}, - {".vhdl", "@vhdl", 0}, + {".vhd", "@vhdl", 0, 0, 0}, + {".vhdl", "@vhdl", 0, 0, 0}, {"@vhdl", - "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0}, + "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 0, 0}, diff -urN ghdl-0.24-orig/vhdl/Makefile.in ghdl-0.24/vhdl/Makefile.in --- ghdl-0.24-orig/vhdl/Makefile.in 2006-06-25 06:42:09.000000000 +0200 +++ ghdl-0.24/vhdl/Makefile.in 2006-08-06 20:23:11.000000000 +0200 @@ -315,7 +315,7 @@ prev=`pwd`; cd $(SYN93_DIR); \ $(CP) ../ieee/ieee-obj93.cf .; \ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done; \ for i in $(SYNOPSYS93_BSRCS); do \ @@ -330,7 +330,7 @@ prev=`pwd`; cd $(MENTOR93_DIR); \ $(CP) ../ieee/ieee-obj93.cf . ;\ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done ; \ for i in $(MENTOR93_BSRCS); do \ @@ -451,6 +451,11 @@ GRT_TARGET_OBJS=amd64.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) endif +ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) + GRT_TARGET_OBJS=i386.o linux.o times.o + GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) + ADAC=gnatgcc +endif ifeq ($(filter-out sparc solaris%,$(arch) $(osys)),) GRT_TARGET_OBJS=sparc.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm diff -urN ghdl-0.24-orig/vhdl/scan-scan_literal.adb ghdl-0.24/vhdl/scan-scan_literal.adb --- ghdl-0.24-orig/vhdl/scan-scan_literal.adb 2005-09-22 23:30:52.000000000 +0200 +++ ghdl-0.24/vhdl/scan-scan_literal.adb 2006-08-06 20:16:50.000000000 +0200 @@ -228,6 +228,8 @@ Dividend : Uint16_Array (0 .. Nbr_Digits); A_F : constant Sint16 := First_Digit (A); B_F : constant Sint16 := First_Digit (B); + + -- Digit corresponding to the first digit of B. Doff : constant Sint16 := Dividend'Last - B_F; Q : Uint16; C, N_C : Uint16; @@ -238,6 +240,9 @@ end if; -- Copy and shift dividend. + -- Bit 15 of the most significant digit of A becomes bit 0 of the + -- most significant digit of DIVIDEND. Therefore we are sure + -- DIVIDEND < B (after realignment). C := 0; for K in 0 .. A_F loop N_C := Shift_Right (A.S (K), 15); @@ -249,6 +254,7 @@ Dividend (0 .. Dividend'last - 2 - A_F) := (others => 0); -- Algorithm is the same as division by hand. + C := 0; for I in reverse Digit_Range loop Q := 0; for J in 0 .. 15 loop @@ -271,7 +277,13 @@ Tmp (K) := Dividend (Doff + K) - V16; end loop; + -- If the last shift creates a carry, we are sure Dividend > B + if C /= 0 then + Borrow := 0; + end if; + Q := Q * 2; + -- Begin of : Dividend = Dividend * 2 C := 0; for K in 0 .. Doff - 1 loop N_C := Shift_Right (Dividend (K), 15); @@ -280,13 +292,17 @@ end loop; if Borrow = 0 then + -- Dividend > B Q := Q + 1; + -- Dividend = Tmp * 2 + -- = (Dividend - B) * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Tmp (K - Doff), 15); Dividend (K) := Shift_Left (Tmp (K - Doff), 1) or C; C := N_C; end loop; else + -- Dividend = Dividend * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Dividend (K), 15); Dividend (K) := Shift_Left (Dividend (K), 1) or C; diff -urN ghdl-0.24-orig/vhdl/sem.adb ghdl-0.24/vhdl/sem.adb --- ghdl-0.24-orig/vhdl/sem.adb 2006-06-17 02:05:21.000000000 +0200 +++ ghdl-0.24/vhdl/sem.adb 2006-08-06 20:16:50.000000000 +0200 @@ -487,6 +487,21 @@ when others => -- Expression. Set_Collapse_Signal_Flag (El, False); + + -- If there is an IN conversion, re-integrate it into + -- the actual. + declare + In_Conv : Iir; + begin + In_Conv := Get_In_Conversion (El); + if In_Conv /= Null_Iir then + Set_In_Conversion (El, Null_Iir); + Set_Expr_Staticness + (In_Conv, Get_Expr_Staticness (Actual)); + Actual := In_Conv; + Set_Actual (El, Actual); + end if; + end; if Flags.Vhdl_Std >= Vhdl_93c then -- LRM93 1.1.1.2 Ports -- Moreover, the ports of a block may be associated @@ -1079,6 +1094,9 @@ | Iir_Kind_Variable_Interface_Declaration | Iir_Kind_Signal_Interface_Declaration | Iir_Kind_File_Interface_Declaration => + if Get_Identifier (Left) /= Get_Identifier (Right) then + return False; + end if; if Get_Lexical_Layout (Left) /= Get_Lexical_Layout (Right) or else Get_Mode (Left) /= Get_Mode (Right) then diff -urN ghdl-0.24-orig/vhdl/sem_assocs.adb ghdl-0.24/vhdl/sem_assocs.adb --- ghdl-0.24-orig/vhdl/sem_assocs.adb 2006-01-14 00:21:59.000000000 +0100 +++ ghdl-0.24/vhdl/sem_assocs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1118,6 +1118,10 @@ Res : Iir; begin Res_Base_Type := Get_Base_Type (Res_Type); + if Param_Type = Null_Iir then + -- In case of error. + return Null_Iir; + end if; Param_Base_Type := Get_Base_Type (Param_Type); if Is_Overload_List (Conv) then List := Get_Overload_List (Conv); @@ -1359,7 +1363,9 @@ end if; if Res_Type = Null_Iir then - raise Internal_Error; + -- In case of error, do not go farther. + Match := False; + return; end if; if Get_Formal (Assoc) /= Null_Iir then @@ -1569,9 +1575,7 @@ end if; if Finish then Sem_Association (Assoc, Inter, True, Match); - if not Match then - raise Internal_Error; - end if; + -- MATCH can be false du to errors. end if; else -- Not found. diff -urN ghdl-0.24-orig/vhdl/sem_decls.adb ghdl-0.24/vhdl/sem_decls.adb --- ghdl-0.24-orig/vhdl/sem_decls.adb 2006-05-13 17:28:13.000000000 +0200 +++ ghdl-0.24/vhdl/sem_decls.adb 2006-08-06 20:16:49.000000000 +0200 @@ -995,6 +995,7 @@ Def := Create_Iir (Iir_Kind_Incomplete_Type_Definition); Location_Copy (Def, Decl); Set_Type (Decl, Def); + Set_Base_Type (Def, Def); Set_Signal_Type_Flag (Def, True); Set_Type_Declarator (Def, Decl); Set_Visible_Flag (Decl, True); diff -urN ghdl-0.24-orig/vhdl/sem_expr.adb ghdl-0.24/vhdl/sem_expr.adb --- ghdl-0.24-orig/vhdl/sem_expr.adb 2006-05-30 00:14:09.000000000 +0200 +++ ghdl-0.24/vhdl/sem_expr.adb 2006-08-06 20:16:49.000000000 +0200 @@ -167,7 +167,8 @@ | Iir_Kind_Library_Declaration | Iir_Kind_Library_Clause | Iir_Kind_Component_Declaration - | Iir_Kinds_Procedure_Declaration => + | Iir_Kinds_Procedure_Declaration + | Iir_Kind_Range_Array_Attribute => Error_Msg_Sem (Disp_Node (Expr) & " not allowed in an expression", Loc); return Null_Iir; @@ -1801,7 +1802,7 @@ return; end if; Set_Expression (Choice, Expr); - if Get_Expr_Staticness (Expr) > Locally then + if Get_Expr_Staticness (Expr) < Locally then Error_Msg_Sem ("choice must be locally static expression", Expr); return; end if; diff -urN ghdl-0.24-orig/vhdl/sem_names.adb ghdl-0.24/vhdl/sem_names.adb --- ghdl-0.24-orig/vhdl/sem_names.adb 2006-06-22 21:30:58.000000000 +0200 +++ ghdl-0.24/vhdl/sem_names.adb 2006-08-06 20:16:50.000000000 +0200 @@ -2376,9 +2376,13 @@ -- At least, this type is valid; and even if the array was -- constrained, the base type would be the same. end if; - when Iir_Kind_Process_Statement => + when Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute + | Iir_Kind_Process_Statement => Error_Msg_Sem - (Disp_Node (Prefix) & " is not an appropriate attribute prefix", + (Disp_Node (Prefix) & " is not an appropriate prefix for '" + & Name_Table.Image (Get_Attribute_Identifier (Attr)) + & " attribute", Attr); return Error_Mark; when others => diff -urN ghdl-0.24-orig/vhdl/sem_specs.adb ghdl-0.24/vhdl/sem_specs.adb --- ghdl-0.24-orig/vhdl/sem_specs.adb 2005-12-12 03:14:23.000000000 +0100 +++ ghdl-0.24/vhdl/sem_specs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1264,15 +1264,20 @@ (Parent_Stmts : Iir; Conf : Iir_Configuration_Specification) is Primary_Entity_Aspect : Iir; + Component : Iir; begin Sem_Component_Specification (Parent_Stmts, Conf, Primary_Entity_Aspect); + Component := Get_Component_Name (Conf); + + -- Return now in case of error. + if Get_Kind (Component) /= Iir_Kind_Component_Declaration then + return; + end if; -- Extend scope of component interface declaration. Sem_Scopes.Open_Scope_Extension; - Sem_Scopes.Add_Component_Declarations (Get_Component_Name (Conf)); + Sem_Scopes.Add_Component_Declarations (Component); Sem_Binding_Indication (Get_Binding_Indication (Conf), - Get_Component_Name (Conf), - Conf, - Primary_Entity_Aspect); + Component, Conf, Primary_Entity_Aspect); -- FIXME: check default port and generic association. Sem_Scopes.Close_Scope_Extension; end Sem_Configuration_Specification; diff -urN ghdl-0.24-orig/vhdl/trans_be.adb ghdl-0.24/vhdl/trans_be.adb --- ghdl-0.24-orig/vhdl/trans_be.adb 2005-09-22 23:43:54.000000000 +0200 +++ ghdl-0.24/vhdl/trans_be.adb 2006-08-06 20:16:46.000000000 +0200 @@ -144,6 +144,6 @@ Error_Kind ("sem_foreign", Decl); end case; -- Let is generate error messages. - Fi := Translate_Foreign_Id (Decl, False); + Fi := Translate_Foreign_Id (Decl); end Sem_Foreign; end Trans_Be; diff -urN ghdl-0.24-orig/vhdl/translation.adb ghdl-0.24/vhdl/translation.adb --- ghdl-0.24-orig/vhdl/translation.adb 2006-06-24 15:50:09.000000000 +0200 +++ ghdl-0.24/vhdl/translation.adb 2006-08-06 20:16:46.000000000 +0200 @@ -2897,15 +2897,13 @@ end if; end Create_Temp; - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type is use Name_Table; Attr : Iir_Attribute_Value; Spec : Iir_Attribute_Specification; Attr_Decl : Iir; Expr : Iir; - P : Natural; begin -- Look for 'FOREIGN. Attr := Get_Attribute_Value_Chain (Decl); @@ -2972,27 +2970,60 @@ if Name_Length >= 10 and then Name_Buffer (1 .. 10) = "VHPIDIRECT" then - P := 11; + declare + P : Natural; + Sf, Sl : Natural; + Lf, Ll : Natural; + begin + P := 11; - -- Skip spaces. - while P <= Name_Length and then Name_Buffer (P) = ' ' loop + -- Skip spaces. + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + if P > Name_Length then + Error_Msg_Sem + ("missing subprogram/library name after VHPIDIRECT", Spec); + end if; + -- Extract library. + Lf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Ll := P; + -- Extract subprogram. P := P + 1; - end loop; - if Extract_Name then + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + Sf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Sl := P; + if P < Name_Length then + Error_Msg_Sem ("garbage at end of VHPIDIRECT", Spec); + end if; + + -- Accept empty library. + if Sf > Name_Length then + Sf := Lf; + Sl := Ll; + Lf := 0; + Ll := 0; + end if; + return Foreign_Info_Type' (Kind => Foreign_Vhpidirect, - Subprg => Get_Identifier (Name_Buffer (P .. Name_Length)), - Lib => Null_Identifier); - else - return Foreign_Info_Type'(Kind => Foreign_Vhpidirect, - Subprg => O_Ident_Nul, - Lib => Null_Identifier); - end if; + Lib_First => Lf, + Lib_Last => Ll, + Subprg_First => Sf, + Subprg_Last => Sl); + end; elsif Name_Length = 14 and then Name_Buffer (1 .. 14) = "GHDL intrinsic" then - return Foreign_Info_Type'(Kind => Foreign_Intrinsic, - Subprg => Create_Identifier); + return Foreign_Info_Type'(Kind => Foreign_Intrinsic); else Error_Msg_Sem ("value of 'FOREIGN attribute does not begin with VHPIDIRECT", @@ -4640,6 +4671,7 @@ Rtype : Iir; Id : O_Ident; Storage : O_Storage; + Foreign : Foreign_Info_Type := Foreign_Bad; begin Info := Get_Info (Spec); Info.Res_Interface := O_Dnode_Null; @@ -4650,20 +4682,18 @@ Push_Subprg_Identifier (Spec, Mark); if Get_Foreign_Flag (Spec) then - declare - Fi : Foreign_Info_Type; - begin - Fi := Translate_Foreign_Id (Spec, True); - case Fi.Kind is - when Foreign_Unknown => - Id := Create_Identifier; - when Foreign_Intrinsic => - Id := Fi.Subprg; - when Foreign_Vhpidirect => - Id := Fi.Subprg; - end case; - Storage := O_Storage_External; - end; + Foreign := Translate_Foreign_Id (Spec); + case Foreign.Kind is + when Foreign_Unknown => + Id := Create_Identifier; + when Foreign_Intrinsic => + Id := Create_Identifier; + when Foreign_Vhpidirect => + Id := Get_Identifier + (Name_Table.Name_Buffer (Foreign.Subprg_First + .. Foreign.Subprg_Last)); + end case; + Storage := O_Storage_External; else Id := Create_Identifier; Storage := Global_Storage; @@ -4778,6 +4808,10 @@ end loop; Finish_Subprogram_Decl (Interface_List, Info.Ortho_Func); + if Get_Foreign_Flag (Spec) and then Foreign_Hook /= null then + Foreign_Hook.all (Spec, Foreign, Info.Ortho_Func); + end if; + Save_Local_Identifier (Info.Subprg_Local_Id); Pop_Identifier_Prefix (Mark); end Translate_Subprogram_Declaration; @@ -4804,7 +4838,7 @@ Old_Subprogram : Iir; Mark : Id_Mark_Type; Final : Boolean; - Is_Func : Boolean; + Is_Ortho_Func : Boolean; -- Set for a public method. In this case, the lock must be acquired -- and retained. @@ -4877,8 +4911,8 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Enter); end if; - Is_Func := Is_Subprogram_Ortho_Function (Spec); - if Is_Func then + Is_Ortho_Func := Is_Subprogram_Ortho_Function (Spec); + if Is_Ortho_Func then New_Var_Decl (Info.Subprg_Result, Get_Identifier ("RESULT"), O_Storage_Local, @@ -4906,7 +4940,7 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Leave); end if; - if Is_Func then + if Is_Ortho_Func then New_Return_Stmt (New_Obj_Value (Info.Subprg_Result)); end if; end if; @@ -5082,14 +5116,16 @@ return; end if; + Pkg := Get_Package (Decl); + Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); + Chap4.Translate_Declaration_Chain (Decl); + if Flag_Rti then Rtis.Generate_Unit (Decl); end if; - Pkg := Get_Package (Decl); - Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); - Chap4.Translate_Declaration_Chain (Decl); Chap4.Translate_Declaration_Chain_Subprograms (Decl, Null_Iir); + Elab_Package_Body (Pkg, Decl); end Translate_Package_Body; @@ -13216,6 +13252,7 @@ Res : O_Cnode; begin Lit_Type := Get_Type (Str); + Chap3.Translate_Anonymous_Type_Definition (Lit_Type, True); Start_Array_Aggr (List, Get_Ortho_Type (Lit_Type, Mode_Value)); @@ -13228,6 +13265,86 @@ return Res; end Translate_Static_String_Literal; + -- Some strings literal have an unconstrained array type, + -- eg: 'image of constant. Its type is not constrained + -- because it is not so in VHDL! + function Translate_Static_Unconstrained_String_Literal (Str : Iir) + return O_Cnode + is + use Name_Table; + + Lit_Type : Iir; + Element_Type : Iir; + Index_Type : Iir; + Val_Aggr : O_Array_Aggr_List; + Bound_Aggr : O_Record_Aggr_List; + Index_Aggr : O_Record_Aggr_List; + Res_Aggr : O_Record_Aggr_List; + Res : O_Cnode; + Str_Type : O_Tnode; + Type_Info : Type_Info_Acc; + Index_Type_Info : Type_Info_Acc; + Len : Int32; + Val : Var_Acc; + Bound : Var_Acc; + begin + Lit_Type := Get_Type (Str); + Type_Info := Get_Info (Get_Base_Type (Lit_Type)); + + -- Create the string value. + Len := Get_String_Length (Str); + Str_Type := New_Constrained_Array_Type + (Type_Info.T.Base_Type (Mode_Value), + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + + Start_Array_Aggr (Val_Aggr, Str_Type); + Element_Type := Get_Element_Subtype (Lit_Type); + Translate_Static_String_Literal_Inner (Val_Aggr, Str, Element_Type); + Finish_Array_Aggr (Val_Aggr, Res); + + Val := Create_Global_Const + (Create_Uniq_Identifier, Str_Type, O_Storage_Private, Res); + + -- Create the string bound. + Index_Type := Get_First_Element (Get_Index_Subtype_List (Lit_Type)); + Index_Type_Info := Get_Info (Index_Type); + Start_Record_Aggr (Bound_Aggr, Type_Info.T.Bounds_Type); + Start_Record_Aggr (Index_Aggr, Index_Type_Info.T.Range_Type); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), 0)); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), + Integer_64 (Len - 1))); + New_Record_Aggr_El + (Index_Aggr, Ghdl_Dir_To_Node); + New_Record_Aggr_El + (Index_Aggr, + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + Finish_Record_Aggr (Index_Aggr, Res); + New_Record_Aggr_El (Bound_Aggr, Res); + Finish_Record_Aggr (Bound_Aggr, Res); + Bound := Create_Global_Const + (Create_Uniq_Identifier, Type_Info.T.Bounds_Type, + O_Storage_Private, Res); + + -- The descriptor. + Start_Record_Aggr (Res_Aggr, Type_Info.Ortho_Type (Mode_Value)); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Val), + Type_Info.T.Base_Ptr_Type (Mode_Value))); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Bound), + Type_Info.T.Bounds_Ptr_Type)); + Finish_Record_Aggr (Res_Aggr, Res); + Free_Var (Val); + Free_Var (Bound); + return Res; + end Translate_Static_Unconstrained_String_Literal; + -- Only for Strings of STD.Character. function Translate_Static_String (Str_Type : Iir; Str_Ident : Name_Id) return O_Cnode @@ -13282,7 +13399,13 @@ begin case Get_Kind (Str) is when Iir_Kind_String_Literal => - Res := Translate_Static_String_Literal (Str); + if Get_Kind (Get_Type (Str)) + = Iir_Kind_Array_Subtype_Definition + then + Res := Translate_Static_String_Literal (Str); + else + Res := Translate_Static_Unconstrained_String_Literal (Str); + end if; when Iir_Kind_Bit_String_Literal => Res := Translate_Static_Bit_String_Literal (Str); when Iir_Kind_Simple_Aggregate => @@ -25323,9 +25446,22 @@ when Iir_Kind_Type_Declaration | Iir_Kind_Subtype_Declaration => Add_Rti_Node (Generate_Type_Decl (Decl)); + when Iir_Kind_Constant_Declaration => + -- Do not generate RTIs for full declarations. + -- (RTI will be generated for the deferred declaration). + if Get_Deferred_Declaration (Decl) = Null_Iir + or else Get_Deferred_Declaration_Flag (Decl) + then + declare + Info : Object_Info_Acc; + begin + Info := Get_Info (Decl); + Generate_Object (Decl, Info.Object_Rti); + Add_Rti_Node (Info.Object_Rti); + end; + end if; when Iir_Kind_Signal_Declaration | Iir_Kind_Signal_Interface_Declaration - | Iir_Kind_Constant_Declaration | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Variable_Declaration | Iir_Kind_File_Declaration @@ -25463,8 +25599,8 @@ Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Package_Body => Kind := Ghdl_Rtik_Package_Body; - -- FIXME: yes or not ? - --Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); + -- Required at least for 'image + Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Architecture_Declaration => Kind := Ghdl_Rtik_Architecture; Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); diff -urN ghdl-0.24-orig/vhdl/translation.ads ghdl-0.24/vhdl/translation.ads --- ghdl-0.24-orig/vhdl/translation.ads 2005-09-22 23:46:05.000000000 +0200 +++ ghdl-0.24/vhdl/translation.ads 2006-08-06 20:16:46.000000000 +0200 @@ -17,8 +17,6 @@ -- 02111-1307, USA. with Iirs; use Iirs; with Ortho_Nodes; -with Ortho_Ident; use Ortho_Ident; -with Types; use Types; package Translation is -- Initialize the package: create internal nodes. @@ -69,20 +67,21 @@ type Foreign_Info_Type (Kind : Foreign_Kind_Type := Foreign_Unknown) is record - Subprg : O_Ident; - case Kind is when Foreign_Unknown => null; when Foreign_Vhpidirect => - Lib : Name_Id; + -- Positions in name_table.name_buffer. + Lib_First : Natural; + Lib_Last : Natural; + Subprg_First : Natural; + Subprg_Last : Natural; when Foreign_Intrinsic => null; end case; end record; - Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown, - Subprg => O_Ident_Nul); + Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown); -- Return a foreign_info for DECL. -- Can generate error messages, if the attribute expression is ill-formed. @@ -90,7 +89,12 @@ -- Otherwise, only KIND discriminent is set. -- EXTRACT_NAME should be set only inside translation itself, since the -- name can be based on the prefix. - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type; + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type; + -- If not null, this procedure is called when a foreign subprogram is + -- created. + type Foreign_Hook_Access is access procedure (Decl : Iir; + Info : Foreign_Info_Type; + Ortho : Ortho_Nodes.O_Dnode); + Foreign_Hook : Foreign_Hook_Access := null; end Translation; Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/ghdl.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ghdl.spec 11 Jul 2006 04:40:03 -0000 1.15 +++ ghdl.spec 8 Aug 2006 07:39:26 -0000 1.16 @@ -1,11 +1,11 @@ %define gccver 4.1.0 %define ghdlver 0.24 -%define ghdlsvnver 59 +%define ghdlsvnver 60 Summary: A VHDL simulator, using the GCC technology Name: ghdl Version: 0.24 -Release: 0.%{ghdlsvnver}svn.2%{?dist} +Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages URL: http://ghdl.free.fr/ @@ -288,6 +288,9 @@ %changelog +* Tue Aug 8 2006 Thomas Sailer - 0.24-0.60svn.0 +- update to svn60 + * Tue Jul 11 2006 Thomas Sailer - 0.24-0.59svn.2 - rebuild --- ghdl-svn59.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 09:09:32 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:32 -0700 Subject: rpms/gstm - New directory Message-ID: <200608080909.k7899YPV029499@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29473/gstm Log Message: Directory /cvs/extras/rpms/gstm added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 09:09:33 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:33 -0700 Subject: rpms/gstm/devel - New directory Message-ID: <200608080909.k7899ZmQ029504@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29473/gstm/devel Log Message: Directory /cvs/extras/rpms/gstm/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 09:09:49 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:49 -0700 Subject: rpms/gstm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608080909.k7899pud029555@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522 Added Files: Makefile import.log Log Message: Setup of module gstm --- NEW FILE Makefile --- # Top level Makefile for module gstm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 09:09:50 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:50 -0700 Subject: rpms/gstm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608080909.k7899qOJ029558@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gstm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 09:10:32 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:10:32 -0700 Subject: rpms/gstm import.log,1.1,1.2 Message-ID: <200608080910.k789AYa0029631@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29598 Modified Files: import.log Log Message: auto-import gstm-1.2-1.fc6 on branch devel from gstm-1.2-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gstm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 09:09:49 -0000 1.1 +++ import.log 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +gstm-1_2-1_fc6:HEAD:gstm-1.2-1.fc6.src.rpm:1155028236 From fedora-extras-commits at redhat.com Tue Aug 8 09:10:33 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:10:33 -0700 Subject: rpms/gstm/devel gstm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608080910.k789AZWU029636@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29598/devel Modified Files: .cvsignore sources Added Files: gstm.spec Log Message: auto-import gstm-1.2-1.fc6 on branch devel from gstm-1.2-1.fc6.src.rpm --- NEW FILE gstm.spec --- Name: gstm Version: 1.2 Release: 1%{?dist} Summary: A front-end to ssh tunneling Group: Applications/Internet License: GPL URL: http://gstm.sourceforge.net Source0: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel, desktop-file-utils, gettext, openssh %description Gstm, short for Gnome SSH Tunnel Manager, is a graphical front-end for managing ssh tunneled portredirects. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --add-category X-Fedora \ --add-category Internet \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/%{name} %{_bindir}/gaskpass %{_datadir}/applications/*.desktop %{_datadir}/pixmaps %changelog * Thu Aug 08 2006 Damien Durand - 1.2-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 09:09:49 -0000 1.1 +++ .cvsignore 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +gstm-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 09:09:49 -0000 1.1 +++ sources 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +7fa71b86969d8d695c3b062780a5694e gstm-1.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 09:13:48 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:13:48 -0700 Subject: owners owners.list,1.1371,1.1372 Message-ID: <200608080913.k789DouR029694@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29677 Modified Files: owners.list Log Message: Add gstm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1371 retrieving revision 1.1372 diff -u -r1.1371 -r1.1372 --- owners.list 7 Aug 2006 14:40:42 -0000 1.1371 +++ owners.list 8 Aug 2006 09:13:47 -0000 1.1372 @@ -515,6 +515,7 @@ Fedora Extras|grhino|Reversi game|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|grip|Front-end for CD rippers and Ogg Vorbis encoders|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 8 10:16:51 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:51 -0700 Subject: rpms/rxvt-unicode/FC-4 .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.21, 1.22 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGrrL000302@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/FC-4 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:31 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/rxvt-unicode.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rxvt-unicode.spec 18 Jul 2006 09:38:31 -0000 1.21 +++ rxvt-unicode.spec 8 Aug 2006 10:16:51 -0000 1.22 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:31 -0000 1.18 +++ sources 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:16:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:52 -0700 Subject: rpms/rxvt-unicode/FC-5 .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.25, 1.26 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGsxl000308@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/FC-5 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:32 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/rxvt-unicode.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rxvt-unicode.spec 18 Jul 2006 09:38:32 -0000 1.25 +++ rxvt-unicode.spec 8 Aug 2006 10:16:51 -0000 1.26 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:32 -0000 1.18 +++ sources 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:16:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:52 -0700 Subject: rpms/rxvt-unicode/devel .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.25, 1.26 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGsbp000314@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/devel Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:32 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:52 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/rxvt-unicode.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rxvt-unicode.spec 18 Jul 2006 09:38:32 -0000 1.25 +++ rxvt-unicode.spec 8 Aug 2006 10:16:52 -0000 1.26 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:32 -0000 1.18 +++ sources 8 Aug 2006 10:16:52 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:23:31 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:23:31 -0700 Subject: rpms/pessulus import.log,1.9,1.10 Message-ID: <200608081023.k78ANXpj000574@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv541 Modified Files: import.log Log Message: auto-import pessulus-2.15.91-1.fc6 on branch devel from pessulus-2.15.91-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 28 Jul 2006 21:31:07 -0000 1.9 +++ import.log 8 Aug 2006 10:23:31 -0000 1.10 @@ -6,3 +6,4 @@ pessulus-0_10_4-1_fc6:HEAD:pessulus-0.10.4-1.fc6.src.rpm:1152624436 pessulus-0_10_4-2_fc6:HEAD:pessulus-0.10.4-2.fc6.src.rpm:1154121416 pessulus-2_15_90-1_fc6:HEAD:pessulus-2.15.90-1.fc6.src.rpm:1154122266 +pessulus-2_15_91-1_fc6:HEAD:pessulus-2.15.91-1.fc6.src.rpm:1155032615 From fedora-extras-commits at redhat.com Tue Aug 8 10:23:31 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:23:31 -0700 Subject: rpms/pessulus/devel .cvsignore, 1.4, 1.5 pessulus.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608081023.k78ANXcH000580@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv541/devel Modified Files: .cvsignore pessulus.spec sources Log Message: auto-import pessulus-2.15.91-1.fc6 on branch devel from pessulus-2.15.91-1.fc6.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Jul 2006 21:31:08 -0000 1.4 +++ .cvsignore 8 Aug 2006 10:23:31 -0000 1.5 @@ -1 +1 @@ -pessulus-2.15.90.tar.bz2 +pessulus-2.15.91.tar.bz2 Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pessulus.spec 28 Jul 2006 21:31:08 -0000 1.8 +++ pessulus.spec 8 Aug 2006 10:23:31 -0000 1.9 @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: pessulus -Version: 2.15.90 +Version: 2.15.91 Release: 1%{?dist} Summary: A lockdown editor for GNOME @@ -57,7 +57,11 @@ %{_datadir}/%{name} %changelog -* Fri Jul 28 2006 Damien Durand - 2.15.90 +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 - Fixed URL - Upgraded to 2.15.90 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Jul 2006 21:31:08 -0000 1.4 +++ sources 8 Aug 2006 10:23:31 -0000 1.5 @@ -1 +1 @@ -f7900de61c1b1d02608cf479ea95dd5a pessulus-2.15.90.tar.bz2 +b32b00b3fca5ea33a5b1c36a6aa91c88 pessulus-2.15.91.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:26:11 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:26:11 -0700 Subject: rpms/pessulus/FC-5 pessulus.spec,1.11,NONE sources,1.3,NONE Message-ID: <200608081026.k78AQDjb000688@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Removed Files: pessulus.spec sources Log Message: --- pessulus.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 10:27:04 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:27:04 -0700 Subject: rpms/pessulus/FC-5 pessulus.spec,1.12,1.13 sources,1.4,1.5 Message-ID: <200608081027.k78AR67T000718@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv699 Added Files: pessulus.spec sources Log Message: Index: pessulus.spec =================================================================== RCS file: pessulus.spec diff -N pessulus.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pessulus.spec 8 Aug 2006 10:27:04 -0000 1.13 @@ -0,0 +1,90 @@ +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define debug_package %{nil} + +Name: pessulus +Version: 2.15.91 +Release: 1%{?dist} +Summary: A lockdown editor for GNOME + +Group: Applications/System +License: GPL +URL: http://live.gnome.org/Pessulus +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel + + +%description +Pessulus is a lockdown editor for GNOME, written in python. Pessulus +enables administrators to set mandatory settings in GConf. The +users can not change these settings. +Use of pessulus can be useful on computers that are open to use by +everyone, e.g. in an internet cafe. + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +chmod +x $RPM_BUILD_ROOT%{python_sitearch}/Pessulus/*.py + + +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc README AUTHORS COPYING ChangeLog +%{_bindir}/%{name} +%{python_sitearch}/Pessulus/ +%{_datadir}/applications/*.desktop +%{_datadir}/%{name} + +%changelog +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 +- Fixed URL +- Upgraded to 2.15.90 + +* Tue Jul 11 2006 Damien Durand - 0.10.4-1 +- upgraded to 0.10.4 + + +* Tue Jul 04 2006 Damien Durand - 0.10.1-3 +- fixed debuginfo packages + +* Thu Jun 15 2006 Damien Durand - 0.10.1-2 +- fixed BuildRequires + +* Wed May 3 2006 Damien Durand - 0.10.1-1 +- upgrade version to 0.10.1 + +* Fri Apr 7 2006 Tom "spot" Callaway - 0.9-2 +- fix BR +- remove unnecessary Requires +- use version-release in changelog entries +- fix directory ownership +- use python_sitearch +- make python "scripts" executable + +* Thu Apr 6 2006 Damien Durand - 0.9-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 8 Aug 2006 10:27:04 -0000 1.5 @@ -0,0 +1 @@ +b32b00b3fca5ea33a5b1c36a6aa91c88 pessulus-2.15.91.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 12:56:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 05:56:31 -0700 Subject: rpms/akode/devel .cvsignore, 1.2, 1.3 akode.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608081256.k78CuX6g007123@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7102 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 12:56:31 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- akode.spec 21 Jul 2006 15:27:35 -0000 1.3 +++ akode.spec 8 Aug 2006 12:56:31 -0000 1.4 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 -Release: 1%{?dist}.2 +Version: 2.0.1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,9 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + * Fri Jul 21 2006 Rex Dieter - fc6: gcc/glibc respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 12:56:31 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 13:07:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 06:07:29 -0700 Subject: rpms/akode/FC-5 .cvsignore, 1.2, 1.3 akode.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608081307.k78D7Vd9009804@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9783 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 13:07:29 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/akode.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- akode.spec 10 Feb 2006 13:03:16 -0000 1.2 +++ akode.spec 8 Aug 2006 13:07:29 -0000 1.3 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 -Release: 1%{?dist}.1 +Version: 2.0.1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,12 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + +* Fri Jul 21 2006 Rex Dieter +- fc6: gcc/glibc respin + * Fri Feb 10 2006 Rex Dieter - fc5: gcc/glibc respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 13:07:29 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 13:07:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 06:07:47 -0700 Subject: rpms/akode/FC-4 .cvsignore, 1.2, 1.3 akode.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608081307.k78D7n1a009877@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 13:07:47 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/akode.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- akode.spec 6 Jan 2006 14:50:17 -0000 1.1 +++ akode.spec 8 Aug 2006 13:07:47 -0000 1.2 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,15 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + +* Fri Jul 21 2006 Rex Dieter +- fc6: gcc/glibc respin + +* Fri Feb 10 2006 Rex Dieter +- fc5: gcc/glibc respin + * Mon Dec 19 2005 Rex Dieter 2.0-1 - 2.0(final) Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 13:07:47 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 14:18:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 07:18:46 -0700 Subject: rpms/geomview/devel .cvsignore, 1.9, 1.10 geomview.spec, 1.20, 1.21 sources, 1.9, 1.10 Message-ID: <200608081418.k78EIm1s012864@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12843 Modified Files: .cvsignore geomview.spec sources Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 - 1.8.2-rc8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Jul 2006 13:09:50 -0000 1.9 +++ .cvsignore 8 Aug 2006 14:18:45 -0000 1.10 @@ -4,3 +4,4 @@ geomview-1.8.2-rc4.tar.bz2 geomview-1.8.2-rc6.tar.bz2 geomview-1.8.2-rc7.tar.bz2 +geomview-1.8.2-rc8.tar.bz2 Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- geomview.spec 31 Jul 2006 14:25:45 -0000 1.20 +++ geomview.spec 8 Aug 2006 14:18:45 -0000 1.21 @@ -3,12 +3,12 @@ %define _with_orrery --with-orrery #define _with_maniview --with-maniview -%define beta rc7 +%define beta rc8 Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.14.%{beta}%{?dist} +Release: 0.15.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -253,6 +253,9 @@ %changelog +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 +- 1.8.2-rc8 + * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 - BR: tcl-devel tk-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Jul 2006 13:09:50 -0000 1.9 +++ sources 8 Aug 2006 14:18:45 -0000 1.10 @@ -1,5 +1 @@ -109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz -8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz -f5588be3402850ed4cc9ef0dac48013a geomview.png -b7deaf96fa9b968d3fc1a502e6751e36 geomview-1.8.2-rc6.tar.bz2 -a9d01f3e3ff50aff9cdad8ee45be7ea5 geomview-1.8.2-rc7.tar.bz2 +16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 14:23:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 07:23:14 -0700 Subject: rpms/geomview/devel .cvsignore, 1.10, 1.11 geomview.spec, 1.21, 1.22 sources, 1.10, 1.11 Message-ID: <200608081423.k78ENGbJ013052@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13030 Modified Files: .cvsignore geomview.spec sources Log Message: respin for biffed sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Aug 2006 14:18:45 -0000 1.10 +++ .cvsignore 8 Aug 2006 14:23:14 -0000 1.11 @@ -1,7 +1,3 @@ maniview-2.0.0.tar.gz orrery-0.9.3.tar.gz -geomview.png -geomview-1.8.2-rc4.tar.bz2 -geomview-1.8.2-rc6.tar.bz2 -geomview-1.8.2-rc7.tar.bz2 geomview-1.8.2-rc8.tar.bz2 Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- geomview.spec 8 Aug 2006 14:18:45 -0000 1.21 +++ geomview.spec 8 Aug 2006 14:23:14 -0000 1.22 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.15.%{beta}%{?dist} +Release: 0.16.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -253,7 +253,7 @@ %changelog -* Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.16.rc8 - 1.8.2-rc8 * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Aug 2006 14:18:45 -0000 1.10 +++ sources 8 Aug 2006 14:23:14 -0000 1.11 @@ -1 +1,4 @@ +f5588be3402850ed4cc9ef0dac48013a geomview.png +8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz +109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz 16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 15:12:52 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:12:52 -0700 Subject: rpms/perl-MIME-tools/devel perl-MIME-tools.spec,1.13,1.14 Message-ID: <200608081512.k78FCs8U016139@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16120 Modified Files: perl-MIME-tools.spec Log Message: Install the more useful examples in %{_bindir} (#201691) Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/devel/perl-MIME-tools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-MIME-tools.spec 19 Apr 2006 14:14:08 -0000 1.13 +++ perl-MIME-tools.spec 8 Aug 2006 15:12:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:13:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:13:16 -0700 Subject: rpms/xforms/devel xforms.spec,1.17,1.18 Message-ID: <200608081513.k78FDIHw016164@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16147 Modified Files: xforms.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.0.90-7 - cleanup (and fc6 respin) Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/devel/xforms.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- xforms.spec 1 Mar 2006 15:55:08 -0000 1.17 +++ xforms.spec 8 Aug 2006 15:13:16 -0000 1.18 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 6%{?dist}.2 +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -17,9 +17,11 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel %if "%{?fedora}" > "4" -BuildRequires: libXpm-devel %define x_deps libX11-devel libXpm-devel +%else +%define x_deps xorg-x11-devel %endif +BuildRequires: %{x_deps} # import/export: png, sgi (optional?) Requires: netpbm-progs @@ -40,7 +42,7 @@ Summary: Development files for the XForms toolkit library Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: %{?x_deps}%{!?x_deps:XFree86-devel} +Requires: %{x_deps} Requires: libjpeg-devel %description devel %{summary}. @@ -59,8 +61,7 @@ --disable-static \ --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - X_PRE_LIBS='' +make %{?_smp_mflags} X_PRE_LIBS="" %install @@ -95,7 +96,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup (and fc6 respin) + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Fri Jan 20 2006 Rex Dieter 1.0.90-6 From fedora-extras-commits at redhat.com Tue Aug 8 15:26:34 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:26:34 -0700 Subject: rpms/geomview/devel geomview.spec,1.22,1.23 Message-ID: <200608081526.k78FQaim016311@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16294 Modified Files: geomview.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- geomview.spec 8 Aug 2006 14:23:14 -0000 1.22 +++ geomview.spec 8 Aug 2006 15:26:34 -0000 1.23 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.16.%{beta}%{?dist} +Release: 0.17.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -83,6 +83,13 @@ display objects described in a variety of file formats. It comes with a wide selection of example objects, and you can create your own objects too. +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +%{summary}. + %if "%{?_with_orrery:1}" == "1" %package orrery Group: Applications/Engineering @@ -157,6 +164,7 @@ # --config-cache (for maniview) %configure \ + --enable-shared \ --disable-static # Either do (re)automake steps above for addons, or this. -- Rex @@ -167,7 +175,8 @@ %endif # not smp-safe -make MATHLIB=-lm +#make MATHLIB=-lm +make %{?_smp_mflags} %install @@ -239,7 +248,7 @@ %{_mandir}/man1/* %{_mandir}/man3/* %{_datadir}/geomview/ -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_libexecdir}/geomview/ %if "%{?_with_orrery:1}" == "1" %doc rpmdocs/orrery*/AUTHORS rpmdocs/orrery*/ChangeLog rpmdocs/orrery*/COPYING @@ -251,10 +260,16 @@ %doc rpmdocs/maniview*/README %endif +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so +%{_includedir}/geomview/ + %changelog -* Tue Aug 08 2006 Rex Dieter 1.8.2-0.16.rc8 +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 +- -devel pkg * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 - BR: tcl-devel tk-devel From fedora-extras-commits at redhat.com Tue Aug 8 15:27:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:27:34 -0700 Subject: rpms/perl-MIME-tools/FC-5 perl-MIME-tools.spec,1.13,1.14 Message-ID: <200608081527.k78FRaJ7016386@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16369 Modified Files: perl-MIME-tools.spec Log Message: resync with devel Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-5/perl-MIME-tools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-MIME-tools.spec 19 Apr 2006 15:57:49 -0000 1.13 +++ perl-MIME-tools.spec 8 Aug 2006 15:27:34 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:28:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:28:34 -0700 Subject: rpms/perl-MIME-tools/FC-4 perl-MIME-tools.spec,1.11,1.12 Message-ID: <200608081528.k78FSaZV016452@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16435 Modified Files: perl-MIME-tools.spec Log Message: resync with devel Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-4/perl-MIME-tools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-MIME-tools.spec 19 Apr 2006 15:59:30 -0000 1.11 +++ perl-MIME-tools.spec 8 Aug 2006 15:28:33 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:41:47 -0700 Subject: rpms/xforms/FC-5 xforms.spec,1.17,1.18 Message-ID: <200608081541.k78FfnL3016648@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16631 Modified Files: xforms.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.0.90-7 - cleanup Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/FC-5/xforms.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- xforms.spec 1 Mar 2006 15:55:08 -0000 1.17 +++ xforms.spec 8 Aug 2006 15:41:47 -0000 1.18 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 6%{?dist}.2 +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -17,9 +17,11 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel %if "%{?fedora}" > "4" -BuildRequires: libXpm-devel %define x_deps libX11-devel libXpm-devel +%else +%define x_deps xorg-x11-devel %endif +BuildRequires: %{x_deps} # import/export: png, sgi (optional?) Requires: netpbm-progs @@ -40,7 +42,7 @@ Summary: Development files for the XForms toolkit library Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: %{?x_deps}%{!?x_deps:XFree86-devel} +Requires: %{x_deps} Requires: libjpeg-devel %description devel %{summary}. @@ -59,8 +61,7 @@ --disable-static \ --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - X_PRE_LIBS='' +make %{?_smp_mflags} X_PRE_LIBS="" %install @@ -95,7 +96,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Fri Jan 20 2006 Rex Dieter 1.0.90-6 From fedora-extras-commits at redhat.com Tue Aug 8 15:42:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:42:44 -0700 Subject: rpms/geomview/FC-5 geomview-1.8.2-fhs.patch, NONE, 1.1 orrery-0.9.3-fhs.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 geomview-cvs-checkout.sh, 1.1, 1.2 geomview.spec, 1.12, 1.13 sources, 1.5, 1.6 geomview-1.8.1-rh.patch, 1.2, NONE Message-ID: <200608081542.k78FgkGB016727@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16698 Modified Files: .cvsignore geomview-cvs-checkout.sh geomview.spec sources Added Files: geomview-1.8.2-fhs.patch orrery-0.9.3-fhs.patch Removed Files: geomview-1.8.1-rh.patch Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg geomview-1.8.2-fhs.patch: --- NEW FILE geomview-1.8.2-fhs.patch --- --- geomview-1.8.2-rc3/configure.ac.fhs 2006-07-15 22:41:00.000000000 -0500 +++ geomview-1.8.2-rc3/configure.ac 2006-07-20 13:58:08.000000000 -0500 @@ -711,10 +711,10 @@ ######################################################################## -moduledir="\$(exec_prefix)/bin" +moduledir="\$(libexecdir)/geomview" AC_SUBST(moduledir) -geomdatadir="\$(prefix)/data" +geomdatadir="\$(datadir)/geomview" AC_SUBST(geomdatadir) # cache 'moduledir' and 'geomdatadir' so individual module configure scripts --- geomview-1.8.2-rc3/configure.fhs 2006-07-19 15:36:55.000000000 -0500 +++ geomview-1.8.2-rc3/configure 2006-07-20 13:58:55.000000000 -0500 @@ -28541,10 +28541,10 @@ ######################################################################## -moduledir="\$(exec_prefix)/bin" +moduledir="\$(libexecdir)/geomview" -geomdatadir="\$(prefix)/data" +geomdatadir="\$(datadir)/geomview" # cache 'moduledir' and 'geomdatadir' so individual module configure scripts orrery-0.9.3-fhs.patch: --- NEW FILE orrery-0.9.3-fhs.patch --- --- orrery-0.9.3/quick2elem.fhs 2001-03-19 10:35:01.000000000 -0600 +++ orrery-0.9.3/quick2elem 2006-07-21 09:27:54.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/mktxmesh.fhs 2001-03-18 19:41:17.000000000 -0600 +++ orrery-0.9.3/mktxmesh 2006-07-21 09:28:20.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl if(@ARGV == 0 && -t STDOUT) { print STDERR "Usage: $0 {-stereo|-sinu|-rect|-cyl|-oneface} usize vsize > mesh.oogl --- orrery-0.9.3/data/marshemi.mesh.fhs 2001-03-18 19:41:43.000000000 -0600 +++ orrery-0.9.3/data/marshemi.mesh 2006-07-21 09:27:09.000000000 -0500 @@ -344,7 +344,7 @@ 0.000 0.000 1.000 0.000 0.000 1.000 0.986 0.500 0 -#! /usr/local/bin/perl +#! /usr/bin/perl # #sub putmesh { # ($nu,$nv) = (18,18); --- orrery-0.9.3/data/orrery.fhs 2001-03-19 10:36:46.000000000 -0600 +++ orrery-0.9.3/data/orrery 2006-07-21 09:24:20.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/wish +#! /usr/bin/wish # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/data/vectext.tcl.fhs 2001-03-18 19:42:52.000000000 -0600 +++ orrery-0.9.3/data/vectext.tcl 2006-07-21 09:26:04.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/tclsh +#! /usr/bin/tclsh # Copyright (c) 1995, Geometry Center, University of Minnesota # Script by Stuart Levy, Geometry Center. @@ -11,7 +11,7 @@ # "-hershey" will seek files there if not found relative to ".". # This could be a colon-separated list of directories. -set gsfontpath "/usr/local/lib/ghostscript/fonts" +set gsfontpath "/usr/share/ghostscript/fonts" catch {set gsfontpath $env(GS_FONTPATH)} proc vectext {args} { --- orrery-0.9.3/tailcone.fhs 2001-03-19 10:35:10.000000000 -0600 +++ orrery-0.9.3/tailcone 2006-07-21 09:27:30.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/peri2elem.fhs 2001-03-19 10:34:52.000000000 -0600 +++ orrery-0.9.3/peri2elem 2006-07-21 09:24:55.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/tclsh +#! /usr/bin/tclsh # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/stargv.fhs 2001-03-19 10:35:07.000000000 -0600 +++ orrery-0.9.3/stargv 2006-07-21 09:27:43.000000000 -0500 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 24 Jun 2006 17:25:44 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:42:44 -0000 1.6 @@ -1,5 +1,3 @@ maniview-2.0.0.tar.gz orrery-0.9.3.tar.gz -geomview-snapshot-2004-02-21.tar.gz -geomview.png -geomview-cvs20060623.tar.bz2 +geomview-1.8.2-rc8.tar.bz2 Index: geomview-cvs-checkout.sh =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview-cvs-checkout.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- geomview-cvs-checkout.sh 24 Jun 2006 17:25:44 -0000 1.1 +++ geomview-cvs-checkout.sh 8 Aug 2006 15:42:44 -0000 1.2 @@ -1,14 +1,14 @@ -#!/bin/sh +#!/bin/bash +MODULE=$(basename $0 -cvs_checkout.sh) DATE=$(date +%Y%m%d) set -x -rm -rf geomview -#cvs -d:pserver:anonymous at geomview.cvs.sourceforge.net:/cvsroot/geomview login -cvs -z3 -d:pserver:anonymous at geomview.cvs.sourceforge.net:/cvsroot/geomview co -P geomview -tar cjf geomview-cvs${DATE}.tar.bz2 geomview +rm -rf $MODULE -rm -rf geomview +cvs -z3 -d:pserver:anonymous@${MODULE}.cvs.sourceforge.net:/cvsroot/$MODULE co -P $MODULE +tar cjf $MODULE-${DATE}cvs.tar.bz2 $MODULE +rm -rf $MODULE Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- geomview.spec 24 Jun 2006 17:25:44 -0000 1.12 +++ geomview.spec 8 Aug 2006 15:42:44 -0000 1.13 @@ -1,42 +1,39 @@ ## Conditional build: %define _with_orrery --with-orrery -%define _with_maniview --with-maniview +#define _with_maniview --with-maniview -%define cvs 20060623 +%define beta rc8 Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.7.cvs%{cvs}%{?dist} +Release: 0.17.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ -#Url: http://sourceforge.net/projects/geomview/ Group: Applications/Engineering -#Source0: http://dl.sourceforge.net/sourceforge/geomview/geomview-%{version}.tar.gz -#Source0: http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/src/unreleased/geomview-snapshot-2004-02-21.tar.gz -Source0: geomview-cvs%{cvs}.tar.bz2 -Source1: geomview-cvs-checkout.sh +Source0: http://dl.sourceforge.net/sourceforge/geomview/geomview-%{version}-%{beta}.tar.bz2 +#Source0: geomview-%{cvs}.tar.bz2 +#Source1: geomview-cvs_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # http://bugzilla.redhat.com/bugzilla/182625 #ExcludeArch: x86_64 -Obsoletes: %{name}-plugins < %{version}-%{release} -Provides: %{name}-plugins = %{version}-%{release} - Source1: geomview.desktop Source2: geomview.png # Other plugins %define orrery_ver 0.9.3 -Source10: http://dl.sourceforge.net/geomview/orrery-%{orrery_ver}.tar.gz +Source100: http://dl.sourceforge.net/geomview/orrery-%{orrery_ver}.tar.gz %define maniview_ver 2.0.0 -Source11: http://dl.sourceforge.net/geomview/maniview-%{maniview_ver}.tar.gz +Source200: http://dl.sourceforge.net/geomview/maniview-%{maniview_ver}.tar.gz ## Patches # put moduledir and data in sane locations -Patch1: geomview-1.8.1-rh.patch +Patch1: geomview-1.8.2-fhs.patch +# orrery fhs fixes +Patch100: orrery-0.9.3-fhs.patch BuildRequires: desktop-file-utils BuildRequires: automake libtool @@ -47,6 +44,8 @@ %if "%{?fedora}" > "4" BuildRequires: libXmu-devel %endif +BuildRequires: tcl-devel tk-devel + #BuildRequires: /usr/bin/makeinfo BuildRequires: texinfo @@ -61,6 +60,21 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +Obsoletes: %{name}-plugins < %{version}-%{release} +Provides: %{name}-plugins = %{version}-%{release} + +Obsoletes: %{name}-orrery < %{version}-%{release} +Obsoletes: %{name}-maniview < %{version}-%{release} + +%if "%{?_with_orrery:1}" == "1" +Provides: %{name}-orrery = %{version}-%{release} +Requires: tk tcl +%endif + +%if "%{?_with_maniview:1}" == "1" +Provides: %{name}-maniview = %{version}-%{release} +%endif + %description Geomview is an interactive 3D viewing program for Unix. It lets you view and manipulate 3D objects: you use the mouse to rotate, translate, zoom in and out, @@ -69,12 +83,19 @@ display objects described in a variety of file formats. It comes with a wide selection of example objects, and you can create your own objects too. +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +%{summary}. + %if "%{?_with_orrery:1}" == "1" %package orrery Group: Applications/Engineering Summary: Solar System Simulator for Geomview Requires: %{name} = %{version} -Requires: tk +Requires: tk tcl Obsoletes: orrery < %{orrery_ver}-%{release} Provides: orrery = %{orrery_ver}-%{release} %description orrery @@ -99,39 +120,40 @@ %prep -%setup -q -n %{name} +%define src_dir %{name}-%{version}%{?beta:-%{beta}} +%setup -q -n %{src_dir} # purge CVS crud -find $RPM_BUILD_ROOT -name CVS -type d | xargs rm -rf -find $RPM_BUILD_ROOT -name .cvsignore | xargs rm -f +find . -name CVS -type d | xargs rm -rf +find . -name .cvsignore | xargs rm -f -%patch1 -p1 -b .rh +#patch1 -p1 -b .fhs -libtoolize --force -./reconf -n +#libtoolize --force +#aclocal -I m4 +#./reconf -n %if "%{?_with_orrery:1}" == "1" -%setup -q -T -D -n %{name}/src/bin -a 10 +%setup -q -T -D -n %{src_dir}/src/bin -a 100 +%patch100 -p0 -b .orrery-fhs pushd orrery-%{orrery_ver} libtoolize --force aclocal -I ../../../m4 -autoconf -autoheader -automake -a +autoreconf -i -I ../../../m4 +#autoheader +#automake -a popd -%setup -T -D -n %{name} +%setup -T -D -n %{src_dir} %endif %if "%{?_with_maniview:1}" == "1" -%setup -q -T -D -n %{name}/src/bin -a 11 +%setup -q -T -D -n %{src_dir}/src/bin -a 200 pushd maniview-%{maniview_ver} -libtoolize --force -aclocal -I ../../../m4 -autoconf -autoheader -automake -a +#libtoolize --force +#aclocal -I ../../../m4 +#autoreconf -i -I ../../../m4 popd -%setup -T -D -n %{name} +%setup -T -D -n %{src_dir} %endif @@ -142,8 +164,8 @@ # --config-cache (for maniview) %configure \ - --config-cache \ - --disable-seekpipe + --enable-shared \ + --disable-static # Either do (re)automake steps above for addons, or this. -- Rex %if 0 @@ -153,10 +175,8 @@ %endif # not smp-safe -make MATHLIB=-lm || \ - test -s src/lib/oogl/wa/wa.yacc.c || rm -f src/lib/oogl/wa/wa.yacc.c - -make +#make MATHLIB=-lm +make %{?_smp_mflags} %install @@ -174,21 +194,32 @@ # app icon install -D -m644 -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/geomview.png -# move the html manual for inclusion later -mv doc/html . - # fixup info, We'll use install-info later rm -f $RPM_BUILD_ROOT%{_infodir}/dir # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rpmdocs +make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: +make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: +for dir in src/bin/orrery* src/bin/maniview* ; do + for file in AUTHORS ChangeLog COPYING README TODO ; do + test -s "$dir/$file" && install -p -m644 -D "$dir/$file" "rpmdocs/`basename $dir`/$file" + done +done + +# Unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +rm -rf $RPM_BUILD_ROOT%{_docdir}/%{src_dir} + %clean rm -rf $RPM_BUILD_ROOT %post +/sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} %{_infodir}/%{name}.gz ||: touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null 2>&1 ||: @@ -200,6 +231,7 @@ fi %postun +/sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null 2>&1 ||: update-desktop-database %{_datadir}/applications > /dev/null 2>&1 ||: @@ -208,64 +240,57 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README -%doc html +%doc rpmdocs/geomview.pdf rpmdocs/html/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %{_bindir}/* %{_infodir}/* %{_mandir}/man1/* +%{_mandir}/man3/* %{_datadir}/geomview/ -%{_libexecdir}/geomview/gvx -%{_libexecdir}/geomview/animate -%{_libexecdir}/geomview/.geomview-animate -%{_libexecdir}/geomview/drawbdy -%{_libexecdir}/geomview/.geomview-drawbdy -%{_libexecdir}/geomview/example -%{_libexecdir}/geomview/.geomview-example -%{_libexecdir}/geomview/ginsu -%{_libexecdir}/geomview/.geomview-ginsu -%{_libexecdir}/geomview/graffiti -%{_libexecdir}/geomview/.geomview-graffiti -%{_libexecdir}/geomview/stereo -%{_libexecdir}/geomview/.geomview-stereo -%{_libexecdir}/geomview/sweep -%{_libexecdir}/geomview/.geomview-sweep -%{_libexecdir}/geomview/tackdown -%{_libexecdir}/geomview/.geomview-tackdown -%{_libexecdir}/geomview/transformer -%{_libexecdir}/geomview/.geomview-transformer -%{_libexecdir}/geomview/origin -%{?_with_orrery:%exclude %{_datadir}/geomview/modules/ } -%{?_with_maniview:%exclude %{_datadir}/geomview/groups/ } -%{?_with_maniview:%exclude %{_mandir}/man1/maniview* } - +%{_libdir}/lib*.so.* +%{_libexecdir}/geomview/ %if "%{?_with_orrery:1}" == "1" -%files orrery -%defattr(-,root,root,-) -%doc src/bin/orrery*/AUTHORS src/bin/orrery*/ChangeLog src/bin/orrery*/COPYING -%doc src/bin/orrery*/README -# zero-length, omit -#doc src/bin/orrery*/NEWS -%dir %{_datadir}/geomview/modules -%{_datadir}/geomview/modules/orrery -%{_libexecdir}/geomview/.geomview-orrery +%doc rpmdocs/orrery*/AUTHORS rpmdocs/orrery*/ChangeLog rpmdocs/orrery*/COPYING +%doc rpmdocs/orrery*/README %endif %if "%{?_with_maniview:1}" == "1" -%files maniview -%defattr(-,root,root,-) -%doc src/bin/maniview*/ChangeLog src/bin/maniview*/COPYING -%doc src/bin/maniview*/README -#zero-length, omit -#doc src/bin/maniview*/AUTHORS src/bin/maniview*/NEWS -%{_datadir}/geomview/groups/ -%{_libexecdir}/geomview/maniview -%{_libexecdir}/geomview/.geomview-maniview -%{_mandir}/man1/maniview* +%doc rpmdocs/maniview*/ChangeLog rpmdocs/maniview*/COPYING +%doc rpmdocs/maniview*/README %endif +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so +%{_includedir}/geomview/ + %changelog +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 +- 1.8.2-rc8 +- -devel pkg + +* Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 +- BR: tcl-devel tk-devel + +* Mon Jul 31 2006 Rex Dieter 1.8.2-0.13.rc7 +- 1.8.2-rc7 + +* Thu Jul 26 2006 Rex Dieter 1.8.2-0.12.rc6 +- 1.8.2-rc6 + +* Tue Jul 24 2006 Rex Dieter 1.8.2-0.11.rc4 +- 1.8.2-rc4 + +* Fri Jul 21 2006 Rex Dieter 1.8.2-0.10.rc3 +- patch to fix ppc build + +* Thu Jul 20 2006 Rex Dieter 1.8.2-0.8.rc3 +- 1.8.2-rc3 +- --without-maniview (for now, doesn't build) +- drop -maniview, -orrery subpkgs + * Sat Jun 24 2006 Rex Dieter 1.8.2-0.7.cvs20060623 - omit zero-length files Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 24 Jun 2006 17:25:44 -0000 1.5 +++ sources 8 Aug 2006 15:42:44 -0000 1.6 @@ -1,4 +1,4 @@ -109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz -8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz f5588be3402850ed4cc9ef0dac48013a geomview.png -c6fa3ef59c73e0ffc008b38724012e68 geomview-cvs20060623.tar.bz2 +8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz +109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz +16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 --- geomview-1.8.1-rh.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 15:43:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:45 -0700 Subject: rpms/perl-Module-Starter-PBP - New directory Message-ID: <200608081543.k78FhlJX016831@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16805/perl-Module-Starter-PBP Log Message: Directory /cvs/extras/rpms/perl-Module-Starter-PBP added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 15:43:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:46 -0700 Subject: rpms/perl-Module-Starter-PBP/devel - New directory Message-ID: <200608081543.k78FhmdC016834@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16805/perl-Module-Starter-PBP/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Starter-PBP/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 15:43:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:51 -0700 Subject: owners owners.list,1.1372,1.1373 Message-ID: <200608081543.k78FhspM016856@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16836 Modified Files: owners.list Log Message: added perl-Module-Starter-PBP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1372 retrieving revision 1.1373 diff -u -r1.1372 -r1.1373 --- owners.list 8 Aug 2006 09:13:47 -0000 1.1372 +++ owners.list 8 Aug 2006 15:43:51 -0000 1.1373 @@ -1316,6 +1316,7 @@ Fedora Extras|perl-Module-ScanDeps|Recursively scan Perl code for dependencies|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Signature|CPAN signature management utilities and modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Starter|A simple starter kit for any module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Starter-PBP|Create a module as recommended in "Perl Best Practices"|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Versions-Report|Report versions of all modules in memory|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 8 15:43:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:59 -0700 Subject: rpms/perl-Module-Starter-PBP Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608081544.k78Fi1GB016896@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16863 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Starter-PBP --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Starter-PBP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 15:44:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:00 -0700 Subject: rpms/perl-Module-Starter-PBP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608081544.k78Fi2md016899@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16863/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Starter-PBP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 15:44:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:16 -0700 Subject: rpms/perl-Module-Starter-PBP import.log,1.1,1.2 Message-ID: <200608081544.k78FiIi6016945@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16912 Modified Files: import.log Log Message: auto-import perl-Module-Starter-PBP-0.000003-3.fc5 on branch devel from perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 15:43:59 -0000 1.1 +++ import.log 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Starter-PBP-0_000003-3_fc5:HEAD:perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm:1155051859 From fedora-extras-commits at redhat.com Tue Aug 8 15:44:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:17 -0700 Subject: rpms/perl-Module-Starter-PBP/devel perl-Module-Starter-PBP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608081544.k78FiJmV016950@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16912/devel Modified Files: .cvsignore sources Added Files: perl-Module-Starter-PBP.spec Log Message: auto-import perl-Module-Starter-PBP-0.000003-3.fc5 on branch devel from perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm --- NEW FILE perl-Module-Starter-PBP.spec --- # Note that our versioning is a touch different here... I'm choosing to stick # with the version as reported by cpan directly, for a number of reasons: 1) # it's what v0.0.3 translates into when qv{}'ed, 2) it's easier on rpm, 3) it's # what the author intended by versioning it that way within the CPAN system. # note we have a CPAN version != the version embedded in the tarball %define tarver v0.0.3 Name: perl-Module-Starter-PBP Version: 0.000003 Release: 3%{?dist} Summary: Create a module as recommended in "Perl Best Practices" Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Module-Starter-PBP # note different macro! Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Module-Starter-PBP-%{tarver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl BuildRequires: perl(Test::More), perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(Module::Starter), perl(version), perl(Module::Build) BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not picked up as it's a "use base" situation... Requires: perl(Module::Starter::Simple) %description This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. When used as a Module::Starter plugin, this module allows you to specify a simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module. The default templates that this module initially provides are based on the recommendations in the book "Perl Best Practices". %prep %setup -q -n Module-Starter-PBP-%{tarver} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 08 2006 Chris Weyl 0.000003-3 - added explicit br's on perl(Test::More) * Sun Aug 06 2006 Chris Weyl 0.000003-2 - add explict requires on perl(Module::Starter::Simple) * Sun Aug 06 2006 Chris Weyl 0.000003-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 15:44:00 -0000 1.1 +++ .cvsignore 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +Module-Starter-PBP-v0.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 15:44:00 -0000 1.1 +++ sources 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +2e39d69cd77f64721a875d903a632be3 Module-Starter-PBP-v0.0.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:47:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:47:51 -0700 Subject: rpms/perl-Module-Starter-PBP/devel perl-Module-Starter-PBP.spec, 1.1, 1.2 Message-ID: <200608081547.k78FlrE8017028@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17011 Modified Files: perl-Module-Starter-PBP.spec Log Message: bump Index: perl-Module-Starter-PBP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/perl-Module-Starter-PBP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Starter-PBP.spec 8 Aug 2006 15:44:16 -0000 1.1 +++ perl-Module-Starter-PBP.spec 8 Aug 2006 15:47:51 -0000 1.2 @@ -8,7 +8,7 @@ Name: perl-Module-Starter-PBP Version: 0.000003 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Create a module as recommended in "Perl Best Practices" Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Tue Aug 08 2006 Chris Weyl 0.000003-4 +- bump for build & release + * Tue Aug 08 2006 Chris Weyl 0.000003-3 - added explicit br's on perl(Test::More) From fedora-extras-commits at redhat.com Tue Aug 8 15:51:56 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:56 -0700 Subject: rpms/python-tpg/devel .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081551.k78FpwsC017127@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/devel Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:44 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:56 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:31 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:56 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:44 -0000 1.3 +++ sources 8 Aug 2006 15:51:56 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:51:50 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:50 -0700 Subject: rpms/python-tpg/FC-4 .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081552.k78FqM6r017132@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/FC-4 Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:38 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:50 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:08 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:50 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:38 -0000 1.3 +++ sources 8 Aug 2006 15:51:50 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:51:51 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:51 -0700 Subject: rpms/python-tpg/FC-5 .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081552.k78FqNr2017137@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/FC-5 Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:44 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:51 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:31 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:51 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:44 -0000 1.3 +++ sources 8 Aug 2006 15:51:51 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:38 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:38 -0700 Subject: rpms/python-sqlalchemy/FC-4 .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78Fqeni017196@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/FC-4 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:06 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:37 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:06 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:37 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:06 -0000 1.5 +++ sources 8 Aug 2006 15:52:37 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:38 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:38 -0700 Subject: rpms/python-sqlalchemy/FC-5 .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78FqeBb017202@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/FC-5 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:06 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:38 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:06 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:38 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:06 -0000 1.5 +++ sources 8 Aug 2006 15:52:38 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:39 -0700 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78FqfFf017208@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/devel Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:07 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:39 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:07 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:39 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:07 -0000 1.5 +++ sources 8 Aug 2006 15:52:39 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:53:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:30 -0700 Subject: rpms/python-paramiko/FC-4 .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrWYo017381@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/FC-4 Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:01 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:01 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:01 -0000 1.4 +++ sources 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:53:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:31 -0700 Subject: rpms/python-paramiko/devel .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrX6I017395@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/devel Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:02 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:31 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:02 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:31 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:02 -0000 1.4 +++ sources 8 Aug 2006 15:53:31 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:53:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:31 -0700 Subject: rpms/python-paramiko/FC-5 .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrXSU017388@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/FC-5 Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:02 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:02 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:02 -0000 1.4 +++ sources 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:54:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:54:39 -0700 Subject: rpms/Macaulay2/devel .cvsignore, 1.5, 1.6 Macaulay2-svn_checkout.sh, 1.2, 1.3 Macaulay2.spec, 1.24, 1.25 sources, 1.5, 1.6 Message-ID: <200608081554.k78FsfN9017573@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17544 Modified Files: .cvsignore Macaulay2-svn_checkout.sh Macaulay2.spec sources Log Message: * Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn - 20060808 snapshot Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 16:54:59 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:54:39 -0000 1.6 @@ -1 +1,4 @@ +clog +Macaulay2-0.9.10-20060710svn.tar.bz2 Macaulay2-0.9.20-20060724svn.tar.bz2 +Macaulay2-0.9.20-20060808svn.tar.bz2 Index: Macaulay2-svn_checkout.sh =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2-svn_checkout.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Macaulay2-svn_checkout.sh 25 Jul 2006 16:54:59 -0000 1.2 +++ Macaulay2-svn_checkout.sh 8 Aug 2006 15:54:39 -0000 1.3 @@ -10,7 +10,7 @@ set -x rm -rf $MODULE # app -svn export svn://u123.math.uiuc.edu/Macaulay2/stable/$BRANCH-$VERSION $MODULE +svn export svn://macaulay2.math.uiuc.edu/Macaulay2/stable/$BRANCH-$VERSION $MODULE tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Macaulay2.spec 25 Jul 2006 16:54:59 -0000 1.24 +++ Macaulay2.spec 8 Aug 2006 15:54:39 -0000 1.25 @@ -1,15 +1,15 @@ -%define beta 20060724svn +%define beta 20060808svn Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://www.math.uiuc.edu/Macaulay2/ -#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz +#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -159,6 +159,9 @@ %changelog +* Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn +- 20060808 snapshot + * Mon Jul 24 2006 Rex Dieter 0.9.20-0.1.20060724svn - 2006-07-15-0.9.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 16:54:59 -0000 1.5 +++ sources 8 Aug 2006 15:54:39 -0000 1.6 @@ -1 +1,2 @@ 7586384990e8151157c32efdd17356f6 Macaulay2-0.9.20-20060724svn.tar.bz2 +322a36e7dc6fc95f5e101d152fed45ee Macaulay2-0.9.20-20060808svn.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 16:01:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 8 Aug 2006 09:01:53 -0700 Subject: extras-repoclosure PackageOwners.py, 1.2, 1.3 PackageOwnersTests.py, 1.1, 1.2 Message-ID: <200608081601.k78G1r5K020271@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20251 Modified Files: PackageOwners.py PackageOwnersTests.py Log Message: Index: PackageOwners.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwners.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PackageOwners.py 28 Jul 2006 20:20:01 -0000 1.2 +++ PackageOwners.py 8 Aug 2006 16:01:49 -0000 1.3 @@ -43,6 +43,14 @@ r = '' return r + def GetOwners(self,rpmname): + """return list of e-mail addresses from initialowner+initialcclist fields""" + r = self.GetCoOwnerList(rpmname) + r2 = self.GetOwner(rpmname) + if len(r2): + r.append(r2) + return r + def GetCoOwnerList(self,rpmname): """return list of e-mail addresses from initialcclist field""" try: Index: PackageOwnersTests.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwnersTests.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PackageOwnersTests.py 15 Jul 2006 23:30:28 -0000 1.1 +++ PackageOwnersTests.py 8 Aug 2006 16:01:49 -0000 1.2 @@ -18,6 +18,13 @@ def testowner(self): self.assertEqual( self.o.GetOwner('sylpheed'), 'bugs.michael at gmx.net' ) + + def testowners(self): + a = self.o.GetOwners('perl-MailTools') + a.sort() + b = ['paul at city-fan.org','fedora-perl-devel-list at redhat.com'] + b.sort() + self.assertEqual(a,b) def testwrongpackage(self): self.assertEqual( self.o.GetOwner('thisPkgDoesNotExist'), '' ) From fedora-extras-commits at redhat.com Tue Aug 8 18:27:34 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 8 Aug 2006 11:27:34 -0700 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608081828.k78IS767026215@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26187 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Fix atree problem aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -201,30 +201,41 @@ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +@@ -64,7 +64,7 @@ + static C *_whoseTree = ""; + static C *_banner = BANNER; + static C *_copyright = COPYRIGHT; +-static C *_defaultATREE = (char *)0; ++static C *_defaultATREE = (char *)"/usr/lib/a+"; + static C *_version = (char *)0; + static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; + static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +243,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +254,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +276,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +303,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +339,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 8 Aug 2006 18:27:34 -0000 1.2 @@ -7,12 +7,13 @@ %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -24,6 +25,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-proto-devel BuildRequires: automake16 autoconf @@ -94,6 +97,8 @@ %setup -q -n %{name}-%{ver} %patch1 -p1 -b .org %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -125,22 +130,55 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -148,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -200,13 +239,26 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +- Fix fonts problems +- Fix atree problems + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 8 18:30:15 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 8 Aug 2006 11:30:15 -0700 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608081830.k78IUHD0026310@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Fix atree problem aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:30:15 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -201,30 +201,41 @@ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +@@ -64,7 +64,7 @@ + static C *_whoseTree = ""; + static C *_banner = BANNER; + static C *_copyright = COPYRIGHT; +-static C *_defaultATREE = (char *)0; ++static C *_defaultATREE = (char *)"/usr/lib/a+"; + static C *_version = (char *)0; + static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; + static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +243,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +254,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +276,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +303,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +339,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 8 Aug 2006 18:30:15 -0000 1.2 @@ -7,12 +7,13 @@ %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -24,6 +25,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-proto-devel BuildRequires: automake16 autoconf @@ -94,6 +97,8 @@ %setup -q -n %{name}-%{ver} %patch1 -p1 -b .org %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -125,22 +130,55 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -148,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -200,13 +239,26 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +- Fix fonts problems +- Fix atree problems + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 8 18:37:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:47 -0700 Subject: rpms/abcMIDI/FC-4 .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcJnZ026450@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/FC-4 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:08 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:47 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:08 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:47 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:08 -0000 1.5 +++ sources 8 Aug 2006 18:37:47 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:37:48 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:48 -0700 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcKTu026455@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:09 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:09 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:09 -0000 1.5 +++ sources 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:37:48 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:48 -0700 Subject: rpms/abcMIDI/devel .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcKvI026460@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/devel Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:10 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:10 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:10 -0000 1.5 +++ sources 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:39:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:39:54 -0700 Subject: rpms/perl-Module-Build/devel .cvsignore, 1.12, 1.13 perl-Module-Build.spec, 1.22, 1.23 sources, 1.12, 1.13 Message-ID: <200608081839.k78IduOB026611@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26590 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Update to 0.2805. Use the bundled version.pm code for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 28 Jul 2006 18:25:45 -0000 1.12 +++ .cvsignore 8 Aug 2006 18:39:54 -0000 1.13 @@ -1 +1 @@ -Module-Build-0.2804.tar.gz +Module-Build-0.2805.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- perl-Module-Build.spec 28 Jul 2006 18:26:58 -0000 1.22 +++ perl-Module-Build.spec 8 Aug 2006 18:39:54 -0000 1.23 @@ -1,8 +1,8 @@ -%define module_version 0.2804 +%define module_version 0.2805 Name: perl-Module-Build # When the module version is x.yz, set Version to x.yz00. -Version: 0.2804 +Version: 0.2805 Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::ParseXS) >= 1.02 BuildRequires: perl(YAML) BuildRequires: perl(Pod::Readme) >= 0.04 -BuildRequires: perl(version) >= 0.64 +#BuildRequires: perl(version) >= 0.661 Requires: perl(Archive::Tar) >= 1.08 Requires: perl(ExtUtils::CBuilder) >= 0.15 Requires: perl(ExtUtils::ParseXS) >= 1.02 @@ -64,6 +64,10 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.2805-1 +- Update to 0.2805. +- Use the bundled version.pm code for now. + * Fri Jul 28 2006 Steven Pritchard 0.2804-1 - Update to 0.2804. - BR perl(version). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 28 Jul 2006 18:25:45 -0000 1.12 +++ sources 8 Aug 2006 18:39:54 -0000 1.13 @@ -1 +1 @@ -db3bd4acd00c257762f12b41c581d6a6 Module-Build-0.2804.tar.gz +598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:41:06 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:41:06 -0700 Subject: rpms/perl-YAML/FC-5 .cvsignore, 1.4, 1.5 perl-YAML.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608081841.k78If8JN026686@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-YAML/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26665 Modified Files: .cvsignore perl-YAML.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Jul 2006 00:36:45 -0000 1.4 +++ .cvsignore 8 Aug 2006 18:41:05 -0000 1.5 @@ -1 +1 @@ -YAML-0.58.tar.gz +YAML-0.62.tar.gz Index: perl-YAML.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/perl-YAML.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-YAML.spec 1 Jul 2006 00:36:45 -0000 1.8 +++ perl-YAML.spec 8 Aug 2006 18:41:05 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-YAML -Version: 0.58 -Release: 3%{?dist} +Version: 0.62 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL or Artistic Group: Development/Libraries @@ -24,7 +24,7 @@ %setup -q -n YAML-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null make %{?_smp_mflags} %install @@ -32,6 +32,12 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +# Removing Test::YAML (at least temporarily) due +# to security concerns and questionable value. +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539 +rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/YAML* \ + $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3* + find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; @@ -45,15 +51,20 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes COMPATIBILITY README %{_bindir}/ysh %{perl_vendorlib}/YAML* -%{perl_vendorlib}/Test/YAML* %{_mandir}/man1/ysh.1* %{_mandir}/man3/YAML*.3* -%{_mandir}/man3/Test::YAML*.3* %changelog +* Fri Jul 07 2006 Steven Pritchard 0.62-1 +- Update to 0.62. +- Removed Test::YAML (bug #197539). + +* Mon Jul 03 2006 Steven Pritchard 0.61-1 +- Update to 0.61. + * Sat May 20 2006 Steven Pritchard 0.58-3 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Jul 2006 00:36:45 -0000 1.4 +++ sources 8 Aug 2006 18:41:05 -0000 1.5 @@ -1 +1 @@ -aa5ac653057914ca995dd74de8212ebc YAML-0.58.tar.gz +4be042a043ec520074b0ab6f7ca0bded YAML-0.62.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:55:33 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:55:33 -0700 Subject: rpms/perl-Module-Build/FC-5 .cvsignore, 1.11, 1.12 perl-Module-Build.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200608081855.k78ItZlr026827@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26806 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 May 2006 02:12:10 -0000 1.11 +++ .cvsignore 8 Aug 2006 18:55:33 -0000 1.12 @@ -1 +1 @@ -Module-Build-0.2801.tar.gz +Module-Build-0.2805.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/perl-Module-Build.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Module-Build.spec 23 May 2006 02:12:10 -0000 1.18 +++ perl-Module-Build.spec 8 Aug 2006 18:55:33 -0000 1.19 @@ -1,7 +1,8 @@ -%define module_version 0.2801 +%define module_version 0.2805 Name: perl-Module-Build -Version: 0.2801 +# When the module version is x.yz, set Version to x.yz00. +Version: 0.2805 Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic @@ -15,6 +16,7 @@ BuildRequires: perl(ExtUtils::ParseXS) >= 1.02 BuildRequires: perl(YAML) BuildRequires: perl(Pod::Readme) >= 0.04 +#BuildRequires: perl(version) >= 0.661 Requires: perl(Archive::Tar) >= 1.08 Requires: perl(ExtUtils::CBuilder) >= 0.15 Requires: perl(ExtUtils::ParseXS) >= 1.02 @@ -43,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -62,6 +64,15 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.2805-1 +- Update to 0.2805. +- Use the bundled version.pm code for now. + +* Fri Jul 28 2006 Steven Pritchard 0.2804-1 +- Update to 0.2804. +- BR perl(version). +- Fix find option order. + * Mon May 22 2006 Steven Pritchard 0.2801-1 - Update to 0.2801. - Drop the /dev/zero hack. (Upstream fixed this problem.) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 May 2006 02:12:10 -0000 1.11 +++ sources 8 Aug 2006 18:55:33 -0000 1.12 @@ -1 +1 @@ -fa10e5b53bc41e3948df56d4d115764d Module-Build-0.2801.tar.gz +598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:56:21 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:56:21 -0700 Subject: rpms/celestia/FC-5 celestia-1.4.1-lua51-resume.patch, NONE, 1.1 celestia-1.4.1-lua51.patch, NONE, 1.1 celestia.spec, 1.16, 1.17 Message-ID: <200608081856.k78IuNB6026894@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26871 Modified Files: celestia.spec Added Files: celestia-1.4.1-lua51-resume.patch celestia-1.4.1-lua51.patch Log Message: Sync with devel. celestia-1.4.1-lua51-resume.patch: --- NEW FILE celestia-1.4.1-lua51-resume.patch --- --- celestia-1.4.1/src/celestia/celx.cpp-after-patch1 2006-07-31 09:06:13.000000000 +1000 +++ celestia-1.4.1/src/celestia/celx.cpp 2006-07-31 09:05:08.000000000 +1000 @@ -530,6 +530,8 @@ status = lua_resume(co, narg); if (status == 0) + return 0; + else if (status == LUA_YIELD) { int nres = lua_gettop(co); #if 0 @@ -541,7 +543,7 @@ } else { - lua_xmove(co, L, 1); // move error message + lua_xmove(co, L, -1); // move error message return -1; // error flag } } @@ -711,7 +713,8 @@ // no other errors, and execution terminates normally. There // should be a better way to figure out whether the script ended // normally . . . - if (strcmp(errorMessage, "cannot resume dead coroutine") != 0) + if (errorMessage + && strcmp(errorMessage, "cannot resume dead coroutine") != 0) { cout << "Error: " << errorMessage << '\n'; CelestiaCore* appCore = getAppCore(co); celestia-1.4.1-lua51.patch: --- NEW FILE celestia-1.4.1-lua51.patch --- diff -wbBur celestia-1.4.1/configure celestia-1.4.1.my/configure --- celestia-1.4.1/configure 2006-02-16 00:53:09.000000000 +0300 +++ celestia-1.4.1.my/configure 2006-06-03 13:40:37.000000000 +0400 @@ -39509,7 +39509,7 @@ echo $ECHO_N "checking whether to enable Celestia Extension Language... $ECHO_C" >&6 if (test "$enable_lua" != "no"); then CXXFLAGS="$CXXFLAGS -DCELX" - LDFLAGS="$LDFLAGS -llualib -llua" + LDFLAGS="$LDFLAGS -llua" if (test "$lua_includes" != "no"); then CXXFLAGS="$CXXFLAGS -I$lua_includes" diff -wbBur celestia-1.4.1/configure.in celestia-1.4.1.my/configure.in --- celestia-1.4.1/configure.in 2006-02-03 21:09:54.000000000 +0300 +++ celestia-1.4.1.my/configure.in 2006-06-03 13:40:28.000000000 +0400 @@ -383,7 +383,7 @@ AC_MSG_CHECKING([whether to enable Celestia Extension Language]) if (test "$enable_lua" != "no"); then CXXFLAGS="$CXXFLAGS -DCELX" - LDFLAGS="$LDFLAGS -llualib -llua" + LDFLAGS="$LDFLAGS -llua" if (test "$lua_includes" != "no"); then CXXFLAGS="$CXXFLAGS -I$lua_includes" diff -wbBur celestia-1.4.1/src/celestia/celx.cpp celestia-1.4.1.my/src/celestia/celx.cpp --- celestia-1.4.1/src/celestia/celx.cpp 2006-01-07 03:01:51.000000000 +0300 +++ celestia-1.4.1.my/src/celestia/celx.cpp 2006-06-03 13:41:36.000000000 +0400 @@ -32,9 +32,7 @@ #include "celx.h" #include "celestiacore.h" -extern "C" { -#include "lualib.h" -} +#include "lua.hpp" using namespace std; @@ -598,7 +596,7 @@ int stackTop = lua_gettop(costate); if (strcmp(c_p, "y") == 0) { - lua_iolibopen(costate); + luaL_openlibs(costate); ioMode = IOAllowed; } else @@ -4577,10 +4575,7 @@ initMaps(); // Import the base and math libraries - lua_baselibopen(state); - lua_mathlibopen(state); - lua_tablibopen(state); - lua_strlibopen(state); + luaL_openlibs(state); // Add an easy to use wait function, so that script writers can // live in ignorance of coroutines. There will probably be a significant Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/FC-5/celestia.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- celestia.spec 19 May 2006 20:49:47 -0000 1.16 +++ celestia.spec 8 Aug 2006 18:56:21 -0000 1.17 @@ -1,12 +1,14 @@ Name: celestia Version: 1.4.1 -Release: 2%{?dist} +Release: 4%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL Source0: http://dl.sf.net/celestia/celestia-%{version}.tar.gz Source3: celestia.desktop Patch0: celestia-1.4.0-compile.patch +Patch1: celestia-1.4.1-lua51.patch +Patch2: celestia-1.4.1-lua51-resume.patch URL: http://www.shatters.net/celestia/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,6 +21,9 @@ BuildRequires: libGLU-devel BuildRequires: libXt-devel BuildRequires: libXmu-devel +BuildRequires: lua-devel +BuildRequires: automake17 +BuildRequires: gettext-devel Requires(post): GConf2 Requires(preun): GConf2 @@ -39,10 +44,12 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 -b .lua51 +%patch2 -p1 -b .lua51-resume %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" -%configure --with-gnome +%configure --with-gnome --with-lua make %{?_smp_mflags} @@ -91,7 +98,8 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO controls.txt +%doc AUTHORS ChangeLog COPYING README TODO controls.txt coding-standards.html +%doc devguide.txt # Seem to have gone away in post-1.4.0 CVS... #%doc manual/*.html manual/*.css %{_bindir}/* @@ -102,6 +110,20 @@ %changelog +* Mon Jul 31 2006 Steven Pritchard 1.4.1-4 +- We modified configure.in, so now we need automake17 and gettext-devel. + +* Mon Jul 31 2006 Nick Urbanik 1.4.1-3 +- Test errorMessage to see if it is null before copying it! + This change suggested by Hank Ramsey and added to + celestia-1.4.1-lua51-resume.patch +- Added developers documentation +- Incorporate patch suggested by Hank Ramsey to eliminate segfault + when loading .celx files: celestia-1.4.1-lua51-resume.patch +- Update to add lua +- Incorporate + http://www.archlinux.org/pipermail/tur-users/attachments/20060603/7dea8cd1/celestia-lua51.bin + * Fri May 19 2006 Steven Pritchard 1.4.1-2 - Include accidentally dropped 3ds models. From fedora-extras-commits at redhat.com Tue Aug 8 18:59:55 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 8 Aug 2006 11:59:55 -0700 Subject: fedora-security/audit fe3,1.13,1.14 fe4,1.61,1.62 fe5,1.66,1.67 Message-ID: <200608081859.k78Ixto3026980@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26958 Modified Files: fe3 fe4 fe5 Log Message: Note new clamav issue (no CVE assigned yet). Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- fe3 7 Aug 2006 19:19:45 -0000 1.13 +++ fe3 8 Aug 2006 18:59:52 -0000 1.14 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- fe4 7 Aug 2006 19:43:36 -0000 1.61 +++ fe4 8 Aug 2006 18:59:52 -0000 1.62 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- fe5 7 Aug 2006 19:43:36 -0000 1.66 +++ fe5 8 Aug 2006 18:59:52 -0000 1.67 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Tue Aug 8 19:08:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 12:08:42 -0700 Subject: rpms/Macaulay2/devel Macaulay2.spec,1.25,1.26 Message-ID: <200608081908.k78J8ikn029630@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29613 Modified Files: Macaulay2.spec Log Message: * Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn - ExcludeArch: ppc (bug #201739) - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Macaulay2.spec 8 Aug 2006 15:54:39 -0000 1.25 +++ Macaulay2.spec 8 Aug 2006 19:08:41 -0000 1.26 @@ -1,10 +1,13 @@ %define beta 20060808svn + +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering @@ -13,6 +16,8 @@ Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# ppc build currently hangs, never finishes, http://bugzilla.redhat.com/201739 +ExcludeArch: ppc Source10: Macaulay2.png Source11: Macaulay2.desktop @@ -25,7 +30,6 @@ BuildRequires: desktop-file-utils BuildRequires: gc-devel -# See http://bugzilla.redhat.com/bugzilla/188499 BuildRequires: ntl-devel BuildRequires: factory-devel BuildRequires: libfac-devel @@ -49,24 +53,14 @@ Obsoletes: Macaulay2-docs < %{version}-%{release} Provides: Macaulay2-docs = %{version}-%{release} +Obsoletes: Macaulay2-emacs < %{version}-%{release} +Provides: Macaulay2-emacs = %{version}-%{release} %description Macaulay 2 is a new software system devoted to supporting research in algebraic geometry and commutative algebra written by Daniel R. Grayson and Michael E. Stillman -%package emacs -Summary: %{name} emacs mode -Group: Applications/Engineering -Requires: %{name} = %{version}-%{release} -## %{_datadir}/emacs/site-lisp -#Requires: emacs-common -## %{_bindir}/emacs -Requires: emacs -%description emacs -%{summary}. - - %prep %setup -q @@ -119,7 +113,19 @@ --add-category "X-Fedora" \ %{SOURCE11} -## Unpackaged files +# Make a new home for emacs files +mkdir -p $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs +mv $RPM_BUILD_ROOT%{emacs_sitelisp}/M2*.el $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs/ + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir + pushd $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs + for file in M2*.el ; do + ln -s %{_datadir}/Macaulay2/emacs/$file $RPM_BUILD_ROOT$dir + touch $RPM_BUILD_ROOT$dir/`basename $file .el`.elc + done + popd +done %clean @@ -134,31 +140,49 @@ touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + for file in %{_datadir}/Macaulay2/emacs/M2*.el ; do + ln -sf $file %{emacs_sitelisp}/ ||: + done +fi + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + for file in %{_datadir}/Macaulay2/emacs/M2*.el ; do + ln -sf $file %{xemacs_sitelisp}/ ||: + done +fi + +%triggerun -- emacs-common +[ $2 -eq 0 ] && rm -f %{emacs_sitelisp}/M2*.el* || : + +%triggerun -- xemacs-common +[ $2 -eq 0 ] && rm -f %{xemacs_sitelisp}/M2*.el* || : + %files %defattr(-,root,root,-) #README awol on latest release. #doc Macaulay2/README %doc Macaulay2/CHANGES Macaulay2/COPYING -%{_bindir}/M2 -#{_bindir}/M2-help -#{_bindir}/M2-load-libs +%{_bindir}/* %{_datadir}/Macaulay2/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* # FIXME %{_docdir}/Macaulay2 %{_infodir}/* -%{_mandir}/man1/M2.1* -%{_mandir}/man1/M2-help.1* - -%files emacs -%defattr(-,root,root,-) -#{_bindir}/M2-emacs -%{_datadir}/emacs/site-lisp/* +%{_mandir}/man1/* +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} %changelog +* Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn +- ExcludeArch: ppc (bug #201739) +- %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) + * Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn - 20060808 snapshot @@ -171,9 +195,6 @@ -* Mon Jul 10 2006 Rex Dieter 0.9.8-0.6.cvs20060327 - BR: ncurses-devel -* Mon Jul 10 2006 Rex Dieter 0.9.8-0.5.cvs20060327 -- -emacs subpkg lives again - * Fri May 05 2006 Rex Dieter 0.9.8-0.4.cvs20060327 - 64bit patch (#188709) From fedora-extras-commits at redhat.com Tue Aug 8 21:29:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 8 Aug 2006 14:29:41 -0700 Subject: fedora-security/audit fe3,1.14,1.15 fe4,1.62,1.63 fe5,1.67,1.68 Message-ID: <200608082129.k78LTfXj003219@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3196 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-4018 now assigned for clamav vulnerability Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fe3 8 Aug 2006 18:59:52 -0000 1.14 +++ fe3 8 Aug 2006 21:29:38 -0000 1.15 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- fe4 8 Aug 2006 18:59:52 -0000 1.62 +++ fe4 8 Aug 2006 21:29:38 -0000 1.63 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- fe5 8 Aug 2006 18:59:52 -0000 1.67 +++ fe5 8 Aug 2006 21:29:38 -0000 1.68 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Tue Aug 8 21:47:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:47:43 -0700 Subject: owners owners.list,1.1373,1.1374 Message-ID: <200608082147.k78LljDw003297@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3280 Modified Files: owners.list Log Message: added perl-DateTime-Format-Builder Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1373 retrieving revision 1.1374 diff -u -r1.1373 -r1.1374 --- owners.list 8 Aug 2006 15:43:51 -0000 1.1373 +++ owners.list 8 Aug 2006 21:47:43 -0000 1.1374 @@ -1146,6 +1146,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-Builder|Create DateTime parser classes and objects|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 8 21:48:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:37 -0700 Subject: rpms/perl-DateTime-Format-Builder - New directory Message-ID: <200608082148.k78LmdJN003354@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3328/perl-DateTime-Format-Builder Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Builder added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 21:48:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:38 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel - New directory Message-ID: <200608082148.k78Lme6A003357@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3328/perl-DateTime-Format-Builder/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Builder/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 21:48:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:46 -0700 Subject: rpms/perl-DateTime-Format-Builder Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608082148.k78Lmmxb003398@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3364 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-Builder --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-Builder all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 21:48:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:47 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608082148.k78LmnX7003401@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3364/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-Builder --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 21:49:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:49:11 -0700 Subject: rpms/perl-DateTime-Format-Builder import.log,1.1,1.2 Message-ID: <200608082149.k78LnhfG003450@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3416 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-Builder-0.7807-2.fc5 on branch devel from perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 21:48:46 -0000 1.1 +++ import.log 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-Builder-0_7807-2_fc5:HEAD:perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm:1155073751 From fedora-extras-commits at redhat.com Tue Aug 8 21:49:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:49:12 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel perl-DateTime-Format-Builder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608082149.k78LniWI003454@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3416/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-Builder.spec Log Message: auto-import perl-DateTime-Format-Builder-0.7807-2.fc5 on branch devel from perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm --- NEW FILE perl-DateTime-Format-Builder.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-Builder Version: 0.7807 Release: 2%{?dist} Summary: Create DateTime parser classes and objects Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-Builder Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## core BuildRequires: perl BuildRequires: perl(Test::More) ## non-core BuildRequires: perl(Module::Build), perl(Class::Factory::Util) BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod) BuildRequires: perl(Params::Validate) >= 0.73 BuildRequires: perl ## For extended testing BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::IBeat) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what is expected. %prep %setup -q -n DateTime-Format-Builder-%{version} # digital signature checking. Not essential, but nice %{?_with_network_tests: cpansign -v } # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` mv LICENCE LICENSE %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # signature checked above rm t/00sig.t make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING Artistic Changes AUTHORS CREDITS LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 08 2006 Chris Weyl 0.7807-2 - additional br's * Fri Aug 04 2006 Chris Weyl 0.7807-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 21:48:47 -0000 1.1 +++ .cvsignore 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-Builder-0.7807.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 21:48:47 -0000 1.1 +++ sources 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +4f6ee670cab944db0492e70ca8df3be3 DateTime-Format-Builder-0.7807.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 21:55:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:55:38 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel perl-DateTime-Format-Builder.spec, 1.1, 1.2 Message-ID: <200608082155.k78Ltegk003516@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3499 Modified Files: perl-DateTime-Format-Builder.spec Log Message: bump Index: perl-DateTime-Format-Builder.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/perl-DateTime-Format-Builder.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Builder.spec 8 Aug 2006 21:49:11 -0000 1.1 +++ perl-DateTime-Format-Builder.spec 8 Aug 2006 21:55:38 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-Builder Version: 0.7807 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Create DateTime parser classes and objects Group: Development/Libraries @@ -31,7 +31,6 @@ BuildRequires: perl(Module::Build), perl(Class::Factory::Util) BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod) BuildRequires: perl(Params::Validate) >= 0.73 -BuildRequires: perl ## For extended testing BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::IBeat) @@ -60,8 +59,10 @@ # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` +# American English mv LICENCE LICENSE + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -93,6 +94,9 @@ %changelog +* Tue Aug 08 2006 Chris Weyl 0.7807-3 +- bump for release & build, not in that order + * Tue Aug 08 2006 Chris Weyl 0.7807-2 - additional br's From fedora-extras-commits at redhat.com Tue Aug 8 23:46:38 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:46:38 -0700 Subject: rpms/conexus/FC-5 conexus.spec,1.1,1.2 Message-ID: <200608082346.k78Nke1g010005@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9987 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 8 Aug 2006 23:46:38 -0000 1.2 @@ -9,7 +9,7 @@ Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for From fedora-extras-commits at redhat.com Tue Aug 8 23:48:25 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:48:25 -0700 Subject: rpms/conexus/FC-5 conexus.spec,1.2,1.3 Message-ID: <200608082348.k78NmRZC010053@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10031 Modified Files: conexus.spec Log Message: Reverted BuildRequires for initial FE5 release Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexus.spec 8 Aug 2006 23:46:38 -0000 1.2 +++ conexus.spec 8 Aug 2006 23:48:24 -0000 1.3 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Reverted libpcap-devel to libpcap for FE5 + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Tue Aug 8 23:56:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:56:13 -0700 Subject: rpms/conexus/devel conexus.spec,1.1,1.2 Message-ID: <200608082356.k78NuFtZ010230@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10213 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 8 Aug 2006 23:56:13 -0000 1.2 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Bumped release to maintain upgrade path + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Wed Aug 9 00:05:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 17:05:28 -0700 Subject: rpms/conexus/FC-4 conexus.spec,1.1,1.2 Message-ID: <200608090005.k7905Uf4012888@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12871 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-4/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 9 Aug 2006 00:05:28 -0000 1.2 @@ -3,13 +3,13 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Reverted libpcap-devel to libpcap for FE5 + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Wed Aug 9 01:54:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 8 Aug 2006 18:54:50 -0700 Subject: rpms/exo/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 exo.spec, 1.12, 1.13 Message-ID: <200608090154.k791sqih016047@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16025 Modified Files: sources .cvsignore exo.spec Log Message: Upgrade to 0.3.1.8beta2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/exo/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2005 03:29:30 -0000 1.2 +++ sources 9 Aug 2006 01:54:50 -0000 1.3 @@ -1 +1 @@ -ffcd73ec6b34f19c81afdc3f1a97377b exo-0.3.0.tar.bz2 +b8465faab19e233d5edda12bdd4940b4 exo-0.3.1.8beta2.tar.bz2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exo/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2005 03:29:30 -0000 1.2 +++ .cvsignore 9 Aug 2006 01:54:50 -0000 1.3 @@ -1 +1 @@ -exo-0.3.0.tar.bz2 +exo-0.3.1.8beta2.tar.bz2 Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- exo.spec 17 Feb 2006 01:06:57 -0000 1.12 +++ exo.spec 9 Aug 2006 01:54:50 -0000 1.13 @@ -2,11 +2,11 @@ Summary: Application library for the Xfce desktop environment Name: exo -Version: 0.3.0 -Release: 12%{?dist} +Version: 0.3.1.8 +Release: 0.1.beta2%{?dist} License: LGPL -URL: http://libexo.os-cillation.com/ -Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2 +URL: http://xfce.org/ +Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 Patch0: exo-0.3.0-x86_64-build.patch Group: Development/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,7 +34,7 @@ Static libraries and header files for the exo library. %prep -%setup -q +%setup -q -n %{name}-%{version}beta2 %patch0 -p1 -b x86_64-build @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a +rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a %find_lang libexo-0.3 @@ -60,24 +63,48 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING %{_libdir}/lib*.so.* +%{_datadir}/xfce4/helpers +%{_datadir}/xfce4/doc/C +%{_datadir}/xfce4/doc/ja +%{_mandir}/man1/exo-csource.1.gz +%{_mandir}/man1/exo-open.1.gz +%{_bindir}/exo-csource +%{_bindir}/exo-desktop-item-edit +%{_bindir}/exo-open +%{_bindir}/exo-preferred-applications +%config(noreplace) %{_sysconfdir}/xdg/xfce4/helpers.rc +%{_libexecdir}/exo-helper-0.3 +%{_libexecdir}/exo-compose-mail-0.3 +%{_datadir}/applications/exo-preferred-applications.desktop +%{_datadir}/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png +%{_datadir}/icons/hicolor/48x48/apps/applications-internet.png +%{_datadir}/icons/hicolor/48x48/apps/applications-other.png %files devel %defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/exo/ %{_includedir}/exo* %{_libdir}/lib*.so -%{_libdir}/lib*a %{_libdir}/pkgconfig/*.pc %{_datadir}/pygtk/*/defs/exo-*/ %{python_sitearch}/exo-* %{python_sitearch}/pyexo.* %changelog -* Thu Feb 16 2006 Kevin Fenzi - 0.3.0-12.fc5 -- Rebuild for fc5 +* Wed Aug 2 2006 Kevin Fenzi - 0.3.1.8-0.1.beta2 +- Fix release numbering +- General cleanup for devel push +- Mark helpers.rc as a configfile + +* Wed Jul 12 2006 Kevin Fenzi - 0.3.1.8-0.beta2 +- Upgrade to 0.3.1.8beta2 +- Removed unneeded patch -* Sat Jan 28 2006 Kevin Fenzi - 0.3.0-11.fc5 -- Add imake and libXt-devel to BR to allow detection of modular xorg +* Mon May 8 2006 Kevin Fenzi - 0.3.1.6beta1 +- Upgrade to 0.3.1.6beta1 + +* Sat Jan 21 2006 Kevin Fenzi - 0.3.0-11.fc5 +- Add imake to BR to allow detection of modular xorg * Wed Aug 17 2005 Kevin Fenzi - 0.3.0-10.fc5 - Rebuild for new libcairo and libpixman @@ -119,7 +146,7 @@ - Upgraded to 0.3.0 version * Tue Mar 8 2005 Kevin Fenzi - 0.2.0-3 -- Removed generic INSTALL doc from %doc +- Removed generic INSTALL doc from %%doc * Sun Mar 6 2005 Kevin Fenzi - 0.2.0-2 - Inital Fedora Extras version From fedora-extras-commits at redhat.com Wed Aug 9 02:06:43 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 8 Aug 2006 19:06:43 -0700 Subject: rpms/Terminal/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Terminal.spec, 1.8, 1.9 Message-ID: <200608090206.k7926jPx020818@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/Terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20797 Modified Files: sources .cvsignore Terminal.spec Log Message: Update to 0.2.5.4-0.beta2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2005 04:02:29 -0000 1.2 +++ sources 9 Aug 2006 02:06:43 -0000 1.3 @@ -1 +1 @@ -d9f8c9db0a27c4d304e1c4fd2ca3a371 Terminal-0.2.4.tar.bz2 +9f129b5d143a707394aa7aa139a67afa Terminal-0.2.5.4beta2.tar.bz2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2005 04:02:29 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:06:43 -0000 1.3 @@ -1 +1 @@ -Terminal-0.2.4.tar.bz2 +Terminal-0.2.5.4beta2.tar.bz2 Index: Terminal.spec =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/Terminal.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Terminal.spec 11 May 2006 22:19:17 -0000 1.8 +++ Terminal.spec 9 Aug 2006 02:06:43 -0000 1.9 @@ -1,15 +1,16 @@ Summary: X Terminal Emulator Name: Terminal -Version: 0.2.4 -Release: 8%{?dist} +Version: 0.2.5.4 +Release: 0.1.beta2%{?dist} License: GPL URL: http://terminal.os-cillation.com/ -Source0: http://download.berlios.de/xfce-goodies/Terminal-0.2.4.tar.bz2 +Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/Terminal-0.2.5.4beta2.tar.bz2 Group: User Interface/X Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: vte-devel >= 0.11.11 -BuildRequires: exo-devel >= 0.3.0 +BuildRequires: vte-devel +BuildRequires: exo-devel >= 0.3.1 BuildRequires: libSM-devel +BuildRequires: gettext %description Terminal is a lightweight and easy to use terminal emulator application @@ -17,7 +18,7 @@ it unique among X terminal emulators. %prep -%setup -q +%setup -q -n %{name}-%{version}beta2 %build %configure @@ -39,8 +40,10 @@ %{_datadir}/Terminal/apps/* %{_datadir}/doc/Terminal/terminal.css %{_datadir}/doc/Terminal/C/* +%{_datadir}/doc/Terminal/ja/* %{_datadir}/icons/hicolor/48x48/apps/Terminal.png %{_datadir}/icons/hicolor/scalable/apps/Terminal.svg +%{_datadir}/icons/hicolor/*/stock/navigation/*.png %{_datadir}/pixmaps/terminal.xpm %{_datadir}/Terminal/Terminal-toolbars.ui %{_datadir}/Terminal/Terminal.ui @@ -49,11 +52,14 @@ %{_libexecdir}/TerminalHelp %changelog -* Thu May 11 2006 Kevin Fenzi - 0.2.4-8 -- Rebuild against new vte version +* Wed Aug 2 2006 Kevin Fenzi - 0.2.5.4-0.1.beta2 +- Fix release -* Thu Feb 16 2006 Kevin Fenzi - 0.2.4-7.fc5 -- Add libSM-devel BuildRequires +* Wed Jul 12 2006 Kevin Fenzi - 0.2.5.4-0.beta2 +- Update to 0.2.5.4-0.beta2 + +* Fri Jun 23 2006 Kevin Fenzi - 0.2.5.1-0.beta1.fc6 +- Update to 0.2.5.1-0.beta1 * Thu Feb 16 2006 Kevin Fenzi - 0.2.4-6.fc5 - Rebuild for fc5 From fedora-extras-commits at redhat.com Wed Aug 9 02:13:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 19:13:28 -0700 Subject: rpms/python-irclib/devel .cvsignore, 1.2, 1.3 python-irclib.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608090213.k792DUMi022089@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22067 Modified Files: .cvsignore python-irclib.spec sources Log Message: 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2005 18:34:33 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:13:28 -0000 1.3 @@ -1 +1 @@ -python-irclib-0.4.5.tar.gz +python-irclib-0.4.6.tar.gz Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/python-irclib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-irclib.spec 13 Feb 2006 23:59:03 -0000 1.2 +++ python-irclib.spec 9 Aug 2006 02:13:28 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-irclib -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Tue Aug 8 2006 Luke Macken 0.4.6-1 +- 0.4.6 (Bug #201753) + * Mon Feb 13 2006 Luke Macken 0.4.5-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2005 18:34:33 -0000 1.2 +++ sources 9 Aug 2006 02:13:28 -0000 1.3 @@ -1 +1 @@ -141b7cd26723b337ef277ff5eb56bb5e python-irclib-0.4.5.tar.gz +7e4fc4b5382c6b54ede8b6e29270cba8 python-irclib-0.4.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 02:13:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 19:13:46 -0700 Subject: rpms/python-irclib/FC-5 .cvsignore, 1.2, 1.3 python-irclib.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608090213.k792DmXo022161@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22140 Modified Files: .cvsignore python-irclib.spec sources Log Message: 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2005 18:34:33 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:13:46 -0000 1.3 @@ -1 +1 @@ -python-irclib-0.4.5.tar.gz +python-irclib-0.4.6.tar.gz Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/python-irclib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-irclib.spec 13 Feb 2006 23:59:03 -0000 1.2 +++ python-irclib.spec 9 Aug 2006 02:13:46 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-irclib -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Tue Aug 8 2006 Luke Macken 0.4.6-1 +- 0.4.6 (Bug #201753) + * Mon Feb 13 2006 Luke Macken 0.4.5-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2005 18:34:33 -0000 1.2 +++ sources 9 Aug 2006 02:13:46 -0000 1.3 @@ -1 +1 @@ -141b7cd26723b337ef277ff5eb56bb5e python-irclib-0.4.5.tar.gz +7e4fc4b5382c6b54ede8b6e29270cba8 python-irclib-0.4.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 02:51:15 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 8 Aug 2006 19:51:15 -0700 Subject: rpms/paps/devel dead.package,NONE,1.1 README,1.1,NONE Message-ID: <200608090251.k792pHRC029516@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29500 Added Files: dead.package Removed Files: README Log Message: follow PackageEndOfLife policy. --- NEW FILE dead.package --- paps has been moved into Core. --- README DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 04:18:20 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 8 Aug 2006 21:18:20 -0700 Subject: owners owners.list,1.1374,1.1375 Message-ID: <200608090418.k794IMKE007155@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7138 Modified Files: owners.list Log Message: Changing email addresses. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1374 retrieving revision 1.1375 diff -u -r1.1374 -r1.1375 --- owners.list 8 Aug 2006 21:47:43 -0000 1.1374 +++ owners.list 9 Aug 2006 04:18:20 -0000 1.1375 @@ -125,7 +125,7 @@ Fedora Extras|bwbar|A program that generates a readout of the current bandwidth use|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bwidget|Extended widget set for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bwm-ng|Bandwidth Monitor NG|oliver at linux-kernel.at|extras-qa at fedoraproject.org| -Fedora Extras|byzanz|A desktop recorder|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|byzanz|A desktop recorder|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|bzflag|3D multi-player tank battle game|nphilipp at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bzr|A friendly distributed version control system|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com Fedora Extras|bzrtools|A collection of utilities and plugins for Bazaar-NG|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com @@ -286,7 +286,7 @@ Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|elmo|Terminal-based mail client|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|em8300|DXR3/Hollywood Plus MPEG decoder card support tools|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|em8300-kmod|Kernel modules for DXR3/Hollywood Plus MPEG decoder cards|ville.skytta at iki.fi|extras-qa at fedoraproject.org| @@ -598,7 +598,7 @@ Fedora Extras|ifplugd|Detect and take action when an ethernet cable is unplugged|aaron.bennett at olin.edu|extras-qa at fedoraproject.org| Fedora Extras|iftop|Command line tool that displays bandwidth usage on an interface|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iiimf-le-simplehangul|Romanized Korean Hangul language engine for IIIMF|wtogami at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|iksemel|An XML parser library designed for Jabber applications|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|iksemel|An XML parser library designed for Jabber applications|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|ikvm|A Java compatibility layer for Mono|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|im-chooser|Desktop Input Method configuration tool|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|imlib|An image loading and rendering library for X11R6|michael at knox.net.nz|extras-qa at fedoraproject.org| @@ -639,7 +639,7 @@ Fedora Extras|john|John the Ripper password cracker|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|jpgraph|An OO graph drawing class library for PHP|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|js|JavaScript interpreter|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kadischi|An application for Fedora-based LiveCD generation|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| @@ -733,7 +733,7 @@ Fedora Extras|libesmtp|SMTP client library|pawsa at theochem.kth.se|extras-qa at fedoraproject.org| Fedora Extras|libetpan|Portable, efficient middleware for different kinds of mail access|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libevent|Abstract asynchronous event notification library|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| -Fedora Extras|libeXosip2|A library that hides the complexity of using the SIP protocol|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|libeXosip2|A library that hides the complexity of using the SIP protocol|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libfac|An extension to Singular-factory|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|libfwbuilder|Firewall Builder API|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|libgalago|Galago presence library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -792,7 +792,7 @@ Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libpqxx|C++ client API for PostgreSQL|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|librsync|Rsync libraries|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com @@ -1553,7 +1553,7 @@ Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| -Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pyparsing|An object-oriented approach to text processing|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| @@ -1580,7 +1580,7 @@ Fedora Extras|python-cvstoys|Collection of python tools for CVS|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|python-dateutil|Powerful extensions to the standard datetime module|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-dialog|Python interface to the Unix dialog utility|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|python-dns|DNS toolkit for Python|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|python-dns|DNS toolkit for Python|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-docutils|A system for processing plaintext documentation|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|python-durus|A Python persistent Object Database|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-elementtree|Fast XML parser and writer|icon at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1629,7 +1629,7 @@ Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|pytz|World Timezone Definitions for Python|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|PyX|Python graphics package|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|pyxdg|PyXDG is a python library to access freedesktop.org standards|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net @@ -1669,7 +1669,7 @@ Fedora Extras|R-RScaLAPACK|An interface to perform parallel computation on linear algebra problems using ScaLAPACK|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|R-waveslim|R module, Basic wavelet routines for 1,2 and 3-dimensional signal processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|R-wavethresh|R module, Software to perform wavelet statistics and transforms|jamatos at fc.up.pt|extras-qa at fedoraproject.org| -Fedora Extras|radiusclient-ng|RADIUS protocol client library|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|radiusclient-ng|RADIUS protocol client library|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|rafkill|Top-down shooter with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|raidem|2d top-down shoot'em up|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|raidem-music|Background music for the game raidem|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 04:35:31 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:35:31 -0700 Subject: rpms/obby/devel obby-0.4.0rc3-localedir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 obby.spec, 1.19, 1.20 sources, 1.6, 1.7 obby-0.4.0rc2-gcc41.patch, 1.2, NONE Message-ID: <200608090435.k794ZXAF009470@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9446 Modified Files: .cvsignore obby.spec sources Added Files: obby-0.4.0rc3-localedir.patch Removed Files: obby-0.4.0rc2-gcc41.patch Log Message: * Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch - remove obby-0.4.0rc2-gcc41.patch obby-0.4.0rc3-localedir.patch: --- NEW FILE obby-0.4.0rc3-localedir.patch --- --- po/Makefile.in.in.orig 2006-08-09 00:23:07.000000000 -0400 +++ po/Makefile.in.in 2006-08-09 00:23:41.000000000 -0400 @@ -25,7 +25,7 @@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ -localedir = @localedir@ +localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 May 2006 05:13:44 -0000 1.6 +++ .cvsignore 9 Aug 2006 04:35:30 -0000 1.7 @@ -1 +1 @@ -obby-0.4.0rc2.tar.gz +obby-0.4.0rc3.tar.gz Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- obby.spec 12 Jul 2006 19:15:19 -0000 1.19 +++ obby.spec 9 Aug 2006 04:35:30 -0000 1.20 @@ -1,15 +1,15 @@ -%define _rc rc2 +%define _rc rc3 Name: obby Version: 0.4.0 -Release: 5.%{_rc}%{?dist} +Release: 0.6.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries License: GPL URL: http://releases.0x539.de/obby Source0: http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-gcc41.patch +Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: net6-devel, gmp-devel, gettext-devel @@ -33,7 +33,7 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 -p1 -b .gcc41 +%patch0 -b .localedir %build @@ -69,6 +69,11 @@ %changelog +* Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 +- 0.4.0rc3 +- obby-0.4.0rc3-localefix.patch +- remove obby-0.4.0rc2-gcc41.patch + * Wed Jul 12 2006 Paul Nasrat - 0.4.0-5.rc2 - Modify GCC 4.1 patch so that Gobby will build Index: sources =================================================================== RCS file: /cvs/extras/rpms/obby/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 May 2006 05:13:44 -0000 1.6 +++ sources 9 Aug 2006 04:35:30 -0000 1.7 @@ -1 +1 @@ -5dbc7054ee31eca614d44761aeddee49 obby-0.4.0rc2.tar.gz +3b7be72db362c7180aa8d888b4d320dd obby-0.4.0rc3.tar.gz --- obby-0.4.0rc2-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 04:49:08 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:49:08 -0700 Subject: rpms/obby/devel obby.spec,1.20,1.21 Message-ID: <200608090449.k794nADA011785@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11768 Modified Files: obby.spec Log Message: fix version Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- obby.spec 9 Aug 2006 04:35:30 -0000 1.20 +++ obby.spec 9 Aug 2006 04:49:08 -0000 1.21 @@ -2,7 +2,7 @@ Name: obby Version: 0.4.0 -Release: 0.6.%{_rc}%{?dist} +Release: 6.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries @@ -69,7 +69,7 @@ %changelog -* Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 +* Wed Aug 9 2006 Luke Macken - 0.4.0-6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch - remove obby-0.4.0rc2-gcc41.patch From fedora-extras-commits at redhat.com Wed Aug 9 04:53:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:53:38 -0700 Subject: rpms/gobby/devel .cvsignore, 1.6, 1.7 gobby.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200608090453.k794reJC011921@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11900 Modified Files: .cvsignore gobby.spec sources Log Message: 0.4.0rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Jun 2006 14:06:07 -0000 1.6 +++ .cvsignore 9 Aug 2006 04:53:38 -0000 1.7 @@ -1 +1 @@ -gobby-0.4.0rc2.tar.gz +gobby-0.4.0rc3.tar.gz Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gobby.spec 13 Jul 2006 01:27:21 -0000 1.14 +++ gobby.spec 9 Aug 2006 04:53:38 -0000 1.15 @@ -1,8 +1,8 @@ -%define _rc rc2 +%define _rc rc3 Name: gobby Version: 0.4.0 -Release: 6.%{_rc}%{?dist} +Release: 7.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -70,6 +70,9 @@ %changelog +* Wed Aug 9 2006 Luke Macken - 0.4.0-7.rc3 +- 0.4.0rc3 + * Wed Jul 12 2006 Luke Macken - 0.4.0-6.rc2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Jun 2006 14:06:07 -0000 1.6 +++ sources 9 Aug 2006 04:53:38 -0000 1.7 @@ -1 +1 @@ -6b40cfe48ef9f4d24e4e81486ef6992e gobby-0.4.0rc2.tar.gz +3e0ec337d556f6afb957af5513dbb3cf gobby-0.4.0rc3.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 06:09:48 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 8 Aug 2006 23:09:48 -0700 Subject: rpms/ghex/FC-5 ghex-search-crash.patch, NONE, 1.1 ghex.spec, 1.11, 1.12 Message-ID: <200608090609.k7969ood020444@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20418 Modified Files: ghex.spec Added Files: ghex-search-crash.patch Log Message: 2.8.2-2 -- apply ghex-search-crash.patch from b.g.o #339055, fixes #175957 ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/ghex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ghex.spec 6 Aug 2006 12:47:03 -0000 1.11 +++ ghex.spec 9 Aug 2006 06:09:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binary editor for GNOME @@ -8,7 +8,8 @@ License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 -Patch: ghex-no-scrollkeeper.patch +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -42,7 +43,8 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure @@ -108,6 +110,9 @@ %changelog +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + * Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 - Update to 2.8.2 - Don't use the libtool worksaroung anymore From fedora-extras-commits at redhat.com Wed Aug 9 06:10:27 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 8 Aug 2006 23:10:27 -0700 Subject: rpms/ghex/devel ghex-search-crash.patch, NONE, 1.1 ghex.spec, 1.11, 1.12 Message-ID: <200608090610.k796ATbY020485@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20465 Modified Files: ghex.spec Added Files: ghex-search-crash.patch Log Message: 2.8.2-2 -- apply ghex-search-crash.patch from b.g.o #339055, fixes #175957 ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ghex.spec 15 Jul 2006 14:26:15 -0000 1.11 +++ ghex.spec 9 Aug 2006 06:10:27 -0000 1.12 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binary editor for GNOME @@ -8,7 +8,8 @@ License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 -Patch: ghex-no-scrollkeeper.patch +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -42,7 +43,8 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure @@ -108,6 +110,9 @@ %changelog +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + * Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 - Update to 2.8.2 - Don't use the libtool worksaroung anymore From fedora-extras-commits at redhat.com Wed Aug 9 06:29:32 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 8 Aug 2006 23:29:32 -0700 Subject: rpms/gcdmaster/FC-5 gcdmaster.spec,1.2,1.3 Message-ID: <200608090629.k796TYwU020655@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20635 Modified Files: gcdmaster.spec Log Message: Bumping up release to fix upgrade path Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/FC-5/gcdmaster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcdmaster.spec 1 Mar 2006 06:57:27 -0000 1.2 +++ gcdmaster.spec 9 Aug 2006 06:29:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Wed Aug 9 2006 Denis Leroy - 1.2.1-5 +- Bumping up release to fix upgrade path + * Tue Feb 28 2006 Denis Leroy - 1.2.1-4 - Added patch to fix g++4 compile problem From fedora-extras-commits at redhat.com Wed Aug 9 06:30:01 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:30:01 -0700 Subject: rpms/clamav/devel sources,1.17,1.18 clamav.spec,1.37,1.38 Message-ID: <200608090630.k796U3H6020733@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20711 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:17:12 -0000 1.17 +++ sources 9 Aug 2006 06:30:01 -0000 1.18 @@ -1,2 +1,4 @@ 330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- clamav.spec 8 Jul 2006 15:57:54 -0000 1.37 +++ clamav.spec 9 Aug 2006 06:30:01 -0000 1.38 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -337,8 +337,8 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %_mandir/man[15]/* %_bindir/* +%_mandir/man[15]/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam %exclude %_mandir/*/freshclam* @@ -391,7 +391,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/*/clamd* +%doc %_mandir/man[58]/clamd* %_sbindir/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -417,6 +417,12 @@ %ghost %attr(0620,root,%milteruser) %verify(not size md5 mtime) %milterlog %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - removed a superfluous '}' - removed some code which was relevant for FC-3 only From fedora-extras-commits at redhat.com Wed Aug 9 06:30:27 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 8 Aug 2006 23:30:27 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.2,1.3 Message-ID: <200608090630.k796UTqw020798@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777 Modified Files: gcdmaster.spec Log Message: Bumping up release to fix upgrade path Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcdmaster.spec 1 Mar 2006 06:57:27 -0000 1.2 +++ gcdmaster.spec 9 Aug 2006 06:30:27 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Wed Aug 9 2006 Denis Leroy - 1.2.1-5 +- Bumping up release to fix upgrade path + * Tue Feb 28 2006 Denis Leroy - 1.2.1-4 - Added patch to fix g++4 compile problem From fedora-extras-commits at redhat.com Wed Aug 9 06:48:12 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:48:12 -0700 Subject: rpms/clamav/devel clamav.spec,1.38,1.39 Message-ID: <200608090648.k796mEEE020965@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20948 Modified Files: clamav.spec Log Message: removed a superfluous %doc Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- clamav.spec 9 Aug 2006 06:30:01 -0000 1.38 +++ clamav.spec 9 Aug 2006 06:48:12 -0000 1.39 @@ -391,7 +391,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/man[58]/clamd* +%_mandir/man[58]/clamd* %_sbindir/* %_initrddir/clamd-wrapper %dir %pkgdatadir From fedora-extras-commits at redhat.com Wed Aug 9 06:49:22 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:49:22 -0700 Subject: rpms/clamav/devel sources,1.18,1.19 Message-ID: <200608090649.k796nOaV021004@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20987 Modified Files: sources Log Message: cleanup; removed old sources Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 9 Aug 2006 06:30:01 -0000 1.18 +++ sources 9 Aug 2006 06:49:22 -0000 1.19 @@ -1,4 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig 7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz 450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig From fedora-extras-commits at redhat.com Wed Aug 9 06:53:29 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:53:29 -0700 Subject: rpms/clamav/FC-5 sources,1.17,1.18 clamav.spec,1.35,1.36 Message-ID: <200608090653.k796rVd3021055@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21036 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:16:02 -0000 1.17 +++ sources 9 Aug 2006 06:53:29 -0000 1.18 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- clamav.spec 8 Jul 2006 13:16:02 -0000 1.35 +++ clamav.spec 9 Aug 2006 06:53:29 -0000 1.36 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/*/clamd* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 06:57:03 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:57:03 -0700 Subject: rpms/clamav/FC-4 sources,1.17,1.18 clamav.spec,1.33,1.34 Message-ID: <200608090657.k796v5Dq021115@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21096 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:16:01 -0000 1.17 +++ sources 9 Aug 2006 06:57:03 -0000 1.18 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/clamav.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- clamav.spec 8 Jul 2006 13:16:01 -0000 1.33 +++ clamav.spec 9 Aug 2006 06:57:03 -0000 1.34 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %{_mandir}/man8/* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 06:59:30 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:59:30 -0700 Subject: rpms/clamav/FC-3 sources,1.15,1.16 clamav.spec,1.23,1.24 Message-ID: <200608090659.k796xWEn021157@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21138 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 8 Jul 2006 13:16:00 -0000 1.15 +++ sources 9 Aug 2006 06:59:30 -0000 1.16 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/clamav.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- clamav.spec 8 Jul 2006 13:16:00 -0000 1.23 +++ clamav.spec 9 Aug 2006 06:59:30 -0000 1.24 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %{_mandir}/man8/* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 07:14:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 9 Aug 2006 00:14:02 -0700 Subject: rpms/inkscape/FC-5 inkscape.spec,1.28,1.29 Message-ID: <200608090714.k797E4F1023818@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23801 Modified Files: inkscape.spec Log Message: Bumping up release to fix upgrade path Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-5/inkscape.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- inkscape.spec 27 Jun 2006 03:06:28 -0000 1.28 +++ inkscape.spec 9 Aug 2006 07:14:02 -0000 1.29 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -120,6 +120,9 @@ %changelog +* Wed Aug 9 2006 Denis Leroy - 0.44-3 +- Bumping up release to fix upgrade path + * Mon Jun 26 2006 Denis Leroy - 0.44-1 - Update to 0.44 - Boosting release to preserve upgrade path from FC4 From fedora-extras-commits at redhat.com Wed Aug 9 07:14:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 9 Aug 2006 00:14:58 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.27,1.28 Message-ID: <200608090715.k797F07p023888@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23869 Modified Files: inkscape.spec Log Message: Bumping up release to fix upgrade path Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- inkscape.spec 28 Jun 2006 20:35:51 -0000 1.27 +++ inkscape.spec 9 Aug 2006 07:14:58 -0000 1.28 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -120,6 +120,9 @@ %changelog +* Wed Aug 9 2006 Denis Leroy - 0.44-3 +- Bumping up release to fix upgrade path + * Wed Jun 28 2006 Denis Leroy - 0.44-2 - Update to 0.44 - Removed obsolete patches From fedora-extras-commits at redhat.com Wed Aug 9 10:23:24 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:24 -0700 Subject: rpms/libtlen/devel - New directory Message-ID: <200608091023.k79ANQYs032433@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32407/libtlen/devel Log Message: Directory /cvs/extras/rpms/libtlen/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 10:23:23 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:23 -0700 Subject: rpms/libtlen - New directory Message-ID: <200608091023.k79ANPx9032430@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32407/libtlen Log Message: Directory /cvs/extras/rpms/libtlen added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 10:23:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:42 -0700 Subject: rpms/libtlen Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608091023.k79ANiDj032484@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32456 Added Files: Makefile import.log Log Message: Setup of module libtlen --- NEW FILE Makefile --- # Top level Makefile for module libtlen all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 10:23:43 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:43 -0700 Subject: rpms/libtlen/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608091023.k79ANjV2032487@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32456/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libtlen --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 10:26:10 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:26:10 -0700 Subject: rpms/libtlen import.log,1.1,1.2 Message-ID: <200608091026.k79AQCGN032580@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32546 Modified Files: import.log Log Message: auto-import libtlen-0-0.4.20060309 on branch devel from libtlen-0-0.4.20060309.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libtlen/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 10:23:42 -0000 1.1 +++ import.log 9 Aug 2006 10:26:10 -0000 1.2 @@ -0,0 +1 @@ +libtlen-0-0_4_20060309:HEAD:libtlen-0-0.4.20060309.src.rpm:1155119207 From fedora-extras-commits at redhat.com Wed Aug 9 10:26:11 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:26:11 -0700 Subject: rpms/libtlen/devel libtlen-rpm.patch, NONE, 1.1 libtlen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608091026.k79AQDCv032587@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32546/devel Modified Files: .cvsignore sources Added Files: libtlen-rpm.patch libtlen.spec Log Message: auto-import libtlen-0-0.4.20060309 on branch devel from libtlen-0-0.4.20060309.src.rpm libtlen-rpm.patch: --- NEW FILE libtlen-rpm.patch --- --- libtlen-20060309/lib/Makefile.in.r 2004-11-12 12:55:45.000000000 +0100 +++ libtlen-20060309/lib/Makefile.in 2006-07-27 14:11:17.000000000 +0200 @@ -53,7 +53,7 @@ $(RANLIB) $(STATIC) $(SHARED): $(OBJS) - $(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc + $(CC) $(CFLAGS) -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc $(LN_S) -f $(SHARED) $(SHAREDM) $(LN_S) -f $(SHARED) $(SHAREDMM) @@ -74,4 +74,4 @@ $(INSTALL) -m 644 $(HEADERS) $(DESTDIR)$(includedir)$(libincludedir) testclient: $(STATIC) testclient.c - $(CC) -Wall -ggdb -o testclient testclient.c libtlen.a $(LIBS) + $(CC) -Wall $(CFLAGS) -ggdb -o testclient testclient.c libtlen.a $(LIBS) --- NEW FILE libtlen.spec --- %define _snap 20060309 Name: libtlen Version: 0 Release: 0.4.%{_snap}%{?dist} Summary: Tlen.pl client library Summary(pl): Biblioteka kliencka Tlen.pl Group: System Environment/Libraries License: LGPL URL: http://tleenx.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/tleenx/%{name}-%{_snap}.tar.gz Patch0: %{name}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description libtlen is a library providing an API for client programs which want to use Tlen.pl, an Instant Messanging protocol based on Jabber, but with some modifications. %description -l pl Biblioteka libtlen dostarcza API dla program??w klienckich korzystaj??cych z protoko??u Tlen.pl kt??ry bazuje na Jabber z niewielkimi modyfikacjami. %package devel Summary: Header files for developing programs using libtlen Summary(pl): Pliki nag????wkowe do biblioteki libtlen Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package is required to develop programs that use Tlen.pl protocol. %description devel -l pl Pakiet wymagany przy pisaniu program??w korzystaj??cych z protoko??u Tlen.pl. %prep %setup -q -n %{name}-%{_snap} %patch0 -p1 -b .r %build %configure %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT for i in ChangeLog docs/AUTHORS docs/TODO docs/libtlen.css; do iconv -f ISO-8859-2 -t UTF-8 $i -o $i.utf %{__mv} -f $i.utf $i done %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libtlen.a %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %lang(pl) %doc docs/AUTHORS docs/TODO ChangeLog COPYING %attr(755,root,root) %{_libdir}/libtlen.so.* %files devel %defattr(644,root,root,755) %lang(pl) %doc docs/*.{html,css} %{_includedir}/* %{_libdir}/libtlen.so %changelog * Fri Jul 27 2006 Dominik Mierzejewski 0-0.4.20060309 - included LGPL license text from upstream * Fri Jul 27 2006 Dominik Mierzejewski 0-0.3.20060309 - patch to fix 32bit builds on 64bit - updated to 20060309 snapshot - changed project and download urls * Sat Jan 07 2006 Dominik Mierzejewski 0-0.1.20041113 - FE compliance - removed static subpackage - mark docs as Polish * Tue Sep 13 2005 Dominik Mierzejewski - updated to 20041113 snapshot * Mon Jul 04 2005 Dominik Mierzejewski - fixed building on FC4 * Wed Oct 13 2004 Dominik Mierzejewski - adapted PLD spec - updated to 20040416 snapshot * Sun Feb 29 2004 PLD Team All persons listed below can be reached at @pld-linux.org Revision 1.28 2004/02/29 18:01:25 pawelb - up to 20040228 Revision 1.27 2003/11/17 22:15:52 adgor - Partially reverted Revision 1.26 2003/11/17 21:46:36 adgor - Changed versioning policy (ver 0.%%{_snap}; rel 1) - Added post/postun /sbin/ldconfig - libtlen.so moved to devel subpkg Revision 1.25 2003/11/16 09:27:35 jack - updated to snap 20031115 Revision 1.24 2003/11/08 20:44:23 jack - updated to 20031108 snap Revision 1.23 2003/08/29 11:15:25 adgor - Added %%{release} to req Revision 1.22 2003/08/18 08:08:17 gotar - mass commit: cosmetics (removed trailing white spaces) Revision 1.21 2003/07/11 12:28:23 ankry - URL fixes and other cosmetics Revision 1.20 2003/06/27 13:10:47 mmazur - mass commit; now req: name = epoch:version Revision 1.19 2003/05/28 12:59:32 malekith - massive attack: source-md5 Revision 1.18 2003/05/25 05:50:04 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.17 2003/04/18 14:45:32 radek - snap 20030415 Revision 1.16 2003/02/17 11:32:06 radek - updated Source0 URL Revision 1.15 2003/02/03 19:17:17 krzak - snap 20030130 Revision 1.14 2002/11/23 02:06:12 aflinta - updated to snap 20021122 - removed destdir.path which is now obsoleted Revision 1.13 2002/11/19 15:23:33 aflinta - updated descriptions - version is 0 cause there is no version except snaps - Epoch 1 - updated URL's Revision 1.12 2002/10/30 16:45:55 aflinta - normal URL is back ;) Revision 1.11 2002/10/29 23:41:28 aflinta - updated to snap 20021029 Revision 1.10 2002/10/29 23:18:58 aflinta - libsigc++ seems to be not needed, everything is working without it Revision 1.9 2002/10/26 10:36:27 ggodlewski - url changed to ip - some problem with dns Revision 1.8 2002/10/25 15:39:23 ggodlewski - updated to 20021024 Revision 1.7 2002/09/21 14:08:47 aflinta - updated to snapshot 20020920 Revision 1.6 2002/09/16 16:22:42 qboosh - typos, cosmetics Revision 1.5 2002/09/15 13:00:46 aflinta - splited into subpackages - snapshot 20020914 Revision 1.4 2002/09/12 10:13:09 trojan - BuildRequires: libsigc++1-devel instead libsigc++-devel Revision 1.3 2002/05/24 11:04:31 gotar - ac/am macros Revision 1.2 2002/05/24 10:58:30 gotar - new %%doc Revision 1.1 2002/05/23 07:56:05 gotar - initial release, STBR. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 10:23:43 -0000 1.1 +++ .cvsignore 9 Aug 2006 10:26:11 -0000 1.2 @@ -0,0 +1 @@ +libtlen-20060309.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 10:23:43 -0000 1.1 +++ sources 9 Aug 2006 10:26:11 -0000 1.2 @@ -0,0 +1 @@ +5ee0a741d22f80b962bc5a9502dc69e4 libtlen-20060309.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 10:35:30 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:35:30 -0700 Subject: owners owners.list,1.1375,1.1376 Message-ID: <200608091035.k79AZWcg032668@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32651 Modified Files: owners.list Log Message: Add myself as the maintainer of libtlen Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1375 retrieving revision 1.1376 diff -u -r1.1375 -r1.1376 --- owners.list 9 Aug 2006 04:18:20 -0000 1.1375 +++ owners.list 9 Aug 2006 10:35:30 -0000 1.1376 @@ -813,6 +813,7 @@ Fedora Extras|libtabe|Chinese lexicons library for xcin-2.5.3|llch at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libtar|Tar file manipulation API|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libtasn1|This is the ASN.1 library used in GNUTLS.|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|libtlen|Tlen.pl client library|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|libtomoe-gtk|Gtk library for tomoe Japanese handwritten input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|libtorrent|BitTorrent library with a focus on high performance & good code|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|libtranslate|Natural language translation library|dmitry at butskoy.name|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 12:06:14 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 05:06:14 -0700 Subject: rpms/XaraLX/devel XaraLX.spec,1.1,1.2 Message-ID: <200608091206.k79C6GVL006171@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6104 Modified Files: XaraLX.spec Log Message: Fix for noisy mime update XaraLX.spec Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XaraLX.spec 1 Aug 2006 22:07:30 -0000 1.1 +++ XaraLX.spec 9 Aug 2006 12:06:13 -0000 1.2 @@ -3,7 +3,7 @@ Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 2%{?dist}.%{buildRev} +Release: 3%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -71,14 +71,10 @@ rm -rf %{buildroot} %post -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -95,6 +91,9 @@ %{_docdir}/XaraLX/examples %changelog +* Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 +- fixed noisy mime database entry + * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file From fedora-extras-commits at redhat.com Wed Aug 9 12:09:01 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 05:09:01 -0700 Subject: rpms/XaraLX/FC-5 XaraLX.spec,1.1,1.2 Message-ID: <200608091209.k79C93Yd006242@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6225 Modified Files: XaraLX.spec Log Message: Fix for noisy mime-update XaraLX.spec Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/XaraLX.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XaraLX.spec 1 Aug 2006 22:07:30 -0000 1.1 +++ XaraLX.spec 9 Aug 2006 12:09:01 -0000 1.2 @@ -3,7 +3,7 @@ Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 2%{?dist}.%{buildRev} +Release: 3%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -71,14 +71,10 @@ rm -rf %{buildroot} %post -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -95,6 +91,9 @@ %{_docdir}/XaraLX/examples %changelog +* Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 +- fixed noisy mime update + * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file From fedora-extras-commits at redhat.com Wed Aug 9 12:52:46 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 05:52:46 -0700 Subject: fedora-security/audit fc5,1.266,1.267 Message-ID: <200608091252.k79Cqk5v006517@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6497 Modified Files: fc5 Log Message: Note a new CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- fc5 7 Aug 2006 07:25:28 -0000 1.266 +++ fc5 9 Aug 2006 12:52:44 -0000 1.267 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) From fedora-extras-commits at redhat.com Wed Aug 9 14:21:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:21:14 -0700 Subject: rpms/geomview/devel geomview.spec,1.23,1.24 Message-ID: <200608091421.k79ELGbu012241@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12224 Modified Files: geomview.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid Conflicts: ImageMagick Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- geomview.spec 8 Aug 2006 15:26:34 -0000 1.23 +++ geomview.spec 9 Aug 2006 14:21:13 -0000 1.24 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.17.%{beta}%{?dist} +Release: 0.18.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -200,6 +200,10 @@ # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rename animate.1 that Conflicts: ImageMagick +test -f $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 && \ + mv $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 $RPM_BUILD_ROOT%{_mandir}/man1/geomview-animate.1 + # rpmdocs make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: @@ -267,6 +271,10 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 +- rename (man/man1/)animate.1 -> geomview-animate.1 to avoid + Conflicts: ImageMagick + * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg From fedora-extras-commits at redhat.com Wed Aug 9 14:21:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:21:35 -0700 Subject: rpms/geomview/FC-5 geomview.spec,1.13,1.14 Message-ID: <200608091421.k79ELbd5012316@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12296 Modified Files: geomview.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid Conflicts: ImageMagick Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- geomview.spec 8 Aug 2006 15:42:44 -0000 1.13 +++ geomview.spec 9 Aug 2006 14:21:35 -0000 1.14 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.17.%{beta}%{?dist} +Release: 0.18.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -200,6 +200,10 @@ # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rename animate.1 that Conflicts: ImageMagick +test -f $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 && \ + mv $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 $RPM_BUILD_ROOT%{_mandir}/man1/geomview-animate.1 + # rpmdocs make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: @@ -267,6 +271,10 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 +- rename (man/man1/)animate.1 -> geomview-animate.1 to avoid + Conflicts: ImageMagick + * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg From fedora-extras-commits at redhat.com Wed Aug 9 14:29:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 07:29:17 -0700 Subject: fedora-security/audit fc5,1.267,1.268 Message-ID: <200608091429.k79ETHJo012480@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12462 Modified Files: fc5 Log Message: Note the firefox and thunderbird updates. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.267 retrieving revision 1.268 diff -u -r1.267 -r1.268 --- fc5 9 Aug 2006 12:52:44 -0000 1.267 +++ fc5 9 Aug 2006 14:29:15 -0000 1.268 @@ -7,23 +7,49 @@ CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3810 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3809 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3808 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3807 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3806 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3805 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3804 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3803 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3802 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3801 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3812 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3812 VULNERABLE (mozilla) +CVE-2006-3811 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3811 VULNERABLE (mozilla) +CVE-2006-3810 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3810 VULNERABLE (mozilla) +CVE-2006-3809 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3809 VULNERABLE (mozilla) +CVE-2006-3808 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3808 VULNERABLE (mozilla) +CVE-2006-3807 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3807 VULNERABLE (mozilla) +CVE-2006-3806 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3806 VULNERABLE (mozilla) +CVE-2006-3805 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3805 VULNERABLE (mozilla) +CVE-2006-3804 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3804 VULNERABLE (mozilla) +CVE-2006-3803 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3803 VULNERABLE (mozilla) +CVE-2006-3802 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3802 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3802 VULNERABLE (mozilla) +CVE-2006-3801 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 VULNERABLE (firefox/seamonkey) +CVE-2006-3677 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3677 VULNERABLE (mozilla) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -57,7 +83,9 @@ CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3113 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] From fedora-extras-commits at redhat.com Wed Aug 9 14:47:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:47:19 -0700 Subject: rpms/maxima/devel maxima-5.9.4-evince.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 maxima.spec, 1.28, 1.29 sources, 1.5, 1.6 maxima-5.9.2-evince.patch, 1.1, NONE Message-ID: <200608091447.k79ElLvu012584@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12560 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.9.4-evince.patch Removed Files: maxima-5.9.2-evince.patch Log Message: * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 - 5.9.3.99rc2 * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 - 5.9.3.99rc1 - - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) maxima-5.9.4-evince.patch: --- NEW FILE maxima-5.9.4-evince.patch --- --- maxima-5.9.3.99rc1/src/plot.lisp.evince 2006-07-16 15:42:04.000000000 -0500 +++ maxima-5.9.3.99rc1/src/plot.lisp 2006-08-01 09:06:18.000000000 -0500 @@ -75,7 +75,7 @@ ((mlist) $plot_realpart nil) )) -(defvar $viewps_command "(ghostview \"~a\")") +(defvar $viewps_command "(evince \"~a\")") ;; $plot_realpart option is false by default but *plot-realpart* is true because coerce-float-fun ;; is used outside of plot package too. --- maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl.evince 2006-07-29 04:27:34.000000000 -0500 +++ maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-08-01 09:07:23.000000000 -0500 @@ -143,8 +143,8 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" + application/postscript "evince %s" + application/pdf "evince %s" application/x-dvi "xdvi %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Apr 2006 14:57:59 -0000 1.6 +++ .cvsignore 9 Aug 2006 14:47:19 -0000 1.7 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.9.3.tar.gz +maxima-5.9.3.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- maxima.spec 27 Jun 2006 01:03:16 -0000 1.28 +++ maxima.spec 9 Aug 2006 14:47:19 -0000 1.29 @@ -1,16 +1,23 @@ +%define beta rc2 + +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ + Summary: Symbolic Computation Program Name: maxima -Version: 5.9.3 +Version: 5.9.3.99 -Release: 5%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz +Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} x86_64 ppc +%define maxima_ver %{version}%{?beta} + %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif @@ -43,9 +50,9 @@ # (mysterious?) xemacs patch (don't use, for now) Patch2: maxima.el-xemacs.patch # use sbcl --disable-debugger -Patch3: maxima-5.9.3-sbcl-disable-debugger.patch +Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # ghostview -> evince (ps/pdf viewer) -Patch4: maxima-5.9.2-evince.patch +Patch4: maxima-5.9.4-evince.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -170,7 +177,7 @@ %prep -%setup -q -n %{name}%{!?cvs:-%{version}} +%setup -q -n %{name}%{!?cvs:-%{version}%{?beta}} # Extra docs install -p -m644 %{SOURCE10} . @@ -213,9 +220,9 @@ install -D -p -m644 %{SOURCE11} maximabook/maxima.pdf - pushd info - texi2dvi --pdf maxima.texi - popd +# pushd info +# texi2dvi --pdf maxima.texi +# popd pushd intromax pdflatex intromax.ltx @@ -242,33 +249,29 @@ --add-category "X-Fedora" \ %{SOURCE2} -## emaxima -# LaTeX style +# emaxima LaTeX style install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.sty \ +cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ -# emacs -install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/maxima.el - -# xemacs -install -d $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d/maxima.el +# (x)emacs +install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir/{,site-start.d} + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs $RPM_BUILD_ROOT$dir/maxima + for file in $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.el ; do + touch `dirname $file`/`basename $file .el`.elc + done + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el $RPM_BUILD_ROOT$dir/site-start.d/ + touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc +done ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs -rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} +rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} # _enable_gcl: debuginfo (sometimes?) fails to get auto-created, so we'll help out touch debugfiles.list @@ -292,6 +295,26 @@ touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + rm -rf %{emacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{emacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{emacs_sitelisp}/site-start.d/ ||: + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + rm -rf %{xemacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{xemacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{xemacs_sitelisp}/site-start.d/ ||: + +%triggerun -- emacs-common +[ $2 -eq 0 ] && rm -f %{emacs_sitelisp}/M2*.el* || : + +%triggerun -- xemacs-common +[ $2 -eq 0 ] && rm -f %{xemacs_sitelisp}/M2*.el* || : + %clean @@ -300,72 +323,77 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL README README.lisps +%doc AUTHORS ChangeLog COPYING README README.lisps %doc doc/misc/ doc/implementation/ %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %doc macref.pdf -%doc %{_datadir}/maxima/%{version}/doc %{_bindir}/maxima %dir %{_datadir}/maxima -%dir %{_datadir}/maxima/%{version} -%{_datadir}/maxima/%{version}/[a-c,f-r,t-w,y-z,A-Z]* -%{_datadir}/maxima/%{version}/demo/ -%{_datadir}/maxima/%{version}/share/ +%dir %{_datadir}/maxima/%{maxima_ver} +%{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* +%{_datadir}/maxima/%{maxima_ver}/demo/ +%doc %{_datadir}/maxima/%{maxima_ver}/doc +%{_datadir}/maxima/%{maxima_ver}/share/ +%dir %{_libdir}/maxima/ +%dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima %{_infodir}/*.info* %{_mandir}/man1/maxima.* -# emaxima -%{_datadir}/maxima/%{version}/emacs -%{_datadir}/emacs/site-lisp/* -%{_datadir}/xemacs/site-packages/* %{_datadir}/texmf/tex/latex/emaxima/ +%dir %{_datadir}/maxima/%{maxima_ver}/emacs +%{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* +%{_datadir}/maxima/%{maxima_ver}/emacs/*.el +%ghost %{_datadir}/maxima/%{maxima_ver}/emacs/*.elc +%dir %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/ +%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} %files src %defattr(-,root,root,-) -%{_datadir}/maxima/%{version}/src/ +%{_datadir}/maxima/%{maxima_ver}/src/ %files gui %defattr(-,root,root,-) %{_bindir}/xmaxima -%{_datadir}/maxima/%{version}/xmaxima +%{_datadir}/maxima/%{maxima_ver}/xmaxima/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %if "%{?_enable_clisp:1}" == "1" %files runtime-clisp %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-clisp +%{_libdir}/maxima/%{maxima_ver}/binary-clisp %endif %if "%{?_enable_cmucl:1}" == "1" %files runtime-cmucl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-cmucl +%{_libdir}/maxima/%{maxima_ver}/binary-cmucl %endif %if "%{?_enable_gcl:1}" == "1" %files runtime-gcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-gcl +%{_libdir}/maxima/%{maxima_ver}/binary-gcl %endif %if "%{?_enable_sbcl:1}" == "1" %files runtime-sbcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-sbcl +%{_libdir}/maxima/%{maxima_ver}/binary-sbcl %endif %changelog +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 +- 5.9.3.99rc2 + +* Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 +- 5.9.3.99rc1 +- - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) + * Mon Jun 26 2006 Rex Dieter 5.9.3-5 - respin for sbcl-0.9.14 (and relax Requires = to >= ) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Apr 2006 19:05:41 -0000 1.5 +++ sources 9 Aug 2006 14:47:19 -0000 1.6 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -e6388632d91722bb0607914bdabc72f6 maxima-5.9.3.tar.gz +8c666021ee3269d9fb07bb78fe0cdf5f maxima-5.9.3.99rc2.tar.gz --- maxima-5.9.2-evince.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 14:50:28 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:50:28 -0700 Subject: rpms/maxima/devel maxima-5.9.4-sbcl-disable-debugger.patch, NONE, 1.1 maxima.spec, 1.29, 1.30 maxima-5.9.3-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200608091450.k79EoUik012667@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12647 Modified Files: maxima.spec Added Files: maxima-5.9.4-sbcl-disable-debugger.patch Removed Files: maxima-5.9.3-sbcl-disable-debugger.patch Log Message: respin for omitted/updated patch maxima-5.9.4-sbcl-disable-debugger.patch: --- NEW FILE maxima-5.9.4-sbcl-disable-debugger.patch --- --- maxima-5.9.3.99rc1/src/Makefile.am.sbcl-disable-debugger 2006-07-31 21:40:16.000000000 -0500 +++ maxima-5.9.3.99rc1/src/Makefile.am 2006-08-01 09:09:51.000000000 -0500 @@ -151,7 +151,7 @@ if SBCL -EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval +EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval all-local: binary-sbcl/maxima.core install-exec-local: install-sbcl uninstall: uninstall-sbcl --- maxima-5.9.3.99rc1/src/Makefile.in.sbcl-disable-debugger 2006-07-31 21:46:46.000000000 -0500 +++ maxima-5.9.3.99rc1/src/Makefile.in 2006-08-01 09:10:46.000000000 -0500 @@ -201,7 +201,7 @@ @CMUCL_TRUE at EXECUTECMUCL = $(CMUCL_NAME) -noinit -batch @SCL_TRUE at EXECUTESCL = $(SCL_NAME) -noinit -batch @ACL_TRUE at EXECUTEACL = $(ACL_NAME) -batch - at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval + at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval @GCL_TRUE at EXECUTEGCL = $(GCL_NAME) -batch -eval @OPENMCL_TRUE at EXECUTEOPENMCL = $(OPENMCL_NAME) -e genericdir = $(instsrcdir) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- maxima.spec 9 Aug 2006 14:47:19 -0000 1.29 +++ maxima.spec 9 Aug 2006 14:50:28 -0000 1.30 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -387,7 +387,7 @@ %changelog -* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 - 5.9.3.99rc2 * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 --- maxima-5.9.3-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 15:00:15 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 08:00:15 -0700 Subject: rpms/aplus-fsf/devel aplus-fsf.spec,1.2,1.3 Message-ID: <200608091500.k79F0HqL012758@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12741 Modified Files: aplus-fsf.spec Log Message: Sync Release-Tag with FC-4 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf.spec 9 Aug 2006 15:00:15 -0000 1.3 @@ -13,7 +13,7 @@ Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 9%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -255,7 +255,10 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog -* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9 +- Rebuilt to sync Release-Tag with FC-4 + +* Tue Aug 8 2006 Jochen Schmitt 4.20.2-6 - Fix fonts problems - Fix atree problems From fedora-extras-commits at redhat.com Wed Aug 9 15:01:20 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 08:01:20 -0700 Subject: rpms/aplus-fsf/FC-5 aplus-fsf.spec,1.2,1.3 Message-ID: <200608091501.k79F1Mxw015333@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15307 Modified Files: aplus-fsf.spec Log Message: Sync Release-Tag with FC-4 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 8 Aug 2006 18:30:15 -0000 1.2 +++ aplus-fsf.spec 9 Aug 2006 15:01:20 -0000 1.3 @@ -13,7 +13,7 @@ Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 9%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -255,7 +255,10 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog -* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9 +- Rebuilt to sync Release-Tag with FC-4 + +* Tue Aug 8 2006 Jochen Schmitt 4.20.2-6 - Fix fonts problems - Fix atree problems From fedora-extras-commits at redhat.com Wed Aug 9 15:07:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 08:07:26 -0700 Subject: rpms/maxima/devel maxima-5.9.4-gcl_setarch.patch, NONE, 1.1 maxima.spec, 1.30, 1.31 maxima-5.9.3-gcl-setarch.patch, 1.1, NONE Message-ID: <200608091507.k79F7SOT015488@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15466 Modified Files: maxima.spec Added Files: maxima-5.9.4-gcl_setarch.patch Removed Files: maxima-5.9.3-gcl-setarch.patch Log Message: * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 - update gcl_setarch patch maxima-5.9.4-gcl_setarch.patch: --- NEW FILE maxima-5.9.4-gcl_setarch.patch --- --- maxima-5.9.3.99rc2/src/maxima.in.gcl-setarch 2006-07-30 21:25:52.000000000 -0500 +++ maxima-5.9.3.99rc2/src/maxima.in 2006-08-09 10:05:21.000000000 -0500 @@ -128,7 +128,7 @@ exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" fi elif [ "$MAXIMA_LISP" = "gcl" ]; then - exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" elif [ "$MAXIMA_LISP" = "acl" ]; then # FIXME: arguments need in a manner consistent with the way they are extracted # in the function get-application-args in command-line.lisp Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- maxima.spec 9 Aug 2006 14:50:28 -0000 1.30 +++ maxima.spec 9 Aug 2006 15:07:26 -0000 1.31 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.3.%{beta}%{?dist} +Release: 0.4.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -56,7 +56,7 @@ # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) -Patch6: maxima-5.9.3-gcl-setarch.patch +Patch6: maxima-5.9.4-gcl_setarch.patch # Inhibit automatic compressing of info files. Compressed info # files break maxima's internal help. @@ -143,12 +143,12 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +#if "%{?fedora}" > "4" # See http://bugzilla.redhat.com/bugzilla/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch -%endif +#endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} Provides: %{name}-runtime-gcl = %{version}-%{release} @@ -387,6 +387,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 +- update gcl_setarch patch + * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 - 5.9.3.99rc2 --- maxima-5.9.3-gcl-setarch.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 15:33:39 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:33:39 -0700 Subject: rpms/db4o/devel - New directory Message-ID: <200608091533.k79FXgfB015753@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15729/db4o/devel Log Message: Directory /cvs/extras/rpms/db4o/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 15:33:39 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:33:39 -0700 Subject: rpms/db4o - New directory Message-ID: <200608091533.k79FXfKI015750@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15729/db4o Log Message: Directory /cvs/extras/rpms/db4o added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 15:34:03 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:34:03 -0700 Subject: rpms/db4o Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608091534.k79FY5W0015807@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15774 Added Files: Makefile import.log Log Message: Setup of module db4o --- NEW FILE Makefile --- # Top level Makefile for module db4o all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 15:34:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:34:04 -0700 Subject: rpms/db4o/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608091534.k79FY6dX015810@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15774/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module db4o --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 15:36:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:36:26 -0700 Subject: rpms/db4o import.log,1.1,1.2 Message-ID: <200608091536.k79FawX0015891@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15854 Modified Files: import.log Log Message: auto-import db4o-5.5-7 on branch devel from db4o-5.5-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 15:34:03 -0000 1.1 +++ import.log 9 Aug 2006 15:36:26 -0000 1.2 @@ -0,0 +1 @@ +db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 From fedora-extras-commits at redhat.com Wed Aug 9 15:36:27 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:36:27 -0700 Subject: rpms/db4o/devel db4o.pc, NONE, 1.1 db4o.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608091537.k79FaxFA015895@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15854/devel Modified Files: .cvsignore sources Added Files: db4o.pc db4o.spec Log Message: auto-import db4o-5.5-7 on branch devel from db4o-5.5-7.src.rpm --- NEW FILE db4o.pc --- prefix=/usr exec_prefix=${prefix} Name: db4o Description: db4o - an object based database system Version: 5.5 Libs: -r:${prefix}/lib/mono/db4o/db4o.dll --- NEW FILE db4o.spec --- # nasty hack for mono until the problem is sorted.... %define monodir %{_prefix}/lib %define debug_packahe %{nil} Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 Release: 7%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz Source1: db4o.pc URL: http://www.db4o.com/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel %description Embed db4o's native Java or .NET/Mono open source object database engine into your product and experience unparalleled ease-of-use. db4o is simple to install, integrate, and deploy. %package doc Summary: Documentation and API for db4o Requires: %{name} = %{version} Group: Documentation %description doc Tutorials and API documentation for db4o %package devel Summary: Development file for db4o Requires: %{name} = %{version}-%{release} pkg-config Group: Development/Libraries %description devel Development files for db4o %prep %setup -q sed -i 's/\r//' doc/tutorial/vb/index.html sed -i 's/\r//' doc/tutorial/index.html %build rm -rf %{buildroot} make buildtest %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}/%{monodir}/pkgconfig install -m 0644 %{SOURCE1} %{buildroot}%{monodir}/pkgconfig/db4o.pc mkdir -p %{buildroot}/%{monodir}/mono/gac gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{monodir} mkdir -p %{buildroot}%{monodir}/mono/db4o cp %{buildroot}%{monodir}/db4o/* %{buildroot}%{monodir}/mono/db4o rm -rf %{buildroot}%{monodir}/db4o %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README.txt %{monodir}/mono/db4o/ %{monodir}/mono/gac/db4o/ %files doc %doc doc/* %files devel %{monodir}/pkgconfig/db4o.pc %changelog * Wed Aug 09 2006 Paul F. Johnson 5.5-7 - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) - Added R pkg-config to the devel package * Tue Aug 08 2006 Paul F. Johnson 5.5-6 - Added back in the gac lines. D'oh! Must read docs fully---must read docs... * Tue Aug 08 2006 Paul F. Johnson 5.5-5 - Removed the gacutil entry - Fixed binary duplicates - Added pc file (means that -pkg:db4o can now be used on the command line) * Tue Aug 08 2006 Paul F. Johnson 5.5-2 - Fixed source URL - removed R mono - added documentation subpackage * Mon Aug 07 2006 Paul F. Johnson 5.5-1 - initial import to FE - many changes to spec file to comply with FE packaging - added gacutil line to the build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 15:34:04 -0000 1.1 +++ .cvsignore 9 Aug 2006 15:36:27 -0000 1.2 @@ -0,0 +1 @@ +db4o-5.5-mono.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 15:34:04 -0000 1.1 +++ sources 9 Aug 2006 15:36:27 -0000 1.2 @@ -0,0 +1 @@ +4aea1da3b96a2b92c9ac69ee2ccb9a63 db4o-5.5-mono.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 15:40:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:40:28 -0700 Subject: owners owners.list,1.1376,1.1377 Message-ID: <200608091540.k79FeUFJ015991@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15974 Modified Files: owners.list Log Message: Addition of db4o to extras owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1376 retrieving revision 1.1377 diff -u -r1.1376 -r1.1377 --- owners.list 9 Aug 2006 10:35:30 -0000 1.1376 +++ owners.list 9 Aug 2006 15:40:28 -0000 1.1377 @@ -236,6 +236,7 @@ Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 16:13:51 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:51 -0700 Subject: rpms/perl-Module-CoreList/FC-5 .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDrv8018810@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/FC-5 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:07:58 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/perl-Module-CoreList.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Module-CoreList.spec 3 Aug 2006 23:07:58 -0000 1.12 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:51 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:07:58 -0000 1.9 +++ sources 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:13:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:50 -0700 Subject: rpms/perl-Module-CoreList/FC-4 .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDqnX018806@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/FC-4 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:07:57 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:50 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 3 Aug 2006 23:07:57 -0000 1.11 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:50 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:07:57 -0000 1.9 +++ sources 9 Aug 2006 16:13:50 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:13:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:52 -0700 Subject: rpms/perl-Module-CoreList/devel .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDsLh018816@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/devel Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:08:03 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Module-CoreList.spec 3 Aug 2006 23:08:03 -0000 1.12 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:51 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:08:03 -0000 1.9 +++ sources 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:16:36 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 9 Aug 2006 09:16:36 -0700 Subject: owners owners.list,1.1377,1.1378 Message-ID: <200608091616.k79GGcXU018949@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931 Modified Files: owners.list Log Message: Fix sorting order. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1377 retrieving revision 1.1378 diff -u -r1.1377 -r1.1378 --- owners.list 9 Aug 2006 15:40:28 -0000 1.1377 +++ owners.list 9 Aug 2006 16:16:36 -0000 1.1378 @@ -234,9 +234,9 @@ Fedora Extras|dap-netcdf_handler|NetCDF 3 data handler for the OPeNDAP Data server|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|dap-server|Basic request handling for DAP servers|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 16:25:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:55 -0700 Subject: rpms/perl-Log-Dispatch/FC-5 .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608091625.k79GPvud019107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/FC-5 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:55 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/perl-Log-Dispatch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch.spec 22 Feb 2006 12:46:19 -0000 1.4 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:55 -0000 1.5 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 4%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,10 +79,13 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + * Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:55 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:25:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:56 -0700 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608091626.k79GPw9w019113@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/devel Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:56 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch.spec 22 Feb 2006 12:46:19 -0000 1.4 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:56 -0000 1.5 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 4%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,10 +79,13 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + * Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:56 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:25:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:54 -0700 Subject: rpms/perl-Log-Dispatch/FC-4 .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608091626.k79GPuH5019103@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/FC-4 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:54 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/perl-Log-Dispatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Log-Dispatch.spec 22 Sep 2005 17:48:25 -0000 1.3 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:54 -0000 1.4 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 3%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -28,7 +28,7 @@ %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) BuildRequires: mod_perl -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Log::Dispatch is a suite of OO modules for logging messages to @@ -79,10 +79,16 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + +* Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 +- Rebuild for FC5 (perl 5.8.8). + * Thu Sep 22 2005 Jose Pedro Oliveira - 2.11-3 - Exclude mod_perl from the requirements list (overkill for most applications using Log::Dispatch). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:54 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:44:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:44:14 -0700 Subject: rpms/perl-Test-Memory-Cycle/FC-5 .cvsignore, 1.3, 1.4 perl-Test-Memory-Cycle.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608091644.k79GiGVB019397@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19360/FC-5 Modified Files: .cvsignore perl-Test-Memory-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 May 2005 18:54:41 -0000 1.3 +++ .cvsignore 9 Aug 2006 16:44:14 -0000 1.4 @@ -1 +1 @@ -Test-Memory-Cycle-1.02.tar.gz +Test-Memory-Cycle-1.04.tar.gz Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/perl-Test-Memory-Cycle.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Test-Memory-Cycle.spec 20 Feb 2006 19:13:12 -0000 1.5 +++ perl-Test-Memory-Cycle.spec 9 Aug 2006 16:44:14 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle -Version: 1.02 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -10,10 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) -BuildRequires: perl(Devel::Cycle) >= 1.04 +BuildRequires: perl(Devel::Cycle) >= 1.07 +BuildRequires: perl(PadWalker) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Simple) >= 0.62 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,10 +55,13 @@ %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1.04-1 +- Update to 1.04. + * Mon Feb 20 2006 Jose Pedro Oliveira - 1.02-2 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 May 2005 18:54:42 -0000 1.3 +++ sources 9 Aug 2006 16:44:14 -0000 1.4 @@ -1 +1 @@ -e5fa9f85548d50fca82007c4889ca71e Test-Memory-Cycle-1.02.tar.gz +0c51e09f6bc23676ca0112b1a95e129d Test-Memory-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:44:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:44:15 -0700 Subject: rpms/perl-Test-Memory-Cycle/devel .cvsignore, 1.3, 1.4 perl-Test-Memory-Cycle.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608091644.k79GiHtA019403@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19360/devel Modified Files: .cvsignore perl-Test-Memory-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 May 2005 18:54:41 -0000 1.3 +++ .cvsignore 9 Aug 2006 16:44:15 -0000 1.4 @@ -1 +1 @@ -Test-Memory-Cycle-1.02.tar.gz +Test-Memory-Cycle-1.04.tar.gz Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/perl-Test-Memory-Cycle.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Test-Memory-Cycle.spec 20 Feb 2006 19:13:12 -0000 1.5 +++ perl-Test-Memory-Cycle.spec 9 Aug 2006 16:44:15 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle -Version: 1.02 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -10,10 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) -BuildRequires: perl(Devel::Cycle) >= 1.04 +BuildRequires: perl(Devel::Cycle) >= 1.07 +BuildRequires: perl(PadWalker) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Simple) >= 0.62 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,10 +55,13 @@ %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1.04-1 +- Update to 1.04. + * Mon Feb 20 2006 Jose Pedro Oliveira - 1.02-2 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 May 2005 18:54:42 -0000 1.3 +++ sources 9 Aug 2006 16:44:15 -0000 1.4 @@ -1 +1 @@ -e5fa9f85548d50fca82007c4889ca71e Test-Memory-Cycle-1.02.tar.gz +0c51e09f6bc23676ca0112b1a95e129d Test-Memory-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:01:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:01:45 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.4, 1.5 perl-Devel-Cover.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608091701.k79H1lvG022144@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22106/devel Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.58. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Aug 2006 01:24:36 -0000 1.4 +++ .cvsignore 9 Aug 2006 17:01:44 -0000 1.5 @@ -1 +1 @@ -Devel-Cover-0.57.tar.gz +Devel-Cover-0.58.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Devel-Cover.spec 4 Aug 2006 01:24:36 -0000 1.4 +++ perl-Devel-Cover.spec 9 Aug 2006 17:01:44 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.57 +Version: 0.58 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -61,6 +61,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.58-1 +- Update to 0.58. + * Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 - Update to 0.57. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Aug 2006 01:24:36 -0000 1.4 +++ sources 9 Aug 2006 17:01:44 -0000 1.5 @@ -1 +1 @@ -bc09e713838dbb438ae10414be8fcfa3 Devel-Cover-0.57.tar.gz +125c941673d7f2dafa384a45beb04b09 Devel-Cover-0.58.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:01:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:01:41 -0700 Subject: rpms/perl-Devel-Cover/FC-5 .cvsignore, 1.3, 1.4 perl-Devel-Cover.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608091702.k79H2EC6022149@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22106/FC-5 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.58. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Aug 2006 01:00:10 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:01:41 -0000 1.4 @@ -1 +1 @@ -Devel-Cover-0.56.tar.gz +Devel-Cover-0.58.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/perl-Devel-Cover.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Devel-Cover.spec 4 Aug 2006 01:00:10 -0000 1.2 +++ perl-Devel-Cover.spec 9 Aug 2006 17:01:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.56 +Version: 0.58 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -10,12 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) -BuildRequires: perl(PPI::HTML) +BuildRequires: perl(PPI::HTML) >= 1.07 +BuildRequires: perl(Perl::Tidy) >= 20060719 BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) +Requires: perl(PPI::HTML) >= 1.07 Requires: perl(Test::Differences) %description @@ -60,6 +61,12 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.58-1 +- Update to 0.58. + +* Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 +- Update to 0.57. + * Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 - Update to 0.56. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Aug 2006 01:00:10 -0000 1.3 +++ sources 9 Aug 2006 17:01:41 -0000 1.4 @@ -1 +1 @@ -ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz +125c941673d7f2dafa384a45beb04b09 Devel-Cover-0.58.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:06:54 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:06:54 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.1,1.2 Message-ID: <200608091706.k79H6uQ1022340@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22316 Modified Files: perl-SVK.spec Log Message: add Term::ReadKey and SVN::Mirror dependencies Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:06:54 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) From fedora-extras-commits at redhat.com Wed Aug 9 17:10:59 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:10:59 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.2,1.3 Message-ID: <200608091711.k79HB1N9022448@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22431 Modified Files: perl-SVK.spec Log Message: add changelog Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-SVK.spec 9 Aug 2006 17:06:54 -0000 1.2 +++ perl-SVK.spec 9 Aug 2006 17:10:59 -0000 1.3 @@ -95,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-3 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:15:41 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:15:41 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.3,1.4 Message-ID: <200608091715.k79HFhO1022545@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22528 Modified Files: perl-SVK.spec Log Message: bump release to tag Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-SVK.spec 9 Aug 2006 17:10:59 -0000 1.3 +++ perl-SVK.spec 9 Aug 2006 17:15:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -95,7 +95,7 @@ %{_bindir}/svk %changelog -* Wed Aug 9 2006 Ian M. Burrell - 1.08-3 +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 - Add Term::ReadKey and SVN::Mirror requires * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 From fedora-extras-commits at redhat.com Wed Aug 9 17:16:30 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:16:30 -0700 Subject: rpms/perl-Pod-Coverage/devel .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608091716.k79HGWKR022620@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Update to 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:16:30 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Pod-Coverage.spec 17 Feb 2006 20:20:40 -0000 1.9 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:16:30 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -10,7 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::Pod) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,10 +53,13 @@ %{_bindir}/* %{perl_vendorarch}/Pod/ %{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + * Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:16:30 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:23:42 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:23:42 -0700 Subject: rpms/perl-SVK/FC-5 perl-SVK.spec,1.1,1.2 Message-ID: <200608091723.k79HNi4V022723@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706 Modified Files: perl-SVK.spec Log Message: Add Term::ReadKey and SVN::Mirror requires Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/FC-5/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:23:42 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) @@ -93,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:23:58 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:23:58 -0700 Subject: rpms/perl-SVK/FC-4 perl-SVK.spec,1.1,1.2 Message-ID: <200608091724.k79HO01B022784@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22767 Modified Files: perl-SVK.spec Log Message: Add Term::ReadKey and SVN::Mirror requires Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/FC-4/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:23:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) @@ -93,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:26:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:26:01 -0700 Subject: rpms/perl-Pod-Coverage/devel perl-Pod-Coverage.spec,1.10,1.11 Message-ID: <200608091726.k79HQ3G8022868@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22851 Modified Files: perl-Pod-Coverage.spec Log Message: Version 0.18 is now a noarch package. Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Pod-Coverage.spec 9 Aug 2006 17:16:30 -0000 1.10 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:26:01 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Devel::Symdump) BuildRequires: perl(Test::Pod) @@ -51,12 +52,14 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ +%{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + * Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 - Update to 0.18. From fedora-extras-commits at redhat.com Wed Aug 9 17:38:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:38:07 -0700 Subject: rpms/glib/devel glib.spec,1.2,1.3 Message-ID: <200608091738.k79Hc9lJ023017@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23000 Modified Files: glib.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 - fc6 respin Index: glib.spec =================================================================== RCS file: /cvs/extras/rpms/glib/devel/glib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glib.spec 4 May 2006 14:32:56 -0000 1.2 +++ glib.spec 9 Aug 2006 17:38:07 -0000 1.3 @@ -3,7 +3,7 @@ Name: glib Epoch: 1 Version: 1.2.10 -Release: 21%{?dist} +Release: 22%{?dist} License: LGPL Group: System Environment/Libraries @@ -105,6 +105,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 +- fc6 respin + * Thu May 04 2006 Rex Dieter 1:1.2.10-21 - fix undefined symbols in libgmodule,libgthread From fedora-extras-commits at redhat.com Wed Aug 9 17:38:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:38:55 -0700 Subject: rpms/gtk+/devel gtk+.spec,1.2,1.3 Message-ID: <200608091738.k79Hcv5M023078@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23061 Modified Files: gtk+.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 - fc6 respin Index: gtk+.spec =================================================================== RCS file: /cvs/extras/rpms/gtk+/devel/gtk+.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtk+.spec 15 Jun 2006 16:53:29 -0000 1.2 +++ gtk+.spec 9 Aug 2006 17:38:55 -0000 1.3 @@ -3,7 +3,7 @@ Name: gtk+ Epoch: 1 Version: 1.2.10 -Release: 53%{?dist} +Release: 54%{?dist} License: LGPL Group: System Environment/Libraries @@ -247,6 +247,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 +- fc6 respin + * Thu Jun 15 2006 Rex Dieter 1:1.2.10-53 - respin, see if still buildable with new mock config (bug #193397) From fedora-extras-commits at redhat.com Wed Aug 9 17:39:47 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:39:47 -0700 Subject: rpms/perl-Pod-Coverage/FC-4 .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200608091739.k79Hdn6A023169@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23132/FC-4 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Sync with devel (update to 0.18). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:39:47 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/perl-Pod-Coverage.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Pod-Coverage.spec 12 May 2005 19:42:01 -0000 1.8 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:39:47 -0000 1.9 @@ -1,17 +1,19 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 4%{?dist} +Version: 0.18 +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Coverage/ -Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.17.tar.gz +Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::More), perl(Test::Pod) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Developers hate writing documentation. They'd hate it even more if their @@ -38,7 +40,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check ./Build test @@ -50,12 +52,20 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{perl_vendorlib}/Pod/ +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + +* Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 +- Rebuild for FC5 (perl 5.8.8). + * Thu May 12 2005 Jose Pedro Oliveira - 0.17-4 - Add dist tag. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:39:47 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:39:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:39:48 -0700 Subject: rpms/perl-Pod-Coverage/FC-5 .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608091739.k79HdoOx023175@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23132/FC-5 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Sync with devel (update to 0.18). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:39:47 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/perl-Pod-Coverage.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Pod-Coverage.spec 17 Feb 2006 20:20:40 -0000 1.9 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:39:47 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -9,8 +9,10 @@ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::Pod) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +52,17 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{perl_vendorlib}/Pod/ +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + * Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:39:48 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:41:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:41:05 -0700 Subject: rpms/pinentry/devel pinentry.spec,1.10,1.11 Message-ID: <200608091741.k79Hf7ar023278@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23261 Modified Files: pinentry.spec Log Message: * Wed Aug 09 2006 Rex Dieter - 0.7.2-2 - fc6 respin Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pinentry.spec 1 Mar 2006 15:56:04 -0000 1.10 +++ pinentry.spec 9 Aug 2006 17:41:04 -0000 1.11 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 1%{?dist}.2 +Release: 2%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -149,7 +149,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Wed Aug 09 2006 Rex Dieter - 0.7.2-2 +- fc6 respin + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Tue Oct 18 2005 Ville Skytt?? - 0.7.2-1 From fedora-extras-commits at redhat.com Wed Aug 9 17:43:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:43:32 -0700 Subject: rpms/superkaramba/devel dead.package,NONE,1.1 Message-ID: <200608091743.k79HhYqh023353@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/superkaramba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23337 Added Files: dead.package Log Message: mark dead --- NEW FILE dead.package --- Obsoleted by kdeutils >= 3.5.0 From fedora-extras-commits at redhat.com Wed Aug 9 17:45:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:45:13 -0700 Subject: rpms/libmpcdec/devel libmpcdec.spec,1.2,1.3 Message-ID: <200608091745.k79HjFQG023389@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23372 Modified Files: libmpcdec.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.2.2-3 - fc6 respin Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/devel/libmpcdec.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmpcdec.spec 1 Apr 2006 18:08:13 -0000 1.2 +++ libmpcdec.spec 9 Aug 2006 17:45:12 -0000 1.3 @@ -2,7 +2,7 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Libraries @@ -68,6 +68,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.2.2-3 +- fc6 respin + * Sat Apr 01 2006 Rex Dieter 1.2.2-2 - License: BSD From fedora-extras-commits at redhat.com Wed Aug 9 17:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:52:23 -0700 Subject: rpms/perl-Error/FC-5 .cvsignore, 1.6, 1.7 perl-Error.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608091752.k79HqPaZ023524@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23487/FC-5 Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17001. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Jul 2006 14:27:45 -0000 1.6 +++ .cvsignore 9 Aug 2006 17:52:23 -0000 1.7 @@ -1 +1 @@ -Error-0.17.tar.gz +Error-0.17001.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/perl-Error.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Error.spec 14 Jul 2006 14:27:45 -0000 1.10 +++ perl-Error.spec 9 Aug 2006 17:52:23 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17 +Version: 0.17001 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 +- Update to 0.17001. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1:0.17-1 - Update to 0.17. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Jul 2006 14:27:45 -0000 1.6 +++ sources 9 Aug 2006 17:52:23 -0000 1.7 @@ -1 +1 @@ -fb55729bc7bc767ac70ba69c0c19b280 Error-0.17.tar.gz +b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:52:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:52:24 -0700 Subject: rpms/perl-Error/devel .cvsignore, 1.6, 1.7 perl-Error.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608091752.k79HqQ5p023530@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23487/devel Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17001. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Jul 2006 14:27:46 -0000 1.6 +++ .cvsignore 9 Aug 2006 17:52:24 -0000 1.7 @@ -1 +1 @@ -Error-0.17.tar.gz +Error-0.17001.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/perl-Error.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Error.spec 14 Jul 2006 14:27:46 -0000 1.10 +++ perl-Error.spec 9 Aug 2006 17:52:24 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17 +Version: 0.17001 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 +- Update to 0.17001. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1:0.17-1 - Update to 0.17. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Jul 2006 14:27:46 -0000 1.6 +++ sources 9 Aug 2006 17:52:24 -0000 1.7 @@ -1 +1 @@ -fb55729bc7bc767ac70ba69c0c19b280 Error-0.17.tar.gz +b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 18:03:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 11:03:51 -0700 Subject: rpms/k3b-extras/devel .cvsignore, 1.2, 1.3 k3b-extras.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608091803.k79I3sNk026214@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26193 Modified Files: .cvsignore k3b-extras.spec sources Log Message: * Wed Jun 28 2006 Rex Dieter 0.12.16-1 - 0.12.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 23:56:25 -0000 1.2 +++ .cvsignore 9 Aug 2006 18:03:51 -0000 1.3 @@ -1 +1,2 @@ k3b-0.12.14.tar.bz2 +k3b-0.12.16.tar.bz2 Index: k3b-extras.spec =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/k3b-extras.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- k3b-extras.spec 4 Apr 2006 19:39:43 -0000 1.3 +++ k3b-extras.spec 9 Aug 2006 18:03:51 -0000 1.4 @@ -1,8 +1,8 @@ Name: k3b-extras Summary: Free codec plugins for k3b -Version: 0.12.14 -Release: 4%{?dist} +Version: 0.12.16 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL @@ -35,7 +35,6 @@ %build unset QTDIR || : ; source /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -71,6 +70,9 @@ %changelog +* Wed Jun 28 2006 Rex Dieter 0.12.16-1 +- 0.12.16 + * Tue Apr 04 2006 Rex Dieter 0.12.14-4 - Conflicts: k3b-extras-nonfree < 0.12.14-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Apr 2006 23:56:25 -0000 1.2 +++ sources 9 Aug 2006 18:03:51 -0000 1.3 @@ -1 +1 @@ -51ef4fdf98365a285489dc1e11a07a3c k3b-0.12.14.tar.bz2 +cac9b8230295c1756581399b3bbd0687 k3b-0.12.16.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 9 18:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 11:41:47 -0700 Subject: rpms/kdemultimedia-extras/devel .cvsignore, 1.4, 1.5 kdemultimedia-extras.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608091841.k79IfnHh026549@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26528 Modified Files: .cvsignore kdemultimedia-extras.spec sources Log Message: * Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 - (core)/-extras: use kdemultimedia-3.5.4-patched - BR: gettext Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Jul 2006 13:13:45 -0000 1.4 +++ .cvsignore 9 Aug 2006 18:41:46 -0000 1.5 @@ -1,2 +1,3 @@ kdemultimedia-3.5.2-patched.tar.bz2 kdemultimedia-3.5.3-patched.tar.bz2 +kdemultimedia-3.5.4-patched.tar.bz2 Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kdemultimedia-extras.spec 21 Jul 2006 13:13:45 -0000 1.7 +++ kdemultimedia-extras.spec 9 Aug 2006 18:41:46 -0000 1.8 @@ -68,8 +68,8 @@ #if "%{?core}" == "1" Epoch: 6 #endif -Version: 3.5.3 -Release: 2%{?dist}%{?kde} +Version: 3.5.4 +Release: 3%{?dist}%{?kde} License: GPL %if "%{?patched:1}" == "1" @@ -84,9 +84,10 @@ BuildRequires: kdelibs-devel >= 6:%{version} Requires: kdelibs >= 6:%{version} %if "%{is_release}" != "1" -BuildRequires: automake +BuildRequires: automake libtool %endif +BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: audiofile-devel BuildRequires: alsa-lib-devel @@ -210,6 +211,7 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh + DO_NOT_COMPILE="" #{!?extras:export DO_NOT_COMPILE="$DO_NOT_COMPILE juk"} #{!?extras:export DO_NOT_COMPILE="$DO_NOT_COMPILE akode_artsplugin"} @@ -226,7 +228,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final \ + --disable-dependency-tracking --enable-final \ --without-libltdl \ --with-alsa --with-arts-alsa \ --with-audiofile \ @@ -302,7 +304,7 @@ # -extras bits rm -f $RPM_BUILD_ROOT%{_libdir}/mcop/akodearts.mcop{class,type} rm -f $RPM_BUILD_ROOT%{_libdir}/mcop/akode{,MPC,SpeexStream,VorbisStream,Xiph}PlayObject.mcopclass -rm -f $RPM_BUILD_ROOT%{_libdir}/libarts_akode.{la,so} +rm -f $RPM_BUILD_ROOT%{_libdir}/libarts_akode.* %if "%{?debug}" == "1" # Conflicts check (debuging only) find $RPM_BUILD_ROOT -type f -o -type l| sed -e "s|$RPM_BUILD_ROOT||" | while read FILE @@ -440,6 +442,16 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 +- (core)/-extras: use kdemultimedia-3.5.4-patched +- BR: gettext + +* Tue Aug 01 2006 Rex Dieter 6:3.5.4-2 +- -extras-nonfree: omit libarts_akode.so.0* + +* Tue Jul 25 2006 Rex Dieter 6:3.5.4-1 +- kde-3.5.4 + * Fri Jun 02 2006 Rex Dieter 6:3.5.3-2 - use -patched source - borrow fc's -config.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Jul 2006 13:13:45 -0000 1.4 +++ sources 9 Aug 2006 18:41:46 -0000 1.5 @@ -1,2 +1 @@ -54f9947051ee5cf50c81a5ea382943f1 kdemultimedia-3.5.2-patched.tar.bz2 -52bb137a4605a35e56ec9dc1070e0e28 kdemultimedia-3.5.3-patched.tar.bz2 +3cf5d9173232cadcf9042d7a60605de3 kdemultimedia-3.5.4-patched.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 9 19:04:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 12:04:43 -0700 Subject: rpms/jasper/devel .cvsignore,1.2,1.3 Message-ID: <200608091904.k79J4jmk029250@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29229 Modified Files: .cvsignore Log Message: * Wed Mar 1 2006 Rex Dieter 1.701.0-12 - fixup build issues introduced by geojasper integration Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:40:10 -0000 1.2 +++ .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 @@ -1 +1,2 @@ +geojasper_src.zip jasper-1.701.0.zip From fedora-extras-commits at redhat.com Wed Aug 9 19:06:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 12:06:31 -0700 Subject: rpms/openslp/devel openslp.spec,1.13,1.14 Message-ID: <200608091906.k79J6XCC029363@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/openslp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29346 Modified Files: openslp.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.2.1-5 - fc6 respin Index: openslp.spec =================================================================== RCS file: /cvs/extras/rpms/openslp/devel/openslp.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openslp.spec 1 Mar 2006 15:57:04 -0000 1.13 +++ openslp.spec 9 Aug 2006 19:06:30 -0000 1.14 @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 1.2.1 -Release: 4%{?dist}.2 +Release: 5%{?dist} Group: System Environment/Libraries License: BSD @@ -140,6 +140,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.2.1-5 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin From fedora-extras-commits at redhat.com Wed Aug 9 19:14:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 12:14:46 -0700 Subject: rpms/db4o/devel db4o.spec,1.1,1.2 Message-ID: <200608091914.k79JEmIM029474@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29455 Modified Files: db4o.spec Log Message: Fix for pkgconfig db4o.spec Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- db4o.spec 9 Aug 2006 15:36:27 -0000 1.1 +++ db4o.spec 9 Aug 2006 19:14:46 -0000 1.2 @@ -6,7 +6,7 @@ Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz @@ -30,7 +30,7 @@ %package devel Summary: Development file for db4o -Requires: %{name} = %{version}-%{release} pkg-config +Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries %description devel @@ -72,6 +72,9 @@ %{monodir}/pkgconfig/db4o.pc %changelog +* Wed Aug 09 2006 Paul F. Johnson 5.5-8 +- fixed pkgconfig error + * Wed Aug 09 2006 Paul F. Johnson 5.5-7 - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) From fedora-extras-commits at redhat.com Wed Aug 9 19:31:42 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 9 Aug 2006 12:31:42 -0700 Subject: fedora-security/audit fc4,1.350,1.351 fc5,1.268,1.269 Message-ID: <200608091931.k79JVgbt029650@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29628/audit Modified Files: fc4 fc5 Log Message: Add CVE-2006-1168 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.350 retrieving revision 1.351 diff -u -r1.350 -r1.351 --- fc4 7 Aug 2006 07:25:28 -0000 1.350 +++ fc4 9 Aug 2006 19:31:40 -0000 1.351 @@ -274,6 +274,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-245] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-836] +CVE-2006-1168 VULNERABLE (ncompress) #201919 CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.268 retrieving revision 1.269 diff -u -r1.268 -r1.269 --- fc5 9 Aug 2006 14:29:15 -0000 1.268 +++ fc5 9 Aug 2006 19:31:40 -0000 1.269 @@ -304,6 +304,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-837] +CVE-2006-1168 VULNERABLE (ncompress) #201919 CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability From fedora-extras-commits at redhat.com Wed Aug 9 19:57:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 12:57:24 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200608091957.k79JvQop029830@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29802 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Bring FC-4 in sync with devel aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 3 Aug 2006 16:42:35 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 9 Aug 2006 19:57:24 -0000 1.4 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-03 17:32:06.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,29 +202,29 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-09 19:46:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = /usr/X11R6/lib/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = /usr/X11R6/lib/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +232,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +243,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-09 19:45:16.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-09 19:45:16.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 3 Aug 2006 18:34:58 -0000 1.5 +++ aplus-fsf.spec 9 Aug 2006 19:57:24 -0000 1.6 @@ -8,12 +8,13 @@ %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_x11pref}/%{_lib} -%define _x11fonts %{_x11pref}/lib/X11/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 9%{?dbuild.logist} +Release: 9%{?dist}.1 License: GPL Summary: Advanced APL interpreter with s interface @@ -25,6 +26,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-devel BuildRequires: automake16 autoconf @@ -93,8 +96,10 @@ %prep %setup -q -n %{name}-%{ver} -%patch1 -p1 -b .org -%patch2 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -126,22 +131,54 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -149,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -201,13 +239,25 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9.1 +- Bring FC-4 in sync with FC-5 + * Thu Aug 3 2006 Jochen Schmitt 4.20.2-9 - Fix some x86_64 stuff From fedora-extras-commits at redhat.com Wed Aug 9 20:07:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:06 -0700 Subject: rpms/genchemlab/devel - New directory Message-ID: <200608092007.k79K781F032663@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32632/genchemlab/devel Log Message: Directory /cvs/extras/rpms/genchemlab/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:07:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:06 -0700 Subject: rpms/genchemlab - New directory Message-ID: <200608092007.k79K78TS032659@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32632/genchemlab Log Message: Directory /cvs/extras/rpms/genchemlab added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:07:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:28 -0700 Subject: rpms/genchemlab Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092007.k79K7UN1000403@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv377 Added Files: Makefile import.log Log Message: Setup of module genchemlab --- NEW FILE Makefile --- # Top level Makefile for module genchemlab all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 20:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:30 -0700 Subject: rpms/genchemlab/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092007.k79K7Wm3000419@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv377/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module genchemlab --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 20:08:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:08:31 -0700 Subject: rpms/genchemlab import.log,1.1,1.2 Message-ID: <200608092008.k79K8X85000662@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627 Modified Files: import.log Log Message: auto-import genchemlab-1.0-4 on branch devel from genchemlab-1.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/genchemlab/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 20:07:28 -0000 1.1 +++ import.log 9 Aug 2006 20:08:31 -0000 1.2 @@ -0,0 +1 @@ +genchemlab-1_0-4:HEAD:genchemlab-1.0-4.src.rpm:1155154105 From fedora-extras-commits at redhat.com Wed Aug 9 20:08:32 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:08:32 -0700 Subject: rpms/genchemlab/devel gcl-desktop.patch, NONE, 1.1 genchemlab.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092008.k79K8Yxo000670@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627/devel Modified Files: .cvsignore sources Added Files: gcl-desktop.patch genchemlab.spec Log Message: auto-import genchemlab-1.0-4 on branch devel from genchemlab-1.0-4.src.rpm gcl-desktop.patch: --- NEW FILE gcl-desktop.patch --- --- genchemlab-1.0/program/genchemlab.desktop 2003-05-19 16:56:15.000000000 +0100 +++ genchemlab-1.0/program/genchemlab.desktop 2006-08-06 10:45:35.000000000 +0100 @@ -1,11 +1,16 @@ [Desktop Entry] -Type=Application -Exec=genchemlab -Icon=genchemlab.png -DocPath= +Version=1.0 +Encoding=UTF-8 +Name=GenChemLab Comment=Simulation of a chemical lab. Comment[da]=Et simuleret kemisk laboratorium. -Terminal=0 -Name=GenChemLab -Encoding=UTF-8 -Categories=Application;Education;Chemestry; +Icon=genchemlab.png +Terminal=false +Type=Application +Categories=Application;Education;Chemistry; +Exec=genchemlab +StartupNotify=false + + + + --- NEW FILE genchemlab.spec --- Summary: A general chemistry lab experiment simulator Name: genchemlab Version: 1.0 Release: 4%{?dist} License: GPL Group: Applications/Multimedia Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tgz URL: http://genchemlab.sourceforge.net/ Patch0: gcl-desktop.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel freeglut-devel desktop-file-utils %description GenChemLab is an OpenGL-based application intended to simulate several common general chemistry experiments. %prep %setup -q sed -i 's/\r//' GPL.txt sed -i 's/\r//' COPYRIGHT.txt %patch0 -p1 %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --delete-original \ %{buildroot}%{_datadir}/applications/genchemlab.desktop %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYRIGHT.txt GPL.txt HISTORY.txt README.txt %{_datadir}/%{name}/ %{_bindir}/genchemlab %{_datadir}/pixmaps/genchemlab.png %{_datadir}/applications/fedora-genchemlab.desktop %changelog * Wed Aug 09 2006 Paul F. Johnson - 1.0-4 - fixed seely spelink mizthake * Sun Aug 06 2006 Paul F. Johnson - 1.0-3 - added desktop file patch - removed strip from the binary * Sun Aug 06 2006 Paul F. Johnson - 1.0-2 - fixed ownership problem * Sat Aug 05 2006 Paul F. Johnson - 1.0-1 - Initial import into FE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/genchemlab/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 20:07:30 -0000 1.1 +++ .cvsignore 9 Aug 2006 20:08:32 -0000 1.2 @@ -0,0 +1 @@ +genchemlab-1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/genchemlab/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 20:07:30 -0000 1.1 +++ sources 9 Aug 2006 20:08:32 -0000 1.2 @@ -0,0 +1 @@ +ef364cff3f3e2dba4c62a5d1a0084bae genchemlab-1.0.tgz From fedora-extras-commits at redhat.com Wed Aug 9 20:11:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:11:02 -0700 Subject: owners owners.list,1.1378,1.1379 Message-ID: <200608092011.k79KB43J001058@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1033 Modified Files: owners.list Log Message: Initial import of genchemlab owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1378 retrieving revision 1.1379 diff -u -r1.1378 -r1.1379 --- owners.list 9 Aug 2006 16:16:36 -0000 1.1378 +++ owners.list 9 Aug 2006 20:11:02 -0000 1.1379 @@ -409,6 +409,7 @@ Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|genchemlab|A general chemistry lab simulation|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|general|For bugs not specific to any single component.|dkl at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|gentium-fonts|SIL Gentium fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|gentoo|Graphical file management program in GTK+ for Linux|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 20:26:16 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:16 -0700 Subject: rpms/x11-ssh-askpass - New directory Message-ID: <200608092026.k79KQIgZ001698@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1672/x11-ssh-askpass Log Message: Directory /cvs/extras/rpms/x11-ssh-askpass added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:26:16 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:16 -0700 Subject: rpms/x11-ssh-askpass/devel - New directory Message-ID: <200608092026.k79KQIUN001701@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1672/x11-ssh-askpass/devel Log Message: Directory /cvs/extras/rpms/x11-ssh-askpass/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:26:37 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:37 -0700 Subject: rpms/x11-ssh-askpass Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092026.k79KQdSZ001750@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1717 Added Files: Makefile import.log Log Message: Setup of module x11-ssh-askpass --- NEW FILE Makefile --- # Top level Makefile for module x11-ssh-askpass all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 20:26:37 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:37 -0700 Subject: rpms/x11-ssh-askpass/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092026.k79KQdGs001753@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1717/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module x11-ssh-askpass --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 20:27:34 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:27:34 -0700 Subject: rpms/x11-ssh-askpass import.log,1.1,1.2 Message-ID: <200608092027.k79KRaqf001834@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1798 Modified Files: import.log Log Message: auto-import x11-ssh-askpass-1.2.4.1-1.fc5x on branch devel from x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 20:26:36 -0000 1.1 +++ import.log 9 Aug 2006 20:27:34 -0000 1.2 @@ -0,0 +1 @@ +x11-ssh-askpass-1_2_4_1-1_fc5x:HEAD:x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm:1155155249 From fedora-extras-commits at redhat.com Wed Aug 9 20:27:35 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:27:35 -0700 Subject: rpms/x11-ssh-askpass/devel X11-ssh-askpass.csh, NONE, 1.1 X11-ssh-askpass.sh, NONE, 1.1 x11-ssh-askpass-1.2.4-random.patch, NONE, 1.1 x11-ssh-askpass.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092027.k79KRbim001843@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1798/devel Modified Files: .cvsignore sources Added Files: X11-ssh-askpass.csh X11-ssh-askpass.sh x11-ssh-askpass-1.2.4-random.patch x11-ssh-askpass.spec Log Message: auto-import x11-ssh-askpass-1.2.4.1-1.fc5x on branch devel from x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm --- NEW FILE X11-ssh-askpass.csh --- if ( $?SSH_ASKPASS ) then exit endif setenv SSH_ASKPASS /usr/libexec/openssh/x11-ssh-askpass --- NEW FILE X11-ssh-askpass.sh --- if [ -z "$SSH_ASKPASS" ] ; then SSH_ASKPASS=/usr/libexec/openssh/x11-ssh-askpass export SSH_ASKPASS fi x11-ssh-askpass-1.2.4-random.patch: --- NEW FILE x11-ssh-askpass-1.2.4-random.patch --- 2005-12-27 Enrico Scholz - added code to randomize the amount of shown ticks per password character. The new code is a little bit dirty and not well-designed. - dynlist.c: do not 'realloc(3)'; it may leak passwords into free'd memory. Instead of, do a malloc-memcpy-memset-free sequence. --- x11-ssh-askpass-1.2.4.1/dynlist.c.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/dynlist.c 2005-12-27 01:23:54.000000000 +0100 @@ -24,6 +24,7 @@ #include #include +#include #include "dynlist.h" @@ -54,29 +55,50 @@ return(APPEND_SUCCESS); } +static void * +Xrealloc(void *orig, size_t sz, size_t old_sz) +{ + void * tmp = malloc(sz); + if (tmp!=0 && old_sz>0) { + memcpy(tmp, orig, old_sz); + memset(orig, 0, old_sz); + __asm__ __volatile__("" : : : "memory"); + free(orig); + } + + return tmp; +} + /* For single-dimensional buffers. */ -int append_to_buf(char **buf, int *buflen, int *i, int c) +int append_to_buf(char **buf, unsigned char **buf_rnd, int *buflen, int *i, int c, unsigned char rnd) { char *tmp_buf; if (*i >= *buflen) { + size_t old_len = *buflen; *buflen += BUF_CHUNK_SIZE; - if (NULL == *buf) { - tmp_buf = malloc(sizeof(**buf) * *buflen); - } else { - tmp_buf = realloc(*buf, (sizeof(**buf) * *buflen)); - } + tmp_buf = Xrealloc(*buf, sizeof(**buf) * *buflen, sizeof(**buf) * old_len); if (NULL == tmp_buf) { return(APPEND_FAILURE); } *buf = tmp_buf; + + tmp_buf = Xrealloc(*buf_rnd, + sizeof(**buf_rnd) * *buflen, + sizeof(**buf_rnd) * old_len); + if (NULL == tmp_buf) + { + return(APPEND_FAILURE); + } + *buf_rnd = tmp_buf; #ifdef DEBUG printf("-->Allocated buffer of size %d\n", *buflen); #endif /* DEBUG */ } - (*buf)[*i] = (char) c; + (*buf)[*i] = (char) c; + (*buf_rnd)[*i] = rnd; (*i)++; return(APPEND_SUCCESS); } --- x11-ssh-askpass-1.2.4.1/dynlist.h.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/dynlist.h 2005-12-27 01:23:25.000000000 +0100 @@ -29,6 +29,6 @@ #define APPEND_FAILURE 0 int append_to_list(char ***list_ptr, int *list_len, int *i, char *item); -int append_to_buf(char **buf, int *buflen, int *i, int c); +int append_to_buf(char **buf, unsigned char **buf_rnd, int *buflen, int *i, int c, unsigned char rnd); #endif /* H_DYNLIST */ --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c 2005-12-27 01:23:25.000000000 +0100 @@ -400,6 +400,9 @@ getResolutionResource(app, "xResolutionFuzz", "XResolutionFuzz", "20/in"); app->yFuzz = getResolutionResource(app, "yResolutionFuzz", "YResolutionFuzz", "20/in"); + + app->randCount = + getUnsignedIntegerResource(app, "randCount", "RandCount", 2)+1; d->title = getStringResourceWithDefault("dialog.title", "Dialog.Title", @@ -1008,21 +1011,25 @@ DialogInfo *d = app->dialog; if (condition > 0) { - /* Move forward one. */ - updateIndicatorElement(app, d->indicator.current); - if (d->indicator.current < (d->indicator.count - 1)) { - (d->indicator.current)++; - } else { - d->indicator.current = 0; + for (;condition>0;--condition) { + /* Move forward one. */ + updateIndicatorElement(app, d->indicator.current); + if (d->indicator.current < (d->indicator.count - 1)) { + (d->indicator.current)++; + } else { + d->indicator.current = 0; + } } } else if (condition < 0) { - /* Move backward one. */ - if (d->indicator.current > 0) { - (d->indicator.current)--; - } else { - d->indicator.current = d->indicator.count - 1; + for (;condition<0;++condition) { + /* Move backward one. */ + if (d->indicator.current > 0) { + (d->indicator.current)--; + } else { + d->indicator.current = d->indicator.count - 1; + } + updateIndicatorElement(app, d->indicator.current); } - updateIndicatorElement(app, d->indicator.current); } else { /* Erase them all. */ int i; @@ -1200,9 +1207,12 @@ destroyGCs(app); destroyDialog(app); if (app->buf) { - memset(app->buf, 0, app->bufSize); + memset(app->buf, 0, app->bufSize); + memset(app->buf_rnd, 0, app->bufSize); + __asm__ __volatile__("" : : : "memory"); } freeIf(app->buf); + freeIf(app->buf_rnd); ungrabPointer(app); ungrabKeyboard(app); ungrabServer(app); @@ -1216,8 +1225,9 @@ void acceptAction(AppInfo *app) { - int status = append_to_buf(&(app->buf), &(app->bufSize), - &(app->bufIndex), '\0'); + int status = append_to_buf(&(app->buf), &(app->buf_rnd), + &(app->bufSize), &(app->bufIndex), + '\0', 0); if (APPEND_FAILURE == status) { cleanUp(app); outOfMemory(app, __LINE__); @@ -1239,7 +1249,7 @@ return; } (app->bufIndex)--; - updateIndicators(app, -1); + updateIndicators(app, -app->buf_rnd[app->bufIndex]); } void erasePassphrase(AppInfo *app) @@ -1254,13 +1264,15 @@ void addToPassphrase(AppInfo *app, char c) { - int status = append_to_buf(&(app->buf), &(app->bufSize), - &(app->bufIndex), c); + unsigned int r = rand()%app->randCount + 1; + int status = append_to_buf(&(app->buf), &(app->buf_rnd), + &(app->bufSize), &(app->bufIndex), + c, r); if (APPEND_FAILURE == status) { cleanUp(app); outOfMemory(app, __LINE__); } - updateIndicators(app, 1); + updateIndicators(app, r); } void handleKeyPress(AppInfo *app, XEvent *event) @@ -1433,11 +1445,27 @@ } } +static void +initRandom() +{ + int fd=open("/dev/urandom", O_RDONLY); + unsigned int seed; + + if (fd!=-1) { + read(fd, &seed, sizeof seed); + close(fd); + } + + seed += time(0); + srand(seed); +} + int main(int argc, char **argv) { AppInfo app; XEvent event; + initRandom(); memset(&app, 0, sizeof(app)); progclass = "SshAskpass"; --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.h.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.h 2005-12-27 01:23:25.000000000 +0100 @@ -152,6 +152,7 @@ pid_t pid; char *buf; + unsigned char *buf_rnd; int bufSize; int bufIndex; @@ -196,6 +197,8 @@ unsigned long inputTimeout; XtIntervalId inputTimeoutTimerId; Bool inputTimeoutActive; + + unsigned char randCount; DialogInfo *dialog; } AppInfo; --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.man.in.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.man.in 2005-12-27 01:23:25.000000000 +0100 @@ -1,4 +1,4 @@ -.\" x11-ssh-askpass.man +.\" x11-ssh-askpass.man -*- nroff -*- .\" Created by Matthieu Herrb for OpenBSD .\" Modified by Jim Knoble for non-OpenBSD .\" distribution @@ -219,6 +219,14 @@ .Dq 20/in (20 pixels per inch). .El +.It Cm randCount ( No class Cm RandCount ) +.Bl -inset -compact +.It specifies the maximum amount of additional, random units which can +be generated per password character. A non-zero value helps to hide +the length of the typed passphrase. +.It Default value: +.Dq 2 . +.El .El .Pp The following resources are recognized by the Dialog widget: --- NEW FILE x11-ssh-askpass.spec --- ## $Id$ %global __alternatives /usr/sbin/alternatives %global appdefaultsdir /usr/share/X11/app-defaults %{!?release_func:%global release_func() %1%{?dist}} Name: x11-ssh-askpass Version: 1.2.4.1 Release: %release_func 1 Summary: A passphrase dialog for X and not only for OpenSSH Group: Applications/System License: Public Domain URL: http://www.jmknoble.net/software/x11-ssh-askpass/ Source0: http://www.jmknoble.net/software/x11-ssh-askpass/%name-%version.tar.gz Source10: X11-ssh-askpass.csh Source11: X11-ssh-askpass.sh Patch0: x11-ssh-askpass-1.2.4-random.patch BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) Provides: openssh-askpass-x11 Requires(pre): %appdefaultsdir Requires(postun): %appdefaultsdir #Requires(post): %__alternatives #Requires(preun): %__alternatives BuildRequires: imake libXt-devel %description x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other open variants of SSH. In particular, x11-ssh-askpass is useful with the Unix port of OpenSSH by Damien Miller and others, and Damien includes it in his RPM packages of OpenSSH. x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for its user interface. This reduces its dependencies on external libraries (such as GNOME or Perl/Tk). See the README for further information. %prep %setup -q %patch0 -p1 -b .random %global makeflags XAPPLOADDIR='%appdefaultsdir' %build %configure --libexecdir=%_libexecdir/openssh xmkmf make includes %makeflags make %{?_smp_mflags} %makeflags %install rm -rf $RPM_BUILD_ROOT make install install.man DESTDIR=$RPM_BUILD_ROOT %makeflags mkdir -p $RPM_BUILD_ROOT%_sysconfdir/profile.d install -p -m0755 %SOURCE10 %SOURCE11 $RPM_BUILD_ROOT%_sysconfdir/profile.d/ rm -f $RPM_BUILD_ROOT{%_libexecdir/openssh,%_mandir/man1}/ssh-askpass* %clean rm -rf $RPM_BUILD_ROOT ## Disable alternatives stuff for now; it requires support from the ## Fedora Core openssh-askpass package # #post # %__alternatives --install \ # %_libexecdir/openssh/ssh-askpass ssh-askpass %_libexecdir/openssh/x11-ssh-askpass \ # --slave %_mandir/man1/ssh-askpass ssh-askpass-man %_mandir/man1/x11-ssh-askpass \ # 50 # # #preun # test "$1" != 0 || \ # %__alternatives --remove ssh-askpass %_libexecdir/openssh/x11-ssh-askpass %files %defattr(-,root,root,-) %doc ChangeLog README TODO *.ad %config(noreplace) %_sysconfdir/profile.d/* %appdefaultsdir/* %_libexecdir/openssh %_mandir/*/* %changelog * Tue Jul 25 2006 Enrico Scholz - 1.2.4.1-1 - initial Fedora Extras package (review #176580) * Sat May 20 2006 Enrico Scholz - 1.2.4.1-0.2 - removed '%%config' from the app-defaultsdir - do not own the app-defaultsdir anymore - added some tricks to the -random patch to avoid removal of the clear-the-passphrase-memset() during optimization * Sun Mar 26 2006 Enrico Scholz - 1.2.4.1-0.1 - fixed path of app-defaults dir * Wed Dec 21 2005 Enrico Scholz - 1.2.4.1-0 - initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 20:26:37 -0000 1.1 +++ .cvsignore 9 Aug 2006 20:27:35 -0000 1.2 @@ -0,0 +1 @@ +x11-ssh-askpass-1.2.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 20:26:37 -0000 1.1 +++ sources 9 Aug 2006 20:27:35 -0000 1.2 @@ -0,0 +1 @@ +8f2e41f3f7eaa8543a2440454637f3c3 x11-ssh-askpass-1.2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 20:32:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:32:21 -0700 Subject: owners owners.list,1.1379,1.1380 Message-ID: <200608092032.k79KWNIZ001987@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1970 Modified Files: owners.list Log Message: added x11-ssh-askpass Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1379 retrieving revision 1.1380 diff -u -r1.1379 -r1.1380 --- owners.list 9 Aug 2006 20:11:02 -0000 1.1379 +++ owners.list 9 Aug 2006 20:32:21 -0000 1.1380 @@ -1977,6 +1977,7 @@ Fedora Extras|wxGTK|GTK+ port of the wxWidgets GUI library|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|wxPython|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|wxPythonGTK2|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| +Fedora Extras|x11-ssh-askpass|A passphrase dialog for X and not only for OpenSSH|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 21:43:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:31 -0700 Subject: rpms/openbabel - New directory Message-ID: <200608092143.k79LhXm5004944@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4918/openbabel Log Message: Directory /cvs/extras/rpms/openbabel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 21:43:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:31 -0700 Subject: rpms/openbabel/devel - New directory Message-ID: <200608092143.k79LhXii004947@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4918/openbabel/devel Log Message: Directory /cvs/extras/rpms/openbabel/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 21:43:47 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:47 -0700 Subject: rpms/openbabel Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092143.k79LhnBn005002@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4967 Added Files: Makefile import.log Log Message: Setup of module openbabel --- NEW FILE Makefile --- # Top level Makefile for module openbabel all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 21:43:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:48 -0700 Subject: rpms/openbabel/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092143.k79LhoMI005005@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4967/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module openbabel --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 22:11:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:11:42 -0700 Subject: rpms/openbabel import.log,1.1,1.2 Message-ID: <200608092211.k79MBjMA007928@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7892 Modified Files: import.log Log Message: auto-import openbabel-2.0.2-2 on branch devel from openbabel-2.0.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/openbabel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 21:43:47 -0000 1.1 +++ import.log 9 Aug 2006 22:11:42 -0000 1.2 @@ -0,0 +1 @@ +openbabel-2_0_2-2:HEAD:openbabel-2.0.2-2.src.rpm:1155161543 From fedora-extras-commits at redhat.com Wed Aug 9 22:11:43 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:11:43 -0700 Subject: rpms/openbabel/devel openbabel-cxxflags.patch, NONE, 1.1 openbabel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092211.k79MBjAW007937@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7892/devel Modified Files: .cvsignore sources Added Files: openbabel-cxxflags.patch openbabel.spec Log Message: auto-import openbabel-2.0.2-2 on branch devel from openbabel-2.0.2-2.src.rpm openbabel-cxxflags.patch: --- NEW FILE openbabel-cxxflags.patch --- --- openbabel-2.0.2/src/formats/xml/Makefile.am.r 2006-05-24 21:37:41.000000000 +0200 +++ openbabel-2.0.2/src/formats/xml/Makefile.am 2006-08-05 22:13:11.000000000 +0200 @@ -3,7 +3,6 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/data AM_CPPFLAGS = @XML_CPPFLAGS@ AM_LDFLAGS = @LIBS@ @XML_LIBS@ -CXXFLAGS += -O0 if BUILD_SHARED --- NEW FILE openbabel.spec --- #%%define _with_perl 1 #%%define _with_python 1 %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch) %define perl_archlib %(eval "`perl -V:archlib`"; echo $archlib) %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define inchi_ver 1.0.1 Name: openbabel Version: 2.0.2 Release: 2%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File URL: http://openbabel.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz Patch: %{name}-cxxflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: zlib-devel %description Open Babel is a free, open-source version of the Babel chemistry file translation program. Open Babel is a project designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling, computational chemistry, and many related areas. Open Babel includes two components, a command-line utility and a C++ library. The command-line utility is intended to be used as a replacement for the original babel program, to translate between various chemical file formats. The C++ library includes all of the file-translation code as well as a wide variety of utilities to foster development of other open source scientific software. %package devel Summary: Development tools for programs which will use the Open Babel library Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package includes the header files and libraries necessary for developing programs using the Open Babel library. If you are going to develop programs which will use this library you should install %{name}-devel. You'll also need to have the %{name} package installed. %package -n inchi Summary: The IUPAC International Chemical Identifier (InChI) library Group: System Environment/Libraries License: LGPL Version: %{inchi_ver} %description -n inchi The IUPAC International Chemical Identifier (InChI) library. %package -n inchi-devel Summary: Development headers for InChI library Group: Development/Libraries License: LGPL Version: %{inchi_ver} Requires: inchi = %{inchi_ver}-%{release} %description -n inchi-devel The inchi-devel package includes the header files and libraries necessary for developing programs using the InChI library. If you are going to develop programs which will use this library you should install inchi-devel. You'll also need to have the inchi package installed. %if 0%{?_with_perl:1} %package perl Group: System Environment/Libraries Summary: Perl wrapper for the Open Babel library BuildRequires: openbabel-devel BuildRequires: perl %description perl Perl wrapper for the Open Babel library. %endif %if 0%{?_with_python:1} %package python Group: System Environment/Libraries Summary: Python wrapper for the Open Babel library BuildRequires: openbabel-devel BuildRequires: python BuildRequires: python-devel BuildRequires: swig %description python Python wrapper for the Open Babel library. %endif %prep %setup -q %patch -p1 -b .cxxflags %build %{__libtoolize} --force %{__aclocal} %{__automake} %{__autoconf} %configure --enable-shared=yes --enable-static=no %{__make} %{?_smp_mflags} %if 0%{?_with_perl:1} pushd scripts/perl perl Makefile.PL INSTALLDIRS="vendor" %{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPTS_FLAGS" %{__make} test popd %endif %if 0%{?_with_python:1} pushd scripts/python python setup.py build popd %endif %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}{,/%{name}}/*.la %if 0%{?_with_perl:1} pushd scripts/perl %{__make} install DESTDIR=$RPM_BUILD_ROOT popd %{__rm} -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod %{__rm} -f $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/{.packlist,OpenBabel.bs} %endif %if 0%{?_with_python:1} pushd scripts/python %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT popd %endif %clean %{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n inchi -p /sbin/ldconfig %postun -n inchi -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README THANKS %doc doc/*.html %doc doc/README* doc/babel*.inc doc/dioxin.* %{_bindir}/* %{_mandir}/man1/* %{_datadir}/%{name} %{_libdir}/libopenbabel.so.* %{_libdir}/%{name} %files devel %defattr(-,root,root,-) %{_includedir}/%{name}-2.0 %{_libdir}/libopenbabel.so %{_libdir}/pkgconfig/*.pc %files -n inchi %defattr(-,root,root,-) %doc src/formats/inchi/COPYING.LIB %doc src/formats/inchi/README.html %{_libdir}/libinchi.so.* %files -n inchi-devel %defattr(-,root,root,-) %{_includedir}/inchi %{_libdir}/libinchi.so %if 0%{?_with_perl:1} %files perl %defattr(-,root,root,-) %{perl_vendorarch}/Chemistry/OpenBabel.pm %dir %{perl_vendorarch}/*/Chemistry/OpenBabel %{perl_vendorarch}/*/Chemistry/OpenBabel/OpenBabel.so %endif %if 0%{?_with_python:1} %files python %defattr(-,root,root,-) %{python_sitearch}/_openbabel.so %{python_sitearch}/openbabel.py %{python_sitearch}/openbabel.pyc %ghost %{python_sitearch}/openbabel.pyo %endif %changelog * Mon Aug 07 2006 Dominik Mierzejewski 2.0.2-2 - simplified file lists and permissions - removed weird character from inchi summary and description - added missing pkgconfig Req: for -devel * Sat Aug 05 2006 Dominik Mierzejewski 2.0.2-1 - updated to 2.0.2 - dropped GCC4 fix (upstream'd) - split off inchi package - added python and perl bindings packages * Sat Jan 07 2006 Dominik Mierzejewski 2.0.0-1 - updated to 2.0.0 - fix compilation with GCC4 - FE compliance * Thu Feb 10 2005 Dominik Mierzejewski 1.100.2-1 - rebuilt for Fedora 3 * Tue Jan 18 2005 ALT QA Team Robot 1.100.2-alt1.1 - Rebuilt with libstdc++.so.6. * Wed Mar 03 2004 Michael Shigorin 1.100.2-alt1 - 1.100.2 * Wed Dec 17 2003 Michael Shigorin 1.100.1-alt2 - removed *.la - don't package static library by default * Mon Sep 22 2003 Michael Shigorin 1.100.1-alt1 - 1.100.1 - #2994 fixed; thanks to Alex Ott (ott@) for a pointer - spec cleanup (underlibification fixup) * Mon Jun 30 2003 Michael Shigorin 1.100.0-alt1 - built for ALT Linux - based on Mandrake Cooker spec by: * Lenny Cartier * Austin Acton - spec cleanup Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 21:43:48 -0000 1.1 +++ .cvsignore 9 Aug 2006 22:11:43 -0000 1.2 @@ -0,0 +1 @@ +openbabel-2.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 21:43:48 -0000 1.1 +++ sources 9 Aug 2006 22:11:43 -0000 1.2 @@ -0,0 +1 @@ +1cb8d4a99482d2d109887a099d1a719e openbabel-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 22:33:40 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:33:40 -0700 Subject: owners owners.list,1.1380,1.1381 Message-ID: <200608092233.k79MXg8c008079@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8062 Modified Files: owners.list Log Message: Add myself as openbabel maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1380 retrieving revision 1.1381 diff -u -r1.1380 -r1.1381 --- owners.list 9 Aug 2006 20:32:21 -0000 1.1380 +++ owners.list 9 Aug 2006 22:33:39 -0000 1.1381 @@ -1005,6 +1005,7 @@ Fedora Extras|oooqs2|OpenOffice.org Quickstarter 2|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|openal|Open Audio Library|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|openalpp|Object Oriented version of OpenAL|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org +Fedora Extras|openbabel|Chemistry software file format converter|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|openbox|Openbox window manager|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|opencdk|Provides basic parts of the OpenPGP message format|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|openct|Middleware framework for smart card terminals|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 22:51:59 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 9 Aug 2006 15:51:59 -0700 Subject: status-report-scripts parseBZbugList,1.47,1.48 Message-ID: <200608092251.k79Mpxnq008196@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8178 Modified Files: parseBZbugList Log Message: Try to produce reasonable list of missing packages in comps.xml. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- parseBZbugList 26 Jul 2006 16:23:27 -0000 1.47 +++ parseBZbugList 9 Aug 2006 22:51:56 -0000 1.48 @@ -29,8 +29,6 @@ # TODO stuff # See why count in "Inactive maintainers with open bug reports" is strange. -# Check contents of comps.xml file (missing packages, -# retired/orphaned packages) use strict; use Getopt::Long; @@ -217,15 +215,22 @@ $SRPMS{$k} = 1; } # Check comps files -for my $i ($main::firstrel .. ($main::currel + 1)) { +for my $i ($main::currel .. ($main::currel + 1)) { print STDERR "Looking for $main::compsDir/comps-fe$i.xml.in\n"; if (-s "$main::compsDir/comps-fe$i.xml.in") { + my %C_RPM; + my %E_RPM; + my $s = $i; + $s = "development" if $i > $main::currel; + &grabRepoList("$main::repourl/core/$s/i386/os/Fedora/RPMS/", \%C_RPM); + &grabRepoList("$main::repourl/extras/$s/i386/", \%E_RPM); + foreach my $k (keys % {$EXTRAS_R[$i]}) { + $E_RPM{$k} = 1; + } $COMPS[$i] = {}; $COMPS_M[$i] = {}; - print STDERR "Grab $i\n"; &grabCompsList("$main::compsDir/comps-fe$i.xml.in", $COMPS[$i]); - print STDERR "Check $i\n"; - &checkComps($EXTRAS_R[$i], $COMPS[$i], $COMPS_M[$i], $i); + &checkComps(\%E_RPM, $COMPS[$i], $COMPS_M[$i], $i, \%C_RPM); } } # Take a look at CVS stuff @@ -692,7 +697,7 @@ my $e = $PO{$owner}; $owner =~ s/\@/ at /; $owner =~ s/\./ dot /g; - foreach my $p (@$e) { + foreach my $p (sort @$e) { print "||$owner||`$p`||\n"; } } @@ -1032,7 +1037,7 @@ while ( ) { next unless /^.\[ {$pkg} = 1; } @@ -1403,9 +1408,18 @@ } sub checkComps { - my ($rh, $ch, $mh, $tag) = @_; - foreach my $k (keys %$rh) { - $mh->{$k} = -1 unless defined $ch->{$k}; + my ($rh, $ch, $mh, $tag, $coreh) = @_; + my $prev; + foreach my $k (sort(keys(%$rh), keys(%$coreh))) { + next if index($k, "$prev-") == 0; + $prev = $k; + next if defined $coreh->{$k}; + next if defined $ch->{$k}; + next if $k =~ /plugin/i; + next if $k =~ /^(lib|compat-|xfce4-|gtk-|kmod-|fonts?-)/i; + next if $k =~ /(-devel|lib[s0-9]*|-python|-perl|-servers?|-clients?|-tools?)$/i; + next if $k =~ /(-contribs?|-docs?|-x?emacs|-utils?|-fonts?)$/i; + $mh->{$k} = -1; } foreach my $k (keys %$ch) { $mh->{$k} = 1 unless defined $rh->{$k}; From fedora-extras-commits at redhat.com Wed Aug 9 23:22:14 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:14 -0700 Subject: rpms/xdrawchem - New directory Message-ID: <200608092322.k79NMGsk011540@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/xdrawchem Log Message: Directory /cvs/extras/rpms/xdrawchem added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 23:22:15 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:15 -0700 Subject: rpms/xdrawchem/devel - New directory Message-ID: <200608092322.k79NMHmh011543@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/xdrawchem/devel Log Message: Directory /cvs/extras/rpms/xdrawchem/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 23:22:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:29 -0700 Subject: rpms/xdrawchem Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092322.k79NMVLp011592@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11559 Added Files: Makefile import.log Log Message: Setup of module xdrawchem --- NEW FILE Makefile --- # Top level Makefile for module xdrawchem all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 23:22:30 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:30 -0700 Subject: rpms/xdrawchem/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092322.k79NMWq4011595@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11559/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xdrawchem --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 23:33:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:33:07 -0700 Subject: rpms/xdrawchem import.log,1.1,1.2 Message-ID: <200608092333.k79NX9u0011722@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11687 Modified Files: import.log Log Message: auto-import xdrawchem-1.9.9-2 on branch devel from xdrawchem-1.9.9-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 23:22:29 -0000 1.1 +++ import.log 9 Aug 2006 23:33:07 -0000 1.2 @@ -0,0 +1 @@ +xdrawchem-1_9_9-2:HEAD:xdrawchem-1.9.9-2.src.rpm:1155166427 From fedora-extras-commits at redhat.com Wed Aug 9 23:33:08 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:33:08 -0700 Subject: rpms/xdrawchem/devel xdrawchem.desktop, NONE, 1.1 xdrawchem.png, NONE, 1.1 xdrawchem.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092333.k79NXAhq011727@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11687/devel Modified Files: .cvsignore sources Added Files: xdrawchem.desktop xdrawchem.png xdrawchem.spec Log Message: auto-import xdrawchem-1.9.9-2 on branch devel from xdrawchem-1.9.9-2.src.rpm --- NEW FILE xdrawchem.desktop --- [Desktop Entry] Type=Application Exec=xdrawchem Icon=xdrawchem.png Comment=Chemical drawing. Comment[da]=Tegning af kemiske stoffer. Terminal=false Name=Xdrawchem Encoding=UTF-8 Categories=Application;Education;Chemistry;Graphics; --- NEW FILE xdrawchem.spec --- Name: xdrawchem Version: 1.9.9 Release: 2 Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png URL: http://xdrawchem.sourceforge.net/ License: GPL Group: Applications/Engineering BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel BuildRequires: desktop-file-utils BuildRequires: openbabel-devel %description XDrawChem is a two-dimensional molecule drawing program for Unix operating systems. It is similar in functionality to other molecule drawing programs such as ChemDraw (TM, CambridgeSoft). It can read and write MDL Molfiles and CML files to allow sharing between XDrawChem and other chemistry applications. %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %makeinstall # menu mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps install -c -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-category Application \ --add-category Science \ --add-category Chemistry \ %{SOURCE1} rm -f $RPM_BUILD_ROOT%{_datadir}/xdrawchem/caslist.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc HISTORY.txt GPL.txt README.txt TODO.txt %attr(755,root,root) %{_bindir}/xdrawchem %{_datadir}/xdrawchem %{_datadir}/applications/*xdrawchem.desktop %{_datadir}/pixmaps/xdrawchem.png %changelog * Mon Aug 07 2006 Dominik Mierzejewski 1.9.9-2 - simplified file list * Sun Jan 08 2006 Dominik Mierzejewski 1.9.9-1 - Updated to 1.9.9 * Thu Aug 11 2005 Dominik Mierzejewski - Updated to 1.9.8 * Sat Nov 29 2003 Gunner Poulsen - Updated to require openbabel. * Sun Jun 22 2003 Gunner Poulsen 1.7.2-1RH9 - Modyfied to fit Red Hat 9 and 8. * Sat Apr 05 2003 Eduardo Sanchez 1.6.9-1mdk - 1.6.9 * Wed Mar 12 2003 Eduardo Sanchez 1.6.8-1mdk - 1.6.8 - resumed compilation after a long series of unsuccessful trials ;) * Tue Jan 07 2003 Eduardo Sanchez 1.6.3-1mdk - 1.6.3 * Fri Dec 27 2002 Eduardo Sanchez 1.6.2b-1mdk - 1.6.2b - Built on MDK 9.0 and qt 3.1 - Spec file reworked to take account of differences with Cooker packages - Thanks to Bryan for his help in building this package! * Thu Nov 07 2002 Eduardo Sanchez 1.6-1mdk - 1.6 * Tue Oct 15 2002 Eduardo Sanchez 1.5.5-1mdk - 1.5.5 * Mon Oct 07 2002 Eduardo Sanchez 1.5.4-2mdk - dir was locked; fixed * Mon Oct 07 2002 Eduardo Sanchez 1.5.4-1mdk - 1.5.4 * Wed Oct 03 2002 Eduardo Sanchez 1.5.3-1mdk - 1.5.3 - streamlined spec file; removed references to old patch * Fri Sep 20 2002 Eduardo Sanchez 1.5.2-1mdk - 1.5.2 - First build with autoconf, let's see :) * Tue Sep 10 2002 Eduardo Sanchez 1.5.1-1mdk - 1.5.1 - 1.5 didn't work, let hope this one does! * Fri Aug 02 2002 Eduardo Sanchez 1.4.2-1mdk - 1.4.2 * Wed Jul 18 2002 Eduardo Sanchez 1.4.1-1mdk - 1.4.1 * Thu Jul 04 2002 Eduardo Sanchez 1.4-1mdk - 1.4 - built against KDE 3.0.2 * Fri Jun 07 2002 Eduardo Sanchez 1.3.2-1mdk - 1.3.2 * Tue Jun 04 2002 Eduardo Sanchez 1.3.1-1mdk - 1.3.1 * Wed May 29 2002 Eduardo Sanchez 1.3-1mdk - 1.3 * Thu May 23 2002 Eduardo Sanchez 1.2-2mdk - rebuilt against standard Mandrake KDE 3.0.1 packages * Wed May 22 2002 Eduardo Sanchez 1.2-1mdk - 1.2 * Wed May 1 2002 Eduardo Sanchez 1.1.1-1mdk - 1.1.1 * Sun Apr 14 2002 Eduardo Sanchez 1.1-2mdk - 1.1 - patched Makefile only for Qt3 (libqt-mt) - build with Qt3 * Thu Mar 28 2002 Laurent MONTEL 1.0.2-1mdk - 1.0.2 - Fix hard coded path * Thu Mar 21 2002 Lenny Cartier 1.0.1-1mdk - 1.0.1 * Tue Feb 26 2002 Lenny Cartier 1.0-1mdk - 1.0 - fix menu - remove useless ldconfig * Wed Feb 06 2002 Lenny Cartier 0.99.9-1mdk - 0.99.9 * Mon Jan 28 2002 Lenny Cartier 0.99.8-1mdk - 0.99.8 * Tue Dec 18 2001 Laurent MONTEL 0.99.7-1mdk - 0.99.7 * Wed Dec 05 2001 Lenny Cartier 0.99.6-1mdk - 0.99.6 * Thu Nov 15 2001 Lenny Cartier 0.99.4-1mdk - 0.99.4 * Fri Oct 12 2001 Lenny Cartier 0.99.3-1mdk - rebuild against new libpng - 0.99.3 * Thu Sep 27 2001 Laurent MONTEL 0.99.1-1mdk - Update code (0.99.1) * Mon Sep 24 2001 Laurent MONTEL 0.99-1mdk - Update code (0.99) * Wed Sep 12 2001 Laurent MONTEL 0.96-3mdk - Fix icon * Tue Sep 12 2001 Laurent MONTEL 0.96-2mdk -Rebuild * Tue Aug 28 2001 Lenny Cartier 0.96-1mdk - 0.96 * Thu Aug 23 2001 Etienne Faure 0.94-1mdk - updated from Thomas Leclerc 0.94-1mdk - version 0.94 - add menu entry * Wed Jul 18 2001 Lenny Cartier 0.92-1mdk - added in contribs by Thomas Leclerc : - version 0.92 * Tue Jul 10 2001 Thomas Leclerc 0.91-1mdk - version 0.91 - remove matherr-patch (obsolete) * Mon Jun 18 2001 Thomas Leclerc 0.9-1mdk - initial mandrake release - patch errors in libm usage # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 23:22:30 -0000 1.1 +++ .cvsignore 9 Aug 2006 23:33:08 -0000 1.2 @@ -0,0 +1 @@ +xdrawchem-1.9.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 23:22:30 -0000 1.1 +++ sources 9 Aug 2006 23:33:08 -0000 1.2 @@ -0,0 +1 @@ +6343d031b3ea19a6606831c89b8006b2 xdrawchem-1.9.9.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 23:53:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:53:49 -0700 Subject: owners owners.list,1.1381,1.1382 Message-ID: <200608092353.k79NrpAV011811@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11794 Modified Files: owners.list Log Message: Add myself as the maintainer of xdrawchem Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1381 retrieving revision 1.1382 diff -u -r1.1381 -r1.1382 --- owners.list 9 Aug 2006 22:33:39 -0000 1.1381 +++ owners.list 9 Aug 2006 23:53:48 -0000 1.1382 @@ -1995,6 +1995,7 @@ Fedora Extras|xdaliclock|A clock for the X Window System|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|xdesktopwaves|Simulation of water waves on the X Window System desktop|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|xdrawchem|2D chemical structures drawing tool|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|xemacs|A different version of Emacs|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xemacs-sumo|XEmacs Lisp packages|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 23:59:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:59:49 -0700 Subject: rpms/xdrawchem/devel xdrawchem.spec,1.1,1.2 Message-ID: <200608092359.k79NxpwW011964@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11943 Modified Files: xdrawchem.spec Log Message: - added dist tag Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdrawchem.spec 9 Aug 2006 23:33:08 -0000 1.1 +++ xdrawchem.spec 9 Aug 2006 23:59:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 2 +Release: 3%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Thu Aug 10 2006 Dominik Mierzejewski 1.9.9-3 +- added dist tag + * Mon Aug 07 2006 Dominik Mierzejewski 1.9.9-2 - simplified file list From fedora-extras-commits at redhat.com Wed Aug 9 23:59:53 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Wed, 9 Aug 2006 16:59:53 -0700 Subject: rpms/gnubiff import.log,1.2,1.3 Message-ID: <200608100000.k7A00PWq012054@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11967 Modified Files: import.log Log Message: auto-import gnubiff-2.2.2-1 on branch devel from gnubiff-2.2.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 24 May 2006 04:23:47 -0000 1.2 +++ import.log 9 Aug 2006 23:59:52 -0000 1.3 @@ -1 +1,2 @@ gnubiff-2_2_1-2_fc6:HEAD:gnubiff-2.2.1-2.fc6.src.rpm:1148444627 +gnubiff-2_2_2-1:HEAD:gnubiff-2.2.2-1.src.rpm:1155081764 From fedora-extras-commits at redhat.com Wed Aug 9 23:59:53 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Wed, 9 Aug 2006 16:59:53 -0700 Subject: rpms/gnubiff/devel .cvsignore, 1.2, 1.3 gnubiff.desktop, 1.1, 1.2 gnubiff.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608100000.k7A00POH012060@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11967/devel Modified Files: .cvsignore gnubiff.desktop gnubiff.spec sources Log Message: auto-import gnubiff-2.2.2-1 on branch devel from gnubiff-2.2.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 May 2006 04:23:47 -0000 1.2 +++ .cvsignore 9 Aug 2006 23:59:53 -0000 1.3 @@ -1 +1 @@ -gnubiff-2.2.1.tar.gz +gnubiff-2.2.2.tar.gz Index: gnubiff.desktop =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubiff.desktop 24 May 2006 04:23:47 -0000 1.1 +++ gnubiff.desktop 9 Aug 2006 23:59:53 -0000 1.2 @@ -7,5 +7,6 @@ Icon=gnubiff.png Terminal=false Type=Application -Categories=Application;Network; +Categories=Application;Network;X-Fedora; Version=2.2.1 +X-Desktop-File-Install-Version=0.10 Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubiff.spec 24 May 2006 04:23:47 -0000 1.1 +++ gnubiff.spec 9 Aug 2006 23:59:53 -0000 1.2 @@ -1,14 +1,14 @@ -Name: gnubiff -Version: 2.2.1 -Release: 2%{?dist} -Summary: A mail notification program - -Group: Applications/Internet -License: GPL -URL: http://gnubiff.sourceforge.net/ -Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: gnubiff +Version: 2.2.2 +Release: 1%{?dist} +Summary: A mail notification program + +Group: Applications/Internet +License: GPL +URL: http://gnubiff.sourceforge.net/ +Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gamin-devel, libglade2-devel, desktop-file-utils, gnome-panel-devel, openssl-devel Requires(post): /sbin/install-info @@ -64,6 +64,10 @@ %{_mandir}/man1/* %changelog +* Wed Aug 09 2006 Damien Durand - 2.2.2-1 +- Upgrade to 2.2.2 + + * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 May 2006 04:23:47 -0000 1.2 +++ sources 9 Aug 2006 23:59:53 -0000 1.3 @@ -1 +1 @@ -8d2ef679f42e7a593dc88b750d0cca4c gnubiff-2.2.1.tar.gz +54e026ed12571350dcf8965a090dfa45 gnubiff-2.2.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:10 -0700 Subject: rpms/perl-DateTime-Format-HTTP/FC-4 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lgXG019259@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/FC-4 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:09 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:09 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:11 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lhw0019268@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/devel Modified Files: .cvsignore perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Aug 2006 01:25:39 -0000 1.2 +++ .cvsignore 10 Aug 2006 01:47:11 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-HTTP-0.36.tar.gz +DateTime-Format-HTTP-0.37.tar.gz Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:11 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:11 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:10 -0700 Subject: rpms/perl-DateTime-Format-HTTP/FC-5 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lhPp019263@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/FC-5 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:10 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:10 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:57:50 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 18:57:50 -0700 Subject: fedora-security/audit fc5,1.269,1.270 Message-ID: <200608100157.k7A1voJp020333@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20305 Modified Files: fc5 Log Message: Note the krb5 CVE ids. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.269 retrieving revision 1.270 diff -u -r1.269 -r1.270 --- fc5 9 Aug 2006 19:31:40 -0000 1.269 +++ fc5 10 Aug 2006 01:57:47 -0000 1.270 @@ -87,6 +87,8 @@ CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] +CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux +CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] From fedora-extras-commits at redhat.com Thu Aug 10 04:00:31 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 9 Aug 2006 21:00:31 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.12, 1.13 Message-ID: <200608100400.k7A40X83027329@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27302 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Added check_game check_radius. Fixed issue with DHCP not being able to run without the suid bit set added NTP patch nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 24 Jul 2006 02:43:49 -0000 1.12 +++ nagios-plugins.spec 10 Aug 2006 04:00:30 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,7 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel %description @@ -38,7 +41,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +336,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,6 +469,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ @@ -473,9 +494,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +516,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +645,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +728,12 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 04:39:04 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 9 Aug 2006 21:39:04 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.13,1.14 Message-ID: <200608100439.k7A4d6nt030138@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30121 Modified Files: nagios-plugins.spec Log Message: Providing path to qstat Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- nagios-plugins.spec 10 Aug 2006 04:00:30 -0000 1.13 +++ nagios-plugins.spec 10 Aug 2006 04:39:04 -0000 1.14 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -27,6 +27,7 @@ BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -476,6 +477,7 @@ %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -728,6 +730,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + * Thu Aug 03 2006 Mike McGrath 1.4.3-15 - Fixed permissions on check_dhcp - Added check_game From fedora-extras-commits at redhat.com Thu Aug 10 06:33:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:14 -0700 Subject: rpms/gtkdatabox/devel - New directory Message-ID: <200608100633.k7A6XGSv003233@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3202/gtkdatabox/devel Log Message: Directory /cvs/extras/rpms/gtkdatabox/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 06:33:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:14 -0700 Subject: rpms/gtkdatabox - New directory Message-ID: <200608100633.k7A6XGu1003230@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3202/gtkdatabox Log Message: Directory /cvs/extras/rpms/gtkdatabox added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 06:33:22 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:22 -0700 Subject: rpms/gtkdatabox Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608100633.k7A6XO7k003284@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250 Added Files: Makefile import.log Log Message: Setup of module gtkdatabox --- NEW FILE Makefile --- # Top level Makefile for module gtkdatabox all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 06:33:22 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:22 -0700 Subject: rpms/gtkdatabox/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608100633.k7A6XOeH003287@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gtkdatabox --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 06:33:49 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:49 -0700 Subject: rpms/gtkdatabox import.log,1.1,1.2 Message-ID: <200608100633.k7A6XpBS003353@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3320 Modified Files: import.log Log Message: auto-import gtkdatabox-0.6.0.0-1 on branch devel from gtkdatabox-0.6.0.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 06:33:22 -0000 1.1 +++ import.log 10 Aug 2006 06:33:48 -0000 1.2 @@ -0,0 +1 @@ +gtkdatabox-0_6_0_0-1:HEAD:gtkdatabox-0.6.0.0-1.src.rpm:1155191692 From fedora-extras-commits at redhat.com Thu Aug 10 06:33:49 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:49 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608100633.k7A6Xp3B003358@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3320/devel Modified Files: .cvsignore sources Added Files: gtkdatabox.spec Log Message: auto-import gtkdatabox-0.6.0.0-1 on branch devel from gtkdatabox-0.6.0.0-1.src.rpm --- NEW FILE gtkdatabox.spec --- Name: gtkdatabox Version: 0.6.0.0 Release: 1 Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL URL: http://www.eudoxos.net/gtk/gtkdatabox Source: http://www.eudoxos.net/gtk/gtkdatabox/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, pkgconfig %description GtkDatabox is a widget for the GTK+ library designed to display large amounts of numerical data fast and easy. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: gtk2-devel, pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel -p /sbin/ldconfig %postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/libgtkdatabox-*.so.* %files devel %defattr(-,root,root,-) %doc examples/*.c %{_includedir}/gtkdatabox*.h %{_libdir}/libgtkdatabox.so %{_libdir}/pkgconfig/gtkdatabox.pc %changelog * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 * Fri Jun 23 2006 Eric Work 0.5.3.0-1 - initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 06:33:22 -0000 1.1 +++ .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 @@ -0,0 +1 @@ +gtkdatabox-0.6.0.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 06:33:22 -0000 1.1 +++ sources 10 Aug 2006 06:33:49 -0000 1.2 @@ -0,0 +1 @@ +66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 06:44:10 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:44:10 -0700 Subject: owners owners.list,1.1382,1.1383 Message-ID: <200608100644.k7A6iCKs003500@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3480 Modified Files: owners.list Log Message: Added gtkdatabox Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1382 retrieving revision 1.1383 diff -u -r1.1382 -r1.1383 --- owners.list 9 Aug 2006 23:53:48 -0000 1.1382 +++ owners.list 10 Aug 2006 06:44:10 -0000 1.1383 @@ -531,6 +531,7 @@ Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gtkglarea2|An OpenGL GTK widget|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|rc040203 at freenet.de Fedora Extras|gtkglext|OpenGL Extension to GTK|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|gtkglextmm|C++ binding for gtkglext|gilles.gagniard at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 06:52:31 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:52:31 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.1,1.2 Message-ID: <200608100652.k7A6qX9s003575@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3558 Modified Files: gtkdatabox.spec Log Message: Added dist tag Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtkdatabox.spec 10 Aug 2006 06:33:49 -0000 1.1 +++ gtkdatabox.spec 10 Aug 2006 06:52:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 1 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:01:17 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 10 Aug 2006 01:01:17 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.2,1.3 Message-ID: <200608100801.k7A81NvA009094@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6560 Modified Files: gtkdatabox.spec Log Message: Opps! tag before commit, bumped release number Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtkdatabox.spec 10 Aug 2006 06:52:31 -0000 1.2 +++ gtkdatabox.spec 10 Aug 2006 08:01:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:08:10 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 10 Aug 2006 01:08:10 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.3,1.4 Message-ID: <200608100808.k7A88CAo009259@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9242 Modified Files: gtkdatabox.spec Log Message: Lets try to bump again Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtkdatabox.spec 10 Aug 2006 08:01:17 -0000 1.3 +++ gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:34:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 01:34:01 -0700 Subject: fedora-security/audit fe5,1.68,1.69 fe4,1.63,1.64 Message-ID: <200608100834.k7A8Y1Rn009514@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9494 Modified Files: fe5 fe4 Log Message: +CVE-2006-4028 VULNERABLE (wordpress) #201989 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- fe5 8 Aug 2006 21:29:38 -0000 1.68 +++ fe5 10 Aug 2006 08:33:59 -0000 1.69 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-4028 VULNERABLE (wordpress) #201989 CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- fe4 8 Aug 2006 21:29:38 -0000 1.63 +++ fe4 10 Aug 2006 08:33:59 -0000 1.64 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-4028 VULNERABLE (wordpress) #201989 CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 From fedora-extras-commits at redhat.com Thu Aug 10 09:34:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 02:34:47 -0700 Subject: comps comps-fe5.xml.in,1.66,1.67 comps-fe6.xml.in,1.31,1.32 Message-ID: <200608100934.k7A9Yn9g012274@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12255 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add various missing programs Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- comps-fe5.xml.in 1 Aug 2006 20:10:46 -0000 1.66 +++ comps-fe5.xml.in 10 Aug 2006 09:34:47 -0000 1.67 @@ -212,11 +212,14 @@ true abe + auriferous blobwars bsd-games bzflag celestia cgoban + chess + clanbomber crystal-stacker crystal-stacker-themes csmash @@ -241,6 +244,7 @@ lmarbles lucidlife Maelstrom + monkey-bubble nazghul-haxima nethack nethack-vultures @@ -248,6 +252,7 @@ nexuiz njam overgod + pingus pipenightdreams powermanga ppracer @@ -262,6 +267,7 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs @@ -486,6 +492,7 @@ aide airsnort apcupsd + bochs cfengine cfs crack @@ -496,7 +503,9 @@ fwbuilder ghasher ghex + gkrellm gtklp + gtkterm hercules ibmonitor inadyn Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- comps-fe6.xml.in 1 Aug 2006 20:10:46 -0000 1.31 +++ comps-fe6.xml.in 10 Aug 2006 09:34:47 -0000 1.32 @@ -212,11 +212,14 @@ true abe + auriferous blobwars bsd-games bzflag celestia cgoban + chess + clanbomber crossfire-client crystal-stacker crystal-stacker-themes @@ -242,6 +245,7 @@ lmarbles lucidlife Maelstrom + monkey-bubble nazghul-haxima nethack nethack-vultures @@ -249,6 +253,7 @@ nexuiz njam overgod + pingus pipenightdreams powermanga ppracer @@ -263,6 +268,7 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs @@ -487,6 +493,7 @@ aide airsnort apcupsd + bochs cfengine cfs crack @@ -497,7 +504,9 @@ fwbuilder ghasher ghex + gkrellm gtklp + gtkterm hercules ibmonitor inadyn From fedora-extras-commits at redhat.com Thu Aug 10 11:06:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 04:06:57 -0700 Subject: rpms/bochs/devel .cvsignore, 1.7, 1.8 bochs.spec, 1.18, 1.19 sources, 1.7, 1.8 Message-ID: <200608101106.k7AB6x0R017939@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17918 Modified Files: .cvsignore bochs.spec sources Log Message: * Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 - New upstream version 2.3.pre3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Jul 2006 20:11:44 -0000 1.7 +++ .cvsignore 10 Aug 2006 11:06:57 -0000 1.8 @@ -1,2 +1,2 @@ dlxlinux4.tar.gz -bochs-2.3.pre2.tar.gz +bochs-2.3.pre3.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bochs.spec 17 Jul 2006 09:40:06 -0000 1.18 +++ bochs.spec 10 Aug 2006 11:06:57 -0000 1.19 @@ -1,5 +1,5 @@ %bcond_with debugger -%define pre_version pre2 +%define pre_version pre3 Name: bochs Version: 2.3 @@ -124,6 +124,9 @@ %changelog +* Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 +- New upstream version 2.3.pre3 + * Mon Jul 17 2006 Hans de Goede 2.3-0.1.pre2 - New upstream version 2.3.pre2 - Drop upstreamed wx26 patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Jul 2006 09:40:06 -0000 1.7 +++ sources 10 Aug 2006 11:06:57 -0000 1.8 @@ -1,2 +1,2 @@ 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz -b68eacd9a8ea40f3e678b7daf29a0d2b bochs-2.3.pre2.tar.gz +0d368e0c23c40598dcfd8316b14cf6c0 bochs-2.3.pre3.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 12:00:48 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Thu, 10 Aug 2006 05:00:48 -0700 Subject: rpms/qstat/devel qstat.spec,1.1,1.2 Message-ID: <200608101200.k7AC0ocL018889@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18872 Modified Files: qstat.spec Log Message: Try to fix #201279 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 10 Aug 2006 12:00:48 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 4%{?dist} +Release: 5%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -39,6 +43,9 @@ %{_bindir}/qstat %changelog +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation From fedora-extras-commits at redhat.com Thu Aug 10 12:02:05 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Thu, 10 Aug 2006 05:02:05 -0700 Subject: rpms/qstat/FC-5 qstat.spec,1.1,1.2 Message-ID: <200608101202.k7AC27IS021469@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21452 Modified Files: qstat.spec Log Message: Try to fix #201279 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 10 Aug 2006 12:02:04 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 4%{?dist} +Release: 5%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -39,6 +43,9 @@ %{_bindir}/qstat %changelog +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation From fedora-extras-commits at redhat.com Thu Aug 10 15:12:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 08:12:24 -0700 Subject: kmodtool kmodtool,1.7,1.8 Message-ID: <200608101512.k7AFCOuZ030468@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/kmodtool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30450 Modified Files: kmodtool Log Message: Recognize plain "xen" (without 0 or U) variant. Index: kmodtool =================================================================== RCS file: /cvs/fedora/kmodtool/kmodtool,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kmodtool 24 May 2006 17:56:49 -0000 1.7 +++ kmodtool 10 Aug 2006 15:12:21 -0000 1.8 @@ -26,8 +26,8 @@ shopt -s extglob myprog="kmodtool" -myver="0.10.10" -knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen[0U]?(-PAE)) +myver="0.10.11" +knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE)) kmod_name= kver= verrel= From fedora-extras-commits at redhat.com Thu Aug 10 15:15:28 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 10 Aug 2006 08:15:28 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.10, 1.11 Message-ID: <200608101515.k7AFFUeP030509@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30484 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Patch for NTP added check_radius (includes patch for working with radiusclient-ng added check_game fixed bug in check_dhcp permissions nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 24 Jul 2006 02:43:42 -0000 1.10 +++ nagios-plugins.spec 10 Aug 2006 15:15:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,8 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -38,7 +42,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +337,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,11 +470,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -473,9 +496,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +518,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +647,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +730,15 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 15:18:07 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 10 Aug 2006 08:18:07 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.10, 1.11 Message-ID: <200608101518.k7AFIAWI030590@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30565 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Added patch for check_ntp Added patch for radiusclient-ng Added check_radius Added check_game Fixed permissions bug in check_dhcpd nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 24 Jul 2006 02:43:43 -0000 1.10 +++ nagios-plugins.spec 10 Aug 2006 15:18:07 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,8 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -38,7 +42,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +337,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,11 +470,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -473,9 +496,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +518,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +647,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +730,15 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 15:38:33 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 08:38:33 -0700 Subject: rpms/blender/devel blender.spec,1.23,1.24 Message-ID: <200608101538.k7AFcZxx030804@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30787 Modified Files: blender.spec Log Message: Rebuild to solve broken deps Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- blender.spec 26 Jul 2006 20:11:10 -0000 1.23 +++ blender.spec 10 Aug 2006 15:38:33 -0000 1.24 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -167,6 +167,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-6 +- Rebuilt to solve broken deps + * Wed Jul 26 2006 Jochen Schmitt 2.42-5 - Fix symlink in blender-wrapper to locale From fedora-extras-commits at redhat.com Thu Aug 10 16:04:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 10 Aug 2006 09:04:22 -0700 Subject: rpms/galeon/devel galeon.spec,1.18,1.19 Message-ID: <200608101604.k7AG4vTY001125@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1080 Modified Files: galeon.spec Log Message: Rebuild against firefox 1.5.0.6 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- galeon.spec 2 Aug 2006 12:05:34 -0000 1.18 +++ galeon.spec 10 Aug 2006 16:04:22 -0000 1.19 @@ -1,7 +1,7 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -112,6 +112,9 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 2.0.1-6 +- Rebuild against firefox 1.5.0.6 + * Wed Aug 2 2006 Denis Leroy - 2.0.1-5 - Updated to build against firefox-devel From fedora-extras-commits at redhat.com Thu Aug 10 16:35:24 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:35:24 -0700 Subject: owners owners.list,1.1383,1.1384 Message-ID: <200608101635.k7AGZQ9H001350@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1333 Modified Files: owners.list Log Message: orphan brightside and notemeister; see https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1383 retrieving revision 1.1384 diff -u -r1.1383 -r1.1384 --- owners.list 10 Aug 2006 06:44:10 -0000 1.1383 +++ owners.list 10 Aug 2006 16:35:24 -0000 1.1384 @@ -115,7 +115,7 @@ Fedora Extras|bogofilter|Fast anti-spam filtering by Bayesian statistical analysis|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bonnie++|Bonnie++ filesystem and disk benchmark & burn-in suite|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|boo|Boo is an OO statically typed language for CLI|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|bsd-games|Collection of classic text-based games|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bsdiff|Binary diff/patch utility|jnovy at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bubblemon|A system monitoring dockapp|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -984,7 +984,7 @@ Fedora Extras|nomadsync|Synchronization agent for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|nomarch|GPLed Arc de-archiver|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|notecase|A hierarchical note manager|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 16:38:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:38:32 -0700 Subject: rpms/notemeister/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE notemeister-gtkwarnings.patch, 1.1, NONE notemeister.spec, 1.8, NONE sources, 1.2, NONE Message-ID: <200608101638.k7AGcYHv001402@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/notemeister/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1386 Added Files: dead.package Removed Files: Makefile notemeister-gtkwarnings.patch notemeister.spec sources Log Message: Retire notemeister --- NEW FILE dead.package --- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Upstream stopped development and started a new project --- Makefile DELETED --- --- notemeister-gtkwarnings.patch DELETED --- --- notemeister.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Thu Aug 10 16:40:02 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:40:02 -0700 Subject: rpms/brightside/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE brightside-gconf-mouse-speed.patch, 1.1, NONE brightside-libwnck.patch, 1.1, NONE brightside.spec, 1.12, NONE sources, 1.2, NONE Message-ID: <200608101640.k7AGe40B001439@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/brightside/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1423 Added Files: dead.package Removed Files: .cvsignore Makefile brightside-gconf-mouse-speed.patch brightside-libwnck.patch brightside.spec sources Log Message: Retire brightside --- NEW FILE dead.package --- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Upstream vanished --- .cvsignore DELETED --- --- Makefile DELETED --- --- brightside-gconf-mouse-speed.patch DELETED --- --- brightside-libwnck.patch DELETED --- --- brightside.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Thu Aug 10 16:48:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:48:32 -0700 Subject: rpms/mail-notification/devel mail-notification.spec,1.24,1.25 Message-ID: <200608101648.k7AGmYMg001500@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1483 Modified Files: mail-notification.spec Log Message: 3.0-4 -- Package evolution plugin separately Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- mail-notification.spec 15 Jul 2006 12:49:17 -0000 1.24 +++ mail-notification.spec 10 Aug 2006 16:48:32 -0000 1.25 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -38,6 +38,18 @@ Xfce Notification Area and the KDE System Tray. +%package evolution-plugin +Summary: Evolution plugin for Mail Notification +Group: Applications/Internet +# +# make sure the evo plugin get's installed for all users that had the +# non-split variant of mail-notification (FC5 and earlier) installed before: +Requires: %{name} = %{version}-%{release} +Obsoletes: mail-notification < 3.0-4 + +%description evolution-plugin +Evolution support for Mail Notification. + %prep %setup -q -n %{name}-%{version} cp %{SOURCE1} ./README.FEDORA @@ -80,7 +92,7 @@ /usr/bin/gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||: /usr/bin/scrollkeeper-update -q ||: -mail-notification --unset-obsolete-configuration >/dev/null ||: +mail-notification --unset-obsolete-configuration &>/dev/null ||: %preun # For GConf apps: uninstall app's system default schemas @@ -99,18 +111,25 @@ %{_sysconfdir}/gconf/schemas/mail-notification.schemas %{_bindir}/* %{_libdir}/bonobo/servers/GNOME_MailNotification.server -%{_libdir}/bonobo/servers/GNOME_MailNotification_Evolution.server %{_datadir}/%{name} %{_datadir}/gnome/autostart/fedora-mail-notification.desktop %{_datadir}/applications/fedora-mail-notification-properties.desktop %{_datadir}/gnome/help/mail-notification/ -%{_libdir}/evolution/2.*/plugins/* %dir %{_datadir}/omf/mail-notification/ %{_datadir}/omf/mail-notification/mail-notification-C.omf %{_datadir}/pixmaps/mail-notification.png +%files evolution-plugin +%defattr(-,root,root,-) +%{_libdir}/evolution/2.*/plugins/* +%{_libdir}/bonobo/servers/GNOME_MailNotification_Evolution.server + + %changelog +* Sat Jul 15 2006 Thorsten Leemhuis 3.0-4 +- Package evolution plugin separately + * Sat Jul 15 2006 Thorsten Leemhuis 3.0-3 - rebuild for new gail - send ouput from unset-obsolete-configuration to /dev/null and ignore retval From fedora-extras-commits at redhat.com Thu Aug 10 17:53:05 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Thu, 10 Aug 2006 10:53:05 -0700 Subject: comps comps-fe5.xml.in,1.67,1.68 comps-fe6.xml.in,1.32,1.33 Message-ID: <200608101753.k7AHr7MY004318@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4299 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add cmake, ftnchek, hdf, hdf5, ksynaptics, paraview Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- comps-fe5.xml.in 10 Aug 2006 09:34:47 -0000 1.67 +++ comps-fe5.xml.in 10 Aug 2006 17:53:04 -0000 1.68 @@ -31,6 +31,7 @@ bzr ccache clisp + cmake cogito colordiff cpan2rpm @@ -41,8 +42,9 @@ darcs epydoc erlang - flasm fedora-rpmdevtools + flasm + ftnchek fpc gauche gforth @@ -118,6 +120,8 @@ cernlib-utils galculator gdl + hdf + hdf5 hmmer kst lagan @@ -125,6 +129,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -739,6 +744,7 @@ kiosktool kmymoney2 kompose + ksynaptics kyum Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- comps-fe6.xml.in 10 Aug 2006 09:34:47 -0000 1.32 +++ comps-fe6.xml.in 10 Aug 2006 17:53:04 -0000 1.33 @@ -31,6 +31,7 @@ bzr ccache clisp + cmake cogito colordiff cpan2rpm @@ -41,8 +42,9 @@ darcs epydoc erlang - flasm fedora-rpmdevtools + flasm + ftnchek fpc gauche gforth @@ -118,6 +120,8 @@ cernlib-utils galculator gdl + hdf + hdf5 hmmer kst lagan @@ -125,6 +129,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -740,6 +745,7 @@ kiosktool kmymoney2 kompose + ksynaptics kyum From fedora-extras-commits at redhat.com Thu Aug 10 17:54:34 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 10 Aug 2006 10:54:34 -0700 Subject: fedora-security/audit fe3,1.15,1.16 fe4,1.64,1.65 fe5,1.69,1.70 Message-ID: <200608101754.k7AHsYPc004365@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4343 Modified Files: fe3 fe4 fe5 Log Message: Note clamav update. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fe3 8 Aug 2006 21:29:38 -0000 1.15 +++ fe3 10 Aug 2006 17:54:31 -0000 1.16 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- fe4 10 Aug 2006 08:33:59 -0000 1.64 +++ fe4 10 Aug 2006 17:54:31 -0000 1.65 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-4028 VULNERABLE (wordpress) #201989 -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- fe5 10 Aug 2006 08:33:59 -0000 1.69 +++ fe5 10 Aug 2006 17:54:31 -0000 1.70 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-4028 VULNERABLE (wordpress) #201989 -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Thu Aug 10 18:14:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 11:14:55 -0700 Subject: rpms/em8300-kmod/FC-5 em8300-kmod.spec,1.2,1.3 kmodtool,1.1,1.2 Message-ID: <200608101814.k7AIEvZS007060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7040/FC-5 Modified Files: em8300-kmod.spec kmodtool Log Message: * Thu Aug 10 2006 Ville Skytt?? - 0.15.3-7 - Rebuild for kernel 2.6.17_1.2174_FC5. - Update kmodtool to 0.10.11. Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/em8300-kmod.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- em8300-kmod.spec 22 Jul 2006 20:20:34 -0000 1.2 +++ em8300-kmod.spec 10 Aug 2006 18:14:55 -0000 1.3 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.17-1.2157_FC5} +%{!?kversion: %define kversion 2.6.17-1.2174_FC5} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -23,7 +23,7 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.15.3 -Release: 6.%(echo %{kverrel} | tr - _) +Release: 7.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL @@ -61,7 +61,7 @@ make %{?_smp_mflags} V=1 KERNEL_LOCATION=$ks && \ cd ../.. done - + %install rm -rf $RPM_BUILD_ROOT @@ -77,6 +77,10 @@ %changelog +* Thu Aug 10 2006 Ville Skytt?? - 0.15.3-7 +- Rebuild for kernel 2.6.17_1.2174_FC5. +- Update kmodtool to 0.10.11. + * Tue Jul 11 2006 Ville Skytt?? - 0.15.3-6 - Enable PPC SMP builds (#189400). - Use firmwareless tarball (#189400). Index: kmodtool =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/kmodtool,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kmodtool 22 Jul 2006 20:16:26 -0000 1.1 +++ kmodtool 10 Aug 2006 18:14:55 -0000 1.2 @@ -23,9 +23,11 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +shopt -s extglob + myprog="kmodtool" -myver="0.10.9" -knownvariants='\(BOOT\|\(big\|huge\)mem\|debug\|enterprise\|kdump\|smp\|uml\|xen[0U]\)' +myver="0.10.11" +knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE)) kmod_name= kver= verrel= @@ -33,24 +35,27 @@ get_verrel () { - verrel="$(echo "${1-$(uname -r)}" | sed 's/'${knownvariants}'$//')" + verrel=${1:-$(uname -r)} + verrel=${verrel%%$knownvariants} } print_verrel () { - get_verrel $@ || return $? + get_verrel $@ echo "${verrel}" } get_variant () { - variant="$(echo "${1-$(uname -r)}" | sed 's/^.*'${knownvariants}'$/\1/')" - [ "${variant}" != "${1-$(uname -r)}" ] || variant='""' + get_verrel $@ + variant=${1:-$(uname -r)} + variant=${variant##$verrel} + variant=${variant:-'""'} } print_variant () { - get_variant $@ || return $? + get_variant $@ echo "${variant}" } From fedora-extras-commits at redhat.com Thu Aug 10 18:29:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 10 Aug 2006 11:29:25 -0700 Subject: rpms/liferea/devel .cvsignore, 1.32, 1.33 liferea.spec, 1.46, 1.47 sources, 1.33, 1.34 Message-ID: <200608101829.k7AITRf4007246@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 10 2006 Brian Pepple - 1.0.21-3 - Update to 1.0.21. - Bump firefox version to 1.5.0.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 7 Aug 2006 23:13:08 -0000 1.32 +++ .cvsignore 10 Aug 2006 18:29:25 -0000 1.33 @@ -1 +1 @@ -liferea-1.0.20.tar.gz +liferea-1.0.21.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- liferea.spec 8 Aug 2006 00:21:05 -0000 1.46 +++ liferea.spec 10 Aug 2006 18:29:25 -0000 1.47 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.20 -Release: 4%{?dist} +Version: 1.0.21 +Release: 3%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,7 +23,7 @@ BuildRequires: dbus-devel %endif -Requires: firefox = 1.5.0.5 +Requires: firefox = 1.5.0.6 Requires(pre): GConf2 Requires(post): GConf2 @@ -108,6 +108,10 @@ %changelog +* Thu Aug 10 2006 Brian Pepple - 1.0.21-3 +- Update to 1.0.21. +- Bump firefox version to 1.5.0.6. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-4 - Add requires on specified version of firefox. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 7 Aug 2006 23:13:08 -0000 1.33 +++ sources 10 Aug 2006 18:29:25 -0000 1.34 @@ -1 +1 @@ -88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz +4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 18:35:07 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 10 Aug 2006 11:35:07 -0700 Subject: rpms/liferea/FC-5 .cvsignore, 1.32, 1.33 liferea.spec, 1.45, 1.46 sources, 1.33, 1.34 Message-ID: <200608101835.k7AIZAhp007410@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7386 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 10 2006 Brian Pepple - 1.0.21-2 - Update to 1.0.21. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 7 Aug 2006 23:14:47 -0000 1.32 +++ .cvsignore 10 Aug 2006 18:35:07 -0000 1.33 @@ -1 +1 @@ -liferea-1.0.20.tar.gz +liferea-1.0.21.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- liferea.spec 8 Aug 2006 00:21:56 -0000 1.45 +++ liferea.spec 10 Aug 2006 18:35:07 -0000 1.46 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.20 -Release: 3%{?dist} +Version: 1.0.21 +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -108,6 +108,9 @@ %changelog +* Thu Aug 10 2006 Brian Pepple - 1.0.21-2 +- Update to 1.0.21. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Add requires on specified version of mozilla. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 7 Aug 2006 23:14:47 -0000 1.33 +++ sources 10 Aug 2006 18:35:07 -0000 1.34 @@ -1 +1 @@ -88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz +4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 18:43:08 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 11:43:08 -0700 Subject: rpms/blender/devel blender.spec,1.24,1.25 Message-ID: <200608101843.k7AIhAhL007688@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7671 Modified Files: blender.spec Log Message: Remove %ghost for fullfilling new packaging guidelines Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- blender.spec 10 Aug 2006 15:38:33 -0000 1.24 +++ blender.spec 10 Aug 2006 18:43:08 -0000 1.25 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -147,26 +147,14 @@ %{_bindir}/* %{_datadir}/applications/fedora-blender.desktop %{_datadir}/pixmaps/*.png -%dir %{blenderlib} -%{blenderlib}/.* -%{blenderlib}/VERSION -%{blenderlib}/bpydata/ -%{blenderlib}/*.py -%{blenderlib}/*.pyc -%ghost %{blenderlib}/*.pyo -%{blenderlib}/scripts/*[^o] -%ghost %{blenderlib}/scripts/*.pyo -%{blenderlib}/scripts/bpydata/*[^o] -%ghost %{blenderlib}/scripts/bpydata/*.pyo -%{blenderlib}/scripts/bpymodules/*.py -%{blenderlib}/scripts/bpymodules/*.pyc -%ghost %{blenderlib}/scripts/bpymodules/*.pyo -%{blenderlib}/scripts/bpymodules/colladaImEx/*[^o] -%ghost %{blenderlib}/scripts/bpymodules/colladaImEx/*.pyo +%{blenderlib}/ %{plugins}/ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-7 +- Remove %%ghost for pyo files for fullfilling new packaging guidelines + * Thu Aug 10 2006 Jochen Schmitt 2.42-6 - Rebuilt to solve broken deps From fedora-extras-commits at redhat.com Thu Aug 10 19:04:02 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 12:04:02 -0700 Subject: rpms/blender/FC-5 blender.spec,1.25,1.26 Message-ID: <200608101904.k7AJ4ZAd011285@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11265 Modified Files: blender.spec Log Message: Remove %ghost for fullfilling new packaging guidelines Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/FC-5/blender.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- blender.spec 26 Jul 2006 20:12:23 -0000 1.25 +++ blender.spec 10 Aug 2006 19:04:02 -0000 1.26 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -147,26 +147,14 @@ %{_bindir}/* %{_datadir}/applications/fedora-blender.desktop %{_datadir}/pixmaps/*.png -%dir %{blenderlib} -%{blenderlib}/.* -%{blenderlib}/VERSION -%{blenderlib}/bpydata/ -%{blenderlib}/*.py -%{blenderlib}/*.pyc -%ghost %{blenderlib}/*.pyo -%{blenderlib}/scripts/*[^o] -%ghost %{blenderlib}/scripts/*.pyo -%{blenderlib}/scripts/bpydata/*[^o] -%ghost %{blenderlib}/scripts/bpydata/*.pyo -%{blenderlib}/scripts/bpymodules/*.py -%{blenderlib}/scripts/bpymodules/*.pyc -%ghost %{blenderlib}/scripts/bpymodules/*.pyo -%{blenderlib}/scripts/bpymodules/colladaImEx/*[^o] -%ghost %{blenderlib}/scripts/bpymodules/colladaImEx/*.pyo +%{blenderlib}/ %{plugins}/ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-6 +- Remove %%ghost for pyo files for fullfilling new packaging guidelines + * Wed Jul 26 2006 Jochen Schmitt 2.42-5 - Fix symlink in blender-wrapper to locale From fedora-extras-commits at redhat.com Thu Aug 10 19:56:17 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Thu, 10 Aug 2006 12:56:17 -0700 Subject: rpms/libapreq2/devel .cvsignore, 1.13, 1.14 libapreq2.spec, 1.17, 1.18 sources, 1.13, 1.14 Message-ID: <200608101956.k7AJuJle011688@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11663 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump to to 2.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 7 Aug 2006 03:47:07 -0000 1.13 +++ .cvsignore 10 Aug 2006 19:56:17 -0000 1.14 @@ -1 +1 @@ -libapreq2-2.08-RC5.tar.gz +libapreq2-2.08.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/libapreq2.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libapreq2.spec 7 Aug 2006 03:47:07 -0000 1.17 +++ libapreq2.spec 10 Aug 2006 19:56:17 -0000 1.18 @@ -2,13 +2,13 @@ Name: libapreq2 Version: 2.08 -Release: 0.rc5.1%{?dist} +Release: 1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz +Source0: http://www.apache.org/dist/httpd/libapreq/libapreq2-2.08.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -153,6 +153,9 @@ %changelog +* Fri Aug 11 2006 Bojan Smojver - 2.08-1 +- bump up to 2.08 + * Mon Aug 07 2006 Bojan Smojver - 2.08-0.rc5.1 - bump up to 2.08-RC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 7 Aug 2006 03:47:07 -0000 1.13 +++ sources 10 Aug 2006 19:56:17 -0000 1.14 @@ -1 +1 @@ -7b53df3138933c8c8137b328188b11ec libapreq2-2.08-RC5.tar.gz +9fb3deec448f74c455d4ffc13846ea9f libapreq2-2.08.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 19:56:25 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Thu, 10 Aug 2006 12:56:25 -0700 Subject: rpms/libapreq2/FC-5 .cvsignore, 1.8, 1.9 libapreq2.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608101956.k7AJuRB0011711@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11667 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump up to 2.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Feb 2006 21:11:26 -0000 1.8 +++ .cvsignore 10 Aug 2006 19:56:24 -0000 1.9 @@ -1 +1 @@ -libapreq2-2.07.tar.gz +libapreq2-2.08.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/libapreq2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libapreq2.spec 1 Jun 2006 22:14:54 -0000 1.11 +++ libapreq2.spec 10 Aug 2006 19:56:24 -0000 1.12 @@ -1,15 +1,14 @@ %{!?apxs: %{expand:%%define apxs %{_sbindir}/apxs}} Name: libapreq2 -Version: 2.07 -Release: 2%{?dist} +Version: 2.08 +Release: 1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -#Source0: http://www.cpan.org/authors/id/J/JO/JOESUF/%{name}-%{version}.tar.gz -Source0: http://people.apache.org/~joes/libapreq2-2.07.tar.gz +Source0: http://www.apache.org/dist/httpd/libapreq/libapreq2-2.08.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -148,25 +147,28 @@ %defattr(-,root,root,-) %doc glue/perl/README %{perl_vendorarch}/auto/APR/ -%{perl_vendorarch}/Apache2/ %{perl_vendorarch}/APR/ +%{perl_vendorarch}/Apache2/ %{_mandir}/man3/A*::*.3* %changelog +* Fri Aug 11 2006 Bojan Smojver - 2.08-1 +- bump up to 2.08 + * Fri Jun 02 2006 Bojan Smojver - 2.07-2 -- add -fno-strict-aliasing to CFLAGS (prevent endless loop) +- add -fno-strict-aliasing to CFLAGS (prevent endless loop) -* Wed Mar 01 2006 Bojan Smojver - 2.07-1.1 +* Wed Mar 01 2006 Bojan Smojver - 2.07-1.1 - rebuild -* Mon Feb 13 2006 Bojan Smojver - 2.07-1 +* Mon Feb 13 2006 Bojan Smojver - 2.07-1 - bump up to 2.07 -* Fri Feb 03 2006 Bojan Smojver - 2.07-0.2.rc4 +* Fri Feb 03 2006 Bojan Smojver - 2.07-0.2.rc4 - re-tag for rebuild -* Fri Feb 03 2006 Bojan Smojver - 2.07-0.1.rc4 +* Fri Feb 03 2006 Bojan Smojver - 2.07-0.1.rc4 - bump up to 2.07-rc4 * Sat Dec 10 2005 Ville Skytt?? - 2.07-0.2.rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Feb 2006 21:11:26 -0000 1.8 +++ sources 10 Aug 2006 19:56:24 -0000 1.9 @@ -1 +1 @@ -6f2e5e4a14e8b190dead0fe91fc13080 libapreq2-2.07.tar.gz +9fb3deec448f74c455d4ffc13846ea9f libapreq2-2.08.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 20:16:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:16:50 -0700 Subject: rpms/pinball - New directory Message-ID: <200608102016.k7AKGqih014570@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14544/pinball Log Message: Directory /cvs/extras/rpms/pinball added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:16:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:16:51 -0700 Subject: rpms/pinball/devel - New directory Message-ID: <200608102016.k7AKGrbS014573@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14544/pinball/devel Log Message: Directory /cvs/extras/rpms/pinball/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:17:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:17:07 -0700 Subject: rpms/pinball Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102017.k7AKH9KR014622@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14589 Added Files: Makefile import.log Log Message: Setup of module pinball --- NEW FILE Makefile --- # Top level Makefile for module pinball all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:17:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:17:08 -0700 Subject: rpms/pinball/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102017.k7AKHARV014625@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14589/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pinball --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:21:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:21:20 -0700 Subject: rpms/pinball import.log,1.1,1.2 Message-ID: <200608102021.k7AKLMR5014721@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14683 Modified Files: import.log Log Message: auto-import pinball-0.3.1-5 on branch devel from pinball-0.3.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pinball/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:17:07 -0000 1.1 +++ import.log 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +pinball-0_3_1-5:HEAD:pinball-0.3.1-5.src.rpm:1155241632 From fedora-extras-commits at redhat.com Thu Aug 10 20:21:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:21:21 -0700 Subject: rpms/pinball/devel pinball-0.3.1-hiscore.patch, NONE, 1.1 pinball-0.3.1-sys-ltdl.patch, NONE, 1.1 pinball.desktop, NONE, 1.1 pinball.png, NONE, 1.1 pinball.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102021.k7AKLNjc014730@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14683/devel Modified Files: .cvsignore sources Added Files: pinball-0.3.1-hiscore.patch pinball-0.3.1-sys-ltdl.patch pinball.desktop pinball.png pinball.spec Log Message: auto-import pinball-0.3.1-5 on branch devel from pinball-0.3.1-5.src.rpm pinball-0.3.1-hiscore.patch: --- NEW FILE pinball-0.3.1-hiscore.patch --- --- pinball-0.3.1/src/Table.cpp~ 2006-08-03 14:59:16.000000000 +0200 +++ pinball-0.3.1/src/Table.cpp 2006-08-03 14:59:16.000000000 +0200 @@ -247,14 +247,9 @@ // Clear old high scores m_mapHighScores.clear(); - //!rzr+ : fix w32 - string sFileName = m_sTableName + "/" + HIGH_SCORES_FILENAME; -#ifdef RZR_PATHRELATIVE - sFileName = string( Config::getInstance()->getExeDir() ) - +"/"+ m_sTableName +".cfg"; -#else - sFileName = string(EM_HIGHSCORE_DIR) + "/" + sFileName; -#endif //!rzr- + char *home = getenv("HOME"); + string sFileName = string(home? home:".") + "/.emilia/" + m_sTableName + + ".hiscore"; ifstream file(sFileName.c_str()); if (!file) { @@ -308,14 +303,10 @@ cerr << "No current table name! (the first time is normal...)" << endl; return false; } - //!rzr+ : fix w32 - string sFileName = m_sTableName + "/" + HIGH_SCORES_FILENAME; -#ifdef RZR_PATHRELATIVE - sFileName = string( Config::getInstance()->getExeDir() ) - +"/"+ m_sTableName +".cfg"; -#else - sFileName = string(EM_HIGHSCORE_DIR) + "/" + sFileName; -#endif //!rzr- + + char *home = getenv("HOME"); + string sFileName = string(home? home:".") + "/.emilia/" + m_sTableName + + ".hiscore"; ofstream file(sFileName.c_str());//, ios_base::out | ios_base::trunc); if (!file) { pinball-0.3.1-sys-ltdl.patch: --- NEW FILE pinball-0.3.1-sys-ltdl.patch --- --- pinball-0.3.1/Makefile.in~ 2006-08-03 12:18:40.000000000 +0200 +++ pinball-0.3.1/Makefile.in 2006-08-03 12:18:40.000000000 +0200 @@ -107,7 +107,7 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libltdl addon base data src test +SUBDIRS = addon base data src test EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop --- pinball-0.3.1/src/Makefile.in~ 2006-08-03 12:20:12.000000000 +0200 +++ pinball-0.3.1/src/Makefile.in 2006-08-03 12:20:12.000000000 +0200 @@ -114,9 +114,9 @@ pinlib_LIBRARIES = libemilia_pin.a -INCLUDES = -I../base -I../addon @INCLTDL@ +INCLUDES = -I../base -I../addon -pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl pinball_LDFLAGS = -export-dynamic pinball_SOURCES = Pinball.cpp --- pinball-0.3.1/src/Makefile.am~ 2006-08-03 12:20:35.000000000 +0200 +++ pinball-0.3.1/src/Makefile.am 2006-08-03 12:20:35.000000000 +0200 @@ -7,9 +7,9 @@ pinlib_LIBRARIES = libemilia_pin.a -INCLUDES = -I../base -I../addon @INCLTDL@ +INCLUDES = -I../base -I../addon -pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl pinball_LDFLAGS = -export-dynamic pinball_SOURCES = Pinball.cpp --- pinball-0.3.1/Makefile.am~ 2006-08-03 12:18:12.000000000 +0200 +++ pinball-0.3.1/Makefile.am 2006-08-03 12:18:12.000000000 +0200 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libltdl addon base data src test +SUBDIRS = addon base data src test EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop --- pinball-0.3.1/configure.ac~ 2006-08-03 12:17:50.000000000 +0200 +++ pinball-0.3.1/configure.ac 2006-08-03 12:17:50.000000000 +0200 @@ -14,19 +14,13 @@ CFLAGS="-g -W -Wall -O2" CXXFLAGS="-g -W -Wall -O2" -AC_CONFIG_SUBDIRS(libltdl) - dnl Checks for programs. AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL AC_LIBTOOL_DLOPEN -AC_LIBLTDL_CONVENIENCE AC_PROG_LIBTOOL -AC_SUBST(INCLTDL) -AC_SUBST(LIBLTDL) - dnl ******************************************* dnl PATHS AND DIRS **************************** dnl data dirs, fuck I hate autoconf, spent 4 hours getting this right, had to --- pinball-0.3.1/test/Makefile.in~ 2006-08-03 12:21:11.000000000 +0200 +++ pinball-0.3.1/test/Makefile.in 2006-08-03 12:21:11.000000000 +0200 @@ -112,8 +112,8 @@ noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest -INCLUDES = -I../base -I../addon -I../src @INCLTDL@ -LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +INCLUDES = -I../base -I../addon -I../src +LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl testlib_LTLIBRARIES = libModuleTest.la --- pinball-0.3.1/test/Makefile.am~ 2006-08-03 12:20:53.000000000 +0200 +++ pinball-0.3.1/test/Makefile.am 2006-08-03 12:20:53.000000000 +0200 @@ -6,8 +6,8 @@ noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest dnl noinst_PROGRAMS = unittest -INCLUDES = -I../base -I../addon -I../src @INCLTDL@ -LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +INCLUDES = -I../base -I../addon -I../src +LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl testlib_LTLIBRARIES = libModuleTest.la --- pinball-0.3.1/configure~ 2006-08-03 12:16:59.000000000 +0200 +++ pinball-0.3.1/configure 2006-08-03 12:16:59.000000000 +0200 @@ -431,7 +431,6 @@ PACKAGE_STRING='pinball 0.3.1' PACKAGE_BUGREPORT='henqvist at users.sourceforge.net' -ac_subdirs_all="$ac_subdirs_all libltdl" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -469,7 +468,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE subdirs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL INCLTDL LIBLTDL EM_DATADIR EM_LIBDIR EM_BUILD_ROOT EM_HIGHSCORE_DIR X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS MATHLIB GL_LIBS SDL_CONFIG SD! L_CFLAGS SDL_LIBS ALLEGRO_CONFIG ALLEGRO_CFLAGS ALLEGRO_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE subdirs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL EM_DATADIR EM_LIBDIR EM_BUILD_ROOT EM_HIGHSCORE_DIR X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS MATHLIB GL_LIBS SDL_CONFIG SDL_CFLAGS SDL_LIB! S ALLEGRO_CONFIG ALLEGRO_CFLAGS ALLEGRO_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1959,7 +1958,6 @@ -subdirs="$subdirs libltdl" ac_ext=c @@ -3439,18 +3437,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - case $enable_ltdl_convenience in - no) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 -echo "$as_me: error: this package needs a convenience libltdl" >&2;} - { (exit 1); exit 1; }; } ;; - "") enable_ltdl_convenience=yes - ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; - esac - LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la - LTDLINCL='-I${top_srcdir}/''libltdl' - # For backwards non-gettext consistent compatibility... - INCLTDL="$LTDLINCL" - # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" @@ -11788,8 +11774,6 @@ s, at CPP@,$CPP,;t t s, at EGREP@,$EGREP,;t t s, at LIBTOOL@,$LIBTOOL,;t t -s, at INCLTDL@,$INCLTDL,;t t -s, at LIBLTDL@,$LIBLTDL,;t t s, at EM_DATADIR@,$EM_DATADIR,;t t s, at EM_LIBDIR@,$EM_LIBDIR,;t t s, at EM_BUILD_ROOT@,$EM_BUILD_ROOT,;t t --- NEW FILE pinball.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Pinball Comment=Emilia Pinball game Exec=pinball Icon=pinball.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE pinball.spec --- Summary: Emilia Pinball game Name: pinball Version: 0.3.1 Release: 5%{?dist} Source0: http://dl.sf.net/sourceforge/pinball/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png Patch0: pinball-0.3.1-sys-ltdl.patch Patch1: pinball-0.3.1-hiscore.patch License: GPL Group: Amusements/Games URL: http://pinball.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libXt-devel freeglut-devel SDL_image-devel SDL_mixer-devel BuildRequires: libpng-devel libvorbis-devel libtool-ltdl-devel BuildRequires: desktop-file-utils %description The Emilia Pinball project is an open source pinball simulator for linux and other unix systems. The current release is a stable and mature alpha. There is only one level to play with but it is however very addictive. %package devel Summary: Development Headers and Libraries for Emilia Pinball Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Development Headers and Libraries for Emilia Pinball %prep %setup -q %patch0 -p1 -z .sys-ltdl %patch1 -p1 -z .hiscore rm -fr libltdl # sigh stop autoxxx from rerunning because of our patches above. touch aclocal.m4 touch configure touch `find -name Makefile.in` touch pinconfig.h.in # cleanup a bit chmod -x ChangeLog */*.h */*.cpp data/*/Module*.cpp %build %configure make CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # remove unused global higescorefiles: rm -fr $RPM_BUILD_ROOT%{_localstatedir} # remove unused test module rm $RPM_BUILD_ROOT%{_libdir}/%{name}/libModuleTest.* # .la files are needed for ltdl rm $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.{a,so} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc README ChangeLog %{_bindir}/%{name} %dir %{_libdir}/%{name} %{_libdir}/%{name}/lib*.so.* %{_libdir}/%{name}/lib*.la %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %files devel %defattr(-,root,root,-) %{_bindir}/%{name}-config %{_includedir}/%{name} %changelog * Thu Aug 10 2006 Hans de Goede 0.3.1-5 - Add missing rm -rf $RPM_BUILD_ROOT to %%install * Fri Aug 4 2006 Hans de Goede 0.3.1-4 - Make building use / honor $RPM_OPT_FLAGS - Add missing BR: libtool-ltdl-devel - Remove %%{?_smp_mflags} as that breaks building when actually set * Thu Aug 3 2006 Hans de Goede 0.3.1-3 - Cleaned up specfile for Fedora Extras submission, based on Che's newrpms spec - Use system ltdl * Sat Apr 05 2003 che - upgrade to version 0.2.0a * Mon Mar 03 2003 Che - upgrade to version 0.1.3 * Mon Nov 04 2002 Che - upgrade to version 0.1.1 * Wed Oct 30 2002 Che - initial rpm release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:17:08 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +pinball-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:17:08 -0000 1.1 +++ sources 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +f28e8f49e0db8e9491e4d9f0c13c36c6 pinball-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 20:26:13 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:13 -0700 Subject: rpms/mbuffer - New directory Message-ID: <200608102026.k7AKQFOV014843@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14817/mbuffer Log Message: Directory /cvs/extras/rpms/mbuffer added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:26:14 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:14 -0700 Subject: rpms/mbuffer/devel - New directory Message-ID: <200608102026.k7AKQG9v014846@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14817/mbuffer/devel Log Message: Directory /cvs/extras/rpms/mbuffer/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:26:40 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:40 -0700 Subject: rpms/mbuffer Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102026.k7AKQg8s014890@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862 Added Files: Makefile import.log Log Message: Setup of module mbuffer --- NEW FILE Makefile --- # Top level Makefile for module mbuffer all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:26:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:41 -0700 Subject: rpms/mbuffer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102026.k7AKQhTq014893@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mbuffer --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:27:40 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:27:40 -0700 Subject: rpms/mbuffer import.log,1.1,1.2 Message-ID: <200608102027.k7AKRgCc015008@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14975 Modified Files: import.log Log Message: auto-import mbuffer-20060728-2 on branch devel from mbuffer-20060728-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mbuffer/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:26:40 -0000 1.1 +++ import.log 10 Aug 2006 20:27:40 -0000 1.2 @@ -0,0 +1 @@ +mbuffer-20060728-2:HEAD:mbuffer-20060728-2.src.rpm:1155228964 From fedora-extras-commits at redhat.com Thu Aug 10 20:27:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:27:41 -0700 Subject: rpms/mbuffer/devel mbuffer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102027.k7AKRhgn015013@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14975/devel Modified Files: .cvsignore sources Added Files: mbuffer.spec Log Message: auto-import mbuffer-20060728-2 on branch devel from mbuffer-20060728-2.src.rpm --- NEW FILE mbuffer.spec --- Name: mbuffer Summary: Measuring Buffer is an enhanced version of buffer Version: 20060728 Release: 2%{?dist} License: GPL Group: Applications/File URL: http://www.maier-komor.de/mbuffer.html Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz BuildRequires: mt-st %{?_with_md5hash:BuildRequires: mhash-devel} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Measuring Buffer is an enhanced version of buffer. It features display of throughput, memory-mapped file I/O for huge buffers, and multithreading. Available rpmbuild rebuild option : --with md5hash (requires mhash-devel) %prep %setup -q sed -i -e 's|/usr/local||' mbuffer.1.in %build # suppress detection of MD5_Init functions if openssl-devel # is available on build system, let only mhash_init be # detected if the md5 hash feature is enabled export ac_cv_search_MD5_Init=no %configure \ %{!?_with_md5hash:--disable-md5} \ --enable-networking make %{?_smp_mflags} %install rm -rf %{buildroot} install -d %{buildroot}/bin install -d %{buildroot}%{_mandir}/man1 install -m 755 mbuffer %{buildroot}/bin/mbuffer install -m 644 mbuffer.1 %{buildroot}%{_mandir}/man1/ %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING README ChangeLog /bin/mbuffer %{_mandir}/man1/mbuffer.1* %changelog * Thu Aug 10 2006 Alexander Dalloz - 20060728-2 - Removed NEWS from %%doc because free of information. * Wed Aug 09 2006 Alexander Dalloz - 20060728-1 - Updated to latest version - Adjusted project URL and Source0. * Thu Aug 04 2005 Alexander Dalloz - 20050730-3 - Switched over to mhash for md5hash option instead of openssl use (thanks Paul Howarth) - md5hash disabled by default to not link against library in /usr/lib, mbuffer usable without /usr mounted. * Wed Aug 03 2005 Alexander Dalloz - 20050730-2 - Corrected Source0 URL - Adjusted binary location in man page - Added BR mt-st and conditional openssl-devel. * Tue Aug 02 2005 Alexander Dalloz - 20050730-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:26:41 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:27:41 -0000 1.2 @@ -0,0 +1 @@ +mbuffer-20060728.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:26:41 -0000 1.1 +++ sources 10 Aug 2006 20:27:41 -0000 1.2 @@ -0,0 +1 @@ +92310e1e06b248a22b37ad76f13c1339 mbuffer-20060728.tgz From fedora-extras-commits at redhat.com Thu Aug 10 20:30:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:30:15 -0700 Subject: comps comps-fe5.xml.in,1.68,1.69 comps-fe6.xml.in,1.33,1.34 Message-ID: <200608102030.k7AKUHpa015129@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15094/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add pinball Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- comps-fe5.xml.in 10 Aug 2006 17:53:04 -0000 1.68 +++ comps-fe5.xml.in 10 Aug 2006 20:30:15 -0000 1.69 @@ -257,6 +257,7 @@ nexuiz njam overgod + pinball pingus pipenightdreams powermanga Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- comps-fe6.xml.in 10 Aug 2006 17:53:04 -0000 1.33 +++ comps-fe6.xml.in 10 Aug 2006 20:30:15 -0000 1.34 @@ -258,6 +258,7 @@ nexuiz njam overgod + pinball pingus pipenightdreams powermanga From fedora-extras-commits at redhat.com Thu Aug 10 20:30:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:30:16 -0700 Subject: owners owners.list,1.1384,1.1385 Message-ID: <200608102030.k7AKUIK0015133@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15094/owners Modified Files: owners.list Log Message: Add pinball Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1384 retrieving revision 1.1385 diff -u -r1.1384 -r1.1385 --- owners.list 10 Aug 2006 16:35:24 -0000 1.1384 +++ owners.list 10 Aug 2006 20:30:15 -0000 1.1385 @@ -1512,6 +1512,7 @@ Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pikdev|IDE for development of PICmicro based application (under Linux/KDE)|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| +Fedora Extras|pinball|Emilia Pinball game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 20:36:25 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:36:25 -0700 Subject: owners owners.list,1.1385,1.1386 Message-ID: <200608102036.k7AKaRWv015171@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15154/owners Modified Files: owners.list Log Message: mbuffer added hanged email address for keychain and pam_abl after change within bugzilla Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1385 retrieving revision 1.1386 diff -u -r1.1385 -r1.1386 --- owners.list 10 Aug 2006 20:30:15 -0000 1.1385 +++ owners.list 10 Aug 2006 20:36:24 -0000 1.1386 @@ -663,7 +663,7 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|ad+rh-bugzilla at uni-x.org|extras-qa at fedoraproject.org| +Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kicad|Electronic schematic diagrams and printed circuit board artwork|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|kickpim|KDE kicker applet to access addressbook|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -879,6 +879,7 @@ Fedora Extras|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|mboxgrep|Displays e-mail messages matching a pattern|andreas at bawue.net|extras-qa at fedoraproject.org| +Fedora Extras|mbuffer|Measuring Buffer is an enhanced version of buffer|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|mcrypt|Replacement for crypt()|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|meanwhile| Lotus Sametime Community Client library|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|mediawiki|The PHP-based wiki software behind Wikipedia|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| @@ -1033,7 +1034,7 @@ Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|p0rn-comfort|Support programs for browsing image-gallery sites|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|ad+rh-bugzilla at uni-x.org|extras-qa at fedoraproject.org| +Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|redhat at flyn.org|extras-qa at fedoraproject.org| Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pam_mysql| PAM module for auth UNIX users using MySQL data base|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 20:46:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:23 -0700 Subject: rpms/alleggl - New directory Message-ID: <200608102046.k7AKkPZV015252@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15231/alleggl Log Message: Directory /cvs/extras/rpms/alleggl added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:46:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:23 -0700 Subject: rpms/alleggl/devel - New directory Message-ID: <200608102046.k7AKkP7i015255@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15231/alleggl/devel Log Message: Directory /cvs/extras/rpms/alleggl/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:46:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:45 -0700 Subject: rpms/alleggl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102046.k7AKklwA015309@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15276 Added Files: Makefile import.log Log Message: Setup of module alleggl --- NEW FILE Makefile --- # Top level Makefile for module alleggl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:46:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:46 -0700 Subject: rpms/alleggl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102046.k7AKkmpx015312@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15276/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alleggl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:47:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:47:39 -0700 Subject: rpms/alleggl import.log,1.1,1.2 Message-ID: <200608102047.k7AKlf6S015375@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15342 Modified Files: import.log Log Message: auto-import alleggl-0.4.0-0.4.rc4 on branch devel from alleggl-0.4.0-0.4.rc4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alleggl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:46:45 -0000 1.1 +++ import.log 10 Aug 2006 20:47:39 -0000 1.2 @@ -0,0 +1 @@ +alleggl-0_4_0-0_4_rc4:HEAD:alleggl-0.4.0-0.4.rc4.src.rpm:1155243212 From fedora-extras-commits at redhat.com Thu Aug 10 20:47:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:47:40 -0700 Subject: rpms/alleggl/devel alleggl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102047.k7AKlgtU015380@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15342/devel Modified Files: .cvsignore sources Added Files: alleggl.spec Log Message: auto-import alleggl-0.4.0-0.4.rc4 on branch devel from alleggl-0.4.0-0.4.rc4.src.rpm --- NEW FILE alleggl.spec --- %define pre_version rc4 Name: alleggl Version: 0.4.0 Release: 0.4.%{pre_version}%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel %description AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro. You use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, and drawing your textures. So this library fills the same hole that things like glut do. AllegroGL also automatically exposes most, if not all, OpenGL extensions available to user programs. This means you no longer have to manually load them; extension management is already done for you. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: allegro-devel libGL-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q -n %{name} %build %configure --disable-static make %{?_smp_mflags} 'LIB_BUILDER=gcc -shared -Wl,-soname,libagl.so.0 -o' \ CFLAGS="$RPM_OPT_FLAGS -ffast-math" %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # clean up messy alleggl install mv $RPM_BUILD_ROOT%{_libdir}/libagl.so $RPM_BUILD_ROOT%{_libdir}/libagl.so.0 chmod +x $RPM_BUILD_ROOT%{_libdir}/libagl.so.0 ln -s libagl.so.0 $RPM_BUILD_ROOT%{_libdir}/libagl.so # alleggl installs an autoheader generated header file which could very # well conflict with other autoheader generated header files, so we override # this with our own version which contains only the bare minimum: echo '#define ALLEGROGL_HAVE_DYNAMIC_LINK 1' \ > $RPM_BUILD_ROOT%{_includedir}/alleggl_config.h echo '#define ALLEGROGL_HAVE_XF86VIDMODE 1' \ >> $RPM_BUILD_ROOT%{_includedir}/alleggl_config.h # we don't want these files to end up under %%doc and there is no way # to %%exclude files from %%doc, so we remove them rm docs/html/index.hh? %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc bugs.txt todo.txt %{_libdir}/libagl.so.0 %files devel %defattr(-,root,root,-) %doc extensions.txt faq.txt howto.txt quickstart.txt docs/html %{_includedir}/* %{_libdir}/libagl.so %changelog * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit * Fri Aug 4 2006 Hans de Goede 0.4.0-0.3.rc4 - Add missing BRs: libXext-devel and libXpm-devel * Thu Aug 3 2006 Hans de Goede 0.4.0-0.2.rc4 - Replace installed autoheader generated header file with our own version which contains only the nescesarry alleggl specific defines, thus avoiding possible conflicts with other autoheader generated headers. * Thu Aug 3 2006 Hans de Goede 0.4.0-0.1.rc4 - Initial Fedora Extras package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:46:46 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 @@ -0,0 +1 @@ +alleggl-0.4.0_rc4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:46:46 -0000 1.1 +++ sources 10 Aug 2006 20:47:40 -0000 1.2 @@ -0,0 +1 @@ +0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 10 20:52:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:52:09 -0700 Subject: owners owners.list,1.1386,1.1387 Message-ID: <200608102052.k7AKqBb5015491@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15472 Modified Files: owners.list Log Message: added alleggl Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1386 retrieving revision 1.1387 diff -u -r1.1386 -r1.1387 --- owners.list 10 Aug 2006 20:36:24 -0000 1.1386 +++ owners.list 10 Aug 2006 20:52:08 -0000 1.1387 @@ -33,6 +33,7 @@ Fedora Extras|airsnort|Wireless LAN (WLAN) tool which recovers encryption keys|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|akode|Audio-decoding framework|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|alacarte|Simple menu editor for GNOME|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net +Fedora Extras|alleggl|OpenGL support library for Allegro|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 21:33:01 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 10 Aug 2006 14:33:01 -0700 Subject: rpms/lilypond/devel .cvsignore, 1.3, 1.4 lilypond.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608102133.k7ALX3Sg018213@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18192 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 14:59:34 -0000 1.3 +++ .cvsignore 10 Aug 2006 21:33:01 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4.tar.gz +lilypond-2.8.6.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond.spec 6 Jun 2006 14:59:34 -0000 1.2 +++ lilypond.spec 10 Aug 2006 21:33:01 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Thu Aug 10 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 14:59:34 -0000 1.3 +++ sources 10 Aug 2006 21:33:01 -0000 1.4 @@ -1 +1 @@ -3db85f95f1717ba89f1c86bf433dc9db lilypond-2.8.4.tar.gz +e1c2e8c337e7b46e8f4210882597deac lilypond-2.8.6.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 21:43:05 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 10 Aug 2006 14:43:05 -0700 Subject: rpms/lilypond-doc/devel .cvsignore, 1.3, 1.4 lilypond-doc.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608102143.k7ALh7jt018271@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18250 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 17:17:43 -0000 1.3 +++ .cvsignore 10 Aug 2006 21:43:05 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4-1.documentation.tar.bz2 +lilypond-2.8.6-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/lilypond-doc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond-doc.spec 6 Jun 2006 17:17:43 -0000 1.2 +++ lilypond-doc.spec 10 Aug 2006 21:43:05 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Thu Aug 10 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 17:17:43 -0000 1.3 +++ sources 10 Aug 2006 21:43:05 -0000 1.4 @@ -1 +1 @@ -515b50bba689fe8d491f2b6836c324a6 lilypond-2.8.4-1.documentation.tar.bz2 +1e460125fcf9a7c2223e0282c99d32ac lilypond-2.8.6-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 10 23:20:09 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:20:09 -0700 Subject: rpms/emelfm2/devel e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.11, 1.12 Message-ID: <200608102320.k7ANKBsV023907@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23887 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix some serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emelfm2.spec 6 Aug 2006 22:22:41 -0000 1.11 +++ emelfm2.spec 10 Aug 2006 23:20:09 -0000 1.12 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Thu Aug 10 23:30:19 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:30:19 -0700 Subject: rpms/emelfm2/FC-5 e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.11, 1.12 Message-ID: <200608102330.k7ANUL8a024045@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24025 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emelfm2.spec 6 Aug 2006 22:28:09 -0000 1.11 +++ emelfm2.spec 10 Aug 2006 23:30:19 -0000 1.12 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Thu Aug 10 23:31:22 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:31:22 -0700 Subject: rpms/emelfm2/FC-4 e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.7, 1.8 Message-ID: <200608102331.k7ANVOi7024091@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24071 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- emelfm2.spec 6 Aug 2006 22:31:22 -0000 1.7 +++ emelfm2.spec 10 Aug 2006 23:31:22 -0000 1.8 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Fri Aug 11 00:34:59 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 10 Aug 2006 17:34:59 -0700 Subject: rpms/xscreensaver/devel xscreensaver.spec,1.22,1.23 Message-ID: <200608110035.k7B0Z19e026937@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26920 Modified Files: xscreensaver.spec Log Message: * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- xscreensaver.spec 29 Jul 2006 02:30:07 -0000 1.22 +++ xscreensaver.spec 11 Aug 2006 00:34:58 -0000 1.23 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 15 +%define fedora_rel 16 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -55,7 +55,7 @@ BuildRequires: libXxf86vm-devel BuildRequires: libjpeg-devel BuildRequires: gtk2-devel libglade2-devel -Requires: fedora-release +BuildRequires: fedora-release Requires: /etc/pam.d/system-auth Requires: pam > %{pam_ver} Provides: xscreensaver = %{epoch}:%{version}-%{release} @@ -173,6 +173,11 @@ sed -e 's|\.[a-zA-Z][a-zA-Z0-9].*$||'`\|\' \ utils/version.h +# move man entry to 6x. +for f in `find hacks -name Makefile.in` ; do + sed -i -e '/^mansuffix/s|6|6x|' $f +done + ################################# # suppress rpmlint booing. # suppress about pam config (although this is @@ -297,6 +302,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 +- Move man entry to 6x (bug #197741) + * Fri Jul 28 2006 Mamoru Tasaka - 1:5.00-15 - Rebuild again as fedora-release-5.91.1 is released. From fedora-extras-commits at redhat.com Fri Aug 11 02:22:32 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Thu, 10 Aug 2006 19:22:32 -0700 Subject: rpms/knetworkmanager/devel knetworkmanager-dbus.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 knetworkmanager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608110222.k7B2MY7o032547@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/knetworkmanager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32487 Modified Files: .cvsignore knetworkmanager.spec sources Added Files: knetworkmanager-dbus.patch Log Message: patch in DBUS qt3 support knetworkmanager-dbus.patch: --- NEW FILE knetworkmanager-dbus.patch --- diff -Nur knetworkmanager-orig/knetworkmanager/configure.in.in knetworkmanager/knetworkmanager/configure.in.in --- knetworkmanager-orig/knetworkmanager/configure.in.in 2006-03-30 05:26:31.000000000 -0600 +++ knetworkmanager/knetworkmanager/configure.in.in 2006-08-10 20:30:08.000000000 -0500 @@ -36,10 +36,6 @@ CPPFLAGS="$CPPFLAGS $PACKAGE_CFLAGS $all_includes" AC_LANG_SAVE AC_LANG_CPLUSPLUS - AC_CHECK_HEADER([dbus/connection.h],,[ - AC_MSG_WARN([You need D-BUS/Qt3 bindings]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - ]) CPPFLAGS=$safe_CPPFLAGS AC_LANG_RESTORE diff -Nur knetworkmanager-orig/knetworkmanager/src/connection.cpp knetworkmanager/knetworkmanager/src/connection.cpp --- knetworkmanager-orig/knetworkmanager/src/connection.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/connection.cpp 2006-08-10 20:28:53.000000000 -0500 @@ -0,0 +1,168 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* connection.cpp: Qt wrapper for DBusConnection + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "connection.h" + +using namespace DBusQt; + +#include "integrator.h" +using Internal::Integrator; + +struct Connection::Private +{ + Private( Connection *qq ); + void setConnection( DBusConnection *c ); + DBusConnection *connection; + int connectionSlot; + DBusError error; + Integrator *integrator; + int timeout; + Connection *q; +}; + +Connection::Private::Private( Connection *qq ) + : connection( 0 ), connectionSlot( 0 ), integrator( 0 ), + timeout( -1 ), q( qq ) +{ + dbus_error_init( &error ); +} + +void Connection::Private::setConnection( DBusConnection *c ) +{ + if (!c) { + qDebug( "error: %s, %s", error.name, error.message ); + dbus_error_free( &error ); + return; + } + connection = c; + integrator = new Integrator( c, q ); + connect( integrator, SIGNAL(readReady()), q, SLOT(dispatchRead()) ); +} + +Connection::Connection( QObject *parent ) + : QObject( parent ) +{ + d = new Private( this ); +} + +Connection::Connection( const QString& host, QObject *parent ) + : QObject( parent ) +{ + d = new Private( this ); + + if ( !host.isEmpty() ) + init( host ); +} + +Connection::Connection( DBusBusType type, QObject* parent ) + : QObject( parent ) +{ + d = new Private( this ); + d->setConnection( dbus_bus_get(type, &d->error) ); +} + +void Connection::init( const QString& host ) +{ + d->setConnection( dbus_connection_open( host.ascii(), &d->error) ); + //dbus_connection_allocate_data_slot( &d->connectionSlot ); + //dbus_connection_set_data( d->connection, d->connectionSlot, 0, 0 ); +} + +bool Connection::isConnected() const +{ + return dbus_connection_get_is_connected( d->connection ); +} + +bool Connection::isAuthenticated() const +{ + return dbus_connection_get_is_authenticated( d->connection ); +} + +void Connection::open( const QString& host ) +{ + if ( host.isEmpty() ) return; + + init( host ); +} + +void Connection::close() +{ + dbus_connection_close( d->connection ); +} + +void Connection::flush() +{ + dbus_connection_flush( d->connection ); +} + +void Connection::dispatchRead() +{ + while ( dbus_connection_dispatch( d->connection ) == DBUS_DISPATCH_DATA_REMAINS ) + ; +} + +DBusConnection* Connection::connection() const +{ + return d->connection; +} + +Connection::Connection( DBusConnection *connection, QObject *parent ) + : QObject( parent ) +{ + d = new Private(this); + d->setConnection(connection); +} + +void Connection::send( const Message &m ) +{ + dbus_connection_send(d->connection, m.message(), 0); +} + +void Connection::sendWithReply( const Message& ) +{ +} + +Message Connection::sendWithReplyAndBlock( const Message &m ) +{ + DBusMessage *reply; + reply = dbus_connection_send_with_reply_and_block( d->connection, m.message(), d->timeout, &d->error ); + if (dbus_error_is_set(&d->error)) { + qDebug("error: %s, %s", d->error.name, d->error.message); + dbus_error_free(&d->error); + } + return Message( reply ); +} + +void* Connection::virtual_hook( int, void* ) +{ +} + +void Connection::dbus_connection_setup_with_qt_main (DBusConnection *connection) +{ + d->setConnection( connection ); +} + + + +///////////////////////////////////////////////////////// + +#include "connection.moc" diff -Nur knetworkmanager-orig/knetworkmanager/src/connection.h knetworkmanager/knetworkmanager/src/connection.h --- knetworkmanager-orig/knetworkmanager/src/connection.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/connection.h 2006-08-10 20:30:37.000000000 -0500 @@ -0,0 +1,86 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* connection.h: Qt wrapper for DBusConnection + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_CONNECTION_H +#define DBUS_QT_CONNECTION_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include "message.h" + +#include +#include + +#include "dbus/dbus.h" + +namespace DBusQt { + namespace Internal { + class Integrator; + } + + class Connection : public QObject + { + Q_OBJECT + public: + Connection( QObject *parent =0 ); + Connection( const QString& host, + QObject *parent = 0 ); + Connection( DBusBusType type, QObject* parent = 0 ); + + bool isConnected() const; + bool isAuthenticated() const; + + Message borrowMessage(); + Message popMessage(); + void stealBorrowMessage( const Message& ); + void dbus_connection_setup_with_qt_main (DBusConnection *connection); + + public slots: + void open( const QString& ); + void close(); + void flush(); + void send( const Message& ); + void sendWithReply( const Message& ); + Message sendWithReplyAndBlock( const Message& ); + + protected slots: + void dispatchRead(); + + protected: + void init( const QString& host ); + virtual void *virtual_hook( int id, void *data ); + + private: + friend class Internal::Integrator; + DBusConnection *connection() const; + Connection( DBusConnection *connection, QObject *parent ); + + private: + struct Private; + Private *d; + }; + +} + + +#endif diff -Nur knetworkmanager-orig/knetworkmanager/src/integrator.cpp knetworkmanager/knetworkmanager/src/integrator.cpp --- knetworkmanager-orig/knetworkmanager/src/integrator.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/integrator.cpp 2006-08-10 20:29:05.000000000 -0500 @@ -0,0 +1,244 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* integrator.h: integrates D-BUS into Qt event loop + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "integrator.h" +#include "connection.h" + +#include +#include +#include +#include + +namespace DBusQt +{ +namespace Internal { + +struct Watch { + Watch(): readSocket( 0 ), writeSocket( 0 ) { } + + DBusWatch *watch; + QSocketNotifier *readSocket; + QSocketNotifier *writeSocket; +}; + +////////////////////////////////////////////////////////////// +dbus_bool_t dbusAddWatch( DBusWatch *watch, void *data ) +{ + Integrator *con = static_cast( data ); + con->addWatch( watch ); + return true; +} +void dbusRemoveWatch( DBusWatch *watch, void *data ) +{ + Integrator *con = static_cast( data ); + con->removeWatch( watch ); +} + +void dbusToggleWatch( DBusWatch *watch, void *data ) +{ + Integrator *itg = static_cast( data ); + if ( dbus_watch_get_enabled( watch ) ) + itg->addWatch( watch ); + else + itg->removeWatch( watch ); +} + +dbus_bool_t dbusAddTimeout( DBusTimeout *timeout, void *data ) +{ + if ( !dbus_timeout_get_enabled(timeout) ) + return true; + + Integrator *itg = static_cast( data ); + itg->addTimeout( timeout ); + return true; +} + +void dbusRemoveTimeout( DBusTimeout *timeout, void *data ) +{ + Integrator *itg = static_cast( data ); + itg->removeTimeout( timeout ); +} + +void dbusToggleTimeout( DBusTimeout *timeout, void *data ) +{ + Integrator *itg = static_cast( data ); + + if ( dbus_timeout_get_enabled( timeout ) ) + itg->addTimeout( timeout ); + else + itg->removeTimeout( timeout ); +} + +void dbusWakeupMain( void* ) +{ +} + +void dbusNewConnection( DBusServer *server, + DBusConnection *new_connection, + void *data ) +{ + Integrator *itg = static_cast( data ); + itg->handleConnection( new_connection ); +} +///////////////////////////////////////////////////////////// + +Timeout::Timeout( QObject *parent, DBusTimeout *t ) + : QObject( parent ), m_timeout( t ) +{ + m_timer = new QTimer( this ); + connect( m_timer, SIGNAL(timeout()), + SLOT(slotTimeout()) ); +} + +void Timeout::slotTimeout() +{ + emit timeout( m_timeout ); +} + +void Timeout::start() +{ + m_timer->start( dbus_timeout_get_interval( m_timeout ) ); +} + +Integrator::Integrator( DBusConnection *conn, QObject *parent ) + : QObject( parent ), m_connection( conn ) +{ + m_timeouts.setAutoDelete( true ); + + dbus_connection_set_watch_functions( m_connection, + dbusAddWatch, + dbusRemoveWatch, + dbusToggleWatch, + this, 0 ); + dbus_connection_set_timeout_functions( m_connection, + dbusAddTimeout, + dbusRemoveTimeout, + dbusToggleTimeout, + this, 0 ); + dbus_connection_set_wakeup_main_function( m_connection, + dbusWakeupMain, + this, 0 ); +} + +Integrator::Integrator( DBusServer *server, QObject *parent ) + : QObject( parent ), m_server( server ) +{ + m_connection = reinterpret_cast( m_server ); + m_timeouts.setAutoDelete( true ); + + dbus_server_set_watch_functions( m_server, + dbusAddWatch, + dbusRemoveWatch, + dbusToggleWatch, + this, 0 ); + dbus_server_set_timeout_functions( m_server, + dbusAddTimeout, + dbusRemoveTimeout, + dbusToggleTimeout, + this, 0 ); + dbus_server_set_new_connection_function( m_server, + dbusNewConnection, + this, 0 ); +} + +void Integrator::slotRead( int fd ) +{ + QIntDictIterator it( m_watches ); + for ( ; it.current(); ++it ) + dbus_watch_handle ( it.current()->watch, DBUS_WATCH_READABLE ); + + emit readReady(); +} + +void Integrator::slotWrite( int fd ) +{ + QIntDictIterator it( m_watches ); + for ( ; it.current(); ++it ) + dbus_watch_handle ( it.current()->watch, DBUS_WATCH_WRITABLE ); +} + +void Integrator::slotTimeout( DBusTimeout *timeout ) +{ + dbus_timeout_handle( timeout ); +} + +void Integrator::addWatch( DBusWatch *watch ) +{ + if ( !dbus_watch_get_enabled( watch ) ) + return; + + Watch *qtwatch = new Watch; + qtwatch->watch = watch; + + int flags = dbus_watch_get_flags( watch ); + int fd = dbus_watch_get_fd( watch ); + + if ( flags & DBUS_WATCH_READABLE ) { + qtwatch->readSocket = new QSocketNotifier( fd, QSocketNotifier::Read, this ); + QObject::connect( qtwatch->readSocket, SIGNAL(activated(int)), SLOT(slotRead(int)) ); + } + + if (flags & DBUS_WATCH_WRITABLE) { + qtwatch->writeSocket = new QSocketNotifier( fd, QSocketNotifier::Write, this ); + QObject::connect( qtwatch->writeSocket, SIGNAL(activated(int)), SLOT(slotWrite(int)) ); + } + + m_watches.insert( fd, qtwatch ); +} + +void Integrator::removeWatch( DBusWatch *watch ) +{ + int key = dbus_watch_get_fd( watch ); + + Watch *qtwatch = m_watches.take( key ); + + if ( qtwatch ) { + delete qtwatch->readSocket; qtwatch->readSocket = 0; + delete qtwatch->writeSocket; qtwatch->writeSocket = 0; + delete qtwatch; + } +} + +void Integrator::addTimeout( DBusTimeout *timeout ) +{ + Timeout *mt = new Timeout( this, timeout ); + m_timeouts.insert( timeout, mt ); + connect( mt, SIGNAL(timeout(DBusTimeout*)), + SLOT(slotTimeout(DBusTimeout*)) ); + mt->start(); +} + +void Integrator::removeTimeout( DBusTimeout *timeout ) +{ + m_timeouts.remove( timeout ); +} + +void Integrator::handleConnection( DBusConnection *c ) +{ + Connection *con = new Connection( c, this ); + emit newConnection( con ); +} + +}//end namespace Internal +}//end namespace DBusQt + +#include "integrator.moc" diff -Nur knetworkmanager-orig/knetworkmanager/src/integrator.h knetworkmanager/knetworkmanager/src/integrator.h --- knetworkmanager-orig/knetworkmanager/src/integrator.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/integrator.h 2006-08-10 20:29:05.000000000 -0500 @@ -0,0 +1,95 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* integrator.h: integrates D-BUS into Qt event loop + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_INTEGRATOR_H +#define DBUS_QT_INTEGRATOR_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include + +#include +#include + +#include "dbus/dbus.h" + +class QTimer; + +namespace DBusQt +{ + class Connection; + + namespace Internal + { + struct Watch; + + class Timeout : public QObject + { + Q_OBJECT + public: + Timeout( QObject *parent, DBusTimeout *t ); + public: + void start(); + signals: + void timeout( DBusTimeout* ); + protected slots: + void slotTimeout(); + private: + QTimer *m_timer; + DBusTimeout *m_timeout; + }; + + class Integrator : public QObject + { + Q_OBJECT + public: + Integrator( DBusConnection *connection, QObject *parent ); + Integrator( DBusServer *server, QObject *parent ); + + signals: + void readReady(); + void newConnection( Connection* ); + + protected slots: + void slotRead( int ); + void slotWrite( int ); + void slotTimeout( DBusTimeout *timeout ); + + public: + void addWatch( DBusWatch* ); + void removeWatch( DBusWatch* ); + + void addTimeout( DBusTimeout* ); + void removeTimeout( DBusTimeout* ); + + void handleConnection( DBusConnection* ); + private: + QIntDict m_watches; + QPtrDict m_timeouts; + DBusConnection *m_connection; + DBusServer *m_server; + }; + } +} + +#endif diff -Nur knetworkmanager-orig/knetworkmanager/src/knetworkmanager-dbus.h knetworkmanager/knetworkmanager/src/knetworkmanager-dbus.h --- knetworkmanager-orig/knetworkmanager/src/knetworkmanager-dbus.h 2006-03-29 08:56:52.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/knetworkmanager-dbus.h 2006-08-10 20:31:08.000000000 -0500 @@ -27,7 +27,7 @@ class KNetworkManager; -#include +#include #include #include diff -Nur knetworkmanager-orig/knetworkmanager/src/knetworkmanager.la.cpp knetworkmanager/knetworkmanager/src/knetworkmanager.la.cpp --- knetworkmanager-orig/knetworkmanager/src/knetworkmanager.la.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/knetworkmanager.la.cpp 2006-08-10 20:39:46.000000000 -0500 @@ -0,0 +1,2 @@ +extern "C" int kdemain(int argc, char* argv[]); +int main(int argc, char* argv[]) { return kdemain(argc,argv); } diff -Nur knetworkmanager-orig/knetworkmanager/src/Makefile.am knetworkmanager/knetworkmanager/src/Makefile.am --- knetworkmanager-orig/knetworkmanager/src/Makefile.am 2006-08-10 20:26:11.000000000 -0500 +++ knetworkmanager/knetworkmanager/src/Makefile.am 2006-08-10 20:38:01.000000000 -0500 @@ -38,12 +38,16 @@ knetworkmanager-ui-networklistview.cpp \ knetworkmanager-vpn.cpp knetworkmanager-vpn_dbus.cpp serviceiface.stub networkstatuscommon.cpp +DBUSQT3BINDING_LIB = libdbusqt3.la +libdbusqt3_la_SOURCES = connection.cpp integrator.cpp message.cpp +libdbusqt3_la_LDFLAGS = -avoid-version $(all_libraries) -no-undefined +libdbusqt3_la_LIBADD = $(HAL_LIBS) $(DBUS_LIBS) kde_kcfg_DATA = knetworkmanager.kcfg knetworkmanager_la_LDFLAGS = -module $(KDE_RPATH) $(all_libraries) \ $(KDE_PLUGIN) -knetworkmanager_la_LIBADD = -ldbus-qt-1 $(PACKAGE_LIBS) \ +knetworkmanager_la_LIBADD = $(DBUSQT3BINDING_LIB) $(PACKAGE_LIBS) \ $(LIB_KDEUI) -lkwalletclient -lkdeui -lkio # this is where the desktop file will go @@ -58,3 +62,4 @@ mydatadir = $(kde_datadir)/knetworkmanager mydata_DATA = eventsrc +noinst_LTLIBRARIES = $(DBUSQT3BINDING_LIB) diff -Nur knetworkmanager-orig/knetworkmanager/src/message.cpp knetworkmanager/knetworkmanager/src/message.cpp --- knetworkmanager-orig/knetworkmanager/src/message.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/message.cpp 2006-08-10 20:29:21.000000000 -0500 @@ -0,0 +1,551 @@ +/* -*- mode: C++; c-file-style: "gnu" -*- */ +/* message.cpp: Qt wrapper for DBusMessage + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "message.h" + +#include + +#include + +namespace DBusQt { + +struct Message::iterator::IteratorData { + DBusMessageIter *iter; + QVariant var; + bool end; + DBusMessage *mesg; +}; + +/** + * Iterator. + */ +Message::iterator::iterator() +{ + d = new IteratorData; + d->iter = 0; d->end = true; +} + +/** + * Constructs iterator for the message. + * @param msg message whose fields we want to iterate + */ +Message::iterator::iterator( DBusMessage* msg ) +{ + d = new IteratorData; + d->mesg = msg; + d->iter = static_cast( malloc( sizeof(DBusMessageIter) ) ); + dbus_message_iter_init( d->mesg, d->iter ); + if ( !d->iter ) { + qDebug("No iterator??"); + } + fillVar(); + d->end = false; +} + +/** + * Copy constructor for the iterator. + * @param itr iterator + */ +Message::iterator::iterator( const iterator& itr ) +{ + d = new IteratorData; + d->iter = itr.d->iter; + d->var = itr.d->var; + d->end = itr.d->end; +} + +/** + * Destructor. + */ +Message::iterator::~iterator() +{ + free( d->iter ); + delete d; d=0; +} + +/** + * Creates an iterator equal to the @p itr iterator + * @param itr other iterator + * @return + */ +Message::iterator& +Message::iterator::operator=( const iterator& itr ) +{ + IteratorData *tmp = new IteratorData; + tmp->iter = itr.d->iter; + tmp->var = itr.d->var; + tmp->end = itr.d->end; + delete d; d=tmp; + return *this; +} + +/** + * Returns the constant QVariant held by the iterator. + * @return the constant reference to QVariant held by this iterator + */ +const QVariant& +Message::iterator::operator*() const +{ + return d->var; +} + +/** + * Returns the QVariant held by the iterator. + * @return reference to QVariant held by this iterator + */ +QVariant& +Message::iterator::operator*() +{ + return d->var; +} + +/** + * Moves to the next field and return a reference to itself after + * incrementing. + * @return reference to self after incrementing + */ +Message::iterator& +Message::iterator::operator++() +{ + if ( d->end ) + return *this; + + if ( dbus_message_iter_next( d->iter ) ) { + fillVar(); + } else { + d->end = true; + d->var = QVariant(); + } + return *this; +} + +/** + * Moves to the next field and returns self before incrementing. + * @return self before incrementing + */ +Message::iterator +Message::iterator::operator++(int) +{ + iterator itr( *this ); + operator++(); + return itr; +} + +/** + * Compares this iterator to @p it iterator. + * @param it the iterator to which we're comparing this one to + * @return true if they're equal, false otherwise + */ +bool +Message::iterator::operator==( const iterator& it ) +{ + if ( d->end == it.d->end ) { + if ( d->end == true ) { + return true; + } else { + return d->var == it.d->var; + } + } else + return false; +} + +/** + * Compares two iterators. + * @param it The other iterator. + * @return true if two iterators are not equal, false + * otherwise + */ +bool +Message::iterator::operator!=( const iterator& it ) +{ + return !operator==( it ); +} + +QVariant Message::iterator::marshallBaseType( DBusMessageIter* i ) +{ + QVariant ret; + switch (dbus_message_iter_get_arg_type(i)) { + case DBUS_TYPE_INT32: + { + dbus_int32_t v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_UINT32: + { + dbus_uint32_t v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_DOUBLE: + { + double v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_STRING: + { + const char *v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + default: + ret = QVariant(); + break; + } + return ret; +} + +/** + * Fills QVariant based on what current DBusMessageIter helds. + */ +void +Message::iterator::fillVar() +{ + switch ( dbus_message_iter_get_arg_type( d->iter ) ) { + case DBUS_TYPE_INT32: + case DBUS_TYPE_UINT32: + case DBUS_TYPE_DOUBLE: + case DBUS_TYPE_STRING: + d->var = marshallBaseType( d->iter ); + break; + case DBUS_TYPE_ARRAY: { + switch ( dbus_message_iter_get_element_type( d->iter ) ) { + case DBUS_TYPE_STRING: { + QStringList tempList; + DBusMessageIter sub; + dbus_message_iter_recurse (d->iter, &sub); + while (dbus_message_iter_get_arg_type (&sub) != DBUS_TYPE_INVALID) + { + const char *v; + dbus_message_iter_get_basic (&sub, &v); + tempList.append( QString( v ) ); + dbus_message_iter_next (&sub); + } + d->var = QVariant( tempList ); + break; + } + default: + qDebug( "Array of type not implemented" ); + d->var = QVariant(); + break; + } + break; + } +#if 0 + /* DICT is gone for now, but expected to be reintroduced, or else + * reintroduced as a flag on the introspection data that can + * apply to array of struct of two fields + */ + case DBUS_TYPE_DICT: { + qDebug( "Got a hash!" ); + QMap tempMap; + DBusMessageIter dictIter; + dbus_message_iter_init_dict_iterator( d->iter, &dictIter ); + do { + char *key = dbus_message_iter_get_dict_key( &dictIter ); + tempMap[key] = marshallBaseType( &dictIter ); + dbus_free( key ); + dbus_message_iter_next( &dictIter ); + } while( dbus_message_iter_has_next( &dictIter ) ); + d->var = QVariant( tempMap ); + break; + qDebug( "Hash/Dict type not implemented" ); + d->var = QVariant(); + break; + } +#endif + default: + qDebug( "not implemented" ); + d->var = QVariant(); + break; + } +} + +/** + * Returns a QVariant help by this iterator. + * @return QVariant held by this iterator + */ +QVariant +Message::iterator::var() const +{ + return d->var; +} + +struct Message::Private { + DBusMessage *msg; +}; + +Message::Message( DBusMessage *m ) +{ + d = new Private; + d->msg = m; +} + +/** + * + */ +Message::Message( int messageType ) +{ + d = new Private; + d->msg = dbus_message_new( messageType ); +} + +/** + * Constructs a new Message with the given service and name. + * @param service service service that the message should be sent to + * @param name name of the message + */ +Message::Message( const QString& service, const QString& path, + const QString& interface, const QString& method ) +{ + d = new Private; + d->msg = dbus_message_new_method_call( service.latin1(), path.latin1(), + interface.latin1(), method.latin1() ); +} + +/** + * Constructs a message that is a reply to some other + * message. + * @param name the name of the message + * @param replayingTo original_message the message which the created + * message is a reply to. + */ +Message::Message( const Message& replayingTo ) +{ + d = new Private; + d->msg = dbus_message_new_method_return( replayingTo.d->msg ); +} + +Message:: Message( const QString& path, const QString& interface, + const QString& name ) +{ + d = new Private; + d->msg = dbus_message_new_signal( path.ascii(), interface.ascii(), + name.ascii() ); +} + +Message::Message( const Message& replayingTo, const QString& errorName, + const QString& errorMessage ) +{ + d = new Private; + d->msg = dbus_message_new_error( replayingTo.d->msg, errorName.utf8(), + errorMessage.utf8() ); +} + +Message Message::operator=( const Message& other ) +{ + //FIXME: ref the other.d->msg instead of copying it? +} +/** + * Destructs message. + */ +Message::~Message() +{ + if ( d->msg ) { + dbus_message_unref( d->msg ); + } + delete d; d=0; +} + +int Message::type() const +{ + return dbus_message_get_type( d->msg ); +} + +void Message::setPath( const QString& path ) +{ + dbus_message_set_path( d->msg, path.ascii() ); +} + +QString Message::path() const +{ + return dbus_message_get_path( d->msg ); +} + +void Message::setInterface( const QString& iface ) +{ + dbus_message_set_interface( d->msg, iface.ascii() ); +} + +QString Message::interface() const +{ + return dbus_message_get_interface( d->msg ); +} + +void Message::setMember( const QString& member ) +{ + dbus_message_set_member( d->msg, member.ascii() ); +} + +QString Message::member() const +{ + return dbus_message_get_member( d->msg ); +} + +QString Message::errorName() const +{ + return dbus_message_get_error_name( d->msg ); +} + +QString Message::destination() const +{ + return dbus_message_get_destination( d->msg ); +} + +/** + * Sets the message sender. + * @param sender the sender + * @return false if unsuccessful + */ +bool +Message::setSender( const QString& sender ) +{ + return dbus_message_set_sender( d->msg, sender.latin1() ); +} + +/** + * Returns sender of this message. + * @return sender + */ +QString +Message::sender() const +{ + return dbus_message_get_sender( d->msg ); +} + +QString Message::signature() const +{ + return dbus_message_get_signature( d->msg ); +} + + +/** + * Returns the starting iterator for the fields of this + * message. + * @return starting iterator + */ +Message::iterator +Message::begin() const +{ + return iterator( d->msg ); +} + +/** + * Returns the ending iterator for the fields of this + * message. + * @return ending iterator + */ +Message::iterator +Message::end() const +{ + return iterator(); +} + +/** + * Returns the field at position @p i + * @param i position of the wanted field + * @return QVariant at position @p i or an empty QVariant + */ +QVariant +Message::at( int i ) +{ + iterator itr( d->msg ); + + while ( i-- ) { + if ( itr == end() ) + return QVariant();//nothing there + ++itr; + } + return *itr; +} + +/** + * The underlying DBusMessage of this class. + * @return DBusMessage pointer. + */ +DBusMessage* +Message::message() const +{ + return d->msg; +} + +Message& Message::operator<<( bool b ) +{ + const dbus_bool_t right_size_bool = b; + dbus_message_append_args( d->msg, DBUS_TYPE_BOOLEAN, &right_size_bool, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT8 byte ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_BYTE, &byte, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT32 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_INT32, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_UINT32 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_UINT32, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT64 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_INT64, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_UINT64 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_UINT64, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( double num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_DOUBLE, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( const QString& str ) +{ + const char *u = str.utf8(); + dbus_message_append_args( d->msg, DBUS_TYPE_STRING, &u, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( const QVariant& custom ) +{ + //FIXME: imeplement +} + +} diff -Nur knetworkmanager-orig/knetworkmanager/src/message.h knetworkmanager/knetworkmanager/src/message.h --- knetworkmanager-orig/knetworkmanager/src/message.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/message.h 2006-08-10 20:29:21.000000000 -0500 @@ -0,0 +1,132 @@ +/* -*- mode: C++; c-file-style: "gnu" -*- */ +/* message.h: Qt wrapper for DBusMessage + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_MESSAGE_H +#define DBUS_QT_MESSAGE_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include +#include +#include + +#include "dbus/dbus.h" + +namespace DBusQt { + + class Message + { + public: + class iterator { + public: + iterator(); + iterator( const iterator& ); + iterator( DBusMessage* msg ); + ~iterator(); + + iterator& operator=( const iterator& ); + const QVariant& operator*() const; + QVariant& operator*(); + iterator& operator++(); + iterator operator++(int); + bool operator==( const iterator& it ); + bool operator!=( const iterator& it ); + + QVariant var() const; + protected: + QVariant marshallBaseType( DBusMessageIter* i ); + void fillVar(); + struct IteratorData; + IteratorData *d; + }; + + Message( int messageType ); + Message( DBusMessage * );//hide this one from the public implementation + Message( const QString& service, const QString& path, + const QString& interface, const QString& method ); + Message( const Message& replayingTo ); + Message( const QString& path, const QString& interface, + const QString& name ); + Message( const Message& replayingTo, const QString& errorName, + const QString& errorMessage ); + + Message operator=( const Message& other ); + + virtual ~Message(); + + int type() const; + + void setPath( const QString& ); + QString path() const; + + void setInterface( const QString& ); + QString interface() const; + + void setMember( const QString& ); + QString member() const; + + QString errorName() const; + + QString destination() const; + + bool setSender( const QString& sender ); + QString sender() const; + + QString signature() const; + + iterator begin() const; + iterator end() const; + + QVariant at( int i ); + + + public: + Message& operator<<( bool ); + Message& operator<<( Q_INT8 ); + Message& operator<<( Q_INT32 ); + Message& operator<<( Q_UINT32 ); + Message& operator<<( Q_INT64 ); + Message& operator<<( Q_UINT64 ); + Message& operator<<( double ); + Message& operator<<( const QString& ); + Message& operator<<( const QVariant& ); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + + protected: + friend class Connection; + DBusMessage* message() const; + + private: + struct Private; + Private *d; + }; + +} + +#endif Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2006 17:30:11 -0000 1.2 +++ .cvsignore 11 Aug 2006 02:22:31 -0000 1.3 @@ -1 +1 @@ -knetworkmanager-svn20060625.tar.bz2 +knetworkmanager-svn20060809.tar.bz2 Index: knetworkmanager.spec =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/knetworkmanager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- knetworkmanager.spec 26 Jun 2006 17:30:11 -0000 1.1 +++ knetworkmanager.spec 11 Aug 2006 02:22:31 -0000 1.2 @@ -1,4 +1,4 @@ -%define svn svn20060625 +%define svn svn20060809 Name: knetworkmanager Version: 0.1 @@ -17,9 +17,12 @@ Patch0: http://aur.archlinux.org/packages/knetworkmanager-svn/knetworkmanager-svn/01-build-fix.patch # Suse Hard coded yast for dialup configuration. this patch calls System-config-network instead Patch1: knetworkmanager-call-scn-not-yast.patch +# Patch adds dbus support as dbusqt3 is no longer in extras +Patch2: knetworkmanager-dbus.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: NetworkManager-devel >= 0.6.2 dbus-qt-devel autoconf automake +BuildRequires: NetworkManager-devel >= 0.6.2 dbus-devel autoconf automake BuildRequires: desktop-file-utils kdebase-devel hal-devel %description @@ -30,6 +33,7 @@ %setup -q -n knetworkmanager %patch0 -p0 %patch1 -p1 -b .eww-yast +%patch2 -p1 -b .dbus %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -46,6 +50,10 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --vendor=fedora \ +--remove-category=Applet \ +--remove-category=Network \ +--add-category=Applications \ +--add-category=System \ --add-category=X-Fedora \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/knetworkmanager.desktop @@ -85,6 +93,9 @@ %changelog +* Thu Aug 10 2006 - 0.1-0.3.svn20060809 +- patch in dbus support + * Mon Jun 27 2006 - 0.1-0.3.svn20060626 - patch out call to yast and replace with - system-config-network for dialup Index: sources =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2006 17:30:11 -0000 1.2 +++ sources 11 Aug 2006 02:22:31 -0000 1.3 @@ -1 +1 @@ -9576bce2cd34350d257e94a8b31efa86 knetworkmanager-svn20060625.tar.bz2 +b1beb9c583eddb48ac398e3b0262f2d1 knetworkmanager-svn20060809.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 03:47:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:47:52 -0700 Subject: rpms/perl-DateTime-Format-MySQL - New directory Message-ID: <200608110347.k7B3lsl0003856@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3835/perl-DateTime-Format-MySQL Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-MySQL added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 03:47:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:47:52 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel - New directory Message-ID: <200608110347.k7B3lse6003859@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3835/perl-DateTime-Format-MySQL/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 03:48:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:02 -0700 Subject: owners owners.list,1.1387,1.1388 Message-ID: <200608110348.k7B3m4mw003885@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3865 Modified Files: owners.list Log Message: added perl-DateTime-Format-MySQL Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1387 retrieving revision 1.1388 diff -u -r1.1387 -r1.1388 --- owners.list 10 Aug 2006 20:52:08 -0000 1.1387 +++ owners.list 11 Aug 2006 03:48:02 -0000 1.1388 @@ -1158,6 +1158,7 @@ Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-MySQL|Parse and format MySQL dates and times|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 11 03:48:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:09 -0700 Subject: rpms/perl-DateTime-Format-MySQL Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608110348.k7B3mBL7003919@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3891 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-MySQL --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-MySQL all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 03:48:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:09 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110348.k7B3mBR8003922@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3891/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-MySQL --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 03:48:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:30 -0700 Subject: rpms/perl-DateTime-Format-MySQL import.log,1.1,1.2 Message-ID: <200608110349.k7B3n53E003979@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3940 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-MySQL-0.04-1.fc5 on branch devel from perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 03:48:09 -0000 1.1 +++ import.log 11 Aug 2006 03:48:29 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-MySQL-0_04-1_fc5:HEAD:perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm:1155268114 From fedora-extras-commits at redhat.com Fri Aug 11 03:48:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:30 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel perl-DateTime-Format-MySQL.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110349.k7B3n5aT003980@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3940/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-MySQL.spec Log Message: auto-import perl-DateTime-Format-MySQL-0.04-1.fc5 on branch devel from perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm --- NEW FILE perl-DateTime-Format-MySQL.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-MySQL Version: 0.04 Release: 1%{?dist} Summary: Parse and format MySQL dates and times Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-MySQL Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-MySQL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build), perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) >= 0.60 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format. %prep %setup -q -n DateTime-Format-MySQL-%{version} # digital signature checking. Not essential, but nice %{?_with_network_tests: cpansign -v } %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 0.04-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 03:48:09 -0000 1.1 +++ .cvsignore 11 Aug 2006 03:48:30 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-MySQL-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 03:48:09 -0000 1.1 +++ sources 11 Aug 2006 03:48:30 -0000 1.2 @@ -0,0 +1 @@ +f52377ecdeb19055ae64037fb1ef530e DateTime-Format-MySQL-0.04.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 03:53:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:53:04 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel perl-DateTime-Format-MySQL.spec, 1.1, 1.2 Message-ID: <200608110353.k7B3r6fD004037@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4020 Modified Files: perl-DateTime-Format-MySQL.spec Log Message: bump Index: perl-DateTime-Format-MySQL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/perl-DateTime-Format-MySQL.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-MySQL.spec 11 Aug 2006 03:48:30 -0000 1.1 +++ perl-DateTime-Format-MySQL.spec 11 Aug 2006 03:53:04 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-MySQL Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parse and format MySQL dates and times Group: Development/Libraries @@ -75,5 +75,8 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.04-2 +- bump for build & release + * Fri Aug 04 2006 Chris Weyl 0.04-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 11 04:20:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:41 -0700 Subject: rpms/perl-POE-Component-JobQueue/devel .cvsignore, 1.2, 1.3 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110420.k7B4KhpD007005@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/devel Modified Files: .cvsignore perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Jul 2006 09:13:47 -0000 1.2 +++ .cvsignore 11 Aug 2006 04:20:41 -0000 1.3 @@ -1 +1 @@ -POE-Component-JobQueue-0.5402.tar.gz +POE-Component-JobQueue-0.55.tar.gz Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:41 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:41 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:20:35 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:35 -0700 Subject: rpms/perl-POE-Component-JobQueue/FC-4 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110421.k7B4L79o007011@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/FC-4 Modified Files: perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:35 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:35 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:20:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:36 -0700 Subject: rpms/perl-POE-Component-JobQueue/FC-5 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110421.k7B4L8TN007015@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/FC-5 Modified Files: perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:35 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:35 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:26 -0700 Subject: rpms/perl-POE/FC-5 perl-POE.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200608110422.k7B4MSdX007167@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/FC-5 Modified Files: perl-POE.spec sources Log Message: update to latest version Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:47:54 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:26 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jun 2006 04:47:54 -0000 1.3 +++ sources 11 Aug 2006 04:22:26 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:27 -0700 Subject: rpms/perl-POE/devel .cvsignore, 1.3, 1.4 perl-POE.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608110422.k7B4MTQ7007173@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/devel Modified Files: .cvsignore perl-POE.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jun 2006 00:53:14 -0000 1.3 +++ .cvsignore 11 Aug 2006 04:22:27 -0000 1.4 @@ -1 +1 @@ -POE-0.3502.tar.gz +POE-0.36.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:24:05 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:27 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Jun 2006 00:53:14 -0000 1.3 +++ sources 11 Aug 2006 04:22:27 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:25 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:25 -0700 Subject: rpms/perl-POE/FC-4 perl-POE.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200608110422.k7B4MvpO007179@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/FC-4 Modified Files: perl-POE.spec sources Log Message: update to latest version Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-4/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:47:53 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:25 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jun 2006 04:47:53 -0000 1.3 +++ sources 11 Aug 2006 04:22:25 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:23:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:23:56 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel - New directory Message-ID: <200608110423.k7B4NwjF007238@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7214/perl-Gtk2-TrayIcon/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 04:23:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:23:56 -0700 Subject: rpms/perl-Gtk2-TrayIcon - New directory Message-ID: <200608110423.k7B4NwLG007235@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7214/perl-Gtk2-TrayIcon Log Message: Directory /cvs/extras/rpms/perl-Gtk2-TrayIcon added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 04:24:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:10 -0700 Subject: rpms/perl-Gtk2-TrayIcon Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608110424.k7B4OCsb007295@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7267 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-TrayIcon --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-TrayIcon all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 04:24:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:10 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110424.k7B4OCXn007298@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7267/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-TrayIcon --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 04:24:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:22 -0700 Subject: rpms/perl-Gtk2-TrayIcon import.log,1.1,1.2 Message-ID: <200608110424.k7B4OOZP007349@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7316 Modified Files: import.log Log Message: auto-import perl-Gtk2-TrayIcon-0.03-1.fc5 on branch devel from perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 04:24:09 -0000 1.1 +++ import.log 11 Aug 2006 04:24:21 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-TrayIcon-0_03-1_fc5:HEAD:perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm:1155270267 From fedora-extras-commits at redhat.com Fri Aug 11 04:24:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:22 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110424.k7B4OOLO007354@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7316/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-TrayIcon.spec Log Message: auto-import perl-Gtk2-TrayIcon-0.03-1.fc5 on branch devel from perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm --- NEW FILE perl-Gtk2-TrayIcon.spec --- # Note: The tests for this perl dist. are disabled by default, as they # require display access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_display_tests 1' ... # rpmbuild ... --with display_tests ... # define _with_display_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-Gtk2-TrayIcon Version: 0.03 Release: 1%{?dist} Summary: Perl interface to the EggTrayIcon library Group: Development/Libraries License: LGPL URL: http://search.cpan.org/dist/Gtk2-TrayIcon Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk2-TrayIcon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl BuildRequires: perl(Gtk2) >= 0.96, gtk2-devel BuildRequires: perl(ExtUtils::PkgConfig), perl(ExtUtils::Depends) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows a Perl developer to embed an arbitrary widget in a System Tray like the Gnome notification area. %prep %setup -q -n Gtk2-TrayIcon-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # see top of spec %{?_with_display_tests: make test} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc TODO examples/* %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gtk2 %{_mandir}/man3/*.3* %changelog * Fri Jul 28 2006 Chris Weyl 0.03-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 04:24:10 -0000 1.1 +++ .cvsignore 11 Aug 2006 04:24:22 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-TrayIcon-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 04:24:10 -0000 1.1 +++ sources 11 Aug 2006 04:24:22 -0000 1.2 @@ -0,0 +1 @@ +4c627fd00cc316ac018732e7739a5c4f Gtk2-TrayIcon-0.03.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:24:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:05 -0700 Subject: owners owners.list,1.1388,1.1389 Message-ID: <200608110424.k7B4ObBJ007380@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7241 Modified Files: owners.list Log Message: added perl-Gtk2-TrayIcon Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1388 retrieving revision 1.1389 diff -u -r1.1388 -r1.1389 --- owners.list 11 Aug 2006 03:48:02 -0000 1.1388 +++ owners.list 11 Aug 2006 04:24:04 -0000 1.1389 @@ -1229,6 +1229,7 @@ Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|perl-Gtk2-Sexy|Perl interface to the sexy widget collection|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Spell|Perl interface to gtkspell|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gtk2-TrayIcon|Perl interface to the EggTrayIcon library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Mason|HTML::Mason Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 11 04:26:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:26:29 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec,1.1,1.2 Message-ID: <200608110426.k7B4QVNR007506@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7489 Modified Files: perl-Gtk2-TrayIcon.spec Log Message: bump Index: perl-Gtk2-TrayIcon.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/perl-Gtk2-TrayIcon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-TrayIcon.spec 11 Aug 2006 04:24:22 -0000 1.1 +++ perl-Gtk2-TrayIcon.spec 11 Aug 2006 04:26:29 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-Gtk2-TrayIcon Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the EggTrayIcon library Group: Development/Libraries @@ -66,5 +66,8 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.03-2 +- bump for release + * Fri Jul 28 2006 Chris Weyl 0.03-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 11 05:00:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 22:00:10 -0700 Subject: rpms/perl-WWW-Myspace/devel .cvsignore, 1.3, 1.4 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608110500.k7B50CZQ008533@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8508 Modified Files: .cvsignore perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 02:45:22 -0000 1.3 +++ .cvsignore 11 Aug 2006 05:00:10 -0000 1.4 @@ -1 +1 @@ -WWW-Myspace-0.50.tar.gz +WWW-Myspace-0.52.tar.gz Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:22 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 05:00:10 -0000 1.4 @@ -1,7 +1,17 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 +Version: 0.52 Release: 1%{?dist} Summary: Access your myspace.com profile in Perl! @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,7 +73,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +90,14 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:22 -0000 1.3 +++ sources 11 Aug 2006 05:00:10 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 06:27:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Thu, 10 Aug 2006 23:27:23 -0700 Subject: rpms/clamav/FC-5 clamav-0.88.4-visibility.patch, NONE, 1.1 clamav.spec, 1.36, 1.37 Message-ID: <200608110627.k7B6Rrht014012@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13982 Modified Files: clamav.spec Added Files: clamav-0.88.4-visibility.patch Log Message: - added patch to set '__attribute__ ((visibility("hidden")))' for exported MD5_*() functions (fixes #202043) clamav-0.88.4-visibility.patch: --- NEW FILE clamav-0.88.4-visibility.patch --- --- clamav-0.88.4/libclamav/md5.c.visibility 2005-06-23 22:03:12.000000000 +0200 +++ clamav-0.88.4/libclamav/md5.c 2006-08-11 08:19:02.000000000 +0200 @@ -176,7 +176,7 @@ static void *body(MD5_CTX *ctx, void *da return ptr; } -void MD5_Init(MD5_CTX *ctx) +void __attribute__ ((visibility("hidden"))) MD5_Init(MD5_CTX *ctx) { ctx->a = 0x67452301; ctx->b = 0xefcdab89; @@ -187,7 +187,7 @@ void MD5_Init(MD5_CTX *ctx) ctx->hi = 0; } -void MD5_Update(MD5_CTX *ctx, void *data, unsigned long size) +void __attribute__ ((visibility("hidden"))) MD5_Update(MD5_CTX *ctx, void *data, unsigned long size) { MD5_u32plus saved_lo; unsigned long used, free; @@ -221,7 +221,7 @@ void MD5_Update(MD5_CTX *ctx, void *data memcpy(ctx->buffer, data, size); } -void MD5_Final(unsigned char *result, MD5_CTX *ctx) +void __attribute__ ((visibility("hidden"))) MD5_Final(unsigned char *result, MD5_CTX *ctx) { unsigned long used, free; Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- clamav.spec 9 Aug 2006 06:53:29 -0000 1.36 +++ clamav.spec 11 Aug 2006 06:27:20 -0000 1.37 @@ -22,7 +22,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.88.4 -Release: %release_func 1 +Release: %release_func 1.1 License: GPL Group: Applications/File @@ -41,6 +41,7 @@ Patch20: clamav-0.70-user.patch Patch21: clamav-0.70-path.patch Patch22: clamav-0.80-initoff.patch +Patch23: clamav-0.88.4-visibility.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: clamav-lib = %{version}-%{release} Requires: data(clamav) @@ -170,6 +171,7 @@ %patch20 -p1 -b .user %patch21 -p1 -b .path %patch22 -p1 -b .initoff +%patch23 -p1 -b .visibility perl -pi -e 's!^(#?LogFile ).*!\1/var/log/clamd.!g; s!^#?(LocalSocket ).*!\1/var/run/clamd./clamd.sock!g; @@ -432,6 +434,10 @@ %endif # _without_milter %changelog +* Fri Aug 11 2006 Enrico Scholz - 0.88.4-2 +- added patch to set '__attribute__ ((visibility("hidden")))' for + exported MD5_*() functions (fixes #202043) + * Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc From fedora-extras-commits at redhat.com Fri Aug 11 07:06:51 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:06:51 -0700 Subject: rpms/inkscape/devel inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.28, 1.29 Message-ID: <200608110707.k7B77PHJ016702@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16679 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: Added patch to fix png dpi export problem (#168406) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- inkscape.spec 9 Aug 2006 07:14:58 -0000 1.28 +++ inkscape.spec 11 Aug 2006 07:06:50 -0000 1.29 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -58,6 +59,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +122,9 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (#168406) + * Wed Aug 9 2006 Denis Leroy - 0.44-3 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Fri Aug 11 07:32:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:22 -0700 Subject: rpms/k3d - New directory Message-ID: <200608110732.k7B7WO2t017019@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16998/k3d Log Message: Directory /cvs/extras/rpms/k3d added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 07:32:23 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:23 -0700 Subject: rpms/k3d/devel - New directory Message-ID: <200608110732.k7B7WP6n017022@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16998/k3d/devel Log Message: Directory /cvs/extras/rpms/k3d/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 07:32:45 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:45 -0700 Subject: rpms/k3d Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608110732.k7B7WmnQ017076@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17043 Added Files: Makefile import.log Log Message: Setup of module k3d --- NEW FILE Makefile --- # Top level Makefile for module k3d all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 07:32:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:46 -0700 Subject: rpms/k3d/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110732.k7B7WmbP017079@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17043/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module k3d --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 07:39:23 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:39:23 -0700 Subject: rpms/k3d import.log,1.1,1.2 Message-ID: <200608110739.k7B7dtmN017152@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17115 Modified Files: import.log Log Message: auto-import k3d-0.5.16.0-3 on branch devel from k3d-0.5.16.0-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/k3d/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 07:32:45 -0000 1.1 +++ import.log 11 Aug 2006 07:39:23 -0000 1.2 @@ -0,0 +1 @@ +k3d-0_5_16_0-3:HEAD:k3d-0.5.16.0-3.src.rpm:1155281763 From fedora-extras-commits at redhat.com Fri Aug 11 07:39:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:39:24 -0700 Subject: rpms/k3d/devel k3d-0.5.15.0-gl64.patch, NONE, 1.1 k3d.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110740.k7B7duue017156@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17115/devel Modified Files: .cvsignore sources Added Files: k3d-0.5.15.0-gl64.patch k3d.spec Log Message: auto-import k3d-0.5.16.0-3 on branch devel from k3d-0.5.16.0-3.src.rpm k3d-0.5.15.0-gl64.patch: --- NEW FILE k3d-0.5.15.0-gl64.patch --- --- m4/k3d_check_opengl.m4~ 2006-05-01 03:02:21.000000000 -0700 +++ m4/k3d_check_opengl.m4 2006-07-25 22:37:27.000000000 -0700 @@ -8,7 +8,7 @@ AC_MSG_CHECKING([for OpenGL]) k3d_check_opengl_lib_dir="" -k3d_check_opengl_directories="/usr/lib /usr/local/lib /usr/X11R6/lib" +k3d_check_opengl_directories="/usr/lib /usr/local/lib /usr/X11R6/lib /usr/lib64" for k3d_check_opengl_directory in $k3d_check_opengl_directories; do if test -f $k3d_check_opengl_directory/libGL.so || test -f $k3d_check_opengl_directory/libGL.a || test -f $k3d_check_opengl_directory/libGL.dll.a; then k3d_check_opengl_lib_dir=$k3d_check_opengl_directory --- m4/k3d_check_opengl.m4~ 2006-07-25 22:37:27.000000000 -0700 +++ m4/k3d_check_opengl.m4 2006-07-25 22:53:40.000000000 -0700 @@ -42,7 +42,7 @@ AC_MSG_CHECKING([for OpenGLU]) k3d_check_openglu_lib_dir="" -k3d_check_openglu_directories="/usr/lib /usr/local/lib /usr/X11R6/lib" +k3d_check_openglu_directories="/usr/lib /usr/local/lib /usr/X11R6/lib /usr/lib64" for k3d_check_openglu_directory in $k3d_check_openglu_directories; do if test -f $k3d_check_openglu_directory/libGLU.so || test -f $k3d_check_openglu_directory/libGLU.a || test -f $k3d_check_openglu_directory/libGLU.dll.a; then k3d_check_openglu_lib_dir=$k3d_check_openglu_directory --- NEW FILE k3d.spec --- Name: k3d Version: 0.5.16.0 Release: 3%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia License: GPL URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: mesa-libGL-devel BuildRequires: expat-devel BuildRequires: libsigc++20-devel BuildRequires: gtkmm24-devel BuildRequires: gtkglext-devel BuildRequires: plib-devel BuildRequires: freetype-devel BuildRequires: python-devel BuildRequires: libgnome-devel BuildRequires: OpenEXR-devel BuildRequires: libtiff-devel BuildRequires: ImageMagick-c++-devel BuildRequires: graphviz-devel BuildRequires: boost-devel BuildRequires: gts-devel BuildRequires: librsvg2 BuildRequires: bzip2-devel BuildRequires: autoconf automake libtool Requires(post): /sbin/ldconfig Requires(post): desktop-file-utils Requires(postun): /sbin/ldconfig Requires(postun): desktop-file-utils %description K-3D is a complete 3D modeling, animation and rendering system. K-3D features a robust, object oriented plugin architecture, designed to scale to the needs of professional artists. It is designed from the ground up to generate motion picture quality animation using RenderMan compliant render engines. %package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the libraries and header files needed for rendering a model written by K-3D. %prep %setup -q %patch0 -p0 -b .gl64 %build autoreconf %configure --disable-static --with-external-boost make %{?_smp_mflags} %install find -type f -regex '.*\.\(cpp\|h\|svg\)' -perm +111 -exec chmod -x {} ';' make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' desktop-file-install \ --vendor fedora \ --mode 644 \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/k3d.desktop %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files %defattr(-, root, root, -) %doc AUTHORS COPYING NEWS README %{_bindir}/k3d %{_bindir}/k3d-[bd-z]* %{_libdir}/libHapy.so.* %{_libdir}/libk3dngui.so* %{_libdir}/libk3dnui.so* %{_libdir}/libk3dsdk.so.* %{_libdir}/libsubdivision_surface.so.* %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop %{_datadir}/k3d %{_mandir}/man1/k3d* %files devel %defattr(-, root, root, -) %doc ChangeLog docs/xml/sample_document.k3d %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so %{_libdir}/libk3dsdk.so %{_libdir}/libsubdivision_surface.so %{_libdir}/libsurface_polygonizer.so %changelog * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg * Thu Aug 10 2006 Denis Leroy - 0.5.16.0-2 - Added ChangeLog to devel doc * Sat Aug 5 2006 Denis Leroy - 0.5.16.0-1 - Update to version 0.5.16.0 * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-3 - Recreated devel package * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-2 - Cleaned up files sections * Tue Jul 25 2006 root - 0.5.15.0-1 - Update to 0.5.15.0 - Added patch to detect opengl correctly on x86_64 * Tue Mar 7 2006 Denis Leroy - 0.5.0.39-1 - First version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 07:32:46 -0000 1.1 +++ .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 @@ -0,0 +1 @@ +k3d-0.5.16.0-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 07:32:46 -0000 1.1 +++ sources 11 Aug 2006 07:39:24 -0000 1.2 @@ -0,0 +1 @@ +f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 07:49:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:49:00 -0700 Subject: owners owners.list,1.1389,1.1390 Message-ID: <200608110749.k7B7n2Y5017256@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17239 Modified Files: owners.list Log Message: Added k3d Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1389 retrieving revision 1.1390 diff -u -r1.1389 -r1.1390 --- owners.list 11 Aug 2006 04:24:04 -0000 1.1389 +++ owners.list 11 Aug 2006 07:49:00 -0000 1.1390 @@ -646,6 +646,7 @@ Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|k3d|A 3D Modeling and Rendering System|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|kadischi|An application for Fedora-based LiveCD generation|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kadu|Gadu-Gadu client for online messaging|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kakasi|A Japanese character set conversion filter|tagoh at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 11 10:50:30 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 03:50:30 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.19, 1.20 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111050.k7BAoWnU025895@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25874 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.9 tarball is now .tar.gz rather than .tgz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkwave.spec 7 Aug 2006 13:11:17 -0000 1.19 +++ gtkwave.spec 11 Aug 2006 10:50:30 -0000 1.20 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 13:11:17 -0000 1.18 +++ sources 11 Aug 2006 10:50:30 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 13:11:17 -0000 1.18 +++ .cvsignore 11 Aug 2006 10:50:30 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 10:50:52 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 11 Aug 2006 03:50:52 -0700 Subject: fedora-security/audit fc5,1.270,1.271 Message-ID: <200608111050.k7BAoqA2025955@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25930/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-906 (kernel) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- fc5 10 Aug 2006 01:57:47 -0000 1.270 +++ fc5 11 Aug 2006 10:50:50 -0000 1.271 @@ -59,11 +59,11 @@ CVE-2006-3629 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3628 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3627 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] -CVE-2006-3626 VULNERABLE (kernel, fixed 2.6.17.6) +CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] CVE-2006-3619 VULNERABLE (gcc/fastjar) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) -CVE-2006-3468 VULNERABLE (kernel) +CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] @@ -96,8 +96,8 @@ CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) -CVE-2006-2936 VULNERABLE (kernel, fixed 2.6.16.27, fixed 2.6.17.7) -CVE-2006-2935 VULNERABLE (kernel) +CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] +CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid From fedora-extras-commits at redhat.com Fri Aug 11 11:13:19 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 04:13:19 -0700 Subject: rpms/kadu/devel .cvsignore, 1.4, 1.5 kadu.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608111113.k7BBDL1b028972@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28951 Modified Files: .cvsignore kadu.spec sources Log Message: Update to 20060808 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jul 2006 12:31:13 -0000 1.4 +++ .cvsignore 11 Aug 2006 11:13:19 -0000 1.5 @@ -1,25 +1,2 @@ -amarok-1.17.tar.gz -dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 -exec_notify-20060424.tar.bz2 -ext_info-2.0beta8.tar.bz2 -filedesc-1.12.tar.gz -filtering-0.3.2-20060727-0.5.0.tar.bz2 -kadu-iwait4u-1.3.tar.gz -kadu-profiles-0.1.tar.gz -kadu-theme-crystal-16.tar.bz2 -kadu-theme-crystal-22.tar.bz2 -kadu-theme-glass_16.tar.gz -kadu-theme-glass_22.tar.gz -kadu-theme-nuvola-16.tar.gz -kadu-theme-nuvola-22.tar.gz -kompatybilne_z_GG6.tar.gz -led_notify-0.9.tar.bz2 -miastoplusa_sms-0.5-1.3.5.tar.gz -powerkadu-20060719.tar.gz -spellchecker-0.18.tar.gz -tabs-current.tar.gz -weather-3.03.tar.bz2 -xmms-1.30.tar.gz -kadu-20060730.tar.bz2 -kadu-emots-zestaw288.tar.bz2 -mail-current.tar.gz +kadu-20060808.tar.bz2 +kadu-firewall-0.6.3.tar.gz Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/kadu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kadu.spec 30 Jul 2006 12:31:13 -0000 1.3 +++ kadu.spec 11 Aug 2006 11:13:19 -0000 1.4 @@ -1,7 +1,7 @@ -%define cvs_date 20060730 +%define cvs_date 20060808 Name: kadu Version: 0.5.0 -Release: 0.6.%{cvs_date}svn%{?dist} +Release: 0.7.%{cvs_date}svn%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL @@ -31,9 +31,11 @@ Source110: http://kadu.net/~blysk/led_notify-0.9.tar.bz2 Source111: http://www.kadu.net/~pan_wojtas/iwait4u/download/kadu-iwait4u-1.3.tar.gz Source112: http://www.kadu.net/~joi/exec_notify/packages/exec_notify-20060424.tar.bz2 -Source113: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 -Source114: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz -Source115: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source113: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz +Source114: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source115: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 +Source116: http://www.kadu.net/~pan_wojtas/firewall/download/kadu-firewall-0.6.3.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel qt-devel libsndfile-devel openssl-devel %define _kadudir %{_datadir}/kadu @@ -223,6 +225,20 @@ %description filtering User list filtering +%package firewall +Summary: Firewall module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description firewall +Protection against unwanted chats + +%package wmaker_docking +Summary: Wmaker_docking module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description wmaker_docking +WindowMaker docking module + %package theme-nuvola16 Summary: Nuvola16 theme for Kadu Group: Applications/Internet @@ -281,7 +297,7 @@ %prep %setup -q -n kadu -%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -n kadu/modules +%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -a 116 -n kadu/modules %setup -q -D -T -a 80 -a 81 -a 82 -a 83 -a 84 -a 85 -n kadu/varia/themes/icons %setup -q -D -T -a 86 -a 87 -n kadu/varia/themes/emoticons %setup -q -D -T -n kadu @@ -307,7 +323,9 @@ module_filtering \ module_profiles \ module_mail \ - module_exec_notify" + module_exec_notify \ + module_firewall + module_wmaker_docking" for change in $SHARED_CHANGES; do sed s/^$change=.$/$change=m/ -i .config done @@ -465,6 +483,11 @@ %{_moddata}/esd_sound.desc %{_modlib}/esd_sound.so +%files wmaker_docking +%defattr(-,root,root,-) +%{_moddata}/wmaker_docking.desc +%{_modlib}/wmaker_docking.so + %files alsa_sound %defattr(-,root,root,-) %{_moddata}/alsa_sound.desc @@ -495,6 +518,9 @@ %mod_files2 filtering +%mod_files2 firewall + + %mod_files profiles %mod_files led_notify @@ -537,6 +563,10 @@ %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 0.5.0-0.7.20060808svn +- Update upstream to 20060808 +- Add firewall and wmaker_docking modules + * Sun Jul 30 2006 Micha?? Bentkowski - 0.5.0-0.6.20060730svn - Update upstream do 20060730, with fixed x64 bugs - Add mail module and emots theme Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jul 2006 12:31:13 -0000 1.4 +++ sources 11 Aug 2006 11:13:19 -0000 1.5 @@ -1,3 +1,5 @@ +f908d887c1891287aff6fd050b543b2c kadu-20060808.tar.bz2 +62913be4ecb267b9bbf6d87dbb3e67e6 kadu-firewall-0.6.3.tar.gz 0fb5d8f465899ffbe96d44685e5e9955 amarok-1.17.tar.gz 9b0622b02a7190502519b2e3034ccec4 dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 15e6ba4e7ec1cacce3290525cd51e696 exec_notify-20060424.tar.bz2 @@ -20,6 +22,5 @@ ef56085ab7d8e60be15d86d2c5f4a424 tabs-current.tar.gz 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 422b0bfe2fe1d67620896576e3092ac8 xmms-1.30.tar.gz -dc18b4d5c271f5daab8b2f4facc4eb8f kadu-20060730.tar.bz2 98a378047ea252f7277e978f06f9a6bb kadu-emots-zestaw288.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:19:28 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 04:19:28 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.18, 1.19 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111119.k7BBJUFX029089@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29067 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 7 Aug 2006 14:00:32 -0000 1.18 +++ gtkwave.spec 11 Aug 2006 11:19:27 -0000 1.19 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 14:00:32 -0000 1.18 +++ sources 11 Aug 2006 11:19:27 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 14:00:32 -0000 1.18 +++ .cvsignore 11 Aug 2006 11:19:27 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:20:19 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 04:20:19 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.17, 1.18 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111120.k7BBKLRn029158@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29137 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gtkwave.spec 7 Aug 2006 14:01:18 -0000 1.17 +++ gtkwave.spec 11 Aug 2006 11:20:19 -0000 1.18 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 14:01:18 -0000 1.18 +++ sources 11 Aug 2006 11:20:19 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 14:01:18 -0000 1.18 +++ .cvsignore 11 Aug 2006 11:20:19 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:25:48 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 04:25:48 -0700 Subject: rpms/kadu/FC-5 .cvsignore, 1.4, 1.5 kadu.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608111125.k7BBPoX5029256@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29233 Modified Files: .cvsignore kadu.spec sources Log Message: Update to 20060808 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jul 2006 12:38:13 -0000 1.4 +++ .cvsignore 11 Aug 2006 11:25:47 -0000 1.5 @@ -1,25 +1,2 @@ -amarok-1.17.tar.gz -dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 -exec_notify-20060424.tar.bz2 -ext_info-2.0beta8.tar.bz2 -filedesc-1.12.tar.gz -filtering-0.3.2-20060727-0.5.0.tar.bz2 -kadu-iwait4u-1.3.tar.gz -kadu-profiles-0.1.tar.gz -kadu-theme-crystal-16.tar.bz2 -kadu-theme-crystal-22.tar.bz2 -kadu-theme-glass_16.tar.gz -kadu-theme-glass_22.tar.gz -kadu-theme-nuvola-16.tar.gz -kadu-theme-nuvola-22.tar.gz -kompatybilne_z_GG6.tar.gz -led_notify-0.9.tar.bz2 -miastoplusa_sms-0.5-1.3.5.tar.gz -powerkadu-20060719.tar.gz -spellchecker-0.18.tar.gz -tabs-current.tar.gz -weather-3.03.tar.bz2 -xmms-1.30.tar.gz -kadu-20060730.tar.bz2 -kadu-emots-zestaw288.tar.bz2 -mail-current.tar.gz +kadu-20060808.tar.bz2 +kadu-firewall-0.6.3.tar.gz Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/kadu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kadu.spec 30 Jul 2006 12:38:13 -0000 1.3 +++ kadu.spec 11 Aug 2006 11:25:47 -0000 1.4 @@ -1,7 +1,7 @@ -%define cvs_date 20060730 +%define cvs_date 20060808 Name: kadu Version: 0.5.0 -Release: 0.6.%{cvs_date}svn%{?dist} +Release: 0.7.%{cvs_date}svn%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL @@ -31,9 +31,11 @@ Source110: http://kadu.net/~blysk/led_notify-0.9.tar.bz2 Source111: http://www.kadu.net/~pan_wojtas/iwait4u/download/kadu-iwait4u-1.3.tar.gz Source112: http://www.kadu.net/~joi/exec_notify/packages/exec_notify-20060424.tar.bz2 -Source113: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 -Source114: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz -Source115: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source113: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz +Source114: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source115: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 +Source116: http://www.kadu.net/~pan_wojtas/firewall/download/kadu-firewall-0.6.3.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel qt-devel libsndfile-devel openssl-devel %define _kadudir %{_datadir}/kadu @@ -223,6 +225,20 @@ %description filtering User list filtering +%package firewall +Summary: Firewall module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description firewall +Protection against unwanted chats + +%package wmaker_docking +Summary: Wmaker_docking module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description wmaker_docking +WindowMaker docking module + %package theme-nuvola16 Summary: Nuvola16 theme for Kadu Group: Applications/Internet @@ -281,7 +297,7 @@ %prep %setup -q -n kadu -%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -n kadu/modules +%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -a 116 -n kadu/modules %setup -q -D -T -a 80 -a 81 -a 82 -a 83 -a 84 -a 85 -n kadu/varia/themes/icons %setup -q -D -T -a 86 -a 87 -n kadu/varia/themes/emoticons %setup -q -D -T -n kadu @@ -307,7 +323,9 @@ module_filtering \ module_profiles \ module_mail \ - module_exec_notify" + module_exec_notify \ + module_firewall + module_wmaker_docking" for change in $SHARED_CHANGES; do sed s/^$change=.$/$change=m/ -i .config done @@ -465,6 +483,11 @@ %{_moddata}/esd_sound.desc %{_modlib}/esd_sound.so +%files wmaker_docking +%defattr(-,root,root,-) +%{_moddata}/wmaker_docking.desc +%{_modlib}/wmaker_docking.so + %files alsa_sound %defattr(-,root,root,-) %{_moddata}/alsa_sound.desc @@ -495,6 +518,9 @@ %mod_files2 filtering +%mod_files2 firewall + + %mod_files profiles %mod_files led_notify @@ -537,6 +563,10 @@ %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 0.5.0-0.7.20060808svn +- Update upstream to 20060808 +- Add firewall and wmaker_docking modules + * Sun Jul 30 2006 Micha?? Bentkowski - 0.5.0-0.6.20060730svn - Update upstream do 20060730, with fixed x64 bugs - Add mail module and emots theme Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jul 2006 12:38:13 -0000 1.4 +++ sources 11 Aug 2006 11:25:47 -0000 1.5 @@ -1,3 +1,5 @@ +f908d887c1891287aff6fd050b543b2c kadu-20060808.tar.bz2 +62913be4ecb267b9bbf6d87dbb3e67e6 kadu-firewall-0.6.3.tar.gz 0fb5d8f465899ffbe96d44685e5e9955 amarok-1.17.tar.gz 9b0622b02a7190502519b2e3034ccec4 dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 15e6ba4e7ec1cacce3290525cd51e696 exec_notify-20060424.tar.bz2 @@ -20,6 +22,5 @@ ef56085ab7d8e60be15d86d2c5f4a424 tabs-current.tar.gz 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 422b0bfe2fe1d67620896576e3092ac8 xmms-1.30.tar.gz -dc18b4d5c271f5daab8b2f4facc4eb8f kadu-20060730.tar.bz2 98a378047ea252f7277e978f06f9a6bb kadu-emots-zestaw288.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:44:39 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Fri, 11 Aug 2006 07:44:39 -0700 Subject: rpms/bitbake/devel .cvsignore, 1.2, 1.3 bitbake.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608111444.k7BEifR3005617@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: .cvsignore bitbake.spec sources Log Message: * Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 May 2006 19:59:55 -0000 1.2 +++ .cvsignore 11 Aug 2006 14:44:38 -0000 1.3 @@ -1 +1 @@ -bitbake-1.4.0.tar.gz +bitbake-1.4.2.tar.gz Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/bitbake.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitbake.spec 1 May 2006 19:59:55 -0000 1.1 +++ bitbake.spec 11 Aug 2006 14:44:38 -0000 1.2 @@ -2,7 +2,7 @@ Summary: BitBake build tool Name: bitbake -Version: 1.4.0 +Version: 1.4.2 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Wed Apr 26 2006 Andreas Thienemann 1.4.0-1 - Updated to 1.4.0 - Modified to conform to FC4+ .spec syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 May 2006 19:59:55 -0000 1.2 +++ sources 11 Aug 2006 14:44:38 -0000 1.3 @@ -1 +1 @@ -fa962beffb66668318684baaffadaaf0 bitbake-1.4.0.tar.gz +e26e53dffbd85dfde9995ddf478cdc29 bitbake-1.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:46:34 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Fri, 11 Aug 2006 07:46:34 -0700 Subject: rpms/bitbake/FC-5 .cvsignore, 1.2, 1.3 bitbake.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608111446.k7BEkaID005699@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/bitbake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5678 Modified Files: .cvsignore bitbake.spec sources Log Message: * Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 May 2006 19:59:55 -0000 1.2 +++ .cvsignore 11 Aug 2006 14:46:34 -0000 1.3 @@ -1 +1 @@ -bitbake-1.4.0.tar.gz +bitbake-1.4.2.tar.gz Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/bitbake.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitbake.spec 1 May 2006 19:59:55 -0000 1.1 +++ bitbake.spec 11 Aug 2006 14:46:34 -0000 1.2 @@ -2,7 +2,7 @@ Summary: BitBake build tool Name: bitbake -Version: 1.4.0 +Version: 1.4.2 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Wed Apr 26 2006 Andreas Thienemann 1.4.0-1 - Updated to 1.4.0 - Modified to conform to FC4+ .spec syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 May 2006 19:59:55 -0000 1.2 +++ sources 11 Aug 2006 14:46:34 -0000 1.3 @@ -1 +1 @@ -fa962beffb66668318684baaffadaaf0 bitbake-1.4.0.tar.gz +e26e53dffbd85dfde9995ddf478cdc29 bitbake-1.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:54:42 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 11 Aug 2006 07:54:42 -0700 Subject: fedora-security/audit fc5,1.271,1.272 Message-ID: <200608111454.k7BEsgaO006428@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6114 Modified Files: fc5 Log Message: Note a new squirrelmail issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.271 retrieving revision 1.272 diff -u -r1.271 -r1.272 --- fc5 11 Aug 2006 10:50:50 -0000 1.271 +++ fc5 11 Aug 2006 14:54:40 -0000 1.272 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4020 VULNERABLE (php) #201767 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) From fedora-extras-commits at redhat.com Fri Aug 11 15:10:45 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:45 -0700 Subject: rpms/bzr/devel bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAla7009100@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/devel Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:22 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:10:44 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:44 -0700 Subject: rpms/bzr/FC-4 bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAkx0009092@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/FC-4 Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:16 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:44 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:10:45 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:45 -0700 Subject: rpms/bzr/FC-5 bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAlEf009096@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/FC-5 Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:16 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:11:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:29 -0700 Subject: rpms/bzrtools/FC-4 bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBVJa009154@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/FC-4 Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:34 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:29 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:11:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:30 -0700 Subject: rpms/bzrtools/FC-5 bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBWRO009158@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/FC-5 Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:35 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:30 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:11:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:31 -0700 Subject: rpms/bzrtools/devel bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBXLl009162@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/devel Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:36 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:31 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:29 -0700 Subject: rpms/ipython/FC-5 ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCV06009219@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/FC-5 Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/FC-5/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:09 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:29 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:29 -0700 Subject: rpms/ipython/FC-4 ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCVIs009215@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/FC-4 Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/FC-4/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:09 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:28 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:30 -0700 Subject: rpms/ipython/devel ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCWVl009223@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/devel Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/devel/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:10 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:30 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:13:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:23 -0700 Subject: rpms/python-durus/FC-5 python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDPfq009418@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/FC-5 Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:36 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:22 -0700 Subject: rpms/python-durus/FC-4 python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDOKO009414@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/FC-4 Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:36 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:22 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:23 -0700 Subject: rpms/python-durus/devel python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDPOx009422@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/devel Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:37 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:57 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:57 -0700 Subject: rpms/python-lxml/FC-4 python-lxml.spec,1.4,1.5 Message-ID: <200608111513.k7BFDxjk009473@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/FC-4 Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:08 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:13:58 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:58 -0700 Subject: rpms/python-lxml/devel python-lxml.spec,1.4,1.5 Message-ID: <200608111514.k7BFE0aq009481@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/devel Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:15 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:58 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:13:57 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:57 -0700 Subject: rpms/python-lxml/FC-5 python-lxml.spec,1.4,1.5 Message-ID: <200608111513.k7BFDx9L009477@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/FC-5 Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:09 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:14:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:23 -0700 Subject: rpms/python-paramiko/FC-4 python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEPup009532@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/FC-4 Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:23 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:14:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:23 -0700 Subject: rpms/python-paramiko/FC-5 python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEPHP009536@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/FC-5 Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:23 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:14:24 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:24 -0700 Subject: rpms/python-paramiko/devel python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEQiV009540@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/devel Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:31 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:24 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:15:27 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:27 -0700 Subject: rpms/python-protocols/FC-5 python-protocols.spec,1.5,1.6 Message-ID: <200608111515.k7BFFTkN009602@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/FC-5 Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/python-protocols.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-protocols.spec 13 Feb 2006 17:53:03 -0000 1.5 +++ python-protocols.spec 11 Aug 2006 15:15:27 -0000 1.6 @@ -1,22 +1,26 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_abi %(%{__python} -c "import sys; print sys.version[:3]") -%define srcname PyProtocols +%define srcname PyProtocols +%define alphatag a0dev_r2082 +%define srcver 1.0%{?alphatag} +%define eggver 1.0a0 Name: python-protocols -Version: 0.9.3 -Release: 7%{?dist} +Version: 1.0 +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries License: PSF or ZPL URL: http://peak.telecommunity.com/PyProtocols.html -Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +#Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +Source0: http://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools -Requires: python-abi = %{python_abi} +Requires: python-abi = %{python_abi} %description PyProtocols is an implementation of PEP 246 allowing Python programmers to @@ -24,7 +28,7 @@ fragile 'isinstance' if type() comparisons. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{srcname}-%{srcver} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -44,14 +48,20 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo -%dir %{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info -%{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info/* +%{python_sitearch}/protocols/*/*.pyo +%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info +%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + +* Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 +- Update to new upstream location and snapshot version + * Mon Feb 13 2006 Shahms E. King 0.9.3-7 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:15:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:28 -0700 Subject: rpms/python-protocols/devel python-protocols.spec,1.6,1.7 Message-ID: <200608111515.k7BFFUpb009606@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/devel Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-protocols.spec 19 Apr 2006 15:43:55 -0000 1.6 +++ python-protocols.spec 11 Aug 2006 15:15:27 -0000 1.7 @@ -8,7 +8,7 @@ Name: python-protocols Version: 1.0 -Release: 0.1.%{alphatag}%{?dist} +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -48,14 +48,17 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo +%{python_sitearch}/protocols/*/*.pyo %dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + * Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 - Update to new upstream location and snapshot version From fedora-extras-commits at redhat.com Fri Aug 11 15:15:26 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:26 -0700 Subject: rpms/python-protocols/FC-4 python-protocols.spec,1.4,1.5 Message-ID: <200608111515.k7BFFSOq009600@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/FC-4 Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/python-protocols.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-protocols.spec 12 May 2005 14:52:33 -0000 1.4 +++ python-protocols.spec 11 Aug 2006 15:15:26 -0000 1.5 @@ -1,37 +1,41 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define python_abi %(%{__python} -c "import sys; print sys.version[:3]") -%define srcname PyProtocols +%define srcname PyProtocols +%define alphatag a0dev_r2082 +%define srcver 1.0%{?alphatag} +%define eggver 1.0a0 Name: python-protocols -Version: 0.9.3 -Release: 5%{?dist} +Version: 1.0 +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries License: PSF or ZPL URL: http://peak.telecommunity.com/PyProtocols.html -Source0: http://peak.telecommunity.com/dist/PyProtocols-0.9.3.tar.gz -Source1: setuptools.tar.gz +#Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +Source0: http://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +BuildRequires: python-devel python-setuptools +Requires: python-abi = %{python_abi} %description -PyProtocols is an implementation of PEP 246 allowing Python programmers to define -Interfaces and adapters between them, thereby reducing or eliminating fragile 'isinstance' -if type() comparisons. +PyProtocols is an implementation of PEP 246 allowing Python programmers to +define Interfaces and adapters between them, thereby reducing or eliminating +fragile 'isinstance' if type() comparisons. %prep -%setup -q -n %{srcname}-%{version} -a 1 +%setup -q -n %{srcname}-%{srcver} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +48,26 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo +%{python_sitearch}/protocols/*/*.pyo +%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info +%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + +* Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 +- Update to new upstream location and snapshot version + +* Mon Feb 13 2006 Shahms E. King 0.9.3-7 +- Rebuild for FC5 + +* Tue Jan 31 2006 Shahms E. King 0.9.3-6 +- BuildRequires setuptools, rather than including it + * Thu May 12 2005 Shahms E. King 0.9.3-4 - rebuilt, add dist tag From fedora-extras-commits at redhat.com Fri Aug 11 15:16:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:28 -0700 Subject: rpms/python-psyco/devel python-psyco.spec,1.10,1.11 Message-ID: <200608111516.k7BFGUkg009662@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/devel Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/devel/python-psyco.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psyco.spec 5 May 2006 15:03:29 -0000 1.10 +++ python-psyco.spec 11 Aug 2006 15:16:28 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:16:21 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:21 -0700 Subject: rpms/python-psyco/FC-4 python-psyco.spec,1.10,1.11 Message-ID: <200608111516.k7BFGrRf009665@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/FC-4 Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/FC-4/python-psyco.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psyco.spec 5 May 2006 15:03:21 -0000 1.10 +++ python-psyco.spec 11 Aug 2006 15:16:21 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:16:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:22 -0700 Subject: rpms/python-psyco/FC-5 python-psyco.spec,1.9,1.10 Message-ID: <200608111516.k7BFGsVi009668@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/FC-5 Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/FC-5/python-psyco.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-psyco.spec 5 May 2006 15:03:26 -0000 1.9 +++ python-psyco.spec 11 Aug 2006 15:16:22 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:19:52 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:52 -0700 Subject: rpms/python-quixote/FC-4 python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJsDj009736@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/FC-4 Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/FC-4/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:13 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:51 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:19:53 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:53 -0700 Subject: rpms/python-quixote/devel python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJtrl009744@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/devel Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:19 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:53 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:19:52 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:52 -0700 Subject: rpms/python-quixote/FC-5 python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJsaK009740@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/FC-5 Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/FC-5/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:19 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:52 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:29 -0700 Subject: rpms/python-simpletal/FC-5 python-simpletal.spec,1.7,1.8 Message-ID: <200608111520.k7BFKVw6009810@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/FC-5 Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-5/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:02:00 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:29 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:30 -0700 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.7,1.8 Message-ID: <200608111520.k7BFKWJG009814@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/devel Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:02:00 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:30 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:28 -0700 Subject: rpms/python-simpletal/FC-4 python-simpletal.spec,1.7,1.8 Message-ID: <200608111521.k7BFL0nU009817@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/FC-4 Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-4/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:01:37 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:28 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:21:27 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:27 -0700 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLTC9009870@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/devel Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:39 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:27 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:21:21 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:21 -0700 Subject: rpms/python-sqlalchemy/FC-4 python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLrFZ009873@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/FC-4 Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:37 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:21 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:21:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:22 -0700 Subject: rpms/python-sqlalchemy/FC-5 python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLsaW009876@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/FC-5 Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:38 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:22 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:22:42 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:42 -0700 Subject: rpms/python-tpg/FC-5 python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMiUF009947@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/FC-5 Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:51 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:41 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:22:42 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:42 -0700 Subject: rpms/python-tpg/devel python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMiJI009951@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/devel Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:56 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:42 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:22:41 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:41 -0700 Subject: rpms/python-tpg/FC-4 python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMhSg009945@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/FC-4 Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:50 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:41 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:28:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:19 -0700 Subject: rpms/perl-WWW-Myspace/devel perl-WWW-Myspace.spec,1.4,1.5 Message-ID: <200608111528.k7BFSpet010136@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/devel Modified Files: perl-WWW-Myspace.spec Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/perl-WWW-Myspace.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-WWW-Myspace.spec 11 Aug 2006 05:00:10 -0000 1.4 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:19 -0000 1.5 @@ -12,7 +12,7 @@ Name: perl-WWW-Myspace Version: 0.52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -54,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -62,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -90,6 +89,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + * Wed Aug 09 2006 Chris Weyl 0.52-1 - update to 0.52 From fedora-extras-commits at redhat.com Fri Aug 11 15:28:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:18 -0700 Subject: rpms/perl-WWW-Myspace/FC-4 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111528.k7BFSo1L010126@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/FC-4 Modified Files: perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-4/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:15 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:17 -0000 1.4 @@ -1,8 +1,18 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 -Release: 1%{?dist} +Version: 0.52 +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -50,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,7 +72,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +89,17 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:15 -0000 1.3 +++ sources 11 Aug 2006 15:28:17 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:28:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:18 -0700 Subject: rpms/perl-WWW-Myspace/FC-5 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111528.k7BFSoeZ010133@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/FC-5 Modified Files: perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:16 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:18 -0000 1.4 @@ -1,8 +1,18 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 -Release: 1%{?dist} +Version: 0.52 +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -50,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,7 +72,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +89,17 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:16 -0000 1.3 +++ sources 11 Aug 2006 15:28:18 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:50 -0700 Subject: rpms/perl-Object-InsideOut/FC-4 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcqHj011527@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/FC-4 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:34 -0000 1.3 +++ sources 11 Aug 2006 15:38:50 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:51 -0700 Subject: rpms/perl-Object-InsideOut/FC-5 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcrWe011532@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/FC-5 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:51 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:34 -0000 1.3 +++ sources 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:52 -0700 Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.3, 1.4 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcsAV011538@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/devel Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 04:10:03 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -Object-InsideOut-1.48.tar.gz +Object-InsideOut-1.49.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:03 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:51 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:03 -0000 1.3 +++ sources 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:42:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:42:29 -0700 Subject: rpms/python-protocols/FC-4 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608111542.k7BFgVSv011679@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11645/FC-4 Modified Files: .cvsignore sources Log Message: fix sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Mar 2005 20:49:49 -0000 1.2 +++ .cvsignore 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -PyProtocols-0.9.3.tar.gz -setuptools.tar.gz +PyProtocols-1.0a0dev_r2082.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Mar 2005 20:49:49 -0000 1.2 +++ sources 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -50559c9869389e9d576b98f6382b1324 PyProtocols-0.9.3.tar.gz -1fe0f57c72b81ab7fc357b972ba80f4b setuptools.tar.gz +11c5871560b65cf72b45845013297b94 PyProtocols-1.0a0dev_r2082.zip From fedora-extras-commits at redhat.com Fri Aug 11 15:42:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:42:30 -0700 Subject: rpms/python-protocols/FC-5 .cvsignore,1.2,1.3 sources,1.3,1.4 Message-ID: <200608111542.k7BFgW08011684@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11645/FC-5 Modified Files: .cvsignore sources Log Message: fix sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Mar 2005 20:49:49 -0000 1.2 +++ .cvsignore 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -PyProtocols-0.9.3.tar.gz -setuptools.tar.gz +PyProtocols-1.0a0dev_r2082.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Feb 2006 17:53:03 -0000 1.3 +++ sources 11 Aug 2006 15:42:29 -0000 1.4 @@ -1 +1 @@ -50559c9869389e9d576b98f6382b1324 PyProtocols-0.9.3.tar.gz +11c5871560b65cf72b45845013297b94 PyProtocols-1.0a0dev_r2082.zip From fedora-extras-commits at redhat.com Fri Aug 11 15:49:30 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 11 Aug 2006 08:49:30 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.1, 1.2 Message-ID: <200608111549.k7BFnWKs011888@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11869 Modified Files: nautilus-flac-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.2-3 - Add BR for nautilus-devel, due to Core change. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nautilus-flac-converter.spec 14 Feb 2006 13:59:24 -0000 1.1 +++ nautilus-flac-converter.spec 11 Aug 2006 15:49:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 -BuildRequires: nautilus >= 2.6.0 +BuildRequires: nautilus-devel >= 2.6.0 Requires: vorbis-tools @@ -50,6 +50,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.2-3 +- Add BR for nautilus-devel, due to Core change. + * Tue Feb 7 2006 Brian Pepple - 0.0.2-2 - Update URL & Source for sourceforge address. From fedora-extras-commits at redhat.com Fri Aug 11 15:53:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 11 Aug 2006 08:53:42 -0700 Subject: rpms/lilypond/FC-5 .cvsignore, 1.3, 1.4 lilypond.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111553.k7BFrib1011990@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 16:39:17 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:53:42 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4.tar.gz +lilypond-2.8.6.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lilypond.spec 6 Jun 2006 16:39:17 -0000 1.3 +++ lilypond.spec 11 Aug 2006 15:53:42 -0000 1.4 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Fri Aug 11 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 16:39:17 -0000 1.3 +++ sources 11 Aug 2006 15:53:42 -0000 1.4 @@ -1 +1 @@ -3db85f95f1717ba89f1c86bf433dc9db lilypond-2.8.4.tar.gz +e1c2e8c337e7b46e8f4210882597deac lilypond-2.8.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:53:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 11 Aug 2006 08:53:54 -0700 Subject: rpms/nautilus-image-converter/devel nautilus-image-converter.spec, 1.4, 1.5 Message-ID: <200608111553.k7BFru6r012047@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12028 Modified Files: nautilus-image-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.5-4 - Add BR for nautilus-devel, due to Core change. Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nautilus-image-converter.spec 13 Feb 2006 17:51:45 -0000 1.4 +++ nautilus-image-converter.spec 11 Aug 2006 15:53:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: nautilus-image-converter Version: 0.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Nautilus extension to mass resize images Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 -BuildRequires: nautilus >= 2.6.0 +BuildRequires: nautilus-devel >= 2.6.0 BuildRequires: gettext Requires: ImageMagick @@ -50,6 +50,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.5-4 +- Add BR for nautilus-devel, due to Core change. + * Mon Feb 13 2006 Brian Pepple - 0.0.5-3 - rebuilt for new gcc4.1 snapshot and glibc changes From fedora-extras-commits at redhat.com Fri Aug 11 15:56:56 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 11 Aug 2006 08:56:56 -0700 Subject: rpms/lilypond-doc/FC-5 .cvsignore, 1.3, 1.4 lilypond-doc.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608111556.k7BFuwJq012132@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12111 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 Jul 2006 21:43:12 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:56:56 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4-1.documentation.tar.bz2 +lilypond-2.8.6-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/lilypond-doc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond-doc.spec 24 Jul 2006 21:43:12 -0000 1.2 +++ lilypond-doc.spec 11 Aug 2006 15:56:56 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Fri Aug 11 2006 Quentin Spencer 2.8.6-1 +- New release. + * Mon Jul 24 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 Jul 2006 21:43:12 -0000 1.3 +++ sources 11 Aug 2006 15:56:56 -0000 1.4 @@ -1 +1 @@ -515b50bba689fe8d491f2b6836c324a6 lilypond-2.8.4-1.documentation.tar.bz2 +1e460125fcf9a7c2223e0282c99d32ac lilypond-2.8.6-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 15:58:09 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:09 -0700 Subject: rpms/bzr/devel .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwBmI012238@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/devel Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:38 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:09 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:38 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:09 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:09 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:38 -0000 1.4 +++ sources 11 Aug 2006 15:58:09 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:58:02 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:02 -0700 Subject: rpms/bzr/FC-4 .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwZHx012247@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/FC-4 Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:37 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:02 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:31 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:02 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:44 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:02 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:37 -0000 1.4 +++ sources 11 Aug 2006 15:58:02 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:58:03 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:03 -0700 Subject: rpms/bzr/FC-5 .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwZok012256@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/FC-5 Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:38 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:03 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:32 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:03 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:03 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:38 -0000 1.4 +++ sources 11 Aug 2006 15:58:03 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:43 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:43 -0700 Subject: rpms/bzrtools/devel .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111603.k7BG3jQq014853@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/devel Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:42 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:31 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:42 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:42 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:39 -0700 Subject: rpms/bzrtools/FC-4 .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111604.k7BG4FK4014863@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/FC-4 Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:39 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:29 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:39 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:39 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:41 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:41 -0700 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111604.k7BG4F8w014864@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/FC-5 Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:40 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:30 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:40 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:40 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:23:04 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 11 Aug 2006 09:23:04 -0700 Subject: check-mirrors return-mirrorlist.py,1.14,1.15 Message-ID: <200608111623.k7BGN4PV015223@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15204 Modified Files: return-mirrorlist.py Log Message: Fixed bad checks on arch variable. Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- return-mirrorlist.py 7 Aug 2006 03:01:42 -0000 1.14 +++ return-mirrorlist.py 11 Aug 2006 16:23:01 -0000 1.15 @@ -69,7 +69,10 @@ return(conn, cursor) def getMirrors(self, repo, arch, country): - +# if(arch.lower() != 'i386' || arch.lower() != 'ppc' || arch.lower() != 'x86_64'): +# print "# %s is not a valid arch" % arch +# return False + if country.lower() == 'global': countrysql = "" else: @@ -109,7 +112,7 @@ for row in self.dbcursor.fetchall(): totalChecks = row[5] + row[6] * 1.0 good = 0.0 - good = (row[5] / totalChecks * 1.0) * 100 + good = (row[6] / totalChecks * 1.0) * 100 print '# %s' % row[4] print '# Country: %s' % row[3] print '# Last Good: %s' % row[8] @@ -117,7 +120,6 @@ print '# Valid: %i' % row[7] print '# -----------------------------------' return True - def close(self): self.dbconn.cursor() @@ -161,9 +163,9 @@ msg = "# Path: %s for repo %s does not exist" % (config.paths[repo], repo) errors.append(msg) return errors - - if not form.has_key('arch') or not form['arch'].value: - msg = "# no arch specified" + if not form.has_key('arch') or not (form['arch'].value.__eq__('i386') or form['arch'].value.__eq__('ppc') or form['arch'].value.__eq__('x86_64')): + # or not form['arch'].value.__eq__('ppc') or not form['arch'].value.__eq__('x86_64'): + msg = "# no arch specified\n# Valid archs: i386, ppc, x86_64" errors.append(msg) return errors return errors @@ -190,12 +192,12 @@ lists_path = config.paths[repo] prefix = config.prefixes[repo] - + # get geoip resolution # if country-specific file exists # open and return # otherwise return global - + country_specified = False country_list = [] if not form.has_key('country'): @@ -233,7 +235,7 @@ if not os.path.exists(return_file): print '# no file found for repo = %s, country = %s, arch = %s' % (repo, country, arch) print '# filename was: %s' % os.path.basename(return_file) - continue +# continue print '# repo = %s country = %s arch = %s ' % (repo, country, arch) DB.printMirrors(repo, arch, country) From fedora-extras-commits at redhat.com Fri Aug 11 18:29:33 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:33 -0700 Subject: rpms/comical/FC-5 .cvsignore, 1.3, NONE Makefile, 1.1, NONE branch, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITZnT020906@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/FC-5 Removed Files: .cvsignore Makefile branch comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:31 -0700 Subject: rpms/comical Makefile,1.1,NONE import.log,1.2,NONE Message-ID: <200608111829.k7BITXHf020890@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical Removed Files: Makefile import.log Log Message: Comical goes to livna. --- Makefile DELETED --- --- import.log DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:32 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:32 -0700 Subject: rpms/comical/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITYbX020903@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/FC-4 Removed Files: .cvsignore Makefile branch comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:33 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:33 -0700 Subject: rpms/comical/devel .cvsignore, 1.4, NONE Makefile, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITZrm020909@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/devel Removed Files: .cvsignore Makefile comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 19:32:45 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 11 Aug 2006 12:32:45 -0700 Subject: fedora-security/audit fc5,1.272,1.273 Message-ID: <200608111932.k7BJWjFm023747@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23729 Modified Files: fc5 Log Message: Note a new mysql issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- fc5 11 Aug 2006 14:54:40 -0000 1.272 +++ fc5 11 Aug 2006 19:32:42 -0000 1.273 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] From fedora-extras-commits at redhat.com Fri Aug 11 21:22:43 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 11 Aug 2006 14:22:43 -0700 Subject: rpms/bwidget/devel bwidget-1.7.0-colorchooser.patch, NONE, 1.1 bwidget.spec, 1.1, 1.2 Message-ID: <200608112122.k7BLMjYo030836@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30816 Modified Files: bwidget.spec Added Files: bwidget-1.7.0-colorchooser.patch Log Message: - Add patch for adding a color selector to the font dialog bwidget-1.7.0-colorchooser.patch: --- NEW FILE bwidget-1.7.0-colorchooser.patch --- --- /usr/share/bwidget1.7.0/font.tcl~ 2006-07-30 11:28:59.000000000 +0200 +++ /usr/share/bwidget1.7.0/font.tcl 2006-07-30 12:43:37.000000000 +0200 @@ -24,8 +24,10 @@ {-type Enum dialog 0 {dialog toolbar}} {-font TkResource "" 0 label} + {-initialcolor String "" 0} {-families String "all" 1} {-querysystem Boolean 1 0} + {-nosizes Boolean 0 1} {-styles String "bold italic underline overstrike" 1} {-command String "" 0} {-sampletext String "Sample Text" 0} @@ -189,7 +191,9 @@ LabelFrame::configure $labf3 -focus $subf.[lindex $_styles 0] pack $labf1 -side left -anchor n -fill both -expand yes - pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + if { ![Widget::getoption "$path#SelectFont" -nosizes] } { + pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + } pack $labf3 -side left -anchor n -fill both -expand yes set botf [frame $frame.botf -width 100 -height 50 \ @@ -204,8 +208,38 @@ -text [Widget::getoption "$path#SelectFont" -sampletext]] place $lab -relx 0.5 -rely 0.5 -anchor c - pack $topf -pady 4 -fill both -expand yes - pack $botf -pady 4 -fill x + pack $topf -pady 4 -fill both -expand yes + + if { [Widget::getoption "$path#SelectFont" -initialcolor] != ""} { + set thecolor [Widget::getoption "$path#SelectFont" -initialcolor] + set colf [frame $frame.colf] + + set frc [frame $colf.frame -width 50 -height 20 -bg $thecolor -bd 0 -relief flat\ + -highlightthickness 1 -takefocus 0 \ + -highlightbackground black \ + -highlightcolor black] + + set script "set [list SelectFont::${path}(fontcolor)] \[tk_chooseColor -parent $colf.button -initialcolor \[set [list SelectFont::${path}(fontcolor)]\]\];\ + SelectFont::_update [list $path]" + + set but [button $colf.button -command $script \ + -text "Color..."] + + $lab configure -foreground $thecolor + $frc configure -bg $thecolor + + pack $but -side left + pack $frc -side left -padx 5 + + set data(frc) $frc + set data(fontcolor) $thecolor + + pack $colf -pady 4 -fill x -expand true + + } else { + set data(fontcolor) -1 + } + pack $botf -pady 4 -fill x Dialog::add $path -name ok Dialog::add $path -name cancel @@ -360,13 +394,24 @@ if { [Dialog::draw $path] == 0 } { set result [Widget::getoption "$path#SelectFont" -font] + set color $data(fontcolor) + + if { $color == "" } { + set color #000000 + } + } else { set result "" + set color "" } unset data Widget::destroy "$path#SelectFont" destroy $path - return $result + if { $color != -1 } { + return [list $result $color] + } else { + return $result + } } @@ -428,6 +473,14 @@ if { $type == "dialog" } { $data(label) configure -font $font $path:cmd configure -cursor $curs + if { ($data(fontcolor) != "") && ($data(fontcolor) != -1) } { + $data(label) configure -foreground $data(fontcolor) + $data(frc) configure -bg $data(fontcolor) + } elseif { $data(fontcolor) == "" } { + #If no color is selected, restore previous one + set data(fontcolor) [$data(label) cget -foreground] + + } } elseif { [set cmd [Widget::getoption "$path#SelectFont" -command]] != "" } { uplevel \#0 $cmd } Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/devel/bwidget.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwidget.spec 22 Feb 2006 17:40:19 -0000 1.1 +++ bwidget.spec 11 Aug 2006 21:22:43 -0000 1.2 @@ -1,12 +1,13 @@ Name: bwidget Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries License: Distributable URL: http://tcllib.sourceforge.net/ Source0: http://download.sourceforge.net/tcllib/BWidget-1.7.0.tar.gz +Patch0: bwidget-1.7.0-colorchooser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,6 +18,7 @@ %prep %setup -q -n BWidget-%{version} +%patch0 -p4 %{__sed} -i 's/\r//' LICENSE.txt %install @@ -44,7 +46,11 @@ %doc BWman/*.html %changelog +* Fri Aug 11 2006 Wart 1.7.0-3 +- Add patch for adding a color selector to the font dialog + * Sat Dec 10 2005 Wart 1.7.0-2 - added dist tag to release tag. + * Sat Dec 10 2005 Wart 1.7.0-1 - Initial spec file. From fedora-extras-commits at redhat.com Fri Aug 11 21:30:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 14:30:32 -0700 Subject: rpms/gnokii/devel .cvsignore, 1.2, 1.3 gnokii-pkgconfig.patch, 1.1, 1.2 gnokii-smsd-rename.patch, 1.1, 1.2 gnokii-xgnokii-pkgconfig.patch, 1.1, 1.2 gnokii.spec, 1.4, 1.5 sources, 1.2, 1.3 gnokii-smsd-sql.patch, 1.1, NONE Message-ID: <200608112130.k7BLUZEp030956@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30920 Modified Files: .cvsignore gnokii-pkgconfig.patch gnokii-smsd-rename.patch gnokii-xgnokii-pkgconfig.patch gnokii.spec sources Removed Files: gnokii-smsd-sql.patch Log Message: New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 18:24:59 -0000 1.2 +++ .cvsignore 11 Aug 2006 21:30:32 -0000 1.3 @@ -1 +1 @@ -gnokii-0.6.12.tar.bz2 +gnokii-0.6.13.tar.bz2 gnokii-pkgconfig.patch: Index: gnokii-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-pkgconfig.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-pkgconfig.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,10 +1,11 @@ ---- common/gnokii.pc.in~ 2006-02-15 23:49:56.000000000 +0100 -+++ common/gnokii.pc.in 2006-03-05 21:40:46.000000000 +0100 +diff -ur common-orig/gnokii.pc.in common/gnokii.pc.in +--- common-orig/gnokii.pc.in 2006-08-11 20:53:45.000000000 +0200 ++++ common/gnokii.pc.in 2006-08-11 20:54:17.000000000 +0200 @@ -6,5 +6,5 @@ Name: gnokii Description: Gnokii library interface Version: @VERSION@ -Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@ --Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@ +-Cflags: -I${includedir} @XPM_CFLAGS@ +Libs: -L${libdir} -lgnokii +Cflags: -I${includedir} gnokii-smsd-rename.patch: Index: gnokii-smsd-rename.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-smsd-rename.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-smsd-rename.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-smsd-rename.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,63 +1,19 @@ -diff -ru smsd.orig/Makefile smsd/Makefile ---- smsd.orig/Makefile 2005-07-24 22:16:22.000000000 +0300 -+++ smsd/Makefile 2005-08-06 23:54:55.000000000 +0300 -@@ -20,7 +20,9 @@ +diff -ur smsd-orig/Makefile smsd/Makefile +--- smsd-orig/Makefile 2006-08-11 10:14:25.000000000 +0200 ++++ smsd/Makefile 2006-08-11 10:15:39.000000000 +0200 +@@ -19,7 +19,7 @@ + TOPDIR=.. + include $(TOPDIR)/Makefile.global + +-pkglibdir = ${libdir}/smsd ++pkglibdir = ${libdir}/gnokii-smsd SMSD_MAN=man/smsd.8 --CFLAGS += -DMODULES_DIR=\"${libdir}/smsd\" $(PTHREAD_CFLAGS) \ -+pkglibdir = ${libdir}/gnokii-smsd -+ -+CFLAGS += -DMODULES_DIR=\"$(pkglibdir)\" $(PTHREAD_CFLAGS) \ - $(shell $(GLIBCFLAGS)) - - LDLIBS += $(PTHREAD_LIBS) \ -@@ -56,7 +58,7 @@ - libpq.la: pq.lo - $(LIBTOOL) --mode=link $(CC) -o libpq.la pq.lo \ - $(shell $(GLIBLDLIBS)) -L$(shell pg_config --libdir) -lpq \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - # MySQL support - mysql.lo: smsd.h mysql.c -@@ -66,7 +68,7 @@ - libmysql.la: mysql.lo - $(LIBTOOL) --mode=link $(CC) -o libmysql.la mysql.lo \ - $(shell $(GLIBLDLIBS)) $(shell mysql_config --libs) \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - # File support - file.lo: smsd.h file.c -@@ -76,7 +78,7 @@ - libfile.la: file.lo - $(LIBTOOL) --mode=link $(CC) -o libfile.la file.lo \ - $(shell $(GLIBLDLIBS)) \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - ### End of DB Modules - -@@ -90,11 +92,11 @@ - install: all - $(INSTALL) -d $(DESTDIR)$(sbindir) - $(LIBTOOL) --mode=install $(INSTALL) -m 755 smsd $(DESTDIR)$(sbindir) -- $(INSTALL) -d $(DESTDIR)${libdir}/smsd -+ $(INSTALL) -d $(DESTDIR)$(pkglibdir) - for f in $(DB_LIBS) ; do \ -- $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)${libdir}/smsd ; \ -+ $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)$(pkglibdir) ; \ - done -- $(LIBTOOL) --mode=finish ${libdir}/smsd -+ $(LIBTOOL) --mode=finish $(pkglibdir) - $(INSTALL) -d $(DESTDIR)$(man8dir) - $(INSTALL_DATA) $(SMSD_MAN) $(DESTDIR)$(man8dir) - -diff -ru smsd.orig/man/smsd.8 smsd/man/smsd.8 ---- smsd.orig/man/smsd.8 2005-07-24 22:16:22.000000000 +0300 -+++ smsd/man/smsd.8 2005-08-06 23:51:36.000000000 +0300 -@@ -1,13 +1,13 @@ +diff -ur smsd-orig/man/smsd.8 smsd/man/smsd.8 +--- smsd-orig/man/smsd.8 2006-08-11 10:14:25.000000000 +0200 ++++ smsd/man/smsd.8 2006-08-11 13:34:20.000000000 +0200 +@@ -1,20 +1,20 @@ -.TH "smsd" "8" "April 26, 2005" "" "Gnokii" +.TH "gnokii-smsd" "8" "April 26, 2005" "" "Gnokii" .SH "NAME" @@ -71,7 +27,155 @@ .PP The -.B SMSD -+.B gnokii-smsd ++.B GNOKII-SMSD (SMS daemon) program is intended for receiving and sending SMSes. .PP + The program is designed to use modules (plugins) to work with an SQL server. + Currently are supported PostgreSQL, MySQL and a special module 'file' which is + designed to work without an SQL database (see below for special instructions +-for the file module). See option \fI--module\fR. \fBSMSD\fR uses an SQL server as a ++for the file module). See option \fI--module\fR. \fBGNOKII-SMSD\fR uses an SQL server as a + repository for SMSes. You must create a database (default name is 'sms') with + tables defined in sms.tables.{module}.sql files. Table 'inbox' is for + received SMSes: +@@ -33,19 +33,19 @@ + SMS text + .TP + .B phone +-number of phone to use. If you use smsd without -t option you can ignore ++number of phone to use. If you use gnokii-smsd without -t option you can ignore + this column. See -t option below. + .TP + .B processed +-smsd sets this always to FALSE. You can use it for another program which will parse SMSes. ++gnokii-smsd sets this always to FALSE. You can use it for another program which will parse SMSes. + .RE + + .PP +-When the phone receives an SMS, \fBSMSD\fR moves it into 'inbox' table and ++When the phone receives an SMS, \fBGNOKII-SMSD\fR moves it into 'inbox' table and + removes the SMS from the phone. + + .PP +-Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodicaly looks into this table ++Table 'outbox' is for outgoing SMSes. \fBGNOKII-SMSD\fR periodicaly looks into this table + and searches for lines with attribute 'processed' set to FALSE. If it find + such SMS, it will send SMS to 'number': + +@@ -68,12 +68,12 @@ + + .TP + .B phone +-number of phone to use. If you use smsd without -t option you ++number of phone to use. If you use gnokii-smsd without -t option you + must not fill this column. See -t option below. + + .TP + .B processed +-new SMS must have this attribut set to FALSE. \fBSMSD\fR will send this SMS and will update 'processed' to TRUE. ++new SMS must have this attribut set to FALSE. \fBGNOKII-SMSD\fR will send this SMS and will update 'processed' to TRUE. + + .TP + .B error +@@ -92,19 +92,19 @@ + sms will not be send after this time (default 23:59:59). + .RE + .PP +-\fBSMSD\fR is multi threaded program. If you list processes you will see more then +-one instance of smsd. ++\fBGNOKII-SMSD\fR is multi threaded program. If you list processes you will see more then ++one instance of gnokii-smsd. + + .SS + THE FILE MODULE + .PP + This module doesn't need an SQL server to work. For incoming messages it + work in a way that it calls a program giving phone number, date as parameter +-and the message text on stdin. In the smsd directory there is as example file ++and the message text on stdin. In the gnokii-smsd directory there is as example file + action. It shows sms data to stdout. If you want something usefull you must + write your own action. + .BR +-For outgoing messages you can set spool directory where smsd looks ++For outgoing messages you can set spool directory where gnokii-smsd looks + regularly. + + .PP +@@ -128,12 +128,12 @@ + .RE + + .PP +-The name of file is unimportant but smsd ignores all files with prefix +-"ERR.". If smsd succesfuly sends sms, it removes file from spool directory. +-If smsd cannot sends sms prepend file with "ERR." prefix and ignores it. ++The name of file is unimportant but gnokii-smsd ignores all files with prefix ++"ERR.". If gnokii-smsd succesfuly sends sms, it removes file from spool directory. ++If gnokii-smsd cannot sends sms prepend file with "ERR." prefix and ignores it. + If you use \fI-m file\fR, \fI-u\fR (\fI--user\fR) and \fI-c\fR (\fI--host\fR) will have other meaning. + \fI-u\fR is for action (action must be executable) +-\fI-c\fR is for spool directory where smsd looks for smses. Smsd must have read ++\fI-c\fR is for spool directory where gnokii-smsd looks for smses. Gnokii-Smsd must have read + and write permissions to this directory. + + .PP +@@ -172,19 +172,19 @@ + + .TP + .BR -l,\ --libdir\ path_to_db_module +-Specify path to DB modules. If you specify pq module, smsd searches in libdir for file libpq.so (for mysql - libmysql.so). ++Specify path to DB modules. If you specify pq module, gnokii-smsd searches in libdir for file libpq.so (for mysql - libmysql.so). + Do not interchange this plugins with default SQL libraries from database distribution! + + .TP + .BR -f,\ --logfile\ file +-If used, smsd will monitor sms traffic to file "file". File is ++If used, gnokii-smsd will monitor sms traffic to file "file". File is + reopened and closed for every message so you can simply rename or +-delete it if you want rotate logs. If you use '-' as filename smsd ++delete it if you want rotate logs. If you use '-' as filename gnokii-smsd + will use standard output. + + .TP + .BR -t,\ --phone\ phone_number +-You can run more instances of smsd. One instance per phone. In this ++You can run more instances of gnokii-smsd. One instance per phone. In this + setup you must configure phone section in gnokiirc. For example: + + .PD 0 +@@ -244,13 +244,13 @@ + smsc_timeout = 10 + .PD + +-In this setup if you run smsd without -t option it will use config +-from global section. If you run smsd with -t 1 it will use config ++In this setup if you run gnokii-smsd without -t option it will use config ++from global section. If you run gnokii-smsd with -t 1 it will use config + from phone_1 and likewise with -t 2 uses phone_2. In case of use -t +-option smsd fill phone number for incoming sms's and in outbox it ++option gnokii-smsd fill phone number for incoming sms's and in outbox it + looks only for sms's with the specified phone number in column + 'phone'. This behaviour give you possibility to run one instance +-of smsd for every phone you have at the same time. ++of gnokii-smsd for every phone you have at the same time. + .RE + + .TP +@@ -274,7 +274,7 @@ + + .TP + .BR -v,\ --version +-Shows smsd version. ++Shows gnokii-smsd version. + + .TP + .BR -h,\ --help +@@ -287,7 +287,7 @@ + None reported. + + .SH "AUTHOR" +-\fBSMSD\fR was written by Jan Derfinak and contributed by other people. ++\fBGNOKII-SMSD\fR was written by Jan Derfinak and contributed by other people. + See also Docs/CREDITS from the Gnokii sources. + + .SH "COPYING" gnokii-xgnokii-pkgconfig.patch: Index: gnokii-xgnokii-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-xgnokii-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-xgnokii-pkgconfig.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-xgnokii-pkgconfig.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,10 +1,11 @@ ---- xgnokii/xgnokii.pc.in~ 2006-02-15 23:49:56.000000000 +0100 -+++ xgnokii/xgnokii.pc.in 2006-03-08 20:52:36.000000000 +0100 +diff -ur xgnokii-orig/xgnokii.pc.in xgnokii/xgnokii.pc.in +--- xgnokii-orig/xgnokii.pc.in 2006-08-11 20:56:15.000000000 +0200 ++++ xgnokii/xgnokii.pc.in 2006-08-11 20:56:36.000000000 +0200 @@ -7,5 +7,5 @@ Name: xgnokii Description: GTK2 gnokii library interface Version: @XVERSION@ -Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@ --Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@ +-Cflags: -I${includedir} @XPM_CFLAGS@ +Libs: -L${libdir} -lgnokii +Cflags: -I${includedir} Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gnokii.spec 12 Jun 2006 13:02:51 -0000 1.4 +++ gnokii.spec 11 Aug 2006 21:30:32 -0000 1.5 @@ -1,9 +1,8 @@ -# TODO: DKU2 kernel module (usb-serial.h missing from kernel-devel) # TODO: merge patches upstream where applicable Name: gnokii -Version: 0.6.12 -Release: 5%{?dist} +Version: 0.6.13 +Release: 1%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -17,17 +16,14 @@ Source6: %{name}-smsd-README.smsd2mail # Patch to make gnokii use "htmlview" instead of "mozilla" as default browser Patch0: %{name}-htmlview.patch -# Patch to also guide the user on how to create the smsd database without presupposing -# it already exists plus a more apropriate index setup. -Patch1: %{name}-smsd-sql.patch # Patch to remove port locking and apply the system-wide /usr/sbin directory # to the path instead of the default /usr/local -Patch2: %{name}-config.patch +Patch1: %{name}-config.patch # Patch to rename smdsd to gnokii-smsd (also in doc) -Patch3: %{name}-smsd-rename.patch +Patch2: %{name}-smsd-rename.patch # Patch to fix the superfluous include statements -Patch4: %{name}-pkgconfig.patch -Patch5: %{name}-xgnokii-pkgconfig.patch +Patch3: %{name}-pkgconfig.patch +Patch4: %{name}-xgnokii-pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex @@ -39,6 +35,7 @@ BuildRequires: mysql-devel BuildRequires: zlib-devel BuildRequires: bluez-libs-devel +BuildRequires: libusb-devel %{?_with_libical:BuildRequires: libical-devel >= 0.24} %if "%fedora" >= "5" BuildRequires: libXt-devel @@ -107,11 +104,10 @@ %prep %setup -q %patch0 -p0 -%patch1 -p1 +%patch1 -p0 %patch2 -p0 %patch3 -p0 %patch4 -p0 -%patch5 -p0 install -pm 644 %{SOURCE5} smsd2mail.sh install -pm 644 %{SOURCE6} README.smsd2mail # Fix up X86_64 library placement issue @@ -264,6 +260,12 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Thu Aug 10 2006 Linus Walleij - 0.6.13-1 +- New upstream release. +- New dependency on libusb for USB serial, DKU no longer needed/wanted + so now we have that troublesome issue resolved once and for all. +- Remove patches to SQL files: these are now fixed upstream! + * Mon Jun 12 2006 Linus Walleij - 0.6.12-4 - Rebuilding due to changed interface on libbluetooth. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Apr 2006 18:24:59 -0000 1.2 +++ sources 11 Aug 2006 21:30:32 -0000 1.3 @@ -1 +1 @@ -846e03e7cf3581000c9d0141c2950b79 gnokii-0.6.12.tar.bz2 +7f6e71aa4765c813d2129339c73e6520 gnokii-0.6.13.tar.bz2 --- gnokii-smsd-sql.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 22:00:33 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 15:00:33 -0700 Subject: rpms/python-mutagen/devel .cvsignore, 1.2, 1.3 python-mutagen.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608112200.k7BM0ZNn031092@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31067 Modified Files: .cvsignore python-mutagen.spec sources Log Message: Update to 1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2006 14:39:08 -0000 1.2 +++ .cvsignore 11 Aug 2006 22:00:33 -0000 1.3 @@ -1 +1 @@ -mutagen-1.5.1.tar.gz +mutagen-1.6.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-mutagen.spec 22 Jul 2006 14:39:08 -0000 1.1 +++ python-mutagen.spec 11 Aug 2006 22:00:33 -0000 1.2 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.5.1 -Release: 5%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,8 +49,11 @@ %ghost %{python_sitelib}/mutagen/*.pyo %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 1.6-1 +- Update upstream to 1.6 + * Fri Jul 21 2006 Micha?? Bentkowski - 1.5.1-5 -- Some fixes in preable. +- Some fixes in preamble. - Change name from mutagen to python-mutagen. - Delete CFLAGS declaration. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2006 14:39:08 -0000 1.2 +++ sources 11 Aug 2006 22:00:33 -0000 1.3 @@ -1 +1 @@ -9ce5d5f14e02f2eabd919d6bdaebadbc mutagen-1.5.1.tar.gz +d68a4803f1b1e2678647cc92899278fb mutagen-1.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 22:04:23 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 15:04:23 -0700 Subject: rpms/python-mutagen/FC-5 .cvsignore, 1.2, 1.3 python-mutagen.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608112204.k7BM4PnK001280@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1218 Modified Files: .cvsignore python-mutagen.spec sources Log Message: Update to 1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2006 14:39:08 -0000 1.2 +++ .cvsignore 11 Aug 2006 22:04:23 -0000 1.3 @@ -1 +1 @@ -mutagen-1.5.1.tar.gz +mutagen-1.6.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/python-mutagen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-mutagen.spec 22 Jul 2006 14:39:08 -0000 1.1 +++ python-mutagen.spec 11 Aug 2006 22:04:23 -0000 1.2 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.5.1 -Release: 5%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,8 +49,11 @@ %ghost %{python_sitelib}/mutagen/*.pyo %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 1.6-1 +- Update upstream to 1.6 + * Fri Jul 21 2006 Micha?? Bentkowski - 1.5.1-5 -- Some fixes in preable. +- Some fixes in preamble. - Change name from mutagen to python-mutagen. - Delete CFLAGS declaration. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2006 14:39:08 -0000 1.2 +++ sources 11 Aug 2006 22:04:23 -0000 1.3 @@ -1 +1 @@ -9ce5d5f14e02f2eabd919d6bdaebadbc mutagen-1.5.1.tar.gz +d68a4803f1b1e2678647cc92899278fb mutagen-1.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 22:08:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:08:32 -0700 Subject: rpms/gnokii/devel gnokii.spec,1.5,1.6 Message-ID: <200608112208.k7BM8Y07001363@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1341 Modified Files: gnokii.spec Log Message: Bump to get tag right Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnokii.spec 11 Aug 2006 21:30:32 -0000 1.5 +++ gnokii.spec 11 Aug 2006 22:08:32 -0000 1.6 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -260,6 +260,12 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Fri Aug 11 2006 Linus Walleij - 0.6.13-2 +- Bump because tagged before committing sources and I just + dont know how the f* you delete a tag in CVS at the moment + and it does seem like a too big endavour to find out just + in order to have a nice release tag. + * Thu Aug 10 2006 Linus Walleij - 0.6.13-1 - New upstream release. - New dependency on libusb for USB serial, DKU no longer needed/wanted From fedora-extras-commits at redhat.com Fri Aug 11 22:17:37 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:37 -0700 Subject: rpms/gnome-phone-manager - New directory Message-ID: <200608112217.k7BMHdOl001531@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505/gnome-phone-manager Log Message: Directory /cvs/extras/rpms/gnome-phone-manager added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 22:17:38 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:38 -0700 Subject: rpms/gnome-phone-manager/devel - New directory Message-ID: <200608112217.k7BMHecj001534@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505/gnome-phone-manager/devel Log Message: Directory /cvs/extras/rpms/gnome-phone-manager/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 22:17:54 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:54 -0700 Subject: rpms/gnome-phone-manager Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608112217.k7BMHuEA001578@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1550 Added Files: Makefile import.log Log Message: Setup of module gnome-phone-manager --- NEW FILE Makefile --- # Top level Makefile for module gnome-phone-manager all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 22:17:55 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:55 -0700 Subject: rpms/gnome-phone-manager/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608112217.k7BMHv04001581@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1550/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-phone-manager --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 22:20:03 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:20:03 -0700 Subject: rpms/gnome-phone-manager import.log,1.1,1.2 Message-ID: <200608112220.k7BMKZTe001656@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1614 Modified Files: import.log Log Message: auto-import gnome-phone-manager-0.7-4 on branch devel from gnome-phone-manager-0.7-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 22:17:54 -0000 1.1 +++ import.log 11 Aug 2006 22:20:02 -0000 1.2 @@ -0,0 +1 @@ +gnome-phone-manager-0_7-4:HEAD:gnome-phone-manager-0.7-4.src.rpm:1155334799 From fedora-extras-commits at redhat.com Fri Aug 11 22:20:03 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:20:03 -0700 Subject: rpms/gnome-phone-manager/devel gnome-phone-manager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608112220.k7BMKZ2F001661@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1614/devel Modified Files: .cvsignore sources Added Files: gnome-phone-manager.spec Log Message: auto-import gnome-phone-manager-0.7-4 on branch devel from gnome-phone-manager-0.7-4.src.rpm --- NEW FILE gnome-phone-manager.spec --- Name: gnome-phone-manager Summary: Gnome Phone Manager Version: 0.7 Release: 4%{?dist} License: GPL Group: Applications/System Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2 URL: http://usefulinc.com/software/phonemgr/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: libgnomeui-devel BuildRequires: libgnome-devel BuildRequires: gnome-bluetooth-devel BuildRequires: libbtctl-devel BuildRequires: libsigc++-devel BuildRequires: openobex-devel BuildRequires: bluez-libs-devel BuildRequires: gnokii-devel # Used by built-in libegg BuildRequires: librsvg2-devel # For libebook (evolution address book) BuildRequires: evolution-data-server-devel BuildRequires: perl(XML::Parser) BuildRequires: gettext BuildRequires: desktop-file-utils # Included with source # BuildRequires: gsmlib-devel %description This program will connect to your mobile phone over a serial port, either via a cable, infrared (IrDA) or Bluetooth connection. For example it listens for text messages, and when they arrive, displays them on the desktop. A visual indicator is displayed in the notification area, if one is presently added to the panel. %prep %setup -q %build %configure make %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} cp $RPM_BUILD_ROOT%{_datadir}/pixmaps/cellphone.png \ $RPM_BUILD_ROOT%{_datadir}/gnome-phone-manager/ desktop-file-install \ --delete-original \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gnome-phone-manager.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root, -) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/gnome-phone-manager %{_datadir}/applications/*.desktop %{_datadir}/gnome-phone-manager/ %{_datadir}/pixmaps/cellphone.png %changelog * Thu Aug 10 2006 Linus Walleij 0.7-4 - Missing BR * Thu Aug 3 2006 Linus Walleij 0.7-3 - Updated after feedback from Chris Weyl - Bogus problem with cellphone.png icon image * Sat Jul 29 2006 Linus Walleij 0.7-2 - Updated after feedback from Parag and Paul * Tue Jun 27 2006 Linus Walleij 0.7-1 - 0.7 Release - Took Matthews nrpm package and Fedora Extrasificated it * Fri Sep 09 2005 Matthew Hall 0.6-1 - 0.6 Release * Mon Jun 20 2005 Matthew Hall 0.4-1 - 0.4 Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 22:17:55 -0000 1.1 +++ .cvsignore 11 Aug 2006 22:20:03 -0000 1.2 @@ -0,0 +1 @@ +gnome-phone-manager-0.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 22:17:55 -0000 1.1 +++ sources 11 Aug 2006 22:20:03 -0000 1.2 @@ -0,0 +1 @@ +951471bf5d6fe93fe550c60b6bdf58f9 gnome-phone-manager-0.7.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 22:25:39 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:25:39 -0700 Subject: owners owners.list,1.1390,1.1391 Message-ID: <200608112225.k7BMPfhE002263@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2132 Modified Files: owners.list Log Message: Added gnome-phone-manager Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1390 retrieving revision 1.1391 diff -u -r1.1390 -r1.1391 --- owners.list 11 Aug 2006 07:49:00 -0000 1.1390 +++ owners.list 11 Aug 2006 22:25:38 -0000 1.1391 @@ -469,6 +469,7 @@ Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-password-generator|Graphical secure password generator|michael at knox.net.nz|extras-qa at fedoraproject.org| +Fedora Extras|gnome-phone-manager|Desktop SMS and phone handler|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|gnome-ppp|A GNOME 2 WvDial frontend|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-schedule|A GTK+ based user interface for cron and at|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-sudoku|GNOME based Sudoku, a logic puzzle game|stickster at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 11 23:36:37 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:37 -0700 Subject: rpms/ruby-postgres - New directory Message-ID: <200608112336.k7BNad0m018316@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18290/ruby-postgres Log Message: Directory /cvs/extras/rpms/ruby-postgres added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 23:36:37 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:37 -0700 Subject: rpms/ruby-postgres/devel - New directory Message-ID: <200608112336.k7BNadnv018319@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18290/ruby-postgres/devel Log Message: Directory /cvs/extras/rpms/ruby-postgres/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 23:36:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:50 -0700 Subject: rpms/ruby-postgres Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608112336.k7BNaqIb018363@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18335 Added Files: Makefile import.log Log Message: Setup of module ruby-postgres --- NEW FILE Makefile --- # Top level Makefile for module ruby-postgres all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 23:36:51 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:51 -0700 Subject: rpms/ruby-postgres/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608112336.k7BNaro1018366@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18335/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ruby-postgres --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 23:37:26 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:37:26 -0700 Subject: rpms/ruby-postgres import.log,1.1,1.2 Message-ID: <200608112337.k7BNbSdw018438@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18404 Modified Files: import.log Log Message: auto-import ruby-postgres-0.7.1-4 on branch devel from ruby-postgres-0.7.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 23:36:50 -0000 1.1 +++ import.log 11 Aug 2006 23:37:26 -0000 1.2 @@ -0,0 +1 @@ +ruby-postgres-0_7_1-4:HEAD:ruby-postgres-0.7.1-4.src.rpm:1155339445 From fedora-extras-commits at redhat.com Fri Aug 11 23:37:27 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:37:27 -0700 Subject: rpms/ruby-postgres/devel cflags.patch, NONE, 1.1 ruby-postgres.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608112337.k7BNbTqR018445@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18404/devel Modified Files: .cvsignore sources Added Files: cflags.patch ruby-postgres.spec Log Message: auto-import ruby-postgres-0.7.1-4 on branch devel from ruby-postgres-0.7.1-4.src.rpm cflags.patch: --- NEW FILE cflags.patch --- --- ruby-postgres-0.7.1/extconf.rb.orig 2006-08-02 14:08:22.000000000 -0700 +++ ruby-postgres-0.7.1/extconf.rb 2006-08-02 14:14:54.000000000 -0700 @@ -7,7 +7,6 @@ dir_config('pgsql') -$CFLAGS = "" $LDFLAGS = "" have_library("wsock32", "cygwin32_socket") or have_library("socket", "socket") --- NEW FILE ruby-postgres.spec --- %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")} Name: ruby-postgres Version: 0.7.1 Release: 4%{?dist} Summary: A Ruby interface for the PostgreSQL database engine Group: Development/Languages # Source says that ruby-gems-postgres is distributable under the same # terms as ruby. License: Ruby License URL: http://ruby.scripting.ca/postgres/ Source: http://ruby.scripting.ca/postgres/archive/ruby-postgres-0.7.1.tar.gz Patch0: cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires: ruby >= 1.3 Requires: ruby(abi) = 1.8 BuildRequires: ruby >= 1.3 BuildRequires: postgresql-devel >= 6.5 BuildRequires: ruby-devel Provides: ruby(postgres) = %{version} %description Database driver to access PostgreSQL databases from Ruby. %prep %setup -q %patch -p1 chmod a-x sample/psql.rb %build ruby extconf.rb --with-cflags="$RPM_OPT_FLAGS" make %install rm -rf $RPM_BUILD_ROOT make %{?_smp_mflags} DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc ChangeLog README README.ja doc sample %{ruby_sitearch}/postgres.so %changelog * Wed Aug 2 2006 David Lutterkort - 0.7.1-4 - Fix CFLAGS - Add id to buildroot path * Tue Jul 11 2006 David Lutterkort - 0.7.1-3 - Bring in accordance with packaging guidelines - Changed license from 'Distributable' to 'Ruby License' * Mon Jun 5 2006 David Lutterkort - 0.7.1-2 - Clean build root for install * Wed May 24 2006 David Lutterkort - 0.7.1-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 23:36:51 -0000 1.1 +++ .cvsignore 11 Aug 2006 23:37:27 -0000 1.2 @@ -0,0 +1 @@ +ruby-postgres-0.7.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 23:36:51 -0000 1.1 +++ sources 11 Aug 2006 23:37:27 -0000 1.2 @@ -0,0 +1 @@ +8ef67b3f4b089248f0420baeb0e3b3c8 ruby-postgres-0.7.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 23:39:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:39:50 -0700 Subject: owners owners.list,1.1391,1.1392 Message-ID: <200608112339.k7BNdqau018511@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18494 Modified Files: owners.list Log Message: Adding ruby-postgres, approved in bz #193161 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1391 retrieving revision 1.1392 diff -u -r1.1391 -r1.1392 --- owners.list 11 Aug 2006 22:25:38 -0000 1.1391 +++ owners.list 11 Aug 2006 23:39:49 -0000 1.1392 @@ -1719,6 +1719,7 @@ Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|oliver.andrich at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|ruby-postgres|A Ruby interface to Postgres|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-sqlite3|A Ruby interface to SQLite|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rxvt|Rxvt (ouR XVT) - a VT102 emulator for the X window system|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|rxvt-unicode|A unicode version of rxvt|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 12 00:37:50 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:37:50 -0700 Subject: rpms/gtkdatabox/devel .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120037.k7C0bqqS021388@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21367 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Update to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:37:50 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:37:50 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:37:50 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 00:44:19 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:44:19 -0700 Subject: rpms/gtkdatabox/FC-5 .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120044.k7C0iL5v021474@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21453 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Updated to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:44:19 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:44:19 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:44:19 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 00:45:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:45:14 -0700 Subject: rpms/gtkdatabox/FC-4 .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120045.k7C0jGiN021547@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21524 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Updated to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:45:14 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:45:14 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:45:14 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 01:34:30 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 11 Aug 2006 18:34:30 -0700 Subject: rpms/scribes/FC-5 scribes.spec,1.5,1.6 Message-ID: <200608120134.k7C1YWmD024404@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24373/FC-5 Modified Files: scribes.spec Log Message: Include .pyo files for new Python packaging guidelines Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-5/scribes.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scribes.spec 25 Jun 2006 18:29:57 -0000 1.5 +++ scribes.spec 12 Aug 2006 01:34:30 -0000 1.6 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -112,7 +112,7 @@ %dir %{python_sitelib}/%{python_module_name} %{python_sitelib}/%{python_module_name}/*.py %{python_sitelib}/%{python_module_name}/*.pyc -%ghost %{python_sitelib}/%{python_module_name}/*.pyo +%{python_sitelib}/%{python_module_name}/*.pyo %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/application-registry/%{name}.application @@ -123,6 +123,9 @@ %changelog +* Fri Aug 11 2006 Peter Gordon - 0.2.5-3 +- Include .pyo files in build for new Python packaging guidelines. + * Sun Jun 25 2006 Peter Gordon - 0.2.5-2 - Add gnome-python2-gconf as a dependency to resolve bug #196139 (Thanks, James Bannon) From fedora-extras-commits at redhat.com Sat Aug 12 01:34:31 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 11 Aug 2006 18:34:31 -0700 Subject: rpms/scribes/devel scribes.spec,1.4,1.5 Message-ID: <200608120134.k7C1YXM6024408@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24373/devel Modified Files: scribes.spec Log Message: Include .pyo files for new Python packaging guidelines Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scribes.spec 25 Jun 2006 18:29:58 -0000 1.4 +++ scribes.spec 12 Aug 2006 01:34:31 -0000 1.5 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -112,7 +112,7 @@ %dir %{python_sitelib}/%{python_module_name} %{python_sitelib}/%{python_module_name}/*.py %{python_sitelib}/%{python_module_name}/*.pyc -%ghost %{python_sitelib}/%{python_module_name}/*.pyo +%{python_sitelib}/%{python_module_name}/*.pyo %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/application-registry/%{name}.application @@ -123,6 +123,9 @@ %changelog +* Fri Aug 11 2006 Peter Gordon - 0.2.5-3 +- Include .pyo files in build for new Python packaging guidelines. + * Sun Jun 25 2006 Peter Gordon - 0.2.5-2 - Add gnome-python2-gconf as a dependency to resolve bug #196139 (Thanks, James Bannon) From fedora-extras-commits at redhat.com Sat Aug 12 04:06:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:00 -0700 Subject: rpms/perl-POE-Component-SSLify/devel - New directory Message-ID: <200608120406.k7C465PX000314@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32760/perl-POE-Component-SSLify/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-SSLify/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 12 04:05:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:05:59 -0700 Subject: rpms/perl-POE-Component-SSLify - New directory Message-ID: <200608120406.k7C465nB000313@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32760/perl-POE-Component-SSLify Log Message: Directory /cvs/extras/rpms/perl-POE-Component-SSLify added to the repository From fedora-extras-commits at redhat.com Sat Aug 12 04:06:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:10 -0700 Subject: rpms/perl-POE-Component-SSLify Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608120406.k7C46CWU000376@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv344 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-SSLify --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-SSLify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 12 04:06:08 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:08 -0700 Subject: owners owners.list,1.1392,1.1393 Message-ID: <200608120406.k7C46ARU000371@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv326 Modified Files: owners.list Log Message: added perl-POE-Component-SSLify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1392 retrieving revision 1.1393 diff -u -r1.1392 -r1.1393 --- owners.list 11 Aug 2006 23:39:49 -0000 1.1392 +++ owners.list 12 Aug 2006 04:06:08 -0000 1.1393 @@ -1382,6 +1382,7 @@ Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Filter-IRCD|A POE-based parser for the IRC protocol|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Wheel-Null|POE Wheel that does puts data nowhere, and sends nothing|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PPI|Parse, Analyze and Manipulate Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Aug 12 04:06:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:10 -0700 Subject: rpms/perl-POE-Component-SSLify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608120406.k7C46CAu000379@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv344/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-SSLify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 12 04:06:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:21 -0700 Subject: rpms/perl-POE-Component-SSLify import.log,1.1,1.2 Message-ID: <200608120406.k7C46r9e000434@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv397 Modified Files: import.log Log Message: auto-import perl-POE-Component-SSLify-0.04-1.fc5 on branch devel from perl-POE-Component-SSLify-0.04-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Aug 2006 04:06:09 -0000 1.1 +++ import.log 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-SSLify-0_04-1_fc5:HEAD:perl-POE-Component-SSLify-0.04-1.fc5.src.rpm:1155355587 From fedora-extras-commits at redhat.com Sat Aug 12 04:06:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:22 -0700 Subject: rpms/perl-POE-Component-SSLify/devel perl-POE-Component-SSLify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608120406.k7C46sK0000438@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv397/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-SSLify.spec Log Message: auto-import perl-POE-Component-SSLify-0.04-1.fc5 on branch devel from perl-POE-Component-SSLify-0.04-1.fc5.src.rpm --- NEW FILE perl-POE-Component-SSLify.spec --- Name: perl-POE-Component-SSLify Version: 0.04 Release: 1%{?dist} Summary: Makes using SSL in the world of POE easy! License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-SSLify/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SSLify-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ## core BuildRequires: perl #BuildRequires: perl(Test::More) ## non-core BuildRequires: perl(Net::SSLeay) >= 1.17 # not automatically picked up Requires: perl(POE) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This component represents the standard way to do SSL in POE. %prep %setup -q -n POE-Component-SSLify-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot} %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 25 2006 Chris Weyl 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Aug 2006 04:06:10 -0000 1.1 +++ .cvsignore 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-SSLify-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Aug 2006 04:06:10 -0000 1.1 +++ sources 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +8c3a9c5d538453105e20b2a3a0fce183 POE-Component-SSLify-0.04.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 04:13:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:13:36 -0700 Subject: rpms/perl-POE-Component-SSLify/devel perl-POE-Component-SSLify.spec, 1.1, 1.2 Message-ID: <200608120413.k7C4DcMi000552@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv535 Modified Files: perl-POE-Component-SSLify.spec Log Message: bump Index: perl-POE-Component-SSLify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/perl-POE-Component-SSLify.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-SSLify.spec 12 Aug 2006 04:06:21 -0000 1.1 +++ perl-POE-Component-SSLify.spec 12 Aug 2006 04:13:36 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-SSLify Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Makes using SSL in the world of POE easy! License: GPL or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 11 2006 Chris Weyl 0.04-2 +- bump for build + * Tue Jul 25 2006 Chris Weyl 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 12 16:07:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:07:00 -0700 Subject: rpms/perl-Cairo/devel .cvsignore, 1.3, 1.4 perl-Cairo.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608121607.k7CG72B6008702@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8681 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 0.91. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jul 2006 13:25:49 -0000 1.3 +++ .cvsignore 12 Aug 2006 16:07:00 -0000 1.4 @@ -1 +1 @@ -Cairo-0.90.tar.gz +Cairo-0.91.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Cairo.spec 16 Jul 2006 13:25:49 -0000 1.2 +++ perl-Cairo.spec 12 Aug 2006 16:07:00 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 0.90 +Version: 0.91 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) -BuildRequires: cairo-devel >= 1.2.0 +BuildRequires: cairo-devel >= 1.0.0 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -62,6 +62,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 0.91-1 +- Update to 0.91. + * Sun Jul 16 2006 Jose Pedro Oliveira - 0.90-1 - Update to 0.90. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jul 2006 13:25:49 -0000 1.3 +++ sources 12 Aug 2006 16:07:00 -0000 1.4 @@ -1 +1 @@ -b81736db40c1834d26ea3dcece9ac175 Cairo-0.90.tar.gz +8a13310be3e0a297bb388e9df3642902 Cairo-0.91.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:49 -0700 Subject: rpms/perl-Email-Address/FC-5 .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHLnp008846@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/FC-5 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:20 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:20 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:49 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:20 -0000 1.4 +++ sources 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:48 -0700 Subject: rpms/perl-Email-Address/FC-4 .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHKo7008841@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/FC-4 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:19 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:19 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:48 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:19 -0000 1.4 +++ sources 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:49 -0700 Subject: rpms/perl-Email-Address/devel .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHLLO008851@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/devel Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:21 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:21 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:49 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:21 -0000 1.4 +++ sources 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:50:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Sat, 12 Aug 2006 09:50:58 -0700 Subject: rpms/k3d/FC-4 k3d.spec,1.1,1.2 Message-ID: <200608121651.k7CGp0tM009062@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9045 Modified Files: k3d.spec Log Message: Changed xorg BR name for FC-4 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 12 Aug 2006 16:50:58 -0000 1.2 @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils -BuildRequires: mesa-libGL-devel +BuildRequires: xorg-x11-devel BuildRequires: expat-devel BuildRequires: libsigc++20-devel BuildRequires: gtkmm24-devel From fedora-extras-commits at redhat.com Sat Aug 12 17:02:21 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 12 Aug 2006 10:02:21 -0700 Subject: rpms/python-vobject/devel .cvsignore, 1.2, 1.3 python-vobject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608121702.k7CH2OLn011680@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11659 Modified Files: .cvsignore python-vobject.spec sources Log Message: Version 0.4.1-1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jun 2006 18:42:44 -0000 1.2 +++ .cvsignore 12 Aug 2006 17:02:21 -0000 1.3 @@ -1 +1 @@ -vobject-0.3.0.tar.gz +vobject-0.4.1.tar.gz Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/python-vobject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-vobject.spec 27 Jun 2006 18:42:44 -0000 1.1 +++ python-vobject.spec 12 Aug 2006 17:02:21 -0000 1.2 @@ -1,17 +1,18 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-vobject -Version: 0.3.0 +Version: 0.4.1 Release: 1%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages License: Apache Software License URL: http://vobject.skyhouseconsulting.com/ -Source0: http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz +Source0: http://vobject.skyhouseconsulting.com/vobject-0.4.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-setuptools Requires: python-dateutil %description @@ -29,7 +30,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \ + --single-version-externally-managed +rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt %clean @@ -38,6 +41,8 @@ %files %defattr(-,root,root,-) +%doc ACKNOWLEDGEMENTS.txt +%doc LICENSE.txt %doc README.txt %dir %{python_sitelib}/vobject @@ -49,8 +54,8 @@ %{python_sitelib}/vobject/behavior.pyc %{python_sitelib}/vobject/icalendar.py %{python_sitelib}/vobject/icalendar.pyc -%{python_sitelib}/vobject/tests.py -%{python_sitelib}/vobject/tests.pyc +%{python_sitelib}/vobject/hcalendar.py +%{python_sitelib}/vobject/hcalendar.pyc %{python_sitelib}/vobject/vcard.py %{python_sitelib}/vobject/vcard.pyc %{python_sitelib}/vobject/win32tz.py @@ -60,11 +65,17 @@ %ghost %{python_sitelib}/vobject/base.pyo %ghost %{python_sitelib}/vobject/behavior.pyo %ghost %{python_sitelib}/vobject/icalendar.pyo -%ghost %{python_sitelib}/vobject/tests.pyo +%ghost %{python_sitelib}/vobject/hcalendar.pyo %ghost %{python_sitelib}/vobject/vcard.pyo %ghost %{python_sitelib}/vobject/win32tz.pyo +# Python egg info dir and contents +%{python_sitelib}/vobject*egg-info %changelog +* Sat Aug 12 2006 James Bowes 0.4.1-1 +- New version released. +- Handle egg info. + * Thu Jun 29 2006 James Bowes 0.3.0-1 - Initial packaging. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jun 2006 18:42:44 -0000 1.2 +++ sources 12 Aug 2006 17:02:21 -0000 1.3 @@ -1 +1 @@ -a94948d03c570ee8648adedf0281b957 vobject-0.3.0.tar.gz +b12fbec4abd87c826b4627364bd1474d vobject-0.4.1.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 17:04:54 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 12 Aug 2006 10:04:54 -0700 Subject: rpms/python-vobject/FC-5 python-vobject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608121704.k7CH4ue5011810@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11791 Modified Files: python-vobject.spec sources Log Message: update to 0.4.1-1 Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/FC-5/python-vobject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-vobject.spec 27 Jun 2006 18:42:44 -0000 1.1 +++ python-vobject.spec 12 Aug 2006 17:04:54 -0000 1.2 @@ -1,17 +1,18 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-vobject -Version: 0.3.0 +Version: 0.4.1 Release: 1%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages License: Apache Software License URL: http://vobject.skyhouseconsulting.com/ -Source0: http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz +Source0: http://vobject.skyhouseconsulting.com/vobject-0.4.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-setuptools Requires: python-dateutil %description @@ -29,7 +30,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \ + --single-version-externally-managed +rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt %clean @@ -38,6 +41,8 @@ %files %defattr(-,root,root,-) +%doc ACKNOWLEDGEMENTS.txt +%doc LICENSE.txt %doc README.txt %dir %{python_sitelib}/vobject @@ -49,8 +54,8 @@ %{python_sitelib}/vobject/behavior.pyc %{python_sitelib}/vobject/icalendar.py %{python_sitelib}/vobject/icalendar.pyc -%{python_sitelib}/vobject/tests.py -%{python_sitelib}/vobject/tests.pyc +%{python_sitelib}/vobject/hcalendar.py +%{python_sitelib}/vobject/hcalendar.pyc %{python_sitelib}/vobject/vcard.py %{python_sitelib}/vobject/vcard.pyc %{python_sitelib}/vobject/win32tz.py @@ -60,11 +65,17 @@ %ghost %{python_sitelib}/vobject/base.pyo %ghost %{python_sitelib}/vobject/behavior.pyo %ghost %{python_sitelib}/vobject/icalendar.pyo -%ghost %{python_sitelib}/vobject/tests.pyo +%ghost %{python_sitelib}/vobject/hcalendar.pyo %ghost %{python_sitelib}/vobject/vcard.pyo %ghost %{python_sitelib}/vobject/win32tz.pyo +# Python egg info dir and contents +%{python_sitelib}/vobject*egg-info %changelog +* Sat Aug 12 2006 James Bowes 0.4.1-1 +- New version released. +- Handle egg info. + * Thu Jun 29 2006 James Bowes 0.3.0-1 - Initial packaging. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-vobject/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jun 2006 18:42:44 -0000 1.2 +++ sources 12 Aug 2006 17:04:54 -0000 1.3 @@ -1 +1 @@ -a94948d03c570ee8648adedf0281b957 vobject-0.3.0.tar.gz +b12fbec4abd87c826b4627364bd1474d vobject-0.4.1.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 19:15:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 12 Aug 2006 12:15:17 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.2, 1.3 Message-ID: <200608121915.k7CJFJSa017297@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17280 Modified Files: nautilus-flac-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.2-4 - Add BR on nautilus-extensions. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nautilus-flac-converter.spec 11 Aug 2006 15:49:30 -0000 1.2 +++ nautilus-flac-converter.spec 12 Aug 2006 19:15:16 -0000 1.3 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -12,6 +12,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 BuildRequires: nautilus-devel >= 2.6.0 +BuildRequires: nautilus-extensions Requires: vorbis-tools @@ -50,6 +51,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.2-4 +- Add BR on nautilus-extensions. + * Fri Aug 11 2006 Brian Pepple - 0.0.2-3 - Add BR for nautilus-devel, due to Core change. From fedora-extras-commits at redhat.com Sat Aug 12 21:56:32 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 14:56:32 -0700 Subject: rpms/wordpress/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.3, 1.4 Message-ID: <200608122156.k7CLuYsx022990@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22968 Modified Files: .cvsignore sources wordpress.spec Log Message: Updating to 2.0.4 for upstream security vuln fixes Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 21:56:32 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 21:56:32 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wordpress.spec 4 Jul 2006 05:31:38 -0000 1.3 +++ wordpress.spec 12 Aug 2006 21:56:32 -0000 1.4 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Multiple security vuln's fixed upstream - bz 201989 + * Tue Jul 4 2006 john Berninger - 2.0.3-4 - Release bump to sort out an error I made in tagging From fedora-extras-commits at redhat.com Sat Aug 12 22:05:55 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 15:05:55 -0700 Subject: rpms/wordpress/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.4, 1.5 Message-ID: <200608122205.k7CM5wlo025665@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25644 Modified Files: .cvsignore sources wordpress.spec Log Message: Upstream security vuln fixes - ver 2.0.4 upstream - bz 201989 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 22:05:55 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 22:05:55 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wordpress.spec 23 Jul 2006 12:44:35 -0000 1.4 +++ wordpress.spec 12 Aug 2006 22:05:55 -0000 1.5 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Multiple upstream security vulns - bz 201989 + * Sun Jul 23 2006 John Berninger - 2.0.3-4 - Fix broken upgrade path from FE4 by bumping release From fedora-extras-commits at redhat.com Sat Aug 12 22:25:05 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 15:25:05 -0700 Subject: rpms/wordpress/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.4, 1.5 Message-ID: <200608122225.k7CMP7C8025807@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25786 Modified Files: .cvsignore sources wordpress.spec Log Message: Upstream security vulns - bz 201989 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 22:25:05 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wordpress.spec 23 Jul 2006 12:45:02 -0000 1.4 +++ wordpress.spec 12 Aug 2006 22:25:05 -0000 1.5 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Upstream security vulns - bz 201989 + * Sun Jul 23 2006 John Berninger - 2.0.3-4 - Fix broken upgrade path from FE4 From fedora-extras-commits at redhat.com Sun Aug 13 04:14:17 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sat, 12 Aug 2006 21:14:17 -0700 Subject: rpms/bwidget/FC-5 bwidget-1.7.0-colorchooser.patch, NONE, 1.1 bwidget.spec, 1.1, 1.2 Message-ID: <200608130414.k7D4EJHe012408@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12387 Modified Files: bwidget.spec Added Files: bwidget-1.7.0-colorchooser.patch Log Message: Add patch for adding a color selector to the font dialog bwidget-1.7.0-colorchooser.patch: --- NEW FILE bwidget-1.7.0-colorchooser.patch --- --- /usr/share/bwidget1.7.0/font.tcl~ 2006-07-30 11:28:59.000000000 +0200 +++ /usr/share/bwidget1.7.0/font.tcl 2006-07-30 12:43:37.000000000 +0200 @@ -24,8 +24,10 @@ {-type Enum dialog 0 {dialog toolbar}} {-font TkResource "" 0 label} + {-initialcolor String "" 0} {-families String "all" 1} {-querysystem Boolean 1 0} + {-nosizes Boolean 0 1} {-styles String "bold italic underline overstrike" 1} {-command String "" 0} {-sampletext String "Sample Text" 0} @@ -189,7 +191,9 @@ LabelFrame::configure $labf3 -focus $subf.[lindex $_styles 0] pack $labf1 -side left -anchor n -fill both -expand yes - pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + if { ![Widget::getoption "$path#SelectFont" -nosizes] } { + pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + } pack $labf3 -side left -anchor n -fill both -expand yes set botf [frame $frame.botf -width 100 -height 50 \ @@ -204,8 +208,38 @@ -text [Widget::getoption "$path#SelectFont" -sampletext]] place $lab -relx 0.5 -rely 0.5 -anchor c - pack $topf -pady 4 -fill both -expand yes - pack $botf -pady 4 -fill x + pack $topf -pady 4 -fill both -expand yes + + if { [Widget::getoption "$path#SelectFont" -initialcolor] != ""} { + set thecolor [Widget::getoption "$path#SelectFont" -initialcolor] + set colf [frame $frame.colf] + + set frc [frame $colf.frame -width 50 -height 20 -bg $thecolor -bd 0 -relief flat\ + -highlightthickness 1 -takefocus 0 \ + -highlightbackground black \ + -highlightcolor black] + + set script "set [list SelectFont::${path}(fontcolor)] \[tk_chooseColor -parent $colf.button -initialcolor \[set [list SelectFont::${path}(fontcolor)]\]\];\ + SelectFont::_update [list $path]" + + set but [button $colf.button -command $script \ + -text "Color..."] + + $lab configure -foreground $thecolor + $frc configure -bg $thecolor + + pack $but -side left + pack $frc -side left -padx 5 + + set data(frc) $frc + set data(fontcolor) $thecolor + + pack $colf -pady 4 -fill x -expand true + + } else { + set data(fontcolor) -1 + } + pack $botf -pady 4 -fill x Dialog::add $path -name ok Dialog::add $path -name cancel @@ -360,13 +394,24 @@ if { [Dialog::draw $path] == 0 } { set result [Widget::getoption "$path#SelectFont" -font] + set color $data(fontcolor) + + if { $color == "" } { + set color #000000 + } + } else { set result "" + set color "" } unset data Widget::destroy "$path#SelectFont" destroy $path - return $result + if { $color != -1 } { + return [list $result $color] + } else { + return $result + } } @@ -428,6 +473,14 @@ if { $type == "dialog" } { $data(label) configure -font $font $path:cmd configure -cursor $curs + if { ($data(fontcolor) != "") && ($data(fontcolor) != -1) } { + $data(label) configure -foreground $data(fontcolor) + $data(frc) configure -bg $data(fontcolor) + } elseif { $data(fontcolor) == "" } { + #If no color is selected, restore previous one + set data(fontcolor) [$data(label) cget -foreground] + + } } elseif { [set cmd [Widget::getoption "$path#SelectFont" -command]] != "" } { uplevel \#0 $cmd } Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/FC-5/bwidget.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwidget.spec 22 Feb 2006 17:40:19 -0000 1.1 +++ bwidget.spec 13 Aug 2006 04:14:17 -0000 1.2 @@ -1,12 +1,13 @@ Name: bwidget Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries License: Distributable URL: http://tcllib.sourceforge.net/ Source0: http://download.sourceforge.net/tcllib/BWidget-1.7.0.tar.gz +Patch0: bwidget-1.7.0-colorchooser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,6 +18,7 @@ %prep %setup -q -n BWidget-%{version} +%patch0 -p4 %{__sed} -i 's/\r//' LICENSE.txt %install @@ -44,7 +46,11 @@ %doc BWman/*.html %changelog +* Fri Aug 11 2006 Wart 1.7.0-3 +- Add patch for adding a color selector to the font dialog (BZ #200809) + * Sat Dec 10 2005 Wart 1.7.0-2 - added dist tag to release tag. + * Sat Dec 10 2005 Wart 1.7.0-1 - Initial spec file. From fedora-extras-commits at redhat.com Sun Aug 13 04:15:56 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:15:56 -0700 Subject: rpms/perl-Params-Validate/devel .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608130415.k7D4Fw4k012515@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12494 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 11:48:03 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:15:56 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/perl-Params-Validate.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Params-Validate.spec 28 Jun 2006 11:48:03 -0000 1.9 +++ perl-Params-Validate.spec 13 Aug 2006 04:15:56 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 11:48:03 -0000 1.8 +++ sources 13 Aug 2006 04:15:56 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:18:32 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:18:32 -0700 Subject: rpms/perl-Params-Validate/FC-5 .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608130418.k7D4IY7K012606@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12585 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 12:01:20 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:18:32 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/perl-Params-Validate.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Params-Validate.spec 28 Jun 2006 12:01:20 -0000 1.9 +++ perl-Params-Validate.spec 13 Aug 2006 04:18:32 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 12:01:20 -0000 1.8 +++ sources 13 Aug 2006 04:18:32 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:19:22 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:19:22 -0700 Subject: rpms/perl-Params-Validate/FC-4 .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608130419.k7D4JOAn012671@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12650 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 12:14:38 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:19:22 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/perl-Params-Validate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Params-Validate.spec 28 Jun 2006 12:14:38 -0000 1.8 +++ perl-Params-Validate.spec 13 Aug 2006 04:19:22 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 12:14:38 -0000 1.8 +++ sources 13 Aug 2006 04:19:22 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:24:04 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:24:04 -0700 Subject: rpms/perl-Params-Util/devel .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.11, 1.12 sources, 1.11, 1.12 Message-ID: <200608130424.k7D4O64Q012752@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12731 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:58:10 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:24:03 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/perl-Params-Util.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Params-Util.spec 5 Jul 2006 19:58:10 -0000 1.11 +++ perl-Params-Util.spec 13 Aug 2006 04:24:03 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:58:10 -0000 1.11 +++ sources 13 Aug 2006 04:24:03 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:25:08 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:25:08 -0700 Subject: rpms/perl-Params-Util/FC-5 .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.11, 1.12 sources, 1.11, 1.12 Message-ID: <200608130425.k7D4PAic012779@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12758 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:59:01 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:25:08 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/perl-Params-Util.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Params-Util.spec 5 Jul 2006 19:59:01 -0000 1.11 +++ perl-Params-Util.spec 13 Aug 2006 04:25:08 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:59:01 -0000 1.11 +++ sources 13 Aug 2006 04:25:08 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:26:10 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:26:10 -0700 Subject: rpms/perl-Params-Util/FC-4 .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.10, 1.11 sources, 1.11, 1.12 Message-ID: <200608130426.k7D4QCOl012844@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12823 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:59:48 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:26:10 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/perl-Params-Util.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Params-Util.spec 5 Jul 2006 19:59:48 -0000 1.10 +++ perl-Params-Util.spec 13 Aug 2006 04:26:10 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:59:48 -0000 1.11 +++ sources 13 Aug 2006 04:26:10 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:57:42 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:57:42 -0700 Subject: rpms/rt3/devel .cvsignore, 1.4, 1.5 rt3.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200608130457.k7D4vipX012998@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/rt3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12977 Modified Files: .cvsignore rt3.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 3.6.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 13:31:07 -0000 1.4 +++ .cvsignore 13 Aug 2006 04:57:41 -0000 1.5 @@ -1 +1 @@ -rt-3.6.0.tar.gz +rt-3.6.1.tar.gz Index: rt3.spec =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rt3.spec 22 Jul 2006 04:28:18 -0000 1.12 +++ rt3.spec 13 Aug 2006 04:57:41 -0000 1.13 @@ -12,8 +12,8 @@ %define RT3_LOCALSTATEDIR %{_localstatedir}/lib/rt3 Name: rt3 -Version: 3.6.0 -Release: 4%{?dist} +Version: 3.6.1 +Release: 1%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -241,6 +241,9 @@ %ghost %{_prefix}/local/etc/rt3 %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 3.6.1-1 +- Upstream update. + * Sat Jul 22 2006 Ralf Cors??pius - 3.6.0-4 - Install etc/upgrade to %{_sysconfdir}/rt3/upgrade. - Add rt-3.6.0-Makefile.diff. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 13:31:07 -0000 1.4 +++ sources 13 Aug 2006 04:57:41 -0000 1.5 @@ -1 +1 @@ -b363dab7fa5e1af10d150783c02e3935 rt-3.6.0.tar.gz +40c5a828fadaeef9e150255a517d0b17 rt-3.6.1.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 06:46:18 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Sat, 12 Aug 2006 23:46:18 -0700 Subject: owners owners.list,1.1393,1.1394 Message-ID: <200608130646.k7D6kKvN024835@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24815 Modified Files: owners.list Log Message: Adopted soundtracker. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1393 retrieving revision 1.1394 diff -u -r1.1393 -r1.1394 --- owners.list 12 Aug 2006 04:06:08 -0000 1.1393 +++ owners.list 13 Aug 2006 06:46:17 -0000 1.1394 @@ -1795,7 +1795,7 @@ Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|soundtracker|Sound module composer/player|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|soundtracker|Sound module composer/player|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|spamass-milter|Sendmail milter for spamassassin|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 13 10:32:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:32:44 -0700 Subject: rpms/gcompris/devel .cvsignore, 1.2, 1.3 gcompris.spec, 1.12, 1.13 sources, 1.2, 1.3 Message-ID: <200608131032.k7DAWk67003268@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3241 Modified Files: .cvsignore gcompris.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 08:28:51 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:32:43 -0000 1.3 @@ -1 +1,2 @@ gcompris-7.4.tar.gz +gcompris-africa-patch.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gcompris.spec 3 Jul 2006 20:33:24 -0000 1.12 +++ gcompris.spec 13 Aug 2006 10:32:43 -0000 1.13 @@ -1,13 +1,14 @@ Name: gcompris Version: 7.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz -Source1: gcompris.6 +Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source1: gcompris.6 Source2: U006A.ogg +Source3: gcompris-africa-patch.tar.gz Patch1: gcompris-sys-assetml.patch Patch2: gcompris-nl.patch Patch3: gcompris-electric.patch @@ -83,7 +84,7 @@ %package sound-da Summary: GCompris voices in Danish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-da @@ -93,7 +94,7 @@ %package sound-de Summary: GCompris voices in German -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-de @@ -103,7 +104,7 @@ %package sound-en Summary: GCompris voices in English -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-en @@ -113,7 +114,7 @@ %package sound-es Summary: GCompris voices in Spanish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-es @@ -123,7 +124,7 @@ %package sound-fi Summary: GCompris voices in Finish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fi @@ -133,7 +134,7 @@ %package sound-fr Summary: GCompris voices in French -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fr @@ -143,7 +144,7 @@ %package sound-hu Summary: GCompris voices in Hungarian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-hu @@ -153,7 +154,7 @@ %package sound-it Summary: GCompris voices in Italian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-it @@ -163,7 +164,7 @@ %package sound-nl Summary: GCompris voices in Dutch -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-nl @@ -173,7 +174,7 @@ %package sound-pt Summary: GCompris voices in Portuguese -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-pt @@ -183,7 +184,7 @@ %package sound-ru Summary: GCompris voices in Russian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-ru @@ -193,7 +194,7 @@ %package sound-sv Summary: GCompris voices in Swedish -Group: Amusements/Games +Group: Amusements/Games %description sound-sv Voice samples for the GCompris games in Swedish, these come with an assetml @@ -202,7 +203,7 @@ %package sound-eu Summary: GCompris voices in Basque -Group: Amusements/Games +Group: Amusements/Games %description sound-eu Voice samples for the GCompris games in Basque, these come with an assetml @@ -211,7 +212,7 @@ %package flags Summary: Country flags for use with GCompris (60x40 PNG) -Group: Amusements/Games +Group: Amusements/Games %description flags Country flags for use with GCompris (60x40 PNG), these come with an assetml @@ -245,6 +246,19 @@ pushd boards/sounds/nl/misc cp ok.ogg check_answer.ogg popd +# fixup african maps with files from CVS (BZ 197758) +tar xfz %{SOURCE3} +# these are no longer used +rm boards/geography/africa/north_africa.xcf \ + boards/geography/afrique/burundi.png \ + boards/geography/afrique/djibouti.png \ + boards/geography/afrique/equatorial_guinea.png \ + boards/geography/afrique/gambia.png \ + boards/geography/afrique/guinea_bissau.png \ + boards/geography/afrique/lesotho.png \ + boards/geography/afrique/rwanda.png \ + boards/geography/afrique/sierra_leone.png \ + boards/geography/afrique/swaziland.png %build @@ -484,6 +498,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 7.4-13 +- Fix BZ 197758 (backport from upstream CVS) + * Mon Jul 3 2006 Hans de Goede 7.4-12 - Restore the original resolution and ungrab the mouse on focus out, redo on focus in. This allows alt-tab-ing away when in fullscreen mode. And Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 08:28:51 -0000 1.2 +++ sources 13 Aug 2006 10:32:43 -0000 1.3 @@ -1 +1,2 @@ d80e55da21170a98d671c98b3e582cc3 gcompris-7.4.tar.gz +bc3d9ba72b4dd9742859ec6b90d12056 gcompris-africa-patch.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 10:35:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:35:39 -0700 Subject: rpms/gcompris/FC-5 .cvsignore, 1.2, 1.3 gcompris.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200608131035.k7DAZfGk003347@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3326 Modified Files: .cvsignore gcompris.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 08:28:51 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:35:38 -0000 1.3 @@ -1 +1,2 @@ gcompris-7.4.tar.gz +gcompris-africa-patch.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/gcompris.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gcompris.spec 3 Jul 2006 20:36:47 -0000 1.8 +++ gcompris.spec 13 Aug 2006 10:35:38 -0000 1.9 @@ -1,13 +1,14 @@ Name: gcompris Version: 7.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz -Source1: gcompris.6 +Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source1: gcompris.6 Source2: U006A.ogg +Source3: gcompris-africa-patch.tar.gz Patch1: gcompris-sys-assetml.patch Patch2: gcompris-nl.patch Patch3: gcompris-electric.patch @@ -83,7 +84,7 @@ %package sound-da Summary: GCompris voices in Danish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-da @@ -93,7 +94,7 @@ %package sound-de Summary: GCompris voices in German -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-de @@ -103,7 +104,7 @@ %package sound-en Summary: GCompris voices in English -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-en @@ -113,7 +114,7 @@ %package sound-es Summary: GCompris voices in Spanish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-es @@ -123,7 +124,7 @@ %package sound-fi Summary: GCompris voices in Finish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fi @@ -133,7 +134,7 @@ %package sound-fr Summary: GCompris voices in French -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fr @@ -143,7 +144,7 @@ %package sound-hu Summary: GCompris voices in Hungarian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-hu @@ -153,7 +154,7 @@ %package sound-it Summary: GCompris voices in Italian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-it @@ -163,7 +164,7 @@ %package sound-nl Summary: GCompris voices in Dutch -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-nl @@ -173,7 +174,7 @@ %package sound-pt Summary: GCompris voices in Portuguese -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-pt @@ -183,7 +184,7 @@ %package sound-ru Summary: GCompris voices in Russian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-ru @@ -193,7 +194,7 @@ %package sound-sv Summary: GCompris voices in Swedish -Group: Amusements/Games +Group: Amusements/Games %description sound-sv Voice samples for the GCompris games in Swedish, these come with an assetml @@ -202,7 +203,7 @@ %package sound-eu Summary: GCompris voices in Basque -Group: Amusements/Games +Group: Amusements/Games %description sound-eu Voice samples for the GCompris games in Basque, these come with an assetml @@ -211,7 +212,7 @@ %package flags Summary: Country flags for use with GCompris (60x40 PNG) -Group: Amusements/Games +Group: Amusements/Games %description flags Country flags for use with GCompris (60x40 PNG), these come with an assetml @@ -245,6 +246,19 @@ pushd boards/sounds/nl/misc cp ok.ogg check_answer.ogg popd +# fixup african maps with files from CVS (BZ 197758) +tar xfz %{SOURCE3} +# these are no longer used +rm boards/geography/africa/north_africa.xcf \ + boards/geography/afrique/burundi.png \ + boards/geography/afrique/djibouti.png \ + boards/geography/afrique/equatorial_guinea.png \ + boards/geography/afrique/gambia.png \ + boards/geography/afrique/guinea_bissau.png \ + boards/geography/afrique/lesotho.png \ + boards/geography/afrique/rwanda.png \ + boards/geography/afrique/sierra_leone.png \ + boards/geography/afrique/swaziland.png %build @@ -484,6 +498,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 7.4-13 +- Fix BZ 197758 (backport from upstream CVS) + * Mon Jul 3 2006 Hans de Goede 7.4-12 - Restore the original resolution and ungrab the mouse on focus out, redo on focus in. This allows alt-tab-ing away when in fullscreen mode. And Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 08:28:51 -0000 1.2 +++ sources 13 Aug 2006 10:35:38 -0000 1.3 @@ -1 +1,2 @@ d80e55da21170a98d671c98b3e582cc3 gcompris-7.4.tar.gz +bc3d9ba72b4dd9742859ec6b90d12056 gcompris-africa-patch.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 10:39:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:39:28 -0700 Subject: rpms/ClanLib/devel .cvsignore, 1.2, 1.3 ClanLib.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200608131039.k7DAdUZr003439@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3418 Modified Files: .cvsignore ClanLib.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 0.8.0-1 - 0.8.0 final, warning ABI changed without soname change! - Drop both our patches (both upstreamed) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Jul 2006 17:55:57 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:39:27 -0000 1.3 @@ -1 +1 @@ -ClanLib-0.8.0-RC2.tgz +ClanLib-0.8.0.tgz Index: ClanLib.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/ClanLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ClanLib.spec 26 Jul 2006 11:23:26 -0000 1.5 +++ ClanLib.spec 13 Aug 2006 10:39:27 -0000 1.6 @@ -1,15 +1,11 @@ -%define pre_version RC2 - Summary: Cross platform C++ game library Name: ClanLib Version: 0.8.0 -Release: 0.6.%{pre_version}%{?dist} +Release: 1%{?dist} Group: System Environment/Libraries License: zlib License URL: http://www.clanlib.org/ -Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}-%{pre_version}.tgz -Patch0: ClanLib-0.8.0-gcc41.patch -Patch1: ClanLib-0.8.0-grave_key.patch +Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel libXi-devel libXmu-devel libGLU-devel libICE-devel BuildRequires: libXext-devel libXxf86vm-devel libXt-devel xorg-x11-proto-devel @@ -33,9 +29,7 @@ %prep -%setup -q -n %{name}-%{version}-%{pre_version} -%patch0 -p1 -z .gcc41 -%patch1 -p1 -z .grave +%setup -q # fixup pc files sed -i 's|libdir=${exec_prefix}/lib|libdir=@libdir@|' pkgconfig/clan*.pc.in sed -i 's|Libs: -L${libdir}|Libs: -L${libdir}/%{name}-0.8|' \ @@ -86,6 +80,10 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 0.8.0-1 +- 0.8.0 final, warning ABI changed without soname change! +- Drop both our patches (both upstreamed) + * Wed Jul 26 2006 Hans de Goede 0.8.0-0.6.RC2 - Add missing Requires: pkgconfig to -devel package Index: sources =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Jul 2006 17:55:57 -0000 1.2 +++ sources 13 Aug 2006 10:39:28 -0000 1.3 @@ -1 +1 @@ -808382d5e181aff62a36c6d824fcf058 ClanLib-0.8.0-RC2.tgz +3e183a801a31f646b012db2d82f97ff3 ClanLib-0.8.0.tgz From fedora-extras-commits at redhat.com Sun Aug 13 11:05:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 04:05:20 -0700 Subject: rpms/pingus/devel pingus.spec,1.1,1.2 Message-ID: <200608131105.k7DB5MkK006225@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pingus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6208 Modified Files: pingus.spec Log Message: * Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 - Rebuild for new ClanLib Index: pingus.spec =================================================================== RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pingus.spec 25 Jul 2006 08:15:00 -0000 1.1 +++ pingus.spec 13 Aug 2006 11:05:20 -0000 1.2 @@ -1,7 +1,7 @@ %define snapshot_date 20060721 Name: pingus Version: 0.7.0 -Release: 0.2.%{snapshot_date}%{?dist} +Release: 0.3.%{snapshot_date}%{?dist} Summary: Guide the penguins safely home before they drop of the cliff Group: Amusements/Games License: GPL @@ -111,6 +111,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 +- Rebuild for new ClanLib + * Sun Jul 23 2006 Hans de Goede 0.7.0-0.2.20060721 - add missing BR: gettext From fedora-extras-commits at redhat.com Sun Aug 13 11:37:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:27 -0700 Subject: rpms/perl-File-HomeDir/devel - New directory Message-ID: <200608131137.k7DBbURM008029@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7992/perl-File-HomeDir/devel Log Message: Directory /cvs/extras/rpms/perl-File-HomeDir/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 13 11:37:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:27 -0700 Subject: rpms/perl-File-HomeDir - New directory Message-ID: <200608131137.k7DBbTPj008025@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7992/perl-File-HomeDir Log Message: Directory /cvs/extras/rpms/perl-File-HomeDir added to the repository From fedora-extras-commits at redhat.com Sun Aug 13 11:37:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:44 -0700 Subject: rpms/perl-File-HomeDir Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608131137.k7DBbkMU008113@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8079 Added Files: Makefile import.log Log Message: Setup of module perl-File-HomeDir --- NEW FILE Makefile --- # Top level Makefile for module perl-File-HomeDir all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 13 11:37:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:45 -0700 Subject: rpms/perl-File-HomeDir/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608131137.k7DBblh5008120@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8079/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-HomeDir --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 13 11:38:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:38:19 -0700 Subject: rpms/perl-File-HomeDir import.log,1.1,1.2 Message-ID: <200608131138.k7DBcLS2008270@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229 Modified Files: import.log Log Message: auto-import perl-File-HomeDir-0.58-1 on branch devel from perl-File-HomeDir-0.58-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Aug 2006 11:37:44 -0000 1.1 +++ import.log 13 Aug 2006 11:38:18 -0000 1.2 @@ -0,0 +1 @@ +perl-File-HomeDir-0_58-1:HEAD:perl-File-HomeDir-0.58-1.src.rpm:1155469097 From fedora-extras-commits at redhat.com Sun Aug 13 11:38:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:38:19 -0700 Subject: rpms/perl-File-HomeDir/devel perl-File-HomeDir.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608131138.k7DBcLvN008276@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/devel Modified Files: .cvsignore sources Added Files: perl-File-HomeDir.spec Log Message: auto-import perl-File-HomeDir-0.58-1 on branch devel from perl-File-HomeDir-0.58-1.src.rpm --- NEW FILE perl-File-HomeDir.spec --- Name: perl-File-HomeDir Version: 0.58 Release: 1%{?dist} Summary: Get the home directory for yourself or other users Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/File-HomeDir/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description File::HomeDir is a module for dealing with issues relating to the location of directories for various purposes that are "owned" by a user, and to solve these problems consistently across a wide variety of platforms. %prep %setup -q -n File-HomeDir-%{version} chmod -v a-x Changes lib/File/{*.pm,HomeDir/*.pm} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/File/ %{_mandir}/man3/*.3pm* %changelog * Thu Aug 03 2006 Jose Pedro Oliveira - 0.58-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Aug 2006 11:37:44 -0000 1.1 +++ .cvsignore 13 Aug 2006 11:38:19 -0000 1.2 @@ -0,0 +1 @@ +File-HomeDir-0.58.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Aug 2006 11:37:44 -0000 1.1 +++ sources 13 Aug 2006 11:38:19 -0000 1.2 @@ -0,0 +1 @@ +295ee8b4f580bea5fa5714cdf8ac965b File-HomeDir-0.58.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 11:41:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:41:40 -0700 Subject: owners owners.list,1.1394,1.1395 Message-ID: <200608131141.k7DBfgE7008886@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8860 Modified Files: owners.list Log Message: New package: perl-File-HomeDir (#202317) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1394 retrieving revision 1.1395 diff -u -r1.1394 -r1.1395 --- owners.list 13 Aug 2006 06:46:17 -0000 1.1394 +++ owners.list 13 Aug 2006 11:41:40 -0000 1.1395 @@ -1205,6 +1205,7 @@ Fedora Extras|perl-File-Find-Rule|Perl module implementing an alternative interface to File::Find|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule-PPI|Add support for PPI queries to File::Find::Rule|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Flat|Implements a flat filesystem|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-HomeDir|Get the home directory for yourself or other users|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-NCopy|Copy files to directories, or a single file to another file|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-ReadBackwards|File::ReadBackwards Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Remove|Convenience module for removing files and directories|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 13 14:14:26 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Sun, 13 Aug 2006 07:14:26 -0700 Subject: rpms/k3d/FC-4 k3d.spec,1.2,1.3 Message-ID: <200608131414.k7DEES4J022449@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22432 Modified Files: k3d.spec Log Message: Added jpeg and png BRs Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 12 Aug 2006 16:50:58 -0000 1.2 +++ k3d.spec 13 Aug 2006 14:14:26 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.5.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -24,6 +24,8 @@ BuildRequires: OpenEXR-devel BuildRequires: libtiff-devel BuildRequires: ImageMagick-c++-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: graphviz-devel BuildRequires: boost-devel BuildRequires: gts-devel @@ -127,6 +129,9 @@ %changelog +* Sun Aug 13 2006 Denis Leroy - 0.5.16.0-4 +- Added jpeg and png BRs + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg From fedora-extras-commits at redhat.com Sun Aug 13 14:30:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 13 Aug 2006 07:30:26 -0700 Subject: rpms/azureus/devel azureus.spec,1.28,1.29 Message-ID: <200608131430.k7DEUSw6022586@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22569 Modified Files: azureus.spec Log Message: Update release. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- azureus.spec 31 Jul 2006 05:02:35 -0000 1.28 +++ azureus.spec 13 Aug 2006 14:30:26 -0000 1.29 @@ -2,7 +2,7 @@ Name: azureus Version: 2.4.0.3 -Release: 0.20060702cvs_8%{?dist} +Release: 0.20060730cvs_1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 +- Update release. + * Sat Jul 29 2006 Anthony Green - 2.4.0.3-0.20060702cvs_8 - Fix swt jar reference for plugins builds. From fedora-extras-commits at redhat.com Sun Aug 13 15:38:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 13 Aug 2006 08:38:11 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.3, 1.4 Message-ID: <200608131538.k7DFcDKg027409@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27370 Modified Files: nautilus-flac-converter.spec Log Message: * Sun Aug 13 2006 Brian Pepple - 0.0.2-5 - Drop BR on nautilus-extension. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nautilus-flac-converter.spec 12 Aug 2006 19:15:16 -0000 1.3 +++ nautilus-flac-converter.spec 13 Aug 2006 15:38:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -12,7 +12,6 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 BuildRequires: nautilus-devel >= 2.6.0 -BuildRequires: nautilus-extensions Requires: vorbis-tools @@ -51,6 +50,9 @@ %changelog +* Sun Aug 13 2006 Brian Pepple - 0.0.2-5 +- Drop BR on nautilus-extension. + * Fri Aug 11 2006 Brian Pepple - 0.0.2-4 - Add BR on nautilus-extensions. From fedora-extras-commits at redhat.com Sun Aug 13 15:44:39 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 13 Aug 2006 08:44:39 -0700 Subject: rpms/azureus/FC-5 .cvsignore, 1.6, 1.7 azureus.spec, 1.25, 1.26 sources, 1.6, 1.7 Message-ID: <200608131544.k7DFifQa030784@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30584 Modified Files: .cvsignore azureus.spec sources Log Message: Update sources. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 May 2006 16:00:04 -0000 1.6 +++ .cvsignore 13 Aug 2006 15:44:39 -0000 1.7 @@ -1,3 +1,7 @@ azureus2-cvs-20060529.tar.bz2 +azureus.script +Azureus.desktop +azureus.applications +azureus-License.txt +azplugins_1.9.jar bdcc_2.2.2.zip -azplugins_1.8.8.jar Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/azureus.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- azureus.spec 29 May 2006 16:00:46 -0000 1.25 +++ azureus.spec 13 Aug 2006 15:44:39 -0000 1.26 @@ -1,6 +1,6 @@ Name: azureus Version: 2.4.0.3 -Release: 0.20060529cvs_1%{?dist} +Release: 0.20060604cvs_1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -16,7 +16,7 @@ Source3: azureus.applications Source4: azureus-License.txt -Source5: azplugins_1.8.8.jar +Source5: azplugins_1.9.jar Source6: bdcc_2.2.2.zip Patch0: azureus-remove-win32-osx-platforms.patch @@ -208,6 +208,10 @@ %{_libdir}/gcj/* %changelog +* Sun Jun 4 2006 Anthony Green - 2.4.0.3-0.20060604cvs_1 +- Updated sources. +- Update azplugins jar file. + * Wed May 29 2006 Anthony Green - 2.4.0.3-0.20060529cvs_1 - Updated sources. - Re-enable close button on tabs in nativetabs patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 May 2006 16:00:04 -0000 1.6 +++ sources 13 Aug 2006 15:44:39 -0000 1.7 @@ -1,3 +1,7 @@ 086cf7f988efd91064b6da5ab78469a8 azureus2-cvs-20060529.tar.bz2 +94099614e47818573457ea589c8db337 azureus.script +86bbc699204ed85d2d03fe34c6968b63 Azureus.desktop +ed21a731b08376fd9189de906b1efb90 azureus.applications +7f8fc22bebf84c197b19c6593c6d39ed azureus-License.txt +7879202464bf4145f7d4848fb5f0e04f azplugins_1.9.jar 0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip -28f136e1d99d8a0d0d04ef4398f782b4 azplugins_1.8.8.jar From fedora-extras-commits at redhat.com Sun Aug 13 18:05:48 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 13 Aug 2006 11:05:48 -0700 Subject: rpms/sylpheed/FC-5 .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 sylpheed.spec, 1.32, 1.33 sylpheed-2.2.6-summaryview-crash.patch, 1.1, NONE sylpheed-2.2.6-tr-crash.patch, 1.1, NONE Message-ID: <200608131805.k7DI5ol7009756@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9735 Modified Files: .cvsignore sources sylpheed.spec Removed Files: sylpheed-2.2.6-summaryview-crash.patch sylpheed-2.2.6-tr-crash.patch Log Message: * Mon Jul 31 2006 Michael Schwendt - 2.2.7-1 - Update to 2.2.7 (includes patches from 2.2.6-2 and -3). * Sun Jul 30 2006 Michael Schwendt - 2.2.6-4 - Enable OpenLDAP support as requested by several users. - Drop minimal version from GPGME build requirement (it's superfluous in our environments). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 9 Jun 2006 12:03:23 -0000 1.18 +++ .cvsignore 13 Aug 2006 18:05:48 -0000 1.19 @@ -1,2 +1,2 @@ -sylpheed-2.2.6.tar.bz2.asc -sylpheed-2.2.6.tar.bz2 +sylpheed-2.2.7.tar.bz2.asc +sylpheed-2.2.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 9 Jun 2006 12:03:23 -0000 1.18 +++ sources 13 Aug 2006 18:05:48 -0000 1.19 @@ -1,2 +1,2 @@ -f435dfe2dc3228dfec6ab0e17616243d sylpheed-2.2.6.tar.bz2.asc -ecd880cce22a2755bcf05503a0ed7bbf sylpheed-2.2.6.tar.bz2 +38dcc0597e127eb0475f048fd0b46711 sylpheed-2.2.7.tar.bz2.asc +ec39510169d329f39d8f5f06b60ff243 sylpheed-2.2.7.tar.bz2 Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/sylpheed.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sylpheed.spec 27 Jun 2006 20:12:25 -0000 1.32 +++ sylpheed.spec 13 Aug 2006 18:05:48 -0000 1.33 @@ -4,17 +4,17 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 2.2.6 -Release: 3%{?dist} +Version: 2.2.7 +Release: 1%{?dist} License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.4, openssl-devel BuildRequires: desktop-file-utils pkgconfig gettext -%{!?_without_gpgme:BuildRequires: gpgme-devel >= 1.0.0} +%{!?_without_gpgme:BuildRequires: gpgme-devel} %{!?_without_compface:BuildRequires: compface-devel} -%{?_with_ldap:BuildRequires: openldap-devel} +%{!?_without_ldap:BuildRequires: openldap-devel} %{?_with_jpilot:BuildRequires: jpilot-devel} BuildRequires: gtkspell-devel Source0: http://sylpheed.good-day.net/sylpheed/v2.2/%{name}-%{version}.tar.bz2 @@ -23,8 +23,6 @@ Patch1: sylpheed-2.2.3-defs.h.patch Patch2: sylpheed-1.9.10-desktop.patch Patch4: sylpheed-2.2.5-prefs_common.patch -Patch5: sylpheed-2.2.6-summaryview-crash.patch -Patch6: sylpheed-2.2.6-tr-crash.patch %description This program is an X based fast email client which has features @@ -46,13 +44,11 @@ %patch1 -p1 -b .defs.h %patch2 -p1 -b .desktop %patch4 -p1 -b .prefs_common -%patch5 -p1 -b .summaryview-crash -%patch6 -p1 -b .tr-crash %build %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \ %{?_without_compface:--disable-compface} \ - %{?_with_ldap:--enable-ldap} \ + %{!?_without_ldap:--enable-ldap} \ %{?_with_jpilot:--enable-jpilot} make %{?_smp_mflags} @@ -88,6 +84,14 @@ %{_mandir}/man1/* %changelog +* Mon Jul 31 2006 Michael Schwendt - 2.2.7-1 +- Update to 2.2.7 (includes patches from 2.2.6-2 and -3). + +* Sun Jul 30 2006 Michael Schwendt - 2.2.6-4 +- Enable OpenLDAP support as requested by several users. +- Drop minimal version from GPGME build requirement + (it's superfluous in our environments). + * Tue Jun 27 2006 Michael Schwendt - 2.2.6-3 - Adapt upstream's patch for a crash with Turkish locales. --- sylpheed-2.2.6-summaryview-crash.patch DELETED --- --- sylpheed-2.2.6-tr-crash.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 13 20:25:36 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:25:36 -0700 Subject: rpms/buoh/devel buoh.spec,1.10,1.11 Message-ID: <200608132025.k7DKPcjx018232@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18215 Modified Files: buoh.spec Log Message: tag & rebuild Index: buoh.spec =================================================================== RCS file: /cvs/extras/rpms/buoh/devel/buoh.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- buoh.spec 20 Jun 2006 18:51:21 -0000 1.10 +++ buoh.spec 13 Aug 2006 20:25:36 -0000 1.11 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.8.1 -Release: 8 +Release: 9 Summary: Online comics reader URL: http://buoh.steve-o.org/ Source: http://buoh.steve-o.org/downloads/buoh-0.8.1.tar.gz @@ -76,6 +76,9 @@ %{_datadir}/pixmaps/buoh*.png %changelog +* Sun Aug 13 2006 Chris Chabot - 0.8.1-9 +- Rebuild for FC6T2 + * Tue Jun 20 2006 Chris Chabot - 0.8.1-8 - Rebuild for gnutls dependency change From fedora-extras-commits at redhat.com Sun Aug 13 20:30:15 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:30:15 -0700 Subject: rpms/buoh/devel buoh.spec,1.11,1.12 Message-ID: <200608132030.k7DKUH52018322@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305 Modified Files: buoh.spec Log Message: cvs didn't like me tag Index: buoh.spec =================================================================== RCS file: /cvs/extras/rpms/buoh/devel/buoh.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- buoh.spec 13 Aug 2006 20:25:36 -0000 1.11 +++ buoh.spec 13 Aug 2006 20:30:15 -0000 1.12 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.8.1 -Release: 9 +Release: 10 Summary: Online comics reader URL: http://buoh.steve-o.org/ Source: http://buoh.steve-o.org/downloads/buoh-0.8.1.tar.gz @@ -76,6 +76,9 @@ %{_datadir}/pixmaps/buoh*.png %changelog +* Sun Aug 13 2006 Chris Chabot - 0.8.1-10 +- cvs doesn't like me re-tag + * Sun Aug 13 2006 Chris Chabot - 0.8.1-9 - Rebuild for FC6T2 From fedora-extras-commits at redhat.com Sun Aug 13 20:44:09 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:44:09 -0700 Subject: rpms/libtorrent import.log,1.4,1.5 Message-ID: <200608132044.k7DKiB9L018499@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/libtorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18466 Modified Files: import.log Log Message: auto-import libtorrent-0.10.0-1 on branch devel from libtorrent-0.10.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libtorrent/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 22 Feb 2006 12:38:26 -0000 1.4 +++ import.log 13 Aug 2006 20:44:08 -0000 1.5 @@ -1,3 +1,4 @@ libtorrent-0_8_2-2:HEAD:libtorrent-0.8.2-2.src.rpm:1137266104 libtorrent-0_8_5-1:HEAD:libtorrent-0.8.5-1.src.rpm:1140611615 libtorrent-0_8_5-1:FC-4:libtorrent-0.8.5-1.src.rpm:1140611927 +libtorrent-0_10_0-1:HEAD:libtorrent-0.10.0-1.src.rpm:1155501871 From fedora-extras-commits at redhat.com Sun Aug 13 20:44:09 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:44:09 -0700 Subject: rpms/libtorrent/devel .cvsignore, 1.3, 1.4 libtorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608132044.k7DKiB5E018505@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/libtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18466/devel Modified Files: .cvsignore libtorrent.spec sources Log Message: auto-import libtorrent-0.10.0-1 on branch devel from libtorrent-0.10.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Feb 2006 12:33:24 -0000 1.3 +++ .cvsignore 13 Aug 2006 20:44:09 -0000 1.4 @@ -1 +1 @@ -libtorrent-0.8.5.tar.gz +libtorrent-0.10.0.tar.gz Index: libtorrent.spec =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/libtorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libtorrent.spec 18 Jun 2006 12:24:16 -0000 1.6 +++ libtorrent.spec 13 Aug 2006 20:44:09 -0000 1.7 @@ -1,7 +1,7 @@ Name: libtorrent License: GPL Group: System Environment/Libraries -Version: 0.9.3 +Version: 0.10.0 Release: 1%{?dist} Summary: BitTorrent library with a focus on high performance & good code URL: http://libtorrent.rakshasa.no/ @@ -56,6 +56,9 @@ %{_libdir}/*.so %changelog +* Sun Aug 13 2006 Chris Chabot - 0.10.0-1 +- Upgrade to 0.10.0 + * Sat Jun 17 2006 - Chris Chabot - 0.9.3-1 - Upgrade to new upstream version 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 12:24:16 -0000 1.4 +++ sources 13 Aug 2006 20:44:09 -0000 1.5 @@ -1 +1 @@ -438192530048c5ba67bbc2f9852c695c libtorrent-0.9.3.tar.gz +240e90818c4c9c34474b2e1873d09910 libtorrent-0.10.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 20:48:40 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:48:40 -0700 Subject: rpms/rtorrent import.log,1.2,1.3 Message-ID: <200608132048.k7DKmgE7018673@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/rtorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640 Modified Files: import.log Log Message: auto-import rtorrent-0.6.0-1 on branch devel from rtorrent-0.6.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rtorrent/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 14 Jan 2006 21:29:59 -0000 1.2 +++ import.log 13 Aug 2006 20:48:40 -0000 1.3 @@ -1 +1,2 @@ rtorrent-0_4_2-2:HEAD:rtorrent-0.4.2-2.src.rpm:1137274197 +rtorrent-0_6_0-1:HEAD:rtorrent-0.6.0-1.src.rpm:1155502139 From fedora-extras-commits at redhat.com Sun Aug 13 20:48:41 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:48:41 -0700 Subject: rpms/rtorrent/devel .cvsignore, 1.4, 1.5 rtorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608132048.k7DKmhUp018679@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/rtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640/devel Modified Files: .cvsignore rtorrent.spec sources Log Message: auto-import rtorrent-0.6.0-1 on branch devel from rtorrent-0.6.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 12:34:04 -0000 1.4 +++ .cvsignore 13 Aug 2006 20:48:40 -0000 1.5 @@ -1 +1 @@ -rtorrent-0.5.3.tar.gz +rtorrent-0.6.0.tar.gz Index: rtorrent.spec =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/rtorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rtorrent.spec 18 Jun 2006 12:34:04 -0000 1.6 +++ rtorrent.spec 13 Aug 2006 20:48:40 -0000 1.7 @@ -1,15 +1,15 @@ Name: rtorrent License: GPL Group: Applications/Internet -Version: 0.5.3 +Version: 0.6.0 Release: 1%{?dist} Summary: BitTorrent client based on libtorrent URL: http://rtorrent.rakshasa.no/ Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz Source1: rtorrent.rc.example BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.9.3, curl-devel, ncurses-devel -Requires: libtorrent >= 0.9.3 +BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.10.0, curl-devel, ncurses-devel +Requires: libtorrent >= 0.10.0 %description A BitTorrent client using libtorrent, which on high-bandwidth connections is @@ -40,6 +40,9 @@ %{_mandir}/man1/rtorrent* %changelog +* Sun Aug 13 2006 Chris Chabot - 0.10.0-1 +- Upgrade to 0.6.0 + * Sat Jun 17 2006 - Chris Chabot - 0.5.3-1 - Upgrade to new upstream version 0.5.3 - And changed libtorrent dependency to >= 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 12:34:04 -0000 1.4 +++ sources 13 Aug 2006 20:48:40 -0000 1.5 @@ -1 +1 @@ -5fe1fad0fe72ccb99d83d09a566f8732 rtorrent-0.5.3.tar.gz +fde0bbee25e63421b88638270113411c rtorrent-0.6.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 20:56:45 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:56:45 -0700 Subject: rpms/php-pecl-apc/devel php-pecl-apc.spec,1.1,1.2 Message-ID: <200608132056.k7DKula1018784@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/php-pecl-apc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18767 Modified Files: php-pecl-apc.spec Log Message: fc6t2 rebuild Index: php-pecl-apc.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-apc/devel/php-pecl-apc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-apc.spec 19 Jun 2006 16:50:13 -0000 1.1 +++ php-pecl-apc.spec 13 Aug 2006 20:56:45 -0000 1.2 @@ -4,7 +4,7 @@ Summary: APC caches and optimizes PHP intermediate code Name: php-pecl-apc Version: 3.0.10 -Release: 3%{?dist} +Release: 4%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/APC @@ -61,6 +61,9 @@ %{php_extdir}/apc.so %changelog +* Sun Aug 13 2006 Chris Chabot - 3.0.10-4 +- FC6T2 rebuild + * Mon Jun 19 2006 - Chris Chabot - 3.0.10-3 - Renamed to php-pecl-apc and added provides php-apc - Removed php version string from the package version From fedora-extras-commits at redhat.com Sun Aug 13 20:57:41 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 13 Aug 2006 13:57:41 -0700 Subject: rpms/contacts/devel .cvsignore, 1.2, 1.3 contacts.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608132057.k7DKvh7r018867@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18844 Modified Files: .cvsignore contacts.spec sources Log Message: Pull an SVN snapshot of contats for new evo-data-server Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Apr 2006 03:01:38 -0000 1.2 +++ .cvsignore 13 Aug 2006 20:57:41 -0000 1.3 @@ -1 +1 @@ -contacts-0.1.tar.gz +contacts-0.1svn.tar.gz Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- contacts.spec 7 Aug 2006 21:49:50 -0000 1.4 +++ contacts.spec 13 Aug 2006 20:57:41 -0000 1.5 @@ -1,17 +1,23 @@ Name: contacts Version: 0.1 -Release: 3%{?dist} +Release: 4.20060813svn%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires(pre): GConf2 +Requires(post): GConf2 +Requires(preun): GConf2 BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 BuildRequires: desktop-file-utils +# Needed for svn snapshot +BuildRequires: automake gnome-common libtool intltool gettext %description Contacts is a small, lightweight addressbook that uses libebook. @@ -21,30 +27,60 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -q +%setup -n %{name}-%{version}svn -q %build +./autogen.sh %configure -make %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +%find_lang Contacts %clean rm -rf $RPM_BUILD_ROOT -%files +%pre +if [ "$1" -gt 1 ]; then + export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : + # If the schema file has ever been renamed:: + #gconftool-2 --makefile-uninstall-rule \ + # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || : +fi + + +%post +export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +gconftool-2 --makefile-install-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : + + +%preun +if [ "$1" -eq 0 ]; then + export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : + killall -HUP gconfd-2 || : +fi + + +%files -f Contacts.lang %defattr(-,root,root,-) %doc COPYING ChangeLog +%{_sysconfdir}/gconf/schemas/%{name}.schemas %{_datadir}/pixmaps/oh-contacts.png %{_datadir}/contacts/contacts.glade %{_datadir}/applications/fedora-%{name}.desktop @@ -52,8 +88,8 @@ %changelog -* Mon Aug 07 2006 Jesse Keating - 0.1-3 -- Bump for new evo-data-server +* Sun Aug 11 2006 Jesse Keating - 0.1-4.20060813svn +- Pull an SVN snapshot for e-d-s fixes (among other things) * Fri Jun 09 2006 Jesse Keating - 0.1-2 - Bump for newer mock Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Apr 2006 03:01:38 -0000 1.2 +++ sources 13 Aug 2006 20:57:41 -0000 1.3 @@ -1 +1 @@ -dc5a650445f0904392039006d929f192 contacts-0.1.tar.gz +e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 21:05:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:05:08 -0700 Subject: rpms/xsp import.log,1.14,1.15 Message-ID: <200608132105.k7DL5AWx021584@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21551 Modified Files: import.log Log Message: auto-import xsp-1.1.16.1-1 on branch devel from xsp-1.1.16.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 11 Jul 2006 15:51:41 -0000 1.14 +++ import.log 13 Aug 2006 21:05:08 -0000 1.15 @@ -11,3 +11,4 @@ xsp-1_1_16-1:HEAD:xsp-1.1.16-1.src.rpm:1152631876 xsp-1_1_16-2:FC-5:xsp-1.1.16-2.src.rpm:1152633024 xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 +xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 From fedora-extras-commits at redhat.com Sun Aug 13 21:05:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:05:08 -0700 Subject: rpms/xsp/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xsp.spec, 1.9, 1.10 Message-ID: <200608132105.k7DL5B9I021590@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21551/devel Modified Files: .cvsignore sources xsp.spec Log Message: auto-import xsp-1.1.16.1-1 on branch devel from xsp-1.1.16.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Jul 2006 15:31:26 -0000 1.4 +++ .cvsignore 13 Aug 2006 21:05:08 -0000 1.5 @@ -1 +1 @@ -xsp-1.1.16.tar.gz +xsp-1.1.16.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 15:31:26 -0000 1.4 +++ sources 13 Aug 2006 21:05:08 -0000 1.5 @@ -1 +1 @@ -21253cf75855da7994bce04af672bd94 xsp-1.1.16.tar.gz +ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/xsp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xsp.spec 11 Jul 2006 15:51:41 -0000 1.9 +++ xsp.spec 13 Aug 2006 21:05:08 -0000 1.10 @@ -1,28 +1,39 @@ -Name: xsp -Version: 1.1.16 -Release: 2%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.16.1 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} +%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. + +%package devel +Summary: Development files for XSP +Requires: %{name} = %{version}-%{release} pkgconfig +Group: Development/Libraries + +%description devel +Development files for XSP %prep %setup -q +chmod 0644 tools/asp_state/*.config +chmod 0644 tools/dbsessmgr/*.config %build -%configure +%configure --libdir=%{monodir} make %install @@ -39,16 +50,23 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{_prefix}/lib/xsp/1.0/* -%{_prefix}/lib/xsp/2.0/* -%{_prefix}/lib/xsp/test/* -%{_libdir}/pkgconfig/xsp* +%{monodir}/xsp/ %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* +%files devel +%{monodir}/pkgconfig/xsp* + %changelog +* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 +- Bump +- fixes for 64 bit +- minor spec file changes +- added devel package +- Fixed incorrect permissions + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 - D'oh! Fixes for 64 bit @@ -70,6 +88,7 @@ - Made noarch - Removed debug package - Altered configure to keep it happy +- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Sun Aug 13 21:05:41 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 13 Aug 2006 14:05:41 -0700 Subject: comps comps-fe6.xml.in,1.34,1.35 Message-ID: <200608132105.k7DL5h7o021649@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21627 Modified Files: comps-fe6.xml.in Log Message: Add contacts to the graphical internet group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- comps-fe6.xml.in 10 Aug 2006 20:30:15 -0000 1.34 +++ comps-fe6.xml.in 13 Aug 2006 21:05:41 -0000 1.35 @@ -329,6 +329,7 @@ bluefish comical contact-lookup-applet + contacts d4x deskbar-applet dillo From fedora-extras-commits at redhat.com Sun Aug 13 21:06:14 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:06:14 -0700 Subject: rpms/xsp import.log,1.15,1.16 Message-ID: <200608132106.k7DL6G8j021707@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21674 Modified Files: import.log Log Message: auto-import xsp-1.1.16.1-1 on branch FC-5 from xsp-1.1.16.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- import.log 13 Aug 2006 21:05:08 -0000 1.15 +++ import.log 13 Aug 2006 21:06:14 -0000 1.16 @@ -12,3 +12,4 @@ xsp-1_1_16-2:FC-5:xsp-1.1.16-2.src.rpm:1152633024 xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 +xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 From fedora-extras-commits at redhat.com Sun Aug 13 21:06:15 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:06:15 -0700 Subject: rpms/xsp/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 xsp.spec,1.9,1.10 Message-ID: <200608132106.k7DL6HVV021713@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21674/FC-5 Modified Files: .cvsignore sources xsp.spec Log Message: auto-import xsp-1.1.16.1-1 on branch FC-5 from xsp-1.1.16.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Jul 2006 15:30:29 -0000 1.4 +++ .cvsignore 13 Aug 2006 21:06:15 -0000 1.5 @@ -1 +1 @@ -xsp-1.1.16.tar.gz +xsp-1.1.16.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 15:30:29 -0000 1.4 +++ sources 13 Aug 2006 21:06:15 -0000 1.5 @@ -1 +1 @@ -21253cf75855da7994bce04af672bd94 xsp-1.1.16.tar.gz +ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/xsp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xsp.spec 11 Jul 2006 15:50:35 -0000 1.9 +++ xsp.spec 13 Aug 2006 21:06:15 -0000 1.10 @@ -1,28 +1,39 @@ -Name: xsp -Version: 1.1.16 -Release: 2%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.16.1 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} +%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. + +%package devel +Summary: Development files for XSP +Requires: %{name} = %{version}-%{release} pkgconfig +Group: Development/Libraries + +%description devel +Development files for XSP %prep %setup -q +chmod 0644 tools/asp_state/*.config +chmod 0644 tools/dbsessmgr/*.config %build -%configure +%configure --libdir=%{monodir} make %install @@ -39,16 +50,23 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{_prefix}/lib/xsp/1.0/* -%{_prefix}/lib/xsp/2.0/* -%{_prefix}/lib/xsp/test/* -%{_libdir}/pkgconfig/xsp* +%{monodir}/xsp/ %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* +%files devel +%{monodir}/pkgconfig/xsp* + %changelog +* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 +- Bump +- fixes for 64 bit +- minor spec file changes +- added devel package +- Fixed incorrect permissions + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 - D'oh! Fixes for 64 bit @@ -70,6 +88,7 @@ - Made noarch - Removed debug package - Altered configure to keep it happy +- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Sun Aug 13 21:27:44 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 14:27:44 -0700 Subject: rpms/yum-utils/FC-5 yum-utils.spec,1.7,1.8 Message-ID: <200608132127.k7DLRker021947@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/yum-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21930 Modified Files: yum-utils.spec Log Message: fix up bug 194271 Index: yum-utils.spec =================================================================== RCS file: /cvs/extras/rpms/yum-utils/FC-5/yum-utils.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- yum-utils.spec 7 May 2006 02:14:29 -0000 1.7 +++ yum-utils.spec 13 Aug 2006 21:27:44 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Utilities based around the yum package manager Name: yum-utils Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz @@ -136,7 +136,7 @@ %defattr(-, root, root) %doc README %doc COPYING -%doc plugins/ +%doc plugins/README %{_bindir}/package-cleanup %{_bindir}/repoclosure %{_bindir}/repomanage From fedora-extras-commits at redhat.com Sun Aug 13 22:40:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 15:40:55 -0700 Subject: rpms/dia/devel dia.spec,1.13,1.14 Message-ID: <200608132240.k7DMev0n024847@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24830 Modified Files: dia.spec Log Message: * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/devel/dia.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dia.spec 10 Jun 2006 07:39:00 -0000 1.13 +++ dia.spec 13 Aug 2006 22:40:55 -0000 1.14 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -33,6 +33,8 @@ %patch3 -p1 -b .fallbacktoxpmicons %patch4 -p1 -b .formatstring %patch5 -p0 -b .ungroup +sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \ + lib/Makefile.* %build @@ -102,6 +104,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 1:0.95-6 +- Fix weaksymbols in libdia.so (BZ 202330) + * Sat Jun 10 2006 Hans de Goede 1:0.95-5 - Add BuildRequires: gettext to fix building with new stripped mock config. From fedora-extras-commits at redhat.com Sun Aug 13 22:41:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 15:41:52 -0700 Subject: rpms/dia/FC-5 dia.spec,1.13,1.14 Message-ID: <200608132241.k7DMfs0m024908@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24891 Modified Files: dia.spec Log Message: * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/FC-5/dia.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dia.spec 6 Jun 2006 18:50:46 -0000 1.13 +++ dia.spec 13 Aug 2006 22:41:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 4%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libgnomeui-devel python-devel pygtk2-devel desktop-file-utils BuildRequires: intltool docbook-utils docbook-style-dsssl docbook-style-xsl +BuildRequires: gettext %description The Dia drawing program is designed to be like the Windows(TM) Visio @@ -32,6 +33,8 @@ %patch3 -p1 -b .fallbacktoxpmicons %patch4 -p1 -b .formatstring %patch5 -p0 -b .ungroup +sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \ + lib/Makefile.* %build @@ -101,6 +104,12 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 1:0.95-6 +- Fix weaksymbols in libdia.so (BZ 202330) + +* Sat Jun 10 2006 Hans de Goede 1:0.95-5 +- Add BuildRequires: gettext to fix building with new stripped mock config. + * Tue Jun 6 2006 Hans de Goede 1:0.95-4 - Add a patch from upstream which fixes a crash when ungrouping multiple selected groups at once (bz 194149): From fedora-extras-commits at redhat.com Mon Aug 14 00:26:22 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:22 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.26,1.27 Message-ID: <200608140026.k7E0QPPL030358@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-4 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- nethack-vultures.spec 26 Jun 2006 21:03:01 -0000 1.26 +++ nethack-vultures.spec 14 Aug 2006 00:26:22 -0000 1.27 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -106,6 +106,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +170,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:23 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:23 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.27,1.28 Message-ID: <200608140026.k7E0QPip030362@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-5 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 26 Jun 2006 21:03:03 -0000 1.27 +++ nethack-vultures.spec 14 Aug 2006 00:26:23 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/graphics/gametiles.bin $i done @@ -106,6 +107,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +171,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:24 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:24 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.27,1.28 Message-ID: <200608140026.k7E0QQdv030366@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/devel Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 26 Jun 2006 21:03:07 -0000 1.27 +++ nethack-vultures.spec 14 Aug 2006 00:26:24 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -106,6 +106,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +170,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:22 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:22 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.25,1.26 Message-ID: <200608140026.k7E0QswL030369@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-3 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- nethack-vultures.spec 26 Jun 2006 21:02:55 -0000 1.25 +++ nethack-vultures.spec 14 Aug 2006 00:26:21 -0000 1.26 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -107,6 +107,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -168,6 +171,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 01:07:33 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 18:07:33 -0700 Subject: rpms/perl-AppConfig/devel .cvsignore, 1.2, 1.3 perl-AppConfig.spec, 1.9, 1.10 sources, 1.2, 1.3 Message-ID: <200608140107.k7E17ZP3000744@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-AppConfig/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv723 Modified Files: .cvsignore perl-AppConfig.spec sources Log Message: Update to 1.63. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:57:32 -0000 1.2 +++ .cvsignore 14 Aug 2006 01:07:33 -0000 1.3 @@ -1 +1 @@ -AppConfig-1.56.tar.gz +AppConfig-1.63.tar.gz Index: perl-AppConfig.spec =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/perl-AppConfig.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-AppConfig.spec 17 Feb 2006 18:59:55 -0000 1.9 +++ perl-AppConfig.spec 14 Aug 2006 01:07:33 -0000 1.10 @@ -1,16 +1,17 @@ Name: perl-AppConfig -Version: 1.56 -Release: 4%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/AppConfig/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(File::HomeDir) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +51,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes LICENSE README TODO %{perl_vendorlib}/* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.63-1 +- Update to 1.63. +- New upstream maintainer. + * Fri Feb 17 2006 Jose Pedro Oliveira - 1.56-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:57:32 -0000 1.2 +++ sources 14 Aug 2006 01:07:33 -0000 1.3 @@ -1 +1 @@ -16a69f81aaf2b86ee30b25541f58cac0 AppConfig-1.56.tar.gz +60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 01:25:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 13 Aug 2006 18:25:07 -0700 Subject: rpms/perl-POE/devel .cvsignore, 1.4, 1.5 perl-POE.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608140125.k7E1P9wu001717@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1696 Modified Files: .cvsignore perl-POE.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Aug 2006 04:22:27 -0000 1.4 +++ .cvsignore 14 Aug 2006 01:25:07 -0000 1.5 @@ -1 +1 @@ -POE-0.36.tar.gz +POE-0.3601.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE.spec 11 Aug 2006 04:22:27 -0000 1.5 +++ perl-POE.spec 14 Aug 2006 01:25:07 -0000 1.6 @@ -1,7 +1,7 @@ # Note we make a distinction here due to rpm versioning, and keep them both up # here to make things easier -%define cpanver 0.36 -%define rpmver 0.3600 +%define cpanver 0.3601 +%define rpmver 0.3601 Name: perl-POE Version: %{rpmver} @@ -115,6 +115,9 @@ %changelog +* Sun Aug 13 2006 Chris Weyl 0.3601-1 +- update to cpan ver 0.3601 + * Thu Aug 10 2006 Chris Weyl 0.3600-1 - update to cpan ver 0.36 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Aug 2006 04:22:27 -0000 1.4 +++ sources 14 Aug 2006 01:25:07 -0000 1.5 @@ -1 +1 @@ -fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz +e83ba84588e428915442980b06adab8a POE-0.3601.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 01:25:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 13 Aug 2006 18:25:37 -0700 Subject: rpms/perl-POE/FC-5 perl-POE.spec,1.5,1.6 sources,1.4,1.5 Message-ID: <200608140125.k7E1PdYD001771@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1752 Modified Files: perl-POE.spec sources Log Message: update Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE.spec 11 Aug 2006 04:22:26 -0000 1.5 +++ perl-POE.spec 14 Aug 2006 01:25:37 -0000 1.6 @@ -1,7 +1,7 @@ # Note we make a distinction here due to rpm versioning, and keep them both up # here to make things easier -%define cpanver 0.36 -%define rpmver 0.3600 +%define cpanver 0.3601 +%define rpmver 0.3601 Name: perl-POE Version: %{rpmver} @@ -115,6 +115,9 @@ %changelog +* Sun Aug 13 2006 Chris Weyl 0.3601-1 +- update to cpan ver 0.3601 + * Thu Aug 10 2006 Chris Weyl 0.3600-1 - update to cpan ver 0.36 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Aug 2006 04:22:26 -0000 1.4 +++ sources 14 Aug 2006 01:25:37 -0000 1.5 @@ -1 +1 @@ -fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz +e83ba84588e428915442980b06adab8a POE-0.3601.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 03:19:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:19:49 -0700 Subject: rpms/ktorrent import.log,1.2,1.3 Message-ID: <200608140319.k7E3Jp92007445@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7412 Modified Files: import.log Log Message: auto-import ktorrent-2.0-1 on branch devel from ktorrent-2.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ktorrent/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 Jun 2006 01:46:23 -0000 1.2 +++ import.log 14 Aug 2006 03:19:48 -0000 1.3 @@ -1 +1,2 @@ ktorrent-1_2-4:HEAD:ktorrent-1.2-4.src.rpm:1150854380 +ktorrent-2_0-1:HEAD:ktorrent-2.0-1.src.rpm:1155525616 From fedora-extras-commits at redhat.com Mon Aug 14 03:19:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:19:49 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.2, 1.3 ktorrent.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608140319.k7E3JpEq007451@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7412/devel Modified Files: .cvsignore ktorrent.spec sources Log Message: auto-import ktorrent-2.0-1 on branch devel from ktorrent-2.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 01:46:24 -0000 1.2 +++ .cvsignore 14 Aug 2006 03:19:49 -0000 1.3 @@ -1 +1 @@ -ktorrent-1.2.tar.gz +ktorrent-2.0.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktorrent.spec 21 Jun 2006 01:46:24 -0000 1.1 +++ ktorrent.spec 14 Aug 2006 03:19:49 -0000 1.2 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 1.2 -Release: 4%{?dist} -Summary: KTorrent is a BitTorrent program for KDE +Version: 2.0 +Release: 1%{?dist} +Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/1.2/ktorrent-1.2.tar.gz +Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext @@ -66,9 +66,12 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la +%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo +%{_bindir}/ktshell +%{_bindir}/ktupnptest %{_libdir}/libktorrent.so %{_libdir}/libktorrent.so.0 %{_libdir}/libktorrent.so.0.0.0 @@ -80,30 +83,19 @@ %{_libdir}/kde3/ktlogviewerplugin.la %{_libdir}/kde3/ktpartfileimportplugin.so %{_libdir}/kde3/ktpartfileimportplugin.la +%{_libdir}/kde3/ktscanfolderplugin.la +%{_libdir}/kde3/ktscanfolderplugin.so +%{_libdir}/kde3/ktschedulerplugin.la +%{_libdir}/kde3/ktschedulerplugin.so %{_libdir}/kde3/ktsearchplugin.so %{_libdir}/kde3/ktsearchplugin.la %{_libdir}/kde3/ktupnpplugin.so %{_libdir}/kde3/ktupnpplugin.la %{_datadir}/applications/kde/ktorrent.desktop -%{_datadir}/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -%{_datadir}/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -%{_datadir}/apps/ktorrent/ktorrentui.rc -%{_datadir}/apps/ktorrent/ktpartfileimportpluginui.rc +%{_datadir}/apps/ktorrent +%{_datadir}/config.kcfg/ktlogviewerplugin.kcfg +%{_datadir}/config.kcfg/ktscanfolderplugin.kcfg +%{_datadir}/config.kcfg/ktschedulerplugin.kcfg %{_datadir}/config.kcfg/ktinfowidgetplugin.kcfg %{_datadir}/config.kcfg/ktipfilterplugin.kcfg %{_datadir}/config.kcfg/ktorrent.kcfg @@ -116,6 +108,15 @@ %{_datadir}/icons/hicolor/48x48/apps/ktorrent.png %{_datadir}/icons/hicolor/64x64/apps/ktorrent.png %{_datadir}/icons/hicolor/scalable/apps/ktorrent.svgz +%{_datadir}/icons/hicolor/128x128/mimetypes/torrent.png +%{_datadir}/icons/hicolor/16x16/mimetypes/torrent.png +%{_datadir}/icons/hicolor/22x22/mimetypes/torrent.png +%{_datadir}/icons/hicolor/32x32/mimetypes/torrent.png +%{_datadir}/icons/hicolor/48x48/mimetypes/torrent.png +%{_datadir}/icons/hicolor/64x64/mimetypes/torrent.png +%{_datadir}/icons/hicolor/scalable/mimetypes/torrent.svgz +%{_datadir}/services/ktscanfolderplugin.desktop +%{_datadir}/services/ktschedulerplugin.desktop %{_datadir}/services/ktinfowidgetplugin.desktop %{_datadir}/services/ktipfilterplugin.desktop %{_datadir}/services/ktlogviewerplugin.desktop @@ -125,6 +126,17 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Wed Aug 09 2006 Roland Wolters 2.0-1 +- update to version 2.0 + +* Fri Jun 23 2006 Roland Wolters 1.2-6 +- fixed doublication error in rpm spec +- spec file polishing + +* Fri Jun 23 2006 Roland Wolters 1.2-5 +- added %{_datadir}/apps/ktorrent +- removed redundant KTorrent in summary + * Wed Jun 21 2006 Roland Wolters 1.2-4 - changed e-mail address to correct packager address Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 01:46:24 -0000 1.2 +++ sources 14 Aug 2006 03:19:49 -0000 1.3 @@ -1 +1 @@ -55c6c4ae679aea0ba0370058856ddb92 ktorrent-1.2.tar.gz +c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 03:40:50 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:40:50 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.2,1.3 Message-ID: <200608140340.k7E3eqPF007594@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7577 Modified Files: ktorrent.spec Log Message: Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ktorrent.spec 14 Aug 2006 03:19:49 -0000 1.2 +++ ktorrent.spec 14 Aug 2006 03:40:50 -0000 1.3 @@ -10,7 +10,7 @@ Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext +BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils From fedora-extras-commits at redhat.com Mon Aug 14 03:56:40 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:56:40 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.3,1.4 Message-ID: <200608140356.k7E3ugmw007716@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7699 Modified Files: ktorrent.spec Log Message: Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ktorrent.spec 14 Aug 2006 03:40:50 -0000 1.3 +++ ktorrent.spec 14 Aug 2006 03:56:40 -0000 1.4 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 14 2006 Roland Wolters 2.0-2 +- fixed small errors in spec file + * Wed Aug 09 2006 Roland Wolters 2.0-1 - update to version 2.0 From fedora-extras-commits at redhat.com Mon Aug 14 04:32:01 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:32:01 -0700 Subject: rpms/seahorse import.log,1.8,1.9 Message-ID: <200608140432.k7E4W30F010753@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10720 Modified Files: import.log Log Message: auto-import seahorse-0.8.1-1 on branch devel from seahorse-0.8.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/seahorse/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 23 Feb 2006 17:26:22 -0000 1.8 +++ import.log 14 Aug 2006 04:32:00 -0000 1.9 @@ -5,3 +5,4 @@ seahorse-0_7_9-1_fc4:FC-4:seahorse-0.7.9-1.fc4.src.rpm:1122612107 seahorse-0_7_9-1_fc4:HEAD:seahorse-0.7.9-1.fc4.src.rpm:1122615798 seahorse-0_8-2%{dist}:HEAD:seahorse-0.8-2%{dist}.src.rpm:1140715624 +seahorse-0_8_1-1:HEAD:seahorse-0.8.1-1.src.rpm:1155529979 From fedora-extras-commits at redhat.com Mon Aug 14 04:32:01 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:32:01 -0700 Subject: rpms/seahorse/devel .cvsignore, 1.6, 1.7 seahorse.spec, 1.19, 1.20 sources, 1.6, 1.7 gpgme-1.1.X-configure.patch, 1.1, NONE illegal_free.patch, 1.1, NONE Message-ID: <200608140432.k7E4W3Zt010759@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10720/devel Modified Files: .cvsignore seahorse.spec sources Removed Files: gpgme-1.1.X-configure.patch illegal_free.patch Log Message: auto-import seahorse-0.8.1-1 on branch devel from seahorse-0.8.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2005 21:39:38 -0000 1.6 +++ .cvsignore 14 Aug 2006 04:32:01 -0000 1.7 @@ -1 +1 @@ -seahorse-0.8.tar.gz +seahorse-0.8.1.tar.gz Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- seahorse.spec 22 Jul 2006 12:31:03 -0000 1.19 +++ seahorse.spec 14 Aug 2006 04:32:01 -0000 1.20 @@ -1,18 +1,16 @@ Name: seahorse -Version: 0.8 -Release: 4%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz -Patch0: gpgme-1.1.X-configure.patch -Patch1: illegal_free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: eel2-devel -#BuildRequires: gedit-devel +BuildRequires: gedit-devel BuildRequires: gettext BuildRequires: gpgme-devel >= 1.0 BuildRequires: libgnomeui-devel @@ -38,11 +36,9 @@ %setup -q sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am -%patch0 -p0 -%patch1 -p1 %build -%configure --disable-schemas-install --disable-gedit +%configure --disable-schemas-install make %{?_smp_mflags} @@ -117,12 +113,16 @@ %{_datadir}/omf/%{name}/* %{_datadir}/pixmaps/* %{_libdir}/libseahorse-internal* -#%%{_libdir}/gedit-2/plugins/* +%{_libdir}/gedit-2/plugins/* %{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so %{_sysconfdir}/gconf/schemas/* %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + * Tue Mar 7 2006 Seth Vidal - added openldap-devel buildreq to hopefully close bug # 184124 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 21:39:38 -0000 1.6 +++ sources 14 Aug 2006 04:32:01 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz --- gpgme-1.1.X-configure.patch DELETED --- --- illegal_free.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 14 04:33:35 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:33:35 -0700 Subject: rpms/seahorse/FC-5 seahorse.spec,1.18,1.19 sources,1.6,1.7 Message-ID: <200608140433.k7E4XbKh010828@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10809 Modified Files: seahorse.spec sources Log Message: seahorse 0.8.1 Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-5/seahorse.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- seahorse.spec 7 Mar 2006 06:27:03 -0000 1.18 +++ seahorse.spec 14 Aug 2006 04:33:35 -0000 1.19 @@ -1,18 +1,16 @@ Name: seahorse -Version: 0.8 -Release: 4%{dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz -Patch0: gpgme-1.1.X-configure.patch -Patch1: illegal_free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: eel2-devel -#BuildRequires: gedit-devel +BuildRequires: gedit-devel BuildRequires: gettext BuildRequires: gpgme-devel >= 1.0 BuildRequires: libgnomeui-devel @@ -38,11 +36,9 @@ %setup -q sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am -%patch0 -p0 -%patch1 -p1 %build -%configure --disable-schemas-install --disable-gedit +%configure --disable-schemas-install make %{?_smp_mflags} @@ -117,12 +113,16 @@ %{_datadir}/omf/%{name}/* %{_datadir}/pixmaps/* %{_libdir}/libseahorse-internal* -#%%{_libdir}/gedit-2/plugins/* +%{_libdir}/gedit-2/plugins/* %{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so %{_sysconfdir}/gconf/schemas/* %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + * Tue Mar 7 2006 Seth Vidal - added openldap-devel buildreq to hopefully close bug # 184124 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 21:39:38 -0000 1.6 +++ sources 14 Aug 2006 04:33:35 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 04:45:03 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 21:45:03 -0700 Subject: rpms/python-clientform/devel python-clientform.spec,1.8,1.9 Message-ID: <200608140445.k7E4j5sv010956@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10937 Modified Files: python-clientform.spec Log Message: * Mon Aug 14 2006 Luke Macken 0.2.2-5 - Include .pyo files instead of ghosting them Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-clientform.spec 11 May 2006 15:10:01 -0000 1.8 +++ python-clientform.spec 14 Aug 2006 04:45:03 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-clientform Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python, python-setuptools +BuildRequires: python-setuptools %description ClientForm is a Python module for handling HTML forms on the client side, @@ -41,10 +41,15 @@ %files %defattr(-,root,root,-) %doc COPYING.txt GeneralFAQ.html README.txt README.html examples -%{python_sitelib}/* -%ghost %{python_sitelib}/ClientForm.pyo +%{python_sitelib}/ClientForm.py +%{python_sitelib}/ClientForm.pyc +%{python_sitelib}/ClientForm.pyo +%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info %changelog +* Mon Aug 14 2006 Luke Macken 0.2.2-5 +- Include .pyo files instead of ghosting them + * Thu May 11 2006 Luke Macken 0.2.2-4 - Install with --single-version-externally-managed flag - Add a few more docs From fedora-extras-commits at redhat.com Mon Aug 14 04:49:04 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:49:04 -0700 Subject: rpms/seahorse/FC-4 seahorse.spec,1.16,1.17 sources,1.6,1.7 Message-ID: <200608140449.k7E4n6Av011044@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11025 Modified Files: seahorse.spec sources Log Message: update to 0.8.1 Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-4/seahorse.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- seahorse.spec 26 Oct 2005 21:58:14 -0000 1.16 +++ seahorse.spec 14 Aug 2006 04:49:03 -0000 1.17 @@ -1,11 +1,11 @@ Name: seahorse -Version: 0.8 -Release: 1%{dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ -Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/%{name}-%{version}.tar.gz +Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -18,6 +18,7 @@ BuildRequires: scrollkeeper BuildRequires: nautilus-devel BuildRequires: libsoup-devel +BuildRequires: openldap-devel Requires(post): desktop-file-utils Requires(post): GConf2 Requires(post): scrollkeeper @@ -36,9 +37,8 @@ sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am - %build -%configure --disable-schemas-install +%configure --disable-schemas-install make %{?_smp_mflags} @@ -119,9 +119,22 @@ %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + +* Tue Mar 7 2006 Seth Vidal +- added openldap-devel buildreq to hopefully close bug # 184124 + +* Thu Feb 23 2006 Seth Vidal +- Patch from John Thacker for rh bug #182694 + + +* Mon Jan 16 2006 Seth Vidal - 0.8-2 +- added configure patch for it to build +- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+ + * Wed Oct 26 2005 Seth Vidal - 0.8-1 -- remove changelog's in spec file from before this year -- enable hkp (libsoup-devel buildreq) - 0.8 * Thu Jul 28 2005 Seth Vidal - 0.7.9-1 @@ -150,3 +163,44 @@ * Fri Feb 25 2005 Phillip Compton 0.7.6-1 - 0.7.6. +* Mon Nov 09 2003 Phillip Compton 0:0.7.3-0.fdr.5 +- BuildReq scrollkeeper. + +* Wed Oct 22 2003 Phillip Compton 0:0.7.3-0.fdr.4 +- Uncommented .la removal. + +* Sun Sep 21 2003 Phillip Compton 0:0.7.3-0.fdr.3 +- Grabbed new copy os source from upstream. +- Fixed path on Source0, to allow direct download. +- BuildReq desktop-file-utils. + +* Sun Sep 21 2003 Phillip Compton 0:0.7.3-0.fdr.2 +- Fixed file permission on source tarball. +- Fixed Group. +- Removed aesthetic comments. +- Brought more in line with current spec template. + +* Sun Aug 17 2003 Phillip Compton 0:0.7.3-0.fdr.1 +- Fedorification. +- Added path to Source0. +- Added URL. +- buildroot -> RPM_BUILD_ROOT. +- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel. +- BuildReq gettext. +- post Req GConf2. +- post/postun Req scrollkeeper. +- .la/.a removal. +- cosmetic changes. + +* Fri May 02 2003 Matthew Hall 0.7.3-1 +- 0.7.3 Release + +* Wed Apr 23 2003 Matthew Hall 0.7.1-3 +- Rebuilt against gpgme 0.3.15 + +* Sat Apr 12 2003 Matthew Hall 0.7.1-2 +- RedHat 9 Rebuild + +* Sun Jan 26 2003 Matthew Hall +- New Spec File + Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 22:00:36 -0000 1.6 +++ sources 14 Aug 2006 04:49:03 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 04:49:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 21:49:26 -0700 Subject: rpms/python-configobj/devel python-configobj.spec,1.1,1.2 Message-ID: <200608140449.k7E4nSEf011108@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-configobj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11084 Modified Files: python-configobj.spec Log Message: * Mon Aug 14 2006 Luke Macken - 4.3.2-3 - Include pyo files Index: python-configobj.spec =================================================================== RCS file: /cvs/extras/rpms/python-configobj/devel/python-configobj.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-configobj.spec 19 Jul 2006 15:10:25 -0000 1.1 +++ python-configobj.spec 14 Aug 2006 04:49:26 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -56,11 +56,14 @@ %doc docs %{python_sitelib}/*.py %{python_sitelib}/*.pyc -%ghost %{python_sitelib}/*.pyo +%{python_sitelib}/*.pyo %changelog +* Mon Aug 14 2006 Luke Macken - 4.3.2-3 +- Include pyo files + * Tue Jul 18 2006 Luke Macken - 4.3.2-2 - Fix typo in the url From fedora-extras-commits at redhat.com Mon Aug 14 05:03:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 22:03:00 -0700 Subject: rpms/python-myghty/devel .cvsignore, 1.6, 1.7 python-myghty.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608140503.k7E53W9Z013779@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13758 Modified Files: .cvsignore python-myghty.spec sources Log Message: * Mon Aug 14 2006 Luke Macken 1.0.2-1 - 1.0.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Mar 2006 00:37:51 -0000 1.6 +++ .cvsignore 14 Aug 2006 05:03:00 -0000 1.7 @@ -1 +1 @@ -Myghty-1.0.1.tar.gz +Myghty-1.0.2.tar.gz Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/python-myghty.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-myghty.spec 17 Mar 2006 00:37:51 -0000 1.6 +++ python-myghty.spec 14 Aug 2006 05:03:00 -0000 1.7 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-myghty -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: A Python-based templating system derived from HTML::Mason @@ -48,6 +48,9 @@ %changelog +* Mon Aug 14 2006 Luke Macken 1.0.2-1 +- 1.0.2 + * Thu Mar 16 2006 Luke Macken 1.0.1-1 - 1.0.1; build requires python-setuptools Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Mar 2006 00:37:51 -0000 1.6 +++ sources 14 Aug 2006 05:03:00 -0000 1.7 @@ -1 +1 @@ -82b2a05f421b2b81cae716ccde74dce1 Myghty-1.0.1.tar.gz +afe785fabe2ca1bf1d0a4b05bf439671 Myghty-1.0.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 05:07:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 22:07:44 -0700 Subject: rpms/python-ruledispatch/devel python-ruledispatch.spec,1.1,1.2 Message-ID: <200608140507.k7E57kf9013935@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-ruledispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13918 Modified Files: python-ruledispatch.spec Log Message: * Mon Aug 14 2006 Luke Macken 0.5a0-0.1.svnr2115 - Include the pyo files instead of ghosting them Index: python-ruledispatch.spec =================================================================== RCS file: /cvs/extras/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-ruledispatch.spec 11 Jul 2006 22:28:50 -0000 1.1 +++ python-ruledispatch.spec 14 Aug 2006 05:07:44 -0000 1.2 @@ -5,7 +5,7 @@ Name: python-ruledispatch Version: 0.5a0 -Release: 0.1.svn%{svnrev}%{?dist} +Release: 0.2.svn%{svnrev}%{?dist} Summary: A generic function package for Python Group: Development/Languages @@ -44,10 +44,13 @@ %{python_sitearch}/dispatch/*.pyc %{python_sitearch}/dispatch/tests/*.py %{python_sitearch}/dispatch/tests/*.pyc -%ghost %{python_sitearch}/dispatch/*.pyo -%ghost %{python_sitearch}/dispatch/tests/*.pyo +%{python_sitearch}/dispatch/*.pyo +%{python_sitearch}/dispatch/tests/*.pyo %changelog +* Mon Aug 14 2006 Luke Macken 0.5a0-0.1.svnr2115 +- Include the pyo files instead of ghosting them + * Thu Jul 6 2006 Luke Macken 0.5a0-0.1.svnr2115 - Use sitearch instead of sitelib in the files - Remove python-abi requirement From fedora-extras-commits at redhat.com Mon Aug 14 05:57:05 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 13 Aug 2006 22:57:05 -0700 Subject: rpms/gtkglext/devel gtkglext.spec,1.8,1.9 Message-ID: <200608140557.k7E5v7qj014090@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/gtkglext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14073 Modified Files: gtkglext.spec Log Message: * Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 - BR: libXmu-devel (Braden McDaniel). - *-devel: R: libXmu-devel. - *-devel: R: pkgconfig. Index: gtkglext.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglext/devel/gtkglext.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gtkglext.spec 14 Feb 2006 15:11:14 -0000 1.8 +++ gtkglext.spec 14 Aug 2006 05:57:05 -0000 1.9 @@ -3,7 +3,7 @@ Summary: OpenGL Extension to GTK Name: gtkglext Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -14,6 +14,8 @@ BuildRequires: gtk2-devel BuildRequires: libGLU-devel BuildRequires: libGL-devel +# Conditional build feature +BuildRequires: libXmu-devel # The configure script checks for X11/Intrinsic.h BuildRequires: libXt-devel @@ -33,6 +35,8 @@ Requires: gtk2-devel Requires: libGL-devel Requires: libGLU-devel +Requires: libXmu-devel +Requires: pkgconfig %description devel The gtkglext-devel package contains the header files, static libraries, @@ -77,6 +81,11 @@ %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 +- BR: libXmu-devel (Braden McDaniel). +- *-devel: R: libXmu-devel. +- *-devel: R: pkgconfig. + * Tue Feb 14 2006 Ralf Cors??pius - 1.2.0-2 - Require: libGLU-devel (PR 181018) From fedora-extras-commits at redhat.com Mon Aug 14 06:11:35 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 13 Aug 2006 23:11:35 -0700 Subject: rpms/gtkglext/FC-5 gtkglext.spec,1.8,1.9 Message-ID: <200608140611.k7E6Bbuj016846@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/gtkglext/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16829 Modified Files: gtkglext.spec Log Message: * Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 - BR: libXmu-devel (Braden McDaniel). - *-devel: R: libXmu-devel. - *-devel: R: pkgconfig. Index: gtkglext.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglext/FC-5/gtkglext.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gtkglext.spec 14 Feb 2006 15:11:14 -0000 1.8 +++ gtkglext.spec 14 Aug 2006 06:11:34 -0000 1.9 @@ -3,7 +3,7 @@ Summary: OpenGL Extension to GTK Name: gtkglext Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -14,6 +14,8 @@ BuildRequires: gtk2-devel BuildRequires: libGLU-devel BuildRequires: libGL-devel +# Conditional build feature +BuildRequires: libXmu-devel # The configure script checks for X11/Intrinsic.h BuildRequires: libXt-devel @@ -33,6 +35,8 @@ Requires: gtk2-devel Requires: libGL-devel Requires: libGLU-devel +Requires: libXmu-devel +Requires: pkgconfig %description devel The gtkglext-devel package contains the header files, static libraries, @@ -77,6 +81,11 @@ %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 +- BR: libXmu-devel (Braden McDaniel). +- *-devel: R: libXmu-devel. +- *-devel: R: pkgconfig. + * Tue Feb 14 2006 Ralf Cors??pius - 1.2.0-2 - Require: libGLU-devel (PR 181018) From fedora-extras-commits at redhat.com Mon Aug 14 07:07:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 14 Aug 2006 00:07:37 -0700 Subject: comps comps-fe5.xml.in,1.69,1.70 comps-fe6.xml.in,1.35,1.36 Message-ID: <200608140707.k7E77dv0019741@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19722 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added gcdmaster and k3d Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- comps-fe5.xml.in 10 Aug 2006 20:30:15 -0000 1.69 +++ comps-fe5.xml.in 14 Aug 2006 07:07:36 -0000 1.70 @@ -381,6 +381,7 @@ graphviz gwenview inkscape + k3d qiv showimg skencil @@ -468,6 +469,7 @@ camstream camE easytag + gcdmaster gcfilms gcombust gnomad2 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- comps-fe6.xml.in 13 Aug 2006 21:05:41 -0000 1.35 +++ comps-fe6.xml.in 14 Aug 2006 07:07:37 -0000 1.36 @@ -383,6 +383,7 @@ graphviz gwenview inkscape + k3d qiv showimg skencil @@ -470,6 +471,7 @@ camstream camE easytag + gcdmaster gcfilms gcombust gnomad2 From fedora-extras-commits at redhat.com Mon Aug 14 08:30:48 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 01:30:48 -0700 Subject: fedora-security/audit fc4,1.351,1.352 Message-ID: <200608140830.k7E8UmYc022637@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22612 Modified Files: fc4 Log Message: Note that this file is no longer maintained Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- fc4 9 Aug 2006 19:31:40 -0000 1.351 +++ fc4 14 Aug 2006 08:30:46 -0000 1.352 @@ -1,6 +1,10 @@ Up to date CVE as of CVE email 20060730 Up to date FC4 as of 20060730 +This list is no longer maintained by the Red Hat security +response team as of 7th August 2006 (the release date of +Fedora Core 6 Test 2) + ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 From fedora-extras-commits at redhat.com Mon Aug 14 08:43:39 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 01:43:39 -0700 Subject: fedora-security/audit fc5,1.273,1.274 Message-ID: <200608140843.k7E8hdQ9022778@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22755 Modified Files: fc5 Log Message: Fix missing "version" for ff/tb updates and bring up to date with my mail folder Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- fc5 11 Aug 2006 19:32:42 -0000 1.273 +++ fc5 14 Aug 2006 08:43:37 -0000 1.274 @@ -1,5 +1,5 @@ -Up to date CVE as of CVE email 20060803 -Up to date FC5 as of 20060803 +Up to date CVE as of CVE email 20060813 +Up to date FC5 as of 20060813 ** are items that need attention @@ -9,48 +9,49 @@ CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected +CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3812 VULNERABLE (mozilla) -CVE-2006-3811 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3811 VULNERABLE (mozilla) -CVE-2006-3810 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3810 VULNERABLE (mozilla) -CVE-2006-3809 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3809 VULNERABLE (mozilla) -CVE-2006-3808 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3808 VULNERABLE (mozilla) -CVE-2006-3807 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3807 VULNERABLE (mozilla) -CVE-2006-3806 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3806 VULNERABLE (mozilla) -CVE-2006-3805 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3805 VULNERABLE (mozilla) -CVE-2006-3804 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3804 VULNERABLE (mozilla) -CVE-2006-3803 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3803 VULNERABLE (mozilla) -CVE-2006-3802 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3802 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3802 VULNERABLE (mozilla) -CVE-2006-3801 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3677 VULNERABLE (mozilla) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! @@ -84,9 +85,10 @@ CVE-2006-3174 version (squirrelmail, fixed 1.4.7) #197369 [since FEDORA-2006-788] CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] +CVE-2006-3122 ** dhcp CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux From fedora-extras-commits at redhat.com Mon Aug 14 13:40:31 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 06:40:31 -0700 Subject: fedora-security/audit fc6,NONE,1.1 Message-ID: <200608141340.k7EDeV51005503@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5486 Added Files: fc6 Log Message: Start on FC6; 45% done --- NEW FILE fc6 --- ********************************************************************** * WORK IN PROGRESS ********************************************************************** Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 Notes: 1. Removed packages no longer shipped (except mozilla!) 2. Added packages newly shipped 3. Deal with libutempter/utempter 4. ### left to do (was 1771) ** are items that need attention CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3812 VULNERABLE (mozilla) ### CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3811 VULNERABLE (mozilla) ### CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3810 VULNERABLE (mozilla) ### CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3809 VULNERABLE (mozilla) ### CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3808 VULNERABLE (mozilla) ### CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3807 VULNERABLE (mozilla) ### CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3806 VULNERABLE (mozilla) ### CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3805 VULNERABLE (mozilla) ### CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3804 VULNERABLE (mozilla) ### CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3803 VULNERABLE (mozilla) ### CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3802 VULNERABLE (mozilla) ### CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] ### CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 version (wireshark, fixed 0.99.2) CVE-2006-3631 version (wireshark, fixed 0.99.2) CVE-2006-3630 version (wireshark, fixed 0.99.2) CVE-2006-3629 version (wireshark, fixed 0.99.2) CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] ### CVE-2006-3619 VULNERABLE (gcc/fastjar) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) ### CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] ### CVE-2006-3467 VULNERABLE (freetype) ### CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] ### CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### CVE-2006-3352 ignore (firefox) not a vulnerability CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] ### CVE-2006-3122 ** dhcp ### CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] ### CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] ### CVE-2006-3018 version (php, fixed 5.1.3) CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] ### CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] ### CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] ### CVE-2006-2933 version (kde, not 3.2+) ### CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### CVE-2006-2894 VULNERABLE (mozilla) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2787 VULNERABLE (mozilla) ### CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2786 VULNERABLE (mozilla) ### CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2785 VULNERABLE (mozilla) ### CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2784 VULNERABLE (mozilla) ### CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2783 VULNERABLE (mozilla) ### CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2780 VULNERABLE (firefox) ### CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2780 VULNERABLE (mozilla) ### CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2779 VULNERABLE (mozilla) ### CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2778 VULNERABLE (mozilla) ### CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2777 VULNERABLE (mozilla) ### CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2776 VULNERABLE (mozilla) ### CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed CVE-2006-2661 VULNERABLE (freetype, fixed 2.2.1) #183677 ### CVE-2006-2660 ignore (php) see bz#195539 CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] ### CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] ### CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### CVE-2006-2366 VULNERABLE (openobex) #192087 ### CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2272 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2271 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-2198 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### CVE-2006-2073 VULNERABLE (bind) ### CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] ### CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2024 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### CVE-2006-1991 version (php) CVE-2006-1990 version (php) CVE-2006-1942 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-1940 version (wireshark, fixed 0.99.0) CVE-2006-1939 version (wireshark, fixed 0.99.0) CVE-2006-1938 version (wireshark, fixed 0.99.0) CVE-2006-1937 version (wireshark, fixed 0.99.0) CVE-2006-1936 version (wireshark, fixed 0.99.0) CVE-2006-1935 version (wireshark, fixed 0.99.0) CVE-2006-1934 version (wireshark, fixed 0.99.0) CVE-2006-1933 version (wireshark, fixed 0.99.0) CVE-2006-1932 version (wireshark, fixed 0.99.0) CVE-2006-1931 version (ruby, fixed 1.8.3) CVE-2006-1902 ignore (gcc) not a vulnerability CVE-2006-1865 version (beagle, fixed 0.2.5) CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in ### CVE-2006-1863 version (kernel, fixed 2.6.16.11) [since FEDORA-2006-499] ### CVE-2006-1862 version (kernel) not upstream kernels, only RHEL ### CVE-2006-1861 version (freetype, fixed 2.2.1) CVE-2006-1860 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### CVE-2006-1859 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### CVE-2006-1858 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-1857 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-1856 version (kernel, fixed 2.6.16.12) [since FEDORA-2006-499] ### CVE-2006-1855 version (kernel, fixed 2.6.11.12) ### CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) CVE-2006-1650 ignore (firefox) a number of reports don't confirm this CVE-2006-1646 ignore (ipsec-tools) KAME racoon, not ipsec-tools racoon CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1528 version (kernel, fixed 2.6.13) ### CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] ### CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] ### CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] ### CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] ### CVE-2006-1522 version (kernel, fixed 2.6.16.3) [since FEDORA-2006-421] ### CVE-2006-1518 version (mysql, fixed 5.0.21) CVE-2006-1517 version (mysql, fixed 5.0.21) CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) CVE-2006-1470 VULNERABLE (openldap) #197278 ### CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-1354 VULNERABLE (freeradius) ### CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] ### CVE-2006-1342 version (kernel, not 2.6) not vulnerable ### CVE-2006-1335 version (gnome-screensaver, fixed 2.14) CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] ### CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) CVE-2006-1168 VULNERABLE (ncompress) #201919 ### CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### CVE-2006-1056 version (kernel, fixed 2.6.16.9) [since FEDORA-2006-421] ### CVE-2006-1055 version (kernel, fixed 2.6.17-rc1) [since FEDORA-2006-421] ### CVE-2006-1052 version (kernel, fixed 2.6.16) [since FEDORA-2006-421] was patch-2.6.16-rc6 since FEDORA-2006-233 ### CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0836 VULNERABLE (thunderbird) ### CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] ### CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### CVE-2006-0558 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-0557 version (kernel, fixed 2.6.15.6) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0555 version (kernel, fixed 2.6.16) patch-2.6.16-rc6-git3 [since FEDORA-2006-233] ### CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection ### CVE-2006-0457 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0456 ignore (kernel, s390 only) CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### CVE-2006-0454 version (kernel, fixed 2.6.15.3) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0405 version (libtiff, 3.8.0 only) ### CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### CVE-2006-0299 version (thunderbird, fixed 1.5) ### CVE-2006-0299 version (mozilla, 1.8 branch only) ### CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### CVE-2006-0298 version (thunderbird, fixed 1.5) ### CVE-2006-0298 version (mozilla, 1.8 branch only) ### CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### CVE-2006-0297 version (thunderbird, fixed 1.5) ### CVE-2006-0297 version (mozilla, 1.8 branch only) ### CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### CVE-2006-0295 version (thunderbird, fixed 1.5) ### CVE-2006-0295 version (mozilla, 1.8 branch only) ### CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### CVE-2006-0294 version (thunderbird, fixed 1.5) ### CVE-2006-0294 version (mozilla, 1.8 branch only) ### CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### CVE-2006-0293 version (thunderbird, fixed 1.5) ### CVE-2006-0293 version (mozilla, 1.8 branch only) ### CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### CVE-2006-0292 version (firefox, fixed 1.5.1) ### CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### CVE-2006-0254 version (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) CVE-2006-0208 version (php, fixed 5.1.2) CVE-2006-0207 version (php, fixed 5.1.2) CVE-2006-0200 version (php, fixed 5.1.2) CVE-2006-0197 ignore (xorg-x11) not an issue CVE-2006-0195 version (squirrelmail, fixed 1.4.6) CVE-2006-0188 version (squirrelmail, fixed 1.4.6) CVE-2006-0144 version (php-pear, not 1.4.4) CVE-2006-0097 ignore (php) Windows only CVE-2006-0096 ignore (kernel) minor and requires root CVE-2006-0095 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0019 version (kdelibs, fixed 3.5.1) CVE-2005-4798 version (kernel, not 2.6) ### CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) ### CVE-2005-4720 version (firefox, fixed 1.5) ### CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### CVE-2005-4703 ignore (tomcat) windows only CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream ### CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### CVE-2005-4639 version (kernel, fixed 2.6.15) ### CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### CVE-2005-4635 version (kernel, fixed 2.6.15) ### CVE-2005-4618 version (kernel, fixed 2.6.15) ### CVE-2005-4605 version (kernel, fixed 2.6.15) ### CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE ### CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html CVE-2005-4134 backport (mozilla) mozilla-1.7.12-CVE-2005-4134-long-history-dos.patch ### CVE-2005-4077 version (curl, fixed 7.15.1) CVE-2005-3964 backport (openmotif) ### CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) ### CVE-2005-3857 version (kernel, fixed 2.6.15) ### CVE-2005-3848 version (kernel, fixed 2.6.13) ### CVE-2005-3847 version (kernel, fixed 2.6.12.6) ### CVE-2005-3810 version (kernel, fixed 2.6.15) ### CVE-2005-3809 version (kernel, fixed 2.6.15) ### CVE-2005-3808 version (kernel, fixed 2.6.15) ### CVE-2005-3807 version (kernel, fixed 2.6.15) ### CVE-2005-3806 version (kernel, fixed 2.6.14) ### CVE-2005-3805 version (kernel, fixed 2.6.14) ### CVE-2005-3784 version (kernel, fixed 2.6.15) ### CVE-2005-3783 version (kernel, fixed 2.6.15) ### CVE-2005-3753 version (kernel, fixed 2.6.14) also not a vuln ### CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix ### CVE-2005-3671 version (openswan, fixed 2.4.4) ### CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) CVE-2005-3651 version (wireshark, fixed 0.10.14) CVE-2005-3632 version (netpbm) CVE-2005-3631 version (udev) CVE-2005-3629 version (initscripts, fixed 8.29 at least) CVE-2005-3628 version (poppler, fixed 0.4.4) CVE-2005-3628 version (kdegraphics, fixed 3.5.1) CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3628 version (cups, fixed 1.2.0) CVE-2005-3627 version (poppler, fixed 0.4.4) CVE-2005-3627 version (kdegraphics, fixed 3.5.1) CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3627 backport (tetex) ### CVE-2005-3627 version (cups, fixed 1.2.0) CVE-2005-3626 version (poppler, fixed 0.4.4) CVE-2005-3626 version (kdegraphics, fixed 3.5.1) CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3626 backport (tetex) ### CVE-2005-3626 version (cups, fixed 1.2.0) CVE-2005-3625 version (poppler, fixed 0.4.4) CVE-2005-3625 version (kdegraphics, fixed 3.5.1) CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3625 backport (tetex) ### CVE-2005-3625 version (cups, fixed 1.2.0) CVE-2005-3624 version (poppler, fixed 0.4.4) CVE-2005-3624 version (kdegraphics, fixed 3.5.1) CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3624 backport (tetex) ### CVE-2005-3624 version (cups, fixed 1.2.0) CVE-2005-3623 version (kernel, fixed 2.6.14.5) ### CVE-2005-3582 version (ImageMagick) gentoo only CVE-2005-3573 version (mailman, fixed 2.1.7) CVE-2005-3527 version (kernel, fixed 2.6.14 at least) ### CVE-2005-3402 ignore (thunderbird) mozilla say by design CVE-2005-3392 version (php, not 5.0) CVE-2005-3391 version (php, not 5.0) CVE-2005-3390 version (php, fixed 5.1.0) CVE-2005-3389 version (php, fixed 5.1.1) CVE-2005-3388 version (php, fixed 5.1.1) CVE-2005-3359 version (kernel, fixed 2.6.14) ### CVE-2005-3358 version (kernel, fixed 2.6.11) ### CVE-2005-3357 version (httpd, fixed 2.2.1) CVE-2005-3356 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2005-3353 version (php, not 5.0) CVE-2005-3352 version (httpd, fixed 2.2.1) CVE-2005-3351 version (spamassassin, fixed 3.1.0) CVE-2005-3322 version (squid) not upstream, SUSE only CVE-2005-3319 ignore (mod_php) no security consequence CVE-2005-3313 version (wireshark, fixed after 0.10.13) CVE-2005-3276 version (kernel, fixed 2.6.12.4) ### CVE-2005-3275 version (kernel, fixed 2.6.13) ### CVE-2005-3274 version (kernel, fixed 2.6.13) ### CVE-2005-3273 version (kernel, fixed 2.6.12) ### CVE-2005-3272 version (kernel, fixed 2.6.13) ### CVE-2005-3271 version (kernel, fixed 2.6.9) ### CVE-2005-3258 version (squid, fixed 2.5STABLE12) CVE-2005-3257 version (kernel, fixed 2.6.15) ### CVE-2005-3249 version (wireshark, fixed 0.10.13) CVE-2005-3248 version (wireshark, fixed 0.10.13) CVE-2005-3247 version (wireshark, fixed 0.10.13) CVE-2005-3246 version (wireshark, fixed 0.10.13) CVE-2005-3245 version (wireshark, fixed 0.10.13) CVE-2005-3244 version (wireshark, fixed 0.10.13) CVE-2005-3243 version (wireshark, fixed 0.10.13) CVE-2005-3242 version (wireshark, fixed 0.10.13) CVE-2005-3241 version (wireshark, fixed 0.10.13) CVE-2005-3193 version (poppler, fixed 0.4.4) CVE-2005-3193 version (kdegraphics, fixed 3.5.1) CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3193 version (cups, fixed 1.2.0) CVE-2005-3192 version (poppler, fixed 0.4.4) CVE-2005-3192 version (kdegraphics, fixed 3.5.1) CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3192 version (cups, fixed 1.2.0) CVE-2005-3191 version (poppler, fixed 0.4.4) CVE-2005-3191 version (kdegraphics, fixed 3.5.1) CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3191 version (cups, fixed 1.2.0) CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) ### CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) CVE-2005-3181 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3180 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3179 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3164 version (tomcat, not 5) CVE-2005-3120 backport (lynx) ### CVE-2005-3119 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3110 version (kernel, fixed 2.6.12) ### CVE-2005-3109 version (kernel, fixed 2.6.12) ### CVE-2005-3108 version (kernel, fixed 2.6.12) ### CVE-2005-3107 version (kernel, fixed 2.6.11) ### CVE-2005-3106 version (kernel, fixed 2.6.11) ### CVE-2005-3105 version (kernel, fixed 2.6.12) ### CVE-2005-3089 version (firefox, fixed 1.0.7) ### CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped CVE-2005-3055 version (kernel, fixed 2.6.14 at least) ### CVE-2005-3054 ignore (php) CVE-2005-3053 version (kernel) ### CVE-2005-3044 version (kernel, fixed 2.6.13.2) ### CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### CVE-2005-2975 version (gtk2, fixed 2.8.7) ### CVE-2005-2973 version (kernel, fixed 2.6.14 at least) ### CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) CVE-2005-2968 version (thunderbird) ### CVE-2005-2968 version (mozilla, not 1.7.10) ### CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) ### CVE-2005-2929 backport (lynx) ### CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) CVE-2005-2873 VULNERABLE (kernel) not fixed upstream ### CVE-2005-2872 version (kernel, fixed 2.6.12) ### CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### CVE-2005-2801 version (kernel, fixed 2.6.11) ### CVE-2005-2800 version (kernel, fixed 2.6.12.6) ### CVE-2005-2798 version (openssh, fixed 4.2) CVE-2005-2797 version (openssh, fixed 4.2) CVE-2005-2796 version (squid, fixed 2.5.STABLE11) CVE-2005-2794 version (squid, fixed 2.5.STABLE11) CVE-2005-2728 version (httpd, not 2.2) CVE-2005-2709 version (kernel, fixed 2.6.14.3) ### CVE-2005-2708 ignore (kernel) not reproducable on x86_64 ### CVE-2005-2707 version (thunderbird) ### CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### CVE-2005-2706 version (thunderbird) ### CVE-2005-2706 version (mozilla, fixed 1.7.12) ### CVE-2005-2706 version (firefox, fixed 1.0.7) ### CVE-2005-2705 version (thunderbird) ### CVE-2005-2705 version (mozilla, fixed 1.7.12) ### CVE-2005-2705 version (firefox, fixed 1.0.7) ### CVE-2005-2704 version (thunderbird) ### CVE-2005-2704 version (mozilla, fixed 1.7.12) ### CVE-2005-2704 version (firefox, fixed 1.0.7) ### CVE-2005-2703 version (thunderbird) ### CVE-2005-2703 version (mozilla, fixed 1.7.12) ### CVE-2005-2703 version (firefox, fixed 1.0.7) ### CVE-2005-2702 version (thunderbird) ### CVE-2005-2702 version (mozilla, fixed 1.7.12) ### CVE-2005-2702 version (firefox, fixed 1.0.7) ### CVE-2005-2701 version (mozilla, fixed 1.7.12) ### CVE-2005-2701 version (firefox, fixed 1.0.7) ### CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### CVE-2005-2672 version (lm_sensors, fixed 2.9.2) ### CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### CVE-2005-2617 version (kernel, fixed 2.6.12.5) ### CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 CVE-2005-2558 version (mysql, fixed 4.1.13) CVE-2005-2558 ignore (mysql) not an issue CVE-2005-2555 version (kernel, fixed 2.6.12.6pre) ### CVE-2005-2553 version (kernel, not 2.6) ### CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 ### CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### CVE-2005-2541 ignore (tar) is documented behaviour CVE-2005-2500 version (kernel, fixed 2.6.13) ### CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### CVE-2005-2492 version (kernel, fixed 2.6.13.1) ### CVE-2005-2491 version (pcre, fixed 6.2) ### CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) ### CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible CVE-2005-2458 version (kernel, fixed 2.6.12.5) ### CVE-2005-2457 version (kernel, fixed 2.6.12.5) ### CVE-2005-2456 version (kernel, fixed 2.6.12.5) ### CVE-2005-2452 version (libtiff, fixed 3.7.0) ### CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash CVE-2005-2410 version (NetworkManager, fixed 5.0) ### CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 CVE-2005-2370 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2370 version (gaim, fixed 1.5.0) CVE-2005-2369 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2368 version (vim, fixed 6.3.086 at least) ### CVE-2005-2367 version (wireshark, fixed 0.10.12) CVE-2005-2366 version (wireshark, fixed 0.10.12) CVE-2005-2365 version (wireshark, fixed 0.10.12) CVE-2005-2364 version (wireshark, fixed 0.10.12) CVE-2005-2363 version (wireshark, fixed 0.10.12) CVE-2005-2362 version (wireshark, fixed 0.10.12) CVE-2005-2361 version (wireshark, fixed 0.10.12) CVE-2005-2360 version (wireshark, fixed 0.10.12) CVE-2005-2353 ignore (thunderbird) debug mode only CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) CVE-2005-2270 version (thunderbird, fixed 1.0.5) ### CVE-2005-2270 version (mozilla, fixed 1.7.9) ### CVE-2005-2270 version (firefox, fixed 1.0.5) ### CVE-2005-2269 version (thunderbird, fixed 1.0.5) ### CVE-2005-2269 version (mozilla, fixed 1.7.9) ### CVE-2005-2269 version (firefox, fixed 1.0.5) ### CVE-2005-2268 version (mozilla, fixed 1.7.9) ### CVE-2005-2268 version (firefox, fixed 1.0.5) ### CVE-2005-2267 version (mozilla, fixed 1.7.9) ### CVE-2005-2267 version (firefox, fixed 1.0.5) ### CVE-2005-2266 version (thunderbird, fixed 1.0.5) ### CVE-2005-2266 version (mozilla, fixed 1.7.9) ### CVE-2005-2266 version (firefox, fixed 1.0.5) ### CVE-2005-2265 version (thunderbird, fixed 1.0.5) ### CVE-2005-2265 version (mozilla, fixed 1.7.9) ### CVE-2005-2265 version (firefox, fixed 1.0.5) ### CVE-2005-2264 version (firefox, fixed 1.0.5) ### CVE-2005-2263 version (mozilla, fixed 1.7.9) ### CVE-2005-2263 version (firefox, fixed 1.0.5) ### CVE-2005-2262 version (firefox, fixed 1.0.5) ### CVE-2005-2261 version (thunderbird, fixed 1.0.5) ### CVE-2005-2261 version (mozilla, fixed 1.7.9) ### CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### CVE-2005-2260 version (firefox, fixed 1.0.5) ### CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) ### CVE-2005-2114 version (mozilla, fixed 1.7.9) ### CVE-2005-2114 version (firefox, fixed 1.0.5) ### CVE-2005-2104 version (sysreport, fixed 1.4.1-5) ### CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 ### CVE-2005-2099 version (kernel, fixed 2.6.12.5) ### CVE-2005-2098 version (kernel, fixed 2.6.12.5) ### CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) CVE-2005-2096 version (rpm, fixed 4.4.2) ### CVE-2005-2096 backport (zlib, fixed 1.2.2.4) CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) ### CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### CVE-2005-2023 version (gnupg, fixed 1.9.15) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) ### CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (mozilla, fixed 1.7.9) ### CVE-2005-1937 version (firefox, fixed 1.0.5) ### CVE-2005-1934 version (gaim, fixed 1.3.1) CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) CVE-2005-1918 version (tar) CVE-2005-1913 version (kernel, fixed 2.6.12.2) ### CVE-2005-1852 version (kdenetwork, fixed 3.4.2) ### CVE-2005-1849 version (zlib, fixed 1.2.3) CVE-2005-1831 ignore (sudo) unsubstantiated report CVE-2005-1769 version (squirrelmail, fixed 1.4.5) CVE-2005-1768 version (kernel, fixed 2.6.6) ### CVE-2005-1767 version (kernel, fixed 2.6.7) ### CVE-2005-1765 version (kernel, fixed 2.6.12) ### CVE-2005-1764 version (kernel, fixed 2.6.12) ### CVE-2005-1763 version (kernel, fixed 2.6.12) ### CVE-2005-1762 version (kernel, fixed 2.6.12) ### CVE-2005-1761 version (kernel, fixed 2.6.12.2) ### CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used CVE-2005-1751 version (nmap, fixed 3.93 at least) ### CVE-2005-1751 ignore (openldap) fixed shtool 2.0.2. Flawed code path not used CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) ### CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) ### CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) CVE-2005-1589 version (kernel, fixed 2.6.11.10) ### CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### CVE-2005-1532 version (thunderbird) ### CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### CVE-2005-1531 version (mozilla, fixed 1.7.8) ### CVE-2005-1531 version (firefox, fixed 1.0.4) ### CVE-2005-1519 version (squid, fixed 2.5.STABLE10) CVE-2005-1470 version (wireshark, fixed 0.10.11) CVE-2005-1469 version (wireshark, fixed 0.10.11) CVE-2005-1468 version (wireshark, fixed 0.10.11) CVE-2005-1467 version (wireshark, fixed 0.10.11) CVE-2005-1466 version (wireshark, fixed 0.10.11) CVE-2005-1465 version (wireshark, fixed 0.10.11) CVE-2005-1464 version (wireshark, fixed 0.10.11) CVE-2005-1463 version (wireshark, fixed 0.10.11) CVE-2005-1462 version (wireshark, fixed 0.10.11) CVE-2005-1461 version (wireshark, fixed 0.10.11) CVE-2005-1460 version (wireshark, fixed 0.10.11) CVE-2005-1459 version (wireshark, fixed 0.10.11) CVE-2005-1458 version (wireshark, fixed 0.10.11) CVE-2005-1457 version (wireshark, fixed 0.10.11) CVE-2005-1456 version (wireshark, fixed 0.10.11) CVE-2005-1455 version (freeradius, fixed 1.0.3) CVE-2005-1454 version (freeradius, fixed 1.0.3) CVE-2005-1431 version (gnutls, fixed 1.0.25) CVE-2005-1410 version (postgresql, fixed 8.0.2) CVE-2005-1409 version (postgresql, fixed 8.0.1) CVE-2005-1369 version (kernel, fixed 2.6.12) ### CVE-2005-1368 version (kernel, fixed 2.6.12) ### CVE-2005-1345 version (squid, fixed 2.5.STABLE10) CVE-2005-1344 ignore (httpd) not a vulnerability CVE-2005-1281 version (wireshark, fixed 0.10.11) CVE-2005-1280 version (tcpdump, fixed 3.9.2) CVE-2005-1279 version (tcpdump, fixed 3.9.2) CVE-2005-1278 version (tcpdump, fixed 3.9.2) CVE-2005-1277 ignore (dupe) CVE-2005-1275 version (ImageMagick, fixed 6.2.2) CVE-2005-1269 version (gaim, fixed 1.3.1) CVE-2005-1268 version (httpd, not 2.2) CVE-2005-1267 version (tcpdump, fixed 3.9.4 at least) CVE-2005-1266 version (spamassassin, fixed 3.0.4) CVE-2005-1265 version (kernel) ### CVE-2005-1264 version (kernel) ### CVE-2005-1263 version (kernel) ### CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) ### CVE-2005-1229 backport (cpio) ### CVE-2005-1228 backport (gzip) ### CVE-2005-1194 backport (nasm) ### CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) CVE-2005-1160 version (thunderbird) ### CVE-2005-1160 version (mozilla) ### CVE-2005-1160 version (firefox) ### CVE-2005-1159 version (thunderbird) ### CVE-2005-1159 version (mozilla) ### CVE-2005-1159 version (firefox) ### CVE-2005-1158 version (firefox, fixed 1.0.3) ### CVE-2005-1157 version (mozilla) ### CVE-2005-1157 version (firefox) ### CVE-2005-1156 version (mozilla) ### CVE-2005-1156 version (firefox) ### CVE-2005-1155 version (mozilla) ### CVE-2005-1155 version (firefox) ### CVE-2005-1154 version (mozilla) ### CVE-2005-1154 version (firefox) ### CVE-2005-1153 version (mozilla) ### CVE-2005-1153 version (firefox) ### CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) ### CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) ### CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### CVE-2005-0989 version (thunderbird) ### CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### CVE-2005-0977 version (kernel, fixed 2.6.11) ### CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### CVE-2005-0937 version (kernel, fixed 2.6.11) ### CVE-2005-0916 version (kernel, fixed 2.6.12) ### CVE-2005-0891 version (gtk2, fixed 2.2.4) ### CVE-2005-0867 version (kernel, fixed 2.6.11) ### CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### CVE-2005-0839 version (kernel, fixed 2.6.11) ### CVE-2005-0815 version (kernel, fixed 2.6.11.6) ### CVE-2005-0808 version (tomcat, fixed 5.x) CVE-2005-0806 version (evolution, fixed 2.0.4) CVE-2005-0799 version (mysql) not linux CVE-2005-0767 version (kernel, fixed 2.6.11) ### CVE-2005-0766 version (wireshark, fixed after 0.10.9) CVE-2005-0765 version (wireshark, fixed after 0.10.9) CVE-2005-0763 version (mc, fixed 4.6.0) CVE-2005-0762 version (ImageMagick, fixed 6.0) CVE-2005-0761 version (ImageMagick, fixed 6.1.8) CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) ### CVE-2005-0758 backport (bzip2) ### CVE-2005-0757 version (kernel, not 2.6) ### CVE-2005-0756 version (kernel, fixed 2.6.12) ### CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### CVE-2005-0750 version (kernel, fixed 2.6.11.6) ### CVE-2005-0749 version (kernel, fixed 2.6.11.6) ### CVE-2005-0739 version (wireshark, fixed after 0.10.9) CVE-2005-0736 version (kernel, fixed 2.6.11) ### CVE-2005-0718 version (squid, fixed 2.5.STABLE8) CVE-2005-0711 version (mysql, fixed 4.1.11) CVE-2005-0710 version (mysql, fixed 4.1.11) CVE-2005-0709 version (mysql, fixed 4.1.11) CVE-2005-0705 version (wireshark, fixed after 0.10.9) CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) CVE-2005-0670 VULNERABLE (hcidump) ### CVE-2005-0664 version (libexif, fixed 0.6.12) ### CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) ### CVE-2005-0626 version (squid, fixed 2.5.STABLE10) CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) ### CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) CVE-2005-0593 version (mozilla) ### CVE-2005-0593 version (firefox) ### CVE-2005-0592 version (mozilla) ### CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### CVE-2005-0590 version (thunderbird) ### CVE-2005-0590 version (openswan, fixed 2.1.4) ### CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### CVE-2005-0589 version (firefox, fixed 1.0.1) ### CVE-2005-0588 version (mozilla) ### CVE-2005-0588 version (firefox) ### CVE-2005-0587 version (mozilla) ### CVE-2005-0587 version (firefox) ### CVE-2005-0586 version (mozilla) ### CVE-2005-0586 version (firefox) ### CVE-2005-0585 version (mozilla) ### CVE-2005-0585 version (firefox) ### CVE-2005-0584 version (mozilla) ### CVE-2005-0584 version (firefox) ### CVE-2005-0578 version (mozilla) ### CVE-2005-0578 version (firefox) ### CVE-2005-0565 version (kernel, not 2.6) ### CVE-2005-0532 version (kernel, fixed 2.6.11) ### CVE-2005-0531 version (kernel, fixed 2.6.11) ### CVE-2005-0530 version (kernel, fixed 2.6.11) ### CVE-2005-0529 version (kernel, fixed 2.6.11) ### CVE-2005-0527 version (mozilla, fixed 1.7.6) ### CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) ### CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 ### CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) ### CVE-2005-0488 backport (telnet) ### CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### CVE-2005-0473 version (gaim, fixed 1.1.3) CVE-2005-0472 version (gaim, fixed 1.1.3) CVE-2005-0469 version (krb5, fixed 1.4.1) CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0468 version (krb5, fixed 1.4.1) CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0449 version (kernel, fixed 2.6.11) ### CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 CVE-2005-0403 version (kernel) not upstream ### CVE-2005-0402 version (firefox, fixed 1.0.2) ### CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### CVE-2005-0400 version (kernel, fixed 2.6.11.6) ### CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) CVE-2005-0384 version (kernel, fixed 2.6.11.4) ### CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### CVE-2005-0255 version (mozilla, fixed 1.7.6) ### CVE-2005-0255 version (firefox, fixed 1.0.1) ### CVE-2005-0247 version (postgresql, fixed after 8.0) CVE-2005-0246 version (postgresql, fixed 8.0.1) CVE-2005-0245 version (postgresql, fixed 8.0.1) CVE-2005-0244 version (postgresql, fixed 8.0.1) CVE-2005-0241 version (squid, fixed 2.5.STABLE8) CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) ### CVE-2005-0237 version (kdelibs, fixed 3.4.0) CVE-2005-0233 version (mozilla, fixed 1.7.6) ### CVE-2005-0233 version (firefox, fixed 1.0.1) ### CVE-2005-0232 version (mozilla, fixed 1.7.6) ### CVE-2005-0232 version (firefox, fixed 1.0.1) ### CVE-2005-0231 version (mozilla, fixed 1.7.6) ### CVE-2005-0231 version (firefox, fixed 1.0.1) ### CVE-2005-0230 version (thunderbird, fixed 1.0.2) ### CVE-2005-0230 version (mozilla, fixed 1.7.6) ### CVE-2005-0230 version (firefox, fixed 1.0.1) ### CVE-2005-0227 version (postgresql, fixed 8.0.1) CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) CVE-2005-0210 version (kernel, fixed 2.6.11) ### CVE-2005-0209 version (kernel, fixed 2.6.11) ### CVE-2005-0208 version (gaim, fixed 1.1.4) CVE-2005-0207 version (kernel, fixed 2.6.11) ### CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 CVE-2005-0205 version (kdenetwork, not 3.3+) ### CVE-2005-0204 version (kernel) didn't affect upstream ### CVE-2005-0202 version (mailman, fixed 2.1.6) CVE-2005-0201 version (dbus, fixed 0.36.1) ### CVE-2005-0194 version (squid, fixed 2.5.STABLE8) CVE-2005-0180 version (kernel, fixed 2.6.11) ### CVE-2005-0179 version (kernel, fixed 2.6.11) ### CVE-2005-0178 version (kernel, fixed 2.6.11) ### CVE-2005-0177 version (kernel, fixed 2.6.11) ### CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 ### CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) CVE-2005-0162 version (openswan, fixed 2.3.0) ### CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) CVE-2005-0150 version (firefox, fixed 1.0) ### CVE-2005-0149 version (mozilla) ### CVE-2005-0149 version (firefox) ### CVE-2005-0147 version (mozilla) ### CVE-2005-0147 version (firefox) ### CVE-2005-0146 version (mozilla) ### CVE-2005-0146 version (firefox) ### CVE-2005-0145 version (firefox, fixed 1.0) ### CVE-2005-0144 version (mozilla) ### CVE-2005-0144 version (firefox) ### CVE-2005-0143 version (mozilla) ### CVE-2005-0143 version (firefox) ### CVE-2005-0142 version (thunderbird) ### CVE-2005-0142 version (mozilla) ### CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### CVE-2005-0141 version (firefox) ### CVE-2005-0137 version (kernel, not 2.6) ### CVE-2005-0136 version (kernel, fixed 2.6.11) ### CVE-2005-0135 version (kernel, fixed 2.6.11) ### CVE-2005-0124 version (kernel, fixed 2.6.11) ### CVE-2005-0109 version (openssl, not 0.9.8a) CVE-2005-0109 backport (openssl097a) CVE-2005-0104 version (squirrelmail, fixed 1.4.4) CVE-2005-0103 version (squirrelmail, fixed 1.4.4) CVE-2005-0102 version (evolution-data-server, fixed 1.2.2 at least) CVE-2005-0100 version (emacs, fixed 21.4 at least) ### CVE-2005-0097 version (squid, fixed 2.5.STABLE8) CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) CVE-2005-0094 version (squid, fixed 2.5.STABLE8) CVE-2005-0092 version (kernel, not affected) ### CVE-2005-0091 version (kernel, not affected) ### CVE-2005-0090 version (kernel, not affected) ### CVE-2005-0089 version (python, fixed 2.4.1 at least) ### CVE-2005-0088 version (mod_python, fixed after 2.7.8) CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### CVE-2005-0086 version (less) didn't affect upstream ### CVE-2005-0085 version (htdig, fixed 3.1.6-r7) ### CVE-2005-0084 version (wireshark, fixed 0.10.9) CVE-2005-0080 version (mailman) not upstream CVE-2005-0078 version (kde, fixed 3.0.5) ### CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) ### CVE-2005-0075 version (squirrelmail, fixed 1.4.4) CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### CVE-2005-0064 version (xpdf, fixed 3.0.1) CVE-2005-0064 version (tetex, fixed 3.0) ### CVE-2005-0064 version (kdegraphics, not 3.4) CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc CVE-2005-0034 version (bind, fixed after 9.3.0) ### CVE-2005-0033 version (bind, not 9) ### CVE-2005-0023 ignore (libvte) not a security risk CVE-2005-0014 version (ncpfs, fixed 2.2.6) ### CVE-2005-0013 version (ncpfs, fixed 2.2.6) ### CVE-2005-0011 version (kdeedu, not 3.4) ### CVE-2005-0010 version (wireshark, fixed 0.10.9) CVE-2005-0009 version (wireshark, fixed 0.10.9) CVE-2005-0008 version (wireshark, fixed 0.10.9) CVE-2005-0007 version (wireshark, fixed 0.10.9) CVE-2005-0006 version (wireshark, fixed 0.10.9) CVE-2005-0005 version (ImageMagick, fixed after 6.1.7) CVE-2005-0004 version (mysql, fixed 4.1.10) CVE-2005-0003 version (kernel, fixed 2.6.10) ### CVE-2005-0001 version (kernel, fixed 2.6.10) ### CVE-2004-2660 version (kernel, fixed 2.6.10) ### CVE-2004-2657 ignore (firefox) windows only CVE-2004-2654 version (squid, fixed 2.6STABLE6) CVE-2004-2607 version (kernel, fixed 2.6.5) ### CVE-2004-2589 version (gaim, fixed 0.82) CVE-2004-2546 version (samba, fixed 3.0.6) CVE-2004-2541 ignore (cscope) blocked by FORTIFY_SOURCE CVE-2004-2536 version (kernel, fixed 2.6.7) ### CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) CVE-2004-2396 version (passwd, fixed 0.69) ### CVE-2004-2395 version (passwd, fixed 0.69) ### CVE-2004-2394 version (passwd, fixed 0.69) ### CVE-2004-2392 version (libuser, fixed 0.51.10) ### CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) ### CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### CVE-2004-2225 version (firefox, fixed 0.10.1) ### CVE-2004-2154 version (cups, fixed 1.2.21rc1) CVE-2004-2149 version (mysql, fixed 4.1.5) CVE-2004-2136 ignore (dm-crypt) design CVE-2004-2135 ignore (kernel) design CVE-2004-2093 ignore (rsync) not security issue CVE-2004-2069 version (openssh, not 4) CVE-2004-2014 version (wget, fixed 1.10.1) CVE-2004-2013 version (kernel, not 2.6) CVE-2004-2004 version (configuration) SUSE only ### CVE-2004-1880 version (openldap, fixed 2.2.21) ### CVE-2004-1834 version (httpd, not 2.2) CVE-2004-1773 version (sharutils, not 4.6) ### CVE-2004-1772 version (sharutils, not 4.6) ### CVE-2004-1761 version (wireshark, fixed 0.10.3) CVE-2004-1689 version (sudo, fixed 1.6.8p1) ### CVE-2004-1653 ignore (openssh) CVE-2004-1639 version (mozilla) ### CVE-2004-1639 version (firefox) ### CVE-2004-1617 ignore (lynx) not able to verify flaw ### CVE-2004-1614 version (mozilla, fixed 1.7.5) ### CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) CVE-2004-1451 version (thunderbird) ### CVE-2004-1451 version (mozilla) ### CVE-2004-1451 version (firefox) ### CVE-2004-1450 version (thunderbird) ### CVE-2004-1450 version (mozilla) ### CVE-2004-1450 version (firefox) ### CVE-2004-1449 version (thunderbird) ### CVE-2004-1449 version (mozilla) ### CVE-2004-1449 version (firefox) ### CVE-2004-1392 version (php, fixed 5.0.4) CVE-2004-1382 version (glibc, not 2.3.5) CVE-2004-1381 version (mozilla) ### CVE-2004-1381 version (firefox) ### CVE-2004-1380 version (mozilla) ### CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) ### CVE-2004-1336 version (tetex, fixed 3.0 at least) ### CVE-2004-1335 version (kernel, fixed 2.6.10) ### CVE-2004-1334 version (kernel, fixed 2.6.10) ### CVE-2004-1333 version (kernel, fixed 2.6.10) ### CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-1307 version (libtiff, was already fixed with 0886) ### CVE-2004-1304 version (file, fixed 4.12) CVE-2004-1296 backport (groff) from srpm ### CVE-2004-1287 backport (nasm) ### CVE-2004-1270 version (cups, fixed 1.1.23) CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) CVE-2004-1267 version (cups, fixed 1.1.23) CVE-2004-1237 version (kernel, not 2.6) not upstream ### CVE-2004-1235 version (kernel, fixed 2.6.11) ### CVE-2004-1234 version (kernel, not 2.6) ### CVE-2004-1224 version (mtr, fixed after 0.65) ### CVE-2004-1200 ignore (firefox, mozilla) not a security issue CVE-2004-1191 version (kernel, fixed 2.6.9) ### CVE-2004-1190 version (kernel, fixed 2.6.10) ### CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### CVE-2004-1184 version (enscript, fixed 1.6.4 at least) ### CVE-2004-1183 version (libtiff, fixed 3.7.2) ### CVE-2004-1180 version (rwho, fixed 0.17) ### CVE-2004-1177 version (mailman, fixed 2.1.6) CVE-2004-1176 version (mc, fixed 4.6.0) CVE-2004-1175 version (mc, fixed 4.6.0) CVE-2004-1174 version (mc, fixed 4.6.0) CVE-2004-1171 version (kdelibs, not 3.4) CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) ### CVE-2004-1145 version (kde, not 3.4) ### CVE-2004-1144 version (kernel, not 2.6) ### CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) CVE-2004-1138 version (vim, fixed 6.3) ### CVE-2004-1137 version (kernel, fixed 2.6.10) ### CVE-2004-1125 version (xpdf, fixed 3.0.1) CVE-2004-1125 version (tetex, at least 3.0) ### CVE-2004-1125 version (kdegraphics, not 3.4) CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) ### CVE-2004-1093 version (mc, fixed 4.6.0) CVE-2004-1092 version (mc, fixed 4.6.0) CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### CVE-2004-1074 version (kernel, fixed 2.6.10) ### CVE-2004-1073 version (kernel, fixed 2.6.10) ### CVE-2004-1072 version (kernel, fixed 2.6.10) ### CVE-2004-1071 version (kernel, fixed 2.6.10) ### CVE-2004-1070 version (kernel, fixed 2.6.10) ### CVE-2004-1069 version (kernel, fixed 2.6.10) ### CVE-2004-1068 version (kernel, fixed 2.6.10) ### CVE-2004-1065 version (php, fixed after 5.0.2) CVE-2004-1064 version (php, fixed after 5.0.2) CVE-2004-1063 version (php, fixed after 5.0.2) CVE-2004-1060 version (kernel) all verifies sequence number ### CVE-2004-1058 version (kernel, fixed 2.6.9) ### CVE-2004-1057 version (kernel, fixed 2.6.10) ### CVE-2004-1056 version (kernel, fixed 2.6.10) ### CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) CVE-2004-1018 version (php, fixed after 5.0.2) CVE-2004-1017 version (kernel, fixed 2.6.10) ### CVE-2004-1016 version (kernel, fixed 2.6.10) ### CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) CVE-2004-1006 version (dhcp, not 3) ### CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) ### CVE-2004-0996 backport (cscope) not fixed in 15.5 ### CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### CVE-2004-0989 version (libxml2, fixed 2.6.15) CVE-2004-0986 version (iptables, fixed 1.2.12) ### CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) CVE-2004-0974 version (netatalk, fixed 2.0.1) ### CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) ### CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### CVE-2004-0970 version (gzip) ### CVE-2004-0969 version (groff, fixed 1.18.1.1) ### CVE-2004-0968 version (glibc, fixed 2.3.5 at least) CVE-2004-0967 version (ghostscript, fixed 8.15.1) CVE-2004-0966 version (gettext, fixed 0.14.3 at least) ### CVE-2004-0961 version (freeradius, fixed 1.0.1) CVE-2004-0960 version (freeradius, fixed 1.0.1) CVE-2004-0959 version (php, fixed 4.3.9) CVE-2004-0958 version (php, fixed 4.3.9) CVE-2004-0957 version (mysql, fixed 4.0.21) CVE-2004-0956 version (mysql, fixed 4.0.20) CVE-2004-0946 version (nfs-utils, fixed 1.0.6-r6) CVE-2004-0942 version (httpd, not 2.2) CVE-2004-0941 backport (gd) ### CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) CVE-2004-0929 version (libtiff, fixed 3.7.0) ### CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### CVE-2004-0914 backport (openmotif) ### CVE-2004-0909 version (thunderbird) ### CVE-2004-0909 version (mozilla) ### CVE-2004-0909 version (firefox) ### CVE-2004-0908 version (mozilla, fixed 1.7.3) ### CVE-2004-0907 version (thunderbird) ### CVE-2004-0907 version (mozilla) ### CVE-2004-0907 version (firefox) ### CVE-2004-0906 version (thunderbird) ### CVE-2004-0906 version (mozilla) ### CVE-2004-0906 version (firefox) ### CVE-2004-0905 version (mozilla, fixed 1.7.3) ### CVE-2004-0904 version (mozilla, fixed 1.7.3) ### CVE-2004-0903 version (mozilla, fixed 1.7.3) ### CVE-2004-0902 version (mozilla, fixed 1.7.3) ### CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (tetex, fixed 3.0) ### CVE-2004-0888 version (kpdegraphics, not 3.4) ### CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) ### CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### CVE-2004-0883 version (kernel, fixed 2.6.11) ### CVE-2004-0883 version (kernel, fixed 2.6.11) ### CVE-2004-0882 version (samba, fixed 3.0.8) CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix CVE-2004-0867 version (firefox, after 0.9.2) ### CVE-2004-0837 version (mysql, fixed 4.0.21) CVE-2004-0836 version (mysql, fixed 4.0.21) CVE-2004-0835 version (mysql, fixed 4.1.2) CVE-2004-0832 version (squid, fixed 2.5.STABLE7) CVE-2004-0829 version (samba, fixed 2.2.11) CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) CVE-2004-0826 version (nss, fixed 3.9.2) ### CVE-2004-0823 version (openldap, fixed after 2.1.19) ### CVE-2004-0816 version (kernel, fixed 2.6.8) ### CVE-2004-0815 version (samba, fixed 3.0.2a) CVE-2004-0814 version (kernel, fixed 2.6.9) ### CVE-2004-0813 version (kernel, fixed 2.6.8) ### CVE-2004-0812 version (kernel, not 2.6) ### CVE-2004-0811 version (httpd, not 2.2) CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) CVE-2004-0807 version (samba, fixed 3.0.7) CVE-2004-0806 version (cdrtools, fixed 2.0.1) ### CVE-2004-0804 version (libtiff, fixed after 3.6.1) ### CVE-2004-0804 version (kdegraphics) CVE-2004-0803 version (libtiff, fixed after 3.6.1) ### CVE-2004-0803 version (kdegraphics) CVE-2004-0801 version (foomatic, fixed 3.0.2) CVE-2004-0797 version (zlib, fixed 1.2.2.2 at least) CVE-2004-0797 version (zlib) CVE-2004-0796 version (spamassassin, fixed 2.64) CVE-2004-0792 version (rsync, fixed 2.6.3) CVE-2004-0791 version (kernel, fixed 2.6.9) ### CVE-2004-0790 version (kernel) doesn't affect linux 2.6 ### CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0786 version (apr-util, fixed 2.0.51) ### CVE-2004-0785 version (gaim, fixed 0.82) CVE-2004-0784 version (gaim, fixed 0.82) CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0779 version (thunderbird) ### CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) CVE-2004-0771 backport (lha, changelog) ### CVE-2004-0769 backport (lha, changelog) ### CVE-2004-0768 version (libpng, fixed 1.2.6) CVE-2004-0765 version (mozilla, fixed 1.7) ### CVE-2004-0764 version (mozilla, fixed 1.7) ### CVE-2004-0763 version (mozilla, fixed 1.7.2) ### CVE-2004-0762 version (mozilla, fixed 1.7) ### CVE-2004-0761 version (mozilla, fixed 1.7) ### CVE-2004-0760 version (mozilla, fixed 1.7.2) ### CVE-2004-0759 version (mozilla, fixed 1.7) ### CVE-2004-0758 version (mozilla, fixed 1.7.2) ### CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) CVE-2004-0753 version (gtk2, fixed after 2.2.4) ### CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) ### CVE-2004-0751 version (httpd, not 2.2) CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) ### CVE-2004-0749 version (subversion, fixed 1.0.8) ### CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) ### CVE-2004-0745 backport (lha) ### CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### CVE-2004-0693 version (qt, fixed 3.3.3) ### CVE-2004-0692 version (qt, fixed 3.3.3) ### CVE-2004-0691 version (qt, fixed 3.3.3) ### CVE-2004-0690 version (kdelibs, fixed after 3.2.3) CVE-2004-0689 version (kdelibs, fixed 3.3.0) CVE-2004-0688 version (openmotif) ### CVE-2004-0687 version (openmotif) ### CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) ### CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) ### CVE-2004-0648 version (mozilla) ### CVE-2004-0648 version (firefox) ### CVE-2004-0644 version (krb5, fixed after 1.3.4) CVE-2004-0643 version (krb5, fixed after 1.3.1) CVE-2004-0642 version (krb5, fixed after 1.3.4) CVE-2004-0639 version (squirrelmail, fixed after 1.2.10) CVE-2004-0635 version (wireshark, fixed 0.10.5) CVE-2004-0634 version (wireshark, fixed 0.10.5) CVE-2004-0633 version (wireshark, fixed 0.10.5) CVE-2004-0628 version (mysql, fixed 4.1.3) CVE-2004-0627 version (mysql, fixed 4.1.3) CVE-2004-0626 version (kernel, fixed 2.6.8) ### CVE-2004-0619 version (kernel) no driver ### CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) CVE-2004-0599 version (mozilla, fixed 1.7.2) ### CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) CVE-2004-0597 version (mozilla, fixed 1.7.2) ### CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) CVE-2004-0592 version (kernel, not upstream flaw) ### CVE-2004-0587 version (kernel) not upstream flaw ### CVE-2004-0558 version (cups, fixed 1.1.21) CVE-2004-0557 version (sox, fixed after 12.17.4) CVE-2004-0554 version (kernel, fixed 2.6.7) ### CVE-2004-0548 ignore (aspell, not fixed 0.50.5) not a security issue CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) CVE-2004-0535 version (kernel, fixed 2.6.6) ### CVE-2004-0527 version (konqueror, not 3+) ### CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) CVE-2004-0520 version (squirrelmail, fixed 1.4.3a) CVE-2004-0519 version (squirrelmail, fixed 1.4.3a) CVE-2004-0507 version (wireshark, fixed 0.10.4) CVE-2004-0506 version (wireshark, fixed 0.10.4) CVE-2004-0505 version (wireshark, fixed 0.10.4) CVE-2004-0504 version (wireshark, fixed 0.10.4) CVE-2004-0500 version (gaim, fixed 0.82) CVE-2004-0497 version (kernel, fixed 2.6.8) ### CVE-2004-0496 version (kernel, fixed 2.6.8) ### CVE-2004-0495 version (kernel, fixed 2.6.8) ### CVE-2004-0494 version (mc, fixed 4.6.1) CVE-2004-0493 version (httpd, not 2.2) CVE-2004-0492 version (httpd, not 2.2) CVE-2004-0491 version (kernel, not upstream) ### CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) CVE-2004-0447 version (kernel, fixed 2.6.5) ### CVE-2004-0427 version (kernel, fixed 2.6.6) ### CVE-2004-0426 version (rsync, fixed 2.6.1) CVE-2004-0424 version (kernel, fixed 2.6.4) ### CVE-2004-0421 version (libpng, fixed 1.0.16) CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) CVE-2004-0415 version (kernel, fixed 2.6.8) ### CVE-2004-0414 version (cvs, fixed 1.11.17) CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) CVE-2004-0411 version (kdelibs, fixed 3.3) CVE-2004-0409 version (xchat, fixed after 2.0.8) CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed 20040408a) ### CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) ### CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability ### CVE-2004-0392 version (racoon, fixed 20040407b) ### CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) CVE-2004-0367 version (wireshark, fixed 0.10.3) CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) CVE-2004-0256 version (libtool, fixed 1.5.2) ### CVE-2004-0235 backport (lha, changelog) ### CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) ### CVE-2004-0228 version (kernel, fixed 2.6.6) ### CVE-2004-0226 version (mc, fixed 4.6.0) CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) CVE-2004-0186 version (samba, not 3.0.2a) CVE-2004-0184 version (tcpdump, fixed 3.8.2) CVE-2004-0183 version (tcpdump, fixed 3.8.2) CVE-2004-0182 version (mailman) only affected Red Hat packages CVE-2004-0181 version (kernel, fixed 2.6.5) ### CVE-2004-0180 version (cvs, fixed 1.11.15) CVE-2004-0179 version (openoffice.org) ### CVE-2004-0179 version (neon, fixed 0.24.5) CVE-2004-0178 version (kernel, not 2.6) ### CVE-2004-0177 version (kernel, fixed 2.6.6) ### CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) CVE-2004-0164 version (racoon) ### CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) ### CVE-2004-0138 version (kernel, fixed 2.6.0) ### CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) CVE-2004-0110 version (libxml2, fixed 2.6.6) CVE-2004-0109 version (kernel, fixed 2.6.6) ### CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) CVE-2004-0106 version (XFree86) ### CVE-2004-0098 version (php) CVE-2004-0097 version (pwlib, fixed 1.6.0) CVE-2004-0096 version (mod_python, fixed after 2.7.9) CVE-2004-0094 version (XFree86, fixed 4.3.0) ### CVE-2004-0093 version (XFree86, fixed 4.3.0) ### CVE-2004-0084 version (XFree86) ### CVE-2004-0083 version (XFree86) ### CVE-2004-0082 version (samba, fixed 3.0.2) CVE-2004-0081 version (openssl097a, not 0.9.7) CVE-2004-0081 version (openssl, not 0.9.8) CVE-2004-0080 version (util-linux, fixed after 2.11f) CVE-2004-0079 version (openssl, not 0.9.8) CVE-2004-0079 backport (openssl097a, fixed 0.9.7c) CVE-2004-0078 version (mutt, fixed 1.4.2) CVE-2004-0077 version (kernel, fixed 2.6.3) ### CVE-2004-0075 version (kernel, not 2.6) ### CVE-2004-0057 version (tcpdump, fixed 3.8.2) CVE-2004-0055 version (tcpdump, fixed 3.8.2) CVE-2004-0042 ignore (vsftpd) disputed CVE-2004-0010 version (kernel, not 2.6) ### CVE-2004-0008 version (gaim, fixed 0.75) CVE-2004-0007 version (gaim, fixed 0.75) CVE-2004-0006 version (gaim, fixed 0.76) CVE-2004-0005 version (gaim, fixed 0.76) CVE-2004-0003 version (kernel, not 2.6) ### CVE-2004-0001 version (kernel, not 2.6) ### CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) ### CVE-2003-1138 backport (httpd, Red Hat only) contains /+ now CVE-2003-1029 version (tcpdump, fixed after 3.8.1) CVE-2003-1023 version (mc, 4.6.1) CVE-2003-1013 version (wireshark, fixed 0.10.0) CVE-2003-1012 version (wireshark, fixed 0.10.0) CVE-2003-0993 version (httpd, not 2.2) CVE-2003-0992 version (mailman, fixed 2.1.4) CVE-2003-0992 version (mailman, fixed 2.1.3) CVE-2003-0991 version (mailman, fixed 2.0.14) CVE-2003-0990 version (squirrelmail, fixed after 1.4.0) CVE-2003-0989 version (tcpdump, fixed 3.8.1) CVE-2003-0989 version (tcpdump, fixed 3.8.1) CVE-2003-0988 version (kdepim, fixed 3.1.5) CVE-2003-0988 version (kde, fixed 3.1.5) CVE-2003-0987 version (httpd, not 2.2) CVE-2003-0986 version (kernel, fixed 2.6.2) ### CVE-2003-0985 version (kernel, not 2.6) ### CVE-2003-0984 version (kernel, fixed 2.4.23) ### CVE-2003-0977 version (cvs, fixed 1.11.10) CVE-2003-0973 version (mod_python, fixed 3.0.4) CVE-2003-0972 version (screen, fixed after 4.0.1) CVE-2003-0971 version (gnupg, fixed after 1.0.2) CVE-2003-0968 version (freeradius, fixed after 0.9.3) CVE-2003-0967 version (freeradius, fixed after 0.9.2) CVE-2003-0965 version (mailman, fixed 2.1.4) CVE-2003-0963 version (lftp, fixed after 2.6.9) CVE-2003-0962 version (rsync, fixed 2.5.7) CVE-2003-0961 version (kernel, fixed 2.4.23) ### CVE-2003-0959 version (kernel, fixed 2.4.21) ### CVE-2003-0956 version (kernel, fixed 2.4.22) ### CVE-2003-0935 version (net-snmp, fixed 5.0.9) CVE-2003-0927 version (wireshark, fixed 0.9.16) CVE-2003-0926 version (wireshark, fixed 0.9.16) CVE-2003-0925 version (wireshark, fixed 0.9.16) CVE-2003-0924 version (netpbm, fixed 9.26) CVE-2003-0914 version (bind, not 9) CVE-2003-0901 version (postgresql, not 8) CVE-2003-0900 version (perl, only 5.8.1) CVE-2003-0865 version (tomcat, fixed after 4.0.3) CVE-2003-0863 ignore (php) http://lists.nyphp.org/pipermail/talk/2003-November/006392.html CVE-2003-0861 version (php, fixed 4.3.3) CVE-2003-0860 version (php, fixed 4.3.3) CVE-2003-0859 version (glibc, checked fc5 source) CVE-2003-0858 version (quagga, fixed 0.95) CVE-2003-0856 version (iproute) CVE-2003-0854 version (coreutils, fixed 5.1.3) CVE-2003-0853 version (coreutils, fixed 5.1.3) CVE-2003-0851 version (openssl097a, not 0.9.7) CVE-2003-0851 version (openssl, not 0.9.8) CVE-2003-0795 version (quagga, fixed 0.96.4) CVE-2003-0794 version (gdm, fixed 2.4.1.7) CVE-2003-0793 version (gdm, fixed 2.4.1.7) CVE-2003-0792 version (fetchmail, 6.2.4 only) CVE-2003-0791 version (mozilla, not after 1.4) ### CVE-2003-0789 version (httpd, not 2.2) CVE-2003-0788 version (cups, fixed 1.1.19) CVE-2003-0787 version (openssh, fixed 3.7.1p2) CVE-2003-0786 version (openssh, fixed 3.7.1p2) CVE-2003-0780 version (mysql, not 4.1) CVE-2003-0778 version (sane-backends, fixed 1.0.10) CVE-2003-0777 version (sane-backends, fixed 1.0.10) CVE-2003-0776 version (sane-backends, fixed 1.0.10) CVE-2003-0775 version (sane-backends, fixed 1.0.10) CVE-2003-0774 version (sane-backends, fixed 1.0.10) CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### CVE-2003-0700 version (kernel, not 2.6) ### CVE-2003-0699 version (kernel, not 2.6) ### CVE-2003-0695 version (openssh, fixed 3.7.1) CVE-2003-0694 version (sendmail, fixed 8.12.10) CVE-2003-0693 version (openssh, fixed 3.7) CVE-2003-0692 version (kde, fixed after 3.1.3) CVE-2003-0690 version (kde, fixed after 3.1.3) CVE-2003-0689 version (glibc, fixed 2.3.2 at least) CVE-2003-0688 version (sendmail, fixed 8.12.9) CVE-2003-0686 version (pam_smb, fixed 1.1.7) CVE-2003-0682 version (openssh, fixed 4.0p1 at least) CVE-2003-0681 version (sendmail, fixed 8.12.10) CVE-2003-0655 version (cdrtools, fixed 2.01a18) CVE-2003-0644 version (kdbg, not after 1.2.8) CVE-2003-0643 version (kernel, not 2.6) ### CVE-2003-0619 version (kernel, not 2.6) ### CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable CVE-2003-0552 version (kernel, not 2.6) ### CVE-2003-0551 version (kernel, not 2.6) ### CVE-2003-0550 version (kernel, not 2.6) ### CVE-2003-0549 version (gdm, fixed 2.4.1.6) CVE-2003-0548 version (gdm, fixed 2.4.1.6) CVE-2003-0547 version (gdm, fixed 2.4.1.6) CVE-2003-0545 version (openssl, not 0.9.8) CVE-2003-0545 backport (openssl097a, fixed 0.9.7c) CVE-2003-0544 version (openssl, not 0.9.8) CVE-2003-0544 backport (openssl097a, fixed 0.9.7c) CVE-2003-0543 version (openssl, not 0.9.8) CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, not 2.2) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) CVE-2003-0501 version (kernel, fixed 2.6.1) ### CVE-2003-0476 version (kernel, fixed 2.6.1) ### CVE-2003-0468 version (postfix, fixed 1.1.12) CVE-2003-0467 version (kernel, not 2.6) ### CVE-2003-0465 version (kernel, not 2.6) ### CVE-2003-0464 version (kernel, not 2.6) ### CVE-2003-0462 version (kernel, fixed 2.6.1) ### CVE-2003-0461 version (kernel, fixed 2.6.1) ### CVE-2003-0459 version (kdelibs, not 3.2) CVE-2003-0455 version (ImageMagick) CVE-2003-0442 version (php, fixed 4.3.2) CVE-2003-0434 version (xpdf, fixed 2.02pl1) CVE-2003-0432 version (wireshark, fixed after 0.9.12) CVE-2003-0431 version (wireshark, fixed after 0.9.12) CVE-2003-0430 version (wireshark, fixed after 0.9.12) CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) CVE-2003-0427 backport (mikmod) ### CVE-2003-0418 version (kernel, not 2.6) ### CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) CVE-2003-0367 backport (gzip) ### CVE-2003-0364 version (kernel, not 2.6) ### CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) CVE-2003-0354 version (ghostscript, fixed 7.07) CVE-2003-0328 version (epic, fixed epic4-2.2 at least) CVE-2003-0300 ignore (sylpheed) only a crasher CVE-2003-0299 ignore (mutt) only a crasher CVE-2003-0298 version (mozilla, fixed after 1.4a) ### CVE-2003-0296 version (evolution, fixed 1.4.5 at least) CVE-2003-0289 version (cdrtools, fixed 2.01a14) CVE-2003-0282 version (unzip, fixed 5.51) CVE-2003-0255 version (gnupg, fixed 1.2.2) CVE-2003-0253 version (httpd, not 2.2) CVE-2003-0252 version (nfs-utils, fixed 1.0.4) CVE-2003-0251 version (ypserv, fixed 2.7) CVE-2003-0249 ignore (php) see CVE CVE-2003-0248 version (kernel, not 2.6) ### CVE-2003-0247 version (kernel, not 2.6) ### CVE-2003-0246 version (kernel, not 2.6) ### CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0244 version (kernel, not 2.6) ### CVE-2003-0211 version (xinetd, fixed 2.3.11) CVE-2003-0204 version (kde, fixed after 3.1.1) CVE-2003-0201 version (samba, fixed 2.2.8a) CVE-2003-0196 version (samba, fixed 2.2.8a) CVE-2003-0195 version (cups, fixed 1.1.19) CVE-2003-0194 version (tcpdump, not upstream) CVE-2003-0192 version (httpd, not 2.2) CVE-2003-0190 version (openssh, fixed 3.6.1p1) CVE-2003-0189 version (httpd, not 2.2) CVE-2003-0188 version (lv, fixed 4.51 at least) CVE-2003-0187 version (kernel, not 2.6) ### CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) CVE-2003-0165 version (eog, fixed 2.2.2??) ### CVE-2003-0161 version (sendmail, fixed 8.12.9) CVE-2003-0160 version (squirrelmail, fixed 1.2.11) CVE-2003-0159 version (wireshark, fixed after 0.9.9) CVE-2003-0150 version (mysql, fixed 3.23.56) CVE-2003-0147 version (openssl, not 0.9.8) CVE-2003-0147 backport (openssl097a, fixed 0.9.7b) CVE-2003-0146 version (netpbm, fixed 10.18) CVE-2003-0145 version (tcpdump, fixed 3.7.2) CVE-2003-0140 version (mutt, fixed 1.4.1) CVE-2003-0139 version (krb5, fixed 1.3) CVE-2003-0138 version (krb5, fixed 1.3) CVE-2003-0135 version (vsftpd, not upstream) CVE-2003-0133 version (evolution, fixed 1.2.4) CVE-2003-0132 version (httpd, not 2.2) CVE-2003-0131 version (openssl, not 0.9.8) CVE-2003-0131 backport (openssl097a, fixed 0.9.7b) CVE-2003-0130 version (evolution, fixed 1.2.3) CVE-2003-0129 version (evolution, fixed 1.2.3) CVE-2003-0128 version (evolution, fixed 1.2.3) CVE-2003-0127 version (kernel, not 2.6) ### CVE-2003-0124 version (man, fixed 1.5l) CVE-2003-0108 version (tcpdump, fixed after 3.7.1) CVE-2003-0107 version (zlib, fixed 1.2.0.2 at least) CVE-2003-0102 version (file, fixed 3.41) CVE-2003-0097 version (php, fixed 4.3.1) CVE-2003-0093 version (tcpdump, fixed 3.7.2) CVE-2003-0086 version (samba, fixed 2.2.8) CVE-2003-0085 version (samba, fixed 2.2.8) CVE-2003-0083 version (httpd, not 2.2) CVE-2003-0082 version (krb5, fixed after 1.2.7) CVE-2003-0081 version (wireshark, fixed after 0.9.9) CVE-2003-0078 version (openssl097a, fixed 0.9.7a) CVE-2003-0078 version (openssl, not 0.9.8) CVE-2003-0073 version (mysql, fixed 3.23.55) CVE-2003-0072 version (krb5, fixed after 1.2.7) CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) ### CVE-2003-0070 version (vte, fixed 0.11.1 at least) CVE-2003-0063 version (xorg-x11, fixed at least in 4.2.99) ### CVE-2003-0060 version (krb5, fixed 1.2.5) CVE-2003-0059 version (krb5, fixed 1.2.5) CVE-2003-0058 version (krb5, fixed 1.2.5) CVE-2003-0044 version (tomcat, fixed after 3.3.1a) CVE-2003-0043 version (tomcat, fixed 3.3.1a) CVE-2003-0041 version (krb5, fixed after 1.2.7) CVE-2003-0038 version (mailman, fixed 2.0.13 at least) CVE-2003-0028 version (krb5, fixed after 1.2.7) CVE-2003-0028 version (glibc, fixed after 2.3.1) CVE-2003-0026 version (dhcp, fixed 3.0.1) CVE-2003-0020 version (httpd, not 2.2) CVE-2003-0019 version (kernel-utils, not upstream) CVE-2003-0018 version (kernel, not 2.6) ### CVE-2003-0017 version (httpd, not 2.2) CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) CVE-2003-0001 version (kernel, not 2.6) ### older, happened to deal with at same time: CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) CVE-2002-2211 ** bind ### CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) ### CVE-2002-2103 version (httpd, not 2.0) CVE-2002-1963 version (kernel, not 2.6) ### CVE-2002-1976 ignore (ifconfig) "use ip" CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (bonobo) not shipped setuid ### CVE-2002-1793 version (mod_ssl), also only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1573 version (kernel, not 2.6) ### CVE-2002-1572 version (kernel, not 2.6) ### CVE-2002-1571 version (kernel, not 2.6) ### CVE-2002-1510 version (XFree86, fixed 4.2.0) ### CVE-2002-1472 version (XFree86, fixed 4.2.1) ### CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-0517 version (XFree86, didn't affect Linux) ### CVE-2002-0164 version (XFree86, fixed 4.2.1) ### CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) ### CVE-2001-0474 version (mesa, fixed 3.3-14) CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) ### CVE-1999-1572 backport (cpio) ### From fedora-extras-commits at redhat.com Mon Aug 14 13:42:32 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 06:42:32 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.4,1.5 Message-ID: <200608141342.k7EDgYPW005532@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5515 Modified Files: ktorrent.spec Log Message: Increase release value to 3 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktorrent.spec 14 Aug 2006 03:56:40 -0000 1.4 +++ ktorrent.spec 14 Aug 2006 13:42:32 -0000 1.5 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,7 +126,7 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog -* Mon Aug 14 2006 Roland Wolters 2.0-2 +* Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file * Wed Aug 09 2006 Roland Wolters 2.0-1 From fedora-extras-commits at redhat.com Mon Aug 14 14:15:14 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 07:15:14 -0700 Subject: rpms/nip2/FC-5 .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141415.k7EEFGkb008394@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8371 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 14:15:13 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 14:15:13 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 14:15:13 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 14:15:13 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:08:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 08:08:58 -0700 Subject: rpms/nip2/FC-4 .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141509.k7EF9039011239@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11216 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 15:08:58 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 15:08:58 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 15:08:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 15:08:58 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:09:48 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 08:09:48 -0700 Subject: rpms/nip2/devel .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141509.k7EF9o0o011279@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11256 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 15:09:48 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 15:09:48 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 15:09:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 15:09:48 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:27:15 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:15 -0700 Subject: rpms/dates - New directory Message-ID: <200608141527.k7EFRHA3011449@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11428/dates Log Message: Directory /cvs/extras/rpms/dates added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 15:27:15 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:15 -0700 Subject: rpms/dates/devel - New directory Message-ID: <200608141527.k7EFRHTH011452@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11428/dates/devel Log Message: Directory /cvs/extras/rpms/dates/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 15:27:28 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:28 -0700 Subject: rpms/dates Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608141527.k7EFRUS4011506@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11473 Added Files: Makefile import.log Log Message: Setup of module dates --- NEW FILE Makefile --- # Top level Makefile for module dates all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 15:27:28 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:28 -0700 Subject: rpms/dates/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608141527.k7EFRUoI011509@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11473/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module dates --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 15:27:47 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:47 -0700 Subject: rpms/dates/devel dates.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608141527.k7EFRnbT011575@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11537/devel Modified Files: .cvsignore sources Added Files: dates.spec Log Message: auto-import dates-0.1-1.20060813svn.fc6 on branch devel from dates-0.1-1.20060813svn.fc6.src.rpm --- NEW FILE dates.spec --- Name: dates Version: 0.1 Release: 1.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/dates #Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 BuildRequires: desktop-file-utils # Needed for svn snapshot BuildRequires: automake gnome-common libtool intltool gettext %description Dates is a small, lightweight calendar that uses Evolution Data Server as a backend. Dates features an innovative, unified, zooming view and is designed for use on primarily hand-held devices. It features both a ???vanilla??? GTK user interface and tailored support for the Nokia 770 maemo interface. %package devel Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel This package provides the necessary development libraries and include files to allow you to develop with dates. %prep %setup -n %{name}-%{version}svn -q %build ./autogen.sh %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop # Don't package .a or .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} chmod 0755 $RPM_BUILD_ROOT%{_libdir}/* %find_lang Dates %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi /sbin/ldconfig %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi /sbin/ldconfig %files -f Dates.lang %defattr(-,root,root,-) %doc COPYING ChangeLog %{_datadir}/icons/hicolor/*/apps/dates.png %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/%{name} %{_libdir}/libgtkdatesview.so.* %files devel %defattr(-,root,root) %{_includedir}/gtkdatesview/*.h %{_libdir}/pkgconfig/* %{_libdir}/libgtkdatesview.so %changelog * Sun Aug 11 2006 Jesse Keating - 0.1-1.20060813svn - Initial package for review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dates/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 15:27:28 -0000 1.1 +++ .cvsignore 14 Aug 2006 15:27:47 -0000 1.2 @@ -0,0 +1 @@ +dates-0.1svn.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/dates/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 15:27:28 -0000 1.1 +++ sources 14 Aug 2006 15:27:47 -0000 1.2 @@ -0,0 +1 @@ +6a8acb77f7e907d846669efd3e564208 dates-0.1svn.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 15:27:46 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:46 -0700 Subject: rpms/dates import.log,1.1,1.2 Message-ID: <200608141527.k7EFRmpE011570@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11537 Modified Files: import.log Log Message: auto-import dates-0.1-1.20060813svn.fc6 on branch devel from dates-0.1-1.20060813svn.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/dates/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 15:27:27 -0000 1.1 +++ import.log 14 Aug 2006 15:27:46 -0000 1.2 @@ -0,0 +1 @@ +dates-0_1-1_20060813svn_fc6:HEAD:dates-0.1-1.20060813svn.fc6.src.rpm:1155569473 From fedora-extras-commits at redhat.com Mon Aug 14 15:37:02 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:37:02 -0700 Subject: rpms/dates/devel dates.spec,1.1,1.2 Message-ID: <200608141537.k7EFb4AT011650@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11633 Modified Files: dates.spec Log Message: make: `clog' is up to date. Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dates.spec 14 Aug 2006 15:27:47 -0000 1.1 +++ dates.spec 14 Aug 2006 15:37:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: dates Version: 0.1 -Release: 1.20060813svn%{?dist} +Release: 2.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity @@ -31,7 +31,7 @@ Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: pkgconfig +Requires: pkgconfig glib2-devel gtk2-devel evolution-data-server-devel %description devel @@ -105,5 +105,8 @@ %changelog -* Sun Aug 11 2006 Jesse Keating - 0.1-1.20060813svn +* Mon Aug 14 2006 Jesse Keating - 0.1-2.20060813svn +- Add some requires to -devel based on .pc contents + +* Sun Aug 13 2006 Jesse Keating - 0.1-1.20060813svn - Initial package for review From fedora-extras-commits at redhat.com Mon Aug 14 16:14:38 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:14:38 -0700 Subject: rpms/libupnp import.log,1.10,1.11 Message-ID: <200608141614.k7EGEe81014502@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch devel from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 26 Jun 2006 18:27:49 -0000 1.10 +++ import.log 14 Aug 2006 16:14:38 -0000 1.11 @@ -7,3 +7,4 @@ libupnp-1_4_0-1:HEAD:libupnp-1.4.0-1.src.rpm:1151045935 libupnp-1_4_0-2:HEAD:libupnp-1.4.0-2.src.rpm:1151097295 libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 +libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 From fedora-extras-commits at redhat.com Mon Aug 14 16:14:39 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:14:39 -0700 Subject: rpms/libupnp/devel .cvsignore, 1.4, 1.5 libupnp.spec, 1.7, 1.8 sources, 1.4, 1.5 libupnparch.diff, 1.2, NONE Message-ID: <200608141614.k7EGEfcf014508@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469/devel Modified Files: .cvsignore libupnp.spec sources Removed Files: libupnparch.diff Log Message: auto-import libupnp-1.4.1-1 on branch devel from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 06:58:57 -0000 1.4 +++ .cvsignore 14 Aug 2006 16:14:39 -0000 1.5 @@ -1,2 +1 @@ -UPnP_1_4_0_Programming_Guide.pdf -libupnp-1.4.0.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libupnp.spec 26 Jun 2006 18:27:50 -0000 1.7 +++ libupnp.spec 14 Aug 2006 16:14:39 -0000 1.8 @@ -1,13 +1,11 @@ -Version: 1.4.0 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 3%{?dist} +Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz -Source1: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/UPnP_1_4_0_Programming_Guide.pdf -Patch0: libupnparch.diff Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define docdir %{_docdir}/%{name}-%{version}-%{release} @@ -29,29 +27,27 @@ %prep %setup -q -%patch0 -p1 - -#chmod 644 {LICENSE,README} %build -%configure --with-docdir=%{docdir}/ +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -#delete the empty pdf -%{__rm} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf #create the doc devel dir %{__mkdir_p} %{buildroot}%{docdeveldir} -#mv examples dir to he doc devel dir +#mv examples dir and pdf file to the doc devel dir %{__mv} %{buildroot}%{docdir}/examples \ %{buildroot}%{docdeveldir}/ - -#install the right pdf in the doc devel dir -install -D -m0644 %{SOURCE1} %{buildroot}%{docdeveldir}/UPnP_1_4_0_Programming_Guide.pdf +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ %{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} @@ -82,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + * Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 - modified patch for x86_64 arch Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 06:58:57 -0000 1.4 +++ sources 14 Aug 2006 16:14:39 -0000 1.5 @@ -1,2 +1 @@ -4d8e49398a277ed83391e56bbf7e6831 UPnP_1_4_0_Programming_Guide.pdf -581c8017dc1b36d29ba034ce1e178c83 libupnp-1.4.0.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz --- libupnparch.diff DELETED --- From fedora-extras-commits at redhat.com Mon Aug 14 16:25:25 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:25:25 -0700 Subject: rpms/libupnp import.log,1.11,1.12 Message-ID: <200608141625.k7EGPwGu014663@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14629 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-5 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 14 Aug 2006 16:14:38 -0000 1.11 +++ import.log 14 Aug 2006 16:25:25 -0000 1.12 @@ -8,3 +8,4 @@ libupnp-1_4_0-2:HEAD:libupnp-1.4.0-2.src.rpm:1151097295 libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 +libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 From fedora-extras-commits at redhat.com Mon Aug 14 16:25:26 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:25:26 -0700 Subject: rpms/libupnp/FC-5 .cvsignore, 1.3, 1.4 libupnp.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608141625.k7EGPwZh014668@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14629/FC-5 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-5 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:00:15 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:25:26 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/libupnp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libupnp.spec 6 Mar 2006 17:00:15 -0000 1.4 +++ libupnp.spec 14 Aug 2006 16:25:26 -0000 1.5 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:00:15 -0000 1.3 +++ sources 14 Aug 2006 16:25:26 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:27:39 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:27:39 -0700 Subject: rpms/libupnp import.log,1.12,1.13 Message-ID: <200608141627.k7EGRfnl014767@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14734 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-4 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 14 Aug 2006 16:25:25 -0000 1.12 +++ import.log 14 Aug 2006 16:27:39 -0000 1.13 @@ -9,3 +9,4 @@ libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 +libupnp-1_4_1-1:FC-4:libupnp-1.4.1-1.src.rpm:1155572860 From fedora-extras-commits at redhat.com Mon Aug 14 16:27:40 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:27:40 -0700 Subject: rpms/libupnp/FC-4 .cvsignore, 1.3, 1.4 libupnp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608141627.k7EGRgCj014773@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14734/FC-4 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-4 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:05:52 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:27:39 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/libupnp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libupnp.spec 6 Mar 2006 17:05:52 -0000 1.2 +++ libupnp.spec 14 Aug 2006 16:27:39 -0000 1.3 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:05:53 -0000 1.3 +++ sources 14 Aug 2006 16:27:39 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:30:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:30:06 -0700 Subject: rpms/libupnp import.log,1.13,1.14 Message-ID: <200608141630.k7EGU8Ja014873@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14840 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-3 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 14 Aug 2006 16:27:39 -0000 1.13 +++ import.log 14 Aug 2006 16:30:05 -0000 1.14 @@ -10,3 +10,4 @@ libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 libupnp-1_4_1-1:FC-4:libupnp-1.4.1-1.src.rpm:1155572860 +libupnp-1_4_1-1:FC-3:libupnp-1.4.1-1.src.rpm:1155573008 From fedora-extras-commits at redhat.com Mon Aug 14 16:30:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:30:06 -0700 Subject: rpms/libupnp/FC-3 .cvsignore, 1.3, 1.4 libupnp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608141630.k7EGU8fg014879@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14840/FC-3 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-3 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:03:20 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:30:06 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/libupnp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libupnp.spec 6 Mar 2006 17:03:20 -0000 1.2 +++ libupnp.spec 14 Aug 2006 16:30:06 -0000 1.3 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:03:21 -0000 1.3 +++ sources 14 Aug 2006 16:30:06 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:59:05 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Mon, 14 Aug 2006 09:59:05 -0700 Subject: rpms/gnome-translate/FC-5 gnome-translate-0.99-selected_tag.patch, NONE, 1.1 gnome-translate.spec, 1.7, 1.8 Message-ID: <200608141659.k7EGx77H015359@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/gnome-translate/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15339 Modified Files: gnome-translate.spec Added Files: gnome-translate-0.99-selected_tag.patch Log Message: gnome-translate-0.99-selected_tag.patch: --- NEW FILE gnome-translate-0.99-selected_tag.patch --- diff -Nrbu gnome-translate-0.99/src/gt-language-view.c gnome-translate-0.99-OK/src/gt-language-view.c --- gnome-translate-0.99/src/gt-language-view.c 2005-01-28 15:32:05.000000000 +0300 +++ gnome-translate-0.99-OK/src/gt-language-view.c 2006-08-14 19:59:09.000000000 +0400 @@ -109,13 +109,13 @@ gt_language_view_set_conf_selected_tag(source_view, from); g_free(from); - gtk_tree_view_set_model(dest_view, (GtkTreeModel *) dest_store); + to = gt_language_view_get_conf_selected_tag(dest_view); + gtk_tree_view_set_model(dest_view, GTK_TREE_MODEL(dest_store)); if (dest_store) g_object_unref(dest_store); gtk_tree_view_set_search_column(dest_view, COLUMN_NAME); - to = gt_language_view_get_conf_selected_tag(dest_view); gt_language_view_select(dest_view, to); g_free(to); } @@ -220,12 +220,12 @@ gt_g_object_slist_free(pairs); g_hash_table_destroy(dest_stores); + selected_tag = gt_language_view_get_conf_selected_tag(view); gtk_tree_view_set_model(view, GTK_TREE_MODEL(source_store)); g_object_unref(source_store); gtk_tree_view_set_search_column(view, COLUMN_NAME); - selected_tag = gt_language_view_get_conf_selected_tag(view); gt_language_view_select(view, selected_tag); g_free(selected_tag); } Index: gnome-translate.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-translate/FC-5/gnome-translate.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-translate.spec 11 Apr 2006 15:05:30 -0000 1.7 +++ gnome-translate.spec 14 Aug 2006 16:59:04 -0000 1.8 @@ -1,12 +1,13 @@ Name: gnome-translate Summary: GNOME interface to libtranslate -- Natural language translator Version: 0.99 -Release: 7%{?dist} +Release: 8%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.nongnu.org/libtranslate/gnome-translate Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz Patch0: gnome-translate-0.99-eel2.patch +Patch1: gnome-translate-0.99-selected_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -39,6 +40,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -74,14 +76,12 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -killall -HUP gconfd-2 || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -96,7 +96,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi @@ -123,7 +122,13 @@ %{_datadir}/applications/* %{_sysconfdir}/gconf/schemas/%{name}.schemas + %changelog +* Mon Aug 14 2006 Dmitry Butskoy - 0.99-8 +- add patch to properly restore selected languages from + the previous invocation (required for recent gtk2 libraries) +- drop killall -HUP in scripts -- no more needed. + * Tue Apr 11 2006 Dmitry Butskoy - 0.99-7 - use "export-dynamic" for the linker, as it is recommended by upstream (Solves #188491) From fedora-extras-commits at redhat.com Mon Aug 14 17:02:01 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Mon, 14 Aug 2006 10:02:01 -0700 Subject: rpms/gnome-translate/devel gnome-translate-0.99-selected_tag.patch, NONE, 1.1 gnome-translate.spec, 1.8, 1.9 Message-ID: <200608141702.k7EH241A017968@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/gnome-translate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17948 Modified Files: gnome-translate.spec Added Files: gnome-translate-0.99-selected_tag.patch Log Message: gnome-translate-0.99-selected_tag.patch: --- NEW FILE gnome-translate-0.99-selected_tag.patch --- diff -Nrbu gnome-translate-0.99/src/gt-language-view.c gnome-translate-0.99-OK/src/gt-language-view.c --- gnome-translate-0.99/src/gt-language-view.c 2005-01-28 15:32:05.000000000 +0300 +++ gnome-translate-0.99-OK/src/gt-language-view.c 2006-08-14 19:59:09.000000000 +0400 @@ -109,13 +109,13 @@ gt_language_view_set_conf_selected_tag(source_view, from); g_free(from); - gtk_tree_view_set_model(dest_view, (GtkTreeModel *) dest_store); + to = gt_language_view_get_conf_selected_tag(dest_view); + gtk_tree_view_set_model(dest_view, GTK_TREE_MODEL(dest_store)); if (dest_store) g_object_unref(dest_store); gtk_tree_view_set_search_column(dest_view, COLUMN_NAME); - to = gt_language_view_get_conf_selected_tag(dest_view); gt_language_view_select(dest_view, to); g_free(to); } @@ -220,12 +220,12 @@ gt_g_object_slist_free(pairs); g_hash_table_destroy(dest_stores); + selected_tag = gt_language_view_get_conf_selected_tag(view); gtk_tree_view_set_model(view, GTK_TREE_MODEL(source_store)); g_object_unref(source_store); gtk_tree_view_set_search_column(view, COLUMN_NAME); - selected_tag = gt_language_view_get_conf_selected_tag(view); gt_language_view_select(view, selected_tag); g_free(selected_tag); } Index: gnome-translate.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-translate/devel/gnome-translate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-translate.spec 16 Jul 2006 14:39:42 -0000 1.8 +++ gnome-translate.spec 14 Aug 2006 17:02:00 -0000 1.9 @@ -1,12 +1,13 @@ Name: gnome-translate Summary: GNOME interface to libtranslate -- Natural language translator Version: 0.99 -Release: 8%{?dist} +Release: 9%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.nongnu.org/libtranslate/gnome-translate Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz Patch0: gnome-translate-0.99-eel2.patch +Patch1: gnome-translate-0.99-selected_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -39,6 +40,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -74,14 +76,12 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -killall -HUP gconfd-2 || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -96,7 +96,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi @@ -123,7 +122,13 @@ %{_datadir}/applications/* %{_sysconfdir}/gconf/schemas/%{name}.schemas + %changelog +* Mon Aug 14 2006 Dmitry Butskoy - 0.99-9 +- add patch to properly restore selected languages from + the previous invocation (required for recent gtk2 libraries) +- drop killall -HUP in scripts -- no more needed. + * Sun Jul 16 2006 Dmitry Butskoy - 0.99-8 - rebuild for new libgail From fedora-extras-commits at redhat.com Mon Aug 14 17:19:18 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 14 Aug 2006 10:19:18 -0700 Subject: fedora-security/audit fc6,1.1,1.2 Message-ID: <200608141719.k7EHJIaR018254@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18232/audit Modified Files: fc6 Log Message: Update kernel issues Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fc6 14 Aug 2006 13:40:29 -0000 1.1 +++ fc6 14 Aug 2006 17:19:16 -0000 1.2 @@ -72,11 +72,11 @@ CVE-2006-3629 version (wireshark, fixed 0.99.2) CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) -CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] ### +CVE-2006-3626 version (kernel, fixed 2.6.17.6) CVE-2006-3619 VULNERABLE (gcc/fastjar) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) ### -CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] ### +CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 VULNERABLE (freetype) ### CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### @@ -100,7 +100,7 @@ CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### -CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] ### +CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### @@ -110,9 +110,9 @@ CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe -CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] ### -CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] ### -CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] ### +CVE-2006-2936 version (kernel, fixed 2.6.17.7) +CVE-2006-2935 version (kernel, fixed 2.6.17.7) +CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) ### CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### @@ -164,12 +164,12 @@ CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### -CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] ### +CVE-2006-2451 version (kernel, fixed 2.6.17.4) CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### -CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### +CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) -CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### -CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] ### +CVE-2006-2445 version (kernel, fixed 2.6.17) +CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### @@ -179,10 +179,10 @@ CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### -CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2272 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2271 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### +CVE-2006-2275 version (kernel, fixed 2.6.16.15) +CVE-2006-2274 version (kernel, fixed 2.6.16.15) +CVE-2006-2272 version (kernel, fixed 2.6.16.15) +CVE-2006-2271 version (kernel, fixed 2.6.16.15) CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### @@ -192,7 +192,7 @@ CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### CVE-2006-2073 VULNERABLE (bind) ### CVE-2006-2083 version (rsync, fixed 2.6.8) -CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] ### +CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### @@ -213,16 +213,16 @@ CVE-2006-1931 version (ruby, fixed 1.8.3) CVE-2006-1902 ignore (gcc) not a vulnerability CVE-2006-1865 version (beagle, fixed 0.2.5) -CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in ### -CVE-2006-1863 version (kernel, fixed 2.6.16.11) [since FEDORA-2006-499] ### -CVE-2006-1862 version (kernel) not upstream kernels, only RHEL ### +CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in +CVE-2006-1863 version (kernel, fixed 2.6.16.11) +CVE-2006-1862 version (kernel) not upstream kernels, only RHEL CVE-2006-1861 version (freetype, fixed 2.2.1) -CVE-2006-1860 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### -CVE-2006-1859 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### -CVE-2006-1858 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-1857 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-1856 version (kernel, fixed 2.6.16.12) [since FEDORA-2006-499] ### -CVE-2006-1855 version (kernel, fixed 2.6.11.12) ### +CVE-2006-1860 version (kernel, fixed 2.6.16.16) +CVE-2006-1859 version (kernel, fixed 2.6.16.16) +CVE-2006-1858 version (kernel, fixed 2.6.16.17) +CVE-2006-1857 version (kernel, fixed 2.6.16.17) +CVE-2006-1856 version (kernel, fixed 2.6.16.12) +CVE-2006-1855 version (kernel, fixed 2.6.11.12) CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### @@ -296,42 +296,42 @@ CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1528 version (kernel, fixed 2.6.13) ### -CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] ### +CVE-2006-1528 version (kernel, fixed 2.6.13) +CVE-2006-1527 version (kernel, fixed 2.6.17) CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### -CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] ### -CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] ### -CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] ### -CVE-2006-1522 version (kernel, fixed 2.6.16.3) [since FEDORA-2006-421] ### +CVE-2006-1525 version (kernel, fixed 2.6.16.8) +CVE-2006-1524 version (kernel, fixed 2.6.16.7) +CVE-2006-1523 version (kernel, fixed 2.6.16.4) +CVE-2006-1522 version (kernel, fixed 2.6.16.3) CVE-2006-1518 version (mysql, fixed 5.0.21) CVE-2006-1517 version (mysql, fixed 5.0.21) CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) CVE-2006-1470 VULNERABLE (openldap) #197278 ### -CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### +CVE-2006-1368 version (kernel, fixed 2.6.16) CVE-2006-1354 VULNERABLE (freeradius) ### -CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] ### -CVE-2006-1342 version (kernel, not 2.6) not vulnerable ### +CVE-2006-1343 version (kernel, fixed 2.6.16.19) +CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues -CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] ### +CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) CVE-2006-1168 VULNERABLE (ncompress) #201919 ### CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability -CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### +CVE-2006-1066 version (kernel, fixed 2.6.16) CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### -CVE-2006-1056 version (kernel, fixed 2.6.16.9) [since FEDORA-2006-421] ### -CVE-2006-1055 version (kernel, fixed 2.6.17-rc1) [since FEDORA-2006-421] ### -CVE-2006-1052 version (kernel, fixed 2.6.16) [since FEDORA-2006-421] was patch-2.6.16-rc6 since FEDORA-2006-233 ### +CVE-2006-1056 version (kernel, fixed 2.6.16.9) +CVE-2006-1055 version (kernel, fixed 2.6.17) +CVE-2006-1052 version (kernel, fixed 2.6.16) CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe @@ -348,19 +348,19 @@ CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### -CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] ### -CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0744 version (kernel, fixed 2.6.16.5) +CVE-2006-0742 version (kernel, fixed 2.6.16) +CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### -CVE-2006-0558 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### -CVE-2006-0557 version (kernel, fixed 2.6.15.6) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0555 version (kernel, fixed 2.6.16) patch-2.6.16-rc6-git3 [since FEDORA-2006-233] ### -CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0558 version (kernel, fixed 2.6.16) +CVE-2006-0557 version (kernel, fixed 2.6.15.6) +CVE-2006-0555 version (kernel, fixed 2.6.16) +CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### @@ -368,10 +368,10 @@ CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection ### -CVE-2006-0457 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0456 ignore (kernel, s390 only) +CVE-2006-0457 version (kernel, fixed 2.6.16) +CVE-2006-0456 ignore (kernel) s390 only CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### -CVE-2006-0454 version (kernel, fixed 2.6.15.3) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0454 version (kernel, fixed 2.6.15.3) CVE-2006-0405 version (libtiff, 3.8.0 only) ### CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue @@ -416,17 +416,17 @@ CVE-2006-0144 version (php-pear, not 1.4.4) CVE-2006-0097 ignore (php) Windows only CVE-2006-0096 ignore (kernel) minor and requires root -CVE-2006-0095 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0095 version (kernel, fixed 2.6.16) CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### -CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0039 version (kernel, fixed 2.6.16.17) +CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) +CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) +CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0019 version (kdelibs, fixed 3.5.1) -CVE-2005-4798 version (kernel, not 2.6) ### +CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### @@ -439,11 +439,11 @@ CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### -CVE-2005-4639 version (kernel, fixed 2.6.15) ### +CVE-2005-4639 version (kernel, fixed 2.6.15) CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### -CVE-2005-4635 version (kernel, fixed 2.6.15) ### -CVE-2005-4618 version (kernel, fixed 2.6.15) ### -CVE-2005-4605 version (kernel, fixed 2.6.15) ### +CVE-2005-4635 version (kernel, fixed 2.6.15) +CVE-2005-4618 version (kernel, fixed 2.6.15) +CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) @@ -458,22 +458,22 @@ CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) -CVE-2005-3858 version (kernel, fixed 2.6.13) ### -CVE-2005-3857 version (kernel, fixed 2.6.15) ### -CVE-2005-3848 version (kernel, fixed 2.6.13) ### -CVE-2005-3847 version (kernel, fixed 2.6.12.6) ### -CVE-2005-3810 version (kernel, fixed 2.6.15) ### -CVE-2005-3809 version (kernel, fixed 2.6.15) ### -CVE-2005-3808 version (kernel, fixed 2.6.15) ### -CVE-2005-3807 version (kernel, fixed 2.6.15) ### -CVE-2005-3806 version (kernel, fixed 2.6.14) ### -CVE-2005-3805 version (kernel, fixed 2.6.14) ### -CVE-2005-3784 version (kernel, fixed 2.6.15) ### -CVE-2005-3783 version (kernel, fixed 2.6.15) ### -CVE-2005-3753 version (kernel, fixed 2.6.14) also not a vuln ### +CVE-2005-3858 version (kernel, fixed 2.6.13) +CVE-2005-3857 version (kernel, fixed 2.6.15) +CVE-2005-3848 version (kernel, fixed 2.6.13) +CVE-2005-3847 version (kernel, fixed 2.6.12.6) +CVE-2005-3810 version (kernel, fixed 2.6.15) +CVE-2005-3809 version (kernel, fixed 2.6.15) +CVE-2005-3808 version (kernel, fixed 2.6.15) +CVE-2005-3807 version (kernel, fixed 2.6.15) +CVE-2005-3806 version (kernel, fixed 2.6.14) +CVE-2005-3805 version (kernel, fixed 2.6.14) +CVE-2005-3784 version (kernel, fixed 2.6.15) +CVE-2005-3783 version (kernel, fixed 2.6.15) +CVE-2005-3753 version (kernel, fixed 2.6.14) CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### -CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix ### +CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix CVE-2005-3671 version (openswan, fixed 2.4.4) ### CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) @@ -506,34 +506,34 @@ CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3624 backport (tetex) ### CVE-2005-3624 version (cups, fixed 1.2.0) -CVE-2005-3623 version (kernel, fixed 2.6.14.5) ### +CVE-2005-3623 version (kernel, fixed 2.6.14.5) CVE-2005-3582 version (ImageMagick) gentoo only CVE-2005-3573 version (mailman, fixed 2.1.7) -CVE-2005-3527 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-3527 version (kernel, fixed 2.6.14) CVE-2005-3402 ignore (thunderbird) mozilla say by design CVE-2005-3392 version (php, not 5.0) CVE-2005-3391 version (php, not 5.0) CVE-2005-3390 version (php, fixed 5.1.0) CVE-2005-3389 version (php, fixed 5.1.1) CVE-2005-3388 version (php, fixed 5.1.1) -CVE-2005-3359 version (kernel, fixed 2.6.14) ### -CVE-2005-3358 version (kernel, fixed 2.6.11) ### +CVE-2005-3359 version (kernel, fixed 2.6.14) +CVE-2005-3358 version (kernel, fixed 2.6.11) CVE-2005-3357 version (httpd, fixed 2.2.1) -CVE-2005-3356 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2005-3356 version (kernel, fixed 2.6.16) CVE-2005-3353 version (php, not 5.0) CVE-2005-3352 version (httpd, fixed 2.2.1) CVE-2005-3351 version (spamassassin, fixed 3.1.0) CVE-2005-3322 version (squid) not upstream, SUSE only CVE-2005-3319 ignore (mod_php) no security consequence CVE-2005-3313 version (wireshark, fixed after 0.10.13) -CVE-2005-3276 version (kernel, fixed 2.6.12.4) ### -CVE-2005-3275 version (kernel, fixed 2.6.13) ### -CVE-2005-3274 version (kernel, fixed 2.6.13) ### -CVE-2005-3273 version (kernel, fixed 2.6.12) ### -CVE-2005-3272 version (kernel, fixed 2.6.13) ### -CVE-2005-3271 version (kernel, fixed 2.6.9) ### +CVE-2005-3276 version (kernel, fixed 2.6.12.4) +CVE-2005-3275 version (kernel, fixed 2.6.13) +CVE-2005-3274 version (kernel, fixed 2.6.13) +CVE-2005-3273 version (kernel, fixed 2.6.12) +CVE-2005-3272 version (kernel, fixed 2.6.13) +CVE-2005-3271 version (kernel, fixed 2.6.9) CVE-2005-3258 version (squid, fixed 2.5STABLE12) -CVE-2005-3257 version (kernel, fixed 2.6.15) ### +CVE-2005-3257 version (kernel, fixed 2.6.15) CVE-2005-3249 version (wireshark, fixed 0.10.13) CVE-2005-3248 version (wireshark, fixed 0.10.13) CVE-2005-3247 version (wireshark, fixed 0.10.13) @@ -562,30 +562,30 @@ CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) -CVE-2005-3181 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3180 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3179 version (kernel, fixed 2.6.13.4 at least) ### +CVE-2005-3181 version (kernel, fixed 2.6.13.4) +CVE-2005-3180 version (kernel, fixed 2.6.13.4) +CVE-2005-3179 version (kernel, fixed 2.6.13.4) CVE-2005-3164 version (tomcat, not 5) CVE-2005-3120 backport (lynx) ### -CVE-2005-3119 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3110 version (kernel, fixed 2.6.12) ### -CVE-2005-3109 version (kernel, fixed 2.6.12) ### -CVE-2005-3108 version (kernel, fixed 2.6.12) ### -CVE-2005-3107 version (kernel, fixed 2.6.11) ### -CVE-2005-3106 version (kernel, fixed 2.6.11) ### -CVE-2005-3105 version (kernel, fixed 2.6.12) ### +CVE-2005-3119 version (kernel, fixed 2.6.13.4) +CVE-2005-3110 version (kernel, fixed 2.6.12) +CVE-2005-3109 version (kernel, fixed 2.6.12) +CVE-2005-3108 version (kernel, fixed 2.6.12) +CVE-2005-3107 version (kernel, fixed 2.6.11) +CVE-2005-3106 version (kernel, fixed 2.6.11) +CVE-2005-3105 version (kernel, fixed 2.6.12) CVE-2005-3089 version (firefox, fixed 1.0.7) ### CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped -CVE-2005-3055 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-3055 version (kernel, fixed 2.6.14) CVE-2005-3054 ignore (php) -CVE-2005-3053 version (kernel) ### -CVE-2005-3044 version (kernel, fixed 2.6.13.2) ### +CVE-2005-3053 version (kernel, fixed 2.6.12.5) +CVE-2005-3044 version (kernel, fixed 2.6.13.2) CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### CVE-2005-2975 version (gtk2, fixed 2.8.7) ### -CVE-2005-2973 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-2973 version (kernel, fixed 2.6.14) CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) @@ -599,21 +599,21 @@ CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) -CVE-2005-2873 VULNERABLE (kernel) not fixed upstream ### -CVE-2005-2872 version (kernel, fixed 2.6.12) ### +CVE-2005-2873 VULNERABLE (kernel) not fixed upstream +CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### -CVE-2005-2801 version (kernel, fixed 2.6.11) ### -CVE-2005-2800 version (kernel, fixed 2.6.12.6) ### +CVE-2005-2801 version (kernel, fixed 2.6.11) +CVE-2005-2800 version (kernel, fixed 2.6.12.6) CVE-2005-2798 version (openssh, fixed 4.2) CVE-2005-2797 version (openssh, fixed 4.2) CVE-2005-2796 version (squid, fixed 2.5.STABLE11) CVE-2005-2794 version (squid, fixed 2.5.STABLE11) CVE-2005-2728 version (httpd, not 2.2) -CVE-2005-2709 version (kernel, fixed 2.6.14.3) ### -CVE-2005-2708 ignore (kernel) not reproducable on x86_64 ### +CVE-2005-2709 version (kernel, fixed 2.6.14.3) +CVE-2005-2708 ignore (kernel) not reproducable on x86_64 CVE-2005-2707 version (thunderbird) ### CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### @@ -640,35 +640,35 @@ CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### -CVE-2005-2617 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2617 version (kernel, fixed 2.6.12.5) CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 CVE-2005-2558 version (mysql, fixed 4.1.13) CVE-2005-2558 ignore (mysql) not an issue -CVE-2005-2555 version (kernel, fixed 2.6.12.6pre) ### -CVE-2005-2553 version (kernel, not 2.6) ### +CVE-2005-2555 version (kernel, fixed 2.6.12.6) +CVE-2005-2553 version (kernel, not 2.6) CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) -CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 ### +CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### CVE-2005-2541 ignore (tar) is documented behaviour -CVE-2005-2500 version (kernel, fixed 2.6.13) ### +CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### -CVE-2005-2492 version (kernel, fixed 2.6.13.1) ### +CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) ### CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre -CVE-2005-2490 version (kernel, fixed 2.6.13.1) ### +CVE-2005-2490 version (kernel, fixed 2.6.13.1) CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible -CVE-2005-2458 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2457 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2456 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2458 version (kernel, fixed 2.6.12.5) +CVE-2005-2457 version (kernel, fixed 2.6.12.5) +CVE-2005-2456 version (kernel, fixed 2.6.12.5) CVE-2005-2452 version (libtiff, fixed 3.7.0) ### CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash @@ -721,9 +721,9 @@ CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### -CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 ### -CVE-2005-2099 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2098 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 +CVE-2005-2099 version (kernel, fixed 2.6.12.5) +CVE-2005-2098 version (kernel, fixed 2.6.12.5) CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) CVE-2005-2096 version (rpm, fixed 4.4.2) ### @@ -741,18 +741,18 @@ CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) CVE-2005-1918 version (tar) -CVE-2005-1913 version (kernel, fixed 2.6.12.2) ### -CVE-2005-1852 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-1913 version (kernel, fixed 2.6.12.2) +CVE-2005-1852 version (kdenetwork, fixed 3.4.2) CVE-2005-1849 version (zlib, fixed 1.2.3) CVE-2005-1831 ignore (sudo) unsubstantiated report CVE-2005-1769 version (squirrelmail, fixed 1.4.5) -CVE-2005-1768 version (kernel, fixed 2.6.6) ### -CVE-2005-1767 version (kernel, fixed 2.6.7) ### -CVE-2005-1765 version (kernel, fixed 2.6.12) ### -CVE-2005-1764 version (kernel, fixed 2.6.12) ### -CVE-2005-1763 version (kernel, fixed 2.6.12) ### -CVE-2005-1762 version (kernel, fixed 2.6.12) ### -CVE-2005-1761 version (kernel, fixed 2.6.12.2) ### +CVE-2005-1768 version (kernel, fixed 2.6.6) +CVE-2005-1767 version (kernel, fixed 2.6.7) +CVE-2005-1765 version (kernel, fixed 2.6.12) +CVE-2005-1764 version (kernel, fixed 2.6.12) +CVE-2005-1763 version (kernel, fixed 2.6.12) +CVE-2005-1762 version (kernel, fixed 2.6.12) +CVE-2005-1761 version (kernel, fixed 2.6.12.2) CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used @@ -767,7 +767,7 @@ CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) -CVE-2005-1589 version (kernel, fixed 2.6.11.10) ### +CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### CVE-2005-1532 version (thunderbird) ### @@ -796,8 +796,8 @@ CVE-2005-1431 version (gnutls, fixed 1.0.25) CVE-2005-1410 version (postgresql, fixed 8.0.2) CVE-2005-1409 version (postgresql, fixed 8.0.1) -CVE-2005-1369 version (kernel, fixed 2.6.12) ### -CVE-2005-1368 version (kernel, fixed 2.6.12) ### +CVE-2005-1369 version (kernel, fixed 2.6.12) +CVE-2005-1368 version (kernel, fixed 2.6.12) CVE-2005-1345 version (squid, fixed 2.5.STABLE10) CVE-2005-1344 ignore (httpd) not a vulnerability CVE-2005-1281 version (wireshark, fixed 0.10.11) @@ -810,9 +810,9 @@ CVE-2005-1268 version (httpd, not 2.2) CVE-2005-1267 version (tcpdump, fixed 3.9.4 at least) CVE-2005-1266 version (spamassassin, fixed 3.0.4) -CVE-2005-1265 version (kernel) ### -CVE-2005-1264 version (kernel) ### -CVE-2005-1263 version (kernel) ### +CVE-2005-1265 version (kernel) +CVE-2005-1264 version (kernel) +CVE-2005-1263 version (kernel) CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) ### @@ -845,7 +845,7 @@ CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) -CVE-2005-1041 version (kernel, fixed 2.6.12) ### +CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### @@ -853,23 +853,23 @@ CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### -CVE-2005-0977 version (kernel, fixed 2.6.11) ### +CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### -CVE-2005-0937 version (kernel, fixed 2.6.11) ### -CVE-2005-0916 version (kernel, fixed 2.6.12) ### +CVE-2005-0937 version (kernel, fixed 2.6.11) +CVE-2005-0916 version (kernel, fixed 2.6.12) CVE-2005-0891 version (gtk2, fixed 2.2.4) ### -CVE-2005-0867 version (kernel, fixed 2.6.11) ### +CVE-2005-0867 version (kernel, fixed 2.6.11) CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### -CVE-2005-0839 version (kernel, fixed 2.6.11) ### -CVE-2005-0815 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0839 version (kernel, fixed 2.6.11) +CVE-2005-0815 version (kernel, fixed 2.6.11.6) CVE-2005-0808 version (tomcat, fixed 5.x) CVE-2005-0806 version (evolution, fixed 2.0.4) CVE-2005-0799 version (mysql) not linux -CVE-2005-0767 version (kernel, fixed 2.6.11) ### +CVE-2005-0767 version (kernel, fixed 2.6.11) CVE-2005-0766 version (wireshark, fixed after 0.10.9) CVE-2005-0765 version (wireshark, fixed after 0.10.9) CVE-2005-0763 version (mc, fixed 4.6.0) @@ -879,15 +879,15 @@ CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) ### CVE-2005-0758 backport (bzip2) ### -CVE-2005-0757 version (kernel, not 2.6) ### -CVE-2005-0756 version (kernel, fixed 2.6.12) ### +CVE-2005-0757 version (kernel, not 2.6) +CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### -CVE-2005-0750 version (kernel, fixed 2.6.11.6) ### -CVE-2005-0749 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0750 version (kernel, fixed 2.6.11.6) +CVE-2005-0749 version (kernel, fixed 2.6.11.6) CVE-2005-0739 version (wireshark, fixed after 0.10.9) -CVE-2005-0736 version (kernel, fixed 2.6.11) ### +CVE-2005-0736 version (kernel, fixed 2.6.11) CVE-2005-0718 version (squid, fixed 2.5.STABLE8) CVE-2005-0711 version (mysql, fixed 4.1.11) CVE-2005-0710 version (mysql, fixed 4.1.11) @@ -926,19 +926,19 @@ CVE-2005-0584 version (firefox) ### CVE-2005-0578 version (mozilla) ### CVE-2005-0578 version (firefox) ### -CVE-2005-0565 version (kernel, not 2.6) ### -CVE-2005-0532 version (kernel, fixed 2.6.11) ### -CVE-2005-0531 version (kernel, fixed 2.6.11) ### -CVE-2005-0530 version (kernel, fixed 2.6.11) ### -CVE-2005-0529 version (kernel, fixed 2.6.11) ### +CVE-2005-0565 version (kernel, not 2.6) +CVE-2005-0532 version (kernel, fixed 2.6.11) +CVE-2005-0531 version (kernel, fixed 2.6.11) +CVE-2005-0530 version (kernel, fixed 2.6.11) +CVE-2005-0529 version (kernel, fixed 2.6.11) CVE-2005-0527 version (mozilla, fixed 1.7.6) ### CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) ### -CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 ### +CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) -CVE-2005-0489 version (kernel, not 2.6) ### +CVE-2005-0489 version (kernel, not 2.6) CVE-2005-0488 backport (telnet) ### CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### CVE-2005-0473 version (gaim, fixed 1.1.3) @@ -947,22 +947,22 @@ CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0468 version (krb5, fixed 1.4.1) CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### -CVE-2005-0449 version (kernel, fixed 2.6.11) ### +CVE-2005-0449 version (kernel, fixed 2.6.11) CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 -CVE-2005-0403 version (kernel) not upstream ### +CVE-2005-0403 version (kernel) not upstream CVE-2005-0402 version (firefox, fixed 1.0.2) ### CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### -CVE-2005-0400 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0400 version (kernel, fixed 2.6.11.6) CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) -CVE-2005-0384 version (kernel, fixed 2.6.11.4) ### +CVE-2005-0384 version (kernel, fixed 2.6.11.4) CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### @@ -988,21 +988,21 @@ CVE-2005-0227 version (postgresql, fixed 8.0.1) CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) -CVE-2005-0210 version (kernel, fixed 2.6.11) ### -CVE-2005-0209 version (kernel, fixed 2.6.11) ### +CVE-2005-0210 version (kernel, fixed 2.6.11) +CVE-2005-0209 version (kernel, fixed 2.6.11) CVE-2005-0208 version (gaim, fixed 1.1.4) -CVE-2005-0207 version (kernel, fixed 2.6.11) ### +CVE-2005-0207 version (kernel, fixed 2.6.11) CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 CVE-2005-0205 version (kdenetwork, not 3.3+) ### -CVE-2005-0204 version (kernel) didn't affect upstream ### +CVE-2005-0204 version (kernel) didn't affect upstream CVE-2005-0202 version (mailman, fixed 2.1.6) CVE-2005-0201 version (dbus, fixed 0.36.1) ### CVE-2005-0194 version (squid, fixed 2.5.STABLE8) -CVE-2005-0180 version (kernel, fixed 2.6.11) ### -CVE-2005-0179 version (kernel, fixed 2.6.11) ### -CVE-2005-0178 version (kernel, fixed 2.6.11) ### -CVE-2005-0177 version (kernel, fixed 2.6.11) ### -CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 ### +CVE-2005-0180 version (kernel, fixed 2.6.11) +CVE-2005-0179 version (kernel, fixed 2.6.11) +CVE-2005-0178 version (kernel, fixed 2.6.11) +CVE-2005-0177 version (kernel, fixed 2.6.11) +CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) @@ -1027,10 +1027,10 @@ CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### CVE-2005-0141 version (firefox) ### -CVE-2005-0137 version (kernel, not 2.6) ### -CVE-2005-0136 version (kernel, fixed 2.6.11) ### -CVE-2005-0135 version (kernel, fixed 2.6.11) ### -CVE-2005-0124 version (kernel, fixed 2.6.11) ### +CVE-2005-0137 version (kernel, not 2.6) +CVE-2005-0136 version (kernel, fixed 2.6.11) +CVE-2005-0135 version (kernel, fixed 2.6.11) +CVE-2005-0124 version (kernel, fixed 2.6.11) CVE-2005-0109 version (openssl, not 0.9.8a) CVE-2005-0109 backport (openssl097a) CVE-2005-0104 version (squirrelmail, fixed 1.4.4) @@ -1041,9 +1041,9 @@ CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) CVE-2005-0094 version (squid, fixed 2.5.STABLE8) -CVE-2005-0092 version (kernel, not affected) ### -CVE-2005-0091 version (kernel, not affected) ### -CVE-2005-0090 version (kernel, not affected) ### +CVE-2005-0092 version (kernel, not affected) +CVE-2005-0091 version (kernel, not affected) +CVE-2005-0090 version (kernel, not affected) CVE-2005-0089 version (python, fixed 2.4.1 at least) ### CVE-2005-0088 version (mod_python, fixed after 2.7.8) CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### @@ -1073,16 +1073,16 @@ CVE-2005-0006 version (wireshark, fixed 0.10.9) CVE-2005-0005 version (ImageMagick, fixed after 6.1.7) CVE-2005-0004 version (mysql, fixed 4.1.10) -CVE-2005-0003 version (kernel, fixed 2.6.10) ### -CVE-2005-0001 version (kernel, fixed 2.6.10) ### -CVE-2004-2660 version (kernel, fixed 2.6.10) ### +CVE-2005-0003 version (kernel, fixed 2.6.10) +CVE-2005-0001 version (kernel, fixed 2.6.10) +CVE-2004-2660 version (kernel, fixed 2.6.10) CVE-2004-2657 ignore (firefox) windows only CVE-2004-2654 version (squid, fixed 2.6STABLE6) -CVE-2004-2607 version (kernel, fixed 2.6.5) ### +CVE-2004-2607 version (kernel, fixed 2.6.5) CVE-2004-2589 version (gaim, fixed 0.82) CVE-2004-2546 version (samba, fixed 3.0.6) CVE-2004-2541 ignore (cscope) blocked by FORTIFY_SOURCE -CVE-2004-2536 version (kernel, fixed 2.6.7) ### +CVE-2004-2536 version (kernel, fixed 2.6.7) CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) @@ -1091,7 +1091,7 @@ CVE-2004-2394 version (passwd, fixed 0.69) ### CVE-2004-2392 version (libuser, fixed 0.51.10) ### CVE-2004-2343 ignore (httpd) not a security issue -CVE-2004-2302 version (kernel, fixed 2.6.10) ### +CVE-2004-2302 version (kernel, fixed 2.6.10) CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### @@ -1137,11 +1137,11 @@ CVE-2004-1380 version (mozilla) ### CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### -CVE-2004-1337 version (kernel, fixed 2.6.11) ### +CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) ### -CVE-2004-1335 version (kernel, fixed 2.6.10) ### -CVE-2004-1334 version (kernel, fixed 2.6.10) ### -CVE-2004-1333 version (kernel, fixed 2.6.10) ### +CVE-2004-1335 version (kernel, fixed 2.6.10) +CVE-2004-1334 version (kernel, fixed 2.6.10) +CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### @@ -1153,13 +1153,13 @@ CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) CVE-2004-1267 version (cups, fixed 1.1.23) -CVE-2004-1237 version (kernel, not 2.6) not upstream ### -CVE-2004-1235 version (kernel, fixed 2.6.11) ### -CVE-2004-1234 version (kernel, not 2.6) ### +CVE-2004-1237 version (kernel, not 2.6) not upstream +CVE-2004-1235 version (kernel, fixed 2.6.11) +CVE-2004-1234 version (kernel, not 2.6) CVE-2004-1224 version (mtr, fixed after 0.65) ### CVE-2004-1200 ignore (firefox, mozilla) not a security issue -CVE-2004-1191 version (kernel, fixed 2.6.9) ### -CVE-2004-1190 version (kernel, fixed 2.6.10) ### +CVE-2004-1191 version (kernel, fixed 2.6.9) +CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### @@ -1176,16 +1176,16 @@ CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) -CVE-2004-1151 version (kernel, fixed 2.6.10) ### +CVE-2004-1151 version (kernel, fixed 2.6.10) CVE-2004-1145 version (kde, not 3.4) ### -CVE-2004-1144 version (kernel, not 2.6) ### +CVE-2004-1144 version (kernel, not 2.6) CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) CVE-2004-1138 version (vim, fixed 6.3) ### -CVE-2004-1137 version (kernel, fixed 2.6.10) ### +CVE-2004-1137 version (kernel, fixed 2.6.10) CVE-2004-1125 version (xpdf, fixed 3.0.1) CVE-2004-1125 version (tetex, at least 3.0) ### CVE-2004-1125 version (kdegraphics, not 3.4) @@ -1195,34 +1195,34 @@ CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### -CVE-2004-1074 version (kernel, fixed 2.6.10) ### -CVE-2004-1073 version (kernel, fixed 2.6.10) ### -CVE-2004-1072 version (kernel, fixed 2.6.10) ### -CVE-2004-1071 version (kernel, fixed 2.6.10) ### -CVE-2004-1070 version (kernel, fixed 2.6.10) ### -CVE-2004-1069 version (kernel, fixed 2.6.10) ### -CVE-2004-1068 version (kernel, fixed 2.6.10) ### +CVE-2004-1074 version (kernel, fixed 2.6.10) +CVE-2004-1073 version (kernel, fixed 2.6.10) +CVE-2004-1072 version (kernel, fixed 2.6.10) +CVE-2004-1071 version (kernel, fixed 2.6.10) +CVE-2004-1070 version (kernel, fixed 2.6.10) +CVE-2004-1069 version (kernel, fixed 2.6.10) +CVE-2004-1068 version (kernel, fixed 2.6.10) CVE-2004-1065 version (php, fixed after 5.0.2) CVE-2004-1064 version (php, fixed after 5.0.2) CVE-2004-1063 version (php, fixed after 5.0.2) -CVE-2004-1060 version (kernel) all verifies sequence number ### -CVE-2004-1058 version (kernel, fixed 2.6.9) ### -CVE-2004-1057 version (kernel, fixed 2.6.10) ### -CVE-2004-1056 version (kernel, fixed 2.6.10) ### +CVE-2004-1060 version (kernel) all verifies sequence number +CVE-2004-1058 version (kernel, fixed 2.6.9) +CVE-2004-1057 version (kernel, fixed 2.6.10) +CVE-2004-1056 version (kernel, fixed 2.6.10) CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) CVE-2004-1018 version (php, fixed after 5.0.2) -CVE-2004-1017 version (kernel, fixed 2.6.10) ### -CVE-2004-1016 version (kernel, fixed 2.6.10) ### +CVE-2004-1017 version (kernel, fixed 2.6.10) +CVE-2004-1016 version (kernel, fixed 2.6.10) CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) CVE-2004-1006 version (dhcp, not 3) ### CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue -CVE-2004-0997 version (kernel, not 2.6) ### +CVE-2004-0997 version (kernel, not 2.6) CVE-2004-0996 backport (cscope) not fixed in 15.5 ### CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### CVE-2004-0989 version (libxml2, fixed 2.6.15) @@ -1278,13 +1278,13 @@ CVE-2004-0888 version (tetex, fixed 3.0) ### CVE-2004-0888 version (kpdegraphics, not 3.4) ### CVE-2004-0888 version (cups) -CVE-2004-0887 version (kernel, fixed 2.6.10) ### +CVE-2004-0887 version (kernel, fixed 2.6.10) CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### -CVE-2004-0883 version (kernel, fixed 2.6.11) ### -CVE-2004-0883 version (kernel, fixed 2.6.11) ### +CVE-2004-0883 version (kernel, fixed 2.6.11) +CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix @@ -1297,11 +1297,11 @@ CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) CVE-2004-0826 version (nss, fixed 3.9.2) ### CVE-2004-0823 version (openldap, fixed after 2.1.19) ### -CVE-2004-0816 version (kernel, fixed 2.6.8) ### +CVE-2004-0816 version (kernel, fixed 2.6.8) CVE-2004-0815 version (samba, fixed 3.0.2a) -CVE-2004-0814 version (kernel, fixed 2.6.9) ### -CVE-2004-0813 version (kernel, fixed 2.6.8) ### -CVE-2004-0812 version (kernel, not 2.6) ### +CVE-2004-0814 version (kernel, fixed 2.6.9) +CVE-2004-0813 version (kernel, fixed 2.6.8) +CVE-2004-0812 version (kernel, not 2.6) CVE-2004-0811 version (httpd, not 2.2) CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) @@ -1316,8 +1316,8 @@ CVE-2004-0797 version (zlib) CVE-2004-0796 version (spamassassin, fixed 2.64) CVE-2004-0792 version (rsync, fixed 2.6.3) -CVE-2004-0791 version (kernel, fixed 2.6.9) ### -CVE-2004-0790 version (kernel) doesn't affect linux 2.6 ### +CVE-2004-0791 version (kernel, fixed 2.6.9) +CVE-2004-0790 version (kernel, not 2.6) CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0786 version (apr-util, fixed 2.0.51) ### CVE-2004-0785 version (gaim, fixed 0.82) @@ -1365,7 +1365,7 @@ CVE-2004-0688 version (openmotif) ### CVE-2004-0687 version (openmotif) ### CVE-2004-0686 version (samba, fixed 3.0.6) -CVE-2004-0685 version (kernel, not 2.6) ### +CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) ### CVE-2004-0648 version (mozilla) ### @@ -1379,8 +1379,8 @@ CVE-2004-0633 version (wireshark, fixed 0.10.5) CVE-2004-0628 version (mysql, fixed 4.1.3) CVE-2004-0627 version (mysql, fixed 4.1.3) -CVE-2004-0626 version (kernel, fixed 2.6.8) ### -CVE-2004-0619 version (kernel) no driver ### +CVE-2004-0626 version (kernel, fixed 2.6.8) +CVE-2004-0619 version (kernel) no driver CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) @@ -1391,15 +1391,15 @@ CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) -CVE-2004-0592 version (kernel, not upstream flaw) ### -CVE-2004-0587 version (kernel) not upstream flaw ### +CVE-2004-0592 version (kernel) not upstream flaw +CVE-2004-0587 version (kernel) not upstream flaw CVE-2004-0558 version (cups, fixed 1.1.21) CVE-2004-0557 version (sox, fixed after 12.17.4) -CVE-2004-0554 version (kernel, fixed 2.6.7) ### +CVE-2004-0554 version (kernel, fixed 2.6.7) CVE-2004-0548 ignore (aspell, not fixed 0.50.5) not a security issue CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) -CVE-2004-0535 version (kernel, fixed 2.6.6) ### +CVE-2004-0535 version (kernel, fixed 2.6.6) CVE-2004-0527 version (konqueror, not 3+) ### CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) @@ -1410,29 +1410,29 @@ CVE-2004-0505 version (wireshark, fixed 0.10.4) CVE-2004-0504 version (wireshark, fixed 0.10.4) CVE-2004-0500 version (gaim, fixed 0.82) -CVE-2004-0497 version (kernel, fixed 2.6.8) ### -CVE-2004-0496 version (kernel, fixed 2.6.8) ### -CVE-2004-0495 version (kernel, fixed 2.6.8) ### +CVE-2004-0497 version (kernel, fixed 2.6.8) +CVE-2004-0496 version (kernel, fixed 2.6.8) +CVE-2004-0495 version (kernel, fixed 2.6.8) CVE-2004-0494 version (mc, fixed 4.6.1) CVE-2004-0493 version (httpd, not 2.2) CVE-2004-0492 version (httpd, not 2.2) -CVE-2004-0491 version (kernel, not upstream) ### +CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) -CVE-2004-0447 version (kernel, fixed 2.6.5) ### -CVE-2004-0427 version (kernel, fixed 2.6.6) ### +CVE-2004-0447 version (kernel, fixed 2.6.5) +CVE-2004-0427 version (kernel, fixed 2.6.6) CVE-2004-0426 version (rsync, fixed 2.6.1) -CVE-2004-0424 version (kernel, fixed 2.6.4) ### +CVE-2004-0424 version (kernel, fixed 2.6.4) CVE-2004-0421 version (libpng, fixed 1.0.16) CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) -CVE-2004-0415 version (kernel, fixed 2.6.8) ### +CVE-2004-0415 version (kernel, fixed 2.6.8) CVE-2004-0414 version (cvs, fixed 1.11.17) CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) @@ -1443,7 +1443,7 @@ CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) ### CVE-2004-0396 version (cvs, fixed 1.12.8) -CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability ### +CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability CVE-2004-0392 version (racoon, fixed 20040407b) ### CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) @@ -1455,8 +1455,8 @@ CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) -CVE-2004-0229 version (kernel, fixed 2.6.6) ### -CVE-2004-0228 version (kernel, fixed 2.6.6) ### +CVE-2004-0229 version (kernel, fixed 2.6.6) +CVE-2004-0228 version (kernel, fixed 2.6.6) CVE-2004-0226 version (mc, fixed 4.6.0) CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) @@ -1464,12 +1464,12 @@ CVE-2004-0184 version (tcpdump, fixed 3.8.2) CVE-2004-0183 version (tcpdump, fixed 3.8.2) CVE-2004-0182 version (mailman) only affected Red Hat packages -CVE-2004-0181 version (kernel, fixed 2.6.5) ### +CVE-2004-0181 version (kernel, fixed 2.6.5) CVE-2004-0180 version (cvs, fixed 1.11.15) CVE-2004-0179 version (openoffice.org) ### CVE-2004-0179 version (neon, fixed 0.24.5) -CVE-2004-0178 version (kernel, not 2.6) ### -CVE-2004-0177 version (kernel, fixed 2.6.6) ### +CVE-2004-0178 version (kernel, not 2.6) +CVE-2004-0177 version (kernel, fixed 2.6.6) CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### @@ -1479,13 +1479,13 @@ CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) ### -CVE-2004-0138 version (kernel, fixed 2.6.0) ### +CVE-2004-0138 version (kernel, fixed 2.6.0) CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) CVE-2004-0110 version (libxml2, fixed 2.6.6) -CVE-2004-0109 version (kernel, fixed 2.6.6) ### +CVE-2004-0109 version (kernel, fixed 2.6.6) CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) CVE-2004-0106 version (XFree86) ### @@ -1503,25 +1503,25 @@ CVE-2004-0079 version (openssl, not 0.9.8) CVE-2004-0079 backport (openssl097a, fixed 0.9.7c) CVE-2004-0078 version (mutt, fixed 1.4.2) -CVE-2004-0077 version (kernel, fixed 2.6.3) ### -CVE-2004-0075 version (kernel, not 2.6) ### +CVE-2004-0077 version (kernel, fixed 2.6.3) +CVE-2004-0075 version (kernel, not 2.6) CVE-2004-0057 version (tcpdump, fixed 3.8.2) CVE-2004-0055 version (tcpdump, fixed 3.8.2) CVE-2004-0042 ignore (vsftpd) disputed -CVE-2004-0010 version (kernel, not 2.6) ### +CVE-2004-0010 version (kernel, not 2.6) CVE-2004-0008 version (gaim, fixed 0.75) CVE-2004-0007 version (gaim, fixed 0.75) CVE-2004-0006 version (gaim, fixed 0.76) CVE-2004-0005 version (gaim, fixed 0.76) -CVE-2004-0003 version (kernel, not 2.6) ### -CVE-2004-0001 version (kernel, not 2.6) ### +CVE-2004-0003 version (kernel, not 2.6) +CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) -CVE-2003-1161 version (kernel, not released version) ### +CVE-2003-1161 version (kernel, not released version) CVE-2003-1138 backport (httpd, Red Hat only) contains /+ now CVE-2003-1029 version (tcpdump, fixed after 3.8.1) CVE-2003-1023 version (mc, 4.6.1) @@ -1537,9 +1537,9 @@ CVE-2003-0988 version (kdepim, fixed 3.1.5) CVE-2003-0988 version (kde, fixed 3.1.5) CVE-2003-0987 version (httpd, not 2.2) -CVE-2003-0986 version (kernel, fixed 2.6.2) ### -CVE-2003-0985 version (kernel, not 2.6) ### -CVE-2003-0984 version (kernel, fixed 2.4.23) ### +CVE-2003-0986 version (kernel, fixed 2.6.2) +CVE-2003-0985 version (kernel, not 2.6) +CVE-2003-0984 version (kernel, fixed 2.4.23) CVE-2003-0977 version (cvs, fixed 1.11.10) CVE-2003-0973 version (mod_python, fixed 3.0.4) CVE-2003-0972 version (screen, fixed after 4.0.1) @@ -1549,9 +1549,9 @@ CVE-2003-0965 version (mailman, fixed 2.1.4) CVE-2003-0963 version (lftp, fixed after 2.6.9) CVE-2003-0962 version (rsync, fixed 2.5.7) -CVE-2003-0961 version (kernel, fixed 2.4.23) ### -CVE-2003-0959 version (kernel, fixed 2.4.21) ### -CVE-2003-0956 version (kernel, fixed 2.4.22) ### +CVE-2003-0961 version (kernel, fixed 2.4.23) +CVE-2003-0959 version (kernel, fixed 2.4.21) +CVE-2003-0956 version (kernel, fixed 2.4.22) CVE-2003-0935 version (net-snmp, fixed 5.0.9) CVE-2003-0927 version (wireshark, fixed 0.9.16) CVE-2003-0926 version (wireshark, fixed 0.9.16) @@ -1589,8 +1589,8 @@ CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### -CVE-2003-0700 version (kernel, not 2.6) ### -CVE-2003-0699 version (kernel, not 2.6) ### +CVE-2003-0700 version (kernel, not 2.6) +CVE-2003-0699 version (kernel, not 2.6) CVE-2003-0695 version (openssh, fixed 3.7.1) CVE-2003-0694 version (sendmail, fixed 8.12.10) CVE-2003-0693 version (openssh, fixed 3.7) @@ -1603,16 +1603,16 @@ CVE-2003-0681 version (sendmail, fixed 8.12.10) CVE-2003-0655 version (cdrtools, fixed 2.01a18) CVE-2003-0644 version (kdbg, not after 1.2.8) -CVE-2003-0643 version (kernel, not 2.6) ### -CVE-2003-0619 version (kernel, not 2.6) ### +CVE-2003-0643 version (kernel, not 2.6) +CVE-2003-0619 version (kernel, not 2.6) CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable -CVE-2003-0552 version (kernel, not 2.6) ### -CVE-2003-0551 version (kernel, not 2.6) ### -CVE-2003-0550 version (kernel, not 2.6) ### +CVE-2003-0552 version (kernel, not 2.6) +CVE-2003-0551 version (kernel, not 2.6) +CVE-2003-0550 version (kernel, not 2.6) CVE-2003-0549 version (gdm, fixed 2.4.1.6) CVE-2003-0548 version (gdm, fixed 2.4.1.6) CVE-2003-0547 version (gdm, fixed 2.4.1.6) @@ -1626,14 +1626,14 @@ CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) -CVE-2003-0501 version (kernel, fixed 2.6.1) ### -CVE-2003-0476 version (kernel, fixed 2.6.1) ### +CVE-2003-0501 version (kernel, fixed 2.6.1) +CVE-2003-0476 version (kernel, fixed 2.6.1) CVE-2003-0468 version (postfix, fixed 1.1.12) -CVE-2003-0467 version (kernel, not 2.6) ### -CVE-2003-0465 version (kernel, not 2.6) ### -CVE-2003-0464 version (kernel, not 2.6) ### -CVE-2003-0462 version (kernel, fixed 2.6.1) ### -CVE-2003-0461 version (kernel, fixed 2.6.1) ### +CVE-2003-0467 version (kernel, not 2.6) +CVE-2003-0465 version (kernel, not 2.6) +CVE-2003-0464 version (kernel, not 2.6) +CVE-2003-0462 version (kernel, fixed 2.6.1) +CVE-2003-0461 version (kernel, fixed 2.6.1) CVE-2003-0459 version (kdelibs, not 3.2) CVE-2003-0455 version (ImageMagick) CVE-2003-0442 version (php, fixed 4.3.2) @@ -1644,12 +1644,12 @@ CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) CVE-2003-0427 backport (mikmod) ### -CVE-2003-0418 version (kernel, not 2.6) ### +CVE-2003-0418 version (kernel, not 2.6) CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) CVE-2003-0367 backport (gzip) ### -CVE-2003-0364 version (kernel, not 2.6) ### +CVE-2003-0364 version (kernel, not 2.6) CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) CVE-2003-0354 version (ghostscript, fixed 7.07) @@ -1665,12 +1665,12 @@ CVE-2003-0252 version (nfs-utils, fixed 1.0.4) CVE-2003-0251 version (ypserv, fixed 2.7) CVE-2003-0249 ignore (php) see CVE -CVE-2003-0248 version (kernel, not 2.6) ### -CVE-2003-0247 version (kernel, not 2.6) ### -CVE-2003-0246 version (kernel, not 2.6) ### +CVE-2003-0248 version (kernel, not 2.6) +CVE-2003-0247 version (kernel, not 2.6) +CVE-2003-0246 version (kernel, not 2.6) CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0245 version (httpd, not 2.2) -CVE-2003-0244 version (kernel, not 2.6) ### +CVE-2003-0244 version (kernel, not 2.6) CVE-2003-0211 version (xinetd, fixed 2.3.11) CVE-2003-0204 version (kde, fixed after 3.1.1) CVE-2003-0201 version (samba, fixed 2.2.8a) @@ -1681,7 +1681,7 @@ CVE-2003-0190 version (openssh, fixed 3.6.1p1) CVE-2003-0189 version (httpd, not 2.2) CVE-2003-0188 version (lv, fixed 4.51 at least) -CVE-2003-0187 version (kernel, not 2.6) ### +CVE-2003-0187 version (kernel, not 2.6) CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) CVE-2003-0165 version (eog, fixed 2.2.2??) ### @@ -1704,7 +1704,7 @@ CVE-2003-0130 version (evolution, fixed 1.2.3) CVE-2003-0129 version (evolution, fixed 1.2.3) CVE-2003-0128 version (evolution, fixed 1.2.3) -CVE-2003-0127 version (kernel, not 2.6) ### +CVE-2003-0127 version (kernel, not 2.6) CVE-2003-0124 version (man, fixed 1.5l) CVE-2003-0108 version (tcpdump, fixed after 3.7.1) CVE-2003-0107 version (zlib, fixed 1.2.0.2 at least) @@ -1735,11 +1735,11 @@ CVE-2003-0026 version (dhcp, fixed 3.0.1) CVE-2003-0020 version (httpd, not 2.2) CVE-2003-0019 version (kernel-utils, not upstream) -CVE-2003-0018 version (kernel, not 2.6) ### +CVE-2003-0018 version (kernel, not 2.6) CVE-2003-0017 version (httpd, not 2.2) CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) -CVE-2003-0001 version (kernel, not 2.6) ### +CVE-2003-0001 version (kernel, not 2.6) older, happened to deal with at same time: @@ -1749,9 +1749,9 @@ CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) -CVE-2002-2185 version (kernel, fixed 2.6.15) ### +CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-1963 version (kernel, not 2.6) ### +CVE-2002-1963 version (kernel, not 2.6) CVE-2002-1976 ignore (ifconfig) "use ip" CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) @@ -1761,9 +1761,9 @@ CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) -CVE-2002-1573 version (kernel, not 2.6) ### -CVE-2002-1572 version (kernel, not 2.6) ### -CVE-2002-1571 version (kernel, not 2.6) ### +CVE-2002-1573 version (kernel, not 2.6) +CVE-2002-1572 version (kernel, not 2.6) +CVE-2002-1571 version (kernel, not 2.6) CVE-2002-1510 version (XFree86, fixed 4.2.0) ### CVE-2002-1472 version (XFree86, fixed 4.2.1) ### CVE-2002-1363 version (libpng, fixed 1.2.6) From fedora-extras-commits at redhat.com Mon Aug 14 18:32:32 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 11:32:32 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.5,1.6 Message-ID: <200608141832.k7EIWYPu021784@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21767 Modified Files: ktorrent.spec Log Message: Increased release version to 4 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ktorrent.spec 14 Aug 2006 13:42:32 -0000 1.5 +++ ktorrent.spec 14 Aug 2006 18:32:31 -0000 1.6 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL From fedora-extras-commits at redhat.com Mon Aug 14 18:51:03 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 11:51:03 -0700 Subject: fedora-security/audit fc5,1.274,1.275 fc6,1.2,1.3 Message-ID: <200608141851.k7EIp35u021952@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21932 Modified Files: fc5 fc6 Log Message: Xorg was affected by the PCF issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.274 retrieving revision 1.275 diff -u -r1.274 -r1.275 --- fc5 14 Aug 2006 08:43:37 -0000 1.274 +++ fc5 14 Aug 2006 18:51:00 -0000 1.275 @@ -68,6 +68,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3467 VULNERABLE (xorg) #202475 CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fc6 14 Aug 2006 17:19:16 -0000 1.2 +++ fc6 14 Aug 2006 18:51:00 -0000 1.3 @@ -78,6 +78,7 @@ CVE-2006-3469 VULNERABLE (mysql) ### CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 VULNERABLE (freetype) ### +CVE-2006-3467 VULNERABLE (xorg) #202475 CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### From fedora-extras-commits at redhat.com Mon Aug 14 19:46:37 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:37 -0700 Subject: rpms/python-simplejson/devel - New directory Message-ID: <200608141946.k7EJkdQs024756@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24727/python-simplejson/devel Log Message: Directory /cvs/extras/rpms/python-simplejson/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 19:46:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:36 -0700 Subject: rpms/python-simplejson - New directory Message-ID: <200608141946.k7EJkcGB024753@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24727/python-simplejson Log Message: Directory /cvs/extras/rpms/python-simplejson added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 19:46:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:48 -0700 Subject: rpms/python-simplejson/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608141946.k7EJkoJb024807@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24773/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-simplejson --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 19:46:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:47 -0700 Subject: rpms/python-simplejson Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608141946.k7EJkn83024806@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24773 Added Files: Makefile import.log Log Message: Setup of module python-simplejson --- NEW FILE Makefile --- # Top level Makefile for module python-simplejson all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 19:47:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:47:10 -0700 Subject: rpms/python-simplejson import.log,1.1,1.2 Message-ID: <200608141947.k7EJlg3O024871@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24837 Modified Files: import.log Log Message: auto-import python-simplejson-1.3-3 on branch devel from python-simplejson-1.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 19:46:47 -0000 1.1 +++ import.log 14 Aug 2006 19:47:09 -0000 1.2 @@ -0,0 +1 @@ +python-simplejson-1_3-3:HEAD:python-simplejson-1.3-3.src.rpm:1155584842 From fedora-extras-commits at redhat.com Mon Aug 14 19:47:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:47:10 -0700 Subject: rpms/python-simplejson/devel python-simplejson.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608141947.k7EJlgeD024875@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24837/devel Modified Files: .cvsignore sources Added Files: python-simplejson.spec Log Message: auto-import python-simplejson-1.3-3 on branch devel from python-simplejson-1.3-3.src.rpm --- NEW FILE python-simplejson.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-simplejson Version: 1.3 Release: 3%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries License: MIT URL: http://undefined.org/python/#simplejson Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools %description simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.3+. It is pure Python code with no dependencies. simplejson was formerly known as simple_json, but changed its name to comply with PEP 8 module naming guidelines. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). %prep %setup -q -n simplejson-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT \ --single-version-externally-managed %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc docs %dir %{python_sitelib}/simplejson %{python_sitelib}/simplejson-%{version}-py2.4.egg-info %{python_sitelib}/simplejson/*.py* %{python_sitelib}/simplejson/tests/*.py* %changelog * Mon Aug 14 2006 Luke Macken - 1.3-3 - Include .pyo's instead of just ghosting them * Wed Jul 12 2006 Luke Macken - 1.3-2 - Add --single-version-externally-managed flag to install * Mon Jul 10 2006 Luke Macken - 1.3-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 19:46:47 -0000 1.1 +++ .cvsignore 14 Aug 2006 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +simplejson-1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 19:46:47 -0000 1.1 +++ sources 14 Aug 2006 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +fbe039b9b863572651a0f665acea34c9 simplejson-1.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 19:56:48 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 12:56:48 -0700 Subject: fedora-security/audit fc6,1.3,1.4 Message-ID: <200608141956.k7EJumSh025305@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25287 Modified Files: fc6 Log Message: More work, this is the easy part where we're mostly working on things that were fixed in fc5 by version number so we only need to check that the fc6 version is similar and greater (or more work if for some package like Apache where the 2.2 branch and 2.0 branches are such that you can't just assume fixed if > 2.0.54 say). 70% done, with the hard 30% left Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fc6 14 Aug 2006 18:51:00 -0000 1.3 +++ fc6 14 Aug 2006 19:56:45 -0000 1.4 @@ -57,7 +57,7 @@ CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### -CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] ### +CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### @@ -86,7 +86,7 @@ CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] ### +CVE-2006-3404 version (gimp, fixed 2.2.12) CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### @@ -95,18 +95,18 @@ CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) -CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] ### +CVE-2006-3127 version (nss, only affected 3.11) CVE-2006-3122 ** dhcp ### -CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### +CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### -CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### +CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) -CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] ### +CVE-2006-3057 version (dhcdbd, fixed 1.14) CVE-2006-3018 version (php, fixed 5.1.3) CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) @@ -114,7 +114,7 @@ CVE-2006-2936 version (kernel, fixed 2.6.17.7) CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) -CVE-2006-2933 version (kde, not 3.2+) ### +CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### @@ -157,7 +157,7 @@ CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed -CVE-2006-2661 VULNERABLE (freetype, fixed 2.2.1) #183677 ### +CVE-2006-2661 version (freetype, fixed 2.2.1) CVE-2006-2660 ignore (php) see bz#195539 CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC @@ -166,28 +166,28 @@ CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### CVE-2006-2451 version (kernel, fixed 2.6.17.4) -CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### +CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### -CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### -CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### +CVE-2006-2414 version (dovecot, fixed 1.0.beta8) not a security issue +CVE-2006-2369 version (vnc, fixed 4.1.2) CVE-2006-2366 VULNERABLE (openobex) #192087 ### CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) -CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### +CVE-2006-2276 version (quagga, fixed 0.98.6) CVE-2006-2275 version (kernel, fixed 2.6.16.15) CVE-2006-2274 version (kernel, fixed 2.6.16.15) CVE-2006-2272 version (kernel, fixed 2.6.16.15) CVE-2006-2271 version (kernel, fixed 2.6.16.15) -CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### -CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### -CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### -CVE-2006-2198 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### +CVE-2006-2224 version (quagga, fixed 0.98.6) +CVE-2006-2223 version (quagga, fixed 0.98.6) +CVE-2006-2199 version (openoffice.org, fixed 2.0.3) +CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### @@ -195,9 +195,9 @@ CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux -CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### -CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### -CVE-2006-2024 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### +CVE-2006-2026 version (libtiff, fixed 3.8.1) +CVE-2006-2025 version (libtiff, fixed 3.8.1) +CVE-2006-2024 version (libtiff, fixed 3.8.1) CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### CVE-2006-1991 version (php) CVE-2006-1990 version (php) @@ -315,7 +315,7 @@ CVE-2006-1343 version (kernel, fixed 2.6.16.19) CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) -CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### +CVE-2006-1296 version (beagle, fixed 0.2.4) CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues CVE-2006-1242 version (kernel, fixed 2.6.16.1) @@ -329,7 +329,7 @@ CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### -CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### +CVE-2006-1057 version (gdm, fixed 2.14.1) CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) CVE-2006-1052 version (kernel, fixed 2.6.16) @@ -352,7 +352,7 @@ CVE-2006-0744 version (kernel, fixed 2.6.16.5) CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) -CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### +CVE-2006-0730 version (dovecot, 1.0beta[12] only) CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) @@ -368,12 +368,12 @@ CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) -CVE-2006-0459 version (flex) by inspection ### +CVE-2006-0459 version (flex) by inspection CVE-2006-0457 version (kernel, fixed 2.6.16) CVE-2006-0456 ignore (kernel) s390 only -CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### +CVE-2006-0455 version (gnupg, fixed 1.4.2.1) CVE-2006-0454 version (kernel, fixed 2.6.15.3) -CVE-2006-0405 version (libtiff, 3.8.0 only) ### +CVE-2006-0405 version (libtiff, 3.8.0 only) CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) @@ -421,7 +421,7 @@ CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) -CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### +CVE-2006-0049 version (gnupg, fixed 1.4.2.2) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) @@ -441,7 +441,7 @@ CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### CVE-2005-4639 version (kernel, fixed 2.6.15) -CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### +CVE-2005-4636 version (openoffice.org, fixed 2.0.1) CVE-2005-4635 version (kernel, fixed 2.6.15) CVE-2005-4618 version (kernel, fixed 2.6.15) CVE-2005-4605 version (kernel, fixed 2.6.15) @@ -473,9 +473,9 @@ CVE-2005-3783 version (kernel, fixed 2.6.15) CVE-2005-3753 version (kernel, fixed 2.6.14) CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat -CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### +CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix -CVE-2005-3671 version (openswan, fixed 2.4.4) ### +CVE-2005-3671 version (openswan, fixed 2.4.4) CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) CVE-2005-3651 version (wireshark, fixed 0.10.14) @@ -559,7 +559,7 @@ CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3191 version (cups, fixed 1.2.0) -CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) ### +CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) @@ -584,8 +584,8 @@ CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) -CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### -CVE-2005-2975 version (gtk2, fixed 2.8.7) ### +CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) +CVE-2005-2975 version (gtk2, fixed 2.8.7) CVE-2005-2973 version (kernel, fixed 2.6.14) CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) @@ -595,7 +595,7 @@ CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) -CVE-2005-2933 version (libc-client, fixed 2004g at least) ### +CVE-2005-2933 version (libc-client, fixed 2004g at least) CVE-2005-2929 backport (lynx) ### CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) @@ -605,7 +605,7 @@ CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### -CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### +CVE-2005-2811 version (net-snmp) not upstream, gentoo only CVE-2005-2801 version (kernel, fixed 2.6.11) CVE-2005-2800 version (kernel, fixed 2.6.12.6) CVE-2005-2798 version (openssh, fixed 4.2) @@ -637,10 +637,10 @@ CVE-2005-2701 version (firefox, fixed 1.0.7) ### CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### -CVE-2005-2672 version (lm_sensors, fixed 2.9.2) ### +CVE-2005-2672 version (lm_sensors, fixed 2.9.2) CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only -CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### +CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2617 version (kernel, fixed 2.6.12.5) CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 @@ -651,15 +651,15 @@ CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 -CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### +CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 CVE-2005-2541 ignore (tar) is documented behaviour CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) -CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### +CVE-2005-2496 version (ntp, fixed 4.2.0b) CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### -CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### +CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) -CVE-2005-2491 version (pcre, fixed 6.2) ### +CVE-2005-2491 version (pcre, fixed 6.2) CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre @@ -670,15 +670,15 @@ CVE-2005-2458 version (kernel, fixed 2.6.12.5) CVE-2005-2457 version (kernel, fixed 2.6.12.5) CVE-2005-2456 version (kernel, fixed 2.6.12.5) -CVE-2005-2452 version (libtiff, fixed 3.7.0) ### -CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-2452 version (libtiff, fixed 3.7.0) +CVE-2005-2448 version (kdenetwork, fixed 3.4.2) CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash -CVE-2005-2410 version (NetworkManager, fixed 5.0) ### +CVE-2005-2410 version (NetworkManager, fixed 5.0) CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 -CVE-2005-2370 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-2370 version (kdenetwork, fixed 3.4.2) CVE-2005-2370 version (gaim, fixed 1.5.0) -CVE-2005-2369 version (kdenetwork, fixed 3.4.2) ### -CVE-2005-2368 version (vim, fixed 6.3.086 at least) ### +CVE-2005-2369 version (kdenetwork, fixed 3.4.2) +CVE-2005-2368 version (vim, fixed 6.3.086 at least) CVE-2005-2367 version (wireshark, fixed 0.10.12) CVE-2005-2366 version (wireshark, fixed 0.10.12) CVE-2005-2365 version (wireshark, fixed 0.10.12) @@ -715,26 +715,26 @@ CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### CVE-2005-2260 version (firefox, fixed 1.0.5) ### -CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) ### +CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) CVE-2005-2114 version (mozilla, fixed 1.7.9) ### CVE-2005-2114 version (firefox, fixed 1.0.5) ### -CVE-2005-2104 version (sysreport, fixed 1.4.1-5) ### +CVE-2005-2104 version (sysreport, fixed 1.4.1-5) CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) -CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### +CVE-2005-2101 version (kdeedu, fixed after 3.4.2) CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 CVE-2005-2099 version (kernel, fixed 2.6.12.5) CVE-2005-2098 version (kernel, fixed 2.6.12.5) CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) -CVE-2005-2096 version (rpm, fixed 4.4.2) ### +CVE-2005-2096 version (rpm, fixed 4.4.2) CVE-2005-2096 backport (zlib, fixed 1.2.2.4) CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) -CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) ### +CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### -CVE-2005-2023 version (gnupg, fixed 1.9.15) ### -CVE-2005-1993 version (sudo, fixed 1.6.8p9) ### +CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### +CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (mozilla, fixed 1.7.9) ### CVE-2005-1937 version (firefox, fixed 1.0.5) ### @@ -754,23 +754,23 @@ CVE-2005-1763 version (kernel, fixed 2.6.12) CVE-2005-1762 version (kernel, fixed 2.6.12) CVE-2005-1761 version (kernel, fixed 2.6.12.2) -CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### +CVE-2005-1760 version (sysreport, fixed 1.4.1-3) CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used -CVE-2005-1751 version (nmap, fixed 3.93 at least) ### +CVE-2005-1751 version (nmap, fixed 3.93 at least) CVE-2005-1751 ignore (openldap) fixed shtool 2.0.2. Flawed code path not used CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable -CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) ### +CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### -CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) ### +CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) -CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### +CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) CVE-2005-1532 version (thunderbird) ### CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### @@ -816,7 +816,7 @@ CVE-2005-1263 version (kernel) CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) -CVE-2005-1260 version (bzip2, fixed 1.0.3) ### +CVE-2005-1260 version (bzip2, fixed 1.0.3) CVE-2005-1229 backport (cpio) ### CVE-2005-1228 backport (gzip) ### CVE-2005-1194 backport (nasm) ### @@ -842,14 +842,14 @@ CVE-2005-1153 version (firefox) ### CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### -CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) ### +CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### -CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### +CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) ### CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### @@ -859,12 +859,12 @@ CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### -CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### +CVE-2005-0941 version (openoffice.org, fixed 1.9 m95) CVE-2005-0937 version (kernel, fixed 2.6.11) CVE-2005-0916 version (kernel, fixed 2.6.12) -CVE-2005-0891 version (gtk2, fixed 2.2.4) ### +CVE-2005-0891 version (gtk2, fixed 2.2.4) CVE-2005-0867 version (kernel, fixed 2.6.11) -CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### +CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway CVE-2005-0839 version (kernel, fixed 2.6.11) CVE-2005-0815 version (kernel, fixed 2.6.11.6) CVE-2005-0808 version (tomcat, fixed 5.x) @@ -878,11 +878,11 @@ CVE-2005-0761 version (ImageMagick, fixed 6.1.8) CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) -CVE-2005-0758 version (gzip, fixed 1.3.5) ### +CVE-2005-0758 version (gzip, fixed 1.3.5) CVE-2005-0758 backport (bzip2) ### CVE-2005-0757 version (kernel, not 2.6) CVE-2005-0756 version (kernel, fixed 2.6.12) -CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### +CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### CVE-2005-0750 version (kernel, fixed 2.6.11.6) @@ -897,11 +897,11 @@ CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) CVE-2005-0670 VULNERABLE (hcidump) ### -CVE-2005-0664 version (libexif, fixed 0.6.12) ### +CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless -CVE-2005-0627 version (qt, fixed 3.3.4) ### +CVE-2005-0627 version (qt, fixed 3.3.4) CVE-2005-0626 version (squid, fixed 2.5.STABLE10) -CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) ### +CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) @@ -911,7 +911,7 @@ CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### CVE-2005-0590 version (thunderbird) ### -CVE-2005-0590 version (openswan, fixed 2.1.4) ### +CVE-2005-0590 version (openswan, fixed 2.1.4) CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### CVE-2005-0589 version (firefox, fixed 1.0.1) ### @@ -936,7 +936,7 @@ CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) -CVE-2005-0509 version (mono, not after 1.0.5) ### +CVE-2005-0509 version (mono, not after 1.0.5) CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) @@ -960,11 +960,11 @@ CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### -CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### +CVE-2005-0398 version (ipsec-tools, fixed 0.5) CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) CVE-2005-0384 version (kernel, fixed 2.6.11.4) -CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### +CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### @@ -994,10 +994,10 @@ CVE-2005-0208 version (gaim, fixed 1.1.4) CVE-2005-0207 version (kernel, fixed 2.6.11) CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 -CVE-2005-0205 version (kdenetwork, not 3.3+) ### +CVE-2005-0205 version (kdenetwork, not 3.3+) CVE-2005-0204 version (kernel) didn't affect upstream CVE-2005-0202 version (mailman, fixed 2.1.6) -CVE-2005-0201 version (dbus, fixed 0.36.1) ### +CVE-2005-0201 version (dbus, fixed 0.36.1) CVE-2005-0194 version (squid, fixed 2.5.STABLE8) CVE-2005-0180 version (kernel, fixed 2.6.11) CVE-2005-0179 version (kernel, fixed 2.6.11) @@ -1007,7 +1007,7 @@ CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) -CVE-2005-0162 version (openswan, fixed 2.3.0) ### +CVE-2005-0162 version (openswan, fixed 2.3.0) CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) @@ -1037,7 +1037,7 @@ CVE-2005-0104 version (squirrelmail, fixed 1.4.4) CVE-2005-0103 version (squirrelmail, fixed 1.4.4) CVE-2005-0102 version (evolution-data-server, fixed 1.2.2 at least) -CVE-2005-0100 version (emacs, fixed 21.4 at least) ### +CVE-2005-0100 version (emacs, fixed 21.4 at least) CVE-2005-0097 version (squid, fixed 2.5.STABLE8) CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) @@ -1045,28 +1045,28 @@ CVE-2005-0092 version (kernel, not affected) CVE-2005-0091 version (kernel, not affected) CVE-2005-0090 version (kernel, not affected) -CVE-2005-0089 version (python, fixed 2.4.1 at least) ### +CVE-2005-0089 version (python, fixed 2.4.1 at least) CVE-2005-0088 version (mod_python, fixed after 2.7.8) -CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### -CVE-2005-0086 version (less) didn't affect upstream ### -CVE-2005-0085 version (htdig, fixed 3.1.6-r7) ### +CVE-2005-0087 version (alsa-lib, fixed 1.0.9) +CVE-2005-0086 version (less) didn't affect upstream +CVE-2005-0085 version (htdig, fixed 3.1.6-r7) CVE-2005-0084 version (wireshark, fixed 0.10.9) CVE-2005-0080 version (mailman) not upstream -CVE-2005-0078 version (kde, fixed 3.0.5) ### -CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) ### +CVE-2005-0078 version (kde, fixed 3.0.5) +CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) CVE-2005-0075 version (squirrelmail, fixed 1.4.4) CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### CVE-2005-0064 version (xpdf, fixed 3.0.1) -CVE-2005-0064 version (tetex, fixed 3.0) ### +CVE-2005-0064 version (tetex, fixed 3.0) CVE-2005-0064 version (kdegraphics, not 3.4) CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc -CVE-2005-0034 version (bind, fixed after 9.3.0) ### -CVE-2005-0033 version (bind, not 9) ### +CVE-2005-0034 version (bind, fixed after 9.3.0) +CVE-2005-0033 version (bind, not 9) CVE-2005-0023 ignore (libvte) not a security risk -CVE-2005-0014 version (ncpfs, fixed 2.2.6) ### -CVE-2005-0013 version (ncpfs, fixed 2.2.6) ### -CVE-2005-0011 version (kdeedu, not 3.4) ### +CVE-2005-0014 version (ncpfs, fixed 2.2.6) +CVE-2005-0013 version (ncpfs, fixed 2.2.6) +CVE-2005-0011 version (kdeedu, not 3.4) CVE-2005-0010 version (wireshark, fixed 0.10.9) CVE-2005-0009 version (wireshark, fixed 0.10.9) CVE-2005-0008 version (wireshark, fixed 0.10.9) @@ -1087,13 +1087,13 @@ CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) -CVE-2004-2396 version (passwd, fixed 0.69) ### -CVE-2004-2395 version (passwd, fixed 0.69) ### -CVE-2004-2394 version (passwd, fixed 0.69) ### -CVE-2004-2392 version (libuser, fixed 0.51.10) ### +CVE-2004-2396 version (passwd, fixed 0.69) +CVE-2004-2395 version (passwd, fixed 0.69) +CVE-2004-2394 version (passwd, fixed 0.69) +CVE-2004-2392 version (libuser, fixed 0.51.10) CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) -CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### +CVE-2004-2259 version (vsftpd, fixed 1.2.2) CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### CVE-2004-2225 version (firefox, fixed 0.10.1) ### @@ -1105,17 +1105,17 @@ CVE-2004-2069 version (openssh, not 4) CVE-2004-2014 version (wget, fixed 1.10.1) CVE-2004-2013 version (kernel, not 2.6) -CVE-2004-2004 version (configuration) SUSE only ### -CVE-2004-1880 version (openldap, fixed 2.2.21) ### +CVE-2004-2004 version (configuration) SUSE only +CVE-2004-1880 version (openldap, fixed 2.2.21) CVE-2004-1834 version (httpd, not 2.2) -CVE-2004-1773 version (sharutils, not 4.6) ### -CVE-2004-1772 version (sharutils, not 4.6) ### +CVE-2004-1773 version (sharutils, not 4.6) +CVE-2004-1772 version (sharutils, not 4.6) CVE-2004-1761 version (wireshark, fixed 0.10.3) -CVE-2004-1689 version (sudo, fixed 1.6.8p1) ### +CVE-2004-1689 version (sudo, fixed 1.6.8p1) CVE-2004-1653 ignore (openssh) CVE-2004-1639 version (mozilla) ### CVE-2004-1639 version (firefox) ### -CVE-2004-1617 ignore (lynx) not able to verify flaw ### +CVE-2004-1617 ignore (lynx) not able to verify flaw CVE-2004-1614 version (mozilla, fixed 1.7.5) ### CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) @@ -1139,14 +1139,14 @@ CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) -CVE-2004-1336 version (tetex, fixed 3.0 at least) ### +CVE-2004-1336 version (tetex, fixed 3.0 at least) CVE-2004-1335 version (kernel, fixed 2.6.10) CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### -CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### -CVE-2004-1307 version (libtiff, was already fixed with 0886) ### +CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) +CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) CVE-2004-1296 backport (groff) from srpm ### CVE-2004-1287 backport (nasm) ### @@ -1157,16 +1157,16 @@ CVE-2004-1237 version (kernel, not 2.6) not upstream CVE-2004-1235 version (kernel, fixed 2.6.11) CVE-2004-1234 version (kernel, not 2.6) -CVE-2004-1224 version (mtr, fixed after 0.65) ### +CVE-2004-1224 version (mtr, fixed after 0.65) CVE-2004-1200 ignore (firefox, mozilla) not a security issue CVE-2004-1191 version (kernel, fixed 2.6.9) CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### -CVE-2004-1184 version (enscript, fixed 1.6.4 at least) ### -CVE-2004-1183 version (libtiff, fixed 3.7.2) ### -CVE-2004-1180 version (rwho, fixed 0.17) ### +CVE-2004-1184 version (enscript, fixed 1.6.4 at least) +CVE-2004-1183 version (libtiff, fixed 3.7.2) +CVE-2004-1180 version (rwho, fixed 0.17) CVE-2004-1177 version (mailman, fixed 2.1.6) CVE-2004-1176 version (mc, fixed 4.6.0) CVE-2004-1175 version (mc, fixed 4.6.0) @@ -1178,24 +1178,24 @@ CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) -CVE-2004-1145 version (kde, not 3.4) ### +CVE-2004-1145 version (kde, not 3.4) CVE-2004-1144 version (kernel, not 2.6) CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) -CVE-2004-1138 version (vim, fixed 6.3) ### +CVE-2004-1138 version (vim, fixed 6.3) CVE-2004-1137 version (kernel, fixed 2.6.10) CVE-2004-1125 version (xpdf, fixed 3.0.1) -CVE-2004-1125 version (tetex, at least 3.0) ### +CVE-2004-1125 version (tetex, at least 3.0) CVE-2004-1125 version (kdegraphics, not 3.4) -CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) ### +CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) CVE-2004-1093 version (mc, fixed 4.6.0) CVE-2004-1092 version (mc, fixed 4.6.0) CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) -CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### +CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) CVE-2004-1074 version (kernel, fixed 2.6.10) CVE-2004-1073 version (kernel, fixed 2.6.10) CVE-2004-1072 version (kernel, fixed 2.6.10) @@ -1210,7 +1210,7 @@ CVE-2004-1058 version (kernel, fixed 2.6.9) CVE-2004-1057 version (kernel, fixed 2.6.10) CVE-2004-1056 version (kernel, fixed 2.6.10) -CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### +CVE-2004-1051 version (sudo, fixed 1.6.8p2) CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) @@ -1219,29 +1219,29 @@ CVE-2004-1016 version (kernel, fixed 2.6.10) CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) -CVE-2004-1006 version (dhcp, not 3) ### +CVE-2004-1006 version (dhcp, not 3) CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) CVE-2004-0996 backport (cscope) not fixed in 15.5 ### -CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### +CVE-2004-0990 version (gd, fixed 2.0.33 at least) CVE-2004-0989 version (libxml2, fixed 2.6.15) -CVE-2004-0986 version (iptables, fixed 1.2.12) ### +CVE-2004-0986 version (iptables, fixed 1.2.12) CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) -CVE-2004-0974 version (netatalk, fixed 2.0.1) ### -CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) ### +CVE-2004-0974 version (netatalk, fixed 2.0.1) +CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### -CVE-2004-0970 version (gzip) ### -CVE-2004-0969 version (groff, fixed 1.18.1.1) ### +CVE-2004-0970 version (gzip) +CVE-2004-0969 version (groff, fixed 1.18.1.1) CVE-2004-0968 version (glibc, fixed 2.3.5 at least) CVE-2004-0967 version (ghostscript, fixed 8.15.1) -CVE-2004-0966 version (gettext, fixed 0.14.3 at least) ### +CVE-2004-0966 version (gettext, fixed 0.14.3 at least) CVE-2004-0961 version (freeradius, fixed 1.0.1) CVE-2004-0960 version (freeradius, fixed 1.0.1) CVE-2004-0959 version (php, fixed 4.3.9) @@ -1254,7 +1254,7 @@ CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) -CVE-2004-0929 version (libtiff, fixed 3.7.0) ### +CVE-2004-0929 version (libtiff, fixed 3.7.0) CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### @@ -1276,14 +1276,14 @@ CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) -CVE-2004-0888 version (tetex, fixed 3.0) ### -CVE-2004-0888 version (kpdegraphics, not 3.4) ### +CVE-2004-0888 version (tetex, fixed 3.0) +CVE-2004-0888 version (kdegraphics, not 3.4) ### CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) -CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### +CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) -CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### +CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) @@ -1296,8 +1296,8 @@ CVE-2004-0832 version (squid, fixed 2.5.STABLE7) CVE-2004-0829 version (samba, fixed 2.2.11) CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) -CVE-2004-0826 version (nss, fixed 3.9.2) ### -CVE-2004-0823 version (openldap, fixed after 2.1.19) ### +CVE-2004-0826 version (nss, fixed 3.9.2) +CVE-2004-0823 version (openldap, fixed after 2.1.19) CVE-2004-0816 version (kernel, fixed 2.6.8) CVE-2004-0815 version (samba, fixed 3.0.2a) CVE-2004-0814 version (kernel, fixed 2.6.9) @@ -1307,10 +1307,10 @@ CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) CVE-2004-0807 version (samba, fixed 3.0.7) -CVE-2004-0806 version (cdrtools, fixed 2.0.1) ### -CVE-2004-0804 version (libtiff, fixed after 3.6.1) ### +CVE-2004-0806 version (cdrtools, fixed 2.0.1) +CVE-2004-0804 version (libtiff, fixed after 3.6.1) CVE-2004-0804 version (kdegraphics) -CVE-2004-0803 version (libtiff, fixed after 3.6.1) ### +CVE-2004-0803 version (libtiff, fixed after 3.6.1) CVE-2004-0803 version (kdegraphics) CVE-2004-0801 version (foomatic, fixed 3.0.2) CVE-2004-0797 version (zlib, fixed 1.2.2.2 at least) @@ -1319,12 +1319,12 @@ CVE-2004-0792 version (rsync, fixed 2.6.3) CVE-2004-0791 version (kernel, fixed 2.6.9) CVE-2004-0790 version (kernel, not 2.6) -CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### -CVE-2004-0786 version (apr-util, fixed 2.0.51) ### +CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) +CVE-2004-0786 version (apr-util, not httpd-2.2) CVE-2004-0785 version (gaim, fixed 0.82) CVE-2004-0784 version (gaim, fixed 0.82) -CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) ### -CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) ### +CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) +CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) CVE-2004-0779 version (thunderbird) ### CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### @@ -1344,27 +1344,27 @@ CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) -CVE-2004-0753 version (gtk2, fixed after 2.2.4) ### -CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) ### +CVE-2004-0753 version (gtk2, fixed after 2.2.4) +CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) CVE-2004-0751 version (httpd, not 2.2) -CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) ### -CVE-2004-0749 version (subversion, fixed 1.0.8) ### +CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) +CVE-2004-0749 version (subversion, fixed 1.0.8) CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) -CVE-2004-0746 version (kde, fixed 3.3) ### +CVE-2004-0746 version (kde, fixed 3.3) CVE-2004-0745 backport (lha) ### CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### -CVE-2004-0693 version (qt, fixed 3.3.3) ### -CVE-2004-0692 version (qt, fixed 3.3.3) ### -CVE-2004-0691 version (qt, fixed 3.3.3) ### +CVE-2004-0693 version (qt, fixed 3.3.3) +CVE-2004-0692 version (qt, fixed 3.3.3) +CVE-2004-0691 version (qt, fixed 3.3.3) CVE-2004-0690 version (kdelibs, fixed after 3.2.3) CVE-2004-0689 version (kdelibs, fixed 3.3.0) -CVE-2004-0688 version (openmotif) ### -CVE-2004-0687 version (openmotif) ### +CVE-2004-0688 version (openmotif) +CVE-2004-0687 version (openmotif) CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue @@ -1401,7 +1401,7 @@ CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) CVE-2004-0535 version (kernel, fixed 2.6.6) -CVE-2004-0527 version (konqueror, not 3+) ### +CVE-2004-0527 version (konqueror, not 3+) CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) CVE-2004-0520 version (squirrelmail, fixed 1.4.3a) @@ -1420,8 +1420,8 @@ CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue -CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### -CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### +CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) +CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) CVE-2004-0447 version (kernel, fixed 2.6.5) @@ -1442,7 +1442,7 @@ CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed 20040408a) ### CVE-2004-0398 version (neon, fixed 0.24.6) -CVE-2004-0397 version (subversion, fixed 1.0.1) ### +CVE-2004-0397 version (subversion, fixed 1.0.1) CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability CVE-2004-0392 version (racoon, fixed 20040407b) ### @@ -1451,7 +1451,7 @@ CVE-2004-0367 version (wireshark, fixed 0.10.3) CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) -CVE-2004-0256 version (libtool, fixed 1.5.2) ### +CVE-2004-0256 version (libtool, fixed 1.5.2) CVE-2004-0235 backport (lha, changelog) ### CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) @@ -1467,7 +1467,7 @@ CVE-2004-0182 version (mailman) only affected Red Hat packages CVE-2004-0181 version (kernel, fixed 2.6.5) CVE-2004-0180 version (cvs, fixed 1.11.15) -CVE-2004-0179 version (openoffice.org) ### +CVE-2004-0179 version (openoffice.org) CVE-2004-0179 version (neon, fixed 0.24.5) CVE-2004-0178 version (kernel, not 2.6) CVE-2004-0177 version (kernel, fixed 2.6.6) @@ -1479,9 +1479,9 @@ CVE-2004-0164 version (racoon) ### CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) -CVE-2004-0150 version (python, fixed 2.2.2) ### +CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) ### +CVE-2004-0133 version (kernel, 2.6.4) CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) From fedora-extras-commits at redhat.com Mon Aug 14 20:00:56 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 13:00:56 -0700 Subject: fedora-security/audit fc6,1.4,1.5 Message-ID: <200608142000.k7EK0uii025399@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25377 Modified Files: fc6 Log Message: Mistake, needs a little more work Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fc6 14 Aug 2006 19:56:45 -0000 1.4 +++ fc6 14 Aug 2006 20:00:54 -0000 1.5 @@ -1481,7 +1481,7 @@ CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) +CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) From fedora-extras-commits at redhat.com Mon Aug 14 20:10:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:10:20 -0700 Subject: owners owners.list,1.1395,1.1396 Message-ID: <200608142010.k7EKAMRq028063@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28038 Modified Files: owners.list Log Message: own python-simple-json Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1395 retrieving revision 1.1396 diff -u -r1.1395 -r1.1396 --- owners.list 13 Aug 2006 11:41:40 -0000 1.1395 +++ owners.list 14 Aug 2006 20:10:20 -0000 1.1396 @@ -1631,6 +1631,7 @@ Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|python-smbpasswd|Python SMB Password Hash Generator Module|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 14 20:16:03 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 13:16:03 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.1,1.2 Message-ID: <200608142016.k7EKG5Ob028176@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28159 Modified Files: ktorrent.spec Log Message: Update to version 2.0 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktorrent.spec 21 Jun 2006 01:46:24 -0000 1.1 +++ ktorrent.spec 14 Aug 2006 20:16:03 -0000 1.2 @@ -1,16 +1,16 @@ %define desktopvendor fedora Name: ktorrent -Version: 1.2 +Version: 2.0 Release: 4%{?dist} -Summary: KTorrent is a BitTorrent program for KDE +Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/1.2/ktorrent-1.2.tar.gz +Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext +BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -66,9 +66,12 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la +%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo +%{_bindir}/ktshell +%{_bindir}/ktupnptest %{_libdir}/libktorrent.so %{_libdir}/libktorrent.so.0 %{_libdir}/libktorrent.so.0.0.0 @@ -80,30 +83,19 @@ %{_libdir}/kde3/ktlogviewerplugin.la %{_libdir}/kde3/ktpartfileimportplugin.so %{_libdir}/kde3/ktpartfileimportplugin.la +%{_libdir}/kde3/ktscanfolderplugin.la +%{_libdir}/kde3/ktscanfolderplugin.so +%{_libdir}/kde3/ktschedulerplugin.la +%{_libdir}/kde3/ktschedulerplugin.so %{_libdir}/kde3/ktsearchplugin.so %{_libdir}/kde3/ktsearchplugin.la %{_libdir}/kde3/ktupnpplugin.so %{_libdir}/kde3/ktupnpplugin.la %{_datadir}/applications/kde/ktorrent.desktop -%{_datadir}/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -%{_datadir}/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -%{_datadir}/apps/ktorrent/ktorrentui.rc -%{_datadir}/apps/ktorrent/ktpartfileimportpluginui.rc +%{_datadir}/apps/ktorrent +%{_datadir}/config.kcfg/ktlogviewerplugin.kcfg +%{_datadir}/config.kcfg/ktscanfolderplugin.kcfg +%{_datadir}/config.kcfg/ktschedulerplugin.kcfg %{_datadir}/config.kcfg/ktinfowidgetplugin.kcfg %{_datadir}/config.kcfg/ktipfilterplugin.kcfg %{_datadir}/config.kcfg/ktorrent.kcfg @@ -116,6 +108,15 @@ %{_datadir}/icons/hicolor/48x48/apps/ktorrent.png %{_datadir}/icons/hicolor/64x64/apps/ktorrent.png %{_datadir}/icons/hicolor/scalable/apps/ktorrent.svgz +%{_datadir}/icons/hicolor/128x128/mimetypes/torrent.png +%{_datadir}/icons/hicolor/16x16/mimetypes/torrent.png +%{_datadir}/icons/hicolor/22x22/mimetypes/torrent.png +%{_datadir}/icons/hicolor/32x32/mimetypes/torrent.png +%{_datadir}/icons/hicolor/48x48/mimetypes/torrent.png +%{_datadir}/icons/hicolor/64x64/mimetypes/torrent.png +%{_datadir}/icons/hicolor/scalable/mimetypes/torrent.svgz +%{_datadir}/services/ktscanfolderplugin.desktop +%{_datadir}/services/ktschedulerplugin.desktop %{_datadir}/services/ktinfowidgetplugin.desktop %{_datadir}/services/ktipfilterplugin.desktop %{_datadir}/services/ktlogviewerplugin.desktop @@ -125,6 +126,20 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 14 2006 Roland Wolters 2.0-3 +- fixed small errors in spec file + +* Wed Aug 09 2006 Roland Wolters 2.0-1 +- update to version 2.0 + +* Fri Jun 23 2006 Roland Wolters 1.2-6 +- fixed doublication error in rpm spec +- spec file polishing + +* Fri Jun 23 2006 Roland Wolters 1.2-5 +- added %{_datadir}/apps/ktorrent +- removed redundant KTorrent in summary + * Wed Jun 21 2006 Roland Wolters 1.2-4 - changed e-mail address to correct packager address From fedora-extras-commits at redhat.com Mon Aug 14 20:20:15 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 13:20:15 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.2, 1.3 ktorrent.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608142020.k7EKKHpN028297@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28276 Modified Files: .cvsignore ktorrent.spec sources Log Message: New source file for v2.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 01:46:24 -0000 1.2 +++ .cvsignore 14 Aug 2006 20:20:15 -0000 1.3 @@ -1 +1 @@ -ktorrent-1.2.tar.gz +ktorrent-2.0.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ktorrent.spec 14 Aug 2006 20:16:03 -0000 1.2 +++ ktorrent.spec 14 Aug 2006 20:20:15 -0000 1.3 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 01:46:24 -0000 1.2 +++ sources 14 Aug 2006 20:20:15 -0000 1.3 @@ -1 +1 @@ -55c6c4ae679aea0ba0370058856ddb92 ktorrent-1.2.tar.gz +c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:22:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:22:56 -0700 Subject: rpms/python-myghty/FC-5 python-myghty.spec,1.7,1.8 Message-ID: <200608142022.k7EKMwk2028378@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28361 Modified Files: python-myghty.spec Log Message: 1.0.2 Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/python-myghty.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-myghty.spec 2 Apr 2006 08:03:24 -0000 1.7 +++ python-myghty.spec 14 Aug 2006 20:22:56 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-myghty -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -14,7 +14,6 @@ BuildRequires: python-setuptools - %description Myghty is a Python based web and templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us @@ -49,8 +48,11 @@ %changelog -* Sun Apr 02 2006 Luke Macken 1.0.1-2 -- 1.0.1 +* Mon Aug 14 2006 Luke Macken 1.0.2-1 +- 1.0.2 + +* Thu Mar 16 2006 Luke Macken 1.0.1-1 +- 1.0.1; build requires python-setuptools * Wed Jan 04 2006 Luke Macken 1.0-1 - 1.0 From fedora-extras-commits at redhat.com Mon Aug 14 20:39:52 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:39:52 -0700 Subject: rpms/python-myghty/FC-5 .cvsignore, 1.6, 1.7 python-myghty.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200608142039.k7EKds0D028598@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28577 Modified Files: .cvsignore python-myghty.spec sources Log Message: add the sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 2 Apr 2006 08:01:06 -0000 1.6 +++ .cvsignore 14 Aug 2006 20:39:52 -0000 1.7 @@ -1 +1 @@ -Myghty-1.0.1.tar.gz +Myghty-1.0.2.tar.gz Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/python-myghty.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-myghty.spec 14 Aug 2006 20:22:56 -0000 1.8 +++ python-myghty.spec 14 Aug 2006 20:39:52 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-myghty Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -48,6 +48,9 @@ %changelog +* Mon Aug 14 2006 Luke Macken 1.0.2-2 +- Rebuild + * Mon Aug 14 2006 Luke Macken 1.0.2-1 - 1.0.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Apr 2006 08:01:06 -0000 1.6 +++ sources 14 Aug 2006 20:39:52 -0000 1.7 @@ -1 +1 @@ -82b2a05f421b2b81cae716ccde74dce1 Myghty-1.0.1.tar.gz +afe785fabe2ca1bf1d0a4b05bf439671 Myghty-1.0.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:40:43 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:40:43 -0700 Subject: rpms/pengupop/devel .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142040.k7EKejeK028667@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28646 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:40:25 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:40:43 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:40:25 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:40:43 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:40:25 -0000 1.3 +++ sources 14 Aug 2006 20:40:43 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:42:38 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:42:38 -0700 Subject: rpms/pengupop/FC-5 .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142042.k7EKgeCF028738@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28717 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:54:25 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:42:38 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:54:25 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:42:38 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:54:25 -0000 1.3 +++ sources 14 Aug 2006 20:42:38 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:43:05 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:43:05 -0700 Subject: rpms/pengupop/FC-4 .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142043.k7EKh7EE028771@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28750 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:55:49 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:43:05 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:55:49 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:43:05 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:55:49 -0000 1.3 +++ sources 14 Aug 2006 20:43:05 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:53:09 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Mon, 14 Aug 2006 13:53:09 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, NONE, 1.1 audacious.spec, 1.6, 1.7 Message-ID: <200608142053.k7EKrBXX028964@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28944 Modified Files: audacious.spec Added Files: audacious-1.1.1-playlist-twenty.patch Log Message: - Fix %20 in playlist entries audacious-1.1.1-playlist-twenty.patch: --- NEW FILE audacious-1.1.1-playlist-twenty.patch --- diff -uNr audacious-fedora-1.1.1-orig/audacious/playlist_list.c audacious-fedora-1.1.1/audacious/playlist_list.c --- audacious-fedora-1.1.1-orig/audacious/playlist_list.c 2006-07-21 19:18:05.000000000 +0200 +++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-14 22:07:22.000000000 +0200 @@ -616,7 +616,7 @@ g_free(basename); } else - title = str_to_utf8(entry->title); + title = convert_title_text(str_to_utf8(entry->title)); pos = playlist_get_queue_position(entry); Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- audacious.spec 30 Jul 2006 19:29:15 -0000 1.6 +++ audacious.spec 14 Aug 2006 20:53:09 -0000 1.7 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -19,6 +19,7 @@ Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.1.1-shaded-skin.patch Patch7: audacious-1.1.1-controlsocket-name.patch +Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0 @@ -108,6 +109,9 @@ # Controlsocket named "xmms" instead of "audacious" %patch7 -p1 -b controlsocket-name +# Fix "%20" in playlist entries +%patch8 -p1 -b playlist-twenty + %build %configure \ --disable-rpath \ @@ -199,6 +203,9 @@ %changelog +* Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 +- Fix %20 in playlist entries + * Sun Jul 30 2006 Ralf Ertzinger 1.1.1-3.fc6 - Bump for rebuild From fedora-extras-commits at redhat.com Mon Aug 14 21:18:58 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:18:58 -0700 Subject: rpms/gnome-build - New directory Message-ID: <200608142119.k7ELJ0os031796@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/gnome-build Log Message: Directory /cvs/extras/rpms/gnome-build added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 21:18:59 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:18:59 -0700 Subject: rpms/gnome-build/devel - New directory Message-ID: <200608142119.k7ELJ1Sm031799@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/gnome-build/devel Log Message: Directory /cvs/extras/rpms/gnome-build/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 21:19:34 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:19:34 -0700 Subject: rpms/gnome-build Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608142119.k7ELJaHJ031850@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31822 Added Files: Makefile import.log Log Message: Setup of module gnome-build --- NEW FILE Makefile --- # Top level Makefile for module gnome-build all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 21:19:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:19:35 -0700 Subject: rpms/gnome-build/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608142119.k7ELJbeQ031853@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31822/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-build --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 21:20:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:20:29 -0700 Subject: rpms/gnome-build import.log,1.1,1.2 Message-ID: <200608142120.k7ELKVTf031924@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31891 Modified Files: import.log Log Message: auto-import gnome-build-0.1.3-8 on branch devel from gnome-build-0.1.3-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-build/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 21:19:34 -0000 1.1 +++ import.log 14 Aug 2006 21:20:28 -0000 1.2 @@ -0,0 +1 @@ +gnome-build-0_1_3-8:HEAD:gnome-build-0.1.3-8.src.rpm:1155590424 From fedora-extras-commits at redhat.com Mon Aug 14 21:20:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:20:29 -0700 Subject: rpms/gnome-build/devel gnome-build.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608142120.k7ELKVC8031929@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31891/devel Modified Files: .cvsignore sources Added Files: gnome-build.spec Log Message: auto-import gnome-build-0.1.3-8 on branch devel from gnome-build-0.1.3-8.src.rpm --- NEW FILE gnome-build.spec --- Name: gnome-build Summary: GNOME Build Framework Version: 0.1.3 Release: 8%{?dist} License: GPL Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.1/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://www.gnome.org/projects/devtools/gnomebuild.shtml BuildRequires: anjuta-gdl-devel, libgnomeui-devel, intltool, libtool, gettext %description This is the GNOME Build Framework (GBF). %package devel Summary: Libraries and include files for Gnome Build Framework Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig %description devel Libraries and header files if you want to make use of the GNOME debug framework in your own programs. %prep %setup -q find . -name '*.[ch]' | xargs chmod 644 cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(Make)/d' \ -e '/perl(Make::Target)/d' \ -e '/perl(Make::Rule::Vars)/d' \ -e '/perl(Make::Rule)/d' EOF %define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Make)/d' \ -e '/perl(Make::Target)/d' \ -e '/perl(Make::Rule::Vars)/d' \ -e '/perl(Make::Rule)/d' EOF %define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req chmod +x %{__perl_requires} %build %configure --disable-static make LIBTOOL=%{_prefix}/bin/libtool # smp_mflags omitted as it breaks the build (race condition) %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %find_lang gbf-1 %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f gbf-1.lang %doc AUTHORS COPYING NEWS README %defattr (-, root, root) %{_bindir}/gbf* %{_libdir}/libgbf-1.so.* %{_libdir}/libgbf-widgets-1.so.* %{_libdir}/%{name}-1.0/ %{_datadir}/%{name}/ %{_datadir}/pixmaps/gbf*png %files devel %defattr (-, root, root) %{_includedir}/gnome-build-1.0/ %{_libdir}/pkgconfig/gnome-build-1.0.pc %{_libdir}/libgbf-1.so %{_libdir}/libgbf-widgets-1.so %changelog * Mon Aug 14 2006 Paul F. Johnson 0.1.3-8 - Changed URL - Added pkgconfig to the R on devel - removed cp from install - added comment for missing smp_mflags * Tue Aug 01 2006 Paul F. Johnson 0.1.3-7 - Fixed source0 * Sat Jul 29 2006 Paul F. Johnson 0.1.3-6 - spec file cleans - possible 64 bit -fPIC solution * Mon Jul 10 2006 Paul F. Johnson 0.1.3-5 - Various spec file fixes (thanks to Paul Howard) - removal of perl material * Sat Jul 08 2006 Paul F. Johnson 0.1.3-3 - Various rpmlint fixes * Mon Jul 05 2006 Paul F. Johnson 0.1.3-2 - Added BR perl(XML::Parser) - Fixed illegal directory ownerships - Multiple spec file fixes * Tue May 23 2006 Paul F. Johnson 0.1.3-1 - bump to 0.1.3 - added --disable-static to configure * Mon Apr 03 2006 Paul F. Johnson 0.1.2-2 - Added smp_mflags to make * Tue Feb 21 2006 Paul F. Johnson 0.1.2-1 - Initial import to FC structure * Wed Aug 8 2001 Jens Finke - created spec file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 21:19:35 -0000 1.1 +++ .cvsignore 14 Aug 2006 21:20:29 -0000 1.2 @@ -0,0 +1 @@ +gnome-build-0.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 21:19:35 -0000 1.1 +++ sources 14 Aug 2006 21:20:29 -0000 1.2 @@ -0,0 +1 @@ +dbd89ae378a57c4e0129f35f07786fa9 gnome-build-0.1.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 21:23:22 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:23:22 -0700 Subject: owners owners.list,1.1396,1.1397 Message-ID: <200608142123.k7ELNOR1032027@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32008 Modified Files: owners.list Log Message: Initial import of gnome-build owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1396 retrieving revision 1.1397 diff -u -r1.1396 -r1.1397 --- owners.list 14 Aug 2006 20:10:20 -0000 1.1396 +++ owners.list 14 Aug 2006 21:23:21 -0000 1.1397 @@ -466,6 +466,7 @@ Fedora Extras|gnome-applet-sensors|Gnome panel applet for hardware sensors|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-password-generator|Graphical secure password generator|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 14 23:55:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:55:17 -0700 Subject: fedora-security/audit fc5,1.275,1.276 fc6,1.5,1.6 Message-ID: <200608142355.k7ENtHtj005485@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5465 Modified Files: fc5 fc6 Log Message: Note a new lesstif CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.275 retrieving revision 1.276 diff -u -r1.275 -r1.276 --- fc5 14 Aug 2006 18:51:00 -0000 1.275 +++ fc5 14 Aug 2006 23:55:13 -0000 1.276 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fc6 14 Aug 2006 20:00:54 -0000 1.5 +++ fc6 14 Aug 2006 23:55:13 -0000 1.6 @@ -13,6 +13,7 @@ ** are items that need attention +CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### From fedora-extras-commits at redhat.com Mon Aug 14 23:56:21 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:56:21 -0700 Subject: fedora-security/audit fc5,1.276,1.277 fc6,1.6,1.7 Message-ID: <200608142356.k7ENuLYx005511@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5491 Modified Files: fc5 fc6 Log Message: We don't ship lesstif anymore. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.276 retrieving revision 1.277 diff -u -r1.276 -r1.277 --- fc5 14 Aug 2006 23:55:13 -0000 1.276 +++ fc5 14 Aug 2006 23:56:19 -0000 1.277 @@ -3,7 +3,6 @@ ** are items that need attention -CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fc6 14 Aug 2006 23:55:13 -0000 1.6 +++ fc6 14 Aug 2006 23:56:19 -0000 1.7 @@ -13,7 +13,6 @@ ** are items that need attention -CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### From fedora-extras-commits at redhat.com Mon Aug 14 23:59:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:59:17 -0700 Subject: fedora-security/audit fc5,1.277,1.278 Message-ID: <200608142359.k7ENxH2b005540@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5522 Modified Files: fc5 Log Message: Note the x.org update. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.277 retrieving revision 1.278 diff -u -r1.277 -r1.278 --- fc5 14 Aug 2006 23:56:19 -0000 1.277 +++ fc5 14 Aug 2006 23:59:15 -0000 1.278 @@ -68,7 +68,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (xorg) #202475 +CVE-2006-3467 VULNERABLE (xorg) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] From fedora-extras-commits at redhat.com Tue Aug 15 00:49:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:49:24 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.7, 1.8 perl-DateTime.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200608150049.k7F0nQLb008267@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8246 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime 0.34. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 19:20:57 -0000 1.7 +++ .cvsignore 15 Aug 2006 00:49:24 -0000 1.8 @@ -1,3 +1,3 @@ -DateTime-0.32.tar.gz +DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz DateTime-TimeZone-0.46.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-DateTime.spec 29 Jul 2006 19:20:57 -0000 1.7 +++ perl-DateTime.spec 15 Aug 2006 00:49:24 -0000 1.8 @@ -2,7 +2,7 @@ %define DTLocale_version 0.22 Name: perl-DateTime -Version: 0.32 +Version: 0.34 Release: 1%{?dist} Epoch: 1 Summary: Date and time objects @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Aug 14 2006 Steven Pritchard 1:0.34-1 +- Update to DateTime 0.34. + * Fri Jul 28 2006 Steven Pritchard 1:0.32-1 - Update to DateTime 0.32. - Improve Summary, description, and source URLs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 19:20:57 -0000 1.7 +++ sources 15 Aug 2006 00:49:24 -0000 1.8 @@ -1,3 +1,3 @@ -6cc7208029b13bc8097ab2b77df070b1 DateTime-0.32.tar.gz +71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 00:53:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:53:35 -0700 Subject: rpms/perl-Locale-Maketext-Simple/devel .cvsignore, 1.4, 1.5 perl-Locale-Maketext-Simple.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608150053.k7F0rbwO008348@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8327 Modified Files: .cvsignore perl-Locale-Maketext-Simple.spec sources Log Message: Update to 0.17. Fix find option order. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 May 2006 00:34:15 -0000 1.4 +++ .cvsignore 15 Aug 2006 00:53:35 -0000 1.5 @@ -1 +1 @@ -Locale-Maketext-Simple-0.16.tar.gz +Locale-Maketext-Simple-0.17.tar.gz Index: perl-Locale-Maketext-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/perl-Locale-Maketext-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-Maketext-Simple.spec 25 May 2006 00:34:15 -0000 1.3 +++ perl-Locale-Maketext-Simple.spec 15 Aug 2006 00:53:35 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Locale-Maketext-Simple -Version: 0.16 +Version: 0.17 Release: 1%{?dist} Summary: Simple interface to Locale::Maketext::Lexicon License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Simple/ -Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Locale-Maketext-Simple-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Locale::Maketext::Lexicon) >= 0.20 @@ -29,7 +29,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,10 @@ %{_mandir}/man3/* %changelog +* Mon Aug 14 2006 Steven Pritchard 0.17-1 +- Update to 0.17. +- Fix find option order. + * Wed May 24 2006 Steven Pritchard 0.16-1 - Update to 0.16. - License has changed to MIT. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 May 2006 00:34:15 -0000 1.4 +++ sources 15 Aug 2006 00:53:35 -0000 1.5 @@ -1 +1 @@ -d6dd0e79802f30d0eef723ec23021f60 Locale-Maketext-Simple-0.16.tar.gz +8bd85262d725e45100942094a8d0c0fb Locale-Maketext-Simple-0.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 00:58:21 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:58:21 -0700 Subject: rpms/perl-Object-Accessor/devel .cvsignore, 1.3, 1.4 perl-Object-Accessor.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608150058.k7F0wNnV008429@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Object-Accessor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8408 Modified Files: .cvsignore perl-Object-Accessor.spec sources Log Message: Update to 0.21. Fix find option order. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Jul 2006 22:03:03 -0000 1.3 +++ .cvsignore 15 Aug 2006 00:58:21 -0000 1.4 @@ -1 +1 @@ -Object-Accessor-0.20.tar.gz +Object-Accessor-0.21.tar.gz Index: perl-Object-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/perl-Object-Accessor.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-Accessor.spec 3 Jul 2006 22:03:03 -0000 1.2 +++ perl-Object-Accessor.spec 15 Aug 2006 00:58:21 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Object-Accessor -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Perl module that allows per object accessors License: GPL or Artistic @@ -28,7 +28,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -40,11 +40,16 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 14 2006 Steven Pritchard 0.21-1 +- Update to 0.21. +- Fix find option order. +- Add CHANGES to docs. + * Mon Jul 03 2006 Steven Pritchard 0.20-1 - Update to 0.20. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Jul 2006 22:03:03 -0000 1.3 +++ sources 15 Aug 2006 00:58:21 -0000 1.4 @@ -1 +1 @@ -811136397755ce7849db17b68db3e284 Object-Accessor-0.20.tar.gz +057ff94c45f42001833a2c46fe0c0b1f Object-Accessor-0.21.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 03:14:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:38 -0700 Subject: rpms/php-shout/devel - New directory Message-ID: <200608150314.k7F3Eepx016631@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16602/php-shout/devel Log Message: Directory /cvs/extras/rpms/php-shout/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 03:14:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:38 -0700 Subject: rpms/php-shout - New directory Message-ID: <200608150314.k7F3EeCf016628@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16602/php-shout Log Message: Directory /cvs/extras/rpms/php-shout added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 03:14:52 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:52 -0700 Subject: rpms/php-shout Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608150314.k7F3EsS7016681@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647 Added Files: Makefile import.log Log Message: Setup of module php-shout --- NEW FILE Makefile --- # Top level Makefile for module php-shout all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 03:14:53 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:53 -0700 Subject: rpms/php-shout/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608150314.k7F3EtSr016685@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-shout --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 03:18:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:18:32 -0700 Subject: rpms/php-shout import.log,1.1,1.2 Message-ID: <200608150318.k7F3IY3g016757@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16724 Modified Files: import.log Log Message: auto-import php-shout-0.3.1-5 on branch devel from php-shout-0.3.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-shout/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 03:14:52 -0000 1.1 +++ import.log 15 Aug 2006 03:18:32 -0000 1.2 @@ -0,0 +1 @@ +php-shout-0_3_1-5:HEAD:php-shout-0.3.1-5.src.rpm:1155611911 From fedora-extras-commits at redhat.com Tue Aug 15 03:18:33 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:18:33 -0700 Subject: rpms/php-shout/devel php-shout.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608150318.k7F3IZPU016762@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16724/devel Modified Files: .cvsignore sources Added Files: php-shout.spec Log Message: auto-import php-shout-0.3.1-5 on branch devel from php-shout-0.3.1-5.src.rpm --- NEW FILE php-shout.spec --- %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) %global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-shout Version: 0.3.1 Release: 5%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz Group: Development/Languages License: LGPL URL: http://phpshout.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 Requires: php-api >= %{php_apiver} %description The php-shout package is an extension to the PHP Hypertext Preprocessor. It wraps the libshout library available from http://icecast.org/ and provides native Shout functions to the PHP runtime engine. Libshout is a streaming audio library that connects and sends properly formatted audio data to an Icecast Streaming Media server (also http://icecast.org/). Libshout "handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server." With php-shout, a PHP developer can write PHP scripts that act as a streaming media source, and focus on other robust features, without worrying about the details of the server communication. %prep %setup -q -n phpShout-%{version} chmod a-x *.[ch] TODO README INSTALL LICENSE %build phpize --clean phpize %configure make %{?_smp_mflags} %install rm -rf %{buildroot} install -D -p -m 0755 modules/shout.so %{buildroot}%{php_extdir}/shout.so install -D -p -m 0644 shout.ini %{buildroot}%{_sysconfdir}/php.d/shout.ini %check # Make sure module loads correctly cat > test.ini << EOF open_basedir= safe_mode=0 output_buffering=0 extension_dir=./modules extension=shout.so EOF php -m -c test.ini 2> /dev/null | grep -q shout || { echo "Shout extension not loadable!" exit 1 } rm test.ini # Disable PHP's tests since they require an icecast server running on localhost #make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE README TODO %config(noreplace) %{_sysconfdir}/php.d/shout.ini %{php_extdir}/shout.so %changelog * Fri Jun 30 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot - New php_extdir and php_apiver from FE PHP Packaging Guidelines * Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 - New extdir and apiver to make mock happy * Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 - Upgraded to 0.3.1 - Removed unneded BuildRequires: pkgconfig * Wed Mar 29 2006 Brandon Holbrook 0.3a-5 - Upgraded to 0.3a (tarball has not been phpize'd to save space) - Minor %%define fixes - spaces2tabs - mkdir has been replaced with 'install -D' - Moved the 'phpize' calls from %%prep to %%build * Sat Mar 11 2006 Brandon Holbrook - Upgraded to 0.3 - Bumped libshout requirement to 2.1 * Wed Feb 22 2006 Brandon Holbrook - Upgraded to 0.1.5 * Thu Feb 16 2006 Brandon Holbrook - Upgraded to 0.1.4 - Added 'phpize --clean; phpize' to setup phase - Removed redundant 'Requires:' implied by BuildRequires - Replaced $RPM_BUILD_ROOT with %%{buildroot} * Mon Feb 13 2006 Brandon Holbrook - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 03:14:53 -0000 1.1 +++ .cvsignore 15 Aug 2006 03:18:33 -0000 1.2 @@ -0,0 +1 @@ +phpShout-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 03:14:53 -0000 1.1 +++ sources 15 Aug 2006 03:18:33 -0000 1.2 @@ -0,0 +1 @@ +3a630c1953e0bd0c42a3324f5e449077 phpShout-0.3.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 03:51:28 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:51:28 -0700 Subject: owners owners.list,1.1397,1.1398 Message-ID: <200608150351.k7F3pUu3016894@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16877/owners Modified Files: owners.list Log Message: Added php-shout Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1397 retrieving revision 1.1398 diff -u -r1.1397 -r1.1398 --- owners.list 14 Aug 2006 21:23:21 -0000 1.1397 +++ owners.list 15 Aug 2006 03:51:28 -0000 1.1398 @@ -1517,6 +1517,7 @@ Fedora Extras|php-pecl-pdo-sqlite|PECL package for PHP Data Objects Interface to SQLite v3|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-sqlite|PECL package for accessing SQLite databases|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-zip|PECL A zip management extension|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| +Fedora Extras|php-shout|libshout extension for PHP|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-Smarty|Template/Presentation Framework for PHP|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 03:57:47 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:57:47 -0700 Subject: rpms/php-shout/devel php-shout.spec,1.1,1.2 Message-ID: <200608150357.k7F3vnkN016933@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16916 Modified Files: php-shout.spec Log Message: Minor textual changes in spec Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-shout.spec 15 Aug 2006 03:18:33 -0000 1.1 +++ php-shout.spec 15 Aug 2006 03:57:47 -0000 1.2 @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel +# Will hopefully go away once libogg-devel and/or libshout-devel specify this BR: BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 Requires: php-api >= %{php_apiver} @@ -71,7 +72,7 @@ %{php_extdir}/shout.so %changelog -* Fri Jun 30 2006 Brandon Holbrook 0.3.1-5 +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot From fedora-extras-commits at redhat.com Tue Aug 15 04:06:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 21:06:48 -0700 Subject: rpms/php-shout/devel php-shout.spec,1.2,1.3 Message-ID: <200608150406.k7F46obP019637@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19620/devel Modified Files: php-shout.spec Log Message: New email address Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-shout.spec 15 Aug 2006 03:57:47 -0000 1.2 +++ php-shout.spec 15 Aug 2006 04:06:48 -0000 1.3 @@ -72,38 +72,38 @@ %{php_extdir}/shout.so %changelog -* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot - New php_extdir and php_apiver from FE PHP Packaging Guidelines -* Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 +* Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 - New extdir and apiver to make mock happy -* Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 +* Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 - Upgraded to 0.3.1 - Removed unneded BuildRequires: pkgconfig -* Wed Mar 29 2006 Brandon Holbrook 0.3a-5 +* Wed Mar 29 2006 Brandon Holbrook 0.3a-5 - Upgraded to 0.3a (tarball has not been phpize'd to save space) - Minor %%define fixes - spaces2tabs - mkdir has been replaced with 'install -D' - Moved the 'phpize' calls from %%prep to %%build -* Sat Mar 11 2006 Brandon Holbrook +* Sat Mar 11 2006 Brandon Holbrook - Upgraded to 0.3 - Bumped libshout requirement to 2.1 -* Wed Feb 22 2006 Brandon Holbrook +* Wed Feb 22 2006 Brandon Holbrook - Upgraded to 0.1.5 -* Thu Feb 16 2006 Brandon Holbrook +* Thu Feb 16 2006 Brandon Holbrook - Upgraded to 0.1.4 - Added 'phpize --clean; phpize' to setup phase - Removed redundant 'Requires:' implied by BuildRequires - Replaced $RPM_BUILD_ROOT with %%{buildroot} -* Mon Feb 13 2006 Brandon Holbrook +* Mon Feb 13 2006 Brandon Holbrook - Initial RPM release From fedora-extras-commits at redhat.com Tue Aug 15 04:23:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:23:39 -0700 Subject: rpms/python-dns/devel python-dns.spec,1.2,1.3 Message-ID: <200608150423.k7F4NfQ7020528@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20511 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:05:37 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:23:39 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:24:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:24:42 -0700 Subject: rpms/python-dns/FC-5 python-dns.spec,1.2,1.3 Message-ID: <200608150424.k7F4Oicm020589@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20572 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:07:30 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:24:42 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:25:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:25:17 -0700 Subject: rpms/python-dns/FC-4 python-dns.spec,1.2,1.3 Message-ID: <200608150425.k7F4PJku020651@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20634 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:08:26 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:25:17 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:28:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 14 Aug 2006 21:28:58 -0700 Subject: rpms/octave/devel octave-2.9.7-misc.patch, 1.1, 1.2 octave.spec, 1.42, 1.43 Message-ID: <200608150429.k7F4T00t020717@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20695 Modified Files: octave-2.9.7-misc.patch octave.spec Log Message: Update patch for several small bugs. octave-2.9.7-misc.patch: Index: octave-2.9.7-misc.patch =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave-2.9.7-misc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- octave-2.9.7-misc.patch 28 Jul 2006 21:20:29 -0000 1.1 +++ octave-2.9.7-misc.patch 15 Aug 2006 04:28:58 -0000 1.2 @@ -1,10 +1,276 @@ +Index: doc/ChangeLog +=================================================================== +RCS file: /cvs/octave/doc/ChangeLog,v +retrieving revision 1.107 +retrieving revision 1.108 +diff -u -r1.107 -r1.108 +--- doc/ChangeLog 28 Jun 2006 16:05:22 -0000 1.107 ++++ doc/ChangeLog 14 Aug 2006 19:16:07 -0000 1.108 +@@ -1,3 +1,8 @@ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * interpreter/images/sparseimages.m: Adapt to new automatic_replot ++ definition. ++ + 2006-06-27 John W. Eaton + + * interpreter/Makefile.in: Elminate double-colon rules. +Index: doc/interpreter/image.txi +=================================================================== +RCS file: /cvs/octave/doc/interpreter/image.txi,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- doc/interpreter/image.txi 1 Oct 2004 18:12:11 -0000 1.5 ++++ doc/interpreter/image.txi 14 Aug 2006 18:07:02 -0000 1.6 +@@ -49,4 +49,4 @@ + + @DOCSTRING(saveimage) + +- at DOCSTRING(IMAGEPATH) ++ at DOCSTRING(IMAGE_PATH) +Index: doc/interpreter/octave-config.1 +=================================================================== +RCS file: /cvs/octave/doc/interpreter/octave-config.1,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- doc/interpreter/octave-config.1 19 Sep 2005 19:26:00 -0000 1.4 ++++ doc/interpreter/octave-config.1 14 Aug 2006 18:07:02 -0000 1.5 +@@ -38,7 +38,7 @@ + FCNFILEDIR LOCALVERFCNFILEDIR + FCNFILEPATH LOCALVEROCTFILEDIR + IMAGEDIR MAN1DIR +- IMAGEPATH MAN1EXT ++ IMAGE_PATH MAN1EXT + INCLUDEDIR MANDIR + INFODIR OCTFILEDIR + INFOFILE OCTINCLUDEDIR +Index: doc/interpreter/images/sparseimages.m +=================================================================== +RCS file: /cvs/octave/doc/interpreter/images/sparseimages.m,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -u -r1.7 -r1.8 +--- doc/interpreter/images/sparseimages.m 10 May 2006 22:30:50 -0000 1.7 ++++ doc/interpreter/images/sparseimages.m 14 Aug 2006 19:16:07 -0000 1.8 +@@ -20,7 +20,7 @@ + ## print since print() resets output to stdout (unfortunately, gnpulot + ## can't pop output as it can the terminal type). + function bury_output () +- automatic_replot = false; ++ automatic_replot(0); + __gnuplot_set__ term dumb + [status, dummy] = fileattrib("/dev/null"); + if (status) +Index: emacs/octave-mod.el +=================================================================== +RCS file: /cvs/octave/emacs/octave-mod.el,v +retrieving revision 1.40 +retrieving revision 1.41 +diff -u -r1.40 -r1.41 +--- emacs/octave-mod.el 2 Mar 2006 20:51:32 -0000 1.40 ++++ emacs/octave-mod.el 14 Aug 2006 18:07:07 -0000 1.41 +@@ -129,7 +129,7 @@ + (defvar octave-variables + '("DEFAULT_EXEC_PATH" "DEFAULT_LOADPATH" + "EDITOR" "EXEC_PATH" "F_DUPFD" "F_GETFD" "F_GETFL" "F_SETFD" +- "F_SETFL" "I" "IMAGEPATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" ++ "F_SETFL" "I" "IMAGE_PATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" + "LOADPATH" "NaN" "OCTAVE_VERSION" "O_APPEND" "O_CREAT" "O_EXCL" + "O_NONBLOCK" "O_RDONLY" "O_RDWR" "O_TRUNC" "O_WRONLY" "PAGER" "PS1" + "PS2" "PS4" "PWD" "SEEK_CUR" "SEEK_END" "SEEK_SET" "__F_DUPFD__" +Index: scripts/ChangeLog +=================================================================== +RCS file: /cvs/octave/scripts/ChangeLog,v +retrieving revision 1.563 +retrieving revision 1.569 +diff -u -r1.563 -r1.569 +--- scripts/ChangeLog 28 Jul 2006 03:40:22 -0000 1.563 ++++ scripts/ChangeLog 14 Aug 2006 19:54:46 -0000 1.569 +@@ -1,3 +1,30 @@ ++2006-08-14 John W. Eaton ++ ++ * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. ++ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, ++ signal/freqz_plot.m: Adapt to new automatic_replot definition. ++ ++2006-08-14 S?ren Hauberg ++ ++ * pkg/pkg.m: Don't pass function name to print_usage. ++ Use addpath and rmpath instead of manipulating LOADPATH. ++ Handle changes to system function. ++ (rm_rf): New subfunction. Use it to avoid confirmation dialog for ++ recursive directory removal. ++ ++ * strings/bin2dec.m: Ignore spaces in input for compatibility. ++ ++ * colormap.m: Change global variable to persistent. ++ ++ * rgb2ind.m: Handle single 3-d array as rgb image. ++ ++2006-08-14 John W. Eaton ++ ++ * strings/str2double.m: Fix missing semicolon. ++ + 2006-07-27 Jim Peterson + + * plot/plot3.m: Accept one complex or one real and one complex +Index: scripts/control/base/__stepimp__.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/__stepimp__.m,v +retrieving revision 1.13 +retrieving revision 1.14 +diff -u -r1.13 -r1.14 +--- scripts/control/base/__stepimp__.m 6 Mar 2006 21:26:48 -0000 1.13 ++++ scripts/control/base/__stepimp__.m 14 Aug 2006 19:16:07 -0000 1.14 +@@ -216,7 +216,7 @@ + + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + if(nargout == 0) + ## Plot the information + oneplot(); +@@ -272,6 +272,6 @@ + endif + ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n"); + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + endfunction +Index: scripts/control/base/bode.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/bode.m,v +retrieving revision 1.15 +retrieving revision 1.16 +diff -u -r1.15 -r1.16 +--- scripts/control/base/bode.m 26 Apr 2005 19:24:29 -0000 1.15 ++++ scripts/control/base/bode.m 14 Aug 2006 19:16:07 -0000 1.16 +@@ -147,7 +147,7 @@ + ## Plot the information + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + oneplot(); + __gnuplot_set__ autoscale; + __gnuplot_set__ nokey; +@@ -204,7 +204,7 @@ + oneplot(); + endif + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + else + mag_r = mag; +Index: scripts/image/colormap.m +=================================================================== +RCS file: /cvs/octave/scripts/image/colormap.m,v +retrieving revision 1.24 +retrieving revision 1.25 +diff -u -r1.24 -r1.25 +--- scripts/image/colormap.m 8 Sep 2005 01:40:58 -0000 1.24 ++++ scripts/image/colormap.m 14 Aug 2006 18:29:18 -0000 1.25 +@@ -39,10 +39,10 @@ + + function cmap = colormap (map) + +- global __current_color_map__ = gray (); ++ persistent current_color_map = gray (); + + if (nargin > 1) +- usage ("colormap (map)"); ++ print_usage (); + endif + + if (nargin == 1) +@@ -63,12 +63,12 @@ + error ("colormap: map must have values in [0,1]"); + endif + ## Set the new color map +- __current_color_map__ = map; ++ current_color_map = map; + endif + + endif + + ## Return current color map. +- cmap = __current_color_map__; ++ cmap = current_color_map; + + endfunction +Index: scripts/image/loadimage.m +=================================================================== +RCS file: /cvs/octave/scripts/image/loadimage.m,v +retrieving revision 1.22 +retrieving revision 1.23 +diff -u -r1.22 -r1.23 +--- scripts/image/loadimage.m 6 Mar 2006 21:26:49 -0000 1.22 ++++ scripts/image/loadimage.m 14 Aug 2006 18:06:58 -0000 1.23 +@@ -36,7 +36,7 @@ + error ("loadimage: expecting filename as a string"); + endif + +- file = file_in_path (IMAGEPATH, filename); ++ file = file_in_path (IMAGE_PATH, filename); + + if (isempty (file)) + error ("loadimage: unable to find image file"); +Index: scripts/image/rgb2ind.m +=================================================================== +RCS file: /cvs/octave/scripts/image/rgb2ind.m,v +retrieving revision 1.20 +retrieving revision 1.21 +diff -u -r1.20 -r1.21 +--- scripts/image/rgb2ind.m 6 Mar 2006 21:26:49 -0000 1.20 ++++ scripts/image/rgb2ind.m 14 Aug 2006 18:16:57 -0000 1.21 +@@ -18,7 +18,8 @@ + ## 02110-1301, USA. + + ## -*- texinfo -*- +-## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) ++## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{rgb}) ++## @deftypefnx {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) + ## Convert and RGB image to an Octave indexed image. + ## @seealso{ind2rgb, rgb2ntsc} + ## @end deftypefn +@@ -31,8 +32,19 @@ + + function [X, map] = rgb2ind (R, G, B) + +- if (nargin != 3) +- usage ("[X, map] = rgb2ind (R, G, B)"); ++ if (nargin != 1 && nargin != 3) ++ print_usage (); ++ endif ++ ++ if (nargin == 1) ++ rgb = R; ++ if (length (size (rgb)) == 3 && size (rgb, 3) == 3) ++ R = rgb(:,:,1); ++ G = rgb(:,:,2); ++ B = rgb(:,:,3); ++ else ++ error ("rgb2ind: argument is not an RGB image"); ++ endif + endif + + if (size (R) != size (G) || size (R) != size (B)) Index: scripts/miscellaneous/mex.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/mex.m,v retrieving revision 1.1 -diff -u -r1.1 mex.m ---- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 -+++ scripts/miscellaneous/mex.m 28 Jul 2006 21:06:42 -0000 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 ++++ scripts/miscellaneous/mex.m 28 Jul 2006 21:21:51 -0000 1.2 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} mex [options] file ... @@ -13,4 +279,296 @@ +## This is equivalent to @code{mkoctfile --mex [options] file}. ## @seealso{mkoctfile} ## @end deftypefn - + +Index: scripts/signal/freqz_plot.m +=================================================================== +RCS file: /cvs/octave/scripts/signal/freqz_plot.m,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -r1.8 -r1.9 +--- scripts/signal/freqz_plot.m 24 Apr 2006 19:13:08 -0000 1.8 ++++ scripts/signal/freqz_plot.m 14 Aug 2006 19:16:07 -0000 1.9 +@@ -42,7 +42,7 @@ + ## Protect graph state. + + replot_state = automatic_replot; +- automatic_replot = 0; ++ automatic_replot(0); + + subplot (311); + __gnuplot_set__ lmargin 10; +@@ -88,7 +88,7 @@ + __gnuplot_set__ tmargin; + oneplot (); + +- automatic_replot = replot_state; ++ automatic_replot(replot_state); + + end_unwind_protect + +Index: scripts/sparse/spy.m +=================================================================== +RCS file: /cvs/octave/scripts/sparse/spy.m,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- scripts/sparse/spy.m 26 Apr 2005 19:24:31 -0000 1.4 ++++ scripts/sparse/spy.m 14 Aug 2006 19:16:07 -0000 1.5 +@@ -30,7 +30,7 @@ + + arp = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot (0); + + eval(sprintf('__gnuplot_set__ nokey')) + eval(sprintf('__gnuplot_set__ yrange [0:%d] reverse',m+1)) +@@ -46,6 +46,6 @@ + __gnuplot_set__ yrange [0:1] noreverse + axis; + unwind_protect_cleanup +- automatic_replot = arp; ++ automatic_replot (arp); + end_unwind_protect + endfunction +Index: scripts/strings/bin2dec.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/bin2dec.m,v +retrieving revision 1.14 +retrieving revision 1.15 +diff -u -r1.14 -r1.15 +--- scripts/strings/bin2dec.m 15 Mar 2006 02:37:55 -0000 1.14 ++++ scripts/strings/bin2dec.m 14 Aug 2006 18:41:15 -0000 1.15 +@@ -37,10 +37,16 @@ + + function d = bin2dec (h) + +- if (nargin != 1) +- usage ("bin2dec (b)"); ++ if (nargin == 1 && ischar (h)) ++ n = rows (h); ++ d = zeros (n, 1); ++ for i = 1:n ++ s = h(i,:); ++ s = s(! isspace (s)); ++ d(i) = base2dec (s, 2); ++ endfor + else +- d = base2dec (h, 2); ++ print_usage (); + endif + + endfunction +Index: scripts/strings/str2double.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/str2double.m,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- scripts/strings/str2double.m 26 Apr 2005 19:24:32 -0000 1.5 ++++ scripts/strings/str2double.m 14 Aug 2006 16:46:33 -0000 1.6 +@@ -195,7 +195,7 @@ + ix = 1; + ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]), + while (ix < sl && CD(ix)) +- ix++ ++ ix++; + endwhile + ta = ix; + te = []; +Index: src/ChangeLog +=================================================================== +RCS file: /cvs/octave/src/ChangeLog,v +retrieving revision 1.1488 +retrieving revision 1.1493 +diff -u -r1.1488 -r1.1493 +--- src/ChangeLog 28 Jul 2006 16:53:58 -0000 1.1488 ++++ src/ChangeLog 14 Aug 2006 20:07:37 -0000 1.1493 +@@ -1,3 +1,22 @@ ++2006-08-14 John W. Eaton ++ ++ * variables.cc (symbol_record_name_compare): Fix casts. ++ ++ * ov-cell.cc (octave_cell::subsasgn): Call empty_conv for 0x0 ++ objects, not just empty objects. ++ ++ * oct-map.h (Octave_map::clear): Also clear key_list. ++ ++ * load-path.cc (load_path::find_dir_info, load_path::do_add, ++ load_path::do_remove): Perform tilde expansion on directory here. ++ ++2006-07-29 John W. Eaton ++ ++ * matrix.h: Delete to avoid conflict with liboctave/Matrix.h on ++ case-insensitive filesystems. ++ ++ * version.h (OCTAVE_VERSION): Now 2.9.7+. ++ + 2006-07-28 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.7. +Index: src/load-path.cc +=================================================================== +RCS file: /cvs/octave/src/load-path.cc,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- src/load-path.cc 28 Jul 2006 16:31:00 -0000 1.6 ++++ src/load-path.cc 14 Aug 2006 16:42:03 -0000 1.7 +@@ -237,8 +237,10 @@ + } + + load_path::const_dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) const ++load_path::find_dir_info (const std::string& dir_arg) const + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + const_dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -253,8 +255,10 @@ + } + + load_path::dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) ++load_path::find_dir_info (const std::string& dir_arg) + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -465,14 +469,16 @@ + } + + void +-load_path::do_add (const std::string& dir, bool at_end, bool warn) ++load_path::do_add (const std::string& dir_arg, bool at_end, bool warn) + { +- size_t len = dir.length (); ++ size_t len = dir_arg.length (); + +- if (len > 1 && dir.substr (len-2) == "//") ++ if (len > 1 && dir_arg.substr (len-2) == "//") + warning_with_id ("Octave:recursive-path-search", + "trailing `//' is no longer special in search path elements"); + ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +@@ -501,12 +507,12 @@ + } + } + else if (warn) +- warning ("addpath: %s: not a directory", dir.c_str ()); ++ warning ("addpath: %s: not a directory", dir_arg.c_str ()); + } + else if (warn) + { + std::string msg = fs.error (); +- warning ("addpath: %s: %s", dir.c_str (), msg.c_str ()); ++ warning ("addpath: %s: %s", dir_arg.c_str (), msg.c_str ()); + } + } + +@@ -521,13 +527,13 @@ + } + + bool +-load_path::do_remove (const std::string& dir) ++load_path::do_remove (const std::string& dir_arg) + { + bool retval = false; + +- if (! dir.empty ()) ++ if (! dir_arg.empty ()) + { +- if (dir == ".") ++ if (dir_arg == ".") + { + warning ("rmpath: can't remove \".\" from path"); + +@@ -536,6 +542,8 @@ + } + else + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +Index: src/oct-map.h +=================================================================== +RCS file: /cvs/octave/src/oct-map.h,v +retrieving revision 1.48 +retrieving revision 1.49 +diff -u -r1.48 -r1.49 +--- src/oct-map.h 14 Jul 2006 05:30:40 -0000 1.48 ++++ src/oct-map.h 14 Aug 2006 19:08:37 -0000 1.49 +@@ -135,7 +135,11 @@ + bool contains (const std::string& k) const + { return (seek (k) != map.end ()); } + +- void clear (void) { map.clear (); } ++ void clear (void) ++ { ++ map.clear (); ++ key_list.clear (); ++ } + + string_vector keys (void) const; + +@@ -183,10 +187,10 @@ + mutable dim_vector dimensions; + + void maybe_add_to_key_list (const std::string& k) +- { +- if (! contains (k)) +- key_list.push_back (k); +- } ++ { ++ if (! contains (k)) ++ key_list.push_back (k); ++ } + }; + + #endif +Index: src/ov-cell.cc +=================================================================== +RCS file: /cvs/octave/src/ov-cell.cc,v +retrieving revision 1.69 +retrieving revision 1.70 +diff -u -r1.69 -r1.70 +--- src/ov-cell.cc 22 Jul 2006 08:31:17 -0000 1.69 ++++ src/ov-cell.cc 14 Aug 2006 19:44:17 -0000 1.70 +@@ -176,7 +176,7 @@ + + tmp.make_unique (); + +- if (! tmp.is_defined () || tmp.is_empty ()) ++ if (! tmp.is_defined () || tmp.is_zero_by_zero ()) + tmp = octave_value::empty_conv (type.substr (1), rhs); + + if (! error_state) +Index: src/variables.cc +=================================================================== +RCS file: /cvs/octave/src/variables.cc,v +retrieving revision 1.291 +retrieving revision 1.292 +diff -u -r1.291 -r1.292 +--- src/variables.cc 22 Jun 2006 00:57:28 -0000 1.291 ++++ src/variables.cc 14 Aug 2006 20:07:37 -0000 1.292 +@@ -1527,8 +1527,8 @@ + static int + symbol_record_name_compare (const void *a_arg, const void *b_arg) + { +- const symbol_record *a = static_cast (a_arg); +- const symbol_record *b = static_cast (b_arg); ++ const symbol_record *a = *(static_cast (a_arg)); ++ const symbol_record *b = *(static_cast (b_arg)); + + std::string a_nm = a->name (); + std::string b_nm = b->name (); Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- octave.spec 28 Jul 2006 21:20:29 -0000 1.42 +++ octave.spec 15 Aug 2006 04:28:58 -0000 1.43 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -125,6 +125,9 @@ %changelog +* Tue Aug 15 2006 Quentin Spencer 2.9.7-2 +- Update patch to fix several small bug, including #201087. + * Fri Jul 28 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Tue Aug 15 04:31:27 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:31:27 -0700 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.1,1.2 Message-ID: <200608150431.k7F4VTM2020790@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20773 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:31:26 -0000 1.2 @@ -1,5 +1,4 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:32:25 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:32:25 -0700 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.2,1.3 Message-ID: <200608150432.k7F4WRPi020813@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20796 Modified Files: python-xmpp.spec Log Message: Don't forget to bump release. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-xmpp.spec 15 Aug 2006 04:31:26 -0000 1.2 +++ python-xmpp.spec 15 Aug 2006 04:32:25 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages From fedora-extras-commits at redhat.com Tue Aug 15 04:33:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:33:10 -0700 Subject: rpms/python-xmpp/FC-5 python-xmpp.spec,1.1,1.2 Message-ID: <200608150433.k7F4XC0p020874@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20857 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/FC-5/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:33:10 -0000 1.2 @@ -1,9 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:34:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:34:08 -0700 Subject: rpms/python-xmpp/FC-4 python-xmpp.spec,1.1,1.2 Message-ID: <200608150434.k7F4YAik020935@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20918 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/FC-4/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:34:08 -0000 1.2 @@ -1,9 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:39:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:39:28 -0700 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.1,1.2 Message-ID: <200608150439.k7F4dUYY021013@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20996 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:39:27 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 04:42:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:42:19 -0700 Subject: rpms/pyicq-t/FC-5 pyicq-t.spec,1.1,1.2 Message-ID: <200608150442.k7F4gLeZ021074@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21057 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/FC-5/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:42:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 04:42:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:42:51 -0700 Subject: rpms/pyicq-t/FC-4 pyicq-t.spec,1.1,1.2 Message-ID: <200608150442.k7F4grBX021135@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21118 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/FC-4/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:42:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 06:31:05 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 14 Aug 2006 23:31:05 -0700 Subject: rpms/inotify-tools/devel .cvsignore, 1.2, 1.3 inotify-tools.spec, 1.1, 1.2 sources, 1.2, 1.3 inotify-tools-2.2.implicit_syscall.patch, 1.1, NONE Message-ID: <200608150631.k7F6V7oB027472@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27451 Modified Files: .cvsignore inotify-tools.spec sources Removed Files: inotify-tools-2.2.implicit_syscall.patch Log Message: - Update to 2.3 - Drop implicit_syscall patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 +++ .cvsignore 15 Aug 2006 06:31:04 -0000 1.3 @@ -1 +1 @@ -inotify-tools-2.2.tar.gz +inotify-tools-2.3.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/inotify-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inotify-tools.spec 1 Aug 2006 15:56:11 -0000 1.1 +++ inotify-tools.spec 15 Aug 2006 06:31:04 -0000 1.2 @@ -1,13 +1,12 @@ Name: inotify-tools -Version: 2.2 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz -Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,7 +18,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -38,7 +36,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* @@ -46,6 +44,10 @@ %changelog +* Tue Aug 15 2006 Dawid Gajownik - 2.3-1 +- Update to 2.3 +- Drop implicit_syscall patch (fixed upstream) + * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 15:56:11 -0000 1.2 +++ sources 15 Aug 2006 06:31:04 -0000 1.3 @@ -1 +1 @@ -0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz +b097d3b85040423026b17e30e74f3990 inotify-tools-2.3.tar.gz --- inotify-tools-2.2.implicit_syscall.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 06:34:24 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 14 Aug 2006 23:34:24 -0700 Subject: rpms/inotify-tools/FC-5 .cvsignore, 1.2, 1.3 inotify-tools.spec, 1.1, 1.2 sources, 1.2, 1.3 inotify-tools-2.2.implicit_syscall.patch, 1.1, NONE Message-ID: <200608150634.k7F6YQYS027553@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27532 Modified Files: .cvsignore inotify-tools.spec sources Removed Files: inotify-tools-2.2.implicit_syscall.patch Log Message: - Update to 2.3 - Drop implicit_syscall patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 +++ .cvsignore 15 Aug 2006 06:34:24 -0000 1.3 @@ -1 +1 @@ -inotify-tools-2.2.tar.gz +inotify-tools-2.3.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/inotify-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inotify-tools.spec 1 Aug 2006 15:56:11 -0000 1.1 +++ inotify-tools.spec 15 Aug 2006 06:34:24 -0000 1.2 @@ -1,13 +1,12 @@ Name: inotify-tools -Version: 2.2 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz -Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,7 +18,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -38,7 +36,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* @@ -46,6 +44,10 @@ %changelog +* Tue Aug 15 2006 Dawid Gajownik - 2.3-1 +- Update to 2.3 +- Drop implicit_syscall patch (fixed upstream) + * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 15:56:11 -0000 1.2 +++ sources 15 Aug 2006 06:34:24 -0000 1.3 @@ -1 +1 @@ -0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz +b097d3b85040423026b17e30e74f3990 inotify-tools-2.3.tar.gz --- inotify-tools-2.2.implicit_syscall.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 06:58:06 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 14 Aug 2006 23:58:06 -0700 Subject: rpms/octave/devel octave.spec,1.43,1.44 Message-ID: <200608150658.k7F6w85X027769@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27752 Modified Files: octave.spec Log Message: Add new build dependency. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- octave.spec 15 Aug 2006 04:28:58 -0000 1.43 +++ octave.spec 15 Aug 2006 06:58:06 -0000 1.44 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -16,7 +16,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,8 +125,11 @@ %changelog +* Tue Aug 15 2006 Quentin Spencer 2.9.7-3 +- Add ghostscript as a build dependency. + * Tue Aug 15 2006 Quentin Spencer 2.9.7-2 -- Update patch to fix several small bug, including #201087. +- Update patch to fix several small bugs, including #201087. * Fri Jul 28 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Tue Aug 15 07:35:40 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 00:35:40 -0700 Subject: fedora-security/audit fc6,1.7,1.8 Message-ID: <200608150735.k7F7Zeov030565@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30547 Modified Files: fc6 Log Message: Deal with thunderbird (note FC6 version is lower than FC5 update) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fc6 14 Aug 2006 23:56:19 -0000 1.7 +++ fc6 15 Aug 2006 07:35:37 -0000 1.8 @@ -21,47 +21,47 @@ CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3812 VULNERABLE (mozilla) ### CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3811 VULNERABLE (mozilla) ### CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3810 VULNERABLE (mozilla) ### CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3809 VULNERABLE (mozilla) ### CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3808 VULNERABLE (mozilla) ### CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3807 VULNERABLE (mozilla) ### CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3806 VULNERABLE (mozilla) ### CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3805 VULNERABLE (mozilla) ### CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3804 VULNERABLE (mozilla) ### CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3803 VULNERABLE (mozilla) ### CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) CVE-2006-3802 VULNERABLE (mozilla) ### CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! @@ -99,7 +99,7 @@ CVE-2006-3122 ** dhcp ### CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux @@ -123,36 +123,36 @@ CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) CVE-2006-2787 VULNERABLE (mozilla) ### CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) CVE-2006-2786 VULNERABLE (mozilla) ### CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2785 VULNERABLE (mozilla) ### CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2784 VULNERABLE (mozilla) ### CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) CVE-2006-2783 VULNERABLE (mozilla) ### CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (firefox) ### -CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (mozilla) ### CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) CVE-2006-2779 VULNERABLE (mozilla) ### CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) CVE-2006-2778 VULNERABLE (mozilla) ### CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2777 VULNERABLE (mozilla) ### CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) CVE-2006-2776 VULNERABLE (mozilla) ### CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) @@ -225,60 +225,60 @@ CVE-2006-1856 version (kernel, fixed 2.6.16.12) CVE-2006-1855 version (kernel, fixed 2.6.11.12) CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) @@ -291,11 +291,11 @@ CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### -CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) @@ -333,17 +333,17 @@ CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) CVE-2006-1052 version (kernel, fixed 2.6.16) -CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) -CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) CVE-2006-0836 VULNERABLE (thunderbird) ### -CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0747 version (freetype, fixed 2.2.1) @@ -381,28 +381,28 @@ CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### -CVE-2006-0299 version (thunderbird, fixed 1.5) ### +CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (mozilla, 1.8 branch only) ### CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0298 version (thunderbird, fixed 1.5) ### +CVE-2006-0298 version (thunderbird, fixed 1.5) CVE-2006-0298 version (mozilla, 1.8 branch only) ### CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0297 version (thunderbird, fixed 1.5) ### +CVE-2006-0297 version (thunderbird, fixed 1.5) CVE-2006-0297 version (mozilla, 1.8 branch only) ### CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0296 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### +CVE-2006-0296 version (thunderbird, fixed 1.5) CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### -CVE-2006-0295 version (thunderbird, fixed 1.5) ### +CVE-2006-0295 version (thunderbird, fixed 1.5) CVE-2006-0295 version (mozilla, 1.8 branch only) ### CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0294 version (thunderbird, fixed 1.5) ### +CVE-2006-0294 version (thunderbird, fixed 1.5) CVE-2006-0294 version (mozilla, 1.8 branch only) ### CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0293 version (thunderbird, fixed 1.5) ### +CVE-2006-0293 version (thunderbird, fixed 1.5) CVE-2006-0293 version (mozilla, 1.8 branch only) ### CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### +CVE-2006-0292 version (thunderbird, fixed 1.5) CVE-2006-0292 version (firefox, fixed 1.5.1) ### CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### CVE-2006-0254 version (tomcat5, fixed 5.5.16) @@ -432,7 +432,7 @@ CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) -CVE-2005-4720 version (thunderbird, fixed 1.5) ### +CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) ### CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### CVE-2005-4703 ignore (tomcat) windows only @@ -590,7 +590,7 @@ CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) -CVE-2005-2968 version (thunderbird) ### +CVE-2005-2968 version (thunderbird) CVE-2005-2968 version (mozilla, not 1.7.10) ### CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability @@ -602,7 +602,7 @@ CVE-2005-2874 version (cups, fixed 1.1.23) CVE-2005-2873 VULNERABLE (kernel) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) -CVE-2005-2871 version (thunderbird) ### +CVE-2005-2871 version (thunderbird) CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only @@ -615,22 +615,22 @@ CVE-2005-2728 version (httpd, not 2.2) CVE-2005-2709 version (kernel, fixed 2.6.14.3) CVE-2005-2708 ignore (kernel) not reproducable on x86_64 -CVE-2005-2707 version (thunderbird) ### +CVE-2005-2707 version (thunderbird) CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### -CVE-2005-2706 version (thunderbird) ### +CVE-2005-2706 version (thunderbird) CVE-2005-2706 version (mozilla, fixed 1.7.12) ### CVE-2005-2706 version (firefox, fixed 1.0.7) ### -CVE-2005-2705 version (thunderbird) ### +CVE-2005-2705 version (thunderbird) CVE-2005-2705 version (mozilla, fixed 1.7.12) ### CVE-2005-2705 version (firefox, fixed 1.0.7) ### -CVE-2005-2704 version (thunderbird) ### +CVE-2005-2704 version (thunderbird) CVE-2005-2704 version (mozilla, fixed 1.7.12) ### CVE-2005-2704 version (firefox, fixed 1.0.7) ### -CVE-2005-2703 version (thunderbird) ### +CVE-2005-2703 version (thunderbird) CVE-2005-2703 version (mozilla, fixed 1.7.12) ### CVE-2005-2703 version (firefox, fixed 1.0.7) ### -CVE-2005-2702 version (thunderbird) ### +CVE-2005-2702 version (thunderbird) CVE-2005-2702 version (mozilla, fixed 1.7.12) ### CVE-2005-2702 version (firefox, fixed 1.0.7) ### CVE-2005-2701 version (mozilla, fixed 1.7.12) ### @@ -656,7 +656,7 @@ CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 version (ntp, fixed 4.2.0b) -CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### +CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) @@ -690,27 +690,27 @@ CVE-2005-2353 ignore (thunderbird) debug mode only CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) -CVE-2005-2270 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2270 version (thunderbird, fixed 1.0.5) CVE-2005-2270 version (mozilla, fixed 1.7.9) ### CVE-2005-2270 version (firefox, fixed 1.0.5) ### -CVE-2005-2269 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2269 version (thunderbird, fixed 1.0.5) CVE-2005-2269 version (mozilla, fixed 1.7.9) ### CVE-2005-2269 version (firefox, fixed 1.0.5) ### CVE-2005-2268 version (mozilla, fixed 1.7.9) ### CVE-2005-2268 version (firefox, fixed 1.0.5) ### CVE-2005-2267 version (mozilla, fixed 1.7.9) ### CVE-2005-2267 version (firefox, fixed 1.0.5) ### -CVE-2005-2266 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2266 version (thunderbird, fixed 1.0.5) CVE-2005-2266 version (mozilla, fixed 1.7.9) ### CVE-2005-2266 version (firefox, fixed 1.0.5) ### -CVE-2005-2265 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2265 version (thunderbird, fixed 1.0.5) CVE-2005-2265 version (mozilla, fixed 1.7.9) ### CVE-2005-2265 version (firefox, fixed 1.0.5) ### CVE-2005-2264 version (firefox, fixed 1.0.5) ### CVE-2005-2263 version (mozilla, fixed 1.7.9) ### CVE-2005-2263 version (firefox, fixed 1.0.5) ### CVE-2005-2262 version (firefox, fixed 1.0.5) ### -CVE-2005-2261 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2261 version (thunderbird, fixed 1.0.5) CVE-2005-2261 version (mozilla, fixed 1.7.9) ### CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### @@ -771,7 +771,7 @@ CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) -CVE-2005-1532 version (thunderbird) ### +CVE-2005-1532 version (thunderbird) CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### CVE-2005-1531 version (mozilla, fixed 1.7.8) ### @@ -823,10 +823,10 @@ CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) -CVE-2005-1160 version (thunderbird) ### +CVE-2005-1160 version (thunderbird) CVE-2005-1160 version (mozilla) ### CVE-2005-1160 version (firefox) ### -CVE-2005-1159 version (thunderbird) ### +CVE-2005-1159 version (thunderbird) CVE-2005-1159 version (mozilla) ### CVE-2005-1159 version (firefox) ### CVE-2005-1158 version (firefox, fixed 1.0.3) ### @@ -850,7 +850,7 @@ CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) -CVE-2005-0989 version (thunderbird) ### +CVE-2005-0989 version (thunderbird) CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### @@ -910,7 +910,7 @@ CVE-2005-0592 version (mozilla) ### CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### -CVE-2005-0590 version (thunderbird) ### +CVE-2005-0590 version (thunderbird) CVE-2005-0590 version (openswan, fixed 2.1.4) CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### @@ -957,7 +957,7 @@ CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### CVE-2005-0400 version (kernel, fixed 2.6.11.6) -CVE-2005-0399 version (thunderbird) ### +CVE-2005-0399 version (thunderbird) CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) @@ -967,7 +967,7 @@ CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### -CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### +CVE-2005-0255 version (thunderbird, fixed 1.0.2) CVE-2005-0255 version (mozilla, fixed 1.7.6) ### CVE-2005-0255 version (firefox, fixed 1.0.1) ### CVE-2005-0247 version (postgresql, fixed after 8.0) @@ -983,7 +983,7 @@ CVE-2005-0232 version (firefox, fixed 1.0.1) ### CVE-2005-0231 version (mozilla, fixed 1.7.6) ### CVE-2005-0231 version (firefox, fixed 1.0.1) ### -CVE-2005-0230 version (thunderbird, fixed 1.0.2) ### +CVE-2005-0230 version (thunderbird, fixed 1.0.2) CVE-2005-0230 version (mozilla, fixed 1.7.6) ### CVE-2005-0230 version (firefox, fixed 1.0.1) ### CVE-2005-0227 version (postgresql, fixed 8.0.1) @@ -1023,7 +1023,7 @@ CVE-2005-0144 version (firefox) ### CVE-2005-0143 version (mozilla) ### CVE-2005-0143 version (firefox) ### -CVE-2005-0142 version (thunderbird) ### +CVE-2005-0142 version (thunderbird) CVE-2005-0142 version (mozilla) ### CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### @@ -1122,13 +1122,13 @@ CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) -CVE-2004-1451 version (thunderbird) ### +CVE-2004-1451 version (thunderbird) CVE-2004-1451 version (mozilla) ### CVE-2004-1451 version (firefox) ### -CVE-2004-1450 version (thunderbird) ### +CVE-2004-1450 version (thunderbird) CVE-2004-1450 version (mozilla) ### CVE-2004-1450 version (firefox) ### -CVE-2004-1449 version (thunderbird) ### +CVE-2004-1449 version (thunderbird) CVE-2004-1449 version (mozilla) ### CVE-2004-1449 version (firefox) ### CVE-2004-1392 version (php, fixed 5.0.4) @@ -1143,7 +1143,7 @@ CVE-2004-1335 version (kernel, fixed 2.6.10) CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) -CVE-2004-1316 version (thunderbird, fixed 0.9) ### +CVE-2004-1316 version (thunderbird, fixed 0.9) CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) @@ -1257,16 +1257,16 @@ CVE-2004-0929 version (libtiff, fixed 3.7.0) CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) -CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### +CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) CVE-2004-0914 backport (openmotif) ### -CVE-2004-0909 version (thunderbird) ### +CVE-2004-0909 version (thunderbird) CVE-2004-0909 version (mozilla) ### CVE-2004-0909 version (firefox) ### CVE-2004-0908 version (mozilla, fixed 1.7.3) ### -CVE-2004-0907 version (thunderbird) ### +CVE-2004-0907 version (thunderbird) CVE-2004-0907 version (mozilla) ### CVE-2004-0907 version (firefox) ### -CVE-2004-0906 version (thunderbird) ### +CVE-2004-0906 version (thunderbird) CVE-2004-0906 version (mozilla) ### CVE-2004-0906 version (firefox) ### CVE-2004-0905 version (mozilla, fixed 1.7.3) ### @@ -1325,7 +1325,7 @@ CVE-2004-0784 version (gaim, fixed 0.82) CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) -CVE-2004-0779 version (thunderbird) ### +CVE-2004-0779 version (thunderbird) CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### CVE-2004-0778 version (cvs, fixed 1.11.17) @@ -1368,7 +1368,7 @@ CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue -CVE-2004-0648 version (thunderbird) ### +CVE-2004-0648 version (thunderbird) CVE-2004-0648 version (mozilla) ### CVE-2004-0648 version (firefox) ### CVE-2004-0644 version (krb5, fixed after 1.3.4) @@ -1429,7 +1429,7 @@ CVE-2004-0426 version (rsync, fixed 2.6.1) CVE-2004-0424 version (kernel, fixed 2.6.4) CVE-2004-0421 version (libpng, fixed 1.0.16) -CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### +CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) @@ -1489,14 +1489,14 @@ CVE-2004-0109 version (kernel, fixed 2.6.6) CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) -CVE-2004-0106 version (XFree86) ### +CVE-2004-0106 version (XFree86) CVE-2004-0098 version (php) CVE-2004-0097 version (pwlib, fixed 1.6.0) CVE-2004-0096 version (mod_python, fixed after 2.7.9) -CVE-2004-0094 version (XFree86, fixed 4.3.0) ### -CVE-2004-0093 version (XFree86, fixed 4.3.0) ### -CVE-2004-0084 version (XFree86) ### -CVE-2004-0083 version (XFree86) ### +CVE-2004-0094 version (XFree86, fixed 4.3.0) +CVE-2004-0093 version (XFree86, fixed 4.3.0) +CVE-2004-0084 version (XFree86) +CVE-2004-0083 version (XFree86) CVE-2004-0082 version (samba, fixed 3.0.2) CVE-2004-0081 version (openssl097a, not 0.9.7) CVE-2004-0081 version (openssl, not 0.9.8) @@ -1721,9 +1721,9 @@ CVE-2003-0078 version (openssl, not 0.9.8) CVE-2003-0073 version (mysql, fixed 3.23.55) CVE-2003-0072 version (krb5, fixed after 1.2.7) -CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) ### +CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) CVE-2003-0070 version (vte, fixed 0.11.1 at least) -CVE-2003-0063 version (xorg-x11, fixed at least in 4.2.99) ### +CVE-2003-0063 version (xorg-x11, fixed in 4.2.99 at least) CVE-2003-0060 version (krb5, fixed 1.2.5) CVE-2003-0059 version (krb5, fixed 1.2.5) CVE-2003-0058 version (krb5, fixed 1.2.5) @@ -1765,14 +1765,14 @@ CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) -CVE-2002-1510 version (XFree86, fixed 4.2.0) ### -CVE-2002-1472 version (XFree86, fixed 4.2.1) ### +CVE-2002-1510 version (XFree86, fixed 4.2.0) +CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1363 version (libpng, fixed 1.2.6) -CVE-2002-0517 version (XFree86, didn't affect Linux) ### -CVE-2002-0164 version (XFree86, fixed 4.2.1) ### +CVE-2002-0517 version (XFree86) didn't affect Linux +CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) -CVE-2001-0955 version (XFree86, fixed 4.2.0) ### +CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) -CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) ### +CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) ### From fedora-extras-commits at redhat.com Tue Aug 15 07:47:36 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 00:47:36 -0700 Subject: fedora-security/audit fc6,1.8,1.9 Message-ID: <200608150747.k7F7ladk030656@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30638 Modified Files: fc6 Log Message: Deal with Mozilla (gone, and no Seamonkey) and Firefox. This leaves around 130 issues that'll need mostly individual investigation. The last 10% will take 50% of the time to review. Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fc6 15 Aug 2006 07:35:37 -0000 1.8 +++ fc6 15 Aug 2006 07:47:33 -0000 1.9 @@ -6,7 +6,7 @@ Up to date FC6 as of Test2 Notes: -1. Removed packages no longer shipped (except mozilla!) +1. Removed packages no longer shipped 2. Added packages newly shipped 3. Deal with libutempter/utempter 4. ### left to do (was 1771) @@ -20,49 +20,36 @@ CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected -CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3812 version (firefox, fixed 1.5.0.5) CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (mozilla) ### -CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3811 version (firefox, fixed 1.5.0.5) CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (mozilla) ### -CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3810 version (firefox, fixed 1.5.0.5) CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (mozilla) ### -CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3809 version (firefox, fixed 1.5.0.5) CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (mozilla) ### -CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3808 version (firefox, fixed 1.5.0.5) CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (mozilla) ### -CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3807 version (firefox, fixed 1.5.0.5) CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (mozilla) ### -CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3806 version (firefox, fixed 1.5.0.5) CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (mozilla) ### -CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3805 version (firefox, fixed 1.5.0.5) CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (mozilla) ### -CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3804 version (firefox, fixed 1.5.0.5) CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (mozilla) ### -CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3803 version (firefox, fixed 1.5.0.5) CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (mozilla) ### -CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3802 version (firefox, fixed 1.5.0.5) CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) -CVE-2006-3802 VULNERABLE (mozilla) ### -CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3801 version (firefox, fixed 1.5.0.5) CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### -CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3677 version (firefox, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -98,9 +85,8 @@ CVE-2006-3127 version (nss, only affected 3.11) CVE-2006-3122 ** dhcp ### CVE-2006-3117 version (openoffice.org, fixed 2.0.3) -CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### @@ -118,42 +104,30 @@ CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### -CVE-2006-2894 VULNERABLE (mozilla) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) -CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2788 version (firefox, fixed 1.5.0.4) +CVE-2006-2787 version (firefox, fixed 1.5.0.4) CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2787 VULNERABLE (mozilla) ### -CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2786 version (firefox, fixed 1.5.0.4) CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2786 VULNERABLE (mozilla) ### -CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2785 VULNERABLE (mozilla) ### -CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2784 VULNERABLE (mozilla) ### -CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2785 version (firefox, fixed 1.5.0.4) +CVE-2006-2784 version (firefox, fixed 1.5.0.4) +CVE-2006-2783 version (firefox, fixed 1.5.0.4) CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2783 VULNERABLE (mozilla) ### -CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2782 version (firefox, fixed 1.5.0.4) CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (firefox) ### CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2780 VULNERABLE (mozilla) ### -CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2779 version (firefox, fixed 1.5.0.4) CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2779 VULNERABLE (mozilla) ### -CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2778 version (firefox, fixed 1.5.0.4) CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2778 VULNERABLE (mozilla) ### -CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2777 VULNERABLE (mozilla) ### -CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2777 version (firefox, fixed 1.5.0.4) +CVE-2006-2776 version (firefox, fixed 1.5.0.4) CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2776 VULNERABLE (mozilla) ### -CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2775 version (firefox, fixed 1.5.0.4) CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed @@ -198,10 +172,10 @@ CVE-2006-2026 version (libtiff, fixed 3.8.1) CVE-2006-2025 version (libtiff, fixed 3.8.1) CVE-2006-2024 version (libtiff, fixed 3.8.1) -CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### +CVE-2006-1993 version (firefox, fixed 1.5.0.3) CVE-2006-1991 version (php) CVE-2006-1990 version (php) -CVE-2006-1942 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-1942 version (firefox, fixed 1.5.0.4) CVE-2006-1940 version (wireshark, fixed 0.99.0) CVE-2006-1939 version (wireshark, fixed 0.99.0) CVE-2006-1938 version (wireshark, fixed 0.99.0) @@ -224,62 +198,44 @@ CVE-2006-1857 version (kernel, fixed 2.6.16.17) CVE-2006-1856 version (kernel, fixed 2.6.16.12) CVE-2006-1855 version (kernel, fixed 2.6.11.12) -CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1790 version (firefox, fixed 1.5.0.2) CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1742 version (firefox, fixed 1.5.0.2) CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1741 version (firefox, fixed 1.5.0.2) +CVE-2006-1740 version (firefox, fixed 1.5.0.2) CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1739 version (firefox, fixed 1.5.0.2) CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1738 version (firefox, fixed 1.5.0.2) CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1737 version (firefox, fixed 1.5.0.2) +CVE-2006-1736 version (firefox, fixed 1.5.0.2) CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1735 version (firefox, fixed 1.5.0.2) CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1734 version (firefox, fixed 1.5.0.2) CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1733 version (firefox, fixed 1.5.0.2) CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1732 version (firefox, fixed 1.5.0.2) CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1731 version (firefox, fixed 1.5.0.2) CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1730 version (firefox, fixed 1.5.0.2) +CVE-2006-1729 version (firefox, fixed 1.5.0.2) CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1728 version (firefox, fixed 1.5.0.2) CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1727 version (firefox, fixed 1.5.0.2) +CVE-2006-1726 version (firefox, fixed 1.5.0.2) CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1725 version (firefox, fixed 1.5.0.2) CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1724 version (firefox, fixed 1.5.0.2) CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1723 version (firefox, fixed 1.5.0.2) CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) CVE-2006-1650 ignore (firefox) a number of reports don't confirm this @@ -292,11 +248,11 @@ CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1531 version (firefox, fixed 1.5.0.2) CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1530 version (firefox, fixed 1.5.0.2) CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1529 version (firefox, fixed 1.5.0.2) CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### @@ -341,11 +297,9 @@ CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) CVE-2006-0836 VULNERABLE (thunderbird) ### CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-0748 version (firefox, fixed 1.5.0.2) CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### @@ -364,7 +318,6 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### -CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) @@ -382,29 +335,21 @@ CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### CVE-2006-0299 version (thunderbird, fixed 1.5) -CVE-2006-0299 version (mozilla, 1.8 branch only) ### -CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) -CVE-2006-0298 version (mozilla, 1.8 branch only) ### -CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0298 version (firefox, fixed 1.5.0.1) CVE-2006-0297 version (thunderbird, fixed 1.5) -CVE-2006-0297 version (mozilla, 1.8 branch only) ### -CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0297 version (firefox, fixed 1.5.0.1) CVE-2006-0296 version (thunderbird, fixed 1.5) -CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### +CVE-2006-0296 version (firefox, fixed 1.5.0.1) CVE-2006-0295 version (thunderbird, fixed 1.5) -CVE-2006-0295 version (mozilla, 1.8 branch only) ### -CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0295 version (firefox, fixed 1.5.0.1) CVE-2006-0294 version (thunderbird, fixed 1.5) -CVE-2006-0294 version (mozilla, 1.8 branch only) ### -CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0294 version (firefox, fixed 1.5.0.1) CVE-2006-0293 version (thunderbird, fixed 1.5) -CVE-2006-0293 version (mozilla, 1.8 branch only) ### -CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0293 version (firefox, fixed 1.5.0.1) CVE-2006-0292 version (thunderbird, fixed 1.5) -CVE-2006-0292 version (firefox, fixed 1.5.1) ### -CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### +CVE-2006-0292 version (firefox, fixed 1.5.1) CVE-2006-0254 version (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) @@ -433,10 +378,8 @@ CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) -CVE-2005-4720 version (firefox, fixed 1.5) ### -CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### +CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream ### CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### @@ -453,11 +396,9 @@ CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html -CVE-2005-4134 backport (mozilla) mozilla-1.7.12-CVE-2005-4134-long-history-dos.patch ### CVE-2005-4077 version (curl, fixed 7.15.1) CVE-2005-3964 backport (openmotif) ### CVE-2005-3962 version (perl, fixed 5.8.8) -CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) CVE-2005-3857 version (kernel, fixed 2.6.15) @@ -575,7 +516,7 @@ CVE-2005-3107 version (kernel, fixed 2.6.11) CVE-2005-3106 version (kernel, fixed 2.6.11) CVE-2005-3105 version (kernel, fixed 2.6.12) -CVE-2005-3089 version (firefox, fixed 1.0.7) ### +CVE-2005-3089 version (firefox, fixed 1.0.7) CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped CVE-2005-3055 version (kernel, fixed 2.6.14) CVE-2005-3054 ignore (php) @@ -591,8 +532,7 @@ CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) CVE-2005-2968 version (thunderbird) -CVE-2005-2968 version (mozilla, not 1.7.10) ### -CVE-2005-2968 version (firefox) ### +CVE-2005-2968 version (firefox) CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) @@ -603,8 +543,7 @@ CVE-2005-2873 VULNERABLE (kernel) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) -CVE-2005-2871 version (mozilla, fixed 1.7.12) ### -CVE-2005-2871 version (firefox, fixed 1.0.7) ### +CVE-2005-2871 version (firefox, fixed 1.0.7) CVE-2005-2811 version (net-snmp) not upstream, gentoo only CVE-2005-2801 version (kernel, fixed 2.6.11) CVE-2005-2800 version (kernel, fixed 2.6.12.6) @@ -616,25 +555,18 @@ CVE-2005-2709 version (kernel, fixed 2.6.14.3) CVE-2005-2708 ignore (kernel) not reproducable on x86_64 CVE-2005-2707 version (thunderbird) -CVE-2005-2707 version (mozilla, fixed 1.7.12) ### -CVE-2005-2707 version (firefox, fixed 1.0.7) ### +CVE-2005-2707 version (firefox, fixed 1.0.7) CVE-2005-2706 version (thunderbird) -CVE-2005-2706 version (mozilla, fixed 1.7.12) ### -CVE-2005-2706 version (firefox, fixed 1.0.7) ### +CVE-2005-2706 version (firefox, fixed 1.0.7) CVE-2005-2705 version (thunderbird) -CVE-2005-2705 version (mozilla, fixed 1.7.12) ### -CVE-2005-2705 version (firefox, fixed 1.0.7) ### +CVE-2005-2705 version (firefox, fixed 1.0.7) CVE-2005-2704 version (thunderbird) -CVE-2005-2704 version (mozilla, fixed 1.7.12) ### -CVE-2005-2704 version (firefox, fixed 1.0.7) ### +CVE-2005-2704 version (firefox, fixed 1.0.7) CVE-2005-2703 version (thunderbird) -CVE-2005-2703 version (mozilla, fixed 1.7.12) ### -CVE-2005-2703 version (firefox, fixed 1.0.7) ### +CVE-2005-2703 version (firefox, fixed 1.0.7) CVE-2005-2702 version (thunderbird) -CVE-2005-2702 version (mozilla, fixed 1.7.12) ### -CVE-2005-2702 version (firefox, fixed 1.0.7) ### -CVE-2005-2701 version (mozilla, fixed 1.7.12) ### -CVE-2005-2701 version (firefox, fixed 1.0.7) ### +CVE-2005-2702 version (firefox, fixed 1.0.7) +CVE-2005-2701 version (firefox, fixed 1.0.7) CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### CVE-2005-2672 version (lm_sensors, fixed 2.9.2) @@ -672,7 +604,6 @@ CVE-2005-2456 version (kernel, fixed 2.6.12.5) CVE-2005-2452 version (libtiff, fixed 3.7.0) CVE-2005-2448 version (kdenetwork, fixed 3.4.2) -CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash CVE-2005-2410 version (NetworkManager, fixed 5.0) CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 CVE-2005-2370 version (kdenetwork, fixed 3.4.2) @@ -691,33 +622,23 @@ CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) CVE-2005-2270 version (thunderbird, fixed 1.0.5) -CVE-2005-2270 version (mozilla, fixed 1.7.9) ### -CVE-2005-2270 version (firefox, fixed 1.0.5) ### +CVE-2005-2270 version (firefox, fixed 1.0.5) CVE-2005-2269 version (thunderbird, fixed 1.0.5) -CVE-2005-2269 version (mozilla, fixed 1.7.9) ### -CVE-2005-2269 version (firefox, fixed 1.0.5) ### -CVE-2005-2268 version (mozilla, fixed 1.7.9) ### -CVE-2005-2268 version (firefox, fixed 1.0.5) ### -CVE-2005-2267 version (mozilla, fixed 1.7.9) ### -CVE-2005-2267 version (firefox, fixed 1.0.5) ### +CVE-2005-2269 version (firefox, fixed 1.0.5) +CVE-2005-2268 version (firefox, fixed 1.0.5) +CVE-2005-2267 version (firefox, fixed 1.0.5) CVE-2005-2266 version (thunderbird, fixed 1.0.5) -CVE-2005-2266 version (mozilla, fixed 1.7.9) ### -CVE-2005-2266 version (firefox, fixed 1.0.5) ### +CVE-2005-2266 version (firefox, fixed 1.0.5) CVE-2005-2265 version (thunderbird, fixed 1.0.5) -CVE-2005-2265 version (mozilla, fixed 1.7.9) ### -CVE-2005-2265 version (firefox, fixed 1.0.5) ### -CVE-2005-2264 version (firefox, fixed 1.0.5) ### -CVE-2005-2263 version (mozilla, fixed 1.7.9) ### -CVE-2005-2263 version (firefox, fixed 1.0.5) ### -CVE-2005-2262 version (firefox, fixed 1.0.5) ### +CVE-2005-2265 version (firefox, fixed 1.0.5) +CVE-2005-2264 version (firefox, fixed 1.0.5) +CVE-2005-2263 version (firefox, fixed 1.0.5) +CVE-2005-2262 version (firefox, fixed 1.0.5) CVE-2005-2261 version (thunderbird, fixed 1.0.5) -CVE-2005-2261 version (mozilla, fixed 1.7.9) ### -CVE-2005-2261 version (firefox, fixed 1.0.5) ### -CVE-2005-2260 version (mozilla, fixed 1.7.9) ### -CVE-2005-2260 version (firefox, fixed 1.0.5) ### +CVE-2005-2261 version (firefox, fixed 1.0.5) +CVE-2005-2260 version (firefox, fixed 1.0.5) CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) -CVE-2005-2114 version (mozilla, fixed 1.7.9) ### -CVE-2005-2114 version (firefox, fixed 1.0.5) ### +CVE-2005-2114 version (firefox, fixed 1.0.5) CVE-2005-2104 version (sysreport, fixed 1.4.1-5) CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) @@ -736,8 +657,7 @@ CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) -CVE-2005-1937 version (mozilla, fixed 1.7.9) ### -CVE-2005-1937 version (firefox, fixed 1.0.5) ### +CVE-2005-1937 version (firefox, fixed 1.0.5) CVE-2005-1934 version (gaim, fixed 1.3.1) CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) @@ -772,10 +692,8 @@ CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) CVE-2005-1532 version (thunderbird) -CVE-2005-1532 version (mozilla, fixed 1.7.8) ### -CVE-2005-1532 version (firefox, fixed 1.0.4) ### -CVE-2005-1531 version (mozilla, fixed 1.7.8) ### -CVE-2005-1531 version (firefox, fixed 1.0.4) ### +CVE-2005-1532 version (firefox, fixed 1.0.4) +CVE-2005-1531 version (firefox, fixed 1.0.4) CVE-2005-1519 version (squid, fixed 2.5.STABLE10) CVE-2005-1470 version (wireshark, fixed 0.10.11) CVE-2005-1469 version (wireshark, fixed 0.10.11) @@ -824,22 +742,15 @@ CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) CVE-2005-1160 version (thunderbird) -CVE-2005-1160 version (mozilla) ### -CVE-2005-1160 version (firefox) ### +CVE-2005-1160 version (firefox) CVE-2005-1159 version (thunderbird) -CVE-2005-1159 version (mozilla) ### -CVE-2005-1159 version (firefox) ### -CVE-2005-1158 version (firefox, fixed 1.0.3) ### -CVE-2005-1157 version (mozilla) ### -CVE-2005-1157 version (firefox) ### -CVE-2005-1156 version (mozilla) ### -CVE-2005-1156 version (firefox) ### -CVE-2005-1155 version (mozilla) ### -CVE-2005-1155 version (firefox) ### -CVE-2005-1154 version (mozilla) ### -CVE-2005-1154 version (firefox) ### -CVE-2005-1153 version (mozilla) ### -CVE-2005-1153 version (firefox) ### +CVE-2005-1159 version (firefox) +CVE-2005-1158 version (firefox, fixed 1.0.3) +CVE-2005-1157 version (firefox) +CVE-2005-1156 version (firefox) +CVE-2005-1155 version (firefox) +CVE-2005-1154 version (firefox) +CVE-2005-1153 version (firefox) CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) @@ -851,8 +762,7 @@ CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) -CVE-2005-0989 version (mozilla, fixed 1.7.7) ### -CVE-2005-0989 version (firefox, fixed 1.0.3) ### +CVE-2005-0989 version (firefox, fixed 1.0.3) CVE-2005-0988 backport (gzip) ### CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) @@ -884,7 +794,7 @@ CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) CVE-2005-0753 version (cvs, fixed 1.11.20) -CVE-2005-0752 version (firefox, fixed 1.0.3) ### +CVE-2005-0752 version (firefox, fixed 1.0.3) CVE-2005-0750 version (kernel, fixed 2.6.11.6) CVE-2005-0749 version (kernel, fixed 2.6.11.6) CVE-2005-0739 version (wireshark, fixed after 0.10.9) @@ -905,35 +815,25 @@ CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) -CVE-2005-0593 version (mozilla) ### -CVE-2005-0593 version (firefox) ### -CVE-2005-0592 version (mozilla) ### -CVE-2005-0592 version (firefox) ### -CVE-2005-0591 version (firefox, fixed 1.0.1) ### +CVE-2005-0593 version (firefox) +CVE-2005-0592 version (firefox) +CVE-2005-0591 version (firefox, fixed 1.0.1) CVE-2005-0590 version (thunderbird) CVE-2005-0590 version (openswan, fixed 2.1.4) -CVE-2005-0590 version (mozilla) ### -CVE-2005-0590 version (firefox) ### -CVE-2005-0589 version (firefox, fixed 1.0.1) ### -CVE-2005-0588 version (mozilla) ### -CVE-2005-0588 version (firefox) ### -CVE-2005-0587 version (mozilla) ### -CVE-2005-0587 version (firefox) ### -CVE-2005-0586 version (mozilla) ### -CVE-2005-0586 version (firefox) ### -CVE-2005-0585 version (mozilla) ### -CVE-2005-0585 version (firefox) ### -CVE-2005-0584 version (mozilla) ### -CVE-2005-0584 version (firefox) ### -CVE-2005-0578 version (mozilla) ### -CVE-2005-0578 version (firefox) ### +CVE-2005-0590 version (firefox) +CVE-2005-0589 version (firefox, fixed 1.0.1) +CVE-2005-0588 version (firefox) +CVE-2005-0587 version (firefox) +CVE-2005-0586 version (firefox) +CVE-2005-0585 version (firefox) +CVE-2005-0584 version (firefox) +CVE-2005-0578 version (firefox) CVE-2005-0565 version (kernel, not 2.6) CVE-2005-0532 version (kernel, fixed 2.6.11) CVE-2005-0531 version (kernel, fixed 2.6.11) CVE-2005-0530 version (kernel, fixed 2.6.11) CVE-2005-0529 version (kernel, fixed 2.6.11) -CVE-2005-0527 version (mozilla, fixed 1.7.6) ### -CVE-2005-0527 version (firefox, fixed 1.0.1) ### +CVE-2005-0527 version (firefox, fixed 1.0.1) CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) @@ -953,13 +853,11 @@ CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 CVE-2005-0403 version (kernel) not upstream -CVE-2005-0402 version (firefox, fixed 1.0.2) ### -CVE-2005-0401 version (mozilla, fixed 1.7.7) ### -CVE-2005-0401 version (firefox, fixed 1.0.2) ### +CVE-2005-0402 version (firefox, fixed 1.0.2) +CVE-2005-0401 version (firefox, fixed 1.0.2) CVE-2005-0400 version (kernel, fixed 2.6.11.6) CVE-2005-0399 version (thunderbird) -CVE-2005-0399 version (mozilla) ### -CVE-2005-0399 version (firefox) ### +CVE-2005-0399 version (firefox) CVE-2005-0398 version (ipsec-tools, fixed 0.5) CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) @@ -968,26 +866,20 @@ CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) -CVE-2005-0255 version (mozilla, fixed 1.7.6) ### -CVE-2005-0255 version (firefox, fixed 1.0.1) ### +CVE-2005-0255 version (firefox, fixed 1.0.1) CVE-2005-0247 version (postgresql, fixed after 8.0) CVE-2005-0246 version (postgresql, fixed 8.0.1) CVE-2005-0245 version (postgresql, fixed 8.0.1) CVE-2005-0244 version (postgresql, fixed 8.0.1) CVE-2005-0241 version (squid, fixed 2.5.STABLE8) -CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) ### +CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) CVE-2005-0237 version (kdelibs, fixed 3.4.0) -CVE-2005-0233 version (mozilla, fixed 1.7.6) ### -CVE-2005-0233 version (firefox, fixed 1.0.1) ### -CVE-2005-0232 version (mozilla, fixed 1.7.6) ### -CVE-2005-0232 version (firefox, fixed 1.0.1) ### -CVE-2005-0231 version (mozilla, fixed 1.7.6) ### -CVE-2005-0231 version (firefox, fixed 1.0.1) ### +CVE-2005-0233 version (firefox, fixed 1.0.1) +CVE-2005-0232 version (firefox, fixed 1.0.1) +CVE-2005-0231 version (firefox, fixed 1.0.1) CVE-2005-0230 version (thunderbird, fixed 1.0.2) -CVE-2005-0230 version (mozilla, fixed 1.7.6) ### -CVE-2005-0230 version (firefox, fixed 1.0.1) ### +CVE-2005-0230 version (firefox, fixed 1.0.1) CVE-2005-0227 version (postgresql, fixed 8.0.1) -CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) CVE-2005-0210 version (kernel, fixed 2.6.11) CVE-2005-0209 version (kernel, fixed 2.6.11) @@ -1011,23 +903,16 @@ CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) -CVE-2005-0150 version (firefox, fixed 1.0) ### -CVE-2005-0149 version (mozilla) ### -CVE-2005-0149 version (firefox) ### -CVE-2005-0147 version (mozilla) ### -CVE-2005-0147 version (firefox) ### -CVE-2005-0146 version (mozilla) ### -CVE-2005-0146 version (firefox) ### -CVE-2005-0145 version (firefox, fixed 1.0) ### -CVE-2005-0144 version (mozilla) ### -CVE-2005-0144 version (firefox) ### -CVE-2005-0143 version (mozilla) ### -CVE-2005-0143 version (firefox) ### +CVE-2005-0150 version (firefox, fixed 1.0) +CVE-2005-0149 version (firefox) +CVE-2005-0147 version (firefox) +CVE-2005-0146 version (firefox) +CVE-2005-0145 version (firefox, fixed 1.0) +CVE-2005-0144 version (firefox) +CVE-2005-0143 version (firefox) CVE-2005-0142 version (thunderbird) -CVE-2005-0142 version (mozilla) ### -CVE-2005-0142 version (firefox) ### -CVE-2005-0141 version (mozilla) ### -CVE-2005-0141 version (firefox) ### +CVE-2005-0142 version (firefox) +CVE-2005-0141 version (firefox) CVE-2005-0137 version (kernel, not 2.6) CVE-2005-0136 version (kernel, fixed 2.6.11) CVE-2005-0135 version (kernel, fixed 2.6.11) @@ -1094,9 +979,9 @@ CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) CVE-2004-2259 version (vsftpd, fixed 1.2.2) -CVE-2004-2228 version (firefox, fixed 1.0) ### -CVE-2004-2227 version (firefox, fixed 1.0) ### -CVE-2004-2225 version (firefox, fixed 0.10.1) ### +CVE-2004-2228 version (firefox, fixed 1.0) +CVE-2004-2227 version (firefox, fixed 1.0) +CVE-2004-2225 version (firefox, fixed 0.10.1) CVE-2004-2154 version (cups, fixed 1.2.21rc1) CVE-2004-2149 version (mysql, fixed 4.1.5) CVE-2004-2136 ignore (dm-crypt) design @@ -1113,30 +998,22 @@ CVE-2004-1761 version (wireshark, fixed 0.10.3) CVE-2004-1689 version (sudo, fixed 1.6.8p1) CVE-2004-1653 ignore (openssh) -CVE-2004-1639 version (mozilla) ### -CVE-2004-1639 version (firefox) ### +CVE-2004-1639 version (firefox) CVE-2004-1617 ignore (lynx) not able to verify flaw -CVE-2004-1614 version (mozilla, fixed 1.7.5) ### -CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) CVE-2004-1451 version (thunderbird) -CVE-2004-1451 version (mozilla) ### -CVE-2004-1451 version (firefox) ### +CVE-2004-1451 version (firefox) CVE-2004-1450 version (thunderbird) -CVE-2004-1450 version (mozilla) ### -CVE-2004-1450 version (firefox) ### +CVE-2004-1450 version (firefox) CVE-2004-1449 version (thunderbird) -CVE-2004-1449 version (mozilla) ### -CVE-2004-1449 version (firefox) ### +CVE-2004-1449 version (firefox) CVE-2004-1392 version (php, fixed 5.0.4) CVE-2004-1382 version (glibc, not 2.3.5) -CVE-2004-1381 version (mozilla) ### -CVE-2004-1381 version (firefox) ### -CVE-2004-1380 version (mozilla) ### -CVE-2004-1380 version (firefox) ### +CVE-2004-1381 version (firefox) +CVE-2004-1380 version (firefox) CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) @@ -1144,7 +1021,6 @@ CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) -CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) @@ -1175,7 +1051,7 @@ CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) -CVE-2004-1156 version (mozilla, firefox) ### +CVE-2004-1156 version (firefox) CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) CVE-2004-1145 version (kde, not 3.4) @@ -1260,19 +1136,11 @@ CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) CVE-2004-0914 backport (openmotif) ### CVE-2004-0909 version (thunderbird) -CVE-2004-0909 version (mozilla) ### -CVE-2004-0909 version (firefox) ### -CVE-2004-0908 version (mozilla, fixed 1.7.3) ### +CVE-2004-0909 version (firefox) CVE-2004-0907 version (thunderbird) -CVE-2004-0907 version (mozilla) ### -CVE-2004-0907 version (firefox) ### +CVE-2004-0907 version (firefox) CVE-2004-0906 version (thunderbird) -CVE-2004-0906 version (mozilla) ### -CVE-2004-0906 version (firefox) ### -CVE-2004-0905 version (mozilla, fixed 1.7.3) ### -CVE-2004-0904 version (mozilla, fixed 1.7.3) ### -CVE-2004-0903 version (mozilla, fixed 1.7.3) ### -CVE-2004-0902 version (mozilla, fixed 1.7.3) ### +CVE-2004-0906 version (firefox) CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) @@ -1287,9 +1155,8 @@ CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) -CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix -CVE-2004-0867 version (firefox, after 0.9.2) ### +CVE-2004-0867 version (firefox, fixed after 0.9.2) CVE-2004-0837 version (mysql, fixed 4.0.21) CVE-2004-0836 version (mysql, fixed 4.0.21) CVE-2004-0835 version (mysql, fixed 4.1.2) @@ -1326,22 +1193,12 @@ CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) CVE-2004-0779 version (thunderbird) -CVE-2004-0779 version (mozilla) ### -CVE-2004-0779 version (firefox) ### +CVE-2004-0779 version (firefox) CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) CVE-2004-0771 backport (lha, changelog) ### CVE-2004-0769 backport (lha, changelog) ### CVE-2004-0768 version (libpng, fixed 1.2.6) -CVE-2004-0765 version (mozilla, fixed 1.7) ### -CVE-2004-0764 version (mozilla, fixed 1.7) ### -CVE-2004-0763 version (mozilla, fixed 1.7.2) ### -CVE-2004-0762 version (mozilla, fixed 1.7) ### -CVE-2004-0761 version (mozilla, fixed 1.7) ### -CVE-2004-0760 version (mozilla, fixed 1.7.2) ### -CVE-2004-0759 version (mozilla, fixed 1.7) ### -CVE-2004-0758 version (mozilla, fixed 1.7.2) ### -CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) CVE-2004-0753 version (gtk2, fixed after 2.2.4) @@ -1353,9 +1210,7 @@ CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) CVE-2004-0745 backport (lha) ### -CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) -CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### CVE-2004-0693 version (qt, fixed 3.3.3) @@ -1369,8 +1224,7 @@ CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) -CVE-2004-0648 version (mozilla) ### -CVE-2004-0648 version (firefox) ### +CVE-2004-0648 version (firefox) CVE-2004-0644 version (krb5, fixed after 1.3.4) CVE-2004-0643 version (krb5, fixed after 1.3.1) CVE-2004-0642 version (krb5, fixed after 1.3.4) @@ -1385,10 +1239,8 @@ CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) -CVE-2004-0599 version (mozilla, fixed 1.7.2) ### CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) -CVE-2004-0597 version (mozilla, fixed 1.7.2) ### CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) @@ -1419,7 +1271,6 @@ CVE-2004-0492 version (httpd, not 2.2) CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) -CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0457 version (mysql, fixed after 4.0.20) @@ -1459,7 +1310,6 @@ CVE-2004-0229 version (kernel, fixed 2.6.6) CVE-2004-0228 version (kernel, fixed 2.6.6) CVE-2004-0226 version (mc, fixed 4.6.0) -CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) CVE-2004-0186 version (samba, not 3.0.2a) CVE-2004-0184 version (tcpdump, fixed 3.8.2) @@ -1518,7 +1368,6 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) @@ -1576,7 +1425,6 @@ CVE-2003-0794 version (gdm, fixed 2.4.1.7) CVE-2003-0793 version (gdm, fixed 2.4.1.7) CVE-2003-0792 version (fetchmail, 6.2.4 only) -CVE-2003-0791 version (mozilla, not after 1.4) ### CVE-2003-0789 version (httpd, not 2.2) CVE-2003-0788 version (cups, fixed 1.1.19) CVE-2003-0787 version (openssh, fixed 3.7.1p2) @@ -1589,7 +1437,7 @@ CVE-2003-0774 version (sane-backends, fixed 1.0.10) CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) -CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### +CVE-2003-0730 version (XFree86, fixed after 4.3.0) CVE-2003-0700 version (kernel, not 2.6) CVE-2003-0699 version (kernel, not 2.6) CVE-2003-0695 version (openssh, fixed 3.7.1) @@ -1607,9 +1455,7 @@ CVE-2003-0643 version (kernel, not 2.6) CVE-2003-0619 version (kernel, not 2.6) CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) -CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) -CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable CVE-2003-0552 version (kernel, not 2.6) CVE-2003-0551 version (kernel, not 2.6) @@ -1657,7 +1503,6 @@ CVE-2003-0328 version (epic, fixed epic4-2.2 at least) CVE-2003-0300 ignore (sylpheed) only a crasher CVE-2003-0299 ignore (mutt) only a crasher -CVE-2003-0298 version (mozilla, fixed after 1.4a) ### CVE-2003-0296 version (evolution, fixed 1.4.5 at least) CVE-2003-0289 version (cdrtools, fixed 2.01a14) CVE-2003-0282 version (unzip, fixed 5.51) @@ -1770,7 +1615,6 @@ CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-0517 version (XFree86) didn't affect Linux CVE-2002-0164 version (XFree86, fixed 4.2.1) -CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) From fedora-extras-commits at redhat.com Tue Aug 15 08:20:07 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 15 Aug 2006 01:20:07 -0700 Subject: comps comps-fe5.xml.in,1.70,1.71 comps-fe6.xml.in,1.36,1.37 Message-ID: <200608150820.k7F8K9KT000871@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv852 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added jack-audio-connection-kit to sound-and-video and renrot to graphics. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- comps-fe5.xml.in 14 Aug 2006 07:07:36 -0000 1.70 +++ comps-fe5.xml.in 15 Aug 2006 08:20:06 -0000 1.71 @@ -383,6 +383,7 @@ inkscape k3d qiv + renrot showimg skencil sodipodi @@ -476,6 +477,7 @@ gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- comps-fe6.xml.in 14 Aug 2006 07:07:37 -0000 1.36 +++ comps-fe6.xml.in 15 Aug 2006 08:20:06 -0000 1.37 @@ -385,6 +385,7 @@ inkscape k3d qiv + renrot showimg skencil sodipodi @@ -478,6 +479,7 @@ gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins From fedora-extras-commits at redhat.com Tue Aug 15 08:25:37 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:37 -0700 Subject: rpms/tetex-elsevier - New directory Message-ID: <200608150825.k7F8PdPt000966@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv940/tetex-elsevier Log Message: Directory /cvs/extras/rpms/tetex-elsevier added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 08:25:37 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:37 -0700 Subject: rpms/tetex-elsevier/devel - New directory Message-ID: <200608150825.k7F8Pd3l000969@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv940/tetex-elsevier/devel Log Message: Directory /cvs/extras/rpms/tetex-elsevier/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 08:25:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:54 -0700 Subject: rpms/tetex-elsevier Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608150825.k7F8PusE001013@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv985 Added Files: Makefile import.log Log Message: Setup of module tetex-elsevier --- NEW FILE Makefile --- # Top level Makefile for module tetex-elsevier all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 08:25:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:54 -0700 Subject: rpms/tetex-elsevier/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608150825.k7F8Pupt001016@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv985/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tetex-elsevier --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 08:27:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:27:50 -0700 Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.7, 1.8 perl-PAR-Dist.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608150827.k7F8RqM5001197@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1154/devel Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 09:02:29 -0000 1.7 +++ .cvsignore 15 Aug 2006 08:27:50 -0000 1.8 @@ -1 +1 @@ -PAR-Dist-0.15.tar.gz +PAR-Dist-0.16.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-PAR-Dist.spec 29 Jul 2006 09:02:29 -0000 1.11 +++ perl-PAR-Dist.spec 15 Aug 2006 08:27:50 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 0.16-1 +- 0.16. + * Sat Jul 29 2006 Ville Skytt?? - 0.15-1 - 0.15. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 09:02:29 -0000 1.7 +++ sources 15 Aug 2006 08:27:50 -0000 1.8 @@ -1 +1 @@ -1f88366145d607a7c6fb91f88965759c PAR-Dist-0.15.tar.gz +d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:27:24 -0700 Subject: rpms/tetex-elsevier import.log,1.1,1.2 Message-ID: <200608150827.k7F8RuO3001200@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1108 Modified Files: import.log Log Message: auto-import tetex-elsevier-0.1.20060516-2 on branch devel from tetex-elsevier-0.1.20060516-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 08:25:54 -0000 1.1 +++ import.log 15 Aug 2006 08:27:23 -0000 1.2 @@ -0,0 +1 @@ +tetex-elsevier-0_1_20060516-2:HEAD:tetex-elsevier-0.1.20060516-2.src.rpm:1155630342 From fedora-extras-commits at redhat.com Tue Aug 15 08:27:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:27:49 -0700 Subject: rpms/perl-PAR-Dist/FC-5 .cvsignore, 1.7, 1.8 perl-PAR-Dist.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608150827.k7F8Rpdw001191@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1154/FC-5 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 09:02:22 -0000 1.7 +++ .cvsignore 15 Aug 2006 08:27:49 -0000 1.8 @@ -1 +1 @@ -PAR-Dist-0.15.tar.gz +PAR-Dist-0.16.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/perl-PAR-Dist.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-PAR-Dist.spec 29 Jul 2006 09:02:22 -0000 1.11 +++ perl-PAR-Dist.spec 15 Aug 2006 08:27:49 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 0.16-1 +- 0.16. + * Sat Jul 29 2006 Ville Skytt?? - 0.15-1 - 0.15. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 09:02:22 -0000 1.7 +++ sources 15 Aug 2006 08:27:49 -0000 1.8 @@ -1 +1 @@ -1f88366145d607a7c6fb91f88965759c PAR-Dist-0.15.tar.gz +d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:27:24 -0700 Subject: rpms/tetex-elsevier/devel elsart-harv.bst, NONE, 1.1 elsart-num.bst, NONE, 1.1 elsart.cls, NONE, 1.1 elsart1p.cls, NONE, 1.1 elsart3p.cls, NONE, 1.1 elsart5p.cls, NONE, 1.1 template-harv.tex, NONE, 1.1 template-num.tex, NONE, 1.1 tetex-elsevier-README.fedora, NONE, 1.1 tetex-elsevier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608150827.k7F8Ru3b001204@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1108/devel Modified Files: .cvsignore sources Added Files: elsart-harv.bst elsart-num.bst elsart.cls elsart1p.cls elsart3p.cls elsart5p.cls template-harv.tex template-num.tex tetex-elsevier-README.fedora tetex-elsevier.spec Log Message: auto-import tetex-elsevier-0.1.20060516-2 on branch devel from tetex-elsevier-0.1.20060516-2.src.rpm --- NEW FILE elsart-harv.bst --- %% %% This is file `elsart-harv.bst', %% generated with the docstrip utility. %% %% The original source files were: %% %% merlin.mbs (with options: `,ay,nat,nm-rev,ed-rev,dt-beg,yr-com,aymth,yrp-per,note-yr,jttl-rm,thtit-a,vnum-sp,volp-com,pp-last,jnm-x,btit-rm,bt-rm,pre-edn,url,url-nl,edpar,blk-tit,in-col,pp,ed,abr,ednx,ord,jabr,xand,em-x,nfss') %% After docstrip generation some manual changes were made (SP) %SP 2001/01/23 % Changed the pages output for inproceedings %SP 2001/07/25 % Add the leading space in format.vol.num.pages only if there is a volume %% ---------------------------------------- %% *** Author-date reference style for elsart *** %% $Id: elsart-harv.bst,v 1.1 2004/03/18 15:18:52 iowen Exp $ %% %% Copyright 1994-1999 Patrick W Daly % =============================================================== % IMPORTANT NOTICE: % This bibliographic style (bst) file has been generated from one or % more master bibliographic style (mbs) files, listed above. % % This generated file can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or any later version. % =============================================================== % Name and version information of the main mbs file: % \ProvidesFile{merlin.mbs}[1999/03/18 3.88 (PWD)] % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- % This bibliography style file is intended for texts in ENGLISH % This is an author-year citation style bibliography. As such, it is % non-standard LaTeX, and requires a special package file to function properly. % Such a package is natbib.sty by Patrick W. Daly % The form of the \bibitem entries is % \bibitem[Jones et al.(1990)]{key}... % \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}... % The essential feature is that the label (the part in brackets) consists % of the author names, as they should appear in the citation, with the year % in parentheses following. There must be no space before the opening % parenthesis! % With natbib v5.3, a full list of authors may also follow the year. % In natbib.sty, it is possible to define the type of enclosures that is % really wanted (brackets or parentheses), but in either case, there must % be parentheses in the label. % The \cite command functions as follows: % \citet{key} ==>> Jones et al. (1990) % \citet*{key} ==>> Jones, Baker, and Smith (1990) % \citep{key} ==>> (Jones et al., 1990) % \citep*{key} ==>> (Jones, Baker, and Smith, 1990) % \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2) % \citep[e.g.][]{key} ==>> (e.g. Jones et al., 1990) % \citep[e.g.][p. 32]{key} ==>> (e.g. Jones et al., p. 32) % \citeauthor{key} ==>> Jones et al. % \citeauthor*{key} ==>> Jones, Baker, and Smith % \citeyear{key} ==>> 1990 %--------------------------------------------------------------------- ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type url volume year } {} { label extra.label sort.label short.list } INTEGERS { output.state before.all mid.sentence after.sentence after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.sentence := #3 'after.block := } STRINGS { s t } FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { after.block 'output.state := } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } %SP 2003/07/25 % No longer used FUNCTION {add.blank} { " " * before.all 'output.state := } FUNCTION {date.block} { new.sentence } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { skip$ } FUNCTION {capitalize} { "u" change.case$ "t" change.case$ } FUNCTION {space.word} { " " swap$ * " " * } % Here are the language-specific definitions for explicit words. % Each function has a name bbl.xxx where xxx is the English word. % The language selected here is ENGLISH FUNCTION {bbl.and} { "and"} FUNCTION {bbl.etal} { "et~al." } FUNCTION {bbl.editors} { "Eds." } FUNCTION {bbl.editor} { "Ed." } FUNCTION {bbl.edby} { "edited by" } FUNCTION {bbl.edition} { "Edition" } FUNCTION {bbl.volume} { "Vol." } FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." } FUNCTION {bbl.nr} { "no." } FUNCTION {bbl.in} { "in" } FUNCTION {bbl.pages} { "pp." } FUNCTION {bbl.page} { "p." } FUNCTION {bbl.chapter} { "Ch." } FUNCTION {bbl.techrep} { "Tech. Rep." } FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } FUNCTION {bbl.first} { "1st" } FUNCTION {bbl.second} { "2nd" } FUNCTION {bbl.third} { "3rd" } FUNCTION {bbl.fourth} { "4th" } FUNCTION {bbl.fifth} { "5th" } FUNCTION {bbl.st} { "st" } FUNCTION {bbl.nd} { "nd" } FUNCTION {bbl.rd} { "rd" } FUNCTION {bbl.th} { "th" } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"Jun."} MACRO {jul} {"Jul."} MACRO {aug} {"Aug."} MACRO {sep} {"Sep."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} FUNCTION {eng.ord} { duplicate$ "1" swap$ * #-2 #1 substring$ "1" = { bbl.th * } { duplicate$ #-1 #1 substring$ duplicate$ "1" = { pop$ bbl.st * } { duplicate$ "2" = { pop$ bbl.nd * } { "3" = { bbl.rd * } { bbl.th * } if$ } if$ } if$ } if$ } MACRO {acmcs} {"ACM Comput. Surv."} MACRO {acta} {"Acta Inf."} MACRO {cacm} {"Commun. ACM"} MACRO {ibmjrd} {"IBM J. Res. Dev."} MACRO {ibmsj} {"IBM Syst.~J."} MACRO {ieeese} {"IEEE Trans. Softw. Eng."} MACRO {ieeetc} {"IEEE Trans. Comput."} MACRO {ieeetcad} {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} MACRO {ipl} {"Inf. Process. Lett."} MACRO {jacm} {"J.~ACM"} MACRO {jcss} {"J.~Comput. Syst. Sci."} MACRO {scp} {"Sci. Comput. Programming"} MACRO {sicomp} {"SIAM J. Comput."} MACRO {tocs} {"ACM Trans. Comput. Syst."} MACRO {tods} {"ACM Trans. Database Syst."} MACRO {tog} {"ACM Trans. Gr."} MACRO {toms} {"ACM Trans. Math. Softw."} MACRO {toois} {"ACM Trans. Office Inf. Syst."} MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} MACRO {tcs} {"Theoretical Comput. Sci."} FUNCTION {write.url} { url empty$ { skip$ } { "\newline\urlprefix\url{" url * "}" * write$ newline$ } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv~}{ll}{, jj}{, f.}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { "," * s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { " " * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.names.ed} { format.names } FUNCTION {format.key} { empty$ { key field.or.null } { "" } if$ } FUNCTION {format.authors} { author empty$ { "" } { author format.names } if$ } FUNCTION {format.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.in.editors} { editor empty$ { "" } { editor format.names.ed editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.note} { note empty$ { "" } { note #1 #1 substring$ duplicate$ "{" = 'skip$ { output.state mid.sentence = { "l" } { "u" } if$ change.case$ } if$ note #2 global.max$ substring$ * } if$ } FUNCTION {format.title} { title empty$ { "" } { title "t" change.case$ } if$ } FUNCTION {format.full.names} {'s := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv~}{ll}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { numnames #2 > { "," * } 'skip$ if$ s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { bbl.and space.word * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {author.editor.key.full} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } { author format.full.names } if$ } FUNCTION {author.key.full} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.full.names } if$ } FUNCTION {editor.key.full} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } FUNCTION {make.full.names} { type$ "book" = type$ "inbook" = or 'author.editor.key.full { type$ "proceedings" = 'editor.key.full 'author.key.full if$ } if$ } FUNCTION {output.bibitem} { newline$ "\bibitem[{" write$ label write$ ")" make.full.names duplicate$ short.list = { pop$ } { * } if$ "}]{" * write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {word.in} { bbl.in capitalize ":" * " " * } FUNCTION {format.date} { year duplicate$ empty$ { "empty year in " cite$ * "; set to ????" * warning$ pop$ "????" } 'skip$ if$ month empty$ 'skip$ { month " " * swap$ * } if$ extra.label * before.all 'output.state := ", " swap$ * } FUNCTION {format.btitle} { title } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { bbl.volume volume tie.or.space.connect series empty$ 'skip$ { bbl.of space.word * series emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { output.state mid.sentence = { bbl.number } { bbl.number capitalize } if$ number tie.or.space.connect series empty$ { "there's a number but no series in " cite$ * warning$ } { bbl.in space.word * series * } if$ } if$ } { "" } if$ } FUNCTION {is.num} { chr.to.int$ duplicate$ "0" chr.to.int$ < not swap$ "9" chr.to.int$ > not and } FUNCTION {extract.num} { duplicate$ 't := "" 's := { t empty$ not } { t #1 #1 substring$ t #2 global.max$ substring$ 't := duplicate$ is.num { s swap$ * 's := } { pop$ "" 't := } if$ } while$ s empty$ 'skip$ { pop$ s } if$ } FUNCTION {convert.edition} { edition extract.num "l" change.case$ 's := s "first" = s "1" = or { bbl.first 't := } { s "second" = s "2" = or { bbl.second 't := } { s "third" = s "3" = or { bbl.third 't := } { s "fourth" = s "4" = or { bbl.fourth 't := } { s "fifth" = s "5" = or { bbl.fifth 't := } { s #1 #1 substring$ is.num { s eng.ord 't := } { edition 't := } if$ } if$ } if$ } if$ } if$ } if$ t } FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = { convert.edition "l" change.case$ " " * bbl.edition * } { convert.edition "t" change.case$ " " * bbl.edition * } if$ } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages empty$ { "" } { pages multi.page.check { bbl.pages pages n.dashify tie.or.space.connect } { bbl.page pages tie.or.space.connect } if$ } if$ } FUNCTION {format.journal.pages} { pages empty$ 'skip$ { duplicate$ empty$ { pop$ format.pages } { ", " * pages n.dashify * } if$ } if$ } %SP 2001/01/23 % Only used in articles FUNCTION {format.vol.num.pages} { %SP 2001/01/23 % Add the leading space only if there is a volume % volume field.or.null " " volume empty$ { pop$ "" } { volume * } if$ number empty$ 'skip$ { "~(" number * ")" * * volume empty$ { "there's a number but no volume in " cite$ * warning$ } 'skip$ if$ } if$ } FUNCTION {format.chapter.pages} { chapter empty$ { "" } { type empty$ { bbl.chapter } { type "l" change.case$ } if$ chapter tie.or.space.connect } if$ } FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { editor empty$ { word.in booktitle * } { word.in format.in.editors * ", " * booktitle * } if$ } if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ type "t" change.case$ } if$ } FUNCTION {format.tr.number} { type empty$ { bbl.techrep } 'type if$ number empty$ { "t" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.article.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ word.in } { bbl.volume capitalize volume tie.or.space.connect bbl.of space.word * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.org.or.pub} { 't := "" address empty$ t empty$ and 'skip$ { t empty$ { address empty$ 'skip$ { address * } if$ } { t * address empty$ 'skip$ { ", " * address * } if$ } if$ } if$ } FUNCTION {format.publisher.address} { publisher empty$ { "empty publisher in " cite$ * warning$ "" } { publisher } if$ format.org.or.pub } FUNCTION {format.organization.address} { organization empty$ { "" } { organization } if$ format.org.or.pub } FUNCTION {article} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { journal "journal" output.check %SP 2001/01/23 % Add the space in format.vol.num.pages % add.blank before.all 'output.state := format.vol.num.pages output } { format.article.crossref output.nonnull format.pages output } if$ format.journal.pages format.note output fin.entry write.url } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.date "year" output.check date.block format.btitle "title" output.check crossref missing$ { format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output } { new.sentence format.book.crossref output.nonnull } if$ format.note output fin.entry write.url } FUNCTION {booklet} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence howpublished output address output format.note output fin.entry write.url } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.date "year" output.check date.block format.btitle "title" output.check crossref missing$ { format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output format.chapter.pages "chapter and pages" output.check } { format.chapter.pages "chapter and pages" output.check new.sentence format.book.crossref output.nonnull } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {incollection} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output format.chapter.pages output } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output new.sentence format.bvolume output format.number.series output new.sentence publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ %SP 2001/01/23 % format.pages output } { format.incoll.inproc.crossref output.nonnull %SP 2001/01/23 % format.pages output } if$ %SP 2001/01/23 format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.btitle "title" output.check new.sentence organization output address output format.edition output format.note output fin.entry write.url } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence bbl.mthesis format.thesis.type output.nonnull school "school" output.check address output format.note output fin.entry write.url } FUNCTION {misc} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.title output new.sentence howpublished output format.note output fin.entry write.url } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence bbl.phdthesis format.thesis.type output.nonnull school "school" output.check address output format.note output fin.entry write.url } FUNCTION {proceedings} { output.bibitem format.editors output editor format.key output format.date "year" output.check date.block format.btitle "title" output.check new.sentence format.bvolume output format.number.series output new.sentence publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ format.note output fin.entry write.url } FUNCTION {techreport} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence format.tr.number output.nonnull institution "institution" output.check address output format.note output fin.entry write.url } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check format.note "note" output.check fin.entry write.url } FUNCTION {default.type} { misc } READ FUNCTION {sortify} { purify$ "l" change.case$ } INTEGERS { len } FUNCTION {chop.word} { 's := 'len := s #1 len substring$ = { s len #1 + global.max$ substring$ } 's if$ } FUNCTION {format.lab.names} { 's := s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > { pop$ " " * bbl.etal * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " " * bbl.etal * } { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {author.key.label} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.lab.names } if$ } FUNCTION {author.editor.key.label} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } { author format.lab.names } if$ } FUNCTION {editor.key.label} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } FUNCTION {calc.short.authors} { type$ "book" = type$ "inbook" = or 'author.editor.key.label { type$ "proceedings" = 'editor.key.label 'author.key.label if$ } if$ 'short.list := } FUNCTION {calc.label} { calc.short.authors short.list "(" * year duplicate$ empty$ { pop$ "????" } 'skip$ if$ * 'label := } FUNCTION {sort.format.names} { 's := #1 'nameptr := "" s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := nameptr #1 > { " " * namesleft #1 = t "others" = and { "zzzzz" * } { t sortify * } if$ } { t sortify * } if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {sort.format.title} { 't := "A " #2 "An " #3 "The " #4 t chop.word chop.word chop.word sortify #1 global.max$ substring$ } FUNCTION {author.sort} { author empty$ { key empty$ { "to sort, need author or key in " cite$ * warning$ "" } { key sortify } if$ } { author sort.format.names } if$ } FUNCTION {author.editor.sort} { author empty$ { editor empty$ { key empty$ { "to sort, need author, editor, or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } { author sort.format.names } if$ } FUNCTION {editor.sort} { editor empty$ { key empty$ { "to sort, need editor or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } FUNCTION {presort} { calc.label label sortify " " * type$ "book" = type$ "inbook" = or 'author.editor.sort { type$ "proceedings" = 'editor.sort 'author.sort if$ } if$ #1 entry.max$ substring$ 'sort.label := sort.label * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {presort} SORT STRINGS { last.label next.extra } INTEGERS { last.extra.num number.label } FUNCTION {initialize.extra.label.stuff} { #0 int.to.chr$ 'last.label := "" 'next.extra := #0 'last.extra.num := #0 'number.label := } FUNCTION {forward.pass} { last.label label = { last.extra.num #1 + 'last.extra.num := last.extra.num int.to.chr$ 'extra.label := } { "a" chr.to.int$ 'last.extra.num := "" 'extra.label := label 'last.label := } if$ number.label #1 + 'number.label := } FUNCTION {reverse.pass} { next.extra "b" = { "a" 'extra.label := } 'skip$ if$ extra.label 'next.extra := extra.label duplicate$ empty$ 'skip$ { "{\natexlab{" swap$ * "}}" * } if$ 'extra.label := label extra.label * 'label := } EXECUTE {initialize.extra.label.stuff} ITERATE {forward.pass} REVERSE {reverse.pass} FUNCTION {bib.sort.order} { sort.label " " * year field.or.null sortify * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {bib.sort.order} SORT FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ " \def\url#1{\texttt{#1}}\fi" write$ newline$ "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% End of customized bst file %% %% End of file `elsart-harv.bst'. --- NEW FILE elsart-num.bst --- %% %% This is file `elsart-num.bst', %% generated with the docstrip utility. %% %% The original source files were: %% %% merlin.mbs (with options: `,seq-no,nm-init,ed-au,dt-end,yr-par,yrp-x,jttl-rm,thtit-a,vnum-sp,volp-blk,jdt-p,pp-last,jnm-x,btit-rm,bt-rm,pub-date,pub-xpar,pre-edn,url,url-nl,edpar,blk-com,in-col,pp,ed,abr,ednx,ord,jabr,and-xcom,xand,em-x,nfss') %% After docstrip generation some manual changes were made (SP) %SP 2001/01/23 % Changed the pages output for inproceedings %SP 2001/07/25 % Add the leading space in format.vol.num.pages only if there is a volume %% ---------------------------------------- %% *** Numerical reference style for elsart *** %% $Id: elsart-num.bst,v 1.1 2004/03/18 15:18:53 iowen Exp $ %% %% Copyright 1994-1999 Patrick W Daly % =============================================================== % IMPORTANT NOTICE: % This bibliographic style (bst) file has been generated from one or % more master bibliographic style (mbs) files, listed above. % % This generated file can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or any later version. % =============================================================== % Name and version information of the main mbs file: % \ProvidesFile{merlin.mbs}[1999/03/18 3.88 (PWD)] % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- % This bibliography style file is intended for texts in ENGLISH % This is a numerical citation style, and as such is standard LaTeX. % It requires no extra package to interface to the main text. % The form of the \bibitem entries is % \bibitem{key}... % Usage of \cite is as follows: % \cite{key} ==>> [#] % \cite[chap. 2]{key} ==>> [#, chap. 2] % where # is a number determined by the ordering in the reference list. % The order in the reference list is that by which the works were originally % cited in the text, or that in the database. %--------------------------------------------------------------------- ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type url volume year } {} { label } INTEGERS { output.state before.all mid.sentence after.sentence after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.sentence := #3 'after.block := } STRINGS { s t } FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { after.block 'output.state := } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } %SP 2003/07/25 % No longer used FUNCTION {add.blank} { " " * before.all 'output.state := } FUNCTION {date.block} { add.blank } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checka} { empty$ 'skip$ 'new.block if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {new.sentence.checka} { empty$ 'skip$ 'new.sentence if$ } FUNCTION {new.sentence.checkb} { empty$ swap$ empty$ and 'skip$ 'new.sentence if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { skip$ } FUNCTION {capitalize} { "u" change.case$ "t" change.case$ } FUNCTION {space.word} { " " swap$ * " " * } % Here are the language-specific definitions for explicit words. % Each function has a name bbl.xxx where xxx is the English word. % The language selected here is ENGLISH FUNCTION {bbl.and} { "and"} FUNCTION {bbl.etal} { "et~al." } FUNCTION {bbl.editors} { "Eds." } FUNCTION {bbl.editor} { "Ed." } FUNCTION {bbl.edby} { "edited by" } FUNCTION {bbl.edition} { "Edition" } FUNCTION {bbl.volume} { "Vol." } FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." } FUNCTION {bbl.nr} { "no." } FUNCTION {bbl.in} { "in" } FUNCTION {bbl.pages} { "pp." } FUNCTION {bbl.page} { "p." } FUNCTION {bbl.chapter} { "Ch." } FUNCTION {bbl.techrep} { "Tech. Rep." } FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } FUNCTION {bbl.first} { "1st" } FUNCTION {bbl.second} { "2nd" } FUNCTION {bbl.third} { "3rd" } FUNCTION {bbl.fourth} { "4th" } FUNCTION {bbl.fifth} { "5th" } FUNCTION {bbl.st} { "st" } FUNCTION {bbl.nd} { "nd" } FUNCTION {bbl.rd} { "rd" } FUNCTION {bbl.th} { "th" } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"Jun."} MACRO {jul} {"Jul."} MACRO {aug} {"Aug."} MACRO {sep} {"Sep."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} FUNCTION {eng.ord} { duplicate$ "1" swap$ * #-2 #1 substring$ "1" = { bbl.th * } { duplicate$ #-1 #1 substring$ duplicate$ "1" = { pop$ bbl.st * } { duplicate$ "2" = { pop$ bbl.nd * } { "3" = { bbl.rd * } { bbl.th * } if$ } if$ } if$ } if$ } MACRO {acmcs} {"ACM Comput. Surv."} MACRO {acta} {"Acta Inf."} MACRO {cacm} {"Commun. ACM"} MACRO {ibmjrd} {"IBM J. Res. Dev."} MACRO {ibmsj} {"IBM Syst.~J."} MACRO {ieeese} {"IEEE Trans. Softw. Eng."} MACRO {ieeetc} {"IEEE Trans. Comput."} MACRO {ieeetcad} {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} MACRO {ipl} {"Inf. Process. Lett."} MACRO {jacm} {"J.~ACM"} MACRO {jcss} {"J.~Comput. Syst. Sci."} MACRO {scp} {"Sci. Comput. Programming"} MACRO {sicomp} {"SIAM J. Comput."} MACRO {tocs} {"ACM Trans. Comput. Syst."} MACRO {tods} {"ACM Trans. Database Syst."} MACRO {tog} {"ACM Trans. Gr."} MACRO {toms} {"ACM Trans. Math. Softw."} MACRO {toois} {"ACM Trans. Office Inf. Syst."} MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} MACRO {tcs} {"Theoretical Comput. Sci."} FUNCTION {write.url} { url empty$ { skip$ } { "\newline\urlprefix\url{" url * "}" * write$ newline$ } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { "," * s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { " " * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.names.ed} { format.names } FUNCTION {format.authors} { author empty$ { "" } { author format.names } if$ } FUNCTION {format.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.in.editors} { editor empty$ { "" } { editor format.names.ed editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.note} { note empty$ { "" } { note #1 #1 substring$ duplicate$ "{" = 'skip$ { output.state mid.sentence = { "l" } { "u" } if$ change.case$ } if$ note #2 global.max$ substring$ * } if$ } FUNCTION {format.title} { title empty$ { "" } { title "t" change.case$ } if$ } FUNCTION {output.bibitem} { newline$ "\bibitem{" write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {word.in} { bbl.in ":" * " " * } FUNCTION {format.date} { year empty$ { month empty$ { "" } { "there's a month but no year in " cite$ * warning$ month } if$ } { month empty$ 'year { month " " * year * } if$ } if$ duplicate$ empty$ 'skip$ { before.all 'output.state := " (" swap$ * ")" * } if$ } FUNCTION{format.year} { year duplicate$ empty$ { "empty year in " cite$ * warning$ pop$ "" } { "(" swap$ * ")" * } if$ } FUNCTION {format.btitle} { title } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { bbl.volume volume tie.or.space.connect series empty$ 'skip$ { bbl.of space.word * series emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { output.state mid.sentence = { bbl.number } { bbl.number capitalize } if$ number tie.or.space.connect series empty$ { "there's a number but no series in " cite$ * warning$ } { bbl.in space.word * series * } if$ } if$ } { "" } if$ } FUNCTION {is.num} { chr.to.int$ duplicate$ "0" chr.to.int$ < not swap$ "9" chr.to.int$ > not and } FUNCTION {extract.num} { duplicate$ 't := "" 's := { t empty$ not } { t #1 #1 substring$ t #2 global.max$ substring$ 't := duplicate$ is.num { s swap$ * 's := } { pop$ "" 't := } if$ } while$ s empty$ 'skip$ { pop$ s } if$ } FUNCTION {convert.edition} { edition extract.num "l" change.case$ 's := s "first" = s "1" = or { bbl.first 't := } { s "second" = s "2" = or { bbl.second 't := } { s "third" = s "3" = or { bbl.third 't := } { s "fourth" = s "4" = or { bbl.fourth 't := } { s "fifth" = s "5" = or { bbl.fifth 't := } { s #1 #1 substring$ is.num { s eng.ord 't := } { edition 't := } if$ } if$ } if$ } if$ } if$ } if$ t } FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = { convert.edition "l" change.case$ " " * bbl.edition * } { convert.edition "t" change.case$ " " * bbl.edition * } if$ } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages empty$ { "" } { pages multi.page.check { bbl.pages pages n.dashify tie.or.space.connect } { bbl.page pages tie.or.space.connect } if$ } if$ } FUNCTION {format.journal.pages} { pages empty$ 'skip$ { duplicate$ empty$ { pop$ format.pages } { " " * format.year * " " * pages n.dashify * } if$ } if$ } %SP 2001/01/23 % Only used in articles FUNCTION {format.vol.num.pages} { %SP 2001/01/23 % Add the leading space only if there is a volume % volume field.or.null " " volume empty$ { pop$ "" } { volume * } if$ number empty$ 'skip$ { "~(" number * ")" * * volume empty$ { "there's a number but no volume in " cite$ * warning$ } 'skip$ if$ } if$ } FUNCTION {format.chapter.pages} { chapter empty$ { "" } { type empty$ { bbl.chapter } { type "l" change.case$ } if$ chapter tie.or.space.connect } if$ } FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { editor empty$ { word.in booktitle * } { word.in format.in.editors * ", " * booktitle * } if$ } if$ } FUNCTION {empty.misc.check} { author empty$ title empty$ howpublished empty$ month empty$ year empty$ note empty$ and and and and and { "all relevant fields are empty in " cite$ * warning$ } 'skip$ if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ type "t" change.case$ } if$ } FUNCTION {format.tr.number} { type empty$ { bbl.techrep } 'type if$ number empty$ { "t" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.article.crossref} { key empty$ { journal empty$ { "need key or journal for " cite$ * " to crossref " * crossref * warning$ "" } { word.in journal emphasize * } if$ } { word.in key * " " *} if$ " \cite{" * crossref * "}" * } FUNCTION {format.crossref.editor} { editor #1 "{vv~}{ll}" format.name$ editor num.names$ duplicate$ #2 > { pop$ " " * bbl.etal * } { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " " * bbl.etal * } { bbl.and space.word * editor #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ word.in } { bbl.volume volume tie.or.space.connect bbl.of space.word * } if$ editor empty$ editor field.or.null author field.or.null = or { key empty$ { series empty$ { "need editor, key, or series for " cite$ * " to crossref " * crossref * warning$ "" * } { series emphasize * } if$ } { key * } if$ } { format.crossref.editor * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { editor empty$ editor field.or.null author field.or.null = or { key empty$ { booktitle empty$ { "need editor, key, or booktitle for " cite$ * " to crossref " * crossref * warning$ "" } { word.in booktitle * } if$ } { word.in key * " " *} if$ } { word.in format.crossref.editor * " " *} if$ " \cite{" * crossref * "}" * } FUNCTION {format.org.or.pub} { 't := "" year empty$ { "empty year in " cite$ * warning$ } 'skip$ if$ address empty$ t empty$ and year empty$ and 'skip$ { t empty$ { address empty$ 'skip$ { address * } if$ } { t * address empty$ 'skip$ { ", " * address * } if$ } if$ year empty$ 'skip$ { t empty$ address empty$ and 'skip$ { ", " * } if$ year * } if$ } if$ } FUNCTION {format.publisher.address} { publisher empty$ { "empty publisher in " cite$ * warning$ "" } { publisher } if$ format.org.or.pub } FUNCTION {format.organization.address} { organization empty$ { "" } { organization } if$ format.org.or.pub } FUNCTION {article} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { journal "journal" output.check %SP 2001/01/23 % Add the space in format.vol.num.pages % add.blank before.all 'output.state := format.vol.num.pages output } { format.article.crossref output.nonnull format.pages output } if$ format.journal.pages format.note output fin.entry write.url } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.edition output format.bvolume output format.number.series output format.publisher.address output } { format.book.crossref output.nonnull } if$ format.note output fin.entry write.url } FUNCTION {booklet} { output.bibitem format.authors output format.title "title" output.check howpublished output address output format.note output format.date output fin.entry write.url } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.edition output format.bvolume output format.number.series output format.publisher.address output format.chapter.pages "chapter and pages" output.check } { format.chapter.pages "chapter and pages" output.check format.book.crossref output.nonnull } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {incollection} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output format.bvolume output format.number.series output format.publisher.address output format.chapter.pages output } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output format.bvolume output format.number.series output publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ %SP 2001/01/23 % format.pages output } { format.incoll.inproc.crossref output.nonnull %SP 2001/01/23 % format.pages output } if$ %SP 2001/01/23 format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem author empty$ { organization empty$ 'skip$ { organization output.nonnull address output } if$ } { format.authors output.nonnull } if$ format.btitle "title" output.check author empty$ { organization empty$ { address output } 'skip$ if$ } { organization output address output } if$ format.edition output format.note output format.date output fin.entry write.url } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check format.title "title" output.check bbl.mthesis format.thesis.type output.nonnull school "school" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {misc} { output.bibitem format.authors output format.title output howpublished output format.note output format.date output fin.entry write.url empty.misc.check } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check format.title "title" output.check bbl.phdthesis format.thesis.type output.nonnull school "school" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {proceedings} { output.bibitem editor empty$ { organization output } { format.editors output.nonnull } if$ format.btitle "title" output.check format.bvolume output format.number.series output editor empty$ { publisher empty$ 'skip$ { format.publisher.address output } if$ } { publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ } if$ format.note output % format.date "year" output.check fin.entry write.url } FUNCTION {techreport} { output.bibitem format.authors "author" output.check format.title "title" output.check format.tr.number output.nonnull institution "institution" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check format.title "title" output.check format.note "note" output.check format.date output fin.entry write.url } FUNCTION {default.type} { misc } READ STRINGS { longest.label } INTEGERS { number.label longest.label.width } FUNCTION {initialize.longest.label} { "" 'longest.label := #1 'number.label := #0 'longest.label.width := } FUNCTION {longest.label.pass} { number.label int.to.str$ 'label := number.label #1 + 'number.label := label width$ longest.label.width > { label 'longest.label := label width$ 'longest.label.width := } 'skip$ if$ } EXECUTE {initialize.longest.label} ITERATE {longest.label.pass} FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\begin{thebibliography}{" longest.label * "}" * write$ newline$ "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ " \def\url#1{\texttt{#1}}\fi" write$ newline$ "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% End of customized bst file %% %% End of file `elsart-num.bst'. --- NEW FILE elsart.cls --- %% %% This is file `elsart.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsart,ONECOL,DEEPLIST') %% %% elsart.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\@shortjnl{\relax} \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \newif\if at TwoColumn \newif\if at seceqn \newif\if at secthm \newif\if at nameyear \newif\if at Elproofing \@Elproofingfalse \DeclareOption{12pt}{} \DeclareOption{11pt}{} \DeclareOption{10pt}{} \DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse} \DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue} \@twocolumnfalse \DeclareOption{onecolumn}{\@twocolumnfalse\@TwoColumnfalse} \DeclareOption{twocolumn}{\@twocolumntrue\@TwoColumntrue} \newif\if at narrowdisplay \@narrowdisplayfalse \DeclareOption{narrowdisplay}{\@narrowdisplaytrue} \newif\if at draft\@draftfalse \DeclareOption{draft}{% \@drafttrue \overfullrule 5\p@ % to indicate overfull boxes } \DeclareOption{final}{% \@draftfalse \overfullrule \z@ } \let\snm\relax \let\cty\relax \let\cny\relax\let\jr\relax \newif\if at ussrhead \@ussrheadfalse \DeclareOption{ussrhead}{\@ussrheadtrue} \@seceqnfalse % Default: equation numbering is not \DeclareOption{seceqn}{\@seceqntrue} % reset at beginning of each section \@secthmfalse \DeclareOption{secthm}{\@secthmtrue} \@nameyearfalse \DeclareOption{nameyear}{\@nameyeartrue} \def\@blstr{1} \DeclareOption{doublespacing}{\def\@blstr{1.7}} \DeclareOption{reviewcopy}{\def\@blstr{1.7}} \newif\if at symbold\@symboldfalse \DeclareOption{symbold}{\@symboldtrue} \newif\if at amsthm\@amsthmfalse \DeclareOption{amsthm}{\@amsthmtrue} \ExecuteOptions{oneside} \ExecuteOptions{onecolumn,final} \ProcessOptions \if at TwoColumn\@narrowdisplayfalse\fi \if at draft\else\@narrowdisplayfalse\fi \def\@pagenumprefix{} \def\author at font{} \def\partname{Part} \def\appendixname{Appendix} \def\contentsname{Contents} \def\listfigurename{List of Figures} \def\listtablename{List of Tables} \def\refname{References} \def\indexname{Index} \def\figurename{Fig.} \def\tablename{Table} \def\abstractname{Abstract} \lineskip 1\p@ \normallineskip 1\p@ \def\baselinestretch{1} \frenchspacing \def\cropwidth{297mm} \def\cropheight{210mm} \def\cropleft{0mm} \def\croptop{0mm} \def\FullCopyrightText{} \def\copyrightholder#1{\def\@copyrightholder{#1}} \newdimen\@frontmatterwidth \def\@overtitleskip{69\p@} \def\@overhistoryskip{\z@} \def\@undertitleskip{\z@} \def\@overkeywordskip{12\p@} \def\@overabstractskip{8\p@} \def\@overcaptionskip{8\p@} \def\@preabstractskip{24\p@ \@plus 6\p@ \@minus 3\p@} \def\@belowfmskip{18\p@} \def\@bibliosize{\small} \def\@historysize{\small} \def\@keywordsize{\small} \def\@overaddressskip{2pt} \def\@titlesize{\Large\bfseries} \def\@bibitemsep{0.3\@bls \@plus 0.1\@bls \@minus 0.1\@bls} \def\@authorsize{\large} \def\@keywordheading{{\it Key words: \ }} \def\@addressstyle{\small\itshape} \def\@captionsize{\small} \def\@tablecaptionsize{\@captionsize} \def\@figurecaptionsize{\@captionsize} \def\@tablesize{\small} \def\@keywordwidth{.8\textwidth} \def\@abstractwidth{.8\textwidth} \def\@fignumfont#1{#1} \def\@secnumfont#1{\upshape} \def\@catchlinesize{\footnotesize} \def\@runheadsize{\normalsize} \def\@narrowdisplaywidth{259pt} \def\etal{et al.} \def\AND{\&} \def\@Colofonheight{1cm} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xiipt{14.5}% \abovedisplayskip 12\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@xipt{13.6}% \abovedisplayskip 11\p@ \@plus3\p@ minus6\p@ \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus3\p@ \belowdisplayshortskip 6.5\p@ \@plus3.5\p@ minus3\p@ \def\@listi{\leftmargin\leftmargini \parsep 4.5\p@ \@plus2\p@ minus\p@ \itemsep \parsep \topsep 9\p@ \@plus3\p@ minus5\p@}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xivpt{18}} \def\Large{\@setfontsize\Large\@xviipt{22}} \def\LARGE{\@setfontsize\LARGE\@xxpt{22}} \def\huge{\@setfontsize\huge\@xxvpt{27}} \let\Huge=\huge \normalsize % Choose the normalsize font. \newdimen\@bls % Several dimensions are \@bls=\baselineskip % expressed in terms of this. \if at twoside % Values for two-sided printing: \oddsidemargin 20\p@ % Left margin on odd-numbered pages. \evensidemargin 20\p@ % Left margin on even-numbered pages. \marginparwidth 10\p@ % \@Width of marginal notes. \else % Values for one-sided printing: \oddsidemargin 20\p@ % Left margin on odd-numbered pages. \evensidemargin 20\p@ % Left margin on even-numbered pages. \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight \z@ % \@Height of box containing running head. \headsep \z@ % Space between running head and text. \footskip 40\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \@tempdima=651pt \advance\@tempdima -\topskip \@tempcnta=\@tempdima \@tempdimb=\@blstr\@bls \@tempcntb=\@tempdimb \divide\@tempcnta\@tempcntb \textheight\@tempdimb \multiply\textheight\@tempcnta \advance\textheight\topskip \textwidth 33pc % \@Width of text line. % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 8.4\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip 1pc \@plus 1\p@ % Extra vertical space between paragraphs. \parindent \z@ % Indentation of each paragraph. \newskip\eqntopsep % Extra vertical space, in addition to \eqntopsep 12\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \newdimen\eqnarraycolsep % Half the space between columns \eqnarraycolsep 1\p@ % in an \eqnarray. \@lowpenalty 51 % Produced by \nopagebreak[1] or \nolinebreak[1] \@medpenalty 151 % Produced by \nopagebreak[2] or \nolinebreak[2] \@highpenalty 301 % Produced by \nopagebreak[3] or \nolinebreak[3] \@beginparpenalty -\@lowpenalty % Before a list or paragraph environment. \@endparpenalty -\@lowpenalty % After a list or paragraph environment. \@itempenalty -\@lowpenalty % Between list items. \def\section{\@startsection{section}{1}{\z@}{1.5\@bls \@plus .4\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries}} \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalsize\bfseries}} \setcounter{secnumdepth}{4} \def\half at em{\hskip 0.5em} \def\lb at part{PART \thepart.\half at em} \def\lb at empty@part{PART \thepart} \def\lb at section{\thesection.\half at em} \def\lb at empty@section{\thesection} \def\lb at subsection{\thesubsection.\half at em} \def\lb at empty@subsection{\thesubsection} \def\lb at subsubsection{\thesubsubsection.\half at em} \def\lb at empty@subsubsection{\thesubsubsection} \def\lb at paragraph{\theparagraph.\half at em} \def\lb at empty@paragraph{\theparagraph} \def\lb at subparagraph{\thesubparagraph.\half at em} \def\lb at empty@subparagraph{\thesubparagraph} \def\head at format#1#2{#2} \def\head at style{\interlinepenalty\@M \hyphenpenalty\@M \exhyphenpenalty\@M \rightskip \z@ \@plus 0.5\hsize \relax } \def\app at number#1{\setcounter{#1}{0}% \@addtoreset{#1}{section}% \@namedef{the#1}{\thesection.\arabic{#1}}} \def\appendix{\@ifstar{\appendix at star}{\appendix at nostar}} \def\appendix at nostar{% \def\lb at section{\appendixname\ \thesection.\half at em} \def\lb at empty@section{\appendixname\ \thesection} \setcounter{section}{0}\def\thesection{\Alph{section}}% \setcounter{subsection}{0}% \setcounter{subsubsection}{0}% \setcounter{paragraph}{0}% \app at number{equation}\app at number{figure}\app at number{table}} \def\appendix at star{% \def\lb at section{\appendixname}\let\lb at empty@section\lb at section \setcounter{section}{0}\def\thesection{\Alph{section}}% \setcounter{subsection}{0}% \setcounter{subsubsection}{0}% \setcounter{paragraph}{0}% \app at number{equation}\app at number{figure}\app at number{table}} \def\ack{\section*{Acknowledgements}% \addtocontents{toc}{\protect\vspace{6pt}}% \addcontentsline{toc}{section}{Acknowledgements}% } \@namedef{ack*}{\par\vskip 3.0ex \@plus 1.0ex \@minus 1.0ex} \let\endack\par \@namedef{endack*}{\par} \newdimen\labelwidthi \newdimen\labelwidthii \newdimen\labelwidthiii \newdimen\labelwidthiv \def\normal at labelsep{0.5em} \labelsep\normal at labelsep \settowidth{\labelwidthi}{(iii)} \settowidth{\labelwidthii}{(d)} \settowidth{\labelwidthiii}{(iii)} \settowidth{\labelwidthiv}{(M)} \leftmargini\labelwidthi \advance\leftmargini\labelsep \leftmarginii\labelwidthii \advance\leftmarginii\labelsep \leftmarginiii\labelwidthiii \advance\leftmarginiii\labelsep \leftmarginiv\labelwidthiv \advance\leftmarginiv\labelsep \def\setleftmargin#1#2{\settowidth{\@tempdima}{#2}\labelsep\normal at labelsep \csname labelwidth#1\endcsname\@tempdima \@tempdimb\@tempdima \advance\@tempdimb\labelsep \csname leftmargin#1\endcsname\@tempdimb} \def\@listI{\leftmargin\leftmargini \labelwidth\labelwidthi \labelsep\normal at labelsep \topsep \z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listii{\leftmargin\leftmarginii \labelwidth\labelwidthii \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listiii{\leftmargin\leftmarginiii \labelwidth\labelwidthiii \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listiv{\leftmargin\leftmarginiv \labelwidth\labelwidthiv \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \let\@listi\@listI \@listi \def\left at label#1{{#1}\hss} \def\right at label#1{\hss\llap{#1}} \def\thick at label#1{\hspace\labelsep #1} \newcount\@maxlistdepth \@maxlistdepth=4 \def\labelitemi{$\bullet$} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\arabic{enumi}} \def\labelenumii{(\alph{enumii})} \def\theenumii{\theenumi\alph{enumii}} \def\labelenumiii{(\roman{enumiii})}\def\theenumiii{\theenumii.\roman{enumiii}} \def\labelenumiv{(\Alph{enumiv})} \def\theenumiv{\theenumiii.\Alph{enumiv}} \def\enumerate{% \ifnum \@enumdepth >\@maxlistdepth \@toodeep \else \advance\@enumdepth \@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \list{\csname label\@enumctr\endcsname}% {\usecounter{\@enumctr} \let\makelabel=\right at label} \fi} \def\itemize{% \ifnum \@itemdepth >\@maxlistdepth \@toodeep \else \advance\@itemdepth \@ne \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% \setleftmargin{i}{--}% \setleftmargin{ii}{$\cdot$}% \list{\csname\@itemitem\endcsname}% {\let\makelabel\right at label} \fi} \def\verse{\let\\=\@centercr \list{}{\itemsep\z@ \itemindent \z@ \listparindent\z@ \rightmargin 1em \leftmargin \rightmargin}\item[]} \let\endverse\endlist \def\quotation{\list{}{\itemindent\z@ \leftmargin 1em \rightmargin \z@ \parsep \z@ \@plus 1pt}\item[]} \let\endquotation=\endlist \def\quote{\list{}{\itemindent\z@ \leftmargin 1em \rightmargin \z@}% \item[]} \let\endquote=\endlist \def\descriptionlabel#1{\hspace\labelsep \bfseries #1} \def\description{\list{}{\labelwidth\z@ \leftmargin 1em \itemindent-\leftmargin \let\makelabel\descriptionlabel}} \let\enddescription\endlist \def\@atfmtname{atlplain} \ifx\fmtname\@atfmtname \def\neq{\not\nobreak\mkern -2mu =}% \let\ne\neq \fi \def\operatorname#1{\mathop{\mathrm{#1}}\nolimits} \def\lefteqn#1{\hbox to\z@{$\displaystyle {#1}$\hss}} \newskip\eqnbaselineskip % Standard interline spacing in an {eqnarray} \jot=2\p@ \newskip\eqnlineskip % Minimal space between the bottom of % a line and the top of the next line. \eqnbaselineskip=14\p@ \eqnlineskip=2\p@ \newdimen\mathindent \if at TwoColumn \mathindent 0em \else \mathindent 2em \fi \if at narrowdisplay \def\calcmathindent{% \mathindent\linewidth\relax \advance\mathindent-\@narrowdisplaywidth} \else \let\calcmathindent\relax \fi \def\[{\relax\ifmmode\@badmath \else%\bgroup removed on request from BW (1993-05-17) \@beginparpenalty\predisplaypenalty \@endparpenalty\postdisplaypenalty \calcmathindent \begin{trivlist}\@topsep \eqntopsep % used by first \item \@topsepadd \eqntopsep % used by \@endparenv \item[]\leavevmode \hbox to\linewidth\bgroup$ \displaystyle \hskip\mathindent\bgroup\fi} \def\]{\relax\ifmmode \egroup $\hfil \egroup \end{trivlist}% \egroup removed on request from BW (1993-05-17) \else \@badmath \fi} \def\equation{\@beginparpenalty\predisplaypenalty \@endparpenalty\postdisplaypenalty \refstepcounter{equation}\trivlist \@topsep \eqntopsep % used by first \item \@topsepadd \eqntopsep % used by \@endparenv \calcmathindent \item[]\leavevmode \hbox to\linewidth\bgroup $ \displaystyle \hskip\mathindent\bgroup} \def\endequation{\egroup$\hfil \displaywidth\linewidth \@eqnnum\egroup \endtrivlist} \def\eqnarray{% \par %BW \noindent %BW \baselineskip\eqnbaselineskip\lineskip\eqnlineskip %BW \lineskiplimit\eqnlineskip %BW \calcmathindent \stepcounter{equation}% \let\@currentlabel=\theequation \global\@eqnswtrue \global\@eqcnt\z@ \tabskip\mathindent \let\\=\@eqncr \abovedisplayskip\eqntopsep\ifvmode\advance\abovedisplayskip\partopsep\fi \belowdisplayskip\abovedisplayskip \belowdisplayshortskip\abovedisplayskip \abovedisplayshortskip\abovedisplayskip $$\halign to \displaywidth\bgroup\@eqnsel \pre at coli$\displaystyle\tabskip\z@{##}$\post at coli &\global\@eqcnt\@ne \pre at colii$\displaystyle{##}$\post at colii &\global\@eqcnt\tw@ \pre at coliii $\displaystyle\tabskip\z@{##}$\post at coliii \tabskip\@centering&\llap{##}\tabskip\z@\cr } \def\endeqnarray{\@@eqncr\egroup \global\advance\c at equation\m at ne$$\global\@ignoretrue } \def\pre at coli{\hskip\@centering} \def\post at coli{} \def\pre at colii{\hskip 2\eqnarraycolsep \hfil} \def\post at colii{\hfil} \def\pre at coliii{\hskip 2\eqnarraycolsep} \def\post at coliii{\hfil} \arraycolsep 2\p@ % Half the space between columns in array environment. \tabcolsep 6\p@ % idem in tabular environment. \def\arraystretch{1.5} % More vertical space in tables \arrayrulewidth 0.4\p@ % \@Width of rules and space between adjacent \doublerulesep 2\p@ % rules in any of these two environments. \newdimen\rulepreskip \newdimen\rulepostskip \rulepreskip=4\p@ \rulepostskip=6\p@ \tabbingsep \labelsep % Space used by the \' command. (See LaTeX{} manual.) \skip\@mpfootins = 6\p@ \@plus 2\p@ % Space between last line of text and % top of first footnote. \fboxsep = 7\p@ % Space left between box and text by \fbox and \framebox. \fboxrule = 0.4\p@ % \@Width of rules in box made by \fbox and \framebox. \newcounter{section} \newcounter{subsection}[section] \newcounter{subsubsection}[subsection] \newcounter{paragraph}[subsubsection] \newcounter{subparagraph}[paragraph] \if at seceqn \@addtoreset{equation}{section} \def\theequation{\arabic{section}.\arabic{equation}} \else \def\theequation{\arabic{equation}} \fi \def\thesection {\arabic{section}} \def\thesubsection {\thesection.\arabic{subsection}} \def\thesubsubsection{\thesubsection.\arabic{subsubsection}} \def\theparagraph {\thesubsubsection.\arabic{paragraph}} \def\thesubparagraph {\theparagraph.\arabic{subparagraph}} \@addtoreset{section}{part} % reset section numbers at beginning of part \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} \RequirePackage{latexsym} \def\qed{\relax\ifmmode\hskip2em \Box\else\unskip\nobreak\hskip1em $\Box$\fi} \def\proof at headerfont{\upshape\bfseries} \if at amsthm \RequirePackage{amsthm}% \def\th at plain{% \thm at preskip\parskip \thm at postskip\z@ \itshape % body font } \def\th at definition{% \thm at preskip\parskip \thm at postskip\z@ \normalfont % body font } \def\th at remark{% \thm at headfont{\itshape}% \normalfont % body font \thm at preskip\parskip \divide\thm at preskip\tw@ \thm at postskip\z@ } \else\let\theoremstyle\@gobble\fi \newenvironment{pf}% {\par\addvspace{\@bls \@plus 0.5\@bls \@minus 0.1\@bls}\noindent {\bfseries\Elproofname}\enspace\ignorespaces}% {\par\addvspace{\@bls \@plus 0.5\@bls \@minus 0.1\@bls}} \def\Elproofname{PROOF.} \@namedef{pf*}#1{\par\begingroup\def\Elproofname{#1}\pf\endgroup\ignorespaces} \expandafter\let\csname endpf*\endcsname=\endpf \theoremstyle{plain} \if at secthm \newtheorem{thm}{Theorem}[section] \@addtoreset{thm}{section} \else \newtheorem{thm}{Theorem} \fi \newtheorem{cor}[thm]{Corollary} \newtheorem{lem}[thm]{Lemma} \newtheorem{claim}[thm]{Claim} \newtheorem{axiom}[thm]{Axiom} \newtheorem{conj}[thm]{Conjecture} \newtheorem{fact}[thm]{Fact} \newtheorem{hypo}[thm]{Hypothesis} \newtheorem{assum}[thm]{Assumption} \newtheorem{prop}[thm]{Proposition} \newtheorem{crit}[thm]{Criterion} \theoremstyle{definition} \newtheorem{defn}[thm]{Definition} \newtheorem{exmp}[thm]{Example} \newtheorem{rem}[thm]{Remark} \newtheorem{prob}[thm]{Problem} \newtheorem{prin}[thm]{Principle} \newtheorem{alg}{Algorithm} \long\def\@makealgocaption#1#2{\vskip 2ex \small \hbox to \hsize{\parbox[t]{\hsize}{{\bfseries #1.} #2}}} \newcounter{algorithm} \def\thealgorithm{\@arabic\c at algorithm} \def\fps at algorithm{tbp} \def\ftype at algorithm{4} \def\ext at algorithm{lof} \def\fnum at algorithm{Algorithm \thealgorithm} \def\algorithm{\let\@makecaption\@makealgocaption\@float{algorithm}} \let\endalgorithm\end at float \newtheorem{note}{Note} \newtheorem{summ}{Summary} \newtheorem{case}{Case} \def\@pnumwidth{2.55em} \def\@tocrmarg{2.55em \@plus 5em} \def\@dotsep{-2.5} \setcounter{tocdepth}{2} \newcommand\listoffigures{% \section*{\listfigurename \@mkboth{\MakeUppercase\listfigurename}% {\MakeUppercase\listfigurename}}% \@starttoc{lof}% } \newcommand*\l at figure{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand\listoftables{% \section*{\listtablename \@mkboth{% \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}% \@starttoc{lot}% } \let\l at table\l at figure \def\tableofcontents{% \begin{small} \leftline {{\bfseries \contentsname\/}} \setcounter{secnumdepth}{4}% \setcounter{tocdepth}{2}% {\@starttoc{toc}}% \end{small} } \newcommand*\l at section{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand*\l at subsection{\@dottedtocline{2}{1.5em}{2.3em}} \newcommand*\l at subsubsection{\@dottedtocline{3}{3.8em}{3.2em}} \newcommand*\l at paragraph{\@dottedtocline{4}{7.0em}{4.1em}} \newcommand*\l at subparagraph{\@dottedtocline{5}{10em}{5em}} \def\@dotsep{2000} \def\thebibliography{% \@startsection{section}{1}{\z@}{20\p@ \@plus 8\p@ \@minus 4pt} {\@bls}{\normalsize\bfseries}*{\refname}% \addcontentsline{toc}{section}{\refname}% \@thebibliography} \let\endthebibliography=\endlist \def\@thebibliography#1{\@bibliosize \list{\@biblabel{\arabic{enumiv}}}{\settowidth\labelwidth{\@biblabel{#1}} \if at nameyear \labelwidth\z@ \labelsep\z@ \leftmargin\parindent \itemindent-\parindent \else \labelsep 3\p@ \itemindent\z@ \leftmargin\labelwidth \advance\leftmargin\labelsep \fi \itemsep\@bibitemsep \usecounter{enumiv}\let\p at enumiv\@empty \def\theenumiv{\arabic{enumiv}}}% \tolerance\@M \hyphenpenalty\@M \hbadness5000 \sfcode`\.=1000\relax} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \if at nameyear \def\@biblabel#1{} \else \def\@biblabel#1{[#1]\hskip \z@ \@plus 1filll} \fi \let\make at bb@error\relax \def\@mkbberr{\def\bibitem{\ClassError{elsart}% {Bibitem after note}% {You are using a bibitem after a note in a subbibitems environment;\MessageBreak note should the last item in a subbibitems environment}}} \def\@itemnote{\make at bb@error\item[]} \def\mk at noitemnote{\ifx\@tempa\note \let\note\@noitemnote \fi} \def\@noitemnote{\let\note\@itemnote} \AtBeginDocument{% \let\nopeek at bibitem\@bibitem \let\nopeek at lbibitem\@lbibitem \def\@bibitem#1{\let\note\@itemnote\nopeek at bibitem{#1}% \futurelet\@tempa\mk at noitemnote} \def\@lbibitem[#1]#2{\let\note\@itemnote\nopeek at lbibitem[#1]{#2}% \futurelet\@tempa\mk at noitemnote} } \newif\if at natbibloaded\@natbibloadedfalse \AtBeginDocument{\@ifpackageloaded{natbib}{\@natbibloadedtrue}{}} \newenvironment{subbibitems}[1]{% \if at natbibloaded\def\bib at ctr{NAT at ctr}\else\def\bib at ctr{enumiv}\fi \if at filesw {\let \protect \noexpand \immediate \write \@auxout {\string \nocollapse at cites}% \global\let\nocollapse at cites\relax}\fi \def\@itemslabel{#1}% \stepcounter{\bib at ctr}% \edef\main at bibnum{\the\value{\bib at ctr}}% \setcounter{\bib at ctr}{0}% \def\thebib at ctr{\main at bibnum\alph{\bib at ctr}}% \if at natbibloaded \def\bibitem{\@ifnextchar [{\@lbibitem }{\global \NAT at stdbsttrue \stepcounter {\bib at ctr}\@lbibitem [\thebib at ctr]}}% \else \def\@bibitem##1{\stepcounter{\bib at ctr}\@lbibitem[\thebib at ctr]{##1}}% \fi \let\make at bb@error\@mkbberr }{% \if at filesw {% \if at natbibloaded{% \let\protect\noexpand \immediate\write\@auxout {\string\bibcite{\@itemslabel}% {{\main at bibnum a--\alph {\bib at ctr}}{}{{}}{{}}}}% \immediate\write\@auxout {\string\bibcite{\@itemslabel :s}% {{\main at bibnum}{}{{}}{{}}}}% }\else{% \let\protect\noexpand \immediate\write\@auxout {\string\bibcite{\@itemslabel}% {\main at bibnum a--\alph{\bib at ctr}}}% \immediate\write\@auxout {\string\bibcite{\@itemslabel :s}% {\main at bibnum}}% }\fi }\fi \setcounter{\bib at ctr}{\main at bibnum}% } \let\nocollapse at citex\@citex \newcount\@tempcntc \def\collapse at citex[#1]#2{\if at filesw\immediate\write\@auxout{\string\citation{#2}}\fi \@tempcnta\z@\@tempcntb\m at ne\def\@citea{}\@cite{\@for\@citeb:=#2\do {\edef\@citeb{\expandafter\@firstofone\@citeb\@empty}% \@ifundefined {b@\@citeb}{\@citeo\@tempcntb\m at ne\@citea\def\@citea{,}{\bfseries ?}\@warning {Citation `\@citeb' on page \thepage \space undefined}}% {\setbox\z@\hbox{\global\@tempcntc0\csname b@\@citeb\endcsname\relax}% \ifnum\@tempcntc=\z@ \@citeo\@tempcntb\m at ne \@citea\def\@citea{,}\hbox{\csname b@\@citeb\endcsname}% \else \advance\@tempcntb\@ne \ifnum\@tempcntb=\@tempcntc \else\advance\@tempcntb\m at ne\@citeo \@tempcnta\@tempcntc\@tempcntb\@tempcntc\fi\fi}}\@citeo}{#1}} \let\@citex\collapse at citex \def\nocollapse at cites{% \@ifpackageloaded{hyperref}{}{\global\let\@citex\nocollapse at citex}% \global\let\nocollapse at cites\relax} \def\@citeo{\ifnum\@tempcnta>\@tempcntb\else\@citea\def\@citea{,}% \ifnum\@tempcnta=\@tempcntb\the\@tempcnta\else {\advance\@tempcnta\@ne\ifnum\@tempcnta=\@tempcntb \else \def\@citea{--}\fi \advance\@tempcnta\m at ne\the\@tempcnta\@citea\the\@tempcntb}\fi\fi} \@namedef{cv*}{\section*{Curriculum Vitae}\cv} \def\cv{\hangindent=7pc \hangafter=-12 \parskip\bigskipamount \small} \def\footnote{\@ifnextchar[{\@xfootnote}{\refstepcounter {\@mpfn}\protected at xdef\@thefnmark{\thempfn}\@footnotemark\@footnotetext}} \def\footnotemark{\@ifnextchar[{\@xfootnotemark }{\refstepcounter{footnote}\xdef\@thefnmark{\thefootnote}\@footnotemark}} \def\footnoterule{\kern-3\p@ \hrule \@width 3pc % The \hrule has default \@height of 0.4pt. \kern 2.6\p@} \def\thempfootnote{\alph{mpfootnote}} \def\mpfootnotemark{% \@ifnextchar[{\@xmpfootnotemark}{\stepcounter{mpfootnote}% \begingroup \let\protect\noexpand \xdef\@thefnmark{\thempfootnote}% \endgroup \@footnotemark}} \def\@xmpfootnotemark[#1]{% \begingroup \c at mpfootnote #1\relax \let\protect\noexpand \xdef\@thefnmark{\thempfootnote}% \endgroup \@footnotemark} \def\@mpmakefnmark{\,\hbox{$^{\mathrm{\@thefnmark}}$}} \long\def\@mpmakefntext#1{\noindent \hbox{$^{\mathrm{\@thefnmark}}$} #1} \def\@iiiminipage#1#2[#3]#4{% \leavevmode \@pboxswfalse \setlength\@tempdima{#4}% \def\@mpargs{{#1}{#2}[#3]{#4}}% \setbox\@tempboxa\vbox\bgroup \color at begingroup \hsize\@tempdima \textwidth\hsize \columnwidth\hsize \@parboxrestore \def\@mpfn{mpfootnote}\def\thempfn{\thempfootnote}\c at mpfootnote\z@ \let\@footnotetext\@mpfootnotetext \let\@makefntext\@mpmakefntext \let\@makefnmark\@mpmakefnmark \let\@listdepth\@mplistdepth \@mplistdepth\z@ \@minipagerestore\global\@minipagetrue %% \global added 24 May 89 \everypar{\global\@minipagefalse\everypar{}}} \def\fn at presym{} \long\def\@makefntext#1{\noindent\hbox to 1em {$^{\fn at presym\mathrm{\@thefnmark}}$\hss}#1} \def\@makefnmark{\,\hbox{$^{\fn at presym\mathrm{\@thefnmark}}$}\,} \def\patched at end@dblfloat{% \if at twocolumn \par\vskip\z at skip %% \par\vskip\z@ added 15 Dec 87 \global\@minipagefalse \outer at nobreak \egroup %% end of vbox \color at endbox \ifnum\@floatpenalty <\z@ \@largefloatcheck \@cons\@dbldeferlist\@currbox \fi \ifnum \@floatpenalty =-\@Mii \@Esphack\fi \else \end at float \fi } \setcounter{topnumber}{5} \def\topfraction{0.99} \def\textfraction{0.05} \def\floatpagefraction{0.9} \setcounter{bottomnumber}{5} \def\bottomfraction{0.99} \setcounter{totalnumber}{10} \def\dbltopfraction{0.99} \def\dblfloatpagefraction{0.8} \setcounter{dbltopnumber}{5} \long\def\@maketablecaption#1#2{\@tablecaptionsize \global \@minipagefalse \hbox to \hsize{\parbox[t]{\hsize}{#1 \\ #2}}} \long\def\@makefigurecaption#1#2{\@figurecaptionsize \vskip \@overcaptionskip \setbox\@tempboxa\hbox{#1. #2} \ifdim \wd\@tempboxa >\hsize % IF longer than one line THEN \unhbox\@tempboxa\par % set as justified paragraph \else % ELSE \global \@minipagefalse \hbox to\hsize{\hfil\box\@tempboxa\hfil}% center single line. \fi} \def\@makecaption{\@makefigurecaption} \def\conttablecaption{\par \begingroup \@parboxrestore \normalsize \@makecaption{\fnum at table\,---\,continued}{}\par \vskip-1pc \endgroup} \def\contfigurecaption{\vskip-1pc \par \begingroup \@parboxrestore \@captionsize \@makecaption{\fnum at figure\,---\,continued}{}\par \endgroup} \newcounter{figure} \def\thefigure{\@arabic\c at figure} \def\fps at figure{tbp} \def\ftype at figure{1} \def\ext at figure{lof} \def\fnum at figure{\figurename~\thefigure} \def\figure{% \let\@makecaption\@makefigurecaption \let\contcaption\contfigurecaption \@float{figure}} \let\endfigure\end at float \@namedef{figure*}{% \let\@makecaption\@makefigurecaption \let\contcaption\contfigurecaption \@dblfloat{figure}} \@namedef{endfigure*}{\end at dblfloat} \newcounter{table} \def\thetable{\@arabic\c at table} \def\fps at table{tbp} \def\ftype at table{2} \def\ext at table{lot} \def\fnum at table{\tablename~\thetable} \let\old at floatboxreset\@floatboxreset \def\table{% \let\@makecaption\@maketablecaption \def\@floatboxreset{% \old at floatboxreset \@tablesize }% \let\footnoterule\relax \let\contcaption\conttablecaption \@float{table}} \let\endtable\end at float \@namedef{table*}{% \let\@makecaption\@maketablecaption \def\@floatboxreset{% \old at floatboxreset \@tablesize }% \let\footnoterule\relax \let\contcaption\conttablecaption \@dblfloat{table}} \@namedef{endtable*}{\end at dblfloat} \newtoks\t at glob@notes % List of all notes \newtoks\t at loc@notes % List of notes for one element \newcount\note at cnt % Number of notes per element \newtoks\corauth at text \newtoks\email at text \newtoks\url at text \newcounter{corauth} \newcounter{author} % Author counter \newcount\n at author % Total number of authors \def\n at author@{1} % idem, read from .aux file \newcounter{collab} % Collaboration counter \newcount\n at collab % Total number of collaborations \def\n at collab@{} % idem, read from .aux file \newcounter{address} % Address counter \def\theHaddress{\arabic{address}}% for hyperref \newdimen\sv at mathsurround % Dimen register to save \mathsurround \newcount\sv at hyphenpenalty % Count register to save \hyphenpenalty \newcount\prev at elem \prev at elem=0 % Variables to keep track of \newcount\cur at elem \cur at elem=0 % types of elements that are processed \chardef\e at title=1 \chardef\e at subtitle=1 \chardef\e at author=2 \chardef\e at collab=3 \chardef\e at address=4 \newif\if at newelem % Switch to new type of element? \newif\if at firstauthor % First author or collaboration? \newif\if at preface % If preface: omit history and abstract \newif\if at hasabstract % If abstract / keywords: do not omit rules \newif\if at haskeywords % If abstract / keywords: do not omit rules \newbox\fm at box % Box for collected front matter \newdimen\fm at size % Total height of \fm at box \newbox\t at abstract % Box for abstract \newbox\t at keyword % Box for keyword abstract \let\report at elt\@gobble \def\add at tok#1#2{\global#1\expandafter{\the#1#2}} \def\add at xtok#1#2{\begingroup \no at harm \xdef\@act{\global\noexpand#1{\the#1#2}}\@act \endgroup} \def\beg at elem{\global\t at loc@notes={}\global\note at cnt\z@} \def\@xnamedef#1{\expandafter\xdef\csname #1\endcsname} \def\no at harm{% \let\\=\relax \let\rm\relax \let\ss=\relax \let\ae=\relax \let\oe=\relax \let\AE=\relax \let\OE=\relax \let\o=\relax \let\O=\relax \let\i=\relax \let\j=\relax \let\aa=\relax \let\AA=\relax \let\l=\relax \let\L=\relax \let\d=\relax \let\b=\relax \let\c=\relax \let\bar=\relax \def\protect{\noexpand\protect\noexpand}} \def\proc at elem#1#2{\begingroup \no at harm % make a few instructions harmless \let\thanksref\@gobble % remove \thanksref from element \let\corauthref\@gobble \@xnamedef{@#1}{#2}% % and store as \@#1 \let\thanksref\add at thanksref \let\corauthref\add at thanksref \setbox\@tempboxa\hbox{#2}% \endgroup \prev at elem=\cur at elem % keep track of type of previous \cur at elem=\csname e@#1\endcsname % and current element } \def\add at thanksref#1{\global\advance\note at cnt\@ne \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{\ref{#1}}} \def\note at sep{,} \def\thanks{\@ifnextchar[{\@tempswatrue \thanks at optarg}{\@tempswafalse\thanks at optarg[]}} \def\thanks at optarg[#1]#2{\refstepcounter{footnote}% \if at tempswa\label{#1}\else\relax\fi \add at tok\t at glob@notes{\footnotetext}% \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \ignorespaces} \def\corauth{\@ifnextchar[{\@tempswatrue \corauth at optarg}{\@tempswafalse\corauth at optarg[]}} \def\corauth at optarg[#1]#2{\refstepcounter{corauth}% \if at tempswa\label{#1}\else\relax\fi \add at tok\corauth at text{\footnotetext}% \add at xtok\corauth at text{[\the\c at corauth]}% \add at tok\corauth at text{{#2}}\ignorespaces} \newcommand\ead[1][email]{% \add at eadcomma{#1}% \expandafter\ifcase\csname has at ead@#1\endcsname \expandafter\global\expandafter\chardef \csname has at ead@#1\endcsname=1\relax\else \expandafter\global\expandafter\chardef \csname has at ead@#1\endcsname=2\relax\fi \add at ead{#1}% } \def\add at ead#1#2{% \expandafter\add at tok\csname #1 at text\endcsname{\texttt{#2}\ead at au}% \expandafter\add at xtok\csname #1 at text\endcsname{{\@author}}% \ignorespaces } \def\add at eadcomma#1{% \expandafter\ifcase\csname has at ead@#1\endcsname\else \expandafter\add at tok\csname #1 at text\endcsname{, }\fi } \let\@ead at au\@empty \def\ead at newau{\ifx\@ead at au\@empty\else\ead at addau\@ead at au \let\@ead at au\@empty\fi} \let\ead at endau\ead at newau \def\ead at addau#1{ (#1)} \def\ead at au#1{\def\@ead at au{#1}} \def\email at name{Email address} \def\emails at name{Email addresses} \chardef\has at ead@email=0 \def\url at name{URL} \def\urls at name{URLs} \chardef\has at ead@url=0 \let\real at refstepcounter\refstepcounter \def\footnote{\@ifnextchar[{\@xfootnote}{\real at refstepcounter {\@mpfn}\protected at xdef\@thefnmark{\thempfn}\@footnotemark\@footnotetext}} \def\footnotemark{\@ifnextchar[{\@xfootnotemark }{\real at refstepcounter{footnote}\xdef\@thefnmark{\thefootnote}\@footnotemark}} \def\footnoterule{\kern-3\p@ \hrule \@width 3pc % The \hrule has default \@height of 0.4pt. \kern 2.6\p@} \let\report at elt\@gobble \newenvironment{NoHyper}{}{} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \parskip 4\p@ \open at fm \ignorespaces} \def\preface{\@prefacetrue} \def\endfrontmatter{% \ifx\@runauthor\relax \global\let\@runauthor\@runningauthor \fi \global\n at author=\c at author \global\n at collab=\c at collab \@writecount \global\@topnum\z@ \thispagestyle{copyright}% % Format rest of front matter: \if at preface \else % IF not preface THEN \vskip \@overhistoryskip \history at fmt % print history (received, ...) \newcount\c at sv@footnote \global\c at sv@footnote=\c at footnote % save current footnote number \if at hasabstract % IF abstract/ keywords THEN \vskip \@preabstractskip % Space above rule \hrule height 0.4\p@ % Rule above abstract/keywords \vskip 8\p@ \unvbox\t at abstract % print abstract, if any \fi \if at haskeywords % IF keywords THEN \vskip \@overkeywordskip \unvbox\t at keyword % Keyword abstract, if any \fi % FI \vskip 10\p@ \hrule height 0.4\p@ % rule below abstract/keywords \dedicated at fmt % print dedication \vskip \@belowfmskip % Vertical space below frontmatter \fi % FI \close at fm % Close front matter material. \output at glob@notes % Put notes at bottom of 1st page \global\c at footnote=\c at sv@footnote % restore footnote number \global\@prefacefalse \global\leftskip\z@ % Restore the normal values of \global\@rightskip\z@ % \leftskip, \global\rightskip\@rightskip % \rightskip and \global\mathsurround\sv at mathsurround % \mathsurround. \let\title\relax \let\author\relax \let\collab\relax \let\address\relax \let\frontmatter\relax \let\endfrontmatter\relax \let\@maketitle\relax \let\@@maketitle\relax \normal at text } \let\maketitle\relax \newdimen\t at xtheight \t at xtheight\textheight \advance\t at xtheight-\splittopskip \def\open at fm{\global\setbox\fm at box=\vbox\bgroup \hsize=\@frontmatterwidth % Front matter is page-wide by default \centering % and centered \sv at hyphenpenalty\hyphenpenalty % (save \hyphenpenalty) \hyphenpenalty\@M} % and not hyphenated \def\close at fm{\egroup % close \vbox (\fm at box) \fm at size=\dp\fm at box \advance\fm at size by \ht\fm at box \@whiledim\fm at size>\t at xtheight \do{% \global\setbox\@tempboxa=\vsplit\fm at box to \t at xtheight \unvbox\@tempboxa \newpage \fm at size=\dp\fm at box \advance\fm at size by \ht\fm at box} \if at TwoColumn \emergencystretch=1pc \twocolumn[\unvbox\fm at box] \else \unvbox\fm at box \fi} \def\output at glob@notes{\bgroup \the\t at glob@notes \egroup} \def\justify at off{\let\\=\@normalcr \leftskip\z@ \@rightskip\@flushglue \rightskip\@rightskip} \def\justify at on{\let\\=\@normalcr \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip} \def\normal at text{\global\let\\=\@normalcr \global\leftskip\z@ \global\@rightskip\z@ \global\rightskip\@rightskip \global\parfillskip\@flushglue} \def\@writecount{\write\@mainaux{\string\global \string\@namedef{n at author@}{\the\n at author}}% \write\@mainaux{\string\global\string \@namedef{n at collab@}{\the\n at collab}}} \def\title#1{% \beg at elem \title at note@fmt % formatting instruction \add at tok\t at glob@notes % for \thanks commands {\title at note@fmt}% \proc at elem{title}{#1}% \def\title at notes{\the\t at loc@notes}% % store the notes of the title, \title at fmt{\@title}{\title at notes}% % print the title \ignorespaces} \def\subtitle#1{% \beg at elem \proc at elem{subtitle}{#1}% \def\title at notes{\the\t at loc@notes}% % store the notes of the title, \subtitle at fmt{\@subtitle}{\title at notes}% print the title \ignorespaces} \newdimen \@logoheight \@logoheight 5pc \def\@Lhook{\vrule \@height \@logoheight \@width \z@ \vrule \@height 10\p@ \@width 0.2\p@ \vrule \@height 0.2\p@ \@width 10pt} \def\@Rhook{\vrule \@height 0.2\p@ \@width 10\p@ \vrule \@height 10\p@ \@width 0.2\p@ \vrule \@height \@logoheight \@width \z@} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{12pt} % Vertical space above title {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip \vskip24\p@ % Vertical space below title } \def\subtitle at fmt#1#2{% % No vertical space above sub-title {\@titlesize #1\,\hbox{$^{#2}$}}\par} \def\title at note@fmt{\def\thefootnote{\fnstar{footnote}}} \def\author{\@ifnextchar[{\author at optarg}{\author at optarg[]}} \def\author at optarg[#1]#2{\stepcounter{author}% \beg at elem \add at tok\email at text{\ead at newau}% \add at tok\url at text{\ead at newau}% \@for\@tempa:=#1\do{\expandafter\add at thanksref\expandafter{\@tempa}}% \report at elt{author}\proc at elem{author}{#2}% \ifnum0\n at collab@=\z@ \runningauthor at fmt \fi \author at fmt{\the\c at author}{\the\t at loc@notes}{\@author}% } \def\runningauthor at fmt{% \begingroup\no at harm \if at firstauthor \ifnum0\n at author@ > 2 \global\edef\@runningauthor{\@author\ et al.}% \else \global\let\@runningauthor\@author% \fi \else % \c at author > 1 \ifnum0\n at author@ = 2 \global\edef\@runningauthor{\@runningauthor\ \& \noexpand\@author}% \fi \fi \endgroup } \def\author at fmt#1#2#3{\@newelemtrue \if at firstauthor \first at author \global\@firstauthorfalse \fi \ifnum\prev at elem=\e at author \global\@newelemfalse \fi \if at newelem \author at fmt@init \fi \edef\@tempb{#2}\ifx\@tempb\@empty \hbox{{\author at font #3}}\else \hbox{{\author at font #3}\,$^{\mathrm{#2}}$}% \fi} \def\first at author{\author at note@fmt \corauth at mark@fmt \add at tok\t at glob@notes {\output at corauth@text \output at ead@text{email}% \output at ead@text{url}% \author at note@fmt}% }% \def\author at fmt@init{% \par \vskip 8\p@ \@plus 4\p@ \@minus 2\p@ \@authorsize \leavevmode} % Vertical space above author list \def\and{\unskip~and~} \def\collab{\@ifstar{\collab at arg}{\collab at arg}} \let\collaboration=\collab \def\collab at arg#1{\stepcounter{collab}% \if at firstauthor \first at author \global\@firstauthorfalse \fi \gdef\@runningauthor{#1}% \beg at elem \proc at elem{collab}{#1}% \collab at fmt{\the\c at collab}{\the\t at loc@notes}{\@collab}% \ignorespaces} \def\collab at fmt#1#2#3{\@newelemtrue \ifnum\prev at elem=\e at collab \global\@newelemfalse \fi \if at newelem \collab at fmt@init \fi \par % Start new paragraph \edef\@tempb{#2}\ifx\@tempb\@empty {\@authorsize #3}\else {\@authorsize #3\,$^{\mathrm{#2}}$}} \def\collab at fmt@init{\vskip 1em} % Vertical space above list \def\author at note@fmt{\setcounter{footnote}{0}% \def\thefootnote{\xarabic{footnote}}} \let\collab at note@fmt=\author at note@fmt \def\corauth at mark@fmt{\def\thecorauth{\astsymbol{corauth}}} \def\output at corauth@text{\def\thefootnote{\astsymbol{footnote}}% \the\corauth at text} \def\output at ead@text#1{% \expandafter\add at tok\csname #1 at text\endcsname{\ead at endau}% \expandafter\ifcase\csname has at ead@#1\endcsname\else {\let\thefootnote\relax \footnotetext[0]{\raggedright\textit{% \expandafter\ifcase\csname has at ead@#1\endcsname\or \csname #1 at name\endcsname\else \csname #1s at name\endcsname\fi : }% \expandafter\the\csname #1 at text\endcsname.}}% \fi} \def\xarabic#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\arabic{#1} \fi} \def\xalph#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\alph{#1} \fi} \def\xfnsymbol#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\fnsymbol{#1} \fi} \def\address{\@ifstar{\address at star}% {\@ifnextchar[{\address at optarg}{\address at noptarg}}} \def\address at optarg[#1]#2{\real at refstepcounter{address}% \beg at elem \report at elt{address}\proc at elem{address}{#2}% \address at fmt{\c at address}{\the\t at loc@notes}{\@address}{#1}% \if at Elproofing\else\label{#1}\fi \ignorespaces} \def\address at noptarg#1{\real at refstepcounter{address}% \beg at elem \proc at elem{address}{#1}% \address at fmt{\z@}{\the\t at loc@notes}{\@address}{\theaddress}% \ignorespaces} \def\address at star#1{% \beg at elem \proc at elem{address}{#1}% \address at fmt{\m at ne}{\the\t at loc@notes}{\@address}{*}% \ignorespaces} \def\theaddress{\alph{address}} \def\address at fmt#1#2#3#4{\@newelemtrue \if at Elproofing\def\@eltag{#4}\else\def\@eltag{\theaddress}\fi \ifnum\prev at elem=\e at address \@newelemfalse \fi \if at newelem \address at fmt@init \fi \noindent \bgroup \@addressstyle \ifnum#1=\z@ #3\,$^{\mathrm{#2}}$\space% \else \ifnum#1=\m at ne $^{\phantom{\mathrm{\@eltag}}}$\space #3\,$^{\mathrm{#2}}$% \else $^{\mathrm{\@eltag}}\space$#3\,$^{\mathrm{#2}}$% \fi \fi \par \egroup} \def\address at fmt@init{% \par % Start new paragraph \vskip 6\p@ \@plus 3\p@ \@minus 1.5pt} \def\abstract{\@ifnextchar[{\@abstract}{\@abstract[]}} \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \small \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\endabstract{\par \egroup} \def\keyword{% \global\@haskeywordstrue % Implies rules are to be printed \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \def\sep{\unskip, } % separator for multiple keywords \def\MSC{\par\leavevmode\hbox {\it 1991 MSC:\ }}% \def\PACS{\par\leavevmode\hbox {\it PACS:\ }}% \global\setbox\t at keyword=\vbox\bgroup \@keywordsize \parskip\z@ \vskip 10\p@ \@plus 2\p@ \@minus 2\p@ % One line of space above keywords. \noindent\@keywordheading \justify at off % Keywords are not justified. \ignorespaces} \def\endkeyword{\par \egroup} \def\runtitle#1{\gdef\@runtitle{#1}} \def\runauthor#1{\gdef\@runauthor{#1}} \let\@runauthor\relax \let\@runtitle\relax \let\@runningauthor\relax \def\RUNDATE{} \def\RUNJNL{} \def\RUNART{} \def\journal#1{\gdef\@journal{#1}} \def\volume#1{\gdef\@volume{#1}} \def\@volume{0} \def\issue#1{\gdef\@issue{#1}} \def\@issue{0} \newcount\@pubyear \@pubyear=\number\year \def\company#1{\def\@company{#1}} \def\@copyrightyear{\number\year} \def\@shortenyear#1#2#3#4\\{\global\def\@shortyear{#3#4}} \expandafter\@shortenyear\the\@pubyear\\ \def\pubyear#1{\global\@pubyear#1 \expandafter\@shortenyear\the\@pubyear\\% \ignorespaces} \def\copyear#1{% \gdef\@copyrightyear{#1}% \ignorespaces} \let\copyrightyear\copyear \newcounter{firstpage} \newcounter{lastpage} \let\ESpagenumber\arabic \def\firstpage#1{\def\@tempa{#1}\ifx\@tempa\@empty\else \setcounter{firstpage}{#1}% \global\c at page=#1 \ignorespaces\fi} \setcounter{firstpage}{1} \let\realpageref\pageref \setcounter{lastpage}{0} \def\lastpage#1{\def\@tempa{#1}\ifx\@tempa\@empty\else \setcounter{lastpage}{#1}\ignorespaces\fi } \AtEndDocument{% \clearpage \addtocounter{page}{-1}% \immediate\write\@auxout{% \string\global\string\c at lastpage=\the\c at page}% \addtocounter{page}{1}% } \def\date#1{\gdef\@date{#1}} \def\@date{\today} \def\aid#1{} \def\ssdi#1#2{} \def\received#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@received{#1}\fi} \def\@received{\relax} \def\revised#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@revised{#1}\fi} \def\@revised{\relax} \def\accepted#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@accepted{#1}\fi} \def\@accepted{\relax} \def\communicated#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@communicated{#1}\fi} \def\@communicated{\relax} \def\dedicated#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@dedicated{#1}\fi} \def\@dedicated{\relax} \def\presented#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@presented{#1}\fi} \def\@presented{\relax} \def\articletype#1{\gdef\@articletype{#1}} \@ifundefined{@articletype}{\def\@articletype{}}{} \def\received at prefix{Received~} \def\revised at prefix{; revised~} \def\accepted at prefix{; accepted~} \def\communicated at prefix{; communicated~by~} \def\history at prefix{} \def\received at postfix{} \def\revised at postfix{} \def\accepted at postfix{} \def\communicated at postfix{} \def\history at postfix{} \def\empty at data{\relax} \def\history at fmt{% \bgroup \@historysize \vskip 6\p@ \@plus 2\p@ \@minus 1\p@ % Vertical space above history \ifx\@received\empty at data \else % If there is no \received, % do not print anything \leavevmode \history at prefix \received at prefix\@received \received at postfix% \ifx\@revised\empty at data \else \revised at prefix\@revised \revised at postfix% \fi \ifx\@accepted\empty at data \else \accepted at prefix\@accepted \accepted at postfix% \fi \ifx\@communicated\empty at data \else \communicated at prefix\@communicated \communicated at postfix% \fi \history at postfix \fi \par \egroup} \def\dedicated at fmt{% \ifx\@dedicated\empty at data \else \vskip 4\p@ \@plus 3\p@ \normalsize\it\centering \@dedicated \fi} \def\@alph#1{\ifcase#1\or a\or b\or c\or d\or e\or f\or g\or h\or i\or j\or k\or \ensuremath{\ell}\or m\or n\or o\or p\or q\or r\or s\or t\or u\or v\or w\or x\or y\or z\or aa\or ab\or ac\or ad\or ae\or af\or ag\or ah\or ai\or aj\or ak\or a\ensuremath{\ell}\or am\or an\or ao\or ap\or aq\or ar\or as\or at\or au\or av\or aw\or ay\or az\or ba\or bb\or bc\or bd\or be\or bf\or bg\or bh\or bi\or bj\or bk\or b\ensuremath{\ell}\or bm\or bn\or bo\or bp\or bq\or br\or bs\or bt\or bu\or bw\or bx\or by\or bz\or ca\or cb\or cc\or cd\or ce\or cf\or cg\or ch\or ci\or cj\or ck\or c\ensuremath{\ell}\or cm\or cn\or co\or cp\or cq\or cr\or cs\or ct\or cu\or cw\or cx\or cy\or cz\or da\or db\or dc\or dd\or de\or df\or dg\or dh\or di\or dj\or dk\or d\ensuremath{\ell}\or dm\or dn\or do\or dp\or dq\or dr\or ds\or dt\or du\or dw\or dx\or dy\or dz\or ea\or eb\or ec\or ed\or ee\or ef\or eg\or eh\or ei\or ej\or ek\or e\ensuremath{\ell}\or em\or en\or eo\or ep\or eq\or er\or es\or et\or eu\or ew\or ex\or ey\or ez\else\@ctrerr\fi} \def\fnstar#1{\@fnstar{\@nameuse{c@#1}}} \def\@fnstar#1{\ifcase#1\or \hbox{$\star$}\or \hbox{$\star\star$}\or \hbox{$\star\star\star$}\or \hbox{$\star\star\star\star$}\or \hbox{$\star\star\star\star\star$}\or \hbox{$\star\star\star\star\star\star$} \else \@ctrerr \fi \relax} \def\astsymbol#1{\@astsymbol{\@nameuse{c@#1}}} \def\@astsymbol#1{\ifcase#1\or \hbox{$\ast$}\or \hbox{$\ast\ast$}\or \hbox{$\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast\ast\ast$}% \else \@ctrerr \fi \relax} \mark{{}{}} % Initializes TeX's marks \def\ps at plain{\let\@mkboth\@gobbletwo \def\@oddhead{}% \def\@evenhead{}% \def\@oddfoot{\hfil {\rmfamily\thepage} \hfil}% \let\@evenfoot\@oddfoot} \def\@copyright{\@issn/\@shortyear/\$\@price\ $\copyright$\ \the\@pubyear\ \@company{} All rights reserved} \def\@jou at vol@pag{\@journal\ \@volume\ (\the\@pubyear)\ \@pagerange} \def\sectionmark#1{} \def\subsectionmark#1{} \let\@j at v@p\@jou at vol@pag % long journal title appears in reprint line \let\@@j at v@p\@jou at vol@pag % long journal title appears in running headline \def\sectionmark#1{} \def\subsectionmark#1{} \def\ps at copyright{\let\@mkboth\@gobbletwo \def\@oddhead{}% \let\@evenhead\@oddhead \def\@oddfoot{\small\slshape \def\@tempa{0} \ifx\@volume\@tempa Preprint submitted to \@journal\hfil\@date\/% \else Article published in \@jou at vol@pag\hfil\hbox{}\fi}% \let\@evenfoot\@oddfoot } \let\ps at noissn\ps at empty \let\ps at headings\ps at plain \def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\year} \def\nuc#1#2{\relax\ifmmode{}^{#1}{\protect\text{#2}}\else${}^{#1}$#2\fi} \def\itnuc#1#2{\setbox\@tempboxa=\hbox{\scriptsize\it #1} \def\@tempa{{}^{\box\@tempboxa}\!\protect\text{\it #2}}\relax \ifmmode \@tempa \else $\@tempa$\fi} \let\old at vec\vec % save old definition of \vec \def\pol#1{\old at vec{#1}} \def\half{{\textstyle\frac{1}{2}}} \def\threehalf{{\textstyle\frac{3}{2}}} \def\quart{{\textstyle\frac{1}{4}}} \if at symbold\else\def\d{\,\mathrm{d}}\fi \def\e{\mathop{\mathrm{e}}\nolimits} \def\int{\intop} \def\oint{\ointop} \newbox\slashbox \setbox\slashbox=\hbox{$/$} \newbox\Slashbox \setbox\Slashbox=\hbox{\large$/$} \def\pFMslash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\slashbox \kern-\@tempdima \box\@tempboxa} \def\pFMSlash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\Slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\Slashbox \kern-\@tempdima \box\@tempboxa} \def\FMslash{\protect\pFMslash} \def\FMSlash{\protect\pFMSlash} \def\Cset{\mathbb{C}} \def\Hset{\mathbb{H}} \def\Nset{\mathbb{N}} \def\Qset{\mathbb{Q}} \def\Rset{\mathbb{R}} \def\Zset{\mathbb{Z}} \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \@frontmatterwidth\textwidth \ps at headings % 'headings' page style \pagenumbering{arabic} % Arabic page numbers \def\thepage{\@pagenumprefix\ESpagenumber{page}} % preceded by \@pagenumprefix \let\baselinestretch\@blstr \InputIfFileExists{\@shortjid.cfg}{}{} \endinput %% %% End of file `elsart.cls'. --- NEW FILE elsart1p.cls --- %% %% This is file `elsart1p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL1P') %% %% elsart1p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart1p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[onecolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viipt{8}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviipt{19}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 46\baselineskip \advance\textheight\topskip \textwidth 32pc % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart1p.cls'. --- NEW FILE elsart3p.cls --- %% %% This is file `elsart3p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL3P') %% %% elsart3p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart3p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{onecolumn}{\def\@xcolumn{onecolumn}} \DeclareOption{twocolumn}{\def\@xcolumn{twocolumn}} \def\@xcolumn{twocolumn} \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[\@xcolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviiipt{22}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 51\baselineskip \advance\textheight\topskip % excl. running head and foot). \textwidth 39pc % \@Width of text line. % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart3p.cls'. --- NEW FILE elsart5p.cls --- %% %% This is file `elsart5p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL5P') %% %% elsart5p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart5p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[twocolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viipt{8}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviiipt{22}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin -3pc \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin -3pc \evensidemargin -3pc \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 56\baselineskip % \@Height of text (incl. footnotes and figures, \advance\textheight\topskip % excl. running head and foot). \textwidth 43.5pc % \@Width of text line. % For two-column mode: \columnsep 1.5pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart5p.cls'. --- NEW FILE template-harv.tex --- % Template article for preprint document class `elsart' % with harvard style bibliographic references % SP 2006/04/26 \documentclass{elsart} % Use the option doublespacing or reviewcopy to obtain double line spacing % \documentclass[doublespacing]{elsart} % the natbib package allows both number and author-year (Harvard) % style referencing; \usepackage{natbib} % if you use PostScript figures in your article % use the graphics package for simple commands % \usepackage{graphics} % or use the graphicx package for more complicated commands % \usepackage{graphicx} % or use the epsfig package if you prefer to use the old commands % \usepackage{epsfig} % The amssymb package provides various useful mathematical symbols \usepackage{amssymb} % The lineno packages adds line numbers. Start line numbering with % \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on % for the whole article with \linenumbers. % \usepackage{lineno} % \linenumbers \begin{document} \begin{frontmatter} % Title, authors and addresses % use the thanksref command within \title, \author or \address for footnotes; % use the corauthref command within \author for corresponding author footnotes; % use the ead command for the email address, % and the form \ead[url] for the home page: % \title{Title\thanksref{label1}} % \thanks[label1]{} % \author{Name\corauthref{cor1}\thanksref{label2}} % \ead{email address} % \ead[url]{home page} % \thanks[label2]{} % \corauth[cor1]{} % \address{Address\thanksref{label3}} % \thanks[label3]{} \title{} % use optional labels to link authors explicitly to addresses: % \author[label1,label2]{} % \address[label1]{} % \address[label2]{} \author{} \address{} \begin{abstract} % Text of abstract \end{abstract} \begin{keyword} % keywords here, in the form: keyword \sep keyword % PACS codes here, in the form: \PACS code \sep code \end{keyword} \end{frontmatter} % main text \section{} \label{} % The Appendices part is started with the command \appendix; % appendix sections are then done as normal sections % \appendix % \section{} % \label{} % Bibliographic references with the natbib package: % Parenthetical: \citep{Bai92} produces (Bailyn 1992). % Textual: \citet{Bai95} produces Bailyn et al. (1995). % An affix and part of a reference: % \citep[e.g.][Ch. 2]{Bar76} % produces (e.g. Barnes et al. 1976, Ch. 2). \begin{thebibliography}{} % \bibitem[Names(Year)]{label} or \bibitem[Names(Year)Long names]{label}. % (\harvarditem{Name}{Year}{label} is also supported.) % Text of bibliographic item \bibitem[]{} \end{thebibliography} \end{document} --- NEW FILE template-num.tex --- % Template article for preprint document class `elsart' % SP 2006/04/26 \documentclass{elsart} % Use the option doublespacing or reviewcopy to obtain double line spacing % \documentclass[doublespacing]{elsart} % if you use PostScript figures in your article % use the graphics package for simple commands % \usepackage{graphics} % or use the graphicx package for more complicated commands % \usepackage{graphicx} % or use the epsfig package if you prefer to use the old commands % \usepackage{epsfig} % The amssymb package provides various useful mathematical symbols \usepackage{amssymb} % The lineno packages adds line numbers. Start line numbering with % \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on % for the whole article with \linenumbers. % \usepackage{lineno} % \linenumbers \begin{document} \begin{frontmatter} % Title, authors and addresses % use the thanksref command within \title, \author or \address for footnotes; % use the corauthref command within \author for corresponding author footnotes; % use the ead command for the email address, % and the form \ead[url] for the home page: % \title{Title\thanksref{label1}} % \thanks[label1]{} % \author{Name\corauthref{cor1}\thanksref{label2}} % \ead{email address} % \ead[url]{home page} % \thanks[label2]{} % \corauth[cor1]{} % \address{Address\thanksref{label3}} % \thanks[label3]{} \title{} % use optional labels to link authors explicitly to addresses: % \author[label1,label2]{} % \address[label1]{} % \address[label2]{} \author{} \address{} \begin{abstract} % Text of abstract \end{abstract} \begin{keyword} % keywords here, in the form: keyword \sep keyword % PACS codes here, in the form: \PACS code \sep code \PACS \end{keyword} \end{frontmatter} % main text \section{} \label{} % The Appendices part is started with the command \appendix; % appendix sections are then done as normal sections % \appendix % \section{} % \label{} \begin{thebibliography}{00} % \bibitem{label} % Text of bibliographic item % notes: % \bibitem{label} \note % subbibitems: % \begin{subbibitems}{label} % \bibitem{label1} % \bibitem{label2} % If there is a note, it should come last: % \bibitem{label3} \note % \end{subbibitems} \bibitem{} \end{thebibliography} \end{document} --- NEW FILE tetex-elsevier-README.fedora --- This information is rewritten from: http://www.authors.elsevier.com/getting_published.html?dc=QG3 Preprints and journal layout style ---------------------------------- Class file for preprint: elsart.cls Class files for journals: elsart1p.cls, elsart3p.cls, elsart5p.cls For Harvard style (author-year) references (with natbib): Reference manual: instructions-harv.pdf Sample document: template-harv.tex Bibtex style: elsart-harv.bst For numbered references: Reference manual: instructions-num.pdf Sample document: template-harv.tex Bibtex style: elsart-num.bst --- NEW FILE tetex-elsevier.spec --- %define texmf %{_datadir}/texmf Name: tetex-elsevier # upstream is unversionned, the version is constructed with the latest # file timestamp, in the format YYYYMMDD Version: 0.1.20060516 Release: 2%{?dist} Summary: Elsevier LaTeX style files and documentation Group: Applications/Publishing License: LaTeX Project Public License URL: http://www.authors.elsevier.com/getting_published.html?dc=QG3 Source1: http://www.authors.elsevier.com/latex/elsart.cls Source2: http://www.authors.elsevier.com/latex/elsart1p.cls Source3: http://www.authors.elsevier.com/latex/elsart3p.cls Source4: http://www.authors.elsevier.com/latex/elsart5p.cls Source5: http://www.authors.elsevier.com/latex/instructions-num.pdf Source6: http://www.authors.elsevier.com/latex/instructions-harv.pdf Source7: http://www.authors.elsevier.com/latex/template-harv.tex Source8: http://www.authors.elsevier.com/latex/template-num.tex Source9: http://www.authors.elsevier.com/latex/elsart-harv.bst Source10: http://www.authors.elsevier.com/latex/elsart-num.bst # explains what the files are associated with Source100: tetex-elsevier-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildarch: noarch Requires: tetex-latex %description LaTeX style files and documentation for the Elsevier publisher. %prep %setup -q -T -c cp %{SOURCE100} README.fedora cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} \ %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} . # since there is no versionning the file date is relevant, try to keep it for file in *.tex; do touch -r $file $file-stamp sed -i -e 's/\r//' $file touch -r $file-stamp $file rm -f $file-stamp done #%%build %install rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ cp -p *.cls $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ %clean rm -rf $RPM_BUILD_ROOT %post -p /usr/bin/texhash %postun -p /usr/bin/texhash %files %defattr(-,root,root,-) %doc README.fedora *.pdf *.tex %{texmf}/tex/latex/elsevier/ %{texmf}/bibtex/elsevier/ %changelog * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-2 - really keep the timestamps * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-1 - keep files timestamps, even for installed files - remove unneeded tetex-latex BuildRequires - correct the version by using the right month from the file timestamps * Thu Aug 10 2006 Patrice Dumas 0.1.20060416-3 - don't ship the ifac style, it is not redistributable * Wed Aug 9 2006 Patrice Dumas 0.1.20060416-2 - Ship a README.fedora file instead of packaging the web page * Wed Aug 9 2006 Patrice Dumas 0.1.20060416-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 08:25:54 -0000 1.1 +++ .cvsignore 15 Aug 2006 08:27:24 -0000 1.2 @@ -0,0 +1,2 @@ +instructions-harv.pdf +instructions-num.pdf Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 08:25:54 -0000 1.1 +++ sources 15 Aug 2006 08:27:24 -0000 1.2 @@ -0,0 +1,2 @@ +0c563cda4d6a90aed64b1842cd1a3cc1 instructions-harv.pdf +d705c36eed9d254a25749bbf76e32a8f instructions-num.pdf From fedora-extras-commits at redhat.com Tue Aug 15 08:43:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:43:01 -0700 Subject: rpms/perl-MIME-Types/FC-5 .cvsignore, 1.4, 1.5 perl-MIME-Types.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608150843.k7F8h39G001472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1435/FC-5 Modified Files: .cvsignore perl-MIME-Types.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.17-1 - 1.17. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Oct 2005 19:53:58 -0000 1.4 +++ .cvsignore 15 Aug 2006 08:43:00 -0000 1.5 @@ -1 +1 @@ -MIME-Types-1.16.tar.gz +MIME-Types-1.17.tar.gz Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/perl-MIME-Types.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MIME-Types.spec 2 Oct 2005 19:53:58 -0000 1.8 +++ perl-MIME-Types.spec 15 Aug 2006 08:43:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-MIME-Types -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: MIME types module for Perl @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.17-1 +- 1.17. + * Sun Oct 2 2005 Ville Skytt?? - 1.16-1 - 1.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Oct 2005 19:53:58 -0000 1.4 +++ sources 15 Aug 2006 08:43:00 -0000 1.5 @@ -1 +1 @@ -311f9bc8d0eba40667c898a57d0eac23 MIME-Types-1.16.tar.gz +687f985c74d4cdacd2a6ee8a2c51971d MIME-Types-1.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:43:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:43:01 -0700 Subject: rpms/perl-MIME-Types/devel .cvsignore, 1.4, 1.5 perl-MIME-Types.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608150843.k7F8h3lS001478@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1435/devel Modified Files: .cvsignore perl-MIME-Types.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.17-1 - 1.17. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Oct 2005 19:53:58 -0000 1.4 +++ .cvsignore 15 Aug 2006 08:43:01 -0000 1.5 @@ -1 +1 @@ -MIME-Types-1.16.tar.gz +MIME-Types-1.17.tar.gz Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/perl-MIME-Types.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MIME-Types.spec 2 Oct 2005 19:53:58 -0000 1.8 +++ perl-MIME-Types.spec 15 Aug 2006 08:43:01 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-MIME-Types -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: MIME types module for Perl @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.17-1 +- 1.17. + * Sun Oct 2 2005 Ville Skytt?? - 1.16-1 - 1.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Oct 2005 19:53:58 -0000 1.4 +++ sources 15 Aug 2006 08:43:01 -0000 1.5 @@ -1 +1 @@ -311f9bc8d0eba40667c898a57d0eac23 MIME-Types-1.16.tar.gz +687f985c74d4cdacd2a6ee8a2c51971d MIME-Types-1.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:53:53 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:53:53 -0700 Subject: owners owners.list,1.1398,1.1399 Message-ID: <200608150853.k7F8rtLQ001687@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1669 Modified Files: owners.list Log Message: add tetex-elsevier Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1398 retrieving revision 1.1399 diff -u -r1.1398 -r1.1399 --- owners.list 15 Aug 2006 03:51:28 -0000 1.1398 +++ owners.list 15 Aug 2006 08:53:53 -0000 1.1399 @@ -1867,6 +1867,7 @@ Fedora Extras|tetex-beamer|A LaTeX class for producing presentations and slides|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|tetex-bytefield|Create illustrations for network protocol specifications|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|tetex-dvipost|LaTeX post filter command to support change bars and overstrike mode|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|tetex-elsevier|Elsevier LaTeX style files and documentation|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|tetex-eurofont|Provides a command that prints a euro symbol|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|tetex-font-cm-lgc|The CM-LGC Type1 fonts for LaTeX|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|tetex-font-kerkis|The Kerkis type 1 fonts for LaTeX|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 09:08:41 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Tue, 15 Aug 2006 02:08:41 -0700 Subject: rpms/x3270/devel x3270.spec,1.23,1.24 Message-ID: <200608150908.k7F98hXE004358@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/rpms/x3270/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4341 Modified Files: x3270.spec Log Message: - fix requirements of -X11 subpackage Index: x3270.spec =================================================================== RCS file: /cvs/extras/rpms/x3270/devel/x3270.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- x3270.spec 12 Jul 2006 09:26:06 -0000 1.23 +++ x3270.spec 15 Aug 2006 09:08:41 -0000 1.24 @@ -5,7 +5,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 3.3.4p7 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Internet URL: http://www.geocities.com/SiliconValley/Peaks/7814 @@ -37,7 +37,8 @@ BuildRequires: libXt-devel Requires: %{name} = %{version} Requires: gtk2 >= 2.6 -Requires(pre): chkfontpath +Requires(post): /usr/bin/mkfontdir /usr/sbin/chkfontpath +Requires(postun): /usr/bin/mkfontdir /usr/sbin/chkfontpath %package text Summary: IBM 3278/3279 terminal emulator for text mode @@ -192,6 +193,9 @@ %{_mandir}/man1/c3270* %changelog +* Tue Aug 15 2006 Karsten Hopp 3.3.4p7-4 +- fix requirements of -X11 subpackage + * Wed Jul 12 2006 Karsten Hopp 3.3.4p7-3 - fix fileconflicts in subpackages From fedora-extras-commits at redhat.com Tue Aug 15 09:22:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 15 Aug 2006 02:22:12 -0700 Subject: rpms/gnome-build/devel gnome-build.spec,1.1,1.2 Message-ID: <200608150922.k7F9MEEN004469@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4447 Modified Files: gnome-build.spec Log Message: Modified spec file for gnome-build gnome-build.spec Index: gnome-build.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/gnome-build.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-build.spec 14 Aug 2006 21:20:29 -0000 1.1 +++ gnome-build.spec 15 Aug 2006 09:22:12 -0000 1.2 @@ -1,13 +1,14 @@ Name: gnome-build Summary: GNOME Build Framework Version: 0.1.3 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.1/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://www.gnome.org/projects/devtools/gnomebuild.shtml BuildRequires: anjuta-gdl-devel, libgnomeui-devel, intltool, libtool, gettext +Provides: perl(GBF::Make) %description This is the GNOME Build Framework (GBF). @@ -85,6 +86,9 @@ %{_libdir}/libgbf-widgets-1.so %changelog +* Tue Aug 15 2006 Paul F. Johnson 0.1.3-9 +- Added provides perl(gbf-make) + * Mon Aug 14 2006 Paul F. Johnson 0.1.3-8 - Changed URL - Added pkgconfig to the R on devel From fedora-extras-commits at redhat.com Tue Aug 15 09:28:13 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 02:28:13 -0700 Subject: fedora-security/audit fc6,1.9,1.10 Message-ID: <200608150928.k7F9SDsU004543@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4525 Modified Files: fc6 Log Message: Deal with some more easy reviews where looking at the filelist in the srpm or changelog comments in association with the version change between fc5/fc6 is sufficient. The remainder require additional work looking at patches and confirming by hand Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fc6 15 Aug 2006 07:47:33 -0000 1.9 +++ fc6 15 Aug 2006 09:28:10 -0000 1.10 @@ -13,9 +13,9 @@ ** are items that need attention -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### -CVE-2006-4020 VULNERABLE (php) #201767 ### -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) fc5#202247 +CVE-2006-4020 VULNERABLE (php) fc5#201767 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) fc5#202196 CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) @@ -43,11 +43,11 @@ CVE-2006-3802 version (firefox, fixed 1.5.0.5) CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) -CVE-2006-3747 backport (httpd, fixed 2.2.3) ### +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash -CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### +CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3672 ignore (konqueror) just a crash @@ -60,36 +60,36 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (gcc/fastjar) ### +CVE-2006-3619 VULNERABLE (gcc/fastjar 0.93) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable -CVE-2006-3469 VULNERABLE (mysql) ### +CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream -CVE-2006-3467 VULNERABLE (freetype) ### -CVE-2006-3467 VULNERABLE (xorg) #202475 -CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### +CVE-2006-3467 version (freetype, fixed 2.2) +CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 ### +CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3462 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3461 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3460 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3459 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3404 version (gimp, fixed 2.2.12) CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils -CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### +CVE-2006-3376 backport (libwmf) from changelog CVE-2006-3352 ignore (firefox) not a vulnerability CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) -CVE-2006-3122 ** dhcp ### +CVE-2006-3122 ** dhcp CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -101,8 +101,8 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2916 ignore (arts) not shipped setuid ### -CVE-2006-2906 VULNERABLE (gd) #194520 ### +CVE-2006-2916 ignore (arts) not shipped setuid +CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) @@ -117,7 +117,7 @@ CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) CVE-2006-2782 version (firefox, fixed 1.5.0.4) CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2780 VULNERABLE (firefox) ### +CVE-2006-2780 version (firefox, fixed 1.5.0.4) CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) CVE-2006-2779 version (firefox, fixed 1.5.0.4) CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) @@ -138,7 +138,7 @@ CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe -CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### +CVE-2006-2452 version (gdm) CVE-2006-2451 version (kernel, fixed 2.6.17.4) CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) @@ -165,7 +165,7 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### -CVE-2006-2073 VULNERABLE (bind) ### +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux @@ -243,9 +243,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) ### -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -284,7 +284,7 @@ CVE-2006-1066 version (kernel, fixed 2.6.16) CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) -CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### +CVE-2006-1058 version (busybox, fixed 1.2.x) CVE-2006-1057 version (gdm, fixed 2.14.1) CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) @@ -311,13 +311,13 @@ CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) -CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### +CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch CVE-2006-0558 version (kernel, fixed 2.6.16) CVE-2006-0557 version (kernel, fixed 2.6.15.6) CVE-2006-0555 version (kernel, fixed 2.6.16) CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) -CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### +CVE-2006-0528 version (cairo, fixed 1.0.4) CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) @@ -331,9 +331,9 @@ CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) CVE-2006-0301 version (poppler, fixed 0.4.5) -CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### +CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) -CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### +CVE-2006-0300 backport (tar) ### CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) @@ -382,7 +382,7 @@ CVE-2005-4703 ignore (tomcat) windows only CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix -CVE-2005-4667 backport (unzip) ### +CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) CVE-2005-4636 version (openoffice.org, fixed 2.0.1) CVE-2005-4635 version (kernel, fixed 2.6.15) @@ -391,13 +391,13 @@ CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) -CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE ### +CVE-2005-4268 backport (cpio) cpio-2.6-writeOutHeaderBufferOverflow.patch CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html CVE-2005-4077 version (curl, fixed 7.15.1) -CVE-2005-3964 backport (openmotif) ### +CVE-2005-3964 backport (openmotif) from changelog CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) @@ -425,28 +425,28 @@ CVE-2005-3629 version (initscripts, fixed 8.29 at least) CVE-2005-3628 version (poppler, fixed 0.4.4) CVE-2005-3628 version (kdegraphics, fixed 3.5.1) -CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3628 version (cups, fixed 1.2.0) CVE-2005-3627 version (poppler, fixed 0.4.4) CVE-2005-3627 version (kdegraphics, fixed 3.5.1) -CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3627 backport (tetex) ### +CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3627 backport (tetex) CVE-2005-3627 version (cups, fixed 1.2.0) CVE-2005-3626 version (poppler, fixed 0.4.4) CVE-2005-3626 version (kdegraphics, fixed 3.5.1) -CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3626 backport (tetex) ### +CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3626 backport (tetex) CVE-2005-3626 version (cups, fixed 1.2.0) CVE-2005-3625 version (poppler, fixed 0.4.4) CVE-2005-3625 version (kdegraphics, fixed 3.5.1) -CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3625 backport (tetex) ### +CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3625 backport (tetex) CVE-2005-3625 version (cups, fixed 1.2.0) CVE-2005-3624 version (poppler, fixed 0.4.4) CVE-2005-3624 version (kdegraphics, fixed 3.5.1) -CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3624 backport (tetex) ### +CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3624 backport (tetex) CVE-2005-3624 version (cups, fixed 1.2.0) CVE-2005-3623 version (kernel, fixed 2.6.14.5) CVE-2005-3582 version (ImageMagick) gentoo only @@ -487,18 +487,18 @@ CVE-2005-3241 version (wireshark, fixed 0.10.13) CVE-2005-3193 version (poppler, fixed 0.4.4) CVE-2005-3193 version (kdegraphics, fixed 3.5.1) -CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3193 version (cups, fixed 1.2.0) CVE-2005-3192 version (poppler, fixed 0.4.4) CVE-2005-3192 version (kdegraphics, fixed 3.5.1) -CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3192 version (cups, fixed 1.2.0) CVE-2005-3191 version (poppler, fixed 0.4.4) CVE-2005-3191 version (kdegraphics, fixed 3.5.1) -CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3191 version (cups, fixed 1.2.0) CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) CVE-2005-3185 version (wget, fixed 1.10.2 at least) @@ -508,7 +508,7 @@ CVE-2005-3180 version (kernel, fixed 2.6.13.4) CVE-2005-3179 version (kernel, fixed 2.6.13.4) CVE-2005-3164 version (tomcat, not 5) -CVE-2005-3120 backport (lynx) ### +CVE-2005-3120 backport (lynx) changelog CVE-2005-3119 version (kernel, fixed 2.6.13.4) CVE-2005-3110 version (kernel, fixed 2.6.12) CVE-2005-3109 version (kernel, fixed 2.6.12) @@ -522,8 +522,8 @@ CVE-2005-3054 ignore (php) CVE-2005-3053 version (kernel, fixed 2.6.12.5) CVE-2005-3044 version (kernel, fixed 2.6.13.2) -CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### -CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### +CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch +CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) CVE-2005-2975 version (gtk2, fixed 2.8.7) @@ -536,7 +536,7 @@ CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) -CVE-2005-2929 backport (lynx) ### +CVE-2005-2929 backport (lynx) changelog CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) @@ -568,7 +568,7 @@ CVE-2005-2702 version (firefox, fixed 1.0.7) CVE-2005-2701 version (firefox, fixed 1.0.7) CVE-2005-2700 version (httpd, not 2.2) -CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### +CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch CVE-2005-2672 version (lm_sensors, fixed 2.9.2) CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only @@ -596,7 +596,7 @@ CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) -CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### +CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible CVE-2005-2458 version (kernel, fixed 2.6.12.5) @@ -653,7 +653,7 @@ CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) -CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### +CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) @@ -682,9 +682,9 @@ CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) -CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### +CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) -CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### +CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) @@ -735,9 +735,9 @@ CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) -CVE-2005-1229 backport (cpio) ### -CVE-2005-1228 backport (gzip) ### -CVE-2005-1194 backport (nasm) ### +CVE-2005-1229 backport (cpio) cpio-2.6-dirTraversal.patch +CVE-2005-1228 backport (gzip) changelog +CVE-2005-1194 backport (nasm) changelog CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) @@ -751,24 +751,24 @@ CVE-2005-1155 version (firefox) CVE-2005-1154 version (firefox) CVE-2005-1153 version (firefox) -CVE-2005-1111 backport (cpio) ### -CVE-2005-1065 version (tetex) not upstream version ### +CVE-2005-1111 backport (cpio) cpio-2.6-chmodRaceC.patch +CVE-2005-1065 version (tetex) not upstream version CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue -CVE-2005-1038 backport (vixie-cron) ### +CVE-2005-1038 backport (vixie-cron) CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) CVE-2005-0989 version (firefox, fixed 1.0.3) -CVE-2005-0988 backport (gzip) ### +CVE-2005-0988 backport (gzip) changelog CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) -CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### +CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch CVE-2005-0941 version (openoffice.org, fixed 1.9 m95) CVE-2005-0937 version (kernel, fixed 2.6.11) CVE-2005-0916 version (kernel, fixed 2.6.12) @@ -789,7 +789,7 @@ CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) -CVE-2005-0758 backport (bzip2) ### +CVE-2005-0758 backport (bzip2) CVE-2005-0757 version (kernel, not 2.6) CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) @@ -812,7 +812,7 @@ CVE-2005-0627 version (qt, fixed 3.3.4) CVE-2005-0626 version (squid, fixed 2.5.STABLE10) CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) -CVE-2005-0605 backport (openmotif) ### +CVE-2005-0605 backport (openmotif) CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) CVE-2005-0593 version (firefox) @@ -840,14 +840,14 @@ CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) -CVE-2005-0488 backport (telnet) ### -CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### +CVE-2005-0488 backport (telnet) +CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch CVE-2005-0473 version (gaim, fixed 1.1.3) CVE-2005-0472 version (gaim, fixed 1.1.3) CVE-2005-0469 version (krb5, fixed 1.4.1) -CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### +CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch CVE-2005-0468 version (krb5, fixed 1.4.1) -CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### +CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch CVE-2005-0449 version (kernel, fixed 2.6.11) CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) @@ -1014,7 +1014,7 @@ CVE-2004-1382 version (glibc, not 2.3.5) CVE-2004-1381 version (firefox) CVE-2004-1380 version (firefox) -CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### +CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) CVE-2004-1335 version (kernel, fixed 2.6.10) @@ -1024,8 +1024,8 @@ CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) -CVE-2004-1296 backport (groff) from srpm ### -CVE-2004-1287 backport (nasm) ### +CVE-2004-1296 backport (groff) from srpm +CVE-2004-1287 backport (nasm) changelog CVE-2004-1270 version (cups, fixed 1.1.23) CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) @@ -1038,8 +1038,8 @@ CVE-2004-1191 version (kernel, fixed 2.6.9) CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) -CVE-2004-1186 backport (enscript) ### -CVE-2004-1185 backport (enscript) ### +CVE-2004-1186 backport (enscript) enscript-1.6.1-CAN-2004-1186.patch +CVE-2004-1185 backport (enscript) enscript-1.6.1-CAN-2004-1185.patch CVE-2004-1184 version (enscript, fixed 1.6.4 at least) CVE-2004-1183 version (libtiff, fixed 3.7.2) CVE-2004-1180 version (rwho, fixed 0.17) @@ -1048,7 +1048,7 @@ CVE-2004-1175 version (mc, fixed 4.6.0) CVE-2004-1174 version (mc, fixed 4.6.0) CVE-2004-1171 version (kdelibs, not 3.4) -CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### +CVE-2004-1170 backport (a2ps) a2ps-shell.patch CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (firefox) @@ -1100,19 +1100,19 @@ CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) -CVE-2004-0996 backport (cscope) not fixed in 15.5 ### +CVE-2004-0996 backport (cscope) not fixed in 15.5 CVE-2004-0990 version (gd, fixed 2.0.33 at least) CVE-2004-0989 version (libxml2, fixed 2.6.15) CVE-2004-0986 version (iptables, fixed 1.2.12) CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) -CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### +CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) CVE-2004-0974 version (netatalk, fixed 2.0.1) CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) -CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### +CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch CVE-2004-0970 version (gzip) CVE-2004-0969 version (groff, fixed 1.18.1.1) CVE-2004-0968 version (glibc, fixed 2.3.5 at least) @@ -1126,7 +1126,7 @@ CVE-2004-0956 version (mysql, fixed 4.0.20) CVE-2004-0946 version (nfs-utils, fixed 1.0.6-r6) CVE-2004-0942 version (httpd, not 2.2) -CVE-2004-0941 backport (gd) ### +CVE-2004-0941 backport (gd) CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) @@ -1134,7 +1134,7 @@ CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) -CVE-2004-0914 backport (openmotif) ### +CVE-2004-0914 backport (openmotif) CVE-2004-0909 version (thunderbird) CVE-2004-0909 version (firefox) CVE-2004-0907 version (thunderbird) @@ -1145,7 +1145,7 @@ CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (tetex, fixed 3.0) -CVE-2004-0888 version (kdegraphics, not 3.4) ### +CVE-2004-0888 version (kdegraphics, not 3.4) CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) @@ -1196,8 +1196,8 @@ CVE-2004-0779 version (firefox) CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) -CVE-2004-0771 backport (lha, changelog) ### -CVE-2004-0769 backport (lha, changelog) ### +CVE-2004-0771 backport (lha) changelog +CVE-2004-0769 backport (lha) changelog CVE-2004-0768 version (libpng, fixed 1.2.6) CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) @@ -1209,10 +1209,10 @@ CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) -CVE-2004-0745 backport (lha) ### +CVE-2004-0745 backport (lha) changelog CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0700 version (httpd, not 2.2) -CVE-2004-0694 backport (lha, changelog) ### +CVE-2004-0694 backport (lha) changelog CVE-2004-0693 version (qt, fixed 3.3.3) CVE-2004-0692 version (qt, fixed 3.3.3) CVE-2004-0691 version (qt, fixed 3.3.3) @@ -1237,7 +1237,7 @@ CVE-2004-0626 version (kernel, fixed 2.6.8) CVE-2004-0619 version (kernel) no driver CVE-2004-0607 version (racoon) -CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### +CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch CVE-2004-0600 version (samba, fixed 3.0.6) CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) @@ -1303,8 +1303,8 @@ CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) CVE-2004-0256 version (libtool, fixed 1.5.2) -CVE-2004-0235 backport (lha, changelog) ### -CVE-2004-0234 backport (lha, changelog) ### +CVE-2004-0235 backport (lha) changelog +CVE-2004-0234 backport (lha) changelog CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) @@ -1490,7 +1490,7 @@ CVE-2003-0430 version (wireshark, fixed after 0.9.12) CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) -CVE-2003-0427 backport (mikmod) ### +CVE-2003-0427 backport (mikmod) from changelog CVE-2003-0418 version (kernel, not 2.6) CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) @@ -1591,7 +1591,7 @@ CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) -CVE-2002-2211 ** bind ### +CVE-2002-2211 ** bind CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) @@ -1602,7 +1602,7 @@ CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) -CVE-2002-1814 ignore (bonobo) not shipped setuid ### +CVE-2002-1814 ignore (libbonobo) not shipped setuid CVE-2002-1793 version (mod_ssl), also only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) @@ -1619,4 +1619,4 @@ CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) -CVE-1999-1572 backport (cpio) ### +CVE-1999-1572 backport (cpio) cpio-2.6-umask.patch From fedora-extras-commits at redhat.com Tue Aug 15 09:58:15 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 02:58:15 -0700 Subject: fedora-security/audit fc6,1.10,1.11 Message-ID: <200608150958.k7F9wFeb004661@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4643 Modified Files: fc6 Log Message: Deal with xorg-server by looking at the srpm and tarball and comparing to patches at http://xorg.freedesktop.org/releases/X11R7.0/patches/ Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fc6 15 Aug 2006 09:28:10 -0000 1.10 +++ fc6 15 Aug 2006 09:58:13 -0000 1.11 @@ -255,7 +255,7 @@ CVE-2006-1529 version (firefox, fixed 1.5.0.2) CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) -CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### +CVE-2006-1526 version (xorg-x11-server, fixed 1.1.1 at least) CVE-2006-1525 version (kernel, fixed 2.6.16.8) CVE-2006-1524 version (kernel, fixed 2.6.16.7) CVE-2006-1523 version (kernel, fixed 2.6.16.4) @@ -302,7 +302,7 @@ CVE-2006-0748 version (firefox, fixed 1.5.0.2) CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) -CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### +CVE-2006-0745 version (xorg-x11-server, fixed 1.1.1 at least) CVE-2006-0744 version (kernel, fixed 2.6.16.5) CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) From fedora-extras-commits at redhat.com Tue Aug 15 10:11:17 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 03:11:17 -0700 Subject: fedora-security/audit fc6,1.11,1.12 Message-ID: <200608151011.k7FABHpQ007346@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7328 Modified Files: fc6 Log Message: Deal with libtiff by looking at the 3.8.2 upstream source; also some old firefox issues that are mostly unfixed Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- fc6 15 Aug 2006 09:58:13 -0000 1.11 +++ fc6 15 Aug 2006 10:11:15 -0000 1.12 @@ -103,7 +103,7 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog -CVE-2006-2894 VULNERABLE (firefox) ### +CVE-2006-2894 VULNERABLE (firefox) CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) @@ -133,7 +133,7 @@ CVE-2006-2723 ignore (firefox) disputed CVE-2006-2661 version (freetype, fixed 2.2.1) CVE-2006-2660 ignore (php) see bz#195539 -CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### +CVE-2006-2656 backport (libtiff) tiffsplit-overflow.patch CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### @@ -163,8 +163,8 @@ CVE-2006-2199 version (openoffice.org, fixed 2.0.3) CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid -CVE-2006-2193 VULNERABLE (libtiff) #194363 ### -CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### +CVE-2006-2193 VULNERABLE (libtiff) fc5#194363 +CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) @@ -318,7 +318,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection @@ -380,7 +380,7 @@ CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### +CVE-2005-4685 VULNERABLE (firefox) not fixed upstream CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) @@ -1368,7 +1368,8 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### +CVE-2003-1265 VULNERABLE (firefox) +CVE-2003-1265 VULNERABLE (thunderbird) CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) From fedora-extras-commits at redhat.com Tue Aug 15 13:49:06 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 06:49:06 -0700 Subject: fedora-security/audit fc6,1.12,1.13 Message-ID: <200608151349.k7FDn6AN017299@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17281 Modified Files: fc6 Log Message: More source code review Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fc6 15 Aug 2006 10:11:15 -0000 1.12 +++ fc6 15 Aug 2006 13:49:03 -0000 1.13 @@ -60,12 +60,12 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (gcc/fastjar 0.93) ### +CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 ### +CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -83,7 +83,7 @@ CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) -CVE-2006-3122 ** dhcp +CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) @@ -136,7 +136,7 @@ CVE-2006-2656 backport (libtiff) tiffsplit-overflow.patch CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC -CVE-2006-2607 backport (vixie-cron) #177476 ### +CVE-2006-2607 backport (vixie-cron) vixie-cron-4.1-_42-bz178431.patch CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) CVE-2006-2451 version (kernel, fixed 2.6.17.4) @@ -308,7 +308,7 @@ CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### -CVE-2006-0670 VULNERABLE (bluez-hcidump) ### +CVE-2006-0670 version (bluez-hcidump, fixed 1.30) CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch @@ -654,7 +654,7 @@ CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch -CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### +CVE-2005-2023 version (gnupg, only 1.9.14) CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (firefox, fixed 1.0.5) @@ -806,7 +806,6 @@ CVE-2005-0705 version (wireshark, fixed after 0.10.9) CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) -CVE-2005-0670 VULNERABLE (hcidump) ### CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) @@ -940,11 +939,11 @@ CVE-2005-0078 version (kde, fixed 3.0.5) CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) CVE-2005-0075 version (squirrelmail, fixed 1.4.4) -CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### +CVE-2005-0069 version (vim, fixed 7.0 at least) CVE-2005-0064 version (xpdf, fixed 3.0.1) CVE-2005-0064 version (tetex, fixed 3.0) CVE-2005-0064 version (kdegraphics, not 3.4) -CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### +CVE-2005-0064 version (cups, fixed 1.2.2) CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc CVE-2005-0034 version (bind, fixed after 9.3.0) CVE-2005-0033 version (bind, not 9) @@ -1291,12 +1290,12 @@ CVE-2004-0411 version (kdelibs, fixed 3.3) CVE-2004-0409 version (xchat, fixed after 2.0.8) CVE-2004-0405 version (cvs, fixed 1.11) -CVE-2004-0403 version (racoon, fixed 20040408a) ### +CVE-2004-0403 version (racoon, fixed ipsec-tools-0.6.5 at least) CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability -CVE-2004-0392 version (racoon, fixed 20040407b) ### +CVE-2004-0392 version (racoon, fixed 20040407b) CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) CVE-2004-0367 version (wireshark, fixed 0.10.3) @@ -1326,8 +1325,8 @@ CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) -CVE-2004-0164 version (racoon) ### -CVE-2004-0155 version (racoon) ### +CVE-2004-0164 version (racoon) +CVE-2004-0155 version (racoon) CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) From fedora-extras-commits at redhat.com Tue Aug 15 14:35:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:27 -0700 Subject: rpms/perl-Scalar-Properties - New directory Message-ID: <200608151435.k7FEZT0q020283@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20257/perl-Scalar-Properties Log Message: Directory /cvs/extras/rpms/perl-Scalar-Properties added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:35:28 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:28 -0700 Subject: rpms/perl-Scalar-Properties/devel - New directory Message-ID: <200608151435.k7FEZUTH020286@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20257/perl-Scalar-Properties/devel Log Message: Directory /cvs/extras/rpms/perl-Scalar-Properties/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:35:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:49 -0700 Subject: rpms/perl-Scalar-Properties/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151435.k7FEZsLw020336@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20302/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Scalar-Properties --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 14:35:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:49 -0700 Subject: rpms/perl-Scalar-Properties Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151435.k7FEZsfO020335@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20302 Added Files: Makefile import.log Log Message: Setup of module perl-Scalar-Properties --- NEW FILE Makefile --- # Top level Makefile for module perl-Scalar-Properties all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 14:36:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:36:22 -0700 Subject: rpms/perl-Scalar-Properties import.log,1.1,1.2 Message-ID: <200608151436.k7FEaOaA020399@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20366 Modified Files: import.log Log Message: auto-import perl-Scalar-Properties-0.12-1 on branch devel from perl-Scalar-Properties-0.12-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 14:35:48 -0000 1.1 +++ import.log 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +perl-Scalar-Properties-0_12-1:HEAD:perl-Scalar-Properties-0.12-1.src.rpm:1155652581 From fedora-extras-commits at redhat.com Tue Aug 15 14:36:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:36:22 -0700 Subject: rpms/perl-Scalar-Properties/devel perl-Scalar-Properties.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151436.k7FEaO3h020404@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20366/devel Modified Files: .cvsignore sources Added Files: perl-Scalar-Properties.spec Log Message: auto-import perl-Scalar-Properties-0.12-1 on branch devel from perl-Scalar-Properties-0.12-1.src.rpm --- NEW FILE perl-Scalar-Properties.spec --- Name: perl-Scalar-Properties Version: 0.12 Release: 1%{?dist} Summary: Run-time properties on scalar variables Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Scalar-Properties/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Scalar-Properties-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Scalar::Properties attempts to make Perl more object-oriented by taking an idea from Ruby: Everything you manipulate is an object, and the results of those manipulations are objects themselves. %prep %setup -q -n Scalar-Properties-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/Scalar/ %{_mandir}/man3/*.3pm* %changelog * Sun Apr 09 2006 Jose Pedro Oliveira - 0.12-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 14:35:49 -0000 1.1 +++ .cvsignore 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +Scalar-Properties-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 14:35:49 -0000 1.1 +++ sources 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +19aefcff9043f8645d42f0bbe8c39d18 Scalar-Properties-0.12.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:37:53 -0700 Subject: rpms/perl-Data-Compare - New directory Message-ID: <200608151437.k7FEbta4020507@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/perl-Data-Compare Log Message: Directory /cvs/extras/rpms/perl-Data-Compare added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:37:53 -0700 Subject: rpms/perl-Data-Compare/devel - New directory Message-ID: <200608151438.k7FEbtb5020510@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/perl-Data-Compare/devel Log Message: Directory /cvs/extras/rpms/perl-Data-Compare/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:38:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:14 -0700 Subject: rpms/perl-Data-Compare Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151438.k7FEcGEr020559@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526 Added Files: Makefile import.log Log Message: Setup of module perl-Data-Compare --- NEW FILE Makefile --- # Top level Makefile for module perl-Data-Compare all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 14:38:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:15 -0700 Subject: rpms/perl-Data-Compare/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151438.k7FEcHD6020562@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Data-Compare --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 14:38:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:44 -0700 Subject: rpms/perl-Data-Compare import.log,1.1,1.2 Message-ID: <200608151438.k7FEckJ2020625@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20592 Modified Files: import.log Log Message: auto-import perl-Data-Compare-0.13-1 on branch devel from perl-Data-Compare-0.13-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 14:38:14 -0000 1.1 +++ import.log 15 Aug 2006 14:38:44 -0000 1.2 @@ -0,0 +1 @@ +perl-Data-Compare-0_13-1:HEAD:perl-Data-Compare-0.13-1.src.rpm:1155652724 From fedora-extras-commits at redhat.com Tue Aug 15 14:38:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:45 -0700 Subject: rpms/perl-Data-Compare/devel perl-Data-Compare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151438.k7FEcl80020630@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20592/devel Modified Files: .cvsignore sources Added Files: perl-Data-Compare.spec Log Message: auto-import perl-Data-Compare-0.13-1 on branch devel from perl-Data-Compare-0.13-1.src.rpm --- NEW FILE perl-Data-Compare.spec --- Name: perl-Data-Compare Version: 0.13 Release: 1%{?dist} Summary: Compare perl data structures Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Data-Compare/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Find::Rule) BuildRequires: perl(Scalar::Properties) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module compares arbitrary data structures to see if they are copies of each other. %prep %setup -q -n Data-Compare-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES MAINTAINERS-NOTE README TODO %{perl_vendorlib}/Data/ %{_mandir}/man3/*.3pm* %changelog * Sun Apr 09 2006 Jose Pedro Oliveira - 0.13-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 14:38:15 -0000 1.1 +++ .cvsignore 15 Aug 2006 14:38:45 -0000 1.2 @@ -0,0 +1 @@ +Data-Compare-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 14:38:15 -0000 1.1 +++ sources 15 Aug 2006 14:38:45 -0000 1.2 @@ -0,0 +1 @@ +874a13f201c6948e84867f82d950907a Data-Compare-0.13.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:44:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:44:09 -0700 Subject: owners owners.list,1.1399,1.1400 Message-ID: <200608151444.k7FEiCnP020713@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20696 Modified Files: owners.list Log Message: New packages: perl-Scalar-Properties (#202318) and perl-Data-Compare (#202319) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1399 retrieving revision 1.1400 diff -u -r1.1399 -r1.1400 --- owners.list 15 Aug 2006 08:53:53 -0000 1.1399 +++ owners.list 15 Aug 2006 14:44:09 -0000 1.1400 @@ -1147,6 +1147,7 @@ Fedora Extras|perl-CSS-Tiny|Read/Write .css files with as little code as possible|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Curses|Perl bindings for ncurses|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Buffer|Read/write buffer class for perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Data-Compare|Compare perl data structures|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-HexDump|Hexadecial Dumper|andreas at bawue.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Hierarchy|Handle data in a hierarchical structure|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Page|Help when paging through sets of results|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1396,6 +1397,7 @@ Fedora Extras|perl-Regexp-Common|Regexp::Common Perl module|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Regexp-Shellish|Shell-like regular expressions|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Scalar-Properties|Run-time properties on scalar variables|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 15 14:51:33 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:51:33 -0700 Subject: rpms/perl-AppConfig/FC-5 .cvsignore, 1.2, 1.3 perl-AppConfig.spec, 1.9, 1.10 sources, 1.2, 1.3 Message-ID: <200608151451.k7FEpZV5020804@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-AppConfig/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20783 Modified Files: .cvsignore perl-AppConfig.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:57:32 -0000 1.2 +++ .cvsignore 15 Aug 2006 14:51:33 -0000 1.3 @@ -1 +1 @@ -AppConfig-1.56.tar.gz +AppConfig-1.63.tar.gz Index: perl-AppConfig.spec =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/perl-AppConfig.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-AppConfig.spec 17 Feb 2006 18:59:55 -0000 1.9 +++ perl-AppConfig.spec 15 Aug 2006 14:51:33 -0000 1.10 @@ -1,16 +1,17 @@ Name: perl-AppConfig -Version: 1.56 -Release: 4%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/AppConfig/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(File::HomeDir) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +51,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes LICENSE README TODO %{perl_vendorlib}/* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.63-1 +- Update to 1.63. +- New upstream maintainer. + * Fri Feb 17 2006 Jose Pedro Oliveira - 1.56-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:57:32 -0000 1.2 +++ sources 15 Aug 2006 14:51:33 -0000 1.3 @@ -1 +1 @@ -16a69f81aaf2b86ee30b25541f58cac0 AppConfig-1.56.tar.gz +60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:53:05 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 07:53:05 -0700 Subject: fedora-security/audit fc6,1.13,1.14 Message-ID: <200608151453.k7FEr57F020878@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20860 Modified Files: fc6 Log Message: Six more done, 12 to go Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- fc6 15 Aug 2006 13:49:03 -0000 1.13 +++ fc6 15 Aug 2006 14:53:03 -0000 1.14 @@ -145,10 +145,10 @@ CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) -CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### +CVE-2006-2440 version (ImageMagick, fixed 6.2.8 at least) CVE-2006-2414 version (dovecot, fixed 1.0.beta8) not a security issue CVE-2006-2369 version (vnc, fixed 4.1.2) -CVE-2006-2366 VULNERABLE (openobex) #192087 ### +CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) @@ -246,7 +246,7 @@ CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### +CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) @@ -265,9 +265,9 @@ CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) -CVE-2006-1470 VULNERABLE (openldap) #197278 ### +CVE-2006-1470 VULNERABLE (openldap) fc5#197278 CVE-2006-1368 version (kernel, fixed 2.6.16) -CVE-2006-1354 VULNERABLE (freeradius) ### +CVE-2006-1354 version (freeradius, fixed 1.1.2 at least) CVE-2006-1343 version (kernel, fixed 2.6.16.19) CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) From fedora-extras-commits at redhat.com Tue Aug 15 15:44:05 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 08:44:05 -0700 Subject: fedora-security/audit fc6,1.14,1.15 Message-ID: <200608151544.k7FFi59s023630@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23612 Modified Files: fc6 Log Message: Just about finished with fc6test2 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fc6 15 Aug 2006 14:53:03 -0000 1.14 +++ fc6 15 Aug 2006 15:44:03 -0000 1.15 @@ -1,15 +1,8 @@ -********************************************************************** -* WORK IN PROGRESS -********************************************************************** - Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 -Notes: -1. Removed packages no longer shipped -2. Added packages newly shipped -3. Deal with libutempter/utempter -4. ### left to do (was 1771) +ACTION: Deal with libutempter/utempter +ACTION: Double check VULNERABLE and file fc6 bugs ** are items that need attention @@ -277,7 +270,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) #201919 ### +CVE-2006-1168 VULNERABLE (ncompress) fc5#201919 CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -295,7 +288,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0836 VULNERABLE (thunderbird) ### +CVE-2006-0836 VULNERABLE (thunderbird) CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) @@ -307,7 +300,7 @@ CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) -CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### +CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert CVE-2006-0670 version (bluez-hcidump, fixed 1.30) CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) @@ -333,7 +326,7 @@ CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) -CVE-2006-0300 backport (tar) ### +CVE-2006-0300 version (tar, fixed 1.15.90 at least) CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) @@ -374,8 +367,8 @@ CVE-2006-0019 version (kdelibs, fixed 3.5.1) CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough -CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### -CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### +CVE-2005-4746 version (freeradius, fixed 1.0.5) +CVE-2005-4745 version (freeradius, fixed 1.0.5) CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) @@ -592,7 +585,7 @@ CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) -CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### +CVE-2005-2491 ignore (python) fc6 python does not contain pcre CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) @@ -863,7 +856,7 @@ CVE-2005-0384 version (kernel, fixed 2.6.11.4) CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) -CVE-2005-0337 version (postfix, not 2.2) ### +CVE-2005-0337 version (postfix, fixed 2.1.4) CVE-2005-0255 version (thunderbird, fixed 1.0.2) CVE-2005-0255 version (firefox, fixed 1.0.1) CVE-2005-0247 version (postgresql, fixed after 8.0) @@ -1322,7 +1315,7 @@ CVE-2004-0177 version (kernel, fixed 2.6.6) CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) -CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### +CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) CVE-2004-0164 version (racoon) @@ -1330,7 +1323,7 @@ CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) ### +CVE-2004-0133 version (kernel, fixed 2.6.4) CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) @@ -1495,7 +1488,7 @@ CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) -CVE-2003-0367 backport (gzip) ### +CVE-2003-0367 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch CVE-2003-0364 version (kernel, not 2.6) CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) @@ -1530,7 +1523,7 @@ CVE-2003-0187 version (kernel, not 2.6) CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) -CVE-2003-0165 version (eog, fixed 2.2.2??) ### +CVE-2003-0165 version (eog, fixed 2.2.2) CVE-2003-0161 version (sendmail, fixed 8.12.9) CVE-2003-0160 version (squirrelmail, fixed 1.2.11) CVE-2003-0159 version (wireshark, fixed after 0.9.9) From fedora-extras-commits at redhat.com Tue Aug 15 17:49:39 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:49:39 -0700 Subject: rpms/seamonkey/devel .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.3, 1.4 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608151749.k7FHngI8029275@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29247 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 - Fix a build failure in mailnews mime code. * Thu Aug 03 2006 Kai Engert 1.0.4-2 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jun 2006 20:36:25 -0000 1.4 +++ .cvsignore 15 Aug 2006 17:49:39 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-configure.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- seamonkey-configure.patch 7 Jun 2006 20:36:25 -0000 1.3 +++ seamonkey-configure.patch 15 Aug 2006 17:49:39 -0000 1.4 @@ -1,5 +1,5 @@ ---- mozilla/configure.xxx 2006-06-07 20:11:30.000000000 +0200 -+++ mozilla/configure 2006-06-07 20:12:15.000000000 +0200 +--- mozilla/configure.pre999 2006-08-03 22:59:11.000000000 +0200 ++++ mozilla/configure 2006-08-03 22:59:14.000000000 +0200 @@ -941,7 +941,7 @@ fi @@ -27,13 +27,7 @@ build_alias=$build case "$build_alias" in -@@ -1050,12 +1050,12 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do +@@ -1055,7 +1055,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -309,390 +303,348 @@ if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1886,6 +1886,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF + #include "confdefs.h" + #include + $ac_declaration +@@ -1904,7 +1904,7 @@ + exit (42); + ; return 0; } + EOF +-if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5 +@@ -1914,14 +1914,14 @@ + fi + rm -f conftest* + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1899,7 +1950,7 @@ + rm -rf conftest* + break + else +@@ -1950,7 +1950,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 +-echo "configure:1946: checking for $ac_word" >&5 +echo "configure:1954: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1934,7 +1985,7 @@ +@@ -1985,7 +1985,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 +-echo "configure:1981: checking for $ac_word" >&5 +echo "configure:1989: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1969,7 +2020,7 @@ +@@ -2020,7 +2020,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 +-echo "configure:2016: checking for $ac_word" >&5 +echo "configure:2024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2010,7 +2061,7 @@ +@@ -2061,7 +2061,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 +-echo "configure:2057: checking for $ac_word" >&5 +echo "configure:2065: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2045,7 +2096,7 @@ +@@ -2096,7 +2096,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 +-echo "configure:2092: checking for $ac_word" >&5 +echo "configure:2100: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2080,7 +2131,7 @@ +@@ -2131,7 +2131,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 +-echo "configure:2127: checking for $ac_word" >&5 +echo "configure:2135: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2118,7 +2169,7 @@ +@@ -2169,7 +2169,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 +-echo "configure:2165: checking for $ac_word" >&5 +echo "configure:2173: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 [...6552 lines suppressed...] find_stack_direction () { -@@ -18343,7 +18535,7 @@ +@@ -18404,7 +18506,7 @@ exit (find_stack_direction() < 0); } EOF --if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18392,17 +18584,17 @@ +@@ -18453,17 +18555,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18588: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18559: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18482,7 +18674,7 @@ +@@ -18543,7 +18645,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18678: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18649: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18526,19 +18718,19 @@ +@@ -18587,19 +18689,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18722: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18693: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18729: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18700: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18734: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18705: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18603,7 +18795,7 @@ +@@ -18664,7 +18766,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18799: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18770: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18864,14 +19056,14 @@ +@@ -18925,14 +19027,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19139,6 +19331,10 @@ +@@ -19200,6 +19302,10 @@ @@ -5664,69 +5584,25 @@ cat >> confdefs.h < conftest.$ac_ext < -@@ -19182,7 +19378,7 @@ +@@ -19243,7 +19349,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19399,15 +19595,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19690,12 +19905,13 @@ +@@ -19770,12 +19876,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 15 Aug 2006 17:49:39 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 7 Jun 2006 20:36:25 -0000 1.5 +++ seamonkey.spec 15 Aug 2006 17:49:39 -0000 1.6 @@ -9,8 +9,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.0.4 +Release: 4%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -32,8 +32,9 @@ Patch1: firefox-1.0-prdtoa.patch Patch3: firefox-1.1-nss-system-nspr.patch Patch4: firefox-1.5-with-system-nss.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch +Patch7: thunderbird-mimeeobj-externalc.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch Patch42: firefox-1.1-uriloader.patch @@ -90,6 +91,7 @@ %endif %patch6 -p1 +%patch7 -p1 %patch21 -p1 %patch22 -p1 %patch42 -p0 @@ -404,6 +406,12 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-4 +- Use a different patch to disable visibility. +* Thu Aug 04 2006 Kai Engert 1.0.4-3 +- Fix a build failure in mailnews mime code. +* Thu Aug 03 2006 Kai Engert 1.0.4-2 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jun 2006 20:36:25 -0000 1.4 +++ sources 15 Aug 2006 17:49:39 -0000 1.5 @@ -1 +1 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 15 17:55:10 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:55:10 -0700 Subject: rpms/seamonkey/devel firefox-1.1-visibility.patch,NONE,1.1 Message-ID: <200608151755.k7FHtCe4029355@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337 Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 - Fix a build failure in mailnews mime code. * Thu Aug 03 2006 Kai Engert 1.0.4-2 - SeaMonkey 1.0.4 firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi From fedora-extras-commits at redhat.com Tue Aug 15 17:57:51 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:57:51 -0700 Subject: rpms/seamonkey/devel seamonkey.spec,1.6,1.7 Message-ID: <200608151757.k7FHvrrr029416@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29399 Modified Files: seamonkey.spec Log Message: * Tue Aug 15 2006 Kai Engert 1.0.4-5 - Commit forgotten visibility patch file. Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- seamonkey.spec 15 Aug 2006 17:49:39 -0000 1.6 +++ seamonkey.spec 15 Aug 2006 17:57:51 -0000 1.7 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -406,6 +406,8 @@ %changelog +* Tue Aug 15 2006 Kai Engert 1.0.4-5 +- Commit forgotten visibility patch file. * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 From fedora-extras-commits at redhat.com Tue Aug 15 18:25:03 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 11:25:03 -0700 Subject: rpms/seamonkey/devel thunderbird-mimeeobj-externalc.patch, NONE, 1.1 seamonkey.spec, 1.7, 1.8 Message-ID: <200608151825.k7FIP5sc032204@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32183 Modified Files: seamonkey.spec Added Files: thunderbird-mimeeobj-externalc.patch Log Message: * Tue Aug 15 2006 Kai Engert 1.0.4-6 - Yet another forgotten patch file. thunderbird-mimeeobj-externalc.patch: --- NEW FILE thunderbird-mimeeobj-externalc.patch --- --- mozilla/mailnews/mime/src/mimeeobj.h.preextc 2006-08-03 17:04:10.000000000 +0200 +++ mozilla/mailnews/mime/src/mimeeobj.h 2006-08-03 17:05:42.000000000 +0200 @@ -54,7 +54,7 @@ MimeLeafClass leaf; }; -extern MimeExternalObjectClass mimeExternalObjectClass; +extern "C" MimeExternalObjectClass mimeExternalObjectClass; struct MimeExternalObject { MimeLeaf leaf; Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- seamonkey.spec 15 Aug 2006 17:57:51 -0000 1.7 +++ seamonkey.spec 15 Aug 2006 18:25:03 -0000 1.8 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -406,6 +406,8 @@ %changelog +* Tue Aug 15 2006 Kai Engert 1.0.4-6 +- Yet another forgotten patch file. * Tue Aug 15 2006 Kai Engert 1.0.4-5 - Commit forgotten visibility patch file. * Thu Aug 04 2006 Kai Engert 1.0.4-4 From fedora-extras-commits at redhat.com Tue Aug 15 18:30:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:30:41 -0700 Subject: rpms/trackballs - New directory Message-ID: <200608151830.k7FIUh0O032328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32305/trackballs Log Message: Directory /cvs/extras/rpms/trackballs added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:30:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:30:41 -0700 Subject: rpms/trackballs/devel - New directory Message-ID: <200608151830.k7FIUheY032331@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32305/trackballs/devel Log Message: Directory /cvs/extras/rpms/trackballs/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:31:02 -0700 Subject: rpms/trackballs/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151831.k7FIV4af032396@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32360/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module trackballs --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 18:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:31:02 -0700 Subject: rpms/trackballs Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151831.k7FIV4tJ032393@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32360 Added Files: Makefile import.log Log Message: Setup of module trackballs --- NEW FILE Makefile --- # Top level Makefile for module trackballs all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 18:35:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:35:31 -0700 Subject: rpms/trackballs import.log,1.1,1.2 Message-ID: <200608151835.k7FIZXmI032481@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32444 Modified Files: import.log Log Message: auto-import trackballs-1.1.2-2 on branch devel from trackballs-1.1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/trackballs/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 18:31:01 -0000 1.1 +++ import.log 15 Aug 2006 18:35:31 -0000 1.2 @@ -0,0 +1 @@ +trackballs-1_1_2-2:HEAD:trackballs-1.1.2-2.src.rpm:1155667303 From fedora-extras-commits at redhat.com Tue Aug 15 18:35:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:35:32 -0700 Subject: rpms/trackballs/devel trackballs-16.png, NONE, 1.1 trackballs-32.png, NONE, 1.1 trackballs-48.png, NONE, 1.1 trackballs.desktop, NONE, 1.1 trackballs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151835.k7FIZYWN032486@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32444/devel Modified Files: .cvsignore sources Added Files: trackballs-16.png trackballs-32.png trackballs-48.png trackballs.desktop trackballs.spec Log Message: auto-import trackballs-1.1.2-2 on branch devel from trackballs-1.1.2-2.src.rpm --- NEW FILE trackballs.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Trackballs Comment=Steer a marble ball through a labyrinth Exec=trackballs Icon=trackballs.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE trackballs.spec --- Name: trackballs Version: 1.1.2 Release: 2%{?dist} Summary: Steer a marble ball through a labyrinth Group: Amusements/Games License: GPL URL: http://trackballs.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}-16.png Source3: %{name}-32.png Source4: %{name}-48.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: guile-devel libGLU-devel zlib-devel desktop-file-utils BuildRequires: SDL_ttf-devel SDL_mixer-devel SDL_image-devel %description Trackballs is a game in which you steer a marble ball through tracks of varying difficulty. The game features 3D graphics, an integerated level editor and high quality soundeffects and background music. %prep %setup -q iconv -f ISO-8859-1 -t UTF8 share/%{name}.6 > share/%{name}.6.tmp mv share/%{name}.6.tmp share/%{name}.6 # the install script does a chgrp to 'games', this doesn't work while # building as a user. Is group=games required? sed -i "s/chgrp/#chgrp/g;" share/Makefile* %build export CXXFLAGS="$RPM_OPT_FLAGS -DALT_HIGHSCORES=\\\"~\\\"" %configure sed -i 's|^mkinstalldirs.*|mkinstalldirs=$(MKINSTALLDIRS)|g' po/Makefile make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # we use the ALT (homedir based) highscore location rm $RPM_BUILD_ROOT%{_datadir}/%{name}/highScores %find_lang %{name} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png install -p -m 644 %{SOURCE4} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %doc AUTHORS COPYING ChangeLog FAQ README README.html TODO %defattr(-,root,root,-) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog * Tue Aug 15 2006 Hans de Goede 1.1.2-2 - Remove some redundant BR's * Mon Aug 14 2006 Hans de Goede 1.1.2-1 - Initial Fedora Extras version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 18:31:02 -0000 1.1 +++ .cvsignore 15 Aug 2006 18:35:32 -0000 1.2 @@ -0,0 +1 @@ +trackballs-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 18:31:02 -0000 1.1 +++ sources 15 Aug 2006 18:35:32 -0000 1.2 @@ -0,0 +1 @@ +9ea9ca93d87bb0f9ad8abca1b34af594 trackballs-1.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 18:37:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:24 -0700 Subject: rpms/trackballs-music - New directory Message-ID: <200608151837.k7FIbQAs032630@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32604/trackballs-music Log Message: Directory /cvs/extras/rpms/trackballs-music added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:37:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:25 -0700 Subject: rpms/trackballs-music/devel - New directory Message-ID: <200608151837.k7FIbR5f032633@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32604/trackballs-music/devel Log Message: Directory /cvs/extras/rpms/trackballs-music/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:37:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:42 -0700 Subject: rpms/trackballs-music Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151837.k7FIbibT032677@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32649 Added Files: Makefile import.log Log Message: Setup of module trackballs-music --- NEW FILE Makefile --- # Top level Makefile for module trackballs-music all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 18:37:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:42 -0700 Subject: rpms/trackballs-music/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151837.k7FIbidq032680@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32649/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module trackballs-music --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 18:55:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:55:31 -0700 Subject: rpms/trackballs-music import.log,1.1,1.2 Message-ID: <200608151855.k7FItXtC000301@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32728 Modified Files: import.log Log Message: auto-import trackballs-music-1.2-2 on branch devel from trackballs-music-1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 18:37:41 -0000 1.1 +++ import.log 15 Aug 2006 18:55:31 -0000 1.2 @@ -0,0 +1 @@ +trackballs-music-1_2-2:HEAD:trackballs-music-1.2-2.src.rpm:1155667481 From fedora-extras-commits at redhat.com Tue Aug 15 18:55:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:55:32 -0700 Subject: rpms/trackballs-music/devel tb_design.ogg, NONE, 1.1 tb_genesis.ogg, NONE, 1.1 tb_hrluebke.ogg, NONE, 1.1 tb_plinkeplanke.ogg, NONE, 1.1 trackballs-music.spec, NONE, 1.1 Message-ID: <200608151855.k7FItY45000304@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32728/devel Added Files: tb_design.ogg tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg trackballs-music.spec Log Message: auto-import trackballs-music-1.2-2 on branch devel from trackballs-music-1.2-2.src.rpm --- NEW FILE tb_design.ogg --- OggS z?9C?y?=T?y????????,49???@? Y  bN9K?Q?9LR?J ?B[??c ?#)K???R ?H??O???q??&????X??)? ?}W??B ?c?/???U?-?f??7?#??O ??9?-???? ??n;w??E??R???^~??z??2?????v%?<9?????m3???\'j~?-?i???3????? |?<]?k?/'?????j?????????????em?u??[*???^??Y4??w'???y??p?[m??T4??3???sPs?!?;?[Q???????^peDV?I?Wu?? ?????????L?????6????u????:?M?:w2???? ??b $U??????[?QLD0&T?Y?T??7??<\??m????????|?Y?.????QN?_zE??????a?G?O+??*u>$??????6(??,????Z??e 3???)???J ?}??;?I?O??4?K?*???????a?j?]???@Nnk??$?X 9??dgg??(6p?H(?????????$w???J????R???HH !K????^?  ?r?d??po??JTqHL? ]?[?<????n?<2?K??? $??}?f?Vw{huJ????q?????u?\?{?v??????z?\??^??G??\;????T0=??m\?v?7??g?8???,???1w???.vP ??B?T??i?>??0CF?m?V(C ??P?B????-?B?dD?s2?UBV???t???B???P+???fG??S}?mY?$?????d?w??51????E?z/62??g&??>???zq1?2?????*<?)?.?*??/???^cD?Cn???_??8????t???Q-???E?H???????Z??TU?^??p??Lpf3T??V6???????9;+????? o???4?????`? R?&???Ut???:E(?B?#!####??b?X(G222?HY???-?'# :?L"??2Y(?q,????Q. Y?" ??M@??8??qGFFFFF9????????????BF5d-?e-?aA ???RL? ??s?V???b??B???nT?A+iF ??4|? ??????t?1????v??4?C????#?*?k?{?G???9cb????V0??>??????R?7??I>???)3\????&?<2 ????K?]c7??y??K?????f']O=????????.?2??=w??5z?4??L ???Q Gv?h7?OTvU?????? ???I?n#??t???S????3???????h????B2%?60?U??k??\.wD?( ???J?????^~?S???d?????N?????^[??]????m??}?*??????????5C???W???^? ~!4????n??????/v?o????q?%???m????D?????W????????8? ??" ?? ?Bd?L?S?22 E"??I??LB(# dA??B&??Dd??X?A?jP???H??G"?|?qieY???x?2T??> K(??^z???l$hNdDdfF???D;H ?l?! ?@d! Y??L?2+?(????@fd?L" ??,??? ?{?)e(??!0?]2?%2x?^q???/??? {??????Y|??k?4?k(S??N: ?4? hx5jTfV?v?'X.?a 02?w??*???l?D ?U,?VQA???? ?? ??H!E?????E)S1?)%?GD1H!r?B'E)??KJ)???@1?HRdl?,@?Y?Ix&??? ?? ?1?$?'"H<. /T?x??????4r1???W??Sf ?lKU?VKSD ?CR?$&R?X?hV"t? GLd?(w ???2HZ? ???(G6'y?,???\?? .T?26e$????rkt???d,??La??"?*b??????M`l/???fpl ?o?n#?{x4?Z3? ?? f?E0x???a? ??6 ??B/G???????????=?? @l????RUV?o??1T@3???O?>?d?e2~?-???{o9? ks:?????????? BS?6???????Ir ?h ?(?! ? ??2D2v??Q%~?K??}?]?????P???7?0;??( ?X=C?>?^?\?;?@??f????l??c f?q?~)t ?{?QW???????o??0?????? ????At??OggS w???? $u???Z?? ??R?B???RxR??NO?+p}???{?X?|7?$1???r_?;.??pp??=????i?i0=|sOxu?i?=?+???4???????F7 ?? ????a????+6?U??H?Q?g-m??|?k&ncq??l^7???2wet^o?}???w ??m 3????u?K?? ?7o???L??_????c"jb?[#7z5???\??I?1,?V??&??????`??,????f??-)F:?"CL??Yr2r??\O???A?YU?{???^(?Dm?????P??Pn?;?i?????????7??????+?K~?S????c?????1V??]???7??j??????~?h?f?[qP?>??J??W4?e????li??s?zE?5???fJ?????W_Z??l#?vF?W_0?YW??????{Q????i_??z?????n?;???t??-Ks?D?????f??M?g?o?,AWC*3 Q,vA?8??S?t5???=?tL??-n?????L?f?n???V?a?v ?Q.?c3 ?????YO[^???VoW s????_?:>1KL?A,14?b)? ?????*{f?e?W 2k???p+Mv? ????T?u?Rw ??7?????j?2L?\??S%@u!)????ye??4???t??????~Q j`G Q???"KC2?2"?(#????*????&D????D???c?*6?mv?????V@?h ^ I?A[?4???B?2??H?D?$?????m?r???r%F??f?V??x???=? "??r???F-@?f[L ?-3\??{%?(??Hp???0Ic ? ???H???PDla?4????????.{??]??Y?!???f?9? ?%'??"???2 y??L?`?  eL?????z?_?mK??j????&? ET #?^&?"?m?)##$ ?k?y?????-p3??H}Kz? i ]zt16??7Q????????7?_??2=?&Ry?=Q???V?=??z?n?nWW?mdK0 W??????V??AF??8! ??WK??a????}?/?3???????<? J?&n??z.? (?@???z?v?,U??q?`??g?b?MM??????4???pl????Cc?R N?y?U?K??7???k'??l( ??n?????? ?H??????u?t??^,_???,????p?{??????l??M??*?????V ?N??s9?kk_`?c???9r????s?????YO#??m?Q ?un?C? ~D?zzkJ??Z??v_F??b????????;?w???$;2?3?E8??U???6HmBf k?U?Y??A ;??^?Ui?k?j?w???KCtI????a ??`????K-c???~`??Z??l;1E]?v)?KC?{ r?Jj????vD???? t??U?????D?b?LQ???r?$?$?? ????  ???$R"^??PR ?U???? |`?&?1????r? ?=????K%3??t?{?k?/o4????(=?p??v&=?8uJ? ?????$2??qb.'??bDF?? jQD3? 2N?J$?  8 ?FC?? V!?l?.?Be?? H0?slP ??>??g.?A2? !?G\^("e?@?2?R????$???Q?BdO&?? ?[ ,?< ???Z+???0??????h?? 3WL U???D??e ?24G,? #22Bdg#??????H?D&?????2 ???? ??6 W?'Kv?s=?S?H?Sr.??????.??\jh??4w??Y5f3?2 @ X?& ?4( ?? ?2"3 ??[???? ???R?,Bx)@r?????C??9?J!G??cF"=?J%}y?d@`? ?E&I?pn?S,e"?,d?HAdLV??LE??? 2??.p???d??"?????;*??!?xnD2T? ???)3Sf?[?? ?[???n?Y????n?j H?+##C??edb?Rrm"?Q qB,?? d??HGV :? ,?k`??? ?q??.?RjQ8???h?O?????N }????~c?r ???H)?B?(??Q r????0?E?U?3$[??9?I??+?Q??$DF?,???I"?A??? ??@?0G??B?"9?I? jDg??^??B(z?y?pp?:?tVng?0??P ?R?*?D? ???4?_c?^oY?7.+3f ???????????6W?Ve?:?jS i?F ?O??RFF??p`??f!#I??_???$b!n??D@"?b|"?> ?PHHx???L/)????Wd??b??0?'?H@ @r?k?`mZ(. ??D?????q8??X?2?d ??XP+? "VC2:Q??,?d?M*??HBJ??H??"DC?c *)X????[1?\????8???|\? ??????ATL ?9 !)? *@? ??Z9@ ?W"Nf??? ?\?????9?ps*????`?tp???Z?D1dt?>?A3ecf????j??+{??T?v???????)??3??m3w9???w?{??Z?^??nx???zgN?W ???)SV?????,GQ? yH??U 6&?8?H??(?????cr??!e8??????c????f??%??$$??-L?>s?????,?z??X??*v??Q??;t ??7o?a*zc??? ????2iI??1s??c?????vs,???V??5l?.?????u?}3abL3ei???????e???c?VMyqK??5 ? ????F0y?\5D-??J?k????/?Z???V??X?]m?+???H??<?~?????E?y??.&'??? k?7v????Z?g???V?????E??~?x?Q?Sl?Zw???r?Z?c??? d?}8e?Fd8?????????v?c&????VB??7?yn R ???N?V>?A??? ?f R?dP91;mQ?Lt??MT?>???P?(q?Z ?VS???'O4?L???L??\.?? Z? ??"?t??fu|ZW????????????3f?????:?f??H7??+?????X????*K\?Uz?z?l???6==?????????>??l?\?????m??Ua[??T0[?f???Gn???&?`? ??j{r?j?moGGd??8?1 ?Q7?H?8Ump f? ??@Y?)? FY(b'??b???Q(?]n?]{o*???????????ef?R??? ?I5?J2g^%t? ??4? ?g%?.???l?~??????^`?h?ly@??%/q?z{??p?v$]k ?f?? ?zG??_???c??'??F4 ??????1I??|???"??3?G-???D???R??????{??N?N??????q??j?[.?P3 ?B!d??r?B?P???m????W?m???{??( ?|??Y? ?Xi??!?(VA ?,efQ???w??????????$ ??)?#&2F#?(??P.GdH))EN?B*?R?d?(FV2?b6wc"ed?LS(????lue?LeU??S???%?b? DZ?P[.# xpQ U{?#???lT??VJ$?$ `?+???oj?? "?!z??,?/?$bN?X{^J? ?????"???k?A at 1?>?B??T?9???5ad?f?b?????#*n l???;o?3w?_??jK???j?????\0??V~?n??'p?c|99 @ ??(K????fha???P*&????&'?.????????[??.??z?\_?????h?-???^i?A6?Q?,b??4???q0?.d?ir?^?}?z???'???Z???a?J;,?rn??A???swnyw????x????H$A????? ??T`? ? ???1? rXD ???d????>?3?}B?????9-???o_$?: ???j_ V? ? m??r?0???76????b[??O?~?9#??Z??;?V?bw|?9???O???,SW?K????Q???wFws?3W=Q$???b?~??`e?1??-?X???s???P?????=j^;Ni* ?]???T]?3m_AI??5?wKqn?-7LbJ??&?3????F??.?[nV ????T???'?u?U&%? ??? ?e???T?????:}???,?U????,? - ???????H??j?????4??7?\??a\t??RvY???Utp:{M':*GV??XzG??:??#:?K6[??,?Q ]j>k?k?B???U?@?W??B?!?#H?%a????[s 2V? ? ? m??.F^?c;JT?? ??x???<5mo?D?:?4??:n?a??tAd?? ??????J0??65?js???????^??Xz?DN??uJ}DF?m2?> ?~??]???9??^ ??????a????????P)????BS??????D??? t ]MbD?:!U?@DV??)???? M??x?MK ?u? ?J?????Y ?&B??}?'#?;4??x?5?g??nZ,?FI?8A?m???R\??????`I???4???T*????>?l????s?z?=? ???0`f  ??>s????_a???? ???=?'??? ?+? ??q?? y/ ????0??->|a??acM?je??7????:M?j???(?????Z?????!???w#.?Z???Rc9????????sC?^???_??{Tm?{?$????l???L??9? Q????qg>????}??S?????????n???_????D????l??:????r?T??>?O??2?M?-7G2S???'?&??-?3?5EM+???t?z ?[iM??[???????I??Z3y??5??>???i?I? ?m ???5F?L???Lv?? #?a_ ?????r I-???l??k?{??n ? U? U}?'?1r??}?B(f_?[???\????Z??YS??\j?bJ?v?{? K%q?? x???????????(?o?g?????h?`?-LWnO??$5?*?d?t??4?f??;?R??:???,???Ho?? ????RQ, ??T?P5T??6x/?!DRFf( "K$?).???fdJQ???PQP!+2CH2??/2)T??,?&?"?BD5??A??)?? o??)??I"%b"H)}?P? H??>H$!qe?R?Uwp#????e?]???R{.Y???????f??%?2?[0???'???Tq??2?P??!? ????? ????U D@UDE-* *?L2#2?"?0e?!RF)?@VR*G" ?D?H?,p2dJQ !??H??)?G@?/??????DF?X!^?$IHQ R?@FJ"Y???$)????? ?(?$dJ?(D"22?,rB??"$> ????@??2DJx?$A????"2 M"#1x&2CAd?'!??2?)%j? e??a????e=e?>$??C v( ??e?J)???Z??qE??~?eg??K:l?LR??&j\?@?$?????B9BF)???Xdd"??bdkP??2FA??8"????:?MR8Y??E??Ad $????Y??:0?p???d??????{FoN?]?80%Tal?? ????D?$??!?I????EaI"?"???#=????HI??EH?l?X,)???3? ??? ?da??.0?K #H@,?dT?2????? c"?Y???Y?;W?s??x??g??La??U4?Q 0fqr????&?9?JC:???GO?.???? !?~7]1??)??M" 2?p?????* ?? M??????1 ?)b?,??H?"?RP4]?Di ??? ???"Va?9%5??DL??{?y???????\)?u?[?Q????En?,?X%?T????6[????@R>?????B OH^??(?Q2??'?.\i?:#-J???E??l???5?? ???K????d??z?i,e9???@? ??-???i?:p|"  ?+z???? 8???E??T???? ???J?(?? ?? @??{/I?133 ?~?+`??a?X?W2[MLU??Qc?{;??yh???J13L "j? ????r??7i??s?d!&?8Y????B?hK?B?\wq?]AG?K?E9?i?t"??,?? )?#?x???$v??-?l?I?e}xR/%&???N???,3lcU??z??????Q?I~???*???3M????nL??\Km???*???qs??T$?LM?b ??6 4:7a????????Y???>?;/>fl??],?8? ? C??????v[{????????A?L5??@J$]8?bM?? ??B????D{?]? )+?O?? O?OlL!?2W?$&??&uVi??e?d?uW?????M??{Rg?};??,J??,Tb1?i?"?P?B???Zw?7?w=?2??5?;??????O^t?^s????/u?dK?Pf?;????????1?????bP0f?H&9E??S???a??` ?a???b??OggS -? S?????YE. ?p "???? .??x %?8??qJ??????h??-_?l3????m;O??????:?????c???????????['?f????/????c?????)3?????O??u?????Q????P???????i????z?????T?nb?N? e?V??0?]???L DN???!P ?C?Qf?????D"?/??y????????klg ?Q?*?9u?)% ??Y?;?4??????????/?x?!1[?MP???&?)53???,C1?c?z??%????Z ? ?  p F ]t?0}?????|?4z????0???;;Q????v?q?g?????V????6?_8n?G LW,?u3?`?^? ?? ( +E?"?%s ?}??"?' x??? ???;E,????@ \ 7W|?O ?E????? T????{?f??u???b??z0??$ ?}?' @?????U< @ z?oD?????????!??l???Y  ??\??v?!?k?>??3???$?w? _{K?[?>?> ?5k ????p??? @. ?s?{?????? ? ?@ $+ ?|x|sGA*e ????X? ??fV ]:????VK?k? E???=?I??Y??????O- v?6K G???#?~?PZk=n?=??Q?????[??Nz3rX?M??f??/????9???n?=??Ps?7??# ? {??>?e??fo?VU_??g???????Z+[?]?4h?&???????(Y?>/????j???]??????????v?T???P{ ???iC???b2?[??w2wc??M???^?????L?????8?? ?{??=????K? ???eB?$$O ?+/???^ ??)3?pk???X}?tw^??????l????(:?$?Lw?e[??)[d? M~?C????E;??+{az-?yw???iy)?v?J??dlb???3?w6????3??Kz?FM???+? ???Cn ?? ??F??S(m???2ec?*???@d??i?_%???s7????_???or?*????@?? ?????? ?@??^??A1?E P? ????????o0???????w???i????V???1-r:m?u?k??z??????M????uC?????-??????;??>??=ZU???u?~Z?g?:f?????`?~???r?^? ?Lm????X??=?Ex?.???Y?aC????a????& BwS???.Vf??????>D?`??(@??&D(u??G@?{? P ?8 ?6[???s< l?? ??  ?"?????L?????i?????y[[?????R Z? 70?`PK?????[??!????NVw4i??$??U?`??~3? ????,x?k\??d?P??e??&?o??-?:??? p?W5c?*??W ?+????s??)?S?w??c2????]F???as?}`?b?o???~l ?+?C?????s?r%y*????"eRB??,?G??0??=??.|?????a. ???\????P U %??y? ?????w?????x:? ?????M2Y ^?[?7?S f??%?E?Z??N?i???????N?Z?>????????7N???&l???v??]????ZMu??2?w&2w?U??Jl%W??6?????v????)k????]T?M?gz?w?f??e???]Zs - ?(G^~?????B??????Sh>?<1???}9-??F$?? ?u?|Gce'?`?8.K???1i%^???&??>/Q????J? ??l??w?.????0?????y?)??????? :z?^??l?????Ga??x??e?g?H??????2`?? ? h? ?ej??g??????h??q 2? $??????Q????z???2?Q-?'i?-??+Ya@ L????S?o?F????x??*?G??B?? ??sq??t???-F???? M ???7?f?9??3yY???.??S{??8?J? ?F???j???Z??NU?s?????? [?A?d <~??????f?KX0?  (??????*n? wCD+????j0? 8???}z??g??z#?12???,?\w?dZ??(?>:W????tR{s???h?????f&M ??RSV???+????????)[)??????$??dN?"?`?????J0??HT?w??`Q ? ???9 ?m?E???!afH??;??s[R?1?J?a?%?????3vM7?g??r$N???z?~?g????R E???????????????_?Y?m{?}?;E]/??|????fu?????F?u??Zj??8b????1???I? \f??.s ????3???$?Wk?o ??t?HF?X???????j??3???q?~l?*l?v????w??wk}l?,?S? [WO=?+?"?????ui?j???~???@?Q??_?_sSI?n3????mX?????~,??~?????????^ ???>???;?s?f3???rK~??}??Q??Lk??g????d?rNTw????$j??\/}?x?6c?7L?mh? --- NEW FILE tb_genesis.ogg --- OggS z?9C?y?=T?y????????,49???@? Y  bN9K?Q?9LR?J ?B[??c ?#)K???R ??.-?c#C???v?@L1?9?z???rS? n?p?n??R0d???@ ?????$y???????????|M?eOC/???????G[?ezd?J??????T?????j??_?g?f??y??9?U\???O?V  \3?m?| s? 9\ ???0?????}???????????U?\|+?'~?V]L?|???f?????6O~? 3?;]??-?c?^`????N????L?_? ?8??f[Rn? ??a n????l??P?N????p?tIF|gK ??M??L?fh>??0+? )A!-?? cG??? {|??????nz???l$&??~ar j??e?0wsy ???8(?????? ?Z?4.??T???????[g??j= ??????????U?`>?1Q??:??<;???s;?k??i?+???@???y? ?C?,?z=?????V??????'BN:?2VFDX+?B\(???U??? >??G????J Y???????4w????5$??4?g6????fV]?L??Y?7?[u? ????Q?E?f, ?G?9?? ??????????r?T%??LY?????o???Oci??>??m?{????????<[??%?{??&s$??:x?3?s??????o????uy??w?ly????1^???q??s=???????;??N&?oy??{?{????%\??~1~??dS?|?Px???k:J &??i?????????9<s?k?Y?????????j??3?QO?-?(???\>7w>????iWN?^??a*cC}?fZ???????7????Ld?&n?03KJ?!"??js??#C?wo???????V??????|?(??????IN>??0?PZ??)??$ C? o=?q?{v??mZ????*e? ???g?????????????~Y]Wg???????????6??y???U?F??|??o?j^???J???g??o??*2???????GuE?????S????????]\??z??C???i}????<??K??}=?M?????F????S????????OO?q?6?sNO;3y?8???;??:???gz=???????}}????m?4?M??????z?w??N3?????g]?8,?2So??|?????r?j[:LW?l?I6cM#Rz??\?5ybN?=??M?$mYj?3???? Y?????U??V?????? /?????????_?g?Ow??m?z?~?v???/????fg?)?Z????????? Cu????o????wM?g?g?=?QG?e??F?m???|???v??????n?????f??????m?eZ???3gM?a??J=???an/C????p???f3?6???CE?F?^?????9qw7?n?3wYw?b??r????????????3???F????_+? g)??o?????1????u??P?????? ??=G???0?^???o? ?G??%d??+???9???0?B.????bH? 9??????4?wl????f??Ref??????{??g:?.?ey^??Qf????????????f{?x \??7?3-?SOO]?}??bT???W5????6W|???;?Z?CW?_M???????????]?m?r???^Q??Yjs??_?7F?????=? ??2/?C?'d????!u??t??k?D?i[??3?B?&???z?? i??>?F?8????O???9?4???????wu?????&?dC??? ??????#sFC?q!l,???;U ? ?@ H???!/Aa-?"((G??k???_???r??p???R?2????o???t????`0d???????\>???/?(??"?9? i ?*?A9???8??On??r??k&?d?)e???]???????{?^???q}????Nn?????7?D?.????kj??W??R??L?????????y???:?#??T??????vw???~??????L_o????(?$???gE???r?G:f??g???????@W?|t???l4??}??]??RL??????qg??????j?BY??a[?? |????????}k??????~??[-???>?d??:&Y?U?{n????????Qc?([*?gvF???7??c????}9v?/?????un;?????????????P??,??/?W?fnz(???Q`?q??t?c,???e?D?9?g???U???M`??;wP?q? ??? ?>???:????f???2?#X?t2 @hr????a?????Od??%???D???. r?6\|??0?????q?\?jL)?????mmG5????C????Cex??>?????}t???[????@?????D?'???????7_A:??5???a??M?Y????'n??g??_???]_f????????YC???C0????????????\??D&??X?.?"??? d?a?E ???B$??,?5I{'??}???????n?j??^?~??\?og????????SFF??? ? ? ?H??9?~N?????t??Ij???*?????=N?m?????n??????????????????|??g???????k?+T;U*?J?tq;??g?????Q?2??U97?????????t??Gf?v?n??S?????^>?L????3??N??9???????Wm?y????g???.?? ??mw????U"?|???t?K???Y?i???N?EK? ??? ??=??????d???w?%!???;?????????.?*3? %??????)????3u??????????z????g?S?t4B/~??{?????6??f???q??v??R?+?KV?v?3}???s?&??O???}?????ct??z?Ta???0S ??`?O???i?Q??Yg?>}X?o??RK????????rb??OggS I??????T????~&??Z???w??X)? ?E??Z?J??V2??U ??P Id!#?y??8?D?A)!????q?=fl`v?a??{???{???w?????( Q)?t??@?b?I"E.???!???A?N??? 4Y*??2??!%Ih|JR?C!?!?u?Rx?".?Da?c:????[w???t?^?l N?w1?? \???????&??\VfX?`6?%L ?k???2??????l???X\??R?????`? YG66&2?A?1b0 E%(?LADQ?R???bd?B??BBJY,d??d(}??D?A6CD?H)???GAk$?)??\,D at L???????L6?8N>NA?,? I?1 $ (h4*B?K?y5?)3???? 01DUU +?(D!??X(D?T????( 2"?HCm?` ??B ????B$"SJ??2e?L??? D???d? &XP(#@"???????( ?? ?!*&? ??A??D?A????i?a?"X# ?P?D1%bc "* 6??B 7R?? ?? "*!W??? YE?c?^??$?? A?H!{?`?0!?? !?R!:9?????$"-)S????0?`?.?\?0?O??d%???????W@/????E?? ???i??9cf??c|7 ??R?L"d?(@?$Id?B E 3ELC ?Z@?J?$??? HBF??& K*??"eF??.2"2?I? ?Dzp???;.??{1???1? ???F??=v??]??jH???ig?????`p ???X?d????X?U ?? ???0 ?@ D?0,L?????:Z??$?(EB?B$"S*R???Q??L!e?B"2(I$50- ????`5?@?? ??B&! ???EA??2@???!CdB ? ?"?????Q??m{?R? ??#"b?-?2# ?t?7?3y????? ?F ?R?u ???U? ?B? ?Q??e?=k????|s??St1?????.?B? ?3?Q?x7I?2?`*???j)?LQ?y ?2 ???Y Y W?`?"??C???B??&? ?? IA ?? ? ?2[`?$)1L??*? @)& ?BHJ ? ?FTH ?K ?O?@?? F?@f ?2?2?y!?Ce??? ?? ???????s)?JH??WTLY?????? ??$ ?O2?L&eH)??DO??2?Lf T ???^?u?R@?l,?ZB??d?n?P?JZ??bh?? ??uT ?@??AS@ W??2??u??? 8? TJY? ??/?&?-?"??n??#Z Gc?GS?% q??.#?????B?@fQ?ao+zso???n?????v????d??????s?Kl???9 -?9 ?bQCMQ.t?B?? ??H?????-?L?TR!"E?P(D!3?B?$Q?????@A?$#???LQTQ $^f ?" ?BH?E?#%?A??? ???x IH?G???A?d?2?\?? (B? I???8????RD??"ed!??@? 2dQF&%Y?Bb?>! ??? ???? ?=)p%??#IR?? ?^"x$?x@?H ? <'??q??+???D??;???#f?h3?????a?h???a????b?B;r?g?? ??????.????? ???Z?d?JD]?,?(FFB)#eQ.??R???4I)22?%?a??=I?????@?B?W?'?PP 7C??  )?H) ??$? ???????????V?^?U?? ????&???[wo??m??F? ;?iJZ,??F??*y?0sR??!?n?`??F*e V? U#aB)E??)\!l?2?????? ?? K"?E 2dB!E??bdd? ???q?$?2??J???Bf( 2C.Y?&!?H(PIId??J??PH(\???? C ?M?"D???)????L "??ETE? ?BQ^?k??B???L??R?L@,????"???2??D3 B??A*?y?B3r??)#&St"??5D? J?I??""? Af??I$?#}{?$? ?D??|? ?@R"E, ? ?kX^?(3????m???????'?"]??? ??????(v?uv+?3o????????ED?????{?]??VW??UW????RN??NI????(?Lv????Be+?????????t#???]?T???V?.ZYaa???r???1???5???e)?J??J??^B??Lpi%Bj7S!Z?$??9??e?\% 3??$E? ????u?G???1?}??f?*???_?)L?&??f??^s?j6??f?? Xl?N^?? ??BH?u?e??? ????g/?6 hm???D??8 w]?pk?T??y?pfr?#7?9V?pd?y4?????=?v??W=7t2?st?I??0?S?h??1?t,zRJsX???M?aU7?A?l???n\z?f????F?\2o{m b??J????D??i?Gcv??}F??V?? ??d?l???e?eY6 ))?*h.?aid? "??2[7"?"" H??&rdt??2?t? (???)??ej?7?R?Fu???6:?/)?)E?Ii??? zB?8'DuC?.Jih?? F? ?M?$A????GV?&?4S"'~ ?K?X)?????? ????/?*?????Zb1Z??T1?????]{?w 3???}?ym"u????HC???R?wv ].O??T\D!D"?h?E??P???!???HwTZ(??.?? ?? ??2???Rg9?|??#HD)?L??!I?!3 ?L ? nBn?d?RA???#J??$? $RI g?M E?? ??*H? ?aU??b7d=Y.?j?(?????'??0?8??22?L?H?I!S?e?f:T??f"? N9:???3L YR??+?q? ,X ??pC? ?????vJ???p+??I?b&h6?foy? S ?l 0????z????Tn8?dd? $?k??h?"@(H?8? F????I|<@zi????5? ?dX[P????N?,dLI'????? ??A?A?J?#?D?}B???2 ?v D??T,M????(DBVD?@W? ??%?0?]????&?` ??y/goN3???;????????"3??????3?r?? Q?4 #&???c~O??????B&?Z?mJWH?LI'!?R??>????n????????b$z??V???DF((=N?HD?:?+ ?AP?LR??C??7?1?{+3 #?"rH$d??$? ????`??Hf????xtUf ???TR???z5???????????i?H pz?*? ??????X??g?e$H0?'?*???ycjLUY?o?@n?fnj?o?I7m???????>?.??-??Fm!??AT?4La?? td?so?(??b????Wl??(?q??????J?6???NO??Q<?b?SE?Mn?n???f??@??[?Y?,L?????? ??o?`???????222?D??&t???A??????2 R?@z?E?2?"N"?A???DB?2,?e:=6?{??}o?x?O/o;o0?v x??[??; XcFhi`?? [...20994 lines suppressed...] Z????H ?q?H D5O`cU)?S1S?'U?]?l?fY????N#BR?? 2??0)?  Pu?PT?Jg??zt?????4p?PE?l)7+???h?, ,Mi??a?]??FwO??????dif$???:???y??t;'W&yQ?? 2???*?s?S*????:7?VC?c# E????s???Z? GWZ?0S?????dN?F ??/P&4*?V?)?????o?? '?C????q??2?M ?q$4,C?;?o?p"B??&?!???9?{??f3??v{f'& ?????f???H? E "y?-?7%, A2? ????Nu?EfqYIf?82d?b?3??(??e?E??3Xw?yl??B??T????????FpG/??5?vHo?mt?ANR???T?$t?'????y7?CTTM?^?????]???????P2???6FX?z???7?\ni??k???0??l?? ?Y??{)?l???Z????3 VA????Br??kcoQ`?n??"-??= ?? "???)????4??j1"???HK???? "%/?"CdB?S?BjS?9???68??&T??0G??b!cS?6?'>?@?????1:JR,l3???~ ??U???h??|????_?9????????#??c???????>O???8?????H?j]?=;[?}??1???M?F????aY?q?????s?H?????p????????3wT?}?~yN??a?Z?l?_?c?Y=4?X?4????c?`??f? b??8ir?N?Qha ? v??f6???@??@ ????JL2f???_O??????.????-??G/?|?w???C9^_?y??[??~&????~??oG????d????o??2?B??s?,M????\s???????;??Q{???????E?D?S??z??;]???}W?{f[?N?v?>'??U??bQ?B?Z%?|??Sf?{p????cj? ??0??u????;?zmo??????-?e???q?)  {.>WN??w????k?5??4?~?i?h????p?~?v??sZ??z Ic1?91M?d?T??2 ??}6|?m????u[?'???< ?????ul?R?? ??n????J????=???s???V?f=??*Y??X???L??:??????@??n 1lA????a?Na??o0 ??( ?Pk??????W?4?_??:{*g?(?F??[=?????rU?5Nr??????]3???????K|?v?=????_I?=?cXC]!,i?z??B? ( ?br??R5j?,????2?c2???????????????HFR???wz`?u_???D?I???g???fq?{???S? ]????????????????????;yz???[??;kk?/T??~ ?=?????????rzQ?zu?G=???C???w???wgo?????ds??g?T]???3?'g&z'?????G??6?gv??;??N???????>????????????v;q???3??????o?n???:a? ?????e?u?>?8?. -?}?????3??;?=&D?????????7?s?????????=????y N?#??#????????????u?a}???j{HB?[[B????[?=???U5Q,???#j?????_V#M?????8~W?,G&??!?c?:23?dqe{? ?ia.y???P ????c?? ??=W??'k~??h??4?L&?>/?+?S????QJODu??(Lz??L??M&??]?< ?????z?D????W???S??gbr??g??g?g????G??[Oz??-???????S?????????????????\??y8]??g?9g???+?QG1??????{w?~=aF7xZ-?R??g??:'??N??mm/6?C?? 4???l???{<-n??9??u?/?? ??>?o?{?o???,??u???m????????cQ?%??@? ???fo&^?3;????9???*?I??j??????1????????"????? j???zY???E?W??F??z?L? ????-?^?Uc????????\ r ? >????h}?????W?F????G???=??????Ti????U??_?z???????7??Um??kf?\s????n??D?????K?1??nM?3??:?9??&??!??e????5?S@??????????Vj/+?????????,?7?b?!?f?n??? ?? ?#??pn{?c ?qt??V?????k%?????xc??Qj???fAc m??WTK?I??NXy??(?  ??|n{???\ ?|j??i ?????\?c?o????z??Ft?o??d????;h?n?u??????}o?=?Z????.?-c?Z??\U]e????7;l)???#m?Mv?g_>?O?O?a???"N??]n?j-?????2S???KgJ9? ?:???r??H????Ot????a?c?0w3?;?1???????A =l???k H??+D?5????/33%1U??????n??????\???????N??z?RS?^????1)???o??????Vk?_?yw???o???j?)?????U??&?^}?l?}?s}??W?3Y?7??_9_??B???y?>??????z???Z??}i0[?*??|?Y4m??s???e?l??)? ;??6???j??= [?e???Z??0????=7D???|Eb?l????{????o?m*?w?Fr??_X?9y??cYNj8??Y?r?i?????FH?3\?? ????``a??%p ??5??`?M)?LU???_??oi? |???$??x??_e?a?bL???>??~??9?????:[Z?N??)????nuf?a3??$*?bla????v??????3J&???1????w? ? @?~??xB?'???!?h l??h ??rl ???LMY)en?_?r?k+?????F}?\??_??< #g?K?I???{w ????{?????O???????S??\?su??J?}??????g?f?????g???;;??kY???????:?~??*??1[??=?6K?yY?o?g?-?????j???g?-??H %X?u????/????O???t??L??t?? ?B?????vl???s?8H??4???X?G?????l?|u??????g?~o??E??????&??on?M?????\?????2????? ?????W3efV???_?9c?i??=????????~?????o+?????J????_???{???u???????{???OF??o?H?5????^??{??{~?}??r??????P??S??=O?????/V??????????L??r?????<???ZwY_??o??q?G????)?04_????vH?4?xX????~??l(?/??R????u??U?0K?>???? ^!'mj??????:???u??? ?? ? ??JC??? 8????-?! ???DTt?[?{?n??g???0??[???????n??\???7??{???)s? />?mZ?x?j??????????oiD;s????;??*~7G?y??1?k?g????O1??????????d?K??[?i????C?wM??zAn_o???@?E???6?c.?1 p? ?????z?? ?:g+????J?0???????????%zui?@????n??m?????su??????????=gk??Jb???Pd?eE??38U??w??????L?~????zi?&K??ef?6??zG?~??r?3?{?????; ,;??u??]#j??????v??????U?n?N??? M???????? ?IFS?u?% X??=f?]???o??L3FU?OggS ?s????i?F9?A???l=?z Z??????[9\?R????s??|?f?X?0( ???8&]??3&??fz_?5??M??y?]?eF???{?r????6J??l?d??? ?Zon??vn{??????~????*????l????C?;??|b??~?5?U?xn??l???????Ys?s??k?w?;?q??@Rc?t?DF-wd#t?i?????? )qa?s?>9 ?,(??????????j??;Ww???O????-????W????~??ek?????[?Ze>???8????*??|?d???7v?????lc????zF??L%?\??h;????)?n???^?V5?w??\??????+}?????(,?????l???}?n??L^eX?????e}Y=&?]-Lm?[???? D??? ?????FqB6??W? ?= Z^( ,?6???eH?cFRf???????L?????c??????7lvj?;??MT?\????\?l?8?.O?%?C?????>??b??????u????ps?bp??????S????;????y?T?>{??DQ???????????s?:????O?????O?GT?4[?z?"????????????5??H??EU????{[???i?b?I?.??:???c??E?S_??? *??c?N???g? ?z??pf??^g6z?Z???h??w???????,?WXv?Y???V?}?6???????P*?^?????U 6z ?"0F??0u ??? b????;E?u2?=??+- ???f??????>????=?Y???????g?????s??3ws??z?q???I{j????w??????l?3C%?99?}???O????MM?WO???k?V????#b????u????3??b?1???????3]?????9?[w?$??n??????k???V??????d<8??3?zg????Y?6?aYu~???. at r-?cf#?AiQlbg2?A??K??a?? ?r??T?Q6??????5????lI?????O?O?? /???}???Q!??6??????K??????H?^??S?J?=O???. ?j?w?N?^?Q???I? ???01?j??:?O???6?z???6;?X[tMz???[??????C?o???b?s?[???ok??????wL??e?[????k????;??^i)w?_~OY?3???fZ??????V?u.[? ???}?7?o???}7??;?? s???zd???-?.lb???[????n4?lv?XNf? ?(??B?!8?1)? ? 0????!???@? z????;?Uw?3?9???p?)U 9?{?x?2ar?f?S3c???Gf^?????V????}?~n??6<??M?=;?x%???????????Gi???z.R]???????j???????u???7???e?????;-?x?z??Q?SW<*??????m?V?`??????Kw?? 9?A5Z?{h?????????????M????;??cf_g????f???{wE??????g??????3>???/??,3{}??^?-??C???????M???VRU?D[??8m???????????)?m?? h??0?????????L? 8(@A p ???{3???I?? 7? ?H???y8r{n????????R?L?Y????????J???M???????????v????6??X?s#?e|???Vg?U??????s?z??ib?W??J???5}???~??????|?!????rb??.??d?{;???x????\bQ????r??:????A????N????*??AM ?YP? ??>????? ?G1yy \ ???t?5?&.?533Sff????jI??????|?oJ?Y&???8{???????n1?k{?????s??0?????m?S??????A??[?l???z???'v^????o????]???g*O|??'?????T?#???x?k?^?Tn????h??????s??f???}+????u???~?3?9t?????Ba???t6Zo??r_?V9?????m? ?????????|3w?????????????S-?y???????/??$??5???Z??},;??5}?=|ousO???l???u?\?}??OggS ^??h ????3?u?Z\?S?5????R\f>;[??T?T[???/?C?N?or???????-?Li*????.?{g???f??????eQ?????? ?[??????Z???V??'5i?????.z????9v???? @?Z?" ?| yl=x?,????7??TY?????,????t??Z ???$??????R??e}???-????????????o???q??J??????/?????H?;???}??3?????p?|Ul?.]??????YzDW'U?u m???]?c??? ??meK?{|&?g:??3??{??5???????m???n??>w}?????j|z;^??k9??W?????l>????+?4CS/y?q?? ?u*?`?ofy?ck?|T??F??5?{?#'q?N??Z?? t7?v ?2??a?ctLF??2???? X??????g?c??6??Vuh?y?ev{U??:???m ???????) 0?X?<8??0B?`?*? ? ;??]??7=?J?.l?6D??D??5?{!? ????y?OC?9??{F7?c?y?}???? u at l??[???5L)+?k?????E????~d?????un?^??? ???=S+*w/?????}( \9?? ??? ??? BV Y?? ? 0???*U3???_???bM??95???\o??=V???/??1_??t7o???&Y/??w??1???1???2?????????bw???N&?????G??g6E?^]?^^?????u???f????????????{????b??M???kd???? ??g{7u???g??9?9;x??Ng? ??R????D(I @ ??z?h2??_?????????MR??L??y?yu??J_???/?????????q????5(k?p??????+????ip????x3O?qW856?x??R??`7?}??l???^??5????_????X??:QT3e H?????(?? ? P?b ?A9?=P?????{{??$5c??T????????<1???w?????q?? ???Sy?{v????????_?=Sx?????????{<+v?'Ji?'?\???????yJ2#s?S?C???7????????yc?b??;??3?c???L??}?1??^???7??????#?s??? ????k?q?8??T???q??? ??F???M??????:BA?* ?S???a5~&?{????% 7co??m??????????g????xm?d???p,?Z??N??z?j?UfZm????????????]????b??>e? ?@.?>?N? ????Uc??D^??[???t?#?*6p????????? Kjj??dI?#?|SpD??>?? ?t??uc??h?= ??^?u??t>;HuZ1???}?Xg???9??/N?x?9i???}??j??? 1?0????s??????8 ?a?*??? 2kxr???0??S@? l? ?l?|V??-z????z???????? ?j-/??,0o3??,v ??It???? ??????/???J??????\FM????????+?^,????????x?8?O????E?ewh?-???z????E??ok????c?Qn???g?^&?q+%??r???????'?1?????F???s?0%?K ????p?1\np`8.3 ??????wg??5??????m??v?? ??MZw?????y???xN??~??}Z9????hsL?Y?:z???G??{<9??9??7??M?5v?^?Q?n??v???\?Wj???????c????f??v???H3???]?rw??]??|:wZ?????????z?5ZfM4?[???U_?L?r??+?????l0o?q?=???P96w ??C???!??9&?@ ??g1?95????????pP??8W??s  3y??@X d??coz???;?k8? @??;N?|U????]?s>o  ? I??r??c????5?r?f;?V???F???q\?/???|???~??????u?W>???s????oV??????Q?t?????#???!?g?E=1?W?O?Sw?W???f????w?????E??mM?g?|w;-??n??6b?;?u?;????;????=???cU:????e?u????i?m?89?=L??4???Zs?????M??????t?y?<"73?yM????4??f? ???????)???0'X=]??}+z%?w;?b `X?Q ??? ????????RoB?????Q????l>?????g?~m????o?????{t?T??+?g;????H?&??A??X??m?^=?U?Ye97?"s???7?n?U??????m?g73???y??8???9x????~;????3w?????3{??N_??`-Z_?h]???=L??:jI??_f??????i?{kfkO?????i???[????CE???$??pl??f&6d??)??7?(zo?K?3????R ???b+MN0?n?b4f???????8??]??$?E$Q@?@?2H???? ??x??.?[??/?6??!?sCtC ?3??\j!??-4???e.?1G?ze????@M ?????8H ???#?? ???? ?????????n``??3?~0?8L?w?????JS`?P??81/???e??1???>?U?k?HU??S?s???0?0?Q " ??,????=??W???ko???s????l?[?PV??U?7??-?z???=?g?@{7?O??\)?B?R#?t0e?{?????? ?* ?6@?????~u8???? ???????6??:??0??????Vm????7'?l??&??I?Y&?s a??? ?????p?Y???X??+?K?r?0M??}!???x??wm8??l??v?????Y?1?k??n?`&???????_?Ku?g?:~??S?V?]???????*m?kB?????????s????N?L=???{C|r???u?x??@?8a??}V??^j?_???w??]oS???y???vL?~??#???g??c?U???????{???\??Sv4??Zz??????r?|?Q????yA?h???Y?p??n?#??Wx? M????'at?f:2????`??? zc??????FQ??2!* ,??5VeV???k??R7:$?U????????????)Q?#??x?Q???:?hw| ??/?^???o~??=???????*O)f?v??Wu????e??O?vN}???m??/Zm?:?Q?f??????U??{??C?????>?6v????t??g???z??.???A?|??i>???o???+_?9UqG?W?-??N??hb???6 ,???????\?]?/???????y??tN??K??2 ?pb1.? ?+8?HI9?6? ??(??@Y???2?" ?+???-?H?*??m?=?V?""pbc?9?9?! ?L?,v?T=?s???????9????????????????m^???????~Y?a?j{?u???_??n?v?,M??=??wV;?? 7?????B??e?_????sl-?? $??#%!`(??1?Q?`???O??[??? `??U??????lq??k?he??J?)K???????????????]n??LS)??77??Wg??????Y????O?????]?Y??b>???+?]???t???]??gOI???I?k?????wrb????i??x?;??:??(U???'?????u??W???9??@??S??'??=?????g{Fw???????n?O?????MBp???}?k?%Z?Ez?B??sz????>??????b9???8????7?o??8?????????T??9??3?u??qd?)A~??r???~:???2(?4?H??r ??Z????w.?f?????S???l??5?M????%'???"}?V?)/??g/?????s|????y?]]?co????+}?h???T?_??n?=| ?7?"ss?rOggS u???ua?&?&??p ????u??V?G?U????o???4{??????9w?????f???W?ZK?kqh?#?>N?9???>?j?zu??>???5?$?[???~??8??????w??b??`6??w?% ?????~???89Np?)>?b ?M=~ ???s???bY?+?z?wkN???I??J??s??/???r??_s??vvgAcf?????\?]??sW????5??+2\??_??{??}f????Q??L??"??3?mu????O??m?V"??}??}?o=?q>??j? N??fF?? ?c2R#??6fN?At???e???S???/'? \0????S ?8?Z???0 ?1E?2 4? ????????)8?????fQW{?"s???5 `??9 --- NEW FILE tb_hrluebke.ogg --- OggS ? ??? *???J*????*?,??2?,??2?,??:????B()??Z???[??I[s??I)??RJ??s? BCV ? PU?u]W?e B ??R !??R ??Xk????[l-?Zs???S,???k????c????{???[???^ ? ????? ^'???/?P Y_'???/B???z ?|?+7?xT?J ?B'?O?EP?B#`?x??????#??U??#Se?F ? Y?7??????}],?/???b??k?i m?^K????????'?E?M?c<??M?????????j IlI?H???z?/?:??y?????e[?#O?U $??.???7V??w??J???3?G?!>? ?#,???z??hK???`?@?????? 4I?F?g?+|&?@A?%v????.?S????|???J Y:L?W?^~K`L? ?y7??\3 ???}??????????_?? /{q> ????+S?>??Pk%?E?*????=?:?j1? ~??|???~V?9?=?? ???? ??????K=w???R???][N`????N?25V ^ ??+???c??[???????{+i?/ ??t???+G?????R#SR ???o ????? |?/?{M???KF?) ?y???*U??KX??#??$#??O???+?]?r?u????1??}??E?D????Z?-?>M8??Jm? T???G?Z??h+ ??q?Q3 `H?oj????^m*?w?LG3?[$P  Uvk?o????]?-' fu??Ue`??K??;?~??:%?K?????????[????cTU  ??y?? ???V?7)???????????????Qu9?o5?%>kG?????Q????r??????G ?U? k??O?d????4?????QJ??7??? &??`?S?????my?{??|a??he\ }q?? ??u?{????m9n???t?BZ???F? ?? ?? ?????????p^@{- '? ??F??dG? ?????)???^?LFME)Y\a??]?:?=?? ?8??-????_Jb53????0n??1??????u?e?? ???L?\G????? ?6#??L-?l???v????q????3}?[-X?h2?H$??y ?nL?B{7~? ???:{8=???????E V;/Q??%?????????$??Ll?'?;???"0P??]???+????Uj??~/?6?")f???]f??q?O??a?v???>??f??`QU?? ????=???F?X?P?(?y(?x??x~?7Y3`???E6?????1??9?v?j ???~/{??SE ?????????? ? ???~?????a????U???{?0?R3?>?=?????? `??^D) R?:?zu9???????YW????3'[ngqere?[(?? ??E?3???@0S?&?? B?m???PD-??1??q6????+yk?4????ve?"s???=P??^zSH??i?bJ??mf?eQU ????FVi??,?v?Y`????v???Y??% k?P,?sV=?????? U??JE?Q?????,? Dg?G?Y?? ?? 2Y 9 ??X\???x?,?d???B?k?NB?U???? ?!*X?j??0?^/??H=?5??O?3?/?9??`??y??q?????@?m?0??? $d?& ?????t>< ?c?,?m?2"??fs??????oHxYxk?#^???AoE???wy ???; EC)" 1 @??z??7#???P}S??i?@??oYx??i??q;??PT:5?? ?*?????:???h? ???????Om??? ??G&.% ??H????????? ??,?2?NQc???U ??v< i????~?????"??????~W???????W??X????Yc? |??S&H??|?>??']??w?~?XZ 0???J??N???r??UR)?z ??e?W??%K?.?????DU???De:???w~m????ZgV?s?(K??V?7?V??1??????" ???z? x???{ ?y??2??#???E<?N??pp?h?~?^9????m?m?2???a??F, ?>??3????4y2Yc??Y???4 3????a??? ?yy` 4AB??y]rO1&??????R?p??a??='?]3@????? P?j?6?f??m???H-?wR??????9.bbJvT???L<?H?bu?L3P???? ?S?t'?w?I '@_}p?? 1r ,m? Il b??????P??D???n???W=????S????Y????v;^?w]??m??Ey?hx?4%?@LN =?2?\?e ?1??n $???:??]?BGR^l?????&8 ???jp??e??* ?? P???%?bm???????r???xxUa2????V?G?`?K???_nmCD?u ????Z? T P??s?U? ??m? ???9G?????c>_ ???]^????& ?x???(??M??? ?]&?=?Y=f?Y0?a%?SyT?h? 8???U,`?? 4 O???????????=??Q=!??,????????? ??)?q???H???qT? |I>R??^??;i?W??g3.^?uw?o]Pq{k?=??1?*! ?3?? `q?_p??UF# G??Rz?Y H?? @??vN6 ?K??/y/??|'??]???=????]????u??D h}A??j???7? %}I^s?O???n??I?L???C?c?,2%B ?j???h???Omk}??yA??c at m?s~?y ??[?w???Jv???%>3.?$??? ??:??,N?"B J???? l???J??p??Ik8!?e????=??g?? ??5??r?ot?&["?'????G?>x??? [?/_?g??fv?_?Gh?y?|?h?!*-U???'?k?bt???C???yZ?{4+?2%U" 8 `??\)??) vx? ???pSJ????K??B?ZjlP0^?|??u?? ?^M???%S?c??!??@????l??`??^???W ?p??A0X?,i Ax?q{??,=c 4?p?` ?)????0??v9????3D?Mm3v?\F6??-lk ???"U gA??????K4?u??=C6P???13?: ??????oB??????h?3??^????JX???Y??*B ,+[G?H??d  D?*?Gs??N??R /%2????0??% <?qm ?8\?0 h?@h ???g~?QD??O?p?5?+??? ?~NS?????0?????(????g7v?s?:? F?y;&w??|8?8@ c? ?( ?P?? aX?@????5??p ??p?p ??& q??m???k?JKIU? ???4$?@? e? ?^???,?H??]?(>-?JH%? fp?zU3$??J?????L!%H??????-(?C 8hh ??J ??A?jf?3@?o?fT??@???zP?y??v???}6????=??}???;'?NR?~???6??5?Se??|?{?g?f?*??*?&2????????og%A?oI???&?z?? m?pV?FF?,p? h????&U???U?????s??Q???????????????=?9/8$Q+?????7?????Piu?wZ]o0?? ?$??? ??? @ 2}WQ???]T*?z??8M?1??g?OQ?LB???1?q????i??F????4??|?w??*??&? eY?????&E&?&c??m3???????x?}g ?????.?z?f?????O?dV????4o?????r?? ?d'???Q???>?MS ??g??[?????@????3R? ?n ????B?oW?????w??X?}*O?,??!?5???]u( ?mj:Z?G??????????>?C?u ? 2?(KOUQ?{??????]????]&?-?h?a2???*?vxZaAHZ.?n ?V@??? 8? ???F ???#?J??! \??????X?@? m?I?_ ?pmp+??1 47u?:g?????p??????Q?NVY?????|?`??????[f$w?n?6 ?%$?q8? ?h :?Y?? 0 ? H? ????U?rs?9?m????|????????i?$?"  ?zx???k???lZ??V?C??T W???I5`????}?T?R??CSL??OEY??A??U?e? ?%8H@ P@?? @ ?R????w ????j /E??? @OggS ????????/?? ? j? 0`?T bI$?4 at +$??V?p4? ???????l?2?h??Xh A :?o?u?*CRI?$7I???!?? ?p7????????? ~C? H`r ?U#??lP? ?!??[?k???~?,,.?-?&'hUlU:q??JCcg?????:zVa5?y~?ojy]????????VN?5_og~j{??\??'?O?9??????>???kP?}4?.#??x????^?o_Q???????3?t??O?????o????];?mw???;?_w??2o???y?rh?RK????? =?h??jv??C ???????b??(??????j?p?b???%&?E??G???A?%???????5??L\?/??\?????? ??7??2??~?]??J7???fq??-???y[ 4?"1?????)??;?????Vd?T! ?t?m:OH?X??Y)????F ?X+Bi????2E????%?4?t?&??yV.?LO??????,Dh??z?0?(O?uY??k$?j?76????????-??G?-?????l?7? k?bn^?@&?H??-?>? et?k?kU^??$ ???T??ME?h?? ????:???&?*<??=????RQe&????K?TuL??v?O(???,(???????JEB\ $a?f?7?X?f?~??z#/\???Y???Wa? ?]u????T?y?9o?( H?8 ^?;??c?SB?36F?0$?$lPIbg????????{?????5`I??T2j-?{1??S???X Z?=?r?')???t&I??"??-"??V???????????K!7?9J??O1?????????5?c??_F}???g??) @????0"?^ ?0??J?B???(????? ?Ec?`L??:?`ATk0???=J*?}6????8?Ijf?? ?I&Z?O?????C???z?????? ???| O?V??;?u(f??0?,jTU" ?]??Nf?U??U?!% ?+??e]We????????Q?o?!x??~m? @????}?Gp??0???K? @ ?Ni????^??? ???`z???VW? ??e?-YZ??b ???U0?P?h-+??6?NzP?0C\??J?Tj4???I?N???`{??T???????ZS??y???t!??u?Rn???o??9{?o"b?5????/???^_??5???r??)??D]zO??????3p4??????_??Ok?? ????T?????`V?\?eLI ??o S???p???YL????3?me?7?S.?j?y?W???L????>YP?d?r?%v??R?3U?>?1r????}??"????z??=???U??????g??'???#??0??.@????2 3SyU?????{??????????}????|Hl??'X??????A(C`??? @p?5?  OA?TB ??s??Sg??1@??z?4???t??cSI??4 ?pF??F?? f???3Z?????o D,?????v?B@9?)? hH?4h ?'??????????? ???~?UUUqU?*" ?$ --- NEW FILE tb_plinkeplanke.ogg --- OggS ? ??? *???J*????*?,??2?,??2?,??:????B()??Z???[??I[s??I)??RJ??s? BCV ? PU?u]W?e B ??R !??R ??Xk????[l-?Zs???S,???k????c????{???[???^ ^'?:???L???I_??C??m F?1a?6??4?? ????~?@?gy?J?NU?m???\KQs^jo2????{?gM??Ij??!?O??f?sv +??I??????&]q?al ? ?hj??/H?U????-?p,/???G:=?_??Q???r???/[?? ? ??^ ??????????eHB?0 ,?@???&`P?8 ??? 0???+?LF? ??????'? ?AB??L?9????=i? ?K?Dyz? 9????+??N?VH ?? ?w?iM??=???ee2(??h- ??b???????G?? m`??"??3?'im $ `?%?`??` ` ????AH $ @c?-??lO?n????T?<>Ef????y4?S?y?C??gO!?a8????r:i?Amk??b>?? ???O4?'/?s?p!!FLWF????B $ ^'}??o/1ls?4u????Pz???f??m?J*B ?kV?.??y??P?DWF{??????.gwz;?E? 4IA??T?z???h????. @?_rc+U???????)?O??}??E???v?~???>! ???j?wgZ5?k??4j 1???z 5? ?`?U??{C????0????Q ?H?w??y?*??? u???,?(???> ?R'???0?0??xH e ?P"????j?6??n?bnLe(?9?+)??9,*"?c?1????*?{??drZej??VM??*e?D??+g??1K?L?rU?bJ?q?p?A3GL???:3?S?f??>J???B ?IBT?QI??r$i??9??p?,M9????Mzj-G??????DB????n3;Y?m?s????P?H?1????? uG??b$(?eB??3???UJ$?L??????r!^?tv? ?% ccD??,?????w?fc?s?F[?~e????6????#?v%?? dD?sI??$%????7o??g????6jA???????fw?Ml?ou???]?[?dy????E???????v??????oJS-d?V?BtV?r?? ?+C*? ?!?K6}?aL^?N??N?a!?Ec?T&??b??UM5U ?` ?T???n?T?7?[ \?u???\??kq?E?????D? 2 ???m?)????0? F? ? !????? F?$?$n{!?4v;a? l??&U?}??+????ogh)? )???Q??ny?Xy?v~?r??8??Vnn??X? ?u? ?# ???Q?`?? &? ?ec? )i???? ?q? ???????SG??.Kds??{h??U!?8?wN7?!??????$C?????d??3???} Ng?0?8 cd2Uc? ??Q?h????GDu???Sr????????j????+Y;?md(????C?hr??? #r4)*??"?D#??E ??mr7??1A4` 8???1?G???L?QI 'PRr28?d??????? @?y???2 ???Q?P$k?/n+??????P?c??8????/B??`?H???Q9 A? ??u???B???%? ? ?v0?I?Nr???B?2*???????? E??m??D?:3? ?h??F`? ??-????? ??"#_?v???:?1? DY?[??1?????a?5 ?BBD?h?!I????{=~???2X?R?x???Me?3zC?ea6?[?*???t?????>R???&??\l????': ??tN_???!7g??f???&??|? ??B??????:Ka ?a??aTvT? -p???k? ??'?D]AK?(%.?~?b??????|g^??R? ?m&i? ??H???G4}6?v??- ???k???????. at DY-????5?+???tB?2??PW?u9??I??_?>'?d?$?7`?9i'?%?? ?????1F???*@+????$?X????A$Al?? ?J1Q?0?0@?M,q???]?/???[??"ZVT??? (?`?1 &? I? m,???  9 )?D4??cF?:`@",???6? ??{?^Fk?? ?#~?L?j???*)~q ?LX p???Fr ???}Ya??c?8r ?8?$?Y:?l`X ???;T?????A&`?F??Lll??9?i??????ud@??09 Gx?9??? ??' ?Y?/?y????e?l???? ??K??;????," ???DXkZ?] '??3? ?????8?????_?F???AQS??vi???????e? ?LA*??S? ?(@}??&?3??G???L?Z???????tH?7?N?Y?Ac'4?0? ??*bZ?V?XG? ?JL?????F? ?hbD?0J,`?PN??B??%C????e???U?#?b???[??3xn?!*?&0r?`?/B??U+??f/UJy?S!???G? ??~,++?i "?>?8??hp????%=\?k?????;l?7XG??~ ?j ?? L????"3*u {??@????;[L??X????\]??d*R*??? Z?????L4'?\?PL???}4+?4???-c +??`>? ??????*-JJ ?1?8jx?S??)A~??,???gL????j?? ???$?H e???|p????A??4???AR?2rTZ?????\??? ??s???? c"? M??o?Yj??`???u))??B?e? R??9??????? ??????????H????`?????) &????B "@)??E????l#? ??????I??H???#8?3~?l?????=j?Q????X??f?????? ?H???p14?e?h? ??Tk?|tY&%?:P?&??v ????bnp???, M`??h?? ????%PK?d?N`??? ?2 ?[??q(z;??t q'?X?)???u)K?")???i?Q?C?1? @H@ kn_?/`?d??????V v?$m??N????8#A|??0??? ?  ???A 0? ???n??>S??b?0??T,Y6$-??K v[?[???}??(?D,?e2k@??ImM'?m?M??(?0'M???m!Q>;??}?31????HB c??xE?q?DC?!@ L?Up ?@?*[?? ^'???7y???_??:i????>? ?A??????fD5??? ??? RrB #???? d ??H 8?? ?`z??M?m???)?? ???HV?A? 9!a ,? ?3$? ?3F20?0=???c ?D ? tH??*????SL? %??M"? D`? +E? ?T?1??[ ?Mt?????&? ????????E ?&g?a ?5? %8#p`E9 M (???E??? ?2B =F? ?V?YLR??, >???B* ao?o`?}????0??v????  J c??@H???D ?&U?????V??? ??y? ?d?v3' ?h??Hz 4h ????W?Iv;90 ???9?K"?b? :: P& @C???? h??SQ?u????  4 ? ? ~?? L8? ??#`?^J??G? u?????? ??-?4AK??? i?[?y3 at J?K{?(7?????G!???G:??=???V??F?h ? ??? n F????????r#???E??:?? ?)RB ?L?D????ET? 6*} ?H???*???????I?q??z|?????????(#?H% ????????'F7??1 ??h??5/?? $?k???.? ? 8?+Y_?Ih???C? A??BS ?2_????`~?????&: ??*O ??6@P??%?? h??Pp?p? ?????V??????6??_ at q??8 ??l???? F"R% ?z(u?C Mpz???????J??>l^?I?6@???4 ?????_T????I?g?HU? .`@?? ?????)@?????QGp??<???2? A??!< ???????5 ?[?@.@???e?wII:??9???yP]d??-?:?)x - ??lZ??v?o??.n???H! UC?~?dH? ???~'?#??b????#?Gsl-?????i`????~f?4? '`????HE* ?:?vs?C7,f?= ?^'-??B ?{d?????T?`?-? R?4 ?d? ?~??"??/ ??? p |?6_?F?` ???????] 0??S?????: 8A? ?? @?K`??? z_??B u?7??Lh???kW?u ??#?Em??]o??j?[Aj?7 P?/? ???] ?n)? ? T[R?/x?????????k??? @s8???UUUD P P'?zT??pf ??~??,??N???}?V ']??'??y7?(x?i$5???%?? ?[?(???Y?????5 ` BBrH ?I?ty?6p?m? >?????|?? ??)?G2???*I! `N q8?~? ?P?a ?h???????s~vo  ?!|??O?a??3?P???B??h?@?? 0]B%?r*?h?s`r?o?? ?????@1?????D? ^w? ?x?????w??G??$ :??5=4cG??L2 67?/?r?????????$??u?w-3?*?O%V? ?2?'=???n??????I????k???U?????qox??4g???\UR? ?? ?8???? ??C???dC @??2???~??X8??No? ? ???????M at y '??7{ Q??N?8?c?>?c????`?????j??f#=??/???????t?%??]????? 4h:??Pj? :???>?)?_???Ip??2pw:]p`?3] ? 9????] 8t?r????%?r??=}??u"????:)?a at 2?? k ?????k?T `?????.ZC??s_?s'??H?????????[t?7 ?????j?sx rVT?.?5?????K}?f??Y?????d??[^S???!?;?iRRNA/??@qPh??@ ?-?????8????T!" ?8 ? T 0?* ?( ??  0 ?( ? ???? , C???? C+??T 0 h@ @Q?F??)T??[???` ?? h?` ? C???? C+??T PP?:?5 at i???u???4 ?Z0 * PP?:?5 at i???u???4 ?Z0 ?  ^'???C???????C?0 C???? C+??T --- NEW FILE trackballs-music.spec --- Name: trackballs-music Version: 1.2 Release: 2%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL URL: http://sourceforge.net/projects/trackballs Source0: http://dl.sf.net/sourceforge/trackballs/tb_design.ogg Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 %description Some great music to listen to while playing Trackballs. # %prep # Nothing to prep, music only # %build # Nothing to build, music only %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_datadir}/trackballs/music/* %changelog * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep * Mon Aug 14 2006 Hans de Goede 1.2-1 - Initial Fedora Extras package From fedora-extras-commits at redhat.com Tue Aug 15 19:00:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:00:20 -0700 Subject: owners owners.list,1.1400,1.1401 Message-ID: <200608151900.k7FJ0MxO000378@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv361 Modified Files: owners.list Log Message: added trackballs Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1400 retrieving revision 1.1401 diff -u -r1.1400 -r1.1401 --- owners.list 15 Aug 2006 14:44:09 -0000 1.1400 +++ owners.list 15 Aug 2006 19:00:19 -0000 1.1401 @@ -1915,6 +1915,7 @@ Fedora Extras|tpb|IBM ThinkPad button support utility|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| +Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 19:01:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:01:35 -0700 Subject: owners owners.list,1.1401,1.1402 Message-ID: <200608151901.k7FJ1bFm002970@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2946 Modified Files: owners.list Log Message: added trackballs-music Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1401 retrieving revision 1.1402 diff -u -r1.1401 -r1.1402 --- owners.list 15 Aug 2006 19:00:19 -0000 1.1401 +++ owners.list 15 Aug 2006 19:01:35 -0000 1.1402 @@ -1916,6 +1916,7 @@ Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|trackballs-music|In-game music for Trackballs|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 19:01:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:01:39 -0700 Subject: comps comps-fe5.xml.in,1.71,1.72 comps-fe6.xml.in,1.37,1.38 Message-ID: <200608151902.k7FJ2Bnx002991@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2968/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add trackballs Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- comps-fe5.xml.in 15 Aug 2006 08:20:06 -0000 1.71 +++ comps-fe5.xml.in 15 Aug 2006 19:01:38 -0000 1.72 @@ -277,6 +277,8 @@ supertux tong torcs + trackballs + trackballs-music tuxkart ularn uqm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- comps-fe6.xml.in 15 Aug 2006 08:20:06 -0000 1.37 +++ comps-fe6.xml.in 15 Aug 2006 19:01:38 -0000 1.38 @@ -278,6 +278,8 @@ supertux tong torcs + trackballs + trackballs-music tuxkart ularn uqm From fedora-extras-commits at redhat.com Tue Aug 15 19:19:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:19:38 -0700 Subject: rpms/trackballs-music/devel .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 tb_design.ogg, 1.1, NONE tb_genesis.ogg, 1.1, NONE tb_hrluebke.ogg, 1.1, NONE tb_plinkeplanke.ogg, 1.1, NONE Message-ID: <200608151919.k7FJJejs003131@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3112 Modified Files: .cvsignore sources Removed Files: tb_design.ogg tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg Log Message: Put the huge .ogg files in the lookaside cahce (GRR dumb import script) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 18:37:42 -0000 1.1 +++ .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 @@ -0,0 +1,4 @@ +tb_design.ogg +tb_genesis.ogg +tb_hrluebke.ogg +tb_plinkeplanke.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 18:37:42 -0000 1.1 +++ sources 15 Aug 2006 19:19:37 -0000 1.2 @@ -0,0 +1,4 @@ +5a8911006ca2be3b3571875ce34a5105 tb_design.ogg +2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg +ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg +5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg --- tb_design.ogg DELETED --- --- tb_genesis.ogg DELETED --- --- tb_hrluebke.ogg DELETED --- --- tb_plinkeplanke.ogg DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 19:58:49 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 12:58:49 -0700 Subject: rpms/conserver/FC-5 conserver.spec,1.3,1.4 Message-ID: <200608151958.k7FJwpQW003424@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/conserver/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3402/FC-5 Modified Files: conserver.spec Log Message: Forced rebuild due to corrupt SRPM on mirrors (thanks skvidal!) Index: conserver.spec =================================================================== RCS file: /cvs/extras/rpms/conserver/FC-5/conserver.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conserver.spec 24 May 2006 12:51:25 -0000 1.3 +++ conserver.spec 15 Aug 2006 19:58:49 -0000 1.4 @@ -1,6 +1,6 @@ Name: conserver Version: 8.1.14 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Serial console server daemon/client Group: System Environment/Daemons @@ -115,6 +115,9 @@ %{_mandir}/man1/console.1.gz %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 8.1.14-3.fc5.1 +- Forced rebuild due to corrupt SRPM + * Wed May 24 2006 Patrick "Jima" Laughton 8.1.14-3 - Fix from Nate Straz: UDS support (pre-emptively fixed bug 192910) - Fix from Nate Straz: krb detection From fedora-extras-commits at redhat.com Tue Aug 15 20:35:03 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 13:35:03 -0700 Subject: rpms/dnsmasq/devel dnsmasq-2.33-enable-dbus.patch, NONE, 1.1 dnsmasq-2.33-initscript.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 dnsmasq.spec, 1.9, 1.10 sources, 1.4, 1.5 dnsmasq-2.32-enable-dbus.patch, 1.1, NONE dnsmasq-2.32-initscript.patch, 1.1, NONE Message-ID: <200608152035.k7FKZ5bR006989@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6962/devel Modified Files: .cvsignore dnsmasq.spec sources Added Files: dnsmasq-2.33-enable-dbus.patch dnsmasq-2.33-initscript.patch Removed Files: dnsmasq-2.32-enable-dbus.patch dnsmasq-2.32-initscript.patch Log Message: Update dnsmasq-2.33-enable-dbus.patch: --- NEW FILE dnsmasq-2.33-enable-dbus.patch --- diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h --- dnsmasq-2.33/src/config.h 2006-08-04 06:02:36.000000000 -0500 +++ dnsmasq-2.33-patched/src/config.h 2006-08-15 15:14:19.000000000 -0500 @@ -156,7 +156,7 @@ /* platform independent options- uncomment to enable */ /* #define HAVE_BROKEN_RTC */ /* #define HAVE_ISC_READER */ -/* #define HAVE_DBUS */ +#define HAVE_DBUS #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER) # error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC dnsmasq-2.33-initscript.patch: --- NEW FILE dnsmasq-2.33-initscript.patch --- diff -urN dnsmasq-2.33/rpm/dnsmasq.init dnsmasq-2.33-patched/rpm/dnsmasq.init --- dnsmasq-2.33/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600 +++ dnsmasq-2.33-patched/rpm/dnsmasq.init 2006-08-15 15:12:17.000000000 -0500 @@ -0,0 +1,75 @@ +#!/bin/sh +# +# Startup script for the DNS caching server +# +# chkconfig: - 99 01 +# description: This script starts your DNS caching server +# processname: dnsmasq +# pidfile: /var/run/dnsmasq.pid + +# Source function library. +. /etc/rc.d/init.d/functions + +# Source networking configuration. +. /etc/sysconfig/network + +# Check that networking is up. +[ ${NETWORKING} = "no" ] && exit 0 + +dnsmasq=/usr/sbin/dnsmasq +[ -f $dnsmasq ] || exit 0 + +DOMAIN_SUFFIX=`dnsdomainname` +if [ ! -z "${DOMAIN_SUFFIX}" ]; then + OPTIONS="-s $DOMAIN_SUFFIX" +fi + +RETVAL=0 + +# See how we were called. +case "$1" in + start) + echo -n "Starting dnsmasq: " + daemon $dnsmasq $OPTIONS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dnsmasq + ;; + stop) + if test "x`pidof dnsmasq`" != x; then + echo -n "Shutting down dnsmasq: " + killproc dnsmasq + fi + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dnsmasq /var/run/dnsmasq.pid + ;; + status) + status dnsmasq + RETVAL=$? + ;; + reload) + echo -n "Reloading dnsmasq: " + killproc dnsmasq -HUP + RETVAL=$? + echo + ;; + restart) + $0 stop + $0 start + RETVAL=$? + ;; + condrestart) + if test "x`/sbin/pidof dnsmasq`" != x; then + $0 stop + $0 start + RETVAL=$? + fi + ;; + *) + echo "Usage: $0 {start|stop|restart|reload|condrestart|status}" + exit 1 +esac + +exit $RETVAL + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Jun 2006 14:30:20 -0000 1.4 +++ .cvsignore 15 Aug 2006 20:35:02 -0000 1.5 @@ -1,3 +1 @@ -dnsmasq-2.30.tar.gz -dnsmasq-2.31.tar.gz -dnsmasq-2.32.tar.gz +dnsmasq-2.33.tar.gz Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dnsmasq.spec 22 Jul 2006 14:20:16 -0000 1.9 +++ dnsmasq.spec 15 Aug 2006 20:35:02 -0000 1.10 @@ -1,6 +1,6 @@ Name: dnsmasq -Version: 2.32 -Release: 3%{?dist} +Version: 2.33 +Release: 1%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons @@ -15,9 +15,9 @@ BuildRequires: dbus-devel %endif -BuildRequires: pkgconfig +BuildRequires: pkgconfig -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -48,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT # normally i'd do 'make install'...it's a bit messy, though mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \ - $RPM_BUILD_ROOT%{_mandir}/man8 \ - $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ - $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d + $RPM_BUILD_ROOT%{_mandir}/man8 \ + $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ + $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf %if "%fedora" > "3" || "%aurora" > "2" @@ -90,6 +90,9 @@ %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 +- Update + * Sat Jul 22 2006 Patrick "Jima" Laughton 2.32-3 - Added pkgconfig BuildReq due to reduced buildroot Index: sources =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Jun 2006 14:30:20 -0000 1.4 +++ sources 15 Aug 2006 20:35:02 -0000 1.5 @@ -1 +1 @@ -d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz --- dnsmasq-2.32-enable-dbus.patch DELETED --- --- dnsmasq-2.32-initscript.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 20:52:31 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 13:52:31 -0700 Subject: rpms/dnsmasq/FC-5 dnsmasq-2.33-enable-dbus.patch, NONE, 1.1 dnsmasq-2.33-initscript.patch, NONE, 1.1 dnsmasq.spec, 1.5, 1.6 sources, 1.4, 1.5 dnsmasq-2.32-enable-dbus.patch, 1.1, NONE dnsmasq-2.32-initscript.patch, 1.1, NONE Message-ID: <200608152052.k7FKqXVi007158@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7125/FC-5 Modified Files: dnsmasq.spec sources Added Files: dnsmasq-2.33-enable-dbus.patch dnsmasq-2.33-initscript.patch Removed Files: dnsmasq-2.32-enable-dbus.patch dnsmasq-2.32-initscript.patch Log Message: Update, fixing for reduced buildroot dnsmasq-2.33-enable-dbus.patch: --- NEW FILE dnsmasq-2.33-enable-dbus.patch --- diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h --- dnsmasq-2.33/src/config.h 2006-08-04 06:02:36.000000000 -0500 +++ dnsmasq-2.33-patched/src/config.h 2006-08-15 15:14:19.000000000 -0500 @@ -156,7 +156,7 @@ /* platform independent options- uncomment to enable */ /* #define HAVE_BROKEN_RTC */ /* #define HAVE_ISC_READER */ -/* #define HAVE_DBUS */ +#define HAVE_DBUS #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER) # error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC dnsmasq-2.33-initscript.patch: --- NEW FILE dnsmasq-2.33-initscript.patch --- diff -urN dnsmasq-2.33/rpm/dnsmasq.init dnsmasq-2.33-patched/rpm/dnsmasq.init --- dnsmasq-2.33/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600 +++ dnsmasq-2.33-patched/rpm/dnsmasq.init 2006-08-15 15:12:17.000000000 -0500 @@ -0,0 +1,75 @@ +#!/bin/sh +# +# Startup script for the DNS caching server +# +# chkconfig: - 99 01 +# description: This script starts your DNS caching server +# processname: dnsmasq +# pidfile: /var/run/dnsmasq.pid + +# Source function library. +. /etc/rc.d/init.d/functions + +# Source networking configuration. +. /etc/sysconfig/network + +# Check that networking is up. +[ ${NETWORKING} = "no" ] && exit 0 + +dnsmasq=/usr/sbin/dnsmasq +[ -f $dnsmasq ] || exit 0 + +DOMAIN_SUFFIX=`dnsdomainname` +if [ ! -z "${DOMAIN_SUFFIX}" ]; then + OPTIONS="-s $DOMAIN_SUFFIX" +fi + +RETVAL=0 + +# See how we were called. +case "$1" in + start) + echo -n "Starting dnsmasq: " + daemon $dnsmasq $OPTIONS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dnsmasq + ;; + stop) + if test "x`pidof dnsmasq`" != x; then + echo -n "Shutting down dnsmasq: " + killproc dnsmasq + fi + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dnsmasq /var/run/dnsmasq.pid + ;; + status) + status dnsmasq + RETVAL=$? + ;; + reload) + echo -n "Reloading dnsmasq: " + killproc dnsmasq -HUP + RETVAL=$? + echo + ;; + restart) + $0 stop + $0 start + RETVAL=$? + ;; + condrestart) + if test "x`/sbin/pidof dnsmasq`" != x; then + $0 stop + $0 start + RETVAL=$? + fi + ;; + *) + echo "Usage: $0 {start|stop|restart|reload|condrestart|status}" + exit 1 +esac + +exit $RETVAL + Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/FC-5/dnsmasq.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dnsmasq.spec 12 Jun 2006 15:01:16 -0000 1.5 +++ dnsmasq.spec 15 Aug 2006 20:52:31 -0000 1.6 @@ -1,5 +1,5 @@ Name: dnsmasq -Version: 2.32 +Version: 2.33 Release: 1%{?dist} Summary: A lightweight DHCP/caching DNS server @@ -15,7 +15,9 @@ BuildRequires: dbus-devel %endif -Requires(post): /sbin/chkconfig +BuildRequires: pkgconfig + +Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -46,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT # normally i'd do 'make install'...it's a bit messy, though mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \ - $RPM_BUILD_ROOT%{_mandir}/man8 \ - $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ - $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d + $RPM_BUILD_ROOT%{_mandir}/man8 \ + $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ + $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf %if "%fedora" > "3" || "%aurora" > "2" @@ -88,6 +90,10 @@ %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 +- Update +- Added pkgconfig BuildReq due to reduced buildroot + * Mon Jun 12 2006 Patrick "Jima" Laughton 2.32-1 - Update from upstream - Patch from Dennis Gilmore fixed the conditionals to detect Aurora Linux Index: sources =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Jun 2006 15:01:16 -0000 1.4 +++ sources 15 Aug 2006 20:52:31 -0000 1.5 @@ -1 +1 @@ -d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz --- dnsmasq-2.32-enable-dbus.patch DELETED --- --- dnsmasq-2.32-initscript.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 20:55:13 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 13:55:13 -0700 Subject: fedora-security/audit fc6,1.15,1.16 Message-ID: <200608152055.k7FKtDt5007229@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: fc6 Log Message: Create or clone bz for tracking fixing these outstanding issues in FC6. There are a few older issues not fixed upstream or "dodgy" that need bz adding to explain why they are not issues etc. Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fc6 15 Aug 2006 15:44:03 -0000 1.15 +++ fc6 15 Aug 2006 20:55:11 -0000 1.16 @@ -1,48 +1,45 @@ Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 -ACTION: Deal with libutempter/utempter -ACTION: Double check VULNERABLE and file fc6 bugs - ** are items that need attention -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) fc5#202247 -CVE-2006-4020 VULNERABLE (php) fc5#201767 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) fc5#202196 +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 +CVE-2006-4020 VULNERABLE (php) bz#202676 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3811 version (firefox, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3810 version (firefox, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3809 version (firefox, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3808 version (firefox, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3807 version (firefox, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3806 version (firefox, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3805 version (firefox, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3804 version (firefox, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3803 version (firefox, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3802 version (firefox, fixed 1.5.0.5) -CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -53,12 +50,12 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) +CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) bz#202680 CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 +CVE-2006-3467 VULNERABLE (libXfont) bz#202683 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -79,10 +76,10 @@ CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -156,7 +153,7 @@ CVE-2006-2199 version (openoffice.org, fixed 2.0.3) CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid -CVE-2006-2193 VULNERABLE (libtiff) fc5#194363 +CVE-2006-2193 VULNERABLE (libtiff) bz#202690 CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) @@ -236,9 +233,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -258,7 +255,7 @@ CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) -CVE-2006-1470 VULNERABLE (openldap) fc5#197278 +CVE-2006-1470 VULNERABLE (openldap) bz#202691 CVE-2006-1368 version (kernel, fixed 2.6.16) CVE-2006-1354 version (freeradius, fixed 1.1.2 at least) CVE-2006-1343 version (kernel, fixed 2.6.16.19) @@ -270,7 +267,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) fc5#201919 +CVE-2006-1168 VULNERABLE (ncompress) bz#202693 CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -1297,6 +1294,7 @@ CVE-2004-0256 version (libtool, fixed 1.5.2) CVE-2004-0235 backport (lha) changelog CVE-2004-0234 backport (lha) changelog +CVE-2004-0233 version (libutempter, fixed 0.5.5) CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) From fedora-extras-commits at redhat.com Tue Aug 15 21:21:03 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:21:03 -0700 Subject: rpms/yaz/devel .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLL5tD010015@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/devel Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:21:02 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:21:02 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:21:02 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 21:20:56 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:20:56 -0700 Subject: rpms/yaz/FC-4 .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLLSYa010020@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/FC-4 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:20:56 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:20:56 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:20:56 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 21:20:57 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:20:57 -0700 Subject: rpms/yaz/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLLTve010025@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/FC-5 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:20:57 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:20:57 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:20:57 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 22:27:10 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:27:10 -0700 Subject: rpms/libsexymm - New directory Message-ID: <200608152227.k7FMRCN0013593@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13565/libsexymm Log Message: Directory /cvs/extras/rpms/libsexymm added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 22:27:11 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:27:11 -0700 Subject: rpms/libsexymm/devel - New directory Message-ID: <200608152227.k7FMRDDw013596@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13565/libsexymm/devel Log Message: Directory /cvs/extras/rpms/libsexymm/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 22:30:21 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:30:21 -0700 Subject: rpms/libsexymm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608152230.k7FMUN5l013744@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13714 Added Files: Makefile import.log Log Message: Setup of module libsexymm --- NEW FILE Makefile --- # Top level Makefile for module libsexymm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 22:30:22 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:30:22 -0700 Subject: rpms/libsexymm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608152230.k7FMUORY013747@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13714/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libsexymm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 22:31:34 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:31:34 -0700 Subject: rpms/libsexymm import.log,1.1,1.2 Message-ID: <200608152232.k7FMW6ev013880@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13825 Modified Files: import.log Log Message: auto-import libsexymm-0.1.7-3 on branch devel from libsexymm-0.1.7-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libsexymm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 22:30:21 -0000 1.1 +++ import.log 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +libsexymm-0_1_7-3:HEAD:libsexymm-0.1.7-3.src.rpm:1155681091 From fedora-extras-commits at redhat.com Tue Aug 15 22:31:35 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:31:35 -0700 Subject: rpms/libsexymm/devel libsexymm-license.patch, NONE, 1.1 libsexymm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608152232.k7FMW78X013884@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13825/devel Modified Files: .cvsignore sources Added Files: libsexymm-license.patch libsexymm.spec Log Message: auto-import libsexymm-0.1.7-3 on branch devel from libsexymm-0.1.7-3.src.rpm libsexymm-license.patch: --- NEW FILE libsexymm-license.patch --- --- COPYING 2005-04-14 07:08:53.000000000 +0200 +++ COPYING-LGPL 2005-11-10 11:21:18.000000000 +0100 @@ -1,221 +1,397 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. The precise terms and conditions for copying, distribution and -modification follow. +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. - GNU GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. -Activities other than copying, distribution and modification are not + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, +identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of +on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. +entire whole, and thus to each and every part regardless of who wrote +it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or -collective works based on the Program. +collective works based on the Library. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are +distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. +the Library or works based on it. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to +You are not responsible for enforcing compliance by third parties with this License. - - 7. If, as a consequence of a court judgment or allegation of patent + + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +refrain entirely from distribution of the Library. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is +integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that @@ -225,116 +401,104 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in + + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Libraries - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. - + Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if +school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. - , 1 April 1989 + , 1 April 1990 Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. +That's all there is to it! + + --- NEW FILE libsexymm.spec --- Name: libsexymm Version: 0.1.7 Release: 3%{?dist} Summary: C++ wrapper for libsexy Group: System Environment/Libraries License: LGPL URL: http://www.chipx86.com/wiki/Libsexy Source0: http://releases.chipx86.com/libsexy/libsexymm/libsexymm-%{version}.tar.gz #This will be removed when the license file will be fixed upstream Patch0: %{name}-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: gtkmm24-devel >= 2.4.0 BuildRequires: libsexy-devel >= 0.1.7 BuildRequires: libxml2-devel %description libsexymm is a set of C++ bindings around libsexy, compatible with programs using gtkmm. %package devel Summary: Headers for developing programs that will use libsexymm Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the headers that programmers will need to develop applications which will use libsexymm. %prep %setup -q -n libsexymm-%{version} %patch0 -p0 %build %configure --disable-static --enable-docs make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} install find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' mkdir -p $RPM_BUILD_ROOT%{_datadir}/libsexymm/ mv $RPM_BUILD_ROOT%{_libdir}/libsexymm/include/libsexymmconfig.h \ $RPM_BUILD_ROOT%{_includedir}/libsexymm/libsexymmconfig.h mv $RPM_BUILD_ROOT%{_libdir}/libsexymm/proc/ \ $RPM_BUILD_ROOT%{_datadir}/libsexymm/ %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc COPYING ChangeLog INSTALL NEWS %{_libdir}/*.so.* %files devel %defattr(-, root, root, -) %{_includedir}/libsexymm/ %{_datadir}/libsexymm/proc %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Sun Aug 13 2006 Ha??kel Gu??mar - 0.1.7-3 - fixed some rpmlint issues, add a patch to correct the license file * Tue Jun 13 2006 Ha??kel Gu??mar - 0.1.7-2 - some syntax fixes to post and postun section * Mon May 22 2006 Ha??kel Gu??mar - 0.1.7-1 - First Packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libsexymm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 22:30:22 -0000 1.1 +++ .cvsignore 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +libsexymm-0.1.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libsexymm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 22:30:22 -0000 1.1 +++ sources 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +cb01af4595000d9e192f5d9fcff5b742 libsexymm-0.1.7.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 22:40:20 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:40:20 -0700 Subject: owners owners.list,1.1402,1.1403 Message-ID: <200608152240.k7FMeMBW014182@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14070 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1402 retrieving revision 1.1403 diff -u -r1.1402 -r1.1403 --- owners.list 15 Aug 2006 19:01:35 -0000 1.1402 +++ owners.list 15 Aug 2006 22:40:20 -0000 1.1403 @@ -805,6 +805,7 @@ Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com Fedora Extras|libsamplerate|A library for performing sample rate conversion on audio|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libsexymm|C++ wrapper for libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libshout|icecast source streaming library|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|libsidplay|A Commodore 64 music player and SID chip emulator library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|libsigc++|Typesafe Signal Framework for C++|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 23:24:01 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 15 Aug 2006 16:24:01 -0700 Subject: status-report-scripts parseBZbugList,1.48,1.49 Message-ID: <200608152324.k7FNO1la018202@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18184 Modified Files: parseBZbugList Log Message: Filter missing comps.xml packages using owners.list. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- parseBZbugList 9 Aug 2006 22:51:56 -0000 1.48 +++ parseBZbugList 15 Aug 2006 23:23:58 -0000 1.49 @@ -698,7 +698,8 @@ $owner =~ s/\@/ at /; $owner =~ s/\./ dot /g; foreach my $p (sort @$e) { - print "||$owner||`$p`||\n"; + my $oa = $OWN{$p}; + print "||$owner||`$p`||$$oa[2]||\n"; } } } @@ -1419,6 +1420,10 @@ next if $k =~ /^(lib|compat-|xfce4-|gtk-|kmod-|fonts?-)/i; next if $k =~ /(-devel|lib[s0-9]*|-python|-perl|-servers?|-clients?|-tools?)$/i; next if $k =~ /(-contribs?|-docs?|-x?emacs|-utils?|-fonts?)$/i; + my $oa = $OWN{$k}; + if (defined $oa) { + next if $$oa[2] =~ /(binding|library|module|utilit)/i; + } $mh->{$k} = -1; } foreach my $k (keys %$ch) { From fedora-extras-commits at redhat.com Tue Aug 15 23:26:38 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 15 Aug 2006 16:26:38 -0700 Subject: kadischi kadischi.spec,1.31,1.32 Message-ID: <200608152327.k7FNR8BZ018246@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/kadischi Modified Files: kadischi.spec Log Message: Rectify Kadischi/kernel issue #202715 with loop in __find_get_block_slow and block size too small for device Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- kadischi.spec 29 Jul 2006 22:25:59 -0000 1.31 +++ kadischi.spec 15 Aug 2006 23:26:36 -0000 1.32 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.6 +Version: 2.7 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Tue Aug 6 2006 2.7-1.20060815cvs +- Add -b 4096 to mke2fs livecd-mkinitrd.sh for BZ #202715 + + * Sat Jul 29 2006 2.6-1.20060729cvs - Cleaned up eject_live_cd.c, added standard-livedvd.cfg From fedora-extras-commits at redhat.com Tue Aug 15 23:26:38 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 15 Aug 2006 16:26:38 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.19,1.20 Message-ID: <200608152327.k7FNR8sG018249@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Rectify Kadischi/kernel issue #202715 with loop in __find_get_block_slow and block size too small for device Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- livecd-mkinitrd.sh 30 Jul 2006 07:27:49 -0000 1.19 +++ livecd-mkinitrd.sh 15 Aug 2006 23:26:36 -0000 1.20 @@ -224,7 +224,8 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device -echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null +# We also use -b 4096 to rectify issue: BZ #202715 +echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then From fedora-extras-commits at redhat.com Wed Aug 16 00:31:17 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 15 Aug 2006 17:31:17 -0700 Subject: status-report-scripts nagmail,NONE,1.1 Message-ID: <200608160031.k7G0VHJm020994@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20977 Added Files: nagmail Log Message: Add nagmail script. ***** Error reading new file: [Errno 2] No such file or directory: 'nagmail' From fedora-extras-commits at redhat.com Wed Aug 16 00:48:57 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 15 Aug 2006 17:48:57 -0700 Subject: comps comps-fe6.xml.in,1.38,1.39 Message-ID: <200608160048.k7G0mxsX021066@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049 Modified Files: comps-fe6.xml.in Log Message: Add mostly package management packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- comps-fe6.xml.in 15 Aug 2006 19:01:38 -0000 1.38 +++ comps-fe6.xml.in 16 Aug 2006 00:48:57 -0000 1.39 @@ -506,13 +506,17 @@ aide airsnort apcupsd + apt bochs + chrpath cfengine cfs crack dkms environment-modules epylog + fedora-package-config-apt + fedora-package-config-smart fuse fwbuilder ghasher @@ -523,6 +527,7 @@ hercules ibmonitor inadyn + ksmarttray lirc moodss moomps @@ -531,7 +536,10 @@ rdiff-backup sabayon shorewall + smart + smart-gui snort + synaptic ttywatch unison vnstat From fedora-extras-commits at redhat.com Wed Aug 16 00:53:27 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Tue, 15 Aug 2006 17:53:27 -0700 Subject: comps comps-fe6.xml.in,1.39,1.40 Message-ID: <200608160053.k7G0rTOo022986@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22933 Modified Files: comps-fe6.xml.in Log Message: Add ctrlproxy to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- comps-fe6.xml.in 16 Aug 2006 00:48:57 -0000 1.39 +++ comps-fe6.xml.in 16 Aug 2006 00:53:27 -0000 1.40 @@ -571,6 +571,7 @@ false true + ctrlproxy flumotion icecast ircd-hybrid From fedora-extras-commits at redhat.com Wed Aug 16 01:02:12 2006 From: fedora-extras-commits at redhat.com (Zing Zing Shishak (shishz)) Date: Tue, 15 Aug 2006 18:02:12 -0700 Subject: comps comps-fe6.xml.in,1.40,1.41 Message-ID: <200608160102.k7G12jxx031373@cvs-int.fedora.redhat.com> Author: shishz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: comps-fe6.xml.in Log Message: add mmv and snownews to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- comps-fe6.xml.in 16 Aug 2006 00:53:27 -0000 1.40 +++ comps-fe6.xml.in 16 Aug 2006 01:02:12 -0000 1.41 @@ -310,6 +310,7 @@ drgeo-doc gcompris gperiodic + gtypist stellarium tuxtype2 @@ -529,6 +530,7 @@ inadyn ksmarttray lirc + mmv moodss moomps nagios From fedora-extras-commits at redhat.com Wed Aug 16 01:04:02 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 15 Aug 2006 18:04:02 -0700 Subject: comps comps-fe6.xml.in,1.41,1.42 Message-ID: <200608160104.k7G144If031903@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31771 Modified Files: comps-fe6.xml.in Log Message: Added manaworld (game) and tclhttpd (web server) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- comps-fe6.xml.in 16 Aug 2006 01:02:12 -0000 1.41 +++ comps-fe6.xml.in 16 Aug 2006 01:04:02 -0000 1.42 @@ -250,6 +250,7 @@ lmarbles lucidlife Maelstrom + manaworld monkey-bubble nazghul-haxima nethack @@ -626,6 +627,7 @@ mod_security moin plone + tclhttpd thttpd TurboGears zope From fedora-extras-commits at redhat.com Wed Aug 16 01:10:01 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 15 Aug 2006 18:10:01 -0700 Subject: owners owners.list,1.1403,1.1404 Message-ID: <200608160110.k7G1A34O032300@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32279 Modified Files: owners.list Log Message: Fix summary of eris and wfmath to call each a 'library' for clarity. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1403 retrieving revision 1.1404 diff -u -r1.1403 -r1.1404 --- owners.list 15 Aug 2006 22:40:20 -0000 1.1403 +++ owners.list 16 Aug 2006 01:10:00 -0000 1.1404 @@ -306,7 +306,7 @@ Fedora Extras|epydoc|Edward Loper's Python API documentation generation tool|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|epylog|New logs analyzer and parser|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eric|Python IDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|eris|Client-side session layer for Atlas-C++|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|eris|Client-side session layer library for atlascpp|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|erlang|General-purpose programming language and runtime environment|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|erlang-esdl|Erlang OpenGL/SDL api and utilities|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|esmtp|User configurable relay-only Mail Transfer Agent (MTA)|pertusus at free.fr|extras-qa at fedoraproject.org| @@ -1973,7 +1973,7 @@ Fedora Extras|wbxml2|Library and tools to parse, encode and handle WBXML documents|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wcstools|Software utilities to display and manipulate the WCS of a FITS image|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|wfmath|WorldForge client math libraries|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|wfmath|WorldForge client math library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|whowatch|Displays informations about the users currently logged in|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wifi-radar|A utility for managing WiFi profiles|i.pilcher at comcast.net|extras-qa at fedoraproject.org| Fedora Extras|wifiroamd|Automatic WiFi connection (re)establishment daemon|ed at eh3.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 01:17:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 15 Aug 2006 18:17:42 -0700 Subject: comps comps-fe6.xml.in,1.42,1.43 Message-ID: <200608160117.k7G1Hi1E032351@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32331 Modified Files: comps-fe6.xml.in Log Message: Add packages I own to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- comps-fe6.xml.in 16 Aug 2006 01:04:02 -0000 1.42 +++ comps-fe6.xml.in 16 Aug 2006 01:17:42 -0000 1.43 @@ -136,6 +136,7 @@ qucs R R-gnomeGUI + rrdtool scalapack SIBsim4 @@ -513,6 +514,8 @@ chrpath cfengine cfs + conman + connect-proxy crack dkms environment-modules @@ -521,6 +524,7 @@ fedora-package-config-smart fuse fwbuilder + ganglia ghasher ghex gkrellm @@ -529,6 +533,8 @@ hercules ibmonitor inadyn + ip6sic + isic ksmarttray lirc mmv @@ -536,6 +542,7 @@ moomps nagios nfswatch + powerman rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 01:36:52 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 15 Aug 2006 18:36:52 -0700 Subject: comps comps-fe5.xml.in,1.72,1.73 comps-fe6.xml.in,1.43,1.44 Message-ID: <200608160136.k7G1asC3032480@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32461/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add obconf Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- comps-fe5.xml.in 15 Aug 2006 19:01:38 -0000 1.72 +++ comps-fe5.xml.in 16 Aug 2006 01:36:52 -0000 1.73 @@ -679,6 +679,7 @@ fluxbox fluxconf hackedbox + obconf openbox WindowMaker wmx Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- comps-fe6.xml.in 16 Aug 2006 01:17:42 -0000 1.43 +++ comps-fe6.xml.in 16 Aug 2006 01:36:52 -0000 1.44 @@ -701,6 +701,7 @@ fluxbox fluxconf hackedbox + obconf openbox WindowMaker wmx From fedora-extras-commits at redhat.com Wed Aug 16 01:45:16 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Tue, 15 Aug 2006 18:45:16 -0700 Subject: comps comps-fe5.xml,1.8,1.9 comps-fe6.xml,1.3,1.4 Message-ID: <200608160145.k7G1jIu4032533@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32514 Modified Files: comps-fe5.xml comps-fe6.xml Log Message: Add lcov Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- comps-fe5.xml 10 Jun 2006 13:50:25 -0000 1.8 +++ comps-fe5.xml 16 Aug 2006 01:45:16 -0000 1.9 @@ -42,6 +42,7 @@ ghc git highlight + lcov lincvs lua mach Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- comps-fe6.xml 17 May 2006 15:26:45 -0000 1.3 +++ comps-fe6.xml 16 Aug 2006 01:45:16 -0000 1.4 @@ -42,6 +42,7 @@ ghc git highlight + lcov lincvs lua mach From fedora-extras-commits at redhat.com Wed Aug 16 01:58:26 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 18:58:26 -0700 Subject: comps comps-fe6.xml.in,1.44,1.45 Message-ID: <200608160158.k7G1wS7e032620@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32602 Modified Files: comps-fe6.xml.in Log Message: adding cvs2svn, poedit, and verbiste-gnome Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- comps-fe6.xml.in 16 Aug 2006 01:36:52 -0000 1.44 +++ comps-fe6.xml.in 16 Aug 2006 01:58:26 -0000 1.45 @@ -37,6 +37,7 @@ cpan2rpm cppunit curry + cvs2svn cvsps cvsweb darcs @@ -103,6 +104,7 @@ gobby jed leafpad + poedit scribes TeXmacs @@ -184,6 +186,7 @@ seahorse smeg themes-backgrounds-gnome + verbiste-gnome wp_tray From fedora-extras-commits at redhat.com Wed Aug 16 02:00:12 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 15 Aug 2006 19:00:12 -0700 Subject: comps comps-fe6.xml.in,1.45,1.46 Message-ID: <200608160200.k7G20EVx032662@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32641 Modified Files: comps-fe6.xml.in Log Message: Added torque. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- comps-fe6.xml.in 16 Aug 2006 01:58:26 -0000 1.45 +++ comps-fe6.xml.in 16 Aug 2006 02:00:12 -0000 1.46 @@ -553,6 +553,8 @@ smart-gui snort synaptic + torque-client + torque-gui ttywatch unison vnstat @@ -591,6 +593,7 @@ jabberd kannel ushare + torque-server From fedora-extras-commits at redhat.com Wed Aug 16 02:04:58 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 15 Aug 2006 19:04:58 -0700 Subject: rpms/paps/FC-5 paps-0.6.6-cpilpi.patch, NONE, 1.1 paps-0.6.6-wordwrap.patch, NONE, 1.1 paps-0.6.6-encoding.patch, 1.2, 1.3 paps-0.6.6-font-option.patch, 1.1, 1.2 paps.spec, 1.9, 1.10 Message-ID: <200608160205.k7G251oh002812@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2779 Modified Files: paps-0.6.6-encoding.patch paps-0.6.6-font-option.patch paps.spec Added Files: paps-0.6.6-cpilpi.patch paps-0.6.6-wordwrap.patch Log Message: * Wed Aug 16 2006 Akira TAGOH - paps-0.6.6-wordwrap.patch: applied to do a wordwrap. - paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters per inch and the lines per inch. - paps-0.6.6-font-option.patch: fixed to get this working. - paps-0.6.6-encoding.patch: null-terminate the output. paps-0.6.6-cpilpi.patch: --- NEW FILE paps-0.6.6-cpilpi.patch --- diff -ruN paps-0.6.6.orig/src/libpaps.c paps-0.6.6/src/libpaps.c --- paps-0.6.6.orig/src/libpaps.c 2006-04-27 04:09:03.000000000 +0900 +++ paps-0.6.6/src/libpaps.c 2006-07-17 13:33:13.000000000 +0900 @@ -52,16 +52,20 @@ int last_char_idx; double last_pos_y; double last_pos_x; + double scale_x; + double scale_y; } paps_private_t; // Forward declarations -static void add_postscript_prologue(GString *ps_string); +static void add_postscript_prologue(paps_private_t *paps); static gchar *get_next_char_id_strdup(paps_private_t *paps); static void add_line_to_postscript(paps_private_t *paps, GString *line_str, double x_pos, double y_pos, + double scale_x, + double scale_y, PangoLayoutLine *line); paps_t *paps_new() @@ -76,12 +80,27 @@ paps->last_pos_x = -1e67; paps->last_pos_y = -1e67; paps->last_char_idx = 0; + paps->scale_x = 1.0; + paps->scale_y = 1.0; - add_postscript_prologue(paps->header); + add_postscript_prologue(paps); return paps; } +void +paps_set_scale(paps_t *paps_, + gdouble scale_x, + gdouble scale_y) +{ + paps_private_t *paps = (paps_private_t *)paps_; + + paps->scale_x = scale_x; + paps->scale_y = scale_y; + g_string_erase(paps->header, 0, -1); + add_postscript_prologue(paps); +} + PangoContext *paps_get_pango_context() { return pango_ft2_get_context (PAPS_DPI, PAPS_DPI); @@ -124,14 +143,18 @@ GString *line_str, PangoLayoutLine *pango_line, double line_start_pos_x, - double line_start_pos_y + double line_start_pos_y, + double scale_x, + double scale_y ); void draw_bezier_outline(paps_private_t *paps, GString *layout_str, FT_Face face, PangoGlyphInfo *glyph_info, double pos_x, - double pos_y + double pos_y, + double scale_x, + double scale_y ); /* Countour traveling functions */ static int paps_ps_move_to( FT_Vector* to, @@ -166,6 +189,8 @@ gchar *paps_layout_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayout *layout) { paps_private_t *paps = (paps_private_t*)paps_; @@ -189,6 +214,8 @@ layout_str, pos_x, pos_y, + scale_x, + scale_y, pango_line); pos_y -= logical_rect.height * scale; @@ -203,6 +230,8 @@ gchar *paps_layout_line_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayoutLine *layout_line) { paps_private_t *paps = (paps_private_t*)paps_; @@ -213,6 +242,8 @@ layout_str, pos_x, pos_y, + scale_x, + scale_y, layout_line); ret_str = layout_str->str; @@ -221,9 +252,10 @@ return ret_str; } -void add_postscript_prologue(GString *ps_string) +static void +add_postscript_prologue(paps_private_t *paps) { - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "%%%%BeginProlog\n" "/papsdict 1 dict def\n" "papsdict begin\n" @@ -231,7 +263,7 @@ ); /* Outline support */ - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "/conicto {\n" " /to_y exch def\n" " /to_x exch def\n" @@ -249,7 +281,7 @@ "/start_ol { gsave } bind def\n" "/end_ol { closepath fill grestore } bind def\n" /* Specify both x and y. */ - "/draw_char { fontdict begin gsave %f dup scale last_x last_y translate load exec end grestore} def\n" + "/draw_char { fontdict begin gsave %f dup scale last_x last_y translate %f %f scale load exec end grestore} def\n" "/goto_xy { fontdict begin /last_y exch def /last_x exch def end } def\n" "/goto_x { fontdict begin /last_x exch def end } def\n" "/fwd_x { fontdict begin /last_x exch last_x add def end } def\n" @@ -261,14 +293,15 @@ // The scaling is a combination of the scaling due // to the dpi and the difference in the coordinate // systems of postscript and freetype2. - 1.0 / PAPS_DPI + 1.0 / PAPS_DPI, + paps->scale_x, paps->scale_y ); // The following is a dispatcher for an encoded string that contains // a packed version of the pango layout data. Currently it just executes // the symbols corresponding to the encoded characters, but in the future // it will also contain some meta data, e.g. the size of the layout. - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "/paps_exec {\n" " 1 dict begin\n" " /ps exch def\n" @@ -320,7 +353,7 @@ ); /* Open up dictionaries */ - g_string_append(ps_string, + g_string_append(paps->header, "/fontdict 1 dict def\n" "papsdict begin fontdict begin\n"); } @@ -331,6 +364,8 @@ GString *line_str, double x_pos, double y_pos, + double scale_x, + double scale_y, PangoLayoutLine *line) { PangoRectangle ink_rect, logical_rect; @@ -349,7 +384,7 @@ } #endif - draw_contour(paps, line_str, line, x_pos, y_pos); + draw_contour(paps, line_str, line, x_pos, y_pos, scale_x, scale_y); } /* draw_contour() draws all of the contours that make up a line. @@ -359,7 +394,9 @@ GString *layout_str, PangoLayoutLine *pango_line, double line_start_pos_x, - double line_start_pos_y + double line_start_pos_y, + double scale_x, + double scale_y ) { GSList *runs_list; @@ -389,7 +426,7 @@ glyph_pos_x = x_pos + 1.0*geometry.x_offset * scale; glyph_pos_y = line_start_pos_y - 1.0*geometry.y_offset * scale; - x_pos += geometry.width * scale; + x_pos += geometry.width * scale * scale_x; if (glyphs->glyphs[glyph_idx].glyph == PANGO_GLYPH_EMPTY) continue; @@ -399,7 +436,9 @@ ft_face, &glyphs->glyphs[glyph_idx], glyph_pos_x, - glyph_pos_y + glyph_pos_y, + scale_x, + scale_y ); } @@ -415,13 +454,15 @@ FT_Face face, PangoGlyphInfo *glyph_info, double pos_x, - double pos_y + double pos_y, + double scale_x, + double scale_y ) { static gchar glyph_hash_string[100]; double scale = 72.0 / PANGO_SCALE / PAPS_DPI; double epsilon = 1e-2; - double glyph_width = glyph_info->geometry.width * scale; + double glyph_width = glyph_info->geometry.width * scale * scale_x; gchar *id = NULL; /* Output outline */ @@ -480,7 +521,7 @@ g_string_append_printf(glyph_def_string, "%.0f fwd_x\n" "end_ol\n", - glyph_info->geometry.width * scale * PAPS_DPI + glyph_info->geometry.width * scale * scale_x * PAPS_DPI ); // TBD - Check if the glyph_def_string is empty. If so, set the diff -ruN paps-0.6.6.orig/src/libpaps.h paps-0.6.6/src/libpaps.h --- paps-0.6.6.orig/src/libpaps.h 2005-12-21 04:35:39.000000000 +0900 +++ paps-0.6.6/src/libpaps.h 2006-07-17 13:27:59.000000000 +0900 @@ -40,6 +40,19 @@ */ void paps_free(paps_t *paps); +/** + * Set the scales for characters. + * + * @param paps Paps object + * @param scale_x x-coordinate scale + * @param scale_y y-coordinate scale + * + */ +void +paps_set_scale(paps_t *paps, + gdouble scale_x, + gdouble scale_y); + /** * libpaps may currently be used only with a PangoContext that it * is creating. The context returned may of course be changed though @@ -78,6 +91,8 @@ gchar *paps_layout_to_postscript_strdup(paps_t *paps, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayout *layout); /** * Create postscript related to a single PangoLayout line at position @@ -95,6 +110,8 @@ gchar *paps_layout_line_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayoutLine *layout_line); /** diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c --- paps-0.6.6.orig/src/paps.c 2006-07-17 13:27:27.000000000 +0900 +++ paps-0.6.6/src/paps.c 2006-07-17 13:27:59.000000000 +0900 @@ -22,6 +22,7 @@ #include +#include #include "libpaps.h" #include #include @@ -29,6 +30,7 @@ #include #include #include +#include #define BUFSIZE 1024 #define DEFAULT_FONT_FAMILY "Monospace" @@ -71,6 +73,8 @@ int header_sep; int header_height; int footer_height; + gdouble scale_x; + gdouble scale_y; gboolean do_draw_header; gboolean do_draw_footer; gboolean do_duplex; @@ -110,7 +114,8 @@ }; /* Information passed in user data when drawing outlines */ -GList *split_paragraphs_into_lines (GList *paragraphs); +GList *split_paragraphs_into_lines (page_layout_t *page_layout, + GList *paragraphs); static char *read_file (FILE *file, GIConv handle); static GList *split_text_into_paragraphs (PangoContext *pango_context, @@ -136,6 +141,8 @@ static void draw_line_to_page (FILE *OUT, int column_idx, int column_pos, + gdouble scale_x, + gdouble scale_y, page_layout_t *page_layout, PangoLayoutLine *line); static int draw_page_header_line_to_page(FILE *OUT, @@ -158,6 +165,7 @@ double last_pos_x = -1; paps_t *paps; paper_type_t paper_type = PAPER_TYPE_A4; +gdouble lpi = 0.0L, cpi = 0.0L; #define CASE(s) if (strcmp(S_, s) == 0) @@ -190,6 +198,60 @@ return retval; } +static gboolean +_paps_arg_lpi_cb(const gchar *option_name, + const gchar *value, + gpointer data) +{ + gboolean retval = TRUE; + gchar *p = NULL; + + if (value && *value) + { + errno = 0; + lpi = g_strtod(value, &p); + if ((p && *p) || errno == ERANGE) + { + fprintf(stderr, "given LPI value was invalid.\n"); + retval = FALSE; + } + } + else + { + fprintf(stderr, "You must specify the amount of lines per inch.\n"); + retval = FALSE; + } + + return retval; +} + +static gboolean +_paps_arg_cpi_cb(const gchar *option_name, + const gchar *value, + gpointer data) +{ + gboolean retval = TRUE; + gchar *p = NULL; + + if (value && *value) + { + errno = 0; + cpi = g_strtod(value, &p); + if ((p && *p) || errno == ERANGE) + { + fprintf(stderr, "given CPI value was invalid.\n"); + retval = FALSE; + } + } + else + { + fprintf(stderr, "You must specify the amount of characters per inch.\n"); + retval = FALSE; + } + + return retval; +} + static PangoLanguage * get_language(void) { @@ -233,6 +295,8 @@ {"left-margin", 0, 0, G_OPTION_ARG_INT, &left_margin, "Set left margin. (Default: 36)", "NUM"}, {"header", 0, 0, G_OPTION_ARG_NONE, &do_draw_header, "Draw page header for each page.", NULL}, {"encoding", 0, 0, G_OPTION_ARG_STRING, &encoding, "Assume the documentation encoding.", "ENCODING"}, + {"lpi", 0, 0, G_OPTION_ARG_CALLBACK, _paps_arg_lpi_cb, "Set the amount of lines per inch.", "REAL"}, + {"cpi", 0, 0, G_OPTION_ARG_CALLBACK, _paps_arg_cpi_cb, "Set the amount of characters per inch.", "REAL"}, {NULL} }; GError *error = NULL; @@ -243,6 +307,9 @@ PangoContext *pango_context; PangoFontDescription *font_description; PangoDirection pango_dir = PANGO_DIRECTION_LTR; + PangoFontMap *fontmap; + PangoFontset *fontset; + PangoFontMetrics *metrics; int num_pages = 1; int gutter_width = 40; int total_gutter_width; @@ -254,6 +321,7 @@ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SCALE); gchar *filename_in, *title, *text; int header_sep = 20; + int max_width = 0, w; GIConv cvh = NULL; /* Prerequisite when using glib. */ @@ -343,6 +411,8 @@ page_layout.header_height = 0; page_layout.footer_height = 0; page_layout.do_wordwrap = do_wordwrap; + page_layout.scale_x = 1.0L; + page_layout.scale_y = 1.0L; if (do_draw_header) page_layout.header_sep = header_sep; else @@ -365,7 +435,22 @@ page_layout.pango_dir = pango_dir; page_layout.filename = filename_in; page_layout.header_font_desc = header_font_desc; - + + /* calculate x-coordinate scale */ + if (cpi > 0.0L) + { + fontmap = pango_ft2_font_map_new (); + fontset = pango_font_map_load_fontset (fontmap, pango_context, font_description, get_language ()); + metrics = pango_fontset_get_metrics (fontset); + max_width = pango_font_metrics_get_approximate_char_width (metrics); + w = pango_font_metrics_get_approximate_digit_width (metrics); + if (w > max_width) + max_width = w; + page_layout.scale_x = 1 / cpi * 72.0 * PANGO_SCALE / max_width; + pango_font_metrics_unref (metrics); + g_object_unref (G_OBJECT (fontmap)); + } + if (encoding != NULL) { cvh = g_iconv_open ("UTF-8", encoding); @@ -385,11 +470,12 @@ &page_layout, page_layout.column_width * page_layout.pt_to_pixel, text); - pango_lines = split_paragraphs_into_lines(paragraphs); + pango_lines = split_paragraphs_into_lines(&page_layout, paragraphs); if (OUT == NULL) OUT = stdout; + paps_set_scale(paps, page_layout.scale_x, page_layout.scale_y); print_postscript_header(OUT, title, &page_layout); ps_pages_string = g_string_new(""); @@ -493,6 +579,58 @@ para->text = last_para; para->length = p - last_para; para->layout = pango_layout_new (pango_context); + + if (cpi > 0.0L && page_layout->do_wordwrap) + { + PangoRectangle ink_rect, logical_rect; + wchar_t *wtext, *wnewtext; + gchar *newtext; + size_t i, len, wwidth = 0, n; + + wtext = (wchar_t *)g_utf8_to_ucs4 (para->text, para->length, NULL, NULL, NULL); + if (wtext == NULL) + { + fprintf (stderr, "Failed to convert UTF-8 to UCS-4.\n"); + return NULL; + } + + len = wcswidth (wtext); + /* the amount of characters to be able to put on the line against CPI */ + n = page_layout->column_width / 72.0 * cpi; + if (len > n) + { + wnewtext = g_new (wchar_t, wcslen (wtext) + 1); + if (wnewtext == NULL) + { + fprintf (stderr, "Failed to allocate a memory.\n"); + g_free (wtext); + return NULL; + } + for (i = 0; i < len; i++) + { + wwidth += wcwidth (wtext[i]); + if (wwidth > n) + break; + wnewtext[i] = wtext[i]; + } + wnewtext[i] = 0L; + + newtext = g_ucs4_to_utf8 ((const gunichar *)wnewtext, i, NULL, NULL, NULL); + if (newtext == NULL) + { + fprintf (stderr, "Failed to convert UCS-4 to UTF-8.\n"); + return NULL; + } + + pango_layout_set_text (para->layout, newtext, -1); + pango_layout_get_extents (para->layout, &ink_rect, &logical_rect); + /* update paint_width to wrap_against CPI */ + paint_width = logical_rect.width / PANGO_SCALE; + g_free (newtext); + g_free (wnewtext); + } + g_free (wtext); + } pango_layout_set_text (para->layout, para->text, para->length); pango_layout_set_justify (para->layout, page_layout->do_justify); pango_layout_set_alignment (para->layout, @@ -523,9 +661,11 @@ /* Split a list of paragraphs into a list of lines. */ GList * -split_paragraphs_into_lines(GList *paragraphs) +split_paragraphs_into_lines(page_layout_t *page_layout, + GList *paragraphs) { GList *line_list = NULL; + int max_height = 0; /* Read the file */ /* Now split all the pagraphs into lines */ @@ -554,10 +694,14 @@ line_link->formfeed = 1; line_link->ink_rect = ink_rect; line_list = g_list_prepend(line_list, line_link); + if (logical_rect.height > max_height) + max_height = logical_rect.height; } par_list = par_list->next; } + if (lpi > 0.0L) + page_layout->scale_y = 1 / lpi * 72.0 * page_layout->pt_to_pixel * PANGO_SCALE / max_height; return g_list_reverse(line_list); @@ -612,9 +756,14 @@ draw_line_to_page(OUT, column_idx, column_y_pos+line_link->logical_rect.height, + page_layout->scale_x, page_layout->scale_y, page_layout, line); - column_y_pos += line_link->logical_rect.height; + + if (lpi > 0.0L) + column_y_pos += (1 / lpi * 72.0 * page_layout->pt_to_pixel * PANGO_SCALE); + else + column_y_pos += line_link->logical_rect.height; pango_lines = pango_lines->next; } @@ -840,6 +989,8 @@ draw_line_to_page(FILE *OUT, int column_idx, int column_pos, + gdouble scale_x, + gdouble scale_y, page_layout_t *page_layout, PangoLayoutLine *line) { @@ -874,6 +1025,7 @@ ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + scale_x, scale_y, line); g_string_append(ps_pages_string, @@ -935,6 +1087,7 @@ } ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -948,6 +1101,7 @@ x_pos = (page_layout->page_width - (logical_rect.width / PANGO_SCALE * page_layout->pixel_to_pt)) / 2; ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -961,6 +1115,7 @@ x_pos = page_layout->page_width - page_layout->right_margin - (logical_rect.width / PANGO_SCALE * page_layout->pixel_to_pt); ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -977,4 +1132,3 @@ return logical_rect.height; } - diff -ruN paps-0.6.6.orig/src/test_libpaps.c paps-0.6.6/src/test_libpaps.c --- paps-0.6.6.orig/src/test_libpaps.c 2005-12-21 04:35:39.000000000 +0900 +++ paps-0.6.6/src/test_libpaps.c 2006-07-17 13:27:59.000000000 +0900 @@ -83,6 +83,7 @@ ps_layout = paps_layout_to_postscript_strdup(paps, 0, 0, + 1.0, 1.0, layout); g_string_append_printf(ps_text, "gsave\n" @@ -110,6 +111,7 @@ ); ps_layout = paps_layout_to_postscript_strdup(paps, 0, 0, + 1.0, 1.0, layout); g_string_append_printf(ps_text, "gsave\n" paps-0.6.6-wordwrap.patch: --- NEW FILE paps-0.6.6-wordwrap.patch --- diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c --- paps-0.6.6.orig/src/paps.c 2006-07-04 12:16:49.000000000 +0900 +++ paps-0.6.6/src/paps.c 2006-07-04 12:19:20.000000000 +0900 @@ -79,6 +79,7 @@ gboolean do_justify; gboolean do_separation_line; gboolean do_draw_contour; + gboolean do_wordwrap; PangoDirection pango_dir; gchar *filename; gchar *header_font_desc; @@ -212,6 +213,7 @@ int main(int argc, char *argv[]) { gboolean do_landscape = FALSE, do_rtl = FALSE, do_justify = FALSE, do_draw_header = FALSE; + gboolean do_wordwrap = TRUE; int num_columns = 1; int top_margin = 36, bottom_margin = 36, right_margin = 36, left_margin = 36; gchar *font = MAKE_FONT_NAME (DEFAULT_FONT_FAMILY, DEFAULT_FONT_SIZE), *encoding = NULL; @@ -340,6 +342,7 @@ page_layout.header_ypos = page_layout.top_margin; page_layout.header_height = 0; page_layout.footer_height = 0; + page_layout.do_wordwrap = do_wordwrap; if (do_draw_header) page_layout.header_sep = header_sep; else @@ -496,6 +499,8 @@ page_layout->pango_dir == PANGO_DIRECTION_LTR ? PANGO_ALIGN_LEFT : PANGO_ALIGN_RIGHT); pango_layout_set_width (para->layout, paint_width * PANGO_SCALE); + if (page_layout->do_wordwrap) + pango_layout_set_wrap (para->layout, PANGO_WRAP_WORD_CHAR); para->height = 0; if (wc == '\f') paps-0.6.6-encoding.patch: Index: paps-0.6.6-encoding.patch =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps-0.6.6-encoding.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- paps-0.6.6-encoding.patch 19 Jun 2006 19:51:44 -0000 1.2 +++ paps-0.6.6-encoding.patch 16 Aug 2006 02:04:57 -0000 1.3 @@ -80,7 +80,7 @@ if (ferror (file)) { fprintf(stderr, "%s: Error reading file.\n", g_get_prgname ()); -@@ -392,7 +412,19 @@ +@@ -392,7 +412,20 @@ else if (bp == NULL) break; @@ -96,6 +96,7 @@ + fprintf (stderr, "%s: Error while converting strings.\n", g_get_prgname ()); + return NULL; + } ++ obuffer[BUFSIZE * 6 - 1 - oblen] = 0; + } + g_string_append (inbuf, bp); } paps-0.6.6-font-option.patch: Index: paps-0.6.6-font-option.patch =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps-0.6.6-font-option.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- paps-0.6.6-font-option.patch 19 Jun 2006 19:51:44 -0000 1.1 +++ paps-0.6.6-font-option.patch 16 Aug 2006 02:04:57 -0000 1.2 @@ -1,4 +1,3 @@ -diff -ruN paps-0.6.6.orig/src/paps.1 paps-0.6.6/src/paps.1 --- paps-0.6.6.orig/src/paps.1 2006-06-20 04:09:58.000000000 +0900 +++ paps-0.6.6/src/paps.1 2006-06-20 04:12:23.000000000 +0900 @@ -34,11 +34,8 @@ @@ -15,19 +14,18 @@ .TP .B \-\-rtl Do rtl layout. -diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c ---- paps-0.6.6.orig/src/paps.c 2006-06-20 04:09:58.000000000 +0900 -+++ paps-0.6.6/src/paps.c 2006-06-20 04:01:57.000000000 +0900 +--- paps-0.6.6/src/paps.c 2006-06-20 04:01:57.000000000 +0900 ++++ paps-0.6.6/src/paps.c 2006-06-29 15:08:48.000000000 +0100 @@ -30,7 +30,11 @@ #include #define BUFSIZE 1024 -#define HEADER_FONT_SCALE 12 +#define DEFAULT_FONT_FAMILY "Monospace" -+#define DEFAULT_FONT_SIZE 12 ++#define DEFAULT_FONT_SIZE "12" +#define HEADER_FONT_FAMILY "Monospace Bold" -+#define HEADER_FONT_SCALE 12 -+#define MAKE_FONT_NAME(f,s) f " " #s ++#define HEADER_FONT_SCALE "12" ++#define MAKE_FONT_NAME(f,s) f " " s typedef enum { PAPER_TYPE_A4 = 0, @@ -67,10 +65,10 @@ int do_duplex = -1; gchar *paps_header = NULL; - gchar *header_font_desc = "Monospace Bold 12"; -+ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SIZE); ++ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SCALE); + gchar *filename_in, *title, *text; int header_sep = 20; - GIConv *cvh = NULL; + GIConv cvh = NULL; @@ -271,13 +272,12 @@ pango_context_set_language (pango_context, pango_language_from_string ("en_US")); @@ -88,7 +86,7 @@ + if ((pango_font_description_get_set_fields (font_description) & PANGO_FONT_MASK_FAMILY) == 0) + pango_font_description_set_family (font_description, DEFAULT_FONT_FAMILY); + if ((pango_font_description_get_set_fields (font_description) & PANGO_FONT_MASK_SIZE) == 0) -+ pango_font_description_set_size (font_description, DEFAULT_FONT_SIZE * PANGO_SCALE); ++ pango_font_description_set_size (font_description, atoi(DEFAULT_FONT_SIZE) * PANGO_SCALE); pango_context_set_font_description (pango_context, font_description); Index: paps.spec =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- paps.spec 19 Jun 2006 19:51:44 -0000 1.9 +++ paps.spec 16 Aug 2006 02:04:57 -0000 1.10 @@ -8,12 +8,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel automake autoconf libtool doxygen Patch0: paps-makefile.patch +## http://sourceforge.net/mailarchive/forum.php?thread_id=9329194&forum_id=47278 Patch2: paps-0.6.3-formfeed.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1494769&group_id=153049&atid=786242 Patch3: paps-0.6.6-encoding.patch +## fixed in CVS Patch4: paps-typo-font-scale.patch +## fixed in CVS Patch5: paps-0.6.6-segfault.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512382&group_id=153049&atid=786242 Patch6: paps-0.6.6-font-option.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512384&group_id=153049&atid=786239 Patch7: paps-0.6.6-lcctype.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512385&group_id=153049&atid=786239 +Patch8: paps-0.6.6-wordwrap.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1472021&group_id=153049&atid=786242 +Patch9: paps-0.6.6-cpilpi.patch Summary: Plain Text to PostScript converter Group: Applications/Publishing @@ -30,6 +40,8 @@ %patch5 -p1 -b .segfault %patch6 -p1 -b .fontopt %patch7 -p1 -b .lcctype +%patch8 -p1 -b .wordwrap +%patch9 -p1 -b .cpilpi aclocal automake autoconf @@ -57,6 +69,13 @@ %changelog +* Wed Aug 16 2006 Akira TAGOH +- paps-0.6.6-wordwrap.patch: applied to do a wordwrap. +- paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters + per inch and the lines per inch. +- paps-0.6.6-font-option.patch: fixed to get this working. +- paps-0.6.6-encoding.patch: null-terminate the output. + * Tue Jun 20 2006 Akira TAGOH - 0.6.6-5 - paps-typo-font-scale.patch: backported from CVS. - paps-0.6.6-font-option.patch: integrated --font-family and --font-scale From fedora-extras-commits at redhat.com Wed Aug 16 02:08:35 2006 From: fedora-extras-commits at redhat.com (Jeff Layton (jlayton)) Date: Tue, 15 Aug 2006 19:08:35 -0700 Subject: comps comps-fe6.xml,1.4,1.5 Message-ID: <200608160208.k7G28bKx002902@cvs-int.fedora.redhat.com> Author: jlayton Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2885 Modified Files: comps-fe6.xml Log Message: Added ez-ipupdate and xwrits Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- comps-fe6.xml 16 Aug 2006 01:45:16 -0000 1.4 +++ comps-fe6.xml 16 Aug 2006 02:08:35 -0000 1.5 @@ -513,6 +513,7 @@ false true + ez-ipupdate flumotion icecast ircd-hybrid @@ -683,6 +684,7 @@ rxvt workrave xlockmore + xwrits From fedora-extras-commits at redhat.com Wed Aug 16 02:26:53 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 19:26:53 -0700 Subject: comps comps-fe6.xml.in,1.46,1.47 Message-ID: <200608160226.k7G2QtB8003019@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3002 Modified Files: comps-fe6.xml.in Log Message: Added dnsmasq to network-servers Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- comps-fe6.xml.in 16 Aug 2006 02:00:12 -0000 1.46 +++ comps-fe6.xml.in 16 Aug 2006 02:26:52 -0000 1.47 @@ -587,6 +587,7 @@ true ctrlproxy + dnsmasq flumotion icecast ircd-hybrid From fedora-extras-commits at redhat.com Wed Aug 16 03:16:05 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:16:05 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.14,1.15 Message-ID: <200608160316.k7G3G7AB005797@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/devel Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- nagios-plugins.spec 10 Aug 2006 04:39:04 -0000 1.14 +++ nagios-plugins.spec 16 Aug 2006 03:16:05 -0000 1.15 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:15:59 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:15:59 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec,1.11,1.12 Message-ID: <200608160316.k7G3GVUu005800@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/FC-4 Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nagios-plugins.spec 10 Aug 2006 15:15:28 -0000 1.11 +++ nagios-plugins.spec 16 Aug 2006 03:15:58 -0000 1.12 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:15:59 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:15:59 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec,1.11,1.12 Message-ID: <200608160316.k7G3GVWc005803@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/FC-5 Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nagios-plugins.spec 10 Aug 2006 15:18:07 -0000 1.11 +++ nagios-plugins.spec 16 Aug 2006 03:15:59 -0000 1.12 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:22:49 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Tue, 15 Aug 2006 20:22:49 -0700 Subject: comps comps-fe5.xml,1.9,1.10 Message-ID: <200608160322.k7G3Mp1w005917@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5856 Modified Files: comps-fe5.xml Log Message: Add tinyfugue to text based internet group Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- comps-fe5.xml 16 Aug 2006 01:45:16 -0000 1.9 +++ comps-fe5.xml 16 Aug 2006 03:22:49 -0000 1.10 @@ -545,6 +545,7 @@ rtorrent snownews tin + tinyfugue From fedora-extras-commits at redhat.com Wed Aug 16 03:28:22 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Tue, 15 Aug 2006 20:28:22 -0700 Subject: comps comps-fe6.xml,1.5,1.6 Message-ID: <200608160328.k7G3SOMt005992@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5975 Modified Files: comps-fe6.xml Log Message: Err, add tinyfugue to fe6 as well. Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- comps-fe6.xml 16 Aug 2006 02:08:35 -0000 1.5 +++ comps-fe6.xml 16 Aug 2006 03:28:22 -0000 1.6 @@ -544,6 +544,7 @@ rtorrent snownews tin + tinyfugue From fedora-extras-commits at redhat.com Wed Aug 16 04:43:09 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Tue, 15 Aug 2006 21:43:09 -0700 Subject: comps comps-fe6.xml.in,1.47,1.48 Message-ID: <200608160443.k7G4hBws008813@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8796 Modified Files: comps-fe6.xml.in Log Message: add cproto and nedit Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- comps-fe6.xml.in 16 Aug 2006 02:26:52 -0000 1.47 +++ comps-fe6.xml.in 16 Aug 2006 04:43:09 -0000 1.48 @@ -36,6 +36,7 @@ colordiff cpan2rpm cppunit + cproto curry cvs2svn cvsps @@ -104,6 +105,7 @@ gobby jed leafpad + nedit poedit scribes TeXmacs From fedora-extras-commits at redhat.com Wed Aug 16 04:53:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 21:53:56 -0700 Subject: rpms/xprobe2/devel xprobe2.spec,1.5,1.6 Message-ID: <200608160453.k7G4rwxq008860@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/xprobe2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8843 Modified Files: xprobe2.spec Log Message: rebuild Index: xprobe2.spec =================================================================== RCS file: /cvs/extras/rpms/xprobe2/devel/xprobe2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xprobe2.spec 14 Feb 2006 00:00:51 -0000 1.5 +++ xprobe2.spec 16 Aug 2006 04:53:56 -0000 1.6 @@ -1,6 +1,6 @@ Name: xprobe2 Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Xprobe2 is an active operating system fingerprinting tool Group: Applications/Internet @@ -56,6 +56,9 @@ %changelog +* Wed Aug 16 2006 Luke Macken 0.3-6 +- Rebuild + * Mon Feb 13 2006 Luke Macken 0.3-5 - Rebuild for FE5 From fedora-extras-commits at redhat.com Wed Aug 16 05:03:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 22:03:28 -0700 Subject: rpms/xprobe2/devel xprobe2.spec,1.6,1.7 Message-ID: <200608160503.k7G53UcV011482@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/xprobe2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11465 Modified Files: xprobe2.spec Log Message: add libpcap-devel to BR Index: xprobe2.spec =================================================================== RCS file: /cvs/extras/rpms/xprobe2/devel/xprobe2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xprobe2.spec 16 Aug 2006 04:53:56 -0000 1.6 +++ xprobe2.spec 16 Aug 2006 05:03:28 -0000 1.7 @@ -1,6 +1,6 @@ Name: xprobe2 Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Xprobe2 is an active operating system fingerprinting tool Group: Applications/Internet @@ -9,7 +9,7 @@ Source0: http://dl.sf.net/xprobe/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap +BuildRequires: libpcap-devel %description Xprobe is an alternative to some tools which are heavily dependent upon the @@ -56,6 +56,9 @@ %changelog +* Wed Aug 16 2006 Luke Macken 0.3-7 +- Add libpcap-devel BR + * Wed Aug 16 2006 Luke Macken 0.3-6 - Rebuild From fedora-extras-commits at redhat.com Wed Aug 16 05:08:37 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 15 Aug 2006 22:08:37 -0700 Subject: comps comps-fe5.xml.in,1.73,1.74 comps-fe6.xml.in,1.48,1.49 Message-ID: <200608160508.k7G58d0m011645@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11626 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add mail-notification, revelation, tiobench to comps Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- comps-fe5.xml.in 16 Aug 2006 01:36:52 -0000 1.73 +++ comps-fe5.xml.in 16 Aug 2006 05:08:37 -0000 1.74 @@ -349,6 +349,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -452,6 +453,7 @@ MagicPoint pybliographer qcad + revelation texmaker @@ -530,6 +532,7 @@ sabayon shorewall snort + tiobench ttywatch unison vnstat Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- comps-fe6.xml.in 16 Aug 2006 04:43:09 -0000 1.48 +++ comps-fe6.xml.in 16 Aug 2006 05:08:37 -0000 1.49 @@ -359,6 +359,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -462,6 +463,7 @@ MagicPoint pybliographer qcad + revelation texmaker @@ -555,6 +557,7 @@ smart-gui snort synaptic + tiobench torque-client torque-gui ttywatch From fedora-extras-commits at redhat.com Wed Aug 16 05:18:17 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 22:18:17 -0700 Subject: comps comps-fe5.xml.in,1.74,1.75 comps-fe6.xml.in,1.49,1.50 Message-ID: <200608160518.k7G5IJ3m011697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11678 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add arc, bin2iso and gnucap Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- comps-fe5.xml.in 16 Aug 2006 05:08:37 -0000 1.74 +++ comps-fe5.xml.in 16 Aug 2006 05:18:17 -0000 1.75 @@ -120,6 +120,7 @@ cernlib-utils galculator gdl + gnucap hdf hdf5 hmmer @@ -470,6 +471,7 @@ akode amarok audacity + bin2iso bmp camstream camE @@ -506,6 +508,7 @@ aide airsnort apcupsd + arc bochs cfengine cfs Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- comps-fe6.xml.in 16 Aug 2006 05:08:37 -0000 1.49 +++ comps-fe6.xml.in 16 Aug 2006 05:18:17 -0000 1.50 @@ -124,6 +124,7 @@ cernlib-utils galculator gdl + gnucap hdf hdf5 hmmer @@ -480,6 +481,7 @@ akode amarok audacity + bin2iso bmp camstream camE @@ -517,6 +519,7 @@ airsnort apcupsd apt + arc bochs chrpath cfengine From fedora-extras-commits at redhat.com Wed Aug 16 05:41:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 22:41:21 -0700 Subject: comps comps-fe6.xml.in,1.50,1.51 Message-ID: <200608160541.k7G5fNdn011765@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11748 Modified Files: comps-fe6.xml.in Log Message: Add xprobe2 and sobby to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- comps-fe6.xml.in 16 Aug 2006 05:18:17 -0000 1.50 +++ comps-fe6.xml.in 16 Aug 2006 05:41:21 -0000 1.51 @@ -603,6 +603,7 @@ kannel ushare torque-server + sobby @@ -627,6 +628,7 @@ rtorrent snownews tin + xprobe2 From fedora-extras-commits at redhat.com Wed Aug 16 05:54:04 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 22:54:04 -0700 Subject: comps comps-fe6.xml.in,1.51,1.52 Message-ID: <200608160554.k7G5s6Zn011829@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11812 Modified Files: comps-fe6.xml.in Log Message: added some missing packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- comps-fe6.xml.in 16 Aug 2006 05:41:21 -0000 1.51 +++ comps-fe6.xml.in 16 Aug 2006 05:54:04 -0000 1.52 @@ -168,6 +168,7 @@ alacarte brightside + buoh byzanz deskbar-applet gdesklets @@ -651,6 +652,7 @@ mod_security moin plone + php-pecl-apc tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Wed Aug 16 05:58:05 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 22:58:05 -0700 Subject: comps comps-fe5.xml.in, 1.75, 1.76 comps-fe6.xml, 1.6, 1.7 comps-fe6.xml.in, 1.52, 1.53 Message-ID: <200608160558.k7G5w7qb011870@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11849 Modified Files: comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: added missing packages to fc5 too Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- comps-fe5.xml.in 16 Aug 2006 05:18:17 -0000 1.75 +++ comps-fe5.xml.in 16 Aug 2006 05:58:05 -0000 1.76 @@ -164,6 +164,7 @@ alacarte brightside byzanz + buoh deskbar-applet gdesklets gfontview @@ -619,6 +620,7 @@ mod_security moin plone + php-pecl-apc thttpd TurboGears zope Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- comps-fe6.xml 16 Aug 2006 03:28:22 -0000 1.6 +++ comps-fe6.xml 16 Aug 2006 05:58:05 -0000 1.7 @@ -1,821 +0,0 @@ - - - - - - authoring-and-publishing - Authoring and Publishing - These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - conglomerate - kile - scribus - - - - - development-tools - Development Tools - These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - bazaar - bigloo - bzr - ccache - clisp - cogito - colordiff - cpan2rpm - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - fpc - gforth - ghc - git - highlight - lcov - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - quilt - rpmlint - splint - tkcvs - tla - yap - yasm - - - - - dialup - Dialup Networking Support - - true - false - - pptp - - - - - editors - Editors - Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - TeXmacs - - - - - engineering-and-scientific - Engineering and Scientific - This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - hmmer - kst - lagan - lapack - ncarg - numpy - octave - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - scalapack - SIBsim4 - - - - - ftp-server - FTP Server - These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - GNOME Desktop Environment - GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - byzanz - deskbar-applet - gdesklets - gfontview - glunarclock - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - wp_tray - - - - - gnome-software-development - GNOME Software Development - Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gnome-vfsmm26-devel - gquilt - libsexy-devel - - - - - games - Games and Entertainment - Various ways to relax and spend your free time. - false - true - - abe - bzflag - celestia - cgoban - crossfire-client - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - nethack - nethack-vultures - neverball - nexuiz - njam - overgod - pipenightdreams - powermanga - ppracer - qascade - qqo - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - supertux - tong - torcs - ularn - uqm - viruskiller - wesnoth - worminator - xboard - xpilot-ng - xplanet - xscorch - zasx - - - - - education - Educational Software - Educational software for learning - false - true - - drgeo - drgeo-doc - gperiodic - stellarium - tuxtype2 - - - - - graphical-internet - Graphical Internet - This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - d4x - deskbar-applet - dillo - drivel - fwbuilder - gajim - galeon - gnome-blog - gnome-telnet - gossip - gtk-gnutella - gwget - kickpim - konversation - kphone - licq - liferea - linphone - logjam - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - Graphics - This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - grads - gv - gpp - gqview - graphviz - gwenview - inkscape - qiv - showimg - skencil - sodipodi - tuxpaint - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - exim - exim-doc - mlmmj - pyzor - - - - - news-server - News Server - This group allows you to configure the system as a news server. - false - true - - leafnode - suck - - - - - office - Office/Productivity - The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - texmaker - - - - - sound-and-video - Sound and Video - From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bmp - camstream - camE - easytag - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - System Tools - This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - cfengine - cfs - crack - dkms - environment-modules - epylog - fuse - fwbuilder - ghasher - ghex - hercules - ibmonitor - inadyn - lirc - moodss - moomps - nagios - nfswatch - rdiff-backup - sabayon - shorewall - snort - ttywatch - unison - vnstat - vpnc - wine - - - - - hardware-support - Hardware Support - This group is a collection of tools for various hardware specific utilities. - false - true - - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - Network Servers - This group is a collection of network servers for specific purposes - false - true - - ez-ipupdate - flumotion - icecast - ircd-hybrid - jabberd - kannel - ushare - - - - - text-internet - Text-based Internet - This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - bittorrent - centericq - cone - elmo - irssi - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - tinyfugue - - - - - web-server - Web Server - These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - plone - thttpd - TurboGears - zope - - - - - xemacs - XEmacs - The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - XFCE - A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-iconbox - xfce4-panel - xfce4-systray - xfdesktop - xffm - xffm-icons - xfprint - xfwm4 - xfce4-toys - xfwm4-themes - xfwm4-themes - xfcalendar - - - - - window-managers - Window Managers - Simple window managers that aren't part of a larger desktop environment. - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - WindowMaker - wmx - - - - - xfce-software-development - XFCE Software Development - Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - X Window System - Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - xwrits - - - - - - kde-desktop - KDE (K Desktop Environment) - KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kickpim - kdissert - kbibtex - kiosktool - kmymoney2 - kompose - kyum - - - - - kde-software-development - KDE Software Development - Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - Web Development - These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - Administration Tools - This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - qtparted - system-config-control - yumex - - - - - - java - Java - Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - Java Development - Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - Desktop Environments - Desktop environments - 10 - - xfce-desktop - - - - - apps - Applications - Applications for a variety of tasks - 20 - - education - - - - - base-system - Base System - Various core pieces of the system. - 99 - - hardware-support - - - - - development - Development - Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - Servers - Software used for running network servers - 90 - - network-server - - - Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- comps-fe6.xml.in 16 Aug 2006 05:54:04 -0000 1.52 +++ comps-fe6.xml.in 16 Aug 2006 05:58:05 -0000 1.53 @@ -1,911 +0,0 @@ - - - - - - authoring-and-publishing - <_name>Authoring and Publishing - <_description>These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - conglomerate - docbook2X - kile - scribus - - - - - development-tools - <_name>Development Tools - <_description>These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - aplus-fsf - archmage - bazaar - bigloo - bzr - ccache - clisp - cmake - cogito - colordiff - cpan2rpm - cppunit - cproto - curry - cvs2svn - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - flasm - ftnchek - fpc - gauche - gforth - ghc - git - gprolog - highlight - hugs98 - lightning - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - q - quilt - rpmlint - splint - svnmailer - tkcvs - tla - ucblogo - yap - yasm - - - - - dialup - <_name>Dialup Networking Support - - true - false - - pptp - - - - - editors - <_name>Editors - <_description>Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - nedit - poedit - scribes - TeXmacs - - - - - engineering-and-scientific - <_name>Engineering and Scientific - <_description>This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - gnucap - hdf - hdf5 - hmmer - kst - lagan - lapack - ncarg - numpy - octave - paraview - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - rrdtool - scalapack - SIBsim4 - - - - - ftp-server - <_name>FTP Server - <_description>These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - <_name>GNOME Desktop Environment - <_description>GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - buoh - byzanz - deskbar-applet - gdesklets - gfontview - glunarclock - gnochm - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - verbiste-gnome - wp_tray - - - - - gnome-software-development - <_name>GNOME Software Development - <_description>Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gnome-vfsmm26-devel - gquilt - libsexy-devel - - - - - games - <_name>Games and Entertainment - <_description>Various ways to relax and spend your free time. - false - true - - abe - auriferous - blobwars - bsd-games - bzflag - celestia - cgoban - chess - clanbomber - crossfire-client - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnubg - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - manaworld - monkey-bubble - nazghul-haxima - nethack - nethack-vultures - neverball - nexuiz - njam - overgod - pinball - pingus - pipenightdreams - powermanga - ppracer - qascade - qqo - rafkill - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - sturmbahnfahrer - supertux - tong - torcs - trackballs - trackballs-music - tuxkart - ularn - uqm - viruskiller - wesnoth - worminator - wormux - xaos - xarchon - xboard - xgalaxy - xpilot-ng - xplanet - xscorch - zasx - - - - - education - <_name>Educational Software - <_description>Educational software for learning - false - true - - childsplay - drgeo - drgeo-doc - gcompris - gperiodic - gtypist - stellarium - tuxtype2 - - - - - graphical-internet - <_name>Graphical Internet - <_description>This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - contacts - d4x - deskbar-applet - dillo - drivel - fwbuilder - gajim - galeon - gnome-blog - gnome-telnet - gossip - gtk-gnutella - gwget - kickpim - konversation - kphone - licq - liferea - linphone - logjam - mail-notification - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - <_name>Graphics - <_description>This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - grads - gv - gpp - gqview - graphviz - gwenview - inkscape - k3d - qiv - renrot - showimg - skencil - sodipodi - tuxpaint - wings - - - - - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - exim - exim-doc - mlmmj - pyzor - - - - - news-server - <_name>News Server - <_description>This group allows you to configure the system as a news server. - false - true - - leafnode - suck - - - - - office - <_name>Office/Productivity - <_description>The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - revelation - texmaker - - - - - sound-and-video - <_name>Sound and Video - <_description>From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bin2iso - bmp - camstream - camE - easytag - gcdmaster - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - jack-audio-connection-kit - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - <_name>System Tools - <_description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - apt - arc - bochs - chrpath - cfengine - cfs - conman - connect-proxy - crack - dkms - environment-modules - epylog - fedora-package-config-apt - fedora-package-config-smart - fuse - fwbuilder - ganglia - ghasher - ghex - gkrellm - gtklp - gtkterm - hercules - ibmonitor - inadyn - ip6sic - isic - ksmarttray - lirc - mmv - moodss - moomps - nagios - nfswatch - powerman - rdiff-backup - sabayon - shorewall - smart - smart-gui - snort - synaptic - tiobench - torque-client - torque-gui - ttywatch - unison - vnstat - vpnc - wine - - - - - hardware-support - <_name>Hardware Support - <_description>This group is a collection of tools for various hardware specific utilities. - false - true - - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - <_name>Network Servers - <_description>This group is a collection of network servers for specific purposes - false - true - - ctrlproxy - dnsmasq - flumotion - icecast - ircd-hybrid - jabberd - kannel - ushare - torque-server - sobby - - - - - text-internet - <_name>Text-based Internet - <_description>This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - bittorrent - centericq - cone - elmo - irssi - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - xprobe2 - - - - - web-server - <_name>Web Server - <_description>These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - plone - php-pecl-apc - tclhttpd - thttpd - TurboGears - zope - - - - - xemacs - <_name>XEmacs - <_description>The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - <_name>XFCE - <_description>A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-iconbox - xfce4-panel - xfce4-systray - xfdesktop - xffm - xffm-icons - xfprint - xfwm4 - xfce4-toys - xfwm4-themes - xfwm4-themes - xfcalendar - - - - - window-managers - <_name>Window Managers - <_description>Simple window managers that aren't part of a larger desktop environment. - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - obconf - openbox - WindowMaker - wmx - - - - - xfce-software-development - <_name>XFCE Software Development - <_description>Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - <_name>X Window System - <_description>Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - - - - - - kde-desktop - <_name>KDE (K Desktop Environment) - <_description>KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kchmviewer - kickpim - kdissert - kbibtex - kiosktool - kmymoney2 - kompose - ksynaptics - kyum - - - - - kde-software-development - <_name>KDE Software Development - <_description>Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - <_name>Web Development - <_description>These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - <_name>Administration Tools - <_description>This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - qtparted - system-config-control - yumex - - - - - - java - <_name>Java - <_description>Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - <_name>Java Development - <_description>Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - <_name>Desktop Environments - <_description>Desktop environments - 10 - - xfce-desktop - - - - - apps - <_name>Applications - <_description>Applications for a variety of tasks - 20 - - education - - - - - base-system - <_name>Base System - <_description>Various core pieces of the system. - 99 - - hardware-support - - - - - development - <_name>Development - <_description>Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - <_name>Servers - <_description>Software used for running network servers - 90 - - network-server - - - From fedora-extras-commits at redhat.com Wed Aug 16 05:58:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 22:58:27 -0700 Subject: owners owners.list,1.1404,1.1405 Message-ID: <200608160558.k7G5wTDt011898@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11877 Modified Files: owners.list Log Message: add "library" to some descriptions Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1404 retrieving revision 1.1405 diff -u -r1.1404 -r1.1405 --- owners.list 16 Aug 2006 01:10:00 -0000 1.1404 +++ owners.list 16 Aug 2006 05:58:27 -0000 1.1405 @@ -20,7 +20,7 @@ Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|adime|Allegro Dialogs Made Easy|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|adns|Advanced, easy to use, asynchronous-capable DNS client library|byte at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|adplay|AdLib OPL sound player|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|adplug|AdLib OPL sound emulation library|triad at df.lth.se|extras-qa at fedoraproject.org| @@ -444,7 +444,7 @@ Fedora Extras|glabels|A program for creating labels and business cards for GNOME|peter at thecodergeek.com|extras-qa at fedoraproject.org|jspaleta at gmail.com Fedora Extras|glib|A library of handy utility functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|glibmm24|A C++ interface for GTK2 (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|Glide3|Glide3 runtime for the 3Dfx Voodoo family of cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|Glide3|Glide3 library for the 3Dfx Voodoo family of cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|Glide3-libGL|Glide3 OpenGL library for use with 3Dfx Voodoo 1 & 2 cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|glipper|Glipper is a simple Clipboardmanager for the GNOME Desktop Environment|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|glitz|OpenGL image compositing library|work.eric at gmail.com|extras-qa at fedoraproject.org| @@ -493,7 +493,7 @@ Fedora Extras|gnumeric|A spreadsheet program for GNOME|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gnupg2|GNU utility for secure communication and data storage|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gobby|A free collaborative editor|lmacken at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|goffice|Goffice support libraries|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|goffice|Goffice support library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gonvert|Units conversion utility|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gossip|Gnome Jabber Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gourmet|PyGTK Recipe Manager|mpeters at mac.com|extras-qa at fedoraproject.org| @@ -1005,7 +1005,7 @@ Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ode|High performance library for simulating rigid body dynamics|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|hugo at devin.com.br -Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|oidentd|Implementation of the RFC1413 identification server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|oneko|Cat chases the cursor|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ooo2txt|Convert OpenOffice documents to simple text|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 06:05:15 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 23:05:15 -0700 Subject: comps comps-fe6.xml,1.7,1.8 comps-fe6.xml.in,1.53,1.54 Message-ID: <200608160605.k7G65Hx3014602@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14583 Modified Files: comps-fe6.xml comps-fe6.xml.in Log Message: Woops update-comps truncated the files, reverted to previous versions Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- comps-fe6.xml 16 Aug 2006 05:58:05 -0000 1.7 +++ comps-fe6.xml 16 Aug 2006 06:05:14 -0000 1.8 @@ -0,0 +1,821 @@ + + + + + + authoring-and-publishing + Authoring and Publishing + These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. + false + true + + conglomerate + kile + scribus + + + + + development-tools + Development Tools + These tools include core development tools such as automake, gcc, perl, python, and debuggers. + false + true + + abicheck + bazaar + bigloo + bzr + ccache + clisp + cogito + colordiff + cpan2rpm + cvsps + cvsweb + darcs + epydoc + erlang + fedora-rpmdevtools + fpc + gforth + ghc + git + highlight + lcov + lincvs + lua + mach + meld + mercurial + mock + monotone + ocaml + pl + plt-scheme + pylint + quilt + rpmlint + splint + tkcvs + tla + yap + yasm + + + + + dialup + Dialup Networking Support + + true + false + + pptp + + + + + editors + Editors + Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. + false + true + + base + xemacs + + + gobby + jed + leafpad + TeXmacs + + + + + engineering-and-scientific + Engineering and Scientific + This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. + false + true + + blacs + blas + cernlib-utils + galculator + gdl + hmmer + kst + lagan + lapack + ncarg + numpy + octave + qalculate-gtk + qalculate-kde + qcad + qucs + R + R-gnomeGUI + scalapack + SIBsim4 + + + + + ftp-server + FTP Server + These tools allow you to run an FTP server on the system. + false + true + + proftpd + pure-ftpd + + + + + gnome-desktop + GNOME Desktop Environment + GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + true + true + + alacarte + brightside + byzanz + deskbar-applet + gdesklets + gfontview + glunarclock + gmpc + gnome-applet-rhythmbox + gnome-theme-clearlooks-bigpack + gnome-themes-extras + gnotime + gtweakui + istanbul + lock-keys-applet + nautilus-actions + nautilus-flac-converter + nautilus-image-converter + sabayon + seahorse + smeg + themes-backgrounds-gnome + wp_tray + + + + + gnome-software-development + GNOME Software Development + Install these packages in order to develop GTK+ and GNOME graphical applications. + false + true + + anjuta + anjuta-docs + at-poke + gazpacho + gconfmm26-devel + glibmm24-devel + gnome-common + gtkmm24-devel + gtkalog + gnome-vfsmm26-devel + gquilt + libsexy-devel + + + + + games + Games and Entertainment + Various ways to relax and spend your free time. + false + true + + abe + bzflag + celestia + cgoban + crossfire-client + crystal-stacker + crystal-stacker-themes + csmash + enigma + fillets-ng + foobillard + fortune-mod + freeciv + freedoom + freedroid + freedroidrpg + gl-117 + gnofract4d + gnome-sudoku + gnuchess + gnugo + grhino + gweled + lacewing + lincity-ng + lmarbles + lucidlife + Maelstrom + nethack + nethack-vultures + neverball + nexuiz + njam + overgod + pipenightdreams + powermanga + ppracer + qascade + qqo + raidem + rocksndiamonds + rogue + scorched3d + shippy + sirius + sopwith + starfighter + supertux + tong + torcs + ularn + uqm + viruskiller + wesnoth + worminator + xboard + xpilot-ng + xplanet + xscorch + zasx + + + + + education + Educational Software + Educational software for learning + false + true + + drgeo + drgeo-doc + gperiodic + stellarium + tuxtype2 + + + + + graphical-internet + Graphical Internet + This group includes graphical email, Web, and chat clients. + true + true + + amaya + apollon + azureus + balsa + bittorrent-gui + blogtk + bluefish + comical + contact-lookup-applet + d4x + deskbar-applet + dillo + drivel + fwbuilder + gajim + galeon + gnome-blog + gnome-telnet + gossip + gtk-gnutella + gwget + kickpim + konversation + kphone + licq + liferea + linphone + logjam + pan + prozilla + psi + putty + rssowl + screem + silky + straw + sylpheed + sylpheed-claws + valknut + x3270-x11 + xchat-gnome + + + + + graphics + Graphics + This group includes packages to help you manipulate and scan images. + true + true + + blender + digikam + fontforge + fyre + grads + gv + gpp + gqview + graphviz + gwenview + inkscape + qiv + showimg + skencil + sodipodi + tuxpaint + + + + + mail-server + Mail Server + These packages allow you to configure an IMAP or Postfix mail server. + false + true + + cyrus-imapd + enemies-of-carlotta + perl-Cyrus + clamav + clamav-data + clamav-milter + exim + exim-doc + mlmmj + pyzor + + + + + news-server + News Server + This group allows you to configure the system as a news server. + false + true + + leafnode + suck + + + + + office + Office/Productivity + The applications include office suites, PDF viewers, and more. + true + true + + abiword + aiksaurus-gtk + dia + gdeskcal + glabels + gnotime + gnumeric + gourmet + gramps + grisbi + gsview + koffice-suite + krecipes + lyx + notecase + notemeister + MagicPoint + pybliographer + qcad + texmaker + + + + + sound-and-video + Sound and Video + From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. + true + true + + abcde + alsamixergui + akode + amarok + audacity + bmp + camstream + camE + easytag + gcfilms + gcombust + gnomad2 + gnomebaker + graveman + grip + kid3 + kover + libvisual-plugins + soundconverter + soundtracker + sweep + tagtool + ushare + xmms + xmms-cdread + xmms-flac + + + + + system-tools + System Tools + This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. + false + true + + aide + airsnort + apcupsd + cfengine + cfs + crack + dkms + environment-modules + epylog + fuse + fwbuilder + ghasher + ghex + hercules + ibmonitor + inadyn + lirc + moodss + moomps + nagios + nfswatch + rdiff-backup + sabayon + shorewall + snort + ttywatch + unison + vnstat + vpnc + wine + + + + + hardware-support + Hardware Support + This group is a collection of tools for various hardware specific utilities. + false + true + + acpitool + i810switch + i8kutils + libifp + s3switch + tpb + + + + + network-server + Network Servers + This group is a collection of network servers for specific purposes + false + true + + ez-ipupdate + flumotion + icecast + ircd-hybrid + jabberd + kannel + ushare + + + + + text-internet + Text-based Internet + This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. + true + true + + bittorrent + centericq + cone + elmo + irssi + naim + ncftp + nget + ninja + nmh + pork + rtorrent + snownews + tin + tinyfugue + + + + + web-server + Web Server + These tools allow you to run a Web server on the system. + false + true + + apachetop + awstats + boa + dap-server-cgi + lighttpd + lighttpd-fastcgi + mediawiki + mod_cband + mod_geoip + mod_security + moin + plone + thttpd + TurboGears + zope + + + + + xemacs + XEmacs + The XEmacs text editor. + false + false + + base + + + xemacs + xemacs-el + xemacs-info + xemacs-nox + xemacs-sumo + xemacs-sumo-el + xemacs-sumo-info + + + + + xfce-desktop + XFCE + A lightweight desktop environment that works well on low end machines. + false + true + + libxfce4mcs + libxfce4util + libxfcegui4 + xfce-mcs-manager + xfce-mcs-plugins + xfce-utils + xfce4-iconbox + xfce4-panel + xfce4-systray + xfdesktop + xffm + xffm-icons + xfprint + xfwm4 + xfce4-toys + xfwm4-themes + xfwm4-themes + xfcalendar + + + + + window-managers + Window Managers + Simple window managers that aren't part of a larger desktop environment. + false + true + + bbkeys + blackbox + fluxbox + fluxconf + hackedbox + WindowMaker + wmx + + + + + xfce-software-development + XFCE Software Development + Install these packages in order to develop GTK+ and XFCE graphical applications. + false + true + + x-software-development + + + glade2 + glib2-devel + gtk-doc + gtk2-devel + libxfce4mcs-devel + libxfce4util-devel + libxfcegui4-devel + pygtk2-devel + xfce-mcs-manager-devel + + + + + mail-server + Mail Server + These packages allow you to configure an IMAP or SMTP mail server. + false + true + + amavisd-new + clamav + + + + + base-x + X Window System + Install this group of packages to use the base graphical (X) user interface. + true + true + + alltray + aterm + fonttools + rxvt + workrave + xlockmore + xwrits + + + + + + kde-desktop + KDE (K Desktop Environment) + KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + false + true + + basket + kickpim + kdissert + kbibtex + kiosktool + kmymoney2 + kompose + kyum + + + + + kde-software-development + KDE Software Development + Install these packages to develop QT and KDE graphical applications. + false + true + + gambas + kdesvn + + + + + web-development + Web Development + These packages are helpful when developing web applications or web pages. + false + true + + + + + + admin-tools + Administration Tools + This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. + true + true + + gparted + gsynaptics + qtparted + system-config-control + yumex + + + + + + java + Java + Support for running programs written in the Java programming language. + true + false + + jikes + + + + + java-development + Java Development + Support for developing programs in the Java programming language. + false + true + + jlint + + + + + desktops + Desktop Environments + Desktop environments + 10 + + xfce-desktop + + + + + apps + Applications + Applications for a variety of tasks + 20 + + education + + + + + base-system + Base System + Various core pieces of the system. + 99 + + hardware-support + + + + + development + Development + Packages which provide functionality for developing and building applications. + 70 + + xfce-software-development + web-development + + + + + servers + Servers + Software used for running network servers + 90 + + network-server + + + Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- comps-fe6.xml.in 16 Aug 2006 05:58:05 -0000 1.53 +++ comps-fe6.xml.in 16 Aug 2006 06:05:14 -0000 1.54 @@ -0,0 +1,911 @@ + + + + + + authoring-and-publishing + <_name>Authoring and Publishing + <_description>These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. + false + true + + conglomerate + docbook2X + kile + scribus + + + + + development-tools + <_name>Development Tools + <_description>These tools include core development tools such as automake, gcc, perl, python, and debuggers. + false + true + + abicheck + aplus-fsf + archmage + bazaar + bigloo + bzr + ccache + clisp + cmake + cogito + colordiff + cpan2rpm + cppunit + cproto + curry + cvs2svn + cvsps + cvsweb + darcs + epydoc + erlang + fedora-rpmdevtools + flasm + ftnchek + fpc + gauche + gforth + ghc + git + gprolog + highlight + hugs98 + lightning + lincvs + lua + mach + meld + mercurial + mock + monotone + ocaml + pl + plt-scheme + pylint + q + quilt + rpmlint + splint + svnmailer + tkcvs + tla + ucblogo + yap + yasm + + + + + dialup + <_name>Dialup Networking Support + + true + false + + pptp + + + + + editors + <_name>Editors + <_description>Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. + false + true + + base + xemacs + + + gobby + jed + leafpad + nedit + poedit + scribes + TeXmacs + + + + + engineering-and-scientific + <_name>Engineering and Scientific + <_description>This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. + false + true + + blacs + blas + cernlib-utils + galculator + gdl + gnucap + hdf + hdf5 + hmmer + kst + lagan + lapack + ncarg + numpy + octave + paraview + qalculate-gtk + qalculate-kde + qcad + qucs + R + R-gnomeGUI + rrdtool + scalapack + SIBsim4 + + + + + ftp-server + <_name>FTP Server + <_description>These tools allow you to run an FTP server on the system. + false + true + + proftpd + pure-ftpd + + + + + gnome-desktop + <_name>GNOME Desktop Environment + <_description>GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + true + true + + alacarte + brightside + buoh + byzanz + deskbar-applet + gdesklets + gfontview + glunarclock + gnochm + gmpc + gnome-applet-rhythmbox + gnome-theme-clearlooks-bigpack + gnome-themes-extras + gnotime + gtweakui + istanbul + lock-keys-applet + nautilus-actions + nautilus-flac-converter + nautilus-image-converter + sabayon + seahorse + smeg + themes-backgrounds-gnome + verbiste-gnome + wp_tray + + + + + gnome-software-development + <_name>GNOME Software Development + <_description>Install these packages in order to develop GTK+ and GNOME graphical applications. + false + true + + anjuta + anjuta-docs + at-poke + gazpacho + gconfmm26-devel + glibmm24-devel + gnome-common + gtkmm24-devel + gtkalog + gnome-vfsmm26-devel + gquilt + libsexy-devel + + + + + games + <_name>Games and Entertainment + <_description>Various ways to relax and spend your free time. + false + true + + abe + auriferous + blobwars + bsd-games + bzflag + celestia + cgoban + chess + clanbomber + crossfire-client + crystal-stacker + crystal-stacker-themes + csmash + enigma + fillets-ng + foobillard + fortune-mod + freeciv + freedoom + freedroid + freedroidrpg + gl-117 + gnofract4d + gnome-sudoku + gnubg + gnuchess + gnugo + grhino + gweled + lacewing + lincity-ng + lmarbles + lucidlife + Maelstrom + manaworld + monkey-bubble + nazghul-haxima + nethack + nethack-vultures + neverball + nexuiz + njam + overgod + pinball + pingus + pipenightdreams + powermanga + ppracer + qascade + qqo + rafkill + raidem + rocksndiamonds + rogue + scorched3d + shippy + sirius + sopwith + starfighter + sturmbahnfahrer + supertux + tong + torcs + trackballs + trackballs-music + tuxkart + ularn + uqm + viruskiller + wesnoth + worminator + wormux + xaos + xarchon + xboard + xgalaxy + xpilot-ng + xplanet + xscorch + zasx + + + + + education + <_name>Educational Software + <_description>Educational software for learning + false + true + + childsplay + drgeo + drgeo-doc + gcompris + gperiodic + gtypist + stellarium + tuxtype2 + + + + + graphical-internet + <_name>Graphical Internet + <_description>This group includes graphical email, Web, and chat clients. + true + true + + amaya + apollon + azureus + balsa + bittorrent-gui + blogtk + bluefish + comical + contact-lookup-applet + contacts + d4x + deskbar-applet + dillo + drivel + fwbuilder + gajim + galeon + gnome-blog + gnome-telnet + gossip + gtk-gnutella + gwget + kickpim + konversation + kphone + licq + liferea + linphone + logjam + mail-notification + pan + prozilla + psi + putty + rssowl + screem + silky + straw + sylpheed + sylpheed-claws + valknut + x3270-x11 + xchat-gnome + + + + + graphics + <_name>Graphics + <_description>This group includes packages to help you manipulate and scan images. + true + true + + blender + digikam + fontforge + fyre + grads + gv + gpp + gqview + graphviz + gwenview + inkscape + k3d + qiv + renrot + showimg + skencil + sodipodi + tuxpaint + wings + + + + + mail-server + <_name>Mail Server + <_description>These packages allow you to configure an IMAP or Postfix mail server. + false + true + + cyrus-imapd + enemies-of-carlotta + perl-Cyrus + clamav + clamav-data + clamav-milter + exim + exim-doc + mlmmj + pyzor + + + + + news-server + <_name>News Server + <_description>This group allows you to configure the system as a news server. + false + true + + leafnode + suck + + + + + office + <_name>Office/Productivity + <_description>The applications include office suites, PDF viewers, and more. + true + true + + abiword + aiksaurus-gtk + dia + gdeskcal + glabels + gnotime + gnumeric + gourmet + gramps + grisbi + gsview + koffice-suite + krecipes + lyx + notecase + notemeister + MagicPoint + pybliographer + qcad + revelation + texmaker + + + + + sound-and-video + <_name>Sound and Video + <_description>From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. + true + true + + abcde + alsamixergui + akode + amarok + audacity + bin2iso + bmp + camstream + camE + easytag + gcdmaster + gcfilms + gcombust + gnomad2 + gnomebaker + graveman + grip + jack-audio-connection-kit + kid3 + kover + libvisual-plugins + soundconverter + soundtracker + sweep + tagtool + ushare + xmms + xmms-cdread + xmms-flac + + + + + system-tools + <_name>System Tools + <_description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. + false + true + + aide + airsnort + apcupsd + apt + arc + bochs + chrpath + cfengine + cfs + conman + connect-proxy + crack + dkms + environment-modules + epylog + fedora-package-config-apt + fedora-package-config-smart + fuse + fwbuilder + ganglia + ghasher + ghex + gkrellm + gtklp + gtkterm + hercules + ibmonitor + inadyn + ip6sic + isic + ksmarttray + lirc + mmv + moodss + moomps + nagios + nfswatch + powerman + rdiff-backup + sabayon + shorewall + smart + smart-gui + snort + synaptic + tiobench + torque-client + torque-gui + ttywatch + unison + vnstat + vpnc + wine + + + + + hardware-support + <_name>Hardware Support + <_description>This group is a collection of tools for various hardware specific utilities. + false + true + + acpitool + i810switch + i8kutils + libifp + s3switch + tpb + + + + + network-server + <_name>Network Servers + <_description>This group is a collection of network servers for specific purposes + false + true + + ctrlproxy + dnsmasq + flumotion + icecast + ircd-hybrid + jabberd + kannel + ushare + torque-server + sobby + + + + + text-internet + <_name>Text-based Internet + <_description>This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. + true + true + + bittorrent + centericq + cone + elmo + irssi + naim + ncftp + nget + ninja + nmh + pork + rtorrent + snownews + tin + xprobe2 + + + + + web-server + <_name>Web Server + <_description>These tools allow you to run a Web server on the system. + false + true + + apachetop + awstats + boa + dap-server-cgi + lighttpd + lighttpd-fastcgi + mediawiki + mod_cband + mod_geoip + mod_security + moin + plone + php-pecl-apc + tclhttpd + thttpd + TurboGears + zope + + + + + xemacs + <_name>XEmacs + <_description>The XEmacs text editor. + false + false + + base + + + xemacs + xemacs-el + xemacs-info + xemacs-nox + xemacs-sumo + xemacs-sumo-el + xemacs-sumo-info + + + + + xfce-desktop + <_name>XFCE + <_description>A lightweight desktop environment that works well on low end machines. + false + true + + libxfce4mcs + libxfce4util + libxfcegui4 + xfce-mcs-manager + xfce-mcs-plugins + xfce-utils + xfce4-iconbox + xfce4-panel + xfce4-systray + xfdesktop + xffm + xffm-icons + xfprint + xfwm4 + xfce4-toys + xfwm4-themes + xfwm4-themes + xfcalendar + + + + + window-managers + <_name>Window Managers + <_description>Simple window managers that aren't part of a larger desktop environment. + false + true + + bbkeys + blackbox + fluxbox + fluxconf + hackedbox + obconf + openbox + WindowMaker + wmx + + + + + xfce-software-development + <_name>XFCE Software Development + <_description>Install these packages in order to develop GTK+ and XFCE graphical applications. + false + true + + x-software-development + + + glade2 + glib2-devel + gtk-doc + gtk2-devel + libxfce4mcs-devel + libxfce4util-devel + libxfcegui4-devel + pygtk2-devel + xfce-mcs-manager-devel + + + + + mail-server + <_name>Mail Server + <_description>These packages allow you to configure an IMAP or SMTP mail server. + false + true + + amavisd-new + clamav + + + + + base-x + <_name>X Window System + <_description>Install this group of packages to use the base graphical (X) user interface. + true + true + + alltray + aterm + fonttools + rxvt + workrave + xlockmore + + + + + + kde-desktop + <_name>KDE (K Desktop Environment) + <_description>KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + false + true + + basket + kchmviewer + kickpim + kdissert + kbibtex + kiosktool + kmymoney2 + kompose + ksynaptics + kyum + + + + + kde-software-development + <_name>KDE Software Development + <_description>Install these packages to develop QT and KDE graphical applications. + false + true + + gambas + kdesvn + + + + + web-development + <_name>Web Development + <_description>These packages are helpful when developing web applications or web pages. + false + true + + + + + + admin-tools + <_name>Administration Tools + <_description>This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. + true + true + + gparted + gsynaptics + qtparted + system-config-control + yumex + + + + + + java + <_name>Java + <_description>Support for running programs written in the Java programming language. + true + false + + jikes + + + + + java-development + <_name>Java Development + <_description>Support for developing programs in the Java programming language. + false + true + + jlint + + + + + desktops + <_name>Desktop Environments + <_description>Desktop environments + 10 + + xfce-desktop + + + + + apps + <_name>Applications + <_description>Applications for a variety of tasks + 20 + + education + + + + + base-system + <_name>Base System + <_description>Various core pieces of the system. + 99 + + hardware-support + + + + + development + <_name>Development + <_description>Packages which provide functionality for developing and building applications. + 70 + + xfce-software-development + web-development + + + + + servers + <_name>Servers + <_description>Software used for running network servers + 90 + + network-server + + + From fedora-extras-commits at redhat.com Wed Aug 16 06:33:38 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 15 Aug 2006 23:33:38 -0700 Subject: comps comps-fe6.xml.in,1.54,1.55 Message-ID: <200608160633.k7G6XesM014737@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14719 Modified Files: comps-fe6.xml.in Log Message: added amsn to graphical internet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- comps-fe6.xml.in 16 Aug 2006 06:05:14 -0000 1.54 +++ comps-fe6.xml.in 16 Aug 2006 06:33:37 -0000 1.55 @@ -333,6 +333,7 @@ true amaya + amsn apollon azureus balsa From fedora-extras-commits at redhat.com Wed Aug 16 06:38:32 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Tue, 15 Aug 2006 23:38:32 -0700 Subject: comps comps-fe5.xml.in,1.76,1.77 comps-fe6.xml.in,1.55,1.56 Message-ID: <200608160638.k7G6cYBj014815@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14796 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add lcov Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- comps-fe5.xml.in 16 Aug 2006 05:58:05 -0000 1.76 +++ comps-fe5.xml.in 16 Aug 2006 06:38:32 -0000 1.77 @@ -53,7 +53,8 @@ gprolog highlight lightning - hugs98 + hugs98 + lcov lincvs lua mach Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- comps-fe6.xml.in 16 Aug 2006 06:33:37 -0000 1.55 +++ comps-fe6.xml.in 16 Aug 2006 06:38:32 -0000 1.56 @@ -54,8 +54,9 @@ git gprolog highlight - hugs98 + hugs98 lightning + lcov lincvs lua mach From fedora-extras-commits at redhat.com Wed Aug 16 06:46:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 15 Aug 2006 23:46:32 -0700 Subject: comps comps-fe6.xml.in,1.56,1.57 Message-ID: <200608160646.k7G6kYdF014854@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14837 Modified Files: comps-fe6.xml.in Log Message: Adding adplay gnokii xmms-adplug nomadsync Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- comps-fe6.xml.in 16 Aug 2006 06:38:32 -0000 1.56 +++ comps-fe6.xml.in 16 Aug 2006 06:46:32 -0000 1.57 @@ -480,6 +480,7 @@ true abcde + adplay alsamixergui akode amarok @@ -500,12 +501,14 @@ kid3 kover libvisual-plugins + nomadsync soundconverter soundtracker sweep tagtool ushare xmms + xmms-adplug xmms-cdread xmms-flac @@ -541,6 +544,7 @@ ghasher ghex gkrellm + gnokii gtklp gtkterm hercules From fedora-extras-commits at redhat.com Wed Aug 16 07:06:35 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 00:06:35 -0700 Subject: comps comps-fe6.xml.in,1.57,1.58 Message-ID: <200608160706.k7G76bh9017553@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17536 Modified Files: comps-fe6.xml.in Log Message: added ipe Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- comps-fe6.xml.in 16 Aug 2006 06:46:32 -0000 1.57 +++ comps-fe6.xml.in 16 Aug 2006 07:06:35 -0000 1.58 @@ -406,6 +406,7 @@ sodipodi tuxpaint wings + ipe From fedora-extras-commits at redhat.com Wed Aug 16 09:55:31 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Wed, 16 Aug 2006 02:55:31 -0700 Subject: comps comps-fe6.xml.in,1.58,1.59 Message-ID: <200608160955.k7G9tXmI023368@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23351 Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- comps-fe6.xml.in 16 Aug 2006 07:06:35 -0000 1.58 +++ comps-fe6.xml.in 16 Aug 2006 09:55:30 -0000 1.59 @@ -215,6 +215,8 @@ gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel + plotmm-devel From fedora-extras-commits at redhat.com Wed Aug 16 10:06:15 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 16 Aug 2006 03:06:15 -0700 Subject: comps comps-fe5.xml.in,1.77,1.78 comps-fe6.xml.in,1.59,1.60 Message-ID: <200608161006.k7GA6HQP026049@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26030 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add asa, esmtp, xchm, ooo2txt, BibTool Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- comps-fe5.xml.in 16 Aug 2006 06:38:32 -0000 1.77 +++ comps-fe5.xml.in 16 Aug 2006 10:06:15 -0000 1.78 @@ -9,9 +9,11 @@ false true + BibTool conglomerate docbook2X kile + ooo2txt scribus @@ -26,6 +28,7 @@ abicheck aplus-fsf archmage + asa bazaar bigloo bzr @@ -411,6 +414,7 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc mlmmj @@ -458,6 +462,7 @@ qcad revelation texmaker + xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- comps-fe6.xml.in 16 Aug 2006 09:55:30 -0000 1.59 +++ comps-fe6.xml.in 16 Aug 2006 10:06:15 -0000 1.60 @@ -9,9 +9,11 @@ false true + BibTool conglomerate docbook2X kile + ooo2txt scribus @@ -26,6 +28,7 @@ abicheck aplus-fsf archmage + asa bazaar bigloo bzr @@ -425,6 +428,7 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc mlmmj @@ -472,6 +476,7 @@ qcad revelation texmaker + xchm From fedora-extras-commits at redhat.com Wed Aug 16 10:08:04 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 16 Aug 2006 03:08:04 -0700 Subject: comps comps-fe5.xml.in,1.78,1.79 comps-fe6.xml.in,1.60,1.61 Message-ID: <200608161008.k7GA86AJ026090@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26068 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: move grads to Scientific Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- comps-fe5.xml.in 16 Aug 2006 10:06:15 -0000 1.78 +++ comps-fe5.xml.in 16 Aug 2006 10:08:03 -0000 1.79 @@ -125,6 +125,7 @@ galculator gdl gnucap + grads hdf hdf5 hmmer @@ -383,7 +384,6 @@ digikam fontforge fyre - grads gv gpp gqview Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- comps-fe6.xml.in 16 Aug 2006 10:06:15 -0000 1.60 +++ comps-fe6.xml.in 16 Aug 2006 10:08:03 -0000 1.61 @@ -129,6 +129,7 @@ galculator gdl gnucap + grads hdf hdf5 hmmer @@ -396,7 +397,6 @@ digikam fontforge fyre - grads gv gpp gqview From fedora-extras-commits at redhat.com Wed Aug 16 10:08:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:08:39 -0700 Subject: rpms/perl-SDL - New directory Message-ID: <200608161008.k7GA8foI026156@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26130/perl-SDL Log Message: Directory /cvs/extras/rpms/perl-SDL added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 10:08:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:08:40 -0700 Subject: rpms/perl-SDL/devel - New directory Message-ID: <200608161008.k7GA8gE6026159@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26130/perl-SDL/devel Log Message: Directory /cvs/extras/rpms/perl-SDL/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 10:09:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:09:02 -0700 Subject: rpms/perl-SDL Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608161009.k7GA94CZ026205@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26177 Added Files: Makefile import.log Log Message: Setup of module perl-SDL --- NEW FILE Makefile --- # Top level Makefile for module perl-SDL all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 10:09:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:09:02 -0700 Subject: rpms/perl-SDL/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608161009.k7GA940V026208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26177/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-SDL --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 10:10:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:10:24 -0700 Subject: rpms/perl-SDL import.log,1.1,1.2 Message-ID: <200608161010.k7GAAQC1026319@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282 Modified Files: import.log Log Message: auto-import perl-SDL-2.1.3-2 on branch devel from perl-SDL-2.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 10:09:02 -0000 1.1 +++ import.log 16 Aug 2006 10:10:24 -0000 1.2 @@ -0,0 +1 @@ +perl-SDL-2_1_3-2:HEAD:perl-SDL-2.1.3-2.src.rpm:1155723399 From fedora-extras-commits at redhat.com Wed Aug 16 10:10:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:10:25 -0700 Subject: rpms/perl-SDL/devel filter-depends.sh, NONE, 1.1 filter-provides.sh, NONE, 1.1 perl-SDL-gfxPie.patch, NONE, 1.1 perl-SDL-no-mixertest.patch, NONE, 1.1 perl-SDL.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608161010.k7GAARf8026328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282/devel Modified Files: .cvsignore sources Added Files: filter-depends.sh filter-provides.sh perl-SDL-gfxPie.patch perl-SDL-no-mixertest.patch perl-SDL.spec Log Message: auto-import perl-SDL-2.1.3-2 on branch devel from perl-SDL-2.1.3-2.src.rpm --- NEW FILE filter-depends.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-requires "$@" | grep -v Pod::ToDemo --- NEW FILE filter-provides.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-provides "$@" | \ grep -vE 'perl\(main\)|perl\(Walker\)' perl-SDL-gfxPie.patch: --- NEW FILE perl-SDL-gfxPie.patch --- --- src/SDL.xs~ 2003-03-27 12:17:23.000000000 +0200 +++ src/SDL.xs 2005-02-25 20:32:07.353170226 +0200 @@ -71,6 +71,7 @@ #include #include #include +#define PERL_SDL_GFXVERSION SDL_VERSIONNUM(SDL_GFXPRIMITIVES_MAJOR,SDL_GFXPRIMITIVES_MINOR,SDL_GFXPRIMITIVES_MICRO) #endif #ifdef USE_THREADS @@ -3742,7 +3743,11 @@ Sint16 end; Uint32 color; CODE: +#if PERL_SDL_GFXVERSION >= 2012 + RETVAL = filledPieColor( dst, x, y, rad, start, end, color ); +#else RETVAL = filledpieColor( dst, x, y, rad, start, end, color ); +#endif OUTPUT: RETVAL @@ -3759,7 +3764,11 @@ Uint8 b; Uint8 a; CODE: +#if PERL_SDL_GFXVERSION >= 2012 + RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a ); +#else RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a ); +#endif OUTPUT: RETVAL perl-SDL-no-mixertest.patch: --- NEW FILE perl-SDL-no-mixertest.patch --- --- SDL_Perl-2.1.3/t/mixerpm.t.no-mixertest 2005-10-05 11:25:49.000000000 +0200 +++ SDL_Perl-2.1.3/t/mixerpm.t 2006-08-15 08:42:41.000000000 +0200 @@ -16,7 +16,7 @@ use Test::More; if ( SDL::Config->has('SDL_mixer') ) { - plan ( tests => 3 ); + plan ( tests => 2 ); } else { plan ( skip_all => 'SDL_mixer support not compiled' ); } @@ -59,9 +59,3 @@ playing playing_music /); - -# these are exported by default, so main:: should know them: -SDL::Init(SDL_INIT_AUDIO); -my $mixer = SDL::Mixer->new(); -isa_ok($mixer, 'SDL::Mixer'); - --- NEW FILE perl-SDL.spec --- Name: perl-SDL Version: 2.1.3 Release: 2%{?dist} Summary: SDL bindings for the Perl language Group: Development/Libraries License: LGPL URL: http://sdl.perl.org/ Source0: http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-%{version}.tar.gz Source1: filter-depends.sh Source2: filter-provides.sh Patch0: http://ftp.debian.org/debian/pool/main/s/sdlperl/sdlperl_2.1.2-1.diff.gz Patch1: %{name}-no-mixertest.patch Patch2: %{name}-gfxPie.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_mixer-devel SDL_image-devel SDL_net-devel SDL_ttf-devel BuildRequires: SDL_gfx-devel libjpeg-devel libpng-devel libGLU-devel perl BuildRequires: perl(Module::Build) perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # hack filter wrong perl(Pod::ToDemo) Requires out of autogenerated Requires # and wrong perl(main), perl(Walker) out of Provides %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE1} %define __find_provides %{SOURCE2} %description SDL (Simple DirectMedia Layer) bindings for the perl language. %prep %setup -q -n SDL_Perl-%{version} %patch0 -p1 # Cherry pick the debian patches we want patch -p1 -b -z .deb < debian/patches/030_glu_nurbs.diff patch -p1 < debian/patches/030_opengl_fixes.diff %patch1 -p1 -z .no-mixertest %patch2 -p0 -z .gfxPie %build perl Build.PL ./Build # I don't know why but for some reason these dirs get put under # blib/arch/auto/src instead of blib/arch/auto causing them to be installed # in the wrong location and "./Build test" to fail. We copy them because if # we move them the next call to ./Build will recreate them in the wrong # location anyways. Unfortunatly with the copy the wrong located originals # will also end up getting installed so we must remove those in %%install cp -r blib/arch/auto/src/SDL* blib/arch/auto %check ./Build test %install rm -rf $RPM_BUILD_ROOT ./Build install installdirs=vendor destdir=$RPM_BUILD_ROOT rm -fr $RPM_BUILD_ROOT%{perl_vendorarch}/auto/src find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS CHANGELOG COPYING README TODO %{perl_vendorarch}/auto/SDL* %{perl_vendorarch}/SDL* %{_mandir}/man3/SDL*.3* %changelog * Wed Aug 16 2006 Hans de Goede 2.1.3-2 - Filter wrong perl(main) and perl(Walker) out of Provides * Tue Aug 15 2006 Hans de Goede 2.1.3-1 - Major new upstream version 2.1.3 - Thanks to the rpmforge crew for the filter depends hack! * Mon Aug 14 2006 Hans de Goede 1.20.3-8 - Submit to Fedora Extras since it will build without the patented smpeg and none of the packages currently using perl-SDL need the smpeg part. - Drop smpeg BR (see above). - Cleanup BR's a bit to match FE-guidelines * Sat Mar 18 2006 Ville Skytt?? - 1.20.3-7 - Sync with Debian's 1.20.3-4. - Default SDL_mixer tests to off. * Thu Mar 09 2006 Andreas Bierfert 1.20.3-6 - switch to new release field - fix BR * Tue Feb 28 2006 Andreas Bierfert - add dist * Thu Sep 29 2005 Ville Skytt?? - 1.20.3-0.lvn.5 - Clean up obsolete pre-FC3 support (SDL_gfx support is now unconditional). - Drop zero Epochs. * Mon Jul 4 2005 Ville Skytt?? - 0:1.20.3-0.lvn.4 - Clean up obsolete pre-FC2 support. * Fri Feb 25 2005 Ville Skytt?? - 0:1.20.3-0.lvn.3 - Build with SDL_gfx support by default, add "--without gfx" build option. - Patch to sync with SDL_gfx >= 2.0.12 API changes (bug 374). * Sun Jul 11 2004 Ville Skytt?? - 0:1.20.3-0.lvn.2 - Add "--without mixertest" build option for build roots without audio devices, and "--without tests" option to disable tests altogether, needed in FC1 due to buggy libtiff package (bug 107). * Sat Jul 3 2004 Ville Skytt?? - 0:1.20.3-0.lvn.1 - Update to 1.20.3. - Clean up list of searched include dirs. * Wed Jun 30 2004 Ville Skytt?? - 0:1.20.0-0.lvn.4 - Partial specfile rewrite according to current fedora.us Perl spec template. - Use tarball + patch from Debian. - Borrow libGLU fix from Ian Burrell and Matthias Saou, and adjust it a bit: http://lists.freshrpms.net/pipermail/freshrpms-list/2003-December/006843.html - BuildRequire SDL_ttf-devel. * Fri Jun 27 2003 Phillip Compton 0:1.20.0-0.fdr.3 - Applied patch to spec from Ville Skytt?? changeing: - BuildRequires: smpeg-devel. - Run make tesst during build. - Get rid of unneeded files in installation directories. - Make installed files writable so that non-root strip works. * Sun Jun 22 2003 Phillip Compton 0:1.20.0-0.fdr.2 - Used cpanflute2 to redo the build and install sections. * Tue May 27 2003 Phillip Compton 0:1.20.0-0.fdr.1 - Fedorafied * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Mon Feb 17 2003 Matthias Saou - Update to 1.20.0. * Mon Oct 28 2002 Matthias Saou - Update to 1.19.0. - Major spec file adaptation :-/ * Fri Sep 20 2002 Matthias Saou - Update to 1.18.7. - Minor spec cleanups. * Mon Apr 15 2002 Matthias Saou - Update to 1.16. * Thu Feb 7 2002 Matthias Saou - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 10:09:02 -0000 1.1 +++ .cvsignore 16 Aug 2006 10:10:25 -0000 1.2 @@ -0,0 +1,2 @@ +SDL_Perl-2.1.3.tar.gz +sdlperl_2.1.2-1.diff.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 10:09:02 -0000 1.1 +++ sources 16 Aug 2006 10:10:25 -0000 1.2 @@ -0,0 +1,2 @@ +6ce26e1b710ce52def4ec22637cd5176 SDL_Perl-2.1.3.tar.gz +726952ce300a650ec6c9d05085fcc0fb sdlperl_2.1.2-1.diff.gz From fedora-extras-commits at redhat.com Wed Aug 16 10:36:04 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 03:36:04 -0700 Subject: fedora-security/audit fc6,1.16,1.17 Message-ID: <200608161036.k7GAa4Ak026479@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460 Modified Files: fc6 Log Message: Note new CVE, some things fixed in rawhide, and a mistake in gcc analysis Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- fc6 15 Aug 2006 20:55:11 -0000 1.16 +++ fc6 16 Aug 2006 10:36:01 -0000 1.17 @@ -1,11 +1,12 @@ -Up to date CVE as of CVE email 20060813 +Up to date CVE as of CVE email 20060815 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) @@ -50,7 +51,7 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) bz#202680 +CVE-2006-3619 backport (libgcj/fastjar 0.93) gcc41-CVE-2006-3619.patch CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream @@ -79,7 +80,7 @@ CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 [fixed rawhide] CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -267,7 +268,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) bz#202693 +CVE-2006-1168 VULNERABLE (ncompress) bz#202693 [fixed rawhide] CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -357,6 +358,8 @@ CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) +CVE-2006-0040 ** (gtkhtml2) +CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) @@ -1461,6 +1464,8 @@ CVE-2003-0543 version (openssl, not 0.9.8) CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, not 2.2) +CVE-2003-0541 ** (gtkhtml2) +CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) From fedora-extras-commits at redhat.com Wed Aug 16 10:36:36 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 03:36:36 -0700 Subject: fedora-security/audit fc5,1.278,1.279 Message-ID: <200608161036.k7GAaapm026511@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26491 Modified Files: fc5 Log Message: Update from new mails, also note gtkhtml which needs an investigation Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.278 retrieving revision 1.279 diff -u -r1.278 -r1.279 --- fc5 14 Aug 2006 23:59:15 -0000 1.278 +++ fc5 16 Aug 2006 10:36:33 -0000 1.279 @@ -1,11 +1,12 @@ -Up to date CVE as of CVE email 20060813 +Up to date CVE as of CVE email 20060815 Up to date FC5 as of 20060813 ** are items that need attention +CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 +CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) @@ -68,7 +69,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (xorg) #202475 [since FEDORA-2006-912] +CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] @@ -84,7 +85,7 @@ CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 backport (mutt, fixed 1.4.2.2, 1.5.12) #197152 [since FEDORA-2006-760] CVE-2006-3174 version (squirrelmail, fixed 1.4.7) #197369 [since FEDORA-2006-788] -CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) +CVE-2006-3145 version (netpbm, fixed 10.34) [since FEDORA-2006-909] CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3122 ** dhcp CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] @@ -413,6 +414,8 @@ CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) CVE-2006-0040 VULNERABLE (gtkhtml) #183680 no upstream fix +CVE-2006-0040 ** (gtkhtml2) +CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] @@ -1647,6 +1650,8 @@ CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, fixed 2.0.48) CVE-2003-0541 backport (gtkhtml, fixed 1.1.10) gtkhtml-1.1.9-textslave.patch +CVE-2003-0541 ** (gtkhtml2) +CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) From fedora-extras-commits at redhat.com Wed Aug 16 10:47:26 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:47:26 -0700 Subject: owners owners.list,1.1405,1.1406 Message-ID: <200608161047.k7GAlSBh026587@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26570 Modified Files: owners.list Log Message: added perl-SDL Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1405 retrieving revision 1.1406 diff -u -r1.1405 -r1.1406 --- owners.list 16 Aug 2006 05:58:27 -0000 1.1405 +++ owners.list 16 Aug 2006 10:47:25 -0000 1.1406 @@ -1399,6 +1399,7 @@ Fedora Extras|perl-Regexp-Shellish|Shell-like regular expressions|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Scalar-Properties|Run-time properties on scalar variables|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-SDL|SDL bindings for the Perl language|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 16 10:52:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 16 Aug 2006 03:52:37 -0700 Subject: comps comps-fe6.xml,1.8,1.9 Message-ID: <200608161052.k7GAqdwB026640@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26622 Modified Files: comps-fe6.xml Log Message: include xscreensaver related packages Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- comps-fe6.xml 16 Aug 2006 06:05:14 -0000 1.8 +++ comps-fe6.xml 16 Aug 2006 10:52:36 -0000 1.9 @@ -685,6 +685,9 @@ rxvt workrave xlockmore + xscreensaver-base + xscreensaver-extras + xscreensaver-gl-extras xwrits From fedora-extras-commits at redhat.com Wed Aug 16 11:02:10 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 16 Aug 2006 04:02:10 -0700 Subject: comps comps-fe6.xml,1.9,1.10 Message-ID: <200608161102.k7GB2C1S029317@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29218/comps Modified Files: comps-fe6.xml Log Message: Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- comps-fe6.xml 16 Aug 2006 10:52:36 -0000 1.9 +++ comps-fe6.xml 16 Aug 2006 11:02:10 -0000 1.10 @@ -306,6 +306,7 @@ kickpim konversation kphone + ktorrent licq liferea linphone From fedora-extras-commits at redhat.com Wed Aug 16 11:31:52 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Wed, 16 Aug 2006 04:31:52 -0700 Subject: comps comps-fe5.xml.in,1.79,1.80 comps-fe6.xml.in,1.61,1.62 Message-ID: <200608161131.k7GBVslL030433@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30414 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- comps-fe5.xml.in 16 Aug 2006 10:08:03 -0000 1.79 +++ comps-fe5.xml.in 16 Aug 2006 11:31:51 -0000 1.80 @@ -346,6 +346,7 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella gwget @@ -429,6 +430,7 @@ false true + newscache leafnode suck @@ -482,6 +484,7 @@ bmp camstream camE + dvdisaster easytag gcdmaster gcfilms @@ -521,6 +524,7 @@ cfs crack dkms + enca environment-modules epylog fuse @@ -576,6 +580,7 @@ flumotion icecast + ipxripd ircd-hybrid jabberd kannel @@ -595,6 +600,8 @@ cone elmo irssi + libtranslate + nail naim ncftp nget @@ -627,6 +634,7 @@ moin plone php-pecl-apc + phpldapadmin thttpd TurboGears zope Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- comps-fe6.xml.in 16 Aug 2006 10:08:03 -0000 1.61 +++ comps-fe6.xml.in 16 Aug 2006 11:31:51 -0000 1.62 @@ -359,6 +359,7 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella gwget @@ -444,6 +445,7 @@ true leafnode + newscache suck @@ -497,6 +499,7 @@ bmp camstream camE + dvdisaster easytag gcdmaster gcfilms @@ -542,6 +545,7 @@ connect-proxy crack dkms + enca environment-modules epylog fedora-package-config-apt @@ -613,6 +617,7 @@ dnsmasq flumotion icecast + ipxripd ircd-hybrid jabberd kannel @@ -634,6 +639,8 @@ cone elmo irssi + libtranslate + nail naim ncftp nget @@ -667,6 +674,7 @@ moin plone php-pecl-apc + phpldapadmin tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Wed Aug 16 11:40:32 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 04:40:32 -0700 Subject: fedora-security/audit fc5,1.279,1.280 Message-ID: <200608161140.k7GBeWi9030480@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30461 Modified Files: fc5 Log Message: Backport some data from fc6 investigation to fc5 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.279 retrieving revision 1.280 diff -u -r1.279 -r1.280 --- fc5 16 Aug 2006 10:36:33 -0000 1.279 +++ fc5 16 Aug 2006 11:40:29 -0000 1.280 @@ -165,7 +165,7 @@ CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] -CVE-2006-2366 VULNERABLE (openobex) #192087 +CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] @@ -182,8 +182,8 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] -CVE-2006-2073 VULNERABLE (bind) CVE-2006-2083 version (rsync, fixed 2.6.8) #190208 [since FEDORA-2006-599] +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] @@ -302,7 +302,7 @@ CVE-2006-1490 version (php, fixed 5.1.4) [since FEDORA-2006-289] CVE-2006-1470 VULNERABLE (openldap) #197278 CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] -CVE-2006-1354 VULNERABLE (freeradius) bz#186084 +CVE-2006-1354 VULNERABLE (freeradius, fixed 1.1.2 at least) bz#186084 CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] CVE-2006-1342 version (kernel, not 2.6) not vulnerable CVE-2006-1335 version (gnome-screensaver, fixed 2.14) @@ -355,8 +355,8 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch -CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream -CVE-2006-0496 VULNERABLE (firefox) not fixed upstream +CVE-2006-0496 VULNERABLE (mozilla) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection @@ -371,7 +371,7 @@ CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) [since FEDORA-2006-352] was backport since GA -CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] +CVE-2006-0300 VULNERABLE (tar, fixed 1.15.90 at least) [fixed rawhide in tar-1.15.1-13] CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (mozilla, 1.8 branch only) CVE-2006-0299 version (firefox, fixed 1.5.0.1) @@ -396,7 +396,7 @@ CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] CVE-2006-0292 version (firefox, fixed 1.5.1) CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch -CVE-2006-0254 backport (tomcat5, fixed 5.5.16) #178179 **check this +CVE-2006-0254 backport (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) CVE-2006-0208 version (php, fixed 5.1.2) @@ -900,7 +900,6 @@ CVE-2005-0705 version (ethereal, fixed after 0.10.9) CVE-2005-0704 version (ethereal, fixed after 0.10.9) CVE-2005-0698 version (ethereal, fixed after 0.10.9) -CVE-2005-0670 VULNERABLE (hcidump) bz#187946 CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) From fedora-extras-commits at redhat.com Wed Aug 16 11:54:33 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 16 Aug 2006 04:54:33 -0700 Subject: fedora-security/audit fc5,1.280,1.281 fc6,1.17,1.18 Message-ID: <200608161154.k7GBsXqg030540@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30516/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-2446 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.280 retrieving revision 1.281 diff -u -r1.280 -r1.281 --- fc5 16 Aug 2006 11:40:29 -0000 1.280 +++ fc5 16 Aug 2006 11:54:30 -0000 1.281 @@ -160,6 +160,7 @@ CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2447 version (spamassassin, fixed 3.1.3) #194290 [since FEDORA-2006-598] +CVE-2006-2446 version (kernel, fixed 2.6.11) CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fc6 16 Aug 2006 10:36:01 -0000 1.17 +++ fc6 16 Aug 2006 11:54:30 -0000 1.18 @@ -134,6 +134,7 @@ CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) +CVE-2006-2446 version (kernel, fixed 2.6.11) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 version (ImageMagick, fixed 6.2.8 at least) From fedora-extras-commits at redhat.com Wed Aug 16 12:00:24 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:00:24 -0700 Subject: rpms/heartbeat/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 heartbeat.spec, 1.7, 1.8 Message-ID: <200608161200.k7GC0QQM030603@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30582 Modified Files: .cvsignore sources heartbeat.spec Log Message: * Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 - upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 14 Jul 2006 19:32:20 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:00:24 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 14 Jul 2006 19:32:20 -0000 1.5 +++ sources 16 Aug 2006 12:00:24 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/heartbeat.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- heartbeat.spec 15 Jul 2006 13:36:59 -0000 1.7 +++ heartbeat.spec 16 Aug 2006 12:00:24 -0000 1.8 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel From fedora-extras-commits at redhat.com Wed Aug 16 12:03:08 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:03:08 -0700 Subject: rpms/heartbeat/FC-5 .cvsignore, 1.5, 1.6 heartbeat.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608161203.k7GC3AK4000770@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv729/FC-5 Modified Files: .cvsignore heartbeat.spec sources Log Message: upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jul 2006 14:00:54 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:03:08 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/heartbeat.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- heartbeat.spec 15 Jul 2006 14:00:54 -0000 1.4 +++ heartbeat.spec 16 Aug 2006 12:03:08 -0000 1.5 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jul 2006 14:00:54 -0000 1.5 +++ sources 16 Aug 2006 12:03:08 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:03:07 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:03:07 -0700 Subject: rpms/heartbeat/FC-4 .cvsignore, 1.5, 1.6 heartbeat.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608161203.k7GC39RU000766@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv729/FC-4 Modified Files: .cvsignore heartbeat.spec sources Log Message: upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jul 2006 14:00:53 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:03:07 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/heartbeat.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- heartbeat.spec 15 Jul 2006 14:00:53 -0000 1.4 +++ heartbeat.spec 16 Aug 2006 12:03:07 -0000 1.5 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jul 2006 14:00:53 -0000 1.5 +++ sources 16 Aug 2006 12:03:07 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:03:55 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Wed, 16 Aug 2006 05:03:55 -0700 Subject: rpms/convmv/devel .cvsignore, 1.3, 1.4 convmv.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608161203.k7GC3vbT000808@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 Modified Files: .cvsignore convmv.spec sources Log Message: version 1.10 use dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Mar 2006 11:56:42 -0000 1.3 +++ .cvsignore 16 Aug 2006 12:03:55 -0000 1.4 @@ -1 +1 @@ -convmv-1.09.tar.gz +convmv-1.10.tar.gz Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/convmv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- convmv.spec 10 Mar 2006 12:37:04 -0000 1.6 +++ convmv.spec 16 Aug 2006 12:03:55 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv -Version: 1.09 -Release: 1 +Version: 1.10 +Release: 1%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,10 @@ %{_mandir}/man*/* %changelog +* Wed Aug 16 2006 Nils Philippsen - 1.10-1 +- version 1.10 +- use dist tag + * Fri Mar 10 2006 Nils Philippsen - version 1.09 Index: sources =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Mar 2006 11:56:42 -0000 1.3 +++ sources 16 Aug 2006 12:03:55 -0000 1.4 @@ -1 +1 @@ -79e76800852866dedefc1aaf32ea69e9 convmv-1.09.tar.gz +8daf88557f40523312c40abc31b8167f convmv-1.10.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:05:07 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Wed, 16 Aug 2006 05:05:07 -0700 Subject: rpms/convmv/FC-5 .cvsignore, 1.3, 1.4 convmv.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608161205.k7GC5dp6000981@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv947 Modified Files: .cvsignore convmv.spec sources Log Message: version 1.10 use dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Mar 2006 11:56:42 -0000 1.3 +++ .cvsignore 16 Aug 2006 12:05:07 -0000 1.4 @@ -1 +1 @@ -convmv-1.09.tar.gz +convmv-1.10.tar.gz Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/convmv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- convmv.spec 10 Mar 2006 12:37:04 -0000 1.6 +++ convmv.spec 16 Aug 2006 12:05:07 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv -Version: 1.09 -Release: 1 +Version: 1.10 +Release: 1%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,10 @@ %{_mandir}/man*/* %changelog +* Wed Aug 16 2006 Nils Philippsen - 1.10-1 +- version 1.10 +- use dist tag + * Fri Mar 10 2006 Nils Philippsen - version 1.09 Index: sources =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Mar 2006 11:56:42 -0000 1.3 +++ sources 16 Aug 2006 12:05:07 -0000 1.4 @@ -1 +1 @@ -79e76800852866dedefc1aaf32ea69e9 convmv-1.09.tar.gz +8daf88557f40523312c40abc31b8167f convmv-1.10.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:33:19 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 05:33:19 -0700 Subject: fedora-security/audit fc5,1.281,1.282 fc6,1.18,1.19 Message-ID: <200608161233.k7GCXJt0001175@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1155 Modified Files: fc5 fc6 Log Message: gtkhtml2/3 were not vulnerable to this Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.281 retrieving revision 1.282 diff -u -r1.281 -r1.282 --- fc5 16 Aug 2006 11:54:30 -0000 1.281 +++ fc5 16 Aug 2006 12:33:17 -0000 1.282 @@ -291,7 +291,7 @@ CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] -CVE-2006-1526 backport (xorg-x11) bz#189802 [since FEDORA-2006-483] +CVE-2006-1526 backport (xorg-x11-server, fixed 1.1.1 at least) bz#189802 [since FEDORA-2006-483] xorg-x11-server-1.0.1-render-tris-CVE-2006-1526.patch CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] @@ -340,7 +340,7 @@ CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] CVE-2006-0747 VULNERABLE (freetype, fixed 2.2.1) #183677 CVE-2006-0746 version (kdegraphics, fixed 3.4) -CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] +CVE-2006-0745 backport (xorg-x11-server, fixed 1.1.1 at least) [since FEDORA-2006-172] xorg-server-1.0.1-CVE-2006-0745.patch CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] @@ -1650,8 +1650,6 @@ CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, fixed 2.0.48) CVE-2003-0541 backport (gtkhtml, fixed 1.1.10) gtkhtml-1.1.9-textslave.patch -CVE-2003-0541 ** (gtkhtml2) -CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- fc6 16 Aug 2006 11:54:30 -0000 1.18 +++ fc6 16 Aug 2006 12:33:17 -0000 1.19 @@ -157,8 +157,8 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) bz#202690 CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) -CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 version (libtiff, fixed 3.8.1) @@ -359,8 +359,6 @@ CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) -CVE-2006-0040 ** (gtkhtml2) -CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) From fedora-extras-commits at redhat.com Wed Aug 16 12:51:47 2006 From: fedora-extras-commits at redhat.com (Jeff Gilchrist (jeffg)) Date: Wed, 16 Aug 2006 05:51:47 -0700 Subject: comps comps-fe6.xml.in,1.62,1.63 Message-ID: <200608161251.k7GCpnQO001226@cvs-int.fedora.redhat.com> Author: jeffg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1209 Modified Files: comps-fe6.xml.in Log Message: Added pbzip2 package to system-tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- comps-fe6.xml.in 16 Aug 2006 11:31:51 -0000 1.62 +++ comps-fe6.xml.in 16 Aug 2006 12:51:47 -0000 1.63 @@ -571,6 +571,7 @@ moomps nagios nfswatch + pbzip2 powerman rdiff-backup sabayon From fedora-extras-commits at redhat.com Wed Aug 16 12:54:05 2006 From: fedora-extras-commits at redhat.com (Jeff Gilchrist (jeffg)) Date: Wed, 16 Aug 2006 05:54:05 -0700 Subject: comps comps-fe5.xml.in,1.80,1.81 Message-ID: <200608161254.k7GCs7vl001259@cvs-int.fedora.redhat.com> Author: jeffg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1242 Modified Files: comps-fe5.xml.in Log Message: Added pbzip2 package to system-tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- comps-fe5.xml.in 16 Aug 2006 11:31:51 -0000 1.80 +++ comps-fe5.xml.in 16 Aug 2006 12:54:04 -0000 1.81 @@ -542,6 +542,7 @@ moomps nagios nfswatch + pbzip2 rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 13:03:29 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Wed, 16 Aug 2006 06:03:29 -0700 Subject: comps comps-fe6.xml.in,1.63,1.64 Message-ID: <200608161304.k7GD416x003885@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858 Modified Files: comps-fe6.xml.in Log Message: add x3270-x11 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- comps-fe6.xml.in 16 Aug 2006 12:51:47 -0000 1.63 +++ comps-fe6.xml.in 16 Aug 2006 13:03:26 -0000 1.64 @@ -588,6 +588,7 @@ vnstat vpnc wine + x3270-x11 From fedora-extras-commits at redhat.com Wed Aug 16 13:18:32 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 06:18:32 -0700 Subject: fedora-security/audit fc5,1.282,1.283 fc6,1.19,1.20 Message-ID: <200608161318.k7GDIWGh004010@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3990 Modified Files: fc5 fc6 Log Message: Clean up some old things marked vulnerable; link to reasons they are not fixed, don't matter, or the upstream bug Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.282 retrieving revision 1.283 diff -u -r1.282 -r1.283 --- fc5 16 Aug 2006 12:33:17 -0000 1.282 +++ fc5 16 Aug 2006 13:18:29 -0000 1.283 @@ -108,8 +108,8 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 -CVE-2006-2894 VULNERABLE (firefox) -CVE-2006-2894 VULNERABLE (mozilla) +CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 +CVE-2006-2894 VULNERABLE (mozilla) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 CVE-2006-2842 version (squirrelmail, fixed 1.4.6) #194286 [since FEDORA-2006-680] CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] @@ -331,7 +331,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) bz#187511 [since FEDORA-2006-289] CVE-2006-0903 version (mysql, 4.1.19) #183261 [since FEDORA-2006-553] CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] -CVE-2006-0836 VULNERABLE (thunderbird) +CVE-2006-0836 ignore (thunderbird) only crash on manual import CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] @@ -431,8 +431,8 @@ CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream +CVE-2005-4685 ignore (mozilla) not fixed upstream, low, can't fix +CVE-2005-4685 ignore (firefox) not fixed upstream, low, can't fix CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) CVE-2005-4639 version (kernel, fixed 2.6.15) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- fc6 16 Aug 2006 12:33:17 -0000 1.19 +++ fc6 16 Aug 2006 13:18:29 -0000 1.20 @@ -94,7 +94,7 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog -CVE-2006-2894 VULNERABLE (firefox) +CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) @@ -287,7 +287,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0836 VULNERABLE (thunderbird) +CVE-2006-0836 ignore (thunderbird) only crash on manual import CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) @@ -372,7 +372,7 @@ CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream +CVE-2005-4685 ignore (firefox) not fixed upstream, low, can't fix CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) @@ -532,7 +532,7 @@ CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) -CVE-2005-2873 VULNERABLE (kernel) not fixed upstream +CVE-2005-2873 VULNERABLE (kernel, fixed 2.6.18-rc1) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) CVE-2005-2871 version (firefox, fixed 1.0.7) @@ -1360,8 +1360,8 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (firefox) -CVE-2003-1265 VULNERABLE (thunderbird) +CVE-2003-1265 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=198442 +CVE-2003-1265 VULNERABLE (thunderbird) https://bugzilla.mozilla.org/show_bug.cgi?id=198442 CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) From fedora-extras-commits at redhat.com Wed Aug 16 13:39:29 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 16 Aug 2006 06:39:29 -0700 Subject: fedora-security/audit fc5,1.283,1.284 fc6,1.20,1.21 Message-ID: <200608161339.k7GDdTqI004139@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4119 Modified Files: fc5 fc6 Log Message: Triage the ImageMagick CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.283 retrieving revision 1.284 diff -u -r1.283 -r1.284 --- fc5 16 Aug 2006 13:18:29 -0000 1.283 +++ fc5 16 Aug 2006 13:39:26 -0000 1.284 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- fc6 16 Aug 2006 13:18:29 -0000 1.20 +++ fc6 16 Aug 2006 13:39:26 -0000 1.21 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] From fedora-extras-commits at redhat.com Wed Aug 16 14:06:45 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 07:06:45 -0700 Subject: rpms/ufsparse/FC-5 sources,1.6,1.7 ufsparse.spec,1.13,1.14 Message-ID: <200608161406.k7GE6lNA006938@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ufsparse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6919 Modified Files: sources ufsparse.spec Log Message: New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufsparse/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Mar 2006 18:54:03 -0000 1.6 +++ sources 16 Aug 2006 14:06:45 -0000 1.7 @@ -1 +1 @@ -15f2cc58c2d66fa2ac0286cdfcf7cc76 UFsparse.tar.gz +7e635c3c6f6224439c96ca1ac9bb21e2 UFsparse.tar.gz Index: ufsparse.spec =================================================================== RCS file: /cvs/extras/rpms/ufsparse/FC-5/ufsparse.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ufsparse.spec 8 Mar 2006 15:17:56 -0000 1.13 +++ ufsparse.spec 16 Aug 2006 14:06:45 -0000 1.14 @@ -1,5 +1,5 @@ Name: ufsparse -Version: 1.2 +Version: 2.0.0 Release: 1%{?dist} Summary: University of Florida sparse matrix libraries @@ -17,6 +17,7 @@ matrices. The package includes the following libraries: AMD approximate minimum degree ordering BTF permutation to block triangular form (beta) + CAMD constrained approximate minimum degree ordering COLAMD column approximate minimum degree ordering CCOLAMD constrained column approximate minimum degree ordering CHOLMOD sparse Cholesky factorization @@ -43,15 +44,15 @@ %setup -q -n UFsparse %build -%define amd_version 1.2 -%define amd_version_major 1 +%define amd_version 2.0 +%define amd_version_major 2 mkdir Devel mkdir Doc mkdir Lib mkdir Include pushd AMD pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libamd.so.%{amd_version_major} -o ../Lib/libamd.so.%{amd_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -66,11 +67,11 @@ ln -sf libamd.so.%{amd_version} libamd.so popd -%define btf_version 0.7 +%define btf_version 0.9 %define btf_version_major 0 pushd BTF pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a gcc -shared -Wl,-soname,libbtf.so.%{btf_version_major} -o libbtf.so.%{btf_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -83,10 +84,27 @@ ln -sf libbtf.so.%{btf_version} libbtf.so popd -%define ccolamd_version 1.0 -%define ccolamd_version_major 1 +%define camd_version 2.1 +%define camd_version_major 2 +pushd CAMD + pushd Source + make CFLAGS="$RPM_OPT_FLAGS -fPIC" + gcc -shared -Wl,-soname,libcamd.so.%{camd_version_major} -o ../Lib/libcamd.so.%{camd_version} `ls *.o` + popd + cp Lib/*.a Lib/*.so* ../Lib + cp Include/*.h ../Include + mkdir ../Doc/CAMD/ + cp README.txt Doc/License Doc/ChangeLog ../Doc/CAMD +popd +pushd Lib + ln -sf libcamd.so.%{camd_version} libcamd.so.%{camd_version_major} + ln -sf libcamd.so.%{camd_version} libcamd.so +popd + +%define ccolamd_version 2.5 +%define ccolamd_version_major 2 pushd CCOLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libccolamd.so.%{ccolamd_version_major} -o libccolamd.so.%{ccolamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -98,7 +116,7 @@ ln -sf libccolamd.so.%{ccolamd_version} libccolamd.so popd -%define cholmod_version 1.0 +%define cholmod_version 1.1.1 %define cholmod_version_major 1 ### CHOLMOD can also be compiled to use the METIS library, but it is not ### used here because its licensing terms exclude it from Fedora Extras. @@ -111,7 +129,7 @@ %endif pushd CHOLMOD pushd Lib - make -f Makefile CFLAGS="$CHOLMOD_FLAGS" + make CFLAGS="$CHOLMOD_FLAGS" gcc -shared -Wl,-soname,libcholmod.so.%{cholmod_version_major} -o ../Lib/libcholmod.so.%{cholmod_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -131,10 +149,10 @@ ln -sf libcholmod.so.%{cholmod_version} libcholmod.so popd -%define colamd_version 2.4 +%define colamd_version 2.5 %define colamd_version_major 2 pushd COLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" library + make CFLAGS="$RPM_OPT_FLAGS -fPIC" library gcc -shared -Wl,-soname,libcolamd.so.%{colamd_version_major} -o libcolamd.so.%{colamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -152,11 +170,11 @@ ### enable_csparse as 1 below. %define enable_csparse 0 %if "%{?enable_csparse}" == "1" -%define csparse_version 1.2 -%define csparse_version_major 1 +%define csparse_version 2.0.1 +%define csparse_version_major 2 pushd CSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a gcc -shared -Wl,-soname,libcsparse.so.%{csparse_version_major} -o libcsparse.so.%{csparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -170,11 +188,11 @@ popd %else -%define cxsparse_version 1.2 -%define cxsparse_version_major 1 +%define cxsparse_version 2.0.1 +%define cxsparse_version_major 2 pushd CXSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a gcc -shared -Wl,-soname,libcxsparse.so.%{cxsparse_version_major} -o libcxsparse.so.%{cxsparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -188,11 +206,11 @@ popd %endif -%define klu_version 0.7 +%define klu_version 0.9 %define klu_version_major 0 pushd KLU pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a gcc -shared -Wl,-soname,libklu.so.%{klu_version_major} -o libklu.so.%{klu_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -206,10 +224,10 @@ ln -sf libklu.so.%{klu_version} libklu.so popd -%define ldl_version 1.2 +%define ldl_version 1.3 %define ldl_version_major 1 pushd LDL - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a gcc -shared -Wl,-soname,libldl.so.%{ldl_version_major} -o libldl.so.%{ldl_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -223,11 +241,11 @@ ln -sf libldl.so.%{ldl_version} libldl.so popd -%define umfpack_version 4.6 -%define umfpack_version_major 4 +%define umfpack_version 5.0 +%define umfpack_version_major 5 pushd UMFPACK pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libumfpack.so.%{umfpack_version_major} -o ../Lib/libumfpack.so.%{umfpack_version} `ls *.o` -lblas -lm popd cp Lib/*.a Lib/*.so* ../Lib @@ -242,6 +260,7 @@ ln -sf libumfpack.so.%{umfpack_version} libumfpack.so popd +cp UFconfig/UFconfig.h Include %install rm -rf ${RPM_BUILD_ROOT} @@ -280,6 +299,11 @@ %{_libdir}/lib*.so %changelog +* Wed Aug 16 2006 Quentin Spencer 2.0.0-1 +- New release. +- Build newly added CAMD library. +- Misc minor spec changes. + * Tue Mar 7 2006 Quentin Spencer 1.2-1 - New release. - Build newly added library CXSparse (but not CSparse--see comments From fedora-extras-commits at redhat.com Wed Aug 16 14:18:45 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Wed, 16 Aug 2006 07:18:45 -0700 Subject: comps comps-fe6.xml.in,1.64,1.65 Message-ID: <200608161418.k7GEIloe007072@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7053 Modified Files: comps-fe6.xml.in Log Message: added my packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- comps-fe6.xml.in 16 Aug 2006 13:03:26 -0000 1.64 +++ comps-fe6.xml.in 16 Aug 2006 14:18:45 -0000 1.65 @@ -270,10 +270,12 @@ nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop pinball pingus pipenightdreams @@ -297,6 +299,7 @@ trackballs trackballs-music tuxkart + tuxpuck ularn uqm viruskiller @@ -307,6 +310,7 @@ xarchon xboard xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -814,11 +818,14 @@ kickpim kdissert kbibtex + kerry kiosktool kmymoney2 + knemo kompose ksynaptics kyum + metamonitor From fedora-extras-commits at redhat.com Wed Aug 16 14:20:38 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Wed, 16 Aug 2006 07:20:38 -0700 Subject: comps comps-fe5.xml.in,1.81,1.82 Message-ID: <200608161420.k7GEKeto007109@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7092 Modified Files: comps-fe5.xml.in Log Message: added my packages Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- comps-fe5.xml.in 16 Aug 2006 12:54:04 -0000 1.81 +++ comps-fe5.xml.in 16 Aug 2006 14:20:37 -0000 1.82 @@ -260,10 +260,12 @@ nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop pinball pingus pipenightdreams @@ -287,6 +289,7 @@ trackballs trackballs-music tuxkart + tuxpuck ularn uqm viruskiller @@ -297,6 +300,7 @@ xarchon xboard xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -771,12 +775,15 @@ kchmviewer kickpim kdissert + kerry kbibtex kiosktool kmymoney2 + knemo kompose ksynaptics kyum + metamonitor From fedora-extras-commits at redhat.com Wed Aug 16 14:30:22 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 07:30:22 -0700 Subject: rpms/octave/FC-5 octave-2.9.7-misc.patch, 1.1, 1.2 octave.spec, 1.38, 1.39 Message-ID: <200608161430.k7GEUOwZ007238@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: octave-2.9.7-misc.patch octave.spec Log Message: Update patch to fix some bugs, including #201087. octave-2.9.7-misc.patch: Index: octave-2.9.7-misc.patch =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave-2.9.7-misc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- octave-2.9.7-misc.patch 30 Jul 2006 03:45:22 -0000 1.1 +++ octave-2.9.7-misc.patch 16 Aug 2006 14:30:21 -0000 1.2 @@ -1,10 +1,276 @@ +Index: doc/ChangeLog +=================================================================== +RCS file: /cvs/octave/doc/ChangeLog,v +retrieving revision 1.107 +retrieving revision 1.108 +diff -u -r1.107 -r1.108 +--- doc/ChangeLog 28 Jun 2006 16:05:22 -0000 1.107 ++++ doc/ChangeLog 14 Aug 2006 19:16:07 -0000 1.108 +@@ -1,3 +1,8 @@ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * interpreter/images/sparseimages.m: Adapt to new automatic_replot ++ definition. ++ + 2006-06-27 John W. Eaton + + * interpreter/Makefile.in: Elminate double-colon rules. +Index: doc/interpreter/image.txi +=================================================================== +RCS file: /cvs/octave/doc/interpreter/image.txi,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- doc/interpreter/image.txi 1 Oct 2004 18:12:11 -0000 1.5 ++++ doc/interpreter/image.txi 14 Aug 2006 18:07:02 -0000 1.6 +@@ -49,4 +49,4 @@ + + @DOCSTRING(saveimage) + +- at DOCSTRING(IMAGEPATH) ++ at DOCSTRING(IMAGE_PATH) +Index: doc/interpreter/octave-config.1 +=================================================================== +RCS file: /cvs/octave/doc/interpreter/octave-config.1,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- doc/interpreter/octave-config.1 19 Sep 2005 19:26:00 -0000 1.4 ++++ doc/interpreter/octave-config.1 14 Aug 2006 18:07:02 -0000 1.5 +@@ -38,7 +38,7 @@ + FCNFILEDIR LOCALVERFCNFILEDIR + FCNFILEPATH LOCALVEROCTFILEDIR + IMAGEDIR MAN1DIR +- IMAGEPATH MAN1EXT ++ IMAGE_PATH MAN1EXT + INCLUDEDIR MANDIR + INFODIR OCTFILEDIR + INFOFILE OCTINCLUDEDIR +Index: doc/interpreter/images/sparseimages.m +=================================================================== +RCS file: /cvs/octave/doc/interpreter/images/sparseimages.m,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -u -r1.7 -r1.8 +--- doc/interpreter/images/sparseimages.m 10 May 2006 22:30:50 -0000 1.7 ++++ doc/interpreter/images/sparseimages.m 14 Aug 2006 19:16:07 -0000 1.8 +@@ -20,7 +20,7 @@ + ## print since print() resets output to stdout (unfortunately, gnpulot + ## can't pop output as it can the terminal type). + function bury_output () +- automatic_replot = false; ++ automatic_replot(0); + __gnuplot_set__ term dumb + [status, dummy] = fileattrib("/dev/null"); + if (status) +Index: emacs/octave-mod.el +=================================================================== +RCS file: /cvs/octave/emacs/octave-mod.el,v +retrieving revision 1.40 +retrieving revision 1.41 +diff -u -r1.40 -r1.41 +--- emacs/octave-mod.el 2 Mar 2006 20:51:32 -0000 1.40 ++++ emacs/octave-mod.el 14 Aug 2006 18:07:07 -0000 1.41 +@@ -129,7 +129,7 @@ + (defvar octave-variables + '("DEFAULT_EXEC_PATH" "DEFAULT_LOADPATH" + "EDITOR" "EXEC_PATH" "F_DUPFD" "F_GETFD" "F_GETFL" "F_SETFD" +- "F_SETFL" "I" "IMAGEPATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" ++ "F_SETFL" "I" "IMAGE_PATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" + "LOADPATH" "NaN" "OCTAVE_VERSION" "O_APPEND" "O_CREAT" "O_EXCL" + "O_NONBLOCK" "O_RDONLY" "O_RDWR" "O_TRUNC" "O_WRONLY" "PAGER" "PS1" + "PS2" "PS4" "PWD" "SEEK_CUR" "SEEK_END" "SEEK_SET" "__F_DUPFD__" +Index: scripts/ChangeLog +=================================================================== +RCS file: /cvs/octave/scripts/ChangeLog,v +retrieving revision 1.563 +retrieving revision 1.569 +diff -u -r1.563 -r1.569 +--- scripts/ChangeLog 28 Jul 2006 03:40:22 -0000 1.563 ++++ scripts/ChangeLog 14 Aug 2006 19:54:46 -0000 1.569 +@@ -1,3 +1,30 @@ ++2006-08-14 John W. Eaton ++ ++ * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. ++ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, ++ signal/freqz_plot.m: Adapt to new automatic_replot definition. ++ ++2006-08-14 S?ren Hauberg ++ ++ * pkg/pkg.m: Don't pass function name to print_usage. ++ Use addpath and rmpath instead of manipulating LOADPATH. ++ Handle changes to system function. ++ (rm_rf): New subfunction. Use it to avoid confirmation dialog for ++ recursive directory removal. ++ ++ * strings/bin2dec.m: Ignore spaces in input for compatibility. ++ ++ * colormap.m: Change global variable to persistent. ++ ++ * rgb2ind.m: Handle single 3-d array as rgb image. ++ ++2006-08-14 John W. Eaton ++ ++ * strings/str2double.m: Fix missing semicolon. ++ + 2006-07-27 Jim Peterson + + * plot/plot3.m: Accept one complex or one real and one complex +Index: scripts/control/base/__stepimp__.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/__stepimp__.m,v +retrieving revision 1.13 +retrieving revision 1.14 +diff -u -r1.13 -r1.14 +--- scripts/control/base/__stepimp__.m 6 Mar 2006 21:26:48 -0000 1.13 ++++ scripts/control/base/__stepimp__.m 14 Aug 2006 19:16:07 -0000 1.14 +@@ -216,7 +216,7 @@ + + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + if(nargout == 0) + ## Plot the information + oneplot(); +@@ -272,6 +272,6 @@ + endif + ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n"); + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + endfunction +Index: scripts/control/base/bode.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/bode.m,v +retrieving revision 1.15 +retrieving revision 1.16 +diff -u -r1.15 -r1.16 +--- scripts/control/base/bode.m 26 Apr 2005 19:24:29 -0000 1.15 ++++ scripts/control/base/bode.m 14 Aug 2006 19:16:07 -0000 1.16 +@@ -147,7 +147,7 @@ + ## Plot the information + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + oneplot(); + __gnuplot_set__ autoscale; + __gnuplot_set__ nokey; +@@ -204,7 +204,7 @@ + oneplot(); + endif + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + else + mag_r = mag; +Index: scripts/image/colormap.m +=================================================================== +RCS file: /cvs/octave/scripts/image/colormap.m,v +retrieving revision 1.24 +retrieving revision 1.25 +diff -u -r1.24 -r1.25 +--- scripts/image/colormap.m 8 Sep 2005 01:40:58 -0000 1.24 ++++ scripts/image/colormap.m 14 Aug 2006 18:29:18 -0000 1.25 +@@ -39,10 +39,10 @@ + + function cmap = colormap (map) + +- global __current_color_map__ = gray (); ++ persistent current_color_map = gray (); + + if (nargin > 1) +- usage ("colormap (map)"); ++ print_usage (); + endif + + if (nargin == 1) +@@ -63,12 +63,12 @@ + error ("colormap: map must have values in [0,1]"); + endif + ## Set the new color map +- __current_color_map__ = map; ++ current_color_map = map; + endif + + endif + + ## Return current color map. +- cmap = __current_color_map__; ++ cmap = current_color_map; + + endfunction +Index: scripts/image/loadimage.m +=================================================================== +RCS file: /cvs/octave/scripts/image/loadimage.m,v +retrieving revision 1.22 +retrieving revision 1.23 +diff -u -r1.22 -r1.23 +--- scripts/image/loadimage.m 6 Mar 2006 21:26:49 -0000 1.22 ++++ scripts/image/loadimage.m 14 Aug 2006 18:06:58 -0000 1.23 +@@ -36,7 +36,7 @@ + error ("loadimage: expecting filename as a string"); + endif + +- file = file_in_path (IMAGEPATH, filename); ++ file = file_in_path (IMAGE_PATH, filename); + + if (isempty (file)) + error ("loadimage: unable to find image file"); +Index: scripts/image/rgb2ind.m +=================================================================== +RCS file: /cvs/octave/scripts/image/rgb2ind.m,v +retrieving revision 1.20 +retrieving revision 1.21 +diff -u -r1.20 -r1.21 +--- scripts/image/rgb2ind.m 6 Mar 2006 21:26:49 -0000 1.20 ++++ scripts/image/rgb2ind.m 14 Aug 2006 18:16:57 -0000 1.21 +@@ -18,7 +18,8 @@ + ## 02110-1301, USA. + + ## -*- texinfo -*- +-## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) ++## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{rgb}) ++## @deftypefnx {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) + ## Convert and RGB image to an Octave indexed image. + ## @seealso{ind2rgb, rgb2ntsc} + ## @end deftypefn +@@ -31,8 +32,19 @@ + + function [X, map] = rgb2ind (R, G, B) + +- if (nargin != 3) +- usage ("[X, map] = rgb2ind (R, G, B)"); ++ if (nargin != 1 && nargin != 3) ++ print_usage (); ++ endif ++ ++ if (nargin == 1) ++ rgb = R; ++ if (length (size (rgb)) == 3 && size (rgb, 3) == 3) ++ R = rgb(:,:,1); ++ G = rgb(:,:,2); ++ B = rgb(:,:,3); ++ else ++ error ("rgb2ind: argument is not an RGB image"); ++ endif + endif + + if (size (R) != size (G) || size (R) != size (B)) Index: scripts/miscellaneous/mex.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/mex.m,v retrieving revision 1.1 -diff -u -r1.1 mex.m ---- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 -+++ scripts/miscellaneous/mex.m 28 Jul 2006 21:06:42 -0000 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 ++++ scripts/miscellaneous/mex.m 28 Jul 2006 21:21:51 -0000 1.2 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} mex [options] file ... @@ -13,4 +279,296 @@ +## This is equivalent to @code{mkoctfile --mex [options] file}. ## @seealso{mkoctfile} ## @end deftypefn - + +Index: scripts/signal/freqz_plot.m +=================================================================== +RCS file: /cvs/octave/scripts/signal/freqz_plot.m,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -r1.8 -r1.9 +--- scripts/signal/freqz_plot.m 24 Apr 2006 19:13:08 -0000 1.8 ++++ scripts/signal/freqz_plot.m 14 Aug 2006 19:16:07 -0000 1.9 +@@ -42,7 +42,7 @@ + ## Protect graph state. + + replot_state = automatic_replot; +- automatic_replot = 0; ++ automatic_replot(0); + + subplot (311); + __gnuplot_set__ lmargin 10; +@@ -88,7 +88,7 @@ + __gnuplot_set__ tmargin; + oneplot (); + +- automatic_replot = replot_state; ++ automatic_replot(replot_state); + + end_unwind_protect + +Index: scripts/sparse/spy.m +=================================================================== +RCS file: /cvs/octave/scripts/sparse/spy.m,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- scripts/sparse/spy.m 26 Apr 2005 19:24:31 -0000 1.4 ++++ scripts/sparse/spy.m 14 Aug 2006 19:16:07 -0000 1.5 +@@ -30,7 +30,7 @@ + + arp = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot (0); + + eval(sprintf('__gnuplot_set__ nokey')) + eval(sprintf('__gnuplot_set__ yrange [0:%d] reverse',m+1)) +@@ -46,6 +46,6 @@ + __gnuplot_set__ yrange [0:1] noreverse + axis; + unwind_protect_cleanup +- automatic_replot = arp; ++ automatic_replot (arp); + end_unwind_protect + endfunction +Index: scripts/strings/bin2dec.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/bin2dec.m,v +retrieving revision 1.14 +retrieving revision 1.15 +diff -u -r1.14 -r1.15 +--- scripts/strings/bin2dec.m 15 Mar 2006 02:37:55 -0000 1.14 ++++ scripts/strings/bin2dec.m 14 Aug 2006 18:41:15 -0000 1.15 +@@ -37,10 +37,16 @@ + + function d = bin2dec (h) + +- if (nargin != 1) +- usage ("bin2dec (b)"); ++ if (nargin == 1 && ischar (h)) ++ n = rows (h); ++ d = zeros (n, 1); ++ for i = 1:n ++ s = h(i,:); ++ s = s(! isspace (s)); ++ d(i) = base2dec (s, 2); ++ endfor + else +- d = base2dec (h, 2); ++ print_usage (); + endif + + endfunction +Index: scripts/strings/str2double.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/str2double.m,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- scripts/strings/str2double.m 26 Apr 2005 19:24:32 -0000 1.5 ++++ scripts/strings/str2double.m 14 Aug 2006 16:46:33 -0000 1.6 +@@ -195,7 +195,7 @@ + ix = 1; + ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]), + while (ix < sl && CD(ix)) +- ix++ ++ ix++; + endwhile + ta = ix; + te = []; +Index: src/ChangeLog +=================================================================== +RCS file: /cvs/octave/src/ChangeLog,v +retrieving revision 1.1488 +retrieving revision 1.1493 +diff -u -r1.1488 -r1.1493 +--- src/ChangeLog 28 Jul 2006 16:53:58 -0000 1.1488 ++++ src/ChangeLog 14 Aug 2006 20:07:37 -0000 1.1493 +@@ -1,3 +1,22 @@ ++2006-08-14 John W. Eaton ++ ++ * variables.cc (symbol_record_name_compare): Fix casts. ++ ++ * ov-cell.cc (octave_cell::subsasgn): Call empty_conv for 0x0 ++ objects, not just empty objects. ++ ++ * oct-map.h (Octave_map::clear): Also clear key_list. ++ ++ * load-path.cc (load_path::find_dir_info, load_path::do_add, ++ load_path::do_remove): Perform tilde expansion on directory here. ++ ++2006-07-29 John W. Eaton ++ ++ * matrix.h: Delete to avoid conflict with liboctave/Matrix.h on ++ case-insensitive filesystems. ++ ++ * version.h (OCTAVE_VERSION): Now 2.9.7+. ++ + 2006-07-28 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.7. +Index: src/load-path.cc +=================================================================== +RCS file: /cvs/octave/src/load-path.cc,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- src/load-path.cc 28 Jul 2006 16:31:00 -0000 1.6 ++++ src/load-path.cc 14 Aug 2006 16:42:03 -0000 1.7 +@@ -237,8 +237,10 @@ + } + + load_path::const_dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) const ++load_path::find_dir_info (const std::string& dir_arg) const + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + const_dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -253,8 +255,10 @@ + } + + load_path::dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) ++load_path::find_dir_info (const std::string& dir_arg) + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -465,14 +469,16 @@ + } + + void +-load_path::do_add (const std::string& dir, bool at_end, bool warn) ++load_path::do_add (const std::string& dir_arg, bool at_end, bool warn) + { +- size_t len = dir.length (); ++ size_t len = dir_arg.length (); + +- if (len > 1 && dir.substr (len-2) == "//") ++ if (len > 1 && dir_arg.substr (len-2) == "//") + warning_with_id ("Octave:recursive-path-search", + "trailing `//' is no longer special in search path elements"); + ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +@@ -501,12 +507,12 @@ + } + } + else if (warn) +- warning ("addpath: %s: not a directory", dir.c_str ()); ++ warning ("addpath: %s: not a directory", dir_arg.c_str ()); + } + else if (warn) + { + std::string msg = fs.error (); +- warning ("addpath: %s: %s", dir.c_str (), msg.c_str ()); ++ warning ("addpath: %s: %s", dir_arg.c_str (), msg.c_str ()); + } + } + +@@ -521,13 +527,13 @@ + } + + bool +-load_path::do_remove (const std::string& dir) ++load_path::do_remove (const std::string& dir_arg) + { + bool retval = false; + +- if (! dir.empty ()) ++ if (! dir_arg.empty ()) + { +- if (dir == ".") ++ if (dir_arg == ".") + { + warning ("rmpath: can't remove \".\" from path"); + +@@ -536,6 +542,8 @@ + } + else + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +Index: src/oct-map.h +=================================================================== +RCS file: /cvs/octave/src/oct-map.h,v +retrieving revision 1.48 +retrieving revision 1.49 +diff -u -r1.48 -r1.49 +--- src/oct-map.h 14 Jul 2006 05:30:40 -0000 1.48 ++++ src/oct-map.h 14 Aug 2006 19:08:37 -0000 1.49 +@@ -135,7 +135,11 @@ + bool contains (const std::string& k) const + { return (seek (k) != map.end ()); } + +- void clear (void) { map.clear (); } ++ void clear (void) ++ { ++ map.clear (); ++ key_list.clear (); ++ } + + string_vector keys (void) const; + +@@ -183,10 +187,10 @@ + mutable dim_vector dimensions; + + void maybe_add_to_key_list (const std::string& k) +- { +- if (! contains (k)) +- key_list.push_back (k); +- } ++ { ++ if (! contains (k)) ++ key_list.push_back (k); ++ } + }; + + #endif +Index: src/ov-cell.cc +=================================================================== +RCS file: /cvs/octave/src/ov-cell.cc,v +retrieving revision 1.69 +retrieving revision 1.70 +diff -u -r1.69 -r1.70 +--- src/ov-cell.cc 22 Jul 2006 08:31:17 -0000 1.69 ++++ src/ov-cell.cc 14 Aug 2006 19:44:17 -0000 1.70 +@@ -176,7 +176,7 @@ + + tmp.make_unique (); + +- if (! tmp.is_defined () || tmp.is_empty ()) ++ if (! tmp.is_defined () || tmp.is_zero_by_zero ()) + tmp = octave_value::empty_conv (type.substr (1), rhs); + + if (! error_state) +Index: src/variables.cc +=================================================================== +RCS file: /cvs/octave/src/variables.cc,v +retrieving revision 1.291 +retrieving revision 1.292 +diff -u -r1.291 -r1.292 +--- src/variables.cc 22 Jun 2006 00:57:28 -0000 1.291 ++++ src/variables.cc 14 Aug 2006 20:07:37 -0000 1.292 +@@ -1527,8 +1527,8 @@ + static int + symbol_record_name_compare (const void *a_arg, const void *b_arg) + { +- const symbol_record *a = static_cast (a_arg); +- const symbol_record *b = static_cast (b_arg); ++ const symbol_record *a = *(static_cast (a_arg)); ++ const symbol_record *b = *(static_cast (b_arg)); + + std::string a_nm = a->name (); + std::string b_nm = b->name (); Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- octave.spec 30 Jul 2006 03:45:22 -0000 1.38 +++ octave.spec 16 Aug 2006 14:30:21 -0000 1.39 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -125,6 +125,9 @@ %changelog +* Wed Aug 16 2006 Quentin Spencer 2.9.7-2 +- Update patch to fix several small bugs, including #201087. + * Sat Jul 29 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Wed Aug 16 14:42:34 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 16 Aug 2006 07:42:34 -0700 Subject: comps comps-fe6.xml.in,1.65,1.66 Message-ID: <200608161442.k7GEgaxV007457@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7440 Modified Files: comps-fe6.xml.in Log Message: add ipython to development tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- comps-fe6.xml.in 16 Aug 2006 14:18:45 -0000 1.65 +++ comps-fe6.xml.in 16 Aug 2006 14:42:34 -0000 1.66 @@ -58,6 +58,7 @@ gprolog highlight hugs98 + ipython lightning lcov lincvs From fedora-extras-commits at redhat.com Wed Aug 16 14:46:39 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 16 Aug 2006 07:46:39 -0700 Subject: comps comps-fe6.xml.in,1.66,1.67 Message-ID: <200608161446.k7GEkf1u007497@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7480 Modified Files: comps-fe6.xml.in Log Message: Added Sprog and pgadmin3 to Devel Tools, and john to system tools. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- comps-fe6.xml.in 16 Aug 2006 14:42:34 -0000 1.66 +++ comps-fe6.xml.in 16 Aug 2006 14:46:39 -0000 1.67 @@ -69,6 +69,7 @@ mock monotone ocaml + pgadmin3 pl plt-scheme pylint @@ -76,6 +77,7 @@ quilt rpmlint splint + Sprog svnmailer tkcvs tla @@ -569,6 +571,7 @@ inadyn ip6sic isic + john ksmarttray lirc mmv From fedora-extras-commits at redhat.com Wed Aug 16 15:02:28 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Wed, 16 Aug 2006 08:02:28 -0700 Subject: comps comps-fe6.xml.in,1.67,1.68 Message-ID: <200608161502.k7GF2URp010123@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10104 Modified Files: comps-fe6.xml.in Log Message: Add pwgen to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- comps-fe6.xml.in 16 Aug 2006 14:46:39 -0000 1.67 +++ comps-fe6.xml.in 16 Aug 2006 15:02:26 -0000 1.68 @@ -581,6 +581,7 @@ nfswatch pbzip2 powerman + pwgen rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 15:04:50 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 08:04:50 -0700 Subject: comps comps-fe5.xml.in,1.82,1.83 comps-fe6.xml.in,1.68,1.69 Message-ID: <200608161504.k7GF4qHW010237@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10218 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added qgit into devel tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- comps-fe5.xml.in 16 Aug 2006 14:20:37 -0000 1.82 +++ comps-fe5.xml.in 16 Aug 2006 15:04:49 -0000 1.83 @@ -70,6 +70,7 @@ plt-scheme pylint q + qgit quilt rpmlint splint Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- comps-fe6.xml.in 16 Aug 2006 15:02:26 -0000 1.68 +++ comps-fe6.xml.in 16 Aug 2006 15:04:49 -0000 1.69 @@ -74,6 +74,7 @@ plt-scheme pylint q + qgit quilt rpmlint splint From fedora-extras-commits at redhat.com Wed Aug 16 15:16:20 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Wed, 16 Aug 2006 08:16:20 -0700 Subject: comps comps-fe5.xml.in,1.83,1.84 comps-fe6.xml.in,1.69,1.70 Message-ID: <200608161516.k7GFGMTS010360@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10327 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add oddjob to the system-tools group Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- comps-fe5.xml.in 16 Aug 2006 15:04:49 -0000 1.83 +++ comps-fe5.xml.in 16 Aug 2006 15:16:20 -0000 1.84 @@ -547,6 +547,7 @@ moomps nagios nfswatch + oddjob pbzip2 rdiff-backup sabayon Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- comps-fe6.xml.in 16 Aug 2006 15:04:49 -0000 1.69 +++ comps-fe6.xml.in 16 Aug 2006 15:16:20 -0000 1.70 @@ -580,6 +580,7 @@ moomps nagios nfswatch + oddjob pbzip2 powerman pwgen From fedora-extras-commits at redhat.com Wed Aug 16 15:21:29 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 08:21:29 -0700 Subject: comps comps-fe5.xml.in,1.84,1.85 comps-fe6.xml.in,1.70,1.71 Message-ID: <200608161521.k7GFLVgW010433@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10414 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added tinyerp into office/productivity Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- comps-fe5.xml.in 16 Aug 2006 15:16:20 -0000 1.84 +++ comps-fe5.xml.in 16 Aug 2006 15:21:29 -0000 1.85 @@ -469,6 +469,7 @@ qcad revelation texmaker + tinyerp xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- comps-fe6.xml.in 16 Aug 2006 15:16:20 -0000 1.70 +++ comps-fe6.xml.in 16 Aug 2006 15:21:29 -0000 1.71 @@ -486,6 +486,7 @@ qcad revelation texmaker + tinyerp xchm From fedora-extras-commits at redhat.com Wed Aug 16 15:22:10 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 08:22:10 -0700 Subject: owners owners.list,1.1406,1.1407 Message-ID: <200608161522.k7GFMC8l010456@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: owners.list Log Message: eek, forgot to add ip6sic when I imported it, quite some time ago now... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1406 retrieving revision 1.1407 diff -u -r1.1406 -r1.1407 --- owners.list 16 Aug 2006 10:47:25 -0000 1.1406 +++ owners.list 16 Aug 2006 15:22:10 -0000 1.1407 @@ -617,6 +617,7 @@ Fedora Extras|Inventor|SGI Open Inventor (TM)|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|iozone|A file system performance analysis tool|nhorman at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ip-sentinel|Tool to prevent unauthorized usage of IP addresses|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|ip6sic|IPv6 Stack Integrity Checker|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ipe|The Ipe extensible drawing editor|laurent.rineau__fedora_extras at normalesup.org|extras-qa at fedoraproject.org| Fedora Extras|iperf|Measurement tool for TCP/UDP bandwidth performance|somlo at cmu.edu|extras-qa at fedoraproject.org| Fedora Extras|ipod-sharp|Provides high-level feature support for Apple's iPod and binds libipoddevice|caillon at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 16:06:38 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Wed, 16 Aug 2006 09:06:38 -0700 Subject: comps comps-fe5.xml.in,1.85,1.86 comps-fe6.xml.in,1.71,1.72 Message-ID: <200608161606.k7GG6eK1014123@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14094 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added l2tpd and nsd as user selectable packages under network-server. Other packages I maintain are dependancies on other packages, or make no sense to ask the user on install. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- comps-fe5.xml.in 16 Aug 2006 15:21:29 -0000 1.85 +++ comps-fe5.xml.in 16 Aug 2006 16:06:38 -0000 1.86 @@ -592,6 +592,8 @@ ircd-hybrid jabberd kannel + l2tpd + nsd ushare Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- comps-fe6.xml.in 16 Aug 2006 15:21:29 -0000 1.71 +++ comps-fe6.xml.in 16 Aug 2006 16:06:38 -0000 1.72 @@ -635,6 +635,8 @@ ircd-hybrid jabberd kannel + l2tpd + nsd ushare torque-server sobby From fedora-extras-commits at redhat.com Wed Aug 16 16:15:14 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Wed, 16 Aug 2006 09:15:14 -0700 Subject: comps comps-fe5.xml.in,1.86,1.87 Message-ID: <200608161615.k7GGFGhJ014196@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14175 Modified Files: comps-fe5.xml.in Log Message: added iperf and argus Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- comps-fe5.xml.in 16 Aug 2006 16:06:38 -0000 1.86 +++ comps-fe5.xml.in 16 Aug 2006 16:15:14 -0000 1.87 @@ -621,6 +621,8 @@ rtorrent snownews tin + iperf + argus From fedora-extras-commits at redhat.com Wed Aug 16 16:16:36 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:16:36 -0700 Subject: comps comps-fe6.xml.in,1.72,1.73 Message-ID: <200608161616.k7GGGcZ5014226@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: comps-fe6.xml.in Log Message: Add grepmail, gtkwave, gtorrentviewer, lat, milter-regex, rbldnsd, and spamass-milter Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- comps-fe6.xml.in 16 Aug 2006 16:06:38 -0000 1.72 +++ comps-fe6.xml.in 16 Aug 2006 16:16:36 -0000 1.73 @@ -134,6 +134,7 @@ gdl gnucap grads + gtkwave hdf hdf5 hmmer @@ -370,6 +371,7 @@ gnome-translate gossip gtk-gnutella + gtorrentviewer gwget kickpim konversation @@ -440,8 +442,10 @@ esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -566,6 +570,7 @@ ghex gkrellm gnokii + grepmail gtklp gtkterm hercules @@ -637,9 +642,10 @@ kannel l2tpd nsd - ushare - torque-server + rbldnsd sobby + torque-server + ushare @@ -870,6 +876,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex From fedora-extras-commits at redhat.com Wed Aug 16 16:17:56 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Wed, 16 Aug 2006 09:17:56 -0700 Subject: comps comps-fe5.xml.in,1.87,1.88 comps-fe6.xml.in,1.73,1.74 Message-ID: <200608161617.k7GGHwJA014265@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14246 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added argus and iperf (now sorted alphabetically) Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- comps-fe5.xml.in 16 Aug 2006 16:15:14 -0000 1.87 +++ comps-fe5.xml.in 16 Aug 2006 16:17:56 -0000 1.88 @@ -605,10 +605,12 @@ true true + argus bittorrent centericq cone elmo + iperf irssi libtranslate nail @@ -621,8 +623,6 @@ rtorrent snownews tin - iperf - argus Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- comps-fe6.xml.in 16 Aug 2006 16:16:36 -0000 1.73 +++ comps-fe6.xml.in 16 Aug 2006 16:17:56 -0000 1.74 @@ -656,10 +656,12 @@ true true + argus bittorrent centericq cone elmo + iperf irssi libtranslate nail From fedora-extras-commits at redhat.com Wed Aug 16 16:20:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:20:41 -0700 Subject: rpms/perl-Class-InsideOut/devel .cvsignore, 1.3, 1.4 perl-Class-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608161620.k7GGKhQS014321@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14300 Modified Files: .cvsignore perl-Class-InsideOut.spec sources Log Message: bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jul 2006 15:52:33 -0000 1.3 +++ .cvsignore 16 Aug 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -Class-InsideOut-1.01.tar.gz +Class-InsideOut-1.02.tar.gz Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-InsideOut.spec 28 Jul 2006 15:52:33 -0000 1.3 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:20:41 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-InsideOut -Version: 1.01 +Version: 1.02 Release: 1%{?dist} Summary: A safe, simple inside-out object construction kit @@ -39,7 +39,7 @@ dos2unix Todo %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,7 +47,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -68,6 +67,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-1 +- update to 1.02 +- dropped some depreciated spec bits + * Fri Jul 28 2006 Chris Weyl 1.01-0 - update to 1.01 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jul 2006 15:52:33 -0000 1.3 +++ sources 16 Aug 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -50fda748d79f16ea45967743814bfe97 Class-InsideOut-1.01.tar.gz +96d8ff279114bbd0ecbb26e890499b72 Class-InsideOut-1.02.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 16:21:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:21:53 -0700 Subject: rpms/perl-Class-InsideOut/devel perl-Class-InsideOut.spec,1.4,1.5 Message-ID: <200608161621.k7GGLtu3014373@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14354 Modified Files: perl-Class-InsideOut.spec Log Message: bump Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Class-InsideOut.spec 16 Aug 2006 16:20:41 -0000 1.4 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:21:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Class-InsideOut Version: 1.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A safe, simple inside-out object construction kit Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-2 +- *sigh* tagging issues, so bump + * Wed Aug 16 2006 Chris Weyl 1.02-1 - update to 1.02 - dropped some depreciated spec bits From fedora-extras-commits at redhat.com Wed Aug 16 16:22:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:22:06 -0700 Subject: rpms/perl-Class-InsideOut/FC-5 perl-Class-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608161622.k7GGM871014432@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14412 Modified Files: perl-Class-InsideOut.spec sources Log Message: bump Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/perl-Class-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-InsideOut.spec 28 Jul 2006 15:52:32 -0000 1.3 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:22:05 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-InsideOut -Version: 1.01 +Version: 1.02 Release: 1%{?dist} Summary: A safe, simple inside-out object construction kit @@ -39,7 +39,7 @@ dos2unix Todo %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,7 +47,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -68,6 +67,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-1 +- update to 1.02 +- dropped some depreciated spec bits + * Fri Jul 28 2006 Chris Weyl 1.01-0 - update to 1.01 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jul 2006 15:52:32 -0000 1.3 +++ sources 16 Aug 2006 16:22:05 -0000 1.4 @@ -1 +1 @@ -50fda748d79f16ea45967743814bfe97 Class-InsideOut-1.01.tar.gz +96d8ff279114bbd0ecbb26e890499b72 Class-InsideOut-1.02.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 16:22:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:22:35 -0700 Subject: comps comps-fe5.xml.in,1.88,1.89 Message-ID: <200608161622.k7GGMbhU014487@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14470 Modified Files: comps-fe5.xml.in Log Message: Add grepmail, gtkwave, gtorrentviewer, lat, milter-regex, rbldnsd, and spamass-milter Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- comps-fe5.xml.in 16 Aug 2006 16:17:56 -0000 1.88 +++ comps-fe5.xml.in 16 Aug 2006 16:22:35 -0000 1.89 @@ -127,6 +127,7 @@ gdl gnucap grads + gtkwave hdf hdf5 hmmer @@ -354,6 +355,7 @@ gnome-translate gossip gtk-gnutella + gtorrentviewer gwget kickpim konversation @@ -423,8 +425,10 @@ esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -538,6 +542,7 @@ ghasher ghex gkrellm + grepmail gtklp gtkterm hercules @@ -594,6 +599,7 @@ kannel l2tpd nsd + rbldnsd ushare @@ -825,6 +831,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex From fedora-extras-commits at redhat.com Wed Aug 16 16:25:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:25:58 -0700 Subject: owners owners.list,1.1407,1.1408 Message-ID: <200608161626.k7GGQ0O6014520@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14498 Modified Files: owners.list Log Message: ORBit is only here as a backwards-compatibility library Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1407 retrieving revision 1.1408 diff -u -r1.1407 -r1.1408 --- owners.list 16 Aug 2006 15:22:10 -0000 1.1407 +++ owners.list 16 Aug 2006 16:25:58 -0000 1.1408 @@ -1028,7 +1028,7 @@ Fedora Extras|openslp|OpenSLP implementation of Service Location Protocol V2|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|openvpn|A full-featured SSL VPN solution|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| -Fedora Extras|ORBit|CORBA Object Request Broker for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| +Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org From fedora-extras-commits at redhat.com Wed Aug 16 16:33:36 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Wed, 16 Aug 2006 09:33:36 -0700 Subject: comps comps-fe5.xml.in,1.89,1.90 comps-fe6.xml.in,1.74,1.75 Message-ID: <200608161633.k7GGXcnJ015400@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added kadu Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- comps-fe5.xml.in 16 Aug 2006 16:22:35 -0000 1.89 +++ comps-fe5.xml.in 16 Aug 2006 16:33:36 -0000 1.90 @@ -357,6 +357,7 @@ gtk-gnutella gtorrentviewer gwget + kadu kickpim konversation kphone Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- comps-fe6.xml.in 16 Aug 2006 16:17:56 -0000 1.74 +++ comps-fe6.xml.in 16 Aug 2006 16:33:36 -0000 1.75 @@ -373,6 +373,7 @@ gtk-gnutella gtorrentviewer gwget + kadu kickpim konversation kphone From fedora-extras-commits at redhat.com Wed Aug 16 16:53:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 16 Aug 2006 09:53:17 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.3,1.4 Message-ID: <200608161653.k7GGrJxv015478@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15461 Modified Files: cmucl.spec Log Message: * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmucl.spec 10 Mar 2006 15:03:03 -0000 1.3 +++ cmucl.spec 16 Aug 2006 16:53:17 -0000 1.4 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19c -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -194,6 +194,9 @@ %changelog +* Wed Aug 16 2006 Rex Dieter 19c-5 +- respin for fc6 + * Thu Mar 09 2006 Rex Dieter 19c-4 - move bootstrap source outside of %%ifarch block From fedora-extras-commits at redhat.com Wed Aug 16 16:58:59 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 09:58:59 -0700 Subject: mock mock.py,1.53.2.1,1.53.2.2 Message-ID: <200608161658.k7GGwxUC015559@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15541 Modified Files: Tag: mock-0-6-branch mock.py Log Message: added check for basedir change and raise error on detection Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.1 retrieving revision 1.53.2.2 diff -u -r1.53.2.1 -r1.53.2.2 --- mock.py 17 Jul 2006 14:33:13 -0000 1.53.2.1 +++ mock.py 16 Aug 2006 16:58:56 -0000 1.53.2.2 @@ -110,6 +110,8 @@ if config.has_key('unique-ext'): root = "%s-%s" % (root, config['unique-ext']) self.basedir = os.path.join(config['basedir'], root) + if self.basedir.find("/var/lib/mock") != 0: + raise RootError, "Cannot change basedir location!" self.target_arch = config['target_arch'] self.rootdir = os.path.join(self.basedir, 'root') self.homedir = self.config['chroothome'] From fedora-extras-commits at redhat.com Wed Aug 16 16:59:37 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 09:59:37 -0700 Subject: mock mock.spec,1.16,1.16.2.1 Message-ID: <200608161659.k7GGxbhQ015593@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15575 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added buildsys-build.spec to docs; bumped release number Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -r1.16 -r1.16.2.1 --- mock.spec 7 Jun 2006 12:29:15 -0000 1.16 +++ mock.spec 16 Aug 2006 16:59:35 -0000 1.16.2.1 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6 -Release: 1 +Release: 5 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -29,7 +29,6 @@ cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} ln -s fedora-development-i386-core.cfg default.cfg - %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +41,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -54,6 +53,10 @@ %changelog +* Wed Aug 16 2006 Clark Williams +- Added buildsys-build specfile to docs +- Bumped release number + * Wed Jun 7 2006 Seth Vidal - version update From fedora-extras-commits at redhat.com Wed Aug 16 16:59:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 09:59:42 -0700 Subject: rpms/octave/FC-5 octave.spec,1.39,1.40 Message-ID: <200608161659.k7GGxjiq015618@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15599 Modified Files: octave.spec Log Message: Add ghostscript as build dependency. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- octave.spec 16 Aug 2006 14:30:21 -0000 1.39 +++ octave.spec 16 Aug 2006 16:59:42 -0000 1.40 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -16,7 +16,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +125,9 @@ %changelog +* Wed Aug 16 2006 Quentin Spencer 2.9.7-3 +- Add ghostscript as a build dependency. + * Wed Aug 16 2006 Quentin Spencer 2.9.7-2 - Update patch to fix several small bugs, including #201087. From fedora-extras-commits at redhat.com Wed Aug 16 17:48:16 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 10:48:16 -0700 Subject: mock mock.spec,1.16.2.1,1.16.2.2 Message-ID: <200608161748.k7GHmGDm018724@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added disttag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -u -r1.16.2.1 -r1.16.2.2 --- mock.spec 16 Aug 2006 16:59:35 -0000 1.16.2.1 +++ mock.spec 16 Aug 2006 17:48:14 -0000 1.16.2.2 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6 -Release: 5 +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -55,6 +55,7 @@ %changelog * Wed Aug 16 2006 Clark Williams - Added buildsys-build specfile to docs +- Added disttag - Bumped release number * Wed Jun 7 2006 Seth Vidal From fedora-extras-commits at redhat.com Wed Aug 16 17:49:30 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 10:49:30 -0700 Subject: mock mock.spec,1.17,1.18 Message-ID: <200608161749.k7GHnU9q018753@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18735 Modified Files: mock.spec Log Message: added disttag; added buildsys-build.spec to docs; bumped release number Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mock.spec 28 Jun 2006 15:14:45 -0000 1.17 +++ mock.spec 16 Aug 2006 17:49:27 -0000 1.18 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.7 -Release: 1 +Release: 2%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -42,7 +42,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %attr(04750, root, mock) %{_bindir}/%{name} @@ -54,6 +54,11 @@ %changelog +* Wed Aug 16 2006 Clark Williams - 0.7-2 +- Added buildsys-build.spec to docs +- Added disttag +- Bumped release number + * Wed Jun 28 2006 Clark Williams - 0.7-1 - updated version to 0.7 - removed /usr/sbin/mock-helper From fedora-extras-commits at redhat.com Wed Aug 16 17:57:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 16 Aug 2006 10:57:46 -0700 Subject: rpms/perl-Cairo/devel .cvsignore, 1.4, 1.5 perl-Cairo.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608161757.k7GHvm2j018813@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18792 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 0.92. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Aug 2006 16:07:00 -0000 1.4 +++ .cvsignore 16 Aug 2006 17:57:46 -0000 1.5 @@ -1 +1 @@ -Cairo-0.91.tar.gz +Cairo-0.92.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Cairo.spec 12 Aug 2006 16:07:00 -0000 1.3 +++ perl-Cairo.spec 16 Aug 2006 17:57:46 -0000 1.4 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 0.91 +Version: 0.92 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -28,7 +28,6 @@ %prep %setup -q -n Cairo-%{version} -chmod 644 examples/simple.pl %build @@ -62,6 +61,9 @@ %changelog +* Wed Aug 16 2006 Jose Pedro Oliveira - 0.92-1 +- Update to 0.92. + * Sat Aug 12 2006 Jose Pedro Oliveira - 0.91-1 - Update to 0.91. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Aug 2006 16:07:00 -0000 1.4 +++ sources 16 Aug 2006 17:57:46 -0000 1.5 @@ -1 +1 @@ -8a13310be3e0a297bb388e9df3642902 Cairo-0.91.tar.gz +9fb19613397b49c2aad8049b0d7a0b21 Cairo-0.92.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 18:05:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:31 -0700 Subject: rpms/abook - New directory Message-ID: <200608161805.k7GI5XjX021549@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21528/abook Log Message: Directory /cvs/extras/rpms/abook added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 18:05:32 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:32 -0700 Subject: rpms/abook/devel - New directory Message-ID: <200608161805.k7GI5Y34021552@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21528/abook/devel Log Message: Directory /cvs/extras/rpms/abook/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 18:05:56 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:56 -0700 Subject: rpms/abook Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608161805.k7GI5wlR021603@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573 Added Files: Makefile import.log Log Message: Setup of module abook --- NEW FILE Makefile --- # Top level Makefile for module abook all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 18:05:57 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:57 -0700 Subject: rpms/abook/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608161805.k7GI5x2P021606@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module abook --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 18:10:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:10:42 -0700 Subject: rpms/abook import.log,1.1,1.2 Message-ID: <200608161811.k7GIBE1c021687@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651 Modified Files: import.log Log Message: auto-import abook-0.5.6-2 on branch devel from abook-0.5.6-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/abook/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 18:05:56 -0000 1.1 +++ import.log 16 Aug 2006 18:10:41 -0000 1.2 @@ -0,0 +1 @@ +abook-0_5_6-2:HEAD:abook-0.5.6-2.src.rpm:1155751931 From fedora-extras-commits at redhat.com Wed Aug 16 18:10:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:10:42 -0700 Subject: rpms/abook/devel abook.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608161811.k7GIBEW2021691@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651/devel Modified Files: .cvsignore sources Added Files: abook.spec Log Message: auto-import abook-0.5.6-2 on branch devel from abook-0.5.6-2.src.rpm --- NEW FILE abook.spec --- Name: abook Version: 0.5.6 Release: 2%{?dist} License: GPL URL: http://abook.sourceforge.net/ Summary: Text-based addressbook program for mutt Group: Applications/Productivity Source: http://dl.sourceforge.net/sourceforge/abook/%{name}-%{version}.tar.gz BuildRequires: gettext BuildRequires: ncurses-devel BuildRequires: readline-devel Requires: lynx BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Abook is a small and powerful text-based addressbook program designed for use with the mutt mail client. %prep %setup -q %build export LDFLAGS=-L%{_libdir} %configure %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install # generate localized files list %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(0644,root,root,0755) %doc AUTHORS BUGS ChangeLog README THANKS TODO sample.abookrc FAQ NEWS ANNOUNCE %doc COPYING %attr(0755,root,root) %{_bindir}/abook %{_mandir}/man1/abook.* %{_mandir}/man5/abookrc.* %changelog * Tue Aug 15 2006 Dominik Mierzejewski 0.5.6-2 - fix macro usage in changelog - clean buildroot before install * Mon Jul 31 2006 Dominik Mierzejewski 0.5.6-1 - updated to 0.5.6 - fix 64bit build * Sun Apr 02 2006 Dominik Mierzejewski 0.5.5-2 - more FE compliance fixes * Fri Jan 06 2006 Dominik Mierzejewski 0.5.5-1 - updated to 0.5.5 - applied upstream post-0.5.5 patches - added locales * Sun Oct 02 2005 Dominik Mierzejewski 0.5.4-1 - updated to 0.5.4 - spec cleanups * Sun Apr 10 2005 Dominik Mierzejewski 0.5.3-2 - add missing readline-devel BR * Sun Oct 10 2004 Dominik Mierzejewski 0.5.3-1 - updated to 0.5.3 * Tue May 13 2003 Dominik Mierzejewski 0.4.18-2 - rebuilt for RH7.3 * Tue Nov 05 2002 Aleksandr Blokhin 'Sass' 0.4.18-alt0.1.cvs20021008 - daily cvs snapshot - %%rlz1 logic is going back ;) * Wed Oct 16 2002 Stanislav Ievlev 0.4.17-alt2 - rebuild with gcc3 - I had to remove %%rlz1 logic. See changelogs below ;))) - removed extra translations * Sun Apr 07 2002 Aleksandr Blohin 0.4.17-%%rlz1 - 0.4.17 * Fri Mar 15 2002 Aleksandr Blohin 0.4.16-%%rlz1 - 0.4.16 * Fri Mar 01 2002 Aleksandr Blohin 0.4.15-%%rlz1 - updates in spec * Tue Jan 08 2002 Aleksandr Blohin 0.4.15-alt3 - added Summary & description in CP1251 encoding * Mon Dec 24 2001 Aleksandr Blohin 0.4.15-alt2 - updated spec - updated to rpm-4.0.3 * Thu Nov 7 2001 Aleksandr Blohin 0.4.15-alt1 - 0.4.15 final - spec cleanup * Sat Oct 27 2001 Aleksandr Blohin 0.4.15-alt0.pre2 - 0.4.15pre2 - spec cleanup * Fri Oct 5 2001 Aleksandr Blohin 0.4.14-alt1 - 0.4.14 * Thu Jun 28 2001 Stanislav Ievlev 0.4.13-alt1 - 0.4.13 * Thu Apr 26 2001 Stanislav Ievlev 0.4.12-alt1 - 0.4.12 * Tue Jan 09 2001 Dmitry V. Levin 0.4.11-ipl1mdk - 0.4.11 * Sun Dec 17 2000 Dmitry V. Levin 0.4.10-ipl1mdk - RE adaptions. * Sat Dec 16 2000 Vincent Danen 0.4.10-1mdk - first mandrake version * Wed Sep 20 2000 Gustavo Niemeyer - First package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abook/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 18:05:57 -0000 1.1 +++ .cvsignore 16 Aug 2006 18:10:42 -0000 1.2 @@ -0,0 +1 @@ +abook-0.5.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/abook/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 18:05:57 -0000 1.1 +++ sources 16 Aug 2006 18:10:42 -0000 1.2 @@ -0,0 +1 @@ +87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 18:16:35 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:16:35 -0700 Subject: owners owners.list,1.1408,1.1409 Message-ID: <200608161816.k7GIGcjp021757@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21740 Modified Files: owners.list Log Message: Add myself as the abook maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1408 retrieving revision 1.1409 diff -u -r1.1408 -r1.1409 --- owners.list 16 Aug 2006 16:25:58 -0000 1.1408 +++ owners.list 16 Aug 2006 18:16:35 -0000 1.1409 @@ -18,6 +18,7 @@ Fedora Extras|abe|A scrolling, platform-jumping, ancient pyramid exploring game|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|abicheck|ABI checking tool|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| +Fedora Extras|abook|Text-based addressbook program for mutt|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 18:32:36 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Wed, 16 Aug 2006 11:32:36 -0700 Subject: comps comps-fe5.xml.in,1.90,1.91 comps-fe6.xml.in,1.75,1.76 Message-ID: <200608161832.k7GIWcth021904@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21883 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- comps-fe5.xml.in 16 Aug 2006 16:33:36 -0000 1.90 +++ comps-fe5.xml.in 16 Aug 2006 18:32:36 -0000 1.91 @@ -77,6 +77,7 @@ svnmailer tkcvs tla + tolua++ ucblogo yap yasm @@ -259,6 +260,7 @@ lucidlife Maelstrom monkey-bubble + monsterz nazghul-haxima nethack nethack-vultures Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- comps-fe6.xml.in 16 Aug 2006 16:33:36 -0000 1.75 +++ comps-fe6.xml.in 16 Aug 2006 18:32:36 -0000 1.76 @@ -82,6 +82,7 @@ svnmailer tkcvs tla + tolua++ ucblogo yap yasm @@ -272,6 +273,7 @@ Maelstrom manaworld monkey-bubble + monsterz nazghul-haxima nethack nethack-vultures From fedora-extras-commits at redhat.com Wed Aug 16 18:35:25 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Wed, 16 Aug 2006 11:35:25 -0700 Subject: comps comps-fe6.xml.in,1.76,1.77 Message-ID: <200608161835.k7GIZRwS021954@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21935 Modified Files: comps-fe6.xml.in Log Message: Added veusz to scientific Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- comps-fe6.xml.in 16 Aug 2006 18:32:36 -0000 1.76 +++ comps-fe6.xml.in 16 Aug 2006 18:35:25 -0000 1.77 @@ -155,6 +155,7 @@ rrdtool scalapack SIBsim4 + veusz From fedora-extras-commits at redhat.com Wed Aug 16 18:37:16 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 11:37:16 -0700 Subject: comps comps-fe5.xml.in,1.91,1.92 comps-fe6.xml.in,1.77,1.78 Message-ID: <200608161837.k7GIbIUZ022010@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21989 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added tinyerp-server into office/productivity Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- comps-fe5.xml.in 16 Aug 2006 18:32:36 -0000 1.91 +++ comps-fe5.xml.in 16 Aug 2006 18:37:16 -0000 1.92 @@ -477,6 +477,7 @@ revelation texmaker tinyerp + tinyerp-server xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- comps-fe6.xml.in 16 Aug 2006 18:35:25 -0000 1.77 +++ comps-fe6.xml.in 16 Aug 2006 18:37:16 -0000 1.78 @@ -495,6 +495,7 @@ revelation texmaker tinyerp + tinyerp-server xchm From fedora-extras-commits at redhat.com Wed Aug 16 18:45:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 16 Aug 2006 11:45:19 -0700 Subject: comps comps-fe5.xml.in,1.92,1.93 comps-fe6.xml.in,1.78,1.79 Message-ID: <200608161845.k7GIjLQn022107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22088 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Adding: syslog-ng, swatch, and srecord. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- comps-fe5.xml.in 16 Aug 2006 18:37:16 -0000 1.92 +++ comps-fe5.xml.in 16 Aug 2006 18:45:19 -0000 1.93 @@ -74,6 +74,7 @@ quilt rpmlint splint + srecord svnmailer tkcvs tla @@ -563,6 +564,8 @@ sabayon shorewall snort + syslog-ng + swatch tiobench ttywatch unison Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- comps-fe6.xml.in 16 Aug 2006 18:37:16 -0000 1.78 +++ comps-fe6.xml.in 16 Aug 2006 18:45:19 -0000 1.79 @@ -79,6 +79,7 @@ rpmlint splint Sprog + srecord svnmailer tkcvs tla @@ -601,6 +602,8 @@ smart smart-gui snort + syslog-ng + swatch synaptic tiobench torque-client From fedora-extras-commits at redhat.com Wed Aug 16 19:38:31 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 12:38:31 -0700 Subject: mock mock.spec,1.16.2.2,1.16.2.3 Message-ID: <200608161938.k7GJcVFQ024875@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24855 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: reworked specfile install section to create default config symlink based on specified fedora tag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.2 retrieving revision 1.16.2.3 diff -u -r1.16.2.2 -r1.16.2.3 --- mock.spec 16 Aug 2006 17:48:14 -0000 1.16.2.2 +++ mock.spec 16 Aug 2006 19:38:29 -0000 1.16.2.3 @@ -27,7 +27,21 @@ make DESTDIR=$RPM_BUILD_ROOT install # make the default.cfg link cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} -ln -s fedora-development-i386-core.cfg default.cfg + +%if 0%{?fedora:1} +if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then + ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg +fi +%endif + +# if we haven't created a default link yet, try to do so as devel +if [ ! -f default.cfg ]; then + if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then + ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg + else + ln -s fedora-development-i386-core.cfg default.cfg + fi +fi %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Wed Aug 16 19:39:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 12:39:26 -0700 Subject: mock mock.spec,1.18,1.19 Message-ID: <200608161939.k7GJdQuV024915@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24897 Modified Files: mock.spec Log Message: reworked specfile install section to create default config symlink based on specified fedora tag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mock.spec 16 Aug 2006 17:49:27 -0000 1.18 +++ mock.spec 16 Aug 2006 19:39:24 -0000 1.19 @@ -27,7 +27,22 @@ make DESTDIR=$RPM_BUILD_ROOT install # make the default.cfg link cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} -ln -s fedora-development-i386-core.cfg default.cfg + +%if 0%{?fedora:1} +if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then + ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg +fi +%endif + +# if we haven't created a default link yet, try to do so as devel +if [ ! -f default.cfg ]; then + if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then + ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg + else + ln -s fedora-development-i386-core.cfg default.cfg + fi +fi + cd $RPM_BUILD_ROOT/%{_bindir} %clean From fedora-extras-commits at redhat.com Wed Aug 16 20:10:08 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:08 -0700 Subject: rpms/libconfuse - New directory Message-ID: <200608162010.k7GKAAcN027791@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27765/libconfuse Log Message: Directory /cvs/extras/rpms/libconfuse added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 20:10:09 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:09 -0700 Subject: rpms/libconfuse/devel - New directory Message-ID: <200608162010.k7GKABlO027794@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27765/libconfuse/devel Log Message: Directory /cvs/extras/rpms/libconfuse/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 20:10:23 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:23 -0700 Subject: rpms/libconfuse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608162010.k7GKAPDJ027841@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27810/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libconfuse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 20:10:17 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:17 -0700 Subject: rpms/libconfuse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608162010.k7GKANSx027832@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27810 Added Files: Makefile import.log Log Message: Setup of module libconfuse --- NEW FILE Makefile --- # Top level Makefile for module libconfuse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 20:10:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:42 -0700 Subject: rpms/libconfuse import.log,1.1,1.2 Message-ID: <200608162010.k7GKAiOR027907@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27874 Modified Files: import.log Log Message: auto-import libconfuse-2.5-2.fc6 on branch devel from libconfuse-2.5-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libconfuse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 20:10:17 -0000 1.1 +++ import.log 16 Aug 2006 20:10:42 -0000 1.2 @@ -0,0 +1 @@ +libconfuse-2_5-2_fc6:HEAD:libconfuse-2.5-2.fc6.src.rpm:1155759046 From fedora-extras-commits at redhat.com Wed Aug 16 20:10:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:43 -0700 Subject: rpms/libconfuse/devel libconfuse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608162010.k7GKAjAi027912@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27874/devel Modified Files: .cvsignore sources Added Files: libconfuse.spec Log Message: auto-import libconfuse-2.5-2.fc6 on branch devel from libconfuse-2.5-2.fc6.src.rpm --- NEW FILE libconfuse.spec --- Name: libconfuse Version: 2.5 Release: 2%{?dist} Summary: A configuration file parser library Group: System Environment/Libraries License: LGPL URL: http://www.nongnu.org/confuse/ Source0: http://download.savannah.nongnu.org/releases/confuse/confuse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: check-devel, pkgconfig %description libConfuse is a configuration file parser library, licensed under the terms of the LGPL, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Development files for %{name}. %prep %setup -q -n confuse-%{version} perl -pi.orig -e 's|confuse.h|../src/confuse.h|g' tests/check_confuse.c %build %configure --enable-shared --disable-static make %{?_smp_mflags} %check make check %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Nuke libtool archive(s) rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # Install man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/ cp -p doc/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3/ # Extract the example sources mkdir -p ex2/examples cp -p examples/{ftpconf.c,ftp.conf,simple.c,simple.conf,reread.c,reread.conf} \ ex2/examples/ %find_lang confuse %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f confuse.lang %defattr(-,root,root,-) %doc ABOUT-NLS AUTHORS COPYING NEWS README %doc doc/html %{_libdir}/libconfuse.so.* %{_mandir}/man?/*.* %files devel %defattr(-,root,root,-) %doc ex2/examples %{_includedir}/confuse.h %{_libdir}/libconfuse.so %{_libdir}/pkgconfig/libconfuse.pc %changelog * Wed Aug 16 2006 Jarod Wilson 2.5-2 - Put -devel package in the right Group - Add defattr for -devel files * Wed Aug 16 2006 Jarod Wilson 2.5-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libconfuse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 20:10:18 -0000 1.1 +++ .cvsignore 16 Aug 2006 20:10:43 -0000 1.2 @@ -0,0 +1 @@ +confuse-2.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libconfuse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 20:10:18 -0000 1.1 +++ sources 16 Aug 2006 20:10:43 -0000 1.2 @@ -0,0 +1 @@ +4bc9b73d77ebd571ac834619ce0b3582 confuse-2.5.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 20:13:06 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:13:06 -0700 Subject: owners owners.list,1.1409,1.1410 Message-ID: <200608162013.k7GKD88x028002@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27985 Modified Files: owners.list Log Message: Add libconfuse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1409 retrieving revision 1.1410 diff -u -r1.1409 -r1.1410 --- owners.list 16 Aug 2006 18:16:35 -0000 1.1409 +++ owners.list 16 Aug 2006 20:13:06 -0000 1.1410 @@ -733,6 +733,7 @@ Fedora Extras|libchewing|Traditional Chinese phonetic input method library|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libchmxx|C++ bindings for chmlib|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libcmml|Library for handling Continuous Media Markup Language|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|libconfuse|A configuration file parser library|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libdaemon|libdaemon is a lightweight C library that eases the writing of UNIX daemons|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|libdap|The C++ DAP2 library from OPeNDAP|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libdnet|Simple portable interface to lowlevel networking routines|oliver at linux-kernel.at|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 20:46:28 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 13:46:28 -0700 Subject: comps comps-fe6.xml.in,1.79,1.80 Message-ID: <200608162046.k7GKkUcb028141@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28124 Modified Files: comps-fe6.xml.in Log Message: Add par2cmdline in the group "system-tools". Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- comps-fe6.xml.in 16 Aug 2006 18:45:19 -0000 1.79 +++ comps-fe6.xml.in 16 Aug 2006 20:46:28 -0000 1.80 @@ -593,6 +593,7 @@ nagios nfswatch oddjob + par2cmdline pbzip2 powerman pwgen From fedora-extras-commits at redhat.com Wed Aug 16 21:02:16 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:02:16 -0700 Subject: rpms/digikam/FC-4 digikam.spec,1.7,1.8 Message-ID: <200608162102.k7GL2pth030750@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30733 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/digikam.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- digikam.spec 1 Aug 2006 20:53:09 -0000 1.7 +++ digikam.spec 16 Aug 2006 21:02:16 -0000 1.8 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 21:05:49 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:05:49 -0700 Subject: rpms/digikam/FC-5 digikam.spec,1.24,1.25 Message-ID: <200608162105.k7GL5puO030911@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30894 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- digikam.spec 1 Aug 2006 20:49:07 -0000 1.24 +++ digikam.spec 16 Aug 2006 21:05:49 -0000 1.25 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 21:08:10 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:08:10 -0700 Subject: rpms/digikam/devel digikam.spec,1.24,1.25 Message-ID: <200608162108.k7GL8Cvw030982@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30965 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- digikam.spec 1 Aug 2006 20:13:53 -0000 1.24 +++ digikam.spec 16 Aug 2006 21:08:09 -0000 1.25 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 22:34:32 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Wed, 16 Aug 2006 15:34:32 -0700 Subject: rpms/mm/devel .cvsignore,1.1,1.2 mm.spec,1.1,1.2 sources,1.1,1.2 Message-ID: <200608162234.k7GMYYha003081@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/mm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3060 Modified Files: .cvsignore mm.spec sources Log Message: * Thu Aug 17 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Mar 2006 09:12:31 -0000 1.1 +++ .cvsignore 16 Aug 2006 22:34:32 -0000 1.2 @@ -1 +1 @@ -mm-1.4.0.tar.gz +mm-1.4.2.tar.gz Index: mm.spec =================================================================== RCS file: /cvs/extras/rpms/mm/devel/mm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mm.spec 6 Mar 2006 09:12:31 -0000 1.1 +++ mm.spec 16 Aug 2006 22:34:32 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Shared memory allocation library Name: mm -Version: 1.4.0 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries Source0: ftp://ftp.ossp.org/pkg/lib/mm/mm-%{version}.tar.gz @@ -62,6 +62,9 @@ %{_mandir}/man3/mm.3* %changelog +* Thu Aug 17 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Thu Mar 02 2006 Andreas Thienemann 1.4.0-3 - --enable-debug to finally fix the debuginfo package. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Mar 2006 00:13:52 -0000 1.1 +++ sources 16 Aug 2006 22:34:32 -0000 1.2 @@ -1 +1 @@ -393b0891a889a4e9f9481d18d976366c mm-1.4.0.tar.gz +bdb34c6c14071364c8f69062d2e8c82b mm-1.4.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 22:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 15:47:10 -0700 Subject: rpms/perl-POE-Component-Client-HTTP/devel perl-POE-Component-Client-HTTP.spec, 1.2, 1.3 Message-ID: <200608162247.k7GMlCk8003154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3137 Modified Files: perl-POE-Component-Client-HTTP.spec Log Message: Address BZ#202602 Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-Client-HTTP.spec 28 Jul 2006 03:58:05 -0000 1.2 +++ perl-POE-Component-Client-HTTP.spec 16 Aug 2006 22:47:10 -0000 1.3 @@ -59,7 +59,7 @@ # we don't have network access during the builds; fortunately these look to be # the only tests requiring it. Failing that, the entire suite can be # disabled. -%{?!_with_network_tests:rm t/01* t/02* t/09* t/11* t/50* t/54*} +%{?!_with_network_tests:rm t/01* t/02* t/09* t/10* t/11* t/50* t/54*} make test @@ -76,6 +76,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl +- nixed t/10* due to mock build issues with reduced buildroot. see BZ#202602. + This fix does not warrant a rebuild. + * Thu Jul 27 2006 Chris Weyl 0.77-2 - bump for build From fedora-extras-commits at redhat.com Wed Aug 16 23:04:37 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 16 Aug 2006 16:04:37 -0700 Subject: status-report-scripts nagmail,1.1,1.2 Message-ID: <200608162304.k7GN4boa005862@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5844 Modified Files: nagmail Log Message: Add FIXME item for Date: field. Index: nagmail =================================================================== RCS file: /cvs/fedora/status-report-scripts/nagmail,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagmail 16 Aug 2006 00:31:14 -0000 1.1 +++ nagmail 16 Aug 2006 23:04:34 -0000 1.2 @@ -1,5 +1,6 @@ #!/usr/bin/env perl # $Id$ +# FIXME : the "Date: $time" field is wrong wrt RFC... use strict; my @A; my $cur; From fedora-extras-commits at redhat.com Wed Aug 16 23:12:56 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Wed, 16 Aug 2006 16:12:56 -0700 Subject: comps comps-fe5.xml.in,1.93,1.94 comps-fe6.xml.in,1.80,1.81 Message-ID: <200608162312.k7GNCw0t005991@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5972 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add puppet and puppet-server Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- comps-fe5.xml.in 16 Aug 2006 18:45:19 -0000 1.93 +++ comps-fe5.xml.in 16 Aug 2006 23:12:55 -0000 1.94 @@ -560,6 +560,7 @@ nfswatch oddjob pbzip2 + puppet rdiff-backup sabayon shorewall @@ -606,6 +607,7 @@ kannel l2tpd nsd + puppet-server rbldnsd ushare Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- comps-fe6.xml.in 16 Aug 2006 20:46:28 -0000 1.80 +++ comps-fe6.xml.in 16 Aug 2006 23:12:55 -0000 1.81 @@ -595,6 +595,7 @@ oddjob par2cmdline pbzip2 + puppet powerman pwgen rdiff-backup @@ -651,6 +652,7 @@ kannel l2tpd nsd + puppet-server rbldnsd sobby torque-server From fedora-extras-commits at redhat.com Wed Aug 16 23:18:46 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 16 Aug 2006 16:18:46 -0700 Subject: rpms/prboom/devel .cvsignore, 1.6, 1.7 prboom.spec, 1.9, 1.10 sources, 1.6, 1.7 prboom-2.4.1-gamedir.patch, 1.2, NONE Message-ID: <200608162318.k7GNImst006076@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/prboom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6055 Modified Files: .cvsignore prboom.spec sources Removed Files: prboom-2.4.1-gamedir.patch Log Message: Update to 2.4.5; remove -gamedir patch that was accepted upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Jul 2006 20:46:22 -0000 1.6 +++ .cvsignore 16 Aug 2006 23:18:46 -0000 1.7 @@ -1 +1 @@ -prboom-2.4.4.tar.gz +prboom-2.4.5.tar.gz Index: prboom.spec =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/prboom.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- prboom.spec 30 Jul 2006 20:46:22 -0000 1.9 +++ prboom.spec 16 Aug 2006 23:18:46 -0000 1.10 @@ -1,15 +1,14 @@ %define waddir %{_datadir}/doom Name: prboom -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Open source port of the DOOM game engine Group: Amusements/Games License: GPL URL: http://prboom.sourceforge.net/ -Source0: http://dl.sourceforge.net/prboom/prboom-2.4.4.tar.gz -Patch0: prboom-2.4.1-gamedir.patch +Source0: http://dl.sourceforge.net/prboom/prboom-2.4.5.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_mixer-devel SDL_net-devel @@ -26,31 +25,19 @@ %prep %setup -q -%patch0 -p1 %build # Build twice. The first time with opengl support, the second time without. -%configure --enable-gl --disable-cpu-opt --program-prefix='' -make %{?_smp_mflags} -mv src/prboom src/prboom-gl - -make clean - -%configure --disable-cpu-opt --program-prefix='' +%configure --enable-gl --disable-cpu-opt --program-prefix='' --with-waddir=%{waddir} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT # Move the binaries out of the crufty /usr/games directory mkdir -p $RPM_BUILD_ROOT/%{_bindir} mv $RPM_BUILD_ROOT/usr/games/* $RPM_BUILD_ROOT/%{_bindir} -mkdir -p $RPM_BUILD_ROOT/%{waddir} -mv $RPM_BUILD_ROOT/%{_datadir}/games/doom/%{name}.wad $RPM_BUILD_ROOT/%{waddir} - -# Copy the renamed OpenGL binary to the bindir -install -p -m 755 src/prboom-gl $RPM_BUILD_ROOT/%{_bindir} # Remove the doc files that will get picked up in the files # section below. @@ -62,7 +49,6 @@ %files %defattr(-,root,root,-) -%{_bindir}/prboom-gl %{_bindir}/prboom %{_bindir}/prboom-game-server %dir %{waddir} @@ -73,6 +59,10 @@ %doc doc/README.compat doc/README.demos doc/MBF.txt doc/MBFFAQ.txt doc/boom.txt %changelog +* Sat Aug 12 2006 Wart 2.4.5-1 +- Update to 2.4.5 +- Remove gamedir patch as it was accepted upstream. + * Sun Jul 23 2006 Wart 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 30 Jul 2006 20:46:22 -0000 1.6 +++ sources 16 Aug 2006 23:18:46 -0000 1.7 @@ -1 +1 @@ -20934b1950297f79b95f36c089ef037f prboom-2.4.4.tar.gz +24381017240a9eda5da21af0ca046228 prboom-2.4.5.tar.gz --- prboom-2.4.1-gamedir.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:11 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:11 -0700 Subject: rpms/python-musicbrainz2 - New directory Message-ID: <200608170117.k7H1HDch011621@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11595/python-musicbrainz2 Log Message: Directory /cvs/extras/rpms/python-musicbrainz2 added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 01:17:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:12 -0700 Subject: rpms/python-musicbrainz2/devel - New directory Message-ID: <200608170117.k7H1HEhf011624@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11595/python-musicbrainz2/devel Log Message: Directory /cvs/extras/rpms/python-musicbrainz2/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 01:17:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:28 -0700 Subject: rpms/python-musicbrainz2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608170117.k7H1HUD4011673@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11640 Added Files: Makefile import.log Log Message: Setup of module python-musicbrainz2 --- NEW FILE Makefile --- # Top level Makefile for module python-musicbrainz2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:29 -0700 Subject: rpms/python-musicbrainz2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608170117.k7H1HVCr011676@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11640/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-musicbrainz2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:55 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:55 -0700 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608170117.k7H1HvQf011742@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704/devel Modified Files: .cvsignore sources Added Files: python-musicbrainz2.spec Log Message: auto-import python-musicbrainz2-0.3.1-2 on branch devel from python-musicbrainz2-0.3.1-2.src.rpm --- NEW FILE python-musicbrainz2.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-musicbrainz2 Version: 0.3.1 Release: 2%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages License: BSD URL: http://musicbrainz.org/doc/PythonMusicBrainz2 Source0: http://users.musicbrainz.org/~matt/python-musicbrainz2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: python-ctypes Requires: libmusicbrainz %description The package python-musicbrainz2 is a client library written in python, which provides easy object oriented access to the MusicBrainz Database using the XMLWebService. It has been written from scratch and uses a different model than PythonMusicbrainz, the first generation python bindings. %prep %setup -q %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %check CFLAGS="%{optflags}" %{__python} setup.py test %files %defattr(-,root,root,-) %doc AUTHORS.txt CHANGES.txt COPYING.txt INSTALL.txt README.txt %{python_sitelib}/musicbrainz2 %changelog * Wed Aug 16 2006 Jeffrey C. Ollie - 0.3.1-2 - Add Requires for python-ctypes and libmusicbrainz. - Add check section. * Sun Aug 13 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 01:17:29 -0000 1.1 +++ .cvsignore 17 Aug 2006 01:17:55 -0000 1.2 @@ -0,0 +1 @@ +python-musicbrainz2-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 01:17:29 -0000 1.1 +++ sources 17 Aug 2006 01:17:55 -0000 1.2 @@ -0,0 +1 @@ +2ff59193f357c84e9e7b2f89356c0939 python-musicbrainz2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 01:17:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:54 -0700 Subject: rpms/python-musicbrainz2 import.log,1.1,1.2 Message-ID: <200608170117.k7H1HuT3011737@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704 Modified Files: import.log Log Message: auto-import python-musicbrainz2-0.3.1-2 on branch devel from python-musicbrainz2-0.3.1-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 01:17:28 -0000 1.1 +++ import.log 17 Aug 2006 01:17:54 -0000 1.2 @@ -0,0 +1 @@ +python-musicbrainz2-0_3_1-2:HEAD:python-musicbrainz2-0.3.1-2.src.rpm:1155777475 From fedora-extras-commits at redhat.com Thu Aug 17 03:39:49 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Wed, 16 Aug 2006 20:39:49 -0700 Subject: comps comps-fe6.xml.in,1.81,1.82 Message-ID: <200608170339.k7H3dp6R018296@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18279 Modified Files: comps-fe6.xml.in Log Message: added Canna, kakasi, kinput2, mew and namazu. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- comps-fe6.xml.in 16 Aug 2006 23:12:55 -0000 1.81 +++ comps-fe6.xml.in 17 Aug 2006 03:39:49 -0000 1.82 @@ -675,6 +675,7 @@ iperf irssi libtranslate + mew nail naim ncftp @@ -707,6 +708,7 @@ mod_geoip mod_security moin + namazu plone php-pecl-apc phpldapadmin @@ -827,7 +829,9 @@ alltray aterm + Canna fonttools + kinput2 rxvt workrave xlockmore From fedora-extras-commits at redhat.com Thu Aug 17 05:22:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Wed, 16 Aug 2006 22:22:57 -0700 Subject: rpms/conexus/FC-5 .cvsignore, 1.2, 1.3 conexus.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608170522.k7H5Mx0j024828@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24767 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 +++ .cvsignore 17 Aug 2006 05:22:56 -0000 1.3 @@ -1 +1 @@ -conexus-0.2.3.tar.bz2 +conexus-0.3.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexus.spec 8 Aug 2006 23:48:24 -0000 1.3 +++ conexus.spec 17 Aug 2006 05:22:56 -0000 1.4 @@ -2,14 +2,14 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -17,10 +17,10 @@ sigc++ for object communication. %package devel -Summary: Headers for developing programs that will use conexus +Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -59,11 +59,16 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.2/ +%{_includedir}/conexus-0.3/ %doc ChangeLog reference %changelog +* Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 +- New release +- Removed libpcap dependency; libpcap PacketCapture classes replaced by + socket based LL::Packet + * Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 - Reverted libpcap-devel to libpcap for FE5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Aug 2006 18:55:09 -0000 1.2 +++ sources 17 Aug 2006 05:22:56 -0000 1.3 @@ -1 +1 @@ -8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 +c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 05:24:22 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Wed, 16 Aug 2006 22:24:22 -0700 Subject: rpms/conexus/devel .cvsignore, 1.2, 1.3 conexus.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608170524.k7H5OOL8024906@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24881 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 +++ .cvsignore 17 Aug 2006 05:24:21 -0000 1.3 @@ -1 +1 @@ -conexus-0.2.3.tar.bz2 +conexus-0.3.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexus.spec 8 Aug 2006 23:56:13 -0000 1.2 +++ conexus.spec 17 Aug 2006 05:24:21 -0000 1.3 @@ -2,14 +2,14 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -17,10 +17,10 @@ sigc++ for object communication. %package devel -Summary: Headers for developing programs that will use conexus +Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -59,13 +59,18 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.2/ +%{_includedir}/conexus-0.3/ %doc ChangeLog reference %changelog +* Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 +- New release +- Removed libpcap dependency; libpcap PacketCapture classes replaced by + socket based LL::Packet + * Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 -- Bumped release to maintain upgrade path +- Reverted libpcap-devel to libpcap for FE5 * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Aug 2006 18:55:09 -0000 1.2 +++ sources 17 Aug 2006 05:24:21 -0000 1.3 @@ -1 +1 @@ -8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 +c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 05:28:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Wed, 16 Aug 2006 22:28:02 -0700 Subject: rpms/deskbar-applet/devel .cvsignore, 1.12, 1.13 deskbar-applet.spec, 1.24, 1.25 sources, 1.12, 1.13 deskbar-applet-2.14.1-artdir.patch, 1.1, NONE deskbar-applet-2.14.1-beagleexists.patch, 1.1, NONE Message-ID: <200608170528.k7H5S48P025002@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24981 Modified Files: .cvsignore deskbar-applet.spec sources Removed Files: deskbar-applet-2.14.1-artdir.patch deskbar-applet-2.14.1-beagleexists.patch Log Message: * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 - Require gnome-python2-libwnck Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 17 Apr 2006 04:08:44 -0000 1.12 +++ .cvsignore 17 Aug 2006 05:28:02 -0000 1.13 @@ -1 +1 @@ -deskbar-applet-2.14.1.1.tar.bz2 +deskbar-applet-2.15.91.tar.bz2 Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- deskbar-applet.spec 7 Aug 2006 15:33:24 -0000 1.24 +++ deskbar-applet.spec 17 Aug 2006 05:28:02 -0000 1.25 @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: deskbar-applet -Version: 2.14.1.1 -Release: 2%{?dist} +Version: 2.15.91 +Release: 1%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -13,8 +13,11 @@ Source1: fedorabz.py Source2: fedorabz.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras gettext evolution-data-server-devel gnome-desktop-devel libSM-devel gnome-python2-applet -Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo gnome-python2-gconf pygtk2 +BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras +BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel +BuildRequires: libSM-devel gnome-python2-applet +Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo +Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -46,6 +49,7 @@ install -D -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT$hdir install -D -m 0644 -p %{SOURCE2} $RPM_BUILD_ROOT$adir find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +install -D -m 0644 -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*/apps/deskbar-applet.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png %{find_lang} %{name} %clean @@ -82,9 +86,15 @@ %{_libdir}/pkgconfig/%{name}.pc %{python_sitelib}/deskbar %{_datadir}/%{name} -%{_datadir}/pixmaps/%{name}.svg +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/pixmaps/%{name}.png %changelog +* Wed Aug 17 2006 Luke Macken 2.15.91-1 +- 2.15.91 +- Require gnome-python2-libwnck + * Mon Aug 7 2006 Luke Macken 2.14.1.1-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 17 Apr 2006 04:08:44 -0000 1.12 +++ sources 17 Aug 2006 05:28:02 -0000 1.13 @@ -1 +1 @@ -9264c4cf5eaab4ac99009aea393d30ff deskbar-applet-2.14.1.1.tar.bz2 +2e3ee26af253286d2f0be845d42c023c deskbar-applet-2.15.91.tar.bz2 --- deskbar-applet-2.14.1-artdir.patch DELETED --- --- deskbar-applet-2.14.1-beagleexists.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 17 06:00:32 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:32 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.28,1.29 Message-ID: <200608170600.k7H60YIM025165@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/devel Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 14 Aug 2006 00:26:24 -0000 1.28 +++ nethack-vultures.spec 17 Aug 2006 06:00:32 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -106,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -170,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:25 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:25 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.26,1.27 Message-ID: <200608170600.k7H60vw2025172@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-3 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- nethack-vultures.spec 14 Aug 2006 00:26:21 -0000 1.26 +++ nethack-vultures.spec 17 Aug 2006 06:00:25 -0000 1.27 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -57,6 +57,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -107,8 +108,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,7 +172,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:26 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:26 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.27,1.28 Message-ID: <200608170600.k7H60w3B025177@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-4 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 14 Aug 2006 00:26:22 -0000 1.27 +++ nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -106,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -170,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:27 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:27 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.28,1.29 Message-ID: <200608170601.k7H60xHM025180@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-5 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 14 Aug 2006 00:26:23 -0000 1.28 +++ nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,7 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs - cp vultures/graphics/gametiles.bin $i + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -107,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:52:47 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 23:52:47 -0700 Subject: comps comps-fe6.xml.in,1.82,1.83 Message-ID: <200608170652.k7H6qnEX028632@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28615 Modified Files: comps-fe6.xml.in Log Message: Restore correct position for ipe. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- comps-fe6.xml.in 17 Aug 2006 03:39:49 -0000 1.82 +++ comps-fe6.xml.in 17 Aug 2006 06:52:47 -0000 1.83 @@ -419,6 +419,7 @@ graphviz gwenview inkscape + ipe k3d qiv renrot @@ -427,7 +428,6 @@ sodipodi tuxpaint wings - ipe From fedora-extras-commits at redhat.com Thu Aug 17 08:27:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:17 -0700 Subject: rpms/brandy - New directory Message-ID: <200608170827.k7H8RJlw001759@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1730/brandy Log Message: Directory /cvs/extras/rpms/brandy added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 08:27:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:18 -0700 Subject: rpms/brandy/devel - New directory Message-ID: <200608170827.k7H8RKFJ001762@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1730/brandy/devel Log Message: Directory /cvs/extras/rpms/brandy/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 08:27:43 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:43 -0700 Subject: rpms/brandy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608170827.k7H8RjpH001806@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1778 Added Files: Makefile import.log Log Message: Setup of module brandy --- NEW FILE Makefile --- # Top level Makefile for module brandy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 08:27:44 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:44 -0700 Subject: rpms/brandy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608170827.k7H8Rkv2001809@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1778/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module brandy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 08:28:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:28:37 -0700 Subject: rpms/brandy import.log,1.1,1.2 Message-ID: <200608170828.k7H8SdHf001886@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1851 Modified Files: import.log Log Message: auto-import brandy-1.0.19-3 on branch devel from brandy-1.0.19-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/brandy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 08:27:43 -0000 1.1 +++ import.log 17 Aug 2006 08:28:37 -0000 1.2 @@ -0,0 +1 @@ +brandy-1_0_19-3:HEAD:brandy-1.0.19-3.src.rpm:1155803311 From fedora-extras-commits at redhat.com Thu Aug 17 08:28:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:28:38 -0700 Subject: rpms/brandy/devel brandy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608170828.k7H8SeTm001892@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1851/devel Modified Files: .cvsignore sources Added Files: brandy.spec Log Message: auto-import brandy-1.0.19-3 on branch devel from brandy-1.0.19-3.src.rpm --- NEW FILE brandy.spec --- Summary: Brandy - A BBC BASIC interpreter for Linux Name: brandy Version: 1.0.19 Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://jaguar.orpheusweb.co.uk/%{name}_119.tgz URL: http://jaguar.orpheusweb.co.uk/branpage.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Brandy is an interpreter for BBC BASIC V that runs under a variety of operating systems. Basic V is the version of BASIC supplied with desktop computers running RISC OS. These were originally made by Acorn Computers but are now designed and manufactured by companies such as Advantage Six and Castle Technology. %prep %setup -q chmod 0644 docs/* mv docs/basic docs/basic.txt mv docs/graphics docs/graphics.txt mv docs/internals docs/internals.txt mv docs/messages docs/messages.txt mv docs/use docs/use.txt perl -pi -e "s/^(CFLAGS.*=*)/\1 %{optflags}/" makefile %build make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/examples install -m 0755 brandy %{buildroot}%{_bindir} cp examples/* %{buildroot}%{_datadir}/%{name}-%{version}/examples %clean rm -rf %{buildroot} %files %doc COPYING READ.ME docs/*.txt %defattr (-,root,root) %{_bindir}/brandy %{_datadir}/%{name}-%{version}/ %changelog * Wed Aug 16 2006 Paul F. Johnson - 1.0.19-3 - Added perl hack for proper flags going to gcc (Thanks Tibbs) * Sun Aug 13 2006 Paul F. Johnson - 1.0.19-2 - Fix for examples being correctly copied - altered %%doc - corrected initial import date - added %%defattr * Thu Aug 10 2006 Paul F. Johnson - 1.0.19-1 - Initial import into FE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/brandy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 08:27:44 -0000 1.1 +++ .cvsignore 17 Aug 2006 08:28:38 -0000 1.2 @@ -0,0 +1 @@ +brandy_119.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/brandy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 08:27:44 -0000 1.1 +++ sources 17 Aug 2006 08:28:38 -0000 1.2 @@ -0,0 +1 @@ +0aedef51e76cf07533d82fe4dcd89efa brandy_119.tgz From fedora-extras-commits at redhat.com Thu Aug 17 08:31:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:31:06 -0700 Subject: owners owners.list,1.1410,1.1411 Message-ID: <200608170831.k7H8V9Ip001993@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1976 Modified Files: owners.list Log Message: Initial import of Brandy - A GPL implementation of BBC BASIC V owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1410 retrieving revision 1.1411 diff -u -r1.1410 -r1.1411 --- owners.list 16 Aug 2006 20:13:06 -0000 1.1410 +++ owners.list 17 Aug 2006 08:31:06 -0000 1.1411 @@ -117,6 +117,7 @@ Fedora Extras|bogofilter|Fast anti-spam filtering by Bayesian statistical analysis|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bonnie++|Bonnie++ filesystem and disk benchmark & burn-in suite|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|boo|Boo is an OO statically typed language for CLI|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|brandy|Brandy is a GPL implementation of BBC BASIC V|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|bsd-games|Collection of classic text-based games|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bsdiff|Binary diff/patch utility|jnovy at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 08:50:20 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 17 Aug 2006 01:50:20 -0700 Subject: comps comps-fe6.xml.in,1.83,1.84 Message-ID: <200608170850.k7H8oMMn002051@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2034 Modified Files: comps-fe6.xml.in Log Message: - add haddock to devel tools - add gtk2hs to gtk devel - add taskjuggler to productivity - add FreeWnn to X windows Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- comps-fe6.xml.in 17 Aug 2006 06:52:47 -0000 1.83 +++ comps-fe6.xml.in 17 Aug 2006 08:50:19 -0000 1.84 @@ -56,6 +56,7 @@ ghc git gprolog + haddock highlight hugs98 ipython @@ -222,6 +223,7 @@ gconfmm26-devel glibmm24-devel gnome-common + gtk2hs gtkmm24-devel gtkalog gnome-vfsmm26-devel @@ -494,6 +496,7 @@ pybliographer qcad revelation + taskjuggler texmaker tinyerp tinyerp-server @@ -830,6 +833,7 @@ alltray aterm Canna + FreeWnn fonttools kinput2 rxvt From fedora-extras-commits at redhat.com Thu Aug 17 10:08:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 17 Aug 2006 03:08:23 -0700 Subject: fedora-security/audit fe4,1.65,1.66 fe5,1.70,1.71 Message-ID: <200608171008.k7HA8NPS007469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7449 Modified Files: fe4 fe5 Log Message: CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- fe4 10 Aug 2006 17:54:31 -0000 1.65 +++ fe4 17 Aug 2006 10:08:20 -0000 1.66 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4028 VULNERABLE (wordpress) #201989 +CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- fe5 10 Aug 2006 17:54:31 -0000 1.70 +++ fe5 17 Aug 2006 10:08:20 -0000 1.71 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4028 VULNERABLE (wordpress) #201989 +CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 From fedora-extras-commits at redhat.com Thu Aug 17 10:12:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 17 Aug 2006 03:12:21 -0700 Subject: comps comps-fe6.xml.in,1.84,1.85 Message-ID: <200608171012.k7HACNWB007518@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7501 Modified Files: comps-fe6.xml.in Log Message: Add cabextract, cvs2cl, cvsgraph, cvsplot, hddtemp, html401-dtds, id3v2, ksensors, lft, openct, opensc, perltidy, pscan, svn2cl, upx, w3c-markup-validator; rename fedora-rpmdevtools to rpmdevtools (will be actually done later this week). Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- comps-fe6.xml.in 17 Aug 2006 08:50:19 -0000 1.84 +++ comps-fe6.xml.in 17 Aug 2006 10:12:21 -0000 1.85 @@ -12,9 +12,11 @@ BibTool conglomerate docbook2X + html401-dtds kile ooo2txt scribus + w3c-markup-validator @@ -41,13 +43,15 @@ cppunit cproto curry + cvs2cl cvs2svn + cvsgraph + cvsplot cvsps cvsweb darcs epydoc erlang - fedora-rpmdevtools flasm ftnchek fpc @@ -70,17 +74,21 @@ mock monotone ocaml + perltidy pgadmin3 pl plt-scheme + pscan pylint q qgit quilt + rpmdevtools rpmlint splint Sprog srecord + svn2cl svnmailer tkcvs tla @@ -530,6 +538,7 @@ gnomebaker graveman grip + id3v2 jack-audio-connection-kit kid3 kover @@ -560,6 +569,7 @@ apt arc bochs + cabextract chrpath cfengine cfs @@ -589,6 +599,7 @@ isic john ksmarttray + lft lirc mmv moodss @@ -615,6 +626,7 @@ torque-gui ttywatch unison + upx vnstat vpnc wine @@ -630,9 +642,12 @@ true acpitool + hddtemp i810switch i8kutils libifp + openct + opensc s3switch tpb @@ -860,6 +875,7 @@ kmymoney2 knemo kompose + ksensors ksynaptics kyum metamonitor From fedora-extras-commits at redhat.com Thu Aug 17 11:24:35 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Thu, 17 Aug 2006 04:24:35 -0700 Subject: rpms/nautilus-open-terminal/devel nautilus-open-terminal.spec, 1.10, 1.11 Message-ID: <200608171124.k7HBObsA015732@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15715 Modified Files: nautilus-open-terminal.spec Log Message: Handle splitting of nautilus and nautilus-extensions Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/nautilus-open-terminal.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-open-terminal.spec 1 Aug 2006 21:30:11 -0000 1.10 +++ nautilus-open-terminal.spec 17 Aug 2006 11:24:35 -0000 1.11 @@ -1,6 +1,6 @@ Name: nautilus-open-terminal Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops @@ -13,7 +13,11 @@ BuildRequires: gnome-desktop-devel BuildRequires: libtool automake autoconf gettext # need extensions +%if "%{fedora}" < "6" BuildRequires: nautilus >= 2.5.4 +%else +BuildRequires: nautilus-devel +%endif %description @@ -48,6 +52,9 @@ %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Wed Aug 16 2006 Paul W. Frields - 0.7-2 +- Handle splitting of nautilus and nautilus-extensions + * Tue Aug 1 2006 Paul W. Frields - 0.7-1 - Update to version 0.7 From fedora-extras-commits at redhat.com Thu Aug 17 11:25:49 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Thu, 17 Aug 2006 04:25:49 -0700 Subject: rpms/nautilus-open-terminal/FC-5 nautilus-open-terminal.spec, 1.10, 1.11 Message-ID: <200608171125.k7HBPp2u015810@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Modified Files: nautilus-open-terminal.spec Log Message: Handle splitting of nautilus and nautilus-extensions Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/nautilus-open-terminal.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-open-terminal.spec 1 Aug 2006 21:27:56 -0000 1.10 +++ nautilus-open-terminal.spec 17 Aug 2006 11:25:48 -0000 1.11 @@ -1,6 +1,6 @@ Name: nautilus-open-terminal Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops @@ -13,7 +13,11 @@ BuildRequires: gnome-desktop-devel BuildRequires: libtool automake autoconf gettext # need extensions +%if "%{fedora}" < "6" BuildRequires: nautilus >= 2.5.4 +%else +BuildRequires: nautilus-devel +%endif %description @@ -48,6 +52,9 @@ %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Wed Aug 16 2006 Paul W. Frields - 0.7-2 +- Handle splitting of nautilus and nautilus-extensions + * Tue Aug 1 2006 Paul W. Frields - 0.7-1 - Update to version 0.7 From fedora-extras-commits at redhat.com Thu Aug 17 12:31:23 2006 From: fedora-extras-commits at redhat.com (Sindre Pedersen Bjørdal (sindrepb)) Date: Thu, 17 Aug 2006 05:31:23 -0700 Subject: comps comps-fe6.xml,1.10,1.11 Message-ID: <200608171231.k7HCVPTS018735@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18714 Modified Files: comps-fe6.xml Log Message: Adding packages blam, cowbell, muine and serpentine to groups Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- comps-fe6.xml 16 Aug 2006 11:02:10 -0000 1.10 +++ comps-fe6.xml 17 Aug 2006 12:31:22 -0000 1.11 @@ -145,7 +145,7 @@ alacarte brightside byzanz - deskbar-applet + deskbar-applet gdesklets gfontview glunarclock @@ -161,7 +161,7 @@ nautilus-flac-converter nautilus-image-converter sabayon - seahorse + seahorse smeg themes-backgrounds-gnome wp_tray @@ -287,7 +287,8 @@ azureus balsa bittorrent-gui - blogtk + blam + blogtk bluefish comical contact-lookup-applet @@ -430,7 +431,8 @@ bmp camstream camE - easytag + cowbell + easytag gcfilms gcombust gnomad2 @@ -440,7 +442,9 @@ kid3 kover libvisual-plugins - soundconverter + muine + serpentine + soundconverter soundtracker sweep tagtool From fedora-extras-commits at redhat.com Thu Aug 17 13:47:07 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Thu, 17 Aug 2006 06:47:07 -0700 Subject: fedora-security/audit fc5,1.284,1.285 Message-ID: <200608171347.k7HDl7s9021729@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21711 Modified Files: fc5 Log Message: fc5 kde upgrade Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.284 retrieving revision 1.285 diff -u -r1.284 -r1.285 --- fc5 16 Aug 2006 13:39:26 -0000 1.284 +++ fc5 17 Aug 2006 13:47:04 -0000 1.285 @@ -157,7 +157,7 @@ CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] -CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] +CVE-2006-2449 version (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-910] was backport since FEDORA-2006-726 CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2447 version (spamassassin, fixed 3.1.3) #194290 [since FEDORA-2006-598] CVE-2006-2446 version (kernel, fixed 2.6.11) @@ -169,8 +169,8 @@ CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed -CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] -CVE-2006-2313 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] +CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] +CVE-2006-2313 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] From fedora-extras-commits at redhat.com Thu Aug 17 14:02:12 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 07:02:12 -0700 Subject: mock mock.py,1.53.2.2,1.53.2.3 Message-ID: <200608171402.k7HE2Cwq024334@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24317 Modified Files: Tag: mock-0-6-branch mock.py Log Message: modified usage message text; cleaned up parser code indentation Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.2 retrieving revision 1.53.2.3 diff -u -r1.53.2.2 -r1.53.2.3 --- mock.py 16 Aug 2006 16:58:56 -0000 1.53.2.2 +++ mock.py 17 Aug 2006 14:02:04 -0000 1.53.2.3 @@ -729,36 +729,41 @@ """return options and args from parsing the command line""" usage = """ - usage: mock [options] /path/to/srpm - optional commands: + usage: + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} + commands: + rebuild - build the specified SRPM(s) [default command] chroot - run the specified command within the chroot + shell - run an interactive shell within specified chroot clean - clean out the specified chroot init - initialize the chroot, do not build anything""" parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - help="chroot name/config file name default: %default", - default='default') + help="chroot name/config file name default: %default", + default='default') parser.add_option("--no-clean", action ="store_false", dest="clean", - help="do not clean chroot before building", default=True) + help="do not clean chroot before building", default=True) parser.add_option("--arch", action ="store", dest="arch", - default=None, help="target build arch") + default=None, help="target build arch") parser.add_option("--debug", action ="store_true", dest="debug", - default=False, help="Output copious debugging information") + default=False, help="Output copious debugging information") parser.add_option("--resultdir", action="store", type="string", - default=None, help="path for resulting files to be put") + default=None, help="path for resulting files to be put") parser.add_option("--statedir", action="store", type="string", default=None, - help="path for state file is written") + help="Path to directory where state information is written") parser.add_option("--uniqueext", action="store", type="string", default=None, - help="Arbitrary, unique extension to append to buildroot directory name") + help="Arbitrary, unique extension to append to buildroot directory name") parser.add_option("--configdir", action="store", dest="configdir", default=None, help="Change where config files are found") parser.add_option("--quiet", action ="store_true", dest="quiet", - default=False, help="quiet down output") + default=False, help="quiet down output") parser.add_option("--autocache", action ="store_true", dest="use_cache", - default=False, help="Turn on build-root caching") + default=False, help="Turn on build-root caching") parser.add_option("--rebuildcache", action ="store_true", dest="rebuild_cache", - default=False, help="Force rebuild of build-root cache") - + default=False, help="Force rebuild of build-root cache") + return parser.parse_args() def setup_default_config_opts(config_opts): From fedora-extras-commits at redhat.com Thu Aug 17 14:03:35 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 07:03:35 -0700 Subject: mock/etc fedora-1-i386-core.cfg, 1.4, 1.4.2.1 fedora-2-i386-core.cfg, 1.4, 1.4.2.1 Message-ID: <200608171403.k7HE3Z7Y024382@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24359 Modified Files: Tag: mock-0-6-branch fedora-1-i386-core.cfg fedora-2-i386-core.cfg Log Message: added runuser config option for FC1 and FC2 config files Index: fedora-1-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-1-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- fedora-1-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-1-i386-core.cfg 17 Aug 2006 14:03:30 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'fedora-1-i386-core' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ Index: fedora-2-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-2-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- fedora-2-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-2-i386-core.cfg 17 Aug 2006 14:03:30 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'fedora-2-i386-core' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ From fedora-extras-commits at redhat.com Thu Aug 17 14:14:14 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Thu, 17 Aug 2006 07:14:14 -0700 Subject: rpms/yumex/devel .cvsignore, 1.20, 1.21 sources, 1.28, 1.29 yumex.spec, 1.30, 1.31 Message-ID: <200608171414.k7HEEGxd024541@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24520 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 19 Jun 2006 08:36:56 -0000 1.20 +++ .cvsignore 17 Aug 2006 14:14:14 -0000 1.21 @@ -1 +1 @@ -yumex-1.1.0.tar.gz +yumex-1.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 19 Jun 2006 08:36:56 -0000 1.28 +++ sources 17 Aug 2006 14:14:14 -0000 1.29 @@ -1 +1 @@ -fdeb71384fb76a5108a8e97571ca41e7 yumex-1.1.0.tar.gz +c18f5f1838284af11d838c3e415dba69 yumex-1.1.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- yumex.spec 20 Jun 2006 14:42:02 -0000 1.30 +++ yumex.spec 17 Aug 2006 14:14:14 -0000 1.31 @@ -1,6 +1,6 @@ Name: yumex -Version: 1.1.0 -Release: 2.0%{?dist} +Version: 1.1.2 +Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -16,7 +16,7 @@ BuildRequires: intltool -Requires: yum >= 2.9 +Requires: yum >= 2.9.3 Requires: pygtk2 Requires: usermode Requires: pygtk2-libglade @@ -67,6 +67,15 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Thu Aug 17 2006 Tim Lauridsen - 1.1.1-1.0 +- Development Release 1.1.1-1.0 +* Wed Aug 16 2006 Tim Lauridsen - 1.1.1-0.3.pre3 +- Development Release 1.1.1-0.3.pre3 +* Fri Aug 11 2006 Tim Lauridsen - 1.1.1-0.2.pre2 +- Development Release 1.1.1-0.2.pre2 +* Thu Aug 10 2006 Tim Lauridsen - 1.1.1-0.1.pre1 +- Development Release 1.1.1-0.1.pre1 +- Updated yum >= 2.9 to yum >= 2.9.3 * Mon Jun 19 2006 Tim Lauridsen - 1.1.0-2.0 - BuildRequires: intltool * Wed May 3 2006 Tim Lauridsen - 1.1.0-1.0 From fedora-extras-commits at redhat.com Thu Aug 17 14:15:10 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Thu, 17 Aug 2006 07:15:10 -0700 Subject: rpms/yumex/devel yumex.spec,1.31,1.32 Message-ID: <200608171415.k7HEFCd7024596@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24578 Modified Files: yumex.spec Log Message: Release 1.1.1 Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- yumex.spec 17 Aug 2006 14:14:14 -0000 1.31 +++ yumex.spec 17 Aug 2006 14:15:09 -0000 1.32 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.1.2 +Version: 1.1.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool From fedora-extras-commits at redhat.com Thu Aug 17 15:43:52 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:43:52 -0700 Subject: kadischi/livecd_generator kadischi.py,1.38,1.39 Message-ID: <200608171544.k7HFiM8w028021@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27989/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Pull attributes form buildstamp file, instead of hardcoded values. Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- kadischi.py 11 Jul 2006 11:49:11 -0000 1.38 +++ kadischi.py 17 Aug 2006 15:43:50 -0000 1.39 @@ -15,7 +15,7 @@ # variables related to building the image myname = "Kadischi Contributor" -distname = "Fedora Core 5 Bordeaux (Live CD)" + # Check for known postscriptdirs and set it accordingly. if os.path.isdir("/usr/local/share/kadischi/post_install_scripts"): postscriptdir = "/usr/local/share/kadischi/post_install_scripts" @@ -78,6 +78,20 @@ else: buildstamp = normalize_path ([confdir, 'buildstamp']) + # variables related to building the image + # Pulled in from buildstamp file + myname = "Kadischi Contributor" + if not os.access(buildstamp, os.R_OK): + print >> sys.stderr, "[kadischi]: Buildstamp file not readable or not found." + sys.exit(1) + else: + f = open(buildstamp, "r") + lines = f.readlines() + distname = lines[1][:-3] + distver = lines[2][:-2] + f.close() + dist = string.join([distname, distver], " ") + # validating the repository print "[kadischi]: Trying to validate your repository" method = args [0] @@ -173,7 +187,7 @@ # create iso image print "[kadischi]: creating iso image %s" % isoimage args = ["/usr/bin/mkisofs", "-quiet", "-R", - "-V", distname, + "-V", dist, "-b", "boot/isolinux/isolinux.bin", "-c", "boot/isolinux/boot.cat", "-p", myname, From fedora-extras-commits at redhat.com Thu Aug 17 15:43:52 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:43:52 -0700 Subject: kadischi/post_install_scripts 07accounts.sh,1.9,1.10 Message-ID: <200608171544.k7HFiMqR028024@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/post_install_scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27989/kadischi/post_install_scripts Modified Files: 07accounts.sh Log Message: Pull attributes form buildstamp file, instead of hardcoded values. Index: 07accounts.sh =================================================================== RCS file: /cvs/devel/kadischi/post_install_scripts/07accounts.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- 07accounts.sh 5 Jul 2006 02:28:56 -0000 1.9 +++ 07accounts.sh 17 Aug 2006 15:43:50 -0000 1.10 @@ -39,6 +39,7 @@ fi else /usr/bin/dialog --title "Kadischi User Accounts Configuration" --begin 10 35 --msgbox "Username or Shell not specified!" 5 65 + break fi done fi From fedora-extras-commits at redhat.com Thu Aug 17 15:50:11 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:50:11 -0700 Subject: kadischi kadischi.spec,1.32,1.33 Message-ID: <200608171550.k7HFoBKE028070@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28053/kadischi Modified Files: kadischi.spec Log Message: Typo in spec file, update for buildstamp attributes Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- kadischi.spec 15 Aug 2006 23:26:36 -0000 1.32 +++ kadischi.spec 17 Aug 2006 15:50:09 -0000 1.33 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.7 +Version: 2.8 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,7 +91,11 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog -* Tue Aug 6 2006 2.7-1.20060815cvs +* Thu Aug 17 2006 2.8-1.20060817cvs +- Pull attributes from buildstamp file instead of hardcode in kadischi.py + + +* Tue Aug 16 2006 2.7-1.20060816cvs - Add -b 4096 to mke2fs livecd-mkinitrd.sh for BZ #202715 From fedora-extras-commits at redhat.com Thu Aug 17 16:31:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 09:31:17 -0700 Subject: comps comps-fe5.xml.in,1.94,1.95 comps-fe6.xml.in,1.85,1.86 Message-ID: <200608171631.k7HGVJdC030917@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30898 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add various packages. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- comps-fe5.xml.in 16 Aug 2006 23:12:55 -0000 1.94 +++ comps-fe5.xml.in 17 Aug 2006 16:31:16 -0000 1.95 @@ -351,6 +351,7 @@ dillo drivel fwbuilder + gaim-gaym gajim galeon gnome-blog @@ -583,6 +584,7 @@ false true + 915resolution acpitool i810switch i8kutils @@ -610,6 +612,7 @@ puppet-server rbldnsd ushare + vnc-reflector Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- comps-fe6.xml.in 17 Aug 2006 10:12:21 -0000 1.85 +++ comps-fe6.xml.in 17 Aug 2006 16:31:16 -0000 1.86 @@ -675,6 +675,7 @@ sobby torque-server ushare + vnc-reflector From fedora-extras-commits at redhat.com Thu Aug 17 17:06:02 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 10:06:02 -0700 Subject: mock/docs mock.1,1.2.2.1,1.2.2.2 Message-ID: <200608171706.k7HH62Jm001212@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1194/docs Modified Files: Tag: mock-0-6-branch mock.1 Log Message: updated man page Index: mock.1 =================================================================== RCS file: /cvs/fedora/mock/docs/mock.1,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- mock.1 17 Jul 2006 14:33:14 -0000 1.2.2.1 +++ mock.1 17 Aug 2006 17:06:00 -0000 1.2.2.2 @@ -1,19 +1,33 @@ -.TH "mock" "1" "0.4" "Seth Vidal" "" +.TH "mock" "1" "0.6" "Seth Vidal" "" .SH "NAME" .LP -mock \- build a SRPM in a chroot +mock \- build SRPMs in a chroot .SH "SYNTAX" .LP -mock [\-r CHROOT] [\-\-no\-clean] [\-\-arch=ARCH] [\-\-debug] [\-\-resultdir=RESULTDIR] [\-\-statedir=STATEDIR] [\-\-uniqueext=UNIQUEEXT] [command] \fIfilename\fR +mock [options] [\fBrebuild\fR] \fISRPM [\fISRPM...\fR] +.LP +mock [options] \fBchroot\fR \fI\fR +.LP +mock [options] {\fBinit\fR|\fBclean\fR|\fBshell\fR} .SH "DESCRIPTION" .LP -Mock is a simple chroot/rpm building program. It doesnt do anything terribly fancy other than build a single srpm at a time in a chroot. +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than populate a chroot with the contents +specified by a configuration file, then build any input SRPM(s) in +that chroot. +.LP +The content of a chroot is specified by the configuration +specified with the \fB\-r\fR option. A default configuration file is +specified in /etc/mock/default.cfg, which is usually a symlink to one +of the installed configurations. .SH "OPTIONS" .LP .TP \fB\-r\fR \fICHROOT\fP -Uses specified chroot configuration as defined in /etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked to by /etc/mock/default.cfg +Uses specified chroot configuration as defined in +/etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked +to by /etc/mock/default.cfg .TP \fB\-\-no\-clean\fR Do not clean chroot before building package. @@ -25,39 +39,79 @@ Output copious debugging information. .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP -Path to store resulting files (RPMs and build logs) +Change directory where resulting files (RPMs and build logs) are written +.TP +\fB\-\-statedir=\fR\fISTATEDIR\fP +Change directory where state information is written +.TP +\fB\-\-uniqueext=\fR\fItext\fP +Arbitrary, unique extension to append to buildroot directory name +.TP +\fB\-\-configdir=\fR\fICONFIGDIR\fP +Change directory where config files are found +.TP +\fB\-\-quiet\fR +Suppress most output +.TP +\fB\-\-autocache\fR +Turn on build-root caching +.TP +\fB\-\-rebuildcach\fR +Force rebuild of build-root cache .TP \fB\-\-help\fR Show usage information and exit. .TP \fB\-\-version\fR Show version number and exit. -.TP -\fBcommand\fR is one of: +.SH "COMMANDS" +.LP .TP \fBinit\fR \- initialize a chroot (install packages, setup devices, etc.) .TP \fBchroot\fR \- run the specified command within the chroot (which must already be initialized) .TP \fBclean\fR \- purge the chroot tree +.TP +\fBshell\fR \- start an interactive shell in the specified chroot .TP -\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM -.TP +\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s) .SH "FILES" .LP -\fI/etc/mock/\fP +\fI/etc/mock/\fP \- default configuration directory +.LP +\fI/var/lib/mock\fP \- directory where chroots are created .SH "EXAMPLES" .LP To rebuild test.src.rpm under the default chroot: -.LP -mock /path/to/test.src.rpm -.LP +.LP +.RS 5 +\fBmock /path/to/test.src.rpm\fR +.RE +.LP To specify a different chroot (which must be defined in /etc/mock): -.LP -mock \-r fedora\-4\-i386\-core /path/to/test.src.rpm +.LP +.RS 5 +\fBmock \-r fedora\-4\-i386\-core /path/to/test.src.rpm\fR +.RE +.SH "BUGS" +.LP +To report bugs in mock, go to: +.LP +.RS 5 +\fIhttp://bugzilla.redhat.com/bugzilla\fR. +.RE +.LP +Select the query option, using product \fBFedora Hosted Projects\fR +and component \fBmock\fR and press the \fBStart Search\fR +button. If there is a bug similar to the one you are seeing, add your +information to the comments. If not, go to the new bug page using the +same product and component and fill in the form. .SH "AUTHORS" .LP Seth Vidal +.LP +and a cast of...tens .SH "SEE ALSO" .LP yum(8) rpmbuild(8) From fedora-extras-commits at redhat.com Thu Aug 17 17:06:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 10:06:40 -0700 Subject: mock/etc redhat-8-i386.cfg,NONE,1.1.2.1 Message-ID: <200608171706.k7HH6ejY001244@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1228 Added Files: Tag: mock-0-6-branch redhat-8-i386.cfg Log Message: template config for rhl8 --- NEW FILE redhat-8-i386.cfg --- #!/usr/bin/python -tt import os config_opts['root'] = 'redhat-8-i386' config_opts['target_arch'] = 'i386' config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 # repos [core] name=core baseurl=http:///redhat/8/os/i386/ [updates-released] name=updates baseurl=http:///redhat/8/updates/i386/ [groups] name=groups baseurl=http:///buildgroups/rh8/i386/ """ From fedora-extras-commits at redhat.com Thu Aug 17 17:07:00 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:07:00 -0700 Subject: rpms/python-lxml/devel .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH72Ip001310@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/devel Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:15 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:07:00 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:58 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:07:00 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:15 -0000 1.5 +++ sources 17 Aug 2006 17:07:00 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:06:54 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:06:54 -0700 Subject: rpms/python-lxml/FC-4 .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH7Q2V001328@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/FC-4 Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:08 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:06:54 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:08 -0000 1.5 +++ sources 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:06:54 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:06:54 -0700 Subject: rpms/python-lxml/FC-5 .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH7QZp001333@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/FC-5 Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:09 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:06:54 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:09 -0000 1.5 +++ sources 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:39 -0700 Subject: rpms/python-sqlalchemy/FC-4 .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHBoN001592@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/FC-4 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:37 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:21 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:39 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:37 -0000 1.6 +++ sources 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:40 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:40 -0700 Subject: rpms/python-sqlalchemy/FC-5 .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHCFB001597@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/FC-5 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:38 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:22 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:39 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:38 -0000 1.6 +++ sources 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:40 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:40 -0700 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHCST001600@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/devel Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:39 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:27 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:40 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:39 -0000 1.6 +++ sources 17 Aug 2006 17:16:40 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:05 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:05 -0700 Subject: rpms/bzrtools/FC-4 .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP7L2001818@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/FC-4 Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:39 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:04 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:39 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:04 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:39 -0000 1.3 +++ sources 17 Aug 2006 17:25:04 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:06 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:06 -0700 Subject: rpms/bzrtools/devel .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP8AK001828@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/devel Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:42 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:06 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:42 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:06 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:42 -0000 1.3 +++ sources 17 Aug 2006 17:25:06 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:05 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:05 -0700 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP7cx001824@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/FC-5 Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:40 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:05 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:40 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:05 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:40 -0000 1.3 +++ sources 17 Aug 2006 17:25:05 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:37 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:37 -0700 Subject: rpms/python-durus/devel .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171729.k7HHTdTU002027@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/devel Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:01 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:37 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:37 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:01 -0000 1.8 +++ sources 17 Aug 2006 17:29:37 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:30 -0700 Subject: rpms/python-durus/FC-4 .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171730.k7HHU2pq002034@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/FC-4 Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:00 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:30 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:22 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:30 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:00 -0000 1.8 +++ sources 17 Aug 2006 17:29:30 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:31 -0700 Subject: rpms/python-durus/FC-5 .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171730.k7HHU3Wi002039@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/FC-5 Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:01 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:31 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:31 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:01 -0000 1.8 +++ sources 17 Aug 2006 17:29:31 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 18:21:51 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:21:51 -0700 Subject: mock mock.py,1.55,1.56 Message-ID: <200608171821.k7HILpwD005169@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5145 Modified Files: mock.py Log Message: bumped version to 0.7; reworked mount/umount logic; fixed usage message Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- mock.py 17 Jul 2006 15:04:00 -0000 1.55 +++ mock.py 17 Aug 2006 18:21:48 -0000 1.56 @@ -31,7 +31,7 @@ from optparse import OptionParser -__VERSION__ = '0.6' +__VERSION__ = '0.7' def error(msg): print >> sys.stderr, msg @@ -162,12 +162,17 @@ cfgout.write('statedir = %s\n' % self.statedir) cfgout.flush() cfgout.close() - + + # note that we haven't mounted anything (yet) + self._mounted = 0 + def elevate(self): + "elevate privileges by changing to privileged uid" self.debug("elevate: setting uid to %d" % self.highuid) os.setreuid(self.highuid, self.lowuid) def drop(self): + "drop privileges by changing to unprivileged uid" self.debug("drop: setting uid to %d" % self.lowuid) os.setreuid(self.lowuid, self.highuid) @@ -293,7 +298,7 @@ # mock-helper yum --installroot=rootdir cmd basecmd = '%s --installroot %s' % (self.config['yum'], self.rootdir) - self._mount() # check it again + self._mountall() # check it again command = '%s %s' % (basecmd, cmd) self.debug("yum: command %s" % command) @@ -308,7 +313,7 @@ """take an srpm, install it, rebuild it to srpm, return chroot-local path to the resulting srpm""" - self._mount() # check it again + self._mountall() # check it again bd_out = '%s%s' % (self.rootdir, self.builddir) # init build_dir self._build_dir_setup() @@ -412,13 +417,11 @@ for item in packages: shutil.copy2(item, self.resultdir) - - def close(self): """unmount things and clean up a bit""" self.root_log("Cleaning up...") self.state("ending") - self._umount_by_file() + self._umountall() self._build_log.close() self.state("done") self.root_log("Done.") @@ -438,45 +441,43 @@ except OSError, e: raise Error, "Could not create dir %s. Error: %s" % (path, e) - def _mount(self): - """mount proc and devpts into chroot""" + def _mount(self, type, device, path): + "mount a device, given a filesystem type and a path" + mntpath = os.path.join(self.rootdir, path) + self._ensure_dir(mntpath) + self.debug("mounting %s as %s" % (device, mntpath)) + command = '%s -n -t %s %s %s' % (self.config['mount'], type, device, mntpath) mf = os.path.join(self.statedir, 'mounted-locations') - track = open(mf, 'w+') - - # make the procdir if we don't have it - # mount up proc - procdir = os.path.join(self.rootdir, 'proc') - self._ensure_dir(procdir) - - self.debug("mounting proc in %s" % procdir) - command = '%s -n -t proc proc %s/proc' % (self.config['mount'], - self.rootdir) - track.write('proc\n') (retval, output) = self.do_elevated(command) - track.flush() - if retval != 0: if output.find('already mounted') == -1: # probably won't work in other LOCALES - error("could not mount proc error was: %s" % output) - - # devpts - # - devptsdir = os.path.join(self.rootdir, 'dev/pts') - self._ensure_dir(devptsdir) - self.debug("mounting devpts in %s" % devptsdir) - command = '%s -n -t devpts devpts %s' % (self.config['mount'], devptsdir) - track.write('dev/pts\n') - (retval, output) = self.do_elevated(command) - track.flush() + estr = "could not mount %s. Error was: %s" % (path, output) + error(estr) + raise RootError, estr + track = open(mf, 'w+') + track.write('%s\n' % path) track.close() - - if retval != 0: - if output.find('already mounted') == -1: # probably won't work in other LOCALES - raise RootError, "could not mount /dev/pts error was: %s" % output + def _mountall(self): + """mount proc, sys and devpts into chroot""" + + # if we've already mounted these guys, then just return + if self._mounted: + return + + # mount /proc + self._mount('proc', 'proc', 'proc') + + # mount /dev/pts + self._mount('devpts', 'dev/pts', 'dev/pts') + + # mount /sys (if we're on a 2.6 kernel) + if os.uname()[2].find('2.6') == 0: + self._mount('sysfs', 'sys', 'sys') + + self._mounted = 1 def _umount(self, path): - item = '%s/%s' % (self.rootdir, path) command = '%s -n %s' % (self.config['umount'], item) (retval, output) = self.do_elevated(command) @@ -486,8 +487,9 @@ raise RootError, "could not umount %s error was: %s" % (path, output) - def _umount_by_file(self): - + def _umountall(self): + "undo the results of _mountall (umount proc,sys, and dev/pts)" + mf = os.path.join(self.statedir, 'mounted-locations') if not os.path.exists(mf): return @@ -497,13 +499,10 @@ track.close() for item in lines: - item = item.replace('\n','') - if len(item.strip()) < 1: + item = item.strip() + if len(item) < 1: continue - - self.elevate() self._umount(item) - self.drop() # poof, no more file if os.path.exists(mf): @@ -651,7 +650,7 @@ os.path.join(self.rootdir, 'etc/yum.repos.d')]: self._ensure_dir(item) - self._mount() + self._mountall() # we need stuff devices = [('null', 'c', '1', '3', '666'), @@ -783,42 +782,48 @@ """prep the chroot for building packages""" self._make_our_user() self._build_dir_setup() - self._mount() # check it again + self._mountall() # check it again def command_parse(): """return options and args from parsing the command line""" usage = """ - usage: mock [options] /path/to/srpm - optional commands: + usage: + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} + commands: + rebuild - build the specified SRPM(s) [default command] chroot - run the specified command within the chroot + shell - run an interactive shell within specified chroot clean - clean out the specified chroot init - initialize the chroot, do not build anything""" + parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - help="chroot name/config file name default: %default", - default='default') + help="chroot name/config file name default: %default", + default='default') parser.add_option("--no-clean", action ="store_false", dest="clean", - help="do not clean chroot before building", default=True) + help="do not clean chroot before building", default=True) parser.add_option("--arch", action ="store", dest="arch", - default=None, help="target build arch") + default=None, help="target build arch") parser.add_option("--debug", action ="store_true", dest="debug", - default=False, help="Output copious debugging information") + default=False, help="Output copious debugging information") parser.add_option("--resultdir", action="store", type="string", - default=None, help="path for resulting files to be put") + default=None, help="path for resulting files to be put") parser.add_option("--statedir", action="store", type="string", default=None, - help="path for state file is written") + help="path for state file is written") parser.add_option("--uniqueext", action="store", type="string", default=None, - help="Arbitrary, unique extension to append to buildroot directory name") + help="Arbitrary, unique extension to append to buildroot directory name") parser.add_option("--configdir", action="store", dest="configdir", default=None, help="Change where config files are found") parser.add_option("--quiet", action ="store_true", dest="quiet", - default=False, help="quiet down output") + default=False, help="quiet down output") parser.add_option("--autocache", action ="store_true", dest="use_cache", - default=False, help="Turn on build-root caching") + default=False, help="Turn on build-root caching") parser.add_option("--rebuildcache", action ="store_true", dest="rebuild_cache", - default=False, help="Force rebuild of build-root cache") - + default=False, help="Force rebuild of build-root cache") + return parser.parse_args() def setup_default_config_opts(config_opts): @@ -871,6 +876,7 @@ config_opts['quiet'] = options.quiet config_opts['use_cache'] = options.use_cache config_opts['rebuild_cache'] = options.rebuild_cache + if config_opts['rebuild_cache']: config_opts['use_cache'] = True @@ -903,14 +909,16 @@ def do_run_cmd(config_opts, cmd, env='', raw_chroot=0): my = Root(config_opts) my.debug("executing: %s" % cmd) - my._mount() + my._mountall() if raw_chroot: cmd = '%s %s %s %s' % (env, config_opts['chroot'], my.rootdir, cmd) + my.elevate() os.system(cmd) + my.drop() else: my.do_chroot(cmd, True) my.close() - my.debug('finished chroot command') + my.debug('finished: %s' % cmd) def ensure_filetype_srpm(srpms): for srpm in srpms: From fedora-extras-commits at redhat.com Thu Aug 17 18:22:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:22:40 -0700 Subject: mock Makefile,1.10,1.11 Message-ID: <200608171822.k7HIMe9H005222@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5204 Modified Files: Makefile Log Message: reformatted rpmbuild command for readability Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile 7 Aug 2006 19:24:54 -0000 1.10 +++ Makefile 17 Aug 2006 18:22:38 -0000 1.11 @@ -37,7 +37,10 @@ rpm: archive rm -rf build dist mkdir build dist - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec + rpmbuild --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/build" \ + --define "_srcrpmdir $(PWD)/dist" \ + --define "_rpmdir $(PWD)/dist" -ba mock.spec RPMARGS := --define "_sourcedir $(PWD)" \ --define "_builddir $(PWD)/buildsys" \ From fedora-extras-commits at redhat.com Thu Aug 17 18:23:19 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:23:19 -0700 Subject: mock/docs mock.1,1.3,1.4 Message-ID: <200608171823.k7HINJNd005253@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5235/docs Modified Files: mock.1 Log Message: updated manpage contents Index: mock.1 =================================================================== RCS file: /cvs/fedora/mock/docs/mock.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mock.1 17 Jul 2006 15:04:01 -0000 1.3 +++ mock.1 17 Aug 2006 18:23:17 -0000 1.4 @@ -1,19 +1,33 @@ -.TH "mock" "1" "0.4" "Seth Vidal" "" +.TH "mock" "1" "0.7" "Seth Vidal" "" .SH "NAME" .LP -mock \- build a SRPM in a chroot +mock \- build SRPMs in a chroot .SH "SYNTAX" .LP -mock [\-r CHROOT] [\-\-no\-clean] [\-\-arch=ARCH] [\-\-debug] [\-\-resultdir=RESULTDIR] [\-\-statedir=STATEDIR] [\-\-uniqueext=UNIQUEEXT] [command] \fIfilename\fR +mock [options] [\fBrebuild\fR] \fISRPM [\fISRPM...\fR] +.LP +mock [options] \fBchroot\fR \fI\fR +.LP +mock [options] {\fBinit\fR|\fBclean\fR|\fBshell\fR} .SH "DESCRIPTION" .LP -Mock is a simple chroot/rpm building program. It doesnt do anything terribly fancy other than build a single srpm at a time in a chroot. +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than populate a chroot with the contents +specified by a configuration file, then build any input SRPM(s) in +that chroot. +.LP +The content of a chroot is specified by the configuration +specified with the \fB\-r\fR option. A default configuration file is +specified in /etc/mock/default.cfg, which is usually a symlink to one +of the installed configurations. .SH "OPTIONS" .LP .TP \fB\-r\fR \fICHROOT\fP -Uses specified chroot configuration as defined in /etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked to by /etc/mock/default.cfg +Uses specified chroot configuration as defined in +/etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked +to by /etc/mock/default.cfg .TP \fB\-\-no\-clean\fR Do not clean chroot before building package. @@ -25,39 +39,79 @@ Output copious debugging information. .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP -Path to store resulting files (RPMs and build logs) +Change directory where resulting files (RPMs and build logs) are written +.TP +\fB\-\-statedir=\fR\fISTATEDIR\fP +Change directory where state information is written +.TP +\fB\-\-uniqueext=\fR\fItext\fP +Arbitrary, unique extension to append to buildroot directory name +.TP +\fB\-\-configdir=\fR\fICONFIGDIR\fP +Change directory where config files are found +.TP +\fB\-\-quiet\fR +Suppress most output +.TP +\fB\-\-autocache\fR +Turn on build-root caching +.TP +\fB\-\-rebuildcach\fR +Force rebuild of build-root cache .TP \fB\-\-help\fR Show usage information and exit. .TP \fB\-\-version\fR Show version number and exit. -.TP -\fBcommand\fR is one of: +.SH "COMMANDS" +.LP .TP \fBinit\fR \- initialize a chroot (install packages, setup devices, etc.) .TP \fBchroot\fR \- run the specified command within the chroot (which must already be initialized) .TP \fBclean\fR \- purge the chroot tree +.TP +\fBshell\fR \- start an interactive shell in the specified chroot .TP -\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM -.TP +\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s) .SH "FILES" .LP -\fI/etc/mock/\fP +\fI/etc/mock/\fP \- default configuration directory +.LP +\fI/var/lib/mock\fP \- directory where chroots are created .SH "EXAMPLES" .LP To rebuild test.src.rpm under the default chroot: -.LP -mock /path/to/test.src.rpm -.LP +.LP +.RS 5 +\fBmock /path/to/test.src.rpm\fR +.RE +.LP To specify a different chroot (which must be defined in /etc/mock): -.LP -mock \-r fedora\-4\-i386\-core /path/to/test.src.rpm +.LP +.RS 5 +\fBmock \-r fedora\-4\-i386\-core /path/to/test.src.rpm\fR +.RE +.SH "BUGS" +.LP +To report bugs in mock, go to: +.LP +.RS 5 +\fIhttp://bugzilla.redhat.com/bugzilla\fR. +.RE +.LP +Select the query option, using product \fBFedora Hosted Projects\fR +and component \fBmock\fR and press the \fBStart Search\fR +button. If there is a bug similar to the one you are seeing, add your +information to the comments. If not, go to the new bug page using the +same product and component and fill in the form. .SH "AUTHORS" .LP Seth Vidal +.LP +and a cast of...tens .SH "SEE ALSO" .LP yum(8) rpmbuild(8) From fedora-extras-commits at redhat.com Thu Aug 17 18:23:57 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:23:57 -0700 Subject: mock/etc redhat-8-i386.cfg, 1.1, 1.2 fedora-1-i386-core.cfg, 1.4, 1.5 fedora-2-i386-core.cfg, 1.4, 1.5 Message-ID: <200608171823.k7HINvSR005288@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5266/etc Modified Files: fedora-1-i386-core.cfg fedora-2-i386-core.cfg Added Files: redhat-8-i386.cfg Log Message: updated config files to handle FC[12] lack of runuser; added template for RHL8 Index: redhat-8-i386.cfg =================================================================== RCS file: redhat-8-i386.cfg diff -N redhat-8-i386.cfg --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ redhat-8-i386.cfg 17 Aug 2006 18:23:55 -0000 1.2 @@ -0,0 +1,32 @@ +#!/usr/bin/python -tt +import os +config_opts['root'] = 'redhat-8-i386' +config_opts['target_arch'] = 'i386' + + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +debuglevel=1 +logfile=/var/log/yum.log +reposdir=/dev/null +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 + +# repos + +[core] +name=core +baseurl=http:///redhat/8/os/i386/ + +[updates-released] +name=updates +baseurl=http:///redhat/8/updates/i386/ + +[groups] +name=groups +baseurl=http:///buildgroups/rh8/i386/ + +""" Index: fedora-1-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-1-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fedora-1-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-1-i386-core.cfg 17 Aug 2006 18:23:55 -0000 1.5 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'fedora-1-i386-core' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] Index: fedora-2-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-2-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fedora-2-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-2-i386-core.cfg 17 Aug 2006 18:23:55 -0000 1.5 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'fedora-2-i386-core' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] From fedora-extras-commits at redhat.com Thu Aug 17 19:03:11 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Thu, 17 Aug 2006 12:03:11 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.1, 1.2 audacious.spec, 1.7, 1.8 Message-ID: <200608171903.k7HJ3iwK008077@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8032 Modified Files: audacious-1.1.1-playlist-twenty.patch audacious.spec Log Message: - Another go at the %20 problem audacious-1.1.1-playlist-twenty.patch: Index: audacious-1.1.1-playlist-twenty.patch =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious-1.1.1-playlist-twenty.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-1.1.1-playlist-twenty.patch 14 Aug 2006 20:53:09 -0000 1.1 +++ audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 19:03:11 -0000 1.2 @@ -1,12 +1,12 @@ diff -uNr audacious-fedora-1.1.1-orig/audacious/playlist_list.c audacious-fedora-1.1.1/audacious/playlist_list.c --- audacious-fedora-1.1.1-orig/audacious/playlist_list.c 2006-07-21 19:18:05.000000000 +0200 -+++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-14 22:07:22.000000000 +0200 -@@ -616,7 +616,7 @@ - g_free(basename); - } ++++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-17 20:29:35.000000000 +0200 +@@ -618,6 +618,8 @@ else -- title = str_to_utf8(entry->title); -+ title = convert_title_text(str_to_utf8(entry->title)); + title = str_to_utf8(entry->title); ++ title = convert_title_text(title) ++ pos = playlist_get_queue_position(entry); + tail[0] = 0; Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- audacious.spec 14 Aug 2006 20:53:09 -0000 1.7 +++ audacious.spec 17 Aug 2006 19:03:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -203,6 +203,9 @@ %changelog +* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-5.fc6 +- Another go at the %20 problem + * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 - Fix %20 in playlist entries From fedora-extras-commits at redhat.com Thu Aug 17 20:21:08 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 17 Aug 2006 13:21:08 -0700 Subject: rpms/cln/devel .cvsignore, 1.4, 1.5 cln.spec, 1.19, 1.20 sources, 1.4, 1.5 Message-ID: <200608172021.k7HKLA9i011135@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11114 Modified Files: .cvsignore cln.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cln/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Jan 2006 21:36:43 -0000 1.4 +++ .cvsignore 17 Aug 2006 20:21:08 -0000 1.5 @@ -1 +1 @@ -cln-1.1.11.tar.bz2 +cln-1.1.13.tar.bz2 Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cln.spec 13 Feb 2006 18:21:37 -0000 1.19 +++ cln.spec 17 Aug 2006 20:21:08 -0000 1.20 @@ -1,6 +1,6 @@ Name: cln -Version: 1.1.11 -Release: 5%{?dist} +Version: 1.1.13 +Release: 1%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,6 +78,9 @@ %exclude %{_libdir}/*.la %changelog +* Thu Feb 17 2006 Quentin Spencer 1.1.13-1 +- New release. + * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 - Disable static build. - Enable parallel build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cln/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Jan 2006 21:36:43 -0000 1.4 +++ sources 17 Aug 2006 20:21:08 -0000 1.5 @@ -1 +1 @@ -7313dc20608ddc5dcfdae4d2f9138762 cln-1.1.11.tar.bz2 +1f3d227360003b389bba14c8a5c3695a cln-1.1.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 20:29:02 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 13:29:02 -0700 Subject: mock/etc redhat-73-i386.cfg, 1.4, 1.4.2.1 redhat-8-i386.cfg, 1.1.2.1, 1.1.2.2 redhat-9-i386.cfg, 1.4, 1.4.2.1 Message-ID: <200608172029.k7HKT2ft011216@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11194/etc Modified Files: Tag: mock-0-6-branch redhat-73-i386.cfg redhat-8-i386.cfg redhat-9-i386.cfg Log Message: added runuser config op for the legacy config files Index: redhat-73-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-73-i386.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- redhat-73-i386.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ redhat-73-i386.cfg 17 Aug 2006 20:28:59 -0000 1.4.2.1 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'redhat-73-i386' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] Index: redhat-8-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-8-i386.cfg,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- redhat-8-i386.cfg 17 Aug 2006 17:06:37 -0000 1.1.2.1 +++ redhat-8-i386.cfg 17 Aug 2006 20:28:59 -0000 1.1.2.2 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'redhat-8-i386' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ Index: redhat-9-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-9-i386.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- redhat-9-i386.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ redhat-9-i386.cfg 17 Aug 2006 20:28:59 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'redhat-9-i386' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ From fedora-extras-commits at redhat.com Thu Aug 17 20:54:13 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Thu, 17 Aug 2006 13:54:13 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.2, 1.3 audacious.spec, 1.8, 1.9 Message-ID: <200608172054.k7HKsFJd011369@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347 Modified Files: audacious-1.1.1-playlist-twenty.patch audacious.spec Log Message: - Another go at the %20 problem audacious-1.1.1-playlist-twenty.patch: Index: audacious-1.1.1-playlist-twenty.patch =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious-1.1.1-playlist-twenty.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 19:03:11 -0000 1.2 +++ audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 20:54:13 -0000 1.3 @@ -5,7 +5,7 @@ else title = str_to_utf8(entry->title); -+ title = convert_title_text(title) ++ title = convert_title_text(title); + pos = playlist_get_queue_position(entry); Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- audacious.spec 17 Aug 2006 19:03:11 -0000 1.8 +++ audacious.spec 17 Aug 2006 20:54:13 -0000 1.9 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -203,7 +203,7 @@ %changelog -* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-5.fc6 +* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-6.fc6 - Another go at the %20 problem * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 From fedora-extras-commits at redhat.com Thu Aug 17 21:03:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 17 Aug 2006 14:03:14 -0700 Subject: rpms/lyx/devel lyx.spec,1.42,1.43 Message-ID: <200608172103.k7HL3lGE014012@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13994 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-3 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- lyx.spec 25 Jul 2006 18:08:01 -0000 1.42 +++ lyx.spec 17 Aug 2006 21:03:14 -0000 1.43 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -201,6 +203,9 @@ %{_datadir}/lyx/ %ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +220,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Thu Aug 17 21:15:33 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:15:33 -0700 Subject: rpms/gallery2/devel gallery2.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608172115.k7HLFZ6s014210@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14191 Modified Files: gallery2.spec sources Log Message: Updating source snapshot to incorporate upstream security fixes released for 2.1.2 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:42 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:15:33 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 03:51:38 -0000 1.2 +++ sources 17 Aug 2006 21:15:33 -0000 1.3 @@ -1 +1 @@ -f3e48ee618255629a5148ee47257ade5 gallery-2.1.svn.tar.gz +7a94729fcd58f386dc5637de30b159a9 gallery-2.1.svn.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 21:19:17 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:17 -0700 Subject: rpms/deltarpm - New directory Message-ID: <200608172119.k7HLJJpx014353@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327/deltarpm Log Message: Directory /cvs/extras/rpms/deltarpm added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:19:18 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:18 -0700 Subject: rpms/deltarpm/devel - New directory Message-ID: <200608172119.k7HLJK35014356@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327/deltarpm/devel Log Message: Directory /cvs/extras/rpms/deltarpm/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:19:25 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:25 -0700 Subject: rpms/deltarpm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172119.k7HLJRTo014405@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372 Added Files: Makefile import.log Log Message: Setup of module deltarpm --- NEW FILE Makefile --- # Top level Makefile for module deltarpm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 21:19:26 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:26 -0700 Subject: rpms/deltarpm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172119.k7HLJSne014408@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module deltarpm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 21:19:44 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:44 -0700 Subject: rpms/deltarpm/devel deltarpm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172119.k7HLJkRC014474@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14436/devel Modified Files: .cvsignore sources Added Files: deltarpm.spec Log Message: auto-import deltarpm-3.3-4 on branch devel from deltarpm-3.3-4.src.rpm Initial import --- NEW FILE deltarpm.spec --- Summary: Create deltas between rpms Name: deltarpm Version: 3.3 Release: 4%{?dist} License: BSD Group: System Environment/Base URL: http://www.novell.com/products/linuxpackages/professional/deltarpm.html Source: ftp://ftp.suse.com/pub/projects/deltarpm/deltarpm-3.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, rpm-devel %description A deltarpm contains the difference between an old and a new version of a rpm, which makes it possible to recreate the new rpm from the deltarpm and the old one. You don't have to have a copy of the old rpm, deltarpms can also work with installed rpms. %prep %setup -q %build %{__make} %{?_smp_mflags} bindir=%{_bindir} mandir=%{_mandir} prefix=%{_prefix} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc LICENSE.BSD README %doc %{_mandir}/man8/* %{_bindir}/applydeltaiso %{_bindir}/applydeltarpm %{_bindir}/combinedeltarpm %{_bindir}/drpmsync %{_bindir}/makedeltaiso %{_bindir}/makedeltarpm %{_bindir}/rpmdumpheader %changelog * Thu Aug 17 2006 Mihai Ibanescu - 3.3-4 - Removing BuildRequires: gcc * Tue Aug 15 2006 Mihai Ibanescu - 3.3-3 - Fedora packaging guidelines build * Tue Aug 8 2006 Mihai Ibanescu - 3.3-2 - Added BuildRequires: rpm-devel, gcc * Sat Dec 03 2005 Dries Verachtert - 3.3-1 - 3768/dries - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/deltarpm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 21:19:25 -0000 1.1 +++ .cvsignore 17 Aug 2006 21:19:44 -0000 1.2 @@ -0,0 +1 @@ +deltarpm-3.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/deltarpm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 21:19:25 -0000 1.1 +++ sources 17 Aug 2006 21:19:44 -0000 1.2 @@ -0,0 +1 @@ +01b1e997f9b00f2c59aa6355309d3d06 deltarpm-3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 21:19:43 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:43 -0700 Subject: rpms/deltarpm import.log,1.1,1.2 Message-ID: <200608172119.k7HLJj6A014469@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14436 Modified Files: import.log Log Message: auto-import deltarpm-3.3-4 on branch devel from deltarpm-3.3-4.src.rpm Initial import Index: import.log =================================================================== RCS file: /cvs/extras/rpms/deltarpm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 21:19:25 -0000 1.1 +++ import.log 17 Aug 2006 21:19:43 -0000 1.2 @@ -0,0 +1 @@ +deltarpm-3_3-4:HEAD:deltarpm-3.3-4.src.rpm:1155849587 From fedora-extras-commits at redhat.com Thu Aug 17 21:21:51 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:21:51 -0700 Subject: rpms/gallery2/FC-5 gallery2.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608172121.k7HLLrWi014551@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14527 Modified Files: gallery2.spec sources Log Message: Upstream security fixes for upstream 2.1.2 - SVN snapshot as of 17 Aug 2006 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:41 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:21:51 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 03:51:38 -0000 1.2 +++ sources 17 Aug 2006 21:21:51 -0000 1.3 @@ -1 +1 @@ -f3e48ee618255629a5148ee47257ade5 gallery-2.1.svn.tar.gz +7a94729fcd58f386dc5637de30b159a9 gallery-2.1.svn.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 21:24:13 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:24:13 -0700 Subject: rpms/gallery2/FC-4 gallery2.spec,1.3,1.4 Message-ID: <200608172124.k7HLOFmw014639@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14620 Modified Files: gallery2.spec Log Message: Upstream security fixes - upstream ver 2.1.2, svn snapshot 17 aug 2006 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-4/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:40 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:24:13 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 From fedora-extras-commits at redhat.com Thu Aug 17 21:25:18 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:25:18 -0700 Subject: owners owners.list,1.1411,1.1412 Message-ID: <200608172125.k7HLPKbY014706@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14689 Modified Files: owners.list Log Message: Adding deltarpm, with me as an owner, for now Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1411 retrieving revision 1.1412 diff -u -r1.1411 -r1.1412 --- owners.list 17 Aug 2006 08:31:06 -0000 1.1411 +++ owners.list 17 Aug 2006 21:25:18 -0000 1.1412 @@ -246,6 +246,7 @@ Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| +Fedora Extras|deltarpm|Create deltas between rpms|misa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|deskbar-applet|A Gnome applet to allow easy access to various search engines|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|deutex|Doom wad manipulation tool|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 21:33:52 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:33:52 -0700 Subject: rpms/kooldock - New directory Message-ID: <200608172133.k7HLXs8S014835@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14809/kooldock Log Message: Directory /cvs/extras/rpms/kooldock added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:33:53 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:33:53 -0700 Subject: rpms/kooldock/devel - New directory Message-ID: <200608172133.k7HLXtAA014838@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14809/kooldock/devel Log Message: Directory /cvs/extras/rpms/kooldock/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:35:17 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:35:17 -0700 Subject: rpms/kooldock/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172135.k7HLZJC8014894@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14858/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kooldock --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 21:35:16 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:35:16 -0700 Subject: rpms/kooldock Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172135.k7HLZI5p014891@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14858 Added Files: Makefile import.log Log Message: Setup of module kooldock --- NEW FILE Makefile --- # Top level Makefile for module kooldock all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 21:40:07 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:40:07 -0700 Subject: rpms/kooldock import.log,1.1,1.2 Message-ID: <200608172140.k7HLe9Wa014967@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14933 Modified Files: import.log Log Message: auto-import kooldock-0.3-3.20060720cvs on branch devel from kooldock-0.3-3.20060720cvs.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kooldock/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 21:35:16 -0000 1.1 +++ import.log 17 Aug 2006 21:40:06 -0000 1.2 @@ -0,0 +1 @@ +kooldock-0_3-3_20060720cvs:HEAD:kooldock-0.3-3.20060720cvs.src.rpm:1155850795 From fedora-extras-commits at redhat.com Thu Aug 17 21:40:07 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:40:07 -0700 Subject: rpms/kooldock/devel kooldock.desktop, NONE, 1.1 kooldock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172140.k7HLe9UA014972@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14933/devel Modified Files: .cvsignore sources Added Files: kooldock.desktop kooldock.spec Log Message: auto-import kooldock-0.3-3.20060720cvs on branch devel from kooldock-0.3-3.20060720cvs.src.rpm --- NEW FILE kooldock.desktop --- [Desktop Entry] Encoding=UTF-8 Name=kooldock Exec=kooldock Icon=kooldock Type=Application Comment=KDE dock with cool visual enhancements and effects X-Desktop-File-Install-Version=0.10 Categories=Application;Qt;KDE;Utility;X-Fedora; --- NEW FILE kooldock.spec --- %define cvs_date 20060720 Name: kooldock Version: 0.3 Release: 3.%{cvs_date}cvs%{?dist} Summary: Cool dock for KDE with great visual effects and enhancements Group: User Interface/Desktops License: GPL URL: http://www.kde-look.org/content/show.php?content=12097 Source0: http://ecik.zspswidwin.pl/kooldock/%{name}%{cvs_date}.tar.bz2 Source3: kooldock.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: autoconf automake BuildRequires: qt-devel kdelibs-devel gettext %description KoolDock is a KDE project that aims to have a cool dock for KDE with great visual effects and enhancements. Some of it features are: - Display quick launchers to your favourite apps - A builtin task bar - Pager and clock. (Not done yet) - Smooth zooming effect (like Apple's OS X dock) - Transparent Background. %prep %setup -q -n %{name}%{cvs_date} rm -rf po/de.po #this file is empty make -f Makefile.dist %build unset QTDIR || : ; . /etc/profile.d/qt.sh %configure --disable-rpath --disable-dependency-tracking --disable-final make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ --add-category="X-Fedora" --vendor="" \ --add-category="Utility" \ --add-category="KDE" \ --add-category="Qt" \ --add-category="Application" \ %{SOURCE3} %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/crystalsvg || : %postun touch --no-create %{_datadir}/icons/crystalsvg || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/* %{_datadir}/apps/kooldock %{_datadir}/icons/crystalsvg/*/apps/kooldock.png %{_datadir}/applications/kde/*desktop %changelog * Wed Jul 26 2006 Micha?? Bentkowski - 0.3-3.20060720cvs - Fix in %%prep section - Delete kdelibs dependency - Delete export QTLIB... - Drop %%doc INSTALL - Add %%post and %%postun - Change of URL * Wed Jul 26 2006 Micha?? Bentkowski - 0.3-2.20060720cvs - Add some macros - Remove qt dependency * Thu Jul 20 2006 Micha?? Bentkowski - 0.3-1.20060720cvs - First release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kooldock/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 21:35:16 -0000 1.1 +++ .cvsignore 17 Aug 2006 21:40:07 -0000 1.2 @@ -0,0 +1 @@ +kooldock20060720.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kooldock/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 21:35:16 -0000 1.1 +++ sources 17 Aug 2006 21:40:07 -0000 1.2 @@ -0,0 +1 @@ +293b8fbff2045216fcfc95c54a2db0df kooldock20060720.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 21:46:49 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:46:49 -0700 Subject: owners owners.list,1.1412,1.1413 Message-ID: <200608172146.k7HLkpVr015045@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15028 Modified Files: owners.list Log Message: Added kooldock Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1412 retrieving revision 1.1413 diff -u -r1.1412 -r1.1413 --- owners.list 17 Aug 2006 21:25:18 -0000 1.1412 +++ owners.list 17 Aug 2006 21:46:49 -0000 1.1413 @@ -690,6 +690,7 @@ Fedora Extras|koffice-langpack|Language files for koffic|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|kompose|Provides a full screen view of all open windows|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|konversation|An easy to use irc client for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| +Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at poczta.fm|extras-qa at fedoraproject.org| Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 21:50:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 17 Aug 2006 14:50:34 -0700 Subject: comps comps-fe5.xml.in,1.95,1.96 comps-fe6.xml.in,1.86,1.87 Message-ID: <200608172150.k7HLoaAl015090@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15071 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add cpanspec, openvpn, perl-HTML-Mason, and perl-Kwiki. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- comps-fe5.xml.in 17 Aug 2006 16:31:16 -0000 1.95 +++ comps-fe5.xml.in 17 Aug 2006 21:50:34 -0000 1.96 @@ -38,6 +38,7 @@ cogito colordiff cpan2rpm + cpanspec cppunit curry cvsps @@ -609,6 +610,7 @@ kannel l2tpd nsd + openvpn puppet-server rbldnsd ushare @@ -662,6 +664,8 @@ mod_geoip mod_security moin + perl-HTML-Mason + perl-Kwiki plone php-pecl-apc phpldapadmin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- comps-fe6.xml.in 17 Aug 2006 16:31:16 -0000 1.86 +++ comps-fe6.xml.in 17 Aug 2006 21:50:34 -0000 1.87 @@ -40,6 +40,7 @@ cogito colordiff cpan2rpm + cpanspec cppunit cproto curry @@ -670,6 +671,7 @@ kannel l2tpd nsd + openvpn puppet-server rbldnsd sobby @@ -728,6 +730,8 @@ mod_security moin namazu + perl-HTML-Mason + perl-Kwiki plone php-pecl-apc phpldapadmin From fedora-extras-commits at redhat.com Thu Aug 17 21:51:06 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:51:06 -0700 Subject: owners owners.list,1.1413,1.1414 Message-ID: <200608172151.k7HLp8lp015111@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15064 Modified Files: owners.list Log Message: I've written invalid e-mail address... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1413 retrieving revision 1.1414 diff -u -r1.1413 -r1.1414 --- owners.list 17 Aug 2006 21:46:49 -0000 1.1413 +++ owners.list 17 Aug 2006 21:51:06 -0000 1.1414 @@ -690,7 +690,7 @@ Fedora Extras|koffice-langpack|Language files for koffic|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|kompose|Provides a full screen view of all open windows|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|konversation|An easy to use irc client for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| -Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at poczta.fm|extras-qa at fedoraproject.org| +Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 22:17:43 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:17:43 -0700 Subject: rpms/smb4k/devel .cvsignore, 1.8, 1.9 smb4k.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608172217.k7HMHjDe017869@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17848 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:09:07 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:17:43 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/smb4k.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smb4k.spec 19 Jun 2006 18:09:07 -0000 1.11 +++ smb4k.spec 17 Aug 2006 22:17:43 -0000 1.12 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:09:07 -0000 1.8 +++ sources 17 Aug 2006 22:17:43 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:18:30 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:18:30 -0700 Subject: rpms/smb4k/FC-5 .cvsignore, 1.8, 1.9 smb4k.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608172218.k7HMIWHh017934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17913 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:31:42 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:18:29 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/smb4k.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smb4k.spec 19 Jun 2006 18:31:42 -0000 1.11 +++ smb4k.spec 17 Aug 2006 22:18:29 -0000 1.12 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:31:42 -0000 1.8 +++ sources 17 Aug 2006 22:18:29 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:19:11 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:19:11 -0700 Subject: rpms/smb4k/FC-4 .cvsignore, 1.8, 1.9 smb4k.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608172219.k7HMJDRs017999@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17978 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:33:16 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:19:11 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/smb4k.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- smb4k.spec 19 Jun 2006 18:33:16 -0000 1.8 +++ smb4k.spec 17 Aug 2006 22:19:11 -0000 1.9 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:33:16 -0000 1.8 +++ sources 17 Aug 2006 22:19:11 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:30:30 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:30:30 -0700 Subject: rpms/bygfoot - New directory Message-ID: <200608172230.k7HMUWZA018251@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18230/bygfoot Log Message: Directory /cvs/extras/rpms/bygfoot added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:30:30 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:30:30 -0700 Subject: rpms/bygfoot/devel - New directory Message-ID: <200608172230.k7HMUWWD018254@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18230/bygfoot/devel Log Message: Directory /cvs/extras/rpms/bygfoot/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:31:29 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:31:29 -0700 Subject: rpms/bygfoot Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172231.k7HMVVmQ018306@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18275 Added Files: Makefile import.log Log Message: Setup of module bygfoot --- NEW FILE Makefile --- # Top level Makefile for module bygfoot all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 22:31:29 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:31:29 -0700 Subject: rpms/bygfoot/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172231.k7HMVVK8018311@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18275/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module bygfoot --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 22:42:22 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:42:22 -0700 Subject: rpms/bygfoot import.log,1.1,1.2 Message-ID: <200608172242.k7HMgsO9018431@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18396 Modified Files: import.log Log Message: auto-import bygfoot-2.0.0-2 on branch devel from bygfoot-2.0.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/bygfoot/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 22:31:28 -0000 1.1 +++ import.log 17 Aug 2006 22:42:22 -0000 1.2 @@ -0,0 +1 @@ +bygfoot-2_0_0-2:HEAD:bygfoot-2.0.0-2.src.rpm:1155854553 From fedora-extras-commits at redhat.com Thu Aug 17 22:42:23 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:42:23 -0700 Subject: rpms/bygfoot/devel bygfoot.desktop, NONE, 1.1 bygfoot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172243.k7HMgt4c018435@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18396/devel Modified Files: .cvsignore sources Added Files: bygfoot.desktop bygfoot.spec Log Message: auto-import bygfoot-2.0.0-2 on branch devel from bygfoot-2.0.0-2.src.rpm --- NEW FILE bygfoot.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Bygfoot Categories=Applications;Game;SportsGame Comment=A simple and addictive GTK2 football manager Comment[bg]=?????????? ?? ?????????????????????????? GTK2 ???????????????? ???????????????? Comment[da]=En enkel og vanedannende GTK2-fodboldmanager Comment[de]=Ein einfacher Fu??ballmanager mit Suchtgefahr Comment[es]=Un manager de futbol en GTK simple y adictivo Comment[fr]=Un jeux de manager de football simple et accrocheur Comment[nl]=Een simpele en verslavende GTK2 voetbal manager Comment[pl]=Prosty, ale wci??gaj??cy mened??er pi??karski Comment[ro]=Un simplu si captivant manager de fotbal bazat pe GTK2 Comment[sv]=En enkel och vanebildande fotbollsmanager f??r GTK2 Exec=/usr/bin/bygfoot Icon=/usr/share/bygfoot/support_files/pixmaps/bygfoot_icon.png Terminal=false Type=Application Version=2.0 --- NEW FILE bygfoot.spec --- Name: bygfoot Version: 2.0.0 Release: 2%{?dist} Summary: Bygfoot Football Manager Group: Amusements/Games License: GPL URL: http://www.bygfoot.com Source0: http://heanet.dl.sourceforge.net/sourceforge/bygfoot/bygfoot-%{version}.tar.bz2 Source3: bygfoot.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: pkgconfig gtk2-devel gettext %description Bygfoot is a small and simple graphical football (a.k.a. soccer) manager game featuring many international leagues and cups. You manage a team from one such league: you form the team, buy and sell players, get promoted or relegated and of course try to be successful. %prep %setup -q -n %{name}-2.0 %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/bygfoot/support_files/definitions/scotland/CVS %find_lang %{name} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE3} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog README TODO UPDATE %{_bindir}/bygfoot* %{_datadir}/bygfoot %{_datadir}/applications/fedora-bygfoot.desktop %changelog * Thu Aug 17 2006 Micha?? Bentkowski - 2.0.0-2 - Small fix in %%files section * Tue Aug 15 2006 Micha?? Bentkowski - 2.0.0-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bygfoot/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 22:31:29 -0000 1.1 +++ .cvsignore 17 Aug 2006 22:42:23 -0000 1.2 @@ -0,0 +1 @@ +bygfoot-2.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bygfoot/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 22:31:29 -0000 1.1 +++ sources 17 Aug 2006 22:42:23 -0000 1.2 @@ -0,0 +1 @@ +e5b7935c733cd39953256a0634e17784 bygfoot-2.0.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:57:44 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:57:44 -0700 Subject: rpms/crm114 - New directory Message-ID: <200608172257.k7HMvkpJ018598@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18577/crm114 Log Message: Directory /cvs/extras/rpms/crm114 added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:57:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:57:45 -0700 Subject: rpms/crm114/devel - New directory Message-ID: <200608172257.k7HMvl3Z018601@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18577/crm114/devel Log Message: Directory /cvs/extras/rpms/crm114/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:58:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:58:06 -0700 Subject: rpms/crm114 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172258.k7HMw80x018664@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628 Added Files: Makefile import.log Log Message: Setup of module crm114 --- NEW FILE Makefile --- # Top level Makefile for module crm114 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 22:58:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:58:06 -0700 Subject: rpms/crm114/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172258.k7HMw8vQ018667@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module crm114 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 22:58:12 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:58:12 -0700 Subject: owners owners.list,1.1414,1.1415 Message-ID: <200608172258.k7HMwEIS018688@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18480 Modified Files: owners.list Log Message: added bygfoot Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1414 retrieving revision 1.1415 diff -u -r1.1414 -r1.1415 --- owners.list 17 Aug 2006 21:51:06 -0000 1.1414 +++ owners.list 17 Aug 2006 22:58:12 -0000 1.1415 @@ -128,6 +128,7 @@ Fedora Extras|bwbar|A program that generates a readout of the current bandwidth use|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bwidget|Extended widget set for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bwm-ng|Bandwidth Monitor NG|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|bygfoot|Football manager|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|byzanz|A desktop recorder|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|bzflag|3D multi-player tank battle game|nphilipp at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bzr|A friendly distributed version control system|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com From fedora-extras-commits at redhat.com Thu Aug 17 23:03:37 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:03:37 -0700 Subject: rpms/crm114/devel crm114-rpm.patch, NONE, 1.1 crm114.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172303.k7HN3ev2021341@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301/devel Modified Files: .cvsignore sources Added Files: crm114-rpm.patch crm114.spec Log Message: auto-import crm114-0-0.1.20060704 on branch devel from crm114-0-0.1.20060704.src.rpm crm114-rpm.patch: --- NEW FILE crm114-rpm.patch --- --- crm114-20060704a-BlameRobert.src/megatest.sh.r 2006-07-08 04:48:12.000000000 +0200 +++ crm114-20060704a-BlameRobert.src/megatest.sh 2006-08-16 22:56:23.000000000 +0200 @@ -50,7 +50,7 @@ crm skudtest.crm crm statustest.crm #./exectest.crm -./unionintersecttest.crm +crm unionintersecttest.crm crm beeptest.crm crm userdirtest.crm crm windowtest.crm <<-EOF --- crm114-20060704a-BlameRobert.src/Makefile.r 2006-07-08 04:48:12.000000000 +0200 +++ crm114-20060704a-BlameRobert.src/Makefile 2006-08-16 22:53:12.000000000 +0200 @@ -47,7 +47,7 @@ # Tell the compiler full optimization, allow debugging, and warn on every # possible error # -CFLAGS += -O3 -g -Wall +#CFLAGS += -O3 -g -Wall # turn this one on for no optimization debugging. #CFLAGS += -O0 -g -Wall # turn this one on for really picayune debugging. @@ -56,7 +56,7 @@ # Choose between static and dynamic linking (we recommend static linking) # Comment this out if you want dynamic linking # -LDFLAGS += -static +#LDFLAGS += -static # # Any standard install flags? We nominally use protection 755 INSTALLFLAGS += -m 755 @@ -314,13 +314,13 @@ crm_util_errorhandlers.o \ crm_osbf_maintenance.o -lm -ltre -o osbf-util -cssdiff: cssdiff.c crm_util_errorhandlers.o $(HFILES) +cssdiff: cssdiff.c crm_util_errorhandlers.o crm_str_funcs.o $(HFILES) $(CC) $(CFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' -c cssdiff.c -o cssdiff.o $(CC) $(CFLAGS) $(LDFLAGS) \ crm_util_errorhandlers.o \ crm_str_funcs.o -ltre cssdiff.o -o cssdiff -cssmerge: cssmerge.c crm_util_errorhandlers.o $(HFILES) +cssmerge: cssmerge.c crm_util_errorhandlers.o crm_str_funcs.o $(HFILES) $(CC) $(CFLAGS) $(LDFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' \ crm_str_funcs.o \ crm_util_errorhandlers.o \ @@ -354,29 +354,29 @@ install_utils: $(MAKE) cssmerge cssutil cssdiff osbf-util - install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX) - install $(INSTALLFLAGS) cssmerge $(BINDIR)/cssmerge$(VER_SUFFIX) - install $(INSTALLFLAGS) cssutil $(BINDIR)/cssutil$(VER_SUFFIX) - install $(INSTALLFLAGS) osbf-util $(BINDIR)/osbf-util$(VER_SUFFIX) + install $(INSTALLFLAGS) cssdiff $(DESTDIR)$(BINDIR)/cssdiff$(VER_SUFFIX) + install $(INSTALLFLAGS) cssmerge $(DESTDIR)$(BINDIR)/cssmerge$(VER_SUFFIX) + install $(INSTALLFLAGS) cssutil $(DESTDIR)$(BINDIR)/cssutil$(VER_SUFFIX) + install $(INSTALLFLAGS) osbf-util $(DESTDIR)$(BINDIR)/osbf-util$(VER_SUFFIX) # if you don't have EMACS installed in the default place, you # won't get the crm114-mode.el automatically. - -install $(INSTALLFLAGS) crm114-mode.el /usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) + -install $(INSTALLFLAGS) crm114-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) install_tre: crm114_tre - install $(INSTALLFLAGS) crm114_tre $(BINDIR)/crm$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_tre $(DESTDIR)$(BINDIR)/crm$(VER_SUFFIX) # use different name so we can keep it around along with default one # and same VER_SUFFIX postfix install_gnu: crm114_gnu - install $(INSTALLFLAGS) crm114_gnu $(BINDIR)/crmg$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_gnu $(DESTDIR)$(BINDIR)/crmg$(VER_SUFFIX) install_binary_only: FORCE - install $(INSTALLFLAGS) crm114_tre $(BINDIR)/crm$(VER_SUFFIX) - install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX) - install $(INSTALLFLAGS) cssmerge $(BINDIR)/cssmerge$(VER_SUFFIX) - install $(INSTALLFLAGS) cssutil $(BINDIR)/cssutil$(VER_SUFFIX) - install $(INSTALLFLAGS) osbf-util $(BINDIR)/osbf-util$(VER_SUFFIX) - -install $(INSTALLFLAGS) crm114-mode.el /usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_tre $(DESTDIR)$(BINDIR)/crm$(VER_SUFFIX) + install $(INSTALLFLAGS) cssdiff $(DESTDIR)$(BINDIR)/cssdiff$(VER_SUFFIX) + install $(INSTALLFLAGS) cssmerge $(DESTDIR)$(BINDIR)/cssmerge$(VER_SUFFIX) + install $(INSTALLFLAGS) cssutil $(DESTDIR)$(BINDIR)/cssutil$(VER_SUFFIX) + install $(INSTALLFLAGS) osbf-util $(DESTDIR)$(BINDIR)/osbf-util$(VER_SUFFIX) + -install $(INSTALLFLAGS) crm114-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) uninstall: FORCE -rm -rf $(BINDIR)/crm$(VER_SUFFIX) --- NEW FILE crm114.spec --- %define cvsver 20060704 %define codename BlameRobert %define rel 1 Summary: CRM114 Bayesian Spam Detector Name: crm114 Version: 0 Release: 0.%{rel}.%{cvsver}%{?dist} URL: http://crm114.sourceforge.net/ License: GPL Group: Applications/Text Source0: http://crm114.sourceforge.net/%{name}-%{cvsver}a-%{codename}.no-TRE.src.tar.gz Patch0: %{name}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: tre-devel # crashes: BZ#202893 ExcludeArch: x86_64 %description CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user's wildest desires. Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, or by other means. %package emacs Summary: CRM114 mode for Emacs Group: Applications/Text Requires: emacs-el %description emacs Major Emacs mode for editing crm114 scripts. %prep %setup -q -n %{name}-%{cvsver}a-%{codename}.src %patch0 -p1 -b .r chmod 644 README *.cf *.h *.recipe *.txt %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" %clean rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{%{name},emacs/site-lisp}} make DESTDIR=$RPM_BUILD_ROOT install install -pm 755 mail{filter,reaver,trainer}.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/ install -pm 644 maillib.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/ %check export PATH=`pwd`:$PATH ln -s crm114_tre crm make megatest %files %defattr(-,root,root,-) %doc README *.txt *.recipe *.example mailfilter.cf %{_bindir}/* %{_datadir}/%{name} %files emacs %defattr(644,root,root,755) %{_datadir}/emacs/site-lisp/*.el %changelog * Wed Aug 16 2006 Dominik Mierzejewski 0-0.1.20060704 - FE-compliant versioning - emacs subpackage should require emacs-el - simplified file list - added %%check - small patch to make 'make megatest' work from current dir - ExcludeArch: x86_64 until 64bit tre is fixed * Wed Jul 26 2006 Dominik Mierzejewski - 20060704a release - added -emacs package with crm mode for emacs - fixed parallel make build - use dist tag - shut up rpmlint * Sun Feb 19 2006 Dominik Mierzejewski 0-0.1.20060118 - FE compliance - package mailfilter scripts * Mon Dec 15 2003 Bill Yerazunis - removed -RCx stuff, now version contains it. - updated for version 20031215-RC12 - License is GPL, not Artistic, so I corrected that. * Sat Dec 13 2003 Kevin Fenzi - Converted line endings from dos format to unix. - Changed BuildPreReq to be 'tre-devel' - Fixed install to install into rpm build root. - tested on redhat 9 with latest tre. * Tue Oct 22 2003 Nico Kadel-Garcia - Created RedHat compatible .spec file - Added libtre dependency to avoid building second package - Hard-coded "INSTALL_DIR" in build/install setups Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 22:58:06 -0000 1.1 +++ .cvsignore 17 Aug 2006 23:03:36 -0000 1.2 @@ -0,0 +1 @@ +crm114-20060704a-BlameRobert.no-TRE.src.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 22:58:06 -0000 1.1 +++ sources 17 Aug 2006 23:03:36 -0000 1.2 @@ -0,0 +1 @@ +7fec214c03679398979387b22e96b1d9 crm114-20060704a-BlameRobert.no-TRE.src.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 23:03:33 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:03:33 -0700 Subject: rpms/crm114 import.log,1.1,1.2 Message-ID: <200608172304.k7HN480X021359@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301 Modified Files: import.log Log Message: auto-import crm114-0-0.1.20060704 on branch devel from crm114-0-0.1.20060704.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/crm114/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 22:58:06 -0000 1.1 +++ import.log 17 Aug 2006 23:03:33 -0000 1.2 @@ -0,0 +1 @@ +crm114-0-0_1_20060704:HEAD:crm114-0-0.1.20060704.src.rpm:1155855902 From fedora-extras-commits at redhat.com Thu Aug 17 23:08:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 17 Aug 2006 16:08:03 -0700 Subject: rpms/eris/devel eris.spec,1.5,1.6 Message-ID: <200608172308.k7HN85df021501@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21484 Modified Files: eris.spec Log Message: Added missing Requires: packages for the -devel subpackage. Index: eris.spec =================================================================== RCS file: /cvs/extras/rpms/eris/devel/eris.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eris.spec 28 Jul 2006 02:26:36 -0000 1.5 +++ eris.spec 17 Aug 2006 23:08:03 -0000 1.6 @@ -1,6 +1,6 @@ Name: eris Version: 1.3.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Client-side session layer for Atlas-C++ Group: Development/Libraries @@ -22,7 +22,7 @@ %package devel Summary: Development files for Eris Group: Development/Libraries -Requires: %{name} = %{version}-%{release} atlascpp-devel skstream-devel wfmath-devel +Requires: pkgconfig %{name} = %{version}-%{release} atlascpp-devel skstream-devel wfmath-devel libsigc++20-devel %description devel @@ -74,6 +74,9 @@ %changelog +* Thu Aug 17 2006 Wart 1.3.11-7 +- Added missing -devel Requires: libsigc++20-devel + * Thu Jul 27 2006 Wart 1.3.11-6 - Disable 'make check' due to hanging tests in the fedora buildsys From fedora-extras-commits at redhat.com Thu Aug 17 23:12:39 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:12:39 -0700 Subject: owners owners.list,1.1415,1.1416 Message-ID: <200608172312.k7HNCfiJ021583@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21560 Modified Files: owners.list Log Message: Add myself as the maintainer of crm114 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1415 retrieving revision 1.1416 diff -u -r1.1415 -r1.1416 --- owners.list 17 Aug 2006 22:58:12 -0000 1.1415 +++ owners.list 17 Aug 2006 23:12:39 -0000 1.1416 @@ -209,6 +209,7 @@ Fedora Extras|cppunit|C++ unit testing framework|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|cproto|Generates function prototypes and variable declarations from C code|jnovy at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|crack|Password cracker|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| +Fedora Extras|crm114|CRM114 Bayesian Spam Detector|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|crossfire|Crossfire game server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|crossfire-client|Crossfire game client|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|crossfire-maps|Crossfire game server maps|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 00:28:54 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Thu, 17 Aug 2006 17:28:54 -0700 Subject: comps comps-fe5.xml.in,1.96,1.97 comps-fe6.xml.in,1.87,1.88 Message-ID: <200608180028.k7I0Suje024488@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24460 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added freenx to network-servers in comps-fe5.xml.in and comps-fe6.xml.in Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- comps-fe5.xml.in 17 Aug 2006 21:50:34 -0000 1.96 +++ comps-fe5.xml.in 18 Aug 2006 00:28:54 -0000 1.97 @@ -603,6 +603,7 @@ true flumotion + freenx icecast ipxripd ircd-hybrid Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- comps-fe6.xml.in 17 Aug 2006 21:50:34 -0000 1.87 +++ comps-fe6.xml.in 18 Aug 2006 00:28:54 -0000 1.88 @@ -664,6 +664,7 @@ ctrlproxy dnsmasq flumotion + freenx icecast ipxripd ircd-hybrid From fedora-extras-commits at redhat.com Fri Aug 18 01:38:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:31 -0700 Subject: rpms/perl-Data-Alias/devel - New directory Message-ID: <200608180138.k7I1cXSa027508@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27484/perl-Data-Alias/devel Log Message: Directory /cvs/extras/rpms/perl-Data-Alias/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 01:38:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:30 -0700 Subject: rpms/perl-Data-Alias - New directory Message-ID: <200608180138.k7I1cWt3027505@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27484/perl-Data-Alias Log Message: Directory /cvs/extras/rpms/perl-Data-Alias added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 01:38:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:38 -0700 Subject: owners owners.list,1.1416,1.1417 Message-ID: <200608180138.k7I1ceIN027542@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27516 Modified Files: owners.list Log Message: added perl-Data-Alias Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1416 retrieving revision 1.1417 diff -u -r1.1416 -r1.1417 --- owners.list 17 Aug 2006 23:12:39 -0000 1.1416 +++ owners.list 18 Aug 2006 01:38:38 -0000 1.1417 @@ -1155,6 +1155,7 @@ Fedora Extras|perl-Crypt-SmbHash|Pure-perl Lanman and NT MD4 hash functions|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-CSS-Tiny|Read/Write .css files with as little code as possible|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Curses|Perl bindings for ncurses|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Data-Alias|Comprehensive set of aliasing operations|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Buffer|Read/write buffer class for perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Compare|Compare perl data structures|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-HexDump|Hexadecial Dumper|andreas at bawue.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 01:38:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:40 -0700 Subject: rpms/perl-Data-Alias Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180138.k7I1cghP027553@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27536 Added Files: Makefile import.log Log Message: Setup of module perl-Data-Alias --- NEW FILE Makefile --- # Top level Makefile for module perl-Data-Alias all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 01:38:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:46 -0700 Subject: rpms/perl-Data-Alias/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180138.k7I1cmEw027576@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27536/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Data-Alias --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 01:38:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:55 -0700 Subject: rpms/perl-Data-Alias import.log,1.1,1.2 Message-ID: <200608180138.k7I1cvSe027625@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27591 Modified Files: import.log Log Message: auto-import perl-Data-Alias-1.0-1.fc5 on branch devel from perl-Data-Alias-1.0-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 01:38:40 -0000 1.1 +++ import.log 18 Aug 2006 01:38:55 -0000 1.2 @@ -0,0 +1 @@ +perl-Data-Alias-1_0-1_fc5:HEAD:perl-Data-Alias-1.0-1.fc5.src.rpm:1155865141 From fedora-extras-commits at redhat.com Fri Aug 18 01:38:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:56 -0700 Subject: rpms/perl-Data-Alias/devel filter-requires.sh, NONE, 1.1 perl-Data-Alias.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180138.k7I1cwf3027630@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27591/devel Modified Files: .cvsignore sources Added Files: filter-requires.sh perl-Data-Alias.spec Log Message: auto-import perl-Data-Alias-1.0-1.fc5 on branch devel from perl-Data-Alias-1.0-1.fc5.src.rpm --- NEW FILE filter-requires.sh --- #!/bin/sh /usr/lib/rpm/perl.prov $* | sed -e '/perl(base)/d' --- NEW FILE perl-Data-Alias.spec --- Name: perl-Data-Alias Version: 1.0 Release: 1%{?dist} Summary: Comprehensive set of aliasing operations License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Alias/ Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Data-Alias-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # perl(base) oddness Source99: filter-requires.sh %define __perl_requires %{SOURCE99} # and the missing requires Requires: perl(Exporter), perl(DynaLoader) %description Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. %prep %setup -q -n Data-Alias-%{version} -n Data-Alias-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Data* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 01:38:46 -0000 1.1 +++ .cvsignore 18 Aug 2006 01:38:56 -0000 1.2 @@ -0,0 +1 @@ +Data-Alias-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 01:38:46 -0000 1.1 +++ sources 18 Aug 2006 01:38:56 -0000 1.2 @@ -0,0 +1 @@ +390fc2fefbf3fa9bf30d482a46989953 Data-Alias-1.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 01:40:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:40:06 -0700 Subject: rpms/perl-Data-Alias/devel perl-Data-Alias.spec,1.1,1.2 Message-ID: <200608180140.k7I1e8VH027688@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27671 Modified Files: perl-Data-Alias.spec Log Message: bump Index: perl-Data-Alias.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/perl-Data-Alias.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Alias.spec 18 Aug 2006 01:38:56 -0000 1.1 +++ perl-Data-Alias.spec 18 Aug 2006 01:40:05 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Data-Alias Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comprehensive set of aliasing operations License: GPL or Artistic Group: Development/Libraries @@ -62,6 +62,9 @@ %changelog +* Thu Aug 17 2006 Chris Weyl 1.0-2 +- bump for build & release + * Wed Aug 16 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 03:16:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:11 -0700 Subject: rpms/perl-POE-Component-Server-HTTP - New directory Message-ID: <200608180316.k7I3GDL0000926@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv900/perl-POE-Component-Server-HTTP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-HTTP added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 03:16:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:16 -0700 Subject: rpms/perl-POE-Component-Server-HTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608180316.k7I3GI7x000966@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv936 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-HTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-HTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 03:16:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:12 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel - New directory Message-ID: <200608180316.k7I3GEbL000929@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv900/perl-POE-Component-Server-HTTP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 03:16:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:21 -0700 Subject: owners owners.list,1.1417,1.1418 Message-ID: <200608180316.k7I3GN0l000992@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv970 Modified Files: owners.list Log Message: added perl-POE-Component-Server-HTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1417 retrieving revision 1.1418 diff -u -r1.1417 -r1.1418 --- owners.list 18 Aug 2006 01:38:38 -0000 1.1417 +++ owners.list 18 Aug 2006 03:16:21 -0000 1.1418 @@ -1393,6 +1393,7 @@ Fedora Extras|perl-POE-Component-IRC|A POE component for building IRC clients|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 03:16:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:17 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180316.k7I3GJk3000969@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv936/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-HTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 03:16:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:33 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel perl-POE-Component-Server-HTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180316.k7I3GZ2x001042@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1007/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-HTTP.spec Log Message: auto-import perl-POE-Component-Server-HTTP-0.09-1.fc5 on branch devel from perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-HTTP.spec --- Name: perl-POE-Component-Server-HTTP Version: 0.09 Release: 1%{?dist} Summary: Foundation of a POE HTTP Daemon License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-HTTP/ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(LWP) BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Status) # >= 0.3007 vvvvvvvv BuildRequires: perl(POE) BuildRequires: perl(YAML) # Note that this _is_ listed as a BR in Makefile.PL, but 1) is only used in # t/30_error.t and 2) depends on Devel::Size, which is broken on x86_64 (see # cpan bug at, e.g., http://rt.cpan.org/Public/Bug/Display.html?id=21037) # When this is addressed, I'll gladly package those two as well, for proper # build-time testing. #BuildRequires: perl(POE::API::Peek) %description POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building custom HTTP servers based on POE. It is loosely modeled on the ideas of apache and the mod_perl/Apache module. %prep %setup -q -n POE-Component-Server-HTTP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # see rant in BR's, above rm t/30_error.t # I'm unsure as to wrapping this with _with_network_tests logic. Should be # kosher, it's only doing tests on localhost. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README test.perl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 03:16:17 -0000 1.1 +++ .cvsignore 18 Aug 2006 03:16:33 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-HTTP-0.09.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 03:16:17 -0000 1.1 +++ sources 18 Aug 2006 03:16:33 -0000 1.2 @@ -0,0 +1 @@ +d20963ebc65bebea4c863813861b9985 POE-Component-Server-HTTP-0.09.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 03:16:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:29 -0700 Subject: rpms/perl-POE-Component-Server-HTTP import.log,1.1,1.2 Message-ID: <200608180317.k7I3H2ZW001052@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1007 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-HTTP-0.09-1.fc5 on branch devel from perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 03:16:16 -0000 1.1 +++ import.log 18 Aug 2006 03:16:29 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-HTTP-0_09-1_fc5:HEAD:perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm:1155870995 From fedora-extras-commits at redhat.com Fri Aug 18 04:13:28 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:13:28 -0700 Subject: comps comps-fe5.xml, 1.10, 1.11 comps-fe5.xml.in, 1.97, 1.98 comps-fe6.xml, 1.11, 1.12 comps-fe6.xml.in, 1.88, 1.89 Message-ID: <200608180413.k7I4DUGt003936@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3899 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: Added gtkdatabox under gnome development Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- comps-fe5.xml 16 Aug 2006 03:22:49 -0000 1.10 +++ comps-fe5.xml 18 Aug 2006 04:13:27 -0000 1.11 @@ -9,8 +9,11 @@ false true + BibTool conglomerate + docbook2X kile + ooo2txt scribus @@ -23,25 +26,38 @@ true abicheck + aplus-fsf + archmage + asa bazaar bigloo bzr ccache clisp + cmake cogito colordiff cpan2rpm + cpanspec + cppunit + curry cvsps cvsweb darcs epydoc erlang fedora-rpmdevtools + flasm + ftnchek fpc + gauche gforth ghc git + gprolog highlight + lightning + hugs98 lcov lincvs lua @@ -54,12 +70,17 @@ pl plt-scheme pylint + q + qgit quilt rpmlint splint + srecord svnmailer tkcvs tla + tolua++ + ucblogo yap yasm @@ -90,6 +111,7 @@ gobby jed leafpad + scribes TeXmacs @@ -106,6 +128,11 @@ cernlib-utils galculator gdl + gnucap + grads + gtkwave + hdf + hdf5 hmmer kst lagan @@ -113,6 +140,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -146,10 +174,12 @@ alacarte brightside byzanz + buoh deskbar-applet gdesklets gfontview glunarclock + gnochm gmpc gnome-applet-rhythmbox gnome-theme-clearlooks-bigpack @@ -185,6 +215,7 @@ gnome-common gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel @@ -199,10 +230,14 @@ true abe + auriferous blobwars + bsd-games bzflag celestia cgoban + chess + clanbomber crystal-stacker crystal-stacker-themes csmash @@ -217,6 +252,7 @@ gl-117 gnofract4d gnome-sudoku + gnubg gnuchess gnugo grhino @@ -226,17 +262,25 @@ lmarbles lucidlife Maelstrom + monkey-bubble + monsterz + nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop + pinball + pingus pipenightdreams powermanga ppracer qascade qqo + rafkill raidem rocksndiamonds rogue @@ -245,16 +289,25 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs + trackballs + trackballs-music tuxkart + tuxpuck ularn uqm viruskiller wesnoth worminator + wormux + xaos + xarchon xboard + xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -269,8 +322,10 @@ false true + childsplay drgeo drgeo-doc + gcompris gperiodic stellarium tuxtype2 @@ -298,13 +353,17 @@ dillo drivel fwbuilder + gaim-gaym gajim galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella + gtorrentviewer gwget + kadu kickpim konversation kphone @@ -312,6 +371,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -339,18 +399,20 @@ digikam fontforge fyre - grads gv gpp gqview graphviz gwenview inkscape + k3d qiv + renrot showimg skencil sodipodi tuxpaint + wings @@ -367,10 +429,13 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -381,6 +446,7 @@ false true + newscache leafnode suck @@ -412,7 +478,11 @@ MagicPoint pybliographer qcad + revelation texmaker + tinyerp + tinyerp-server + xchm @@ -428,16 +498,20 @@ akode amarok audacity + bin2iso bmp camstream camE + dvdisaster easytag + gcdmaster gcfilms gcombust gnomad2 gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins @@ -462,16 +536,23 @@ aide airsnort apcupsd + arc + bochs cfengine cfs crack dkms + enca environment-modules epylog fuse fwbuilder ghasher ghex + gkrellm + grepmail + gtklp + gtkterm hercules ibmonitor inadyn @@ -480,10 +561,16 @@ moomps nagios nfswatch + oddjob + pbzip2 + puppet rdiff-backup sabayon shorewall snort + syslog-ng + swatch + tiobench ttywatch unison vnstat @@ -499,6 +586,7 @@ false true + 915resolution acpitool i810switch i8kutils @@ -516,11 +604,19 @@ true flumotion + freenx icecast + ipxripd ircd-hybrid jabberd kannel - ushare + l2tpd + nsd + openvpn + puppet-server + rbldnsd + ushare + vnc-reflector @@ -531,11 +627,15 @@ true true + argus bittorrent centericq cone elmo + iperf irssi + libtranslate + nail naim ncftp nget @@ -545,7 +645,6 @@ rtorrent snownews tin - tinyfugue @@ -567,7 +666,11 @@ mod_geoip mod_security moin + perl-HTML-Mason + perl-Kwiki plone + php-pecl-apc + phpldapadmin thttpd TurboGears zope @@ -615,10 +718,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar @@ -634,6 +737,8 @@ fluxbox fluxconf hackedbox + obconf + openbox WindowMaker wmx @@ -698,13 +803,18 @@ true basket + kchmviewer kickpim kdissert + kerry kbibtex kiosktool kmymoney2 + knemo kompose + ksynaptics kyum + metamonitor @@ -739,6 +849,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex @@ -818,4 +929,4 @@ network-server - + \ No newline at end of file Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- comps-fe5.xml.in 18 Aug 2006 00:28:54 -0000 1.97 +++ comps-fe5.xml.in 18 Aug 2006 04:13:27 -0000 1.98 @@ -215,6 +215,7 @@ gnome-common gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- comps-fe6.xml 17 Aug 2006 12:31:22 -0000 1.11 +++ comps-fe6.xml 18 Aug 2006 04:13:27 -0000 1.12 @@ -9,9 +9,14 @@ false true + BibTool conglomerate + docbook2X + html401-dtds kile + ooo2txt scribus + w3c-markup-validator @@ -23,25 +28,44 @@ true abicheck + aplus-fsf + archmage + asa bazaar bigloo bzr ccache clisp + cmake cogito colordiff cpan2rpm + cpanspec + cppunit + cproto + curry + cvs2cl + cvs2svn + cvsgraph + cvsplot cvsps cvsweb darcs epydoc erlang - fedora-rpmdevtools + flasm + ftnchek fpc + gauche gforth ghc git + gprolog + haddock highlight + hugs98 + ipython + lightning lcov lincvs lua @@ -51,14 +75,26 @@ mock monotone ocaml + perltidy + pgadmin3 pl plt-scheme + pscan pylint + q + qgit quilt + rpmdevtools rpmlint splint + Sprog + srecord + svn2cl + svnmailer tkcvs tla + tolua++ + ucblogo yap yasm @@ -89,6 +125,9 @@ gobby jed leafpad + nedit + poedit + scribes TeXmacs @@ -105,6 +144,11 @@ cernlib-utils galculator gdl + gnucap + grads + gtkwave + hdf + hdf5 hmmer kst lagan @@ -112,14 +156,17 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad qucs R R-gnomeGUI + rrdtool scalapack SIBsim4 + veusz @@ -144,11 +191,13 @@ alacarte brightside + buoh byzanz - deskbar-applet + deskbar-applet gdesklets gfontview glunarclock + gnochm gmpc gnome-applet-rhythmbox gnome-theme-clearlooks-bigpack @@ -161,9 +210,10 @@ nautilus-flac-converter nautilus-image-converter sabayon - seahorse + seahorse smeg themes-backgrounds-gnome + verbiste-gnome wp_tray @@ -182,11 +232,15 @@ gconfmm26-devel glibmm24-devel gnome-common + gtk2hs gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel + plotmm-devel @@ -198,9 +252,14 @@ true abe + auriferous + blobwars + bsd-games bzflag celestia cgoban + chess + clanbomber crossfire-client crystal-stacker crystal-stacker-themes @@ -216,6 +275,7 @@ gl-117 gnofract4d gnome-sudoku + gnubg gnuchess gnugo grhino @@ -225,17 +285,26 @@ lmarbles lucidlife Maelstrom + manaworld + monkey-bubble + monsterz + nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop + pinball + pingus pipenightdreams powermanga ppracer qascade qqo + rafkill raidem rocksndiamonds rogue @@ -244,15 +313,25 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs + trackballs + trackballs-music + tuxkart + tuxpuck ularn uqm viruskiller wesnoth worminator + wormux + xaos + xarchon xboard + xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -267,9 +346,12 @@ false true + childsplay drgeo drgeo-doc + gcompris gperiodic + gtypist stellarium tuxtype2 @@ -283,15 +365,16 @@ true amaya + amsn apollon azureus balsa bittorrent-gui - blam - blogtk + blogtk bluefish comical contact-lookup-applet + contacts d4x deskbar-applet dillo @@ -301,17 +384,20 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella + gtorrentviewer gwget + kadu kickpim konversation kphone - ktorrent licq liferea linphone logjam + mail-notification pan prozilla psi @@ -339,18 +425,21 @@ digikam fontforge fyre - grads gv gpp gqview graphviz gwenview inkscape + ipe + k3d qiv + renrot showimg skencil sodipodi tuxpaint + wings @@ -367,10 +456,13 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -382,6 +474,7 @@ true leafnode + newscache suck @@ -412,7 +505,12 @@ MagicPoint pybliographer qcad + revelation + taskjuggler texmaker + tinyerp + tinyerp-server + xchm @@ -424,32 +522,37 @@ true abcde + adplay alsamixergui akode amarok audacity + bin2iso bmp camstream camE - cowbell - easytag + dvdisaster + easytag + gcdmaster gcfilms gcombust gnomad2 gnomebaker graveman grip + id3v2 + jack-audio-connection-kit kid3 kover libvisual-plugins - muine - serpentine - soundconverter + nomadsync + soundconverter soundtracker sweep tagtool ushare xmms + xmms-adplug xmms-cdread xmms-flac @@ -465,33 +568,71 @@ aide airsnort apcupsd + apt + arc + bochs + cabextract + chrpath cfengine cfs + conman + connect-proxy crack dkms + enca environment-modules epylog + fedora-package-config-apt + fedora-package-config-smart fuse fwbuilder + ganglia ghasher ghex + gkrellm + gnokii + grepmail + gtklp + gtkterm hercules ibmonitor inadyn + ip6sic + isic + john + ksmarttray + lft lirc + mmv moodss moomps nagios nfswatch + oddjob + par2cmdline + pbzip2 + puppet + powerman + pwgen rdiff-backup sabayon shorewall + smart + smart-gui snort + syslog-ng + swatch + synaptic + tiobench + torque-client + torque-gui ttywatch unison + upx vnstat vpnc wine + x3270-x11 @@ -503,9 +644,12 @@ true acpitool + hddtemp i810switch i8kutils libifp + openct + opensc s3switch tpb @@ -518,13 +662,24 @@ false true - ez-ipupdate + ctrlproxy + dnsmasq flumotion + freenx icecast + ipxripd ircd-hybrid jabberd kannel + l2tpd + nsd + openvpn + puppet-server + rbldnsd + sobby + torque-server ushare + vnc-reflector @@ -535,11 +690,16 @@ true true + argus bittorrent centericq cone elmo + iperf irssi + libtranslate + mew + nail naim ncftp nget @@ -549,7 +709,7 @@ rtorrent snownews tin - tinyfugue + xprobe2 @@ -571,7 +731,13 @@ mod_geoip mod_security moin + namazu + perl-HTML-Mason + perl-Kwiki plone + php-pecl-apc + phpldapadmin + tclhttpd thttpd TurboGears zope @@ -638,6 +804,8 @@ fluxbox fluxconf hackedbox + obconf + openbox WindowMaker wmx @@ -686,14 +854,13 @@ alltray aterm + Canna + FreeWnn fonttools + kinput2 rxvt workrave xlockmore - xscreensaver-base - xscreensaver-extras - xscreensaver-gl-extras - xwrits @@ -706,13 +873,19 @@ true basket + kchmviewer kickpim kdissert kbibtex + kerry kiosktool kmymoney2 + knemo kompose + ksensors + ksynaptics kyum + metamonitor @@ -747,6 +920,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex @@ -826,4 +1000,4 @@ network-server - + \ No newline at end of file Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- comps-fe6.xml.in 18 Aug 2006 00:28:54 -0000 1.88 +++ comps-fe6.xml.in 18 Aug 2006 04:13:27 -0000 1.89 @@ -235,6 +235,7 @@ gtk2hs gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel From fedora-extras-commits at redhat.com Fri Aug 18 04:13:29 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:13:29 -0700 Subject: comps/po comps.pot,1.1.1.1,1.2 Message-ID: <200608180413.k7I4DVoA003940@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/comps/po In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3899/po Modified Files: comps.pot Log Message: Added gtkdatabox under gnome development Index: comps.pot =================================================================== RCS file: /cvs/extras/comps/po/comps.pot,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- comps.pot 26 Feb 2006 20:30:27 -0000 1.1.1.1 +++ comps.pot 18 Aug 2006 04:13:29 -0000 1.2 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-26 15:27-0500\n" +"POT-Creation-Date: 2006-08-17 21:09-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -238,97 +238,106 @@ #: ../comps-fe5.xml.in.h:52 msgid "" +"These packages are helpful when developing web applications or web pages." +msgstr "" + +#: ../comps-fe5.xml.in.h:53 +msgid "" "These tools allow you to create documentation in the DocBook format and " "convert them to HTML, PDF, Postscript, and text." msgstr "" -#: ../comps-fe5.xml.in.h:53 +#: ../comps-fe5.xml.in.h:54 msgid "These tools allow you to run a Web server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:54 +#: ../comps-fe5.xml.in.h:55 msgid "These tools allow you to run an FTP server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:55 +#: ../comps-fe5.xml.in.h:56 msgid "" "These tools include core development tools such as automake, gcc, perl, " "python, and debuggers." msgstr "" -#: ../comps-fe5.xml.in.h:56 +#: ../comps-fe5.xml.in.h:57 msgid "This group allows you to configure the system as a news server." msgstr "" -#: ../comps-fe5.xml.in.h:57 +#: ../comps-fe5.xml.in.h:58 msgid "This group includes graphical email, Web, and chat clients." msgstr "" -#: ../comps-fe5.xml.in.h:58 +#: ../comps-fe5.xml.in.h:59 msgid "" "This group includes packages for performing mathematical and scientific " "computations and plotting, as well as unit conversion." msgstr "" -#: ../comps-fe5.xml.in.h:59 +#: ../comps-fe5.xml.in.h:60 msgid "This group includes packages to help you manipulate and scan images." msgstr "" -#: ../comps-fe5.xml.in.h:60 +#: ../comps-fe5.xml.in.h:61 msgid "" "This group includes text-based email, Web, and chat clients. These " "applications do not require the X Window System." msgstr "" -#: ../comps-fe5.xml.in.h:61 +#: ../comps-fe5.xml.in.h:62 msgid "" "This group is a collection of graphical administration tools for the system, " "such as for managing user accounts and configuring system hardware." msgstr "" -#: ../comps-fe5.xml.in.h:62 +#: ../comps-fe5.xml.in.h:63 msgid "This group is a collection of network servers for specific purposes" msgstr "" -#: ../comps-fe5.xml.in.h:63 +#: ../comps-fe5.xml.in.h:64 msgid "" "This group is a collection of tools for various hardware specific utilities." msgstr "" -#: ../comps-fe5.xml.in.h:64 +#: ../comps-fe5.xml.in.h:65 msgid "" "This group is a collection of various tools for the system, such as the " "client for connecting to SMB shares and tools to monitor network traffic." msgstr "" -#: ../comps-fe5.xml.in.h:65 +#: ../comps-fe5.xml.in.h:66 msgid "Various core pieces of the system." msgstr "" -#: ../comps-fe5.xml.in.h:66 +#: ../comps-fe5.xml.in.h:67 msgid "Various ways to relax and spend your free time." msgstr "" -#: ../comps-fe5.xml.in.h:67 +#: ../comps-fe5.xml.in.h:68 +msgid "Web Development" +msgstr "" + +#: ../comps-fe5.xml.in.h:69 msgid "Web Server" msgstr "" -#: ../comps-fe5.xml.in.h:68 +#: ../comps-fe5.xml.in.h:70 msgid "Window Managers" msgstr "" -#: ../comps-fe5.xml.in.h:69 +#: ../comps-fe5.xml.in.h:71 msgid "X Window System" msgstr "" -#: ../comps-fe5.xml.in.h:70 +#: ../comps-fe5.xml.in.h:72 msgid "XEmacs" msgstr "" -#: ../comps-fe5.xml.in.h:71 +#: ../comps-fe5.xml.in.h:73 msgid "XFCE" msgstr "" -#: ../comps-fe5.xml.in.h:72 +#: ../comps-fe5.xml.in.h:74 msgid "XFCE Software Development" msgstr "" From fedora-extras-commits at redhat.com Fri Aug 18 04:15:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 21:15:36 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel perl-POE-Component-Server-HTTP.spec, 1.1, 1.2 Message-ID: <200608180415.k7I4Fcku003968@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3951 Modified Files: perl-POE-Component-Server-HTTP.spec Log Message: bump Index: perl-POE-Component-Server-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/perl-POE-Component-Server-HTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-HTTP.spec 18 Aug 2006 03:16:33 -0000 1.1 +++ perl-POE-Component-Server-HTTP.spec 18 Aug 2006 04:15:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-HTTP Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foundation of a POE HTTP Daemon License: GPL or Artistic Group: Development/Libraries @@ -72,6 +72,9 @@ %{_mandir}/man3/* %changelog +* Thu Aug 17 2006 Chris Weyl 0.09-2 +- bump + * Wed Aug 16 2006 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 04:18:19 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:18:19 -0700 Subject: rpms/gtkdatabox/FC-4 gtkdatabox.spec,1.5,1.6 Message-ID: <200608180418.k7I4ILud004023@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4006 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:45:14 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:18:19 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:18:57 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:18:57 -0700 Subject: rpms/gtkdatabox/FC-5 gtkdatabox.spec,1.5,1.6 Message-ID: <200608180418.k7I4IxY0004086@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4069 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:44:19 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:18:57 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:19:51 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:19:51 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.5,1.6 Message-ID: <200608180419.k7I4JrAh004147@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4130 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:37:50 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:19:51 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:28:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 17 Aug 2006 21:28:37 -0700 Subject: rpms/xscreensaver/devel xscreensaver-5.00-localesegv.patch, NONE, 1.1 xscreensaver.spec, 1.23, 1.24 Message-ID: <200608180428.k7I4Sdgc004271@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251 Modified Files: xscreensaver.spec Added Files: xscreensaver-5.00-localesegv.patch Log Message: * Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 - Very nasty segv problem was brought by me. Fixing...... * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) xscreensaver-5.00-localesegv.patch: --- NEW FILE xscreensaver-5.00-localesegv.patch --- --- xscreensaver-5.00/hacks/screenhack.c.localesegv 2006-08-11 09:08:37.000000000 +0900 +++ xscreensaver-5.00/hacks/screenhack.c 2006-08-18 11:44:32.000000000 +0900 @@ -180,28 +180,27 @@ #endif 0 }; - int j; + int j1, j2; - for (j = 0; examine_locale[j]; j++) + for (j1 = 0; examine_locale[j1]; j1++) { - const char *current_locale = setlocale(examine_locale[j], NULL); - const char *env_locale = setlocale(examine_locale[j], ""); + const char *current_locale = setlocale(examine_locale[j1], NULL); + const char *env_locale = setlocale(examine_locale[j1], ""); const char *cmp_locale; if (!env_locale || !*env_locale) { - setlocale(examine_locale[j], current_locale); + setlocale(examine_locale[j1], current_locale); continue; } - while ((cmp_locale = change_locale[j])) + for (j2 = 0; (cmp_locale = change_locale[j2]); j2++) { if (!strncmp(env_locale, cmp_locale, strlen(cmp_locale))) { - (void) setlocale(examine_locale[j], "C"); + (void) setlocale(examine_locale[j2], "C"); continue; } - j++; } } Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- xscreensaver.spec 11 Aug 2006 00:34:58 -0000 1.23 +++ xscreensaver.spec 18 Aug 2006 04:28:37 -0000 1.24 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 16 +%define fedora_rel 17 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -34,6 +34,7 @@ Patch110: xscreensaver-5.00-fix-hacks.patch Patch111: xscreensaver-5.00-kill-getimage.patch Patch112: xscreensaver-5.00-po-correctdir.patch +Patch113: xscreensaver-5.00-localesegv.patch %package base Summary: A minimal installation of xscreensaver @@ -109,6 +110,7 @@ %patch110 -p1 -b .fix-hacks %patch111 -p1 -b .kill-getimage %patch112 -p1 -b .po-dir +%patch113 -p1 -b .localesegv install -c -m644 -p %{SOURCE10} po/ja.po @@ -302,6 +304,9 @@ %defattr(-,root,root) %changelog +* Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 +- Very nasty segv problem was brought by me. Fixing...... + * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) From fedora-extras-commits at redhat.com Fri Aug 18 05:02:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:15 -0700 Subject: rpms/fRaBs - New directory Message-ID: <200608180502.k7I52Hii007027@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016/fRaBs Log Message: Directory /cvs/extras/rpms/fRaBs added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:02:17 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:17 -0700 Subject: rpms/fRaBs/devel - New directory Message-ID: <200608180502.k7I52J68007040@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016/fRaBs/devel Log Message: Directory /cvs/extras/rpms/fRaBs/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:02:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:45 -0700 Subject: rpms/fRaBs/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180502.k7I52lib007095@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7061/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fRaBs --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 05:02:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:44 -0700 Subject: rpms/fRaBs Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180502.k7I52kcG007089@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7061 Added Files: Makefile import.log Log Message: Setup of module fRaBs --- NEW FILE Makefile --- # Top level Makefile for module fRaBs all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 05:05:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:05:23 -0700 Subject: rpms/fRaBs/devel fRaBs.desktop, NONE, 1.1 fRaBs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180505.k7I55P3s007192@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7154/devel Modified Files: .cvsignore sources Added Files: fRaBs.desktop fRaBs.spec Log Message: auto-import fRaBs-2.10-1 on branch devel from fRaBs-2.10-1.src.rpm --- NEW FILE fRaBs.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles Exec=abuse.sdl -f -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE fRaBs.spec --- %define _version 210 Name: fRaBs Version: 2.10 Release: 1%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ Summary: Free data files for abuse the game Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: abuse Provides: abuse-data Provides: frabs = %{version}-%{release} %description Free data files for Abuse, the classic Crack-Dot-Com game. %prep %setup -q -n frabs%{_version}_unix.src %build convert icons/frabs2.ico %{name}.png %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} # dirs, can't use install cp -a addon art levels lisp music netlevel register sfx \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -p -m 644 *.lsp defaults.prp $RPM_BUILD_ROOT%{_datadir}/%{name} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps install -p -m 644 %{name}.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root) %doc readme.txt docs/* %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %changelog * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 05:02:45 -0000 1.1 +++ .cvsignore 18 Aug 2006 05:05:23 -0000 1.2 @@ -0,0 +1 @@ +frabs210_unix.src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 05:02:45 -0000 1.1 +++ sources 18 Aug 2006 05:05:23 -0000 1.2 @@ -0,0 +1 @@ +50f2d8ce39145f38a7ae7d1c9b6bd9ac frabs210_unix.src.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 18 05:05:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:05:22 -0700 Subject: rpms/fRaBs import.log,1.1,1.2 Message-ID: <200608180505.k7I55srs007198@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7154 Modified Files: import.log Log Message: auto-import fRaBs-2.10-1 on branch devel from fRaBs-2.10-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fRaBs/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 05:02:44 -0000 1.1 +++ import.log 18 Aug 2006 05:05:22 -0000 1.2 @@ -0,0 +1 @@ +fRaBs-2_10-1:HEAD:fRaBs-2.10-1.src.rpm:1155877905 From fedora-extras-commits at redhat.com Fri Aug 18 05:25:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:25:50 -0700 Subject: rpms/abuse - New directory Message-ID: <200608180525.k7I5Pqkd007429@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7408/abuse Log Message: Directory /cvs/extras/rpms/abuse added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:25:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:25:50 -0700 Subject: rpms/abuse/devel - New directory Message-ID: <200608180525.k7I5Pqua007432@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7408/abuse/devel Log Message: Directory /cvs/extras/rpms/abuse/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:26:18 -0700 Subject: rpms/abuse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180526.k7I5QKff007481@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7453 Added Files: Makefile import.log Log Message: Setup of module abuse --- NEW FILE Makefile --- # Top level Makefile for module abuse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:26:18 -0700 Subject: rpms/abuse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180526.k7I5QKuU007484@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7453/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module abuse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 05:27:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:27:24 -0700 Subject: rpms/abuse import.log,1.1,1.2 Message-ID: <200608180527.k7I5Ru8J007567@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7527 Modified Files: import.log Log Message: auto-import abuse-0.7.0-1 on branch devel from abuse-0.7.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/abuse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 05:26:18 -0000 1.1 +++ import.log 18 Aug 2006 05:27:24 -0000 1.2 @@ -0,0 +1 @@ +abuse-0_7_0-1:HEAD:abuse-0.7.0-1.src.rpm:1155879221 From fedora-extras-commits at redhat.com Fri Aug 18 05:27:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:27:25 -0700 Subject: rpms/abuse/devel abuse.spec, NONE, 1.1 abuse_sdl-0.7.0-debian.patch, NONE, 1.1 abuse_sdl-0.7.0-fixes.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180527.k7I5RvUK007571@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7527/devel Modified Files: .cvsignore sources Added Files: abuse.spec abuse_sdl-0.7.0-debian.patch abuse_sdl-0.7.0-fixes.patch Log Message: auto-import abuse-0.7.0-1 on branch devel from abuse-0.7.0-1.src.rpm --- NEW FILE abuse.spec --- Name: abuse Version: 0.7.0 Release: 1%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL URL: http://www.labyrinth.net.au/~trandor/abuse/ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data %description This is the SDL version of Abuse, the classic Crack-Dot-Com game. It can run in a window or fullscreen and it has stereo sound with sound panning. %prep %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mv $RPM_BUILD_ROOT%{_datadir}/games/%{name}/%{name}.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps rm -fr $RPM_BUILD_ROOT%{_datadir}/games %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc AUTHORS README TODO %{_bindir}/%{name}.sdl %{_mandir}/man6/%{name}-sdl.6.gz %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %changelog * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission abuse_sdl-0.7.0-debian.patch: --- NEW FILE abuse_sdl-0.7.0-debian.patch --- Index: abuse-sdl-0.7.0/src/imlib/include/visobj.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/visobj.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/visobj.hpp 2006-06-21 15:02:31.000000000 +0200 @@ -10,6 +10,7 @@ virtual void draw(image *screen, int x, int y, window_manager *wm, filter *f) = 0; virtual int width(window_manager *wm) = 0; virtual int height(window_manager *wm) = 0; + virtual ~visual_object() {} } ; Index: abuse-sdl-0.7.0/src/imlib/include/status.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/status.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/status.hpp 2006-06-21 15:02:31.000000000 +0200 @@ -11,6 +11,7 @@ virtual void update(int percentage) = 0; virtual void pop() = 0; virtual void force_display() { ; } + virtual ~status_manager() {} } ; Index: abuse-sdl-0.7.0/src/imlib/include/jmalloc.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/jmalloc.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/jmalloc.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -7,14 +7,14 @@ #ifdef MANAGE_MEM enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE}; extern int alloc_space; -void *jmalloc(long size, char *what_for); -void *jrealloc(void *ptr, long size, char *what_for); +void *jmalloc(int32_t size, char *what_for); +void *jrealloc(void *ptr, int32_t size, char *what_for); void jfree(void *ptr); void mem_report(char *filename); -void jmalloc_init(long min_size); +void jmalloc_init(int32_t min_size); void jmalloc_uninit(); -long j_allocated(); -long j_available(); +int32_t j_allocated(); +int32_t j_available(); extern void free_up_memory(); #else #define jmalloc(x,y) malloc(x) Index: abuse-sdl-0.7.0/src/imlib/include/palette.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/palette.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/palette.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -27,7 +27,7 @@ palette(bFILE *fp); void set(int x, unsigned char red, unsigned char green, unsigned char blue); void get(int x, unsigned char &red, unsigned char &green, unsigned char &blue); - long getquad(int x); + uint32_t getquad(int x); unsigned int red(int x) { return pal[x].red; } unsigned int green(int x) { return pal[x].green; } unsigned int blue(int x) { return pal[x].blue; } Index: abuse-sdl-0.7.0/src/imlib/include/timage.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/timage.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/timage.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -27,15 +27,15 @@ // if screen x & y offset already calculated save a mul // and no clipping, but fast use this - void put_image_offseted(image *screen, uchar *s_off); + void put_image_offseted(image *screen, uint8_t *s_off); void put_image_filled(image *screen, int x, int y, - uchar fill_color); + uint8_t fill_color); void put_fade(image *screen, int x, int y, int frame_on, int total_frames, color_filter *f, palette *pal); void put_fade_tint(image *screen, int x, int y, int frame_on, int total_frames, - uchar *tint, + uint8_t *tint, color_filter *f, palette *pal); void put_color(image *screen, int x, int y, int color); unsigned char *clip_y(image *screen, int x1, int y1, int x2, int y2, Index: abuse-sdl-0.7.0/src/imlib/include/packet.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/packet.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/packet.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -4,24 +4,24 @@ class packet { public : - uchar *buf; - long buf_size,ro,wo,rend; + uint8_t *buf; + int32_t buf_size,ro,wo,rend; int pre_size; void make_bigger(int max); int get_read_position() { return ro; } void set_read_position(int x) { ro=x; } - int read(uchar *buffer, int size); - int write(uchar *buffer, int size); + int read(uint8_t *buffer, int size); + int write(uint8_t *buffer, int size); int eop() { return ro>=rend; } void reset(); packet(int prefix_size=2); void get_string(char *st, int len); - int advance(long offset); + int advance(int32_t offset); - void write_long(ulong x); // writes can't fail... - void write_short(ushort x); - void write_byte(uchar x); + void write_uint32(uint32_t x); // writes can't fail... + void write_uint16(uint16_t x); + void write_uint8(uint8_t x); void insert_into(packet &pk); int size() { return rend-pre_size; } ~packet(); Index: abuse-sdl-0.7.0/src/imlib/include/jwindow.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/jwindow.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/jwindow.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -68,9 +68,8 @@ struct jwindow_properties { - uchar moveable, - hidden; - + uint8_t moveable, + hidden; } ; Index: abuse-sdl-0.7.0/src/imlib/include/image.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/image.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/image.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -18,10 +18,10 @@ #define imWRITE_ERROR 7 #define imMAX_ERROR 7 -short current_error(); +int16_t current_error(); void clear_errors(); -void set_error(short x); -short last_error(); +void set_error(int16_t x); +int16_t last_error(); void make_block(size_t size); void image_init(); void image_uninit(); @@ -29,9 +29,9 @@ typedef struct image_color_t { - unsigned short r; - unsigned short g; - unsigned short b; + uint16_t r; + uint16_t g; + uint16_t b; } image_color; class filter; @@ -40,44 +40,44 @@ class dirty_rect : public linked_node { public : - short dx1,dy1,dx2,dy2; - dirty_rect(short x1, short y1, short x2, short y2) + int16_t dx1,dy1,dx2,dy2; + dirty_rect(int16_t x1, int16_t y1, int16_t x2, int16_t y2) { dx1=x1; dy1=y1; dx2=x2; dy2=y2; if (x2dy1>dy1; } } ; class image_descriptor { - short l,h; - short clipx1, clipy1, clipx2, clipy2; + int16_t l,h; + int16_t clipx1, clipy1, clipx2, clipy2; public : - unsigned char keep_dirt, - static_mem; // if this flag is set then don't free memory on exit + uint8_t keep_dirt, + static_mem; // if this flag is set then don't free memory on exit linked_list dirties; void *extended_descriptor; // type depends on current system [...13914 lines suppressed...] return 0; } -game_object *number_to_object_in_list(long x, object_node *list) +game_object *number_to_object_in_list(int32_t x, object_node *list) { if (!x) return NULL; x--; while (x && list) { list=list->next; x--; } @@ -1525,9 +1525,9 @@ } -long object_list_length(object_node *list) +int32_t object_list_length(object_node *list) { - long x=0; + int32_t x=0; while (list) { list=list->next; x++; } return x; @@ -1542,7 +1542,7 @@ int t=figures[Type]->tv; if (t) { - lvars=(long *)jmalloc(t*4,"object vars"); + lvars=(int32_t *)jmalloc(t*4,"object vars"); memset(lvars,0,t*4); } else lvars=NULL; @@ -1555,7 +1555,7 @@ int game_object::reduced_state() { - long x=0; + int32_t x=0; for (int i=0;its;i++) { if (i==state) return x; @@ -1577,7 +1577,7 @@ game_object *o=current_object; current_object=(game_object *)this; - time_marker *prof1; + time_marker *prof1=NULL; if (profiling()) prof1=new time_marker; @@ -1606,7 +1606,7 @@ int t=figures[new_type]->tv; if (t) { - lvars=(long *)jmalloc(t*4,"object vars"); + lvars=(int32_t *)jmalloc(t*4,"object vars"); memset(lvars,0,t*4); } else lvars=NULL; @@ -1620,7 +1620,7 @@ void *m=mark_heap(TMP_SPACE); - time_marker *prof1; + time_marker *prof1=NULL; if (profiling()) prof1=new time_marker; Index: abuse-sdl-0.7.0/src/include/lcache.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/include/lcache.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/include/lcache.hpp 2006-06-21 15:02:32.000000000 +0200 @@ -5,7 +5,7 @@ #ifdef SCADALISP #define can_cache_lisp() 0 #else -#define can_cache_lisp() 1 +#define can_cache_lisp() 0 /* XXX */ #endif long block_size(Cell *level); // return number of bytes to save this block of code Index: abuse-sdl-0.7.0/src/include/bus_type.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/include/bus_type.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/include/bus_type.hpp 2006-06-21 15:02:33.000000000 +0200 @@ -2,35 +2,35 @@ #define BUS_TYPE_HPP #ifdef __sgi -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef sun -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef SUN3 -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef SUN4 -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __sgi -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef _AIX -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __sparc__ -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __arm__ -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #endif // BUS_TYPE_HPP Index: abuse-sdl-0.7.0/src/lisp.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/lisp.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/lisp.cpp 2006-06-21 15:02:33.000000000 +0200 @@ -171,7 +171,9 @@ void *lmalloc(int size, int which_space) { -#ifdef WORD_ALLIGN + return malloc(size); /* XXX */ + +#ifdef WORD_ALIGN size=(size+3)&(~3); #endif Index: abuse-sdl-0.7.0/src/lcache.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/lcache.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/lcache.cpp 2006-06-21 15:02:33.000000000 +0200 @@ -35,7 +35,7 @@ { ret=sizeof(lisp_pointer); } else ret=0; } -#ifdef WORD_ALLIGN +#ifdef WORD_ALIGN return (ret+3)&(~3); #else return ret; Index: abuse-sdl-0.7.0/src/imlib/keys.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/keys.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/keys.cpp 2006-06-21 15:02:34.000000000 +0200 @@ -11,7 +11,7 @@ void key_name(int key, char *buffer) { - static char sing[2]; + //static char sing[2]; if( key > 255 && key <= JK_MAX_KEY ) strcpy(buffer,jk_key_names[key-256]); else if( key == JK_BACKSPACE ) Index: abuse-sdl-0.7.0/src/imlib/jwindow.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/jwindow.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/jwindow.cpp 2006-06-21 15:02:34.000000000 +0200 @@ -175,7 +175,7 @@ ev.window->next=NULL; if (red) { - jwindow *j=ev.window,*p; + jwindow *j=ev.window; /* screen->add_dirty(j->x,j->y,j->x+j->l-1,j->y+j->h-1); for (p=first;p!=j;p=p->next) p->screen->add_dirty(j->x-p->x,j->y-p->y,j->x+j->l-1-p->x,j->y+j->h-1-p->y);*/ @@ -282,8 +282,8 @@ { jwindow *p,*q; - int mx,my,but; - image *mouse_pic,*mouse_save; + int mx=0,my=0; + image *mouse_pic=NULL,*mouse_save=NULL; if (has_mouse()) { @@ -426,7 +426,7 @@ ifield *input_manager::unlink(int id) // unlinks ID from fields list and return the pointer to it { - for (ifield *i=first,*last;i;i=i->next) + for (ifield *i=first,*last=NULL;i;i=i->next) { if (i->id==id) { abuse_sdl-0.7.0-fixes.patch: --- NEW FILE abuse_sdl-0.7.0-fixes.patch --- diff -ur abuse_sdl-0.7.0.orig/src/include/stack.hpp abuse_sdl-0.7.0/src/include/stack.hpp --- abuse_sdl-0.7.0.orig/src/include/stack.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse_sdl-0.7.0/src/include/stack.hpp 2006-08-16 16:54:58.000000000 +0200 @@ -13,20 +13,38 @@ { public : T **sdata; - long son; - - grow_stack(int max_size) { sdata=(T **)jmalloc(max_size,"pointer stack"); son=0; } + unsigned int son, _max_size; + /* the max_size parameter is the number of bytes of the pointerstack + instead of the number of entries which it ofcourse should have been. + This breaks on 64 bit since the caller assumes 4 bytes per pointer and + thus on 64 bit allocates not enough memory. Instead of fixing all callers + we work around this by multiplying maxsize by 2 on 64 bit. */ + grow_stack(unsigned int max_size) + { + max_size *= sizeof(void*)/sizeof(int); + sdata = (T **)jmalloc(max_size, "pointer stack"); + son=0; + _max_size=max_size; + } + void push(T *data) { sdata[son]=data; son++; + if (son >= (_max_size/sizeof(int))) + { + lbreak("stack overflow\n"); + exit(0); + } } - T *pop(long total) - { if (total>son) { lbreak("stack underflow\n"); exit(0); } + T *pop(unsigned int total) + { + if (total>son) { lbreak("stack underflow\n"); exit(0); } son-=total; return sdata[son]; } + void clean_up() { if (son!=0) fprintf(stderr,"Warning cleaning up stack and not empty\n"); diff -ur abuse_sdl-0.7.0.orig/src/light.cpp abuse_sdl-0.7.0/src/light.cpp --- abuse_sdl-0.7.0.orig/src/light.cpp 2006-08-16 16:56:33.000000000 +0200 +++ abuse_sdl-0.7.0/src/light.cpp 2006-08-16 16:36:07.000000000 +0200 @@ -348,7 +348,7 @@ // f->write(green_light,256*64); for (int i=0;iwrite(tints[i],256); - fp->write(bright_tint,256); + f->write(bright_tint,256); // f.write(trans_table,256*256); } delete f; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 05:26:18 -0000 1.1 +++ .cvsignore 18 Aug 2006 05:27:25 -0000 1.2 @@ -0,0 +1 @@ +abuse_sdl-0.7.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 05:26:18 -0000 1.1 +++ sources 18 Aug 2006 05:27:25 -0000 1.2 @@ -0,0 +1 @@ +59ea4498886642aa975f04233cc92558 abuse_sdl-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 18 05:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:31:02 -0700 Subject: rpms/fRaBs/devel fRaBs.spec,1.1,1.2 Message-ID: <200608180531.k7I5V40n007665@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7648 Modified Files: fRaBs.spec Log Message: add missing BR ImageMagick Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.spec 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.spec 18 Aug 2006 05:31:01 -0000 1.2 @@ -10,6 +10,7 @@ Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ImageMagick BuildArch: noarch Requires: abuse Provides: abuse-data From fedora-extras-commits at redhat.com Fri Aug 18 05:35:33 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:35:33 -0700 Subject: owners owners.list,1.1418,1.1419 Message-ID: <200608180535.k7I5ZZjb007759@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7742 Modified Files: owners.list Log Message: added abuse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1418 retrieving revision 1.1419 diff -u -r1.1418 -r1.1419 --- owners.list 18 Aug 2006 03:16:21 -0000 1.1418 +++ owners.list 18 Aug 2006 05:35:33 -0000 1.1419 @@ -19,6 +19,7 @@ Fedora Extras|abicheck|ABI checking tool|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|abook|Text-based addressbook program for mutt|rpm at greysector.net|extras-qa at fedoraproject.org| +Fedora Extras|abuse|The classic Crack-Dot-Com game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 05:37:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:37:02 -0700 Subject: owners owners.list,1.1419,1.1420 Message-ID: <200608180537.k7I5b4dV007848@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7800 Modified Files: owners.list Log Message: added fRaBs Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1419 retrieving revision 1.1420 diff -u -r1.1419 -r1.1420 --- owners.list 18 Aug 2006 05:35:33 -0000 1.1419 +++ owners.list 18 Aug 2006 05:37:01 -0000 1.1420 @@ -362,6 +362,7 @@ Fedora Extras|fortune-mod|A program which will display a fortune|sheltren at cs.ucsb.edu|extras-qa at fedoraproject.org| Fedora Extras|fpc|Free Pascal Compiler|joost at cnoc.nl|extras-qa at fedoraproject.org| Fedora Extras|fping|Scriptable, parallelized ping-like utility|kaboom at oobleck.net|extras-qa at fedoraproject.org| +Fedora Extras|fRaBs|Free data files for abuse the game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|freealut|Implementation of OpenAL's ALUT standard|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|freeciv|The Freeciv multi-player strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|freedoom|Open-source data files for Doom game engines|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 05:45:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:45:27 -0700 Subject: rpms/fRaBs/devel fRaBs.spec,1.2,1.3 Message-ID: <200608180545.k7I5jTZH008681@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8664 Modified Files: fRaBs.spec Log Message: add missing BR desktop-file-utils Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fRaBs.spec 18 Aug 2006 05:31:01 -0000 1.2 +++ fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 @@ -10,7 +10,7 @@ Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ImageMagick +BuildRequires: ImageMagick desktop-file-utils BuildArch: noarch Requires: abuse Provides: abuse-data From fedora-extras-commits at redhat.com Fri Aug 18 06:02:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 23:02:39 -0700 Subject: rpms/abuse/devel abuse.spec,1.1,1.2 Message-ID: <200608180603.k7I63Cab011306@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11289 Modified Files: abuse.spec Log Message: add COPYING to %doc Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- abuse.spec 18 Aug 2006 05:27:25 -0000 1.1 +++ abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 @@ -56,7 +56,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS README TODO +%doc AUTHORS README TODO COPYING %{_bindir}/%{name}.sdl %{_mandir}/man6/%{name}-sdl.6.gz %{_datadir}/icons/hicolor/32x32/apps/%{name}.png From fedora-extras-commits at redhat.com Fri Aug 18 09:45:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:45:43 -0700 Subject: rpms/plotutils - New directory Message-ID: <200608180945.k7I9jjHB019937@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19911/plotutils Log Message: Directory /cvs/extras/rpms/plotutils added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 09:45:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:45:43 -0700 Subject: rpms/plotutils/devel - New directory Message-ID: <200608180945.k7I9jja4019940@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19911/plotutils/devel Log Message: Directory /cvs/extras/rpms/plotutils/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 09:46:04 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:46:04 -0700 Subject: rpms/plotutils Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180946.k7I9k6ho019989@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19956 Added Files: Makefile import.log Log Message: Setup of module plotutils --- NEW FILE Makefile --- # Top level Makefile for module plotutils all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 09:46:05 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:46:05 -0700 Subject: rpms/plotutils/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180946.k7I9k7r6019992@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19956/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module plotutils --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 09:50:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:50:39 -0700 Subject: rpms/plotutils import.log,1.1,1.2 Message-ID: <200608180951.k7I9pBJF020056@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20020 Modified Files: import.log Log Message: auto-import plotutils-2.5-2 on branch devel from plotutils-2.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/plotutils/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 09:46:04 -0000 1.1 +++ import.log 18 Aug 2006 09:50:39 -0000 1.2 @@ -0,0 +1 @@ +plotutils-2_5-2:HEAD:plotutils-2.5-2.src.rpm:1155894444 From fedora-extras-commits at redhat.com Fri Aug 18 09:50:40 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:50:40 -0700 Subject: rpms/plotutils/devel plotutils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180951.k7I9pC47020060@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20020/devel Modified Files: .cvsignore sources Added Files: plotutils.spec Log Message: auto-import plotutils-2.5-2 on branch devel from plotutils-2.5-2.src.rpm --- NEW FILE plotutils.spec --- Name: plotutils Version: 2.5 Release: 2%{?dist} Summary: GNU vector and raster graphics utilities and libraries Group: Applications/Productivity License: GPL URL: http://www.gnu.org/software/plotutils/ Source0: ftp://ftp.gnu.org/gnu/plotutils/plotutils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex BuildRequires: libpng-devel BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXaw-devel BuildRequires: libXt-devel BuildRequires: libXext-devel Requires(post): /sbin/install-info Requires(post): /sbin/ldconfig Requires(preun): /sbin/install-info %description The GNU plotutils package contains software for both programmers and technical users. Its centerpiece is libplot, a powerful C/C++ function library for exporting 2-D vector graphics in many file formats, both vector and raster. It can also do vector graphics animations. Besides libplot, the package contains command-line programs for plotting scientific data. Many of them use libplot to export graphics %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files needed for developing %{name} applications %prep %setup -q cp -f lib/fontlist.c graph/ cp -f lib/fontlist.c plot/ cp -f lib/fontlist.c pic2plot/ cp -f lib/fontlist.c plotfont/ cp -f lib/fontlist.c tek2plot/ %build %configure --disable-static --enable-libplotter --enable-libxmi --enable-ps-fonts-in-pcl make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT docs-to-include make install DESTDIR=$RPM_BUILD_ROOT mkdir docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/ode docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/pic2plot docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/libplot docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/tek2plot docs-to-include find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/libxmi.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/plotutils.info %{_infodir}/dir || : /sbin/ldconfig %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/libxmi.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/plotutils.info %{_infodir}/dir || : fi %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS COMPAT COPYING NEWS THANKS README PROBLEMS KNOWN_BUGS %doc docs-to-include/* %{_bindir}/graph %{_bindir}/ode %{_bindir}/double %{_bindir}/plot %{_bindir}/pic2plot %{_bindir}/plotfont %{_bindir}/spline %{_bindir}/tek2plot %{_libdir}/*.so.* %{_mandir}/man1/* %{_infodir}/*.info* %files devel %defattr(-, root, root, -) %doc TODO %{_includedir}/*.h %{_libdir}/*.so %changelog * Thu Aug 10 2006 Denis Leroy - 2.5-2 - Some reformatting, added ldconfig Req * Wed Aug 9 2006 Denis Leroy - 2.5-1 - Initial version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 09:46:04 -0000 1.1 +++ .cvsignore 18 Aug 2006 09:50:40 -0000 1.2 @@ -0,0 +1 @@ +plotutils-2.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 09:46:04 -0000 1.1 +++ sources 18 Aug 2006 09:50:40 -0000 1.2 @@ -0,0 +1 @@ +0d6855cce17832afe2ff75c26a57be49 plotutils-2.5.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 09:56:47 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:56:47 -0700 Subject: owners owners.list,1.1420,1.1421 Message-ID: <200608180956.k7I9undO020137@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20120 Modified Files: owners.list Log Message: Added plotutils Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1420 retrieving revision 1.1421 diff -u -r1.1420 -r1.1421 --- owners.list 18 Aug 2006 05:37:01 -0000 1.1420 +++ owners.list 18 Aug 2006 09:56:46 -0000 1.1421 @@ -1550,6 +1550,7 @@ Fedora Extras|plib16|Set of portable libraries especially useful for games|matthias at rpmforge.net|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|plone|User friendly and powerful open source Content Management System|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|plotmm|GTKmm plot widget for scientific applications|karlthered at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|plotutils|GNU vector and raster graphics utilities and libraries|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|plplot|Library of functions for making scientific plots|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|plt-scheme|Graphical environment for developing programs using Scheme|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|poedit|GUI editor for GNU gettext .po files|icon at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 11:25:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 04:25:59 -0700 Subject: rpms/pstoedit/devel pstoedit.spec,1.1,1.2 Message-ID: <200608181126.k7IBQ1tu026114@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26097 Modified Files: pstoedit.spec Log Message: Added svg/libplot support Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/devel/pstoedit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pstoedit.spec 15 Jun 2006 15:31:09 -0000 1.1 +++ pstoedit.spec 18 Aug 2006 11:25:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -15,6 +15,7 @@ BuildRequires: libpng-devel BuildRequires: dos2unix BuildRequires: ghostscript +BuildRequires: plotutils-devel %description Pstoedit converts PostScript and PDF files to various vector graphic @@ -41,7 +42,7 @@ dos2unix doc/*.htm doc/readme.txt %build -%configure --disable-static --without-emf --without-swf --without-libplot +%configure --disable-static --without-emf --without-swf make @@ -82,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Fri Aug 18 2006 Denis Leroy - 3.44-3 +- Added svg/libplot support + * Thu Jun 15 2006 Denis Leroy - 3.44-2 - Added missing Requires and BuildRequires - Patched configure to prevent CXXFLAGS overwrite From fedora-extras-commits at redhat.com Fri Aug 18 12:45:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:45:45 -0700 Subject: rpms/lyx/FC-5 lyx.spec,1.39,1.40 Message-ID: <200608181245.k7ICjlgO029027@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29007 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-3 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-5/lyx.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- lyx.spec 25 Jul 2006 18:29:40 -0000 1.39 +++ lyx.spec 18 Aug 2006 12:45:45 -0000 1.40 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -201,6 +203,9 @@ %{_datadir}/lyx/ %ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +220,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Fri Aug 18 12:47:50 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:47:50 -0700 Subject: rpms/lyx/devel lyx.spec,1.43,1.44 Message-ID: <200608181247.k7IClqEA029102@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29085 Modified Files: lyx.spec Log Message: fix dup'd file listing Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- lyx.spec 17 Aug 2006 21:03:14 -0000 1.43 +++ lyx.spec 18 Aug 2006 12:47:50 -0000 1.44 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -201,7 +201,6 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist %ghost %{_datadir}/lyx/lyxrc.defaults %ghost %{_datadir}/lyx/*.lst @@ -220,7 +219,7 @@ %changelog -* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) * Thu Jul 13 2006 Rex Dieter 1.4.2-2 From fedora-extras-commits at redhat.com Fri Aug 18 12:48:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:48:09 -0700 Subject: rpms/lyx/FC-5 lyx.spec,1.40,1.41 Message-ID: <200608181248.k7ICmBLC029135@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29118 Modified Files: lyx.spec Log Message: fix dup'd file listing Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-5/lyx.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- lyx.spec 18 Aug 2006 12:45:45 -0000 1.40 +++ lyx.spec 18 Aug 2006 12:48:09 -0000 1.41 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -201,7 +201,6 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist %ghost %{_datadir}/lyx/lyxrc.defaults %ghost %{_datadir}/lyx/*.lst @@ -220,7 +219,7 @@ %changelog -* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) * Thu Jul 13 2006 Rex Dieter 1.4.2-2 From fedora-extras-commits at redhat.com Fri Aug 18 12:48:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:48:43 -0700 Subject: rpms/lyx/FC-4 lyx.spec,1.27,1.28 Message-ID: <200608181248.k7ICmjD6029210@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29191 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-4/lyx.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- lyx.spec 25 Jul 2006 18:30:10 -0000 1.27 +++ lyx.spec 18 Aug 2006 12:48:43 -0000 1.28 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -199,8 +201,10 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +219,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Fri Aug 18 13:37:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 06:37:58 -0700 Subject: rpms/uw-imap/devel imap-legacy.pam, NONE, 1.1 imap.pam, 1.1, 1.2 uw-imap.spec, 1.8, 1.9 imap.fc5.pam, 1.1, NONE Message-ID: <200608181338.k7IDc0RK032175@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32155 Modified Files: imap.pam uw-imap.spec Added Files: imap-legacy.pam Removed Files: imap.fc5.pam Log Message: * Fri Aug 18 2006 Rex Dieter 2004g-5 - cleanup, respin for fc6 --- NEW FILE imap-legacy.pam --- #%PAM-1.0 auth required pam_nologin.so auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth session required pam_stack.so service=system-auth Index: imap.pam =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/imap.pam,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imap.pam 17 Nov 2005 13:59:25 -0000 1.1 +++ imap.pam 18 Aug 2006 13:37:58 -0000 1.2 @@ -1,5 +1,5 @@ #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- uw-imap.spec 1 Mar 2006 15:52:51 -0000 1.8 +++ uw-imap.spec 18 Aug 2006 13:37:58 -0000 1.9 @@ -6,7 +6,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2004g -Release: 4%{?dist}.2 +Release: 5%{?dist} License: University of Washington Free-Fork License Group: System Environment/Daemons @@ -29,9 +29,9 @@ Obsoletes: imap < 1:%{version} # legacy/old pam setup, using pam_stack.so -Source1: imap.pam +Source1: imap-legacy.pam # new pam setup, using new "include" feature -Source2: imap.fc5.pam +Source2: imap.pam Source3: imap-xinetd Source4: ipop2-xinetd Source5: ipop3-xinetd @@ -233,7 +233,7 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc docs/SSLBUILD %config %{_sysconfdir}/pam.d/imap %config %{_sysconfdir}/pam.d/pop @@ -252,7 +252,7 @@ %{_sbindir}/imapd %files utils -%defattr(-,root,root) +%defattr(-,root,root,-) %{_bindir}/* %attr(2755, root, mail) %{_sbindir}/mlock %{_mandir}/man1/* @@ -263,7 +263,7 @@ %{_libdir}/lib%{soname}.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %{_includedir}/imap/ %{_libdir}/c-client.a %{_libdir}/libc-client.a @@ -271,6 +271,9 @@ %changelog +* Fri Aug 18 2006 Rex Dieter 2004g-5 +- cleanup, respin for fc6 + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- imap.fc5.pam DELETED --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:33 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel - New directory Message-ID: <200608181519.k7IFJZSv005395@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5366/perl-POE-Component-Server-XMLRPC/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 15:19:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:32 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC - New directory Message-ID: <200608181519.k7IFJY9U005392@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5366/perl-POE-Component-Server-XMLRPC Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 15:19:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:37 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608181519.k7IFJd45005430@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5402 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-XMLRPC --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-XMLRPC all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:42 -0700 Subject: owners owners.list,1.1421,1.1422 Message-ID: <200608181519.k7IFJiZm005460@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5436 Modified Files: owners.list Log Message: added perl-POE-Component-Server-XMLRPC Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1421 retrieving revision 1.1422 diff -u -r1.1421 -r1.1422 --- owners.list 18 Aug 2006 09:56:46 -0000 1.1421 +++ owners.list 18 Aug 2006 15:19:42 -0000 1.1422 @@ -1396,6 +1396,7 @@ Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 15:19:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:38 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181519.k7IFJehc005433@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5402/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-XMLRPC --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:48 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC import.log,1.1,1.2 Message-ID: <200608181519.k7IFJo49005504@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5471 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-XMLRPC-0.05-1.fc5 on branch devel from perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 15:19:37 -0000 1.1 +++ import.log 18 Aug 2006 15:19:48 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-XMLRPC-0_05-1_fc5:HEAD:perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm:1155914394 From fedora-extras-commits at redhat.com Fri Aug 18 15:19:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:49 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel perl-POE-Component-Server-XMLRPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181519.k7IFJpOZ005509@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5471/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-XMLRPC.spec Log Message: auto-import perl-POE-Component-Server-XMLRPC-0.05-1.fc5 on branch devel from perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-XMLRPC.spec --- Name: perl-POE-Component-Server-XMLRPC Version: 0.05 Release: 1%{?dist} Summary: Publish POE event handlers via XMLRPC over HTTP License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-XMLRPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAHEX/POE-Component-Server-XMLRPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) #BuildRequires: perl( BuildRequires: perl(POE) >= 0.22 BuildRequires: perl(XMLRPC::Lite) >= 0.28 BuildRequires: perl(POE::Component::Server::HTTP) >= 0.02 %description POE::Component::Server::XMLRPC is a bolt-on component that can publish a event handlers via XMLRPC over HTTP. %prep %setup -q -n POE-Component-Server-XMLRPC-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Aug 11 2006 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 15:19:38 -0000 1.1 +++ .cvsignore 18 Aug 2006 15:19:49 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-XMLRPC-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 15:19:38 -0000 1.1 +++ sources 18 Aug 2006 15:19:49 -0000 1.2 @@ -0,0 +1 @@ +263fd98df07331d64be5beb75b07835a POE-Component-Server-XMLRPC-0.05.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 15:21:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:21:32 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel perl-POE-Component-Server-XMLRPC.spec, 1.1, 1.2 Message-ID: <200608181521.k7IFLYcE005562@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5545 Modified Files: perl-POE-Component-Server-XMLRPC.spec Log Message: bump Index: perl-POE-Component-Server-XMLRPC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/perl-POE-Component-Server-XMLRPC.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-XMLRPC.spec 18 Aug 2006 15:19:49 -0000 1.1 +++ perl-POE-Component-Server-XMLRPC.spec 18 Aug 2006 15:21:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-XMLRPC Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Publish POE event handlers via XMLRPC over HTTP License: GPL or Artistic Group: Development/Libraries @@ -11,7 +11,6 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -#BuildRequires: perl( BuildRequires: perl(POE) >= 0.22 BuildRequires: perl(XMLRPC::Lite) >= 0.28 BuildRequires: perl(POE::Component::Server::HTTP) >= 0.02 @@ -58,6 +57,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 0.05-2 +- bump + * Fri Aug 11 2006 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 17:08:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:05 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP - New directory Message-ID: <200608181708.k7IH87rV011269@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11242/perl-POE-Component-Server-SimpleHTTP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 17:08:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:09 -0700 Subject: owners owners.list,1.1422,1.1423 Message-ID: <200608181708.k7IH8Bup011289@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11268 Modified Files: owners.list Log Message: added perl-POE-Component-Server-SimpleHTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1422 retrieving revision 1.1423 diff -u -r1.1422 -r1.1423 --- owners.list 18 Aug 2006 15:19:42 -0000 1.1422 +++ owners.list 18 Aug 2006 17:08:08 -0000 1.1423 @@ -1396,6 +1396,7 @@ Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-SimpleHTTP|Serve HTTP requests in POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 17:08:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:06 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel - New directory Message-ID: <200608181708.k7IH88JX011272@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11242/perl-POE-Component-Server-SimpleHTTP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 17:08:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:15 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608181708.k7IH8H4c011331@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11298 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-SimpleHTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-SimpleHTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 17:08:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:16 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181708.k7IH8IA4011334@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11298/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-SimpleHTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 17:08:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:29 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP import.log,1.1,1.2 Message-ID: <200608181709.k7IH91GK011385@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5 on branch devel from perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 17:08:15 -0000 1.1 +++ import.log 18 Aug 2006 17:08:28 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-SimpleHTTP-1_11-1_fc5:HEAD:perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm:1155920914 From fedora-extras-commits at redhat.com Fri Aug 18 17:08:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:29 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181709.k7IH91wh011389@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: auto-import perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5 on branch devel from perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-SimpleHTTP.spec --- Name: perl-POE-Component-Server-SimpleHTTP Version: 1.11 Release: 1%{?dist} Summary: Serve HTTP requests in POE License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SimpleHTTP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(IPC::Shareable) # >= 0.27 vvvvvvvvv BuildRequires: perl(POE) BuildRequires: perl(POE::Component::SSLify) >= 0.04 BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter::HTTPD) BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) #Requires: perl(HTTP::Date) #Requires: perl(HTTP::Request) #Requires: perl(HTTP::Response) #Requires: perl(IPC::Shareable) #Requires: perl(POE) >= 0.27 #Requires: perl(POE::Component::SSLify) >= 0.04 #Requires: perl(POE::Driver::SysRW) #Requires: perl(POE::Filter::HTTPD) #Requires: perl(POE::Wheel::ReadWrite) #Requires: perl(POE::Wheel::SocketFactory) %description This module makes serving up HTTP requests a breeze in POE. %prep %setup -q -n POE-Component-Server-SimpleHTTP-%{version} %build (echo y ; echo y) | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.11-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 17:08:16 -0000 1.1 +++ .cvsignore 18 Aug 2006 17:08:29 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-SimpleHTTP-1.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 17:08:16 -0000 1.1 +++ sources 18 Aug 2006 17:08:29 -0000 1.2 @@ -0,0 +1 @@ +dec01e04284b5acda6d706018b1f499c POE-Component-Server-SimpleHTTP-1.11.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 17:10:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:10:38 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, 1.1, 1.2 Message-ID: <200608181710.k7IHAeIH011450@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11433 Modified Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: bump Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-SimpleHTTP.spec 18 Aug 2006 17:08:29 -0000 1.1 +++ perl-POE-Component-Server-SimpleHTTP.spec 18 Aug 2006 17:10:38 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SimpleHTTP Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Serve HTTP requests in POE License: GPL or Artistic Group: Development/Libraries @@ -23,17 +23,6 @@ BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) -#Requires: perl(HTTP::Date) -#Requires: perl(HTTP::Request) -#Requires: perl(HTTP::Response) -#Requires: perl(IPC::Shareable) -#Requires: perl(POE) >= 0.27 -#Requires: perl(POE::Component::SSLify) >= 0.04 -#Requires: perl(POE::Driver::SysRW) -#Requires: perl(POE::Filter::HTTPD) -#Requires: perl(POE::Wheel::ReadWrite) -#Requires: perl(POE::Wheel::SocketFactory) - %description This module makes serving up HTTP requests a breeze in POE. @@ -73,6 +62,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 1.11-2 +- bump + * Wed Aug 16 2006 Chris Weyl 1.11-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 18:38:22 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:38:22 -0700 Subject: owners owners.list,1.1423,1.1424 Message-ID: <200608181838.k7IIcPdY014541@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14524 Modified Files: owners.list Log Message: Add perl-Sys-Virt. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1423 retrieving revision 1.1424 diff -u -r1.1423 -r1.1424 --- owners.list 18 Aug 2006 17:08:08 -0000 1.1423 +++ owners.list 18 Aug 2006 18:38:22 -0000 1.1424 @@ -1436,6 +1436,7 @@ Fedora Extras|perl-SVK|Distributed Version Control System|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Mirror|Mirror remote repository to local Subversion repository|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Simple|Simple interface to subversion's editor interface|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Taint-Runtime|Runtime enable taint checking|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Plugin-Class|Allow calling of class methods on arbitrary classes|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Toolkit|Template processing system|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 18:39:39 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:39 -0700 Subject: rpms/perl-Sys-Virt - New directory Message-ID: <200608181839.k7IIdfOg014626@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14604/perl-Sys-Virt Log Message: Directory /cvs/extras/rpms/perl-Sys-Virt added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 18:39:39 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:39 -0700 Subject: rpms/perl-Sys-Virt/devel - New directory Message-ID: <200608181839.k7IIdfNG014629@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14604/perl-Sys-Virt/devel Log Message: Directory /cvs/extras/rpms/perl-Sys-Virt/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 18:39:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:57 -0700 Subject: rpms/perl-Sys-Virt Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608181839.k7IIdxSx014683@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650 Added Files: Makefile import.log Log Message: Setup of module perl-Sys-Virt --- NEW FILE Makefile --- # Top level Makefile for module perl-Sys-Virt all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 18:39:58 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:58 -0700 Subject: rpms/perl-Sys-Virt/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181840.k7IIe04t014686@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Sys-Virt --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 18:40:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:40:27 -0700 Subject: rpms/perl-Sys-Virt import.log,1.1,1.2 Message-ID: <200608181840.k7IIexg7014760@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14723 Modified Files: import.log Log Message: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from perl-Sys-Virt-0.1.1-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 18:39:57 -0000 1.1 +++ import.log 18 Aug 2006 18:40:27 -0000 1.2 @@ -0,0 +1 @@ +perl-Sys-Virt-0_1_1-3:HEAD:perl-Sys-Virt-0.1.1-3.src.rpm:1155926427 From fedora-extras-commits at redhat.com Fri Aug 18 18:40:28 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:40:28 -0700 Subject: rpms/perl-Sys-Virt/devel Sys-Virt-Domain-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181841.k7IIf0ZG014764@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14723/devel Modified Files: .cvsignore sources Added Files: Sys-Virt-Domain-doc.patch perl-Sys-Virt.spec Log Message: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from perl-Sys-Virt-0.1.1-3.src.rpm Sys-Virt-Domain-doc.patch: --- NEW FILE Sys-Virt-Domain-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-12 15:39:40.000000000 -0500 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain --- NEW FILE perl-Sys-Virt.spec --- Name: perl-Sys-Virt Version: 0.1.1 Release: 3%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz Patch0: Sys-Virt-Domain-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. %prep %setup -q -n Sys-Virt-%{version} %patch -p1 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL sed -i -e '/\.spec\.PL$/d' MANIFEST rm -f *.spec.PL %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Sys* %{_mandir}/man3/* %changelog * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. * Sat Aug 12 2006 Steven Pritchard 0.1.1-2 - Add Sys-Virt-Domain-doc.patch. * Sat Aug 12 2006 Steven Pritchard 0.1.1-1 - Specfile autogenerated by cpanspec 1.68. - BR libvirt-devel and pkgconfig. - Fix License. - Drop non-doc autobuild.sh and add the examples directory. - Don't try to build the included perl-Sys-Virt.spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 18:39:58 -0000 1.1 +++ .cvsignore 18 Aug 2006 18:40:28 -0000 1.2 @@ -0,0 +1 @@ +Sys-Virt-0.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 18:39:58 -0000 1.1 +++ sources 18 Aug 2006 18:40:28 -0000 1.2 @@ -0,0 +1 @@ +63b776d65213df313685fc93b808b3bf Sys-Virt-0.1.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 19:21:29 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 12:21:29 -0700 Subject: owners owners.list,1.1424,1.1425 Message-ID: <200608181921.k7IJLV6M018543@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18524 Modified Files: owners.list Log Message: Add author of Sys::Virt to initial CC list. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1424 retrieving revision 1.1425 diff -u -r1.1424 -r1.1425 --- owners.list 18 Aug 2006 18:38:22 -0000 1.1424 +++ owners.list 18 Aug 2006 19:21:28 -0000 1.1425 @@ -1436,7 +1436,7 @@ Fedora Extras|perl-SVK|Distributed Version Control System|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Mirror|Mirror remote repository to local Subversion repository|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Simple|Simple interface to subversion's editor interface|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com -Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,berrange at redhat.com Fedora Extras|perl-Taint-Runtime|Runtime enable taint checking|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Plugin-Class|Allow calling of class methods on arbitrary classes|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Toolkit|Template processing system|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 19:35:55 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Fri, 18 Aug 2006 12:35:55 -0700 Subject: mock mock.spec,1.16.2.3,1.16.2.4 Message-ID: <200608181935.k7IJZt8H018834@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18814 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: updated version to 0.6.1 and pushed release back to 1 Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.3 retrieving revision 1.16.2.4 diff -u -r1.16.2.3 -r1.16.2.4 --- mock.spec 16 Aug 2006 19:38:29 -0000 1.16.2.3 +++ mock.spec 18 Aug 2006 19:35:52 -0000 1.16.2.4 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 5%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 19:40:07 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 18 Aug 2006 12:40:07 -0700 Subject: fedora-security/audit fc5,1.285,1.286 fc6,1.21,1.22 Message-ID: <200608181940.k7IJe75A018996@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18967 Modified Files: fc5 fc6 Log Message: Note the xorg pcf issue also affects vnc. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.285 retrieving revision 1.286 diff -u -r1.285 -r1.286 --- fc5 17 Aug 2006 13:47:04 -0000 1.285 +++ fc5 18 Aug 2006 19:40:05 -0000 1.286 @@ -69,6 +69,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3467 VULNERABLE (vnc) #203174 CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- fc6 16 Aug 2006 13:39:26 -0000 1.21 +++ fc6 18 Aug 2006 19:40:05 -0000 1.22 @@ -56,6 +56,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) +CVE-2006-3467 VULNERABLE (vnc) CVE-2006-3467 VULNERABLE (libXfont) bz#202683 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch From fedora-extras-commits at redhat.com Fri Aug 18 19:59:13 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 18 Aug 2006 12:59:13 -0700 Subject: fedora-security/audit fc5,1.286,1.287 fc6,1.22,1.23 Message-ID: <200608181959.k7IJxDDL019086@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-4093 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.286 retrieving revision 1.287 diff -u -r1.286 -r1.287 --- fc5 18 Aug 2006 19:40:05 -0000 1.286 +++ fc5 18 Aug 2006 19:59:11 -0000 1.287 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 +CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fc6 18 Aug 2006 19:40:05 -0000 1.22 +++ fc6 18 Aug 2006 19:59:11 -0000 1.23 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 +CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] From fedora-extras-commits at redhat.com Fri Aug 18 20:12:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 13:12:49 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec,1.1,1.2 Message-ID: <200608182012.k7IKCpN5021785@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21768 Modified Files: perl-Sys-Virt.spec Log Message: BR xen-devel. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Sys-Virt.spec 18 Aug 2006 18:40:28 -0000 1.1 +++ perl-Sys-Virt.spec 18 Aug 2006 20:12:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +BuildRequires: xen-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -57,6 +58,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-4 +- BR xen-devel. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. From fedora-extras-commits at redhat.com Fri Aug 18 20:48:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:31 -0700 Subject: rpms/hnb - New directory Message-ID: <200608182048.k7IKmXdB022044@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22018/hnb Log Message: Directory /cvs/extras/rpms/hnb added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 20:48:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:31 -0700 Subject: rpms/hnb/devel - New directory Message-ID: <200608182048.k7IKmXOY022047@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22018/hnb/devel Log Message: Directory /cvs/extras/rpms/hnb/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 20:48:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:48 -0700 Subject: rpms/hnb Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608182048.k7IKmogd022096@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22063 Added Files: Makefile import.log Log Message: Setup of module hnb --- NEW FILE Makefile --- # Top level Makefile for module hnb all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 20:48:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:48 -0700 Subject: rpms/hnb/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608182048.k7IKmo2l022099@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22063/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hnb --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 20:51:10 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:51:10 -0700 Subject: rpms/hnb import.log,1.1,1.2 Message-ID: <200608182051.k7IKpCBn022178@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22143 Modified Files: import.log Log Message: auto-import hnb-1.9.18-1 on branch devel from hnb-1.9.18-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/hnb/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 20:48:48 -0000 1.1 +++ import.log 18 Aug 2006 20:51:10 -0000 1.2 @@ -0,0 +1 @@ +hnb-1_9_18-1:HEAD:hnb-1.9.18-1.src.rpm:1155934380 From fedora-extras-commits at redhat.com Fri Aug 18 20:51:11 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:51:11 -0700 Subject: rpms/hnb/devel hnb-compile.patch, NONE, 1.1 hnb-rpm.patch, NONE, 1.1 hnb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608182051.k7IKpD3I022187@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22143/devel Modified Files: .cvsignore sources Added Files: hnb-compile.patch hnb-rpm.patch hnb.spec Log Message: auto-import hnb-1.9.18-1 on branch devel from hnb-1.9.18-1.src.rpm hnb-compile.patch: --- NEW FILE hnb-compile.patch --- --- hnb-1.9.18/src/prefs.c.compile 2003-08-27 04:50:59.000000000 +0200 +++ hnb-1.9.18/src/prefs.c 2006-08-18 21:18:06.000000000 +0200 @@ -84,7 +84,7 @@ FILE *file; file = fopen (prefs.rc_file, "w"); - fprintf (file, + (fprintf) (file, #include "hnbrc.inc" ); fclose (file); --- hnb-1.9.18/src/expanded.c.compile 2003-08-27 04:50:59.000000000 +0200 +++ hnb-1.9.18/src/expanded.c 2006-08-18 21:18:06.000000000 +0200 @@ -18,9 +18,9 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "tree.h" #include "cli.h" -#define NULL 0 #include "evilloop.h" #include "ctype.h" hnb-rpm.patch: --- NEW FILE hnb-rpm.patch --- --- hnb-1.9.18/src/libcli/Makefile.r 2004-09-22 16:19:52.000000000 +0200 +++ hnb-1.9.18/src/libcli/Makefile 2004-09-22 16:19:42.000000000 +0200 @@ -1,4 +1,4 @@ -CFLAGS = -Wall +CFLAGS = -Wall $(RPM_OPT_FLAGS) OBJS = cli.o cli_history.o cli_tokenize.o --- hnb-1.9.18/src/Makefile.r 2003-08-27 04:50:58.000000000 +0200 +++ hnb-1.9.18/src/Makefile 2004-09-22 16:19:20.000000000 +0200 @@ -1,5 +1,5 @@ LIBS=-lncurses libcli/libcli.a -CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g +CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic $(RPM_OPT_FLAGS) CFILES=$(wildcard *.c) OBJS=$(patsubst %.c,%.o,$(CFILES)) --- NEW FILE hnb.spec --- Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 Release: 1 License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity Source0: http://hnb.sourceforge.net/.files/%{name}-%{version}.tar.gz Patch0: %{name}-rpm.patch Patch1: %{name}-compile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel %description Hierarchical notebook(hnb) is a curses program to structure many kinds of data in one place, for example addresses, to-do lists, ideas, book reviews or to store snippets of brainstorming. Writing structured documents and speech outlines. The default format is XML but hnb can also export to ASCII and HTML. External programs may be used for more advanced conversions of the XML data. %prep %setup -q %patch0 -p1 -b .r %patch1 -p1 -b .compile %build %{__make} OPTFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT install -D -p src/hnb $RPM_BUILD_ROOT%{_bindir}/hnb install -D -pm644 doc/hnb.1 $RPM_BUILD_ROOT%{_mandir}/man1/hnb.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING README doc/Documentation.html doc/hnbrc %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-1 - FE compliance - fixed compilation with gcc4 * Wed Sep 22 2004 Dominik Mierzejewski - initial build - patch to build using RPM_OPT_FLAGS - fix some warnings Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 20:48:48 -0000 1.1 +++ .cvsignore 18 Aug 2006 20:51:11 -0000 1.2 @@ -0,0 +1 @@ +hnb-1.9.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 20:48:48 -0000 1.1 +++ sources 18 Aug 2006 20:51:11 -0000 1.2 @@ -0,0 +1 @@ +702867cb3f94936790493eb948c36412 hnb-1.9.18.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 20:54:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 13:54:25 -0700 Subject: rpms/perl-Sys-Virt/FC-5 perl-Sys-Virt.spec,1.1,1.2 Message-ID: <200608182054.k7IKsRsK022246@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22229 Modified Files: perl-Sys-Virt.spec Log Message: Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and libvirt. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/FC-5/perl-Sys-Virt.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Sys-Virt.spec 18 Aug 2006 18:40:28 -0000 1.1 +++ perl-Sys-Virt.spec 18 Aug 2006 20:54:25 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,6 +13,14 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +%if %{!?fedora:0}%{?fedora} >= 6 +BuildRequires: xen-devel +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 ia64 +%else +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -57,6 +65,13 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-5 +- Make this spec work on FC5 or FC6. +- Add ExclusiveArch to match xen and libvirt. + +* Fri Aug 18 2006 Steven Pritchard 0.1.1-4 +- BR xen-devel. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. From fedora-extras-commits at redhat.com Fri Aug 18 20:56:40 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 13:56:40 -0700 Subject: rpms/mock/devel .cvsignore, 1.6, 1.7 devellink.patch, 1.2, 1.3 mock.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200608182056.k7IKug7f022318@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22292 Modified Files: .cvsignore devellink.patch mock.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Jun 2006 22:02:07 -0000 1.6 +++ .cvsignore 18 Aug 2006 20:56:39 -0000 1.7 @@ -1,2 +1 @@ -mock-0.6.tar.gz -nosymlink.patch +mock-0.6.1.tar.gz devellink.patch: Index: devellink.patch =================================================================== RCS file: /cvs/extras/rpms/mock/devel/devellink.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- devellink.patch 23 Jun 2006 20:39:23 -0000 1.2 +++ devellink.patch 18 Aug 2006 20:56:39 -0000 1.3 @@ -4,7 +4,7 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ -- ln -sv fedora-5-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ +- ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mock.spec 23 Jun 2006 20:39:23 -0000 1.19 +++ mock.spec 18 Aug 2006 20:56:39 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 4%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -58,7 +58,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -70,6 +70,11 @@ %changelog +* Fri Aug 18 2006 Jesse Keating - 0.6.1-1 +- new upstream version +- Fixes in spec from upstream + - Added buildsys-build specfile to docs + * Fri Jun 23 2006 Jesse Keating - 0.6-4 - And fix the link syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Jun 2006 22:21:23 -0000 1.9 +++ sources 18 Aug 2006 20:56:39 -0000 1.10 @@ -1 +1 @@ -ac321b9800f83603b548900f9c8576c8 mock-0.6.tar.gz +c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 20:58:27 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:58:27 -0700 Subject: rpms/hnb/devel hnb.spec,1.1,1.2 Message-ID: <200608182058.k7IKwTCu022352@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335 Modified Files: hnb.spec Log Message: - added dist tag Index: hnb.spec =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/hnb.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hnb.spec 18 Aug 2006 20:51:11 -0000 1.1 +++ hnb.spec 18 Aug 2006 20:58:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 -Release: 1 +Release: 2%{?dist} License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity @@ -44,6 +44,9 @@ %{_mandir}/man1/%{name}.1* %changelog +* Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-2 +- added dist tag + * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-1 - FE compliance - fixed compilation with gcc4 From fedora-extras-commits at redhat.com Fri Aug 18 20:58:50 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 13:58:50 -0700 Subject: rpms/mock/FC-5 devellink.patch,1.2,1.3 mock.spec,1.18,1.19 Message-ID: <200608182058.k7IKwqTP022390@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22365 Modified Files: devellink.patch mock.spec Log Message: new upstream release devellink.patch: Index: devellink.patch =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/devellink.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- devellink.patch 23 Jun 2006 20:39:17 -0000 1.2 +++ devellink.patch 18 Aug 2006 20:58:50 -0000 1.3 @@ -4,7 +4,7 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ -- ln -sv fedora-5-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ +- ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mock.spec 23 Jun 2006 20:39:17 -0000 1.18 +++ mock.spec 18 Aug 2006 20:58:50 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 4%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -58,7 +58,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -70,6 +70,11 @@ %changelog +* Fri Aug 18 2006 Jesse Keating - 0.6.1-1 +- new upstream version +- Fixes in spec from upstream + - Added buildsys-build specfile to docs + * Fri Jun 23 2006 Jesse Keating - 0.6-4 - And fix the link syntax. From fedora-extras-commits at redhat.com Fri Aug 18 21:00:07 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:00:07 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec,1.2,1.3 Message-ID: <200608182100.k7IL09bx022429@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407 Modified Files: perl-Sys-Virt.spec Log Message: Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and libvirt. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sys-Virt.spec 18 Aug 2006 20:12:49 -0000 1.2 +++ perl-Sys-Virt.spec 18 Aug 2006 21:00:07 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,7 +13,14 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +%if %{!?fedora:0}%{?fedora} >= 6 BuildRequires: xen-devel +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 ia64 +%else +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +65,10 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-5 +- Make this spec work on FC5 or FC6. +- Add ExclusiveArch to match xen and libvirt. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-4 - BR xen-devel. From fedora-extras-commits at redhat.com Fri Aug 18 21:00:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 14:00:52 -0700 Subject: owners owners.list,1.1425,1.1426 Message-ID: <200608182100.k7IL0s32022611@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22589 Modified Files: owners.list Log Message: Add myself as the maintainer of hnb. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1425 retrieving revision 1.1426 diff -u -r1.1425 -r1.1426 --- owners.list 18 Aug 2006 19:21:28 -0000 1.1425 +++ owners.list 18 Aug 2006 21:00:52 -0000 1.1426 @@ -581,6 +581,7 @@ Fedora Extras|hfsplusutils|Tools for reading Macintosh HFS+ volumes|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| +Fedora Extras|hnb|Hierarchical Notebook|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|hpic|Healpix manipulation binaries and library|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|hping2|Software to do TCP/IP stack auditing and much more|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|hping3|Software to do TCP/IP stack auditing and much more|paul at xtdnet.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 21:10:23 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 18 Aug 2006 14:10:23 -0700 Subject: fedora-security/audit fc5,1.287,1.288 fc6,1.23,1.24 Message-ID: <200608182110.k7ILANqt025329@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307 Modified Files: fc5 fc6 Log Message: Note two new mysql CVE ids. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.287 retrieving revision 1.288 diff -u -r1.287 -r1.288 --- fc5 18 Aug 2006 19:59:11 -0000 1.287 +++ fc5 18 Aug 2006 21:10:21 -0000 1.288 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fc6 18 Aug 2006 19:59:11 -0000 1.23 +++ fc6 18 Aug 2006 21:10:21 -0000 1.24 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Fri Aug 18 21:11:58 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 14:11:58 -0700 Subject: rpms/mock/FC-5 .cvsignore,1.6,1.7 sources,1.9,1.10 Message-ID: <200608182112.k7ILC0tg025360@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25341 Modified Files: .cvsignore sources Log Message: upload new source Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Jun 2006 22:06:45 -0000 1.6 +++ .cvsignore 18 Aug 2006 21:11:58 -0000 1.7 @@ -1,2 +1 @@ -mock-0.6.tar.gz -nosymlink.patch +mock-0.6.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Jun 2006 22:21:23 -0000 1.9 +++ sources 18 Aug 2006 21:11:58 -0000 1.10 @@ -1 +1 @@ -ac321b9800f83603b548900f9c8576c8 mock-0.6.tar.gz +c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 21:26:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:26:52 -0700 Subject: rpms/trackballs-music/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trackballs-music.spec, 1.1, 1.2 Message-ID: <200608182126.k7ILQsaZ025462@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25441 Modified Files: .cvsignore sources trackballs-music.spec Log Message: * Fri Aug 18 2006 Hans de Goede 1.2-3 - Add two new music tracks just released by upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 +++ .cvsignore 18 Aug 2006 21:26:52 -0000 1.3 @@ -2,3 +2,5 @@ tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg +tb_schizophrenia.ogg +tb_sorrow.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 19:19:37 -0000 1.2 +++ sources 18 Aug 2006 21:26:52 -0000 1.3 @@ -2,3 +2,5 @@ 2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg 5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg +6e18fc7a81df486483df7c198465049e tb_schizophrenia.ogg +b4d634cd2d3613e1f8e2f2dc35e99f1c tb_sorrow.ogg Index: trackballs-music.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/trackballs-music.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs-music.spec 15 Aug 2006 18:55:32 -0000 1.1 +++ trackballs-music.spec 18 Aug 2006 21:26:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs-music Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL @@ -9,6 +9,8 @@ Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg +Source4: http://dl.sf.net/sourceforge/trackballs/tb_schizophrenia.ogg +Source5: http://dl.sf.net/sourceforge/trackballs/tb_sorrow.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 @@ -28,8 +30,8 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music -install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ - $RPM_BUILD_ROOT%{_datadir}/trackballs/music +install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \ + %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean @@ -42,6 +44,9 @@ %changelog +* Fri Aug 18 2006 Hans de Goede 1.2-3 +- Add two new music tracks just released by upstream + * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep From fedora-extras-commits at redhat.com Fri Aug 18 21:29:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:29:48 -0700 Subject: rpms/trackballs-music/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trackballs-music.spec, 1.1, 1.2 Message-ID: <200608182129.k7ILToPk025545@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25524 Modified Files: .cvsignore sources trackballs-music.spec Log Message: * Fri Aug 18 2006 Hans de Goede 1.2-3 - Add two new music tracks just released by upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 +++ .cvsignore 18 Aug 2006 21:29:48 -0000 1.3 @@ -2,3 +2,5 @@ tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg +tb_schizophrenia.ogg +tb_sorrow.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 19:19:37 -0000 1.2 +++ sources 18 Aug 2006 21:29:48 -0000 1.3 @@ -2,3 +2,5 @@ 2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg 5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg +6e18fc7a81df486483df7c198465049e tb_schizophrenia.ogg +b4d634cd2d3613e1f8e2f2dc35e99f1c tb_sorrow.ogg Index: trackballs-music.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/trackballs-music.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs-music.spec 15 Aug 2006 18:55:32 -0000 1.1 +++ trackballs-music.spec 18 Aug 2006 21:29:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs-music Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL @@ -9,6 +9,8 @@ Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg +Source4: http://dl.sf.net/sourceforge/trackballs/tb_schizophrenia.ogg +Source5: http://dl.sf.net/sourceforge/trackballs/tb_sorrow.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 @@ -28,8 +30,8 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music -install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ - $RPM_BUILD_ROOT%{_datadir}/trackballs/music +install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \ + %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean @@ -42,6 +44,9 @@ %changelog +* Fri Aug 18 2006 Hans de Goede 1.2-3 +- Add two new music tracks just released by upstream + * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep From fedora-extras-commits at redhat.com Fri Aug 18 21:35:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:35:09 -0700 Subject: comps comps-fe5.xml.in,1.98,1.99 comps-fe6.xml.in,1.89,1.90 Message-ID: <200608182135.k7ILZB5w025816@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25797/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add abuse Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- comps-fe5.xml.in 18 Aug 2006 04:13:27 -0000 1.98 +++ comps-fe5.xml.in 18 Aug 2006 21:35:09 -0000 1.99 @@ -230,6 +230,7 @@ true abe + abuse auriferous blobwars bsd-games @@ -245,6 +246,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- comps-fe6.xml.in 18 Aug 2006 04:13:27 -0000 1.89 +++ comps-fe6.xml.in 18 Aug 2006 21:35:09 -0000 1.90 @@ -252,6 +252,7 @@ true abe + abuse auriferous blobwars bsd-games @@ -268,6 +269,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid From fedora-extras-commits at redhat.com Fri Aug 18 21:43:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:43:00 -0700 Subject: rpms/perl-Archive-Extract/devel .cvsignore, 1.3, 1.4 perl-Archive-Extract.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608182143.k7ILh2De025900@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Archive-Extract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25879 Modified Files: .cvsignore perl-Archive-Extract.spec sources Log Message: Update to 0.12. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Aug 2006 23:45:00 -0000 1.3 +++ .cvsignore 18 Aug 2006 21:43:00 -0000 1.4 @@ -1 +1 @@ -Archive-Extract-0.11.tar.gz +Archive-Extract-0.12.tar.gz Index: perl-Archive-Extract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Archive-Extract.spec 5 Aug 2006 23:45:00 -0000 1.2 +++ perl-Archive-Extract.spec 18 Aug 2006 21:43:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Archive-Extract -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Generic archive extracting mechanism License: GPL or Artistic @@ -42,11 +42,15 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.12-1 +- Update to 0.12. +- Add CHANGES to docs. + * Sat Aug 05 2006 Steven Pritchard 0.11-1 - Update to 0.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Aug 2006 23:45:00 -0000 1.3 +++ sources 18 Aug 2006 21:43:00 -0000 1.4 @@ -1 +1 @@ -9ceef03f8cf09620afa7948b6193c56b Archive-Extract-0.11.tar.gz +131e67f4356220e3cc279feb1ffd183a Archive-Extract-0.12.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 21:47:44 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:47:44 -0700 Subject: rpms/perl-Module-Load-Conditional/devel .cvsignore, 1.3, 1.4 perl-Module-Load-Conditional.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608182147.k7ILlkCS025989@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Load-Conditional/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25968 Modified Files: .cvsignore perl-Module-Load-Conditional.spec sources Log Message: Update to 0.12. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 00:10:55 -0000 1.3 +++ .cvsignore 18 Aug 2006 21:47:44 -0000 1.4 @@ -1 +1 @@ -Module-Load-Conditional-0.10.tar.gz +Module-Load-Conditional-0.12.tar.gz Index: perl-Module-Load-Conditional.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Module-Load-Conditional.spec 6 Aug 2006 00:10:55 -0000 1.2 +++ perl-Module-Load-Conditional.spec 18 Aug 2006 21:47:44 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Module-Load-Conditional -Version: 0.10 +Version: 0.12 Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic @@ -42,11 +42,15 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.12-1 +- Update to 0.12. +- Add CHANGES to docs. + * Sat Aug 05 2006 Steven Pritchard 0.10-1 - Update to 0.10. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 00:10:55 -0000 1.3 +++ sources 18 Aug 2006 21:47:44 -0000 1.4 @@ -1 +1 @@ -7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz +280dff17d332a24437f8b15192ae0c86 Module-Load-Conditional-0.12.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 22:07:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 15:07:22 -0700 Subject: rpms/pstoedit/FC-5 pstoedit.spec,1.1,1.2 Message-ID: <200608182207.k7IM7Otq028736@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28719 Modified Files: pstoedit.spec Log Message: Added svg/libplot support Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/FC-5/pstoedit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pstoedit.spec 15 Jun 2006 15:31:09 -0000 1.1 +++ pstoedit.spec 18 Aug 2006 22:07:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -15,6 +15,7 @@ BuildRequires: libpng-devel BuildRequires: dos2unix BuildRequires: ghostscript +BuildRequires: plotutils-devel %description Pstoedit converts PostScript and PDF files to various vector graphic @@ -41,7 +42,7 @@ dos2unix doc/*.htm doc/readme.txt %build -%configure --disable-static --without-emf --without-swf --without-libplot +%configure --disable-static --without-emf --without-swf make @@ -82,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Fri Aug 18 2006 Denis Leroy - 3.44-3 +- Added svg/libplot support + * Thu Jun 15 2006 Denis Leroy - 3.44-2 - Added missing Requires and BuildRequires - Patched configure to prevent CXXFLAGS overwrite From fedora-extras-commits at redhat.com Sat Aug 19 00:34:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:18 -0700 Subject: rpms/hfsplus-tools - New directory Message-ID: <200608190034.k7J0YKMf001974@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1948a/hfsplus-tools Log Message: Directory /cvs/extras/rpms/hfsplus-tools added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:34:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:19 -0700 Subject: rpms/hfsplus-tools/devel - New directory Message-ID: <200608190034.k7J0YLLX001977@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1948a/hfsplus-tools/devel Log Message: Directory /cvs/extras/rpms/hfsplus-tools/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:34:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:23 -0700 Subject: rpms/hfsplus-tools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608190034.k7J0YPAt002017@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1984 Added Files: Makefile import.log Log Message: Setup of module hfsplus-tools --- NEW FILE Makefile --- # Top level Makefile for module hfsplus-tools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 00:34:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:24 -0700 Subject: rpms/hfsplus-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608190034.k7J0YQVa002020@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1984/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hfsplus-tools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 00:34:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:49 -0700 Subject: rpms/hfsplus-tools import.log,1.1,1.2 Message-ID: <200608190034.k7J0YpGP002073@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2039 Modified Files: import.log Log Message: auto-import hfsplus-tools-332.14-1.fc5 on branch devel from hfsplus-tools-332.14-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 00:34:23 -0000 1.1 +++ import.log 19 Aug 2006 00:34:49 -0000 1.2 @@ -0,0 +1 @@ +hfsplus-tools-332_14-1_fc5:HEAD:hfsplus-tools-332.14-1.fc5.src.rpm:1155947695 From fedora-extras-commits at redhat.com Sat Aug 19 00:34:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:50 -0700 Subject: rpms/hfsplus-tools/devel apsl-2.0.txt, NONE, 1.1 hfsplus-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608190034.k7J0Yqwk002078@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2039/devel Modified Files: .cvsignore sources Added Files: apsl-2.0.txt hfsplus-tools.spec Log Message: auto-import hfsplus-tools-332.14-1.fc5 on branch devel from hfsplus-tools-332.14-1.fc5.src.rpm --- NEW FILE apsl-2.0.txt --- APPLE PUBLIC SOURCE LICENSE Version 2.0 - August 6, 2003 Please read this License carefully before downloading this software. By downloading or using this software, you are agreeing to be bound by the terms of this License. If you do not or cannot agree to the terms of this License, please do not download or use the software. 1. General; Definitions. This License applies to any program or other work which Apple Computer, Inc. ("Apple") makes publicly available and which contains a notice placed by Apple identifying such program or work as "Original Code" and stating that it is subject to the terms of this Apple Public Source License version 2.0 ("License"). As used in this License: 1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to Apple and (ii) that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce and/or distribute the Original Code without infringement; and (b) in the case where You are the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to You and (ii) that cover subject matter in Your Modifications, taken alone or in combination with Original Code. 1.2 "Contributor" means any person or entity that creates or contributes to the creation of Modifications. 1.3 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof. 1.4 "Externally Deploy" means: (a) to sublicense, distribute or otherwise make Covered Code available, directly or indirectly, to anyone other than You; and/or (b) to use Covered Code, alone or as part of a Larger Work, in any way to provide a service, including but not limited to delivery of content, through electronic communication with a client other than You. 1.5 "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.6 "Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof. When code is released as a series of files, a Modification is: (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code. 1.7 "Original Code" means (a) the Source Code of a program or other work as originally made available by Apple under this License, including the Source Code of any updates or upgrades to such programs or works made available by Apple under this License, and that has been expressly identified by Apple as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Apple under this License. 1.8 "Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code). 1.9 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 2. Permitted Uses; Conditions & Restrictions. Subject to the terms and conditions of this License, Apple hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Apple's Applicable Patent Rights and copyrights covering the Original Code, to do the following: 2.1 Unmodified Code. You may use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy verbatim, unmodified copies of the Original Code, for commercial or non-commercial purposes, provided that in each instance: (a) You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Apple as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License; and (b) You must include a copy of this License with every copy of Source Code of Covered Code and documentation You distribute or Externally Deploy, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients' rights hereunder, except as permitted under Section 6. 2.2 Modified Code. You may modify Covered Code and use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy Your Modifications and Covered Code, for commercial or non-commercial purposes, provided that in each instance You also meet all of these conditions: (a) You must satisfy all the conditions of Section 2.1 with respect to the Source Code of the Covered Code; (b) You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change; and (c) If You Externally Deploy Your Modifications, You must make Source Code of all Your Externally Deployed Modifications either available to those to whom You have Externally Deployed Your Modifications, or publicly available. Source Code of Your Externally Deployed Modifications must be released under the terms set forth in this License, including the license grants set forth in Section 3 below, for as long as you Externally Deploy the Covered Code or twelve (12) months from the date of initial External Deployment, whichever is longer. You should preferably distribute the Source Code of Your Externally Deployed Modifications electronically (e.g. download from a web site). 2.3 Distribution of Executable Versions. In addition, if You Externally Deploy Covered Code (Original Code and/or Modifications) in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code. 2.4 Third Party Rights. You expressly acknowledge and agree that although Apple and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Apple or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Apple and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Covered Code, it is Your responsibility to acquire that license before distributing the Covered Code. 3. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License, You hereby grant to any person or entity receiving or distributing Covered Code under this License a non-exclusive, royalty-free, perpetual, irrevocable license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, sublicense, distribute and Externally Deploy Your Modifications of the same scope and extent as Apple's licenses under Sections 2.1 and 2.2 above. 4. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof. 5. Limitations on Patent License. Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Apple herein. Modifications and/or Larger Works may require additional patent licenses from Apple which Apple may grant in its sole discretion. 6. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Apple or any Contributor. You must obtain the recipient's agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Apple and every Contributor harmless for any liability incurred by or claims asserted against Apple or such Contributor by reason of any such Additional Terms. 7. Versions of the License. Apple may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Apple. No one other than Apple has the right to modify the terms applicable to Covered Code created under this License. 8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage. 9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Apple's total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of fifty dollars ($50.00). 10. Trademarks. This License does not grant any rights to use the trademarks or trade names "Apple", "Apple Computer", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming Server" or any other trademarks, service marks, logos or trade names belonging to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or trade name belonging to any Contributor. You agree not to use any Apple Marks in or as part of the name of products derived from the Original Code or to endorse or promote products derived from the Original Code other than as expressly permitted by and in strict compliance at all times with Apple's third party trademark usage guidelines which are posted at http://www.apple.com/legal/guidelinesfor3rdparties.html. 11. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Apple retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Apple ("Apple Modifications"), and such Apple Modifications will not be automatically subject to this License. Apple may, at its sole discretion, choose to license such Apple Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all. 12. Termination. 12.1 Termination. This License and the rights granted hereunder will terminate: (a) automatically without notice from Apple if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach; (b) immediately in the event of the circumstances described in Section 13.5(b); or (c) automatically without notice from Apple if You, at any time during the term of this License, commence an action for patent infringement against Apple; provided that Apple did not first commence an action for patent infringement against You in that instance. 12.2 Effect of Termination. Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code. All sublicenses to the Covered Code which have been properly granted prior to termination shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party. 13. Miscellaneous. 13.1 Government End Users. The Covered Code is a "commercial item" as defined in FAR 2.101. Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation). Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 13.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among You, Apple or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise. 13.3 Independent Development. Nothing in this License will impair Apple's right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Larger Works, technology or products that You may develop, produce, market or distribute. 13.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision. Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License. 13.5 Severability. (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect. (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control. 13.6 Dispute Resolution. Any litigation or other dispute resolution between You and Apple relating to this License shall take place in the Northern District of California, and You and Apple hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. 13.7 Entire Agreement; Governing Law. This License constitutes the entire agreement between the parties with respect to the subject matter hereof. This License shall be governed by the laws of the United States and the State of California, except that body of California law concerning conflicts of law. Where You are located in the province of Quebec, Canada, the following clause applies: The parties hereby confirm that they have requested that this License and all related documents be drafted in English. Les parties ont exige que le present contrat et tous les documents connexes soient rediges en anglais. EXHIBIT A. "Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. This file contains Original Code and/or Modifications of Original Code as defined in and that are subject to the Apple Public Source License Version 2.0 (the 'License'). You may not use this file except in compliance with the License. Please obtain a copy of the License at http://www.opensource.apple.com/apsl/ and read it before using this file. The Original Code and all software distributed under the License are distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the specific language governing rights and limitations under the License." --- NEW FILE hfsplus-tools.spec --- Name: hfsplus-tools Version: 332.14 Release: 1%{?dist} Summary: Tools to create/check Apple HFS+ filesystems Group: System Environment/Base License: Apple Public Source License URL: http://gentoo-wiki.com/HOWTO_hfsplus#x86.2FPPC_Linux_port_from_OS_X_10.4.3_.2F_Darwin_8.3 Source0: http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-%{version}.tar.gz Patch0: http://www.ecl.udel.edu/~mcgee/diskdev_cmds/diskdev_cmds-%{version}.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source100: http://www.opensource.org/licenses/apsl-2.0.txt BuildRequires: openssl-devel # those tools are outdated, given the rebuilt mkfs/fsck.hfsplus in this # package. However, I don't want to Obsolete that package yet, as some people # may have a valid use for it on their systems. Conflicts: hfsplusutils # we want this to end up with the other mkfs.*'s, in /sbin %define _exec_prefix / %description HFS+, HFS Plus, or Mac OS Extended are names for a file system developed by Apple Computer to replace their Hierarchical File System (HFS). In addition to being the default file system on modern Apple computers, HFS+ is one of two formats, FAT being the other, that are supported by the iPod hard-disk based music player. Unlike FAT, HFS+ supports UNIX style file permissions, which makes it useful, for serving and sharing files in a secured manner. As Apple Computer's devices and systems become increasingly ubiquitous, it becomes important that Linux fully support this format. This package provides tools to create and check HFS+ filesystems under Linux. The Linux kernel does not support writing to HFS+ journals, writing to a hfsplus partition is recommended only after disabling journaling; however, the kernel, as of version 2.6.16, supports case-sensitivity (also known as HFSX) commit. %prep %setup -q -n hfsplus-mkfs-%{version} -n diskdev_cmds-%{version} %patch0 -p1 # fix CFLAGS... sed -i -e \ 's/^CFLAGS.*/CFLAGS := $(CFLAGS) -I$(PWD)\/include -D_FILE_OFFSET_BITS=64 -DDEBUG_BUILD=0 -D LINUX=1 -D BSD=1/' \ Makefile.lnx # remove errant execute bits find . -type f -name '*.[ch]' -exec chmod -x {} 2>/dev/null ';' # make life easier on doc cp %{SOURCE100} . %build export CFLAGS="%{optflags}" make %{?_smp_mflags} -f Makefile.lnx %install rm -rf %{buildroot} # the actual install... mkdir -p %{buildroot}/%{_sbindir} cp newfs_hfs.tproj/newfs_hfs %{buildroot}/%{_sbindir}/mkfs.hfsplus cp fsck_hfs.tproj/fsck_hfs %{buildroot}/%{_sbindir}/fsck.hfsplus # man pages -- a mildly non-invasive name change is in order mkdir -p %{buildroot}/%{_mandir}/man8 cat fsck_hfs.tproj/fsck_hfs.8 | sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g' \ > %{buildroot}/%{_mandir}/man8/fsck.hfsplus.8 cat newfs_hfs.tproj/newfs_hfs.8 | sed -e 's/[N|n]ewfs_hfs/mkfs.hfsplus/g' \ > %{buildroot}/%{_mandir}/man8/mkfs.hfsplus.8 # and a utility symlink... cd %{buildroot}/%{_sbindir} ln -s mkfs.hfsplus mkfs.hfs ln -s fsck.hfsplus fsck.hfs cd %{buildroot}/%{_mandir}/man8 ln -s fsck.hfsplus.8 fsck.hfs.8 ln -s mkfs.hfsplus.8 mkfs.hfs.8 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc apsl-2.0.txt %{_sbindir}/mkfs.hfsplus %{_sbindir}/mkfs.hfs %{_sbindir}/fsck.hfsplus %{_sbindir}/fsck.hfs %{_mandir}/man8/mkfs.hfsplus.8.gz %{_mandir}/man8/mkfs.hfs.8.gz %{_mandir}/man8/fsck.hfsplus.8.gz %{_mandir}/man8/fsck.hfs.8.gz %changelog * Wed Jul 26 2006 Chris Weyl 332.14-1 - update to 332.14 * Thu Jul 20 2006 Chris Weyl 332.11-1 - add manpages - add a copy of the license - tweak makefiles to build with our CFLAG optimizations, not those hippy optimizations gentoo uses ;) * Tue Jul 04 2006 Chris Weyl 332.11-0 - Build process snagged from Gentoo. Thanks, guys :) - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 00:34:24 -0000 1.1 +++ .cvsignore 19 Aug 2006 00:34:50 -0000 1.2 @@ -0,0 +1,2 @@ +diskdev_cmds-332.14.patch.bz2 +diskdev_cmds-332.14.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 00:34:24 -0000 1.1 +++ sources 19 Aug 2006 00:34:50 -0000 1.2 @@ -0,0 +1,2 @@ +e488b401bec3d5b6884afe4e2a8086e3 diskdev_cmds-332.14.patch.bz2 +30aec5dd1d37ada4ad2cafcf0005035c diskdev_cmds-332.14.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 00:34:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:55 -0700 Subject: owners owners.list,1.1426,1.1427 Message-ID: <200608190034.k7J0YwJ0002121@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2104 Modified Files: owners.list Log Message: added hfsplus-tools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1426 retrieving revision 1.1427 diff -u -r1.1426 -r1.1427 --- owners.list 18 Aug 2006 21:00:52 -0000 1.1426 +++ owners.list 19 Aug 2006 00:34:55 -0000 1.1427 @@ -578,6 +578,7 @@ Fedora Extras|Hermes|HERMES pixel format conversion library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|hevea|LaTeX to HTML translator|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|hexter-dssi|DSSI software synthesizer plugin emulating DX7|green at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|hfsplus-tools|Tools to create/check Apple HFS+ filesystems|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|hfsplusutils|Tools for reading Macintosh HFS+ volumes|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 00:36:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:36:58 -0700 Subject: rpms/hfsplus-tools/devel hfsplus-tools.spec,1.1,1.2 Message-ID: <200608190037.k7J0b00j002149@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2132 Modified Files: hfsplus-tools.spec Log Message: bump Index: hfsplus-tools.spec =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/hfsplus-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hfsplus-tools.spec 19 Aug 2006 00:34:50 -0000 1.1 +++ hfsplus-tools.spec 19 Aug 2006 00:36:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: hfsplus-tools Version: 332.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to create/check Apple HFS+ filesystems Group: System Environment/Base @@ -104,6 +104,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 332.14-2 +- bump + * Wed Jul 26 2006 Chris Weyl 332.14-1 - update to 332.14 @@ -113,7 +116,6 @@ - tweak makefiles to build with our CFLAG optimizations, not those hippy optimizations gentoo uses ;) - * Tue Jul 04 2006 Chris Weyl 332.11-0 - Build process snagged from Gentoo. Thanks, guys :) - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 19 00:50:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:18 -0700 Subject: rpms/perl-POE-Component-Server-SOAP - New directory Message-ID: <200608190050.k7J0oKfC002454@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/perl-POE-Component-Server-SOAP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SOAP added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:50:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:19 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel - New directory Message-ID: <200608190050.k7J0oLIc002457@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/perl-POE-Component-Server-SOAP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:50:28 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:28 -0700 Subject: rpms/perl-POE-Component-Server-SOAP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608190050.k7J0oUZK002503@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2473 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-SOAP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-SOAP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 00:50:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:29 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608190050.k7J0oVQT002506@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2473/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-SOAP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 00:50:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:36 -0700 Subject: owners owners.list,1.1427,1.1428 Message-ID: <200608190050.k7J0ocbO002538@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2509 Modified Files: owners.list Log Message: added perl-POE-Component-Server-SOAP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1427 retrieving revision 1.1428 diff -u -r1.1427 -r1.1428 --- owners.list 19 Aug 2006 00:34:55 -0000 1.1427 +++ owners.list 19 Aug 2006 00:50:35 -0000 1.1428 @@ -1399,6 +1399,7 @@ Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-SimpleHTTP|Serve HTTP requests in POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-SOAP|Publish POE event handlers via SOAP over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Aug 19 00:50:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:40 -0700 Subject: rpms/perl-POE-Component-Server-SOAP import.log,1.1,1.2 Message-ID: <200608190050.k7J0og0d002584@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2551 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-SOAP-1.09-1.fc5 on branch devel from perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 00:50:28 -0000 1.1 +++ import.log 19 Aug 2006 00:50:40 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-SOAP-1_09-1_fc5:HEAD:perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm:1155948646 From fedora-extras-commits at redhat.com Sat Aug 19 00:50:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:41 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel perl-POE-Component-Server-SOAP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608190050.k7J0ohuZ002589@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2551/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-SOAP.spec Log Message: auto-import perl-POE-Component-Server-SOAP-1.09-1.fc5 on branch devel from perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-SOAP.spec --- Name: perl-POE-Component-Server-SOAP Version: 1.09 Release: 1%{?dist} Summary: Publish POE event handlers via SOAP over HTTP License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SOAP/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(POE) >= 0.29 BuildRequires: perl(POE::Component::Server::SimpleHTTP) >= 1.10 BuildRequires: perl(SOAP::Lite) >= 0.55 %description This module makes serving SOAP/1.1 requests a breeze in POE. %prep %setup -q -n POE-Component-Server-SOAP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # fix a non-UTF-8 issue.... cd blib/man3 iconv --from=ISO-8859-1 --to=UTF-8 POE::Component::Server::SOAP.3pm > new mv new POE::Component::Server::SOAP.3pm %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 00:50:29 -0000 1.1 +++ .cvsignore 19 Aug 2006 00:50:41 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-SOAP-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 00:50:29 -0000 1.1 +++ sources 19 Aug 2006 00:50:41 -0000 1.2 @@ -0,0 +1 @@ +dcda3222ea8cf981c2aace003aa33733 POE-Component-Server-SOAP-1.09.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 00:51:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:51:37 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel perl-POE-Component-Server-SOAP.spec, 1.1, 1.2 Message-ID: <200608190051.k7J0pdPT002640@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2623 Modified Files: perl-POE-Component-Server-SOAP.spec Log Message: bump Index: perl-POE-Component-Server-SOAP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/perl-POE-Component-Server-SOAP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-SOAP.spec 19 Aug 2006 00:50:41 -0000 1.1 +++ perl-POE-Component-Server-SOAP.spec 19 Aug 2006 00:51:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SOAP Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Publish POE event handlers via SOAP over HTTP License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Chris Weyl 1.09-2 +- bump + * Wed Aug 16 2006 Chris Weyl 1.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 19 01:19:25 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Fri, 18 Aug 2006 18:19:25 -0700 Subject: comps comps-fe5.xml, 1.11, 1.12 comps-fe5.xml.in, 1.99, 1.100 comps-fe6.xml, 1.12, 1.13 comps-fe6.xml.in, 1.90, 1.91 Message-ID: <200608190119.k7J1JR6F005421@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5398 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: add stuff to xfce groups (#166750) Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- comps-fe5.xml 18 Aug 2006 04:13:27 -0000 1.11 +++ comps-fe5.xml 19 Aug 2006 01:19:25 -0000 1.12 @@ -710,9 +710,15 @@ xfce-mcs-manager xfce-mcs-plugins xfce-utils + xfce4-appfinder xfce4-iconbox + xfce4-icon-theme + xfce4-mixer xfce4-panel + xfce4-session-engines xfce4-systray + xfce4-session + xfce4-trigger-launcher xfdesktop xffm xffm-icons @@ -763,6 +769,8 @@ libxfce4mcs-devel libxfce4util-devel libxfcegui4-devel + xfce4-panel-devel + xfce4-session-devel pygtk2-devel xfce-mcs-manager-devel Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- comps-fe6.xml 18 Aug 2006 04:13:27 -0000 1.12 +++ comps-fe6.xml 19 Aug 2006 01:19:25 -0000 1.13 @@ -777,9 +777,15 @@ xfce-mcs-manager xfce-mcs-plugins xfce-utils + xfce4-appfinder xfce4-iconbox + xfce4-icon-theme + xfce4-mixer xfce4-panel + xfce4-session-engines xfce4-systray + xfce4-session + xfce4-trigger-launcher xfdesktop xffm xffm-icons @@ -830,6 +836,8 @@ libxfce4mcs-devel libxfce4util-devel libxfcegui4-devel + xfce4-panel-devel + xfce4-session-devel pygtk2-devel xfce-mcs-manager-devel From fedora-extras-commits at redhat.com Sat Aug 19 10:32:15 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 03:32:15 -0700 Subject: comps comps-fe6.xml,1.13,1.14 Message-ID: <200608191032.k7JAWHX3030206@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30189 Modified Files: comps-fe6.xml Log Message: Add gphpedit, rapidsvn, mod_extract_forwarded Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- comps-fe6.xml 19 Aug 2006 01:19:25 -0000 1.13 +++ comps-fe6.xml 19 Aug 2006 10:32:15 -0000 1.14 @@ -60,6 +60,7 @@ gforth ghc git + gphpedit gprolog haddock highlight @@ -84,6 +85,7 @@ q qgit quilt + rapidsvn rpmdevtools rpmlint splint @@ -728,6 +730,7 @@ lighttpd-fastcgi mediawiki mod_cband + mod_extract_forwarded mod_geoip mod_security moin From fedora-extras-commits at redhat.com Sat Aug 19 10:45:13 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:13 -0700 Subject: rpms/NetworkManager-openvpn - New directory Message-ID: <200608191045.k7JAjFKR030316@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30295/NetworkManager-openvpn Log Message: Directory /cvs/extras/rpms/NetworkManager-openvpn added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 10:45:14 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:14 -0700 Subject: rpms/NetworkManager-openvpn/devel - New directory Message-ID: <200608191045.k7JAjG2v030319@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30295/NetworkManager-openvpn/devel Log Message: Directory /cvs/extras/rpms/NetworkManager-openvpn/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 10:45:35 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:35 -0700 Subject: rpms/NetworkManager-openvpn/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608191045.k7JAjbP1030376@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30340/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module NetworkManager-openvpn --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 10:45:34 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:34 -0700 Subject: rpms/NetworkManager-openvpn Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608191045.k7JAjaT2030373@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30340 Added Files: Makefile import.log Log Message: Setup of module NetworkManager-openvpn --- NEW FILE Makefile --- # Top level Makefile for module NetworkManager-openvpn all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 10:46:11 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:46:11 -0700 Subject: rpms/NetworkManager-openvpn import.log,1.1,1.2 Message-ID: <200608191046.k7JAkhcn030449@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30408 Modified Files: import.log Log Message: auto-import NetworkManager-openvpn-0.3.2-4 on branch devel from NetworkManager-openvpn-0.3.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 10:45:34 -0000 1.1 +++ import.log 19 Aug 2006 10:46:11 -0000 1.2 @@ -0,0 +1 @@ +NetworkManager-openvpn-0_3_2-4:HEAD:NetworkManager-openvpn-0.3.2-4.src.rpm:1155984372 From fedora-extras-commits at redhat.com Sat Aug 19 10:46:12 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:46:12 -0700 Subject: rpms/NetworkManager-openvpn/devel NetworkManager-openvpn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608191046.k7JAkihQ030453@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30408/devel Modified Files: .cvsignore sources Added Files: NetworkManager-openvpn.spec Log Message: auto-import NetworkManager-openvpn-0.3.2-4 on branch devel from NetworkManager-openvpn-0.3.2-4.src.rpm --- NEW FILE NetworkManager-openvpn.spec --- %define nm_version 0.6.4 %define dbus_version 0.61 %define gtk2_version 2.6.0 %define openvpn_version 2.1 %define shared_mime_version 0.17-1 Summary: NetworkManager VPN integration for OpenVPN Name: NetworkManager-openvpn Version: 0.3.2 Release: 4 License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base # How to build the source package: # - Check out NetworkManager from Gnome CVS, use the right tag, # e.g. NETWORKMANAGER_0_6_4_RELEASE # - cd NetworkManager/vpn-daemons/openvpn # - ./augogen.sh --prefix=/usr --sysconfdir=/etc # - make distclean # - cd .. # - mv openvpn NetworkManager-openvpn-%{version} # - tar cvfz NetworkManager-openvpn-%{version}.tar.gz NetworkManager-openvpn-%{version} Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: GConf2-devel BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: libpng-devel Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/update-desktop-database Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: gtk2 >= %{gtk2_version} Requires: dbus >= %{dbus_version} Requires: NetworkManager >= %{nm_version} Requires: openvpn >= %{openvpn_version} Requires: shared-mime-info >= %{shared_mime_version} Requires: GConf2 Requires: gnome-keyring %description This package contains software for integrating the OpenVPN VPN software with NetworkManager and the GNOME desktop. Note: Due to a problem with the openvpn package you have to use SELinux in permissive mode to use the NetworkManager OpenVPN plugin at the moment. %prep %setup -q %build if [ ! -f configure ]; then ./autogen.sh fi %configure --disable-static --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/lib*.la %clean rm -rf %{buildroot} %post /sbin/ldconfig /usr/bin/update-desktop-database > /dev/null if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor fi %postun /sbin/ldconfig /usr/bin/update-desktop-database > /dev/null if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor fi %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog README %{_libdir}/lib*.so* %{_libexecdir}/nm-openvpn-auth-dialog %config %{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf %config %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name %{_bindir}/nm-openvpn-service %{_bindir}/nm-openvpn-service-openvpn-helper %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png %changelog * Tue Aug 15 2006 Tim Niemueller 0.3.2-4 - Added instructions how to build the source package - removed a rm line * Wed Aug 09 2006 Tim Niemueller 0.3.2-3 - Added URL * Fri Aug 04 2006 Tim Niemueller 0.3.2-2 - Upgrade to current upstream version (0.3.2 on 0.6 branch) * Mon Jul 10 2006 Tim Niemueller 0.3.2-1 - Upgraded to 0.3.2 for 0.6 branch * Tue Dec 06 2005 Tim Niemueller 0.3-1 - Initial revision based on NetworkManager-vpnc spec Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 10:45:35 -0000 1.1 +++ .cvsignore 19 Aug 2006 10:46:12 -0000 1.2 @@ -0,0 +1 @@ +NetworkManager-openvpn-0.3.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 10:45:35 -0000 1.1 +++ sources 19 Aug 2006 10:46:12 -0000 1.2 @@ -0,0 +1 @@ +9a35d23c554dd215deee39a2e58e8e08 NetworkManager-openvpn-0.3.2.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 10:58:36 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:58:36 -0700 Subject: owners owners.list,1.1428,1.1429 Message-ID: <200608191058.k7JAwcdY030657@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30640 Modified Files: owners.list Log Message: Added NetworkManager-openvpn package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1428 retrieving revision 1.1429 diff -u -r1.1428 -r1.1429 --- owners.list 19 Aug 2006 00:50:35 -0000 1.1428 +++ owners.list 19 Aug 2006 10:58:36 -0000 1.1429 @@ -984,6 +984,7 @@ Fedora Extras|netmask|Utility for determining network masks|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|netpanzer|An Online Multiplayer Tactical Warfare Game|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|netpanzer-data|Data files for netpanzer|hugo at devin.com.br|extras-qa at fedoraproject.org| +Fedora Extras|NetworkManager-openvpn|NetworkManager VPN integration for OpenVPN|tim at niemueller.de|extras-qa at fedoraproject.org| Fedora Extras|NetworkManager-vpnc|NetworkManager VPN integration for vpnc|davidz at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|neverball|Roll a ball through an obstacle course|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|new|A simple template system|redhat at flyn.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 11:20:13 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:13 -0700 Subject: rpms/php-manual-en/devel - New directory Message-ID: <200608191120.k7JBKFan003549@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3518/php-manual-en/devel Log Message: Directory /cvs/extras/rpms/php-manual-en/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 11:20:13 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:13 -0700 Subject: rpms/php-manual-en - New directory Message-ID: <200608191120.k7JBKFkk003546@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3518/php-manual-en Log Message: Directory /cvs/extras/rpms/php-manual-en added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 11:20:26 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:26 -0700 Subject: rpms/php-manual-en Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608191120.k7JBKSen003596@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568 Added Files: Makefile import.log Log Message: Setup of module php-manual-en --- NEW FILE Makefile --- # Top level Makefile for module php-manual-en all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 11:20:27 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:27 -0700 Subject: rpms/php-manual-en/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608191120.k7JBKTCn003599@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-manual-en --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 11:22:38 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:22:38 -0700 Subject: rpms/php-manual-en import.log,1.1,1.2 Message-ID: <200608191123.k7JBNA6r003671@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3632 Modified Files: import.log Log Message: auto-import php-manual-en-20060813-1 on branch devel from php-manual-en-20060813-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 11:20:26 -0000 1.1 +++ import.log 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +php-manual-en-20060813-1:HEAD:php-manual-en-20060813-1.src.rpm:1155986558 From fedora-extras-commits at redhat.com Sat Aug 19 11:22:39 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:22:39 -0700 Subject: rpms/php-manual-en/devel php-manual-en.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608191123.k7JBNB4h003675@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3632/devel Modified Files: .cvsignore sources Added Files: php-manual-en.spec Log Message: auto-import php-manual-en-20060813-1 on branch devel from php-manual-en-20060813-1.src.rpm --- NEW FILE php-manual-en.spec --- Name: php-manual-en Version: 20060813 Release: 1%{?dist} Summary: Documentation for the PHP programming language Group: Documentation License: Open Publication License URL: http://www.php.net/download-docs.php Source0: http://us2.php.net/distributions/manual/php_manual_en.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Provides: php-manual-en-us %description English-language documentation for the PHP programming language. %prep %setup -q -c %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/php-manual/en cp -pr html %{buildroot}%{_defaultdocdir}/php-manual/en/ cat >LICENSE < 20060813-1 - Update to 2006-08-13 version - Add LICENSE as pointer to licensing information * Sun Aug 06 2006 Tim Jackson 20060725-1 - Update to 2006-07-25 version - Own defaultdocdir/php-manual - Macro change: datadir/docs -> defaultdocdir - Rename License tag to stop rpmlint whinging * Mon Jun 26 2006 Tim Jackson 20060527-2 - Update Source to an absolute URL - Provide php-manual-en-us (in case of a future split into en-gb etc.) * Thu Jun 22 2006 Tim Jackson 20060527-1 - Update to 2006-05-27 version of the manual * Tue May 09 2006 Tim Jackson 20060421-1 - Initial RPM build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 11:20:27 -0000 1.1 +++ .cvsignore 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +php_manual_en.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 11:20:27 -0000 1.1 +++ sources 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +a8ef43e9ff1da2ce18df90e67fc5758f php_manual_en.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 11:24:03 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:24:03 -0700 Subject: owners owners.list,1.1429,1.1430 Message-ID: <200608191124.k7JBO5Aj003724@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3707 Modified Files: owners.list Log Message: Add php-manual-en (#196281) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1429 retrieving revision 1.1430 diff -u -r1.1429 -r1.1430 --- owners.list 19 Aug 2006 10:58:36 -0000 1.1429 +++ owners.list 19 Aug 2006 11:24:03 -0000 1.1430 @@ -1530,6 +1530,7 @@ Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|php-json|An extremely fast PHP extension for JSON|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|php-magickwand|PHP API for ImageMagick|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| +Fedora Extras|php-manual-en|Documentation for the PHP programming language|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-mmcache|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB|PEAR: Database Abstraction Layer|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP|PEAR: Miscellaneous HTTP utilities|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 12:14:46 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 19 Aug 2006 05:14:46 -0700 Subject: rpms/renrot/devel .cvsignore, 1.5, 1.6 renrot.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608191214.k7JCEmZf006817@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6796 Modified Files: .cvsignore renrot.spec sources Log Message: update to 0.23 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Jul 2006 05:56:56 -0000 1.5 +++ .cvsignore 19 Aug 2006 12:14:46 -0000 1.6 @@ -1 +1 @@ -renrot-0.22.tar.gz +renrot-0.23.tar.gz Index: renrot.spec =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/renrot.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- renrot.spec 18 Jul 2006 05:58:33 -0000 1.6 +++ renrot.spec 19 Aug 2006 12:14:46 -0000 1.7 @@ -1,6 +1,6 @@ Name: renrot -Version: 0.22 -Release: 1.0%{?dist} +Version: 0.23 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: A program to rename and rotate files according to EXIF tags @@ -70,6 +70,9 @@ %config(noreplace) %{_sysconfdir}/%{name}/tags.conf %changelog +* Sat Aug 19 2006 Andy Shevchenko 0.23-1 +- update to 0.23 + * Tue Jul 18 2006 Andy Shevchenko 0.22-1.0 - update to 0.22 Index: sources =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Jul 2006 05:56:56 -0000 1.5 +++ sources 19 Aug 2006 12:14:46 -0000 1.6 @@ -1 +1 @@ -1df68b01b59f9150aaaebb71091cbc4d renrot-0.22.tar.gz +e460971c9a943b4ba6aa831d1751466e renrot-0.23.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 12:18:08 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 19 Aug 2006 05:18:08 -0700 Subject: rpms/renrot/FC-5 .cvsignore, 1.5, 1.6 renrot.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608191218.k7JCIA4t006911@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6890 Modified Files: .cvsignore renrot.spec sources Log Message: update to 0.23 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Jul 2006 05:59:54 -0000 1.5 +++ .cvsignore 19 Aug 2006 12:18:08 -0000 1.6 @@ -1 +1 @@ -renrot-0.22.tar.gz +renrot-0.23.tar.gz Index: renrot.spec =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/renrot.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- renrot.spec 18 Jul 2006 05:59:54 -0000 1.5 +++ renrot.spec 19 Aug 2006 12:18:08 -0000 1.6 @@ -1,6 +1,6 @@ Name: renrot -Version: 0.22 -Release: 1.0%{?dist} +Version: 0.23 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: A program to rename and rotate files according to EXIF tags @@ -70,6 +70,9 @@ %config(noreplace) %{_sysconfdir}/%{name}/tags.conf %changelog +* Sat Aug 19 2006 Andy Shevchenko 0.23-1 +- update to 0.23 + * Tue Jul 18 2006 Andy Shevchenko 0.22-1.0 - update to 0.22 Index: sources =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Jul 2006 05:59:54 -0000 1.5 +++ sources 19 Aug 2006 12:18:08 -0000 1.6 @@ -1 +1 @@ -1df68b01b59f9150aaaebb71091cbc4d renrot-0.22.tar.gz +e460971c9a943b4ba6aa831d1751466e renrot-0.23.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 13:02:55 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 06:02:55 -0700 Subject: rpms/NetworkManager-openvpn/devel NetworkManager-openvpn.spec, 1.1, 1.2 Message-ID: <200608191303.k7JD3XUs009768@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9751 Modified Files: NetworkManager-openvpn.spec Log Message: + Added some missing build requires Tim Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/NetworkManager-openvpn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NetworkManager-openvpn.spec 19 Aug 2006 10:46:12 -0000 1.1 +++ NetworkManager-openvpn.spec 19 Aug 2006 13:02:55 -0000 1.2 @@ -7,7 +7,7 @@ Summary: NetworkManager VPN integration for OpenVPN Name: NetworkManager-openvpn Version: 0.3.2 -Release: 4 +Release: 5 License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -30,6 +30,9 @@ BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: libpng-devel +BuildRequires: perl-XML-Parser +BuildRequires: intltool +BuildRequires: perl Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/update-desktop-database Requires(post): /sbin/ldconfig @@ -97,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png %changelog +* Sat Aug 19 2006 Tim Niemueller 0.3.2-5 +- Added perl-XML-Parser as a build requirement, needed for intltool + * Tue Aug 15 2006 Tim Niemueller 0.3.2-4 - Added instructions how to build the source package - removed a rm line From fedora-extras-commits at redhat.com Sat Aug 19 13:54:01 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sat, 19 Aug 2006 06:54:01 -0700 Subject: kadischi/livecd_generator kadischi.py,1.39,1.40 Message-ID: <200608191354.k7JDs1m3009946@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9929/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Provide simple BURN and VERIFY dialog for users, (#RFE# Robert Jensen) Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- kadischi.py 17 Aug 2006 15:43:50 -0000 1.39 +++ kadischi.py 19 Aug 2006 13:53:59 -0000 1.40 @@ -1,8 +1,8 @@ #!/usr/bin/python -tt -import os, rpm, sys +import os, rpm, sys import optparse -import string +import string, re import shutil from shvar import shvarFile from functions import * @@ -30,7 +30,7 @@ bindir = sys.path [0] confdir = normalize_path(['/etc/kadischi']) - global builddir, postscriptdir, buildstamp + global builddir, postscriptdir, buildstamp, isoimage # check for Requires print "[kadischi]: Checking dependencies for Kadischi" @@ -202,10 +202,46 @@ cleanup (builddir) # Done! - print "[kadischi]: Finished successfully." - return 0 + # print "[kadischi]: Finished successfully." + # return 0 + ### Burn the CD + using_kickstart = False + using_cmdline = False + for args in anaconda_args: + if re.search("--kickstart=", args) != None: + using_kickstart = True + if re.search("--cmdline", args) != None: + using_cmdline = True + if using_kickstart == True or using_cmdline == True: + print "[kadischi]: Finished successfully" + return 0 + + choice = "" + device = "" + print "[kadischi]: Kadischi is finished building the Live ISO image.." + choice = raw_input("[kadischi]: Would you like to burn the CD image now? [yes/no]: ") + if choice == "yes": + device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/hda]: ") + if device == None: + device = "dev=/dev/hda" + else: + device = string.join(["dev=", device], "") + burn_cd(device) + burned = True + else: + print "[kadischi]: Finished successfully." + return 0 + ### Verify the CD + choice = raw_input("[kadischi]: Would you like to verify the CD or DVD burned? [yes/no]: ") + if choice == "yes": + dev = device[4:] + device = string.join(["if=", dev], "") + verify_cd(device) + else: + print "[kadischi]: Finished successfully." + return 0 def requirements(): """ Searches which Requires has not yet installed """ @@ -347,6 +383,41 @@ clear_rpm_db_files(sysdir) +def burn_cd(device): + args = ["/usr/bin/cdrecord", "speed=4", device, isoimage] + try: + execute(args) + except: + print "[kadischi]: cdrecord not found or other error! Bailing!" + sys.exit(1) + + print >> sys.stdout, "[kadischi]: CD has been burned!" + +def verify_cd(device): + os.system(("/bin/dd %s of=/tmp/kadischi-live.iso bs=2048") % device) + os.system("/usr/bin/sha1sum /tmp/kadischi-live.iso > /tmp/kadischi-live.iso.disc.sha1sum") + os.system(("/usr/bin/sha1sum %s > /tmp/kadischi-live.iso.original.sha1sum") % isoimage) + + e = open("/tmp/kadischi-live.iso.disc.sha1sum", "r") + f = open("/tmp/kadischi-live.iso.original.sha1sum", "r") + copy = e.readline() + original = f.readline() + + string.split(copy, " ") + string.split(original, " ") + + if original[0] == copy[0]: + print >> sys.stdout, "[kadischi]: CD or DVD has been burned and verified! Done!" + args = ["/bin/rm", "-f", "/tmp/kadischi-live.iso"] + execute(args) + return 0 + else: + print "[kadischi]: SHA1SUM DO NOT MATCH. CD OR DVD IS BAD!" + args = ["/bin/rm", "-f", "/tmp/kadischi-live.iso"] + execute(args) + return 0 + + def execute (args): if not os.access(args[0], os.X_OK): print "unable to access", args[0] From fedora-extras-commits at redhat.com Sat Aug 19 16:52:36 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sat, 19 Aug 2006 09:52:36 -0700 Subject: kadischi/livecd_generator kadischi.py,1.40,1.41 Message-ID: <200608191652.k7JGqakb018379@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18361/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Make default CDROM device a known device instead of hda Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- kadischi.py 19 Aug 2006 13:53:59 -0000 1.40 +++ kadischi.py 19 Aug 2006 16:52:33 -0000 1.41 @@ -222,9 +222,9 @@ print "[kadischi]: Kadischi is finished building the Live ISO image.." choice = raw_input("[kadischi]: Would you like to burn the CD image now? [yes/no]: ") if choice == "yes": - device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/hda]: ") + device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/cdrom]: ") if device == None: - device = "dev=/dev/hda" + device = "dev=/dev/cdrom" else: device = string.join(["dev=", device], "") burn_cd(device) From fedora-extras-commits at redhat.com Sat Aug 19 18:23:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 19 Aug 2006 11:23:11 -0700 Subject: rpms/php-json/FC-5 .cvsignore, 1.3, 1.4 php-json.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608191823.k7JINDlv025865@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-json/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25818 Modified Files: .cvsignore php-json.spec sources Log Message: New maintainer Updated to 1.2.1 (bz#198564) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Feb 2006 05:03:16 -0000 1.3 +++ .cvsignore 19 Aug 2006 18:23:10 -0000 1.4 @@ -1 +1 @@ -php-json-ext-1.1.1.tar.bz2 +php-json-ext-1.2.1.tar.bz2 Index: php-json.spec =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/php-json.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- php-json.spec 13 Apr 2006 09:17:32 -0000 1.5 +++ php-json.spec 19 Aug 2006 18:23:10 -0000 1.6 @@ -1,10 +1,9 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) -%{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo 4.3.11)} -%define php_apiver %({ phpize --version || echo "PHP Api Version: 0" ; } | grep -i "php api" | sed 's/[^0-9]//g') +%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) +%global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-json -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: An extremely fast PHP extension for JSON Group: Development/Languages @@ -32,11 +31,10 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{php_extdir} -install -p -m 0755 modules/json.so $RPM_BUILD_ROOT%{php_extdir} -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/php.d -cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/json.ini << EOF +rm -rf %{buildroot} +install -D -p -m 0755 modules/json.so %{buildroot}%{php_extdir}/json.so +mkdir -p %{buildroot}%{_sysconfdir}/php.d +cat > %{buildroot}%{_sysconfdir}/php.d/json.ini << EOF ; Enable json extension module extension=json.so EOF @@ -55,7 +53,7 @@ } %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -64,6 +62,11 @@ %{php_extdir}/json.so %changelog +* Sat Aug 19 2006 Brandon Holbrook 1.2.1-1 +- New Maintainer +- Bumped to 1.2.1 +- New FE php macros + * Thu Apr 13 2006 Ignacio Vazquez-Abrams 1.1.1-2 - Added Requires on php-api (#186903) Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Feb 2006 05:03:16 -0000 1.3 +++ sources 19 Aug 2006 18:23:10 -0000 1.4 @@ -1 +1 @@ -d884a5ca7ddb420b5b261941217f6c68 php-json-ext-1.1.1.tar.bz2 +e06e701412a055f3372775216ec3d604 php-json-ext-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 19 20:04:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 19 Aug 2006 13:04:24 -0700 Subject: comps comps-fe6.xml.in,1.91,1.92 Message-ID: <200608192004.k7JK4SZd010904@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10887/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- comps-fe6.xml.in 19 Aug 2006 01:19:25 -0000 1.91 +++ comps-fe6.xml.in 19 Aug 2006 20:04:21 -0000 1.92 @@ -157,6 +157,7 @@ numpy octave paraview + pcb qalculate-gtk qalculate-kde qcad @@ -393,6 +394,7 @@ gwget kadu kickpim + knetstats konversation kphone licq @@ -602,6 +604,7 @@ ip6sic isic john + kdirstat ksmarttray lft lirc @@ -883,6 +886,7 @@ true basket + crystal kchmviewer kickpim kdissert From fedora-extras-commits at redhat.com Sat Aug 19 21:40:37 2006 From: fedora-extras-commits at redhat.com (MichaÅ Bentkowski (ecik)) Date: Sat, 19 Aug 2006 14:40:37 -0700 Subject: comps comps-fe5.xml.in,1.100,1.101 comps-fe6.xml.in,1.92,1.93 Message-ID: <200608192140.k7JLedfs013903@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13880 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added kooldock and bygfoot Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- comps-fe5.xml.in 19 Aug 2006 01:19:25 -0000 1.100 +++ comps-fe5.xml.in 19 Aug 2006 21:40:37 -0000 1.101 @@ -234,6 +234,7 @@ auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -822,6 +823,7 @@ kmymoney2 knemo kompose + kooldock ksynaptics kyum metamonitor Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- comps-fe6.xml.in 19 Aug 2006 20:04:21 -0000 1.92 +++ comps-fe6.xml.in 19 Aug 2006 21:40:37 -0000 1.93 @@ -257,6 +257,7 @@ auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -896,6 +897,7 @@ kmymoney2 knemo kompose + kooldock ksensors ksynaptics kyum From fedora-extras-commits at redhat.com Sat Aug 19 22:54:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 19 Aug 2006 15:54:07 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.25,1.26 Message-ID: <200608192254.k7JMs9Hu016718@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16701 Modified Files: deskbar-applet.spec Log Message: * Sat Aug 19 2006 Luke Macken 2.16.91-2 - Properly install desktop file Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- deskbar-applet.spec 17 Aug 2006 05:28:02 -0000 1.25 +++ deskbar-applet.spec 19 Aug 2006 22:54:07 -0000 1.26 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.15.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -15,12 +15,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel -BuildRequires: libSM-devel gnome-python2-applet +BuildRequires: libSM-devel gnome-python2-applet desktop-file-utils Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 +Requires(post): GConf2 desktop-file-utils +Requires(preun): GConf2 desktop-file-utils Provides: deskbar-applet-fedorabz %description @@ -50,6 +50,14 @@ install -D -m 0644 -p %{SOURCE2} $RPM_BUILD_ROOT$adir find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; install -D -m 0644 -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*/apps/deskbar-applet.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png + +rm $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category Utility + --add-category Application + %{find_lang} %{name} %clean @@ -91,6 +99,9 @@ %{_datadir}/pixmaps/%{name}.png %changelog +* Sat Aug 19 2006 Luke Macken 2.16.91-2 +- Properly install desktop file + * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 - Require gnome-python2-libwnck From fedora-extras-commits at redhat.com Sat Aug 19 23:18:10 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 19 Aug 2006 16:18:10 -0700 Subject: rpms/perl-Sys-Virt/devel Sys-Virt-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, 1.3, 1.4 Sys-Virt-Domain-doc.patch, 1.1, NONE Message-ID: <200608192318.k7JNICMD019503@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19483 Modified Files: perl-Sys-Virt.spec Added Files: Sys-Virt-doc.patch Removed Files: Sys-Virt-Domain-doc.patch Log Message: More documentation fixes. Sys-Virt-doc.patch: --- NEW FILE Sys-Virt-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt.pm.orig 2006-06-22 18:08:42.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt.pm 2006-08-19 18:07:08.000000000 -0500 @@ -55,7 +55,7 @@ specify explicit addresses for other types of hypervisor connection. If the optional C parameter is supplied, then an unprivileged connection to the VMM will be attempted. If it is not supplied, then it -defaults to making a fully privileged connection to the VMM. THis in turn +defaults to making a fully privileged connection to the VMM. This in turn requires that the calling application be running as root. =cut @@ -202,7 +202,7 @@ =item my $type = $vmm->get_type() -Return the type of virtualization backend accessed by this VMM object. Curently +Return the type of virtualization backend accessed by this VMM object. Currently the only supported type is C. =cut @@ -217,7 +217,7 @@ =item my $ver = $vmm->get_major_version -Return the major version number of the libvirt library +Return the major version number of the libvirt library. =cut @@ -230,7 +230,7 @@ =item my $ver = $vmm->get_minor_version -Return the minor version number of the libvirt library +Return the minor version number of the libvirt library. =cut @@ -243,7 +243,7 @@ =item my $ver = $vmm->get_micro_version -Return the micro version number of the libvirt library +Return the micro version number of the libvirt library. =cut @@ -259,7 +259,7 @@ =item my $info = $con->get_node_info() Returns a hash reference summarising the capabilities of the host -node. The elements of the hash ar +node. The elements of the hash are as follows: =over 4 @@ -302,7 +302,7 @@ =head1 BUGS Hopefully none, but the XS code needs to be audited to ensure it -is not leaking memory +is not leaking memory. =head1 AUTHORS @@ -312,7 +312,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-19 17:52:27.000000000 -0500 @@ -124,7 +124,7 @@ =item my $info = $dom->get_info() Returns a hash reference summarising the execution state of the -domain. The elements of the hash ar +domain. The elements of the hash are as follows: =over 4 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain @@ -150,7 +154,7 @@ =item $dom->set_max_memory($mem) Set the maximum memory for the domain to the value C<$mem>. The -value of the C<$mem> parameter is specified in kilobytes +value of the C<$mem> parameter is specified in kilobytes. =item $mem = $dom->get_max_memory() @@ -165,12 +169,12 @@ =item $dom->shutdown() -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and poweroff. =item $dom->reboot($flags) -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and optionally restart. The C<$flags> parameter determines how the domain restarts (if at all). It should be one of the constants &Sys::Virt::Domain::REBOOT_* listed later in this --- Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm 2006-08-19 18:11:46.000000000 -0500 @@ -37,7 +37,7 @@ =item my $code = $err->code -Return the raw error code represented by this error +Return the raw error code represented by this error. =cut @@ -70,7 +70,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Sys-Virt.spec 18 Aug 2006 21:00:07 -0000 1.3 +++ perl-Sys-Virt.spec 19 Aug 2006 23:18:10 -0000 1.4 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch0: Sys-Virt-Domain-doc.patch +Patch0: Sys-Virt-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 19 2006 Steven Pritchard 0.1.1-6 +- More documentation fixes. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-5 - Make this spec work on FC5 or FC6. - Add ExclusiveArch to match xen and libvirt. --- Sys-Virt-Domain-doc.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 19 23:26:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 19 Aug 2006 16:26:57 -0700 Subject: rpms/perl-Sys-Virt/FC-5 Sys-Virt-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, 1.2, 1.3 Sys-Virt-Domain-doc.patch, 1.1, NONE Message-ID: <200608192326.k7JNQxBi019622@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19602 Modified Files: perl-Sys-Virt.spec Added Files: Sys-Virt-doc.patch Removed Files: Sys-Virt-Domain-doc.patch Log Message: More documentation fixes. Sys-Virt-doc.patch: --- NEW FILE Sys-Virt-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt.pm.orig 2006-06-22 18:08:42.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt.pm 2006-08-19 18:07:08.000000000 -0500 @@ -55,7 +55,7 @@ specify explicit addresses for other types of hypervisor connection. If the optional C parameter is supplied, then an unprivileged connection to the VMM will be attempted. If it is not supplied, then it -defaults to making a fully privileged connection to the VMM. THis in turn +defaults to making a fully privileged connection to the VMM. This in turn requires that the calling application be running as root. =cut @@ -202,7 +202,7 @@ =item my $type = $vmm->get_type() -Return the type of virtualization backend accessed by this VMM object. Curently +Return the type of virtualization backend accessed by this VMM object. Currently the only supported type is C. =cut @@ -217,7 +217,7 @@ =item my $ver = $vmm->get_major_version -Return the major version number of the libvirt library +Return the major version number of the libvirt library. =cut @@ -230,7 +230,7 @@ =item my $ver = $vmm->get_minor_version -Return the minor version number of the libvirt library +Return the minor version number of the libvirt library. =cut @@ -243,7 +243,7 @@ =item my $ver = $vmm->get_micro_version -Return the micro version number of the libvirt library +Return the micro version number of the libvirt library. =cut @@ -259,7 +259,7 @@ =item my $info = $con->get_node_info() Returns a hash reference summarising the capabilities of the host -node. The elements of the hash ar +node. The elements of the hash are as follows: =over 4 @@ -302,7 +302,7 @@ =head1 BUGS Hopefully none, but the XS code needs to be audited to ensure it -is not leaking memory +is not leaking memory. =head1 AUTHORS @@ -312,7 +312,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-19 17:52:27.000000000 -0500 @@ -124,7 +124,7 @@ =item my $info = $dom->get_info() Returns a hash reference summarising the execution state of the -domain. The elements of the hash ar +domain. The elements of the hash are as follows: =over 4 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain @@ -150,7 +154,7 @@ =item $dom->set_max_memory($mem) Set the maximum memory for the domain to the value C<$mem>. The -value of the C<$mem> parameter is specified in kilobytes +value of the C<$mem> parameter is specified in kilobytes. =item $mem = $dom->get_max_memory() @@ -165,12 +169,12 @@ =item $dom->shutdown() -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and poweroff. =item $dom->reboot($flags) -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and optionally restart. The C<$flags> parameter determines how the domain restarts (if at all). It should be one of the constants &Sys::Virt::Domain::REBOOT_* listed later in this --- Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm 2006-08-19 18:11:46.000000000 -0500 @@ -37,7 +37,7 @@ =item my $code = $err->code -Return the raw error code represented by this error +Return the raw error code represented by this error. =cut @@ -70,7 +70,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/FC-5/perl-Sys-Virt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sys-Virt.spec 18 Aug 2006 20:54:25 -0000 1.2 +++ perl-Sys-Virt.spec 19 Aug 2006 23:26:57 -0000 1.3 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch0: Sys-Virt-Domain-doc.patch +Patch0: Sys-Virt-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 19 2006 Steven Pritchard 0.1.1-6 +- More documentation fixes. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-5 - Make this spec work on FC5 or FC6. - Add ExclusiveArch to match xen and libvirt. --- Sys-Virt-Domain-doc.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 19 23:31:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 19 Aug 2006 16:31:48 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.26,1.27 Message-ID: <200608192331.k7JNVob9019722@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19705 Modified Files: deskbar-applet.spec Log Message: actually install the desktop file Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- deskbar-applet.spec 19 Aug 2006 22:54:07 -0000 1.26 +++ deskbar-applet.spec 19 Aug 2006 23:31:48 -0000 1.27 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.15.91 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -55,8 +55,9 @@ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - --add-category Utility - --add-category Application + --add-category Utility \ + --add-category Application \ + data/%{name}.desktop %{find_lang} %{name} @@ -94,13 +95,13 @@ %{_libdir}/pkgconfig/%{name}.pc %{python_sitelib}/deskbar %{_datadir}/%{name} -%{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/pixmaps/%{name}.png %changelog -* Sat Aug 19 2006 Luke Macken 2.16.91-2 -- Properly install desktop file +* Sat Aug 19 2006 Luke Macken 2.16.91-3 +- Instally desktop file correctly * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 From fedora-extras-commits at redhat.com Sun Aug 20 00:00:41 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 17:00:41 -0700 Subject: comps comps-fe6.xml.in,1.93,1.94 Message-ID: <200608200000.k7K00hND020518@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20501 Modified Files: comps-fe6.xml.in Log Message: Add gphpedit,rapidsvn,mod_extract_forwarded to comps FC6 - do the right file this time (.in not output file) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- comps-fe6.xml.in 19 Aug 2006 21:40:37 -0000 1.93 +++ comps-fe6.xml.in 20 Aug 2006 00:00:41 -0000 1.94 @@ -60,6 +60,7 @@ gforth ghc git + gphpedit gprolog haddock highlight @@ -84,6 +85,7 @@ q qgit quilt + rapidsvn rpmdevtools rpmlint splint @@ -734,6 +736,7 @@ lighttpd-fastcgi mediawiki mod_cband + mod_extract_forwarded mod_geoip mod_security moin From fedora-extras-commits at redhat.com Sun Aug 20 00:28:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 19 Aug 2006 17:28:10 -0700 Subject: upgradecheck upgradecheck.py,1.14,1.15 Message-ID: <200608200028.k7K0SA6j023316@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23298 Modified Files: upgradecheck.py Log Message: At the top of the report, sort by package owner. At the bottom, sort by package name. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- upgradecheck.py 1 Aug 2006 19:10:21 -0000 1.14 +++ upgradecheck.py 20 Aug 2006 00:28:08 -0000 1.15 @@ -146,6 +146,7 @@ allnames.sort(lambda x, y: cmp(x.lower(), y.lower())) report = [] + reports = {} # report per owner, key is owner email addr for dist in enabled_dists: if not known_good.get(dist): @@ -173,13 +174,35 @@ ix = ix + 1 if bork is not None: ix = bork - report.append(name + ": " + owners[name].replace('@',' AT ')) + owner = owners[name] + ownerprint = owner.replace('@',' AT ') + if not reports.has_key(owner): + reports[owner] = [] + reports[owner].append(name) + report.append(name+': '+ownerprint) for curr in pkgdata[ix:]: # onwards from the problem spot if curr: # we haven't checked if all distros after the bork spot have this package - report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) + what = " %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"]) + reports[owner].append(what) + report.append(what) ix = ix + 1 + reports[owner].append("") report.append("") + # Insert "sorted by owner" report at the top. + oldreport = report + report = [] + reportkeys = reports.keys() + reportkeys.sort() + for owner in reportkeys: + ownerprint = owner.replace('@',' AT ') + report.append(ownerprint+':') + for line in reports[owner]: + report.append(' '+line) + report.append('-'*70) + report.append('') + report += oldreport + report = "\n".join(report) if report: if mail_to and not opts.nomail: From fedora-extras-commits at redhat.com Sun Aug 20 00:39:40 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 19 Aug 2006 17:39:40 -0700 Subject: upgradecheck upgradecheck.py,1.15,1.16 Message-ID: <200608200039.k7K0de90023375@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23357 Modified Files: upgradecheck.py Log Message: point out unknown package owners Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- upgradecheck.py 20 Aug 2006 00:28:08 -0000 1.15 +++ upgradecheck.py 20 Aug 2006 00:39:38 -0000 1.16 @@ -175,6 +175,8 @@ if bork is not None: ix = bork owner = owners[name] + if owner == '': + owner = 'UNKNOWN OWNER (possibly Core package)' ownerprint = owner.replace('@',' AT ') if not reports.has_key(owner): reports[owner] = [] From fedora-extras-commits at redhat.com Sun Aug 20 01:15:28 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Sat, 19 Aug 2006 18:15:28 -0700 Subject: rpms/hping2/devel dead.package, NONE, 1.1 Makefile, 1.2, NONE hping2-bytesex.patch, 1.1, NONE hping2-cflags.patch, 1.1, NONE hping2-getifnamedebug.patch, 1.1, NONE hping2-include.patch, 1.1, NONE hping2.spec, 1.16, NONE sources, 1.3, NONE Message-ID: <200608200115.k7K1FUQW026090@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/hping2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26074 Added Files: dead.package Removed Files: Makefile hping2-bytesex.patch hping2-cflags.patch hping2-getifnamedebug.patch hping2-include.patch hping2.spec sources Log Message: Removed hping2. It has been replaced by hping3 --- NEW FILE dead.package --- Obsoleted by hping3 package. --- Makefile DELETED --- --- hping2-bytesex.patch DELETED --- --- hping2-cflags.patch DELETED --- --- hping2-getifnamedebug.patch DELETED --- --- hping2-include.patch DELETED --- --- hping2.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 02:58:00 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sat, 19 Aug 2006 19:58:00 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.3,1.4 Message-ID: <200608200258.k7K2w2ju028960@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28939 Modified Files: gtk2hs.spec Log Message: - drop explicit firefox-devel version to avoid having to rebuild every time it changes (cf #202395) Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtk2hs.spec 2 Aug 2006 08:15:28 -0000 1.3 +++ gtk2hs.spec 20 Aug 2006 02:58:00 -0000 1.4 @@ -1,6 +1,6 @@ %define ghc_version 6.4.2 %define ghcver ghc642 -%define mozver 1.5.0.5 +#%%define mozver 1.5.0.6 %define build_mozembed 1 %define build_cairo 1 @@ -8,7 +8,7 @@ Summary: A Haskell GUI library based on the Gtk+ GUI toolkit Name: gtk2hs Version: 0.9.10 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Libraries Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -21,7 +21,7 @@ BuildRequires: libglade2-devel BuildRequires: GConf2-devel %if %{build_mozembed} -BuildRequires: firefox-devel = %{mozver} +BuildRequires: firefox-devel %endif %if %{build_cairo} BuildRequires: cairo-devel @@ -82,7 +82,7 @@ Group: Development/Libraries Requires: %{ghcver} Requires: %{ghcver}-%{name} = %{version}-%{release} -Requires: firefox-devel = %{mozver} +Requires: firefox-devel PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name}-mozembed @@ -267,6 +267,10 @@ %changelog +* Sun Aug 20 2006 Jens Petersen - 0.9.10-3 +- drop explicit firefox-devel version to avoid rebuild every time it changes + (cf #202395) + * Wed Aug 2 2006 Jens Petersen - 0.9.10-2 - mozilla-devel is now firefox-devel From fedora-extras-commits at redhat.com Sun Aug 20 03:03:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:03:52 -0700 Subject: rpms/efont-unicode-bdf - New directory Message-ID: <200608200303.k7K33sKE031655@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31634/efont-unicode-bdf Log Message: Directory /cvs/extras/rpms/efont-unicode-bdf added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 03:03:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:03:52 -0700 Subject: rpms/efont-unicode-bdf/devel - New directory Message-ID: <200608200303.k7K33skg031658@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31634/efont-unicode-bdf/devel Log Message: Directory /cvs/extras/rpms/efont-unicode-bdf/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 03:04:11 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:04:11 -0700 Subject: rpms/efont-unicode-bdf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608200304.k7K34DmJ031720@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31700 Added Files: Makefile import.log Log Message: Setup of module efont-unicode-bdf --- NEW FILE Makefile --- # Top level Makefile for module efont-unicode-bdf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 03:04:14 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:04:14 -0700 Subject: rpms/efont-unicode-bdf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608200304.k7K34GDx031773@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31700/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module efont-unicode-bdf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 03:05:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:05:40 -0700 Subject: rpms/efont-unicode-bdf import.log,1.1,1.2 Message-ID: <200608200305.k7K35gMo031834@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31801 Modified Files: import.log Log Message: auto-import efont-unicode-bdf-0.4.2-6 on branch devel from efont-unicode-bdf-0.4.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 03:04:11 -0000 1.1 +++ import.log 20 Aug 2006 03:05:40 -0000 1.2 @@ -0,0 +1 @@ +efont-unicode-bdf-0_4_2-6:HEAD:efont-unicode-bdf-0.4.2-6.src.rpm:1156043137 From fedora-extras-commits at redhat.com Sun Aug 20 03:05:41 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:05:41 -0700 Subject: rpms/efont-unicode-bdf/devel efont-unicode-bdf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608200305.k7K35h9L031839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31801/devel Modified Files: .cvsignore sources Added Files: efont-unicode-bdf.spec Log Message: auto-import efont-unicode-bdf-0.4.2-6 on branch devel from efont-unicode-bdf-0.4.2-6.src.rpm --- NEW FILE efont-unicode-bdf.spec --- %define name efont-unicode-bdf %define fontdir %{_datadir}/fonts/japanese/%{name} Name: %{name} Version: 0.4.2 Release: 6%{?dist} Summary: Unicode font by Electronic Font Open Laboratory Group: User Interface/X License: BSD URL: http://openlab.jp/efont/unicode/ Source0: http://openlab.jp/efont/dist/unicode-bdf/efont-unicode-bdf-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: xorg-x11-font-utils BuildRequires: gzip Requires(post): %{_bindir}/mkfontdir, %{_sbindir}/chkfontpath, fontconfig Requires(postun): %{_sbindir}/chkfontpath, fontconfig %description This package provides Unicode bitmap fonts provided by Electronic Font Open Laboratory. %prep %setup -q %build for f in *bdf ; do g=${f%bdf}pcf bdftopcf -o $g $f gzip -9 $g done %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{fontdir} for g in *pcf.gz ; do install -m 644 $g $RPM_BUILD_ROOT%{fontdir} done # create ghost files touch $RPM_BUILD_ROOT%{fontdir}/{fonts.dir,fonts.cache-1} # convert documents' encoding to UTF8. for f in README.{naga10,shinonome} ; do mv ${f} ${f}.tmp iconv -f EUCJP -t UTF8 ${f}.tmp > ${f} && rm -f ${f}.tmp || \ mv ${f}.tmp ${f} done %clean rm -rf $RPM_BUILD_ROOT %post if [ -x %{_bindir}/mkfontdir -a -x %{_sbindir}/chkfontpath ] ; then %{_bindir}/mkfontdir %{fontdir} && %{_sbindir}/chkfontpath -q -a %{fontdir} fi [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 2>/dev/null %postun # final remove? if [ "$1" == "0" ] ; then [ -x %{_sbindir}/chkfontpath ] && %{_sbindir}/chkfontpath -q -r %{fontdir} fi [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 2>/dev/null %files %defattr(-,root,root,-) %doc README* COPYRIGHT ChangeLog List.html %dir %{fontdir} %{fontdir}/*pcf.gz %ghost %verify(not md5 size mtime) %{fontdir}/fonts.cache-1 %ghost %verify(not md5 size mtime) %{fontdir}/fonts.dir %changelog * Tue Aug 18 2006 Mamoru Tasaka - 0.4.2-6 - Change %%post. * Tue Aug 15 2006 Mamoru Tasaka - 0.4.2-5 - package again. * Tue Aug 15 2006 Mamoru Tasaka - 0.4.2-4 - Own the original font directory. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-3 - Again more treatments. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-2 - More neat treatments for post and postun. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-1 - Initial packaging. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 03:04:14 -0000 1.1 +++ .cvsignore 20 Aug 2006 03:05:41 -0000 1.2 @@ -0,0 +1 @@ +efont-unicode-bdf-0.4.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 03:04:14 -0000 1.1 +++ sources 20 Aug 2006 03:05:41 -0000 1.2 @@ -0,0 +1 @@ +0c0acbb40e44d899472001302b1c9e48 efont-unicode-bdf-0.4.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 03:10:12 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:10:12 -0700 Subject: owners owners.list,1.1430,1.1431 Message-ID: <200608200310.k7K3AEg5031907@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31890 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1430 retrieving revision 1.1431 diff -u -r1.1430 -r1.1431 --- owners.list 19 Aug 2006 11:24:03 -0000 1.1430 +++ owners.list 20 Aug 2006 03:10:12 -0000 1.1431 @@ -293,6 +293,7 @@ Fedora Extras|edb|A database convenience library wrapped around BDB|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|efont-unicode-bdf|Unicode font by Electronic Font Open Laboratory|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|elmo|Terminal-based mail client|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 09:52:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:28 -0700 Subject: rpms/katapult - New directory Message-ID: <200608200952.k7K9qUts017173@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17152/katapult Log Message: Directory /cvs/extras/rpms/katapult added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 09:52:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:29 -0700 Subject: rpms/katapult/devel - New directory Message-ID: <200608200952.k7K9qVoC017176@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17152/katapult/devel Log Message: Directory /cvs/extras/rpms/katapult/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 09:52:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:49 -0700 Subject: rpms/katapult Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608200952.k7K9qpNT017231@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17198 Added Files: Makefile import.log Log Message: Setup of module katapult --- NEW FILE Makefile --- # Top level Makefile for module katapult all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 09:52:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:50 -0700 Subject: rpms/katapult/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608200952.k7K9qqY1017234@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17198/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module katapult --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 09:54:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:54:05 -0700 Subject: rpms/katapult import.log,1.1,1.2 Message-ID: <200608200954.k7K9s7KX017295@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17262 Modified Files: import.log Log Message: auto-import katapult-0.3.1.3-4 on branch devel from katapult-0.3.1.3-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/katapult/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 09:52:49 -0000 1.1 +++ import.log 20 Aug 2006 09:54:04 -0000 1.2 @@ -0,0 +1 @@ +katapult-0_3_1_3-4:HEAD:katapult-0.3.1.3-4.src.rpm:1156067817 From fedora-extras-commits at redhat.com Sun Aug 20 09:54:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:54:05 -0700 Subject: rpms/katapult/devel katapult.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608200954.k7K9s7Yu017300@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17262/devel Modified Files: .cvsignore sources Added Files: katapult.spec Log Message: auto-import katapult-0.3.1.3-4 on branch devel from katapult-0.3.1.3-4.src.rpm --- NEW FILE katapult.spec --- %{?!_icondir:%define _icondir %{_datadir}/icons} Name: katapult Version: 0.3.1.3 Release: 4%{?dist} Summary: Faster access to applications, bookmarks, and other items License: GPL Group: User Interface/Desktops URL: http://www.thekatapult.org.uk/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}_%{version}.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils %description Katapult is an application for KDE, designed to allow faster access to applications, bookmarks, and other items. It is plugin-based, so it can launch anything that is has a plugin for. Its display is driven by plugins as well, so its appearance is completely customizable. It was inspired by Quicksilver for OS X. %prep %setup -q %build %configure --disable-rpath make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category System \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INDEX README TODO VERSION %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/services/%{name}* %{_datadir}/servicetypes/%{name}* %{_icondir}/hicolor/128x128/actions/checkmark.png %{_icondir}/hicolor/128x128/actions/no.png %{_icondir}/hicolor/128x128/apps/%{name}.png %{_icondir}/hicolor/128x128/apps/xcalc.png %{_icondir}/hicolor/??x??/apps/%{name}.png %{_icondir}/hicolor/scalable/apps/%{name}.svgz %{_libdir}/kde3/* %{_libdir}/lib%{name}.so* %{_libdir}/lib%{name}catalog.so* %{_libdir}/lib%{name}display.so* %exclude %{_libdir}/*.la %changelog * Fri Jul 14 2006 Chitlesh Goorah - 0.3.1.3-4 - removed useless devel package * Tue Jun 27 2006 Chitlesh Goorah - 0.3.1.3-3 - dropping Requires(post) and Requires(postun) - using %%exclude for *.la * Mon Jun 26 2006 Chitlesh Goorah - 0.3.1.3-2 - fixing devel package * Wed Jun 21 2006 Chitlesh Goorah - 0.3.1.3-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/katapult/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 09:52:49 -0000 1.1 +++ .cvsignore 20 Aug 2006 09:54:05 -0000 1.2 @@ -0,0 +1 @@ +katapult_0.3.1.3.orig.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/katapult/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 09:52:49 -0000 1.1 +++ sources 20 Aug 2006 09:54:05 -0000 1.2 @@ -0,0 +1 @@ +09ef2951e6e861b32fc63121e281f1da katapult_0.3.1.3.orig.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 09:58:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:58:13 -0700 Subject: owners owners.list,1.1431,1.1432 Message-ID: <200608200958.k7K9wFdX017359@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17342/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1431 retrieving revision 1.1432 diff -u -r1.1431 -r1.1432 --- owners.list 20 Aug 2006 03:10:12 -0000 1.1431 +++ owners.list 20 Aug 2006 09:58:12 -0000 1.1432 @@ -667,6 +667,7 @@ Fedora Extras|kannel|WAP and SMS gateway|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|kasablanca|Graphical FTP client|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kasumi|Anthy dictionary management tool|tagoh at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|katapult|Faster access to applications, bookmarks, and other items|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kawa|Kawa scheme implementation|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kbibtex|A BibTeX editor for KDE|ch.nolte at fh-wolfenbuettel.de|extras-qa at fedoraproject.org| Fedora Extras|kchmviewer|CHM viewer|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 12:26:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:26:10 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, NONE, 1.1 extras-repoview.py, 1.8, 1.9 extras-repobuild.py, 1.19, 1.20 extras-sign-move.py, 1.16, NONE Message-ID: <200608201226.k7KCQAfQ001527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1506 Modified Files: extras-repoview.py extras-repobuild.py Added Files: ExtrasPushUtils.py Removed Files: extras-sign-move.py Log Message: - remove obsolete and out-of-date extras-sign-move.py - move some common constants and function into ExtrasPushUtils module - make extras-repo{build,view}.py use the new module --- NEW FILE ExtrasPushUtils.py --- #!/usr/bin/python -t # -*- mode: Python; indent-tabs-mode: nil; -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os, sys distro = 'fedora' project = 'extras' treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) archdict = {'3':['x86_64', 'i386'], '4':['ppc','x86_64', 'i386'], '5':['ppc','x86_64', 'i386'], 'development':['ppc','x86_64','i386'], } DEBUG = False def debugprint(msg): if DEBUG: print msg def run_and_check(cmd): debugprint(cmd) if not DEBUG: result = os.system(cmd) if result != 0: print >> sys.stderr, 'Error running command: %s ' % cmd if result > 127: sys.exit(1) sys.exit(result) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- extras-repoview.py 12 Jun 2006 12:18:24 -0000 1.8 +++ extras-repoview.py 20 Aug 2006 12:26:07 -0000 1.9 @@ -13,41 +13,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import os -import sys +import os, sys import shutil -import string + +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * # get the path to where to look for the packages to be signed # make repoview -project = 'extras' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) -archdict = {'3':['x86_64', 'i386'], - '4':['ppc','x86_64', 'i386'], - '5':['ppc','x86_64', 'i386'], - 'development':['ppc','x86_64','i386'], - } - - DEBUG = False -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint(cmd) - if not DEBUG: - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - def do_repoview(repodir): print 'Generating repoview in %s' % repodir # cmd = '/usr/bin/repoview -q %s' % repodir Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- extras-repobuild.py 13 Jun 2006 09:29:02 -0000 1.19 +++ extras-repobuild.py 20 Aug 2006 12:26:07 -0000 1.20 @@ -13,11 +13,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import os -import sys -import rpmUtils +import os, sys import shutil -import string + +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * # get the path to where to look for the packages to be signed # make repo @@ -25,50 +25,25 @@ # email to fedora-extras-list with the built packages list # sing, dance, romance -distro = 'fedora' -project = 'extras' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) cachedir = '/tmp/repomd-cache' compsname = 'comps.xml' -archdict = {'3':['x86_64', 'i386'], - '4':['ppc','x86_64', 'i386'], - '5':['ppc','x86_64', 'i386'], - 'development':['ppc','x86_64','i386'], - } + # packages to exclude from being repomanaged: dist => shell quoted path regexp keepdict = {'3': "'/\([^/]\+-\)\?kmod-'", '4': "'/\([^/]\+-\)\?kmod-'", '5': "'/\([^/]\+-\)\?kmod-'", 'development': "'/\([^/]\+-\)\?kmod-'", } -ts = rpmUtils.transaction.initReadOnlyTransaction() - DEBUG = False -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint(cmd) - if not DEBUG: - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - def do_repo_stuff(repodir, keep=2, nomanage=None): compspath = os.path.join(repodir, compsname) rpdata = os.path.join(repodir, 'repodata') debugprint('removing tree %s' % rpdata) - if not DEBUG: - if os.path.exists(rpdata): shutil.rmtree(rpdata) + if os.path.exists(rpdata) and not DEBUG: + shutil.rmtree(rpdata) print 'Processing: %s' % repodir print 'cleaning up older packages (keeping %d latest)' % (keep) --- extras-sign-move.py DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 12:35:18 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:35:18 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py,1.1,1.2 Message-ID: <200608201235.k7KCZIDs001587@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1569 Modified Files: ExtrasPushUtils.py Log Message: - move a few more shared values to ExtrasPushUtils module (to be continued) - make extras-push-new use module Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExtrasPushUtils.py 20 Aug 2006 12:26:07 -0000 1.1 +++ ExtrasPushUtils.py 20 Aug 2006 12:35:15 -0000 1.2 @@ -21,6 +21,9 @@ project = 'extras' treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) +stagesdir = '/srv/rpmbuild/repodir' + +alldists = [ '5', '4', '3', 'development' ] # also the order in build reports archdict = {'3':['x86_64', 'i386'], '4':['ppc','x86_64', 'i386'], From fedora-extras-commits at redhat.com Sun Aug 20 12:38:12 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:38:12 -0700 Subject: extras-buildsys/utils extras-repobuild.py,1.20,1.21 Message-ID: <200608201238.k7KCcC6t001619@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1601 Modified Files: extras-repobuild.py Log Message: extras-repoview.py Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- extras-repobuild.py 20 Aug 2006 12:26:07 -0000 1.20 +++ extras-repobuild.py 20 Aug 2006 12:38:10 -0000 1.21 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed From fedora-extras-commits at redhat.com Sun Aug 20 12:38:44 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:38:44 -0700 Subject: extras-buildsys/utils extras-repoview.py,1.9,1.10 Message-ID: <200608201238.k7KCci4o001645@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1625 Modified Files: extras-repoview.py Log Message: - use the correct path to the module Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- extras-repoview.py 20 Aug 2006 12:26:07 -0000 1.9 +++ extras-repoview.py 20 Aug 2006 12:38:42 -0000 1.10 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed From fedora-extras-commits at redhat.com Sun Aug 20 12:40:41 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sun, 20 Aug 2006 05:40:41 -0700 Subject: rpms/php-pecl-zip/devel .cvsignore, 1.2, 1.3 php-pecl-zip.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608201240.k7KCeimS001696@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1673 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update from 1.4.1 to 1.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Jul 2006 20:55:16 -0000 1.2 +++ .cvsignore 20 Aug 2006 12:40:41 -0000 1.3 @@ -1 +1 @@ -zip-1.4.1.tgz +zip-1.7.0.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-zip.spec 3 Jul 2006 20:55:16 -0000 1.1 +++ php-pecl-zip.spec 20 Aug 2006 12:40:41 -0000 1.2 @@ -1,9 +1,10 @@ %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php/modules) +%define apiver %((phpize --version 2>/dev/null || echo 'PHP Api Version: 20041225' ) | sed -n '/PHP Api Version/ s/.*: *//p') Summary: PECL A zip management extension Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.4.1 +Version: 1.7.0 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -11,8 +12,8 @@ Source: http://pecl.php.net/get/zip-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: php-pecl(zip), php-zip = %{version}-%{release} -Requires: php +Provides: php-pecl(zip) = %{version}-%{release}, php-zip = %{version}-%{release} +Requires: php-api >= %{apiver} BuildRequires: php-devel, zlib-devel %description @@ -52,6 +53,16 @@ %{php_extdir}/zip.so %changelog +* Sun Aug 20 2006 Remi Collet 1.7.0-1 +- update to 1.7.0 + +* Sun Jul 30 2006 Remi Collet 1.6.0-1 +- update to 1.6.0 (Big change : Rename Class Zip to ZipArchive) + +* Sun Jul 16 2006 Remi Collet 1.5.0-1 +- update to 1.5.0 +- Requires: php-api + * Thu Jun 29 2006 Remi Collet 1.4.1-1 - update to 1.4.1 - bundle the v3.01 PHP LICENSE file Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 20:55:16 -0000 1.2 +++ sources 20 Aug 2006 12:40:41 -0000 1.3 @@ -1 +1 @@ -d3bdf77b217f9c9140b23f0bd17b6908 zip-1.4.1.tgz +7de465dc9759883cb068dbb90e7c488e zip-1.7.0.tgz From fedora-extras-commits at redhat.com Sun Aug 20 12:41:09 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:41:09 -0700 Subject: extras-buildsys/utils extras-push-new,1.47,1.48 Message-ID: <200608201241.k7KCf9qv001716@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1670 Modified Files: extras-push-new Log Message: - make extras-push-new use the module Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- extras-push-new 26 Jul 2006 21:04:38 -0000 1.47 +++ extras-push-new 20 Aug 2006 12:41:06 -0000 1.48 @@ -24,16 +24,14 @@ import tempfile import time +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * + DEBUG = False signersgid = 100581 # signers group signkeyname = 'extras at fedoraproject.org' -distro = 'fedora' -project = 'extras' - -stagesdir = '/srv/rpmbuild/repodir' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) # Where we store mails to be sent and our main lockfile. rundir = '/srv/rpmbuild/extras-push-rundir' @@ -67,14 +65,6 @@ excludearch_for_noarch = True upgradecheck = True -alldists = [ '5', '4', '3', 'development' ] # also the order in build reports - -archdict = { '3' : ['x86_64', 'i386'], - '4' : ['ppc','x86_64', 'i386'], - '5' : ['ppc','x86_64', 'i386'], - 'development' : ['ppc','x86_64','i386'], - } - # Note: *no* depsolving is done for these. copydict = { 'wine.i386': ['x86_64'], 'wine-arts.i386': ['x86_64'], @@ -97,23 +87,6 @@ ts = rpmUtils.transaction.initReadOnlyTransaction() -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint('DEBUG: %s' % cmd) - if DEBUG: - return - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - class LockFile: def __init__(self, name, blocking=False): From fedora-extras-commits at redhat.com Sun Aug 20 12:42:03 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:42:03 -0700 Subject: extras-buildsys/utils extras-push-new,1.48,1.49 Message-ID: <200608201242.k7KCg36l001742@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1724 Modified Files: extras-push-new Log Message: ...and also the correct path :) Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- extras-push-new 20 Aug 2006 12:41:06 -0000 1.48 +++ extras-push-new 20 Aug 2006 12:42:01 -0000 1.49 @@ -24,7 +24,7 @@ import tempfile import time -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * DEBUG = False From fedora-extras-commits at redhat.com Sun Aug 20 12:44:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:44:23 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.21, 1.22 extras-repoview.py, 1.10, 1.11 extras-push-new, 1.49, 1.50 Message-ID: <200608201244.k7KCiNmY001772@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: extras-repobuild.py extras-repoview.py extras-push-new Log Message: Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- extras-repobuild.py 20 Aug 2006 12:38:10 -0000 1.21 +++ extras-repobuild.py 20 Aug 2006 12:44:20 -0000 1.22 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- extras-repoview.py 20 Aug 2006 12:38:42 -0000 1.10 +++ extras-repoview.py 20 Aug 2006 12:44:20 -0000 1.11 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- extras-push-new 20 Aug 2006 12:42:01 -0000 1.49 +++ extras-push-new 20 Aug 2006 12:44:20 -0000 1.50 @@ -24,7 +24,7 @@ import tempfile import time -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * DEBUG = False From fedora-extras-commits at redhat.com Sun Aug 20 12:45:34 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:45:34 -0700 Subject: extras-buildsys/utils extras-push, 1.2, NONE extras-push-all, 1.5, NONE Message-ID: <200608201245.k7KCjYX7001808@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1792 Removed Files: extras-push extras-push-all Log Message: obsolete and out-of-date --- extras-push DELETED --- --- extras-push-all DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 12:53:20 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:53:20 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, 1.2, 1.3 extras-push-new, 1.50, 1.51 Message-ID: <200608201253.k7KCrKKT001848@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1828 Modified Files: ExtrasPushUtils.py extras-push-new Log Message: - also move out the signers gid check, so it can be reused in more scripts Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ExtrasPushUtils.py 20 Aug 2006 12:35:15 -0000 1.2 +++ ExtrasPushUtils.py 20 Aug 2006 12:53:17 -0000 1.3 @@ -15,8 +15,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +import errno import os, sys +signersgid = 100581 # signers group + distro = 'fedora' project = 'extras' @@ -46,3 +49,14 @@ if result > 127: sys.exit(1) sys.exit(result) + +def signer_gid_check(): + if os.getgid() != signersgid: + grpname = '(unknown)' + try: + import grp + grpname = grp.getgrgid(signersgid)[0] + except: + print 'WARNING: Could not get group name for gid %d' % signersgid + print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) + sys.exit(errno.EPERM) Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- extras-push-new 20 Aug 2006 12:44:20 -0000 1.50 +++ extras-push-new 20 Aug 2006 12:53:17 -0000 1.51 @@ -29,7 +29,6 @@ DEBUG = False -signersgid = 100581 # signers group signkeyname = 'extras at fedoraproject.org' # Where we store mails to be sent and our main lockfile. @@ -688,16 +687,8 @@ if __name__ == '__main__': if opts.gidcheck: - if os.getgid() != signersgid: - grpname = '(unknown)' - try: - import grp - grpname = grp.getgrgid(signersgid)[0] - except: - print 'WARNING: Could not get group name for gid %d' % signersgid - print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) - sys.exit(errno.EPERM) - + signer_gid_check() + if opts.signkeycheck: if signkeyname != os.popen('rpm --eval %_gpg_name','r').read().rstrip(): print 'ERROR: Configure ~/.rpmmacros for proper GPG signing before running this!' From fedora-extras-commits at redhat.com Sun Aug 20 12:55:20 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:55:20 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.22, 1.23 extras-repoview.py, 1.11, 1.12 Message-ID: <200608201255.k7KCtKAW001874@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1854 Modified Files: extras-repobuild.py extras-repoview.py Log Message: check signers gid in these scripts, too, since they still can be run separately Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- extras-repobuild.py 20 Aug 2006 12:44:20 -0000 1.22 +++ extras-repobuild.py 20 Aug 2006 12:55:18 -0000 1.23 @@ -94,6 +94,7 @@ if __name__ == '__main__': me = os.getcwd() + signer_gid_check() if len(sys.argv) < 2: print "Usage:\nextras-repobuild.py release\n\n" sys.exit(1) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- extras-repoview.py 20 Aug 2006 12:44:20 -0000 1.11 +++ extras-repoview.py 20 Aug 2006 12:55:18 -0000 1.12 @@ -55,6 +55,7 @@ if __name__ == '__main__': me = os.getcwd() + signer_gid_check() if len(sys.argv) < 2: print "Usage:\nextras-repoview.py release\n\n" sys.exit(1) From fedora-extras-commits at redhat.com Sun Aug 20 14:00:23 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:00:23 -0700 Subject: comps comps-fe5.xml.in,1.101,1.102 comps-fe6.xml.in,1.94,1.95 Message-ID: <200608201400.k7KE0PaL004718@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4699 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Remove comical since it has been removed from FE Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- comps-fe5.xml.in 19 Aug 2006 21:40:37 -0000 1.101 +++ comps-fe5.xml.in 20 Aug 2006 14:00:23 -0000 1.102 @@ -349,7 +349,6 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet d4x deskbar-applet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- comps-fe6.xml.in 20 Aug 2006 00:00:41 -0000 1.94 +++ comps-fe6.xml.in 20 Aug 2006 14:00:23 -0000 1.95 @@ -378,7 +378,6 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet contacts d4x From fedora-extras-commits at redhat.com Sun Aug 20 14:15:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 07:15:58 -0700 Subject: comps comps-fe6.xml.in,1.95,1.96 Message-ID: <200608201416.k7KEG0q5007415@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7398 Modified Files: comps-fe6.xml.in Log Message: Add xscreensaver releated rpms. This time for .in files Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- comps-fe6.xml.in 20 Aug 2006 14:00:23 -0000 1.95 +++ comps-fe6.xml.in 20 Aug 2006 14:15:58 -0000 1.96 @@ -877,6 +877,9 @@ rxvt workrave xlockmore + xscreensaver-base + xscreensaver-extras + xscreensaver-gl-extras From fedora-extras-commits at redhat.com Sun Aug 20 14:52:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:52:13 -0700 Subject: comps comps-fe5.xml.in,1.102,1.103 comps-fe6.xml.in,1.96,1.97 Message-ID: <200608201452.k7KEqFHn007587@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7568 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add nautilus-open-terminal Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- comps-fe5.xml.in 20 Aug 2006 14:00:23 -0000 1.102 +++ comps-fe5.xml.in 20 Aug 2006 14:52:13 -0000 1.103 @@ -191,6 +191,7 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter + nautilus-open-terminal sabayon seahorse smeg Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- comps-fe6.xml.in 20 Aug 2006 14:15:58 -0000 1.96 +++ comps-fe6.xml.in 20 Aug 2006 14:52:13 -0000 1.97 @@ -212,6 +212,7 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter + nautilus-open-terminal sabayon seahorse smeg From fedora-extras-commits at redhat.com Sun Aug 20 14:55:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:55:12 -0700 Subject: comps comps-fe5.xml.in,1.103,1.104 comps-fe6.xml.in,1.97,1.98 Message-ID: <200608201455.k7KEtEqs007625@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7606 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add nautilus-search-tool Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- comps-fe5.xml.in 20 Aug 2006 14:52:13 -0000 1.103 +++ comps-fe5.xml.in 20 Aug 2006 14:55:12 -0000 1.104 @@ -192,6 +192,7 @@ nautilus-flac-converter nautilus-image-converter nautilus-open-terminal + nautilus-search-tool sabayon seahorse smeg Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- comps-fe6.xml.in 20 Aug 2006 14:52:13 -0000 1.97 +++ comps-fe6.xml.in 20 Aug 2006 14:55:12 -0000 1.98 @@ -213,6 +213,7 @@ nautilus-flac-converter nautilus-image-converter nautilus-open-terminal + nautilus-search-tool sabayon seahorse smeg From fedora-extras-commits at redhat.com Sun Aug 20 14:59:31 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:59:31 -0700 Subject: comps comps-fe6.xml.in,1.98,1.99 Message-ID: <200608201459.k7KExXjU007678@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7661 Modified Files: comps-fe6.xml.in Log Message: Add dates to fe6 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- comps-fe6.xml.in 20 Aug 2006 14:55:12 -0000 1.98 +++ comps-fe6.xml.in 20 Aug 2006 14:59:31 -0000 1.99 @@ -496,6 +496,7 @@ abiword aiksaurus-gtk + dates dia gdeskcal glabels From fedora-extras-commits at redhat.com Sun Aug 20 15:03:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:03:35 -0700 Subject: comps comps-fe6.xml.in,1.99,1.100 Message-ID: <200608201503.k7KF3biW010306@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10289 Modified Files: comps-fe6.xml.in Log Message: move contacts to office group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- comps-fe6.xml.in 20 Aug 2006 14:59:31 -0000 1.99 +++ comps-fe6.xml.in 20 Aug 2006 15:03:34 -0000 1.100 @@ -381,7 +381,6 @@ blogtk bluefish contact-lookup-applet - contacts d4x deskbar-applet dillo @@ -496,6 +495,7 @@ abiword aiksaurus-gtk + contacts dates dia gdeskcal From fedora-extras-commits at redhat.com Sun Aug 20 15:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:17:44 -0700 Subject: fedora-rpmdevtools .cvsignore,1.3,1.4 Message-ID: <200608201517.k7KFHi68010455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10437 Modified Files: .cvsignore Log Message: Be more explicit about tarball ignorance. Index: .cvsignore =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jul 2006 20:02:10 -0000 1.3 +++ .cvsignore 20 Aug 2006 15:17:41 -0000 1.4 @@ -1,6 +1,7 @@ *.1 *.8 *.m4 +*.tar.* Makefile Makefile.in autom4te.cache @@ -8,5 +9,4 @@ configure install-sh missing -rpmdevtools-* rpminfo From fedora-extras-commits at redhat.com Sun Aug 20 15:19:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:19:55 -0700 Subject: fedora-rpmdevtools check-rpaths, 1.3, 1.4 check-rpaths-worker, 1.9, 1.10 Message-ID: <200608201519.k7KFJtl0010503@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10483 Modified Files: check-rpaths check-rpaths-worker Log Message: Remove $Id$ keywords. Index: check-rpaths =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/check-rpaths,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- check-rpaths 18 Aug 2005 05:49:16 -0000 1.3 +++ check-rpaths 20 Aug 2006 15:19:53 -0000 1.4 @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # Copyright (C) 2004 Enrico Scholz # Index: check-rpaths-worker =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/check-rpaths-worker,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- check-rpaths-worker 17 Jul 2006 20:02:10 -0000 1.9 +++ check-rpaths-worker 20 Aug 2006 15:19:53 -0000 1.10 @@ -1,5 +1,4 @@ #! /bin/bash -# $Id$ # Copyright (C) 2004 Enrico Scholz # From fedora-extras-commits at redhat.com Sun Aug 20 15:21:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:21:11 -0700 Subject: comps comps-fe6.xml.in,1.100,1.101 Message-ID: <200608201521.k7KFLD4m010552@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535 Modified Files: comps-fe6.xml.in Log Message: fix punctuation Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- comps-fe6.xml.in 20 Aug 2006 15:03:34 -0000 1.100 +++ comps-fe6.xml.in 20 Aug 2006 15:21:11 -0000 1.101 @@ -793,10 +793,10 @@ xfce4-icon-theme xfce4-mixer xfce4-panel - xfce4-session-engines + xfce4-session + xfce4-session-engines xfce4-systray - xfce4-session - xfce4-trigger-launcher + xfce4-trigger-launcher xfdesktop xffm xffm-icons From fedora-extras-commits at redhat.com Sun Aug 20 15:27:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:27:46 -0700 Subject: fedora-rpmdevtools/emacs .cvsignore,1.1,1.2 Message-ID: <200608201527.k7KFRkNG010639@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools/emacs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10621 Modified Files: .cvsignore Log Message: Ignore *.elc. Index: .cvsignore =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/emacs/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Jun 2006 18:29:45 -0000 1.1 +++ .cvsignore 20 Aug 2006 15:27:43 -0000 1.2 @@ -1,2 +1,3 @@ +*.elc Makefile Makefile.in From fedora-extras-commits at redhat.com Sun Aug 20 15:28:07 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:28:07 -0700 Subject: comps comps-fe5.xml.in,1.105,1.106 comps-fe6.xml.in,1.101,1.102 Message-ID: <200608201528.k7KFS9FM010679@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10660 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add gkrellmms Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- comps-fe5.xml.in 20 Aug 2006 15:22:17 -0000 1.105 +++ comps-fe5.xml.in 20 Aug 2006 15:28:07 -0000 1.106 @@ -511,6 +511,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- comps-fe6.xml.in 20 Aug 2006 15:21:11 -0000 1.101 +++ comps-fe6.xml.in 20 Aug 2006 15:28:07 -0000 1.102 @@ -545,6 +545,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman From fedora-extras-commits at redhat.com Sun Aug 20 15:40:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:40:47 -0700 Subject: fedora-rpmdevtools/emacs rpmdev-init.el, NONE, 1.1 Makefile.am, 1.3, 1.4 rpmdevtools-init.el, 1.1, NONE Message-ID: <200608201540.k7KFelQ5010793@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools/emacs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10742/emacs Modified Files: Makefile.am Added Files: rpmdev-init.el Removed Files: rpmdevtools-init.el Log Message: Re-rename bunch of things to rpmdev-*. --- NEW FILE rpmdev-init.el --- (defun rpmdev-new-rpm-spec-file-init () (delete-region (point-min) (point-max)) (set (make-local-variable 'buffer-file-coding-system) 'utf-8) (if buffer-file-name (call-process "rpmdev-newspec" nil t nil "-o" "-" buffer-file-name) (call-process "rpmdev-newspec" nil t nil "-o" "-")) (and indent-tabs-mode (tabify (point-min) (point-max))) (goto-char (point-min)) (re-search-forward "^[A-Za-z]+:\\s-*$" nil t) (set-buffer-modified-p nil)) (remove-hook 'rpm-spec-mode-new-file-hook 'rpm-spec-initialize) (add-hook 'rpm-spec-mode-new-file-hook 'rpmdev-new-rpm-spec-file-init t) Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/emacs/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 17 Jul 2006 20:34:45 -0000 1.3 +++ Makefile.am 20 Aug 2006 15:40:44 -0000 1.4 @@ -1,3 +1,3 @@ pkgdatadir = $(datadir)/rpmdevtools -dist_pkgdata_DATA = $(PACKAGE)-init.el +dist_pkgdata_DATA = rpmdev-init.el --- rpmdevtools-init.el DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 15:40:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:40:46 -0700 Subject: fedora-rpmdevtools rpmdev-checksig, NONE, 1.1 rpmdev-diff, NONE, 1.1 rpmdev-extract, NONE, 1.1 rpmdev-md5, NONE, 1.1 rpmdev-newspec, NONE, 1.1 rpmdev-rmdevelrpms, NONE, 1.1 rpmdev-setuptree, NONE, 1.1 rpmdev-vercmp, NONE, 1.1 rpmdev-wipetree, NONE, 1.1 Makefile.am, 1.6, 1.7 rmdevelrpms.conf, 1.2, 1.3 rpmdevtools.spec, 1.8, 1.9 buildrpmtree, 1.1, NONE diffarchive, 1.1, NONE extractarchive, 1.1, NONE newrpmspec, 1.3, NONE rmdevelrpms, 1.4, NONE rpmchecksig, 1.1, NONE rpmmd5, 1.1, NONE rpmvercmp, 1.1, NONE wipebuildtree, 1.1, NONE Message-ID: <200608201540.k7KFeknN010784@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10742 Modified Files: Makefile.am rmdevelrpms.conf rpmdevtools.spec Added Files: rpmdev-checksig rpmdev-diff rpmdev-extract rpmdev-md5 rpmdev-newspec rpmdev-rmdevelrpms rpmdev-setuptree rpmdev-vercmp rpmdev-wipetree Removed Files: buildrpmtree diffarchive extractarchive newrpmspec rmdevelrpms rpmchecksig rpmmd5 rpmvercmp wipebuildtree Log Message: Re-rename bunch of things to rpmdev-*. --- NEW FILE rpmdev-checksig --- #!/usr/bin/python -tt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Copyright 2003 Duke University # Seth Vidal skvidal at phy.duke.edu ###### # Simple docs: run it with a list of rpms as the args # it will tell you if any of them is damaged and if so how # it will tell you if any of them has a bad key or invalid sig or whatever # it exits with the largest error code possible for the set of pkgs # error codes are: # 0 - all fine # 100 = damaged pkg # 101 = unsigned pkg # 102 = signed but bad pkg - if we ever get this one I'll be amazed # 103 = signed - but key not in rpmdb # 104 = signed but untrusted key import rpm import re import os import os.path import sys def lookupKeyID(ts, keyid): """looks up a key id - returns the header""" mi = ts.dbMatch('name','gpg-pubkey') mi.pattern('version', rpm.RPMMIRE_STRCMP, keyid) for hdr in mi: sum = hdr['summary'] mo = re.search('\<.*\>', sum) email = mo.group() return email def checkSig(ts, package): """ take a package, check it's sigs, return 0 if they are all fine, return 103 if the gpg key can't be found, 104 if the key is not trusted,100 if the header is in someway damaged""" try: fdno = os.open(package, os.O_RDONLY) except OSError, e: return 100 stderr = os.dup(2) null = os.open("/dev/null", os.O_WRONLY | os.O_APPEND) os.dup2(null, 2) try: ts.hdrFromFdno(fdno) except rpm.error, e: if str(e) == "public key not availaiable": error = 103 if str(e) == "public key not available": error = 103 if str(e) == "public key not trusted": error = 104 if str(e) == "error reading package header": error = 100 os.dup2(stderr, 2) os.close(null) os.close(stderr) os.close(fdno) return error os.dup2(stderr, 2) os.close(null) os.close(stderr) os.close(fdno) return 0 def returnHdr(ts, package): """hand back the hdr - duh - if the pkg is foobar handback None""" try: fdno = os.open(package, os.O_RDONLY) except OSError, e: hdr = None return hdr ts.setVSFlags(~(rpm.RPMVSF_NOMD5|rpm.RPMVSF_NEEDPAYLOAD)) try: hdr = ts.hdrFromFdno(fdno) except rpm.error, e: hdr = None if type(hdr) != rpm.hdr: hdr = None ts.setVSFlags(0) os.close(fdno) return hdr def getSigInfo(hdr): """hand back signature information and an error code""" string = '%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{%|SIGGPG?{%{SIGGPG:pgpsig}}:{%|SIGPGP?{%{SIGPGP:pgpsig}}:{(none)}|}|}|}|' siginfo = hdr.sprintf(string) if siginfo != '(none)': error = 0 sigtype, sigdate, sigid = siginfo.split(',') else: error = 101 sigtype = 'MD5' sigdate = 'None' sigid = 'None' infotuple = (sigtype, sigdate, sigid) return error, infotuple def main(args): finalexit = 0 ts = rpm.TransactionSet() for package in args: error = 0 sigerror = 0 ts.setVSFlags(0) error = checkSig(ts, package) hdr = returnHdr(ts, package) if hdr == None: error = 100 print '%s: FAILED - None ' % package else: sigerror, (sigtype, sigdate, sigid) = getSigInfo(hdr) if sigid == 'None': email = '' keyid = 'None' else: keyid = sigid[-8:] email = lookupKeyID(ts, keyid) if error != 0: if error == 103: print '%s: MISSING KEY - %s' % (package, keyid) else: print '%s: FAILED - %s %s' % (package, keyid, email) else: print '%s: %s - %s - %s' % (package, sigtype, keyid, email) if error < sigerror: error = sigerror if error > finalexit: finalexit = error del hdr sys.exit(finalexit) if __name__ == '__main__': main(sys.argv[1:]) --- NEW FILE rpmdev-diff --- #!/bin/bash # -*- coding: utf-8 -*- # rpmdev-diff -- Diff contents of two archives # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA set -e unset CDPATH tmpdir= diffopts= list= trap cleanup EXIT cleanup() { set +e [ -z "$tmpdir" -o ! -d "$tmpdir" ] || rm -rf "$tmpdir" } version() { cat <. This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??. EOF } help() { cat <." } usage() { cat <&2 || echo "Error: file does not exist: '$file'" >&2 exit 1 fi done diffopts="-r ${diffopts:--Nu}" tmpdir=`mktemp -d /tmp/rpmdev-diff.XXXXXX` mkdir "$tmpdir/old" "$tmpdir/new" rpmdev-extract -q -C "$tmpdir/old" "$1" rpmdev-extract -q -C "$tmpdir/new" "$2" # It would be nice if rpmdev-extract could do some of the chmods. find "$tmpdir"/* -type d -exec chmod u+rx {} ';' # Note: -exec, not xargs here. chmod -R u+rw "$tmpdir"/* cd "$tmpdir" # Did the archives uncompress into base dirs? if [ `ls -1d old/* | wc -l` -eq 1 ] ; then old=`ls -1d old/*` else old=old fi if [ `ls -1d new/* | wc -l` -eq 1 ] ; then new=`ls -1d new/*` else new=new fi # Fixup base dirs to the same level. if [ `basename "$old"` != `basename "$new"` ] ; then if [ "$old" != old ] ; then mv "$old" . old=`basename "$old"` fi if [ "$new" != new ] ; then mv "$new" . new=`basename "$new"` fi fi # Here we go. if [ -n "$list" ] ; then find "$old" | sort | cut -d/ -f 2- -s > "$old.files" find "$new" | sort | cut -d/ -f 2- -s > "$new.files" diff $diffopts "$old.files" "$new.files" else diff $diffopts "$old" "$new" fi --- NEW FILE rpmdev-extract --- #!/bin/bash # -*- coding: utf-8 -*- # rpmdev-extract -- Extract various archives in "tar xvf" style # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # TODO: more archive types set -e unset CDPATH ftype= decomp= quiet= force= dir= version() { cat <. This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??. EOF } help() { cat <." } usage() { cat </dev/null` fmime "$t" [ -n "$ftype" ] && return case "$t" in application/x-compress|application/x-gzip) decomp="gzip -dc" ;; application/x-bzip2) decomp="bzip2 -dc" ;; esac if [ -n "$decomp" ] ; then t=`file -zibL "$1" 2>/dev/null` fmime "$t" [ -n "$ftype" ] && return fi t=`file -${decomp:+z}bL "$1" 2>/dev/null` case "$t" in *Z[iI][pP]\ *archive*) ftype=zip ;; *tar\ archive*) ftype=tar ;; *ar\ archive*|*Debian\ *package*) ftype=ar ;; *ARJ\ *archive*) ftype=arj ;; *Zoo\ *archive*) ftype=zoo ;; *cpio\ archive*) ftype=cpio ;; *C[aA][bB]*archive*) ftype=cab ;; RPM\ *) ftype=rpm ;; *ACE\ *archive*) ftype=ace ;; *LHa\ *archive*) ftype=lha ;; *RAR\ *archive*) ftype=rar ;; esac } unarch() { case "$1" in /*) f="$1" ;; *) f="$PWD/$1" ;; esac ftype "$1" cd "$2" case "$ftype" in tar) [ -n "$force" ] && o= || o=k ${decomp:-cat} "$f" | tar xv$o ;; zip) [ -n "$force" ] && o=-o || o=-n unzip $o "$f" ;; rar) [ -n "$force" ] && o=+ || o=- unrar x -o$o -y "$f" ;; cab) # force not supported, it's always on (as of cabextract 1.[01]) cabextract -f "$f" ;; rpm) name=`rpm -qp --qf "%{NAME}-%{VERSION}-%{RELEASE}" "$f"` mkdir -p "$name" cd "$name" rpm2cpio "$f" \ | cpio --quiet --no-absolute-filenames -id${force:+u}mv 2>&1 \ | sed "s|^\(\./\)\?|$name/|" cd .. ;; cpio) ${decomp:-cat} "$f" | \ cpio --quiet --no-absolute-filenames -id${force:+u}mv ;; ar) # force not supported, it's always on ar xvo "$f" ;; ace) [ -n "$force" ] && o=+ || o=- unace x -o$o -y "$f" ;; arj) # force not supported, it's always off (as of unarj 2.6[35]) # it will also return an error if some files already exist :( unarj x "$f" ;; zoo) zoo x${force:+OOS} "$f" ;; lha) lha x${force:+f} "$f" < /dev/null ;; *) echo "Error: unrecognized archive: '$f'" >&2 exit 1 ;; esac cd - >/dev/null 2>&1 } dir="$PWD" while getopts "qfC:hv" key ; do case "$key" in q) quiet=1 ;; f) force=1 ;; C) dir="$OPTARG" ;; h) help ; exit 0 ;; v) version ; exit 0 ;; *) usage ; exit 1 ;; esac done shift $(( $OPTIND -1 )) if [ ! -d "$dir" ] ; then [ -e "$dir" ] && \ echo "Error: not a directory: '$dir'" >&2 || echo "Error: directory does not exist: '$dir'" >&2 exit 1 fi for file in "$@" ; do if [ ! -f "$file" ] ; then [ -e "$file" ] && \ echo "Error: not a regular file: '$file'" >&2 || echo "Error: file does not exist: '$file'" >&2 exit 1 fi # Not that fancy at the moment, but -q is for backwards compatibility # and in case we need to do more fine-grained stuff for some unarchivers # later. if [ -n "$quiet" ] ; then unarch "$file" "$dir" >/dev/null else unarch "$file" "$dir" fi done --- NEW FILE rpmdev-md5 --- #! /bin/sh # Copyright (C) 2003 Enrico Scholz # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA while test "$1"; do case "$1" in --help) echo $"Usage: rpmdev-md5 "; exit 0;; --version) echo $"rpmdev-md5 0.4"; exit 0;; --) shift; break;; *) break esac shift done test "$1" || { echo $"No package specified; use '--help' for more information" exit 1 } unset CDPATH tmp=`mktemp -d /var/tmp/fedmd5.XXXXXX` trap "rm -rf $tmp" EXIT rpm2cpio - <"$1" | ( cd $tmp; cpio -i --quiet ) cd -- `dirname -- "$1"` md5sum -- `basename -- "$1"` cd $tmp md5sum * --- NEW FILE rpmdev-newspec --- #!/bin/bash SPECDIR="/etc/rpmdevtools" DEFTYPE="minimal" DEFSPEC="newpackage.spec" usage() { ret=${1:-0} cat <.spec", or "$DEFSPEC" if appname is not given. -t TYPE Force use of the TYPE spec template. The default is guessed from , falling back to "$DEFTYPE" if the guesswork does not result in a more specific one or if is not given. See $SPECDIR/spectemplate-*.spec for available types. -h Show this usage message EOF exit $ret } appname= specfile= spectype= while [ -n "$1" ] ; do case "$1" in -t|--type) shift spectype="$1" ;; -o|--output) shift specfile="$1" ;; -h|--help) usage 0 ;; *.spec) [ -z "$specfile" ] && specfile="$1" [ -z "$appname" ] && appname="$(basename $1 .spec)" ;; *) appname="$1" [ -z "$specfile" ] && specfile="$appname.spec" ;; esac shift done specfilter= if [ -z "$spectype" ] ; then case "$appname" in perl-*) spectype=perl cpandist="${appname##perl-}" specfilter="; s/^%setup.*/%setup -q -n $cpandist-%{version}/ \ ; s|^\\(URL:\\s*\\).*|\1http://search.cpan.org/dist/$cpandist/|" ;; php-pear-*) spectype=php-pear pearname="$(echo ${appname##php-pear-} | tr - _)" basepeardir="$(echo $pearname | cut -f 1 -d _)" peardirpath="$(echo $pearname | tr _ /)" specfilter="; s|^\\(.*\\)Foo_Bar\\(.*\\)|\1$pearname\2| \ ; s|^\\(%{pear_phpdir}/\\)Foo|\1$basepeardir| \ ; s|^\\(%{pear_phpdir}/\\)$pearname\\(.php\\)|\1$peardirpath\2|" ;; [Pp]y*) spectype=python ;; ruby-*) spectype=ruby ;; lib*|*-lib|*-libs) spectype=lib ;; *) spectype=$DEFTYPE ;; esac fi tempspec="$SPECDIR/spectemplate-$spectype.spec" if [ ! -f "$tempspec" ] ; then echo "Template \"$tempspec\" not found, exiting." exit 1 fi [ -z "$specfile" ] && specfile="$DEFSPEC" if [ -f "$specfile" ] ; then echo "Output file \"$specfile\" already exists, exiting." exit 2 elif [ "$specfile" = "-" ] ; then specfile=/dev/stdout fi cat "$tempspec" | sed -e "s/^\\(Name:\\s*\\)/\\1$appname/ $specfilter" \ > "$specfile" if [ "$specfile" != "/dev/stdout" ] ; then echo "Skeleton specfile ($spectype) has been created to \"$specfile\"." fi --- NEW FILE rpmdev-rmdevelrpms --- #!/usr/bin/python -tt # -*- coding: utf-8 -*- # rpmdev-rmdevelrpms -- Find (and optionally remove) "development" RPMs # # Author: Ville Skytt?? # Credits: Seth Vidal (yum), Thomas Vander Stichele (mach) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import getopt, os, re, rpm, stat, sys, types __version__ = "1.2" dev_re = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE) test_re = re.compile("^perl-(?:Devel|ExtUtils|Test)-") lib_re1 = re.compile("^lib.+") lib_re2 = re.compile("-libs?$") a_re = re.compile("\\w\\.a$") so_re = re.compile("\\w\\.so(?:\\.\\d+)*$") comp_re = re.compile("^compat-gcc") # required by Ant, which is required by Eclipse... jdev_re = re.compile("^java-.+-gcj-compat-devel$") def_devpkgs =\ ("autoconf", "autoconf213", "automake", "automake14", "automake15", "automake16", "automake17", "bison", "byacc", "dev86", "djbfft", "docbook-utils-pdf", "doxygen", "flex", "gcc-g77", "gcc-gfortran", "gcc-gnat", "gcc-objc", "gcc32", "gcc34", "gcc34-c++", "gcc34-java", "gcc35", "gcc35-c++", "gcc4", "gcc4-c++", "gcc4-gfortran", "gettext", "glade", "glade2", "kernel-source", "kernel-sourcecode", "libtool", "m4", "nasm", "perl-Module-Build", "pkgconfig", "qt-designer", "swig", "texinfo", ) # zlib-devel: see #151622 def_nondevpkgs =\ ("glibc-devel", "libstdc++-devel", "libgcj-devel", "zlib-devel", ) devpkgs = () nondevpkgs = () def isDevelPkg(hdr): """ Decides whether a package is a devel one, based on name, configuration and contents. """ if not hdr: return 0 name = hdr[rpm.RPMTAG_NAME] if not name: return 0 if name in nondevpkgs: return 0 if name in devpkgs: return 1 if name in def_nondevpkgs: return 0 if name in def_devpkgs: return 1 if jdev_re.search(name): return 0 if dev_re.search(name): return 1 if test_re.search(name): return 1 if comp_re.search(name): return 1 if lib_re1.search(name) or lib_re2.search(name): # Heuristics for lib*, *-lib and *-libs packages (kludgy...) a_found = so_found = 0 fnames = hdr[rpm.RPMTAG_FILENAMES] fmodes = hdr[rpm.RPMTAG_FILEMODES] for i in range(len(fnames)): # Peek into the files in the package. if not (stat.S_ISLNK(fmodes[i]) or stat.S_ISREG(fmodes[i])): # Not a file or a symlink: ignore. pass fn = fnames[i] if so_re.search(fn): # *.so or a *.so.*: cannot be sure, treat pkg as non-devel. so_found = 1 break if not a_found and a_re.search(fn): # A *.a: mmm... this has potential, let's look further... a_found = 1 # If we have a *.a but no *.so or *.so.*, assume devel. return a_found and not so_found def callback(what, bytes, total, h, user): "Callback called during rpm transaction." sys.stdout.write(".") sys.stdout.flush() def help(): print '''rpmdev-rmdevelrpms is a script for finding and optionally removing "development" packages, for example for cleanup purposes before starting to build a new package. By default, the following packages are treated as development ones and are thus candidates for removal: any package whose name matches "-devel\\b", "-debuginfo\\b", or "-sdk\\b" (case insensitively) except gcc requirements; any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc"; packages in the internal list of known development oriented packages (see def_devpkgs in the source code); packages determined to be development ones based on some basic heuristic checks on the package\'s contents. The default set of packages above is not intended to not reduce a system into a minimal clean build root, but to keep it usable for general purposes while getting rid of a reasonably large set of development packages. The package set operated on can be configured to meet various scenarios. To include additional packages in the list of ones treated as development packages, use the "devpkgs" option in the configuration file. To exclude packages from the list use "nondevpkgs" in it. Exclusion overrides inclusion. The system wide configuration file is /etc/rpmdevtools/rmdevelrpms.conf, and per user settings (which override system ones) can be specified in ~/.rmdevelrpmsrc. These files are written in Python. ''' usage(None) print ''' Report bugs to .''' sys.exit(0) def usage(exit=1): print ''' Usage: rpmdev-rmdevelrpms [OPTION]... Options: -y, --yes Assume yes to all questions, do not prompt. -v, --version Print program version and exit. -h, --help Print help message and exit.''' if exit is not None: sys.exit(exit) def version(): print "rpmdev-rmdevelrpms version %s" % __version__ print ''' Copyright (c) 2004-2006 Fedora Project . This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??.''' sys.exit(0) def main(): "Da meat." try: # TODO: implement -r|--root for checking a specified rpm root opts, args = getopt.getopt(sys.argv[1:], "yvh", ["yes", "version", "help"]) except getopt.GetoptError: usage(2) confirm = 1 for o, a in opts: if o in ("-v", "--version"): version() if o in ("-h", "--help"): help() elif o in ("-y", "--yes"): confirm = 0 ts = rpm.TransactionSet("/") ts.setVSFlags(~(rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS)) for pkg in ts.dbMatch(): if isDevelPkg(pkg): # addErase behaves like "--allmatches" ts.addErase(pkg[rpm.RPMTAG_NAME]) ts.order() pkgs = [] try: te = ts.next() while te: pkgs.append(te.NEVR()) te = ts.next() except StopIteration: pass try: if len(pkgs) > 0: pkgs.sort() print "Found %d devel packages:" % len(pkgs) for pkg in pkgs: print " %s" % pkg unresolved = ts.check() if unresolved: print "...but removal would cause unresolved dependencies:" unresolved.sort(lambda x, y: cmp(x[0][0], y[0][0])) for t in unresolved: dep = t[1][0] if t[1][1]: dep = dep + " " if t[2] & rpm.RPMSENSE_LESS: dep = dep + "<" if t[2] & rpm.RPMSENSE_GREATER: dep = dep + ">" if t[2] & rpm.RPMSENSE_EQUAL: dep = dep + "=" dep = dep + " " + t[1][1] if t[4] == rpm.RPMDEP_SENSE_CONFLICTS: dep = "conflicts with " + dep elif t[4] == rpm.RPMDEP_SENSE_REQUIRES: dep = "requires " + dep print " %s-%s-%s %s" % (t[0][0], t[0][1], t[0][2], dep) print "Skipped." elif os.geteuid() == 0: if confirm: proceed = raw_input("Remove them? [y/N] ") else: proceed = "y" if (proceed in ("Y", "y")): sys.stdout.write("Removing...") errors = ts.run(callback, "") print "Done." if errors: for error in errors: print error sys.exit(1) else: print "Not removed." else: print "Not running as root, skipping remove." else: print "No devel packages found." finally: ts.closeDB() del ts for conf in ("/etc/rpmdevtools/rmdevelrpms.conf", os.path.join(os.environ["HOME"], ".rmdevelrpmsrc")): try: execfile(conf) except IOError: pass if type(devpkgs) == types.StringType: devpkgs = devpkgs.split() if type(nondevpkgs) == types.StringType: nondevpkgs = nondevpkgs.split() main() --- NEW FILE rpmdev-setuptree --- #!/bin/sh # # RPM-build-tree.txt # also called: fedora-buildrpmtree, rpmdev-setuptree # # Set up a 'plain userid' SRPM build environment # # Home locale for this script: # http://www.rpm.org/hintskinks/buildtree/RPM-build-tree.txt # also: ftp://ftp.owlriver.com/pub/local/ORC/rpmbuild/ # # See also: http://freshrpms.net/docs/fight.html # # based on a post: # Date: Tue, 30 Jul 2002 17:00:21 +0200 # From: Ralf Ertzinger # Reply-To: rpm-list at freshrpms.net # VER="0.06-050205" # copyright (c) 2002 Owl River Company - Columbus OH # info at owlriver.com -- GPL v.2 # # rev 0.06 050205 IVA -- use the paths as defined in configuration # rev 0.05 030814 RPH -- apply NIS extension per # nate at rj1.org (Nathan Owen) # https://bugzilla.fedora.us/show_bug.cgi?id=594 # rev 0.04 030422 RPH -- change to vendor neutral 'rpmbuild' # path element # rev 0.03 021210 RPH -- put the home in the right place # automatically # rev 0.02 021207 RPH -- add %make macro for people using # Mandrake .spec files on non-Mandrake platforms # initial 0.01 020731 RPH - initial release # [ "x$1" = "x-d" ] && { DEBUG="y" export DEBUG shift 1 } # IAM=`id -un` # returns bare username # PASSWDDIR=`grep ^$IAM: /etc/passwd | awk -F":" '{print $6}'` HOMEDIR=${HOME:=$PASSWDDIR} [ ! -d $HOMEDIR ] && { echo "ERROR: Home directory for user $IAM not found in /etc/passwd." exit 1 } # and home directory # # # RPMMACROS="$HOMEDIR/.rpmmacros" touch $RPMMACROS # TOPDIR="%_topdir" ISTOP=`grep -c ^$TOPDIR $RPMMACROS` [ $ISTOP -lt 1 ] && { echo "%_topdir %(echo \$HOME)/rpmbuild" >> $RPMMACROS } # #MAKE="%make " #ISTOP=`grep -c ^$MAKE $RPMMACROS` #[ $ISTOP -lt 1 ] && { # echo "$MAKE make" >> $RPMMACROS # } # MFLAGS="%_smp_mflags" ISTOP=`grep -c ^$MFLAGS $RPMMACROS` [ $ISTOP -lt 1 ] && { echo "$MFLAGS -j3" >> $RPMMACROS } # ISTOP=`grep -c ^%__arch_install_post $RPMMACROS` [ $ISTOP -lt 1 ] && { cat <> $RPMMACROS %__arch_install_post \ /usr/lib/rpm/check-rpaths \ /usr/lib/rpm/check-buildroot EOF } RPMDIR=`rpm --eval "%{_rpmdir}"` SRCDIR=`rpm --eval "%{_sourcedir}"` SPECDIR=`rpm --eval "%{_specdir}"` SRPMDIR=`rpm --eval "%{_srcrpmdir}"` BUILDDIR=`rpm --eval "%{_builddir}"` [ "x$DEBUG" != "x" ] && { echo "$IAM $HOMEDIR $RPMMACROS" echo "$RPMDIR $SRCDIR $SPECDIR" echo "$SRPMDIR $BUILDDIR" } # for i in $RPMDIR $SRCDIR $SPECDIR $SRPMDIR $BUILDDIR ; do [ ! -d $i ] && mkdir -p $i done # exit 0 # --- NEW FILE rpmdev-vercmp --- #!/usr/bin/python # # Seth Vidal - yadda yadda yadda GPL Yadda yadda yadda Use at own risk import rpm import sys def usage(): print """ rpmdev-vercmp epoch1, ver1, release1, epoch2, ver2, release2 or just let it ask you. """ def vercmp((e1, v1, r1), (e2, v2, r2)): rc = rpm.labelCompare((e1, v1, r1), (e2, v2, r2)) return rc def askforstuff(thingname): thing = raw_input('%s :' % thingname) return thing def main(): if len(sys.argv) > 1 and sys.argv[1] in ['-h', '--help', '-help', '--usage']: usage() sys.exit(0) elif len(sys.argv) < 7: e1 = askforstuff('Epoch1') v1 = askforstuff('Version1') r1 = askforstuff('Release1') e2 = askforstuff('Epoch2') v2 = askforstuff('Version2') r2 = askforstuff('Release2') else: (e1, v1, r1, e2, v2, r2) = sys.argv[1:] rc = vercmp((e1, v1, r1), (e2, v2, r2)) if rc > 0: print "%s:%s-%s is newer" % (e1, v1, r1) elif rc == 0: print "These are Equal" elif rc < 0: print "%s:%s-%s is newer" % (e2, v2, r2) if __name__ == "__main__": main() --- NEW FILE rpmdev-wipetree --- #!/bin/sh # # rpmdev-wipetree # Erases all files within the rpm build dir # # Author: Warren Togami # License: GPL # Sanity Check: Forbid root user if [ $(id -u) -eq 0 ]; then echo echo "ERROR: You should not be building RPMS as the superuser!" echo "Please use rpmdev-setuptree as a normal user and build" echo "packages as that user. If package building fails, then" echo "the package is improper and needs fixing." echo exit 255 fi # Wipe RPM Build Directory clean echo "Removing all build files..." rm -rf $(rpm --eval "%{_builddir}")/* rm -rf $(rpm --eval "%{_sourcedir}")/* rm -rf $(rpm --eval "%{_srcrpmdir}")/* rm -rf $(rpm --eval "%{_specdir}")/* find $(rpm --eval "%{_rpmdir}") -name "*.rpm" | xargs rm -f Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 18 Jul 2006 16:52:35 -0000 1.6 +++ Makefile.am 20 Aug 2006 15:40:44 -0000 1.7 @@ -6,13 +6,12 @@ pkgsysconfdir = $(sysconfdir)/rpmdevtools rpmlibdir = $(libdir)/rpm -dist_bin_SCRIPTS = buildrpmtree diffarchive extractarchive \ - rpmmd5 newrpmspec \ - rmdevelrpms rpmchecksig rpminfo rpmvercmp \ - wipebuildtree +dist_bin_SCRIPTS = rpmdev-checksig rpmdev-diff rpmdev-extract rpmdev-md5 \ + rpmdev-newspec rpmdev-rmdevelrpms rpmdev-setuptree rpmdev-vercmp \ + rpmdev-wipetree rpminfo -dist_man1_MANS = extractarchive.1 diffarchive.1 -dist_man8_MANS = rmdevelrpms.8 +dist_man1_MANS = rpmdev-diff.1 rpmdev-extract.1 +dist_man8_MANS = rpmdev-rmdevelrpms.8 dist_pkgdata_DATA = template.init Index: rmdevelrpms.conf =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdevelrpms.conf 17 Jul 2006 20:02:10 -0000 1.2 +++ rmdevelrpms.conf 20 Aug 2006 15:40:44 -0000 1.3 @@ -1,8 +1,8 @@ # -*- python -*- # -# To prevent rmdevelrpms from removing some packages, add them to nondevpkgs. -# The value can be a Python tuple or a whitespace separated string. -# For example: +# To prevent rpmdev-rmdevelrpms from removing some packages, add them to +# nondevpkgs. The value can be a Python tuple or a whitespace separated +# string. For example: # nondevpkgs = ("foo-devel", "bar-devel") # nondevpkgs = "foo-devel bar-devel" # Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rpmdevtools.spec 2 Aug 2006 20:41:47 -0000 1.8 +++ rpmdevtools.spec 20 Aug 2006 15:40:44 -0000 1.9 @@ -5,7 +5,7 @@ Name: rpmdevtools Version: 5.0 Release: 1%{?dist} -Summary: Fedora RPM Development Tools +Summary: RPM Development Tools Group: Development/Tools License: GPL @@ -26,19 +26,18 @@ %description This package contains scripts and (X)Emacs support files to aid in -development of Fedora RPM packages. These tools are designed for Fedora -Core 2 and later. -buildrpmtree Create RPM build tree within user's home directory -diffarchive Diff contents of two archives -extractarchive Extract various archives, "tar xvf" style -newrpmspec Creates new .spec from template -rmdevelrpms Find (and optionally remove) "development" RPMs -rpmchecksig Check package signatures using alternate RPM keyring -rpminfo Prints information about executables and libraries -rpmmd5 Display the md5sum of all files in an RPM -rpmvercmp RPM version comparison checker -spectool Expand and download sources and patches in specfiles -wipebuildtree Erase all files within dirs created by buildrpmtree +development of RPM packages. +rpmdev-setuptree Create RPM build tree within user's home directory +rpmdev-diff Diff contents of two archives +rpmdev-newspec Creates new .spec from template +rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs +rpmdev-checksig Check package signatures using alternate RPM keyring +rpminfo Print information about executables and libraries +rpmdev-md5 Display the md5sum of all files in an RPM +rpmdev-vercmp RPM version comparison checker +spectool Expand and download sources and patches in specfiles +rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree +rpmdev-extract Extract various archives, "tar xvf" style %prep @@ -60,21 +59,21 @@ for dir in %{emacs_sitestart_d} %{xemacs_sitestart_d} ; do install -dm 755 $RPM_BUILD_ROOT$dir - ln -s %{_datadir}/rpmdevtools/rpmdevtools-init.el $RPM_BUILD_ROOT$dir - touch $RPM_BUILD_ROOT$dir/rpmdevtools-init.elc + ln -s %{_datadir}/rpmdevtools/rpmdev-init.el $RPM_BUILD_ROOT$dir + touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc done # Backwards compatibility symlinks -ln -s buildrpmtree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree -ln -s diffarchive $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive -ln -s extractarchive $RPM_BUILD_ROOT%{_bindir}/fedora-extract -ln -s newrpmspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec -ln -s rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms -ln -s rpmchecksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig -ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo -ln -s rpmmd5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 -ln -s rpmvercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp -ln -s wipebuildtree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree +ln -s rpmdev-checksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig +ln -s rpmdev-diff $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive +ln -s rpmdev-extract $RPM_BUILD_ROOT%{_bindir}/fedora-extract +ln -s rpmdev-md5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 +ln -s rpmdev-newspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec +ln -s rpmdev-rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms +ln -s rpmdev-setuptree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree +ln -s rpmdev-vercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp +ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree +ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo %check @@ -87,17 +86,17 @@ %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ - ln -sf %{_datadir}/rpmdevtools/rpmdevtools-init.el %{emacs_sitestart_d} || : + ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : %triggerin -- xemacs-common [ -d %{xemacs_sitestart_d} ] && \ - ln -sf %{_datadir}/rpmdevtools/rpmdevtools-init.el %{xemacs_sitestart_d} || : + ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{xemacs_sitestart_d} || : %triggerun -- emacs-common -[ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdevtools-init.el* || : +[ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdev-init.el* || : %triggerun -- xemacs-common -[ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdevtools-init.el* || : +[ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdev-init.el* || : %files @@ -112,6 +111,9 @@ %changelog +* Sun Aug 20 2006 Ville Skytt?? +- Re-rename almost everything to rpmdev-*, with backwards compat symlinks. + * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). - Don't assume compface is a devel package in rmdevelrpms. --- buildrpmtree DELETED --- --- diffarchive DELETED --- --- extractarchive DELETED --- --- newrpmspec DELETED --- --- rmdevelrpms DELETED --- --- rpmchecksig DELETED --- --- rpmmd5 DELETED --- --- rpmvercmp DELETED --- --- wipebuildtree DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 15:59:19 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 20 Aug 2006 08:59:19 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.3,1.4 Message-ID: <200608201559.k7KFxLvR010881@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10864 Modified Files: ktorrent.spec Log Message: increased minor version to avoid broken update path Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ktorrent.spec 14 Aug 2006 20:20:15 -0000 1.3 +++ ktorrent.spec 20 Aug 2006 15:59:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Sun Aug 20 2006 Roland Wolters 2.0-6 +- increased minor version to avoid broken update path + * Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file From fedora-extras-commits at redhat.com Sun Aug 20 16:00:15 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 20 Aug 2006 09:00:15 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.6,1.7 Message-ID: <200608201600.k7KG0Hg0010951@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10934 Modified Files: ktorrent.spec Log Message: increased minor version to avoid broken update path Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ktorrent.spec 14 Aug 2006 18:32:31 -0000 1.6 +++ ktorrent.spec 20 Aug 2006 16:00:15 -0000 1.7 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 4%{?dist} +Release: 6%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Sun Aug 20 2006 Roland Wolters 2.0-6 +- increased minor version to avoid broken update path + * Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file From fedora-extras-commits at redhat.com Sun Aug 20 16:33:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:33:15 -0700 Subject: rpms/pcb import.log,1.8,1.9 Message-ID: <200608201633.k7KGXlME013825@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13778 Modified Files: import.log Log Message: auto-import pcb-0.20060422-8 on branch devel from pcb-0.20060422-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 12 Jul 2006 11:33:34 -0000 1.8 +++ import.log 20 Aug 2006 16:33:15 -0000 1.9 @@ -5,3 +5,4 @@ pcb-0_20060422-5:FC-4:pcb-0.20060422-5.src.rpm:1152703316 pcb-0_20060422-6:FC-5:pcb-0.20060422-6.src.rpm:1152703718 pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 +pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 From fedora-extras-commits at redhat.com Sun Aug 20 16:33:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:33:15 -0700 Subject: rpms/pcb/devel pcb.spec,1.7,1.8 Message-ID: <200608201633.k7KGXlZf013828@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13778/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060422-8 on branch devel from pcb-0.20060422-8.src.rpm Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcb.spec 12 Jul 2006 11:33:35 -0000 1.7 +++ pcb.spec 20 Aug 2006 16:33:15 -0000 1.8 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 7 +Release: 8%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -17,9 +17,6 @@ Source1: %{name}.desktop Source2: %{name}.png -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -28,6 +25,17 @@ high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. +%package doc +Summary: Documentation for PCB, an interactive printed circuit board editor +Group: Documentation +Requires: pcb = %{version} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description doc +This package contains the documentation of pcb in html, pdf, postscript and +info format. + %prep %setup -q -n %{name}-%{pcbver} @@ -59,14 +67,14 @@ %clean rm -rf %{buildroot} -%post +%post doc /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi -%preun +%preun doc if [ $1 = 0 ]; then /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 fi @@ -78,14 +86,38 @@ %files %defattr(-, root, root, -) %doc AUTHORS COPYING README README.* NEWS ChangeLog -%{_mandir}/man1/* -%{_datadir}/%{name}* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/* %{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/%{name}/CreateLibrary* +%{_datadir}/%{name}/ListLibraryContents.sh +%{_datadir}/%{name}/Pcb +%{_datadir}/%{name}/QueryLibrary.sh +%{_datadir}/%{name}/default_font +%{_datadir}/%{name}//examples/ +%{_datadir}/%{name}/m4/ +%{_datadir}/%{name}/newlib/ +%{_datadir}/%{name}/pcb-menu.res +%{_datadir}/%{name}/pcblib* +%{_datadir}/%{name}/qfp* +%{_datadir}/%{name}/tools/ + + +%files doc +%defattr(-, root, root, 0755) %{_infodir}/* +%{_mandir}/man1/* +%{_datadir}/%{name}/pad* +%{_datadir}/%{name}/pcb.* +%{_datadir}/%{name}/puller.* +%{_datadir}/%{name}/refcard.* +%{_datadir}/%{name}/thermal* +%{_datadir}/%{name}/tutorial/ %changelog +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 +- splitting into pcb and pcb-doc + * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 - incremented the tag for devel From fedora-extras-commits at redhat.com Sun Aug 20 16:53:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:53:48 -0700 Subject: rpms/pcb import.log,1.9,1.10 Message-ID: <200608201653.k7KGroVG014254@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14223 Modified Files: import.log Log Message: auto-import pcb-0.20060422-9 on branch devel from pcb-0.20060422-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 20 Aug 2006 16:33:15 -0000 1.9 +++ import.log 20 Aug 2006 16:53:48 -0000 1.10 @@ -6,3 +6,4 @@ pcb-0_20060422-6:FC-5:pcb-0.20060422-6.src.rpm:1152703718 pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 +pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 From fedora-extras-commits at redhat.com Sun Aug 20 16:53:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:53:48 -0700 Subject: rpms/pcb/devel pcb.spec,1.8,1.9 Message-ID: <200608201653.k7KGroFK014258@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14223/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060422-9 on branch devel from pcb-0.20060422-9.src.rpm Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pcb.spec 20 Aug 2006 16:33:15 -0000 1.8 +++ pcb.spec 20 Aug 2006 16:53:48 -0000 1.9 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 8%{?dist} +Release: 9%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -94,7 +94,7 @@ %{_datadir}/%{name}/Pcb %{_datadir}/%{name}/QueryLibrary.sh %{_datadir}/%{name}/default_font -%{_datadir}/%{name}//examples/ +%{_datadir}/%{name}/examples/ %{_datadir}/%{name}/m4/ %{_datadir}/%{name}/newlib/ %{_datadir}/%{name}/pcb-menu.res @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %changelog +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 +- incremented the tag for FC-5 + * Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 - splitting into pcb and pcb-doc From fedora-extras-commits at redhat.com Sun Aug 20 17:29:03 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Sun, 20 Aug 2006 10:29:03 -0700 Subject: comps comps-fe6.xml.in,1.102,1.103 Message-ID: <200608201729.k7KHT57a018467@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18342/comps Modified Files: comps-fe6.xml.in Log Message: Add testdisk in System Tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- comps-fe6.xml.in 20 Aug 2006 15:28:07 -0000 1.102 +++ comps-fe6.xml.in 20 Aug 2006 17:29:03 -0000 1.103 @@ -634,6 +634,7 @@ syslog-ng swatch synaptic + testdisk tiobench torque-client torque-gui From fedora-extras-commits at redhat.com Sun Aug 20 18:24:32 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 20 Aug 2006 11:24:32 -0700 Subject: comps comps-fe5.xml.in,1.106,1.107 comps-fe6.xml.in,1.103,1.104 Message-ID: <200608201824.k7KIOYkn024093@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24074/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add libsexymm-devel to the FC-5 gnome-software-development group; fix indentation in a bunch of other entrys. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- comps-fe5.xml.in 20 Aug 2006 15:28:07 -0000 1.106 +++ comps-fe5.xml.in 20 Aug 2006 18:24:32 -0000 1.107 @@ -221,6 +221,7 @@ gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel @@ -301,7 +302,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -312,7 +313,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -367,7 +368,7 @@ gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim konversation kphone @@ -609,7 +610,7 @@ true flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -729,10 +730,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- comps-fe6.xml.in 20 Aug 2006 17:29:03 -0000 1.103 +++ comps-fe6.xml.in 20 Aug 2006 18:24:32 -0000 1.104 @@ -28,7 +28,7 @@ true abicheck - aplus-fsf + aplus-fsf archmage asa bazaar @@ -61,7 +61,7 @@ ghc git gphpedit - gprolog + gprolog haddock highlight hugs98 @@ -169,7 +169,7 @@ rrdtool scalapack SIBsim4 - veusz + veusz @@ -261,7 +261,7 @@ auriferous blobwars bsd-games - bygfoot + bygfoot bzflag celestia cgoban @@ -299,12 +299,12 @@ nazghul-haxima nethack nethack-vultures - netpanzer + netpanzer neverball nexuiz njam overgod - pengupop + pengupop pinball pingus pipenightdreams @@ -328,7 +328,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -339,7 +339,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -395,7 +395,7 @@ gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim knetstats konversation @@ -555,7 +555,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -677,7 +677,7 @@ ctrlproxy dnsmasq flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -804,10 +804,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar From fedora-extras-commits at redhat.com Sun Aug 20 18:34:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 11:34:46 -0700 Subject: fedora-security/audit fe4,1.66,1.67 fe5,1.71,1.72 Message-ID: <200608201834.k7KIYkNK024158@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24138 Modified Files: fe4 fe5 Log Message: CVE-2006-3121 version (heartbeat, fixed 2.0.7) Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- fe4 17 Aug 2006 10:08:20 -0000 1.66 +++ fe4 20 Aug 2006 18:34:43 -0000 1.67 @@ -25,6 +25,7 @@ CVE-2006-3458 patch (zope, fixed 2.8.3-4) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) +CVE-2006-3121 version (heartbeat, fixed 2.0.7) CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- fe5 17 Aug 2006 10:08:20 -0000 1.71 +++ fe5 20 Aug 2006 18:34:43 -0000 1.72 @@ -26,6 +26,7 @@ CVE-2006-3458 patch (zope, fixed 2.9.3-3) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) +CVE-2006-3121 version (heartbeat, fixed 2.0.7) CVE-2006-3119 patch (fbida, fixed 2.0.3-12) #200321 CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) From fedora-extras-commits at redhat.com Sun Aug 20 18:43:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 11:43:49 -0700 Subject: rpms/net6/devel .cvsignore, 1.7, 1.8 net6.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608201843.k7KIhprj024214@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/net6/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24193 Modified Files: .cvsignore net6.spec sources Log Message: 1.3.0rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/net6/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 May 2006 00:16:45 -0000 1.7 +++ .cvsignore 20 Aug 2006 18:43:48 -0000 1.8 @@ -1 +1 @@ -net6-1.3.0rc2.tar.gz +net6-1.3.0rc3.tar.gz Index: net6.spec =================================================================== RCS file: /cvs/extras/rpms/net6/devel/net6.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- net6.spec 16 Jun 2006 14:41:31 -0000 1.11 +++ net6.spec 20 Aug 2006 18:43:48 -0000 1.12 @@ -1,8 +1,8 @@ -%define _rc rc2 +%define _rc rc3 Name: net6 Version: 1.3.0 -Release: 4.%{_rc}%{?dist} +Release: 1.%{_rc}%{?dist} Summary: A TCP protocol abstraction for library C++ Group: Development/Libraries @@ -73,6 +73,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 1.3.0-1.rc3 +- 1.3.0rc3 + * Fri Jun 16 2006 Luke Macken - 1.3.0-4.rc2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/net6/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 18 May 2006 00:16:45 -0000 1.7 +++ sources 20 Aug 2006 18:43:48 -0000 1.8 @@ -1 +1 @@ -072ff64096fbe43e16763f33e4dd8d32 net6-1.3.0rc2.tar.gz +6e6e4f9e435eab6c5d5ffd6901f5de36 net6-1.3.0rc3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 18:46:25 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 11:46:25 -0700 Subject: rpms/net6/devel net6.spec,1.12,1.13 Message-ID: <200608201846.k7KIkR6e024289@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/net6/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24272 Modified Files: net6.spec Log Message: fix release Index: net6.spec =================================================================== RCS file: /cvs/extras/rpms/net6/devel/net6.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- net6.spec 20 Aug 2006 18:43:48 -0000 1.12 +++ net6.spec 20 Aug 2006 18:46:25 -0000 1.13 @@ -2,7 +2,7 @@ Name: net6 Version: 1.3.0 -Release: 1.%{_rc}%{?dist} +Release: 5.%{_rc}%{?dist} Summary: A TCP protocol abstraction for library C++ Group: Development/Libraries @@ -73,7 +73,7 @@ %changelog -* Sun Aug 20 2006 Luke Macken - 1.3.0-1.rc3 +* Sun Aug 20 2006 Luke Macken - 1.3.0-5.rc3 - 1.3.0rc3 * Fri Jun 16 2006 Luke Macken - 1.3.0-4.rc2 From fedora-extras-commits at redhat.com Sun Aug 20 19:05:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:05:44 -0700 Subject: fedora-rpmdevtools Makefile.am, 1.7, 1.8 rpmdev-newspec, 1.1, 1.2 rpmdevtools.spec, 1.9, 1.10 spectemplate-php-pear.spec, 1.1, NONE Message-ID: <200608201905.k7KJ5iad027172@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27150 Modified Files: Makefile.am rpmdev-newspec rpmdevtools.spec Removed Files: spectemplate-php-pear.spec Log Message: Drop PHP PEAR spec template, it's not ready yet. Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile.am 20 Aug 2006 15:40:44 -0000 1.7 +++ Makefile.am 20 Aug 2006 19:05:41 -0000 1.8 @@ -16,8 +16,8 @@ dist_pkgdata_DATA = template.init dist_pkgsysconf_DATA = spectemplate-lib.spec spectemplate-minimal.spec \ - spectemplate-perl.spec spectemplate-php-pear.spec \ - spectemplate-python.spec spectemplate-ruby.spec rmdevelrpms.conf + spectemplate-perl.spec spectemplate-python.spec \ + spectemplate-ruby.spec rmdevelrpms.conf dist_rpmlib_SCRIPTS = check-buildroot check-rpaths check-rpaths-worker Index: rpmdev-newspec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-newspec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdev-newspec 20 Aug 2006 15:40:44 -0000 1.1 +++ rpmdev-newspec 20 Aug 2006 19:05:41 -0000 1.2 @@ -59,15 +59,6 @@ specfilter="; s/^%setup.*/%setup -q -n $cpandist-%{version}/ \ ; s|^\\(URL:\\s*\\).*|\1http://search.cpan.org/dist/$cpandist/|" ;; - php-pear-*) - spectype=php-pear - pearname="$(echo ${appname##php-pear-} | tr - _)" - basepeardir="$(echo $pearname | cut -f 1 -d _)" - peardirpath="$(echo $pearname | tr _ /)" - specfilter="; s|^\\(.*\\)Foo_Bar\\(.*\\)|\1$pearname\2| \ - ; s|^\\(%{pear_phpdir}/\\)Foo|\1$basepeardir| \ - ; s|^\\(%{pear_phpdir}/\\)$pearname\\(.php\\)|\1$peardirpath\2|" - ;; [Pp]y*) spectype=python ;; Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rpmdevtools.spec 20 Aug 2006 15:40:44 -0000 1.9 +++ rpmdevtools.spec 20 Aug 2006 19:05:41 -0000 1.10 @@ -113,6 +113,7 @@ %changelog * Sun Aug 20 2006 Ville Skytt?? - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. +- Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). --- spectemplate-php-pear.spec DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 19:07:10 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:10 -0700 Subject: rpms/nqc - New directory Message-ID: <200608201907.k7KJ7C6i027266@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27240/nqc Log Message: Directory /cvs/extras/rpms/nqc added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:07:10 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:10 -0700 Subject: rpms/nqc/devel - New directory Message-ID: <200608201907.k7KJ7CWf027269@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27240/nqc/devel Log Message: Directory /cvs/extras/rpms/nqc/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:07:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:18 -0700 Subject: rpms/nqc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201907.k7KJ7KTV027326@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296 Added Files: Makefile import.log Log Message: Setup of module nqc --- NEW FILE Makefile --- # Top level Makefile for module nqc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:07:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:18 -0700 Subject: rpms/nqc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201907.k7KJ7KkR027329@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nqc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:08:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:08:11 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec, 1.10, 1.11 spectemplate-python.spec, 1.8, 1.9 Message-ID: <200608201908.k7KJ8BLO027445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27425 Modified Files: rpmdevtools.spec spectemplate-python.spec Log Message: Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rpmdevtools.spec 20 Aug 2006 19:05:41 -0000 1.10 +++ rpmdevtools.spec 20 Aug 2006 19:08:09 -0000 1.11 @@ -113,6 +113,7 @@ %changelog * Sun Aug 20 2006 Ville Skytt?? - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. +- Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? Index: spectemplate-python.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/spectemplate-python.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- spectemplate-python.spec 19 Jul 2006 21:37:06 -0000 1.8 +++ spectemplate-python.spec 20 Aug 2006 19:08:09 -0000 1.9 @@ -1,3 +1,4 @@ +# sitelib for noarch packages, sitearch for others (remove the unneeded one) %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -23,6 +24,7 @@ %build +# Remove CFLAGS=... for noarch packages (unneeded) CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -38,9 +40,10 @@ %files %defattr(-,root,root,-) %doc -# Include files and dirs below %{python_sitelib} (for noarch packages) and -# %{python_sitearch} (for arch-dependent packages) as appropriate, and mark -# *.pyo as %ghost (do not include in package). +# For noarch packages: sitelib +%{python_sitelib}/* +# For arch-specific packages: sitearch +%{python_sitearch}/* %changelog From fedora-extras-commits at redhat.com Sun Aug 20 19:08:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:08:00 -0700 Subject: rpms/nqc import.log,1.1,1.2 Message-ID: <200608201908.k7KJ8WqJ027448@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27383 Modified Files: import.log Log Message: auto-import nqc-3.1.4-2 on branch devel from nqc-3.1.4-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nqc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:07:18 -0000 1.1 +++ import.log 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1 @@ +nqc-3_1_4-2:HEAD:nqc-3.1.4-2.src.rpm:1156100876 From fedora-extras-commits at redhat.com Sun Aug 20 19:08:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:08:00 -0700 Subject: rpms/nqc/devel 60-legousbtower.rules, NONE, 1.1 faq.html, NONE, 1.1 nqc-3.1.4-linux.patch, NONE, 1.1 nqc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201908.k7KJ8XM5027453@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27383/devel Modified Files: .cvsignore sources Added Files: 60-legousbtower.rules faq.html nqc-3.1.4-linux.patch nqc.spec Log Message: auto-import nqc-3.1.4-2 on branch devel from nqc-3.1.4-2.src.rpm --- NEW FILE 60-legousbtower.rules --- KERNEL=="legousbtower*", NAME="%k", MODE="0660",OWNER="root" GROUP="lego" --- NEW FILE faq.html --- NQC FAQ

NQC FAQ

General

NQC Program Download Errors

NQC Compiler Usage

IR Communication

Miscellaneous


What is NQC?

NQC (Not Quite C) is a programming language for several LEGO MINDSTORMS products including the RCX, CyberMaster, and Scout. NQC's syntax is very similar to the C programming langauge, so experienced C programmers (and Java programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NQC is relatively easy to learn.

The two primary reasons people move up to NQC from the standard tools (RCX Code and Robolab) is that NQC is a textual langauge, and it is more powerful. Graphical languages are often easier to learn (no syntax errors!) but are generally more tedious to use than a textual langauge. The graphical metaphors of RCX Code (and to a certain extent Robolab) also significantly limit the types of programs you can write.

NQC uses the same firmware as LEGO's standard tools (RCX Code and Robolab). This means it is possible to have RCX Code, Robolab, and NQC programs loaded onto the RCX at the same time. NQC also benefits from the stability and user interface (e.g. the View button) provided by the standard firmware. On the minus side, NQC must live within the constraints of the standard firmware. For example, since the firmware does not provide floating point support, NQC cannot provide it either. Other altermatives for programming the RCX (notably legOS and pbForth) do not have such restrictions.


What is LEGO MINDSTORMS?

LEGO MINDSTORMS is a series of LEGO sets that use special programmable bricks to allow construction of robots. The most versatile programmable brick is the RCX, which can be found in the Robotics Invention System set. A simpler brick, the Scout, can be found in the Robotics Discovery set. The simplest brick, Micro Scout, is featured in two sets with a Star Wars theme: Droid Developer Kit, and Dark Side Developer Kit. Even though it is the most expensive, the RCX based set is still the best value due to the versatility of the RCX itself. The Scout is a bit more limited, but still can be programmed (using NQC) to do some interesting things. The Micro-Scout is extremely limited, and it useful mainly as an accessory to another programmable brick such as the RCX or Scout. Further information on MINDSTORMS sets can be found at the official site: www.legomindstorms.com.


Does NQC Support RIS 2.0?

The RCX in the RIS 2.0 is nearly identical to the 1.0 RCX. However, new firmware is used to give the RCX some new capabilities. Fortunately for existing RCX owners, this firmware is available for download from www.legomindstorms.com (as part of the RIS 2.0 SDK). NQC supports this new firmware (see here for more info).

RIS 2.0 also uses a new IR tower with a USB connection (instead of the eariler RS-232 based towers). Support for the USB tower under Windows and Mac OS X is currently in beta test. Support for Mac OS 9 will be added shortly and several other people are working on Linux support.


How can I get the RCX 2.0 firmware?

The RCX 2.0 firmware is contained in a file named FIRM0328.LGO and is installed on your PC when you install the standard LEGO software. It is also installed as part of the Vision Command software and the 2.0 SDK.

Unfortunately, all previously mentioned sources for the firmware require software to be installed on a Windows computer. If you are using a different operating system, then you will need to download the earlier Beta version of the 2.0 SDK which was packaged as a .zip file rather than a full installer. This .zip file may then be expanded to get the FIRM0328.LGO file. The SDK 2.0 Beta can be found at http://mindstorms.lego.com/sdk2beta/default.asp.


"no (or invalid) reply" message

When downloading a program in BricxCC or by using the NQC command-line compiler directly some users report that they get an error message saying that the reply from the brick was not received or that it was invalid. When using NQC directly the error is something like: "No reply from rcx2". From within BricxCC the error is something like: "Compile Failed no (or invalid) reply from RCX". These errors are caused by a problem with the LEGO USB Tower driver. Fixing it is very easy.

1) Open the LEGO USB Tower control panel applet in the Control Panel. The icon looks like the USB tower.

2) On the Advanced tab change the timeout values slightly and then click the Apply button at the bottom of the dialog.

3) Now change the values back to their original settings (200, 200, 100).

4) Close the applet window via the OK button.

Now you should no longer experience the "no reply" error when using NQC with the USB tower.


I'm using Windows, and when I click on NQC a window with some text flashes on the screen then disappears. What's going on?

NQC is a command line based tool - normally you run it by typing an appropriate command into an MS-DOS window. When you double-click the exe file it launches an MS-DOS console, runs NQC within it, then since NQC finishes almost immediately, the entire window disappears.

Some people prefer command line based tools because they allow you to use the text editor of your choice, etc. It also makes for identical behavior under Windows, Mac, and Linux. In order to use the command line version of NQC you'll need to do two things:

1) Use some sort of text editor (such as Notepad) to edit and save a source file for NQC to compile.

2) From an MS-DOS window type the appropriate NQC command. Its usually best to either put all of your programs and nqc.exe in the same directory, or make sure the directory containing NQC is in your command path. For example, to compile and download the program "test.nqc" using the default serial port you would type the following command:

nqc -d test.nqc

An alternative is to use the RCX Command Center by Mark Overmars, which is a familiar Windows style application that provides a front end to the NQC compiler.


I'm using the RCX 2.0 firmware but get errors when trying to call 2.0 functions (e.g. SetUserDisplay). What's wrong?

When NQC compiles a program it needs to know what kind of programmable brick you want it to generate code for (this is called the target for the compile). By default, NQC assumes you are targetting RCX 1.0. If you want to use RCX 2.0 features, you need to tell the compiler you are using an RCX 2.0 target. If you are using a command line version of NQC, then add -Trcx2 to the command line:

nqc -Trcx2 -d foo.nqc

If you don't want to type -Trcx2 all the time, then just use the environment variable NQC_OPTIONS - NQC reads this environment variable and inserts any options in this variable at the front of the command line. For example, if NQC_OPTIONS was set to -Trcx2 and you issued the following command

nqc -d foo.nqc

NQC would behave as if you actually typed

nqc -Trcx2 -d foo.nqc

The specifics of setting environment variables depends on your operating system and shell. For example, under Windows you could type the following in a command shell:

set NQC_OPTIONS=-Trcx2

If you want to always use RCX 2.0, then you can make this setting permament by editing the AUTOEXEC.BAT file and adding the above command to the end of the file. This way, the variable will get set every time Windows is started.

If you are using a GUI based version of NQC (such as MacNQC), then there should be some preference setting for the target - just make sure it is set to "RCX 2.0". Unfortunately, RcxCC does not have an "RCX 2.0" setting, but there is a workaround. Leave the target as "RCX" (which means RcxCC won't specify any target information and just rely on the fact that NQC defaults to RCX), then use the NQC_OPTIONS environment variable to specify RCX 2.0 (as described above).


How can I redirect errors to a file?

Compile errors are written to stderr, not stdout. This is to allow the calling program to separate errors from the program listing (-l option) that appears on stdout. The normal redirection facility of a shell only redirects stdout, thus the errors will still be printed to the screen. Most shells have additional syntax that allows the stderr stream to be redirected (use "option->" in MPW, or "2>" for WinNT). I do not know of any mechanism to redirect stderr in Win95 command.com.

In addition, nqcc now supports (verion 1.1 b1) the ability to route error messages to stdout with the -E option.


Where is Spirit.ocx? RcxCC complains that it is not installed.

NQC has never used Spirit.ocx, but RcxCC used to require Spirit.ocx for communication with the RCX. Lego no longer supports Spirit.ocx as of RIS 2.0, but fortunately RcxCC has been updated to no longer require it. In addition, RcxCC has been renamed to BricxCC (due to trademark concerns from Lego). You can download the latest version of BricxCC here.


How do I get NQC to work with my USB IR tower?

Presently, USB towers are only supported under Mac OS X and Windows. I will be releasing Mac OS 9 support shortly. Some other developers are working on a Linux solution.

USB support is in beta test and requires version 2.4a4 of NQC.

IMPORTANT- you need to tell NQC that you want it to look for a USB tower, otherwise it assumes you have a serial tower and uses the default serial port for your operating system (e.g. COM1 under Windows). Add -Susb to the command line or set the RCX_PORT environment variable to usb. When adding a command line option, put it near the beginning of the command:

nqc -Susb -d test.nqc

Windows only: NQC uses the USB driver installed by the Lego RIS 2.0 software, so you will need to install the RIS software and run it once with the USB tower connected in order for the driver to be correctly installed.

Mac OS X only: NQC talks directly to the USB tower. There is no driver, so you'll never see the tower show up in /dev.

FreeBSD (unoffical port): As of NQC 2.5 a5, the USB tower is supported when running a FreeBSD build from 02/28/03 or later (the upcoming FreeBSD 5.1 will work).


How do I use a computer to control the RCX?

There are two basic ways to do this: send raw commands to the RCX, or send 'messages' which are then listened to by a program running on the RCX.

Sending Messages

This is generally the simplest way to interact with the RCX. First you write a program for the RCX that continuously checks for received messages (using the Message() and ClearMessage() calls) and then dispatches the messages accordingly. The messages may have any value between 1 and 255. There is no predefined meaning for these messages - your program can do whatever it wants with each message.

There are several ways to send the message. You can use another RCX (or a Scout) by calling the SendMessage() function. You can also use the nqc command with the -msg option, for example to send message #3:

nqc -msg 3

You can use the LEGO remote control to send messages 1, 2, or 3. It is also possible to send the message by sending the appropriate command packet (see below)

Sending Raw Commands

Sending raw commands gives you complete control over the RCX. The commands (a.k.a. opcodes or bytecodes) and the general packet format are unofficially documented at http://graphics.stanford.edu/~kekoa/rcx/. For example, to make the RCX play system sound #3 (upward tones), you would send a two-byte command (shown in hex):

51 03

Messages are just a specific type of command - F7 followed by the message value, so message #4 would be the packet

F7 04

If you are using NQC, you can let NQC take care of all the details of packet formatting, getting an acknowledgement from the RCX, and retrying if a failure occurs. You do this with the -raw option, which takes a single parameter listing all of the bytes (in hex format) for the command:

nqc -raw 5103

If you are writing your own program, you can build up the packet yourself. A suitable packet (for the plays sound command) would be:

55 ff 00 51 ae 03 fc 54 ab


How do I use the IR tower with a USB Macintosh?

Since a USB version of the IR tower doesn't exist (yet), you will need a USB to serial converter (such as the Keyspan TWIN adapter). If the adapter provides a 9-pin serial connector, then you should be able to use the standard Mindstorms cable between the adapter and the IR tower. If the adapter provides mac-style serial connector, then you will also need an appropriate cable as desribed here.

Note: I have heard several reports of the Palm USB adapter not working. I am not sure if this is a problem with the adapter itself, or some unusual interaction between it and the OS. If you have been able to use a Palm USB adapter with MacNQC or NQC, please let me know. I would like to get a definitive answer on whether this adapter can be made to work. Personally, I use the Keyspan Twin adapter (USA-28X), and I've heard that both the Keyspan PDA adapter (USA-19) and Xircom PortGear USB also work.

If you are using MacNQC, then the popup menu in the Preferences dialog box will list all available serial ports (including those provided by USB converters).

If you are using the MPW version of NQC, then you will need to specify the serial port either on the command line (using the -S option) or in the RCX_PORT environment variable. Both methods require that you know the name of the serial port driver. The easiest way to make this work is to use the adapter's control panel to configure the serial port to "emulate the printer port". This will cause the serial port to be named "B", thus you could do either of the following:

nqc -SB -d foo.nqc

or

set -e RCX_PORT B

nqc -d foo.nqc

If you choose the second option, the set command only needs to be executed once per MPW session - adding it to a Startup file will make life simpler.


Help, RcxCC/MacNQC/NQC can't communicate with my RCX!

In most cases, problems like this boil down to a configuration issue, bad cable, or dead battery. Here are some troubleshooting tips.

If the program says it cannot open the serial port, then this is almost certainly a configuration problem. For MacNQC, make sure you have a valid serial port selected in the Preferences dialog box. For NQC, make sure you have specified the appropriate serial port name (default is modem port, "B" is the printer port, see above for USB based macs). For RcxCC, I suggest trying once with auto-detection, and if that fails, then manually set the serial port in the RcxCC program.

If the program reports that it cannot communicate with the IR device, then either the program is talking to the wrong serial port (see the previous item), or there's a problem with the cable and/or battery. Make sure you have a fresh 9v battery installed in the IR tower, and if possible use the cable supplied by Lego.

If the program reports that it cannot communicate with the RCX, then communication with the IR tower is probably OK, and the problem is between the tower and the RCX.

  • Certain light sources (bright sunlight, certain projection TVs) can cause interference...try using a towel or other item to shield the IR tower and RCX from other light.
  • The tower and RCX should be about 6 inches apart. Tty the switch on the front of the tower in both positions - some people report better success with "near" mode, and some with "far" mode.
  • Make sure you have firmware downloaded into the RCX. If the display only shows "1" on it, then firmware isn't installed yet...download the firmware using the Lego software or the -firmware option for NQC (the firmware itself must be copied from the Lego CD or downloaded from www.legomindstorms.com). Once the firmware is installed you should see something like "00.00 1" on the display.

If you have a terminal program (e.g. HyperTerminal for Windows, Zterm for the Mac), then you can check the IR tower directly. Open up a session to the appropriate serial port at 2400 baud, 1 stop bit, odd parity, and 8 data bits. Turn off local echo. Start typing a few characters. A green LED on the front of the IR tower should light up, and the characters you typed should be echoed back to the screen (with an occasional mistake depending on how much interference there is).

If you are using the command line version of NQC, then you can have it log any serial communication. This is helpful in trying to isolate where communication is failing. A good general-purpose test is

nqc -v -raw 10

Please include the output of this test in any e-mail to me regarding IR communication problems.


How do I use my computer IR port with the RCX?

You can't. At least not easily.

Most computers use the IrDA protocols for IR communication. The RCX uses a proprietary protocol developed by Lego for communication. Quite simply, these protocols are incompatable.

What about IrCom? Doesn't that let me use the IR port as a regular serial port?

Yes and no. From an application's point of view, IrCom looks like a serial port (complete with hardware handshaking and control lines). However, the IrCom layer actually resides on top of normal IrDA communication, so what appears to the application to be async serial communication, is in fact a bunch of IrDA packets getting sent back and forth. Since the RCX doesn't understand IrDA packets, it can't understand IrCom either.

What if I access the hardware directly?

Even if you bypassed the IrDA protocol stacks on the computer and somehow managed to control the hardware directly (a task that is likely to be different for different computer vendors), it still may not be possible. The Lego protocols encode bits using a 38kHz carrier frequency. This frequency is generated an filtered in hardware. IrDA doesn't really use a carrier frequency, and the actual specs on bit times provide a lot of lattitued to device manufacturers. As a result, it is difficult to get generic IrDA hardware to generate the required 38kHz carrier reliably. Filtering the recieve side is even more problematic.

I would hesitate to say that this problem is "impossible" to solve, but people have been asking about this for over a year, and to my knowledge no general solution has emerged. There are, however, specialized solutions for specific pieces of hardware (usually PDAs or other handled devices such as a Palm III).


How can I get the USB IR tower to work under Win XP?

There appear to be some timing related difficulties when using NQC with the USB tower under Windows XP.  If you are having difficulty downloading programs, open the LEGO USB Tower control panel, select the Advanced Tab, and set the Read Timeout to 300 msec.  This generally fixes the problem.


Why doesn't NQC use the Spirit OCX?

The Spirit OCX is only available on the PC. My personal preference is to use a Macintosh, so I needed to have a platform independent means for communicating with the RCX.


Does NQC Support Vision Command?

Vision command programs run in two places...all of the image processing software runs on the PC, then sends messages to a program running on the RCX. The messages that are sent are ordinary RCX messages, and by using Message() and ClearMessage(), NQC programs can respond to them. Mike Gasperi calls this "Using Vision Command as a Smart Sensor".

Note that I have never tried this myself (Vision Command doesn't run on Mac), so I can't really help if things don't work as expected.


What computers/tools/etc do you use to develop NQC?

All of the NQC development takes place on my Macintosh PowerBook. I use Metrowerks CodeWarrior to write and debug the code as a Macintosh application.

The Code Warrior project also has targets to build the MPW version of NQC as well as the Win32 version. Regression tests on the compiler are done on the PPC version of the MPW tool (via a couple of MPW scripts and a bunch of sample programs). Some minimal testing of the Win32 version is done from within Virtual PC - I just make sure that the build went fine and that the serial port works since that is really the only code custom to Win32.

For the source release, I boot into Mac OS X, copy over the NQC source tree and build it (using make, gcc, etc). A simple test (again just to make sure the serial port code for Unix is working) is performed. I then use a shell script to create a source release tree, strip out any unwanted binaries, and package the entire thing up as a .tar.gz. Recently, I've also been packaging up a Mac OS X binary version.

So there you have it...development for Mac, Windows, and Unix all done on my trusty PowerBook.


 [Home]  
nqc-3.1.4-linux.patch: --- NEW FILE nqc-3.1.4-linux.patch --- diff -P -r -U 5 nqc-3.1.r4.orig/compiler/Error.h nqc-3.1.r4/compiler/Error.h --- nqc-3.1.r4.orig/compiler/Error.h 2005-03-16 10:52:44.000000000 -0700 +++ nqc-3.1.r4/compiler/Error.h 2006-08-19 17:53:56.000000000 -0600 @@ -115,26 +115,26 @@ enum { kMaxErrorMsg = 256 }; - Error(ErrorCode code, int data=0) : fCode(code), fData(data) {} - Error(ErrorCode code, const char *s) : fCode(code), fData((int)s) {} + Error(ErrorCode code, long int data=0) : fCode(code), fData(data) {} + Error(ErrorCode code, const char *s) : fCode(code), fData((long int)s) {} // raising errors void Raise(const LexLocation *loc) const; // raise error at specified location void RaiseLex() const; // raise error at current lex location // useful for error handlers ErrorCode GetCode() const { return fCode; } - int GetData() const { return fData; } + long int GetData() const { return fData; } bool IsWarning() const; void SPrint(char *str) const; private: ErrorCode fCode; - int fData; + long int fData; }; class ErrorHandler { diff -P -r -U 5 nqc-3.1.r4.orig/Makefile nqc-3.1.r4/Makefile --- nqc-3.1.r4.orig/Makefile 2005-03-16 10:49:40.000000000 -0700 +++ nqc-3.1.r4/Makefile 2006-08-19 17:50:54.000000000 -0600 @@ -84,11 +84,11 @@ CXX = c++ else ifneq (,$(strip $(findstring $(OSTYPE), Linux))) # Linux # uncomment this next line if you have the USB tower library installed -# USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o + USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated else ifneq (,$(findstring $(OSTYPE), SunOS)) # Solaris CFLAGS += -DSOLARIS diff -P -r -U 5 nqc-3.1.r4.orig/rcxlib/LegoUSB/legousbtower.h nqc-3.1.r4/rcxlib/LegoUSB/legousbtower.h --- nqc-3.1.r4.orig/rcxlib/LegoUSB/legousbtower.h 1969-12-31 17:00:00.000000000 -0700 +++ nqc-3.1.r4/rcxlib/LegoUSB/legousbtower.h 2006-08-19 17:55:50.000000000 -0600 @@ -0,0 +1,52 @@ +/* + * legousbtower Lego USB IR Tower Linux Driver + * + * Copyright (c) 2001-2002 The LegoUSB DevTeam + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + */ + +#ifndef __LEGOUSBTOWER_H +#define __LEGOUSBTOWER_H + +#define LEGO_TOWER_SET_PARAM _IOW('u', 0xb0, int) +#define LEGO_TOWER_GET_PARAM _IOW('u', 0xb1, int) +#define LEGO_TOWER_RESET _IO('u', 0xb3) + + +#define LEGO_TOWER_SET_READ_TIMEOUT _IOW('u', 0xc8, int) +#define LEGO_TOWER_SET_WRITE_TIMEOUT _IOW('u', 0xc9, int) + + +#define LEGO_USB_TOWER_REQUEST_GET 1 +#define LEGO_USB_TOWER_REQUEST_SET 2 +#define LEGO_USB_TOWER_REQUEST_RESET 4 + + +#define LEGO_USB_TOWER_ADDRESS_MODE 1 +#define LEGO_USB_TOWER_ADDRESS_POWER_LEVEL 2 + +#define LEGO_USB_TOWER_POWER_LEVEL_LOW 1 +#define LEGO_USB_TOWER_POWER_LEVEL_MEDIUM 2 +#define LEGO_USB_TOWER_POWER_LEVEL_HIGH 3 + +#define LEGO_USB_TOWER_MODE_VLL 1 +#define LEGO_USB_TOWER_MODE_RCX 2 + + + +struct request_reply +{ + unsigned short length; + unsigned char error_code; + unsigned char value; + unsigned char buffer[16]; // variable replies from the tower + // at this stage we aren't interested in the data +}; + +#endif diff -P -r -U 5 nqc-3.1.r4.orig/rcxlib/RCX_USBTowerPipe_linux.cpp nqc-3.1.r4/rcxlib/RCX_USBTowerPipe_linux.cpp --- nqc-3.1.r4.orig/rcxlib/RCX_USBTowerPipe_linux.cpp 2005-08-08 09:21:07.000000000 -0600 +++ nqc-3.1.r4/rcxlib/RCX_USBTowerPipe_linux.cpp 2006-08-19 17:49:35.000000000 -0600 @@ -57,11 +57,11 @@ RCX_Pipe* RCX_NewUSBTowerPipe() { return new RCX_USBTowerPipe_linux(); } -#define DEFAULT_TOWER_NAME "/dev/usb/lego0" +#define DEFAULT_TOWER_NAME "/dev/legousbtower0" RCX_Result RCX_USBTowerPipe_linux::Open(const char *name, int mode) { // if (name == 0 || *name==0) { --- NEW FILE nqc.spec --- Name: nqc Version: 3.1.4 Release: 2%{?dist} Summary: Not Quite C compiler Group: Development/Languages License: MPL URL: http://bricxcc.sourceforge.net/nqc/ Source0: http://bricxcc.sourceforge.net/nqc/release/nqc-3.1.r4.tgz Source1: 60-legousbtower.rules Source2: http://bricxcc.sourceforge.net/nqc/doc/faq.html Source3: http://bricxcc.sourceforge.net/nqc/doc/NQC_Manual.pdf Source4: http://bricxcc.sourceforge.net/nqc/doc/NQC_Guide.pdf Patch0: nqc-3.1.4-linux.patch BuildRequires: flex >= 2.5 Requires(pre): %{_sbindir}/groupadd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Not Quite C is a simple language with a C-like syntax that can be used to program Lego's RCX programmable brick (from the Mindstorms set). %prep %setup -q -n nqc-3.1.r4 %patch0 -p1 for i in %{SOURCE2} %{SOURCE3} %{SOURCE4}; do cp $i . done # This piece of software seems to come from the Dark Side. Fix permissions and # line endings. find -type f -exec chmod 644 {} \; -exec perl -pi -e 's/\r\n/\n/g' {} \; %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install PREFIX=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man1 %{__rm} %{buildroot}%{_bindir}/mkdata %{__install} -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/60-legousbtower.rules %clean %{__rm} -rf %{buildroot} %pre if [ $1 -eq 1 ]; then %{_sbindir}/groupadd -f -r lego &>/dev/null || : fi %files %defattr(-,root,root,-) %{_bindir}/nqc %{_mandir}/man1/nqc.1.gz %{_sysconfdir}/udev/rules.d/60-legousbtower.rules %doc readme.txt scout.txt history.txt LICENSE test.nqc %doc faq.html NQC_Manual.pdf NQC_Guide.pdf %changelog * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-2 - Removed groupdel lego - Added faq, manual and guide docs - Added flex BuildRequires and groupadd Requires(pre) - Added -f option to groupadd (success if group exists) * Sat Aug 19 2006 Rick L Vinyard Jr - 3.1.4-1 - Removed alpha from version - Changed make, rm and RPMBUILDROOT to macro forms - Removed x86_64 exclude arch - Added x86_64 + usb build patch - Added lego group - Added udev legousbtower rules * Fri Mar 17 2006 Simon Perreault - 3.1.r4-2 - Exclude x86_64: doesn't build and fix isn't trivial. * Sat Mar 11 2006 Simon Perreault - 3.1.r4-1 - Initial release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:07:18 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1,3 @@ +NQC_Guide.pdf +NQC_Manual.pdf +nqc-3.1.r4.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:07:18 -0000 1.1 +++ sources 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1,3 @@ +9fcb55ef19750fd2f5519e45cfe6a8fa NQC_Guide.pdf +8a03d3a0099e4ebdb76a8c8cacc76e0a NQC_Manual.pdf +f7868445a25615ad82e6e63bf16aef3c nqc-3.1.r4.tgz From fedora-extras-commits at redhat.com Sun Aug 20 19:11:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 12:11:12 -0700 Subject: rpms/obby/devel .cvsignore, 1.7, 1.8 obby.spec, 1.21, 1.22 sources, 1.7, 1.8 Message-ID: <200608201911.k7KJBESj027532@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27511 Modified Files: .cvsignore obby.spec sources Log Message: * Sun Aug 20 2006 Luke Macken - 0.4.0-7.rc4 - 0.4.0rc4 - Enable IPv6 - Remove obby-0.4.0rc3-localefix.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 04:35:30 -0000 1.7 +++ .cvsignore 20 Aug 2006 19:11:12 -0000 1.8 @@ -1 +1 @@ -obby-0.4.0rc3.tar.gz +obby-0.4.0rc4.tar.gz Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- obby.spec 9 Aug 2006 04:49:08 -0000 1.21 +++ obby.spec 20 Aug 2006 19:11:12 -0000 1.22 @@ -1,15 +1,14 @@ -%define _rc rc3 +%define _rc rc4 Name: obby Version: 0.4.0 -Release: 6.%{_rc}%{?dist} +Release: 7.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries License: GPL URL: http://releases.0x539.de/obby Source0: http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: net6-devel, gmp-devel, gettext-devel @@ -33,11 +32,10 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 -b .localedir %build -%configure --disable-static +%configure --disable-static --enable-ipv6 make %{?_smp_mflags} @@ -69,6 +67,11 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-7.rc4 +- 0.4.0rc4 +- Enable IPv6 +- Remove obby-0.4.0rc3-localefix.patch + * Wed Aug 9 2006 Luke Macken - 0.4.0-6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/obby/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 04:35:30 -0000 1.7 +++ sources 20 Aug 2006 19:11:12 -0000 1.8 @@ -1 +1 @@ -3b7be72db362c7180aa8d888b4d320dd obby-0.4.0rc3.tar.gz +10ad67e9c7aea733c66359108db56379 obby-0.4.0rc4.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:12:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:12:13 -0700 Subject: owners owners.list,1.1432,1.1433 Message-ID: <200608201912.k7KJCFnm027593@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576 Modified Files: owners.list Log Message: Added nqc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1432 retrieving revision 1.1433 diff -u -r1.1432 -r1.1433 --- owners.list 20 Aug 2006 09:58:12 -0000 1.1432 +++ owners.list 20 Aug 2006 19:12:12 -0000 1.1433 @@ -1006,6 +1006,7 @@ Fedora Extras|nomarch|GPLed Arc de-archiver|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|notecase|A hierarchical note manager|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info +Fedora Extras|nqc|Not Quite C compiler for Lego's RCX bricks|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:25:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:25:36 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.11,1.12 Message-ID: <200608201925.k7KJPalA027685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27667 Modified Files: rpmdevtools.spec Log Message: 5.0. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rpmdevtools.spec 20 Aug 2006 19:08:09 -0000 1.11 +++ rpmdevtools.spec 20 Aug 2006 19:25:33 -0000 1.12 @@ -111,7 +111,7 @@ %changelog -* Sun Aug 20 2006 Ville Skytt?? +* Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. From fedora-extras-commits at redhat.com Sun Aug 20 19:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:28:30 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.12,1.13 Message-ID: <200608201928.k7KJSUrL027714@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27696 Modified Files: rpmdevtools.spec Log Message: Fix version in Provides: fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpmdevtools.spec 20 Aug 2006 19:25:33 -0000 1.12 +++ rpmdevtools.spec 20 Aug 2006 19:28:27 -0000 1.13 @@ -16,7 +16,7 @@ BuildArch: noarch Provides: spectool = %{spectool_version} -Provides: fedora-rpmdevtools = %{name}-%{version} +Provides: fedora-rpmdevtools = %{version} Obsoletes: fedora-rpmdevtools < 5.0 # Required for tool operations Requires: rpm-python, python, cpio, sed, perl, wget, file From fedora-extras-commits at redhat.com Sun Aug 20 19:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:12 -0700 Subject: rpms/rpmdevtools - New directory Message-ID: <200608201934.k7KJYEF5027821@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27800/rpmdevtools Log Message: Directory /cvs/extras/rpms/rpmdevtools added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:34:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:13 -0700 Subject: rpms/rpmdevtools/devel - New directory Message-ID: <200608201934.k7KJYFbM027824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27800/rpmdevtools/devel Log Message: Directory /cvs/extras/rpms/rpmdevtools/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:35 -0700 Subject: rpms/rpmdevtools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201934.k7KJYbGK027883@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27850 Added Files: Makefile import.log Log Message: Setup of module rpmdevtools --- NEW FILE Makefile --- # Top level Makefile for module rpmdevtools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:34:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:36 -0700 Subject: rpms/rpmdevtools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201934.k7KJYcoh027886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27850/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module rpmdevtools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:52 -0700 Subject: owners owners.list,1.1433,1.1434 Message-ID: <200608201934.k7KJYsSs027920@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27899 Modified Files: owners.list Log Message: +rpmdevtools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1433 retrieving revision 1.1434 diff -u -r1.1433 -r1.1434 --- owners.list 20 Aug 2006 19:12:12 -0000 1.1433 +++ owners.list 20 Aug 2006 19:34:52 -0000 1.1434 @@ -1740,6 +1740,7 @@ Fedora Extras|rootsh|Shell wrapper for auditing|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rosegarden4|MIDI, audio and notation editor|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|roundup|Simple and flexible issue-tracking system|redhat at flyn.org|extras-qa at fedoraproject.org| +Fedora Extras|rpmdevtools|RPM Development Tools|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|rpmDirectoryCheck|Tool to detect some RPM packaging errors|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|rpmlint|RPM correctness checker|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|rpmproc|Perl script to help manage and build RPM packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:35:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:35:14 -0700 Subject: rpms/rpmdevtools import.log,1.1,1.2 Message-ID: <200608201935.k7KJZG1Q027972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27939 Modified Files: import.log Log Message: auto-import rpmdevtools-5.0-1 on branch devel from rpmdevtools-5.0-1.src.rpm Initial import; renamed from fedora-rpmdevtools. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:34:35 -0000 1.1 +++ import.log 20 Aug 2006 19:35:14 -0000 1.2 @@ -0,0 +1 @@ +rpmdevtools-5_0-1:HEAD:rpmdevtools-5.0-1.src.rpm:1156102505 From fedora-extras-commits at redhat.com Sun Aug 20 19:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:35:15 -0700 Subject: rpms/rpmdevtools/devel rpmdevtools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201935.k7KJZHR3027977@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27939/devel Modified Files: .cvsignore sources Added Files: rpmdevtools.spec Log Message: auto-import rpmdevtools-5.0-1 on branch devel from rpmdevtools-5.0-1.src.rpm Initial import; renamed from fedora-rpmdevtools. --- NEW FILE rpmdevtools.spec --- %define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d %define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d %define spectool_version 1.0.7 Name: rpmdevtools Version: 5.0 Release: 1%{?dist} Summary: RPM Development Tools Group: Development/Tools License: GPL URL: http://fedora.redhat.com/ Source0: %{name}-%{version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Provides: spectool = %{spectool_version} Provides: fedora-rpmdevtools = %{version} Obsoletes: fedora-rpmdevtools < 5.0 # Required for tool operations Requires: rpm-python, python, cpio, sed, perl, wget, file # Minimal RPM build requirements Requires: rpm-build, gcc, gcc-c++, redhat-rpm-config, make, tar, patch Requires: diffutils, gzip, bzip2, unzip %description This package contains scripts and (X)Emacs support files to aid in development of RPM packages. rpmdev-setuptree Create RPM build tree within user's home directory rpmdev-diff Diff contents of two archives rpmdev-newspec Creates new .spec from template rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs rpmdev-checksig Check package signatures using alternate RPM keyring rpminfo Print information about executables and libraries rpmdev-md5 Display the md5sum of all files in an RPM rpmdev-vercmp RPM version comparison checker spectool Expand and download sources and patches in specfiles rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree rpmdev-extract Extract various archives, "tar xvf" style %prep %setup -q -a 1 cp -p spectool*/README README.spectool %build %configure --libdir=%{_prefix}/lib make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -pm 755 spectool*/spectool $RPM_BUILD_ROOT%{_bindir} for dir in %{emacs_sitestart_d} %{xemacs_sitestart_d} ; do install -dm 755 $RPM_BUILD_ROOT$dir ln -s %{_datadir}/rpmdevtools/rpmdev-init.el $RPM_BUILD_ROOT$dir touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc done # Backwards compatibility symlinks ln -s rpmdev-checksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig ln -s rpmdev-diff $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive ln -s rpmdev-extract $RPM_BUILD_ROOT%{_bindir}/fedora-extract ln -s rpmdev-md5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 ln -s rpmdev-newspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec ln -s rpmdev-rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms ln -s rpmdev-setuptree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree ln -s rpmdev-vercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo %check make check %clean rm -rf $RPM_BUILD_ROOT %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : %triggerin -- xemacs-common [ -d %{xemacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{xemacs_sitestart_d} || : %triggerun -- emacs-common [ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdev-init.el* || : %triggerun -- xemacs-common [ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdev-init.el* || : %files %defattr(-,root,root,-) %doc COPYING README* %config(noreplace) %{_sysconfdir}/rpmdevtools/ %{_datadir}/rpmdevtools/ %{_bindir}/* %{_prefix}/lib/rpm/check-* %ghost %{_datadir}/*emacs %{_mandir}/man?/*.* %changelog * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). - Don't assume compface is a devel package in rmdevelrpms. * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl spec template. * Wed Jul 19 2006 Ville Skytt?? - Move option arguments to "find" before non-option ones in Perl spec template. - Drop python-abi dependency from Python spec template (#189947). * Tue Jul 18 2006 Ville Skytt?? - Add PHP PEAR spec template (#198706, Christopher Stone). * Mon Jul 17 2006 Ville Skytt?? - Drop fedora- prefix everywhere, add backcompat symlinks for execubtables. - Move %%{_sysconfdir}/fedora to %%{_sysconfdir}/rpmdevtools and %%{_datadir}/fedora to %%{_datadir}/rpmdevtools. - Move spec templates to %%{_sysconfdir}/rpmdevtools, mark as config. - Bump version to 5.0. * Sun Jul 16 2006 Ville Skytt?? - Drop fedora-kmodhelper. - Drop fedora-installdevkeys and GPG keys, modify rpmchecksig to use the system rpmdb. * Sat Jul 15 2006 Ville Skytt?? - Sort rmdevelrpms' output. * Fri Jul 7 2006 Ville Skytt?? - Improve ruby spec template (#180066, David Lutterkort). * Mon Jun 5 2006 Ville Skytt?? - Add manual pages for rmdevelrpms, diffarchive and extract. - Trim pre-2005 changelog entries. - Autotoolize source tree. * Tue May 16 2006 Ville Skytt?? - 1.6-1 - Add spec template for library packages (#185606, Ignacio Vazquez-Abrams). * Sun Feb 26 2006 Ville Skytt?? - 1.5-1 - Improve diffarchive and extract error messages. * Fri Feb 24 2006 Ville Skytt?? - Update spectool to 1.0.7 (#162253). * Thu Feb 9 2006 Ville Skytt?? - Add file(1) based archive type detection to fedora-extract. * Wed Feb 8 2006 Ville Skytt?? - Add "diff file lists only" option to diffarchive. * Sun Feb 5 2006 Ville Skytt?? - Add Ruby spec template (#180066, Oliver Andrich) and make newrpmspec use it for ruby-*. * Sat Feb 4 2006 Ville Skytt?? - 1.4-2 - Fix rpath checker tests with bash 3.1 (#178636, Enrico Scholz). * Fri Dec 30 2005 Ville Skytt?? - 1.4-1 - Update spectool to 1.0.6 (#176521). * Wed Dec 28 2005 Ville Skytt?? - Update spectool to 1.0.5 (#162253), require wget for it. - Add disttags to spec templates. * Thu Oct 27 2005 Ville Skytt?? - 1.3-1 - check-rpaths-worker: detect when RPATH references the parent directory of an absolute path (#169298, Enrico Scholz). - Add regression test for check-rpaths* (#169298, Enrico Scholz). - Honor user's indent-tabs-mode setting in fedora-init.el (#170902). * Fri Oct 7 2005 Ville Skytt?? - 1.2-1 - check-buildroot: grep for buildroot as a fixed string, not a regexp. - Update FSF's address in copyright notices. - check-rpaths-worker: allow multiple $ORIGIN paths in an RPATH and allow RPATHs which are relative to $ORIGIN (#169298, Enrico Scholz). - check-rpaths-worker: give out an hint about usage and the detected issues at the first detected error (Enrico Scholz). - Remove some redundancy from the Perl spec template. - Teach fedora-newrpmspec to detect and use different specfile variants. - Use fedora-newrpmspec in fedora-init.el. * Fri Jul 8 2005 Ville Skytt?? - 1.1-1 - Drop more pre-FC2 compat stuff from Perl spec template. - Treat gcc-gfortran as a devel package in rmdevelrpms. - Drop fedora.us GPG key. * Thu Mar 24 2005 Ville Skytt?? - 1.0-1 - Make fedora-diffarchive work better with archives containing dirs without read/execute permissions. - Sync "Epoch: 0" drops with Fedora Extras CVS. - Include Nils Philippsen's spectool. - Own (%%ghost'd) more dirs from the site-lisp dir hierarchies. - Drop trigger support pre-FC2 Emacs and XEmacs packages. - Drop rpm-spec-mode.el patch, no longer needed for FC2 Emacs and later. - Update URLs. - Drop developer GPG keys from the package, add Fedora Extras key. - Drop fedora-pkgannfmt, it's no longer relevant. - Remove pre-FC2 compatibility stuff from Perl spec template. - Don't try to remove gcc-java and related packages by default in rmdevelrpms. - Remove "full featured" spec template, convert newrpmspec to use -minimal. * Sun Feb 6 2005 Ville Skytt?? - 0:0.3.1-1 - Make buildrpmtree and wipebuildtree less dependent on a specific configuration (#147014, Ignacio Vazquez-Abrams). * Tue Jan 18 2005 Ville Skytt?? - 0:0.3.0-1 - Remove 0.fdr. prefixes and epoch 0's from all spec templates. - Add try-restart action to init script template. - Remove deprecated fedora-diffrpm and fedora-unrpm. - Install check-* to %%{_prefix}/lib/rpm instead of %%{_libdir}/rpm (bug 2351). - Check both %%{_prefix}/lib and %%{_prefix}/lib64 in the xemacs trigger. - Update rpminfo to 2004-07-07-01 and include it in the tarball. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:34:36 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:35:15 -0000 1.2 @@ -0,0 +1,2 @@ +rpmdevtools-5.0.tar.bz2 +spectool-1.0.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:34:36 -0000 1.1 +++ sources 20 Aug 2006 19:35:15 -0000 1.2 @@ -0,0 +1,2 @@ +d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 +e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 19:39:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:39:00 -0700 Subject: rpms/fedora-rpmdevtools/devel dead.package, NONE, 1.1 .cvsignore, 1.13, NONE Makefile, 1.2, NONE fedora-rpmdevtools.spec, 1.17, NONE sources, 1.13, NONE Message-ID: <200608201939.k7KJd2h7028112@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28094 Added Files: dead.package Removed Files: .cvsignore Makefile fedora-rpmdevtools.spec sources Log Message: Renamed to rpmdevtools. --- NEW FILE dead.package --- Renamed to rpmdevtools. --- .cvsignore DELETED --- --- Makefile DELETED --- --- fedora-rpmdevtools.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 19:42:11 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:11 -0700 Subject: rpms/sjasm - New directory Message-ID: <200608201942.k7KJgDJ6028188@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/sjasm Log Message: Directory /cvs/extras/rpms/sjasm added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:42:12 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:12 -0700 Subject: rpms/sjasm/devel - New directory Message-ID: <200608201942.k7KJgEB5028191@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/sjasm/devel Log Message: Directory /cvs/extras/rpms/sjasm/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:42:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:37 -0700 Subject: rpms/sjasm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201942.k7KJgd4S028240@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28212 Added Files: Makefile import.log Log Message: Setup of module sjasm --- NEW FILE Makefile --- # Top level Makefile for module sjasm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:42:38 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:38 -0700 Subject: rpms/sjasm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201942.k7KJgeTO028243@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28212/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module sjasm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:43:46 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:43:46 -0700 Subject: rpms/sjasm import.log,1.1,1.2 Message-ID: <200608201943.k7KJhmSj028321@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28286 Modified Files: import.log Log Message: auto-import sjasm-0.39-0.3.g1 on branch devel from sjasm-0.39-0.3.g1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sjasm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:42:37 -0000 1.1 +++ import.log 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +sjasm-0_39-0_3_g1:HEAD:sjasm-0.39-0.3.g1.src.rpm:1156110206 From fedora-extras-commits at redhat.com Sun Aug 20 19:43:47 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:43:47 -0700 Subject: rpms/sjasm/devel sjasm-0.39-64bitfix.patch, NONE, 1.1 sjasm-0.39-fixmakefile.patch, NONE, 1.1 sjasm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201943.k7KJhn9K028330@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28286/devel Modified Files: .cvsignore sources Added Files: sjasm-0.39-64bitfix.patch sjasm-0.39-fixmakefile.patch sjasm.spec Log Message: auto-import sjasm-0.39-0.3.g1 on branch devel from sjasm-0.39-0.3.g1.src.rpm sjasm-0.39-64bitfix.patch: --- NEW FILE sjasm-0.39-64bitfix.patch --- --- sjasmsrc039g1/loose.cpp.orig 2006-04-12 13:33:00.000000000 +0100 +++ sjasmsrc039g1/loose.cpp 2006-08-12 17:01:29.000000000 +0100 @@ -49,7 +49,7 @@ *ach=f; } fp=fopen(nieuwzp,"r"); if (fp) fclose(fp); - return (int)fp; + return (long)fp; } #endif sjasm-0.39-fixmakefile.patch: --- NEW FILE sjasm-0.39-fixmakefile.patch --- --- sjasmsrc039g1/Makefile.orig 2004-04-09 16:14:00.000000000 +0100 +++ sjasmsrc039g1/Makefile 2006-08-11 01:38:57.000000000 +0100 @@ -8,7 +8,8 @@ TARGETS = sjasm$(EXTENSION) OBJECTS = direct.o loose.o parser.o piz80.o reader.o sjasm.o sjio.o tables.o -BINDIR = /usr/local/bin +BINDIR = /usr/bin +DESTDIR = CXXFLAGS = -Wall -O2 ifneq ($(ISMINGW),) @@ -25,14 +26,14 @@ sjasm$(EXTENSION): $(DEPDIR) $(OBJECTS) g++ $(LDFLAGS) -o $@ $(OBJECTS) - strip $@ clean: $(RM) $(OBJECTS) $(TARGETS) $(RM) -r $(DEPDIR) install: all - cp -f $(TARGETS) $(BINDIR) + mkdir -p $(DESTDIR)/usr/bin + cp -f $(TARGETS) $(DESTDIR)/usr/bin %.o : %.cpp $(CXX) -Wp,-MD,$(DEPFILE).d $(CXXFLAGS) -c -o $@ $< --- NEW FILE sjasm.spec --- Name: sjasm Version: 0.39 Release: 0.3.g1%{?dist} Summary: A z80 cross assembler Group: Development/Languages License: Artistic URL: http://www.xl2s.tk Source0: http://home.planet.nl/~realfun/%{name}39g1.zip Patch0: sjasm-0.39-fixmakefile.patch Patch1: sjasm-0.39-64bitfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description SjASM is a two pass macro Z80 cross assembler %prep %setup -qcn %{name}-%{version} %patch0 -p0 %patch1 -p0 sed -i 's/\r//' sjasm.txt %build make -C sjasmsrc039g1 %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -DMAX_PATH=MAXPATHLEN" %install rm -rf %{buildroot} make -C sjasmsrc039g1 install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/%{name} %doc sjasm.txt %changelog * Sun Aug 20 2006 Ian Chapman 0.39-0.3.g1%{?dist} - Bump release in preparation for FE migration * Sat Aug 12 2006 Ian Chapman 0.39-0.2.g1%{?dist} - Added patch for compiling on 64bit systems * Fri Aug 11 2006 Ian Chapman 0.39-0.1.g1%{?dist} - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:42:37 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +sjasm39g1.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:42:37 -0000 1.1 +++ sources 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +7776b4adb40ec6b5f772bfa700ef905a sjasm39g1.zip From fedora-extras-commits at redhat.com Sun Aug 20 19:45:53 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:45:53 -0700 Subject: owners owners.list,1.1434,1.1435 Message-ID: <200608201945.k7KJjtid028494@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28436 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1434 retrieving revision 1.1435 diff -u -r1.1434 -r1.1435 --- owners.list 20 Aug 2006 19:34:52 -0000 1.1434 +++ owners.list 20 Aug 2006 19:45:53 -0000 1.1435 @@ -1811,6 +1811,7 @@ Fedora Extras|silky|Silky is an easy-to-use graphical SILC client|toniw at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|SIMVoleon|Volume rendering library for Coin|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|sirius|Othello for Gnome|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|sjasm|A z80 cross assembler|packages at amiga-hardware.com|extras-qa at fedoraproject.org| Fedora Extras|skencil|A vector drawing program|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|skkdic|Japanese dictionaries for skk input|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|skstream|C++ I/O library for WorldForge clients/servers|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:47:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 12:47:14 -0700 Subject: rpms/gobby/devel .cvsignore, 1.7, 1.8 gobby.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200608201947.k7KJlGk6028707@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28664 Modified Files: .cvsignore gobby.spec sources Log Message: * Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 - 0.4.0rc4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 04:53:38 -0000 1.7 +++ .cvsignore 20 Aug 2006 19:47:13 -0000 1.8 @@ -1 +1 @@ -gobby-0.4.0rc3.tar.gz +gobby-0.4.0rc4.tar.gz Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gobby.spec 9 Aug 2006 04:53:38 -0000 1.15 +++ gobby.spec 20 Aug 2006 19:47:13 -0000 1.16 @@ -1,8 +1,8 @@ -%define _rc rc3 +%define _rc rc4 Name: gobby Version: 0.4.0 -Release: 7.%{_rc}%{?dist} +Release: 8.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -70,6 +70,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 +- 0.4.0rc4 + * Wed Aug 9 2006 Luke Macken - 0.4.0-7.rc3 - 0.4.0rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 04:53:38 -0000 1.7 +++ sources 20 Aug 2006 19:47:13 -0000 1.8 @@ -1 +1 @@ -3e0ec337d556f6afb957af5513dbb3cf gobby-0.4.0rc3.tar.gz +d8c8e682afcbc69e9390a3e4c5c0501a gobby-0.4.0rc4.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:49:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:49:28 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.2,1.3 Message-ID: <200608201949.k7KJnU7t029077@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29033 Modified Files: cairomm.spec Log Message: New release Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cairomm.spec 4 Aug 2006 03:53:21 -0000 1.2 +++ cairomm.spec 20 Aug 2006 19:49:28 -0000 1.3 @@ -1,16 +1,18 @@ -Summary: This library provides a C++ interface to cairo +Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.1.10 +Version: 1.2.0 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries -Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz +Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cairo-devel >= 1.2.0 pkgconfig %description -This library provides a C++ interface to cairo. +Cairomm is the C++ API for the cairo graphics library. It offers all the power +of cairo with an interface familiar to C++ developers, including use of the +Standard Template Library where it makes sense. %package devel Summary: Headers for developing programs that will use %{name} @@ -55,6 +57,10 @@ %doc ChangeLog reference %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-1 +- New upstream release +- Updated summary and description + * Thu Aug 3 2006 Rick L Vinyard Jr - 1.1.10-1 - First release for cairo 1.2 - Adjusted cairo dependencies for new version From fedora-extras-commits at redhat.com Sun Aug 20 19:51:06 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:51:06 -0700 Subject: rpms/cairomm/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608201951.k7KJp8AZ029220@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29201 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Aug 2006 03:53:21 -0000 1.3 +++ .cvsignore 20 Aug 2006 19:51:06 -0000 1.4 @@ -1 +1 @@ -cairomm-1.1.10.tar.gz +cairomm-1.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Aug 2006 03:53:21 -0000 1.3 +++ sources 20 Aug 2006 19:51:06 -0000 1.4 @@ -1 +1 @@ -b418d2e22c02f6890b76354488f13447 cairomm-1.1.10.tar.gz +ee326b8e7cb7eeb843fa56412eb162de cairomm-1.2.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:56:51 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:56:51 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.3,1.4 Message-ID: <200608201956.k7KJurZ7029275@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29258 Modified Files: cairomm.spec Log Message: Bumped release for make tag Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cairomm.spec 20 Aug 2006 19:49:28 -0000 1.3 +++ cairomm.spec 20 Aug 2006 19:56:51 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -57,6 +57,9 @@ %doc ChangeLog reference %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-2 +- Bumped release for make tag + * Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-1 - New upstream release - Updated summary and description From fedora-extras-commits at redhat.com Sun Aug 20 20:18:44 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 13:18:44 -0700 Subject: comps comps-fe5.xml.in,1.107,1.108 comps-fe6.xml.in,1.104,1.105 Message-ID: <200608202018.k7KKIkqL032087@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32068 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added clips*, nqc, bitgtkmm-devel and cairomm-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- comps-fe5.xml.in 20 Aug 2006 18:24:32 -0000 1.107 +++ comps-fe5.xml.in 20 Aug 2006 20:18:44 -0000 1.108 @@ -34,6 +34,9 @@ bzr ccache clisp + clips + clips-doc + clips-xclips cmake cogito colordiff @@ -66,6 +69,7 @@ mercurial mock monotone + nqc ocaml pl plt-scheme @@ -211,6 +215,8 @@ anjuta anjuta-docs at-poke + bitgtkmm-devel + cairomm-devel gazpacho gconfmm26-devel glibmm24-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- comps-fe6.xml.in 20 Aug 2006 18:24:32 -0000 1.104 +++ comps-fe6.xml.in 20 Aug 2006 20:18:44 -0000 1.105 @@ -35,6 +35,9 @@ bigloo bzr ccache + clips + clips-doc + clips-xclips clisp cmake cogito @@ -75,6 +78,7 @@ mercurial mock monotone + nqc ocaml perltidy pgadmin3 @@ -233,6 +237,8 @@ anjuta anjuta-docs at-poke + bitgtkmm-devel + cairomm-devel gazpacho gconfmm26-devel glibmm24-devel From fedora-extras-commits at redhat.com Sun Aug 20 20:36:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 13:36:46 -0700 Subject: rpms/gobby/devel gobby-0.4.0rc4-localedir.patch, NONE, 1.1 gobby.spec, 1.16, 1.17 Message-ID: <200608202036.k7KKam4N032188@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32158 Modified Files: gobby.spec Added Files: gobby-0.4.0rc4-localedir.patch Log Message: gobby-0.4.0rc4-localedir.patch to fix locale issues gobby-0.4.0rc4-localedir.patch: --- NEW FILE gobby-0.4.0rc4-localedir.patch --- --- po/Makefile.in.in.orig 2006-08-20 16:25:20.000000000 -0400 +++ po/Makefile.in.in 2006-08-20 16:25:27.000000000 -0400 @@ -27,7 +27,7 @@ exec_prefix = @exec_prefix@ datadir = @datadir@ libdir = @libdir@ -localedir = $(libdir)/locale +localedir = $(datadir)/locale gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/glib-2.0/gettext/po subdir = po Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gobby.spec 20 Aug 2006 19:47:13 -0000 1.16 +++ gobby.spec 20 Aug 2006 20:36:46 -0000 1.17 @@ -2,13 +2,14 @@ Name: gobby Version: 0.4.0 -Release: 8.%{_rc}%{?dist} +Release: 9.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet License: GPL URL: http://gobby.0x539.de Source0: http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz +Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel @@ -29,6 +30,7 @@ %prep %setup -q -n %{name}-%{version}%{_rc} +%patch0 %build @@ -70,6 +72,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-9.rc4 +- gobby-0.4.0rc4-localedir.patch + * Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 - 0.4.0rc4 From fedora-extras-commits at redhat.com Sun Aug 20 20:43:33 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 13:43:33 -0700 Subject: rpms/shorewall/devel .cvsignore, 1.18, 1.19 shorewall.spec, 1.24, 1.25 sources, 1.18, 1.19 Message-ID: <200608202043.k7KKhZXl032274@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32253 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 28 Jul 2006 11:36:43 -0000 1.18 +++ .cvsignore 20 Aug 2006 20:43:33 -0000 1.19 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- shorewall.spec 28 Jul 2006 11:36:43 -0000 1.24 +++ shorewall.spec 20 Aug 2006 20:43:33 -0000 1.25 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 28 Jul 2006 11:36:43 -0000 1.18 +++ sources 20 Aug 2006 20:43:33 -0000 1.19 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 20:59:16 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 13:59:16 -0700 Subject: rpms/shorewall/FC-5 .cvsignore, 1.16, 1.17 shorewall.spec, 1.23, 1.24 sources, 1.16, 1.17 Message-ID: <200608202059.k7KKxI5N032365@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32344 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 28 Jul 2006 18:46:49 -0000 1.16 +++ .cvsignore 20 Aug 2006 20:59:16 -0000 1.17 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- shorewall.spec 28 Jul 2006 18:46:50 -0000 1.23 +++ shorewall.spec 20 Aug 2006 20:59:16 -0000 1.24 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 28 Jul 2006 18:46:50 -0000 1.16 +++ sources 20 Aug 2006 20:59:16 -0000 1.17 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:00:09 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 14:00:09 -0700 Subject: rpms/shorewall/FC-4 .cvsignore, 1.10, 1.11 shorewall.spec, 1.18, 1.19 sources, 1.10, 1.11 Message-ID: <200608202100.k7KL0BEi032430@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32409 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 28 Jul 2006 18:39:51 -0000 1.10 +++ .cvsignore 20 Aug 2006 21:00:08 -0000 1.11 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- shorewall.spec 28 Jul 2006 18:39:51 -0000 1.18 +++ shorewall.spec 20 Aug 2006 21:00:08 -0000 1.19 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Jul 2006 18:39:51 -0000 1.10 +++ sources 20 Aug 2006 21:00:08 -0000 1.11 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:04:20 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:20 -0700 Subject: rpms/papyrus/devel - New directory Message-ID: <200608202104.k7KL4MdH002674@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2638/papyrus/devel Log Message: Directory /cvs/extras/rpms/papyrus/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 21:04:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:18 -0700 Subject: rpms/papyrus - New directory Message-ID: <200608202104.k7KL4KZE002659@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2638/papyrus Log Message: Directory /cvs/extras/rpms/papyrus added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 21:04:39 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:39 -0700 Subject: rpms/papyrus Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608202104.k7KL4fCS002754@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2730 Added Files: Makefile import.log Log Message: Setup of module papyrus --- NEW FILE Makefile --- # Top level Makefile for module papyrus all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 21:04:45 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:45 -0700 Subject: rpms/papyrus/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608202104.k7KL4lri002777@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2730/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module papyrus --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 21:05:52 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:05:52 -0700 Subject: rpms/papyrus import.log,1.1,1.2 Message-ID: <200608202106.k7KL6O5T002844@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2805 Modified Files: import.log Log Message: auto-import papyrus-0.3.0-1 on branch devel from papyrus-0.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/papyrus/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 21:04:39 -0000 1.1 +++ import.log 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +papyrus-0_3_0-1:HEAD:papyrus-0.3.0-1.src.rpm:1156107949 From fedora-extras-commits at redhat.com Sun Aug 20 21:05:52 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:05:52 -0700 Subject: rpms/papyrus/devel papyrus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608202106.k7KL6PoS002849@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2805/devel Modified Files: .cvsignore sources Added Files: papyrus.spec Log Message: auto-import papyrus-0.3.0-1 on branch devel from papyrus-0.3.0-1.src.rpm --- NEW FILE papyrus.spec --- # Target: fedora-5 Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.3.0 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig m4 %description Papyrus is a C++ canvas library similar in scope and function to the Gnome canvas but designed to render on a Cairo surface. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: papyrus = %{version}-%{release} Requires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig %description devel This package contains the libraries and header files needed for developing %{name} applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy docs into a better location for installation # Keeps them from being /usr/share/doc/package-x.x.x-devel/docs %{__cp} -ar docs/reference . %{__cp} -ar docs/gallery . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/lib*papyrus*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*papyrus*.so %{_libdir}/pkgconfig/papyrus*.pc %{_includedir}/papyrus-0.3/ %{_includedir}/papyrusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo %{_datadir}/papyrus-0.3.0/ %{_datadir}/papyrusmm-0.3.0/ %changelog * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed /demo/ suffix from datadir - Added papyrusmm data and include dirs * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release - Added m4 to BuildRequires * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-1 - New release - Removed pkgconfig from BuildRequires - Added pkgconfig to -devel Requires * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.1-2 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Removed doxygen, graphviz and pkgconfig from devel requires - Added package name to globs in so libs, .pc and demos * Fri Jul 21 2006 Rick L Vinyard Jr - 0.2.1-1 - New release - Added papyrus-demo and papyrusmm-demo to devel package - Remove rm -rf /usr/bin - Changed mv of docs to cp of docs * Fri May 26 2006 Rick L Vinyard Jr - 0.1.12-1 - New release - Changed sourceforge download location to download.sourceforge.net * Sun May 7 2006 Rick L Vinyard Jr - 0.1.11-1 - New release * Sun Apr 9 2006 Rick L Vinyard Jr - 0.1.10-1 - New release * Fri Mar 24 2006 Rick L Vinyard Jr - 0.1.9-1 - New release - Cleaned up spec file and added pkgconfig to BuildRequires * Fri Mar 17 2006 Rick L Vinyard Jr - 0.1.8-1 - New release * Sun Mar 12 2006 Rick L Vinyard Jr - 0.1.7-1 - New release * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.6-1 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Tue Feb 28 2006 Rick L Vinyard Jr - 0.1.5-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 21:04:45 -0000 1.1 +++ .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +papyrus-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 21:04:45 -0000 1.1 +++ sources 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:10:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:10:09 -0700 Subject: owners owners.list,1.1435,1.1436 Message-ID: <200608202110.k7KLABA8002947@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2924 Modified Files: owners.list Log Message: Added papyrus Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1435 retrieving revision 1.1436 diff -u -r1.1435 -r1.1436 --- owners.list 20 Aug 2006 19:45:53 -0000 1.1435 +++ owners.list 20 Aug 2006 21:10:09 -0000 1.1436 @@ -1065,6 +1065,7 @@ Fedora Extras|pam_usb|PAM module for use with DSA key pairs and removable devices|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|pan|A GNOME/GTK+ news reader for X|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|paps|Plain Text to PostScript(TM) converter|tagoh at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|papyrus|A C++ canvas library similar to the Gnome canvas|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|par2cmdline|PAR 2.0 compatible file verification and repair tool|laurent.rineau__fedora_extras at normalesup.org|extras-qa at fedoraproject.org| Fedora Extras|paraview|Parallel visualization application|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|parchive|Parity archive command line client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 21:12:42 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:12:42 -0700 Subject: comps comps-fe5.xml.in,1.108,1.109 comps-fe6.xml.in,1.105,1.106 Message-ID: <200608202112.k7KLCiFV003004@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2985 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added papyrus-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- comps-fe5.xml.in 20 Aug 2006 20:18:44 -0000 1.108 +++ comps-fe5.xml.in 20 Aug 2006 21:12:42 -0000 1.109 @@ -228,6 +228,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- comps-fe6.xml.in 20 Aug 2006 20:18:44 -0000 1.105 +++ comps-fe6.xml.in 20 Aug 2006 21:12:42 -0000 1.106 @@ -251,6 +251,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel plotmm-devel From fedora-extras-commits at redhat.com Sun Aug 20 22:51:52 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 15:51:52 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, 1.3, 1.4 extras-push-new, 1.51, 1.52 Message-ID: <200608202251.k7KMpq2I006100@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6080 Modified Files: ExtrasPushUtils.py extras-push-new Log Message: fix DEBUG global in module Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ExtrasPushUtils.py 20 Aug 2006 12:53:17 -0000 1.3 +++ ExtrasPushUtils.py 20 Aug 2006 22:51:49 -0000 1.4 @@ -36,6 +36,10 @@ DEBUG = False +def setdebug(onoff): + global DEBUG + DEBUG = onoff + def debugprint(msg): if DEBUG: print msg Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- extras-push-new 20 Aug 2006 12:53:17 -0000 1.51 +++ extras-push-new 20 Aug 2006 22:51:49 -0000 1.52 @@ -28,6 +28,7 @@ from ExtrasPushUtils import * DEBUG = False +setdebug(DEBUG) signkeyname = 'extras at fedoraproject.org' From fedora-extras-commits at redhat.com Sun Aug 20 23:13:22 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 16:13:22 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.23, 1.24 extras-repoview.py, 1.12, 1.13 Message-ID: <200608202313.k7KNDMRj008891@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8871 Modified Files: extras-repobuild.py extras-repoview.py Log Message: fix DEBUG global in module Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- extras-repobuild.py 20 Aug 2006 12:55:18 -0000 1.23 +++ extras-repobuild.py 20 Aug 2006 23:13:19 -0000 1.24 @@ -36,6 +36,7 @@ } DEBUG = False +setdebug(DEBUG) def do_repo_stuff(repodir, keep=2, nomanage=None): compspath = os.path.join(repodir, compsname) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- extras-repoview.py 20 Aug 2006 12:55:18 -0000 1.12 +++ extras-repoview.py 20 Aug 2006 23:13:19 -0000 1.13 @@ -23,6 +23,7 @@ # make repoview DEBUG = False +setdebug(DEBUG) def do_repoview(repodir): print 'Generating repoview in %s' % repodir From fedora-extras-commits at redhat.com Mon Aug 21 00:17:51 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 17:17:51 -0700 Subject: rpms/hping2/devel .cvsignore,1.3,NONE Message-ID: <200608210017.k7L0HrTI012541@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/hping2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12526 Removed Files: .cvsignore Log Message: is a dead package --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 00:32:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 17:32:02 -0700 Subject: rpms/nqc/devel nqc.spec,1.1,1.2 Message-ID: <200608210032.k7L0W4HS012693@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12674 Modified Files: nqc.spec Log Message: Added BuildRequires for bison Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nqc.spec 20 Aug 2006 19:08:00 -0000 1.1 +++ nqc.spec 21 Aug 2006 00:32:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Not Quite C compiler Group: Development/Languages @@ -64,6 +64,9 @@ %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-3 +- Added BuildRequires for bison + * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-2 - Removed groupdel lego - Added faq, manual and guide docs From fedora-extras-commits at redhat.com Mon Aug 21 01:39:41 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:41 -0700 Subject: rpms/clement - New directory Message-ID: <200608210139.k7L1dhxw015769@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15748/clement Log Message: Directory /cvs/extras/rpms/clement added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 01:39:42 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:42 -0700 Subject: rpms/clement/devel - New directory Message-ID: <200608210139.k7L1diIV015772@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15748/clement/devel Log Message: Directory /cvs/extras/rpms/clement/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 01:39:59 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:59 -0700 Subject: rpms/clement Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608210140.k7L1e1iQ015821@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Added Files: Makefile import.log Log Message: Setup of module clement --- NEW FILE Makefile --- # Top level Makefile for module clement all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 01:40:00 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:00 -0700 Subject: rpms/clement/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608210140.k7L1e2et015824@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clement --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 01:40:39 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:39 -0700 Subject: rpms/clement import.log,1.1,1.2 Message-ID: <200608210140.k7L1efnl015894@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15861 Modified Files: import.log Log Message: auto-import clement-2.1-197 on branch devel from clement-2.1-197.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clement/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 01:39:59 -0000 1.1 +++ import.log 21 Aug 2006 01:40:38 -0000 1.2 @@ -0,0 +1 @@ +clement-2_1-197:HEAD:clement-2.1-197.src.rpm:1156124434 From fedora-extras-commits at redhat.com Mon Aug 21 01:40:39 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:39 -0700 Subject: rpms/clement/devel clement.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608210140.k7L1efam015899@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15861/devel Modified Files: .cvsignore sources Added Files: clement.spec Log Message: auto-import clement-2.1-197 on branch devel from clement-2.1-197.src.rpm --- NEW FILE clement.spec --- Name: clement Version: 2.1 Release: 197%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic Group: System Environment/Daemons Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts Requires(preun): chkconfig, initscripts Requires(pre): /usr/sbin/useradd, /usr/sbin/groupadd %description Clement is an email firewall. Its purpose is to filter all email, rejecting viruses and unwelcome messages at the SMTP protocol level (and avoids bouncing to forged originators). Dubious emails are centrally quarantined. Clement extracts "email sending contexts" and can use a remote mentor process to further analyze message context while still connected to the remote sender process. %prep %setup -q %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean %{__rm} -rf %{buildroot} %post if [ "$1" = 1 ]; then /sbin/chkconfig --add %{name} 2>/dev/null || : fi if [ "$1" = 2 ]; then if [ -f /var/lock/subsys/%{name} ] ; then %{_initrddir}/%{name} restart 2>/dev/null || : fi fi %pre if [ "$1" = 1 ]; then /usr/sbin/groupadd -r %{name} 2>/dev/null || : /usr/sbin/useradd -r -M -d /var/spool/%{name}-%{version} \ -g %{name} -c "Clement daemon" \ -s /sbin/nologin %{name} 2>/dev/null || : fi %preun if [ "$1" = 0 ]; then if [ -f /var/lock/subsys/%{name} ] ; then %{_initrddir}/%{name} stop 2>/dev/null || : fi export APPNAME=%{name} %{_usr}/lib/%{name}-%{version}/support/remove.sh \ %{_sysconfdir}/pki/%{name}-%{version}/%{name}.pem \ %{_sysconfdir}/%{name}-%{version}/config.done 2>/dev/null || : /sbin/chkconfig --del %{name} 2>/dev/null || : ( /bin/echo -n "$APPNAME has been removed on "; date /bin/echo "remaining file in this directory are logs and Emails" /bin/echo "created while $APPNAME was in production." /bin/echo "these files _may_ be removed too, but that they could" /bin/echo "contain valuable data and admin should be careful" /bin/echo "when removing them." ) > %{_var}/spool/%{name}-%{version}/README-%{name}-removed fi %files %defattr(-,root,root,-) %{_sysconfdir}/cron.daily/%{name} %{_usr}/lib/%{name}-%{version}/ %{_datadir}/%{name}-%{version}/ %{_bindir}/pibsmtp %{_bindir}/clrquar %{_bindir}/clxtract %attr(-,%{name},%{name}) %{_bindir}/%{name} %attr(-,%{name},%{name}) %{_var}/spool/%{name}-%{version}/ %attr(-,%{name},%{name}) %{_var}/crash/%{name}-%{version}/ %attr(-,%{name},%{name}) %{_var}/lock/%{name}-%{version}/ %doc %{name}-%{version}-*.build_date %doc doc/*.txt Changes FAQ LICENCE README %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog * Fri Aug 18 2006 Jean-Marc Pigeon 2.1-197 - Marker: * Inclusion Fedora Extra. * Tue Aug 15 2006 Jean-Marc Pigeon 2.1-193 - Improvement: * Spec file very fine tuning * Orphean E-mail are now properly store in the trouble queue directory. * Mon Aug 14 2006 Jean-Marc Pigeon 2.1-192 - Improvement: * Adding running user and group clement to comply to extras commitee recommendation. * Timing change in modtrp.c to have a quicker detection (1 sec instead of 5 sec) about zombie state child process. * Fri Aug 11 2006 Jean-Marc Pigeon 2.1-186 - Bug-Fix: * WEB Interface (PHP), when user changed the working language, page stop to be displayed as the CGI was not able to access log file. * Thu Aug 10 2006 Jean-Marc Pigeon 2.1-184 - bug-Fix * Alias definition was crashing when only one user was defined without domain. - Improvement: * Clement starting shell (/etc/rc.d/init.d/clement) do not define the iptable rule 'clement' if no redirection is defined within file iptables.conf. * Sat Aug 5 2006 Jean-Marc Pigeon 2.1-183 - Improvement: * Sorting WEB logs informations is now done by new executable name 'clxtract'. * WEB logs file are moved from /usr/share/clement-2.1/logs to /var/spool/clement-2.1/wlogs * Wed Jul 26 2006 Jean-Marc Pigeon 2.1-179 - Bug Fix: * 'QUARANTINE_LOCAL' variable (clement.conf) was not properly read when set as default or 'All_Other_Domains'. * Tue Jul 25 2006 Jean-Marc Pigeon 2.1-177 - Bug Fix: * If 'QUARANTINE_LOCAL' is set to 'No" (clement.conf) and a to be quarantined E-mail is aliases to an OUTSIDE domain (not known by clement), the process to flag spam inside the E-mail subject was crashing (major). - Improvement: * Spec file, fine fine tuning. * Thu Jul 11 2006 Jean-Marc Pigeon 2.1-176 * Further SPECS file fine tunning to be fully compliant to Fedora-Extra package guideline. * Thu Jul 5 2006 Jean-Marc Pigeon 2.1-175 - Bug-Fix: * SMTP AUTH command was not working anymore, fixed the CHKID messages format. * Fine tuning about SPEC to avoid warning while doing rpmbuild. File clembase.php is now named clement.php and moved from /var/www/clement-2.1 to /etc/clement-2.1. WARNING: Previously installed clement MUST be manually adjusted! * Tue Jul 4 2006 Jean-Marc Pigeon 2.1-173 - Improvement: * SPAM marker inserted inside the E-mail subject can be adjusted according QUARANTINE_HEADER and QUARANTINE_EXTRA within the clement.conf file. * New clement.conf variable can be now managed via the Clement WEB interface. * File clement.conf, .domain and .domain are now written by clement itself when management is done via the WEB interface - Bug-Fix: * No Zombie process after a user ID check. * Mon Jun 26 2006 Jean-Marc Pigeon 2.1-171 - Improvement * SPEC file clean according rpmlint-0.77-1.fc5 * Thu Jun 22 2006 Jean-Marc Pigeon 2.1-161 - Improvement: * Better 'click' addition done to SPAM flagged E-mail to advice mentor it is a good E-mail. Fix insertion problem when MIME contents type was used. * Tue Jun 20 2006 Jean-Marc Pigeon 2.1-159 - Bug-Fix: * Fixed "CERT Vulnerability Note VU#738331" found in unidns.c - Improvement: * Better 'click' addition done to SPAM flagged E-mail to advice mentor it is a good E-mail. Insertion problem when MIME contents type was used. * Fri Jun 16 2006 Jean-Marc Pigeon 2.1-158 - Improvement: * Quarantine policy (kept local or transmitted to end user) can be now decided within clement.conf (can be set within binding definition). * AT SMTP protocol level, if 'From:' is empty (allowed by RFC), 'From:' is set as Mailer_daemon at domainname, where 'domainname' is extracted from the helo/ehlo command. - Bug-Fix: * In case of "RSET" within the SMTP protocol exchange session number is now alway updated. * Batch procedure 'clrquar' was core-dumping when executed (Major bug, created in 2.1-153) * Wed Jun 14 2006 Jean-Marc Pigeon 2.1-154 - Improvement * E-mail set quarantine are now sent to user with a special marker within the subject. * Quarantine local advice (no Mentor) can have a Spam limite set by domaine within clement.conf New Keywork 'SPAMLIM'. - Bug-Fix: * Signal are not in "SA_RESTART" mode anymore (to avoid loop within waitpid when a SIGALRM is received). * closed a small memory leak. * "Mentor Service" icone was sometime missing when user was properly authenticated within Clement * Message to Mentor without answer expected have now a special reference ID (called ONWAY) * Mon May 29 2006 Jean-Marc Pigeon 2.1-139 - Marker: * Stable release Marker. * Fri May 26 2006 Jean-Marc Pigeon 2.1-135 - Improvement: * Clement smtp server modul is now sending messages directly to checker without going to main process. * Started to implement the capability to mark SPAM email contents. * Mon May 16 2006 Jean-Marc Pigeon 2.1-133 - Improvement: * Clement is now sending 'relaying' flag information when sending 'CHKRCPT' and 'RFRESH' message to Mentor (is used when checking for remote spammer status). * Fri May 12 2006 Jean-Marc Pigeon 2.1-131 - Bug-Fix: * Long aliases list was not working properly, domain without name were added to the list. * Wed May 10 2006 Jean-Marc Pigeon 2.1-130 - Marker: * Stable release Marker. * Mon May 8 2006 Jean-Marc Pigeon 2.1-126 - Bug Fix: * If (by mistake) the '-Q' file in queue is corrupted (no 'from' defined), E-mail is stored in the trblq. * Configuration changed to really use the generated file 'poprelay', created from the file 'pibsmtp.lst'. 'poprelay' can/is used by Clement to know about relayed IP number. * Fri May 5 2006 Jean-Marc Pigeon 2.1-125 - Improvement: * Clement use now clamav-0.88.2 version * clement daily.sh is changed to clean 'trblq' area from file older than 20 days. * Clement Pop_Before_SMTP is now properly working. * Wed May 3 2006 Jean-Marc Pigeon 2.1-116 - Improvement: * Clement, Aliases are now fully implemented, aliases of aliases are possible. Aliases are meaningful only with domain set as 'keeplocal'. * Wed Apr 27 2006 Jean-Marc Pigeon 2.1-115 - Improvement: * Clement, when sender is rejecting an E-mail while it was accepted by Clement, mail is stored within a sender structure with the 'trblq' directory. Process continue to send next E-mail within the queue. * Tue Apr 22 2006 Jean-Marc Pigeon 2.1-114 - Improvement: * Clement refuse E-mail at SMTP protocol level, if the MAIL FROM: domain address is not resolvable as an IP or an MX. - Improvement: (version 2.1-113) * The waiting for a socket connection is not forever anymore but only for 5 second, allowing calling program to do checking task time to time. * Mon Apr 17 2006 Jean-Marc Pigeon 2.1-112 - Bug-Fix: * If the subject include a '%' caractere the modtra.c can cause a crash (% was inderstood as printf directive). * Sat Apr 15 2006 Jean-Marc Pigeon 2.1-111 - Bug-Fix: * Clement main daemon was crashing when recipient Email was given as "" * Mon Apr 10 2006 Jean-Marc Pigeon 2.1-110 - Improvement: * Clement in now integrated with OPenWebMail, Web interface to user creation create all needed files and directores to allow dovecot and openwebmail to retrieve User E-mail. * Mon Mar 27 2006 Jean-Marc Pigeon 2.1-108 - Improvement: * Mentor improvement to detect Spammer site * Tue Mar 21 2006 Jean-Marc Pigeon 2.1-103 - Bug fix: * clement password change is now working (crypted password uppercase letters are kept) * Wed Mar 15 2006 Jean-Marc Pigeon 2.1-102 - Improvement: * Mentor Email count improvement. * Sun Mar 12 2006 Jean-Marc Pigeon 2.1-100 - Bug-Fix * No Core-DUMP when remote sender is not on-line, While an E-mail address need to be croschecked. - Improvement: * Better Timer management within gesipc.c * Mon Mar 6 2006 Jean-Marc Pigeon 2.1-99 - Adding pam-devel as required to build clement from src.rpm file. - Adjusting clement starting shell script such iptables configuration use a target named 'clement' * Thu Mar 2 2006 Jean-Marc Pigeon 2.1-98 - Mentor bug-fix. * Wed Mar 1 2006 Jean-Marc Pigeon 2.1-97 - Mentor Improvement. * Mon Feb 27 2006 Jean-Marc Pigeon 2.1-95 - Improvement Clement can bind on ANY address for a specific port, 'binding' directive in clement.conf must have a '*' as hostname. - When remote originator is granted to 'relayable' status by Clement, E-mail is transmitted to recipient, regardless the spam level detected by spamassassin. * Thu Feb 23 2006 Jean-Marc Pigeon 2.1-93 - daily.sh was not removing its lock at the end of script (Major!, was waiting/locking out next day daily cron) - 'grep' used in /etc/rc.d/init.d/clement detect only "IPT" string as present at the begining of the line. * Mon Feb 20 2006 Jean-Marc Pigeon 2.1-92 - Clement do not check the domain MX if the domain appear within configuretion definition (clement.conf) - Adding /etc/yum.repos.d/clement.repo to allow clement downloading via 'yum' * Sat Feb 18 2006 Jean-Marc Pigeon 2.1-90 - Changes in Mentor. * Fri Feb 17 2006 Jean-Marc Pigeon 2.1-89 - Clement can accept email address with a quote (like o'brien) - Better IPC messages recovery processus. - Mandrake-2006 version, fixed call to clamav virus scanner. Doesn't return "virus found in the E-mail" anymore, when a big zipped file attachement is included within E-mail. - Cron Shell script is now executed under ID 'mail'. * Tue Jan 31 2006 Jean-Marc Pigeon 2.1-84 - Changes in Mentor. * Mon Jan 30 2006 Jean-Marc Pigeon 2.1-83 - Some "SENT" message un-needed acknowledge were pilling up within the IPC area (Major!), causing an IPC bottleneck after a while. Then "error in processing" was answered to every mail received. * Sun Jan 29 2006 Jean-Marc Pigeon 2.1-82 - Relaying stopped to work with 2.1.0.80, (missing code!). - Variable SMTPSRV within clement.conf is now working. * Sat Jan 28 2006 Jean-Marc Pigeon 2.1-80 - Better handling if a remote Mentor is not on line (clement work then in stand alone mode). - An 'Error in processing' stop de clement iteration, such IPC still messages in the queue can be removed cleaning and have other iteration continue to work. * Thu Jan 26 2006 Jean-Marc Pigeon 2.1-76 - '.' (End of DATA Segment) was not recognize by Firstclass type SMTP daemon, when mail was relayed from clement to internal server. * Wed Jan 25 2006 Jean-Marc Pigeon 2.1-74 - Event log report the exact return from local SMTP server when probing to know if a user is really existing. * Mon Jan 23 2006 Jean-Marc Pigeon 2.1-72 - Better handling of UNIQID info not transmitted to Mentor (Mentor channel is declared but not responding) - Bux fix in /etc/rc.d/init.d/clement about postfix configuration * Sat Jan 21 2006 Jean-Marc Pigeon 2.1-71 - Under some condition, exiting clement process was sending a TERM signal to process '-1' (Arrgh!) - No need to rely on 'postmaster' E-mail id to double-check E-mail relaying condition. * Fri Jan 21 2006 Jean-Marc Pigeon 2.1-70 - cron-daily check if directores are existing before to 'cd' to it. * Fri Jan 20 2006 Jean-Marc Pigeon 2.1-69 - Connection to remote sender is kept longer (5 minutes) in case we have further E-mail to transmite - Multiple connection to same Mentor are seen now as different connections as long the CHKCODE is differente, is the CHKCODE is the same, only one connection to the remote Mentor is kept open. * Mon Jan 17 2006 Jean-Marc Pigeon 2.1-68 - Adding release.php in www directory to display the propere release number on WEB page - Better handling in case the remote sender (SENDER definition in clement.conf) is not accessible to check user ID * Mon Jan 17 2006 Jean-Marc Pigeon 2.1-66 - clement.conf binding definition was not taking care of multiple binding definition (':' separator), only the first IP number was used. * Mon Jan 16 2006 Jean-Marc Pigeon 2.1-65 /var/crash directory missing from spec definition * Mon Jan 16 2006 Jean-Marc Pigeon 2.1-64 - clrquar doesn't run as root anymore (change its uid to be mail). - Adjustment within /etc/sysconfig/clement file (options become OPTIONS). - /etc/clement-2.1/iptables.conf fixed - clement daemon starting shell fixed * Sat Jan 15 2006 Jean-Marc Pigeon 2.1-61 - Version in production * Sat Jan 7 2006 Jean-Marc Pigeon 2.1-57 - Further Spec file improvement. - dispatching Clement components according 'FHS' guidelines. * Mon Jan 2 2006 Jean-Marc Pigeon 2.1-38 - Better relaying handling, clement daemon is able make a difference between 'All_Other_Domains' and "to be relayed" domain. - Adjusting Spec file according * Wed Dec 19 2005 Jean-Marc Pigeon 2.1-30 - Web interface allow to manage user aliases * Wed Dec 17 2005 Jean-Marc Pigeon 2.1-29 - Checking installation impact with external clamav * Wed Dec 17 2005 Jean-Marc Pigeon 2.1-28 - adjusting SPEC file according rpmlint finding #------------------------------------------------------------- Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clement/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 01:40:00 -0000 1.1 +++ .cvsignore 21 Aug 2006 01:40:39 -0000 1.2 @@ -0,0 +1 @@ +clement-2.1-197.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/clement/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 01:40:00 -0000 1.1 +++ sources 21 Aug 2006 01:40:39 -0000 1.2 @@ -0,0 +1 @@ +068c156fd5cfad91c4b76e7935fc7095 clement-2.1-197.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 01:46:09 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:46:09 -0700 Subject: owners owners.list,1.1436,1.1437 Message-ID: <200608210146.k7L1kBlx015970@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15953 Modified Files: owners.list Log Message: Adding clement package definition to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1436 retrieving revision 1.1437 diff -u -r1.1436 -r1.1437 --- owners.list 20 Aug 2006 21:10:09 -0000 1.1436 +++ owners.list 21 Aug 2006 01:46:09 -0000 1.1437 @@ -175,6 +175,7 @@ Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|fedora at soeterbroek.com|extras-qa at fedoraproject.org| +Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 02:05:05 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sun, 20 Aug 2006 19:05:05 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.20,1.21 Message-ID: <200608210205.k7L255Ll018688@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18671/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Temporary fix for initrd blocksize differences between FC5 and FC6T2 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- livecd-mkinitrd.sh 15 Aug 2006 23:26:36 -0000 1.20 +++ livecd-mkinitrd.sh 21 Aug 2006 02:05:03 -0000 1.21 @@ -225,7 +225,12 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null +echo $kernel | grep FC5 +if [ "$?" -eq "0" ]; then + echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null +else + echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null +fi /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then From fedora-extras-commits at redhat.com Mon Aug 21 02:10:27 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sun, 20 Aug 2006 19:10:27 -0700 Subject: kadischi kadischi.spec,1.33,1.34 Message-ID: <200608210210.k7L2ARoL018739@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18722/kadischi Modified Files: kadischi.spec Log Message: Update spec file for user burn and verify dialogs added Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- kadischi.spec 17 Aug 2006 15:50:09 -0000 1.33 +++ kadischi.spec 21 Aug 2006 02:10:25 -0000 1.34 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.8 +Version: 3.0 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Sun Aug 20 2006 3.0-1.20060820cvs +- Added user BURN and VERIFY dialogs for created LiveCD or DVD + + * Thu Aug 17 2006 2.8-1.20060817cvs - Pull attributes from buildstamp file instead of hardcode in kadischi.py From fedora-extras-commits at redhat.com Mon Aug 21 02:14:56 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:14:56 -0700 Subject: rpms/jfbterm - New directory Message-ID: <200608210214.k7L2EwlM018893@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18864/jfbterm Log Message: Directory /cvs/extras/rpms/jfbterm added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 02:14:57 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:14:57 -0700 Subject: rpms/jfbterm/devel - New directory Message-ID: <200608210215.k7L2Exh3018896@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18864/jfbterm/devel Log Message: Directory /cvs/extras/rpms/jfbterm/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 02:15:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:15:16 -0700 Subject: rpms/jfbterm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608210215.k7L2FI1Q018950@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18914/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module jfbterm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 02:15:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:15:15 -0700 Subject: rpms/jfbterm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608210215.k7L2FHW6018947@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18914 Added Files: Makefile import.log Log Message: Setup of module jfbterm --- NEW FILE Makefile --- # Top level Makefile for module jfbterm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 02:16:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:16:09 -0700 Subject: rpms/jfbterm import.log,1.1,1.2 Message-ID: <200608210216.k7L2GBOA019059@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19018 Modified Files: import.log Log Message: auto-import jfbterm-0.4.7-6 on branch devel from jfbterm-0.4.7-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/jfbterm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 02:15:15 -0000 1.1 +++ import.log 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +jfbterm-0_4_7-6:HEAD:jfbterm-0.4.7-6.src.rpm:1156126565 From fedora-extras-commits at redhat.com Mon Aug 21 02:16:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:16:10 -0700 Subject: rpms/jfbterm/devel jfbterm-0.4.6-conf.patch, NONE, 1.1 jfbterm-0.4.7-configure-header.patch, NONE, 1.1 jfbterm-0.4.7-hang-onexit.patch, NONE, 1.1 jfbterm-0.4.7-infinite_loop.patch, NONE, 1.1 jfbterm-0.4.7-mmap-newkernel.patch, NONE, 1.1 jfbterm-0.4.7-remove-sticky.patch, NONE, 1.1 jfbterm-0.4.7-remove-warning.patch, NONE, 1.1 jfbterm-0.4.7-userspace.patch, NONE, 1.1 jfbterm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608210216.k7L2GCpN019080@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19018/devel Modified Files: .cvsignore sources Added Files: jfbterm-0.4.6-conf.patch jfbterm-0.4.7-configure-header.patch jfbterm-0.4.7-hang-onexit.patch jfbterm-0.4.7-infinite_loop.patch jfbterm-0.4.7-mmap-newkernel.patch jfbterm-0.4.7-remove-sticky.patch jfbterm-0.4.7-remove-warning.patch jfbterm-0.4.7-userspace.patch jfbterm.spec Log Message: auto-import jfbterm-0.4.7-6 on branch devel from jfbterm-0.4.7-6.src.rpm jfbterm-0.4.6-conf.patch: --- NEW FILE jfbterm-0.4.6-conf.patch --- --- jfbterm-0.4.6/jfbterm.conf.sample.orig 2004-12-28 03:12:35.772461000 +0900 +++ jfbterm-0.4.6/jfbterm.conf.sample 2004-12-28 03:16:13.993266987 +0900 @@ -19,29 +19,29 @@ # Absolute path or relative path to PWD # ############################################################################### -fontset : iso646-1973irv,pcf,L,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz +fontset : iso646-1973irv,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz +fontset: ansix3.4-1968,alias,L,iso646-1973irv -+fontset: jisc6226-1978,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jiskan16.pcf.gz ++fontset: jisc6226-1978,pcf,L,/usr/share/fonts/jfbterm/shnmk16.pcf.gz +fontset: jisx0208-1983,alias,L,jisc6226-1978 -+fontset: jisc6220-1969roman,pcf,L,/usr/X11R6/lib/X11/fonts/misc/a18rk.pcf.gz ++fontset: jisc6220-1969roman,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz +fontset: jisc6220-1969kana,alias,R,jisc6220-1969roman -+fontset: jisx0212-1990,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jksp16.pcf.gz -+fontset: gb2312-80,pcf,L,/usr/X11R6/lib/X11/fonts/misc/gb16fs.pcf.gz -+fontset: ksc5601-1987,pcf,L,/usr/X11R6/lib/X11/fonts/misc/hanglg16.pcf.gz -+fontset: iso8859.1-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz -+fontset: iso8859.2-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt2-16-etl.pcf.gz ++fontset: jisx0212-1990,pcf,L,/usr/share/fonts/jfbterm/jisksp16-1990.pcf.gz ++fontset: gb2312-80,pcf,L,/usr/share/fonts/jfbterm/gb16fs.pcf.gz ++fontset: ksc5601-1987,pcf,L,/usr/share/fonts/jfbterm/hanglg16.pcf.gz ++fontset: iso8859.1-1987,pcf,R,/usr/share/fonts/jfbterm/8x16.pcf.gz ++fontset: iso8859.2-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-2.pcf.gz +fontset: iso8859.3-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt3-16-etl.pcf.gz +fontset: iso8859.4-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt4-16-etl.pcf.gz -+fontset: iso8859.5-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/cyr16-etl.pcf.gz -+fontset: iso8859.7-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/grk16-etl.pcf.gz -+fontset: iso8859.8-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/heb16-etl.pcf.gz -+fontset: iso8859.9-1989,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt5-16-etl.pcf.gz ++fontset: iso8859.5-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-5.pcf.gz ++fontset: iso8859.7-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-7.pcf.gz ++fontset: iso8859.8-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-8.pcf.gz ++fontset: iso8859.9-1989,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-9.pcf.gz +fontset: iso8859.10-1992,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-10.pcf.gz +fontset: iso8859.13-1998,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-13.pcf.gz -+fontset: iso8859.14-1998,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-14.pcf.gz -+fontset: iso8859.15-1999,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-15.pcf.gz ++fontset: iso8859.14-1998,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-14.pcf.gz ++fontset: iso8859.15-1999,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-15.pcf.gz +fontset: vt100-graphics,pcf,L,/usr/share/fonts/jfbterm/vt100-graphics.pcf.gz -+fontset: iso10646.1,pcf,U,/usr/X11R6/lib/X11/fonts/misc/unifont.pcf.gz ++fontset: iso10646.1,pcf,U,/usr/share/fonts/jfbterm/b16.pcf.gz ############################################################################### jfbterm-0.4.7-configure-header.patch: --- NEW FILE jfbterm-0.4.7-configure-header.patch --- --- jfbterm-0.4.7/configure.in.orig 2005-02-25 00:01:05.000000000 +0900 +++ jfbterm-0.4.7/configure.in 2006-07-25 21:02:41.000000000 +0900 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(fbcommon.c) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(jfbterm, 0.4.7) dnl Checks for programs. jfbterm-0.4.7-hang-onexit.patch: --- NEW FILE jfbterm-0.4.7-hang-onexit.patch --- --- jfbterm-0.4.7/term.c.hang 2006-07-27 17:19:12.000000000 +0900 +++ jfbterm-0.4.7/term.c 2006-07-28 01:01:42.000000000 +0900 @@ -77,6 +77,30 @@ int st; int ret; ret = wait(&st); + + /* ??? + Comment by Mamoru Tasaka. Jul 28 2006 + + Some race condition occurring?? + In some case, this sigchild wait(2) the process with + id gChildProcessId + 1 and leave gChildProcessId a ZOMBIE + process. + + In this case jfbterm never returns from tterm_start + and hangs eternally. + + WORKARROND: + */ + if (gChildProcessId && (ret != ECHILD) + && (ret != gChildProcessId)){ + /* Well... It seems that this routine is sometimes called. + I don't know why, however, if there is a case, this is + necessary. + */ + int status; + ret = waitpid(gChildProcessId, &status, WNOHANG|WUNTRACED); + } + if (ret == gChildProcessId || ret == ECHILD) { tvterm_unregister_signal(); tterm_final(&gTerm); jfbterm-0.4.7-infinite_loop.patch: --- NEW FILE jfbterm-0.4.7-infinite_loop.patch --- ============================================== jfbterm (0.4.7-2) unstable; urgency=high * fix screen lock problem on d-i 2nd stage reported by Kenshi Muto ============================================== --- jfbterm-0.4.7.orig/ChangeLog +++ jfbterm-0.4.7/ChangeLog @@ -1,8 +1,14 @@ -2005-02-24 ukai +2005-03-12 Fumitoshi UKAI + + * fix some lockup problem, reported by Kenshi Muto + * main.c (tapp_init): SIGCHLD to wait for gunzip processes. + * term.h (sigchld): used in main.c:tapp_init + +2005-02-24 Fumitoshi UKAI * version 0.4.7 released -2005-02-24 ukai +2005-02-24 Fumitoshi UKAI * font.c (font_open): dont use popen(3) to fix local exploit. --- jfbterm-0.4.7.orig/main.c +++ jfbterm-0.4.7/main.c @@ -184,7 +184,7 @@ p->gExecShellArgv = NULL; p->gConfFile = FILE_JFBTERM_CONF; p->gConfEncoding = NULL; - + signal(SIGCHLD, sigchld); atexit(tapp_final_at_exit); } --- jfbterm-0.4.7.orig/term.h +++ jfbterm-0.4.7/term.h @@ -44,7 +44,7 @@ } TTerm; void tterm_start(TTerm* p, const char* tn, const char* en); - +void sigchld(int sig); extern TTerm gTerm; #endif /* INCLUDE_TERM_H */ jfbterm-0.4.7-mmap-newkernel.patch: --- NEW FILE jfbterm-0.4.7-mmap-newkernel.patch --- --- jfbterm-0.4.7/fbcommon.c.mmap 2006-07-27 17:19:12.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-07-27 20:32:21.000000000 +0900 @@ -564,21 +564,34 @@ p->moff = (u_long)(fb_fix.mmio_start) & (~PAGE_MASK); p->mlen = (fb_fix.mmio_len + p->moff + ~PAGE_MASK) & PAGE_MASK; + +#if 0 /* This code is dead... perhaps? */ p->mmio = (u_char*)mmap(NULL, p->mlen, PROT_READ|PROT_WRITE, MAP_SHARED, p->fh, p->slen); if ((long)p->mmio == -1) { + /* mmap with length 0 returns EINVAL on > linux 2.6.12 */ + if (!p->mlen){ + if (p->moff) { + print_message("possible memory corruption\n"); + abort(); + } + } else { #ifdef JFB_MMIO_CHECK die("cannot mmap(mmio)"); #else print_message("cannot mmap(mmio) : %s\n", strerror(errno)); #endif + } } p->mmio = p->mmio + p->moff; +#endif #ifdef DEBUG print_message("mmap ; %d - %p\n", p->slen, p->smem); +#if 0 print_message("mmio ; %d - %p\n", p->mlen, p->mmio); #endif +#endif /* move viewport to upper left corner */ if (fb_var.xoffset != 0 || fb_var.yoffset != 0) { @@ -610,9 +623,11 @@ if ((long)p->smem != -1) { munmap((caddr_t)((u_long)p->smem & PAGE_MASK), p->slen); } +#if 0 if ((long)p->mmio != -1) { munmap((caddr_t)((u_long)p->mmio & PAGE_MASK), p->mlen); } +#endif if (cmapSaved == TRUE) { tfbm_put_cmap(p->fh, &ocmap); cmapSaved = FALSE; jfbterm-0.4.7-remove-sticky.patch: --- NEW FILE jfbterm-0.4.7-remove-sticky.patch --- --- jfbterm-0.4.7/Makefile.in.sticky 2003-09-14 05:58:53.000000000 +0900 +++ jfbterm-0.4.7/Makefile.in 2006-08-11 01:23:37.000000000 +0900 @@ -402,8 +402,8 @@ install-exec-hook: - chown root:utmp $(DESTDIR)$(bindir)/jfbterm - chmod ug+s $(DESTDIR)$(bindir)/jfbterm + : chown root:utmp $(DESTDIR)$(bindir)/jfbterm + : chmod ug+s $(DESTDIR)$(bindir)/jfbterm install-data-local: $(INSTALL_DATA) $(srcdir)/$(JFBTERM_CONFIG_FILE) $(DESTDIR)$(sysconfdir)/$(JFBTERM_CONFIG_FILE) jfbterm-0.4.7-remove-warning.patch: --- NEW FILE jfbterm-0.4.7-remove-warning.patch --- --- jfbterm-0.4.7/fbcommon.c.compile 2003-09-03 00:23:17.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-07-26 16:29:11.000000000 +0900 @@ -560,7 +560,7 @@ if ((long)p->smem == -1) { die("cannot mmap(smem)"); } - p->smem = (char *)p->smem + p->soff; + p->smem = p->smem + p->soff; p->moff = (u_long)(fb_fix.mmio_start) & (~PAGE_MASK); p->mlen = (fb_fix.mmio_len + p->moff + ~PAGE_MASK) & PAGE_MASK; @@ -573,7 +573,7 @@ print_message("cannot mmap(mmio) : %s\n", strerror(errno)); #endif } - p->mmio = (char *)p->mmio + p->moff; + p->mmio = p->mmio + p->moff; #ifdef DEBUG print_message("mmap ; %d - %p\n", p->slen, p->smem); --- jfbterm-0.4.7/fbdpsp.c.compile 2006-07-26 15:44:25.000000000 +0900 +++ jfbterm-0.4.7/fbdpsp.c 2006-07-26 16:01:45.000000000 +0900 @@ -837,7 +837,7 @@ #define GRAPHICS_MODE_INDEX 5 /* Graphics Mode Register index. */ #define BIT_MASK_INDEX 8 /* Bit Mask Register index. */ -static inline void rmw(volatile char *p) +static inline void rmw(volatile unsigned char *p) { *p |= 1; } --- jfbterm-0.4.7/pcf.c.compile 2003-09-16 00:45:31.000000000 +0900 +++ jfbterm-0.4.7/pcf.c 2006-07-26 16:17:16.000000000 +0900 @@ -212,9 +212,20 @@ } /*---------------------------------------------------------------------------*/ +#if 0 static u_int to_u32l(u_char* p) { return p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24); +#else +static u_int to_u32l(char* p) +{ + /*signness fix */ + u_int i, j = 0; + for (i = 0; i < 4; i++){ + j += ((u_char) p[i]) << (i * 8); + } + return j; +#endif } /*---------------------------------------------------------------------------*/ @@ -288,7 +299,7 @@ read_u8(fp); } p->nSlen = read_s32(fp, p->e); - if (!(p->strings = (u_char*)malloc(sizeof(u_char)*p->nSlen))) { + if (!(p->strings = (char*)malloc(sizeof(u_char)*p->nSlen))) { die("(FONT): malloc error\n"); } if (fread(p->strings, p->nSlen, 1, fp) != 1) die_file_eof(fp); @@ -535,7 +546,7 @@ p->defa = read_s16(fp, fmt.obit); r = (p->coll - p->colf +1) * (p->rowl - p->rowf +1); - if (!(p->table = (u_int*)malloc(sizeof(int) * r))) { + if (!(p->table = (int*)malloc(sizeof(int) * r))) { die("(FONT): malloc error\n"); } for (i = 0 ; i < r ; i++) { --- jfbterm-0.4.7/term.c.compile 2003-09-16 00:45:31.000000000 +0900 +++ jfbterm-0.4.7/term.c 2006-07-26 16:56:31.000000000 +0900 @@ -134,7 +134,7 @@ int ret; struct timeval tv; - u_char buf[BUF_SIZE+1]; + char buf[BUF_SIZE+1]; #ifdef JFB_ENABLE_DIMMER u_int idle_time = 0; u_int blank = 0; @@ -216,7 +216,8 @@ } #endif if (ret > 0) { - write(p->ptyfd, buf, ret); + int j = write(p->ptyfd, buf, ret); + j = 0; } } else if (FD_ISSET(p->ptyfd,&fds)) { ret = read(p->ptyfd, buf, BUF_SIZE); --- jfbterm-0.4.7/vterm.c.compile 2004-05-11 03:08:47.000000000 +0900 +++ jfbterm-0.4.7/vterm.c 2006-07-26 16:22:04.000000000 +0900 @@ -1107,6 +1107,7 @@ static void tvterm_esc_report(TVterm* p, u_char mode, u_short arg) { + int j; p->report[0] = '\0'; switch(mode) { @@ -1125,7 +1126,8 @@ } break; } - write(p->term->ptyfd, p->report, strlen(p->report)); + j = write(p->term->ptyfd, p->report, strlen(p->report)); + j = 0; } static void tvterm_set_region(TVterm* p,int ymin, int ymax) @@ -1355,7 +1357,7 @@ static void tvterm_esc_rbracket(TVterm* p, u_char ch) { - static u_char arg[MAX_ARGLEN+1], enbuf[MAX_ARGLEN+32]; + static char arg[MAX_ARGLEN+1], enbuf[MAX_ARGLEN+32]; static int argidx; if (ch >= 0x20 && ch <= 0x7e) { --- jfbterm-0.4.7/vtermlow.c.compile 2003-09-30 00:45:33.000000000 +0900 +++ jfbterm-0.4.7/vtermlow.c 2006-07-26 16:27:30.000000000 +0900 @@ -591,7 +591,9 @@ } } -void tvterm_text_reverse(TVterm* p,int fx, int fy, int tx, int ty) +#if 0 /* DEAD CODE */ +void tvterm_text_reverse(TVterm* p,u_int fx, u_int fy, + u_int tx, u_int ty) { u_int from, to, y, swp, xx, x; u_char fc, bc, fc2, bc2; @@ -629,6 +631,7 @@ fx = 0; } } +#endif #if 0 /* Cursor related routines. */ jfbterm-0.4.7-userspace.patch: --- NEW FILE jfbterm-0.4.7-userspace.patch --- --- jfbterm-0.4.7/fbdpsp.c.userspace 2003-08-30 03:48:16.000000000 +0900 +++ jfbterm-0.4.7/fbdpsp.c 2006-07-25 21:13:20.000000000 +0900 @@ -827,8 +827,7 @@ #ifdef JFB_VGA16FB -#include -#include +#include #define GRAPHICS_ADDR_REG 0x3ce /* Graphics address register. */ #define GRAPHICS_DATA_REG 0x3cf /* Graphics data register. */ --- NEW FILE jfbterm.spec --- Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 Release: 6%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz Patch0: jfbterm-0.4.6-conf.patch #Patch1: jfbterm-0.4.6-Makefile.patch Patch1: jfbterm-0.4.7-remove-sticky.patch #Patch2: jfbterm-0.4.6-x86_64.patch Patch3: jfbterm-0.4.7-infinite_loop.patch Patch4: jfbterm-0.4.7-configure-header.patch Patch5: jfbterm-0.4.7-userspace.patch Patch10: jfbterm-0.4.7-remove-warning.patch Patch11: jfbterm-0.4.7-mmap-newkernel.patch Patch12: jfbterm-0.4.7-hang-onexit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://jfbterm.sourceforge.jp/ BuildRequires: gzip BuildRequires: autoconf # for tic BuildRequires: ncurses # Now efont-unicode-bdf is split. BuildRequires: efont-unicode-bdf BuildRequires: xorg-x11-fonts-base BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. Requires: efont-unicode-bdf Requires: xorg-x11-fonts-base Requires: xorg-x11-fonts-misc Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is supported since linux kernel 2.2.x (at least on ix86 architecture) and make it enable to display multilingual text on console. It is developed on ix86 architecture, and it will works on other architectures such as linux/ppc. Features: * It works with framebuffer device instead of VGA. * It supports pcf format font * It is not so fast because it doesn't take any advantages of accelaration. * It also support coding systems other than ISO-2022, such as SHIFT-JIS by using iconv(3). * It is userland program. %prep %setup -q %patch0 -p1 -b .conf %patch1 -p1 -b .remove_sticky %patch5 -p1 -b .userspace %patch3 -p1 -b .infinite_loop %patch4 -p1 -b .conf_header %patch10 -p1 -b .remove_warn %patch11 -p1 -b .nmap_newkernel %patch12 -p1 -b .hang_onexit %build # Copy fonts for a moment. cp -p %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz fonts/ # why does this package call autoheader automatically?? touch Makefile.in configure aclocal.m4 %{__autoheader} %configure --enable-direct-color %{__make} %{?_smp_mflags} tic -C terminfo.jfbterm > jfbterm.termcap %install %{__rm} -rf %{buildroot} relative_ln(){ set +x src=$1 target=$2 if [ -d $src ] ; then src=${src}/ ; fi if [ -d $target ] ; then target=${target}/ ; fi src=`echo $src | sed -e 's|//*|/|g'` target=`echo $target | sed -e 's|//*|/|g'` eval dist=\$\{target#%{buildroot}\} unset dir1 dir2 dir dir1=/ dir2=/ while [ x$dir1 = x$dir2 ] ; do dir=$dir1 src=`echo $src | sed -e 's|^[^/]*/||'` dist=`echo $dist | sed -e 's|^[^/]*/||'` dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" done dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` dir_upward=${dir_upward#/} set -x ln -sf ${dir_upward}${src} $target } %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm %{__make} DESTDIR=%{buildroot} install %{__mv} %{buildroot}%{_sysconfdir}/jfbterm.conf.sample \ %{buildroot}%{_sysconfdir}/jfbterm.conf %{__mkdir_p} %{buildroot}%{_mandir}/man1 %{__mkdir_p} %{buildroot}%{_mandir}/man5 %{__install} -m 644 jfbterm.1 %{buildroot}%{_mandir}/man1 %{__install} -m 644 jfbterm.conf.5 %{buildroot}%{_mandir}/man5 %{__mkdir_p} %{buildroot}%{_datadir}/terminfo/j tic -o %{buildroot}%{_datadir}/terminfo terminfo.jfbterm # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. %{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* relative_ln \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ for font in \ shnm8x16r.pcf.gz shnmk16.pcf.gz jisksp16-1990.pcf.gz \ 8x16.pcf.gz gb16fs.pcf.gz hanglg16.pcf.gz \ ; do status=1 for path in \ %{_datadir}/fonts/{japanese,ja}/misc \ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi done if [ $status = 1 ] ; then exit 1 ; fi done status=1 for num in `seq 1 15` ; do font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done if [ $status = 1 ] ; then exit 1 ; fi %{__cat} > 60-jfbterm.perms < 0660 /dev/tty0 0660 root 0600 /dev/console 0600 root EOF %{__mkdir_p} -m 755 %{buildroot}%{_sysconfdir}/security/console.perms.d %{__install} -m 644 60-jfbterm.perms \ %{buildroot}%{_sysconfdir}/security/console.perms.d/ # Change documents' fonts to UTF-8 %{__sed} -i -e 's|\r||' AUTHORS for f in AUTHORS ChangeLog ; do %{__mv} ${f} ${f}.orig iconv -f ISO-2022-JP -t UTF8 ${f}.orig > ${f} && \ %{__rm} -f ${f}.orig || %{__mv} ${f}.orig ${f} done %{__mv} README.ja README.ja.orig iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README* %doc jfbterm.termcap %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms %{_datadir}/fonts/jfbterm %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* %{_datadir}/terminfo/j/jfbterm %ChangeLog * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-6 - Really require fonts as they are symlinks. * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-5 - Install fonts required by relative symlinks. * Thu Aug 15 2006 Mamoru Tasaka 0.4.7-4 - Change the font search path. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-3 - Another attempt to remove sticky bit. - Move the entry where we copy fonts needed. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-2 - Fix man page entry. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-1 - Strict dist to fc5 and above. - Split efont-unicode-bdf to another rpm. * Tue Aug 1 2006 Mamoru Tasaka 0.4.7-0.15 - Clean up spec file and make some cosmetic change. - Specify the correct licence. * Tue Jul 25 2006 MACHIDA Hideki 0.4.7-0.9.1 - FIX: fc1 - fc3 font pathes. - add console.perms file for not use sticky bit (fc4 or later). * Tue Jul 25 2006 Mamoru Tasaka 0.4.7-0.9 - Remove gcc compilation warning. - Suppress mmap warning for linux >= 2.6.12 (this code is dead, perhaps?) - Workarround for occasional hang on exit. - Change Japanese documents coding to UTF-8. * Tue Jul 25 2006 Mamoru Tasaka 0.4.7-0.1 - Initial package for fc6 and fc5, based on srpm by Hideki Machida, initially by momonga linux project. * Fri Mar 24 2006 MACHIDA Hideki 0.4.7-matchy4 - for FedoraCore-5 * Tue Jun 14 2005 MACHIDA Hideki 0.4.7-matchy3 - for FedoraCore-4 * Wed May 18 2005 MACHIDA Hideki 0.4.7-matchy2 - add jfbterm-0.4.6-x86_64.patch and jfbterm-0.4.7-infinite_loop.patch - from 0.4.7-1m (momonga-linux). * Thu Feb 25 2005 MACHIDA Hideki 0.4.7-matchy1 - update to 0.4.7. * Thu Jan 27 2005 MACHIDA Hideki 0.4.6-matchy6 - for release. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy5.2 - add BuildPreReq: automake14, autoconf. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy5 - use %%dist macro. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy4 - add BuildPreReqs jisksp16-1990. * Fri Dec 31 2004 MACHIDA Hideki 0.4.6-matchy3 - fix debug package (Makefile patch). * Wed Dec 29 2004 MACHIDA Hideki 0.4.6-matchy2 - fix Packager and ChangeLog (^-^;) * Tue Dec 28 2004 MACHIDA Hideki 0.4.6-matchy1 - for FedoraCore-3 (from momonga-linux) - add efont-unicode - use tic. * Wed Dec 15 2004 TAKAHASHI Tamotsu - (0.4.6-1m) * Tue Apr 6 2004 Toru Hoshina - (0.4.3-2m) - not enumerate all of font file name. * Tue Sep 16 2003 Kazuhiko - (0.4.3-1m) - bugfixes * Mon Sep 15 2003 Kazuhiko - (0.4.2-1m) - include font files * Thu May 29 2003 Shingo Akagaki - (0.3.12-1m) - version 0.3.12 * Fri Feb 15 2002 Tsutomu Yasuda - (0.3.10-20k) - update Source0 URL * Tue May 22 2001 Toru Hoshina - (0.3.10-18k) * Tue May 8 2001 MATSUDA, Daiki - (0.3.10-16k) - add termcap to PreReq tag * Sun May 6 2001 MATSUDA, Daiki - (0.3.10-14k) - add PreReq tag for %post section * Tue Apr 17 2001 Tsutomu Yasuda - applied gcc296 patch * Sun Apr 15 2001 Toru Hoshina - revised spec file. - add ppc support. * Fri Oct 20 2000 Toru Hoshina - *Req*:tag never use ABS path * Wed Jul 05 2000 Toru Hoshina - rebuild against glibc-2.1.90, X-4.0, rpm-3.0.5. * Tue Apr 25 2000 Kenzi Cano - up to 0.3.10 * Wed Dec 01 1999 Motonobu Ichimura - up to 0.3.7 * Wed Nov 17 1999 Motonobu Ichimura - up to 0.2.3 * Fri Nov 12 1999 Motonobu Ichimura - up to 0.2.2 * Mon Nov 08 1999 Toru Hoshina - be a NoSrc :-P * Sat Oct 23 1999 Motonobu Ichimura - removed termcap and some changes added. - not use terminfo.kon but terminfo.jfbterm * Sat Oct 02 1999 Motonobu Ichimura - first release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 02:15:16 -0000 1.1 +++ .cvsignore 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +jfbterm-0.4.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 02:15:16 -0000 1.1 +++ sources 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +cb0b869bd1c21f0dd224b7fc40517680 jfbterm-0.4.7.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 02:19:22 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:19:22 -0700 Subject: owners owners.list,1.1437,1.1438 Message-ID: <200608210219.k7L2JOdN019176@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19159 Modified Files: owners.list Log Message: add jfbterm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1437 retrieving revision 1.1438 diff -u -r1.1437 -r1.1438 --- owners.list 21 Aug 2006 01:46:09 -0000 1.1437 +++ owners.list 21 Aug 2006 02:19:22 -0000 1.1438 @@ -649,6 +649,7 @@ Fedora Extras|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|javasvn|Pure Java Subversion client library|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|jed|A fast, compact editor based on the S-Lang screen library.|notting at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|jfbterm|Japanese Console for Linux Frame Buffer Device|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|jhead|Tool for displaying EXIF data embedded in JPEG images|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|jigdo|Ease distribution of large files over the Internet|ianburrell at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|jikes|A Java source file to bytecode compiler|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 02:55:12 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:55:12 -0700 Subject: rpms/jfbterm/devel jfbterm-0.4.7-ppc.patch, NONE, 1.1 jfbterm.spec, 1.1, 1.2 Message-ID: <200608210255.k7L2tESO019398@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19378 Modified Files: jfbterm.spec Added Files: jfbterm-0.4.7-ppc.patch Log Message: jfbterm-0.4.7-ppc.patch: --- NEW FILE jfbterm-0.4.7-ppc.patch --- --- jfbterm-0.4.7/fbcommon.c.ppc 2006-08-21 11:10:36.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-08-21 11:52:04.000000000 +0900 @@ -480,6 +480,13 @@ } } +/* The following may happen on ppc */ +/* Bollowed from /include/asm-powerpc/page.h */ +#ifndef PAGE_MASK +#define PAGE_SHIFT 12 +#define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) +#endif + void tfbm_open(TFrameBufferMemory* p) { struct stat st; Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jfbterm.spec 21 Aug 2006 02:16:09 -0000 1.1 +++ jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -15,6 +15,7 @@ Patch10: jfbterm-0.4.7-remove-warning.patch Patch11: jfbterm-0.4.7-mmap-newkernel.patch Patch12: jfbterm-0.4.7-hang-onexit.patch +Patch13: jfbterm-0.4.7-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://jfbterm.sourceforge.jp/ @@ -60,6 +61,7 @@ %patch10 -p1 -b .remove_warn %patch11 -p1 -b .nmap_newkernel %patch12 -p1 -b .hang_onexit +%patch13 -p1 -b .ppc_page_mask %build # Copy fonts for a moment. @@ -200,6 +202,9 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 +- Fix compilation problem on ppc. + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-6 - Really require fonts as they are symlinks. From fedora-extras-commits at redhat.com Mon Aug 21 06:25:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:03 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.15, 1.16 Message-ID: <200608210625.k7L6PZcl031591@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:35 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:35 -0000 1.15 +++ sources 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- wine-docs.spec 3 Aug 2006 11:32:35 -0000 1.15 +++ wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.16 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:01 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:01 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.18, 1.19 Message-ID: <200608210625.k7L6PXVT031583@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:33 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:01 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:33 -0000 1.15 +++ sources 21 Aug 2006 06:25:01 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- wine-docs.spec 3 Aug 2006 11:32:33 -0000 1.18 +++ wine-docs.spec 21 Aug 2006 06:25:01 -0000 1.19 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:03 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.15, 1.16 Message-ID: <200608210625.k7L6PZnS031596@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:41 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:03 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:41 -0000 1.15 +++ sources 21 Aug 2006 06:25:03 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- wine-docs.spec 3 Aug 2006 11:32:41 -0000 1.15 +++ wine-docs.spec 21 Aug 2006 06:25:03 -0000 1.16 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:02 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:02 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.22, 1.23 Message-ID: <200608210625.k7L6PYJt031588@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:34 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:34 -0000 1.15 +++ sources 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wine-docs.spec 3 Aug 2006 14:32:00 -0000 1.22 +++ wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.23 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:54 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:25:54 -0700 Subject: comps comps-fe6.xml,1.14,1.15 Message-ID: <200608210625.k7L6Pubx031655@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31633 Modified Files: comps-fe6.xml Log Message: gjots2 Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- comps-fe6.xml 19 Aug 2006 10:32:15 -0000 1.14 +++ comps-fe6.xml 21 Aug 2006 06:25:54 -0000 1.15 @@ -217,6 +217,7 @@ themes-backgrounds-gnome verbiste-gnome wp_tray + gjots2 From fedora-extras-commits at redhat.com Mon Aug 21 06:28:13 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:28:13 -0700 Subject: comps comps-fe5.xml,1.12,1.13 Message-ID: <200608210628.k7L6SFm2031723@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31705 Modified Files: comps-fe5.xml Log Message: gjots2, nuttcp Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- comps-fe5.xml 19 Aug 2006 01:19:25 -0000 1.12 +++ comps-fe5.xml 21 Aug 2006 06:28:12 -0000 1.13 @@ -217,8 +217,8 @@ gtkalog gtkdatabox gnome-vfsmm26-devel +` libsexy-devel gquilt - libsexy-devel @@ -483,6 +483,7 @@ tinyerp tinyerp-server xchm + gjots2 @@ -576,6 +577,7 @@ vnstat vpnc wine + nuttcp From fedora-extras-commits at redhat.com Mon Aug 21 06:38:43 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:38:43 -0700 Subject: comps comps-fe6.xml,1.15,1.16 Message-ID: <200608210638.k7L6cjrw031836@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31819 Modified Files: comps-fe6.xml Log Message: nuttcp Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- comps-fe6.xml 21 Aug 2006 06:25:54 -0000 1.15 +++ comps-fe6.xml 21 Aug 2006 06:38:43 -0000 1.16 @@ -683,6 +683,7 @@ torque-server ushare vnc-reflector + nuttcp From fedora-extras-commits at redhat.com Mon Aug 21 06:54:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:54:52 -0700 Subject: rpms/libopensync-plugin-evolution2/FC-5 libopensync-plugin-evolution2.spec, 1.6, 1.7 Message-ID: <200608210654.k7L6ss3F031896@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31879 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/libopensync-plugin-evolution2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-evolution2.spec 9 Jun 2006 09:21:18 -0000 1.6 +++ libopensync-plugin-evolution2.spec 21 Aug 2006 06:54:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.18 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Aug 21 2006 Andreas Bierfert 0.18-8 +- bump + * Fri Jun 09 2006 Andreas Bierfert 0.18-7 - bump From fedora-extras-commits at redhat.com Mon Aug 21 06:58:13 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:58:13 -0700 Subject: rpms/libopensync-plugin-evolution2/devel libopensync-plugin-evolution2.spec, 1.5, 1.6 Message-ID: <200608210658.k7L6wFPG031966@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31949 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-evolution2.spec 16 Feb 2006 23:15:19 -0000 1.5 +++ libopensync-plugin-evolution2.spec 21 Aug 2006 06:58:13 -0000 1.6 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.18 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Aug 21 2006 Andreas Bierfert 0.18-8 +- bump + * Thu Feb 16 2006 Andreas Bierfert 0.18-6 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 21 07:01:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:16 -0700 Subject: rpms/openal/FC-3 openal-pause.patch,NONE,1.1 openal.spec,1.12,1.13 Message-ID: <200608210701.k7L71mTk002240@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-3 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openal.spec 27 Feb 2006 11:35:08 -0000 1.12 +++ openal.spec 21 Aug 2006 07:01:16 -0000 1.13 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.4.20060204cvs%{?dist} +Release: 0.5.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -51,9 +52,9 @@ %prep %setup -q -n portable - %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -101,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.5.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:19 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:19 -0700 Subject: rpms/openal/FC-4 openal-pause.patch,NONE,1.1 openal.spec,1.17,1.18 Message-ID: <200608210701.k7L71sV6002241@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-4 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-4/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:35:14 -0000 1.17 +++ openal.spec 21 Aug 2006 07:01:18 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.4.20060204cvs%{?dist} +Release: 0.5.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -51,9 +52,9 @@ %prep %setup -q -n portable - %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -101,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.5.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:27 -0700 Subject: rpms/openal/FC-5 openal-pause.patch,NONE,1.1 openal.spec,1.17,1.18 Message-ID: <200608210702.k7L71xqI002244@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-5 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-5/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:03:33 -0000 1.17 +++ openal.spec 21 Aug 2006 07:01:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.5.20060204cvs%{?dist} +Release: 0.6.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,8 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +# see #202260 +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -53,6 +55,7 @@ %setup -q -n portable %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -100,6 +103,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.6.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:34 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:34 -0700 Subject: rpms/openal/devel openal-pause.patch, NONE, 1.1 openal.spec, 1.18, 1.19 Message-ID: <200608210702.k7L729KL002249@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/devel Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 1 Aug 2006 12:42:31 -0000 1.18 +++ openal.spec 21 Aug 2006 07:01:34 -0000 1.19 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.6.20060204cvs%{?dist} +Release: 0.7.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -53,6 +54,7 @@ %setup -q -n portable %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -100,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.7.20060204 +- apply patch from Hans de Goede (#202260) + * Tue Aug 01 2006 Andreas Bierfert 0.0.9-0.6.20060204 - fix #200439 From fedora-extras-commits at redhat.com Mon Aug 21 07:40:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:55 -0700 Subject: rpms/wine/FC-5 .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 wine.spec, 1.31, 1.32 Message-ID: <200608210740.k7L7ev8c002824@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-5 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 10 Jul 2006 21:43:38 -0000 1.19 +++ .cvsignore 21 Aug 2006 07:40:55 -0000 1.20 @@ -1 +1 @@ -wine-0.9.17-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 10 Jul 2006 21:43:38 -0000 1.20 +++ sources 21 Aug 2006 07:40:55 -0000 1.21 @@ -1 +1 @@ -4f82aaaa09d456401ec72cf36581ef76 wine-0.9.17-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- wine.spec 10 Jul 2006 21:43:38 -0000 1.31 +++ wine.spec 21 Aug 2006 07:40:55 -0000 1.32 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.17 +Version: 0.9.19 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.17-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -354,8 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -415,6 +414,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -426,6 +426,7 @@ %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 %{_libdir}/wine/imm32.dll.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/inseng.dll.so %{_libdir}/wine/iphlpapi.dll.so %{_libdir}/wine/itss.dll.so @@ -680,6 +681,14 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 07:40:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:56 -0700 Subject: rpms/wine/devel .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 wine.spec, 1.31, 1.32 Message-ID: <200608210740.k7L7ewLp002831@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/devel Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 10 Jul 2006 21:43:39 -0000 1.19 +++ .cvsignore 21 Aug 2006 07:40:56 -0000 1.20 @@ -1 +1 @@ -wine-0.9.17-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 10 Jul 2006 21:43:39 -0000 1.20 +++ sources 21 Aug 2006 07:40:56 -0000 1.21 @@ -1 +1 @@ -4f82aaaa09d456401ec72cf36581ef76 wine-0.9.17-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- wine.spec 10 Jul 2006 21:43:39 -0000 1.31 +++ wine.spec 21 Aug 2006 07:40:56 -0000 1.32 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.17 +Version: 0.9.19 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.17-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -354,8 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -415,6 +414,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -426,6 +426,7 @@ %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 %{_libdir}/wine/imm32.dll.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/inseng.dll.so %{_libdir}/wine/iphlpapi.dll.so %{_libdir}/wine/itss.dll.so @@ -680,6 +681,14 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 07:40:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:54 -0700 Subject: rpms/wine/FC-4 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 wine.spec, 1.26, 1.27 Message-ID: <200608210741.k7L7eunn002820@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-4 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 4 Jul 2006 11:30:36 -0000 1.17 +++ .cvsignore 21 Aug 2006 07:40:54 -0000 1.18 @@ -1 +1 @@ -wine-0.9.16-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 4 Jul 2006 11:30:36 -0000 1.18 +++ sources 21 Aug 2006 07:40:54 -0000 1.19 @@ -1 +1 @@ -80cd252091082fbc9f0a57fc35e79877 wine-0.9.16-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wine.spec 5 Jul 2006 07:51:48 -0000 1.26 +++ wine.spec 21 Aug 2006 07:40:54 -0000 1.27 @@ -1,13 +1,13 @@ Name: wine -Version: 0.9.16 -Release: 2%{?dist} +Version: 0.9.19 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.16-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -316,6 +316,7 @@ %{_initrddir}/wine %{_libdir}/wine/expand.exe.so %{_libdir}/wine/msiexec.exe.so +%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/regedit.exe.so %{_libdir}/wine/regsvr32.exe.so %{_libdir}/wine/rpcss.exe.so @@ -341,8 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -363,6 +363,7 @@ %{_libdir}/wine/commdlg.dll16 %{_libdir}/wine/compobj.dll16 %{_libdir}/wine/compstui.dll.so +%{_libdir}/wine/cryptnet.dll.so %{_libdir}/wine/crtdll.dll.so %{_libdir}/wine/crypt32.dll.so %{_libdir}/wine/cryptdll.dll.so @@ -401,6 +402,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -408,6 +410,7 @@ %{_libdir}/wine/icinfo.exe.so %{_libdir}/wine/icmp.dll.so %{_libdir}/wine/ifsmgr.vxd.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/imaadp32.acm.so %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 @@ -478,11 +481,11 @@ %{_libdir}/wine/olepro32.dll.so %{_libdir}/wine/olesvr.dll16 %{_libdir}/wine/olesvr32.dll.so -%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so +%{_libdir}/wine/query.dll.so %{_libdir}/wine/rasapi16.dll16 %{_libdir}/wine/rasapi32.dll.so %{_libdir}/wine/riched20.dll.so @@ -666,6 +669,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 0.9.16-2 - fix #197637 From fedora-extras-commits at redhat.com Mon Aug 21 07:41:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:41:16 -0700 Subject: rpms/openal/FC-5 openal.spec,1.18,1.19 Message-ID: <200608210741.k7L7fIEq002853@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2749 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-5/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 21 Aug 2006 07:01:26 -0000 1.18 +++ openal.spec 21 Aug 2006 07:41:16 -0000 1.19 @@ -28,8 +28,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -106,6 +106,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.6.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 07:40:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:54 -0700 Subject: rpms/wine/FC-3 .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 wine.spec, 1.24, 1.25 Message-ID: <200608210741.k7L7fQWt002888@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-3 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 4 Jul 2006 11:30:35 -0000 1.16 +++ .cvsignore 21 Aug 2006 07:40:54 -0000 1.17 @@ -1 +1 @@ -wine-0.9.16-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 4 Jul 2006 11:30:35 -0000 1.17 +++ sources 21 Aug 2006 07:40:54 -0000 1.18 @@ -1 +1 @@ -80cd252091082fbc9f0a57fc35e79877 wine-0.9.16-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- wine.spec 5 Jul 2006 07:51:47 -0000 1.24 +++ wine.spec 21 Aug 2006 07:40:54 -0000 1.25 @@ -1,13 +1,13 @@ Name: wine -Version: 0.9.16 -Release: 2%{?dist} +Version: 0.9.19 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.16-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -316,6 +316,7 @@ %{_initrddir}/wine %{_libdir}/wine/expand.exe.so %{_libdir}/wine/msiexec.exe.so +%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/regedit.exe.so %{_libdir}/wine/regsvr32.exe.so %{_libdir}/wine/rpcss.exe.so @@ -341,8 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -363,6 +363,7 @@ %{_libdir}/wine/commdlg.dll16 %{_libdir}/wine/compobj.dll16 %{_libdir}/wine/compstui.dll.so +%{_libdir}/wine/cryptnet.dll.so %{_libdir}/wine/crtdll.dll.so %{_libdir}/wine/crypt32.dll.so %{_libdir}/wine/cryptdll.dll.so @@ -401,6 +402,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -408,6 +410,7 @@ %{_libdir}/wine/icinfo.exe.so %{_libdir}/wine/icmp.dll.so %{_libdir}/wine/ifsmgr.vxd.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/imaadp32.acm.so %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 @@ -478,11 +481,11 @@ %{_libdir}/wine/olepro32.dll.so %{_libdir}/wine/olesvr.dll16 %{_libdir}/wine/olesvr32.dll.so -%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so +%{_libdir}/wine/query.dll.so %{_libdir}/wine/rasapi16.dll16 %{_libdir}/wine/rasapi32.dll.so %{_libdir}/wine/riched20.dll.so @@ -666,6 +669,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 0.9.16-2 - fix #197637 From fedora-extras-commits at redhat.com Mon Aug 21 07:55:37 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:55:37 -0700 Subject: rpms/openal/FC-3 openal.spec,1.13,1.14 Message-ID: <200608210756.k7L7u97P003120@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088/FC-3 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openal.spec 21 Aug 2006 07:01:16 -0000 1.13 +++ openal.spec 21 Aug 2006 07:55:37 -0000 1.14 @@ -27,8 +27,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -105,6 +105,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.5.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 07:55:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:55:38 -0700 Subject: rpms/openal/FC-4 openal.spec,1.18,1.19 Message-ID: <200608210756.k7L7uAwv003123@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088/FC-4 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-4/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 21 Aug 2006 07:01:18 -0000 1.18 +++ openal.spec 21 Aug 2006 07:55:38 -0000 1.19 @@ -27,8 +27,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -105,6 +105,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.5.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 08:07:05 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 21 Aug 2006 01:07:05 -0700 Subject: comps comps-fe5.xml.in,1.109,1.110 comps-fe6.xml.in,1.106,1.107 Message-ID: <200608210807.k7L877S2005954@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5935 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add jfbterm Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- comps-fe5.xml.in 20 Aug 2006 21:12:42 -0000 1.109 +++ comps-fe5.xml.in 21 Aug 2006 08:07:05 -0000 1.110 @@ -569,6 +569,7 @@ hercules ibmonitor inadyn + jfbterm lirc moodss moomps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- comps-fe6.xml.in 20 Aug 2006 21:12:42 -0000 1.106 +++ comps-fe6.xml.in 21 Aug 2006 08:07:05 -0000 1.107 @@ -616,6 +616,7 @@ inadyn ip6sic isic + jfbterm john kdirstat ksmarttray From fedora-extras-commits at redhat.com Mon Aug 21 08:14:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 21 Aug 2006 01:14:34 -0700 Subject: comps comps-fe5.xml.in,1.110,1.111 comps-fe6.xml.in,1.107,1.108 Message-ID: <200608210814.k7L8Ebj0006009@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5990 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add efont-unicode-bdf Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- comps-fe5.xml.in 21 Aug 2006 08:07:05 -0000 1.110 +++ comps-fe5.xml.in 21 Aug 2006 08:14:34 -0000 1.111 @@ -809,6 +809,7 @@ alltray aterm + efont-unicode-bdf fonttools rxvt workrave Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- comps-fe6.xml.in 21 Aug 2006 08:07:05 -0000 1.107 +++ comps-fe6.xml.in 21 Aug 2006 08:14:34 -0000 1.108 @@ -884,6 +884,7 @@ alltray aterm Canna + efont-unicode-bdf FreeWnn fonttools kinput2 From fedora-extras-commits at redhat.com Mon Aug 21 09:43:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 02:43:44 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.20, 1.21 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608210943.k7L9hkfO009077@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9056 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.10 Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gtkwave.spec 11 Aug 2006 10:50:30 -0000 1.20 +++ gtkwave.spec 21 Aug 2006 09:43:44 -0000 1.21 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 10:50:30 -0000 1.19 +++ sources 21 Aug 2006 09:43:44 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 10:50:30 -0000 1.19 +++ .cvsignore 21 Aug 2006 09:43:44 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 10:28:48 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 03:28:48 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.19, 1.20 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608211028.k7LASoZj012081@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12060 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkwave.spec 11 Aug 2006 11:19:27 -0000 1.19 +++ gtkwave.spec 21 Aug 2006 10:28:48 -0000 1.20 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 11:19:27 -0000 1.19 +++ sources 21 Aug 2006 10:28:48 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 11:19:27 -0000 1.19 +++ .cvsignore 21 Aug 2006 10:28:48 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 10:29:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 03:29:23 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.18, 1.19 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608211029.k7LATPBi012111@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12087 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 11 Aug 2006 11:20:19 -0000 1.18 +++ gtkwave.spec 21 Aug 2006 10:29:23 -0000 1.19 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 11:20:19 -0000 1.19 +++ sources 21 Aug 2006 10:29:23 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 11:20:19 -0000 1.19 +++ .cvsignore 21 Aug 2006 10:29:23 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 14:19:58 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 21 Aug 2006 07:19:58 -0700 Subject: fedora-security/audit fc5,1.288,1.289 Message-ID: <200608211419.k7LEJwQA023826@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23808/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-922 (ncompress) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.288 retrieving revision 1.289 diff -u -r1.288 -r1.289 --- fc5 18 Aug 2006 21:10:21 -0000 1.288 +++ fc5 21 Aug 2006 14:19:56 -0000 1.289 @@ -317,7 +317,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-837] -CVE-2006-1168 VULNERABLE (ncompress) #201919 +CVE-2006-1168 backport (ncompress) #201919 [since FEDORA-2006-922] CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability From fedora-extras-commits at redhat.com Mon Aug 21 15:02:25 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 08:02:25 -0700 Subject: rpms/clement/devel clement.spec,1.1,1.2 Message-ID: <200608211502.k7LF2w7Y026628@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26605 Modified Files: clement.spec Log Message: Tag problem Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clement.spec 21 Aug 2006 01:40:39 -0000 1.1 +++ clement.spec 21 Aug 2006 15:02:24 -0000 1.2 @@ -10,6 +10,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel +BuildRequires: byacc Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 15:05:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:05:42 -0700 Subject: rpms/xdg-utils/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211505.k7LF5iNr026724@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26703 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:05:42 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:05:42 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:20:40 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:05:42 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:07:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:07:02 -0700 Subject: rpms/xdg-utils/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211507.k7LF74Zb026813@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26789 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:07:02 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:07:02 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:20:57 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:07:02 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:07:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:07:22 -0700 Subject: rpms/xdg-utils/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211507.k7LF7Ot5026880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26859 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:07:22 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:07:22 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:21:15 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:07:22 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:20:05 2006 From: fedora-extras-commits at redhat.com (Charles Coldwell (coldwell)) Date: Mon, 21 Aug 2006 08:20:05 -0700 Subject: comps comps-fe6.xml.in,1.108,1.109 Message-ID: <200608211520.k7LFK7TQ026993@cvs-int.fedora.redhat.com> Author: coldwell Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26976 Modified Files: comps-fe6.xml.in Log Message: BZ#198928 add lsscsi to FE (Hardware Support Utilities group) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- comps-fe6.xml.in 21 Aug 2006 08:14:34 -0000 1.108 +++ comps-fe6.xml.in 21 Aug 2006 15:20:05 -0000 1.109 @@ -672,6 +672,7 @@ opensc s3switch tpb + lsscsi From fedora-extras-commits at redhat.com Mon Aug 21 15:26:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:26:43 -0700 Subject: rpms/kdmtheme - New directory Message-ID: <200608211526.k7LFQj17027072@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27051/kdmtheme Log Message: Directory /cvs/extras/rpms/kdmtheme added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:26:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:26:44 -0700 Subject: rpms/kdmtheme/devel - New directory Message-ID: <200608211526.k7LFQkeP027075@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27051/kdmtheme/devel Log Message: Directory /cvs/extras/rpms/kdmtheme/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:27:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:27:06 -0700 Subject: rpms/kdmtheme Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211527.k7LFR8Bm027129@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096 Added Files: Makefile import.log Log Message: Setup of module kdmtheme --- NEW FILE Makefile --- # Top level Makefile for module kdmtheme all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 15:27:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:27:06 -0700 Subject: rpms/kdmtheme/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211527.k7LFR83a027132@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kdmtheme --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 15:28:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:28:23 -0700 Subject: rpms/kdmtheme/devel kdmtheme.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211528.k7LFStbD027204@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27160/devel Modified Files: .cvsignore sources Added Files: kdmtheme.spec Log Message: auto-import kdmtheme-1.1.2-2 on branch devel from kdmtheme-1.1.2-2.src.rpm --- NEW FILE kdmtheme.spec --- Name: kdmtheme Version: 1.1.2 Release: 2%{?dist} Summary: Theme Manager for KDM License: GPL Group: User Interface/Desktops URL: http://www.kde-look.org/content/show.php?content=22120 Source0: http://beta.smileaf.org/files/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils, kdebase-devel Requires: kdebase %description KDM Theme manager is just what it says a theme Manager for KDM. This control module allows you to easily add, remove and select any KDM theme you want. %prep %setup -q %build %configure \ --enable-new-ldflags \ --disable-debug \ --disable-warnings \ --disable-dependency-tracking \ --enable-final make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # Fix absolute symlink rm -f $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common ln -s ../common $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category System \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_datadir}/applications/fedora-%{name}.desktop %{_libdir}/kde3/kcm_%{name}.la %{_libdir}/kde3/kcm_%{name}.so %{_docdir}/HTML/*/%{name}/ %changelog * Tue Jun 13 2006 Chitlesh Goorah - 1.1.2-1 - Corrected %%URL and %%configure * Tue Jun 13 2006 Chitlesh Goorah - 1.1.2-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 15:27:06 -0000 1.1 +++ .cvsignore 21 Aug 2006 15:28:23 -0000 1.2 @@ -0,0 +1 @@ +kdmtheme-1.1.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 15:27:06 -0000 1.1 +++ sources 21 Aug 2006 15:28:23 -0000 1.2 @@ -0,0 +1 @@ +40bacda700e847aab7070babc15f67ca kdmtheme-1.1.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 15:28:22 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:28:22 -0700 Subject: rpms/kdmtheme import.log,1.1,1.2 Message-ID: <200608211528.k7LFSsFA027200@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27160 Modified Files: import.log Log Message: auto-import kdmtheme-1.1.2-2 on branch devel from kdmtheme-1.1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 15:27:06 -0000 1.1 +++ import.log 21 Aug 2006 15:28:22 -0000 1.2 @@ -0,0 +1 @@ +kdmtheme-1_1_2-2:HEAD:kdmtheme-1.1.2-2.src.rpm:1156174278 From fedora-extras-commits at redhat.com Mon Aug 21 15:29:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 21 Aug 2006 08:29:05 -0700 Subject: comps comps-fe5.xml.in,1.111,1.112 comps-fe6.xml.in,1.109,1.110 Message-ID: <200608211529.k7LFT7VH027254@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27235 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add hfsplus-tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- comps-fe5.xml.in 21 Aug 2006 08:14:34 -0000 1.111 +++ comps-fe5.xml.in 21 Aug 2006 15:29:05 -0000 1.112 @@ -567,6 +567,7 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn jfbterm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- comps-fe6.xml.in 21 Aug 2006 15:20:05 -0000 1.109 +++ comps-fe6.xml.in 21 Aug 2006 15:29:05 -0000 1.110 @@ -612,6 +612,7 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn ip6sic From fedora-extras-commits at redhat.com Mon Aug 21 15:30:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:30:39 -0700 Subject: rpms/kmenu-gnome - New directory Message-ID: <200608211530.k7LFUfZx027326@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27305/kmenu-gnome Log Message: Directory /cvs/extras/rpms/kmenu-gnome added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:30:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:30:39 -0700 Subject: rpms/kmenu-gnome/devel - New directory Message-ID: <200608211530.k7LFUfw7027329@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27305/kmenu-gnome/devel Log Message: Directory /cvs/extras/rpms/kmenu-gnome/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:31:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:04 -0700 Subject: rpms/kmenu-gnome Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211531.k7LFV6Vv027391@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27361 Added Files: Makefile import.log Log Message: Setup of module kmenu-gnome --- NEW FILE Makefile --- # Top level Makefile for module kmenu-gnome all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 15:31:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:04 -0700 Subject: rpms/kmenu-gnome/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211531.k7LFV6sM027395@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27361/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kmenu-gnome --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 15:31:57 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:57 -0700 Subject: rpms/kmenu-gnome import.log,1.1,1.2 Message-ID: <200608211531.k7LFVxbd027464@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27431 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6-3 on branch devel from kmenu-gnome-0.6-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 15:31:03 -0000 1.1 +++ import.log 21 Aug 2006 15:31:57 -0000 1.2 @@ -0,0 +1 @@ +kmenu-gnome-0_6-3:HEAD:kmenu-gnome-0.6-3.src.rpm:1156174493 From fedora-extras-commits at redhat.com Mon Aug 21 15:31:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:58 -0700 Subject: rpms/kmenu-gnome/devel kmenu-gnome.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211532.k7LFW0D4027469@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27431/devel Modified Files: .cvsignore sources Added Files: kmenu-gnome.spec Log Message: auto-import kmenu-gnome-0.6-3 on branch devel from kmenu-gnome-0.6-3.src.rpm --- NEW FILE kmenu-gnome.spec --- %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome Version: 0.6 Release: 3%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL Group: User Interface/Desktops URL: http://ariszlo.tripod.com Source: http://www.kde-look.org/content/files/31025-%{name}-%{version}.tar.gz BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: kdebase >= 6:3.5.1, redhat-artwork %description K Menu with Gnome folder and extra icons for Fedora Core 5 or later. %prep %setup -q %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged mkdir -p %{buildroot}%{_icondir}/Bluecurve/{16x16,24x24,32x32,48x48}/apps mv %{name}/%{name}.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged mv %{name}/fc5-hide-bug196275.menu \ %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged #https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196275 cp -r desktop-directories icons %{name} %{buildroot}%{_datadir} #Ignore dangling-relative-symlink warnings #http://qa.mandriva.com/twiki/bin/view/Main/PackagingProblems#RpmLint_Warnings ( cd %{buildroot}%{_datadir}/desktop-directories ln -s kde-games-kidsgames.directory kde-games-kids.directory ) ( cd %{buildroot}%{_icondir}/Bluecurve/16x16/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/24x24/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/32x32/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/48x48/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/crystalsvg/16x16/apps ln -s ../../../gnome/16x16/stock/generic/stock_calendar.png . ln -s ../../../gnome/16x16/stock/net/stock_contact.png . ln -s ../../../gnome/16x16/stock/io/stock_print.png . ln -s ../../../gnome/16x16/stock/document/stock_task.png . ) ( cd %{buildroot}%{_icondir}/crystalsvg/32x32/apps ln -s ../../../gnome/32x32/stock/generic/stock_calendar.png . ln -s ../../../gnome/32x32/stock/net/stock_contact.png . ln -s ../../../gnome/32x32/stock/io/stock_print.png . ln -s ../../../gnome/24x24/stock/document/stock_task.png . ) ( cd %{buildroot}%{_icondir}/crystalsvg/48x48/apps ln -s ../../../gnome/48x48/apps/accessibility-directory.png . ln -s ../../../gnome/48x48/apps/gnome-system.png . ln -s ../../../gnome/48x48/stock/generic/stock_calendar.png . ln -s ../../../gnome/48x48/stock/net/stock_contact.png . ln -s ../../../gnome/48x48/stock/io/stock_print.png . ) %clean rm -rf %{buildroot} # dropped gtk-update-icon-cache from %%post and %preun # from http://fedoraproject.org/wiki/ScriptletSnippets: # For KDE, just 'touch'ing the top-level icon directory is enough. # Also since kmenu-gnome does not affect on gnome menus, its useless to have # gtk-update-icon-cache. %post touch --no-create %{_icondir}/Bluecurve || : touch --no-create %{_icondir}/crystalsvg || : %preun touch --no-create %{_icondir}/Bluecurve || : touch --no-create %{_icondir}/crystalsvg || : %files %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/xdg/menus/applications-merged/%{name}.menu %config(noreplace) %{_sysconfdir}/xdg/menus/applications-merged/fc5-hide-bug196275.menu %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_datadir}/desktop-directories/*.directory %{_icondir}/Bluecurve/*/*/*.png %{_icondir}/crystalsvg/*/*/*.png %doc ChangeLog COPYING GPL LGPL README %changelog * Sun Aug 13 2006 Chitlesh Goorah - 0.6-3 - Added redhat-artwork as %%Requires and %%build - touching Bluecurve and crystalsvg folders - fixed license GPL/LGPL * Sun Jul 02 2006 Chitlesh Goorah - 0.6-2 - fixed Source URL * Sat Jul 01 2006 Ariszlo - 0.6-1 - renamed fc5-fix-administration-mergefile.menu fc5-hide-bug196275.menu - release 0.6 * Thu Jun 29 2006 31025 - Added comment on the exclusion of gtk-update-icon-cache from %%post and %preun * Thu Jun 29 2006 Chitlesh Goorah - 0.5.1-2pre3 - dropped gtk-update-icon-cache from %%post and %preun - corrected the top-level icon directory in %%post and %preun * Wed Jun 28 2006 Ariszlo - 0.5.1-1pre3 - added fc5-fix-administration-mergefile.menu - removed fedora-xdg.patch - dropped support for FC4 - repacked lost symlinks * Mon Jun 26 2006 Chitlesh Goorah - 0.5.1-2pre2 - GTK+ icon cache added in %%post and %%preun - fixed dangling-relative-symlink - make use of the macro %%icondir * Mon Jun 26 2006 Ariszlo - 0.5.1-1pre2 - removed hicolor directories only needed in Debian and Slackware - removed GTK+ icon cache * Mon Jun 26 2006 Chitlesh Goorah - 0.5.1-1pre1 - fix rpmlint issues - conffile-without-noreplace-flag - dropped %%build * Fri Jun 23 2006 Ariszlo - 0.5.1-0pre2 - moved icon links under %%install * Thu Jun 22 2006 Ariszlo - 0.5.1-0pre1 - preparing release 0.5.1 - merged FC4 and FC5 specs - removed /* from %%files - added %%config /etc/xdg/menus/applications-merged/kmenu-gnome.menu - added %%dir %{_datadir}/%{name} - added %%dir %{_datadir}/%{name} - added %%{_datadir}/%{name}/* - added %%{_datadir}/desktop-directories/*.directory - added %%{_datadir}/icons/*/*/*/*.png * Wed Jun 21 2006 Chitlesh Goorah - 0.5-2 - added %%config(noreplace) - GTK+ icon cache added in %%post and %%preun * Tue Jun 20 2006 Chitlesh Goorah - 0.5-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 15:31:04 -0000 1.1 +++ .cvsignore 21 Aug 2006 15:31:58 -0000 1.2 @@ -0,0 +1 @@ +31025-kmenu-gnome-0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 15:31:04 -0000 1.1 +++ sources 21 Aug 2006 15:31:58 -0000 1.2 @@ -0,0 +1 @@ +9b36e22fc02f022e35fae3241ec9d622 31025-kmenu-gnome-0.6.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 15:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:36:29 -0700 Subject: owners owners.list,1.1438,1.1439 Message-ID: <200608211536.k7LFaVKp027550@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27533/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1438 retrieving revision 1.1439 diff -u -r1.1438 -r1.1439 --- owners.list 21 Aug 2006 02:19:22 -0000 1.1438 +++ owners.list 21 Aug 2006 15:36:28 -0000 1.1439 @@ -680,6 +680,7 @@ Fedora Extras|kdirstat|A KDE Utility program that sums updisk usage|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| @@ -691,6 +692,7 @@ Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kmymoney2|Personal finance|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|knemo|A KDE network monitoring tool|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 16:09:01 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:09:01 -0700 Subject: rpms/glibmm24/devel .cvsignore, 1.10, 1.11 glibmm.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200608211609.k7LG93Xd030451@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30430 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 25 Jun 2006 22:49:46 -0000 1.10 +++ .cvsignore 21 Aug 2006 16:09:01 -0000 1.11 @@ -1 +1 @@ -glibmm-2.10.4.tar.bz2 +glibmm-2.12.0.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- glibmm.spec 25 Jun 2006 22:49:46 -0000 1.13 +++ glibmm.spec 21 Aug 2006 16:09:01 -0000 1.14 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.10.4 +Version: 2.12.0 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 21 2006 Denis Leroy - 2.12.0-1 +- Update to 2.12.0 + * Sun Jun 25 2006 Denis Leroy - 2.10.4-1 - Update to 2.10.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 25 Jun 2006 22:49:46 -0000 1.11 +++ sources 21 Aug 2006 16:09:01 -0000 1.12 @@ -1 +1 @@ -f70548195299d82f61915654d55b2a06 glibmm-2.10.4.tar.bz2 +5f6c1ced9e2537f512d5b37f7f2f58ce glibmm-2.12.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 16:38:56 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:38:56 -0700 Subject: rpms/gtkmm24/devel .cvsignore, 1.8, 1.9 gtkmm.spec, 1.14, 1.15 sources, 1.10, 1.11 Message-ID: <200608211638.k7LGcw4u030629@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30608 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.0. Now depends on cairomm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 25 Jun 2006 23:31:54 -0000 1.8 +++ .cvsignore 21 Aug 2006 16:38:55 -0000 1.9 @@ -1 +1 @@ -gtkmm-2.8.8.tar.bz2 +gtkmm-2.10.0.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkmm.spec 25 Jun 2006 23:58:17 -0000 1.14 +++ gtkmm.spec 21 Aug 2006 16:38:55 -0000 1.15 @@ -1,6 +1,6 @@ Name: gtkmm24 -Version: 2.8.8 -Release: 2%{?dist} +Version: 2.10.0 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -12,11 +12,12 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.8.0 +BuildRequires: glibmm24-devel >= 2.11.3 BuildRequires: atk-devel >= 1.9.0 -BuildRequires: pango-devel >= 1.10.0 -BuildRequires: gtk2-devel >= 2.8.0 +BuildRequires: pango-devel >= 1.5.2 +BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: glib2-devel >= 2.8.0 +BuildRequires: cairomm-devel >= 1.1.12 %description gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. @@ -100,6 +101,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.10.0-1 +- Update to 2.10.0. Now depends on cairomm + * Sun Jun 25 2006 Denis Leroy - 2.8.8-2 - Added dist postfix to release version Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 25 Jun 2006 23:31:54 -0000 1.10 +++ sources 21 Aug 2006 16:38:55 -0000 1.11 @@ -1 +1 @@ -319a7847f67c5099a78afb495e148143 gtkmm-2.8.8.tar.bz2 +afdb26edc78060cbbb057df25f0416d3 gtkmm-2.10.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 16:40:20 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 09:40:20 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.3, 1.4 ktorrent.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200608211640.k7LGeN6v030703@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30682 Modified Files: .cvsignore ktorrent.spec sources Log Message: Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Aug 2006 03:19:49 -0000 1.3 +++ .cvsignore 21 Aug 2006 16:40:20 -0000 1.4 @@ -1 +1,2 @@ ktorrent-2.0.tar.gz +ktorrent-2.0.1.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ktorrent.spec 20 Aug 2006 16:00:15 -0000 1.7 +++ ktorrent.spec 21 Aug 2006 16:40:20 -0000 1.8 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0 -Release: 6%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz +Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 21 2006 Roland Wolters 2.0.1-1 +- update to version 2.0.1 + * Sun Aug 20 2006 Roland Wolters 2.0-6 - increased minor version to avoid broken update path Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Aug 2006 03:19:49 -0000 1.3 +++ sources 21 Aug 2006 16:40:20 -0000 1.4 @@ -1 +1,2 @@ c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz +170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:42:59 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:42:59 -0700 Subject: rpms/apcupsd/FC-4 .cvsignore, 1.4, 1.5 apcupsd.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608211643.k7LGh2FD030815@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/FC-4 Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Feb 2006 22:10:07 -0000 1.4 +++ .cvsignore 21 Aug 2006 16:42:59 -0000 1.5 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/apcupsd.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apcupsd.spec 14 Feb 2006 22:10:07 -0000 1.5 +++ apcupsd.spec 21 Aug 2006 16:42:59 -0000 1.6 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Feb 14 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Feb 2006 22:10:07 -0000 1.4 +++ sources 21 Aug 2006 16:42:59 -0000 1.5 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:43:00 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:43:00 -0700 Subject: rpms/apcupsd/FC-5 .cvsignore, 1.5, 1.6 apcupsd.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608211643.k7LGh2Gk030821@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/FC-5 Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 18:31:17 -0000 1.5 +++ .cvsignore 21 Aug 2006 16:43:00 -0000 1.6 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/apcupsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apcupsd.spec 13 Feb 2006 18:31:17 -0000 1.8 +++ apcupsd.spec 21 Aug 2006 16:43:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Jan 10 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 18:31:17 -0000 1.5 +++ sources 21 Aug 2006 16:43:00 -0000 1.6 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:43:01 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:43:01 -0700 Subject: rpms/apcupsd/devel .cvsignore, 1.5, 1.6 apcupsd.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608211643.k7LGh3CR030827@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/devel Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 18:31:17 -0000 1.5 +++ .cvsignore 21 Aug 2006 16:43:01 -0000 1.6 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/apcupsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apcupsd.spec 13 Feb 2006 18:31:17 -0000 1.8 +++ apcupsd.spec 21 Aug 2006 16:43:01 -0000 1.9 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Jan 10 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 18:31:17 -0000 1.5 +++ sources 21 Aug 2006 16:43:01 -0000 1.6 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:44:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:44:21 -0700 Subject: rpms/gobby/devel gobby.spec, 1.17, 1.18 gobby-0.4.0rc4-localedir.patch, 1.1, NONE Message-ID: <200608211644.k7LGiN6n030981@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30960 Modified Files: gobby.spec Removed Files: gobby-0.4.0rc4-localedir.patch Log Message: * Mon Aug 21 2006 Luke Macken - 0.4.0-10.rc4 - Remove gobby-0.4.0rc4-localedir.patch - Add gettext-devel to BuildRequires Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gobby.spec 20 Aug 2006 20:36:46 -0000 1.17 +++ gobby.spec 21 Aug 2006 16:44:21 -0000 1.18 @@ -2,19 +2,18 @@ Name: gobby Version: 0.4.0 -Release: 9.%{_rc}%{?dist} +Release: 10.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet License: GPL URL: http://gobby.0x539.de Source0: http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel BuildRequires: desktop-file-utils, libXau-devel, libXdmcp-devel -BuildRequires: gnome-vfs2-devel +BuildRequires: gnome-vfs2-devel, gettext-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -30,7 +29,6 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 %build @@ -72,6 +70,10 @@ %changelog +* Mon Aug 21 2006 Luke Macken - 0.4.0-10.rc4 +- Remove gobby-0.4.0rc4-localedir.patch +- Add gettext-devel to BuildRequires + * Sun Aug 20 2006 Luke Macken - 0.4.0-9.rc4 - gobby-0.4.0rc4-localedir.patch --- gobby-0.4.0rc4-localedir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:04 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:04 -0700 Subject: rpms/python-paste-deploy - New directory Message-ID: <200608211648.k7LGm64w031148@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31122/python-paste-deploy Log Message: Directory /cvs/extras/rpms/python-paste-deploy added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 16:48:05 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:05 -0700 Subject: rpms/python-paste-deploy/devel - New directory Message-ID: <200608211648.k7LGm7Rq031151@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31122/python-paste-deploy/devel Log Message: Directory /cvs/extras/rpms/python-paste-deploy/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 16:48:17 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:17 -0700 Subject: rpms/python-paste-deploy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211648.k7LGmJAB031200@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31167 Added Files: Makefile import.log Log Message: Setup of module python-paste-deploy --- NEW FILE Makefile --- # Top level Makefile for module python-paste-deploy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:17 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:17 -0700 Subject: rpms/python-paste-deploy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211648.k7LGmJ51031203@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31167/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-paste-deploy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:36 -0700 Subject: rpms/python-paste-deploy import.log,1.1,1.2 Message-ID: <200608211648.k7LGmckd031264@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231 Modified Files: import.log Log Message: auto-import python-paste-deploy-0.5-3 on branch devel from python-paste-deploy-0.5-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 16:48:17 -0000 1.1 +++ import.log 21 Aug 2006 16:48:35 -0000 1.2 @@ -0,0 +1 @@ +python-paste-deploy-0_5-3:HEAD:python-paste-deploy-0.5-3.src.rpm:1156178940 From fedora-extras-commits at redhat.com Mon Aug 21 16:48:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:36 -0700 Subject: rpms/python-paste-deploy/devel python-paste-deploy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211648.k7LGmcFJ031269@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231/devel Modified Files: .cvsignore sources Added Files: python-paste-deploy.spec Log Message: auto-import python-paste-deploy-0.5-3 on branch devel from python-paste-deploy-0.5-3.src.rpm --- NEW FILE python-paste-deploy.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-deploy Version: 0.5 Release: 3%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries License: MIT URL: http://pythonpaste.org/deploy Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-paste %description This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. PasteScript provides commands to serve applications based on this configuration file. %prep %setup -q -n PasteDeploy-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --single-version-externally-managed \ --skip-build -O1 --root=%{buildroot} echo '%defattr (0644,root,root,0755)' > pyfiles find %{buildroot}%{python_sitelib}/paste/deploy -type d | \ sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles find %{buildroot}%{python_sitelib}/paste/deploy -not -type d | \ sed 's:%{buildroot}\(.*\):\1:' >> pyfiles %clean rm -rf %{buildroot} %files -f pyfiles %defattr(-,root,root,-) %doc docs/* %{python_sitelib}/PasteDeploy-%{version}-py2.4* %changelog * Mon Aug 21 2006 Luke Macken - 0.5-3 - Include .pyo files instead of ghosting them. * Mon Jul 24 2006 Luke Macken - 0.5-2 - Fix docs inclusion - Rename package to python-paste-deploy - Fix inconsistent use of buildroots * Mon Jul 10 2006 Luke Macken - 0.5-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 16:48:17 -0000 1.1 +++ .cvsignore 21 Aug 2006 16:48:36 -0000 1.2 @@ -0,0 +1 @@ +PasteDeploy-0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 16:48:17 -0000 1.1 +++ sources 21 Aug 2006 16:48:36 -0000 1.2 @@ -0,0 +1 @@ +74f8bd5ec130686f7dfd1e27d127994b PasteDeploy-0.5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:50:40 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:50:40 -0700 Subject: owners owners.list,1.1439,1.1440 Message-ID: <200608211650.k7LGogsA031338@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31321 Modified Files: owners.list Log Message: add python-paste-deploy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1439 retrieving revision 1.1440 diff -u -r1.1439 -r1.1440 --- owners.list 21 Aug 2006 15:36:28 -0000 1.1439 +++ owners.list 21 Aug 2006 16:50:39 -0000 1.1440 @@ -1659,6 +1659,7 @@ Fedora Extras|python-ogg|A Python wrapper for the Ogg libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|python-paramiko|A SSH2 protocol library for python|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste|Tools for using a Web Server Gateway Interface stack|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-paste-deploy|Load, configure, and compose WSGI applications and servers|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 16:59:19 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:59:19 -0700 Subject: rpms/gconfmm26/devel .cvsignore, 1.7, 1.8 gconfmm.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200608211659.k7LGxLum031432@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31411 Modified Files: .cvsignore gconfmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 26 Jun 2006 00:18:54 -0000 1.7 +++ .cvsignore 21 Aug 2006 16:59:19 -0000 1.8 @@ -1 +1 @@ -gconfmm-2.14.2.tar.bz2 +gconfmm-2.16.0.tar.bz2 Index: gconfmm.spec =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gconfmm.spec 26 Jun 2006 00:18:54 -0000 1.12 +++ gconfmm.spec 21 Aug 2006 16:59:19 -0000 1.13 @@ -1,5 +1,5 @@ Name: gconfmm26 -Version: 2.14.2 +Version: 2.16.0 Release: 1%{?dist} Summary: C++ wrapper for GConf2 @@ -12,7 +12,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.4.0 +BuildRequires: glibmm24-devel >= 2.6.4 BuildRequires: gtkmm24-devel >= 2.4.0 BuildRequires: GConf2-devel >= 2.4.0 @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Sun Jun 25 2006 Denis Leroy - 2.14.2 - Update to 2.14.2 - Added dist postfix to release field Index: sources =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 26 Jun 2006 00:18:54 -0000 1.7 +++ sources 21 Aug 2006 16:59:19 -0000 1.8 @@ -1 +1 @@ -adcaeb572c466c1395b35d0271ac6438 gconfmm-2.14.2.tar.bz2 +2b3aa57276f6f63c4effc585ba205a3d gconfmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 17:02:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 10:02:49 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.8,1.9 Message-ID: <200608211703.k7LH3OHG001617@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1600 Modified Files: ktorrent.spec Log Message: Small spec file fix Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ktorrent.spec 21 Aug 2006 16:40:20 -0000 1.8 +++ ktorrent.spec 21 Aug 2006 17:02:49 -0000 1.9 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -66,7 +66,6 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la -%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo From fedora-extras-commits at redhat.com Mon Aug 21 17:05:04 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 10:05:04 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.3, 1.4 ktorrent.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608211705.k7LH566x001763@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1740 Modified Files: .cvsignore ktorrent.spec sources Log Message: Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Aug 2006 20:20:15 -0000 1.3 +++ .cvsignore 21 Aug 2006 17:05:04 -0000 1.4 @@ -1 +1,2 @@ ktorrent-2.0.tar.gz +ktorrent-2.0.1.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktorrent.spec 20 Aug 2006 15:59:18 -0000 1.4 +++ ktorrent.spec 21 Aug 2006 17:05:04 -0000 1.5 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0 -Release: 6%{?dist} +Version: 2.0.1 +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz +Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -66,7 +66,6 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la -%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo @@ -126,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 21 2006 Roland Wolters 2.0.1-1 +- update to version 2.0.1 + * Sun Aug 20 2006 Roland Wolters 2.0-6 - increased minor version to avoid broken update path Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Aug 2006 20:20:15 -0000 1.3 +++ sources 21 Aug 2006 17:05:04 -0000 1.4 @@ -1 +1,2 @@ c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz +170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 17:22:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:02 -0700 Subject: rpms/python-paste-script/devel - New directory Message-ID: <200608211722.k7LHM4HV001912@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1882/python-paste-script/devel Log Message: Directory /cvs/extras/rpms/python-paste-script/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 17:22:01 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:01 -0700 Subject: rpms/python-paste-script - New directory Message-ID: <200608211722.k7LHM3O7001909@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1882/python-paste-script Log Message: Directory /cvs/extras/rpms/python-paste-script added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 17:22:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:10 -0700 Subject: rpms/python-paste-script Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211722.k7LHMFQE001955@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1928 Added Files: Makefile import.log Log Message: Setup of module python-paste-script --- NEW FILE Makefile --- # Top level Makefile for module python-paste-script all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 17:22:11 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:11 -0700 Subject: rpms/python-paste-script/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211722.k7LHMFPI001956@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1928/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-paste-script --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 17:22:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:26 -0700 Subject: rpms/python-paste-script import.log,1.1,1.2 Message-ID: <200608211722.k7LHMSxb002029@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1996 Modified Files: import.log Log Message: auto-import python-paste-script-0.9-4 on branch devel from python-paste-script-0.9-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 17:22:10 -0000 1.1 +++ import.log 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +python-paste-script-0_9-4:HEAD:python-paste-script-0.9-4.src.rpm:1156180970 From fedora-extras-commits at redhat.com Mon Aug 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:27 -0700 Subject: rpms/python-paste-script/devel python-paste-script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211722.k7LHMTlw002034@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1996/devel Modified Files: .cvsignore sources Added Files: python-paste-script.spec Log Message: auto-import python-paste-script-0.9-4 on branch devel from python-paste-script-0.9-4.src.rpm --- NEW FILE python-paste-script.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-script Version: 0.9 Release: 4%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT URL: http://pythonpaste.org/script Source0: http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-paste, python-paste-deploy, python-cheetah %description Paster is pluggable command-line frontend, including commands to setup package file layouts Built-in features: * Creating file layouts for packages. For instance a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy %prep %setup -q -n PasteScript-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --single-version-externally-managed \ --skip-build -O1 --root=%{buildroot} echo '%defattr (0644,root,root,0755)' > pyfiles find %{buildroot}%{python_sitelib}/paste/script -type d | \ sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles find %{buildroot}%{python_sitelib}/paste/script -not -type d | \ sed 's:%{buildroot}\(.*\):\1:' >> pyfiles %clean rm -rf %{buildroot} %files -f pyfiles %defattr(-,root,root,-) %doc docs/* %{python_sitelib}/PasteScript-%{version}-py2.4* %{_bindir}/paster %changelog * Mon Aug 21 2006 Luke Macken - 0.9-4 - Include .pyo files instead of ghosting them. * Sat Jul 29 2006 Luke Macken - 0.9-3 - Require python-paste-deploy * Wed Jul 26 2006 Luke Macken - 0.9-2 - Rename to python-paste-script - Use consistent buildroot variables - Fix docs inclusion * Mon Jul 10 2006 Luke Macken - 0.9-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 17:22:11 -0000 1.1 +++ .cvsignore 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +PasteScript-0.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 17:22:11 -0000 1.1 +++ sources 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +ab57bf5772870734b9845746c78c8897 PasteScript-0.9.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 17:23:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:23:48 -0700 Subject: owners owners.list,1.1440,1.1441 Message-ID: <200608211723.k7LHNoil002100@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2083 Modified Files: owners.list Log Message: add python-paste-script Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1440 retrieving revision 1.1441 diff -u -r1.1440 -r1.1441 --- owners.list 21 Aug 2006 16:50:39 -0000 1.1440 +++ owners.list 21 Aug 2006 17:23:48 -0000 1.1441 @@ -1660,6 +1660,7 @@ Fedora Extras|python-paramiko|A SSH2 protocol library for python|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste|Tools for using a Web Server Gateway Interface stack|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste-deploy|Load, configure, and compose WSGI applications and servers|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-paste-script|A pluggable command-line frontend|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 17:47:41 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 10:47:41 -0700 Subject: rpms/gtkmm24/devel gtkmm.spec,1.15,1.16 Message-ID: <200608211747.k7LHlhlt002232@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2215 Modified Files: gtkmm.spec Log Message: Added cairomm Require in devel Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gtkmm.spec 21 Aug 2006 16:38:55 -0000 1.15 +++ gtkmm.spec 21 Aug 2006 17:47:41 -0000 1.16 @@ -1,6 +1,6 @@ Name: gtkmm24 Version: 2.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -34,6 +34,7 @@ Requires: glibmm24-devel Requires: atk-devel Requires: pango-devel +Requires: cairomm-devel %description devel This package contains the static libraries and header files needed for @@ -101,6 +102,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.10.0-2 +- Added cairomm Require in devel + * Mon Aug 21 2006 Denis Leroy - 2.10.0-1 - Update to 2.10.0. Now depends on cairomm From fedora-extras-commits at redhat.com Mon Aug 21 18:16:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:16:42 -0700 Subject: rpms/libgnomecanvasmm26/devel .cvsignore, 1.5, 1.6 libgnomecanvasmm.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200608211816.k7LIGibi005030@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5009 Modified Files: .cvsignore libgnomecanvasmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 07:01:05 -0000 1.5 +++ .cvsignore 21 Aug 2006 18:16:41 -0000 1.6 @@ -1 +1 @@ -libgnomecanvasmm-2.14.0.tar.bz2 +libgnomecanvasmm-2.16.0.tar.bz2 Index: libgnomecanvasmm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/libgnomecanvasmm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libgnomecanvasmm.spec 26 Mar 2006 07:01:05 -0000 1.10 +++ libgnomecanvasmm.spec 21 Aug 2006 18:16:41 -0000 1.11 @@ -1,5 +1,5 @@ Name: libgnomecanvasmm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Mar 2006 07:01:05 -0000 1.5 +++ sources 21 Aug 2006 18:16:41 -0000 1.6 @@ -1 +1 @@ -a4e5bf13a31e38b4f30b99153bc10aca libgnomecanvasmm-2.14.0.tar.bz2 +fe54d7f437d03044f863672d6dd38e9f libgnomecanvasmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:32:15 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:32:15 -0700 Subject: rpms/gnome-vfsmm26/devel .cvsignore, 1.5, 1.6 gnome-vfsmm.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608211832.k7LIWHpj005224@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5203 Modified Files: .cvsignore gnome-vfsmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 06:47:25 -0000 1.5 +++ .cvsignore 21 Aug 2006 18:32:15 -0000 1.6 @@ -1 +1 @@ -gnome-vfsmm-2.14.0.tar.bz2 +gnome-vfsmm-2.16.0.tar.bz2 Index: gnome-vfsmm.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/gnome-vfsmm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnome-vfsmm.spec 26 Mar 2006 06:47:25 -0000 1.10 +++ gnome-vfsmm.spec 21 Aug 2006 18:32:15 -0000 1.11 @@ -1,5 +1,5 @@ Name: gnome-vfsmm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ wrapper for gnome-vfs @@ -71,6 +71,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Mar 2006 06:47:25 -0000 1.6 +++ sources 21 Aug 2006 18:32:15 -0000 1.7 @@ -1 +1 @@ -bd5c3796e417a9780201835060461be3 gnome-vfsmm-2.14.0.tar.bz2 +523d7195cabaf2ecfeda9f6683f475d1 gnome-vfsmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:35:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:35:39 -0700 Subject: rpms/libgnomemm26/devel libgnomemm.spec,1.11,1.12 Message-ID: <200608211835.k7LIZfJU005317@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5300 Modified Files: libgnomemm.spec Log Message: Update to 2.16.0 Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomemm.spec 26 Mar 2006 07:05:01 -0000 1.11 +++ libgnomemm.spec 21 Aug 2006 18:35:39 -0000 1.12 @@ -1,5 +1,5 @@ Name: libgnomemm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -12,7 +12,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: gtkmm24-devel >= 2.4.0 +BuildRequires: gtkmm24-devel >= 2.8.0 BuildRequires: libgnome-devel >= 2.6.0 %description @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 From fedora-extras-commits at redhat.com Mon Aug 21 18:39:03 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:39:03 -0700 Subject: rpms/libgnomemm26/devel .cvsignore, 1.7, 1.8 libgnomemm.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608211839.k7LId5Ms005402@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5380 Modified Files: .cvsignore libgnomemm.spec sources Log Message: Uploaded source file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 26 Mar 2006 07:05:01 -0000 1.7 +++ .cvsignore 21 Aug 2006 18:39:02 -0000 1.8 @@ -1 +1 @@ -libgnomemm-2.14.0.tar.bz2 +libgnomemm-2.16.0.tar.bz2 Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libgnomemm.spec 21 Aug 2006 18:35:39 -0000 1.12 +++ libgnomemm.spec 21 Aug 2006 18:39:02 -0000 1.13 @@ -1,6 +1,6 @@ Name: libgnomemm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-2 +- Uploaded source file + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 26 Mar 2006 07:05:01 -0000 1.8 +++ sources 21 Aug 2006 18:39:02 -0000 1.9 @@ -1 +1 @@ -8e31905b9732fdb099381569736829fa libgnomemm-2.14.0.tar.bz2 +2971eea9ebe6041735375e765322c51f libgnomemm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:47:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 21 Aug 2006 11:47:32 -0700 Subject: rpms/TeXmacs/FC-5 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.40, 1.41 sources, 1.24, 1.25 Message-ID: <200608211847.k7LIlYGC005879@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5836/FC-5 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 7 Aug 2006 16:39:51 -0000 1.23 +++ .cvsignore 21 Aug 2006 18:47:32 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/TeXmacs.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- TeXmacs.spec 7 Aug 2006 16:39:51 -0000 1.40 +++ TeXmacs.spec 21 Aug 2006 18:47:32 -0000 1.41 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 +Version: 1.0.6.6 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -154,6 +154,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 7 Aug 2006 16:39:51 -0000 1.24 +++ sources 21 Aug 2006 18:47:32 -0000 1.25 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 18:47:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 21 Aug 2006 11:47:32 -0700 Subject: rpms/TeXmacs/FC-4 .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.36, 1.37 sources, 1.24, 1.25 Message-ID: <200608211847.k7LIlYqf005873@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5836/FC-4 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 7 Aug 2006 16:39:50 -0000 1.22 +++ .cvsignore 21 Aug 2006 18:47:31 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- TeXmacs.spec 7 Aug 2006 16:44:16 -0000 1.36 +++ TeXmacs.spec 21 Aug 2006 18:47:31 -0000 1.37 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 -Release: 1%{?dist}.1 +Version: 1.0.6.6 +Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel @@ -136,6 +136,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 7 Aug 2006 16:39:50 -0000 1.24 +++ sources 21 Aug 2006 18:47:31 -0000 1.25 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 19:54:07 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 21 Aug 2006 12:54:07 -0700 Subject: fedora-security/audit fc5,1.289,1.290 fc6,1.24,1.25 Message-ID: <200608211954.k7LJs7OH008861@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8841/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-4145 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.289 retrieving revision 1.290 diff -u -r1.289 -r1.290 --- fc5 21 Aug 2006 14:19:56 -0000 1.289 +++ fc5 21 Aug 2006 19:54:04 -0000 1.290 @@ -5,6 +5,7 @@ CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- fc6 18 Aug 2006 21:10:21 -0000 1.24 +++ fc6 21 Aug 2006 19:54:04 -0000 1.25 @@ -5,6 +5,7 @@ CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Mon Aug 21 19:55:14 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 12:55:14 -0700 Subject: rpms/clement/devel clement.spec,1.2,1.3 Message-ID: <200608211955.k7LJtGFH008884@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8867 Modified Files: clement.spec Log Message: This is really realy painful yacc should be included! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- clement.spec 21 Aug 2006 15:02:24 -0000 1.2 +++ clement.spec 21 Aug 2006 19:55:14 -0000 1.3 @@ -11,6 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc +BuildRequires: bison Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:06:05 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:06:05 -0700 Subject: rpms/clement/devel clement.spec,1.3,1.4 Message-ID: <200608212006.k7LK67Oj011719@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11702 Modified Files: clement.spec Log Message: Really I am not impressed by the whole system (need to be conviced about this!) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- clement.spec 21 Aug 2006 19:55:14 -0000 1.3 +++ clement.spec 21 Aug 2006 20:06:05 -0000 1.4 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 197%{?dist} +Release: 198%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:11:13 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:11:13 -0700 Subject: rpms/clement/devel clement.spec,1.4,1.5 Message-ID: <200608212011.k7LKBFiF011839@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11819 Modified Files: clement.spec Log Message: This is crap! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clement.spec 21 Aug 2006 20:06:05 -0000 1.4 +++ clement.spec 21 Aug 2006 20:11:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 198%{?dist} +Release: 199%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:16:04 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:16:04 -0700 Subject: rpms/clement/devel clement.spec,1.5,1.6 Message-ID: <200608212016.k7LKG6r1012012@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11995 Modified Files: clement.spec Log Message: scrogneugneu, even better Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clement.spec 21 Aug 2006 20:11:13 -0000 1.5 +++ clement.spec 21 Aug 2006 20:16:04 -0000 1.6 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 199%{?dist} +Release: 200%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:27:52 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:27:52 -0700 Subject: rpms/clement/devel clement.spec,1.6,1.7 Message-ID: <200608212027.k7LKRsOK012183@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12166 Modified Files: clement.spec Log Message: this is farce! Tga stay put! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- clement.spec 21 Aug 2006 20:16:04 -0000 1.6 +++ clement.spec 21 Aug 2006 20:27:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200%{?dist} +Release: 200-1%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:28:43 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:28:43 -0700 Subject: rpms/clement/devel clement.spec,1.7,1.8 Message-ID: <200608212028.k7LKSjmG012228@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12211 Modified Files: clement.spec Log Message: laughing (sad) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clement.spec 21 Aug 2006 20:27:52 -0000 1.7 +++ clement.spec 21 Aug 2006 20:28:43 -0000 1.8 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200-1%{?dist} +Release: 200.1%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:36:58 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:36:58 -0700 Subject: rpms/clement/devel clement.spec,1.8,1.9 Message-ID: <200608212037.k7LKb061012461@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12413 Modified Files: clement.spec Log Message: surprise surprise! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- clement.spec 21 Aug 2006 20:28:43 -0000 1.8 +++ clement.spec 21 Aug 2006 20:36:58 -0000 1.9 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.1%{?dist} +Release: 200.2%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -11,7 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: bison +BuildRequires: openssl Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:42:57 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 21 Aug 2006 13:42:57 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py,1.4,1.5 Message-ID: <200608212042.k7LKgvBi012544@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12526 Modified Files: ExtrasPushUtils.py Log Message: - move more shared functions into module + revise them slightly Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ExtrasPushUtils.py 20 Aug 2006 22:51:49 -0000 1.4 +++ ExtrasPushUtils.py 21 Aug 2006 20:42:55 -0000 1.5 @@ -17,6 +17,7 @@ import errno import os, sys +import shutil signersgid = 100581 # signers group @@ -64,3 +65,45 @@ print 'WARNING: Could not get group name for gid %d' % signersgid print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) sys.exit(errno.EPERM) + + +def install_copy(src,dest,overwrite=False): + """shutil.copy2 a file, but by default don't overwrite destination""" + if not overwrite and os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Copying %s to %s' % (src,dest)) + if not DEBUG: + shutil.copy2(src,dest) + + +def install_move(src,dest,overwrite=False): + """shutil.move a file, but by default don't overwrite destination""" + if not overwrite and os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Moving %s to %s' % (src,dest)) + if not DEBUG: + shutil.move(src,dest) + + +def install_link(src,dest): + """os.link a file, but don't overwrite destination""" + if os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Linking %s <- %s' % (src,dest)) + if not DEBUG: + os.link(src,dest) + + +def install_link_or_copy(src,dest): + """try install_link, if it fails, use install_copy""" + linked = False + try: + install_link(src,dest) + linked = True + except OSError, e: + print 'WARNING: Linking failed (%s), trying to copy...' % e + if not linked: + install_copy(src,dest) From fedora-extras-commits at redhat.com Mon Aug 21 20:44:09 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:44:09 -0700 Subject: rpms/clement/devel clement.spec,1.9,1.10 Message-ID: <200608212044.k7LKiB2E012567@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12550 Modified Files: clement.spec Log Message: (require openssl-devel) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- clement.spec 21 Aug 2006 20:36:58 -0000 1.9 +++ clement.spec 21 Aug 2006 20:44:09 -0000 1.10 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.2%{?dist} +Release: 200.3%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -11,7 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: openssl +BuildRequires: openssl-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:49:54 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:49:54 -0700 Subject: rpms/clement/devel clement.spec,1.10,1.11 Message-ID: <200608212049.k7LKnuCN012645@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12623 Modified Files: clement.spec Log Message: Ok, now, bz2 was missing! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- clement.spec 21 Aug 2006 20:44:09 -0000 1.10 +++ clement.spec 21 Aug 2006 20:49:54 -0000 1.11 @@ -12,6 +12,7 @@ BuildRequires: pam-devel BuildRequires: byacc BuildRequires: openssl-devel +BuildRequires: bzip2-libs Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:50:35 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:50:35 -0700 Subject: rpms/clement/devel clement.spec,1.11,1.12 Message-ID: <200608212050.k7LKobRe012710@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12691 Modified Files: clement.spec Log Message: oups! fogot to increase release number Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- clement.spec 21 Aug 2006 20:49:54 -0000 1.11 +++ clement.spec 21 Aug 2006 20:50:35 -0000 1.12 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.3%{?dist} +Release: 200.4%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:57:50 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:57:50 -0700 Subject: rpms/clement/devel clement.spec,1.12,1.13 Message-ID: <200608212057.k7LKvqWE012780@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12763 Modified Files: clement.spec Log Message: Hmmmm bzip2-devel Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- clement.spec 21 Aug 2006 20:50:35 -0000 1.12 +++ clement.spec 21 Aug 2006 20:57:50 -0000 1.13 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.4%{?dist} +Release: 200.5%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -12,7 +12,7 @@ BuildRequires: pam-devel BuildRequires: byacc BuildRequires: openssl-devel -BuildRequires: bzip2-libs +BuildRequires: bzip2-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 21:05:55 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 14:05:55 -0700 Subject: rpms/clement/devel clement.spec,1.13,1.14 Message-ID: <200608212105.k7LL5vCi015515@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15498 Modified Files: clement.spec Log Message: (last lib needed!?) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- clement.spec 21 Aug 2006 20:57:50 -0000 1.13 +++ clement.spec 21 Aug 2006 21:05:55 -0000 1.14 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.5%{?dist} +Release: 200.6%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -8,11 +8,9 @@ Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: clamav-devel >= 0.87-1 -BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: openssl-devel -BuildRequires: bzip2-devel +BuildRequires: clamav-devel >= 0.87-1 +BuildRequires: openssl-devel,bzip2-devel,gmp-devel,glibc-devel,pam-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 21:09:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:09:38 -0700 Subject: rpms/XaraLX import.log,1.2,1.3 Message-ID: <200608212110.k7LLAA9I015646@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15597 Modified Files: import.log Log Message: auto-import XaraLX-0.7-4.r1709 on branch devel from XaraLX-0.7-4.r1709.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 1 Aug 2006 22:07:29 -0000 1.2 +++ import.log 21 Aug 2006 21:09:37 -0000 1.3 @@ -1 +1,2 @@ XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 +XaraLX-0_7-4_r1709:HEAD:XaraLX-0.7-4.r1709.src.rpm:1156194555 From fedora-extras-commits at redhat.com Mon Aug 21 21:09:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:09:38 -0700 Subject: rpms/XaraLX/devel .cvsignore, 1.2, 1.3 XaraLX.spec, 1.2, 1.3 sources, 1.2, 1.3 xaralx.desktop.patch, 1.1, 1.2 Message-ID: <200608212110.k7LLAAFw015655@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15597/devel Modified Files: .cvsignore XaraLX.spec sources xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-4.r1709 on branch devel from XaraLX-0.7-4.r1709.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 +++ .cvsignore 21 Aug 2006 21:09:38 -0000 1.3 @@ -1 +1 @@ -XaraLX-0.7r1614.tar.bz2 +XaraLX-0.7r1709.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XaraLX.spec 9 Aug 2006 12:06:13 -0000 1.2 +++ XaraLX.spec 21 Aug 2006 21:09:38 -0000 1.3 @@ -1,9 +1,9 @@ -%define buildRev r1614 +%define buildRev r1709 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 3%{?dist}.%{buildRev} +Release: 4%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -54,7 +54,6 @@ install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime -install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ @@ -71,10 +70,10 @@ rm -rf %{buildroot} %post -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -83,16 +82,21 @@ %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm -%{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications +%{_docdir}/XaraLX %files examples %{_docdir}/XaraLX/examples %changelog +* Mon Aug 21 2006 Paul F. Johnson 0.7-4.r1709 +- bump to newer version +- removed redundant install line +- docdir/XaraLX is now owned correctly + * Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 -- fixed noisy mime database entry +- fixed noisy mimeinfo output * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 22:07:30 -0000 1.2 +++ sources 21 Aug 2006 21:09:38 -0000 1.3 @@ -1 +1 @@ -6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 +70b0bc712ce62b57e6cdb1b32f528b10 XaraLX-0.7r1709.tar.bz2 xaralx.desktop.patch: Index: xaralx.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/xaralx.desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xaralx.desktop.patch 1 Aug 2006 22:07:30 -0000 1.1 +++ xaralx.desktop.patch 21 Aug 2006 21:09:38 -0000 1.2 @@ -1,5 +1,5 @@ ---- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 -+++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 +--- XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 ++++ XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 From fedora-extras-commits at redhat.com Mon Aug 21 21:10:33 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 21 Aug 2006 14:10:33 -0700 Subject: fedora-security/audit fc5,1.290,1.291 fc6,1.25,1.26 Message-ID: <200608212110.k7LLAXo6015718@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15663 Modified Files: fc5 fc6 Log Message: Triage the mysql issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.290 retrieving revision 1.291 diff -u -r1.290 -r1.291 --- fc5 21 Aug 2006 19:54:04 -0000 1.290 +++ fc5 21 Aug 2006 21:10:31 -0000 1.291 @@ -3,8 +3,8 @@ ** are items that need attention -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- fc6 21 Aug 2006 19:54:04 -0000 1.25 +++ fc6 21 Aug 2006 21:10:31 -0000 1.26 @@ -3,8 +3,8 @@ ** are items that need attention -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Mon Aug 21 21:11:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:11:17 -0700 Subject: rpms/XaraLX import.log,1.3,1.4 Message-ID: <200608212111.k7LLBJJB015785@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15751 Modified Files: import.log Log Message: auto-import XaraLX-0.7-4.r1709 on branch FC-5 from XaraLX-0.7-4.r1709.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 21 Aug 2006 21:09:37 -0000 1.3 +++ import.log 21 Aug 2006 21:11:17 -0000 1.4 @@ -1,2 +1,3 @@ XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 XaraLX-0_7-4_r1709:HEAD:XaraLX-0.7-4.r1709.src.rpm:1156194555 +XaraLX-0_7-4_r1709:FC-5:XaraLX-0.7-4.r1709.src.rpm:1156194666 From fedora-extras-commits at redhat.com Mon Aug 21 21:11:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:11:18 -0700 Subject: rpms/XaraLX/FC-5 .cvsignore, 1.2, 1.3 XaraLX.spec, 1.2, 1.3 sources, 1.2, 1.3 xaralx.desktop.patch, 1.1, 1.2 Message-ID: <200608212111.k7LLBK7p015795@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15751/FC-5 Modified Files: .cvsignore XaraLX.spec sources xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-4.r1709 on branch FC-5 from XaraLX-0.7-4.r1709.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 +++ .cvsignore 21 Aug 2006 21:11:18 -0000 1.3 @@ -1 +1 @@ -XaraLX-0.7r1614.tar.bz2 +XaraLX-0.7r1709.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/XaraLX.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XaraLX.spec 9 Aug 2006 12:09:01 -0000 1.2 +++ XaraLX.spec 21 Aug 2006 21:11:18 -0000 1.3 @@ -1,9 +1,9 @@ -%define buildRev r1614 +%define buildRev r1709 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 3%{?dist}.%{buildRev} +Release: 4%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -54,7 +54,6 @@ install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime -install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ @@ -71,10 +70,10 @@ rm -rf %{buildroot} %post -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -83,16 +82,21 @@ %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm -%{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications +%{_docdir}/XaraLX %files examples %{_docdir}/XaraLX/examples %changelog +* Mon Aug 21 2006 Paul F. Johnson 0.7-4.r1709 +- bump to newer version +- removed redundant install line +- docdir/XaraLX is now owned correctly + * Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 -- fixed noisy mime update +- fixed noisy mimeinfo output * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 22:07:30 -0000 1.2 +++ sources 21 Aug 2006 21:11:18 -0000 1.3 @@ -1 +1 @@ -6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 +70b0bc712ce62b57e6cdb1b32f528b10 XaraLX-0.7r1709.tar.bz2 xaralx.desktop.patch: Index: xaralx.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/xaralx.desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xaralx.desktop.patch 1 Aug 2006 22:07:30 -0000 1.1 +++ xaralx.desktop.patch 21 Aug 2006 21:11:18 -0000 1.2 @@ -1,5 +1,5 @@ ---- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 -+++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 +--- XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 ++++ XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 From fedora-extras-commits at redhat.com Mon Aug 21 21:20:35 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 14:20:35 -0700 Subject: rpms/libgnomeuimm26/devel .cvsignore, 1.5, 1.6 libgnomeuimm.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200608212120.k7LLKbtv015982@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15961 Modified Files: .cvsignore libgnomeuimm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 07:19:26 -0000 1.5 +++ .cvsignore 21 Aug 2006 21:20:35 -0000 1.6 @@ -1 +1 @@ -libgnomeuimm-2.14.0.tar.bz2 +libgnomeuimm-2.16.0.tar.bz2 Index: libgnomeuimm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/libgnomeuimm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomeuimm.spec 26 Mar 2006 07:19:26 -0000 1.11 +++ libgnomeuimm.spec 21 Aug 2006 21:20:35 -0000 1.12 @@ -1,5 +1,5 @@ Name: libgnomeuimm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -13,7 +13,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: libgnomeui-devel >= 2.7.1 -BuildRequires: libgnomemm26-devel >= 2.6.0 +BuildRequires: libgnomemm26-devel >= 2.14.0 BuildRequires: libgnomecanvasmm26-devel >= 2.6.0 BuildRequires: gconfmm26-devel >= 2.6.0 BuildRequires: libglademm24-devel >= 2.4.0 @@ -82,6 +82,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Mar 2006 07:19:26 -0000 1.6 +++ sources 21 Aug 2006 21:20:35 -0000 1.7 @@ -1 +1 @@ -066edc6d3dea4f0dce317dbf5ea7c24e libgnomeuimm-2.14.0.tar.bz2 +3015a41496834179db913cccda05a5e4 libgnomeuimm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 22:25:35 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 15:25:35 -0700 Subject: rpms/clement/devel clement.spec,1.14,1.15 Message-ID: <200608212225.k7LMPbLq019030@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19013 Modified Files: clement.spec Log Message: Testing make procedure Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- clement.spec 21 Aug 2006 21:05:55 -0000 1.14 +++ clement.spec 21 Aug 2006 22:25:35 -0000 1.15 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.6%{?dist} +Release: 201.0%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Tue Aug 22 07:05:26 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:05:26 -0700 Subject: rpms/inkscape/FC-4 inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.18, 1.19 Message-ID: <200608220705.k7M75Sek012120@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12100 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: - Added patch to fix png dpi export problem (bug 168406) - Removed skencil Require (bug 20322) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-4/inkscape.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- inkscape.spec 23 Jul 2006 11:21:13 -0000 1.18 +++ inkscape.spec 22 Aug 2006 07:05:25 -0000 1.19 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -33,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -58,6 +58,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +121,10 @@ %changelog +* Fri Aug 11 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (bug 168406) +- Removed skencil Require (bug 20322) + * Sun Jul 23 2006 Denis Leroy - 0.44-3 - Rebuild with gtkmm 2.6.10 From fedora-extras-commits at redhat.com Tue Aug 22 07:07:29 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:07:29 -0700 Subject: rpms/inkscape/FC-5 inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.29, 1.30 Message-ID: <200608220707.k7M77VdO012218@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12196 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: - Added patch to fix png dpi export problem (bug 168406) - Removed skencil Require (bug 20322) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-5/inkscape.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- inkscape.spec 9 Aug 2006 07:14:02 -0000 1.29 +++ inkscape.spec 22 Aug 2006 07:07:28 -0000 1.30 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -33,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -58,6 +58,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +121,10 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (bug 168406) +- Removed skencil Require (bug 20322) + * Wed Aug 9 2006 Denis Leroy - 0.44-3 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Tue Aug 22 07:12:15 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:12:15 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.29,1.30 Message-ID: <200608220712.k7M7CHfR012307@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12290 Modified Files: inkscape.spec Log Message: Removed skencil Require (bug 203229) Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- inkscape.spec 11 Aug 2006 07:06:50 -0000 1.29 +++ inkscape.spec 22 Aug 2006 07:12:15 -0000 1.30 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -34,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -122,6 +121,9 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.44-5 +- Removed skencil Require (bug 203229) + * Thu Aug 10 2006 Denis Leroy - 0.44-4 - Added patch to fix png dpi export problem (#168406) From fedora-extras-commits at redhat.com Tue Aug 22 08:37:22 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 01:37:22 -0700 Subject: rpms/wine/FC-5 wine.spec,1.32,1.33 Message-ID: <200608220837.k7M8bOQW015220@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15203 Modified Files: wine.spec Log Message: - fix file section bug Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 21 Aug 2006 07:40:55 -0000 1.32 +++ wine.spec 22 Aug 2006 08:37:22 -0000 1.33 @@ -354,7 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 08:37:40 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 22 Aug 2006 01:37:40 -0700 Subject: fedora-security/audit fc5,1.291,1.292 fc6,1.26,1.27 Message-ID: <200608220837.k7M8be8L015281@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15256 Modified Files: fc5 fc6 Log Message: Catch up with emails for fc5/6 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.291 retrieving revision 1.292 diff -u -r1.291 -r1.292 --- fc5 21 Aug 2006 21:10:31 -0000 1.291 +++ fc5 22 Aug 2006 08:37:37 -0000 1.292 @@ -1,13 +1,17 @@ -Up to date CVE as of CVE email 20060815 -Up to date FC5 as of 20060813 +Up to date CVE as of CVE email 20060821 +Up to date FC5 as of 20060821 ** are items that need attention +CVE-2006-4261 VULNERABLE (firefox) +CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 +CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug +CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 -CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) +CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] @@ -103,7 +107,7 @@ CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] -CVE-2006-3018 VULNERABLE (php, fixed 5.1.3) +CVE-2006-3018 ignore (php, fixed 5.1.3) no verification of flaw CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- fc6 21 Aug 2006 21:10:31 -0000 1.26 +++ fc6 22 Aug 2006 08:37:37 -0000 1.27 @@ -1,10 +1,14 @@ -Up to date CVE as of CVE email 20060815 +Up to date CVE as of CVE email 20060821 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4261 VULNERABLE (firefox) +CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 +CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug +CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Tue Aug 22 08:55:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:55:13 -0700 Subject: rpms/gtksourceview-sharp import.log,1.7,1.8 Message-ID: <200608220855.k7M8tFJt015419@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15388 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-16 on branch devel from gtksourceview-sharp-2.0-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 1 Aug 2006 22:31:12 -0000 1.7 +++ import.log 22 Aug 2006 08:55:13 -0000 1.8 @@ -4,3 +4,4 @@ gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 +gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 From fedora-extras-commits at redhat.com Tue Aug 22 08:55:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:55:13 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.3,1.4 Message-ID: <200608220855.k7M8tFOQ015423@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15388/devel Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-16 on branch devel from gtksourceview-sharp-2.0-16.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtksourceview-sharp.spec 1 Aug 2006 22:30:16 -0000 1.3 +++ gtksourceview-sharp.spec 22 Aug 2006 08:55:13 -0000 1.4 @@ -1,17 +1,15 @@ %define extra 0.10 -%define monodir %{_prefix}/lib Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPL Group: System Environment/Libraries -Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz -URL: http://go-mono.com/sources/%{name}-%{version}/ +Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig -BuildRequires: autoconf, automake +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel Requires: mono-core, gtksourceview %description @@ -31,7 +29,7 @@ %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure --libdir=%{monodir} +%configure make all %{?_smp_mflags} %install @@ -45,17 +43,22 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp -%{monodir}/mono/gtksourceview-sharp-2.0 +%{_libdir}/mono/gac/gtksourceview-sharp +%{_libdir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) -%{monodir}/pkgconfig/gtksourceview-sharp-2.0.pc +%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc %clean %{__rm} -rf %{buildroot} %changelog +* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +- rebuild +- removed 64 bit hacks +- removed unused BRs + * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file - added R pkgconfig for the -devel package From fedora-extras-commits at redhat.com Tue Aug 22 08:56:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:56:07 -0700 Subject: rpms/gtksourceview-sharp import.log,1.8,1.9 Message-ID: <200608220856.k7M8udD1015511@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15479 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-16 on branch FC-5 from gtksourceview-sharp-2.0-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 22 Aug 2006 08:55:13 -0000 1.8 +++ import.log 22 Aug 2006 08:56:07 -0000 1.9 @@ -5,3 +5,4 @@ gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 +gtksourceview-sharp-2_0-16:FC-5:gtksourceview-sharp-2.0-16.src.rpm:1156236956 From fedora-extras-commits at redhat.com Tue Aug 22 08:56:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:56:07 -0700 Subject: rpms/gtksourceview-sharp/FC-5 gtksourceview-sharp.spec,1.3,1.4 Message-ID: <200608220856.k7M8uduB015514@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15479/FC-5 Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-16 on branch FC-5 from gtksourceview-sharp-2.0-16.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/FC-5/gtksourceview-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtksourceview-sharp.spec 1 Aug 2006 22:31:12 -0000 1.3 +++ gtksourceview-sharp.spec 22 Aug 2006 08:56:07 -0000 1.4 @@ -1,17 +1,15 @@ %define extra 0.10 -%define monodir %{_prefix}/lib Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPL Group: System Environment/Libraries -Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz -URL: http://go-mono.com/sources/%{name}-%{version}/ +Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig -BuildRequires: autoconf, automake +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel Requires: mono-core, gtksourceview %description @@ -31,7 +29,7 @@ %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure --libdir=%{monodir} +%configure make all %{?_smp_mflags} %install @@ -45,17 +43,22 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp -%{monodir}/mono/gtksourceview-sharp-2.0 +%{_libdir}/mono/gac/gtksourceview-sharp +%{_libdir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) -%{monodir}/pkgconfig/gtksourceview-sharp-2.0.pc +%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc %clean %{__rm} -rf %{buildroot} %changelog +* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +- rebuild +- removed 64 bit hacks +- removed unused BRs + * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file - added R pkgconfig for the -devel package From fedora-extras-commits at redhat.com Tue Aug 22 09:12:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:12:11 -0700 Subject: rpms/xmms-speex/FC-5 xmms-speex.spec,1.6,1.7 Message-ID: <200608220912.k7M9CD8Q018351@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18320/FC-5 Modified Files: xmms-speex.spec Log Message: Rebuild (#203458 for devel and #203476 for FC5). Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/FC-5/xmms-speex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xmms-speex.spec 13 Feb 2006 14:21:31 -0000 1.6 +++ xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 0.9.1-7 +- Rebuild (#203458 for devel and #203476 for FC5). + * Mon Feb 13 2006 Matthias Saou 0.9.1-6 - Rebuild for new gcc/glibc. From fedora-extras-commits at redhat.com Tue Aug 22 09:12:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:12:11 -0700 Subject: rpms/xmms-speex/devel xmms-speex.spec,1.6,1.7 Message-ID: <200608220912.k7M9CDoW018355@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18320/devel Modified Files: xmms-speex.spec Log Message: Rebuild (#203458 for devel and #203476 for FC5). Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/devel/xmms-speex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xmms-speex.spec 13 Feb 2006 14:21:31 -0000 1.6 +++ xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 0.9.1-7 +- Rebuild (#203458 for devel and #203476 for FC5). + * Mon Feb 13 2006 Matthias Saou 0.9.1-6 - Rebuild for new gcc/glibc. From fedora-extras-commits at redhat.com Tue Aug 22 09:14:47 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:14:47 -0700 Subject: rpms/php-mmcache/FC-4 php-mmcache.spec,1.8,1.9 Message-ID: <200608220914.k7M9EnRD018464@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-mmcache/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18447 Modified Files: php-mmcache.spec Log Message: Rebuild (#203485). Index: php-mmcache.spec =================================================================== RCS file: /cvs/extras/rpms/php-mmcache/FC-4/php-mmcache.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-mmcache.spec 17 Oct 2005 13:29:03 -0000 1.8 +++ php-mmcache.spec 22 Aug 2006 09:14:47 -0000 1.9 @@ -6,7 +6,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-mmcache Version: %{php_version}_%{module_version} -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Development/Languages URL: http://turck-mmcache.sourceforge.net/ @@ -16,7 +16,7 @@ Provides: php-zend_extension BuildRequires: php, php-devel # Required by phpize -BuildRequires: autoconf, automake, libtool, gcc-c++ +BuildRequires: autoconf, automake, libtool %description Turck MMCache is a free open source PHP accelerator, optimizer, encoder and @@ -81,6 +81,9 @@ %changelog +* Tue Aug 22 2005 Matthias Saou 4.x.x_2.4.6-8 +- Rebuild (#203485). + * Mon Oct 17 2005 Matthias Saou 4.x.x_2.4.6-7 - Fix default PHP extension dir if php-config call fails. - Default to current PHP version if php-config call fails. From fedora-extras-commits at redhat.com Tue Aug 22 09:15:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:15:54 -0700 Subject: rpms/php-mmcache/FC-4 php-mmcache.spec,1.9,1.10 Message-ID: <200608220915.k7M9Fujs018489@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-mmcache/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18472 Modified Files: php-mmcache.spec Log Message: Fix year in last changelog entry. Index: php-mmcache.spec =================================================================== RCS file: /cvs/extras/rpms/php-mmcache/FC-4/php-mmcache.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-mmcache.spec 22 Aug 2006 09:14:47 -0000 1.9 +++ php-mmcache.spec 22 Aug 2006 09:15:54 -0000 1.10 @@ -81,7 +81,7 @@ %changelog -* Tue Aug 22 2005 Matthias Saou 4.x.x_2.4.6-8 +* Tue Aug 22 2006 Matthias Saou 4.x.x_2.4.6-8 - Rebuild (#203485). * Mon Oct 17 2005 Matthias Saou 4.x.x_2.4.6-7 From fedora-extras-commits at redhat.com Tue Aug 22 09:19:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:19:01 -0700 Subject: rpms/php-eaccelerator/FC-4 php-eaccelerator.spec,1.9,1.10 Message-ID: <200608220919.k7M9J3wI018567@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550 Modified Files: php-eaccelerator.spec Log Message: Rebuild (#203486). Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-4/php-eaccelerator.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-eaccelerator.spec 10 May 2006 10:03:21 -0000 1.9 +++ php-eaccelerator.spec 22 Aug 2006 09:19:01 -0000 1.10 @@ -10,7 +10,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ @@ -89,6 +89,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 5.0.1_0.9.4-2 +- Rebuild (#203486). + * Tue Apr 11 2006 Matthias Saou 5.0.1_0.9.4-1 - Update to 0.9.4. - Remove no longer needed buffer overflow patch. From fedora-extras-commits at redhat.com Tue Aug 22 09:19:57 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 02:19:57 -0700 Subject: rpms/wine/FC-4 wine.spec,1.27,1.28 Message-ID: <200608220919.k7M9JxHx018642@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18611/FC-4 Modified Files: wine.spec Log Message: - fix filesection Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- wine.spec 21 Aug 2006 07:40:54 -0000 1.27 +++ wine.spec 22 Aug 2006 09:19:57 -0000 1.28 @@ -342,7 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 09:19:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 02:19:58 -0700 Subject: rpms/wine/devel wine.spec,1.32,1.33 Message-ID: <200608220920.k7M9K09D018646@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18611/devel Modified Files: wine.spec Log Message: - fix filesection Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 21 Aug 2006 07:40:56 -0000 1.32 +++ wine.spec 22 Aug 2006 09:19:58 -0000 1.33 @@ -354,7 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 10:02:35 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 03:02:35 -0700 Subject: rpms/js/FC-5 js-1.5-threadsafe.patch,NONE,1.1 js.spec,1.11,1.12 Message-ID: <200608221002.k7MA2bXe021435@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415/FC-5 Modified Files: js.spec Added Files: js-1.5-threadsafe.patch Log Message: Backport devel fix to FC-5 (#199696). js-1.5-threadsafe.patch: --- NEW FILE js-1.5-threadsafe.patch --- diff -Naupr js.orig/src/Makefile.ref js/src/Makefile.ref --- js.orig/src/Makefile.ref 2003-11-15 01:10:55.000000000 +0100 +++ js/src/Makefile.ref 2006-07-24 17:06:59.000000000 +0200 @@ -61,11 +61,11 @@ endif ifdef JS_THREADSAFE DEFINES += -DJS_THREADSAFE -INCLUDES += -I../../dist/$(OBJDIR)/include +INCLUDES += $(shell nspr-config --cflags) ifdef USE_MSVC OTHER_LIBS += ../../dist/$(OBJDIR)/lib/libnspr${NSPR_LIBSUFFIX}.lib else -OTHER_LIBS += -L../../dist/$(OBJDIR)/lib -lnspr${NSPR_LIBSUFFIX} +OTHER_LIBS += $(shell nspr-config --libs) endif endif Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-5/js.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- js.spec 6 Mar 2006 15:31:18 -0000 1.11 +++ js.spec 22 Aug 2006 10:02:35 -0000 1.12 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -16,9 +16,10 @@ Patch1: js-shlib.patch Patch2: js-1.5-va_copy.patch Patch3: js-ldflags.patch +Patch4: js-1.5-threadsafe.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl >= 1:5.6.1, readline-devel +BuildRequires: perl >= 1:5.6.1, readline-devel, nspr-devel Provides: libjs = %{version}-%{release} %description @@ -41,10 +42,11 @@ %prep %setup -q -n %{name} -%patch0 -b .make -%patch1 -b .shlib +%patch0 -p0 -b .make +%patch1 -p0 -b .shlib %patch2 -p1 -b .vacopy -%patch3 -b .ldflags +%patch3 -p0 -b .ldflags +%patch4 -p1 -b .threadsafe %{__cp} src/perlconnect/README.html src/README.perlconnect.html # Create pkgconfig file @@ -66,12 +68,14 @@ %build export BUILD_OPT=1 %{__make} -C src -f Makefile.ref \ + JS_THREADSAFE="1" \ XCFLAGS="%{optflags} -fPIC" \ BUILD_OPT="1" \ %if 0%{!?_without_readline:1} JS_READLINE="1" \ %endif JS_PERLCONNECT="1" + cd src/perlconnect MAKEFLAGS=-s %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" @@ -130,6 +134,10 @@ %changelog +* Mon Jul 24 2006 Matthias Saou 1.5-5 +- FC6 rebuild. +- Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. + * Mon Mar 6 2006 Matthias Saou 1.5-4 - FC5 rebuild. From fedora-extras-commits at redhat.com Tue Aug 22 10:39:38 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 03:39:38 -0700 Subject: rpms/k3d/FC-5 .cvsignore,1.2,1.3 k3d.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221039.k7MAdeIj021673@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21652 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 22 Aug 2006 10:39:37 -0000 1.3 @@ -1 +0,0 @@ -k3d-0.5.16.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 22 Aug 2006 10:39:37 -0000 1.2 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 3%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -45,7 +45,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -56,6 +56,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -111,13 +120,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -127,6 +152,10 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 22 Aug 2006 10:39:37 -0000 1.3 @@ -1 +0,0 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 11:27:37 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Tue, 22 Aug 2006 04:27:37 -0700 Subject: rpms/clement/devel .cvsignore, 1.2, 1.3 clement.spec, 1.15, 1.16 sources, 1.2, 1.3 Message-ID: <200608221127.k7MBRdkb024857@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24818/devel Modified Files: .cvsignore clement.spec sources Log Message: auto-import clement-2.1-202 on branch devel from clement-2.1-202.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clement/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Aug 2006 01:40:39 -0000 1.2 +++ .cvsignore 22 Aug 2006 11:27:37 -0000 1.3 @@ -1 +1 @@ -clement-2.1-197.tar.gz +clement-2.1-202.tar.gz Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- clement.spec 21 Aug 2006 22:25:35 -0000 1.15 +++ clement.spec 22 Aug 2006 11:27:37 -0000 1.16 @@ -1,11 +1,11 @@ Name: clement Version: 2.1 -Release: 201.0%{?dist} +Release: 202%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic Group: System Environment/Daemons -Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz +Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-202.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: byacc @@ -107,6 +107,10 @@ %changelog +* Tue Aug 22 2006 Jean-Marc Pigeon 2.1-202 +- Marker: + * Spec file adjustement (BuildRequires) + * Fri Aug 18 2006 Jean-Marc Pigeon 2.1-197 - Marker: * Inclusion Fedora Extra. Index: sources =================================================================== RCS file: /cvs/extras/rpms/clement/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Aug 2006 01:40:39 -0000 1.2 +++ sources 22 Aug 2006 11:27:37 -0000 1.3 @@ -1 +1 @@ -068c156fd5cfad91c4b76e7935fc7095 clement-2.1-197.tar.gz +d4b7d623050eb5fe25d1ab8b8e12ec64 clement-2.1-202.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 11:27:36 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Tue, 22 Aug 2006 04:27:36 -0700 Subject: rpms/clement import.log,1.2,1.3 Message-ID: <200608221127.k7MBRcuE024851@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24818 Modified Files: import.log Log Message: auto-import clement-2.1-202 on branch devel from clement-2.1-202.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clement/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 Aug 2006 01:40:38 -0000 1.2 +++ import.log 22 Aug 2006 11:27:36 -0000 1.3 @@ -1 +1,2 @@ clement-2_1-197:HEAD:clement-2.1-197.src.rpm:1156124434 +clement-2_1-202:HEAD:clement-2.1-202.src.rpm:1156246052 From fedora-extras-commits at redhat.com Tue Aug 22 11:38:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 04:38:10 -0700 Subject: rpms/k3d/FC-5 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608221138.k7MBcCDo025027@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25008 Modified Files: .cvsignore sources Log Message: Source update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Aug 2006 10:39:37 -0000 1.3 +++ .cvsignore 22 Aug 2006 11:38:10 -0000 1.4 @@ -0,0 +1 @@ +k3d-0.6.0.0-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Aug 2006 10:39:37 -0000 1.3 +++ sources 22 Aug 2006 11:38:10 -0000 1.4 @@ -0,0 +1 @@ +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 11:41:41 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 04:41:41 -0700 Subject: rpms/k3d/FC-5 k3d.spec,1.2,1.3 Message-ID: <200608221141.k7MBfhja025069@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25052 Modified Files: k3d.spec Log Message: Updated sources Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 22 Aug 2006 10:39:37 -0000 1.2 +++ k3d.spec 22 Aug 2006 11:41:41 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.0.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1.1 +- Updated sources + * Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1 - Update to 0.6.0.0 - Split example documents into separate package From fedora-extras-commits at redhat.com Tue Aug 22 12:11:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 05:11:02 -0700 Subject: rpms/ncftp/devel .cvsignore, 1.3, 1.4 ncftp.spec, 1.8, 1.9 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608221211.k7MCB4IX027959@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27938 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Update ncftp to 3.2.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 22 Aug 2006 12:11:02 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ncftp.spec 12 May 2006 11:15:21 -0000 1.8 +++ ncftp.spec 22 Aug 2006 12:11:02 -0000 1.9 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 22 Aug 2006 12:11:02 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 12:34:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 05:34:56 -0700 Subject: rpms/php-eaccelerator/devel eaccelerator-0.9.5-rc1-config.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 php-eaccelerator.spec, 1.19, 1.20 sources, 1.6, 1.7 eaccelerator-0.9.5-beta2-64bit_cast_warning.patch, 1.1, NONE eaccelerator-0.9.5-beta2-compile.patch, 1.1, NONE Message-ID: <200608221234.k7MCYwlt028082@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28058 Modified Files: .cvsignore php-eaccelerator.spec sources Added Files: eaccelerator-0.9.5-rc1-config.patch Removed Files: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch eaccelerator-0.9.5-beta2-compile.patch Log Message: Update to 0.9.5-rc1 and fix for #201319. eaccelerator-0.9.5-rc1-config.patch: --- NEW FILE eaccelerator-0.9.5-rc1-config.patch --- diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini --- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200 +++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200 @@ -15,9 +15,6 @@ ;extension="eaccelerator.so" zend_extension="/usr/lib/php4/eaccelerator.so" ;zend_extension_ts="/usr/lib/php4/eaccelerator.so" -;extension="eaccelerator.dll" -;zend_extension_ts="c:\php4\eaccelerator.dll" -;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". @@ -73,7 +70,7 @@ eaccelerator.shm_max = "0" ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. -eaccelerator.shm_ttl = "0" +eaccelerator.shm_ttl = "3600" ; When eAccelerator fails to get shared memory for new script it tryes to ; remove old script if the previous try was made more then "shm_prune_period" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Apr 2006 16:43:01 -0000 1.6 +++ .cvsignore 22 Aug 2006 12:34:56 -0000 1.7 @@ -1 +1 @@ -eaccelerator-0.9.5-beta2.tar.bz2 +eaccelerator-0.9.5-rc1.tar.bz2 Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- php-eaccelerator.spec 23 May 2006 09:07:32 -0000 1.19 +++ php-eaccelerator.spec 22 Aug 2006 12:34:56 -0000 1.20 @@ -4,7 +4,7 @@ %define default_version 5.1.4 %define module_version 0.9.5 -%define prever beta2 +%define prever rc1 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir}) %define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) @@ -17,13 +17,12 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.2.%{prever}%{?dist} +Release: 0.3.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}-%{prever}.tar.bz2 -Patch0: eaccelerator-0.9.5-beta2-compile.patch -Patch1: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch +Patch0: eaccelerator-0.9.5-rc1-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Provides: php-zend_extension @@ -40,13 +39,19 @@ %prep %setup -n eaccelerator-%{module_version}-%{prever} -%patch0 -p0 -%patch1 -p0 +%patch0 -p1 -b .config +# Change paths in the example config, other values are changed by a patch +%{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; + s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ + eaccelerator.ini %build phpize %configure \ + --with-eaccelerator-shared-memory \ + --with-eaccelerator-sessions \ + --with-eaccelerator-content-caching \ %ifarch ppc --with-eaccelerator-userid="%{userid}" %endif @@ -59,31 +64,11 @@ %{__make} install INSTALL_ROOT=%{buildroot} # The cache directory where pre-compiled files will reside -%{__mkdir_p} %{buildroot}%{_localstatedir}/cache/php-eaccelerator +%{__mkdir_p} %{buildroot}%{_var}/cache/php-eaccelerator # Drop in the bit of configuration -%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d -%{__cat} > %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini << 'EOF' -; Enable eAccelerator extension module -zend_extension = %{php_extdir}/eaccelerator.so -; Options for the eAccelerator module -eaccelerator.cache_dir = %{_localstatedir}/cache/php-eaccelerator -eaccelerator.shm_size = 0 -eaccelerator.enable = 1 -eaccelerator.optimizer = 1 -eaccelerator.check_mtime = 1 -eaccelerator.filter = "" -eaccelerator.shm_max = 0 -eaccelerator.shm_ttl = 3600 -eaccelerator.shm_prune_period = 0 -eaccelerator.shm_only = 0 -eaccelerator.compress = 1 -eaccelerator.compress_level = 9 -eaccelerator.keys = "shm_and_disk" -eaccelerator.sessions = "shm_and_disk" -eaccelerator.content = "shm_and_disk" -eaccelerator.debug = 0 -EOF +%{__install} -D -m 0644 eaccelerator.ini \ + %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini %clean @@ -96,10 +81,17 @@ %doc eaccelerator.ini *.php %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini %{php_extdir}/eaccelerator.so -%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator/ +%attr(0750, apache, apache) %{_var}/cache/php-eaccelerator/ %changelog +* Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 +- Update to 0.9.5-rc1. +- Enable shared-memory, sessions and content-caching (#201319). +- Remove both patches of fixes, merged upstream. +- Change from creating a full eaccelerator.ini to using the included one with + path substitutions and a patch to change default values. + * Tue May 23 2006 Matthias Saou 5.1.x_0.9.5-0.2.beta2 - Rebuild against PHP 5.1.4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Apr 2006 16:43:01 -0000 1.6 +++ sources 22 Aug 2006 12:34:56 -0000 1.7 @@ -1 +1 @@ -2516b680ce372765d24e7b64003f1e64 eaccelerator-0.9.5-beta2.tar.bz2 +5d03deb399f8f857d92dd092a2c69a87 eaccelerator-0.9.5-rc1.tar.bz2 --- eaccelerator-0.9.5-beta2-64bit_cast_warning.patch DELETED --- --- eaccelerator-0.9.5-beta2-compile.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 13:08:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:08:18 -0700 Subject: rpms/ucarp/devel ucarp-1.3-pre.patch, NONE, 1.1 carp.init, 1.2, 1.3 ucarp.spec, 1.9, 1.10 ucarp-1.2-arp.patch, 1.1, NONE Message-ID: <200608221308.k7MD8KbT031009@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30979 Modified Files: carp.init ucarp.spec Added Files: ucarp-1.3-pre.patch Removed Files: ucarp-1.2-arp.patch Log Message: Fix segfaults by updating to 1.3 snapshot and fix init script on FC5+. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/carp.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carp.init 22 Jun 2006 10:05:17 -0000 1.2 +++ carp.init 22 Aug 2006 13:08:17 -0000 1.3 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/ucarp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ucarp.spec 22 Jun 2006 10:05:17 -0000 1.9 +++ ucarp.spec 22 Aug 2006 13:08:17 -0000 1.10 @@ -1,19 +1,20 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example -Patch0: ucarp-1.2-arp.patch +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service BuildRequires: gettext +BuildRequires: autoconf, automake, libtool # Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 6 BuildRequires: libpcap-devel @@ -34,7 +35,7 @@ %prep %setup -%patch -p1 -b .arp +%patch -p1 %build @@ -105,6 +106,14 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + * Thu Jun 22 2006 Matthias Saou 1.2-2 - Include ARP patch backported from 1.3 snapshot (#196095). - Make libpcap build requirement conditional to be able to share spec file. --- ucarp-1.2-arp.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 13:12:40 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:12:40 -0700 Subject: rpms/ucarp/FC-4 ucarp-1.3-pre.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 carp.init, 1.1, 1.2 sources, 1.3, 1.4 ucarp.spec, 1.4, 1.5 vip-001.conf.example, 1.1, 1.2 Message-ID: <200608221312.k7MDCgUj031135@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31087/FC-4 Modified Files: .cvsignore carp.init sources ucarp.spec vip-001.conf.example Added Files: ucarp-1.3-pre.patch Log Message: Backport fixes from devel to FC-5 and FC-4 branches. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Jan 2005 18:13:20 -0000 1.3 +++ .cvsignore 22 Aug 2006 13:12:40 -0000 1.4 @@ -1 +1 @@ -ucarp-1.1.tar.bz2 +ucarp-1.2.tar.bz2 Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/carp.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- carp.init 9 Nov 2004 02:50:47 -0000 1.1 +++ carp.init 22 Aug 2006 13:12:40 -0000 1.2 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: sources =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Jan 2005 18:13:20 -0000 1.3 +++ sources 22 Aug 2006 13:12:40 -0000 1.4 @@ -1 +1 @@ -f907752bd1654a6e8aa42e717aee9774 ucarp-1.1.tar.bz2 +bed7ae84520f2e0faf3e68e9cfe4e1aa ucarp-1.2.tar.bz2 Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/ucarp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ucarp.spec 1 Apr 2005 16:36:00 -0000 1.4 +++ ucarp.spec 22 Aug 2006 13:12:40 -0000 1.5 @@ -1,18 +1,27 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp -Version: 1.1 -Release: 2 +Version: 1.2 +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ -Source0: ftp://ftp.ucarp.org/pub/ucarp/ucarp-%{version}.tar.bz2 +Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service -BuildRequires: libpcap, gettext +BuildRequires: gettext +BuildRequires: autoconf, automake, libtool +# Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 6 +BuildRequires: libpcap-devel +%else +BuildRequires: libpcap +%endif + %description UCARP allows a couple of hosts to share common virtual IP addresses in order @@ -26,6 +35,7 @@ %prep %setup +%patch -p1 %build @@ -96,6 +106,31 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + +* Thu Jun 22 2006 Matthias Saou 1.2-2 +- Include ARP patch backported from 1.3 snapshot (#196095). +- Make libpcap build requirement conditional to be able to share spec file. + +* Wed Jun 21 2006 Matthias Saou 1.2-1 +- Update to 1.2. +- BuildRequire libpcap-devel instead of libpcap now that it has been split. + +* Mon Mar 6 2006 Matthias Saou 1.1-5 +- FC5 rebuild. + +* Thu Feb 9 2006 Matthias Saou 1.1-4 +- Rebuild for new gcc/glibc. + +* Thu Nov 17 2005 Matthias Saou 1.1-3 +- Rebuild against new libpcap library. + * Fri Apr 1 2005 Michael Schwendt - 1.1-2 - Add %%dir entry for /etc/sysconfig/carp directory. From fedora-extras-commits at redhat.com Tue Aug 22 13:12:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:12:41 -0700 Subject: rpms/ucarp/FC-5 ucarp-1.3-pre.patch, NONE, 1.1 carp.init, 1.2, 1.3 ucarp.spec, 1.8, 1.9 ucarp-1.2-arp.patch, 1.1, NONE Message-ID: <200608221312.k7MDCh8H031142@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31087/FC-5 Modified Files: carp.init ucarp.spec Added Files: ucarp-1.3-pre.patch Removed Files: ucarp-1.2-arp.patch Log Message: Backport fixes from devel to FC-5 and FC-4 branches. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-5/carp.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carp.init 30 Jun 2006 13:25:02 -0000 1.2 +++ carp.init 22 Aug 2006 13:12:41 -0000 1.3 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-5/ucarp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ucarp.spec 30 Jun 2006 13:25:02 -0000 1.8 +++ ucarp.spec 22 Aug 2006 13:12:41 -0000 1.9 @@ -1,19 +1,20 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example -Patch0: ucarp-1.2-arp.patch +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service BuildRequires: gettext +BuildRequires: autoconf, automake, libtool # Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 6 BuildRequires: libpcap-devel @@ -34,7 +35,7 @@ %prep %setup -%patch -p1 -b .arp +%patch -p1 %build @@ -105,6 +106,14 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + * Thu Jun 22 2006 Matthias Saou 1.2-2 - Include ARP patch backported from 1.3 snapshot (#196095). - Make libpcap build requirement conditional to be able to share spec file. --- ucarp-1.2-arp.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 14:47:40 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 22 Aug 2006 07:47:40 -0700 Subject: fedora-security/audit fc5,1.292,1.293 fc6,1.27,1.28 Message-ID: <200608221447.k7MEleFs001885@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1865 Modified Files: fc5 fc6 Log Message: Note CVE-2006-3005. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- fc5 22 Aug 2006 08:37:37 -0000 1.292 +++ fc5 22 Aug 2006 14:47:36 -0000 1.293 @@ -111,6 +111,7 @@ CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) +CVE-2006-3005 ignore (libjpeg) not a vuln CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- fc6 22 Aug 2006 08:37:37 -0000 1.27 +++ fc6 22 Aug 2006 14:47:36 -0000 1.28 @@ -97,6 +97,7 @@ CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe +CVE-2006-3005 ignore (libjpeg) not a vuln CVE-2006-2936 version (kernel, fixed 2.6.17.7) CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) From fedora-extras-commits at redhat.com Tue Aug 22 14:48:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 07:48:39 -0700 Subject: comps comps-fe6.xml.in,1.110,1.111 Message-ID: <200608221448.k7MEmfq2001915@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1898 Modified Files: comps-fe6.xml.in Log Message: Fix mail-server group, cosmetic stuff and add oidentd, p7zip and ucarp. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- comps-fe6.xml.in 21 Aug 2006 15:29:05 -0000 1.110 +++ comps-fe6.xml.in 22 Aug 2006 14:48:39 -0000 1.111 @@ -460,10 +460,11 @@ mail-server <_name>Mail Server - <_description>These packages allow you to configure an IMAP or Postfix mail server. + <_description>These packages allow you to configure an IMAP or SMTP mail server. false true + amavisd-new cyrus-imapd enemies-of-carlotta perl-Cyrus @@ -562,7 +563,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -629,6 +630,7 @@ nagios nfswatch oddjob + p7zip par2cmdline pbzip2 puppet @@ -687,7 +689,7 @@ ctrlproxy dnsmasq flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -695,11 +697,13 @@ kannel l2tpd nsd + oidentd openvpn puppet-server rbldnsd sobby torque-server + ucarp ushare vnc-reflector @@ -865,18 +869,6 @@ - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - base-x <_name>X Window System <_description>Install this group of packages to use the base graphical (X) user interface. From fedora-extras-commits at redhat.com Tue Aug 22 15:43:27 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 22 Aug 2006 08:43:27 -0700 Subject: rpms/tetex-elsevier/devel tetex-elsevier.spec,1.1,1.2 Message-ID: <200608221543.k7MFhTTs004944@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4927 Modified Files: tetex-elsevier.spec Log Message: * Tue Aug 22 2006 Patrice Dumas 0.1.20060516-3 - correct bst files place Index: tetex-elsevier.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/tetex-elsevier.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tetex-elsevier.spec 15 Aug 2006 08:27:24 -0000 1.1 +++ tetex-elsevier.spec 22 Aug 2006 15:43:26 -0000 1.2 @@ -4,7 +4,7 @@ # upstream is unversionned, the version is constructed with the latest # file timestamp, in the format YYYYMMDD Version: 0.1.20060516 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Elsevier LaTeX style files and documentation Group: Applications/Publishing @@ -52,9 +52,9 @@ %install rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ -install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ +install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/bst/elsevier/ cp -p *.cls $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ -cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ +cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/bst/elsevier/ %clean rm -rf $RPM_BUILD_ROOT @@ -70,10 +70,13 @@ %defattr(-,root,root,-) %doc README.fedora *.pdf *.tex %{texmf}/tex/latex/elsevier/ -%{texmf}/bibtex/elsevier/ +%{texmf}/bibtex/bst/elsevier/ %changelog +* Tue Aug 22 2006 Patrice Dumas 0.1.20060516-3 +- correct bst files place + * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-2 - really keep the timestamps From fedora-extras-commits at redhat.com Tue Aug 22 16:47:59 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 22 Aug 2006 09:47:59 -0700 Subject: rpms/celestia/devel celestia.spec,1.18,1.19 Message-ID: <200608221648.k7MGm1ok007871@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7854 Modified Files: celestia.spec Log Message: Turn on -fno-strict-aliasing to work around bug #203525. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- celestia.spec 1 Aug 2006 22:23:48 -0000 1.18 +++ celestia.spec 22 Aug 2006 16:47:59 -0000 1.19 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -49,6 +49,8 @@ %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" +# http://www.shatters.net/forum/viewtopic.php?t=9605 +export CXXFLAGS="%{optflags} -fno-strict-aliasing" %configure --with-gnome --with-lua make %{?_smp_mflags} @@ -110,6 +112,9 @@ %changelog +* Tue Aug 22 2006 Steven Pritchard 1.4.1-5 +- Turn on -fno-strict-aliasing to work around bug #203525. + * Mon Jul 31 2006 Steven Pritchard 1.4.1-4 - We modified configure.in, so now we need automake17 and gettext-devel. From fedora-extras-commits at redhat.com Tue Aug 22 16:48:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 22 Aug 2006 09:48:27 -0700 Subject: rpms/celestia/FC-5 celestia.spec,1.17,1.18 Message-ID: <200608221648.k7MGmTiV007932@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7915 Modified Files: celestia.spec Log Message: Turn on -fno-strict-aliasing to work around bug #203525. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/FC-5/celestia.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- celestia.spec 8 Aug 2006 18:56:21 -0000 1.17 +++ celestia.spec 22 Aug 2006 16:48:27 -0000 1.18 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -49,6 +49,8 @@ %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" +# http://www.shatters.net/forum/viewtopic.php?t=9605 +export CXXFLAGS="%{optflags} -fno-strict-aliasing" %configure --with-gnome --with-lua make %{?_smp_mflags} @@ -110,6 +112,9 @@ %changelog +* Tue Aug 22 2006 Steven Pritchard 1.4.1-5 +- Turn on -fno-strict-aliasing to work around bug #203525. + * Mon Jul 31 2006 Steven Pritchard 1.4.1-4 - We modified configure.in, so now we need automake17 and gettext-devel. From fedora-extras-commits at redhat.com Tue Aug 22 16:55:02 2006 From: fedora-extras-commits at redhat.com (David Howells (dhowells)) Date: Tue, 22 Aug 2006 09:55:02 -0700 Subject: rpms/keyutils/devel sources, 1.2, 1.3 keyutils.spec, 1.1, 1.2 .cvsignore, 1.2, 1.3 Message-ID: <200608221655.k7MGt4mu008005@cvs-int.fedora.redhat.com> Author: dhowells Update of /cvs/extras/rpms/keyutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7984 Modified Files: sources keyutils.spec .cvsignore Log Message: Remove syscall manual pages (section 2) to man-pages package [BZ 203582] Don't write to serial port in debugging script Index: sources =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 16:46:13 -0000 1.2 +++ sources 22 Aug 2006 16:55:02 -0000 1.3 @@ -1 +1 @@ -0d4c59f3567619a5cff0abbd23c784f4 keyutils-1.1.tar.bz2 +227086776abccc3ee34599591db563f0 keyutils-1.2.tar.bz2 Index: keyutils.spec =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/keyutils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keyutils.spec 7 Jun 2006 16:46:13 -0000 1.1 +++ keyutils.spec 22 Aug 2006 16:55:02 -0000 1.2 @@ -1,12 +1,12 @@ %define vermajor 1 -%define version %{vermajor}.1 +%define version %{vermajor}.2 %define libdir /%{_lib} %define usrlibdir %{_prefix}/%{_lib} Summary: Linux Key Management Utilities Name: keyutils Version: %{version} -Release: 4%{?dist} +Release: 1%{?dist} License: GPL/LGPL Group: System Environment/Base ExclusiveOS: Linux @@ -86,10 +86,13 @@ %defattr(-,root,root,-) %{usrlibdir}/libkeyutils.so %{_includedir}/* -%{_mandir}/man2/* %{_mandir}/man3/* %changelog +* Tue Aug 22 2006 David Howells - 1.2-1 +- Remove syscall manual pages (section 2) to man-pages package [BZ 203582] +- Don't write to serial port in debugging script + * Mon Jun 5 2006 David Howells - 1.1-4 - Call ldconfig during (un)installation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Jun 2006 16:46:13 -0000 1.2 +++ .cvsignore 22 Aug 2006 16:55:02 -0000 1.3 @@ -1 +1,2 @@ keyutils-1.1.tar.bz2 +keyutils-1.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 17:05:56 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:05:56 -0700 Subject: comps comps-fe5.xml.in,1.112,1.113 comps-fe6.xml.in,1.111,1.112 Message-ID: <200608221706.k7MH6TMh010668@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10642 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add xcompmgr Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- comps-fe5.xml.in 21 Aug 2006 15:29:05 -0000 1.112 +++ comps-fe5.xml.in 22 Aug 2006 17:05:56 -0000 1.113 @@ -762,6 +762,7 @@ openbox WindowMaker wmx + xcompmgr Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- comps-fe6.xml.in 22 Aug 2006 14:48:39 -0000 1.111 +++ comps-fe6.xml.in 22 Aug 2006 17:05:56 -0000 1.112 @@ -841,6 +841,7 @@ openbox WindowMaker wmx + xcompmgr From fedora-extras-commits at redhat.com Tue Aug 22 17:15:13 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:15:13 -0700 Subject: rpms/nautilus-actions/devel .cvsignore, 1.4, 1.5 nautilus-actions.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608221715.k7MHFFOT010775@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10754 Modified Files: .cvsignore nautilus-actions.spec sources Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 May 2006 16:27:37 -0000 1.4 +++ .cvsignore 22 Aug 2006 17:15:13 -0000 1.5 @@ -1 +1 @@ -nautilus-actions-1.2.tar.gz +nautilus-actions-1.4.tar.gz Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nautilus-actions.spec 30 May 2006 14:04:12 -0000 1.6 +++ nautilus-actions.spec 22 Aug 2006 17:15:13 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions -Version: 1.2 -Release: 2%{?dist} +Version: 1.4 +Release: 1%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Update to version 1.4 + * Tue May 30 2006 Deji Akingunola - 1.2-2 - Add gettext and perl(XML::Parser) to BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 May 2006 16:27:37 -0000 1.4 +++ sources 22 Aug 2006 17:15:13 -0000 1.5 @@ -1 +1 @@ -d1d4bf81c0f611610d33cfec59c5e549 nautilus-actions-1.2.tar.gz +c3434900718401e13432533eab10e681 nautilus-actions-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 17:16:28 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:16:28 -0700 Subject: rpms/nautilus-actions/FC-5 .cvsignore, 1.4, 1.5 nautilus-actions.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608221716.k7MHGUaT010846@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10825 Modified Files: .cvsignore nautilus-actions.spec sources Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 May 2006 16:26:44 -0000 1.4 +++ .cvsignore 22 Aug 2006 17:16:28 -0000 1.5 @@ -1 +1 @@ -nautilus-actions-1.2.tar.gz +nautilus-actions-1.4.tar.gz Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nautilus-actions.spec 1 May 2006 16:26:44 -0000 1.5 +++ nautilus-actions.spec 22 Aug 2006 17:16:28 -0000 1.6 @@ -1,6 +1,6 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions -Version: 1.2 +Version: 1.4 Release: 1%{?dist} Group: User Interface/Desktops License: GPL @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Update to version 1.4 + * Mon May 01 2006 Deji Akingunola - 1.2-1 - Update to version 1.2 - Make sure fix for upgrade from ver. < 1.0 doesn't throw up errors Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 May 2006 16:26:44 -0000 1.4 +++ sources 22 Aug 2006 17:16:28 -0000 1.5 @@ -1 +1 @@ -d1d4bf81c0f611610d33cfec59c5e549 nautilus-actions-1.2.tar.gz +c3434900718401e13432533eab10e681 nautilus-actions-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 17:26:26 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:26:26 -0700 Subject: rpms/nautilus-actions/devel nautilus-actions.spec,1.7,1.8 Message-ID: <200608221726.k7MHQS7F010952@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10935 Modified Files: nautilus-actions.spec Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Requires nautilus-devel instead of just nautilus to build Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-actions.spec 22 Aug 2006 17:15:13 -0000 1.7 +++ nautilus-actions.spec 22 Aug 2006 17:26:26 -0000 1.8 @@ -1,13 +1,13 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 Source0: http://www.grumz.net/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libgnomeui-devel, libglade2-devel, nautilus +BuildRequires: libgnomeui-devel, libglade2-devel, nautilus-devel BuildRequires: e2fsprogs-devel, gettext, perl(XML::Parser) BuildRequires: desktop-file-utils Requires(pre): GConf2 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-2 +- Requires nautilus-devel instead of just nautilus to build + * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 From fedora-extras-commits at redhat.com Tue Aug 22 17:29:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:29:43 -0700 Subject: rpms/nautilus-actions/FC-5 nautilus-actions.spec,1.6,1.7 Message-ID: <200608221729.k7MHTjU7011023@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11006 Modified Files: nautilus-actions.spec Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Add BRs on gettext and perl(XML::Parser) Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nautilus-actions.spec 22 Aug 2006 17:16:28 -0000 1.6 +++ nautilus-actions.spec 22 Aug 2006 17:29:43 -0000 1.7 @@ -8,7 +8,7 @@ Source0: http://www.grumz.net/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel, libglade2-devel, nautilus -BuildRequires: e2fsprogs-devel +BuildRequires: e2fsprogs-devel, gettext, perl(XML::Parser) BuildRequires: desktop-file-utils Requires(pre): GConf2 Requires(preun): GConf2 @@ -92,6 +92,9 @@ %changelog * Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Add BRs on gettext and perl(XML::Parser) + +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 * Mon May 01 2006 Deji Akingunola - 1.2-1 From fedora-extras-commits at redhat.com Tue Aug 22 17:39:03 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:39:03 -0700 Subject: rpms/nautilus-actions/FC-5 nautilus-actions.spec,1.7,1.8 Message-ID: <200608221739.k7MHd5n3011116@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11099 Modified Files: nautilus-actions.spec Log Message: Bump release Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-actions.spec 22 Aug 2006 17:29:43 -0000 1.7 +++ nautilus-actions.spec 22 Aug 2006 17:39:03 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,7 +91,7 @@ %{_datadir}/applications/fedora-nact.desktop %changelog -* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +* Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Add BRs on gettext and perl(XML::Parser) * Tue Aug 22 2006 Deji Akingunola - 1.4-1 From fedora-extras-commits at redhat.com Tue Aug 22 19:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:26:31 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.13,1.14 Message-ID: <200608221926.k7MJQVxr016849@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16829 Modified Files: rpmdevtools.spec Log Message: Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpmdevtools.spec 20 Aug 2006 19:28:27 -0000 1.13 +++ rpmdevtools.spec 22 Aug 2006 19:26:28 -0000 1.14 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. From fedora-extras-commits at redhat.com Tue Aug 22 19:29:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:29:22 -0700 Subject: rpms/rpmdevtools/devel rpmdevtools.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221929.k7MJTOoj016923@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16904 Modified Files: rpmdevtools.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 5.0-2 - Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/rpmdevtools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdevtools.spec 20 Aug 2006 19:35:15 -0000 1.1 +++ rpmdevtools.spec 22 Aug 2006 19:29:22 -0000 1.2 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 19:35:15 -0000 1.2 +++ sources 22 Aug 2006 19:29:22 -0000 1.3 @@ -1,2 +1,2 @@ -d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 +47ed57ac6ef734fa9d00eb5a2616191d rpmdevtools-5.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 19:30:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:30:16 -0700 Subject: rpms/rpmdevtools/FC-5 rpmdevtools.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221930.k7MJUIvG016993@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16974 Modified Files: rpmdevtools.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 5.0-2 - Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/FC-5/rpmdevtools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdevtools.spec 20 Aug 2006 19:35:15 -0000 1.1 +++ rpmdevtools.spec 22 Aug 2006 19:30:16 -0000 1.2 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 19:35:15 -0000 1.2 +++ sources 22 Aug 2006 19:30:16 -0000 1.3 @@ -1,2 +1,2 @@ -d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 +47ed57ac6ef734fa9d00eb5a2616191d rpmdevtools-5.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 19:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:31:50 -0700 Subject: rpms/fedora-rpmdevtools/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.13, NONE Makefile, 1.2, NONE branch, 1.1, NONE fedora-rpmdevtools.spec, 1.17, NONE sources, 1.13, NONE Message-ID: <200608221931.k7MJVqsL017079@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-rpmdevtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17063 Added Files: dead.package Removed Files: .cvsignore Makefile branch fedora-rpmdevtools.spec sources Log Message: Renamed to rpmdevtools. --- NEW FILE dead.package --- Renamed to rpmdevtools. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- fedora-rpmdevtools.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 19:42:17 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:17 -0700 Subject: rpms/compat-wxGTK/FC-4 wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.4, 1.5 Message-ID: <200608221942.k7MJgJ8m017169@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/FC-4 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 18 Mar 2006 17:05:29 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 19:42:17 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 19:42:18 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:18 -0700 Subject: rpms/compat-wxGTK/FC-5 wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.3, 1.4 Message-ID: <200608221942.k7MJgKmL017175@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/FC-5 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- compat-wxGTK.spec 18 Mar 2006 17:05:36 -0000 1.3 +++ compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 19:42:19 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:19 -0700 Subject: rpms/compat-wxGTK/devel wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.3, 1.4 Message-ID: <200608221942.k7MJgLRx017181@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/devel Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- compat-wxGTK.spec 18 Mar 2006 16:08:02 -0000 1.3 +++ compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 20:15:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:31 -0700 Subject: rpms/compat-wxGTK/FC-5 compat-wxGTK.spec,1.4,1.5 Message-ID: <200608222015.k7MKFY6w020060@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/FC-5 Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 20:15:31 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +149,6 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -326,6 +324,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:15:32 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:32 -0700 Subject: rpms/compat-wxGTK/devel compat-wxGTK.spec,1.4,1.5 Message-ID: <200608222015.k7MKFYHs020064@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/devel Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 20:15:32 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -326,6 +326,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:15:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:31 -0700 Subject: rpms/compat-wxGTK/FC-4 compat-wxGTK.spec,1.5,1.6 Message-ID: <200608222016.k7MKG3Nv020067@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/FC-4 Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 19:42:17 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 20:15:30 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +149,6 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -326,6 +324,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:25:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 13:25:24 -0700 Subject: comps comps-fe5.xml.in,1.113,1.114 Message-ID: <200608222025.k7MKPQXK020251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20234 Modified Files: comps-fe5.xml.in Log Message: fedora-rpmdevtools -> rpmdevtools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- comps-fe5.xml.in 22 Aug 2006 17:05:56 -0000 1.113 +++ comps-fe5.xml.in 22 Aug 2006 20:25:24 -0000 1.114 @@ -49,7 +49,6 @@ darcs epydoc erlang - fedora-rpmdevtools flasm ftnchek fpc @@ -77,6 +76,7 @@ q qgit quilt + rpmdevtools rpmlint splint srecord From fedora-extras-commits at redhat.com Tue Aug 22 20:25:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 22 Aug 2006 13:25:52 -0700 Subject: rpms/cln/FC-5 .cvsignore, 1.4, 1.5 cln.spec, 1.19, 1.20 sources, 1.4, 1.5 Message-ID: <200608222025.k7MKPs2l020294@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20273 Modified Files: .cvsignore cln.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Jan 2006 21:36:43 -0000 1.4 +++ .cvsignore 22 Aug 2006 20:25:52 -0000 1.5 @@ -1 +1 @@ -cln-1.1.11.tar.bz2 +cln-1.1.13.tar.bz2 Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/cln.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cln.spec 13 Feb 2006 18:21:37 -0000 1.19 +++ cln.spec 22 Aug 2006 20:25:52 -0000 1.20 @@ -1,6 +1,6 @@ Name: cln -Version: 1.1.11 -Release: 5%{?dist} +Version: 1.1.13 +Release: 1%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,6 +78,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 22 2006 Quentin Spencer 1.1.13-1 +- New release. + * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 - Disable static build. - Enable parallel build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Jan 2006 21:36:43 -0000 1.4 +++ sources 22 Aug 2006 20:25:52 -0000 1.5 @@ -1 +1 @@ -7313dc20608ddc5dcfdae4d2f9138762 cln-1.1.11.tar.bz2 +1f3d227360003b389bba14c8a5c3695a cln-1.1.13.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 20:48:39 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 22 Aug 2006 13:48:39 -0700 Subject: fedora-security/audit fc5,1.293,1.294 fc6,1.28,1.29 Message-ID: <200608222048.k7MKmd7K020512@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20490 Modified Files: fc5 fc6 Log Message: Note a new cscope issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- fc5 22 Aug 2006 14:47:36 -0000 1.293 +++ fc5 22 Aug 2006 20:48:36 -0000 1.294 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4262 VULNERABLE (cscope) #203649 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- fc6 22 Aug 2006 14:47:36 -0000 1.28 +++ fc6 22 Aug 2006 20:48:36 -0000 1.29 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 From fedora-extras-commits at redhat.com Tue Aug 22 20:51:59 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Tue, 22 Aug 2006 13:51:59 -0700 Subject: owners owners.list,1.1441,1.1442 Message-ID: <200608222052.k7MKq1ge020545@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526 Modified Files: owners.list Log Message: Reassigned pyzor to me. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1441 retrieving revision 1.1442 diff -u -r1.1441 -r1.1442 --- owners.list 21 Aug 2006 17:23:48 -0000 1.1441 +++ owners.list 22 Aug 2006 20:51:59 -0000 1.1442 @@ -1686,7 +1686,7 @@ Fedora Extras|PyX|Python graphics package|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|pyxdg|PyXDG is a python library to access freedesktop.org standards|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net Fedora Extras|pyxmms|Python bindings for xmms|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|pyzor|Pyzor collaborative spam filtering system|wtogami at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|pyzor|Pyzor collaborative spam filtering system|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|q|Equational programming language|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|qa-assistant|Graphical quality assurance report generator|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|qalculate-gtk|A multi-purpose desktop calculator for GNU/Linux|dakingun at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 22 22:12:29 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 22 Aug 2006 15:12:29 -0700 Subject: comps comps-fe6.xml.in,1.112,1.113 Message-ID: <200608222212.k7MMCVK7026105@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26080 Modified Files: comps-fe6.xml.in Log Message: Add gpsd and gpsd-clients to comps. I don't really like the group I put it in, but I didn't see anything I like better. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- comps-fe6.xml.in 22 Aug 2006 17:05:56 -0000 1.112 +++ comps-fe6.xml.in 22 Aug 2006 22:12:29 -0000 1.113 @@ -667,6 +667,8 @@ true acpitool + gpsd + gpsd-clients hddtemp i810switch i8kutils From fedora-extras-commits at redhat.com Tue Aug 22 22:15:11 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:11 -0700 Subject: rpms/compat-wxGTK/FC-4 wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.6, 1.7 Message-ID: <200608222215.k7MMFDZ2026195@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/FC-4 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- compat-wxGTK.spec 22 Aug 2006 20:15:30 -0000 1.6 +++ compat-wxGTK.spec 22 Aug 2006 22:15:11 -0000 1.7 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-locale-compat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .locale-compat sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,8 +219,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -324,6 +325,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Tue Aug 22 22:15:12 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:12 -0700 Subject: rpms/compat-wxGTK/FC-5 wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.5, 1.6 Message-ID: <200608222215.k7MMFEsN026201@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/FC-5 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 20:15:31 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 22:15:12 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-locale-compat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .locale-compat sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,8 +219,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -324,6 +325,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Tue Aug 22 22:15:13 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:13 -0700 Subject: rpms/compat-wxGTK/devel wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.5, 1.6 Message-ID: <200608222215.k7MMFFPD026207@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/devel Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 20:15:32 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 22:15:13 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,8 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch +Patch3: wxGTK-2.4.2-locale-compat.patch +Patch4: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +151,8 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix +%patch3 -p1 -b .locale-compat +%patch4 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -219,8 +221,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -326,6 +327,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Wed Aug 23 00:36:47 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 17:36:47 -0700 Subject: rpms/pam_keyring/devel .cvsignore, 1.2, 1.3 pam_keyring.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608230036.k7N0anJF032067@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32046 Modified Files: .cvsignore pam_keyring.spec sources Log Message: import 0.0.8-1.fc6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jun 2006 02:56:59 -0000 1.2 +++ .cvsignore 23 Aug 2006 00:36:47 -0000 1.3 @@ -1 +1 @@ -pam_keyring-0.0.7.tar.gz +pam_keyring-0.0.8.tar.gz Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/pam_keyring.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_keyring.spec 9 Jun 2006 02:56:59 -0000 1.1 +++ pam_keyring.spec 23 Aug 2006 00:36:47 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring -Version: 0.0.7 -Release: 2 +Version: 0.0.8 +Release: 1.fc6 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc6 + - Updated to pam_keyring 0.0.8. + * Thu Jun 08 2006 W. Michael Petullo - 0.0.7-2 - Don't package empty FAQ. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jun 2006 02:56:59 -0000 1.2 +++ sources 23 Aug 2006 00:36:47 -0000 1.3 @@ -1 +1 @@ -b50ff42708c0f49bc10d6cd16d182b39 pam_keyring-0.0.7.tar.gz +81a5c466d8b08d9f95d478c5feac73a5 pam_keyring-0.0.8.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 00:37:03 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 17:37:03 -0700 Subject: rpms/pam_keyring/FC-5 .cvsignore, 1.2, 1.3 pam_keyring.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608230037.k7N0b5Ko032094@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32073 Modified Files: .cvsignore pam_keyring.spec sources Log Message: import 0.0.8-1.fc6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jun 2006 02:56:59 -0000 1.2 +++ .cvsignore 23 Aug 2006 00:37:03 -0000 1.3 @@ -1 +1 @@ -pam_keyring-0.0.7.tar.gz +pam_keyring-0.0.8.tar.gz Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/pam_keyring.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_keyring.spec 9 Jun 2006 02:56:59 -0000 1.1 +++ pam_keyring.spec 23 Aug 2006 00:37:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring -Version: 0.0.7 -Release: 2 +Version: 0.0.8 +Release: 1.fc5 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc5 + - Updated to pam_keyring 0.0.8. + * Thu Jun 08 2006 W. Michael Petullo - 0.0.7-2 - Don't package empty FAQ. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jun 2006 02:56:59 -0000 1.2 +++ sources 23 Aug 2006 00:37:03 -0000 1.3 @@ -1 +1 @@ -b50ff42708c0f49bc10d6cd16d182b39 pam_keyring-0.0.7.tar.gz +81a5c466d8b08d9f95d478c5feac73a5 pam_keyring-0.0.8.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 01:06:53 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 18:06:53 -0700 Subject: rpms/pam_keyring/devel pam_keyring.spec,1.2,1.3 Message-ID: <200608230106.k7N16ts2002389@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2372 Modified Files: pam_keyring.spec Log Message: BuildRequires libtool Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/pam_keyring.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_keyring.spec 23 Aug 2006 00:36:47 -0000 1.2 +++ pam_keyring.spec 23 Aug 2006 01:06:52 -0000 1.3 @@ -1,14 +1,14 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring Version: 0.0.8 -Release: 1.fc6 +Release: 2.fc6 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.hekanetworks.com Requires: gnome-session >= 2.10.0, gnome-keyring >= 0.4.8, pam >= 0.99.3 -BuildRequires: gnome-keyring-devel, pam-devel +BuildRequires: gnome-keyring-devel, pam-devel, libtool %description The pam_keyring module allows GNOME users to automatically unlock @@ -48,6 +48,10 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-2.fc6 + + - BuildRequires libtool. + * Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc6 - Updated to pam_keyring 0.0.8. From fedora-extras-commits at redhat.com Wed Aug 23 01:15:17 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 18:15:17 -0700 Subject: rpms/pam_keyring/FC-5 pam_keyring.spec,1.2,1.3 Message-ID: <200608230115.k7N1FJI0002468@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2451 Modified Files: pam_keyring.spec Log Message: BuildRequires libtool Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/pam_keyring.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_keyring.spec 23 Aug 2006 00:37:03 -0000 1.2 +++ pam_keyring.spec 23 Aug 2006 01:15:16 -0000 1.3 @@ -1,14 +1,14 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring Version: 0.0.8 -Release: 1.fc5 +Release: 2.fc5 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.hekanetworks.com Requires: gnome-session >= 2.10.0, gnome-keyring >= 0.4.8, pam >= 0.99.3 -BuildRequires: gnome-keyring-devel, pam-devel +BuildRequires: gnome-keyring-devel, pam-devel, libtool %description The pam_keyring module allows GNOME users to automatically unlock @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-2.fc5 + - BuildRequires libtool. + * Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc5 - Updated to pam_keyring 0.0.8. From fedora-extras-commits at redhat.com Wed Aug 23 02:29:18 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:18 -0700 Subject: rpms/socat - New directory Message-ID: <200608230229.k7N2TKQk005421@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5395/socat Log Message: Directory /cvs/extras/rpms/socat added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 02:29:19 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:19 -0700 Subject: rpms/socat/devel - New directory Message-ID: <200608230229.k7N2TL57005424@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5395/socat/devel Log Message: Directory /cvs/extras/rpms/socat/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 02:29:43 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:43 -0700 Subject: rpms/socat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608230229.k7N2Tjvi005468@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5440 Added Files: Makefile import.log Log Message: Setup of module socat --- NEW FILE Makefile --- # Top level Makefile for module socat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 02:29:44 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:44 -0700 Subject: rpms/socat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608230229.k7N2TklD005471@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5440/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module socat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 02:30:40 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:30:40 -0700 Subject: rpms/socat import.log,1.1,1.2 Message-ID: <200608230230.k7N2UgWf005541@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5506 Modified Files: import.log Log Message: auto-import socat-1.5.0.0-2 on branch devel from socat-1.5.0.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/socat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 02:29:43 -0000 1.1 +++ import.log 23 Aug 2006 02:30:40 -0000 1.2 @@ -0,0 +1 @@ +socat-1_5_0_0-2:HEAD:socat-1.5.0.0-2.src.rpm:1156300151 From fedora-extras-commits at redhat.com Wed Aug 23 02:30:41 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:30:41 -0700 Subject: rpms/socat/devel socat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608230230.k7N2UhDA005547@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5506/devel Modified Files: .cvsignore sources Added Files: socat.spec Log Message: auto-import socat-1.5.0.0-2 on branch devel from socat-1.5.0.0-2.src.rpm --- NEW FILE socat.spec --- Summary: Bidirectional data relay between two data channels ('netcat++') Name: socat Version: 1.5.0.0 Release: 2%{?dist} License: GPL Url: http://www.dest-unreach.org/%{name} Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2 Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel readline-devel ncurses-devel %description Socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these. %prep %setup -q %configure \ --enable-help --enable-stdio \ --enable-fdnum --enable-file --enable-creat \ --enable-gopen --enable-pipe --enable-termios \ --enable-unix --enable-ip4 --enable-ip6 \ --enable-rawip --enable-tcp --enable-udp \ --enable-listen --enable-proxy --enable-exec \ --enable-system --enable-pty --enable-readline \ --enable-openssl --enable-sycls --enable-filan \ --enable-retry --enable-libwrap %build chmod 644 *.sh make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ PORTING %doc COPYING* README SECURITY testcert.conf socat.html %doc daemon.sh ftp.sh gatherinfo.sh mail.sh proxy.sh %doc proxyecho.sh readline.sh readline-test.sh %doc socks4echo.sh socks4a-echo.sh test.sh %{_bindir}/socat %{_bindir}/filan %{_bindir}/procan %doc %{_mandir}/man1/socat.1* %changelog * Sun Aug 20 2006 Paul Wouters - 1.5.0.0-2 - Added missing examples to doc section and removed execute bits. * Fri Aug 04 2006 Paul Wouters - 1.5.0.0-1 - Updated to 1.5.0.0 - removed version cut/mversion, since source untars properly now. * Tue May 09 2006 Paul Wouters - 1.4.3.1-1 - Updated to 1.4.3.1 * Thu Jan 26 2006 Paul Wouters 1.4.3.0-2 - Removed DESTDIR export and fixed two capitals * Thu Jan 26 2006 Paul Wouters 1.4.3.0-1 - Initial version based on Pascal Bleser suse rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/socat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 02:29:43 -0000 1.1 +++ .cvsignore 23 Aug 2006 02:30:41 -0000 1.2 @@ -0,0 +1 @@ +socat-1.5.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/socat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 02:29:43 -0000 1.1 +++ sources 23 Aug 2006 02:30:41 -0000 1.2 @@ -0,0 +1 @@ +84b709de13e236198a4606fb4b80e123 socat-1.5.0.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 02:35:50 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:35:50 -0700 Subject: owners owners.list,1.1442,1.1443 Message-ID: <200608230235.k7N2ZqLv005613@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: owners.list Log Message: Added socat package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1442 retrieving revision 1.1443 diff -u -r1.1442 -r1.1443 --- owners.list 22 Aug 2006 20:51:59 -0000 1.1442 +++ owners.list 23 Aug 2006 02:35:50 -0000 1.1443 @@ -1831,6 +1831,7 @@ Fedora Extras|snownews|A RSS/RDF news aggregator|zing at fastmail.fm|extras-qa at fedoraproject.org| Fedora Extras|SOAPpy|Full-featured SOAP library for Python|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|sobby|Standalone obby server|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|socat|Relay application for bidirectional data transfer|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 23 03:28:28 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:28 -0700 Subject: rpms/perl-Gnome2-GConf - New directory Message-ID: <200608230328.k7N3SUX2008546@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525/perl-Gnome2-GConf Log Message: Directory /cvs/extras/rpms/perl-Gnome2-GConf added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 03:28:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:29 -0700 Subject: rpms/perl-Gnome2-GConf/devel - New directory Message-ID: <200608230328.k7N3SVid008549@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525/perl-Gnome2-GConf/devel Log Message: Directory /cvs/extras/rpms/perl-Gnome2-GConf/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 03:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:36 -0700 Subject: rpms/perl-Gnome2-GConf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608230328.k7N3ScEx008602@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8569 Added Files: Makefile import.log Log Message: Setup of module perl-Gnome2-GConf --- NEW FILE Makefile --- # Top level Makefile for module perl-Gnome2-GConf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 03:28:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:37 -0700 Subject: rpms/perl-Gnome2-GConf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608230328.k7N3Sd3u008605@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8569/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gnome2-GConf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 03:28:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:50 -0700 Subject: rpms/perl-Gnome2-GConf import.log,1.1,1.2 Message-ID: <200608230328.k7N3SqAP008654@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618 Modified Files: import.log Log Message: auto-import perl-Gnome2-GConf-1.032-2.fc5 on branch devel from perl-Gnome2-GConf-1.032-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 03:28:36 -0000 1.1 +++ import.log 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +perl-Gnome2-GConf-1_032-2_fc5:HEAD:perl-Gnome2-GConf-1.032-2.fc5.src.rpm:1156303729 From fedora-extras-commits at redhat.com Wed Aug 23 03:28:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:51 -0700 Subject: rpms/perl-Gnome2-GConf/devel perl-Gnome2-GConf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608230328.k7N3Sr5b008660@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618/devel Modified Files: .cvsignore sources Added Files: perl-Gnome2-GConf.spec Log Message: auto-import perl-Gnome2-GConf-1.032-2.fc5 on branch devel from perl-Gnome2-GConf-1.032-2.fc5.src.rpm --- NEW FILE perl-Gnome2-GConf.spec --- Name: perl-Gnome2-GConf Version: 1.032 Release: 2%{?dist} Summary: Perl wrappers for the GConf configuration engine License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gnome2-GConf/ Source0: http://www.cpan.org/authors/id/E/EB/EBASSI/Gnome2-GConf-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl ## non-core BuildRequires: perl(Glib) >= 1.120, GConf2 BuildRequires: perl(ExtUtils::Depends) >= 0.2 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: GConf2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x. %prep %setup -q -n Gnome2-GConf-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} cp xs/* . %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHOR ChangeLog doctypes gconf.typemap maps NEWS README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/* %changelog * Fri Aug 18 2006 Chris Weyl 1.032-2 - added missing BR - tweaked %build to help -debuginfo generation * Sun Aug 13 2006 Chris Weyl 1.032-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 03:28:37 -0000 1.1 +++ .cvsignore 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +Gnome2-GConf-1.032.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 03:28:37 -0000 1.1 +++ sources 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +887b979e04df4adbfd616729cda0f37b Gnome2-GConf-1.032.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 03:29:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:29:04 -0700 Subject: owners owners.list,1.1443,1.1444 Message-ID: <200608230329.k7N3T6EQ008707@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690 Modified Files: owners.list Log Message: added perl-Gnome2-GConf Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1443 retrieving revision 1.1444 diff -u -r1.1443 -r1.1444 --- owners.list 23 Aug 2006 02:35:50 -0000 1.1443 +++ owners.list 23 Aug 2006 03:29:04 -0000 1.1444 @@ -679,8 +679,8 @@ Fedora Extras|kdetoys|K Desktop Environment - Toys and Amusements|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kdirstat|A KDE Utility program that sums updisk usage|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| +Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| @@ -1250,6 +1250,7 @@ Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|perl-Gnome2-GConf|Perl wrappers for the GConf configuration engine|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 23 03:30:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:30:31 -0700 Subject: rpms/perl-Gnome2-GConf/devel perl-Gnome2-GConf.spec,1.1,1.2 Message-ID: <200608230330.k7N3UXWx008735@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8718 Modified Files: perl-Gnome2-GConf.spec Log Message: bump Index: perl-Gnome2-GConf.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/perl-Gnome2-GConf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gnome2-GConf.spec 23 Aug 2006 03:28:50 -0000 1.1 +++ perl-Gnome2-GConf.spec 23 Aug 2006 03:30:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gnome2-GConf Version: 1.032 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl wrappers for the GConf configuration engine License: LGPL Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 1.032-3 +- bump for build & release + * Fri Aug 18 2006 Chris Weyl 1.032-2 - added missing BR - tweaked %build to help -debuginfo generation From fedora-extras-commits at redhat.com Wed Aug 23 03:58:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:58:09 -0700 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608230358.k7N3wBVh009759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9724/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 4.98 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE-Component-IRC.spec 25 Jul 2006 15:31:12 -0000 1.4 +++ perl-POE-Component-IRC.spec 23 Aug 2006 03:58:09 -0000 1.5 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.97 +Version: 4.98 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 4.98-1 +- update to 4.98 + * Tue Jul 25 2006 Chris Weyl 4.97-1 - update to 4.97 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Jul 2006 15:31:12 -0000 1.3 +++ sources 23 Aug 2006 03:58:09 -0000 1.4 @@ -1 +1 @@ -0e7287d52f51fd4eedd561e288c1f7a7 POE-Component-IRC-4.97.tar.gz +0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 03:58:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:58:10 -0700 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.3, 1.4 perl-POE-Component-IRC.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608230358.k7N3wCBk009765@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9724/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to 4.98 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Jul 2006 14:36:37 -0000 1.3 +++ .cvsignore 23 Aug 2006 03:58:10 -0000 1.4 @@ -1 +1 @@ -POE-Component-IRC-4.97.tar.gz +POE-Component-IRC-4.98.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE-Component-IRC.spec 25 Jul 2006 14:36:37 -0000 1.4 +++ perl-POE-Component-IRC.spec 23 Aug 2006 03:58:10 -0000 1.5 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.97 +Version: 4.98 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 4.98-1 +- update to 4.98 + * Tue Jul 25 2006 Chris Weyl 4.97-1 - update to 4.97 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Jul 2006 14:36:37 -0000 1.3 +++ sources 23 Aug 2006 03:58:10 -0000 1.4 @@ -1 +1 @@ -0e7287d52f51fd4eedd561e288c1f7a7 POE-Component-IRC-4.97.tar.gz +0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 05:21:04 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 22 Aug 2006 22:21:04 -0700 Subject: rpms/scribes/FC-5 scribes-setup-install-gconf-schemas.patch, NONE, 1.1 scribes-setup-no-dep-check.patch, NONE, 1.1 scribes-setup-no-manual-gconf.patch, NONE, 1.1 scribes.spec, 1.6, 1.7 setup-install-gconf-schemas.patch, 1.1, NONE setup-no-dep-check.patch, 1.1, NONE setup-no-manual-gconf.patch, 1.1, NONE Message-ID: <200608230521.k7N5L6l7015319@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15293 Modified Files: scribes.spec Added Files: scribes-setup-install-gconf-schemas.patch scribes-setup-no-dep-check.patch scribes-setup-no-manual-gconf.patch Removed Files: setup-install-gconf-schemas.patch setup-no-dep-check.patch setup-no-manual-gconf.patch Log Message: Renaming patches (adding "%{name}-" prefixes) scribes-setup-install-gconf-schemas.patch: --- NEW FILE scribes-setup-install-gconf-schemas.patch --- --- setup.py 2006-04-22 18:29:10.000000000 -0700 +++ patched-setup.py 2006-04-22 18:35:33.000000000 -0700 @@ -82,6 +82,7 @@ license="GNU GPL v2 and above", packages=["Scribes"], data_files=[ + ("/etc/gconf/schemas", ["data/scribes.schemas"]), ("share/applications", ["data/scribes.desktop"]), ("share/application-registry", ["data/scribes.application"]), ("share/pixmaps", ["data/scribes.svg"]), scribes-setup-no-dep-check.patch: --- NEW FILE scribes-setup-no-dep-check.patch --- --- setup.py 2006-03-04 12:28:07.916137104 -0500 +++ patch.py 2006-03-26 18:54:39.614303696 -0500 @@ -42,94 +42,6 @@ from distutils.core import setup from Scribes.info import version - -def check_dependencies(): - u""" - Check for Scribes' runtime software dependencies. - - The function aborts the installation process if runtime software - dependencies are not met by the host system. - - """ - - try: - - import pygtk - pygtk.require("2.0") - import gtk - - if gtk.pygtk_version < (2, 8, 0): - - raise ImportError - - except ImportError: - - print "You need PyGTK version 2.8 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gnome - - if gnome.gnome_python_version < (2, 12, 0): - - raise ImportError - - except ImportError: - - print "You need GNOME Python version 2.12 or later to run Scribes" - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtksourceview - - except ImportError: - - print "You need the gtksourceview module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtkspell - - except ImportError: - - print "You need the gtkspell module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - # Check to see if Yelp is installed on the host system - - cmd = "which yelp" - err, out = getstatusoutput(cmd) - - if err: - - print "You need Yelp version 2.12 or later to run Scribes." - exit(1) - - # Check to see if GConf is installed on the host system - - cmd = "which gconftool-2" - err, out = getstatusoutput(cmd) - - if err: - - print "You need GConf version 2.12 or later to run Scribes." - exit(1) - - return - -check_dependencies() - # Trove classification classifiers = """ scribes-setup-no-manual-gconf.patch: --- NEW FILE scribes-setup-no-manual-gconf.patch --- --- setup.py 2006-04-25 20:55:16.000000000 -0700 +++ patch.py 2006-04-25 20:58:52.000000000 -0700 @@ -101,48 +101,3 @@ "data/scribes_editing.png", "data/scribes_status.png"]) ], scripts=["scribes"],) - - -################################################################################ -# -# GConf Installation -# -################################################################################ - -# Get gconf's default source -cmd = "gconftool-2 --get-default-source" -err, out = getstatusoutput(cmd) - -# Set up the gconf environment variable. -putenv('GCONF_CONFIG_SOURCE', out) - -# Install gconf to the default source -cmd = "gconftool-2 --makefile-install-rule data/scribes.schemas" -err, out = getstatusoutput(cmd) - -if out: - - print "installing GConf schema files" - -if err: - - print 'Error: installation of gconf schema files failed: %s' % out - -# Kill the GConf daemon -cmd = "killall gconfd-2" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem shutting down gconf." - -# Start the GConf daemon -cmd = "gconftool-2 --spawn" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem restarting down gconf." - -print "scribes installation complete" - Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-5/scribes.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scribes.spec 12 Aug 2006 01:34:30 -0000 1.6 +++ scribes.spec 23 Aug 2006 05:21:04 -0000 1.7 @@ -4,16 +4,16 @@ Name: scribes Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ Source0: http://openusability.org/download.php/93/%{name}-%{version}.tar.gz -Patch0: setup-no-dep-check.patch -Patch1: setup-install-gconf-schemas.patch -Patch2: setup-no-manual-gconf.patch +Patch0: %{name}-setup-no-dep-check.patch +Patch1: %{name}-setup-install-gconf-schemas.patch +Patch2: %{name}-setup-no-manual-gconf.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -123,6 +123,9 @@ %changelog +* Tue Aug 22 2006 Peter Gordon - 0.2.5-4 +- Rename patches (add "%%{name}-" prefixes) + * Fri Aug 11 2006 Peter Gordon - 0.2.5-3 - Include .pyo files in build for new Python packaging guidelines. --- setup-install-gconf-schemas.patch DELETED --- --- setup-no-dep-check.patch DELETED --- --- setup-no-manual-gconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 05:21:17 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 22 Aug 2006 22:21:17 -0700 Subject: rpms/scribes/devel scribes-setup-install-gconf-schemas.patch, NONE, 1.1 scribes-setup-no-dep-check.patch, NONE, 1.1 scribes-setup-no-manual-gconf.patch, NONE, 1.1 scribes.spec, 1.5, 1.6 setup-install-gconf-schemas.patch, 1.1, NONE setup-no-dep-check.patch, 1.1, NONE setup-no-manual-gconf.patch, 1.1, NONE Message-ID: <200608230521.k7N5LJ61015351@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15325 Modified Files: scribes.spec Added Files: scribes-setup-install-gconf-schemas.patch scribes-setup-no-dep-check.patch scribes-setup-no-manual-gconf.patch Removed Files: setup-install-gconf-schemas.patch setup-no-dep-check.patch setup-no-manual-gconf.patch Log Message: Renaming patches (adding "%{name}-" prefixes) scribes-setup-install-gconf-schemas.patch: --- NEW FILE scribes-setup-install-gconf-schemas.patch --- --- setup.py 2006-04-22 18:29:10.000000000 -0700 +++ patched-setup.py 2006-04-22 18:35:33.000000000 -0700 @@ -82,6 +82,7 @@ license="GNU GPL v2 and above", packages=["Scribes"], data_files=[ + ("/etc/gconf/schemas", ["data/scribes.schemas"]), ("share/applications", ["data/scribes.desktop"]), ("share/application-registry", ["data/scribes.application"]), ("share/pixmaps", ["data/scribes.svg"]), scribes-setup-no-dep-check.patch: --- NEW FILE scribes-setup-no-dep-check.patch --- --- setup.py 2006-03-04 12:28:07.916137104 -0500 +++ patch.py 2006-03-26 18:54:39.614303696 -0500 @@ -42,94 +42,6 @@ from distutils.core import setup from Scribes.info import version - -def check_dependencies(): - u""" - Check for Scribes' runtime software dependencies. - - The function aborts the installation process if runtime software - dependencies are not met by the host system. - - """ - - try: - - import pygtk - pygtk.require("2.0") - import gtk - - if gtk.pygtk_version < (2, 8, 0): - - raise ImportError - - except ImportError: - - print "You need PyGTK version 2.8 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gnome - - if gnome.gnome_python_version < (2, 12, 0): - - raise ImportError - - except ImportError: - - print "You need GNOME Python version 2.12 or later to run Scribes" - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtksourceview - - except ImportError: - - print "You need the gtksourceview module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtkspell - - except ImportError: - - print "You need the gtkspell module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - # Check to see if Yelp is installed on the host system - - cmd = "which yelp" - err, out = getstatusoutput(cmd) - - if err: - - print "You need Yelp version 2.12 or later to run Scribes." - exit(1) - - # Check to see if GConf is installed on the host system - - cmd = "which gconftool-2" - err, out = getstatusoutput(cmd) - - if err: - - print "You need GConf version 2.12 or later to run Scribes." - exit(1) - - return - -check_dependencies() - # Trove classification classifiers = """ scribes-setup-no-manual-gconf.patch: --- NEW FILE scribes-setup-no-manual-gconf.patch --- --- setup.py 2006-04-25 20:55:16.000000000 -0700 +++ patch.py 2006-04-25 20:58:52.000000000 -0700 @@ -101,48 +101,3 @@ "data/scribes_editing.png", "data/scribes_status.png"]) ], scripts=["scribes"],) - - -################################################################################ -# -# GConf Installation -# -################################################################################ - -# Get gconf's default source -cmd = "gconftool-2 --get-default-source" -err, out = getstatusoutput(cmd) - -# Set up the gconf environment variable. -putenv('GCONF_CONFIG_SOURCE', out) - -# Install gconf to the default source -cmd = "gconftool-2 --makefile-install-rule data/scribes.schemas" -err, out = getstatusoutput(cmd) - -if out: - - print "installing GConf schema files" - -if err: - - print 'Error: installation of gconf schema files failed: %s' % out - -# Kill the GConf daemon -cmd = "killall gconfd-2" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem shutting down gconf." - -# Start the GConf daemon -cmd = "gconftool-2 --spawn" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem restarting down gconf." - -print "scribes installation complete" - Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scribes.spec 12 Aug 2006 01:34:31 -0000 1.5 +++ scribes.spec 23 Aug 2006 05:21:17 -0000 1.6 @@ -4,16 +4,16 @@ Name: scribes Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ Source0: http://openusability.org/download.php/93/%{name}-%{version}.tar.gz -Patch0: setup-no-dep-check.patch -Patch1: setup-install-gconf-schemas.patch -Patch2: setup-no-manual-gconf.patch +Patch0: %{name}-setup-no-dep-check.patch +Patch1: %{name}-setup-install-gconf-schemas.patch +Patch2: %{name}-setup-no-manual-gconf.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -123,6 +123,9 @@ %changelog +* Tue Aug 22 2006 Peter Gordon - 0.2.5-4 +- Rename patches (add "%%{name}-" prefixes) + * Fri Aug 11 2006 Peter Gordon - 0.2.5-3 - Include .pyo files in build for new Python packaging guidelines. --- setup-install-gconf-schemas.patch DELETED --- --- setup-no-dep-check.patch DELETED --- --- setup-no-manual-gconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 08:37:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 23 Aug 2006 01:37:10 -0700 Subject: rpms/k3d/devel .cvsignore,1.2,1.3 k3d.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608230837.k7N8bCeE023981@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23960 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 23 Aug 2006 08:37:09 -0000 1.3 @@ -1 +1 @@ -k3d-0.5.16.0-src.tar.bz2 +k3d-0.6.0.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 23 Aug 2006 08:37:09 -0000 1.2 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 3%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -45,7 +45,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -56,6 +56,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -111,13 +120,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -127,6 +152,10 @@ %changelog +* Wed Aug 23 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 23 Aug 2006 08:37:09 -0000 1.3 @@ -1 +1 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 13:59:36 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 23 Aug 2006 06:59:36 -0700 Subject: comps comps-fe5.xml.in,1.114,1.115 comps-fe6.xml.in,1.113,1.114 Message-ID: <200608231359.k7NDxcUt006290@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6271 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add krusader and smb4k. Maybe System Tools group is better place to put this apps? Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- comps-fe5.xml.in 22 Aug 2006 20:25:24 -0000 1.114 +++ comps-fe5.xml.in 23 Aug 2006 13:59:35 -0000 1.115 @@ -838,9 +838,11 @@ knemo kompose kooldock + krusader ksynaptics kyum metamonitor + smb4k Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- comps-fe6.xml.in 22 Aug 2006 22:12:29 -0000 1.113 +++ comps-fe6.xml.in 23 Aug 2006 13:59:35 -0000 1.114 @@ -914,10 +914,12 @@ knemo kompose kooldock + krusader ksensors ksynaptics kyum metamonitor + smb4k From fedora-extras-commits at redhat.com Wed Aug 23 14:01:14 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 23 Aug 2006 07:01:14 -0700 Subject: fedora-security/audit fc5,1.294,1.295 fc6,1.29,1.30 Message-ID: <200608231401.k7NE1Eqa008916@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6322/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-2932 and CVE-2006-3745 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- fc5 22 Aug 2006 20:48:36 -0000 1.294 +++ fc5 23 Aug 2006 14:01:10 -0000 1.295 @@ -58,6 +58,7 @@ CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] +CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] @@ -117,6 +118,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) +CVE-2006-2932 ** (kernel) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- fc6 22 Aug 2006 20:48:36 -0000 1.29 +++ fc6 23 Aug 2006 14:01:10 -0000 1.30 @@ -46,6 +46,7 @@ CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 CVE-2006-3746 version (gnupg, fixed 1.4.5) +CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) @@ -103,6 +104,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) +CVE-2006-2932 ** (kernel) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 From fedora-extras-commits at redhat.com Wed Aug 23 14:27:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:27:44 -0700 Subject: rpms/ncftp/FC-4 .cvsignore, 1.3, 1.4 ncftp.spec, 1.6, 1.7 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608231427.k7NERk2n009211@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/FC-4 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Backport 3.2.0 update from devel to FC-4 and FC-5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 23 Aug 2006 14:27:43 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/ncftp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ncftp.spec 12 May 2006 11:15:15 -0000 1.6 +++ ncftp.spec 23 Aug 2006 14:27:43 -0000 1.7 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 23 Aug 2006 14:27:43 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 14:27:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:27:44 -0700 Subject: rpms/ncftp/FC-5 .cvsignore, 1.3, 1.4 ncftp.spec, 1.8, 1.9 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608231427.k7NERk5t009217@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/FC-5 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Backport 3.2.0 update from devel to FC-4 and FC-5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 23 Aug 2006 14:27:44 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/ncftp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ncftp.spec 12 May 2006 11:15:16 -0000 1.8 +++ ncftp.spec 23 Aug 2006 14:27:44 -0000 1.9 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 23 Aug 2006 14:27:44 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 14:28:17 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 23 Aug 2006 07:28:17 -0700 Subject: fedora-security/audit fc6,1.30,1.31 Message-ID: <200608231428.k7NESHNV009320@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9268 Modified Files: fc6 Log Message: Go through vulnerable list for fc6 and check against rawhide Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- fc6 23 Aug 2006 14:01:10 -0000 1.30 +++ fc6 23 Aug 2006 14:28:14 -0000 1.31 @@ -1,4 +1,4 @@ -Up to date CVE as of CVE email 20060821 +Up to date CVE as of CVE email 20060822 Up to date FC6 as of Test2 ** are items that need attention @@ -21,36 +21,36 @@ CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3811 version (firefox, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3810 version (firefox, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3809 version (firefox, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3808 version (firefox, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3807 version (firefox, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3806 version (firefox, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3805 version (firefox, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3804 version (firefox, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3803 version (firefox, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3802 version (firefox, fixed 1.5.0.5) -CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 -CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -67,7 +67,7 @@ CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) CVE-2006-3467 VULNERABLE (vnc) -CVE-2006-3467 VULNERABLE (libXfont) bz#202683 +CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -88,7 +88,7 @@ CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 [fixed rawhide] @@ -323,7 +323,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNgERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection From fedora-extras-commits at redhat.com Wed Aug 23 14:45:53 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:53 -0700 Subject: rpms/proftpd/FC-4 proftpd-1.3.0-ctrls-restart.patch, NONE, 1.1 proftpd-1.3.0-rpath.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 proftpd.conf, 1.5, 1.6 proftpd.init, 1.4, 1.5 proftpd.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200608231445.k7NEjtbl009547@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/FC-4 Modified Files: .cvsignore proftpd.conf proftpd.init proftpd.spec sources Added Files: proftpd-1.3.0-ctrls-restart.patch proftpd-1.3.0-rpath.patch Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. proftpd-1.3.0-ctrls-restart.patch: --- NEW FILE proftpd-1.3.0-ctrls-restart.patch --- Index: modules/mod_ctrls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/modules/mod_ctrls.c,v retrieving revision 1.30 diff -u -r1.30 mod_ctrls.c --- modules/mod_ctrls.c 11 Nov 2005 21:05:32 -0000 1.30 +++ modules/mod_ctrls.c 23 May 2006 17:31:51 -0000 @@ -3,7 +3,7 @@ * server, as well as several utility functions for other Controls * modules * - * Copyright (c) 2000-2005 TJ Saunders + * Copyright (c) 2000-2006 TJ Saunders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ #include "privs.h" #include "mod_ctrls.h" -#define MOD_CTRLS_VERSION "mod_ctrls/0.9.3" +#define MOD_CTRLS_VERSION "mod_ctrls/0.9.4" /* Master daemon in standalone mode? (from src/main.c) */ extern unsigned char is_master; @@ -518,7 +518,7 @@ } else if (res == PR_LOG_WRITABLE_DIR) { pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION ": unable to open ControlsLog '%s': " - "containing directory is world writeable", ctrls_logname); + "containing directory is world writable", ctrls_logname); } else if (res == PR_LOG_SYMLINK) { pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION @@ -1476,7 +1476,7 @@ if (res == -2) CONF_ERROR(cmd, pstrcat(cmd->tmp_pool, - "unable to log to a world-writeable directory", NULL)); + "unable to log to a world-writable directory", NULL)); } return HANDLED(cmd); @@ -1506,10 +1506,12 @@ CONF_ERROR(cmd, "must be an absolute path"); /* Close the socket. */ - pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s'", - ctrls_sock_file); - close(ctrls_sockfd); - ctrls_sockfd = -1; + if (ctrls_sockfd >= 0) { + pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s' (%d)", + ctrls_sock_file, ctrls_sockfd); + close(ctrls_sockfd); + ctrls_sockfd = -1; + } /* Change the path. */ if (strcmp(cmd->argv[1], ctrls_sock_file) != 0) @@ -1608,9 +1610,28 @@ PRIVS_ROOT ctrls_sockfd = ctrls_listen(ctrls_sock_file); PRIVS_RELINQUISH - if (ctrls_sockfd < 0) + if (ctrls_sockfd < 0) { pr_log_pri(PR_LOG_NOTICE, "notice: unable to listen to local socket: %s", strerror(errno)); + + } else { + /* Ensure that the listen socket used is not one of the major three + * (stdin, stdout, or stderr). + */ + if (ctrls_sockfd < 3) { + if (dup2(ctrls_sockfd, 3) < 0) { + pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION + ": error duplicating listen socket: %s", strerror(errno)); + (void) close(ctrls_sockfd); + ctrls_sockfd = -1; + + } else { + (void) close(ctrls_sockfd); + ctrls_sockfd = 3; + } + } + } + } static void ctrls_restart_ev(const void *event_data, void *user_data) { @@ -1633,10 +1654,11 @@ cl_list = NULL; cl_listlen = 0; - pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s'", - ctrls_sock_file); + pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s' (%d)", + ctrls_sock_file, ctrls_sockfd); close(ctrls_sockfd); ctrls_sockfd = -1; + ctrls_closelog(); /* Clear the existing pool */ proftpd-1.3.0-rpath.patch: --- NEW FILE proftpd-1.3.0-rpath.patch --- diff -Naupr proftpd-1.3.0.orig/configure proftpd-1.3.0/configure --- proftpd-1.3.0.orig/configure 2006-03-09 19:20:04.000000000 +0100 +++ proftpd-1.3.0.orig/configure 2006-03-09 19:20:04.000000000 +0100 @@ -19660,7 +19660,7 @@ if test "${enable_dso+set}" = set; then ac_build_core_modules="$ac_build_core_modules modules/mod_dso.o" ac_build_addl_includes="$INCLTDL $ac_build_addl_includes" - MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic -rpath \$(DESTDIR)\$(sbindir)" + MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic" MAIN_LIBS="\$(LIBLTDL)" MODULE_LDFLAGS="-avoid-version -export-dynamic -module" diff -Naupr proftpd-1.3.0.orig/configure.in proftpd-1.3.0/configure.in --- proftpd-1.3.0.orig/configure.in 2006-03-09 19:12:35.000000000 +0100 +++ proftpd-1.3.0.orig/configure.in 2006-03-09 19:12:35.000000000 +0100 @@ -372,7 +372,7 @@ AC_ARG_ENABLE(dso, ac_build_core_modules="$ac_build_core_modules modules/mod_dso.o" ac_build_addl_includes="$INCLTDL $ac_build_addl_includes" - MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic -rpath \$(DESTDIR)\$(sbindir)" + MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic" MAIN_LIBS="\$(LIBLTDL)" MODULE_LDFLAGS="-avoid-version -export-dynamic -module" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Dec 2004 18:00:15 -0000 1.5 +++ .cvsignore 23 Aug 2006 14:45:53 -0000 1.6 @@ -1 +1 @@ -proftpd-1.2.10.tar.bz2 +proftpd-1.3.0.tar.bz2 Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- proftpd.conf 1 Aug 2005 15:17:48 -0000 1.5 +++ proftpd.conf 23 Aug 2006 14:45:53 -0000 1.6 @@ -58,6 +58,10 @@ User nobody Group nobody +# Disable sendfile by default since it breaks displaying the download speeds in +# ftptop and ftpwho +UseSendfile no + # This is where we want to put the pid file ScoreboardFile /var/run/proftpd.score @@ -77,14 +81,22 @@ # Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html #TLSEngine on #TLSRequired on -#TLSRSACertificateFile /usr/share/ssl/certs/proftpd.pem -#TLSRSACertificateKeyFile /usr/share/ssl/certs/proftpd.pem +#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem +#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem #TLSCipherSuite ALL:!ADH:!DES #TLSOptions NoCertRequest #TLSVerifyClient off ##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 #TLSLog /var/log/proftpd/tls.log +# SQL authentication Dynamic Shared Object (DSO) loading +# See README.DSO and howto/DSO.html for more details. +# +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c +# + # A basic anonymous configuration, with an upload directory. # # User ftp Index: proftpd.init =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.init,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- proftpd.init 16 Nov 2004 18:34:32 -0000 1.4 +++ proftpd.init 23 Aug 2006 14:45:53 -0000 1.5 @@ -32,7 +32,7 @@ start() { echo -n $"Starting $prog: " - daemon proftpd + daemon proftpd 2>/dev/null RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/proftpd Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- proftpd.spec 1 Aug 2005 21:57:52 -0000 1.9 +++ proftpd.spec 23 Aug 2006 14:45:53 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd -Version: 1.2.10 -Release: 6%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql}%{?dist} +Version: 1.3.0 +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -12,19 +12,17 @@ Source4: proftpd.logrotate Source5: welcome.msg Source6: proftpd.pam +Patch0: proftpd-1.3.0-rpath.patch +Patch1: proftpd-1.3.0-ctrls-restart.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: pam >= 0.59, /sbin/service, /sbin/chkconfig -BuildRequires: pam-devel, perl, ncurses-devel, pkgconfig -%{!?_without_tls:Requires: openssl} -%{!?_without_tls:BuildRequires: openssl-devel, krb5-devel} -%{?_with_ldap:Requires: openldap} -%{?_with_ldap:BuildRequires: openldap-devel} -%{?_with_mysql:Requires: mysql} -%{?_with_mysql:BuildRequires: mysql-devel, zlib-devel} -%{?_with_postgresql:Requires: postgresql-libs} -%{?_with_postgresql:BuildRequires: postgresql-devel} +Requires: pam >= 0.59 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/service, /sbin/chkconfig +Requires(postun): /sbin/service +BuildRequires: pam-devel, ncurses-devel, pkgconfig +BuildRequires: openssl-devel, krb5-devel, libacl-devel +BuildRequires: openldap-devel, mysql-devel, zlib-devel, postgresql-devel Provides: ftpserver -Conflicts: wu-ftpd, anonftp, vsftpd %description ProFTPD is an enhanced FTP server with a focus toward simplicity, security, @@ -36,51 +34,75 @@ This package defaults to the standalone behaviour of ProFTPD, but all the needed scripts to have it run by xinetd instead are included. -Available rpmbuild rebuild options : ---without : tls ---with : ldap mysql postgresql + +%package ldap +Summary: Module to add LDAP support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description ldap +Module to add LDAP support to the ProFTPD FTP server. + + +%package mysql +Summary: Module to add MySQL support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description mysql +Module to add MySQL support to the ProFTPD FTP server. + + +%package postgresql +Summary: Module to add PostgreSQL support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description postgresql +Module to add PostgreSQL support to the ProFTPD FTP server. %prep %setup +%patch0 -p1 -b .rpath +%patch1 -p0 -b .ctrls-restart %build -# Workaround for the PostgreSQL include file -%{__perl} -pi -e 's|pgsql/libpq-fe.h|libpq-fe.h|g' contrib/mod_sql_postgres.c - # Disable stripping in order to get useful debuginfo packages %{__perl} -pi -e 's|"-s"|""|g' configure -# TLS includes -OPENSSL_INC="" -if OPENSSL_CFLAGS=`pkg-config --cflags openssl`; then - for i in ${OPENSSL_CFLAGS}; do - INCPATH=`echo $i | perl -pi -e 's|-I([a-z/]*)|$1|g'` - test ! -z ${INCPATH} && OPENSSL_INC="${OPENSSL_INC}:${INCPATH}" - done -fi - %configure \ - --localstatedir="/var/run" \ - --with-includes="%{_includedir}%{!?_without_tls:${OPENSSL_INC}}%{?_with_mysql::%{_includedir}/mysql}" \ - %{?_with_mysql:--with-libraries="%{_libdir}/mysql"} \ - %{?_with_postgresql:--with-libraries="%{_libdir}"} \ - --with-modules=mod_readme:mod_auth_pam%{?_with_ldap::mod_ldap}%{?_with_mysql::mod_sql:mod_sql_mysql}%{?_with_postgresql::mod_sql:mod_sql_postgres}%{!?_without_tls::mod_tls} + --libexecdir="%{_libexecdir}/proftpd" \ + --localstatedir="%{_var}/run" \ + --enable-ctrls \ + --enable-facl \ + --enable-dso \ + --enable-ipv6 \ + --with-libraries="%{_libdir}/mysql" \ + --with-includes="%{_includedir}/mysql" \ + --with-modules=mod_readme:mod_auth_pam:mod_tls \ + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql + %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -%makeinstall rundir="%{buildroot}%{_localstatedir}/run/proftpd" \ +%{__make} install DESTDIR=%{buildroot} \ + rundir="%{_var}/run/proftpd" \ INSTALL_USER=`id -un` \ INSTALL_GROUP=`id -gn` -%{__install} -D -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/proftpd.conf -%{__install} -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd -%{__install} -D -m 640 %{SOURCE3} %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd -%{__install} -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/proftpd -%{__install} -D -m 644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg -%{__install} -D -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd +%{__install} -D -p -m 0640 %{SOURCE1} \ + %{buildroot}%{_sysconfdir}/proftpd.conf +%{__install} -D -p -m 0755 %{SOURCE2} \ + %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd +%{__install} -D -p -m 0640 %{SOURCE3} \ + %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd +%{__install} -D -p -m 0644 %{SOURCE4} \ + %{buildroot}%{_sysconfdir}/logrotate.d/proftpd +%{__install} -D -p -m 0644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg +%{__install} -D -p -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd %{__mkdir_p} %{buildroot}/var/ftp/uploads %{__mkdir_p} %{buildroot}/var/ftp/pub %{__mkdir_p} %{buildroot}/var/log/proftpd @@ -92,7 +114,7 @@ %post -if [ $1 = 1 ]; then +if [ $1 -eq 1 ]; then /sbin/chkconfig --add proftpd IFS=":"; cat /etc/passwd | \ while { read username nu nu gid nu nu nu nu; }; do \ @@ -103,12 +125,12 @@ fi %preun -if [ $1 = 0 ]; then +if [ $1 -eq 0 ]; then /sbin/service proftpd stop &>/dev/null || : /sbin/chkconfig --del proftpd /sbin/service xinetd reload &>/dev/null || : - if [ -d /var/run/proftpd ]; then - rm -rf /var/run/proftpd/* + if [ -d %{_var}/run/proftpd ]; then + rm -rf %{_var}/run/proftpd/* fi fi @@ -126,11 +148,17 @@ %config(noreplace) %{_sysconfdir}/proftpd.conf %config(noreplace) %{_sysconfdir}/xinetd.d/xproftpd %config %{_sysconfdir}/ftpusers -%config %{_sysconfdir}/pam.d/proftpd -%config %{_sysconfdir}/logrotate.d/proftpd +%config(noreplace) %{_sysconfdir}/pam.d/proftpd +%config(noreplace) %{_sysconfdir}/logrotate.d/proftpd %{_sysconfdir}/rc.d/init.d/proftpd %{_mandir}/*/* %{_bindir}/* +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so +%{_libexecdir}/proftpd/mod_sql.so +%exclude %{_libexecdir}/proftpd/*.a +%exclude %{_libexecdir}/proftpd/*.la %{_sbindir}/* %dir /var/ftp/ %attr(331, ftp, ftp) %dir /var/ftp/uploads/ @@ -138,8 +166,71 @@ %config(noreplace) /var/ftp/welcome.msg %attr(750, root, root) %dir /var/log/proftpd/ +%files ldap +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so + +%files mysql +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so + +%files postgresql +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so + %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + +* Mon Jul 3 2006 Matthias Saou 1.3.0-5 +- Disable sendfile by default since it breaks displaying the download speed in + ftptop and ftpwho (#196913). + +* Mon Jun 19 2006 Matthias Saou 1.3.0-4 +- Include ctrls restart patch, see #195884 (patch from proftpd.org #2792). + +* Wed May 10 2006 Matthias Saou 1.3.0-3 +- Add commented section about DSO loading to the default proftpd.conf. +- Update TLS cert paths in the default proftpd.conf to /etc/pki/tls. + +* Fri Apr 28 2006 Matthias Saou 1.3.0-2 +- Mark pam.d and logrotate.d config files as noreplace. +- Include patch to remove -rpath to DESTDIR/usr/sbin/ in the proftpd binary + when DSO is enabled (#190122). + +* Fri Apr 21 2006 Matthias Saou 1.3.0-1 +- Update to 1.3.0 final. +- Remove no longer needed PostgreSQL and OpenSSL detection workarounds. +- Remove explicit conflicts on wu-ftpd, anonftp and vsftpd to let people + install more than one ftp daemon (what for? hmm...) (#189023). +- Enable LDAP, MySQL and PostgreSQL as DSOs by default, and stuff them in + new sub-packages. This won't introduce any regression since they weren't + enabled by default. +- Remove useless explicit requirements. +- Rearrange scriplets requirements. +- Enable ctrls (controls via ftpdctl) and facl (POSIX ACLs). +- Using --disable-static makes the build fail, so exclude .a files in %%files. +- Silence harmless IPv6 failure message at startup when IPv6 isn't available. + +* Tue Mar 7 2006 Matthias Saou 1.3.0-0.2.rc4 +- Update to 1.3.0rc4 (bugfix release). + +* Mon Mar 6 2006 Matthias Saou 1.3.0-0.2.rc3 +- FC5 rebuild. + +* Thu Feb 9 2006 Matthias Saou 1.3.0-0.1.rc3 +- Update to 1.3.0rc3, which builds with the latest openssl. + +* Thu Nov 17 2005 Matthias Saou 1.2.10-7 +- Rebuild against new openssl library... not. + * Wed Jul 13 2005 Matthias Saou 1.2.10-6 - The provided pam.d file no longer works, use our own based on the one from the vsftpd package (#163026). Index: sources =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Dec 2004 18:00:15 -0000 1.5 +++ sources 23 Aug 2006 14:45:53 -0000 1.6 @@ -1 +1 @@ -5feb4a7348e12faefc25e34fd92efdd6 proftpd-1.2.10.tar.bz2 +fae47d01b52e035eb6b7190e74c17722 proftpd-1.3.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 14:45:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:54 -0700 Subject: rpms/proftpd/devel proftpd.spec,1.18,1.19 Message-ID: <200608231445.k7NEjuAt009555@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/devel Modified Files: proftpd.spec Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- proftpd.spec 3 Jul 2006 17:29:18 -0000 1.18 +++ proftpd.spec 23 Aug 2006 14:45:54 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -82,7 +82,7 @@ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql %{__make} %{?_smp_mflags} @@ -154,6 +154,8 @@ %{_mandir}/*/* %{_bindir}/* %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so %exclude %{_libexecdir}/proftpd/*.a %exclude %{_libexecdir}/proftpd/*.la @@ -168,19 +170,25 @@ %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so %files mysql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %files postgresql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + * Mon Jul 3 2006 Matthias Saou 1.3.0-5 - Disable sendfile by default since it breaks displaying the download speed in ftptop and ftpwho (#196913). From fedora-extras-commits at redhat.com Wed Aug 23 14:45:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:54 -0700 Subject: rpms/proftpd/FC-5 proftpd.spec,1.16,1.17 Message-ID: <200608231445.k7NEjuAO009551@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/FC-5 Modified Files: proftpd.spec Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-5/proftpd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- proftpd.spec 3 Jul 2006 17:29:17 -0000 1.16 +++ proftpd.spec 23 Aug 2006 14:45:53 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -82,7 +82,7 @@ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql %{__make} %{?_smp_mflags} @@ -154,6 +154,8 @@ %{_mandir}/*/* %{_bindir}/* %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so %exclude %{_libexecdir}/proftpd/*.a %exclude %{_libexecdir}/proftpd/*.la @@ -168,19 +170,25 @@ %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so %files mysql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %files postgresql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + * Mon Jul 3 2006 Matthias Saou 1.3.0-5 - Disable sendfile by default since it breaks displaying the download speed in ftptop and ftpwho (#196913). From fedora-extras-commits at redhat.com Wed Aug 23 16:22:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 09:22:50 -0700 Subject: rpms/qemu/devel .cvsignore, 1.6, 1.7 qemu.spec, 1.14, 1.15 sources, 1.6, 1.7 qemu-0.8.1-syscall-macros.patch, 1.2, NONE Message-ID: <200608231622.k7NGMq1m015408@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15387 Modified Files: .cvsignore qemu.spec sources Removed Files: qemu-0.8.1-syscall-macros.patch Log Message: Update to 0.8.2 (#200065) and various other fixes and enhancements. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jun 2006 23:59:13 -0000 1.6 +++ .cvsignore 23 Aug 2006 16:22:50 -0000 1.7 @@ -1 +1 @@ -qemu-0.8.1.tar.gz +qemu-0.8.2.tar.gz Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qemu.spec 8 Jun 2006 10:17:29 -0000 1.14 +++ qemu.spec 23 Aug 2006 16:22:50 -0000 1.15 @@ -1,63 +1,58 @@ Summary: QEMU is a FAST! processor emulator Name: qemu -Version: 0.8.1 -Release: 3%{?dist} - +Version: 0.8.2 +Release: 1%{?dist} License: GPL/LGPL Group: Development/Tools -URL: http://fabrice.bellard.free.fr/qemu +URL: http://www.qemu.org/ Source0: http://www.qemu.org/%{name}-%{version}.tar.gz Source1: qemu.init Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch -Patch2: qemu-0.8.1-syscall-macros.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-32 zlib-devel texi2html -PreReq: /sbin/chkconfig -PreReq: /sbin/service -ExclusiveArch: %{ix86} ppc alpha sparc armv4l x86_64 +BuildRequires: SDL-devel compat-gcc-32 zlib-devel which texi2html +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/service /sbin/chkconfig +Requires(postun): /sbin/service +ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l %description -By using dynamic translation it achieves a reasonable speed while being easy -to port on new host CPUs. QEMU has two operating modes: +QEMU is a generic and open source processor emulator which achieves a good +emulation speed by using dynamic translation. QEMU has two operating modes: + * Full system emulation. In this mode, QEMU emulates a full system (for + example a PC), including a processor and various peripherials. It can be + used to launch different Operating Systems without rebooting the PC or + to debug system code. * User mode emulation. In this mode, QEMU can launch Linux processes compiled - for one CPU on another CPU. Linux system calls are converted because of - endianness and 32/64 bit mismatches. Wine (Windows emulation) and DOSEMU - (DOS emulation) are the main targets for QEMU. - * Full system emulation. In this mode, QEMU emulates a full system, including - a processor and various peripherals. Currently, it is only used to launch - an x86 Linux kernel on an x86 Linux system. It enables easier testing and - debugging of system code. It can also be used to provide virtual hosting - of several virtual PC on a single server. + for one CPU on another CPU. -As QEMU requires no host kernel patches to run, it is very safe and easy to use. +As QEMU requires no host kernel patches to run, it is safe and easy to use. %prep %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ %ifarch x86_64 - --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ + --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ %endif - --cc=gcc32 --enable-alsa -make + --cc=gcc32 --enable-alsa +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make prefix="${RPM_BUILD_ROOT}%{_prefix}" \ - bindir="${RPM_BUILD_ROOT}%{_bindir}" \ - sharedir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" \ - mandir="${RPM_BUILD_ROOT}%{_mandir}" \ - docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \ - datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install + bindir="${RPM_BUILD_ROOT}%{_bindir}" \ + sharedir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" \ + mandir="${RPM_BUILD_ROOT}%{_mandir}" \ + docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \ + datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install -install -D $RPM_SOURCE_DIR/qemu.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu +install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu %clean rm -rf $RPM_BUILD_ROOT @@ -66,22 +61,37 @@ /sbin/chkconfig --add qemu %preun -if [ $1 = 0 ]; then - /sbin/service qemu stop > /dev/null 2>&1 +if [ $1 -eq 0 ]; then + /sbin/service qemu stop &>/dev/null || : + /sbin/chkconfig --del qemu +fi + +%postun +if [ $1 -ge 1 ]; then + /sbin/service qemu condrestart &>/dev/null || : fi -/sbin/chkconfig --del qemu %files %defattr(-,root,root) %doc Changelog README README.distrib TODO -%doc qemu-tech.texi qemu-doc.texi -%doc *.html -%{_bindir}/qemu* -%{_prefix}/share/qemu -%{_mandir}/man?/* +%doc qemu-doc.html qemu-tech.html %config %{_sysconfdir}/rc.d/init.d/qemu +%{_bindir}/qemu* +%{_prefix}/share/qemu/ +%{_mandir}/man1/* %changelog +* Wed Aug 23 2006 Matthias Saou 0.8.2-1 +- Update to 0.8.2 (#200065). +- Drop upstreamed syscall-macros patch2. +- Put correct scriplet dependencies. +- Force install mode for the init script to avoid umask problems. +- Add %%postun condrestart for changes to the init script to be applied if any. +- Update description with the latest "about" from the web page (more current). +- Update URL to qemu.org one like the Source. +- Add which build requirement. +- Don't include texi files in %%doc since we ship them in html. + * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: Index: sources =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jun 2006 23:59:13 -0000 1.6 +++ sources 23 Aug 2006 16:22:50 -0000 1.7 @@ -1 +1 @@ -67d924324a5ab79d017bd97a1e767285 qemu-0.8.1.tar.gz +5b3a89eb2f256a8a6f3bb07f7b3f1b07 qemu-0.8.2.tar.gz --- qemu-0.8.1-syscall-macros.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 16:36:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 09:36:00 -0700 Subject: rpms/qemu/devel qemu.spec,1.15,1.16 Message-ID: <200608231636.k7NGa2as015544@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15527 Modified Files: qemu.spec Log Message: Switch to gcc34, since devel now has that instead of gcc32. Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- qemu.spec 23 Aug 2006 16:22:50 -0000 1.15 +++ qemu.spec 23 Aug 2006 16:36:00 -0000 1.16 @@ -10,7 +10,7 @@ Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-32 zlib-devel which texi2html +BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service @@ -39,7 +39,7 @@ %ifarch x86_64 --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ %endif - --cc=gcc32 --enable-alsa + --cc=gcc34 --enable-alsa make %{?_smp_mflags} %install @@ -91,6 +91,7 @@ - Update URL to qemu.org one like the Source. - Add which build requirement. - Don't include texi files in %%doc since we ship them in html. +- Switch to using gcc34 on devel, FC5 still has gcc32. * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Wed Aug 23 16:41:22 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:22 -0700 Subject: rpms/fatsort - New directory Message-ID: <200608231641.k7NGfOnH015709@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683/fatsort Log Message: Directory /cvs/extras/rpms/fatsort added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 16:41:22 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:22 -0700 Subject: rpms/fatsort/devel - New directory Message-ID: <200608231641.k7NGfOhW015712@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683/fatsort/devel Log Message: Directory /cvs/extras/rpms/fatsort/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 16:41:44 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:44 -0700 Subject: rpms/fatsort Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608231641.k7NGfk48015758@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15728 Added Files: Makefile import.log Log Message: Setup of module fatsort --- NEW FILE Makefile --- # Top level Makefile for module fatsort all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 16:41:45 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:45 -0700 Subject: rpms/fatsort/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608231641.k7NGflaF015761@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15728/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fatsort --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 16:42:29 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:42:29 -0700 Subject: rpms/fatsort import.log,1.1,1.2 Message-ID: <200608231643.k7NGh16O015840@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799 Modified Files: import.log Log Message: auto-import fatsort-0.9.6.1-3.fc5 on branch devel from fatsort-0.9.6.1-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fatsort/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 16:41:44 -0000 1.1 +++ import.log 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +fatsort-0_9_6_1-3_fc5:HEAD:fatsort-0.9.6.1-3.fc5.src.rpm:1156351272 From fedora-extras-commits at redhat.com Wed Aug 23 16:42:29 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:42:29 -0700 Subject: rpms/fatsort/devel fatsort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608231643.k7NGh1jJ015844@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799/devel Modified Files: .cvsignore sources Added Files: fatsort.spec Log Message: auto-import fatsort-0.9.6.1-3.fc5 on branch devel from fatsort-0.9.6.1-3.fc5.src.rpm --- NEW FILE fatsort.spec --- Name: fatsort Version: 0.9.6.1 Release: 3%{?dist} Summary: Fatsort sorts the FAT of FAT16 and FAT32 filesystems Group: Applications/System License: GPL URL: http://%{name}.berlios.de/ Source0: http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Fatsort is a utility written in C to sort FAT16 and FAT32 filesystems. It is needed to sort files on cheap mp3 players that display files not sorted by their name but by their entry in the file allocation table. %prep %setup -q %build export CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sbindir} install -m 0755 -p fatsort $RPM_BUILD_ROOT/%{_sbindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.txt README TODO %{_sbindir}/fatsort %changelog * Fri Jul 28 2006 Till Maas - 0.9.6.1-3 - Use $RPM_OPT_FLAGS instead of %%{optflags} * Tue Jul 04 2006 Till Maas - 0.9.6.1-2 - made Source0 to valid URL * Sat Jul 01 2006 Till Maas - 0.9.6.1-1 - new version * Fri Jun 30 2006 Till Maas - 0.9.6-1 - Created from scratch for fedora extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fatsort/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 16:41:44 -0000 1.1 +++ .cvsignore 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +fatsort-0.9.6.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/fatsort/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 16:41:44 -0000 1.1 +++ sources 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +ddf8e98b27455da104e8cca13d29d0cc fatsort-0.9.6.1.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 16:48:59 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:48:59 -0700 Subject: owners owners.list,1.1444,1.1445 Message-ID: <200608231649.k7NGn1th015931@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15914/owners Modified Files: owners.list Log Message: Adding fatsort package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1444 retrieving revision 1.1445 diff -u -r1.1444 -r1.1445 --- owners.list 23 Aug 2006 03:29:04 -0000 1.1444 +++ owners.list 23 Aug 2006 16:48:59 -0000 1.1445 @@ -327,6 +327,7 @@ Fedora Extras|f2py|Fortran to Python interface generator|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|fatsort|Fatsort sorts the FAT of FAT16 and FAT32 filesystems|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|fbdesk|Icon Manager for Fluxbox|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|fbida|FrameBuffer Imageviewer|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|fcron|A task scheduler|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 23 17:34:19 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 10:34:19 -0700 Subject: rpms/qemu/devel qemu-0.8.2-kernheaders.patch, NONE, 1.1 qemu.spec, 1.16, 1.17 Message-ID: <200608231734.k7NHYLhE018827@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18807 Modified Files: qemu.spec Added Files: qemu-0.8.2-kernheaders.patch Log Message: Add kernheaders patch to fix linux/compiler.h inclusion. qemu-0.8.2-kernheaders.patch: --- NEW FILE qemu-0.8.2-kernheaders.patch --- diff -Naupr qemu-0.8.2.orig/usb-linux.c qemu-0.8.2/usb-linux.c --- qemu-0.8.2.orig/usb-linux.c 2006-07-22 19:23:34.000000000 +0200 +++ qemu-0.8.2/usb-linux.c 2006-08-23 18:47:16.000000000 +0200 @@ -26,7 +26,6 @@ #if defined(__linux__) #include #include -#include #include #include Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qemu.spec 23 Aug 2006 16:36:00 -0000 1.16 +++ qemu.spec 23 Aug 2006 17:34:19 -0000 1.17 @@ -9,6 +9,7 @@ Source1: qemu.init Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch +Patch2: qemu-0.8.2-kernheaders.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig @@ -33,6 +34,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ @@ -92,6 +94,7 @@ - Add which build requirement. - Don't include texi files in %%doc since we ship them in html. - Switch to using gcc34 on devel, FC5 still has gcc32. +- Add kernheaders patch to fix linux/compiler.h inclusion. * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Wed Aug 23 20:15:27 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:15:27 -0700 Subject: comps comps-fe6.xml.in,1.114,1.115 Message-ID: <200608232015.k7NKFTBm027264@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27247/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- comps-fe6.xml.in 23 Aug 2006 13:59:35 -0000 1.114 +++ comps-fe6.xml.in 23 Aug 2006 20:15:26 -0000 1.115 @@ -621,6 +621,7 @@ jfbterm john kdirstat + kdmtheme ksmarttray lft lirc @@ -904,6 +905,7 @@ basket crystal + katapult kchmviewer kickpim kdissert From fedora-extras-commits at redhat.com Wed Aug 23 20:34:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:34:33 -0700 Subject: rpms/pcb/devel pcb.desktop,1.3,1.4 pcb.spec,1.9,1.10 Message-ID: <200608232034.k7NKYZbq027377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27340/devel Modified Files: pcb.desktop pcb.spec Log Message: auto-import pcb-0.20060422-10 on branch devel from pcb-0.20060422-10.src.rpm Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcb.desktop 12 Jul 2006 10:16:40 -0000 1.3 +++ pcb.desktop 23 Aug 2006 20:34:33 -0000 1.4 @@ -1,10 +1,9 @@ [Desktop Entry] -Version=0.20060422 Encoding=UTF-8 Name=PCB -GenericName=PCB Exec=pcb -Terminal=false +Icon=pcb Type=Application -Categories=Application;Electronics; -GenericName[en_US]=PCB +Terminal=0 +GenericName=PCB +Categories=Qt;KDE;Education;Science; Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcb.spec 20 Aug 2006 16:53:48 -0000 1.9 +++ pcb.spec 23 Aug 2006 20:34:33 -0000 1.10 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 9%{?dist} +Release: 10%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %changelog +* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 +- fixed icon in Kmenu + * Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 - incremented the tag for FC-5 From fedora-extras-commits at redhat.com Wed Aug 23 20:34:32 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:34:32 -0700 Subject: rpms/pcb import.log,1.10,1.11 Message-ID: <200608232034.k7NKYY0l027372@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27340 Modified Files: import.log Log Message: auto-import pcb-0.20060422-10 on branch devel from pcb-0.20060422-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 20 Aug 2006 16:53:48 -0000 1.10 +++ import.log 23 Aug 2006 20:34:32 -0000 1.11 @@ -7,3 +7,4 @@ pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 +pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 From fedora-extras-commits at redhat.com Wed Aug 23 20:40:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:40:34 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.7,1.8 Message-ID: <200608232040.k7NKeasD027485@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27468 Modified Files: pcb.spec Log Message: pcb.desktop Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcb.spec 12 Jul 2006 11:28:59 -0000 1.7 +++ pcb.spec 23 Aug 2006 20:40:34 -0000 1.8 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6 +Release: 10%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -17,9 +17,6 @@ Source1: %{name}.desktop Source2: %{name}.png -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -28,6 +25,17 @@ high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. +%package doc +Summary: Documentation for PCB, an interactive printed circuit board editor +Group: Documentation +Requires: pcb = %{version} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description doc +This package contains the documentation of pcb in html, pdf, postscript and +info format. + %prep %setup -q -n %{name}-%{pcbver} @@ -59,14 +67,14 @@ %clean rm -rf %{buildroot} -%post +%post doc /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi -%preun +%preun doc if [ $1 = 0 ]; then /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 fi @@ -78,14 +86,47 @@ %files %defattr(-, root, root, -) %doc AUTHORS COPYING README README.* NEWS ChangeLog -%{_mandir}/man1/* -%{_datadir}/%{name}* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/* %{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/%{name}/CreateLibrary* +%{_datadir}/%{name}/ListLibraryContents.sh +%{_datadir}/%{name}/Pcb +%{_datadir}/%{name}/QueryLibrary.sh +%{_datadir}/%{name}/default_font +%{_datadir}/%{name}/examples/ +%{_datadir}/%{name}/m4/ +%{_datadir}/%{name}/newlib/ +%{_datadir}/%{name}/pcb-menu.res +%{_datadir}/%{name}/pcblib* +%{_datadir}/%{name}/qfp* +%{_datadir}/%{name}/tools/ + + +%files doc +%defattr(-, root, root, 0755) %{_infodir}/* +%{_mandir}/man1/* +%{_datadir}/%{name}/pad* +%{_datadir}/%{name}/pcb.* +%{_datadir}/%{name}/puller.* +%{_datadir}/%{name}/refcard.* +%{_datadir}/%{name}/thermal* +%{_datadir}/%{name}/tutorial/ %changelog +* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 +- fixed icon in Kmenu + +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 +- incremented the tag for FC-5 + +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 +- splitting into pcb and pcb-doc + +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 +- incremented the tag for devel + * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 - incremented the tag for FC-5 From fedora-extras-commits at redhat.com Wed Aug 23 22:00:13 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:00:13 -0700 Subject: mock/etc Makefile,1.5,1.5.2.1 Message-ID: <200608232200.k7NM0DRg030513@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30474/etc Modified Files: Tag: mock-0-6-branch Makefile Log Message: fixed link problem in etc/Makefile; updated README; bumped version in specfile to 0.6.2 Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/etc/Makefile,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- Makefile 21 Jun 2006 21:53:20 -0000 1.5 +++ Makefile 23 Aug 2006 22:00:06 -0000 1.5.2.1 @@ -10,6 +10,6 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ - ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done From fedora-extras-commits at redhat.com Wed Aug 23 22:00:08 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:00:08 -0700 Subject: mock README,1.9,1.9.2.1 mock.spec,1.16.2.4,1.16.2.5 Message-ID: <200608232200.k7NM0cIT030517@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30474 Modified Files: Tag: mock-0-6-branch README mock.spec Log Message: fixed link problem in etc/Makefile; updated README; bumped version in specfile to 0.6.2 Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- README 29 Mar 2006 06:23:21 -0000 1.9 +++ README 23 Aug 2006 22:00:05 -0000 1.9.2.1 @@ -2,25 +2,34 @@ Mock is a simple chroot/rpm building program. It doesn't do anything terribly fancy other than build a single srpm at a time in a chroot. -You invoke it as: -mock -r name-of-chroot /path/to/srpm +You invoke mock using one of the following forms: + + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} options: -r CHROOT chroot name/config file name default: chroot.cfg --no-clean do not clean chroot before building --arch=ARCH target build arch --debug Output copious debugging information - --resultdir=RESULTDIR - path for resulting files to be put + --resultdir=RESDIR path for resulting files to be put --statedir=STATEDIR path for state file is written - --uniqueext=UNIQUEEXT - Arbitrary, unique extension to append to buildroot + --uniqueext=UNIQUEEXT Arbitrary, unique extension to append to buildroot directory name + --configdir=CONFIGDIR Change directory where config files are found + --quiet Suppress most output + --autocache Turn on build-root caching + --rebuildcache Force rebuild of build-root cache + --help Show usage information and exit + --version Show version number and exit commands: - init - initialize a chroot (install pkgs, setup devices, etc,) then exit - clean - purge the chroot tree - normally this happens right before a build + init - initialize a chroot (install pkgs, setup devices, etc,) then exit + chroot - run the specified command in an (already initialized) chroot + clean - purge the chroot tree - normally this happens right before a build but this is for the tidy-minded + shell - start an interactive shell in the specified chroot rebuild - for mach compatibility mock does: @@ -34,6 +43,3 @@ - logs nicely so that chroot creation and build logs are separate - outputs little unless it needs to. - -TODO: document more -TODO: man page? Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.4 retrieving revision 1.16.2.5 diff -u -r1.16.2.4 -r1.16.2.5 --- mock.spec 18 Aug 2006 19:35:52 -0000 1.16.2.4 +++ mock.spec 23 Aug 2006 22:00:05 -0000 1.16.2.5 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Wed Aug 23 22:08:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:08:26 -0700 Subject: mock mock.spec,1.16.2.5,1.16.2.6 Message-ID: <200608232208.k7NM8Qb3000744@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv726 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added changelog entry Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.5 retrieving revision 1.16.2.6 diff -u -r1.16.2.5 -r1.16.2.6 --- mock.spec 23 Aug 2006 22:00:05 -0000 1.16.2.5 +++ mock.spec 23 Aug 2006 22:08:23 -0000 1.16.2.6 @@ -67,6 +67,11 @@ %changelog +* Wed Aug 23 2006 Clark Williams - 0.6.2-1 +- Updated README +- Fixed link problem in etc/Makefile +- Bumped version number + * Wed Aug 16 2006 Clark Williams - Added buildsys-build specfile to docs - Added disttag From fedora-extras-commits at redhat.com Thu Aug 24 01:28:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 23 Aug 2006 18:28:25 -0700 Subject: rpms/mock/FC-5 .cvsignore, 1.7, 1.8 mock.spec, 1.19, 1.20 sources, 1.10, 1.11 Message-ID: <200608240128.k7O1SRXT009399@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9362/FC-5 Modified Files: .cvsignore mock.spec sources Log Message: New upstream sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Aug 2006 21:11:58 -0000 1.7 +++ .cvsignore 24 Aug 2006 01:28:24 -0000 1.8 @@ -1 +1 @@ -mock-0.6.1.tar.gz +mock-0.6.2.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mock.spec 18 Aug 2006 20:58:50 -0000 1.19 +++ mock.spec 24 Aug 2006 01:28:24 -0000 1.20 @@ -1,12 +1,11 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock -Patch0: devellink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils @@ -19,7 +18,6 @@ %prep %setup -q -%patch -p 1 %build make @@ -70,6 +68,9 @@ %changelog +* Wed Aug 23 2006 Jesse Keating - 0.6.2-1 +- new upstream version + * Fri Aug 18 2006 Jesse Keating - 0.6.1-1 - new upstream version - Fixes in spec from upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Aug 2006 21:11:58 -0000 1.10 +++ sources 24 Aug 2006 01:28:24 -0000 1.11 @@ -1 +1 @@ -c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz +25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 01:28:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 23 Aug 2006 18:28:25 -0700 Subject: rpms/mock/devel .cvsignore, 1.7, 1.8 mock.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200608240128.k7O1SRCi009405@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9362/devel Modified Files: .cvsignore mock.spec sources Log Message: New upstream sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Aug 2006 20:56:39 -0000 1.7 +++ .cvsignore 24 Aug 2006 01:28:25 -0000 1.8 @@ -1 +1 @@ -mock-0.6.1.tar.gz +mock-0.6.2.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mock.spec 18 Aug 2006 20:56:39 -0000 1.20 +++ mock.spec 24 Aug 2006 01:28:25 -0000 1.21 @@ -1,12 +1,11 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock -Patch0: devellink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils @@ -19,7 +18,6 @@ %prep %setup -q -%patch -p 1 %build make @@ -70,6 +68,9 @@ %changelog +* Wed Aug 23 2006 Jesse Keating - 0.6.2-1 +- new upstream version + * Fri Aug 18 2006 Jesse Keating - 0.6.1-1 - new upstream version - Fixes in spec from upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Aug 2006 20:56:39 -0000 1.10 +++ sources 24 Aug 2006 01:28:25 -0000 1.11 @@ -1 +1 @@ -c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz +25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 03:39:17 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 23 Aug 2006 20:39:17 -0700 Subject: rpms/banshee/devel sources,1.7,1.8 Message-ID: <200608240339.k7O3dJBn015493@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15476 Modified Files: sources Log Message: Added banshee-0.10.12.tar.gz as per callion's request. We're having issues with make new-sources Index: sources =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Aug 2006 21:55:32 -0000 1.7 +++ sources 24 Aug 2006 03:39:17 -0000 1.8 @@ -1 +1 @@ -564479e2e9f16af38f651868dd52ec39 banshee-0.10.11.tar.gz +13806b7dee6444013dcb1436b4cf0e78 banshee-0.10.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 03:41:10 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Wed, 23 Aug 2006 20:41:10 -0700 Subject: rpms/banshee/devel .cvsignore,1.7,1.8 banshee.spec,1.14,1.15 Message-ID: <200608240341.k7O3fCtl015541@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15522 Modified Files: .cvsignore banshee.spec Log Message: * Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 - Update to 0.10.12 - Build against newer mono stack Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Aug 2006 21:55:32 -0000 1.7 +++ .cvsignore 24 Aug 2006 03:41:10 -0000 1.8 @@ -1,2 +0,0 @@ -banshee-0.10.10.tar.gz -banshee-0.10.11.tar.gz Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- banshee.spec 7 Aug 2006 22:25:22 -0000 1.14 +++ banshee.spec 24 Aug 2006 03:41:10 -0000 1.15 @@ -1,5 +1,5 @@ Name: banshee -Version: 0.10.11 +Version: 0.10.12 Release: 1%{?dist} Summary: easily import, manage, and play selections from your music collection @@ -102,6 +102,10 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 +- Update to 0.10.12 +- Build against newer mono stack + * Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it From fedora-extras-commits at redhat.com Thu Aug 24 03:50:38 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 23 Aug 2006 20:50:38 -0700 Subject: rpms/p0f/devel .cvsignore, 1.4, 1.5 p0f.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200608240350.k7O3oejb015633@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15612 Modified Files: .cvsignore p0f.spec sources Log Message: Update to 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 May 2006 03:36:19 -0000 1.4 +++ .cvsignore 24 Aug 2006 03:50:37 -0000 1.5 @@ -1 +1 @@ -p0f-2.0.6.tgz +p0f-2.0.7.tgz Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/p0f.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- p0f.spec 29 Jun 2006 20:04:54 -0000 1.9 +++ p0f.spec 24 Aug 2006 03:50:37 -0000 1.10 @@ -1,12 +1,12 @@ Name: p0f -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} Summary: Versatile passive OS fingerprinting tool Group: Applications/Internet License: GPL URL: http://lcamtuf.coredump.cx/p0f.shtml -Source: http://lcamtuf.coredump.cx/p0f/p0f-2.0.6.tgz +Source: http://lcamtuf.coredump.cx/p0f/p0f-2.0.7.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel @@ -51,6 +51,9 @@ %changelog +* Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 +- Update to 2.0.7 + * Thu Jun 29 2006 Kevin Fenzi - 2.0.6-2 - libpcap to libpcap-devel in BuildRequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 May 2006 03:36:19 -0000 1.4 +++ sources 24 Aug 2006 03:50:37 -0000 1.5 @@ -1 +1 @@ -d6333198027b90e05ccb3412d8f25d05 p0f-2.0.6.tgz +55c222cfb72a0e323e11e9744bbb6ff9 p0f-2.0.7.tgz From fedora-extras-commits at redhat.com Thu Aug 24 03:54:21 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 23 Aug 2006 20:54:21 -0700 Subject: rpms/p0f/FC-5 .cvsignore,1.4,1.5 p0f.spec,1.8,1.9 sources,1.4,1.5 Message-ID: <200608240354.k7O3sNIx016208@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16111 Modified Files: .cvsignore p0f.spec sources Log Message: Upgrade to 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 May 2006 03:46:18 -0000 1.4 +++ .cvsignore 24 Aug 2006 03:54:20 -0000 1.5 @@ -1 +1 @@ -p0f-2.0.6.tgz +p0f-2.0.7.tgz Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/p0f.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- p0f.spec 9 May 2006 03:46:18 -0000 1.8 +++ p0f.spec 24 Aug 2006 03:54:20 -0000 1.9 @@ -1,5 +1,5 @@ Name: p0f -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Summary: Versatile passive OS fingerprinting tool @@ -51,6 +51,9 @@ %changelog +* Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 +- Upgrade to 2.0.7 + * Mon May 8 2006 Kevin Fenzi - 2.0.6-1 - Upgrade to 2.0.6 - Remove unneeded include patch (fixed upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 May 2006 03:46:18 -0000 1.4 +++ sources 24 Aug 2006 03:54:20 -0000 1.5 @@ -1 +1 @@ -d6333198027b90e05ccb3412d8f25d05 p0f-2.0.6.tgz +55c222cfb72a0e323e11e9744bbb6ff9 p0f-2.0.7.tgz From fedora-extras-commits at redhat.com Thu Aug 24 06:04:10 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 23 Aug 2006 23:04:10 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.21,1.22 Message-ID: <200608240604.k7O64AqH025018@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25001/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Make things consistent with blocksize and image sizes with initrds Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- livecd-mkinitrd.sh 21 Aug 2006 02:05:03 -0000 1.21 +++ livecd-mkinitrd.sh 24 Aug 2006 06:04:08 -0000 1.22 @@ -209,9 +209,13 @@ /bin/mknod /dev/loop$i b 7 $i fi done - -/bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 - +echo $kernel >/dev/null | grep FC5 +if [ "$?" -eq "0" ]; then + /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 +else + IMAGESIZE=2500 + /bin/dd if=/dev/zero of=$IMAGE bs=4k count=$IMAGESIZE 2> /dev/null || exit 1 +fi LODEV=$(losetup -f) if [ -z "$LODEV" ]; then @@ -225,9 +229,9 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel | grep FC5 +echo $kernel >/dev/null | grep FC5 if [ "$?" -eq "0" ]; then - echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null + echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null else echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null fi From fedora-extras-commits at redhat.com Thu Aug 24 06:36:08 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 23 Aug 2006 23:36:08 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.22,1.23 Message-ID: <200608240636.k7O6a890025216@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25199/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Install libs needed for busybox libcrypt.so.1 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- livecd-mkinitrd.sh 24 Aug 2006 06:04:08 -0000 1.22 +++ livecd-mkinitrd.sh 24 Aug 2006 06:36:06 -0000 1.23 @@ -285,6 +285,10 @@ /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" fi +if [ -f $rootdir/lib/libcrypt.so.1 ]; then + inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" +fi + inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt reboot rm clear; do /bin/ln -s busybox "$MNTIMAGE/bin/$i" From fedora-extras-commits at redhat.com Thu Aug 24 07:37:26 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 24 Aug 2006 00:37:26 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.23,1.24 Message-ID: <200608240737.k7O7bQus028058@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28041/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Minor fix. Send output after grepping for kernel attribute FC5 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- livecd-mkinitrd.sh 24 Aug 2006 06:36:06 -0000 1.23 +++ livecd-mkinitrd.sh 24 Aug 2006 07:37:24 -0000 1.24 @@ -209,7 +209,7 @@ /bin/mknod /dev/loop$i b 7 $i fi done -echo $kernel >/dev/null | grep FC5 +echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 else @@ -229,7 +229,7 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel >/dev/null | grep FC5 +echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null else From fedora-extras-commits at redhat.com Thu Aug 24 07:48:54 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 24 Aug 2006 00:48:54 -0700 Subject: fedora-security/audit fc5,1.295,1.296 fc6,1.31,1.32 Message-ID: <200608240748.k7O7mseW028112@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28089/audit Modified Files: fc5 fc6 Log Message: Update CVE-2006-2932 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- fc5 23 Aug 2006 14:01:10 -0000 1.295 +++ fc5 24 Aug 2006 07:48:51 -0000 1.296 @@ -118,7 +118,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2932 ** (kernel) +CVE-2006-2932 ignore (kernel) no 4G/4G split support CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- fc6 23 Aug 2006 14:28:14 -0000 1.31 +++ fc6 24 Aug 2006 07:48:51 -0000 1.32 @@ -104,7 +104,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2932 ** (kernel) +CVE-2006-2932 ignore (kernel) no 4G/4G split support CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 From fedora-extras-commits at redhat.com Thu Aug 24 07:51:53 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:51:53 -0700 Subject: rpms/gcin - New directory Message-ID: <200608240751.k7O7ptNs028183@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28162/gcin Log Message: Directory /cvs/extras/rpms/gcin added to the repository From fedora-extras-commits at redhat.com Thu Aug 24 07:51:54 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:51:54 -0700 Subject: rpms/gcin/devel - New directory Message-ID: <200608240751.k7O7puBf028186@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28162/gcin/devel Log Message: Directory /cvs/extras/rpms/gcin/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 24 07:52:20 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:52:20 -0700 Subject: rpms/gcin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608240752.k7O7qMWK028237@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28209 Added Files: Makefile import.log Log Message: Setup of module gcin --- NEW FILE Makefile --- # Top level Makefile for module gcin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 24 07:52:21 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:52:21 -0700 Subject: rpms/gcin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608240752.k7O7qNuO028240@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28209/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gcin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 24 07:54:11 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:54:11 -0700 Subject: rpms/gcin import.log,1.1,1.2 Message-ID: <200608240754.k7O7sDfC028336@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28298 Modified Files: import.log Log Message: auto-import gcin-1.2.2-12 on branch devel from gcin-1.2.2-12.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gcin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 24 Aug 2006 07:52:20 -0000 1.1 +++ import.log 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +gcin-1_2_2-12:HEAD:gcin-1.2.2-12.src.rpm:1156406037 From fedora-extras-commits at redhat.com Thu Aug 24 07:54:11 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:54:11 -0700 Subject: rpms/gcin/devel Makefile.patch, NONE, 1.1 configure.patch, NONE, 1.1 gcin.conf, NONE, 1.1 gcin.spec, NONE, 1.1 im-client.patch, NONE, 1.1 qt.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608240754.k7O7sDB5028349@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28298/devel Modified Files: .cvsignore sources Added Files: Makefile.patch configure.patch gcin.conf gcin.spec im-client.patch qt.patch Log Message: auto-import gcin-1.2.2-12 on branch devel from gcin-1.2.2-12.src.rpm Makefile.patch: --- NEW FILE Makefile.patch --- --- gcin-1.2.2/Makefile.orig 2006-08-17 13:13:29.000000000 +0800 +++ gcin-1.2.2/Makefile 2006-08-17 13:16:22.000000000 +0800 @@ -68,7 +68,7 @@ $(CC) -o $@ $(OBJS_sim2trad) $(LDFLAGS) rm -f core.* trad2sim: sim2trad - ln -s sim2trad trad2sim + ln -sf sim2trad trad2sim gcin-setup: $(OBJS_gcin_steup) $(CC) -o $@ $(OBJS_gcin_steup) $(LDFLAGS) configure.patch: --- NEW FILE configure.patch --- --- gcin-1.2.1/configure.orig 2006-08-17 09:09:27.000000000 +0800 +++ gcin-1.2.1/configure 2006-08-17 11:02:18.000000000 +0800 @@ -125,9 +125,9 @@ OPTFLAGS="-g" -if [ $prefix = /usr ]; then - OPTFLAGS="-O" -fi +#if [ $prefix = /usr ]; then +# OPTFLAGS="-O" +#fi echo "CC=gcc" > config.mak --- gcin-1.2.2/configure.orig 2006-08-17 13:25:47.000000000 +0800 +++ gcin-1.2.2/configure 2006-08-18 08:31:24.000000000 +0800 @@ -101,7 +101,7 @@ bindir=$prefix/bin datadir=$prefix/share mandir=$datadir/man -libdir=$prefix/lib +libdir=$prefix/$LIB includedir=$prefix/include optdir=/opt GCIN_VERSION=`cat VERSION.gcin` --- NEW FILE gcin.conf --- XIM=gcin XIM_PROGRAM=gcin XIM_ARGS="-x gcin" GTK_IM_MODULE=gcin QT_IM_MODULE=gcin --- NEW FILE gcin.spec --- Name: gcin Version: 1.2.2 Release: 12%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries License: LGPL URL: http://cle.linux.org.tw/gcin/ Source0: http://www.csie.nctu.edu.tw/~cp76/gcin/download/%{name}-%{version}.tar.bz2 Source1: gcin.conf Patch1: im-client.patch Patch2: qt.patch Patch3: configure.patch Patch4: Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel, gtk2-devel, desktop-file-utils BuildRequires: libXtst-devel Requires: gtk2 Requires(post): %{_sbindir}/alternatives, chkconfig, desktop-file-utils Requires(preun): %{_sbindir}/alternatives, chkconfig Requires(postun): desktop-file-utils %description Gcin is a input method for Traditional Chinese with a GTK user interface. %prep %setup -q %patch1 -p1 -b .im-client %patch2 -p1 -b .qt %patch3 -p1 -b .configure %patch4 -p1 -b .Makefile find . -name \*.h -o -name \*.c | xargs chmod ugo-x sed -i.strip -e 's|install[ \t][ \t]*-s|install|' Makefile %build ./configure --prefix=%{_prefix} --libdir=%{_libdir} perl -pi -e "s/^(OPTFLAGS.*=)/\1 %{optflags} /" config.mak make #make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin.conf rm -f $RPM_BUILD_ROOT/%{_datadir}/control-center-2.0/capplets/gcin-setup.desktop rm -f $RPM_BUILD_ROOT/%{_includedir}/gcin-im-client.h desktop-file-install \ --delete-original \ --vendor fedora \ --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \ --add-category X-Fedora \ ${RPM_BUILD_ROOT}/%{_datadir}/applications/gcin-setup.desktop %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/gcin.conf 40 %postun /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %preun if [ $1 -eq 0 ]; then %{_sbindir}/alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf >/dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %doc README COPYING Changelog %config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf %{_bindir}/gcin %{_bindir}/gcin-setup %{_bindir}/gcin2tab %{_bindir}/juyin-learn %{_bindir}/phoa2d %{_bindir}/phod2a %{_bindir}/sim2trad %{_bindir}/trad2sim %{_bindir}/tsa2d %{_bindir}/tsd2a %{_bindir}/tslearn %{_datadir}/applications/fedora-gcin-setup.desktop %{_datadir}/gcin/ %{_datadir}/icons/gcin/ %{_datadir}/icons/gcin.png %{_datadir}/icons/gcin-tray.png %{_datadir}/icons/gcin-tray-sim.png %{_mandir}/*/* %{_libdir}/menu/gcin* %{_libdir}/gtk-2.0/immodules/im-gcin.so %{_libdir}/qt-3.3/plugins/inputmethods/libqgcin.so %{_libdir}/libgcin-im-client.so %changelog * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-12 - modify spec file only for fc5 and later (branch the spec file) * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-11 - fix to handle fedora tag correctly * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-10 - Remove patch5 (not necessary) * Wed Aug 23 2006 Chung-Yen Chang - 1.2.2-9 - Fix patch5 for fc3 only bug * Sun Aug 20 2006 Chung-Yen Chang - 1.2.2-8 - Fix changelog * Sun Aug 20 2006 Chung-Yen Chang - 1.2.2-7 - Remove -devel subpackage - install desktop file * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-6 - a few more fixes from Jens Petersen * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-5 - improvements from Jens Petersen: - don't use configure macro - add .conf suffix to xinput.d file and update install scripts for fc6 - move lib to libdir and drop ld.so.conf.d file - other minor cleanup * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-4 - rebuild 1.2.2-4 * Fri Aug 18 2006 Chung-Yen Chang - 1.2.2-3 - Add COPYING Changelog to doc - Use Dist Tag * Fri Aug 18 2006 Chung-Yen Chang - 1.2.2-2 - fix x86_64 problems * Tue Aug 17 2006 Chung-Yen Chang - 1.2.2-1 - rebuild 1.2.2-1 * Tue Aug 17 2006 Chung-Yen Chang - 1.2.1-7 - rebuild 1.2.1-7 * Wed Aug 16 2006 Chung-Yen Chang - 1.2.1-4 - rebuild 1.2.1-4 * Thu Jul 13 2006 Chung-Yen Chang - 1.2.1-1 - update to 1.2.1 * Mon May 08 2006 Chung-Yen Chang - update to 1.2.0 * Mon May 01 2006 Chung-Yen Chang - update to 1.1.9 * Mon Apr 03 2006 Chung-Yen Chang - update to 1.1.8 * Wed Mar 29 2006 Chung-Yen Chang - rebuild for FC5 * Wed Feb 22 2006 Chung-Yen Chang - update to 1.1.7 * Thu Feb 02 2006 Chung-Yen Chang - update to 1.1.6 * Sat Jan 07 2006 Chung-Yen Chang - update to 1.1.5 * Mon Dec 19 2005 Chung-Yen Chang - update to 1.1.4-2 * Mon Dec 12 2005 Chung-Yen Chang - update to 1.1.4 * Mon Nov 21 2005 Chung-Yen Chang - update to 1.1.3 * Tue Nov 08 2005 Chung-Yen Chang - update to 1.1.2 * Sun Oct 30 2005 Chung-Yen Chang - update to 1.1.1 * Mon Oct 24 2005 Chung-Yen Chang - update to 1.1.0 * Mon Oct 03 2005 Chung-Yen Chang - update to 1.0.9 * Mon Sep 26 2005 Chung-Yen Chang - update to 1.0.8 * Mon Sep 19 2005 Chung-Yen Chang - update to 1.0.7 * Mon Sep 05 2005 Chung-Yen Chang - update to 1.0.4 * Mon Aug 22 2005 Chung-Yen Chang - update to 1.0.3 * Wed Aug 10 2005 Chung-Yen Chang - update to 1.0.2 * Fri Jul 08 2005 Chung-Yen Chang - update to 1.0.1 * Mon Jun 27 2005 Chung-Yen Chang - update to 1.0.0 * Thu Jun 23 2005 Chung-Yen Chang - update to 0.9.9 * Thu Jun 16 2005 Chung-Yen Chang - rebuild for fc4 * Tue May 31 2005 Chung-Yen Chang - update to 0.9.7 * Tue May 19 2005 Chung-Yen Chang - update to 0.9.6 * Tue May 12 2005 Chung-Yen Chang - update to 0.9.5 * Wed May 04 2005 Chung-Yen Chang - update to 0.9.3 * Mon Apr 25 2005 Chung-Yen Chang - fix alternatives * Fri Apr 22 2005 Chung-Yen Chang - update to 0.9.2 * Sat Apr 16 2005 Chung-Yen Chang - update to 0.9.1 * Tue Apr 05 2005 Chung-Yen Chang - update to 0.9.0 * Tue Mar 22 2005 Chung-Yen Chang - update to 0.8.9 * Sat Mar 14 2005 Chung-Yen Chang - update to 0.8.8 * Sat Mar 08 2005 Chung-Yen Chang - update to 0.8.7 * Sat Mar 05 2005 Chung-Yen Chang - update to 0.8.6 * Mon Aug 23 2004 Chung-Yen Chang - frist build for Fedora Core 2 im-client.patch: --- NEW FILE im-client.patch --- --- gcin-1.2.1/im-client/Makefile.orig 2006-05-01 17:57:43.000000000 +0800 +++ gcin-1.2.1/im-client/Makefile 2006-08-16 18:25:04.000000000 +0800 @@ -6,7 +6,7 @@ -DCLIENT_LIB=1 -DGCIN_BIN_DIR=\"$(GCIN_BIN_DIR)\" \ -DDEBUG="0$(GCIN_DEBUG)" -DGCIN_TABLE_DIR=\"$(GCIN_TABLE_DIR)\" \ -DFREEBSD=$(FREEBSD) -OBJS = gcin-im-client.o im-addr.o gcin-conf.o util.o gcin-crypt.o +OBJS = gcin-im-client.o im-addr.o gcin-conf.o util.o gcin-crypt-fpic.o .c.E: $(CC) $(CFLAGS) -E -o $@ $< @@ -43,6 +43,9 @@ im-addr.o: ../im-srv/im-addr.c $(CC) -c -fpic $(CFLAGS) -o $@ $< +gcin-crypt-fpic.o: gcin-crypt.c + $(CC) -c -fpic $(CFLAGS) -o $@ $< + clean: rm -f *.o *.so *~ *.E *.db config.mak tags core.* .depend qt.patch: --- NEW FILE qt.patch --- --- gcin-1.2.2/configure.orig 2006-05-03 10:40:12.000000000 +0800 +++ gcin-1.2.2/configure 2006-08-16 23:03:15.000000000 +0800 @@ -80,9 +80,9 @@ fi QT_IM='N' -for i in qt3 qt4 +for i in qt3 qt-3.3 qt-4 do - QT_IM_DIR=/usr/lib/$i/plugins/$LIB/inputmethods + QT_IM_DIR=/usr/$LIB/$i/plugins/inputmethods echo "testing if you have QT_IM_MODULE dir:$QT_IM_DIR support" if [ -d $QT_IM_DIR ]; then QT_IM='Y' --- gcin-1.2.2/qt-im/Makefile.orig 2006-08-02 15:36:52.000000000 +0800 +++ gcin-1.2.2/qt-im/Makefile 2006-08-17 13:07:26.000000000 +0800 @@ -1,16 +1,12 @@ include ../config.mak QTIM=$(QT)/plugins/inputmethods IMMODULES=$(libdir)/$(QTIM) -ifeq ($(LIB), lib64) - IMMODULES_LOCAL=/usr/lib/$(QT)/plugins/lib64/inputmethods -else - IMMODULES_LOCAL=/usr/lib/$(QTIM) -endif -INCS=-I../im-client -I/usr/lib/$(QT)/include -I/usr/include/Xft2/X11/Xft -I/usr/include/fontconfig -I/usr/include/freetype2 +IMMODULES_LOCAL=/usr/$(LIB)/$(QTIM) +INCS=-I../im-client -I/usr/$(LIB)/$(QT)/include -I/usr/include/Xft2/X11/Xft -I/usr/include/fontconfig -I/usr/include/freetype2 CXXFLAGS=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -fPIC -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG OBJS=qgcininputcontextplugin.o qgcininputcontextplugin_my.o qgcininputcontext.o qgcininputcontext_x11.o .SUFFIXES: .c .cpp .a .so .E .h -LDFLAGS=-L/usr/lib/$(QT)/$(LIB) -L/usr/X11R6/$(LIB) -L../im-client -lqt-mt -lmng -ljpeg -lpng -lz \ +LDFLAGS=-L/usr/$(LIB)/$(QT)/lib -L/usr/X11R6/$(LIB) -L../im-client -lqt-mt -lmng -ljpeg -lpng -lz \ -lXrender -lXrandr -lXft -lfontconfig -lgcin-im-client \ -lXext -lX11 -lm -lSM -lICE -ldl -lpthread all: libqgcin.so @@ -18,7 +14,7 @@ .cpp.E: $(CXX) -E $(CFLAGS) $(INCS) $< > $@ .h.o: - /usr/lib/$(QT)/bin/moc $< -o $<_moc.cpp + /usr/$(LIB)/$(QT)/bin/moc $< -o $<_moc.cpp $(CXX) -c -pipe $(CXXFLAGS) $(INCS) $<_moc.cpp -o $@ libqgcin.so: $(OBJS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 24 Aug 2006 07:52:21 -0000 1.1 +++ .cvsignore 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +gcin-1.2.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Aug 2006 07:52:21 -0000 1.1 +++ sources 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +2adc21cad0e3f9451d6e4662c3b99425 gcin-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 08:03:42 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 01:03:42 -0700 Subject: owners owners.list,1.1445,1.1446 Message-ID: <200608240804.k7O84H5f031001@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30979 Modified Files: owners.list Log Message: add gcin by candyz Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1445 retrieving revision 1.1446 diff -u -r1.1445 -r1.1446 --- owners.list 23 Aug 2006 16:48:59 -0000 1.1445 +++ owners.list 24 Aug 2006 08:03:42 -0000 1.1446 @@ -409,6 +409,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| +Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|gcompris|Educational suite for kids 2-10 years old|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 24 08:13:07 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Thu, 24 Aug 2006 01:13:07 -0700 Subject: fedora-security/audit fc5,1.296,1.297 fc6,1.32,1.33 Message-ID: <200608240813.k7O8D71T031153@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31133 Modified Files: fc5 fc6 Log Message: Latest email updates Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- fc5 24 Aug 2006 07:48:51 -0000 1.296 +++ fc5 24 Aug 2006 08:13:05 -0000 1.297 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060821 -Up to date FC5 as of 20060821 +Up to date CVE as of CVE email 20060823 +Up to date FC5 as of 20060823 ** are items that need attention +CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203649 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) @@ -11,7 +12,7 @@ CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) -CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 +CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 @@ -59,6 +60,8 @@ CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) +CVE-2006-3744 backport (ImageMagick) #202193 [since FEDORA-2006-929] +CVE-2006-3743 backport (ImageMagick) #202193 [since FEDORA-2006-929] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- fc6 24 Aug 2006 07:48:51 -0000 1.32 +++ fc6 24 Aug 2006 08:13:05 -0000 1.33 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060822 +Up to date CVE as of CVE email 20060823 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) @@ -47,6 +48,8 @@ CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) +CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 +CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) From fedora-extras-commits at redhat.com Thu Aug 24 08:21:09 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 01:21:09 -0700 Subject: rpms/banshee/devel banshee-0.10.12-mono-libdir.patch, NONE, 1.1 banshee.spec, 1.15, 1.16 Message-ID: <200608240821.k7O8LBum031222@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31202 Modified Files: banshee.spec Added Files: banshee-0.10.12-mono-libdir.patch Log Message: need to adjust for the new mono libdir on 64bit platforms banshee-0.10.12-mono-libdir.patch: --- NEW FILE banshee-0.10.12-mono-libdir.patch --- --- banshee-0.10.12/configure.mono-libdir 2006-08-23 17:14:34.000000000 -0400 +++ banshee-0.10.12/configure 2006-08-24 03:42:17.000000000 -0400 @@ -21737,7 +21737,7 @@ for asm in $required_assemblies; do echo "$as_me:$LINENO: checking for $asm.dll" >&5 echo $ECHO_N "checking for $asm.dll... $ECHO_C" >&6 - if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll; then + if test ! \(-e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/1.0/$asm.dll \); then { { echo "$as_me:$LINENO: error: missing required Mono DLL: $asm.dll" >&5 echo "$as_me: error: missing required Mono DLL: $asm.dll" >&2;} { (exit 1); exit 1; }; } Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- banshee.spec 24 Aug 2006 03:41:10 -0000 1.15 +++ banshee.spec 24 Aug 2006 08:21:09 -0000 1.16 @@ -8,6 +8,7 @@ URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: banshee-0.10.12-mono-libdir.patch BuildRequires: ipod-sharp BuildRequires: avahi-sharp @@ -38,6 +39,7 @@ %prep %setup -q +%patch1 -p1 -b .mono-libdir %build # try to work around a problem where gst-inspect does From fedora-extras-commits at redhat.com Thu Aug 24 08:29:22 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 24 Aug 2006 01:29:22 -0700 Subject: fedora-security/audit fc5,1.297,1.298 fc6,1.33,1.34 Message-ID: <200608240829.k7O8TMPa031292@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31272/audit Modified Files: fc5 fc6 Log Message: Update CVE-2006-4145 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- fc5 24 Aug 2006 08:13:05 -0000 1.297 +++ fc5 24 Aug 2006 08:29:19 -0000 1.298 @@ -11,7 +11,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug -CVE-2006-4145 ** (kernel) +CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- fc6 24 Aug 2006 08:13:05 -0000 1.33 +++ fc6 24 Aug 2006 08:29:19 -0000 1.34 @@ -11,7 +11,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug -CVE-2006-4145 ** (kernel) +CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Thu Aug 24 09:00:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 02:00:29 -0700 Subject: rpms/qemu/devel qemu-0.8.2-target-sparc.patch, NONE, 1.1 qemu.spec, 1.17, 1.18 Message-ID: <200608240900.k7O90VIX031611@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31591 Modified Files: qemu.spec Added Files: qemu-0.8.2-target-sparc.patch Log Message: Add target-sparc patch to fix compiling on ppc (some int32 to float). qemu-0.8.2-target-sparc.patch: --- NEW FILE qemu-0.8.2-target-sparc.patch --- diff -Naupr qemu-0.8.2.orig/target-sparc/op_helper.c qemu-0.8.2/target-sparc/op_helper.c --- qemu-0.8.2.orig/target-sparc/op_helper.c 2006-07-22 19:23:34.000000000 +0200 +++ qemu-0.8.2/target-sparc/op_helper.c 2006-08-24 10:58:30.000000000 +0200 @@ -12,12 +12,12 @@ void raise_exception(int tt) #ifdef USE_INT_TO_FLOAT_HELPERS void do_fitos(void) { - FT0 = int32_to_float32(*((int32_t *)&FT1)); + FT0 = int32_to_float32(*((int32_t *)&FT1), &env->fp_status); } void do_fitod(void) { - DT0 = int32_to_float64(*((int32_t *)&FT1)); + DT0 = int32_to_float64(*((int32_t *)&FT1), &env->fp_status); } #endif Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- qemu.spec 23 Aug 2006 17:34:19 -0000 1.17 +++ qemu.spec 24 Aug 2006 09:00:29 -0000 1.18 @@ -10,6 +10,7 @@ Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch Patch2: qemu-0.8.2-kernheaders.patch +Patch3: qemu-0.8.2-target-sparc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig @@ -35,6 +36,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ @@ -95,6 +97,7 @@ - Don't include texi files in %%doc since we ship them in html. - Switch to using gcc34 on devel, FC5 still has gcc32. - Add kernheaders patch to fix linux/compiler.h inclusion. +- Add target-sparc patch to fix compiling on ppc (some int32 to float). * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Thu Aug 24 10:42:21 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 03:42:21 -0700 Subject: rpms/php-eaccelerator/FC-5 eaccelerator-0.9.5-rc1-config.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 php-eaccelerator.spec, 1.11, 1.12 sources, 1.6, 1.7 eaccelerator-0.9.5-beta2-64bit_cast_warning.patch, 1.1, NONE eaccelerator-0.9.5-beta2-compile.patch, 1.1, NONE Message-ID: <200608241042.k7OAgNgR004933@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4909 Modified Files: .cvsignore php-eaccelerator.spec sources Added Files: eaccelerator-0.9.5-rc1-config.patch Removed Files: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch eaccelerator-0.9.5-beta2-compile.patch Log Message: Backport 0.9.5-rc1 update from devel to FC-5. eaccelerator-0.9.5-rc1-config.patch: --- NEW FILE eaccelerator-0.9.5-rc1-config.patch --- diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini --- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200 +++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200 @@ -15,9 +15,6 @@ ;extension="eaccelerator.so" zend_extension="/usr/lib/php4/eaccelerator.so" ;zend_extension_ts="/usr/lib/php4/eaccelerator.so" -;extension="eaccelerator.dll" -;zend_extension_ts="c:\php4\eaccelerator.dll" -;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". @@ -73,7 +70,7 @@ eaccelerator.shm_max = "0" ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. -eaccelerator.shm_ttl = "0" +eaccelerator.shm_ttl = "3600" ; When eAccelerator fails to get shared memory for new script it tryes to ; remove old script if the previous try was made more then "shm_prune_period" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2006 09:12:27 -0000 1.6 +++ .cvsignore 24 Aug 2006 10:42:21 -0000 1.7 @@ -1 +1 @@ -eaccelerator-0.9.5-beta2.tar.bz2 +eaccelerator-0.9.5-rc1.tar.bz2 Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/php-eaccelerator.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- php-eaccelerator.spec 23 May 2006 09:12:27 -0000 1.11 +++ php-eaccelerator.spec 24 Aug 2006 10:42:21 -0000 1.12 @@ -4,7 +4,7 @@ %define default_version 5.1.4 %define module_version 0.9.5 -%define prever beta2 +%define prever rc1 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir}) %define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) @@ -17,13 +17,12 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.2.%{prever}%{?dist} +Release: 0.3.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}-%{prever}.tar.bz2 -Patch0: eaccelerator-0.9.5-beta2-compile.patch -Patch1: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch +Patch0: eaccelerator-0.9.5-rc1-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Provides: php-zend_extension @@ -40,13 +39,19 @@ %prep %setup -n eaccelerator-%{module_version}-%{prever} -%patch0 -p0 -%patch1 -p0 +%patch0 -p1 -b .config +# Change paths in the example config, other values are changed by a patch +%{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; + s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ + eaccelerator.ini %build phpize %configure \ + --with-eaccelerator-shared-memory \ + --with-eaccelerator-sessions \ + --with-eaccelerator-content-caching \ %ifarch ppc --with-eaccelerator-userid="%{userid}" %endif @@ -59,31 +64,11 @@ %{__make} install INSTALL_ROOT=%{buildroot} # The cache directory where pre-compiled files will reside -%{__mkdir_p} %{buildroot}%{_localstatedir}/cache/php-eaccelerator +%{__mkdir_p} %{buildroot}%{_var}/cache/php-eaccelerator # Drop in the bit of configuration -%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d -%{__cat} > %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini << 'EOF' -; Enable eAccelerator extension module -zend_extension = %{php_extdir}/eaccelerator.so -; Options for the eAccelerator module -eaccelerator.cache_dir = %{_localstatedir}/cache/php-eaccelerator -eaccelerator.shm_size = 0 -eaccelerator.enable = 1 -eaccelerator.optimizer = 1 -eaccelerator.check_mtime = 1 -eaccelerator.filter = "" -eaccelerator.shm_max = 0 -eaccelerator.shm_ttl = 3600 -eaccelerator.shm_prune_period = 0 -eaccelerator.shm_only = 0 -eaccelerator.compress = 1 -eaccelerator.compress_level = 9 -eaccelerator.keys = "shm_and_disk" -eaccelerator.sessions = "shm_and_disk" -eaccelerator.content = "shm_and_disk" -eaccelerator.debug = 0 -EOF +%{__install} -D -m 0644 eaccelerator.ini \ + %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini %clean @@ -96,10 +81,17 @@ %doc eaccelerator.ini *.php %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini %{php_extdir}/eaccelerator.so -%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator/ +%attr(0750, apache, apache) %{_var}/cache/php-eaccelerator/ %changelog +* Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 +- Update to 0.9.5-rc1. +- Enable shared-memory, sessions and content-caching (#201319). +- Remove both patches of fixes, merged upstream. +- Change from creating a full eaccelerator.ini to using the included one with + path substitutions and a patch to change default values. + * Tue May 23 2006 Matthias Saou 5.1.x_0.9.5-0.2.beta2 - Rebuild against PHP 5.1.4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2006 09:12:27 -0000 1.6 +++ sources 24 Aug 2006 10:42:21 -0000 1.7 @@ -1 +1 @@ -2516b680ce372765d24e7b64003f1e64 eaccelerator-0.9.5-beta2.tar.bz2 +5d03deb399f8f857d92dd092a2c69a87 eaccelerator-0.9.5-rc1.tar.bz2 --- eaccelerator-0.9.5-beta2-64bit_cast_warning.patch DELETED --- --- eaccelerator-0.9.5-beta2-compile.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 11:39:08 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:39:08 -0700 Subject: rpms/fish/devel .cvsignore, 1.5, 1.6 fish.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <200608241139.k7OBdA3W018882@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18852 Modified Files: .cvsignore fish.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Aug 2006 14:20:46 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:39:07 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fish.spec 4 Aug 2006 20:58:01 -0000 1.12 +++ fish.spec 24 Aug 2006 11:39:07 -0000 1.13 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist} +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Aug 2006 14:20:46 -0000 1.5 +++ sources 24 Aug 2006 11:39:07 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:41:07 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:41:07 -0700 Subject: rpms/fish/FC-5 .cvsignore, 1.5, 1.6 fish.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608241141.k7OBf9e7018971@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18948 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Aug 2006 21:06:36 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:41:07 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/fish.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fish.spec 4 Aug 2006 21:06:36 -0000 1.8 +++ fish.spec 24 Aug 2006 11:41:07 -0000 1.9 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist} +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Aug 2006 21:06:36 -0000 1.5 +++ sources 24 Aug 2006 11:41:07 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:41:53 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:41:53 -0700 Subject: rpms/fish/FC-4 .cvsignore, 1.5, 1.6 fish.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608241141.k7OBftfG019054@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19030 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Aug 2006 00:14:20 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:41:53 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 5 Aug 2006 00:16:29 -0000 1.7 +++ fish.spec 24 Aug 2006 11:41:53 -0000 1.8 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist}.1 +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Aug 2006 00:14:20 -0000 1.5 +++ sources 24 Aug 2006 11:41:53 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:42:32 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:42:32 -0700 Subject: rpms/fish/FC-3 .cvsignore, 1.5, 1.6 fish.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608241142.k7OBgYKZ019129@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19108 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Aug 2006 00:17:33 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:42:32 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 5 Aug 2006 00:17:33 -0000 1.7 +++ fish.spec 24 Aug 2006 11:42:32 -0000 1.8 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist}.1 +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Aug 2006 00:17:33 -0000 1.5 +++ sources 24 Aug 2006 11:42:32 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:50:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 04:50:03 -0700 Subject: rpms/qemu/devel qemu.spec,1.18,1.19 Message-ID: <200608241150.k7OBo5sj019279@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19255 Modified Files: qemu.spec Log Message: Remove the target-list iteration for x86_64 and make gcc3x conditional. Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- qemu.spec 24 Aug 2006 09:00:29 -0000 1.18 +++ qemu.spec 24 Aug 2006 11:50:03 -0000 1.19 @@ -1,3 +1,10 @@ +# For FC >= 6 we have gcc 3.4, for FC <= 5 we have gcc 3.2 +%if %{!?fedora:6}%{?fedora} >= 6 +%define gccver 34 +%else +%define gccver 32 +%endif + Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.8.2 @@ -12,7 +19,7 @@ Patch2: qemu-0.8.2-kernheaders.patch Patch3: qemu-0.8.2-target-sparc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html +BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service @@ -39,11 +46,11 @@ %patch3 -p1 %build -./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ -%ifarch x86_64 - --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ -%endif - --cc=gcc34 --enable-alsa +./configure \ + --prefix=%{_prefix} \ + --interp-prefix=%{_prefix}/qemu-%%M \ + --cc=gcc%{gccver} \ + --enable-alsa make %{?_smp_mflags} %install @@ -85,6 +92,11 @@ %{_mandir}/man1/* %changelog +* Thu Aug 24 2006 Matthias Saou 0.8.2-2 +- Remove the target-list iteration for x86_64 since they all build again. +- Make gcc32 vs. gcc34 conditional on %%{fedora} to share the same spec for + FC5 and FC6. + * Wed Aug 23 2006 Matthias Saou 0.8.2-1 - Update to 0.8.2 (#200065). - Drop upstreamed syscall-macros patch2. From fedora-extras-commits at redhat.com Thu Aug 24 11:50:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 04:50:44 -0700 Subject: rpms/qemu/devel qemu.spec,1.19,1.20 Message-ID: <200608241150.k7OBokdw019308@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19291 Modified Files: qemu.spec Log Message: Bump release, d'oh! Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- qemu.spec 24 Aug 2006 11:50:03 -0000 1.19 +++ qemu.spec 24 Aug 2006 11:50:44 -0000 1.20 @@ -8,7 +8,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL/LGPL Group: Development/Tools URL: http://www.qemu.org/ From fedora-extras-commits at redhat.com Thu Aug 24 13:07:07 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:07:07 -0700 Subject: rpms/OpenSceneGraph/devel .cvsignore, 1.4, 1.5 OpenSceneGraph.spec, 1.16, 1.17 sources, 1.4, 1.5 Message-ID: <200608241307.k7OD7dbS025047@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25020 Modified Files: .cvsignore OpenSceneGraph.spec sources Log Message: * Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jun 2006 05:45:48 -0000 1.4 +++ .cvsignore 24 Aug 2006 13:07:04 -0000 1.5 @@ -1 +1 @@ -OSG_OP_OT-1.0.zip +OSG_OP_OT-1.1.zip Index: OpenSceneGraph.spec =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/OpenSceneGraph.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- OpenSceneGraph.spec 7 Jun 2006 04:40:59 -0000 1.16 +++ OpenSceneGraph.spec 24 Aug 2006 13:07:04 -0000 1.17 @@ -5,11 +5,11 @@ # %define apivers 1.0 -%define srcvers 1.0 +%define srcvers 1.1 Name: OpenSceneGraph Version: %{srcvers} -Release: 4%{?dist} +Release: 1%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -266,6 +266,7 @@ %{_bindir}/osgplanets %{_bindir}/osgpoints %{_bindir}/osgpointsprite +%{_bindir}/osgprecipitation %{_bindir}/osgprerender %{_bindir}/osgprerendercubemap %{_bindir}/osgreflect @@ -391,6 +392,12 @@ %{_includedir}/Producer %changelog +* Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 +- Upstream update. + +* Sat Jul 08 2006 Ralf Cors??pius - 1.0-5 +- Rebuilt to with gcc-4.1.1-6. + * Tue Jun 07 2006 Ralf Cors??pius - 1.0-4 - Try to avoid adding SONAMEs on plugins and applications. Index: sources =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jun 2006 05:45:48 -0000 1.4 +++ sources 24 Aug 2006 13:07:04 -0000 1.5 @@ -1 +1 @@ -dfb3eca46b32625602dabe9aa46c6b6f OSG_OP_OT-1.0.zip +c140e0f53f577af6e807108dd1a8f65f OSG_OP_OT-1.1.zip From fedora-extras-commits at redhat.com Thu Aug 24 13:09:55 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:09:55 -0700 Subject: rpms/OpenSceneGraph/devel OpenSceneGraph-1.1.diff,NONE,1.1 Message-ID: <200608241309.k7OD9vE6025088@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25075 Added Files: OpenSceneGraph-1.1.diff Log Message: New. OpenSceneGraph-1.1.diff: --- NEW FILE OpenSceneGraph-1.1.diff --- diff -uNr OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph --- OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,205 @@ +# Doxyfile 1.3.4 + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = OpenSceneGraph +PROJECT_NUMBER = +OUTPUT_DIRECTORY = . +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = YES +WARNINGS = NO +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = OpenSceneGraph/include +FILE_PATTERNS = * +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = OpenSceneGraph/html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = [...1627 lines suppressed...] + ARCH = 32 + ARCHARGS = + LINKARGS = -L/usr/X11R6/lib -framework Carbon + LIB_EXT = dylib +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),CYGWIN) + CXX = c++ + DEPARG = -M + INC += -DWIN32 + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + -Wl,--export-all-symbols + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) + + PTHREAD_LIB = -lpthread + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = cyg + LIB_EXT = dll + IMP_LIB_EXT = dll.a + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE_PREFIX = $(INST_LOCATION) + INST_SRC = $(INST_SHARE_PREFIX)/src + INST_EXAMPLES = $(INST_SHARE_PREFIX)/bin + INST_EXAMPLE_SRC = $(INST_SHARE_PREFIX)/src/demos + INST_DOC = $(INST_SHARE_PREFIX)/doc + INST_DATA = $(INST_SHARE_PREFIX)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup + +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),MINGW) + CXX = c++ -mthreads + + DEPARG = -M + INC += + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared -mthreads \ + -Wl,--export-all-symbols \ + -Wl,--output-def,lib$(TARGET_BASENAME).def \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) -lwinmm + PTHREAD_LIB = + OPEN_THREAD_LIB = -lOpenThreadsWin32 + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = lib + LIB_EXT = dll + IMP_LIB_EXT = dll.a + PLUGIN_EXT = dll + + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_LIBS = $(INST_LOCATION)/bin + INST_IMP_LIBS = $(INST_LOCATION)/lib + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE = $(INST_LOCATION) + INST_DEMOS = $(INST_SHARE)/bin + INST_DEMO_SRC = $(INST_SHARE)/src/demos + INST_DOC = $(INST_SHARE)/doc + INST_DATA = $(INST_SHARE)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup +endif + +#### HP-UX Specific definitions + +ifeq ($(OS),HP-UX) + CXX = aCC -AA -mt + DEPARG = -w +make -E + INC += + DEF += +Z -z + OPTF = +O2 + DBGF = -g + SHARED = +Z -b -z -Wl,+s + ARCH = 32 + LDFLAGS = + LINKARGS = -lpthread + LIB_EXT = sl + PLUGIN_EXT = sl + DYNAMICLIBRARYLIB = -ldld + OTHER_LIBS = -lm +endif + + +VPATH=.. + diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ 2005-05-20 23:11:42.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ 2006-08-24 04:55:38.000000000 +0200 @@ -529,27 +529,18 @@ PThreadPrivateData *pd = static_cast (_prvData); - size_t defaultStackSize; + size_t defaultStackSize = 0; pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } if(defaultStackSize < pd->stackSize) { pthread_attr_setstacksize( &thread_attr, pd->stackSize); - if(status != 0) { - return status; - } } //------------------------------------------------------------------------- // Now get what we actually have... // pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } pd->stackSize = defaultStackSize; diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h 2004-08-27 18:45:14.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h 2006-08-24 04:55:38.000000000 +0200 @@ -43,7 +43,7 @@ private: - PThreadPrivateData() {}; + PThreadPrivateData() : stackSize(0), stackSizeLocked(false), isRunning(false), isCanceled(false), idSet(false), tid(0), uniqueId(0), cpunum(0) {}; virtual ~PThreadPrivateData() {}; diff -uNr OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard OSG_OP_OT-1.1/Producer/include/Producer/Keyboard --- OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard 2005-10-28 22:53:43.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/include/Producer/Keyboard 2006-08-24 04:55:38.000000000 +0200 @@ -539,6 +539,7 @@ KeyboardKey _key; }; +class KeyboardMouseImplementation; class PR_EXPORT Keyboard : public Producer::Referenced { diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/libdefs OSG_OP_OT-1.1/Producer/Make/libdefs --- OSG_OP_OT-1.1.orig/Producer/Make/libdefs 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/Producer/Make/libdefs 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,4 @@ +ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") + LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).$(VERSION_MAJOR) +endif + diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/makedefs OSG_OP_OT-1.1/Producer/Make/makedefs --- OSG_OP_OT-1.1.orig/Producer/Make/makedefs 2006-07-18 15:26:22.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/Make/makedefs 2006-08-24 04:55:38.000000000 +0200 @@ -248,11 +248,6 @@ ifeq (x$(CXX),x) CXX = g++ endif - -ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") - LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).0 -endif - DEF += -fPIC -pthread OPTF = -O2 DBGF = -ggdb -gstabs From fedora-extras-commits at redhat.com Thu Aug 24 13:11:00 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:11:00 -0700 Subject: rpms/OpenSceneGraph/devel OpenSceneGraph-1.0.diff,1.2,NONE Message-ID: <200608241311.k7ODB2eJ025119@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25104 Removed Files: OpenSceneGraph-1.0.diff Log Message: Remove (Obsolete). --- OpenSceneGraph-1.0.diff DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 15:26:17 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 24 Aug 2006 08:26:17 -0700 Subject: rpms/octave-forge/devel octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 octave-forge.spec, 1.27, 1.28 Message-ID: <200608241526.k7OFQJKC031197@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31174 Modified Files: octave-forge.spec Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Several minor bug fixes. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- octave-forge.spec 28 Jul 2006 22:17:49 -0000 1.27 +++ octave-forge.spec 24 Aug 2006 15:26:17 -0000 1.28 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,6 +16,8 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: octave >= 2.9.7 ImageMagick @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,12 @@ %changelog +* Thu Aug 24 2006 Quentin Spencer 2006.07.09-4 +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Tue Jul 11 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Thu Aug 24 16:14:42 2006 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Thu, 24 Aug 2006 09:14:42 -0700 Subject: comps comps-fe6.xml.in,1.115,1.116 Message-ID: <200608241614.k7OGEiWH001681@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1664 Modified Files: comps-fe6.xml.in Log Message: Added qgo, rinetd, xdaliclock Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- comps-fe6.xml.in 23 Aug 2006 20:15:26 -0000 1.115 +++ comps-fe6.xml.in 24 Aug 2006 16:14:41 -0000 1.116 @@ -318,6 +318,7 @@ powermanga ppracer qascade + qgo qqo rafkill raidem @@ -704,6 +705,7 @@ openvpn puppet-server rbldnsd + rinetd sobby torque-server ucarp @@ -888,6 +890,7 @@ kinput2 rxvt workrave + xdaliclock xlockmore xscreensaver-base xscreensaver-extras From fedora-extras-commits at redhat.com Thu Aug 24 18:23:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:54 -0700 Subject: rpms/fcron/devel fcron.spec,1.4,1.5 Message-ID: <200608241823.k7OINuev007697@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/devel Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/devel/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:08:05 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:23:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:53 -0700 Subject: rpms/fcron/FC-5 fcron.spec,1.4,1.5 Message-ID: <200608241823.k7OINtdC007693@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/FC-5 Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/FC-5/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:08:47 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:23:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:52 -0700 Subject: rpms/fcron/FC-4 fcron.spec,1.4,1.5 Message-ID: <200608241824.k7OIOO42007702@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/FC-4 Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/FC-4/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:09:07 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:52 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:22 -0700 Subject: rpms/pikdev/FC-4 pikdev.spec,1.10,1.11 Message-ID: <200608241828.k7OISOWl007882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/FC-4 Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/FC-4/pikdev.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pikdev.spec 11 Apr 2006 10:30:35 -0000 1.10 +++ pikdev.spec 24 Aug 2006 18:28:22 -0000 1.11 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:23 -0700 Subject: rpms/pikdev/FC-5 pikdev.spec,1.4,1.5 Message-ID: <200608241828.k7OISPiY007886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/FC-5 Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/FC-5/pikdev.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pikdev.spec 11 Apr 2006 10:30:36 -0000 1.4 +++ pikdev.spec 24 Aug 2006 18:28:22 -0000 1.5 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:23 -0700 Subject: rpms/pikdev/devel pikdev.spec,1.4,1.5 Message-ID: <200608241828.k7OISPdU007890@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/devel Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/devel/pikdev.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pikdev.spec 11 Apr 2006 10:30:37 -0000 1.4 +++ pikdev.spec 24 Aug 2006 18:28:23 -0000 1.5 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:32:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:32:27 -0700 Subject: rpms/roundup/devel roundup.spec,1.3,1.4 Message-ID: <200608241832.k7OIWT3N008090@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/roundup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8055/devel Modified Files: roundup.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - Fix doc permissions (#200845). Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/devel/roundup.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- roundup.spec 17 Feb 2006 21:06:51 -0000 1.3 +++ roundup.spec 24 Aug 2006 18:32:27 -0000 1.4 @@ -4,7 +4,7 @@ Summary: Simple and flexible issue-tracking system Name: roundup Version: 0.8.4 -Release: 7 +Release: 9 License: MIT Group: Applications/Engineering Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz @@ -28,7 +28,7 @@ %prep %setup %patch0 -p1 -cp -p %{SOURCE3} . +install -pm 644 %{SOURCE3} . %build CFLAGS="$RPM_OPT_FLAGS" python setup.py build @@ -74,6 +74,9 @@ %doc README.Fedora COPYING.txt %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.8.4-9 + - Fix doc permissions (#200845). + * Fri Feb 17 2006 W. Michael Petullo - 0.8.4-7 - Rebuild for Fedora Extras 5. From fedora-extras-commits at redhat.com Thu Aug 24 18:32:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:32:27 -0700 Subject: rpms/roundup/FC-5 roundup.spec,1.3,1.4 Message-ID: <200608241832.k7OIWTxr008086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/roundup/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8055/FC-5 Modified Files: roundup.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - Fix doc permissions (#200845). Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/FC-5/roundup.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- roundup.spec 17 Feb 2006 21:06:51 -0000 1.3 +++ roundup.spec 24 Aug 2006 18:32:26 -0000 1.4 @@ -4,7 +4,7 @@ Summary: Simple and flexible issue-tracking system Name: roundup Version: 0.8.4 -Release: 7 +Release: 8 License: MIT Group: Applications/Engineering Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz @@ -28,7 +28,7 @@ %prep %setup %patch0 -p1 -cp -p %{SOURCE3} . +install -pm 644 %{SOURCE3} . %build CFLAGS="$RPM_OPT_FLAGS" python setup.py build @@ -74,6 +74,9 @@ %doc README.Fedora COPYING.txt %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.8.4-8 + - Fix doc permissions (#200845). + * Fri Feb 17 2006 W. Michael Petullo - 0.8.4-7 - Rebuild for Fedora Extras 5. From fedora-extras-commits at redhat.com Thu Aug 24 19:04:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:04:22 -0700 Subject: rpms/fRaBs/devel fRaBs.desktop,1.1,1.2 fRaBs.spec,1.3,1.4 Message-ID: <200608241904.k7OJ4Oa0010881@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10862 Modified Files: fRaBs.desktop fRaBs.spec Log Message: * Thu Aug 24 2006 Hans de Goede 2.10-2 - In the .desktop file pass -fullscreen to abuse instead of -f so that abuse actually starts in fullscreen mode Index: fRaBs.desktop =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.desktop 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.desktop 24 Aug 2006 19:04:22 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles -Exec=abuse.sdl -f -datadir /usr/share/fRaBs +Exec=abuse.sdl -fullscreen -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 +++ fRaBs.spec 24 Aug 2006 19:04:22 -0000 1.4 @@ -2,7 +2,7 @@ Name: fRaBs Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ @@ -73,5 +73,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 2.10-2 +- In the .desktop file pass -fullscreen to abuse instead of -f so that abuse + actually starts in fullscreen mode + * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:04:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:04:46 -0700 Subject: rpms/abuse/devel abuse.spec,1.2,1.3 Message-ID: <200608241904.k7OJ4nns010947@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930 Modified Files: abuse.spec Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 +++ abuse.spec 24 Aug 2006 19:04:46 -0000 1.3 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch +Patch2: abuse_sdl-0.7.0-exit-intro-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data @@ -21,6 +22,7 @@ %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix +%patch2 -p1 -z .intro %build @@ -63,5 +65,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 0.7.0-2 +- Fix abuse from crashing on exit when you try to close the window while the + intro is still playing + * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:05:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:05:31 -0700 Subject: rpms/fRaBs/FC-5 fRaBs.desktop,1.1,1.2 fRaBs.spec,1.3,1.4 Message-ID: <200608241905.k7OJ5XAF011022@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11001 Modified Files: fRaBs.desktop fRaBs.spec Log Message: * Thu Aug 24 2006 Hans de Goede 2.10-2 - In the .desktop file pass -fullscreen to abuse instead of -f so that abuse actually starts in fullscreen mode Index: fRaBs.desktop =================================================================== RCS file: /cvs/extras/rpms/fRaBs/FC-5/fRaBs.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.desktop 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.desktop 24 Aug 2006 19:05:31 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles -Exec=abuse.sdl -f -datadir /usr/share/fRaBs +Exec=abuse.sdl -fullscreen -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/FC-5/fRaBs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 +++ fRaBs.spec 24 Aug 2006 19:05:31 -0000 1.4 @@ -2,7 +2,7 @@ Name: fRaBs Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ @@ -73,5 +73,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 2.10-2 +- In the .desktop file pass -fullscreen to abuse instead of -f so that abuse + actually starts in fullscreen mode + * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:05:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:05:36 -0700 Subject: rpms/abuse/devel abuse_sdl-0.7.0-exit-intro-crash.patch,NONE,1.1 Message-ID: <200608241905.k7OJ5cBE011048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11028 Added Files: abuse_sdl-0.7.0-exit-intro-crash.patch Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing abuse_sdl-0.7.0-exit-intro-crash.patch: --- NEW FILE abuse_sdl-0.7.0-exit-intro-crash.patch --- --- abuse_sdl-0.7.0/src/game.cpp.shit 2006-08-24 16:39:45.000000000 +0200 +++ abuse_sdl-0.7.0/src/game.cpp 2006-08-24 16:43:22.000000000 +0200 @@ -1269,9 +1269,14 @@ if( DEFINEDP( logo_snd ) && ( sound_avail & SFX_INITIALIZED ) ) cash.sfx( lnumber_value( logo_snd ) )->play( sfx_volume ); - image blank( 2, 2 ); - blank.clear(); - eh->set_mouse_shape( blank.copy(), 0, 0 ); // don't show mouse + /* This must be a dynamic allocated image because if it + is not and the window gets closed during do_title, then + exit() will try to delete (through the desctructor of + image_list in image.cpp) the image on the stack -> boom. */ + image *blank = new image( 2, 2 ); + blank->clear(); + eh->set_mouse_shape( blank->copy(), 0, 0 ); // don't show mouse + delete blank; fade_in( cash.img( cdc_logo ), 32 ); milli_wait( 900 ); From fedora-extras-commits at redhat.com Thu Aug 24 19:08:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:08:56 -0700 Subject: rpms/abuse/FC-5 abuse_sdl-0.7.0-exit-intro-crash.patch, NONE, 1.1 abuse.spec, 1.2, 1.3 Message-ID: <200608241908.k7OJ8wqB011208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11188 Modified Files: abuse.spec Added Files: abuse_sdl-0.7.0-exit-intro-crash.patch Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing abuse_sdl-0.7.0-exit-intro-crash.patch: --- NEW FILE abuse_sdl-0.7.0-exit-intro-crash.patch --- --- abuse_sdl-0.7.0/src/game.cpp.shit 2006-08-24 16:39:45.000000000 +0200 +++ abuse_sdl-0.7.0/src/game.cpp 2006-08-24 16:43:22.000000000 +0200 @@ -1269,9 +1269,14 @@ if( DEFINEDP( logo_snd ) && ( sound_avail & SFX_INITIALIZED ) ) cash.sfx( lnumber_value( logo_snd ) )->play( sfx_volume ); - image blank( 2, 2 ); - blank.clear(); - eh->set_mouse_shape( blank.copy(), 0, 0 ); // don't show mouse + /* This must be a dynamic allocated image because if it + is not and the window gets closed during do_title, then + exit() will try to delete (through the desctructor of + image_list in image.cpp) the image on the stack -> boom. */ + image *blank = new image( 2, 2 ); + blank->clear(); + eh->set_mouse_shape( blank->copy(), 0, 0 ); // don't show mouse + delete blank; fade_in( cash.img( cdc_logo ), 32 ); milli_wait( 900 ); Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/FC-5/abuse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 +++ abuse.spec 24 Aug 2006 19:08:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch +Patch2: abuse_sdl-0.7.0-exit-intro-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data @@ -21,6 +22,7 @@ %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix +%patch2 -p1 -z .intro %build @@ -63,5 +65,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 0.7.0-2 +- Fix abuse from crashing on exit when you try to close the window while the + intro is still playing + * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:28:01 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Thu, 24 Aug 2006 12:28:01 -0700 Subject: comps comps-fe5.xml.in,1.115,1.116 comps-fe6.xml.in,1.116,1.117 Message-ID: <200608241928.k7OJS3uS011410@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11391 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: adding fatsort Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- comps-fe5.xml.in 23 Aug 2006 13:59:35 -0000 1.115 +++ comps-fe5.xml.in 24 Aug 2006 19:28:01 -0000 1.116 @@ -558,6 +558,7 @@ enca environment-modules epylog + fatsort fuse fwbuilder ghasher Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- comps-fe6.xml.in 24 Aug 2006 16:14:41 -0000 1.116 +++ comps-fe6.xml.in 24 Aug 2006 19:28:01 -0000 1.117 @@ -601,6 +601,7 @@ enca environment-modules epylog + fatsort fedora-package-config-apt fedora-package-config-smart fuse From fedora-extras-commits at redhat.com Thu Aug 24 20:18:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 13:18:43 -0700 Subject: rpms/rafkill/devel rafkill-1.2.2-menu.patch, NONE, 1.1 rafkill-1.2.2-spell.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rafkill.spec, 1.2, 1.3 sources, 1.2, 1.3 rafkill-1.2.1-debian.patch, 1.1, NONE rafkill-1.2.1-options.patch, 1.1, NONE Message-ID: <200608242018.k7OKIj0h014208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14181 Modified Files: .cvsignore rafkill.spec sources Added Files: rafkill-1.2.2-menu.patch rafkill-1.2.2-spell.patch Removed Files: rafkill-1.2.1-debian.patch rafkill-1.2.1-options.patch Log Message: * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 rafkill-1.2.2-menu.patch: --- NEW FILE rafkill-1.2.2-menu.patch --- --- rafkill-1.2.2/src/raptor.cpp.menu 2006-08-22 04:28:18.000000000 +0200 +++ rafkill-1.2.2/src/raptor.cpp 2006-08-24 22:11:24.000000000 +0200 @@ -344,16 +344,16 @@ RField * fullscreenField; if ( Configuration::getWindowMode() ){ - fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } else { - fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } RField * backgroundField; if ( Configuration::getBackground() ){ - backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp ); + backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp ); } else { - backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp); + backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp); } option_menu.addMenu( "Sound", normalFont, true, 800, &sound_menu, select_smp ); option_menu.addMenu( "Return to Menu", normalFont, true,800,NULL,select_smp); @@ -540,11 +540,11 @@ Configuration::setBackground( ! Configuration::getBackground() ); if ( Configuration::getBackground() ){ // option_menu.replace( 5, "Background ON", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background Off" ); + string str( "Background on" ); backgroundField->set( &str ); } else { // option_menu.replace( 5, "Background off", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background On" ); + string str( "Background off" ); backgroundField->set( &str ); } break; rafkill-1.2.2-spell.patch: --- NEW FILE rafkill-1.2.2-spell.patch --- --- rafkill-1.2.2/README.debian 2006-08-23 02:40:57.000000000 +0200 +++ rafkill-1.2.2/README 2006-08-24 21:46:55.000000000 +0200 @@ -10,7 +10,7 @@ -l : Run game without showing background. -w : Run game in windowed mode. - If the game runs to slowly for you, try using a combination of -l -g#. + If the game runs too slowly for you, try using a combination of -l -g#. In the game you can change whether to show a background and the speed of the game. Getting rid of the background should significantly increase the fps if less than desired rate. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 May 2006 07:01:07 -0000 1.2 +++ .cvsignore 24 Aug 2006 20:18:43 -0000 1.3 @@ -1 +1 @@ -rafkill-1.2.1.tar.gz +rafkill-1.2.2.tar.gz Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/rafkill.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rafkill.spec 6 Jul 2006 18:58:56 -0000 1.2 +++ rafkill.spec 24 Aug 2006 20:18:43 -0000 1.3 @@ -1,6 +1,6 @@ Name: rafkill -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games License: GPL @@ -8,11 +8,9 @@ Source0: http://download.sourceforge.net/raptorv2/%{name}-%{version}.tar.gz Source1: rafkill.desktop Source2: rafkill.6 -Source3: COPYING -Source4: license-confirmation.txt -Source5: rafkill.png -Patch0: rafkill-1.2.1-debian.patch -Patch1: rafkill-1.2.1-options.patch +Source3: rafkill.png +Patch0: rafkill-1.2.2-spell.patch +Patch1: rafkill-1.2.2-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel dumb-devel scons desktop-file-utils @@ -24,9 +22,8 @@ %prep %setup -q -%patch0 -p1 -z .debian -%patch1 -p1 -z .options -cp %{SOURCE3} %{SOURCE4} . +%patch0 -p1 -z .spell +%patch1 -p1 -z .menu # sigh hack hack hack FLAGS="" for i in $RPM_OPT_FLAGS; do @@ -61,7 +58,7 @@ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 %{SOURCE5} \ +install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -84,7 +81,7 @@ %files %defattr(-,root,root,-) -%doc README COPYING license-confirmation.txt +%doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz @@ -93,6 +90,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 1.2.2-1 +- New upstream release 1.2.2 + * Thu Jul 6 2006 Hans de Goede 1.2.1-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 07:01:07 -0000 1.2 +++ sources 24 Aug 2006 20:18:43 -0000 1.3 @@ -1 +1 @@ -e27a24d5a0c2e92ba13815d8d6638a6b rafkill-1.2.1.tar.gz +cbed08af529da15748441d2859f3f846 rafkill-1.2.2.tar.gz --- rafkill-1.2.1-debian.patch DELETED --- --- rafkill-1.2.1-options.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 20:20:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 13:20:24 -0700 Subject: rpms/rafkill/FC-5 rafkill-1.2.2-menu.patch, NONE, 1.1 rafkill-1.2.2-spell.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rafkill.spec, 1.1, 1.2 sources, 1.2, 1.3 rafkill-1.2.1-debian.patch, 1.1, NONE rafkill-1.2.1-options.patch, 1.1, NONE Message-ID: <200608242020.k7OKKQjI014293@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14266 Modified Files: .cvsignore rafkill.spec sources Added Files: rafkill-1.2.2-menu.patch rafkill-1.2.2-spell.patch Removed Files: rafkill-1.2.1-debian.patch rafkill-1.2.1-options.patch Log Message: * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 rafkill-1.2.2-menu.patch: --- NEW FILE rafkill-1.2.2-menu.patch --- --- rafkill-1.2.2/src/raptor.cpp.menu 2006-08-22 04:28:18.000000000 +0200 +++ rafkill-1.2.2/src/raptor.cpp 2006-08-24 22:11:24.000000000 +0200 @@ -344,16 +344,16 @@ RField * fullscreenField; if ( Configuration::getWindowMode() ){ - fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } else { - fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } RField * backgroundField; if ( Configuration::getBackground() ){ - backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp ); + backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp ); } else { - backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp); + backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp); } option_menu.addMenu( "Sound", normalFont, true, 800, &sound_menu, select_smp ); option_menu.addMenu( "Return to Menu", normalFont, true,800,NULL,select_smp); @@ -540,11 +540,11 @@ Configuration::setBackground( ! Configuration::getBackground() ); if ( Configuration::getBackground() ){ // option_menu.replace( 5, "Background ON", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background Off" ); + string str( "Background on" ); backgroundField->set( &str ); } else { // option_menu.replace( 5, "Background off", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background On" ); + string str( "Background off" ); backgroundField->set( &str ); } break; rafkill-1.2.2-spell.patch: --- NEW FILE rafkill-1.2.2-spell.patch --- --- rafkill-1.2.2/README.debian 2006-08-23 02:40:57.000000000 +0200 +++ rafkill-1.2.2/README 2006-08-24 21:46:55.000000000 +0200 @@ -10,7 +10,7 @@ -l : Run game without showing background. -w : Run game in windowed mode. - If the game runs to slowly for you, try using a combination of -l -g#. + If the game runs too slowly for you, try using a combination of -l -g#. In the game you can change whether to show a background and the speed of the game. Getting rid of the background should significantly increase the fps if less than desired rate. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 May 2006 07:01:07 -0000 1.2 +++ .cvsignore 24 Aug 2006 20:20:24 -0000 1.3 @@ -1 +1 @@ -rafkill-1.2.1.tar.gz +rafkill-1.2.2.tar.gz Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/rafkill.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rafkill.spec 18 May 2006 07:01:07 -0000 1.1 +++ rafkill.spec 24 Aug 2006 20:20:24 -0000 1.2 @@ -1,5 +1,5 @@ Name: rafkill -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games @@ -8,11 +8,9 @@ Source0: http://download.sourceforge.net/raptorv2/%{name}-%{version}.tar.gz Source1: rafkill.desktop Source2: rafkill.6 -Source3: COPYING -Source4: license-confirmation.txt -Source5: rafkill.png -Patch0: rafkill-1.2.1-debian.patch -Patch1: rafkill-1.2.1-options.patch +Source3: rafkill.png +Patch0: rafkill-1.2.2-spell.patch +Patch1: rafkill-1.2.2-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel dumb-devel scons desktop-file-utils @@ -24,9 +22,8 @@ %prep %setup -q -%patch0 -p1 -z .debian -%patch1 -p1 -z .options -cp %{SOURCE3} %{SOURCE4} . +%patch0 -p1 -z .spell +%patch1 -p1 -z .menu # sigh hack hack hack FLAGS="" for i in $RPM_OPT_FLAGS; do @@ -61,7 +58,7 @@ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 %{SOURCE5} \ +install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -84,7 +81,7 @@ %files %defattr(-,root,root,-) -%doc README COPYING license-confirmation.txt +%doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz @@ -93,5 +90,12 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 1.2.2-1 +- New upstream release 1.2.2 + +* Thu Jul 6 2006 Hans de Goede 1.2.1-2 +- Rebuild against new allegro to remove executable stack requirement caused + by previous versions of allegro. + * Sat May 13 2006 Hans de Goede 1.2.1-1 - Initial Fedora Extras package Index: sources =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 07:01:07 -0000 1.2 +++ sources 24 Aug 2006 20:20:24 -0000 1.3 @@ -1 +1 @@ -e27a24d5a0c2e92ba13815d8d6638a6b rafkill-1.2.1.tar.gz +cbed08af529da15748441d2859f3f846 rafkill-1.2.2.tar.gz --- rafkill-1.2.1-debian.patch DELETED --- --- rafkill-1.2.1-options.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 21:17:42 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 14:17:42 -0700 Subject: rpms/banshee/devel banshee.spec,1.16,1.17 Message-ID: <200608242117.k7OLHiJg017404@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17387 Modified Files: banshee.spec Log Message: fix build requires Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- banshee.spec 24 Aug 2006 08:21:09 -0000 1.16 +++ banshee.spec 24 Aug 2006 21:17:41 -0000 1.17 @@ -23,9 +23,11 @@ BuildRequires: gstreamer-devel >= 0.10 BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gnome-desktop-devel +BuildRequires: gnome-sharp-devel BuildRequires: nautilus-cd-burner-devel BuildRequires: dbus-sharp-devel BuildRequires: gettext-devel +BuildRequires: perl-XML-Parser Requires: libipoddevice Requires(post): GConf2 From fedora-extras-commits at redhat.com Thu Aug 24 21:28:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 14:28:09 -0700 Subject: rpms/gtksourceview-sharp import.log,1.9,1.10 Message-ID: <200608242128.k7OLSBcI017531@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17499 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-17 on branch devel from gtksourceview-sharp-2.0-17.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 22 Aug 2006 08:56:07 -0000 1.9 +++ import.log 24 Aug 2006 21:28:09 -0000 1.10 @@ -6,3 +6,4 @@ gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 gtksourceview-sharp-2_0-16:FC-5:gtksourceview-sharp-2.0-16.src.rpm:1156236956 +gtksourceview-sharp-2_0-17:HEAD:gtksourceview-sharp-2.0-17.src.rpm:1156454841 From fedora-extras-commits at redhat.com Thu Aug 24 21:28:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 14:28:09 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp-libdir.patch, 1.2, 1.3 gtksourceview-sharp.spec, 1.4, 1.5 Message-ID: <200608242128.k7OLSCWm017539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17499/devel Modified Files: gtksourceview-sharp.spec Added Files: gtksourceview-sharp-libdir.patch Log Message: auto-import gtksourceview-sharp-2.0-17 on branch devel from gtksourceview-sharp-2.0-17.src.rpm gtksourceview-sharp-libdir.patch: Index: gtksourceview-sharp-libdir.patch =================================================================== RCS file: gtksourceview-sharp-libdir.patch diff -N gtksourceview-sharp-libdir.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gtksourceview-sharp-libdir.patch 24 Aug 2006 21:28:09 -0000 1.3 @@ -0,0 +1,29 @@ +--- gtksourceview-sharp-2.0-0.10/Makefile.am 2006-07-08 19:30:12.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/Makefile.am 2006-07-08 19:32:18.000000000 -0500 +@@ -6,6 +6,6 @@ + extra_langdir= $(gtksourceview_prefix)/share/gtksourceview-1.0/language-specs + extra_lang_DATA= nemerle.lang vbnet.lang + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = gtksourceview-sharp-2.0.pc + +--- gtksourceview-sharp-2.0-0.10/configure.in 2006-07-08 19:38:48.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/configure.in 2006-07-08 19:39:08.000000000 -0500 +@@ -54,7 +54,7 @@ + AC_MSG_ERROR([No gacutil tool found]) + fi + +-GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(prefix)/lib' ++GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(libdir)' + + AC_SUBST(RUNTIME) + AC_SUBST(CSC) +--- gtksourceview-sharp-2.0-0.10/gtksourceview-sharp-2.0.pc.in 2005-04-26 11:49:22.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/gtksourceview-sharp-2.0.pc.in 2006-07-08 22:13:20.000000000 -0500 +@@ -7,4 +7,4 @@ + Description: GtkSourceView# - gtksourceview .NET Binding + Version: @VERSION@ + Requires: gnome-sharp-2.0 +-Libs: -r:${prefix}/lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll ++Libs: -r:@libdir@/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtksourceview-sharp.spec 22 Aug 2006 08:55:13 -0000 1.4 +++ gtksourceview-sharp.spec 24 Aug 2006 21:28:09 -0000 1.5 @@ -3,13 +3,14 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +Patch0: gtksourceview-sharp-libdir.patch URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel autoconf Requires: mono-core, gtksourceview %description @@ -26,16 +27,16 @@ %prep rm -rf % %setup -q -n %{name}-%{version}-%{extra} +%patch0 -p1 +autoreconf %build -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure +%configure --libdir=%{_libdir} make all %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/vbnet.lang %files @@ -54,10 +55,11 @@ %{__rm} -rf %{buildroot} %changelog -* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +* Sat Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 - rebuild - removed 64 bit hacks - removed unused BRs +- Added back the libdir patch and added autoreconf * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file From fedora-extras-commits at redhat.com Thu Aug 24 21:41:11 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 14:41:11 -0700 Subject: rpms/banshee/devel banshee.spec,1.17,1.18 Message-ID: <200608242141.k7OLfDbR017686@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17669 Modified Files: banshee.spec Log Message: fix buildrequires Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- banshee.spec 24 Aug 2006 21:17:41 -0000 1.17 +++ banshee.spec 24 Aug 2006 21:41:11 -0000 1.18 @@ -13,7 +13,7 @@ BuildRequires: ipod-sharp BuildRequires: avahi-sharp BuildRequires: libmusicbrainz-devel >= 2.1.1 -BuildRequires: gtk-sharp2 +BuildRequires: gtk-sharp2-devel BuildRequires: mono-devel >= 1.1.10 BuildRequires: mono-data BuildRequires: mono-data-sqlite From fedora-extras-commits at redhat.com Thu Aug 24 22:30:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 15:30:18 -0700 Subject: rpms/db4o import.log,1.2,1.3 Message-ID: <200608242230.k7OMUKcA020535@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20504 Modified Files: import.log Log Message: auto-import db4o-5.5-9 on branch devel from db4o-5.5-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 9 Aug 2006 15:36:26 -0000 1.2 +++ import.log 24 Aug 2006 22:30:18 -0000 1.3 @@ -1 +1,2 @@ db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 +db4o-5_5-9:HEAD:db4o-5.5-9.src.rpm:1156458606 From fedora-extras-commits at redhat.com Thu Aug 24 22:30:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 15:30:18 -0700 Subject: rpms/db4o/devel db4o.spec,1.2,1.3 db4o.pc,1.1,NONE Message-ID: <200608242230.k7OMUKRT020539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20504/devel Modified Files: db4o.spec Removed Files: db4o.pc Log Message: auto-import db4o-5.5-9 on branch devel from db4o-5.5-9.src.rpm Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- db4o.spec 9 Aug 2006 19:14:46 -0000 1.2 +++ db4o.spec 24 Aug 2006 22:30:18 -0000 1.3 @@ -1,16 +1,12 @@ -# nasty hack for mono until the problem is sorted.... -%define monodir %{_prefix}/lib - -%define debug_packahe %{nil} +%define debug_package %{nil} Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz -Source1: db4o.pc URL: http://www.db4o.com/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel @@ -22,7 +18,7 @@ %package doc Summary: Documentation and API for db4o -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Group: Documentation %description doc @@ -40,6 +36,7 @@ %setup -q sed -i 's/\r//' doc/tutorial/vb/index.html sed -i 's/\r//' doc/tutorial/index.html +sed 's!/usr/lib!%{_libdir}!' -i Makefile %build rm -rf %{buildroot} @@ -48,13 +45,23 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -mkdir -p %{buildroot}/%{monodir}/pkgconfig -install -m 0644 %{SOURCE1} %{buildroot}%{monodir}/pkgconfig/db4o.pc -mkdir -p %{buildroot}/%{monodir}/mono/gac -gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{monodir} -mkdir -p %{buildroot}%{monodir}/mono/db4o -cp %{buildroot}%{monodir}/db4o/* %{buildroot}%{monodir}/mono/db4o -rm -rf %{buildroot}%{monodir}/db4o +mkdir -p %{buildroot}/%{_libdir}/pkgconfig +mkdir -p %{buildroot}/%{_libdir}/mono/gac +gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_libdir}/mono/db4o +cp %{buildroot}%{_libdir}/db4o/* %{buildroot}%{_libdir}/mono/db4o +rm -rf %{buildroot}%{_libdir}/db4o + +cat <%{buildroot}/%{_libdir}/pkgconfig/db4o.pc +prefix=%{_prefix} +exec_prefix=%{_prefix} +libdir=%{_libdir} + +Name: db4o +Description: db4o - an object based database system +Version: 5.5 +Libs: -r:%{_libdir}/mono/db4o/db4o.dll +EOF %clean rm -rf %{buildroot} @@ -62,20 +69,23 @@ %files %defattr(-,root,root) %doc README.txt -%{monodir}/mono/db4o/ -%{monodir}/mono/gac/db4o/ +%{_libdir}/mono/db4o/ +%{_libdir}/mono/gac/db4o/ %files doc %doc doc/* %files devel -%{monodir}/pkgconfig/db4o.pc +%{_libdir}/pkgconfig/db4o.pc %changelog -* Wed Aug 09 2006 Paul F. Johnson 5.5-8 -- fixed pkgconfig error +* Wed Aug 24 2006 Paul F. Johnson 5.5-9 +- Removed monodir hack +- Added makefile patch +- Added release requirement for docs subpackage -* Wed Aug 09 2006 Paul F. Johnson 5.5-7 +* Wed Aug 09 2006 Paul F. Johnson 5.5-8 +- Fixed a few other bits - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) - Added R pkg-config to the devel package --- db4o.pc DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 23:50:53 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 16:50:53 -0700 Subject: rpms/pdsh/devel pdsh.spec,1.6,1.7 Message-ID: <200608242350.k7ONotwG023613@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23589 Modified Files: pdsh.spec Log Message: Enabled two optional packages and removed their dependencies. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pdsh.spec 2 Aug 2006 18:06:58 -0000 1.6 +++ pdsh.spec 24 Aug 2006 23:50:53 -0000 1.7 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,6 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -54,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -207,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -215,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -435,6 +433,10 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + * Mon Jul 31 2006 Ben Woodard 2.11-2 - Hardcode readline-devel dependency. From fedora-extras-commits at redhat.com Thu Aug 24 23:53:57 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 16:53:57 -0700 Subject: rpms/pdsh/FC-5 pdsh.spec,1.4,1.5 Message-ID: <200608242353.k7ONrxJV023690@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23672 Modified Files: pdsh.spec Log Message: added two optional packages and removed the dependencies that they relied on. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/FC-5/pdsh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pdsh.spec 31 Jul 2006 23:42:10 -0000 1.4 +++ pdsh.spec 24 Aug 2006 23:53:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,8 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -56,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -209,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -217,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -437,6 +433,13 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Fri Aug 25 00:00:18 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 17:00:18 -0700 Subject: rpms/pdsh/FC-4 pdsh.spec,1.5,1.6 Message-ID: <200608250000.k7P00KDX023862@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23845 Modified Files: pdsh.spec Log Message: hard coded readline-deel dep. added netgroup and dshgrp extra packages. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/FC-4/pdsh.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pdsh.spec 31 Jul 2006 23:44:51 -0000 1.5 +++ pdsh.spec 25 Aug 2006 00:00:18 -0000 1.6 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,8 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -56,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -209,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -217,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -437,6 +433,13 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Fri Aug 25 00:53:45 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 24 Aug 2006 17:53:45 -0700 Subject: check-mirrors check-mirrors.py,1.29,1.30 Message-ID: <200608250053.k7P0rjUF026740@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26711 Modified Files: check-mirrors.py Log Message: Many changes. Created a mirrors class seperate from the database class. Many more stats. Needs proper user sanatation for the top num in terms of availability. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- check-mirrors.py 7 Aug 2006 04:37:49 -0000 1.29 +++ check-mirrors.py 25 Aug 2006 00:53:42 -0000 1.30 @@ -479,6 +479,7 @@ if not goodmirror: debugprint("Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url)) DB.badmirror(s.mirrorid, arch, m.country, m.url) + print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) glob_fo = open(global_file, 'w') for url in glob_urls: @@ -492,6 +493,7 @@ for url in country_specific[code]: country_fo.write('%s\n' % url) DB.goodmirror(s.mirrorid, arch, code, url) + print "Good: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) new_file_list.append(os.path.normpath(country_file)) # clean up From fedora-extras-commits at redhat.com Fri Aug 25 01:11:04 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 18:11:04 -0700 Subject: rpms/moodle/devel .cvsignore, 1.2, 1.3 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608250111.k7P1B6tm029510@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29489 Modified Files: .cvsignore moodle.spec sources Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Dec 2005 19:48:03 -0000 1.2 +++ .cvsignore 25 Aug 2006 01:11:04 -0000 1.3 @@ -1 +1 @@ -moodle-1.5.3.tgz +moodle-1.5.4.tgz Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:38 -0000 1.3 +++ moodle.spec 25 Aug 2006 01:11:04 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 01:11:04 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz From fedora-extras-commits at redhat.com Fri Aug 25 03:21:16 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:21:16 -0700 Subject: rpms/moodle/devel moodle-1.5.3-SA18267.patch,1.1,NONE Message-ID: <200608250321.k7P3LIOI002967@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2949 Removed Files: moodle-1.5.3-SA18267.patch Log Message: Remove unneeded file. --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:24:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:24:05 -0700 Subject: rpms/moodle/FC-5 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 moodle-1.5.3-SA18267.patch, 1.1, NONE Message-ID: <200608250324.k7P3O7Q5003012@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2993 Modified Files: moodle.spec sources Removed Files: moodle-1.5.3-SA18267.patch Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-5/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:38 -0000 1.3 +++ moodle.spec 25 Aug 2006 03:24:05 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 03:24:05 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:24:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:24:56 -0700 Subject: rpms/moodle/FC-4 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 moodle-1.5.3-SA18267.patch, 1.1, NONE Message-ID: <200608250324.k7P3OwE3003090@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3071 Modified Files: moodle.spec sources Removed Files: moodle-1.5.3-SA18267.patch Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-4/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:32 -0000 1.3 +++ moodle.spec 25 Aug 2006 03:24:56 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 03:24:56 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:27:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:27:13 -0700 Subject: rpms/papyrus/FC-5 papyrus.spec,1.1,1.2 Message-ID: <200608250327.k7P3RFxo003151@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3134 Modified Files: papyrus.spec Log Message: New release Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/papyrus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- papyrus.spec 20 Aug 2006 21:05:52 -0000 1.1 +++ papyrus.spec 25 Aug 2006 03:27:13 -0000 1.2 @@ -2,7 +2,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ @@ -65,10 +65,13 @@ %{_includedir}/papyrusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo -%{_datadir}/papyrus-0.3.0/ -%{_datadir}/papyrusmm-0.3.0/ +%{_datadir}/papyrus-0.3.1/ +%{_datadir}/papyrusmm-0.3.1/ %changelog +* Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-1 +- New release + * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed /demo/ suffix from datadir From fedora-extras-commits at redhat.com Fri Aug 25 03:32:48 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:32:48 -0700 Subject: rpms/papyrus/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608250332.k7P3WoMw003234@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3215 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 +++ .cvsignore 25 Aug 2006 03:32:48 -0000 1.3 @@ -1 +1 @@ -papyrus-0.3.0.tar.bz2 +papyrus-0.3.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 21:05:52 -0000 1.2 +++ sources 25 Aug 2006 03:32:48 -0000 1.3 @@ -1 +1 @@ -42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 +3e89914629851d219c186df56aae723e papyrus-0.3.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 25 03:36:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:36:29 -0700 Subject: rpms/papyrus/FC-5 papyrus.spec,1.2,1.3 Message-ID: <200608250336.k7P3aV62003295@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3278 Modified Files: papyrus.spec Log Message: Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/papyrus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- papyrus.spec 25 Aug 2006 03:27:13 -0000 1.2 +++ papyrus.spec 25 Aug 2006 03:36:29 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -69,6 +69,9 @@ %{_datadir}/papyrusmm-0.3.1/ %changelog +* Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-2 +- Bump release for make tag + * Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-1 - New release From fedora-extras-commits at redhat.com Fri Aug 25 06:43:34 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:34 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.29,1.30 Message-ID: <200608250643.k7P6haW7011804@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-5 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.29 +++ nethack-vultures.spec 25 Aug 2006 06:43:34 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:35 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:35 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.29,1.30 Message-ID: <200608250643.k7P6hb4w011808@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/devel Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 17 Aug 2006 06:00:32 -0000 1.29 +++ nethack-vultures.spec 25 Aug 2006 06:43:35 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:28 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:28 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.27,1.28 Message-ID: <200608250644.k7P6i0aJ011811@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-3 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 17 Aug 2006 06:00:25 -0000 1.27 +++ nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -109,7 +109,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -172,6 +172,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:29 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:29 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.28,1.29 Message-ID: <200608250644.k7P6i1wN011814@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-4 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.28 +++ nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 07:11:03 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 25 Aug 2006 00:11:03 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.5,1.6 Message-ID: <200608250711.k7P7B5jA014719@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14702 Modified Files: gtksourceview-sharp.spec Log Message: 2.0-0.10-18 - added BR automake gtksourceview-sharp.spec Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtksourceview-sharp.spec 24 Aug 2006 21:28:09 -0000 1.5 +++ gtksourceview-sharp.spec 25 Aug 2006 07:11:03 -0000 1.6 @@ -3,7 +3,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -11,6 +11,7 @@ URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel autoconf +BuildRequires: automake Requires: mono-core, gtksourceview %description @@ -55,7 +56,10 @@ %{__rm} -rf %{buildroot} %changelog -* Sat Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 +* Fri Aug 25 2006 Paul F. Johnson - 2.0-0.10-18 +- added BR automake... one day yum whatprovides will tell the truth... + +* Thu Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 - rebuild - removed 64 bit hacks - removed unused BRs From fedora-extras-commits at redhat.com Fri Aug 25 08:19:58 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 01:19:58 -0700 Subject: fedora-security/audit fc5,1.298,1.299 fc6,1.34,1.35 Message-ID: <200608250819.k7P8JxYm017613@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17592 Modified Files: fc5 fc6 Log Message: wireshark, cscope, curl updates Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- fc5 24 Aug 2006 08:29:19 -0000 1.298 +++ fc5 25 Aug 2006 08:19:56 -0000 1.299 @@ -1,10 +1,14 @@ -Up to date CVE as of CVE email 20060823 -Up to date FC5 as of 20060823 +Up to date CVE as of CVE email 20060824 +Up to date FC5 as of 20060824 ** are items that need attention +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) CVE-2006-4310 VULNERABLE (firefox) -CVE-2006-4262 VULNERABLE (cscope) #203649 +CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 @@ -334,7 +338,7 @@ CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] -CVE-2006-1061 backport (curl, fixed 7.15.3) [since FEDORA-2006-189] +CVE-2006-1061 version (curl, fixed 7.15.3) [since FEDORA-2006-933] was backport since FEDORA-2006-189 CVE-2006-1059 version (samba, fixed 3.0.22 at least) bz#187170 [since FEDORA-2006-259] CVE-2006-1058 backport (busybox) bz#187386 [since FEDORA-2006-510] CVE-2006-1057 version (gdm, fixed 2.14.1) bz#188303 [since FEDORA-2006-338] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- fc6 24 Aug 2006 08:29:19 -0000 1.34 +++ fc6 25 Aug 2006 08:19:56 -0000 1.35 @@ -1,8 +1,12 @@ -Up to date CVE as of CVE email 20060823 +Up to date CVE as of CVE email 20060824 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) From fedora-extras-commits at redhat.com Fri Aug 25 10:23:14 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 03:23:14 -0700 Subject: fedora-security/audit fc6,1.35,1.36 Message-ID: <200608251023.k7PANEuG023210@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23192 Modified Files: fc6 Log Message: Check fc6 vulns against rawhide Add some missing bz# only 19 issues left not fixed in rawhide Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- fc6 25 Aug 2006 08:19:56 -0000 1.35 +++ fc6 25 Aug 2006 10:23:12 -0000 1.36 @@ -3,12 +3,12 @@ ** are items that need attention -CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4310 VULNERABLE (firefox) -CVE-2006-4262 VULNERABLE (cscope) #203651 +CVE-2006-4262 VULNERABLE (cscope) bz#203651 [fixed rawhide] CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 @@ -16,7 +16,7 @@ CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) -CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 [fixed rawhide] CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 @@ -52,8 +52,8 @@ CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) -CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 -CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 +CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] +CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) @@ -73,7 +73,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (vnc) +CVE-2006-3467 VULNERABLE (vnc) bz#204052 CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -255,9 +255,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -330,7 +330,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNgERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection From fedora-extras-commits at redhat.com Fri Aug 25 10:59:27 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 03:59:27 -0700 Subject: fedora-security/audit fc6,1.36,1.37 Message-ID: <200608251059.k7PAxR6b023360@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23342 Modified Files: fc6 Log Message: So far we've only included CVE's starting with 2003 (except for the odd one that was allocated recently but given an older CVE name). It's useful for tracking purposes to capture older CVE's too, so over time work our way back through the CVE list to capture every CVE. Got back to CVE-2002-1783 today (pass one, collect possible names - pass two will look at when these got fixed upstream) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- fc6 25 Aug 2006 10:23:12 -0000 1.36 +++ fc6 25 Aug 2006 10:59:24 -0000 1.37 @@ -1601,9 +1601,6 @@ CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) CVE-2003-0001 version (kernel, not 2.6) - -older, happened to deal with at same time: - CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) CVE-2002-2211 ** bind @@ -1612,14 +1609,25 @@ CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-1963 version (kernel, not 2.6) +CVE-2002-2060 ** links +CVE-2002-2043 ** cyrus-sasl +CVE-2002-2012 ignore (httpd) not upstream version +CVE-2002-2010 ** htdig +CVE-2002-2009 ** tomcat +CVE-2002-2007 ** tomcat +CVE-2002-2006 ** tomcat CVE-2002-1976 ignore (ifconfig) "use ip" +CVE-2002-1963 version (kernel, not 2.6) CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (libbonobo) not shipped setuid -CVE-2002-1793 version (mod_ssl), also only hp +CVE-2002-1809 ** mysql +CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) + +older, happened to deal with at same time: + CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1573 version (kernel, not 2.6) From fedora-extras-commits at redhat.com Fri Aug 25 12:20:20 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 05:20:20 -0700 Subject: fedora-security/audit fc6,1.37,1.38 Message-ID: <200608251220.k7PCKKdK030080@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30058 Modified Files: fc6 Log Message: Go back a bit futher; not worth investigating the ** until we're back quite a way as it's quicker to deal with all the issues in the same package at the same time Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- fc6 25 Aug 2006 10:59:24 -0000 1.37 +++ fc6 25 Aug 2006 12:20:17 -0000 1.38 @@ -1625,17 +1625,83 @@ CVE-2002-1809 ** mysql CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) - -older, happened to deal with at same time: - CVE-2002-1765 version (evolution, fixed 1.0.5) +CVE-2002-1658 ignore (httpd) not a vulnerability +CVE-2002-1657 ** postgresql +CVE-2002-1650 version (squirrelmail, fixed 1.2.3) +CVE-2002-1649 version (squirrelmail, fixed 1.2.3) +CVE-2002-1648 version (squirrelmail, fixed 1.2.3) +CVE-2002-1642 ** postgresql +CVE-2002-1602 ** screen +CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) +CVE-2002-1592 version (httpd, not 2.2) +CVE-2002-1574 version (kernel, not 2.6) CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) +CVE-2002-1570 ** net-snmp +CVE-2002-1568 version (openssl, fixed 0.9.6f) +CVE-2002-1568 version (openssl097a, fixed 0.9.6f) +CVE-2002-1567 ** tomcat +CVE-2002-1565 ** wget +CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) +CVE-2002-1509 ** shadow-utils +CVE-2002-1508 ** openldap CVE-2002-1472 version (XFree86, fixed 4.2.1) +CVE-2002-1471 ** evolution +CVE-2002-1405 ** lynx +CVE-2002-1403 ** dhcpcd +CVE-2002-1402 version (postgresql, fixed 7.2.2) +CVE-2002-1401 ** postgresql +CVE-2002-1400 version (postgresql, fixed 7.2.2) +CVE-2002-1399 ** postgresql +CVE-2002-1398 version (postgresql, fixed 7.2.2) +CVE-2002-1397 ** postgresql +CVE-2002-1396 version (php, fixed 4.3.0) +CVE-2002-1394 ** tomcat +CVE-2002-1393 ** kde +CVE-2002-1392 version (mgetty, fixed 1.1.29) +CVE-2002-1391 version (mgetty, fixed 1.1.29) +CVE-2002-1384 ** xpdf +CVE-2002-1384 version (cups, fixed 1.1.18) +CVE-2002-1383 version (cups, fixed 1.1.18) +CVE-2002-1380 ** kernel +CVE-2002-1379 ** openldap +CVE-2002-1378 ** openldap +CVE-2002-1377 ** vim +CVE-2002-1376 ** mysql +CVE-2002-1375 version (mysql, fixed 4.0.6) +CVE-2002-1374 version (mysql, fixed 4.0.6) +CVE-2002-1373 version (mysql, fixed 3.23.54) +CVE-2002-1372 version (cups, fixed 1.1.18) +CVE-2002-1371 version (cups, fixed 1.1.18) +CVE-2002-1369 version (cups, fixed 1.1.18) +CVE-2002-1368 version (cups, fixed 1.1.18) +CVE-2002-1367 version (cups, fixed 1.1.18) +CVE-2002-1366 version (cups, fixed 1.1.18) +CVE-2002-1364 ** fetchmail CVE-2002-1363 version (libpng, fixed 1.2.6) +CVE-2002-1356 version (wireshark, fixed after 0.9.7) +CVE-2002-1355 version (wireshark, fixed after 0.9.7) +CVE-2002-1350 version (tcpdump, fixed 3.7) +CVE-2002-1348 version (w3m, fixed 0.3.2.2) +CVE-2002-1347 ** cyrus-sasl +CVE-2002-1344 version (wget, fixed 1.8.2) +CVE-2002-1341 version (squirrelmail, fixed after 1.2.10) +CVE-2002-1337 version (sendmail, fixed 8.12.8) +CVE-2002-1335 ** w3m +CVE-2002-1323 ** perl +CVE-2002-1319 ** kernel +CVE-2002-1318 version (samba, fixed 2.2.7) +CVE-2002-1306 version (kde, fixed 3.0.4) +CVE-2002-1285 ignore (lprng) actually lpdfilter issue +CVE-2002-1282 ** kde +CVE-2002-1281 ** kde + +older, happened to deal with at same time: + CVE-2002-0517 version (XFree86) didn't affect Linux CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1494 version (util-linux, fixed 2.11n) From fedora-extras-commits at redhat.com Fri Aug 25 14:16:33 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 07:16:33 -0700 Subject: fedora-security/audit fc6,1.38,1.39 Message-ID: <200608251416.k7PEGX7v003312@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3294 Modified Files: fc6 Log Message: Go back a bit further in 2002, but also look a few easy answers up Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fc6 25 Aug 2006 12:20:17 -0000 1.38 +++ fc6 25 Aug 2006 14:16:30 -0000 1.39 @@ -1609,7 +1609,7 @@ CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-2060 ** links +CVE-2002-2060 verson (links, fixed after 2.0pre4) CVE-2002-2043 ** cyrus-sasl CVE-2002-2012 ignore (httpd) not upstream version CVE-2002-2010 ** htdig @@ -1622,7 +1622,6 @@ CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (libbonobo) not shipped setuid -CVE-2002-1809 ** mysql CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) @@ -1661,7 +1660,7 @@ CVE-2002-1397 ** postgresql CVE-2002-1396 version (php, fixed 4.3.0) CVE-2002-1394 ** tomcat -CVE-2002-1393 ** kde +CVE-2002-1393 version (kde, fixed 3.0.5a) CVE-2002-1392 version (mgetty, fixed 1.1.29) CVE-2002-1391 version (mgetty, fixed 1.1.29) CVE-2002-1384 ** xpdf @@ -1697,8 +1696,68 @@ CVE-2002-1318 version (samba, fixed 2.2.7) CVE-2002-1306 version (kde, fixed 3.0.4) CVE-2002-1285 ignore (lprng) actually lpdfilter issue -CVE-2002-1282 ** kde -CVE-2002-1281 ** kde +CVE-2002-1282 version (kde, fixed 3.0.5) +CVE-2002-1281 version (kde, fixed 3.0.5) +CVE-2002-1276 version (squirrelmail, fixed 1.4.2) +CVE-2002-1247 version (kdenetwork, fixed 3.0.5) +CVE-2002-1235 version (krb5, fixed after 1.2.6) +CVE-2002-1233 ignore (httpd) Debian regression +CVE-2002-1232 version (ypserv, fixed 2.5) +CVE-2002-1227 ** pam +CVE-2002-1224 version (kde, fixed 3.0.4) +CVE-2002-1223 version (kdegraphics, fixed 3.0.4) +CVE-2002-1221 ** bind +CVE-2002-1220 ** bind +CVE-2002-1219 ** bind +CVE-2002-1217 version (tar, fixed 1.13.25) +CVE-2002-1175 ** fetchmail +CVE-2002-1174 ** fetchmail +CVE-2002-1170 ** net-snmp +CVE-2002-1165 ** sendmail +CVE-2002-1160 ** pam +CVE-2002-1157 version (httpd, not 2.0) +CVE-2002-1156 ** httpd +CVE-2002-1154 ** kon2 +CVE-2002-1152 version (kdenetwork, fixed 3.0.3) +CVE-2002-1151 version (kdenetwork, fixed 3.0.3a) +CVE-2002-1148 ** tomcat +CVE-2002-1146 ** bind +CVE-2002-1131 ** squirrelmail +CVE-2002-1119 ** python +CVE-2002-0989 version (gaim, fixed 0.59.1) +CVE-2002-0986 ** php +CVE-2002-0985 ** php +CVE-2002-0972 ** postgresql +CVE-2002-0970 version (kdenetwork, fixed 3.0.3) +CVE-2002-0935 version (tomcat, fixed 4.1.3) +CVE-2002-0906 version (sendmail, fxied 8.12.5) +CVE-2002-0871 ** xinetd +CVE-2002-0855 version (mailman, fixed 2.0.12) +CVE-2002-0843 version (httpd, not 2.2) +CVE-2002-0840 version (httpd, not 2.2) +CVE-2002-0839 version (httpd, not 2.2) +CVE-2002-0838 ** ggv +CVE-2002-0838 version (kdegraphics, fixed 3.0.4) +CVE-2002-0837 ** wordtrans +CVE-2002-0836 ** tetex +CVE-2002-0834 version (wireshark) +CVE-2002-0825 ** nss_ldap +CVE-2002-0822 version (wireshark) +CVE-2002-0821 version (wireshark) +CVE-2002-0819 ** arts +CVE-2002-0802 ** postgresql +CVE-2002-0761 version (bzip2, fixed 1.0.2) +CVE-2002-0760 version (bzip2, fixed 1.0.2) +CVE-2002-0759 version (bzip2, fixed 1.0.2) +CVE-2002-0728 version (libpng, fixed 1.2.4) +CVE-2002-0717 ** php +CVE-2002-0715 version (squid, fixed 2.4.STABLE6) +CVE-2002-0714 version (squid, fixed 2.4.STABLE6) +CVE-2002-0713 version (squid, fixed 2.4.STABLE6) +CVE-2002-0704 ** kernel +CVE-2002-0702 ** dhcpd +CVE-2002-0684 ** bind +CVE-2002-0682 ** tomcat older, happened to deal with at same time: From fedora-extras-commits at redhat.com Fri Aug 25 14:53:00 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 07:53:00 -0700 Subject: rpms/octave/devel .cvsignore, 1.9, 1.10 octave.spec, 1.44, 1.45 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.2, NONE Message-ID: <200608251453.k7PEr3j7003524@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3500 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Remove old patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Jul 2006 21:20:29 -0000 1.9 +++ .cvsignore 25 Aug 2006 14:53:00 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- octave.spec 15 Aug 2006 06:58:06 -0000 1.44 +++ octave.spec 25 Aug 2006 14:53:00 -0000 1.45 @@ -1,13 +1,12 @@ Name: octave -Version: 2.9.7 -Release: 3%{?dist} +Version: 2.9.8 +Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. Remove old patch. + * Tue Aug 15 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Jul 2006 21:20:29 -0000 1.9 +++ sources 25 Aug 2006 14:53:00 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 15:19:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:31 -0700 Subject: rpms/perl-RRD-Simple/devel .cvsignore, 1.2, 1.3 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJXfd007266@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/devel Modified Files: .cvsignore perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 Jun 2006 06:07:35 -0000 1.2 +++ .cvsignore 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -RRD-Simple-1.39.tar.gz +RRD-Simple-1.40.tar.gz Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:30 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:19:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:29 -0700 Subject: rpms/perl-RRD-Simple/FC-4 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJVw4007255@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/FC-4 Modified Files: perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-4/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:29 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:29 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:19:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:30 -0700 Subject: rpms/perl-RRD-Simple/FC-5 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJWKR007260@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/FC-5 Modified Files: perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:30 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:33:02 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Fri, 25 Aug 2006 08:33:02 -0700 Subject: rpms/yumex/devel .cvsignore, 1.21, 1.22 sources, 1.29, 1.30 yumex.spec, 1.32, 1.33 Message-ID: <200608251533.k7PFX4Mr007498@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7477 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.1.2-1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 17 Aug 2006 14:14:14 -0000 1.21 +++ .cvsignore 25 Aug 2006 15:33:02 -0000 1.22 @@ -1 +1 @@ -yumex-1.1.1.tar.gz +yumex-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 17 Aug 2006 14:14:14 -0000 1.29 +++ sources 25 Aug 2006 15:33:02 -0000 1.30 @@ -1 +1 @@ -c18f5f1838284af11d838c3e415dba69 yumex-1.1.1.tar.gz +78c81e1b43e50e4dab9acdb57f8401ba yumex-1.1.2.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- yumex.spec 17 Aug 2006 14:15:09 -0000 1.32 +++ yumex.spec 25 Aug 2006 15:33:02 -0000 1.33 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.1.1 +Version: 1.1.2 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -16,7 +16,7 @@ BuildRequires: intltool -Requires: yum >= 2.9.3 +Requires: yum >= 2.9.5 Requires: pygtk2 Requires: usermode Requires: pygtk2-libglade @@ -67,6 +67,9 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Aug 25 2006 Tim Lauridsen - 1.1.2-1.0 +- Development Release 1.1.2-1.0 +- Updated Requires: yum >= 2.9.3 to yum >= 2.9.5 * Thu Aug 17 2006 Tim Lauridsen - 1.1.1-1.0 - Development Release 1.1.1-1.0 * Wed Aug 16 2006 Tim Lauridsen - 1.1.1-0.3.pre3 From fedora-extras-commits at redhat.com Fri Aug 25 15:36:12 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Fri, 25 Aug 2006 08:36:12 -0700 Subject: rpms/yumex/devel yumex.spec,1.33,1.34 Message-ID: <200608251536.k7PFaEns007553@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7536 Modified Files: yumex.spec Log Message: Release 1.1.2-1.1 Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- yumex.spec 25 Aug 2006 15:33:02 -0000 1.33 +++ yumex.spec 25 Aug 2006 15:36:12 -0000 1.34 @@ -1,6 +1,6 @@ Name: yumex Version: 1.1.2 -Release: 1.0%{?dist} +Release: 1.1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System From fedora-extras-commits at redhat.com Fri Aug 25 15:43:24 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 25 Aug 2006 08:43:24 -0700 Subject: comps comps-fe6.xml.in,1.117,1.118 Message-ID: <200608251543.k7PFhQGk007634@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7620 Modified Files: comps-fe6.xml.in Log Message: Added glipper, gnubiff, pessulus Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- comps-fe6.xml.in 24 Aug 2006 19:28:01 -0000 1.117 +++ comps-fe6.xml.in 25 Aug 2006 15:43:24 -0000 1.118 @@ -203,6 +203,7 @@ deskbar-applet gdesklets gfontview + glipper glunarclock gnochm gmpc @@ -218,7 +219,7 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool - sabayon + sabayon seahorse smeg themes-backgrounds-gnome @@ -399,6 +400,7 @@ gnome-blog gnome-telnet gnome-translate + gnubiff gossip gtk-gnutella gtorrentviewer @@ -958,12 +960,13 @@ true true - gparted - gsynaptics - lat - qtparted - system-config-control - yumex + gparted + gsynaptics + lat + pessulus + qtparted + system-config-control + yumex From fedora-extras-commits at redhat.com Fri Aug 25 16:12:50 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:12:50 -0700 Subject: rpms/octave-forge/devel octave-forge.spec,1.28,1.29 Message-ID: <200608251612.k7PGCqqR010387@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10370 Modified Files: octave-forge.spec Log Message: Rebuild for octave 2.9.8. Add some miscellaneous bug fixes. Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 24 Aug 2006 15:26:17 -0000 1.28 +++ octave-forge.spec 25 Aug 2006 16:12:50 -0000 1.29 @@ -20,7 +20,7 @@ Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -73,7 +73,8 @@ %changelog -* Thu Aug 24 2006 Quentin Spencer 2006.07.09-4 +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. - Patch bug in imread.m - Patch LOADPATH bug. - Fix configure command so that m files containing paths are From fedora-extras-commits at redhat.com Fri Aug 25 16:15:24 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:15:24 -0700 Subject: rpms/octave/devel octave.spec,1.45,1.46 Message-ID: <200608251615.k7PGFQK3010464@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10447 Modified Files: octave.spec Log Message: Forgot to add note about bugfix to changelog. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- octave.spec 25 Aug 2006 14:53:00 -0000 1.45 +++ octave.spec 25 Aug 2006 16:15:24 -0000 1.46 @@ -124,7 +124,7 @@ %changelog * Fri Aug 25 2006 Quentin Spencer 2.9.8-1 -- New release. Remove old patch. +- New release. Remove old patch. This fixes bug #203676. * Tue Aug 15 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. From fedora-extras-commits at redhat.com Fri Aug 25 16:19:20 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:19:20 -0700 Subject: rpms/octave/FC-5 .cvsignore, 1.9, 1.10 octave.spec, 1.40, 1.41 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.2, NONE Message-ID: <200608251619.k7PGJM04010513@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10492 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Remove old patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 30 Jul 2006 03:45:22 -0000 1.9 +++ .cvsignore 25 Aug 2006 16:19:20 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- octave.spec 16 Aug 2006 16:59:42 -0000 1.40 +++ octave.spec 25 Aug 2006 16:19:20 -0000 1.41 @@ -1,13 +1,12 @@ Name: octave -Version: 2.9.7 -Release: 3%{?dist} +Version: 2.9.8 +Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. Remove old patch. This fixes bug #203676. + * Wed Aug 16 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 30 Jul 2006 03:45:22 -0000 1.9 +++ sources 25 Aug 2006 16:19:20 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 16:25:22 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:25:22 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/devel perl-Mail-Mbox-MessageParser.spec, 1.5, 1.6 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251625.k7PGPO1g010616@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10595 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: Update to 1.4005 Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:53:17 -0000 1.5 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:25:22 -0000 1.6 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:53:17 -0000 1.5 +++ sources 25 Aug 2006 16:25:22 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:53:17 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:25:22 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 16:27:05 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:27:05 -0700 Subject: rpms/octave/FC-4 .cvsignore, 1.9, 1.10 octave.spec, 1.31, 1.32 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.1, NONE Message-ID: <200608251627.k7PGR75l010661@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10638 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 30 Jul 2006 03:49:02 -0000 1.9 +++ .cvsignore 25 Aug 2006 16:27:05 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- octave.spec 30 Jul 2006 03:49:02 -0000 1.31 +++ octave.spec 25 Aug 2006 16:27:05 -0000 1.32 @@ -1,5 +1,5 @@ Name: octave -Version: 2.9.7 +Version: 2.9.8 Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -7,7 +7,6 @@ Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -16,7 +15,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. + * Sat Jul 29 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 30 Jul 2006 03:49:02 -0000 1.9 +++ sources 25 Aug 2006 16:27:05 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 16:28:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 09:28:59 -0700 Subject: rpms/gossip/devel .cvsignore, 1.12, 1.13 gossip.spec, 1.24, 1.25 sources, 1.12, 1.13 Message-ID: <200608251629.k7PGT1Rp010787@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10766 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Aug 25 2006 Brian Pepple - 0.15-2 - Update to 0.15. - Use disable-schemas configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 4 Aug 2006 14:09:21 -0000 1.12 +++ .cvsignore 25 Aug 2006 16:28:59 -0000 1.13 @@ -1 +1 @@ -gossip-0.14.tar.bz2 +gossip-0.15.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gossip.spec 4 Aug 2006 14:09:21 -0000 1.24 +++ gossip.spec 25 Aug 2006 16:28:59 -0000 1.25 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: gossip -Version: 0.14 -Release: 3%{?dist} +Version: 0.15 +Release: 2%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -46,7 +46,8 @@ %build -%configure --disable-scrollkeeper \ +%configure --disable-scrollkeeper \ + --disable-schemas-install \ %if %{with_dbus} --enable-dbus=yes %else @@ -58,10 +59,8 @@ %install rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -124,6 +123,10 @@ %changelog +* Fri Aug 25 2006 Brian Pepple - 0.15-2 +- Update to 0.15. +- Use disable-schemas configure flag. + * Fri Aug 4 2006 Brian Pepple - 0.14-3 - Update to 0.14. - Change dbus requirement to 0.60. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 4 Aug 2006 14:09:21 -0000 1.12 +++ sources 25 Aug 2006 16:28:59 -0000 1.13 @@ -1 +1 @@ -426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 +140cf93c583aa82a22b417258bb7b783 gossip-0.15.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 25 16:32:04 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:32:04 -0700 Subject: rpms/octave-forge/FC-5 octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 octave-forge.spec, 1.27, 1.28 Message-ID: <200608251632.k7PGW6mI010881@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10858 Modified Files: octave-forge.spec Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Rebuild for octave 2.9.8. A few bug fixes. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-5/octave-forge.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- octave-forge.spec 30 Jul 2006 03:55:00 -0000 1.27 +++ octave-forge.spec 25 Aug 2006 16:32:04 -0000 1.28 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,9 +16,11 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,13 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Sat Jul 29 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Fri Aug 25 16:39:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:39:59 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/FC-5 perl-Mail-Mbox-MessageParser.spec, 1.5, 1.6 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251640.k7PGe1dl010959@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10936 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: resync with devel Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:55:25 -0000 1.5 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:39:58 -0000 1.6 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:55:25 -0000 1.5 +++ sources 25 Aug 2006 16:39:58 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:55:25 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:39:58 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 16:40:34 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Fri, 25 Aug 2006 09:40:34 -0700 Subject: mock buildsys-build.spec,1.4,1.5 Message-ID: <200608251640.k7PGeY64011027@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11007 Modified Files: buildsys-build.spec Log Message: added patch from Dennis Gilmore for Aurora SPARC Linux Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- buildsys-build.spec 7 Aug 2006 21:52:01 -0000 1.4 +++ buildsys-build.spec 25 Aug 2006 16:40:30 -0000 1.5 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -42,6 +42,7 @@ Requires: python %endif %endif +%endif # RHEL block %if "%{?el}" != "" @@ -72,6 +73,18 @@ %endif %endif +# Aurora block +%if "%{?aurora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?aurora}" == "2" +Requires: elfutils +Requires: python +%endif +%endif + + %description The base set of packages for a mock chroot. @@ -89,6 +102,9 @@ %doc %changelog +* Fri Aug 25 2006 Dennis Gilmore - 0.7-2 +- add aurora SPARC linux conditionals + * Mon Aug 7 2006 Clark Williams - 0.7-1 - refactored conditional blocks for simplicity - bumped version to match mock From fedora-extras-commits at redhat.com Fri Aug 25 16:40:45 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:40:45 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/FC-4 perl-Mail-Mbox-MessageParser.spec, 1.4, 1.5 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251640.k7PGel0L011052@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11031 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: resync with devel Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:56:14 -0000 1.4 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:40:45 -0000 1.5 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:56:14 -0000 1.5 +++ sources 25 Aug 2006 16:40:45 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:56:14 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:40:45 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 17:09:41 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 10:09:41 -0700 Subject: rpms/octave-forge/FC-4 octave-forge.spec,1.28,1.29 Message-ID: <200608251709.k7PH9hFO013811@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13794 Modified Files: octave-forge.spec Log Message: Rebuild for octave 2.9.8. A few bug fixes. Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-4/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 30 Jul 2006 03:58:56 -0000 1.28 +++ octave-forge.spec 25 Aug 2006 17:09:41 -0000 1.29 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,9 +16,11 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,13 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Sat Jul 29 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Fri Aug 25 17:10:27 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 10:10:27 -0700 Subject: rpms/octave-forge/FC-4 octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 Message-ID: <200608251710.k7PHATRp013843@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13822 Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Forgot to add new patches. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) From fedora-extras-commits at redhat.com Fri Aug 25 17:42:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 10:42:55 -0700 Subject: rpms/gossip/devel gossip.spec,1.25,1.26 Message-ID: <200608251742.k7PHgvrO014039@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14022 Modified Files: gossip.spec Log Message: * Fri Aug 25 2006 Brian Pepple - 0.15-3 - Add BR on perl(XML::Parser). Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gossip.spec 25 Aug 2006 16:28:59 -0000 1.25 +++ gossip.spec 25 Aug 2006 17:42:55 -0000 1.26 @@ -2,7 +2,7 @@ Name: gossip Version: 0.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -24,6 +24,7 @@ BuildRequires: scrollkeeper BuildRequires: iso-codes-devel BuildRequires: gnome-doc-utils +BuildRequires: perl(XML::Parser) %if %{with_dbus} @@ -123,6 +124,9 @@ %changelog +* Fri Aug 25 2006 Brian Pepple - 0.15-3 +- Add BR on perl(XML::Parser). + * Fri Aug 25 2006 Brian Pepple - 0.15-2 - Update to 0.15. - Use disable-schemas configure flag. From fedora-extras-commits at redhat.com Fri Aug 25 18:26:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Fri, 25 Aug 2006 11:26:54 -0700 Subject: comps comps-fe5.xml.in,1.116,1.117 comps-fe6.xml.in,1.118,1.119 Message-ID: <200608251826.k7PIQuPh016873@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16854 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add paw, geant123 and kuipc Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- comps-fe5.xml.in 24 Aug 2006 19:28:01 -0000 1.116 +++ comps-fe5.xml.in 25 Aug 2006 18:26:54 -0000 1.117 @@ -60,6 +60,7 @@ highlight lightning hugs98 + kuipc lcov lincvs lua @@ -132,6 +133,7 @@ cernlib-utils galculator gdl + geant321 gnucap grads gtkwave @@ -145,6 +147,7 @@ numpy octave paraview + paw qalculate-gtk qalculate-kde qcad Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- comps-fe6.xml.in 25 Aug 2006 15:43:24 -0000 1.118 +++ comps-fe6.xml.in 25 Aug 2006 18:26:54 -0000 1.119 @@ -69,6 +69,7 @@ highlight hugs98 ipython + kuipc lightning lcov lincvs @@ -150,6 +151,7 @@ cernlib-utils galculator gdl + geant321 gnucap grads gtkwave @@ -163,6 +165,7 @@ numpy octave paraview + paw pcb qalculate-gtk qalculate-kde From fedora-extras-commits at redhat.com Fri Aug 25 18:48:59 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 25 Aug 2006 11:48:59 -0700 Subject: fedora-security/audit fc5,1.299,1.300 fc6,1.39,1.40 Message-ID: <200608251848.k7PImxmB016971@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16951 Modified Files: fc5 fc6 Log Message: Mark CVE-2006-3467 not a vuln Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- fc5 25 Aug 2006 08:19:56 -0000 1.299 +++ fc5 25 Aug 2006 18:48:57 -0000 1.300 @@ -86,7 +86,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (vnc) #203174 +CVE-2006-3467 ignore (vnc) #203174 not a vulnerability CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fc6 25 Aug 2006 14:16:30 -0000 1.39 +++ fc6 25 Aug 2006 18:48:57 -0000 1.40 @@ -73,7 +73,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (vnc) bz#204052 +CVE-2006-3467 ignore (vnc) bz#204052 not a vulnerability CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch From fedora-extras-commits at redhat.com Fri Aug 25 18:57:43 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:57:43 -0700 Subject: rpms/python-sexy - New directory Message-ID: <200608251857.k7PIvjF5017056@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17030/python-sexy Log Message: Directory /cvs/extras/rpms/python-sexy added to the repository From fedora-extras-commits at redhat.com Fri Aug 25 18:57:43 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:57:43 -0700 Subject: rpms/python-sexy/devel - New directory Message-ID: <200608251857.k7PIvjqp017059@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17030/python-sexy/devel Log Message: Directory /cvs/extras/rpms/python-sexy/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 25 18:58:06 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:58:06 -0700 Subject: rpms/python-sexy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608251858.k7PIw8Pd017109@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17076 Added Files: Makefile import.log Log Message: Setup of module python-sexy --- NEW FILE Makefile --- # Top level Makefile for module python-sexy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 25 18:58:07 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:58:07 -0700 Subject: rpms/python-sexy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608251858.k7PIw955017112@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17076/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-sexy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 25 18:59:15 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:59:15 -0700 Subject: rpms/python-sexy import.log,1.1,1.2 Message-ID: <200608251859.k7PIxH9g017179@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17145 Modified Files: import.log Log Message: auto-import python-sexy-0.1.8-4 on branch devel from python-sexy-0.1.8-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-sexy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 25 Aug 2006 18:58:06 -0000 1.1 +++ import.log 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +python-sexy-0_1_8-4:HEAD:python-sexy-0.1.8-4.src.rpm:1156532351 From fedora-extras-commits at redhat.com Fri Aug 25 18:59:15 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:59:15 -0700 Subject: rpms/python-sexy/devel python-sexy-license.patch, NONE, 1.1 python-sexy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608251859.k7PIxHvP017186@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17145/devel Modified Files: .cvsignore sources Added Files: python-sexy-license.patch python-sexy.spec Log Message: auto-import python-sexy-0.1.8-4 on branch devel from python-sexy-0.1.8-4.src.rpm python-sexy-license.patch: --- NEW FILE python-sexy-license.patch --- --- COPYING 2005-04-14 07:08:53.000000000 +0200 +++ COPYING-LGPL 2005-11-10 11:21:18.000000000 +0100 @@ -1,221 +1,397 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. The precise terms and conditions for copying, distribution and -modification follow. +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. - GNU GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. -Activities other than copying, distribution and modification are not + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, +identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of +on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. +entire whole, and thus to each and every part regardless of who wrote +it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or -collective works based on the Program. +collective works based on the Library. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are +distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. +the Library or works based on it. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to +You are not responsible for enforcing compliance by third parties with this License. - - 7. If, as a consequence of a court judgment or allegation of patent + + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +refrain entirely from distribution of the Library. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is +integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that @@ -225,116 +401,104 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in + + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Libraries - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. - + Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if +school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. - , 1 April 1989 + , 1 April 1990 Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. +That's all there is to it! + + --- NEW FILE python-sexy.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define real_name sexy-python Name: python-sexy Version: 0.1.8 Release: 4%{?dist} Summary: Python bindings to libsexy Group: System Environment/Libraries License: LGPL URL: http://www.chipx86.com/wiki/Libsexy Source0: http://releases.chipx86.com/libsexy/sexy-python/sexy-python-%{version}.tar.gz #This will be removed when the license file will be fixed upstream Patch0: %{name}-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsexy-devel >= 0.1.8 BuildRequires: python-devel >= 2 BuildRequires: pygtk2-devel >= 2.8.0 BuildRequires: libxml2-devel %description sexy-python is a set of Python bindings around libsexy. %prep %setup -q -n %{real_name}-%{version} %patch0 -p0 %build %configure --enable-docs make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} install find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %doc AUTHORS COPYING ChangeLog NEWS README %{python_sitearch}/gtk-2.0/sexy.so %{_datadir}/pygtk/2.0/defs/sexy.defs %changelog * Thu Aug 17 2006 Ha??kel Gu??mar - 0.1.8-4 - Added quiet extraction of source tarball, some cleaning to the spec file * Sun Aug 13 2006 Ha??kel Gu??mar - 0.1.8-3 - fixed some rpmlint issues, add a patch to correct the license file * Fri May 26 2006 Ha??kel Gu??mar - 0.1.8-2 - Some cleaning to the spec file * Mon May 22 2006 Karl - 0.1.8-1 - First Packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Aug 2006 18:58:07 -0000 1.1 +++ .cvsignore 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +sexy-python-0.1.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Aug 2006 18:58:07 -0000 1.1 +++ sources 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +94273fc16a35123f1d3003f1080bf2c0 sexy-python-0.1.8.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 19:10:59 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 12:10:59 -0700 Subject: owners owners.list,1.1446,1.1447 Message-ID: <200608251911.k7PJB1EP019921@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1446 retrieving revision 1.1447 diff -u -r1.1446 -r1.1447 --- owners.list 24 Aug 2006 08:03:42 -0000 1.1446 +++ owners.list 25 Aug 2006 19:10:58 -0000 1.1447 @@ -1671,6 +1671,7 @@ Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-sexy|Python Bindings to libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 25 20:07:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:07:18 -0700 Subject: rpms/pcb import.log,1.11,1.12 Message-ID: <200608252007.k7PK7Ks4022818@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22782 Modified Files: import.log Log Message: auto-import pcb-0.20060822-1 on branch devel from pcb-0.20060822-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 23 Aug 2006 20:34:32 -0000 1.11 +++ import.log 25 Aug 2006 20:07:17 -0000 1.12 @@ -8,3 +8,4 @@ pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 +pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 From fedora-extras-commits at redhat.com Fri Aug 25 20:07:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:07:18 -0700 Subject: rpms/pcb/devel .cvsignore, 1.3, 1.4 pcb.desktop, 1.4, 1.5 pcb.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608252007.k7PK7KZv022825@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22782/devel Modified Files: .cvsignore pcb.desktop pcb.spec sources Log Message: auto-import pcb-0.20060822-1 on branch devel from pcb-0.20060822-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Jul 2006 11:24:03 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:07:18 -0000 1.4 @@ -1 +1 @@ -pcb-20060422.tar.gz +pcb-20060822.tar.gz Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pcb.desktop 23 Aug 2006 20:34:33 -0000 1.4 +++ pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 @@ -4,6 +4,7 @@ Exec=pcb Icon=pcb Type=Application -Terminal=0 +Terminal=false GenericName=PCB -Categories=Qt;KDE;Education;Science; +Categories=Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pcb.spec 23 Aug 2006 20:34:33 -0000 1.10 +++ pcb.spec 25 Aug 2006 20:07:18 -0000 1.11 @@ -1,8 +1,8 @@ -%define pcbver 20060422 +%define pcbver 20060822 Name: pcb Version: 0.%{pcbver} -Release: 10%{?dist} +Release: 1%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -114,7 +114,10 @@ %{_datadir}/%{name}/thermal* %{_datadir}/%{name}/tutorial/ -%changelog +%Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +- updated to 20060822's snapshot + * Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 - fixed icon in Kmenu Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Jul 2006 11:24:03 -0000 1.3 +++ sources 25 Aug 2006 20:07:18 -0000 1.4 @@ -1 +1 @@ -f70af0f43d9cf1a98ec6a7681773b793 pcb-20060422.tar.gz +e091285d6741860484b31e8ac5b7e37f pcb-20060822.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 20:17:16 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:17:16 -0700 Subject: rpms/pcb/FC-5 .cvsignore, 1.3, 1.4 pcb.desktop, 1.3, 1.4 pcb.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200608252017.k7PKHI7k023089@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23048/FC-5 Modified Files: .cvsignore pcb.desktop pcb.spec sources Log Message: auto-import pcb-0.20060822-1 on branch FC-5 from pcb-0.20060822-1.src.rpm updated to 20060822 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Jul 2006 11:24:03 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:17:16 -0000 1.4 @@ -1 +1 @@ -pcb-20060422.tar.gz +pcb-20060822.tar.gz Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcb.desktop 12 Jul 2006 10:53:01 -0000 1.3 +++ pcb.desktop 25 Aug 2006 20:17:16 -0000 1.4 @@ -1,10 +1,10 @@ [Desktop Entry] -Version=0.20060422 Encoding=UTF-8 Name=PCB -GenericName=PCB Exec=pcb -Terminal=false +Icon=pcb Type=Application -Categories=Application;Electronics; -GenericName[en_US]=PCB +Terminal=false +GenericName=PCB +Categories=Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pcb.spec 23 Aug 2006 20:40:34 -0000 1.8 +++ pcb.spec 25 Aug 2006 20:17:16 -0000 1.9 @@ -1,8 +1,8 @@ -%define pcbver 20060422 +%define pcbver 20060822 Name: pcb Version: 0.%{pcbver} -Release: 10%{?dist} +Release: 1%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -114,7 +114,10 @@ %{_datadir}/%{name}/thermal* %{_datadir}/%{name}/tutorial/ -%changelog +%Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +- updated to 20060822's snapshot + * Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 - fixed icon in Kmenu Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Jul 2006 11:24:03 -0000 1.3 +++ sources 25 Aug 2006 20:17:16 -0000 1.4 @@ -1 +1 @@ -f70af0f43d9cf1a98ec6a7681773b793 pcb-20060422.tar.gz +e091285d6741860484b31e8ac5b7e37f pcb-20060822.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 20:17:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:17:15 -0700 Subject: rpms/pcb import.log,1.12,1.13 Message-ID: <200608252017.k7PKHIgw023082@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23048 Modified Files: import.log Log Message: auto-import pcb-0.20060822-1 on branch FC-5 from pcb-0.20060822-1.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 25 Aug 2006 20:07:17 -0000 1.12 +++ import.log 25 Aug 2006 20:17:15 -0000 1.13 @@ -9,3 +9,4 @@ pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 +pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 From fedora-extras-commits at redhat.com Fri Aug 25 20:23:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:23:59 -0700 Subject: rpms/pcb import.log,1.13,1.14 Message-ID: <200608252024.k7PKO1NH023208@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23176 Modified Files: import.log Log Message: auto-import pcb-0.20060822-2 on branch FC-5 from pcb-0.20060822-2.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 25 Aug 2006 20:17:15 -0000 1.13 +++ import.log 25 Aug 2006 20:23:58 -0000 1.14 @@ -10,3 +10,4 @@ pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 +pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 From fedora-extras-commits at redhat.com Fri Aug 25 20:23:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:23:59 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.9,1.10 Message-ID: <200608252024.k7PKO1qh023212@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23176/FC-5 Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-2 on branch FC-5 from pcb-0.20060822-2.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcb.spec 25 Aug 2006 20:17:16 -0000 1.9 +++ pcb.spec 25 Aug 2006 20:23:59 -0000 1.10 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +- release for FC5 and minor fixes + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot From fedora-extras-commits at redhat.com Fri Aug 25 20:26:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:26:02 -0700 Subject: rpms/pcb/devel pcb.spec,1.11,1.12 Message-ID: <200608252026.k7PKQ49j023344@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23309/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-2 on branch devel from pcb-0.20060822-2.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pcb.spec 25 Aug 2006 20:07:18 -0000 1.11 +++ pcb.spec 25 Aug 2006 20:26:02 -0000 1.12 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +- release for FC5 and minor fixes + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot From fedora-extras-commits at redhat.com Fri Aug 25 20:26:01 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:26:01 -0700 Subject: rpms/pcb import.log,1.14,1.15 Message-ID: <200608252026.k7PKQ37u023340@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23309 Modified Files: import.log Log Message: auto-import pcb-0.20060822-2 on branch devel from pcb-0.20060822-2.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 25 Aug 2006 20:23:58 -0000 1.14 +++ import.log 25 Aug 2006 20:26:01 -0000 1.15 @@ -11,3 +11,4 @@ pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 +pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 From fedora-extras-commits at redhat.com Fri Aug 25 20:33:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:33:23 -0700 Subject: rpms/pcb import.log,1.15,1.16 Message-ID: <200608252033.k7PKXtSo023489@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23457 Modified Files: import.log Log Message: auto-import pcb-0.20060822-3 on branch devel from pcb-0.20060822-3.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- import.log 25 Aug 2006 20:26:01 -0000 1.15 +++ import.log 25 Aug 2006 20:33:23 -0000 1.16 @@ -12,3 +12,4 @@ pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 +pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 From fedora-extras-commits at redhat.com Fri Aug 25 20:33:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:33:24 -0700 Subject: rpms/pcb/devel pcb.spec,1.12,1.13 Message-ID: <200608252033.k7PKXuBj023492@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23457/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-3 on branch devel from pcb-0.20060822-3.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pcb.spec 25 Aug 2006 20:26:02 -0000 1.12 +++ pcb.spec 25 Aug 2006 20:33:24 -0000 1.13 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,30 +115,15 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +- release for devel + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 -- fixed icon in Kmenu - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 -- incremented the tag for FC-5 - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 -- splitting into pcb and pcb-doc - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 -- incremented the tag for devel - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 -- incremented the tag for FC-5 - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-5 -- incremented the tag for FC-4 - * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop From fedora-extras-commits at redhat.com Fri Aug 25 20:51:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 25 Aug 2006 13:51:24 -0700 Subject: rpms/perl-Module-Install/devel .cvsignore, 1.3, 1.4 perl-Module-Install.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608252051.k7PKpQpf023817@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Install/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: Update to 0.64. Fix find option order. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Jun 2006 22:56:41 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:51:24 -0000 1.4 @@ -1 +1 @@ -Module-Install-0.63.tar.gz +Module-Install-0.64.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Module-Install.spec 8 Jun 2006 22:56:41 -0000 1.2 +++ perl-Module-Install.spec 25 Aug 2006 20:51:24 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Module-Install -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Install-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) @@ -40,7 +40,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \; @@ -58,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Fri Aug 25 2006 Steven Pritchard 0.64-1 +- Update to 0.64. +- Fix find option order. + * Thu Jun 08 2006 Steven Pritchard 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Jun 2006 22:56:41 -0000 1.3 +++ sources 25 Aug 2006 20:51:24 -0000 1.4 @@ -1 +1 @@ -d2404a019eaf149eaa34db65ab8fb72d Module-Install-0.63.tar.gz +250c46b66459d16caa727b6c02e091c5 Module-Install-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 23:25:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 16:25:01 -0700 Subject: rpms/SDL_mixer/devel SDL_mixer-1.2.7-bad-code.patch, NONE, 1.1 SDL_mixer-1.2.7-fix-path-timidity.patch, NONE, 1.1 SDL_mixer-1.2.7-volume.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 SDL_mixer.spec, 1.13, 1.14 sources, 1.3, 1.4 SDL_mixer-1.0.6-redhat.patch, 1.1, NONE SDL_mixer-1.2.5-bad_code.patch, 1.1, NONE SDL_mixer-1.2.6-64bit.patch, 1.1, NONE SDL_mixer-1.2.6-libmikmod.patch, 1.1, NONE Message-ID: <200608252325.k7PNP3JD032484@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32454 Modified Files: .cvsignore SDL_mixer.spec sources Added Files: SDL_mixer-1.2.7-bad-code.patch SDL_mixer-1.2.7-fix-path-timidity.patch SDL_mixer-1.2.7-volume.patch Removed Files: SDL_mixer-1.0.6-redhat.patch SDL_mixer-1.2.5-bad_code.patch SDL_mixer-1.2.6-64bit.patch SDL_mixer-1.2.6-libmikmod.patch Log Message: * Fri Aug 25 2006 Brian Pepple - 1.2.7-1 - Update to 1.2.7. - Update bad-code & timidity patches. - Simplify description & summary for devel package. - Use disable-static configure flag. - Drop 64bit patch, fixed upstream. - Drop libmikmod.patch, fixed upstream. - Add patch to allow control volume w/playmus. Bug #203210. SDL_mixer-1.2.7-bad-code.patch: --- NEW FILE SDL_mixer-1.2.7-bad-code.patch --- diff -ur SDL_mixer-1.2.7.OLD/effect_position.c SDL_mixer-1.2.7/effect_position.c --- SDL_mixer-1.2.7.OLD/effect_position.c 2006-05-01 03:25:57.000000000 -0400 +++ SDL_mixer-1.2.7/effect_position.c 2006-08-25 15:48:45.000000000 -0400 @@ -373,16 +373,17 @@ for (i = 0; i < len; i += sizeof (Uint32)) { #if (SDL_BYTEORDER == SDL_BIG_ENDIAN) - *(p++) = (d[l[(*p & 0xFF000000) >> 24]] << 24) | - (d[r[(*p & 0x00FF0000) >> 16]] << 16) | - (d[l[(*p & 0x0000FF00) >> 8]] << 8) | - (d[r[(*p & 0x000000FF) ]] ) ; + *p = (d[l[(*p & 0xFF000000) >> 24]] << 24) | + (d[r[(*p & 0x00FF0000) >> 16]] << 16) | + (d[l[(*p & 0x0000FF00) >> 8]] << 8) | + (d[r[(*p & 0x000000FF) ]] ) ; #else - *(p++) = (d[r[(*p & 0xFF000000) >> 24]] << 24) | - (d[l[(*p & 0x00FF0000) >> 16]] << 16) | - (d[r[(*p & 0x0000FF00) >> 8]] << 8) | - (d[l[(*p & 0x000000FF) ]] ) ; + *p = (d[r[(*p & 0xFF000000) >> 24]] << 24) | + (d[l[(*p & 0x00FF0000) >> 16]] << 16) | + (d[r[(*p & 0x0000FF00) >> 8]] << 8) | + (d[l[(*p & 0x000000FF) ]] ) ; #endif + p++; } } @@ -563,16 +564,17 @@ for (i = 0; i < len; i += sizeof (Uint32)) { #if (SDL_BYTEORDER == SDL_BIG_ENDIAN) - *(p++) = (d[l[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | - (d[r[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | - (d[l[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | - (d[r[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; + *p = (d[l[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | + (d[r[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | + (d[l[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | + (d[r[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; #else - *(p++) = (d[r[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | - (d[l[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | - (d[r[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | - (d[l[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; + *p = (d[r[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | + (d[l[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | + (d[r[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | + (d[l[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; #endif + p++; } SDL_mixer-1.2.7-fix-path-timidity.patch: --- NEW FILE SDL_mixer-1.2.7-fix-path-timidity.patch --- --- SDL_mixer-1.2.7/timidity/config.h.timidity 2006-05-01 09:25:52.000000000 +0200 +++ SDL_mixer-1.2.7/timidity/config.h 2006-05-18 10:38:39.000000000 +0200 @@ -176,7 +176,7 @@ #if defined(__WIN32__) || defined(__OS2__) #define DEFAULT_PATH "\\TIMIDITY" #else -#define DEFAULT_PATH "/usr/local/lib/timidity" +#define DEFAULT_PATH "/usr/share/timidity" #endif /* These affect general volume */ SDL_mixer-1.2.7-volume.patch: --- NEW FILE SDL_mixer-1.2.7-volume.patch --- diff -ur SDL_mixer-1.2.7.OLD/playmus.c SDL_mixer-1.2.7/playmus.c --- SDL_mixer-1.2.7.OLD/playmus.c 2006-05-14 17:08:06.000000000 -0400 +++ SDL_mixer-1.2.7/playmus.c 2006-08-25 15:38:22.000000000 -0400 @@ -65,7 +65,7 @@ { char buf[10]; - printf("Available commands: (p)ause (r)esume (h)alt > "); + printf("Available commands: (p)ause (r)esume (h)alt volume(v#) > "); fflush(stdin); scanf("%s",buf); switch(buf[0]){ @@ -78,6 +78,9 @@ case 'h': case 'H': Mix_HaltMusic(); break; + case 'v': case 'V': + Mix_VolumeMusic(atoi(buf+1)); + break; } printf("Music playing: %s Paused: %s\n", Mix_PlayingMusic() ? "yes" : "no", Mix_PausedMusic() ? "yes" : "no"); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Jun 2005 16:24:33 -0000 1.3 +++ .cvsignore 25 Aug 2006 23:25:01 -0000 1.4 @@ -1 +1 @@ -SDL_mixer-1.2.6.tar.gz +SDL_mixer-1.2.7.tar.gz Index: SDL_mixer.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- SDL_mixer.spec 23 Apr 2006 15:53:19 -0000 1.13 +++ SDL_mixer.spec 25 Aug 2006 23:25:01 -0000 1.14 @@ -1,19 +1,17 @@ Name: SDL_mixer -Version: 1.2.6 -Release: 8%{?dist} +Version: 1.2.7 +Release: 1%{?dist} Summary: Simple DirectMedia Layer - Sample Mixer Library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_mixer/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch1: %{name}-1.0.6-redhat.patch -Patch2: %{name}-1.2.6-libmikmod.patch -Patch4: %{name}-1.2.5-bad_code.patch -Patch5: %{name}-1.2.6-64bit.patch +Patch1: %{name}-%{version}-bad-code.patch +Patch2: %{name}-%{version}-volume.patch +Patch3: %{name}-%{version}-fix-path-timidity.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Prefix: %{_prefix} BuildRequires: SDL-devel >= 1.2.4-1 BuildRequires: libvorbis-devel BuildRequires: mikmod-devel >= 3.1.6-26 @@ -22,48 +20,40 @@ %description -A simple multi-channel audio mixer for SDL. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis -libraries. +A simple multi-channel audio mixer for SDL. It supports 4 channels of +16 bit stereo audio, plus a single channel of music, mixed by the popular +MikMod MOD, Timidity MIDI and Ogg Vorbis libraries. %package devel -Summary: Libraries, includes and more to develop SDL applications using the SDL mixer +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4-1 %description devel -Development files for SDL_mixer, a simple multi-channel audio mixer for SDL. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis -libraries. - -You need SDL_mixer-devel if you want to compile an application using SDL_mixer. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch1 -p1 -b .redhat -%patch2 -p1 -b .libmikmod -%patch4 -p1 -b .bad_code -%patch5 -p1 -b .64bit +%patch1 -p1 -b .bad_code +%patch2 -p1 -b .volume +%patch3 -p1 -b .timidity %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall -/usr/bin/install -d $RPM_BUILD_ROOT/usr/bin -./libtool --mode=install /usr/bin/install -c playmus $RPM_BUILD_ROOT/usr/bin -./libtool --mode=install /usr/bin/install -c playwave $RPM_BUILD_ROOT/usr/bin -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +%makeinstall install-bin + +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -77,7 +67,7 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc README CHANGES COPYING %{_bindir}/playmus %{_bindir}/playwave @@ -85,13 +75,21 @@ %files devel -%defattr(-,root,root) -%{_libdir}/lib*.a +%defattr(-,root,root,-) %{_libdir}/lib*.so %{_includedir}/SDL %changelog +* Fri Aug 25 2006 Brian Pepple - 1.2.7-1 +- Update to 1.2.7. +- Update bad-code & timidity patches. +- Simplify description & summary for devel package. +- Use disable-static configure flag. +- Drop 64bit patch, fixed upstream. +- Drop libmikmod.patch, fixed upstream. +- Add patch to allow control volume w/playmus. Bug #203210. + * Sun Apr 23 2006 Brian Pepple - 1.2.6-8 - Add patch to fix sound on x86_64. Bug #175672. Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Jun 2005 16:24:33 -0000 1.3 +++ sources 25 Aug 2006 23:25:01 -0000 1.4 @@ -1 +1 @@ -2b8beffad9179d80e598c22c80efb135 SDL_mixer-1.2.6.tar.gz +7959b89c8f8f1564ca90968f6c88fa1e SDL_mixer-1.2.7.tar.gz --- SDL_mixer-1.0.6-redhat.patch DELETED --- --- SDL_mixer-1.2.5-bad_code.patch DELETED --- --- SDL_mixer-1.2.6-64bit.patch DELETED --- --- SDL_mixer-1.2.6-libmikmod.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 26 03:53:03 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 20:53:03 -0700 Subject: rpms/SDL_net/devel .cvsignore, 1.2, 1.3 SDL_net.spec, 1.5, 1.6 sources, 1.2, 1.3 SDL_net-137525.patch, 1.1, NONE SDL_net-ppc64.patch, 1.1, NONE Message-ID: <200608260353.k7Q3r52B012818@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12797 Modified Files: .cvsignore SDL_net.spec sources Removed Files: SDL_net-137525.patch SDL_net-ppc64.patch Log Message: * Fri Aug 25 2006 Brian Pepple - 1.2.6-1 - Update to 1.2.6. - Simplify description & summary for devel package. - Use disable-static configure flag. - Drop ppc64 patch. - Drop 137525 patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2005 18:05:52 -0000 1.2 +++ .cvsignore 26 Aug 2006 03:53:03 -0000 1.3 @@ -1 +1 @@ -SDL_net-1.2.5.tar.gz +SDL_net-1.2.6.tar.gz Index: SDL_net.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/SDL_net.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SDL_net.spec 13 Feb 2006 17:33:48 -0000 1.5 +++ SDL_net.spec 26 Aug 2006 03:53:03 -0000 1.6 @@ -1,18 +1,15 @@ Name: SDL_net -Version: 1.2.5 -Release: 8%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: SDL portable network library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_net/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch0: %{name}-ppc64.patch -Patch1: %{name}-137525.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4-1 -BuildRequires: automake autoconf libtool Requires: SDL >= 1.2.4-1 @@ -21,42 +18,31 @@ %package devel -Summary: Libraries and includes to develop SDL networked applications. +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4-1 %description devel -This is a portable network library for use with SDL. - -This is the libraries and include files you can use to develop SDL -networked applications. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -%patch1 - -touch NEWS AUTHORS ChangeLog # Quiet automake - -libtoolize --force -aclocal -automake --add-missing -autoconf %build -%configure --prefix=%{_prefix} +%configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -70,19 +56,25 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc README CHANGES COPYING %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) -%{_libdir}/lib*.a +%defattr(-,root,root,-) %{_libdir}/lib*.so %{_includedir}/SDL/ %changelog +* Fri Aug 25 2006 Brian Pepple - 1.2.6-1 +- Update to 1.2.6. +- Simplify description & summary for devel package. +- Use disable-static configure flag. +- Drop ppc64 patch. +- Drop 137525 patch, fixed upstream. + * Mon Feb 13 2006 Brian Pepple - 1.2.5-8 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2005 18:05:52 -0000 1.2 +++ sources 26 Aug 2006 03:53:03 -0000 1.3 @@ -1 +1 @@ -e45b1048d2747480dcc65ece4130a920 SDL_net-1.2.5.tar.gz +7be5b9ef36129ee187ace96906cd264c SDL_net-1.2.6.tar.gz --- SDL_net-137525.patch DELETED --- --- SDL_net-ppc64.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 26 04:17:24 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Fri, 25 Aug 2006 21:17:24 -0700 Subject: rpms/papyrus/devel .cvsignore, 1.2, 1.3 papyrus.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608260417.k7Q4HQYj015620@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15599 Modified Files: .cvsignore papyrus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 +++ .cvsignore 26 Aug 2006 04:17:24 -0000 1.3 @@ -1 +1 @@ -papyrus-0.3.0.tar.bz2 +papyrus-0.4.0.tar.bz2 Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/papyrus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- papyrus.spec 20 Aug 2006 21:05:52 -0000 1.1 +++ papyrus.spec 26 Aug 2006 04:17:24 -0000 1.2 @@ -1,15 +1,15 @@ -# Target: fedora-5 +# Target: fedora-6 Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig m4 +BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig m4 %description Papyrus is a C++ canvas library similar in scope @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: papyrus = %{version}-%{release} -Requires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig +Requires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig %description devel This package contains the libraries and header files needed for @@ -61,12 +61,12 @@ %defattr(-,root,root,-) %{_libdir}/lib*papyrus*.so %{_libdir}/pkgconfig/papyrus*.pc -%{_includedir}/papyrus-0.3/ -%{_includedir}/papyrusmm-0.3/ +%{_includedir}/papyrus-0.4/ +%{_includedir}/papyrusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo -%{_datadir}/papyrus-0.3.0/ -%{_datadir}/papyrusmm-0.3.0/ +%{_datadir}/papyrus-0.4.0/ +%{_datadir}/papyrusmm-0.4.0/ %changelog * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 21:05:52 -0000 1.2 +++ sources 26 Aug 2006 04:17:24 -0000 1.3 @@ -1 +1 @@ -42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 +c7400c50043c7462a87d0eb9473a7fed papyrus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 05:20:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:20:57 -0700 Subject: rpms/frozen-bubble - New directory Message-ID: <200608260520.k7Q5KxS4018663@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/frozen-bubble Log Message: Directory /cvs/extras/rpms/frozen-bubble added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 05:20:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:20:58 -0700 Subject: rpms/frozen-bubble/devel - New directory Message-ID: <200608260521.k7Q5L0Gh018666@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/frozen-bubble/devel Log Message: Directory /cvs/extras/rpms/frozen-bubble/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 05:21:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:21:15 -0700 Subject: rpms/frozen-bubble Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608260521.k7Q5LHRg018720@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18687 Added Files: Makefile import.log Log Message: Setup of module frozen-bubble --- NEW FILE Makefile --- # Top level Makefile for module frozen-bubble all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 05:21:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:21:16 -0700 Subject: rpms/frozen-bubble/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608260521.k7Q5LI9G018723@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18687/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module frozen-bubble --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 05:22:21 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:22:21 -0700 Subject: rpms/syck/devel syck.spec,1.3,1.4 Message-ID: <200608260522.k7Q5MNc7018848@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18831 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- syck.spec 22 Feb 2006 16:46:54 -0000 1.3 +++ syck.spec 26 Aug 2006 05:22:21 -0000 1.4 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 +- Rebuild. + * Wed Feb 22 2006 Oliver Falk - 0.55-7 - Bug #175619 From fedora-extras-commits at redhat.com Sat Aug 26 05:23:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:23:53 -0700 Subject: owners owners.list,1.1447,1.1448 Message-ID: <200608260523.k7Q5Ntmc018919@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18902 Modified Files: owners.list Log Message: added frozen-bubble Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1447 retrieving revision 1.1448 diff -u -r1.1447 -r1.1448 --- owners.list 25 Aug 2006 19:10:58 -0000 1.1447 +++ owners.list 26 Aug 2006 05:23:53 -0000 1.1448 @@ -377,6 +377,7 @@ Fedora Extras|FreeWnn|Japanese input server|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|freeze|freeze/melt/fcat compression utilities|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|frotz|Interpreter for Infocom and other Z-machine games|chris at chrisgrau.com|extras-qa at fedoraproject.org| +Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|fuse|File System in Userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 05:26:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:26:09 -0700 Subject: rpms/frozen-bubble import.log,1.1,1.2 Message-ID: <200608260526.k7Q5Qfia018989@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18940 Modified Files: import.log Log Message: auto-import frozen-bubble-1.0.0-9 on branch devel from frozen-bubble-1.0.0-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 05:21:15 -0000 1.1 +++ import.log 26 Aug 2006 05:26:09 -0000 1.2 @@ -0,0 +1 @@ +frozen-bubble-1_0_0-9:HEAD:frozen-bubble-1.0.0-9.src.rpm:1156570375 From fedora-extras-commits at redhat.com Sat Aug 26 05:26:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:26:10 -0700 Subject: rpms/frozen-bubble/devel filter-depends.sh, NONE, 1.1 filter-provides.sh, NONE, 1.1 frozen-bubble-1.0.0-FBLE.pm.patch, NONE, 1.1 frozen-bubble-1.0.0-perl-SDL.patch, NONE, 1.1 frozen-bubble-build.patch, NONE, 1.1 frozen-bubble-debian.patch, NONE, 1.1 frozen-bubble.desktop, NONE, 1.1 frozen-bubble.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608260526.k7Q5QgPn018993@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18940/devel Modified Files: .cvsignore sources Added Files: filter-depends.sh filter-provides.sh frozen-bubble-1.0.0-FBLE.pm.patch frozen-bubble-1.0.0-perl-SDL.patch frozen-bubble-build.patch frozen-bubble-debian.patch frozen-bubble.desktop frozen-bubble.spec Log Message: auto-import frozen-bubble-1.0.0-9 on branch devel from frozen-bubble-1.0.0-9.src.rpm --- NEW FILE filter-depends.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-requires "$@" | grep -vE \ '^perl\(FBLE\)$|^perl\(fb.*\).*$' --- NEW FILE filter-provides.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-provides "$@" | grep -vE \ '^perl\(FBLE\)$|^perl\(fb.*\).*$' frozen-bubble-1.0.0-FBLE.pm.patch: --- NEW FILE frozen-bubble-1.0.0-FBLE.pm.patch --- --- c_stuff/lib/FBLE.pm 2003-02-16 18:14:28.000000000 -0500 +++ FBLE.pm 2004-02-06 12:32:57.000000000 -0500 @@ -1094,11 +1094,11 @@ $rect{screenshot} = SDL::Rect->new(-x => $POS_1P{p1}{left_limit} - 40, '-y' => 0, -width => $POS_1P{p1}{right_limit} - $POS_1P{p1}{left_limit} + 80, -height => $POS_1P{bottom_limit} - $POS_1P{init_top_limit} + 190); - fb_c_stuff::shrink($app->{-surface}, - $file_browser_screenshots[$list_browser_highlight_offset]->display_format()->{-surface}, + fb_c_stuff::shrink($$app, + ${$file_browser_screenshots[$list_browser_highlight_offset]->display_format()}, $rect{middle}->x + $rect{middle}->width - $rect{screenshot}->width/4 - 12, $rect{middle}->y + $rect{middle}->height/2 - $rect{screenshot}->height/8 - 3, - $rect{screenshot}{-rect}, 4); + ${$rect{screenshot}}, 4); } @@ -1371,7 +1371,7 @@ $rect{ls_name_erase} = SDL::Rect->new(-x => 195, '-y' => 0, -width => 445-195, -height => 35); $background->blit($rect{ls_name_erase}, $app, $rect{ls_name_erase}); $app->update; - $app->print(($background->width - SDL_TEXTWIDTH(uc($levelset_name)))/2 - 6, 7, uc($levelset_name)); + $app->print(($background->width - SDL::SFont::SDL_TEXTWIDTH(uc($levelset_name)))/2 - 6, 7, uc($levelset_name)); } sub print_text_generic { frozen-bubble-1.0.0-perl-SDL.patch: --- NEW FILE frozen-bubble-1.0.0-perl-SDL.patch --- --- ../../Builds/frozen-bubble-1.0.0/frozen-bubble 2003-02-16 18:45:27.000000000 -0500 +++ frozen-bubble 2004-02-06 12:33:08.000000000 -0500 @@ -50,6 +50,7 @@ use SDL; use SDL::App; +use SDL::SFont; use SDL::Surface; use SDL::Event; use SDL::Cursor; @@ -179,7 +180,7 @@ $elem or return -1; -f $elem or return 0; $mus = SDL::Music->new($elem); - if ($mus->{-data}) { + if ($$mus) { print STDERR "[Playlist] playing `$elem'\n"; $mixer->play_music($mus, 0); return 1; @@ -191,9 +192,9 @@ while ($tryanother->() == 0) {}; } else { $mus = SDL::Music->new("$FPATH$musics{$name}"); - $mus->{-data} or print STDERR "Warning, could not create new music from `$FPATH$musics{$name}' (reason: ", $app->error, ").\n"; + $mus or print STDERR "Warning, could not create new music from `$FPATH$musics{$name}' (reason: ", $app->error, ").\n"; if ($pos) { - fb_c_stuff::fade_in_music_position($mus->{-data}, -1, 500, $pos); + fb_c_stuff::fade_in_music_position($$mus, -1, 500, $pos); } else { $mixer->play_music($mus, -1); } @@ -212,7 +213,7 @@ foreach (@sounds) { my $sound_path = "$FPATH/snd/$_.wav"; $sound{$_} = SDL::Sound->new($sound_path); - if ($sound{$_}{-data}) { + if ($sound{$_}) { $sound{$_}->volume(80); } else { print STDERR "Warning, could not create new sound from `$sound_path'.\n"; @@ -307,7 +308,7 @@ sub add_image($) { my $file = "$FPATH/gfx/$_[0]"; my $img = SDL::Surface->new(-name => $file); - $img->{-surface} or die "FATAL: Couldn't load `$file' into a SDL::Surface.\n"; + $$img or die "FATAL: Couldn't load `$file' into a SDL::Surface.\n"; add_default_rect($img); return $img; } @@ -880,7 +881,7 @@ $background_orig->blit($drect, $surface, $drect); push @update_rects, $drect; iter_players_ { #- sometimes called from within a iter_players so... - $surface->print($POS{$::p_}{scoresx}-SDL_TEXTWIDTH($pdata{$::p_}{score})/2, $POS{scoresy}, $pdata{$::p_}{score}); + $surface->print($POS{$::p_}{scoresx}-SDL::SFont::SDL_TEXTWIDTH($pdata{$::p_}{score})/2, $POS{scoresy}, $pdata{$::p_}{score}); }; } @@ -1437,7 +1438,7 @@ $font = SDL::Font->new("$FPATH/gfx/font-hi.png"); my $centered_print = sub($$$) { my ($x, $y, $txt) = @_; - $app->print($x+($imgbin{hiscore_frame}->width-SDL_TEXTWIDTH(uc($txt)))/2 - 6, + $app->print($x+($imgbin{hiscore_frame}->width-SDL::SFont::SDL_TEXTWIDTH(uc($txt)))/2 - 6, $y+$imgbin{hiscore_frame}->height - 8, uc($txt)); }; @@ -1473,7 +1474,7 @@ } put_image($imgbin{hiscore_frame}, $high_posx - 7, $high_posy - 6); - fb_c_stuff::shrink($app->{-surface}, $background->display_format->{-surface}, $high_posx, $high_posy, $high_rect->{-rect}, 4); + fb_c_stuff::shrink($$app, ${$background->display_format()}, $high_posx, $high_posy, $$high_rect, 4); $centered_print->($high_posx, $high_posy, $high->{name}); $centered_print->($high_posx, $high_posy+20, $high->{level} eq 'WON' ? "WON!" : "LVL-".$high->{level}); my $min = int($high->{time}/60); @@ -1510,7 +1511,7 @@ foreach my $i (@{$w->{intro}}) { if ($i) { - my $xpos = (640-SDL_TEXTWIDTH($i))/2; + my $xpos = (640-SDL::SFont::SDL_TEXTWIDTH($i))/2; $app->print($xpos, $ypos, $i); } $ypos += 22; @@ -1521,7 +1522,7 @@ my $ok = 1; entries: foreach my $entry (@{$w->{entries}}) { - $xpos = (640-$imgbin{void_panel}->width)/2 + 120 - SDL_TEXTWIDTH($entry->{'q'})/2; + $xpos = (640-$imgbin{void_panel}->width)/2 + 120 - SDL::SFont::SDL_TEXTWIDTH($entry->{'q'})/2; $app->print($xpos, $ypos, $entry->{'q'}); $app->flip; my $srect_mulchar_redraw = SDL::Rect->new(-width => $imgbin{void_panel}->width, -height => 30, @@ -1555,7 +1556,7 @@ if ($ok) { ${$_->{a}} = $_->{answer} foreach @{$w->{entries}}; - $xpos = (640-SDL_TEXTWIDTH($w->{outro}))/2; + $xpos = (640-SDL::SFont::SDL_TEXTWIDTH($w->{outro}))/2; $ypos = (480+$imgbin{void_panel}->height)/2 - 35; $app->print($xpos, $ypos, $w->{outro}); $app->flip; @@ -1642,7 +1643,7 @@ $background->blit($apprects{main}, $app, $apprects{main}); $app->flip; } else { - fb_c_stuff::effect($app->{-surface}, $background->display_format->{-surface}); + fb_c_stuff::effect($$app, ${$background->display_format()}); } $display_on_app_disabled = 0; frozen-bubble-build.patch: --- NEW FILE frozen-bubble-build.patch --- --- Makefile~ 2003-02-03 16:36:55.000000000 +0200 +++ Makefile 2004-07-03 15:27:29.820364547 +0300 @@ -26,8 +26,10 @@ install frozen-bubble frozen-bubble-editor $(BINDIR) install -d $(DATADIR)/frozen-bubble cp -a gfx snd data $(DATADIR)/frozen-bubble + rm -f $(DATADIR)/frozen-bubble/gfx/shoot/create.pl + rm -f $(DATADIR)/frozen-bubble/gfx/shoot/Makefile install -d $(MANDIR)/man6 - install doc/*.6 $(MANDIR)/man6 + install -m 644 doc/*.6 $(MANDIR)/man6 clean: @for n in $(DIRS); do \ frozen-bubble-debian.patch: --- NEW FILE frozen-bubble-debian.patch --- --- frozen-bubble-1.0.0.orig/frozen-bubble +++ frozen-bubble-1.0.0/frozen-bubble @@ -44,6 +44,7 @@ $graphics_level @update_rects $CANON_ROTATIONS_NB %malus_bubble %falling_bubble %exploding_bubble %malus_gfx %sticking_bubble $version $time %imgbin $TIME_HURRY_WARN $TIME_HURRY_MAX $TIMEOUT_PINGUIN_SLEEP $FREE_FALL_CONSTANT $direct @PLAYERS %levels $display_on_app_disabled $total_time $time_1pgame $fullscreen $rcfile $hiscorefile $HISCORES + $total_launched_bubbles $lev_number $playermalus $loaded_levelset $direct_levelset $chainreaction %chains %history); use Data::Dumper; @@ -151,7 +152,7 @@ my $h = int($total_time/3600); my $m = int(($total_time-$h*3600)/60); my $s = int($total_time-$h*3600-$m*60); - print "\nAddicted for ", $h ? "$h"."h " : "", $m ? "$m"."m " : "", "$s"."s.\n"; + print "\nAddicted for ", $h ? "$h"."h " : "", $m ? "$m"."m " : "", "$s"."s. ", $total_launched_bubbles, " bubbles were launched.\n"; } } @@ -985,6 +990,7 @@ && !(any { exists $_->{chaindestx} } @{$falling_bubble{$::p}}) && !@{$malus_bubble{$::p}}) { play_sound('launch'); + $total_launched_bubbles++; $launched_bubble{$::p} = $tobe_launched{$::p}; $launched_bubble{$::p}->{direction} = $angle{$::p}; $tobe_launched{$::p} = undef; @@ -1284,6 +1290,7 @@ $event->set_unicode(1); SDL::Cursor::show(0); $total_time = $app->ticks; + $total_launched_bubbles = 0; $imgbin{loading} = add_image('loading.png'); put_image($imgbin{loading}, 10, 10); $app->print(30, 60, uc("tip! use '-h' on command-line to get more options")); @@ -2151,6 +2164,9 @@ exit 0; } } + if ($event->type == SDL_QUIT) { + exit 0; + } $menu_update->(); } --- NEW FILE frozen-bubble.desktop --- [Desktop Entry] Name=Frozen Bubble Comment=Frozen Bubble arcade game Exec=frozen-bubble Icon=frozen-bubble.png Terminal=false Type=Application Encoding=UTF-8 Categories=Application;Game;ArcadeGame; --- NEW FILE frozen-bubble.spec --- Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 1.0.0 Release: 9%{?dist} License: GPL Group: Amusements/Games Source0: http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2 Source1: frozen-bubble.desktop Source2: filter-depends.sh Source3: filter-provides.sh Patch0: %{name}-build.patch Patch1: %{name}-debian.patch Patch2: %{name}-1.0.0-FBLE.pm.patch Patch3: %{name}-1.0.0-perl-SDL.patch URL: http://www.frozen-bubble.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-SDL >= 2.1.3, SDL_mixer-devel, desktop-file-utils Requires: perl-SDL >= 2.1.3 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # hack filter out the autogenerated Provides for our private perl modules # (which are installed outside the perlvendorroot) and also filter out # the matching AutoRequires to still get an installable package %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE2} %define __find_provides %{SOURCE3} %description Full-featured, colorful animated penguin eyecandy, 100 levels of 1p game, hours and hours of 2p game, 3 professional quality 20-channels musics, 15 stereo sound effects, 7 unique graphical transition effects and a level editor. You need this game. %prep %setup -q %patch0 -p0 -z .build %patch1 -p1 -z .deb # no backups for this patch otherwise they end up getting installed %patch2 -p0 %patch3 -p0 -z .perl-SDL # The "min 1.19.0" requirement check for perl-SDL is broken sed -i 's|@if ! perl.*||g' Makefile # Add a directory to the module path for the app's private perl modules sed -ie "s#use fb_stuff;#use lib qw(%{_libdir}/%{name}/perl);\n&#" frozen-bubble sed -ie "s#use fb_stuff;#use lib qw(%{_libdir}/%{name}/perl);\n&#" frozen-bubble-editor %build make %{?_smp_mflags} OPTIMIZE="${RPM_OPT_FLAGS}" PREFIX="%{_prefix}" \ INSTALLDIRS=vendor %install rm -rf $RPM_BUILD_ROOT make install PREFIX=$RPM_BUILD_ROOT%{_prefix} \ PERL_INSTALL_ROOT=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/{build_fbsyms,perllocal.pod} find $RPM_BUILD_ROOT -name .xvpics | xargs rm -rf chmod -R u+w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/.packlist rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/fb_c_stuff.bs # Move some directories around mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/perl mv $RPM_BUILD_ROOT%{perl_vendorarch}/auto $RPM_BUILD_ROOT%{_libdir}/%{name}/perl mv $RPM_BUILD_ROOT%{perl_vendorarch}/*.pm $RPM_BUILD_ROOT%{_libdir}/%{name}/perl # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 icons/frozen-bubble-icon-16x16.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -p -m 644 icons/frozen-bubble-icon-32x32.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png install -p -m 644 icons/frozen-bubble-icon-48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-, root, root) %doc AUTHORS CHANGES COPYING README %{_bindir}/%{name}* %{_libdir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}*.6.gz %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog * Wed Aug 23 2006 Hans de Goede 1.0.0-9 - Filter out the autogenerated Provides for our private perl modules and also filter out the matching AutoRequires to still get an installable package * Sun Aug 20 2006 Hans de Goede 1.0.0-8 - Apply patch from Wart (wart at kobold.org) to move private perl stuff to %%{_libdir}/%%{_name} - Drop unnescesarry perl BR (already implied by perl-SDL). - Fix inconsistent use of $RPM_BUILD_ROOT vs ${RPM_BUILD_ROOT} (only use the former) * Tue Aug 15 2006 Hans de Goede 1.0.0-7 - Update to work with new perl-SDL-2.1.3 see BZ 202437 * Mon Aug 14 2006 Hans de Goede 1.0.0-6 - Submit to Fedora Extras since perl-SDL is in FE now, so frozen-bubble can move to FE too - Cleanup BR's a bit to match FE-guidelines - Install all sizes icons into /usr/share/icons, instead of just the biggest one into /usr/share/pixmaps - Add scriptlets to update icon cache * Thu Mar 09 2006 Andreas Bierfert - switch to new release field * Tue Feb 28 2006 Andreas Bierfert - add dist * Tue Nov 16 2004 Thorsten Leemmhuis - 0:1.0.0-0.lvn.5 - Update to new Debian patch * Sat Jul 3 2004 Ville Skytt?? - 0:1.0.0-0.lvn.4 - Apply patch from Debian to make fb work with perl-SDL >= 1.20.3. - Install Perl modules into vendor install dirs, require (:MODULE_COMPAT_*). - Fix Source0 URL. - Remove unneeded files. - Fix file permissions. - s/fedora/livna/ in desktop entry, other small improvements. * Fri Jun 27 2003 Phillip Compton 0:1.0.0-0.fdr.3 - Removed BuildConflicts. - Added Epochs to BuildReqs. - Split Desktop entry into seperate file. * Sun Jun 22 2003 Phillip Compton 0:1.0.0-0.fdr.2 - Fixed file permissions. - Added in suggested fixes from Adrian Reber. * Tue May 27 2003 Phillip Compton 0:1.0.0-0.fdr.1 - Fedorafied. * Tue Apr 1 2003 Matthias Saou - Replace the __find_requires with AutoReq: as it works better. - Remove .xvpics from installed files. * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Tue Feb 18 2003 Matthias Saou - Added missing man pages, thanke to Michal Ambroz. * Mon Feb 17 2003 Matthias Saou - Update to 1.0.0. * Mon Oct 28 2002 Matthias Saou - Rebuilt for Red Hat Linux 8.0 (at last!). - New menu entry. * Thu Feb 7 2002 Matthias Saou - Update to 0.9.3. * Thu Feb 7 2002 Matthias Saou - Spec file modifications for a Red Hat Linux release. * Wed Feb 6 2002 Guillaume Cottenceau 0.9.1-1mdk - first mdk rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 05:21:15 -0000 1.1 +++ .cvsignore 26 Aug 2006 05:26:10 -0000 1.2 @@ -0,0 +1 @@ +frozen-bubble-1.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 05:21:15 -0000 1.1 +++ sources 26 Aug 2006 05:26:10 -0000 1.2 @@ -0,0 +1 @@ +2be5ead2aee72adc3fb643630a774b59 frozen-bubble-1.0.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 05:33:24 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:33:24 -0700 Subject: rpms/syck/devel syck.spec,1.4,1.5 Message-ID: <200608260533.k7Q5XQgx019074@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19057 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- syck.spec 26 Aug 2006 05:22:21 -0000 1.4 +++ syck.spec 26 Aug 2006 05:33:24 -0000 1.5 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries @@ -18,7 +18,7 @@ Patch0: syck-0.55-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gawk bison flex +BuildRequires: gawk bison flex libtool BuildRequires: php-devel BuildRequires: python-devel @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 +- Add BR: libtool to work with the minimal buildroot. + * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. From fedora-extras-commits at redhat.com Sat Aug 26 05:45:44 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:45:44 -0700 Subject: rpms/syck/FC-5 syck.spec,1.3,1.4 Message-ID: <200608260545.k7Q5jkff019201@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19184 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/FC-5/syck.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- syck.spec 22 Feb 2006 16:46:54 -0000 1.3 +++ syck.spec 26 Aug 2006 05:45:44 -0000 1.4 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 7%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries @@ -18,7 +18,7 @@ Patch0: syck-0.55-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gawk bison flex +BuildRequires: gawk bison flex libtool BuildRequires: php-devel BuildRequires: python-devel @@ -185,6 +185,12 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 +- Add BR: libtool to work with the minimal buildroot. + +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 +- Rebuild. + * Wed Feb 22 2006 Oliver Falk - 0.55-7 - Bug #175619 From fedora-extras-commits at redhat.com Sat Aug 26 06:49:24 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:49:24 -0700 Subject: rpms/fuse-encfs/devel fuse-encfs.spec,1.4,1.5 Message-ID: <200608260649.k7Q6nQxZ024413@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24396 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/devel/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:57:28 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:49:24 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 06:50:02 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:50:02 -0700 Subject: rpms/fuse-encfs/FC-4 fuse-encfs.spec,1.4,1.5 Message-ID: <200608260650.k7Q6o4Rd024474@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24457 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/FC-4/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:57:49 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:50:02 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 06:50:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:50:36 -0700 Subject: rpms/fuse-encfs/FC-5 fuse-encfs.spec,1.4,1.5 Message-ID: <200608260650.k7Q6ocnj024535@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24518 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/FC-5/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:58:08 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:50:36 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 07:55:16 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Sat, 26 Aug 2006 00:55:16 -0700 Subject: owners owners.list,1.1448,1.1449 Message-ID: <200608260755.k7Q7tIHS027396@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27379 Modified Files: owners.list Log Message: Peter Lemenkov's email changed from lemenkov at newmail.ru to lemenkov at gmail.com Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1448 retrieving revision 1.1449 diff -u -r1.1448 -r1.1449 --- owners.list 26 Aug 2006 05:23:53 -0000 1.1448 +++ owners.list 26 Aug 2006 07:55:15 -0000 1.1449 @@ -167,7 +167,7 @@ Fedora Extras|childsplay|Suite of educational games for young children|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|childsplay_plugins|Plugins for childsplay (educational games for young children)|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|chkrootkit|A tool to locally check for signs of a rootkit|bugs.michael at gmx.net|extras-qa at fedoraproject.org| -Fedora Extras|chmlib|Library for dealing with ITSS/CHM format files|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|chmlib|Library for dealing with ITSS/CHM format files|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|chrpath|Modify rpath of compiled programs|Axel.Thimm at ATrpms.net|extras-qa at fedoraproject.org| Fedora Extras|cksfv|Utility to manipulate SFV files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clamav|End-user tools for the Clam Antivirus scanner|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| @@ -380,11 +380,11 @@ Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| -Fedora Extras|fuse|File System in Userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|fuse|File System in Userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|fuse-emulator|A Sinclair ZX Spectrum emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|fuse-emulator-utils|Utilities for the Fuse emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|fuse-encfs|Encrypted pass-thru filesystem in userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| -Fedora Extras|fuse-sshfs|FUSE-Filesystem to access remote filesystems via SSH|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|fuse-encfs|Encrypted pass-thru filesystem in userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|fuse-sshfs|FUSE-Filesystem to access remote filesystems via SSH|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|fwbuilder|Firewall Builder|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|fyre|A tool for creating artwork from chaotic functions|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| @@ -1745,7 +1745,7 @@ Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|rinetd|TCP redirection server|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|rkhunter|Rootkit Hunter scans for rootkits, backdoors and local exploits|tamaster at pobox.com|extras-qa at fedoraproject.org| -Fedora Extras|rlog|Runtime Logging for C++|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|rlog|Runtime Logging for C++|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|rman|Converts man pages to various other formats|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|rocksndiamonds|Underground digging game|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rogue|The original roguelike game|wart at kobold.org|extras-qa at fedoraproject.org| @@ -1857,7 +1857,7 @@ Fedora Extras|steghide|A steganography program|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|stellarium|A photo-realistic nightsky renderer|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|stow|Manage the installation of software packages from source|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|stratagus|Real-rime strategy game engine|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|stratagus|Real-rime strategy game engine|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|straw|GNOME desktop news aggregator|byte at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|streamtuner|A stream directory browser|endur at bennewitz.com|extras-qa at fedoraproject.org| Fedora Extras|stripesnoop|Magnetic Stripe Reader|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -2009,7 +2009,7 @@ Fedora Extras|w3c-libwww|HTTP library of common code|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|w3c-markup-validator|W3C Markup Validator|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|w3m-el|W3m interface for Emacs|tagoh at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|wavpack|A completely open audiocodec|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|wavpack|A completely open audiocodec|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|wbxml2|Library and tools to parse, encode and handle WBXML documents|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wcstools|Software utilities to display and manipulate the WCS of a FITS image|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 09:10:01 2006 From: fedora-extras-commits at redhat.com (Matthias Haase (endur)) Date: Sat, 26 Aug 2006 02:10:01 -0700 Subject: comps comps-fe6.xml.in,1.119,1.120 Message-ID: <200608260910.k7Q9A3Ml000470@cvs-int.fedora.redhat.com> Author: endur Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv453/comps Modified Files: comps-fe6.xml.in Log Message: streamtuner added to graphical-internet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- comps-fe6.xml.in 25 Aug 2006 18:26:54 -0000 1.119 +++ comps-fe6.xml.in 26 Aug 2006 09:10:01 -0000 1.120 @@ -426,6 +426,7 @@ screem silky straw + streamtuner sylpheed sylpheed-claws valknut From fedora-extras-commits at redhat.com Sat Aug 26 09:30:05 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 26 Aug 2006 02:30:05 -0700 Subject: rpms/exim/devel exim-4.62-dlopen-localscan.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 exim.spec, 1.24, 1.25 sources, 1.10, 1.11 Message-ID: <200608260930.k7Q9U7Uu000575@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv549 Modified Files: .cvsignore exim.spec sources Added Files: exim-4.62-dlopen-localscan.patch Log Message: update to 4.63, disable sa-exim exim-4.62-dlopen-localscan.patch: --- NEW FILE exim-4.62-dlopen-localscan.patch --- The initial version of this patch was originally posted David Woodhouse, and dman gets the credit for first integrating it with SA-Exim. I have since then maintained it by first making a few minor changes, and later switching it to a major/minor number scheme to support upgrades in the exim API that don't affect backward compatibility (you can rely on a feature denoted by the minor number and be compatible with future versions of exim until Philip has to break the API and increase the major number) Marc MERLIN diff -urN exim-4.14-0/src/EDITME exim-4.14-1/src/EDITME --- exim-4.14-0/src/EDITME Tue Mar 11 04:20:18 2003 +++ exim-4.14-1/src/EDITME Sun Mar 23 15:34:15 2003 @@ -388,6 +388,20 @@ #------------------------------------------------------------------------------ +# On systems which support dynamic loading of shared libraries, Exim can +# load a local_scan function specified in its config file instead of having +# to be recompiled with the desired local_scan function. For a full +# description of the API to this function, see the Exim specification. + +DLOPEN_LOCAL_SCAN=yes + +# If you set DLOPEN_LOCAL_SCAN, then you need to include -rdynamic in the +# linker flags. Without it, the loaded .so won't be able to access any +# functions from exim. + +LFLAGS=-rdynamic -ldl + +#------------------------------------------------------------------------------ # The default distribution of Exim contains only the plain text form of the # documentation. Other forms are available separately. If you want to install # the documentation in "info" format, first fetch the Texinfo documentation diff -urNad 50_localscan_dlopen.tmp/src/config.h.defaults 50_localscan_dlopen/src/config.h.defaults --- 50_localscan_dlopen.tmp/src/config.h.defaults Sun Dec 29 11:55:42 2002 +++ 50_localscan_dlopen/src/config.h.defaults Sun Dec 29 11:56:44 2002 @@ -17,6 +17,8 @@ #define AUTH_PLAINTEXT #define AUTH_SPA +#define DLOPEN_LOCAL_SCAN + #define BIN_DIRECTORY #define CONFIGURE_FILE diff -urN exim-4.14-0/src/globals.c exim-4.14-1/src/globals.c --- exim-4.14-0/src/globals.c Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/globals.c Sun Mar 23 15:34:15 2003 @@ -103,6 +103,9 @@ uschar *tls_verify_hosts = NULL; #endif +#ifdef DLOPEN_LOCAL_SCAN +uschar *local_scan_path = NULL; +#endif /* Input-reading functions for messages, so we can use special ones for incoming TCP/IP. The defaults use stdin. We never need these for any diff -urN exim-4.14-0/src/globals.h exim-4.14-1/src/globals.h --- exim-4.14-0/src/globals.h Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/globals.h Sun Mar 23 15:34:15 2003 @@ -67,6 +67,9 @@ extern uschar *tls_verify_hosts; /* Mandatory client verification */ #endif +#ifdef DLOPEN_LOCAL_SCAN +extern uschar *local_scan_path; /* Path to local_scan() library */ +#endif /* Input-reading functions for messages, so we can use special ones for incoming TCP/IP. */ diff -urN exim-4.14-0/src/local_scan.c exim-4.14-1/src/local_scan.c --- exim-4.14-0/src/local_scan.c Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/local_scan.c Sun Mar 23 15:34:15 2003 @@ -5,60 +5,131 @@ /* Copyright (c) University of Cambridge 1995 - 2003 */ /* See the file NOTICE for conditions of use and distribution. */ +#include "exim.h" -/****************************************************************************** -This file contains a template local_scan() function that just returns ACCEPT. -If you want to implement your own version, you should copy this file to, say -Local/local_scan.c, and edit the copy. To use your version instead of the -default, you must set - -LOCAL_SCAN_SOURCE=Local/local_scan.c - -in your Local/Makefile. This makes it easy to copy your version for use with -subsequent Exim releases. - -For a full description of the API to this function, see the Exim specification. -******************************************************************************/ - - -/* This is the only Exim header that you should include. The effect of -including any other Exim header is not defined, and may change from release to -release. Use only the documented interface! */ - -#include "local_scan.h" - - -/* This is a "do-nothing" version of a local_scan() function. The arguments -are: - - fd The file descriptor of the open -D file, which contains the - body of the message. The file is open for reading and - writing, but modifying it is dangerous and not recommended. - - return_text A pointer to an unsigned char* variable which you can set in - order to return a text string. It is initialized to NULL. - -The return values of this function are: - - LOCAL_SCAN_ACCEPT - The message is to be accepted. The return_text argument is - saved in $local_scan_data. - - LOCAL_SCAN_REJECT - The message is to be rejected. The returned text is used - in the rejection message. - - LOCAL_SCAN_TEMPREJECT - This specifies a temporary rejection. The returned text - is used in the rejection message. -*/ +#ifdef DLOPEN_LOCAL_SCAN +#include +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL; +static int load_local_scan_library(void); +#endif int local_scan(int fd, uschar **return_text) { fd = fd; /* Keep picky compilers happy */ return_text = return_text; -return LOCAL_SCAN_ACCEPT; +#ifdef DLOPEN_LOCAL_SCAN +/* local_scan_path is defined AND not the empty string */ +if (local_scan_path && *local_scan_path) + { + if (!local_scan_fn) + { + if (!load_local_scan_library()) + { + char *base_msg , *error_msg , *final_msg ; + int final_length = -1 ; + + base_msg=US"Local configuration error - local_scan() library failure\n"; + error_msg = dlerror() ; + + final_length = strlen(base_msg) + strlen(error_msg) + 1 ; + final_msg = (char*)malloc( final_length*sizeof(char) ) ; + *final_msg = '\0' ; + + strcat( final_msg , base_msg ) ; + strcat( final_msg , error_msg ) ; + + *return_text = final_msg ; + return LOCAL_SCAN_TEMPREJECT; + } + } + return local_scan_fn(fd, return_text); + } +else +#endif + return LOCAL_SCAN_ACCEPT; +} + +#ifdef DLOPEN_LOCAL_SCAN + +static int load_local_scan_library(void) +{ +/* No point in keeping local_scan_lib since we'll never dlclose() anyway */ +void *local_scan_lib = NULL; +int (*local_scan_version_fn)(void); +int vers_maj; +int vers_min; + +local_scan_lib = dlopen(local_scan_path, RTLD_NOW); +if (!local_scan_lib) + { + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library open failed - " + "message temporarily rejected"); + return FALSE; + } + +local_scan_version_fn = dlsym(local_scan_lib, "local_scan_version_major"); +if (!local_scan_version_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan_version_major() function - message temporarily rejected"); + return FALSE; + } + +/* The major number is increased when the ABI is changed in a non + backward compatible way. */ +vers_maj = local_scan_version_fn(); + +local_scan_version_fn = dlsym(local_scan_lib, "local_scan_version_minor"); +if (!local_scan_version_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan_version_minor() function - message temporarily rejected"); + return FALSE; + } + +/* The minor number is increased each time a new feature is added (in a + way that doesn't break backward compatibility) -- Marc */ +vers_min = local_scan_version_fn(); + + +if (vers_maj != LOCAL_SCAN_ABI_VERSION_MAJOR) + { + dlclose(local_scan_lib); + local_scan_lib = NULL; + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible major" + "version number, you need to recompile your module for this version" + "of exim (The module was compiled for version %d.%d and this exim provides" + "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR, + LOCAL_SCAN_ABI_VERSION_MINOR); + return FALSE; + } +else if (vers_min > LOCAL_SCAN_ABI_VERSION_MINOR) + { + dlclose(local_scan_lib); + local_scan_lib = NULL; + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible minor" + "version number, you need to recompile your module for this version" + "of exim (The module was compiled for version %d.%d and this exim provides" + "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR, + LOCAL_SCAN_ABI_VERSION_MINOR); + return FALSE; + } + +local_scan_fn = dlsym(local_scan_lib, "local_scan"); +if (!local_scan_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan() function - message temporarily rejected"); + return FALSE; + } + +return TRUE; } + +#endif /* DLOPEN_LOCAL_SCAN */ /* End of local_scan.c */ diff -urN exim-4.14-0/src/readconf.c exim-4.14-1/src/readconf.c --- exim-4.14-0/src/readconf.c Tue Mar 11 04:20:22 2003 +++ exim-4.14-1/src/readconf.c Sun Mar 23 15:34:15 2003 @@ -182,6 +182,9 @@ { "local_from_prefix", opt_stringptr, &local_from_prefix }, { "local_from_suffix", opt_stringptr, &local_from_suffix }, { "local_interfaces", opt_stringptr, &local_interfaces }, +#ifdef DLOPEN_LOCAL_SCAN + { "local_scan_path", opt_stringptr, &local_scan_path }, +#endif { "local_scan_timeout", opt_time, &local_scan_timeout }, { "local_sender_retain", opt_bool, &local_sender_retain }, { "localhost_number", opt_stringptr, &host_number_string }, Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exim/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 May 2006 10:53:54 -0000 1.10 +++ .cvsignore 26 Aug 2006 09:30:05 -0000 1.11 @@ -1,2 +1,3 @@ sa-exim-4.2.tar.gz exim-4.62.tar.bz2 +exim-4.63.tar.bz2 Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- exim.spec 27 Jul 2006 07:05:24 -0000 1.24 +++ exim.spec 26 Aug 2006 09:30:05 -0000 1.25 @@ -1,7 +1,11 @@ +# SA-Exim has long since been obsoleted by the proper built-in ACL support +# from exiscan. Disable it for FC6 unless people scream. +# %define buildsa 1 + Summary: The exim mail transfer agent Name: exim -Version: 4.62 -Release: 6%{?dist} +Version: 4.63 +Release: 1%{?dist} License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -16,7 +20,9 @@ Source3: exim.sysconfig Source4: exim.logrotate Source11: exim.pam +%if 0%{?buildsa} Source13: http://marc.merlins.org/linux/exim/files/sa-exim-4.2.tar.gz +%endif Patch4: exim-rhl.patch Patch6: exim-4.50-config.patch Patch8: exim-4.24-libdir.patch @@ -25,6 +31,7 @@ Patch14: exim-4.50-spamdconf.patch Patch15: exim-4.52-dynamic-pcre.patch Patch17: exim-4.61-ldap-deprecated.patch +Patch18: exim-4.62-dlopen-localscan.patch Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel pam-devel @@ -65,9 +72,9 @@ %prep %setup -q +%if 0%{?buildsa} %setup -q -T -D -a 13 -# patch sa -cat sa-exim*/localscan_dlopen_exim_4.20_or_better.patch | patch -p1 +%endif cp src/EDITME Local/Makefile cp exim_monitor/EDITME Local/eximon.conf @@ -79,6 +86,7 @@ %patch14 -p1 -b .spamd %patch15 -p1 -b .pcre %patch17 -p1 -b .ldap +%patch18 -p1 -b .dl %build %ifnarch s390 s390x @@ -87,11 +95,12 @@ make CFLAGS="$RPM_OPT_FLAGS -fPIE" LFLAGS=-pie _lib=%{_lib} %endif +%if 0%{?buildsa} # build sa-exim cd sa-exim* perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile make SACONF=%{_sysconfdir}/exim/sa-exim.conf CFLAGS="$RPM_OPT_FLAGS -fPIC" - +%endif %install rm -rf $RPM_BUILD_ROOT @@ -156,12 +165,14 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d install -m 0644 %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/exim +%if 0%{?buildsa} # install sa cd sa-exim* mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/exim install *.so $RPM_BUILD_ROOT%{_libexecdir}/exim install -m 644 *.conf $RPM_BUILD_ROOT%{_sysconfdir}/exim ln -s sa-exim*.so $RPM_BUILD_ROOT%{_libexecdir}/exim/sa-exim.so +%endif # generate ghost .pem file mkdir -p $RPM_BUILD_ROOT/etc/pki/tls/{certs,private} @@ -281,14 +292,20 @@ %{_sbindir}/eximon %{_sbindir}/eximon.bin +%if 0%{?buildsa} %files sa %defattr(-,root,root) %{_libexecdir}/exim %config(noreplace) %{_sysconfdir}/exim/sa-*.conf %doc sa-exim*/*.html %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO} +%endif %changelog +* Sat Aug 26 2006 David Woodhouse - 4.63-1 +- Update to 4.63 +- Disable sa-exim, but leave the dlopen patch in + * Wed Jul 19 2006 Thomas Woerner - 4.62-6 - final version - changed permissions of /etc/pki/tls/*/exim.pem to 0600 Index: sources =================================================================== RCS file: /cvs/extras/rpms/exim/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 2 May 2006 10:53:54 -0000 1.10 +++ sources 26 Aug 2006 09:30:05 -0000 1.11 @@ -1,2 +1,3 @@ ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz a8efc92427192fd3b7b5e71decc8cc31 exim-4.62.tar.bz2 +dde2d5f7106d51607409af94174db46c exim-4.63.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 10:33:20 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Sat, 26 Aug 2006 03:33:20 -0700 Subject: rpms/banshee/devel banshee.spec,1.18,1.19 Message-ID: <200608261033.k7QAXMZR003528@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3511 Modified Files: banshee.spec Log Message: * Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 - For some reason, the last build picked up dependencies on both mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 Not sure why, but hopefully this rebuild fixes it.... Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- banshee.spec 24 Aug 2006 21:41:11 -0000 1.18 +++ banshee.spec 26 Aug 2006 10:33:20 -0000 1.19 @@ -1,6 +1,6 @@ Name: banshee Version: 0.10.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -106,7 +106,12 @@ %exclude %{_libdir}/banshee/*.la %changelog -* Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 +* Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 +- For some reason, the last build picked up dependencies on both + mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 + Not sure why, but hopefully this rebuild fixes it.... + +* Wed Aug 23 2006 Christopher Aillon - 0.10.12-1 - Update to 0.10.12 - Build against newer mono stack From fedora-extras-commits at redhat.com Sat Aug 26 13:55:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 26 Aug 2006 06:55:17 -0700 Subject: rpms/SDL_image/devel .cvsignore, 1.3, 1.4 SDL_image.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200608261355.k7QDtJf5012406@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12385 Modified Files: .cvsignore SDL_image.spec sources Log Message: * Sat Aug 26 2006 Brian Pepple - 1.2.5-1 - Update to 1.2.5. - Simplify description & summary for devel package. - Update SDL version required. - Use disable-static configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Jun 2005 16:26:55 -0000 1.3 +++ .cvsignore 26 Aug 2006 13:55:16 -0000 1.4 @@ -1 +1 @@ -SDL_image-1.2.4.tar.gz +SDL_image-1.2.5.tar.gz Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SDL_image.spec 13 Feb 2006 17:31:31 -0000 1.7 +++ SDL_image.spec 26 Aug 2006 13:55:16 -0000 1.8 @@ -1,6 +1,6 @@ Name: SDL_image -Version: 1.2.4 -Release: 5%{?dist} +Version: 1.2.5 +Release: 1%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -9,7 +9,7 @@ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2.4-1 +BuildRequires: SDL-devel >= 1.2.10 BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel @@ -23,17 +23,15 @@ %package devel -Summary: Development files for the SDL image loading library +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: SDL-devel >= 1.2.4-1 +Requires: SDL-devel >= 1.2.10 %description devel -Simple DirectMedia Layer (SDL) is a cross-platform multimedia library -designed to provide fast access to the graphics frame buffer and audio -device. This package contains the files needed for development using -the SDL image loading library contained in the SDL_image package. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -42,7 +40,7 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif +%configure --disable-dependency-tracking --enable-tif --disable-static make %{?_smp_mflags} @@ -52,7 +50,7 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir} ./libtool --mode=install /usr/bin/install showimage $RPM_BUILD_ROOT%{_bindir} -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -74,12 +72,17 @@ %files devel %defattr(-,root,root) -%{_libdir}/*.a %{_libdir}/lib*.so -%{_includedir}/SDL/* +%{_includedir}/SDL/ %changelog +* Sat Aug 26 2006 Brian Pepple - 1.2.5-1 +- Update to 1.2.5. +- Simplify description & summary for devel package. +- Update SDL version required. +- Use disable-static configure flag. + * Mon Feb 13 2006 Brian Pepple - 1.2.4-5 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Jun 2005 16:26:55 -0000 1.3 +++ sources 26 Aug 2006 13:55:16 -0000 1.4 @@ -1 +1 @@ -70bf617f99e51a2c94550fc79d542f0b SDL_image-1.2.4.tar.gz +cd006109a73bf7dcc93e1c3ed15ee782 SDL_image-1.2.5.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 14:12:25 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Sat, 26 Aug 2006 07:12:25 -0700 Subject: rpms/ser/devel ser.spec,1.5,1.6 Message-ID: <200608261412.k7QECRtg015166@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/ser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149 Modified Files: ser.spec Log Message: * Sat Aug 26 2006 Andreas Thienemann 0.9.6-8 - Added flex dependency Index: ser.spec =================================================================== RCS file: /cvs/extras/rpms/ser/devel/ser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ser.spec 23 Jul 2006 11:54:01 -0000 1.5 +++ ser.spec 26 Aug 2006 14:12:25 -0000 1.6 @@ -8,7 +8,7 @@ Summary: SIP Express Router Name: ser Version: 0.9.6 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz @@ -20,6 +20,7 @@ URL: http://www.iptel.org/ser/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel, bison +BuildRequires: flex Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -214,6 +215,9 @@ %endif %changelog +* Sat Aug 26 2006 Andreas Thienemann 0.9.6-8 +- Added flex dependency + * Sun Jul 23 2006 Andreas Thienemann 0.9.6-7 - Added bison dependency From fedora-extras-commits at redhat.com Sat Aug 26 14:17:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 26 Aug 2006 07:17:41 -0700 Subject: rpms/SDL_ttf/devel .cvsignore, 1.3, 1.4 SDL_ttf.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608261417.k7QEHiIk015256@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15233 Modified Files: .cvsignore SDL_ttf.spec sources Log Message: * Sat Aug 26 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8. - Simplify description & summary for devel package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Sep 2005 18:40:09 -0000 1.3 +++ .cvsignore 26 Aug 2006 14:17:41 -0000 1.4 @@ -1 +1 @@ -SDL_ttf-2.0.7.tar.gz +SDL_ttf-2.0.8.tar.gz Index: SDL_ttf.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/SDL_ttf.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_ttf.spec 13 Feb 2006 17:35:30 -0000 1.10 +++ SDL_ttf.spec 26 Aug 2006 14:17:41 -0000 1.11 @@ -1,13 +1,13 @@ Name: SDL_ttf -Version: 2.0.7 -Release: 4%{?dist} +Version: 2.0.8 +Release: 1%{?dist} Summary: Simple DirectMedia Layer TrueType Font library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_ttf/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch1: %{name}-%{version}-freetype-internals.patch +Patch1: %{name}-2.0.7-freetype-internals.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4 @@ -21,16 +21,15 @@ %package devel -Summary: Files to develop SDL applications which use TrueType fonts +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4 %description devel -This library allows you to use TrueType fonts to render text in SDL -applications. This package provides the libraries, include files and other -resources needed for developing SDL_ttf applications. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -46,7 +45,7 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -68,10 +67,14 @@ %files devel %defattr(-,root,root) %{_libdir}/*.so -%{_includedir}/SDL/*.h +%{_includedir}/SDL/ %changelog +* Sat Aug 26 2006 Brian Pepple - 2.0.8-1 +- Update to 2.0.8. +- Simplify description & summary for devel package. + * Mon Feb 13 2006 Brian Pepple - 2.0.7-4 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Sep 2005 18:40:09 -0000 1.3 +++ sources 26 Aug 2006 14:17:41 -0000 1.4 @@ -1 +1 @@ -0f6ee1a502e6913a412aac353dc75bbc SDL_ttf-2.0.7.tar.gz +094b6c08769e9842dbe1dfb5efa22df7 SDL_ttf-2.0.8.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 15:37:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:37:49 -0700 Subject: rpms/xcircuit - New directory Message-ID: <200608261537.k7QFbptX018295@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18269/xcircuit Log Message: Directory /cvs/extras/rpms/xcircuit added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:37:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:37:50 -0700 Subject: rpms/xcircuit/devel - New directory Message-ID: <200608261537.k7QFbq0u018298@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18269/xcircuit/devel Log Message: Directory /cvs/extras/rpms/xcircuit/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:38:08 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:38:08 -0700 Subject: rpms/xcircuit Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261538.k7QFcAZ8018342@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18314 Added Files: Makefile import.log Log Message: Setup of module xcircuit --- NEW FILE Makefile --- # Top level Makefile for module xcircuit all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:38:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:38:09 -0700 Subject: rpms/xcircuit/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261538.k7QFcBsL018345@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18314/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xcircuit --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:39:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:39:55 -0700 Subject: rpms/xcircuit import.log,1.1,1.2 Message-ID: <200608261539.k7QFdv2M018437@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18401 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-8 on branch devel from xcircuit-3.4.26-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:38:08 -0000 1.1 +++ import.log 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 From fedora-extras-commits at redhat.com Sat Aug 26 15:39:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:39:55 -0700 Subject: rpms/xcircuit/devel xcircuit-3.4.26-LIBTOOL.patch, NONE, 1.1 xcircuit.desktop, NONE, 1.1 xcircuit.png, NONE, 1.1 xcircuit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261539.k7QFdwW2018444@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18401/devel Modified Files: .cvsignore sources Added Files: xcircuit-3.4.26-LIBTOOL.patch xcircuit.desktop xcircuit.png xcircuit.spec Log Message: auto-import xcircuit-3.4.26-8 on branch devel from xcircuit-3.4.26-8.src.rpm xcircuit-3.4.26-LIBTOOL.patch: --- NEW FILE xcircuit-3.4.26-LIBTOOL.patch --- --- configure.in.orig 2006-04-10 23:51:35.000000000 +0200 +++ configure.in 2006-08-23 14:46:17.000000000 +0200 @@ -50,7 +50,7 @@ AC_MSG_ERROR(Compiler not ANSI compliant) fi AC_PROG_INSTALL -AC_PROG_RANLIB +AC_PROG_LIBTOOL dnl GNU M4 is preferred due to some of the option switches. AC_PATH_PROGS([M4], [gm4 gnum4 m4],) --- NEW FILE xcircuit.desktop --- [Desktop Entry] Encoding=UTF-8 Name=XCircuit Exec=xcircuit Icon=xcircuit Type=Application Terminal=false GenericName=xcircuit Categories=Education;Science;X-Fedora;Engineering; X-Desktop-File-Install-Version=0.10 --- NEW FILE xcircuit.spec --- Name: xcircuit Version: 3.4.26 Release: 8%{?dist} Summary: Electronic circuit schematic drawing program License: GPL Group: Applications/Engineering URL: http://opencircuitdesign.com/xcircuit Source: http://opencircuitdesign.com/xcircuit/archive/%{name}-%{version}.tgz Source1: %{name}.desktop # http://opencircuitdesign.com/xcircuit/archive/xcircuit.xpm as 64x64 Source2: %{name}.png Patch0: xcircuit-3.4.26-LIBTOOL.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcl-devel, tk-devel, desktop-file-utils, libtool, libXt-devel, zlib-devel, libXpm-devel Requires: tcl, tk Requires(post): %{_bindir}/gtk-update-icon-cache Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database %description Xcircuit is a general-purpose drawing program and also a specific-purpose CAD program for circuit schematic drawing and schematic capture. %prep %setup -q %patch0 -p0 -b configure.in %build %{__libtoolize} --force --copy %{__aclocal} %{__automake} --add-missing %{__autoconf} %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__rm} %{_builddir}/%{name} %{__make} DESTDIR=%{buildroot} install %{__make} install-man mandir="%{buildroot}%{_mandir}" %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc %{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ --add-category X-Fedora \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %files %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} %{_libdir}/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-7 - Fixed mandir * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-6 - Dropped patch xcircuit-3.4.26-xpm-gif.patch - Removed useless Windows related files * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-5 - Added libXpm-devel as BR to prevent "image type "xpm" doesn't exist" error * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-4 - Added libXt-devel and zlib-devel as BR * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-3 - Fixed xcircuit.desktop and removed unneccessary installation for manual - Used update-desktop-database in %%post and %%postun - patch for "image type "xpm" doesn't exist" * Thu Aug 24 2006 Chitlesh Goorah - 3.4.26-2 - Fixed xcircuit.desktop, xcircuit.png - Minor fixes * Wed Aug 23 2006 Chitlesh Goorah - 3.4.26-1 - Initial Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:38:09 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +xcircuit-3.4.26.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:38:09 -0000 1.1 +++ sources 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +ec6ec09e97d711f507e8f7c33c88b06b xcircuit-3.4.26.tgz From fedora-extras-commits at redhat.com Sat Aug 26 15:42:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:42:33 -0700 Subject: owners owners.list,1.1449,1.1450 Message-ID: <200608261542.k7QFgZdh018504@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18485/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1449 retrieving revision 1.1450 diff -u -r1.1449 -r1.1450 --- owners.list 26 Aug 2006 07:55:15 -0000 1.1449 +++ owners.list 26 Aug 2006 15:42:33 -0000 1.1450 @@ -2051,6 +2051,7 @@ Fedora Extras|xchat-gnome|Gnome IRC Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|xchm|A GUI front-end to CHMlib|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xcin|A XIM server input method for Traditional Chinese|llch at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|xcicuit|Electronic circuit schematic drawing program|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|xcompmgr|X11 composite manager|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xdaliclock|A clock for the X Window System|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|xdesktopwaves|Simulation of water waves on the X Window System desktop|adrian at lisas.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 15:45:38 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:45:38 -0700 Subject: owners owners.list,1.1450,1.1451 Message-ID: <200608261545.k7QFjeT4018543@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18526/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1450 retrieving revision 1.1451 diff -u -r1.1450 -r1.1451 --- owners.list 26 Aug 2006 15:42:33 -0000 1.1450 +++ owners.list 26 Aug 2006 15:45:38 -0000 1.1451 @@ -709,6 +709,7 @@ Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xtdnet.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 15:47:19 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:19 -0700 Subject: rpms/kpolynome - New directory Message-ID: <200608261547.k7QFlLmQ018613@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18592/kpolynome Log Message: Directory /cvs/extras/rpms/kpolynome added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:47:20 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:20 -0700 Subject: rpms/kpolynome/devel - New directory Message-ID: <200608261547.k7QFlMUH018616@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18592/kpolynome/devel Log Message: Directory /cvs/extras/rpms/kpolynome/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:47:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:43 -0700 Subject: rpms/kpolynome Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261547.k7QFlj3k018665@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637 Added Files: Makefile import.log Log Message: Setup of module kpolynome --- NEW FILE Makefile --- # Top level Makefile for module kpolynome all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:47:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:44 -0700 Subject: rpms/kpolynome/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261547.k7QFlkFt018668@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kpolynome --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:49:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:49:13 -0700 Subject: rpms/kpolynome import.log,1.1,1.2 Message-ID: <200608261549.k7QFnjxH018743@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706 Modified Files: import.log Log Message: auto-import kpolynome-0.1.2-6 on branch devel from kpolynome-0.1.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kpolynome/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:47:43 -0000 1.1 +++ import.log 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +kpolynome-0_1_2-6:HEAD:kpolynome-0.1.2-6.src.rpm:1156614747 From fedora-extras-commits at redhat.com Sat Aug 26 15:49:14 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:49:14 -0700 Subject: rpms/kpolynome/devel kpolynome-0.1-2-desktop.patch, NONE, 1.1 kpolynome.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261549.k7QFnkXN018747@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706/devel Modified Files: .cvsignore sources Added Files: kpolynome-0.1-2-desktop.patch kpolynome.spec Log Message: auto-import kpolynome-0.1.2-6 on branch devel from kpolynome-0.1.2-6.src.rpm kpolynome-0.1-2-desktop.patch: --- NEW FILE kpolynome-0.1-2-desktop.patch --- --- src/kpolynome.desktop 2005-04-23 15:30:17.000000000 +0200 +++ kpolynome.desktop 2006-08-25 11:41:52.000000000 +0200 @@ -5,13 +5,13 @@ MimeType=application/x-kpolynome Icon=kpolynome Type=Application -DocPath=kpolynome/index.html -Categories=Qt;KDE;Math;Education +DocPath=kpolynome-0.1.2/en/index.html +Categories=Qt;KDE;Math;Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 Comment=Polynome calculation Comment[hu]=Polinomsz??m??t??s -Type=MimeType Patterns=*.kpds;*.KPDS X-KDE-AutoEmbed=false -[Property::X-KDE-NativeExtension] +[X-Property::X-KDE-NativeExtension] Type=QString Value=.kpds;*.KPDS --- NEW FILE kpolynome.spec --- Name: kpolynome #Version 0.1-2 second upstream release Version: 0.1.2 Release: 6%{?dist} Summary: A polynome calculation program for KDE License: GPL Group: Applications/Engineering URL: http://sourceforge.net/projects/%{name} Source: http://sourceforge.net/projects/%{name}/%{name}-0.1-2.tar.gz Patch0: kpolynome-0.1-2-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, kdelibs-devel, desktop-file-utils Requires(post): %{_bindir}/gtk-update-icon-cache Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database %description KPolynome is a program to calculate mathematical polynomes based on given data coordinates. %prep %setup -q -n %{name}-0.1 %patch0 -p0 -b %{name}.desktop %build %configure --disable-rpath %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %{__rm} -rf doc/{en,hu}/Makefile* chmod 644 {AUTHORS,ChangeLog,COPYING,NEWS} chmod 644 src/{drawwidget.*,maindialog.*,maindlg.ui.h,matdata.*,curvedialog.*,main.cpp,curvedlg.ui.h} chmod 644 doc/{en,hu}/index.docbook # Fix absolute symlink rm -f %{buildroot}%{_docdir}/HTML/??/%{name}/common desktop-file-install --vendor fedora \ --add-category "Engineering" \ --add-category "X-Fedora" \ --delete-original \ --dir %{buildroot}%{_datadir}/applications/ \ %{buildroot}%{_datadir}/applnk/Edutainment/Mathematics/%{name}.desktop rm -rf %{buildroot}%{_docdir}/HTML/ #No translations %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog TODO doc/en doc/hu %{_bindir}/%{name} %dir %{_datadir}/apps/%{name} %{_datadir}/apps/%{name}/%{name}ui.rc %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 0.1.2-6 - Replaced $$RPM_BUILD_ROOT by %%{buildroot} - Removed requires: kdelibs * Sat Aug 26 2006 Chitlesh Goorah - 0.1.2-5 - Removed useless Makefiles in doc/{en,hu} * Fri Aug 25 2006 Chitlesh Goorah - 0.1.2-4 - Restored HTML documents * Fri Aug 25 2006 Chitlesh Goorah - 0.1.2-3 - Fixed script-without-shellbang for kpolynome-debuginfo - Used update-desktop-database in %%post and %%postun - Fixed xcircuit.desktop * Sun Aug 20 2006 Chitlesh Goorah - 0.1.2-2 - Added autoconf and automake as BRs. - Owned proper directories in %%files - Fixed rpmlint issues * Sun Aug 13 2006 Chitlesh Goorah - 0.1.2-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kpolynome/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:47:44 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +kpolynome-0.1-2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kpolynome/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:47:44 -0000 1.1 +++ sources 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +e1e43fac9f0fc5f5c9c8e8b3a94e745b kpolynome-0.1-2.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 15:50:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:31 -0700 Subject: rpms/conexusmm - New directory Message-ID: <200608261550.k7QFoX1n018843@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18822/conexusmm Log Message: Directory /cvs/extras/rpms/conexusmm added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:50:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:31 -0700 Subject: rpms/conexusmm/devel - New directory Message-ID: <200608261550.k7QFoYIU018846@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18822/conexusmm/devel Log Message: Directory /cvs/extras/rpms/conexusmm/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:50:43 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:43 -0700 Subject: rpms/conexusmm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261550.k7QFojVY018900@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18867 Added Files: Makefile import.log Log Message: Setup of module conexusmm --- NEW FILE Makefile --- # Top level Makefile for module conexusmm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:50:43 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:43 -0700 Subject: rpms/conexusmm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261550.k7QFojVD018903@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18867/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conexusmm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:51:26 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:51:26 -0700 Subject: rpms/conexusmm import.log,1.1,1.2 Message-ID: <200608261551.k7QFpw30018965@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931 Modified Files: import.log Log Message: auto-import conexusmm-0.3.0-1 on branch devel from conexusmm-0.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conexusmm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:50:43 -0000 1.1 +++ import.log 26 Aug 2006 15:51:26 -0000 1.2 @@ -0,0 +1 @@ +conexusmm-0_3_0-1:HEAD:conexusmm-0.3.0-1.src.rpm:1156607484 From fedora-extras-commits at redhat.com Sat Aug 26 15:51:27 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:51:27 -0700 Subject: rpms/conexusmm/devel conexusmm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261551.k7QFpxeg018969@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931/devel Modified Files: .cvsignore sources Added Files: conexusmm.spec Log Message: auto-import conexusmm-0.3.0-1 on branch devel from conexusmm-0.3.0-1.src.rpm --- NEW FILE conexusmm.spec --- # Target: fedora-5 Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.3.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized C++ I/O library that includes support for BSD sockets, serial/tty, packet capture (via pcap), et. al. conexus utilizes sigc++ for object communication. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig %description devel This package contains the libraries and header files needed for developing %{name} applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy docs into a better location for installation # Keeps them from being /usr/share/doc/package-x.x.x-devel/docs %{__cp} -ar docs/reference . %{__cp} -ar docs/gallery . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/lib*conexusmm*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc %{_includedir}/conexusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo %{_datadir}/conexusmm-0.3.0/ %changelog * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ - Added papyrus BuildRequires for spinner widgets * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.0-3 - Removed pkgconfig from BuildRequires - Added pkgconfig to -devel Requires * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.0-2 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Removed doxygen, graphviz and pkgconfig from devel requires - Added package name to globs in so libs, .pc and demos * Sat Jul 15 2006 Rick L Vinyard Jr - 0.2.0-1 - Started from branch of conexus project Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:50:43 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 @@ -0,0 +1 @@ +conexusmm-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:50:43 -0000 1.1 +++ sources 26 Aug 2006 15:51:27 -0000 1.2 @@ -0,0 +1 @@ +8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 15:55:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:55:23 -0700 Subject: owners owners.list,1.1451,1.1452 Message-ID: <200608261555.k7QFtPUK019025@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19008 Modified Files: owners.list Log Message: Added conexusmm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1451 retrieving revision 1.1452 diff -u -r1.1451 -r1.1452 --- owners.list 26 Aug 2006 15:45:38 -0000 1.1451 +++ owners.list 26 Aug 2006 15:55:23 -0000 1.1452 @@ -195,6 +195,7 @@ Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|conexus|conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| +Fedora Extras|conexusmm|Gtkmm widgets for the conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 16:00:40 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 09:00:40 -0700 Subject: comps comps-fe5.xml.in,1.117,1.118 comps-fe6.xml.in,1.120,1.121 Message-ID: <200608261600.k7QG0gv8019073@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19049 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added bit-devel, conexus-devel, conexusmm-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- comps-fe5.xml.in 25 Aug 2006 18:26:54 -0000 1.117 +++ comps-fe5.xml.in 26 Aug 2006 16:00:39 -0000 1.118 @@ -218,8 +218,11 @@ anjuta anjuta-docs at-poke + bit-devel bitgtkmm-devel cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- comps-fe6.xml.in 26 Aug 2006 09:10:01 -0000 1.120 +++ comps-fe6.xml.in 26 Aug 2006 16:00:39 -0000 1.121 @@ -241,8 +241,11 @@ anjuta anjuta-docs at-poke + bit-devel bitgtkmm-devel cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel From fedora-extras-commits at redhat.com Sat Aug 26 17:31:36 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:31:36 -0700 Subject: comps comps-fe6.xml.in,1.121,1.122 Message-ID: <200608261731.k7QHVcvM025056@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25039/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- comps-fe6.xml.in 26 Aug 2006 16:00:39 -0000 1.121 +++ comps-fe6.xml.in 26 Aug 2006 17:31:36 -0000 1.122 @@ -158,6 +158,7 @@ hdf hdf5 hmmer + kpolynome kst lagan lapack @@ -177,6 +178,7 @@ scalapack SIBsim4 veusz + xcircuit From fedora-extras-commits at redhat.com Sat Aug 26 17:48:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:48:02 -0700 Subject: rpms/xcircuit import.log,1.2,1.3 Message-ID: <200608261748.k7QHm4g2025137@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25106 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-9 on branch FC-5 from xcircuit-3.4.26-9.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 26 Aug 2006 15:39:55 -0000 1.2 +++ import.log 26 Aug 2006 17:48:02 -0000 1.3 @@ -1 +1,2 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 +xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 From fedora-extras-commits at redhat.com Sat Aug 26 17:48:03 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:48:03 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.1,1.2 Message-ID: <200608261748.k7QHm5uw025141@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25106/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-9 on branch FC-5 from xcircuit-3.4.26-9.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xcircuit.spec 26 Aug 2006 15:39:55 -0000 1.1 +++ xcircuit.spec 26 Aug 2006 17:48:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure +%configure --libdir=%{_libdir} %{__make} %{?_smp_mflags} %install @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 +- Added --libdir=%%{_libdir} to solve build error on x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp From fedora-extras-commits at redhat.com Sat Aug 26 18:12:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:12:17 -0700 Subject: rpms/xcircuit import.log,1.3,1.4 Message-ID: <200608261812.k7QICn4c028034@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28002 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-10 on branch FC-5 from xcircuit-3.4.26-10.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 26 Aug 2006 17:48:02 -0000 1.3 +++ import.log 26 Aug 2006 18:12:16 -0000 1.4 @@ -1,2 +1,3 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 +xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 From fedora-extras-commits at redhat.com Sat Aug 26 18:12:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:12:17 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.2,1.3 Message-ID: <200608261812.k7QICnWk028037@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28002/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-10 on branch FC-5 from xcircuit-3.4.26-10.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xcircuit.spec 26 Aug 2006 17:48:03 -0000 1.2 +++ xcircuit.spec 26 Aug 2006 18:12:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -48,7 +48,7 @@ %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc -%{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 +%{__rm} %{buildroot}%{_prefix}/lib*/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 +- Opted %{_prefix}/lib* prior to %{_libdir} + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 - Added --libdir=%%{_libdir} to solve build error on x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 18:26:36 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:26:36 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.3,1.4 Message-ID: <200608261826.k7QIQcLd028348@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28313/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-11 on branch FC-5 from xcircuit-3.4.26-11.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xcircuit.spec 26 Aug 2006 18:12:17 -0000 1.3 +++ xcircuit.spec 26 Aug 2006 18:26:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure --libdir=%{_libdir} +%configure %{__make} %{?_smp_mflags} %install @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -78,14 +78,17 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} -%{_libdir}/%{name}-3.4/ +%{_prefix}/lib*/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 -- Opted %{_prefix}/lib* prior to %{_libdir} +- Opted %%{_prefix}/lib* prior to %%{_libdir} * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 - Added --libdir=%%{_libdir} to solve build error on x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 18:26:35 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:26:35 -0700 Subject: rpms/xcircuit import.log,1.4,1.5 Message-ID: <200608261826.k7QIQb1W028344@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28313 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-11 on branch FC-5 from xcircuit-3.4.26-11.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 26 Aug 2006 18:12:16 -0000 1.4 +++ import.log 26 Aug 2006 18:26:35 -0000 1.5 @@ -1,3 +1,4 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 +xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 From fedora-extras-commits at redhat.com Sat Aug 26 18:41:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:41:17 -0700 Subject: rpms/xcircuit import.log,1.5,1.6 Message-ID: <200608261841.k7QIfJQo028508@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28477 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-12 on branch FC-5 from xcircuit-3.4.26-12.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 26 Aug 2006 18:26:35 -0000 1.5 +++ import.log 26 Aug 2006 18:41:17 -0000 1.6 @@ -2,3 +2,4 @@ xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 +xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 From fedora-extras-commits at redhat.com Sat Aug 26 18:41:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:41:18 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.4,1.5 Message-ID: <200608261841.k7QIfKxX028512@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28477/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-12 on branch FC-5 from xcircuit-3.4.26-12.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xcircuit.spec 26 Aug 2006 18:26:36 -0000 1.4 +++ xcircuit.spec 26 Aug 2006 18:41:18 -0000 1.5 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 19:05:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:05:58 -0700 Subject: rpms/xcircuit import.log,1.6,1.7 Message-ID: <200608261906.k7QJ60qE031312@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31281 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-13 on branch FC-5 from xcircuit-3.4.26-13.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 26 Aug 2006 18:41:17 -0000 1.6 +++ import.log 26 Aug 2006 19:05:58 -0000 1.7 @@ -3,3 +3,4 @@ xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 +xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 From fedora-extras-commits at redhat.com Sat Aug 26 19:05:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:05:59 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.5,1.6 Message-ID: <200608261906.k7QJ61jl031316@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31281/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-13 on branch FC-5 from xcircuit-3.4.26-13.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xcircuit.spec 26 Aug 2006 18:41:18 -0000 1.5 +++ xcircuit.spec 26 Aug 2006 19:05:59 -0000 1.6 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure +%configure --with-tcl=%{_prefix}/lib* %{__make} %{?_smp_mflags} %install @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_prefix}/lib/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 19:37:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:37:48 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.6,1.7 Message-ID: <200608261937.k7QJboE5031536@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31501/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-14 on branch FC-5 from xcircuit-3.4.26-14.src.rpm excluding 64 Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xcircuit.spec 26 Aug 2006 19:05:59 -0000 1.6 +++ xcircuit.spec 26 Aug 2006 19:37:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -21,6 +21,7 @@ Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database +ExcludeArch: ia64 %description Xcircuit is a general-purpose drawing program and also a specific-purpose @@ -85,6 +86,9 @@ %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Excluding builds for x86_64 (temporarily) + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 - Minor fixes to build properly under x86_64 * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 From fedora-extras-commits at redhat.com Sat Aug 26 19:37:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:37:48 -0700 Subject: rpms/xcircuit import.log,1.7,1.8 Message-ID: <200608261937.k7QJbol8031532@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31501 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-14 on branch FC-5 from xcircuit-3.4.26-14.src.rpm excluding 64 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 26 Aug 2006 19:05:58 -0000 1.7 +++ import.log 26 Aug 2006 19:37:47 -0000 1.8 @@ -4,3 +4,4 @@ xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 +xcircuit-3_4_26-14:FC-5:xcircuit-3.4.26-14.src.rpm:1156628462 From fedora-extras-commits at redhat.com Sun Aug 27 00:33:47 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:33:47 -0700 Subject: rpms/azureus/devel .cvsignore, 1.8, 1.9 azureus-no-update-manager-SWTUpdateChecker.patch, 1.2, 1.3 azureus-no-update-manager-UpdateMonitor.patch, 1.3, 1.4 azureus-themed.patch, 1.4, 1.5 azureus.spec, 1.29, 1.30 sources, 1.8, 1.9 azureus-no-restart.patch, 1.2, NONE azureus-no-update-manager-MainWindow.patch, 1.1, NONE Message-ID: <200608270033.k7R0XnDC013251@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13215 Modified Files: .cvsignore azureus-no-update-manager-SWTUpdateChecker.patch azureus-no-update-manager-UpdateMonitor.patch azureus-themed.patch azureus.spec sources Removed Files: azureus-no-restart.patch azureus-no-update-manager-MainWindow.patch Log Message: Update to 2.5.0.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Jul 2006 19:33:20 -0000 1.8 +++ .cvsignore 27 Aug 2006 00:33:46 -0000 1.9 @@ -1,3 +1,7 @@ -azureus2-cvs-20060702.tar.bz2 -bdcc_2.2.2.zip +azureus2-2.5.0.0.tar.gz +azureus.script +Azureus.desktop +azureus.applications +azureus-License.txt azplugins_1.9.jar +bdcc_2.2.2.zip azureus-no-update-manager-SWTUpdateChecker.patch: Index: azureus-no-update-manager-SWTUpdateChecker.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-no-update-manager-SWTUpdateChecker.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- azureus-no-update-manager-SWTUpdateChecker.patch 29 May 2006 16:02:45 -0000 1.2 +++ azureus-no-update-manager-SWTUpdateChecker.patch 27 Aug 2006 00:33:46 -0000 1.3 @@ -1,6 +1,6 @@ ---- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig 2006-05-14 08:10:01.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java 2006-05-26 09:25:21.000000000 -0700 -@@ -57,77 +57,13 @@ +--- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig 2006-07-29 16:23:50.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java 2006-08-23 12:18:50.000000000 -0700 +@@ -63,164 +63,13 @@ public static void initialize() { @@ -14,9 +14,96 @@ - try{ - SWTVersionGetter versionGetter = new SWTVersionGetter( checker ); - -- if( versionGetter.needsUpdate() && System.getProperty("azureus.skipSWTcheck") == null ) { -- -- String[] mirrors = versionGetter.getMirrors(); +- boolean update_required = versionGetter.needsUpdate() && +- System.getProperty("azureus.skipSWTcheck") == null ; +- +- if ( update_required ){ +- +- int update_prevented_version = COConfigurationManager.getIntParameter( "swt.update.prevented.version", -1 ); +- +- try{ +- URL swt_url = SWT.class.getClassLoader().getResource("org/eclipse/swt/SWT.class"); +- +- if ( swt_url != null ){ +- +- String url_str = swt_url.toExternalForm(); +- +- if ( url_str.startsWith("jar:file:")){ +- +- File jar_file = FileUtil.getJarFileFromURL(url_str); +- +- String expected_location; +- +- if ( Constants.isOSX ){ +- +- expected_location = checker.getCheckInstance().getManager().getInstallDir() + OSX_APP + "/Contents/Resources/Java"; +- +- }else{ +- +- expected_location = checker.getCheckInstance().getManager().getInstallDir(); +- } +- +- File expected_dir = new File( expected_location ); +- +- File jar_file_dir = jar_file.getParentFile(); +- +- // sanity check +- +- if ( expected_dir.exists() && jar_file_dir.exists() ){ +- +- expected_dir = expected_dir.getCanonicalFile(); +- jar_file_dir = jar_file_dir.getCanonicalFile(); +- +- if ( expected_dir.equals( jar_file_dir )){ +- +- // everything looks ok +- +- if ( update_prevented_version != -1 ){ +- +- update_prevented_version = -1; +- +- COConfigurationManager.setParameter( "swt.update.prevented.version", update_prevented_version ); +- } +- }else{ +- +- if ( update_prevented_version != versionGetter.getCurrentVersion()){ +- +- String alert = +- MessageText.getString( +- "swt.alert.cant.update", +- new String[]{ +- String.valueOf( versionGetter.getCurrentVersion()), +- String.valueOf( versionGetter.getLatestVersion()), +- jar_file_dir.toString(), +- expected_dir.toString()}); +- +- Logger.log( new LogAlert(LogAlert.UNREPEATABLE, LogEvent.LT_ERROR, alert )); +- +- update_prevented_version = versionGetter.getCurrentVersion(); +- +- COConfigurationManager.setParameter( "swt.update.prevented.version", update_prevented_version ); +- } +- } +- } +- } +- } +- }catch( Throwable e ){ +- +- Debug.printStackTrace(e); +- } +- +- if ( update_prevented_version == versionGetter.getCurrentVersion()){ +- +- Logger.log(new LogEvent(LOGID, LogEvent.LT_ERROR, "SWT update aborted due to previously reported issues regarding its install location" )); +- +- checker.failed(); +- +- checker.getCheckInstance().cancel(); +- +- return; +- } +- +- String[] mirrors = versionGetter.getMirrors(); - - ResourceDownloader swtDownloader = null; - @@ -72,9 +159,10 @@ - - }finally{ - - checker.completed(); +- checker.completed(); - } - ++ checker.completed(); } private boolean azureus-no-update-manager-UpdateMonitor.patch: Index: azureus-no-update-manager-UpdateMonitor.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-no-update-manager-UpdateMonitor.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- azureus-no-update-manager-UpdateMonitor.patch 29 May 2006 16:02:45 -0000 1.3 +++ azureus-no-update-manager-UpdateMonitor.patch 27 Aug 2006 00:33:46 -0000 1.4 @@ -1,6 +1,6 @@ ---- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig 2006-05-14 08:10:01.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java 2006-05-26 09:27:25.000000000 -0700 -@@ -90,206 +90,19 @@ +--- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig 2006-08-21 19:13:04.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java 2006-08-23 12:22:40.000000000 -0700 +@@ -90,213 +90,17 @@ { azureus_core = _azureus_core; @@ -37,7 +37,7 @@ - SWT.YES | SWT.NO, - SWT.NULL, - false, -- _main_window.getDisplay(), +- SWTThread.getInstance().getDisplay(), - MessageBoxWindow.ICON_WARNING, - MessageText.getString( "UpdateMonitor.messagebox.accept.unverified.title" ), - MessageText.getString( @@ -64,8 +64,7 @@ - public void - run() - { -- Utils.openMessageBox( -- _main_window.getShell(), +- Utils.openMessageBox(Utils.findAnyShell(), - SWT.OK, - "UpdateMonitor.messagebox.verification.failed", - new String[]{ update.getName(), cause_str }); @@ -75,6 +74,7 @@ - }); - - SimpleTimer.addPeriodicEvent( +- "UpdateMon:autocheck", - AUTO_UPDATE_CHECK_PERIOD, - new TimerEventPerformer() - { @@ -89,6 +89,7 @@ - // wait a bit before starting check to give rest of AZ time to initialise - - new DelayedEvent( +- "UpdateMon:wait", - 2500, - new AERunnable() - { @@ -129,6 +130,7 @@ - }else{ - - new DelayedEvent( +- "UpdateMon:wait2", - 5000, - new AERunnable() - { @@ -136,9 +138,12 @@ - runSupport() - { - if ( start_of_day ){ -- MainWindow.getWindow().setStatusText(""); +- UIFunctions uiFunctions = UIFunctionsManager.getUIFunctions(); +- if (uiFunctions != null) { +- uiFunctions.setStatusText(""); +- } - } - +- - CoreUpdateChecker.doUsageStats(); - } - }); @@ -157,7 +162,7 @@ - - return; - } - +- - // kill any existing update window - - if ( current_update_window != null && ! current_update_window.isDisposed()){ @@ -178,9 +183,11 @@ - current_update_instance.cancel(); - } - -- MainWindow mainWindow = MainWindow.getWindow(); -- -- mainWindow.setStatusText("MainWindow.status.checking ..."); +- UIFunctions uiFunctions = UIFunctionsManager.getUIFunctions(); +- if (uiFunctions != null) { +- // XXX What kind of format is this!? +- uiFunctions.setStatusText("MainWindow.status.checking ..."); +- } - - // take this off this GUI thread in case it blocks for a while - azureus-themed.patch: Index: azureus-themed.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-themed.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- azureus-themed.patch 29 May 2006 16:02:45 -0000 1.4 +++ azureus-themed.patch 27 Aug 2006 00:33:46 -0000 1.5 @@ -1,5 +1,5 @@ ---- org/gudy/azureus2/ui/swt/ImageRepository.java.orig 2006-04-24 06:11:48.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/ImageRepository.java 2006-05-12 09:54:14.000000000 -0700 +--- org/gudy/azureus2/ui/swt/ImageRepository.java.orig 2006-08-21 19:12:59.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/ImageRepository.java 2006-08-23 12:12:06.000000000 -0700 @@ -32,6 +32,8 @@ import java.io.ByteArrayOutputStream; import java.io.File; @@ -10,7 +10,7 @@ import java.util.*; @@ -61,6 +63,25 @@ - loadImage(display, "org/gudy/azureus2/ui/splash/azureus.jpg", "azureus_splash"); + addPath("org/gudy/azureus2/ui/splash/azureus.jpg", "azureus_splash"); } + private static org.gnu.gtk.IconTheme iconTheme; @@ -33,66 +33,44 @@ + } + public static void loadImages(Display display) { - loadImage(display, "org/gudy/azureus2/ui/icons/a32.png", "azureus32"); - loadImage(display, "org/gudy/azureus2/ui/icons/a64.png", "azureus64"); -@@ -105,20 +126,44 @@ - //ToolBar Icons + addPath("org/gudy/azureus2/ui/icons/a32.png", "azureus32"); + addPath("org/gudy/azureus2/ui/icons/a64.png", "azureus64"); +@@ -106,22 +127,22 @@ + //ToolBar Icons - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open.gif", "cb_open"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif", "cb_open_no_default"); -+ loadImage(display, -+ getThemedIcon ("fileopen", "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif"), -+ "cb_open_no_default"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_folder.gif", "cb_open_folder"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_url.gif", "cb_open_url"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/new.gif", "cb_new"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/up.gif", "cb_up"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/down.gif", "cb_down"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/top.gif", "cb_top"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/bottom.gif", "cb_bottom"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/run.gif", "cb_run"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/start.gif", "cb_start"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/stop.gif", "cb_stop"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/remove.gif", "cb_remove"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/host.gif", "cb_host"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/publish.gif", "cb_publish"); -+ loadImage(display, -+ getThemedIcon ("filenew", "org/gudy/azureus2/ui/icons/toolbar/new.gif"), -+ "cb_new"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-up", "org/gudy/azureus2/ui/icons/toolbar/up.gif"), -+ "cb_up"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-down", "org/gudy/azureus2/ui/icons/toolbar/down.gif"), -+ "cb_down"); -+ loadImage(display, -+ getThemedIcon ("gtk-goto-top", "org/gudy/azureus2/ui/icons/toolbar/top.gif"), -+ "cb_top"); -+ loadImage(display, -+ getThemedIcon ("gtk-goto-bottom", "org/gudy/azureus2/ui/icons/toolbar/bottom.gif"), -+ "cb_bottom"); -+ loadImage(display, -+ getThemedIcon ("exec", "org/gudy/azureus2/ui/icons/toolbar/run.gif"), -+ "cb_run"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-forward", "org/gudy/azureus2/ui/icons/toolbar/start.gif"), -+ "cb_start"); -+ loadImage(display, -+ getThemedIcon ("gtk-stop", "org/gudy/azureus2/ui/icons/toolbar/stop.gif"), -+ "cb_stop"); -+ loadImage(display, -+ getThemedIcon ("edit_remove", "org/gudy/azureus2/ui/icons/toolbar/remove.gif"), -+ "cb_remove"); -+ loadImage(display, -+ getThemedIcon ("gohome", "org/gudy/azureus2/ui/icons/toolbar/host.gif"), -+ "cb_host"); -+ loadImage(display, -+ getThemedIcon ("icon-html", "org/gudy/azureus2/ui/icons/toolbar/publish.gif"), -+ "cb_publish"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/sendto.png", "cb_send"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open.gif", "cb_open"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif", ++ addPath(getThemedIcon("fileopen", "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif"), + "cb_open_no_default"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open_folder.gif", + "cb_open_folder"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open_url.gif", "cb_open_url"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/new.gif", "cb_new"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/up.gif", "cb_up"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/down.gif", "cb_down"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/top.gif", "cb_top"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/bottom.gif", "cb_bottom"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/run.gif", "cb_run"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/start.gif", "cb_start"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/stop.gif", "cb_stop"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/remove.gif", "cb_remove"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/host.gif", "cb_host"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/publish.gif", "cb_publish"); ++ addPath(getThemedIcon("filenew", "org/gudy/azureus2/ui/icons/toolbar/new.gif"), "cb_new"); ++ addPath(getThemedIcon("gtk-go-up", "org/gudy/azureus2/ui/icons/toolbar/up.gif"), "cb_up"); ++ addPath(getThemedIcon("gtk-go-down", "org/gudy/azureus2/ui/icons/toolbar/down.gif"), "cb_down"); ++ addPath(getThemedIcon("gtk-goto-top", "org/gudy/azureus2/ui/icons/toolbar/top.gif"), "cb_top"); ++ addPath(getThemedIcon("gtk-goto-bottom", "org/gudy/azureus2/ui/icons/toolbar/bottom.gif"), "cb_bottom"); ++ addPath(getThemedIcon("exec", "org/gudy/azureus2/ui/icons/toolbar/run.gif"), "cb_run"); ++ addPath(getThemedIcon("gtk-go-forward", "org/gudy/azureus2/ui/icons/toolbar/start.gif"), "cb_start"); ++ addPath(getThemedIcon("gtk-stop", "org/gudy/azureus2/ui/icons/toolbar/stop.gif"), "cb_stop"); ++ addPath(getThemedIcon("edit_remove", "org/gudy/azureus2/ui/icons/toolbar/remove.gif"), "cb_remove"); ++ addPath(getThemedIcon("gohome", "org/gudy/azureus2/ui/icons/toolbar/host.gif"), "cb_host"); ++ addPath(getThemedIcon("icon-html", "org/gudy/azureus2/ui/icons/toolbar/publish.gif"), "cb_publish"); + addPath("org/gudy/azureus2/ui/icons/toolbar/sendto.png", "cb_send"); - //Status icons -@@ -167,6 +212,16 @@ + //Status icons +@@ -181,6 +202,16 @@ Image im = getImage(name,false); if(null == im) { InputStream is = loader.getResourceAsStream(res); @@ -109,7 +87,7 @@ if(null != is) { try { if(alpha == 255) { -@@ -483,4 +538,4 @@ +@@ -513,4 +544,4 @@ return key; } Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- azureus.spec 13 Aug 2006 14:30:26 -0000 1.29 +++ azureus.spec 27 Aug 2006 00:33:46 -0000 1.30 @@ -1,8 +1,8 @@ ExclusiveArch: %{ix86} x86_64 Name: azureus -Version: 2.4.0.3 -Release: 0.20060730cvs_1%{?dist} +Version: 2.5.0.0 +Release: 1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -11,7 +11,7 @@ # A cvs snapshot with the build and bouncycastle directories # removed. -Source0: azureus2-cvs-20060702.tar.bz2 +Source0: azureus2-2.5.0.0.tar.gz Source1: azureus.script Source2: Azureus.desktop @@ -28,13 +28,11 @@ Patch7: azureus-themed.patch Patch8: azureus-rh-bugzilla-180418.patch Patch9: azureus-no-shared-plugins.patch -Patch11: azureus-no-restart.patch Patch12: azureus-no-updates-PluginInitializer.patch Patch13: azureus-no-updates-PluginInterfaceImpl.patch Patch14: azureus-no-update-manager-AzureusCoreImpl.patch Patch15: azureus-no-update-manager-CorePatchChecker.patch Patch16: azureus-no-update-manager-CoreUpdateChecker.patch -#Patch17: azureus-no-update-manager-MainWindow.patch Patch18: azureus-no-update-manager-PluginInstallerImpl.patch Patch19: azureus-no-update-manager-PluginUpdatePlugin.patch Patch20: azureus-no-update-manager-SWTUpdateChecker.patch @@ -46,6 +44,7 @@ Patch28: azureus-UDPConnectionSet-bcprov.patch Patch29: azureus-CryptoHandlerECC-bcprov.patch Patch30: azureus-CryptoSTSEngineImpl-bcprov.patch +Patch31: azureus-fix-menu-MainMenu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,7 +79,7 @@ %patch7 -p0 %patch8 -p0 %patch9 -p0 -%patch11 -p0 +#%patch11 -p0 %patch12 -p0 %patch13 -p0 %patch14 -p0 @@ -94,9 +93,10 @@ %patch25 -p0 %patch26 -p0 %patch27 -p0 -%patch28 -p0 -%patch29 -p0 -%patch30 -p0 +#%patch28 -p0 +#%patch29 -p0 +#%patch30 -p0 +%patch31 -p0 cp %{SOURCE4} License.txt %build @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1 +- Update sources. + * Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 - Update release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Jul 2006 19:33:20 -0000 1.8 +++ sources 27 Aug 2006 00:33:46 -0000 1.9 @@ -1,3 +1,7 @@ -836470482bd0c9356c3e0c77a52a3326 azureus2-cvs-20060702.tar.bz2 -0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip +6b44cdef9e870f47b47c5b106810b58c azureus2-2.5.0.0.tar.gz +94099614e47818573457ea589c8db337 azureus.script +86bbc699204ed85d2d03fe34c6968b63 Azureus.desktop +ed21a731b08376fd9189de906b1efb90 azureus.applications +7f8fc22bebf84c197b19c6593c6d39ed azureus-License.txt 7879202464bf4145f7d4848fb5f0e04f azplugins_1.9.jar +0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip --- azureus-no-restart.patch DELETED --- --- azureus-no-update-manager-MainWindow.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 00:36:15 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:36:15 -0700 Subject: rpms/azureus/devel azureus-fix-menu-MainMenu.patch,NONE,1.1 Message-ID: <200608270036.k7R0aH3g013330@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13310 Added Files: azureus-fix-menu-MainMenu.patch Log Message: oops. forgot this patch. azureus-fix-menu-MainMenu.patch: --- NEW FILE azureus-fix-menu-MainMenu.patch --- --- org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java.orig 2006-08-26 17:09:20.000000000 -0700 +++ org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java 2006-08-26 17:10:24.000000000 -0700 @@ -195,21 +195,10 @@ addCloseDetailsMenuItem(fileMenu); addCloseDownloadBarsToMenu(fileMenu); - //No need for restart and exit on OS X if(!Constants.isOSX) { new MenuItem(fileMenu, SWT.SEPARATOR); - MenuItem file_restart = new MenuItem(fileMenu, SWT.NULL); - Messages.setLanguageText(file_restart, "MainWindow.menu.file.restart"); //$NON-NLS-1$ - - file_restart.addListener(SWT.Selection, new Listener() { - - public void handleEvent(Event event) { - UIFunctionsManagerSWT.getUIFunctionsSWT().dispose(true, false); - } - }); - final MenuItem file_exit = new MenuItem(fileMenu, SWT.NULL); if(!COConfigurationManager.getBooleanParameter("Enable System Tray") || !COConfigurationManager.getBooleanParameter("Close To Tray")) { KeyBindings.setAccelerator(file_exit, "MainWindow.menu.file.exit"); @@ -376,26 +365,6 @@ menu_plugin_logViews.setMenu(pluginLogsMenu); menu_plugin_logViews.setData("EOL", "1"); - new MenuItem(pluginMenu, SWT.SEPARATOR); - - MenuItem plugins_install_wizard = new MenuItem(pluginMenu, SWT.NULL); - KeyBindings.setAccelerator(plugins_install_wizard, "MainWindow.menu.plugins.installPlugins"); - Messages.setLanguageText(plugins_install_wizard, "MainWindow.menu.plugins.installPlugins"); //$NON-NLS-1$ - plugins_install_wizard.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - new InstallPluginWizard(core, display); - } - }); - - MenuItem plugins_uninstall_wizard = new MenuItem(pluginMenu, SWT.NULL); - KeyBindings.setAccelerator(plugins_uninstall_wizard, "MainWindow.menu.plugins.uninstallPlugins"); - Messages.setLanguageText(plugins_uninstall_wizard, "MainWindow.menu.plugins.uninstallPlugins"); //$NON-NLS-1$ - plugins_uninstall_wizard.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - new UnInstallPluginWizard(core, display); - } - }); - // standard items if(Constants.isOSX) { // Window menu @@ -470,32 +439,8 @@ }); - MenuItem help_plugin= new MenuItem(helpMenu, SWT.NULL); - Messages.setLanguageText(help_plugin, "MainWindow.menu.help.plugins"); //$NON-NLS-1$ - help_plugin.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - String pluginString = "http://azureus.sourceforge.net/plugin_list.php"; - Program.launch(pluginString); - } - }); - new MenuItem(helpMenu,SWT.SEPARATOR); - if ( !SystemProperties.isJavaWebStartInstance()){ - MenuItem help_checkupdate = new MenuItem(helpMenu, SWT.NULL); - KeyBindings.setAccelerator(help_checkupdate, "MainWindow.menu.help.checkupdate"); - Messages.setLanguageText(help_checkupdate, "MainWindow.menu.help.checkupdate"); //$NON-NLS-1$ - help_checkupdate.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - UIFunctionsSWT uiFunctions = UIFunctionsManagerSWT.getUIFunctionsSWT(); - if (uiFunctions != null) { - uiFunctions.bringToFront(); - } - UpdateMonitor.getSingleton(core).performCheck(true); - } - }); - } - MenuItem help_donate = new MenuItem(helpMenu, SWT.NULL); Messages.setLanguageText(help_donate, "MainWindow.menu.help.donate"); //$NON-NLS-1$ help_donate.addListener(SWT.Selection, new Listener() { @@ -503,8 +448,8 @@ new DonationWindow2(display).show(); //String donationString = "https://www.paypal.com/xclick/business=olivier%40gudy.org&item_name=Azureus&no_note=1&tax=0¤cy_code=EUR"; //Program.launch(donationString); - } - }); + } + }); new MenuItem(helpMenu,SWT.SEPARATOR); MenuItem help_debug = new MenuItem(helpMenu, SWT.NULL); From fedora-extras-commits at redhat.com Sun Aug 27 00:37:15 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:37:15 -0700 Subject: rpms/azureus/devel azureus.spec,1.30,1.31 Message-ID: <200608270037.k7R0bHYs013427@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13402 Modified Files: azureus.spec Log Message: Rev -1.1 Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- azureus.spec 27 Aug 2006 00:33:46 -0000 1.30 +++ azureus.spec 27 Aug 2006 00:37:14 -0000 1.31 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet From fedora-extras-commits at redhat.com Sun Aug 27 00:47:00 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:00 -0700 Subject: rpms/eclipse-subclipse - New directory Message-ID: <200608270047.k7R0l2O2013904@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13876/eclipse-subclipse Log Message: Directory /cvs/extras/rpms/eclipse-subclipse added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 00:47:00 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:00 -0700 Subject: rpms/eclipse-subclipse/devel - New directory Message-ID: <200608270047.k7R0l3ln013907@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13876/eclipse-subclipse/devel Log Message: Directory /cvs/extras/rpms/eclipse-subclipse/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 00:47:19 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:19 -0700 Subject: rpms/eclipse-subclipse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608270047.k7R0lLbG013971@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13938 Added Files: Makefile import.log Log Message: Setup of module eclipse-subclipse --- NEW FILE Makefile --- # Top level Makefile for module eclipse-subclipse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 00:47:20 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:20 -0700 Subject: rpms/eclipse-subclipse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608270047.k7R0lMdn013974@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13938/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module eclipse-subclipse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 00:56:46 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:56:46 -0700 Subject: rpms/eclipse-subclipse import.log,1.1,1.2 Message-ID: <200608270056.k7R0umsu014307@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14268 Modified Files: import.log Log Message: auto-import eclipse-subclipse-1.1.5-1.fc6 on branch devel from eclipse-subclipse-1.1.5-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 00:47:19 -0000 1.1 +++ import.log 27 Aug 2006 00:56:46 -0000 1.2 @@ -0,0 +1 @@ +eclipse-subclipse-1_1_5-1_fc6:HEAD:eclipse-subclipse-1.1.5-1.fc6.src.rpm:1156640316 From fedora-extras-commits at redhat.com Sun Aug 27 00:56:47 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:56:47 -0700 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse-1.0.1-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.5-plugin-classpath.patch, NONE, 1.1 eclipse-subclipse.spec, NONE, 1.1 subclipse-fetch-1.1.5.sh, NONE, 1.1 svnClientAdapter-1.1.4-javac-target.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608270056.k7R0unjE014319@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14268/devel Modified Files: .cvsignore sources Added Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.5-plugin-classpath.patch eclipse-subclipse.spec subclipse-fetch-1.1.5.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: auto-import eclipse-subclipse-1.1.5-1.fc6 on branch devel from eclipse-subclipse-1.1.5-1.fc6.src.rpm eclipse-subclipse-1.0.1-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.0.1-default-javasvn.patch --- diff -Naur subclipse-1.0.1.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.0.1/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.0.1.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-04-27 22:18:30.000000000 -0400 @@ -51,9 +51,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadJavaSVNAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -135,7 +134,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available +// loadJavaHLAdapter(); loadJavaSVNAdapter(); } diff -Naur subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-04-27 22:25:39.000000000 -0400 @@ -157,7 +157,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); - javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + // setting disabled until classloader problem is fixed + javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl") + " - Disabled until bug is fixed",1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); javaSvnRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-04-27 21:47:40.000000000 -0400 @@ -74,7 +74,7 @@ store.setDefault(ISVNUIConstants.PREF_SHOW_COMPARE_REVISION_IN_DIALOG, false); store.setDefault(ISVNUIConstants.PREF_SELECT_UNADDED_RESOURCES_ON_COMMIT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JavaSvnClientAdapterFactory.JAVASVN_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.5-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.5-plugin-classpath.patch --- diff -Naur subclipse-1.1.5.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.5/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.5.original/subclipse/core/META-INF/MANIFEST.MF 2006-08-07 10:47:35.000000000 -0400 +++ subclipse-1.1.5/subclipse/core/META-INF/MANIFEST.MF 2006-08-21 23:13:54.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.5 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE eclipse-subclipse.spec --- %define gcj_support 1 %define eclipse_name eclipse %define eclipse_base %{_datadir}/%{eclipse_name} %define core_plugin_jar %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_%{version}.jar %define core_plugin_dir %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_%{version} Name: eclipse-subclipse Version: 1.1.5 Release: 1%{?dist} Summary: Subversion Eclipse plugin Group: Text Editors/Integrated Development Environments (IDE) License: EPL URL: http://subclipse.tigris.org/ Source0: subclipse-%{version}.tgz # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository Source10: subclipse-fetch-1.1.5.sh # Disable javahl support temporaly until apparent classloader problem is fixed Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch Patch1: svnClientAdapter-1.1.4-javac-target.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time Source50: eclipse-subclipse-1.1.5-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant BuildRequires: jpackage-utils >= 0:1.6 BuildRequires: coreutils BuildRequires: eclipse-pde %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.33 Requires(post): java-gcj-compat >= 1.0.33 Requires(postun): java-gcj-compat >= 1.0.33 %else BuildRequires: java-devel >= 1.4.2 %endif %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc ia64 %else BuildArch: noarch %endif Requires: eclipse-platform BuildRequires: subversion-javahl >= 1.3.1 Requires: subversion-javahl >= 1.3.1 BuildRequires: javasvn >= 1.1.0 Requires: javasvn >= 1.1.0 BuildRequires: ganymed-ssh2 >= 209 Requires: ganymed-ssh2 >= 209 %package book Summary: Subversion book Group: Development/Tools Requires: %{name} = %{version}-%{release} %description Subclipse is an Eclipse plugin that adds Subversion integration to the Eclipse IDE. %description book The Subversion book as an Eclipse documentation plugin. %prep %setup -q -n subclipse-%{version} %patch -p1 %patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar ln -sf %{_libdir}/svn-javahl/svn-javahl.jar svnClientAdapter/lib/svnjavahl.jar rm -f svnClientAdapter/lib/javasvn.jar ln -sf %{_javadir}/javasvn.jar svnClientAdapter/lib/javasvn.jar rm -f svnClientAdapter/lib/ganymed.jar ln -sf %{_javadir}/ganymed-ssh2.jar svnClientAdapter/lib/ganymed.jar rm -f subclipse/core/lib/svnjavahl.jar ln -sf %{_libdir}/svn-javahl/svn-javahl.jar subclipse/core/lib/svnjavahl.jar rm -f subclipse/core/lib/svnClientAdapter.jar # svnClientAdapter.jar is copied after being built rm -f subclipse/core/lib/javasvn.jar ln -sf %{_javadir}/javasvn.jar subclipse/core/lib/javasvn.jar rm -f subclipse/core/lib/ganymed.jar ln -sf %{_javadir}/ganymed-ssh2.jar subclipse/core/lib/ganymed.jar %build # --------------------------------- # building svnClientAdapter pushd svnClientAdapter ant svnClientAdapter.jar popd # copying svnClientAdapter inside subclipse module cp svnClientAdapter/build/lib/svnClientAdapter.jar subclipse/core/lib/svnClientAdapter.jar # --------------------------------- # building subclipse pushd subclipse # See comments in the script to understand this. /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Eclipse may try to write to the home directory. mkdir home homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature java -cp %{eclipse_base}/startup.jar \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature java -cp %{eclipse_base}/startup.jar \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd # Link source files to fix -debuginfo generation. rm -rf subclipse/org mkdir -p subclipse/org/tigris/subversion ln -s $(pwd)/svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter subclipse/org/tigris/subversion mkdir -p subclipse/org/tigris/subversion/subclipse ln -s $(pwd)/subclipse/core/src/org/tigris/subversion/subclipse/core subclipse/org/tigris/subversion/subclipse ln -s $(pwd)/subclipse/ui/src/org/tigris/subversion/subclipse/ui subclipse/org/tigris/subversion/subclipse %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{eclipse_base} pushd subclipse unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/org.tigris.subversion.subclipse.zip unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/org.tigris.subversion.book.zip # repacking core plugin as a directory based plugin, needed in order to replace some jars with symlinks mkdir $RPM_BUILD_ROOT%{core_plugin_dir} unzip -q -d $RPM_BUILD_ROOT%{core_plugin_dir} $RPM_BUILD_ROOT%{core_plugin_jar} rm $RPM_BUILD_ROOT%{core_plugin_jar} # packaging .class files as a jar file jar -cf $RPM_BUILD_ROOT%{core_plugin_dir}/lib/subclipse-core.jar -C $RPM_BUILD_ROOT%{core_plugin_dir} org rm -rf $RPM_BUILD_ROOT%{core_plugin_dir}/org # adding the recently created jar to the plugin manifestOB patch $RPM_BUILD_ROOT%{core_plugin_dir}/META-INF/MANIFEST.MF < %{SOURCE50} # removing core plugin internal jars rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/svnjavahl.jar rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/javasvn.jar rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/ganymed.jar %if %{gcj_support} aot-compile-rpm %endif # We need to setup the symlink because the ant copy task doesn't preserve symlinks # TODO file a bug about this ln -s %{_libdir}/svn-javahl/svn-javahl.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/svnjavahl.jar ln -s %{_javadir}/javasvn.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/javasvn.jar ln -s %{_javadir}/ganymed-ssh2.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/ganymed.jar %clean rm -rf $RPM_BUILD_ROOT %if %{gcj_support} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %endif %files %defattr(-,root,root) %{eclipse_base}/features/org.tigris.subversion.subclipse_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.ui_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.doc_* %doc svnClientAdapter/readme.txt svnClientAdapter/changelog.txt svnClientAdapter/license.txt %if %{gcj_support} %{_libdir}/gcj/%{name} %endif %files book %defattr(-,root,root) %{eclipse_base}/features/org.tigris.subversion.book_* %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog * Mon Aug 21 2006 Robert Marcano 1.1.5-1 - Update to upstream 1.1.5 - svnClientAdapter documentation files added. Subclipse includes an eclipse based documentation for the plugins * Sat Aug 06 2006 Robert Marcano 1.1.4-1 - Update to upstream 1.1.4 - License changed to EPL - svnClientAdapter-1.1.4-javac-target.patch added fix to svnClientAdapter ant script * Tue Jul 04 2006 Andrew Overholt 1.0.3-2 - Use versionless pde.build. - Remove strict SDK version requirement due to above. * Sun Jul 02 2006 Robert Marcano 1.0.3-2 - Embeeding the script that fetch the source code * Sun Jun 25 2006 Robert Marcano 1.0.3-1 - Update to 1.0.3 - Dependency name changed to ganymed-ssh2 * Sun Jun 11 2006 Robert Marcano 1.0.1-6 - rpmlint fixes and debuginfo generation workaround * Thu Jun 01 2006 Robert Marcano 1.0.1-5 - Use package-build from eclipse SDK * Sun May 28 2006 Robert Marcano 1.0.1-4 - Integrated svnClientAdapter inside this package * Tue May 23 2006 Ben Konrath 1.0.1-3 - Rename package to eclipse-subclipse. - Use copy-platform script for now. * Sun May 07 2006 Robert Marcano 1.0.1-2 - use external libraries from dependent packages * Wed Apr 26 2006 Ben Konrath 1.0.1-1 - initial version based on the work of Robert Marcano --- NEW FILE subclipse-fetch-1.1.5.sh --- #!/bin/sh VERSION=1.1.5 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION svnClientAdapter-1.1.4-javac-target.patch: --- NEW FILE svnClientAdapter-1.1.4-javac-target.patch --- diff -Naur subclipse-1.1.4.original/svnClientAdapter/build.xml subclipse-1.1.4/svnClientAdapter/build.xml --- subclipse-1.1.4.original/svnClientAdapter/build.xml 2006-07-23 16:41:55.000000000 -0400 +++ subclipse-1.1.4/svnClientAdapter/build.xml 2006-07-31 07:42:32.000000000 -0400 @@ -33,6 +33,7 @@ destdir="${build.classes.dir}" debug="${debug}" target="${targetJvm}" + source="${targetJvm}" includes="**" classpathref="project.classpath"> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 00:47:20 -0000 1.1 +++ .cvsignore 27 Aug 2006 00:56:47 -0000 1.2 @@ -0,0 +1 @@ +subclipse-1.1.5.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 00:47:20 -0000 1.1 +++ sources 27 Aug 2006 00:56:47 -0000 1.2 @@ -0,0 +1 @@ +7c317c03fc7dc8fae0612c75e46564ae subclipse-1.1.5.tgz From fedora-extras-commits at redhat.com Sun Aug 27 01:00:37 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sat, 26 Aug 2006 18:00:37 -0700 Subject: comps comps-fe5.xml.in,1.118,1.119 comps-fe6.xml.in,1.122,1.123 Message-ID: <200608270100.k7R10dIe014482@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14458 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add ghdl Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- comps-fe5.xml.in 26 Aug 2006 16:00:39 -0000 1.118 +++ comps-fe5.xml.in 27 Aug 2006 01:00:36 -0000 1.119 @@ -134,6 +134,7 @@ galculator gdl geant321 + ghdl gnucap grads gtkwave Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- comps-fe6.xml.in 26 Aug 2006 17:31:36 -0000 1.122 +++ comps-fe6.xml.in 27 Aug 2006 01:00:36 -0000 1.123 @@ -152,6 +152,7 @@ galculator gdl geant321 + ghdl gnucap grads gtkwave From fedora-extras-commits at redhat.com Sun Aug 27 01:06:04 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 18:06:04 -0700 Subject: owners owners.list,1.1452,1.1453 Message-ID: <200608270106.k7R166ng017273@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17244 Modified Files: owners.list Log Message: adding eclipse-subclipse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1452 retrieving revision 1.1453 diff -u -r1.1452 -r1.1453 --- owners.list 26 Aug 2006 15:55:23 -0000 1.1452 +++ owners.list 27 Aug 2006 01:06:04 -0000 1.1453 @@ -291,6 +291,7 @@ Fedora Extras|ebtables|Ethernet Bridge frame table administration tool|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|echoping|TCP "echo" performance test|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 01:20:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 18:20:21 -0700 Subject: rpms/conexus/FC-5 .cvsignore, 1.3, 1.4 conexus.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608270120.k7R1KNLK017771@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17746 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Aug 2006 05:22:56 -0000 1.3 +++ .cvsignore 27 Aug 2006 01:20:21 -0000 1.4 @@ -1 +1 @@ -conexus-0.3.0.tar.bz2 +conexus-0.4.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexus.spec 17 Aug 2006 05:22:56 -0000 1.4 +++ conexus.spec 27 Aug 2006 01:20:21 -0000 1.5 @@ -2,12 +2,12 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 @@ -59,11 +59,14 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.3/ +%{_includedir}/conexus-0.4/ %doc ChangeLog reference %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed libpcap dependency; libpcap PacketCapture classes replaced by Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Aug 2006 05:22:56 -0000 1.3 +++ sources 27 Aug 2006 01:20:21 -0000 1.4 @@ -1 +1 @@ -c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 +eadf7bea8f4ff54d2c41c951096ee63a conexus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 01:21:25 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 18:21:25 -0700 Subject: rpms/conexus/devel .cvsignore, 1.3, 1.4 conexus.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608270121.k7R1LR6o017872@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17849 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Aug 2006 05:24:21 -0000 1.3 +++ .cvsignore 27 Aug 2006 01:21:25 -0000 1.4 @@ -1 +1 @@ -conexus-0.3.0.tar.bz2 +conexus-0.4.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexus.spec 17 Aug 2006 05:24:21 -0000 1.3 +++ conexus.spec 27 Aug 2006 01:21:25 -0000 1.4 @@ -2,12 +2,12 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 @@ -59,11 +59,14 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.3/ +%{_includedir}/conexus-0.4/ %doc ChangeLog reference %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed libpcap dependency; libpcap PacketCapture classes replaced by Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Aug 2006 05:24:21 -0000 1.3 +++ sources 27 Aug 2006 01:21:25 -0000 1.4 @@ -1 +1 @@ -c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 +eadf7bea8f4ff54d2c41c951096ee63a conexus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 01:43:29 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:43:29 -0700 Subject: rpms/openbox/FC-5 openbox.spec,1.11,1.12 Message-ID: <200608270143.k7R1hVb4018630@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18597/FC-5 Modified Files: openbox.spec Log Message: Update to new upstream 3.3 final release; remove the unneeded and overly complex versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:02 -0000 1.11 +++ openbox.spec 27 Aug 2006 01:43:29 -0000 1.12 @@ -1,18 +1,12 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -%define branch_release 1 - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: libXt-devel BuildRequires: libXrandr-devel @@ -56,7 +52,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -108,6 +104,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2.1 - Add missing BuildRequires: libXxf86vm-devel From fedora-extras-commits at redhat.com Sun Aug 27 01:43:30 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:43:30 -0700 Subject: rpms/openbox/devel openbox.spec,1.11,1.12 Message-ID: <200608270143.k7R1hW47018634@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18597/devel Modified Files: openbox.spec Log Message: Update to new upstream 3.3 final release; remove the unneeded and overly complex versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:03 -0000 1.11 +++ openbox.spec 27 Aug 2006 01:43:30 -0000 1.12 @@ -1,18 +1,12 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -%define branch_release 1 - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: libXt-devel BuildRequires: libXrandr-devel @@ -56,7 +52,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -108,6 +104,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2.1 - Add missing BuildRequires: libXxf86vm-devel From fedora-extras-commits at redhat.com Sun Aug 27 01:49:48 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:49:48 -0700 Subject: rpms/openbox/devel sources,1.4,1.5 Message-ID: <200608270149.k7R1noP5018971@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18936/devel Modified Files: sources Log Message: Update sources for new 3.3 final release Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:47:00 -0000 1.4 +++ sources 27 Aug 2006 01:49:48 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 01:49:48 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:49:48 -0700 Subject: rpms/openbox/FC-5 sources,1.4,1.5 Message-ID: <200608270149.k7R1noxc018967@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18936/FC-5 Modified Files: sources Log Message: Update sources for new 3.3 final release Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:53:11 -0000 1.4 +++ sources 27 Aug 2006 01:49:48 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 01:53:18 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:53:18 -0700 Subject: rpms/openbox/FC-5 openbox.spec,1.12,1.13 Message-ID: <200608270153.k7R1rKlI019019@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/FC-5 Modified Files: openbox.spec Log Message: Bump release to fix sources tagging issue Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 01:43:29 -0000 1.12 +++ openbox.spec 27 Aug 2006 01:53:17 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Bump release to fix sources tagging issue + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds @@ -165,4 +168,4 @@ - Make go with GCC 3.3 * Tue Mar 18 2003 Chris Ricker -- Package of 2.3.0 release \ No newline at end of file +- Package of 2.3.0 release From fedora-extras-commits at redhat.com Sun Aug 27 01:53:18 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:53:18 -0700 Subject: rpms/openbox/devel openbox.spec,1.12,1.13 Message-ID: <200608270153.k7R1rKJw019023@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/devel Modified Files: openbox.spec Log Message: Bump release to fix sources tagging issue Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 01:43:30 -0000 1.12 +++ openbox.spec 27 Aug 2006 01:53:18 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Bump release to fix sources tagging issue + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds @@ -165,4 +168,4 @@ - Make go with GCC 3.3 * Tue Mar 18 2003 Chris Ricker -- Package of 2.3.0 release \ No newline at end of file +- Package of 2.3.0 release From fedora-extras-commits at redhat.com Sun Aug 27 02:05:05 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:05:05 -0700 Subject: rpms/conexusmm/FC-5 conexusmm.spec,1.1,1.2 Message-ID: <200608270205.k7R257qh021805@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21788 Modified Files: conexusmm.spec Log Message: New release Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/conexusmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexusmm.spec 26 Aug 2006 15:51:27 -0000 1.1 +++ conexusmm.spec 27 Aug 2006 02:05:05 -0000 1.2 @@ -2,14 +2,14 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized @@ -21,7 +21,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} -Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description devel This package contains the libraries and header files needed for @@ -62,12 +62,15 @@ %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc -%{_includedir}/conexusmm-0.3/ +%{_includedir}/conexusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo -%{_datadir}/conexusmm-0.3.0/ +%{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ From fedora-extras-commits at redhat.com Sun Aug 27 02:08:44 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:08:44 -0700 Subject: rpms/conexusmm/FC-5 .cvsignore, 1.2, 1.3 conexusmm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608270208.k7R28kHA021891@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21870 Modified Files: .cvsignore conexusmm.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 +++ .cvsignore 27 Aug 2006 02:08:44 -0000 1.3 @@ -1 +1 @@ -conexusmm-0.3.0.tar.bz2 +conexusmm-0.4.0.tar.bz2 Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/conexusmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexusmm.spec 27 Aug 2006 02:05:05 -0000 1.2 +++ conexusmm.spec 27 Aug 2006 02:08:44 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump tag for new sources + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Aug 2006 15:51:27 -0000 1.2 +++ sources 27 Aug 2006 02:08:44 -0000 1.3 @@ -1 +1 @@ -8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 +5b2fe9785663d81091c44522b21d1df3 conexusmm-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:10:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:10:57 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.1,1.2 Message-ID: <200608270210.k7R2Axbl021958@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21941 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexusmm.spec 26 Aug 2006 15:51:27 -0000 1.1 +++ conexusmm.spec 27 Aug 2006 02:10:56 -0000 1.2 @@ -2,14 +2,14 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm -Version: 0.3.0 -Release: 1%{?dist} +Version: 0.4.0 +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized @@ -21,7 +21,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} -Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description devel This package contains the libraries and header files needed for @@ -62,12 +62,18 @@ %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc -%{_includedir}/conexusmm-0.3/ +%{_includedir}/conexusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo -%{_datadir}/conexusmm-0.3.0/ +%{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump tag for new sources + +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ From fedora-extras-commits at redhat.com Sun Aug 27 02:22:49 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:22:49 -0700 Subject: rpms/shorewall/devel .cvsignore, 1.19, 1.20 shorewall.spec, 1.25, 1.26 sources, 1.19, 1.20 Message-ID: <200608270222.k7R2MpTh022080@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22059 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 20 Aug 2006 20:43:33 -0000 1.19 +++ .cvsignore 27 Aug 2006 02:22:49 -0000 1.20 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- shorewall.spec 20 Aug 2006 20:43:33 -0000 1.25 +++ shorewall.spec 27 Aug 2006 02:22:49 -0000 1.26 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 20 Aug 2006 20:43:33 -0000 1.19 +++ sources 27 Aug 2006 02:22:49 -0000 1.20 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:32:02 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:32:02 -0700 Subject: rpms/shorewall/FC-5 .cvsignore, 1.17, 1.18 shorewall.spec, 1.24, 1.25 sources, 1.17, 1.18 Message-ID: <200608270232.k7R2W4gp022171@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22150 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 20 Aug 2006 20:59:16 -0000 1.17 +++ .cvsignore 27 Aug 2006 02:32:02 -0000 1.18 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- shorewall.spec 20 Aug 2006 20:59:16 -0000 1.24 +++ shorewall.spec 27 Aug 2006 02:32:02 -0000 1.25 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 20 Aug 2006 20:59:16 -0000 1.17 +++ sources 27 Aug 2006 02:32:02 -0000 1.18 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:40:37 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 19:40:37 -0700 Subject: rpms/azureus/devel azureus.spec,1.31,1.32 Message-ID: <200608270240.k7R2ed5l022241@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22224 Modified Files: azureus.spec Log Message: Build on ppc also. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- azureus.spec 27 Aug 2006 00:37:14 -0000 1.31 +++ azureus.spec 27 Aug 2006 02:40:37 -0000 1.32 @@ -1,8 +1,8 @@ -ExclusiveArch: %{ix86} x86_64 +# ExclusiveArch: %{ix86} x86_64 Name: azureus Version: 2.5.0.0 -Release: 1.1%{?dist} +Release: 1.2%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,7 +206,10 @@ %{_libdir}/gcj/* %changelog -* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1 +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 +- Don't exclude ppc. + +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.1 - Update sources. * Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 From fedora-extras-commits at redhat.com Sun Aug 27 02:41:15 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:41:15 -0700 Subject: rpms/shorewall/FC-4 .cvsignore, 1.11, 1.12 shorewall.spec, 1.19, 1.20 sources, 1.11, 1.12 Message-ID: <200608270241.k7R2fHqC022318@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22297 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 20 Aug 2006 21:00:08 -0000 1.11 +++ .cvsignore 27 Aug 2006 02:41:15 -0000 1.12 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- shorewall.spec 20 Aug 2006 21:00:08 -0000 1.19 +++ shorewall.spec 27 Aug 2006 02:41:15 -0000 1.20 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 20 Aug 2006 21:00:08 -0000 1.11 +++ sources 27 Aug 2006 02:41:15 -0000 1.12 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:43:27 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:43:27 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.11,1.12 sources,1.4,1.5 Message-ID: <200608270243.k7R2hTpo022409@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22390/FC-4 Modified Files: openbox.spec sources Log Message: Update to new upstream 3.3 final release; remove slew of unneeded versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:01 -0000 1.11 +++ openbox.spec 27 Aug 2006 02:43:26 -0000 1.12 @@ -1,12 +1,6 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -#%define branch_release - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: xorg-x11-devel @@ -105,6 +101,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2 - Unconditionalize the BuildRequires for monolithic X.org, since it's branched for a specific Fedora release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:56:57 -0000 1.4 +++ sources 27 Aug 2006 02:43:26 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 02:47:38 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:47:38 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.12,1.13 Message-ID: <200608270247.k7R2leMC022484@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22467/FC-4 Modified Files: openbox.spec Log Message: Drop undefined version macro in %setup call Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 02:43:26 -0000 1.12 +++ openbox.spec 27 Aug 2006 02:47:38 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -49,7 +49,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -101,6 +101,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Drop undefined version macro in %%setup call. + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds From fedora-extras-commits at redhat.com Sun Aug 27 02:52:33 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sat, 26 Aug 2006 19:52:33 -0700 Subject: rpms/ghdl/devel ghdl-svn61.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 ghdl.spec, 1.22, 1.23 sources, 1.10, 1.11 ghdl-svn60.patch, 1.1, NONE Message-ID: <200608270252.k7R2qZ9U022566@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22542 Modified Files: .cvsignore ghdl.spec sources Added Files: ghdl-svn61.patch Removed Files: ghdl-svn60.patch Log Message: update to svn61 ghdl-svn61.patch: --- NEW FILE ghdl-svn61.patch --- diff -urN ghdl-0.25-orig/vhdl/grt/config/win32.c ghdl-0.25/vhdl/grt/config/win32.c --- ghdl-0.25-orig/vhdl/grt/config/win32.c 2006-03-10 02:47:29.000000000 +0100 +++ ghdl-0.25/vhdl/grt/config/win32.c 2006-08-27 04:37:42.000000000 +0200 @@ -130,6 +130,23 @@ return res; } +#include + +double acosh (double x) +{ + return log (x + sqrt (x*x - 1)); +} + +double asinh (double x) +{ + return log (x + sqrt (x*x + 1)); +} + +double atanh (double x) +{ + return log ((1 + x) / (1 - x)) / 2; +} + #ifndef WITH_GNAT_RUN_TIME void __gnat_raise_storage_error(void) { Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 10 Jul 2006 22:10:15 -0000 1.8 +++ .cvsignore 27 Aug 2006 02:52:33 -0000 1.9 @@ -8,3 +8,5 @@ gcc-core-4.1.0.tar.bz2 ghdl-0.23.tar.bz2 ghdl-0.24.tar.bz2 +ghdl-0.25.tar.bz2 +gcc-core-4.1.1.tar.bz2 Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ghdl.spec 6 Aug 2006 18:29:10 -0000 1.22 +++ ghdl.spec 27 Aug 2006 02:52:33 -0000 1.23 @@ -1,10 +1,10 @@ -%define gccver 4.1.0 -%define ghdlver 0.24 -%define ghdlsvnver 60 +%define gccver 4.1.1 +%define ghdlver 0.25 +%define ghdlsvnver 61 Summary: A VHDL simulator, using the GCC technology Name: ghdl -Version: 0.24 +Version: 0.25 Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages @@ -288,6 +288,9 @@ %changelog +* Sun Aug 27 2006 Thomas Sailer - 0.25-0.61svn.0 +- update to svn61 + * Sun Aug 6 2006 Thomas Sailer - 0.24-0.60svn.0 - update to svn60 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 10 Jul 2006 22:10:15 -0000 1.10 +++ sources 27 Aug 2006 02:52:33 -0000 1.11 @@ -1,2 +1,2 @@ -15efa164579c7cf4a48859ee87d2a1fa gcc-core-4.1.0.tar.bz2 -934546c19789b36ca4f7e5d3e4af1b29 ghdl-0.24.tar.bz2 +a1b189c98aa7d7f164036bbe89b9b2a2 gcc-core-4.1.1.tar.bz2 +9f194b0a2136f8d026083b96319d77d9 ghdl-0.25.tar.bz2 --- ghdl-svn60.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 02:53:31 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:53:31 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.13,1.14 Message-ID: <200608270253.k7R2rXRn022596@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22579/FC-4 Modified Files: openbox.spec Log Message: Drop undefined version macro in %Source0 line as well Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbox.spec 27 Aug 2006 02:47:38 -0000 1.13 +++ openbox.spec 27 Aug 2006 02:53:31 -0000 1.14 @@ -1,12 +1,12 @@ Name: openbox Version: 3.3 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -101,6 +101,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2.1 +- Also drop the version macro in the %%{Source0} definition + * Sat Aug 26 2006 Peter Gordon - 3.3-2 - Drop undefined version macro in %%setup call. From fedora-extras-commits at redhat.com Sun Aug 27 04:37:07 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:37:07 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.7,1.8 Message-ID: <200608270437.k7R4b9GC028169@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28152 Modified Files: xcircuit.spec Log Message: Fix tk and tcl dir Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xcircuit.spec 26 Aug 2006 19:37:48 -0000 1.7 +++ xcircuit.spec 27 Aug 2006 04:37:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -21,7 +21,6 @@ Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database -ExcludeArch: ia64 %description Xcircuit is a general-purpose drawing program and also a specific-purpose @@ -36,7 +35,14 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure --with-tcl=%{_prefix}/lib* + +if [ -d %{_prefix}/lib64 ] ; then + TKDIR=%{_prefix}/lib64 +else + TKDIR=%{_prefix}/lib +fi + +%configure --with-tcl=$TKDIR --with-tk=$TKDIR %{__make} %{?_smp_mflags} %install @@ -85,8 +91,8 @@ %{_mandir}/man1/%{name}.1.gz %Changelog -* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 -- Excluding builds for x86_64 (temporarily) +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 +- Fix tk and tcl libdir. * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sun Aug 27 04:50:04 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:50:04 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.8,1.9 Message-ID: <200608270450.k7R4o6cL028252@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28235 Modified Files: xcircuit.spec Log Message: try more fix Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xcircuit.spec 27 Aug 2006 04:37:07 -0000 1.8 +++ xcircuit.spec 27 Aug 2006 04:50:04 -0000 1.9 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -37,12 +37,14 @@ %{__autoconf} if [ -d %{_prefix}/lib64 ] ; then - TKDIR=%{_prefix}/lib64 + SUF=64 else - TKDIR=%{_prefix}/lib + SUF= fi -%configure --with-tcl=$TKDIR --with-tk=$TKDIR +%configure \ + --with-tcl=%{_prefix}/lib$SUF --with-tk=%{_prefix}/lib$SUF \ + --with-tcllibs=%{_prefix}/lib$SUF --with-tklibs=%{_prefix}/lib$SUF %{__make} %{?_smp_mflags} %install @@ -91,6 +93,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 +- Again. + * Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 - Fix tk and tcl libdir. From fedora-extras-commits at redhat.com Sun Aug 27 04:57:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:57:24 -0700 Subject: rpms/xcircuit/devel xcircuit.spec,1.1,1.2 Message-ID: <200608270457.k7R4vQ9B028327@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28310 Modified Files: xcircuit.spec Log Message: fix tk and tcl dir Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/xcircuit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xcircuit.spec 26 Aug 2006 15:39:55 -0000 1.1 +++ xcircuit.spec 27 Aug 2006 04:57:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 8%{?dist} +Release: 16%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,16 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure + +if [ -d %{_prefix}/lib64 ] ; then + SUF=64 +else + SUF= +fi + +%configure \ + --with-tcl=%{_prefix}/lib$SUF --with-tk=%{_prefix}/lib$SUF \ + --with-tcllibs=%{_prefix}/lib$SUF --with-tklibs=%{_prefix}/lib$SUF %{__make} %{?_smp_mflags} %install @@ -48,12 +57,12 @@ %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc -%{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 +%{__rm} %{buildroot}%{_prefix}/lib*/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -78,12 +87,33 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} -%{_libdir}/%{name}-3.4/ +%{_prefix}/lib*/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 +- Again. + +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 +- Fix tk and tcl libdir. + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 +- Opted %%{_prefix}/lib* prior to %%{_libdir} + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 +- Added --libdir=%%{_libdir} to solve build error on x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp From fedora-extras-commits at redhat.com Sun Aug 27 05:56:35 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:56:35 -0700 Subject: rpms/OpenSceneGraph/FC-5 OpenSceneGraph-1.1.diff,NONE,1.1 Message-ID: <200608270556.k7R5ubB0031123@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31105 Added Files: OpenSceneGraph-1.1.diff Log Message: New. OpenSceneGraph-1.1.diff: --- NEW FILE OpenSceneGraph-1.1.diff --- diff -uNr OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph --- OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,205 @@ +# Doxyfile 1.3.4 + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = OpenSceneGraph +PROJECT_NUMBER = +OUTPUT_DIRECTORY = . +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = YES +WARNINGS = NO +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = OpenSceneGraph/include +FILE_PATTERNS = * +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = OpenSceneGraph/html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = [...1627 lines suppressed...] + ARCH = 32 + ARCHARGS = + LINKARGS = -L/usr/X11R6/lib -framework Carbon + LIB_EXT = dylib +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),CYGWIN) + CXX = c++ + DEPARG = -M + INC += -DWIN32 + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + -Wl,--export-all-symbols + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) + + PTHREAD_LIB = -lpthread + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = cyg + LIB_EXT = dll + IMP_LIB_EXT = dll.a + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE_PREFIX = $(INST_LOCATION) + INST_SRC = $(INST_SHARE_PREFIX)/src + INST_EXAMPLES = $(INST_SHARE_PREFIX)/bin + INST_EXAMPLE_SRC = $(INST_SHARE_PREFIX)/src/demos + INST_DOC = $(INST_SHARE_PREFIX)/doc + INST_DATA = $(INST_SHARE_PREFIX)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup + +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),MINGW) + CXX = c++ -mthreads + + DEPARG = -M + INC += + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared -mthreads \ + -Wl,--export-all-symbols \ + -Wl,--output-def,lib$(TARGET_BASENAME).def \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) -lwinmm + PTHREAD_LIB = + OPEN_THREAD_LIB = -lOpenThreadsWin32 + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = lib + LIB_EXT = dll + IMP_LIB_EXT = dll.a + PLUGIN_EXT = dll + + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_LIBS = $(INST_LOCATION)/bin + INST_IMP_LIBS = $(INST_LOCATION)/lib + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE = $(INST_LOCATION) + INST_DEMOS = $(INST_SHARE)/bin + INST_DEMO_SRC = $(INST_SHARE)/src/demos + INST_DOC = $(INST_SHARE)/doc + INST_DATA = $(INST_SHARE)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup +endif + +#### HP-UX Specific definitions + +ifeq ($(OS),HP-UX) + CXX = aCC -AA -mt + DEPARG = -w +make -E + INC += + DEF += +Z -z + OPTF = +O2 + DBGF = -g + SHARED = +Z -b -z -Wl,+s + ARCH = 32 + LDFLAGS = + LINKARGS = -lpthread + LIB_EXT = sl + PLUGIN_EXT = sl + DYNAMICLIBRARYLIB = -ldld + OTHER_LIBS = -lm +endif + + +VPATH=.. + diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ 2005-05-20 23:11:42.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ 2006-08-24 04:55:38.000000000 +0200 @@ -529,27 +529,18 @@ PThreadPrivateData *pd = static_cast (_prvData); - size_t defaultStackSize; + size_t defaultStackSize = 0; pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } if(defaultStackSize < pd->stackSize) { pthread_attr_setstacksize( &thread_attr, pd->stackSize); - if(status != 0) { - return status; - } } //------------------------------------------------------------------------- // Now get what we actually have... // pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } pd->stackSize = defaultStackSize; diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h 2004-08-27 18:45:14.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h 2006-08-24 04:55:38.000000000 +0200 @@ -43,7 +43,7 @@ private: - PThreadPrivateData() {}; + PThreadPrivateData() : stackSize(0), stackSizeLocked(false), isRunning(false), isCanceled(false), idSet(false), tid(0), uniqueId(0), cpunum(0) {}; virtual ~PThreadPrivateData() {}; diff -uNr OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard OSG_OP_OT-1.1/Producer/include/Producer/Keyboard --- OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard 2005-10-28 22:53:43.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/include/Producer/Keyboard 2006-08-24 04:55:38.000000000 +0200 @@ -539,6 +539,7 @@ KeyboardKey _key; }; +class KeyboardMouseImplementation; class PR_EXPORT Keyboard : public Producer::Referenced { diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/libdefs OSG_OP_OT-1.1/Producer/Make/libdefs --- OSG_OP_OT-1.1.orig/Producer/Make/libdefs 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/Producer/Make/libdefs 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,4 @@ +ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") + LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).$(VERSION_MAJOR) +endif + diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/makedefs OSG_OP_OT-1.1/Producer/Make/makedefs --- OSG_OP_OT-1.1.orig/Producer/Make/makedefs 2006-07-18 15:26:22.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/Make/makedefs 2006-08-24 04:55:38.000000000 +0200 @@ -248,11 +248,6 @@ ifeq (x$(CXX),x) CXX = g++ endif - -ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") - LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).0 -endif - DEF += -fPIC -pthread OPTF = -O2 DBGF = -ggdb -gstabs From fedora-extras-commits at redhat.com Sun Aug 27 05:57:31 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:57:31 -0700 Subject: rpms/OpenSceneGraph/FC-5 OpenSceneGraph-1.0.diff,1.1,NONE Message-ID: <200608270557.k7R5vX4j031149@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31134 Removed Files: OpenSceneGraph-1.0.diff Log Message: Remove (Obsolete) --- OpenSceneGraph-1.0.diff DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 05:57:55 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:57:55 -0700 Subject: rpms/OpenSceneGraph/FC-5 .cvsignore, 1.4, 1.5 OpenSceneGraph.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200608270557.k7R5vvO9031176@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31155 Modified Files: .cvsignore OpenSceneGraph.spec sources Log Message: * Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jun 2006 04:56:16 -0000 1.4 +++ .cvsignore 27 Aug 2006 05:57:55 -0000 1.5 @@ -1 +1 @@ -OSG_OP_OT-1.0.zip +OSG_OP_OT-1.1.zip Index: OpenSceneGraph.spec =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/OpenSceneGraph.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- OpenSceneGraph.spec 7 Jun 2006 04:56:16 -0000 1.12 +++ OpenSceneGraph.spec 27 Aug 2006 05:57:55 -0000 1.13 @@ -5,11 +5,11 @@ # %define apivers 1.0 -%define srcvers 1.0 +%define srcvers 1.1 Name: OpenSceneGraph Version: %{srcvers} -Release: 4%{?dist} +Release: 1%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -266,6 +266,7 @@ %{_bindir}/osgplanets %{_bindir}/osgpoints %{_bindir}/osgpointsprite +%{_bindir}/osgprecipitation %{_bindir}/osgprerender %{_bindir}/osgprerendercubemap %{_bindir}/osgreflect @@ -391,6 +392,9 @@ %{_includedir}/Producer %changelog +* Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 +- Upstream update. + * Tue Jun 07 2006 Ralf Cors??pius - 1.0-4 - Try to avoid adding SONAMEs on plugins and applications. Index: sources =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jun 2006 04:56:16 -0000 1.4 +++ sources 27 Aug 2006 05:57:55 -0000 1.5 @@ -1 +1 @@ -dfb3eca46b32625602dabe9aa46c6b6f OSG_OP_OT-1.0.zip +c140e0f53f577af6e807108dd1a8f65f OSG_OP_OT-1.1.zip From fedora-extras-commits at redhat.com Sun Aug 27 08:05:03 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 01:05:03 -0700 Subject: extras-repoclosure rc-report.py,1.14,1.15 Message-ID: <200608270805.k7R853uj007049@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7031 Modified Files: rc-report.py Log Message: make startable with empty history dbs Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rc-report.py 29 Jul 2006 22:10:23 -0000 1.14 +++ rc-report.py 27 Aug 2006 08:05:00 -0000 1.15 @@ -35,13 +35,18 @@ # them more than once until expiration. class History: - history = {} - incoming = {} - expired = {} + def _reset(self): + self.history = {} + self.incoming = {} + self.expired = {} def __init__(self,release): # Load history map file and expire its contents. + self._reset() self.historyname = 'history-%s.pickle' % release - f = file(self.historyname,'r') + try: + f = file(self.historyname,'r') + except: + return self.tmpdict = pickle.load(f) f.close() # Build up history/expired dicts. From fedora-extras-commits at redhat.com Sun Aug 27 08:37:34 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:34 -0700 Subject: rpms/gnash - New directory Message-ID: <200608270837.k7R8baYf007233@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7207/gnash Log Message: Directory /cvs/extras/rpms/gnash added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 08:37:35 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:35 -0700 Subject: rpms/gnash/devel - New directory Message-ID: <200608270837.k7R8bbnm007236@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7207/gnash/devel Log Message: Directory /cvs/extras/rpms/gnash/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 08:37:51 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:51 -0700 Subject: rpms/gnash Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608270837.k7R8br60007285@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7252 Added Files: Makefile import.log Log Message: Setup of module gnash --- NEW FILE Makefile --- # Top level Makefile for module gnash all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 08:37:52 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:52 -0700 Subject: rpms/gnash/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608270837.k7R8bsVo007288@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7252/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnash --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 08:39:01 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:39:01 -0700 Subject: rpms/gnash import.log,1.1,1.2 Message-ID: <200608270839.k7R8d3BV007374@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7336 Modified Files: import.log Log Message: auto-import gnash-0.7.1-7 on branch devel from gnash-0.7.1-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnash/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 08:37:51 -0000 1.1 +++ import.log 27 Aug 2006 08:39:01 -0000 1.2 @@ -0,0 +1 @@ +gnash-0_7_1-7:HEAD:gnash-0.7.1-7.src.rpm:1156667933 From fedora-extras-commits at redhat.com Sun Aug 27 08:39:02 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:39:02 -0700 Subject: rpms/gnash/devel gnash-README.fedora, NONE, 1.1 gnash-configure-pkgconfig.patch, NONE, 1.1 gnash-continue_on_info_install_error.patch, NONE, 1.1 gnash-plugin-tempfile-dir.patch, NONE, 1.1 gnash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608270839.k7R8d4GS007385@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7336/devel Modified Files: .cvsignore sources Added Files: gnash-README.fedora gnash-configure-pkgconfig.patch gnash-continue_on_info_install_error.patch gnash-plugin-tempfile-dir.patch gnash.spec Log Message: auto-import gnash-0.7.1-7 on branch devel from gnash-0.7.1-7.src.rpm --- NEW FILE gnash-README.fedora --- The gnash flash plugin will add a directory in /tmp for each flash file it renders. This directory has a name like gnash-XXXXXX with XXXXXX replaced by a random string. Each directory contains a downloaded flash file. gnash-configure-pkgconfig.patch: --- NEW FILE gnash-configure-pkgconfig.patch --- --- gnash-20060320/configure.ac.1 2006-03-20 10:51:01.000000000 +0900 +++ gnash-20060320/configure.ac 2006-03-20 12:15:59.000000000 +0900 @@ -271,6 +271,11 @@ plugmk="plugin/Makefile plugin/mozilla-sdk/Makefile" fi +PKG_CHECK_MODULES(LIBXML, libxml-2.0) +PKG_CHECK_MODULES(GTK2, gtk+-2.0) +PKG_CHECK_MODULES(GLEXT, gtkglext-1.0, HAVE_GTK_GTKGL_H=1) + + AC_OUTPUT(Makefile libbase/Makefile libgeometry/Makefile gnash-continue_on_info_install_error.patch: --- NEW FILE gnash-continue_on_info_install_error.patch --- --- doc/C/Makefile.am-old 2006-05-17 16:42:07.000000000 +0200 +++ doc/C/Makefile.am 2006-05-17 16:42:53.000000000 +0200 @@ -197,7 +197,7 @@ install-info-hook: gnash.info test -d "$(DESTDIR)$(infodir)" || $(mkinstalldirs) "$(DESTDIR)$(infodir)" - $(INSTALL_DATA) gnash.info $(DESTDIR)$(infodir)/gnash.info ; \ + -$(INSTALL_DATA) gnash.info $(DESTDIR)$(infodir)/gnash.info ; \ if (/sbin/install-info --version) >/dev/null 2>&1; then \ version=`install-info --version | grep -c 'GNU texinfo'`; \ if test $$version -eq 0; then \ gnash-plugin-tempfile-dir.patch: --- NEW FILE gnash-plugin-tempfile-dir.patch --- Index: plugin/plugin.cpp =================================================================== RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v retrieving revision 1.39 diff -u -r1.39 plugin.cpp --- plugin/plugin.cpp 10 Aug 2006 18:49:44 -0000 1.39 +++ plugin/plugin.cpp 16 Aug 2006 10:24:30 -0000 @@ -442,8 +442,13 @@ end = url.find(".swf", 0) + 4; start = url.rfind("/", end) + 1; - fname = "/tmp/"; - fname += url.substr(start, end - start); + char* dirtemp = strdup ("/tmp/gnash-XXXXXX"); + fname = mkdtemp (dirtemp); + if (fname.empty ()) { + free (dirtemp); + fname = "/tmp"; + } + fname += "/" + url.substr(start, end - start); // extract the parameters from the URL start = url.find("?", end); --- NEW FILE gnash.spec --- Name: gnash Version: 0.7.1 Release: 7%{?dist} Summary: GNU flash movie player Group: Applications/Multimedia License: GPL URL: http://www.gnu.org/software/gnash/ Source0: http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.bz2 Source1: gnash-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel libjpeg-devel libogg-devel libXmu-devel BuildRequires: SDL_mixer-devel BuildRequires: kdelibs-devel BuildRequires: gtkglext-devel ## GStreamer isn't used yet, but will be in the near future. #BuildRequires: gstreamer-devel BuildRequires: docbook2X BuildRequires: scrollkeeper BuildRequires: automake, libtool Requires(post): scrollkeeper Requires(postun): scrollkeeper Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Patch1: gnash-configure-pkgconfig.patch Patch2: gnash-continue_on_info_install_error.patch Patch3: gnash-plugin-tempfile-dir.patch %description Gnash is a GNU Flash movie player based on GameSWF, and supports many SWF v7 features. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %package plugin Summary: Flash movie player plugin for Mozilla Browser Requires: %{name} = %{version}-%{release} Requires: webclient Group: Applications/Internet %description plugin The gnash flash movie player plugin for firefox or mozilla. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %package klash Summary: Konqueror flash movie player plugin Requires: %{name} = %{version}-%{release} Group: Applications/Multimedia %description klash The gnash flash movie player plugin for Konqueror. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %prep %setup -q cp -p %{SOURCE1} README.fedora %patch1 -p1 -b .1 %patch2 -p0 -b .2 %patch3 -p0 -b .3 autoreconf %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \ --enable-ghelp --enable-docbook --enable-klash --disable-rpath \ --disable-dependency-tracking --with-qtdir=$QTDIR make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,so} rm -rf $RPM_BUILD_ROOT/%{_localstatedir}/scrollkeeper rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : /sbin/install-info --entry="* Gnash: (gnash). GNU Flash Player" %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %postun /sbin/ldconfig scrollkeeper-update -q || : %files %defattr(-,root,root,-) %doc README AUTHORS COPYING NEWS %doc doc/C/gnash.html %doc doc/C/images %{_bindir}/gnash %{_bindir}/gparser %{_bindir}/gprocessor %{_mandir}/man1/gnash* %{_infodir}/gnash* %{_datadir}/gnash/ %{_datadir}/omf/gnash/ %{_libdir}/libgnash*.so.* %files plugin %defattr(-,root,root,-) %doc README.fedora %{_libdir}/mozilla/plugins/libgnashplugin.so %files klash %defattr(-,root,root,-) %{_bindir}/klash %{_libdir}/kde3/libklashpart.* %{_datadir}/apps/klash/ %{_datadir}/config/klashrc %{_datadir}/services/klash_part.desktop %changelog * Sun Aug 27 2006 Patrice Dumas - 0.7.1-7 - add defattr for klash - add warnings in the description about stability * Mon Aug 21 2006 Patrice Dumas - 0.7.1-6 - remove superfluous buildrequires autoconf - rename last patch to gnash-plugin-tempfile-dir.patch - add README.fedora to plugin to explain tmpdirs * Wed Aug 16 2006 Jens Petersen - 0.7.1-5 - source qt.sh and configure --with-qtdir (Dominik Mierzejewski) - add plugin-tempfile-dir.patch for plugin to use a safe tempdir * Fri Jul 28 2006 Jens Petersen - 0.7.1-4 - buildrequire autotools (Michael Knox) * Fri Jun 2 2006 Patrice Dumas - 0.7.1-3 - add gnash-continue_on_info_install_error.patch to avoid - buildrequire libXmu-devel * Wed May 17 2006 Jens Petersen - 0.7.1-2 - configure with --disable-rpath - buildrequire docbook2X - remove devel files * Sun May 7 2006 Jens Petersen - 0.7.1-1 - update to 0.7.1 alpha release * Sat Apr 22 2006 Rob Savoye - 0.7-1 - install the info file. Various tweaks for my system based on Patrice's latest patch, * Fri Feb 3 2006 Patrice Dumas - 0.7-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnash/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 08:37:52 -0000 1.1 +++ .cvsignore 27 Aug 2006 08:39:02 -0000 1.2 @@ -0,0 +1 @@ +gnash-0.7.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnash/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 08:37:52 -0000 1.1 +++ sources 27 Aug 2006 08:39:02 -0000 1.2 @@ -0,0 +1 @@ +d860981aeaac0fc941a28abc3c24223c gnash-0.7.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 08:46:56 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:46:56 -0700 Subject: owners owners.list,1.1453,1.1454 Message-ID: <200608270846.k7R8kwvX007455@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7438 Modified Files: owners.list Log Message: - add gnash to be owned by pertusus (#192049) - cc me on gcin too Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1453 retrieving revision 1.1454 diff -u -r1.1453 -r1.1454 --- owners.list 27 Aug 2006 01:06:04 -0000 1.1453 +++ owners.list 27 Aug 2006 08:46:56 -0000 1.1454 @@ -412,7 +412,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| -Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|gcompris|Educational suite for kids 2-10 years old|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -468,6 +468,7 @@ Fedora Extras|glyph-keeper|Library for text rendering|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|gmpc|GNOME frontend for the MPD|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|gnash|GNU flash movie player|pertusus at free.fr|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gnet2|A simple network library built upon glib|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|gnochm|CHM file viewer|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gnofract4d|Gnofract 4D is a Gnome-based program to draw fractals|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 10:24:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:24:52 -0700 Subject: rpms/ochusha - New directory Message-ID: <200608271024.k7RAOsuM027980@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947/ochusha Log Message: Directory /cvs/extras/rpms/ochusha added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 10:24:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:24:52 -0700 Subject: rpms/ochusha/devel - New directory Message-ID: <200608271024.k7RAOsL8027987@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947/ochusha/devel Log Message: Directory /cvs/extras/rpms/ochusha/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 10:25:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:10 -0700 Subject: rpms/ochusha/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608271025.k7RAPCHs028121@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28075/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ochusha --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 10:25:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:10 -0700 Subject: rpms/ochusha Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608271025.k7RAPCYL028115@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28075 Added Files: Makefile import.log Log Message: Setup of module ochusha --- NEW FILE Makefile --- # Top level Makefile for module ochusha all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 10:25:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:50 -0700 Subject: rpms/ochusha import.log,1.1,1.2 Message-ID: <200608271025.k7RAPq5P028381@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28330 Modified Files: import.log Log Message: auto-import ochusha-0.5.8.2-3 on branch devel from ochusha-0.5.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ochusha/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 10:25:10 -0000 1.1 +++ import.log 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +ochusha-0_5_8_2-3:HEAD:ochusha-0.5.8.2-3.src.rpm:1156674343 From fedora-extras-commits at redhat.com Sun Aug 27 10:25:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:50 -0700 Subject: rpms/ochusha/devel ochusha-0.5.8.2-cookie-hana-mogera.patch, NONE, 1.1 ochusha-0.5.8.2-glib-deprecated-option.patch, NONE, 1.1 ochusha.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608271025.k7RAPrLW028392@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28330/devel Modified Files: .cvsignore sources Added Files: ochusha-0.5.8.2-cookie-hana-mogera.patch ochusha-0.5.8.2-glib-deprecated-option.patch ochusha.spec Log Message: auto-import ochusha-0.5.8.2-3 on branch devel from ochusha-0.5.8.2-3.src.rpm ochusha-0.5.8.2-cookie-hana-mogera.patch: --- NEW FILE ochusha-0.5.8.2-cookie-hana-mogera.patch --- --- ochusha-0.5.8.2/lib/ochusha_thread_2ch.c.cookie 2005-09-09 22:18:20.000000000 +0900 +++ ochusha-0.5.8.2/lib/ochusha_thread_2ch.c 2006-08-23 18:09:27.000000000 +0900 @@ -1881,9 +1881,9 @@ { if (ochusha_bbs_thread_get_post_use_2ch_viewer(thread, broker->config) && broker->config->login_2ch) - query = g_strdup_printf("submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); + query = g_strdup_printf("hana=mogera&submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); else - query = g_strdup_printf("submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); + query = g_strdup_printf("hana=mogera&submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); } if (query == NULL) @@ -1901,9 +1901,9 @@ if (ochusha_bbs_thread_get_post_use_2ch_viewer(thread, broker->config) && broker->config->login_2ch) - query = g_strdup_printf("submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); + query = g_strdup_printf("hana=mogera&submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); else - query = g_strdup_printf("submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); + query = g_strdup_printf("hana=mogera&submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); } sleep(30); post_result = ochusha_utils_2ch_try_post(broker, thread->board, ochusha-0.5.8.2-glib-deprecated-option.patch: --- NEW FILE ochusha-0.5.8.2-glib-deprecated-option.patch --- --- ochusha-0.5.8.2/libmodifiedgtk2/Makefile.in.newglib 2005-09-19 12:19:00.000000000 +0900 +++ ochusha-0.5.8.2/libmodifiedgtk2/Makefile.in 2006-08-23 17:59:38.000000000 +0900 @@ -223,6 +223,7 @@ libmodifiedgtk2_la_LDFLAGS = -version-info $(SOVERSION) localedir = $(datadir)/locale AM_CPPFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED $(GLIB_CFLAGS) $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS += -DGTK_COMPILATION all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am --- NEW FILE ochusha.spec --- Summary: A GTK+ 2ch.net BBS Browser Name: ochusha Version: 0.5.8.2 Release: 3%{?dist} URL: http://ochusha.sourceforge.jp/ Source: http://keihanna.dl.sourceforge.jp/ochusha/16560/%{name}-%{version}.tar.bz2 # These patches are from discussion on # http://pc8.2ch.net/test/read.cgi/linux/1148809116/ Patch1: ochusha-0.5.8.2-glib-deprecated-option.patch Patch2: ochusha-0.5.8.2-cookie-hana-mogera.patch License: BSD Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(post): %{_bindir}/update-desktop-database Requires(post): %{_bindir}/gtk-update-icon-cache Requires(postun): /sbin/ldconfig Requires(postun): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires: fonts-japanese BuildRequires: gtk2-devel BuildRequires: libSM-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libXt-devel %description The ochusha is BBS, especially 2ch.net, browser with GUI. It uses the GTK+ toolkit for all of its interface needs. The ochusha offers a sort of features such as multi-level popup view of `response's, inlining and popup view of images that helps users to interact with BBSs. %prep %setup -q %patch1 -p1 -b .glib %patch2 -p1 -b .cookie # change desktop entry to use png file in # %{icondir} %{__sed} -i -e 's|Icon.*$|Icon=ochusha48.png|' gtk2/ochusha.desktop.in %build %configure %{__make} %{?_smp_flags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install # remove unneeded files %{__rm} -f %{buildroot}%{_libdir}/lib*.{a,la,so} # install desktop file and delete original %{__mkdir_p} %{buildroot}%{_datadir}/applications desktop-file-install \ --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ %{buildroot}%{_datadir}/ochusha/%{name}.desktop # link Icon png to icondir %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ ln -sf ../../../../ochusha/ochusha48.png \ %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ # change documents' encoding to UTF-8. change_encoding(){ CODE=$1 shift for f in $* ; do mv ${f} ${f}.tmp iconv -f $CODE -t UTF-8 ${f}.tmp > ${f} && rm -f ${f}.tmp || \ mv ${f}.tmp ${f} done } change_encoding EUCJP \ BUGS ChangeLog INSTALL.jp NEWS README TODO \ gtk2/ochusha-gtkrc.gray # install mo files %find_lang %{name} %clean %{__rm} -rf %{buildroot} %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root) %doc ACKNOWLEDGEMENT AUTHORS BUGS COPYING ChangeLog INSTALL* NEWS README TODO %doc gtk2/ochusha-gtkrc.* %{_bindir}/ochusha %{_libdir}/*.so.* %{_datadir}/applications/fedora-*.desktop %{_datadir}/icons/hicolor/48x48/apps/*.png %{_datadir}/ochusha %{_mandir}/man*/ochusha.1* %changelog * Sat Aug 26 2006 Mamoru Tasaka 0.5.8.2-3 - Install (link) icon to the usual directory and use cache updating method. * Sat Aug 26 2006 Mamoru Tasaka 0.5.8.2-2 - Explicitly require Japanese fonts. * Wed Aug 23 2006 Mamoru Tasaka 0.5.8.2-1 - Import to Fedora Extras. - Add two patch (from 2ch BBS ochusha thread). - Remove unnecessary .so files and desktop file installed on wrong location. - Use desktop-file-install, update-desktop-database - Add some missing BR. - Change documents' encoding. * Wed Dec 29 2004 0.5.7.1-1 - Version up. - The ochusha.spec file is polished according to anonymous people's voice. * Wed Nov 25 2004 0.5.7-1 - Version up. - The ochusha.spec file is polished according to Matchy's advise. * Sat Nov 13 2004 0.5.6-1 - Version up. - The ochusha.spec file is now generated automatically. - Some hardcoded build/install rules are replaced with common macros. - Post install/uninstall rules are modified to link/unlink the ochusha.desktop file for menu. * Sat Jul 03 2004 0.5.5-1 - Version up. * Sun Jun 20 2004 0.5.4.10-1 - Version up. * Wed Jun 16 2004 0.5.4.9-1 - Version up. * Tue Jun 15 2004 0.5.4.8-1 - Version up. * Mon Jun 14 2004 0.5.4.7-1 - Version up. * Sun Jun 13 2004 0.5.4.5-1 - Version up. * Sat Jun 12 2004 0.5.4.4-1 - Version up. * Sun Jun 06 2004 0.5.4.3-1 - Version up. * Mon May 24 2004 0.5.4.2-1 - Version up. * Mon May 17 2004 0.5.4.1-1 - Version up. * Sun May 02 2004 0.5.2-1 - Version up. * Sat Apr 10 2004 0.5.1-1 - Version up. - Added manfile to filelist. - Added mandir option to configure script. * Mon Mar 01 2004 0.5-1 - Version up. - Changed filelist. * Wed Jan 28 2004 0.4.10.3-1 - Version up. * Fri Jan 23 2004 0.4.10.1-1 - Version up. * Wed Jan 21 2004 0.4.10-1 - Version up. * Sun Jan 18 2004 0.4.9.7-1 - Version up. * Sat Jan 17 2004 0.4.9.6-1 - Version up. * Fri Jan 16 2004 0.4.9.5-1 - Version up. * Wed Jan 14 2004 0.4.9.4-1 - Version up. * Wed Jan 14 2004 0.4.9.3-1 - Version up. * Tue Jan 13 2004 0.4.9.2-1 - Version up. * Mon Jan 12 2004 0.4.9.1-1 - Version up. * Tue Jan 01 2004 0.4.8.2-1 - Version up. * Wed Dec 31 2003 0.4.8.1-1 - Version up. * Tue Dec 30 2003 0.4.8-1 - Version up. - Added files about libtsengine. - Added ochusha-init.scm file. - Added to run ldconfig when (un)installing. * Mon Dec 29 2003 0.4.7.1-1 - Version up. * Wed Dec 24 2003 0.4.7-1 - Version up. * Mon Dec 22 2003 0.4.6-1 - Version up. * Sun Dec 21 2003 0.4.5.10-1 - Version up. * Fri Dec 19 2003 0.4.5.7-1 - Version up. * Tue Dec 16 2003 0.4.5.6-1 - Version up. * Tue Dec 16 2003 0.4.5.5-1 - Version up. * Sun Dec 14 2003 0.4.5.4-1 - Version up. * Sat Dec 13 2003 0.4.5.3-1 - Version up. * Mon Dec 09 2003 0.4.5.1-1 - Version up. * Sat Dec 06 2003 0.4.5-1 - Version up. - Added png icon file. - Added gtkrc file. * Thu Nov 27 2003 0.4.4.8-1 - Added xpm icon file. - Version up. * Fri Nov 21 2003 0.4.4.3-1 - Version up. * Fri Nov 14 2003 0.4.4.2-1 - Version up. - Added some libraries. * Mon Jun 23 2003 0.4.3.6-1 - Version up. * Wed Jun 11 2003 0.4.3.4-1 - Version up. - changed prefix enviromental valuable. - changed URL. * Mon May 19 2003 0.4.3.3-1 - Version up. * Mon May 12 2003 0.4.3.2-1 - Version up. - Fixed Group. * Mon May 12 2003 0.4.2.1-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 10:25:10 -0000 1.1 +++ .cvsignore 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +ochusha-0.5.8.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 10:25:10 -0000 1.1 +++ sources 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +167edce1d41f766d18018175458373c7 ochusha-0.5.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 11:22:26 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 04:22:26 -0700 Subject: rpms/lirc-kmod/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE kmodtool, 1.7, NONE lirc-kmod-0.8.0-2616.patch, 1.1, NONE lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch, 1.1, NONE lirc-kmod.spec, 1.11, NONE sources, 1.2, NONE Message-ID: <200608271122.k7RBMSjq015676@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/lirc-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14251/lirc-kmod/devel Added Files: dead.package Removed Files: .cvsignore Makefile kmodtool lirc-kmod-0.8.0-2616.patch lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch lirc-kmod.spec sources Log Message: marking as dead.package --- NEW FILE dead.package --- https://bugzilla.redhat.com/192621 --- .cvsignore DELETED --- --- Makefile DELETED --- --- kmodtool DELETED --- --- lirc-kmod-0.8.0-2616.patch DELETED --- --- lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch DELETED --- --- lirc-kmod.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 11:22:27 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 04:22:27 -0700 Subject: rpms/lirc-kmod-common/devel dead.package, NONE, 1.1 .cvsignore, 1.1, NONE Makefile, 1.1, NONE lirc-kmod-common.spec, 1.2, NONE sources, 1.1, NONE Message-ID: <200608271122.k7RBMTSN015955@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/lirc-kmod-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14251/lirc-kmod-common/devel Added Files: dead.package Removed Files: .cvsignore Makefile lirc-kmod-common.spec sources Log Message: marking as dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- lirc-kmod-common.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 11:30:55 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 04:30:55 -0700 Subject: owners owners.list,1.1454,1.1455 Message-ID: <200608271130.k7RBUvv3009168@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9151 Modified Files: owners.list Log Message: add ochusha Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1454 retrieving revision 1.1455 diff -u -r1.1454 -r1.1455 --- owners.list 27 Aug 2006 08:46:56 -0000 1.1454 +++ owners.list 27 Aug 2006 11:30:54 -0000 1.1455 @@ -1028,6 +1028,7 @@ Fedora Extras|obby|A library which provides synced document buffers|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|obconf|A graphical configuration editor for the Openbox window manager|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|ocaml|The Objective Caml compiler and programming environment|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|ochusha|A GTK+ 2ch.net BBS Browser|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|octave|A high-level language for numerical computations|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 11:33:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 04:33:42 -0700 Subject: rpms/bochs/devel .cvsignore, 1.8, 1.9 bochs.spec, 1.19, 1.20 sources, 1.8, 1.9 Message-ID: <200608271133.k7RBXiZj009254@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9233 Modified Files: .cvsignore bochs.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 2.3-1 - New upstream version 2.3 (final) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 10 Aug 2006 11:06:57 -0000 1.8 +++ .cvsignore 27 Aug 2006 11:33:41 -0000 1.9 @@ -1,2 +1,2 @@ +bochs-2.3.tar.gz dlxlinux4.tar.gz -bochs-2.3.pre3.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- bochs.spec 10 Aug 2006 11:06:57 -0000 1.19 +++ bochs.spec 27 Aug 2006 11:33:41 -0000 1.20 @@ -1,14 +1,13 @@ %bcond_with debugger -%define pre_version pre3 Name: bochs Version: 2.3 -Release: 0.1.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: Portable x86 PC emulator Group: Applications/Emulators License: LGPL URL: http://bochs.sourceforge.net/ -Source0: http://download.sf.net/bochs/%{name}-%{version}.%{pre_version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch @@ -45,7 +44,7 @@ %prep -%setup -q -n %{name}-%{version}.%{pre_version} +%setup -q %patch0 -p0 -z .nonet cp -p %{SOURCE1} . # Fix up some man page paths. @@ -124,6 +123,9 @@ %changelog +* Sun Aug 27 2006 Hans de Goede 2.3-1 +- New upstream version 2.3 (final) + * Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 - New upstream version 2.3.pre3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 10 Aug 2006 11:06:57 -0000 1.8 +++ sources 27 Aug 2006 11:33:41 -0000 1.9 @@ -1,2 +1,2 @@ +100c02fbcd402c2b4862d0251be539fd bochs-2.3.tar.gz 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz -0d368e0c23c40598dcfd8316b14cf6c0 bochs-2.3.pre3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 11:35:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 04:35:49 -0700 Subject: rpms/bochs/FC-5 .cvsignore, 1.6, 1.7 bochs.spec, 1.17, 1.18 sources, 1.6, 1.7 bochs-dlxreadme.patch, 1.1, NONE bochs-wx26.patch, 1.3, NONE Message-ID: <200608271135.k7RBZpBB009324@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9303 Modified Files: .cvsignore bochs.spec sources Removed Files: bochs-dlxreadme.patch bochs-wx26.patch Log Message: * Sun Aug 27 2006 Hans de Goede 2.3-1 - New upstream version 2.3 (final) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 15 Feb 2006 21:20:29 -0000 1.6 +++ .cvsignore 27 Aug 2006 11:35:49 -0000 1.7 @@ -1,2 +1,2 @@ -bochs-2.2.6.tar.gz +bochs-2.3.tar.gz dlxlinux4.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/bochs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- bochs.spec 28 Feb 2006 08:21:25 -0000 1.17 +++ bochs.spec 27 Aug 2006 11:35:49 -0000 1.18 @@ -1,21 +1,17 @@ %bcond_with debugger Name: bochs -Version: 2.2.6 +Version: 2.3 Release: 1%{?dist} Summary: Portable x86 PC emulator - Group: Applications/Emulators License: LGPL URL: http://bochs.sourceforge.net/ -Source0: http://download.sf.net/bochs/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch -Patch2: %{name}-wx26.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: autoconf BuildRequires: docbook-utils BuildRequires: libXt-devel BuildRequires: libXpm-devel @@ -50,15 +46,14 @@ %prep %setup -q %patch0 -p0 -z .nonet -%patch2 -p1 -z .wx26 -autoconf cp -p %{SOURCE1} . - # Fix up some man page paths. sed -i \ -e 's|/usr/local/share/doc/bochs/|%{_docdir}/%{name}-%{version}/|' \ -e 's|/usr/local/share/|%{_datadir}/|' \ doc/man/*.* +# remove executable bits from sources to make rpmlint happy with the debuginfo +chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'` %build @@ -128,6 +123,16 @@ %changelog +* Sun Aug 27 2006 Hans de Goede 2.3-1 +- New upstream version 2.3 (final) + +* Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 +- New upstream version 2.3.pre3 + +* Mon Jul 17 2006 Hans de Goede 2.3-0.1.pre2 +- New upstream version 2.3.pre2 +- Drop upstreamed wx26 patch + * Wed Feb 15 2006 Hans de Goede - 2.2.6-1 - New upstream version 2.2.6 - Rebuild for new gcc4.1 and glibc Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 15 Feb 2006 21:20:29 -0000 1.6 +++ sources 27 Aug 2006 11:35:49 -0000 1.7 @@ -1,2 +1,2 @@ -961482eb78b55fe3e0e0639e34b4c2c1 bochs-2.2.6.tar.gz +100c02fbcd402c2b4862d0251be539fd bochs-2.3.tar.gz 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz --- bochs-dlxreadme.patch DELETED --- --- bochs-wx26.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 12:19:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:19:51 -0700 Subject: rpms/childsplay_plugins/devel .cvsignore, 1.3, 1.4 childsplay_plugins-0.80.8-assetml.patch, 1.1, 1.2 childsplay_plugins.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271219.k7RCJrnO012166@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132 Modified Files: .cvsignore childsplay_plugins-0.80.8-assetml.patch childsplay_plugins.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 May 2006 21:18:44 -0000 1.3 +++ .cvsignore 27 Aug 2006 12:19:51 -0000 1.4 @@ -1 +1 @@ -childsplay_plugins-0.80.8.tgz +childsplay_plugins-0.83.tgz childsplay_plugins-0.80.8-assetml.patch: Index: childsplay_plugins-0.80.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins-0.80.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay_plugins-0.80.8-assetml.patch 14 May 2006 21:18:44 -0000 1.1 +++ childsplay_plugins-0.80.8-assetml.patch 27 Aug 2006 12:19:51 -0000 1.2 @@ -1,6 +1,6 @@ ---- childsplay_plugins-0.80.8/lib/soundmemory.py.00 2006-04-09 17:12:39.000000000 +0800 -+++ childsplay_plugins-0.80.8/lib/soundmemory.py 2006-05-14 20:25:09.000000000 +0800 -@@ -136,9 +136,9 @@ class Game: +--- childsplay_plugins-0.83/lib/soundmemory.py.aap 2006-08-27 10:53:49.000000000 +0200 ++++ childsplay_plugins-0.83/lib/soundmemory.py 2006-08-27 14:19:07.000000000 +0200 +@@ -136,9 +136,9 @@ raise MyError,text # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds self.Assets_snd = pyassetmlSDL.AssetmlSDL() @@ -12,3 +12,17 @@ # number of items y, number of items y, x offset, y offset self.gamelevels = [(2,3,200,100),(2,4,180,100),(3,4,180,60),(4,6,50,20)] +--- childsplay_plugins-0.83/lib/multiTables.py.aap 2006-08-27 14:19:48.000000000 +0200 ++++ childsplay_plugins-0.83/lib/multiTables.py 2006-08-27 14:19:54.000000000 +0200 +@@ -240,9 +240,9 @@ + ## If you don't know what 'Assetml' you probably don't need it :-) + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++ self.Assets_img.set_mldir('childsplay-images.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + self.gamelevels =[1,2]# used by childsplay core (see childsplaytest.py) + self.gameitems = [None]# used by childsplay core + # You MUST call CPinit BEFORE using any of the SpriteUtils stuff Index: childsplay_plugins.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- childsplay_plugins.spec 14 May 2006 21:18:44 -0000 1.2 +++ childsplay_plugins.spec 27 Aug 2006 12:19:51 -0000 1.3 @@ -1,16 +1,16 @@ Name: childsplay_plugins -Version: 0.80.8 +Version: 0.83 Release: 1%{?dist} Summary: Plugins for childsplay (educational games for young children) Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source: http://download.sourceforge.net/childsplay/%{name}-%{version}.tgz +Source: http://dl.sf.net/sourceforge/childsplay/%{name}-%{version}.tgz Patch0: childsplay_plugins-0.80.7-alphabet-sounds.patch Patch1: childsplay_plugins-0.80.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: childsplay >= 0.81.4 +Requires: childsplay >= 0.83 %description Plugins (games) for Childsplay a suite of educational games for young @@ -62,6 +62,9 @@ %{_datadir}/assetml/* %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Sun May 14 2006 Hans de Goede 0.80.8-1 - New upstream release 0.80.8 - Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 May 2006 21:18:44 -0000 1.3 +++ sources 27 Aug 2006 12:19:51 -0000 1.4 @@ -1 +1 @@ -0758183302dfe1fe2bb5103f9442bac9 childsplay_plugins-0.80.8.tgz +81355e87ee3968107305642333e253cf childsplay_plugins-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:19:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:19:49 -0700 Subject: rpms/childsplay/devel .cvsignore, 1.2, 1.3 childsplay-0.81.8-assetml.patch, 1.1, 1.2 childsplay.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608271219.k7RCJpMB012153@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12112 Modified Files: .cvsignore childsplay-0.81.8-assetml.patch childsplay.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 13:20:41 -0000 1.2 +++ .cvsignore 27 Aug 2006 12:19:49 -0000 1.3 @@ -1 +1 @@ -childsplay-0.81.8.tgz +childsplay-0.83.tgz childsplay-0.81.8-assetml.patch: Index: childsplay-0.81.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/childsplay-0.81.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay-0.81.8-assetml.patch 11 May 2006 13:20:41 -0000 1.1 +++ childsplay-0.81.8-assetml.patch 27 Aug 2006 12:19:49 -0000 1.2 @@ -1,58 +1,5 @@ ---- childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml.assetml 2006-05-05 15:59:55.000000000 +0200 -+++ childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-05-05 16:00:09.000000000 +0200 -@@ -1,5 +1,5 @@ - -- -+ - - Apple - ?????????? ---- childsplay-0.81.8/pyassetml.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/pyassetml.py 2006-05-05 15:58:28.000000000 +0200 -@@ -164,9 +164,9 @@ - rootnode = self.xml.getElementsByTagName('AssetML')[0] - self.root_obj = RootNode() - self.root_obj.dataset = rootnode.attributes[u'dataset'].value -- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it -- #self.root_obj.rootdir = os.path.join(self.parserroot, path) -- self.root_obj.rootdir = self.parserroot -+ path = rootnode.attributes[u'rootdir'].value -+ self.root_obj.rootdir = os.path.join(self.parserroot, path) -+ #self.root_obj.rootdir = self.parserroot - self.root_obj.locale = rootnode.attributes[u'locale'].value - - for node in self.xmlnodes: ---- childsplay-0.81.8/childsplay.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/childsplay.py 2006-05-05 15:58:28.000000000 +0200 -@@ -301,10 +301,10 @@ - - # create two assetmlSDL instances one for parsing images and one for sounds - Assets_img = pyassetmlSDL.AssetmlSDL() --Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') -+Assets_img.set_mldir('childsplay-images.assetml') - - Assets_snd = pyassetmlSDL.AssetmlSDL() --Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+Assets_snd.set_mldir('childsplay-sounds.assetml') - - ############################################ - ########### End toplevel code ##################### ---- childsplay-0.81.8/lib/memory.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/memory.py 2006-05-05 15:58:28.000000000 +0200 -@@ -57,9 +57,9 @@ - raise MyError,text - # create two assetmlSDL instances one for parsing images and one for sounds - self.Assets_img = pyassetmlSDL.AssetmlSDL() -- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') -+ self.Assets_img.set_mldir('memory-136x136.assetml') - self.Assets_snd = pyassetmlSDL.AssetmlSDL() -- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+ self.Assets_snd.set_mldir('childsplay-sounds.assetml') - - self.libdir = libdir - # This will also used as a test if we are using other images ---- childsplay-0.81.8/lib/letters.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/letters.py 2006-05-05 15:58:28.000000000 +0200 +--- childsplay-0.83/lib/letters.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/letters.py 2006-08-27 14:09:03.000000000 +0200 @@ -98,13 +98,13 @@ if DEBUG: print "ChildsplayGoodies",dir(ChildsplayGoodies) # create two assetmlSDL instances one for parsing images and one for sounds @@ -79,3 +26,62 @@ files = ('bummer.wav','wahoo.wav') self.Assets_snd.get_assets(files, Snd) +--- childsplay-0.83/lib/memory.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/memory.py 2006-08-27 14:09:03.000000000 +0200 +@@ -55,9 +55,9 @@ + raise MyError,text + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') ++ self.Assets_img.set_mldir('memory-136x136.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + + self.libdir = libdir + # This will also used as a test if we are using other images +--- childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-08-27 14:09:03.000000000 +0200 +@@ -1,5 +1,5 @@ + +- ++ + + Apple + ?????????? +--- childsplay-0.83/childsplay.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/childsplay.py 2006-08-27 14:09:03.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + # -*- coding: utf-8 -*- + """ + Copyright (C) 2002-2006 Stas Z. +@@ -291,10 +291,10 @@ + + # create two assetmlSDL instances one for parsing images and one for sounds + Assets_img = pyassetmlSDL.AssetmlSDL() +-Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++Assets_img.set_mldir('childsplay-images.assetml') + + Assets_snd = pyassetmlSDL.AssetmlSDL() +-Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++Assets_snd.set_mldir('childsplay-sounds.assetml') + + ############################################ + ########### End toplevel code ##################### +--- childsplay-0.83/pyassetml.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/pyassetml.py 2006-08-27 14:09:03.000000000 +0200 +@@ -164,9 +164,9 @@ + rootnode = self.xml.getElementsByTagName('AssetML')[0] + self.root_obj = RootNode() + self.root_obj.dataset = rootnode.attributes[u'dataset'].value +- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it +- #self.root_obj.rootdir = os.path.join(self.parserroot, path) +- self.root_obj.rootdir = self.parserroot ++ path = rootnode.attributes[u'rootdir'].value ++ self.root_obj.rootdir = os.path.join(self.parserroot, path) ++ #self.root_obj.rootdir = self.parserroot + self.root_obj.locale = rootnode.attributes[u'locale'].value + + for node in self.xmlnodes: Index: childsplay.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/childsplay.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- childsplay.spec 11 May 2006 13:39:03 -0000 1.3 +++ childsplay.spec 27 Aug 2006 12:19:49 -0000 1.4 @@ -1,18 +1,18 @@ Name: childsplay -Version: 0.81.8 -Release: 3%{?dist} +Version: 0.83 +Release: 1%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tgz Source1: childsplay.desktop Patch0: childsplay-0.81.8-highscore.patch Patch1: childsplay-0.81.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils -Requires: pygame, childsplay_plugins >= 0.80.7 +Requires: pygame, childsplay_plugins >= 0.83 %description Childsplay is a suite of educational games for young children. It's written in @@ -37,7 +37,7 @@ sed -i 's!/usr/bin/env python!%{_bindir}/python!' %{name}.py letters-trans.py chmod 755 %{name}.py letters-trans.py pyassetmlcreator.py # move these out of Data so our wildcard install doesn't install them -mv Data/*.txt Data/chpl-icon-48*.png Data/childsplay.* . +mv Data/*.txt Data/logo_cp_*.png Data/childsplay.* . %build # INSTALL.sh is seriously borked, so DIY @@ -82,8 +82,14 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 chpl-icon-48.png \ +install -p -m 644 logo_cp_16x16.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +install -p -m 644 logo_cp_32x32.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +install -p -m 644 logo_cp_48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png @@ -125,10 +131,13 @@ %{_datadir}/assetml %{_mandir}/man6/*.6.gz %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Thu May 11 2006 Hans de Goede 0.81.8-3 - Fix not finding of initial/default childsplayrc file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 13:20:41 -0000 1.2 +++ sources 27 Aug 2006 12:19:49 -0000 1.3 @@ -1 +1 @@ -2353509fda8cf7d32c8a10ebd8390370 childsplay-0.81.8.tgz +037aafb0a3ca8b16a596c06a9074cc20 childsplay-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:20:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:20:34 -0700 Subject: rpms/childsplay_plugins/FC-5 .cvsignore, 1.3, 1.4 childsplay_plugins-0.80.8-assetml.patch, 1.1, 1.2 childsplay_plugins.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271220.k7RCKbXj012280@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12254 Modified Files: .cvsignore childsplay_plugins-0.80.8-assetml.patch childsplay_plugins.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 May 2006 21:19:42 -0000 1.3 +++ .cvsignore 27 Aug 2006 12:20:34 -0000 1.4 @@ -1 +1 @@ -childsplay_plugins-0.80.8.tgz +childsplay_plugins-0.83.tgz childsplay_plugins-0.80.8-assetml.patch: Index: childsplay_plugins-0.80.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins-0.80.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay_plugins-0.80.8-assetml.patch 14 May 2006 21:19:42 -0000 1.1 +++ childsplay_plugins-0.80.8-assetml.patch 27 Aug 2006 12:20:34 -0000 1.2 @@ -1,6 +1,6 @@ ---- childsplay_plugins-0.80.8/lib/soundmemory.py.00 2006-04-09 17:12:39.000000000 +0800 -+++ childsplay_plugins-0.80.8/lib/soundmemory.py 2006-05-14 20:25:09.000000000 +0800 -@@ -136,9 +136,9 @@ class Game: +--- childsplay_plugins-0.83/lib/soundmemory.py.aap 2006-08-27 10:53:49.000000000 +0200 ++++ childsplay_plugins-0.83/lib/soundmemory.py 2006-08-27 14:19:07.000000000 +0200 +@@ -136,9 +136,9 @@ raise MyError,text # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds self.Assets_snd = pyassetmlSDL.AssetmlSDL() @@ -12,3 +12,17 @@ # number of items y, number of items y, x offset, y offset self.gamelevels = [(2,3,200,100),(2,4,180,100),(3,4,180,60),(4,6,50,20)] +--- childsplay_plugins-0.83/lib/multiTables.py.aap 2006-08-27 14:19:48.000000000 +0200 ++++ childsplay_plugins-0.83/lib/multiTables.py 2006-08-27 14:19:54.000000000 +0200 +@@ -240,9 +240,9 @@ + ## If you don't know what 'Assetml' you probably don't need it :-) + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++ self.Assets_img.set_mldir('childsplay-images.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + self.gamelevels =[1,2]# used by childsplay core (see childsplaytest.py) + self.gameitems = [None]# used by childsplay core + # You MUST call CPinit BEFORE using any of the SpriteUtils stuff Index: childsplay_plugins.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- childsplay_plugins.spec 14 May 2006 21:19:42 -0000 1.2 +++ childsplay_plugins.spec 27 Aug 2006 12:20:34 -0000 1.3 @@ -1,16 +1,16 @@ Name: childsplay_plugins -Version: 0.80.8 +Version: 0.83 Release: 1%{?dist} Summary: Plugins for childsplay (educational games for young children) Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source: http://download.sourceforge.net/childsplay/%{name}-%{version}.tgz +Source: http://dl.sf.net/sourceforge/childsplay/%{name}-%{version}.tgz Patch0: childsplay_plugins-0.80.7-alphabet-sounds.patch Patch1: childsplay_plugins-0.80.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: childsplay >= 0.81.4 +Requires: childsplay >= 0.83 %description Plugins (games) for Childsplay a suite of educational games for young @@ -62,6 +62,9 @@ %{_datadir}/assetml/* %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Sun May 14 2006 Hans de Goede 0.80.8-1 - New upstream release 0.80.8 - Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 May 2006 21:19:42 -0000 1.3 +++ sources 27 Aug 2006 12:20:34 -0000 1.4 @@ -1 +1 @@ -0758183302dfe1fe2bb5103f9442bac9 childsplay_plugins-0.80.8.tgz +81355e87ee3968107305642333e253cf childsplay_plugins-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:20:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:20:56 -0700 Subject: rpms/childsplay/FC-5 .cvsignore, 1.2, 1.3 childsplay-0.81.8-assetml.patch, 1.1, 1.2 childsplay.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608271220.k7RCKwRj012350@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12324 Modified Files: .cvsignore childsplay-0.81.8-assetml.patch childsplay.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 13:20:41 -0000 1.2 +++ .cvsignore 27 Aug 2006 12:20:56 -0000 1.3 @@ -1 +1 @@ -childsplay-0.81.8.tgz +childsplay-0.83.tgz childsplay-0.81.8-assetml.patch: Index: childsplay-0.81.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/childsplay-0.81.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay-0.81.8-assetml.patch 11 May 2006 13:20:41 -0000 1.1 +++ childsplay-0.81.8-assetml.patch 27 Aug 2006 12:20:56 -0000 1.2 @@ -1,58 +1,5 @@ ---- childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml.assetml 2006-05-05 15:59:55.000000000 +0200 -+++ childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-05-05 16:00:09.000000000 +0200 -@@ -1,5 +1,5 @@ - -- -+ - - Apple - ?????????? ---- childsplay-0.81.8/pyassetml.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/pyassetml.py 2006-05-05 15:58:28.000000000 +0200 -@@ -164,9 +164,9 @@ - rootnode = self.xml.getElementsByTagName('AssetML')[0] - self.root_obj = RootNode() - self.root_obj.dataset = rootnode.attributes[u'dataset'].value -- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it -- #self.root_obj.rootdir = os.path.join(self.parserroot, path) -- self.root_obj.rootdir = self.parserroot -+ path = rootnode.attributes[u'rootdir'].value -+ self.root_obj.rootdir = os.path.join(self.parserroot, path) -+ #self.root_obj.rootdir = self.parserroot - self.root_obj.locale = rootnode.attributes[u'locale'].value - - for node in self.xmlnodes: ---- childsplay-0.81.8/childsplay.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/childsplay.py 2006-05-05 15:58:28.000000000 +0200 -@@ -301,10 +301,10 @@ - - # create two assetmlSDL instances one for parsing images and one for sounds - Assets_img = pyassetmlSDL.AssetmlSDL() --Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') -+Assets_img.set_mldir('childsplay-images.assetml') - - Assets_snd = pyassetmlSDL.AssetmlSDL() --Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+Assets_snd.set_mldir('childsplay-sounds.assetml') - - ############################################ - ########### End toplevel code ##################### ---- childsplay-0.81.8/lib/memory.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/memory.py 2006-05-05 15:58:28.000000000 +0200 -@@ -57,9 +57,9 @@ - raise MyError,text - # create two assetmlSDL instances one for parsing images and one for sounds - self.Assets_img = pyassetmlSDL.AssetmlSDL() -- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') -+ self.Assets_img.set_mldir('memory-136x136.assetml') - self.Assets_snd = pyassetmlSDL.AssetmlSDL() -- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+ self.Assets_snd.set_mldir('childsplay-sounds.assetml') - - self.libdir = libdir - # This will also used as a test if we are using other images ---- childsplay-0.81.8/lib/letters.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/letters.py 2006-05-05 15:58:28.000000000 +0200 +--- childsplay-0.83/lib/letters.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/letters.py 2006-08-27 14:09:03.000000000 +0200 @@ -98,13 +98,13 @@ if DEBUG: print "ChildsplayGoodies",dir(ChildsplayGoodies) # create two assetmlSDL instances one for parsing images and one for sounds @@ -79,3 +26,62 @@ files = ('bummer.wav','wahoo.wav') self.Assets_snd.get_assets(files, Snd) +--- childsplay-0.83/lib/memory.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/memory.py 2006-08-27 14:09:03.000000000 +0200 +@@ -55,9 +55,9 @@ + raise MyError,text + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') ++ self.Assets_img.set_mldir('memory-136x136.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + + self.libdir = libdir + # This will also used as a test if we are using other images +--- childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-08-27 14:09:03.000000000 +0200 +@@ -1,5 +1,5 @@ + +- ++ + + Apple + ?????????? +--- childsplay-0.83/childsplay.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/childsplay.py 2006-08-27 14:09:03.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + # -*- coding: utf-8 -*- + """ + Copyright (C) 2002-2006 Stas Z. +@@ -291,10 +291,10 @@ + + # create two assetmlSDL instances one for parsing images and one for sounds + Assets_img = pyassetmlSDL.AssetmlSDL() +-Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++Assets_img.set_mldir('childsplay-images.assetml') + + Assets_snd = pyassetmlSDL.AssetmlSDL() +-Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++Assets_snd.set_mldir('childsplay-sounds.assetml') + + ############################################ + ########### End toplevel code ##################### +--- childsplay-0.83/pyassetml.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/pyassetml.py 2006-08-27 14:09:03.000000000 +0200 +@@ -164,9 +164,9 @@ + rootnode = self.xml.getElementsByTagName('AssetML')[0] + self.root_obj = RootNode() + self.root_obj.dataset = rootnode.attributes[u'dataset'].value +- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it +- #self.root_obj.rootdir = os.path.join(self.parserroot, path) +- self.root_obj.rootdir = self.parserroot ++ path = rootnode.attributes[u'rootdir'].value ++ self.root_obj.rootdir = os.path.join(self.parserroot, path) ++ #self.root_obj.rootdir = self.parserroot + self.root_obj.locale = rootnode.attributes[u'locale'].value + + for node in self.xmlnodes: Index: childsplay.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/childsplay.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- childsplay.spec 11 May 2006 13:39:03 -0000 1.3 +++ childsplay.spec 27 Aug 2006 12:20:56 -0000 1.4 @@ -1,18 +1,18 @@ Name: childsplay -Version: 0.81.8 -Release: 3%{?dist} +Version: 0.83 +Release: 1%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tgz Source1: childsplay.desktop Patch0: childsplay-0.81.8-highscore.patch Patch1: childsplay-0.81.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils -Requires: pygame, childsplay_plugins >= 0.80.7 +Requires: pygame, childsplay_plugins >= 0.83 %description Childsplay is a suite of educational games for young children. It's written in @@ -37,7 +37,7 @@ sed -i 's!/usr/bin/env python!%{_bindir}/python!' %{name}.py letters-trans.py chmod 755 %{name}.py letters-trans.py pyassetmlcreator.py # move these out of Data so our wildcard install doesn't install them -mv Data/*.txt Data/chpl-icon-48*.png Data/childsplay.* . +mv Data/*.txt Data/logo_cp_*.png Data/childsplay.* . %build # INSTALL.sh is seriously borked, so DIY @@ -82,8 +82,14 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 chpl-icon-48.png \ +install -p -m 644 logo_cp_16x16.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +install -p -m 644 logo_cp_32x32.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +install -p -m 644 logo_cp_48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png @@ -125,10 +131,13 @@ %{_datadir}/assetml %{_mandir}/man6/*.6.gz %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Thu May 11 2006 Hans de Goede 0.81.8-3 - Fix not finding of initial/default childsplayrc file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 13:20:41 -0000 1.2 +++ sources 27 Aug 2006 12:20:56 -0000 1.3 @@ -1 +1 @@ -2353509fda8cf7d32c8a10ebd8390370 childsplay-0.81.8.tgz +037aafb0a3ca8b16a596c06a9074cc20 childsplay-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 14:17:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 07:17:19 -0700 Subject: rpms/conexusmm/devel .cvsignore, 1.2, 1.3 conexusmm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608271417.k7REHL8q018246@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18225 Modified Files: .cvsignore conexusmm.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 +++ .cvsignore 27 Aug 2006 14:17:18 -0000 1.3 @@ -1 +1 @@ -conexusmm-0.3.0.tar.bz2 +conexusmm-0.4.0.tar.bz2 Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexusmm.spec 27 Aug 2006 02:10:56 -0000 1.2 +++ conexusmm.spec 27 Aug 2006 14:17:18 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,8 +68,11 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-3 +- Bump release tag for new sources + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 -- Bump tag for new sources +- Bump release tag for new sources * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Aug 2006 15:51:27 -0000 1.2 +++ sources 27 Aug 2006 14:17:18 -0000 1.3 @@ -1 +1 @@ -8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 +5b2fe9785663d81091c44522b21d1df3 conexusmm-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 14:18:03 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 07:18:03 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.3,1.4 Message-ID: <200608271418.k7REI5ea018311@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18294 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexusmm.spec 27 Aug 2006 14:17:18 -0000 1.3 +++ conexusmm.spec 27 Aug 2006 14:18:03 -0000 1.4 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-4 +- Bump release tag for new sources + * Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-3 - Bump release tag for new sources From fedora-extras-commits at redhat.com Sun Aug 27 14:43:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:43:04 -0700 Subject: rpms/anjuta import.log,1.16,1.17 Message-ID: <200608271443.k7REh6W4018562@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18528 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-5 on branch devel from anjuta-1.2.4a-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 6 Jul 2006 16:26:34 -0000 1.16 +++ import.log 27 Aug 2006 14:43:04 -0000 1.17 @@ -13,3 +13,4 @@ anjuta-1_2_4a-4:HEAD:anjuta-1.2.4a-4.src.rpm:1152203011 anjuta-1_2_4a-4:FC-5:anjuta-1.2.4a-4.src.rpm:1152203100 anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 +anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 From fedora-extras-commits at redhat.com Sun Aug 27 14:43:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:43:05 -0700 Subject: rpms/anjuta/devel anjuta-1.2.4a-search.patch, NONE, 1.1 anjuta-1.2.4a-watch-keys.patch, NONE, 1.1 anjuta-export-dynamic.patch, NONE, 1.1 anjuta.spec, 1.19, 1.20 anjuta-encodings.patch, 1.3, NONE project_type.patch, 1.1, NONE Message-ID: <200608271443.k7REh7IQ018572@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18528/devel Modified Files: anjuta.spec Added Files: anjuta-1.2.4a-search.patch anjuta-1.2.4a-watch-keys.patch anjuta-export-dynamic.patch Removed Files: anjuta-encodings.patch project_type.patch Log Message: auto-import anjuta-1.2.4a-5 on branch devel from anjuta-1.2.4a-5.src.rpm anjuta-1.2.4a-search.patch: --- NEW FILE anjuta-1.2.4a-search.patch --- --- anjuta-1.2.4a/src/search-replace.c.old 2005-04-24 16:18:46.000000000 +0200 +++ anjuta-1.2.4a/src/search-replace.c 2006-08-02 08:32:47.000000000 +0200 @@ -1607,7 +1645,15 @@ search_set_action (SA_FIND_PANE); search_set_direction (SD_FORWARD); } + } else { + search_set_target(SR_BUFFER); + if (!replace) + { + search_set_action (SA_SELECT); + search_set_direction (SD_FORWARD); + } } + show_jump_button(FALSE); notebook = sr_get_gladewidget(SEARCH_NOTEBOOK)->widget; anjuta-1.2.4a-watch-keys.patch: --- NEW FILE anjuta-1.2.4a-watch-keys.patch --- --- anjuta-1.2.4a/src/watch_gui.c.old 2004-04-06 16:40:46.000000000 +0200 +++ anjuta-1.2.4a/src/watch_gui.c 2006-07-31 13:27:13.000000000 +0200 @@ -95,7 +95,7 @@ watch_menu = gtk_menu_new (); gnome_app_fill_menu (GTK_MENU_SHELL (watch_menu), watch_menu_uiinfo, - NULL, FALSE, 0); + app->accel_group, TRUE, 0); return watch_menu; } anjuta-export-dynamic.patch: --- NEW FILE anjuta-export-dynamic.patch --- --- anjuta-1.2.4a/src/Makefile.in 2005-08-12 16:37:02.000000000 +0200 +++ anjuta-1.2.4a/src/Makefile.in 2006-03-24 19:16:54.000000000 +0100 @@ -723,7 +723,7 @@ done anjuta$(EXEEXT): $(anjuta_OBJECTS) $(anjuta_DEPENDENCIES) @rm -f anjuta$(EXEEXT) - $(CXXLINK) $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) + $(CXXLINK) -Wl,--export-dynamic $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- anjuta.spec 6 Jul 2006 16:23:42 -0000 1.19 +++ anjuta.spec 27 Aug 2006 14:43:05 -0000 1.20 @@ -1,27 +1,21 @@ Name: anjuta Version: 1.2.4a -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: anjuta-encodings.patch -Patch1: project_type.patch -BuildRequires: libgnomeui-devel >= 2.0.2 -BuildRequires: libbonoboui-devel >= 2.0.1 -BuildRequires: libgnomeprintui22-devel -BuildRequires: ncurses-devel >= 5.0 -BuildRequires: pcre-devel >= 3.9 -BuildRequires: popt -BuildRequires: vte-devel -BuildRequires: scrollkeeper -BuildRequires: libtool -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libgnome-devel -BuildRequires: gtk2-devel +#Patch0: anjuta-encodings.patch +Patch1: anjuta-1.2.4a-search.patch +Patch2: anjuta-1.2.4a-watch-keys.patch +Patch3: anjuta-export-dynamic.patch +BuildRequires: libgnomeui-devel >= 2.0.2 libbonoboui-devel >= 2.0.1 +BuildRequires: libgnomeprintui22-devel ncurses-devel >= 5.0 +BuildRequires: pcre-devel >= 3.9 popt vte-devel scrollkeeper +BuildRequires: libtool gettext-devel desktop-file-utils libgnome-devel +BuildRequires: gtk2-devel ldconfig perl(XML::Parser) Epoch: 1 Requires: pkgconfig libtool gettext-devel Requires(post): scrollkeeper @@ -48,16 +42,18 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build # configure option --enable-final does not work corretly on x86_64; Use # -DNDEBUG in CFLAGS -#export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static -%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') -sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status +#%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') +#sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status make %install @@ -87,25 +83,33 @@ %clean rm -rf %{buildroot} +%post +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + +%postun +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %doc doc/ScintillaDoc.html %{_bindir}/%{name}* -%{_libdir}/%{name}* +%{_libdir}/%{name}/ %{_datadir}/%{name} -%{_datadir}/doc/anjuta +%{_datadir}/doc/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} -%{_datadir}/mime-info/anjuta.mime %{_datadir}/mimelnk/application/x-anjuta-project.desktop -%{_datadir}/man/man1/anjuta* +%{_datadir}/mime-info/%{name}.mime +%{_mandir}/man1/* %files docs %defattr(-,root,root,-) @@ -113,10 +117,11 @@ %{_datadir}/omf/%{name} %changelog -* Wed Jul 05 2006 Paul F. Johnson 1.2.4a-4 -- Fix for gtkmm -- altered to buildroot in spec file -- fix ownership problem +* Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 +- Corrected mime-info +- Added hotkey and search fixes (Martin Stransky) +- Multiple spec file fixes +- removal of RPM_BUILD_ROOT to buildroot * Wed Jun 21 2006 Paul F. Johnson 1.2.4a-3 - added remove-static to configure line --- anjuta-encodings.patch DELETED --- --- project_type.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 14:44:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:44:28 -0700 Subject: rpms/anjuta import.log,1.17,1.18 Message-ID: <200608271444.k7REiURp018688@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18654 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-5 on branch FC-5 from anjuta-1.2.4a-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 27 Aug 2006 14:43:04 -0000 1.17 +++ import.log 27 Aug 2006 14:44:28 -0000 1.18 @@ -14,3 +14,4 @@ anjuta-1_2_4a-4:FC-5:anjuta-1.2.4a-4.src.rpm:1152203100 anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 +anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 From fedora-extras-commits at redhat.com Sun Aug 27 14:44:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:44:29 -0700 Subject: rpms/anjuta/FC-5 anjuta-1.2.4a-search.patch, NONE, 1.1 anjuta-1.2.4a-watch-keys.patch, NONE, 1.1 anjuta-export-dynamic.patch, NONE, 1.1 anjuta.spec, 1.18, 1.19 anjuta-encodings.patch, 1.3, NONE project_type.patch, 1.1, NONE Message-ID: <200608271444.k7REiVFF018698@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18654/FC-5 Modified Files: anjuta.spec Added Files: anjuta-1.2.4a-search.patch anjuta-1.2.4a-watch-keys.patch anjuta-export-dynamic.patch Removed Files: anjuta-encodings.patch project_type.patch Log Message: auto-import anjuta-1.2.4a-5 on branch FC-5 from anjuta-1.2.4a-5.src.rpm anjuta-1.2.4a-search.patch: --- NEW FILE anjuta-1.2.4a-search.patch --- --- anjuta-1.2.4a/src/search-replace.c.old 2005-04-24 16:18:46.000000000 +0200 +++ anjuta-1.2.4a/src/search-replace.c 2006-08-02 08:32:47.000000000 +0200 @@ -1607,7 +1645,15 @@ search_set_action (SA_FIND_PANE); search_set_direction (SD_FORWARD); } + } else { + search_set_target(SR_BUFFER); + if (!replace) + { + search_set_action (SA_SELECT); + search_set_direction (SD_FORWARD); + } } + show_jump_button(FALSE); notebook = sr_get_gladewidget(SEARCH_NOTEBOOK)->widget; anjuta-1.2.4a-watch-keys.patch: --- NEW FILE anjuta-1.2.4a-watch-keys.patch --- --- anjuta-1.2.4a/src/watch_gui.c.old 2004-04-06 16:40:46.000000000 +0200 +++ anjuta-1.2.4a/src/watch_gui.c 2006-07-31 13:27:13.000000000 +0200 @@ -95,7 +95,7 @@ watch_menu = gtk_menu_new (); gnome_app_fill_menu (GTK_MENU_SHELL (watch_menu), watch_menu_uiinfo, - NULL, FALSE, 0); + app->accel_group, TRUE, 0); return watch_menu; } anjuta-export-dynamic.patch: --- NEW FILE anjuta-export-dynamic.patch --- --- anjuta-1.2.4a/src/Makefile.in 2005-08-12 16:37:02.000000000 +0200 +++ anjuta-1.2.4a/src/Makefile.in 2006-03-24 19:16:54.000000000 +0100 @@ -723,7 +723,7 @@ done anjuta$(EXEEXT): $(anjuta_OBJECTS) $(anjuta_DEPENDENCIES) @rm -f anjuta$(EXEEXT) - $(CXXLINK) $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) + $(CXXLINK) -Wl,--export-dynamic $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/FC-5/anjuta.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- anjuta.spec 6 Jul 2006 16:25:10 -0000 1.18 +++ anjuta.spec 27 Aug 2006 14:44:29 -0000 1.19 @@ -1,27 +1,21 @@ Name: anjuta Version: 1.2.4a -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: anjuta-encodings.patch -Patch1: project_type.patch -BuildRequires: libgnomeui-devel >= 2.0.2 -BuildRequires: libbonoboui-devel >= 2.0.1 -BuildRequires: libgnomeprintui22-devel -BuildRequires: ncurses-devel >= 5.0 -BuildRequires: pcre-devel >= 3.9 -BuildRequires: popt -BuildRequires: vte-devel -BuildRequires: scrollkeeper -BuildRequires: libtool -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libgnome-devel -BuildRequires: gtk2-devel +#Patch0: anjuta-encodings.patch +Patch1: anjuta-1.2.4a-search.patch +Patch2: anjuta-1.2.4a-watch-keys.patch +Patch3: anjuta-export-dynamic.patch +BuildRequires: libgnomeui-devel >= 2.0.2 libbonoboui-devel >= 2.0.1 +BuildRequires: libgnomeprintui22-devel ncurses-devel >= 5.0 +BuildRequires: pcre-devel >= 3.9 popt vte-devel scrollkeeper +BuildRequires: libtool gettext-devel desktop-file-utils libgnome-devel +BuildRequires: gtk2-devel ldconfig perl(XML::Parser) Epoch: 1 Requires: pkgconfig libtool gettext-devel Requires(post): scrollkeeper @@ -48,16 +42,18 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build # configure option --enable-final does not work corretly on x86_64; Use # -DNDEBUG in CFLAGS -#export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static -%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') -sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status +#%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') +#sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status make %install @@ -87,25 +83,33 @@ %clean rm -rf %{buildroot} +%post +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + +%postun +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %doc doc/ScintillaDoc.html %{_bindir}/%{name}* -%{_libdir}/%{name}* +%{_libdir}/%{name}/ %{_datadir}/%{name} -%{_datadir}/doc/anjuta +%{_datadir}/doc/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} -%{_datadir}/mime-info/anjuta.mime %{_datadir}/mimelnk/application/x-anjuta-project.desktop -%{_datadir}/man/man1/anjuta* +%{_datadir}/mime-info/%{name}.mime +%{_mandir}/man1/* %files docs %defattr(-,root,root,-) @@ -113,10 +117,11 @@ %{_datadir}/omf/%{name} %changelog -* Wed Jul 05 2006 Paul F. Johnson 1.2.4a-4 -- Fix for gtkmm -- altered to buildroot in spec file -- fix ownership problem +* Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 +- Corrected mime-info +- Added hotkey and search fixes (Martin Stransky) +- Multiple spec file fixes +- removal of RPM_BUILD_ROOT to buildroot * Wed Jun 21 2006 Paul F. Johnson 1.2.4a-3 - added remove-static to configure line --- anjuta-encodings.patch DELETED --- --- project_type.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 14:54:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:54:45 -0700 Subject: rpms/anjuta import.log,1.18,1.19 Message-ID: <200608271455.k7REtHJ2018798@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18763 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-6 on branch FC-5 from anjuta-1.2.4a-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 27 Aug 2006 14:44:28 -0000 1.18 +++ import.log 27 Aug 2006 14:54:45 -0000 1.19 @@ -15,3 +15,4 @@ anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 +anjuta-1_2_4a-6:FC-5:anjuta-1.2.4a-6.src.rpm:1156690472 From fedora-extras-commits at redhat.com Sun Aug 27 14:54:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:54:46 -0700 Subject: rpms/anjuta/FC-5 anjuta-project_type.patch, NONE, 1.1 anjuta.spec, 1.19, 1.20 Message-ID: <200608271455.k7REtInF018801@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18763/FC-5 Modified Files: anjuta.spec Added Files: anjuta-project_type.patch Log Message: auto-import anjuta-1.2.4a-6 on branch FC-5 from anjuta-1.2.4a-6.src.rpm anjuta-project_type.patch: --- NEW FILE anjuta-project_type.patch --- --- anjuta-1.2.4a/src/project_type.c 2005-04-06 10:05:45.000000000 +0100 +++ anjuta-1.2.4a/src/project_type.c 2006-07-06 12:53:21.000000000 +0100 @@ -96,7 +96,7 @@ "\\\n\t$(PACKAGE_CFLAGS)", "\\\n\t$(PACKAGE_LIBS)", - "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.0])\n" + "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.4])\n" "AC_SUBST(PACKAGE_CFLAGS)\n" "AC_SUBST(PACKAGE_LIBS)", Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/FC-5/anjuta.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- anjuta.spec 27 Aug 2006 14:44:29 -0000 1.19 +++ anjuta.spec 27 Aug 2006 14:54:46 -0000 1.20 @@ -1,13 +1,13 @@ Name: anjuta Version: 1.2.4a -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Patch0: anjuta-encodings.patch +Patch0: anjuta-project_type.patch Patch1: anjuta-1.2.4a-search.patch Patch2: anjuta-1.2.4a-watch-keys.patch Patch3: anjuta-export-dynamic.patch @@ -42,7 +42,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -103,8 +103,8 @@ %doc doc/ScintillaDoc.html %{_bindir}/%{name}* %{_libdir}/%{name}/ -%{_datadir}/%{name} -%{_datadir}/doc/%{name} +%{_datadir}/%{name}/ +%{_docdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/mimelnk/application/x-anjuta-project.desktop @@ -117,6 +117,9 @@ %{_datadir}/omf/%{name} %changelog +* Sun Aug 27 2006 Paul F. Johnson 1.2.4a-6 +- Reapplied project type patch + * Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 - Corrected mime-info - Added hotkey and search fixes (Martin Stransky) From fedora-extras-commits at redhat.com Sun Aug 27 14:56:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:56:26 -0700 Subject: rpms/anjuta import.log,1.19,1.20 Message-ID: <200608271456.k7REuwjK018896@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18861 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-6 on branch devel from anjuta-1.2.4a-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- import.log 27 Aug 2006 14:54:45 -0000 1.19 +++ import.log 27 Aug 2006 14:56:26 -0000 1.20 @@ -16,3 +16,4 @@ anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 anjuta-1_2_4a-6:FC-5:anjuta-1.2.4a-6.src.rpm:1156690472 +anjuta-1_2_4a-6:HEAD:anjuta-1.2.4a-6.src.rpm:1156690572 From fedora-extras-commits at redhat.com Sun Aug 27 14:56:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:56:26 -0700 Subject: rpms/anjuta/devel anjuta-project_type.patch, NONE, 1.1 anjuta.spec, 1.20, 1.21 Message-ID: <200608271456.k7REuwpM018899@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18861/devel Modified Files: anjuta.spec Added Files: anjuta-project_type.patch Log Message: auto-import anjuta-1.2.4a-6 on branch devel from anjuta-1.2.4a-6.src.rpm anjuta-project_type.patch: --- NEW FILE anjuta-project_type.patch --- --- anjuta-1.2.4a/src/project_type.c 2005-04-06 10:05:45.000000000 +0100 +++ anjuta-1.2.4a/src/project_type.c 2006-07-06 12:53:21.000000000 +0100 @@ -96,7 +96,7 @@ "\\\n\t$(PACKAGE_CFLAGS)", "\\\n\t$(PACKAGE_LIBS)", - "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.0])\n" + "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.4])\n" "AC_SUBST(PACKAGE_CFLAGS)\n" "AC_SUBST(PACKAGE_LIBS)", Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- anjuta.spec 27 Aug 2006 14:43:05 -0000 1.20 +++ anjuta.spec 27 Aug 2006 14:56:26 -0000 1.21 @@ -1,13 +1,13 @@ Name: anjuta Version: 1.2.4a -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Patch0: anjuta-encodings.patch +Patch0: anjuta-project_type.patch Patch1: anjuta-1.2.4a-search.patch Patch2: anjuta-1.2.4a-watch-keys.patch Patch3: anjuta-export-dynamic.patch @@ -42,7 +42,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -103,8 +103,8 @@ %doc doc/ScintillaDoc.html %{_bindir}/%{name}* %{_libdir}/%{name}/ -%{_datadir}/%{name} -%{_datadir}/doc/%{name} +%{_datadir}/%{name}/ +%{_docdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/mimelnk/application/x-anjuta-project.desktop @@ -117,6 +117,9 @@ %{_datadir}/omf/%{name} %changelog +* Sun Aug 27 2006 Paul F. Johnson 1.2.4a-6 +- Reapplied project type patch + * Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 - Corrected mime-info - Added hotkey and search fixes (Martin Stransky) From fedora-extras-commits at redhat.com Sun Aug 27 15:12:48 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 08:12:48 -0700 Subject: comps comps-fe6.xml.in,1.123,1.124 Message-ID: <200608271512.k7RFCovQ021720@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21703 Modified Files: comps-fe6.xml.in Log Message: add ochusha for devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- comps-fe6.xml.in 27 Aug 2006 01:00:36 -0000 1.123 +++ comps-fe6.xml.in 27 Aug 2006 15:12:48 -0000 1.124 @@ -427,6 +427,7 @@ pan prozilla psi + ochusha putty rssowl screem From fedora-extras-commits at redhat.com Sun Aug 27 15:39:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:39:35 -0700 Subject: rpms/kile/devel .cvsignore, 1.6, 1.7 kile.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200608271539.k7RFdbkL021852@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21831 Modified Files: .cvsignore kile.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kile/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 24 Jun 2006 17:21:44 -0000 1.6 +++ .cvsignore 27 Aug 2006 15:39:34 -0000 1.7 @@ -1 +1 @@ -kile-1.9.1.tar.bz2 +kile-1.9.2.tar.bz2 Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- kile.spec 24 Jun 2006 17:21:44 -0000 1.26 +++ kile.spec 27 Aug 2006 15:39:34 -0000 1.27 @@ -1,7 +1,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} License: GPL @@ -20,8 +20,8 @@ #Requires(hint): xfig # kile-i18n is no longer separate pkg -Obsoletes: kile-i18n < %{version} -#Provides: kile-i18n = %{version} +Obsoletes: kile-i18n < %{version}=%{release} +#Provides: kile-i18n = %{version}-%{release} %description Kile is a user friendly (La)TeX editor. The main features are: @@ -132,6 +132,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 1.9.2-1 +- 1.9.2 + * Sat Jun 24 2006 Rex Dieter 1.9.1-1 - 1.9.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kile/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 24 Jun 2006 17:21:44 -0000 1.6 +++ sources 27 Aug 2006 15:39:34 -0000 1.7 @@ -1 +1 @@ -8add30e9d9667f7b31c2fc1e752d70ab kile-1.9.1.tar.bz2 +2f4fa752595c9011fd9292d7ff99d124 kile-1.9.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:40:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:40:09 -0700 Subject: rpms/kile/FC-5 .cvsignore, 1.6, 1.7 kile.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200608271540.k7RFeBVp021921@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21896 Modified Files: .cvsignore kile.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 24 Jun 2006 17:22:08 -0000 1.6 +++ .cvsignore 27 Aug 2006 15:40:09 -0000 1.7 @@ -1 +1 @@ -kile-1.9.1.tar.bz2 +kile-1.9.2.tar.bz2 Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/kile.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- kile.spec 24 Jun 2006 17:22:08 -0000 1.26 +++ kile.spec 27 Aug 2006 15:40:09 -0000 1.27 @@ -1,7 +1,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} License: GPL @@ -20,8 +20,8 @@ #Requires(hint): xfig # kile-i18n is no longer separate pkg -Obsoletes: kile-i18n < %{version} -#Provides: kile-i18n = %{version} +Obsoletes: kile-i18n < %{version}=%{release} +#Provides: kile-i18n = %{version}-%{release} %description Kile is a user friendly (La)TeX editor. The main features are: @@ -132,6 +132,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 1.9.2-1 +- 1.9.2 + * Sat Jun 24 2006 Rex Dieter 1.9.1-1 - 1.9.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 24 Jun 2006 17:22:08 -0000 1.6 +++ sources 27 Aug 2006 15:40:09 -0000 1.7 @@ -1 +1 @@ -8add30e9d9667f7b31c2fc1e752d70ab kile-1.9.1.tar.bz2 +2f4fa752595c9011fd9292d7ff99d124 kile-1.9.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:40:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 27 Aug 2006 08:40:55 -0700 Subject: rpms/gossip/FC-5 .cvsignore, 1.12, 1.13 gossip.spec, 1.22, 1.23 sources, 1.12, 1.13 Message-ID: <200608271540.k7RFevnl022012@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21991 Modified Files: .cvsignore gossip.spec sources Log Message: * Sat Aug 27 2006 Brian Pepple - 0.15-1 - Update to 0.15. - Use disable-schemas configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 4 Aug 2006 14:07:43 -0000 1.12 +++ .cvsignore 27 Aug 2006 15:40:54 -0000 1.13 @@ -1 +1 @@ -gossip-0.14.tar.bz2 +gossip-0.15.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gossip.spec 4 Aug 2006 14:07:43 -0000 1.22 +++ gossip.spec 27 Aug 2006 15:40:54 -0000 1.23 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: gossip -Version: 0.14 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -46,6 +46,7 @@ %build %configure --disable-scrollkeeper \ + --disable-schemas-install \ %if %{with_dbus} --enable-dbus=yes %else @@ -57,10 +58,8 @@ %install rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -123,6 +122,10 @@ %changelog +* Sat Aug 27 2006 Brian Pepple - 0.15-1 +- Update to 0.15. +- Use disable-schemas configure flag. + * Thu Aug 4 2006 Brian Pepple - 0.14-2 - Update to 0.14. - Change dbus requirement to 0.60. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 4 Aug 2006 14:07:43 -0000 1.12 +++ sources 27 Aug 2006 15:40:54 -0000 1.13 @@ -1 +1 @@ -426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 +140cf93c583aa82a22b417258bb7b783 gossip-0.15.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:45:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:45:06 -0700 Subject: rpms/sbcl/devel .cvsignore, 1.14, 1.15 sbcl.spec, 1.48, 1.49 sources, 1.16, 1.17 Message-ID: <200608271545.k7RFj8wb022085@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22064 Modified Files: .cvsignore sbcl.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 26 Jun 2006 20:33:51 -0000 1.14 +++ .cvsignore 27 Aug 2006 15:45:06 -0000 1.15 @@ -1,4 +1,4 @@ sbcl-0.9.11-x86-64-linux-binary.tar.bz2 sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.14-source.tar.bz2 +sbcl-0.9.16-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- sbcl.spec 26 Jun 2006 20:33:51 -0000 1.48 +++ sbcl.spec 27 Aug 2006 15:45:06 -0000 1.49 @@ -9,7 +9,7 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.14 +Version: 0.9.16 Release: 1%{?dist} License: BSD/MIT @@ -215,6 +215,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + * Mon Jun 26 2006 Rex Dieter 0.9.14-1 - 0.9.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 26 Jun 2006 20:33:51 -0000 1.16 +++ sources 27 Aug 2006 15:45:06 -0000 1.17 @@ -1 +1 @@ -d37a369e387286a0ceca51dbd8d1b173 sbcl-0.9.14-source.tar.bz2 +0117cc7af9ff701c8bf10c4ea048fdac sbcl-0.9.16-source.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:47:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:47:25 -0700 Subject: rpms/sbcl/FC-5 .cvsignore, 1.14, 1.15 sbcl.spec, 1.47, 1.48 sources, 1.16, 1.17 Message-ID: <200608271547.k7RFlRCK022150@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22129 Modified Files: .cvsignore sbcl.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 27 Jun 2006 11:51:21 -0000 1.14 +++ .cvsignore 27 Aug 2006 15:47:24 -0000 1.15 @@ -1,4 +1,4 @@ sbcl-0.9.11-x86-64-linux-binary.tar.bz2 sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.14-source.tar.bz2 +sbcl-0.9.16-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- sbcl.spec 27 Jun 2006 12:48:32 -0000 1.47 +++ sbcl.spec 27 Aug 2006 15:47:24 -0000 1.48 @@ -9,8 +9,8 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.14 -Release: 1%{?dist}.1 +Version: 0.9.16 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,6 +215,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + * Mon Jun 26 2006 Rex Dieter 0.9.14-1 - 0.9.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Jun 2006 11:51:21 -0000 1.16 +++ sources 27 Aug 2006 15:47:24 -0000 1.17 @@ -1 +1 @@ -d37a369e387286a0ceca51dbd8d1b173 sbcl-0.9.14-source.tar.bz2 +0117cc7af9ff701c8bf10c4ea048fdac sbcl-0.9.16-source.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 16:28:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 09:28:16 -0700 Subject: rpms/maxima/devel maxima.spec,1.31,1.32 Message-ID: <200608271628.k7RGSIfW025018@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25001 Modified Files: maxima.spec Log Message: * Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 - respin (against newer sbcl) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- maxima.spec 9 Aug 2006 15:07:26 -0000 1.31 +++ maxima.spec 27 Aug 2006 16:28:15 -0000 1.32 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.4.%{beta}%{?dist} +Release: 0.5.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -143,12 +143,12 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -#if "%{?fedora}" > "4" +%if "%{?fedora}" > "4" # See http://bugzilla.redhat.com/bugzilla/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch -#endif +%endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} Provides: %{name}-runtime-gcl = %{version}-%{release} @@ -387,6 +387,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 +- respin (against newer sbcl) + * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 - update gcl_setarch patch @@ -395,7 +398,7 @@ * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 - 5.9.3.99rc1 -- - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) +- - %ghost (x)emacs site-lisp bits (hint from fedora-rpmdevtools) * Mon Jun 26 2006 Rex Dieter 5.9.3-5 - respin for sbcl-0.9.14 (and relax Requires = to >= ) From fedora-extras-commits at redhat.com Sun Aug 27 17:34:30 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sun, 27 Aug 2006 10:34:30 -0700 Subject: rpms/php-pecl-zip/devel .cvsignore, 1.3, 1.4 php-pecl-zip.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271734.k7RHYW0Z027914@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27893 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Aug 2006 12:40:41 -0000 1.3 +++ .cvsignore 27 Aug 2006 17:34:30 -0000 1.4 @@ -1 +1 @@ -zip-1.7.0.tgz +zip-1.7.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-zip.spec 20 Aug 2006 12:40:41 -0000 1.2 +++ php-pecl-zip.spec 27 Aug 2006 17:34:30 -0000 1.3 @@ -1,10 +1,12 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php/modules) -%define apiver %((phpize --version 2>/dev/null || echo 'PHP Api Version: 20041225' ) | sed -n '/PHP Api Version/ s/.*: *//p') +%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) +%global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") +%global php_version %(php-config --version 2>/dev/null || echo 0) + Summary: PECL A zip management extension Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.7.0 +Version: 1.7.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -13,7 +15,7 @@ Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: php-pecl(zip) = %{version}-%{release}, php-zip = %{version}-%{release} -Requires: php-api >= %{apiver} +Requires: php-api >= %{php_apiver} BuildRequires: php-devel, zlib-devel %description @@ -53,6 +55,17 @@ %{php_extdir}/zip.so %changelog +* Sun Aug 27 2006 Remi Collet 1.7.2-1 +- update to 1.7.2 + +* Sat Aug 26 2006 Remi Collet 1.7.1-2 +- use php_zip.c version 1.73 from CVS +- see http://pecl.php.net/bugs/bug.php?id=8564 + +* Fri Aug 25 2006 Remi Collet 1.7.1-1 +- update to 1.7.1 +- change macros to conform to PHP Guidelines + * Sun Aug 20 2006 Remi Collet 1.7.0-1 - update to 1.7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Aug 2006 12:40:41 -0000 1.3 +++ sources 27 Aug 2006 17:34:30 -0000 1.4 @@ -1 +1 @@ -7de465dc9759883cb068dbb90e7c488e zip-1.7.0.tgz +7a11897e667e8e2f800b507efd0c2ff1 zip-1.7.2.tgz From fedora-extras-commits at redhat.com Sun Aug 27 18:07:42 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:42 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.15,1.16 Message-ID: <200608271808.k7RI8EPi031474@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/devel Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- nagios-plugins.spec 16 Aug 2006 03:16:05 -0000 1.15 +++ nagios-plugins.spec 27 Aug 2006 18:07:42 -0000 1.16 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Sun Aug 27 18:07:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:41 -0700 Subject: rpms/nagios-plugins/FC-3 nagios-plugins.spec,1.9,1.10 Message-ID: <200608271808.k7RI8Dqi031464@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/FC-3 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/nagios-plugins.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nagios-plugins.spec 26 Jun 2006 16:12:50 -0000 1.9 +++ nagios-plugins.spec 27 Aug 2006 18:07:40 -0000 1.10 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 13%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -8,6 +8,9 @@ URL: http://nagiosplug.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora +Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -21,10 +24,15 @@ BuildRequires: bind-utils BuildRequires: ntp BuildRequires: %{_bindir}/mailq -BuildRequires: perl(Net::SNMP) -%if "%{?fedora}" > "3" BuildRequires: %{_sbindir}/fping -%endif +BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat + +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + %description @@ -39,13 +47,10 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif -%if "%{?fedora}" > "3" -Requires: nagios-plugins-fping -%endif %description all This package provides all Nagios plugins. @@ -136,7 +141,6 @@ %description flexlm Provides check_flexlm support for Nagios. -%if "%{?fedora}" > "3" %package fping Summary: Nagios Plugin - check_fping Group: Applications/System @@ -145,7 +149,6 @@ %description fping Provides check_fping support for Nagios. -%endif %package hpjd Summary: Nagios Plugin - check_hpjd @@ -313,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -339,6 +351,23 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} +Requires: qstat + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -455,11 +484,15 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -478,9 +511,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -503,7 +533,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -534,11 +564,9 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_flexlm -%if "%{?fedora}" > "3" %files fping %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_fping -%endif %files hpjd %defattr(-,root,root,-) @@ -622,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -634,6 +666,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -706,11 +746,29 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog -* Mon Jun 26 2006 Mike McGrath 1.4.3-13 -- Excluds support for fping in FC3 +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + +* Sun Jul 23 2006 Mike McGrath 1.4.3-14 +- Patched upstream issue: 196356 + +* Sun Jul 23 2006 Mike McGrath 1.4.3-13 +- nagios-plugins-all now includes nagios-plugins-mysql * Thu Jun 22 2006 Mike McGrath 1.4.3-12 - removed sensors support for sparc and sparc64 From fedora-extras-commits at redhat.com Sun Aug 27 18:07:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:41 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec,1.12,1.13 Message-ID: <200608271808.k7RI8DKT031469@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/FC-4 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 16 Aug 2006 03:15:58 -0000 1.12 +++ nagios-plugins.spec 27 Aug 2006 18:07:41 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Sun Aug 27 20:13:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:44 -0700 Subject: rpms/aalib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDkVD009793@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aalib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:51 -0700 Subject: rpms/abcMIDI/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDrbd009860@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcMIDI/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:44 -0700 Subject: rpms/abcde/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDkF6009796@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcde/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:50 -0700 Subject: rpms/abcm2ps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDqBt009846@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcm2ps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:51 -0700 Subject: rpms/abe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDrT4009870@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:52 -0700 Subject: rpms/abicheck/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDsMg009873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abicheck/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:53 -0700 Subject: rpms/abiword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDt1n009876@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abiword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:58 -0700 Subject: rpms/abook/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE07x009924@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abook/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:59 -0700 Subject: rpms/abuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE1FM009934@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:01 -0700 Subject: rpms/acpitool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE3vn009938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/acpitool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/acpitool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:00 -0700 Subject: rpms/acpi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE2ja009937@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/acpi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/acpi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:06 -0700 Subject: rpms/adime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE86D009967@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:13 -0700 Subject: rpms/adplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEF9G010014@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:14 -0700 Subject: rpms/advancecomp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEGQu010020@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/advancecomp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/advancecomp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:07 -0700 Subject: rpms/adns/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE9Us009972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adns/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:13 -0700 Subject: rpms/adplug/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEFTN010017@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adplug/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:20 -0700 Subject: rpms/AGReader/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEMcJ010054@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/AGReader/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:20 -0700 Subject: rpms/agave/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEMN0010051@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/agave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/agave/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:26 -0700 Subject: rpms/aiccu/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKESr7010096@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aiccu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aiccu/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:27 -0700 Subject: rpms/aiksaurus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKET1O010100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aiksaurus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aiksaurus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:35 -0700 Subject: rpms/alleggl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEboe010166@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alleggl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:27 -0700 Subject: rpms/aide/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKETAi010099@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aide/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:33 -0700 Subject: rpms/airsnort/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEZ8S010155@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/airsnort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/airsnort/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:34 -0700 Subject: rpms/akode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEaAq010160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/akode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:34 -0700 Subject: rpms/alacarte/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEaX7010163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alacarte/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alacarte/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:41 -0700 Subject: rpms/allegro/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEhx6010221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/allegro/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/allegro/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:42 -0700 Subject: rpms/alltray/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEi5p010225@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alltray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alltray/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:42 -0700 Subject: rpms/alsa-firmware/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEj0b010230@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsa-firmware/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsa-firmware/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:41 -0700 Subject: rpms/AllegroOGG/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEhIG010224@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/AllegroOGG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/AllegroOGG/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:48 -0700 Subject: rpms/alsamixergui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEoIF010272@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsamixergui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsamixergui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:49 -0700 Subject: rpms/alsa-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEpON010275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsa-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsa-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:56 -0700 Subject: rpms/amavisd-new/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEwUX010348@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amavisd-new/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:49 -0700 Subject: rpms/altermime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEpnX010278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/altermime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/altermime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:56 -0700 Subject: rpms/amaya/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKEwjY010365@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amaya/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amaya/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:01 -0700 Subject: rpms/apel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF348010474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:57 -0700 Subject: rpms/amsn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKExkB010379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amsn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:03 -0700 Subject: rpms/aplus-fsf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF5LU010484@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aplus-fsf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:00 -0700 Subject: rpms/apachetop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF2WA010453@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apachetop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apachetop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:55 -0700 Subject: rpms/amarok/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKEvnd010335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amarok/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:01 -0700 Subject: rpms/apcupsd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF3XS010469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apcupsd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:02 -0700 Subject: rpms/apg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF45s010479@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:58 -0700 Subject: rpms/anjuta/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF0q2010393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anjuta/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:09 -0700 Subject: rpms/apmud/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFBh9010546@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apmud/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apmud/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:59 -0700 Subject: rpms/anthy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF1Y5010423@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anthy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anthy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:00 -0700 Subject: rpms/antiword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF2iK010437@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/antiword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:58 -0700 Subject: rpms/anjuta-gdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF00c010407@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anjuta-gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anjuta-gdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:10 -0700 Subject: rpms/apt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFC0H010556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:16 -0700 Subject: rpms/archmage/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFIdV010588@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/archmage/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:17 -0700 Subject: rpms/argus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFJax010591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/argus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/argus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:09 -0700 Subject: rpms/apollon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFBTL010551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apollon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:11 -0700 Subject: rpms/arc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFDaK010559@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/arc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/arc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:23 -0700 Subject: rpms/artwiz-aleczapka-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFPHj010622@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/artwiz-aleczapka-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/artwiz-aleczapka-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:29 -0700 Subject: rpms/asciidoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFV64010667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asciidoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asciidoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:23 -0700 Subject: rpms/asa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFPUQ010625@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:30 -0700 Subject: rpms/aspell-he/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFWKs010670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aspell-he/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aspell-he/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:30 -0700 Subject: rpms/aspell-mi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFWAW010671@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aspell-mi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:36 -0700 Subject: rpms/asymptote/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFc1c010702@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asymptote/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:36 -0700 Subject: rpms/aterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFd7F010705@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:42 -0700 Subject: rpms/athcool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFicF010734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/athcool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/athcool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:43 -0700 Subject: rpms/atitvout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFjFJ010737@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atitvout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atitvout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:48 -0700 Subject: rpms/atlascpp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFpE0010766@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atlascpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atlascpp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:56 -0700 Subject: rpms/audacity/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFwf0010814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/audacity/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:56 -0700 Subject: rpms/auriferous/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFw6V010817@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/auriferous/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/auriferous/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:49 -0700 Subject: rpms/atlas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFpiY010769@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atlas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atlas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:55 -0700 Subject: rpms/audacious/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFvKm010811@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/audacious/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:02 -0700 Subject: rpms/autossh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG49u010859@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/autossh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/autossh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:03 -0700 Subject: rpms/autotrace/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG5jc010862@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/autotrace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/autotrace/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:03 -0700 Subject: rpms/awstats/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG5lW010863@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/awstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/awstats/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:09 -0700 Subject: rpms/azureus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGBEe010920@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/azureus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:10 -0700 Subject: rpms/BackupPC/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGCcN010923@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/BackupPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/BackupPC/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:10 -0700 Subject: rpms/bakery/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGCPs010926@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bakery/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:11 -0700 Subject: rpms/balsa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGDEW010927@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/balsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/balsa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:17 -0700 Subject: rpms/banner/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGJMH010971@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/banner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/banner/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:18 -0700 Subject: rpms/barcode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGKZm010977@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/barcode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/barcode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:18 -0700 Subject: rpms/banshee/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGK5w010974@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/banshee/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:25 -0700 Subject: rpms/bazaar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGRop011060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bazaar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bazaar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:26 -0700 Subject: rpms/bbkeys/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGSYJ011063@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bbkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bbkeys/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:27 -0700 Subject: rpms/bcm43xx-fwcutter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGTnG011067@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bcm43xx-fwcutter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bcm43xx-fwcutter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:24 -0700 Subject: rpms/bash-completion/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGQTK011031@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bash-completion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bash-completion/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:27 -0700 Subject: rpms/bchunk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGTwI011066@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bchunk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bchunk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:33 -0700 Subject: rpms/BibTool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGZvi011126@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/BibTool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/BibTool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:34 -0700 Subject: rpms/bigloo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGaMO011130@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bigloo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:35 -0700 Subject: rpms/bin2iso/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGbnY011133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bin2iso/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bin2iso/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:42 -0700 Subject: rpms/bitgtkmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGiFi011183@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bitgtkmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:33 -0700 Subject: rpms/bidiv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGZAm011129@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bidiv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bidiv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:25 -0700 Subject: rpms/basket/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGR1O011044@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/basket/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:40 -0700 Subject: rpms/bitbake/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGgql011177@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bitbake/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:41 -0700 Subject: rpms/bit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGhX1011180@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:49 -0700 Subject: rpms/blam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGpwM011275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:51 -0700 Subject: rpms/blobwars/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGrZD011289@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blobwars/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blobwars/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:47 -0700 Subject: rpms/bittorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGnIm011240@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bittorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:51 -0700 Subject: rpms/blktool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGrbJ011288@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blktool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:58 -0700 Subject: rpms/blt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH00e011361@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:49 -0700 Subject: rpms/blacs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGpwZ011268@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blacs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:59 -0700 Subject: rpms/bmp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH1cR011372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bmp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bmp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:58 -0700 Subject: rpms/bluefish/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH0Ye011369@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bluefish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bluefish/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:00 -0700 Subject: rpms/bmp-flac2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH2Ma011377@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bmp-flac2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bmp-flac2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:50 -0700 Subject: rpms/blender/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGqfw011285@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blender/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:06 -0700 Subject: rpms/bochs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH8i8011411@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bochs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:48 -0700 Subject: rpms/blackbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKGoRD011254@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blackbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blackbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:05 -0700 Subject: rpms/boa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH7Wq011408@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/boa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/boa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:12 -0700 Subject: rpms/bogofilter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHECc011466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bogofilter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bogofilter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:57 -0700 Subject: rpms/blogtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKGxx4011347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blogtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blogtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:14 -0700 Subject: rpms/brandy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHGMQ011475@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/brandy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:12 -0700 Subject: rpms/bonnie++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHEVH011469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bonnie++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bonnie++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:13 -0700 Subject: rpms/boo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHFGR011472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/boo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:20 -0700 Subject: rpms/bsdiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHM5O011533@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bsdiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bsdiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:21 -0700 Subject: rpms/bubblemon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHNZG011536@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bubblemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bubblemon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:19 -0700 Subject: rpms/bsd-games/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHL8r011528@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bsd-games/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bsd-games/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:21 -0700 Subject: rpms/bugzilla/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHNR6011539@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bugzilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bugzilla/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:27 -0700 Subject: rpms/buoh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHT6s011581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/buoh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:28 -0700 Subject: rpms/bwidget/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHUcT011585@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwidget/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:28 -0700 Subject: rpms/bwbar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHUEu011584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwbar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwbar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:34 -0700 Subject: rpms/bwm-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHagj011642@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwm-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwm-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:36 -0700 Subject: rpms/bzflag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHceE011675@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzflag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzflag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:35 -0700 Subject: rpms/bygfoot/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHbvj011658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bygfoot/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:37 -0700 Subject: rpms/bzrtools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHdwG011679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzrtools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:43 -0700 Subject: rpms/cabextract/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHj9R011738@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cabextract/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:35 -0700 Subject: rpms/byzanz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHbv7011670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/byzanz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:36 -0700 Subject: rpms/bzr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHcIu011678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:43 -0700 Subject: rpms/cacti/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHjYR011741@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cacti/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cacti/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:44 -0700 Subject: rpms/cairomm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHk7q011742@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cairomm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:45 -0700 Subject: rpms/cal3d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHlOO011745@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cal3d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:53 -0700 Subject: rpms/CastPodder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHtuq011836@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/CastPodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/CastPodder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:52 -0700 Subject: rpms/Canna/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHsl2011828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Canna/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Canna/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:54 -0700 Subject: rpms/ccache/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHuDY011839@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ccache/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:00 -0700 Subject: rpms/ccrtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI220011873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccrtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ccrtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:50 -0700 Subject: rpms/camE/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHqKd011800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/camE/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:52 -0700 Subject: rpms/c-ares/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHsig011833@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/c-ares/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/c-ares/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:51 -0700 Subject: rpms/camstream/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKHr3P011814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/camstream/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:59 -0700 Subject: rpms/CCfits/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI1dK011870@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/CCfits/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:06 -0700 Subject: rpms/cd-discid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI8SR011904@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cd-discid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:06 -0700 Subject: rpms/cdlabelgen/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI8Ap011907@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cdlabelgen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cdlabelgen/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:12 -0700 Subject: rpms/cdo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIE7T011936@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cdo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:13 -0700 Subject: rpms/cegui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIF6Z011939@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cegui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:20 -0700 Subject: rpms/cernlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIMKs012000@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cernlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cernlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:18 -0700 Subject: rpms/celestia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIKPU011992@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/celestia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:20 -0700 Subject: rpms/cfengine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIM1H012003@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfengine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfengine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:28 -0700 Subject: rpms/cgi-util/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIUcl012100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cgi-util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cgi-util/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:29 -0700 Subject: rpms/cgoban/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIVtI012113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cgoban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cgoban/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:19 -0700 Subject: rpms/centericq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKILK8011997@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/centericq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/centericq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:30 -0700 Subject: rpms/chess/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIWM6012122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chess/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:27 -0700 Subject: rpms/cfv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKITjQ012086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:29 -0700 Subject: rpms/charis-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIVeD012119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/charis-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/charis-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:31 -0700 Subject: rpms/childsplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIXfv012125@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/childsplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:26 -0700 Subject: rpms/cfitsio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKISHx012058@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfitsio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:36 -0700 Subject: rpms/childsplay_plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIc7j012160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/childsplay_plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:27 -0700 Subject: rpms/cfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKITWI012072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:37 -0700 Subject: rpms/chkrootkit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIdd3012163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chkrootkit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:48 -0700 Subject: rpms/clement/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIoWI012330@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clement/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:43 -0700 Subject: rpms/chmlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIjlM012218@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chmlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chmlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:45 -0700 Subject: rpms/clamav/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIlKa012260@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clamav/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:46 -0700 Subject: rpms/ClanLib06/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKImc0012288@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ClanLib06/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ClanLib06/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:46 -0700 Subject: rpms/ClanLib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKImBT012304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ClanLib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:47 -0700 Subject: rpms/clearsilver/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKInJE012320@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clearsilver/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:48 -0700 Subject: rpms/clips/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIoWn012339@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clips/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:49 -0700 Subject: rpms/clisp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIpJT012344@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clisp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:44 -0700 Subject: rpms/cksfv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIkiu012246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cksfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cksfv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:45 -0700 Subject: rpms/clanbomber/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIlFs012274@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clanbomber/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clanbomber/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:55 -0700 Subject: rpms/cmake/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIv2A012384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cmake/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:56 -0700 Subject: rpms/cmucl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIwNa012387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cmucl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:02 -0700 Subject: rpms/Coin2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ4P0012445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Coin2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Coin2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:04 -0700 Subject: rpms/colordiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ6fZ012449@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/colordiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/colordiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:02 -0700 Subject: rpms/cogito/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ4NE012440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cogito/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:03 -0700 Subject: rpms/coldet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ5np012448@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/coldet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/coldet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:09 -0700 Subject: rpms/commoncpp2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJBJa012493@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/commoncpp2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/commoncpp2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:17 -0700 Subject: rpms/compface/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJJsQ012544@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compface/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:10 -0700 Subject: rpms/compat-erlang/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJCaM012496@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-erlang/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:11 -0700 Subject: rpms/compat-wxGTK/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJDam012499@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-wxGTK/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:18 -0700 Subject: rpms/cone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJKkB012547@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:17 -0700 Subject: rpms/compat-wxPythonGTK2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJJk6012541@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-wxPythonGTK2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:43 -0700 Subject: rpms/chrpath/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIjFV012232@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chrpath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chrpath/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:50 -0700 Subject: rpms/cln/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIqh8012347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cln/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:24 -0700 Subject: rpms/conexus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJQ0b012576@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conexus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:24 -0700 Subject: rpms/conexusmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJQKo012579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conexusmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:30 -0700 Subject: rpms/conglomerate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJWYh012608@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conglomerate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:36 -0700 Subject: rpms/connect-proxy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJchY012665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/connect-proxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/connect-proxy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:37 -0700 Subject: rpms/conntrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJdJN012680@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conntrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conntrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:37 -0700 Subject: rpms/conserver/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJd1X012685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conserver/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:30 -0700 Subject: rpms/conman/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJW7N012611@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conman/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:38 -0700 Subject: rpms/contact-lookup-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJeEE012688@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/contact-lookup-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/contact-lookup-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:39 -0700 Subject: rpms/contacts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJf05012689@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/contacts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:46 -0700 Subject: rpms/cowbell/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJm4Y012750@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cowbell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cowbell/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:44 -0700 Subject: rpms/convmv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJkOq012746@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/convmv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:45 -0700 Subject: rpms/cook/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJlH2012749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cook/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:46 -0700 Subject: rpms/cpan2rpm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJmmh012753@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cpan2rpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cpan2rpm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:52 -0700 Subject: rpms/cpanspec/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJs0B012797@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cpanspec/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:53 -0700 Subject: rpms/cproto/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJtur012801@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cproto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cproto/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:53 -0700 Subject: rpms/cppunit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKJtwn012800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cppunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cppunit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:59 -0700 Subject: rpms/crack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK1lt012858@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:00 -0700 Subject: rpms/crossfire-client/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK2NX012877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire-client/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire-client/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:59 -0700 Subject: rpms/crm114/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK25T012873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crm114/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:01 -0700 Subject: rpms/crossfire-maps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK31k012881@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire-maps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire-maps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:10 -0700 Subject: rpms/ctapi-common/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKCcY012996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctapi-common/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:01 -0700 Subject: rpms/crossfire/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK3N6012880@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:12 -0700 Subject: rpms/ctrlproxy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKEQQ013007@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctrlproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctrlproxy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:10 -0700 Subject: rpms/ctapi-cyberjack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKCCE013001@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctapi-cyberjack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:07 -0700 Subject: rpms/crystal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK9Fw012938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:08 -0700 Subject: rpms/crystal-stacker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKArk012952@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal-stacker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal-stacker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:08 -0700 Subject: rpms/crystal-stacker-themes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKAqZ012968@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal-stacker-themes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:09 -0700 Subject: rpms/csmash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKBJp012984@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/csmash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:26 -0700 Subject: rpms/cvsutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKSA0013136@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:25 -0700 Subject: rpms/cvsplot/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKR1g013128@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsplot/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:25 -0700 Subject: rpms/cvsps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKReA013133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:27 -0700 Subject: rpms/cvsweb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKTH2013139@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsweb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsweb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:22 -0700 Subject: rpms/curry/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKOk4013072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/curry/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:23 -0700 Subject: rpms/cvs2cl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKP8H013086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvs2cl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:23 -0700 Subject: rpms/cvs2svn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKQan013100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2svn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvs2svn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:34 -0700 Subject: rpms/dap-freeform_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKair013242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-freeform_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-freeform_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:35 -0700 Subject: rpms/dap-netcdf_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKb6K013270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-netcdf_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-netcdf_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:36 -0700 Subject: rpms/dap-server/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKcre013275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-server/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-server/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:37 -0700 Subject: rpms/darcs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKdHS013278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/darcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/darcs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:35 -0700 Subject: rpms/dap-hdf4_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKbUk013258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-hdf4_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-hdf4_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:11 -0700 Subject: rpms/ctorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKDJh013004@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:24 -0700 Subject: rpms/cvsgraph/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKQgQ013113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsgraph/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:32 -0700 Subject: rpms/cyrus-imapd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKYm1013198@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cyrus-imapd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cyrus-imapd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:33 -0700 Subject: rpms/d4x/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKZ0I013212@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/d4x/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/d4x/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:34 -0700 Subject: rpms/daap-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKakG013226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/daap-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/daap-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:37 -0700 Subject: rpms/dates/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKduo013281@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dates/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:43 -0700 Subject: rpms/db4o/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKjhW013316@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/db4o/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:44 -0700 Subject: rpms/dbh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKktP013319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dbh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dbh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:51 -0700 Subject: rpms/ddskk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKrvd013385@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddskk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:50 -0700 Subject: rpms/ddclient/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKqdL013379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddclient/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddclient/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:49 -0700 Subject: rpms/dclib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKpd3013374@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dclib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:51 -0700 Subject: rpms/ddrescue/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKrO9013382@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddrescue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddrescue/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:57 -0700 Subject: rpms/dejavu-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKxT1013414@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dejavu-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dejavu-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:58 -0700 Subject: rpms/deltarpm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL0na013417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deltarpm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:04 -0700 Subject: rpms/deskbar-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL6aw013454@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deskbar-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:03 -0700 Subject: rpms/denyhosts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL5Er013451@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/denyhosts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:12 -0700 Subject: rpms/diction/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLEmE013545@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/diction/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/diction/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:13 -0700 Subject: rpms/dietlibc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLF8w013548@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dietlibc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dietlibc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:09 -0700 Subject: rpms/deutex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLBqu013508@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deutex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deutex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:10 -0700 Subject: rpms/DevIL/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLCO3013525@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/DevIL/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:11 -0700 Subject: rpms/dhcp-forwarder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLDPh013537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dhcp-forwarder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dhcp-forwarder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:11 -0700 Subject: rpms/dia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLDaq013542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:23 -0700 Subject: rpms/digikam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLPu7013579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/digikam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:24 -0700 Subject: rpms/digikamimageplugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLQ9D013582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/digikamimageplugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:35 -0700 Subject: rpms/dosbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLb5a013761@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dosbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dosbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:30 -0700 Subject: rpms/directfb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLWgO013651@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/directfb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/directfb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:37 -0700 Subject: rpms/drgeo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLdjV013776@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drgeo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:30 -0700 Subject: rpms/dillo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLWNc013637@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dillo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dillo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:36 -0700 Subject: rpms/doulos-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLcal013771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/doulos-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/doulos-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:32 -0700 Subject: rpms/djvulibre/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLY5A013679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/djvulibre/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:37 -0700 Subject: rpms/drgeo-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLdf2013781@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drgeo-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:33 -0700 Subject: rpms/dnsmasq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLZ2I013707@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dnsmasq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:34 -0700 Subject: rpms/doctorj/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLai1013735@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/doctorj/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:44 -0700 Subject: rpms/dssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLkeq013867@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:45 -0700 Subject: rpms/dumb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLlT2013877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dumb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:31 -0700 Subject: rpms/dirmngr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLXLC013665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dirmngr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dirmngr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:32 -0700 Subject: rpms/dkms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLYE3013693@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dkms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dkms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:33 -0700 Subject: rpms/docbook2X/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLZ22013721@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/docbook2X/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/docbook2X/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:45 -0700 Subject: rpms/dumpasn1/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLljY013882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumpasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dumpasn1/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:46 -0700 Subject: rpms/duplicity/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLm1q013885@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/duplicity/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:52 -0700 Subject: rpms/dvb-apps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLsWW013916@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dvb-apps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:43 -0700 Subject: rpms/driftnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLjdI013843@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/driftnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/driftnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:35 -0700 Subject: rpms/dogtail/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLbr9013749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dogtail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dogtail/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:53 -0700 Subject: rpms/dvdisaster/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLtE7013919@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvdisaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dvdisaster/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:58 -0700 Subject: rpms/dxpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM0Et013950@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dxpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dxpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:44 -0700 Subject: rpms/drivel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLktR013857@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drivel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drivel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:59 -0700 Subject: rpms/dynamite/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM1rR013953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dynamite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dynamite/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:05 -0700 Subject: rpms/easytag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM7Fl013982@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/easytag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:05 -0700 Subject: rpms/ebtables/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM7am013985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ebtables/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ebtables/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:11 -0700 Subject: rpms/echoping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMD4E014014@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/echoping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/echoping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:12 -0700 Subject: rpms/ecl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMEfg014017@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ecl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:17 -0700 Subject: rpms/eclipse-subclipse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMJcc014072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eclipse-subclipse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:18 -0700 Subject: rpms/ecore/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMKBA014086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ecore/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ecore/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:18 -0700 Subject: rpms/edb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMLZA014100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/edb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/edb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:20 -0700 Subject: rpms/eet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMMN3014128@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:25 -0700 Subject: rpms/embryo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMRi2014253@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/embryo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/embryo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:22 -0700 Subject: rpms/ejabberd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMO6M014170@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ejabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ejabberd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:24 -0700 Subject: rpms/emacs-auctex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMQ8S014216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-auctex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:19 -0700 Subject: rpms/edje/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMLZw014114@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/edje/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/edje/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:25 -0700 Subject: rpms/emacs-vm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMRN0014246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-vm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:26 -0700 Subject: rpms/emelfm2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMS5q014258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emelfm2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:21 -0700 Subject: rpms/eggdrop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMN27014156@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eggdrop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eggdrop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:27 -0700 Subject: rpms/enca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMTwu014261@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:23 -0700 Subject: rpms/em8300-kmod/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMPpU014200@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/em8300-kmod/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:24 -0700 Subject: rpms/emacs-common-muse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMQQO014232@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-common-muse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:20 -0700 Subject: rpms/efont-unicode-bdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMMOg014142@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/efont-unicode-bdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:32 -0700 Subject: rpms/enchant/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMZ7j014326@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enchant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enchant/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:38 -0700 Subject: rpms/erlang/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMetd014452@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/erlang/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:34 -0700 Subject: rpms/enigma/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMamf014356@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enigma/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:34 -0700 Subject: rpms/environment-modules/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMajZ014370@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/environment-modules/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:39 -0700 Subject: rpms/esmtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMgMp014466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/esmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/esmtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:37 -0700 Subject: rpms/eric/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMdXO014426@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eric/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:22 -0700 Subject: rpms/em8300/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMOpT014184@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/em8300/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:33 -0700 Subject: rpms/enemies-of-carlotta/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMZ9r014340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enemies-of-carlotta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enemies-of-carlotta/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:40 -0700 Subject: rpms/evas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMgnP014471@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/evas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/evas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:36 -0700 Subject: rpms/epydoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMc3L014398@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epydoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:36 -0700 Subject: rpms/epylog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMcRW014412@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epylog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epylog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:39 -0700 Subject: rpms/erlang-esdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMfV7014461@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/erlang-esdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:35 -0700 Subject: rpms/epiphany-extensions/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMbid014384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epiphany-extensions/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:46 -0700 Subject: rpms/exim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMmJC014530@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:47 -0700 Subject: rpms/exim-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMnod014541@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exim-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exim-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:47 -0700 Subject: rpms/exiv2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMnLB014551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exiv2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exiv2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:38 -0700 Subject: rpms/eris/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMeW0014440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eris/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:48 -0700 Subject: rpms/exo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMouT014556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:49 -0700 Subject: rpms/ez-ipupdate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMpv4014557@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ez-ipupdate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ez-ipupdate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:55 -0700 Subject: rpms/f2py/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMvBL014605@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/f2py/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:57 -0700 Subject: rpms/fatsort/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMxn2014624@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fatsort/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:03 -0700 Subject: rpms/fbdesk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKN5AG014655@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fbdesk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fbdesk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:55 -0700 Subject: rpms/facter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMwTE014620@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/facter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/facter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:56 -0700 Subject: rpms/factory/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKMw0g014623@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/factory/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:03 -0700 Subject: rpms/fbida/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKN5GM014658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fbida/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fbida/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:09 -0700 Subject: rpms/fcron/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNBjq014687@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fcron/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:10 -0700 Subject: rpms/fdupes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNCbH014690@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fdupes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fdupes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:15 -0700 Subject: rpms/fedora-package-config-apt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNHuM014738@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-package-config-apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-package-config-apt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:16 -0700 Subject: rpms/fedora-package-config-smart/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNIng014748@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-package-config-smart/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:17 -0700 Subject: rpms/fedora-usermgmt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNJk4014751@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-usermgmt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-usermgmt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:18 -0700 Subject: rpms/feh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNKT5014752@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/feh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/feh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:24 -0700 Subject: rpms/fftw2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNQYo014786@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fftw2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:23 -0700 Subject: rpms/fetchlog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNPwN014783@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fetchlog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fetchlog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:30 -0700 Subject: rpms/fftw/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNW4b014815@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fftw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fftw/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:31 -0700 Subject: rpms/fig2ps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNX2l014818@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fig2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fig2ps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:37 -0700 Subject: rpms/fillets-ng-data/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNdTR014850@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng-data/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:37 -0700 Subject: rpms/fillets-ng-data-cs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNd0O014847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng-data-cs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng-data-cs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:43 -0700 Subject: rpms/fillets-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNjL3014892@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:43 -0700 Subject: rpms/firestarter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNjje014895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/firestarter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/firestarter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:44 -0700 Subject: rpms/fish/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNkTO014896@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fish/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:50 -0700 Subject: rpms/flasm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNqUQ014927@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flasm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:50 -0700 Subject: rpms/flim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNqib014930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:56 -0700 Subject: rpms/flow-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNwXD014985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flow-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:57 -0700 Subject: rpms/fltk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNxZi014999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fltk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:02 -0700 Subject: rpms/fonttools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO4is015113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fonttools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:02 -0700 Subject: rpms/foobillard/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO4Fs015127@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/foobillard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/foobillard/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:04 -0700 Subject: rpms/fortune-firefly/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO6xr015141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fortune-firefly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fortune-firefly/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:59 -0700 Subject: rpms/fluxbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO1FQ015041@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluxbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluxbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:04 -0700 Subject: rpms/fortune-mod/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO6ph015147@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fortune-mod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fortune-mod/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:57 -0700 Subject: rpms/fluidsynth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNxa8015013@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluidsynth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluidsynth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:03 -0700 Subject: rpms/foremost/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO5Z0015136@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/foremost/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/foremost/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:58 -0700 Subject: rpms/flumotion/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO0Q8015027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flumotion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flumotion/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:59 -0700 Subject: rpms/fluxconf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO116015055@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluxconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluxconf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:00 -0700 Subject: rpms/fontforge/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO2qk015083@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fontforge/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:11 -0700 Subject: rpms/fping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKODEJ015222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:01 -0700 Subject: rpms/fonts-hebrew-fancy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO3Nv015097@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fonts-hebrew-fancy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fonts-hebrew-fancy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:12 -0700 Subject: rpms/freealut/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOEKd015230@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freealut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freealut/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:13 -0700 Subject: rpms/freeciv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOFD9015233@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeciv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:10 -0700 Subject: rpms/fpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOCjs015208@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:11 -0700 Subject: rpms/fRaBs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKODFP015227@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fRaBs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:00 -0700 Subject: rpms/fnfx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO2MK015069@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fnfx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fnfx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:18 -0700 Subject: rpms/freedoom/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOKtS015290@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedoom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedoom/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:21 -0700 Subject: rpms/freehdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQXS015306@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freehdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:19 -0700 Subject: rpms/freedroid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOLoB015304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedroid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:19 -0700 Subject: rpms/freedroidrpg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQo4015309@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroidrpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedroidrpg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:20 -0700 Subject: rpms/freeglut/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQaH015305@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeglut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeglut/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:26 -0700 Subject: rpms/freenx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOSOY015329@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freenx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:35 -0700 Subject: rpms/ftnchek/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKObRk015454@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ftnchek/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ftnchek/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:36 -0700 Subject: rpms/fuse-emulator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOc0I015462@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-emulator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-emulator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:32 -0700 Subject: rpms/FreeWnn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOYmn015384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/FreeWnn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/FreeWnn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:33 -0700 Subject: rpms/frotz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOZt3015414@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/frotz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/frotz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:35 -0700 Subject: rpms/fslint/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOb4b015442@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fslint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fslint/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:36 -0700 Subject: rpms/fuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOcHv015459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:37 -0700 Subject: rpms/fuse-emulator-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOdMQ015465@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-emulator-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-emulator-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:33 -0700 Subject: rpms/freeze/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOZtN015398@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeze/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeze/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:34 -0700 Subject: rpms/frozen-bubble/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOaaB015428@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/frozen-bubble/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:50 -0700 Subject: rpms/fwrestart/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOqSn015578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fwrestart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fwrestart/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:00 -0700 Subject: rpms/gai-temp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP25w015667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai-temp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai-temp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:51 -0700 Subject: rpms/gai/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOrS0015607@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:53 -0700 Subject: rpms/gaim-meanwhile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOtxa015628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-meanwhile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:49 -0700 Subject: rpms/fwbuilder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOpHv015561@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fwbuilder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:52 -0700 Subject: rpms/gaim-gaym/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOsJ3015620@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-gaym/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-gaym/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:52 -0700 Subject: rpms/gaim-guifications/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOsM9015625@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-guifications/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:43 -0700 Subject: rpms/fuse-encfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOjUn015502@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-encfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-encfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:43 -0700 Subject: rpms/fuse-sshfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOjtJ015505@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-sshfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-sshfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:50 -0700 Subject: rpms/fyre/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOqtf015591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fyre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fyre/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:54 -0700 Subject: rpms/gaim-otr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKOuZ6015631@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-otr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-otr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:59 -0700 Subject: rpms/gai-pal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP1vn015664@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai-pal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai-pal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:06 -0700 Subject: rpms/gajim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP8Ha015709@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gajim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gajim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:06 -0700 Subject: rpms/galago-daemon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP8vj015712@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galago-daemon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:13 -0700 Subject: rpms/gallery2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPF1t015760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gallery2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:14 -0700 Subject: rpms/gambas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPGS2015763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gambas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gambas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:07 -0700 Subject: rpms/galculator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP966015715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galculator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galculator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:19 -0700 Subject: rpms/ganglia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPLT0015792@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ganglia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ganglia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:12 -0700 Subject: rpms/galeon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPE3u015757@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galeon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:20 -0700 Subject: rpms/ganymed-ssh2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPMt8015795@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ganymed-ssh2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ganymed-ssh2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:26 -0700 Subject: rpms/gauche/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPSs8015824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:32 -0700 Subject: rpms/gauche-gtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPYH1015856@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche-gtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:38 -0700 Subject: rpms/gc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPee8015888@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:26 -0700 Subject: rpms/gauche-gl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPSIB015827@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche-gl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:33 -0700 Subject: rpms/gazpacho/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPZuC015859@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gazpacho/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gazpacho/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:39 -0700 Subject: rpms/gcdmaster/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPfYs015891@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcdmaster/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:44 -0700 Subject: rpms/gcfilms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPlVA015946@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcfilms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcfilms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:46 -0700 Subject: rpms/gcl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPmMa015952@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:46 -0700 Subject: rpms/gcombust/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPm0A015953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcombust/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcombust/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:45 -0700 Subject: rpms/gcin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPlZs015949@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:52 -0700 Subject: rpms/gcompris/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPs9Z015997@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcompris/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:53 -0700 Subject: rpms/gdeskcal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKPt9c016003@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdeskcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdeskcal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:01 -0700 Subject: rpms/gdome2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ35J016103@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdome2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdome2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:59 -0700 Subject: rpms/gdesklets/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ1RI016058@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdesklets/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:00 -0700 Subject: rpms/gdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ23a016086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:01 -0700 Subject: rpms/gdmap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ3mH016093@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdmap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdmap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:02 -0700 Subject: rpms/genchemlab/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ4Zk016106@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/genchemlab/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:53 -0700 Subject: rpms/gconfmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPtqh016000@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gconfmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:03 -0700 Subject: rpms/gentium-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ5V1016109@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gentium-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gentium-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:08 -0700 Subject: rpms/gentoo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQA2J016160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gentoo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gentoo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:59 -0700 Subject: rpms/gdk-pixbuf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ1DT016072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdk-pixbuf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:19 -0700 Subject: rpms/ghdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQLLM016286@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:10 -0700 Subject: rpms/geomview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQCQh016176@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/geomview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:16 -0700 Subject: rpms/gfontview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQIcw016226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gfontview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gfontview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:21 -0700 Subject: rpms/giblib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQNGY016325@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/giblib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/giblib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:18 -0700 Subject: rpms/ghasher/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQKft016259@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghasher/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghasher/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:09 -0700 Subject: rpms/GeoIP/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQBBw016171@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/GeoIP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/GeoIP/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:10 -0700 Subject: rpms/geos/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQC7o016181@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/geos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/geos/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:22 -0700 Subject: rpms/gift/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQOOF016335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gift/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gift/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:19 -0700 Subject: rpms/ghc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQL4S016270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:17 -0700 Subject: rpms/gforth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQJqR016240@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gforth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:22 -0700 Subject: rpms/gif2png/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQO0M016332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gif2png/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gif2png/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:23 -0700 Subject: rpms/gift-openft/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQPjf016338@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gift-openft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gift-openft/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:35 -0700 Subject: rpms/gkrellm-hddtemp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQb6v016472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-hddtemp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:31 -0700 Subject: rpms/ginac/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQXk7016399@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ginac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ginac/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:33 -0700 Subject: rpms/gkrellm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQZPf016455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:20 -0700 Subject: rpms/ghex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQMPS016306@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:34 -0700 Subject: rpms/gkrellm-freq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQafe016467@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-freq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-freq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:36 -0700 Subject: rpms/gkrellm-themes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQcXm016476@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-themes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:32 -0700 Subject: rpms/gjots2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQYAk016427@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gjots2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gjots2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:42 -0700 Subject: rpms/gkrellm-weather/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQiIb016551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-weather/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-weather/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:35 -0700 Subject: rpms/gkrellmms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQbrM016475@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellmms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:31 -0700 Subject: rpms/git/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQXmQ016413@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/git/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:42 -0700 Subject: rpms/gkrellm-volume/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQiuh016537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-volume/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-volume/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:33 -0700 Subject: rpms/gkrellm-aclock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQZqX016441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-aclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-aclock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:43 -0700 Subject: rpms/gkrellm-wifi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQjoa016558@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-wifi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-wifi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:43 -0700 Subject: rpms/gl-117/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQkMn016563@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gl-117/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gl-117/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:44 -0700 Subject: rpms/glabels/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQkiL016566@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glabels/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:56 -0700 Subject: rpms/Glide3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQwN3016627@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Glide3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:55 -0700 Subject: rpms/glib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQvjG016623@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:56 -0700 Subject: rpms/glibmm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKQwdk016626@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glibmm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:57 -0700 Subject: rpms/Glide3-libGL/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQx7v016630@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Glide3-libGL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Glide3-libGL/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:02 -0700 Subject: rpms/glipper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR5XA016675@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glipper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glipper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:04 -0700 Subject: rpms/global/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR6Ec016679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/global/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:09 -0700 Subject: rpms/glpk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRBeS016710@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glpk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:03 -0700 Subject: rpms/glitz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR5P7016678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glitz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glitz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:16 -0700 Subject: rpms/gmpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRI9C016745@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gmpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:10 -0700 Subject: rpms/glunarclock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRCnA016713@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glunarclock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:16 -0700 Subject: rpms/glyph-keeper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRIfp016742@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glyph-keeper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:23 -0700 Subject: rpms/gnet2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRPOW016814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnet2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnet2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:22 -0700 Subject: rpms/gnash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRO8e016800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:23 -0700 Subject: rpms/gnochm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRPmI016828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnochm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:25 -0700 Subject: rpms/gnomad2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRRJt016871@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomad2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:26 -0700 Subject: rpms/gnome-applet-music/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRSMS016886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-music/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:27 -0700 Subject: rpms/gnome-applet-netspeed/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRThk016890@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-netspeed/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:24 -0700 Subject: rpms/gnofract4d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRQF6016840@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnofract4d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:25 -0700 Subject: rpms/gnokii/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRRTi016851@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnokii/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:27 -0700 Subject: rpms/gnome-applet-netmon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRToS016889@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-netmon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-netmon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:28 -0700 Subject: rpms/gnome-applet-rhythmbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRU4J016895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-rhythmbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-rhythmbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:39 -0700 Subject: rpms/gnome-applet-sensors/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRfdi016934@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-sensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-sensors/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:39 -0700 Subject: rpms/gnome-applet-timer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRfdL016937@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-timer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:45 -0700 Subject: rpms/gnome-blog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRlNG017007@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-blog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:47 -0700 Subject: rpms/gnome-password-generator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRnAa017030@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-password-generator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:45 -0700 Subject: rpms/gnomebaker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRlb6016992@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomebaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomebaker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:46 -0700 Subject: rpms/gnome-build/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRm40017022@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-build/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:47 -0700 Subject: rpms/gnome-common/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRnT3017027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-common/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:48 -0700 Subject: rpms/gnome-phone-manager/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRoGW017033@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-phone-manager/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:54 -0700 Subject: rpms/gnome-ppp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRuhY017088@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-ppp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-ppp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:55 -0700 Subject: rpms/gnome-sudoku/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRvhA017092@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-sudoku/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:56 -0700 Subject: rpms/gnomesword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRwNI017095@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomesword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:03 -0700 Subject: rpms/gnome-translate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS5A5017143@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-translate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-translate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:54 -0700 Subject: rpms/gnome-schedule/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKRuen017091@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-schedule/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:01 -0700 Subject: rpms/gnome-theme-clearlooks-bigpack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS3k5017139@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-theme-clearlooks-bigpack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:02 -0700 Subject: rpms/gnome-themes-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS4dW017142@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-themes-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:08 -0700 Subject: rpms/gnome-vfsmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSAsZ017200@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-vfsmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:09 -0700 Subject: rpms/gnome-yum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSBhe017214@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-yum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-yum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:15 -0700 Subject: rpms/gobby/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSHkN017338@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gobby/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:11 -0700 Subject: rpms/gnubg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSDVU017256@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnubg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:13 -0700 Subject: rpms/gnugo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSFeq017312@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnugo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnugo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:14 -0700 Subject: rpms/gnupg2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSH7W017333@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnupg2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:10 -0700 Subject: rpms/gnonlin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSCND017228@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnonlin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnonlin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:10 -0700 Subject: rpms/gnotime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSCmK017242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnotime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnotime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:12 -0700 Subject: rpms/gnucap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSEKx017284@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnucap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnucap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:22 -0700 Subject: rpms/gonvert/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSOBp017408@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gonvert/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:11 -0700 Subject: rpms/gnubiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSD4C017270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnubiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:23 -0700 Subject: rpms/gourmet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSPDR017412@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gourmet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:14 -0700 Subject: rpms/gnumeric/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSGNX017326@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnumeric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnumeric/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:16 -0700 Subject: rpms/goffice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSIuE017343@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/goffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/goffice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:13 -0700 Subject: rpms/gnuchess/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSF0V017298@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnuchess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnuchess/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:23 -0700 Subject: rpms/gpa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSPjw017415@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:29 -0700 Subject: rpms/gparted/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSVBd017457@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gparted/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:30 -0700 Subject: rpms/gperiodic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSWKs017464@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gperiodic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:30 -0700 Subject: rpms/gpgme03/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSWeD017466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpgme03/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpgme03/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:36 -0700 Subject: rpms/gpgme/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKScZr017521@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpgme/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:22 -0700 Subject: rpms/gossip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSOhD017411@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gossip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:37 -0700 Subject: rpms/gpp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSdXu017549@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:39 -0700 Subject: rpms/gprolog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSfa5017581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gprolog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gprolog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:41 -0700 Subject: rpms/gputils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKShdI017601@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gputils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gputils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:38 -0700 Subject: rpms/gpredict/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSeOE017568@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpredict/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpredict/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:40 -0700 Subject: rpms/gpsd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSg7u017595@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpsd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:40 -0700 Subject: rpms/gpsim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSgQO017598@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpsim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpsim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:37 -0700 Subject: rpms/gphpedit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSdW7017533@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gphpedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gphpedit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:48 -0700 Subject: rpms/gqview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSowb017633@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gqview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:47 -0700 Subject: rpms/gquilt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSn0Q017630@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gquilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gquilt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:53 -0700 Subject: rpms/grace/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKStx9017687@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grace/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:54 -0700 Subject: rpms/grads/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSuP2017704@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grads/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grads/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:56 -0700 Subject: rpms/graveman/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSwnQ017746@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/graveman/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:01 -0700 Subject: rpms/gsynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT38S017872@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gsynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:57 -0700 Subject: rpms/grhino/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSx4c017774@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grhino/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grhino/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:58 -0700 Subject: rpms/grip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT0ou017790@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:58 -0700 Subject: rpms/grisbi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT0nP017804@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grisbi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:55 -0700 Subject: rpms/gramps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSvf1017718@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gramps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:00 -0700 Subject: rpms/gstreamer08-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT2vg017834@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:55 -0700 Subject: rpms/graphviz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSvNb017732@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/graphviz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:56 -0700 Subject: rpms/grepmail/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSw1g017760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grepmail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grepmail/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:02 -0700 Subject: rpms/gtk2hs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT45U017877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk2hs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:03 -0700 Subject: rpms/GtkAda/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT5qx017882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/GtkAda/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:09 -0700 Subject: rpms/gtk+/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTBlC017922@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk+/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:01 -0700 Subject: rpms/gstreamer-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT3fY017864@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:08 -0700 Subject: rpms/gtkdatabox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTB6m017919@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkdatabox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:59 -0700 Subject: rpms/gstreamer08/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT1Cf017818@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:15 -0700 Subject: rpms/gtkglarea2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTHdw017991@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglarea2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:00 -0700 Subject: rpms/gstreamer08-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT2Ep017851@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:16 -0700 Subject: rpms/gtkglext/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTIcW017996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglext/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:15 -0700 Subject: rpms/gtk+extra/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTHmI017979@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk+extra/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk+extra/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:17 -0700 Subject: rpms/gtkglextmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTJ4D017999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglextmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglextmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:17 -0700 Subject: rpms/gtk-gnutella/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTJ0e018002@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-gnutella/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-gnutella/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:29 -0700 Subject: rpms/gtklp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTVMB018036@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtklp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:28 -0700 Subject: rpms/gtkhtml36/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTUmB018033@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkhtml36/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkhtml36/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:37 -0700 Subject: rpms/gtksourceview-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTdvr018145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtksourceview-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:37 -0700 Subject: rpms/gtkterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTdX0018150@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:38 -0700 Subject: rpms/gtkwave/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTeBV018153@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkwave/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:39 -0700 Subject: rpms/gtk-xfce-engine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTfnp018156@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-xfce-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-xfce-engine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:34 -0700 Subject: rpms/gtkmathview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTaWo018091@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkmathview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkmathview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:35 -0700 Subject: rpms/gtkmm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTbj1018105@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkmm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:36 -0700 Subject: rpms/gtk-qt-engine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTcVM018133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-qt-engine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:50 -0700 Subject: rpms/gtranslator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTqj2018251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtranslator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:36 -0700 Subject: rpms/Gtk-Perl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTcsO018119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Gtk-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Gtk-Perl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:51 -0700 Subject: rpms/gtweakui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTrRe018257@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtweakui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtweakui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:49 -0700 Subject: rpms/gtorrentviewer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTpVT018246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtorrentviewer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:51 -0700 Subject: rpms/gts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTrFD018254@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:57 -0700 Subject: rpms/gtypist/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTxZj018286@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtypist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtypist/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:58 -0700 Subject: rpms/guichan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU0qX018289@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/guichan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/guichan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:03 -0700 Subject: rpms/gurlchecker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU5CJ018333@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gurlchecker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:04 -0700 Subject: rpms/gv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU645018336@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:05 -0700 Subject: rpms/gweled/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU7L1018339@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gweled/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gweled/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:12 -0700 Subject: rpms/gwget/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUE0f018404@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gwget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gwget/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:12 -0700 Subject: rpms/gxemul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUEDj018413@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gxemul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gxemul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:11 -0700 Subject: rpms/gwenview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUDU9018381@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gwenview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:13 -0700 Subject: rpms/hackedbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUFaa018416@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hackedbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hackedbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:21 -0700 Subject: rpms/hdf5/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUNAB018537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hdf5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hdf5/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:14 -0700 Subject: rpms/haddock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUGPT018419@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/haddock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/haddock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:20 -0700 Subject: rpms/hddtemp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUMiu018522@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hddtemp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:21 -0700 Subject: rpms/hdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUNH4018542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:23 -0700 Subject: rpms/help2man/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUPfn018546@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/help2man/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/help2man/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:29 -0700 Subject: rpms/hercules/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUVx3018579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hercules/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:20 -0700 Subject: rpms/hamlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUMMf018477@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hamlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hamlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:22 -0700 Subject: rpms/heartbeat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUOtC018545@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/heartbeat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:29 -0700 Subject: rpms/Hermes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUVwU018582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Hermes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Hermes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:35 -0700 Subject: rpms/hevea/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUbxL018613@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hevea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hevea/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:36 -0700 Subject: rpms/hexter-dssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUcwO018616@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hexter-dssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:44 -0700 Subject: rpms/hnb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUkEY018733@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hnb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:41 -0700 Subject: rpms/hfsplus-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUhAx018676@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hfsplus-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:43 -0700 Subject: rpms/hmmer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUjYF018721@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hmmer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hmmer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:44 -0700 Subject: rpms/hpic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUkr0018749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hpic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hpic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:45 -0700 Subject: rpms/hping3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUlbN018755@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hping3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hping3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:46 -0700 Subject: rpms/hspell/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUmJF018759@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hspell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hspell/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:52 -0700 Subject: rpms/html401-dtds/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUsQd018849@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html401-dtds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/html401-dtds/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:42 -0700 Subject: rpms/hfsplusutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUitt018691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hfsplusutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hfsplusutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:54 -0700 Subject: rpms/htop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUu8L018901@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:56 -0700 Subject: rpms/hugs98/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUwtq018905@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hugs98/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:46 -0700 Subject: rpms/ht2html/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUmXe018762@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ht2html/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ht2html/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:42 -0700 Subject: rpms/highlight/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUid2018706@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/highlight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/highlight/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:53 -0700 Subject: rpms/htmldoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUtF8018866@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmldoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htmldoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:54 -0700 Subject: rpms/html-xml-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUuTI018895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html-xml-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/html-xml-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:55 -0700 Subject: rpms/http_ping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUvYh018904@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/http_ping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:01 -0700 Subject: rpms/hula/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKV3SA018941@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hula/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hula/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:53 -0700 Subject: rpms/htmltmpl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUt5d018883@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htmltmpl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:02 -0700 Subject: rpms/hunky-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKV4tm018944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hunky-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hunky-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:08 -0700 Subject: rpms/i810switch/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVAEk018976@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/i810switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/i810switch/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:08 -0700 Subject: rpms/hunt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVA4i018973@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hunt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hunt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:14 -0700 Subject: rpms/i8kutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVGsE019030@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/i8kutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/i8kutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:15 -0700 Subject: rpms/ibmonitor/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVHqL019047@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ibmonitor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ibmonitor/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:15 -0700 Subject: rpms/icecast/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVHsK019061@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icecast/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/icecast/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:17 -0700 Subject: rpms/id3lib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVJ47019103@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3lib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:19 -0700 Subject: rpms/ifm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVLmR019145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ifm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ifm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:20 -0700 Subject: rpms/iftop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVM1V019173@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iftop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iftop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:16 -0700 Subject: rpms/ices/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVIEt019075@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ices/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ices/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:17 -0700 Subject: rpms/icmpdn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVJo5019089@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icmpdn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/icmpdn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:22 -0700 Subject: rpms/ikvm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVODq019188@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ikvm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ikvm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:28 -0700 Subject: rpms/imlib2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVUWm019227@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/imlib2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:20 -0700 Subject: rpms/ifplugd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVM69019159@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ifplugd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ifplugd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:21 -0700 Subject: rpms/iiimf-le-simplehangul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVN5l019180@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iiimf-le-simplehangul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iiimf-le-simplehangul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:22 -0700 Subject: rpms/iksemel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVOsg019185@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iksemel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:18 -0700 Subject: rpms/id3-py/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVKtW019117@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3-py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3-py/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:18 -0700 Subject: rpms/id3v2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVKk8019131@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3v2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:28 -0700 Subject: rpms/imlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVU1u019231@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/imlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/imlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:34 -0700 Subject: rpms/inadyn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVaTq019266@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inadyn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:40 -0700 Subject: rpms/inkscape/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVgC5019298@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inkscape/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:35 -0700 Subject: rpms/initng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVbCk019269@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/initng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/initng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:41 -0700 Subject: rpms/inotify-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVh34019301@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inotify-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:48 -0700 Subject: rpms/iozone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVoRL019382@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iozone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iozone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:49 -0700 Subject: rpms/ipe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVph6019390@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:50 -0700 Subject: rpms/iperf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVqOH019393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iperf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iperf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:47 -0700 Subject: rpms/intuitively/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVnrG019356@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/intuitively/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/intuitively/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:49 -0700 Subject: rpms/ip6sic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVpc9019387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ip6sic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ip6sic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:56 -0700 Subject: rpms/ipod-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVw7J019452@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipod-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:57 -0700 Subject: rpms/ipxripd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVxBH019456@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipxripd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipxripd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:47 -0700 Subject: rpms/Inventor/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVnXo019370@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Inventor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Inventor/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:56 -0700 Subject: rpms/ip-sentinel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKVwtd019455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ip-sentinel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ip-sentinel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:57 -0700 Subject: rpms/ipython/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKVxJO019459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipython/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:03 -0700 Subject: rpms/ircd-hybrid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW5T9019514@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ircd-hybrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ircd-hybrid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:04 -0700 Subject: rpms/isic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW6QN019542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/isic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/isic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:09 -0700 Subject: rpms/jakarta-commons-cli/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWBtA019658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jakarta-commons-cli/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jakarta-commons-cli/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:07 -0700 Subject: rpms/itk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW9pU019600@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:08 -0700 Subject: rpms/jabberd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWAWY019628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jabberd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:09 -0700 Subject: rpms/jack-audio-connection-kit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWBpd019644@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jack-audio-connection-kit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:04 -0700 Subject: rpms/irssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW6Zk019528@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/irssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/irssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:10 -0700 Subject: rpms/jam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWCAC019665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:06 -0700 Subject: rpms/itcl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW8Hb019570@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itcl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:11 -0700 Subject: rpms/jasper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWDaG019670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jasper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:11 -0700 Subject: rpms/javasvn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWDNb019673@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/javasvn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:07 -0700 Subject: rpms/iwidgets/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW9me019614@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iwidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iwidgets/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:05 -0700 Subject: rpms/istanbul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW79U019556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/istanbul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:20 -0700 Subject: rpms/jikes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWMWC019798@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jikes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jikes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:21 -0700 Subject: rpms/jlint/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWN4k019803@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jlint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jlint/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:06 -0700 Subject: rpms/itext/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW8sv019584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itext/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:17 -0700 Subject: rpms/jed/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWJrZ019730@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jed/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:18 -0700 Subject: rpms/jhead/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWK6A019760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jhead/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jhead/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:21 -0700 Subject: rpms/jogl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWNqq019806@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jogl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jogl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:28 -0700 Subject: rpms/jpgraph/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWUi6019842@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jpgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jpgraph/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:19 -0700 Subject: rpms/jigdo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWLve019773@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jigdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jigdo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:22 -0700 Subject: rpms/john/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWOWl019809@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/john/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/john/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:28 -0700 Subject: rpms/js/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWUut019845@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/js/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:18 -0700 Subject: rpms/jfbterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWKBC019741@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jfbterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:34 -0700 Subject: rpms/jthread/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWaEA019875@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jthread/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:35 -0700 Subject: rpms/k3b-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWbPH019878@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/k3b-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:46 -0700 Subject: rpms/kawa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWmxM020038@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kawa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:42 -0700 Subject: rpms/kakasi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWiob019957@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kakasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kakasi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:43 -0700 Subject: rpms/kanatest/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWjUf019973@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kanatest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kanatest/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:48 -0700 Subject: rpms/kdegraphics-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWooR020060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdegraphics-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdegraphics-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:44 -0700 Subject: rpms/kasablanca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWk9x020001@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kasablanca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kasablanca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:41 -0700 Subject: rpms/k3d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWhhg019929@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/k3d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:47 -0700 Subject: rpms/kbibtex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWnIN020052@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kbibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kbibtex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:55 -0700 Subject: rpms/kdesvn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWvan020115@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdesvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdesvn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:45 -0700 Subject: rpms/katapult/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWlmC020027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/katapult/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:41 -0700 Subject: rpms/kadu/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWhNv019943@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kadu/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:47 -0700 Subject: rpms/kchmviewer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWnqf020055@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kchmviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kchmviewer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:43 -0700 Subject: rpms/kannel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWj3S019985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kannel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kannel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:54 -0700 Subject: rpms/kdemultimedia-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWulE020112@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdemultimedia-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:55 -0700 Subject: rpms/kdetoys/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWv8b020118@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdetoys/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:02 -0700 Subject: rpms/kdmtheme/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX4gB020166@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdmtheme/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:45 -0700 Subject: rpms/kasumi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWl6s020010@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kasumi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kasumi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:01 -0700 Subject: rpms/kdirstat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX3s2020160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdirstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdirstat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:02 -0700 Subject: rpms/kdissert/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX4qg020163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdissert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdissert/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:08 -0700 Subject: rpms/kdocker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXAeZ020221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdocker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:09 -0700 Subject: rpms/kerry/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXBJ8020235@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kerry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kerry/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:14 -0700 Subject: rpms/kipi-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXGlX020360@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kipi-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:09 -0700 Subject: rpms/keychain/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXBfN020249@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/keychain/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/keychain/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:10 -0700 Subject: rpms/keyutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXCDR020263@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/keyutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/keyutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:13 -0700 Subject: rpms/kinput2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXFTX020332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kinput2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kinput2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:14 -0700 Subject: rpms/kiosktool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXGO4020351@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kiosktool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:11 -0700 Subject: rpms/kicad/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXDa8020277@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kicad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kicad/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:16 -0700 Subject: rpms/kmenu-gnome/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXITl020377@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmenu-gnome/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:16 -0700 Subject: rpms/kmobiletools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXIYO020380@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmobiletools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmobiletools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:12 -0700 Subject: rpms/kid3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXECD020305@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kid3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:12 -0700 Subject: rpms/kile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXE4t020319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:15 -0700 Subject: rpms/kismet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXHE0020372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kismet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kismet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:11 -0700 Subject: rpms/kickpim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXDTU020291@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kickpim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kickpim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:27 -0700 Subject: rpms/kmymoney2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXTDo020437@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmymoney2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:28 -0700 Subject: rpms/knemo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXUGM020440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knemo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knemo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:28 -0700 Subject: rpms/knetstats/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXUKC020441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knetstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knetstats/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:34 -0700 Subject: rpms/knetworkmanager/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXaYS020474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knetworkmanager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knetworkmanager/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:40 -0700 Subject: rpms/koffice-langpack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXhCr020520@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/koffice-langpack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:42 -0700 Subject: rpms/konversation/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXiHt020524@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/konversation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/konversation/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:49 -0700 Subject: rpms/kphotoalbum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXpr4020626@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kphotoalbum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:35 -0700 Subject: rpms/koffice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXbPX020477@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/koffice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:47 -0700 Subject: rpms/kooldock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXo9T020582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kooldock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:49 -0700 Subject: rpms/kphone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXplh020610@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kphone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:51 -0700 Subject: rpms/krecipes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXr8i020647@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/krecipes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/krecipes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:41 -0700 Subject: rpms/kompose/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXhPs020523@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kompose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kompose/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:52 -0700 Subject: rpms/ksensors/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXsAx020651@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ksensors/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:58 -0700 Subject: rpms/kst/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY06a020686@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kst/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:48 -0700 Subject: rpms/kover/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXoVL020596@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kover/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:58 -0700 Subject: rpms/ksynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY0Pa020691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ksynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:50 -0700 Subject: rpms/kpolynome/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXqvJ020640@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kpolynome/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:51 -0700 Subject: rpms/krusader/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXrjK020650@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/krusader/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:04 -0700 Subject: rpms/ktorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY6DZ020734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ktorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:05 -0700 Subject: rpms/ktrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY7vn020737@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ktrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ktrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:05 -0700 Subject: rpms/kxdocker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY7cq020740@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kxdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kxdocker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:12 -0700 Subject: rpms/l2tpd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYE6R020790@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/l2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/l2tpd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:11 -0700 Subject: rpms/kxdocker-resources/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYDDr020784@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kxdocker-resources/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kxdocker-resources/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:12 -0700 Subject: rpms/kyum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYEhd020787@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kyum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kyum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:19 -0700 Subject: rpms/lablgtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYL5Q020822@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lablgtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:26 -0700 Subject: rpms/lagan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYSVZ020905@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lagan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lagan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:26 -0700 Subject: rpms/lapack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYSuJ020910@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lapack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:18 -0700 Subject: rpms/lablgl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYKZZ020819@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lablgl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:28 -0700 Subject: rpms/lasi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYU13020914@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lasi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:34 -0700 Subject: rpms/lcdf-typetools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYarE020989@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lcdf-typetools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lcdf-typetools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:24 -0700 Subject: rpms/lacewing/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYQnI020877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lacewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lacewing/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:25 -0700 Subject: rpms/ladspa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYRcd020891@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ladspa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ladspa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:27 -0700 Subject: rpms/lash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYTE5020913@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:35 -0700 Subject: rpms/lcov/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYb9m020993@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lcov/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lcov/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:43 -0700 Subject: rpms/lib3ds/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYjoq021076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lib3ds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lib3ds/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:33 -0700 Subject: rpms/lat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYZLR020975@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:44 -0700 Subject: rpms/libAfterImage/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYk08021099@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libAfterImage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libAfterImage/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:35 -0700 Subject: rpms/ldns/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYbuK020996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ldns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ldns/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:42 -0700 Subject: rpms/leafpad/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYinp021059@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/leafpad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/leafpad/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:42 -0700 Subject: rpms/lft/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYiOA021074@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lft/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:44 -0700 Subject: rpms/lib765/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYkKT021094@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lib765/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lib765/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:46 -0700 Subject: rpms/libannodex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYmtt021102@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libannodex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libannodex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:36 -0700 Subject: rpms/leafnode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYc6P020999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/leafnode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/leafnode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:53 -0700 Subject: rpms/libbinio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYuH7021182@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libbinio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libbinio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:52 -0700 Subject: rpms/libassetml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYslf021174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libassetml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libassetml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:54 -0700 Subject: rpms/libcaca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYuhL021187@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcaca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcaca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:01 -0700 Subject: rpms/libchewing/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ3jF021239@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libchewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libchewing/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:52 -0700 Subject: rpms/libapreq2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYs4l021160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libapreq2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:53 -0700 Subject: rpms/libassuan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYts7021179@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libassuan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libassuan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:08 -0700 Subject: rpms/libcmml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZApj021278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcmml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcmml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:22 -0700 Subject: rpms/libedit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZOUi021392@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libedit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:29 -0700 Subject: rpms/libevent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZV1N021427@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libevent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libevent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:34 -0700 Subject: rpms/libeXosip2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZast021469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libeXosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libeXosip2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:53 -0700 Subject: rpms/libglademm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZtqw021578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libglademm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:55 -0700 Subject: rpms/libgnomemm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZvex021585@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomemm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:01 -0700 Subject: rpms/libgnomeuimm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa36S021616@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomeuimm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:00 -0700 Subject: rpms/libcddb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ2Lx021235@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcddb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:00 -0700 Subject: rpms/libcdio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ2Lt021238@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcdio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcdio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:13 -0700 Subject: rpms/libconfuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZFpZ021327@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libconfuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:14 -0700 Subject: rpms/libdap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZGdS021337@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:15 -0700 Subject: rpms/libdnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZHkp021340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:07 -0700 Subject: rpms/libchmxx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ9oY021275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libchmxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libchmxx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:15 -0700 Subject: rpms/libdsk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZHwT021346@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdsk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdsk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:21 -0700 Subject: rpms/libebml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZNZV021389@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libebml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libebml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:22 -0700 Subject: rpms/libesmtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZOen021395@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libesmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libesmtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:28 -0700 Subject: rpms/libetpan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZU29021424@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libetpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libetpan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:35 -0700 Subject: rpms/libfwbuilder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZbBU021473@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libfwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libfwbuilder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:46 -0700 Subject: rpms/libgalago/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZm7Q021517@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgalago/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:35 -0700 Subject: rpms/libfac/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZbmc021472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libfac/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:47 -0700 Subject: rpms/libgda/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZnTE021520@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgda/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:48 -0700 Subject: rpms/libgdamm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZoOL021523@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgdamm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgdamm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:54 -0700 Subject: rpms/libgnomecanvasmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZuBa021581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomecanvasmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:02 -0700 Subject: rpms/libhugetlbfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa4jl021619@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libhugetlbfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libhugetlbfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:55 -0700 Subject: rpms/libgnomedb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKZvLv021584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomedb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:09 -0700 Subject: rpms/libifp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaB63021667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libifp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libifp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:08 -0700 Subject: rpms/libid3tag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaA0e021664@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libid3tag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libid3tag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:14 -0700 Subject: rpms/libipoddevice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaGOw021709@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libipoddevice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:15 -0700 Subject: rpms/libkexif/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaHj4021712@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libkexif/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:15 -0700 Subject: rpms/libkipi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaHQm021715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libkipi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:21 -0700 Subject: rpms/libksba/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaNUr021760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libksba/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:07 -0700 Subject: rpms/libibverbs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa91p021661@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libibverbs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libibverbs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:22 -0700 Subject: rpms/liblo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaOIX021763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liblo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liblo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:23 -0700 Subject: rpms/liblrdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaPfp021765@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liblrdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liblrdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:28 -0700 Subject: rpms/libmal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaUeE021841@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:29 -0700 Subject: rpms/libmatchbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaVRw021857@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmatchbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmatchbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:34 -0700 Subject: rpms/libnet10/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaaLg021968@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnet10/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:36 -0700 Subject: rpms/libnfnetlink/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKacDY021985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnfnetlink/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnfnetlink/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:32 -0700 Subject: rpms/libmpcdec/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaYd4021916@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmpcdec/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:33 -0700 Subject: rpms/libnasl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaZ3A021944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnasl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:30 -0700 Subject: rpms/libmatroska/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaWPP021874@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmatroska/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmatroska/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:35 -0700 Subject: rpms/libnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKabEr021975@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:30 -0700 Subject: rpms/libmcrypt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaWEA021888@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmcrypt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmcrypt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:35 -0700 Subject: rpms/libnetfilter_conntrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKab1b021980@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnetfilter_conntrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnetfilter_conntrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:31 -0700 Subject: rpms/libmodplug/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaXxF021902@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmodplug/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:33 -0700 Subject: rpms/libnc-dap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaawO021958@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnc-dap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnc-dap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:47 -0700 Subject: rpms/libnjb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKangT022024@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnjb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnjb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:32 -0700 Subject: rpms/libmthca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaYib021930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmthca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmthca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:47 -0700 Subject: rpms/liboggz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKanQS022027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liboggz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liboggz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:53 -0700 Subject: rpms/liboil/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKatep022056@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liboil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liboil/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:54 -0700 Subject: rpms/libol/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKauhw022059@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libol/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:59 -0700 Subject: rpms/libopensync/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb15V022101@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:00 -0700 Subject: rpms/libopensync-plugin-evolution2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb20O022104@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-evolution2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:01 -0700 Subject: rpms/libopensync-plugin-file/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb3Tq022105@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-file/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-file/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:07 -0700 Subject: rpms/libopensync-plugin-irmc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb9YO022160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-irmc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-irmc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:14 -0700 Subject: rpms/libopensync-plugin-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbG9F022226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:06 -0700 Subject: rpms/libopensync-plugin-gpe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb8fL022157@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-gpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-gpe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:13 -0700 Subject: rpms/libopensync-plugin-kdepim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbFcx022222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-kdepim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-kdepim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:20 -0700 Subject: rpms/libosip2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbM34022260@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libosip2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:20 -0700 Subject: rpms/libopts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbMO7022257@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:27 -0700 Subject: rpms/libpng10/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbTiU022319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpng10/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:13 -0700 Subject: rpms/libopensync-plugin-palm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbFx0022225@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-palm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:26 -0700 Subject: rpms/libosip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbSN5022315@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libosip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libosip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:28 -0700 Subject: rpms/libpolyxmass/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbUuq022322@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpolyxmass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpolyxmass/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:27 -0700 Subject: rpms/libotr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbTsQ022318@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libotr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libotr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:34 -0700 Subject: rpms/libpqxx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKba2E022379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpqxx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:39 -0700 Subject: rpms/libsexymm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbfYg022491@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsexymm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:39 -0700 Subject: rpms/libshout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbfCu022498@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libshout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libshout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:40 -0700 Subject: rpms/libsidplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbgej022503@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsidplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:36 -0700 Subject: rpms/librx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbcGI022435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/librx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/librx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:37 -0700 Subject: rpms/libsamplerate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbdof022465@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsamplerate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:38 -0700 Subject: rpms/libsexy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbeL4022479@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsexy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:34 -0700 Subject: rpms/libqalculate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbal6022393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libqalculate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libqalculate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:41 -0700 Subject: rpms/libsigc++20/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbhpc022506@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigc++20/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:37 -0700 Subject: rpms/libsafe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbd0i022449@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsafe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsafe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:48 -0700 Subject: rpms/libspectrum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKboRB022582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libspectrum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libspectrum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:35 -0700 Subject: rpms/libresample/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbbEV022407@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libresample/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:36 -0700 Subject: rpms/librsync/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbcOU022421@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/librsync/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:46 -0700 Subject: rpms/libsigc++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbmsK022566@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigc++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:47 -0700 Subject: rpms/libsigsegv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbn8p022574@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigsegv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigsegv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:48 -0700 Subject: rpms/libsndfile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKboNS022579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsndfile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsndfile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:54 -0700 Subject: rpms/libstatgrab/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbuM8022624@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libstatgrab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libstatgrab/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:55 -0700 Subject: rpms/libsvg-cairo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKbvTc022627@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsvg-cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsvg-cairo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:55 -0700 Subject: rpms/libsvg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbvjJ022628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsvg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsvg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:01 -0700 Subject: rpms/libsx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc3o2022681@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:03 -0700 Subject: rpms/libtar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc5XO022694@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:02 -0700 Subject: rpms/libsynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc4ff022688@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:02 -0700 Subject: rpms/libtabe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc4Vp022691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtabe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtabe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:09 -0700 Subject: rpms/libtasn1/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcBA2022749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtasn1/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:15 -0700 Subject: rpms/libxfce4mcs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcH5r022882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfce4mcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfce4mcs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:10 -0700 Subject: rpms/libtomoe-gtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcC1q022777@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtomoe-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtomoe-gtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:11 -0700 Subject: rpms/libtorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcDHM022791@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:16 -0700 Subject: rpms/libxfce4util/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcIIk022887@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfce4util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfce4util/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:11 -0700 Subject: rpms/libtranslate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcDuZ022805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtranslate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtranslate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:12 -0700 Subject: rpms/libtunepimp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcEAV022819@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtunepimp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:12 -0700 Subject: rpms/libuninameslist/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcENE022833@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libuninameslist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libuninameslist/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:13 -0700 Subject: rpms/libupnp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcFt6022847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libupnp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:14 -0700 Subject: rpms/libvisual-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcGXR022873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libvisual-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libvisual-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:16 -0700 Subject: rpms/libxfcegui4/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcILd022892@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfcegui4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfcegui4/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:22 -0700 Subject: rpms/libxml++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcOCn022929@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxml++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxml++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:14 -0700 Subject: rpms/libvisual/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcGYB022861@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libvisual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libvisual/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:09 -0700 Subject: rpms/libtlen/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcBkx022763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtlen/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:23 -0700 Subject: rpms/licq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcP3f022932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/licq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/licq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:28 -0700 Subject: rpms/liferea/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcURS022963@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liferea/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:35 -0700 Subject: rpms/lighttpd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcbtw023020@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lighttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lighttpd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:29 -0700 Subject: rpms/lightning/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcVo6022966@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lightning/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lightning/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:35 -0700 Subject: rpms/lilypond/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcbau023025@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lilypond/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:36 -0700 Subject: rpms/lilypond-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcc1Z023028@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lilypond-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:42 -0700 Subject: rpms/lincvs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKciQm023060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lincvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lincvs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:37 -0700 Subject: rpms/lincity-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcdSU023031@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lincity-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lincity-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:43 -0700 Subject: rpms/lineakd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcjF6023063@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineakd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineakd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:52 -0700 Subject: rpms/linphone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcsBW023153@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linphone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:50 -0700 Subject: rpms/lineak-xosdplugin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcq7A023144@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-xosdplugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-xosdplugin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:51 -0700 Subject: rpms/link-grammar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcr0K023152@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/link-grammar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/link-grammar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:58 -0700 Subject: rpms/linux-libertine-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd0J7023208@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linux-libertine-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linux-libertine-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:49 -0700 Subject: rpms/lineak-defaultplugin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcpAh023108@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-defaultplugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-defaultplugin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:49 -0700 Subject: rpms/lineak-kdeplugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKcpVC023125@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-kdeplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-kdeplugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:51 -0700 Subject: rpms/linkchecker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcrIN023149@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linkchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linkchecker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:58 -0700 Subject: rpms/linux_logo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd0Sq023212@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linux_logo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:05 -0700 Subject: rpms/lmarbles/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd7Dp023299@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lmarbles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lmarbles/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:06 -0700 Subject: rpms/lock-keys-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd8aG023319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lock-keys-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lock-keys-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:07 -0700 Subject: rpms/logjam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd9Yw023329@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/logjam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/logjam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:07 -0700 Subject: rpms/loudmouth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd9rZ023332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/loudmouth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:08 -0700 Subject: rpms/lout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdAMt023335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:04 -0700 Subject: rpms/lirc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd64F023279@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lirc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:14 -0700 Subject: rpms/lrmi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdGJ9023364@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lrmi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lrmi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:14 -0700 Subject: rpms/lsscsi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdGMa023367@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lsscsi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lsscsi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:21 -0700 Subject: rpms/lua/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdNu8023435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lua/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lua/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:21 -0700 Subject: rpms/lucidlife/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdNiR023442@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lucidlife/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lucidlife/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:22 -0700 Subject: rpms/lyx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdOAP023445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lyx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:23 -0700 Subject: rpms/lzo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdPb8023448@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lzo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lzo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:20 -0700 Subject: rpms/ltsp-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdMBk023425@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ltsp-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ltsp-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 21:10:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 14:10:45 -0700 Subject: owners owners.list,1.1455,1.1456 Message-ID: <200608272110.k7RLAlBN009398@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9288 Modified Files: owners.list Log Message: kxdocker *is* orphaned Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1455 retrieving revision 1.1456 diff -u -r1.1455 -r1.1456 --- owners.list 27 Aug 2006 11:30:54 -0000 1.1455 +++ owners.list 27 Aug 2006 21:10:44 -0000 1.1456 @@ -721,8 +721,8 @@ Fedora Extras|ksynaptics|KDE configuration for synaptics module|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|ktorrent|KTorrent is a BitTorrent program for KDE|wolters.liste at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ktrack|Satellite prediction software for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| -Fedora Extras|kxdocker|A Mac OSX style docker|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|kxdocker-resources|Plugins, Sounds, and Themes for kxdocker|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kxdocker|A Mac OSX style docker|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|kxdocker-resources|Plugins, Sounds, and Themes for kxdocker|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kyum|Graphical User Frontend (GUI) for yum|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|l2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|lablgl|LablGL is an OpenGL interface for Objective Caml|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 21:34:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:34:24 -0700 Subject: rpms/dumpasn1/devel dumpasn1.spec, 1.3, 1.4 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608272134.k7RLYQlq013728@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumpasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13709 Modified Files: dumpasn1.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 22 2006 Ville Skytt?? - 20060622-1 - Update to 20060622. Index: dumpasn1.spec =================================================================== RCS file: /cvs/extras/rpms/dumpasn1/devel/dumpasn1.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dumpasn1.spec 16 Feb 2006 07:06:29 -0000 1.3 +++ dumpasn1.spec 27 Aug 2006 21:34:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: dumpasn1 -Version: 20050404 -Release: 2%{?dist} +Version: 20060622 +Release: 1%{?dist} Summary: ASN.1 object dump utility Group: Development/Tools @@ -51,6 +51,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 20060622-1 +- Update to 20060622. + * Thu Feb 16 2006 Ville Skytt?? - 20050404-2 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/dumpasn1/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Aug 2005 20:30:48 -0000 1.3 +++ sources 27 Aug 2006 21:34:24 -0000 1.4 @@ -1,3 +1,3 @@ 4d3bff6213cc455af94846a0485ca743 dumpasn1_20030222-1.diff.gz -faba9cbad80fcc97ae566f97c2c85272 dumpasn1.c -fffe09ac2fad6161b62a69b98f51e7d1 dumpasn1.cfg +0855c6f21a9e2c7f984b1e48ce9c1f58 dumpasn1.c +ffb5d3c3f7b5216149dcc7bbf462408c dumpasn1.cfg --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 21:42:49 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 14:42:49 -0700 Subject: rpms/emacs-common-muse/devel .cvsignore, 1.3, 1.4 emacs-common-muse.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608272142.k7RLgpNw013897@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13859 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to 3.02.92 (3.03 RC2). New source file, and updated spec file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Jun 2006 18:24:03 -0000 1.3 +++ .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 @@ -1 +1 @@ -muse-latest.tar.gz +muse-3.02.92.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- emacs-common-muse.spec 8 Jun 2006 22:12:30 -0000 1.6 +++ emacs-common-muse.spec 27 Aug 2006 21:42:49 -0000 1.7 @@ -10,14 +10,14 @@ %endif Name: emacs-common-muse -Version: 3.02.91 -Release: 4%{?dist} +Version: 3.02.92 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html BuildArch: noarch -Source0: http://www.mwolson.org/static/dist/muse-latest.tar.gz +Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs >= %{emacs_ver}, texinfo Requires: /sbin/install-info @@ -174,6 +174,9 @@ %endif %changelog +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 +- Update to 3.02.92 (3.03 RC2) + * Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-4 - Package experimental and contrib files - Ensure all doc files are non-executable Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Jun 2006 18:24:03 -0000 1.3 +++ sources 27 Aug 2006 21:42:49 -0000 1.4 @@ -1 +1 @@ -15af73a899cdadacbfe9d0dece99a007 muse-latest.tar.gz +addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 21:44:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:44:36 -0700 Subject: rpms/perl-PAR-Dist/FC-5 .cvsignore, 1.8, 1.9 perl-PAR-Dist.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608272144.k7RLic77014012@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13975/FC-5 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.18-1 - 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 08:27:49 -0000 1.8 +++ .cvsignore 27 Aug 2006 21:44:35 -0000 1.9 @@ -1 +1 @@ -PAR-Dist-0.16.tar.gz +PAR-Dist-0.18.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/perl-PAR-Dist.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-PAR-Dist.spec 15 Aug 2006 08:27:49 -0000 1.12 +++ perl-PAR-Dist.spec 27 Aug 2006 21:44:35 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.16 +Version: 0.18 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.18-1 +- 0.18. + * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 08:27:49 -0000 1.8 +++ sources 27 Aug 2006 21:44:35 -0000 1.9 @@ -1 +1 @@ -d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz +6172d4bb90965f83ae0255a88cd467ca PAR-Dist-0.18.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 21:44:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:44:36 -0700 Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.8, 1.9 perl-PAR-Dist.spec, 1.12, 1.13 sources, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608272144.k7RLicbA014018@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13975/devel Modified Files: .cvsignore perl-PAR-Dist.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.18-1 - 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 08:27:50 -0000 1.8 +++ .cvsignore 27 Aug 2006 21:44:36 -0000 1.9 @@ -1 +1 @@ -PAR-Dist-0.16.tar.gz +PAR-Dist-0.18.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-PAR-Dist.spec 15 Aug 2006 08:27:50 -0000 1.12 +++ perl-PAR-Dist.spec 27 Aug 2006 21:44:36 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.16 +Version: 0.18 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.18-1 +- 0.18. + * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 08:27:50 -0000 1.8 +++ sources 27 Aug 2006 21:44:36 -0000 1.9 @@ -1 +1 @@ -d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz +6172d4bb90965f83ae0255a88cd467ca PAR-Dist-0.18.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 21:57:13 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Sun, 27 Aug 2006 14:57:13 -0700 Subject: rpms/x3270/devel x3270.spec,1.24,1.25 needs.rebuild,1.1,NONE Message-ID: <200608272157.k7RLvFj6014389@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/rpms/x3270/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372 Modified Files: x3270.spec Removed Files: needs.rebuild Log Message: rebuild Index: x3270.spec =================================================================== RCS file: /cvs/extras/rpms/x3270/devel/x3270.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- x3270.spec 15 Aug 2006 09:08:41 -0000 1.24 +++ x3270.spec 27 Aug 2006 21:57:13 -0000 1.25 @@ -5,7 +5,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 3.3.4p7 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Internet URL: http://www.geocities.com/SiliconValley/Peaks/7814 @@ -193,6 +193,9 @@ %{_mandir}/man1/c3270* %changelog +* Sun Aug 27 2006 Karsten Hopp 3.3.4p7-5 +- rebuild + * Tue Aug 15 2006 Karsten Hopp 3.3.4p7-4 - fix requirements of -X11 subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:11:44 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:11:44 -0700 Subject: rpms/torque/devel torque.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608272211.k7RMBkvi017173@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17156 Modified Files: torque.spec Removed Files: needs.rebuild Log Message: * Sun Aug 27 2006 Garrick Staples 2.1.2-3 - FC6 mass rebuild Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- torque.spec 3 Aug 2006 05:39:37 -0000 1.11 +++ torque.spec 27 Aug 2006 22:11:44 -0000 1.12 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 2 +%define release 3 # The following options are supported: # --with server_name=hostname @@ -98,7 +98,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils, pam-devel +BuildRequires: desktop-file-utils, pam-devel, xauth Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -403,6 +403,9 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 2.1.2-3 +- FC6 mass rebuild + * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:23:37 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:23:37 -0700 Subject: rpms/perl-Curses/devel .cvsignore, 1.2, 1.3 perl-Curses.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608272223.k7RMNd7g017347@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-Curses/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17326 Modified Files: .cvsignore perl-Curses.spec sources Log Message: * Sun Aug 27 2006 Garrick Staples 1.14-1 - bump to 1.14 - FC6 mass rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Apr 2006 19:17:55 -0000 1.2 +++ .cvsignore 27 Aug 2006 22:23:37 -0000 1.3 @@ -1 +1 @@ -Curses-1.13.tgz +Curses-1.14.tgz Index: perl-Curses.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/perl-Curses.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Curses.spec 23 Apr 2006 19:17:55 -0000 1.1 +++ perl-Curses.spec 27 Aug 2006 22:23:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Curses -Version: 1.13 -Release: 3%{?dist} +Version: 1.14 +Release: 1%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries @@ -21,7 +21,6 @@ %setup -q -n Curses-%{version} sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo* - %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \ PANELS MENUS FORMS @@ -66,6 +65,10 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 1.14-1 +- bump to 1.14 +- FC6 mass rebuild + * Fri Apr 21 2006 Garrick Staples 1.13-3 - add a note about the falsely alarming warning - don't remove execute bit from demos Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Apr 2006 19:17:55 -0000 1.2 +++ sources 27 Aug 2006 22:23:37 -0000 1.3 @@ -1 +1 @@ -33f6a17f9ece7efda2dde3431e1540f6 Curses-1.13.tgz +d446947a39025e1a61512fd99ff8ff25 Curses-1.14.tgz From fedora-extras-commits at redhat.com Sun Aug 27 22:29:54 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:29:54 -0700 Subject: rpms/perl-Curses/devel perl-Curses.spec,1.2,1.3 Message-ID: <200608272229.k7RMTuTo017434@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-Curses/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17417 Modified Files: perl-Curses.spec Log Message: * Sun Aug 27 2006 Garrick Staples 1.14-2 - rebuild Index: perl-Curses.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/perl-Curses.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Curses.spec 27 Aug 2006 22:23:37 -0000 1.2 +++ perl-Curses.spec 27 Aug 2006 22:29:53 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Curses Version: 1.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries @@ -65,6 +65,9 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 1.14-2 +- rebuild + * Sun Aug 27 2006 Garrick Staples 1.14-1 - bump to 1.14 - FC6 mass rebuild From fedora-extras-commits at redhat.com Sun Aug 27 22:31:06 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:31:06 -0700 Subject: rpms/perl-PBS/devel perl-PBS.spec,1.1,1.2 Message-ID: <200608272231.k7RMV99R017512@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-PBS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17495 Modified Files: perl-PBS.spec Log Message: * Sun Aug 27 2006 Garrick Staples 0.31-2 - FC6 mass rebuild Index: perl-PBS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PBS/devel/perl-PBS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-PBS.spec 25 Apr 2006 20:54:34 -0000 1.1 +++ perl-PBS.spec 27 Aug 2006 22:31:06 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-PBS Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl binding for the Portable Batch System client library Group: Development/Libraries @@ -76,5 +76,8 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 0.31-2 +- FC6 mass rebuild + * Wed Apr 19 2006 Garrick Staples 0.31-1 - Initial spec file From fedora-extras-commits at redhat.com Sun Aug 27 22:41:05 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:41:05 -0700 Subject: rpms/scribes/devel scribes.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608272241.k7RMf7iY017586@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17569 Modified Files: scribes.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scribes.spec 23 Aug 2006 05:21:17 -0000 1.6 +++ scribes.spec 27 Aug 2006 22:41:05 -0000 1.7 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -123,6 +123,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 0.2.5-5 +- Mass FC6 rebuild + * Tue Aug 22 2006 Peter Gordon - 0.2.5-4 - Rename patches (add "%%{name}-" prefixes) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:46:29 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:46:29 -0700 Subject: rpms/openbox/devel openbox.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608272246.k7RMkVvQ017660@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17643 Modified Files: openbox.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbox.spec 27 Aug 2006 01:53:18 -0000 1.13 +++ openbox.spec 27 Aug 2006 22:46:29 -0000 1.14 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 3.3-3 +- Mass FC6 rebuild + * Sat Aug 26 2006 Peter Gordon - 3.3-2 - Bump release to fix sources tagging issue --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:50:01 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:50:01 -0700 Subject: rpms/obconf/devel obconf.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608272250.k7RMo3MU017734@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/obconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17717 Modified Files: obconf.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: obconf.spec =================================================================== RCS file: /cvs/extras/rpms/obconf/devel/obconf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- obconf.spec 14 Jul 2006 01:50:42 -0000 1.2 +++ obconf.spec 27 Aug 2006 22:50:01 -0000 1.3 @@ -1,6 +1,6 @@ Name: obconf Version: 1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A graphical configuration editor for the Openbox window manager Group: User Interface/X @@ -52,6 +52,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 1.6-3 +- Mass FC6 rebuild + * Thu Jul 13 2006 Peter Gordon - 1.6-2 - Add BR: libSM-devel to fix build issue. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:51:56 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:51:56 -0700 Subject: rpms/lucidlife/devel lucidlife.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608272251.k7RMpw51017807@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/lucidlife/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17790 Modified Files: lucidlife.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: lucidlife.spec =================================================================== RCS file: /cvs/extras/rpms/lucidlife/devel/lucidlife.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lucidlife.spec 22 Jul 2006 19:20:44 -0000 1.12 +++ lucidlife.spec 27 Aug 2006 22:51:56 -0000 1.13 @@ -1,6 +1,6 @@ Name: lucidlife Version: 0.9 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A Conway's Life simulator Group: Amusements/Games @@ -62,6 +62,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 0.9-11 +- Mass FC6 rebuild + * Sat Jul 22 2006 Peter Gordon - 0.9-10 - Add gettext as a build requirement to fix reduced mock build NLS issues. Thanks again, Matt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:55:36 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:55:36 -0700 Subject: rpms/glabels/devel glabels.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608272255.k7RMtcC8017880@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17863 Modified Files: glabels.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: glabels.spec =================================================================== RCS file: /cvs/extras/rpms/glabels/devel/glabels.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glabels.spec 6 Jul 2006 01:18:38 -0000 1.6 +++ glabels.spec 27 Aug 2006 22:55:35 -0000 1.7 @@ -1,6 +1,6 @@ Name: glabels Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A program for creating labels and business cards for GNOME Group: Applications/Publishing @@ -100,6 +100,9 @@ %exclude %{_libdir}/libglabels.la %changelog +* Sun Aug 27 2006 Peter Gordon - 2.0.4-4 +- Mass FC6 rebuild + * Wed Jul 05 2006 Peter Gordon - 2.0.4-3 - Add BuildRequires: gettext (#197633) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:58:45 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 15:58:45 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.7,1.8 Message-ID: <200608272258.k7RMwlOZ017945@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17928 Modified Files: emacs-common-muse.spec Log Message: Fix erroneous setup in spec. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- emacs-common-muse.spec 27 Aug 2006 21:42:49 -0000 1.7 +++ emacs-common-muse.spec 27 Aug 2006 22:58:45 -0000 1.8 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -80,7 +80,7 @@ %endif %prep -%setup -q -n %{pkg} +%setup -q %build #Note that %{_smp_mflags} causes make to hang sometimes here. @@ -174,6 +174,9 @@ %endif %changelog +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 +- Fix erroneous setup directory (remove -n) + * Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 - Update to 3.02.92 (3.03 RC2) From fedora-extras-commits at redhat.com Sun Aug 27 23:07:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 16:07:40 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.8,1.9 Message-ID: <200608272307.k7RN7gam020732@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20707 Modified Files: emacs-common-muse.spec Log Message: Actually correctly fix the build directory name. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- emacs-common-muse.spec 27 Aug 2006 22:58:45 -0000 1.8 +++ emacs-common-muse.spec 27 Aug 2006 23:07:39 -0000 1.9 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -80,7 +80,7 @@ %endif %prep -%setup -q +%setup -q -n %{pkg}-%{version} %build #Note that %{_smp_mflags} causes make to hang sometimes here. From fedora-extras-commits at redhat.com Sun Aug 27 23:10:04 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 16:10:04 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.9,1.10 Message-ID: <200608272310.k7RNA6YC020836@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20819 Modified Files: emacs-common-muse.spec Log Message: Bump release. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- emacs-common-muse.spec 27 Aug 2006 23:07:39 -0000 1.9 +++ emacs-common-muse.spec 27 Aug 2006 23:10:04 -0000 1.10 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL From fedora-extras-commits at redhat.com Sun Aug 27 23:11:27 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 16:11:27 -0700 Subject: rpms/glabels/devel glabels.spec,1.7,1.8 Message-ID: <200608272311.k7RNBTPv020907@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20890 Modified Files: glabels.spec Log Message: Add perl(XML::Parser) build requirement Index: glabels.spec =================================================================== RCS file: /cvs/extras/rpms/glabels/devel/glabels.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glabels.spec 27 Aug 2006 22:55:35 -0000 1.7 +++ glabels.spec 27 Aug 2006 23:11:27 -0000 1.8 @@ -1,6 +1,6 @@ Name: glabels Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A program for creating labels and business cards for GNOME Group: Applications/Publishing @@ -13,6 +13,7 @@ BuildRequires: libgnomeprintui22-devel BuildRequires: desktop-file-utils, scrollkeeper BuildRequires: gettext +BuildRequires: perl(XML::Parser) Requires(post): /sbin/ldconfig Requires(post): scrollkeeper @@ -100,6 +101,9 @@ %exclude %{_libdir}/libglabels.la %changelog +* Sun Aug 27 2006 Peter Gordon - 2.0.5-5 +- Add BR: perl(XML::Parser) + * Sun Aug 27 2006 Peter Gordon - 2.0.4-4 - Mass FC6 rebuild From fedora-extras-commits at redhat.com Sun Aug 27 23:15:24 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:15:24 -0700 Subject: owners owners.list,1.1456,1.1457 Message-ID: <200608272315.k7RNFQ5b020992@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20975 Modified Files: owners.list Log Message: taking ownership of gtkglarea2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1456 retrieving revision 1.1457 diff -u -r1.1456 -r1.1457 --- owners.list 27 Aug 2006 21:10:44 -0000 1.1456 +++ owners.list 27 Aug 2006 23:15:24 -0000 1.1457 @@ -550,7 +550,7 @@ Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|gtkglarea2|An OpenGL GTK widget|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|rc040203 at freenet.de +Fedora Extras|gtkglarea2|An OpenGL GTK widget|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkglext|OpenGL Extension to GTK|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|gtkglextmm|C++ binding for gtkglext|gilles.gagniard at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gtkhtml36|GtkHTML 3.6 Compatibility Library|mpeters at mac.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 23:18:03 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:18:03 -0700 Subject: rpms/abcm2ps/devel abcm2ps.spec,1.24,1.25 Message-ID: <200608272318.k7RNI62t021031@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21014 Modified Files: abcm2ps.spec Log Message: Rebuild for FE6 Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- abcm2ps.spec 26 Jun 2006 17:06:15 -0000 1.24 +++ abcm2ps.spec 27 Aug 2006 23:18:03 -0000 1.25 @@ -1,6 +1,6 @@ Name: abcm2ps Version: 5.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 +- Rebuild for FE6 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 From fedora-extras-commits at redhat.com Sun Aug 27 23:21:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:21:13 -0700 Subject: rpms/abcMIDI/devel abcMIDI.spec,1.5,1.6 Message-ID: <200608272321.k7RNLF2v021110@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21092 Modified Files: abcMIDI.spec Log Message: Rebuild for FE6 Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 +++ abcMIDI.spec 27 Aug 2006 23:21:13 -0000 1.6 @@ -1,6 +1,6 @@ Name: abcMIDI Version: 20060805 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 20060805-2 +- Rebuild for FE6 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 From fedora-extras-commits at redhat.com Sun Aug 27 23:23:54 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:23:54 -0700 Subject: rpms/audacity/devel audacity.spec,1.13,1.14 Message-ID: <200608272323.k7RNNu2E021173@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21156 Modified Files: audacity.spec Log Message: Rebuild for FE6 Index: audacity.spec =================================================================== RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- audacity.spec 20 Mar 2006 00:58:52 -0000 1.13 +++ audacity.spec 27 Aug 2006 23:23:54 -0000 1.14 @@ -1,6 +1,6 @@ Name: audacity Version: 1.2.4 -Release: 0.1.b%{?dist} +Release: 0.2.b%{?dist} Summary: A multitrack audio editor Group: Applications/Multimedia @@ -111,6 +111,9 @@ %doc %{_datadir}/doc/* %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.2.4-0.2.b +- Rebuild for FE6 + * Fri Mar 17 2006 Michael Schwendt - 1.2.4-0.1.b - Update to 1.2.4b (stable release). - Follow upstream recommendation and use the GTK+ 1.x wxGTK. From fedora-extras-commits at redhat.com Sun Aug 27 23:24:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:24:55 -0700 Subject: rpms/bigloo/devel bigloo.spec,1.11,1.12 Message-ID: <200608272324.k7RNOv9l021234@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21217 Modified Files: bigloo.spec Log Message: Rebuild for FE6 Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bigloo.spec 22 Jun 2006 13:52:21 -0000 1.11 +++ bigloo.spec 27 Aug 2006 23:24:55 -0000 1.12 @@ -2,7 +2,7 @@ Name: bigloo Version: 2.8b -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages @@ -202,6 +202,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 +- Rebuild for FE6 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b From fedora-extras-commits at redhat.com Sun Aug 27 23:26:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:26:06 -0700 Subject: rpms/clisp/devel clisp.spec,1.16,1.17 Message-ID: <200608272326.k7RNQ8K0021302@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21283 Modified Files: clisp.spec Log Message: Rebuild for FE6 Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- clisp.spec 28 Jul 2006 18:34:56 -0000 1.16 +++ clisp.spec 27 Aug 2006 23:26:05 -0000 1.17 @@ -1,7 +1,7 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.39 -Release: 3%{?dist} +Release: 4%{?dist} Group: Development/Languages License: GPL @@ -128,6 +128,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.39-4 +- Rebuild for FE6 + * Fri Jul 28 2006 Gerard Milmeister - 2.39-3 - changed url to canonical web page From fedora-extras-commits at redhat.com Sun Aug 27 23:28:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:28:05 -0700 Subject: rpms/TeXmacs/devel needs.rebuild,1.1,NONE Message-ID: <200608272328.k7RNS7bB021424@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21409 Removed Files: needs.rebuild Log Message: Does not build currently against guile 1.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:49:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:49:37 -0700 Subject: rpms/abcm2ps/devel needs.rebuild,1.1,NONE Message-ID: <200608272349.k7RNndDk021506@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21491 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:04 -0700 Subject: rpms/abcMIDI/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNo6G9021532@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21517 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:29 -0700 Subject: rpms/audacity/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNoV3t021558@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21543 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:49 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:49 -0700 Subject: rpms/bigloo/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNopEj021586@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21571 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:51:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:51:13 -0700 Subject: rpms/clisp/devel needs.rebuild,1.1,NONE Message-ID: <200608272351.k7RNpFlU021612@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21597 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:00:33 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:00:33 -0700 Subject: rpms/compat-erlang/devel compat-erlang.spec,1.2,1.3 Message-ID: <200608280000.k7S00Zcb021725@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21708 Modified Files: compat-erlang.spec Log Message: Rebuild for FE6 Index: compat-erlang.spec =================================================================== RCS file: /cvs/extras/rpms/compat-erlang/devel/compat-erlang.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- compat-erlang.spec 30 Jun 2006 18:13:58 -0000 1.2 +++ compat-erlang.spec 28 Aug 2006 00:00:33 -0000 1.3 @@ -1,6 +1,6 @@ Name: compat-erlang Version: R10B -Release: 10.3%{?dist} +Release: 10.4%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -85,6 +85,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - R10B-10.4 +- Rebuild for FE6 + * Fri Jun 30 2006 Gerard Milmeister - R10B-10.3 - add BR m4 From fedora-extras-commits at redhat.com Mon Aug 28 00:02:29 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:02:29 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.10,1.11 Message-ID: <200608280003.k7S033bK024385@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24364 Modified Files: emacs-common-muse.spec Log Message: Fix up %doc section of %files to correctly pick up ChangeLog.[1-3] Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emacs-common-muse.spec 27 Aug 2006 23:10:04 -0000 1.10 +++ emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -142,7 +142,7 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.2004 ChangeLog.2005 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom %doc %{_infodir}/* %files -n emacs-%{pkg} @@ -174,6 +174,9 @@ %endif %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 +- Fix up ChangeLog.[1-3] references in doc + * Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 - Fix erroneous setup directory (remove -n) From fedora-extras-commits at redhat.com Mon Aug 28 00:04:49 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:04:49 -0700 Subject: rpms/cook/devel cook.spec,1.12,1.13 Message-ID: <200608280004.k7S04s1U024471@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24454 Modified Files: cook.spec Log Message: Rebuild for FE6 Index: cook.spec =================================================================== RCS file: /cvs/extras/rpms/cook/devel/cook.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cook.spec 17 Feb 2006 20:40:55 -0000 1.12 +++ cook.spec 28 Aug 2006 00:04:49 -0000 1.13 @@ -1,6 +1,6 @@ Name: cook Version: 2.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File construction tool @@ -61,6 +61,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.26-3 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 2.26-2 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 00:05:19 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:05:19 -0700 Subject: rpms/sunifdef/devel sunifdef.spec,1.3,1.4 Message-ID: <200608280005.k7S05Lmq024532@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/sunifdef/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24512 Modified Files: sunifdef.spec Log Message: Bump release to allow for rebuild for FC-6 Index: sunifdef.spec =================================================================== RCS file: /cvs/extras/rpms/sunifdef/devel/sunifdef.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sunifdef.spec 25 Jul 2006 20:29:33 -0000 1.3 +++ sunifdef.spec 28 Aug 2006 00:05:19 -0000 1.4 @@ -1,6 +1,6 @@ Name: sunifdef Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A commandline tool for simplifying the preprocessor conditionals in source code Group: Development/Languages License: BSD @@ -48,6 +48,9 @@ %{_mandir}/man1/sunifdef.1.gz %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 2.1.2-2 +- Bump release for FC-6 mass rebuild + * Tue Jul 25 2006 Jonathan G. Underwood - 2.1.2-1 - Update to version 2.1.2 From fedora-extras-commits at redhat.com Mon Aug 28 00:06:56 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:06:56 -0700 Subject: rpms/curry/devel curry.spec,1.1,1.2 Message-ID: <200608280006.k7S06wr0024608@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24591 Modified Files: curry.spec Log Message: Rebuild for FE6 Index: curry.spec =================================================================== RCS file: /cvs/extras/rpms/curry/devel/curry.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- curry.spec 10 Jun 2006 21:31:29 -0000 1.1 +++ curry.spec 28 Aug 2006 00:06:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: curry Version: 0.9.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: M??nster Curry compiler Group: Development/Languages @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9.10-3 +- Rebuild for FE6 + * Tue Jun 6 2006 Gerard Milmeister - 0.9.10-2 - disable %%{_smp_mflags} - change license to BSD From fedora-extras-commits at redhat.com Mon Aug 28 00:07:58 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:07:58 -0700 Subject: rpms/emacs-vm/devel emacs-vm.spec,1.1,1.2 Message-ID: <200608280008.k7S080hi024688@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24664 Modified Files: emacs-vm.spec Log Message: Bump release to allow for FC-6 rebuild. Index: emacs-vm.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emacs-vm.spec 22 Jun 2006 19:10:04 -0000 1.1 +++ emacs-vm.spec 28 Aug 2006 00:07:58 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Emacs VM mailreader Name: emacs-%{pkg} Version: 7.19 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.wonderworks.com/vm/ Source0: http://www.seanet.com/~kylemonger/vm/%{pkg}-%{version}.tar.gz Patch0: vm-stdlib-patch.diff @@ -103,6 +103,9 @@ %{pkgdir}/*.el %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 7.19-4 +- Bump release for FC-6 mass rebuild + * Tue Jun 20 2006 Jonathan G. Underwood - 7.19-3 - Change group to Applications/Internet - Add release tag to the Requires for the -el package From fedora-extras-commits at redhat.com Mon Aug 28 00:09:53 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:09:53 -0700 Subject: rpms/emacs-auctex/devel emacs-auctex.spec,1.20,1.21 Message-ID: <200608280009.k7S09tGP024771@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24754 Modified Files: emacs-auctex.spec Log Message: Bump release for FC-6 mass rebuild. Index: emacs-auctex.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-auctex/devel/emacs-auctex.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- emacs-auctex.spec 18 Jun 2006 18:06:09 -0000 1.20 +++ emacs-auctex.spec 28 Aug 2006 00:09:53 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Enhanced TeX modes for Emacs Name: emacs-auctex Version: 11.83 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors URL: http://www.gnu.org/software/auctex/ @@ -148,6 +148,9 @@ %{_datadir}/emacs/site-lisp/auctex/style/*.el %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 11.83-7 +- Bump release for FC-6 mass rebuild + * Sun Jun 18 2006 Jonathan G. Underwood - 11.83-6 - Remove debug patch entry From fedora-extras-commits at redhat.com Mon Aug 28 00:11:17 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:11:17 -0700 Subject: rpms/compface/devel compface.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280011.k7S0BJlK024842@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24825 Modified Files: compface.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- compface.spec 4 Aug 2006 22:56:10 -0000 1.13 +++ compface.spec 28 Aug 2006 00:11:17 -0000 1.14 @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia @@ -79,6 +79,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 - Add licence terms clarification from Debian's patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:12:08 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:12:08 -0700 Subject: rpms/chkrootkit/devel chkrootkit.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280012.k7S0CAgB024914@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24897 Modified Files: chkrootkit.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: chkrootkit.spec =================================================================== RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- chkrootkit.spec 25 Feb 2006 21:51:24 -0000 1.14 +++ chkrootkit.spec 28 Aug 2006 00:12:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: chkrootkit Version: 0.46a -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to locally check for signs of a rootkit Group: Applications/System License: BSD-like @@ -108,6 +108,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Feb 25 2006 Michael Schwendt - 0.46a-2 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:12:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:12:53 -0700 Subject: rpms/bchunk/devel bchunk.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280012.k7S0Ctf5024986@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/bchunk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24969 Modified Files: bchunk.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: bchunk.spec =================================================================== RCS file: /cvs/extras/rpms/bchunk/devel/bchunk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- bchunk.spec 25 Feb 2006 21:56:23 -0000 1.8 +++ bchunk.spec 28 Aug 2006 00:12:53 -0000 1.9 @@ -1,7 +1,7 @@ Summary: CD image format converter from .bin/.cue to .iso/.cdr Name: bchunk Version: 1.2.0 -Release: 3 +Release: 4 URL: http://he.fi/bchunk/ License: GPL Group: Applications/Archiving @@ -40,6 +40,9 @@ %{_mandir}/man1/bchunk.1.gz %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Feb 25 2006 Michael Schwendt - 1.2.0-3 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:13:38 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:13:38 -0700 Subject: rpms/pth/devel pth.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280013.k7S0De3B025057@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/pth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25040 Modified Files: pth.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: pth.spec =================================================================== RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pth.spec 22 May 2006 11:21:03 -0000 1.14 +++ pth.spec 28 Aug 2006 00:13:38 -0000 1.15 @@ -1,7 +1,7 @@ Summary: The GNU Portable Threads library Name: pth Version: 2.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.gnu.org/software/pth/ @@ -74,6 +74,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Mon May 22 2006 Michael Schwendt - 2.0.6-2 - Insert -g into CFLAGS after configure script removes it. - Disable configure check for obsolete sigstack(), which segfaults. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:14:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:14:23 -0700 Subject: rpms/libsidplay/devel libsidplay.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608280014.k7S0EP0a025128@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25111 Modified Files: libsidplay.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: libsidplay.spec =================================================================== RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libsidplay.spec 16 Feb 2006 01:03:20 -0000 1.12 +++ libsidplay.spec 28 Aug 2006 00:14:23 -0000 1.13 @@ -1,7 +1,7 @@ Name: libsidplay Summary: Commodore 64 music player and SID chip emulator library Version: 1.36.57 -Release: 10%{?dist} +Release: 11%{?dist} Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz Patch: libsidplay-post57fixes.patch Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_includedir}/sidplay %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Thu Feb 16 2006 Michael Schwendt 1.36.57-10 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:22:18 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:22:18 -0700 Subject: rpms/meanwhile/devel meanwhile.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280022.k7S0MKTf025246@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25229 Modified Files: meanwhile.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: meanwhile.spec =================================================================== RCS file: /cvs/extras/rpms/meanwhile/devel/meanwhile.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- meanwhile.spec 15 Feb 2006 03:46:58 -0000 1.8 +++ meanwhile.spec 28 Aug 2006 00:22:18 -0000 1.9 @@ -7,7 +7,7 @@ License: LGPL Group: Applications/Internet Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Source: http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz URL: http://meanwhile.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -77,6 +77,9 @@ %{_datadir}/doc/%{name}-doc-%{version}/ %changelog +* Sun Aug 27 2006 - jwboyer at jdub.homelinux.org 1.0.2-3 +- Bump for FE6 rebuild + * Tue Feb 14 2006 - jwboyer at jdub.homelinux.org 1.0.2-2 - Bump for FE5 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:24:23 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:24:23 -0700 Subject: rpms/quilt/devel quilt.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608280024.k7S0OP7D025322@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25303 Modified Files: quilt.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- quilt.spec 24 Apr 2006 16:24:14 -0000 1.11 +++ quilt.spec 28 Aug 2006 00:24:23 -0000 1.12 @@ -7,7 +7,7 @@ License: GPL Group: Development/Tools Version: 0.45 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,9 @@ %{_mandir}/man1/* %changelog +* Sun Aug 27 2006 - jwboyer at jdub.homelinux.org 0.45-2 +- Bump and rebuild for FE6 + * Mon Apr 24 2006 - jwboyer at jdub.homelinux.org 0.45-1 - Update to latest release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:25:19 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:25:19 -0700 Subject: rpms/ochusha/devel needs.rebuild,1.1,NONE Message-ID: <200608280025.k7S0PLRP025387@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25372 Removed Files: needs.rebuild Log Message: remove needs.rebuild for ochusha. This was released yesterday...... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:26:37 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:26:37 -0700 Subject: rpms/ctrlproxy/devel ctrlproxy.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608280026.k7S0Qdg6025417@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/ctrlproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25398 Modified Files: ctrlproxy.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: ctrlproxy.spec =================================================================== RCS file: /cvs/extras/rpms/ctrlproxy/devel/ctrlproxy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ctrlproxy.spec 18 Feb 2006 16:02:48 -0000 1.7 +++ ctrlproxy.spec 28 Aug 2006 00:26:36 -0000 1.8 @@ -1,7 +1,7 @@ Summary: ctrlproxy Name: ctrlproxy Version: 2.6.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet Source: http://jelmer.vernstok.nl/releases/ctrlproxy-%{version}.tar.gz @@ -69,6 +69,9 @@ %{_datadir}/ctrlproxy/* %changelog +* Sun Aug 27 2006 Josh Boyer 2.6.2-7 +- Bump release and rebuild for FE6 + * Sat Feb 18 2006 Josh Boyer 2.6.2-6 - Bump release and rebuild for FE5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:28:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:28:52 -0700 Subject: rpms/xscreensaver/devel xscreensaver.spec, 1.24, 1.25 needs.rebuild, 1.1, NONE Message-ID: <200608280028.k7S0Ssgk025561@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25540 Modified Files: xscreensaver.spec Removed Files: needs.rebuild Log Message: Mass rebuild. Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xscreensaver.spec 18 Aug 2006 04:28:37 -0000 1.24 +++ xscreensaver.spec 28 Aug 2006 00:28:52 -0000 1.25 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 17 +%define fedora_rel 17.1 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -304,6 +304,9 @@ %defattr(-,root,root) %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-17.1 +- Rebuild. + * Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 - Very nasty segv problem was brought by me. Fixing...... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:28:58 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:28:58 -0700 Subject: rpms/tla/devel tla.spec,1.27,1.28 needs.rebuild,1.1,NONE Message-ID: <200608280029.k7S0T0kS025580@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25559 Modified Files: tla.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- tla.spec 18 Mar 2006 03:08:32 -0000 1.27 +++ tla.spec 28 Aug 2006 00:28:58 -0000 1.28 @@ -1,6 +1,6 @@ Name: tla Version: 1.3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNU arch revision control system Group: Development/Tools @@ -79,6 +79,9 @@ %{_mandir}/man1/tla.1* %changelog +* Sun Aug 27 2006 Josh Boyer - 1.3.4-5 +- Bump and rebuild for FE6 + * Fri Mar 17 2006 Josh Boyer - 1.3.4-4 - Add patch to remove failing invariant (bug 182742) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:31:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:31:47 -0700 Subject: rpms/efont-unicode-bdf/devel efont-unicode-bdf.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280031.k7S0Vng0025704@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25687 Modified Files: efont-unicode-bdf.spec Removed Files: needs.rebuild Log Message: Rebuild. Remove needs.rebuild Index: efont-unicode-bdf.spec =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/efont-unicode-bdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- efont-unicode-bdf.spec 20 Aug 2006 03:05:41 -0000 1.1 +++ efont-unicode-bdf.spec 28 Aug 2006 00:31:47 -0000 1.2 @@ -3,7 +3,7 @@ Name: %{name} Version: 0.4.2 -Release: 6%{?dist} +Release: 6.1%{?dist} Summary: Unicode font by Electronic Font Open Laboratory Group: User Interface/X @@ -74,6 +74,9 @@ %ghost %verify(not md5 size mtime) %{fontdir}/fonts.dir %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 0.4.2-6.1 +- Rebuild. + * Tue Aug 18 2006 Mamoru Tasaka - 0.4.2-6 - Change %%post. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:39:34 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 17:39:34 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec,1.12,1.13 Message-ID: <200608280039.k7S0daHU025800@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25778/FC-5 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the nagios-plugins base package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 16 Aug 2006 03:15:59 -0000 1.12 +++ nagios-plugins.spec 28 Aug 2006 00:39:34 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Mon Aug 28 00:40:24 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:40:24 -0700 Subject: rpms/emacs-auctex/devel needs.rebuild,1.1,NONE Message-ID: <200608280040.k7S0eQgh025903@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25870 Removed Files: needs.rebuild Log Message: Removal of needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:41:42 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:41:42 -0700 Subject: rpms/curry/devel needs.rebuild,1.1,NONE Message-ID: <200608280041.k7S0fi3X025943@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25925 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:04 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:42:04 -0700 Subject: rpms/emacs-common-muse/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0g6nT025969@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25949 Removed Files: needs.rebuild Log Message: Remove needs.rebuild after succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:18 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:42:18 -0700 Subject: rpms/compat-erlang/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0gKFv025990@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25975 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:42:40 -0700 Subject: rpms/emacs-vm/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0gg0A026023@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26001 Removed Files: needs.rebuild Log Message: Remove needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:43:00 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:43:00 -0700 Subject: rpms/cook/devel needs.rebuild,1.1,NONE Message-ID: <200608280043.k7S0h2Fs026046@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26031 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:43:22 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:43:22 -0700 Subject: rpms/sunifdef/devel needs.rebuild,1.1,NONE Message-ID: <200608280043.k7S0hO5A026072@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/sunifdef/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26057 Removed Files: needs.rebuild Log Message: Remove needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:47:39 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:47:39 -0700 Subject: rpms/ecl/devel ecl.spec,1.5,1.6 Message-ID: <200608280047.k7S0lfHj026098@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26081 Modified Files: ecl.spec Log Message: Rebuild for FE6 Index: ecl.spec =================================================================== RCS file: /cvs/extras/rpms/ecl/devel/ecl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ecl.spec 23 Jul 2006 13:26:33 -0000 1.5 +++ ecl.spec 28 Aug 2006 00:47:39 -0000 1.6 @@ -1,6 +1,6 @@ Name: ecl Version: 0.9i -Release: 2%{?dist} +Release: 3%{?dist} Summary: Embeddable Common-Lisp Group: Development/Languages @@ -79,6 +79,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9i-3 +- Rebuild for FE6 + * Sun Jul 23 2006 Gerard Milmeister - 0.9i-2 - release number fix From fedora-extras-commits at redhat.com Mon Aug 28 00:48:42 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:48:42 -0700 Subject: rpms/erlang/devel erlang.spec,1.14,1.15 Message-ID: <200608280048.k7S0miMX026159@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26142 Modified Files: erlang.spec Log Message: Rebuild for FE6 Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- erlang.spec 5 Jul 2006 16:27:53 -0000 1.14 +++ erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 0.2%{?dist} +Release: 0.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -102,6 +102,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 +- Rebuild for FE6 + * Wed Jul 5 2006 Gerard Milmeister - R11B-0.2 - add BR m4 From fedora-extras-commits at redhat.com Mon Aug 28 00:49:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:49:55 -0700 Subject: rpms/erlang-esdl/devel erlang-esdl.spec,1.3,1.4 Message-ID: <200608280049.k7S0nvcl026225@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26208 Modified Files: erlang-esdl.spec Log Message: Rebuild for FE6 Index: erlang-esdl.spec =================================================================== RCS file: /cvs/extras/rpms/erlang-esdl/devel/erlang-esdl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- erlang-esdl.spec 8 Jun 2006 07:52:37 -0000 1.3 +++ erlang-esdl.spec 28 Aug 2006 00:49:55 -0000 1.4 @@ -1,6 +1,6 @@ Name: erlang-esdl Version: 0.95.0630 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Erlang OpenGL/SDL api and utilities Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.95.0630-8 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.95.0630-7 - revert to use erlang R10B From fedora-extras-commits at redhat.com Mon Aug 28 00:51:01 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:51:01 -0700 Subject: rpms/gauche/devel gauche.spec,1.3,1.4 Message-ID: <200608280051.k7S0p4t1026286@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26269 Modified Files: gauche.spec Log Message: Rebuild for FE6 Index: gauche.spec =================================================================== RCS file: /cvs/extras/rpms/gauche/devel/gauche.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gauche.spec 3 May 2006 22:36:29 -0000 1.3 +++ gauche.spec 28 Aug 2006 00:51:01 -0000 1.4 @@ -1,6 +1,6 @@ Name: gauche Version: 0.8.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Scheme script interpreter with multibyte character handling Group: Development/Languages @@ -123,6 +123,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.8.7-6 +- Rebuild for FE6 + * Thu May 4 2006 Gerard Milmeister - 0.8.7-5 - added patch for consistent arch directories (gauche-arch.patch) From fedora-extras-commits at redhat.com Mon Aug 28 00:51:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:51:46 -0700 Subject: rpms/gcl/devel gcl.spec,1.19,1.20 Message-ID: <200608280051.k7S0pmnq026364@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26340 Modified Files: gcl.spec Log Message: Rebuild for FE6 Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gcl.spec 6 May 2006 10:10:54 -0000 1.19 +++ gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -97,6 +97,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 +- Rebuild for FE6 + * Sat May 6 2006 Gerard Milmeister - 2.6.7-11 - fixed summary text (CLtL1 -> ANSI) - configure: readine -> readline From fedora-extras-commits at redhat.com Mon Aug 28 00:53:41 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:53:41 -0700 Subject: rpms/gforth/devel gforth.spec,1.3,1.4 Message-ID: <200608280053.k7S0rh0e026695@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26678 Modified Files: gforth.spec Log Message: Rebuild for FE6 Index: gforth.spec =================================================================== RCS file: /cvs/extras/rpms/gforth/devel/gforth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gforth.spec 17 Feb 2006 20:40:21 -0000 1.3 +++ gforth.spec 28 Aug 2006 00:53:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: gforth Version: 0.6.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Fast and portable implementation of the ANS Forth language Group: Development/Languages @@ -122,6 +122,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.6.2-7 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 0.6.2-6 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 00:54:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 17:54:22 -0700 Subject: rpms/wfmath/devel wfmath.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE wfmath-0.3.4-64bit.patch, 1.1, NONE Message-ID: <200608280054.k7S0sOEl026776@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wfmath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26759 Modified Files: wfmath.spec Removed Files: needs.rebuild wfmath-0.3.4-64bit.patch Log Message: Update to 0.3.5; remove patch that was accepted upstream. Index: wfmath.spec =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wfmath.spec 27 Jul 2006 18:13:01 -0000 1.3 +++ wfmath.spec 28 Aug 2006 00:54:21 -0000 1.4 @@ -1,13 +1,12 @@ Name: wfmath -Version: 0.3.4 -Release: 4%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: WorldForge client math libraries Group: Development/Libraries License: GPL URL: http://worldforge.org/dev/eng/libraries/wfmath -Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz -Patch0: wfmath-0.3.4-64bit.patch +Source0: http://dl.sourceforge.net/sourceforge/worldforge/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen @@ -32,7 +31,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -84,10 +82,13 @@ %changelog +* Fri Aug 25 2006 Wart 0.3.5-1 +- Update to 0.3.5 +- Remove patch that has been added upstream + * Thu Jul 27 2006 Wart 0.3.4-4 - Disable tests on ppc - * Thu Jul 20 2006 Wart 0.3.4-3 - Add smp_mflags to %%check --- needs.rebuild DELETED --- --- wfmath-0.3.4-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:54:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:54:47 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.2,1.3 Message-ID: <200608280054.k7S0snL5026837@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26820 Modified Files: jfbterm.spec Log Message: Rebuild for mass rebuild and kernel-headers Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 +++ jfbterm.spec 28 Aug 2006 00:54:46 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 7%{?dist} +Release: 8.1%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -202,6 +202,10 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 +- Rebuild for mass rebuild and kernel-headers + (glibc-kernheaders removed). + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 - Fix compilation problem on ppc. From fedora-extras-commits at redhat.com Mon Aug 28 00:55:09 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:55:09 -0700 Subject: rpms/global/devel global.spec,1.14,1.15 Message-ID: <200608280055.k7S0tBCY026869@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26852 Modified Files: global.spec Log Message: Rebuild for FE6 Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- global.spec 30 Apr 2006 19:55:09 -0000 1.14 +++ global.spec 28 Aug 2006 00:55:09 -0000 1.15 @@ -1,6 +1,6 @@ Name: global Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Source code tag system @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.0-2 +- Rebuild for FE6 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 From fedora-extras-commits at redhat.com Mon Aug 28 00:56:48 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:56:48 -0700 Subject: rpms/gaim-meanwhile/devel gaim-meanwhile.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280056.k7S0uoIp027024@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gaim-meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27007 Modified Files: gaim-meanwhile.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: gaim-meanwhile.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-meanwhile/devel/gaim-meanwhile.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gaim-meanwhile.spec 29 Jun 2006 03:24:21 -0000 1.14 +++ gaim-meanwhile.spec 28 Aug 2006 00:56:48 -0000 1.15 @@ -27,7 +27,7 @@ Name: gaim-meanwhile Version: 2.0.0 -Release: 0.3.%{betaver}%{?dist} +Release: 0.4.%{betaver}%{?dist} License: GPL Group: Applications/Internet URL: http://gaim.sourceforge.net/ @@ -250,6 +250,9 @@ %{_libdir}/gaim/ %changelog +* Sun Aug 27 2006 Josh Boyer 2.0.0-0.4.beta3 +- Bump and rebuild for FE6 + * Wed Jun 28 2006 Josh Boyer 2.0.0-0.3.beta3 - Temporarily build all of gaim and only install the libsametime.so library --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:57:07 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:57:07 -0700 Subject: rpms/graveman/devel graveman.spec,1.15,1.16 Message-ID: <200608280057.k7S0v9AS027085@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27068 Modified Files: graveman.spec Log Message: Rebuild for FE6 Index: graveman.spec =================================================================== RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- graveman.spec 6 Jun 2006 09:32:08 -0000 1.15 +++ graveman.spec 28 Aug 2006 00:57:07 -0000 1.16 @@ -1,6 +1,6 @@ Name: graveman Version: 0.3.12.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A frontend for cdrtools, dvd+rw-tools and sox Group: Applications/Archiving @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.3.12.5-2 +- Rebuild for FE6 + * Tue Jun 6 2006 Gerard Milmeister - 0.3.12.5-1 - new version 0.3.12-5 From fedora-extras-commits at redhat.com Mon Aug 28 00:58:14 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:14 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.13,1.14 Message-ID: <200608280058.k7S0wGhG027189@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/devel Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gdesklets.spec 19 Apr 2006 08:00:50 -0000 1.13 +++ gdesklets.spec 28 Aug 2006 00:58:14 -0000 1.14 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,19 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -96,6 +89,13 @@ %changelog +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 +- python-abi no longer required +- Removed unecessary comment + +* Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 +- Rebuilt + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Mon Aug 28 00:58:26 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:58:26 -0700 Subject: rpms/gquilt/devel gquilt.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608280058.k7S0wScI027213@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gquilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27196 Modified Files: gquilt.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: gquilt.spec =================================================================== RCS file: /cvs/extras/rpms/gquilt/devel/gquilt.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gquilt.spec 14 Feb 2006 00:12:38 -0000 1.7 +++ gquilt.spec 28 Aug 2006 00:58:26 -0000 1.8 @@ -1,6 +1,6 @@ Name: gquilt Version: 0.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Summary: PyGTK GUI wrapper for quilt @@ -51,6 +51,9 @@ rm -rf "$RPM_BUILD_ROOT" %changelog +* Sun Aug 27 2006 Josh Boyer 0.17-2 +- Bump and rebuild for FE6 + * Mon Feb 13 2006 Josh Boyer 0.17-1 - Update to latest release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:58:07 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:07 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.10,1.11 Message-ID: <200608280058.k7S0wdGQ027250@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/FC-4 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gdesklets.spec 2 Aug 2006 20:26:49 -0000 1.10 +++ gdesklets.spec 28 Aug 2006 00:58:07 -0000 1.11 @@ -1,28 +1,20 @@ Name: gdesklets Version: 0.35.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops License: GPL - URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -95,6 +87,10 @@ %changelog +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-10 +- python-abi no longer required +- Removed unecessary comment about GConf. + * Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 - Minor update to match Extras name guideline From fedora-extras-commits at redhat.com Mon Aug 28 00:58:08 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:08 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.15,1.16 Message-ID: <200608280058.k7S0wei5027253@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/FC-5 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 19 Apr 2006 07:58:34 -0000 1.15 +++ gdesklets.spec 28 Aug 2006 00:58:08 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -10,20 +10,12 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -96,6 +88,13 @@ %changelog +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 +- python-abi no longer required +- Removed unecessary comment about GConf + +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-8.1 +- Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Mon Aug 28 01:22:02 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:22:02 -0700 Subject: rpms/wfmath/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wfmath.spec, 1.4, 1.5 Message-ID: <200608280122.k7S1M40E030120@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wfmath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30097 Modified Files: .cvsignore sources wfmath.spec Log Message: Forgot to update new source files Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jul 2006 15:49:56 -0000 1.2 +++ .cvsignore 28 Aug 2006 01:22:02 -0000 1.3 @@ -1 +1 @@ -wfmath-0.3.4.tar.gz +wfmath-0.3.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jul 2006 15:49:56 -0000 1.2 +++ sources 28 Aug 2006 01:22:02 -0000 1.3 @@ -1 +1 @@ -6a14f7de9d467d7b72b37da5ca5f92c5 wfmath-0.3.4.tar.gz +75f63a52af021289d7dfe47d1b582678 wfmath-0.3.5.tar.bz2 Index: wfmath.spec =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wfmath.spec 28 Aug 2006 00:54:21 -0000 1.4 +++ wfmath.spec 28 Aug 2006 01:22:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: wfmath Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: WorldForge client math libraries Group: Development/Libraries @@ -82,6 +82,9 @@ %changelog +* Sun Aug 27 2006 Wart 0.3.5-2 +- Bump release to fix cvs tags + * Fri Aug 25 2006 Wart 0.3.5-1 - Update to 0.3.5 - Remove patch that has been added upstream From fedora-extras-commits at redhat.com Mon Aug 28 01:24:38 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:24:38 -0700 Subject: rpms/eris/devel eris.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280124.k7S1OeZ8030219@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202 Modified Files: eris.spec Removed Files: needs.rebuild Log Message: Rebuild with newer version of wfmath Index: eris.spec =================================================================== RCS file: /cvs/extras/rpms/eris/devel/eris.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- eris.spec 17 Aug 2006 23:08:03 -0000 1.6 +++ eris.spec 28 Aug 2006 01:24:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: eris Version: 1.3.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Client-side session layer for Atlas-C++ Group: Development/Libraries @@ -74,6 +74,9 @@ %changelog +* Sun Aug 27 2006 Wart 1.3.11-8 +- Rebuild for newer version of wfmath + * Thu Aug 17 2006 Wart 1.3.11-7 - Added missing -devel Requires: libsigc++20-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:33:53 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 18:33:53 -0700 Subject: rpms/jfbterm/devel needs.rebuild,1.1,NONE Message-ID: <200608280133.k7S1XuoA030309@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30294 Removed Files: needs.rebuild Log Message: Rebuild -8.1 succeeded. Removing needs.rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:39:46 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:39:46 -0700 Subject: rpms/mercator/devel .cvsignore, 1.2, 1.3 mercator.spec, 1.1, 1.2 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280139.k7S1dmUJ030348@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/mercator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30327 Modified Files: .cvsignore mercator.spec sources Removed Files: needs.rebuild Log Message: Update to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Jul 2006 02:30:09 -0000 1.2 +++ .cvsignore 28 Aug 2006 01:39:46 -0000 1.3 @@ -1 +1 @@ -mercator-0.2.4.tar.gz +mercator-0.2.5.tar.bz2 Index: mercator.spec =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/mercator.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mercator.spec 24 Jul 2006 02:30:09 -0000 1.1 +++ mercator.spec 28 Aug 2006 01:39:46 -0000 1.2 @@ -1,12 +1,12 @@ Name: mercator -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Terrain library for WorldForge client/server Group: Development/Libraries License: GPL URL: http://worldforge.org/dev/eng/libraries/mercator -Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wfmath-devel doxygen @@ -69,6 +69,9 @@ %changelog +* Fri Aug 25 2006 Wart 0.2.5-2 +- Update to 0.2.5 + * Fri Jul 14 2006 Wart 0.2.4-2 - Added Requires: pkgconfig to -devel subpackage - Remove BR: pkgconfig as it will be provided by wfmath-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Jul 2006 02:30:09 -0000 1.2 +++ sources 28 Aug 2006 01:39:46 -0000 1.3 @@ -1 +1 @@ -83debc1fbf1143efd1593c4357ba54dd mercator-0.2.4.tar.gz +25bbfee872226958d6221928101503fb mercator-0.2.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:47:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 18:47:45 -0700 Subject: comps comps-fe5.xml.in,1.119,1.120 Message-ID: <200608280147.k7S1llHh030426@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30409 Modified Files: comps-fe5.xml.in Log Message: add ochusha for FE-5 Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- comps-fe5.xml.in 27 Aug 2006 01:00:36 -0000 1.119 +++ comps-fe5.xml.in 28 Aug 2006 01:47:45 -0000 1.120 @@ -391,6 +391,7 @@ linphone logjam mail-notification + ochusha pan prozilla psi From fedora-extras-commits at redhat.com Mon Aug 28 02:00:12 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:00:12 -0700 Subject: rpms/tetex-IEEEtran/devel tetex-IEEEtran.spec,1.4,1.5 Message-ID: <200608280200.k7S20EfQ030522@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/tetex-IEEEtran/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30501 Modified Files: tetex-IEEEtran.spec Log Message: Index: tetex-IEEEtran.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-IEEEtran/devel/tetex-IEEEtran.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tetex-IEEEtran.spec 28 Jul 2006 03:05:45 -0000 1.4 +++ tetex-IEEEtran.spec 28 Aug 2006 02:00:12 -0000 1.5 @@ -9,7 +9,7 @@ Name: tetex-%{texpkg} Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Official LaTeX class for IEEE transactions journals and conferences Group: Applications/Publishing @@ -85,6 +85,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.6.3-2 +- Bump release for mass rebuild + * Tue Jul 25 2006 Rick L Vinyard Jr - 1.6.3-1 - Removed alpha character from version - Added lyx triggers provided by Rex Dieter From fedora-extras-commits at redhat.com Mon Aug 28 02:01:05 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:01:05 -0700 Subject: rpms/tetex-IEEEtran/devel needs.rebuild,1.1,NONE Message-ID: <200608280201.k7S2177P000677@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/tetex-IEEEtran/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32541 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:02:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:02:31 -0700 Subject: rpms/nqc/devel nqc.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280203.k7S2379h000753@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv736 Modified Files: nqc.spec Removed Files: needs.rebuild Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nqc.spec 21 Aug 2006 00:32:02 -0000 1.2 +++ nqc.spec 28 Aug 2006 02:02:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Not Quite C compiler Group: Development/Languages @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-4 +- Bump release for mass rebuild + * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-3 - Added BuildRequires for bison --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:05:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:05:13 -0700 Subject: rpms/clips/devel clips.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608280205.k7S25F61000890@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv870 Modified Files: clips.spec Removed Files: needs.rebuild Log Message: Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/devel/clips.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clips.spec 1 Aug 2006 01:13:09 -0000 1.5 +++ clips.spec 28 Aug 2006 02:05:13 -0000 1.6 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 19%{?dist} +Release: 20%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,9 @@ %doc ig.pdf %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr 6.24-20 +- Bump release for mass rebuild + * Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 - Remove autoconf config.h from linux patch - Added clips-config.h with CLIPS_HELPFILE define to linux patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:11:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:11:02 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.4,1.5 Message-ID: <200608280211.k7S2B4k8001038@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1020 Modified Files: cairomm.spec Log Message: Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cairomm.spec 20 Aug 2006 19:56:51 -0000 1.4 +++ cairomm.spec 28 Aug 2006 02:11:02 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm Version: 1.2.0 -Release: 2%{?dist} +Release: 4%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -57,6 +57,12 @@ %doc ChangeLog reference %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.2.0-4 +- Bumped release for make tag + +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.2.0-3 +- Bumped release for mass rebuild + * Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-2 - Bumped release for make tag From fedora-extras-commits at redhat.com Mon Aug 28 02:14:04 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:14:04 -0700 Subject: rpms/nqc/devel nqc.spec,1.3,1.4 Message-ID: <200608280214.k7S2E6Cu001152@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1135 Modified Files: nqc.spec Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nqc.spec 28 Aug 2006 02:02:31 -0000 1.3 +++ nqc.spec 28 Aug 2006 02:14:03 -0000 1.4 @@ -12,7 +12,7 @@ Source3: http://bricxcc.sourceforge.net/nqc/doc/NQC_Manual.pdf Source4: http://bricxcc.sourceforge.net/nqc/doc/NQC_Guide.pdf Patch0: nqc-3.1.4-linux.patch -BuildRequires: flex >= 2.5 +BuildRequires: flex >= 2.5 bison >= 2.0 Requires(pre): %{_sbindir}/groupadd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-5 +- Readded BuildRequires for bison + * Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-4 - Bump release for mass rebuild From fedora-extras-commits at redhat.com Mon Aug 28 02:16:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:16:21 -0700 Subject: rpms/nqc/devel nqc.spec,1.4,1.5 Message-ID: <200608280216.k7S2GNYV001177@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1160 Modified Files: nqc.spec Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nqc.spec 28 Aug 2006 02:14:03 -0000 1.4 +++ nqc.spec 28 Aug 2006 02:16:21 -0000 1.5 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Not Quite C compiler Group: Development/Languages From fedora-extras-commits at redhat.com Mon Aug 28 02:20:47 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:20:47 -0700 Subject: rpms/cairomm/devel needs.rebuild,1.1,NONE Message-ID: <200608280220.k7S2KnEh001246@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:23:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:23:29 -0700 Subject: rpms/bit/devel bit.spec,1.4,1.5 Message-ID: <200608280223.k7S2NVO4001354@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1337 Modified Files: bit.spec Log Message: Index: bit.spec =================================================================== RCS file: /cvs/extras/rpms/bit/devel/bit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bit.spec 7 Jul 2006 15:54:50 -0000 1.4 +++ bit.spec 28 Aug 2006 02:23:29 -0000 1.5 @@ -3,7 +3,7 @@ Summary: The bit library is collection of C++ bit manipulation classes Name: bit Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://libbit.sourceforge.net Group: System Environment/Libraries @@ -63,6 +63,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.2.2-5 +- Bumped release for mass rebuild + * Fri Jul 07 2006 Rick L Vinyard Jr - 0.2.2-4 - Removed / between builddir and bindir From fedora-extras-commits at redhat.com Mon Aug 28 02:26:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:26:13 -0700 Subject: rpms/conexus/devel conexus.spec,1.4,1.5 Message-ID: <200608280226.k7S2QFvY001429@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1412 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexus.spec 27 Aug 2006 01:21:25 -0000 1.4 +++ conexus.spec 28 Aug 2006 02:26:12 -0000 1.5 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for mass rebuild + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release From fedora-extras-commits at redhat.com Mon Aug 28 02:29:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:29:29 -0700 Subject: rpms/papyrus/devel papyrus.spec,1.2,1.3 Message-ID: <200608280229.k7S2TVxF001503@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1486 Modified Files: papyrus.spec Log Message: Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/papyrus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- papyrus.spec 26 Aug 2006 04:17:24 -0000 1.2 +++ papyrus.spec 28 Aug 2006 02:29:29 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -69,7 +69,10 @@ %{_datadir}/papyrusmm-0.4.0/ %changelog -* Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bumped release for mass rebuild + +* Sun Aug 13 2006 Rick L Vinyard Jr - 0.4.0-1 - New release - Removed /demo/ suffix from datadir - Added papyrusmm data and include dirs From fedora-extras-commits at redhat.com Mon Aug 28 02:36:34 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:36:34 -0700 Subject: rpms/bit/devel needs.rebuild,1.1,NONE Message-ID: <200608280236.k7S2aaFd001589@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1574 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:38:34 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:38:34 -0700 Subject: rpms/bitgtkmm/devel bitgtkmm.spec,1.2,1.3 Message-ID: <200608280238.k7S2cafW001671@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1654 Modified Files: bitgtkmm.spec Log Message: Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/devel/bitgtkmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitgtkmm.spec 2 Aug 2006 03:45:01 -0000 1.2 +++ bitgtkmm.spec 28 Aug 2006 02:38:34 -0000 1.3 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.2.2-5 +- Bump release for mass rebuild + * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 - Added pkgconfig to -devel Requires From fedora-extras-commits at redhat.com Mon Aug 28 02:40:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:40:23 -0700 Subject: rpms/conexus/devel needs.rebuild,1.1,NONE Message-ID: <200608280240.k7S2eQAX001742@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1727 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:41:38 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:38 -0700 Subject: rpms/libburn - New directory Message-ID: <200608280241.k7S2feja001817@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791/libburn Log Message: Directory /cvs/extras/rpms/libburn added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 02:41:39 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:39 -0700 Subject: rpms/libburn/devel - New directory Message-ID: <200608280241.k7S2ffix001820@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791/libburn/devel Log Message: Directory /cvs/extras/rpms/libburn/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 02:41:47 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:47 -0700 Subject: rpms/libburn Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608280241.k7S2fnW1001869@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1836 Added Files: Makefile import.log Log Message: Setup of module libburn --- NEW FILE Makefile --- # Top level Makefile for module libburn all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 02:41:48 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:48 -0700 Subject: rpms/libburn/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608280241.k7S2foUn001872@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1836/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libburn --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 02:42:02 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:42:02 -0700 Subject: rpms/libburn import.log,1.1,1.2 Message-ID: <200608280242.k7S2gY8s001935@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901 Modified Files: import.log Log Message: auto-import libburn-0.2-3.20060823svn on branch devel from libburn-0.2-3.20060823svn.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libburn/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 02:41:47 -0000 1.1 +++ import.log 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +libburn-0_2-3_20060823svn:HEAD:libburn-0.2-3.20060823svn.src.rpm:1156733219 From fedora-extras-commits at redhat.com Mon Aug 28 02:42:03 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:42:03 -0700 Subject: rpms/libburn/devel libburn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608280242.k7S2gZFH001939@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901/devel Modified Files: .cvsignore sources Added Files: libburn.spec Log Message: auto-import libburn-0.2-3.20060823svn on branch devel from libburn-0.2-3.20060823svn.src.rpm --- NEW FILE libburn.spec --- %define mainver 0.2 # define this as version gets overridden by the subpackage with its own version Name: libburn Version: 0.2 Release: 3.20060823svn%{?dist} Summary: Library for reading, mastering and writing optical discs Group: System Environment/Libraries License: GPL URL: http://libburn.pykix.org/ Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake libtool intltool gettext #Requires: %description Libburn is an open-source library for reading, mastering and writing optical discs. For now this means only CD-R and CD-RW. The project comprises of several more or less interdependent parts which together strive to be a usable foundation for application development. These are libraries, language bindings, and middleware binaries which emulate classical (and valuable) Linux tools. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package -n libisofs Summary: A library to create ISO 9660 disk images Group: System Environment/Libraries %description -n libisofs libisofs the library to pack up hard disk files and directories into a ISO 9660 disk image. This may then be brought to CD via libburn. libisofs is to be the foundation of our upcoming mkisofs emulation. %package -n libisofs-devel Summary: Development files for libisofs Group: Development/Libraries Requires: libisofs = %{version}-%{release} Requires: libburn = %{version}-%{release} Requires: pkgconfig %description -n libisofs-devel The libisofs-devel package contains libraries and header files for developing applications that use libisofs. %package -n cdrskin Summary: Limited cdrecord compatibility wrapper to ease migration to libburn Group: Applications/Multimedia Version: 0.1.4 Requires: %{name} = %{mainver}-%{release} %description -n cdrskin A limited cdrecord compatibility wrapper which allows to use some libburn features from the command line. %prep %setup -n %{name}-%{mainver}svn -q %build ./bootstrap %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n libisofs -p /sbin/ldconfig %postun -n libisofs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT README %{_libdir}/%{name}*.so.* %files devel %defattr(-,root,root,-) %doc %{_includedir}/%{name}/%{name}.h %{_libdir}/%{name}*.so %{_libdir}/pkgconfig/%{name}*.pc %files -n libisofs %defattr(-,root,root,-) %doc %{_libdir}/libisofs*.so.* %files -n libisofs-devel %defattr(-,root,root,-) %doc %{_includedir}/libburn/libisofs.h %{_libdir}/libisofs*.so %{_libdir}/pkgconfig/libisofs*.pc %files -n cdrskin %defattr(-,root,root,-) %doc %{_bindir}/cdrskin %changelog * Sun Aug 27 2006 Jesse Keating - 0.2-3.20060823svn - don't install dupe headers in -devel packages - libisofs requires libburn devel for directory ownership * Sun Aug 27 2006 Jesse Keating - 0.2-2.20060823svn - Fix cdrskin require - Fix tabs - Added doc files * Wed Aug 23 2006 Jesse Keating - 0.2-1.20060823svn - Initial package for review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libburn/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 02:41:48 -0000 1.1 +++ .cvsignore 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +libburn-0.2svn.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libburn/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 02:41:48 -0000 1.1 +++ sources 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +107f4c6c6b90c168be8dc6fb9deb0b4b libburn-0.2svn.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 02:43:07 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:43:07 -0700 Subject: rpms/papyrus/devel needs.rebuild,1.1,NONE Message-ID: <200608280243.k7S2h9Jd002003@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1986 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:45:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:45:23 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.4,1.5 Message-ID: <200608280245.k7S2jPrx002080@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2063 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexusmm.spec 27 Aug 2006 14:18:03 -0000 1.4 +++ conexusmm.spec 28 Aug 2006 02:45:23 -0000 1.5 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-5 +- Bump release for mass rebuild + * Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-4 - Bump release tag for new sources From fedora-extras-commits at redhat.com Mon Aug 28 02:48:32 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:48:32 -0700 Subject: rpms/bitgtkmm/devel needs.rebuild,1.1,NONE Message-ID: <200608280248.k7S2mYET002151@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2136 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:49:16 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:49:16 -0700 Subject: rpms/dates/devel dates.spec,1.2,1.3 Message-ID: <200608280249.k7S2nIqx002174@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2157 Modified Files: dates.spec Log Message: bump for rebuild Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dates.spec 14 Aug 2006 15:37:02 -0000 1.2 +++ dates.spec 28 Aug 2006 02:49:16 -0000 1.3 @@ -1,10 +1,10 @@ -Name: dates +Name: dates Version: 0.1 -Release: 2.20060813svn%{?dist} +Release: 3.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity -License: GPL +License: GPL URL: http://projects.o-hand.com/dates #Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}svn.tar.gz @@ -27,14 +27,14 @@ user interface and tailored support for the Nokia 770 maemo interface. -%package devel +%package devel Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig glib2-devel gtk2-devel evolution-data-server-devel -%description devel +%description devel This package provides the necessary development libraries and include files to allow you to develop with dates. @@ -53,8 +53,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop # Don't package .a or .la files @@ -85,7 +85,7 @@ /sbin/ldconfig -%files -f Dates.lang +%files -f Dates.lang %defattr(-,root,root,-) %doc COPYING ChangeLog %{_datadir}/icons/hicolor/*/apps/dates.png @@ -96,7 +96,7 @@ %{_libdir}/libgtkdatesview.so.* -%files devel +%files devel %defattr(-,root,root) %{_includedir}/gtkdatesview/*.h %{_libdir}/pkgconfig/* @@ -105,6 +105,9 @@ %changelog +* Sun Aug 27 2006 Jesse Keating - 0.1-3.20060813svn +- rebuild + * Mon Aug 14 2006 Jesse Keating - 0.1-2.20060813svn - Add some requires to -devel based on .pc contents From fedora-extras-commits at redhat.com Mon Aug 28 02:50:08 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:50:08 -0700 Subject: rpms/contacts/devel contacts.spec,1.5,1.6 Message-ID: <200608280250.k7S2oAGN002240@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2223 Modified Files: contacts.spec Log Message: bump for rebuild Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- contacts.spec 13 Aug 2006 20:57:41 -0000 1.5 +++ contacts.spec 28 Aug 2006 02:50:08 -0000 1.6 @@ -1,6 +1,6 @@ Name: contacts Version: 0.1 -Release: 4.20060813svn%{?dist} +Release: 5.20060813svn%{?dist} Summary: Contacts addressbook Group: Applications/Productivity @@ -88,6 +88,9 @@ %changelog +* Sun Aug 27 2006 Jesse Keating - 0.1-5.20060813svn +- rebuild + * Sun Aug 11 2006 Jesse Keating - 0.1-4.20060813svn - Pull an SVN snapshot for e-d-s fixes (among other things) From fedora-extras-commits at redhat.com Mon Aug 28 03:05:53 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:05:53 -0700 Subject: rpms/dates/devel needs.rebuild,1.1,NONE Message-ID: <200608280305.k7S35t1p005209@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5194 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:06:44 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:06:44 -0700 Subject: rpms/contacts/devel needs.rebuild,1.1,NONE Message-ID: <200608280306.k7S36kd3005242@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5227 Removed Files: needs.rebuild Log Message: rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:11:45 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:11:45 -0700 Subject: rpms/mock/devel needs.rebuild,1.1,NONE Message-ID: <200608280311.k7S3BlDn005349@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5334 Removed Files: needs.rebuild Log Message: rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:28:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 20:28:14 -0700 Subject: rpms/conexusmm/devel needs.rebuild,1.1,NONE Message-ID: <200608280328.k7S3SGXg005399@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5384 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:30:25 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:30:25 -0700 Subject: rpms/ganymed-ssh2/devel ganymed-ssh2.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280330.k7S3UR9F005447@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/ganymed-ssh2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5430 Modified Files: ganymed-ssh2.spec Removed Files: needs.rebuild Log Message: Rebuild Index: ganymed-ssh2.spec =================================================================== RCS file: /cvs/extras/rpms/ganymed-ssh2/devel/ganymed-ssh2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ganymed-ssh2.spec 28 Jul 2006 10:59:45 -0000 1.2 +++ ganymed-ssh2.spec 28 Aug 2006 03:30:24 -0000 1.3 @@ -3,7 +3,7 @@ Name: ganymed-ssh2 Version: 209 -Release: 5%{?dist} +Release: 6%{?dist} Summary: SSH-2 protocol implementation in pure Java Group: Development/Tools @@ -108,6 +108,9 @@ %changelog +* Sun Aug 27 2006 Robert Marcano 209-6 +- Rebuild + * Fri Jul 28 2006 Robert Marcano 209-5 - Rebuilt to pick up the changes in GCJ (bug #200480) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:34:34 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:34:34 -0700 Subject: rpms/freedoom/devel needs.rebuild,1.1,NONE Message-ID: <200608280334.k7S3YaWE005526@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/freedoom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5511 Removed Files: needs.rebuild Log Message: No rebuild necessary for this package. It contains game data only. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:35:49 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:35:49 -0700 Subject: rpms/deutex/devel deutex.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280335.k7S3ZpMc005554@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/deutex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5537 Modified Files: deutex.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: deutex.spec =================================================================== RCS file: /cvs/extras/rpms/deutex/devel/deutex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- deutex.spec 20 Apr 2006 16:23:55 -0000 1.2 +++ deutex.spec 28 Aug 2006 03:35:49 -0000 1.3 @@ -1,6 +1,6 @@ Name: deutex Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DOOM wad file manipulator Group: Amusements/Graphics @@ -59,6 +59,9 @@ %changelog +* Sun Aug 27 2006 Wart 4.4.0-3 +- Rebuild for FC-6 + * Sun Apr 20 2006 Wart 4.4.0-2 - Add freedoom to the list of known iwads. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:38:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:38:00 -0700 Subject: rpms/yadex/devel yadex.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280338.k7S3c2NZ005634@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/yadex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5617 Modified Files: yadex.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: yadex.spec =================================================================== RCS file: /cvs/extras/rpms/yadex/devel/yadex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- yadex.spec 10 Apr 2006 15:35:56 -0000 1.2 +++ yadex.spec 28 Aug 2006 03:38:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: yadex Version: 1.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Doom level editor Group: Amusements/Graphics @@ -18,8 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils -#BuildRequires: xorg-x11-devel -# For FC-5's modular xorg BuildRequires: libX11-devel # Yadex needs an iwad to run. freedoom provides a free iwad that we can use. Requires: freedoom @@ -101,6 +99,9 @@ %changelog +* Sun Aug 27 2006 Wart 1.7.0-5 +- Rebuild for FC-6 + * Mon Apr 10 2006 Wart 1.7.0-4 - Update for modular x.org --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:39:41 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:39:41 -0700 Subject: rpms/crossfire-maps/devel needs.rebuild,1.1,NONE Message-ID: <200608280339.k7S3dhTa005701@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire-maps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5686 Removed Files: needs.rebuild Log Message: No rebuild necessary. Package contains game data only. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:41:04 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:41:04 -0700 Subject: rpms/javasvn/devel javasvn.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280341.k7S3f6rX005772@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5742 Modified Files: javasvn.spec Removed Files: needs.rebuild Log Message: Rebuild Index: javasvn.spec =================================================================== RCS file: /cvs/extras/rpms/javasvn/devel/javasvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- javasvn.spec 3 Aug 2006 11:38:22 -0000 1.4 +++ javasvn.spec 28 Aug 2006 03:41:04 -0000 1.5 @@ -3,7 +3,7 @@ Name: javasvn Version: 1.1.0 -Release: 0.2.beta4%{?dist} +Release: 0.3.beta4%{?dist} Summary: Pure Java Subversion client library Group: Development/Tools @@ -117,6 +117,9 @@ %changelog +* Mon Aug 28 2006 Robert Marcano 1.1.0-0.3.beta4 +- Rebuild + * Thu Aug 03 2006 Robert Marcano 1.1.0-0.2.beta4 - Fix bad relase tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:45:28 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:45:28 -0700 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280345.k7S3jUmL005950@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5928 Modified Files: eclipse-subclipse.spec Removed Files: needs.rebuild Log Message: Rebuild Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eclipse-subclipse.spec 27 Aug 2006 00:56:47 -0000 1.1 +++ eclipse-subclipse.spec 28 Aug 2006 03:45:28 -0000 1.2 @@ -8,7 +8,7 @@ Name: eclipse-subclipse Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Subversion Eclipse plugin Group: Text Editors/Integrated Development Environments (IDE) @@ -211,6 +211,9 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Mon Aug 28 2006 Robert Marcano 1.1.5-2 +- Rebuild + * Mon Aug 21 2006 Robert Marcano 1.1.5-1 - Update to upstream 1.1.5 - svnClientAdapter documentation files added. Subclipse includes an eclipse --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:53:57 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:53:57 -0700 Subject: rpms/atlascpp/devel atlascpp.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280353.k7S3rxQj005993@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/atlascpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5976 Modified Files: atlascpp.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: atlascpp.spec =================================================================== RCS file: /cvs/extras/rpms/atlascpp/devel/atlascpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- atlascpp.spec 17 Jul 2006 22:50:52 -0000 1.1 +++ atlascpp.spec 28 Aug 2006 03:53:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: atlascpp Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: WorldForge message protocol library Group: Development/Libraries @@ -86,6 +86,9 @@ %{_mandir}/man3/Atlas* %changelog +* Sun Aug 27 2006 Wart 0.6.0-3 +- Rebuild for FC-6 + * Fri Jul 14 2006 Wart 0.6.0-2 - Add missing Requires: pkgconfig to -devel subpackage - Include man pages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:06:43 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 21:06:43 -0700 Subject: rpms/shorewall/devel shorewall.spec, 1.26, 1.27 needs.rebuild, 1.1, NONE Message-ID: <200608280406.k7S46jLo008798@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8781 Modified Files: shorewall.spec Removed Files: needs.rebuild Log Message: Rebuild Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- shorewall.spec 27 Aug 2006 02:22:49 -0000 1.26 +++ shorewall.spec 28 Aug 2006 04:06:43 -0000 1.27 @@ -1,6 +1,6 @@ Name: shorewall Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Mon Aug 28 2006 Robert Marcano - 3.2.3-2 +- Rebuild + * Sat Aug 26 2006 Robert Marcano - 3.2.3-1 - Update to upstream 3.2.3 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:08:48 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 27 Aug 2006 21:08:48 -0700 Subject: rpms/pyxdg/FC-3 pyxdg.spec,1.2,1.3 Message-ID: <200608280408.k7S48o7c008900@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pyxdg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8883 Modified Files: pyxdg.spec Log Message: * Sun Aug 27 2006 Jason L Tibbitts III - 0.15-1.1 - Remove %{python_sitelib} dependency to prevent broken depencency on x86_64. Index: pyxdg.spec =================================================================== RCS file: /cvs/extras/rpms/pyxdg/FC-3/pyxdg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyxdg.spec 14 Oct 2005 20:30:09 -0000 1.2 +++ pyxdg.spec 28 Aug 2006 04:08:48 -0000 1.3 @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.15 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: PyXDG is a python library to access freedesktop.org standards @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]"), %{python_sitelib} +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description PyXDG is a python library to access freedesktop.org standards @@ -38,6 +38,9 @@ %{python_sitelib}/xdg %changelog +* Sun Aug 27 2006 Jason L Tibbitts III - 0.15-1.1 +- Remove %%{python_sitelib} dependency to prevent broken depencency on x86_64. + * Fri Oct 14 2005 John Mahowald - 0.15-1 - Rebuilt for 0.15 From fedora-extras-commits at redhat.com Mon Aug 28 04:09:54 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:09:54 -0700 Subject: rpms/apg/devel apg.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608280409.k7S49ueS008966@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/apg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8949 Modified Files: apg.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: apg.spec =================================================================== RCS file: /cvs/extras/rpms/apg/devel/apg.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- apg.spec 17 Feb 2006 01:51:56 -0000 1.11 +++ apg.spec 28 Aug 2006 04:09:54 -0000 1.12 @@ -2,7 +2,7 @@ Name: apg Version: 2.3.0b -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Base URL: http://www.adel.nursat.kz/%{name}/ @@ -60,6 +60,9 @@ %{_sysconfdir}/xinetd.d/apgd %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.3.0b-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 2.3.0b-3 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:10:44 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 21:10:44 -0700 Subject: rpms/kanatest/devel kanatest.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280410.k7S4AkWw009032@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/kanatest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9015 Modified Files: kanatest.spec Removed Files: needs.rebuild Log Message: Rebuild Index: kanatest.spec =================================================================== RCS file: /cvs/extras/rpms/kanatest/devel/kanatest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kanatest.spec 28 Jul 2006 11:10:59 -0000 1.4 +++ kanatest.spec 28 Aug 2006 04:10:44 -0000 1.5 @@ -1,6 +1,6 @@ Name: kanatest Version: 0.3.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Hiragana and Katakana drill tool Group: Amusements/Games @@ -57,17 +57,20 @@ %changelog -* Fri Jul 28 2006 Robert Marcano - 0.3.6-5 +* Mon Aug 28 2006 Robert Marcano - 0.3.6-6 +- Rebuild + +* Fri Jul 28 2006 Robert Marcano - 0.3.6-5 - Fix build in mock (bug #200076) -* Mon Feb 13 2006 Robert Marcano - 0.3.6-4 +* Mon Feb 13 2006 Robert Marcano - 0.3.6-4 - Rebuild for Fedora Extras 5 -* Fri May 20 2005 Robert Marcano - 0.3.6-3 +* Fri May 20 2005 Robert Marcano - 0.3.6-3 - Added desktop-file-utils to BuildRequires -* Mon May 09 2005 Robert Marcano - 0.3.6-2 +* Mon May 09 2005 Robert Marcano - 0.3.6-2 - Fix spec file following fedora-extras-list recomendations -* Sun May 08 2005 Robert Marcano - 0.3.6-1 +* Sun May 08 2005 Robert Marcano - 0.3.6-1 - Initial RPM release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:11:42 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:11:42 -0700 Subject: rpms/fwrestart/devel fwrestart.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280411.k7S4BiJR009108@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/fwrestart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9087 Modified Files: fwrestart.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: fwrestart.spec =================================================================== RCS file: /cvs/extras/rpms/fwrestart/devel/fwrestart.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fwrestart.spec 9 May 2006 02:58:20 -0000 1.4 +++ fwrestart.spec 28 Aug 2006 04:11:41 -0000 1.5 @@ -1,7 +1,7 @@ Summary: A way to more safely re-load firewall rules remotely Name: fwrestart Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System URL: http://www.tummy.com/Community/software/ @@ -45,6 +45,9 @@ %{_sbindir}/fwrestart %changelog +* Sun Aug 27 2006 Kevin Fenzi - 1.04-2 +- Rebuild for fc6 + * Mon May 8 2006 Kevin Fenzi - 1.04-1 - Update to 1.04 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:12:24 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:24 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.23, 1.24 Message-ID: <200608280412.k7S4Cu3r009229@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:24 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:02 -0000 1.16 +++ sources 28 Aug 2006 04:12:24 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.23 +++ wine-docs.spec 28 Aug 2006 04:12:24 -0000 1.24 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:23 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:23 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.19, 1.20 Message-ID: <200608280412.k7S4CugJ009224@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:01 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:23 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:01 -0000 1.16 +++ sources 28 Aug 2006 04:12:23 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 21 Aug 2006 06:25:01 -0000 1.19 +++ wine-docs.spec 28 Aug 2006 04:12:23 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:30 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.16, 1.17 Message-ID: <200608280413.k7S4D2vS009234@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:02 -0000 1.16 +++ sources 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.16 +++ wine-docs.spec 28 Aug 2006 04:12:30 -0000 1.17 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:30 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.16, 1.17 Message-ID: <200608280413.k7S4D3QO009239@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:03 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:03 -0000 1.16 +++ sources 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- wine-docs.spec 21 Aug 2006 06:25:03 -0000 1.16 +++ wine-docs.spec 28 Aug 2006 04:12:30 -0000 1.17 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:16:59 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:16:59 -0700 Subject: rpms/aspell-mi/devel aspell-mi.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280417.k7S4H1XQ009428@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9411 Modified Files: aspell-mi.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: aspell-mi.spec =================================================================== RCS file: /cvs/extras/rpms/aspell-mi/devel/aspell-mi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aspell-mi.spec 20 Jul 2006 20:55:06 -0000 1.1 +++ aspell-mi.spec 28 Aug 2006 04:16:59 -0000 1.2 @@ -2,7 +2,7 @@ Name: aspell-mi Version: 0.50 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNU Aspell Maori Dictionary Package Group: Applications/Text @@ -42,6 +42,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.50-3 +- Rebuild for FC6 + * Fri Jul 21 2006 Michael J. Knox - 0.50-2 - fixed license. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:19:00 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:19:00 -0700 Subject: rpms/doctorj/devel doctorj.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608280419.k7S4J2LI009538@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9521 Modified Files: doctorj.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: doctorj.spec =================================================================== RCS file: /cvs/extras/rpms/doctorj/devel/doctorj.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- doctorj.spec 26 Jul 2006 18:50:05 -0000 1.18 +++ doctorj.spec 28 Aug 2006 04:19:00 -0000 1.19 @@ -1,6 +1,6 @@ Name: doctorj Version: 5.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java source code analyzer Group: Development/Tools @@ -61,6 +61,9 @@ %{_libdir}/gcj/%{name} %changelog +* Mon Aug 27 2006 Michael J. Knox - 5.0.0-7 +- Rebuild for FC6 + * Thu Jul 27 2006 Michael J. Knox - 5.0.0-6 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:19:29 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:19:29 -0700 Subject: rpms/duplicity/devel duplicity.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280419.k7S4JV0O009602@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9585 Modified Files: duplicity.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 20 May 2006 20:38:00 -0000 1.8 +++ duplicity.spec 28 Aug 2006 04:19:29 -0000 1.9 @@ -4,7 +4,7 @@ Version: 0.4.2 Summary: Untrusted/encrypted backup using rsync algorithm Name: duplicity -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz License: GPL @@ -53,6 +53,9 @@ %ghost %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyo %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.4.2-2 +- Rebuild for FC6 + * Tue May 16 2006 Michael J. Knox - 0.4.2-1 - verion bump --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:20:04 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:20:04 -0700 Subject: rpms/freeglut/devel freeglut.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280420.k7S4K6dc009670@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/freeglut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9653 Modified Files: freeglut.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: freeglut.spec =================================================================== RCS file: /cvs/extras/rpms/freeglut/devel/freeglut.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeglut.spec 26 Jul 2006 02:18:26 -0000 1.1 +++ freeglut.spec 28 Aug 2006 04:20:04 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A freely licensed alternative to the GLUT library Name: freeglut Version: 2.4.0 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://freeglut.sourceforge.net Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz License: MIT @@ -85,6 +85,9 @@ %{_libdir}/libglut.so %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.4.0-10 +- Rebuild for FC6 + * Wed Jul 26 2006 Michael J. Knox - 2.4.0-9 - disblaed static build - dropped unneeded requires --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:20:33 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:20:33 -0700 Subject: rpms/gdk-pixbuf/devel gdk-pixbuf.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608280420.k7S4KZ1a009740@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9723 Modified Files: gdk-pixbuf.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gdk-pixbuf.spec 23 Jun 2006 23:42:29 -0000 1.6 +++ gdk-pixbuf.spec 28 Aug 2006 04:20:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: gdk-pixbuf Version: 0.22.0 -Release: 30%{?dist} +Release: 31%{?dist} Epoch: 1 Summary: An image loading library used with GNOME License: LGPL @@ -124,6 +124,9 @@ %{_datadir}/gnome/html/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 1:0.22.0-31 +- Rebuild for FC6 + * Sat Jun 24 2006 Michael J. Knox - 1:0.22.0-30 - don't require packages that don't exist --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:21:08 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:21:08 -0700 Subject: rpms/gnofract4d/devel gnofract4d.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608280421.k7S4LAsY009811@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9794 Modified Files: gnofract4d.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnofract4d.spec =================================================================== RCS file: /cvs/extras/rpms/gnofract4d/devel/gnofract4d.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnofract4d.spec 19 Jul 2006 21:16:38 -0000 1.11 +++ gnofract4d.spec 28 Aug 2006 04:21:08 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnofract4d Version: 2.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnofract 4D is a Gnome-based program to draw fractals Group: Amusements/Graphics License: GPL @@ -68,6 +68,9 @@ %{_datadir}/formulas/gnofract4d/ %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.14-4 +- Rebuild for FC6 + * Thu Jul 20 2006 Michael J. Knox - 2.14-3 - fixed bz# 192878 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:21:44 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:21:44 -0700 Subject: rpms/gnome-password-generator/devel gnome-password-generator.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608280421.k7S4Lkf0009877@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9860 Modified Files: gnome-password-generator.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnome-password-generator.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-password-generator/devel/gnome-password-generator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-password-generator.spec 27 Apr 2006 19:06:05 -0000 1.7 +++ gnome-password-generator.spec 28 Aug 2006 04:21:44 -0000 1.8 @@ -54,6 +54,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 1.4-5 +- Rebuild for FC6 + * Fri Apr 28 2006 Michael J. Knox - 1.4-4 - taking ownership, spec clean up --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:22:03 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:22:03 -0700 Subject: rpms/gnome-themes-extras/devel gnome-themes-extras.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280422.k7S4M58P009935@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9918 Modified Files: gnome-themes-extras.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnome-themes-extras.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-themes-extras/devel/gnome-themes-extras.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gnome-themes-extras.spec 6 Jun 2006 03:26:37 -0000 1.16 +++ gnome-themes-extras.spec 28 Aug 2006 04:22:03 -0000 1.17 @@ -1,6 +1,6 @@ Name: gnome-themes-extras Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of metathemes for the Gnome desktop environment @@ -49,7 +49,9 @@ %{_datadir}/themes/* -%changelog +%changelog* Mon Aug 27 2006 Michael J. Knox - 0.9.0-4 +- Rebuild for FC6 + * Tue Jun 06 2006 Michael J. Knox - 0.9.0-3 - add builreq on perl(XML::Parser) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:22:31 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:22:31 -0700 Subject: rpms/gurlchecker/devel gurlchecker.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280422.k7S4MXAc010001@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: gurlchecker.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gurlchecker.spec =================================================================== RCS file: /cvs/extras/rpms/gurlchecker/devel/gurlchecker.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gurlchecker.spec 17 Jun 2006 04:39:27 -0000 1.16 +++ gurlchecker.spec 28 Aug 2006 04:22:31 -0000 1.17 @@ -1,6 +1,6 @@ Name: gurlchecker Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Gnome link validity checker @@ -48,6 +48,9 @@ %{_mandir}/man?/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.10.0-4 +- Rebuild for FC6 + * Sun Jun 17 2006 Michael J. Knox - 0.10.0-3 - rebuild for new gnutls --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:23:11 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:23:11 -0700 Subject: rpms/imlib/devel imlib.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280423.k7S4NDrx010067@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/imlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10050 Modified Files: imlib.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: imlib.spec =================================================================== RCS file: /cvs/extras/rpms/imlib/devel/imlib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imlib.spec 3 Jul 2006 23:05:07 -0000 1.1 +++ imlib.spec 28 Aug 2006 04:23:10 -0000 1.2 @@ -3,7 +3,7 @@ Summary: An image loading and rendering library for X11R6 Name: imlib Version: 1.9.13 -Release: 28%{?dist} +Release: 29%{?dist} Epoch: 1 License: LGPL Group: System Environment/Libraries @@ -132,6 +132,9 @@ %{_datadir}/man/man*/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 1:1.9.13-29 +- Rebuild for FC6 + * Thu Jun 29 2006 Michael J. Knox - 1:1.9.13-28 - spec tidy for FE import --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:23:39 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:23:39 -0700 Subject: rpms/libedit/devel libedit.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280423.k7S4NfKI010133@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10116 Modified Files: libedit.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: libedit.spec =================================================================== RCS file: /cvs/extras/rpms/libedit/devel/libedit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libedit.spec 29 Jun 2006 05:44:59 -0000 1.2 +++ libedit.spec 28 Aug 2006 04:23:39 -0000 1.3 @@ -2,7 +2,7 @@ Name: libedit Version: 2.9 -Release: 3.%{snap}cvs%{?dist} +Release: 4.%{snap}cvs%{?dist} Summary: The NetBSD Editline library (libedit) Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_mandir}/man5/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.9-3.20060603cvs +- Rebuild for FC6 + * Thu Jun 29 2006 Michael J. Knox - 2.9-3.20060603cvs - updated to current snapshot - fixed incoherent-version-in-changelog rpmlint messages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:24:13 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:13 -0700 Subject: rpms/lua/devel lua.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608280424.k7S4OFsW010199@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/lua/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10182 Modified Files: lua.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: lua.spec =================================================================== RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lua.spec 7 Jun 2006 20:03:20 -0000 1.17 +++ lua.spec 28 Aug 2006 04:24:13 -0000 1.18 @@ -1,6 +1,6 @@ Name: lua Version: 5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages @@ -72,6 +72,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 5.1-7 +- Rebuild for FC6 + * Thu Jun 08 2006 Michael J. Knox - 5.1-6 - fixed broken provides --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:24:47 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:47 -0700 Subject: rpms/pam_script/devel pam_script.spec,1.1,1.2 Message-ID: <200608280424.k7S4Oncb010334@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/pam_script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/pam_script/devel Modified Files: pam_script.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:48 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:48 -0700 Subject: rpms/perl-Net-SCP/devel perl-Net-SCP.spec,1.9,1.10 Message-ID: <200608280424.k7S4Oogk010340@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/perl-Net-SCP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/perl-Net-SCP/devel Modified Files: perl-Net-SCP.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:47 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:47 -0700 Subject: rpms/perl-Chart/devel perl-Chart.spec,1.7,1.8 Message-ID: <200608280424.k7S4OnVu010338@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/perl-Chart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/perl-Chart/devel Modified Files: perl-Chart.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:45 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:45 -0700 Subject: rpms/ots/devel ots.spec,1.7,1.8 Message-ID: <200608280425.k7S4PHHY010345@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/ots/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/ots/devel Modified Files: ots.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:46 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:46 -0700 Subject: rpms/pam_mount/devel pam_mount.spec,1.17,1.18 Message-ID: <200608280425.k7S4PIde010348@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/pam_mount/devel Modified Files: pam_mount.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:25:55 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:25:55 -0700 Subject: rpms/lrmi/devel lrmi.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280425.k7S4PvE0010381@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/lrmi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10364 Modified Files: lrmi.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: lrmi.spec =================================================================== RCS file: /cvs/extras/rpms/lrmi/devel/lrmi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lrmi.spec 12 Mar 2006 11:44:29 -0000 1.8 +++ lrmi.spec 28 Aug 2006 04:25:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: lrmi Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for calling real mode BIOS routines Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 0.10-2 +- Rebuild for fc6 + * Sun Mar 12 2006 Ville Skytt?? - 0.10-1 - 0.10, asm patch applied upstream. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:28:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:28:35 -0700 Subject: rpms/munin/devel munin.spec,1.8,1.9 Message-ID: <200608280428.k7S4Scwf010460@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: munin.spec Log Message: Rebuild for fc6 Index: munin.spec =================================================================== RCS file: /cvs/extras/rpms/munin/devel/munin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- munin.spec 28 Jun 2006 04:26:25 -0000 1.8 +++ munin.spec 28 Aug 2006 04:28:35 -0000 1.9 @@ -1,6 +1,6 @@ Name: munin Version: 1.2.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) License: GPL Group: System Environment/Daemons @@ -226,6 +226,9 @@ %doc %{_mandir}/man5/munin-node* %changelog +* Sun Aug 27 2006 Kevin Fenzi - 1.2.4-10 +- Rebuild for fc6 + * Tue Jun 27 2006 Kevin Fenzi - 1.2.4-9 - Re-enable snmp plugins now that perl-Net-SNMP is available (fixes 196588) - Thanks to Herbert Straub for patch. From fedora-extras-commits at redhat.com Mon Aug 28 04:30:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:30:47 -0700 Subject: rpms/p0f/devel p0f.spec,1.10,1.11 Message-ID: <200608280430.k7S4UnlG010548@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10527 Modified Files: p0f.spec Log Message: Rebuild for fc6 Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/p0f.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- p0f.spec 24 Aug 2006 03:50:37 -0000 1.10 +++ p0f.spec 28 Aug 2006 04:30:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: p0f Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Versatile passive OS fingerprinting tool Group: Applications/Internet @@ -51,6 +51,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.0.7-2 +- Rebuild for fc6 + * Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 - Update to 2.0.7 From fedora-extras-commits at redhat.com Mon Aug 28 04:31:04 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:31:04 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.3,1.4 Message-ID: <200608280431.k7S4V6Dv010613@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10594 Modified Files: jfbterm.spec Log Message: Remove X requirement Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jfbterm.spec 28 Aug 2006 00:54:46 -0000 1.3 +++ jfbterm.spec 28 Aug 2006 04:31:04 -0000 1.4 @@ -30,10 +30,10 @@ BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. -Requires: efont-unicode-bdf -Requires: xorg-x11-fonts-base -Requires: xorg-x11-fonts-misc -Requires: fonts-japanese +#Requires: efont-unicode-bdf +#Requires: xorg-x11-fonts-base +#Requires: xorg-x11-fonts-misc +#Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is @@ -79,38 +79,6 @@ %install %{__rm} -rf %{buildroot} -relative_ln(){ - set +x - src=$1 - target=$2 - - if [ -d $src ] ; then src=${src}/ ; fi - if [ -d $target ] ; then target=${target}/ ; fi - - src=`echo $src | sed -e 's|//*|/|g'` - target=`echo $target | sed -e 's|//*|/|g'` - - eval dist=\$\{target#%{buildroot}\} - - unset dir1 dir2 dir - dir1=/ - dir2=/ - while [ x$dir1 = x$dir2 ] ; do - dir=$dir1 - src=`echo $src | sed -e 's|^[^/]*/||'` - dist=`echo $dist | sed -e 's|^[^/]*/||'` - - dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" - dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" - done - dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` - dir_upward=${dir_upward#/} - - set -x - ln -sf ${dir_upward}${src} $target - -} - %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm @@ -129,9 +97,9 @@ # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. -%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* +#%%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* -relative_ln \ +cp -p \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ @@ -145,7 +113,7 @@ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi @@ -158,7 +126,7 @@ font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done @@ -202,6 +170,11 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 +- Really copy font files, not use symlink to get rid of X requirement. + (This package is aimed for CUI use, so X requirement is + unwilling) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 - Rebuild for mass rebuild and kernel-headers (glibc-kernheaders removed). From fedora-extras-commits at redhat.com Mon Aug 28 04:31:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:31:49 -0700 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.2,1.3 Message-ID: <200608280431.k7S4VpjT010641@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10624 Modified Files: jfbterm.spec Log Message: Remove X requirement Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 +++ jfbterm.spec 28 Aug 2006 04:31:49 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 7%{?dist} +Release: 8.1%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -30,10 +30,10 @@ BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. -Requires: efont-unicode-bdf -Requires: xorg-x11-fonts-base -Requires: xorg-x11-fonts-misc -Requires: fonts-japanese +#Requires: efont-unicode-bdf +#Requires: xorg-x11-fonts-base +#Requires: xorg-x11-fonts-misc +#Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is @@ -79,38 +79,6 @@ %install %{__rm} -rf %{buildroot} -relative_ln(){ - set +x - src=$1 - target=$2 - - if [ -d $src ] ; then src=${src}/ ; fi - if [ -d $target ] ; then target=${target}/ ; fi - - src=`echo $src | sed -e 's|//*|/|g'` - target=`echo $target | sed -e 's|//*|/|g'` - - eval dist=\$\{target#%{buildroot}\} - - unset dir1 dir2 dir - dir1=/ - dir2=/ - while [ x$dir1 = x$dir2 ] ; do - dir=$dir1 - src=`echo $src | sed -e 's|^[^/]*/||'` - dist=`echo $dist | sed -e 's|^[^/]*/||'` - - dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" - dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" - done - dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` - dir_upward=${dir_upward#/} - - set -x - ln -sf ${dir_upward}${src} $target - -} - %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm @@ -129,9 +97,9 @@ # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. -%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* +#%%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* -relative_ln \ +cp -p \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ @@ -145,7 +113,7 @@ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi @@ -158,7 +126,7 @@ font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done @@ -202,6 +170,15 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 +- Really copy font files, not use symlink to get rid of X requirement. + (This package is aimed for CUI use, so X requirement is + unwilling) + +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 +- Rebuild for mass rebuild and kernel-headers + (glibc-kernheaders removed). + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 - Fix compilation problem on ppc. From fedora-extras-commits at redhat.com Mon Aug 28 04:33:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:33:03 -0700 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.3,1.4 Message-ID: <200608280433.k7S4X5hh010707@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10690 Modified Files: jfbterm.spec Log Message: Oops... Fix release Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jfbterm.spec 28 Aug 2006 04:31:49 -0000 1.3 +++ jfbterm.spec 28 Aug 2006 04:33:03 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 8.1%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 04:33:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:33:36 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.4,1.5 Message-ID: <200608280433.k7S4Xcm1010778@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10756 Modified Files: jfbterm.spec Log Message: Oops... Fix release Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jfbterm.spec 28 Aug 2006 04:31:04 -0000 1.4 +++ jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 8.1%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 04:34:14 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:34:14 -0700 Subject: rpms/xosd/devel xosd.spec,1.13,1.14 Message-ID: <200608280434.k7S4YH78010844@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xosd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10827 Modified Files: xosd.spec Log Message: Rebuild for fc6 Index: xosd.spec =================================================================== RCS file: /cvs/extras/rpms/xosd/devel/xosd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xosd.spec 16 Jun 2006 19:02:47 -0000 1.13 +++ xosd.spec 28 Aug 2006 04:34:14 -0000 1.14 @@ -5,7 +5,7 @@ Name: xosd Version: 2.2.14 -Release: 7%{?dist} +Release: 8%{?dist} Summary: On-screen display library for X Group: System Environment/Libraries @@ -128,6 +128,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.2.14-8 +- Rebuild for fc6 + * Fri Jun 16 2006 Kevin Fenzi - 2.2.14-7 - Rebuild against new libgdk_pixbuf From fedora-extras-commits at redhat.com Mon Aug 28 04:34:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:34:50 -0700 Subject: rpms/xosd/devel needs.rebuild,1.1,NONE Message-ID: <200608280434.k7S4YqVb010870@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xosd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10855 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:36:06 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:36:06 -0700 Subject: rpms/p0f/devel needs.rebuild,1.1,NONE Message-ID: <200608280436.k7S4a8nB010949@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10934 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:36:49 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:36:49 -0700 Subject: rpms/munin/devel needs.rebuild,1.1,NONE Message-ID: <200608280436.k7S4ap68010985@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10970 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:05 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:05 -0700 Subject: rpms/bochs/devel needs.rebuild,1.1,NONE Message-ID: <200608280437.k7S4b78Y011008@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10991 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:31 -0700 Subject: rpms/childsplay/devel needs.rebuild,1.1,NONE Message-ID: <200608280437.k7S4bXOf011042@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:58 -0700 Subject: rpms/childsplay_plugins/devel needs.rebuild,1.1,NONE Message-ID: <200608280438.k7S4c0Kq011073@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11055 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:39:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:39:35 -0700 Subject: rpms/fRaBs/devel needs.rebuild,1.1,NONE Message-ID: <200608280439.k7S4dbGP011111@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11094 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:39:40 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:39:40 -0700 Subject: rpms/tpb/devel tpb.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280439.k7S4dgWe011132@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11113 Modified Files: tpb.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tpb.spec 19 May 2006 19:33:21 -0000 1.13 +++ tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -99,6 +99,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 +- Rebuild for fc6 + * Fri May 19 2006 Kevin Fenzi - 0.6.4-4 - Bring back from Attic and build for devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:40:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:40:28 -0700 Subject: rpms/crystal-stacker-themes/devel needs.rebuild,1.1,NONE Message-ID: <200608280440.k7S4eUfi011200@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11185 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:41:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:41:18 -0700 Subject: rpms/raidem-music/devel needs.rebuild,1.1,NONE Message-ID: <200608280441.k7S4fKNG011226@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/raidem-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11211 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:41:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:41:55 -0700 Subject: rpms/trackballs-music/devel needs.rebuild,1.1,NONE Message-ID: <200608280441.k7S4fv78011252@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11237 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:46:57 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 27 Aug 2006 21:46:57 -0700 Subject: rpms/php-shout/devel Makefile, 1.1, 1.2 php-shout.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280446.k7S4kx5U011302@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11283 Modified Files: Makefile php-shout.spec Removed Files: needs.rebuild Log Message: Mass Rebuild for FC6 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 15 Aug 2006 03:14:53 -0000 1.1 +++ Makefile 28 Aug 2006 04:46:57 -0000 1.2 @@ -2,6 +2,7 @@ # $Id$ NAME := php-shout SPECFILE = $(firstword $(wildcard *.spec)) +MOCKARGS = --autocache define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-shout.spec 15 Aug 2006 04:06:48 -0000 1.3 +++ php-shout.spec 28 Aug 2006 04:46:57 -0000 1.4 @@ -3,7 +3,7 @@ Name: php-shout Version: 0.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz @@ -16,7 +16,7 @@ # Will hopefully go away once libogg-devel and/or libshout-devel specify this BR: BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 -Requires: php-api >= %{php_apiver} +Requires: php-api = %{php_apiver} %description The php-shout package is an extension to the PHP Hypertext Preprocessor. @@ -72,6 +72,9 @@ %{php_extdir}/shout.so %changelog +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-6 +- Mass Rebuild for FC6 + * Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:55:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:55:11 -0700 Subject: rpms/worminator-data/devel worminator-data.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280455.k7S4tDRc011385@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11368 Modified Files: worminator-data.spec Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding Index: worminator-data.spec =================================================================== RCS file: /cvs/extras/rpms/worminator-data/devel/worminator-data.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- worminator-data.spec 14 Mar 2006 13:35:37 -0000 1.2 +++ worminator-data.spec 28 Aug 2006 04:55:11 -0000 1.3 @@ -10,6 +10,7 @@ Source2: license-change.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: worminator %description Data for worminator the game where you play as The Worminator and fight your --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:58:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:58:53 -0700 Subject: rpms/AllegroOGG/devel AllegroOGG.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280458.k7S4wt7n012145@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/AllegroOGG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12109 Modified Files: AllegroOGG.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.3-3 - FE6 Rebuild Index: AllegroOGG.spec =================================================================== RCS file: /cvs/extras/rpms/AllegroOGG/devel/AllegroOGG.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AllegroOGG.spec 30 Apr 2006 06:41:34 -0000 1.1 +++ AllegroOGG.spec 28 Aug 2006 04:58:53 -0000 1.2 @@ -1,6 +1,6 @@ Name: AllegroOGG Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ogg library for use with the Allegro game library Group: System Environment/Libraries License: BSD @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.3-3 +- FE6 Rebuild + * Sat Apr 20 2006 Hans de Goede 1.0.3-2 - Rename .so file from liballog.so(.0) to libAllegroOGG.so(.0) and put the headers in /usr/include/AllegroOGG to avoid any future conflicts with the --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:00:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:00:40 -0700 Subject: rpms/ClanLib/devel ClanLib.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280500.k7S50g2Z012354@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12337 Modified Files: ClanLib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.8.0-2 - FE6 Rebuild Index: ClanLib.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/ClanLib.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ClanLib.spec 13 Aug 2006 10:39:27 -0000 1.6 +++ ClanLib.spec 28 Aug 2006 05:00:40 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Cross platform C++ game library Name: ClanLib Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: zlib License URL: http://www.clanlib.org/ @@ -80,6 +80,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.8.0-2 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 0.8.0-1 - 0.8.0 final, warning ABI changed without soname change! - Drop both our patches (both upstreamed) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:01:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:01:50 -0700 Subject: rpms/ClanLib06/devel ClanLib06.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280502.k7S52PK1015020@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib06/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14999 Modified Files: ClanLib06.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.6.5-7 - FE6 Rebuild Index: ClanLib06.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib06/devel/ClanLib06.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ClanLib06.spec 31 Jul 2006 06:13:30 -0000 1.4 +++ ClanLib06.spec 28 Aug 2006 05:01:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Version 0.6 of this Cross platform C++ game library Name: ClanLib06 Version: 0.6.5 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Libraries License: LGPL URL: http://www.clanlib.org/ @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.6.5-7 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 0.6.5-6 - Add missing Requires: libpng-devel to the -devel package . --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:03:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:03:43 -0700 Subject: rpms/Glide3/devel Glide3.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608280503.k7S53jqB015089@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15072 Modified Files: Glide3.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 20050815-5 - FE6 Rebuild Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Glide3.spec 28 Apr 2006 09:32:50 -0000 1.16 +++ Glide3.spec 28 Aug 2006 05:03:43 -0000 1.17 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20050815 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Glide3 runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 is untested ExclusiveArch: %{ix86} alpha ia64 x86_64 @@ -150,6 +150,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 20050815-5 +- FE6 Rebuild + * Fri Apr 28 2006 Hans de Goede 20050815-4 - Add scripts to set SELinux type for the .so files to textrel_shlib_t on i386, because of the non PIC asm used on i386 (bz 187484). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:04:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:04:21 -0700 Subject: rpms/Glide3-libGL/devel Glide3-libGL.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280504.k7S54NXb015211@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3-libGL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15194 Modified Files: Glide3-libGL.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 6.2.1-6 - FE6 Rebuild Index: Glide3-libGL.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3-libGL/devel/Glide3-libGL.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Glide3-libGL.spec 13 Feb 2006 21:41:18 -0000 1.3 +++ Glide3-libGL.spec 28 Aug 2006 05:04:20 -0000 1.4 @@ -1,6 +1,6 @@ Name: Glide3-libGL Version: 6.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Glide3 OpenGL library for use with 3Dfx Voodoo 1 & 2 cards Group: System Environment/Libraries License: MIT/X11 @@ -69,6 +69,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 6.2.1-6 +- FE6 Rebuild + * Mon Feb 13 2006 Hans de Goede 6.2.1-5 - Bump release and rebuild for new gcc4.1 and glibc. - add %%{?dist} for consistency with my other packages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:04:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:04:53 -0700 Subject: rpms/Hermes/devel Hermes.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280504.k7S54tSs015277@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Hermes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15260 Modified Files: Hermes.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.3.3-11 - FE6 Rebuild Index: Hermes.spec =================================================================== RCS file: /cvs/extras/rpms/Hermes/devel/Hermes.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Hermes.spec 23 Jul 2006 20:55:24 -0000 1.12 +++ Hermes.spec 28 Aug 2006 05:04:53 -0000 1.13 @@ -1,6 +1,6 @@ Name: Hermes Version: 1.3.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Pixel format conversion library Group: System Environment/Libraries License: LGPL @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.3.3-11 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.3.3-11 - Taking over as new maintainer - Add a patch from Debian fixing some 64 bit issues and more importantly --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:05:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:05:47 -0700 Subject: rpms/aalib/devel aalib.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280505.k7S55nNM015343@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/aalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15326 Modified Files: aalib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.4.0-0.8.rc6 - FE6 Rebuild Index: aalib.spec =================================================================== RCS file: /cvs/extras/rpms/aalib/devel/aalib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- aalib.spec 23 Jul 2006 08:13:47 -0000 1.13 +++ aalib.spec 28 Aug 2006 05:05:47 -0000 1.14 @@ -3,7 +3,7 @@ Summary: ASCII art library Name: aalib Version: 1.4.0 -Release: 0.8.%{rc_subver}%{?dist} +Release: 0.9.%{rc_subver}%{?dist} License: LGPL Group: System Environment/Libraries URL: http://aa-project.sourceforge.net/aalib/ @@ -101,6 +101,9 @@ %{_datadir}/aclocal/aalib.m4 %changelog +* Mon Aug 28 2006 Hans de Goede 1.4.0-0.8.rc6 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.4.0-0.8.rc5 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5 (bug 185870) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:06:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:06:38 -0700 Subject: rpms/abuse/devel abuse.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608280506.k7S56fQc015413@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15394 Modified Files: abuse.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.7.0-3 - FE6 Rebuild Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- abuse.spec 24 Aug 2006 19:04:46 -0000 1.3 +++ abuse.spec 28 Aug 2006 05:06:38 -0000 1.4 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.7.0-3 +- FE6 Rebuild + * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:07:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:07:25 -0700 Subject: rpms/adime/devel adime.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280507.k7S57RgM015487@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/adime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15470 Modified Files: adime.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.2.1-4 - FE6 Rebuild Index: adime.spec =================================================================== RCS file: /cvs/extras/rpms/adime/devel/adime.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- adime.spec 10 Apr 2006 09:07:06 -0000 1.2 +++ adime.spec 28 Aug 2006 05:07:25 -0000 1.3 @@ -1,11 +1,11 @@ Name: adime Version: 2.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Allegro Dialogs Made Easy Group: System Environment/Libraries License: zlib License URL: http://adime.sourceforge.net/ -Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch0: adime-2.2.1-so-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel texinfo @@ -89,6 +89,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.2.1-4 +- FE6 Rebuild + * Sun Mar 12 2006 Hans de Goede 2.2.1-3 - change license to "zlib License" - modify adime-2.2.1-so-fixes.patch to strip -lalleg_unshareble from --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:08:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:08:10 -0700 Subject: rpms/alleggl/devel alleggl.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280508.k7S58C4M015565@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15548 Modified Files: alleggl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/alleggl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- alleggl.spec 10 Aug 2006 20:47:40 -0000 1.1 +++ alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 @@ -2,12 +2,12 @@ Name: alleggl Version: 0.4.0 -Release: 0.4.%{pre_version}%{?dist} +Release: 0.5.%{pre_version}%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +86,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:10:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:10:10 -0700 Subject: rpms/arc/devel arc.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280510.k7S5ACWV015631@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/arc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15614 Modified Files: arc.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 5.21o-3 - FE6 Rebuild Index: arc.spec =================================================================== RCS file: /cvs/extras/rpms/arc/devel/arc.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- arc.spec 7 May 2006 10:56:24 -0000 1.14 +++ arc.spec 28 Aug 2006 05:10:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: arc Version: 5.21o -Release: 2%{?dist} +Release: 3%{?dist} Summary: Arc archiver Group: Applications/Archiving License: GPL @@ -41,6 +41,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 5.21o-3 +- FE6 Rebuild + * Sun May 7 2006 5.21o-2 - Unorphan, build for FC-5, devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:10:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:10:57 -0700 Subject: rpms/auriferous/devel auriferous.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280510.k7S5AxpL015697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/auriferous/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15680 Modified Files: auriferous.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.1-3 - FE6 Rebuild Index: auriferous.spec =================================================================== RCS file: /cvs/extras/rpms/auriferous/devel/auriferous.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- auriferous.spec 31 Jul 2006 18:15:03 -0000 1.1 +++ auriferous.spec 28 Aug 2006 05:10:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: auriferous Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Game inspired by the classic Loderunner Group: Amusements/Games License: GPL @@ -84,6 +84,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.1-3 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 1.0.1-2 - Cleanup description a bit, add a note about hardcoded 1024x768 resolution. - Add a comment about our replacing of playerr.png . --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:11:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:11:49 -0700 Subject: rpms/bin2iso/devel bin2iso.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608280511.k7S5Bp2I015763@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bin2iso/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15746 Modified Files: bin2iso.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.9-4.b - Taking over as maintainer since Anvil has other priorities - FE6 Rebuild Index: bin2iso.spec =================================================================== RCS file: /cvs/extras/rpms/bin2iso/devel/bin2iso.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bin2iso.spec 22 Jul 2006 12:30:55 -0000 1.9 +++ bin2iso.spec 28 Aug 2006 05:11:49 -0000 1.10 @@ -1,15 +1,13 @@ Summary: Convert ".bin" files into ISO or WAV Name: bin2iso Version: 1.9 -Release: 3.b%{?dist} - +Release: 4.b%{?dist} License: Distributable (Unknown) Group: Applications/File URL: http://users.andara.com/~doiron/bin2iso/ Source0: http://users.eastlink.ca/~doiron/bin2iso/linux/bin2iso19b_linux.c BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - %description A program to convert ".bin" images into iso or wav files. @@ -19,13 +17,13 @@ %build -%{__cc} $RPM_OPT_FLAGS -o %{name} %{SOURCE0} +gcc $RPM_OPT_FLAGS -o %{name} %{SOURCE0} %install rm -rf $RPM_BUILD_ROOT -%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir} -%{__install} -m 0755 %{name} $RPM_BUILD_ROOT/%{_bindir} +mkdir -p $RPM_BUILD_ROOT%{_bindir} +install -m 0755 %{name} $RPM_BUILD_ROOT/%{_bindir} %clean @@ -38,6 +36,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.9-4.b +- Taking over as maintainer since Anvil has other priorities +- FE6 Rebuild + * Sat Mar 4 2006 Dams - 1.9-3.b - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:12:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:12:56 -0700 Subject: rpms/blobwars/devel blobwars.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280512.k7S5Cw59015830@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/blobwars/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15813 Modified Files: blobwars.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.05-3 - FE6 Rebuild Index: blobwars.spec =================================================================== RCS file: /cvs/extras/rpms/blobwars/devel/blobwars.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blobwars.spec 7 Jun 2006 19:55:25 -0000 1.1 +++ blobwars.spec 28 Aug 2006 05:12:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: blobwars Version: 1.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mission and Objective based 2D Platform Game Group: Amusements/Games License: GPL @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.05-3 +- FE6 Rebuild + * Thu Jun 1 2006 Hans de Goede 1.05-2 - remove extreanous BR SDL-devel and ImageMagick - remove extreanous "export" in %build section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:13:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:13:41 -0700 Subject: rpms/chess/devel chess.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280513.k7S5DhjP015896@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15879 Modified Files: chess.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0-3 - FE6 Rebuild Index: chess.spec =================================================================== RCS file: /cvs/extras/rpms/chess/devel/chess.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chess.spec 1 Aug 2006 20:54:33 -0000 1.2 +++ chess.spec 28 Aug 2006 05:13:41 -0000 1.3 @@ -1,6 +1,6 @@ Name: chess Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D chess game Group: Amusements/Games License: GPL @@ -77,6 +77,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0-3 +- FE6 Rebuild + * Tue Aug 1 2006 Hans de Goede 1.0-2 - Rebuild for new ogre --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:14:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:14:41 -0700 Subject: rpms/clanbomber/devel clanbomber.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280514.k7S5EhWf015962@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/clanbomber/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15945 Modified Files: clanbomber.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.05-3 - FE6 Rebuild Index: clanbomber.spec =================================================================== RCS file: /cvs/extras/rpms/clanbomber/devel/clanbomber.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- clanbomber.spec 26 Jul 2006 07:38:06 -0000 1.2 +++ clanbomber.spec 28 Aug 2006 05:14:41 -0000 1.3 @@ -1,6 +1,6 @@ Name: clanbomber Version: 1.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bomberman-like multiplayer game that uses ClanLib Group: Amusements/Games License: GPL @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.05-3 +- FE6 Rebuild + * Tue Jul 25 2006 Hans de Goede 1.05-2 - remove %%{?_smp_mflags} from the make command as this breaks the build sometimes (race condition). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:16:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:16:03 -0700 Subject: rpms/coldet/devel coldet.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280516.k7S5G50p016030@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/coldet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16013 Modified Files: coldet.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.1-4 - FE6 Rebuild Index: coldet.spec =================================================================== RCS file: /cvs/extras/rpms/coldet/devel/coldet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- coldet.spec 7 Jul 2006 18:08:17 -0000 1.1 +++ coldet.spec 28 Aug 2006 05:16:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: coldet Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D Collision Detection Library Group: System Environment/Libraries License: LGPL @@ -82,6 +82,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.1-4 +- FE6 Rebuild + * Fri Jul 7 2006 Hans de Goede 1.1-3 - Make -devel package Requires on the main package fully versioned. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:17:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:17:10 -0700 Subject: rpms/crystal-stacker/devel crystal-stacker.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280517.k7S5HC2s016096@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16079 Modified Files: crystal-stacker.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.5-3 - FE6 Rebuild Index: crystal-stacker.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker/devel/crystal-stacker.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- crystal-stacker.spec 6 Jul 2006 18:47:11 -0000 1.3 +++ crystal-stacker.spec 28 Aug 2006 05:17:09 -0000 1.4 @@ -1,6 +1,6 @@ Name: crystal-stacker Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Falling blocks, match 3 or more of the same color crystals Group: Amusements/Games License: Freeware @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.5-3 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.5-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:22:58 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 27 Aug 2006 23:22:58 -0700 Subject: rpms/enigma/devel enigma.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280623.k7S6N0OZ019027@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19010 Modified Files: enigma.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras 6 Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- enigma.spec 13 Feb 2006 17:31:27 -0000 1.12 +++ enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 @@ -1,6 +1,6 @@ Name: enigma Version: 0.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games @@ -65,7 +65,10 @@ %{_datadir}/applications/*enigma.desktop %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 0.92-3 - Rebuild for Fedora Extras 5 * Mon Jan 23 2006 Adrian Reber - 0.92-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:25:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 27 Aug 2006 23:25:31 -0700 Subject: rpms/gsynaptics/devel gsynaptics.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608280625.k7S6PXex019103@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19086 Modified Files: gsynaptics.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras 6 Index: gsynaptics.spec =================================================================== RCS file: /cvs/extras/rpms/gsynaptics/devel/gsynaptics.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gsynaptics.spec 8 Jul 2006 11:30:09 -0000 1.5 +++ gsynaptics.spec 28 Aug 2006 06:25:31 -0000 1.6 @@ -1,6 +1,6 @@ Name: gsynaptics Version: 0.9.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Settings tool for Synaptics touchpad driver Group: Applications/System @@ -64,6 +64,9 @@ %changelog +* Mon Aug 28 2006 Thorsten Leemhuis - 0.9.8-2 +- Rebuild + * Sat Jul 08 2006 Thorsten Leemhuis - 0.9.8-1 - Add BuildRequires: perl-XML-Parser (fixes #197955) - update to 0.9.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:37:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:37:14 -0700 Subject: rpms/libid3tag/devel libid3tag.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608280637.k7S6bGwD019199@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libid3tag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19182 Modified Files: libid3tag.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.15.1b-3 - Rebuild. Index: libid3tag.spec =================================================================== RCS file: /cvs/extras/rpms/libid3tag/devel/libid3tag.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libid3tag.spec 13 Feb 2006 20:07:29 -0000 1.12 +++ libid3tag.spec 28 Aug 2006 06:37:14 -0000 1.13 @@ -1,6 +1,6 @@ Name: libid3tag Version: 0.15.1b -Release: 2%{?dist} +Release: 3%{?dist} Summary: ID3 tag manipulation library Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.15.1b-3 +- Rebuild. + * Mon Feb 13 2006 Ville Skytt?? - 0.15.1b-2 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:39:21 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:39:21 -0700 Subject: rpms/freenx import.log,1.10,1.11 Message-ID: <200608280639.k7S6dNgM019315@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19283 Modified Files: import.log Log Message: auto-import freenx-0.5.0-4.fc5 on branch FC-5 from freenx-0.5.0-4.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/freenx/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 12 Jul 2006 19:31:11 -0000 1.10 +++ import.log 28 Aug 2006 06:39:21 -0000 1.11 @@ -7,3 +7,4 @@ freenx-0_5_0-2_fc5:FC-5:freenx-0.5.0-2.fc5.src.rpm:1152681137 freenx-0_5_0-2_fc5:HEAD:freenx-0.5.0-2.fc5.src.rpm:1152681209 freenx-0_5_0-2_fc6:HEAD:freenx-0.5.0-2.fc6.src.rpm:1152732761 +freenx-0_5_0-4_fc5:FC-5:freenx-0.5.0-4.fc5.src.rpm:1156747157 From fedora-extras-commits at redhat.com Mon Aug 28 06:39:22 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:39:22 -0700 Subject: rpms/freenx/FC-5 fc5patch.diff, NONE, 1.1 freenx.spec, 1.9, 1.10 fc5-050nxloadconfig.diff, 1.3, NONE Message-ID: <200608280639.k7S6dOhD019321@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19283/FC-5 Modified Files: freenx.spec Added Files: fc5patch.diff Removed Files: fc5-050nxloadconfig.diff Log Message: auto-import freenx-0.5.0-4.fc5 on branch FC-5 from freenx-0.5.0-4.fc5.src.rpm fc5patch.diff: --- NEW FILE fc5patch.diff --- diff -Naur freenx-0.5.0.orig/node.conf.sample freenx-0.5.0/node.conf.sample --- freenx-0.5.0.orig/node.conf.sample 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/node.conf.sample 2006-08-27 23:30:09.000000000 -0700 @@ -300,11 +300,11 @@ # The key that contains the name of the script that starts a KDE session. # It's run when a 'unix-kde' session is requested by the client. -#COMMAND_START_KDE=startkde +#COMMAND_START_KDE="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde" # The key that contains the name of the script that starts a gnome session. # It's run when a 'unix-gnome' session is requested by the client. -#COMMAND_START_GNOME=gnome-session +#COMMAND_START_GNOME="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session" # The key that contains the name of the script that starts a CDE session. # It's run when a 'unix-cde' session is requested by the client. @@ -317,7 +317,7 @@ # The key that contains the name of the complete path of command name # 'xauth'. -#COMMAND_XAUTH=/usr/X11R6/bin/xauth +#COMMAND_XAUTH=/usr/bin/xauth # The key that contains the name of the complete path of command name # 'smbmount'. @@ -328,7 +328,7 @@ #COMMAND_SMBUMOUNT=smbumount # The key that contains the name of the complete path of the 'netcat' command. -#COMMAND_NETCAT=netcat +#COMMAND_NETCAT=nc # The key that contains the name of the complete path of the 'ssh' and # 'ssh-keygen' command. @@ -346,7 +346,7 @@ ######################################################################### # When you installed a 2.0.0 NX Backend, set this to 1. -#ENABLE_2_0_0_BACKEND="0" +#ENABLE_2_0_0_BACKEND="1" # When set to 1 this will automatically resume started sessions #ENABLE_AUTORECONNECT="0" @@ -378,7 +378,7 @@ # for examples of useful parameters. #AGENT_EXTRA_OPTIONS_RFB="" #AGENT_EXTRA_OPTIONS_RDP="" -#AGENT_EXTRA_OPTIONS_X="" +#AGENT_EXTRA_OPTIONS_X="-co /usr/share/X11" # The number of seconds we wait for the nxagent to start before # deciding startup has failed diff -Naur freenx-0.5.0.orig/nxloadconfig freenx-0.5.0/nxloadconfig --- freenx-0.5.0.orig/nxloadconfig 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/nxloadconfig 2006-08-27 23:14:02.000000000 -0700 @@ -157,8 +157,8 @@ KILL_DEFAULT_X_WM="1" USER_X_STARTUP_SCRIPT=.Xclients DEFAULT_X_SESSION=/etc/X11/xdm/Xsession -COMMAND_START_KDE=startkde -COMMAND_START_GNOME=gnome-session +COMMAND_START_KDE="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde" +COMMAND_START_GNOME="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session" COMMAND_START_CDE=cdwm COMMAND_XTERM=xterm COMMAND_XAUTH=/usr/X11R6/bin/xauth @@ -173,7 +173,7 @@ # Misc directives -ENABLE_2_0_0_BACKEND="0" +ENABLE_2_0_0_BACKEND="1" ENABLE_AUTORECONNECT="0" ENABLE_AUTORECONNECT_BEFORE_140="1" EXPORT_USERIP="0" @@ -184,7 +184,7 @@ COMMAND_SESSREG="sessreg" AGENT_EXTRA_OPTIONS_RFB="" AGENT_EXTRA_OPTIONS_RDP="" -AGENT_EXTRA_OPTIONS_X="" +AGENT_EXTRA_OPTIONS_X="-co /usr/share/X11" AGENT_STARTUP_TIMEOUT="60" AGENT_FONT_SERVER="" PROXY_TCP_NODELAY="" diff -Naur freenx-0.5.0.orig/nxsetup freenx-0.5.0/nxsetup --- freenx-0.5.0.orig/nxsetup 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/nxsetup 2006-08-27 23:19:40.000000000 -0700 @@ -24,6 +24,7 @@ BUILD_KNOWN_HOSTS="yes" AUTOMATIC="no" IGNORE_ERRORS="no" +OVERRIDE="no" while [ "$1" ] do @@ -41,6 +42,7 @@ --uninstall) UNINSTALL="yes"; shift ;; --purge) PURGE="yes"; shift ;; --auto) AUTOMATIC="yes"; shift ;; + --override) OVERRIDE="yes"; shift ;; --) shift ; break ;; *) echo "Invalid flag $1" ; HELP="yes"; shift ; break ;; esac @@ -54,7 +56,7 @@ [ "$UNINSTALL" = "yes" -a "$CLEAN" = "yes" ] && HELP="yes" [ "$SETUP_SSH2_KEY" = "yes" -a "$SETUP_NOMACHINE_KEY" = "no" ] && HELP="yes" -if [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" -a "$AUTOMATIC" = "no" -a "$HELP" = "no" ] +if [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" -a "$AUTOMATIC" = "no" -a "$HELP" = "no" -a "$OVERRIDE" = "yes" ] then echo "------> You did select no action." echo " FreeNX guesses that you want to _install_ the server." @@ -70,6 +72,20 @@ [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" ] && HELP="yes" +if [ "$OVERRIDE" = "no" ] +then + echo "Your FreeNX server was already setup and configured by the RPM." + echo + echo "You should only need to copy the client.id_dsa.key from /etc/nxserver to your client," + echo "then properly import the key into the client setup. Only proceed with nxsetup if you" + echo "know exactly what you are doing." + echo + echo "To bypass this message, add the following to the nxsetup arguments:" + echo " --override" + echo + exit 0 +fi + if [ "$HELP" = "yes" ] then echo "nxsetup - Setup the FreeNX server." Index: freenx.spec =================================================================== RCS file: /cvs/extras/rpms/freenx/FC-5/freenx.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- freenx.spec 12 Jul 2006 05:10:47 -0000 1.9 +++ freenx.spec 28 Aug 2006 06:39:21 -0000 1.10 @@ -1,15 +1,15 @@ Name: freenx Version: 0.5.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Freenx application/thin-client server Group: Applications/Internet License: GPL URL: http://freenx.berlios.de Source0: %{name}-%{version}.tar.gz -Patch0: fc5-050nxloadconfig.diff +Patch0: fc5patch.diff ExcludeArch: x86_64 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: openssh-server nc expect xorg-x11-server-Xorg xorg-x11-apps perl +Requires: openssh-server nc expect xorg-x11-server-Xorg xorg-x11-apps perl dbus-x11 Requires: nx >= 2.0.0 %description @@ -22,7 +22,7 @@ %prep %setup -q -n %{name}-%{version} -%patch0 -p0 +%patch0 -p1 %build @@ -127,6 +127,12 @@ %dir %{_var}/lib/nxserver/db/failed %changelog +* Mon Aug 28 2006 Rick Stout 0.5.0-4 +- upping version for rebuild +- added fix for nxsetup not displaying the proper message +- updated the node.conf.sample to show the fedora defaults +- added dbus-x11 to dependencies to fix BZ# 200756 +- added AGENXT_EXTRA_OPTIONS_X to nxloadconfig for modular x.org compat * Sun Jul 07 2006 Rick Stout 0.5.0-2 - updating dependencies to have the nx 2.0.0 backend - tweaked nxloadconfig for gnome and kde startup and nx 2.0.0 backend --- fc5-050nxloadconfig.diff DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:40:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:40:45 -0700 Subject: rpms/neXtaw/devel neXtaw.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280640.k7S6elgO019387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/neXtaw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19370 Modified Files: neXtaw.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.15.1-10 - Rebuild. Index: neXtaw.spec =================================================================== RCS file: /cvs/extras/rpms/neXtaw/devel/neXtaw.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- neXtaw.spec 4 Jun 2006 16:12:20 -0000 1.13 +++ neXtaw.spec 28 Aug 2006 06:40:45 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Modified version of the Athena Widgets with N*XTSTEP appearance Name: neXtaw Version: 0.15.1 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://siag.nu/neXtaw/ Source0: http://siag.nu/pub/neXtaw/%{name}-%{version}.tar.gz @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.15.1-10 +- Rebuild. + * Sun Jun 4 2006 Ville Skytt?? - 0.15.1-9 - Fix linkage on lib64 archs. - Drop static lib build option. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:43:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:43:34 -0700 Subject: rpms/ucl/devel ucl.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280643.k7S6haOg019468@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19451 Modified Files: ucl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1.03-6 - Rebuild. Index: ucl.spec =================================================================== RCS file: /cvs/extras/rpms/ucl/devel/ucl.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ucl.spec 13 Feb 2006 21:16:20 -0000 1.8 +++ ucl.spec 28 Aug 2006 06:43:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: ucl Version: 1.03 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Portable lossless data compression library Group: System Environment/Libraries @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1.03-6 +- Rebuild. + * Mon Feb 13 2006 Ville Skytt?? - 1.03-5 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:46:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:46:09 -0700 Subject: rpms/gdome2/devel gdome2.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280646.k7S6kBMm019558@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdome2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19541 Modified Files: gdome2.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.8.1-5 - Rebuild. Index: gdome2.spec =================================================================== RCS file: /cvs/extras/rpms/gdome2/devel/gdome2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gdome2.spec 4 Jun 2006 11:20:38 -0000 1.6 +++ gdome2.spec 28 Aug 2006 06:46:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: gdome2 Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: DOM level 2 library for accessing XML files Group: System Environment/Libraries @@ -91,6 +91,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.8.1-5 +- Rebuild. + * Sun Jun 4 2006 Ville Skytt?? - 0.8.1-4 - Fix linkage on lib64 archs. @@ -130,7 +133,7 @@ * Sun Dec 29 2002 Paolo Casarini patch provided by Oron Peled - - %defattr(-,root,root) wasn't set for documents in the devel + - %%defattr(-,root,root) wasn't set for documents in the devel package. This cause wrong ownership of docs in non-root builds. - Update URL: and Source: locations - s/Copyright:/License:/ --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:46:54 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:46:54 -0700 Subject: rpms/nx import.log,1.11,1.12 Message-ID: <200608280646.k7S6kuLo019647@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19614 Modified Files: import.log Log Message: auto-import nx-2.0.0-4.fc5 on branch FC-5 from nx-2.0.0-4.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nx/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 13 Jul 2006 23:59:43 -0000 1.11 +++ import.log 28 Aug 2006 06:46:54 -0000 1.12 @@ -8,3 +8,4 @@ nx-2_0_0-2_fc5:HEAD:nx-2.0.0-2.fc5.src.rpm:1152831716 nx-2_0_0-3_fc5:FC-5:nx-2.0.0-3.fc5.src.rpm:1152834397 nx-2_0_0-3_fc6:HEAD:nx-2.0.0-3.fc6.src.rpm:1152835274 +nx-2_0_0-4_fc5:FC-5:nx-2.0.0-4.fc5.src.rpm:1156747608 From fedora-extras-commits at redhat.com Mon Aug 28 06:46:55 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:46:55 -0700 Subject: rpms/nx/FC-5 .cvsignore,1.5,1.6 nx.spec,1.8,1.9 sources,1.5,1.6 Message-ID: <200608280646.k7S6kvOB019653@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19614/FC-5 Modified Files: .cvsignore nx.spec sources Log Message: auto-import nx-2.0.0-4.fc5 on branch FC-5 from nx-2.0.0-4.fc5.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Jul 2006 23:45:07 -0000 1.5 +++ .cvsignore 28 Aug 2006 06:46:55 -0000 1.6 @@ -5,5 +5,6 @@ nxdesktop-2.0.0-50.tar.gz nxproxy-2.0.0-2.tar.gz nxscripts-2.0.0-2.tar.gz -nxagent-2.0.0-89.tar.gz nxviewer-2.0.0-15.tar.gz +nxagent-2.0.0-93.tar.gz +nxssh-2.0.0-12.tar.gz Index: nx.spec =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/nx.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nx.spec 13 Jul 2006 23:45:07 -0000 1.8 +++ nx.spec 28 Aug 2006 06:46:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: nx Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Proxy system for X11 Group: Applications/Internet @@ -10,10 +10,11 @@ Source1: nxcomp-%{version}-81.tar.gz Source2: nxcompext-%{version}-33.tar.gz Source3: nx-X11-%{version}-31.tar.gz -Source4: nxagent-%{version}-89.tar.gz +Source4: nxagent-%{version}-93.tar.gz Source5: nxviewer-%{version}-15.tar.gz Source6: nxdesktop-%{version}-50.tar.gz Source7: nxscripts-%{version}-2.tar.gz +Source8: nxssh-%{version}-12.tar.gz Source9: nxagent Source10: docs.tar.bz2 Source11: nxfind-provides.sh @@ -39,7 +40,7 @@ NX provides a proxy system for the X Window System. %prep -%setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 +%setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 %patch0 -p0 pushd nx-X11 %patch1 -p0 @@ -80,6 +81,10 @@ pushd nxcompext ./configure; make popd +# build nxssh +pushd nxssh + ./configure; make +popd # build RFB Agent pushd nxviewer xmkmf -a @@ -112,6 +117,12 @@ cp -a nxcompext/libXcompext.so.* %{buildroot}/%{_libdir}/NX/lib install -m 755 nxproxy/nxproxy %{buildroot}/%{_libdir}/NX ln -snf nxagent %{buildroot}/%{_bindir}/nxproxy +# install nxssh +pushd nxssh + cp -a nxssh %{buildroot}/%{_libdir}/NX + ln -snf nxagent %{buildroot}/%{_bindir}/nxssh + chmod 755 %{buildroot}/%{_bindir}/nxssh +popd # install RFB Agent pushd nxviewer make install DESTDIR=%{buildroot} @@ -150,11 +161,6 @@ %{_sbindir}/semanage fcontext -f -- -a -t textrel_shlib_t '%{_libdir}/NX/lib/libXcompext.so.%{version}' 2>/dev/null || : %{_bindir}/chcon -t textrel_shlib_t %{_libdir}/NX/lib/libXcomp.so.%{version} 2>/dev/null || : %{_bindir}/chcon -t textrel_shlib_t %{_libdir}/NX/lib/libXcompext.so.%{version} 2>/dev/null || : -if [ ! -e /usr/X11R6/lib/X11 ] -then - mkdir -p /usr/X11R6/lib 2>/dev/null || : - ln -snf /usr/share/X11 /usr/X11R6/lib/X11 2>/dev/null || : -fi %postun if [ $1 -eq 0 ]; then @@ -178,6 +184,12 @@ %endif %changelog +* Mon Aug 28 2006 Rick Stout - 2.0.0-4 +- upped release for rebuild request +- removed link in post for /usr/X11R6/lib/X11 as it is now + handled in freenx +- updated to maintenance release 2 +- added nxssh component for future qtnx client * Thu Jul 13 2006 Rick Stout - 2.0.0-3 - updated to 2.0.0 Maintenance release 1 * Tue Jul 11 2006 Rick Stout - 2.0.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Jul 2006 23:45:07 -0000 1.5 +++ sources 28 Aug 2006 06:46:55 -0000 1.6 @@ -5,5 +5,6 @@ f55dc97544a061dfa0f099329dcc3f53 nxdesktop-2.0.0-50.tar.gz b078c19372c82e85667cbbac880fa688 nxproxy-2.0.0-2.tar.gz f02c316e88e63a69139105bbfb2e77e8 nxscripts-2.0.0-2.tar.gz -3db40a9a63d55da95b66794da51eb5e4 nxagent-2.0.0-89.tar.gz 0e4b1d546b4b8a0224cd0d200ec88827 nxviewer-2.0.0-15.tar.gz +d08f5872a88902ccecd17312e4255aab nxagent-2.0.0-93.tar.gz +a651351524f0c146794f403632b6b401 nxssh-2.0.0-12.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 06:55:02 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Sun, 27 Aug 2006 23:55:02 -0700 Subject: rpms/drgeo/devel drgeo.spec,1.9,1.10 Message-ID: <200608280655.k7S6t4vp019784@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19767 Modified Files: drgeo.spec Log Message: Index: drgeo.spec =================================================================== RCS file: /cvs/extras/rpms/drgeo/devel/drgeo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- drgeo.spec 4 Jul 2006 18:49:09 -0000 1.9 +++ drgeo.spec 28 Aug 2006 06:55:02 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Interactive educational geometry software Name: drgeo Version: 1.1.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Engineering URL: http://www.ofset.org/drgeo @@ -61,6 +61,9 @@ %{_datadir}/applications/fedora-drgeo.desktop %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.1.0-11 +- Rebuild for Fedora Extras 6 + * Tue Jul 04 2006 Eric Tanguy - 1.1.0-10 - Modify changelog From fedora-extras-commits at redhat.com Mon Aug 28 07:01:03 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:01:03 -0700 Subject: rpms/drgeo-doc/devel drgeo-doc.spec,1.3,1.4 Message-ID: <200608280701.k7S7158P022139@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19843 Modified Files: drgeo-doc.spec Log Message: Index: drgeo-doc.spec =================================================================== RCS file: /cvs/extras/rpms/drgeo-doc/devel/drgeo-doc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- drgeo-doc.spec 14 Feb 2006 21:48:22 -0000 1.3 +++ drgeo-doc.spec 28 Aug 2006 07:01:03 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Html documentation for drgeo Name: drgeo-doc Version: 1.6 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Engineering URL: http://www.ofset.org/drgeo @@ -38,6 +38,9 @@ %{_datadir}/drgeo/help %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.6-8 +- Rebuild for Fedora Extras 6 + * Tue Feb 14 2006 Eric Tanguy - 1.6-7 - Rebuild for FC5 From fedora-extras-commits at redhat.com Mon Aug 28 07:07:00 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:07:00 -0700 Subject: rpms/freehdl/devel freehdl.spec,1.4,1.5 Message-ID: <200608280707.k7S772bd022570@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22553 Modified Files: freehdl.spec Log Message: Index: freehdl.spec =================================================================== RCS file: /cvs/extras/rpms/freehdl/devel/freehdl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- freehdl.spec 30 May 2006 17:35:10 -0000 1.4 +++ freehdl.spec 28 Aug 2006 07:07:00 -0000 1.5 @@ -1,7 +1,7 @@ Summary: GPLed free VHDL Name: freehdl Version: 0.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Engineering Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz @@ -55,6 +55,9 @@ %{_mandir}/man5/* %changelog +* Mon Aug 28 2006 Eric Tanguy 0.0.2-2 +- Rebuild for Fedora Extras 6 + * Mon May 29 2006 Eric Tanguy 0.0.2-1 - Update to 0.0.2 From fedora-extras-commits at redhat.com Mon Aug 28 07:07:25 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:07:25 -0700 Subject: rpms/gperiodic/devel gperiodic.spec,1.3,1.4 Message-ID: <200608280707.k7S77RJD022595@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22576 Modified Files: gperiodic.spec Log Message: Index: gperiodic.spec =================================================================== RCS file: /cvs/extras/rpms/gperiodic/devel/gperiodic.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gperiodic.spec 14 Feb 2006 21:49:45 -0000 1.3 +++ gperiodic.spec 28 Aug 2006 07:07:24 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Program for browsing the periodic table Name: gperiodic Version: 2.0.8 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://koti.welho.com/jfrantz/software/gperiodic.html @@ -58,6 +58,9 @@ %doc README AUTHORS ChangeLog gpl.txt %changelog +* Mon Aug 28 2006 Eric Tanguy - 2.0.8-5 +- Rebuild for Fedora Extras 6 + * Tue Feb 14 2006 Eric Tanguy - 2.0.8-4 - Rebuild for FC5 From fedora-extras-commits at redhat.com Mon Aug 28 07:10:23 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:10:23 -0700 Subject: rpms/libupnp/devel libupnp.spec,1.8,1.9 Message-ID: <200608280710.k7S7APlS022654@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22637 Modified Files: libupnp.spec Log Message: Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libupnp.spec 14 Aug 2006 16:14:39 -0000 1.8 +++ libupnp.spec 28 Aug 2006 07:10:23 -0000 1.9 @@ -1,7 +1,7 @@ Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ @@ -78,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.4.1-2 +- Rebuild for Fedora Extras 6 + * Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 - Update to version 1.4.1 From fedora-extras-commits at redhat.com Mon Aug 28 07:10:53 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:10:53 -0700 Subject: rpms/qucs/devel qucs.spec,1.9,1.10 Message-ID: <200608280710.k7S7AtMO022680@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/qucs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22663 Modified Files: qucs.spec Log Message: Index: qucs.spec =================================================================== RCS file: /cvs/extras/rpms/qucs/devel/qucs.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- qucs.spec 15 Jun 2006 16:50:12 -0000 1.9 +++ qucs.spec 28 Aug 2006 07:10:53 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Circuit simulator Name: qucs Version: 0.0.9 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz Source1: %{name}.desktop #Patch0: qucs-gcc4.1.diff @@ -52,6 +52,9 @@ %{_mandir}/man1/* %changelog +* Mon Aug 28 2006 Eric Tanguy - 0.0.9-5 +- Rebuild for Fedora Extras 6 + * Sat Jun 10 2006 Eric Tanguy - 0.0.9-4 - Solve typo problem in changelog From fedora-extras-commits at redhat.com Mon Aug 28 07:11:14 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:11:14 -0700 Subject: rpms/ushare/devel ushare.spec,1.7,1.8 Message-ID: <200608280711.k7S7BGg5022703@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22686 Modified Files: ushare.spec Log Message: Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/ushare.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ushare.spec 29 Jun 2006 18:47:47 -0000 1.7 +++ ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare Version: 0.9.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,6 +68,9 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog +* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 +- Rebuild for Fedora Extras 6 + * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Mon Aug 28 07:21:58 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:21:58 -0700 Subject: rpms/ircd-hybrid import.log,1.28,1.29 Message-ID: <200608280722.k7S7MUS0023089@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ircd-hybrid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23057 Modified Files: import.log Log Message: auto-import ircd-hybrid-7.2.2-3 on branch devel from ircd-hybrid-7.2.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ircd-hybrid/import.log,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- import.log 17 Jul 2006 10:05:42 -0000 1.28 +++ import.log 28 Aug 2006 07:21:58 -0000 1.29 @@ -25,3 +25,4 @@ ircd-hybrid-7_2_2-1:FC-5:ircd-hybrid-7.2.2-1.src.rpm:1153130530 ircd-hybrid-7_2_2-1:FC-4:ircd-hybrid-7.2.2-1.src.rpm:1153130676 ircd-hybrid-7_2_2-1:FC-3:ircd-hybrid-7.2.2-1.src.rpm:1153130788 +ircd-hybrid-7_2_2-3:HEAD:ircd-hybrid-7.2.2-3.src.rpm:1156749724 From fedora-extras-commits at redhat.com Mon Aug 28 07:21:59 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:21:59 -0700 Subject: rpms/ircd-hybrid/devel ircd-hybrid.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608280722.k7S7MVjR023092@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ircd-hybrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23057/devel Modified Files: ircd-hybrid.spec Removed Files: needs.rebuild Log Message: auto-import ircd-hybrid-7.2.2-3 on branch devel from ircd-hybrid-7.2.2-3.src.rpm Index: ircd-hybrid.spec =================================================================== RCS file: /cvs/extras/rpms/ircd-hybrid/devel/ircd-hybrid.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ircd-hybrid.spec 17 Jul 2006 09:46:47 -0000 1.11 +++ ircd-hybrid.spec 28 Aug 2006 07:21:59 -0000 1.12 @@ -10,7 +10,7 @@ Summary: Internet Relay Chat Server Name: ircd-hybrid Version: 7.2.2 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ovh.dl.sourceforge.net/sourceforge/ircd-hybrid/ircd-hybrid-%{version}.tgz @@ -126,6 +126,12 @@ %changelog +* Mon Aug 28 2006 Eric Tanguy - 7.2.2-3 +- Rebuild for Fedora Extras 6 + +* Mon Aug 28 2006 Eric Tanguy - 7.2.2-2 +- Rebuild for Fedora Extras 6 + * Mon Jul 17 2006 Eric Tanguy - 7.2.2-1 - Update de 7.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 07:57:25 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 00:57:25 -0700 Subject: rpms/ipod-sharp/devel ipod-sharp-0.5.15-monodir.patch, NONE, 1.1 ipod-sharp.spec, 1.2, 1.3 Message-ID: <200608280757.k7S7vR7I023334@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23310 Modified Files: ipod-sharp.spec Added Files: ipod-sharp-0.5.15-monodir.patch Log Message: * Mon Aug 28 2006 Christopher Aillon 0.5.15-3 - Rebuild against newer mono stack ipod-sharp-0.5.15-monodir.patch: --- NEW FILE ipod-sharp-0.5.15-monodir.patch --- --- ipod-sharp-0.5.15/ipod-sharp.pc.in.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ipod-sharp.pc.in 2006-08-28 03:51:39.000000000 -0400 @@ -2,7 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp.dll Name: ipod-sharp Description: ipod-sharp - Library for interfacing with Apple iPod devices --- ipod-sharp-0.5.15/src/Makefile.in.monodir 2006-08-28 03:53:46.000000000 -0400 +++ ipod-sharp-0.5.15/src/Makefile.in 2006-08-28 03:53:59.000000000 -0400 @@ -147,7 +147,7 @@ DOC_ASSEMBLER = @MDASSEMBLER@ --out ipod-sharp-docs --ecma MCS_FLAGS = -debug ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ --- ipod-sharp-0.5.15/src/Makefile.am.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/src/Makefile.am 2006-08-28 03:51:39.000000000 -0400 @@ -6,7 +6,7 @@ ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.5.15/ipod-sharp-ui.pc.in.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ipod-sharp-ui.pc.in 2006-08-28 03:51:39.000000000 -0400 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp-ui.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp-ui.dll Name: ipod-sharp-ui Description: ipod-sharp-ui - Widgets useful for working with ipod-sharp --- ipod-sharp-0.5.15/ui/Makefile.in.monodir 2006-08-28 03:53:25.000000000 -0400 +++ ipod-sharp-0.5.15/ui/Makefile.in 2006-08-28 03:53:42.000000000 -0400 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ --- ipod-sharp-0.5.15/ui/Makefile.am.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ui/Makefile.am 2006-08-28 03:51:39.000000000 -0400 @@ -3,7 +3,7 @@ ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ipod-sharp.spec 3 Mar 2006 06:05:11 -0000 1.2 +++ ipod-sharp.spec 28 Aug 2006 07:57:25 -0000 1.3 @@ -1,17 +1,18 @@ Name: ipod-sharp Version: 0.5.15 -Release: 2 +Release: 3%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: LGPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz +Patch0: ipod-sharp-0.5.15-monodir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel BuildRequires: mono-devel -BuildRequires: gtk-sharp2 +BuildRequires: gtk-sharp2-devel %description ipod-sharp provies support for high level features of Apple's iPod, @@ -21,6 +22,7 @@ %prep %setup -q +%patch0 -p1 -b .monodir %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} @@ -30,7 +32,8 @@ %install %{__rm} -rf ${RPM_BUILD_ROOT} export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -make install DESTDIR=${RPM_BUILD_ROOT} GACUTIL_FLAGS="/package ipod-sharp /gacdir %{_prefix}/lib /root ${RPM_BUILD_ROOT}%{_prefix}/lib" +make install DESTDIR=${RPM_BUILD_ROOT} \ + GACUTIL_FLAGS="/package %{name} /gacdir %{_libdir} /root ${RPM_BUILD_ROOT}%{_libdir}" %clean %{__rm} -rf ${RPM_BUILD_ROOT} @@ -40,11 +43,14 @@ %doc COPYING %{_libdir}/pkgconfig/ipod-sharp.pc %{_libdir}/pkgconfig/ipod-sharp-ui.pc -%dir %{_prefix}/lib/ipod-sharp -%{_prefix}/lib/ipod-sharp/ipod-sharp.dll -%{_prefix}/lib/ipod-sharp/ipod-sharp-ui.dll +%dir %{_libdir}/ipod-sharp +%{_libdir}/ipod-sharp/ipod-sharp.dll +%{_libdir}/ipod-sharp/ipod-sharp-ui.dll %changelog +* Mon Aug 28 2006 Christopher Aillon 0.5.15-3 +- Rebuild against newer mono stack + * Fri Mar 3 2006 Christopher Aillon 0.5.15-2 - Build on 64bit platforms From fedora-extras-commits at redhat.com Mon Aug 28 07:59:47 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 00:59:47 -0700 Subject: rpms/ipod-sharp/devel needs.rebuild,1.1,NONE Message-ID: <200608280759.k7S7xncA023424@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23409 Removed Files: needs.rebuild Log Message: this has been rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:26:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 28 Aug 2006 01:26:30 -0700 Subject: rpms/xscreensaver/devel xscreensaver-5.00-localefix-restrict.patch, 1.1, 1.2 xscreensaver.spec, 1.25, 1.26 xscreensaver-5.00-localesegv.patch, 1.1, NONE Message-ID: <200608280826.k7S8QW0Q026245@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26223 Modified Files: xscreensaver-5.00-localefix-restrict.patch xscreensaver.spec Removed Files: xscreensaver-5.00-localesegv.patch Log Message: * Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-18 - Unify locale releated patches. xscreensaver-5.00-localefix-restrict.patch: Index: xscreensaver-5.00-localefix-restrict.patch =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver-5.00-localefix-restrict.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xscreensaver-5.00-localefix-restrict.patch 1 Jun 2006 03:26:28 -0000 1.1 +++ xscreensaver-5.00-localefix-restrict.patch 28 Aug 2006 08:26:30 -0000 1.2 @@ -1,6 +1,6 @@ ---- xscreensaver-5.00/hacks/screenhack.c.localefix2 2006-05-24 07:09:58.000000000 +0900 -+++ xscreensaver-5.00/hacks/screenhack.c 2006-06-01 08:06:32.000000000 +0900 -@@ -166,19 +166,39 @@ +--- xscreensaver-5.00/hacks/screenhack.c.localefix 2006-05-24 07:09:58.000000000 +0900 ++++ xscreensaver-5.00/hacks/screenhack.c 2006-08-28 16:40:50.000000000 +0900 +@@ -166,19 +166,38 @@ reset_locale (void) { #ifdef HAVE_SETLOCALE @@ -15,32 +15,32 @@ +#endif + 0 + }; -+ int j; ++ int j1, j2; ++ ++ for (j1 = 0; examine_locale[j1]; j1++) ++ { ++ const char *current_locale = setlocale(examine_locale[j1], NULL); ++ const char *env_locale = setlocale(examine_locale[j1], ""); ++ const char *cmp_locale; - while ((cmp_locale = change_locale[j])) -+ for (j = 0; examine_locale[j]; j++) - { +- { - if (!strncmp(current_locale, cmp_locale, strlen(cmp_locale))) -+ const char *current_locale = setlocale(examine_locale[j], NULL); -+ const char *env_locale = setlocale(examine_locale[j], ""); -+ const char *cmp_locale; -+ + if (!env_locale || !*env_locale) { - setlocale(LC_ALL, "C"); - break; -+ setlocale(examine_locale[j], current_locale); ++ setlocale(examine_locale[j1], current_locale); + continue; + } + -+ while ((cmp_locale = change_locale[j])) ++ for (j2 = 0; (cmp_locale = change_locale[j2]); j2++) + { + if (!strncmp(env_locale, cmp_locale, strlen(cmp_locale))) + { -+ (void) setlocale(examine_locale[j], "C"); ++ (void) setlocale(examine_locale[j2], "C"); + continue; + } -+ j++; } - j++; } Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- xscreensaver.spec 28 Aug 2006 00:28:52 -0000 1.25 +++ xscreensaver.spec 28 Aug 2006 08:26:30 -0000 1.26 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 17.1 +%define fedora_rel 18 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -34,7 +34,7 @@ Patch110: xscreensaver-5.00-fix-hacks.patch Patch111: xscreensaver-5.00-kill-getimage.patch Patch112: xscreensaver-5.00-po-correctdir.patch -Patch113: xscreensaver-5.00-localesegv.patch +#Patch113: xscreensaver-5.00-localesegv.patch %package base Summary: A minimal installation of xscreensaver @@ -103,14 +103,14 @@ %patch1 -p1 -b .sanitize-hacks %patch5 -p1 -b .rootpasswd %patch8 -p1 -b .include-dir -%patch101 -p1 -b .locale-fix-restrict +%patch101 -p1 -b .locale-fix-strict %patch102 -p1 -b .matherr2 %patch104 -p1 -b .xmlfix %patch105 -p1 -b .text-locale %patch110 -p1 -b .fix-hacks %patch111 -p1 -b .kill-getimage %patch112 -p1 -b .po-dir -%patch113 -p1 -b .localesegv +#%%patch113 -p1 -b .localesegv install -c -m644 -p %{SOURCE10} po/ja.po @@ -304,6 +304,9 @@ %defattr(-,root,root) %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-18 +- Unify locale releated patches. + * Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-17.1 - Rebuild. --- xscreensaver-5.00-localesegv.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:35:09 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:35:09 -0700 Subject: rpms/k3d/devel k3d.spec,1.2,1.3 Message-ID: <200608280835.k7S8ZBIS026407@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26390 Modified Files: k3d.spec Log Message: FE6 Rebuild Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 23 Aug 2006 08:37:09 -0000 1.2 +++ k3d.spec 28 Aug 2006 08:35:09 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.6.0.0-2 +- FE6 Rebuild + * Wed Aug 23 2006 Denis Leroy - 0.6.0.0-1 - Update to 0.6.0.0 - Split example documents into separate package From fedora-extras-commits at redhat.com Mon Aug 28 08:36:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:36:50 -0700 Subject: rpms/js/FC-5 js.spec,1.12,1.13 Message-ID: <200608280836.k7S8aqVg026511@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26477/FC-5 Modified Files: js.spec Log Message: Fix pkgconfig file (#204232 & dupe #204236). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-5/js.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- js.spec 22 Aug 2006 10:02:35 -0000 1.12 +++ js.spec 28 Aug 2006 08:36:49 -0000 1.13 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -52,9 +52,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -134,6 +134,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5-6 +- Fix pkgconfig file (#204232 & dupe #204236). + * Mon Jul 24 2006 Matthias Saou 1.5-5 - FC6 rebuild. - Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. From fedora-extras-commits at redhat.com Mon Aug 28 08:36:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:36:50 -0700 Subject: rpms/js/devel js.spec,1.12,1.13 Message-ID: <200608280836.k7S8aqgV026515@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26477/devel Modified Files: js.spec Log Message: Fix pkgconfig file (#204232 & dupe #204236). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/devel/js.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- js.spec 24 Jul 2006 15:31:34 -0000 1.12 +++ js.spec 28 Aug 2006 08:36:50 -0000 1.13 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -52,9 +52,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -134,6 +134,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5-6 +- Fix pkgconfig file (#204232 & dupe #204236). + * Mon Jul 24 2006 Matthias Saou 1.5-5 - FC6 rebuild. - Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. From fedora-extras-commits at redhat.com Mon Aug 28 08:37:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:37:10 -0700 Subject: rpms/glibmm24/devel glibmm.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280837.k7S8bCgB026548@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26531 Modified Files: glibmm.spec Removed Files: needs.rebuild Log Message: FE6 Rebuild Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glibmm.spec 21 Aug 2006 16:09:01 -0000 1.14 +++ glibmm.spec 28 Aug 2006 08:37:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: glibmm24 Version: 2.12.0 -Release: 1 +Release: 2 Summary: C++ interface for GTK2 (a GUI library for X) Group: System Environment/Libraries @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 28 2006 Denis Leroy - 2.12.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.12.0-1 - Update to 2.12.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:38:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:38:56 -0700 Subject: rpms/js/devel needs.rebuild,1.1,NONE Message-ID: <200608280838.k7S8cwso026632@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26612 Removed Files: needs.rebuild Log Message: FC6 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:41:28 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Mon, 28 Aug 2006 01:41:28 -0700 Subject: rpms/ghdl/devel needs.rebuild,1.1,NONE Message-ID: <200608280841.k7S8fUpi026749@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26734 Removed Files: needs.rebuild Log Message: rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:42:37 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:42:37 -0700 Subject: rpms/js/FC-4 js.spec,1.7,1.8 Message-ID: <200608280842.k7S8gd5a026778@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26761 Modified Files: js.spec Log Message: Really fix .pc file (#204232). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-4/js.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- js.spec 1 Feb 2006 10:09:37 -0000 1.7 +++ js.spec 28 Aug 2006 08:42:37 -0000 1.8 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -50,9 +50,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -130,6 +130,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5.0-3 +- Really fix .pc file (#204232). + * Mon Jan 30 2006 Matthias Saou 1.5.0-2 - Fix .pc file. From fedora-extras-commits at redhat.com Mon Aug 28 08:46:05 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:46:05 -0700 Subject: rpms/k3d/FC-4 .cvsignore,1.2,1.3 k3d.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608280846.k7S8k7N9026831@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26810 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 28 Aug 2006 08:46:05 -0000 1.3 @@ -1 +1 @@ -k3d-0.5.16.0-src.tar.bz2 +k3d-0.6.0.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- k3d.spec 13 Aug 2006 14:14:26 -0000 1.3 +++ k3d.spec 28 Aug 2006 08:46:05 -0000 1.4 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 4%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -47,7 +47,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -58,6 +58,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -113,13 +122,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -129,6 +154,10 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Sun Aug 13 2006 Denis Leroy - 0.5.16.0-4 - Added jpeg and png BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 28 Aug 2006 08:46:05 -0000 1.3 @@ -1 +1 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 08:57:13 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:57:13 -0700 Subject: rpms/gtkmm24/devel gtkmm.spec,1.16,1.17 Message-ID: <200608280857.k7S8vGlG027073@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27056 Modified Files: gtkmm.spec Log Message: FE6 Rebuild Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gtkmm.spec 21 Aug 2006 17:47:41 -0000 1.16 +++ gtkmm.spec 28 Aug 2006 08:57:13 -0000 1.17 @@ -1,6 +1,6 @@ Name: gtkmm24 Version: 2.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -102,6 +102,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.10.0-3 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.10.0-2 - Added cairomm Require in devel From fedora-extras-commits at redhat.com Mon Aug 28 09:07:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:07:47 -0700 Subject: rpms/erlang/devel needs.rebuild,1.1,NONE Message-ID: <200608280907.k7S97n09029878@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29860 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:06 -0700 Subject: rpms/gforth/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S988B3029904@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29889 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:27 -0700 Subject: rpms/graveman/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S98Tnt029931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29915 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:47 -0700 Subject: rpms/global/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S98n7T029957@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29942 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:11 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:11 -0700 Subject: rpms/gcl/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99DWo029988@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29973 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:31 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:31 -0700 Subject: rpms/gauche/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99XmM030014@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29999 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:53 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:53 -0700 Subject: rpms/ecl/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99tIl030040@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30025 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:10:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:10:13 -0700 Subject: rpms/erlang-esdl/devel needs.rebuild,1.1,NONE Message-ID: <200608280910.k7S9AFwd030066@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30051 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:11:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:11:22 -0700 Subject: rpms/gtkglarea2/devel gtkglarea2.spec,1.14,1.15 Message-ID: <200608280911.k7S9BO6M030102@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30083 Modified Files: gtkglarea2.spec Log Message: Rebuild for FE6 Index: gtkglarea2.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglarea2/devel/gtkglarea2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkglarea2.spec 4 Mar 2006 05:01:10 -0000 1.14 +++ gtkglarea2.spec 28 Aug 2006 09:11:22 -0000 1.15 @@ -1,7 +1,7 @@ Summary: OpenGL GTK widget Name: gtkglarea2 Version: 1.99.0 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -63,6 +63,9 @@ %{_libdir}/pkgconfig/gtkgl-2.0.pc %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.99.0-7 +- Rebuild for FE6 + * Sat Mar 04 2006 Ralf Cors??pius - 1.99.0-6 - Re-enable building. - disable static libs. From fedora-extras-commits at redhat.com Mon Aug 28 09:13:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:13:15 -0700 Subject: rpms/gtklp/devel gtklp.spec,1.3,1.4 Message-ID: <200608280913.k7S9DHbr030179@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30162 Modified Files: gtklp.spec Log Message: Rebuild for FE6 Index: gtklp.spec =================================================================== RCS file: /cvs/extras/rpms/gtklp/devel/gtklp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtklp.spec 16 Jun 2006 19:33:58 -0000 1.3 +++ gtklp.spec 28 Aug 2006 09:13:15 -0000 1.4 @@ -1,6 +1,6 @@ Name: gtklp Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GTK frontend to CUPS Group: Applications/System @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.2.2-3 +- Rebuild for FE6 + * Fri Jun 16 2006 Gerard Milmeister - 1.2.2-2 - rebuild against new cups From fedora-extras-commits at redhat.com Mon Aug 28 09:13:58 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:13:58 -0700 Subject: rpms/hugs98/devel hugs98.spec,1.8,1.9 Message-ID: <200608280914.k7S9E0V2030247@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30227 Modified Files: hugs98.spec Log Message: Rebuild for FE6 Index: hugs98.spec =================================================================== RCS file: /cvs/extras/rpms/hugs98/devel/hugs98.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hugs98.spec 23 Jun 2006 08:26:04 -0000 1.8 +++ hugs98.spec 28 Aug 2006 09:13:58 -0000 1.9 @@ -2,7 +2,7 @@ Name: hugs98 Version: 2006.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Haskell Interpreter Group: Development/Languages @@ -194,6 +194,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2006.05-6 +- Rebuild for FE6 + * Fri Jun 23 2006 Gerard Milmeister - 2006.05-5 - switch char encoding from utf-8 to locale From fedora-extras-commits at redhat.com Mon Aug 28 09:14:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:14:47 -0700 Subject: rpms/ocaml/devel ocaml.spec,1.24,1.25 Message-ID: <200608280914.k7S9EnsF030314@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30297 Modified Files: ocaml.spec Log Message: Rebuild for FE6 Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ocaml.spec 30 Apr 2006 17:06:38 -0000 1.24 +++ ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 @@ -1,6 +1,6 @@ Name: ocaml Version: 3.09.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml compiler and programming environment @@ -210,6 +210,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 +- Rebuild for FE6 + * Sun Apr 30 2006 Gerard Milmeister - 3.09.2-1 - new version 3.09.2 From fedora-extras-commits at redhat.com Mon Aug 28 09:15:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:15:43 -0700 Subject: rpms/pari/devel pari.spec,1.2,1.3 Message-ID: <200608280915.k7S9FjdJ030383@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30366 Modified Files: pari.spec Log Message: Rebuild for FE6 Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pari.spec 26 May 2006 19:53:56 -0000 1.2 +++ pari.spec 28 Aug 2006 09:15:42 -0000 1.3 @@ -1,6 +1,6 @@ Name: pari Version: 2.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries @@ -167,6 +167,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 +- Rebuild for FE6 + * Fri May 26 2006 Gerard Milmeister - 2.3.0-3 - Exclude ppc for now, since test fails From fedora-extras-commits at redhat.com Mon Aug 28 09:16:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:16:35 -0700 Subject: rpms/plt-scheme/devel plt-scheme.spec,1.26,1.27 Message-ID: <200608280916.k7S9GbN3030449@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30432 Modified Files: plt-scheme.spec Log Message: Rebuild for FE6 Index: plt-scheme.spec =================================================================== RCS file: /cvs/extras/rpms/plt-scheme/devel/plt-scheme.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plt-scheme.spec 28 Jul 2006 13:00:38 -0000 1.26 +++ plt-scheme.spec 28 Aug 2006 09:16:35 -0000 1.27 @@ -1,6 +1,6 @@ Name: plt-scheme Version: 352 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical environment for developing programs using Scheme Group: Development/Languages @@ -135,6 +135,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 352-2 +- Rebuild for FE6 + * Fri Jul 28 2006 Gerard Milmeister - 352-1 - new version 352 From fedora-extras-commits at redhat.com Mon Aug 28 09:17:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:17:20 -0700 Subject: rpms/qcad/devel qcad.spec,1.12,1.13 Message-ID: <200608280917.k7S9HMLC030513@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/qcad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30496 Modified Files: qcad.spec Log Message: Rebuild for FE6 Index: qcad.spec =================================================================== RCS file: /cvs/extras/rpms/qcad/devel/qcad.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qcad.spec 17 Feb 2006 21:38:39 -0000 1.12 +++ qcad.spec 28 Aug 2006 09:17:20 -0000 1.13 @@ -1,6 +1,6 @@ Name: qcad Version: 2.0.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple 2D CAD program Group: Applications/Engineering @@ -119,6 +119,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.0.5.0-5 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 2.0.5.0-4 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 09:18:18 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:18:18 -0700 Subject: rpms/scons/devel scons.spec,1.8,1.9 Message-ID: <200608280918.k7S9IKRs030579@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30562 Modified Files: scons.spec Log Message: Rebuild for FE6 Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- scons.spec 2 Aug 2006 22:09:40 -0000 1.8 +++ scons.spec 28 Aug 2006 09:18:18 -0000 1.9 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An Open Source software construction tool @@ -52,6 +52,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.96.1-3 +- Rebuild for FE6 + * Sat Jun 18 2005 Gerard Milmeister - 0.96.1-1 - New Version 0.96.1 From fedora-extras-commits at redhat.com Mon Aug 28 09:19:12 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:19:12 -0700 Subject: rpms/q/devel q.spec,1.2,1.3 Message-ID: <200608280919.k7S9JEPD030640@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30623 Modified Files: q.spec Log Message: Rebuild for FE6 Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/devel/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 28 Aug 2006 09:19:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: q Version: 7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Equational programming language Group: Development/Languages @@ -154,6 +154,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 7.1-3 +- Rebuild for FE6 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules From fedora-extras-commits at redhat.com Mon Aug 28 09:20:12 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:20:12 -0700 Subject: rpms/skencil/devel skencil.spec,1.11,1.12 Message-ID: <200608280920.k7S9KEXH030705@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/skencil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30688 Modified Files: skencil.spec Log Message: Rebuild for FE6 Index: skencil.spec =================================================================== RCS file: /cvs/extras/rpms/skencil/devel/skencil.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- skencil.spec 17 Feb 2006 23:30:58 -0000 1.11 +++ skencil.spec 28 Aug 2006 09:20:12 -0000 1.12 @@ -1,6 +1,6 @@ Name: skencil Version: 0.6.17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Vector drawing program @@ -110,6 +110,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.6.17-8 +- Rebuild for FE6 + * Sat Feb 18 2006 Gerard Milmeister - 0.6.17-7 - Removed xorg-x11-devel dependency From fedora-extras-commits at redhat.com Mon Aug 28 09:20:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:20:50 -0700 Subject: rpms/sweep/devel sweep.spec,1.2,1.3 Message-ID: <200608280920.k7S9Kqph030772@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/sweep/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30753 Modified Files: sweep.spec Log Message: Rebuild for FE6 Index: sweep.spec =================================================================== RCS file: /cvs/extras/rpms/sweep/devel/sweep.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sweep.spec 30 Mar 2006 09:29:33 -0000 1.2 +++ sweep.spec 28 Aug 2006 09:20:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: sweep Version: 0.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An audio editor and live playback tool Group: Applications/Multimedia @@ -116,6 +116,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9.1-5 +- Rebuild for FE6 + * Sun Mar 26 2006 Gerard Milmeister - 0.9.1-3 - do not compile in experimental features From fedora-extras-commits at redhat.com Mon Aug 28 09:21:17 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:17 -0700 Subject: rpms/epydoc/devel epydoc.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LJat030996@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/epydoc/devel Modified Files: epydoc.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- epydoc.spec 8 Feb 2006 15:36:11 -0000 1.5 +++ epydoc.spec 28 Aug 2006 09:21:16 -0000 1.6 @@ -1,9 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Summary: Edward Loper's Python API documentation generation tool +Summary: Automatic API documentation generation tool for Python Name: epydoc Version: 2.1 -Release: 4 +Release: 5%{?dist} Group: Development/Tools License: MIT URL: http://epydoc.sourceforge.net/ @@ -76,6 +76,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.1-5 +- FC6 rebuild. +- Add %%{?dist} tag. +- Update summary line. + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:56 -0700 Subject: rpms/advancecomp/devel advancecomp.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280921.k7S9LSjV031003@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/advancecomp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/advancecomp/devel Modified Files: advancecomp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: advancecomp.spec =================================================================== RCS file: /cvs/extras/rpms/advancecomp/devel/advancecomp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- advancecomp.spec 6 Mar 2006 15:43:21 -0000 1.14 +++ advancecomp.spec 28 Aug 2006 09:20:56 -0000 1.15 @@ -1,13 +1,13 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files Name: advancecomp Version: 1.15 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Emulators URL: http://advancemame.sourceforge.net/ Source: http://dl.sf.net/advancemame/advancecomp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, zlib-devel +BuildRequires: zlib-devel %description AdvanceCOMP is a set of recompression utilities for .PNG, .MNG and .ZIP files. @@ -42,6 +42,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.15-5 +- FC6 rebuild, remove gcc-c++ build requirement (it's a default). + * Mon Mar 6 2006 Matthias Saou 1.15-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:28 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:21:28 -0700 Subject: rpms/tkcvs/devel tkcvs.spec,1.18,1.19 Message-ID: <200608280921.k7S9LUpq031028@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/tkcvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31002 Modified Files: tkcvs.spec Log Message: Rebuild for FE6 Index: tkcvs.spec =================================================================== RCS file: /cvs/extras/rpms/tkcvs/devel/tkcvs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- tkcvs.spec 26 Mar 2006 10:58:34 -0000 1.18 +++ tkcvs.spec 28 Aug 2006 09:21:28 -0000 1.19 @@ -1,6 +1,6 @@ Name: tkcvs Version: 8.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TkCVS and TkDiff @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 8.0.3-2 +- Rebuild for FE6 + * Sun Mar 26 2006 Gerard Milmeister - 8.0.3-1 - new version 8.0.3 From fedora-extras-commits at redhat.com Mon Aug 28 09:21:32 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 02:21:32 -0700 Subject: rpms/par2cmdline/devel par2cmdline.spec,1.4,1.5 Message-ID: <200608280921.k7S9LYw7031054@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/par2cmdline/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31032 Modified Files: par2cmdline.spec Log Message: Rebuild for FC-6. Changed my email address in this spec file. Index: par2cmdline.spec =================================================================== RCS file: /cvs/extras/rpms/par2cmdline/devel/par2cmdline.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- par2cmdline.spec 12 May 2006 14:03:50 -0000 1.4 +++ par2cmdline.spec 28 Aug 2006 09:21:32 -0000 1.5 @@ -1,7 +1,7 @@ Summary: PAR 2.0 compatible file verification and repair tool Name: par2cmdline Version: 0.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Archiving Source: http://dl.sourceforge.net/parchive/%{name}-%{version}.tar.gz @@ -50,33 +50,37 @@ %{_bindir}/* %changelog -* Fri May 12 2006 Laurent Rineau - 0.4-10 +* Mon Aug 28 2006 Laurent Rineau - 0.4-11 +- Rebuild for FC-6. +- Change my email address in the %%changelog. + +* Fri May 12 2006 Laurent Rineau - 0.4-10 - New %%changelog. Quote percent signs. -* Wed May 10 2006 Laurent Rineau - 0.4-9 +* Wed May 10 2006 Laurent Rineau - 0.4-9 - Remove PORTING and ROADMAP from doc files. - Patch2: Remove explicit linking with -lstdc++ in Makefile.am, what required to call aclocal-1.9 and automake-1.9 -* Tue May 9 2006 Laurent Rineau - 0.4-8 +* Tue May 9 2006 Laurent Rineau - 0.4-8 - Added a new patch, to kill warnings, and try to fix ppc compilation error. -* Fri Apr 28 2006 Laurent Rineau - 0.4-7 +* Fri Apr 28 2006 Laurent Rineau - 0.4-7 - Change the description. Thanks to Jason Tibbitts (tibbs at math.uh.edu) for his help. - Add %%check section -* Thu Apr 27 2006 Laurent Rineau - 0.4-6 +* Thu Apr 27 2006 Laurent Rineau - 0.4-6 - chmod 644 several files, in %%build - fix the Source: tag. - new %%description - changed the buildroot to the one recommanded for Fedora Extras -* Wed Apr 12 2006 Laurent Rineau - 0.4-5 +* Wed Apr 12 2006 Laurent Rineau - 0.4-5 - Added the dist tag. - Recode several file with sed, to remove DOS end-of-lines. - Changed the URL: tag. - Cleanup after a rpmlint pass. -* Tue Apr 11 2006 Laurent Rineau - 0.4-3 +* Tue Apr 11 2006 Laurent Rineau - 0.4-3 - updated for Fedora Core 4 - obsolete parchive 1.1.4 - provides parchive = 1.1.4.0.par2.%%{version} From fedora-extras-commits at redhat.com Mon Aug 28 09:21:04 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:04 -0700 Subject: rpms/csmash/devel csmash.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LarH031089@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/csmash/devel Modified Files: csmash.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: csmash.spec =================================================================== RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- csmash.spec 6 Mar 2006 17:12:00 -0000 1.12 +++ csmash.spec 28 Aug 2006 09:21:04 -0000 1.13 @@ -1,7 +1,7 @@ Summary: 3D tabletennis game Name: csmash Version: 0.6.6 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL Group: Amusements/Games URL: http://cannonsmash.sourceforge.net/ @@ -9,11 +9,11 @@ Patch0: csmash-0.6.6-64bit-gcc4-fixes.patch Patch1: csmash-0.6.6-extraqualif.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel, gcc-c++ +BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel BuildRequires: SDL-devel >= 1.2.0, SDL_mixer-devel, SDL_image-devel BuildRequires: desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libGL-devel, libGLU-devel %else BuildRequires: xorg-x11-devel, Mesa-devel @@ -75,6 +75,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.6.6-13 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. + * Mon Mar 6 2006 Matthias Saou 0.6.6-12 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:56 -0700 Subject: rpms/bbkeys/devel bbkeys.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LSAi031016@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/bbkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/bbkeys/devel Modified Files: bbkeys.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: bbkeys.spec =================================================================== RCS file: /cvs/extras/rpms/bbkeys/devel/bbkeys.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bbkeys.spec 6 Mar 2006 17:08:11 -0000 1.12 +++ bbkeys.spec 28 Aug 2006 09:20:56 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Completely configurable key-combo grabber for blackbox Name: bbkeys Version: 0.9.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops URL: http://bbkeys.sourceforge.net/ @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: blackbox-devel # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libXext-devel %else BuildRequires: xorg-x11-devel @@ -54,6 +54,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9.0-5 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 0.9.0-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:57 -0700 Subject: rpms/blackbox/devel blackbox.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LTp7031023@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/blackbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/blackbox/devel Modified Files: blackbox.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: blackbox.spec =================================================================== RCS file: /cvs/extras/rpms/blackbox/devel/blackbox.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- blackbox.spec 6 Mar 2006 17:08:43 -0000 1.14 +++ blackbox.spec 28 Aug 2006 09:20:57 -0000 1.15 @@ -1,16 +1,15 @@ Summary: Very small and fast Window Manager Name: blackbox Version: 0.70.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops URL: http://blackboxwm.sourceforge.net/ Source0: http://dl.sf.net/blackboxwm/blackbox-%{version}.tar.bz2 Source1: blackbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, pkgconfig # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXext-devel %else BuildRequires: xorg-x11-devel @@ -28,7 +27,7 @@ %package devel Summary: Blackbox Toolbox library for writing small applications Group: Development/Libraries -Requires: gcc-c++, pkgconfig +Requires: pkgconfig %description devel This package contains the Blackbox Toolbox files, headers and static library @@ -82,6 +81,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.70.1-5 +- FC6 rebuild. +- Remove gcc-c++ build requirement and devel sub-package requirement. +- Remove pkgconfig buildd requirement, as it's pulled in by Xorg devel now. + * Mon Mar 6 2006 Matthias Saou 0.70.1-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:03 -0700 Subject: rpms/boa/devel boa.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LZLa031058@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/boa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/boa/devel Modified Files: boa.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: boa.spec =================================================================== RCS file: /cvs/extras/rpms/boa/devel/boa.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- boa.spec 6 Mar 2006 15:46:42 -0000 1.9 +++ boa.spec 28 Aug 2006 09:21:03 -0000 1.10 @@ -4,7 +4,7 @@ Summary: Single-tasking HTTP server Name: boa Version: 0.94.14 -Release: 0.4%{?rcver:.%{rcver}}%{?dist} +Release: 0.5%{?rcver:.%{rcver}}%{?dist} URL: http://www.boa.org/ License: GPL Group: System Environment/Daemons @@ -18,7 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: tetex, texinfo %{!?_without_gunzip:Requires: gzip} -%{!?_without_gunzip:BuildRequires: gzip} Requires: /etc/mime.types Provides: webserver @@ -127,6 +126,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.94.14-0.5.rc21 +- FC6 rebuild, remove gzip build requirement (it's a default). + * Mon Mar 6 2006 Matthias Saou 0.94.14-0.4.rc21 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:10 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:10 -0700 Subject: rpms/d4x/devel d4x.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9Lg70031097@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/d4x/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/d4x/devel Modified Files: d4x.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: d4x.spec =================================================================== RCS file: /cvs/extras/rpms/d4x/devel/d4x.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- d4x.spec 25 Apr 2006 08:49:17 -0000 1.13 +++ d4x.spec 28 Aug 2006 09:21:09 -0000 1.14 @@ -4,16 +4,16 @@ Summary: Downloader for X that supports resuming and many other features Name: d4x Version: 2.5.7.1 -Release: 1%{?pre:.%{pre}}%{?dist} +Release: 2%{?pre:.%{pre}}%{?dist} Group: Applications/Internet License: Artistic URL: http://www.krasu.ru/soft/chuchelo/ Source: http://d4x.krasu.ru/files/d4x-%{version}%{?pre}%{?final}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gtk2-devel, glib2-devel >= 2.4.0, gcc-c++, libstdc++-devel -BuildRequires: libao-devel, desktop-file-utils, openssl-devel, boost-devel +BuildRequires: gtk2-devel, libao-devel, openssl-devel +BuildRequires: desktop-file-utils, boost-devel # Use modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %endif @@ -70,6 +70,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.5.7.1-2 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. + * Tue Apr 25 2006 Matthias Saou 2.5.7.1-1 - Update to 2.5.7.1. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:11 -0700 Subject: rpms/easytag/devel easytag.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LhAU031102@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/easytag/devel Modified Files: easytag.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- easytag.spec 11 Jul 2006 16:57:07 -0000 1.13 +++ easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag Version: 1.99.12 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.99.12-3 +- FC6 rebuild. + * Tue Jul 11 2006 Matthias Saou 1.99.12-2 - Now use "patched" tarball with the libmpg123 directory removed. - Include patch to disable libmpg123 and use id3lib instead for mpeg headers. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:03 -0700 Subject: rpms/camE/devel camE.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LZpH031086@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/camE/devel Modified Files: camE.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: camE.spec =================================================================== RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- camE.spec 6 Mar 2006 15:47:32 -0000 1.10 +++ camE.spec 28 Aug 2006 09:21:03 -0000 1.11 @@ -1,14 +1,13 @@ Summary: Rewrite of the xawtv webcam app, which adds imlib2 support Name: camE Version: 1.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons URL: http://linuxbrit.co.uk/camE/ Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: giblib >= 1.2.3 -BuildRequires: giblib-devel >= 1.2.3, imlib2-devel, curl-devel, zlib-devel +BuildRequires: giblib-devel, curl-devel, zlib-devel %description camE is a rewrite of the xawtv webcam app, which adds imlib2 support and @@ -39,6 +38,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.9-7 +- FC6 rebuild. +- Remove imlib2-devel build requirement, as giblib-devel requires it. + * Mon Mar 6 2006 Matthias Saou 1.9-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:10 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:10 -0700 Subject: rpms/djvulibre/devel djvulibre.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280921.k7S9LgmI031100@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/djvulibre/devel Modified Files: djvulibre.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: djvulibre.spec =================================================================== RCS file: /cvs/extras/rpms/djvulibre/devel/djvulibre.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- djvulibre.spec 2 Jul 2006 18:26:24 -0000 1.16 +++ djvulibre.spec 28 Aug 2006 09:21:10 -0000 1.17 @@ -1,7 +1,7 @@ Summary: DjVu viewers, encoders and utilities Name: djvulibre Version: 3.5.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing URL: http://djvulibre.djvuzone.org/ @@ -10,7 +10,7 @@ BuildRequires: qt-devel, libjpeg-devel, libtiff-devel BuildRequires: mozilla, redhat-menus, hicolor-icon-theme # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %else BuildRequires: xorg-x11-devel @@ -104,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 3.5.17-2 +- FC6 rebuild. + * Sun Jul 2 2006 Matthias Saou 3.5.17-1 - Update to 3.5.17. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:22:07 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:22:07 -0700 Subject: rpms/ucblogo/devel ucblogo.spec,1.2,1.3 Message-ID: <200608280922.k7S9M9nt031169@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ucblogo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31149 Modified Files: ucblogo.spec Log Message: Rebuild for FE6 Index: ucblogo.spec =================================================================== RCS file: /cvs/extras/rpms/ucblogo/devel/ucblogo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ucblogo.spec 29 Jun 2006 08:27:16 -0000 1.2 +++ ucblogo.spec 28 Aug 2006 09:22:07 -0000 1.3 @@ -1,6 +1,6 @@ Name: ucblogo Version: 5.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An interpreter for the Logo programming language Group: Development/Languages @@ -100,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.5-5 +- Rebuild for FE6 + * Thu Jun 29 2006 Gerard Milmeister - 5.5-4 - added BR texi2html - added BR libXt-devel From fedora-extras-commits at redhat.com Mon Aug 28 09:22:56 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:22:56 -0700 Subject: rpms/wings/devel wings.spec,1.3,1.4 Message-ID: <200608280922.k7S9Mw2Z031362@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31342 Modified Files: wings.spec Log Message: Rebuild for FE6 Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/devel/wings.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wings.spec 8 Jun 2006 07:56:25 -0000 1.3 +++ wings.spec 28 Aug 2006 09:22:56 -0000 1.4 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -136,6 +136,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.98.32b-8 - revert to use erlang R10B From fedora-extras-commits at redhat.com Mon Aug 28 09:27:06 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 02:27:06 -0700 Subject: rpms/amsn/devel amsn.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280927.k7S9R8A9031840@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31813 Modified Files: amsn.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amsn.spec 20 Jun 2006 19:00:48 -0000 1.1 +++ amsn.spec 28 Aug 2006 09:27:05 -0000 1.2 @@ -2,7 +2,7 @@ Name: amsn Version: 0.96 -Release: 0.11.%{alphatag}%{?dist} +Release: 0.12.%{alphatag}%{?dist} Summary: MSN Messenger clone for Linux, Mac and Windows Group: Applications/Internet @@ -123,6 +123,9 @@ %changelog +* Tue Aug 28 2006 Sander Hoentjen - 0.96-0.12.rc1 +- FC6 mass rebuild + * Tue Jun 20 2006 Sander Hoentjen - 0.96-0.11.rc1 - requires sox, htmlview and tkdnd now - moved amsn, amsn-remote and amsn-remote-CLI to bindir --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:29:58 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:29:58 -0700 Subject: rpms/scons/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9U0K6032034@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32019 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:30:16 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:30:16 -0700 Subject: rpms/gtklp/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9UIJO032067@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32052 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:30:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:30:55 -0700 Subject: rpms/gtkglarea2/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9UvS9032115@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32100 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:31:54 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:31:54 -0700 Subject: rpms/gauche-gl/devel gauche-gl.spec,1.2,1.3 Message-ID: <200608280931.k7S9VuJG032149@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32132 Modified Files: gauche-gl.spec Log Message: Rebuild for FE6 Index: gauche-gl.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gl/devel/gauche-gl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gauche-gl.spec 2 Aug 2006 22:06:17 -0000 1.2 +++ gauche-gl.spec 28 Aug 2006 09:31:53 -0000 1.3 @@ -2,7 +2,7 @@ Name: gauche-gl Version: 0.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OpenGL binding for Gauche Group: Development/Languages From fedora-extras-commits at redhat.com Mon Aug 28 09:37:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:37:39 -0700 Subject: rpms/gtkmm24/devel needs.rebuild,1.1,NONE Message-ID: <200608280937.k7S9bfpP032315@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32300 Removed Files: needs.rebuild Log Message: FE6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:38:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 02:38:49 -0700 Subject: rpms/acpitool/devel .cvsignore, 1.4, 1.5 acpitool.spec, 1.6, 1.7 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608280938.k7S9cpSY032362@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/acpitool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32339 Modified Files: .cvsignore acpitool.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 - update to 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 May 2006 11:05:29 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:38:48 -0000 1.5 @@ -1 +1 @@ -acpitool-0.4.5.tar.gz +acpitool-0.4.6.tar.gz Index: acpitool.spec =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/acpitool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- acpitool.spec 21 May 2006 11:05:29 -0000 1.6 +++ acpitool.spec 28 Aug 2006 09:38:48 -0000 1.7 @@ -1,5 +1,5 @@ Name: acpitool -Version: 0.4.5 +Version: 0.4.6 Release: 1%{?dist} Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz @@ -38,7 +38,10 @@ %{_mandir}/man1/acpitool* %changelog -* Thu Feb 16 2006 Patrice Dumas - 0.4.5-1 +* Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 +- update to 0.4.6 + +* Sun May 21 2006 Patrice Dumas - 0.4.5-1 - update to 0.4.5 * Thu Feb 16 2006 Patrice Dumas - 0.4.4-1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 May 2006 11:05:29 -0000 1.4 +++ sources 28 Aug 2006 09:38:48 -0000 1.5 @@ -1 +1 @@ -34647d800617cfa506c0db086c0d6195 acpitool-0.4.5.tar.gz +37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:40:07 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 02:40:07 -0700 Subject: rpms/acpitool/FC-5 .cvsignore, 1.4, 1.5 acpitool.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608280940.k7S9e9Gq032422@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/acpitool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32400/FC-5 Modified Files: .cvsignore acpitool.spec sources Log Message: * Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 - update to 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 May 2006 14:18:17 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:40:07 -0000 1.5 @@ -1 +1 @@ -acpitool-0.4.5.tar.gz +acpitool-0.4.6.tar.gz Index: acpitool.spec =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/acpitool.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- acpitool.spec 21 May 2006 23:20:38 -0000 1.8 +++ acpitool.spec 28 Aug 2006 09:40:07 -0000 1.9 @@ -1,6 +1,6 @@ Name: acpitool -Version: 0.4.5 -Release: 1%{?dist}.1 +Version: 0.4.6 +Release: 1%{?dist} Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz Summary: A command line ACPI client for Linux @@ -38,7 +38,10 @@ %{_mandir}/man1/acpitool* %changelog -* Sun May 21 2006 Patrice Dumas - 0.4.5-1.1 +* Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 +- update to 0.4.6 + +* Sun May 21 2006 Patrice Dumas - 0.4.5-1 - update to 0.4.5 * Thu Feb 16 2006 Patrice Dumas - 0.4.4-1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 May 2006 14:18:17 -0000 1.4 +++ sources 28 Aug 2006 09:40:07 -0000 1.5 @@ -1 +1 @@ -34647d800617cfa506c0db086c0d6195 acpitool-0.4.5.tar.gz +37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 09:43:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:43:39 -0700 Subject: rpms/gentoo/devel .cvsignore, 1.4, 1.5 gentoo.spec, 1.6, 1.7 sources, 1.4, 1.5 gentoo-0.11.52-pomkinstalldirs.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608280943.k7S9hfJ5032564@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gentoo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32543 Modified Files: .cvsignore gentoo.spec sources Removed Files: gentoo-0.11.52-pomkinstalldirs.patch needs.rebuild Log Message: Update to 0.11.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jun 2005 09:06:45 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:43:39 -0000 1.5 @@ -1 +1 @@ -gentoo-0.11.55.tar.gz +gentoo-0.11.56.tar.gz Index: gentoo.spec =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/gentoo.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gentoo.spec 6 Mar 2006 15:39:49 -0000 1.6 +++ gentoo.spec 28 Aug 2006 09:43:39 -0000 1.7 @@ -1,12 +1,11 @@ Summary: Graphical file management program in GTK+ for Linux Name: gentoo -Version: 0.11.55 -Release: 3%{?dist} +Version: 0.11.56 +Release: 1%{?dist} License: GPL Group: Applications/File URL: http://www.obsession.se/gentoo/ Source: http://dl.sf.net/gentoo/gentoo-%{version}.tar.gz -Patch: gentoo-0.11.52-pomkinstalldirs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk+-devel, gamin-devel, desktop-file-utils @@ -23,7 +22,6 @@ %prep %setup -%patch -p1 -b .pomkinstalldirs %build @@ -74,6 +72,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.11.56-1 +- Update to 0.11.56. +- FC6 rebuild. +- Drop pomkinstalldirs patch, this release fixes the problem. + * Mon Mar 6 2006 Matthias Saou 0.11.55-3 - FC5 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jun 2005 09:06:45 -0000 1.4 +++ sources 28 Aug 2006 09:43:39 -0000 1.5 @@ -1 +1 @@ -9f831c487168612a877ece90b9287c96 gentoo-0.11.55.tar.gz +c28b003a29527813f47908d69d3f44d0 gentoo-0.11.56.tar.gz --- gentoo-0.11.52-pomkinstalldirs.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:47:51 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:47:51 -0700 Subject: rpms/k3d/devel needs.rebuild,1.1,NONE Message-ID: <200608280947.k7S9lrTS032700@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32685 Removed Files: needs.rebuild Log Message: FE6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:51:55 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:51:55 -0700 Subject: rpms/gkrellm-aclock/devel .cvsignore, 1.2, 1.3 gkrellm-aclock.spec, 1.4, 1.5 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280951.k7S9pvfS000328@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gkrellm-aclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv302 Modified Files: .cvsignore gkrellm-aclock.spec sources Removed Files: needs.rebuild Log Message: Update to 0.3.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jul 2005 08:06:47 -0000 1.2 +++ .cvsignore 28 Aug 2006 09:51:55 -0000 1.3 @@ -1 +1 @@ -gkrellaclock-0.3.3.tar.gz +gkrellaclock-0.3.4.tar.gz Index: gkrellm-aclock.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/gkrellm-aclock.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gkrellm-aclock.spec 6 Mar 2006 15:37:39 -0000 1.4 +++ gkrellm-aclock.spec 28 Aug 2006 09:51:55 -0000 1.5 @@ -2,8 +2,8 @@ Summary: Analog clock plugin for GKrellM Name: gkrellm-aclock -Version: 0.3.3 -Release: 4%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.geocities.com/m_muthukumar/gkrellaclock.html @@ -21,6 +21,7 @@ %build +%{__make} clean %{__make} CFLAGS="%{optflags}" @@ -41,6 +42,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.3.4-1 +- Update to 0.3.4. +- FC6 rebuild. +- Add "make clean" since the sources contain a leftover i386 *.o file. + * Mon Mar 6 2006 Matthias Saou 0.3.3-4 - FC5 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jul 2005 08:06:47 -0000 1.2 +++ sources 28 Aug 2006 09:51:55 -0000 1.3 @@ -1 +1 @@ -6524cd0f5e803071776e97075ed1462c gkrellaclock-0.3.3.tar.gz +37957ad3db335af4ed62dcab00856b09 gkrellaclock-0.3.4.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:52:50 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 02:52:50 -0700 Subject: rpms/blt/devel blt.spec,1.10,1.11 Message-ID: <200608280952.k7S9qqnr000399@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv371 Modified Files: blt.spec Log Message: added dist tag, rebuild for Fedora Extras 6 Index: blt.spec =================================================================== RCS file: /cvs/extras/rpms/blt/devel/blt.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- blt.spec 28 Feb 2006 19:43:54 -0000 1.10 +++ blt.spec 28 Aug 2006 09:52:50 -0000 1.11 @@ -1,7 +1,7 @@ Summary: BLT widget extension to Tcl/Tk scripting language development Name: blt Version: 2.4 -Release: 13.z +Release: 14.z%{?dist} License: MIT Group: Development/Libraries @@ -52,6 +52,10 @@ %changelog +* Mon Aug 28 2006 Jean-Luc Fontaine 2.4-14.z +- added dist tag +- rebuild for Fedora Extras 6 + * Tue Feb 28 2006 Jean-Luc Fontaine 2.4-13.z - rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 09:53:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:53:36 -0700 Subject: rpms/libsigc++/devel libsigc++.spec,1.11,1.12 Message-ID: <200608280953.k7S9rcU2000429@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv412 Modified Files: libsigc++.spec Log Message: FE6 Rebuild Index: libsigc++.spec =================================================================== RCS file: /cvs/extras/rpms/libsigc++/devel/libsigc++.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libsigc++.spec 28 Feb 2006 21:03:11 -0000 1.11 +++ libsigc++.spec 28 Aug 2006 09:53:35 -0000 1.12 @@ -1,6 +1,6 @@ Name: libsigc++ Version: 1.2.7 -Release: 2 +Release: 3 Summary: Typesafe signal framework for C++ Group: System Environment/Libraries License: LGPL @@ -95,6 +95,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 1.2.7-3 +- FE6 Rebuild + * Tue Feb 28 2006 Denis Leroy 1.2.7-2 - Fixed sources file From fedora-extras-commits at redhat.com Mon Aug 28 09:54:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:54:59 -0700 Subject: rpms/libsigc++20/devel libsigc++.spec,1.9,1.10 Message-ID: <200608280955.k7S9t1fZ000508@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv491 Modified Files: libsigc++.spec Log Message: FE6 Rebuild Index: libsigc++.spec =================================================================== RCS file: /cvs/extras/rpms/libsigc++20/devel/libsigc++.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libsigc++.spec 28 Feb 2006 21:17:25 -0000 1.9 +++ libsigc++.spec 28 Aug 2006 09:54:59 -0000 1.10 @@ -1,6 +1,6 @@ Name: libsigc++20 Version: 2.0.17 -Release: 1 +Release: 2 Summary: Typesafe signal framework for C++ @@ -81,6 +81,9 @@ %{_libdir}/*.so %changelog +* Mon Aug 28 2006 Denis Leroy - 2.0.17-2 +- FE6 Rebuild + * Tue Feb 28 2006 Denis Leroy - 2.0.17-1 - Upgrade to version 2.0.17 - Added optional macro to compile static libs (use '--with static') From fedora-extras-commits at redhat.com Mon Aug 28 09:58:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:58:22 -0700 Subject: rpms/plotutils/devel plotutils.spec,1.1,1.2 Message-ID: <200608280958.k7S9wO3p000591@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv574 Modified Files: plotutils.spec Log Message: FE6 Rebuild Index: plotutils.spec =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/plotutils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plotutils.spec 18 Aug 2006 09:50:40 -0000 1.1 +++ plotutils.spec 28 Aug 2006 09:58:22 -0000 1.2 @@ -1,7 +1,7 @@ Name: plotutils Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNU vector and raster graphics utilities and libraries Group: Applications/Productivity @@ -113,6 +113,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.5-3 +- FE6 Rebuild + * Thu Aug 10 2006 Denis Leroy - 2.5-2 - Some reformatting, added ldconfig Req From fedora-extras-commits at redhat.com Mon Aug 28 10:02:53 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:53 -0700 Subject: rpms/fillets-ng/devel fillets-ng.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281003.k7SA3Qk7003380@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/fillets-ng/devel Modified Files: fillets-ng.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: fillets-ng.spec =================================================================== RCS file: /cvs/extras/rpms/fillets-ng/devel/fillets-ng.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fillets-ng.spec 31 May 2006 16:09:16 -0000 1.7 +++ fillets-ng.spec 28 Aug 2006 10:02:53 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Fish Fillets Next Generation, a puzzle game with 70 levels Name: fillets-ng Version: 0.7.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Games URL: http://fillets.sourceforge.net/ @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.7.3-5 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 0.7.3-4 - Add patch to change lua detection from lua-config to pkgconfig since the latest lua packages no longer provide the config script. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:02:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:57 -0700 Subject: rpms/gcombust/devel gcombust.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3TLW003383@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gcombust/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/gcombust/devel Modified Files: gcombust.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gcombust.spec =================================================================== RCS file: /cvs/extras/rpms/gcombust/devel/gcombust.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gcombust.spec 6 Mar 2006 15:40:49 -0000 1.10 +++ gcombust.spec 28 Aug 2006 10:02:56 -0000 1.11 @@ -1,17 +1,17 @@ -Summary: Powerful GTK+ front-end for mkisofs and cdrecord +Summary: Powerful graphical front-end for mkisofs and cdrecord Name: gcombust Version: 0.1.55 -Release: 8 +Release: 9 Epoch: 1 License: GPL Group: Applications/Archiving URL: http://www.abo.fi/~jmunsin/gcombust/ Source: http://www.abo.fi/~jmunsin/gcombust/gcombust-%{version}.tar.gz Patch: gcombust-0.1.55-gcc4.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: cdrecord >= 1.10, mkisofs >= 1.10 Requires: cdda2wav >= 1.10, cdlabelgen >= 1.5.0 -BuildRequires: gtk+-devel, perl -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: gtk+-devel %description Gcombust is a GUI front-end for mkisofs, mkhybrid, cdda2wav, cdrecord @@ -45,12 +45,16 @@ %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog FAQ.shtml NEWS README THANKS TODO README.ms -%{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.xpm +%{_bindir}/gcombust +%{_datadir}/applications/gcombust.desktop +%{_datadir}/pixmaps/gcombust.xpm %changelog +* Mon Aug 28 2006 Matthias Saou 1:0.1.55-9 +- FC6 rebuild. +- Remove perl build requirement, it's a default. + * Mon Mar 6 2006 Matthias Saou 1:0.1.55-8 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:02:59 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:59 -0700 Subject: rpms/giblib/devel giblib.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3XVC003386@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/giblib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/giblib/devel Modified Files: giblib.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: giblib.spec =================================================================== RCS file: /cvs/extras/rpms/giblib/devel/giblib.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- giblib.spec 6 Mar 2006 15:38:50 -0000 1.10 +++ giblib.spec 28 Aug 2006 10:02:59 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Simple library and a wrapper for imlib2 Name: giblib Version: 1.2.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Libraries URL: http://linuxbrit.co.uk/giblib/ @@ -21,7 +21,7 @@ %package devel Summary: Static library and header files for giblib Group: Development/Libraries -Requires: %{name} = %{version}, imlib2-devel, pkgconfig +Requires: %{name} = %{version}-%{release}, imlib2-devel, pkgconfig %description devel Install this package if you intend to develop using the giblib library. @@ -39,7 +39,7 @@ %install %{__rm} -rf %{buildroot} %makeinstall -%{__rm} -rf %{buildroot}%{_prefix}/doc +%{__rm} -rf %{buildroot}%{_prefix}/doc/ %clean @@ -67,6 +67,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2.4-7 +- FC6 rebuild. +- Require exact release in the devel sub-package. + * Mon Mar 6 2006 Matthias Saou 1.2.4-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:01 -0700 Subject: rpms/gkrellm-freq/devel gkrellm-freq.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281003.k7SA3X1S003387@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gkrellm-freq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/gkrellm-freq/devel Modified Files: gkrellm-freq.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gkrellm-freq.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-freq/devel/gkrellm-freq.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gkrellm-freq.spec 6 Mar 2006 15:36:42 -0000 1.4 +++ gkrellm-freq.spec 28 Aug 2006 10:03:00 -0000 1.5 @@ -3,7 +3,7 @@ Summary: CPU frequency display plugin for GKrellM Name: gkrellm-freq Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System URL: http://www.peakunix.net/gkfreq/ @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0-3 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.0-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:02 -0700 Subject: rpms/hackedbox/devel hackedbox.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3aV9003390@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hackedbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/hackedbox/devel Modified Files: hackedbox.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: hackedbox.spec =================================================================== RCS file: /cvs/extras/rpms/hackedbox/devel/hackedbox.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- hackedbox.spec 6 Mar 2006 15:33:07 -0000 1.7 +++ hackedbox.spec 28 Aug 2006 10:03:02 -0000 1.8 @@ -4,7 +4,7 @@ Summary: The bastard son of Blackbox, a small and fast Window Manager Name: hackedbox Version: 0.8.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: User Interface/Desktops URL: http://scrudgeware.org/projects/Hackedbox @@ -12,12 +12,11 @@ Source1: hackedbox.desktop Patch: blackbox-0.65.0-gcc34.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, perl -# Use monolithic X up to FC4, and modular X for FC5+ -%if 0%{?fedora} < 5 -BuildRequires: xorg-x11-devel -%else +# Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXext-devel +%else +BuildRequires: xorg-x11-devel %endif %description @@ -80,6 +79,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.8.4-7 +- FC6 rebuild. +- Remove gcc-c++ and perl buil requirements, they are defaults. + * Mon Mar 6 2006 Matthias Saou 0.8.4-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:06 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:06 -0700 Subject: rpms/hercules/devel hercules.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3gjY003395@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/hercules/devel Modified Files: hercules.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hercules.spec 1 Aug 2006 12:21:25 -0000 1.13 +++ hercules.spec 28 Aug 2006 10:03:06 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 3%{?dist} +Release: 4%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 3.04.1-4 +- FC6 rebuild. + * Tue Aug 1 2006 Matthias Saou 3.04.1-3 - Don't assume we have a sane default umask... (#200838). - Update the README.fedora to include more details + RHL and RHEL steps. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:28:57 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:28:57 -0700 Subject: rpms/abicheck/devel abicheck-1.2-fortify-source-fc6.patch, NONE, 1.1 abicheck.spec, 1.27, 1.28 abicheck-1.2-fortify-source-fc5.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608281028.k7SASxkT003980@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3960 Modified Files: abicheck.spec Added Files: abicheck-1.2-fortify-source-fc6.patch Removed Files: abicheck-1.2-fortify-source-fc5.patch needs.rebuild Log Message: * Mon Aug 28 2006 Michael Schwendt - 1.2-11 - Rebuild and update fortify-source patch. abicheck-1.2-fortify-source-fc6.patch: --- NEW FILE abicheck-1.2-fortify-source-fc6.patch --- diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl --- abicheck-1.2-orig/abicheck.pl 2003-08-26 21:57:51.000000000 +0200 +++ abicheck-1.2/abicheck.pl 2006-08-28 12:28:14.000000000 +0200 @@ -3538,5 +3538,80 @@ libnsl.so.1:readColdStartFile libnsl.so.1:writeColdStartFile ); + + # + # These are _FORTIFY_SOURCE symbols. + # + push(@{$public}, qw( + libc.so.6:__chk_fail + libc.so.6:__confstr_chk + libc.so.6:__fgets_chk + libc.so.6:__fgets_unlocked_chk + libc.so.6:__fgetws_chk + libc.so.6:__fgetws_unlocked_chk + libc.so.6:__fprintf_chk + libc.so.6:__fwprintf_chk + libc.so.6:__getcwd_chk + libc.so.6:__getdomainname_chk + libc.so.6:__getgroups_chk + libc.so.6:__gethostname_chk + libc.so.6:__getlogin_r_chk + libc.so.6:__gets_chk + libc.so.6:__getwd_chk + libc.so.6:__mbsnrtowcs_chk + libc.so.6:__mbsrtowcs_chk + libc.so.6:__mbstowcs_chk + libc.so.6:__memcpy_chk + libc.so.6:__memmove_chk + libc.so.6:__mempcpy_chk + libc.so.6:__memset_chk + libc.so.6:__pread64_chk + libc.so.6:__pread_chk + libc.so.6:__printf_chk + libc.so.6:__ptsname_r_chk + libc.so.6:__read_chk + libc.so.6:__readlinkat_chk + libc.so.6:__readlink_chk + libc.so.6:__realpath_chk + libc.so.6:__recv_chk + libc.so.6:__recvfrom_chk + libc.so.6:__snprintf_chk + libc.so.6:__sprintf_chk + libc.so.6:__stack_chk_fail + libc.so.6:__stpcpy_chk + libc.so.6:__stpncpy_chk + libc.so.6:__strcat_chk + libc.so.6:__strcpy_chk + libc.so.6:__strncat_chk + libc.so.6:__strncpy_chk + libc.so.6:__swprintf_chk + libc.so.6:__syslog_chk + libc.so.6:__ttyname_r_chk + libc.so.6:__vfprintf_chk + libc.so.6:__vfwprintf_chk + libc.so.6:__vprintf_chk + libc.so.6:__vsnprintf_chk + libc.so.6:__vsprintf_chk + libc.so.6:__vswprintf_chk + libc.so.6:__vsyslog_chk + libc.so.6:__vwprintf_chk + libc.so.6:__wcpcpy_chk + libc.so.6:__wcpncpy_chk + libc.so.6:__wcrtomb_chk + libc.so.6:__wcscat_chk + libc.so.6:__wcscpy_chk + libc.so.6:__wcsncat_chk + libc.so.6:__wcsncpy_chk + libc.so.6:__wcsnrtombs_chk + libc.so.6:__wcsrtombs_chk + libc.so.6:__wcstombs_chk + libc.so.6:__wctomb_chk + libc.so.6:__wmemcpy_chk + libc.so.6:__wmemmove_chk + libc.so.6:__wmempcpy_chk + libc.so.6:__wmemset_chk + libc.so.6:__wprintf_chk + ) + ); } } Index: abicheck.spec =================================================================== RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- abicheck.spec 2 Mar 2006 18:12:33 -0000 1.27 +++ abicheck.spec 28 Aug 2006 10:28:57 -0000 1.28 @@ -3,7 +3,7 @@ Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 10 +Release: 11 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -12,7 +12,7 @@ Patch1: abicheck-1.2-test-static.patch Patch2: abicheck-1.2-bindings-fc4.patch Patch3: abicheck-1.2-libgcc.patch -Patch4: abicheck-1.2-fortify-source-fc5.patch +Patch4: abicheck-1.2-fortify-source-fc6.patch Patch5: abicheck-1.2-ldlinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) Requires: binutils perl @@ -62,6 +62,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt - 1.2-11 +- Rebuild and update fortify-source patch. + * Thu Mar 2 2006 Michael Schwendt - 1.2-10 - rebuilt for FC5 only to run the %%check section --- abicheck-1.2-fortify-source-fc5.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:32:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 03:32:14 -0700 Subject: rpms/tetex-tex4ht/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tetex-tex4ht.spec, 1.5, 1.6 Message-ID: <200608281032.k7SAWGX7004082@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-tex4ht/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4060 Modified Files: .cvsignore sources tetex-tex4ht.spec Log Message: * Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 - update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Jun 2006 22:43:18 -0000 1.6 +++ .cvsignore 28 Aug 2006 10:32:14 -0000 1.7 @@ -1,2 +1 @@ -tex4ht-all-20050228.zip -tex4ht-1.0.2006_06_19_1646.tar.gz +tex4ht-1.0.2006_08_26_2341.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 Jun 2006 22:43:18 -0000 1.6 +++ sources 28 Aug 2006 10:32:14 -0000 1.7 @@ -1,2 +1 @@ -26eb8df2d6631794b3df0d6fb87a0219 tex4ht-all-20050228.zip -0cf65d59314b014fb2cb01341c04582b tex4ht-1.0.2006_06_19_1646.tar.gz +2dd8bbec7cb147391ca08efe4ae7d445 tex4ht-1.0.2006_08_26_2341.tar.gz Index: tetex-tex4ht.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/tetex-tex4ht.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tetex-tex4ht.spec 19 Jun 2006 22:43:18 -0000 1.5 +++ tetex-tex4ht.spec 28 Aug 2006 10:32:14 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Translates TeX and LaTeX into HTML or XML+MathML Name: tetex-tex4ht -Version: 1.0.2006_06_19_1646 +Version: 1.0.2006_08_26_2341 Release: 1%{?dist} License: LaTeX Project Public License Group: Applications/Publishing @@ -63,12 +63,13 @@ # add shebangs to the scripts that lacks one for file in bin/unix/*; do - if grep '^#! */' $file > /dev/null 2>&1; then continue; fi - echo "#! /bin/sh" | cat - $file > $file.new - mv $file.new $file + if grep '^#! */' $file > /dev/null 2>&1; then continue; fi + echo "#! /bin/sh" | cat - $file > $file.new + mv $file.new $file done %install +rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{_bindir} install -m755 src/tex4ht $RPM_BUILD_ROOT%{_bindir} @@ -103,28 +104,31 @@ texhash > /dev/null 2>&1 || : %changelog -* Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 +* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 +- update + +* Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 - update -* Fri Mar 31 2006 Patrice Dumas - 1.0.2006_03_27_1822-1 +* Fri Mar 31 2006 Patrice Dumas - 1.0.2006_03_27_1822-1 - update -* Fri Feb 17 2006 Patrice Dumas - 1.0.2006_02_15_1234-1 +* Fri Feb 17 2006 Patrice Dumas - 1.0.2006_02_15_1234-1 - update -* Thu Dec 22 2005 Patrice Dumas - 1.0.2005_12_21_0412-1 +* Thu Dec 22 2005 Patrice Dumas - 1.0.2005_12_21_0412-1 - update -* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-3 +* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-3 - add Requires for ImageMagick -* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-2 +* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-2 - keep timestamps, use tex4ht-all-YYYYMMDD.zip (Michael A. Peters) -* Sun Nov 13 2005 Patrice Dumas - 1.0.2005_11_06_1516-1 +* Sun Nov 13 2005 Patrice Dumas - 1.0.2005_11_06_1516-1 - updated version -* Sat Nov 5 2005 Patrice Dumas - 1.0.2005_10_31_0336-1 +* Sat Nov 5 2005 Patrice Dumas - 1.0.2005_10_31_0336-1 - updated version - added website documentation - added licence From fedora-extras-commits at redhat.com Mon Aug 28 10:32:57 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:32:57 -0700 Subject: rpms/amsn/devel amsn.spec,1.2,1.3 Message-ID: <200608281032.k7SAWxSF004170@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4140 Modified Files: amsn.spec Log Message: bumping release because of tag error i had Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amsn.spec 28 Aug 2006 09:27:05 -0000 1.2 +++ amsn.spec 28 Aug 2006 10:32:57 -0000 1.3 @@ -123,6 +123,9 @@ %changelog +* Tue Aug 28 2006 Sander Hoentjen - 0.96-0.13.rc1 +- Tag error, so bumping the release + * Tue Aug 28 2006 Sander Hoentjen - 0.96-0.12.rc1 - FC6 mass rebuild From fedora-extras-commits at redhat.com Mon Aug 28 10:34:30 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:34:30 -0700 Subject: rpms/mhash/devel mhash.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281034.k7SAYWT8004247@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/mhash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4228 Modified Files: mhash.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: mhash.spec =================================================================== RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mhash.spec 22 Feb 2006 17:12:34 -0000 1.11 +++ mhash.spec 28 Aug 2006 10:34:30 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Thread-safe hash algorithms library Name: mhash Version: 0.9.2 -Release: 4 +Release: 5 URL: http://mhash.sourceforge.net/ License: LGPL Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Wed Feb 22 2006 Michael Schwendt - 0.9.2-4 - rebuilt for FC5 - Disable static library. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:34:46 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:34:46 -0700 Subject: rpms/amsn/devel amsn.spec,1.3,1.4 Message-ID: <200608281034.k7SAYmDU004300@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4245 Modified Files: amsn.spec Log Message: now really bumping the release Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- amsn.spec 28 Aug 2006 10:32:57 -0000 1.3 +++ amsn.spec 28 Aug 2006 10:34:46 -0000 1.4 @@ -2,7 +2,7 @@ Name: amsn Version: 0.96 -Release: 0.12.%{alphatag}%{?dist} +Release: 0.13.%{alphatag}%{?dist} Summary: MSN Messenger clone for Linux, Mac and Windows Group: Applications/Internet From fedora-extras-commits at redhat.com Mon Aug 28 10:35:14 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:35:14 -0700 Subject: rpms/gqview/devel gqview.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281035.k7SAZGdS004375@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4357 Modified Files: gqview.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/gqview.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gqview.spec 15 Feb 2006 02:13:40 -0000 1.8 +++ gqview.spec 28 Aug 2006 10:35:14 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Image browser and viewer Name: gqview Version: 2.0.1 -Release: 3 +Release: 4 License: GPL Group: User Interface/X Source: http://dl.sf.net/sourceforge/gqview/gqview-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Wed Feb 15 2006 Michael Schwendt - 2.0.1-3 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:36:04 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:36:04 -0700 Subject: rpms/xmms-sid/devel xmms-sid.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281036.k7SAa6eJ004451@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/xmms-sid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4431 Modified Files: xmms-sid.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: xmms-sid.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-sid/devel/xmms-sid.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-sid.spec 8 Apr 2006 09:54:25 -0000 1.10 +++ xmms-sid.spec 28 Aug 2006 10:36:04 -0000 1.11 @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.2.beta15%{?dist} +Release: 0.3.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:39:47 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:39:47 -0700 Subject: rpms/tkdnd/devel tkdnd.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281039.k7SAdnQX004577@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/tkdnd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4560 Modified Files: tkdnd.spec Removed Files: needs.rebuild Log Message: FC6 Mass Rebuild Index: tkdnd.spec =================================================================== RCS file: /cvs/extras/rpms/tkdnd/devel/tkdnd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tkdnd.spec 9 Jun 2006 05:09:47 -0000 1.1 +++ tkdnd.spec 28 Aug 2006 10:39:46 -0000 1.2 @@ -1,6 +1,6 @@ Name: tkdnd Version: 1.0a2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tk extension that adds native drag & drop capabilities Group: Development/Libraries @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Sander Hoentjen - 1.0a2-7 +- FC6 Mass Rebuild + * Fri Jun 08 2006 Sander Hoentjen - 1.0a2-6 - Removed the extra directory in %_doc by adding a wildcard - Moved the "rm -rf $RPM_BUILD_ROOT" to the very first line in %_install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:04 -0700 Subject: rpms/wings/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SAp6Xv004658@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4643 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:20 -0700 Subject: rpms/qcad/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SApMow004695@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/qcad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4680 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:57 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:57 -0700 Subject: rpms/ucblogo/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SApxRj004743@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ucblogo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4727 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:15 -0700 Subject: rpms/plt-scheme/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqHiO004776@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4761 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:32 -0700 Subject: rpms/q/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqYW3004802@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4787 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:50 -0700 Subject: rpms/sweep/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqqIp004829@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/sweep/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4813 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:06 -0700 Subject: rpms/skencil/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SAr8cD004857@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/skencil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4840 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:22 -0700 Subject: rpms/ocaml/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SArOrH004883@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4868 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:43 -0700 Subject: rpms/pari/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SArjIV004909@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4894 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:59 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:59 -0700 Subject: rpms/tkcvs/devel needs.rebuild,1.1,NONE Message-ID: <200608281054.k7SAs1Ot004937@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/tkcvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4922 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:54:21 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:54:21 -0700 Subject: rpms/hugs98/devel needs.rebuild,1.1,NONE Message-ID: <200608281054.k7SAsN3J004963@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:55:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:55:46 -0700 Subject: rpms/yap/devel yap.spec,1.10,1.11 Message-ID: <200608281055.k7SAtmT2004997@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/yap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4980 Modified Files: yap.spec Log Message: Rebuild for FE6 Index: yap.spec =================================================================== RCS file: /cvs/extras/rpms/yap/devel/yap.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- yap.spec 1 May 2006 10:55:44 -0000 1.10 +++ yap.spec 28 Aug 2006 10:55:46 -0000 1.11 @@ -1,6 +1,6 @@ Name: yap Version: 5.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-performance Prolog Compiler @@ -120,6 +120,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.1.1-2 +- Rebuild for FE6 + * Mon May 1 2006 Gerard Milmeister - 5.1.1-1 - new version 5.1.1 - split off devel and docs packages From fedora-extras-commits at redhat.com Mon Aug 28 10:56:31 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:56:31 -0700 Subject: rpms/libsigc++/devel needs.rebuild,1.1,NONE Message-ID: <200608281056.k7SAuXbg005091@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5074 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:57:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:57:10 -0700 Subject: rpms/libsigc++20/devel needs.rebuild,1.1,NONE Message-ID: <200608281057.k7SAvCam005131@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5116 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:57:59 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:57:59 -0700 Subject: rpms/kxdocker/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.1, NONE kxdocker.spec, 1.6, NONE needs.rebuild, 1.1, NONE sources, 1.3, NONE Message-ID: <200608281058.k7SAw1jV005169@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/kxdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5137/kxdocker/devel Added Files: dead.package Removed Files: .cvsignore Makefile kxdocker.spec needs.rebuild sources Log Message: orphaned / dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- kxdocker.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:58:00 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:58:00 -0700 Subject: rpms/kxdocker-resources/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.1, NONE kxdocker-resources.spec, 1.3, NONE needs.rebuild, 1.1, NONE sources, 1.4, NONE Message-ID: <200608281058.k7SAw20M005173@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/kxdocker-resources/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5137/kxdocker-resources/devel Added Files: dead.package Removed Files: .cvsignore Makefile kxdocker-resources.spec needs.rebuild sources Log Message: orphaned / dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- kxdocker-resources.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:59:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:59:42 -0700 Subject: rpms/plotutils/devel needs.rebuild,1.1,NONE Message-ID: <200608281059.k7SAxig1005210@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5195 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:00:25 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:00:25 -0700 Subject: rpms/xaos/devel xaos.spec,1.2,1.3 Message-ID: <200608281100.k7SB0SvK005243@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5226 Modified Files: xaos.spec Log Message: Rebuild for FE6 Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/xaos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xaos.spec 10 Jun 2006 17:07:13 -0000 1.2 +++ xaos.spec 28 Aug 2006 11:00:25 -0000 1.3 @@ -1,6 +1,6 @@ Name: xaos Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia @@ -24,6 +24,7 @@ BuildRequires: texinfo BuildRequires: texinfo-tex BuildRequires: desktop-file-utils +BuildRequires: gettext Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -119,6 +120,10 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 3.2.1-4 +- Rebuild for FE6 +- added BR: gettext + * Sat Jun 10 2006 Gerard Milmeister - 3.2.1-3 - disabled stripping of binaries From fedora-extras-commits at redhat.com Mon Aug 28 11:05:52 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:05:52 -0700 Subject: rpms/yap/devel needs.rebuild,1.1,NONE Message-ID: <200608281105.k7SB5sAF008063@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/yap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8048 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:07:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:07:57 -0700 Subject: rpms/linux_logo/devel .cvsignore, 1.6, 1.7 linux_logo.spec, 1.12, 1.13 sources, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608281108.k7SB80sm008126@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8103 Modified Files: .cvsignore linux_logo.spec sources Removed Files: needs.rebuild Log Message: Update to 4.14. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Feb 2006 15:43:01 -0000 1.6 +++ .cvsignore 28 Aug 2006 11:07:57 -0000 1.7 @@ -1 +1 @@ -linux_logo-4.13.tar.gz +linux_logo-4.14.tar.gz Index: linux_logo.spec =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- linux_logo.spec 23 May 2006 10:44:54 -0000 1.12 +++ linux_logo.spec 28 Aug 2006 11:07:57 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The linux logo - a colorful console penguin logo Name: linux_logo -Version: 4.13 -Release: 3%{?dist} +Version: 4.14 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.deater.net/weave/vmwprod/linux_logo/ @@ -52,6 +52,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 4.14-1 +- Update to 4.14. +- FC6 rebuild. + * Tue May 23 2006 Matthias Saou 4.13-3 - Update the debug patch to remove stripping of the binaries (Ville, #192442). Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Feb 2006 15:43:01 -0000 1.6 +++ sources 28 Aug 2006 11:07:57 -0000 1.7 @@ -1 +1 @@ -17af1e478ea9ac7dbcffd2e0a53aa5a6 linux_logo-4.13.tar.gz +5eeccebefff7416698dcbaebbb19cb87 linux_logo-4.14.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:11:05 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:11:05 -0700 Subject: rpms/cfitsio/devel cfitsio.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281111.k7SBB7cf008440@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8423 Modified Files: cfitsio.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cfitsio.spec 30 Mar 2006 15:57:25 -0000 1.14 +++ cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.006 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Mon Aug 28 2006 Matthew Truch - 3.006-6 +- Bump release for rebuild in prep. for FC6. + * Thu Mar 30 2006 Matthew Truch - 3.006-5 - Include defattr() for devel package as well - bug 187366 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:13:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:13:46 -0700 Subject: rpms/xaos/devel needs.rebuild,1.1,NONE Message-ID: <200608281113.k7SBDmrZ008533@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8515 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:15:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:15:37 -0700 Subject: rpms/gauche-gtk/devel gauche-gtk.spec,1.1,1.2 Message-ID: <200608281115.k7SBFd6g008599@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8582 Modified Files: gauche-gtk.spec Log Message: Rebuild for FE6 Index: gauche-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gtk/devel/gauche-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gauche-gtk.spec 15 May 2006 19:23:41 -0000 1.1 +++ gauche-gtk.spec 28 Aug 2006 11:15:36 -0000 1.2 @@ -2,7 +2,7 @@ Name: gauche-gtk Version: 0.4.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Gauche extension module to use GTK Group: Development/Languages @@ -54,6 +54,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.4.1-8 +- Rebuild for FE6 + * Fri May 5 2006 Gerard Milmeister - 0.4.1-7 - Added include flags for freetype - Added -fPIC flag From fedora-extras-commits at redhat.com Mon Aug 28 11:16:33 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:16:33 -0700 Subject: rpms/gpsd/devel gpsd.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281116.k7SBGZWi008665@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8643 Modified Files: gpsd.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/devel/gpsd.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gpsd.spec 20 Jul 2006 17:15:42 -0000 1.6 +++ gpsd.spec 28 Aug 2006 11:16:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,8 +150,11 @@ %{_datadir}/applications/*.desktop %changelog +* Mon Aug 28 2006 Matthew Truch - 2.33-4 +- Bump release for rebuild in prep. for FC6. + * Thu Jul 20 2006 Matthew Truch - 2.33-3 -* Actually, was a missing BR glib-dbus-devel. Ooops. +- Actually, was a missing BR glib-dbus-devel. Ooops. * Thu Jul 20 2006 Matthew Truch - 2.33-2 - Missing BR glib-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:21:09 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:21:09 -0700 Subject: rpms/hpic/devel hpic.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281121.k7SBLBGf008868@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/hpic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8851 Modified Files: hpic.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild for FC6 prep. Index: hpic.spec =================================================================== RCS file: /cvs/extras/rpms/hpic/devel/hpic.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hpic.spec 10 Mar 2006 19:15:14 -0000 1.6 +++ hpic.spec 28 Aug 2006 11:21:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: hpic Version: 0.52.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Healpix manipulation binaries and library Group: Development/Libraries @@ -66,6 +66,9 @@ %{_libdir}/libhpic.a %changelog +* Mon Aug 28 2006 Matthew Truch - 0.52.2-2 +- Bump revision for mass rebuild in prep. for FC6. + * Tue Feb 28 2006 Matthew Truch - 0.52.2-1 - Update to 0.52.2 upstream bugfix release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:21:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:21:55 -0700 Subject: rpms/GtkAda/devel GtkAda.spec,1.16,1.17 Message-ID: <200608281121.k7SBLv5L008947@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8930 Modified Files: GtkAda.spec Log Message: Rebuild for FE6 Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- GtkAda.spec 27 Mar 2006 17:52:23 -0000 1.16 +++ GtkAda.spec 28 Aug 2006 11:21:55 -0000 1.17 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Ada95 graphical toolkit based on Gtk+ @@ -20,6 +20,8 @@ BuildRequires: libbonoboui-devel BuildRequires: libglade2-devel BuildRequires: texinfo-tex +BuildRequires: texinfo +BuildRequires: tetex BuildRequires: tetex-dvips ExcludeArch: ppc ppc64 @@ -124,6 +126,9 @@ %doc known-problems %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.4.0-13 +- Rebuild for FE6 + * Mon Mar 27 2006 Gerard Milmeister - 2.4.0-12 - BuildReq texinfo -> texinfo-tex From fedora-extras-commits at redhat.com Mon Aug 28 11:22:53 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:22:53 -0700 Subject: rpms/libglademm24/devel .cvsignore, 1.5, 1.6 libglademm.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200608281122.k7SBMtWF009022@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9001 Modified Files: .cvsignore libglademm.spec sources Log Message: Update to version 2.6.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 1 Mar 2006 01:04:32 -0000 1.5 +++ .cvsignore 28 Aug 2006 11:22:52 -0000 1.6 @@ -1 +1 @@ -libglademm-2.6.2.tar.bz2 +libglademm-2.6.3.tar.bz2 Index: libglademm.spec =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/libglademm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libglademm.spec 1 Mar 2006 01:04:32 -0000 1.9 +++ libglademm.spec 28 Aug 2006 11:22:52 -0000 1.10 @@ -1,5 +1,5 @@ Name: libglademm24 -Version: 2.6.2 +Version: 2.6.3 Release: 1 Summary: C++ wrapper for libglade @@ -78,6 +78,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.6.3-1 +- Update to version 2.6.3 + * Tue Feb 28 2006 Denis Leroy - 2.6.2-1 - Update to version 2.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 1 Mar 2006 01:04:32 -0000 1.5 +++ sources 28 Aug 2006 11:22:52 -0000 1.6 @@ -1 +1 @@ -431a7d04514cabe26fcaedd7767b6a93 libglademm-2.6.2.tar.bz2 +3dd3c3777c4407b8a330bd79089ddbfc libglademm-2.6.3.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 11:23:38 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:23:38 -0700 Subject: rpms/gauche-gl/devel needs.rebuild,1.1,NONE Message-ID: <200608281123.k7SBNecI009097@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9080 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:23:51 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:23:51 -0700 Subject: rpms/kst/devel kst.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281123.k7SBNrmi009118@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/kst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9101 Modified Files: kst.spec Removed Files: needs.rebuild Log Message: Rebuild kst for FC6. Index: kst.spec =================================================================== RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- kst.spec 23 Mar 2006 18:20:26 -0000 1.5 +++ kst.spec 28 Aug 2006 11:23:50 -0000 1.6 @@ -1,6 +1,6 @@ Name: kst Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A data viewing program for KDE Group: Applications/Engineering @@ -210,6 +210,9 @@ %{_datadir}/services/kst/kstdata_netcdf.desktop %changelog +* Mon Aug 28 2006 Matthew Truch - 1.2.1-2 +- Bump release to force build in prep. for FC6. + * Thu Mar 23 2006 Matthew Truch - 1.2.1-1 - Update to kst 1.2.1 bugfix release from upstream. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:24:08 -0700 Subject: rpms/dia/devel dia.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOAO6009193@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9175 Modified Files: dia.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:0.95-7 - FE6 Rebuild Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/devel/dia.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- dia.spec 13 Aug 2006 22:40:55 -0000 1.14 +++ dia.spec 28 Aug 2006 11:24:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -104,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:0.95-7 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:36 -0700 Subject: rpms/p7zip/devel p7zip.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOcDI009400@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/p7zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/p7zip/devel Modified Files: p7zip.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: p7zip.spec =================================================================== RCS file: /cvs/extras/rpms/p7zip/devel/p7zip.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- p7zip.spec 29 Jun 2006 14:30:44 -0000 1.11 +++ p7zip.spec 28 Aug 2006 11:24:36 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Very high compression ratio file archiver Name: p7zip Version: 4.42 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: Applications/Archiving URL: http://p7zip.sourceforge.net/ @@ -94,6 +94,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 4.42-2 +- FC6 rebuild. + * Thu Jun 29 2006 Matthias Saou 4.42-1 - Update to 4.42. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:15 -0700 Subject: rpms/gtweakui/devel gtweakui.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOlN1009408@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gtweakui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/gtweakui/devel Modified Files: gtweakui.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gtweakui.spec =================================================================== RCS file: /cvs/extras/rpms/gtweakui/devel/gtweakui.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gtweakui.spec 6 Mar 2006 15:34:35 -0000 1.7 +++ gtweakui.spec 28 Aug 2006 11:24:14 -0000 1.8 @@ -3,7 +3,7 @@ Summary: Extra configuration dialogs for GNOME Name: gtweakui Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: User Interface/Desktops URL: http://gtweakui.sourceforge.net/ @@ -20,48 +20,6 @@ %prep %setup -n %{real_name}-%{version} -%{__cat} > gtweakui-menus.desktop.in << EOF -[Desktop Entry] -Name=Menus -Comment=Change extra menu preferences -Exec=gtweakui-menus -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - -%{__cat} > gtweakui-nautilus.desktop.in << EOF -[Desktop Entry] -Name=Nautilus -Comment=Change extra nautilus preferences -Exec=gtweakui-nautilus -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - -%{__cat} > gtweakui-session.desktop.in << EOF -[Desktop Entry] -Name=Session -Comment=Change extra session preferences -Exec=gtweakui-session -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - %build %configure @@ -87,6 +45,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.4.0-3 +- FC6 rebuild. +- No longer replace (most of) the desktop files, keep the provided ones. + * Mon Mar 6 2006 Matthias Saou 0.4.0-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:15 -0700 Subject: rpms/i8kutils/devel i8kutils.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOl2c009411@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/i8kutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/i8kutils/devel Modified Files: i8kutils.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: i8kutils.spec =================================================================== RCS file: /cvs/extras/rpms/i8kutils/devel/i8kutils.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- i8kutils.spec 30 Jun 2006 14:43:30 -0000 1.12 +++ i8kutils.spec 28 Aug 2006 11:24:15 -0000 1.13 @@ -4,7 +4,7 @@ Summary: Dell laptop (Inspiron 8000 and others) SMM BIOS support tools Name: i8kutils Version: 1.25 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: System Environment/Base URL: http://people.debian.org/~dz/i8k/ @@ -95,6 +95,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.25-11 +- FC6 rebuild. + * Fri Jun 30 2006 Matthias Saou 1.25-10 - Rename init script to i8k since we don't only enable buttons. - Re-enable init script by default since all it does is load the i8k module. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:22 -0700 Subject: rpms/lighttpd/devel lighttpd.spec,1.23,1.24 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOs1L009439@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/lighttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/lighttpd/devel Modified Files: lighttpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: lighttpd.spec =================================================================== RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- lighttpd.spec 12 Jul 2006 17:39:10 -0000 1.23 +++ lighttpd.spec 28 Aug 2006 11:24:22 -0000 1.24 @@ -3,7 +3,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.11 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.lighttpd.net/ @@ -173,6 +173,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4.11-2 +- FC6 rebuild. + * Thu Mar 9 2006 Matthias Saou 1.4.11-1 - Update to 1.4.11. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:21 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:21 -0700 Subject: rpms/kannel/devel kannel.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOrbF009433@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/kannel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/kannel/devel Modified Files: kannel.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: kannel.spec =================================================================== RCS file: /cvs/extras/rpms/kannel/devel/kannel.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kannel.spec 6 Mar 2006 15:30:21 -0000 1.10 +++ kannel.spec 28 Aug 2006 11:24:21 -0000 1.11 @@ -1,7 +1,7 @@ Summary: WAP and SMS gateway Name: kannel Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} License: Kannel Group: System Environment/Daemons URL: http://www.kannel.org/ @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4.0-9 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.4.0-8 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:52 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:24:52 -0700 Subject: rpms/gconfmm26/devel gconfmm.spec,1.13,1.14 Message-ID: <200608281124.k7SBOsu0009438@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9415 Modified Files: gconfmm.spec Log Message: FE6 rebuild Index: gconfmm.spec =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gconfmm.spec 21 Aug 2006 16:59:19 -0000 1.13 +++ gconfmm.spec 28 Aug 2006 11:24:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: gconfmm26 Version: 2.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ wrapper for GConf2 @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:24:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:29 -0700 Subject: rpms/moin/devel moin.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP1o1009489@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/moin/devel Modified Files: moin.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- moin.spec 1 Aug 2006 12:27:57 -0000 1.8 +++ moin.spec 28 Aug 2006 11:24:29 -0000 1.9 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -10,8 +10,8 @@ Patch0: moin-1.5.2-config.patch Patch1: moin-1.3.5-xml_newline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildArch: noarch BuildRequires: python, dos2unix +BuildArch: noarch %description A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5.4-3 +- FC6 rebuild. + * Tue Aug 1 2006 Matthias Saou 1.5.4-2 - Don't assume we have a sane default umask... (#200833). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:31 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:31 -0700 Subject: rpms/oidentd/devel oidentd.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP3sY009497@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/oidentd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/oidentd/devel Modified Files: oidentd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: oidentd.spec =================================================================== RCS file: /cvs/extras/rpms/oidentd/devel/oidentd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- oidentd.spec 29 Jun 2006 09:58:20 -0000 1.11 +++ oidentd.spec 28 Aug 2006 11:24:30 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Implementation of the RFC1413 identification server Name: oidentd Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://ojnk.sourceforge.net/ @@ -82,6 +82,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.0.8-2 +- FC6 rebuild. + * Thu Jun 29 2006 Matthias Saou 2.0.8-1 - Update to 2.0.8 which fixes bugzilla #173754. - Don't flag init script as %%config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:22 -0700 Subject: rpms/libcaca/devel libcaca.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOstK009436@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/libcaca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/libcaca/devel Modified Files: libcaca.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: libcaca.spec =================================================================== RCS file: /cvs/extras/rpms/libcaca/devel/libcaca.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libcaca.spec 6 Mar 2006 15:29:18 -0000 1.11 +++ libcaca.spec 28 Aug 2006 11:24:21 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Library for Colour AsCii Art, text mode graphics Name: libcaca Version: 0.9 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPL Group: System Environment/Libraries URL: http://sam.zoy.org/projects/libcaca/ @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9-11 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 0.9-10 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:23 -0700 Subject: rpms/lmarbles/devel lmarbles.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOtq1009444@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/lmarbles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/lmarbles/devel Modified Files: lmarbles.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: lmarbles.spec =================================================================== RCS file: /cvs/extras/rpms/lmarbles/devel/lmarbles.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lmarbles.spec 6 Mar 2006 15:24:23 -0000 1.10 +++ lmarbles.spec 28 Aug 2006 11:24:23 -0000 1.11 @@ -1,13 +1,12 @@ Summary: Atomix clone where you create figures out of marbles Name: lmarbles Version: 1.0.7 -Release: 5 +Release: 6%{?dist} License: GPL Group: Amusements/Games URL: http://lgames.sourceforge.net/ Source: http://dl.sf.net/lgames/lmarbles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: SDL >= 1.1.4, SDL_mixer BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils, ImageMagick Obsoletes: marbles <= 1.0.5 @@ -78,6 +77,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0.7-6 +- FC5 rebuild. +- Add %%{?dist} tag. +- Remove explicit SDL* libraries requirements. + * Mon Mar 6 2006 Matthias Saou 1.0.7-5 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:29 -0700 Subject: rpms/metakit/devel metakit.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP1aP009483@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/metakit/devel Modified Files: metakit.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- metakit.spec 6 Mar 2006 15:23:19 -0000 1.13 +++ metakit.spec 28 Aug 2006 11:24:28 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Embeddable database Name: metakit Version: 2.4.9.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ @@ -11,7 +11,7 @@ Patch0: metakit-2.4.9.3-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: tcl, python -BuildRequires: gcc-c++, tcl-devel, python-devel +BuildRequires: tcl-devel, python-devel BuildRequires: autoconf, automake, libtool %description @@ -26,7 +26,7 @@ %package devel Summary: Header files and development documentation for metakit Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel Header files and development documentation for metakit. @@ -81,6 +81,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. +- Require exact release in the devel sub-package. + * Mon Mar 6 2006 Matthias Saou 2.4.9.5-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:25:06 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:25:06 -0700 Subject: rpms/dumb/devel dumb.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP8Jk009529@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dumb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9503 Modified Files: dumb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.9.3-5 - FE6 Rebuild Index: dumb.spec =================================================================== RCS file: /cvs/extras/rpms/dumb/devel/dumb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dumb.spec 27 Jul 2006 07:58:39 -0000 1.3 +++ dumb.spec 28 Aug 2006 11:25:06 -0000 1.4 @@ -1,6 +1,6 @@ Name: dumb Version: 0.9.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IT, XM, S3M and MOD player library Group: System Environment/Libraries License: GPL-Compatible @@ -69,6 +69,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.9.3-5 +- FE6 Rebuild + * Thu Jul 27 2006 Hans de Goede 0.9.3-4 - Fix CVE-2006-3668, thanks to Debian for the patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:30 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:30 -0700 Subject: rpms/ncftp/devel ncftp.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP2E4009494@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/ncftp/devel Modified Files: ncftp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ncftp.spec 22 Aug 2006 12:11:02 -0000 1.9 +++ ncftp.spec 28 Aug 2006 11:24:30 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Improved console FTP client Name: ncftp Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet @@ -67,6 +67,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2:3.2.0-2 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 - Update to 3.2.0. - Update IPv6 patch to 320-v6-20060806. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:25:55 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:25:55 -0700 Subject: rpms/gnome-vfsmm26/devel gnome-vfsmm.spec,1.11,1.12 Message-ID: <200608281125.k7SBPv4a009610@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9590 Modified Files: gnome-vfsmm.spec Log Message: FE6 rebuild Index: gnome-vfsmm.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/gnome-vfsmm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnome-vfsmm.spec 21 Aug 2006 18:32:15 -0000 1.11 +++ gnome-vfsmm.spec 28 Aug 2006 11:25:55 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnome-vfsmm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ wrapper for gnome-vfs @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:26:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:26:03 -0700 Subject: rpms/frozen-bubble/devel frozen-bubble.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281126.k7SBQ59s009668@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9619 Modified Files: frozen-bubble.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.0-10 - FE6 Rebuild Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/frozen-bubble.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- frozen-bubble.spec 26 Aug 2006 05:26:10 -0000 1.1 +++ frozen-bubble.spec 28 Aug 2006 11:26:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 1.0.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Amusements/Games Source0: http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2 @@ -112,6 +112,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.0-10 +- FE6 Rebuild + * Wed Aug 23 2006 Hans de Goede 1.0.0-9 - Filter out the autogenerated Provides for our private perl modules and also filter out the matching AutoRequires to still get an installable package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:26:47 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 04:26:47 -0700 Subject: rpms/par2cmdline/devel needs.rebuild,1.1,NONE Message-ID: <200608281126.k7SBQnLB009738@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/par2cmdline/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9720 Removed Files: needs.rebuild Log Message: Successfull build of par2cmdline-0_4-11_fc6 during FC-6 mass-rebuild. Job #14845. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:26:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:26:56 -0700 Subject: rpms/gcompris/devel gcompris.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281126.k7SBQwtQ009768@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9751 Modified Files: gcompris.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 7.4-14 - FE6 Rebuild Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gcompris.spec 13 Aug 2006 10:32:43 -0000 1.13 +++ gcompris.spec 28 Aug 2006 11:26:56 -0000 1.14 @@ -1,6 +1,6 @@ Name: gcompris Version: 7.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL @@ -498,6 +498,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 7.4-14 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:27:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:27:48 -0700 Subject: rpms/gkrellm/devel gkrellm.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281127.k7SBRosa009839@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gkrellm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9822 Modified Files: gkrellm.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.2.9-8 - FE6 Rebuild Index: gkrellm.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm/devel/gkrellm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gkrellm.spec 19 Jul 2006 18:35:32 -0000 1.1 +++ gkrellm.spec 28 Aug 2006 11:27:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: gkrellm Version: 2.2.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Multiple stacked system monitors in one process Group: Applications/System License: GPL @@ -184,6 +184,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.2.9-8 +- FE6 Rebuild + * Sun Jul 16 2006 Hans de Goede 2.2.9-7 - Add -r to groupadd - Add || : to the gkrellmd service related scripts (deviation from the wiki). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:28:20 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:28:20 -0700 Subject: rpms/libgnomecanvasmm26/devel libgnomecanvasmm.spec,1.11,1.12 Message-ID: <200608281128.k7SBSMxD009905@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9888 Modified Files: libgnomecanvasmm.spec Log Message: FE6 rebuild Index: libgnomecanvasmm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/libgnomecanvasmm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomecanvasmm.spec 21 Aug 2006 18:16:41 -0000 1.11 +++ libgnomecanvasmm.spec 28 Aug 2006 11:28:20 -0000 1.12 @@ -1,6 +1,6 @@ Name: libgnomecanvasmm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:28:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:28:58 -0700 Subject: rpms/gkrellm-wifi/devel gkrellm-wifi.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281129.k7SBT0eP010030@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gkrellm-wifi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10010 Modified Files: gkrellm-wifi.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.9.12-3 - FE6 Rebuild Index: gkrellm-wifi.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-wifi/devel/gkrellm-wifi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gkrellm-wifi.spec 19 Jul 2006 19:04:37 -0000 1.1 +++ gkrellm-wifi.spec 28 Aug 2006 11:28:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: gkrellm-wifi Version: 0.9.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wireless monitor plugin for the GNU Krell Monitors Group: Applications/System License: GPL @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.9.12-3 +- FE6 Rebuild + * Mon Jul 17 2006 Hans de Goede 0.9.12-2 - Use pristine upstream source and put changes found in the Core package tarbal in a patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:29:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:29:39 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281129.k7SBTfWR010222@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10201 Modified Files: glyph-keeper.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-3 - FE6 Rebuild Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glyph-keeper.spec 13 Mar 2006 22:46:44 -0000 1.1 +++ glyph-keeper.spec 28 Aug 2006 11:29:39 -0000 1.2 @@ -1,6 +1,6 @@ Name: glyph-keeper Version: 0.29.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for text rendering Group: System Environment/Libraries License: zlib License @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.29.1-3 +- FE6 Rebuild + * Mon Mar 13 2006 Hans de Goede 0.29.1-2 -change license to "zlib License" -add authors.txt and docs/* to %%doc --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:30:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:30:02 -0700 Subject: rpms/libgnomemm26/devel libgnomemm.spec,1.13,1.14 Message-ID: <200608281130.k7SBU4kV010361@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10316 Modified Files: libgnomemm.spec Log Message: FE6 rebuild Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libgnomemm.spec 21 Aug 2006 18:39:02 -0000 1.13 +++ libgnomemm.spec 28 Aug 2006 11:30:02 -0000 1.14 @@ -1,6 +1,6 @@ Name: libgnomemm26 Version: 2.16.0 -Release: 2 +Release: 3 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-3 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-2 - Uploaded source file From fedora-extras-commits at redhat.com Mon Aug 28 11:31:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:31:29 -0700 Subject: rpms/gnucap/devel gnucap.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281131.k7SBVVJS010667@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gnucap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10649 Modified Files: gnucap.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.34-3 - FE6 Rebuild Index: gnucap.spec =================================================================== RCS file: /cvs/extras/rpms/gnucap/devel/gnucap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnucap.spec 27 Apr 2006 19:29:32 -0000 1.1 +++ gnucap.spec 28 Aug 2006 11:31:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnucap Version: 0.34 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Gnu Circuit Analysis Package Group: Applications/Engineering License: GPL @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.34-3 +- FE6 Rebuild + * Thu Apr 27 2006 Hans de Goede 0.34-2 - add %%{?_smp_mflags} to the make command (bz 189699) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:32:12 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:32:12 -0700 Subject: rpms/gnumeric/devel gnumeric.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281132.k7SBWEkG010738@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gnumeric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10721 Modified Files: gnumeric.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.6.3-4 - FE6 Rebuild Index: gnumeric.spec =================================================================== RCS file: /cvs/extras/rpms/gnumeric/devel/gnumeric.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnumeric.spec 14 Jul 2006 20:39:46 -0000 1.20 +++ gnumeric.spec 28 Aug 2006 11:32:12 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Spreadsheet program for GNOME Name: gnumeric Version: 1.6.3 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPL Group: Applications/Productivity @@ -169,6 +169,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.6.3-4 +- FE6 Rebuild + * Fri Jul 21 2006 Hans de Goede 1:1.6.3-3 - Fix idl file being in both the main and the devel package - Move libspreadsheet.so symlink to the devel package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:33:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:33:28 -0700 Subject: rpms/goffice/devel goffice.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281133.k7SBXUBN010809@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/goffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10792 Modified Files: goffice.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.2.1-2 - FE6 Rebuild Index: goffice.spec =================================================================== RCS file: /cvs/extras/rpms/goffice/devel/goffice.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- goffice.spec 4 May 2006 19:45:14 -0000 1.10 +++ goffice.spec 28 Aug 2006 11:33:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: goffice Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Goffice support libraries Group: System Environment/Libraries License: GPL @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.2.1-2 +- FE6 Rebuild + * Tue May 2 2006 Hans de Goede 0.2.1-1 - new upstream version: 0.2.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:34:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:34:55 -0700 Subject: rpms/gtkterm/devel gtkterm.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281134.k7SBYvbM010875@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gtkterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10858 Modified Files: gtkterm.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.99.5-3 - FE6 Rebuild Index: gtkterm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkterm/devel/gtkterm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gtkterm.spec 11 May 2006 21:40:04 -0000 1.9 +++ gtkterm.spec 28 Aug 2006 11:34:55 -0000 1.10 @@ -1,6 +1,6 @@ Name: gtkterm Version: 0.99.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Serial port terminal Group: Applications/Communications License: GPL @@ -72,6 +72,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.99.5-3 +- FE6 Rebuild + * Thu May 11 2006 Hans de Goede 0.99.5-2 - Rebuild for new vte release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:37:47 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:37:47 -0700 Subject: rpms/pstoedit/devel pstoedit.spec,1.2,1.3 Message-ID: <200608281137.k7SBbn9Z010965@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10944 Modified Files: pstoedit.spec Log Message: FE6 rebuild Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/devel/pstoedit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pstoedit.spec 18 Aug 2006 11:25:58 -0000 1.2 +++ pstoedit.spec 28 Aug 2006 11:37:46 -0000 1.3 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -83,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 28 2006 Denis Leroy - 3.44-4 +- FE6 Rebuild + * Fri Aug 18 2006 Denis Leroy - 3.44-3 - Added svg/libplot support From fedora-extras-commits at redhat.com Mon Aug 28 11:37:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:37:56 -0700 Subject: rpms/id3lib/devel id3lib.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281137.k7SBbw68011029@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/id3lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11011 Modified Files: id3lib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 3.8.3-14 - Taking over as maintainer since Anvil has other priorities - FE6 Rebuild Index: id3lib.spec =================================================================== RCS file: /cvs/extras/rpms/id3lib/devel/id3lib.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- id3lib.spec 18 Feb 2006 13:02:49 -0000 1.11 +++ id3lib.spec 28 Aug 2006 11:37:56 -0000 1.12 @@ -1,24 +1,17 @@ Summary: Library for manipulating ID3v1 and ID3v2 tags Name: id3lib Version: 3.8.3 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPL Group: System Environment/Libraries URL: http://id3lib.sourceforge.net/ -Source0: http://download.sf.net/id3lib/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/id3lib/%{name}-%{version}.tar.gz Patch0: id3lib-dox.patch Patch1: id3lib-3.8.3-libtool-autofoo.patch.bz2 Patch2: id3lib-3.8.3-io_helpers-163101.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: zlib-devel doxygen -%package devel -Summary: Development tools for the id3lib library -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: zlib-devel - - %description This package provides a software library for manipulating ID3v1 and ID3v2 tags. It provides a convenient interface for software developers @@ -28,6 +21,13 @@ (de)compression, and optional padding facilities. Additionally, it can tell mp3 header info, like bitrate etc. + +%package devel +Summary: Development tools for the id3lib library +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: zlib-devel + %description devel This package provides files needed to develop with the id3lib. @@ -83,6 +83,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 3.8.3-14 +- Taking over as maintainer since Anvil has other priorities +- FE6 Rebuild + * Sat Feb 18 2006 Ville Skytt?? - 3.8.3-13 - Don't ship static libs. - Build with dependency tracking disabled. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:39:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:39:52 -0700 Subject: rpms/imlib2/devel imlib2.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281139.k7SBdspB011121@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11101 Modified Files: imlib2.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.2-2 - FE6 Rebuild Index: imlib2.spec =================================================================== RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- imlib2.spec 23 Jul 2006 09:07:44 -0000 1.20 +++ imlib2.spec 28 Aug 2006 11:39:52 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Image loading, saving, rendering, and manipulation library Name: imlib2 Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/Libraries/Imlib2/ @@ -107,6 +107,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.2-2 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:40:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:40:50 -0700 Subject: rpms/lacewing/devel lacewing.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281140.k7SBeqDU011216@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/lacewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11199 Modified Files: lacewing.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.10-7 - FE6 Rebuild Index: lacewing.spec =================================================================== RCS file: /cvs/extras/rpms/lacewing/devel/lacewing.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lacewing.spec 6 Jul 2006 18:58:04 -0000 1.5 +++ lacewing.spec 28 Aug 2006 11:40:50 -0000 1.6 @@ -1,6 +1,6 @@ Name: lacewing Version: 1.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Asteroid like game with many different ships Group: Amusements/Games License: GPL @@ -83,6 +83,9 @@ %{_datadir}/icons/hicolor/48x48/apps/lacewing.png %changelog +* Mon Aug 28 2006 Hans de Goede 1.10-7 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.10-6 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:41:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:41:42 -0700 Subject: rpms/libglademm24/devel needs.rebuild,1.1,NONE Message-ID: <200608281141.k7SBfibA011292@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11274 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:43:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:43:57 -0700 Subject: rpms/libassetml/devel libassetml.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608281143.k7SBhxop011320@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libassetml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11303 Modified Files: libassetml.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.1-4 - FE6 Rebuild Index: libassetml.spec =================================================================== RCS file: /cvs/extras/rpms/libassetml/devel/libassetml.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libassetml.spec 10 Jun 2006 12:28:59 -0000 1.3 +++ libassetml.spec 28 Aug 2006 11:43:57 -0000 1.4 @@ -1,6 +1,6 @@ Name: libassetml Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: XML resource database library Group: System Environment/Libraries License: GPL @@ -86,6 +86,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.1-4 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1.2.1-3 - Add BuildRequires: gettext to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:44:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:44:40 -0700 Subject: rpms/libcddb/devel libcddb.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608281144.k7SBig8W011424@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11407 Modified Files: libcddb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.1-4 - FE6 Rebuild Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/libcddb.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libcddb.spec 23 Jul 2006 09:06:42 -0000 1.17 +++ libcddb.spec 28 Aug 2006 11:44:39 -0000 1.18 @@ -1,12 +1,11 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 3%{?dist} - +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/libcddb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig libcdio-devel >= 0.67 @@ -14,6 +13,7 @@ Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). + %package devel Summary: Development files for libcddb Group: Development/Libraries @@ -38,8 +38,7 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall - +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -48,6 +47,7 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.1-4 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.1-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:46:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:46:11 -0700 Subject: rpms/libebml/devel libebml.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281146.k7SBkDvs011499@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libebml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11482 Modified Files: libebml.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.7.7-2 - Taking over as maintainer since Anvil has other priorities - Drop static lib from -devel package - FE6 Rebuild Index: libebml.spec =================================================================== RCS file: /cvs/extras/rpms/libebml/devel/libebml.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libebml.spec 12 Apr 2006 14:34:42 -0000 1.14 +++ libebml.spec 28 Aug 2006 11:46:11 -0000 1.15 @@ -1,11 +1,11 @@ Summary: Extensible Binary Meta Language library Name: libebml Version: 0.7.7 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.matroska.org/ -Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2 +Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) %description @@ -42,8 +42,9 @@ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a # Needed for proper stripping of the library (still in 0.7.6) -chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.* +chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean @@ -51,22 +52,27 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files %defattr(-,root,root,0755) %doc ChangeLog LICENSE.LGPL -%{_libdir}/libebml.so.* +%{_libdir}/%{name}.so.* %files devel %defattr(-,root,root,0755) %{_includedir}/ebml/ -%{_libdir}/libebml.a -%{_libdir}/libebml.so +%{_libdir}/%{name}.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.7.7-2 +- Taking over as maintainer since Anvil has other priorities +- Drop static lib from -devel package +- FE6 Rebuild + * Wed Apr 12 2006 Dams - 0.7.7-1 - Updated to 0.7.7 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:47:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:47:21 -0700 Subject: rpms/libgda/devel libgda.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608281147.k7SBlNTu011565@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11548 Modified Files: libgda.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 - FE6 Rebuild Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libgda.spec 20 Jun 2006 08:29:54 -0000 1.16 +++ libgda.spec 28 Aug 2006 11:47:21 -0000 1.17 @@ -35,7 +35,7 @@ Summary: Library for writing gnome database programs Name: libgda Version: 1.9.100 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Source: %{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -400,6 +400,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 +- FE6 Rebuild + * Tue Jun 20 2006 Hans de Goede 1:1.9.100-9 - Add BuildRequires: libtool hopefully _really_ fixing building with the new stripped mock config. (Drop BR: autoconf which is implied by BR: automake). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:49:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:49:36 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec, 1.15, 1.16 needs.rebuild, 1.1, NONE Message-ID: <200608281149.k7SBncSK011631@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11614 Modified Files: libgnomedb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 - FE6 Rebuild Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- libgnomedb.spec 10 Jun 2006 12:44:14 -0000 1.15 +++ libgnomedb.spec 28 Aug 2006 11:49:36 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Library for writing gnome database programs Name: libgnomedb Version: 1.9.100 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 Source: %{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -157,6 +157,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1:1.9.100-8 - Add BuildRequires: gettext to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:50:26 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:50:26 -0700 Subject: rpms/libmatroska/devel libmatroska.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608281150.k7SBoSfd011697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libmatroska/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11680 Modified Files: libmatroska.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.8.0-4 - Drop static lib from -devel package - FE6 Rebuild Index: libmatroska.spec =================================================================== RCS file: /cvs/extras/rpms/libmatroska/devel/libmatroska.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libmatroska.spec 23 Jul 2006 09:31:08 -0000 1.14 +++ libmatroska.spec 28 Aug 2006 11:50:25 -0000 1.15 @@ -1,11 +1,11 @@ Summary: Open audio/video container format library Name: libmatroska Version: 0.8.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.matroska.org/ -Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2 +Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libebml-devel >= 0.7.6 @@ -46,8 +46,9 @@ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a # Needed for proper stripping of the library (still in 0.8.0) -chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.* +chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean @@ -55,22 +56,26 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL -%{_libdir}/libmatroska.so.* +%{_libdir}/%{name}.so.* %files devel -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %{_includedir}/matroska/ -%{_libdir}/libmatroska.a -%{_libdir}/libmatroska.so +%{_libdir}/%{name}.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.8.0-4 +- Drop static lib from -devel package +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 0.8.0-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:54:41 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:54:41 -0700 Subject: rpms/pl/devel pl.spec,1.27,1.28 Message-ID: <200608281154.k7SBshmh011789@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11772 Modified Files: pl.spec Log Message: Rebuild for FE6 Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/devel/pl.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- pl.spec 11 Jul 2006 07:58:52 -0000 1.27 +++ pl.spec 28 Aug 2006 11:54:41 -0000 1.28 @@ -1,6 +1,6 @@ Name: pl Version: 5.6.16 -Release: 1%{?dist} +Release: 3%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -30,9 +30,7 @@ BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libXinerama-devel - -# x86_64 excluded due to build failure: https://bugzilla.redhat.com/149038 -#ExcludeArch: x86_64 +BuildRequires: pkgconfig %description ISO/Edinburgh-style Prolog compiler including modules, autoload, @@ -98,6 +96,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.6.16-3 +- Rebuild for FE6 + * Tue Jul 11 2006 Gerard Milmeister - 5.6.16-1 - new version 5.6.16 From fedora-extras-commits at redhat.com Mon Aug 28 11:55:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:55:00 -0700 Subject: rpms/libsamplerate/devel libsamplerate.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608281155.k7SBt2Qf011864@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11846 Modified Files: libsamplerate.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.1.2-6 - Drop static lib from -devel package - FE6 Rebuild Index: libsamplerate.spec =================================================================== RCS file: /cvs/extras/rpms/libsamplerate/devel/libsamplerate.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libsamplerate.spec 23 Jul 2006 10:42:59 -0000 1.12 +++ libsamplerate.spec 28 Aug 2006 11:55:00 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Sample rate conversion library for audio data Name: libsamplerate Version: 0.1.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/SRC/ @@ -9,12 +9,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libsndfile-devel >= 1.0.6 pkgconfig -%package devel -Summary: Development related files for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} pkgconfig - - %description Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a @@ -22,6 +16,12 @@ output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects. + +%package devel +Summary: Development related files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig + %description devel Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a @@ -36,7 +36,7 @@ %build -%configure --disable-dependency-tracking --disable-fftw +%configure --disable-dependency-tracking --disable-fftw --disable-static # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -46,11 +46,12 @@ %install rm -rf $RPM_BUILD_ROOT _doc make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la cp -a doc _doc rm _doc/Makefile* _doc/NEWS _doc/ChangeLog -%check || : +%check export LD_LIBRARY_PATH=`pwd`/src/.libs make check unset LD_LIBRARY_PATH @@ -61,6 +62,7 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -72,14 +74,16 @@ %files devel %defattr(-,root,root,-) -%exclude %{_libdir}/lib*.la %{_includedir}/samplerate.h -%{_libdir}/lib*.so -%{_libdir}/lib*.a +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/samplerate.pc %changelog +* Mon Aug 28 2006 Hans de Goede 0.1.2-6 +- Drop static lib from -devel package +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 0.1.2-5 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:19 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:55:19 -0700 Subject: rpms/GtkAda/devel needs.rebuild,1.1,NONE Message-ID: <200608281155.k7SBtLAa011931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11916 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:55:44 -0700 Subject: rpms/libtar/devel libtar.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281155.k7SBtkuR011970@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libtar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11951 Modified Files: libtar.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.11-8 - FE6 Rebuild Index: libtar.spec =================================================================== RCS file: /cvs/extras/rpms/libtar/devel/libtar.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libtar.spec 23 Jul 2006 18:22:53 -0000 1.10 +++ libtar.spec 28 Aug 2006 11:55:44 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Tar file manipulation API Name: libtar Version: 1.2.11 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.feep.net/libtar/ @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.11-8 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.11-7 - Taking over as maintainer since Anvil has other priorities - Add a bunch of patches from Debian, which build a .so instead of a .a --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:48 -0700 Subject: rpms/php-pecl-sqlite/FC-4 dead.package, NONE, 1.1 .cvsignore, 1.3, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtohF012006@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-4 Added Files: dead.package Removed Files: .cvsignore php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:54 -0700 Subject: rpms/php-pecl-sqlite/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.3, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtuUx012065@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-5 Added Files: dead.package Removed Files: .cvsignore php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:55 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:55 -0700 Subject: rpms/php-pecl-sqlite/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE needs.rebuild, 1.1, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtvr3012068@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/devel Added Files: dead.package Removed Files: .cvsignore needs.rebuild php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- needs.rebuild DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:48 -0700 Subject: rpms/php-pecl-sqlite/FC-3 php-pecl-sqlite.spec,1.3,1.4 Message-ID: <200608281156.k7SBuKeV012090@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-3 Modified Files: php-pecl-sqlite.spec Log Message: This extension is built into PHP 5 by default. Index: php-pecl-sqlite.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-sqlite/FC-3/php-pecl-sqlite.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-pecl-sqlite.spec 16 Feb 2005 12:42:07 -0000 1.3 +++ php-pecl-sqlite.spec 28 Aug 2006 11:55:47 -0000 1.4 @@ -1,4 +1,4 @@ -%define php_extdir %(php-config --extension-dir || echo %{_libdir}/php4) +%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) Summary: PECL package for accessing SQLite databases Name: php-pecl-sqlite From fedora-extras-commits at redhat.com Mon Aug 28 11:57:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:57:00 -0700 Subject: rpms/lzo/devel lzo.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281157.k7SBv2Ri012118@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/lzo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12101 Modified Files: lzo.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.02-2 - FE6 Rebuild Index: lzo.spec =================================================================== RCS file: /cvs/extras/rpms/lzo/devel/lzo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lzo.spec 26 Jul 2006 10:58:35 -0000 1.12 +++ lzo.spec 28 Aug 2006 11:57:00 -0000 1.13 @@ -1,6 +1,6 @@ Name: lzo Version: 2.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Data compression library with very fast (de)compression Group: System Environment/Libraries License: GPL @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.02-2 +- FE6 Rebuild + * Wed Jul 26 2006 Hans de Goede 2.02-1 - New upstream release 2.02, soname change! --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:57:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:57:32 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281157.k7SBvYko012202@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12178 Modified Files: monkey-bubble.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.4.0-2 - FE6 Rebuild Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- monkey-bubble.spec 2 Aug 2006 21:15:27 -0000 1.7 +++ monkey-bubble.spec 28 Aug 2006 11:57:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: monkey-bubble Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL @@ -103,6 +103,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.4.0-2 +- FE6 Rebuild + * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:58:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:58:22 -0700 Subject: rpms/njam/devel njam.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281158.k7SBwOXF012301@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/njam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12283 Modified Files: njam.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.25-4 - FE6 Rebuild Index: njam.spec =================================================================== RCS file: /cvs/extras/rpms/njam/devel/njam.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njam.spec 9 May 2006 19:44:48 -0000 1.2 +++ njam.spec 28 Aug 2006 11:58:22 -0000 1.3 @@ -1,6 +1,6 @@ Name: njam Version: 1.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Maze-game, eat all the cookies while avoiding the badguys Group: Amusements/Games License: GPL @@ -98,6 +98,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.25-4 +- FE6 Rebuild + * Tue May 9 2006 Hans de Goede 1.25-3 - Add Patch2, which fixes the leveleditor to save custom made levels under $HOME/.njam-levels instead of trying to write them under /usr/share. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:58:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:58:56 -0700 Subject: rpms/ode/devel ode.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281158.k7SBwwfb012376@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12359 Modified Files: ode.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.6-3 - FE6 Rebuild Index: ode.spec =================================================================== RCS file: /cvs/extras/rpms/ode/devel/ode.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ode.spec 6 Jul 2006 06:44:28 -0000 1.2 +++ ode.spec 28 Aug 2006 11:58:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: ode Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: High performance library for simulating rigid body dynamics Group: System Environment/Libraries License: BSD LGPL @@ -80,6 +80,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.6-3 +- FE6 Rebuild + * Wed Jul 5 2006 Hans de Goede 0.6-2 - Change name from libode to ode - Fix soname & /usr/lib64 usage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:00:12 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:00:12 -0700 Subject: rpms/gconfmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281200.k7SC0EB7012454@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12439 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:04:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:04:02 -0700 Subject: rpms/ogre/devel ogre.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281204.k7SC44S4015140@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15121 Modified Files: ogre.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.2-2.p1 - FE6 Rebuild Index: ogre.spec =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ogre.spec 1 Aug 2006 12:31:47 -0000 1.3 +++ ogre.spec 28 Aug 2006 12:04:02 -0000 1.4 @@ -2,7 +2,7 @@ Name: ogre Version: 1.2.2 -Release: 1.%{version_postfix}%{?dist} +Release: 2.%{version_postfix}%{?dist} Summary: Object-Oriented Graphics Rendering Engine License: LGPL Group: System Environment/Libraries @@ -130,6 +130,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.2-2.p1 +- FE6 Rebuild + * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:06:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:06:17 -0700 Subject: rpms/gnome-vfsmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281206.k7SC6J4t015314@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15299 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:09:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:09:06 -0700 Subject: rpms/qt4/devel .cvsignore, 1.6, 1.7 qt4.spec, 1.19, 1.20 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281209.k7SC98mA015373@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15352 Modified Files: .cvsignore qt4.spec sources Removed Files: needs.rebuild Log Message: * Fri Aug 28 2006 Rex Dieter 4.2.0-0.6.20060821 - update to 4.2.0-snapshot-20060821 (same as today's qt-copy) - -no-separate-debug-info - BR: libXfixes-devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 15:28:13 -0000 1.6 +++ .cvsignore 28 Aug 2006 12:09:06 -0000 1.7 @@ -1,5 +1,5 @@ clog +qt41.spec qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz -qt41.spec - +qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- qt4.spec 7 Aug 2006 12:32:20 -0000 1.19 +++ qt4.spec 28 Aug 2006 12:09:06 -0000 1.20 @@ -2,18 +2,21 @@ # Fedora Review # http://bugzilla.redhat.com/188180 -%define beta tp1 -%define preview -preview +#define beta tp1 +#define preview -preview + +%define snap 20060821 +%define beta snapshot-%{snap} Summary: Qt toolkit Name: qt4 Version: 4.2.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{snap}%{?dist} License: GPL/QPL Group: System Environment/Libraries Url: http://www.trolltech.com/products/qt/ -Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.gz +Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # search for assistant-qt4 instead of (qt3's) assistant in $PATH @@ -79,7 +82,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -225,6 +228,11 @@ %build +# There's a bug in the build somewhere, but we'll hack around it here for now -- Rex +%if "%{?qdbus}" == "-qdbus" +LD_RUN_PATH=$(pwd)/lib;export LD_RUN_PATH +%endif + # build shared, threaded (default) libraries echo yes | ./configure -v \ -prefix %{qtdir} \ @@ -244,6 +252,7 @@ -qt-gif \ -no-reduce-exports \ -no-rpath \ + -no-separate-debug-info \ -sm \ -stl \ -system-libmng \ @@ -252,6 +261,7 @@ -system-zlib \ -tablet \ -xcursor \ + -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -260,9 +270,9 @@ -glib \ %{?qdbus} %{!?qdbus:-no-qdbus} \ %{?nas} %{!?nas:-no-nas-sound} \ - %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ - %{?psql} \ - %{?odbc} \ + %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ + %{?psql} \ + %{?odbc} \ %{?sqlite} make %{?_smp_mflags} @@ -313,7 +323,7 @@ pushd %{buildroot}%{qtdir}/bin for i in *; do case "$i" in - qt3to4|uic3|rcc) + dbusxml2cpp|qt3to4|uic3|rcc) LINK=$i ;; *) @@ -355,7 +365,7 @@ %files %defattr(-,root,root,-) -%doc README* changes* +%doc README* %{!?beta:%doc OPENSOURCE-NOTICE.TXT} %{qtdir}/LICENSE.* %if "%{qt_libdir}" != "%{_libdir}" @@ -402,6 +412,10 @@ %{qtdir}/bin/qm2ts* %{_bindir}/qm2ts* %endif +%if "%{?qdbus}" == "-qdbus" +%{qtdir}/bin/dbusxml2cpp +%{_bindir}/dbusxml2cpp +%endif %{qtdir}/bin/qmake* %{qtdir}/bin/qt3to4 %{qtdir}/bin/rcc* @@ -480,6 +494,11 @@ %changelog +* Fri Aug 28 2006 Rex Dieter 4.2.0-0.6.20060821 +- update to 4.2.0-snapshot-20060821 (same as today's qt-copy) +- -no-separate-debug-info +- BR: libXfixes-devel + * Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 - fix empty -debuginfo - use $RPM_OPT_FLAGS Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Aug 2006 15:28:13 -0000 1.4 +++ sources 28 Aug 2006 12:09:06 -0000 1.5 @@ -1 +1 @@ -099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz +9d83d8455859c582e1796126e0918bd4 qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:16:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:16:49 -0700 Subject: rpms/qt4/FC-5 .cvsignore, 1.5, 1.6 qt4.spec, 1.14, 1.15 sources, 1.3, 1.4 Message-ID: <200608281216.k7SCGphB015450@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15429 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Aug 28 2006 Rex Dieter 4.1.4-9 - ./configure -xfixes, BR: libXfixes-devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 16 Jul 2006 13:35:46 -0000 1.5 +++ .cvsignore 28 Aug 2006 12:16:49 -0000 1.6 @@ -1,4 +1,5 @@ clog +qt41.spec qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz - +qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qt4.spec 20 Jul 2006 23:19:54 -0000 1.14 +++ qt4.spec 28 Aug 2006 12:16:49 -0000 1.15 @@ -1,11 +1,11 @@ # Fedora Review -# http://bugzilla.redhat.com/bugzilla/188180 +# http://bugzilla.redhat.com/188180 Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -13,7 +13,7 @@ Source0: ftp://ftp.troll.no/qt/source/qt-x11-opensource-src-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# search for assistant4 instead of (qt3's) assistant in $PATH +# search for assistant-qt4 instead of (qt3's) assistant in $PATH Patch1: qt-x11-opensource-src-4.1.2-assistant4.patch Source10: qt4-wrapper.sh @@ -28,17 +28,22 @@ # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library %define mysql -no-sql-mysql -%if "%{?fedora}" > "3" -%define mysql -plugin-sql-mysql -%endif -%if "%{?rhel}" > "3" +%if "%{?fedora}" > "3" || "%{?rhel}" > "3" %define mysql -plugin-sql-mysql %endif %define odbc -plugin-sql-odbc %define psql -plugin-sql-psql %define sqlite -plugin-sql-sqlite # +%if "%{?fedora}" > "4" +%define nas -system-nas-sound +%endif +%if "%{?fedora}" == "4" +# nas unavailable on fc4/x86_64 +%ifnarch x86_64 %define nas -system-nas-sound +%endif +%endif %define qt_dirname %{name} %define qtdir %{_libdir}/%{qt_dirname} @@ -71,7 +76,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -243,6 +248,7 @@ -system-zlib \ -tablet \ -xcursor \ + -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -464,6 +470,9 @@ %changelog +* Fri Aug 28 2006 Rex Dieter 4.1.4-9 +- ./configure -xfixes, BR: libXfixes-devel + * Thu Jul 20 2006 Rex Dieter 4.1.4-8 - strip -laudio, -lglib-2.0 from .pc files Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2006 18:35:57 -0000 1.3 +++ sources 28 Aug 2006 12:16:49 -0000 1.4 @@ -1 +1,2 @@ 88f8c9c4622108baca2950baac3c02d6 qt-x11-opensource-src-4.1.4.tar.gz +099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 12:27:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:27:45 -0700 Subject: rpms/overgod/devel overgod.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281227.k7SCRlaE015630@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/overgod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610 Modified Files: overgod.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0-5 - FE6 Rebuild Index: overgod.spec =================================================================== RCS file: /cvs/extras/rpms/overgod/devel/overgod.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- overgod.spec 6 Jul 2006 18:54:39 -0000 1.3 +++ overgod.spec 28 Aug 2006 12:27:45 -0000 1.4 @@ -1,6 +1,6 @@ Name: overgod Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Another Asteroid like game Group: Amusements/Games License: GPL @@ -73,6 +73,9 @@ %{_datadir}/icons/hicolor/48x48/apps/overgod.png %changelog +* Mon Aug 28 2006 Hans de Goede 1.0-5 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.0-4 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:50 -0700 Subject: rpms/SDL_gfx/devel SDL_gfx.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281228.k7SCSq1L015848@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/SDL_gfx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/SDL_gfx/devel Modified Files: SDL_gfx.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: SDL_gfx.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SDL_gfx.spec 6 Mar 2006 15:12:35 -0000 1.5 +++ SDL_gfx.spec 28 Aug 2006 12:28:50 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Graphic primitives, rotozoomer, framerate control and image filters Name: SDL_gfx Version: 2.0.13 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: SDL-devel, gcc-c++, automake, autoconf, perl +BuildRequires: SDL-devel, automake, autoconf %description The SDL_gfx library offers several components: Graphic Primitives, @@ -22,7 +22,7 @@ %package devel Summary: Header files and static libraries for SDL_gfx Group: Development/Libraries -Requires: %{name} = %{version}, SDL-devel +Requires: %{name} = %{version}-%{release}, SDL-devel %description devel This package contains the header files and static libraries for SDL_gfx. @@ -71,6 +71,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.0.13-5 +- FC6 rebuild. +- Remove gcc-c++ and perl build requirements, they're defaults. +- Add release to the devel sub-package requirement. + * Mon Mar 6 2006 Matthias Saou 2.0.13-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:51 -0700 Subject: rpms/synergy/devel synergy.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281228.k7SCSrla015857@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/synergy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/synergy/devel Modified Files: synergy.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: synergy.spec =================================================================== RCS file: /cvs/extras/rpms/synergy/devel/synergy.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- synergy.spec 4 May 2006 08:49:03 -0000 1.14 +++ synergy.spec 28 Aug 2006 12:28:51 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Mouse and keyboard sharing utility Name: synergy Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://synergy2.sourceforge.net/ @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf, automake # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libXext-devel, libXtst-devel, libXt-devel BuildRequires: libXinerama-devel %else @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.3.1-2 +- FC6 rebuild. + * Thu May 4 2006 Matthias Saou 1.3.1-1 - Update to 1.3.1. - Run full autoreconf instead of just autoconf since 1.6 is required otherwise. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:50 -0700 Subject: rpms/starfighter/devel starfighter.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608281228.k7SCSq8L015853@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/starfighter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/starfighter/devel Modified Files: starfighter.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: starfighter.spec =================================================================== RCS file: /cvs/extras/rpms/starfighter/devel/starfighter.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- starfighter.spec 6 Mar 2006 15:11:24 -0000 1.8 +++ starfighter.spec 28 Aug 2006 12:28:50 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Project: Starfighter, a space arcade game Name: starfighter Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Amusements/Games URL: http://www.parallelrealities.co.uk/starfighter.php @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.1-8 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.1-7 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:46 -0700 Subject: rpms/php-eaccelerator/devel php-eaccelerator.spec, 1.20, 1.21 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTJNU015871@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/php-eaccelerator/devel Modified Files: php-eaccelerator.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- php-eaccelerator.spec 22 Aug 2006 12:34:56 -0000 1.20 +++ php-eaccelerator.spec 28 Aug 2006 12:28:46 -0000 1.21 @@ -17,7 +17,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.3.%{prever}%{?dist} +Release: 0.4.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ @@ -85,6 +85,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 5.1.4_0.9.5-0.4.rc1 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 - Update to 0.9.5-rc1. - Enable shared-memory, sessions and content-caching (#201319). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:46 -0700 Subject: rpms/perl-libintl/devel perl-libintl.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTIq8015868@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/perl-libintl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/perl-libintl/devel Modified Files: perl-libintl.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: perl-libintl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-libintl/devel/perl-libintl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-libintl.spec 11 Feb 2006 04:56:59 -0000 1.4 +++ perl-libintl.spec 28 Aug 2006 12:28:46 -0000 1.5 @@ -1,16 +1,15 @@ Summary: Internationalization library for Perl, compatible with gettext Name: perl-libintl Version: 1.16 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/libintl-perl/ Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-libintl-perl = %{version}-%{release} - -BuildRequires: gdbm-devel db4-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: gdbm-devel, db4-devel %description The package libintl-perl is an internationalization library for Perl that @@ -22,38 +21,43 @@ %setup -q -n libintl-perl-%{version} find -type f -exec chmod -x {} \; find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \ - -exec sed -i -e '/^#! \/bin\/false/d' {} \; + -exec sed -i -e '/^#! \/bin\/false/d' {} \; %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %install -%{__rm} -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w %{buildroot}/* + %check -make test +%{__make} test %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog COPYING* NEWS README THANKS TODO -%{perl_vendorlib}/Locale -%{perl_vendorarch}/auto/Locale +%{perl_vendorlib}/Locale/ +%{perl_vendorarch}/auto/Locale/ %{_mandir}/man?/* %changelog +* Mon Aug 28 2006 Matthias Saou 1.16-3 +- FC6 rebuild. +- Change spec file back to my own liking... + * Sat Feb 11 2006 Ralf Cors??pius 1.16-2 - Rework spec (PR 180767). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:47 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:47 -0700 Subject: rpms/php-pecl-mailparse/devel php-pecl-mailparse.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTJmn015874@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-mailparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/php-pecl-mailparse/devel Modified Files: php-pecl-mailparse.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: php-pecl-mailparse.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-mailparse/devel/php-pecl-mailparse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- php-pecl-mailparse.spec 1 Jul 2006 12:44:57 -0000 1.10 +++ php-pecl-mailparse.spec 28 Aug 2006 12:28:47 -0000 1.11 @@ -1,9 +1,10 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) +%define php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") +%define php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) Summary: PECL package for parsing and working with email messages Name: php-pecl-mailparse Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/mailparse @@ -11,7 +12,8 @@ # Tarball created from the ext/mbstring/libmbfl/mbfl/ dir of the PHP sources Source1: mbfl-4.4.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: php, php-mbstring +Requires: php-api = %{php_apiver}, php-mbstring +Provides: php-pecl(mailparse) BuildRequires: php, php-devel # Required by phpize BuildRequires: autoconf, automake, libtool @@ -22,7 +24,7 @@ %prep -%setup -a 1 -n mailparse-%{version} +%setup -n mailparse-%{version} -a 1 %build @@ -60,6 +62,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.1.1-5 +- FC6 rebuild. +- Add php-api requirement and php-pecl(mailparse) provides. + * Mon Mar 6 2006 Matthias Saou 2.1.1-4 - Add missing php-mbstring requirement (#197410). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:48 -0700 Subject: rpms/portaudio/devel portaudio.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281229.k7SCTKQA015877@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/portaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/portaudio/devel Modified Files: portaudio.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: portaudio.spec =================================================================== RCS file: /cvs/extras/rpms/portaudio/devel/portaudio.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- portaudio.spec 6 Mar 2006 15:17:12 -0000 1.8 +++ portaudio.spec 28 Aug 2006 12:28:48 -0000 1.9 @@ -3,7 +3,7 @@ Summary: Free, cross platform, open-source, audio I/O library Name: portaudio Version: 18.1 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD-like Group: System Environment/Libraries URL: http://www.portaudio.com/ @@ -31,9 +31,9 @@ %install %{__rm} -rf %{buildroot} -%{__install} -D -m0755 pa_unix_oss/libportaudio.so \ +%{__install} -D -m 0755 pa_unix_oss/libportaudio.so \ %{buildroot}%{_libdir}/libportaudio.so -%{__install} -D -m0644 pa_common/portaudio.h \ +%{__install} -D -m 0644 pa_common/portaudio.h \ %{buildroot}%{_includedir}/portaudio.h @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 18.1-8 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 18.1-7 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:48 -0700 Subject: rpms/powermanga/devel powermanga.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTLVg015880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/powermanga/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/powermanga/devel Modified Files: powermanga.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: powermanga.spec =================================================================== RCS file: /cvs/extras/rpms/powermanga/devel/powermanga.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- powermanga.spec 21 Apr 2006 12:03:43 -0000 1.13 +++ powermanga.spec 28 Aug 2006 12:28:48 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Arcade 2D shoot-them-up game Name: powermanga Version: 0.80 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Amusements/Games URL: http://linux.tlk.fr/games/Powermanga/ @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: SDL-devel, SDL_mixer-devel, zlib-devel, desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel %endif @@ -100,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.80-3 +- FC6 rebuild. + * Fri Apr 21 2006 Matthias Saou 0.80-2 - Add a workaround to include the "texts" directory and files, since the game won't run without, and they don't get installed automatically! (#188901). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:49 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:49 -0700 Subject: rpms/proftpd/devel proftpd.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608281229.k7SCTLbG015881@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/proftpd/devel Modified Files: proftpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- proftpd.spec 23 Aug 2006 14:45:54 -0000 1.19 +++ proftpd.spec 28 Aug 2006 12:28:49 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -186,7 +186,10 @@ %changelog -* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +* Mon Aug 28 2006 Matthias Saou 1.3.0-7 +- FC6 rebuild. + +* Mon Aug 21 2006 Matthias Saou 1.3.0-6 - Add mod_quotatab, _file, _ldap and _sql (#134291). * Mon Jul 3 2006 Matthias Saou 1.3.0-5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:38:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 05:38:27 -0700 Subject: rpms/pl/devel needs.rebuild,1.1,NONE Message-ID: <200608281238.k7SCcTgZ016313@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16298 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:39:11 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 05:39:11 -0700 Subject: rpms/gauche-gtk/devel needs.rebuild,1.1,NONE Message-ID: <200608281239.k7SCdDYf016339@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16324 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:40:02 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:02 -0700 Subject: rpms/pulseaudio/devel - New directory Message-ID: <200608281240.k7SCe4On016417@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16388/pulseaudio/devel Log Message: Directory /cvs/extras/rpms/pulseaudio/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 12:40:01 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:01 -0700 Subject: rpms/pulseaudio - New directory Message-ID: <200608281240.k7SCe3bt016414@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16388/pulseaudio Log Message: Directory /cvs/extras/rpms/pulseaudio added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 12:40:17 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:17 -0700 Subject: rpms/pulseaudio Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608281240.k7SCeJlT016465@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16437 Added Files: Makefile import.log Log Message: Setup of module pulseaudio --- NEW FILE Makefile --- # Top level Makefile for module pulseaudio all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 12:40:17 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:17 -0700 Subject: rpms/pulseaudio/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281240.k7SCeJXF016468@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16437/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pulseaudio --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 12:41:00 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:41:00 -0700 Subject: rpms/pulseaudio import.log,1.1,1.2 Message-ID: <200608281241.k7SCf2Cg016545@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16508 Modified Files: import.log Log Message: auto-import pulseaudio-0.9.5-1 on branch devel from pulseaudio-0.9.5-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 12:40:17 -0000 1.1 +++ import.log 28 Aug 2006 12:41:00 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-0_9_5-1:HEAD:pulseaudio-0.9.5-1.src.rpm:1156768855 From fedora-extras-commits at redhat.com Mon Aug 28 12:41:01 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:41:01 -0700 Subject: rpms/pulseaudio/devel pulseaudio-0.9.2-nochown.patch, NONE, 1.1 pulseaudio.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281241.k7SCf3ox016552@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16508/devel Modified Files: .cvsignore sources Added Files: pulseaudio-0.9.2-nochown.patch pulseaudio.spec Log Message: auto-import pulseaudio-0.9.5-1 on branch devel from pulseaudio-0.9.5-1.src.rpm pulseaudio-0.9.2-nochown.patch: --- NEW FILE pulseaudio-0.9.2-nochown.patch --- --- pulseaudio-0.9.2/src/Makefile.in.orig 2006-07-08 15:26:11.000000000 +0200 +++ pulseaudio-0.9.2/src/Makefile.in 2006-07-08 23:23:40.000000000 +0200 @@ -4488,7 +4488,7 @@ suid: pulse chown root $< - chmod u+s $< +# chmod u+s $< esdcompat: daemon/esdcompat.in Makefile sed -e 's, at PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ @@ -4509,7 +4509,7 @@ install-exec-hook: chown root $(DESTDIR)$(bindir)/pulseaudio ; true - chmod u+s $(DESTDIR)$(bindir)/pulseaudio +# chmod u+s $(DESTDIR)$(bindir)/pulseaudio ln -sf pacat $(DESTDIR)$(bindir)/parec rm -f $(DESTDIR)$(modlibexecdir)/*.a rm -f $(DESTDIR)$(libdir)/libpulsedsp.a --- NEW FILE pulseaudio.spec --- %define drvver 0.9 Name: pulseaudio Summary: Improved Linux sound server Version: 0.9.5 Release: 1%{?dist} License: GPL Group: System Environment/Daemons Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz URL: http://pulseaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcp_wrappers, libsamplerate-devel, libsndfile-devel BuildRequires: liboil-devel, m4, libcap-devel, libtool-ltdl-devel, pkgconfig BuildRequires: alsa-lib-devel, glib2-devel, avahi-devel GConf2-devel BuildRequires: lirc-devel doxygen jack-audio-connection-kit-devel BuildRequires: hal-devel # Libtool is dragging in rpaths. Fedora's libtool should get rid of the # unneccessary ones. BuildRequires: libtool # FC 5 BuildRequires: libXt-devel, xorg-x11-proto-devel # FC 4 #BuildRequires: xorg-x11-devel Patch1: pulseaudio-0.9.2-nochown.patch %description PulseAudio is a sound server for Linux and other Unix like operating systems. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). %package module-lirc Summary: LIRC support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-lirc LIRC volume control module for the PulseAudio sound server. %package module-x11 Summary: X11 support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-x11 X11 bell and security modules for the PulseAudio sound server. %package module-zeroconf Summary: Zeroconf support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-zeroconf Zeroconf publishing module for the PulseAudio sound server. %package module-jack Summary: JACK support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-jack JACK sink and source modules for the PulseAudio sound server. %package module-gconf Summary: GConf support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-gconf GConf configuration backend for the PulseAudio sound server. %package devel Summary: Headers and libraries for PulseAudio server module development Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-module-x11 = %{version}-%{release} Requires: %{name}-lib-devel = %{version}-%{release} %description devel Headers and libraries for developing modules for the PulseAudio sound server. %package lib Summary: Libraries for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server. %package lib-glib2 Summary: GLIB 2.x bindings for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib-glib2 This package contains bindings to integrate the PulseAudio client library with a GLIB 2.x based application. %package lib-zeroconf Summary: Zeroconf support for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib-zeroconf This package contains the runtime libraries and tools that allow PulseAudio clients to automatically detect PulseAudio servers using Zeroconf. %package lib-devel Summary: Headers and libraries for PulseAudio client development License: LGPL Group: Development/Libraries Requires: %{name}-lib = %{version}-%{release} Requires: %{name}-lib-glib2 = %{version}-%{release} Requires: %{name}-lib-zeroconf = %{version}-%{release} Requires: pkgconfig glib2-devel %description lib-devel Headers and libraries for developing applications that can communicate with a PulseAudio sound server. %package utils Summary: PulseAudio sound server utilities License: LGPL Group: Applications/Multimedia Requires: %{name}-lib = %{version}-%{release} %description utils This package contains command line utilities for the PulseAudio sound server. %prep %setup -q %patch1 -p1 %build %configure --disable-ltdl-install --disable-static --disable-rpath make LIBTOOL=/usr/bin/libtool make doxygen %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/pulse-%{drvver}/modules/*.la # configure --disable-static had no effect; delete manually. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a chmod 755 $RPM_BUILD_ROOT%{_bindir}/pulseaudio %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post lib -p /sbin/ldconfig %postun lib -p /sbin/ldconfig %post lib-glib2 -p /sbin/ldconfig %postun lib-glib2 -p /sbin/ldconfig %post lib-zeroconf -p /sbin/ldconfig %postun lib-zeroconf -p /sbin/ldconfig %files %defattr(-,root,root) %doc README LICENSE GPL LGPL %dir %{_sysconfdir}/pulse/ %config(noreplace) %{_sysconfdir}/pulse/daemon.conf %config(noreplace) %{_sysconfdir}/pulse/default.pa %attr(4755,root,root) %{_bindir}/pulseaudio %{_bindir}/esdcompat %{_libdir}/libpulsecore.so.* %dir %{_libdir}/pulse-%{drvver}/ %dir %{_libdir}/pulse-%{drvver}/modules/ %{_libdir}/pulse-%{drvver}/modules/libalsa-util.so %{_libdir}/pulse-%{drvver}/modules/libauthkey-prop.so %{_libdir}/pulse-%{drvver}/modules/libauthkey.so %{_libdir}/pulse-%{drvver}/modules/libcli.so %{_libdir}/pulse-%{drvver}/modules/libdbus-util.so %{_libdir}/pulse-%{drvver}/modules/libiochannel.so %{_libdir}/pulse-%{drvver}/modules/libioline.so %{_libdir}/pulse-%{drvver}/modules/libipacl.so %{_libdir}/pulse-%{drvver}/modules/liboss-util.so %{_libdir}/pulse-%{drvver}/modules/libpacket.so %{_libdir}/pulse-%{drvver}/modules/libparseaddr.so %{_libdir}/pulse-%{drvver}/modules/libpdispatch.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-cli.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-esound.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-http.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-native.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-simple.so %{_libdir}/pulse-%{drvver}/modules/libpstream-util.so %{_libdir}/pulse-%{drvver}/modules/libpstream.so %{_libdir}/pulse-%{drvver}/modules/librtp.so %{_libdir}/pulse-%{drvver}/modules/libsocket-client.so %{_libdir}/pulse-%{drvver}/modules/libsocket-server.so %{_libdir}/pulse-%{drvver}/modules/libsocket-util.so %{_libdir}/pulse-%{drvver}/modules/libstrlist.so %{_libdir}/pulse-%{drvver}/modules/libtagstruct.so %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-cli.so %{_libdir}/pulse-%{drvver}/modules/module-combine.so %{_libdir}/pulse-%{drvver}/modules/module-detect.so %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnfd.so %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnpid.so %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so %{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-match.so %{_libdir}/pulse-%{drvver}/modules/module-mmkbd-evdev.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-fd.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-null-sink.so %{_libdir}/pulse-%{drvver}/modules/module-oss-mmap.so %{_libdir}/pulse-%{drvver}/modules/module-oss.so %{_libdir}/pulse-%{drvver}/modules/module-pipe-sink.so %{_libdir}/pulse-%{drvver}/modules/module-pipe-source.so %{_libdir}/pulse-%{drvver}/modules/module-rescue-streams.so %{_libdir}/pulse-%{drvver}/modules/module-rtp-recv.so %{_libdir}/pulse-%{drvver}/modules/module-rtp-send.so %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-sine.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so %{_libdir}/pulse-%{drvver}/modules/module-volume-restore.so %files module-lirc %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-lirc.so %files module-x11 %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/libx11prop.so %{_libdir}/pulse-%{drvver}/modules/libx11wrap.so %{_libdir}/pulse-%{drvver}/modules/module-x11-bell.so %{_libdir}/pulse-%{drvver}/modules/module-x11-publish.so %files module-zeroconf %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/libavahi-wrap.so %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-publish.so %files module-jack %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-jack-sink.so %{_libdir}/pulse-%{drvver}/modules/module-jack-source.so %files module-gconf %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-gconf.so %{_libexecdir}/pulse/gconf-helper %files devel %defattr(-,root,root) %{_includedir}/pulsecore/ %{_libdir}/libpulsecore.so %files lib %defattr(-,root,root) %doc README LICENSE GPL LGPL %dir %{_sysconfdir}/pulse/ %config(noreplace) %{_sysconfdir}/pulse/client.conf %{_libdir}/libpulse.so.* %{_libdir}/libpulse-simple.so.* %files lib-glib2 %defattr(-,root,root) %{_libdir}/libpulse-mainloop-glib.so.* %files lib-zeroconf %defattr(-,root,root) %{_bindir}/pabrowse %{_libdir}/libpulse-browse.so.* %files lib-devel %defattr(-,root,root) %doc doxygen/html %{_includedir}/pulse/ %{_libdir}/libpulse.so %{_libdir}/libpulse-mainloop-glib.so %{_libdir}/libpulse-simple.so %{_libdir}/libpulse-browse.so %{_libdir}/pkgconfig/libpulse*.pc %files utils %defattr(-,root,root) %{_bindir}/pacat %{_bindir}/pacmd %{_bindir}/pactl %{_bindir}/paplay %{_bindir}/parec %{_bindir}/pax11publish %{_bindir}/padsp %{_libdir}/libpulsedsp.so %changelog * Mon Aug 28 2006 Pierre Ossman 0.9.5-1 - Upgrade to 0.9.5. * Wed Aug 23 2006 Pierre Ossman 0.9.4-3 - Make sure JACK modules are built and packaged. * Tue Aug 22 2006 Pierre Ossman 0.9.4-2 - Merge the ALSA modules into the main package as ALSA is the standard API. * Sun Aug 20 2006 Pierre Ossman 0.9.4-1 - Update to 0.9.4. - Remove fix for rpath as it is merged upstream. * Fri Jul 21 2006 Toshio Kuratomi 0.9.3-2 - Remove static libraries. - Fix for rpath issues. * Fri Jul 21 2006 Pierre Ossman 0.9.3-1 - Update to 0.9.3 - GLib 1.2 bindings dropped. - Howl compat dropped as Avahi is supported natively. - Added fix for pc files on x86_64. * Sat Jul 8 2006 Pierre Ossman 0.9.2-1 - Update to 0.9.2. - Added Avahi HOWL compat dependencies. * Thu Jun 8 2006 Pierre Ossman 0.9.1-1 - Update to 0.9.1. * Mon May 29 2006 Pierre Ossman 0.9.0-2 - Build and package doxygen docs - Call ldconfig for relevant subpackages. * Mon May 29 2006 Pierre Ossman 0.9.0-1 - Update to 0.9.0 * Tue May 9 2006 Pierre Ossman 0.8.1-1 - Update to 0.8.1 - Split into more packages - Remove the modules' static libs as those shouldn't be used (they shouldn't even be installed) * Fri Feb 24 2006 Tom "spot" Callaway 0.7-2 - dance around with perms so we don't strip the binary - add missing BR * Mon Nov 28 2005 Tom "spot" Callaway 0.7-1 - Initial package for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 12:40:17 -0000 1.1 +++ .cvsignore 28 Aug 2006 12:41:01 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-0.9.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 12:40:17 -0000 1.1 +++ sources 28 Aug 2006 12:41:01 -0000 1.2 @@ -0,0 +1 @@ +99b5d9efd4fce35cabb4ae5d0ebb230d pulseaudio-0.9.5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 12:41:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:41:31 -0700 Subject: rpms/sbcl/devel sbcl.spec,1.49,1.50 needs.rebuild,1.1,NONE Message-ID: <200608281241.k7SCfXMg016632@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16613 Modified Files: sbcl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 0.9.16-2 - fc6 respin Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- sbcl.spec 27 Aug 2006 15:45:06 -0000 1.49 +++ sbcl.spec 28 Aug 2006 12:41:31 -0000 1.50 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 0.9.16 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,6 +215,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 0.9.16-2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:41:47 -0700 Subject: rpms/sbcl/devel sbcl.spec,1.50,1.51 Message-ID: <200608281241.k7SCfnYq016689@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16672 Modified Files: sbcl.spec Log Message: * Mon Aug 28 2006 Rex Dieter 0.9.16-3 - fc6 respin Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- sbcl.spec 28 Aug 2006 12:41:31 -0000 1.50 +++ sbcl.spec 28 Aug 2006 12:41:47 -0000 1.51 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 0.9.16 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,7 +215,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 0.9.16-2 +* Mon Aug 28 2006 Rex Dieter 0.9.16-3 - fc6 respin * Sun Aug 27 2006 Rex Dieter 0.9.16-1 From fedora-extras-commits at redhat.com Mon Aug 28 12:42:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:42:32 -0700 Subject: rpms/kile/devel kile.spec,1.27,1.28 Message-ID: <200608281242.k7SCgYM8016750@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16733 Modified Files: kile.spec Log Message: * Mon Aug 28 2006 Rex Dieter 1.9.2-2 - fc6 respin Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- kile.spec 27 Aug 2006 15:39:34 -0000 1.27 +++ kile.spec 28 Aug 2006 12:42:32 -0000 1.28 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing @@ -132,6 +132,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 1.9.2-2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 From fedora-extras-commits at redhat.com Mon Aug 28 12:43:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:43:06 -0700 Subject: rpms/kile/devel kile.spec,1.28,1.29 needs.rebuild,1.1,NONE Message-ID: <200608281243.k7SCh8w7016812@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16795 Modified Files: kile.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- kile.spec 28 Aug 2006 12:42:32 -0000 1.28 +++ kile.spec 28 Aug 2006 12:43:06 -0000 1.29 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -132,7 +132,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 1.9.2-2 +* Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin * Sun Aug 27 2006 Rex Dieter 1.9.2-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:44:51 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:44:51 -0700 Subject: owners owners.list,1.1457,1.1458 Message-ID: <200608281244.k7SCirfN016883@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16866 Modified Files: owners.list Log Message: Add pulseaudio package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1457 retrieving revision 1.1458 diff -u -r1.1457 -r1.1458 --- owners.list 27 Aug 2006 23:15:24 -0000 1.1457 +++ owners.list 28 Aug 2006 12:44:50 -0000 1.1458 @@ -1601,6 +1601,7 @@ Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| +Fedora Extras|pulseaudio|Improved Linux sound server|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|puppet|A configuration management tool|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pure-ftpd|Lightweight, fast and secure FTP server|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|putty|Putty - a SSH, Telnet & Rlogin client|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 12:49:03 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:49:03 -0700 Subject: rpms/pstoedit/devel needs.rebuild,1.1,NONE Message-ID: <200608281249.k7SCn5JI016923@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16908 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:58:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:58:38 -0700 Subject: rpms/qt4/FC-5 qt4.spec,1.15,1.16 Message-ID: <200608281258.k7SCweJN017071@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17054 Modified Files: qt4.spec Log Message: * Mon Aug 28 2006 Rex Dieter 4.1.4-10 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- qt4.spec 28 Aug 2006 12:16:49 -0000 1.15 +++ qt4.spec 28 Aug 2006 12:58:38 -0000 1.16 @@ -5,7 +5,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -308,12 +308,12 @@ pushd %{buildroot}%{qtdir}/bin for i in *; do case "$i" in - qt3to4|uic3|rcc) - LINK=$i + assistant|designer|linguist|lrelease|lupdate|moc|qmake|qtconfig|qtdemo|uic) + LINK=${i}-qt4 ;; *) - LINK=${i}-qt4 - ln -s $i %{buildroot}%{qtdir}/bin/${LINK} + LINK=${i} + ln -s $i %{buildroot}%{qtdir}/bin/${LINK} ;; esac install -p -m755 -D %{SOURCE10} %{buildroot}%{_bindir}/${LINK} @@ -470,7 +470,11 @@ %changelog -* Fri Aug 28 2006 Rex Dieter 4.1.4-9 +* Mon Aug 28 2006 Rex Dieter 4.1.4-10 +- backout xfixes mod(s), only applicable to 4.2 branch +- cleanup bindir renames + +* Mon Aug 28 2006 Rex Dieter 4.1.4-9 - ./configure -xfixes, BR: libXfixes-devel * Thu Jul 20 2006 Rex Dieter 4.1.4-8 From fedora-extras-commits at redhat.com Mon Aug 28 12:59:38 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 28 Aug 2006 05:59:38 -0700 Subject: rpms/qt4-qsa/devel needs.rebuild,1.1,NONE Message-ID: <200608281259.k7SCxeDI017178@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17132 Removed Files: needs.rebuild Log Message: rebuild as it was requested for FC6 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:59:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:59:34 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper-0.29.1-new-ft.patch, NONE, 1.1 glyph-keeper.spec, 1.2, 1.3 Message-ID: <200608281259.k7SCxbqi017157@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17136 Modified Files: glyph-keeper.spec Added Files: glyph-keeper-0.29.1-new-ft.patch Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-4 - Fix building with newer freetype - Build .so files instead of a static lib glyph-keeper-0.29.1-new-ft.patch: --- NEW FILE glyph-keeper-0.29.1-new-ft.patch --- --- glyph-keeper-0.29.1/src/glyph_face.c~ 2006-08-28 14:35:57.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_face.c 2006-08-28 14:35:57.000000000 +0200 @@ -38,8 +38,8 @@ const char* gk_face_driver_name(const GLYPH_FACE* const f) { - return (f && f->face && f->face->driver && f->face->driver->root.clazz && f->face->driver->root.clazz->module_name) ? - f->face->driver->root.clazz->module_name : na; + /* This info is not exported from newer FreeType versions */ + return na; } --- glyph-keeper-0.29.1/src/glyph_internal.h~ 2006-08-28 14:38:38.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_internal.h 2006-08-28 14:38:38.000000000 +0200 @@ -20,7 +20,8 @@ #include #include FT_FREETYPE_H -#include FT_INTERNAL_OBJECTS_H +#include FT_SIZES_H +#include FT_GLYPH_H #include FT_BITMAP_H #include FT_SYNTHESIS_H --- glyph-keeper-0.29.1/src/glyph_rend.c~ 2006-08-28 14:51:34.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_rend.c 2006-08-28 14:51:34.000000000 +0200 @@ -541,16 +541,15 @@ if (!error) { + unsigned load_flags = rend->load_flags; /* Preparing for glyph loading: setting transformation matrix for rotation */ if (rend->do_matrix_transform) - { - actual_face->face->internal->transform_matrix = rend->matrix; - actual_face->face->internal->transform_flags = 1; - } - else actual_face->face->internal->transform_flags = 0; + FT_Set_Transform(actual_face->face, &(rend->matrix), NULL); + else + load_flags |= FT_LOAD_IGNORE_TRANSFORM; /* loading glyph */ - error = FT_Load_Glyph(actual_face->face,glyph_index,rend->load_flags); + error = FT_Load_Glyph(actual_face->face, glyph_index, load_flags); if (error) _gk_msg("Error: %s: FreeType can't load glyph (#%d) for character U+%04X\n",funcname,glyph_index,unicode); } Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glyph-keeper.spec 28 Aug 2006 11:29:39 -0000 1.2 +++ glyph-keeper.spec 28 Aug 2006 12:59:34 -0000 1.3 @@ -1,12 +1,13 @@ Name: glyph-keeper Version: 0.29.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for text rendering Group: System Environment/Libraries License: zlib License URL: http://kd.lab.nig.ac.jp/glyph-keeper/ Source0: http://kd.lab.nig.ac.jp/%{name}/files/%{name}-%{version}-no-freetype.zip Patch0: glyph-keeper-0.29.1-fixes.patch +Patch1: glyph-keeper-0.29.1-new-ft.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freetype-devel >= 2.1.10 BuildRequires: SDL-devel allegro-devel @@ -20,36 +21,41 @@ %package devel -Summary: Library for text rendering +Summary: Development files for %{name} Group: Development/Libraries -Requires: allegro-devel SDL-devel +Requires: allegro-devel SDL-devel +Requires: %{name} = %{version}-%{release} -%description devel -Glyph Keeper is a library for text rendering. It is written in C and can be -used by C or C++ code. Glyph Keeper helps your program to load a font, render -character glyphs and write them to the target surface. Right now only Allegro -and SDL targets are supported, but there will be more in future. Glyph Keeper -uses FreeType as a font engine. +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch -p1 +%patch0 -p1 -z .fix +%patch1 -p1 -z .new-ft +sed -i 's/\r//' docs/*.html %build make %{?_smp_mflags} -f Makefile.GNU.all TARGET=ALLEGRO FT_LIB=-lfreetype \ - CFLAGS="$RPM_OPT_FLAGS -I/usr/include/freetype2" lib + CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib +gcc -shared -o libglyph-alleg.so.0 -Wl,-soname,libglyph-alleg.so.0 \ + obj/glyph-alleg.o make %{?_smp_mflags} -f Makefile.GNU.all TARGET=SDL FT_LIB=-lfreetype \ - CFLAGS="$RPM_OPT_FLAGS -I/usr/include/freetype2" lib + CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib +gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 obj/glyph-sdl.o %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir} mkdir -p $RPM_BUILD_ROOT%{_includedir} -install -m 644 obj/libglyph-*.a $RPM_BUILD_ROOT%{_libdir} +install -m 755 libglyph-*.so.0 $RPM_BUILD_ROOT%{_libdir} +ln -s libglyph-alleg.so.0 $RPM_BUILD_ROOT%{_libdir}/libglyph-alleg.so +ln -s libglyph-sdl.so.0 $RPM_BUILD_ROOT%{_libdir}/libglyph-sdl.so install -m 644 include/glyph.h $RPM_BUILD_ROOT%{_includedir} @@ -57,14 +63,27 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files %defattr(-,root,root,-) %doc license.txt changes.txt authors.txt docs/* +%{_libdir}/libglyph-*.so.* + +%files devel +%defattr(-,root,root,-) %{_includedir}/glyph.h -%{_libdir}/libglyph-*.a +%{_libdir}/libglyph-*.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.29.1-4 +- Fix building with newer freetype +- Build .so files instead of a static lib + * Mon Aug 28 2006 Hans de Goede 0.29.1-3 - FE6 Rebuild From fedora-extras-commits at redhat.com Mon Aug 28 13:07:59 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 06:07:59 -0700 Subject: rpms/cln/devel cln.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281308.k7SD81Bq020075@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20058 Modified Files: cln.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6. Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- cln.spec 17 Aug 2006 20:21:08 -0000 1.20 +++ cln.spec 28 Aug 2006 13:07:59 -0000 1.21 @@ -1,6 +1,6 @@ Name: cln Version: 1.1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,7 +78,10 @@ %exclude %{_libdir}/*.la %changelog -* Thu Feb 17 2006 Quentin Spencer 1.1.13-1 +* Mon Aug 28 2006 Quentin Spencer 1.1.13-2 +- Rebuild for FC-6. + +* Thu Aug 17 2006 Quentin Spencer 1.1.13-1 - New release. * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:09:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 06:09:16 -0700 Subject: rpms/perl-SDL/devel perl-SDL.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281309.k7SD9Iaa020184@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20167 Modified Files: perl-SDL.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.1.3-3 - FE6 Rebuild Index: perl-SDL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/perl-SDL.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SDL.spec 16 Aug 2006 10:10:25 -0000 1.1 +++ perl-SDL.spec 28 Aug 2006 13:09:16 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SDL Version: 2.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SDL bindings for the Perl language Group: Development/Libraries License: LGPL @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.1.3-3 +- FE6 Rebuild + * Wed Aug 16 2006 Hans de Goede 2.1.3-2 - Filter wrong perl(main) and perl(Walker) out of Provides --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:12:35 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 06:12:35 -0700 Subject: rpms/ginac/devel .cvsignore, 1.4, 1.5 ginac.spec, 1.8, 1.9 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281312.k7SDCbAh020271@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ginac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20250 Modified Files: .cvsignore ginac.spec sources Removed Files: needs.rebuild Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Apr 2006 15:39:41 -0000 1.4 +++ .cvsignore 28 Aug 2006 13:12:34 -0000 1.5 @@ -1 +1 @@ -ginac-1.3.4.tar.bz2 +ginac-1.3.5.tar.bz2 Index: ginac.spec =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/ginac.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ginac.spec 14 Apr 2006 15:39:41 -0000 1.8 +++ ginac.spec 28 Aug 2006 13:12:35 -0000 1.9 @@ -1,5 +1,5 @@ Name: ginac -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: C++ library for symbolic calculations @@ -104,6 +104,9 @@ %{_mandir}/man?/viewgar.1* %changelog +* Mon Aug 28 2006 Quentin Spencer 1.3.5-1 +- New release. + * Fri Apr 14 2006 Quentin Spencer 1.3.4-1 - New release. Old patch removed. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Apr 2006 15:39:41 -0000 1.4 +++ sources 28 Aug 2006 13:12:35 -0000 1.5 @@ -1 +1 @@ -ed887e80cc119eeb07c0329990576446 ginac-1.3.4.tar.bz2 +2187bd0f79baf78514b5cbf737d67b01 ginac-1.3.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:18:13 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 06:18:13 -0700 Subject: rpms/blt/devel needs.rebuild,1.1,NONE Message-ID: <200608281318.k7SDIF2A020342@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20327 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:22:13 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 06:22:13 -0700 Subject: rpms/libgnomemm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281322.k7SDMFLO020384@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20369 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:36:55 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 06:36:55 -0700 Subject: rpms/libgnomecanvasmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281336.k7SDaws2020478@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20463 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:38:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 06:38:15 -0700 Subject: rpms/qt4/FC-5 qt4.spec,1.16,1.17 Message-ID: <200608281338.k7SDcH45020509@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20492 Modified Files: qt4.spec Log Message: * Mon Aug 28 2006 Rex Dieter 4.1.4-11 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qt4.spec 28 Aug 2006 12:58:38 -0000 1.16 +++ qt4.spec 28 Aug 2006 13:38:15 -0000 1.17 @@ -5,7 +5,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -76,7 +76,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -248,7 +248,6 @@ -system-zlib \ -tablet \ -xcursor \ - -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -470,7 +469,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 4.1.4-10 +* Mon Aug 28 2006 Rex Dieter 4.1.4-11 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames From fedora-extras-commits at redhat.com Mon Aug 28 13:40:35 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:40:35 -0700 Subject: rpms/bzflag/devel bzflag.spec,1.27,1.28 needs.rebuild,1.1,NONE Message-ID: <200608281340.k7SDebr8020570@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/bzflag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20549 Modified Files: bzflag.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: bzflag.spec =================================================================== RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- bzflag.spec 11 Jul 2006 14:30:03 -0000 1.27 +++ bzflag.spec 28 Aug 2006 13:40:35 -0000 1.28 @@ -16,7 +16,7 @@ Summary: 3D multi-player tank battle game Name: bzflag Version: 2.0.8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Amusements/Games URL: http://bzflag.org @@ -96,6 +96,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Nils Philippsen 2.0.8-3 +- FC6 mass rebuild + * Tue Jul 11 2006 Nils Philippsen 2.0.8-2 - rebuild to pick up new c-ares version --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:45:05 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:45:05 -0700 Subject: rpms/convmv/devel convmv.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281345.k7SDj7Wb020610@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20591 Modified Files: convmv.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/convmv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- convmv.spec 16 Aug 2006 12:03:55 -0000 1.7 +++ convmv.spec 28 Aug 2006 13:45:05 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Nils Philippsen - 1.10-2 +- FC6 mass rebuild + * Wed Aug 16 2006 Nils Philippsen - 1.10-1 - version 1.10 - use dist tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:46:53 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 06:46:53 -0700 Subject: rpms/bsd-games/devel bsd-games.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281346.k7SDktDS020725@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bsd-games/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20708 Modified Files: bsd-games.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: bsd-games.spec =================================================================== RCS file: /cvs/extras/rpms/bsd-games/devel/bsd-games.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bsd-games.spec 3 Jun 2006 04:57:53 -0000 1.6 +++ bsd-games.spec 28 Aug 2006 13:46:53 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Collection of text-based games Name: bsd-games Version: 2.17 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Group: Amusements/Games URL: ftp://metalab.unc.edu/pub/Linux/games/ @@ -153,6 +153,9 @@ %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me %changelog +* Mon Aug 28 2006 Wart 2.17-14 +- Rebuild for Fedora Extras + * Wed May 31 2006 Wart 2.17-13 - Added missing BR: bison --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:49:59 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 06:49:59 -0700 Subject: rpms/pinball/devel pinball.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281350.k7SDo10r020850@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20830 Modified Files: pinball.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.3.1-6 - FE6 Rebuild Index: pinball.spec =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/pinball.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pinball.spec 10 Aug 2006 20:21:20 -0000 1.1 +++ pinball.spec 28 Aug 2006 13:49:59 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Emilia Pinball game Name: pinball Version: 0.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://dl.sf.net/sourceforge/pinball/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -105,6 +105,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.3.1-6 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.3.1-5 - Add missing rm -rf $RPM_BUILD_ROOT to %%install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:50:10 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:50:10 -0700 Subject: rpms/ppracer/devel ppracer.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608281350.k7SDoCBw020903@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ppracer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20848 Modified Files: ppracer.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: ppracer.spec =================================================================== RCS file: /cvs/extras/rpms/ppracer/devel/ppracer.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ppracer.spec 17 Feb 2006 15:13:51 -0000 1.15 +++ ppracer.spec 28 Aug 2006 13:50:10 -0000 1.16 @@ -7,7 +7,7 @@ Summary: 3D racing game featuring Tux Name: ppracer Version: 0.3.1 -Release: 6 +Release: 7 License: GPL Group: Amusements/Games URL: http://racer.planetpenguin.de @@ -85,6 +85,9 @@ %{_datadir}/applications/%{desktop_vendor}-%{name}.desktop %changelog +* Mon Aug 28 2006 Nils Philippsen 0.3.1-7 +- FC6 mass rebuild + * Fri Feb 17 2006 Nils Philippsen - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:54:50 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:54:50 -0700 Subject: rpms/rss-glx/devel rss-glx.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281354.k7SDsqtg021033@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21016 Modified Files: rss-glx.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/devel/rss-glx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rss-glx.spec 1 Aug 2006 12:13:03 -0000 1.7 +++ rss-glx.spec 28 Aug 2006 13:54:50 -0000 1.8 @@ -29,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -245,6 +245,9 @@ %{kdessconfigdir}/*.desktop %changelog +* Mon Aug 28 2006 Nils Philippsen 0.8.1.p-6 +- FC6 mass rebuild + * Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 - don't install world-writable documentation files (#200843) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:03:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:03:55 -0700 Subject: rpms/ntl/devel ntl.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281404.k7SE4Rsg023748@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/ntl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23731 Modified Files: ntl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 5.4-4 - fc6 respin Index: ntl.spec =================================================================== RCS file: /cvs/extras/rpms/ntl/devel/ntl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ntl.spec 26 Jul 2006 03:28:41 -0000 1.3 +++ ntl.spec 28 Aug 2006 14:03:55 -0000 1.4 @@ -2,7 +2,7 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl Version: 5.4 -Release: 3%{?dist} +Release: 4%{?dist} # See doc/copying.txt License: GPL @@ -109,6 +109,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 5.4-4 +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 5.4-3 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:07:54 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 07:07:54 -0700 Subject: rpms/ufraw/devel ufraw.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281407.k7SE7uvj023892@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23806 Modified Files: ufraw.spec Removed Files: needs.rebuild Log Message: version 0.9.1 Index: ufraw.spec =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/ufraw.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ufraw.spec 17 Feb 2006 15:18:56 -0000 1.8 +++ ufraw.spec 28 Aug 2006 14:07:54 -0000 1.9 @@ -3,8 +3,8 @@ Summary: GIMP plugin to retrieve raw image data from digital cameras Name: ufraw -Version: 0.6 -Release: 2 +Version: 0.9.1 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL URL: http://ufraw.sourceforge.net @@ -46,6 +46,9 @@ %{gimpplugindir}/ufraw-gimp %changelog +* Mon Aug 28 2006 Nils Philippsen - 0.9.1-1 +- version 0.9.1 + * Fri Feb 17 2006 Nils Philippsen - 0.6-2 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:11:18 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:11:18 -0700 Subject: rpms/php-pecl-zip/devel php-pecl-zip.spec,1.3,1.4 Message-ID: <200608281411.k7SEBKIW024025@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24008 Modified Files: php-pecl-zip.spec Log Message: Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-pecl-zip.spec 27 Aug 2006 17:34:30 -0000 1.3 +++ php-pecl-zip.spec 28 Aug 2006 14:11:18 -0000 1.4 @@ -7,7 +7,7 @@ Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip Version: 1.7.2 -Release: 1%{?dist} +Release: 2%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -55,6 +55,9 @@ %{php_extdir}/zip.so %changelog +* Mon Aug 28 2006 Remi Collet 1.7.2-2 +- rebuild for FE6 + * Sun Aug 27 2006 Remi Collet 1.7.2-1 - update to 1.7.2 From fedora-extras-commits at redhat.com Mon Aug 28 14:11:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:11:38 -0700 Subject: rpms/imlib2/devel imlib2.spec,1.21,1.22 Message-ID: <200608281411.k7SEBeEg024048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24031 Modified Files: imlib2.spec Log Message: Add BR: pkgconfig to workaround bug 204307 Index: imlib2.spec =================================================================== RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- imlib2.spec 28 Aug 2006 11:39:52 -0000 1.21 +++ imlib2.spec 28 Aug 2006 14:11:38 -0000 1.22 @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: libjpeg-devel libpng-devel libtiff-devel BuildRequires: libungif-devel freetype-devel >= 2.1.9-4 libtool bzip2-devel -BuildRequires: libX11-devel libXext-devel +BuildRequires: libX11-devel libXext-devel pkgconfig %package devel Summary: Development package for %{name} From fedora-extras-commits at redhat.com Mon Aug 28 14:19:27 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:19:27 -0700 Subject: rpms/libgnomeuimm26/devel libgnomeuimm.spec,1.12,1.13 Message-ID: <200608281419.k7SEJTuu024356@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24339 Modified Files: libgnomeuimm.spec Log Message: FE6 Rebuild Index: libgnomeuimm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/libgnomeuimm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libgnomeuimm.spec 21 Aug 2006 21:20:35 -0000 1.12 +++ libgnomeuimm.spec 28 Aug 2006 14:19:27 -0000 1.13 @@ -1,6 +1,6 @@ Name: libgnomeuimm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -82,6 +82,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 14:21:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:21:36 -0700 Subject: rpms/bakery/devel bakery.spec,1.2,1.3 Message-ID: <200608281421.k7SELcR1024485@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24467 Modified Files: bakery.spec Log Message: FE6 Rebuild Index: bakery.spec =================================================================== RCS file: /cvs/extras/rpms/bakery/devel/bakery.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bakery.spec 7 May 2006 23:06:45 -0000 1.2 +++ bakery.spec 28 Aug 2006 14:21:36 -0000 1.3 @@ -4,7 +4,7 @@ Name: bakery Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ framework for creating GNOME applications using gtkmm Group: System Environment/Libraries @@ -90,6 +90,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.4.%{minor_version} +- FE6 Rebuild + * Sun May 7 2006 Denis Leroy - 2.4.0-1 - Update to 2.4.0 From fedora-extras-commits at redhat.com Mon Aug 28 14:25:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:25:10 -0700 Subject: rpms/galeon/devel galeon.spec,1.19,1.20 Message-ID: <200608281425.k7SEPCnu024601@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24584 Modified Files: galeon.spec Log Message: FE6 Rebuild Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- galeon.spec 10 Aug 2006 16:04:22 -0000 1.19 +++ galeon.spec 28 Aug 2006 14:25:09 -0000 1.20 @@ -1,7 +1,7 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -112,6 +112,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.0.1 +- FE6 Rebuild + * Thu Aug 10 2006 Denis Leroy - 2.0.1-6 - Rebuild against firefox 1.5.0.6 From fedora-extras-commits at redhat.com Mon Aug 28 14:25:36 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:25:36 -0700 Subject: rpms/php-pear-Mail/devel php-pear-Mail.spec,1.2,1.3 Message-ID: <200608281425.k7SEPclI024662@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24645 Modified Files: php-pear-Mail.spec Log Message: Index: php-pear-Mail.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Mail/devel/php-pear-Mail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Mail.spec 22 Jul 2006 16:21:21 -0000 1.2 +++ php-pear-Mail.spec 28 Aug 2006 14:25:35 -0000 1.3 @@ -10,7 +10,7 @@ Summary(fr): PEAR: Une Classe fournissant des interfaces pour envoyer des emails Name: php-pear-Mail Version: 1.1.10 -Release: 5%{?dist} +Release: 6%{?dist} License: PHP License Group: Development/Libraries Source: http://pear.php.net/get/Mail-%{version}.tgz @@ -102,6 +102,9 @@ %doc LICENSE %changelog +* Mon Aug 28 2006 Remi Collet 1.1.10-6 +- FE6 rebuild + * Sat Jul 22 2006 Remi Collet 1.1.10-5 - remove "rm pearrc" - secure scriplet with || : From fedora-extras-commits at redhat.com Mon Aug 28 14:28:50 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:28:50 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.30,1.31 Message-ID: <200608281428.k7SESqce024762@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24745 Modified Files: inkscape.spec Log Message: FE6 Rebuild Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- inkscape.spec 22 Aug 2006 07:12:15 -0000 1.30 +++ inkscape.spec 28 Aug 2006 14:28:50 -0000 1.31 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.44 +- FE6 Rebuild + * Tue Aug 22 2006 Denis Leroy - 0.44-5 - Removed skencil Require (bug 203229) From fedora-extras-commits at redhat.com Mon Aug 28 14:29:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:29:17 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.31,1.32 Message-ID: <200608281429.k7SETJln024785@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24768 Modified Files: inkscape.spec Log Message: FE6 Rebuild Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- inkscape.spec 28 Aug 2006 14:28:50 -0000 1.31 +++ inkscape.spec 28 Aug 2006 14:29:17 -0000 1.32 @@ -121,7 +121,7 @@ %changelog -* Mon Aug 28 2006 Denis Leroy - 0.44 +* Mon Aug 28 2006 Denis Leroy - 0.44-6 - FE6 Rebuild * Tue Aug 22 2006 Denis Leroy - 0.44-5 From fedora-extras-commits at redhat.com Mon Aug 28 14:32:44 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 07:32:44 -0700 Subject: rpms/ufraw/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608281432.k7SEWkDq024899@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24880 Modified Files: .cvsignore sources Log Message: version 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2005 14:46:00 -0000 1.4 +++ .cvsignore 28 Aug 2006 14:32:44 -0000 1.5 @@ -1 +1 @@ -ufraw-0.6.tar.gz +ufraw-0.9.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2005 14:46:00 -0000 1.4 +++ sources 28 Aug 2006 14:32:44 -0000 1.5 @@ -1 +1 @@ -2074676b9437738630eee72b9fc6c50c ufraw-0.6.tar.gz +7388ed97a156ea6a7272513a1dc8f8d5 ufraw-0.9.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 14:33:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:33:24 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper.spec,1.3,1.4 Message-ID: <200608281433.k7SEXRQd024922@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24905 Modified Files: glyph-keeper.spec Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-4 - Fix building with newer freetype - Build .so files instead of a static lib Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glyph-keeper.spec 28 Aug 2006 12:59:34 -0000 1.3 +++ glyph-keeper.spec 28 Aug 2006 14:33:24 -0000 1.4 @@ -42,11 +42,13 @@ make %{?_smp_mflags} -f Makefile.GNU.all TARGET=ALLEGRO FT_LIB=-lfreetype \ CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib gcc -shared -o libglyph-alleg.so.0 -Wl,-soname,libglyph-alleg.so.0 \ - obj/glyph-alleg.o + obj/glyph-alleg.o -lfreetype \ + `allegro-config --libs | sed 's/-lalleg_unsharable//'` make %{?_smp_mflags} -f Makefile.GNU.all TARGET=SDL FT_LIB=-lfreetype \ CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib -gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 obj/glyph-sdl.o +gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 \ + obj/glyph-sdl.o -lfreetype -lSDL %install From fedora-extras-commits at redhat.com Mon Aug 28 14:36:34 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:36:34 -0700 Subject: rpms/php-pear-HTTP/devel php-pear-HTTP.spec,1.2,1.3 Message-ID: <200608281436.k7SEaa7X024950@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24933 Modified Files: php-pear-HTTP.spec Log Message: rebuild Index: php-pear-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-HTTP/devel/php-pear-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-HTTP.spec 16 Jul 2006 14:27:42 -0000 1.2 +++ php-pear-HTTP.spec 28 Aug 2006 14:36:34 -0000 1.3 @@ -10,7 +10,7 @@ Summary(fr): PEAR: Divers utilitaires HTTP Name: php-pear-HTTP Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: PHP License Group: Development/Libraries Source: http://pear.php.net/get/HTTP-%{version}.tgz @@ -18,12 +18,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://pear.php.net/package/HTTP -BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 -Requires(post): %{__pear} -Requires(postun): %{__pear} -Requires: php-pear(PEAR) >= 1.4.9, php >= 4.0.6 -Provides: php-pear(HTTP) = %{version} +BuildArch: noarch +BuildRequires: php-pear(PEAR) >= 1.4.9 +Requires(post): %{__pear} +Requires(postun): %{__pear} +Requires: php-pear(PEAR) >= 1.4.9, php >= 4.0.6 +Provides: php-pear(HTTP) = %{version} %description The HTTP class is a class with static methods for doing @@ -89,20 +89,23 @@ %doc LICENSE %changelog -* Sat May 20 2006 Remi Collet 1.4.0-4.fc5 +* Mon Aug 28 2006 Remi Collet 1.4.0-5 +- FE6 rebuild + +* Sat May 20 2006 Remi Collet 1.4.0-4 - install Licence in prep - use new macros from /etc/rpm/macros.pear -* Sat May 20 2006 Remi Collet 1.4.0-3.fc5 +* Sat May 20 2006 Remi Collet 1.4.0-3 - Require pear >= 1.4.9 - bundle the v3.01 PHP LICENSE file - use --packagingroot (instead of -R) - check from install to check (as in php-pear) -* Sat May 06 2006 Remi Collet 1.4.0-2.fc5 +* Sat May 06 2006 Remi Collet 1.4.0-2 - use %%{_datadir}/pear/.pkgxml for XML (Bug #190252) -* Fri Apr 28 2006 Remi Collet 1.4.0-1.fc5 +* Fri Apr 28 2006 Remi Collet 1.4.0-1 - spec for extras - add french summary & description From fedora-extras-commits at redhat.com Mon Aug 28 14:55:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:55:04 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.16,1.17 Message-ID: <200608281455.k7SEt6Lk025161@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25144 Modified Files: libgnomedb.spec Log Message: add missing BR: perl(XML::Parser) Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libgnomedb.spec 28 Aug 2006 11:49:36 -0000 1.16 +++ libgnomedb.spec 28 Aug 2006 14:55:04 -0000 1.17 @@ -14,6 +14,7 @@ BuildRequires: libgda-devel >= 1:1.9.99 BuildRequires: gtk-doc, openssl-devel, gtksourceview-devel, gettext BuildRequires: mono-devel gtk-sharp2 gtk-sharp2-gapi libgda-sharp +BuildRequires: perl(XML::Parser) Patch0: libgnomedb-1.2.0-desktop.patch Patch1: libgnomedb-1.9.100-sharp.patch From fedora-extras-commits at redhat.com Mon Aug 28 14:56:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:56:32 -0700 Subject: rpms/gc/devel gc.spec,1.19,1.20 Message-ID: <200608281456.k7SEuY0N025255@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25238 Modified Files: gc.spec Log Message: * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/devel/gc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gc.spec 13 Jul 2006 14:44:30 -0000 1.19 +++ gc.spec 28 Aug 2006 14:56:32 -0000 1.20 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -98,6 +98,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 6.8-2 +- fc6 respin + * Thu Jul 13 2006 Rex Dieter 6.8-1 - 6.8 From fedora-extras-commits at redhat.com Mon Aug 28 14:56:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:56:53 -0700 Subject: rpms/gc/devel needs.rebuild,1.1,NONE Message-ID: <200608281456.k7SEutuA025292@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25275 Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:56:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:56:58 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec,1.8,1.9 Message-ID: <200608281457.k7SEv0MN025347@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25298 Modified Files: monkey-bubble.spec Log Message: add missing BR: perl(XML::Parser) Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- monkey-bubble.spec 28 Aug 2006 11:57:32 -0000 1.8 +++ monkey-bubble.spec 28 Aug 2006 14:56:58 -0000 1.9 @@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils +BuildRequires: perl(XML::Parser) Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 From fedora-extras-commits at redhat.com Mon Aug 28 14:57:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:57:44 -0700 Subject: rpms/factory/devel factory.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608281457.k7SEvk2e025445@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428 Modified Files: factory.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 2.0.5-9 - fc6 respin Index: factory.spec =================================================================== RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- factory.spec 26 Jul 2006 03:31:01 -0000 1.15 +++ factory.spec 28 Aug 2006 14:57:44 -0000 1.16 @@ -2,7 +2,7 @@ Summary: C++ class library for multivariate polynomial data Name: factory Version: 2.0.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL URL: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/ @@ -67,6 +67,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 2.0.5-9 +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 2.0.5-8 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:58:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:58:29 -0700 Subject: rpms/pinentry/devel pinentry.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281458.k7SEwVli025528@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511 Modified Files: pinentry.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pinentry.spec 9 Aug 2006 17:41:04 -0000 1.11 +++ pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -149,6 +149,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter - 0.7.2-3 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter - 0.7.2-2 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:00:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:00:11 -0700 Subject: rpms/mathml-fonts/devel needs.rebuild,1.1,NONE Message-ID: <200608281500.k7SF0DmI025596@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/mathml-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25577 Removed Files: needs.rebuild Log Message: static content, nothing to see here. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:01:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:01:03 -0700 Subject: rpms/akode/devel akode.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281501.k7SF1535027942@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27519 Modified Files: akode.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 2.0.1-2 - fc6 respin Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- akode.spec 8 Aug 2006 12:56:31 -0000 1.4 +++ akode.spec 28 Aug 2006 15:01:03 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -107,6 +107,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 2.0.1-2 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:01:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 08:01:04 -0700 Subject: rpms/raidem/devel raidem-0.3.1-syslibs.patch, 1.2, 1.3 raidem.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE raidem-0.3.1-ft-test.patch, 1.1, NONE Message-ID: <200608281501.k7SF17Ov028082@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/raidem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27816 Modified Files: raidem-0.3.1-syslibs.patch raidem.spec Removed Files: needs.rebuild raidem-0.3.1-ft-test.patch Log Message: * Mon Aug 28 2006 Hans de Goede 0.3.1-5 - Fix build with new dynamic glyph-keeper lib - FE6 Rebuild raidem-0.3.1-syslibs.patch: Index: raidem-0.3.1-syslibs.patch =================================================================== RCS file: /cvs/extras/rpms/raidem/devel/raidem-0.3.1-syslibs.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- raidem-0.3.1-syslibs.patch 29 Apr 2006 18:56:35 -0000 1.2 +++ raidem-0.3.1-syslibs.patch 28 Aug 2006 15:01:04 -0000 1.3 @@ -1,5 +1,44 @@ +--- raidem-0.3.1-src/src/map-editor/map-proc.m.syslibs 2006-01-20 03:33:33.000000000 +0100 ++++ raidem-0.3.1-src/src/map-editor/map-proc.m 2006-08-28 16:48:53.000000000 +0200 +@@ -4,7 +4,7 @@ + #include + #include + #include +-#include "adime/include/adime.h" ++#include + #include "common.h" + #include "group.h" + #include "gui/gui-clip.h" +--- raidem-0.3.1-src/misc/Makefile.all.syslibs 2006-04-08 09:12:44.000000000 +0200 ++++ raidem-0.3.1-src/misc/Makefile.all 2006-08-28 16:48:53.000000000 +0200 +@@ -30,7 +30,8 @@ + CFLAGS += -DNO_OGG + else + ifdef HAVE_ALLEGROOGG +-LDLIBS += -lalogg ++LDLIBS += `$(pkgcfg) AllegroOGG --libs` ++CFLAGS += `$(pkgcfg) AllegroOGG --cflags` + else + CFLAGS += -Ilib/allegroogg/include + endif # HAVE_ALLEGROOGG +@@ -56,11 +57,14 @@ + # Glyph-Keeper + ifdef HAVE_GLYPH_KEEPER + LDLIBS += -lglyph-alleg ++CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO + else + CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -Ilib/glyph-keeper/include + endif # HAVE_GLYPH_KEEPER + +-ifndef HAVE_FREETYPE ++ifdef HAVE_FREETYPE ++LDLIBS += `$(ftcfg) --libs` ++else + CFLAGS += -Ilib/freetype/include + endif + --- raidem-0.3.1-src/configure.ac.syslibs 2006-04-08 10:48:00.000000000 +0200 -+++ raidem-0.3.1-src/configure.ac 2006-04-29 15:01:51.000000000 +0200 ++++ raidem-0.3.1-src/configure.ac 2006-08-28 16:49:01.000000000 +0200 @@ -53,7 +53,8 @@ AC_MSG_NOTICE([===== Using lib/adime =====]) && (cd lib/adime; sh fix.sh unix --quick) && @@ -10,7 +49,26 @@ AC_HAVE_LIBRARY([glyph-alleg], -@@ -104,7 +105,7 @@ +@@ -62,7 +63,8 @@ + AC_MSG_NOTICE([===== Using lib/glyph-keeper =====]) && + (cd lib/glyph-keeper; cp Makefile.GNU.all Makefile) && + AC_MSG_NOTICE([===== Configured glyph-keeper =====]), +- AC_MSG_ERROR([cannot file glyph keeper (allegro)]))) ++ AC_MSG_ERROR([cannot file glyph keeper (allegro)])), ++ [`$alcfg --libs`]) + + + +@@ -87,7 +89,7 @@ + + if test $VER_MAJOR -lt 2 || + test $VER_MINOR -lt 1 || +- test $VER_PATCH -lt 10; then ++ test $VER_MINOR -eq 1 -a $VER_PATCH -lt 10; then + AC_MSG_NOTICE([installed version of Freetype < 2.1.10]) && + try_local_freetype + else +@@ -104,7 +106,7 @@ #---------------------------------------------------------------- # Optional @@ -19,7 +77,7 @@ AC_SUBST(NO_ALRAND, 1) fi -@@ -120,7 +121,7 @@ +@@ -120,7 +122,7 @@ if ${ogg}; then @@ -28,19 +86,8 @@ AC_SUBST(HAVE_ALLEGROOGG, 1), AC_CHECK_FILE([lib/allegroogg/Makefile], AC_MSG_NOTICE([===== Using lib/allegroogg =====]), ---- raidem-0.3.1-src/src/map-editor/map-proc.m.syslibs 2006-01-20 03:33:33.000000000 +0100 -+++ raidem-0.3.1-src/src/map-editor/map-proc.m 2006-04-29 15:01:51.000000000 +0200 -@@ -4,7 +4,7 @@ - #include - #include - #include --#include "adime/include/adime.h" -+#include - #include "common.h" - #include "group.h" - #include "gui/gui-clip.h" --- raidem-0.3.1-src/Makefile.cfg.in.syslibs 2006-04-08 07:23:28.000000000 +0200 -+++ raidem-0.3.1-src/Makefile.cfg.in 2006-04-29 15:01:51.000000000 +0200 ++++ raidem-0.3.1-src/Makefile.cfg.in 2006-08-28 16:48:53.000000000 +0200 @@ -8,6 +8,7 @@ INSTALL := install alcfg := @alcfg@ @@ -50,7 +97,7 @@ # Install paths. prefix := @prefix@ --- raidem-0.3.1-src/Makefile.syslibs 2006-04-08 06:54:03.000000000 +0200 -+++ raidem-0.3.1-src/Makefile 2006-04-29 15:13:53.000000000 +0200 ++++ raidem-0.3.1-src/Makefile 2006-08-28 16:48:53.000000000 +0200 @@ -4,8 +4,8 @@ include Makefile.cfg @@ -62,31 +109,3 @@ -Iinclude -Ilib #CFLAGS += -g3 ---- raidem-0.3.1-src/misc/Makefile.all.syslibs 2006-04-08 09:12:44.000000000 +0200 -+++ raidem-0.3.1-src/misc/Makefile.all 2006-04-29 15:01:51.000000000 +0200 -@@ -30,7 +30,8 @@ - CFLAGS += -DNO_OGG - else - ifdef HAVE_ALLEGROOGG --LDLIBS += -lalogg -+LDLIBS += `$(pkgcfg) AllegroOGG --libs` -+CFLAGS += `$(pkgcfg) AllegroOGG --cflags` - else - CFLAGS += -Ilib/allegroogg/include - endif # HAVE_ALLEGROOGG -@@ -56,11 +57,14 @@ - # Glyph-Keeper - ifdef HAVE_GLYPH_KEEPER - LDLIBS += -lglyph-alleg -+CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO - else - CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -Ilib/glyph-keeper/include - endif # HAVE_GLYPH_KEEPER - --ifndef HAVE_FREETYPE -+ifdef HAVE_FREETYPE -+LDLIBS += `$(ftcfg) --libs` -+else - CFLAGS += -Ilib/freetype/include - endif - Index: raidem.spec =================================================================== RCS file: /cvs/extras/rpms/raidem/devel/raidem.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- raidem.spec 18 Jul 2006 17:37:02 -0000 1.8 +++ raidem.spec 28 Aug 2006 15:01:04 -0000 1.9 @@ -1,6 +1,6 @@ Name: raidem Version: 0.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 2d top-down shoot'em up Group: Amusements/Games License: zlib License @@ -11,7 +11,6 @@ Source1: raidem.png Source2: raidem.desktop Patch0: raidem-0.3.1-syslibs.patch -Patch1: raidem-0.3.1-ft-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-objc glyph-keeper-devel freetype-devel adime-devel BuildRequires: zziplib-devel libpng-devel libid3tag-devel AllegroOGG-devel @@ -29,7 +28,6 @@ %prep %setup -q -n %{name}-%{version}-src %patch0 -p1 -z .syslibs -%patch1 -p1 -z .ft-test # remove all included system libs, to avoid using the included system headers. mv lib/loadpng . rm -fr lib/* @@ -91,6 +89,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.3.1-5 +- Fix build with new dynamic glyph-keeper lib +- FE6 Rebuild + * Tue Jul 18 2006 Hans de Goede 0.3.1-4 - Fix building (configure test) with freetype 2.2.x . --- needs.rebuild DELETED --- --- raidem-0.3.1-ft-test.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:04:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:04:42 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.3,1.4 Message-ID: <200608281504.k7SF4ivm028420@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401 Modified Files: gcdmaster.spec Log Message: FE6 Rebuild Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gcdmaster.spec 9 Aug 2006 06:30:27 -0000 1.3 +++ gcdmaster.spec 28 Aug 2006 15:04:42 -0000 1.4 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Mon Aug 28 2006 Denis Leroy - 1.2.1 +- FE6 Rebuild + * Wed Aug 9 2006 Denis Leroy - 1.2.1-5 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Mon Aug 28 15:04:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:04:16 -0700 Subject: rpms/k3b-extras/devel .cvsignore, 1.3, 1.4 k3b-extras.spec, 1.4, 1.5 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608281504.k7SF4nKO028427@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28367 Modified Files: .cvsignore k3b-extras.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 0.12.17-1 - 0.12.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 18:03:51 -0000 1.3 +++ .cvsignore 28 Aug 2006 15:04:16 -0000 1.4 @@ -1,2 +1,3 @@ k3b-0.12.14.tar.bz2 k3b-0.12.16.tar.bz2 +k3b-0.12.17.tar.bz2 Index: k3b-extras.spec =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/k3b-extras.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- k3b-extras.spec 9 Aug 2006 18:03:51 -0000 1.4 +++ k3b-extras.spec 28 Aug 2006 15:04:16 -0000 1.5 @@ -1,7 +1,7 @@ Name: k3b-extras Summary: Free codec plugins for k3b -Version: 0.12.16 +Version: 0.12.17 Release: 1%{?dist} Group: Applications/Multimedia @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 0.12.17-1 +- 0.12.17 + * Wed Jun 28 2006 Rex Dieter 0.12.16-1 - 0.12.16 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Aug 2006 18:03:51 -0000 1.3 +++ sources 28 Aug 2006 15:04:16 -0000 1.4 @@ -1 +1,2 @@ cac9b8230295c1756581399b3bbd0687 k3b-0.12.16.tar.bz2 +e7d423fe386fe0cab7aec6034eb33316 k3b-0.12.17.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:08:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:08:17 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.4,1.5 Message-ID: <200608281508.k7SF8JQO028700@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28683 Modified Files: gcdmaster.spec Log Message: FE6 Rebuild Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gcdmaster.spec 28 Aug 2006 15:04:42 -0000 1.4 +++ gcdmaster.spec 28 Aug 2006 15:08:16 -0000 1.5 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,7 +82,7 @@ %{_mandir}/man1/gcdmaster* %changelog -* Mon Aug 28 2006 Denis Leroy - 1.2.1 +* Mon Aug 28 2006 Denis Leroy - 1.2.1-7 - FE6 Rebuild * Wed Aug 9 2006 Denis Leroy - 1.2.1-5 From fedora-extras-commits at redhat.com Mon Aug 28 15:12:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 28 Aug 2006 08:12:46 -0700 Subject: rpms/ORBit/devel ORBit-0.5.17-IIOP-weak-symbols.patch, NONE, 1.1 ORBit.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281512.k7SFCmOh028832@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/ORBit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812 Modified Files: ORBit.spec Added Files: ORBit-0.5.17-IIOP-weak-symbols.patch Removed Files: needs.rebuild Log Message: Fix undefined non-weak symbols in libIIOP.so (#202328) ORBit-0.5.17-IIOP-weak-symbols.patch: --- NEW FILE ORBit-0.5.17-IIOP-weak-symbols.patch --- --- ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:40:47.000000000 +0100 +++ ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:39:05.000000000 +0100 @@ -36,7 +36,7 @@ iiop-encoders.h \ iiop-endian.h -libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps) +libIIOP_la_LIBADD=$(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) $(libwrap_files) $(libwrap_deps) $(libwrap_files): make_libwrap_files --- ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:41:39.000000000 +0100 +++ ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:39:55.000000000 +0100 @@ -114,7 +114,7 @@ libIIOPinclude_HEADERS = IIOP-config.h IIOP-types.h IIOP.h giop-msg-buffer.h iiop-encoders.h iiop-endian.h -libIIOP_la_LIBADD = $(libwrap_files) $(libwrap_deps) +libIIOP_la_LIBADD = $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ $(libwrap_files) $(libwrap_deps) BUILT_SOURCES = $(libwrap_files) Index: ORBit.spec =================================================================== RCS file: /cvs/extras/rpms/ORBit/devel/ORBit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ORBit.spec 21 Jul 2006 12:39:51 -0000 1.1 +++ ORBit.spec 28 Aug 2006 15:12:46 -0000 1.2 @@ -1,12 +1,13 @@ Summary: CORBA Object Request Broker for GNOME-1 compatibility Name: ORBit Version: 0.5.17 -Release: 18%{?dist} +Release: 19%{?dist} Epoch: 1 URL: http://orbit-resource.sourceforge.net/ Source: http://ftp.acc.umu.se/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2 Patch0: ORBit-0.5.17-aligned-access.patch Patch1: ORBit-underquoted.patch +Patch2: ORBit-0.5.17-IIOP-weak-symbols.patch Group: System Environment/Daemons License: LGPL/GPL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,6 +51,7 @@ %setup -q %patch0 -p1 -b .aligned %patch1 -p1 -b .underquoted +%patch2 -p1 -b .weak-symbols %build %configure @@ -118,6 +120,9 @@ %{_datadir}/aclocal/libIDL.m4 %changelog +* Mon Aug 28 2006 Paul Howarth 1:0.5.17-19 +- Fix undefined non-weak symbols in libIIOP.so (#202328) + * Mon Jul 10 2006 Paul Howarth 1:0.5.17-18 - Add automake and pkgconfig as deps of devel subpackage (#198246) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:25:05 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 08:25:05 -0700 Subject: rpms/skstream/devel skstream.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281525.k7SFP7Sn028917@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/skstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28900 Modified Files: skstream.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: skstream.spec =================================================================== RCS file: /cvs/extras/rpms/skstream/devel/skstream.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- skstream.spec 18 Jul 2006 15:37:37 -0000 1.2 +++ skstream.spec 28 Aug 2006 15:25:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: skstream Version: 0.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ I/O library for WorldForge clients/servers Group: Development/Libraries @@ -79,6 +79,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Wart 0.3.5-4 +- Rebuild for Fedora Extras + * Tue Jul 18 2006 Wart 0.3.5-3 - Fix typo in description - Add comment mentioning known test failures --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:35:39 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:35:39 -0700 Subject: owners owners.list,1.1458,1.1459 Message-ID: <200608281535.k7SFZfda029015@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28998 Modified Files: owners.list Log Message: Change ownership of libsexy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1458 retrieving revision 1.1459 diff -u -r1.1458 -r1.1459 --- owners.list 28 Aug 2006 12:44:50 -0000 1.1458 +++ owners.list 28 Aug 2006 15:35:38 -0000 1.1459 @@ -829,7 +829,7 @@ Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com Fedora Extras|libsamplerate|A library for performing sample rate conversion on audio|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|libsexymm|C++ wrapper for libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libshout|icecast source streaming library|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|libsidplay|A Commodore 64 music player and SID chip emulator library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 15:37:12 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 28 Aug 2006 08:37:12 -0700 Subject: fedora-security/audit fc6,1.40,1.41 Message-ID: <200608281537.k7SFbCsr029044@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29026 Modified Files: fc6 Log Message: Go back to the start of 2002; but now we have 120 issues that need sorting (most will be obvious that they are fixed upstream now) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fc6 25 Aug 2006 18:48:57 -0000 1.40 +++ fc6 28 Aug 2006 15:37:09 -0000 1.41 @@ -1644,6 +1644,7 @@ CVE-2002-1568 version (openssl097a, fixed 0.9.6f) CVE-2002-1567 ** tomcat CVE-2002-1565 ** wget +CVE-2002-1563 ** stunnel CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) CVE-2002-1509 ** shadow-utils @@ -1758,11 +1759,98 @@ CVE-2002-0702 ** dhcpd CVE-2002-0684 ** bind CVE-2002-0682 ** tomcat +CVE-2002-0662 version (scrollkeeper, fixed after 0.3.11) +CVE-2002-0660 ** libpng +CVE-2002-0659 version (openssl, not 0.9.8) +CVE-2002-0659 version (openssl097a, not 0.9.7) +CVE-2002-0657 version (openssl, not 0.9.8) +CVE-2002-0657 version (openssl097a, not 0.9.7) +CVE-2002-0656 version (openssl, not 0.9.8) +CVE-2002-0656 version (openssl097a, not 0.9.7) +CVE-2002-0655 version (openssl, not 0.9.8) +CVE-2002-0655 version (openssl097a, not 0.9.7) +CVE-2002-0653 version (mod_ssl, not httpd 2.2) +CVE-2002-0651 ** bind (+resolvers) +CVE-2002-0640 ** openssh +CVE-2002-0639 ** openssh +CVE-2002-0638 ** util-linux +CVE-2002-0575 version (openssh, fixed 3.2.1) +CVE-2002-0570 ** kernel +CVE-2002-0517 version (XFree86) didn't affect Linux +CVE-2002-0516 ** squirrelmail +CVE-2002-0510 ignore (kernel) see cve +CVE-2002-0506 ** newt +CVE-2002-0499 ** kernel +CVE-2002-0497 ** mtr +CVE-2002-0493 ** tomcat +CVE-2002-0435 ** fileutils +CVE-2002-0429 ** kernel +CVE-2002-0404 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0403 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0402 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0401 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0400 version (bind, fixed 9.2.1) +CVE-2002-0399 ** tar +CVE-2002-0392 version (httpd, not 2.2) +CVE-2002-0391 ** resolvers +CVE-2002-0389 ** mailman +CVE-2002-0388 version (mailman, fixed 2.0.11) +CVE-2002-0384 version (gaim, fixed 0.58) +CVE-2002-0382 ** xchat +CVE-2002-0380 ** tcpdump +CVE-2002-0379 ** imap +CVE-2002-0377 ** gaim +CVE-2002-0374 version (pam_ldap, fixed 144) +CVE-2002-0363 version (ghostscript, fixed 6.53) +CVE-2002-0353 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0342 ** kde +CVE-2002-0318 ** freeradius +CVE-2002-0253 ** php +CVE-2002-0240 ignore (php) windows only +CVE-2002-0232 ** mrtg +CVE-2002-0229 ** php +CVE-2002-0185 ** mod_python +CVE-2002-0184 version (sudo, fixed 1.6.6) +CVE-2002-0180 ** webalizer +CVE-2002-0169 ** docbook +CVE-2002-0165 ** logwatch +CVE-2002-0164 version (XFree86, fixed 4.2.1) +CVE-2002-0163 version (squid, fixed 20020312) +CVE-2002-0162 ** logwatch +CVE-2002-0157 ** nautilus +CVE-2002-0146 version (fetchmail, fixed 5.9.10) +CVE-2002-0130 ** efax +CVE-2002-0129 ** efax +CVE-2002-0121 version (php, fixed after 4.1.1) +CVE-2002-0092 version (cve, fixed 1.10.8) +CVE-2002-0083 ** openssh +CVE-2002-0082 version (mod_ssl, not httpd 2.2) +CVE-2002-0081 ** php +CVE-2002-0080 ** rsync +CVE-2002-0069 ** squid +CVE-2002-0068 ** squid +CVE-2002-0067 ** squid +CVE-2002-0063 version (cups, fixed 1.1.14) +CVE-2002-0062 ** ncurses +CVE-2002-0060 ** kernel +CVE-2002-0059 ** zlib and 100 other things +CVE-2002-0048 ** rsync +CVE-2002-0046 ** kernel +CVE-2002-0045 ** openldap +CVE-2002-0044 ** enscript +CVE-2002-0043 version (sudo, fixed 1.6.4) +CVE-2002-0036 version (krb5, fixed 1.2.5) +CVE-2002-0029 ** bind +CVE-2002-0013 ** snmp stuff +CVE-2002-0012 ** snmp stuff +CVE-2002-0006 ** xchat +CVE-2002-0004 ** at +CVE-2002-0003 ** groff +CVE-2002-0002 ** stunnel +CVE-2002-0001 version (mutt, fixed 1.3.25) older, happened to deal with at same time: -CVE-2002-0517 version (XFree86) didn't affect Linux -CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) From fedora-extras-commits at redhat.com Mon Aug 28 15:40:52 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:40:52 -0700 Subject: rpms/bakery/devel needs.rebuild,1.1,NONE Message-ID: <200608281540.k7SFesOV029099@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29084/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:40:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:40:59 -0700 Subject: rpms/galeon/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFf1Yu029120@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29105/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:06 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:06 -0700 Subject: rpms/gcdmaster/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFf8Nr029141@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29126/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:11 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:11 -0700 Subject: rpms/inkscape/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFfD9t029167@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29148/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:18 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:18 -0700 Subject: rpms/libgnomeuimm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFfKra029188@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29173/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:41:25 -0700 Subject: rpms/libsexy/devel libsexy.spec,1.8,1.9 Message-ID: <200608281541.k7SFfRVp029211@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29194 Modified Files: libsexy.spec Log Message: * Mon Aug 28 2006 Brian Pepple - 0.1.8-2 - Rebuild for FC6. Index: libsexy.spec =================================================================== RCS file: /cvs/extras/rpms/libsexy/devel/libsexy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsexy.spec 19 Mar 2006 04:45:18 -0000 1.8 +++ libsexy.spec 28 Aug 2006 15:41:24 -0000 1.9 @@ -1,6 +1,6 @@ Name: libsexy Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Funky fresh graphical widgets for GTK+ 2 Group: System Environment/Libraries @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Aug 28 2006 Brian Pepple - 0.1.8-2 +- Rebuild for FC6. + * Sat Mar 18 2006 Ignacio Vazquez-Abrams 0.1.8-1 - Upstream update From fedora-extras-commits at redhat.com Mon Aug 28 15:42:10 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 08:42:10 -0700 Subject: rpms/varconf/devel varconf.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281542.k7SFgC3R029362@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/varconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29345 Modified Files: varconf.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: varconf.spec =================================================================== RCS file: /cvs/extras/rpms/varconf/devel/varconf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- varconf.spec 20 Jul 2006 15:53:18 -0000 1.1 +++ varconf.spec 28 Aug 2006 15:42:10 -0000 1.2 @@ -1,6 +1,6 @@ Name: varconf Version: 0.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Configuration library used by WorldForge clients Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Wart 0.6.4-4 +- Rebuild for Fedora Extras + * Wed Jul 19 2006 Wart 0.6.4-3 - Add command to %%check to execute tests --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:43:54 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 28 Aug 2006 08:43:54 -0700 Subject: rpms/libbinio/devel libbinio.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281543.k7SFhuWS029438@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libbinio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29416 Modified Files: libbinio.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild. Index: libbinio.spec =================================================================== RCS file: /cvs/extras/rpms/libbinio/devel/libbinio.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libbinio.spec 14 Feb 2006 16:35:02 -0000 1.2 +++ libbinio.spec 28 Aug 2006 15:43:54 -0000 1.3 @@ -3,7 +3,7 @@ Name: libbinio Version: 1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A software library for binary I/O classes in C++ URL: http://libbinio.sourceforge.net/ Group: System Environment/Libraries @@ -81,6 +81,9 @@ %{_infodir}/*.gz %changelog +* Mon Aug 28 2006 Linus Walleij 1.4-6 +- Rebuild for Fedora Extras 6. + * Tue Feb 14 2006 Linus Walleij 1.4-5 - Rebuild for Fedora Extras 5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:46:10 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 08:46:10 -0700 Subject: rpms/banshee/devel banshee.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608281546.k7SFkCW5029516@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29499 Modified Files: banshee.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Christopher Aillon - 0.10.12-3 - Rebuild Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- banshee.spec 26 Aug 2006 10:33:20 -0000 1.19 +++ banshee.spec 28 Aug 2006 15:46:10 -0000 1.20 @@ -1,6 +1,6 @@ Name: banshee Version: 0.10.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -106,6 +106,9 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Mon Aug 28 2006 Christopher Aillon - 0.10.12-3 +- Rebuild + * Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 - For some reason, the last build picked up dependencies on both mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:49:40 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 08:49:40 -0700 Subject: rpms/ufraw/devel ufraw.spec,1.9,1.10 Message-ID: <200608281549.k7SFngwG029589@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29572 Modified Files: ufraw.spec Log Message: require gimp >= 2.0 for building Index: ufraw.spec =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/ufraw.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ufraw.spec 28 Aug 2006 14:07:54 -0000 1.9 +++ ufraw.spec 28 Aug 2006 15:49:40 -0000 1.10 @@ -10,6 +10,7 @@ URL: http://ufraw.sourceforge.net Source0: http://dl.sourceforge.net/ufraw/ufraw-%{version}.tar.gz BuildRequires: gimp-devel >= 2.0 +BuildRequires: gimp >= 2.0 BuildRequires: gtk2-devel >= 2.6.0 BuildRequires: lcms-devel BuildRequires: libexif-devel @@ -48,6 +49,7 @@ %changelog * Mon Aug 28 2006 Nils Philippsen - 0.9.1-1 - version 0.9.1 +- require gimp >= 2.0 for building * Fri Feb 17 2006 Nils Philippsen - 0.6-2 - rebuild From fedora-extras-commits at redhat.com Mon Aug 28 15:50:45 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:50:45 -0700 Subject: rpms/xmms-musepack - New directory Message-ID: <200608281550.k7SFolIf029706@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29685/xmms-musepack Log Message: Directory /cvs/extras/rpms/xmms-musepack added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 15:50:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:50:46 -0700 Subject: rpms/xmms-musepack/devel - New directory Message-ID: <200608281550.k7SFomvK029709@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29685/xmms-musepack/devel Log Message: Directory /cvs/extras/rpms/xmms-musepack/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 15:51:06 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:06 -0700 Subject: rpms/xmms-musepack Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608281551.k7SFp8ue029758@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29730 Added Files: Makefile import.log Log Message: Setup of module xmms-musepack --- NEW FILE Makefile --- # Top level Makefile for module xmms-musepack all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 15:51:07 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:07 -0700 Subject: rpms/xmms-musepack/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281551.k7SFp99Y029761@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29730/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xmms-musepack --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 15:51:38 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:38 -0700 Subject: rpms/xmms-musepack import.log,1.1,1.2 Message-ID: <200608281551.k7SFpeFt029833@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799 Modified Files: import.log Log Message: auto-import xmms-musepack-1.2-3.fc6 on branch devel from xmms-musepack-1.2-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 15:51:06 -0000 1.1 +++ import.log 28 Aug 2006 15:51:38 -0000 1.2 @@ -0,0 +1 @@ +xmms-musepack-1_2-3_fc6:HEAD:xmms-musepack-1.2-3.fc6.src.rpm:1156780284 From fedora-extras-commits at redhat.com Mon Aug 28 15:51:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:39 -0700 Subject: rpms/xmms-musepack/devel xmms-musepack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281551.k7SFpf4p029838@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799/devel Modified Files: .cvsignore sources Added Files: xmms-musepack.spec Log Message: auto-import xmms-musepack-1.2-3.fc6 on branch devel from xmms-musepack-1.2-3.fc6.src.rpm --- NEW FILE xmms-musepack.spec --- %define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/Input) Summary: X MultiMedia System input plugin to play musepack (mpc) files Name: xmms-musepack Version: 1.2 Release: 3%{?dist} License: BSD Group: Applications/Multimedia URL: http://www.musepack.net/ Source: http://files2.musepack.net/linux/plugins/xmms-musepack-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xmms-devel, libmpcdec-devel, taglib-devel %description X MultiMedia System input plugin to play musepack, aka mpc files. %prep %setup %build %configure %{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog COPYING %exclude %{xmms_inputdir}/libmpc.la %{xmms_inputdir}/libmpc.so %changelog * Wed Aug 23 2006 Matthias Saou 1.2-3 - Remove gcc-c++ and pkgconfig (pulled in by xmms-devel nowadays) build reqs. * Wed May 3 2006 Matthias Saou 1.2-2.1 - Spec file cleanup. - Override CXXFLAGS to get our optflags used. * Fri Mar 17 2006 Matthias Saou 1.2-2 - Release bump to drop the disttag number in FC5 build. * Mon Jan 23 2006 Matthias Saou 1.2-1 - Update to 1.2 final. * Fri Jan 13 2006 Matthias Saou 1.2-0.2.RC1 - Add pkgconfig build requirement to fix build. * Mon May 9 2005 Matthias Saou 1.2-0.1.RC1 - Update to 1.2-RC1. - Now build against new libmpcdec and not libmusepack. - Added taglib-devel build depencency. * Mon Apr 25 2005 Matthias Saou 1.1.2-1 - Update to 1.1.2. - Update package info from sf project to musepack.net locations. - Change license from LGPL to BSD. * Tue Aug 10 2004 Matthias Saou 1.00-2 - Fix OPTIONS vs. CFLAGS in addition to the patch to fix x86_64 build. * Wed Jul 7 2004 Matthias Saou 1.00-1 - Update to 1.00. - Added Makefile patch this time, the gcc flags stuff was just too ugly. - Hmm, now requires esound-devel (esd.h). * Wed May 19 2004 Matthias Saou 0.94-3 - Rebuilt for Fedora Core 2. * Fri Feb 6 2004 Matthias Saou 0.94-2 - Override ARCH with %%{optflags} for ppc build. * Tue Jan 20 2004 Matthias Saou 0.94-1 - Initial rpm package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 15:51:07 -0000 1.1 +++ .cvsignore 28 Aug 2006 15:51:39 -0000 1.2 @@ -0,0 +1 @@ +xmms-musepack-1.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 15:51:07 -0000 1.1 +++ sources 28 Aug 2006 15:51:39 -0000 1.2 @@ -0,0 +1 @@ +ff7f5f9122d09ad63af9c564046086cf xmms-musepack-1.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 15:56:53 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:56:53 -0700 Subject: rpms/libsexy/devel needs.rebuild,1.1,NONE Message-ID: <200608281556.k7SFutqu029937@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29920 Removed Files: needs.rebuild Log Message: FC6 rebuild complete --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:01 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:01 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF - New directory Message-ID: <200608281600.k7SG03xV030091@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30063/perl-DateTime-Format-W3CDTF Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-W3CDTF added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 16:00:02 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:02 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel - New directory Message-ID: <200608281600.k7SG04mM030094@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30063/perl-DateTime-Format-W3CDTF/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 16:00:20 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:20 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281600.k7SG0MPn030153@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30115/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-W3CDTF --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:19 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:19 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608281600.k7SG0LC9030150@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30115 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-W3CDTF --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-W3CDTF all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:27 -0700 Subject: owners owners.list,1.1459,1.1460 Message-ID: <200608281600.k7SG0TtG030180@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30159 Modified Files: owners.list Log Message: Add perl-DateTime-Format-W3CDTF. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1459 retrieving revision 1.1460 diff -u -r1.1459 -r1.1460 --- owners.list 28 Aug 2006 15:35:38 -0000 1.1459 +++ owners.list 28 Aug 2006 16:00:27 -0000 1.1460 @@ -1195,6 +1195,7 @@ Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-MySQL|Parse and format MySQL dates and times|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-W3CDTF|Parse and format W3CDTF datetime strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-CSV|DBI driver for CSV files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 28 16:00:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:49 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF import.log,1.1,1.2 Message-ID: <200608281601.k7SG1Lx9000370@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30207 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-W3CDTF-0.04-1 on branch devel from perl-DateTime-Format-W3CDTF-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 16:00:19 -0000 1.1 +++ import.log 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-W3CDTF-0_04-1:HEAD:perl-DateTime-Format-W3CDTF-0.04-1.src.rpm:1156780841 From fedora-extras-commits at redhat.com Mon Aug 28 16:00:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:49 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel perl-DateTime-Format-W3CDTF.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281601.k7SG1L7v000371@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30207/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-W3CDTF.spec Log Message: auto-import perl-DateTime-Format-W3CDTF-0.04-1 on branch devel from perl-DateTime-Format-W3CDTF-0.04-1.src.rpm --- NEW FILE perl-DateTime-Format-W3CDTF.spec --- Name: perl-DateTime-Format-W3CDTF Version: 0.04 Release: 1%{?dist} Summary: Parse and format W3CDTF datetime strings License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ Source0: http://www.cpan.org/authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0. %prep %setup -q -n DateTime-Format-W3CDTF-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 26 2006 Steven Pritchard 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Fix License tag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 16:00:20 -0000 1.1 +++ .cvsignore 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-W3CDTF-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 16:00:20 -0000 1.1 +++ sources 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +5ad0a41bb5de08f9c16395ea311bb491 DateTime-Format-W3CDTF-0.04.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:02:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:02:18 -0700 Subject: owners owners.list,1.1460,1.1461 Message-ID: <200608281602.k7SG2pNr000481@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv422 Modified Files: owners.list Log Message: Add xmms-musepack (#188461). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1460 retrieving revision 1.1461 diff -u -r1.1460 -r1.1461 --- owners.list 28 Aug 2006 16:00:27 -0000 1.1460 +++ owners.list 28 Aug 2006 16:02:18 -0000 1.1461 @@ -2129,6 +2129,7 @@ Fedora Extras|xmms-flac|XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-lirc|Plugin to use LIRC supported infrared devices in XMMS|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-modplug|Modplug Plugin for XMMS|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|xmms-musepack|X MultiMedia System input plugin to play musepack (mpc) files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-scrobbler|Audioscrobbler plugin for XMMS|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-sid|SIDPlay input plugin for X MultiMedia System (XMMS)|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-skins|Skins for the X MultiMedia System|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 16:06:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:06:02 -0700 Subject: rpms/xmms/devel xmms.spec,1.24,1.25 Message-ID: <200608281606.k7SG64DT000894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv876 Modified Files: xmms.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1:1.2.10-28 - Rebuild. Index: xmms.spec =================================================================== RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xmms.spec 21 Jun 2006 17:11:14 -0000 1.24 +++ xmms.spec 28 Aug 2006 16:06:01 -0000 1.25 @@ -1,6 +1,6 @@ Name: xmms Version: 1.2.10 -Release: 27%{?dist} +Release: 28%{?dist} Epoch: 1 Summary: The X MultiMedia System, a media player @@ -208,6 +208,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1:1.2.10-28 +- Rebuild. + * Wed Jun 21 2006 Ville Skytt?? - 1:1.2.10-27 - Split EsounD output plugin into -esd subpackage, don't filter dependencies. - Make menu entry symlink relative. From fedora-extras-commits at redhat.com Mon Aug 28 16:06:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:06:07 -0700 Subject: rpms/perl-Error/FC-5 .cvsignore, 1.7, 1.8 perl-Error.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608281606.k7SG6ddg000979@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv899/FC-5 Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17003. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 17:52:23 -0000 1.7 +++ .cvsignore 28 Aug 2006 16:06:07 -0000 1.8 @@ -1 +1 @@ -Error-0.17001.tar.gz +Error-0.17003.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/perl-Error.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Error.spec 9 Aug 2006 17:52:23 -0000 1.11 +++ perl-Error.spec 28 Aug 2006 16:06:07 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17001 +Version: 0.17003 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1:0.17003-1 +- Update to 0.17003. + * Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 - Update to 0.17001. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 17:52:23 -0000 1.7 +++ sources 28 Aug 2006 16:06:07 -0000 1.8 @@ -1 +1 @@ -b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz +17dfe98c39ca3e80b3adcf7a8bd462fc Error-0.17003.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:06:08 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:06:08 -0700 Subject: rpms/perl-Error/devel .cvsignore, 1.7, 1.8 perl-Error.spec, 1.11, 1.12 sources, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281606.k7SG6esI000984@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv899/devel Modified Files: .cvsignore perl-Error.spec sources Removed Files: needs.rebuild Log Message: Update to 0.17003. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 17:52:24 -0000 1.7 +++ .cvsignore 28 Aug 2006 16:06:08 -0000 1.8 @@ -1 +1 @@ -Error-0.17001.tar.gz +Error-0.17003.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/perl-Error.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Error.spec 9 Aug 2006 17:52:24 -0000 1.11 +++ perl-Error.spec 28 Aug 2006 16:06:08 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17001 +Version: 0.17003 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1:0.17003-1 +- Update to 0.17003. + * Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 - Update to 0.17001. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 17:52:24 -0000 1.7 +++ sources 28 Aug 2006 16:06:08 -0000 1.8 @@ -1 +1 @@ -b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz +17dfe98c39ca3e80b3adcf7a8bd462fc Error-0.17003.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:06:50 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 09:06:50 -0700 Subject: comps comps-fe5.xml.in,1.120,1.121 comps-fe6.xml.in,1.124,1.125 Message-ID: <200608281606.k7SG6q6R001008@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add convmv, rss-glx, ufraw Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- comps-fe5.xml.in 28 Aug 2006 01:47:45 -0000 1.120 +++ comps-fe5.xml.in 28 Aug 2006 16:06:50 -0000 1.121 @@ -201,6 +201,7 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool + rss-glx-gnome-screensaver sabayon seahorse smeg @@ -432,6 +433,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -561,6 +563,7 @@ bochs cfengine cfs + convmv crack dkms enca @@ -823,6 +826,8 @@ efont-unicode-bdf fonttools rxvt + rss-glx + rss-glx-xscreensaver workrave xlockmore @@ -851,6 +856,7 @@ ksynaptics kyum metamonitor + rss-glx-kde smb4k Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- comps-fe6.xml.in 27 Aug 2006 15:12:48 -0000 1.124 +++ comps-fe6.xml.in 28 Aug 2006 16:06:50 -0000 1.125 @@ -225,7 +225,8 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool - sabayon + rss-glx-gnome-screensaver + sabayon seahorse smeg themes-backgrounds-gnome @@ -467,6 +468,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -609,6 +611,7 @@ cfs conman connect-proxy + convmv crack dkms enca @@ -903,6 +906,8 @@ fonttools kinput2 rxvt + rss-glx + rss-glx-xscreensaver workrave xdaliclock xlockmore @@ -938,6 +943,7 @@ ksynaptics kyum metamonitor + rss-glx-kde smb4k From fedora-extras-commits at redhat.com Mon Aug 28 16:08:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:08:17 -0700 Subject: rpms/libmodplug/devel libmodplug.spec,1.9,1.10 Message-ID: <200608281608.k7SG8Jj4001121@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1101 Modified Files: libmodplug.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1:0.8-2 - Rebuild. Index: libmodplug.spec =================================================================== RCS file: /cvs/extras/rpms/libmodplug/devel/libmodplug.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libmodplug.spec 24 Mar 2006 20:36:44 -0000 1.9 +++ libmodplug.spec 28 Aug 2006 16:08:17 -0000 1.10 @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Modplug mod music file format library @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1:0.8-2 +- Rebuild. + * Fri Mar 24 2006 Ville Skytt?? - 1:0.8-1 - 0.8, 64bit patch included upstream. From fedora-extras-commits at redhat.com Mon Aug 28 16:09:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:09:54 -0700 Subject: rpms/perl-Module-Signature/devel .cvsignore, 1.8, 1.9 perl-Module-Signature.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608281609.k7SG9uEE001217@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Module-Signature/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1196 Modified Files: .cvsignore perl-Module-Signature.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 0.55-1 - 0.55. - Make PAR::Dist dependency a Requires(hint). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 May 2006 20:18:55 -0000 1.8 +++ .cvsignore 28 Aug 2006 16:09:54 -0000 1.9 @@ -1 +1 @@ -Module-Signature-0.54.tar.gz +Module-Signature-0.55.tar.gz Index: perl-Module-Signature.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/perl-Module-Signature.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Module-Signature.spec 12 May 2006 20:18:55 -0000 1.8 +++ perl-Module-Signature.spec 28 Aug 2006 16:09:54 -0000 1.9 @@ -1,12 +1,12 @@ Name: perl-Module-Signature -Version: 0.54 +Version: 0.55 Release: 1%{?dist} Summary: CPAN signature management utilities and modules Group: Development/Libraries License: MIT URL: http://search.cpan.org/dist/Module-Signature/ -Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,7 +14,7 @@ BuildRequires: perl(Digest::SHA1) Requires: gnupg Requires: perl(Digest::SHA1) -Requires: perl(PAR::Dist) +Requires(hint): perl(PAR::Dist) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -24,11 +24,11 @@ %prep %setup -q -n Module-Signature-%{version} -%{__perl} -pi -e 's/ if want_openpgp\(\);/ if 0;/' Makefile.PL %build -PERL_AUTOINSTALL=--skipdeps %{__perl} Makefile.PL INSTALLDIRS=vendor +PERL_AUTOINSTALL=--skipdeps \ +%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps make %{?_smp_mflags} @@ -57,6 +57,10 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 0.55-1 +- 0.55. +- Make PAR::Dist dependency a Requires(hint). + * Fri May 12 2006 Ville Skytt?? - 0.54-1 - 0.54, license changed to MIT. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 May 2006 20:18:55 -0000 1.8 +++ sources 28 Aug 2006 16:09:54 -0000 1.9 @@ -1 +1 @@ -f77964f0d5deb98ea7c1050a8b6a21a5 Module-Signature-0.54.tar.gz +0e2571a76c4bf37d61d9f24d71afbd77 Module-Signature-0.55.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:10:17 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:10:17 -0700 Subject: rpms/sage/devel sage.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281610.k7SGAJxF001281@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/sage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231 Modified Files: sage.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: sage.spec =================================================================== RCS file: /cvs/extras/rpms/sage/devel/sage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sage.spec 26 Jul 2006 20:45:14 -0000 1.2 +++ sage.spec 28 Aug 2006 16:10:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: sage Version: 0.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL extensions library using SDL Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Wart 0.1.2-5 +- Rebuild for Fedora Extras + * Wed Jul 26 2006 Wart 0.1.2-4 - Added 'make check' to test section. Even though it doesn't do anything, it also doesn't generate an error. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:13:19 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:13:19 -0700 Subject: rpms/tcllib/devel tcllib.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281613.k7SGDLW0001389@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tcllib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1372 Modified Files: tcllib.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tcllib.spec =================================================================== RCS file: /cvs/extras/rpms/tcllib/devel/tcllib.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tcllib.spec 16 Feb 2006 05:54:22 -0000 1.6 +++ tcllib.spec 28 Aug 2006 16:13:19 -0000 1.7 @@ -1,7 +1,7 @@ Summary: The standard Tcl library Name: tcllib Version: 1.8 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD-like Group: Development/Libraries Source: http://download.sourceforge.net/tcllib/tcllib-1.8.tar.gz @@ -47,6 +47,9 @@ %{_mandir}/mann/* %changelog +* Mon Aug 21 2006 Wart 1.8-5 +- Rebuild for Fedora Extras + * Thu Feb 16 2006 Wart 1.8-4 - Remove executable bits on the library files to clean up rpmlint warnings. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:16:36 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:16:36 -0700 Subject: rpms/tklib/devel tklib.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281616.k7SGGcRe001525@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tklib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505 Modified Files: tklib.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tklib.spec =================================================================== RCS file: /cvs/extras/rpms/tklib/devel/tklib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tklib.spec 16 Feb 2006 06:26:21 -0000 1.2 +++ tklib.spec 28 Aug 2006 16:16:36 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Collection of widgets and other packages for Tk Name: tklib Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Libraries Source: http://download.sourceforge.net/tcllib/tklib-0.4.1.tar.gz @@ -49,13 +49,18 @@ %{_mandir}/*/* %changelog +* Mon Aug 28 2006 Wart 0.4.1-5 +- Rebuild for FC-6 + * Thu Feb 16 2006 Wart 0.4.1-4 - Rebuild for FC-5 * Fri Dec 2 2005 Wart 0.4.1-3 - Minor specfile improvements. + * Thu Dec 1 2005 Wart 0.4.1-2 - Add check stage after the install, as well as a patch to the check script included in the package. + * Sun Nov 27 2005 Wart 0.4.1-1 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:17:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:17:29 -0700 Subject: rpms/torcs-data/devel needs.rebuild,1.1,NONE Message-ID: <200608281617.k7SGHVWq001599@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/torcs-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1576 Removed Files: needs.rebuild Log Message: No need to rebuild torcs-data, it's a big fat noarch bunch of data. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:21:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:21:05 -0700 Subject: rpms/perl-Email-Simple/devel .cvsignore, 1.5, 1.6 perl-Email-Simple.spec, 1.4, 1.5 sources, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608281621.k7SGL7Ze001727@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1682/devel Modified Files: .cvsignore perl-Email-Simple.spec sources Removed Files: needs.rebuild Log Message: Update to 1.980. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jul 2006 12:53:55 -0000 1.5 +++ .cvsignore 28 Aug 2006 16:21:05 -0000 1.6 @@ -1 +1 @@ -Email-Simple-1.96.tar.gz +Email-Simple-1.980.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/perl-Email-Simple.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Email-Simple.spec 29 Jul 2006 12:53:55 -0000 1.4 +++ perl-Email-Simple.spec 28 Aug 2006 16:21:05 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.96 +Version: 1.980 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.980-1 +- Update to 1.980. + * Sat Jul 29 2006 Jose Pedro Oliveira - 1.96-1 - Update to 1.96. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jul 2006 12:53:55 -0000 1.5 +++ sources 28 Aug 2006 16:21:05 -0000 1.6 @@ -1 +1 @@ -49730b720ca9b4b393ac21749c8a3e9b Email-Simple-1.96.tar.gz +9f6a5d2a3626ff9753db1732dbe60efc Email-Simple-1.980.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:21:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:21:05 -0700 Subject: rpms/perl-Email-Simple/FC-5 .cvsignore, 1.4, 1.5 perl-Email-Simple.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608281621.k7SGL7E8001721@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1682/FC-5 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.980. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Jul 2006 13:06:37 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:21:04 -0000 1.5 @@ -1 +1 @@ -Email-Simple-1.96.tar.gz +Email-Simple-1.980.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/perl-Email-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Simple.spec 29 Jul 2006 13:06:37 -0000 1.3 +++ perl-Email-Simple.spec 28 Aug 2006 16:21:04 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.96 +Version: 1.980 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.980-1 +- Update to 1.980. + * Sat Jul 29 2006 Jose Pedro Oliveira - 1.96-1 - Update to 1.96. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jul 2006 13:06:37 -0000 1.4 +++ sources 28 Aug 2006 16:21:04 -0000 1.5 @@ -1 +1 @@ -49730b720ca9b4b393ac21749c8a3e9b Email-Simple-1.96.tar.gz +9f6a5d2a3626ff9753db1732dbe60efc Email-Simple-1.980.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:23:08 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 09:23:08 -0700 Subject: rpms/ipe/devel ipe.spec,1.4,1.5 Message-ID: <200608281623.k7SGNA2I001806@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/ipe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1786 Modified Files: ipe.spec Log Message: Start rebuild for FC-6. Index: ipe.spec =================================================================== RCS file: /cvs/extras/rpms/ipe/devel/ipe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ipe.spec 20 Jul 2006 20:26:50 -0000 1.4 +++ ipe.spec 28 Aug 2006 16:23:08 -0000 1.5 @@ -2,7 +2,7 @@ Name: ipe Version: 6.0 -Release: 0.9.%{preversion}%{?dist} +Release: 0.10.%{preversion}%{?dist} Summary: The Ipe extensible drawing editor Group: Applications/Publishing @@ -161,6 +161,9 @@ %{_datadir}/ipe/%{version}/doc %changelog +* Mon Aug 28 2006 Laurent Rineau - 6.0-0.10.pre26 +- Rebuild for FC-6. + * Thu Jul 20 2006 Laurent Rineau - 6.0-0.9.pre26 - Remove the BR: nas-devel, now that qt4 has stripped -laudio from its pkgconfig files. From fedora-extras-commits at redhat.com Mon Aug 28 16:23:07 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 28 Aug 2006 09:23:07 -0700 Subject: rpms/libnjb/devel libnjb.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281623.k7SGN9Wo001799@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libnjb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1757 Modified Files: libnjb.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild. Index: libnjb.spec =================================================================== RCS file: /cvs/extras/rpms/libnjb/devel/libnjb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libnjb.spec 14 Feb 2006 16:32:21 -0000 1.7 +++ libnjb.spec 28 Aug 2006 16:23:06 -0000 1.8 @@ -12,7 +12,7 @@ Name: libnjb Version: 2.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A software library for talking to the Creative Nomad Jukeboxes and Dell DJs URL: http://libnjb.sourceforge.net/ @@ -105,6 +105,8 @@ %changelog +* Mon Aug 28 2006 Linus Walleij 2.2.5-3 +- Rebuild for Fedora Extras 6. * Tue Feb 14 2006 Linus Walleij 2.2.5-2 - Rebuild for Fedora Extras 5. * Sun Jan 29 2006 Linus Walleij 2.2.5-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:23:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:23:37 -0700 Subject: rpms/AGReader/devel needs.rebuild,1.1,NONE Message-ID: <200608281623.k7SGNdM3001932@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1767 Removed Files: needs.rebuild Log Message: Rebuilding package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:25:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:25:54 -0700 Subject: rpms/xmms-crossfade/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xmms-crossfade.spec, 1.11, 1.12 Message-ID: <200608281625.k7SGPu6J002026@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2005 Modified Files: .cvsignore sources xmms-crossfade.spec Log Message: Update to 0.3.11. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 13:29:33 -0000 1.5 +++ .cvsignore 28 Aug 2006 16:25:53 -0000 1.6 @@ -1 +1 @@ -xmms-crossfade-0.3.10.tar.gz +xmms-crossfade-0.3.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 13:29:33 -0000 1.5 +++ sources 28 Aug 2006 16:25:53 -0000 1.6 @@ -1 +1 @@ -43c53b522545253e2bfeee7a0c0dfde3 xmms-crossfade-0.3.10.tar.gz +db8fea679d4178323baf5a2508602492 xmms-crossfade-0.3.11.tar.gz Index: xmms-crossfade.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/xmms-crossfade.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-crossfade.spec 20 Jun 2006 22:46:10 -0000 1.11 +++ xmms-crossfade.spec 28 Aug 2006 16:25:53 -0000 1.12 @@ -2,8 +2,8 @@ Summary: Audio crossfade plugin for XMMS Name: xmms-crossfade -Version: 0.3.10 -Release: 2%{?dist} +Version: 0.3.11 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.eisenlohr.org/xmms-crossfade/ @@ -43,6 +43,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.3.11-1 +- Update to 0.3.11. +- FC6 rebuild. + * Wed Jun 21 2006 Matthias Saou 0.3.10-2 - Also BuildRequire xmms since xmms-devel only requires xmms-libs now, but the configure detection requires xmms to be present. From fedora-extras-commits at redhat.com Mon Aug 28 16:26:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:26:37 -0700 Subject: rpms/AGReader import.log,1.5,1.6 Message-ID: <200608281626.k7SGQdcE002130@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097 Modified Files: import.log Log Message: auto-import AGReader-1.2-2 on branch devel from AGReader-1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/AGReader/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 6 Jun 2006 00:01:50 -0000 1.5 +++ import.log 28 Aug 2006 16:26:36 -0000 1.6 @@ -2,3 +2,4 @@ AGReader-1_2-1:HEAD:AGReader-1.2-1.src.rpm:1149551736 AGReader-1_2-1:FC-4:AGReader-1.2-1.src.rpm:1149551915 AGReader-1_2-1:FC-5:AGReader-1.2-1.src.rpm:1149552058 +AGReader-1_2-2:HEAD:AGReader-1.2-2.src.rpm:1156789401 From fedora-extras-commits at redhat.com Mon Aug 28 16:26:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:26:37 -0700 Subject: rpms/AGReader/devel AGReader.spec,1.2,1.3 Message-ID: <200608281626.k7SGQdJ9002135@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097/devel Modified Files: AGReader.spec Log Message: auto-import AGReader-1.2-2 on branch devel from AGReader-1.2-2.src.rpm Index: AGReader.spec =================================================================== RCS file: /cvs/extras/rpms/AGReader/devel/AGReader.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AGReader.spec 5 Jun 2006 23:56:06 -0000 1.2 +++ AGReader.spec 28 Aug 2006 16:26:37 -0000 1.3 @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text @@ -43,6 +43,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 1.2-2%{?dist} +- Release bump for FC6 mass rebuild + * Mon Jun 05 2006 Ian Chapman 1.2-1%{?dist} - Version bump - Dropped patches, they are no longer required @@ -64,7 +67,7 @@ * Sat May 13 2006 Ian Chapman 1.1-7.iss - Removed gcc32 patch. It's now specified on the make command line -- Replaced %{__rm} in clean section with rm +- Replaced %%{__rm} in clean section with rm * Mon May 01 2006 Ian Chapman 1.1-6.iss - Altered spec file to more closely follow Fedora build guidelines From fedora-extras-commits at redhat.com Mon Aug 28 16:27:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:27:59 -0700 Subject: rpms/libmodplug/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS1iG002323@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/libmodplug/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:27:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:27:59 -0700 Subject: rpms/xmms/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS1wL002327@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/xmms/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:27:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:27:56 -0700 Subject: rpms/xmms-crossfade/devel needs.rebuild,1.1,NONE Message-ID: <200608281627.k7SGRwCG002277@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2253 Removed Files: needs.rebuild Log Message: Oops, remove the needs.rebuild after our update and rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:28:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:28:00 -0700 Subject: rpms/perl-Module-Signature/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS2re002355@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Module-Signature/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/perl-Module-Signature/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:30:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:30:00 -0700 Subject: rpms/xmms-skins/devel needs.rebuild,1.1,NONE Message-ID: <200608281630.k7SGU2Da002424@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-skins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2405 Removed Files: needs.rebuild Log Message: No need to rebuild xmms-skins, it's only noarch data. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:32:20 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:32:20 -0700 Subject: rpms/tkcon/devel tkcon.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281632.k7SGWMWI002486@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tkcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2467 Modified Files: tkcon.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tkcon.spec =================================================================== RCS file: /cvs/extras/rpms/tkcon/devel/tkcon.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tkcon.spec 16 Feb 2006 06:44:23 -0000 1.2 +++ tkcon.spec 28 Aug 2006 16:32:20 -0000 1.3 @@ -1,6 +1,6 @@ Name: tkcon Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tcl GUI console Group: Development/Tools @@ -47,9 +47,14 @@ %doc license.terms README.txt release.txt index.html docs %changelog +* Mon Aug 28 2006 Wart - 2.4-4 +- Rebuild for FC-6 + * Thu Feb 16 2006 Wart - 2.4-3 - Rebuild for FC-5 + * Wed Dec 28 2005 Wart - 2.4-2 - Better description and installed documentation layout. + * Fri Dec 9 2005 Wart - 2.4-1 - Initial Fedora spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:34:27 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 09:34:27 -0700 Subject: rpms/mail-notification/devel mail-notification.spec, 1.25, 1.26 needs.rebuild, 1.1, NONE Message-ID: <200608281634.k7SGYTFb002576@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2557 Modified Files: mail-notification.spec Removed Files: needs.rebuild Log Message: 3.0-5 -- Rebuild for devel; run unset-obsolete-configuration only works when DISPLAY is set Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- mail-notification.spec 10 Aug 2006 16:48:32 -0000 1.25 +++ mail-notification.spec 28 Aug 2006 16:34:26 -0000 1.26 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -92,7 +92,9 @@ /usr/bin/gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||: /usr/bin/scrollkeeper-update -q ||: -mail-notification --unset-obsolete-configuration &>/dev/null ||: +if [[ "${DISPLAY}" ]]; then + mail-notification --unset-obsolete-configuration &>/dev/null ||: +fi %preun # For GConf apps: uninstall app's system default schemas @@ -127,6 +129,11 @@ %changelog +* Mon Aug 28 2006 Thorsten Leemhuis 3.0-5 +- Rebuild for devel +- run unset-obsolete-configuration only works when DISPLAY is set; will + report upstream + * Sat Jul 15 2006 Thorsten Leemhuis 3.0-4 - Package evolution plugin separately --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:35:25 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:35:25 -0700 Subject: rpms/zziplib/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zziplib.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281635.k7SGZRoX002657@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/zziplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2635 Modified Files: .cvsignore sources zziplib.spec Removed Files: needs.rebuild Log Message: Update to 0.13.47. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Feb 2006 19:27:48 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:35:25 -0000 1.5 @@ -1 +1 @@ -zziplib-0.13.45.tar.bz2 +zziplib-0.13.47.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Feb 2006 19:27:48 -0000 1.4 +++ sources 28 Aug 2006 16:35:25 -0000 1.5 @@ -1 +1 @@ -687e6e487795680dd1e8ea9c1670e0ab zziplib-0.13.45.tar.bz2 +ac3bc8da2db2aa6e7751243c1dade296 zziplib-0.13.47.tar.bz2 Index: zziplib.spec =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/zziplib.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- zziplib.spec 24 Jul 2006 14:52:57 -0000 1.7 +++ zziplib.spec 28 Aug 2006 16:35:25 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Lightweight library to easily extract data from zip files Name: zziplib -Version: 0.13.45 -Release: 3%{?dist} +Version: 0.13.47 +Release: 1%{?dist} License: LGPL/MPL Group: Applications/Archiving URL: http://zziplib.sourceforge.net/ @@ -95,8 +95,11 @@ %changelog -* Mon Jul 24 2006 Matthias Saou 0.13.45-3 +* Mon Aug 28 2006 Matthias Saou 0.13.47-1 +- Update to 0.13.47. - FC6 rebuild. + +* Mon Jul 24 2006 Matthias Saou 0.13.45-3 - Split off -utils sub-package (#199467). Could have been plain "zzip"? - Have sub-packages require exact release too. - Build require automake to make the aclocal-1.9 check happy. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:36:04 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:36:04 -0700 Subject: rpms/monsterz/devel needs.rebuild,1.1,NONE Message-ID: <200608281636.k7SGa6bH002683@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2668 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:36:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:36:48 -0700 Subject: rpms/lirc/devel lirc.spec,1.16,1.17 Message-ID: <200608281636.k7SGao1N002719@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2701 Modified Files: lirc.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.8.1-0.2.pre1 - Rebuild. Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- lirc.spec 2 Jul 2006 09:02:42 -0000 1.16 +++ lirc.spec 28 Aug 2006 16:36:47 -0000 1.17 @@ -15,7 +15,7 @@ Name: lirc Version: 0.8.1 -Release: 0.1.pre1%{?dist} +Release: 0.2.pre1%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -198,6 +198,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.8.1-0.2.pre1 +- Rebuild. + * Sat Jul 1 2006 Ville Skytt?? - 0.8.1-0.1.pre1 - 0.8.1pre1. - Add rpmbuild options for enabling/disabling ALSA, portaudio and/or X From fedora-extras-commits at redhat.com Mon Aug 28 16:37:14 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:37:14 -0700 Subject: rpms/monsterz import.log,1.2,1.3 Message-ID: <200608281637.k7SGbGLh002809@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2778 Modified Files: import.log Log Message: auto-import monsterz-0.7.0-7 on branch devel from monsterz-0.7.0-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monsterz/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 26 Jul 2006 21:31:02 -0000 1.2 +++ import.log 28 Aug 2006 16:37:14 -0000 1.3 @@ -1 +1,2 @@ monsterz-0_7_0-6:HEAD:monsterz-0.7.0-6.src.rpm:1153952842 +monsterz-0_7_0-7:HEAD:monsterz-0.7.0-7.src.rpm:1156790037 From fedora-extras-commits at redhat.com Mon Aug 28 16:37:15 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:37:15 -0700 Subject: rpms/monsterz/devel monsterz.spec,1.1,1.2 Message-ID: <200608281637.k7SGbHBs002813@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2778/devel Modified Files: monsterz.spec Log Message: auto-import monsterz-0.7.0-7 on branch devel from monsterz-0.7.0-7.src.rpm Index: monsterz.spec =================================================================== RCS file: /cvs/extras/rpms/monsterz/devel/monsterz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monsterz.spec 26 Jul 2006 21:31:02 -0000 1.1 +++ monsterz.spec 28 Aug 2006 16:37:15 -0000 1.2 @@ -1,12 +1,12 @@ Name: monsterz Version: 0.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Puzzle game, similar to Bejeweled or Zookeeper Group: Amusements/Games License: WTFPL -URL: http://sam.zoy.org/monsterz/ -Source0: http://sam.zoy.org/monsterz/%{name}-%{version}.tar.gz +URL: http://sam.zoy.org/%{name}/ +Source0: http://sam.zoy.org/%{name}/%{name}-%{version}.tar.gz Source1: monsterz.png Source2: monsterz.desktop Source3: monsterz.score @@ -28,6 +28,7 @@ %package data Summary: Data files for the game monsterz Group: Amusements/Games + %description data Data files for the game monsterz @@ -51,12 +52,12 @@ mkdir -p %{buildroot}%{_datadir}/%{name}/graphics mkdir -p %{buildroot}%{_datadir}/%{name}/sound mkdir -p %{buildroot}%{_var}/games -install -pm0755 monsterz %{buildroot}%{_bindir} -install -pm0755 monsterz.py %{buildroot}%{_datadir}/%{name} +install -pm0755 %{name} %{buildroot}%{_bindir} +install -pm0755 %{name}.py %{buildroot}%{_datadir}/%{name} cp -a graphics/*.png %{buildroot}%{_datadir}/%{name}/graphics cp -a sound/* %{buildroot}%{_datadir}/%{name}/sound -install -pm0664 %{SOURCE3} %{buildroot}%{_var}/games/monsterz +install -pm0664 %{SOURCE3} %{buildroot}%{_var}/games/%{name} desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -99,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 0.7.0-7%{?dist} +- Release bump for FC6 mass rebuild + * Tue Jul 25 2006 Ian Chapman 0.7.0-6%{?dist} - Split data into a separate package. From fedora-extras-commits at redhat.com Mon Aug 28 16:39:14 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:39:14 -0700 Subject: rpms/tclxml/devel tclxml.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281639.k7SGdG5h002940@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tclxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2923 Modified Files: tclxml.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tclxml.spec =================================================================== RCS file: /cvs/extras/rpms/tclxml/devel/tclxml.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tclxml.spec 1 Jun 2006 18:44:58 -0000 1.8 +++ tclxml.spec 28 Aug 2006 16:39:14 -0000 1.9 @@ -1,7 +1,7 @@ Summary: TclXML is a package that provides XML parsing for the Tcl scripting language Name: tclxml Version: 3.1 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Development/Libraries URL: http://tclxml.sourceforge.net/ @@ -117,6 +117,9 @@ %{_libdir}/Tclxml%{version}/*.a %changelog +* Mon Aug 28 2006 Wart - 3.1-9 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.1-8 - Fixed Requires: for subpackages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:39:39 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:39:39 -0700 Subject: rpms/sjasm/devel needs.rebuild,1.1,NONE Message-ID: <200608281639.k7SGdg44003021@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2994 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:39:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:39:59 -0700 Subject: rpms/openct/devel openct.spec,1.15,1.16 Message-ID: <200608281640.k7SGe1bX003051@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/openct/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3034 Modified Files: openct.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.6.8-2 - Rebuild. Index: openct.spec =================================================================== RCS file: /cvs/extras/rpms/openct/devel/openct.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openct.spec 20 Jun 2006 15:09:11 -0000 1.15 +++ openct.spec 28 Aug 2006 16:39:59 -0000 1.16 @@ -2,7 +2,7 @@ Name: openct Version: 0.6.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Middleware framework for smart card terminals Group: System Environment/Libraries @@ -160,6 +160,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.6.8-2 +- Rebuild. + * Tue Jun 20 2006 Ville Skytt?? - 0.6.8-1 - 0.6.8. From fedora-extras-commits at redhat.com Mon Aug 28 16:40:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:29 -0700 Subject: rpms/yasm/devel yasm.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeV8N003289@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/yasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/yasm/devel Modified Files: yasm.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: yasm.spec =================================================================== RCS file: /cvs/extras/rpms/yasm/devel/yasm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- yasm.spec 14 Jul 2006 08:54:00 -0000 1.8 +++ yasm.spec 28 Aug 2006 16:40:29 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Complete rewrite of the NASM assembler Name: yasm Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Development/Languages URL: http://www.tortall.net/projects/yasm/ @@ -21,7 +21,7 @@ %package devel Summary: Header files and static libraries for yasm Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel Yasm is a complete rewrite of the NASM assembler under the "new" BSD License @@ -71,6 +71,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.5.0-2 +- FC6 rebuild. +- Require the same release in the devel sub-package. + * Fri Jul 14 2006 Matthias Saou 0.5.0-1 - Update to 0.5.0. - Remove empty files from %%doc. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:12 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:12 -0700 Subject: rpms/ucarp/devel ucarp.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeiC0003309@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/ucarp/devel Modified Files: ucarp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/ucarp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ucarp.spec 22 Aug 2006 13:08:17 -0000 1.10 +++ ucarp.spec 28 Aug 2006 16:40:12 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2-4 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 1.2-3 - Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the segfaults reported in #200400 and #201596. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:13 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:13 -0700 Subject: rpms/udftools/devel udftools.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGejwJ003313@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/udftools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/udftools/devel Modified Files: udftools.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: udftools.spec =================================================================== RCS file: /cvs/extras/rpms/udftools/devel/udftools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- udftools.spec 27 Jul 2006 13:04:32 -0000 1.8 +++ udftools.spec 28 Aug 2006 16:40:13 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Linux UDF Filesystem userspace utilities Name: udftools Version: 1.0.0b3 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Archiving URL: http://sourceforge.net/projects/linux-udf/ @@ -49,8 +49,10 @@ %changelog -* Mon Mar 6 2006 Matthias Saou 1.0.0b3-6 +* Mon Aug 28 2006 Matthias Saou 1.0.0b3-7 - FC6 rebuild. + +* Mon Mar 6 2006 Matthias Saou 1.0.0b3-6 - Add ncurses-devel build requirement, since it's not pulled in anymore. - Add patch to fix as many trivial warnings as possible. Some stuff seems to still not be 64bit clean, though. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:14 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:14 -0700 Subject: rpms/viruskiller/devel viruskiller.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGekGB003317@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/viruskiller/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/viruskiller/devel Modified Files: viruskiller.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: viruskiller.spec =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- viruskiller.spec 6 Mar 2006 17:03:39 -0000 1.9 +++ viruskiller.spec 28 Aug 2006 16:40:14 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Frantic shooting game where viruses invade your computer Name: viruskiller Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games URL: http://www.parallelrealities.co.uk/virusKiller.php @@ -72,6 +72,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0-2 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.0-1 - Update to 1.0-1. - Update makefile patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:16 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:16 -0700 Subject: rpms/xmms-arts/devel xmms-arts.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGempL003327@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-arts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-arts/devel Modified Files: xmms-arts.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-arts.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-arts/devel/xmms-arts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xmms-arts.spec 31 May 2006 18:44:25 -0000 1.4 +++ xmms-arts.spec 28 Aug 2006 16:40:16 -0000 1.5 @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.7.1-4 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 0.7.1-3 - Fix problems reported by Ville in #193600 : Require explicitly xmms-libs, don't own the Output/ directory and exclude the .la file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:12 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:12 -0700 Subject: rpms/thttpd/devel thttpd.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeieU003306@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/thttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/thttpd/devel Modified Files: thttpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: thttpd.spec =================================================================== RCS file: /cvs/extras/rpms/thttpd/devel/thttpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- thttpd.spec 4 Jul 2006 11:22:36 -0000 1.11 +++ thttpd.spec 28 Aug 2006 16:40:12 -0000 1.12 @@ -3,7 +3,7 @@ Summary: Tiny, turbo, throttleable lightweight http server Name: thttpd Version: 2.25b -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.acme.com/software/thttpd/ @@ -143,6 +143,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.25b-12 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 2.25b-11 - Include "fixes" patch from Debian (#191095) to fix thtpasswd and makeweb. - Rename htpasswd as thtpasswd instead of htpasswd.thttpd. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:15 -0700 Subject: rpms/xmms-acme/devel xmms-acme.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGelZq003323@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-acme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-acme/devel Modified Files: xmms-acme.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-acme.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-acme/devel/xmms-acme.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xmms-acme.spec 13 Feb 2006 12:49:02 -0000 1.5 +++ xmms-acme.spec 28 Aug 2006 16:40:15 -0000 1.6 @@ -3,7 +3,7 @@ Summary: XMMS plugin to use special multimedia keys in GNOME or through acme Name: xmms-acme Version: 0.4.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.devin.com/xmms-xf86audio/ @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.4.3-2 +- FC6 rebuild. + * Mon Feb 13 2006 Matthias Saou 0.4.3-1 - Update to 0.4.3, which adds -fPIC where needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:40:51 -0700 Subject: rpms/sjasm import.log,1.2,1.3 Message-ID: <200608281640.k7SGer7k003367@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3334 Modified Files: import.log Log Message: auto-import sjasm-0.39-0.4.g1 on branch devel from sjasm-0.39-0.4.g1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sjasm/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Aug 2006 19:43:46 -0000 1.2 +++ import.log 28 Aug 2006 16:40:51 -0000 1.3 @@ -1 +1,2 @@ sjasm-0_39-0_3_g1:HEAD:sjasm-0.39-0.3.g1.src.rpm:1156110206 +sjasm-0_39-0_4_g1:HEAD:sjasm-0.39-0.4.g1.src.rpm:1156790255 From fedora-extras-commits at redhat.com Mon Aug 28 16:40:17 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:17 -0700 Subject: rpms/xmms-flac/devel xmms-flac.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGen3a003330@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-flac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-flac/devel Modified Files: xmms-flac.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-flac.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-flac/devel/xmms-flac.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xmms-flac.spec 13 Feb 2006 13:46:12 -0000 1.5 +++ xmms-flac.spec 28 Aug 2006 16:40:17 -0000 1.6 @@ -3,7 +3,7 @@ Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files Name: xmms-flac Version: 1.1.2 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Group: Applications/Multimedia URL: http://flac.sourceforge.net/ @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.1.2-27 +- FC6 rebuild. + * Mon Feb 13 2006 Matthias Saou 1.1.2-26 - Rebuild for new glibc/gcc. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:40:51 -0700 Subject: rpms/sjasm/devel sjasm.spec,1.1,1.2 Message-ID: <200608281640.k7SGesRa003371@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3334/devel Modified Files: sjasm.spec Log Message: auto-import sjasm-0.39-0.4.g1 on branch devel from sjasm-0.39-0.4.g1.src.rpm Index: sjasm.spec =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/sjasm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sjasm.spec 20 Aug 2006 19:43:46 -0000 1.1 +++ sjasm.spec 28 Aug 2006 16:40:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: sjasm Version: 0.39 -Release: 0.3.g1%{?dist} +Release: 0.4.g1%{?dist} Summary: A z80 cross assembler Group: Development/Languages @@ -20,7 +20,7 @@ %setup -qcn %{name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i 's/\r//' sjasm.txt +sed -i 's/\r//' %{name}.txt %build @@ -39,10 +39,13 @@ %files %defattr(-,root,root,-) %{_bindir}/%{name} -%doc sjasm.txt +%doc %{name}.txt %changelog +* Mon Aug 28 2006 Ian Chapman 0.39-0.4.g1%{?dist} +- Release bump for FC6 mass rebuild + * Sun Aug 20 2006 Ian Chapman 0.39-0.3.g1%{?dist} - Bump release in preparation for FE migration From fedora-extras-commits at redhat.com Mon Aug 28 16:40:24 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:24 -0700 Subject: rpms/xvattr/devel xvattr.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeuoe003382@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xvattr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xvattr/devel Modified Files: xvattr.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xvattr.spec =================================================================== RCS file: /cvs/extras/rpms/xvattr/devel/xvattr.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xvattr.spec 23 May 2006 09:27:04 -0000 1.10 +++ xvattr.spec 28 Aug 2006 16:40:24 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Utility for getting and setting Xv attributes Name: xvattr Version: 1.3 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: User Interface/X URL: http://www.dtek.chalmers.se/groups/dvd/ @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk+-devel # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXv-devel %else BuildRequires: xorg-x11-devel @@ -48,6 +48,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.3-11 +- FC6 rebuild. + * Tue May 23 2006 Matthias Saou 1.3-10 - Fix CFLAGS so that our optflags get used too (Ville, #192611). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:15 -0700 Subject: rpms/torcs/devel torcs.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGelYG003321@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/torcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/torcs/devel Modified Files: torcs.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: torcs.spec =================================================================== RCS file: /cvs/extras/rpms/torcs/devel/torcs.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- torcs.spec 10 Mar 2006 16:34:11 -0000 1.12 +++ torcs.spec 28 Aug 2006 16:40:15 -0000 1.13 @@ -3,7 +3,7 @@ Summary: The Open Racing Car Simulator Name: torcs Version: 1.2.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Amusements/Games URL: http://torcs.org/ @@ -21,8 +21,9 @@ BuildRequires: libpng-devel, libjpeg-devel, zlib-devel, openal-devel BuildRequires: desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 -BuildRequires: libXext-devel, libXt-devel, libXi-devel, libXmu-devel, libXxf86vm-devel, libXrandr-devel, libXrender-devel +%if %{!?fedora:6}%{?fedora} >= 5 +BuildRequires: libXext-devel, libXt-devel, libXi-devel, libXmu-devel +BuildRequires: libXxf86vm-devel, libXrandr-devel, libXrender-devel %else BuildRequires: xorg-x11-devel %endif @@ -162,6 +163,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2.4-4 +- FC6 rebuild. + * Fri Mar 10 2006 Matthias Saou 1.2.4-3 - Remove patch that disabled checking for openal, since it also disabled linking against it, and caused nasty things to happen. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:22 -0700 Subject: rpms/xmms-lirc/devel xmms-lirc.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGesJQ003374@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-lirc/devel Modified Files: xmms-lirc.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-lirc.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-lirc/devel/xmms-lirc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmms-lirc.spec 31 May 2006 18:47:04 -0000 1.9 +++ xmms-lirc.spec 28 Aug 2006 16:40:22 -0000 1.10 @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4-9 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 1.4-8 - Add explicit xmms requirement (#193599). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:23 -0700 Subject: rpms/xmms-speex/devel xmms-speex.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGet7H003379@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-speex/devel Modified Files: xmms-speex.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/devel/xmms-speex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 +++ xmms-speex.spec 28 Aug 2006 16:40:23 -0000 1.8 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9.1-8 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 0.9.1-7 - Rebuild (#203458 for devel and #203476 for FC5). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:42:39 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:42:39 -0700 Subject: rpms/tolua++/devel needs.rebuild,1.1,NONE Message-ID: <200608281642.k7SGgfXh003490@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3473 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:43:33 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:43:33 -0700 Subject: rpms/tolua++ import.log,1.5,1.6 Message-ID: <200608281643.k7SGhZUb003700@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666 Modified Files: import.log Log Message: auto-import tolua++-1.0.92-4 on branch devel from tolua++-1.0.92-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tolua++/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 4 Jun 2006 14:00:42 -0000 1.5 +++ import.log 28 Aug 2006 16:43:33 -0000 1.6 @@ -2,3 +2,4 @@ tolua++-1_0_92-3:HEAD:tolua++-1.0.92-3.src.rpm:1149429497 tolua++-1_0_92-3:FC-4:tolua++-1.0.92-3.src.rpm:1149429557 tolua++-1_0_92-3:FC-5:tolua++-1.0.92-3.src.rpm:1149429628 +tolua++-1_0_92-4:HEAD:tolua++-1.0.92-4.src.rpm:1156790417 From fedora-extras-commits at redhat.com Mon Aug 28 16:43:33 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:43:33 -0700 Subject: rpms/tolua++/devel tolua++.spec,1.2,1.3 Message-ID: <200608281643.k7SGhZKA003704@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666/devel Modified Files: tolua++.spec Log Message: auto-import tolua++-1.0.92-4 on branch devel from tolua++-1.0.92-4.src.rpm Index: tolua++.spec =================================================================== RCS file: /cvs/extras/rpms/tolua++/devel/tolua++.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tolua++.spec 4 Jun 2006 13:58:32 -0000 1.2 +++ tolua++.spec 28 Aug 2006 16:43:33 -0000 1.3 @@ -2,7 +2,7 @@ Name: tolua++ Version: 1.0.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool to integrate C/C++ code with Lua Group: Development/Tools @@ -11,7 +11,6 @@ Source0: http://www.codenix.com/~tolua/%{name}-%{version}.tar.bz2 Patch0: tolua++-1.0.92-makeso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: scons BuildRequires: lua-devel >= 5.1 @@ -32,13 +31,13 @@ %prep %setup -q %patch0 -p1 -sed -i 's/\r//' doc/tolua++.html +sed -i 's/\r//' doc/%{name}.html %build scons %{?_smp_mflags} -Q CCFLAGS="$RPM_OPT_FLAGS -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so" #Recompile the exe without the soname. An ugly hack. -gcc -o bin/tolua++ src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm +gcc -o bin/%{name} src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm %install @@ -46,9 +45,9 @@ mkdir -p %{buildroot}%{_bindir} mkdir %{buildroot}%{_libdir} mkdir %{buildroot}%{_includedir} -install -m0755 bin/tolua++ %{buildroot}%{_bindir} +install -m0755 bin/%{name} %{buildroot}%{_bindir} install -m0755 lib/lib%{solib}.so %{buildroot}%{_libdir} -install -m0644 include/tolua++.h %{buildroot}%{_includedir} +install -m0644 include/%{name}.h %{buildroot}%{_includedir} cd %{buildroot}%{_libdir} ln -s lib%{solib}.so libtolua++.so @@ -66,14 +65,18 @@ %{_libdir}/lib%{solib}.so %doc README doc/* + %files devel %defattr(-,root,root,-) -%{_bindir}/tolua++ +%{_bindir}/%{name} %{_libdir}/libtolua++.so -%{_includedir}/tolua++.h +%{_includedir}/%{name}.h %changelog +* Mon Aug 28 2006 Ian Chapman 1.0.92-4%{?dist} +- Release bump for FC6 mass rebuild + * Sat Jun 03 2006 Ian Chapman 1.0.92-3%{?dist} - Fixed issue with where tolua++ was tagged with an soname the same as the lib meaning ld would fail to locate the library. @@ -85,4 +88,4 @@ - Now adds soname to library * Fri Jun 02 2006 Ian Chapman 1.0.92-1 -- Initial Release \ No newline at end of file +- Initial Release From fedora-extras-commits at redhat.com Mon Aug 28 16:43:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:43:41 -0700 Subject: rpms/perl-Email-MIME/FC-5 .cvsignore, 1.3, 1.4 perl-Email-MIME.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608281644.k7SGiDDP003908@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3768/FC-5 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.851. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Jul 2006 14:35:02 -0000 1.3 +++ .cvsignore 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -Email-MIME-1.85.tar.gz +Email-MIME-1.851.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/perl-Email-MIME.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Email-MIME.spec 14 Jul 2006 14:35:02 -0000 1.2 +++ perl-Email-MIME.spec 28 Aug 2006 16:43:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.85 +Version: 1.851 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.851-1 +- Update to 1.851. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1.85-1 - Update to 1.85. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Jul 2006 14:35:02 -0000 1.3 +++ sources 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -161ca345509281b706ad7e7fbab3d530 Email-MIME-1.85.tar.gz +1332c0d4f3ff261577d143bf2ae91a08 Email-MIME-1.851.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:43:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:43:41 -0700 Subject: rpms/perl-Email-MIME/devel .cvsignore, 1.3, 1.4 perl-Email-MIME.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608281644.k7SGiEj1003915@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3768/devel Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.851. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Jul 2006 14:35:03 -0000 1.3 +++ .cvsignore 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -Email-MIME-1.85.tar.gz +Email-MIME-1.851.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Email-MIME.spec 14 Jul 2006 14:35:03 -0000 1.2 +++ perl-Email-MIME.spec 28 Aug 2006 16:43:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.85 +Version: 1.851 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.851-1 +- Update to 1.851. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1.85-1 - Update to 1.85. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Jul 2006 14:35:03 -0000 1.3 +++ sources 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -161ca345509281b706ad7e7fbab3d530 Email-MIME-1.85.tar.gz +1332c0d4f3ff261577d143bf2ae91a08 Email-MIME-1.851.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:44:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:44:39 -0700 Subject: rpms/itcl/devel itcl.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281644.k7SGifl5004064@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/itcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4003 Modified Files: itcl.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: itcl.spec =================================================================== RCS file: /cvs/extras/rpms/itcl/devel/itcl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- itcl.spec 2 Jun 2006 20:59:36 -0000 1.4 +++ itcl.spec 28 Aug 2006 16:44:38 -0000 1.5 @@ -1,6 +1,6 @@ Name: itcl Version: 3.3 -Release: 0.6.RC1%{?dist} +Release: 0.7.RC1%{?dist} Summary: Object oriented extensions to Tcl and Tk Group: Development/Libraries @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +%check +make test + %clean rm -rf $RPM_BUILD_ROOT @@ -58,6 +61,9 @@ %doc %changelog +* Mon Aug 28 2006 Wart - 3.3-0.7.RC1 +- Rebuild for Fedora Extras + * Fri Jun 2 2006 Wart - 3.3-0.6.RC1 - Added upstream's patch to close a minor memory leak --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:44:52 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:44:52 -0700 Subject: rpms/xmms-crossfade/devel xmms-crossfade.spec,1.12,1.13 Message-ID: <200608281644.k7SGiscQ004181@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4143 Modified Files: xmms-crossfade.spec Log Message: Remove no longer included TODO file from %%doc. Index: xmms-crossfade.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/xmms-crossfade.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xmms-crossfade.spec 28 Aug 2006 16:25:53 -0000 1.12 +++ xmms-crossfade.spec 28 Aug 2006 16:44:51 -0000 1.13 @@ -37,7 +37,7 @@ %files %defattr(-, root, root, 0755) -%doc AUTHORS ChangeLog COPYING README TODO +%doc AUTHORS ChangeLog COPYING README %exclude %{xmms_outputdir}/libcrossfade.la %{xmms_outputdir}/libcrossfade.so @@ -46,6 +46,7 @@ * Mon Aug 28 2006 Matthias Saou 0.3.11-1 - Update to 0.3.11. - FC6 rebuild. +- Remove no longer included TODO file from %%doc. * Wed Jun 21 2006 Matthias Saou 0.3.10-2 - Also BuildRequire xmms since xmms-devel only requires xmms-libs now, but the From fedora-extras-commits at redhat.com Mon Aug 28 16:45:04 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:04 -0700 Subject: rpms/DevIL/devel needs.rebuild,1.1,NONE Message-ID: <200608281645.k7SGj6bF004272@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4177 Removed Files: needs.rebuild Log Message: Rebuild package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:45:54 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:54 -0700 Subject: rpms/DevIL/devel DevIL.spec,1.2,1.3 Message-ID: <200608281645.k7SGjucA004476@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4438/devel Modified Files: DevIL.spec Log Message: auto-import DevIL-1.6.8-0.9.rc1 on branch devel from DevIL-1.6.8-0.9.rc1.src.rpm Index: DevIL.spec =================================================================== RCS file: /cvs/extras/rpms/DevIL/devel/DevIL.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DevIL.spec 9 Jun 2006 21:42:31 -0000 1.2 +++ DevIL.spec 28 Aug 2006 16:45:53 -0000 1.3 @@ -1,17 +1,16 @@ Name: DevIL Version: 1.6.8 -Release: 0.8.rc1%{?dist} +Release: 0.9.rc1%{?dist} Summary: A cross-platform image library Group: System Environment/Libraries License: LGPL URL: http://openil.sourceforge.net/ -Source0: http://download.sourceforge.net/openil/%{name}-%{version}-RC1-src.tar.gz +Source0: http://dl.sf.net/openil/%{name}-%{version}-RC1-src.tar.gz Patch0: DevIL-1.6.8-rc1-allegropicfix.patch Patch1: DevIL-1.6.8-rc1-headerfix.patch Patch2: DevIL-1.6.8-rc1-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel @@ -20,7 +19,7 @@ BuildRequires: SDL-devel => 1.2.5 BuildRequires: allegro-devel BuildRequires: libtool -BuildRequires: libGLU-devel +BuildRequires: libGLU-devel Provides: openil = %{version}-%{release} Provides: devil = %{version}-%{release} @@ -32,6 +31,7 @@ a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. + %package devel Summary: Development files for DevIL Group: Development/Libraries @@ -94,6 +94,7 @@ %{_libdir}/libILUT.so.1.0.0 %doc AUTHORS BUGS ChangeLog COPYING CREDITS README TODO + %files devel %defattr(-,root,root,-) %{_libdir}/libIL.so @@ -103,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 1.6.8-0.9.rc1%{?dist} +- Release bump for FC6 mass rebuild + * Fri Jun 09 2006 Ian Chapman 1.6.8-0.8.rc1%{?dist} - Added patch courtesy of Hans de Goede to fix crashes on 64bit systems From fedora-extras-commits at redhat.com Mon Aug 28 16:45:53 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:53 -0700 Subject: rpms/DevIL import.log,1.5,1.6 Message-ID: <200608281645.k7SGjtD8004470@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4438 Modified Files: import.log Log Message: auto-import DevIL-1.6.8-0.9.rc1 on branch devel from DevIL-1.6.8-0.9.rc1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/DevIL/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 9 Jun 2006 21:46:16 -0000 1.5 +++ import.log 28 Aug 2006 16:45:53 -0000 1.6 @@ -2,3 +2,4 @@ DevIL-1_6_8-0_8_rc1:HEAD:DevIL-1.6.8-0.8.rc1.src.rpm:1149889327 DevIL-1_6_8-0_8_rc1:FC-4:DevIL-1.6.8-0.8.rc1.src.rpm:1149889437 DevIL-1_6_8-0_8_rc1:FC-5:DevIL-1.6.8-0.8.rc1.src.rpm:1149889552 +DevIL-1_6_8-0_9_rc1:HEAD:DevIL-1.6.8-0.9.rc1.src.rpm:1156790556 From fedora-extras-commits at redhat.com Mon Aug 28 16:48:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:48:40 -0700 Subject: rpms/pcsc-perl/devel .cvsignore, 1.4, 1.5 pcsc-perl.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200608281648.k7SGmgdp004657@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4629 Modified Files: .cvsignore pcsc-perl.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.4.4-1 - 1.4.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 May 2006 21:19:47 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:48:40 -0000 1.5 @@ -1 +1 @@ -pcsc-perl-1.4.3.tar.gz +pcsc-perl-1.4.4.tar.gz Index: pcsc-perl.spec =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/pcsc-perl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcsc-perl.spec 16 May 2006 21:19:47 -0000 1.9 +++ pcsc-perl.spec 28 Aug 2006 16:48:40 -0000 1.10 @@ -2,7 +2,7 @@ %define pcsclib %{_libdir}/libpcsclite.so.1 Name: pcsc-perl -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: Perl interface to the PC/SC smart card library @@ -26,7 +26,7 @@ %prep %setup -q chmod 644 examples/* # avoid dependencies -f=README ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f +f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build @@ -39,7 +39,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -60,6 +60,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.4.4-1 +- 1.4.4. + * Wed May 17 2006 Ville Skytt?? - 1.4.3-1 - 1.4.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 May 2006 21:19:47 -0000 1.4 +++ sources 28 Aug 2006 16:48:40 -0000 1.5 @@ -1 +1 @@ -d248e412270b7e4f0a2a40bd010955f9 pcsc-perl-1.4.3.tar.gz +999bd6ab4b41d6dd5b78fc6eb8d4b3fd pcsc-perl-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:48:50 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:48:50 -0700 Subject: rpms/bwidget/devel bwidget.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281648.k7SGmqJg004687@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4653 Modified Files: bwidget.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/devel/bwidget.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bwidget.spec 11 Aug 2006 21:22:43 -0000 1.2 +++ bwidget.spec 28 Aug 2006 16:48:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: bwidget Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries @@ -46,6 +46,9 @@ %doc BWman/*.html %changelog +* Mon Aug 28 2006 Wart 1.7.0-4 +- Rebuild for Fedora Extras + * Fri Aug 11 2006 Wart 1.7.0-3 - Add patch for adding a color selector to the font dialog --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:52:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:52:41 -0700 Subject: rpms/perl-Set-IntSpan/devel perl-Set-IntSpan.spec,1.7,1.8 Message-ID: <200608281652.k7SGqhaB004809@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Set-IntSpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4792 Modified Files: perl-Set-IntSpan.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1.09-2 - Fix order of arguments to find(1). Index: perl-Set-IntSpan.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Set-IntSpan/devel/perl-Set-IntSpan.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Set-IntSpan.spec 14 Dec 2005 15:17:11 -0000 1.7 +++ perl-Set-IntSpan.spec 28 Aug 2006 16:52:41 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Set-IntSpan Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for managing sets of integers Group: Development/Libraries @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -51,6 +51,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1.09-2 +- Fix order of arguments to find(1). + * Wed Dec 14 2005 Ville Skytt?? - 1.09-1 - 1.09. From fedora-extras-commits at redhat.com Mon Aug 28 17:03:39 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:03:39 -0700 Subject: rpms/conserver/devel conserver.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281703.k7SH3fjt007547@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/conserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7514/devel Modified Files: conserver.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: conserver.spec =================================================================== RCS file: /cvs/extras/rpms/conserver/devel/conserver.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conserver.spec 24 May 2006 12:38:36 -0000 1.3 +++ conserver.spec 28 Aug 2006 17:03:39 -0000 1.4 @@ -1,6 +1,6 @@ Name: conserver Version: 8.1.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Serial console server daemon/client Group: System Environment/Daemons @@ -115,6 +115,9 @@ %{_mandir}/man1/console.1.gz %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 8.1.14-4 +- Rebuild for FC6 + * Wed May 24 2006 Patrick "Jima" Laughton 8.1.14-3 - Fix from Nate Straz: UDS support (pre-emptively fixed bug 192910) - Fix from Nate Straz: krb detection --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:03:59 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:03:59 -0700 Subject: rpms/dnsmasq/devel dnsmasq.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281704.k7SH41Hd007573@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7553/devel Modified Files: dnsmasq.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- dnsmasq.spec 15 Aug 2006 20:35:02 -0000 1.10 +++ dnsmasq.spec 28 Aug 2006 17:03:59 -0000 1.11 @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons @@ -90,6 +90,9 @@ %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 2.33-2 +- Rebuild for FC6 + * Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 - Update --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:03:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 10:03:29 -0700 Subject: rpms/lablgl/devel lablgl.spec,1.17,1.18 Message-ID: <200608281704.k7SH42qG007574@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7513 Modified Files: lablgl.spec Log Message: Rebuild for FE6 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/devel/lablgl.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgl.spec 10 May 2006 18:09:00 -0000 1.17 +++ lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: lablgl Version: 1.02 -Release: 7%{?dist} +Release: 8%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.02-8 +- Rebuild for FE6 + * Wed May 10 2006 Gerard Milmeister - 1.02-7 - rebuilt for ocaml 3.09.2 From fedora-extras-commits at redhat.com Mon Aug 28 17:04:17 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:04:17 -0700 Subject: rpms/videodog/devel videodog.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281704.k7SH4JBb007642@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/videodog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7586/devel Modified Files: videodog.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: videodog.spec =================================================================== RCS file: /cvs/extras/rpms/videodog/devel/videodog.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- videodog.spec 22 May 2006 01:32:31 -0000 1.2 +++ videodog.spec 28 Aug 2006 17:04:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: videodog Version: 0.31 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command-line video4linux frame-grabber Group: Applications/Multimedia @@ -47,6 +47,9 @@ %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 0.31-4 +- Rebuild for FC6 + * Sun May 21 2006 Patrick "Jima" Laughton 0.31-3 - Fixed bug 192609 (thanks, Ville) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:15:16 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:15:16 -0700 Subject: rpms/pessulus import.log,1.10,1.11 Message-ID: <200608281715.k7SHFIgk007839@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7805 Modified Files: import.log Log Message: auto-import pessulus-2.15.91-2.fc6 on branch devel from pessulus-2.15.91-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 8 Aug 2006 10:23:31 -0000 1.10 +++ import.log 28 Aug 2006 17:15:16 -0000 1.11 @@ -7,3 +7,4 @@ pessulus-0_10_4-2_fc6:HEAD:pessulus-0.10.4-2.fc6.src.rpm:1154121416 pessulus-2_15_90-1_fc6:HEAD:pessulus-2.15.90-1.fc6.src.rpm:1154122266 pessulus-2_15_91-1_fc6:HEAD:pessulus-2.15.91-1.fc6.src.rpm:1155032615 +pessulus-2_15_91-2_fc6:HEAD:pessulus-2.15.91-2.fc6.src.rpm:1156785336 From fedora-extras-commits at redhat.com Mon Aug 28 17:15:16 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:15:16 -0700 Subject: rpms/pessulus/devel pessulus.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281715.k7SHFItA007843@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7805/devel Modified Files: pessulus.spec Removed Files: needs.rebuild Log Message: auto-import pessulus-2.15.91-2.fc6 on branch devel from pessulus-2.15.91-2.fc6.src.rpm Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pessulus.spec 8 Aug 2006 10:23:31 -0000 1.9 +++ pessulus.spec 28 Aug 2006 17:15:16 -0000 1.10 @@ -3,7 +3,7 @@ Name: pessulus Version: 2.15.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lockdown editor for GNOME Group: Applications/System @@ -57,10 +57,12 @@ %{_datadir}/%{name} %changelog +* Fri Aug 08 2006 Damien Durand - 2.15.91-2 +- Bump release + * Fri Aug 08 2006 Damien Durand - 2.15.91-1 - Upgraded to 2.15.91 - * Fri Jul 28 2006 Damien Durand - 2.15.90-1 - Fixed URL - Upgraded to 2.15.90 @@ -68,7 +70,6 @@ * Tue Jul 11 2006 Damien Durand - 0.10.4-1 - upgraded to 0.10.4 - * Tue Jul 04 2006 Damien Durand - 0.10.1-3 - fixed debuginfo packages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:15:52 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Mon, 28 Aug 2006 10:15:52 -0700 Subject: rpms/clearsilver/devel clearsilver.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608281715.k7SHFssA007899@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7879 Modified Files: clearsilver.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 - Rebuild for Fedora Extras 6 Index: clearsilver.spec =================================================================== RCS file: /cvs/extras/rpms/clearsilver/devel/clearsilver.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clearsilver.spec 1 Jun 2006 19:13:26 -0000 1.5 +++ clearsilver.spec 28 Aug 2006 17:15:52 -0000 1.6 @@ -2,7 +2,7 @@ Name: clearsilver Version: 0.10.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries License: Neotonic ClearSilver Software License @@ -165,6 +165,9 @@ %endif %changelog +* Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 +- Rebuild for Fedora Extras 6 + * Thu Jun 1 2006 Paul Howarth - 0.10.3-4 - ruby subpackage fix: use ruby_sitearchdir and ruby_sitelibdir --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:31:05 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:31:05 -0700 Subject: rpms/gnubiff import.log,1.3,1.4 Message-ID: <200608281731.k7SHVbKq008134@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8097 Modified Files: import.log Log Message: auto-import gnubiff-2.2.2-2.fc6 on branch devel from gnubiff-2.2.2-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 9 Aug 2006 23:59:52 -0000 1.3 +++ import.log 28 Aug 2006 17:31:05 -0000 1.4 @@ -1,2 +1,3 @@ gnubiff-2_2_1-2_fc6:HEAD:gnubiff-2.2.1-2.fc6.src.rpm:1148444627 gnubiff-2_2_2-1:HEAD:gnubiff-2.2.2-1.src.rpm:1155081764 +gnubiff-2_2_2-2_fc6:HEAD:gnubiff-2.2.2-2.fc6.src.rpm:1156786285 From fedora-extras-commits at redhat.com Mon Aug 28 17:31:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:31:06 -0700 Subject: rpms/gnubiff/devel gnubiff.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281731.k7SHVcdV008137@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8097/devel Modified Files: gnubiff.spec Removed Files: needs.rebuild Log Message: auto-import gnubiff-2.2.2-2.fc6 on branch devel from gnubiff-2.2.2-2.fc6.src.rpm Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnubiff.spec 9 Aug 2006 23:59:53 -0000 1.2 +++ gnubiff.spec 28 Aug 2006 17:31:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnubiff Version: 2.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A mail notification program Group: Applications/Internet @@ -64,10 +64,12 @@ %{_mandir}/man1/* %changelog +* Mon Aug 28 2006 Damien Durand - 2.2.2-2 +- Bump Release + * Wed Aug 09 2006 Damien Durand - 2.2.2-1 - Upgrade to 2.2.2 - * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:41:52 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:41:52 -0700 Subject: rpms/drgeo/devel needs.rebuild,1.1,NONE Message-ID: <200608281741.k7SHfsx8008289@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8274 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:43:02 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:43:02 -0700 Subject: rpms/drgeo-doc/devel needs.rebuild,1.1,NONE Message-ID: <200608281743.k7SHh4BC008315@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8300 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:43:35 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:43:35 -0700 Subject: rpms/freehdl/devel needs.rebuild,1.1,NONE Message-ID: <200608281743.k7SHhbgx008341@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8326 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:44:09 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:44:09 -0700 Subject: rpms/gperiodic/devel needs.rebuild,1.1,NONE Message-ID: <200608281744.k7SHiBkU008373@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8358 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:44:37 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:44:37 -0700 Subject: rpms/libupnp/devel needs.rebuild,1.1,NONE Message-ID: <200608281744.k7SHidA9008399@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8384 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:45:08 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:45:08 -0700 Subject: rpms/qucs/devel needs.rebuild,1.1,NONE Message-ID: <200608281745.k7SHjAhP008435@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/qucs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8420 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:45:34 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:45:34 -0700 Subject: rpms/ushare/devel needs.rebuild,1.1,NONE Message-ID: <200608281745.k7SHjaQB008461@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8446 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:13:24 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Mon, 28 Aug 2006 11:13:24 -0700 Subject: rpms/testdisk/devel testdisk.spec,1.6,1.7 Message-ID: <200608281813.k7SIDQVu011320@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/rpms/testdisk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11296 Modified Files: testdisk.spec Log Message: Update spec file for FC6MassRebuild Index: testdisk.spec =================================================================== RCS file: /cvs/extras/rpms/testdisk/devel/testdisk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- testdisk.spec 9 Jul 2006 19:55:35 -0000 1.6 +++ testdisk.spec 28 Aug 2006 18:13:24 -0000 1.7 @@ -4,7 +4,7 @@ Summary(ru_RU.KOI8-R): ????????? ??? ???????? ? ?????????????? ???????? ????? Name: testdisk Version: 6.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: http://www.cgsecurity.org/testdisk-%{version}.tar.bz2 @@ -57,6 +57,9 @@ %{_mandir}/man1/testdisk.1* %{_mandir}/man1/photorec.1* %changelog +* Mon Aug 28 2006 Christophe Grenier 6.4-3 +- Rebuild for Fedora Extras 6 + * Wed Jun 21 2006 Christophe Grenier 6.4-2 - FC3 and FC4 has a release of 2, need to align From fedora-extras-commits at redhat.com Mon Aug 28 18:21:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:21:45 -0700 Subject: rpms/sysconftool/devel needs.rebuild,1.1,NONE Message-ID: <200608281821.k7SILlPB011686@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/sysconftool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11665 Removed Files: needs.rebuild Log Message: noarch package, no need to rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:23:31 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Mon, 28 Aug 2006 11:23:31 -0700 Subject: rpms/glunarclock/devel glunarclock.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608281823.k7SINXw5011750@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11733 Modified Files: glunarclock.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 - Rebuild for Fedora Extras 6 Index: glunarclock.spec =================================================================== RCS file: /cvs/extras/rpms/glunarclock/devel/glunarclock.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- glunarclock.spec 13 Feb 2006 18:18:58 -0000 1.13 +++ glunarclock.spec 28 Aug 2006 18:23:31 -0000 1.14 @@ -1,6 +1,6 @@ Name: glunarclock Version: 0.32.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME applet that displays the current lunar phase Group: User Interface/Desktops @@ -90,6 +90,9 @@ %changelog +* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Joost Soeterbroek - 0.32.4-5 - Bump release to make tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:26:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:26:07 -0700 Subject: rpms/abook/devel abook.spec,1.1,1.2 Message-ID: <200608281826.k7SIQ9Og011831@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11814 Modified Files: abook.spec Log Message: mass rebuild Index: abook.spec =================================================================== RCS file: /cvs/extras/rpms/abook/devel/abook.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- abook.spec 16 Aug 2006 18:10:42 -0000 1.1 +++ abook.spec 28 Aug 2006 18:26:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: abook Version: 0.5.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://abook.sourceforge.net/ Summary: Text-based addressbook program for mutt @@ -42,6 +42,9 @@ %{_mandir}/man5/abookrc.* %changelog +* Mon Aug 28 2006 Dominik Mierzejewski 0.5.6-3 +- mass rebuild + * Tue Aug 15 2006 Dominik Mierzejewski 0.5.6-2 - fix macro usage in changelog - clean buildroot before install From fedora-extras-commits at redhat.com Mon Aug 28 18:27:01 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 11:27:01 -0700 Subject: rpms/tetex-tex4ht/devel sources,1.7,1.8 tetex-tex4ht.spec,1.6,1.7 Message-ID: <200608281827.k7SIR3LC011900@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-tex4ht/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11880 Modified Files: sources tetex-tex4ht.spec Log Message: Restore sources file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Aug 2006 10:32:14 -0000 1.7 +++ sources 28 Aug 2006 18:27:01 -0000 1.8 @@ -1 +1,2 @@ 2dd8bbec7cb147391ca08efe4ae7d445 tex4ht-1.0.2006_08_26_2341.tar.gz +26eb8df2d6631794b3df0d6fb87a0219 tex4ht-all-20050228.zip Index: tetex-tex4ht.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/tetex-tex4ht.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tetex-tex4ht.spec 28 Aug 2006 10:32:14 -0000 1.6 +++ tetex-tex4ht.spec 28 Aug 2006 18:27:01 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Translates TeX and LaTeX into HTML or XML+MathML Name: tetex-tex4ht Version: 1.0.2006_08_26_2341 -Release: 1%{?dist} +Release: 2%{?dist} License: LaTeX Project Public License Group: Applications/Publishing URL: http://www.cse.ohio-state.edu/~gurari/TeX4ht/ @@ -104,7 +104,7 @@ texhash > /dev/null 2>&1 || : %changelog -* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 +* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-2 - update * Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 From fedora-extras-commits at redhat.com Mon Aug 28 18:37:24 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:37:24 -0700 Subject: rpms/gdmap import.log,1.3,1.4 Message-ID: <200608281837.k7SIbuG0012105@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gdmap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12065 Modified Files: import.log Log Message: auto-import gdmap-0.7.5-5.fc6 on branch devel from gdmap-0.7.5-5.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gdmap/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 28 Jul 2006 18:12:57 -0000 1.3 +++ import.log 28 Aug 2006 18:37:24 -0000 1.4 @@ -1,2 +1,3 @@ gdmap-0_7_5-3:HEAD:gdmap-0.7.5-3.src.rpm:1152279556 gdmap-0_7_5-4_fc6:HEAD:gdmap-0.7.5-4.fc6.src.rpm:1154110377 +gdmap-0_7_5-5_fc6:HEAD:gdmap-0.7.5-5.fc6.src.rpm:1156790265 From fedora-extras-commits at redhat.com Mon Aug 28 18:37:25 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:37:25 -0700 Subject: rpms/gdmap/devel gdmap.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281838.k7SIbvgF012108@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gdmap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12065/devel Modified Files: gdmap.spec Removed Files: needs.rebuild Log Message: auto-import gdmap-0.7.5-5.fc6 on branch devel from gdmap-0.7.5-5.fc6.src.rpm Index: gdmap.spec =================================================================== RCS file: /cvs/extras/rpms/gdmap/devel/gdmap.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gdmap.spec 28 Jul 2006 18:12:57 -0000 1.2 +++ gdmap.spec 28 Aug 2006 18:37:25 -0000 1.3 @@ -1,13 +1,13 @@ -Name: gdmap -Version: 0.7.5 -Release: 4%{?dist} -Summary: A tool which allows to visualize disk space - -Group: Applications/System -License: GPL -URL: http://gdmap.sourceforge.net -Source0: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: gdmap +Version: 0.7.5 +Release: 5%{?dist} +Summary: A tool which allows to visualize disk space + +Group: Applications/System +License: GPL +URL: http://gdmap.sourceforge.net +Source0: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libxml2-devel, desktop-file-utils, gettext, intltool @@ -53,6 +53,9 @@ %changelog +* Mon Aug 28 2006 Damien Durand - 0.7.5-5 +- Bump Release + * Fri Jul 7 2006 Damien Durand - 0.7.5-4 - Fixed Desktop file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:41:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 11:41:49 -0700 Subject: rpms/tuxtype2/devel tuxtype2.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281841.k7SIfpPQ012251@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/tuxtype2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12234 Modified Files: tuxtype2.spec Removed Files: needs.rebuild Log Message: Rebuild. Use "make install DESTDIR=..." instead of the macro. Index: tuxtype2.spec =================================================================== RCS file: /cvs/extras/rpms/tuxtype2/devel/tuxtype2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tuxtype2.spec 17 Feb 2006 20:39:22 -0000 1.8 +++ tuxtype2.spec 28 Aug 2006 18:41:49 -0000 1.9 @@ -1,6 +1,6 @@ Name: tuxtype2 Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tux Typing, an educational typing tutor for children Group: Amusements/Games @@ -30,7 +30,7 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_usr}/doc mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications/ @@ -66,6 +66,10 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1.5.3-2 +- Rebuild. +- Use "make install DESTDIR=..." instead of the macro. + * Fri Feb 17 2006 Steven Pritchard 1.5.3-1 - Update to 1.5.3 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:47:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 11:47:57 -0700 Subject: rpms/tuxpaint/devel tuxpaint.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281847.k7SIlxnM012463@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/tuxpaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12446 Modified Files: tuxpaint.spec Removed Files: needs.rebuild Log Message: Rebuild. Update URL. Index: tuxpaint.spec =================================================================== RCS file: /cvs/extras/rpms/tuxpaint/devel/tuxpaint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tuxpaint.spec 3 Jun 2006 17:52:11 -0000 1.9 +++ tuxpaint.spec 28 Aug 2006 18:47:57 -0000 1.10 @@ -1,13 +1,13 @@ Name: tuxpaint Version: 0.9.15b -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Drawing program designed for young children Group: Applications/Multimedia License: GPL -URL: http://www.newbreedsoftware.com/tuxpaint/ +URL: http://www.tuxpaint.org/ Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +69,10 @@ %{_mandir}/*/man1/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1:0.9.15b-2 +- Rebuild. +- Update URL. + * Fri Jun 02 2006 Steven Pritchard 1:0.9.15b-1 - Update to 0.9.15b - Convert tuxpaint.desktop to UTF-8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:50:21 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:50:21 -0700 Subject: rpms/musicbox import.log,1.2,1.3 Message-ID: <200608281850.k7SIoNnt012600@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/musicbox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12569 Modified Files: import.log Log Message: auto-import musicbox-0.2.3-4.fc6 on branch devel from musicbox-0.2.3-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/musicbox/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 May 2006 20:22:17 -0000 1.2 +++ import.log 28 Aug 2006 18:50:21 -0000 1.3 @@ -1 +1,2 @@ musicbox-0_2_3-3_fc6:HEAD:musicbox-0.2.3-3.fc6.src.rpm:1148242931 +musicbox-0_2_3-4_fc6:HEAD:musicbox-0.2.3-4.fc6.src.rpm:1156791042 From fedora-extras-commits at redhat.com Mon Aug 28 18:50:22 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:50:22 -0700 Subject: rpms/musicbox/devel musicbox.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281850.k7SIoOmN012604@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/musicbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12569/devel Modified Files: musicbox.spec Removed Files: needs.rebuild Log Message: auto-import musicbox-0.2.3-4.fc6 on branch devel from musicbox-0.2.3-4.fc6.src.rpm Index: musicbox.spec =================================================================== RCS file: /cvs/extras/rpms/musicbox/devel/musicbox.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- musicbox.spec 21 May 2006 20:22:18 -0000 1.1 +++ musicbox.spec 28 Aug 2006 18:50:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: musicbox Version: 0.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple one-file-at-a-time audio tag editor Group: Applications/Multimedia @@ -47,6 +47,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon Aug 28 2006 Damien Durand - 0.2.3-4 +- Bump release + * Sun Apr 21 2006 Damien Durand - 0.2.3-3 - Remove gtk2-devel, remove INSTALL in files section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:59:41 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:59:41 -0700 Subject: comps comps-fe5.xml.in,1.121,1.122 comps-fe6.xml.in,1.125,1.126 Message-ID: <200608281859.k7SIxhWK012724@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12688 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add abook, crm114, hnb and xdrawchem to comps. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- comps-fe5.xml.in 28 Aug 2006 16:06:50 -0000 1.121 +++ comps-fe5.xml.in 28 Aug 2006 18:59:41 -0000 1.122 @@ -157,6 +157,7 @@ R-gnomeGUI scalapack SIBsim4 + xdrawchem @@ -451,6 +452,7 @@ clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -492,6 +494,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -654,6 +657,7 @@ true true + abook argus bittorrent centericq Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- comps-fe6.xml.in 28 Aug 2006 16:06:50 -0000 1.125 +++ comps-fe6.xml.in 28 Aug 2006 18:59:41 -0000 1.126 @@ -180,6 +180,7 @@ SIBsim4 veusz xcircuit + xdrawchem @@ -487,6 +488,7 @@ clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -530,6 +532,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -738,6 +741,7 @@ true true + abook argus bittorrent centericq From fedora-extras-commits at redhat.com Mon Aug 28 18:59:57 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:59:57 -0700 Subject: rpms/glipper import.log,1.3,1.4 Message-ID: <200608281859.k7SIxxsR012769@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/glipper In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12738 Modified Files: import.log Log Message: auto-import glipper-0.89-4.fc6 on branch devel from glipper-0.89-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/glipper/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 28 Jul 2006 17:46:39 -0000 1.3 +++ import.log 28 Aug 2006 18:59:57 -0000 1.4 @@ -1,2 +1,3 @@ glipper-0_89-2:HEAD:glipper-0.89-2.src.rpm:1152350750 glipper-0_89-3_fc6:HEAD:glipper-0.89-3.fc6.src.rpm:1154108800 +glipper-0_89-4_fc6:HEAD:glipper-0.89-4.fc6.src.rpm:1156791617 From fedora-extras-commits at redhat.com Mon Aug 28 18:59:58 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:59:58 -0700 Subject: rpms/glipper/devel glipper.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281900.k7SJ0047012773@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/glipper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12738/devel Modified Files: glipper.spec Removed Files: needs.rebuild Log Message: auto-import glipper-0.89-4.fc6 on branch devel from glipper-0.89-4.fc6.src.rpm Index: glipper.spec =================================================================== RCS file: /cvs/extras/rpms/glipper/devel/glipper.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glipper.spec 28 Jul 2006 17:46:40 -0000 1.2 +++ glipper.spec 28 Aug 2006 18:59:57 -0000 1.3 @@ -1,6 +1,6 @@ Name: glipper Version: 0.89 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple Clipboardmanager for GNOME Group: Applications/Text @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Damien Durand - 0.89-4 +- Bump release + * Fri Jul 28 2006 Damien Durand - 0.89-3 - Fixed Desktop file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 19:03:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 12:03:52 -0700 Subject: rpms/octave-forge/FC-5 octave-forge.spec,1.28,1.29 Message-ID: <200608281904.k7SJ4PWv015500@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15457 Modified Files: octave-forge.spec Log Message: Rebuild. Previous build was inadvertently done against octave 2.9.7 (build system error as far as I can tell). Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-5/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 25 Aug 2006 16:32:04 -0000 1.28 +++ octave-forge.spec 28 Aug 2006 19:03:52 -0000 1.29 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -73,6 +73,9 @@ %changelog +* Mon Aug 28 2006 Quentin Spencer 2006.07.09-5 +- Rebuild. Previous build was inadvertently done against octave 2.9.7. + * Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 - New build for octave 2.9.8. - Patch bug in imread.m From fedora-extras-commits at redhat.com Mon Aug 28 19:33:48 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:48 -0700 Subject: rpms/plplot/devel plplot.spec,1.16,1.17 Message-ID: <200608281933.k7SJXoiv015695@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/devel Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plplot.spec 7 Aug 2006 22:43:45 -0000 1.16 +++ plplot.spec 28 Aug 2006 19:33:48 -0000 1.17 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -11,6 +11,7 @@ Source0: http://prdownloads.sf.net/plplot/%{name}-%{version}.tar.gz Patch0: plplot-5.5.3-matwrap.patch Patch1: plplot-5.6.1-octave.patch +Patch2: plplot-5.6.1-texi.patch Patch6: plplot-5.6.0-x.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -349,6 +350,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-4 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 - Add BR ncurses-devel From fedora-extras-commits at redhat.com Mon Aug 28 19:33:42 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:42 -0700 Subject: rpms/plplot/FC-4 plplot.spec,1.8,1.9 Message-ID: <200608281934.k7SJYEei015698@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/FC-4 Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/FC-4/plplot.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- plplot.spec 7 Aug 2006 21:39:22 -0000 1.8 +++ plplot.spec 28 Aug 2006 19:33:42 -0000 1.9 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -342,6 +342,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-3 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 28 19:33:43 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:43 -0700 Subject: rpms/plplot/FC-5 plplot.spec,1.16,1.17 Message-ID: <200608281934.k7SJYFGV015701@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/FC-5 Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/FC-5/plplot.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plplot.spec 7 Aug 2006 21:39:23 -0000 1.16 +++ plplot.spec 28 Aug 2006 19:33:42 -0000 1.17 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -349,6 +349,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-3 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 28 19:38:47 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:38:47 -0700 Subject: rpms/plplot/devel plplot-5.6.1-texi.patch, NONE, 1.1 plplot.spec, 1.17, 1.18 Message-ID: <200608281938.k7SJcnxp015862@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15842 Modified Files: plplot.spec Added Files: plplot-5.6.1-texi.patch Log Message: Add patch for texinfo file to fix category plplot-5.6.1-texi.patch: --- NEW FILE plplot-5.6.1-texi.patch --- --- plplot-5.6.1/doc/docbook/src/plplotdoc.texi.orig 2006-08-10 09:32:21.000000000 -0600 +++ plplot-5.6.1/doc/docbook/src/plplotdoc.texi 2006-08-10 09:36:04.000000000 -0600 @@ -1,8 +1,9 @@ \input texinfo @setfilename plplotdoc.info @documentencoding us-ascii + at dircategory Scientific Visualization @direntry -* The PLplot Plotting Library: . ??? +* PLplot: (plplotdoc). The PLplot Plotting Library. @end direntry @node Top, Introduction, , (dir) Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- plplot.spec 28 Aug 2006 19:33:48 -0000 1.17 +++ plplot.spec 28 Aug 2006 19:38:47 -0000 1.18 @@ -352,6 +352,7 @@ %changelog * Mon Aug 28 2006 - Orion Poplawski - 5.6.1-4 - Rebuild for new octave API version +- Add patch for texinfo file to fix category * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 - Add BR ncurses-devel From fedora-extras-commits at redhat.com Mon Aug 28 19:39:10 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 12:39:10 -0700 Subject: rpms/supertux/devel supertux.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281939.k7SJdCEU015946@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/supertux/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15928 Modified Files: supertux.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: supertux.spec =================================================================== RCS file: /cvs/extras/rpms/supertux/devel/supertux.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- supertux.spec 3 Jun 2006 19:28:02 -0000 1.11 +++ supertux.spec 28 Aug 2006 19:39:10 -0000 1.12 @@ -1,6 +1,6 @@ Name: supertux Version: 0.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Jump'n run like game similar to Mario Bros @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.3-5 +- Rebuild + * Sat Jun 03 2006 Steven Pritchard 0.1.3-4 - BR: libGLU-devel to fix rawhide build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 19:45:48 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 12:45:48 -0700 Subject: rpms/qtparted/devel qtparted.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608281945.k7SJjo4Q016004@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/qtparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15987 Modified Files: qtparted.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: qtparted.spec =================================================================== RCS file: /cvs/extras/rpms/qtparted/devel/qtparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qtparted.spec 2 Jun 2006 22:02:24 -0000 1.16 +++ qtparted.spec 28 Aug 2006 19:45:48 -0000 1.17 @@ -2,7 +2,7 @@ Name: qtparted Version: 0.4.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Partition Magic clone written in C++ using the Qt toolkit Group: Applications/System @@ -108,6 +108,9 @@ %changelog +* Mon Aug 28 2006 Steven Pritchard - 0.4.5-9 +- Rebuild. + * Fri Jun 02 2006 Steven Pritchard - 0.4.5-8 - Oops, really add the patch this time. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:05:21 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 28 Aug 2006 13:05:21 -0700 Subject: rpms/wxPython/devel wxPython.spec,1.11,1.12 Message-ID: <200608282005.k7SK5N8P019198@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19181 Modified Files: wxPython.spec Log Message: bump release for FC6 rebuild. Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wxPython.spec 13 Apr 2006 21:09:03 -0000 1.11 +++ wxPython.spec 28 Aug 2006 20:05:21 -0000 1.12 @@ -5,7 +5,7 @@ Name: wxPython Version: 2.6.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GUI toolkit for the Python programming language @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 +- bump release for FC6 rebuild + * Thu Apr 13 2006 Matthew Miller - 2.6.3.2-1 - version 2.6.3.2 - move wxversion.py _into_ lib64. Apparently that's the right thing to do. :) From fedora-extras-commits at redhat.com Mon Aug 28 20:06:51 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 28 Aug 2006 13:06:51 -0700 Subject: rpms/wxGTK/devel wxGTK.spec,1.22,1.23 Message-ID: <200608282006.k7SK6rws019259@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19242 Modified Files: wxGTK.spec Log Message: * Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 - bump release for FC6 rebuild Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wxGTK.spec 3 Jul 2006 16:03:12 -0000 1.22 +++ wxGTK.spec 28 Aug 2006 20:06:51 -0000 1.23 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.6.3 -Release: 2.6.3.2.2%{?dist} +Release: 2.6.3.2.3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -194,6 +194,9 @@ %endif %changelog +* Mon Aug 28 2006 Matthew Miller - 2.6.3-2.6.3.2.3 +- bump release for FC6 rebuild + * Mon Jul 3 2006 Matthew Miller - 2.6.3-2.6.3.2.2 - add libGL-devel and libGLU-devel requires to wxGTK-devel package (see bug #197501). From fedora-extras-commits at redhat.com Mon Aug 28 20:15:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:15:47 -0700 Subject: rpms/python-id3 - New directory Message-ID: <200608282015.k7SKFnk9019417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19391/python-id3 Log Message: Directory /cvs/extras/rpms/python-id3 added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:15:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:15:48 -0700 Subject: rpms/python-id3/devel - New directory Message-ID: <200608282015.k7SKFoL8019420@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19391/python-id3/devel Log Message: Directory /cvs/extras/rpms/python-id3/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:16:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:05 -0700 Subject: rpms/python-id3 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282016.k7SKG7Rv019480@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447 Added Files: Makefile import.log Log Message: Setup of module python-id3 --- NEW FILE Makefile --- # Top level Makefile for module python-id3 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 20:16:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:05 -0700 Subject: rpms/python-id3/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282016.k7SKG7mP019483@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-id3 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 20:16:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:38 -0700 Subject: rpms/python-id3 import.log,1.1,1.2 Message-ID: <200608282016.k7SKGeXP019544@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19511 Modified Files: import.log Log Message: auto-import python-id3-1.2-8 on branch devel from python-id3-1.2-8.src.rpm Rename id3-py to python-id3. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-id3/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 20:16:04 -0000 1.1 +++ import.log 28 Aug 2006 20:16:38 -0000 1.2 @@ -0,0 +1 @@ +python-id3-1_2-8:HEAD:python-id3-1.2-8.src.rpm:1156796189 From fedora-extras-commits at redhat.com Mon Aug 28 20:16:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:39 -0700 Subject: rpms/python-id3/devel python-id3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282016.k7SKGfjE019549@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19511/devel Modified Files: .cvsignore sources Added Files: python-id3.spec Log Message: auto-import python-id3-1.2-8 on branch devel from python-id3-1.2-8.src.rpm Rename id3-py to python-id3. --- NEW FILE python-id3.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-id3 Version: 1.2 Release: 8%{?dist} Summary: ID3 tag library for Python Group: Development/Libraries License: GPL URL: http://id3-py.sourceforge.net/ Source0: http://dl.sourceforge.net/id3-py/id3-py_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Provides: id3-py = %{version}-%{release} Obsoletes: id3-py < 1.2-8 %description This is a simple Python module for retrieving and setting so-called ID3 tags on audio files through an object-oriented interface. Players generally use this simple information for display track title, artist name, and album title while playing the sound file. %prep %setup -q -n id3-py-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES COPYING README %{python_sitelib}/ID3.py* %changelog * Thu Aug 10 2006 Ville Skytt?? - 1.2-8 - Rename to python-id3. - Remove no longer needed python-abi dependency. - BuildRequire python instead of -devel. - Ship *.pyo. * Wed Mar 30 2005 Ville Skytt?? - 1.2-7 - Rebuild with Python 2.4. * Thu Dec 16 2004 Ville Skytt?? - 0:1.2-6 - Sync with Python spec template from fedora-rpmdevtools. - Improve description. * Wed Oct 15 2003 Ville Skytt?? - 0:1.2-0.fdr.5 - Fix Python version requirements. * Sun Aug 24 2003 Ville Skytt?? - 0:1.2-0.fdr.4 - Do %%ghost files manually. * Mon Jul 28 2003 Ville Skytt?? - 0:1.2-0.fdr.3 - Use fedora-rpm-helper to find compiled %%ghost files. * Sat Jul 26 2003 Ville Skytt?? - 0:1.2-0.fdr.2 - Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%%{_prefix}. * Fri Jun 27 2003 Ville Skytt?? - 0:1.2-0.fdr.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 20:16:05 -0000 1.1 +++ .cvsignore 28 Aug 2006 20:16:39 -0000 1.2 @@ -0,0 +1 @@ +id3-py_1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 20:16:05 -0000 1.1 +++ sources 28 Aug 2006 20:16:39 -0000 1.2 @@ -0,0 +1 @@ +de0bd6053dda674967dacb6492a90c69 id3-py_1.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 20:17:49 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:17:49 -0700 Subject: rpms/gparted/devel gparted.spec,1.11,1.12 Message-ID: <200608282017.k7SKHpiH019618@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19601 Modified Files: gparted.spec Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.2.5-3 - Rebuild for FC6 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gparted.spec 31 May 2006 14:21:47 -0000 1.11 +++ gparted.spec 28 Aug 2006 20:17:49 -0000 1.12 @@ -1,14 +1,14 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel -BuildRequires: e2fsprogs-devel gettext +BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils %description @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.2.5-3 +- Rebuild for FC6 + * Mon May 22 2006 Deji Akingunola - 0.2.5-2 - Rebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:19:11 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:19:11 -0700 Subject: rpms/gparted/devel needs.rebuild,1.1,NONE Message-ID: <200608282019.k7SKJDEQ019737@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19717 Removed Files: needs.rebuild Log Message: Remove rebuild.needed --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:20:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:20:05 -0700 Subject: rpms/python-id3/devel needs.rebuild,NONE,1.1 Message-ID: <200608282020.k7SKK7pe019779@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19746/python-id3/devel Added Files: needs.rebuild Log Message: Rename id3-py to python-id3. --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:20:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:20:04 -0700 Subject: rpms/id3-py/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.2, NONE id3-py.spec, 1.8, NONE needs.rebuild, 1.1, NONE sources, 1.2, NONE Message-ID: <200608282020.k7SKK6Cv019776@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3-py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19746/id3-py/devel Added Files: dead.package Removed Files: .cvsignore Makefile id3-py.spec needs.rebuild sources Log Message: Rename id3-py to python-id3. --- NEW FILE dead.package --- Renamed to python-id3 in FE6+. --- .cvsignore DELETED --- --- Makefile DELETED --- --- id3-py.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:21:20 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:21:20 -0700 Subject: rpms/libqalculate/devel libqalculate.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608282021.k7SKLM37019835@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/libqalculate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19818 Modified Files: libqalculate.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 Index: libqalculate.spec =================================================================== RCS file: /cvs/extras/rpms/libqalculate/devel/libqalculate.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libqalculate.spec 28 Jun 2006 13:43:15 -0000 1.11 +++ libqalculate.spec 28 Aug 2006 20:21:20 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Multi-purpose calculator library Name: libqalculate Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Libraries URL: http://qalculate.sourceforge.net/ @@ -74,6 +74,9 @@ %{_bindir}/qalc %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 +- Rebuild for FC6 + * Thu Jun 28 2006 Deji Akingunola - 0.9.4-3 - Arbitrarily bump the release field to fix broken update path --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:21:46 -0700 Subject: rpms/python-htmltmpl - New directory Message-ID: <200608282021.k7SKLmo1019926@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903/python-htmltmpl Log Message: Directory /cvs/extras/rpms/python-htmltmpl added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:21:46 -0700 Subject: rpms/python-htmltmpl/devel - New directory Message-ID: <200608282021.k7SKLmk6019931@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903/python-htmltmpl/devel Log Message: Directory /cvs/extras/rpms/python-htmltmpl/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:22:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:08 -0700 Subject: rpms/python-htmltmpl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282022.k7SKMAHY019982@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19953 Added Files: Makefile import.log Log Message: Setup of module python-htmltmpl --- NEW FILE Makefile --- # Top level Makefile for module python-htmltmpl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 20:22:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:08 -0700 Subject: rpms/python-htmltmpl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282022.k7SKMAEf019985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19953/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-htmltmpl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 20:22:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:56 -0700 Subject: rpms/python-htmltmpl import.log,1.1,1.2 Message-ID: <200608282022.k7SKMwLr020104@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20069 Modified Files: import.log Log Message: auto-import python-htmltmpl-1.22-7 on branch devel from python-htmltmpl-1.22-7.src.rpm Rename htmltmpl to python-htmltmpl for FE6+. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 20:22:08 -0000 1.1 +++ import.log 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +python-htmltmpl-1_22-7:HEAD:python-htmltmpl-1.22-7.src.rpm:1156796565 From fedora-extras-commits at redhat.com Mon Aug 28 20:22:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:57 -0700 Subject: rpms/python-htmltmpl/devel python-htmltmpl-1.22-docs.patch, NONE, 1.1 python-htmltmpl-1.22-performance.patch, NONE, 1.1 python-htmltmpl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282022.k7SKMxnO020113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20069/devel Modified Files: .cvsignore sources Added Files: python-htmltmpl-1.22-docs.patch python-htmltmpl-1.22-performance.patch python-htmltmpl.spec Log Message: auto-import python-htmltmpl-1.22-7 on branch devel from python-htmltmpl-1.22-7.src.rpm Rename htmltmpl to python-htmltmpl for FE6+. python-htmltmpl-1.22-docs.patch: --- NEW FILE python-htmltmpl-1.22-docs.patch --- Index: easy.py =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/easy.py,v retrieving revision 1.3 diff -a -u -r1.3 easy.py --- easy.py 2 Sep 2001 20:56:59 -0000 1.3 +++ easy.py 3 Jul 2003 11:11:50 -0000 @@ -45,12 +45,12 @@

VERSION: -

+
AUTHOR: () -

+
WEBSITE: -

+
LICENSE:

@@ -58,7 +58,7 @@

-
+
@@ -71,7 +71,7 @@ -
+
@@ -90,7 +90,7 @@ -
+
@@ -124,7 +124,7 @@ -
+
@@ -160,9 +160,9 @@ -
+
-
+
@@ -195,7 +195,7 @@ -
+
@@ -236,10 +236,10 @@ -
+
-
+
Index: doc/easydoc.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/easydoc.html,v retrieving revision 1.4 diff -a -u -r1.4 easydoc.html --- doc/easydoc.html 26 Nov 2001 08:45:10 -0000 1.4 +++ doc/easydoc.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@
  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Explanation and example

    This example documented module illustrates and describes the special Index: doc/gettext.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/gettext.html,v retrieving revision 1.1 diff -a -u -r1.1 gettext.html --- doc/gettext.html 26 Nov 2001 08:45:10 -0000 1.1 +++ doc/gettext.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • - The gettext support in htmltmpl must be explicitely activated by + The gettext support in htmltmpl must be explicitly activated by setting the parameter 'gettext' of TemplateManager or TemplateCompiler constructor to TRUE.

    @@ -94,7 +94,7 @@ -
    +

    Syntax

    @@ -125,7 +125,7 @@ ... will be printed as: Quick brown fox [[jumps]] over a lazy dog. - Sometims we need to use the backslash '\'. + Sometimes we need to use the backslash '\'.

    @@ -173,7 +173,7 @@ -


    +

    tmpl-xgettext

    @@ -190,7 +190,7 @@ -


    +

    Programming

    Index: doc/index.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/index.html,v retrieving revision 1.15 diff -a -u -r1.15 index.html --- doc/index.html 17 Dec 2001 07:21:04 -0000 1.15 +++ doc/index.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • - htmltmpl for Python

    + htmltmpl for Python
    easydoc for Python 1.22 @@ -84,7 +84,7 @@ application developers, who need to separate program code and design (HTML code) of their web application projects, with a templating tool that can be - easily used by cooperating webdesigners who have no programming + easily used by cooperating web designers who have no programming skills.

    @@ -101,7 +101,7 @@

    The primary goal of the templating engine is to keep things simple - for a webdesigner who creates the templates. Therefore, neither + for a web designer who creates the templates. Therefore, neither Python nor PHP code can be used in the templates. Instead, the templating engine provides its own simple templating language that supports @@ -137,7 +137,7 @@ "skinnable" web applications.

    -
    +
    -
    +

    Syntax overview

    Statements

    @@ -238,7 +239,7 @@ Templates must not contain the '\0' character (ASCII code zero).

    -
    +

    Parameters of the statements

    Parameters can be written in two forms: @@ -268,7 +269,7 @@ colon, slash, backslash. They must NOT contain any spaces.

    -
    +

    Identifiers

    There are three types of identifiers: @@ -310,7 +311,7 @@ -


    +

    Valid statements and parameters

    @@ -358,7 +359,7 @@

    -
    +

    Template comments

    Comments are in form of "### some comment". @@ -369,7 +370,7 @@

    -
    +

    Examples:

             <TMPL_VAR myname>    ### first comment
    @@ -377,7 +378,7 @@
         
    -
    +

    Statements

    Template inclusion

    @@ -409,7 +410,7 @@ -
    +

    Variables

    @@ -455,7 +456,7 @@ -


    +

    Conditionals

    @@ -493,7 +494,7 @@ -


    +

    Loops

    @@ -529,7 +530,7 @@ -


    +

    Magic loop variables

    Magic context variables are automatically defined in every loop. @@ -589,7 +590,7 @@

    -
    +

    Multipart templates

    Multipart templates can be created using the <TMPL_BOUNDARY> @@ -638,7 +639,7 @@ -


    +

    Example

    template.tmpl

    Index: doc/php.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/php.html,v retrieving revision 1.3 diff -a -u -r1.3 php.html --- doc/php.html 26 Nov 2001 08:45:10 -0000 1.3 +++ doc/php.html 3 Jul 2003 11:12:02 -0000 @@ -41,7 +41,7 @@
  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Examples

    Index: doc/python.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/python.html,v retrieving revision 1.9 diff -a -u -r1.9 python.html --- doc/python.html 26 Nov 2001 08:45:10 -0000 1.9 +++ doc/python.html 3 Jul 2003 11:12:06 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Examples

    @@ -242,7 +242,7 @@ -


    +

    MySQL driven:

    products.tmpl

    python-htmltmpl-1.22-performance.patch: --- NEW FILE python-htmltmpl-1.22-performance.patch --- Index: htmltmpl.py =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/htmltmpl.py,v retrieving revision 1.16 diff -a -u -r1.16 htmltmpl.py --- htmltmpl.py 17 Dec 2001 07:21:04 -0000 1.16 +++ htmltmpl.py 3 Jul 2003 11:11:56 -0000 @@ -76,6 +76,12 @@ LOCK_SH = 2 LOCK_UN = 3 +def DEB(str): + """ Print debugging message to stderr. + @hidden + """ + print >> sys.stderr, str + ############################################## # CLASS: TemplateManager # ############################################## @@ -166,7 +172,7 @@ if precompile and not LOCKTYPE: raise TemplateError, "Template precompilation is not "\ "available on this platform." - self.DEB("INIT DONE") + self._debug and DEB("INIT DONE") def prepare(self, file): """ Preprocess, parse, tokenize and compile the template. @@ -212,17 +218,17 @@ compile_params = (self._include, self._max_include, self._comments, self._gettext) if precompiled.is_uptodate(compile_params): - self.DEB("PRECOMPILED: UPTODATE") + self._debug and DEB("PRECOMPILED: UPTODATE") compiled = precompiled else: - self.DEB("PRECOMPILED: NOT UPTODATE") + self._debug and DEB("PRECOMPILED: NOT UPTODATE") compiled = self.update(precompiled) else: - self.DEB("PRECOMPILED: NOT PRECOMPILED") + self._debug and DEB("PRECOMPILED: NOT PRECOMPILED") compiled = self.compile(file) self.save_precompiled(compiled) else: - self.DEB("PRECOMPILATION DISABLED") + self._debug and DEB("PRECOMPILATION DISABLED") compiled = self.compile(file) return compiled @@ -244,7 +250,7 @@ TemplateCompiler. The instance must represent a template compiled from a file on disk. """ - self.DEB("UPDATE") + self._debug and DEB("UPDATE") updated = self.compile(template.file()) if self._precompile: self.save_precompiled(updated) @@ -254,12 +260,6 @@ # PRIVATE METHODS # ############################################## - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str - def lock_file(self, file, lock): """ Provide platform independent file locking. @hidden @@ -316,7 +316,7 @@ @hidden """ filename = file + "c" # "template.tmplc" - self.DEB("LOADING PRECOMPILED") + self._debug and DEB("LOADING PRECOMPILED") try: remove_bad = 0 file = None @@ -390,7 +390,7 @@ remove_bad = 1 raise else: - self.DEB("SAVING PRECOMPILED") + self._debug and DEB("SAVING PRECOMPILED") finally: if file: self.lock_file(file, LOCK_UN) @@ -439,7 +439,7 @@ should be automatically looked up in enclosing scopes. Automatic global lookup is disabled by default. Global lookup - can be overriden on a per-variable basis by the + can be overridden on a per-variable basis by the GLOBAL parameter of a TMPL_VAR statement. @@ -499,7 +499,7 @@ raise TemplateError, "Value of toplevel variable '%s' must "\ "be either a scalar or a list." % var self._vars[var] = value - self.DEB("VALUE SET: " + str(var)) + self._debug and DEB("VALUE SET: " + str(var)) def reset(self, keep_data=0): """ Reset the template data. @@ -521,7 +521,7 @@ self._current_pos = 0 if not keep_data: self._vars.clear() - self.DEB("RESET") + self._debug and DEB("RESET") def process(self, template, part=None): """ Process a compiled template. Return the result as string. @@ -549,7 +549,7 @@ If this parameter is not specified, then the whole template is processed, or all remaining parts are processed. """ - self.DEB("APP INPUT:") + self._debug and DEB("APP INPUT:") if self._debug: pprint.pprint(self._vars, sys.stderr) if part != None and (part == 0 or part < self._current_part): raise TemplateError, "process() - invalid part number" @@ -574,7 +574,7 @@ tokens = template.tokens() len_tokens = len(tokens) - out = "" # buffer for processed output + out = [] # buffer for processed output # Recover position at which we ended after processing of last part. i = self._current_pos @@ -601,12 +601,12 @@ skip_params = 1 # If output of current block is not disabled then append - # the substitued and escaped variable to the output. + # the substituted and escaped variable to the output. if DISABLE_OUTPUT not in output_control: value = str(self.find_value(var, loop_name, loop_pass, loop_total, globalp)) - out += self.escape(value, escape) - self.DEB("VAR: " + str(var)) + out.append(self.escape(value, escape)) + self._debug and DEB("VAR: " + str(var)) elif token == "." output_control.pop() - self.DEB("IF: END") + self._debug and DEB("IF: END") elif token == "." output_control.pop() - self.DEB("UNLESS: END") + self._debug and DEB("UNLESS: END") elif token == "

    HTMLTMPL WARNING:
    Cannot include template: %s


    - """ % filename - self.DEB("CANNOT INCLUDE WARNING") + """ % filename) + self._debug and DEB("CANNOT INCLUDE WARNING") elif token == "." if output_control: raise TemplateError, "Missing or " - return out + return "".join(out) ############################################## # PRIVATE METHODS # ############################################## - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str - def find_value(self, var, loop_name, loop_pass, loop_total, global_override=None): """ Search the self._vars data structure to find variable var @@ -783,11 +777,11 @@ is currently being processed. If the variable is an ordinary variable, then return it. - If the variable is an identificator of a loop, then + If the variable is an identifier of a loop, then return the total number of times this loop will be executed. - Return an empty string, if the variable is not + Return an empty string if the variable is not found at all. @hidden @@ -808,7 +802,7 @@ self.is_ordinary_var(scope[var]): globals.append(scope[var]) - # Descent deeper into the hierarchy. + # Descend deeper into the hierarchy. if scope.has_key(loop_name[i]) and scope[loop_name[i]]: scope = scope[loop_name[i]][loop_pass[i]] else: @@ -843,7 +837,7 @@ @hidden """ - self.DEB("MAGIC: '%s', PASS: %d, TOTAL: %d"\ + self._debug and DEB("MAGIC: '%s', PASS: %d, TOTAL: %d"\ % (var, loop_pass, loop_total)) if var == "__FIRST__": if loop_pass == 0: @@ -889,7 +883,7 @@ raise TemplateError, "Magic variable __EVERY__x: "\ "Pass number cannot be zero." elif (loop_pass + 1) % every == 0: - self.DEB("MAGIC: EVERY: " + str(every)) + self._debug and DEB("MAGIC: EVERY: " + str(every)) return 1 else: return 0 @@ -934,7 +928,7 @@ class. The compiled form is used as input for the TemplateProcessor which uses it to actually process the template. - This class should be used direcly only when you need to compile + This class should be used directly only when you need to compile a template from a string. If your template is in a file, then you should use the TemplateManager class which provides a higher level interface to this class and also can save the @@ -979,10 +973,10 @@ @param file Filename of the template. See the prepare() method of the TemplateManager - class for exaplanation of this parameter. + class for explanation of this parameter. """ - self.DEB("COMPILING FROM FILE: " + file) + self._debug and DEB("COMPILING FROM FILE: " + file) self._include_path = os.path.join(os.path.dirname(file), INCLUDE_DIR) tokens = self.parse(self.read(file)) compile_params = (self._include, self._max_include, self._comments, @@ -1004,7 +998,7 @@ @param data String containing the template data. """ - self.DEB("COMPILING FROM STRING") + self._debug and DEB("COMPILING FROM STRING") self._include = 0 tokens = self.parse(data) compile_params = (self._include, self._max_include, self._comments, @@ -1015,19 +1009,13 @@ ############################################## # PRIVATE METHODS # ############################################## - - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str def read(self, filename): """ Read content of file and return it. Raise an error if a problem occurs. @hidden """ - self.DEB("READING: " + filename) + self._debug and DEB("READING: " + filename) try: f = None try: @@ -1049,11 +1037,11 @@ @hidden """ if self._comments: - self.DEB("PREPROCESS: COMMENTS") + self._debug and DEB("PREPROCESS: COMMENTS") template_data = self.remove_comments(template_data) tokens = self.tokenize(template_data) if self._include: - self.DEB("PREPROCESS: INCLUDES") + self._debug and DEB("PREPROCESS: INCLUDES") self.include_templates(tokens) return tokens @@ -1092,7 +1080,7 @@ # Do not include the template. # Protection against infinite recursive includes. skip_params = 1 - self.DEB("INCLUDE: LIMIT REACHED: " + filename) + self._debug and DEB("INCLUDE: LIMIT REACHED: " + filename) else: # Include the template. skip_params = 0 @@ -1106,7 +1094,7 @@ # token and its parameters. tokens[i:i+PARAMS_NUMBER+1] = include_tokens i = i + len(include_tokens) - self.DEB("INCLUDED: " + filename) + self._debug and DEB("INCLUDED: " + filename) continue # Do not increment 'i' below. i += 1 # end of the main while loop @@ -1122,7 +1110,7 @@ @hidden """ - self.DEB("TOKENIZING TEMPLATE") + self._debug and DEB("TOKENIZING TEMPLATE") # NOTE: The TWO double quotes in character class in the regexp below # are there only to prevent confusion of syntax highlighter in Emacs. pattern = r""" @@ -1152,7 +1140,7 @@ else: # "Normal" template data. if self._gettext: - self.DEB("PARSING GETTEXT STRINGS") + self._debug and DEB("PARSING GETTEXT STRINGS") self.gettext_tokens(tokens, statement) else: tokens.append(statement) @@ -1226,7 +1214,7 @@ """ Append a gettext token and gettext string to the tokens array. @hidden """ - self.DEB("GETTEXT PARSER: TOKEN: " + str) + self._debug and DEB("GETTEXT PARSER: TOKEN: " + str) tokens.append(" 0 and '=' not in params[0]: @@ -1264,7 +1252,7 @@ else: # explicit identifier as a 'NAME' parameter name = self.find_param("NAME", params) - self.DEB("TOKENIZER: NAME: " + str(name)) + self._debug and DEB("TOKENIZER: NAME: " + str(name)) return name def find_param(self, param, params): @@ -1282,10 +1270,12 @@ else: # The value is without double quotes. ret_value = value - self.DEB("TOKENIZER: PARAM: '%s' => '%s'" % (param, ret_value)) + self._debug and DEB("TOKENIZER: PARAM: '%s' => '%s'"\ + % (param, ret_value)) return ret_value else: - self.DEB("TOKENIZER: PARAM: '%s' => NOT DEFINED" % param) + self._debug and DEB("TOKENIZER: PARAM: '%s' => NOT DEFINED"\ + % param) return None @@ -1322,16 +1312,16 @@ self._include_mtimes = {} if not file: - self.DEB("TEMPLATE WAS COMPILED FROM A STRING") + self._debug and DEB("TEMPLATE WAS COMPILED FROM A STRING") return - # Save modifitcation time of the main template file. + # Save modification time of the main template file. if os.path.isfile(file): self._mtime = os.path.getmtime(file) else: raise TemplateError, "Template: file does not exist: '%s'" % file - # Save modificaton times of all included template files. + # Save modification times of all included template files. for inc_file in include_files: if os.path.isfile(inc_file): self._include_mtimes[inc_file] = os.path.getmtime(inc_file) @@ -1339,7 +1329,7 @@ raise TemplateError, "Template: file does not exist: '%s'"\ % inc_file - self.DEB("NEW TEMPLATE CREATED") + self._debug and DEB("NEW TEMPLATE CREATED") def is_uptodate(self, compile_params=None): """ Check whether the compiled template is uptodate. @@ -1359,15 +1349,15 @@ internal use by the TemplateManager. """ if not self._file: - self.DEB("TEMPLATE COMPILED FROM A STRING") + self._debug and DEB("TEMPLATE COMPILED FROM A STRING") return 0 if self._version != __version__: - self.DEB("TEMPLATE: VERSION NOT UPTODATE") + self._debug and DEB("TEMPLATE: VERSION NOT UPTODATE") return 0 if compile_params != None and compile_params != self._compile_params: - self.DEB("TEMPLATE: DIFFERENT COMPILATION PARAMS") + self._debug and DEB("TEMPLATE: DIFFERENT COMPILATION PARAMS") return 0 # Check modification times of the main template and all included @@ -1377,7 +1367,7 @@ # Main template file. if not (os.path.isfile(self._file) and \ self._mtime == os.path.getmtime(self._file)): - self.DEB("TEMPLATE: NOT UPTODATE: " + self._file) + self._debug and DEB("TEMPLATE: NOT UPTODATE: " + self._file) return 0 # Included templates. @@ -1385,10 +1375,10 @@ if not (os.path.isfile(inc_file) and \ self._include_mtimes[inc_file] == \ os.path.getmtime(inc_file)): - self.DEB("TEMPLATE: NOT UPTODATE: " + inc_file) + self._debug and DEB("TEMPLATE: NOT UPTODATE: " + inc_file) return 0 else: - self.DEB("TEMPLATE: UPTODATE") + self._debug and DEB("TEMPLATE: UPTODATE") return 1 def tokens(self): @@ -1431,13 +1421,6 @@ self.__dict__ = dict - def DEB(self, str): - """ Print debugging message to stderr. - @hidden - """ - if self._debug: print >> sys.stderr, str - - ############################################## # EXCEPTIONS # ############################################## @@ -1452,7 +1435,7 @@ All potential IOError exceptions are handled by the module and are converted to TemplateError exceptions. That means you should catch the TemplateError exception if there is a possibility that for example - the template file will not be accesssible. + the template file will not be accessible. The exception can be raised by constructors or by any method of any class. --- NEW FILE python-htmltmpl.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-htmltmpl Version: 1.22 Release: 7%{?dist} Summary: Templating engine for separation of code and HTML Group: Development/Libraries License: GPL URL: http://htmltmpl.sourceforge.net/ Source0: http://dl.sourceforge.net/htmltmpl/htmltmpl-%{version}.tar.gz Patch0: %{name}-1.22-performance.patch Patch1: %{name}-1.22-docs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Provides: htmltmpl = %{version}-%{release} Obsoletes: htmltmpl < 1.22-7 %description The purpose of the templating engine is to provide web application developers, who need to separate program code and design (HTML code) of their web application projects, with a templating tool that can be easily used by cooperating webdesigners who have no programming skills. This package includes easydoc, a module which uses the templating engine to generate HTML documentation from docstrings embedded in source files of Python modules. %prep %setup -q -n htmltmpl-%{version} %patch0 -p0 %patch1 -p0 %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT install -Dpm 755 easy.py $RPM_BUILD_ROOT%{_bindir}/easydoc install -pm 755 tmpl-xgettext.pl $RPM_BUILD_ROOT%{_bindir} rm -f doc/makedoc.sh %check %{__python} test.py %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE PKG-INFO README TODO VERSION doc/ %{_bindir}/easydoc %{_bindir}/tmpl-xgettext.pl %{python_sitelib}/easydoc*.py* %{python_sitelib}/htmltmpl.py* %changelog * Mon Aug 28 2006 Ville Skytt?? - 1.22-7 - Rename to python-htmltmpl. - BuildRequire python instead of -devel. - Remove no longer needed python-abi dependency. - Ship *.pyo. * Wed Mar 30 2005 Ville Skytt?? - 1.22-6 - Rebuild with Python 2.4. * Thu Dec 16 2004 Ville Skytt?? - 0:1.22-5 - Sync with Python spec template from fedora-rpmdevtools. * Sun Aug 24 2003 Ville Skytt?? - 0:1.22-0.fdr.4 - Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%%{_prefix}. - Include (%%ghost'd) *.pyo. * Wed Jul 9 2003 Ville Skytt?? - 0:1.22-0.fdr.3 - Include performance and docs improvement patches (submitted upstream). * Tue Jul 1 2003 Ville Skytt?? - 0:1.22-0.fdr.2 - Install tmpl-xgettext.pl too. * Sun Jun 29 2003 Ville Skytt?? - 0:1.22-0.fdr.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 20:22:08 -0000 1.1 +++ .cvsignore 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +htmltmpl-1.22.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 20:22:08 -0000 1.1 +++ sources 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +a262f970c24c234b7fbe5ea95caf3f6b htmltmpl-1.22.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 20:23:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:23:19 -0700 Subject: rpms/nautilus-actions/devel nautilus-actions.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608282023.k7SKNLPY020172@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20155 Modified Files: nautilus-actions.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 1.4-3 - Rebuild for FC6 Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nautilus-actions.spec 22 Aug 2006 17:26:26 -0000 1.8 +++ nautilus-actions.spec 28 Aug 2006 20:23:19 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Mon Aug 28 2006 Deji Akingunola - 1.4-3 +- Rebuild for FC6 + * Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Requires nautilus-devel instead of just nautilus to build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:25:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:25:08 -0700 Subject: rpms/qalculate-gtk/devel qalculate-gtk.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608282025.k7SKPAON020268@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20251 Modified Files: qalculate-gtk.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 Index: qalculate-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-gtk/devel/qalculate-gtk.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- qalculate-gtk.spec 28 Jun 2006 13:19:44 -0000 1.11 +++ qalculate-gtk.spec 28 Aug 2006 20:25:07 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-gtk Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -64,6 +64,9 @@ %{_datadir}/qalculate-gtk/ %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 +- Rebuild for FC6 + * Wed Jun 28 2006 Deji Akingunola - 0.9.4-3 - Properly package up missing file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:26:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:26:00 -0700 Subject: rpms/htmltmpl/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.2, NONE htmltmpl-docs.patch, 1.1, NONE htmltmpl-performance.patch, 1.1, NONE htmltmpl.spec, 1.9, NONE needs.rebuild, 1.1, NONE sources, 1.2, NONE Message-ID: <200608282026.k7SKQ2c2020347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20322/htmltmpl/devel Added Files: dead.package Removed Files: .cvsignore Makefile htmltmpl-docs.patch htmltmpl-performance.patch htmltmpl.spec needs.rebuild sources Log Message: Rename htmltmpl to python-htmltmpl. --- NEW FILE dead.package --- Renamed to python-htmltmpl in FE6+. --- .cvsignore DELETED --- --- Makefile DELETED --- --- htmltmpl-docs.patch DELETED --- --- htmltmpl-performance.patch DELETED --- --- htmltmpl.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:26:01 -0700 Subject: rpms/python-htmltmpl/devel needs.rebuild,NONE,1.1 Message-ID: <200608282026.k7SKQ3vj020350@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20322/python-htmltmpl/devel Added Files: needs.rebuild Log Message: Rename htmltmpl to python-htmltmpl. --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:27:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:27:00 -0700 Subject: rpms/qalculate-kde/devel qalculate-kde.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282027.k7SKR2qB020391@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-kde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20372 Modified Files: qalculate-kde.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-3 - Rebuild for FC6 Index: qalculate-kde.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-kde/devel/qalculate-kde.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- qalculate-kde.spec 24 Jul 2006 18:30:42 -0000 1.9 +++ qalculate-kde.spec 28 Aug 2006 20:27:00 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-kde Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -63,6 +63,9 @@ %{_datadir}/icons/hicolor/*/actions/* %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-3 +- Rebuild for FC6 + * Mon Jul 24 2006 Deji Akingunola - 0.9.4-2 - Add another BR on autoconf and automake16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:28:11 -0700 Subject: owners owners.list,1.1461,1.1462 Message-ID: <200608282028.k7SKSDgC020471@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20454 Modified Files: owners.list Log Message: id3-py -> python-id3, htmltmpl -> python-htmltmpl for FE6+. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1461 retrieving revision 1.1462 diff -u -r1.1461 -r1.1462 --- owners.list 28 Aug 2006 16:02:18 -0000 1.1461 +++ owners.list 28 Aug 2006 20:28:11 -0000 1.1462 @@ -1651,6 +1651,8 @@ Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|python-id3|ID3 tag library for Python|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|python-imaging|Python's own image processing library|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-irclib|A set of Python modules for IRC support|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-json|A JSON reader and writer for Python|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 20:28:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:28:48 -0700 Subject: rpms/xcompmgr/devel xcompmgr.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608282028.k7SKSoG5020508@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/xcompmgr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20491 Modified Files: xcompmgr.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 1.1.3-6 - Rebuild for FC6 Index: xcompmgr.spec =================================================================== RCS file: /cvs/extras/rpms/xcompmgr/devel/xcompmgr.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xcompmgr.spec 24 Jul 2006 18:29:32 -0000 1.3 +++ xcompmgr.spec 28 Aug 2006 20:28:48 -0000 1.4 @@ -1,7 +1,7 @@ Summary: X11 composite manager Name: xcompmgr Version: 1.1.3 -Release: 5%{?dist} +Release: 6%{?dist} License: STL Group: User Interface/X URL: http://xapps.freedesktop.org @@ -40,6 +40,9 @@ %{_mandir}/man1/xcompmgr.1.gz %changelog +* Mon Aug 28 2006 Deji Akingunola - 1.1.3-6 +- Rebuild for FC6 + * Mon Jul 24 2006 Deji Akingunola 1.1.3-5 - Add pkgconfig to the BRs --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:36:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:36:27 -0700 Subject: rpms/perl-Unix-Syslog/devel perl-Unix-Syslog.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608282036.k7SKaTJV020626@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Unix-Syslog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20607 Modified Files: perl-Unix-Syslog.spec Removed Files: needs.rebuild Log Message: Rebuild. Fix find option order. Minor cleanup to more closely match cpanspec output. Index: perl-Unix-Syslog.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unix-Syslog/devel/perl-Unix-Syslog.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Unix-Syslog.spec 19 Feb 2006 00:18:12 -0000 1.10 +++ perl-Unix-Syslog.spec 28 Aug 2006 20:36:27 -0000 1.11 @@ -1,14 +1,13 @@ Name: perl-Unix-Syslog Version: 0.100 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl interface to the UNIX syslog(3) calls License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/Unix-Syslog/ Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides an interface to the system logger syslogd(8) via @@ -21,16 +20,16 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT + make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -42,12 +41,17 @@ %files %defattr(-,root,root,-) -%doc Changes README Artistic +%doc Artistic Changes README %{perl_vendorarch}/auto/Unix %{perl_vendorarch}/Unix %{_mandir}/man3/Unix::Syslog.3pm* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.100-8 +- Rebuild. +- Fix find option order. +- Minor cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 0.100-7 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:46:28 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:46:28 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608282046.k7SKkU72020716@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20699 Modified Files: perl-Sys-Virt.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Sys-Virt.spec 19 Aug 2006 23:18:10 -0000 1.4 +++ perl-Sys-Virt.spec 28 Aug 2006 20:46:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.1-7 +- Rebuild. + * Sat Aug 19 2006 Steven Pritchard 0.1.1-6 - More documentation fixes. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:53:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:53:25 -0700 Subject: rpms/perl-IPC-ShareLite/devel perl-IPC-ShareLite.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282053.k7SKrRSu020817@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-IPC-ShareLite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20795 Modified Files: perl-IPC-ShareLite.spec Removed Files: needs.rebuild Log Message: Rebuild. Fix find option order. Minor cleanup to more closely match cpanspec output. Index: perl-IPC-ShareLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-ShareLite/devel/perl-IPC-ShareLite.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-IPC-ShareLite.spec 19 Feb 2006 00:13:56 -0000 1.9 +++ perl-IPC-ShareLite.spec 28 Aug 2006 20:53:25 -0000 1.10 @@ -1,9 +1,9 @@ Name: perl-IPC-ShareLite Version: 0.09 -Release: 7%{?dist} -Summary: Light-weight Perl interface to shared memory -Group: Development/Libraries +Release: 8%{?dist} +Summary: Light-weight interface to shared memory License: GPL or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/IPC-ShareLite/ Source0: http://www.cpan.org/authors/id/M/MA/MAURICE/IPC-ShareLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,7 +18,6 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" < /dev/null -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install @@ -28,12 +27,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; - -chmod -R u+w $RPM_BUILD_ROOT/* +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test @@ -41,15 +37,19 @@ %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc Changes README TODO COPYING Artistic -%{perl_vendorarch}/auto/IPC -%{perl_vendorarch}/IPC -%{_mandir}/man3/*.3* +%doc Changes README TODO +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/IPC* +%{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.09-8 +- Rebuild. +- Fix find option order. +- Minor cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 0.09-7 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:55:28 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 28 Aug 2006 13:55:28 -0700 Subject: rpms/qps/devel .cvsignore, 1.10, 1.11 qps.spec, 1.10, 1.11 sources, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608282055.k7SKtUJT020883@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/qps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20862 Modified Files: .cvsignore qps.spec sources Removed Files: needs.rebuild Log Message: - Update to 1.9.18.5 - Fix mixed-use-of-spaces-and-tabs rpmlint warning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qps/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Jul 2006 21:46:37 -0000 1.10 +++ .cvsignore 28 Aug 2006 20:55:28 -0000 1.11 @@ -1 +1 @@ -qps-1.9.17.tar.gz +qps-1.9.18.5.tar.bz2 Index: qps.spec =================================================================== RCS file: /cvs/extras/rpms/qps/devel/qps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- qps.spec 1 Jul 2006 21:46:37 -0000 1.10 +++ qps.spec 28 Aug 2006 20:55:28 -0000 1.11 @@ -1,12 +1,12 @@ Name: qps -Version: 1.9.17 +Version: 1.9.18.5 Release: 1%{?dist} Summary: Visual process status monitor Group: Applications/System License: GPL URL: http://qps.kldp.net/ -Source0: http://kldp.net/frs/download.php/3437/qps-1.9.17.tar.gz +Source0: http://kldp.net/frs/download.php/3543/qps-1.9.18.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -22,7 +22,6 @@ %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh -#export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake make %{?_smp_mflags} @@ -34,8 +33,8 @@ install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm desktop-file-install --vendor fedora \ - --add-category=X-Fedora \ - --dir %{buildroot}%{_datadir}/applications qps.desktop + --add-category=X-Fedora \ + --dir %{buildroot}%{_datadir}/applications qps.desktop %clean @@ -52,6 +51,10 @@ %changelog +* Mon Aug 28 2006 Dawid Gajownik - 1.9.18.5-1 +- Update to 1.9.18.5 +- Fix mixed-use-of-spaces-and-tabs rpmlint warning + * Sat Jul 1 2006 Dawid Gajownik - 1.9.17-1 - Update to 1.9.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qps/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Jul 2006 21:46:37 -0000 1.10 +++ sources 28 Aug 2006 20:55:28 -0000 1.11 @@ -1 +1 @@ -d8154e3dc41995d74981075d067f1599 qps-1.9.17.tar.gz +15f77d592df8ae5e24ed5a1747e85fdd qps-1.9.18.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:57:31 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:57:31 -0700 Subject: rpms/perl-eperl/devel perl-eperl.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608282057.k7SKvXba020977@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-eperl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20959 Modified Files: perl-eperl.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: perl-eperl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-eperl/devel/perl-eperl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-eperl.spec 18 Jul 2006 17:09:29 -0000 1.1 +++ perl-eperl.spec 28 Aug 2006 20:57:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-eperl Version: 2.2.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Embedded Perl Language License: GPL or Artistic Group: Development/Libraries @@ -74,6 +74,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 2.2.14-3 +- Rebuild. + * Thu Jul 13 2006 Steven Pritchard 2.2.14-2 - Update to Debian's eperl_2.2.14-13.diff.gz. - Spec cleanup. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:57:55 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 28 Aug 2006 13:57:55 -0700 Subject: rpms/qps/FC-5 .cvsignore, 1.10, 1.11 qps.spec, 1.10, 1.11 sources, 1.10, 1.11 Message-ID: <200608282057.k7SKvv2V021009@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/qps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20986 Modified Files: .cvsignore qps.spec sources Log Message: - Update to 1.9.18.5 - Fix mixed-use-of-spaces-and-tabs rpmlint warning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Jul 2006 21:48:07 -0000 1.10 +++ .cvsignore 28 Aug 2006 20:57:55 -0000 1.11 @@ -1 +1 @@ -qps-1.9.17.tar.gz +qps-1.9.18.5.tar.bz2 Index: qps.spec =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/qps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- qps.spec 1 Jul 2006 21:48:07 -0000 1.10 +++ qps.spec 28 Aug 2006 20:57:55 -0000 1.11 @@ -1,12 +1,12 @@ Name: qps -Version: 1.9.17 +Version: 1.9.18.5 Release: 1%{?dist} Summary: Visual process status monitor Group: Applications/System License: GPL URL: http://qps.kldp.net/ -Source0: http://kldp.net/frs/download.php/3437/qps-1.9.17.tar.gz +Source0: http://kldp.net/frs/download.php/3543/qps-1.9.18.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -22,7 +22,6 @@ %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh -#export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake make %{?_smp_mflags} @@ -34,8 +33,8 @@ install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm desktop-file-install --vendor fedora \ - --add-category=X-Fedora \ - --dir %{buildroot}%{_datadir}/applications qps.desktop + --add-category=X-Fedora \ + --dir %{buildroot}%{_datadir}/applications qps.desktop %clean @@ -52,6 +51,10 @@ %changelog +* Mon Aug 28 2006 Dawid Gajownik - 1.9.18.5-1 +- Update to 1.9.18.5 +- Fix mixed-use-of-spaces-and-tabs rpmlint warning + * Sat Jul 1 2006 Dawid Gajownik - 1.9.17-1 - Update to 1.9.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Jul 2006 21:48:07 -0000 1.10 +++ sources 28 Aug 2006 20:57:55 -0000 1.11 @@ -1 +1 @@ -d8154e3dc41995d74981075d067f1599 qps-1.9.17.tar.gz +15f77d592df8ae5e24ed5a1747e85fdd qps-1.9.18.5.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 21:02:03 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:02:03 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.11,1.12 Message-ID: <200608282102.k7SL2cOJ023724@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23681/FC-5 Modified Files: pgadmin3.spec Log Message: Updated devel for FC-6 and moved icon to Devel. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pgadmin3.spec 30 Jul 2006 22:00:03 -0000 1.11 +++ pgadmin3.spec 28 Aug 2006 21:02:03 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 2%{?dist} +Release: 3%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category System\ + --add-category Devel\ ./pkg/%{name}.desktop @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-3 +- Moved icon to Devel + * Sat Jul 30 2006 Gavin Henry - 1.4.3-2 - Removed gcc41 patch From fedora-extras-commits at redhat.com Mon Aug 28 21:02:08 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:02:08 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.8,1.9 Message-ID: <200608282102.k7SL2hcg023728@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23681/devel Modified Files: pgadmin3.spec Log Message: Updated devel for FC-6 and moved icon to Devel. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pgadmin3.spec 16 Feb 2006 12:04:18 -0000 1.8 +++ pgadmin3.spec 28 Aug 2006 21:02:08 -0000 1.9 @@ -1,12 +1,11 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 -Version: 1.4.1 -Release: 2%{?dist} +Version: 1.4.3 +Release: 333%{?dist} License: Artistic Group: Applications/Databases -Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.1/src/pgadmin3-1.4.1.tar.gz -Patch0: pgadmin3-gcc41.patch +Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.3/src/pgadmin3-1.4.3.tar.gz URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel @@ -17,7 +16,6 @@ %prep %setup -q -%patch0 -p1 -b c41 %build %configure @@ -34,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category System\ + --add-category Devel\ ./pkg/%{name}.desktop @@ -49,6 +47,16 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-3 +- Moved icon to Devel and updated for FC-6 + +* Sat Jul 30 2006 Gavin Henry - 1.4.3-2 +- Removed gcc41 patch + +* Sat Jul 29 2006 Gavin Henry - 1.4.3-1 +- Updated to latest +- Sorry for delay + * Wed Feb 16 2006 Gavin Henry - 1.4.1-2 - Applied Dennis' fixes according to Bug #181632 From fedora-extras-commits at redhat.com Mon Aug 28 21:04:25 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:04:25 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.9,1.10 Message-ID: <200608282104.k7SL4R4d023823@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23807/devel Modified Files: pgadmin3.spec Log Message: Vim typo - 333 Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pgadmin3.spec 28 Aug 2006 21:02:08 -0000 1.9 +++ pgadmin3.spec 28 Aug 2006 21:04:25 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 333%{?dist} +Release: 3%{?dist} License: Artistic Group: Applications/Databases From fedora-extras-commits at redhat.com Mon Aug 28 21:07:22 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:07:22 -0700 Subject: rpms/pgadmin3/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608282107.k7SL7OWh024079@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24056 Modified Files: .cvsignore sources Log Message: Doh, new-sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 12:04:18 -0000 1.4 +++ .cvsignore 28 Aug 2006 21:07:22 -0000 1.5 @@ -1,2 +1 @@ -pgadmin3-1.4.1.tar.gz -pgadmin3-gcc41.patch +pgadmin3-1.4.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 12:04:18 -0000 1.4 +++ sources 28 Aug 2006 21:07:22 -0000 1.5 @@ -1,2 +1 @@ -bf78696c72acd782d63feb2bd5ce6f48 pgadmin3-1.4.1.tar.gz -8b38101f850874c10a7c30e65137932b pgadmin3-gcc41.patch +28388816f867cd8723a4c0a460cf26b4 pgadmin3-1.4.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 21:08:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 14:08:31 -0700 Subject: rpms/libassuan/devel libassuan.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608282108.k7SL8Xr8024154@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libassuan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24137 Modified Files: libassuan.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter - 0.6.10-3 - fc6 respin Index: libassuan.spec =================================================================== RCS file: /cvs/extras/rpms/libassuan/devel/libassuan.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libassuan.spec 1 Mar 2006 16:24:17 -0000 1.13 +++ libassuan.spec 28 Aug 2006 21:08:31 -0000 1.14 @@ -2,7 +2,7 @@ Name: libassuan Summary: GnuPG IPC library Version: 0.6.10 -Release: 2%{?dist}.2 +Release: 3%{?dist} License: LGPL Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter - 0.6.10-3 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 21:22:23 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 14:22:23 -0700 Subject: rpms/fig2ps/devel needs.rebuild,1.1,NONE Message-ID: <200608282122.k7SLMP5H024253@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/fig2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24238 Removed Files: needs.rebuild Log Message: rebuild not needed for noarch package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:03:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:03:24 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.8, 1.9 perl-DateTime.spec, 1.8, 1.9 sources, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608282203.k7SM3uxJ027078@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27057 Modified Files: .cvsignore perl-DateTime.spec sources Removed Files: needs.rebuild Log Message: Update to DateTime::TimeZone 0.47. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 00:49:24 -0000 1.8 +++ .cvsignore 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,3 +1,3 @@ DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz -DateTime-TimeZone-0.46.tar.gz +DateTime-TimeZone-0.47.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-DateTime.spec 15 Aug 2006 00:49:24 -0000 1.8 +++ perl-DateTime.spec 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.46 +%define DTTimeZone_version 0.47 %define DTLocale_version 0.22 Name: perl-DateTime Version: 0.34 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Date and time objects License: GPL or Artistic @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Aug 28 2006 Steven Pritchard 1:0.34-2 +- Update to DateTime::TimeZone 0.47. + * Mon Aug 14 2006 Steven Pritchard 1:0.34-1 - Update to DateTime 0.34. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 00:49:24 -0000 1.8 +++ sources 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,3 +1,3 @@ 71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz -fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz +963f0c1e85155d935618f99ce536c9cc DateTime-TimeZone-0.47.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:06:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:06:24 -0700 Subject: rpms/perl-Data-Structure-Util/devel perl-Data-Structure-Util.spec, 1.2, 1.3 Message-ID: <200608282206.k7SM6QVq027159@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Data-Structure-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27142 Modified Files: perl-Data-Structure-Util.spec Log Message: Fix find option order. Index: perl-Data-Structure-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Structure-Util/devel/perl-Data-Structure-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Structure-Util.spec 1 Jul 2006 23:21:18 -0000 1.2 +++ perl-Data-Structure-Util.spec 28 Aug 2006 22:06:23 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-Structure-Util Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Change nature of data within a structure License: GPL or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ $RPM_BUILD_ROOT%{_mandir}/man1/packages.pl* find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.12-2 +- Fix find option order. + * Sat Jul 01 2006 Steven Pritchard 0.12-1 - Update to 0.12. From fedora-extras-commits at redhat.com Mon Aug 28 22:14:11 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:14:11 -0700 Subject: rpms/perl-Crypt-DES/devel perl-Crypt-DES.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608282214.k7SMED5e027251@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Crypt-DES/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27234 Modified Files: perl-Crypt-DES.spec Removed Files: needs.rebuild Log Message: Fix find option order. Minor spec cleanup to more closely match cpanspec output. Index: perl-Crypt-DES.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DES/devel/perl-Crypt-DES.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-DES.spec 19 Feb 2006 00:09:26 -0000 1.2 +++ perl-Crypt-DES.spec 28 Aug 2006 22:14:11 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Crypt-DES Version: 2.05 -Release: 2%{?dist} -Summary: DES encryption module +Release: 3%{?dist} +Summary: Perl DES encryption module License: BSD-style Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES/ -Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Crypt::CBC) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -27,7 +27,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -40,11 +40,15 @@ %files %defattr(-,root,root,-) %doc COPYRIGHT README -%{perl_vendorarch}/auto/Crypt/ -%{perl_vendorarch}/Crypt/ +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 2.05-3 +- Fix find option order. +- Minor spec cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 2.05-2 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:17:21 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:17:21 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.9,1.10 Message-ID: <200608282217.k7SMHNFq027291@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27271 Modified Files: ktorrent.spec Log Message: mass rebuild Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ktorrent.spec 21 Aug 2006 17:02:49 -0000 1.9 +++ ktorrent.spec 28 Aug 2006 22:17:20 -0000 1.10 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 29 2006 Roland Wolters 2.0.1-3 +- mass rebuild + * Mon Aug 21 2006 Roland Wolters 2.0.1-1 - update to version 2.0.1 From fedora-extras-commits at redhat.com Mon Aug 28 22:17:58 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:17:58 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.5,1.6 Message-ID: <200608282218.k7SMI0A2027368@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27342 Modified Files: ktorrent.spec Log Message: mass rebuild Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ktorrent.spec 21 Aug 2006 17:05:04 -0000 1.5 +++ ktorrent.spec 28 Aug 2006 22:17:58 -0000 1.6 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 29 2006 Roland Wolters 2.0.1-3 +- mass rebuild + * Mon Aug 21 2006 Roland Wolters 2.0.1-1 - update to version 2.0.1 From fedora-extras-commits at redhat.com Mon Aug 28 22:25:35 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:25:35 -0700 Subject: rpms/rsibreak/devel rsibreak.spec,1.1,1.2 Message-ID: <200608282225.k7SMPbc1027574@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/rsibreak/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27555 Modified Files: rsibreak.spec Log Message: mass rebuild Index: rsibreak.spec =================================================================== RCS file: /cvs/extras/rpms/rsibreak/devel/rsibreak.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rsibreak.spec 20 Jun 2006 16:56:16 -0000 1.1 +++ rsibreak.spec 28 Aug 2006 22:25:35 -0000 1.2 @@ -2,7 +2,7 @@ Name: rsibreak Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small utility which bothers you at certain intervals Group: Amusements/Graphics License: GPL @@ -78,6 +78,9 @@ %{_datadir}/apps/rsibreak/icons/hicolor/32x32/actions/timings.png %changelog +* Tue Jun 20 2006 Roland Wolters 0.7.1-2 +- mass rebuild + * Tue Jun 20 2006 Roland Wolters 0.7.1-1 - update to version 0.7.1 - e-mail-address of packager corrected From fedora-extras-commits at redhat.com Mon Aug 28 22:29:25 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:29:25 -0700 Subject: rpms/rsibreak/FC-5 rsibreak.spec,1.1,1.2 Message-ID: <200608282229.k7SMTR4H027682@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/rsibreak/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27665 Modified Files: rsibreak.spec Log Message: rebuild Index: rsibreak.spec =================================================================== RCS file: /cvs/extras/rpms/rsibreak/FC-5/rsibreak.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rsibreak.spec 20 Jun 2006 16:56:16 -0000 1.1 +++ rsibreak.spec 28 Aug 2006 22:29:25 -0000 1.2 @@ -2,7 +2,7 @@ Name: rsibreak Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small utility which bothers you at certain intervals Group: Amusements/Graphics License: GPL @@ -78,6 +78,9 @@ %{_datadir}/apps/rsibreak/icons/hicolor/32x32/actions/timings.png %changelog +* Tue Jun 20 2006 Roland Wolters 0.7.1-2 +- mass rebuild + * Tue Jun 20 2006 Roland Wolters 0.7.1-1 - update to version 0.7.1 - e-mail-address of packager corrected From fedora-extras-commits at redhat.com Mon Aug 28 22:29:28 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Mon, 28 Aug 2006 15:29:28 -0700 Subject: rpms/ghdl/FC-5 ghdl-svn61.patch, NONE, 1.1 ghdl.spec, 1.16, 1.17 sources, 1.6, 1.7 ghdl-svn60.patch, 1.1, NONE Message-ID: <200608282229.k7SMTUEH027706@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27661 Modified Files: ghdl.spec sources Added Files: ghdl-svn61.patch Removed Files: ghdl-svn60.patch Log Message: update to svn61 ghdl-svn61.patch: --- NEW FILE ghdl-svn61.patch --- diff -urN ghdl-0.25-orig/vhdl/grt/config/win32.c ghdl-0.25/vhdl/grt/config/win32.c --- ghdl-0.25-orig/vhdl/grt/config/win32.c 2006-03-10 02:47:29.000000000 +0100 +++ ghdl-0.25/vhdl/grt/config/win32.c 2006-08-27 04:37:42.000000000 +0200 @@ -130,6 +130,23 @@ return res; } +#include + +double acosh (double x) +{ + return log (x + sqrt (x*x - 1)); +} + +double asinh (double x) +{ + return log (x + sqrt (x*x + 1)); +} + +double atanh (double x) +{ + return log ((1 + x) / (1 - x)) / 2; +} + #ifndef WITH_GNAT_RUN_TIME void __gnat_raise_storage_error(void) { Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/ghdl.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ghdl.spec 8 Aug 2006 07:39:26 -0000 1.16 +++ ghdl.spec 28 Aug 2006 22:29:28 -0000 1.17 @@ -1,10 +1,10 @@ -%define gccver 4.1.0 -%define ghdlver 0.24 -%define ghdlsvnver 60 +%define gccver 4.1.1 +%define ghdlver 0.25 +%define ghdlsvnver 61 Summary: A VHDL simulator, using the GCC technology Name: ghdl -Version: 0.24 +Version: 0.25 Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages @@ -288,6 +288,9 @@ %changelog +* Tue Aug 29 2006 Thomas Sailer - 0.25-0.61svn.0 +- update to svn61 + * Tue Aug 8 2006 Thomas Sailer - 0.24-0.60svn.0 - update to svn60 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Jul 2006 04:37:26 -0000 1.6 +++ sources 28 Aug 2006 22:29:28 -0000 1.7 @@ -1,4 +1,2 @@ -f7781398ada62ba255486673e6274b26 gcc-core-4.0.2.tar.bz2 -a0ebb9b4ea9d33e67e6ae9768d10eb3a ghdl-0.21.tar.bz2 -934546c19789b36ca4f7e5d3e4af1b29 ghdl-0.24.tar.bz2 -15efa164579c7cf4a48859ee87d2a1fa gcc-core-4.1.0.tar.bz2 +a1b189c98aa7d7f164036bbe89b9b2a2 gcc-core-4.1.1.tar.bz2 +9f194b0a2136f8d026083b96319d77d9 ghdl-0.25.tar.bz2 --- ghdl-svn60.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:51:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:51:05 -0700 Subject: rpms/perl-BerkeleyDB/devel perl-BerkeleyDB.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282251.k7SMp7BZ027874@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-BerkeleyDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27857 Modified Files: perl-BerkeleyDB.spec Removed Files: needs.rebuild Log Message: Minor spec cleanup. Index: perl-BerkeleyDB.spec =================================================================== RCS file: /cvs/extras/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-BerkeleyDB.spec 7 Jul 2006 13:31:51 -0000 1.9 +++ perl-BerkeleyDB.spec 28 Aug 2006 22:51:05 -0000 1.10 @@ -1,7 +1,7 @@ Name: perl-BerkeleyDB Version: 0.29 Release: 1%{?dist} -Summary: BerkeleyDB Perl module +Summary: Perl extension for Berkeley DB version 2, 3 or 4 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/BerkeleyDB/ @@ -26,7 +26,6 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install @@ -38,13 +37,10 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -53,13 +49,16 @@ %files %defattr(-,root,root,-) -%doc Changes README Todo COPYING Artistic -%{perl_vendorarch}/BerkeleyDB* +%doc Changes README Todo %{perl_vendorarch}/auto/* +%{perl_vendorarch}/BerkeleyDB* %{_mandir}/man3/* %{_bindir}/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.29-2 +- Minor spec cleanup. + * Fri Jul 07 2006 Steven Pritchard 0.29-1 - Update to 0.29. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:52:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:52:34 -0700 Subject: rpms/perl-BerkeleyDB/devel perl-BerkeleyDB.spec,1.10,1.11 Message-ID: <200608282252.k7SMqarR027908@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-BerkeleyDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27891 Modified Files: perl-BerkeleyDB.spec Log Message: Oops, really bump release. Index: perl-BerkeleyDB.spec =================================================================== RCS file: /cvs/extras/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-BerkeleyDB.spec 28 Aug 2006 22:51:05 -0000 1.10 +++ perl-BerkeleyDB.spec 28 Aug 2006 22:52:34 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-BerkeleyDB Version: 0.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for Berkeley DB version 2, 3 or 4 License: GPL or Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Mon Aug 28 23:12:22 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:12:22 -0700 Subject: rpms/cegui/devel needs.rebuild,1.1,NONE Message-ID: <200608282312.k7SNCOUA030689@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30674 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:13:26 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:13:26 -0700 Subject: rpms/cegui import.log,1.8,1.9 Message-ID: <200608282313.k7SNDSoT030761@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30730 Modified Files: import.log Log Message: auto-import cegui-0.4.1-11 on branch devel from cegui-0.4.1-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 5 Aug 2006 21:48:27 -0000 1.8 +++ import.log 28 Aug 2006 23:13:26 -0000 1.9 @@ -5,3 +5,4 @@ cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 cegui-0_4_1-10:FC-5:cegui-0.4.1-10.src.rpm:1154817889 +cegui-0_4_1-11:HEAD:cegui-0.4.1-11.src.rpm:1156813792 From fedora-extras-commits at redhat.com Mon Aug 28 23:13:27 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:13:27 -0700 Subject: rpms/cegui/devel cegui.spec,1.3,1.4 Message-ID: <200608282313.k7SNDTcH030765@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30730/devel Modified Files: cegui.spec Log Message: auto-import cegui-0.4.1-11 on branch devel from cegui-0.4.1-11.src.rpm Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/devel/cegui.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cegui.spec 5 Aug 2006 21:44:50 -0000 1.3 +++ cegui.spec 28 Aug 2006 23:13:27 -0000 1.4 @@ -1,12 +1,12 @@ Name: cegui Version: 0.4.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries License: LGPL URL: http://www.cegui.org.uk/ -Source0: http://download.sourceforge.net/crayzedsgui/%{name}_mk2-source-%{version}.tar.bz2 +Source0: http://dl.sf.net/crayzedsgui/%{name}_mk2-source-%{version}.tar.bz2 Patch0: cegui_mk2-0.4.1-pcre.patch Patch1: cegui_mk2-0.4.1-tolua++.patch Patch2: cegui_mk2-0.4.1-fixtinyxml.patch @@ -142,6 +142,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 0.4.1-11%{?dist} +- Release bump for FC6 mass rebuild + * Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} - Header fix for g++ v4.1+ From fedora-extras-commits at redhat.com Mon Aug 28 23:33:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:33:54 -0700 Subject: rpms/openvpn/devel openvpn.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608282333.k7SNXuNU031535@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31518 Modified Files: openvpn.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: openvpn.spec =================================================================== RCS file: /cvs/extras/rpms/openvpn/devel/openvpn.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- openvpn.spec 31 Jul 2006 15:54:56 -0000 1.19 +++ openvpn.spec 28 Aug 2006 23:33:54 -0000 1.20 @@ -4,7 +4,7 @@ Name: openvpn Version: 2.1 -Release: 0.11%{?prerelease:.%{prerelease}}%{?dist} +Release: 0.12%{?prerelease:.%{prerelease}}%{?dist} Summary: A full-featured SSL VPN solution URL: http://openvpn.net/ Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz @@ -132,6 +132,9 @@ %config %dir %{_sysconfdir}/%{name}/ %changelog +* Mon Jul 31 2006 Steven Pritchard 2.1-0.12.beta14 +- Rebuild + * Mon Jul 31 2006 Steven Pritchard 2.1-0.11.beta14 - Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:35:33 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:35:33 -0700 Subject: rpms/moodss/devel needs.rebuild,1.1,NONE Message-ID: <200608282335.k7SNZZFS031599@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31584 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:36:16 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:36:16 -0700 Subject: rpms/moomps/devel needs.rebuild,1.1,NONE Message-ID: <200608282336.k7SNaIcT031625@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moomps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31610 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:36:51 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:36:51 -0700 Subject: rpms/tktable/devel needs.rebuild,1.1,NONE Message-ID: <200608282336.k7SNarXN031670@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/tktable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31653 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:13 -0700 Subject: rpms/jrtplib - New directory Message-ID: <200608282337.k7SNbFwX031731@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31704/jrtplib Log Message: Directory /cvs/extras/rpms/jrtplib added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 23:37:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:14 -0700 Subject: rpms/jrtplib/devel - New directory Message-ID: <200608282337.k7SNbGxA031734@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31704/jrtplib/devel Log Message: Directory /cvs/extras/rpms/jrtplib/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 23:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:30 -0700 Subject: rpms/jrtplib Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282337.k7SNbWa9031778@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31750 Added Files: Makefile import.log Log Message: Setup of module jrtplib --- NEW FILE Makefile --- # Top level Makefile for module jrtplib all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:30 -0700 Subject: rpms/jrtplib/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282337.k7SNbWRv031781@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31750/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module jrtplib --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:57 -0700 Subject: rpms/jrtplib import.log,1.1,1.2 Message-ID: <200608282337.k7SNbxvS031847@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814 Modified Files: import.log Log Message: auto-import jrtplib-3.6.0-1.fc6 on branch devel from jrtplib-3.6.0-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/jrtplib/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 23:37:30 -0000 1.1 +++ import.log 28 Aug 2006 23:37:57 -0000 1.2 @@ -0,0 +1 @@ +jrtplib-3_6_0-1_fc6:HEAD:jrtplib-3.6.0-1.fc6.src.rpm:1156808270 From fedora-extras-commits at redhat.com Mon Aug 28 23:37:58 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:58 -0700 Subject: rpms/jrtplib/devel jrtplib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282338.k7SNc0TL031852@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814/devel Modified Files: .cvsignore sources Added Files: jrtplib.spec Log Message: auto-import jrtplib-3.6.0-1.fc6 on branch devel from jrtplib-3.6.0-1.fc6.src.rpm --- NEW FILE jrtplib.spec --- Summary: JRTPLIB is an object-oriented RTP library written in C++ Name: jrtplib Version: 3.6.0 Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html Source0: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen BuildRequires: graphviz BuildRequires: jthread-devel %description JRTPLIB is an object-oriented RTP library written in C++. It was first developed at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperation between the Hasselt University) and the Maastricht University. %package devel Summary: Development files for JRTPLIB Group: Development/Libraries Requires: jrtplib = %{version}-%{release} Requires: jthread-devel %description devel Development files for JThread %prep %setup -q %build # Do not disable building of static libs as that will cause building of # example programs to fail. %configure make %{?_smp_mflags} doxygen %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm %{buildroot}%{_libdir}/*.a rm %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.MIT README.TXT TODO %{_libdir}/libjrtp-%{version}.so %files devel %defattr(-,root,root,-) %doc LICENSE.MIT documentation %{_includedir}/jrtplib3 %{_libdir}/libjrtp.so %{_libdir}/pkgconfig/jrtplib.pc %changelog * Sat Aug 5 2006 Jeffrey C. Ollie - 3.6.0-1 - Update to 3.6.0 * Sat Jan 7 2006 Jeffrey C. Ollie - 3.3.0-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jrtplib/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 23:37:30 -0000 1.1 +++ .cvsignore 28 Aug 2006 23:37:58 -0000 1.2 @@ -0,0 +1 @@ +jrtplib-3.6.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jrtplib/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 23:37:30 -0000 1.1 +++ sources 28 Aug 2006 23:37:58 -0000 1.2 @@ -0,0 +1 @@ +8e69c3f4234b9386316f9aa9294e00cf jrtplib-3.6.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 23:43:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:43:04 -0700 Subject: rpms/cone/devel cone.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608282343.k7SNh6bl032024@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31990 Modified Files: cone.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: cone.spec =================================================================== RCS file: /cvs/extras/rpms/cone/devel/cone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cone.spec 1 Aug 2006 23:09:36 -0000 1.15 +++ cone.spec 28 Aug 2006 23:43:04 -0000 1.16 @@ -3,7 +3,7 @@ Summary: CONE mail reader Name: cone Version: 0.68 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.courier-mta.org/cone/ Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 @@ -102,6 +102,9 @@ %doc cone/html %changelog +* Mon Aug 28 2006 Steven Pritchard 0.68-2 +- Rebuild. + * Tue Aug 01 2006 Steven Pritchard 0.68-1 - Update to 0.68. - Drop cone-0.66.20060203-compile.patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:43:06 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:43:06 -0700 Subject: rpms/gl-117/devel gl-117.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608282343.k7SNh8GR032028@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/gl-117/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31998 Modified Files: gl-117.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: gl-117.spec =================================================================== RCS file: /cvs/extras/rpms/gl-117/devel/gl-117.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gl-117.spec 12 Feb 2006 00:11:55 -0000 1.8 +++ gl-117.spec 28 Aug 2006 23:43:06 -0000 1.9 @@ -1,6 +1,6 @@ Name: gl-117 Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Action flight simulator @@ -55,6 +55,9 @@ %{_mandir}/man6/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1.3.2-3 +- Rebuild + * Sat Feb 11 2006 Steven Pritchard 1.3.2-2 - Drop BR: xorg-x11-devel, since it should be pulled in by SDL-devel - Don't hard-code path to X libs --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:47:26 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:47:26 -0700 Subject: rpms/perl-Data-Structure-Util/devel needs.rebuild,1.1,NONE Message-ID: <200608282347.k7SNlSpE032142@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Data-Structure-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32127 Removed Files: needs.rebuild Log Message: Oops, forgot to remove needs.rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:50:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:50:49 -0700 Subject: rpms/celestia/devel celestia.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608282350.k7SNopIR032215@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32198 Modified Files: celestia.spec Removed Files: needs.rebuild Log Message: Add --disable-schemas-install to configure. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- celestia.spec 22 Aug 2006 16:47:59 -0000 1.19 +++ celestia.spec 28 Aug 2006 23:50:49 -0000 1.20 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -51,7 +51,7 @@ export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" # http://www.shatters.net/forum/viewtopic.php?t=9605 export CXXFLAGS="%{optflags} -fno-strict-aliasing" -%configure --with-gnome --with-lua +%configure --with-gnome --with-lua --disable-schemas-install make %{?_smp_mflags} @@ -105,13 +105,15 @@ # Seem to have gone away in post-1.4.0 CVS... #%doc manual/*.html manual/*.css %{_bindir}/* -%{_sysconfdir}/gconf/schemas/* %{_datadir}/applications/*%{name}.desktop %{_datadir}/%{name} %{_datadir}/pixmaps/%{name}.png %changelog +* Mon Aug 28 2006 Steven Pritchard 1.4.1-6 +- Add --disable-schemas-install to configure. + * Tue Aug 22 2006 Steven Pritchard 1.4.1-5 - Turn on -fno-strict-aliasing to work around bug #203525. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:10:57 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:10:57 -0700 Subject: rpms/CCfits/devel CCfits.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608290010.k7T0Ax2q002619@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2602 Modified Files: CCfits.spec Removed Files: needs.rebuild Log Message: Successful Build for FE6 Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CCfits.spec 28 Jul 2006 10:34:13 -0000 1.4 +++ CCfits.spec 29 Aug 2006 00:10:57 -0000 1.5 @@ -76,13 +76,13 @@ %changelog * Fri Jul 28 2006 Sergio Pascual 1.5-2 -- Removed perl files in documentation. +- Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 -- New upstream source 1.5 +- New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) -- Perl files in docs removed in the source +- Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 -- Removed explicit Buildrequires gcc-c++ +- Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 @@ -91,6 +91,6 @@ - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. -- Removed -rpath in the shared library +- Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:12:16 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:12:16 -0700 Subject: rpms/sextractor/devel needs.rebuild,1.1,NONE Message-ID: <200608290012.k7T0CIgm002657@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/sextractor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2642 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:13:22 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:13:22 -0700 Subject: rpms/wcstools/devel needs.rebuild,1.1,NONE Message-ID: <200608290013.k7T0DOIv002703@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/wcstools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2688 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:14:06 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:14:06 -0700 Subject: rpms/xpa/devel needs.rebuild,1.1,NONE Message-ID: <200608290014.k7T0E8UU002730@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/xpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2715 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:28:35 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:28:35 -0700 Subject: owners owners.list,1.1462,1.1463 Message-ID: <200608290028.k7T0Sbna003031@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3010 Modified Files: owners.list Log Message: Adding jrtplib. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1462 retrieving revision 1.1463 diff -u -r1.1462 -r1.1463 --- owners.list 28 Aug 2006 20:28:11 -0000 1.1462 +++ owners.list 29 Aug 2006 00:28:35 -0000 1.1463 @@ -664,6 +664,7 @@ Fedora Extras|john|John the Ripper password cracker|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|jpgraph|An OO graph drawing class library for PHP|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|js|JavaScript interpreter|matthias at rpmforge.net|extras-qa at fedoraproject.org| +Fedora Extras|jrtplib|JRTPLIB is an object-oriented RTP library written in C++|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 00:29:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 17:29:04 -0700 Subject: rpms/perl-Text-Reform/devel perl-Text-Reform.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608290029.k7T0T6hC003064@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Reform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3045 Modified Files: perl-Text-Reform.spec Removed Files: needs.rebuild Log Message: Minor spec cleanup to more closely resemble current cpanspec output. Index: perl-Text-Reform.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Reform/devel/perl-Text-Reform.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Text-Reform.spec 6 Sep 2005 01:36:40 -0000 1.8 +++ perl-Text-Reform.spec 29 Aug 2006 00:29:04 -0000 1.9 @@ -1,16 +1,15 @@ Name: perl-Text-Reform Version: 1.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Manual text wrapping and reformatting -Group: Development/Libraries License: Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Reform/ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch Requires: perl(TeX::Hyphen) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The module supplies a re-entrant, highly configurable replacement for the @@ -34,12 +33,10 @@ find $RPM_BUILD_ROOT -type f -name 'demo*.pl' -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlartistic > Artistic - %check make test @@ -48,11 +45,14 @@ %files %defattr(-,root,root,-) -%doc Changes README demo*.pl Artistic -%{perl_vendorlib}/Text/ -%{_mandir}/man3/*.3* +%doc Changes README demo*.pl +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.11-6 +- Minor spec cleanup to more closely resemble current cpanspec output. + * Mon Sep 05 2005 Steven Pritchard 0.11-5 - Minor spec cleanup. - Add Artistic. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:39:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 17:39:35 -0700 Subject: rpms/perl-Text-Levenshtein/devel perl-Text-Levenshtein.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608290039.k7T0db2L003227@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Levenshtein/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3208 Modified Files: perl-Text-Levenshtein.spec Removed Files: needs.rebuild Log Message: Improve Summary, description, and Source0 URL. Fix find option ordering. Don't generate license files. Index: perl-Text-Levenshtein.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/perl-Text-Levenshtein.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Levenshtein.spec 26 Jan 2006 21:13:52 -0000 1.1 +++ perl-Text-Levenshtein.spec 29 Aug 2006 00:39:35 -0000 1.2 @@ -1,18 +1,22 @@ Name: perl-Text-Levenshtein Version: 0.05 -Release: 2%{?dist} -Summary: Text::Levenshtein Perl module +Release: 3%{?dist} +Summary: Implementation of the Levenshtein edit distance License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Levenshtein/ -Source0: http://www.cpan.org/modules/by-module/Text/Text-Levenshtein-0.05.tar.gz +Source0: http://www.cpan.org/authors/id/J/JG/JGOLDBERG/Text-Levenshtein-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Text::Levenshtein is an implementation of the Levenshtein edit -distance in Perl. +This module implements the Levenshtein edit distance. The Levenshtein edit +distance is a measure of the degree of proximity between two strings. This +distance is the number of substitutions, deletions or insertions ("edits") +needed to transform one string into the other one (and vice versa). When +two strings have distance 0, they are the same. A good point to start is: + %prep %setup -q -n Text-Levenshtein-%{version} @@ -27,13 +31,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -42,11 +43,16 @@ %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.05-3 +- Improve Summary, description, and Source0 URL. +- Fix find option ordering. +- Don't generate license files. + * Fri Sep 16 2005 Steven Pritchard 0.05-2 - Remove core module Test::More dependency. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:42:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 17:42:22 -0700 Subject: rpms/itk/devel itk.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290042.k7T0gOd0004178@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/itk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4161 Modified Files: itk.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: itk.spec =================================================================== RCS file: /cvs/extras/rpms/itk/devel/itk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itk.spec 1 Jun 2006 18:31:10 -0000 1.2 +++ itk.spec 29 Aug 2006 00:42:22 -0000 1.3 @@ -1,6 +1,6 @@ Name: itk Version: 3.3 -Release: 0.3.RC1%{?dist} +Release: 0.4.RC1%{?dist} Summary: Object oriented extensions to Tk Group: Development/Libraries @@ -57,6 +57,9 @@ %doc %changelog +* Mon Aug 28 2006 Wart - 3.3-0.4.RC1 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.3-0.3.RC1 - Fixed Requires: for -devel subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:44:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:44:29 -0700 Subject: rpms/byzanz/devel byzanz.spec,1.10,1.11 Message-ID: <200608290044.k7T0iV2g004248@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4231 Modified Files: byzanz.spec Log Message: Bump release and rebuild. Index: byzanz.spec =================================================================== RCS file: /cvs/extras/rpms/byzanz/devel/byzanz.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- byzanz.spec 14 Jun 2006 20:59:34 -0000 1.10 +++ byzanz.spec 29 Aug 2006 00:44:29 -0000 1.11 @@ -1,7 +1,7 @@ Summary: A desktop recorder Name: byzanz Version: 0.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.freedesktop.org/~company/byzanz/ @@ -89,6 +89,9 @@ %{_mandir}/man1/byzanz-record.1* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-3 +- Bump release and rebuild. + * Wed Jun 14 2006 Jeffrey C. Ollie - 0.1.1-2 - Add gettext-devel BR From fedora-extras-commits at redhat.com Tue Aug 29 00:45:21 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:45:21 -0700 Subject: rpms/byzanz/devel needs.rebuild,1.1,NONE Message-ID: <200608290045.k7T0jN82004319@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4304 Removed Files: needs.rebuild Log Message: Remove needs.rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:46:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:46:57 -0700 Subject: rpms/ejabberd/devel ejabberd.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290046.k7T0kxpQ004352@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/ejabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4335 Modified Files: ejabberd.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: ejabberd.spec =================================================================== RCS file: /cvs/extras/rpms/ejabberd/devel/ejabberd.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ejabberd.spec 3 Jul 2006 14:59:29 -0000 1.3 +++ ejabberd.spec 29 Aug 2006 00:46:57 -0000 1.4 @@ -1,6 +1,6 @@ Name: ejabberd Version: 1.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A distributed, fault-tolerant Jabber/XMPP server Group: Applications/Internet @@ -150,6 +150,9 @@ %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.1.1-10 +- Bump release and rebuild. + * Mon Jul 3 2006 Jeffrey C. Ollie - 1.1.1-9 - Updated init script - should hopefully fix some problems with status & stop commands. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:49:56 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:49:56 -0700 Subject: rpms/iksemel/devel iksemel.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290049.k7T0nwaN004429@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4412 Modified Files: iksemel.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/devel/iksemel.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- iksemel.spec 3 Aug 2006 00:52:36 -0000 1.2 +++ iksemel.spec 29 Aug 2006 00:49:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 6%{?dist} +Release: 10%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.2-10 +- Bump release and rebuild. + * Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 - Temporarily disable make check until problems with it can be figured out. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:52:35 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:52:35 -0700 Subject: rpms/jthread/devel jthread.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290052.k7T0qbOD004503@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4486 Modified Files: jthread.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/jthread.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jthread.spec 6 Aug 2006 04:48:07 -0000 1.3 +++ jthread.spec 29 Aug 2006 00:52:35 -0000 1.4 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/jthread.pc %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.2.1-2 +- Bump release and rebuild. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 - Update to 1.2.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:55:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:55:19 -0700 Subject: rpms/byzanz/devel byzanz.spec,1.11,1.12 Message-ID: <200608290055.k7T0tLrR004566@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4549 Modified Files: byzanz.spec Log Message: BR perl(XML::Parser) Index: byzanz.spec =================================================================== RCS file: /cvs/extras/rpms/byzanz/devel/byzanz.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- byzanz.spec 29 Aug 2006 00:44:29 -0000 1.11 +++ byzanz.spec 29 Aug 2006 00:55:19 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A desktop recorder Name: byzanz Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.freedesktop.org/~company/byzanz/ @@ -15,6 +15,7 @@ BuildRequires: gnome-vfs2-devel >= 2.12.0 BuildRequires: libgnomeui-devel >= 2.12.0 BuildRequires: gettext-devel +BuildRequires: perl(XML::Parser) Requires(pre): GConf2 Requires(post): GConf2 @@ -89,6 +90,9 @@ %{_mandir}/man1/byzanz-record.1* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-4 +- BR perl(XML::Parser) + * Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-3 - Bump release and rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 00:56:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 17:56:00 -0700 Subject: rpms/tile/devel tile.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290056.k7T0u2bR004645@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4623 Modified Files: tile.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tile.spec =================================================================== RCS file: /cvs/extras/rpms/tile/devel/tile.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tile.spec 1 Jun 2006 20:21:14 -0000 1.2 +++ tile.spec 29 Aug 2006 00:56:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: tile Version: 0.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Modernized widgets for Tk Group: Development/Libraries @@ -67,6 +67,9 @@ %{_libdir}/*.a %changelog +* Mon Aug 28 2006 Wart - 0.7.2-5 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 0.7.2-4 - Fixed Requires: for -devel subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:57:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:57:54 -0700 Subject: rpms/libeXosip2/devel libeXosip2.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608290057.k7T0vuRl004721@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libeXosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4704 Modified Files: libeXosip2.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libeXosip2.spec =================================================================== RCS file: /cvs/extras/rpms/libeXosip2/devel/libeXosip2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libeXosip2.spec 6 Jun 2006 03:33:01 -0000 1.8 +++ libeXosip2.spec 29 Aug 2006 00:57:54 -0000 1.9 @@ -2,7 +2,7 @@ Summary: A library that hides the complexity of using the SIP protocol Name: libeXosip2 Version: 2.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://savannah.nongnu.org/projects/eXosip @@ -70,7 +70,10 @@ %{_mandir}/man3/*.3* %changelog -* Mon Jun 5 2006 Jeffrey C. Ollie - 2.2.3 +* Mon Aug 28 2006 Jeffrey C. Ollie - 2.2.3-3 +- Bump release and rebuild. + +* Mon Jun 5 2006 Jeffrey C. Ollie - 2.2.3-2 - Add BR for doxygen. * Mon May 29 2006 Jeffrey C. Ollie - 2.2.3-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 01:05:36 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 18:05:36 -0700 Subject: rpms/perl-Text-Diff/devel perl-Text-Diff.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608290105.k7T15cX8007529@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Diff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7512 Modified Files: perl-Text-Diff.spec Removed Files: needs.rebuild Log Message: Improve Summary, description, and Source0 URL. Fix find option ordering. Don't generate license texts. Index: perl-Text-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/perl-Text-Diff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Diff.spec 6 Jan 2006 21:24:01 -0000 1.1 +++ perl-Text-Diff.spec 29 Aug 2006 01:05:36 -0000 1.2 @@ -1,18 +1,22 @@ Name: perl-Text-Diff Version: 0.35 -Release: 2%{?dist} -Summary: Text::Diff Perl module +Release: 3%{?dist} +Summary: Perform diffs on files and record sets License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff/ -Source0: http://www.cpan.org/modules/by-module/Text/Text-Diff-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RB/RBS/Text-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Text::Diff - Perform diffs on files and record sets. +Text::Diff provides a basic set of services akin to the GNU diff utility. +It is not anywhere near as feature complete as GNU diff, but it is better +integrated with Perl and available on all platforms. It is often faster +than shelling out to a system's diff executable for small files, and +generally slower on larger files. %prep %setup -q -n Text-Diff-%{version} @@ -27,13 +31,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -42,11 +43,16 @@ %files %defattr(-,root,root,-) -%doc Changes COPYING Artistic +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.35-3 +- Improve Summary, description, and Source0 URL. +- Fix find option ordering. +- Don't generate license texts. + * Fri Sep 16 2005 Steven Pritchard 0.35-2 - Minor spec cleanup. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 01:08:43 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Mon, 28 Aug 2006 18:08:43 -0700 Subject: rpms/gcin/FC-5 gcin.spec,1.1,1.2 Message-ID: <200608290108.k7T18jJk007644@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7615 Modified Files: gcin.spec Log Message: rename config file gcin.conf to gcin for FC5 Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin.spec 24 Aug 2006 07:54:11 -0000 1.1 +++ gcin.spec 29 Aug 2006 01:08:42 -0000 1.2 @@ -1,6 +1,6 @@ Name: gcin Version: 1.2.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin.conf +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin rm -f $RPM_BUILD_ROOT/%{_datadir}/control-center-2.0/capplets/gcin-setup.desktop rm -f $RPM_BUILD_ROOT/%{_includedir}/gcin-im-client.h desktop-file-install \ @@ -67,7 +67,7 @@ /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : - %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/gcin.conf 40 + %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 %postun @@ -78,14 +78,14 @@ %preun if [ $1 -eq 0 ]; then - %{_sbindir}/alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf >/dev/null 2>&1 || : + %{_sbindir}/alternatives --remove xinput-zh_TW %{_sysconfdir}/X11/xinit/xinput.d/gcin >/dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %doc README COPYING Changelog -%config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf +%config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin %{_bindir}/gcin %{_bindir}/gcin-setup %{_bindir}/gcin2tab @@ -100,9 +100,7 @@ %{_datadir}/applications/fedora-gcin-setup.desktop %{_datadir}/gcin/ %{_datadir}/icons/gcin/ -%{_datadir}/icons/gcin.png -%{_datadir}/icons/gcin-tray.png -%{_datadir}/icons/gcin-tray-sim.png +%{_datadir}/icons/gcin*.png %{_mandir}/*/* %{_libdir}/menu/gcin* %{_libdir}/gtk-2.0/immodules/im-gcin.so @@ -111,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-13 +- rename config file gcin.conf to gcin for FC5 + * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-12 - modify spec file only for fc5 and later (branch the spec file) From fedora-extras-commits at redhat.com Tue Aug 29 01:40:24 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Mon, 28 Aug 2006 18:40:24 -0700 Subject: rpms/gcin/FC-5 gcin.spec,1.2,1.3 Message-ID: <200608290140.k7T1eR6H007849@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7828 Modified Files: gcin.spec Log Message: fix post scriptlet error for /usr/sbin/alternatives --install Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcin.spec 29 Aug 2006 01:08:42 -0000 1.2 +++ gcin.spec 29 Aug 2006 01:40:24 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcin Version: 1.2.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -67,7 +67,7 @@ /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : - %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 +%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinput.d/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 %postun @@ -109,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-14 +- fix post scriptlet error for /usr/sbin/alternatives --install + * Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-13 - rename config file gcin.conf to gcin for FC5 From fedora-extras-commits at redhat.com Tue Aug 29 01:47:47 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 28 Aug 2006 18:47:47 -0700 Subject: rpms/php-shout/devel Makefile,1.2,1.3 Message-ID: <200608290147.k7T1ln6O007927@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7910 Modified Files: Makefile Log Message: Remove MOCKARGS declaration Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 28 Aug 2006 04:46:57 -0000 1.2 +++ Makefile 29 Aug 2006 01:47:47 -0000 1.3 @@ -2,7 +2,6 @@ # $Id$ NAME := php-shout SPECFILE = $(firstword $(wildcard *.spec)) -MOCKARGS = --autocache define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done From fedora-extras-commits at redhat.com Tue Aug 29 02:05:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:05:02 -0700 Subject: rpms/libresample/devel libresample.spec,1.2,1.3 Message-ID: <200608290205.k7T254J9010632@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10615 Modified Files: libresample.spec Log Message: Bump release and rebuild. Index: libresample.spec =================================================================== RCS file: /cvs/extras/rpms/libresample/devel/libresample.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libresample.spec 16 Feb 2006 06:07:38 -0000 1.2 +++ libresample.spec 29 Aug 2006 02:05:02 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A real-time library for audio sampling rate conversion Name: libresample Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries URL: http://ccrma-www.stanford.edu/~jos/resample/Free_Resampling_Software.html @@ -67,6 +67,9 @@ %{_libdir}/libresample.a %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.3-3 +- Bump release and rebuild. + * Thu Feb 16 2006 Jeffrey C. Ollie - 0.1.3-2 - Expanded %%description. - Add %%{?dist} to release. From fedora-extras-commits at redhat.com Tue Aug 29 02:06:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:06:50 -0700 Subject: rpms/libresample/devel needs.rebuild,1.1,NONE Message-ID: <200608290206.k7T26qmo010719@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10701 Removed Files: needs.rebuild Log Message: Remove rebuild flag file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:06:52 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:06:52 -0700 Subject: rpms/iwidgets/devel iwidgets.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608290207.k7T27OOB010739@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/iwidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10689 Modified Files: iwidgets.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: iwidgets.spec =================================================================== RCS file: /cvs/extras/rpms/iwidgets/devel/iwidgets.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iwidgets.spec 22 Feb 2006 17:46:57 -0000 1.1 +++ iwidgets.spec 29 Aug 2006 02:06:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: iwidgets Version: 4.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A set of useful widgets based on itcl and itk Group: Development/Libraries @@ -70,6 +70,9 @@ %doc README license.terms doc/iwidgets.ps %changelog +* Mon Aug 28 2006 Wart - 4.0.1-4 +- Rebuild for Fedora Extras + * Fri Dec 29 2005 Wart - 4.0.1-3 - Updated source url - Change Requires: based on bz #174265 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:08:23 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:08:23 -0700 Subject: rpms/pyicq-t/devel needs.rebuild,1.1,NONE Message-ID: <200608290208.k7T28P29010823@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10808 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:09:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:09:07 -0700 Subject: rpms/python-dns/devel needs.rebuild,1.1,NONE Message-ID: <200608290209.k7T299XP010854@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10839 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:10:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:10:19 -0700 Subject: rpms/python-musicbrainz2/devel needs.rebuild,1.1,NONE Message-ID: <200608290210.k7T2ALSU010885@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10870 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:11:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:11:47 -0700 Subject: rpms/python-xmpp/devel needs.rebuild,1.1,NONE Message-ID: <200608290211.k7T2Bnl6010933@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10918 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:12:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:12:40 -0700 Subject: rpms/tcldom/devel tcldom.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608290212.k7T2Cgek010961@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tcldom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10944 Modified Files: tcldom.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tcldom.spec =================================================================== RCS file: /cvs/extras/rpms/tcldom/devel/tcldom.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tcldom.spec 1 Jun 2006 18:58:08 -0000 1.4 +++ tcldom.spec 29 Aug 2006 02:12:40 -0000 1.5 @@ -1,7 +1,7 @@ Summary: TclDOM is a package that provides a DOM binding for the Tcl scripting language Name: tcldom Version: 3.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Development/Libraries URL: http://tclxml.sourceforge.net/ @@ -78,6 +78,9 @@ %{_libdir}/%{name}_libxml2%{version}/*.a %changelog +* Mon Aug 28 2006 Wart - 3.1-6 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.1-5 - Fixed Requires: for subpackages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:13:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:13:14 -0700 Subject: rpms/radiusclient-ng/devel needs.rebuild,1.1,NONE Message-ID: <200608290213.k7T2DGLL011032@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/radiusclient-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11017 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:15:05 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:15:05 -0700 Subject: rpms/radiusclient-ng/devel radiusclient-ng.spec,1.1,1.2 Message-ID: <200608290215.k7T2F7cQ011097@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/radiusclient-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11078 Modified Files: radiusclient-ng.spec Log Message: Oops, yes we do need to rebuild. Index: radiusclient-ng.spec =================================================================== RCS file: /cvs/extras/rpms/radiusclient-ng/devel/radiusclient-ng.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- radiusclient-ng.spec 11 Jul 2006 18:57:31 -0000 1.1 +++ radiusclient-ng.spec 29 Aug 2006 02:15:04 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RADIUS protocol client library Name: radiusclient-ng Version: 0.5.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Applications/Internet URL: http://developer.berlios.de/projects/radiusclient-ng/ @@ -100,7 +100,10 @@ %{_sbindir}/radstatus %changelog -* Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2 +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.5.2-4 +- Bump release and rebuild. + +* Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2-3 - Own /etc/radiusclient-ng * Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2-2 From fedora-extras-commits at redhat.com Tue Aug 29 02:39:55 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:39:55 -0700 Subject: rpms/tclsoap/devel tclsoap.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608290239.k7T2dv15011252@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tclsoap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11235 Modified Files: tclsoap.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tclsoap.spec =================================================================== RCS file: /cvs/extras/rpms/tclsoap/devel/tclsoap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tclsoap.spec 29 Jan 2006 03:31:51 -0000 1.1 +++ tclsoap.spec 29 Aug 2006 02:39:55 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Tcl commands for SOAP remote procedure calls Name: tclsoap Version: 1.6.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://tclsoap.sourceforge.net/ Group: Development/Libraries @@ -41,5 +41,8 @@ %doc doc/* %changelog +* Mon Aug 28 2006 Wart - 1.6.7-2 +- Rebuild for Fedora Extras + * Sat Dec 10 2005 Wart - 1.6.7-1 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:50:19 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:50:19 -0700 Subject: rpms/rogue/devel rogue.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608290250.k7T2oLCO011341@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/rogue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11324 Modified Files: rogue.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: rogue.spec =================================================================== RCS file: /cvs/extras/rpms/rogue/devel/rogue.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rogue.spec 16 May 2006 18:30:55 -0000 1.6 +++ rogue.spec 29 Aug 2006 02:50:19 -0000 1.7 @@ -1,6 +1,6 @@ Name: rogue Version: 5.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: The original graphical adventure game Group: Amusements/Games @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Wart 5.4.2-7 +- Rebuild for Fedora Extras + * Tue May 16 2006 Wart 5.4.2-6 - Added empty initial scoreboard file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:52:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:52:00 -0700 Subject: rpms/ularn/devel ularn.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290252.k7T2q20a011412@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/ularn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11395 Modified Files: ularn.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: ularn.spec =================================================================== RCS file: /cvs/extras/rpms/ularn/devel/ularn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ularn.spec 16 Apr 2006 04:25:53 -0000 1.3 +++ ularn.spec 29 Aug 2006 02:52:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Wart 1.5p4-6 +- Rebuild for Fedora Extras + * Sat Apr 15 2006 Wart 1.5p4-5 - Update setgid patch to prevent closing the scoreboard file after writing it. This file might get written multiple times during the game. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:04:13 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:13 -0700 Subject: kadischi kadischi.spec,1.34,1.35 Message-ID: <200608290304.k7T34kfS014183@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi Modified Files: kadischi.spec Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- kadischi.spec 21 Aug 2006 02:10:25 -0000 1.34 +++ kadischi.spec 29 Aug 2006 03:04:11 -0000 1.35 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 3.0 +Version: 3.1 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Mon Aug 28 2006 3.1-1.20060820cvs +- Implement hybrid nash/busybox initramfs rather than use Ext2 initrd + + * Sun Aug 20 2006 3.0-1.20060820cvs - Added user BURN and VERIFY dialogs for created LiveCD or DVD From fedora-extras-commits at redhat.com Tue Aug 29 03:04:15 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:15 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.24,1.25 Message-ID: <200608290304.k7T34kao014181@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- livecd-mkinitrd.sh 24 Aug 2006 07:37:24 -0000 1.24 +++ livecd-mkinitrd.sh 29 Aug 2006 03:04:13 -0000 1.25 @@ -2,26 +2,22 @@ # livecd-mkinitrd.sh # -# based on diskless-mkinitrd from readonly-root package -# -# diskless-mkinitrd is based heavily on mkinitrd and updateDiskless from system-config-boot +# based on mkinitrd from Fedora Core 5 # set -x PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH export PATH -# VERSION=0.6 # diskless-mkinitrd version +# VERSION=0.1 VERSION=0.1 +# Always compress compress=1 rootdir="" imagedir="/boot/isolinux/" image="initrd.img" -imagesmp="initrd.smp.img" kernel="" -is_up_kernel="" -is_smp_kernel="" force="" verbose="" basedir="" @@ -29,10 +25,11 @@ IMAGESIZE=10000 + . /etc/kadischi/kadischi.conf usage () { - echo "usage: `basename $0` [--version] [-v] [-f] [--nocompress]" >&2 + echo "usage: `basename $0` [--version] [-v]" >&2 echo " " >&2 echo " (ex: `basename $0` /tmp/system 2.6.11-1.1369_FC4)" >&2 exit 1 @@ -41,7 +38,7 @@ findmodules() { cd $rootdir/lib/modules/$kernel for dir in $@; do - /usr/bin/find kernel/$dir -name *.ko -o -name *.o -o -name *.o.gz + /usr/bin/find kernel/$dir -name *.ko -o -name *.o -o -name *.o.gz done } @@ -49,21 +46,21 @@ if [ "$#" != "1" ];then echo "usage: instmodule " return - fi + fi src=$rootdir/lib/modules/$kernel/$1 dest=$MNTIMAGE/lib/modules/$kernel/$1 dir=$(dirname $dest) if [ ! -d $dir ]; then - /bin/mkdir -p $dir + /bin/mkdir -p $dir fi if [ -x /usr/bin/strip ]; then - /usr/bin/strip -g $verbose $src -o $dest + /usr/bin/strip -g $verbose $src -o $dest else - [ -n "$verbose" ] && echo "$src -> $dest" - cp -a $src $dest + [ -n "$verbose" ] && echo "$src -> $dest" + cp -a $src $dest fi } @@ -71,98 +68,42 @@ if [ "$#" != "2" ];then echo "usage: inst " return - fi + fi [ -n "$verbose" ] && echo "$1 -> $2" cp $1 $2 } while [ $# -gt 0 ]; do case $1 in - --version) - echo "mkinitrd: version $VERSION" - exit 0 - ;; - - -v) - verbose=-v - ;; - - --nocompress) - compress="" - ;; - - --force) - force=1 - ;; - -# --image-version) -# img_vers=yes -# ;; -# -# --live-cd) -# live_cd=yes -# ;; - - *) - if [ -z "$rootdir" ]; then - rootdir=$1 - elif [ -z "$kernel" ]; then - kernel=$1 - else - usage - fi - ;; + --version) + echo "mkinitrd: version $VERSION" + exit 0 + ;; + + -v) + verbose=-v + ;; + *) + if [ -z "$rootdir" ]; then + rootdir=$1 + elif [ -z "$kernel" ]; then + kernel=$1 + else + usage + fi + ;; esac shift done -is_smp_kernel() { - echo "$kernel" | /bin/grep smp >/dev/null 2>&1 - if [ "$?" -eq "0" ]; then - is_smp_kernel="yes" - elif [ "$?" -ne "0" ]; then - is_smp_kernel="no" - fi -} - -is_up_kernel() { - echo "$kernel" | /bin/grep -v smp >/dev/null 2>&1 - if [ "$?" -eq "0" ]; then - is_up_kernel="yes" - elif [ "$?" -ne "0" ]; then - is_up_kernel="no" - fi -} - -is_smp_kernel -is_up_kernel - -if [ "$is_smp_kernel" == "yes" ] && [ "$is_up_kernel" == "no" ]; then - image="initrd.smp.img" -else - if [ "$is_smp_kernel" == "no" ] && [ "$is_up_kernel" == "yes" ]; then - image="initrd.img" - fi -fi - if [ -z "$rootdir" -o -z "$kernel" ]; then usage fi -#if [ -n "$img_vers" ]; then -# target="$target-$kernel" -#fi - -if [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ "$is_smp_kernel" == "yes" ]; then - echo "$rootdir/$imagedir/$image already exists. Must be 2 kernels.. continuing" >&2 -elif [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ "$is_smp_kernel" == "no" ]; then - echo "$rootdir/$imagedir/$image already exists." >&2 - exit 1 -elif [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ -z "$force" -a -f $rootdir/$imagedir/$imagesmp ]; then - echo "$rootdir/$imagedir/$image and $imagesmp already exists." >&2 - exit 1 -fi + + + if [ ! -d $rootdir/$imagedir ]; then /bin/mkdir $rootdir/$imagedir @@ -182,6 +123,7 @@ exit 1 fi + # find a temporary directory which doesn't use tmpfs TMPDIR="$rootdir/.." # ************************************************ @@ -195,6 +137,7 @@ MNTPOINT=`/bin/mktemp -d ${TMPDIR}/initrd.mnt.XXXXXX` RCFILE=$MNTIMAGE/linuxrc + if [ -z "$MNTIMAGE" -o -z "$IMAGE" -o -z "$MNTPOINT" ]; then echo "Error creating temporaries. Try again" >&2 exit 1 @@ -209,6 +152,8 @@ /bin/mknod /dev/loop$i b 7 $i fi done + + echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 @@ -226,6 +171,7 @@ /sbin/losetup ${LODEV} $IMAGE || exit 1 + # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 @@ -235,6 +181,8 @@ else echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null fi + + /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then @@ -243,8 +191,8 @@ /bin/mkdir -p $MNTPOINT /bin/mount -t ext2 $LODEV $MNTPOINT || { - echo "Can't get a loopback device" - exit 1 + echo "Can't get a loopback device" + exit 1 } /bin/mkdir -p $MNTIMAGE/lib @@ -253,6 +201,7 @@ /bin/mkdir -p $MNTIMAGE/bin /bin/mkdir -p $MNTIMAGE/etc /bin/mkdir -p $MNTIMAGE/etc/modprobe.d +/bin/mkdir -p $MNTIMAGE/etc/makedev.d /bin/mkdir -p $MNTIMAGE/dev /bin/mkdir -p $MNTIMAGE/proc /bin/mkdir -p $MNTIMAGE/sys @@ -262,10 +211,12 @@ /bin/mkdir -p $MNTIMAGE/usr/lib /bin/mkdir -p $MNTIMAGE/var/lib/nfs/rpc_pipefs /bin/mkdir -p $MNTIMAGE/mnt/source +/bin/mkdir -p $MNTIMAGE/dev/mapper /bin/ln -s bin $MNTIMAGE/sbin # We don't need this directory, so let's save space # /bin/rm -rf $MNTPOINT/lost+found +cp $rootdir/etc/makedev.d/* $MNTIMAGE/etc/makedev.d inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" @@ -275,7 +226,7 @@ if [ -f $rootdir/lib/tls/libc.so.6 ]; then inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" else - inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" fi if [ -f $rootdir/lib/tls/libm.so.6 ]; then @@ -289,10 +240,10 @@ inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" fi +# Install NASH +inst /sbin/nash "$MNTIMAGE/bin/nash" +# Install busybox inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" -for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt reboot rm clear; do - /bin/ln -s busybox "$MNTIMAGE/bin/$i" -done inst $LIBEXECDIR/kadischi/find-live-cd "$MNTIMAGE/bin/find-live-cd" inst $LIBEXECDIR/kadischi/eject-live-cd "$MNTIMAGE/bin/eject-live-cd" @@ -315,17 +266,19 @@ fi inst $rootdir/lib/modules/$kernel/modules.dep "$MNTIMAGE/lib/modules/$kernel/modules.dep" -MODULES=$(findmodules drivers/parport drivers/block/loop.ko fs/squashfs drivers/cdrom/cdrom.ko drivers/ide/ide-cd.ko) +MODULES=$(findmodules drivers/parport drivers/block/loop.ko fs/jbd/jbd.ko fs/ext3/ext3.ko fs/squashfs drivers/cdrom/cdrom.ko drivers/ide/ide-cd.ko drivers/md/dm-mirror.ko drivers/md/dm-zero.ko drivers/md/dm-mod.ko drivers/md/dm-snapshot.ko) for MODULE in $MODULES; do instmodule $MODULE done -# mknod'ing the devices instead of copying them works both with and -# without devfs... + /bin/mknod $MNTIMAGE/dev/console c 5 1 /bin/mknod $MNTIMAGE/dev/null c 1 3 /bin/mknod $MNTIMAGE/dev/ram b 1 1 /bin/mknod $MNTIMAGE/dev/systty c 4 0 +/bin/mknod $MNTIMAGE/dev/zero c 1 5 +/bin/mknod $MNTIMAGE/dev/ptmx c 5 2 +/bin/mknod $MNTIMAGE/dev/initctl p for i in 1 2 3 4; do /bin/mknod $MNTIMAGE/dev/tty$i c 4 $i done @@ -335,25 +288,14 @@ inst $INSTALLDIR/initrd/livecd-linuxrc "$MNTIMAGE/linuxrc" -(cd $MNTIMAGE; /bin/tar cf - .) | (cd $MNTPOINT; /bin/tar xf -) || exit 1 - -/bin/umount $MNTPOINT -/sbin/losetup -d $LODEV - +(cd $MNTIMAGE; ln -s linuxrc init) +(cd $MNTIMAGE; find . | sed -e 's|./||' >files.list && cpio -c -o initrd.cpio) if [ "$compress" == "1" ]; then - if [ "$is_smp_kernel" == "yes" ]; then - /bin/gzip -9 < $IMAGE > $rootdir/$imagedir/initrd.smp.img || rc=1 - elif [ "$is_up_kernel" == "yes" ]; then - /bin/gzip -9 < $IMAGE > $rootdir/$imagedir/$image || rc=1 - fi -else - if [ "$is_smp_kernel" == "yes" ]; then - /bin/cp -a $IMAGE $rootdir/$imagedir/initrd.smp.img || rc=1 - elif [ "$is_up_kernel" == "yes" ]; then - /bin/cp -a $IMAGE $rootdir/$imagedir/$image || rc=1 - fi + (cd $MNTIMAGE; /bin/gzip -9 < initrd.cpio > $rootdir/$imagedir/initrd.img || rc=1) fi +/bin/umount $MNTPOINT +/sbin/losetup -d $LODEV /bin/rm -rf $MNTIMAGE $MNTPOINT $IMAGE echo "[kadischi]: $kernel initrd made successfully!" From fedora-extras-commits at redhat.com Tue Aug 29 03:04:14 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:14 -0700 Subject: kadischi/linuxrc livecd-linuxrc,1.4,1.5 Message-ID: <200608290304.k7T34kO0014182@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/linuxrc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi/linuxrc Modified Files: livecd-linuxrc Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: livecd-linuxrc =================================================================== RCS file: /cvs/devel/kadischi/linuxrc/livecd-linuxrc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- livecd-linuxrc 11 Apr 2006 08:26:16 -0000 1.4 +++ livecd-linuxrc 29 Aug 2006 03:04:12 -0000 1.5 @@ -1,53 +1,93 @@ -#!/bin/ash +#!/bin/nash -#set -x -if [ "${INITRD_DBG}" = "x" ]; then set -x; fi - -echo Mounted proc filesystem mount -t proc /proc /proc +echo Mounting proc filesystem echo Mounting sysfs filesystem -mount -t sysfs none /sys -mount -t tmpfs none /tmp - -cd / - -find-live-cd /cdrom +mount -t sysfs /sys /sys +echo Creating /dev +mount -o mode=0755 -t tmpfs /dev /dev +mkdir /dev/pts +mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts +mkdir /dev/shm +#mkdir /dev/mapper +echo Creating initial device nodes +mknod /dev/null c 1 3 +mknod /dev/zero c 1 5 +mknod /dev/systty c 4 0 +mknod /dev/tty c 5 0 +mknod /dev/console c 5 1 +mknod /dev/ptmx c 5 2 +mknod /dev/rtc c 10 135 +mknod /dev/tty0 c 4 0 +mknod /dev/tty1 c 4 1 +mknod /dev/tty2 c 4 2 +mknod /dev/tty3 c 4 3 +mknod /dev/tty4 c 4 4 +mknod /dev/tty5 c 4 5 +mknod /dev/tty6 c 4 6 +mknod /dev/tty7 c 4 7 +mknod /dev/tty8 c 4 8 +mknod /dev/tty9 c 4 9 +mknod /dev/tty10 c 4 10 +mknod /dev/tty11 c 4 11 +mknod /dev/tty12 c 4 12 +mknod /dev/ttyS0 c 4 64 +mknod /dev/ttyS1 c 4 65 +mknod /dev/ttyS2 c 4 66 +mknod /dev/ttyS3 c 4 67 +mknod /dev/loop0 b 7 0 +mknod /dev/loop1 b 7 1 +mknod /dev/loop2 b 7 2 +mknod /dev/loop3 b 7 3 +mknod /dev/loop4 b 7 4 +mknod /dev/loop5 b 7 5 +mknod /dev/loop6 b 7 6 +mknod /dev/loop7 b 7 7 +#mknod /dev/root b 7 1 +echo Setting up hotplug. +hotplug +echo Creating block device nodes. +mkblkdevs +echo "Loading jbd.ko module" +modprobe jbd +echo "Loading ext3.ko module" +modprobe ext3 +echo "Loading dm-mod.ko module" +modprobe dm-mod +echo "Loading dm-mirror.ko module" +modprobe dm-mirror +echo "Loading dm-zero.ko module" +modprobe dm-zero +echo "Loading dm-snapshot.ko module" +modprobe dm-snapshot +echo Making device-mapper control node +mkdmnod +mkblkdevs +echo Scanning logical volumes +lvm vgscan --ignorelockingfailure +echo Activating logical volumes +lvm vgchange -ay --ignorelockingfailure VolGroup00 -# Make kernel don't mount root fs -echo 0x100 > /proc/sys/kernel/real-root-dev -echo "Mounting root filesystem" +# Modprobe and find-live-cd modprobe loop modprobe squashfs -mount -t squashfs -oloop,ro /cdrom/kadischi.sqsh /sysroot - -echo "Doing the pivot_root" -cd /sysroot -pivot_root /sysroot /sysroot/initrd -cd / - -umount /initrd/proc -umount /initrd/sys +find-live-cd /cdrom -# -# FIXME: make this work with udev -# -# Mount a (writeable) ramfs at dev and populate it with nodes: -mount -n -t ramfs initrd_dev /dev +# Make kernel don't mount root fs +echo 0x100 > /proc/sys/kernel/real-root-dev -cd /dev -for node in mem kmem null port zero core full ram ptmx tty pty shm cpu input agpgart dri cdrom console; do - /initrd/sbin/MAKEDEV $node -done -# Mount pseudo-terminal fs at /dev/pts: -mkdir /dev/pts -mount -n -t devpts initrd_devpts /dev/pts +echo "Mounting root filesystem" +/bin/busybox mount -t squashfs -oloop,ro /cdrom/kadischi.sqsh /sysroot +echo Creating root device. +#echo "Doing the pivot_root" +# mount /sysroot +#pivot_root /sysroot /sysroot/initrd +setuproot -# readonly echo "Setting up readonly-root" -/etc/rc.readonly linuxrc - -# rc.readonly will umount both /initrd/tmp and /initrd +/bin/busybox chroot /sysroot /etc/rc.readonly linuxrc +switchroot From fedora-extras-commits at redhat.com Tue Aug 29 03:06:29 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 28 Aug 2006 20:06:29 -0700 Subject: devel/mercurial mercurial.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608290306.k7T36VH7014220@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: mercurial.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 - rebuild Index: mercurial.spec =================================================================== RCS file: /cvs/extras/devel/mercurial/mercurial.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mercurial.spec 25 Jul 2006 18:57:45 -0000 1.11 +++ mercurial.spec 29 Aug 2006 03:06:29 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -44,6 +44,9 @@ %changelog +* Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 +- rebuild + * Tue Jul 25 2006 Jeremy Katz - 0.9.1-1 - update to 0.9.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:14:10 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 28 Aug 2006 20:14:10 -0700 Subject: rpms/seahorse/devel seahorse.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608290314.k7T3EClC014322@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14305 Modified Files: seahorse.spec Removed Files: needs.rebuild Log Message: rebuild Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- seahorse.spec 14 Aug 2006 04:32:01 -0000 1.20 +++ seahorse.spec 29 Aug 2006 03:14:09 -0000 1.21 @@ -1,6 +1,6 @@ Name: seahorse Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL @@ -119,6 +119,9 @@ %changelog +* Mon Aug 28 2006 Seth Vidal +- rebuild + * Sun Aug 13 2006 Seth Vidal - re-enable gedit - update to 0.8.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:32:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 20:32:03 -0700 Subject: rpms/ularn/devel ularn.spec,1.4,1.5 Message-ID: <200608290332.k7T3W5Zw014427@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/ularn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14410 Modified Files: ularn.spec Log Message: Fix bug in BR: Index: ularn.spec =================================================================== RCS file: /cvs/extras/rpms/ularn/devel/ularn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ularn.spec 29 Aug 2006 02:52:00 -0000 1.4 +++ ularn.spec 29 Aug 2006 03:32:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -16,7 +16,7 @@ Patch3: ularn-drop-setgid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses +BuildRequires: ncurses-devel BuildRequires: desktop-file-utils Requires: ncompress @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Wart 1.5p4-7 +- Fixed BR: ncurses -> ncurses-devel + * Mon Aug 28 2006 Wart 1.5p4-6 - Rebuild for Fedora Extras From fedora-extras-commits at redhat.com Tue Aug 29 05:16:37 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 28 Aug 2006 22:16:37 -0700 Subject: mock mock.py,1.53.2.3,1.53.2.4 Message-ID: <200608290516.k7T5GcMi020333@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20315 Modified Files: Tag: mock-0-6-branch mock.py Log Message: explicit import of rpmUtils.transaction to deal with change in rpmUtils imports Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.3 retrieving revision 1.53.2.4 diff -u -r1.53.2.3 -r1.53.2.4 --- mock.py 17 Aug 2006 14:02:04 -0000 1.53.2.3 +++ mock.py 29 Aug 2006 05:16:35 -0000 1.53.2.4 @@ -19,6 +19,7 @@ import os.path import sys import rpmUtils +import rpmUtils.transaction import rpm import glob import shutil From fedora-extras-commits at redhat.com Tue Aug 29 05:22:03 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 28 Aug 2006 22:22:03 -0700 Subject: mock buildsys-build.spec, 1.2.2.5, 1.2.2.6 mock.spec, 1.16.2.6, 1.16.2.7 Message-ID: <200608290522.k7T5M3iu020390@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20370 Modified Files: Tag: mock-0-6-branch buildsys-build.spec mock.spec Log Message: updated revision number Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.5 retrieving revision 1.2.2.6 diff -u -r1.2.2.5 -r1.2.2.6 --- buildsys-build.spec 7 Aug 2006 21:40:45 -0000 1.2.2.5 +++ buildsys-build.spec 29 Aug 2006 05:22:01 -0000 1.2.2.6 @@ -42,6 +42,7 @@ Requires: python %endif %endif +%endif # RHEL block %if "%{?el}" != "" @@ -72,6 +73,20 @@ %endif %endif +# Aurora block +%if "%{?aurora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?aurora}" == "2" +Requires: elfutils +%if "%{?aurora}" == "2" +Requires: python +%endif +%endif +%endif + + %description The base set of packages for a mock chroot. Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.6 retrieving revision 1.16.2.7 diff -u -r1.16.2.6 -r1.16.2.7 --- mock.spec 23 Aug 2006 22:08:23 -0000 1.16.2.6 +++ mock.spec 29 Aug 2006 05:22:01 -0000 1.16.2.7 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Tue Aug 29 2006 Clark Williams - 0.6.2-2 +- bumped revision for bz 204051 + * Wed Aug 23 2006 Clark Williams - 0.6.2-1 - Updated README - Fixed link problem in etc/Makefile From fedora-extras-commits at redhat.com Tue Aug 29 05:39:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:39:32 -0700 Subject: rpms/ghex/devel ghex.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608290539.k7T5dYPd020498@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481 Modified Files: ghex.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ghex.spec 9 Aug 2006 06:10:27 -0000 1.12 +++ ghex.spec 29 Aug 2006 05:39:32 -0000 1.13 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Binary editor for GNOME @@ -110,6 +110,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 +- Rebuild for devel + * Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 - apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:40:16 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:40:16 -0700 Subject: rpms/gweled/devel gweled.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608290540.k7T5eIuv020580@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gweled/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20563 Modified Files: gweled.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: gweled.spec =================================================================== RCS file: /cvs/extras/rpms/gweled/devel/gweled.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gweled.spec 26 Mar 2006 07:57:32 -0000 1.14 +++ gweled.spec 29 Aug 2006 05:40:16 -0000 1.15 @@ -1,6 +1,6 @@ Name: gweled Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Swapping gem game @@ -67,6 +67,9 @@ %{_datadir}/sounds/%{name}/ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 0.7-6 +- Rebuild for devel + * Sun Mar 26 2006 Thorsten Leemhuis - 0.7-5 - Add LDFLAGS="-Wl,--export-dynamic" (thx to Kevin Kofler for the hint) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:41:11 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:41:11 -0700 Subject: rpms/python-crypto/devel python-crypto.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608290541.k7T5fD3G020651@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/python-crypto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20634 Modified Files: python-crypto.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: python-crypto.spec =================================================================== RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-crypto.spec 13 Feb 2006 17:32:08 -0000 1.10 +++ python-crypto.spec 29 Aug 2006 05:41:11 -0000 1.11 @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: Python License (CNRI Python License) Group: Development/Libraries URL: http://www.amk.ca/python/code/crypto.html @@ -76,7 +76,10 @@ %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Tue Aug 29 2006 Thorsten Leemhuis - 2.0.1-3 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 2.0.1-2 - Rebuild for Fedora Extras 5 * Wed Aug 17 2005 Thorsten Leemhuis - 0:2.0.1-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:42:05 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:42:05 -0700 Subject: rpms/tiobench/devel tiobench.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290542.k7T5g7D8020729@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/tiobench/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20712 Modified Files: tiobench.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: tiobench.spec =================================================================== RCS file: /cvs/extras/rpms/tiobench/devel/tiobench.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tiobench.spec 13 Feb 2006 17:32:20 -0000 1.2 +++ tiobench.spec 29 Aug 2006 05:42:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: tiobench Version: 0.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Threaded I/O benchmark Group: Applications/System @@ -48,7 +48,10 @@ %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Tue Aug 29 2006 Thorsten Leemhuis - 0.3.3-4 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 0.3.3-3 - Rebuild for Fedora Extras 5 * Fri Oct 14 2005 Thorsten Leemhuis - 0.3.3-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:43:11 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:43:11 -0700 Subject: rpms/revelation/devel revelation.spec, 1.17, 1.18 needs.rebuild, 1.1, NONE Message-ID: <200608290543.k7T5hDkK020807@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20788 Modified Files: revelation.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- revelation.spec 15 Feb 2006 19:40:16 -0000 1.17 +++ revelation.spec 29 Aug 2006 05:43:10 -0000 1.18 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 @@ -106,6 +106,9 @@ %{_libexecdir}/revelation-applet %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 0.4.7-4 +- Rebuild for Fedora Extras 6 + * Mon Feb 15 2006 Thorsten Leemhuis 0.4.7-3 - BR gnome-python2-desktop now needed --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:50:17 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:50:17 -0700 Subject: rpms/ghex/devel ghex.spec,1.13,1.14 Message-ID: <200608290550.k7T5oJab020897@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20880 Modified Files: ghex.spec Log Message: 2.8.2-4 -- Add BR perl-XML-Parser Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ghex.spec 29 Aug 2006 05:39:32 -0000 1.13 +++ ghex.spec 29 Aug 2006 05:50:17 -0000 1.14 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Binary editor for GNOME @@ -18,6 +18,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -110,6 +111,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-4 +- Add BR perl-XML-Parser + * Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 - Rebuild for devel From fedora-extras-commits at redhat.com Tue Aug 29 05:54:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:54:51 -0700 Subject: rpms/libgda/devel libgda.spec,1.17,1.18 Message-ID: <200608290554.k7T5srvP020967@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20950 Modified Files: libgda.spec Log Message: Correct BRs Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libgda.spec 28 Aug 2006 11:47:21 -0000 1.17 +++ libgda.spec 29 Aug 2006 05:54:51 -0000 1.18 @@ -37,7 +37,7 @@ Version: 1.9.100 Release: 10%{?dist} Epoch: 1 -Source: %{name}-%{version}.tar.bz2 +Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ Group: System Environment/Libraries License: LGPL @@ -46,9 +46,9 @@ BuildRequires: glib2-devel >= 2.0.0 BuildRequires: libxslt-devel >= 1.0.9 BuildRequires: libxml2-devel ncurses-devel sqlite-devel readline-devel -BuildRequires: db4-devel mono-devel gtk-sharp2 gtk-sharp2-gapi gamin-devel -BuildRequires: gtk-doc scrollkeeper groff gettext flex bison -BuildRequires: automake libtool +BuildRequires: db4-devel mono-devel gtk-sharp2-devel gtk-sharp2-gapi +BuildRequires: gamin-devel gtk-doc scrollkeeper groff gettext flex bison +BuildRequires: intltool automake libtool %if %{FREETDS} BuildRequires: freetds-devel From fedora-extras-commits at redhat.com Tue Aug 29 05:56:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:56:03 -0700 Subject: rpms/pingus/devel pingus.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290556.k7T5u5t0021054@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pingus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21037 Modified Files: pingus.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.7.0-0.4.20060721 - FE6 Rebuild Index: pingus.spec =================================================================== RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pingus.spec 13 Aug 2006 11:05:20 -0000 1.2 +++ pingus.spec 29 Aug 2006 05:56:03 -0000 1.3 @@ -1,7 +1,7 @@ %define snapshot_date 20060721 Name: pingus Version: 0.7.0 -Release: 0.3.%{snapshot_date}%{?dist} +Release: 0.4.%{snapshot_date}%{?dist} Summary: Guide the penguins safely home before they drop of the cliff Group: Amusements/Games License: GPL @@ -111,6 +111,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.7.0-0.4.20060721 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 - Rebuild for new ClanLib --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:57:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:57:32 -0700 Subject: rpms/pipenightdreams/devel pipenightdreams.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608290557.k7T5vYZm021120@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pipenightdreams/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21103 Modified Files: pipenightdreams.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.10.0-5 - FE6 Rebuild Index: pipenightdreams.spec =================================================================== RCS file: /cvs/extras/rpms/pipenightdreams/devel/pipenightdreams.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pipenightdreams.spec 10 Jun 2006 12:45:39 -0000 1.4 +++ pipenightdreams.spec 29 Aug 2006 05:57:31 -0000 1.5 @@ -1,6 +1,6 @@ Name: pipenightdreams Version: 0.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Connect the waterpipes to create a proper pipeline Group: Amusements/Games License: GPL @@ -82,6 +82,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.10.0-5 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 0.10.0-4 - Add BuildRequires: flex to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:58:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:58:00 -0700 Subject: rpms/plib/devel plib.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608290558.k7T5w2Iw021190@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/plib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21171 Modified Files: plib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.8.4-7 - FE6 Rebuild Index: plib.spec =================================================================== RCS file: /cvs/extras/rpms/plib/devel/plib.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plib.spec 10 Jun 2006 13:27:40 -0000 1.14 +++ plib.spec 29 Aug 2006 05:58:00 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Set of portable libraries especially useful for games Name: plib Version: 1.8.4 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries URL: http://plib.sourceforge.net/ @@ -104,6 +104,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.8.4-7 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1.8.4-6 - Remove use of conditional BuildReqs dependent on %%fedora, this breaks when people try to rebuild the SRPM and don't have %fedora defined. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:59:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:59:04 -0700 Subject: rpms/rafkill/devel rafkill.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290559.k7T5x6dB021256@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21239 Modified Files: rafkill.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.2.2-2 - FE6 Rebuild Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/rafkill.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rafkill.spec 24 Aug 2006 20:18:43 -0000 1.3 +++ rafkill.spec 29 Aug 2006 05:59:04 -0000 1.4 @@ -1,6 +1,6 @@ Name: rafkill Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games License: GPL @@ -90,6 +90,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.2.2-2 +- FE6 Rebuild + * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:59:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:59:15 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.17,1.18 Message-ID: <200608290559.k7T5xH0d021313@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21293 Modified Files: libgnomedb.spec Log Message: * Tue Aug 29 2006 Hans de Goede 1:1.9.100-10 - Add a few missing (split up) mono BuildRequires - Specfile cleanup Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libgnomedb.spec 28 Aug 2006 14:55:04 -0000 1.17 +++ libgnomedb.spec 29 Aug 2006 05:59:15 -0000 1.18 @@ -1,42 +1,35 @@ -Summary: Library for writing gnome database programs Name: libgnomedb -Version: 1.9.100 -Release: 9%{?dist} Epoch: 1 -Source: %{name}-%{version}.tar.bz2 -URL: http://www.gnome-db.org/ +Version: 1.9.100 +Release: 10%{?dist} +Summary: Library for writing gnome database programs Group: System Environment/Libraries License: LGPL +URL: http://www.gnome-db.org/ +Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 +Patch0: libgnomedb-1.2.0-desktop.patch +Patch1: libgnomedb-1.9.100-sharp.patch +Patch2: libgnomedb-1.9.100-unknown-datatype-fix.patch +Patch3: libgnomedb-1.9.100-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: pkgconfig >= 0.8, libgnomeui-devel >= 1.103.0 -BuildRequires: gtk2-devel >= 1.3.6, libglade2-devel, scrollkeeper -BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} -BuildRequires: libgda-devel >= 1:1.9.99 -BuildRequires: gtk-doc, openssl-devel, gtksourceview-devel, gettext -BuildRequires: mono-devel gtk-sharp2 gtk-sharp2-gapi libgda-sharp -BuildRequires: perl(XML::Parser) - -Patch0: libgnomedb-1.2.0-desktop.patch -Patch1: libgnomedb-1.9.100-sharp.patch -Patch2: libgnomedb-1.9.100-unknown-datatype-fix.patch -Patch3: libgnomedb-1.9.100-64bit.patch +BuildRequires: libgnomeui-devel libgda-devel openssl-devel +BuildRequires: gtksourceview-devel mono-devel gtk-sharp2-devel +BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp +BuildRequires: gtk-doc gettext scrollkeeper perl(XML::Parser) +Requires(pre): GConf2 +Requires(post): GConf2 /sbin/ldconfig +Requires(preun): GConf2 %description libgnomedb is a library that eases the task of writing gnome database programs. + %package devel Summary: Development libraries and header files for libgnomedb. Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: pkgconfig >= 0.8 -Requires: libgnomeui-devel >= 1.103.0 -Requires: libgda-devel >= 1:1.9.99 -Requires: gtk2-devel >= 1.3.6 -Requires: libglade2-devel -Requires(pre): GConf2 -Requires(post): GConf2 /sbin/ldconfig -Requires(preun): GConf2 +Requires: pkgconfig libgnomeui-devel libgda-devel %description devel This package contains the header files and libraries needed to write @@ -67,25 +60,26 @@ %install -rm -rf %{buildroot} -%makeinstall LIBGNOMEDB_DTDDIR=%{buildroot}%{_datadir}/libgnomedb/dtd +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT \ + LIBGNOMEDB_DTDDIR=%{_datadir}/libgnomedb/dtd %find_lang libgnomedb-3 -desktop-file-install --dir %{buildroot}%{_datadir}/applications \ +desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --vendor fedora --add-category X-Fedora --delete-original \ - %{buildroot}%{_datadir}/applications/database-properties.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/database-properties.desktop -#fixup mono / sharp related files install -mkdir -p %{buildroot}/%{_datadir}/gapi-2.0 -install -m 644 gnomedb-sharp/gnomedb-api.xml %{buildroot}/%{_datadir}/gapi-2.0 -mkdir -p %{buildroot}/usr/lib/mono/gnomedb-sharp-2.0 -mv %{buildroot}/%{_libdir}/libgnomedb/gnomedb-sharp.dll* \ - %{buildroot}/usr/lib/mono/gnomedb-sharp-2.0 +# fixup mono / sharp related files install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gapi-2.0 +install -m 644 gnomedb-sharp/gnomedb-api.xml $RPM_BUILD_ROOT/%{_datadir}/gapi-2.0 +mkdir -p $RPM_BUILD_ROOT/usr/lib/mono/gnomedb-sharp-2.0 +mv $RPM_BUILD_ROOT/%{_libdir}/libgnomedb/gnomedb-sharp.dll* \ + $RPM_BUILD_ROOT/usr/lib/mono/gnomedb-sharp-2.0 # remove unpackaged files -rm -f %{buildroot}/%{_libdir}/*.{a,la} -rm -f %{buildroot}/%{_libdir}/libgnomedb/plugins/*.{a,la} -rm -f %{buildroot}/%{_libdir}/libglade/2.0/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/libgnomedb/plugins/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/libglade/2.0/*.{a,la} %pre @@ -123,7 +117,7 @@ %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %files -f libgnomedb-3.lang @@ -140,7 +134,6 @@ %{_libdir}/libglade/2.0/* %config(noreplace) %{_sysconfdir}/gconf/schemas/* - %files devel %defattr(-,root,root) %{_includedir}/libgnomedb-1.9 @@ -149,7 +142,6 @@ %{_datadir}/omf %{_datadir}/gtk-doc/html/libgnomedb - %files sharp %defattr(-,root,root) %{_datadir}/gapi-2.0 @@ -158,6 +150,10 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1:1.9.100-10 +- Add a few missing (split up) mono BuildRequires +- Specfile cleanup + * Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 - FE6 Rebuild From fedora-extras-commits at redhat.com Tue Aug 29 06:02:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:02:53 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.18,1.19 Message-ID: <200608290603.k7T63PPV023994@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23972 Modified Files: libgnomedb.spec Log Message: Fixup BR Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libgnomedb.spec 29 Aug 2006 05:59:15 -0000 1.18 +++ libgnomedb.spec 29 Aug 2006 06:02:52 -0000 1.19 @@ -14,8 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libgnomeui-devel libgda-devel openssl-devel BuildRequires: gtksourceview-devel mono-devel gtk-sharp2-devel -BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp -BuildRequires: gtk-doc gettext scrollkeeper perl(XML::Parser) +BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp gtk-doc +BuildRequires: gettext scrollkeeper perl(XML::Parser) desktop-file-utils Requires(pre): GConf2 Requires(post): GConf2 /sbin/ldconfig Requires(preun): GConf2 From fedora-extras-commits at redhat.com Tue Aug 29 06:03:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:03:38 -0700 Subject: rpms/scorched3d/devel scorched3d.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608290604.k7T64DRE024091@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/scorched3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23998 Modified Files: scorched3d.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 40-2 - FE6 Rebuild Index: scorched3d.spec =================================================================== RCS file: /cvs/extras/rpms/scorched3d/devel/scorched3d.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- scorched3d.spec 17 Jul 2006 07:19:59 -0000 1.16 +++ scorched3d.spec 29 Aug 2006 06:03:35 -0000 1.17 @@ -1,6 +1,6 @@ Name: scorched3d Version: 40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth Group: Amusements/Games License: GPL @@ -104,6 +104,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 40-2 +- FE6 Rebuild + * Sun Jul 15 2006 Hans de Goede 40-1 - New upstream release 40 - Drop many upstreamed patches --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:04:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:04:51 -0700 Subject: rpms/shippy/devel shippy.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290604.k7T64rK8024196@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/shippy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24179 Modified Files: shippy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.3.3.7-4 - FE6 Rebuild Index: shippy.spec =================================================================== RCS file: /cvs/extras/rpms/shippy/devel/shippy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- shippy.spec 6 Jul 2006 18:48:51 -0000 1.3 +++ shippy.spec 29 Aug 2006 06:04:51 -0000 1.4 @@ -1,6 +1,6 @@ Name: shippy Version: 1.3.3.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Space invaders / Galaxians like game with powerups Group: Amusements/Games License: GPL @@ -125,6 +125,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.3.3.7-4 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.3.3.7-3 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:05:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:05:36 -0700 Subject: rpms/sturmbahnfahrer/devel sturmbahnfahrer.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608290605.k7T65cbD024269@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/sturmbahnfahrer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: sturmbahnfahrer.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.2-2 - FE6 Rebuild Index: sturmbahnfahrer.spec =================================================================== RCS file: /cvs/extras/rpms/sturmbahnfahrer/devel/sturmbahnfahrer.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sturmbahnfahrer.spec 31 Jul 2006 19:58:53 -0000 1.3 +++ sturmbahnfahrer.spec 29 Aug 2006 06:05:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: sturmbahnfahrer Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simulated obstacle course for automobiles Group: Amusements/Games License: GPL @@ -73,6 +73,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.2-2 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 1.2-1 - New upstream version 1.2 with customizable keybindings - Drop many hacks from %%install as upstream has improved "make install" --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:05:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:05:41 -0700 Subject: rpms/soundtouch/devel soundtouch.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608290605.k7T65hxE024319@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24275 Modified Files: soundtouch.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.3.1-6 - FE6 Rebuild Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- soundtouch.spec 2 Aug 2006 05:39:04 -0000 1.3 +++ soundtouch.spec 29 Aug 2006 06:05:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: soundtouch Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries @@ -101,6 +101,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.3.1-6 +- FE6 Rebuild + * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:42:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 23:42:42 -0700 Subject: rpms/perl-Config-General/devel perl-Config-General.spec,1.9,1.10 Message-ID: <200608290642.k7T6giXO024691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24674 Modified Files: perl-Config-General.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.31-2 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-Config-General.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Config-General.spec 13 Jan 2006 07:00:58 -0000 1.9 +++ perl-Config-General.spec 29 Aug 2006 06:42:42 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Config-General Version: 2.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generic configuration module for Perl Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -63,6 +63,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.31-2 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Thu Jan 12 2006 Ville Skytt?? - 2.31-1 - 2.31. From fedora-extras-commits at redhat.com Tue Aug 29 06:43:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 23:43:47 -0700 Subject: rpms/perl-String-ShellQuote/devel perl-String-ShellQuote.spec, 1.10, 1.11 Message-ID: <200608290643.k7T6hoi2024762@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24745 Modified Files: perl-String-ShellQuote.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.03-3 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-String-ShellQuote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/perl-String-ShellQuote.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-String-ShellQuote.spec 4 May 2005 13:33:47 -0000 1.10 +++ perl-String-ShellQuote.spec 29 Aug 2006 06:43:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-String-ShellQuote Version: 1.03 -Release: 2 +Release: 3%{?dist} Summary: Perl module for quoting strings for passing through the shell Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -32,11 +32,11 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -54,6 +54,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.03-3 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Wed May 4 2005 Ville Skytt?? - 1.03-2 - 1.03. From fedora-extras-commits at redhat.com Tue Aug 29 08:14:35 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:35 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.14,1.15 Message-ID: <200608290814.k7T8EbYh030522@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/devel Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gdesklets.spec 28 Aug 2006 00:58:14 -0000 1.14 +++ gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.15 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -15,8 +15,8 @@ BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 -#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -89,8 +89,10 @@ %changelog +* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +- Added Perl-XML-Parser for ppc architecture + * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 -- python-abi no longer required - Removed unecessary comment * Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 From fedora-extras-commits at redhat.com Tue Aug 29 08:14:35 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:35 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.16,1.17 Message-ID: <200608290814.k7T8EbYF030518@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/FC-5 Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 28 Aug 2006 00:58:08 -0000 1.16 +++ gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -10,12 +10,13 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 -#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -88,12 +89,14 @@ %changelog -* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 -- python-abi no longer required -- Removed unecessary comment about GConf +* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +- Added Perl-XML-Parser for ppc architecture + +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 +- Removed unecessary comment -* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-8.1 -- Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 +* Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 +- Rebuilt * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Tue Aug 29 08:14:34 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:34 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.11,1.12 Message-ID: <200608290815.k7T8F6ni030525@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/FC-4 Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gdesklets.spec 28 Aug 2006 00:58:07 -0000 1.11 +++ gdesklets.spec 29 Aug 2006 08:14:33 -0000 1.12 @@ -12,7 +12,7 @@ BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils @@ -87,8 +87,10 @@ %changelog -* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-10 -- python-abi no longer required +* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-11 +- Add Perl-XML-Parser to compile on PPC architecture + +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 - Removed unecessary comment about GConf. * Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 From fedora-extras-commits at redhat.com Tue Aug 29 08:22:24 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 01:22:24 -0700 Subject: fedora-security/audit fc5,1.300,1.301 fc6,1.41,1.42 Message-ID: <200608290822.k7T8MOfw030644@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30624 Modified Files: fc5 fc6 Log Message: >From yesterdays fc6 updates and CVE feed Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.300 retrieving revision 1.301 diff -u -r1.300 -r1.301 --- fc5 25 Aug 2006 18:48:57 -0000 1.300 +++ fc5 29 Aug 2006 08:22:22 -0000 1.301 @@ -1,12 +1,15 @@ -Up to date CVE as of CVE email 20060824 -Up to date FC5 as of 20060824 +Up to date CVE as of CVE email 20060828 +Up to date FC5 as of 20060828 ** are items that need attention -CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4433 ** php +CVE-2006-4380 ** mysql +CVE-2006-4333 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4332 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4331 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4330 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4261 VULNERABLE (firefox) @@ -66,6 +69,7 @@ CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3744 backport (ImageMagick) #202193 [since FEDORA-2006-929] CVE-2006-3743 backport (ImageMagick) #202193 [since FEDORA-2006-929] +CVE-2006-3742 backport (kdebase) #201507 [since FEDORA-2006-942] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fc6 28 Aug 2006 15:37:09 -0000 1.41 +++ fc6 29 Aug 2006 08:22:22 -0000 1.42 @@ -1,8 +1,11 @@ -Up to date CVE as of CVE email 20060824 +Up to date CVE as of CVE email 20060828 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4433 ** php +CVE-2006-4380 ** mysql CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] @@ -54,6 +57,7 @@ CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] +CVE-2006-3742 ** (kdebase) fc5#201507 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) From fedora-extras-commits at redhat.com Tue Aug 29 08:49:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 29 Aug 2006 01:49:41 -0700 Subject: rpms/viruskiller/devel viruskiller-1.0-makefile.patch, 1.1, 1.2 viruskiller.spec, 1.10, 1.11 Message-ID: <200608290849.k7T8ni7U031046@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/viruskiller/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31024 Modified Files: viruskiller-1.0-makefile.patch viruskiller.spec Log Message: Add -lz to LIBS in the makefile patch (no longer in SDL libs?). viruskiller-1.0-makefile.patch: Index: viruskiller-1.0-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller-1.0-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- viruskiller-1.0-makefile.patch 6 Mar 2006 17:03:39 -0000 1.1 +++ viruskiller-1.0-makefile.patch 29 Aug 2006 08:49:41 -0000 1.2 @@ -1,7 +1,7 @@ diff -Naupr viruskiller-1.0.orig/makefile viruskiller-1.0/makefile --- viruskiller-1.0.orig/makefile 2005-05-21 19:03:45.000000000 +0200 -+++ viruskiller-1.0/makefile 2006-03-06 17:47:30.000000000 +0100 -@@ -7,18 +7,16 @@ VERSION = 1.0 ++++ viruskiller-1.0/makefile 2006-08-29 10:45:35.000000000 +0200 +@@ -7,19 +7,17 @@ VERSION = 1.0 RELEASE = 1 USEPAK = 1 @@ -21,11 +21,13 @@ -CFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) -CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)manual.html\" -Wall +-LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf +CFLAGS += $(OPTFLAGS) `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) +CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DATADIR)manual.html\" - LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf ++LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz OBJS += CAudio.o + OBJS += CBase.o @@ -77,19 +75,10 @@ install: ./pak data gfx music sound $(PAKNAME) mkdir -p $(BINDIR) Index: viruskiller.spec =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- viruskiller.spec 28 Aug 2006 16:40:14 -0000 1.10 +++ viruskiller.spec 29 Aug 2006 08:49:41 -0000 1.11 @@ -74,6 +74,7 @@ %changelog * Mon Aug 28 2006 Matthias Saou 1.0-2 - FC6 rebuild. +- Add -lz to LIBS in the makefile patch (no longer in SDL libs?). * Mon Mar 6 2006 Matthias Saou 1.0-1 - Update to 1.0-1. From fedora-extras-commits at redhat.com Tue Aug 29 08:56:08 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 01:56:08 -0700 Subject: rpms/mgopen-fonts/devel mgopen-fonts.spec,1.4,1.5 Message-ID: <200608290856.k7T8uA5N031156@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/mgopen-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: mgopen-fonts.spec Log Message: Bump release for FC6 rebuild. Index: mgopen-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/mgopen-fonts/devel/mgopen-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mgopen-fonts.spec 20 Feb 2006 14:14:53 -0000 1.4 +++ mgopen-fonts.spec 29 Aug 2006 08:56:08 -0000 1.5 @@ -4,7 +4,7 @@ Name: mgopen-fonts Version: 0.%{upstream_date} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Truetype greek fonts Group: User Interface/X License: Redistributable, with restrictions @@ -61,6 +61,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis 0.20050515-5 +- Rebuild for FC6. + * Mon Feb 20 2006 Sarantis Paskalis 0.20050515-4 - Rebuild for FC5. From fedora-extras-commits at redhat.com Tue Aug 29 08:56:51 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 01:56:51 -0700 Subject: rpms/lablgl/devel needs.rebuild,1.1,NONE Message-ID: <200608290856.k7T8ur6s031217@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31174 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 08:57:30 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 01:57:30 -0700 Subject: rpms/lablgtk/devel lablgtk.spec,1.15,1.16 Message-ID: <200608290857.k7T8vWUw031245@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31228 Modified Files: lablgtk.spec Log Message: Rebuild for FE6 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- lablgtk.spec 10 May 2006 17:53:15 -0000 1.15 +++ lablgtk.spec 29 Aug 2006 08:57:30 -0000 1.16 @@ -1,6 +1,6 @@ Name: lablgtk Version: 2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Objective Caml interface to gtk+ @@ -95,6 +95,9 @@ %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.6.0-5 +- Rebuild for FE6 + * Wed May 10 2006 Gerard Milmeister - 2.6.0-4 - rebuilt for ocaml 3.09.2 - removed unnecessary ldconfig From fedora-extras-commits at redhat.com Tue Aug 29 08:58:39 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 01:58:39 -0700 Subject: rpms/mgopen-fonts/devel needs.rebuild,1.1,NONE Message-ID: <200608290858.k7T8wfrY031309@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/mgopen-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31294 Removed Files: needs.rebuild Log Message: FC6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:01:10 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:01:10 -0700 Subject: rpms/python-simpy/devel python-simpy.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608290901.k7T91gpY001543@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/python-simpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1195 Modified Files: python-simpy.spec Removed Files: needs.rebuild Log Message: FC6 rebuild. Index: python-simpy.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-simpy.spec 19 Jun 2006 12:10:01 -0000 1.9 +++ python-simpy.spec 29 Aug 2006 09:01:10 -0000 1.10 @@ -3,7 +3,7 @@ Name: python-simpy Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python simulation framework Group: Development/Languages License: LGPL @@ -72,6 +72,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis - 1.7.1-3 +- Bump release for FC6 rebuild. + * Mon Jun 19 2006 Sarantis Paskalis - 1.7.1-2 - SimPy-1.7.1 - Bump release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:04:08 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:04:08 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608290904.k7T94Afc001621@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1604 Modified Files: tetex-font-kerkis.spec Removed Files: needs.rebuild Log Message: FC6 rebuild. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tetex-font-kerkis.spec 20 Feb 2006 14:16:32 -0000 1.12 +++ tetex-font-kerkis.spec 29 Aug 2006 09:04:08 -0000 1.13 @@ -6,7 +6,7 @@ Name: tetex-font-kerkis Version: 2.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Kerkis type 1 fonts for LaTeX Group: Applications/Publishing License: Distributable @@ -88,6 +88,9 @@ %changelog +* Tue Aug 29 2006 +- Bump release for FC6 rebuild. + * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 - Rebuild for FC5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:05:16 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:05:16 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec,1.13,1.14 Message-ID: <200608290905.k7T95ImG001736@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1719 Modified Files: tetex-font-kerkis.spec Log Message: Fix changelog. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tetex-font-kerkis.spec 29 Aug 2006 09:04:08 -0000 1.13 +++ tetex-font-kerkis.spec 29 Aug 2006 09:05:16 -0000 1.14 @@ -88,7 +88,7 @@ %changelog -* Tue Aug 29 2006 +* Tue Aug 29 2006 Sarantis Paskalis - 2.0-12 - Bump release for FC6 rebuild. * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 From fedora-extras-commits at redhat.com Tue Aug 29 09:06:30 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:06:30 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec,1.14,1.15 Message-ID: <200608290906.k7T96W8p001792@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1774 Modified Files: tetex-font-kerkis.spec Log Message: Bump release again to fix build tag. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tetex-font-kerkis.spec 29 Aug 2006 09:05:16 -0000 1.14 +++ tetex-font-kerkis.spec 29 Aug 2006 09:06:30 -0000 1.15 @@ -6,7 +6,7 @@ Name: tetex-font-kerkis Version: 2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Kerkis type 1 fonts for LaTeX Group: Applications/Publishing License: Distributable @@ -88,7 +88,7 @@ %changelog -* Tue Aug 29 2006 Sarantis Paskalis - 2.0-12 +* Tue Aug 29 2006 Sarantis Paskalis - 2.0-13 - Bump release for FC6 rebuild. * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 From fedora-extras-commits at redhat.com Tue Aug 29 09:08:42 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:08:42 -0700 Subject: rpms/tetex-font-cm-lgc/devel tetex-font-cm-lgc.spec,1.11,1.12 Message-ID: <200608290908.k7T98isS001890@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-cm-lgc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1871 Modified Files: tetex-font-cm-lgc.spec Log Message: Bump release for FC6 rebuild. Index: tetex-font-cm-lgc.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/devel/tetex-font-cm-lgc.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tetex-font-cm-lgc.spec 20 Feb 2006 14:17:53 -0000 1.11 +++ tetex-font-cm-lgc.spec 29 Aug 2006 09:08:42 -0000 1.12 @@ -6,7 +6,7 @@ Name: tetex-font-cm-lgc Version: 0.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: CM-LGC Type1 fonts for LaTeX Group: Applications/Publishing License: GPL @@ -85,6 +85,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis - 0.5-8 +- Bump release for FC6 rebuild. + * Mon Feb 20 2006 Sarantis Paskalis - 0.5-6 - Rebuild for FC5. From fedora-extras-commits at redhat.com Tue Aug 29 09:09:14 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:09:14 -0700 Subject: rpms/tetex-font-cm-lgc/devel needs.rebuild,1.1,NONE Message-ID: <200608290909.k7T99GsF001916@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-cm-lgc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901 Removed Files: needs.rebuild Log Message: FC6 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:27:28 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:28 -0700 Subject: rpms/perl-File-NFSLock - New directory Message-ID: <200608290927.k7T9RUFT002074@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2053/perl-File-NFSLock Log Message: Directory /cvs/extras/rpms/perl-File-NFSLock added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 09:27:28 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:28 -0700 Subject: rpms/perl-File-NFSLock/devel - New directory Message-ID: <200608290927.k7T9RUlE002077@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2053/perl-File-NFSLock/devel Log Message: Directory /cvs/extras/rpms/perl-File-NFSLock/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 09:27:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:49 -0700 Subject: rpms/perl-File-NFSLock Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608290927.k7T9RpwT002134@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2098 Added Files: Makefile import.log Log Message: Setup of module perl-File-NFSLock --- NEW FILE Makefile --- # Top level Makefile for module perl-File-NFSLock all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 09:27:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:49 -0700 Subject: rpms/perl-File-NFSLock/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608290927.k7T9RpgX002137@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2098/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-NFSLock --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 09:28:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:28:22 -0700 Subject: rpms/perl-File-NFSLock import.log,1.1,1.2 Message-ID: <200608290928.k7T9SsTJ002207@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2165 Modified Files: import.log Log Message: auto-import perl-File-NFSLock-1.20-2 on branch devel from perl-File-NFSLock-1.20-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 09:27:48 -0000 1.1 +++ import.log 29 Aug 2006 09:28:21 -0000 1.2 @@ -0,0 +1 @@ +perl-File-NFSLock-1_20-2:HEAD:perl-File-NFSLock-1.20-2.src.rpm:1156843554 From fedora-extras-commits at redhat.com Tue Aug 29 09:28:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:28:22 -0700 Subject: rpms/perl-File-NFSLock/devel perl-File-NFSLock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608290928.k7T9SsDh002211@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2165/devel Modified Files: .cvsignore sources Added Files: perl-File-NFSLock.spec Log Message: auto-import perl-File-NFSLock-1.20-2 on branch devel from perl-File-NFSLock-1.20-2.src.rpm --- NEW FILE perl-File-NFSLock.spec --- Name: perl-File-NFSLock Version: 1.20 Release: 2%{?dist} Summary: Perl module to do NFS (or not) locking Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/File-NFSLock Source0: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/File-NFSLock-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Program based of concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker (which was originally presented in Mail::Folder::Maildir). Some routine flow is taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. Some ideologies were not complete (uncache mechanism, shared locking) and some coding was even incorrect (wrong stat index). File::NFSLock was written to be light, generic, and fast. %prep %setup -q -n File-NFSLock-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* chmod a-x examples/lock_test %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Jul 18 2006 Patrice Dumas 1.20-2 - add examples/ to %%doc * Tue Jul 18 2006 Patrice Dumas 1.20-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 09:27:49 -0000 1.1 +++ .cvsignore 29 Aug 2006 09:28:22 -0000 1.2 @@ -0,0 +1 @@ +File-NFSLock-1.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 09:27:49 -0000 1.1 +++ sources 29 Aug 2006 09:28:22 -0000 1.2 @@ -0,0 +1 @@ +68bddc5e2c32d9748ae689f398fc1147 File-NFSLock-1.20.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 09:32:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 02:32:44 -0700 Subject: rpms/bittorrent/devel bittorrent.spec, 1.35, 1.36 needs.rebuild, 1.1, NONE Message-ID: <200608290932.k7T9WkO2002301@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2282 Modified Files: bittorrent.spec Removed Files: needs.rebuild Log Message: Don't need python-devel buildreq Don't %%ghost .pyo files Index: bittorrent.spec =================================================================== RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- bittorrent.spec 2 Feb 2006 13:55:22 -0000 1.35 +++ bittorrent.spec 29 Aug 2006 09:32:44 -0000 1.36 @@ -4,7 +4,7 @@ Name: bittorrent Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BitTorrent swarming network file transfer tool Group: Applications/Internet @@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel desktop-file-utils gettext +BuildRequires: desktop-file-utils gettext Requires: python-crypto # FC4 and later auto-generate python version dependency %if %{!?fedora:0}%{?fedora} < 4 || %{!?rhel:0}%{?rhel} @@ -199,14 +199,8 @@ %{_bindir}/bttrack %{_bindir}/btseed %{pkidir}/bittorrent -%dir %{python_sitelib}/BitTorrent -%{python_sitelib}/BitTorrent/*.py -%{python_sitelib}/BitTorrent/*.pyc -%ghost %{python_sitelib}/BitTorrent/*.pyo -%dir %{python_sitelib}/khashmir -%{python_sitelib}/khashmir/*.py -%{python_sitelib}/khashmir/*.pyc -%ghost %{python_sitelib}/khashmir/*.pyo +%{python_sitelib}/BitTorrent/ +%{python_sitelib}/khashmir/ %attr(-,torrent,torrent) %dir %{bt_dir} %attr(-,torrent,torrent) %dir %{bt_statedir} %attr(-,torrent,torrent) %dir %{_localstatedir}/log/bittorrent @@ -225,6 +219,10 @@ %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop %changelog +* Tue Aug 29 2006 Paul Howarth 4.4.0-2 +- Don't need python-devel buildreq +- Don't %%ghost .pyo files + * Thu Feb 2 2006 Paul Howarth 4.4.0-1 - Update to 4.4.0 - Hardcode /usr/sbin in useradd dependency path --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:44:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 02:44:29 -0700 Subject: rpms/lablgtk/devel lablgtk.spec,1.16,1.17 Message-ID: <200608290944.k7T9iV9G002415@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2398 Modified Files: lablgtk.spec Log Message: Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- lablgtk.spec 29 Aug 2006 08:57:30 -0000 1.16 +++ lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 @@ -1,6 +1,6 @@ Name: lablgtk Version: 2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective Caml interface to gtk+ @@ -25,6 +25,7 @@ BuildRequires: gnome-panel-devel BuildRequires: gtkspell-devel BuildRequires: libXmu-devel +BuildRequires: ncurses-devel Requires: ocaml >= 3.09.1 Requires: lablgl >= 1.02 @@ -95,6 +96,9 @@ %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 +- added BR: ncurses-devel + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-5 - Rebuild for FE6 From fedora-extras-commits at redhat.com Tue Aug 29 09:59:00 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 02:59:00 -0700 Subject: rpms/lablgtk/devel needs.rebuild,1.1,NONE Message-ID: <200608290959.k7T9x2Qd002483@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2468 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:07:03 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 03:07:03 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.12,1.13 Message-ID: <200608291007.k7TA75Bh005251@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5230 Modified Files: gdesklets.spec Log Message: spec file for FC-4 updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gdesklets.spec 29 Aug 2006 08:14:33 -0000 1.12 +++ gdesklets.spec 29 Aug 2006 10:07:03 -0000 1.13 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops From fedora-extras-commits at redhat.com Tue Aug 29 10:08:22 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:08:22 -0700 Subject: fedora-security/audit fc6,1.42,1.43 Message-ID: <200608291008.k7TA8MGJ005324@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5306 Modified Files: fc6 Log Message: fc6 2002 cve update; easy pickings Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fc6 29 Aug 2006 08:22:22 -0000 1.42 +++ fc6 29 Aug 2006 10:08:19 -0000 1.43 @@ -1634,7 +1634,7 @@ CVE-2002-1650 version (squirrelmail, fixed 1.2.3) CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) -CVE-2002-1642 ** postgresql +CVE-2002-1642 version (postgresql, fixed 7.2.3) CVE-2002-1602 ** screen CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) @@ -1660,7 +1660,7 @@ CVE-2002-1402 version (postgresql, fixed 7.2.2) CVE-2002-1401 ** postgresql CVE-2002-1400 version (postgresql, fixed 7.2.2) -CVE-2002-1399 ** postgresql +CVE-2002-1399 version (postgresql, fixed 7.2.3) CVE-2002-1398 version (postgresql, fixed 7.2.2) CVE-2002-1397 ** postgresql CVE-2002-1396 version (php, fixed 4.3.0) @@ -1685,7 +1685,7 @@ CVE-2002-1368 version (cups, fixed 1.1.18) CVE-2002-1367 version (cups, fixed 1.1.18) CVE-2002-1366 version (cups, fixed 1.1.18) -CVE-2002-1364 ** fetchmail +CVE-2002-1365 ** fetchmail CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-1356 version (wireshark, fixed after 0.9.7) CVE-2002-1355 version (wireshark, fixed after 0.9.7) @@ -1711,9 +1711,9 @@ CVE-2002-1227 ** pam CVE-2002-1224 version (kde, fixed 3.0.4) CVE-2002-1223 version (kdegraphics, fixed 3.0.4) -CVE-2002-1221 ** bind -CVE-2002-1220 ** bind -CVE-2002-1219 ** bind +CVE-2002-1221 version (bind, not 9) +CVE-2002-1220 version (bind, not 9) +CVE-2002-1219 version (bind, not 9) CVE-2002-1217 version (tar, fixed 1.13.25) CVE-2002-1175 ** fetchmail CVE-2002-1174 ** fetchmail @@ -1721,7 +1721,7 @@ CVE-2002-1165 ** sendmail CVE-2002-1160 ** pam CVE-2002-1157 version (httpd, not 2.0) -CVE-2002-1156 ** httpd +CVE-2002-1156 version (httpd, fixed 2.0.43) CVE-2002-1154 ** kon2 CVE-2002-1152 version (kdenetwork, fixed 3.0.3) CVE-2002-1151 version (kdenetwork, fixed 3.0.3a) @@ -1732,7 +1732,7 @@ CVE-2002-0989 version (gaim, fixed 0.59.1) CVE-2002-0986 ** php CVE-2002-0985 ** php -CVE-2002-0972 ** postgresql +CVE-2002-0972 version (postgresql, fixed 7.2.2) CVE-2002-0970 version (kdenetwork, fixed 3.0.3) CVE-2002-0935 version (tomcat, fixed 4.1.3) CVE-2002-0906 version (sendmail, fxied 8.12.5) @@ -1774,7 +1774,8 @@ CVE-2002-0655 version (openssl, not 0.9.8) CVE-2002-0655 version (openssl097a, not 0.9.7) CVE-2002-0653 version (mod_ssl, not httpd 2.2) -CVE-2002-0651 ** bind (+resolvers) +CVE-2002-0651 version (bind, not 9) +CVE-2002-0651 ** resolvers CVE-2002-0640 ** openssh CVE-2002-0639 ** openssh CVE-2002-0638 ** util-linux @@ -1803,7 +1804,7 @@ CVE-2002-0382 ** xchat CVE-2002-0380 ** tcpdump CVE-2002-0379 ** imap -CVE-2002-0377 ** gaim +CVE-2002-0377 version (gaim, fixed 0.58) CVE-2002-0374 version (pam_ldap, fixed 144) CVE-2002-0363 version (ghostscript, fixed 6.53) CVE-2002-0353 version (wireshark, fixed ethereal 0.9.3) @@ -1816,41 +1817,41 @@ CVE-2002-0185 ** mod_python CVE-2002-0184 version (sudo, fixed 1.6.6) CVE-2002-0180 ** webalizer -CVE-2002-0169 ** docbook +CVE-2002-0169 ignore (docbook) was RHL only CVE-2002-0165 ** logwatch CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2002-0163 version (squid, fixed 20020312) -CVE-2002-0162 ** logwatch +CVE-2002-0162 version (logwatch, fixed 2.5) CVE-2002-0157 ** nautilus CVE-2002-0146 version (fetchmail, fixed 5.9.10) CVE-2002-0130 ** efax CVE-2002-0129 ** efax CVE-2002-0121 version (php, fixed after 4.1.1) CVE-2002-0092 version (cve, fixed 1.10.8) -CVE-2002-0083 ** openssh +CVE-2002-0083 version (openssh, fixed 3.1) CVE-2002-0082 version (mod_ssl, not httpd 2.2) -CVE-2002-0081 ** php +CVE-2002-0081 version (php, not 4.2+) CVE-2002-0080 ** rsync -CVE-2002-0069 ** squid -CVE-2002-0068 ** squid -CVE-2002-0067 ** squid +CVE-2002-0069 version (squid, fixed 2.4STABLE4) +CVE-2002-0068 version (squid, fixed 2.4STABLE4) +CVE-2002-0067 version (squid, fixed 2.4STABLE4) CVE-2002-0063 version (cups, fixed 1.1.14) CVE-2002-0062 ** ncurses CVE-2002-0060 ** kernel CVE-2002-0059 ** zlib and 100 other things CVE-2002-0048 ** rsync CVE-2002-0046 ** kernel -CVE-2002-0045 ** openldap +CVE-2002-0045 version (openldap, fixed 2.0.20) CVE-2002-0044 ** enscript CVE-2002-0043 version (sudo, fixed 1.6.4) CVE-2002-0036 version (krb5, fixed 1.2.5) -CVE-2002-0029 ** bind +CVE-2002-0029 version (bind, not 9) CVE-2002-0013 ** snmp stuff CVE-2002-0012 ** snmp stuff CVE-2002-0006 ** xchat CVE-2002-0004 ** at CVE-2002-0003 ** groff -CVE-2002-0002 ** stunnel +CVE-2002-0002 version (stunnel, fixed 3.22) CVE-2002-0001 version (mutt, fixed 1.3.25) older, happened to deal with at same time: From fedora-extras-commits at redhat.com Tue Aug 29 10:16:31 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:16:31 -0700 Subject: fedora-security/audit fc6,1.43,1.44 Message-ID: <200608291016.k7TAGVHe005363@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5345 Modified Files: fc6 Log Message: xchat changelog Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fc6 29 Aug 2006 10:08:19 -0000 1.43 +++ fc6 29 Aug 2006 10:16:28 -0000 1.44 @@ -1304,7 +1304,7 @@ CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) CVE-2004-0411 version (kdelibs, fixed 3.3) -CVE-2004-0409 version (xchat, fixed after 2.0.8) +CVE-2004-0409 version (xchat, fixed 2.0.9) CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed ipsec-tools-0.6.5 at least) CVE-2004-0398 version (neon, fixed 0.24.6) @@ -1801,7 +1801,7 @@ CVE-2002-0389 ** mailman CVE-2002-0388 version (mailman, fixed 2.0.11) CVE-2002-0384 version (gaim, fixed 0.58) -CVE-2002-0382 ** xchat +CVE-2002-0382 version (xchat, fixed 1.9.1) CVE-2002-0380 ** tcpdump CVE-2002-0379 ** imap CVE-2002-0377 version (gaim, fixed 0.58) @@ -1848,9 +1848,9 @@ CVE-2002-0029 version (bind, not 9) CVE-2002-0013 ** snmp stuff CVE-2002-0012 ** snmp stuff -CVE-2002-0006 ** xchat +CVE-2002-0006 verison (xchat, fixed 1.8.7) cve is wrong CVE-2002-0004 ** at -CVE-2002-0003 ** groff +CVE-2002-0003 version (groff, fixed 1.17.2) CVE-2002-0002 version (stunnel, fixed 3.22) CVE-2002-0001 version (mutt, fixed 1.3.25) From fedora-extras-commits at redhat.com Tue Aug 29 10:21:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:21:44 -0700 Subject: rpms/bluefish/devel bluefish.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608291021.k7TALkF1005432@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bluefish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5410 Modified Files: bluefish.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: bluefish.spec =================================================================== RCS file: /cvs/extras/rpms/bluefish/devel/bluefish.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- bluefish.spec 22 May 2006 07:43:48 -0000 1.20 +++ bluefish.spec 29 Aug 2006 10:21:44 -0000 1.21 @@ -1,6 +1,6 @@ Name: bluefish Version: 1.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GTK2 web development application for experienced users Group: Development/Tools License: GPL @@ -71,6 +71,9 @@ %{_mandir}/man1/bluefish.1* %changelog +* Tue Aug 29 2006 Paul Howarth - 1.0.5-4 +- rebuild for dynamic linking speedups (FE6) + * Mon May 22 2006 Paul Howarth - 1.0.5-3 - fix broken debuginfo packages by not stripping binaries (#192617) - cosmetic changes to spec file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:25:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 03:25:27 -0700 Subject: rpms/unison/devel unison.spec,1.14,1.15 Message-ID: <200608291025.k7TAPTDU005531@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5514 Modified Files: unison.spec Log Message: Rebuild for FE6 Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/devel/unison.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- unison.spec 28 Feb 2006 17:37:20 -0000 1.14 +++ unison.spec 29 Aug 2006 10:25:26 -0000 1.15 @@ -1,6 +1,6 @@ Name: unison Version: 2.13.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File-synchronization tool @@ -68,6 +68,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.13.16-3 +- Rebuild for FE6 + * Tue Feb 28 2006 Gerard Milmeister - 2.13.16-2 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Tue Aug 29 10:27:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:27:23 -0700 Subject: rpms/grepmail/devel grepmail.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291027.k7TARPvA005602@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/grepmail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5585 Modified Files: grepmail.spec Removed Files: needs.rebuild Log Message: FE6 rebuild Index: grepmail.spec =================================================================== RCS file: /cvs/extras/rpms/grepmail/devel/grepmail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- grepmail.spec 16 Feb 2006 08:24:06 -0000 1.3 +++ grepmail.spec 29 Aug 2006 10:27:23 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Search mailboxes for a particular email Name: grepmail Version: 5.3032 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Text Source0: http://dl.sf.net/grepmail/grepmail-%{version}.tar.gz @@ -54,6 +54,9 @@ %{_mandir}/man1/grepmail.1* %changelog +* Tue Aug 29 2006 Paul Howarth 5.3032-4 +- FE6 rebuild + * Thu Feb 16 2006 Paul Howarth 5.3032-3 - Don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:35:27 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:35:27 -0700 Subject: fedora-security/audit fc6,1.44,1.45 Message-ID: <200608291035.k7TAZRCL005704@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5686 Modified Files: fc6 Log Message: More from changelogs and web surfing, 92 left Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fc6 29 Aug 2006 10:16:28 -0000 1.44 +++ fc6 29 Aug 2006 10:35:24 -0000 1.45 @@ -1655,7 +1655,7 @@ CVE-2002-1508 ** openldap CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1471 ** evolution -CVE-2002-1405 ** lynx +CVE-2002-1405 version (lynx, fixed 2.8.5dev9) CVE-2002-1403 ** dhcpcd CVE-2002-1402 version (postgresql, fixed 7.2.2) CVE-2002-1401 ** postgresql @@ -1675,7 +1675,7 @@ CVE-2002-1379 ** openldap CVE-2002-1378 ** openldap CVE-2002-1377 ** vim -CVE-2002-1376 ** mysql +CVE-2002-1376 version (mysql, fixed 4.0.6) CVE-2002-1375 version (mysql, fixed 4.0.6) CVE-2002-1374 version (mysql, fixed 4.0.6) CVE-2002-1373 version (mysql, fixed 3.23.54) @@ -1685,7 +1685,7 @@ CVE-2002-1368 version (cups, fixed 1.1.18) CVE-2002-1367 version (cups, fixed 1.1.18) CVE-2002-1366 version (cups, fixed 1.1.18) -CVE-2002-1365 ** fetchmail +CVE-2002-1365 version (fetchmail, fixed 6.2.0) CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-1356 version (wireshark, fixed after 0.9.7) CVE-2002-1355 version (wireshark, fixed after 0.9.7) @@ -1715,8 +1715,8 @@ CVE-2002-1220 version (bind, not 9) CVE-2002-1219 version (bind, not 9) CVE-2002-1217 version (tar, fixed 1.13.25) -CVE-2002-1175 ** fetchmail -CVE-2002-1174 ** fetchmail +CVE-2002-1175 version (fetchmail, fixed 6.2.0) +CVE-2002-1174 version (fetchmail, fixed 6.2.0) CVE-2002-1170 ** net-snmp CVE-2002-1165 ** sendmail CVE-2002-1160 ** pam @@ -1764,7 +1764,7 @@ CVE-2002-0684 ** bind CVE-2002-0682 ** tomcat CVE-2002-0662 version (scrollkeeper, fixed after 0.3.11) -CVE-2002-0660 ** libpng +CVE-2002-0660 version (libpng, fixed 1.0.14) CVE-2002-0659 version (openssl, not 0.9.8) CVE-2002-0659 version (openssl097a, not 0.9.7) CVE-2002-0657 version (openssl, not 0.9.8) @@ -1776,13 +1776,13 @@ CVE-2002-0653 version (mod_ssl, not httpd 2.2) CVE-2002-0651 version (bind, not 9) CVE-2002-0651 ** resolvers -CVE-2002-0640 ** openssh -CVE-2002-0639 ** openssh +CVE-2002-0640 version (openssh, fixed after 3.3) +CVE-2002-0639 version (openssh, fixed after 3.3) CVE-2002-0638 ** util-linux CVE-2002-0575 version (openssh, fixed 3.2.1) CVE-2002-0570 ** kernel CVE-2002-0517 version (XFree86) didn't affect Linux -CVE-2002-0516 ** squirrelmail +CVE-2002-0516 version (squirrelmail, fixed 1.2.6) CVE-2002-0510 ignore (kernel) see cve CVE-2002-0506 ** newt CVE-2002-0499 ** kernel @@ -1824,8 +1824,8 @@ CVE-2002-0162 version (logwatch, fixed 2.5) CVE-2002-0157 ** nautilus CVE-2002-0146 version (fetchmail, fixed 5.9.10) -CVE-2002-0130 ** efax -CVE-2002-0129 ** efax +CVE-2002-0130 ignore (efax) not setuid root +CVE-2002-0129 ignore (efax) not setuid root CVE-2002-0121 version (php, fixed after 4.1.1) CVE-2002-0092 version (cve, fixed 1.10.8) CVE-2002-0083 version (openssh, fixed 3.1) From fedora-extras-commits at redhat.com Tue Aug 29 10:38:13 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:38:13 -0700 Subject: rpms/gtkwave/devel needs.rebuild,1.1,NONE Message-ID: <200608291038.k7TAcF5x005744@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5729 Removed Files: needs.rebuild Log Message: Package built last week, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:45:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 03:45:15 -0700 Subject: rpms/unison/devel needs.rebuild,1.1,NONE Message-ID: <200608291045.k7TAjHxV005781@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5766 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:46:40 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 03:46:40 -0700 Subject: owners owners.list,1.1463,1.1464 Message-ID: <200608291046.k7TAkgYu005804@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5787 Modified Files: owners.list Log Message: add perl-File-NFSLock Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1463 retrieving revision 1.1464 diff -u -r1.1463 -r1.1464 --- owners.list 29 Aug 2006 00:28:35 -0000 1.1463 +++ owners.list 29 Aug 2006 10:46:40 -0000 1.1464 @@ -1242,6 +1242,7 @@ Fedora Extras|perl-File-Flat|Implements a flat filesystem|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-HomeDir|Get the home directory for yourself or other users|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-NCopy|Copy files to directories, or a single file to another file|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-NFSLock|Perl module to do NFS (or not) locking|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-ReadBackwards|File::ReadBackwards Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Remove|Convenience module for removing files and directories|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-RsyncP|A perl implementation of an Rsync client|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 29 10:56:28 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:56:28 -0700 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608291056.k7TAuUxi005844@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5827 Modified Files: gtorrentviewer.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: gtorrentviewer.spec =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtorrentviewer.spec 28 May 2006 12:05:56 -0000 1.6 +++ gtorrentviewer.spec 29 Aug 2006 10:56:27 -0000 1.7 @@ -1,19 +1,17 @@ Name: gtorrentviewer Version: 0.2b -Release: 9%{?dist} +Release: 10%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files - Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/ Source0: http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool - %description GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and @@ -59,6 +57,9 @@ %{_mandir}/man1/gtorrentviewer.1* %changelog +* Tue Aug 29 2006 Paul Howarth 0.2b-10 +- rebuild for dynamic linking speedups (FE6) + * Sun May 28 2006 Paul Howarth 0.2b-9 - add missing buildreq intltool --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:01:41 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 04:01:41 -0700 Subject: fedora-security/audit fc6,1.45,1.46 Message-ID: <200608291101.k7TB1f5A008522@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8502 Modified Files: fc6 Log Message: Some more from our security team notes Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fc6 29 Aug 2006 10:35:24 -0000 1.45 +++ fc6 29 Aug 2006 11:01:38 -0000 1.46 @@ -1614,10 +1614,10 @@ CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) CVE-2002-2060 verson (links, fixed after 2.0pre4) -CVE-2002-2043 ** cyrus-sasl +CVE-2002-2043 ignore (cyrus-sasl) patch against cyrus-sasl CVE-2002-2012 ignore (httpd) not upstream version CVE-2002-2010 ** htdig -CVE-2002-2009 ** tomcat +CVE-2002-2009 version (tomcat, fixed 4.0.3) CVE-2002-2007 ** tomcat CVE-2002-2006 ** tomcat CVE-2002-1976 ignore (ifconfig) "use ip" @@ -1630,7 +1630,7 @@ CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1658 ignore (httpd) not a vulnerability -CVE-2002-1657 ** postgresql +CVE-2002-1657 ignore (postgresql) upstream disagree CVE-2002-1650 version (squirrelmail, fixed 1.2.3) CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) @@ -1658,11 +1658,11 @@ CVE-2002-1405 version (lynx, fixed 2.8.5dev9) CVE-2002-1403 ** dhcpcd CVE-2002-1402 version (postgresql, fixed 7.2.2) -CVE-2002-1401 ** postgresql +CVE-2002-1401 ** postgresql (note wasn't fixed in 7.2.3) CVE-2002-1400 version (postgresql, fixed 7.2.2) CVE-2002-1399 version (postgresql, fixed 7.2.3) CVE-2002-1398 version (postgresql, fixed 7.2.2) -CVE-2002-1397 ** postgresql +CVE-2002-1397 version (postgresql, fixed 7.2.3) CVE-2002-1396 version (php, fixed 4.3.0) CVE-2002-1394 ** tomcat CVE-2002-1393 version (kde, fixed 3.0.5a) @@ -1691,12 +1691,12 @@ CVE-2002-1355 version (wireshark, fixed after 0.9.7) CVE-2002-1350 version (tcpdump, fixed 3.7) CVE-2002-1348 version (w3m, fixed 0.3.2.2) -CVE-2002-1347 ** cyrus-sasl +CVE-2002-1347 version (cyrus-sasl, fixed 2.1.10) CVE-2002-1344 version (wget, fixed 1.8.2) CVE-2002-1341 version (squirrelmail, fixed after 1.2.10) CVE-2002-1337 version (sendmail, fixed 8.12.8) CVE-2002-1335 ** w3m -CVE-2002-1323 ** perl +CVE-2002-1323 version (perl, fixed 5.8.0.1 at least) CVE-2002-1319 ** kernel CVE-2002-1318 version (samba, fixed 2.2.7) CVE-2002-1306 version (kde, fixed 3.0.4) @@ -1728,7 +1728,7 @@ CVE-2002-1148 ** tomcat CVE-2002-1146 ** bind CVE-2002-1131 ** squirrelmail -CVE-2002-1119 ** python +CVE-2002-1119 version (python, fixed 2.2.2) CVE-2002-0989 version (gaim, fixed 0.59.1) CVE-2002-0986 ** php CVE-2002-0985 ** php From fedora-extras-commits at redhat.com Tue Aug 29 11:09:47 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 04:09:47 -0700 Subject: rpms/libnet/devel libnet.spec,1.7,1.8 Message-ID: <200608291110.k7TBAK3Z008950@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8864 Modified Files: libnet.spec Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.1.2.1-9 - rebuild for FC6 Index: libnet.spec =================================================================== RCS file: /cvs/extras/rpms/libnet/devel/libnet.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libnet.spec 17 Feb 2006 15:12:58 -0000 1.7 +++ libnet.spec 29 Aug 2006 11:09:47 -0000 1.8 @@ -1,7 +1,7 @@ Summary: C library for portable packet creation and injection Name: libnet Version: 1.1.2.1 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.packetfactory.net/libnet/ @@ -71,6 +71,9 @@ %{_mandir}/man3/libnet* %changelog +* Tue Aug 29 2006 Patrice Dumas - 1.1.2.1-9 +- rebuild for FC6 + * Fri Feb 17 2006 Patrice Dumas - 1.1.2.1-8 - rebuild for fc5 @@ -88,7 +91,7 @@ * Mon Aug 22 2005 Patrice Dumas 1.1.2.1-3 - Correct dos end of lines -- add in devel: Provides: %{name} = %{version}-%{release} +- add in devel: Provides: %%{name} = %%{version}-%%{release} * Fri Aug 12 2005 Patrice Dumas 1.1.2.1-2 - put everything in a devel subpackage From fedora-extras-commits at redhat.com Tue Aug 29 11:21:33 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 04:21:33 -0700 Subject: rpms/libnet10/devel libnet10.spec,1.11,1.12 Message-ID: <200608291121.k7TBLZbs009074@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9057 Modified Files: libnet10.spec Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.0.2a-11 - rebuild for FC6 Index: libnet10.spec =================================================================== RCS file: /cvs/extras/rpms/libnet10/devel/libnet10.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libnet10.spec 17 Feb 2006 15:15:10 -0000 1.11 +++ libnet10.spec 29 Aug 2006 11:21:33 -0000 1.12 @@ -1,7 +1,7 @@ Summary: High-level API (toolkit) to construct and inject network packets Name: libnet10 Version: 1.0.2a -Release: 10%{?dist} +Release: 11%{?dist} URL: http://www.packetfactory.net/libnet/ License: BSD Group: System Environment/Libraries @@ -70,10 +70,13 @@ %changelog -* Fri Feb 17 2006 Patrice Dumas - 1.0.2a-10 +* Tue Aug 29 2006 Patrice Dumas - 1.0.2a-11 +- rebuild for FC6 + +* Fri Feb 17 2006 Patrice Dumas - 1.0.2a-10 - rebuild for fc5 -* Wed Feb 1 2006 Patrice Dumas - 1.0.2a-9 +* Wed Feb 1 2006 Patrice Dumas - 1.0.2a-9 - rebuild * Sun Aug 28 2005 Michael Schwendt - 1.0.2a-8 From fedora-extras-commits at redhat.com Tue Aug 29 11:47:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:47:48 -0700 Subject: rpms/svgalib/devel svgalib.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608291147.k7TBloko009205@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/svgalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9188 Modified Files: svgalib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.9.25-3 - FE6 Rebuild Index: svgalib.spec =================================================================== RCS file: /cvs/extras/rpms/svgalib/devel/svgalib.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- svgalib.spec 17 Jul 2006 11:22:59 -0000 1.9 +++ svgalib.spec 29 Aug 2006 11:47:48 -0000 1.10 @@ -1,6 +1,6 @@ Name: svgalib Version: 1.9.25 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level fullscreen SVGA graphics library Group: System Environment/Libraries License: Public Domain @@ -130,6 +130,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.9.25-3 +- FE6 Rebuild + * Mon Jul 17 2006 Hans de Goede 1.9.25-2 - Don't have a different defaultcfg on i386 vs x86_64, having the same defaultcfg makes paralel installs possible, add notes about certain settings --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:19 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 04:49:19 -0700 Subject: rpms/lat/devel lat.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608291149.k7TBnLXP009281@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/lat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9259 Modified Files: lat.spec Removed Files: needs.rebuild Log Message: buildreq gnome-sharp-devel, gtk-sharp2-devel, and intltool Index: lat.spec =================================================================== RCS file: /cvs/extras/rpms/lat/devel/lat.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lat.spec 3 Jul 2006 13:49:27 -0000 1.5 +++ lat.spec 29 Aug 2006 11:49:19 -0000 1.6 @@ -1,14 +1,14 @@ Name: lat Summary: LDAP Administration Tool Version: 1.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Productivity Url: http://dev.mmgsecurity.com/projects/lat/ Source0: http://dev.mmgsecurity.com/downloads/lat/lat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-devel, gtk-sharp2, gnome-keyring-devel -BuildRequires: scrollkeeper, gettext +BuildRequires: mono-devel, gtk-sharp2-devel, gnome-keyring-devel, gnome-sharp-devel +BuildRequires: scrollkeeper, gettext, intltool Requires: mono-data, gtk-sharp2 Requires(post): scrollkeeper @@ -85,6 +85,9 @@ %{_mandir}/man1/lat.1* %changelog +* Mon Aug 29 2006 Paul Howarth - 1.0.6-3 +- buildreq gnome-sharp-devel, gtk-sharp2-devel, and intltool + * Mon Jul 3 2006 Paul Howarth - 1.0.6-2 - Make package arch-specific; files in %%{_libdir} rather than %%{_prefix}/lib See: http://www.redhat.com/archives/fedora-packaging/2006-July/msg00013.html --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:49:31 -0700 Subject: rpms/trackballs/devel trackballs.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291149.k7TBnY5E009328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9294 Modified Files: trackballs.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.1.2-3 - FE6 Rebuild Index: trackballs.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/trackballs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs.spec 15 Aug 2006 18:35:32 -0000 1.1 +++ trackballs.spec 29 Aug 2006 11:49:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Steer a marble ball through a labyrinth Group: Amusements/Games License: GPL @@ -88,6 +88,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.1.2-3 +- FE6 Rebuild + * Tue Aug 15 2006 Hans de Goede 1.1.2-2 - Remove some redundant BR's --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 29 Aug 2006 04:49:32 -0700 Subject: rpms/mail-notification/devel mail-notification.spec,1.26,1.27 Message-ID: <200608291149.k7TBnYFg009332@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9299 Modified Files: mail-notification.spec Log Message: 3.0-6 -- add BR perl-XML-Parser Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- mail-notification.spec 28 Aug 2006 16:34:26 -0000 1.26 +++ mail-notification.spec 29 Aug 2006 11:49:32 -0000 1.27 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -21,6 +21,7 @@ BuildRequires: gnutls-devel >= 1.0.20 BuildRequires: libgcrypt-devel >= 1.2.0 BuildRequires: libicu-devel >= 2.6 +BuildRequires: perl-XML-Parser BuildRequires: gob2 BuildRequires: evolution-devel BuildRequires: evolution-data-server-devel >= 1.5 @@ -129,6 +130,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis 3.0-6 +- add BR perl-XML-Parser ;-) + * Mon Aug 28 2006 Thorsten Leemhuis 3.0-5 - Rebuild for devel - run unset-obsolete-configuration only works when DISPLAY is set; will From fedora-extras-commits at redhat.com Tue Aug 29 11:50:05 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:50:05 -0700 Subject: rpms/tuxkart/devel tuxkart.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291150.k7TBo7L3009439@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/tuxkart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9422 Modified Files: tuxkart.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.4.0-5 - FE6 Rebuild Index: tuxkart.spec =================================================================== RCS file: /cvs/extras/rpms/tuxkart/devel/tuxkart.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tuxkart.spec 10 Jun 2006 20:03:15 -0000 1.2 +++ tuxkart.spec 29 Aug 2006 11:50:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: tuxkart Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Kids 3D go-kart racing game featuring Tux Group: Amusements/Games License: GPL @@ -105,6 +105,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.4.0-5 +- FE6 Rebuild + * Tue Jun 6 2006 Hans de Goede 0.4.0-4 - Add permission notice to ship ppracer logo in adverts.rgb to images-legal.txt This fixes the last blocker for release :) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:52:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:52:18 -0700 Subject: rpms/worminator/devel worminator.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291152.k7TBqKr4009513@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9496 Modified Files: worminator.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 3.0R2.1-5 - FE6 Rebuild Index: worminator.spec =================================================================== RCS file: /cvs/extras/rpms/worminator/devel/worminator.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- worminator.spec 6 Jul 2006 18:52:13 -0000 1.4 +++ worminator.spec 29 Aug 2006 11:52:17 -0000 1.5 @@ -1,6 +1,6 @@ Name: worminator Version: 3.0R2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sidescrolling platform and shoot'em up action-game Group: Amusements/Games License: GPL @@ -72,6 +72,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 3.0R2.1-5 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 3.0R2.1-4 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:53:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:53:16 -0700 Subject: rpms/worminator-data/devel worminator-data.spec,1.3,1.4 Message-ID: <200608291153.k7TBrIMe009580@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9563 Modified Files: worminator-data.spec Log Message: * Tue Aug 29 2006 Hans de Goede 3.0R2.1-3 - Add Requires on main package - FE6 Rebuild Index: worminator-data.spec =================================================================== RCS file: /cvs/extras/rpms/worminator-data/devel/worminator-data.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- worminator-data.spec 28 Aug 2006 04:55:11 -0000 1.3 +++ worminator-data.spec 29 Aug 2006 11:53:16 -0000 1.4 @@ -1,6 +1,6 @@ Name: worminator-data Version: 3.0R2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Data for worminator the game Group: Amusements/Games License: GPL @@ -46,6 +46,10 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 3.0R2.1-3 +- Add Requires on main package +- FE6 Rebuild + * Tue Mar 14 2006 Hans de Goede 3.0R2.1-2 - move worminator data dir from /usr/share/games to just /usr/share to match the games-SIG guidelines. Sorry about the somewhat large download for From fedora-extras-commits at redhat.com Tue Aug 29 11:53:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:53:52 -0700 Subject: rpms/xarchon/devel xarchon.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291153.k7TBrs8Z009653@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/xarchon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9636 Modified Files: xarchon.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.50-3 - FE6 Rebuild Index: xarchon.spec =================================================================== RCS file: /cvs/extras/rpms/xarchon/devel/xarchon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xarchon.spec 15 May 2006 18:49:42 -0000 1.1 +++ xarchon.spec 29 Aug 2006 11:53:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: xarchon Version: 0.50 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Arcade board game Group: Amusements/Games License: GPL @@ -77,6 +77,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.50-3 +- FE6 Rebuild + * Sat May 13 2006 Hans de Goede 0.50-2 - consistent use of %%{name} (everywhere). - Add BR: libXPM-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:54:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:54:25 -0700 Subject: rpms/xgalaxy/devel xgalaxy.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291154.k7TBsRCB009719@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/xgalaxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9702 Modified Files: xgalaxy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 2.0.35-5 - FE6 Rebuild Index: xgalaxy.spec =================================================================== RCS file: /cvs/extras/rpms/xgalaxy/devel/xgalaxy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xgalaxy.spec 1 Jun 2006 08:01:59 -0000 1.4 +++ xgalaxy.spec 29 Aug 2006 11:54:24 -0000 1.5 @@ -1,6 +1,6 @@ Name: xgalaxy Version: 2.0.34 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Galaxian / Galaga like game with powerups Group: Amusements/Games License: GPL @@ -101,6 +101,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 2.0.35-5 +- FE6 Rebuild + * Thu Jun 1 2006 Hans de Goede 2.0.34-4 - Workaround broken glibc-kernheaders (bz 193747). - Add Provides and Obsoletes xgalaga in case people have an xgalaga package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:55:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:55:40 -0700 Subject: rpms/zasx/devel zasx.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291155.k7TBtgGe009850@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/zasx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9833 Modified Files: zasx.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.30-3 - FE6 Rebuild Index: zasx.spec =================================================================== RCS file: /cvs/extras/rpms/zasx/devel/zasx.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zasx.spec 6 Jul 2006 18:49:28 -0000 1.2 +++ zasx.spec 29 Aug 2006 11:55:39 -0000 1.3 @@ -1,6 +1,6 @@ Name: zasx Version: 1.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Asteroid like game with powerups Group: Amusements/Games License: GPL and freely distributable content @@ -74,6 +74,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.30-3 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.30-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:00:30 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 05:00:30 -0700 Subject: rpms/libpng10/devel needs.rebuild,1.1,NONE Message-ID: <200608291200.k7TC0WKV010346@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10277 Removed Files: needs.rebuild Log Message: built earlier this month, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:03:06 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 05:03:06 -0700 Subject: rpms/milter-regex/devel milter-regex.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291203.k7TC38LX013160@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/milter-regex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143 Modified Files: milter-regex.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: milter-regex.spec =================================================================== RCS file: /cvs/extras/rpms/milter-regex/devel/milter-regex.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- milter-regex.spec 25 May 2006 17:09:36 -0000 1.1 +++ milter-regex.spec 29 Aug 2006 12:03:06 -0000 1.2 @@ -1,6 +1,6 @@ Name: milter-regex Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Sendmail milter plugin for regular expression filtering Group: System Environment/Daemons License: BSD @@ -81,6 +81,9 @@ %{_mandir}/man8/milter-regex.8* %changelog +* Tue Aug 29 2006 Paul Howarth - 1.6-6 +- rebuild for dynamic linking speedups (FE6) + * Thu May 25 2006 Paul Howarth - 1.6-5 - Address issues raised in review (#189611) - Add sendmail dependency --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:47:49 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 29 Aug 2006 05:47:49 -0700 Subject: rpms/paps/FC-5 paps.spec,1.10,1.11 Message-ID: <200608291247.k7TClpYu013460@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13443 Modified Files: paps.spec Log Message: bump Index: paps.spec =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- paps.spec 16 Aug 2006 02:04:57 -0000 1.10 +++ paps.spec 29 Aug 2006 12:47:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: paps Version: 0.6.6 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://paps.sourceforge.net/ @@ -69,7 +69,7 @@ %changelog -* Wed Aug 16 2006 Akira TAGOH +* Tue Aug 29 2006 Akira TAGOH - 0.6.6-6 - paps-0.6.6-wordwrap.patch: applied to do a wordwrap. - paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters per inch and the lines per inch. From fedora-extras-commits at redhat.com Tue Aug 29 12:57:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 05:57:35 -0700 Subject: rpms/libksba/devel libksba.spec, 1.20, 1.21 libksba-0.9.13-gl.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608291257.k7TCvbQ2013559@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13542 Modified Files: libksba.spec Removed Files: libksba-0.9.13-gl.patch needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.15-3 - fc6 respin Index: libksba.spec =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- libksba.spec 22 Jun 2006 16:40:20 -0000 1.20 +++ libksba.spec 29 Aug 2006 12:57:35 -0000 1.21 @@ -1,7 +1,8 @@ + Summary: X.509 library Name: libksba Version: 0.9.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ @@ -83,6 +84,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.15-3 +- fc6 respin + * Thu Jun 20 2006 Rex Dieter 0.9.15-2 - 0.9.15 --- libksba-0.9.13-gl.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:00:40 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:00:40 -0700 Subject: rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.5, 1.6 Message-ID: <200608291300.k7TD0gGd013689@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13672 Modified Files: jack-audio-connection-kit.spec Log Message: mass rebuild Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jack-audio-connection-kit.spec 1 Aug 2006 15:20:47 -0000 1.5 +++ jack-audio-connection-kit.spec 29 Aug 2006 13:00:40 -0000 1.6 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz @@ -120,6 +120,9 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 29 2006 Andy Shevchenko 0.101.1-13 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 - use install instead of cp (#200835) From fedora-extras-commits at redhat.com Tue Aug 29 13:02:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 06:02:13 -0700 Subject: rpms/kiosktool/devel kiosktool.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608291302.k7TD2FgC016359@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16342 Modified Files: kiosktool.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0-6 - fc6 respin Index: kiosktool.spec =================================================================== RCS file: /cvs/extras/rpms/kiosktool/devel/kiosktool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kiosktool.spec 1 Mar 2006 16:22:27 -0000 1.6 +++ kiosktool.spec 29 Aug 2006 13:02:10 -0000 1.7 @@ -2,12 +2,12 @@ Summary: KIOSK administration tool for KDE Name: kiosktool Version: 1.0 -Release: 5%{?dist}.2 +Release: 6%{?dist} License: GPL Group: System Environment/Base -URL: http://extragear.kde.org/apps/kiosktool.php -Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin/kiosktool-1.0.tar.gz +URL: http://extragear.kde.org/apps/kiosktool/ +Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin/kiosktool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # empty defaults @@ -15,8 +15,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: qt-devel >= 1:3.3 -BuildRequires: kdelibs-devel >= 6:3.3 +BuildRequires: kdelibs-devel %description @@ -30,7 +29,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -47,11 +45,9 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ - --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop + --add-category="X-Fedora" --vendor="" \ + --add-category="Application" \ + $RPM_BUILD_ROOT%{_datadir}/applications/kde/kiosktool.desktop # create/own profile dir mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kde-profile/ @@ -99,13 +95,16 @@ #attr(0511,root,root) %{_bindir}/kiosktool* %{_bindir}/kiosktool* %{_datadir}/appl*/*/*.desktop -%{_datadir}/apps/kiosktool +%{_datadir}/apps/kiosktool/ %{_datadir}/icons/crystalsvg/*/*/* %{_sysconfdir}/kde-profile/ %config(noreplace) %{_sysconfdir}/kde-user-profile %changelog +* Tue Aug 29 2006 Rex Dieter 1.0-6 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:04:16 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:04:16 -0700 Subject: rpms/man-pages-uk/devel needs.rebuild,1.1,NONE Message-ID: <200608291304.k7TD4IdD016429@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/man-pages-uk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16414 Removed Files: needs.rebuild Log Message: No need rebuild due to documentation only packag: no binaries, nor libraries inside --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:05:46 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:05:46 -0700 Subject: rpms/renrot/devel needs.rebuild,1.1,NONE Message-ID: <200608291305.k7TD5mfO016515@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16500 Removed Files: needs.rebuild Log Message: No need rebuild due to no binaries nor libraries inside, just perl script --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:09:18 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:09:18 -0700 Subject: rpms/qstat/devel qstat.spec,1.2,1.3 Message-ID: <200608291309.k7TD9KRb016554@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16537 Modified Files: qstat.spec Log Message: mass rebuild Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qstat.spec 10 Aug 2006 12:00:48 -0000 1.2 +++ qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 5%{?dist} +Release: 6%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -43,6 +43,9 @@ %{_bindir}/qstat %changelog +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Thu Aug 10 2006 Andy Shevchenko 2.10-5 - add Conflicts with torque-client (#201279) From fedora-extras-commits at redhat.com Tue Aug 29 13:12:59 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 06:12:59 -0700 Subject: rpms/libnet/devel needs.rebuild,1.1,NONE Message-ID: <200608291313.k7TDD1f5016625@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16610 Removed Files: needs.rebuild Log Message: prepared to build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:14:26 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 06:14:26 -0700 Subject: rpms/libnet10/devel needs.rebuild,1.1,NONE Message-ID: <200608291314.k7TDES2w016666@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16651 Removed Files: needs.rebuild Log Message: prepared to rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 14:12:50 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 07:12:50 -0700 Subject: fedora-security/audit fc6,1.46,1.47 Message-ID: <200608291412.k7TECoZf019744@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19726 Modified Files: fc6 Log Message: Another set of fc6 issues Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fc6 29 Aug 2006 11:01:38 -0000 1.46 +++ fc6 29 Aug 2006 14:12:47 -0000 1.47 @@ -1635,7 +1635,7 @@ CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) CVE-2002-1642 version (postgresql, fixed 7.2.3) -CVE-2002-1602 ** screen +CVE-2002-1602 ignore (screen) not setuid CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1592 version (httpd, not 2.2) @@ -1643,16 +1643,16 @@ CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) -CVE-2002-1570 ** net-snmp +CVE-2002-1570 version (net-snmp, fixed in 5.0.8 at least) CVE-2002-1568 version (openssl, fixed 0.9.6f) CVE-2002-1568 version (openssl097a, fixed 0.9.6f) -CVE-2002-1567 ** tomcat -CVE-2002-1565 ** wget +CVE-2002-1567 version (tomcat, fixed 4.1.3) +CVE-2002-1565 version (wget, not 1.9+) CVE-2002-1563 ** stunnel CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) CVE-2002-1509 ** shadow-utils -CVE-2002-1508 ** openldap +CVE-2002-1508 version (openldap, not 2.3.24+) CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1471 ** evolution CVE-2002-1405 version (lynx, fixed 2.8.5dev9) @@ -1672,8 +1672,8 @@ CVE-2002-1384 version (cups, fixed 1.1.18) CVE-2002-1383 version (cups, fixed 1.1.18) CVE-2002-1380 ** kernel -CVE-2002-1379 ** openldap -CVE-2002-1378 ** openldap +CVE-2002-1379 version (openldap, not 2.3.24+) +CVE-2002-1378 version (openldap, not 2.3.24+) CVE-2002-1377 ** vim CVE-2002-1376 version (mysql, fixed 4.0.6) CVE-2002-1375 version (mysql, fixed 4.0.6) @@ -1708,7 +1708,7 @@ CVE-2002-1235 version (krb5, fixed after 1.2.6) CVE-2002-1233 ignore (httpd) Debian regression CVE-2002-1232 version (ypserv, fixed 2.5) -CVE-2002-1227 ** pam +CVE-2002-1227 version (pam, only 0.76) CVE-2002-1224 version (kde, fixed 3.0.4) CVE-2002-1223 version (kdegraphics, fixed 3.0.4) CVE-2002-1221 version (bind, not 9) @@ -1719,7 +1719,7 @@ CVE-2002-1174 version (fetchmail, fixed 6.2.0) CVE-2002-1170 ** net-snmp CVE-2002-1165 ** sendmail -CVE-2002-1160 ** pam +CVE-2002-1160 version (pam) was our config CVE-2002-1157 version (httpd, not 2.0) CVE-2002-1156 version (httpd, fixed 2.0.43) CVE-2002-1154 ** kon2 From fedora-extras-commits at redhat.com Tue Aug 29 14:17:16 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 29 Aug 2006 07:17:16 -0700 Subject: rpms/grisbi/devel grisbi.spec,1.11,1.12 Message-ID: <200608291417.k7TEHIOU019778@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19761 Modified Files: grisbi.spec Log Message: bump for build Index: grisbi.spec =================================================================== RCS file: /cvs/extras/rpms/grisbi/devel/grisbi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- grisbi.spec 21 Feb 2006 17:13:17 -0000 1.11 +++ grisbi.spec 29 Aug 2006 14:17:15 -0000 1.12 @@ -1,7 +1,7 @@ %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help Name: grisbi Version: 0.5.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Personal finances manager Group: Applications/Productivity @@ -112,6 +112,9 @@ %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html %changelog +* Tue Aug 29 2006 Bill Nottingham 0.5.8-3 +- rebuild against new libofx + * Tue Feb 21 2006 Aurelien Bompard 0.5.8-2 - rebuild for fc5 From fedora-extras-commits at redhat.com Tue Aug 29 14:32:06 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 07:32:06 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.25,1.26 Message-ID: <200608291432.k7TEW6s7019985@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19968/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Fix up x86_64 condition a bit more for initramfs Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- livecd-mkinitrd.sh 29 Aug 2006 03:04:13 -0000 1.25 +++ livecd-mkinitrd.sh 29 Aug 2006 14:32:04 -0000 1.26 @@ -73,6 +73,12 @@ cp $1 $2 } +getarch() { + if [ -x /bin/rpm ]; then + arch=$(/bin/rpm --root $rootdir -q --queryformat "%{ARCH}\n" kernel) + fi +} + while [ $# -gt 0 ]; do case $1 in --version) @@ -154,13 +160,7 @@ done -echo $kernel | grep FC5 >/dev/null -if [ "$?" -eq "0" ]; then - /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 -else - IMAGESIZE=2500 - /bin/dd if=/dev/zero of=$IMAGE bs=4k count=$IMAGESIZE 2> /dev/null || exit 1 -fi +/bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 LODEV=$(losetup -f) if [ -z "$LODEV" ]; then @@ -175,12 +175,7 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel | grep FC5 >/dev/null -if [ "$?" -eq "0" ]; then - echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null -else - echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null -fi +echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null /sbin/tune2fs -i0 $LODEV >/dev/null @@ -196,6 +191,7 @@ } /bin/mkdir -p $MNTIMAGE/lib +/bin/mkdir -p $MNTIMAGE/lib64 /bin/mkdir -p $MNTIMAGE/lib/tls /bin/mkdir -p $MNTIMAGE/lib/modules/$kernel /bin/mkdir -p $MNTIMAGE/bin @@ -218,27 +214,53 @@ # /bin/rm -rf $MNTPOINT/lost+found cp $rootdir/etc/makedev.d/* $MNTIMAGE/etc/makedev.d -inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" -inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" -inst $rootdir/lib/libsepol.so.1 "$MNTIMAGE/lib/libsepol.so.1" -inst $rootdir/lib/libdl.so.2 "$MNTIMAGE/lib/libdl.so.2" +getarch +if [ "$arch" == "i686" ] || [ "$arch" == "i586" ]; then + inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" + inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" + inst $rootdir/lib/libsepol.so.1 "$MNTIMAGE/lib/libsepol.so.1" + inst $rootdir/lib/libdl.so.2 "$MNTIMAGE/lib/libdl.so.2" + + if [ -f $rootdir/lib/tls/libc.so.6 ]; then + inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + else + inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + fi -if [ -f $rootdir/lib/tls/libc.so.6 ]; then - inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" -else - inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" -fi + if [ -f $rootdir/lib/tls/libm.so.6 ]; then + inst $rootdir/lib/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + else + inst $rootdir/lib/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" + fi -if [ -f $rootdir/lib/tls/libm.so.6 ]; then - inst $rootdir/lib/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + if [ -f $rootdir/lib/libcrypt.so.1 ]; then + inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" + fi else - inst $rootdir/lib/libm.so.6 "$MNTIMAGE/lib/libm.so.6" - /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" -fi + inst $rootdir/lib64/ld-linux.so.2 "$MNTIMAGE/lib64/ld-linux.so.2" + inst $rootdir/lib64/libselinux.so.1 "$MNTIMAGE/lib64/libselinux.so.1" + inst $rootdir/lib64/libsepol.so.1 "$MNTIMAGE/lib64/libsepol.so.1" + inst $rootdir/lib64/libdl.so.2 "$MNTIMAGE/lib64/libdl.so.2" + + if [ -f $rootdir/lib64/tls/libc.so.6 ]; then + inst $rootdir/lib64/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + else + inst $rootdir/lib64/libc.so.6 "$MNTIMAGE/lib64/libc.so.6" + fi + + if [ -f $rootdir/lib64/tls/libm.so.6 ]; then + inst $rootdir/lib64/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + else + inst $rootdir/lib64/libm.so.6 "$MNTIMAGE/lib64/libm.so.6" + /bin/ln -s "/lib64/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" + fi -if [ -f $rootdir/lib/libcrypt.so.1 ]; then - inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" + if [ -f $rootdir/lib64/libcrypt.so.1 ]; then + inst $rootdir/lib64/libcrypt.so.1 "$MNTIMAGE/lib64/libcrypt.so.1" + fi fi + # Install NASH inst /sbin/nash "$MNTIMAGE/bin/nash" From fedora-extras-commits at redhat.com Tue Aug 29 14:35:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 29 Aug 2006 07:35:17 -0700 Subject: rpms/galeon/devel galeon-2.0.1-esc-ok.patch, NONE, 1.1 galeon-2.0.1-typeahead-enter.patch, NONE, 1.1 galeon-2.0.1-xul-enter.patch, NONE, 1.1 galeon.spec, 1.20, 1.21 Message-ID: <200608291435.k7TEZJkn020032@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20006 Modified Files: galeon.spec Added Files: galeon-2.0.1-esc-ok.patch galeon-2.0.1-typeahead-enter.patch galeon-2.0.1-xul-enter.patch Log Message: Added patches for bugs 203615, 203616 and 203618 galeon-2.0.1-esc-ok.patch: --- NEW FILE galeon-2.0.1-esc-ok.patch --- Index: galeon/mozilla/EphyPromptService.cpp diff -u galeon/mozilla/EphyPromptService.cpp:1.1 galeon/mozilla/EphyPromptService.cpp:1.2 --- galeon/mozilla/EphyPromptService.cpp:1.1 Mon Feb 20 16:23:02 2006 +++ galeon/mozilla/EphyPromptService.cpp Wed Mar 8 06:07:53 2006 @@ -65,7 +65,7 @@ RESPONSE_ABORT_SCRIPT = 42 }; -#define RETVAL(r) ((r) == GTK_RESPONSE_DELETE_EVENT ? NS_ERROR_FAILURE : NS_OK) +#define RETVAL(r) (NS_OK) class Prompter { galeon-2.0.1-typeahead-enter.patch: --- NEW FILE galeon-2.0.1-typeahead-enter.patch --- Index: galeon/src/galeon-find-toolbar.c diff -u galeon/src/galeon-find-toolbar.c:1.4 galeon/src/galeon-find-toolbar.c:1.5 --- galeon/src/galeon-find-toolbar.c:1.4 Mon Feb 27 16:35:10 2006 +++ galeon/src/galeon-find-toolbar.c Sun Mar 5 07:04:35 2006 @@ -193,7 +193,12 @@ galeon_find_toolbar_open (toolbar, TRUE, TRUE); return TRUE; } - else if (event->keyval != GDK_space && autostart && event->length) + else if (autostart && + event->keyval != GDK_space && + event->keyval != GDK_KP_Enter && + event->keyval != GDK_ISO_Enter && + event->keyval != GDK_Return && + event->length) { GdkEvent *new_event; GdkWindow *old_window; galeon-2.0.1-xul-enter.patch: --- NEW FILE galeon-2.0.1-xul-enter.patch --- Index: galeon/mozilla/EventContext.cpp diff -u galeon/mozilla/EventContext.cpp:1.47 galeon/mozilla/EventContext.cpp:1.48 --- galeon/mozilla/EventContext.cpp:1.47 Sat Jan 14 08:48:21 2006 +++ galeon/mozilla/EventContext.cpp Sun Mar 5 07:08:23 2006 @@ -975,6 +975,9 @@ rv = node->GetOwnerDocument (getter_AddRefs (doc)); NS_ENSURE_SUCCESS (rv, retval); + nsCOMPtr xul_document (do_QueryInterface(doc, &rv)); + if (xul_document) return retval; + nsCOMPtr htmlDoc (do_QueryInterface (doc)); if (htmlDoc) { Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- galeon.spec 28 Aug 2006 14:25:09 -0000 1.20 +++ galeon.spec 29 Aug 2006 14:35:17 -0000 1.21 @@ -1,11 +1,14 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 +Patch0: galeon-2.0.1-esc-ok.patch +Patch1: galeon-2.0.1-typeahead-enter.patch +Patch2: galeon-2.0.1-xul-enter.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: gettext desktop-file-utils @@ -34,6 +37,9 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch0 -p1 -b .escok +%patch1 -p1 -b .typeahead +%patch2 -p1 -b .xulenter %ifarch x86_64 aclocal @@ -112,7 +118,10 @@ %changelog -* Mon Aug 28 2006 Denis Leroy - 2.0.1 +* Tue Aug 29 2006 Denis Leroy - 2.0.1-8 +- Added patches for bugs 203615, 203616 and 203618 + +* Mon Aug 28 2006 Denis Leroy - 2.0.1-7 - FE6 Rebuild * Thu Aug 10 2006 Denis Leroy - 2.0.1-6 From fedora-extras-commits at redhat.com Tue Aug 29 15:00:51 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:00:51 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks - New directory Message-ID: <200608291500.k7TF0r7D020307@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20281/perl-HTML-FormatText-WithLinks Log Message: Directory /cvs/extras/rpms/perl-HTML-FormatText-WithLinks added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:00:51 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:00:51 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel - New directory Message-ID: <200608291500.k7TF0raF020310@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20281/perl-HTML-FormatText-WithLinks/devel Log Message: Directory /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:01:09 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:09 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608291501.k7TF1B6c021429@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049 Added Files: Makefile import.log Log Message: Setup of module perl-HTML-FormatText-WithLinks --- NEW FILE Makefile --- # Top level Makefile for module perl-HTML-FormatText-WithLinks all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 15:01:10 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:10 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291501.k7TF1CCn021693@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-HTML-FormatText-WithLinks --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 15:01:56 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:56 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel perl-HTML-FormatText-WithLinks.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291501.k7TF1wvv023036@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23001/devel Modified Files: .cvsignore sources Added Files: perl-HTML-FormatText-WithLinks.spec Log Message: auto-import perl-HTML-FormatText-WithLinks-0.06-2 on branch devel from perl-HTML-FormatText-WithLinks-0.06-2.src.rpm --- NEW FILE perl-HTML-FormatText-WithLinks.spec --- Name: perl-HTML-FormatText-WithLinks Version: 0.06 Release: 2%{?dist} Summary: HTML to text conversion with links as footnotes Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/HTML-FormatText-WithLinks Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(HTML::FormatText) perl(HTML::TreeBuilder) BuildRequires: perl(URI::WithBase) BuildRequires: perl(Test::MockObject) perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. By default, it attempts to mimic the format of the lynx text based web browser's --dump option. %prep %setup -q -n HTML-FormatText-WithLinks-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 29 2006 Patrice Dumas 0.06-2 - added BuildRequires for tests * Tue Jul 18 2006 Patrice Dumas 0.06-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 15:01:10 -0000 1.1 +++ .cvsignore 29 Aug 2006 15:01:56 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormatText-WithLinks-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 15:01:10 -0000 1.1 +++ sources 29 Aug 2006 15:01:56 -0000 1.2 @@ -0,0 +1 @@ +77a18dd8ad57d2443827b2458b7e78dd HTML-FormatText-WithLinks-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 15:01:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:54 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks import.log,1.1,1.2 Message-ID: <200608291502.k7TF2RKt023043@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23001 Modified Files: import.log Log Message: auto-import perl-HTML-FormatText-WithLinks-0.06-2 on branch devel from perl-HTML-FormatText-WithLinks-0.06-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 15:01:09 -0000 1.1 +++ import.log 29 Aug 2006 15:01:54 -0000 1.2 @@ -0,0 +1 @@ +perl-HTML-FormatText-WithLinks-0_06-2:HEAD:perl-HTML-FormatText-WithLinks-0.06-2.src.rpm:1156863565 From fedora-extras-commits at redhat.com Tue Aug 29 15:10:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Tue, 29 Aug 2006 08:10:40 -0700 Subject: comps comps-fe5.xml.in,1.122,1.123 comps-fe6.xml.in,1.126,1.127 Message-ID: <200608291510.k7TFAgIr023268@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23249 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add "scim-skk", "scim-tomoe", and "scim-input-pad". Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- comps-fe5.xml.in 28 Aug 2006 18:59:41 -0000 1.122 +++ comps-fe5.xml.in 29 Aug 2006 15:10:40 -0000 1.123 @@ -976,4 +976,17 @@ network-server + + + japanese-support + <_name>Japanese Support + <_description>This group is a collection of tools and resources of Japanese environments. + false + false + + scim-input-pad + scim-skk + scim-tomoe + + Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- comps-fe6.xml.in 28 Aug 2006 18:59:41 -0000 1.126 +++ comps-fe6.xml.in 29 Aug 2006 15:10:40 -0000 1.127 @@ -1064,4 +1064,17 @@ network-server + + + japanese-support + <_name>Japanese Support + <_description>This group is a collection of tools and resources of Japanese environments. + false + false + + scim-input-pad + scim-skk + scim-tomoe + + From fedora-extras-commits at redhat.com Tue Aug 29 15:22:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:22:00 -0700 Subject: rpms/geda-symbols - New directory Message-ID: <200608291522.k7TFM2Ug023427@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23401/geda-symbols Log Message: Directory /cvs/extras/rpms/geda-symbols added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:22:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:22:00 -0700 Subject: rpms/geda-symbols/devel - New directory Message-ID: <200608291522.k7TFM2hF023430@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23401/geda-symbols/devel Log Message: Directory /cvs/extras/rpms/geda-symbols/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:23:03 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:23:03 -0700 Subject: rpms/geda-symbols Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608291523.k7TFN5dg023482@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23446 Added Files: Makefile import.log Log Message: Setup of module geda-symbols --- NEW FILE Makefile --- # Top level Makefile for module geda-symbols all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 15:23:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:23:04 -0700 Subject: rpms/geda-symbols/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291523.k7TFN6pR023486@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23446/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module geda-symbols --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 15:25:52 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:25:52 -0700 Subject: rpms/geda-symbols import.log,1.1,1.2 Message-ID: <200608291525.k7TFPsIM023562@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23529 Modified Files: import.log Log Message: auto-import geda-symbols-20060123-4 on branch devel from geda-symbols-20060123-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 15:23:03 -0000 1.1 +++ import.log 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +geda-symbols-20060123-4:HEAD:geda-symbols-20060123-4.src.rpm:1156865334 From fedora-extras-commits at redhat.com Tue Aug 29 15:25:52 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:25:52 -0700 Subject: rpms/geda-symbols/devel geda-symbols.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291525.k7TFPsbh023567@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23529/devel Modified Files: .cvsignore sources Added Files: geda-symbols.spec Log Message: auto-import geda-symbols-20060123-4 on branch devel from geda-symbols-20060123-4.src.rpm --- NEW FILE geda-symbols.spec --- %define gedadocdir %{_datadir}/gEDA/docs Name: geda-symbols Version: 20060123 Release: 4%{?dist} Summary: Electronic symbols for gEDA Group: Applications/Engineering License: GPL URL: http://www.geda.seul.org Source: ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-symbols-20060123.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description This package contains a bunch of symbols of electronic devices used by gschem, the gEDA project schematic editor. %prep %setup -q %build %configure --with-docdir=%{gedadocdir} %install rm -rf %{buildroot} make INSTALL="install -p" install DESTDIR=%{buildroot} rm %{buildroot}%{_datadir}/gEDA/sym/vhdl/script.sed rm %{buildroot}%{_datadir}/gEDA/sym/vhdl/verilog2vhdl.sh # Required by geda-gschem geda-gsymcheck geda-doc geda-gattrib geda-gnetlist geda-utils mkdir -p %{buildroot}%{_datadir}/gEDA/scheme install -d %{buildroot}%{gedadocdir}/man %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %dir %{_datadir}/gEDA %dir %{_datadir}/gEDA/scheme %dir %{gedadocdir} %dir %{gedadocdir}/man %doc AUTHORS ChangeLog COPYING README %{_datadir}/gEDA/sym %{gedadocdir}/nc.pdf %{_datadir}/gEDA/system-gafrc %Changelog * Tue Aug 29 2006 Chitlesh Goorah - 20060123-4 - Timestamp make install * Sun Aug 27 2006 Chitlesh Goorah - 20060123-3 - rebuilt for FC5 and later with minor fixes * Wed Feb 22 2006 Wojciech Kazubski - 20060123-2.fc4 - more cleanup * Fri Jan 27 2006 Wojciech Kazubski - 20060123-1.fc4 - updated to version 20060123 * Sun Jan 1 2006 Wojciech Kazubski - 20050820-2.fc4 - specfile cleanup * Wed Aug 24 2005 Wojciech Kazubski - 20050820-1.fc4 - updated to version 20050820 * Sun Jul 3 2005 Wojciech Kazubski - 20050313-1.fc4 - rebuilt for Fedora Core 4 * Tue Mar 14 2005 Wojciech Kazubski - 20050313-1.fc3.wk - updated to version 20050313 * Wed Dec 28 2004 Wojciech Kazubski - 20041228-1.fc3.wk - updated to version 20041228 * Sun Dec 12 2004 Wojciech Kazubski - 20040111-1.fc3.wk - rebuilt for Fedora Core 3 * Wed Jan 14 2004 Wojciech Kazubski - 20040111-1 - updated to version 20040111, built on Fedora Core 1 - modified specfile * Thu Sep 4 2003 Wojciech Kazubski - 20030901-1 - updated to version 20030901 * Wed May 28 2003 Wojciech Kazubski - 20030525-1 - updated to version 20030525, compiled on RedHat 9 - doc directory now geda-docs-%{version} - switcap irectory added * Thu Feb 27 2003 Wojciech Kazubski - 200302223-2 - doc directory moved * Tue Feb 25 2003 Wojciech Kazubski - 20030223-1 - updated to version 20030223 * Fri Nov 8 2002 Wojciech Kazubski - 20021103-1 - updated to version 20021103, built on RedHat 8.0 * Wed Sep 4 2002 Wojciech Kazubski - 20020825-1 - updated to version 20020825 * Sat Jun 1 2002 Wojciech Kazubski - 20020527-1 - updated to version 20020527 * Wed Feb 13 2002 Wojciech Kazubski - 20020209-1 - updated to version 20020209 * Tue Nov 27 2001 Wojciech Kazubski - 20010722-2 - some corrections * Wed Aug 8 2001 Wojciech Kazubski - 20010722-1 - added 'bus', 'diode', 'ecl', 'opto', 'power', 'relay', 'transistor', 'vhdl' and 'winfonts' categories - updated to version 20010722; built on redhat-7.0 * Sun Mar 11 2001 L.J.H. Timmerman - updated to version 20010304; built on redhat-7.0 * Tue Oct 17 2000 Emmanuel Rouat - updated to version 20001006 * Thu Jul 6 2000 Emmanuel Rouat - added 'national' and 'supervisor' categories - updated to version 20000704 * Sat Jul 10 1999 Emmanuel Rouat - initialization of spec file. # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 15:23:04 -0000 1.1 +++ .cvsignore 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +geda-symbols-20060123.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 15:23:04 -0000 1.1 +++ sources 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +71e64ed7e680ed1bb47a68e2ffe1eea4 geda-symbols-20060123.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 15:26:42 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:26:42 -0700 Subject: rpms/pam_abl/devel pam_abl.spec,1.2,1.3 Message-ID: <200608291526.k7TFQixj023618@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/pam_abl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23599 Modified Files: pam_abl.spec Log Message: Rebuild for FC6. Index: pam_abl.spec =================================================================== RCS file: /cvs/extras/rpms/pam_abl/devel/pam_abl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_abl.spec 16 Jul 2006 19:02:06 -0000 1.2 +++ pam_abl.spec 29 Aug 2006 15:26:42 -0000 1.3 @@ -1,7 +1,7 @@ Name: pam_abl Summary: A Pluggable Authentication Module (PAM) for auto blacklisting Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base URL: http://www.hexten.net/sw/pam_abl/ @@ -48,6 +48,9 @@ %{_mandir}/man?/%{name}.* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 0.2.3-2 +- Rebuild for FC6. + * Sun Jul 16 2006 Alexander Dalloz - 0.2.3-1 - Upgrade to 0.2.3 - fixes #165817, #174932, #185866, #192614 From fedora-extras-commits at redhat.com Tue Aug 29 15:29:38 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:29:38 -0700 Subject: rpms/mbuffer/devel mbuffer.spec,1.1,1.2 Message-ID: <200608291529.k7TFTehZ023704@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23687 Modified Files: mbuffer.spec Log Message: Rebuild for FC6. Index: mbuffer.spec =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/mbuffer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mbuffer.spec 10 Aug 2006 20:27:41 -0000 1.1 +++ mbuffer.spec 29 Aug 2006 15:29:38 -0000 1.2 @@ -1,7 +1,7 @@ Name: mbuffer Summary: Measuring Buffer is an enhanced version of buffer Version: 20060728 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/File URL: http://www.maier-komor.de/mbuffer.html @@ -47,6 +47,9 @@ %{_mandir}/man1/mbuffer.1* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 20060728-3 +- Rebuild for FC6. + * Thu Aug 10 2006 Alexander Dalloz - 20060728-2 - Removed NEWS from %%doc because free of information. From fedora-extras-commits at redhat.com Tue Aug 29 15:30:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 08:30:37 -0700 Subject: rpms/kmymoney2/devel kmymoney2.spec, 1.15, 1.16 needs.rebuild, 1.1, NONE Message-ID: <200608291530.k7TFUdOr023781@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23762 Modified Files: kmymoney2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.8.4-2 - --disable-final (for now) - BR: gettext Index: kmymoney2.spec =================================================================== RCS file: /cvs/extras/rpms/kmymoney2/devel/kmymoney2.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kmymoney2.spec 22 May 2006 11:39:06 -0000 1.15 +++ kmymoney2.spec 29 Aug 2006 15:30:37 -0000 1.16 @@ -1,23 +1,17 @@ -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _with_ofxbanking --with-ofxbanking %define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -%endif +#endif %if "%{?fedora}" > "4" -%define _with_ofxbanking --with-ofxbanking %define ofx_deps libofx-devel opensp-devel %endif -%if "%{?rhel}" > "3" -%define _with_ofxbanking --with-ofxbanking -%define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -%endif - Summary: Personal finance Name: kmymoney2 Version: 0.8.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://kmymoney2.sourceforge.net/ @@ -29,6 +23,7 @@ BuildRequires: desktop-file-utils BuildRequires: automake +BuildRequires: gettext BuildRequires: libxml2-devel BuildRequires: ghostscript BuildRequires: kdelibs-devel @@ -54,19 +49,18 @@ %prep %setup -q -%patch1 -p0 -b .enable_final +#patch1 -p0 -b .enable_final %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final \ + --disable-dependancy-tracking --disable-final \ %{?_with_kbanking: --enable-kbanking } %{!?_with_kbanking: --disable-kbanking } \ %{?_with_ofxbanking: --enable-ofxbanking --enable-ofxplugin } \ %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ @@ -85,7 +79,7 @@ make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ - --add-category X-Fedora --vendor="" \ + --add-category="X-Fedora" --vendor="" \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop @@ -158,6 +152,10 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.8.4-2 +- --disable-final (for now) +- BR: gettext + * Sun May 21 2006 Rex Dieter 0.8.4-1 - 0.8.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:32:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:32:41 -0700 Subject: rpms/keychain/devel keychain.spec,1.4,1.5 Message-ID: <200608291532.k7TFWhsC023872@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/keychain/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23855 Modified Files: keychain.spec Log Message: Rebuild for FC6. Index: keychain.spec =================================================================== RCS file: /cvs/extras/rpms/keychain/devel/keychain.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- keychain.spec 1 Dec 2005 13:28:40 -0000 1.4 +++ keychain.spec 29 Aug 2006 15:32:41 -0000 1.5 @@ -1,7 +1,7 @@ Name: keychain Summary: Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://www.gentoo.org/proj/en/keychain/ @@ -49,6 +49,9 @@ %{_mandir}/man1/keychain.1* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 2.6.1-2 +- Rebuild for FC6. + * Sat Nov 26 2005 Ville Skytt?? - 2.6.1-1 - Update to 2.6.1. - Invoke keychain with --noask in opt-in scripts in non-interactive shells From fedora-extras-commits at redhat.com Tue Aug 29 15:37:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 08:37:07 -0700 Subject: rpms/kile/devel kile.spec,1.29,1.30 Message-ID: <200608291537.k7TFbAAl023965@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23948 Modified Files: kile.spec Log Message: * Tue Aug 29 2006 Rex Dieter 1.9.2-4 - revert to saner/simpler symlink handling Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- kile.spec 28 Aug 2006 12:43:06 -0000 1.29 +++ kile.spec 29 Aug 2006 15:37:07 -0000 1.30 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -47,7 +47,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -62,7 +61,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install%{!?debug_package:-strip} DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --add-category="X-Fedora" --vendor="" \ @@ -72,29 +71,18 @@ ## File lists # locale's %find_lang %{name} || touch %{name}.lang -# HTML (1.1) +# HTML (1.0) HTML_DIR=$(kde-config --expandvars --install html) if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do if [ -d $lang_dir ]; then lang=$(basename $lang_dir) echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang - ## NEW: automated abs symlink -> rel symlink conversion -- Rex - ## not sure if this is worth the extra effort, but here it is... + # replace absolute symlinks with relative ones pushd $lang_dir - ROOT=$(echo $(pwd) | sed -e "s|$RPM_BUILD_ROOT||") - LINKS=$(find . -type l ) - for LINK in $LINKS ; do - DST=$(echo $LINK | sed -e "s|./||" ) - PRE=$(echo $DST | tr -c -d '/' | sed -e 's|/|../|g') - # skip if $SRC not inside $ROOT - test -z "$PRE" && continue - POST=$(readlink $LINK | sed -e "s|$ROOT||" ) - # skip if not abs symlink - test -z "$(echo $POST | grep '^/')" && continue - SRC=$(echo $PRE$POST | sed -e 's|//|/|g') - rm -f $DST && ln -s $SRC $DST - done + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done popd fi done @@ -132,6 +120,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.9.2-4 +- revert to saner/simpler symlink handling + * Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin From fedora-extras-commits at redhat.com Tue Aug 29 15:44:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:44:41 -0700 Subject: comps comps-fe5.xml.in,1.123,1.124 comps-fe6.xml.in,1.127,1.128 Message-ID: <200608291544.k7TFihuN024062@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24041 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added keychain to group system-tools. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- comps-fe5.xml.in 29 Aug 2006 15:10:40 -0000 1.123 +++ comps-fe5.xml.in 29 Aug 2006 15:44:41 -0000 1.124 @@ -586,6 +586,7 @@ ibmonitor inadyn jfbterm + keychain lirc moodss moomps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- comps-fe6.xml.in 29 Aug 2006 15:10:40 -0000 1.127 +++ comps-fe6.xml.in 29 Aug 2006 15:44:41 -0000 1.128 @@ -643,6 +643,7 @@ john kdirstat kdmtheme + keychain ksmarttray lft lirc From fedora-extras-commits at redhat.com Tue Aug 29 15:48:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:48:54 -0700 Subject: owners owners.list,1.1464,1.1465 Message-ID: <200608291548.k7TFmvLv024092@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24075/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1464 retrieving revision 1.1465 diff -u -r1.1464 -r1.1465 --- owners.list 29 Aug 2006 10:46:40 -0000 1.1464 +++ owners.list 29 Aug 2006 15:48:54 -0000 1.1465 @@ -424,6 +424,7 @@ Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|geda-symbols|Electronic symbols for gEDA|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|genchemlab|A general chemistry lab simulation|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|general|For bugs not specific to any single component.|dkl at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|gentium-fonts|SIL Gentium fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 15:58:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:02 -0700 Subject: rpms/lirc/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw4Zj024174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/lirc/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:58:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:04 -0700 Subject: rpms/openct/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw6Tr024178@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/openct/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/openct/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:58:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:03 -0700 Subject: rpms/pcsc-perl/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw5vu024177@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/pcsc-perl/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:16 -0700 Subject: rpms/perl-Config-General/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1IFT026856@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-Config-General/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:17 -0700 Subject: rpms/perl-Set-IntSpan/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1J9T026866@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Set-IntSpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-Set-IntSpan/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:18 -0700 Subject: rpms/perl-String-ShellQuote/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Kgr026871@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-String-ShellQuote/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:24 -0700 Subject: rpms/python-htmltmpl/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Qg3026900@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/python-htmltmpl/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:25 -0700 Subject: rpms/python-id3/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Rba026906@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/python-id3/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:19:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 09:19:09 -0700 Subject: rpms/libtunepimp/devel libtunepimp.spec, 1.12, 1.13 libtunepimp-0.4.2-198195.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608291619.k7TGJBQe027058@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27041 Modified Files: libtunepimp.spec Removed Files: libtunepimp-0.4.2-198195.patch needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.3-1 - 0.4.3 Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libtunepimp.spec 11 Jul 2006 13:30:58 -0000 1.12 +++ libtunepimp.spec 29 Aug 2006 16:19:09 -0000 1.13 @@ -1,8 +1,8 @@ Summary: A library for creating MusicBrainz enabled tagging applications -Name: libtunepimp -Version: 0.4.2 -Release: 4%{?dist} +Name: libtunepimp +Version: 0.4.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -10,14 +10,16 @@ Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# "libtunepimp: stack smashing (buffer overflow)", http://bugzilla.redhat.com/198195 -Patch198195: libtunepimp-0.4.2-198195.patch - BuildRequires: readline-devel ncurses-devel BuildRequires: libvorbis-devel BuildRequires: flac-devel BuildRequires: libmusicbrainz-devel >= 2.1.0 BuildRequires: zlib-devel +%if "%{version}" >= "0.5.0" +BuildRequires: expat-devel +BuildRequires: curl-devel +BuildRequires: libofa-devel +%endif %description The TunePimp library is a development library geared towards developers @@ -32,19 +34,14 @@ %package tools Summary: MusicBrainz tagging tools -Group: Applications/Multimedia +Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} -#Obsoletes: trm < %{version}-%{release} -#Provides: trm = %{version}-%{release} %description tools %{summary}. %prep -%setup -q - -%patch198195 -p1 -b .198195 - +%setup -q -n libtunepimp-%{version} %build %configure \ @@ -96,6 +93,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.4.3-1 +- 0.4.3 + * Tue Jul 11 2006 Rex Dieter 0.4.2-4 - BR: ncurses-devel --- libtunepimp-0.4.2-198195.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:21:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 09:21:40 -0700 Subject: rpms/libtunepimp/devel .cvsignore, 1.3, 1.4 libtunepimp.spec, 1.13, 1.14 sources, 1.3, 1.4 Message-ID: <200608291621.k7TGLgtS027161@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27140 Modified Files: .cvsignore libtunepimp.spec sources Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Mar 2006 18:07:20 -0000 1.3 +++ .cvsignore 29 Aug 2006 16:21:40 -0000 1.4 @@ -1 +1,3 @@ libtunepimp-0.4.2.tar.gz +libtunepimp-0.4.3.tar.gz +libtunepimp-0.5.1.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libtunepimp.spec 29 Aug 2006 16:19:09 -0000 1.13 +++ libtunepimp.spec 29 Aug 2006 16:21:40 -0000 1.14 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -93,7 +93,7 @@ %changelog -* Tue Aug 29 2006 Rex Dieter 0.4.3-1 +* Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 * Tue Jul 11 2006 Rex Dieter 0.4.2-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Mar 2006 18:07:20 -0000 1.3 +++ sources 29 Aug 2006 16:21:40 -0000 1.4 @@ -1 +1 @@ -10b9e4a2f1930aed78ef7ddaebbe0fde libtunepimp-0.4.2.tar.gz +3b6ea2f378a81a39b4b64c1aaf4b6d51 libtunepimp-0.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 16:27:54 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 29 Aug 2006 09:27:54 -0700 Subject: rpms/glpk/devel glpk.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608291627.k7TGRuQ7027313@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296 Modified Files: glpk.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6. Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/glpk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glpk.spec 25 Jul 2006 15:41:45 -0000 1.7 +++ glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: glpk Version: 4.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Aug 29 2006 Quentin Spencer 4.11-2 +- Rebuild for FC6. + * Tue Jul 25 2006 Quentin Spencer 4.11-1 - New release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:31:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:31:46 -0700 Subject: rpms/perl-Authen-DigestMD5/devel perl-Authen-DigestMD5.spec, 1.1, 1.2 Message-ID: <200608291631.k7TGVmf4027406@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27389 Modified Files: perl-Authen-DigestMD5.spec Log Message: FE6 mass rebuild Index: perl-Authen-DigestMD5.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Authen-DigestMD5/devel/perl-Authen-DigestMD5.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Authen-DigestMD5.spec 12 May 2006 17:10:35 -0000 1.1 +++ perl-Authen-DigestMD5.spec 29 Aug 2006 16:31:46 -0000 1.2 @@ -1,7 +1,7 @@ Summary: SASL DIGEST-MD5 authentication (RFC2831) Name: perl-Authen-DigestMD5 Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Authen-DigestMD5/ @@ -51,5 +51,8 @@ %{_mandir}/man3/Authen::DigestMD5.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.04-2 +- FE6 mass rebuild + * Fri May 12 2006 Paul Howarth 0.04-1 - Initial build From fedora-extras-commits at redhat.com Tue Aug 29 16:33:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:33:23 -0700 Subject: rpms/perl-Authen-DigestMD5/devel needs.rebuild,1.1,NONE Message-ID: <200608291633.k7TGXPd0027478@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27462 Removed Files: needs.rebuild Log Message: FE6 mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:35:02 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:35:02 -0700 Subject: rpms/perl-Class-Loader/devel perl-Class-Loader.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291635.k7TGZ4p7027518@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Class-Loader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27500 Modified Files: perl-Class-Loader.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Class-Loader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Loader/devel/perl-Class-Loader.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Class-Loader.spec 15 Feb 2006 07:30:08 -0000 1.2 +++ perl-Class-Loader.spec 29 Aug 2006 16:35:02 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Load modules and create objects on demand Name: perl-Class-Loader Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Class-Loader/ @@ -52,6 +52,9 @@ %{_mandir}/man3/Class::Loader.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 2.03-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 2.03-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:55:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:55:31 -0700 Subject: rpms/perl-Convert-BinHex/devel perl-Convert-BinHex.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291655.k7TGtXqT027755@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Convert-BinHex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27731 Modified Files: perl-Convert-BinHex.spec Removed Files: needs.rebuild Log Message: use full paths for all commands used in build use search.cpan.org download URL assume rpm knows about %check and %{perl_vendorlib} cosmetic spec file changes Index: perl-Convert-BinHex.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-BinHex/devel/perl-Convert-BinHex.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Convert-BinHex.spec 6 Apr 2005 22:12:44 -0000 1.3 +++ perl-Convert-BinHex.spec 29 Aug 2006 16:55:31 -0000 1.4 @@ -1,62 +1,55 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Convert-BinHex Version: 1.119 -Release: 2 - +Release: 3 Summary: Macintosh BinHex extractor library for Perl - Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Convert-BinHex/ -Source0: http://www.cpan.org/authors/id/E/ER/ERYQ/Convert-BinHex-1.119.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Convert::BinHex extracts data from Macintosh BinHex files. - %prep %setup -q -n Convert-BinHex-%{version} -chmod -x bin/*.pl docs/Convert/BinHex/*.gif -cp -a bin examples +%{__chmod} -x bin/*.pl docs/Convert/BinHex/*.gif +%{__cp} -a bin examples %{__perl} -pi -e 's/^use lib .*$//' bin/*.pl %{__perl} -pi -e 's/^(\@ISA.*)/require Exporter; $1/' t/Checker.pm - %build %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__make} %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* - - -%check || : -make test +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +/usr/bin/find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* +%check +%{__make} test %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README docs examples -%{perl_vendorlib}/Convert +%{perl_vendorlib}/Convert/ %{_mandir}/man3/Convert::BinHex.3* - %changelog +* Tue Aug 29 2006 Paul Howarth 1.119-3 +- use full paths for all commands used in build +- use search.cpan.org download URL +- assume rpm knows about %%check and %%{perl_vendorlib} +- cosmetic spec file changes + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:57:40 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 09:57:40 -0700 Subject: rpms/perl-Parse-Yapp/devel perl-Parse-Yapp.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291657.k7TGvglo027830@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Parse-Yapp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27813 Modified Files: perl-Parse-Yapp.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.05-36 - rebuild for FC6 Index: perl-Parse-Yapp.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-Yapp/devel/perl-Parse-Yapp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Parse-Yapp.spec 17 Feb 2006 16:47:28 -0000 1.2 +++ perl-Parse-Yapp.spec 29 Aug 2006 16:57:40 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Parse-Yapp Version: 1.05 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Perl extension for generating and using LALR parsers Group: Development/Libraries @@ -53,6 +53,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 1.05-36 +- rebuild for FC6 + * Fri Feb 17 2006 Patrice Dumas - 1.05-35 - rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:00:30 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:00:30 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.10,1.11 Message-ID: <200608291700.k7TH0W7k027907@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27890 Modified Files: poker-eval.spec Log Message: new release Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- poker-eval.spec 13 Jun 2006 02:20:19 -0000 1.10 +++ poker-eval.spec 29 Aug 2006 17:00:30 -0000 1.11 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 131.0 -Release: 3%{?dist} +Version: 132.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-1 +- New release + * Mon Jun 12 2006 Christopher Stone 131.0-3 - Remove %%makeinstall macro From fedora-extras-commits at redhat.com Tue Aug 29 17:00:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:00:59 -0700 Subject: rpms/perl-Crypt-DH/devel perl-Crypt-DH.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291701.k7TH11se028411@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-DH/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27923 Modified Files: perl-Crypt-DH.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-DH.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DH/devel/perl-Crypt-DH.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Crypt-DH.spec 16 Feb 2006 07:14:36 -0000 1.4 +++ perl-Crypt-DH.spec 29 Aug 2006 17:00:59 -0000 1.5 @@ -4,7 +4,7 @@ Summary: Perl module implementing the Diffie-Hellman key exchange system Name: perl-Crypt-DH Version: 0.06 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DH/ @@ -47,6 +47,9 @@ %{_mandir}/man3/Crypt::DH.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.06-5 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.06-4 - Simplify conditional build by not using %%bcond_* macros --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:00:59 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:00:59 -0700 Subject: rpms/perl-Text-Unidecode/devel perl-Text-Unidecode.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291701.k7TH1YN6030564@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Text-Unidecode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27927 Modified Files: perl-Text-Unidecode.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 0.04-4 - rebuild for FC6 Index: perl-Text-Unidecode.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Unidecode/devel/perl-Text-Unidecode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Text-Unidecode.spec 26 Jun 2006 11:48:01 -0000 1.3 +++ perl-Text-Unidecode.spec 29 Aug 2006 17:00:59 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Text-Unidecode Version: 0.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: US-ASCII transliterations of Unicode text Group: Development/Libraries @@ -57,6 +57,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 0.04-4 +- rebuild for FC6 + * Mon Jun 26 2006 Patrice Dumas - 0.04-3 - rebuild for perl-5.8.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:02:29 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:02:29 -0700 Subject: rpms/poker-eval/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608291703.k7TH34k0030705@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30678 Modified Files: .cvsignore sources Log Message: new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 May 2006 21:25:11 -0000 1.3 +++ .cvsignore 29 Aug 2006 17:02:29 -0000 1.4 @@ -1 +1 @@ -poker-eval-131.0.tar.gz +poker-eval-132.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 May 2006 21:25:11 -0000 1.3 +++ sources 29 Aug 2006 17:02:29 -0000 1.4 @@ -1 +1 @@ -001cf7f9dfea57a5d8479ceb5342736a poker-eval-131.0.tar.gz +03c2046b5bd6b1f116623b8bba067df8 poker-eval-132.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 17:04:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:04:35 -0700 Subject: rpms/perl-Statistics-Descriptive/devel perl-Statistics-Descriptive.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291704.k7TH4bZn030835@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Statistics-Descriptive/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30786 Modified Files: perl-Statistics-Descriptive.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 2.6-2 - Rebuild for FC6 Index: perl-Statistics-Descriptive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Statistics-Descriptive/devel/perl-Statistics-Descriptive.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Statistics-Descriptive.spec 15 Jul 2006 09:30:21 -0000 1.2 +++ perl-Statistics-Descriptive.spec 29 Aug 2006 17:04:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Statistics-Descriptive Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module of basic descriptive statistical functions Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 2.6-2 +- Rebuild for FC6 + * Fri Jul 14 2006 Patrice Dumas - 2.6-1 - Submit to Fedora Extras. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:04:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:04:44 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.11,1.12 Message-ID: <200608291704.k7TH4kNe030864@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30845 Modified Files: poker-eval.spec Log Message: stupid cvs tag Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- poker-eval.spec 29 Aug 2006 17:00:30 -0000 1.11 +++ poker-eval.spec 29 Aug 2006 17:04:44 -0000 1.12 @@ -1,6 +1,6 @@ -Name: poker-eval +Name: poker-eva Version: 132.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-2 +- Attempted a make tag before committing new sources + * Tue Aug 29 2006 Christopher Stone 132.0-1 - New release From fedora-extras-commits at redhat.com Tue Aug 29 17:05:29 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:05:29 -0700 Subject: rpms/perl-Crypt-DSA/devel perl-Crypt-DSA.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291705.k7TH5VX8030969@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-DSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30951 Modified Files: perl-Crypt-DSA.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-DSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Crypt-DSA.spec 29 May 2006 13:12:02 -0000 1.3 +++ perl-Crypt-DSA.spec 29 Aug 2006 17:05:29 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Perl module for DSA signatures and key generation Name: perl-Crypt-DSA Version: 0.14 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DSA/ @@ -52,6 +52,9 @@ %{_mandir}/man3/Crypt::DSA::Util.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.14-3 +- FE6 mass rebuild + * Mon May 29 2006 Paul Howarth 0.14-2 - Add missing buildreq: which --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:05:40 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:05:40 -0700 Subject: rpms/poker-eval/FC-5 .cvsignore, 1.3, 1.4 poker-eval.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608291705.k7TH5gI7031026@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31005 Modified Files: .cvsignore poker-eval.spec sources Log Message: new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 May 2006 21:25:11 -0000 1.3 +++ .cvsignore 29 Aug 2006 17:05:40 -0000 1.4 @@ -1 +1 @@ -poker-eval-131.0.tar.gz +poker-eval-132.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/poker-eval.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- poker-eval.spec 13 Jun 2006 02:20:14 -0000 1.10 +++ poker-eval.spec 29 Aug 2006 17:05:40 -0000 1.11 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 131.0 -Release: 3%{?dist} +Version: 132.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-1 +- New release + * Mon Jun 12 2006 Christopher Stone 131.0-3 - Remove %%makeinstall macro Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 May 2006 21:25:11 -0000 1.3 +++ sources 29 Aug 2006 17:05:40 -0000 1.4 @@ -1 +1 @@ -001cf7f9dfea57a5d8479ceb5342736a poker-eval-131.0.tar.gz +03c2046b5bd6b1f116623b8bba067df8 poker-eval-132.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 17:08:41 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:08:41 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.12,1.13 Message-ID: <200608291708.k7TH8hdl031114@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31097 Modified Files: poker-eval.spec Log Message: how the heck did this happen? Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-eval.spec 29 Aug 2006 17:04:44 -0000 1.12 +++ poker-eval.spec 29 Aug 2006 17:08:41 -0000 1.13 @@ -1,4 +1,4 @@ -Name: poker-eva +Name: poker-eval Version: 132.0 Release: 2%{?dist} Summary: Poker hand evaluator library From fedora-extras-commits at redhat.com Tue Aug 29 17:09:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:09:24 -0700 Subject: rpms/perl-Crypt-Primes/devel perl-Crypt-Primes.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291709.k7TH9QH9031151@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-Primes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31134 Modified Files: perl-Crypt-Primes.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-Primes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-Primes/devel/perl-Crypt-Primes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-Primes.spec 18 Apr 2006 14:06:42 -0000 1.1 +++ perl-Crypt-Primes.spec 29 Aug 2006 17:09:23 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Provable prime number generator for cryptographic applications Name: perl-Crypt-Primes Version: 0.50 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-Primes/ @@ -52,5 +52,8 @@ %{_mandir}/man3/Crypt::Primes.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.50-2 +- FE6 mass rebuild + * Tue Dec 6 2005 Paul Howarth 0.50-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:10:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:10:54 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.13,1.14 Message-ID: <200608291710.k7THAuKY031216@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31199 Modified Files: poker-eval.spec Log Message: What is it going to take to fix this crap? Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-eval.spec 29 Aug 2006 17:08:41 -0000 1.13 +++ poker-eval.spec 29 Aug 2006 17:10:54 -0000 1.14 @@ -1,6 +1,6 @@ Name: poker-eval Version: 132.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-3 +- Somehow the package name got messed up + * Tue Aug 29 2006 Christopher Stone 132.0-2 - Attempted a make tag before committing new sources From fedora-extras-commits at redhat.com Tue Aug 29 17:12:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:12:29 -0700 Subject: rpms/crm114/FC-4 needs.rebuild,1.1,NONE Message-ID: <200608291712.k7THCViD031294@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31272 Removed Files: needs.rebuild Log Message: FC4 branch isn't part of mass rebuild, is it? Anyway, building now. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:12:39 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:12:39 -0700 Subject: rpms/perl-Crypt-Random/devel perl-Crypt-Random.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291712.k7THCfcr031319@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-Random/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31298 Modified Files: perl-Crypt-Random.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-Random.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-Random/devel/perl-Crypt-Random.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-Random.spec 18 Apr 2006 13:55:52 -0000 1.1 +++ perl-Crypt-Random.spec 29 Aug 2006 17:12:39 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Cryptographically Secure, True Random Number Generator Name: perl-Crypt-Random Version: 1.25 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-Random/ @@ -51,5 +51,8 @@ %{_mandir}/man3/Crypt::Random.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 1.25-2 +- FE6 mass rebuild + * Mon Dec 5 2005 Paul Howarth 1.25-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:14:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:14:31 -0700 Subject: rpms/hnb/devel hnb.spec,1.2,1.3 Message-ID: <200608291714.k7THEXWg031424@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31407 Modified Files: hnb.spec Log Message: - mass rebuild Index: hnb.spec =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/hnb.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hnb.spec 18 Aug 2006 20:58:26 -0000 1.2 +++ hnb.spec 29 Aug 2006 17:14:30 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity @@ -44,6 +44,9 @@ %{_mandir}/man1/%{name}.1* %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 1.9.18-3 +- mass rebuild + * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-2 - added dist tag From fedora-extras-commits at redhat.com Tue Aug 29 17:14:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:14:58 -0700 Subject: rpms/perl-Crypt-RSA/devel perl-Crypt-RSA.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291715.k7THF01j031457@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31435 Modified Files: perl-Crypt-RSA.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.57 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -88,6 +88,9 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:15:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:15:07 -0700 Subject: rpms/hnb/devel needs.rebuild,1.1,NONE Message-ID: <200608291715.k7THF9hD031509@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31469 Removed Files: needs.rebuild Log Message: - mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:16:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:16:46 -0700 Subject: rpms/perl-Crypt-SmbHash/devel perl-Crypt-SmbHash.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291716.k7THGmoF031594@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-SmbHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31577 Modified Files: perl-Crypt-SmbHash.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-SmbHash.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-SmbHash/devel/perl-Crypt-SmbHash.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-SmbHash.spec 16 Feb 2006 06:57:35 -0000 1.2 +++ perl-Crypt-SmbHash.spec 29 Aug 2006 17:16:46 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Pure-perl Lanman and NT MD4 hash functions Name: perl-Crypt-SmbHash Version: 0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-SmbHash/ @@ -44,6 +44,9 @@ %{_mandir}/man3/Crypt::SmbHash.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.12-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.12-3 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:18:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:18:06 -0700 Subject: rpms/libtlen/devel libtlen.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291718.k7THI8ca031670@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31651 Modified Files: libtlen.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: libtlen.spec =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/libtlen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libtlen.spec 9 Aug 2006 10:26:11 -0000 1.1 +++ libtlen.spec 29 Aug 2006 17:18:06 -0000 1.2 @@ -2,7 +2,7 @@ Name: libtlen Version: 0 -Release: 0.4.%{_snap}%{?dist} +Release: 0.5.%{_snap}%{?dist} Summary: Tlen.pl client library Summary(pl): Biblioteka kliencka Tlen.pl Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_libdir}/libtlen.so %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0-0.5.20060309 +- mass rebuild + * Fri Jul 27 2006 Dominik Mierzejewski 0-0.4.20060309 - included LGPL license text from upstream --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:18:27 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:18:27 -0700 Subject: rpms/perl-Data-Buffer/devel perl-Data-Buffer.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291718.k7THITRw031727@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Data-Buffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31705 Modified Files: perl-Data-Buffer.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Data-Buffer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Buffer/devel/perl-Data-Buffer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Buffer.spec 15 Feb 2006 10:36:03 -0000 1.2 +++ perl-Data-Buffer.spec 29 Aug 2006 17:18:26 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Read/write buffer class for perl Name: perl-Data-Buffer Version: 0.04 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Data-Buffer/ @@ -43,6 +43,9 @@ %{_mandir}/man3/Data::Buffer.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.04-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 0.04-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:21:37 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:21:37 -0700 Subject: rpms/perl-Date-Simple/devel perl-Date-Simple.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291721.k7THLdvd031806@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Date-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31789 Modified Files: perl-Date-Simple.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Date-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Date-Simple.spec 16 Feb 2006 07:06:36 -0000 1.2 +++ perl-Date-Simple.spec 29 Aug 2006 17:21:37 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Simple date object for perl Name: perl-Date-Simple Version: 3.02 -Release: 3%{?dist} +Release: 4%{?dist} License: Artistic or GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Date-Simple/ @@ -55,6 +55,9 @@ %{_mandir}/man3/Date::Simple*.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 3.02-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 3.02-3 - don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:23:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:23:17 -0700 Subject: rpms/perl-Digest-BubbleBabble/devel perl-Digest-BubbleBabble.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291723.k7THNJaQ031872@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Digest-BubbleBabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31855 Modified Files: perl-Digest-BubbleBabble.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Digest-BubbleBabble.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Digest-BubbleBabble/devel/perl-Digest-BubbleBabble.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Digest-BubbleBabble.spec 15 Feb 2006 10:31:30 -0000 1.3 +++ perl-Digest-BubbleBabble.spec 29 Aug 2006 17:23:17 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Create bubble-babble fingerprints Name: perl-Digest-BubbleBabble Version: 0.01 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Digest-BubbleBabble/ @@ -51,6 +51,9 @@ %{_mandir}/man3/Digest::BubbleBabble.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.01-4 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 0.01-3 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:24:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:24:00 -0700 Subject: rpms/poker-eval/devel needs.rebuild,1.1,NONE Message-ID: <200608291724.k7THO3tg031937@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31922 Removed Files: needs.rebuild Log Message: rebuilds? we dont need no stinkin rebuilds --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:25:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:25:59 -0700 Subject: rpms/perl-Digest-MD2/devel perl-Digest-MD2.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291726.k7THQ1Iv031982@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Digest-MD2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31963 Modified Files: perl-Digest-MD2.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Digest-MD2.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Digest-MD2/devel/perl-Digest-MD2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Digest-MD2.spec 15 Feb 2006 10:28:35 -0000 1.2 +++ perl-Digest-MD2.spec 29 Aug 2006 17:25:58 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Perl interface to the MD2 Algorithm Name: perl-Digest-MD2 Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Digest-MD2/ @@ -47,6 +47,9 @@ %{_mandir}/man3/Digest::MD2.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 2.03-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 2.03-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:26:13 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 29 Aug 2006 10:26:13 -0700 Subject: rpms/djvulibre/devel djvulibre.spec,1.17,1.18 Message-ID: <200608291726.k7THQFQx032030@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31965 Modified Files: djvulibre.spec Log Message: Use seamonkey for FC6+ and add build requirement to get all checked dirs. Index: djvulibre.spec =================================================================== RCS file: /cvs/extras/rpms/djvulibre/devel/djvulibre.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- djvulibre.spec 28 Aug 2006 09:21:10 -0000 1.17 +++ djvulibre.spec 29 Aug 2006 17:26:12 -0000 1.18 @@ -8,13 +8,22 @@ Source: http://dl.sf.net/djvu/djvulibre-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: qt-devel, libjpeg-devel, libtiff-devel -BuildRequires: mozilla, redhat-menus, hicolor-icon-theme +# These packages provide directories checked at configure time : +BuildRequires: redhat-menus, hicolor-icon-theme +# /usr/share/application-registry & /usr/share/mime-info : +BuildRequires: gnome-mime-data # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %else BuildRequires: xorg-x11-devel %endif +# Use mozilla up to FC5, and seamonkey for FC6+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 6 +BuildRequires: seamonkey +%else +BuildRequires: mozilla +%endif # Provide these here, they're so small, it's not worth splitting them out Provides: mozilla-djvulibre = %{version}-%{release} Provides: djvulibre-devel = %{version}-%{release} @@ -106,6 +115,8 @@ %changelog * Mon Aug 28 2006 Matthias Saou 3.5.17-2 - FC6 rebuild. +- Use mozilla up to FC5, and seamonkey for FC6+ and non-Fedora. +- Build require gnome-mime-data to get build time detected dirs in place. * Sun Jul 2 2006 Matthias Saou 3.5.17-1 - Update to 3.5.17. From fedora-extras-commits at redhat.com Tue Aug 29 17:28:13 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:28:13 -0700 Subject: rpms/perl-FileHandle-Unget/devel perl-FileHandle-Unget.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291728.k7THSFWp032148@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-FileHandle-Unget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32126 Modified Files: perl-FileHandle-Unget.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-FileHandle-Unget.spec =================================================================== RCS file: /cvs/extras/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-FileHandle-Unget.spec 16 Feb 2006 07:35:53 -0000 1.2 +++ perl-FileHandle-Unget.spec 29 Aug 2006 17:28:13 -0000 1.3 @@ -7,7 +7,7 @@ Summary: A FileHandle that supports ungetting of multiple bytes Name: perl-FileHandle-Unget Version: 0.1621 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Libraries Url: http://search.cpan.org/dist/FileHandle-Unget @@ -53,6 +53,9 @@ %{_mandir}/man3/FileHandle::Unget.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.1621-3 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.1621-2 - Don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:28:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:28:32 -0700 Subject: rpms/jasper/devel jasper.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608291728.k7THSY2f032220@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32198 Modified Files: jasper.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.701.0-13 - fc6 respin Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jasper.spec 1 Mar 2006 18:16:10 -0000 1.13 +++ jasper.spec 29 Aug 2006 17:28:32 -0000 1.14 @@ -12,7 +12,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.701.0 -Release: 12%{?dist} +Release: 13%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -118,6 +118,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.701.0-13 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter 1.701.0-12 - fixup build issues introduced by geojasper integration --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:30:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:30:24 -0700 Subject: rpms/xforms/devel xforms.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608291730.k7THUQpf032291@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274 Modified Files: xforms.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0.90-8 - fc6 respin Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/devel/xforms.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- xforms.spec 8 Aug 2006 15:13:16 -0000 1.18 +++ xforms.spec 29 Aug 2006 17:30:24 -0000 1.19 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL Group: System Environment/Libraries @@ -16,10 +16,9 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel -%if "%{?fedora}" > "4" -%define x_deps libX11-devel libXpm-devel -%else %define x_deps xorg-x11-devel +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%define x_deps libX11-devel libXpm-devel %endif BuildRequires: %{x_deps} @@ -96,8 +95,11 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.0.90-8 +- fc6 respin + * Tue Aug 08 2006 Rex Dieter 1.0.90-7 -- cleanup (and fc6 respin) +- cleanup * Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:30:51 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:30:51 -0700 Subject: rpms/pypoker-eval/devel pypoker-eval.spec,1.3,1.4 Message-ID: <200608291730.k7THUrAb032372@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32353 Modified Files: pypoker-eval.spec Log Message: fc6 rebuild Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pypoker-eval.spec 12 Jun 2006 04:08:48 -0000 1.3 +++ pypoker-eval.spec 29 Aug 2006 17:30:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: pypoker-eval Version: 131.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPL @@ -64,6 +64,9 @@ %exclude %{python_sitearch}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 131.0-6 +- fc6 rebuild + * Sun Jun 11 2006 Christopher Stone 131.0-5 - Remove %%makeinstall macro - Add pkgconfig to devel Requires From fedora-extras-commits at redhat.com Tue Aug 29 17:31:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:31:16 -0700 Subject: rpms/xdg-utils/devel needs.rebuild,1.1,NONE Message-ID: <200608291731.k7THVIHP032456@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32415 Removed Files: needs.rebuild Log Message: noarch/static content, nothing to see here... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:31:17 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:31:17 -0700 Subject: rpms/openbabel/devel openbabel.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291731.k7THVJFm032460@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32424 Modified Files: openbabel.spec Removed Files: needs.rebuild Log Message: - simplified autotools invocation - mass rebuild Index: openbabel.spec =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbabel.spec 9 Aug 2006 22:11:43 -0000 1.1 +++ openbabel.spec 29 Aug 2006 17:31:17 -0000 1.2 @@ -10,7 +10,7 @@ Name: openbabel Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File @@ -105,10 +105,7 @@ %patch -p1 -b .cxxflags %build -%{__libtoolize} --force -%{__aclocal} -%{__automake} -%{__autoconf} +autoreconf --force --install %configure --enable-shared=yes --enable-static=no %{__make} %{?_smp_mflags} @@ -203,6 +200,10 @@ %endif %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 2.0.2-3 +- simplified autotools invocation +- mass rebuild + * Mon Aug 07 2006 Dominik Mierzejewski 2.0.2-2 - simplified file lists and permissions - removed weird character from inchi summary and description --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:32:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 10:32:17 -0700 Subject: rpms/loudmouth/devel loudmouth.spec,1.15,1.16 Message-ID: <200608291732.k7THWJgO032531@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32514 Modified Files: loudmouth.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 1.0.4-3 - Rebuild for FC6. - Simplify devel description. Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- loudmouth.spec 29 Jun 2006 14:34:31 -0000 1.15 +++ loudmouth.spec 29 Aug 2006 17:32:17 -0000 1.16 @@ -2,7 +2,7 @@ Name: loudmouth Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -28,7 +28,7 @@ %package devel -Summary: Development files for Loudmouth +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel @@ -39,9 +39,8 @@ %description devel -Loudmouth is a lightweight and easy-to-use C library for programming -with the Jabber protocol. It's designed to be easy to get started with -and yet extensible to let you do anything the Jabber protocol allows. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -93,6 +92,10 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 1.0.4-3 +- Rebuild for FC6. +- Simplify devel description. + * Thu Jun 29 2006 Brian Pepple - 1.0.4-2 - Update to 1.0.4. - Add devel requires on pkgconfig. From fedora-extras-commits at redhat.com Tue Aug 29 17:32:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:32:29 -0700 Subject: rpms/dirmngr/devel dirmngr.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291732.k7THWV40032593@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/dirmngr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32571 Modified Files: dirmngr.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.4-5 - fc6 respin Index: dirmngr.spec =================================================================== RCS file: /cvs/extras/rpms/dirmngr/devel/dirmngr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dirmngr.spec 26 Jun 2006 19:06:20 -0000 1.2 +++ dirmngr.spec 29 Aug 2006 17:32:29 -0000 1.3 @@ -1,11 +1,11 @@ # Fedora Review: -# http://bugzilla.redhat.com/bugzilla/171289 +# http://bugzilla.redhat.com/171289 Name: dirmngr Summary: Client for Managing/Downloading CRLs Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -117,6 +117,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.4-5 +- fc6 respin + * Mon Jun 26 2006 Rex Dieter 0.9.4-4 - %%config(noreplace) %%_sysconfdir/logrotate.d/dirmngr --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:33:35 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:33:35 -0700 Subject: rpms/tre/devel tre.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291733.k7THXbgA032675@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32655 Modified Files: tre.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: tre.spec =================================================================== RCS file: /cvs/extras/rpms/tre/devel/tre.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tre.spec 4 Aug 2006 19:25:24 -0000 1.2 +++ tre.spec 29 Aug 2006 17:33:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: tre Version: 0.7.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 @@ -86,6 +86,9 @@ %{_mandir}/man1/agrep.1* %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0.7.4-5 +- mass rebuild + * Fri Aug 04 2006 Dominik Mierzejewski 0.7.4-4 - bump release to fix CVS tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:35:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:35:06 -0700 Subject: rpms/gift/devel gift.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291735.k7THZ800032766@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gift/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32749 Modified Files: gift.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.11.8.1-5 - fc6 respin Index: gift.spec =================================================================== RCS file: /cvs/extras/rpms/gift/devel/gift.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gift.spec 1 Mar 2006 16:40:36 -0000 1.4 +++ gift.spec 29 Aug 2006 17:35:06 -0000 1.5 @@ -1,16 +1,12 @@ -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _enable_libmagic --enable-libmagic -%endif - -%if "%{?rhel}" > "3" -%define _enable_libmagic --enable-libmagic -%endif +#endif Name: gift Summary: Daemon for communicating with filesharing protocols Version: 0.11.8.1 -Release: 4%{?dist}.2 +Release: 5%{?dist} License: GPL Group: System Environment/Daemons @@ -24,7 +20,7 @@ Source1: giftd.sh BuildRequires: libtool -%if "%{?fedora}" > "3" +%if "%{?fedora}" > "3" || "%{?rhel}" > "4" BuildRequires: libtool-ltdl-devel %endif BuildRequires: libvorbis-devel @@ -101,6 +97,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.11.8.1-5 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:36:47 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:36:47 -0700 Subject: rpms/xdrawchem/devel xdrawchem.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291736.k7THanW0000408@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv384 Modified Files: xdrawchem.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdrawchem.spec 9 Aug 2006 23:59:49 -0000 1.2 +++ xdrawchem.spec 29 Aug 2006 17:36:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 1.9.9-4 +- mass rebuild + * Thu Aug 10 2006 Dominik Mierzejewski 1.9.9-3 - added dist tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:36:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:36:44 -0700 Subject: rpms/gift-openft/devel gift-openft.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291736.k7THakTN000386@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gift-openft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv367 Modified Files: gift-openft.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.2.1.6-3 - fc6 respin Index: gift-openft.spec =================================================================== RCS file: /cvs/extras/rpms/gift-openft/devel/gift-openft.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gift-openft.spec 1 Mar 2006 16:36:23 -0000 1.3 +++ gift-openft.spec 29 Aug 2006 17:36:44 -0000 1.4 @@ -2,12 +2,12 @@ Summary: Openft plugin for giFT Name: gift-openft Version: 0.2.1.6 -Release: 2%{?dist}.2 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://gift.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/gift/gift-openft-0.2.1.6.tar.bz2 +Source: http://dl.sourceforge.net/sourceforge/gift/gift-openft-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: gift-openft-0.2.1.6-lib64.patch @@ -50,6 +50,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.2.1.6-3 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:38:33 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:38:33 -0700 Subject: rpms/apollon/devel apollon.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608291738.k7THcZje000481@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv464 Modified Files: apollon.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0.1-6 - fc6 respin Index: apollon.spec =================================================================== RCS file: /cvs/extras/rpms/apollon/devel/apollon.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apollon.spec 13 Mar 2006 17:27:54 -0000 1.5 +++ apollon.spec 29 Aug 2006 17:38:33 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Filesharing client Name: apollon Version: 1.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Internet @@ -13,7 +13,7 @@ # Fix Name/GenericName, append ; to Categories, # remove lines containing non UTF-8 chars ([de] entries) Patch1: apollon-1.0.1-dtfix.patch -# http://bugzilla.redhat.com/bugzilla/185258 +# http://bugzilla.redhat.com/185258 Patch2: apollon-1.0.1-firstrun.patch BuildRequires: gettext @@ -50,8 +50,7 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ - --vendor="fedora" --delete-original \ - --add-category="X-Fedora" \ + --add-category="X-Fedora" --vendor="" \ $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop ## File lists @@ -108,6 +107,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.0.1-6 +- fc6 respin + * Mon Mar 13 2006 Rex Dieter 1.0.1-5 - firstrun patch (#185258) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:38:53 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:38:53 -0700 Subject: rpms/perl-IO-stringy/devel perl-IO-stringy.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608291738.k7THctFE000542@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-IO-stringy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv522 Modified Files: perl-IO-stringy.spec Removed Files: needs.rebuild Log Message: use search.cpan.org download URL use full paths for all commands used in build assume rpm knows about %%check and %%{perl_vendorlib} cosmetic spec file changes Index: perl-IO-stringy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-IO-stringy.spec 7 Jul 2005 12:00:25 -0000 1.10 +++ perl-IO-stringy.spec 29 Aug 2006 17:38:53 -0000 1.11 @@ -1,50 +1,38 @@ -%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) - -%define tarname IO-stringy - Summary: I/O on in-core objects like strings and arrays for Perl -Name: perl-%{tarname} +Name: perl-IO-stringy Version: 2.110 Release: 2 - License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ -Source0: http://www.cpan.org/authors/id/D/DS/DSKOLL/%{tarname}-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - %description This toolkit primarily provides Perl modules for performing both -traditional and object-oriented i/o) on things *other* than normal +traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. - %prep -%setup -q -n %{tarname}-%{version} - +%setup -q -n IO-stringy-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__make} %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* - - -%check || : -make test +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +/usr/bin/find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* +%check +%{__make} test %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) @@ -52,8 +40,13 @@ %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::*.3pm* - %changelog +* Tue Aug 29 2006 Paul Howarth 2.110-2 +- use search.cpan.org download URL +- use full paths for all commands used in build +- assume rpm knows about %%check and %%{perl_vendorlib} +- cosmetic spec file changes + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:39:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:39:47 -0700 Subject: rpms/gnupg2/devel gnupg2.spec,1.39,1.40 needs.rebuild,1.1,NONE Message-ID: <200608291739.k7THdnIp000600@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv583 Modified Files: gnupg2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.9.22-2 - fc6 respin Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- gnupg2.spec 28 Jul 2006 12:56:37 -0000 1.39 +++ gnupg2.spec 29 Aug 2006 17:39:46 -0000 1.40 @@ -1,5 +1,5 @@ -# Keep an eye on http://bugzilla.redhat.com/bugzilla/175744, in case these dirs go away or change +# Keep an eye on http://bugzilla.redhat.com/175744, in case these dirs go away or change %if "%{?fedora}" > "3" %define kde_scriptdir %{_sysconfdir}/kde %else @@ -16,7 +16,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -170,6 +170,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.9.22-2 +- fc6 respin + * Fri Jul 28 2006 Rex Dieter 1.9.22-1 - 1.9.22 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:40:11 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:40:11 -0700 Subject: rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.11,1.12 Message-ID: <200608291740.k7THeDaG000665@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-IO-stringy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv644 Modified Files: perl-IO-stringy.spec Log Message: Remember to bump release this time Index: perl-IO-stringy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-IO-stringy.spec 29 Aug 2006 17:38:53 -0000 1.11 +++ perl-IO-stringy.spec 29 Aug 2006 17:40:11 -0000 1.12 @@ -1,7 +1,7 @@ Summary: I/O on in-core objects like strings and arrays for Perl Name: perl-IO-stringy Version: 2.110 -Release: 2 +Release: 3 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ @@ -41,7 +41,7 @@ %{_mandir}/man3/IO::*.3pm* %changelog -* Tue Aug 29 2006 Paul Howarth 2.110-2 +* Tue Aug 29 2006 Paul Howarth 2.110-3 - use search.cpan.org download URL - use full paths for all commands used in build - assume rpm knows about %%check and %%{perl_vendorlib} From fedora-extras-commits at redhat.com Tue Aug 29 17:41:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:41:52 -0700 Subject: rpms/gpgme/devel gpgme.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608291741.k7THfsOe000735@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv718 Modified Files: gpgme.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.1.2-5 - fc6 respin Index: gpgme.spec =================================================================== RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gpgme.spec 12 May 2006 18:58:43 -0000 1.17 +++ gpgme.spec 29 Aug 2006 17:41:52 -0000 1.18 @@ -2,7 +2,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: Applications/System @@ -99,6 +99,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.1.2-5 +- fc6 respin + * Mon Mar 6 2006 Rex Dieter 1.1.2-4 - add back support for gpgme-config --thread=pthread --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:44:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:44:21 -0700 Subject: rpms/libfac/devel libfac.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608291744.k7THiNaL000817@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv800 Modified Files: libfac.spec Removed Files: needs.rebuild Log Message: * Tue Jul 25 2006 Rex Dieter 2.0.5-6 - fc6 respin Index: libfac.spec =================================================================== RCS file: /cvs/extras/rpms/libfac/devel/libfac.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libfac.spec 26 Jul 2006 03:33:47 -0000 1.12 +++ libfac.spec 29 Aug 2006 17:44:21 -0000 1.13 @@ -2,7 +2,7 @@ Summary: An extension to Singular-factory Name: libfac Version: 2.0.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Url: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/ @@ -68,7 +68,7 @@ %changelog -* Tue Jul 25 2006 Rex Dieter 2.0.5-5 +* Tue Jul 25 2006 Rex Dieter 2.0.5-6 - fc6 respin * Thu Mar 30 2006 Rex Dieter 2.0.5-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:52:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:52:40 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291752.k7THqgNl000898@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv881 Modified Files: cmucl.spec Removed Files: needs.rebuild Log Message: * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 - use existing cmucl rpm for bootstrap Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cmucl.spec 16 Aug 2006 16:53:17 -0000 1.4 +++ cmucl.spec 29 Aug 2006 17:52:40 -0000 1.5 @@ -10,17 +10,17 @@ Source0: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-src-19c.tar.bz2 Source1: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-src-19c.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# bootstrap available for %%ix86 only: http://bugzilla.redhat.com/bugzilla/185085 +# bootstrap available for %%ix86 only: http://bugzilla.redhat.com/185085 ExclusiveArch: %{ix86} ## ix86 section -Source10: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2 -Source11: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2.asc %ifarch %{ix86} %define cmucl_arch x86 -#define bootstrap cmucl -#define bootstrap_pkg cmucl +%define bootstrap cmucl +%define bootstrap_pkg cmucl %if "%{?bootstrap}" == "%{nil}" +Source10: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2 +Source11: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2.asc %define bootstrap_src -a 10 %else BuildRequires: %{?bootstrap_pkg} @@ -196,6 +196,7 @@ %changelog * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 +- use existing cmucl rpm for bootstrap * Thu Mar 09 2006 Rex Dieter 19c-4 - move bootstrap source outside of %%ifarch block --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:54:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:54:31 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.5,1.6 Message-ID: <200608291754.k7THsXva000967@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv950 Modified Files: cmucl.spec Log Message: * Wed Aug 16 2006 Rex Dieter 19c-6 - respin for fc6 - use existing cmucl rpm for bootstrap Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmucl.spec 29 Aug 2006 17:52:40 -0000 1.5 +++ cmucl.spec 29 Aug 2006 17:54:31 -0000 1.6 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19c -Release: 5%{?dist} +Release: 6%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -194,7 +194,7 @@ %changelog -* Wed Aug 16 2006 Rex Dieter 19c-5 +* Wed Aug 16 2006 Rex Dieter 19c-6 - respin for fc6 - use existing cmucl rpm for bootstrap From fedora-extras-commits at redhat.com Tue Aug 29 17:55:59 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:55:59 -0700 Subject: rpms/glib/devel glib.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291756.k7THu1oU001050@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1033 Modified Files: glib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1:1.2.10-23 - fc6 respin Index: glib.spec =================================================================== RCS file: /cvs/extras/rpms/glib/devel/glib.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glib.spec 9 Aug 2006 17:38:07 -0000 1.3 +++ glib.spec 29 Aug 2006 17:55:59 -0000 1.4 @@ -3,7 +3,7 @@ Name: glib Epoch: 1 Version: 1.2.10 -Release: 22%{?dist} +Release: 23%{?dist} License: LGPL Group: System Environment/Libraries @@ -105,6 +105,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1:1.2.10-23 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:56:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:56:44 -0700 Subject: rpms/gtk+/devel gtk+.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291756.k7THuk4G001116@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1099 Modified Files: gtk+.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1:1.2.10-55 - fc6 respin Index: gtk+.spec =================================================================== RCS file: /cvs/extras/rpms/gtk+/devel/gtk+.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtk+.spec 9 Aug 2006 17:38:55 -0000 1.3 +++ gtk+.spec 29 Aug 2006 17:56:44 -0000 1.4 @@ -3,7 +3,7 @@ Name: gtk+ Epoch: 1 Version: 1.2.10 -Release: 54%{?dist} +Release: 55%{?dist} License: LGPL Group: System Environment/Libraries @@ -247,6 +247,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1:1.2.10-55 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:58:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:58:07 -0700 Subject: rpms/digikamimageplugins/devel digikamimageplugins.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608291758.k7THw9M6001187@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1170 Modified Files: digikamimageplugins.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- digikamimageplugins.spec 7 Aug 2006 12:10:06 -0000 1.16 +++ digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 @@ -2,7 +2,7 @@ Name: digikamimageplugins Summary: Plugins for Digikam Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia @@ -150,6 +150,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.8.2-4 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:58:18 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:58:18 -0700 Subject: rpms/intuitively/devel intuitively.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608291758.k7THwK60001248@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/intuitively/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1227 Modified Files: intuitively.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas 0.7-10 - Rebuild for FC6 Index: intuitively.spec =================================================================== RCS file: /cvs/extras/rpms/intuitively/devel/intuitively.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- intuitively.spec 10 Jun 2006 20:14:22 -0000 1.5 +++ intuitively.spec 29 Aug 2006 17:58:17 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Automatic IP detection utility Name: intuitively Version: 0.7 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://home.samfundet.no/~tfheen/intuitively.html Source0: http://ftp.debian.org/debian/pool/main/i/intuitively/intuitively_%{version}.orig.tar.gz License: GPL @@ -56,36 +56,39 @@ %changelog -* Sat Jun 10 2006 Patrice Dumas 0.7-9 +* Tue Aug 29 2006 Patrice Dumas 0.7-10 +- Rebuild for FC6 + +* Sat Jun 10 2006 Patrice Dumas 0.7-9 - BuildRequires pcap-devel instead of pcap -* Fri Feb 17 2006 Patrice Dumas 0.7-8 +* Fri Feb 17 2006 Patrice Dumas 0.7-8 - rebuild for fc5 -* Thu Dec 22 2005 Patrice Dumas 0.7-7 +* Thu Dec 22 2005 Patrice Dumas 0.7-7 - rebuild -* Mon Nov 28 2005 Patrice Dumas 0.7-6 +* Mon Nov 28 2005 Patrice Dumas 0.7-6 - all changes are from Dmitry Butskoy - use a sed one-liner instead of Patch1 - use %{name} and some wildcards for %files - properly recreate man pages - pass sysconfdir to make instead of patching Makefile.in -* Mon Aug 15 2005 Patrice Dumas 0.7-4 +* Mon Aug 15 2005 Patrice Dumas 0.7-4 - Buildrequires flex, libnet-devel - (noreplace) for config - replace /usr/share by /opt in example config file - no make clean, use smp_mflags -* Mon Aug 15 2005 Patrice Dumas 0.7-3 +* Mon Aug 15 2005 Patrice Dumas 0.7-3 - use the right url -* Fri Aug 12 2005 Patrice Dumas 0.7-1 +* Fri Aug 12 2005 Patrice Dumas 0.7-1 - update -* Sat Mar 20 2004 Patrice Dumas 0.6-0.fdr.1 +* Sat Mar 20 2004 Patrice Dumas 0.6-0.fdr.1 - Update using fedora spec file -* Fri Jun 14 2002 Dumas Patrice +* Fri Jun 14 2002 Dumas Patrice - Initial build. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:59:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:59:31 -0700 Subject: rpms/gtk-qt-engine/devel gtk-qt-engine.spec, 1.24, 1.25 needs.rebuild, 1.1, NONE Message-ID: <200608291759.k7THxX8g001320@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1303 Modified Files: gtk-qt-engine.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gtk-qt-engine.spec 12 Jul 2006 16:07:04 -0000 1.24 +++ gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 @@ -6,7 +6,7 @@ Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt @@ -91,6 +91,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.70-3 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.70-2 - remove dup'd kcmgtk.desktop --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:00:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:00:20 -0700 Subject: rpms/openslp/devel openslp.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608291800.k7TI0Mi3001395@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/openslp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1378 Modified Files: openslp.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.2.1-6 - fc6 respin Index: openslp.spec =================================================================== RCS file: /cvs/extras/rpms/openslp/devel/openslp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- openslp.spec 9 Aug 2006 19:06:30 -0000 1.14 +++ openslp.spec 29 Aug 2006 18:00:20 -0000 1.15 @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Libraries License: BSD @@ -140,6 +140,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.2.1-6 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.2.1-5 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:01:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:01:52 -0700 Subject: rpms/geomview/devel geomview.spec,1.24,1.25 needs.rebuild,1.1,NONE Message-ID: <200608291802.k7TI2PZY004103@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4080 Modified Files: geomview.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.8.2-0.19.rc8 - fc6 respin Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- geomview.spec 9 Aug 2006 14:21:13 -0000 1.24 +++ geomview.spec 29 Aug 2006 18:01:52 -0000 1.25 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.18.%{beta}%{?dist} +Release: 0.19.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -271,9 +271,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.8.2-0.19.rc8 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid - Conflicts: ImageMagick + Conflicts: ImageMagick (bug #202039) * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:02:58 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 11:02:58 -0700 Subject: rpms/pypoker-eval/devel needs.rebuild,1.1,NONE Message-ID: <200608291803.k7TI305X004174@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4160 Removed Files: needs.rebuild Log Message: fc6 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:03:05 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 11:03:05 -0700 Subject: rpms/crm114/devel crm114.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291803.k7TI3c9h004205@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4181 Modified Files: crm114.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: crm114.spec =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/crm114.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crm114.spec 17 Aug 2006 23:03:36 -0000 1.1 +++ crm114.spec 29 Aug 2006 18:03:05 -0000 1.2 @@ -1,6 +1,6 @@ %define cvsver 20060704 %define codename BlameRobert -%define rel 1 +%define rel 2 Summary: CRM114 Bayesian Spam Detector Name: crm114 @@ -66,6 +66,9 @@ %{_datadir}/emacs/site-lisp/*.el %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0-0.2.20060704 +- mass rebuild + * Wed Aug 16 2006 Dominik Mierzejewski 0-0.1.20060704 - FE-compliant versioning - emacs subpackage should require emacs-el --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:03:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:03:46 -0700 Subject: rpms/apollon/devel apollon.spec,1.6,1.7 Message-ID: <200608291804.k7TI4Jqq004268@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4213 Modified Files: apollon.spec Log Message: unpackaged .desktop Index: apollon.spec =================================================================== RCS file: /cvs/extras/rpms/apollon/devel/apollon.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- apollon.spec 29 Aug 2006 17:38:33 -0000 1.6 +++ apollon.spec 29 Aug 2006 18:03:46 -0000 1.7 @@ -2,7 +2,7 @@ Summary: Filesharing client Name: apollon Version: 1.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet @@ -51,7 +51,8 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Applications/*.desktop ## File lists # locale's @@ -107,7 +108,7 @@ %changelog -* Tue Aug 29 2006 Rex Dieter 1.0.1-6 +* Tue Aug 29 2006 Rex Dieter 1.0.1-7 - fc6 respin * Mon Mar 13 2006 Rex Dieter 1.0.1-5 From fedora-extras-commits at redhat.com Tue Aug 29 18:05:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 11:05:55 -0700 Subject: rpms/loudmouth/devel needs.rebuild,1.1,NONE Message-ID: <200608291805.k7TI5vRr004405@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4390 Removed Files: needs.rebuild Log Message: Remove needs.rebuild since FC6 rebuild finished --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:06:28 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 11:06:28 -0700 Subject: mock mock.spec,1.16.2.7,1.16.2.8 Message-ID: <200608291806.k7TI6SRZ004440@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4422 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: updated version number for BZ fix 204051 Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.7 retrieving revision 1.16.2.8 diff -u -r1.16.2.7 -r1.16.2.8 --- mock.spec 29 Aug 2006 05:22:01 -0000 1.16.2.7 +++ mock.spec 29 Aug 2006 18:06:26 -0000 1.16.2.8 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 -Release: 2%{?dist} +Version: 0.6.3 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Tue Aug 29 2006 Clark Williams - 0.6.3-1 +- changed version number to indicate fix for bz 204051 + * Tue Aug 29 2006 Clark Williams - 0.6.2-2 - bumped revision for bz 204051 From fedora-extras-commits at redhat.com Tue Aug 29 18:07:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:07:46 -0700 Subject: rpms/kasablanca/devel kasablanca.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608291807.k7TI7msf004497@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kasablanca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4480 Modified Files: kasablanca.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.0.2-9 - fc6 respin Index: kasablanca.spec =================================================================== RCS file: /cvs/extras/rpms/kasablanca/devel/kasablanca.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- kasablanca.spec 13 Apr 2006 20:59:37 -0000 1.16 +++ kasablanca.spec 29 Aug 2006 18:07:46 -0000 1.17 @@ -2,11 +2,11 @@ Name: kasablanca Summary: Graphical FTP client Version: 0.4.0.2 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Url: http://kasablanca.berlios.de/ -Source: http://download.berlios.de/kasablanca/kasablanca-0.4.0.2.tar.gz +Source: http://download.berlios.de/kasablanca/kasablanca-%{version}.tar.gz Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,7 +15,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: openssl-devel -BuildRequires: kdelibs-devel >= 6:3.3 +BuildRequires: kdelibs-devel %description Kasablanca is an ftp client for KDE, among its features are currently: @@ -36,7 +36,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include # Needed(?) for older/legacy setups, harmless otherwise if pkg-config openssl ; then @@ -104,7 +103,6 @@ done - %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README @@ -116,6 +114,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.4.0.2-9 +- fc6 respin + * Thu Apr 13 2006 Rex Dieter 0.4.0.2-8 - --vendor: fedora -> kde --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:08:41 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:08:41 -0700 Subject: rpms/libmpcdec/devel libmpcdec.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291808.k7TI8hQh004570@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4553 Modified Files: libmpcdec.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.2.2-4 - fc6 respin Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/devel/libmpcdec.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libmpcdec.spec 9 Aug 2006 17:45:12 -0000 1.3 +++ libmpcdec.spec 29 Aug 2006 18:08:41 -0000 1.4 @@ -2,12 +2,12 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.musepack.net/ -Source: http://files2.musepack.net/source/libmpcdec-1.2.2.tar.bz2 +Source: http://files2.musepack.net/source/libmpcdec-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.2.2-4 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.2.2-3 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:09:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:09:37 -0700 Subject: rpms/libmal/devel libmal.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291809.k7TI9dEI004686@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4669 Modified Files: libmal.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.31-4 - fc6 respin Index: libmal.spec =================================================================== RCS file: /cvs/extras/rpms/libmal/devel/libmal.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libmal.spec 19 Apr 2006 02:12:25 -0000 1.4 +++ libmal.spec 29 Aug 2006 18:09:37 -0000 1.5 @@ -4,7 +4,7 @@ # NOTE: this isn't the latest version, but is the last version known to # work with kdepim Version: 0.31 -Release: 3%{?dist} +Release: 4%{?dist} License: MPL Url: http://jasonday.home.att.net/code/libmal/ @@ -75,6 +75,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.31-4 +- fc6 respin + * Thu Apr 13 2006 Rex Dieter 0.31-3 - respin for pilot-link --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:10:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:10:51 -0700 Subject: rpms/kphotoalbum/devel kphotoalbum.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291810.k7TIArPc004759@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4742 Modified Files: kphotoalbum.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2.2-4 - fc6 respin Index: kphotoalbum.spec =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/kphotoalbum.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kphotoalbum.spec 3 Jun 2006 11:04:33 -0000 1.3 +++ kphotoalbum.spec 29 Aug 2006 18:10:51 -0000 1.4 @@ -2,7 +2,7 @@ Summary: KDE Photo Album Name: kphotoalbum Version: 2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia @@ -40,7 +40,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -110,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2.2-4 +- fc6 respin + * Sat Jun 03 2006 Rex Dieter 2.2-3 - respin against exiv2-0.10 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:15:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:15:15 -0700 Subject: rpms/tidy/devel tidy.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608291815.k7TIFHGV004832@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/tidy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4814 Modified Files: tidy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.99.0-11.20051025 - fc6 respin Index: tidy.spec =================================================================== RCS file: /cvs/extras/rpms/tidy/devel/tidy.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- tidy.spec 12 Jul 2006 18:04:02 -0000 1.18 +++ tidy.spec 29 Aug 2006 18:15:15 -0000 1.19 @@ -4,7 +4,7 @@ Name: tidy Summary: Utility to clean up and pretty print HTML/XHTML/XML Version: 0.99.0 -Release: 10.20051025%{?dist} +Release: 11.20051025%{?dist} Group: Applications/Text License: W3C Software License @@ -112,6 +112,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.99.0-11.20051025 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.99.0-10.20051025 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:16:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:16:19 -0700 Subject: rpms/uw-imap/devel uw-imap.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608291816.k7TIGLhT004901@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4884 Modified Files: uw-imap.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2004g-6 - fc6 respin Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- uw-imap.spec 18 Aug 2006 13:37:58 -0000 1.9 +++ uw-imap.spec 29 Aug 2006 18:16:19 -0000 1.10 @@ -6,7 +6,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2004g -Release: 5%{?dist} +Release: 6%{?dist} License: University of Washington Free-Fork License Group: System Environment/Daemons @@ -271,6 +271,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2004g-6 +- fc6 respin + * Fri Aug 18 2006 Rex Dieter 2004g-5 - cleanup, respin for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:20:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:20:03 -0700 Subject: rpms/maxima/devel maxima.spec,1.32,1.33 needs.rebuild,1.1,NONE Message-ID: <200608291820.k7TIK5MG004977@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4960 Modified Files: maxima.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 - fc6 respin Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- maxima.spec 27 Aug 2006 16:28:15 -0000 1.32 +++ maxima.spec 29 Aug 2006 18:20:03 -0000 1.33 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -31,9 +31,9 @@ %ifarch ppc %define default_lisp sbcl -# clisp: http://bugzilla.redhat.com/bugzilla/166347 +# clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp -# gcl: http://bugzilla.redhat.com/bugzilla/167952 +# gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif @@ -144,7 +144,7 @@ BuildRequires: gcl Requires: %{name} = %{version} %if "%{?fedora}" > "4" -# See http://bugzilla.redhat.com/bugzilla/187647 +# See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch @@ -243,10 +243,9 @@ # app icon install -p -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/maxima.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category "X-Fedora" \ + --add-category "X-Fedora" --vendor="fedora" \ %{SOURCE2} # emaxima LaTeX style @@ -387,6 +386,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 - respin (against newer sbcl) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:22:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:22:16 -0700 Subject: rpms/kdegraphics-extras/devel kdegraphics-extras.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291822.k7TIMIt2005095@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdegraphics-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5075 Modified Files: kdegraphics-extras.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter - fc6 respin Index: kdegraphics-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdegraphics-extras/devel/kdegraphics-extras.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdegraphics-extras.spec 26 Jul 2006 01:39:24 -0000 1.3 +++ kdegraphics-extras.spec 29 Aug 2006 18:22:15 -0000 1.4 @@ -21,7 +21,7 @@ %endif Version: 3.5.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPL Group: Applications/Multimedia @@ -33,6 +33,7 @@ Patch2: kdegraphics-3.3.1-xorg.patch Patch3: kdegraphics-3.5.1-warning.patch +BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: kdelibs-devel >= 6:%{version} BuildRequires: libmng-devel @@ -292,6 +293,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:26:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:26:07 -0700 Subject: rpms/kdemultimedia-extras/devel kdemultimedia-extras.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608291826.k7TIQ9Lm005193@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5176 Modified Files: kdemultimedia-extras.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 - fc6 respin Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- kdemultimedia-extras.spec 9 Aug 2006 18:41:46 -0000 1.8 +++ kdemultimedia-extras.spec 29 Aug 2006 18:26:07 -0000 1.9 @@ -22,6 +22,7 @@ BuildConflicts: akode-extras # debugging: to make sure no extras bits (accidentally) get excluded %{?debug:BuildConflicts: kdemultimedia-extras = %{epoch}:%{version}} +# disabled until fixed to work w/libtunepimp-0.5.x %define _with_musicbrainz --with-musicbrainz %define _with_libsamplerate --with-libsamplerate %define _with_taglib --with-taglib @@ -69,7 +70,7 @@ Epoch: 6 #endif Version: 3.5.4 -Release: 3%{?dist}%{?kde} +Release: 5%{?dist} License: GPL %if "%{?patched:1}" == "1" @@ -97,7 +98,7 @@ BuildRequires: libvorbis-devel >= 1:1.1.0 %{?core:Requires: libvorbis >= 1:1.1.0} %{?_with_taglib:BuildRequires: taglib-devel} -%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel} +%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel >= 0.5.0} %{?_with_akode:BuildRequires: akode-devel} # gstreamer(08) pkg_name %{?_with_gstreamer:BuildRequires: %{?gst}%{!?gst:gstreamer}-plugins-devel} @@ -340,14 +341,19 @@ mv %{name}.lang %{name}.list -[ ! -f %{name}.list ] && echo "%defattr(-,root,root)" > %{name}.list -[ ! -f devel.list ] && echo "%defattr(-,root,root)" > devel.list - -## cleanup .la files (178734) -# if built without --without-libltdl: /usr/lib/libltdl.la -sed -i -e "s@%{_libdir}/libltdl.la@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: +## remove references to optional external libraries in .la files (#178734) # alsa-lib/asound -sed -i -e "s at -lasound@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: +sed -i -e "s at -lasound@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# audiofile +sed -i -e "s at -laudiofile@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# ogg/vorbis +sed -i -e "s at -lvorbisfile@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -lvorbisenc@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -lvorbis@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -logg@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# if built without --without-libltdl: /usr/lib/libltdl.la +sed -i -e "s@%{_libdir}/libltdl.la@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: + %if "%{?core}" == "1" @@ -395,7 +401,8 @@ %files -f %{name}.list %defattr(-,root,root,-) %doc AUTHORS COPYING README -%{_libdir}/lib*.so* +%{_libdir}/libkdeinit_*.so +%{_libdir}/lib*.so.* %{_libdir}/lib*.la %{_bindir}/* # Own dir(s) until owned by kdelibs? -- Rex @@ -413,9 +420,11 @@ %{_libdir}/mcop/* %{_libdir}/kde3/* -%files devel -f devel.list +%files devel %defattr(-,root,root,-) %{_includedir}/* +%{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_* %endif %if "%{?extras}" == "1" @@ -442,6 +451,13 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 +- fc6 respin + +* Thu Aug 24 2006 Rex Dieter 6:3.5.4-4 +- strip ogg/vorbis, audiofile from .la files (#178734) +- move %%_libdir/lib*.so to -devel + * Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 - (core)/-extras: use kdemultimedia-3.5.4-patched - BR: gettext --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:28:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:28:00 -0700 Subject: rpms/Macaulay2/devel Macaulay2.spec, 1.26, 1.27 needs.rebuild, 1.1, NONE Message-ID: <200608291828.k7TIS2he005263@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5246 Modified Files: Macaulay2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn - fc6 respin Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- Macaulay2.spec 8 Aug 2006 19:08:41 -0000 1.26 +++ Macaulay2.spec 29 Aug 2006 18:27:59 -0000 1.27 @@ -7,7 +7,7 @@ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.3.%{beta}%{?dist} +Release: 0.4.%{beta}%{?dist} License: GPL Group: Applications/Engineering @@ -179,6 +179,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn +- fc6 respin + * Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn - ExcludeArch: ppc (bug #201739) - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:29:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:29:11 -0700 Subject: rpms/kdetoys/devel .cvsignore, 1.4, 1.5 kdetoys.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291829.k7TITD0u005356@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5334 Modified Files: .cvsignore kdetoys.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 7:3.5.4-2.1 - fc6 respin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jul 2006 01:06:25 -0000 1.4 +++ .cvsignore 29 Aug 2006 18:29:11 -0000 1.5 @@ -1 +1,2 @@ +kdetoys-3.5.3.tar.bz2 kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/kdetoys.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdetoys.spec 1 Aug 2006 11:56:56 -0000 1.4 +++ kdetoys.spec 29 Aug 2006 18:29:11 -0000 1.5 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.4 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Url: http://www.kde.org/ @@ -127,8 +127,11 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 7:3.5.4-2.1 +- fc6 respin + * Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 -- %%description: remove references to (long gone) kaphorism, kscore +- %%description: remove references to (long gone) kaphorism, kscore (#200877) * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:31:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:31:14 -0700 Subject: rpms/kdocker/devel kdocker-1.3-paths.patch, 1.1, 1.2 kdocker.spec, 1.9, 1.10 Message-ID: <200608291831.k7TIVGGq005448@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5426 Modified Files: kdocker-1.3-paths.patch kdocker.spec Log Message: * Tue Aug 29 2006 Rex Dieter 1.3-8 - fc6 respin kdocker-1.3-paths.patch: Index: kdocker-1.3-paths.patch =================================================================== RCS file: /cvs/extras/rpms/kdocker/devel/kdocker-1.3-paths.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kdocker-1.3-paths.patch 22 Jan 2006 02:45:07 -0000 1.1 +++ kdocker-1.3-paths.patch 29 Aug 2006 18:31:14 -0000 1.2 @@ -1,16 +1,5 @@ ---- kdocker/kdocker.desktop.qmake 2004-11-22 10:11:49.000000000 -0600 -+++ kdocker/kdocker.desktop 2006-01-21 20:39:14.000000000 -0600 -@@ -4,7 +4,7 @@ - Comment=Docks any application into system tray - Exec=kdocker - TryExec=kdocker --Icon=/usr/local/share/kdocker/icons/kdocker.png -+Icon=/usr/share/kdocker/icons/kdocker.png - Terminal=false - Type=Application - Categories=Application;Utility; ---- kdocker/kdocker.pro.qmake 2005-04-04 22:14:58.000000000 -0500 -+++ kdocker/kdocker.pro 2006-01-21 20:38:57.000000000 -0600 +--- kdocker/kdocker.pro.paths 2005-04-04 22:14:58.000000000 -0500 ++++ kdocker/kdocker.pro 2006-05-10 12:29:45.000000000 -0500 @@ -1,10 +1,10 @@ TEMPLATE = app DEPENDPATH += i18n src @@ -20,7 +9,7 @@ LIBS = -lX11 -lXpm -lXmu TARGET = kdocker -INSTALL_PATH = /usr/local/share/kdocker -+INSTALL_PATH = $$DESTDIR/usr/share/kdocker ++INSTALL_PATH = $(DESTDIR)/usr/share/kdocker DOCS_PATH = $$INSTALL_PATH/docs # Defines @@ -29,11 +18,22 @@ docs.files = README -desktop.path = /usr/share/applications -+desktop.path = $$DESTDIR/usr/share/applications ++desktop.path = $(DESTDIR)/usr/share/applications desktop.files = kdocker.desktop -target.path = /usr/local/bin -+target.path = $$DESTDIR/usr/bin ++target.path = $(DESTDIR)/usr/bin INSTALLS += target icons docs translations desktop +--- kdocker/kdocker.desktop.paths 2004-11-22 10:11:49.000000000 -0600 ++++ kdocker/kdocker.desktop 2006-05-10 12:29:14.000000000 -0500 +@@ -4,7 +4,7 @@ + Comment=Docks any application into system tray + Exec=kdocker + TryExec=kdocker +-Icon=/usr/local/share/kdocker/icons/kdocker.png ++Icon=/usr/share/kdocker/icons/kdocker.png + Terminal=false + Type=Application + Categories=Application;Utility; Index: kdocker.spec =================================================================== RCS file: /cvs/extras/rpms/kdocker/devel/kdocker.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kdocker.spec 14 Apr 2006 12:31:43 -0000 1.9 +++ kdocker.spec 29 Aug 2006 18:31:14 -0000 1.10 @@ -2,7 +2,7 @@ Name: kdocker Summary: Dock any application in the system tray Version: 1.3 -Release: 6%{?dist} +Release: 8%{?dist} Group: User Interface/Desktops License: GPL @@ -13,8 +13,8 @@ Patch1: kdocker-1.3-paths.patch BuildRequires: desktop-file-utils -BuildRequires: qt-devel >= 1:3.3 -%if "%{?fedora}" > "4" +BuildRequires: qt-devel +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" BuildRequires: libXmu-devel BuildRequires: libXpm-devel %endif @@ -49,9 +49,9 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake +sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake # Not smp safe make @@ -60,12 +60,7 @@ %install rm -rf $RPM_BUILD_ROOT -unset QTDIR || : ; . /etc/profile.d/qt.sh - -qmake DESTDIR=$RPM_BUILD_ROOT -sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake - -make install +make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -103,6 +98,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.3-8 +- fc6 respin + +* Wed May 10 2006 Rex Dieter 1.3-7 +- rework -paths patch + * Fri Apr 14 2006 Rex Dieter 1.3-6 - --vendor="" From fedora-extras-commits at redhat.com Tue Aug 29 18:32:03 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 11:32:03 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.26,1.27 Message-ID: <200608291832.k7TIW3kf005524@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5507/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Typo in x86_64 library specification Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- livecd-mkinitrd.sh 29 Aug 2006 14:32:04 -0000 1.26 +++ livecd-mkinitrd.sh 29 Aug 2006 18:32:01 -0000 1.27 @@ -238,7 +238,7 @@ inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" fi else - inst $rootdir/lib64/ld-linux.so.2 "$MNTIMAGE/lib64/ld-linux.so.2" + inst $rootdir/lib64/ld-linux-x86-64.so.2 "$MNTIMAGE/lib64/ld-linux-x86-64.so.2" inst $rootdir/lib64/libselinux.so.1 "$MNTIMAGE/lib64/libselinux.so.1" inst $rootdir/lib64/libsepol.so.1 "$MNTIMAGE/lib64/libsepol.so.1" inst $rootdir/lib64/libdl.so.2 "$MNTIMAGE/lib64/libdl.so.2" From fedora-extras-commits at redhat.com Tue Aug 29 18:32:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:32:45 -0700 Subject: rpms/kickpim/devel kickpim.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608291832.k7TIWlnG005547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kickpim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5530 Modified Files: kickpim.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.5.3-10 - fc6 respin Index: kickpim.spec =================================================================== RCS file: /cvs/extras/rpms/kickpim/devel/kickpim.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kickpim.spec 1 Mar 2006 16:35:06 -0000 1.15 +++ kickpim.spec 29 Aug 2006 18:32:45 -0000 1.16 @@ -2,12 +2,12 @@ Name: kickpim Summary: KDE kicker applet to access addressbook Version: 0.5.3 -Release: 9%{?dist}.3 +Release: 10%{?dist} License: GPL Group: Applications/Productivity URL: http://kickpim.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/kickpim/kickpim-0.5.3.tar.bz2 +Source: http://dl.sourceforge.net/sourceforge/kickpim/kickpim-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # remove build dep on qt-3.2 @@ -34,7 +34,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib;QTINC=${QTDIR}/include # rpmlint says we should build pic objects (on all archs) #ifarch x86_64 @@ -90,6 +89,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.5.3-10 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:38:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:38:18 -0700 Subject: rpms/libsigsegv/devel libsigsegv.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608291838.k7TIcKF0005635@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libsigsegv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5618 Modified Files: libsigsegv.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2.4-2 - fc6 respin Index: libsigsegv.spec =================================================================== RCS file: /cvs/extras/rpms/libsigsegv/devel/libsigsegv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libsigsegv.spec 20 Jul 2006 11:34:31 -0000 1.11 +++ libsigsegv.spec 29 Aug 2006 18:38:18 -0000 1.12 @@ -2,7 +2,7 @@ Summary: Library for handling page faults in user mode Name: libsigsegv Version: 2.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL URL: http://libsigsegv.sourceforge.net/ @@ -75,6 +75,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2.4-2 +- fc6 respin + * Thu Jul 20 2006 Rex Dieter 2.4-1 - 2.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:39:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:39:52 -0700 Subject: rpms/PyQt-qscintilla/devel PyQt-qscintilla.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291839.k7TIdskA005710@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyQt-qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5693 Modified Files: PyQt-qscintilla.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 3.16-5 - fc6 respin Index: PyQt-qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/PyQt-qscintilla.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PyQt-qscintilla.spec 27 Jul 2006 12:50:21 -0000 1.3 +++ PyQt-qscintilla.spec 29 Aug 2006 18:39:52 -0000 1.4 @@ -2,7 +2,7 @@ Summary: PyQt qscintilla extentions Name: PyQt-qscintilla Version: 3.16 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Languages @@ -58,6 +58,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 3.16-5 +- fc6 respin + * Thu Jul 27 2006 Rex Dieter 3.16-4 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:51:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:51:11 -0700 Subject: rpms/kdemultimedia-extras/devel kdemultimedia-extras.spec,1.9,1.10 Message-ID: <200608291851.k7TIpDDF005880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5863 Modified Files: kdemultimedia-extras.spec Log Message: * Tue Aug 29 2006 Rex Dieter 6:3.5.4-6 - -extras: --with-musicbrainz (using libtunepimp-0.4.x, we'll deal with the hairball that is libtunepimp-0.5 later) Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kdemultimedia-extras.spec 29 Aug 2006 18:26:07 -0000 1.9 +++ kdemultimedia-extras.spec 29 Aug 2006 18:51:11 -0000 1.10 @@ -22,7 +22,6 @@ BuildConflicts: akode-extras # debugging: to make sure no extras bits (accidentally) get excluded %{?debug:BuildConflicts: kdemultimedia-extras = %{epoch}:%{version}} -# disabled until fixed to work w/libtunepimp-0.5.x %define _with_musicbrainz --with-musicbrainz %define _with_libsamplerate --with-libsamplerate %define _with_taglib --with-taglib @@ -37,18 +36,15 @@ %endif # distro/release bits -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _with_gstreamer --with-gstreamer -%endif -%if "%{?fedora}" > "4" +#endif +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" %define gst gstreamer08 BuildRequires: libXxf86vm-devel # likely only required for nonfree -- Rex BuildRequires: libXxf86dga-devel %endif -%if "%{?rhel}" > "3" -%define _with_gstreamer --with-gstreamer -%endif %define is_release 2 @@ -70,7 +66,7 @@ Epoch: 6 #endif Version: 3.5.4 -Release: 5%{?dist} +Release: 6%{?dist}%{?kde} License: GPL %if "%{?patched:1}" == "1" @@ -98,7 +94,7 @@ BuildRequires: libvorbis-devel >= 1:1.1.0 %{?core:Requires: libvorbis >= 1:1.1.0} %{?_with_taglib:BuildRequires: taglib-devel} -%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel >= 0.5.0} +%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel} %{?_with_akode:BuildRequires: akode-devel} # gstreamer(08) pkg_name %{?_with_gstreamer:BuildRequires: %{?gst}%{!?gst:gstreamer}-plugins-devel} @@ -451,8 +447,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 6:3.5.4-6 +- -extras: --with-musicbrainz (using libtunepimp-0.4.x, we'll deal with + the hairball that is libtunepimp-0.5 later) + * Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 -- fc6 respin +- -extras: drop --with-musicbrainz (until juk is fixed for libtunepimp-0.5) * Thu Aug 24 2006 Rex Dieter 6:3.5.4-4 - strip ogg/vorbis, audiofile from .la files (#178734) From fedora-extras-commits at redhat.com Tue Aug 29 18:52:23 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:52:23 -0700 Subject: rpms/vnc-ltsp-config/devel needs.rebuild,1.1,NONE Message-ID: <200608291852.k7TIqPjs005968@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/vnc-ltsp-config/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5937 Removed Files: needs.rebuild Log Message: noarch/static content only --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:57:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:57:20 -0700 Subject: rpms/kipi-plugins/devel .cvsignore, 1.5, 1.6 kipi-plugins.spec, 1.19, 1.20 sources, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608291857.k7TIvMdJ006095@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6074 Modified Files: .cvsignore kipi-plugins.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.1.2-1 - 0.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jun 2006 19:12:20 -0000 1.5 +++ .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 @@ -1 +1,2 @@ kipi-plugins-0.1.1.tar.bz2 +kipi-plugins-0.1.2.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- kipi-plugins.spec 29 Jun 2006 19:12:20 -0000 1.19 +++ kipi-plugins.spec 29 Aug 2006 18:57:20 -0000 1.20 @@ -1,21 +1,21 @@ Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/bugzilla/193741 -BuildRequires: libGL-devel libGLU-devel +# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 +#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel @@ -156,6 +156,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.1.2-1 +- 0.1.2 + * Thu Jun 29 2006 Rex Dieter 0.1.1-1 - 0.1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jun 2006 19:12:20 -0000 1.5 +++ sources 29 Aug 2006 18:57:20 -0000 1.6 @@ -1 +1 @@ -a06025f92a86f12b2ff0a470cadab937 kipi-plugins-0.1.1.tar.bz2 +4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:57:29 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 29 Aug 2006 11:57:29 -0700 Subject: rpms/tcltls/devel tcltls.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291857.k7TIvVCG006151@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/tcltls/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6133 Modified Files: tcltls.spec Removed Files: needs.rebuild Log Message: FE6 Mass Rebuild Index: tcltls.spec =================================================================== RCS file: /cvs/extras/rpms/tcltls/devel/tcltls.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tcltls.spec 27 May 2006 06:13:34 -0000 1.1 +++ tcltls.spec 29 Aug 2006 18:57:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: tcltls Version: 1.5.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: OpenSSL extension for Tcl Group: Development/Libraries @@ -72,6 +72,9 @@ %{_includedir}/tls.h %changelog +* Tue Aug 29 2006 Sander Hoentjen - 1.5.0-11 +- FE6 Mass Rebuild + * Fri May 26 2006 Sander Hoentjen - 1.5.0-10 - reverted name change to tcltls --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:58:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:58:17 -0700 Subject: rpms/kipi-plugins/FC-5 .cvsignore, 1.5, 1.6 kipi-plugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200608291858.k7TIwJ0k006236@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6215 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Tue Aug 29 2006 Rex Dieter 0.1.2-1 - 0.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jun 2006 20:05:50 -0000 1.5 +++ .cvsignore 29 Aug 2006 18:58:17 -0000 1.6 @@ -1 +1,2 @@ kipi-plugins-0.1.1.tar.bz2 +kipi-plugins-0.1.2.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/kipi-plugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- kipi-plugins.spec 29 Jun 2006 20:05:50 -0000 1.17 +++ kipi-plugins.spec 29 Aug 2006 18:58:17 -0000 1.18 @@ -1,21 +1,21 @@ Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/bugzilla/193741 -BuildRequires: libGL-devel libGLU-devel +# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 +#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel @@ -156,6 +156,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.1.2-1 +- 0.1.2 + * Thu Jun 29 2006 Rex Dieter 0.1.1-1 - 0.1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jun 2006 20:05:50 -0000 1.5 +++ sources 29 Aug 2006 18:58:17 -0000 1.6 @@ -1 +1 @@ -a06025f92a86f12b2ff0a470cadab937 kipi-plugins-0.1.1.tar.bz2 +4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 29 19:01:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 12:01:38 -0700 Subject: rpms/exiv2/devel exiv2.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291902.k7TJ2DCl008927@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/exiv2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8906 Modified Files: exiv2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.10-2 - fc6 respin Index: exiv2.spec =================================================================== RCS file: /cvs/extras/rpms/exiv2/devel/exiv2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- exiv2.spec 3 Jun 2006 10:55:16 -0000 1.3 +++ exiv2.spec 29 Aug 2006 19:01:37 -0000 1.4 @@ -2,7 +2,7 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -92,6 +92,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.10-2 +- fc6 respin + * Sat Jun 03 2006 Rex Dieter 0.10-1 - 0.10 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 19:24:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:24:34 -0700 Subject: rpms/cd-discid/devel cd-discid.spec,1.5,1.6 Message-ID: <200608291924.k7TJOaw4009372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9355 Modified Files: cd-discid.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 0.9-6 - Rebuild. Index: cd-discid.spec =================================================================== RCS file: /cvs/extras/rpms/cd-discid/devel/cd-discid.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cd-discid.spec 15 Feb 2006 20:43:01 -0000 1.5 +++ cd-discid.spec 29 Aug 2006 19:24:33 -0000 1.6 @@ -1,6 +1,6 @@ Name: cd-discid Version: 0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Utility to get CDDB discid information Group: Applications/Multimedia @@ -40,6 +40,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 0.9-6 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 0.9-5 - Rebuild, specfile cleanup. From fedora-extras-commits at redhat.com Tue Aug 29 19:24:59 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:24:59 -0700 Subject: rpms/clusterssh - New directory Message-ID: <200608291925.k7TJP1b2009466@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9440/clusterssh Log Message: Directory /cvs/extras/rpms/clusterssh added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 19:25:00 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:00 -0700 Subject: rpms/clusterssh/devel - New directory Message-ID: <200608291925.k7TJP2wL009469@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9440/clusterssh/devel Log Message: Directory /cvs/extras/rpms/clusterssh/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 19:25:13 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:13 -0700 Subject: rpms/clusterssh Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608291925.k7TJPFkT009518@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9485 Added Files: Makefile import.log Log Message: Setup of module clusterssh --- NEW FILE Makefile --- # Top level Makefile for module clusterssh all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 19:25:14 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:14 -0700 Subject: rpms/clusterssh/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291925.k7TJPG9Q009521@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9485/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clusterssh --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 19:25:48 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:48 -0700 Subject: rpms/clusterssh import.log,1.1,1.2 Message-ID: <200608291926.k7TJQKkM009587@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9549 Modified Files: import.log Log Message: auto-import clusterssh-3.19.1-2 on branch devel from clusterssh-3.19.1-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clusterssh/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 19:25:13 -0000 1.1 +++ import.log 29 Aug 2006 19:25:47 -0000 1.2 @@ -0,0 +1 @@ +clusterssh-3_19_1-2:HEAD:clusterssh-3.19.1-2.src.rpm:1156879542 From fedora-extras-commits at redhat.com Tue Aug 29 19:25:48 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:48 -0700 Subject: rpms/clusterssh/devel clusterssh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291926.k7TJQK8L009591@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9549/devel Modified Files: .cvsignore sources Added Files: clusterssh.spec Log Message: auto-import clusterssh-3.19.1-2 on branch devel from clusterssh-3.19.1-2.src.rpm --- NEW FILE clusterssh.spec --- Name: clusterssh Version: 3.19.1 Release: 2%{?dist} Summary: Secure concurrent multi-server terminal control Group: Applications/Productivity License: GPL URL: http://clusterssh.sourceforge.net Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils %description Control multiple terminals open on different servers to perform administration tasks, for example multiple hosts requiring the same config within a cluster. Not limited to use with clusters, however. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{name}.desktop mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ install -p -m 644 %{name}-48x48.png \ %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ install -p -m 644 %{name}-32x32.png \ %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/ install -p -m 644 %{name}-24x24.png \ %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS THANKS ChangeLog %{_bindir}/cssh %{_mandir}/man1/*.1* %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop %changelog * Tue Aug 15 2006 Duncan Ferguson - 3.19.1-2 - Tidyups as per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199173 * Mon Jul 24 2006 Duncan Ferguson - 3.19.1-1 - Update Changelog, commit all branch changes and release * Tue Jul 18 2006 Duncan Ferguson - 3.18.2.10-2 - Correct download URL (Source0) * Mon Jul 17 2006 Duncan Ferguson - 3.18.2.10-1 - Lots of amendments and fixes to clusterssh code - Added icons and desktop file - Submitted to Fedora Extras for review * Mon Nov 28 2005 Duncan Ferguson - 3.18.1-1 - Updates and bugfixes to cssh - Updates to man page - Re-engineer spec file * Tue Aug 30 2005 Duncan Ferguson - 3.17.1-2 - spec file tidyups * Mon Apr 25 2005 Duncan Ferguson - 3.0 - Please see ChangeLog in documentation area Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clusterssh/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 19:25:14 -0000 1.1 +++ .cvsignore 29 Aug 2006 19:25:48 -0000 1.2 @@ -0,0 +1 @@ +clusterssh-3.19.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/clusterssh/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 19:25:14 -0000 1.1 +++ sources 29 Aug 2006 19:25:48 -0000 1.2 @@ -0,0 +1 @@ +12363dead309dca70bb6d45f4410246c clusterssh-3.19.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 19:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:27:27 -0700 Subject: rpms/cabextract/devel cabextract.spec,1.9,1.10 Message-ID: <200608291927.k7TJRTL8009650@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9633 Modified Files: cabextract.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.1-5 - Rebuild. Index: cabextract.spec =================================================================== RCS file: /cvs/extras/rpms/cabextract/devel/cabextract.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cabextract.spec 15 Feb 2006 19:28:01 -0000 1.9 +++ cabextract.spec 29 Aug 2006 19:27:27 -0000 1.10 @@ -1,6 +1,6 @@ Name: cabextract Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility for extracting cabinet (.cab) archives Group: Applications/Archiving @@ -43,6 +43,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.1-5 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 1.1-4 - Rebuild. @@ -59,7 +62,7 @@ - Converted spec file to UTF-8. * Sat May 31 2003 Warren Togami 0:0.6-0.fdr.2 -- Remove redundant %doc +- Remove redundant %%doc * Thu May 29 2003 Marius L. J??hndal 0:0.6-0.fdr.1 - Initial Fedora RPM release. From fedora-extras-commits at redhat.com Tue Aug 29 19:29:35 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:29:35 -0700 Subject: owners owners.list,1.1465,1.1466 Message-ID: <200608291929.k7TJTbTY009735@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9718 Modified Files: owners.list Log Message: ClusterSSH added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1465 retrieving revision 1.1466 diff -u -r1.1465 -r1.1466 --- owners.list 29 Aug 2006 15:48:54 -0000 1.1465 +++ owners.list 29 Aug 2006 19:29:35 -0000 1.1466 @@ -179,6 +179,7 @@ Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| +Fedora Extras|clusterssh|Secure concurrent multi-server terminal control|duncan_j_ferguson at yahoo.co.uk|extras-qa at fedoraproject.org| Fedora Extras|cmake|Cross-platform make system|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|cogito|Cogito SCM based on git|chrisw at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 19:49:03 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 29 Aug 2006 12:49:03 -0700 Subject: rpms/denyhosts/devel denyhosts.spec, 1.37, 1.38 needs.rebuild, 1.1, NONE Message-ID: <200608291949.k7TJn5e8009917@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900 Modified Files: denyhosts.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %{python_sitelib}/Denyhosts ownership. Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- denyhosts.spec 22 Jun 2006 15:02:09 -0000 1.37 +++ denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,10 @@ %changelog +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 19:56:00 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 12:56:00 -0700 Subject: mock Makefile,1.8.2.3,1.8.2.4 buildsys-build.spec,1.2.2.6,1.2.2.7 Message-ID: <200608291956.k7TJu0F6010004@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: reversioned buildsys-build.spec; added rhl buildsys generation to Makefile Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -u -r1.8.2.3 -r1.8.2.4 --- Makefile 7 Aug 2006 18:55:52 -0000 1.8.2.3 +++ Makefile 29 Aug 2006 19:55:58 -0000 1.8.2.4 @@ -55,3 +55,6 @@ for i in 3 4; do \ rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done + for i in 73 8 9; do \ + rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rh$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.6 retrieving revision 1.2.2.7 diff -u -r1.2.2.6 -r1.2.2.7 --- buildsys-build.spec 29 Aug 2006 05:22:01 -0000 1.2.2.6 +++ buildsys-build.spec 29 Aug 2006 19:55:58 -0000 1.2.2.7 @@ -3,8 +3,8 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.5 -Release: 5%{?dist} +Version: 0.6 +Release: 1%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -104,6 +104,9 @@ %doc %changelog +* Tue Aug 29 2006 Clark Williams - 0.6-1 +- added rhl buildsys-build rpms + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags From fedora-extras-commits at redhat.com Tue Aug 29 19:56:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:56:32 -0700 Subject: rpms/ccache/devel ccache.spec,1.12,1.13 Message-ID: <200608291956.k7TJuYQS010027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10010 Modified Files: ccache.spec Log Message: * Wed Aug 9 2006 Ville Skytt?? - 2.4-6 - Add auto-symlink support for compat-gcc-34(-c++). - Untabify, escape macros in changelog. Index: ccache.spec =================================================================== RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ccache.spec 16 May 2006 19:09:50 -0000 1.12 +++ ccache.spec 29 Aug 2006 19:56:32 -0000 1.13 @@ -1,17 +1,17 @@ %define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 g++-libstdc++-so_7 -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++, libstdc++so7-devel +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++, compat-gcc-34, compat-gcc-34-c++, libstdc++so7-devel -Name: ccache -Version: 2.4 -Release: 5%{?dist} -Summary: C/C++ compiler cache - -Group: Development/Tools -License: GPL -URL: http://ccache.samba.org/ -Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz -Patch0: %{name}-html-links.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: ccache +Version: 2.4 +Release: 6%{?dist} +Summary: C/C++ compiler cache + +Group: Development/Tools +License: GPL +URL: http://ccache.samba.org/ +Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz +Patch0: %{name}-html-links.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description ccache is a compiler cache. It acts as a caching pre-processor to @@ -78,11 +78,15 @@ %doc COPYING README web/*.html %config %{_sysconfdir}/profile.d/%{name}.*sh %{_bindir}/ccache -%dir %{_libdir}/ccache +%dir %{_libdir}/ccache/ %{_mandir}/man1/ccache.1* %changelog +* Wed Aug 9 2006 Ville Skytt?? - 2.4-6 +- Add auto-symlink support for compat-gcc-34(-c++). +- Untabify, escape macros in changelog. + * Tue May 16 2006 Ville Skytt?? - 2.4-5 - Add auto-symlink support for g++-libstdc++-so_7. @@ -138,7 +142,7 @@ - Add Requires: gcc, gcc-c++ (minimal expectation of compilers) * Fri Mar 28 2003 Warren Togami 2.2-0.fdr.3 -- No longer use %ghost, symlinks always exist +- No longer use %%ghost, symlinks always exist * Thu Mar 27 2003 Warren Togami 2.2-0.fdr.2 - Move symlinks to /usr/lib/ccache/bin @@ -148,7 +152,7 @@ * Thu Mar 27 2003 Warren Togami 2.2-0.fdr.1 - Move symlinks to /bin since it seems to be at the beginning of PATH of all users before /usr/bin, the location of the real compiler. -- Package symlinks rather than create and remove during %post and %postun +- Package symlinks rather than create and remove during %%post and %%postun * Thu Feb 20 2003 Warren Togami 2.2-4.fedora.1 - Fedora @@ -164,8 +168,8 @@ - Upgraded to ccache 2.2 * Tue Feb 04 2003 Samir M. Nassar 2.1.1-4.redconcepts -- Using %post to create the soft symlinks -- Using %postun to remove the soft symlinks +- Using %%post to create the soft symlinks +- Using %%postun to remove the soft symlinks - Thanks to Che for the help - Packaged as user From fedora-extras-commits at redhat.com Tue Aug 29 19:56:48 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 12:56:48 -0700 Subject: mock ChangeLog,1.8,1.8.2.1 mock.spec,1.16.2.8,1.16.2.9 Message-ID: <200608291956.k7TJum3U010055@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10033 Modified Files: Tag: mock-0-6-branch ChangeLog mock.spec Log Message: updated Changelog to reflect modifications; bumped version number Index: ChangeLog =================================================================== RCS file: /cvs/fedora/mock/ChangeLog,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- ChangeLog 13 Jun 2006 05:36:07 -0000 1.8 +++ ChangeLog 29 Aug 2006 19:56:45 -0000 1.8.2.1 @@ -1,3 +1,58 @@ +2006-08-29 05:16 jcwillia + + * mock.py + explicit import of rpmUtils.transaction + (BZ#204051) + +2006-08-25 16:40 jcwillia + + * buildsys-build.spec + Dennis Gilmore's patches for Aurora SPARC Linux + (BZ#204100) + +2006-08-17 20:28 jcwillia + + * etc/redhat-73-i386.cfg, etc/redhat-9-i386.cfg: + added runuser config option for legacy config files + + * mock.py + updated usage message + + * doc/mock.1 + reworked man page to include caching options, chroot and shell + commands. + (BZ#200080) + +2006-08-17 20:23 jcwillia + + * etc/redhat-8-i386.cfg: + added template for RHL8 + +2006-08-16 16:59 jcwillia + + * mock.spec + added disttags + + * mock.py + added check for basedir change and raise error when it's detected + (BZ#1644441) + + +2006-08-07 17:26 jcwillia + + * buildsys-build.spec + added rhel tags + + * Makefile + Modified to build all supported targets for buildsys-build + +2006-08-07 15:05 jcwillia + + * buildsys-build.spec + Thorsten Leemhuis and Paul Howarth's patches for RHL and Legacy + chroots. + (BZ#196930) + 2006-06-13 01:31 skvidal * etc/defaults.cfg: @@ -72,6 +127,7 @@ * etc/defaults.cfg: use defaults more intelligently + 2006-05-24 11:15 skvidal * mock.py, src/mock-helper.c: Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.8 retrieving revision 1.16.2.9 diff -u -r1.16.2.8 -r1.16.2.9 --- mock.spec 29 Aug 2006 18:06:26 -0000 1.16.2.8 +++ mock.spec 29 Aug 2006 19:56:45 -0000 1.16.2.9 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Tue Aug 29 20:10:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 13:10:05 -0700 Subject: rpms/gstreamer08/devel gstreamer08.spec,1.3,1.4 Message-ID: <200608292010.k7TKA7JK012917@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer08/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12898 Modified Files: gstreamer08.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.8.12-7 - Rebuild for FC6. Index: gstreamer08.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer08/devel/gstreamer08.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gstreamer08.spec 23 Jun 2006 16:06:08 -0000 1.3 +++ gstreamer08.spec 29 Aug 2006 20:10:05 -0000 1.4 @@ -10,7 +10,7 @@ Name: %{gstreamer} Version: 0.8.12 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GStreamer streaming media framework runtime Group: Applications/Multimedia @@ -154,6 +154,9 @@ %{_datadir}/gtk-doc/html/* %changelog +* Tue Aug 29 2006 Brian Pepple - 0.8.12-7 +- Rebuild for FC6. + * Fri Jun 23 2006 Brian Pepple - 0.8.12-6 - Add BR for libtool, flex, & bison. - Add devel require on pkgconfig. From fedora-extras-commits at redhat.com Tue Aug 29 20:10:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:10:10 -0700 Subject: rpms/cvsgraph/devel cvsgraph.spec,1.13,1.14 Message-ID: <200608292010.k7TKACpf012938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12921 Modified Files: cvsgraph.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.6.1-3 - Drop no longer needed Obsoletes. Index: cvsgraph.spec =================================================================== RCS file: /cvs/extras/rpms/cvsgraph/devel/cvsgraph.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cvsgraph.spec 31 Jul 2006 18:33:36 -0000 1.13 +++ cvsgraph.spec 29 Aug 2006 20:10:10 -0000 1.14 @@ -1,6 +1,6 @@ Name: cvsgraph Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CVS/RCS repository grapher Group: Development/Tools @@ -18,7 +18,6 @@ BuildRequires: libpng-devel BuildRequires: libjpeg-devel BuildRequires: %{__perl} -Obsoletes: cvsgraph-web < 1.5.1 %description CvsGraph is a utility to make a graphical representation of all @@ -64,6 +63,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.6.1-3 +- Drop no longer needed Obsoletes. + * Mon Jul 31 2006 Ville Skytt?? - 1.6.1-2 - Ensure proper doc file permissions (#200770). From fedora-extras-commits at redhat.com Tue Aug 29 20:12:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:12:46 -0700 Subject: rpms/cvsps/devel cvsps.spec,1.4,1.5 Message-ID: <200608292012.k7TKCmEQ013081@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13064 Modified Files: cvsps.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.1-4 - Rebuild. Index: cvsps.spec =================================================================== RCS file: /cvs/extras/rpms/cvsps/devel/cvsps.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cvsps.spec 15 Feb 2006 19:23:17 -0000 1.4 +++ cvsps.spec 29 Aug 2006 20:12:46 -0000 1.5 @@ -1,6 +1,6 @@ Name: cvsps Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Patchset tool for CVS Group: Development/Tools @@ -50,6 +50,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.1-4 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.1-3 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 20:18:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:18:23 -0700 Subject: rpms/dvb-apps/devel dvb-apps.spec,1.6,1.7 Message-ID: <200608292018.k7TKIPkf013160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143 Modified Files: dvb-apps.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.1.1-5 - Rebuild. Index: dvb-apps.spec =================================================================== RCS file: /cvs/extras/rpms/dvb-apps/devel/dvb-apps.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- dvb-apps.spec 18 May 2006 20:56:23 -0000 1.6 +++ dvb-apps.spec 29 Aug 2006 20:18:23 -0000 1.7 @@ -1,6 +1,6 @@ Name: dvb-apps Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility, demo and test applications using the Linux DVB API Group: Applications/Multimedia @@ -74,6 +74,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.1.1-5 +- Rebuild. + * Thu May 18 2006 Ville Skytt?? - 1.1.1-4 - Include ATSC initial tuning data files. From fedora-extras-commits at redhat.com Tue Aug 29 20:20:33 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:20:33 -0700 Subject: rpms/epiphany-extensions/devel .cvsignore, 1.10, 1.11 epiphany-extensions.spec, 1.9, 1.10 sources, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608292020.k7TKKaAQ013245@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13224 Modified Files: .cvsignore epiphany-extensions.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Christopher Aillon 2.15.2-1 - Update to 2.15.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 16 Apr 2006 16:26:55 -0000 1.10 +++ .cvsignore 29 Aug 2006 20:20:33 -0000 1.11 @@ -1 +1 @@ -epiphany-extensions-2.14.1.tar.bz2 +epiphany-extensions-2.15.2.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- epiphany-extensions.spec 16 Apr 2006 16:26:55 -0000 1.9 +++ epiphany-extensions.spec 29 Aug 2006 20:20:33 -0000 1.10 @@ -1,8 +1,8 @@ -%define ephy_major 2.14.1 +%define ephy_major 2.15.92 Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.14.1 +Version: 2.15.2 Release: 1 License: GPL Group: Applications/Internet @@ -49,6 +49,9 @@ %{_libdir}/epiphany %changelog +* Tue Aug 29 2006 Christopher Aillon 2.15.2-1 +- Update to 2.15.2 + * Sun Apr 16 2006 Ignacio Vazquez-Abrams 2.14.1-1 - Upstream update Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Apr 2006 16:26:55 -0000 1.10 +++ sources 29 Aug 2006 20:20:33 -0000 1.11 @@ -1 +1 @@ -8be9c522284b0a9d7ba2797e141cf26e epiphany-extensions-2.14.1.tar.bz2 +2ec568adefdec0b59d42153d38b9357b epiphany-extensions-2.15.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 20:28:12 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:28:12 -0700 Subject: rpms/epiphany-extensions/devel epiphany-extensions.spec,1.10,1.11 Message-ID: <200608292028.k7TKSEq2013329@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13312 Modified Files: epiphany-extensions.spec Log Message: fix buildrequires Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- epiphany-extensions.spec 29 Aug 2006 20:20:33 -0000 1.10 +++ epiphany-extensions.spec 29 Aug 2006 20:28:12 -0000 1.11 @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: epiphany-devel >= %{ephy_major} +BuildRequires: perl-XML-Parser Requires: epiphany >= %{ephy_major} Requires(post): scrollkeeper Requires(postun): scrollkeeper From fedora-extras-commits at redhat.com Tue Aug 29 20:33:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:33:42 -0700 Subject: rpms/freedroid/devel freedroid.spec,1.8,1.9 Message-ID: <200608292033.k7TKXikG013417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13400 Modified Files: freedroid.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.0.2-6 - Move data files from %{_datadir}/games/freedroid to %{_datadir}/freedroid. Index: freedroid.spec =================================================================== RCS file: /cvs/extras/rpms/freedroid/devel/freedroid.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- freedroid.spec 21 Feb 2006 19:09:31 -0000 1.8 +++ freedroid.spec 29 Aug 2006 20:33:42 -0000 1.9 @@ -1,6 +1,6 @@ Name: freedroid Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Clone of the C64 game Paradroid Group: Amusements/Games @@ -39,14 +39,14 @@ %build -%configure --datadir=%{_datadir}/games --disable-dependency-tracking +%configure --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT%{_datadir}/games/freedroid/mac-osx +rm -rf $RPM_BUILD_ROOT%{_datadir}/freedroid/mac-osx desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,11 +74,14 @@ %attr(0755,root,root) %{_bindir}/freedroid %{_datadir}/applications/*freedroid.desktop %{_datadir}/icons/hicolor/32x32/apps/freedroid.png -%{_datadir}/games/freedroid/ +%{_datadir}/freedroid/ %{_mandir}/man6/freedroid.6* %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.0.2-6 +- Move data files from %%{_datadir}/games/freedroid to %%{_datadir}/freedroid. + * Tue Feb 21 2006 Ville Skytt?? - 1.0.2-5 - Fix crash when the config file cannot be read/written to (#182280). - Install icon to %%{_datadir}/icons/hicolor, update GTK icon cache at From fedora-extras-commits at redhat.com Tue Aug 29 20:34:07 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:34:07 -0700 Subject: rpms/epiphany-extensions/devel epiphany-extensions.spec,1.11,1.12 Message-ID: <200608292034.k7TKY9xP013477@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13457 Modified Files: epiphany-extensions.spec Log Message: fix buildrequires Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- epiphany-extensions.spec 29 Aug 2006 20:28:12 -0000 1.11 +++ epiphany-extensions.spec 29 Aug 2006 20:34:07 -0000 1.12 @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl-XML-Parser +BuildRequires: gettext Requires: epiphany >= %{ephy_major} Requires(post): scrollkeeper Requires(postun): scrollkeeper From fedora-extras-commits at redhat.com Tue Aug 29 20:46:05 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 13:46:05 -0700 Subject: rpms/linux-libertine-fonts/devel .cvsignore, 1.2, 1.3 linux-libertine-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608292046.k7TKk7eB013565@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/linux-libertine-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13539 Modified Files: .cvsignore linux-libertine-fonts.spec sources Log Message: * Tue Aug 29 2006 Frank Arnold 2.1.0-1 - Updated to 2.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 07:45:42 -0000 1.2 +++ .cvsignore 29 Aug 2006 20:46:05 -0000 1.3 @@ -1 +1 @@ -LinLibertineSRC-2.0.4-6.tgz +LinLibertineSRC-2.1.0.tgz Index: linux-libertine-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/linux-libertine-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linux-libertine-fonts.spec 1 Mar 2006 07:45:42 -0000 1.1 +++ linux-libertine-fonts.spec 29 Aug 2006 20:46:05 -0000 1.2 @@ -2,13 +2,13 @@ %define fontdir %{_datadir}/fonts/linux-libertine Name: linux-libertine-fonts -Version: 2.0.4 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Linux Libertine Open Fonts Group: User Interface/X License: GPL URL: http://linuxlibertine.sf.net -Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}-6.tgz +Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: fontforge @@ -68,13 +68,16 @@ %files %defattr(644,root,root,755) -%doc BUGS ChangeLog.txt README gpl.txt *.pdf +%doc Bugs ChangeLog.txt Readme gpl.txt *.pdf %dir %{fontdir} %{fontdir}/*.ttf %ghost %{fontdir}/fonts.cache-1 %changelog +* Tue Aug 29 2006 Frank Arnold 2.1.0-1 +- Updated to 2.1.0 + * Tue Feb 28 2006 Frank Arnold 2.0.4-2 - Named back to linux-libertine-fonts Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 07:45:42 -0000 1.2 +++ sources 29 Aug 2006 20:46:05 -0000 1.3 @@ -1 +1 @@ -d0fcc8c7b01f5b587592840a3f7564a0 LinLibertineSRC-2.0.4-6.tgz +d177bee2f49a05dd07cdf908e8937641 LinLibertineSRC-2.1.0.tgz From fedora-extras-commits at redhat.com Tue Aug 29 20:58:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 13:58:19 -0700 Subject: rpms/libgalago/devel libgalago.spec,1.7,1.8 Message-ID: <200608292058.k7TKwLei013697@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13678 Modified Files: libgalago.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.5.1-7 - Rebuild for FC6. Index: libgalago.spec =================================================================== RCS file: /cvs/extras/rpms/libgalago/devel/libgalago.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libgalago.spec 27 Jul 2006 15:17:47 -0000 1.7 +++ libgalago.spec 29 Aug 2006 20:58:19 -0000 1.8 @@ -1,6 +1,6 @@ Name: libgalago Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Galago presence library Group: System Environment/Libraries @@ -28,7 +28,7 @@ %package devel -Summary: Development libraries and headers for libgalago +Summary: Development files for %{name} Group: Development/Libraries Requires: dbus-devel Requires: dbus-glib-devel @@ -37,7 +37,8 @@ %description devel -Libararies and header file for developing against libgalago. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -53,10 +54,10 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_datadir}/autopackage/skeletons/@galago.info/%{name}/skeleton.1 @@ -85,6 +86,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.5.1-7 +- Rebuild for FC6. + * Thu Jul 27 2006 Brian Pepple - 0.5.1-6 - Add BR on dbus-glib-devel. From fedora-extras-commits at redhat.com Tue Aug 29 21:00:06 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:00:06 -0700 Subject: rpms/adplug/devel adplug.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608292100.k7TL08t6013821@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/adplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13756 Modified Files: adplug.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: adplug.spec =================================================================== RCS file: /cvs/extras/rpms/adplug/devel/adplug.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- adplug.spec 25 Jul 2006 19:45:04 -0000 1.2 +++ adplug.spec 29 Aug 2006 21:00:05 -0000 1.3 @@ -3,7 +3,7 @@ Name: adplug Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A software library for AdLib (OPL2) emulation URL: http://adplug.sourceforge.net/ Group: Applications/Multimedia @@ -90,6 +90,9 @@ %{_infodir}/*.gz %changelog +* Tue Aug 29 2006 Linus Walleij 2.0.1-2 +- Rebuild for Fedora Extras 6. + * Tue Jul 25 2006 Linus Walleij 2.0.1-1 - New upstream version, including several security fixes. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:02:22 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:02:22 -0700 Subject: rpms/gnomad2/devel gnomad2.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608292102.k7TL2tr9016537@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16515 Modified Files: gnomad2.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: gnomad2.spec =================================================================== RCS file: /cvs/extras/rpms/gnomad2/devel/gnomad2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnomad2.spec 25 Jul 2006 14:25:58 -0000 1.9 +++ gnomad2.spec 29 Aug 2006 21:02:22 -0000 1.10 @@ -10,7 +10,7 @@ Name: gnomad2 Version: 2.8.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs License: GPL @@ -79,6 +79,8 @@ %doc AUTHORS NEWS README COPYING ChangeLog %changelog +* Tue Aug 29 2006 Linus Walleij 2.8.6-4 +- Rebuild for Fedora Extras 6. * Tue Jul 25 2006 Linus Walleij 2.8.6-3 - Fix buildrequires and upgrade path by version bump. * Tue Jul 25 2006 Linus Walleij 2.8.6-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:05:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:05:32 -0700 Subject: rpms/nomadsync/devel nomadsync.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608292105.k7TL5YS8016671@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/nomadsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16653 Modified Files: nomadsync.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: nomadsync.spec =================================================================== RCS file: /cvs/extras/rpms/nomadsync/devel/nomadsync.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nomadsync.spec 15 Mar 2006 21:53:58 -0000 1.5 +++ nomadsync.spec 29 Aug 2006 21:05:32 -0000 1.6 @@ -12,7 +12,7 @@ Name: nomadsync Version: 0.4.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A music synchronization program form portable audio players URL: http://nomadsync.sourceforge.net/ Group: Applications/Multimedia @@ -95,6 +95,9 @@ %doc ChangeLog authors copying readme %changelog +* Tue Aug 29 2006 Linus Walleij 0.4.2-13 +- Rebuild for Fedora Extras 6. + * Wed Mar 15 2006 Linus Walleij 0.4.2-12 - Iteratively adding patches to find problems. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:07:47 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:07:47 -0700 Subject: rpms/gnokii/devel gnokii.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608292107.k7TL7njG016754@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16737 Modified Files: gnokii.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnokii.spec 11 Aug 2006 22:08:32 -0000 1.6 +++ gnokii.spec 29 Aug 2006 21:07:47 -0000 1.7 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -260,6 +260,9 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Tue Aug 29 2006 Linus Walleij - 0.6.13-3 +- Rebuild for Fedora Extras 6. + * Fri Aug 11 2006 Linus Walleij - 0.6.13-2 - Bump because tagged before committing sources and I just dont know how the f* you delete a tag in CVS at the moment --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:10:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:10:01 -0700 Subject: rpms/pscan/devel pscan.spec,1.3,1.4 Message-ID: <200608292110.k7TLA3Yu016828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pscan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16811 Modified Files: pscan.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.2-3 - Rebuild. Index: pscan.spec =================================================================== RCS file: /cvs/extras/rpms/pscan/devel/pscan.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pscan.spec 16 Feb 2006 21:42:15 -0000 1.3 +++ pscan.spec 29 Aug 2006 21:10:01 -0000 1.4 @@ -1,6 +1,6 @@ Name: pscan Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Limited problem scanner for C source files Group: Development/Tools @@ -44,6 +44,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.2-3 +- Rebuild. + * Thu Feb 16 2006 Ville Skytt?? - 1.2-2 - Sync with Debian's 1.2-5. From fedora-extras-commits at redhat.com Tue Aug 29 21:11:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:11:02 -0700 Subject: rpms/libgalago/devel needs.rebuild,1.1,NONE Message-ID: <200608292111.k7TLB4be016892@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16877 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:12:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:12:19 -0700 Subject: rpms/id3v2/devel id3v2.spec,1.8,1.9 Message-ID: <200608292112.k7TLCLC0016953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16936 Modified Files: id3v2.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.1.11-4 - Rebuild. Index: id3v2.spec =================================================================== RCS file: /cvs/extras/rpms/id3v2/devel/id3v2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- id3v2.spec 18 Feb 2006 14:23:48 -0000 1.8 +++ id3v2.spec 29 Aug 2006 21:12:19 -0000 1.9 @@ -1,6 +1,6 @@ Name: id3v2 Version: 0.1.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command line id3v2 tag editor Group: Applications/Multimedia @@ -45,6 +45,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.1.11-4 +- Rebuild. + * Sat Feb 18 2006 Ville Skytt?? - 0.1.11-3 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 21:12:16 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:12:16 -0700 Subject: rpms/galago-daemon/devel galago-daemon.spec,1.4,1.5 Message-ID: <200608292112.k7TLCIJm016933@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16913 Modified Files: galago-daemon.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.5.0-6 - Rebuilt for FC6. Index: galago-daemon.spec =================================================================== RCS file: /cvs/extras/rpms/galago-daemon/devel/galago-daemon.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- galago-daemon.spec 27 Jul 2006 14:05:55 -0000 1.4 +++ galago-daemon.spec 29 Aug 2006 21:12:16 -0000 1.5 @@ -1,6 +1,6 @@ Name: galago-daemon Version: 0.5.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Galago presence daemon Group: System Environment/Daemons @@ -45,6 +45,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.5.0-6 +- Rebuilt for FC6. + * Thu Jul 27 2006 Brian Pepple - 0.5.0-5 - Rebuild because of dbus soname change. From fedora-extras-commits at redhat.com Tue Aug 29 21:14:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:14:35 -0700 Subject: rpms/http_ping/devel http_ping.spec,1.9,1.10 Message-ID: <200608292114.k7TLEbDU017076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17059 Modified Files: http_ping.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 20050629-4 - Rebuild. Index: http_ping.spec =================================================================== RCS file: /cvs/extras/rpms/http_ping/devel/http_ping.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- http_ping.spec 16 Feb 2006 17:59:41 -0000 1.9 +++ http_ping.spec 29 Aug 2006 21:14:35 -0000 1.10 @@ -1,6 +1,6 @@ Name: http_ping Version: 20050629 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP latency measuring utility Group: Applications/Internet @@ -47,6 +47,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 20050629-4 +- Rebuild. + * Thu Feb 16 2006 Ville Skytt?? - 20050629-3 - Convert man page to UTF-8. From fedora-extras-commits at redhat.com Tue Aug 29 21:16:47 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:16:47 -0700 Subject: rpms/python-psycopg2 - New directory Message-ID: <200608292116.k7TLGnV6017173@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17147/python-psycopg2 Log Message: Directory /cvs/extras/rpms/python-psycopg2 added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 21:16:48 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:16:48 -0700 Subject: rpms/python-psycopg2/devel - New directory Message-ID: <200608292116.k7TLGoBv017176@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17147/python-psycopg2/devel Log Message: Directory /cvs/extras/rpms/python-psycopg2/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 21:17:11 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:17:11 -0700 Subject: rpms/python-psycopg2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608292117.k7TLHDCp017230@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17192/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-psycopg2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 21:17:10 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:17:10 -0700 Subject: rpms/python-psycopg2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608292117.k7TLHCBK017227@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17192 Added Files: Makefile import.log Log Message: Setup of module python-psycopg2 --- NEW FILE Makefile --- # Top level Makefile for module python-psycopg2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 21:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:17:44 -0700 Subject: rpms/hddtemp/devel hddtemp.spec,1.17,1.18 Message-ID: <200608292117.k7TLHkeq017268@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17251 Modified Files: hddtemp.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/hddtemp.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- hddtemp.spec 3 May 2006 18:07:11 -0000 1.17 +++ hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.8.%{beta}%{?dist} +Release: 0.9.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 +- Rebuild. + * Wed May 3 2006 Ville Skytt?? - 0.3-0.8.beta15 - 0.3-beta15, drive database 2006-04-26. - Specfile cleanups. From fedora-extras-commits at redhat.com Tue Aug 29 21:18:41 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:18:41 -0700 Subject: rpms/python-psycopg2 import.log,1.1,1.2 Message-ID: <200608292118.k7TLIhZa017355@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17322 Modified Files: import.log Log Message: auto-import python-psycopg2-2.0.3-3 on branch devel from python-psycopg2-2.0.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 21:17:10 -0000 1.1 +++ import.log 29 Aug 2006 21:18:41 -0000 1.2 @@ -0,0 +1 @@ +python-psycopg2-2_0_3-3:HEAD:python-psycopg2-2.0.3-3.src.rpm:1156886319 From fedora-extras-commits at redhat.com Tue Aug 29 21:18:42 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:18:42 -0700 Subject: rpms/python-psycopg2/devel python-psycopg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608292118.k7TLIiJX017360@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17322/devel Modified Files: .cvsignore sources Added Files: python-psycopg2.spec Log Message: auto-import python-psycopg2-2.0.3-3 on branch devel from python-psycopg2-2.0.3-3.src.rpm --- NEW FILE python-psycopg2.spec --- # Python major version. %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define ZPsycopgDAdir %{_localstatedir}/lib/zope/Products/ZPsycopgDA Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.3 Release: 3%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Url: http://www.initd.org/software/initd/psycopg BuildRequires: python-devel postgresql-devel Requires: postgresql-libs %description psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) It was written from scratch with the aim of being very small and fast, and stable as a rock. The main advantages of psycopg are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. %package doc Summary: Documentation for psycopg python PostgreSQL database adapter Group: Documentation Requires: %{name} = %{version}-%{release} %description doc Documentation and example files for the psycopg python PostgreSQL database adapter. %package zope Summary: Zope Database Adapter ZPsycopgDA Group: Applications/Databases Requires: %{name} = %{version}-%{release} zope %description zope Zope Database Adapter for PostgreSQL, called ZPsycopgDA %prep %setup -q -n psycopg2-%{version} %build python setup.py build # Fix for wrong-file-end-of-line-encoding problem; upstream also must fix this. for i in `find doc -iname "*.html"`; do sed -i 's/\r//' $i; done for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done %install rm -Rf %{buildroot} mkdir -p %{buildroot}%{python_sitearch}/psycopg2 python setup.py install --no-compile --root %{buildroot} install -d %{buildroot}%{ZPsycopgDAdir} cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS ChangeLog INSTALL LICENSE MANIFEST README %dir %{python_sitearch}/psycopg2 %{python_sitearch}/psycopg2/*.py %{python_sitearch}/psycopg2/*.pyc %{python_sitearch}/psycopg2/*.so %ghost %{python_sitearch}/psycopg2/*.pyo %files doc %defattr(-,root,root) %doc doc examples/ %files zope %defattr(-,root,root) %dir %{ZPsycopgDAdir} %{ZPsycopgDAdir}/*.py %ghost %{ZPsycopgDAdir}/*.pyo %{ZPsycopgDAdir}/*.pyc %{ZPsycopgDAdir}/dtml/* %{ZPsycopgDAdir}/icons/* %changelog * Sun Aug 6 2006 - Devrim GUNDUZ 2.0.3-3 - Fixed zope package dependencies and macro definition, per bugzilla review (#199784) - Fixed zope package directory ownership, per bugzilla review (#199784) - Fixed cp usage for zope subpackage, per bugzilla review (#199784) * Mon Jul 31 2006 - Devrim GUNDUZ 2.0.3-2 - Fixed 64 bit builds - Fixed license - Added Zope subpackage - Fixed typo in doc description - Added macro for zope subpackage dir * Mon Jul 31 2006 - Devrim GUNDUZ 2.0.3-1 - Update to 2.0.3 - Fixed spec file, per bugzilla review (#199784) * Sat Jul 22 2006 - Devrim GUNDUZ 2.0.2-3 - Removed python dependency, per bugzilla review. (#199784) - Changed doc package group, per bugzilla review. (#199784) - Replaced dos2unix with sed, per guidelines and bugzilla review (#199784) - Fix changelog dates * Sat Jul 21 2006 - Devrim GUNDUZ 2.0.2-2 - Added dos2unix to buildrequires - removed python related part from package name * Fri Jul 20 2006 - Devrim GUNDUZ 2.0.2-1 - Fix rpmlint errors, including dos2unix solution - Re-engineered spec file * Fri Jan 23 2006 - Devrim GUNDUZ - First 2.0.X build * Fri Jan 23 2006 - Devrim GUNDUZ - Update to 1.2.21 * Tue Dec 06 2005 - Devrim GUNDUZ - Initial release for 1.1.20 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 21:17:10 -0000 1.1 +++ .cvsignore 29 Aug 2006 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +psycopg2-2.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 21:17:10 -0000 1.1 +++ sources 29 Aug 2006 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +74219613b9f5b187f4e476264e2c966c psycopg2-2.0.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 21:29:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:29:11 -0700 Subject: rpms/abcde/devel abcde.spec,1.11,1.12 Message-ID: <200608292129.k7TLTDPT017459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17442 Modified Files: abcde.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.3.99.6-2 - Change vorbis-tools and flac dependencies to Requires(hint), drop speex dependency. Index: abcde.spec =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/abcde.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- abcde.spec 7 Aug 2006 21:10:25 -0000 1.11 +++ abcde.spec 29 Aug 2006 21:29:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: abcde Version: 2.3.99.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Better CD Encoder Group: Applications/Multimedia @@ -12,11 +12,10 @@ BuildArch: noarch Requires: cd-discid -Requires: vorbis-tools -Requires: flac Requires: cdparanoia Requires: wget -Requires: speex +Requires(hint): vorbis-tools +Requires(hint): flac %description abcde is a frontend command-line utility (actually, a shell script) @@ -56,6 +55,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.3.99.6-2 +- Change vorbis-tools and flac dependencies to Requires(hint), drop + speex dependency. + * Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 - 2.3.99.6. From fedora-extras-commits at redhat.com Tue Aug 29 21:30:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:30:47 -0700 Subject: rpms/rpmdevtools/devel needs.rebuild,1.1,NONE Message-ID: <200608292130.k7TLUnIf017554@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17539 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:31:04 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:31:04 -0700 Subject: owners owners.list,1.1466,1.1467 Message-ID: <200608292131.k7TLV6YO017573@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17512 Modified Files: owners.list Log Message: Added an entry for psycopg2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1466 retrieving revision 1.1467 diff -u -r1.1466 -r1.1467 --- owners.list 29 Aug 2006 19:29:35 -0000 1.1466 +++ owners.list 29 Aug 2006 21:31:03 -0000 1.1467 @@ -1603,6 +1603,7 @@ Fedora Extras|proj|Cartographic projection software (PROJ.4)|mccann0011 at hotmail.com|extras-qa at fedoraproject.org| Fedora Extras|prozilla|An advanced Linux download manager|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pscan|Limited problem scanner for C source files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 21:32:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:32:02 -0700 Subject: rpms/galago-daemon/devel needs.rebuild,1.1,NONE Message-ID: <200608292132.k7TLW4Vw017604@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17589 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:33:22 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:33:22 -0700 Subject: rpms/gkrellmms/devel gkrellmms.spec,1.10,1.11 Message-ID: <200608292133.k7TLXO34017652@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17635 Modified Files: gkrellmms.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 2.1.22-8 - Rebuild for FC6. Index: gkrellmms.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellmms/devel/gkrellmms.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gkrellmms.spec 19 Apr 2006 13:30:40 -0000 1.10 +++ gkrellmms.spec 29 Aug 2006 21:33:22 -0000 1.11 @@ -2,7 +2,7 @@ Name: gkrellmms Version: 2.1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GKrellM XMMS plugin Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 2.1.22-8 +- Rebuild for FC6. + * Wed Apr 19 2006 Brian Pepple - 2.1.22-7 - Add requires for xmms due to change in xmms package. From fedora-extras-commits at redhat.com Tue Aug 29 21:34:47 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:34:47 -0700 Subject: rpms/daap-sharp/devel daap-sharp.spec,1.2,1.3 Message-ID: <200608292134.k7TLYndi017718@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/daap-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17701 Modified Files: daap-sharp.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.3.3-5 - Rebuild for FC6. Index: daap-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/daap-sharp/devel/daap-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- daap-sharp.spec 26 May 2006 17:58:14 -0000 1.2 +++ daap-sharp.spec 29 Aug 2006 21:34:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: daap-sharp Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: DAAP (Digial Audio Access Protocol) implementation using Mono Group: System Environment/Libraries @@ -63,6 +63,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.3.3-5 +- Rebuild for FC6. + * Fri May 26 2006 Brian Pepple - 0.3.3-4 - Bump. From fedora-extras-commits at redhat.com Tue Aug 29 21:38:58 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 29 Aug 2006 14:38:58 -0700 Subject: fedora-security/audit fc5,1.301,1.302 fc6,1.47,1.48 Message-ID: <200608292138.k7TLcwp4017816@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17796 Modified Files: fc5 fc6 Log Message: Note the sendmail non issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.301 retrieving revision 1.302 diff -u -r1.301 -r1.302 --- fc5 29 Aug 2006 08:22:22 -0000 1.301 +++ fc5 29 Aug 2006 21:38:55 -0000 1.302 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql CVE-2006-4333 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fc6 29 Aug 2006 14:12:47 -0000 1.47 +++ fc6 29 Aug 2006 21:38:56 -0000 1.48 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] From fedora-extras-commits at redhat.com Tue Aug 29 21:41:56 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 14:41:56 -0700 Subject: rpms/gnome-schedule/devel gnome-schedule.spec,1.1,1.2 Message-ID: <200608292141.k7TLfwow017874@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17847 Modified Files: gnome-schedule.spec Log Message: * Tue Aug 29 2006 Frank Arnold 1.0.0-2 - Added BuildRequires intltool for reduced mock setup Index: gnome-schedule.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-schedule/devel/gnome-schedule.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-schedule.spec 26 Feb 2006 20:48:52 -0000 1.1 +++ gnome-schedule.spec 29 Aug 2006 21:41:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnome-schedule Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: A GTK+ based user interface for cron and at Group: Applications/System @@ -12,7 +12,8 @@ BuildRequires: pygtk2-devel >= 2.6 BuildRequires: gnome-doc-utils >= 0.3.2 -BuildRequires: glib2-devel gettext desktop-file-utils at vixie-cron +BuildRequires: glib2-devel gettext desktop-file-utils intltool +BuildRequires: at vixie-cron Requires: pygtk2-libglade >= 2.6 Requires: gnome-python2-applet gnome-python2-gconf at vixie-cron Requires(post): scrollkeeper @@ -75,5 +76,8 @@ %changelog +* Tue Aug 29 2006 Frank Arnold 1.0.0-2 +- Added BuildRequires intltool for reduced mock setup + * Mon Jan 02 2006 Frank Arnold 1.0.0-1 - Initial RPM release From fedora-extras-commits at redhat.com Tue Aug 29 21:43:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:43:18 -0700 Subject: rpms/ksensors/devel ksensors.spec,1.11,1.12 Message-ID: <200608292143.k7TLhKjZ017909@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17890 Modified Files: ksensors.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.7.3-6 - Rebuild. Index: ksensors.spec =================================================================== RCS file: /cvs/extras/rpms/ksensors/devel/ksensors.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ksensors.spec 15 Feb 2006 20:22:49 -0000 1.11 +++ ksensors.spec 29 Aug 2006 21:43:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: ksensors Version: 0.7.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: KDE frontend to lm_sensors Group: Applications/System @@ -11,6 +11,7 @@ Patch1: %{name}-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# lm_sensors available for these only; report a bug if something's missing ExclusiveArch: %{ix86} x86_64 alpha BuildRequires: kdelibs-devel BuildRequires: lm_sensors-devel @@ -69,6 +70,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.7.3-6 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 0.7.3-5 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 21:46:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:46:33 -0700 Subject: rpms/gkrellmms/devel needs.rebuild,1.1,NONE Message-ID: <200608292146.k7TLkZLB018036@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:51:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:51:07 -0700 Subject: rpms/kid3/devel kid3.spec,1.10,1.11 Message-ID: <200608292151.k7TLp93B018163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18146 Modified Files: kid3.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.7-2 - Rebuild. Index: kid3.spec =================================================================== RCS file: /cvs/extras/rpms/kid3/devel/kid3.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kid3.spec 29 Jun 2006 18:48:38 -0000 1.10 +++ kid3.spec 29 Aug 2006 21:51:07 -0000 1.11 @@ -1,6 +1,6 @@ Name: kid3 Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Efficient ID3 tag editor Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.7-2 +- Rebuild. + * Thu Jun 29 2006 Ville Skytt?? - 0.7-1 - 0.7, build with libtunepimp. - Patch to register as a handler for more media types. From fedora-extras-commits at redhat.com Tue Aug 29 21:56:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:56:45 -0700 Subject: rpms/ctapi-common/devel needs.rebuild,1.1,NONE Message-ID: <200608292156.k7TLulUU018244@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18229 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:59:19 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 14:59:19 -0700 Subject: rpms/gnome-schedule/devel needs.rebuild,1.1,NONE Message-ID: <200608292159.k7TLxLI9018281@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18260 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and removed needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:59:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:49 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.15,1.16 Message-ID: <200608292200.k7TM0LOp018344@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/devel Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.15 +++ gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -89,7 +89,8 @@ %changelog -* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +- Fixed a silly typo - Added Perl-XML-Parser for ppc architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 From fedora-extras-commits at redhat.com Tue Aug 29 21:59:48 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:48 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.13,1.14 Message-ID: <200608292200.k7TM0Kwk018338@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/FC-4 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gdesklets.spec 29 Aug 2006 10:07:03 -0000 1.13 +++ gdesklets.spec 29 Aug 2006 21:59:48 -0000 1.14 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -12,7 +12,7 @@ BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0, perl-XML-Parser #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils @@ -87,7 +87,8 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-11 +* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-12 +- Fixed a silly typo - Add Perl-XML-Parser to compile on PPC architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 From fedora-extras-commits at redhat.com Tue Aug 29 21:59:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:49 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.17,1.18 Message-ID: <200608292200.k7TM0L8A018341@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/FC-5 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.17 +++ gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.18 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -89,7 +89,8 @@ %changelog -* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +- Fixed a silly typo - Added Perl-XML-Parser for ppc architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 From fedora-extras-commits at redhat.com Tue Aug 29 22:01:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 15:01:07 -0700 Subject: rpms/html401-dtds/devel needs.rebuild,1.1,NONE Message-ID: <200608292201.k7TM19qr020972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html401-dtds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20872 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:14:25 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:14:25 -0700 Subject: rpms/conglomerate/devel conglomerate.spec,1.7,1.8 Message-ID: <200608292214.k7TMERT6021403@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21386 Modified Files: conglomerate.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 0.9.1-2 - Rebuild for FE6 Index: conglomerate.spec =================================================================== RCS file: /cvs/extras/rpms/conglomerate/devel/conglomerate.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- conglomerate.spec 18 Feb 2006 12:58:18 -0000 1.7 +++ conglomerate.spec 29 Aug 2006 22:14:25 -0000 1.8 @@ -1,6 +1,6 @@ Name: conglomerate Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extensible XML Editor @@ -105,7 +105,10 @@ %changelog -* Sat Feb 18 2006 Jos?? Matos - 0.9.1-1 +* Tue Aug 29 2006 Jos?? Matos - 0.9.1-2 +- Rebuild for FE6 + +* Sat Feb 18 2006 Jos?? Matos - 0.9.1-1 - Update to version 0.9.1 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Tue Aug 29 22:15:53 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 15:15:53 -0700 Subject: mock mock.spec,1.16.2.9,1.16.2.10 Message-ID: <200608292215.k7TMFrMm021472@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21454 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: fixed typo in logic for creating default.cfg on install Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.9 retrieving revision 1.16.2.10 diff -u -r1.16.2.9 -r1.16.2.10 --- mock.spec 29 Aug 2006 19:56:45 -0000 1.16.2.9 +++ mock.spec 29 Aug 2006 22:15:51 -0000 1.16.2.10 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -38,8 +38,12 @@ if [ ! -f default.cfg ]; then if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg - else + elif [ -f fedora-devel-%{_target_cpu}-core.cfg ]; then + ln -s fedora-devel-%{_target_cpu}-core.cfg default.cfg + elif [ -f fedora-development-i386-core.cfg ]; then ln -s fedora-development-i386-core.cfg default.cfg + elif [ -f fedora-devel-i386-core.cfg ]; then + ln -s fedora-devel-i386-core.cfg default.cfg fi fi From fedora-extras-commits at redhat.com Tue Aug 29 22:28:59 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:28:59 -0700 Subject: rpms/python-imaging/devel python-imaging.spec,1.10,1.11 Message-ID: <200608292229.k7TMT1Ro021581@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21564 Modified Files: python-imaging.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 - Rebuild for FE6 - Clean package, no need for python-abi requirement and ghost pyo files Index: python-imaging.spec =================================================================== RCS file: /cvs/extras/rpms/python-imaging/devel/python-imaging.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-imaging.spec 6 Apr 2006 17:21:35 -0000 1.10 +++ python-imaging.spec 29 Aug 2006 22:28:59 -0000 1.11 @@ -5,7 +5,7 @@ Summary: Python's own image processing library Name: python-imaging Version: 1.1.5 -Release: 5%{?dist} +Release: 6%{?dist} License: Distributable Group: Development/Languages @@ -19,7 +19,6 @@ BuildRequires: python-devel, libjpeg-devel, zlib-devel, freetype-devel BuildRequires: tkinter, tk-devel -Requires: python-abi = %{pyver} Requires: libjpeg Requires: zlib Requires: freetype @@ -95,9 +94,7 @@ %{python_sitearch}/PIL.pth %dir %{python_sitearch}/PIL %{python_sitearch}/PIL/*.so -%{python_sitearch}/PIL/*.py -%{python_sitearch}/PIL/*.pyc -%ghost %{python_sitearch}/PIL/*.pyo +%{python_sitearch}/PIL/*.py* %files devel %defattr (0644,root,root,755) @@ -106,19 +103,23 @@ %changelog -* Thu Apr 6 2006 Jos?? Matos - 1.1.5-5 +* Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 +- Rebuild for FE6 +- Clean package, no need for python-abi requirement and ghost pyo files + +* Thu Apr 6 2006 Jos?? Matos - 1.1.5-5 - Rebuild because of #187739 -* Tue Apr 4 2006 Jos?? Matos - 1.1.5-4 +* Tue Apr 4 2006 Jos?? Matos - 1.1.5-4 - Rebuild -* Tue Apr 4 2006 Jos?? Matos - 1.1.5-3 +* Tue Apr 4 2006 Jos?? Matos - 1.1.5-3 - Restore gif transparency patch. (bug #187875) -* Sun Apr 2 2006 Jos?? Matos - 1.1.5-2 +* Sun Apr 2 2006 Jos?? Matos - 1.1.5-2 - Fix bug #185203 (Thanks to Rick L Vinyard Jr) -* Sun Mar 5 2006 Jos?? Matos - 1.1.5-1 +* Sun Mar 5 2006 Jos?? Matos - 1.1.5-1 - Update to 1.1.5 * Sun May 22 2005 Jeremy Katz - 1.1.4-9 From fedora-extras-commits at redhat.com Tue Aug 29 22:31:11 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:31:11 -0700 Subject: rpms/conglomerate/devel needs.rebuild,1.1,NONE Message-ID: <200608292231.k7TMVDpY021667@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21652 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:38:08 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:38:08 -0700 Subject: rpms/fftw2/devel fftw2.spec,1.4,1.5 Message-ID: <200608292238.k7TMcAnf021736@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21719 Modified Files: fftw2.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 2.1.5-13 - Rebuild for FE6 Index: fftw2.spec =================================================================== RCS file: /cvs/extras/rpms/fftw2/devel/fftw2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fftw2.spec 18 Feb 2006 09:57:52 -0000 1.4 +++ fftw2.spec 29 Aug 2006 22:38:08 -0000 1.5 @@ -1,6 +1,6 @@ Name: fftw2 Version: 2.1.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Fast Fourier Transform library %define real_name fftw @@ -115,16 +115,19 @@ %changelog -* Sat Feb 18 2006 Jos?? Matos - 2.1.5-12 +* Tue Aug 29 2006 Jos?? Matos - 2.1.5-13 +- Rebuild for FE6 + +* Sat Feb 18 2006 Jos?? Matos - 2.1.5-12 - Rebuild for FC-5. -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-11 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-11 - Fix incomplete substitution -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-10 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-10 - Add disttag to release. -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-9 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-9 - Rename package to fftw2. * Mon May 23 2005 Michael Schwendt - 2.1.5-8 From fedora-extras-commits at redhat.com Tue Aug 29 22:39:34 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:34 -0700 Subject: kadischi/rc readonly-halt,1.6,1.7 Message-ID: <200608292239.k7TMdYfI021844@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/rc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/rc Modified Files: readonly-halt Log Message: Fix shutdown process after initramfs changes Index: readonly-halt =================================================================== RCS file: /cvs/devel/kadischi/rc/readonly-halt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- readonly-halt 31 Jul 2006 02:54:15 -0000 1.6 +++ readonly-halt 29 Aug 2006 22:39:31 -0000 1.7 @@ -35,6 +35,51 @@ chmod 600 /var/lib/random-seed runcmd $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null +# Sync the system clock. +ARC=0 +SRM=0 +UTC=0 + +if [ -f /etc/sysconfig/clock ]; then + . /etc/sysconfig/clock + + # convert old style clock config to new values + if [ "${CLOCKMODE}" = "GMT" ]; then + UTC=true + elif [ "${CLOCKMODE}" = "ARC" ]; then + ARC=true + fi +fi + +CLOCKDEF="" +CLOCKFLAGS="$CLOCKFLAGS --systohc" + +case "$UTC" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -u"; + CLOCKDEF="$CLOCKDEF (utc)"; + ;; + no|false) + CLOCKFLAGS="$CLOCKFLAGS --localtime"; + CLOCKDEF="$CLOCKDEF (localtime)"; + ;; +esac + +case "$ARC" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -A"; + CLOCKDEF="$CLOCKDEF (arc)"; + ;; +esac +case "$SRM" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -S"; + CLOCKDEF="$CLOCKDEF (srm)"; + ;; +esac + +runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS + # backup configs and docs # mount mtab on ramfs @@ -44,29 +89,28 @@ # See which runlevel we are in here. RUNLEVEL=$(/sbin/runlevel | /bin/cut -d " " -f2) - ## Eject LiveCD ## echo "0" >/proc/sys/kernel/printk -mount -t ext2 /dev/ram0 /initrd -cp /etc/mtab /initrd/etc -cd / -pivot_root /initrd /initrd/sysroot -mount -t proc none /proc -mount -t sysfs none /sys -mount -t tmpfs none /dev -/bin/eject-live-cd +## +## Load reboot, halt and sleep into memory +sleep --help >/dev/null 2>&1 +reboot --help >/dev/null 2>&1 +halt >/dev/null 2>&1 if [ "$RUNLEVEL" -eq "6" ]; then clear echo "Going to reboot the system.." - echo "You may remove any LiveCD media from the drives" - reboot -d 10 + echo "You may remove any LiveCD or LiveDVD media from the drive" + /sbin/eject-live-cd + sleep 10 + reboot -f fi if [ "$RUNLEVEL" -eq "0" ]; then clear echo "Going to halt the system.." - echo "You may remove any LiveCD media from the drives" + echo "You may remove any LiveCD or LiveDVD media from the drive" + /sbin/eject-live-cd sleep 10 - halt + halt -f -p fi From fedora-extras-commits at redhat.com Tue Aug 29 22:39:28 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:28 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.27,1.28 Message-ID: <200608292239.k7TMdwZN021847@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Fix shutdown process after initramfs changes Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- livecd-mkinitrd.sh 29 Aug 2006 18:32:01 -0000 1.27 +++ livecd-mkinitrd.sh 29 Aug 2006 22:39:26 -0000 1.28 @@ -268,7 +268,6 @@ inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" inst $LIBEXECDIR/kadischi/find-live-cd "$MNTIMAGE/bin/find-live-cd" -inst $LIBEXECDIR/kadischi/eject-live-cd "$MNTIMAGE/bin/eject-live-cd" # Useful for debugging: # inst /usr/bin/strace "$MNTIMAGE/bin/strace" From fedora-extras-commits at redhat.com Tue Aug 29 22:39:28 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:28 -0700 Subject: kadischi/post_install_scripts 02install.sh,1.9,1.10 Message-ID: <200608292240.k7TMdw9I021850@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/post_install_scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/post_install_scripts Modified Files: 02install.sh Log Message: Fix shutdown process after initramfs changes Index: 02install.sh =================================================================== RCS file: /cvs/devel/kadischi/post_install_scripts/02install.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- 02install.sh 9 Jul 2006 06:10:24 -0000 1.9 +++ 02install.sh 29 Aug 2006 22:39:26 -0000 1.10 @@ -17,6 +17,7 @@ inst readonly-halt etc/init.d/ inst readonly-root etc/sysconfig/ cp $LIBEXECDIR/kadischi/scanswap $DSTDIR/usr/sbin/ +cp $LIBEXECDIR/kadischi/eject-live-cd $DSTDIR/sbin/ mkdir -p $DSTDIR/root/.config/autostart inst userhome.sh usr/sbin/ From fedora-extras-commits at redhat.com Tue Aug 29 22:49:18 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:49:18 -0700 Subject: rpms/python-imaging/devel needs.rebuild,1.1,NONE Message-ID: <200608292249.k7TMnKj1021888@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21873 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:59:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 15:59:12 -0700 Subject: rpms/knetstats import.log,1.2,1.3 Message-ID: <200608292259.k7TMxiSa022011@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/knetstats In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21979 Modified Files: import.log Log Message: auto-import knetstats-1.5-8 on branch devel from knetstats-1.5-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/knetstats/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 17 Jun 2006 08:08:25 -0000 1.2 +++ import.log 29 Aug 2006 22:59:12 -0000 1.3 @@ -1 +1,2 @@ knetstats-1_5-7:HEAD:knetstats-1.5-7.src.rpm:1150531739 +knetstats-1_5-8:HEAD:knetstats-1.5-8.src.rpm:1156892557 From fedora-extras-commits at redhat.com Tue Aug 29 22:59:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 15:59:13 -0700 Subject: rpms/knetstats/devel knetstats.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608292259.k7TMxjtf022014@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/knetstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21979/devel Modified Files: knetstats.spec Removed Files: needs.rebuild Log Message: auto-import knetstats-1.5-8 on branch devel from knetstats-1.5-8.src.rpm Index: knetstats.spec =================================================================== RCS file: /cvs/extras/rpms/knetstats/devel/knetstats.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- knetstats.spec 17 Jun 2006 08:08:26 -0000 1.1 +++ knetstats.spec 29 Aug 2006 22:59:13 -0000 1.2 @@ -1,6 +1,6 @@ Name: knetstats Version: 1.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Network monitor in KDE License: GPL @@ -23,51 +23,52 @@ %prep %setup -q -%patch0 -p0 -b . -%patch1 -p0 -b . +%patch0 -p0 -b SConstruct +%patch1 -p0 -b knetstats.desktop %build scons configure_prefix=%{_prefix} scons %{?_smp_mflags} %install -rm -fr $RPM_BUILD_ROOT -scons prefix=$RPM_BUILD_ROOT%{_prefix} install +rm -rf %{buildroot} +scons prefix=%{buildroot}%{_prefix} install desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category Network \ --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/%{name}.desktop + --dir %{buildroot}%{_datadir}/applications/ \ + %{buildroot}%{_datadir}/applnk/Internet/%{name}.desktop + +rm -rf %{buildroot}%{_datadir}/doc/HTML/ %find_lang %{name} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %files -f %{name}.lang %defattr(-,root,root,-) %doc CHANGELOG COPYING README %{_bindir}/%{name} -%{_docdir}/HTML/*/%{name}/ %{_datadir}/apps/%{name}/ %{_datadir}/icons/*/*/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop -%changelog + +%Changelog +* Wed Aug 30 2006 Chitlesh Goorah - 1.5-8 +- Rebuild for devel + * Sat Jun 17 2006 Chitlesh Goorah - 1.5-7 - dropped knetstats-1.5-kde.patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 23:09:33 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 16:09:33 -0700 Subject: rpms/fftw2/devel needs.rebuild,1.1,NONE Message-ID: <200608292309.k7TN9ZF0024896@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 23:23:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 29 Aug 2006 16:23:54 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.9, 1.10 perl-DateTime.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200608292323.k7TNNuT8025008@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24987 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime::TimeZone 0.48. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Aug 2006 22:03:23 -0000 1.9 +++ .cvsignore 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,3 +1,3 @@ DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz -DateTime-TimeZone-0.47.tar.gz +DateTime-TimeZone-0.48.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-DateTime.spec 28 Aug 2006 22:03:23 -0000 1.9 +++ perl-DateTime.spec 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.47 +%define DTTimeZone_version 0.48 %define DTLocale_version 0.22 Name: perl-DateTime Version: 0.34 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Date and time objects License: GPL or Artistic @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Tue Aug 29 2006 Steven Pritchard 1:0.34-3 +- Update to DateTime::TimeZone 0.48. + * Mon Aug 28 2006 Steven Pritchard 1:0.34-2 - Update to DateTime::TimeZone 0.47. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Aug 2006 22:03:23 -0000 1.9 +++ sources 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,3 +1,3 @@ 71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz -963f0c1e85155d935618f99ce536c9cc DateTime-TimeZone-0.47.tar.gz +5c23bc4002a2b67585fd9fa24a3514e3 DateTime-TimeZone-0.48.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 00:27:39 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:39 -0700 Subject: rpms/fedora-package-config-apt/devel fedora-package-config-apt.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608300027.k7U0RfYJ028001@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/fedora-package-config-apt/devel Modified Files: fedora-package-config-apt.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: fedora-package-config-apt.spec =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-apt/devel/fedora-package-config-apt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fedora-package-config-apt.spec 20 May 2006 16:55:18 -0000 1.2 +++ fedora-package-config-apt.spec 30 Aug 2006 00:27:39 -0000 1.3 @@ -1,6 +1,6 @@ Summary: Fedora configuration files for the apt-rpm package manager Name: fedora-package-config-apt -Version: 5.89 +Version: 5.92 Release: 4 License: GPL Group: System Environment/Base --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:40 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:40 -0700 Subject: rpms/fedora-package-config-smart/devel fedora-package-config-smart.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300027.k7U0RgLW028005@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/fedora-package-config-smart/devel Modified Files: fedora-package-config-smart.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: fedora-package-config-smart.spec =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/fedora-package-config-smart.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fedora-package-config-smart.spec 13 May 2006 09:43:29 -0000 1.3 +++ fedora-package-config-smart.spec 30 Aug 2006 00:27:39 -0000 1.4 @@ -1,6 +1,6 @@ Summary: Fedora configuration files for the smart package manager Name: fedora-package-config-smart -Version: 5.89 +Version: 5.92 Release: 7 License: GPL Group: System Environment/Base --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:40 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:40 -0700 Subject: rpms/synaptic/devel synaptic.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608300027.k7U0RgNo028009@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/synaptic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/synaptic/devel Modified Files: synaptic.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: synaptic.spec =================================================================== RCS file: /cvs/extras/rpms/synaptic/devel/synaptic.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- synaptic.spec 25 May 2006 23:09:18 -0000 1.19 +++ synaptic.spec 30 Aug 2006 00:27:40 -0000 1.20 @@ -3,7 +3,7 @@ Summary: Graphical frontend for APT package manager. Name: synaptic Version: 0.57.2 -Release: 5.0%{?dist} +Release: 5.1%{?dist} License: GPL Group: Applications/System --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:33 -0700 Subject: rpms/chrpath/devel chrpath.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608300028.k7U0S57d028015@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/chrpath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/chrpath/devel Modified Files: chrpath.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: chrpath.spec =================================================================== RCS file: /cvs/extras/rpms/chrpath/devel/chrpath.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chrpath.spec 20 Jul 2006 11:35:33 -0000 1.1 +++ chrpath.spec 30 Aug 2006 00:27:33 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Modify rpath of compiled programs Name: chrpath Version: 0.13 -Release: 1%{?dist} +Release: 1.1%{?dist} License: GPL Group: Development/Tools URL: ftp://ftp.hungry.com/pub/hungry/chrpath/ --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:33 -0700 Subject: rpms/apt/devel apt.spec,1.32,1.33 needs.rebuild,1.1,NONE Message-ID: <200608300028.k7U0S59e028012@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/apt/devel Modified Files: apt.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- apt.spec 22 Jun 2006 09:53:10 -0000 1.32 +++ apt.spec 30 Aug 2006 00:27:33 -0000 1.33 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 6%{?dist} +Release: 6.1%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:36:25 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:36:25 -0700 Subject: rpms/fedora-package-config-smart/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608300036.k7U0aRkd028310@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28291 Modified Files: .cvsignore sources Log Message: New sources for 5.92 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Apr 2006 14:03:00 -0000 1.3 +++ .cvsignore 30 Aug 2006 00:36:25 -0000 1.4 @@ -1 +1 @@ -fedora-package-config-smart-5.89.tar.bz2 +fedora-package-config-smart-5.92.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Apr 2006 14:03:00 -0000 1.3 +++ sources 30 Aug 2006 00:36:25 -0000 1.4 @@ -1 +1 @@ -248314d34eb546fde3111b3dbaaa924c fedora-package-config-smart-5.89.tar.bz2 +baf706f091eb2bd86a2b8ed6126d2e1d fedora-package-config-smart-5.92.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 00:37:41 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:37:41 -0700 Subject: rpms/bugzilla/devel needs.rebuild,1.1,NONE Message-ID: <200608300037.k7U0bh17028359@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/bugzilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28318 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:38:24 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:38:24 -0700 Subject: rpms/gallery2/devel needs.rebuild,1.1,NONE Message-ID: <200608300038.k7U0cQs5028387@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28372 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:39:14 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:39:14 -0700 Subject: rpms/wordpress/devel needs.rebuild,1.1,NONE Message-ID: <200608300039.k7U0dGsg028419@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28404 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:39:49 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:39:49 -0700 Subject: rpms/ratpoison/devel needs.rebuild,1.1,NONE Message-ID: <200608300039.k7U0dpxa028445@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/ratpoison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28430 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:21:44 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:21:44 -0700 Subject: rpms/squidGuard/devel squidGuard-upstream.patch, NONE, 1.1 squidGuard.spec, 1.2, 1.3 squidGuard-destdir.patch, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300121.k7U1Lkra031308@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31286 Modified Files: squidGuard.spec Added Files: squidGuard-upstream.patch Removed Files: squidGuard-destdir.patch squidguard-1.2.0-db4.patch Log Message: Rebuilding for FC6 per BZ 165689 squidGuard-upstream.patch: --- NEW FILE squidGuard-upstream.patch --- diff -urN squidGuard-1.2.0/NewFeatures.txt squidGuard-1.2.0-patched/NewFeatures.txt --- squidGuard-1.2.0/NewFeatures.txt 1969-12-31 19:00:00.000000000 -0500 +++ squidGuard-1.2.0-patched/NewFeatures.txt 2004-12-02 15:57:32.000000000 -0500 @@ -0,0 +1,133 @@ + +This patch adds the following new features to squidguard-1.2.0: + +LDAP User Grouping Support: +--------------------------- + +Squidguard now searches LDAP using specified LDAP search URLs whenever +a username is not found in an existing user list. The two new keywords +in the squidguard.conf file that enable this are as follows: + + ldapusersearch This keyword goes in the Source {} config block, and + specifies an LDAP URL to use to search for an unknown + user name. + + You can specify multple LDAP URLs per Source block. + + Use '%s' to reference the username in your LDAP URL. + + If the search returns a record, the user is considered + "found", otherwise the next URL in the same Source + block is tried. + + Squidguard caches the "found" state of each search, + even when a user name is not found. The cache + is valid for ldapcachetime seconds. + + ldapcachetime This global keyword specifies the number of seconds + to cache LDAP search results before contacting + the LDAP server again. This keyword is global and + must go outside any Source/Destination/Rule blocks. + + Setting this value to a reasonably low value can + allow simulation of near-realtime user groupings + in LDAP without restarting squidguard. + + Recommended value: 300 + + + ldapbinddn This global keyword specifies the DN to bind to + the LDAP server as. + + ldapbindpass Password to bind to the LDAP server. This is a + global keyword. + + ldapprotover LDAP protocol version. This is a global keyword. + Use this to force squidguard to connect to the + LDAP server with a certain protocol version. If + unable to use the specified protocol version, + squidguard will enter emergency mode. + + Valid values: 2 or 3 + +Programmatic User Lists: +------------------------ + +Instead of putting a list of users in a file, you can now run a program +or script to list users on stdout. This user list behaves exactly like +a regular userlist, loaded at start time, and stored in memory statically. + + execuserlist This keyword goes in the Source {} block, and + specifies a command to run that will write a list + of usernames on stdout. + + +Supported LDAP URL extensions: +------------------------------ + +According to the available LDAP RFC's, there is only one defined extension, +called "bindname". This extension can be used to define a DN to bind with, +on a per-URL basis. + +The format of such an URL is rather hideous, since commas are used to +separate both the extensions in the URL and the elements of the DN. +To handle this, commas separating the URL extensions are real commas, while +the commas in the DN are defined with hex codes. (Hex %2c is a comma) + +Example: + + ldap://ldap.example.com/ou=groups,dc=example,dc=com\ + ?homeDirectory?sub?(uid=cdfrey)\ + ?bindname=cn=cdfrey%2cdc=example%2cdc=com,x-bindpass=password + +The above example shows multiple extensions specified in one URL. + +As it happens, both of those extensions are supported in the LDAP patch, +and have the following meanings: + + bindname As specified in RFC2255, this extension defines + the DN name to use during the bind to the LDAP + server. + + x-bindpass As specified in RFC2255, extensions starting with + "x-" are user defined. This extension allows the + URL to define the password required to bind to + the LDAP server. + +Both of these extensions override the global defaults "ldapbinddn" and +"ldapbindpass" (see above). + + + + +Example Configuration: +---------------------- + +Below is an example squidguard.conf file, showing the various user list +options: + +------------------- Example squidguard.conf snippet ------------------------ + +dbhome /var/lib/squidguard +logdir /var/log/squidguard + +# ldap cache time in seconds +ldapcachetime 300 + +ldapbinddn cn=root, dc=example, dc=com +ldapbindpass secret + +src INTERNAL_LAN { + ip 192.168.0.0/24 127.0.0.1 + within workhours + user dave,chris,john, marconi + + # uses the default binddn and bindpass above + ldapusersearch ldap://ldap.example.com/cn=squidguardusers,ou=groups,dc=example,dc=com?memberUid?sub?(&(objectclass=posixGroup)(memberUid=%s)) + + execuserlist sed "s/:.*$//" /etc/passwd + log internal_lan +} + +------------------------------ End snippet --------------------------------- + diff -urN squidGuard-1.2.0/configure squidGuard-1.2.0-patched/configure --- squidGuard-1.2.0/configure 2001-12-18 05:16:53.000000000 -0500 +++ squidGuard-1.2.0-patched/configure 2004-12-02 15:57:25.000000000 -0500 @@ -1,12 +1,81 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52. +# Generated by GNU Autoconf 2.59. # -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false [...14880 lines suppressed...] -} - -#if __STDC__ -char *sgAclAccess(struct Source *src, struct Acl *acl, struct SquidInfo *req) -#else -char *sgAclAccess(src, acl, req) - struct Source *src; - struct Acl *acl; - struct SquidInfo *req; -#endif -{ - int access = 1,result; - char *redirect = NULL, *dbdata = NULL, *p; - struct sgRewrite *rewrite = NULL; - struct AclDest *aclpass = NULL; - if(acl == NULL) - return NULL; - if(acl->pass == NULL) - acl->pass = defaultAcl->pass; - if(acl->pass != NULL){ - for(aclpass = acl->pass; aclpass != NULL; aclpass = aclpass->next){ - if(aclpass->dest != NULL && !aclpass->dest->active) - continue; - if(aclpass->type == ACL_TYPE_TERMINATOR){ - access=aclpass->access; - break; - } - if(aclpass->type == ACL_TYPE_INADDR){ - if(req->dot){ - access=aclpass->access; - break; - } - continue; - } - if(aclpass->dest->domainlistDb != NULL){ - result = defined(aclpass->dest->domainlistDb, req->domain, &dbdata); - if(result == DB_NOTFOUND) - continue; - if(result){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - if(aclpass->dest->urllistDb != NULL && access){ - result = defined(aclpass->dest->urllistDb,req->strippedurl, &dbdata); - if(result == DB_NOTFOUND) - continue; - if(result){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - if(aclpass->dest->regExp != NULL && access){ - if((result = sgRegExpMatch(aclpass->dest->regExp,req->url)) != 0){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - } - if(!access){ - if(dbdata != NULL) - redirect = dbdata; - else if(aclpass->dest != NULL && aclpass->dest->redirect != NULL) - redirect = aclpass->dest->redirect; - else if(aclpass->dest != NULL && aclpass->dest->rewrite != NULL && - (redirect = - sgRewriteExpression(aclpass->dest->rewrite,req->orig)) != NULL){ - ; - } - else if(acl->redirect == NULL) - redirect = defaultAcl->redirect; - else - redirect = acl->redirect; - } - } else { /* acl->pass == NULL, probably defaultAcl->pass == NULL */ - access=0; - redirect = defaultAcl->redirect; - } - if(acl->rewrite == NULL) - rewrite = defaultAcl->rewrite; - else - rewrite = acl->rewrite; - if(rewrite != NULL && access){ - if((p = sgRewriteExpression(rewrite,req->orig)) != NULL){ - redirect = p; - if(rewrite->logfile != NULL){ - globalLogFile = rewrite->logfile; - sgLogRequest(globalLogFile,req,acl,aclpass,rewrite); - } - } - } else if(redirect != NULL) { - redirect = sgParseRedirect(redirect, req, acl, aclpass); - if(src != NULL && src->logfile != NULL) - globalLogFile = src->logfile; - if(aclpass == NULL || aclpass->dest == NULL){ - if(defaultAcl->logfile != NULL) - globalLogFile = defaultAcl->logfile; - } else - if(aclpass->dest->logfile != NULL) - globalLogFile = aclpass->dest->logfile; - if(globalLogFile != NULL) - sgLogRequest(globalLogFile,req,acl,aclpass,NULL); - } - return redirect; -} - -#if __STDC__ -void yyerror(char *s) -#else -void yyerror(s) - char *s; -#endif -{ - sgLogFatalError("%s in configfile %s line %d",s,configFile,lineno); -} - - -#if __STDC__ -int yywrap() -#else -int yywrap() -#endif -{ - return 1; -} diff -urN squidGuard-1.2.0/src/y.tab.h.bison squidGuard-1.2.0-patched/src/y.tab.h.bison --- squidGuard-1.2.0/src/y.tab.h.bison 2001-12-18 09:34:04.000000000 -0500 +++ squidGuard-1.2.0-patched/src/y.tab.h.bison 1969-12-31 19:00:00.000000000 -0500 @@ -1,56 +0,0 @@ -typedef union { - char *string; - char *tval; - char *dval; - char *dvalcron; - int *integer; -} YYSTYPE; -#define WORD 257 -#define END 258 -#define START_BRACKET 259 -#define STOP_BRACKET 260 -#define WEEKDAY 261 -#define DESTINATION 262 -#define REWRITE 263 -#define ACL 264 -#define TIME 265 -#define TVAL 266 -#define DVAL 267 -#define DVALCRON 268 -#define SOURCE 269 -#define CIDR 270 -#define IPCLASS 271 -#define CONTINUE 272 -#define IPADDR 273 -#define DBHOME 274 -#define DOMAINLIST 275 -#define URLLIST 276 -#define EXPRESSIONLIST 277 -#define IPLIST 278 -#define DOMAIN 279 -#define USER 280 -#define USERLIST 281 -#define USERQUOTA 282 -#define IP 283 -#define NL 284 -#define NUMBER 285 -#define PASS 286 -#define REDIRECT 287 -#define LOGDIR 288 -#define SUBST 289 -#define CHAR 290 -#define MINUTELY 291 -#define HOURLY 292 -#define DAILY 293 -#define WEEKLY 294 -#define DATE 295 -#define WITHIN 296 -#define OUTSIDE 297 -#define ELSE 298 -#define LOGFILE 299 -#define ANONYMOUS 300 -#define CONTINIOUS 301 -#define SPORADIC 302 - - -extern YYSTYPE yylval; Index: squidGuard.spec =================================================================== RCS file: /cvs/extras/rpms/squidGuard/devel/squidGuard.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- squidGuard.spec 9 Sep 2005 12:16:10 -0000 1.2 +++ squidGuard.spec 30 Aug 2006 01:21:44 -0000 1.3 @@ -5,7 +5,7 @@ Name: squidGuard Version: 1.2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Filter, redirector and access controller plugin for squid Group: System Environment/Daemons @@ -26,17 +26,17 @@ Source200: squidGuard.te Source201: squidGuard.fc -Patch0: squidGuard-destdir.patch +Patch0: squidGuard-upstream.patch Patch1: squidGuard-paths.patch -Patch2: squidguard-1.2.0-db4.patch -Patch3: squid-getlist.html.patch -Patch4: squidGuard-perlwarning.patch -Patch5: squidGuard-sed.patch +Patch2: squid-getlist.html.patch +Patch3: squidGuard-perlwarning.patch +Patch4: squidGuard-sed.patch +Patch5: squidGuard-makeinstall.patch URL: http://www.squidguard.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: db4-devel +BuildRequires: db4-devel, bison, byacc, openldap-devel, flex Requires: squid Requires(post): %{_bindir}/chcon Requires(post): /sbin/chkconfig @@ -68,12 +68,12 @@ %prep %setup -q %{__cp} %{SOURCE3} . -%patch0 -p1 -b .destdir +%patch0 -p1 %patch1 -p1 -b .paths -%patch2 -p0 -b .db4 -%patch3 -p0 -%patch4 -p2 -%patch5 -p1 +%patch2 -p0 +%patch3 -p2 +%patch4 -p1 +%patch5 -p1 %{__cp} %{SOURCE100} ./squidGuard.conf.k12ltsp.template %{__cp} %{SOURCE101} ./update_squidguard_blacklists.k12ltsp.sh @@ -84,7 +84,8 @@ --with-sg-logdir=%{_var}/log/squid \ --with-sg-dbhome=%{_dbhomedir} -%{__make} %{?_smp_mflags} +#%{__make} %{?_smp_mflags} +%{__make} pushd contrib %{__make} %{?_smp_mflags} @@ -176,6 +177,10 @@ %{_initrddir}/transparent-proxying %changelog +* Tue Aug 29 2006 John Berninger 1.2.0-13 +- general updates to confirm build on FC5/FC6 +- updates to BuildRequires + * Fri Sep 09 2005 Oliver Falk - 1.2.0-12 - Make it K12LTSP compatible, so a possible upgrade doesn't break anything/much... --- squidGuard-destdir.patch DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:23:11 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:23:11 -0700 Subject: owners owners.list,1.1467,1.1468 Message-ID: <200608300123.k7U1NDAx031378@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31360 Modified Files: owners.list Log Message: Taking over squidGuard per BZ 165689 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1467 retrieving revision 1.1468 diff -u -r1.1467 -r1.1468 --- owners.list 29 Aug 2006 21:31:03 -0000 1.1467 +++ owners.list 30 Aug 2006 01:23:11 -0000 1.1468 @@ -1864,7 +1864,7 @@ Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|sqlite|An embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|sqlite2|Embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org| Fedora Extras|starfighter|For bugs related to the starfighter component|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 01:24:19 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:24:19 -0700 Subject: rpms/squidGuard/devel squidGuard-makeinstall.patch, NONE, 1.1 squidGuard.spec, 1.3, 1.4 Message-ID: <200608300124.k7U1OL40031405@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31385 Modified Files: squidGuard.spec Added Files: squidGuard-makeinstall.patch Log Message: Adding patch to Makefile/Makefile.in squidGuard-makeinstall.patch: --- NEW FILE squidGuard-makeinstall.patch --- diff -ruN squidGuard-1.2.0.orig/src/Makefile.in squidGuard-1.2.0/src/Makefile.in --- squidGuard-1.2.0.orig/src/Makefile.in 2006-08-29 21:05:21.000000000 -0400 +++ squidGuard-1.2.0/src/Makefile.in 2006-08-29 21:15:33.000000000 -0400 @@ -105,8 +105,8 @@ install.bin:: squidGuard @echo making $@ in `basename \`pwd\`` - @$(MKDIR) $(bindir) $(logdir) $(cfgdir) - $(INSTALL_PROGRAM) squidGuard $(bindir)/squidGuard + @$(MKDIR) $(DESTDIR)/$(bindir) $(DESTDIR)/$(logdir) $(DESTDIR)/$(cfgdir) + $(INSTALL_PROGRAM) squidGuard $(DESTDIR)/$(bindir)/squidGuard uninstall.bin:: @echo making $@ in `basename \`pwd\`` Index: squidGuard.spec =================================================================== RCS file: /cvs/extras/rpms/squidGuard/devel/squidGuard.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- squidGuard.spec 30 Aug 2006 01:21:44 -0000 1.3 +++ squidGuard.spec 30 Aug 2006 01:24:19 -0000 1.4 @@ -5,7 +5,7 @@ Name: squidGuard Version: 1.2.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Filter, redirector and access controller plugin for squid Group: System Environment/Daemons @@ -177,6 +177,9 @@ %{_initrddir}/transparent-proxying %changelog +* Tue Aug 29 2006 John Berninger 1.2.0-14 +- Bump release 'cause I forgot to add a patch file that's required + * Tue Aug 29 2006 John Berninger 1.2.0-13 - general updates to confirm build on FC5/FC6 - updates to BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 01:49:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:48 -0700 Subject: rpms/squidGuard/FC-3 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300149.k7U1noGN031639@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-3 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard.logrotate squidGuard.spec squidguard-1.2.0-db4.patch Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:49:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:48 -0700 Subject: rpms/squidGuard/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300149.k7U1noQD031642@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-4 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard.logrotate squidGuard.spec squidguard-1.2.0-db4.patch Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:49:49 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:49 -0700 Subject: rpms/squidGuard/FC-5 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard-perlwarning.patch, 1.1, NONE squidGuard-sed.patch, 1.1, NONE squidGuard.conf, 1.1, NONE squidGuard.fc, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.2, NONE squidGuard.te, 1.1, NONE squidguard, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE transparent-proxying, 1.1, NONE update_squidguard_blacklists, 1.1, NONE Message-ID: <200608300149.k7U1npjs031643@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-5 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard-perlwarning.patch squidGuard-sed.patch squidGuard.conf squidGuard.fc squidGuard.logrotate squidGuard.spec squidGuard.te squidguard squidguard-1.2.0-db4.patch transparent-proxying update_squidguard_blacklists Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard-perlwarning.patch DELETED --- --- squidGuard-sed.patch DELETED --- --- squidGuard.conf DELETED --- --- squidGuard.fc DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidGuard.te DELETED --- --- squidguard DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- --- transparent-proxying DELETED --- --- update_squidguard_blacklists DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:54:40 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:54:40 -0700 Subject: rpms/squidGuard/devel needs.rebuild,1.1,NONE Message-ID: <200608300154.k7U1sg9O031717@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31702 Removed Files: needs.rebuild Log Message: Package has been rebuilt for FE-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 02:21:19 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:21:19 -0700 Subject: check-mirrors return-mirrorlist.py,1.15,1.16 Message-ID: <200608300221.k7U2LJOf002080@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2059 Modified Files: return-mirrorlist.py Log Message: Added better stats, also now takes top=x stat. Fixed bug where no mirrors were returned if a no mirrors were found. Should have returned canonical Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- return-mirrorlist.py 11 Aug 2006 16:23:01 -0000 1.15 +++ return-mirrorlist.py 30 Aug 2006 02:21:16 -0000 1.16 @@ -20,12 +20,17 @@ # note: - maintaining the abovelist will become a royal bitch. # - Note, this script does have some dependancies on the file list # This should be removed in later versions - +# - Top has SQL Injection issues. needs an isint() debug = False +import os +import sys +import GeoIP +import ConfigParser +import cgi +import sqlite + # prettier errors -print 'Content-type: text/plain' -print # the errors might be in broken html - but at least you aren't chasing # through logs for them. @@ -38,13 +43,6 @@ VERSION = '0.2' -import os -import sys -import GeoIP -import ConfigParser -import cgi -import sqlite - # - separate cgi script needed to return the proper geoip-based file for # the requesting client's country, if it exists, otherwise return the global # file. @@ -52,44 +50,37 @@ class ConfigHolder(object): pass -class RepoDB: - def __init__(self, db): - (self.dbconn, self.dbcursor) = self.connect(db) - return None - - def connect(self, db): - try: - conn = sqlite.connect(db) - cursor = conn.cursor() - except sqlite.Error, errmsg: - errorprint('Failed to connect to database: %s' % db) - errorprint('Err: %s ' % errmsg) - return None, None +class Mirrors: + def __init__(self, db, repo, arch, country, showinvalid): + self.db=db + self.repo=repo + self.arch=arch + self.country=country + self.countrySQL=self.getCountry() + self.invalidSQL=self.showInvalid(showinvalid) + + def getCountry(self): + if self.country.lower() == 'global': + return '' else: - return(conn, cursor) - - def getMirrors(self, repo, arch, country): -# if(arch.lower() != 'i386' || arch.lower() != 'ppc' || arch.lower() != 'x86_64'): -# print "# %s is not a valid arch" % arch -# return False - - if country.lower() == 'global': - countrysql = "" + return "and country='%s'" % self.country + + def showInvalid(self, showinvalid): + if showinvalid: + return '' else: - countrysql = "and country='%s'" % country - try: - self.dbcursor.execute('SELECT url FROM mirrors where valid=1 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) - except sqlite.Error, err: - print "%s" % err - + return 'and valid="1"' + + def getMirrors(self, repo, arch, country): + rows = self.db.selectQuery('SELECT url FROM mirrors where repo="%s" and arch="%s" %s %s;' % (repo, arch, self.invalidSQL, self.countrySQL)) dataList = [] - for row in self.dbcursor.fetchall(): + for row in rows: dataList.append([ item for item in row]) return dataList - def printMirrors(self, repo, arch, country): + def printMirrors(self): """ Print mirrors """ - rows = self.getMirrors(repo, arch, country) + rows = self.getMirrors(self.repo, self.arch, self.country) results = 0 for row in rows: for field in row: @@ -97,29 +88,81 @@ results = results + 1 if results == 0: - print "# No results found for country: %s\n# Defaulting to global" % country - self.printMirrors(repo, arch, 'global') + if self.country != 'global': + print '# No results found for country: %s\n# Defaulting to global' % self.country + self.printMirrors(repo, arch, 'global') + else: + print '# no mirrors found, using default' + return False else: return True - + + def topMirrors(self, int): + """ Return the top n mirrors """ + return self.db.selectQuery('''select url, (successes*100)/(failures+successes) as uptime from mirrors where repo='%s' and arch='%s' %s %s order by uptime desc limit '%s';''' % (self.repo, self.arch, self.invalidSQL, self.countrySQL, int)) + + def printTopMirrors(self, int): + """ Prints the top n mirrors """ + results = 0 + for row in self.topMirrors(int): + results = results + 1 + print '%s # %s%%' % (row[0], row[1]) + if results == 0: + print '# no results found, using default' + return False + else: + return True + def printStats(self): """ Print statistical information about the mirrors """ + htmlprint('
    No Stats' % (self.repo, self.arch, self.country)) + htmlprint('
    Show invalid' % (self.repo, self.arch, self.country)) + htmlprint('
    Valid only' % (self.repo, self.arch, self.country)) + rows = self.db.selectQuery('select *, (successes*100)/(failures+successes) as uptime from mirrors where repo="%s" and arch="%s" %s %s order by uptime desc;' % (self.repo, self.arch, self.invalidSQL, self.countrySQL)) + htmlprint('') + for row in rows.fetchall(): + htmlprint('
  • ') + htmlprint(' ' % row[4]) + htmlprint(' ' % row[3]) + htmlprint(' ' % row[8]) + htmlprint(' ' % row[9]) + htmlprint(' ' % row[7]) + htmlprint('
    URL:%s
    Country:%s
    Last Good:%s
    Uptime%i%%
    Valid%i
    ') + htmlprint('') + + return True + +def htmlprint(str): + """ Why did I even bother with this? """ + print "%s" % str + +class RepoDB: + def __init__(self, db): + self.db=db + (self.dbconn, self.dbcursor)= self.connect() + return None + + def connect(self): try: - self.dbcursor.execute('SELECT * FROM mirrors;') - except sqlite.Error, err: - print "%s" % err + conn = sqlite.connect(self.db) + cursor = conn.cursor() + except sqlite.Error, errmsg: + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) + return None, None + else: + return(conn, cursor) - for row in self.dbcursor.fetchall(): - totalChecks = row[5] + row[6] * 1.0 - good = 0.0 - good = (row[6] / totalChecks * 1.0) * 100 - print '# %s' % row[4] - print '# Country: %s' % row[3] - print '# Last Good: %s' % row[8] - print '# Uptime: %i%%' % good - print '# Valid: %i' % row[7] - print '# -----------------------------------' - return True + def selectQuery(self, query): + """ Run query and return the results """ + try: + self.dbcursor.execute(query) + except sqlite.Error, err: + if debug == True: + print "%s" % err + print "Query: %s" % query + sys.exit(1) + return self.dbcursor def close(self): self.dbconn.cursor() @@ -131,6 +174,7 @@ config = ConfigHolder() config.paths = {} config.prefixes = {} + config.canonical = {} config.dbpath = "" for section in conf.sections(): @@ -139,6 +183,10 @@ continue if conf.has_option(section, 'outputpath'): config.paths[section] = conf.get(section, 'outputpath') + + if conf.has_option(section, 'canonical'): + config.canonical[section] = conf.get(section, 'canonical') + if conf.has_option(section, 'file_prefix'): config.prefixes[section] = conf.get(section, 'file_prefix') else: @@ -172,11 +220,16 @@ def main(): - config = get_config(CONFIG) form = cgi.FieldStorage() + if form.has_key('stats'): + print 'Content-type: text/html' + else: + print 'Content-type: text/plain' + print + + config = get_config(CONFIG) errors = sanity_check(config, form) DB = RepoDB(config.dbpath) - if errors: for error in errors: print '%s' % error @@ -192,7 +245,7 @@ lists_path = config.paths[repo] prefix = config.prefixes[repo] - + canonical = config.canonical[repo] # get geoip resolution # if country-specific file exists # open and return @@ -224,6 +277,7 @@ if country_list[0] != 'global' and not os.path.exists(rp): country_list = ['global'] + for country in country_list: return_file = '%s/%s-%s-%s.txt' % (lists_path, prefix, country, arch) rp = os.path.realpath(return_file) @@ -238,9 +292,19 @@ # continue print '# repo = %s country = %s arch = %s ' % (repo, country, arch) - DB.printMirrors(repo, arch, country) + + mirrors = Mirrors(DB, repo, arch, country, form.has_key('showinvalid')) + + if form.has_key('stats'): - DB.printStats() + mirrors.printStats() + else: + if form.has_key('top'): + if not mirrors.printTopMirrors(form['top'].value): + print canonical + else: + if not mirrors.printMirrors(): + print canonical # fo = open(return_file, 'r') # for line in fo.readlines(): From fedora-extras-commits at redhat.com Wed Aug 30 02:21:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:21:49 -0700 Subject: check-mirrors ChangeLog,1.3,1.4 Message-ID: <200608300221.k7U2LnOH002131@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2106 Modified Files: ChangeLog Log Message: Committing ChangeLog Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Aug 2006 05:01:33 -0000 1.3 +++ ChangeLog 30 Aug 2006 02:21:46 -0000 1.4 @@ -1,3 +1,30 @@ +2006-08-29 21:21 mmcgrath + + * return-mirrorlist.py: Added better stats, also now takes top=x + stat. + + Fixed bug where no mirrors were returned if a no mirrors were + found. Should have returned canonical + +2006-08-24 19:53 mmcgrath + + * check-mirrors.py: Many changes. + + Created a mirrors class seperate from the database class. + + Many more stats. + + Needs proper user sanatation for the top num in terms of + availability. + +2006-08-11 11:23 mmcgrath + + * return-mirrorlist.py: Fixed bad checks on arch variable. + +2006-08-07 00:01 mmcgrath + + * ChangeLog: cvs2cl update + 2006-08-06 23:37 mmcgrath * check-mirrors.py: [global] section in config no longer treated as From fedora-extras-commits at redhat.com Wed Aug 30 02:23:37 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:23:37 -0700 Subject: rpms/apcupsd/devel apcupsd.spec,1.9,1.10 Message-ID: <200608300223.k7U2NdHs002185@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2168 Modified Files: apcupsd.spec Log Message: Rebuild for FC6 Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/apcupsd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apcupsd.spec 21 Aug 2006 16:43:01 -0000 1.9 +++ apcupsd.spec 30 Aug 2006 02:23:37 -0000 1.10 @@ -1,6 +1,6 @@ Name: apcupsd Version: 3.12.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: APC UPS Power Control Daemon for Linux Group: System Environment/Daemons @@ -143,6 +143,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 3.12.4-2 +- Rebuild for FC6 + * Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 - Update to 3.12.4 From fedora-extras-commits at redhat.com Wed Aug 30 02:26:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:26:08 -0700 Subject: rpms/cmake/devel cmake.spec,1.7,1.8 Message-ID: <200608300226.k7U2QASr002253@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2236 Modified Files: cmake.spec Log Message: Rebuild for FC6 Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cmake.spec 2 Aug 2006 17:55:33 -0000 1.7 +++ cmake.spec 30 Aug 2006 02:26:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -62,6 +62,9 @@ %changelog +* Tue Aug 29 2006 Orion Poplawski - 2.4.3-3 +- Rebuild for FC6 + * Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot From fedora-extras-commits at redhat.com Wed Aug 30 02:29:14 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:29:14 -0700 Subject: rpms/environment-modules/devel environment-modules.spec,1.4,1.5 Message-ID: <200608300229.k7U2TGIj002328@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2311 Modified Files: environment-modules.spec Log Message: Rebuild for FC6 Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/devel/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 21:59:04 -0000 1.4 +++ environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -65,6 +65,9 @@ %changelog +* Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 +- Rebuild for FC6 + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Aug 30 02:32:09 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:32:09 -0700 Subject: rpms/ftnchek/devel ftnchek.spec,1.3,1.4 Message-ID: <200608300232.k7U2WBSm002401@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/ftnchek/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2384 Modified Files: ftnchek.spec Log Message: Rebuild for FC6 Index: ftnchek.spec =================================================================== RCS file: /cvs/extras/rpms/ftnchek/devel/ftnchek.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ftnchek.spec 24 Mar 2006 23:07:58 -0000 1.3 +++ ftnchek.spec 30 Aug 2006 02:32:08 -0000 1.4 @@ -1,6 +1,6 @@ Name: ftnchek Version: 3.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Static analyzer for Fortran 77 programs Group: Development/Tools @@ -77,6 +77,9 @@ %changelog +* Tue Aug 29 2006 Orion Poplawki 3.3.1-5 +- Rebuild for FC6 + * Fri Mar 24 2006 Orion Poplawki 3.3.1-4 - Don't strip binaries so we get a good debuginfo From fedora-extras-commits at redhat.com Wed Aug 30 02:34:05 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:34:05 -0700 Subject: rpms/gv/devel gv.spec,1.7,1.8 Message-ID: <200608300234.k7U2Y7mW002462@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2445 Modified Files: gv.spec Log Message: Rebuild for FC6 Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/devel/gv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gv.spec 13 Feb 2006 18:46:40 -0000 1.7 +++ gv.spec 30 Aug 2006 02:34:04 -0000 1.8 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -103,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Aug 29 2006 Orion Poplawski 3.6.1-8 +- Rebuild for FC6 + * Mon Feb 13 2006 Orion Poplawski 3.6.1-7 - Rebuild for gcc/glibc changes From fedora-extras-commits at redhat.com Wed Aug 30 02:36:31 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:36:31 -0700 Subject: rpms/hdf/devel hdf.spec,1.10,1.11 Message-ID: <200608300236.k7U2aXKI002526@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/hdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2507 Modified Files: hdf.spec Log Message: Rebuild for FC6 Index: hdf.spec =================================================================== RCS file: /cvs/extras/rpms/hdf/devel/hdf.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hdf.spec 11 Jun 2006 22:08:22 -0000 1.10 +++ hdf.spec 30 Aug 2006 02:36:31 -0000 1.11 @@ -1,6 +1,6 @@ Name: hdf Version: 4.2r1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD-ish Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_libdir}/%{name}/ %changelog +* Tue Aug 29 2006 Orion Poplawski 4.2r1-11 +- Rebuild for FC6 + * Thu Apr 20 2006 Orion Poplawski 4.2r1-10 - Add Requires netcdf-devel for hdf-devel (bug #189337) From fedora-extras-commits at redhat.com Wed Aug 30 02:53:02 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:53:02 -0700 Subject: rpms/hdf5/devel hdf5-1.6.5-flags.patch,1.2,1.3 hdf5.spec,1.10,1.11 Message-ID: <200608300253.k7U2r4FY002621@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/hdf5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2599 Modified Files: hdf5-1.6.5-flags.patch hdf5.spec Log Message: Rebuild for FC6 hdf5-1.6.5-flags.patch: Index: hdf5-1.6.5-flags.patch =================================================================== RCS file: /cvs/extras/rpms/hdf5/devel/hdf5-1.6.5-flags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hdf5-1.6.5-flags.patch 13 Mar 2006 18:21:58 -0000 1.2 +++ hdf5-1.6.5-flags.patch 30 Aug 2006 02:53:01 -0000 1.3 @@ -26,31 +26,3 @@ # Host-specific flags case "`hostname`" in ---- hdf5-1.6.5/fortran/config/gnu-flags.orig 2005-10-28 14:57:02.000000000 -0600 -+++ hdf5-1.6.5/fortran/config/gnu-flags 2006-03-13 10:59:22.000000000 -0700 -@@ -107,25 +107,6 @@ - gcc*|egcs*|pgcc*) - # Architecture-specific flags - arch= -- case "$host_os-$host_cpu" in -- # FreeBSD sets the information from "uname -m" to the general machine -- # architecture, not the specific CPU for the machine, so even our -- # Pentium II Xeon server is set to "i386". Once we know we are on a FreeBSD -- # machine, use the "sysctl" command to get the CPU hardware model. -- freebsd*-i386) -- host_cpu_model=`sysctl -n hw.model` -- case "$host_cpu_model" in -- # Hmm.. this might not catch Celerons, but it won't hurt them either... -- *Pro*|*II*|*III*|*IV*|*Athlon*) -- arch="-march=i686" -- ;; -- esac -- ;; -- -- *-i686) -- arch="-march=i686" -- ;; -- esac - - # Host-specific flags - case "`hostname`" in Index: hdf5.spec =================================================================== RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hdf5.spec 15 Mar 2006 22:29:45 -0000 1.10 +++ hdf5.spec 30 Aug 2006 02:53:01 -0000 1.11 @@ -1,6 +1,6 @@ Name: hdf5 Version: 1.6.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD-ish Group: System Environment/Libraries @@ -100,6 +100,9 @@ %{_libdir}/*.mod %changelog +* Tue Aug 29 2006 Orion Poplawski 1.6.5-6 +- Rebuild for FC6 + * Wed Mar 15 2006 Orion Poplawski 1.6.5-5 - Change rpath patch to not need autoconf - Add patch for libtool on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 02:54:26 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:54:26 -0700 Subject: owners owners.list,1.1468,1.1469 Message-ID: <200608300254.k7U2sShB002687@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2668 Modified Files: owners.list Log Message: Took ownership of sqlite sqlite2 moodle from ignacio Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1468 retrieving revision 1.1469 diff -u -r1.1468 -r1.1469 --- owners.list 30 Aug 2006 01:23:11 -0000 1.1468 +++ owners.list 30 Aug 2006 02:54:26 -0000 1.1469 @@ -954,7 +954,7 @@ Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| -Fedora Extras|moodle|A Course Management System|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|moodss|Powerful modular monitoring graphical application|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|moomps|Powerful modular monitoring service|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|most|more, less, most|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1862,8 +1862,8 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| -Fedora Extras|sqlite|An embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|sqlite2|Embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 03:05:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:05:32 -0700 Subject: rpms/kdesvn/devel .cvsignore, 1.9, 1.10 kdesvn.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <200608300305.k7U35YIE005413@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/kdesvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5392 Modified Files: .cvsignore kdesvn.spec sources Log Message: Update to 0.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 27 Jul 2006 17:31:22 -0000 1.9 +++ .cvsignore 30 Aug 2006 03:05:32 -0000 1.10 @@ -1 +1 @@ -kdesvn-0.9.1.tar.gz +kdesvn-0.9.2.tar.bz2 Index: kdesvn.spec =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/kdesvn.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kdesvn.spec 27 Jul 2006 17:31:22 -0000 1.15 +++ kdesvn.spec 30 Aug 2006 03:05:32 -0000 1.16 @@ -1,13 +1,12 @@ Name: kdesvn -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Summary: A subversion client for KDE with KIO integration Group: Development/Tools License: GPL URL: http://www.alwins-world.de/programs/kdesvn/ -Source0: http://www.alwins-world.de/programs/download/kdesvn/kdesvn-%{version}.tar.gz -Patch0: kdesvn-0.7.1-x.patch +Source0: http://www.alwins-world.de/programs/download/kdesvn/kdesvn-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: subversion-devel, kdelibs-devel, neon-devel @@ -39,7 +38,6 @@ %prep %setup -q -%patch -p1 -b .x11 %build @@ -118,6 +116,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.9.2-1 +- Update to 0.9.2 + * Thu Jul 27 2006 - Orion Poplawski - 0.9.1-1 - Update to 0.9.1, should fix bug #185165 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 27 Jul 2006 17:31:22 -0000 1.9 +++ sources 30 Aug 2006 03:05:32 -0000 1.10 @@ -1 +1 @@ -5ae31df56b853976db56400b1fd1b4fa kdesvn-0.9.1.tar.gz +d21c5c6ddc00d1948014149ecffeb5d0 kdesvn-0.9.2.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 03:07:53 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:07:53 -0700 Subject: rpms/kompose/devel .cvsignore, 1.2, 1.3 kompose.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608300307.k7U37uHo005490@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/kompose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5469 Modified Files: .cvsignore kompose.spec sources Log Message: Rebuild for FC6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Aug 2005 17:09:36 -0000 1.2 +++ .cvsignore 30 Aug 2006 03:07:53 -0000 1.3 @@ -1 +1 @@ -kompose-0.5.3.tar.bz2 +kompose-0.5.4.tar.bz2 Index: kompose.spec =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/kompose.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kompose.spec 27 Feb 2006 18:21:34 -0000 1.3 +++ kompose.spec 30 Aug 2006 03:07:53 -0000 1.4 @@ -1,7 +1,7 @@ Name: kompose Summary: Provides a full screen view of all open windows -Version: 0.5.3 -Release: 5%{?dist} +Version: 0.5.4 +Release: 2%{?dist} License: GPL Group: User Interface/X Url: http://kompose.berlios.de @@ -12,7 +12,7 @@ Requires: kdebase %description -Kompos? currently allows a fullscreen view of all your virtual desktops where +Kompos?? currently allows a fullscreen view of all your virtual desktops where every window is represented by a scaled screenshot of it's own. The Composite extension is used if available from the X server. @@ -67,6 +67,13 @@ %{_datadir}/pixmaps/kompose.png %changelog +* Tue Aug 29 2006 - Orion Poplawski 0.5.4-2 +- Rebuild for FC6 + +* Mon Jun 12 2006 - Orion Poplawski 0.5.4-1 +- Update to 0.5.4 +- Make description UTF-8 + * Mon Feb 27 2006 - Orion Poplawski 0.5.3-5 - Rebuild for FE5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Aug 2005 17:09:36 -0000 1.2 +++ sources 30 Aug 2006 03:07:53 -0000 1.3 @@ -1 +1 @@ -d0605f3651ed3f2eca9b961266669d30 kompose-0.5.3.tar.bz2 +9ae1540e91a4aeef0f71b28cf02c7869 kompose-0.5.4.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 03:14:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:14:32 -0700 Subject: rpms/libsynaptics/devel libsynaptics.spec,1.2,1.3 Message-ID: <200608300314.k7U3EYoa005553@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/libsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5536 Modified Files: libsynaptics.spec Log Message: Rebuild for FC6 Index: libsynaptics.spec =================================================================== RCS file: /cvs/extras/rpms/libsynaptics/devel/libsynaptics.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsynaptics.spec 31 Jul 2006 16:10:04 -0000 1.2 +++ libsynaptics.spec 30 Aug 2006 03:14:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: libsynaptics Version: 0.14.6b -Release: 2%{?dist} +Release: 3%{?dist} Summary: Synaptics touchpad driver library Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.14.6b-3 +- Rebuild for FC6 + * Mon Jul 31 2006 - Orion Poplawski - 0.14.6b-2 - Add BR xorg-x11-proto-devel From fedora-extras-commits at redhat.com Wed Aug 30 03:19:41 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:19:41 -0700 Subject: rpms/lasi/devel .cvsignore, 1.2, 1.3 lasi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608300319.k7U3Jhss005598@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/lasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5577 Modified Files: .cvsignore lasi.spec sources Log Message: - Update to 1.0.6 - Remove pkg-config patch applied upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 May 2006 18:19:14 -0000 1.2 +++ .cvsignore 30 Aug 2006 03:19:40 -0000 1.3 @@ -1 +1 @@ -lasi-1.0.5.tar.gz +lasi-1.0.6.tar.gz Index: lasi.spec =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/lasi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lasi.spec 8 May 2006 18:19:14 -0000 1.1 +++ lasi.spec 30 Aug 2006 03:19:40 -0000 1.2 @@ -1,13 +1,12 @@ Name: lasi -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: C++ library for creating Postscript documents Group: Development/Libraries License: LGPL URL: http://www.unifont.org/lasi/ Source0: http://www.unifont.org/lasi/download/lasi-%{version}.tar.gz -Patch0: lasi-1.0.5-pc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel @@ -43,7 +42,6 @@ %prep %setup -q -%patch -p1 -b .pc %build @@ -82,6 +80,10 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 1.0.6-1 +- Update to 1.0.6 +- Remove pkg-config patch applied upstream + * Mon May 8 2006 - Orion Poplawski - 1.0.5-2 - Disable static libs - Patch pc file to return -lLASi Index: sources =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 May 2006 18:19:14 -0000 1.2 +++ sources 30 Aug 2006 03:19:40 -0000 1.3 @@ -1 +1 @@ -b9f766f0b262bd3a5365fa81aea47ed8 lasi-1.0.5.tar.gz +2afd4359c2708949e8aa13ab9944ce7a lasi-1.0.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:23:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:23:08 -0700 Subject: rpms/ncarg/devel ncarg.spec,1.3,1.4 Message-ID: <200608300323.k7U3NA6R005673@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/ncarg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5651 Modified Files: ncarg.spec Log Message: Rebuild for FC6 Index: ncarg.spec =================================================================== RCS file: /cvs/extras/rpms/ncarg/devel/ncarg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ncarg.spec 20 Feb 2006 21:37:52 -0000 1.3 +++ ncarg.spec 30 Aug 2006 03:23:08 -0000 1.4 @@ -1,6 +1,6 @@ Name: ncarg Version: 4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Fortran and C based software package for scientific visualization Group: Development/Libraries License: GPL @@ -134,6 +134,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 4.4.1-4 +- Rebuild for FC6 + * Mon Feb 20 2006 - Orion Poplawski - 4.4.1-3 - Rename man3 manpages to not conflict with allegro-devel From fedora-extras-commits at redhat.com Wed Aug 30 03:24:16 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:24:16 -0700 Subject: rpms/libxfce4util/devel libxfce4util.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608300324.k7U3OIdl005744@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfce4util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5727 Modified Files: libxfce4util.spec Removed Files: needs.rebuild Log Message: Make devel package own includedir/xfce4 (fixes #203644) Index: libxfce4util.spec =================================================================== RCS file: /cvs/extras/rpms/libxfce4util/devel/libxfce4util.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libxfce4util.spec 16 Feb 2006 19:18:46 -0000 1.10 +++ libxfce4util.spec 30 Aug 2006 03:24:16 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Utility library for the Xfce4 desktop environment Name: libxfce4util Version: 4.2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD and LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/libxfce4util-4.2.3.2.tar.gz @@ -54,11 +54,14 @@ %defattr(-, root, root) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -%{_includedir}/xfce4/libxfce4util +%{_includedir}/xfce4 %{_datadir}/xfce4/m4/ %doc %{_datadir}/gtk-doc/html/libxfce4util %changelog +* Sun Aug 27 2006 Kevin Fenzi - 4.2.3.2-3 +- Make devel package own includedir/xfce4 (fixes #203644) + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3.2-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:28:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:28:17 -0700 Subject: rpms/perl-Net-IP-CMatch/devel perl-Net-IP-CMatch.spec,1.3,1.4 Message-ID: <200608300328.k7U3SJwj005825@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-Net-IP-CMatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5808 Modified Files: perl-Net-IP-CMatch.spec Log Message: Rebuild for FC6 Index: perl-Net-IP-CMatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-IP-CMatch/devel/perl-Net-IP-CMatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-IP-CMatch.spec 27 Feb 2006 17:25:37 -0000 1.3 +++ perl-Net-IP-CMatch.spec 30 Aug 2006 03:28:17 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-IP-CMatch Version: 0.02 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficiently match IP addresses against IP ranges with C Group: Development/Libraries @@ -56,6 +56,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.02-4 +- Rebuild for FC6 + * Mon Feb 27 2006 - Orion Poplawski - 0.02-3 - Rebuild for FC5 From fedora-extras-commits at redhat.com Wed Aug 30 03:29:40 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:29:40 -0700 Subject: rpms/perl-Net-Patricia/devel perl-Net-Patricia.spec,1.3,1.4 Message-ID: <200608300329.k7U3TgFd005909@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-Net-Patricia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892 Modified Files: perl-Net-Patricia.spec Log Message: Rebuild for FC6 Index: perl-Net-Patricia.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Patricia/devel/perl-Net-Patricia.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-Patricia.spec 27 Feb 2006 17:28:16 -0000 1.3 +++ perl-Net-Patricia.spec 30 Aug 2006 03:29:40 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-Patricia Version: 1.014 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Patricia Trie perl module for fast IP address lookups License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Tue Aug 29 2006 - Orion Poplawski - 1.014-3 +- Rebuild for FC6 + * Mon Feb 27 2006 - Orion Poplawski - 1.014-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Wed Aug 30 03:30:11 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:30:11 -0700 Subject: rpms/libxfcegui4/devel libxfcegui4.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608300330.k7U3UDp4005972@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfcegui4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5955 Modified Files: libxfcegui4.spec Removed Files: needs.rebuild Log Message: fix .so included in main package instead of devel. (#203629) Index: libxfcegui4.spec =================================================================== RCS file: /cvs/extras/rpms/libxfcegui4/devel/libxfcegui4.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libxfcegui4.spec 6 Jun 2006 00:32:15 -0000 1.12 +++ libxfcegui4.spec 30 Aug 2006 03:30:11 -0000 1.13 @@ -1,7 +1,7 @@ Summary: GTK widgets for Xfce Name: libxfcegui4 Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/libxfcegui4-4.2.3.tar.gz @@ -58,7 +58,7 @@ %files -f %{name}.lang %defattr(-,root,root) -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_libdir}/xfce4/modules/*.so* %{_datadir}/xfce4/* @@ -70,6 +70,9 @@ %{_datadir}/gtk-doc/html/libxfcegui4 %changelog +* Sun Aug 27 2006 - 4.2.3-6 +- fix .so included in main package instead of devel. (#203629) + * Mon Jun 5 2006 - 4.2.3-5 - Add gettext and intltool BuildRequires (fixes #194138) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:33:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:33:12 -0700 Subject: rpms/libxfce4mcs/devel libxfce4mcs.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300333.k7U3XE4e006065@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfce4mcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6048 Modified Files: libxfce4mcs.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: libxfce4mcs.spec =================================================================== RCS file: /cvs/extras/rpms/libxfce4mcs/devel/libxfce4mcs.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libxfce4mcs.spec 16 Feb 2006 21:04:55 -0000 1.9 +++ libxfce4mcs.spec 30 Aug 2006 03:33:12 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Multi-channel settings management support for Xfce Name: libxfce4mcs Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfce4mcs-4.2.3.tar.gz @@ -63,6 +63,9 @@ %{_datadir}/gtk-doc/html/libxfce4mcs %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-5.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:35:28 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:35:28 -0700 Subject: rpms/xfce-mcs-manager/devel xfce-mcs-manager.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608300335.k7U3ZUjJ006141@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-mcs-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6124 Modified Files: xfce-mcs-manager.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-mcs-manager.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-mcs-manager/devel/xfce-mcs-manager.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce-mcs-manager.spec 16 Feb 2006 21:37:13 -0000 1.6 +++ xfce-mcs-manager.spec 30 Aug 2006 03:35:27 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Multi channel settings manager Name: xfce-mcs-manager Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-mcs-manager-4.2.3.tar.gz @@ -61,6 +61,9 @@ %{_includedir}/xfce4/xfce-mcs-manager %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:37:33 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:37:33 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300337.k7U3bZgf006222@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6205 Modified Files: xfce4-panel.spec Removed Files: needs.rebuild Log Message: Don't own includedir/xfce4 Requires: libxfce4util-devel added to devel Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-panel.spec 6 Jun 2006 02:36:52 -0000 1.9 +++ xfce4-panel.spec 30 Aug 2006 03:37:33 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -31,6 +31,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig +Requires: libxfce4util-devel = %{version}-%{release} %description devel This package includes the header files you will need to build @@ -68,9 +69,12 @@ %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/* -%{_includedir}/xfce4 %changelog +* Thu Aug 24 2006 Kevin Fenzi - 4.2.3-5 +- Don't own includedir/xfce4 +- Requires: libxfce4util-devel added to devel + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext to BuildRequires (fixes #194139) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:40:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:40:50 -0700 Subject: rpms/gtk-xfce-engine/devel gtk-xfce-engine.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608300340.k7U3eqWv006307@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/gtk-xfce-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6290 Modified Files: gtk-xfce-engine.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: gtk-xfce-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-xfce-engine/devel/gtk-xfce-engine.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gtk-xfce-engine.spec 14 Jul 2006 22:09:19 -0000 1.10 +++ gtk-xfce-engine.spec 30 Aug 2006 03:40:50 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Port of Xfce engine to GTK+-2.0 Name: gtk-xfce-engine Version: 2.2.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/gtk-xfce-engine-2.2.8.tar.gz @@ -35,6 +35,9 @@ %{_datadir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 2.2.8-4 +- Rebuild for fc6 + * Fri Jul 14 2006 Kevin Fenzi - 2.2.8-3 - Fix to build against the new gtk (fixes #198904) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:43:04 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:43:04 -0700 Subject: rpms/xfcalendar/devel xfcalendar.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300343.k7U3h6Fo006394@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfcalendar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6370 Modified Files: xfcalendar.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfcalendar.spec =================================================================== RCS file: /cvs/extras/rpms/xfcalendar/devel/xfcalendar.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfcalendar.spec 16 Feb 2006 23:47:25 -0000 1.8 +++ xfcalendar.spec 30 Aug 2006 03:43:04 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Time-managing application for Xfce4 Name: xfcalendar Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfcalendar-4.2.3.tar.gz @@ -46,6 +46,9 @@ %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.3.2-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.3.2-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:45:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:45:30 -0700 Subject: rpms/xfce4-appfinder/devel xfce4-appfinder.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608300345.k7U3jWcH006474@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-appfinder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6457 Modified Files: xfce4-appfinder.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-appfinder.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-appfinder/devel/xfce4-appfinder.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xfce4-appfinder.spec 18 May 2006 20:14:15 -0000 1.7 +++ xfce4-appfinder.spec 30 Aug 2006 03:45:30 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Appfinder for the Xfce4 Desktop Environment Name: xfce4-appfinder Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-appfinder-4.2.3.tar.gz @@ -44,6 +44,9 @@ %{_datadir}/xfce4/doc/he %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu May 18 2006 Kevin Fenzi - 4.2.3-3 - Add patch to fix crash in information selection (fixes #192195) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:47:26 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:47:26 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec,1.10,1.11 Message-ID: <200608300347.k7U3lSRU006550@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6533 Modified Files: xfce4-panel.spec Log Message: Add back in correct include dir for devel subpackage Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xfce4-panel.spec 30 Aug 2006 03:37:33 -0000 1.10 +++ xfce4-panel.spec 30 Aug 2006 03:47:26 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -69,8 +69,12 @@ %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/* +%{_includedir}/xfce4/panel %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 +- Add back in correct include dir for devel subpackage + * Thu Aug 24 2006 Kevin Fenzi - 4.2.3-5 - Don't own includedir/xfce4 - Requires: libxfce4util-devel added to devel From fedora-extras-commits at redhat.com Wed Aug 30 03:49:11 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:49:11 -0700 Subject: rpms/xfce4-iconbox/devel xfce4-iconbox.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300349.k7U3nDqC006626@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-iconbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6609 Modified Files: xfce4-iconbox.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-iconbox.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-iconbox/devel/xfce4-iconbox.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-iconbox.spec 17 Feb 2006 00:26:38 -0000 1.8 +++ xfce4-iconbox.spec 30 Aug 2006 03:49:10 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Icon box for the Xfce4 Desktop Environment Name: xfce4-iconbox Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-iconbox-4.2.3.tar.gz @@ -48,6 +48,9 @@ %{_datadir}/icons/hicolor/*/*/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:52:45 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:52:45 -0700 Subject: rpms/xfce4-icon-theme/devel xfce4-icon-theme.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300352.k7U3qmsc006711@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-icon-theme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6694 Modified Files: xfce4-icon-theme.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-icon-theme.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-icon-theme/devel/xfce4-icon-theme.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-icon-theme.spec 17 Feb 2006 00:30:39 -0000 1.8 +++ xfce4-icon-theme.spec 30 Aug 2006 03:52:45 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Icons for Xfce Name: xfce4-icon-theme Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-icon-theme-4.2.3.tar.gz @@ -36,6 +36,9 @@ %{_datadir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:53:20 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 29 Aug 2006 20:53:20 -0700 Subject: rpms/mock/FC-5 .cvsignore, 1.8, 1.9 mock.spec, 1.20, 1.21 sources, 1.11, 1.12 Message-ID: <200608300353.k7U3rMd7006801@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764/FC-5 Modified Files: .cvsignore mock.spec sources Log Message: Yet another new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Aug 2006 01:28:24 -0000 1.8 +++ .cvsignore 30 Aug 2006 03:53:20 -0000 1.9 @@ -1 +1 @@ -mock-0.6.2.tar.gz +mock-0.6.4.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mock.spec 24 Aug 2006 01:28:24 -0000 1.20 +++ mock.spec 30 Aug 2006 03:53:20 -0000 1.21 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Jesse Keating - 0.6.4-1 +- new upstream version to fix #204051 + * Wed Aug 23 2006 Jesse Keating - 0.6.2-1 - new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 24 Aug 2006 01:28:24 -0000 1.11 +++ sources 30 Aug 2006 03:53:20 -0000 1.12 @@ -1 +1 @@ -25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz +636f66c9d6d03e590c79c2d83fcf0b24 mock-0.6.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:53:20 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 29 Aug 2006 20:53:20 -0700 Subject: rpms/mock/devel .cvsignore, 1.8, 1.9 mock.spec, 1.21, 1.22 sources, 1.11, 1.12 Message-ID: <200608300353.k7U3rNR6006807@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764/devel Modified Files: .cvsignore mock.spec sources Log Message: Yet another new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Aug 2006 01:28:25 -0000 1.8 +++ .cvsignore 30 Aug 2006 03:53:20 -0000 1.9 @@ -1 +1 @@ -mock-0.6.2.tar.gz +mock-0.6.4.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mock.spec 24 Aug 2006 01:28:25 -0000 1.21 +++ mock.spec 30 Aug 2006 03:53:20 -0000 1.22 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Jesse Keating - 0.6.4-1 +- new upstream version to fix #204051 + * Wed Aug 23 2006 Jesse Keating - 0.6.2-1 - new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 24 Aug 2006 01:28:25 -0000 1.11 +++ sources 30 Aug 2006 03:53:20 -0000 1.12 @@ -1 +1 @@ -25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz +636f66c9d6d03e590c79c2d83fcf0b24 mock-0.6.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:54:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:54:30 -0700 Subject: rpms/xfce4-mixer/devel xfce4-mixer.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300354.k7U3sXjP006923@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6906 Modified Files: xfce4-mixer.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-mixer.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-mixer.spec 17 Feb 2006 00:32:57 -0000 1.8 +++ xfce4-mixer.spec 30 Aug 2006 03:54:30 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Volume control plugin for the Xfce 4 panel Name: xfce4-mixer Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-mixer-4.2.3.tar.gz @@ -46,6 +46,9 @@ %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:56:26 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:56:26 -0700 Subject: rpms/xfce4-session/devel xfce4-session.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300356.k7U3uSF4007001@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-session/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6984 Modified Files: xfce4-session.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-session.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-session.spec 17 Feb 2006 00:36:30 -0000 1.9 +++ xfce4-session.spec 30 Aug 2006 03:56:26 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Xfce session manager Name: xfce4-session Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-session-4.2.3.tar.gz @@ -88,6 +88,9 @@ %{_libexecdir}/balou-* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:58:10 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:58:10 -0700 Subject: rpms/xfce4-systray/devel xfce4-systray.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300358.k7U3wC6E007082@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-systray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7065 Modified Files: xfce4-systray.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-systray.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systray/devel/xfce4-systray.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-systray.spec 17 Feb 2006 00:42:21 -0000 1.8 +++ xfce4-systray.spec 30 Aug 2006 03:58:10 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Systray for the Xfce4 Desktop Environment Name: xfce4-systray Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-systray-4.2.3.tar.gz @@ -41,6 +41,9 @@ %{_libdir}/xfce4 %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:00:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:00:00 -0700 Subject: rpms/xfce4-toys/devel xfce4-toys.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300400.k7U402ov007168@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-toys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7150 Modified Files: xfce4-toys.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-toys.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-toys/devel/xfce4-toys.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-toys.spec 17 Feb 2006 00:44:10 -0000 1.8 +++ xfce4-toys.spec 30 Aug 2006 04:00:00 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Various tools for Xfce4 Name: xfce4-toys Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-toys-4.2.3.tar.gz @@ -45,6 +45,9 @@ %{_datadir}/xfce4/tips/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:02:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:02:00 -0700 Subject: rpms/xfce4-trigger-launcher/devel xfce4-trigger-launcher.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300402.k7U42XTn009871@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-trigger-launcher/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9850 Modified Files: xfce4-trigger-launcher.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-trigger-launcher.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-trigger-launcher/devel/xfce4-trigger-launcher.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-trigger-launcher.spec 17 Feb 2006 00:45:49 -0000 1.8 +++ xfce4-trigger-launcher.spec 30 Aug 2006 04:02:00 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A panel plugin acting as a launcher with two states Name: xfce4-trigger-launcher Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-trigger-launcher-4.2.3.tar.gz @@ -42,6 +42,9 @@ %{_libdir}/xfce4/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:04:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:04:25 -0700 Subject: rpms/xfce-mcs-plugins/devel xfce-mcs-plugins.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300404.k7U44RLZ010005@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-mcs-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9988 Modified Files: xfce-mcs-plugins.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-mcs-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-mcs-plugins/devel/xfce-mcs-plugins.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce-mcs-plugins.spec 17 Feb 2006 00:47:32 -0000 1.8 +++ xfce-mcs-plugins.spec 30 Aug 2006 04:04:25 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Plugins for multi channel settings manager Name: xfce-mcs-plugins Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-mcs-plugins-4.2.3.tar.gz @@ -53,6 +53,9 @@ %{_datadir}/icons/*/*/apps/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:06:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:06:08 -0700 Subject: rpms/xfwm4/devel xfwm4.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300406.k7U46AQn010081@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfwm4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10064 Modified Files: xfwm4.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfwm4.spec =================================================================== RCS file: /cvs/extras/rpms/xfwm4/devel/xfwm4.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xfwm4.spec 7 Jun 2006 01:57:23 -0000 1.13 +++ xfwm4.spec 30 Aug 2006 04:06:08 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Next generation window manager for Xfce Name: xfwm4 Version: 4.2.3.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.2.3.2/src/xfwm4-4.2.3.2.tar.gz @@ -63,6 +63,9 @@ %{_datadir}/themes %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3.2-6 +- Rebuild for fc6 + * Tue Jun 6 2006 Kevin Fenzi - 4.2.3.2-5 - Add gettext and intltool to BuildRequires (fixes #194148) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:07:07 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:07:07 -0700 Subject: rpms/xpilot-ng/devel xpilotd.fc, NONE, 1.1 xpilotd.if, NONE, 1.1 xpilotd.te, NONE, 1.1 Message-ID: <200608300407.k7U479Y2010158@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10140 Added Files: xpilotd.fc xpilotd.if xpilotd.te Log Message: Add xpilot policy files --- NEW FILE xpilotd.fc --- # xpilot-ng-server executable will have: # label: system_u:object_r:xpilotd_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/xpilot-ng-server -- gen_context(system_u:object_r:xpilotd_exec_t,s0) /etc/xpilot-ng(/.*)? gen_context(system_u:object_r:xpilotd_private_data_t) --- NEW FILE xpilotd.if --- ## policy for xpilot-ng ######################################## ## ## Execute a domain transition to run xpilot-ng-server. ## ## ## ## Domain allowed to transition. ## ## # interface(`xpilotd_domtrans',` gen_require(` type xpilotd_t, xpilotd_exec_t; ') domain_auto_trans($1,xpilotd_exec_t,xpilotd_t) allow $1 xpilotd_t:fd use; allow xpilotd_t $1:fd use; allow xpilotd_t $1:fifo_file rw_file_perms; allow xpilotd_t $1:process sigchld; ') --- NEW FILE xpilotd.te --- policy_module(xpilotd,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; attribute port_type; type var_log_t; ') type xpilotd_port_t, port_type; type xpilotd_t; type xpilotd_exec_t; domain_type(xpilotd_t) init_daemon_domain(xpilotd_t, xpilotd_exec_t) # pid files type xpilotd_var_run_t; files_pid_file(xpilotd_var_run_t) # Game data files type xpilotd_private_data_t; files_type(xpilotd_private_data_t); ######################################## # # xpilot local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) files_read_usr_files(xpilotd_t) files_read_etc_files(xpilotd_t) libs_use_ld_so(xpilotd_t) libs_use_shared_libs(xpilotd_t) miscfiles_read_localization(xpilotd_t) ## internal communication is often done using fifo and unix sockets. allow xpilotd_t self:fifo_file { read write }; allow xpilotd_t self:unix_stream_socket create_stream_socket_perms; # log files allow xpilotd_t var_log_t:file rw_file_perms ; ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(xpilotd_t) corenet_udp_bind_all_nodes(xpilotd_t) corenet_non_ipsec_sendrecv(xpilotd_t) corenet_udp_sendrecv_all_ports(xpilotd_t) allow xpilotd_t xpilotd_port_t:udp_socket { name_bind }; # Init script handling init_use_fds(xpilotd_t) init_use_script_ptys(xpilotd_t) domain_use_interactive_fds(xpilotd_t) # Game private data allow xpilotd_t xpilotd_private_data_t:file { r_file_perms }; allow xpilotd_t xpilotd_private_data_t:dir search; # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them kernel_read_system_state(xpilotd_t) allow xpilotd_t self:process signal; From fedora-extras-commits at redhat.com Wed Aug 30 04:07:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:07:47 -0700 Subject: rpms/xfwm4-themes/devel xfwm4-themes.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608300407.k7U47nGj010212@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfwm4-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185 Modified Files: xfwm4-themes.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfwm4-themes.spec =================================================================== RCS file: /cvs/extras/rpms/xfwm4-themes/devel/xfwm4-themes.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xfwm4-themes.spec 17 Feb 2006 00:50:56 -0000 1.7 +++ xfwm4-themes.spec 30 Aug 2006 04:07:47 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Additional themes for xfwm4 Name: xfwm4-themes Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfwm4-themes-4.2.3.tar.gz @@ -35,6 +35,9 @@ %{_datadir}/themes %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:07:48 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:07:48 -0700 Subject: rpms/xpilot-ng/devel xpilot-ng-server.init,1.2,1.3 Message-ID: <200608300408.k7U48KSW010271@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10168 Modified Files: xpilot-ng-server.init Log Message: Add/remove the xpilot selinux port contexts when starting/stopping the server Index: xpilot-ng-server.init =================================================================== RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng-server.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpilot-ng-server.init 18 Jul 2006 16:16:23 -0000 1.2 +++ xpilot-ng-server.init 30 Aug 2006 04:07:48 -0000 1.3 @@ -35,13 +35,17 @@ echo return 1 fi + if selinuxenabled ; then + /usr/sbin/semanage port -a -t xpilotd_port_t -p udp 1545 &>/dev/null || : + /usr/sbin/semanage port -a -t xpilotd_port_t -p udp 32200-32299 &>/dev/null || : + fi + # This doesn't properly detect startup failures daemon --user xpilot $exec $XPILOTD_OPTIONS >>/var/log/xpilot.log 2>&1 & retval=$? if [ $retval -eq 0 ]; then success touch $lockfile - pidofproc $prog > $pidfile else failure fi @@ -55,6 +59,10 @@ retval=$? echo [ $retval -eq 0 ] && rm -f $lockfile + if selinuxenabled ; then + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 1545 &>/dev/null || : + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 32200-32299 &>/dev/null || : + fi return $retval } From fedora-extras-commits at redhat.com Wed Aug 30 04:09:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:09:08 -0700 Subject: rpms/xfdesktop/devel xfdesktop.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608300409.k7U49AEZ010299@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfdesktop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10282 Modified Files: xfdesktop.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfdesktop.spec =================================================================== RCS file: /cvs/extras/rpms/xfdesktop/devel/xfdesktop.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xfdesktop.spec 6 Jun 2006 03:04:07 -0000 1.11 +++ xfdesktop.spec 30 Aug 2006 04:09:08 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Desktop manager for the XFce Desktop Environment Name: xfdesktop Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfdesktop-4.2.3.tar.gz @@ -66,6 +66,9 @@ %{_mandir}/man1/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext BuildRequires. (fixes #194142) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:10:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:10:39 -0700 Subject: rpms/xpilot-ng/devel xpilot-ng.spec,1.8,1.9 Message-ID: <200608300410.k7U4AfhO010377@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10353 Modified Files: xpilot-ng.spec Log Message: Added -selinux subpackage Don't create the xpilot user if one already exists Don't ghost compiled python files anymore. Index: xpilot-ng.spec =================================================================== RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xpilot-ng.spec 18 Jul 2006 16:16:40 -0000 1.8 +++ xpilot-ng.spec 30 Aug 2006 04:10:38 -0000 1.9 @@ -1,24 +1,33 @@ +%define selinux_variants mls strict targeted +%define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) + Name: xpilot-ng Version: 4.7.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Multiplayer space arcade game Group: Amusements/Games License: GPL URL: http://xpilot.sourceforge.net Source0: http://dl.sourceforge.net/sourceforge/xpilot/xpilot-ng-%{version}.tar.gz -Source1: xpilot-ng.png -Source2: xpilot-ng-x11.desktop -Source3: xpilot-ng-sdl.desktop -Source4: xpilot-ng-server.init +Source1: xpilot-ng.png +Source2: xpilot-ng-x11.desktop +Source3: xpilot-ng-sdl.desktop +Source4: xpilot-ng-server.init Source5: xpilot-ng.sysconfig Source6: xpilot-ng.logrotate +Source7: xpilotd.te +Source8: xpilotd.fc +Source9: xpilotd.if BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: expat-devel SDL_ttf-devel SDL_image-devel zlib-devel -# The following BR are not needed for FC-4 BuildRequires: libXt-devel libGLU-devel libXxf86misc-devel +BuildRequires: selinux-policy-devel hardlink checkpolicy +%if "%{selinux_policyver}" != "" +Requires: selinux-policy >= %{selinux_policyver} +%endif %description A highly addictive, infinitely configurable multiplayer space @@ -42,6 +51,16 @@ are playing alone, but not required if you are joining one of the public xpilot games hosted on the internet. +%package selinux +Summary: SELinux policy files for the xpilot-ng game server +Group: Amusements/Games +Requires: %{name}-server = %{version}-%{release} +Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles +Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool +Requires(postun): /usr/sbin/semodule +%description selinux +SELinux policy files for the xpilot-ng game server + %prep %setup -q pushd doc/man @@ -51,10 +70,23 @@ mv xpilot-ng-x11.man.new xpilot-ng-x11.man popd +mkdir SELinux +cp %{SOURCE7} %{SOURCE8} %{SOURCE9} SELinux/ + %build CFLAGS="$RPM_OPT_FLAGS" %configure make %{?_smp_mflags} +# Build the selinux policy file +pushd SELinux +for variant in %{selinux_variants} +do + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile + mv xpilotd.pp xpilotd.pp.${variant} + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean +done +popd + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -85,6 +117,18 @@ install -p -D -m 644 lib/defaults.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/defaults.txt install -p -D -m 600 lib/password.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/password.txt +# Install selinux policies +pushd SELinux +for variant in %{selinux_variants} +do + install -d %{buildroot}%{_datadir}/selinux/${variant} + install -p -m 644 xpilotd.pp.${variant} \ + %{buildroot}%{_datadir}/selinux/${variant}/xpilotd.pp +done +popd +# Hardlink identical policy module packages together +/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux + %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -98,26 +142,65 @@ fi %pre server -/usr/sbin/fedora-groupadd 25 -r xpilot &>/dev/null || : -/usr/sbin/fedora-useradd 25 -r -s /sbin/nologin -d /usr/share/xpilot-ng -M \ - -c 'XPilot Server' -g xpilot xpilot >/dev/null || : +user_uid=`id -u xpilot 2>/dev/null` +if [ x"$user_uid" = x ] ; then + /usr/sbin/fedora-groupadd 25 -r xpilot &>/dev/null || : + /usr/sbin/fedora-useradd 25 -r -s /sbin/nologin -d /usr/share/xpilot-ng \ + -M -c 'XPilot Server' -g xpilot xpilot >/dev/null || : +fi %post server /sbin/chkconfig --add xpilot-ng-server %preun server -if [ "$1" = "0" ]; then +if [ "$1" -le "0" ]; then /sbin/service xpilot-ng-server stop > /dev/null 2>&1 /sbin/chkconfig --del xpilot-ng-server fi %postun server if [ "$1" -ge "1" ]; then - /sbin/service xpilot-ng-server condrestart >/dev/null 2>&1 + /sbin/service xpilot-ng-server condrestart > /dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel xpilot &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel xpilot &>/dev/null || : +%post selinux +# Install SELinux policy modules +for selinuxvariant in %{selinux_variants} +do + /usr/sbin/semodule -s ${selinuxvariant} -i \ + %{_datadir}/selinux/${selinuxvariant}/xpilotd.pp &> /dev/null || : +done +/usr/sbin/semanage port -a -t xpilotd_port_t -p udp 15345 &> /dev/null || : +/usr/sbin/semanage port -a -t xpilotd_port_t -p udp 32200-32299 &> /dev/null || : +/sbin/fixfiles -R %{name}-server restore || : +/sbin/service %{name}-server condrestart > /dev/null 2>&1 || : + +%preun selinux +if [ "$1" -lt "1" ] ; then + # Disable the policy and restart the daemon + /usr/sbin/setsebool xpilotd_disable_trans 1 &> /dev/null || : + /sbin/service %{name}-server condrestart > /dev/null 2>&1 || : + # Unload the module + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 15345 &> /dev/null || : + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 32200-32299 &> /dev/null || : + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -s ${variant} -r xpilotd &> /dev/null || : + done + # Set the context back + /sbin/fixfiles -R %{name}-server restore || : +fi + +%postun selinux +if [ "$1" -ge "1" ] ; then + # Replace the module if it is already loaded. semodule -u also + # checks the module version + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/xpilotd.pp || : + done +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -144,29 +227,30 @@ %{_initrddir}/xpilot-ng-server %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-server %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-server -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/defaults.txt -%{_datadir}/%{name}/password.txt -%{_datadir}/%{name}/robots.txt -%{_datadir}/%{name}/shipshapes.txt -%{_datadir}/%{name}/mapconvert.py -%{_datadir}/%{name}/maps +%{_datadir}/%{name} %dir %{_sysconfdir}/%{name} %config(noreplace) %attr(0600,xpilot,xpilot) %{_sysconfdir}/%{name}/password.txt %config(noreplace) %{_sysconfdir}/%{name}/defaults.txt %{_mandir}/man6/xpilot-ng-server.6.gz %{_mandir}/man6/xpilot-ng-xp-mapedit.6.gz %doc README COPYING -#The following two entries need to be removed with FC-4 -%ghost %{_datadir}/%{name}/mapconvert.pyc -%ghost %{_datadir}/%{name}/mapconvert.pyo + +%files selinux +%defattr(-,root,root,-) +%doc SELinux/*.?? +%{_datadir}/selinux/*/xpilotd.pp %changelog +* Tue Aug 29 2006 Wart 4.7.2-10 +- Added SELinux policies for the game server +- Don't attempt to create the xpilot user if it already exists +- Don't ghost the compiled python files anymore + * Mon Jul 17 2006 Wart 4.7.2-9 - Use the new xpilot user in the init.d script - Add info on firewall configuration in the sysconfig script - Explicitly disable reporting to the meta server (BZ #199164) -- Don't restart the server in %postun unless it was already running. +- Don't restart the server in %%postun unless it was already running. * Tue Jul 11 2006 Wart 4.7.2-8 - Fix Requires: for the -server subpackage From fedora-extras-commits at redhat.com Wed Aug 30 04:10:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:10:48 -0700 Subject: rpms/xffm/devel xffm.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300410.k7U4AoQv010400@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xffm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10383 Modified Files: xffm.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xffm.spec =================================================================== RCS file: /cvs/extras/rpms/xffm/devel/xffm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xffm.spec 9 Jun 2006 01:09:46 -0000 1.13 +++ xffm.spec 30 Aug 2006 04:10:48 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Next generation filemanager and SMB network navigator for Xfce4 Name: xffm Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xffm-4.2.3.tar.gz @@ -69,6 +69,9 @@ %{_mandir}/man?/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Wed Jun 7 2006 Kevin Fenzi - 4.2.3-4 - Add gettext to BuildRequires (fixes #194145) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:11:45 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:11:45 -0700 Subject: rpms/xpilot-ng/devel needs.rebuild,1.1,NONE Message-ID: <200608300411.k7U4Bl1h010498@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10483 Removed Files: needs.rebuild Log Message: Rebuilding for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:17:58 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:17:58 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec,1.11,1.12 Message-ID: <200608300418.k7U4I08R010597@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10580 Modified Files: xfce4-panel.spec Log Message: Fix devel Requires to correct libxfce4util Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xfce4-panel.spec 30 Aug 2006 03:47:26 -0000 1.11 +++ xfce4-panel.spec 30 Aug 2006 04:17:58 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -31,7 +31,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: libxfce4util-devel = %{version}-%{release} +Requires: libxfce4util-devel >= 4.2.3.2-3 %description devel This package includes the header files you will need to build @@ -72,6 +72,9 @@ %{_includedir}/xfce4/panel %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-7 +- Fix devel Requires to correct libxfce4util + * Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 - Add back in correct include dir for devel subpackage From fedora-extras-commits at redhat.com Wed Aug 30 04:21:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:21:12 -0700 Subject: rpms/xfprint/devel xfprint.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608300421.k7U4LE7k010677@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfprint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10660 Modified Files: xfprint.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfprint.spec =================================================================== RCS file: /cvs/extras/rpms/xfprint/devel/xfprint.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xfprint.spec 16 Jun 2006 18:57:59 -0000 1.12 +++ xfprint.spec 30 Aug 2006 04:21:12 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Print dialog and printer manager for Xfce 4 Name: xfprint Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://www.xfce.org Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfprint-4.2.3.tar.gz @@ -58,6 +58,9 @@ %{_datadir}/icons/hicolor/*/*/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Fri Jun 16 2006 Kevin Fenzi - 4.2.3-4 - Rebuild against new cups-devel to fix gnutls dependency --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:28:45 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:28:45 -0700 Subject: rpms/xfce-utils/devel xfce-utils.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300428.k7U4SlPJ010780@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10763 Modified Files: xfce-utils.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-utils/devel/xfce-utils.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce-utils.spec 6 Jun 2006 01:52:23 -0000 1.9 +++ xfce-utils.spec 30 Aug 2006 04:28:45 -0000 1.10 @@ -3,7 +3,7 @@ Summary: Utilities for the Xfce Desktop Environment Name: xfce-utils Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-utils-4.2.3.tar.gz @@ -65,6 +65,9 @@ %{xsessiondir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext BuildRequires (fixes #194140) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:30:33 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:30:33 -0700 Subject: rpms/dbh/devel dbh.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608300430.k7U4UZjh010858@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/dbh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10841 Modified Files: dbh.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: dbh.spec =================================================================== RCS file: /cvs/extras/rpms/dbh/devel/dbh.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dbh.spec 17 Feb 2006 01:04:40 -0000 1.7 +++ dbh.spec 30 Aug 2006 04:30:33 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Disk based hash library Name: dbh Version: 1.0.24 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/dbh-1.0.24.tar.gz Patch: dbh-1.0.22-rpath.patch @@ -64,6 +64,9 @@ %{_includedir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 1:1.0.24-5 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 1:1.0.24-4.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:32:39 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:32:39 -0700 Subject: rpms/exo/devel exo.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300432.k7U4Wfck010944@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10927 Modified Files: exo.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- exo.spec 9 Aug 2006 01:54:50 -0000 1.13 +++ exo.spec 30 Aug 2006 04:32:39 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.8 -Release: 0.1.beta2%{?dist} +Release: 0.2.beta2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 @@ -91,6 +91,9 @@ %{python_sitearch}/pyexo.* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.2.beta2 +- Rebuild for fc6 + * Wed Aug 2 2006 Kevin Fenzi - 0.3.1.8-0.1.beta2 - Fix release numbering - General cleanup for devel push --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:34:46 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:34:46 -0700 Subject: rpms/Terminal/devel Terminal.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608300434.k7U4YmfN011020@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/Terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11003 Modified Files: Terminal.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: Terminal.spec =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/Terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Terminal.spec 9 Aug 2006 02:06:43 -0000 1.9 +++ Terminal.spec 30 Aug 2006 04:34:45 -0000 1.10 @@ -1,7 +1,7 @@ Summary: X Terminal Emulator Name: Terminal Version: 0.2.5.4 -Release: 0.1.beta2%{?dist} +Release: 0.2.beta2%{?dist} License: GPL URL: http://terminal.os-cillation.com/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/Terminal-0.2.5.4beta2.tar.bz2 @@ -52,6 +52,9 @@ %{_libexecdir}/TerminalHelp %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.2.5.4-0.2.beta2 +- Rebuild for fc6 + * Wed Aug 2 2006 Kevin Fenzi - 0.2.5.4-0.1.beta2 - Fix release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:46:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:46:48 -0700 Subject: rpms/exo/devel exo.spec,1.14,1.15 Message-ID: <200608300446.k7U4koLS011131@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11101 Modified Files: exo.spec Log Message: Add perl-URI BuildRequires Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- exo.spec 30 Aug 2006 04:32:39 -0000 1.14 +++ exo.spec 30 Aug 2006 04:46:48 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.8 -Release: 0.2.beta2%{?dist} +Release: 0.3.beta2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 @@ -20,6 +20,7 @@ BuildRequires: python-devel BuildRequires: imake BuildRequires: libXt-devel +BuildRequires: perl-URI %description Extension library for Xfce, targeted at application development. @@ -91,6 +92,9 @@ %{python_sitearch}/pyexo.* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.3.beta2 +- Add perl-URI BuildRequires + * Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.2.beta2 - Rebuild for fc6 From fedora-extras-commits at redhat.com Wed Aug 30 04:46:48 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:48 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.28,1.29 Message-ID: <200608300447.k7U4lKYC011220@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-3 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.28 +++ nethack-vultures.spec 30 Aug 2006 04:46:48 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -109,7 +109,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -172,6 +172,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:55 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:55 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.30,1.31 Message-ID: <200608300447.k7U4lRsL011229@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/devel Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- nethack-vultures.spec 25 Aug 2006 06:43:35 -0000 1.30 +++ nethack-vultures.spec 30 Aug 2006 04:46:55 -0000 1.31 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:54 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:54 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.29,1.30 Message-ID: <200608300447.k7U4lQVE011223@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-4 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.29 +++ nethack-vultures.spec 30 Aug 2006 04:46:54 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:55 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:55 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.30,1.31 Message-ID: <200608300447.k7U4lRYD011226@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-5 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- nethack-vultures.spec 25 Aug 2006 06:43:34 -0000 1.30 +++ nethack-vultures.spec 30 Aug 2006 04:46:54 -0000 1.31 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:47:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 21:47:38 -0700 Subject: rpms/gossip/devel gossip.spec,1.26,1.27 Message-ID: <200608300447.k7U4leRJ011257@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11240 Modified Files: gossip.spec Log Message: * Wed Aug 30 2006 Brian Pepple - 0.15-4 - Update for FC6. Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gossip.spec 25 Aug 2006 17:42:55 -0000 1.26 +++ gossip.spec 30 Aug 2006 04:47:38 -0000 1.27 @@ -2,7 +2,7 @@ Name: gossip Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -124,6 +124,9 @@ %changelog +* Wed Aug 30 2006 Brian Pepple - 0.15-4 +- Update for FC6. + * Fri Aug 25 2006 Brian Pepple - 0.15-3 - Add BR on perl(XML::Parser). From fedora-extras-commits at redhat.com Wed Aug 30 05:20:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 22:20:24 -0700 Subject: rpms/gossip/devel needs.rebuild,1.1,NONE Message-ID: <200608300520.k7U5KQeZ014194@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14179 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:16:15 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:16:15 -0700 Subject: rpms/python-docutils/devel python-docutils.spec,1.6,1.7 Message-ID: <200608300616.k7U6GHQL016959@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16942 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Bump for FC6 rebuild. - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-docutils.spec 16 Feb 2006 17:58:29 -0000 1.6 +++ python-docutils.spec 30 Aug 2006 06:16:15 -0000 1.7 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,25 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + * Thu Feb 16 2006 Toshio Kuratomi 0.4-2 - Bump and rebuild for FC5. From fedora-extras-commits at redhat.com Wed Aug 30 06:18:27 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:18:27 -0700 Subject: rpms/python-docutils/devel needs.rebuild,1.1,NONE Message-ID: <200608300618.k7U6ITB1017038@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17023 Removed Files: needs.rebuild Log Message: * Just rebuilt (Aug 29, 2006) but forgot to remove the needs.rebuild file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:27:38 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:27:38 -0700 Subject: rpms/python-docutils/FC-5 python-docutils.spec,1.6,1.7 Message-ID: <200608300627.k7U6Re49017356@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17283 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/FC-5/python-docutils.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-docutils.spec 16 Feb 2006 17:58:29 -0000 1.6 +++ python-docutils.spec 30 Aug 2006 06:27:38 -0000 1.7 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,25 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + * Thu Feb 16 2006 Toshio Kuratomi 0.4-2 - Bump and rebuild for FC5. From fedora-extras-commits at redhat.com Wed Aug 30 06:28:25 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:28:25 -0700 Subject: rpms/python-docutils/FC-4 python-docutils.spec,1.5,1.6 Message-ID: <200608300628.k7U6SRIj017505@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/FC-4/python-docutils.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-docutils.spec 17 Jan 2006 19:50:17 -0000 1.5 +++ python-docutils.spec 30 Aug 2006 06:28:25 -0000 1.6 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,28 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + +* Thu Feb 16 2006 Toshio Kuratomi 0.4-2 +- Bump and rebuild for FC5. + * Sun Jan 15 2006 Toshio Kuratomi 0.4-1 - Update to 0.4. - Scripted the listing of files in the python module. From fedora-extras-commits at redhat.com Wed Aug 30 06:32:13 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:32:13 -0700 Subject: owners owners.list,1.1469,1.1470 Message-ID: <200608300632.k7U6WFeE017994@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17943 Modified Files: owners.list Log Message: * Rename psycopg2 entry to python-psycopg2 as that's what it really is. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1469 retrieving revision 1.1470 diff -u -r1.1469 -r1.1470 --- owners.list 30 Aug 2006 02:54:26 -0000 1.1469 +++ owners.list 30 Aug 2006 06:32:13 -0000 1.1470 @@ -1603,7 +1603,6 @@ Fedora Extras|proj|Cartographic projection software (PROJ.4)|mccann0011 at hotmail.com|extras-qa at fedoraproject.org| Fedora Extras|prozilla|An advanced Linux download manager|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pscan|Limited problem scanner for C source files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| -Fedora Extras|psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| @@ -1682,6 +1681,7 @@ Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| +Fedora Extras|python-psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr From fedora-extras-commits at redhat.com Wed Aug 30 06:33:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:33:33 -0700 Subject: rpms/svn2cl/devel needs.rebuild,1.1,NONE Message-ID: <200608300633.k7U6Xa9V018098@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/svn2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18078 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:34:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:34:59 -0700 Subject: rpms/cvs2cl/devel needs.rebuild,1.1,NONE Message-ID: <200608300635.k7U6Z1qq018251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18234 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:37:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:37:59 -0700 Subject: rpms/colordiff/devel colordiff.spec,1.1,1.2 Message-ID: <200608300638.k7U6c1Cw018474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/colordiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18457 Modified Files: colordiff.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.0.5-2 - Drop no longer needed Obsoletes. Index: colordiff.spec =================================================================== RCS file: /cvs/extras/rpms/colordiff/devel/colordiff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- colordiff.spec 21 May 2005 08:42:50 -0000 1.1 +++ colordiff.spec 30 Aug 2006 06:37:59 -0000 1.2 @@ -1,6 +1,6 @@ Name: colordiff Version: 1.0.5 -Release: 1 +Release: 2 Summary: Color terminal highlighter for diff files Group: Applications/Text @@ -14,7 +14,6 @@ BuildRequires: sed Requires: bzip2, gzip, less, diffutils Provides: cdiff -Obsoletes: cdiff <= 1.4 %description Colordiff is a wrapper for diff and produces the same output but with @@ -53,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.0.5-2 +- Drop no longer needed Obsoletes. + * Sat May 21 2005 Ville Skytt?? - 1.0.5-1 - Add version to cdiff Obsoletes (Matthias Saou). - Require diffutils (Matthias Saou, Matthew Miller). From fedora-extras-commits at redhat.com Wed Aug 30 06:40:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:40:33 -0700 Subject: rpms/perl-Text-Iconv/devel perl-Text-Iconv.spec,1.7,1.8 Message-ID: <200608300640.k7U6eZ7r018758@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Text-Iconv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18739 Modified Files: perl-Text-Iconv.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.4-5 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-Text-Iconv.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Iconv/devel/perl-Text-Iconv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Text-Iconv.spec 16 Feb 2006 21:45:09 -0000 1.7 +++ perl-Text-Iconv.spec 30 Aug 2006 06:40:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Text-Iconv Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl interface to iconv() codeset conversion function Group: Development/Libraries @@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 +BuildRequires: %{__perl} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -36,7 +36,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -57,6 +57,10 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.4-5 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Thu Feb 16 2006 Ville Skytt?? - 1.4-4 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 06:43:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:12 -0700 Subject: rpms/abcde/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hECK019065@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/abcde/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:12 -0700 Subject: rpms/cabextract/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hENL019070@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cabextract/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:13 -0700 Subject: rpms/ccache/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hF9H019073@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/ccache/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:14 -0700 Subject: rpms/cd-discid/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hGx4019076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cd-discid/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:21 -0700 Subject: rpms/dvb-apps/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hNVH019123@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/dvb-apps/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:19 -0700 Subject: rpms/cvsgraph/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hLCM019119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cvsgraph/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:26 -0700 Subject: rpms/freedroid/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hSGb019162@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/freedroid/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:20 -0700 Subject: rpms/cvsps/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hMQq019122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cvsps/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:37 -0700 Subject: rpms/http_ping/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hd0C019221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/http_ping/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:37 -0700 Subject: rpms/id3v2/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hdir019236@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/id3v2/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:27 -0700 Subject: rpms/hddtemp/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hTw3019167@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/hddtemp/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:39 -0700 Subject: rpms/ksensors/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hfLj019247@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/ksensors/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:38 -0700 Subject: rpms/kid3/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6heqc019242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/kid3/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:39 -0700 Subject: rpms/pscan/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hfEC019252@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pscan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/pscan/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:45:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:45:28 -0700 Subject: rpms/perl-String-Ediff/devel perl-String-Ediff.spec,1.13,1.14 Message-ID: <200608300645.k7U6jUjb019451@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-Ediff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19432 Modified Files: perl-String-Ediff.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.08-4 - Fix order of arguments to find(1). Index: perl-String-Ediff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-Ediff/devel/perl-String-Ediff.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-String-Ediff.spec 16 Feb 2006 21:47:41 -0000 1.13 +++ perl-String-Ediff.spec 30 Aug 2006 06:45:28 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-String-Ediff Version: 0.08 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Produce common sub-string indices for two strings Group: Development/Libraries @@ -32,7 +32,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -53,6 +53,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.08-4 +- Fix order of arguments to find(1). + * Thu Feb 16 2006 Ville Skytt?? - 0.08-3 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 06:47:10 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:47:10 -0700 Subject: rpms/gparted/FC-5 gparted.spec,1.9,1.10 Message-ID: <200608300647.k7U6lCpX019662@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19644 Modified Files: gparted.spec Log Message: * Wed Aug 30 2006 Deji Akingunola - 0.2.5-2 - Rebuild for new parted Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gparted.spec 22 May 2006 18:21:36 -0000 1.9 +++ gparted.spec 30 Aug 2006 06:47:10 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Wed Aug 30 2006 Deji Akingunola - 0.2.5-2 +- Rebuild for new parted + * Mon May 22 2006 Deji Akingunola - 0.2.5-1 - Update to version 0.2.5 From fedora-extras-commits at redhat.com Wed Aug 30 06:51:54 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:51:54 -0700 Subject: rpms/qalculate-gtk/devel qalculate-gtk.spec,1.12,1.13 Message-ID: <200608300651.k7U6puIP020132@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20113 Modified Files: qalculate-gtk.spec Log Message: * Mon Aug 30 2006 Deji Akingunola - 0.9.4-5 - Add perl(XML::Parser) BR Index: qalculate-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-gtk/devel/qalculate-gtk.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qalculate-gtk.spec 28 Aug 2006 20:25:07 -0000 1.12 +++ qalculate-gtk.spec 30 Aug 2006 06:51:54 -0000 1.13 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-gtk Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -10,6 +10,7 @@ BuildRequires: libgnome-devel, libglade2-devel, libqalculate-devel BuildRequires: libgnomeui-devel BuildRequires: gettext, desktop-file-utils, scrollkeeper +BuildRequires: perl(XML::Parser) Requires: gnuplot Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -64,6 +65,9 @@ %{_datadir}/qalculate-gtk/ %changelog +* Mon Aug 30 2006 Deji Akingunola - 0.9.4-5 +- Add perl(XML::Parser) BR + * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Aug 30 06:56:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:56:51 -0700 Subject: rpms/texmaker import.log,1.5,1.6 Message-ID: <200608300656.k7U6urjb020682@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20647 Modified Files: import.log Log Message: auto-import texmaker-1.4-1 on branch devel from texmaker-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/texmaker/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 25 May 2006 19:04:37 -0000 1.5 +++ import.log 30 Aug 2006 06:56:51 -0000 1.6 @@ -2,3 +2,4 @@ texmaker-1_3-1:HEAD:texmaker-1.3-1.src.rpm:1148582993 texmaker-1_3-1:FC-5:texmaker-1.3-1.src.rpm:1148583756 texmaker-1_3-1:FC-4:texmaker-1.3-1.src.rpm:1148583805 +texmaker-1_4-1:HEAD:texmaker-1.4-1.src.rpm:1156920884 From fedora-extras-commits at redhat.com Wed Aug 30 06:56:52 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:56:52 -0700 Subject: rpms/texmaker/devel texmaker-qt42.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 texmaker-tools.patch, 1.2, 1.3 texmaker.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300656.k7U6usPX020694@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20647/devel Modified Files: .cvsignore sources texmaker-tools.patch texmaker.spec Added Files: texmaker-qt42.patch Removed Files: needs.rebuild Log Message: auto-import texmaker-1.4-1 on branch devel from texmaker-1.4-1.src.rpm texmaker-qt42.patch: --- NEW FILE texmaker-qt42.patch --- --- texmaker.pro.qt42 2006-02-14 13:00:46.000000000 -0600 +++ texmaker.pro 2006-08-28 13:39:28.000000000 -0500 @@ -13,7 +13,7 @@ isEmpty( PREFIX ) { PREFIX=/usr } -DEFINES += PREFIX=\"$${PREFIX}\" +DEFINES += PREFIX=\\\"$${PREFIX}\\\" target.path = $${PREFIX}/bin INSTALLS = target utilities.path = $${PREFIX}/share/texmaker Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 May 2006 18:51:05 -0000 1.3 +++ .cvsignore 30 Aug 2006 06:56:52 -0000 1.4 @@ -1 +1 @@ -texmaker-1.3.tar.bz2 +texmaker-1.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 May 2006 18:51:05 -0000 1.3 +++ sources 30 Aug 2006 06:56:52 -0000 1.4 @@ -1 +1 @@ -17f91175a32827e9c9f45dc7a20a0c2b texmaker-1.3.tar.bz2 +c0d2146c849e06e5ff2e0d409abff16b texmaker-1.4.tar.bz2 texmaker-tools.patch: Index: texmaker-tools.patch =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/texmaker-tools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- texmaker-tools.patch 25 May 2006 18:51:05 -0000 1.2 +++ texmaker-tools.patch 30 Aug 2006 06:56:52 -0000 1.3 @@ -1,6 +1,6 @@ ---- texmaker.cpp 2005-04-24 17:40:58.000000000 -0400 -+++ texmaker.cpp.new 2005-10-27 13:25:15.000000000 -0400 -@@ -1759,7 +1759,7 @@ +--- texmaker.cpp 2006-07-28 17:07:05.000000000 -0400 ++++ texmaker.cpp.new 2006-08-22 23:32:30.000000000 -0400 +@@ -1851,7 +1851,7 @@ metapost_command=config.value("Tools/Metapost","\"/usr/local/teTeX/bin/powerpc-apple-darwin-current/mpost\" --interaction nonstopmode ").toString(); #else latex_command=config.value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString(); @@ -9,8 +9,8 @@ ps2pdf_command=config.value("Tools/Ps2pdf","ps2pdf %.ps").toString(); makeindex_command=config.value("Tools/Makeindex","makeindex %.idx").toString(); bibtex_command=config.value("Tools/Bibtex","bibtex %.aux").toString(); -@@ -1778,9 +1778,9 @@ - viewpdf_command=config.value("Tools/Pdf","\"C:/Program Files/Adobe/Acrobat 7.0/Reader/AcroRd32.exe\" %.pdf").toString(); +@@ -1871,9 +1871,9 @@ + ghostscript_command=config.value("Tools/Ghostscript","\"C:/Program Files/gs/gs8.54/bin/gswin32c.exe\"").toString(); #endif #ifdef Q_WS_X11 -viewdvi_command=config.value("Tools/Dvi","xdvi %.dvi").toString(); @@ -19,6 +19,6 @@ +viewdvi_command=config.value("Tools/Dvi","evince %.dvi").toString(); +viewps_command=config.value("Tools/Ps","evince %.ps").toString(); +viewpdf_command=config.value("Tools/Pdf","evince %.pdf").toString(); + ghostscript_command=config.value("Tools/Ghostscript","gs").toString(); #endif #ifdef Q_WS_MACX - viewdvi_command=config.value("Tools/Dvi","open %.dvi").toString(); Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/texmaker.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- texmaker.spec 14 Jun 2006 22:01:08 -0000 1.8 +++ texmaker.spec 30 Aug 2006 06:56:52 -0000 1.9 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker -Version: 1.3 -Release: 5%{?dist} +Version: 1.4 +Release: 1%{?dist} Epoch: 1 License: GPL Group: Applications/Publishing @@ -16,6 +16,8 @@ Patch0: %{name}-desktop.patch # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch +# Patch to (temporarily) resolve build issue with qt-4.2 +Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -27,12 +29,13 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools +%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake4 -unix texmaker.pro +qmake-qt4 -unix texmaker.pro -make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} +make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} %install rm -rf %{buildroot} @@ -83,17 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog -* Thu Jun 08 2006 Deji Akingunola - 1.3-5 -- Fix bug #194587 - -* Thu Jun 08 2006 Deji Akingunola - 1.3-4 -- Fix bug #193601 - -* Wed May 31 2006 Deji Akingunola - 1.3-3 -- Revert bad change - -* Wed May 31 2006 Deji Akingunola - 1.3-2 -- This should have been a noarch package (#193601) +* Tue Aug 29 2006 Deji Akingunola - 1.4-1 +- Update to 1.4 +- Add patch by Rex Dieter to enable build with qt4-4.2 * Thu May 25 2006 Deji Akingunola - 1.3-1 - Updated to 1.3 - had to add epoch to facilitate an upgrade --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:02:43 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:02:43 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.12,1.13 Message-ID: <200608300702.k7U72kKF023943@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23923 Modified Files: pgadmin3.spec Log Message: Should have been Development for Desktop Icon. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pgadmin3.spec 28 Aug 2006 21:02:03 -0000 1.12 +++ pgadmin3.spec 30 Aug 2006 07:02:41 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 3%{?dist} +Release: 4%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category Devel\ + --add-category Development\ ./pkg/%{name}.desktop @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-4 +- Should have been Development for desktop file + * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 - Moved icon to Devel From fedora-extras-commits at redhat.com Wed Aug 30 07:05:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:05:36 -0700 Subject: rpms/texmaker import.log,1.6,1.7 Message-ID: <200608300706.k7U7682S024372@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24292 Modified Files: import.log Log Message: auto-import texmaker-1.4-1 on branch FC-5 from texmaker-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/texmaker/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 30 Aug 2006 06:56:51 -0000 1.6 +++ import.log 30 Aug 2006 07:05:36 -0000 1.7 @@ -3,3 +3,4 @@ texmaker-1_3-1:FC-5:texmaker-1.3-1.src.rpm:1148583756 texmaker-1_3-1:FC-4:texmaker-1.3-1.src.rpm:1148583805 texmaker-1_4-1:HEAD:texmaker-1.4-1.src.rpm:1156920884 +texmaker-1_4-1:FC-5:texmaker-1.4-1.src.rpm:1156921409 From fedora-extras-commits at redhat.com Wed Aug 30 07:05:37 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:05:37 -0700 Subject: rpms/texmaker/FC-5 texmaker-qt42.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 texmaker-tools.patch, 1.2, 1.3 texmaker.spec, 1.8, 1.9 Message-ID: <200608300706.k7U769Ye024381@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24292/FC-5 Modified Files: .cvsignore sources texmaker-tools.patch texmaker.spec Added Files: texmaker-qt42.patch Log Message: auto-import texmaker-1.4-1 on branch FC-5 from texmaker-1.4-1.src.rpm texmaker-qt42.patch: --- NEW FILE texmaker-qt42.patch --- --- texmaker.pro.qt42 2006-02-14 13:00:46.000000000 -0600 +++ texmaker.pro 2006-08-28 13:39:28.000000000 -0500 @@ -13,7 +13,7 @@ isEmpty( PREFIX ) { PREFIX=/usr } -DEFINES += PREFIX=\"$${PREFIX}\" +DEFINES += PREFIX=\\\"$${PREFIX}\\\" target.path = $${PREFIX}/bin INSTALLS = target utilities.path = $${PREFIX}/share/texmaker Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 May 2006 19:03:48 -0000 1.3 +++ .cvsignore 30 Aug 2006 07:05:37 -0000 1.4 @@ -1 +1 @@ -texmaker-1.3.tar.bz2 +texmaker-1.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 May 2006 19:03:48 -0000 1.3 +++ sources 30 Aug 2006 07:05:37 -0000 1.4 @@ -1 +1 @@ -17f91175a32827e9c9f45dc7a20a0c2b texmaker-1.3.tar.bz2 +c0d2146c849e06e5ff2e0d409abff16b texmaker-1.4.tar.bz2 texmaker-tools.patch: Index: texmaker-tools.patch =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker-tools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- texmaker-tools.patch 25 May 2006 19:03:48 -0000 1.2 +++ texmaker-tools.patch 30 Aug 2006 07:05:37 -0000 1.3 @@ -1,6 +1,6 @@ ---- texmaker.cpp 2005-04-24 17:40:58.000000000 -0400 -+++ texmaker.cpp.new 2005-10-27 13:25:15.000000000 -0400 -@@ -1759,7 +1759,7 @@ +--- texmaker.cpp 2006-07-28 17:07:05.000000000 -0400 ++++ texmaker.cpp.new 2006-08-22 23:32:30.000000000 -0400 +@@ -1851,7 +1851,7 @@ metapost_command=config.value("Tools/Metapost","\"/usr/local/teTeX/bin/powerpc-apple-darwin-current/mpost\" --interaction nonstopmode ").toString(); #else latex_command=config.value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString(); @@ -9,8 +9,8 @@ ps2pdf_command=config.value("Tools/Ps2pdf","ps2pdf %.ps").toString(); makeindex_command=config.value("Tools/Makeindex","makeindex %.idx").toString(); bibtex_command=config.value("Tools/Bibtex","bibtex %.aux").toString(); -@@ -1778,9 +1778,9 @@ - viewpdf_command=config.value("Tools/Pdf","\"C:/Program Files/Adobe/Acrobat 7.0/Reader/AcroRd32.exe\" %.pdf").toString(); +@@ -1871,9 +1871,9 @@ + ghostscript_command=config.value("Tools/Ghostscript","\"C:/Program Files/gs/gs8.54/bin/gswin32c.exe\"").toString(); #endif #ifdef Q_WS_X11 -viewdvi_command=config.value("Tools/Dvi","xdvi %.dvi").toString(); @@ -19,6 +19,6 @@ +viewdvi_command=config.value("Tools/Dvi","evince %.dvi").toString(); +viewps_command=config.value("Tools/Ps","evince %.ps").toString(); +viewpdf_command=config.value("Tools/Pdf","evince %.pdf").toString(); + ghostscript_command=config.value("Tools/Ghostscript","gs").toString(); #endif #ifdef Q_WS_MACX - viewdvi_command=config.value("Tools/Dvi","open %.dvi").toString(); Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- texmaker.spec 14 Jun 2006 22:03:20 -0000 1.8 +++ texmaker.spec 30 Aug 2006 07:05:37 -0000 1.9 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker -Version: 1.3 -Release: 5%{?dist} +Version: 1.4 +Release: 1%{?dist} Epoch: 1 License: GPL Group: Applications/Publishing @@ -16,6 +16,8 @@ Patch0: %{name}-desktop.patch # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch +# Patch to (temporarily) resolve build issue with qt-4.2 +Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -27,12 +29,13 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools +%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake4 -unix texmaker.pro +qmake-qt4 -unix texmaker.pro -make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} +make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} %install rm -rf %{buildroot} @@ -83,17 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog -* Thu Jun 08 2006 Deji Akingunola - 1.3-5 -- Fix bug #194587 - -* Thu Jun 08 2006 Deji Akingunola - 1.3-4 -- Fix bug #193601 - -* Wed May 31 2006 Deji Akingunola - 1.3-3 -- Revert bad change - -* Wed May 31 2006 Deji Akingunola - 1.3-2 -- This should have been a noarch package (#193601) +* Tue Aug 29 2006 Deji Akingunola - 1.4-1 +- Update to 1.4 +- Add patch by Rex Dieter to enable build with qt4-4.2 * Thu May 25 2006 Deji Akingunola - 1.3-1 - Updated to 1.3 - had to add epoch to facilitate an upgrade From fedora-extras-commits at redhat.com Wed Aug 30 07:06:19 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:06:19 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.10,1.11 Message-ID: <200608300706.k7U76LX4024454@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24431 Modified Files: pgadmin3.spec Log Message: Should have been Development for Desktop Icon. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pgadmin3.spec 28 Aug 2006 21:04:25 -0000 1.10 +++ pgadmin3.spec 30 Aug 2006 07:06:19 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 3%{?dist} +Release: 5%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category Devel\ + --add-category Development\ ./pkg/%{name}.desktop @@ -47,6 +47,10 @@ %{_datadir}/applications/* %changelog +* Tue Aug 29 2006 Gavin Henry - 1.4.3-5 +- Should have Developement and keeping this version one ahead for + upgrading in FC-6 + * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 - Moved icon to Devel and updated for FC-6 From fedora-extras-commits at redhat.com Wed Aug 30 07:07:31 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:07:31 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.13,1.14 Message-ID: <200608300707.k7U77Xef024676@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24653 Modified Files: pgadmin3.spec Log Message: Updated changelog date. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pgadmin3.spec 30 Aug 2006 07:02:41 -0000 1.13 +++ pgadmin3.spec 30 Aug 2006 07:07:31 -0000 1.14 @@ -47,7 +47,7 @@ %{_datadir}/applications/* %changelog -* Mon Aug 28 2006 Gavin Henry - 1.4.3-4 +* Tue Aug 29 2006 Gavin Henry - 1.4.3-4 - Should have been Development for desktop file * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 From fedora-extras-commits at redhat.com Wed Aug 30 07:08:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:08:24 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/devel needs.rebuild,1.1,NONE Message-ID: <200608300708.k7U78Q1f024809@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24771 Removed Files: needs.rebuild Log Message: Built last week, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:12:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:12:58 -0700 Subject: rpms/perl-MailTools/devel perl-MailTools.spec, 1.19, 1.20 needs.rebuild, 1.1, NONE Message-ID: <200608300713.k7U7D0sm025291@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MailTools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25262 Modified Files: perl-MailTools.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-MailTools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MailTools/devel/perl-MailTools.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-MailTools.spec 28 Jul 2006 14:00:06 -0000 1.19 +++ perl-MailTools.spec 30 Aug 2006 07:12:57 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Various mail-related perl modules Name: perl-MailTools Version: 1.74 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MailTools/ @@ -56,7 +56,10 @@ %{_mandir}/man3/Mail::*.3pm* %changelog -* Fri Jul 28 2008 Paul Howarth 1.74-2 +* Wed Aug 30 2006 Paul Howarth 1.74-3 +- FE6 mass rebuild + +* Fri Jul 28 2006 Paul Howarth 1.74-2 - cosmetic spec file changes - fix CPAN RT#20726 (RH #200450), allowing Mail::Util::read_mbox() to open files with weird names --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:14:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:14:59 -0700 Subject: rpms/perl-Math-GMP/devel perl-Math-GMP.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300715.k7U7F1W2025558@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Math-GMP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25525 Modified Files: perl-Math-GMP.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-GMP.spec 16 Feb 2006 09:20:58 -0000 1.3 +++ perl-Math-GMP.spec 30 Aug 2006 07:14:59 -0000 1.4 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP Version: 2.04 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -49,6 +49,9 @@ %{_mandir}/man3/Math::GMP.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 2.04-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 2.04-3 - Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:15:55 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:15:55 -0700 Subject: rpms/texmaker/FC-5 texmaker.spec,1.9,1.10 Message-ID: <200608300715.k7U7FvV9025685@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25668 Modified Files: texmaker.spec Log Message: * Wed Aug 30 2006 Deji Akingunola - 1.4-1 - Oops, forgotten FE-5 doesn't have qt4-4.2 yet, drop qt-4.2 patch Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- texmaker.spec 30 Aug 2006 07:05:37 -0000 1.9 +++ texmaker.spec 30 Aug 2006 07:15:55 -0000 1.10 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker Version: 1.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 Epoch: 1 License: GPL Group: Applications/Publishing @@ -17,7 +17,7 @@ # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch # Patch to (temporarily) resolve build issue with qt-4.2 -Patch2: %{name}-qt42.patch +#Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -29,11 +29,11 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools -%patch2 -p0 -b .qt42 +#%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake-qt4 -unix texmaker.pro +qmake4 -unix texmaker.pro make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} @@ -86,6 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog +* Wed Aug 30 2006 Deji Akingunola - 1.4-1 +- Oops, forgotten FE-5 doesn't have qt4-4.2 yet, drop qt-4.2 patch + * Tue Aug 29 2006 Deji Akingunola - 1.4-1 - Update to 1.4 - Add patch by Rex Dieter to enable build with qt4-4.2 From fedora-extras-commits at redhat.com Wed Aug 30 07:17:01 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:17:01 -0700 Subject: rpms/perl-Math-Pari/devel perl-Math-Pari.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300717.k7U7H4Gk025832@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Math-Pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810 Modified Files: perl-Math-Pari.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Math-Pari.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Pari.spec 2 Jun 2006 09:13:07 -0000 1.3 +++ perl-Math-Pari.spec 30 Aug 2006 07:17:01 -0000 1.4 @@ -14,7 +14,7 @@ # testing with a development version of PARI, as this expression evaluates # the latest version of GP/PARI the perl module was tested with. %define pariversion %(echo %{version} | %{__perl} -pi -e 's/(\\d+)\\.(\\d\\d)(\\d\\d).*/sprintf("%d.%d.%d",$1,$2,$3)/e') -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic or GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Math-Pari/ @@ -73,6 +73,9 @@ %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 2.010706-2 +- FE6 mass rebuild + * Fri Jun 2 2006 Paul Howarth 2.010706-1 - Update to 2.010706 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:18:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:18:31 -0700 Subject: rpms/perl-MIME-tools/devel needs.rebuild,1.1,NONE Message-ID: <200608300718.k7U7IX1p026037@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25996 Removed Files: needs.rebuild Log Message: Built earlier this month, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:19:57 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:19:57 -0700 Subject: rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608300719.k7U7JxQ1026197@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26174 Modified Files: perl-Net-SSH-Perl.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Net-SSH-Perl.spec 19 Apr 2006 15:48:42 -0000 1.1 +++ perl-Net-SSH-Perl.spec 30 Aug 2006 07:19:56 -0000 1.2 @@ -4,7 +4,7 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 1.30 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ @@ -77,6 +77,9 @@ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.30-2 +- FE6 mass rebuild + * Mon Mar 20 2006 Paul Howarth 1.30-1 - Update to 1.30 - Patch for cpan rt#11674 no longer needed, fixed upstream --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:34:04 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:34:04 -0700 Subject: rpms/perl-String-CRC32/devel dead.package,NONE,1.1 Message-ID: <200608300734.k7U7Y6EL027524@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-String-CRC32/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27495 Added Files: dead.package Log Message: Package moved to Core in FC5 --- NEW FILE dead.package --- Package moved to Core in FC5 From fedora-extras-commits at redhat.com Wed Aug 30 07:34:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:34:46 -0700 Subject: rpms/perl-String-CRC32/FC-5 dead.package,NONE,1.1 Message-ID: <200608300734.k7U7YmlY027603@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-String-CRC32/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27581 Added Files: dead.package Log Message: Package moved to Core in FC5 --- NEW FILE dead.package --- Package moved to Core in FC5 From fedora-extras-commits at redhat.com Wed Aug 30 07:37:03 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:37:03 -0700 Subject: rpms/perl-Tie-EncryptedHash/devel perl-Tie-EncryptedHash.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608300737.k7U7b5DP027858@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Tie-EncryptedHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27823 Modified Files: perl-Tie-EncryptedHash.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Tie-EncryptedHash.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Tie-EncryptedHash/devel/perl-Tie-EncryptedHash.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Tie-EncryptedHash.spec 8 Feb 2006 07:23:09 -0000 1.1 +++ perl-Tie-EncryptedHash.spec 30 Aug 2006 07:37:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Hashes (and objects based on hashes) with encrypting fields Name: perl-Tie-EncryptedHash Version: 1.21 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Tie-EncryptedHash/ @@ -59,5 +59,8 @@ %{_mandir}/man3/Tie::EncryptedHash.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.21-2 +- FE6 mass rebuild + * Tue Dec 6 2005 Paul Howarth 1.21-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:38:38 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:38:38 -0700 Subject: rpms/pptp/devel pptp.spec,1.6,1.7 Message-ID: <200608300738.k7U7ceGo028109@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28069 Modified Files: pptp.spec Log Message: FE6 mass rebuild Index: pptp.spec =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/pptp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pptp.spec 13 Feb 2006 12:46:24 -0000 1.6 +++ pptp.spec 30 Aug 2006 07:38:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: pptp Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet @@ -43,6 +43,9 @@ %config(noreplace) /etc/ppp/options.pptp %changelog +* Wed Aug 30 2006 Paul Howarth 1.7.1-2 +- FE6 mass rebuild + * Mon Feb 13 2006 Paul Howarth 1.7.1-1 - new upstream version 1.7.1 (fixes #166394) - include new document PROTOCOL-SECURITY From fedora-extras-commits at redhat.com Wed Aug 30 07:39:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:39:35 -0700 Subject: rpms/pptp/devel needs.rebuild,1.1,NONE Message-ID: <200608300739.k7U7dbL1028285@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28261 Removed Files: needs.rebuild Log Message: FE6 mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:42:08 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:42:08 -0700 Subject: rpms/rbldnsd/devel rbldnsd.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608300742.k7U7gAT1028583@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/rbldnsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28558 Modified Files: rbldnsd.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: rbldnsd.spec =================================================================== RCS file: /cvs/extras/rpms/rbldnsd/devel/rbldnsd.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rbldnsd.spec 28 Jul 2006 11:16:39 -0000 1.4 +++ rbldnsd.spec 30 Aug 2006 07:42:07 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Small, fast daemon to serve DNSBLs Name: rbldnsd Version: 0.996a -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.corpit.ru/mjt/rbldnsd.html @@ -69,6 +69,9 @@ %{_initrddir}/rbldnsd %changelog +* Wed Aug 30 2006 Paul Howarth 0.996a-2 +- FE6 mass rebuild + * Fri Jul 28 2006 Paul Howarth 0.996a-1 - update to 0.996a --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:44:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:44:24 -0700 Subject: rpms/smbldap-tools/devel needs.rebuild,1.1,NONE Message-ID: <200608300744.k7U7iQvx028797@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/smbldap-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28772 Removed Files: needs.rebuild Log Message: noarch package known to build successfully in minimal buildroot --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:51:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:51:34 -0700 Subject: rpms/spamass-milter/devel spamass-milter.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300751.k7U7pamf029427@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/spamass-milter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29398 Modified Files: spamass-milter.spec Removed Files: needs.rebuild Log Message: Use make/DESTDIR instead of deprecated %makeinstall macro Expand tabs and clean up changelog entries Index: spamass-milter.spec =================================================================== RCS file: /cvs/extras/rpms/spamass-milter/devel/spamass-milter.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- spamass-milter.spec 15 May 2006 09:40:15 -0000 1.9 +++ spamass-milter.spec 30 Aug 2006 07:51:34 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Sendmail milter for spamassassin Name: spamass-milter Version: 0.3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Daemons URL: http://savannah.nongnu.org/projects/spamass-milt/ @@ -80,53 +80,53 @@ pidfile=%{_localstatedir}/run/spamass-milter.pid start() { - echo -n $"Starting $desc ($prog): " - touch $pidfile - chown sa-milt:sa-milt $pidfile - daemon --user sa-milt %{_sbindir}/${prog}-wrapper -p $SOCKET -P $pidfile $EXTRA_FLAGS - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && touch %{_localstatedir}/lock/subsys/spamass-milter - return $RETVAL + echo -n $"Starting $desc ($prog): " + touch $pidfile + chown sa-milt:sa-milt $pidfile + daemon --user sa-milt %{_sbindir}/${prog}-wrapper -p $SOCKET -P $pidfile $EXTRA_FLAGS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch %{_localstatedir}/lock/subsys/spamass-milter + return $RETVAL } stop() { - echo -n $"Shutting down $desc ($prog): " - rm -f %{_localstatedir}/lock/subsys/spamass-milter - killproc $prog - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && rm -f $pidfile - return $RETVAL + echo -n $"Shutting down $desc ($prog): " + rm -f %{_localstatedir}/lock/subsys/spamass-milter + killproc $prog + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f $pidfile + return $RETVAL } restart() { - stop - sleep 2 - start + stop + sleep 2 + start } case "$1" in start) - start - ;; + start + ;; stop) - stop - ;; + stop + ;; restart|reload) - restart - ;; + restart + ;; condrestart) - [ -e %{_localstatedir}/lock/subsys/spamass-milter ] && restart - RETVAL=$? - ;; + [ -e %{_localstatedir}/lock/subsys/spamass-milter ] && restart + RETVAL=$? + ;; status) - status $prog - RETVAL=$? - ;; + status $prog + RETVAL=$? + ;; *) - echo $"Usage: $0 {start|stop|restart|condrestart|status}" - RETVAL=1 + echo $"Usage: $0 {start|stop|restart|condrestart|status}" + RETVAL=1 esac exit $RETVAL @@ -139,7 +139,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} DESTDIR=%{buildroot} install %{__install} -D -m0755 spamass-milter.sysv %{buildroot}%{_initrddir}/spamass-milter %{__install} -D -m0644 spamass-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/spamass-milter @@ -148,7 +148,7 @@ %pre /usr/sbin/useradd -r -s /sbin/nologin -d %{_localstatedir}/run/spamass-milter \ - -c "SpamAssassin Milter" sa-milt &>/dev/null || : + -c "SpamAssassin Milter" sa-milt &>/dev/null || : %post /sbin/chkconfig --add spamass-milter || : @@ -176,54 +176,58 @@ %dir %attr(-,sa-milt,sa-milt) %{_localstatedir}/run/spamass-milter %changelog -* Mon May 15 2006 Paul Howarth - 0.3.1-3 +* Wed Aug 30 2006 Paul Howarth 0.3.1-4 +- Use make/DESTDIR instead of deprecated %%makeinstall macro +- Expand tabs and clean up changelog entries + +* Mon May 15 2006 Paul Howarth 0.3.1-3 - Use upstream default settings (#191602) This change re-enables by default Subject/Content-Type header modification (which may have a performance impact for large messages) and disables by default the rejection of emails with a spam score of 15 or more. To re-enable these options, uncomment the line: EXTRA_FLAGS="-m -r 15" - in %{_sysconfdir}/sysconfig/spamass-milter + in %%{_sysconfdir}/sysconfig/spamass-milter -* Sun May 7 2006 Paul Howarth - 0.3.1-2 +* Sun May 7 2006 Paul Howarth 0.3.1-2 - Fix race condition in "stop" clause of initscript (#190894) -* Thu Apr 6 2006 Paul Howarth - 0.3.1-1 +* Thu Apr 6 2006 Paul Howarth 0.3.1-1 - Update to 0.3.1 -* Wed Feb 16 2006 Paul Howarth - 0.3.0-9 +* Wed Feb 16 2006 Paul Howarth 0.3.0-9 - Don't use macros in command paths, hardcode them instead -* Mon Aug 1 2005 Paul Howarth - 0.3.0-8 +* Mon Aug 1 2005 Paul Howarth 0.3.0-8 - Run the milter in a wrapper script that restarts it if it scrashes -* Thu Jun 16 2005 Paul Howarth - 0.3.0-7 +* Thu Jun 16 2005 Paul Howarth 0.3.0-7 - Bump and rebuild due to transient build system failure -* Wed Jun 15 2005 Paul Howarth - 0.3.0-6 +* Wed Jun 15 2005 Paul Howarth 0.3.0-6 - Adjust initscript chkconfig values so it starts before sendmail -* Mon Jun 13 2005 Paul Howarth - 0.3.0-5 +* Mon Jun 13 2005 Paul Howarth 0.3.0-5 - Help the configure script find sendmail -* Mon Jun 13 2005 Paul Howarth - 0.3.0-4 +* Mon Jun 13 2005 Paul Howarth 0.3.0-4 - Bump and rebuild -* Mon Jun 06 2005 Paul Howarth - 0.3.0-3 +* Mon Jun 06 2005 Paul Howarth 0.3.0-3 - Use Extras standard buildroot - Unpack tarball quietly - Create account sa-milt and run the milter using that instead of root - Fix socket name in README - Initscript not %%config -* Sun Jun 05 2005 Warren Togami - 0.3.0-2 +* Sun Jun 05 2005 Warren Togami 0.3.0-2 - Extras -* Tue Feb 08 2005 Dag Wieers - 0.3.0-1 +* Tue Feb 08 2005 Dag Wieers 0.3.0-1 - Updated to release 0.3.0. -* Wed Sep 01 2004 Dag Wieers - 0.2.0-1 +* Wed Sep 01 2004 Dag Wieers 0.2.0-1 - Fixed variables in sysconfig file. (mator) -* Tue Feb 17 2004 Dag Wieers - 0.2.0-0 +* Tue Feb 17 2004 Dag Wieers 0.2.0-0 - Initial package. (using DAR) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 08:32:04 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 30 Aug 2006 01:32:04 -0700 Subject: fedora-security/audit fc5,1.302,1.303 fc6,1.48,1.49 Message-ID: <200608300832.k7U8W4RQ002938@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2890 Modified Files: fc5 fc6 Log Message: Add some new data from emails Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.302 retrieving revision 1.303 diff -u -r1.302 -r1.303 --- fc5 29 Aug 2006 21:38:55 -0000 1.302 +++ fc5 30 Aug 2006 08:32:02 -0000 1.303 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060828 -Up to date FC5 as of 20060828 +Up to date CVE as of CVE email 20060829 +Up to date FC5 as of 20060829 ** are items that need attention +CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql @@ -446,6 +447,9 @@ CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0019 version (kdelibs, fixed 3.5.1) +CVE-2005-4809 ** firefox +CVE-2005-4809 ** seamonkey +CVE-2005-4809 ** thunderbird CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fc6 29 Aug 2006 21:38:56 -0000 1.48 +++ fc6 30 Aug 2006 08:32:02 -0000 1.49 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060828 +Up to date CVE as of CVE email 20060829 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql @@ -388,6 +389,8 @@ CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0019 version (kdelibs, fixed 3.5.1) +CVE-2005-4809 ** firefox +CVE-2005-4809 ** thunderbird CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius, fixed 1.0.5) From fedora-extras-commits at redhat.com Wed Aug 30 08:42:03 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:03 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.18,1.19 Message-ID: <200608300842.k7U8g5Ia003764@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3740 Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.18 +++ gdesklets.spec 30 Aug 2006 08:42:03 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,11 +11,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext -BuildRequires: libXau-devel, libXdmcp-devel +BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -89,9 +89,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo -- Added Perl-XML-Parser for ppc architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 - Removed unecessary comment From fedora-extras-commits at redhat.com Wed Aug 30 08:42:12 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:12 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.14,1.15 Message-ID: <200608300842.k7U8gE6r003816@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3785/FC-4 Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gdesklets.spec 29 Aug 2006 21:59:48 -0000 1.14 +++ gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.15 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,11 +9,10 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, -BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, perl-XML-Parser - +Requires: gnome-python2-gconf >= 2.6.0 #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -87,9 +86,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-12 +* Wed Aug 30 2006 Luya Tshimbalang - 0.35.3-13 - Fixed a silly typo -- Add Perl-XML-Parser to compile on PPC architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 - Removed unecessary comment about GConf. From fedora-extras-commits at redhat.com Wed Aug 30 08:42:13 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:13 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.16,1.17 Message-ID: <200608300842.k7U8gF1q003820@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3785/devel Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.16 +++ gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,11 +11,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext -BuildRequires: libXau-devel, libXdmcp-devel +BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -89,9 +89,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo -- Added Perl-XML-Parser for ppc architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 - Removed unecessary comment From fedora-extras-commits at redhat.com Wed Aug 30 08:56:31 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:31 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.15,1.16 Message-ID: <200608300857.k7U8v3os005411@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/FC-4 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.15 +++ gdesklets.spec 30 Aug 2006 08:56:31 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,7 +9,7 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 From fedora-extras-commits at redhat.com Wed Aug 30 08:56:32 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:32 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.19,1.20 Message-ID: <200608300857.k7U8v4h9005414@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gdesklets.spec 30 Aug 2006 08:42:03 -0000 1.19 +++ gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.20 @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils From fedora-extras-commits at redhat.com Wed Aug 30 08:56:32 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:32 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.17,1.18 Message-ID: <200608300857.k7U8v4LA005417@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/devel Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.17 +++ gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.18 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils From fedora-extras-commits at redhat.com Wed Aug 30 08:57:37 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:57:37 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.20,1.21 Message-ID: <200608300857.k7U8vdSQ005492@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5473/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.20 +++ gdesklets.spec 30 Aug 2006 08:57:37 -0000 1.21 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops From fedora-extras-commits at redhat.com Wed Aug 30 09:10:40 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:40 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.18,1.19 Message-ID: <200608300910.k7U9AgxL009375@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/devel Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.18 +++ gdesklets.spec 30 Aug 2006 09:10:40 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:10:33 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:33 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.16,1.17 Message-ID: <200608300911.k7U9B6jh009410@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/FC-4 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 30 Aug 2006 08:56:31 -0000 1.16 +++ gdesklets.spec 30 Aug 2006 09:10:33 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,7 +9,7 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 @@ -86,6 +86,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalang - 0.35.3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:10:34 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:34 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.21,1.22 Message-ID: <200608300911.k7U9B6xE009413@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gdesklets.spec 30 Aug 2006 08:57:37 -0000 1.21 +++ gdesklets.spec 30 Aug 2006 09:10:34 -0000 1.22 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:17:59 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 02:17:59 -0700 Subject: rpms/camE/devel camE-1.9-cflags.patch,NONE,1.1 camE.spec,1.11,1.12 Message-ID: <200608300918.k7U9I1tj010155@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10125 Modified Files: camE.spec Added Files: camE-1.9-cflags.patch Log Message: Fix FC6 build by defining CONFIG_VIDEO_V4L1_COMPAT. camE-1.9-cflags.patch: --- NEW FILE camE-1.9-cflags.patch --- diff -Naupr camE-1.9.orig/Makefile camE-1.9/Makefile --- camE-1.9.orig/Makefile 2003-06-25 10:16:04.000000000 +0200 +++ camE-1.9/Makefile 2006-08-30 11:15:42.000000000 +0200 @@ -7,7 +7,8 @@ bindir=$(ROOT)${exec_prefix}/bin mandir=$(ROOT)${prefix}/man CC=gcc -CFLAGS=-O3 -g -Wall -I$(srcdir)/.. -I.. -D_GNU_SOURCE `giblib-config --cflags` +CFLAGS?=-O3 -g -Wall +CFLAGS+=-I$(srcdir)/.. -I.. -D_GNU_SOURCE `giblib-config --cflags` INSTALL=/usr/bin/install -c INSTALL_PROGRAM=${INSTALL} Index: camE.spec =================================================================== RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- camE.spec 28 Aug 2006 09:21:03 -0000 1.11 +++ camE.spec 30 Aug 2006 09:17:59 -0000 1.12 @@ -6,6 +6,7 @@ Group: System Environment/Daemons URL: http://linuxbrit.co.uk/camE/ Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz +Patch0: camE-1.9-cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: giblib-devel, curl-devel, zlib-devel @@ -16,9 +17,11 @@ %prep %setup +%patch -p1 -b .cflags %build +export CFLAGS="%{optflags} -DCONFIG_VIDEO_V4L1_COMPAT=1" %{__make} %{?_smp_mflags} @@ -41,6 +44,8 @@ * Mon Aug 28 2006 Matthias Saou 1.9-7 - FC6 rebuild. - Remove imlib2-devel build requirement, as giblib-devel requires it. +- Add cflags patch to use our optflags. +- Define CONFIG_VIDEO_V4L1_COMPAT in the CFLAGS to get old v4l1 defines. * Mon Mar 6 2006 Matthias Saou 1.9-6 - FC5 rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 09:26:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:05 -0700 Subject: rpms/wine/devel .cvsignore, 1.20, 1.21 sources, 1.21, 1.22 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.33, 1.34 Message-ID: <200608300926.k7U9QbnL011042@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/devel Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 21 Aug 2006 07:40:56 -0000 1.20 +++ .cvsignore 30 Aug 2006 09:26:04 -0000 1.21 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 21 Aug 2006 07:40:56 -0000 1.21 +++ sources 30 Aug 2006 09:26:04 -0000 1.22 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:55 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:04 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- wine.spec 22 Aug 2006 09:19:58 -0000 1.33 +++ wine.spec 30 Aug 2006 09:26:04 -0000 1.34 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -311,7 +311,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -322,6 +322,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -495,6 +496,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -681,6 +683,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:03 -0700 Subject: rpms/wine/FC-3 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.25, 1.26 Message-ID: <200608300926.k7U9QZqw011014@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-3 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Aug 2006 07:40:54 -0000 1.17 +++ .cvsignore 30 Aug 2006 09:26:03 -0000 1.18 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 21 Aug 2006 07:40:54 -0000 1.18 +++ sources 30 Aug 2006 09:26:03 -0000 1.19 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:53 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:03 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- wine.spec 21 Aug 2006 07:40:54 -0000 1.25 +++ wine.spec 30 Aug 2006 09:26:03 -0000 1.26 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,7 +7,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -299,7 +299,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -310,6 +310,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -342,7 +343,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -483,6 +484,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -669,6 +671,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:03 -0700 Subject: rpms/wine/FC-4 .cvsignore, 1.18, 1.19 sources, 1.19, 1.20 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.28, 1.29 Message-ID: <200608300926.k7U9QaMl011023@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-4 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 21 Aug 2006 07:40:54 -0000 1.18 +++ .cvsignore 30 Aug 2006 09:26:03 -0000 1.19 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 21 Aug 2006 07:40:54 -0000 1.19 +++ sources 30 Aug 2006 09:26:03 -0000 1.20 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:54 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:03 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- wine.spec 22 Aug 2006 09:19:57 -0000 1.28 +++ wine.spec 30 Aug 2006 09:26:03 -0000 1.29 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,7 +7,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -299,7 +299,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -310,6 +310,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -483,6 +484,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -669,6 +671,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:04 -0700 Subject: rpms/wine/FC-5 .cvsignore, 1.20, 1.21 sources, 1.21, 1.22 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.33, 1.34 Message-ID: <200608300926.k7U9QaLU011032@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-5 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 21 Aug 2006 07:40:55 -0000 1.20 +++ .cvsignore 30 Aug 2006 09:26:04 -0000 1.21 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 21 Aug 2006 07:40:55 -0000 1.21 +++ sources 30 Aug 2006 09:26:04 -0000 1.22 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:54 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:04 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- wine.spec 22 Aug 2006 08:37:22 -0000 1.33 +++ wine.spec 30 Aug 2006 09:26:04 -0000 1.34 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -311,7 +311,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -322,6 +322,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -495,6 +496,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -681,6 +683,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:49:21 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Wed, 30 Aug 2006 02:49:21 -0700 Subject: rpms/testdisk/devel needs.rebuild,1.1,NONE Message-ID: <200608300949.k7U9nNIM013287@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/rpms/testdisk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/testdisk/devel Removed Files: needs.rebuild Log Message: Rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 10:17:03 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:03 -0700 Subject: rpms/abcm2ps/FC-4 .cvsignore, 1.21, 1.22 abcm2ps.spec, 1.22, 1.23 sources, 1.21, 1.22 Message-ID: <200608301017.k7UAHZZ1018420@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/FC-4 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 26 Jun 2006 17:08:17 -0000 1.21 +++ .cvsignore 30 Aug 2006 10:17:03 -0000 1.22 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/abcm2ps.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- abcm2ps.spec 26 Jun 2006 17:08:17 -0000 1.22 +++ abcm2ps.spec 30 Aug 2006 10:17:03 -0000 1.23 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 2%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 26 Jun 2006 17:08:17 -0000 1.21 +++ sources 30 Aug 2006 10:17:03 -0000 1.22 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:17:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:05 -0700 Subject: rpms/abcm2ps/devel .cvsignore, 1.22, 1.23 abcm2ps.spec, 1.25, 1.26 sources, 1.22, 1.23 Message-ID: <200608301017.k7UAHbNG018430@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 26 Jun 2006 17:06:15 -0000 1.22 +++ .cvsignore 30 Aug 2006 10:17:04 -0000 1.23 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- abcm2ps.spec 27 Aug 2006 23:18:03 -0000 1.25 +++ abcm2ps.spec 30 Aug 2006 10:17:04 -0000 1.26 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 3%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 26 Jun 2006 17:06:15 -0000 1.22 +++ sources 30 Aug 2006 10:17:04 -0000 1.23 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:17:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:04 -0700 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.21, 1.22 abcm2ps.spec, 1.23, 1.24 sources, 1.21, 1.22 Message-ID: <200608301017.k7UAHaJP018426@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 26 Jun 2006 17:08:22 -0000 1.21 +++ .cvsignore 30 Aug 2006 10:17:04 -0000 1.22 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- abcm2ps.spec 26 Jun 2006 17:08:22 -0000 1.23 +++ abcm2ps.spec 30 Aug 2006 10:17:04 -0000 1.24 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 2%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 26 Jun 2006 17:08:22 -0000 1.21 +++ sources 30 Aug 2006 10:17:04 -0000 1.22 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:26:50 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 03:26:50 -0700 Subject: owners owners.list,1.1470,1.1471 Message-ID: <200608301026.k7UAQqsp019603@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19579 Modified Files: owners.list Log Message: add perl-HTML-FormatText-WithLinks Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1470 retrieving revision 1.1471 diff -u -r1.1470 -r1.1471 --- owners.list 30 Aug 2006 06:32:13 -0000 1.1470 +++ owners.list 30 Aug 2006 10:26:50 -0000 1.1471 @@ -1274,6 +1274,7 @@ Fedora Extras|perl-Gtk2-TrayIcon|Perl interface to the EggTrayIcon library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-HTML-FormatText-WithLinks|HTML to text conversion with links as footnotes|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Mason|HTML::Mason Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Scrubber|Library for scrubbing/sanitizing html|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-TableExtract|A Perl module for extracting content in HTML tables|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 30 10:33:00 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 03:33:00 -0700 Subject: rpms/plone/FC-5 plone.spec,1.14,1.15 Message-ID: <200608301033.k7UAX2KH020219@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20173/FC-5 Modified Files: plone.spec Log Message: - fix path on x86_64 - remove the needs.rebuild file Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plone.spec 10 Jul 2006 16:19:31 -0000 1.14 +++ plone.spec 30 Aug 2006 10:33:00 -0000 1.15 @@ -2,11 +2,11 @@ %define zope_minver 2.9.3 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/lib/python +%define software_home %{zope_home}/%{_lib}/python Name: plone Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-2 +- fix path on x86_64 + * Mon Jul 10 2006 Aurelien Bompard 2.5-1 - Version 2.5 - Drop Hotfix, included From fedora-extras-commits at redhat.com Wed Aug 30 10:33:00 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 03:33:00 -0700 Subject: rpms/plone/devel plone.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301033.k7UAX2wi020223@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20173/devel Modified Files: plone.spec Removed Files: needs.rebuild Log Message: - fix path on x86_64 - remove the needs.rebuild file Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/devel/plone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plone.spec 10 Jul 2006 16:19:31 -0000 1.14 +++ plone.spec 30 Aug 2006 10:33:00 -0000 1.15 @@ -2,11 +2,11 @@ %define zope_minver 2.9.3 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/lib/python +%define software_home %{zope_home}/%{_lib}/python Name: plone Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-2 +- fix path on x86_64 + * Mon Jul 10 2006 Aurelien Bompard 2.5-1 - Version 2.5 - Drop Hotfix, included --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 11:02:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:46 -0700 Subject: rpms/global/devel .cvsignore, 1.7, 1.8 global.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200608301102.k7UB2m0p025575@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/devel Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:09 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- global.spec 28 Aug 2006 00:55:09 -0000 1.15 +++ global.spec 30 Aug 2006 11:02:46 -0000 1.16 @@ -1,13 +1,13 @@ Name: global -Version: 5.0 -Release: 2%{?dist} +Version: 5.2 +Release: 1%{?dist} Summary: Source code tag system Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Mon Aug 28 2006 Gerard Milmeister - 5.0-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:09 -0000 1.7 +++ sources 30 Aug 2006 11:02:46 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:02:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:43 -0700 Subject: rpms/global/FC-4 .cvsignore, 1.7, 1.8 global.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <200608301103.k7UB3GJg025603@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/FC-4 Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:03 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:43 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/global.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- global.spec 30 Apr 2006 19:55:03 -0000 1.13 +++ global.spec 30 Aug 2006 11:02:43 -0000 1.14 @@ -1,5 +1,5 @@ Name: global -Version: 5.0 +Version: 5.2 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:03 -0000 1.7 +++ sources 30 Aug 2006 11:02:43 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:02:44 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:44 -0700 Subject: rpms/global/FC-5 .cvsignore, 1.7, 1.8 global.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200608301103.k7UB3I6D025607@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/FC-5 Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:09 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:44 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/global.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- global.spec 30 Apr 2006 19:55:09 -0000 1.14 +++ global.spec 30 Aug 2006 11:02:44 -0000 1.15 @@ -1,5 +1,5 @@ Name: global -Version: 5.0 +Version: 5.2 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:09 -0000 1.7 +++ sources 30 Aug 2006 11:02:44 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:13:10 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 30 Aug 2006 04:13:10 -0700 Subject: rpms/nedit/devel nedit.spec,1.7,1.8 Message-ID: <200608301113.k7UBDCsR026887@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/nedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862 Modified Files: nedit.spec Log Message: - don't use the autodetected, but default visual to avoid crashes (#199770) Index: nedit.spec =================================================================== RCS file: /cvs/extras/rpms/nedit/devel/nedit.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nedit.spec 24 May 2006 08:05:48 -0000 1.7 +++ nedit.spec 30 Aug 2006 11:13:10 -0000 1.8 @@ -5,7 +5,7 @@ Summary: A GUI text editor for systems with X and Motif. Name: nedit Version: 5.5 -Release: 8%{?dist} +Release: 9%{?dist} Source: http://nedit.org/ftp/v5_5/nedit-%{version}-src.tar.bz2 Source1: nedit.desktop Source2: nedit-icon.png @@ -15,6 +15,7 @@ Patch3: nedit-5.5-motif223.patch Patch4: nedit-5.5-varfix.patch Patch5: nedit-5.5-nc-manfix.patch +Patch6: nedit-5.5-visfix.patch URL: http://nedit.org License: GPL Group: Applications/Editors @@ -37,6 +38,7 @@ %patch3 -p1 -b .motif223 %patch4 -p1 -b .varfix %patch5 -p1 -b .nc-manfix +%patch6 -p1 -b .visfix %build make linux LIB=%{_lib} << EOF @@ -82,6 +84,10 @@ %endif %changelog +* Wed Aug 30 2006 Jindrich Novy 5.5-9 +- don't use the autodetected, but default visual to avoid + crashes (#199770) + * Wed May 24 2006 Jindrich Novy 5.5-8 - don't strip binaries so that we have usable debuginfo nedit package (#192607) From fedora-extras-commits at redhat.com Wed Aug 30 11:16:36 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:36 -0700 Subject: rpms/abcMIDI/FC-4 .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGc0R027303@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/FC-4 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:47 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:47 -0000 1.5 +++ abcMIDI.spec 30 Aug 2006 11:16:36 -0000 1.6 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 +Version: 20060829 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:47 -0000 1.6 +++ sources 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:16:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:37 -0700 Subject: rpms/abcMIDI/devel .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGdFh027315@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/devel Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:37 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- abcMIDI.spec 27 Aug 2006 23:21:13 -0000 1.6 +++ abcMIDI.spec 30 Aug 2006 11:16:37 -0000 1.7 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 -Release: 2%{?dist} +Version: 20060829 +Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Mon Aug 28 2006 Gerard Milmeister - 20060805-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:48 -0000 1.6 +++ sources 30 Aug 2006 11:16:37 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:16:36 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:36 -0700 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGdF6027309@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 +++ abcMIDI.spec 30 Aug 2006 11:16:36 -0000 1.6 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 +Version: 20060829 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:48 -0000 1.6 +++ sources 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:22:38 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 30 Aug 2006 04:22:38 -0700 Subject: rpms/nedit/devel nedit-5.5-visfix.patch,NONE,1.1 Message-ID: <200608301122.k7UBMeh8027978@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/nedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27945 Added Files: nedit-5.5-visfix.patch Log Message: - add visfix patch nedit-5.5-visfix.patch: --- NEW FILE nedit-5.5-visfix.patch --- --- nedit-5.5/util/misc.c.visfix 2004-08-10 00:20:00.000000000 +0200 +++ nedit-5.5/util/misc.c 2006-08-30 13:06:31.000000000 +0200 @@ -384,6 +384,9 @@ return (*visual == DefaultVisual(display, screen)); } + /* Set "Default" visual to avoid crashes with the detected best ones */ + reqID = DefaultVisual(display, screen)->visualid; + /* Read the visualID and installColormap resources for the application. visualID can be specified either as a number (the visual id as shown by xdpyinfo), as a visual class name, or as Best or Default. */ From fedora-extras-commits at redhat.com Wed Aug 30 11:27:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:27:47 -0700 Subject: rpms/kita - New directory Message-ID: <200608301127.k7UBRnP8028558@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28526/kita Log Message: Directory /cvs/extras/rpms/kita added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 11:27:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:27:47 -0700 Subject: rpms/kita/devel - New directory Message-ID: <200608301127.k7UBRnC9028561@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28526/kita/devel Log Message: Directory /cvs/extras/rpms/kita/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 11:28:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:06 -0700 Subject: rpms/kita Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301128.k7UBS81u028638@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28604 Added Files: Makefile import.log Log Message: Setup of module kita --- NEW FILE Makefile --- # Top level Makefile for module kita all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 11:28:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:06 -0700 Subject: rpms/kita/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301128.k7UBS8Kn028643@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28604/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kita --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 11:28:38 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:38 -0700 Subject: rpms/kita import.log,1.1,1.2 Message-ID: <200608301129.k7UBTAOZ028803@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28703 Modified Files: import.log Log Message: auto-import kita-0.177.3-6 on branch devel from kita-0.177.3-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kita/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 11:28:05 -0000 1.1 +++ import.log 30 Aug 2006 11:28:38 -0000 1.2 @@ -0,0 +1 @@ +kita-0_177_3-6:HEAD:kita-0.177.3-6.src.rpm:1156937312 From fedora-extras-commits at redhat.com Wed Aug 30 11:28:39 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:39 -0700 Subject: rpms/kita/devel kita.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301129.k7UBTBAQ028809@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28703/devel Modified Files: .cvsignore sources Added Files: kita.spec Log Message: auto-import kita-0.177.3-6 on branch devel from kita-0.177.3-6.src.rpm --- NEW FILE kita.spec --- %define version 0.177.3 Summary: 2ch client for KDE Name: kita Version: %{version} Release: 6%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel BuildRequires: desktop-file-utils Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: fonts-japanese %description Kita is a 2ch client for KDE. %prep %setup -q %build %{__sed} -i.soname \ -e 's|^kita\([\._][lL]\)|libkitamain\1|' \ -e 's|\([^a-zA-Z]\)kita\([\._][lL]\)|\1libkitamain\2|g' \ -e 's|-avoid-version||' \ kita/src/Makefile.in if [ %{_arch} == x86_64 ] ; then SUF=64 else SUF= fi unset QTLIB || : . %{_sysconfdir}/profile.d/qt.sh %configure \ --disable-rpath \ --enable-libsuffix=$SUF \ --enable-xdg-menu %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %{__sed} -i -e 's|Terminal=0|Terminal=false|' \ %{buildroot}/%{name}.desktop desktop-file-install \ --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --add-category KDE \ --add-category Qt \ %{buildroot}/%{name}.desktop # remove unneeded files %{__rm} -f %{buildroot}%{_prefix}/lib*/*.{la,so} # move document files %{__mkdir} DOC unlink %{buildroot}%{_datadir}/doc/HTML/en/kita/common %{__mv} %{buildroot}%{_datadir}/doc/HTML/ DOC/ # convert encoding for f in README README.2ch TODO ; do %{__mv} ${f} ${f}.tmp iconv -f EUCJP -t UTF8 ${f}.tmp > ${f} && \ %{__rm} -f ${f}.tmp || %{__mv} ${f}.tmp ${f} done # install mo file %find_lang %{name} %clean %{__rm} -rf %{buildroot} %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README README.2ch TODO %doc DOC/HTML %{_bindir}/* %{_prefix}/lib*/*.so.* %{_datadir}/apps/kita/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/*.png %changelog * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-6 - Check the minimal BuildRequires again. * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-5 - Maybe better handling of architecture. * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-4 - Remove some requirement on %%post and %%postun. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-3 - Remove gamin-devel. - Minor fix for desktop file. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-2 - Soname versioning. - Rename kita.so as this soname is invalid. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-1 - Package for Fedora Extras. - Add missing BuildRequires. - Use desktop-file-utils - Fix scriptlets. - Change encodings. * Sun Nov 21 2004 Hideki Ikemoto - remove kitapart/kita*ui.rc * Sat Oct 07 2004 Hideki Ikemoto - set %%{_prefix} if SuSE * Sat May 15 2004 Hideki Ikemoto - add 'Serial' field (comment) * Sat Dec 13 2003 Hideki Ikemoto - don't use %%configure * Mon Oct 13 2003 Hideki Ikemoto - add files * Wed Mar 03 2003 Hideki Ikemoto - initial release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kita/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 11:28:06 -0000 1.1 +++ .cvsignore 30 Aug 2006 11:28:39 -0000 1.2 @@ -0,0 +1 @@ +kita-0.177.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kita/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 11:28:06 -0000 1.1 +++ sources 30 Aug 2006 11:28:39 -0000 1.2 @@ -0,0 +1 @@ +7380db08c5ec321154ebba744d5609b9 kita-0.177.3.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:41:41 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:41:41 -0700 Subject: rpms/zope/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 zope.spec, 1.23, 1.24 needs.rebuild, 1.1, NONE Message-ID: <200608301141.k7UBfhHN030039@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29991/devel Modified Files: .cvsignore sources zope.spec Removed Files: needs.rebuild Log Message: update to 2.9.4 and remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zope/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Jul 2006 13:03:07 -0000 1.12 +++ .cvsignore 30 Aug 2006 11:41:41 -0000 1.13 @@ -1,2 +1 @@ -Zope-2.9.3.tgz -Hotfix_20060705.tar.gz +Zope-2.9.4-final.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zope/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Jul 2006 13:03:07 -0000 1.12 +++ sources 30 Aug 2006 11:41:41 -0000 1.13 @@ -1,2 +1 @@ -4e8b4e076cadd6eb62dd4513748cb9f9 Zope-2.9.3.tgz -6dec58130117fd860adc7fd58f8062e7 Hotfix_20060705.tar.gz +7d7ffe62eabc84d0c438e450e344c29f Zope-2.9.4-final.tgz Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- zope.spec 2 Aug 2006 18:46:09 -0000 1.23 +++ zope.spec 30 Aug 2006 11:41:41 -0000 1.24 @@ -1,4 +1,4 @@ -%define python_minver 2.4.1 +%define python_minver 2.4.2 %define zope_user zope %define zope_group %{zope_user} @@ -12,13 +12,13 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.9.3 -Release: 4%{?dist} +Version: 2.9.4 +Release: 1%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ -Source0: http://www.zope.org/Products/Zope/2.9.3/Zope-2.9.3.tgz -Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz +Source0: http://www.zope.org/Products/Zope/2.9.4/Zope-2.9.4-final.tgz +#Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -52,16 +52,16 @@ %prep -%setup -q -n Zope-%{version} -%patch0 -p1 -b .config +%setup -q -n Zope-%{version}-final +%patch0 -p2 -b .config # remove the backup, or we'll install it too... -rm -f Zope/skel/etc/zope.conf.in.config +rm -f skel/etc/zope.conf.in.config # Warning on the default index_html about python 2.4 & zope 2.8 #%patch1 -p1 -b .pythonwarning -chmod -x Zope/skel/import/README.txt +chmod -x skel/import/README.txt install -pm 644 %{SOURCE4} README.Fedora -install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -77,7 +77,6 @@ %install rm -rf $RPM_BUILD_ROOT -rm -f docs # Create all required additional directories for dir in %{zope_home} %{software_home} %{instance_home}/{Products,bin,var} \ @@ -98,11 +97,11 @@ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/zope \ $RPM_BUILD_ROOT%{_bindir}/zopectl \ $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/zope-logrotate \ - README.Fedora Zope/skel/etc/zope.conf.in + README.Fedora skel/etc/zope.conf.in # Install the skel, translating paths, into the build root -%{__python} "Zope/utilities/copyzopeskel.py" \ - --sourcedir="Zope/skel" \ +%{__python} "utilities/copyzopeskel.py" \ + --sourcedir="skel" \ --targetdir="$RPM_BUILD_ROOT%{instance_home}" \ --replace="INSTANCE_HOME:%{instance_home}" \ --replace="SOFTWARE_HOME:%{software_home}" \ @@ -113,13 +112,13 @@ make install # Hotfix -tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products +#tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products chmod 700 $RPM_BUILD_ROOT%{instance_home} chmod 755 $RPM_BUILD_ROOT%{zope_home} -# Symlink to include in the docs -#ln -sf %{zope_home}/doc docs +# included in %%doc +rm -rf $RPM_BUILD_ROOT%{zope_home}/doc # write version.txt echo "Zope %{version}-%{release}" > \ @@ -137,7 +136,7 @@ %pre -/usr/sbin/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ +%{_sbindir}/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ %{zope_user} 2>/dev/null || : @@ -156,7 +155,7 @@ %files %defattr(-, root, root, -) -%doc Zope/doc/* README.Fedora +%doc doc/* README.Fedora %config(noreplace) %{_sysconfdir}/sysconfig/zope %config %{_initrddir}/zope %config %{_sysconfdir}/cron.daily/zope-logrotate @@ -164,7 +163,6 @@ %dir %{zope_home} %{zope_home}/bin %{zope_home}/%{_lib} -%{zope_home}/include %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -175,7 +173,6 @@ %{zope_home}/skel/README.txt %{zope_home}/skel/var %config %{zope_home}/skel/etc -%{zope_home}/zopeskel %attr(-, %{zope_user}, %{zope_group}) %dir %{instance_home} %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/bin %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/Extensions @@ -190,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 +- update to 2.9.4 + * Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 11:41:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:41:40 -0700 Subject: rpms/zope/FC-5 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 zope.spec, 1.22, 1.23 Message-ID: <200608301141.k7UBfg65030031@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29991/FC-5 Modified Files: .cvsignore sources zope.spec Log Message: update to 2.9.4 and remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Jul 2006 13:02:58 -0000 1.12 +++ .cvsignore 30 Aug 2006 11:41:40 -0000 1.13 @@ -1,2 +1 @@ -Zope-2.9.3.tgz -Hotfix_20060705.tar.gz +Zope-2.9.4-final.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Jul 2006 13:02:58 -0000 1.12 +++ sources 30 Aug 2006 11:41:40 -0000 1.13 @@ -1,2 +1 @@ -4e8b4e076cadd6eb62dd4513748cb9f9 Zope-2.9.3.tgz -6dec58130117fd860adc7fd58f8062e7 Hotfix_20060705.tar.gz +7d7ffe62eabc84d0c438e450e344c29f Zope-2.9.4-final.tgz Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- zope.spec 2 Aug 2006 18:46:09 -0000 1.22 +++ zope.spec 30 Aug 2006 11:41:40 -0000 1.23 @@ -1,4 +1,4 @@ -%define python_minver 2.4.1 +%define python_minver 2.4.2 %define zope_user zope %define zope_group %{zope_user} @@ -12,13 +12,13 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.9.3 -Release: 4%{?dist} +Version: 2.9.4 +Release: 1%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ -Source0: http://www.zope.org/Products/Zope/2.9.3/Zope-2.9.3.tgz -Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz +Source0: http://www.zope.org/Products/Zope/2.9.4/Zope-2.9.4-final.tgz +#Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -52,16 +52,16 @@ %prep -%setup -q -n Zope-%{version} -%patch0 -p1 -b .config +%setup -q -n Zope-%{version}-final +%patch0 -p2 -b .config # remove the backup, or we'll install it too... -rm -f Zope/skel/etc/zope.conf.in.config +rm -f skel/etc/zope.conf.in.config # Warning on the default index_html about python 2.4 & zope 2.8 #%patch1 -p1 -b .pythonwarning -chmod -x Zope/skel/import/README.txt +chmod -x skel/import/README.txt install -pm 644 %{SOURCE4} README.Fedora -install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -77,7 +77,6 @@ %install rm -rf $RPM_BUILD_ROOT -rm -f docs # Create all required additional directories for dir in %{zope_home} %{software_home} %{instance_home}/{Products,bin,var} \ @@ -98,11 +97,11 @@ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/zope \ $RPM_BUILD_ROOT%{_bindir}/zopectl \ $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/zope-logrotate \ - README.Fedora Zope/skel/etc/zope.conf.in + README.Fedora skel/etc/zope.conf.in # Install the skel, translating paths, into the build root -%{__python} "Zope/utilities/copyzopeskel.py" \ - --sourcedir="Zope/skel" \ +%{__python} "utilities/copyzopeskel.py" \ + --sourcedir="skel" \ --targetdir="$RPM_BUILD_ROOT%{instance_home}" \ --replace="INSTANCE_HOME:%{instance_home}" \ --replace="SOFTWARE_HOME:%{software_home}" \ @@ -113,13 +112,13 @@ make install # Hotfix -tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products +#tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products chmod 700 $RPM_BUILD_ROOT%{instance_home} chmod 755 $RPM_BUILD_ROOT%{zope_home} -# Symlink to include in the docs -#ln -sf %{zope_home}/doc docs +# included in %%doc +rm -rf $RPM_BUILD_ROOT%{zope_home}/doc # write version.txt echo "Zope %{version}-%{release}" > \ @@ -137,7 +136,7 @@ %pre -/usr/sbin/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ +%{_sbindir}/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ %{zope_user} 2>/dev/null || : @@ -156,7 +155,7 @@ %files %defattr(-, root, root, -) -%doc Zope/doc/* README.Fedora +%doc doc/* README.Fedora %config(noreplace) %{_sysconfdir}/sysconfig/zope %config %{_initrddir}/zope %config %{_sysconfdir}/cron.daily/zope-logrotate @@ -164,7 +163,6 @@ %dir %{zope_home} %{zope_home}/bin %{zope_home}/%{_lib} -%{zope_home}/include %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -175,7 +173,6 @@ %{zope_home}/skel/README.txt %{zope_home}/skel/var %config %{zope_home}/skel/etc -%{zope_home}/zopeskel %attr(-, %{zope_user}, %{zope_group}) %dir %{instance_home} %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/bin %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/Extensions @@ -190,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 +- update to 2.9.4 + * Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). From fedora-extras-commits at redhat.com Wed Aug 30 11:45:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:45:30 -0700 Subject: rpms/kita/devel kita.spec,1.1,1.2 Message-ID: <200608301145.k7UBjWDD030450@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30429 Modified Files: kita.spec Log Message: * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 - Again specify Qt lib directory. Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kita.spec 30 Aug 2006 11:28:39 -0000 1.1 +++ kita.spec 30 Aug 2006 11:45:30 -0000 1.2 @@ -3,7 +3,7 @@ Summary: 2ch client for KDE Name: kita Version: %{version} -Release: 6%{?dist} +Release: 7%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ @@ -42,6 +42,7 @@ %configure \ --disable-rpath \ + --with-qt-libraries=$QTLIB \ --enable-libsuffix=$SUF \ --enable-xdg-menu @@ -109,6 +110,9 @@ %{_datadir}/icons/hicolor/*/apps/*.png %changelog +* Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 +- Again specify Qt lib directory. + * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-6 - Check the minimal BuildRequires again. From fedora-extras-commits at redhat.com Wed Aug 30 11:46:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:22 -0700 Subject: rpms/q/FC-5 .cvsignore,1.2,1.3 q.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608301146.k7UBkOTL030613@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/FC-5 Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:22 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 30 Aug 2006 11:46:22 -0000 1.3 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 2%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:22 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:46:23 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:23 -0700 Subject: rpms/q/devel .cvsignore,1.2,1.3 q.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608301146.k7UBkP76030619@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/devel Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:23 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/devel/q.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- q.spec 28 Aug 2006 09:19:12 -0000 1.3 +++ q.spec 30 Aug 2006 11:46:23 -0000 1.4 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 3%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Mon Aug 28 2006 Gerard Milmeister - 7.1-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:23 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:46:21 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:21 -0700 Subject: rpms/q/FC-4 .cvsignore,1.2,1.3 q.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608301146.k7UBkNo8030609@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/FC-4 Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:21 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 30 Aug 2006 11:46:21 -0000 1.3 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 2%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:21 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:55:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 04:55:23 -0700 Subject: rpms/fillets-ng/devel fillets-ng-0.7.3-libX11.patch, NONE, 1.1 fillets-ng.spec, 1.8, 1.9 Message-ID: <200608301155.k7UBtP2n031572@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31550 Modified Files: fillets-ng.spec Added Files: fillets-ng-0.7.3-libX11.patch Log Message: Add libX11 patch, link against X11 even when SDL isn't (#204594, #204600). fillets-ng-0.7.3-libX11.patch: --- NEW FILE fillets-ng-0.7.3-libX11.patch --- diff -Naupr fillets-ng-0.7.3.orig/configure.in fillets-ng-0.7.3/configure.in --- fillets-ng-0.7.3.orig/configure.in 2005-10-04 20:11:00.000000000 +0200 +++ fillets-ng-0.7.3/configure.in 2006-08-30 13:50:45.000000000 +0200 @@ -13,9 +13,6 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB -CPPFLAGS="-I/usr/local/include $CPPFLAGS" -LIBS="-L/usr/local/lib $LIBS" - ################################################### # Check for libm AC_CHECK_LIB(m, sin, LIBS="$LIBS -lm") @@ -89,18 +86,15 @@ AC_CHECK_LIB([SDL_ttf], [TTF_OpenFont], ################################################### # Test X11 -OLD_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" -AC_TRY_COMPILE([ - #include "SDL.h" - #include "SDL_syswm.h" - #include - ], [ - SDL_SysWMinfo info; - info.subsystem = SDL_SYSWM_X11; - ], [have_x11="yes"], [have_x11="no"]) -CPPFLAGS="$OLD_CPPFLAGS" -if test "x$have_x11" = xyes; then +AC_PATH_X +AC_CHECK_LIB(X11, XFree, + have_x11='yes', + have_x11='no', + [-lX11 -L${x_libraries}]) +AC_CHECK_HEADERS(X11/Xutil.h) +if test "$have_x11" != 'no'; then + CPPFLAGS="$X_CFLAGS $CPPFLAGS" + LIBS="$X_LIBS $LIBS -lX11" AC_DEFINE(HAVE_X11) fi Index: fillets-ng.spec =================================================================== RCS file: /cvs/extras/rpms/fillets-ng/devel/fillets-ng.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fillets-ng.spec 28 Aug 2006 10:02:53 -0000 1.8 +++ fillets-ng.spec 30 Aug 2006 11:55:23 -0000 1.9 @@ -9,6 +9,7 @@ Source1: fillets.desktop Source2: fillets.png Patch0: fillets-ng-0.7.3-lua-pkgconfig.patch +Patch1: fillets-ng-0.7.3-libX11.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fillets-ng-data >= 0.7.1 BuildRequires: SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_ttf-devel @@ -28,6 +29,7 @@ %prep %setup -q %patch0 -p1 -b .lua-pkgconfig +%patch1 -p1 -b .libX11 autoreconf --install --force @@ -73,6 +75,7 @@ %changelog * Mon Aug 28 2006 Matthias Saou 0.7.3-5 - FC6 rebuild. +- Add libX11 patch, link against X11 even when SDL isn't (#204594, #204600). * Wed May 31 2006 Matthias Saou 0.7.3-4 - Add patch to change lua detection from lua-config to pkgconfig since the From fedora-extras-commits at redhat.com Wed Aug 30 11:58:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:58:35 -0700 Subject: rpms/zope/FC-5 zope.spec,1.23,1.24 Message-ID: <200608301159.k7UBx7fA031990@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31908/FC-5 Modified Files: zope.spec Log Message: fix path on x86_64 Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- zope.spec 30 Aug 2006 11:41:40 -0000 1.23 +++ zope.spec 30 Aug 2006 11:58:35 -0000 1.24 @@ -4,7 +4,7 @@ %define zope_group %{zope_user} %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python %define instance_home %{_localstatedir}/lib/zope %define zopectl %{_bindir}/zopectl @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -162,7 +162,7 @@ %attr(0755, root, root) %{_bindir}/zopectl %dir %{zope_home} %{zope_home}/bin -%{zope_home}/%{_lib} +%{zope_home}/lib %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -187,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-2 +- fix path on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 - update to 2.9.4 From fedora-extras-commits at redhat.com Wed Aug 30 11:58:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:58:36 -0700 Subject: rpms/zope/devel zope.spec,1.24,1.25 Message-ID: <200608301159.k7UBx8Sk031993@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31908/devel Modified Files: zope.spec Log Message: fix path on x86_64 Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- zope.spec 30 Aug 2006 11:41:41 -0000 1.24 +++ zope.spec 30 Aug 2006 11:58:35 -0000 1.25 @@ -4,7 +4,7 @@ %define zope_group %{zope_user} %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python %define instance_home %{_localstatedir}/lib/zope %define zopectl %{_bindir}/zopectl @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -162,7 +162,7 @@ %attr(0755, root, root) %{_bindir}/zopectl %dir %{zope_home} %{zope_home}/bin -%{zope_home}/%{_lib} +%{zope_home}/lib %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -187,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-2 +- fix path on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 - update to 2.9.4 From fedora-extras-commits at redhat.com Wed Aug 30 12:02:41 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 05:02:41 -0700 Subject: rpms/plone/devel plone.spec,1.15,1.16 Message-ID: <200608301202.k7UC2idk002543@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/devel Modified Files: plone.spec Log Message: Zope 2.9.4 went back to zope/lib/python on x86_64 Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/devel/plone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plone.spec 30 Aug 2006 10:33:00 -0000 1.15 +++ plone.spec 30 Aug 2006 12:02:41 -0000 1.16 @@ -1,12 +1,12 @@ %define python_minver 2.4.2 -%define zope_minver 2.9.3 +%define zope_minver 2.9.4 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python Name: plone Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-3 +- Zope 2.9.4 went back to zope/lib/python on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.5-2 - fix path on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 12:02:37 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 05:02:37 -0700 Subject: rpms/plone/FC-5 plone.spec,1.15,1.16 Message-ID: <200608301203.k7UC3BUh002592@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/FC-5 Modified Files: plone.spec Log Message: Zope 2.9.4 went back to zope/lib/python on x86_64 Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plone.spec 30 Aug 2006 10:33:00 -0000 1.15 +++ plone.spec 30 Aug 2006 12:02:37 -0000 1.16 @@ -1,12 +1,12 @@ %define python_minver 2.4.2 -%define zope_minver 2.9.3 +%define zope_minver 2.9.4 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python Name: plone Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-3 +- Zope 2.9.4 went back to zope/lib/python on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.5-2 - fix path on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 12:03:23 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:03:23 -0700 Subject: rpms/kita/devel kita.spec,1.2,1.3 Message-ID: <200608301203.k7UC3wam002672@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2605 Modified Files: kita.spec Log Message: * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-8 - Unset QTDIR, not QTLIB Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kita.spec 30 Aug 2006 11:45:30 -0000 1.2 +++ kita.spec 30 Aug 2006 12:03:23 -0000 1.3 @@ -37,12 +37,11 @@ SUF= fi -unset QTLIB || : +unset QTDIR || : . %{_sysconfdir}/profile.d/qt.sh %configure \ --disable-rpath \ - --with-qt-libraries=$QTLIB \ --enable-libsuffix=$SUF \ --enable-xdg-menu @@ -110,6 +109,9 @@ %{_datadir}/icons/hicolor/*/apps/*.png %changelog +* Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-8 +- Unset QTDIR, not QTLIB + * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 - Again specify Qt lib directory. From fedora-extras-commits at redhat.com Wed Aug 30 12:05:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:05:29 -0700 Subject: rpms/kita/devel kita.spec,1.3,1.4 Message-ID: <200608301205.k7UC5VJg002888@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2864 Modified Files: kita.spec Log Message: Oops... fixing release number Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kita.spec 30 Aug 2006 12:03:23 -0000 1.3 +++ kita.spec 30 Aug 2006 12:05:29 -0000 1.4 @@ -3,7 +3,7 @@ Summary: 2ch client for KDE Name: kita Version: %{version} -Release: 7%{?dist} +Release: 8%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ From fedora-extras-commits at redhat.com Wed Aug 30 12:25:42 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:25:42 -0700 Subject: owners owners.list,1.1471,1.1472 Message-ID: <200608301225.k7UCPiAq004839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4819 Modified Files: owners.list Log Message: add kita Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1471 retrieving revision 1.1472 diff -u -r1.1471 -r1.1472 --- owners.list 30 Aug 2006 10:26:50 -0000 1.1471 +++ owners.list 30 Aug 2006 12:25:42 -0000 1.1472 @@ -700,6 +700,7 @@ Fedora Extras|kinput2|Japanese kanji input server for X11|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 12:26:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:26:31 -0700 Subject: owners owners.list,1.1472,1.1473 Message-ID: <200608301226.k7UCQX2H004921@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4899 Modified Files: owners.list Log Message: fix order...... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1472 retrieving revision 1.1473 diff -u -r1.1472 -r1.1473 --- owners.list 30 Aug 2006 12:25:42 -0000 1.1472 +++ owners.list 30 Aug 2006 12:26:31 -0000 1.1473 @@ -700,8 +700,8 @@ Fedora Extras|kinput2|Japanese kanji input server for X11|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kmymoney2|Personal finance|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 12:29:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 05:29:03 -0700 Subject: rpms/csmash/devel csmash-0.6.6-configure.patch, NONE, 1.1 csmash.spec, 1.13, 1.14 Message-ID: <200608301229.k7UCT5Vd005189@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5158 Modified Files: csmash.spec Added Files: csmash-0.6.6-configure.patch Log Message: Add patch to configure to remove empty '-I' as further include paths seem to be ignored when it's present, this caused SDL.h to not be found. csmash-0.6.6-configure.patch: --- NEW FILE csmash-0.6.6-configure.patch --- diff -Naupr csmash-0.6.6.orig/configure csmash-0.6.6/configure --- csmash-0.6.6.orig/configure 2003-08-16 07:54:31.000000000 +0200 +++ csmash-0.6.6/configure 2006-08-30 14:04:27.000000000 +0200 @@ -5515,8 +5515,8 @@ echo "${ECHO_T}libraries $x_libraries, h fi -CFLAGS="-I $x_includes" -LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir" +CFLAGS="$x_includes" +LDFLAGS="-L$x_libraries -L$libdir" CXXFLAGS="$CFLAGS -Wall" diff -Naupr csmash-0.6.6.orig/configure.in csmash-0.6.6/configure.in --- csmash-0.6.6.orig/configure.in 2003-08-16 07:53:55.000000000 +0200 +++ csmash-0.6.6/configure.in 2006-08-30 14:03:41.000000000 +0200 @@ -19,8 +19,8 @@ AC_PATH_PROG(GZIP, gzip) AC_PATH_X -CFLAGS="-I $x_includes" -LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir" +CFLAGS="$x_includes" +LDFLAGS="-L$x_libraries -L$libdir" CXXFLAGS="$CFLAGS -Wall" dnl Checks for libraries. Index: csmash.spec =================================================================== RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- csmash.spec 28 Aug 2006 09:21:04 -0000 1.13 +++ csmash.spec 30 Aug 2006 12:29:03 -0000 1.14 @@ -8,6 +8,7 @@ Source: http://dl.sf.net/cannonsmash/csmash-%{version}.tar.gz Patch0: csmash-0.6.6-64bit-gcc4-fixes.patch Patch1: csmash-0.6.6-extraqualif.patch +Patch2: csmash-0.6.6-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel BuildRequires: SDL-devel >= 1.2.0, SDL_mixer-devel, SDL_image-devel @@ -18,6 +19,8 @@ %else BuildRequires: xorg-x11-devel, Mesa-devel %endif +# Required because we patch configure +BuildRequires: autoconf, automake17 %description CannonSmash is a 3D tabletennis game. The goal of this project is to @@ -30,6 +33,7 @@ %setup %patch0 -p1 -b .64bit-gcc4 %patch1 -p1 -b .extraqualif +%patch2 -p1 -b .configure %build @@ -78,6 +82,8 @@ * Mon Aug 28 2006 Matthias Saou 0.6.6-13 - FC6 rebuild. - Remove gcc-c++ build requirement, it's a default. +- Add patch to configure to remove empty '-I' as further include paths seem to + be ignored when it's present, this caused SDL.h to not be found. * Mon Mar 6 2006 Matthias Saou 0.6.6-12 - FC5 rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 14:16:06 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:16:06 -0700 Subject: rpms/amarok/FC-5 .cvsignore, 1.25, 1.26 amarok.spec, 1.55, 1.56 sources, 1.25, 1.26 Message-ID: <200608301416.k7UEG8AK020037@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19980/FC-5 Modified Files: .cvsignore amarok.spec sources Log Message: - update to 1.4.2 - remove needs.update file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 19 Jul 2006 09:06:14 -0000 1.25 +++ .cvsignore 30 Aug 2006 14:16:06 -0000 1.26 @@ -1,2 +1 @@ -amarok-1.4.1.tar.bz2 -amarok-1.4.1-beta1-gst10-2.tar.bz2 +amarok-1.4.2.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/amarok.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- amarok.spec 19 Jul 2006 09:06:14 -0000 1.55 +++ amarok.spec 30 Aug 2006 14:16:06 -0000 1.56 @@ -4,20 +4,26 @@ %endif %{?_with_gst10: %define gst10 1} +# The amarok dev (Ian Monroe) prefers to make amarok excludearched on x86_64 +# than to include the unfinished gstreamer engine (private mail following +# http://amarok.kde.org/blog/archives/210-And-How-Open-Source-Sucks-Sometimes.html ) +%define gst10 0 + Name: amarok Summary: Media player for KDE -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org -Source0: http://dl.sf.net/amarok/amarok-1.4.1.tar.bz2 +Source0: http://mirrors.ibiblio.org/pub/mirrors/kde/stable/amarok/1.4.2/src/amarok-1.4.2.tar.bz2 # Bring back the gstreamer engine from the beta -Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 -Patch1: amarok-1.4.1-gstreamer.patch -Patch2: amarok-1.4-engines-cfg.patch +#Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 +#Patch1: amarok-1.4.1-gstreamer.patch +# Gstreamer default sink should be autoaudiosink +#Patch2: amarok-1.4-engines-cfg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -25,7 +31,7 @@ BuildRequires: desktop-file-utils, gettext BuildRequires: libGL BuildRequires: libmusicbrainz-devel, xmms-devel >= 1:1.2 -BuildRequires: libvisual-devel >= 0.4.0, SDL-devel, gtk+-devel +BuildRequires: libvisual-devel >= 0.4.0, SDL-devel BuildRequires: libtool-ltdl-devel BuildRequires: mysql-devel, postgresql-devel BuildRequires: libtunepimp-devel >= 0.4.0 @@ -61,6 +67,10 @@ Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3 Provides: amarok-devel = %{version}-%{release} +# On those archs, there is no engine +# (Helix is unavailable, gstreamer is in beta, xine is encumbered) +ExcludeArch: ppc64 x86_64 s390 s390x ia64 + %description Amarok is a KDE multimedia player with: @@ -91,13 +101,13 @@ %prep -%setup -q -a 1 +%setup -q %if "%{gst10}" == "1" +#%%setup -q -a 1 # Bring Gstreamer back and make it a sufficient engine # (only engine available if Helix in unavailable) mv gst10 amarok/src/engine/ %patch1 -p1 -b .gstreamer -# Gstreamer default sink should be autoaudiosink %patch2 -p1 -b .engines-cfg touch --reference aclocal.m4 amarok/src/engine/gst10/Makefile.in touch --reference aclocal.m4 amarok/src/engine/gst10/config/Makefile.in @@ -204,14 +214,29 @@ %{_datadir}/apps/profiles/amarok.profile.xml %{_datadir}/config/amarokrc %{_datadir}/config.kcfg/*.kcfg -%{_datadir}/services/lastfm.protocol -# IPod support +%{_datadir}/services/amarokitpc.protocol +%{_datadir}/services/amaroklastfm.protocol +%{_datadir}/services/amarokpcast.protocol +# DAAP +%{_bindir}/amarok_daapserver.rb +%{_libdir}/kde3/libamarok_daap-mediadevice.* +%{_datadir}/services/amarok_daap-mediadevice.desktop +# Mass-storage +%{_datadir}/services/amarok_massstorage-device.desktop +%{_libdir}/kde3/libamarok_massstorage-device.* +# NFS +%{_datadir}/services/amarok_nfs-device.desktop +%{_libdir}/kde3/libamarok_nfs-device.* +# SMB +%{_datadir}/services/amarok_smb-device.desktop +%{_libdir}/kde3/libamarok_smb-device.* +# IPod %{_datadir}/services/amarok_ipod-mediadevice.desktop %{_libdir}/kde3/libamarok_ipod-mediadevice.* -# VFAT device support +# VFAT %{_datadir}/services/amarok_generic-mediadevice.desktop %{_libdir}/kde3/libamarok_generic-mediadevice.* -# iRiver device support +# iRiver %{_datadir}/services/amarok_ifp-mediadevice.desktop %{_libdir}/kde3/libamarok_ifp-mediadevice.* # Creative Zen @@ -245,6 +270,10 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.4.2-1 +- update to 1.4.2 +- don't build on x86_64 (requested by the amarok devs) + * Wed Jul 19 2006 Aurelien Bompard 1.4.1-3 - fix the gstreamer engine (wrong X-KDE-Amarok-framework-version) Index: sources =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 19 Jul 2006 09:06:14 -0000 1.25 +++ sources 30 Aug 2006 14:16:06 -0000 1.26 @@ -1,2 +1 @@ -4ed6e766541c4227d1d8c8eb93d0b891 amarok-1.4.1.tar.bz2 -284b8d0e1e94ab24322aa24f67a7cee1 amarok-1.4.1-beta1-gst10-2.tar.bz2 +a1e5aac4294eb049021d1e2889c0d214 amarok-1.4.2.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 14:16:07 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:16:07 -0700 Subject: rpms/amarok/devel .cvsignore, 1.25, 1.26 amarok.spec, 1.55, 1.56 sources, 1.25, 1.26 needs.rebuild, 1.1, NONE Message-ID: <200608301416.k7UEG9Y9020043@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19980/devel Modified Files: .cvsignore amarok.spec sources Removed Files: needs.rebuild Log Message: - update to 1.4.2 - remove needs.update file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 19 Jul 2006 09:06:15 -0000 1.25 +++ .cvsignore 30 Aug 2006 14:16:07 -0000 1.26 @@ -1,2 +1 @@ -amarok-1.4.1.tar.bz2 -amarok-1.4.1-beta1-gst10-2.tar.bz2 +amarok-1.4.2.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- amarok.spec 19 Jul 2006 09:06:15 -0000 1.55 +++ amarok.spec 30 Aug 2006 14:16:07 -0000 1.56 @@ -4,20 +4,26 @@ %endif %{?_with_gst10: %define gst10 1} +# The amarok dev (Ian Monroe) prefers to make amarok excludearched on x86_64 +# than to include the unfinished gstreamer engine (private mail following +# http://amarok.kde.org/blog/archives/210-And-How-Open-Source-Sucks-Sometimes.html ) +%define gst10 0 + Name: amarok Summary: Media player for KDE -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org -Source0: http://dl.sf.net/amarok/amarok-1.4.1.tar.bz2 +Source0: http://mirrors.ibiblio.org/pub/mirrors/kde/stable/amarok/1.4.2/src/amarok-1.4.2.tar.bz2 # Bring back the gstreamer engine from the beta -Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 -Patch1: amarok-1.4.1-gstreamer.patch -Patch2: amarok-1.4-engines-cfg.patch +#Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 +#Patch1: amarok-1.4.1-gstreamer.patch +# Gstreamer default sink should be autoaudiosink +#Patch2: amarok-1.4-engines-cfg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -25,7 +31,7 @@ BuildRequires: desktop-file-utils, gettext BuildRequires: libGL BuildRequires: libmusicbrainz-devel, xmms-devel >= 1:1.2 -BuildRequires: libvisual-devel >= 0.4.0, SDL-devel, gtk+-devel +BuildRequires: libvisual-devel >= 0.4.0, SDL-devel BuildRequires: libtool-ltdl-devel BuildRequires: mysql-devel, postgresql-devel BuildRequires: libtunepimp-devel >= 0.4.0 @@ -61,6 +67,10 @@ Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3 Provides: amarok-devel = %{version}-%{release} +# On those archs, there is no engine +# (Helix is unavailable, gstreamer is in beta, xine is encumbered) +ExcludeArch: ppc64 x86_64 s390 s390x ia64 + %description Amarok is a KDE multimedia player with: @@ -91,13 +101,13 @@ %prep -%setup -q -a 1 +%setup -q %if "%{gst10}" == "1" +#%%setup -q -a 1 # Bring Gstreamer back and make it a sufficient engine # (only engine available if Helix in unavailable) mv gst10 amarok/src/engine/ %patch1 -p1 -b .gstreamer -# Gstreamer default sink should be autoaudiosink %patch2 -p1 -b .engines-cfg touch --reference aclocal.m4 amarok/src/engine/gst10/Makefile.in touch --reference aclocal.m4 amarok/src/engine/gst10/config/Makefile.in @@ -204,14 +214,29 @@ %{_datadir}/apps/profiles/amarok.profile.xml %{_datadir}/config/amarokrc %{_datadir}/config.kcfg/*.kcfg -%{_datadir}/services/lastfm.protocol -# IPod support +%{_datadir}/services/amarokitpc.protocol +%{_datadir}/services/amaroklastfm.protocol +%{_datadir}/services/amarokpcast.protocol +# DAAP +%{_bindir}/amarok_daapserver.rb +%{_libdir}/kde3/libamarok_daap-mediadevice.* +%{_datadir}/services/amarok_daap-mediadevice.desktop +# Mass-storage +%{_datadir}/services/amarok_massstorage-device.desktop +%{_libdir}/kde3/libamarok_massstorage-device.* +# NFS +%{_datadir}/services/amarok_nfs-device.desktop +%{_libdir}/kde3/libamarok_nfs-device.* +# SMB +%{_datadir}/services/amarok_smb-device.desktop +%{_libdir}/kde3/libamarok_smb-device.* +# IPod %{_datadir}/services/amarok_ipod-mediadevice.desktop %{_libdir}/kde3/libamarok_ipod-mediadevice.* -# VFAT device support +# VFAT %{_datadir}/services/amarok_generic-mediadevice.desktop %{_libdir}/kde3/libamarok_generic-mediadevice.* -# iRiver device support +# iRiver %{_datadir}/services/amarok_ifp-mediadevice.desktop %{_libdir}/kde3/libamarok_ifp-mediadevice.* # Creative Zen @@ -245,6 +270,10 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.4.2-1 +- update to 1.4.2 +- don't build on x86_64 (requested by the amarok devs) + * Wed Jul 19 2006 Aurelien Bompard 1.4.1-3 - fix the gstreamer engine (wrong X-KDE-Amarok-framework-version) Index: sources =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 19 Jul 2006 09:06:15 -0000 1.25 +++ sources 30 Aug 2006 14:16:07 -0000 1.26 @@ -1,2 +1 @@ -4ed6e766541c4227d1d8c8eb93d0b891 amarok-1.4.1.tar.bz2 -284b8d0e1e94ab24322aa24f67a7cee1 amarok-1.4.1-beta1-gst10-2.tar.bz2 +a1e5aac4294eb049021d1e2889c0d214 amarok-1.4.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:22:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:22:35 -0700 Subject: rpms/agave/devel agave.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608301422.k7UEMbxl020676@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/agave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20656 Modified Files: agave.spec Removed Files: needs.rebuild Log Message: rebuild Index: agave.spec =================================================================== RCS file: /cvs/extras/rpms/agave/devel/agave.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- agave.spec 23 Jul 2006 16:33:19 -0000 1.2 +++ agave.spec 30 Aug 2006 14:22:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: agave Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -86,6 +86,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.4.0-2 +- rebuild + * Sun Jul 23 2006 Aurelien Bompard 0.4.0-1 - version 0.4.0 - renamed to Agave --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:24:48 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:24:48 -0700 Subject: rpms/apachetop/devel apachetop.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608301424.k7UEOomW020954@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/apachetop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20935 Modified Files: apachetop.spec Removed Files: needs.rebuild Log Message: rebuild Index: apachetop.spec =================================================================== RCS file: /cvs/extras/rpms/apachetop/devel/apachetop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- apachetop.spec 17 Jun 2006 06:54:27 -0000 1.12 +++ apachetop.spec 30 Aug 2006 14:24:48 -0000 1.13 @@ -1,6 +1,6 @@ Name: apachetop Version: 0.12.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A top-like display of Apache logs Group: Applications/Internet @@ -43,6 +43,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.12.6-2 +- rebuild + * Fri Jun 16 2006 Aurelien Bompard 0.12.6-1 - Upgrade to 0.12.6 (#194602). Thanks to Robert Scheck. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:29:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:29:10 -0700 Subject: rpms/awstats/devel awstats.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301429.k7UETClo021353@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/awstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21332 Modified Files: awstats.spec Removed Files: needs.rebuild Log Message: rebuild Index: awstats.spec =================================================================== RCS file: /cvs/extras/rpms/awstats/devel/awstats.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- awstats.spec 7 May 2006 23:40:35 -0000 1.14 +++ awstats.spec 30 Aug 2006 14:29:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: awstats Version: 6.6 -Release: 0.1.beta%{?dist} +Release: 0.2.beta%{?dist} Summary: Advanced Web Statistics License: GPL Group: Applications/Internet @@ -173,6 +173,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 6.6-0.2.beta +- rebuild + * Sun May 07 2006 Aurelien Bompard 6.6-0.1.beta - version 6.6 (beta), fixes CVE-2005-2732 (bug 190921, 190922, and 190923) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:35:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:35:26 -0700 Subject: rpms/basket/devel basket.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608301435.k7UEZSeo021992@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21967 Modified Files: basket.spec Removed Files: needs.rebuild Log Message: rebuild Index: basket.spec =================================================================== RCS file: /cvs/extras/rpms/basket/devel/basket.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- basket.spec 21 Feb 2006 17:03:44 -0000 1.3 +++ basket.spec 30 Aug 2006 14:35:25 -0000 1.4 @@ -1,7 +1,7 @@ Name: basket Summary: Notes taker for KDE Version: 0.5.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://basket.kde.org/ Source0: http://basket.kde.org/downloads/basket-0.5.0.tar.gz Patch0: basket-0.5.0-64bits.patch @@ -90,6 +90,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.0-6 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.5.0-5 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:43:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:43:50 -0700 Subject: owners owners.list,1.1473,1.1474 Message-ID: <200608301443.k7UEhqJg022809@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22783 Modified Files: owners.list Log Message: Taking over libosip libosip2 linphone ortp from Ignacio. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1473 retrieving revision 1.1474 diff -u -r1.1473 -r1.1474 --- owners.list 30 Aug 2006 12:26:31 -0000 1.1473 +++ owners.list 30 Aug 2006 14:43:50 -0000 1.1474 @@ -821,8 +821,8 @@ Fedora Extras|libopensync-plugin-palm|Palm plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopensync-plugin-python|Python plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopts|Options library for autogen|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|libosip|oSIP is an implementation of SIP|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|libosip2|oSIP is an implementation of SIP|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|libotr|Off-The-Record Messaging library and toolkit|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|libpng10|Old version of libpng, needed to run old binaries|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -878,7 +878,7 @@ Fedora Extras|lineakd|Linux support for Easy Access and Multimedia keyboards|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|link-grammar|Library that can perform grammar checking|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|linkchecker|Script that checks HTML documents for broken links|redhat at flyn.org|extras-qa at fedoraproject.org| -Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|linux-libertine-fonts|Linux Libertine Open Fonts|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|linux_logo|The linux logo - a colorful console penguin logo|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|lirc|The Linux Infrared Remote Control package|ville.skytta at iki.fi|extras-qa at fedoraproject.org| @@ -1061,7 +1061,7 @@ Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| -Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osgcal|Adapts OpenSceneGraph to use Cal3D|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osiv|Open Source Image Velocimetry|ed at eh3.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 14:46:53 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:46:53 -0700 Subject: rpms/ortp/devel ortp.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301446.k7UEktYZ023132@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/ortp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23109 Modified Files: ortp.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: ortp.spec =================================================================== RCS file: /cvs/extras/rpms/ortp/devel/ortp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ortp.spec 14 Feb 2006 05:02:43 -0000 1.8 +++ ortp.spec 30 Aug 2006 14:46:53 -0000 1.9 @@ -1,6 +1,6 @@ Name: ortp Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C library implementing the RTP protocol (RFC3550) Group: System Environment/Libraries @@ -53,6 +53,9 @@ %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 0.8.1-3 +- Bump release and rebuild + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.8.1-2 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:51:45 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:51:45 -0700 Subject: rpms/basket/devel basket.spec,1.4,1.5 Message-ID: <200608301451.k7UEplba023553@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23528 Modified Files: basket.spec Log Message: BR: gamin-devel Index: basket.spec =================================================================== RCS file: /cvs/extras/rpms/basket/devel/basket.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- basket.spec 30 Aug 2006 14:35:25 -0000 1.4 +++ basket.spec 30 Aug 2006 14:51:45 -0000 1.5 @@ -1,7 +1,7 @@ Name: basket Summary: Notes taker for KDE Version: 0.5.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://basket.kde.org/ Source0: http://basket.kde.org/downloads/basket-0.5.0.tar.gz Patch0: basket-0.5.0-64bits.patch @@ -9,7 +9,7 @@ Group: Applications/Productivity BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: kdelibs-devel, desktop-file-utils +BuildRequires: kdelibs-devel, desktop-file-utils, gamin-devel Requires: kdebase >= 3.0 %description @@ -90,6 +90,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.0-7 +- BR: gamin-devel + * Wed Aug 30 2006 Aurelien Bompard 0.5.0-6 - rebuild From fedora-extras-commits at redhat.com Wed Aug 30 14:52:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:52:47 -0700 Subject: rpms/libosip/devel libosip.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608301452.k7UEqnDV023679@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libosip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23653 Modified Files: libosip.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libosip.spec =================================================================== RCS file: /cvs/extras/rpms/libosip/devel/libosip.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libosip.spec 14 Feb 2006 05:01:25 -0000 1.9 +++ libosip.spec 30 Aug 2006 14:52:47 -0000 1.10 @@ -1,6 +1,6 @@ Name: libosip Version: 0.9.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: oSIP is an implementation of SIP Group: System Environment/Libraries @@ -69,6 +69,9 @@ %{_mandir}/man1/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 0.9.7-10 +- Bump release and rebuild. + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.9.7-9 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:55:43 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:55:43 -0700 Subject: rpms/libosip2/devel libosip2.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301455.k7UEtjT1024076@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24059 Modified Files: libosip2.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libosip2.spec =================================================================== RCS file: /cvs/extras/rpms/libosip2/devel/libosip2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libosip2.spec 23 Feb 2006 19:11:03 -0000 1.8 +++ libosip2.spec 30 Aug 2006 14:55:43 -0000 1.9 @@ -1,6 +1,6 @@ Name: libosip2 Version: 2.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: oSIP is an implementation of SIP @@ -74,6 +74,9 @@ %{_mandir}/man1/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 2.2.2-4 +- Bump release and rebuild. + * Thu Feb 23 2006 Ignacio Vazquez-Abrams 2.2.2-3 - Fix for AMD64 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:56:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:56:55 -0700 Subject: rpms/gmpc/devel gmpc.spec,1.6,1.7 Message-ID: <200608301456.k7UEuvdL024273@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24254 Modified Files: gmpc.spec Log Message: rebuild Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gmpc.spec 11 Apr 2006 15:46:42 -0000 1.6 +++ gmpc.spec 30 Aug 2006 14:56:54 -0000 1.7 @@ -1,7 +1,7 @@ Name: gmpc Summary: GNOME frontend for the MPD Version: 0.11.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Multimedia @@ -71,6 +71,9 @@ %{_datadir}/pixmaps/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Thu Mar 23 2006 Jonathan Dieter 0.11.2-4 - fix dynamic linking bug From fedora-extras-commits at redhat.com Wed Aug 30 14:58:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:58:13 -0700 Subject: rpms/linphone/devel linphone.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608301458.k7UEwFen024433@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24414 Modified Files: linphone.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- linphone.spec 14 Feb 2006 05:01:51 -0000 1.19 +++ linphone.spec 30 Aug 2006 14:58:13 -0000 1.20 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -101,6 +101,9 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-3 +- Bump release and rebuild. + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.2.0-2 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:02:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:02:36 -0700 Subject: rpms/grisbi/devel grisbi.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301502.k7UF2cZh027347@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27322 Modified Files: grisbi.spec Removed Files: needs.rebuild Log Message: rebuild Index: grisbi.spec =================================================================== RCS file: /cvs/extras/rpms/grisbi/devel/grisbi.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- grisbi.spec 29 Aug 2006 14:17:15 -0000 1.12 +++ grisbi.spec 30 Aug 2006 15:02:36 -0000 1.13 @@ -1,7 +1,7 @@ %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help Name: grisbi Version: 0.5.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Personal finances manager Group: Applications/Productivity @@ -112,6 +112,9 @@ %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.8-4 +- rebuild + * Tue Aug 29 2006 Bill Nottingham 0.5.8-3 - rebuild against new libofx --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:11:16 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:11:16 -0700 Subject: rpms/azureus/devel azureus.spec,1.32,1.33 Message-ID: <200608301511.k7UFBIRG028222@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28175 Modified Files: azureus.spec Log Message: Rebuild with new aot-compile-rpm. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- azureus.spec 27 Aug 2006 02:40:37 -0000 1.32 +++ azureus.spec 30 Aug 2006 15:11:16 -0000 1.33 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1.2%{?dist} +Release: 1.3%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.3 +- Rebuild with new aot-compile-rpm. + * Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 - Don't exclude ppc. From fedora-extras-commits at redhat.com Wed Aug 30 15:12:07 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:12:07 -0700 Subject: rpms/azureus/devel azureus.spec,1.33,1.34 Message-ID: <200608301512.k7UFC9gp028355@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28332 Modified Files: azureus.spec Log Message: Retag Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- azureus.spec 30 Aug 2006 15:11:16 -0000 1.33 +++ azureus.spec 30 Aug 2006 15:12:07 -0000 1.34 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1.3%{?dist} +Release: 1.4%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,7 +206,7 @@ %{_libdir}/gcj/* %changelog -* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.3 +* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.4 - Rebuild with new aot-compile-rpm. * Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 From fedora-extras-commits at redhat.com Wed Aug 30 15:13:30 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:13:30 -0700 Subject: rpms/gwenview/devel gwenview.spec,1.15,1.16 Message-ID: <200608301513.k7UFDWaV028514@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28495 Modified Files: gwenview.spec Log Message: rebuild Index: gwenview.spec =================================================================== RCS file: /cvs/extras/rpms/gwenview/devel/gwenview.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gwenview.spec 11 Apr 2006 06:14:31 -0000 1.15 +++ gwenview.spec 30 Aug 2006 15:13:29 -0000 1.16 @@ -1,6 +1,6 @@ Name: gwenview Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple image viewer for KDE Group: Applications/Multimedia @@ -95,6 +95,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.3.1-6 +- rebuild + * Tue Apr 11 2006 Aurelien Bompard 1.3.1-5 - fix build outside the buildsystem (bug 188486) From fedora-extras-commits at redhat.com Wed Aug 30 15:13:52 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:13:52 -0700 Subject: rpms/rssowl/devel rssowl.spec,1.9,1.10 Message-ID: <200608301513.k7UFDsIV028606@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28569 Modified Files: rssowl.spec Log Message: Rebuild with new aot-compile-rpm. Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rssowl.spec 4 Aug 2006 18:25:32 -0000 1.9 +++ rssowl.spec 30 Aug 2006 15:13:52 -0000 1.10 @@ -1,6 +1,6 @@ %define name rssowl %define version 1.2.1 -%define release 4%{?dist} +%define release 4.1%{?dist} Name: %name Summary: An RSS, RDF and Atom Newsreader @@ -136,6 +136,9 @@ %{_libdir}/gcj/%{name} %changelog +* Wed Aug 30 2006 Anthony Green - 1.2.1-4.1 +- Rebuild with new aot-compile-rpm. + * Fri Aug 4 2006 Anthony Green - 1.2.1-4 - Modify startup script to use firefox's libxpcom.so. - Require firefox. From fedora-extras-commits at redhat.com Wed Aug 30 15:14:49 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:14:49 -0700 Subject: rpms/gwenview/devel needs.rebuild,1.1,NONE Message-ID: <200608301514.k7UFEpDX028765@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28740 Removed Files: needs.rebuild Log Message: I just rebuilt gwenview and forgot to remove this file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:15:22 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 30 Aug 2006 08:15:22 -0700 Subject: fedora-security/audit fc5,1.303,1.304 fc6,1.49,1.50 Message-ID: <200608301515.k7UFFMcX028837@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28815 Modified Files: fc5 fc6 Log Message: Note a new xchat cve id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- fc5 30 Aug 2006 08:32:02 -0000 1.303 +++ fc5 30 Aug 2006 15:15:20 -0000 1.304 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- fc6 30 Aug 2006 08:32:02 -0000 1.49 +++ fc6 30 Aug 2006 15:15:20 -0000 1.50 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php From fedora-extras-commits at redhat.com Wed Aug 30 15:15:55 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:15:55 -0700 Subject: rpms/kawa/devel kawa.spec,1.9,1.10 Message-ID: <200608301515.k7UFFvYI028929@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28871 Modified Files: kawa.spec Log Message: Rebuild with new aot-compile-rpm. Index: kawa.spec =================================================================== RCS file: /cvs/extras/rpms/kawa/devel/kawa.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kawa.spec 31 Jul 2006 16:44:15 -0000 1.9 +++ kawa.spec 30 Aug 2006 15:15:55 -0000 1.10 @@ -5,7 +5,7 @@ %define nversion 1.8 %define dversion 1.8 -Release: 8%{?dist} +Release: 8.1%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -86,6 +86,9 @@ %doc %{_javadocdir}/%{name} %changelog +* Wed Aug 30 2006 Anthony Green - 1:1.8-8.1 +- Rebuild with new aot-compile-rpm + * Mon Jul 31 2006 Anthony Green - 1:1.8-8 - Add ncurses-devel BuildRequires. From fedora-extras-commits at redhat.com Wed Aug 30 15:15:51 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:15:51 -0700 Subject: rpms/iftop/devel iftop.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301515.k7UFFrtq028904@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/iftop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884 Modified Files: iftop.spec Removed Files: needs.rebuild Log Message: rebuild Index: iftop.spec =================================================================== RCS file: /cvs/extras/rpms/iftop/devel/iftop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- iftop.spec 15 Jun 2006 20:35:12 -0000 1.12 +++ iftop.spec 30 Aug 2006 15:15:51 -0000 1.13 @@ -1,6 +1,6 @@ Name: iftop Version: 0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command line tool that displays bandwidth usage on an interface @@ -51,6 +51,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.17-3 +- rebuild + * Thu Jun 15 2006 Aurelien Bompard 0.17-2 - buildrequire libpcap-devel from FC6 on --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:17:22 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:17:22 -0700 Subject: rpms/itext/devel itext.spec,1.5,1.6 Message-ID: <200608301517.k7UFHOD3029163@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/itext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29130 Modified Files: itext.spec Log Message: Rebuild with new aot-compile-rpm. Index: itext.spec =================================================================== RCS file: /cvs/extras/rpms/itext/devel/itext.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- itext.spec 25 Jul 2006 17:37:56 -0000 1.5 +++ itext.spec 30 Aug 2006 15:17:21 -0000 1.6 @@ -3,7 +3,7 @@ Summary: A Free Java-PDF library Name: itext Version: 1.3 -Release: 1jpp_9%{?dist} +Release: 1jpp_9.1%{?dist} License: MPL/LGPL URL: http://www.lowagie.com/iText/ Group: Development/Libraries @@ -113,6 +113,9 @@ # ----------------------------------------------------------------------------- %changelog +* Wed Aug 30 2006 Anthony Green - 1.3-1jpp_9.1 +- Rebuild with aot-compile-rpm. + * Tue Jul 25 2006 Anthony Green - 1.3-1jpp_9 - Rebuild with new compiler. From fedora-extras-commits at redhat.com Wed Aug 30 15:28:19 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:28:19 -0700 Subject: rpms/gmpc/devel gmpc.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608301528.k7UFSLsY030190@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30167 Modified Files: gmpc.spec Removed Files: needs.rebuild Log Message: BR: perl-XML-Parser Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gmpc.spec 30 Aug 2006 14:56:54 -0000 1.7 +++ gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 @@ -1,7 +1,7 @@ Name: gmpc Summary: GNOME frontend for the MPD Version: 0.11.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils +BuildRequires: perl-XML-Parser %description Gmpc is a GNOME client for the Music Player Daemon @@ -71,6 +72,9 @@ %{_datadir}/pixmaps/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 +- BR: perl-XML-Parser + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:32:15 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:32:15 -0700 Subject: rpms/jpgraph/devel jpgraph.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608301532.k7UFWHTm030544@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/jpgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30519 Modified Files: jpgraph.spec Removed Files: needs.rebuild Log Message: rebuild Index: jpgraph.spec =================================================================== RCS file: /cvs/extras/rpms/jpgraph/devel/jpgraph.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jpgraph.spec 29 May 2006 21:47:45 -0000 1.9 +++ jpgraph.spec 30 Aug 2006 15:32:15 -0000 1.10 @@ -1,7 +1,7 @@ Name: jpgraph Summary: Object oriented graph drawing class library for PHP Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://members.chello.se/jpgraph/jpgdownloads/jpgraph-2.1.2.tar.gz License: QPL @@ -69,6 +69,9 @@ %doc docs/* src/Examples %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.1.2-1 +- rebuild + * Mon May 29 2006 Aurelien Bompard 2.1.2-1 - version 2.1.2 - explicitely require php >= 5.0.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:35:06 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:35:06 -0700 Subject: rpms/libkexif/devel libkexif.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301535.k7UFZ84J030858@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30839 Modified Files: libkexif.spec Removed Files: needs.rebuild Log Message: rebuild Index: libkexif.spec =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libkexif.spec 1 Jul 2006 08:12:37 -0000 1.14 +++ libkexif.spec 30 Aug 2006 15:35:06 -0000 1.15 @@ -1,6 +1,6 @@ Name: libkexif Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Allow Kipi plugins to extract EXIF information @@ -75,6 +75,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.2.4-2 +- rebuild + * Sat Jul 01 2006 Aurelien Bompard 0.2.4-1 - version 0.2.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:36:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:36:55 -0700 Subject: rpms/libkipi/devel libkipi.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608301536.k7UFavYp031059@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31042 Modified Files: libkipi.spec Removed Files: needs.rebuild Log Message: rebuild Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libkipi.spec 20 May 2006 07:43:46 -0000 1.11 +++ libkipi.spec 30 Aug 2006 15:36:54 -0000 1.12 @@ -1,6 +1,6 @@ Name: libkipi Version: 0.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries @@ -83,6 +83,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.1.4-2 +- rebuild + * Sat May 20 2006 Aurelien Bompard 0.1.4-1 - version 0.1.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:40:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:40:17 -0700 Subject: comps/po comps.pot,1.2,1.3 Message-ID: <200608301540.k7UFeJmM031426@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/comps/po In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31380/po Modified Files: comps.pot Log Message: Adding ejabberd. Index: comps.pot =================================================================== RCS file: /cvs/extras/comps/po/comps.pot,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- comps.pot 18 Aug 2006 04:13:29 -0000 1.2 +++ comps.pot 30 Aug 2006 15:40:17 -0000 1.3 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-08-17 21:09-0700\n" +"POT-Creation-Date: 2006-08-30 10:38-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -138,206 +138,215 @@ msgstr "" #: ../comps-fe5.xml.in.h:29 -msgid "Java" +msgid "Japanese Support" msgstr "" #: ../comps-fe5.xml.in.h:30 -msgid "Java Development" +msgid "Java" msgstr "" #: ../comps-fe5.xml.in.h:31 -msgid "KDE (K Desktop Environment)" +msgid "Java Development" msgstr "" #: ../comps-fe5.xml.in.h:32 -msgid "KDE Software Development" +msgid "KDE (K Desktop Environment)" msgstr "" #: ../comps-fe5.xml.in.h:33 +msgid "KDE Software Development" +msgstr "" + +#: ../comps-fe5.xml.in.h:34 msgid "" "KDE is a powerful, graphical user interface which includes a panel, desktop, " "system icons, and a graphical file manager." msgstr "" -#: ../comps-fe5.xml.in.h:34 +#: ../comps-fe5.xml.in.h:35 msgid "Mail Server" msgstr "" -#: ../comps-fe5.xml.in.h:35 +#: ../comps-fe5.xml.in.h:36 msgid "Network Servers" msgstr "" -#: ../comps-fe5.xml.in.h:36 +#: ../comps-fe5.xml.in.h:37 msgid "News Server" msgstr "" -#: ../comps-fe5.xml.in.h:37 +#: ../comps-fe5.xml.in.h:38 msgid "Office/Productivity" msgstr "" -#: ../comps-fe5.xml.in.h:38 +#: ../comps-fe5.xml.in.h:39 msgid "" "Packages which provide functionality for developing and building " "applications." msgstr "" -#: ../comps-fe5.xml.in.h:39 +#: ../comps-fe5.xml.in.h:40 msgid "Servers" msgstr "" -#: ../comps-fe5.xml.in.h:40 +#: ../comps-fe5.xml.in.h:41 msgid "" "Simple window managers that aren't part of a larger desktop environment." msgstr "" -#: ../comps-fe5.xml.in.h:41 +#: ../comps-fe5.xml.in.h:42 msgid "Software used for running network servers" msgstr "" -#: ../comps-fe5.xml.in.h:42 +#: ../comps-fe5.xml.in.h:43 msgid "" "Sometimes called text editors, these are programs that allow you to create " "and edit files. These include Emacs and Vi." msgstr "" -#: ../comps-fe5.xml.in.h:43 +#: ../comps-fe5.xml.in.h:44 msgid "Sound and Video" msgstr "" -#: ../comps-fe5.xml.in.h:44 +#: ../comps-fe5.xml.in.h:45 msgid "Support for developing programs in the Java programming language." msgstr "" -#: ../comps-fe5.xml.in.h:45 +#: ../comps-fe5.xml.in.h:46 msgid "Support for running programs written in the Java programming language." msgstr "" -#: ../comps-fe5.xml.in.h:46 +#: ../comps-fe5.xml.in.h:47 msgid "System Tools" msgstr "" -#: ../comps-fe5.xml.in.h:47 +#: ../comps-fe5.xml.in.h:48 msgid "Text-based Internet" msgstr "" -#: ../comps-fe5.xml.in.h:48 +#: ../comps-fe5.xml.in.h:49 msgid "The XEmacs text editor." msgstr "" -#: ../comps-fe5.xml.in.h:49 +#: ../comps-fe5.xml.in.h:50 msgid "The applications include office suites, PDF viewers, and more." msgstr "" -#: ../comps-fe5.xml.in.h:50 +#: ../comps-fe5.xml.in.h:51 msgid "These packages allow you to configure an IMAP or Postfix mail server." msgstr "" -#: ../comps-fe5.xml.in.h:51 +#: ../comps-fe5.xml.in.h:52 msgid "These packages allow you to configure an IMAP or SMTP mail server." msgstr "" -#: ../comps-fe5.xml.in.h:52 +#: ../comps-fe5.xml.in.h:53 msgid "" "These packages are helpful when developing web applications or web pages." msgstr "" -#: ../comps-fe5.xml.in.h:53 +#: ../comps-fe5.xml.in.h:54 msgid "" "These tools allow you to create documentation in the DocBook format and " "convert them to HTML, PDF, Postscript, and text." msgstr "" -#: ../comps-fe5.xml.in.h:54 +#: ../comps-fe5.xml.in.h:55 msgid "These tools allow you to run a Web server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:55 +#: ../comps-fe5.xml.in.h:56 msgid "These tools allow you to run an FTP server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:56 +#: ../comps-fe5.xml.in.h:57 msgid "" "These tools include core development tools such as automake, gcc, perl, " "python, and debuggers." msgstr "" -#: ../comps-fe5.xml.in.h:57 +#: ../comps-fe5.xml.in.h:58 msgid "This group allows you to configure the system as a news server." msgstr "" -#: ../comps-fe5.xml.in.h:58 +#: ../comps-fe5.xml.in.h:59 msgid "This group includes graphical email, Web, and chat clients." msgstr "" -#: ../comps-fe5.xml.in.h:59 +#: ../comps-fe5.xml.in.h:60 msgid "" "This group includes packages for performing mathematical and scientific " "computations and plotting, as well as unit conversion." msgstr "" -#: ../comps-fe5.xml.in.h:60 +#: ../comps-fe5.xml.in.h:61 msgid "This group includes packages to help you manipulate and scan images." msgstr "" -#: ../comps-fe5.xml.in.h:61 +#: ../comps-fe5.xml.in.h:62 msgid "" "This group includes text-based email, Web, and chat clients. These " "applications do not require the X Window System." msgstr "" -#: ../comps-fe5.xml.in.h:62 +#: ../comps-fe5.xml.in.h:63 msgid "" "This group is a collection of graphical administration tools for the system, " "such as for managing user accounts and configuring system hardware." msgstr "" -#: ../comps-fe5.xml.in.h:63 +#: ../comps-fe5.xml.in.h:64 msgid "This group is a collection of network servers for specific purposes" msgstr "" -#: ../comps-fe5.xml.in.h:64 +#: ../comps-fe5.xml.in.h:65 +msgid "" +"This group is a collection of tools and resources of Japanese environments." +msgstr "" + +#: ../comps-fe5.xml.in.h:66 msgid "" "This group is a collection of tools for various hardware specific utilities." msgstr "" -#: ../comps-fe5.xml.in.h:65 +#: ../comps-fe5.xml.in.h:67 msgid "" "This group is a collection of various tools for the system, such as the " "client for connecting to SMB shares and tools to monitor network traffic." msgstr "" -#: ../comps-fe5.xml.in.h:66 +#: ../comps-fe5.xml.in.h:68 msgid "Various core pieces of the system." msgstr "" -#: ../comps-fe5.xml.in.h:67 +#: ../comps-fe5.xml.in.h:69 msgid "Various ways to relax and spend your free time." msgstr "" -#: ../comps-fe5.xml.in.h:68 +#: ../comps-fe5.xml.in.h:70 msgid "Web Development" msgstr "" -#: ../comps-fe5.xml.in.h:69 +#: ../comps-fe5.xml.in.h:71 msgid "Web Server" msgstr "" -#: ../comps-fe5.xml.in.h:70 +#: ../comps-fe5.xml.in.h:72 msgid "Window Managers" msgstr "" -#: ../comps-fe5.xml.in.h:71 +#: ../comps-fe5.xml.in.h:73 msgid "X Window System" msgstr "" -#: ../comps-fe5.xml.in.h:72 +#: ../comps-fe5.xml.in.h:74 msgid "XEmacs" msgstr "" -#: ../comps-fe5.xml.in.h:73 +#: ../comps-fe5.xml.in.h:75 msgid "XFCE" msgstr "" -#: ../comps-fe5.xml.in.h:74 +#: ../comps-fe5.xml.in.h:76 msgid "XFCE Software Development" msgstr "" From fedora-extras-commits at redhat.com Wed Aug 30 15:40:16 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:40:16 -0700 Subject: comps comps-fe5.xml, 1.13, 1.14 comps-fe5.xml.in, 1.124, 1.125 comps-fe6.xml.in, 1.128, 1.129 Message-ID: <200608301540.k7UFeIP9031420@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31380 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml.in Log Message: Adding ejabberd. Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- comps-fe5.xml 21 Aug 2006 06:28:12 -0000 1.13 +++ comps-fe5.xml 30 Aug 2006 15:40:16 -0000 1.14 @@ -1,942 +0,0 @@ - - - - - - authoring-and-publishing - Authoring and Publishing - These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - BibTool - conglomerate - docbook2X - kile - ooo2txt - scribus - - - - - development-tools - Development Tools - These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - aplus-fsf - archmage - asa - bazaar - bigloo - bzr - ccache - clisp - cmake - cogito - colordiff - cpan2rpm - cpanspec - cppunit - curry - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - flasm - ftnchek - fpc - gauche - gforth - ghc - git - gprolog - highlight - lightning - hugs98 - lcov - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - q - qgit - quilt - rpmlint - splint - srecord - svnmailer - tkcvs - tla - tolua++ - ucblogo - yap - yasm - - - - - dialup - Dialup Networking Support - - true - false - - pptp - - - - - editors - Editors - Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - scribes - TeXmacs - - - - - engineering-and-scientific - Engineering and Scientific - This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - gnucap - grads - gtkwave - hdf - hdf5 - hmmer - kst - lagan - lapack - ncarg - numpy - octave - paraview - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - scalapack - SIBsim4 - - - - - ftp-server - FTP Server - These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - GNOME Desktop Environment - GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - byzanz - buoh - deskbar-applet - gdesklets - gfontview - glunarclock - gnochm - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - wp_tray - - - - - gnome-software-development - GNOME Software Development - Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gtkdatabox - gnome-vfsmm26-devel -` libsexy-devel - gquilt - - - - - games - Games and Entertainment - Various ways to relax and spend your free time. - false - true - - abe - auriferous - blobwars - bsd-games - bzflag - celestia - cgoban - chess - clanbomber - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnubg - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - monkey-bubble - monsterz - nazghul-haxima - nethack - nethack-vultures - netpanzer - neverball - nexuiz - njam - overgod - pengupop - pinball - pingus - pipenightdreams - powermanga - ppracer - qascade - qqo - rafkill - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - sturmbahnfahrer - supertux - tong - torcs - trackballs - trackballs-music - tuxkart - tuxpuck - ularn - uqm - viruskiller - wesnoth - worminator - wormux - xaos - xarchon - xboard - xgalaxy - xmoto - xpilot-ng - xplanet - xscorch - zasx - - - - - education - Educational Software - Educational software for learning - false - true - - childsplay - drgeo - drgeo-doc - gcompris - gperiodic - stellarium - tuxtype2 - - - - - graphical-internet - Graphical Internet - This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - d4x - deskbar-applet - dillo - drivel - fwbuilder - gaim-gaym - gajim - galeon - gnome-blog - gnome-telnet - gnome-translate - gossip - gtk-gnutella - gtorrentviewer - gwget - kadu - kickpim - konversation - kphone - licq - liferea - linphone - logjam - mail-notification - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - Graphics - This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - gv - gpp - gqview - graphviz - gwenview - inkscape - k3d - qiv - renrot - showimg - skencil - sodipodi - tuxpaint - wings - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - esmtp - exim - exim-doc - milter-regex - mlmmj - pyzor - spamass-milter - - - - - news-server - News Server - This group allows you to configure the system as a news server. - false - true - - newscache - leafnode - suck - - - - - office - Office/Productivity - The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - revelation - texmaker - tinyerp - tinyerp-server - xchm - gjots2 - - - - - sound-and-video - Sound and Video - From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bin2iso - bmp - camstream - camE - dvdisaster - easytag - gcdmaster - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - jack-audio-connection-kit - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - System Tools - This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - arc - bochs - cfengine - cfs - crack - dkms - enca - environment-modules - epylog - fuse - fwbuilder - ghasher - ghex - gkrellm - grepmail - gtklp - gtkterm - hercules - ibmonitor - inadyn - lirc - moodss - moomps - nagios - nfswatch - oddjob - pbzip2 - puppet - rdiff-backup - sabayon - shorewall - snort - syslog-ng - swatch - tiobench - ttywatch - unison - vnstat - vpnc - wine - nuttcp - - - - - hardware-support - Hardware Support - This group is a collection of tools for various hardware specific utilities. - false - true - - 915resolution - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - Network Servers - This group is a collection of network servers for specific purposes - false - true - - flumotion - freenx - icecast - ipxripd - ircd-hybrid - jabberd - kannel - l2tpd - nsd - openvpn - puppet-server - rbldnsd - ushare - vnc-reflector - - - - - text-internet - Text-based Internet - This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - argus - bittorrent - centericq - cone - elmo - iperf - irssi - libtranslate - nail - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - - - - - web-server - Web Server - These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - perl-HTML-Mason - perl-Kwiki - plone - php-pecl-apc - phpldapadmin - thttpd - TurboGears - zope - - - - - xemacs - XEmacs - The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - XFCE - A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-appfinder - xfce4-iconbox - xfce4-icon-theme - xfce4-mixer - xfce4-panel - xfce4-session-engines - xfce4-systray - - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - obconf - openbox - WindowMaker - wmx - - - - - xfce-software-development - XFCE Software Development - Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - xfce4-panel-devel - xfce4-session-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - X Window System - Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - - - - - - kde-desktop - KDE (K Desktop Environment) - KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kchmviewer - kickpim - kdissert - kerry - kbibtex - kiosktool - kmymoney2 - knemo - kompose - ksynaptics - kyum - metamonitor - - - - - kde-software-development - KDE Software Development - Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - Web Development - These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - Administration Tools - This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - lat - qtparted - system-config-control - yumex - - - - - - java - Java - Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - Java Development - Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - Desktop Environments - Desktop environments - 10 - - xfce-desktop - - - - - apps - Applications - Applications for a variety of tasks - 20 - - education - - - - - base-system - Base System - Various core pieces of the system. - 99 - - hardware-support - - - - - development - Development - Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - Servers - Software used for running network servers - 90 - - network-server - - - \ No newline at end of file Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- comps-fe5.xml.in 29 Aug 2006 15:44:41 -0000 1.124 +++ comps-fe5.xml.in 30 Aug 2006 15:40:16 -0000 1.125 @@ -634,6 +634,7 @@ false true + ejabberd flumotion freenx icecast Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- comps-fe6.xml.in 29 Aug 2006 15:44:41 -0000 1.128 +++ comps-fe6.xml.in 30 Aug 2006 15:40:16 -0000 1.129 @@ -713,6 +713,7 @@ ctrlproxy dnsmasq + ejabberd flumotion freenx icecast From fedora-extras-commits at redhat.com Wed Aug 30 15:46:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:46:53 -0700 Subject: rpms/perl-HTML-Template-Expr/devel perl-HTML-Template-Expr.spec, 1.5, 1.6 Message-ID: <200608301546.k7UFktAZ031944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-HTML-Template-Expr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923 Modified Files: perl-HTML-Template-Expr.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.07-2 - Fix order of arguments to find(1). Index: perl-HTML-Template-Expr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-Template-Expr/devel/perl-HTML-Template-Expr.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-HTML-Template-Expr.spec 19 Apr 2006 06:35:54 -0000 1.5 +++ perl-HTML-Template-Expr.spec 30 Aug 2006 15:46:53 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-HTML-Template-Expr Version: 0.07 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Expression support extension for HTML::Template Group: Development/Libraries @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.07-2 +- Fix order of arguments to find(1). + * Wed Apr 19 2006 Ville Skytt?? - 0.07-1 - 0.07. From fedora-extras-commits at redhat.com Wed Aug 30 15:48:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:48:41 -0700 Subject: rpms/perl-IPC-Run/devel perl-IPC-Run.spec,1.12,1.13 Message-ID: <200608301548.k7UFmhiw032145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-IPC-Run/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32123 Modified Files: perl-IPC-Run.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.80-2 - Fix order of arguments to find(1). Index: perl-IPC-Run.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-Run/devel/perl-IPC-Run.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-IPC-Run.spec 11 May 2006 15:32:16 -0000 1.12 +++ perl-IPC-Run.spec 30 Aug 2006 15:48:41 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-IPC-Run Version: 0.80 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for interacting with child processes License: GPL or Artistic @@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/IPC/Run/Win32*.pm rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3* @@ -60,6 +60,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.80-2 +- Fix order of arguments to find(1). + * Thu May 11 2006 Ville Skytt?? - 0.80-1 - 0.80, fine tune build dependencies. From fedora-extras-commits at redhat.com Wed Aug 30 15:49:22 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:49:22 -0700 Subject: rpms/linphone/devel linphone.spec,1.20,1.21 Message-ID: <200608301549.k7UFnOFa032283@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32264 Modified Files: linphone.spec Log Message: Add BR for perl(XML::Parser) Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- linphone.spec 30 Aug 2006 14:58:13 -0000 1.20 +++ linphone.spec 30 Aug 2006 15:49:22 -0000 1.21 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -17,6 +17,7 @@ BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel BuildRequires: libosip2-devel speex-devel >= 1.0.5 gettext desktop-file-utils BuildRequires: ortp-devel >= 0.7.1 +BuildRequires: perl(XML::Parser) %description Linphone is mostly sip compliant. It works successfully with these @@ -101,7 +102,10 @@ %{_libdir}/pkgconfig/* %changelog -* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-3 +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-6 +- Add BR for perl(XML::Parser) so that intltool will work. + +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-5 - Bump release and rebuild. * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.2.0-2 From fedora-extras-commits at redhat.com Wed Aug 30 15:49:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:49:55 -0700 Subject: rpms/libvisual/devel libvisual.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608301549.k7UFnvK6032381@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libvisual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32362 Modified Files: libvisual.spec Removed Files: needs.rebuild Log Message: rebuild Index: libvisual.spec =================================================================== RCS file: /cvs/extras/rpms/libvisual/devel/libvisual.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libvisual.spec 8 Jul 2006 09:31:13 -0000 1.13 +++ libvisual.spec 30 Aug 2006 15:49:55 -0000 1.14 @@ -2,7 +2,7 @@ Name: libvisual Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Abstraction library for audio visualisation plugins Group: Applications/Multimedia @@ -80,6 +80,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.4.0-3 +- rebuild + * Sat Jul 08 2006 Aurelien Bompard 0.4.0-2 - bump release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:50:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:50:47 -0700 Subject: rpms/linphone/devel linphone.spec,1.21,1.22 Message-ID: <200608301550.k7UFonQU032519@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32497 Modified Files: linphone.spec Log Message: Bump release so that I can make tag Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- linphone.spec 30 Aug 2006 15:49:22 -0000 1.21 +++ linphone.spec 30 Aug 2006 15:50:47 -0000 1.22 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -102,6 +102,9 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-7 +- Bump release so that I can "make tag" + * Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-6 - Add BR for perl(XML::Parser) so that intltool will work. From fedora-extras-commits at redhat.com Wed Aug 30 15:51:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:51:48 -0700 Subject: rpms/perl-MIME-Types/devel needs.rebuild,1.1,NONE Message-ID: <200608301551.k7UFpo9E032686@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32663/devel Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:52:44 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:52:44 -0700 Subject: rpms/mhonarc/devel mhonarc.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301552.k7UFqkG6000330@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/mhonarc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv307 Modified Files: mhonarc.spec Removed Files: needs.rebuild Log Message: rebuild Index: mhonarc.spec =================================================================== RCS file: /cvs/extras/rpms/mhonarc/devel/mhonarc.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- mhonarc.spec 15 Jun 2006 18:56:39 -0000 1.14 +++ mhonarc.spec 30 Aug 2006 15:52:44 -0000 1.15 @@ -1,6 +1,6 @@ Name: mhonarc Version: 2.6.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl mail-to-HTML converter Group: Applications/Internet @@ -13,7 +13,7 @@ Provides: MHonArc = %{version}-%{release} # perl-Unicode-Map8 does not work on x86_64, see bug #182514 -ExcludeArch: x86_64 +ExcludeArch: x86_64 %description @@ -54,6 +54,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.6.16-2 +- rebuild + * Thu Jun 15 2006 Aurelien Bompard 2.6.16-1 - version 2.6.16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:53:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:53:17 -0700 Subject: rpms/perltidy/devel needs.rebuild,1.1,NONE Message-ID: <200608301553.k7UFrJDo000446@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perltidy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv430/devel Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:55:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:55:13 -0700 Subject: rpms/mpc/devel mpc.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608301555.k7UFtF7x000627@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/mpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv604 Modified Files: mpc.spec Removed Files: needs.rebuild Log Message: rebuild Index: mpc.spec =================================================================== RCS file: /cvs/extras/rpms/mpc/devel/mpc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mpc.spec 21 Feb 2006 17:33:24 -0000 1.7 +++ mpc.spec 30 Aug 2006 15:55:12 -0000 1.8 @@ -1,7 +1,7 @@ Name: mpc Summary: Command-line client for MPD Version: 0.11.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Multimedia @@ -47,6 +47,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.11.2-4 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:57:54 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:57:54 -0700 Subject: rpms/pdftohtml/devel pdftohtml.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608301557.k7UFvuJ0000858@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pdftohtml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv838 Modified Files: pdftohtml.spec Removed Files: needs.rebuild Log Message: rebuild Index: pdftohtml.spec =================================================================== RCS file: /cvs/extras/rpms/pdftohtml/devel/pdftohtml.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pdftohtml.spec 22 Feb 2006 08:34:00 -0000 1.10 +++ pdftohtml.spec 30 Aug 2006 15:57:54 -0000 1.11 @@ -1,14 +1,14 @@ -Name: pdftohtml -Version: 0.36 -Release: 7%{?dist} - -Summary: PDF to HTML converter -License: GPL -Group: Applications/Text -Url: http://pdftohtml.sourceforge.net/ -Source0: http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz +Name: pdftohtml +Version: 0.36 +Release: 8%{?dist} + +Summary: PDF to HTML converter +License: GPL +Group: Applications/Text +Url: http://pdftohtml.sourceforge.net/ +Source0: http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz Patch0: pdftohtml-0.36-gcc41.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description PDFTOHTML converts Portable Document Format (PDF) files to HTML @@ -39,6 +39,9 @@ %{_bindir}/%{name} %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.36-8 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0.36-7 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:00:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:00:40 -0700 Subject: rpms/perl-Jcode/devel .cvsignore, 1.4, 1.5 perl-Jcode.spec, 1.10, 1.11 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608301600.k7UG0gcd001185@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Jcode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1162 Modified Files: .cvsignore perl-Jcode.spec sources Removed Files: needs.rebuild Log Message: update to 2.06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2005 08:57:32 -0000 1.4 +++ .cvsignore 30 Aug 2006 16:00:39 -0000 1.5 @@ -1 +1 @@ -Jcode-2.03.tar.gz +Jcode-2.06.tar.gz Index: perl-Jcode.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/perl-Jcode.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Jcode.spec 21 Feb 2006 17:38:42 -0000 1.10 +++ perl-Jcode.spec 30 Aug 2006 16:00:39 -0000 1.11 @@ -1,13 +1,13 @@ Name: perl-Jcode -Version: 2.03 -Release: 3%{?dist} +Version: 2.06 +Release: 1%{?dist} Summary: Perl extension interface for converting Japanese text License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Jcode/ -Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.03.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.06.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -51,6 +51,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.06-1 +- update to 2.06 + * Tue Feb 21 2006 Aurelien Bompard 2.03-3 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2005 08:57:32 -0000 1.4 +++ sources 30 Aug 2006 16:00:39 -0000 1.5 @@ -1 +1 @@ -8d285ebf5e5d4f60938829a2c11bdef6 Jcode-2.03.tar.gz +56d787a94cbb557d8b21d10972befd94 Jcode-2.06.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:01:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:07 -0700 Subject: rpms/libgeda - New directory Message-ID: <200608301601.k7UG19Cp003942@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3793/libgeda Log Message: Directory /cvs/extras/rpms/libgeda added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 16:01:08 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:08 -0700 Subject: rpms/libgeda/devel - New directory Message-ID: <200608301601.k7UG1A3j003947@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3793/libgeda/devel Log Message: Directory /cvs/extras/rpms/libgeda/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 16:01:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:53 -0700 Subject: rpms/libgeda Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301601.k7UG1u7q004030@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4014 Added Files: Makefile import.log Log Message: Setup of module libgeda --- NEW FILE Makefile --- # Top level Makefile for module libgeda all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 16:01:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:58 -0700 Subject: rpms/libgeda/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301602.k7UG20jT004046@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4014/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libgeda --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 16:04:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:04:24 -0700 Subject: rpms/libgeda import.log,1.1,1.2 Message-ID: <200608301604.k7UG4QT7004354@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4288 Modified Files: import.log Log Message: auto-import libgeda-20060123-6 on branch devel from libgeda-20060123-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libgeda/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 16:01:53 -0000 1.1 +++ import.log 30 Aug 2006 16:04:23 -0000 1.2 @@ -0,0 +1 @@ +libgeda-20060123-6:HEAD:libgeda-20060123-6.src.rpm:1156954070 From fedora-extras-commits at redhat.com Wed Aug 30 16:04:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:04:25 -0700 Subject: rpms/libgeda/devel libgeda-20060123-arc.patch, NONE, 1.1 libgeda-20060123-configure.patch, NONE, 1.1 libgeda.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301604.k7UG4RnK004363@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4288/devel Modified Files: .cvsignore sources Added Files: libgeda-20060123-arc.patch libgeda-20060123-configure.patch libgeda.spec Log Message: auto-import libgeda-20060123-6 on branch devel from libgeda-20060123-6.src.rpm libgeda-20060123-arc.patch: --- NEW FILE libgeda-20060123-arc.patch --- --- src/o_arc_basic.c 2006-01-24 04:20:50.000000000 +0100 +++ o_arc_basic.c 2006-08-29 14:21:11.000000000 +0200 @@ -1286,7 +1286,8 @@ o_current->line_width)); gdImageArc(current_im_ptr, - x, y, width, height, start_angle, end_angle, color); + x, y, width, height, 720 - end_angle, 720 - +start_angle, color); #endif } libgeda-20060123-configure.patch: --- NEW FILE libgeda-20060123-configure.patch --- --- libgeda-20060123/configure.ac 2006-08-29 13:15:09.000000000 +0200 +++ configure.ac 2006-08-29 14:32:29.000000000 +0200 @@ -21,8 +21,8 @@ ######################################################################### # Command line flags start # -# --disable-gdgeda : turn off libgdgeda support -AC_ARG_ENABLE(gdgeda, [ --disable-gdgeda Disable libgdgeda support (don't use libgdgeda at all)], +# --disable-gdgeda : turn off gd support +AC_ARG_ENABLE(gdgeda, [ --disable-gdgeda Disable gd support (don't use gd at all)], [ if test $enableval = "no"; then no_gdgeda=yes; fi ]) # Change default location for rc files @@ -146,9 +146,9 @@ ############################################################################ ############################################################################ -# Check for libgdgeda start -# -AC_PATH_PROG(LIBGDGEDACONFIG, libgdgeda-config, no, ${PATH}) +# Check for gd start +# +AC_PATH_PROG(LIBGDGEDACONFIG, gdlib-config, no, ${PATH}) if test "$LIBGDGEDACONFIG" = "no" then @@ -159,7 +159,7 @@ else if test "$no_gdgeda" = "yes" then - echo found libgdgeda, but disabling gdgeda support. + echo found gd, but disabling gd support. GDGEDA_CFLAGS= GDGEDA_LIBS= GDGEDA_VERSION= @@ -173,14 +173,14 @@ GDGEDA="yes" # This is not really used to figure out paths, but just to make - # sure >= 2.0.15 is installed - PKG_CHECK_MODULES(libgdgeda, libgdgeda >= 2.0.15) - AC_DEFINE(HAS_LIBGDGEDA, 1, [If libgdgeda has been installed, define this]) + # PKG_CHECK_MODULES(gd, gd >= 2.0.15) + GDGEDA_LIBS="-lgd $GDGEDA_LIBS" + AC_DEFINE(HAS_LIBGDGEDA, 1, [If gd has been installed,define this]) fi fi # -# Check for libgdgeda end +# Check for gd end ############################################################################ ############################################################################ @@ -628,7 +628,7 @@ GLIB library version: $GLIB_VERSION GTK+ library version: $GTK_VERSION GUILE library version: $GUILE_VERSION - libgdgeda (png output): $GDGEDA $GDGEDA_VERSION + gd (png output): $GDGEDA $GDGEDA_VERSION mingw build: $MINGW data directory: $expandedGEDADATADIR rc directory: $expandedGEDARCDIR --- NEW FILE libgeda.spec --- Name: libgeda Version: 20060123 Release: 6%{?dist} Summary: Libraries for the gEDA project Group: System Environment/Libraries License: GPL URL: http://www.geda.seul.org Source: ftp://ftp.geda.seul.org/pub/geda/devel/20060123/libgeda-20060123.tar.gz Patch0: libgeda-20060123-arc.patch Patch1: libgeda-20060123-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun):/sbin/ldconfig BuildRequires: gtk2-devel, guile-devel, autoconf, gd-devel %description This package contains libgeda, the library needed by gEDA applications. %package doc Summary: Documentation for libgeda, Libraries for the gEDA project Group: Documentation Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description doc This package contains the documentation of pcb in html, pdf, postscript and info format. %package devel Summary: Development files for the libgeda library Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: guile-devel, gtk2-devel, gd-devel %description devel Development files for libgeda library %prep %setup -q %patch0 -p0 -b o_arc_basic.c %patch1 -p0 -b configure.ac %build autoconf for f in `find . -name \*.c -or -name \*.h` ; do sed -i -e 's|gdgeda/gd.h|gd.h|' $f done %configure --disable-static make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make install DESTDIR=%{buildroot} %{__rm} -f %{buildroot}%{_infodir}/dir %{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -rf docs/Makefile* %post doc /sbin/install-info %{_infodir}/libgedadoc.info.gz %{_infodir}/dir %preun doc if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/libgedadoc.info.gz %{_infodir}/dir fi %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING ChangeLog README %{_libdir}/libgeda.so.* %files devel %defattr(-,root,root,-) %doc AUTHORS BUGS HACKING TODO %{_includedir}/libgeda %{_libdir}/libgeda.so %{_libdir}/pkgconfig/libgeda.pc %files doc %defattr(-, root, root, -) %doc docs/* %{_infodir}/libgedadoc* %Changelog * Wed Aug 30 2006 Chitlesh Goorah - 20060123-6 - Fixed useless BR * Tue Aug 29 2006 Chitlesh Goorah - 20060123-5 - patches replaced by bash commands * Tue Aug 29 2006 Chitlesh Goorah - 20060123-4 - Fixed BR for -devel package - Added patches to make use of gd instead of ligdgeda - Added the doc package * Fri Aug 25 2006 Chitlesh Goorah - 20060123-3 - packaging for FC5 and later - added texi2html as BR to set HTML file creation enabled - opting for gd-devel prior to libgdgeda-devel as BR - Removed %%{_infodir}/dir * Wed Feb 22 2006 Wojciech Kazubski - 20060123-2.fc4 - more cleanup * Fri Jan 27 2006 Wojciech Kazubski - 20060123-1.fc4 - updated to version 20060123 - libgeda.so.25.0.0 * Sun Jan 1 2006 Wojciech Kazubski - 20050820-2.fc4 - specfile cleanup * Wed Aug 24 2005 Wojciech Kazubski - 20050820-1.fc4 - updated to version 20050820 * Tue Jun 28 2005 Wojciech Kazubski - 20050313-1.fc4 - rebuilt for Fedora Core 4 * Tue Mar 14 2005 Wojciech Kazubski - 20050313-1.fc3.wk - updated to version 20050313 - libgeda.so.23.0.0 * Wed Dec 28 2004 Wojciech Kazubski - 20041228-1.fc3.wk - updated to version 20041228 - libgeda.so.22.0.0, * Sun Dec 12 2004 Wojciech Kazubski - 20040111-1.fc3.wk - rebuilt for Fedora Core 3 * Wed Jan 14 2004 Wojciech Kazubski - 20040111-1 - updated to version 20040111 - libgeda.so.20.0.0, - built on Fedora Core 1 - modified specfile * Thu Sep 4 2003 Wojciech Kazubski - 20030901-1 - updated to version 20030901 - libgeda.so.19.0.0 * Wed May 28 2003 Wojciech Kazubski - 20030525-1 - updated to version 20030525, compiled on RedHat 9 * Tue Feb 25 2003 Wojciech Kazubski - 200302223-2 - updated to version 20030223 - libgeda.so.18.0.0 * Fri Nov 8 2002 Wojciech Kazubski - 20021103-1 - updated to version 20021103, compiled on RedHat 8.0 * Wed Sep 4 2002 Wojciech Kazubski -20020825-1 - updated to version 20020825 * Sat Jun 1 2002 Wojciech Kazubski - 20020527-1 - updated to version 20020527 * Wed Feb 13 2002 Wojciech Kazubski - 20020209-1 - updated to version 20020209 - libgeda.so.15.0.0 - info files added - split into libgeda and libgeda-devel * Tue Nov 27 2001 Wojciech Kazubski - 20010722-2 - some corrections * Thu Aug 3 2001 Wojciech Kazubski - 20010722-1 - updated to version 20010722; built on redhat-7.0 * Sun Mar 11 2001 L.J.H. Timmerman - updated to version 20010304; built on redhat-7.0 * Thu Aug 10 2000 Emmanuel Rouat - rebuild with new version of rpm (shouldn't change anything) * Thu Jul 6 2000 Emmanuel Rouat - updated to version 20000704 - changed licence from LGPL to GPL * Wed Feb 23 2000 Emmanuel Rouat - removed 'Redhat Contrib Net' stuff - updated to version 20000220 * Thu Oct 14 1999 Emmanuel Rouat - updated to version 19991011 * Wed Sep 22 1999 Emmanuel Rouat - updated to version 19990919 * Wed Sep 1 1999 Emmanuel Rouat - updated to version 19990829 * Mon Jul 19 1999 Emmanuel Rouat - Group is now System Environment/Libraries - rebuild with libgdgeda * Sat Jul 10 1999 Emmanuel Rouat - initialization of spec file. # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgeda/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 16:01:58 -0000 1.1 +++ .cvsignore 30 Aug 2006 16:04:25 -0000 1.2 @@ -0,0 +1 @@ +libgeda-20060123.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgeda/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 16:01:58 -0000 1.1 +++ sources 30 Aug 2006 16:04:25 -0000 1.2 @@ -0,0 +1 @@ +fa159b269c8c1d3d248dc39d4b70f366 libgeda-20060123.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 16:06:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 09:06:27 -0700 Subject: rpms/upx/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 upx.spec, 1.10, 1.11 Message-ID: <200608301606.k7UG6T4M004586@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/upx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4557 Modified Files: .cvsignore sources upx.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.02-1 - 2.02. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/upx/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 May 2006 19:25:39 -0000 1.3 +++ .cvsignore 30 Aug 2006 16:06:26 -0000 1.4 @@ -1 +1 @@ -upx-2.00-src.tar.gz +upx-2.02-src.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/upx/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 May 2006 19:25:39 -0000 1.3 +++ sources 30 Aug 2006 16:06:26 -0000 1.4 @@ -1 +1 @@ -ce412e9ef82f4474531d66ce7e5a7950 upx-2.00-src.tar.gz +058a57c2e8d642579d4dda56633b9fd2 upx-2.02-src.tar.gz Index: upx.spec =================================================================== RCS file: /cvs/extras/rpms/upx/devel/upx.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- upx.spec 16 May 2006 19:45:41 -0000 1.10 +++ upx.spec 30 Aug 2006 16:06:26 -0000 1.11 @@ -1,6 +1,6 @@ Name: upx -Version: 2.00 -Release: 2%{?dist} +Version: 2.02 +Release: 1%{?dist} Summary: Ultimate Packer for eXecutables Group: Applications/Archiving @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.02-1 +- 2.02. + * Tue May 16 2006 Ville Skytt?? - 2.00-2 - BR: zlib-devel. From fedora-extras-commits at redhat.com Wed Aug 30 16:07:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:07:15 -0700 Subject: owners owners.list,1.1474,1.1475 Message-ID: <200608301607.k7UG7HF5004695@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4596/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1474 retrieving revision 1.1475 diff -u -r1.1474 -r1.1475 --- owners.list 30 Aug 2006 14:43:50 -0000 1.1474 +++ owners.list 30 Aug 2006 16:07:14 -0000 1.1475 @@ -776,6 +776,7 @@ Fedora Extras|libgcrypt1|A general-purpose cryptography library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|libgda|Library for writing gnome database programs|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libgdamm|C++ wrappers for libgda|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|libgeda|The library needed by gEDA applications|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|libglademm20|A C++ wrapper for libglade|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|libglademm24|A C++ wrapper for libglade|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|libgnomecanvasmm20|A C++ interface for Gnome libs (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 16:16:38 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:16:38 -0700 Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301616.k7UGGeKt005606@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-Map/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5584 Modified Files: perl-Unicode-Map.spec Removed Files: needs.rebuild Log Message: fix bug 191387 Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Unicode-Map.spec 21 Feb 2006 17:41:20 -0000 1.7 +++ perl-Unicode-Map.spec 30 Aug 2006 16:16:38 -0000 1.8 @@ -2,7 +2,7 @@ Name: perl-Unicode-Map Version: 0.112 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl module for mapping charsets from and to utf16 unicode @@ -31,6 +31,14 @@ %prep %setup -q -n Unicode-Map-%{version} +# See bug 191387 +echo ' +# Add support for perl-Spreadsheet-ParseExcel +name: CP932Excel +srcURL: $SrcUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT +src: $DestUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT +map: $DestMap/MS/WIN/CP932Excel.map +' >> Map/REGISTRY %build @@ -67,6 +75,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.112-8 +- Add support for perl-Spreadsheet-ParseExcel (bug 191387) + * Tue Feb 21 2006 Aurelien Bompard 0.112-7 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:19:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:19:50 -0700 Subject: rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608301619.k7UGJqEX005961@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-Map8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5942 Modified Files: perl-Unicode-Map8.spec Removed Files: needs.rebuild Log Message: rebuild Index: perl-Unicode-Map8.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Unicode-Map8.spec 22 Feb 2006 22:55:31 -0000 1.9 +++ perl-Unicode-Map8.spec 30 Aug 2006 16:19:50 -0000 1.10 @@ -2,14 +2,14 @@ Name: perl-Unicode-Map8 Version: 0.12 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Mapping table between 8-bit chars and Unicode for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Unicode-Map8/ -Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz +Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Unicode::String) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.12-9 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0.12-8 - ExcludeArch x86_64 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:24:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:24:13 -0700 Subject: rpms/perl-Unicode-MapUTF8/devel .cvsignore, 1.2, 1.3 perl-Unicode-MapUTF8.spec, 1.7, 1.8 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608301624.k7UGOFNY006448@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-MapUTF8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6425 Modified Files: .cvsignore perl-Unicode-MapUTF8.spec sources Removed Files: needs.rebuild Log Message: update to 1.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:10:23 -0000 1.2 +++ .cvsignore 30 Aug 2006 16:24:13 -0000 1.3 @@ -1 +1 @@ -Unicode-MapUTF8-1.09.tar.gz +Unicode-MapUTF8-1.11.tar.gz Index: perl-Unicode-MapUTF8.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/perl-Unicode-MapUTF8.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Unicode-MapUTF8.spec 22 Feb 2006 23:01:11 -0000 1.7 +++ perl-Unicode-MapUTF8.spec 30 Aug 2006 16:24:13 -0000 1.8 @@ -1,15 +1,15 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Unicode-MapUTF8 -Version: 1.09 -Release: 6%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Conversions to and from arbitrary character sets and UTF8 Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Unicode-MapUTF8/ -Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-1.09.tar.gz +Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-1.11.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.11-1 +- update to 1.11 + * Wed Feb 22 2006 Aurelien Bompard 1.09-6 - rebuild for FC5 - ExcludeArch x86_64 because perl-Unicode-Map8 does not work on this arch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:10:23 -0000 1.2 +++ sources 30 Aug 2006 16:24:13 -0000 1.3 @@ -1 +1 @@ -32b2593bb38b24b5f5fef2aaf444a367 Unicode-MapUTF8-1.09.tar.gz +16e66ee0bdc0e6cc9c36e29212d8ffdc Unicode-MapUTF8-1.11.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:25:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:25:18 -0700 Subject: rpms/perl-Unicode-String/devel perl-Unicode-String.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608301625.k7UGPKaQ006628@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-String/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6603 Modified Files: perl-Unicode-String.spec Removed Files: needs.rebuild Log Message: rebuild Index: perl-Unicode-String.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-String/devel/perl-Unicode-String.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Unicode-String.spec 21 Feb 2006 17:48:22 -0000 1.8 +++ perl-Unicode-String.spec 30 Aug 2006 16:25:18 -0000 1.9 @@ -2,7 +2,7 @@ Name: perl-Unicode-String Version: 2.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl modules to handle various Unicode issues @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.09-2 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 2.09-1 - version 2.09 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:29:38 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:29:38 -0700 Subject: rpms/php-adodb/devel .cvsignore, 1.7, 1.8 php-adodb.spec, 1.9, 1.10 sources, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301629.k7UGTeq2007028@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/php-adodb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7004 Modified Files: .cvsignore php-adodb.spec sources Removed Files: needs.rebuild Log Message: update to 4.92 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 14 Apr 2006 17:03:20 -0000 1.7 +++ .cvsignore 30 Aug 2006 16:29:38 -0000 1.8 @@ -1 +1 @@ -adodb480.tgz +adodb492.tgz Index: php-adodb.spec =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/php-adodb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-adodb.spec 14 Apr 2006 17:03:20 -0000 1.9 +++ php-adodb.spec 30 Aug 2006 16:29:38 -0000 1.10 @@ -1,9 +1,9 @@ Name: php-adodb Summary: Active Data Objects Data Base -Version: 4.80 +Version: 4.92 Release: 1%{?dist} -Source0: http://dl.sf.net/adodb/adodb480.tgz +Source0: http://dl.sf.net/adodb/adodb492.tgz License: BSD URL: http://adodb.sf.net Group: Development/Libraries @@ -53,6 +53,9 @@ %{_var}/www/icons/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 4.92-1 +- version 4.92 + * Fri Apr 14 2006 Aurelien Bompard 4.80-1 - version 4.80 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 14 Apr 2006 17:03:20 -0000 1.7 +++ sources 30 Aug 2006 16:29:38 -0000 1.8 @@ -1 +1 @@ -942164adfc953173205231b9522304e0 adodb480.tgz +5ed194f08d251d405e8cd31b0244a329 adodb492.tgz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:30:56 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:30:56 -0700 Subject: rpms/psi/devel psi.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608301630.k7UGUwoo007227@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/psi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7202 Modified Files: psi.spec Removed Files: needs.rebuild Log Message: rebuild Index: psi.spec =================================================================== RCS file: /cvs/extras/rpms/psi/devel/psi.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- psi.spec 13 Apr 2006 10:15:12 -0000 1.16 +++ psi.spec 30 Aug 2006 16:30:56 -0000 1.17 @@ -3,7 +3,7 @@ Name: psi Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Jabber client based on Qt License: GPL Group: Applications/Internet @@ -165,6 +165,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.10-5 +- rebuild + * Thu Apr 13 2006 Aurelien Bompard 0.10-4 - update translations for CS, DE, ET and VI --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:33:57 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:33:57 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608301633.k7UGXx2c007552@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7530 Modified Files: pure-ftpd.spec Removed Files: needs.rebuild Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pure-ftpd.spec 4 Aug 2006 20:59:21 -0000 1.13 +++ pure-ftpd.spec 30 Aug 2006 16:33:57 -0000 1.14 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -242,6 +242,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 +- rebuild + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 - BuildRequire selinux-policy-devel for FC6 onwards --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:35:31 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:35:31 -0700 Subject: rpms/python-dialog/devel python-dialog.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301635.k7UGZXHc007764@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/python-dialog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7747 Modified Files: python-dialog.spec Removed Files: needs.rebuild Log Message: rebuild Index: python-dialog.spec =================================================================== RCS file: /cvs/extras/rpms/python-dialog/devel/python-dialog.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-dialog.spec 22 Feb 2006 15:59:31 -0000 1.7 +++ python-dialog.spec 30 Aug 2006 16:35:31 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-dialog Version: 2.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python interface to the Unix dialog utility Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.7-4 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 2.7-3 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:39:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:39:36 -0700 Subject: rpms/qca/devel qca.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608301639.k7UGdcOm008207@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/qca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8188 Modified Files: qca.spec Removed Files: needs.rebuild Log Message: rebuild Index: qca.spec =================================================================== RCS file: /cvs/extras/rpms/qca/devel/qca.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qca.spec 8 Apr 2006 09:57:59 -0000 1.6 +++ qca.spec 30 Aug 2006 16:39:36 -0000 1.7 @@ -1,6 +1,6 @@ Name: qca Version: 1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Qt Cryptographic Architecture @@ -69,6 +69,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0-8 +- rebuild + * Sat Apr 08 2006 Aurelien Bompard 1.0-7 - disable stripping (bug 186648) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:40:53 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:40:53 -0700 Subject: rpms/qca-tls/devel qca-tls.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301640.k7UGetjS008410@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/qca-tls/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8386 Modified Files: qca-tls.spec Removed Files: needs.rebuild Log Message: rebuild Index: qca-tls.spec =================================================================== RCS file: /cvs/extras/rpms/qca-tls/devel/qca-tls.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qca-tls.spec 21 Feb 2006 18:59:48 -0000 1.14 +++ qca-tls.spec 30 Aug 2006 16:40:53 -0000 1.15 @@ -1,6 +1,6 @@ Name: qca-tls Version: 1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: TLS plugin for the Qt Cryptographic Architecture License: LGPL @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0-10 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 1.0-9 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:42:39 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:42:39 -0700 Subject: rpms/showimg/devel showimg.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301642.k7UGgfM6008589@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/showimg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8570 Modified Files: showimg.spec Removed Files: needs.rebuild Log Message: rebuild Index: showimg.spec =================================================================== RCS file: /cvs/extras/rpms/showimg/devel/showimg.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- showimg.spec 22 Jun 2006 10:04:04 -0000 1.12 +++ showimg.spec 30 Aug 2006 16:42:39 -0000 1.13 @@ -1,6 +1,6 @@ Name: showimg Version: 0.9.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Feature-rich image viewer for KDE Group: Applications/Multimedia @@ -122,6 +122,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.9.5-9 +- guess what... + * Thu Jun 22 2006 Aurelien Bompard 0.9.5-8 - rebuild (again) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:56:47 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 09:56:47 -0700 Subject: rpms/gnubg/devel gnubg.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608301656.k7UGunBB009877@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9852 Modified Files: gnubg.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - Rebuild for Fedora Extras 6 Index: gnubg.spec =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/gnubg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubg.spec 6 Jun 2006 19:27:00 -0000 1.1 +++ gnubg.spec 30 Aug 2006 16:56:46 -0000 1.2 @@ -2,8 +2,8 @@ License: GPL Group: Amusements/Games Summary: A backgammon game and analyser -Version: 20060530 -Release: 5%{?dist} +Version: 20060626 +Release: 2%{?dist} Source0: http://www.acepoint.de/GnuBG/sources/%{name}-%{version}.tar.gz Source1: gnubg.weights Source2: gnubg.desktop @@ -108,7 +108,7 @@ %{_datadir}/gnubg/doc %{_datadir}/gnubg/boards.xml %{_datadir}/gnubg/gnubg.game.sql -%{_datadir}/gnubg/gnubg.gtkrc +#%{_datadir}/gnubg/gnubg.gtkrc %{_datadir}/gnubg/gnubg_os0.bd %{_datadir}/gnubg/gnubg.weights %{_datadir}/gnubg/sounds @@ -122,6 +122,10 @@ %ghost %{_datadir}/gnubg/scripts/*.pyo %changelog +* Wed Aug 30 2006 Joost Soeterbroek +- Rebuild for Fedora Extras 6 +* Mon Jun 26 2006 - Joost Soeterbroek - 20060626-1 +- update to new upstream version * Tue Jun 6 2006 - Joost Soeterbroek - 20060530-5 - minor change in man file conversion, move from install to prep * Mon Jun 5 2006 - Joost Soeterbroek - 20060530-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 17:19:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:07 -0700 Subject: rpms/ngspice/devel - New directory Message-ID: <200608301719.k7UHJ94x014513@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14480/ngspice/devel Log Message: Directory /cvs/extras/rpms/ngspice/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 17:19:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:06 -0700 Subject: rpms/ngspice - New directory Message-ID: <200608301719.k7UHJ8X9014508@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14480/ngspice Log Message: Directory /cvs/extras/rpms/ngspice added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 17:19:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:24 -0700 Subject: rpms/ngspice Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301719.k7UHJQlv014585@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14548 Added Files: Makefile import.log Log Message: Setup of module ngspice --- NEW FILE Makefile --- # Top level Makefile for module ngspice all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 17:19:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:25 -0700 Subject: rpms/ngspice/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301719.k7UHJRSh014590@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14548/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ngspice --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 17:24:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:24:54 -0700 Subject: rpms/ngspice import.log,1.1,1.2 Message-ID: <200608301724.k7UHOujm015187@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15152 Modified Files: import.log Log Message: auto-import ngspice-17-4 on branch devel from ngspice-17-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 17:19:24 -0000 1.1 +++ import.log 30 Aug 2006 17:24:54 -0000 1.2 @@ -0,0 +1 @@ +ngspice-17-4:HEAD:ngspice-17-4.src.rpm:1156958904 From fedora-extras-commits at redhat.com Wed Aug 30 17:24:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:24:55 -0700 Subject: rpms/ngspice/devel ngspice.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301724.k7UHOv8h015192@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15152/devel Modified Files: .cvsignore sources Added Files: ngspice.spec Log Message: auto-import ngspice-17-4 on branch devel from ngspice-17-4.src.rpm --- NEW FILE ngspice.spec --- Name: ngspice Version: 17 Release: 4%{?dist} Summary: A mixed level/signal circuit simulator License: BSD Group: Applications/Engineering URL: http://%{name}.sourceforge.net/ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel %description Ngspice is a general-purpose circuit simulator program. It implements three classes of analysis: - Nonlinear DC analyses - Nonlinear Transient analyses - Linear AC analyses Ngspice implements the usual circuits elements, like resistors, capacitors, inductors (single or mutual), transmission lines and a growing number of semiconductor devices like diodes, bipolar transistors, mosfets (both bulk and SOI), mesfets, jfet and HFET. Ngspice implements the EKV model but it cannot be distributed with the package since its license does not allow to redistribute EKV source code. Ngspice integrates Xspice, a mixed-mode simulator built upon spice3c1 (and then some tweak is necessary merge it with spice3f5). Xspice provides a codemodel interface and an event-driven simulation algorithm. Users can develop their own models for devices using the codemodel interface. %package doc Summary: Documentation for ngspice, a mixed level/signal circuit simulator Group: Documentation Requires: ngspice = %{version} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description doc This package contains the documentation of ngspice in pdf, postscript and info format. %prep %setup -q -n ng-spice-rework-%{version} %build %configure \ --enable-cider \ --enable-dot-global \ --enable-predictor \ --enable-numparam \ --enable-xgraph \ --enable-xspice \ --with-x=yes \ --with-readline=yes # make in xgraph with another flag first so # that we can correctly use Fedora compiler flags. ( cd xgraph ; %{__make} \ ADDITIONAL_INCLUDES="$RPM_OPT_FLAGS" %{?_smp_mflags} ) %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} chmod 644 src/xspice/*/*.{c,h,l,y} chmod 644 src/frontend/*.{c,h} chmod 644 src/include/*.h make install DESTDIR=%{buildroot} %{__rm} -f doc/Makefile* %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a %clean rm -rf %{buildroot} %post doc /sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 %preun doc if [ "$1" = 0 ]; then /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES INSTALL NEWS README %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp %{_bindir}/ngmultidec %{_bindir}/ngnutmeg %{_bindir}/ngproc2mod %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph %dir %{_datadir}/ng-spice-rework %{_datadir}/ng-spice-rework/helpdir %{_datadir}/ng-spice-rework/scripts %dir %{_libdir}/spice/ %{_libdir}/spice/analog.cm %{_libdir}/spice/digital.cm %{_libdir}/spice/spice2poly.cm %{_libdir}/spice/xtradev.cm %{_libdir}/spice/xtraevt.cm %files doc %defattr(-, root, root, -) %doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* %Changelog * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. * Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file * Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post * Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 17:19:25 -0000 1.1 +++ .cvsignore 30 Aug 2006 17:24:55 -0000 1.2 @@ -0,0 +1 @@ +ng-spice-rework-17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 17:19:25 -0000 1.1 +++ sources 30 Aug 2006 17:24:55 -0000 1.2 @@ -0,0 +1 @@ +abe283dea98b913a2122f085076865b1 ng-spice-rework-17.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 17:35:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:35:00 -0700 Subject: owners owners.list,1.1475,1.1476 Message-ID: <200608301735.k7UHZ3sE016008@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15967/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1475 retrieving revision 1.1476 diff -u -r1.1475 -r1.1476 --- owners.list 30 Aug 2006 16:07:14 -0000 1.1475 +++ owners.list 30 Aug 2006 17:35:00 -0000 1.1476 @@ -1014,6 +1014,7 @@ Fedora Extras|nfswatch|An NFS traffic monitoring tool|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|nget|A utility for retrieving files using the NNTP protocol|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ngrep|Network layer grep tool|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|ngspice|A mixed level/signal circuit simulator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|ninja|A text based Internet Relay Chat (IRC) client|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|nip2|Interactive image processing system|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|njam|Maze-game, eat all the cookies while avoiding the badguys|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 17:40:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:40:12 -0700 Subject: rpms/xcircuit/devel xcircuit.spec,1.2,1.3 Message-ID: <200608301740.k7UHeEYr016525@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16502/devel Modified Files: xcircuit.spec Log Message: bump release Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/xcircuit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xcircuit.spec 27 Aug 2006 04:57:24 -0000 1.2 +++ xcircuit.spec 30 Aug 2006 17:40:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -93,6 +93,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Wed Aug 30 2006 Chitlesh Goorah - 3.4.26-17 +- Rebuilt for FC6 devel + * Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 - Again. From fedora-extras-commits at redhat.com Wed Aug 30 17:43:07 2006 From: fedora-extras-commits at redhat.com (Steve Fox (drfickle)) Date: Wed, 30 Aug 2006 10:43:07 -0700 Subject: rpms/libhugetlbfs/devel .cvsignore, 1.4, 1.5 libhugetlbfs.spec, 1.6, 1.7 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608301743.k7UHh9nI016896@cvs-int.fedora.redhat.com> Author: drfickle Update of /cvs/extras/rpms/libhugetlbfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16865 Modified Files: .cvsignore libhugetlbfs.spec sources Removed Files: needs.rebuild Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Jul 2006 20:03:09 -0000 1.4 +++ .cvsignore 30 Aug 2006 17:43:06 -0000 1.5 @@ -1,2 +1 @@ -libhugetlbfs-20060706.tar.gz -Makefile-ldscriptdir.diff +libhugetlbfs-20060825.tar.gz Index: libhugetlbfs.spec =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libhugetlbfs.spec 25 Jul 2006 14:09:08 -0000 1.6 +++ libhugetlbfs.spec 30 Aug 2006 17:43:06 -0000 1.7 @@ -1,8 +1,8 @@ -%define libhugetlbfs_version 20060706 +%define libhugetlbfs_version 20060825 Name: libhugetlbfs Version: 0.%{libhugetlbfs_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: A library which provides easy access to huge pages of memory Group: System Environment/Libraries @@ -13,8 +13,6 @@ BuildRequires: kernel-devel glibc-headers Conflicts: kernel < 2.6.16 -patch0: Makefile-ldscriptdir.diff - %define ldscriptdir %{_datadir}/%{name}/ldscripts %description @@ -36,7 +34,6 @@ %prep %setup -q -n %{name}-%{libhugetlbfs_version} -%patch0 -p1 -b .fix.ld.hugetlbfs %build # Parallel builds are not reliable @@ -68,6 +65,10 @@ %{_libdir}/%{name}/tests/* %changelog +* Wed Aug 30 2006 Steve Fox - 0.20060825-1 +- New release (1.0-preview4) +- patch0 (Makefile-ldscript.diff) merged upstream + * Tue Jul 25 2006 Steve Fox - 0.20060706-4 - Bump for build system Index: sources =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Jul 2006 20:03:09 -0000 1.4 +++ sources 30 Aug 2006 17:43:06 -0000 1.5 @@ -1,2 +1 @@ -20c23abaad330cffe742407a90db66c7 libhugetlbfs-20060706.tar.gz -d0d2c8adf362420ba6a6d1aecccb79d7 Makefile-ldscriptdir.diff +401a3af11d750461762e936fd5a99532 libhugetlbfs-20060825.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 17:48:35 2006 From: fedora-extras-commits at redhat.com (Steve Fox (drfickle)) Date: Wed, 30 Aug 2006 10:48:35 -0700 Subject: rpms/libhugetlbfs/FC-5 .cvsignore, 1.5, 1.6 libhugetlbfs.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608301748.k7UHmbFV017505@cvs-int.fedora.redhat.com> Author: drfickle Update of /cvs/extras/rpms/libhugetlbfs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17477 Modified Files: .cvsignore libhugetlbfs.spec sources Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 Jul 2006 20:24:14 -0000 1.5 +++ .cvsignore 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,2 +1 @@ -libhugetlbfs-20060706.tar.gz -Makefile-ldscriptdir.diff +libhugetlbfs-20060825.tar.gz Index: libhugetlbfs.spec =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/libhugetlbfs.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libhugetlbfs.spec 25 Jul 2006 14:09:58 -0000 1.5 +++ libhugetlbfs.spec 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,8 +1,8 @@ -%define libhugetlbfs_version 20060706 +%define libhugetlbfs_version 20060825 Name: libhugetlbfs Version: 0.%{libhugetlbfs_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library which provides easy access to huge pages of memory Group: System Environment/Libraries @@ -13,8 +13,6 @@ BuildRequires: kernel-devel glibc-headers Conflicts: kernel < 2.6.16 -patch0: Makefile-ldscriptdir.diff - %define ldscriptdir %{_datadir}/%{name}/ldscripts %description @@ -36,7 +34,6 @@ %prep %setup -q -n %{name}-%{libhugetlbfs_version} -%patch0 -p1 -b .fix.ld.hugetlbfs %build # Parallel builds are not reliable @@ -68,6 +65,10 @@ %{_libdir}/%{name}/tests/* %changelog +* Wed Aug 30 2006 Steve Fox - 0.20060825-1 +- New release (1.0-preview4) +- patch0 (Makefile-ldscript.diff) merged upstream + * Tue Jul 25 2006 Steve Fox - 0.20060706-2 - Don't use parallel build as it has random failures Index: sources =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 Jul 2006 20:24:14 -0000 1.5 +++ sources 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,2 +1 @@ -20c23abaad330cffe742407a90db66c7 libhugetlbfs-20060706.tar.gz -d0d2c8adf362420ba6a6d1aecccb79d7 Makefile-ldscriptdir.diff +401a3af11d750461762e936fd5a99532 libhugetlbfs-20060825.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 17:51:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:51:49 -0700 Subject: rpms/xcircuit import.log,1.8,1.9 Message-ID: <200608301751.k7UHppXn017824@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17788 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-17 on branch devel from xcircuit-3.4.26-17.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 26 Aug 2006 19:37:47 -0000 1.8 +++ import.log 30 Aug 2006 17:51:49 -0000 1.9 @@ -5,3 +5,4 @@ xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 xcircuit-3_4_26-14:FC-5:xcircuit-3.4.26-14.src.rpm:1156628462 +xcircuit-3_4_26-17:HEAD:xcircuit-3.4.26-17.src.rpm:1156960519 From fedora-extras-commits at redhat.com Wed Aug 30 17:51:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:51:50 -0700 Subject: rpms/xcircuit/devel needs.rebuild,1.1,NONE Message-ID: <200608301751.k7UHpqNX017827@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17788/devel Removed Files: needs.rebuild Log Message: auto-import xcircuit-3.4.26-17 on branch devel from xcircuit-3.4.26-17.src.rpm --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:01:20 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Wed, 30 Aug 2006 11:01:20 -0700 Subject: rpms/jack-audio-connection-kit/devel needs.rebuild,1.1,NONE Message-ID: <200608301801.k7UI1Nmh021523@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21504 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:02:05 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Wed, 30 Aug 2006 11:02:05 -0700 Subject: rpms/qstat/devel needs.rebuild,1.1,NONE Message-ID: <200608301802.k7UI27ae021582@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21568 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:10:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:14 -0700 Subject: rpms/lesstif/devel - New directory Message-ID: <200608301810.k7UIAGUC022351@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22319/lesstif/devel Log Message: Directory /cvs/extras/rpms/lesstif/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 18:10:13 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:13 -0700 Subject: rpms/lesstif - New directory Message-ID: <200608301810.k7UIAFdt022348@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22319/lesstif Log Message: Directory /cvs/extras/rpms/lesstif added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 18:10:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:35 -0700 Subject: rpms/lesstif Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301810.k7UIAbJo022437@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22400 Added Files: Makefile import.log Log Message: Setup of module lesstif --- NEW FILE Makefile --- # Top level Makefile for module lesstif all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 18:10:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:35 -0700 Subject: rpms/lesstif/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301810.k7UIAbKa022444@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22400/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module lesstif --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 18:11:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:11:54 -0700 Subject: rpms/lesstif import.log,1.1,1.2 Message-ID: <200608301811.k7UIBuRj022643@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22603 Modified Files: import.log Log Message: auto-import lesstif-0.95.0-7 on branch devel from lesstif-0.95.0-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/lesstif/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 18:10:34 -0000 1.1 +++ import.log 30 Aug 2006 18:11:54 -0000 1.2 @@ -0,0 +1 @@ +lesstif-0_95_0-7:HEAD:lesstif-0.95.0-7.src.rpm:1156961358 From fedora-extras-commits at redhat.com Wed Aug 30 18:11:55 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:11:55 -0700 Subject: rpms/lesstif/devel lesstif-Makefile.in.diff, NONE, 1.1 lesstif-motif-config-use_libdir.diff, NONE, 1.1 lesstif-xmbind, NONE, 1.1 lesstif.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301811.k7UIBvwe022652@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22603/devel Modified Files: .cvsignore sources Added Files: lesstif-Makefile.in.diff lesstif-motif-config-use_libdir.diff lesstif-xmbind lesstif.spec Log Message: auto-import lesstif-0.95.0-7 on branch devel from lesstif-0.95.0-7.src.rpm lesstif-Makefile.in.diff: --- NEW FILE lesstif-Makefile.in.diff --- diff -u --recursive lesstif-0.95.0-orig/clients/Motif-2.1/mwm/Makefile.in lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.in --- lesstif-0.95.0-orig/clients/Motif-2.1/mwm/Makefile.in 2006-06-10 11:35:34.000000000 +0200 +++ lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.in 2006-08-23 00:27:05.000000000 +0200 @@ -301,7 +301,7 @@ $(X_LIBS) $(XPLIB) -lXt $(X_PRE_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) appdir = $(libdir)/X11/app-defaults -mwmddir = $(libdir)/X11/mwm +mwmddir = $(sysconfdir)/mwm mwmd_DATA = system.mwmrc alt.map README AM_YFLAGS = -d all: all-am diff -u --recursive lesstif-0.95.0-orig/lib/Dt/Makefile.in lesstif-0.95.0/lib/Dt/Makefile.in --- lesstif-0.95.0-orig/lib/Dt/Makefile.in 2006-06-10 11:35:38.000000000 +0200 +++ lesstif-0.95.0/lib/Dt/Makefile.in 2006-08-23 00:28:39.000000000 +0200 @@ -248,7 +248,8 @@ infodir = @infodir@ install_sh = @install_sh@ lib_version_suffix = @lib_version_suffix@ -libdir = $(exec_prefix)/lib +#libdir = $(exec_prefix)/lib +libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ man2html_cmd = @man2html_cmd@ Seulement dans lesstif-0.95.0: Makefile.in.orig Seulement dans lesstif-0.95.0: Makefile.in.rej lesstif-motif-config-use_libdir.diff: --- NEW FILE lesstif-motif-config-use_libdir.diff --- --- lesstif-0.95.0/scripts/motif-config.in.multilib 2006-08-30 18:22:22.000000000 +0200 +++ lesstif-0.95.0/scripts/motif-config.in 2006-08-30 18:22:04.000000000 +0200 @@ -2,14 +2,15 @@ # # $Header: /cvsroot/lesstif/lesstif/scripts/motif-config.in,v 1.2 2005/01/14 19:36:00 dannybackx Exp $ # -L="@prefix@" +prefix="@prefix@" +exec_prefix="@exec_prefix@" +libdir="@libdir@" +includedir="@includedir@" XC="@X_CFLAGS@" XL="@X_LIBS@" XR="@XRENDER_LIBS@" V="@PACKAGE_NAME@ @PACKAGE_VERSION@" -prefix=$L -exec_prefix=$L exec_prefix_set=no usage() @@ -80,10 +81,10 @@ fi if test "$echo_cflags" = "yes"; then - echo "-I$L/include $XC" + echo "-I$includedir $XC" fi if test "$echo_libs" = "yes"; then - echo "-L$L/lib -L/usr/X11R6/lib -lXm -lXt $my_glib_libs $XR -lXext -lX11" + echo "-L$libdir -lXm -lXt $my_glib_libs $XR -lXext -lX11" fi --- NEW FILE lesstif-xmbind --- #! /bin/sh if [ -x /usr/bin/xmbind ] ; then /usr/bin/xmbind fi --- NEW FILE lesstif.spec --- Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 Release: 7%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 #Source: http://dl.sf.net/lesstif/lesstif-%{version}.tar.bz2 Source: http://belnet.dl.sourceforge.net/sourceforge/lesstif/lesstif-%{version}.tar.bz2 Source1: lesstif-xmbind # put mwm conf file in %{_sysconfdir}, and install Dt in %_libdir Patch0: lesstif-Makefile.in.diff # have motif-config honor libdir Patch1: lesstif-motif-config-use_libdir.diff Url: http://www.lesstif.org/ #Obsoletes: openmotif #Provides: openmotif #Conflicts: openmotif # monolithic X #BuildRequires: xorg-x11-devel #BuildRequires: xorg-x11-deprecated-libs-devel BuildRequires: libXp-devel libXt-devel libXext-devel BuildRequires: freetype-devel fontconfig-devel # lynx is used to transform html in txt BuildRequires: lynx # for tests, not used now. # Missing X11/bitmaps/{Excl,...} required for another test. BuildRequires: libGLw-devel BuildRequires: bison BuildRequires: flex # needed for aclocal, to find the aclocal dir for the autoconf macro BuildRequires: automake Requires: xorg-x11-xinit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LessTif is a free replacement for OSF/Motif(R), which provides a full set of widgets for application development (menus, text entry areas, scrolling windows, etc.). LessTif is source compatible with OSF/Motif(R). This package provides the lesstif runtime libraries. %package clients Summary: Command line utilities for LessTif Group: Applications/System Requires: %{name} = %{version}-%{release} %description clients Command line utilities for LessTif: * xmbind configures the virtual key bindings of LessTif applications. * uil is a user interface language compiler. %package mwm Summary: Lesstif Motif window manager clone based on fvwm Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} %description mwm "mwm" window manager that adheres largely to the Motif mwm specification. Based on fvwm. %package devel Summary: Header files for LessTif/Motif development Group: Development/Libraries Requires: libXt-devel libXp-devel imake # for %{_datadir}/aclocal/ Requires: automake Requires: %{name} = %{version}-%{release} #Obsoletes: openmotif-devel #Provides: openmotif-devel Conflicts: openmotif-devel #Obsoletes: lesstif-1.2-devel #Obsoletes: lesstif-2.0-devel #Provides: lesstif-1.2-devel #Provides: lesstif-2.0-devel %description devel Lesstif-devel contains the lesstif static library and header files required to develop Motif based applications using LessTif. If you want to develop LessTif applications, you'll need to install lesstif-devel along with lesstif. %prep %setup -q chmod a-x COPYING* doc/www.lesstif.org/BUG-HUNTING.html %patch0 -p1 %patch1 -p1 -b .multilib # those substitutions are not usefull, since the symbols are defined # in the Makefile, but it is clearer like that sed -i -e 's:"/usr/X11/include":"%{_includedir}":' \ -e 's:"/usr/lib/X11/mwm":"%{_sysconfdir}/mwm":' clients/Motif-2.1/mwm/mwm.h %build # --enable-shared --disable-static is the default # the x libs and includes are empty in the default case, but we need to # have a non empty include defined (for a substitution in mwm) %configure \ --enable-shared \ --disable-static \ --with-xdnd \ --enable-production \ --disable-debug \ --x-includes=%{_includedir} \ --x-libraries=%{_libdir} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT \ appdir='%{_datadir}/X11/app-defaults' configdir='%{_datadir}/X11/config' rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_prefix}/LessTif # install a script that launches xmbind in xinit mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/xmbind.sh # correct the paths in mxmkmf sed -i -e 's:"\${xprefix}/lib/X11/config":%{_datadir}/X11/config":' \ -e 's:"\${lprefix}/lib/LessTif/config":%{_datadir}/X11/config":' \ $RPM_BUILD_ROOT%{_bindir}/mxmkmf # this is referenced into mwm mkdir -p $RPM_BUILD_ROOT%{_includedir}/X11/bitmaps/ # will be in in %%doc rm $RPM_BUILD_ROOT%{_sysconfdir}/mwm/README $RPM_BUILD_ROOT%{_sysconfdir}/mwm/alt.map # the corresponding file is not shipped rm $RPM_BUILD_ROOT%{_mandir}/man*/ltversion* # prepare docs cp -a doc clean_docs find clean_docs -name 'Makefile*' -exec rm {} \; rm clean_docs/lessdox/clients/*.1 clean_docs/lessdox/clients/*.5 rm clean_docs/lessdox/widgets/*.3 # remove the empty directory rmdir clean_docs/lessdox/functions %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING COPYING.LIB CREDITS AUTHORS BUG-REPORTING FAQ README %doc NEWS ReleaseNotes.html ReleaseNotes.txt %{_libdir}/lib*.so.* %{_mandir}/man1/lesstif* %{_mandir}/man5/VirtualBindings* %files mwm %defattr(-,root,root,-) %doc clients/Motif-2.1/mwm/README clients/Motif-2.1/mwm/alt.map %dir %{_sysconfdir}/mwm/ %config(noreplace) %{_sysconfdir}/mwm/system.mwmrc %{_includedir}/X11/bitmaps/ %{_bindir}/mwm %{_mandir}/man*/mwm* %{_datadir}/X11/app-defaults/Mwm %files clients %defattr(-,root,root,-) %{_sysconfdir}/X11/xinit/xinitrc.d/*xmbind.sh %{_bindir}/xmbind* %{_bindir}/uil %{_mandir}/man1/uil* %{_mandir}/man1/xmbind* %files devel %defattr(-,root,root,-) %doc clean_docs/* %{_bindir}/motif-config %{_bindir}/mxmkmf %{_includedir}/Dt/ %{_includedir}/Mrm/ %{_includedir}/Xm/ %{_includedir}/uil/ %{_libdir}/lib*.so # not shipped #%{_mandir}/man1/ltversion* %{_mandir}/man3/* %{_datadir}/aclocal/ac_find_motif.m4 %{_datadir}/X11/config/* %changelog * Wed Aug 30 2006 Patrice Dumas 0.95.0-7 - add a patch such that motif-config honors libdir * Wed Aug 30 2006 Patrice Dumas 0.95.0-6 - split out a clients package that contains xmbind and uil * Wed Aug 23 2006 Patrice Dumas 0.95.0-5 - fix in Dt for x86_64, adapted from Dominik's patch - don't hardcode /usr/include and /usr/lib - add a Conflict for openmotif-devel * Mon Aug 21 2006 Patrice Dumas 0.95.0-4 - BuildRequires fontconfig-devel * Mon Aug 21 2006 Patrice Dumas 0.95.0-3 - BuildRequires libGLw-devel - remove openmotif Obsoletes/Provides - add versioning to the Obsoletes/Provides for lesstif-clients * Sun Aug 20 2006 Patrice Dumas 0.95.0-2 - BuildRequires automake for the shipped autoconf macro - add %%dist in release - tie mwm to the lesstif version and release * Sat Aug 19 2006 Patrice Dumas 0.95.0-1 - update to 0.95.0 - fix paths in mwm and mxmkmf - adapt to modular X * Fri Nov 26 2004 Thomas Woerner 0.93.36-7 - fixed CAN-2004-0687 (integer overflows) and CAN-2004-0688 (stack overflows) in embedded Xpm library (#135080) - latest Xpm patches: CAN-2004-0914 (#135081) * Tue Jun 15 2004 Elliot Lee - rebuilt * Wed Mar 17 2004 Karsten Hopp 0.93.36-5.2 - remove XFree86 requirement, lesstif doesn't require an X server to be installed on the same machine lesstif is installed on (#118478) * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Dec 17 2002 Thomas Woerner 0.93.36-2 - renamed RPM tags in changelog * Sat Nov 9 2002 Than Ngo 0.93.36-1 - update to 0.93.36 * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 19 2002 Than Ngo 0.93-18-4 - fixed bug #66939 * Thu May 23 2002 Tim Powers - automated rebuild * Wed Feb 27 2002 Than Ngo 0.93-18-2 - rebuild * Tue Feb 19 2002 Bernhard Rosenkraenzer 0.93.18-1 - 0.93.18 - Fix download URL * Wed Jan 16 2002 Than Ngo 0.93-15-4 - get rid of lesstif-mwm, use mwm in openmotif - fix lesstif so that it can be installed with openmotif - build only lesstif 1.x since openmotif is in 8.0 * Thu Nov 29 2001 Than Ngo 0.93.15-2 - add missing header files * Wed Nov 28 2001 Than Ngo 0.93.15-1 - updated to 0.93.15 - fixed bug #56780, #56573, #56821 - sub package mwm - libXbae and libXlt as separate packages - disable lesstif 2.x - clean up patch file for 0.93.15 * Mon Aug 13 2001 Than Ngo 0.92-32-6 - fix bug #51595, #51411 * Wed Aug 8 2001 Than Ngo - owns some directories (bug #51154) * Tue Jul 24 2001 Tim Powers - fix dangling symlinks (/usr/X11R6/LessTif/Motif1.2/bin was missing from the filelist) * Wed Jul 04 2001 Than Ngo 0.92.32-3 - fix package group (Bug #47281) - Copyright -> License * Tue Jun 12 2001 Than Ngo - enable Motif 1.2 as default * Sat May 02 2001 Than Ngo - update to 0.92.32 - enable Motif 2.1 - add conflict with openmotif - add BuildRequires * Mon Feb 05 2001 Than Ngo - Obsoletes Xbae, It's a part in lesstif and is up to date. * Tue Dec 19 2000 Than Ngo - update to 0.92.0 - bzip2 sources - add %%clean * Mon Jul 24 2000 Prospector - rebuilt * Thu Jul 13 2000 Than Ngo - fix permission of Xm and Mrm * Wed Jul 12 2000 Than Ngo - rebuilt * Wed May 31 2000 Than Ngo - update to 0.91.0 - fix conflict with openmotif - remove part lesstif 2.0 - cleanup specfile * Sun Apr 16 2000 Bernhard Rosenkraenzer - 0.90.0 - handle gzip'ed man pages * Tue Feb 1 2000 Bernhard Rosenkraenzer - fix a typo in files list (lib*.a, not lib.*a) * Wed Jan 19 2000 Bernhard Rosenkraenzer - 0.89.9 - Fix packaging issues (Bug #8607) - bzip2 source to save space - disable debugging * Sun Nov 21 1999 Bernhard Rosenkraenzer - 0.89.4 - some spec file cleanups - handle RPM_OPT_FLAGS * Thu Jul 2 1999 Tim Powers - added 1.2-devel and 2.0-devel descriptions and file lists - made default build 2.0 - changed decriptions for all packages - added Requires: to 1.2-devel, 2.0-devel, clients, and mwm - built for Powertools * Thu Apr 30 1998 C. Scott Ananian (0.83+) - Updated to lessdoc-current. - Removes Lessdox package (integrated into lesstif) * Tue Mar 31 1998 C. Scott Ananian (0.83+) - Removed pedantic.patch - Removed lesstif-M12 (Motif 1.2 wrapper) - Reviewed installation and fixed %%files sections. - Added patch to fix a bug which causes mozilla to crash. - Added patch to fix the include prefix on install. * Sun Jul 20 1997 Tomasz K??oczko (0.80-2) - added to all %%doc %%attr macros (this allow build package from normal user account), - some simplification in %%files (%doc). * Wed Jul 9 1997 Tomasz K??oczko - added using %%{PACKAGE_VERSION} macro in "Source:" and %files, - added additional parameter "--enable-build-12" to runing configure, - added %%posun and %%clear, - in %%post and %%postun ldconfig is called as parameter with "-p" (this feature is avalable in rpm >= 2.4.3 and you must have this version and if you want recompile package from src.rpm you must have new version rpm), - added package lesstif-M12 simpe Motif 1.2 wrapper, - simplified %%install section, - added %%attr macros in %%files sections, - added striping shared libraries, - added URL field, - added Lessdox - a html development documentation to lesstif-devel, - added lesstif-0.80public-nopedantic.patch, this allow compile lesstif on sparc by removing "-pedantic" from CFLAGS. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 18:10:35 -0000 1.1 +++ .cvsignore 30 Aug 2006 18:11:55 -0000 1.2 @@ -0,0 +1 @@ +lesstif-0.95.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 18:10:35 -0000 1.1 +++ sources 30 Aug 2006 18:11:55 -0000 1.2 @@ -0,0 +1 @@ +ab895165c149d7f95843c7584b1c7ad4 lesstif-0.95.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 18:14:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 11:14:05 -0700 Subject: rpms/kpolynome/devel needs.rebuild,1.1,NONE Message-ID: <200608301814.k7UIE7IL022878@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22861/devel Removed Files: needs.rebuild Log Message: rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:33:09 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:33:09 -0700 Subject: owners owners.list,1.1476,1.1477 Message-ID: <200608301833.k7UIXBbv024662@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24643 Modified Files: owners.list Log Message: add lesstif Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1476 retrieving revision 1.1477 diff -u -r1.1476 -r1.1477 --- owners.list 30 Aug 2006 17:35:00 -0000 1.1476 +++ owners.list 30 Aug 2006 18:33:09 -0000 1.1477 @@ -744,6 +744,7 @@ Fedora Extras|ldns|Lowlevel DNS(SEC) library with API|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|leafnode|A leafsite NNTP server|davidhart at tqmcube.com|extras-qa at fedoraproject.org| Fedora Extras|leafpad|GTK+ based simple text editor|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|lesstif|OSF/Motif(R) library clone|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|lft|Alternate traceroute tool|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|lib3ds|The 3D Studio File Format Library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|lib765|765 chipset library for use with the Fuse emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 18:34:47 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 30 Aug 2006 11:34:47 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.4, 1.5 ktorrent.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200608301834.k7UIYoY9024842@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24821 Modified Files: .cvsignore ktorrent.spec sources Log Message: minor bugfix update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Aug 2006 16:40:20 -0000 1.4 +++ .cvsignore 30 Aug 2006 18:34:47 -0000 1.5 @@ -1,2 +1 @@ -ktorrent-2.0.tar.gz -ktorrent-2.0.1.tar.gz +ktorrent-2.0.2.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ktorrent.spec 28 Aug 2006 22:17:20 -0000 1.10 +++ ktorrent.spec 30 Aug 2006 18:34:47 -0000 1.11 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0.1 -Release: 3%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz +Source0: http://ktorrent.org/downloads/2.0.2/ktorrent-2.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 30 2006 Roland Wolters 2.0.2-1 +- minor bugfix update + * Tue Aug 29 2006 Roland Wolters 2.0.1-3 - mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Aug 2006 16:40:20 -0000 1.4 +++ sources 30 Aug 2006 18:34:47 -0000 1.5 @@ -1,2 +1 @@ -c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz -170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz +6e6233e8f7104639f2929abeb7320333 ktorrent-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 18:37:53 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 30 Aug 2006 11:37:53 -0700 Subject: rpms/qtparted/FC-5 qtparted-0.4.5-PED_SECTOR_SIZE.patch, NONE, 1.1 qtparted.spec, 1.12, 1.13 Message-ID: <200608301837.k7UIbutT025211@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/qtparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25182 Modified Files: qtparted.spec Added Files: qtparted-0.4.5-PED_SECTOR_SIZE.patch Log Message: Sync with devel. qtparted-0.4.5-PED_SECTOR_SIZE.patch: --- NEW FILE qtparted-0.4.5-PED_SECTOR_SIZE.patch --- --- qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:49:42.000000000 +0100 +++ qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:51:18.000000000 +0100 @@ -35,6 +35,10 @@ #include "qtparted.h" #include "qp_devlist.h" +#ifndef PED_SECTOR_SIZE +#define PED_SECTOR_SIZE PED_SECTOR_SIZE_DEFAULT +#endif + class QP_PartWidget; class QP_ListViewItem; class QP_LibParted; Index: qtparted.spec =================================================================== RCS file: /cvs/extras/rpms/qtparted/FC-5/qtparted.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qtparted.spec 13 Feb 2006 18:16:37 -0000 1.12 +++ qtparted.spec 30 Aug 2006 18:37:53 -0000 1.13 @@ -2,7 +2,7 @@ Name: qtparted Version: 0.4.5 -Release: 4%{?dist} +Release: 9%{?dist} Summary: Partition Magic clone written in C++ using the Qt toolkit Group: Applications/System @@ -13,6 +13,7 @@ Source2: %{name}.consoleapp Source3: %{name}.qtpartedrc Patch0: %{name}-desktop.patch +Patch1: qtparted-0.4.5-PED_SECTOR_SIZE.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel >= 1:3.1.0, parted-devel >= 1.6.6 @@ -28,7 +29,7 @@ %prep %setup -q %patch0 -p0 - +%patch1 -p1 %build export QTDIR="%{qtdir}" @@ -107,6 +108,21 @@ %changelog +* Mon Aug 28 2006 Steven Pritchard - 0.4.5-9 +- Rebuild. + +* Fri Jun 02 2006 Steven Pritchard - 0.4.5-8 +- Oops, really add the patch this time. + +* Fri Jun 02 2006 Steven Pritchard - 0.4.5-7 +- Rebuild with qtparted-0.4.5-PED_SECTOR_SIZE.patch (from Paul Howarth). + +* Sat May 20 2006 Steven Pritchard - 0.4.5-6 +- Rebuild. + +* Fri Apr 14 2006 Steven Pritchard - 0.4.5-5 +- Rebuild. + * Mon Feb 13 2006 Steven Pritchard - 0.4.5-4 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 18:40:52 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 11:40:52 -0700 Subject: rpms/gnubg/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 gnubg.spec, 1.2, 1.3 Message-ID: <200608301840.k7UIesRp025456@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25432 Modified Files: .cvsignore sources gnubg.spec Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 20060629-1 - Rebuild for Fedora Extras 6; bumped to upstream version 20060629 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jun 2006 19:27:00 -0000 1.2 +++ .cvsignore 30 Aug 2006 18:40:52 -0000 1.3 @@ -1 +1 @@ -gnubg-20060530.tar.gz +gnubg-20060629.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jun 2006 19:27:00 -0000 1.2 +++ sources 30 Aug 2006 18:40:52 -0000 1.3 @@ -1 +1 @@ -ae822f46286b2a719da4d84a3637b668 gnubg-20060530.tar.gz +cd74f95712368e9d1edba25f5ad94996 gnubg-20060629.tar.gz Index: gnubg.spec =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/gnubg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnubg.spec 30 Aug 2006 16:56:46 -0000 1.2 +++ gnubg.spec 30 Aug 2006 18:40:52 -0000 1.3 @@ -2,8 +2,8 @@ License: GPL Group: Amusements/Games Summary: A backgammon game and analyser -Version: 20060626 -Release: 2%{?dist} +Version: 20060629 +Release: 1%{?dist} Source0: http://www.acepoint.de/GnuBG/sources/%{name}-%{version}.tar.gz Source1: gnubg.weights Source2: gnubg.desktop @@ -122,8 +122,8 @@ %ghost %{_datadir}/gnubg/scripts/*.pyo %changelog -* Wed Aug 30 2006 Joost Soeterbroek -- Rebuild for Fedora Extras 6 +* Wed Aug 30 2006 Joost Soeterbroek - 20060629-1 +- Rebuild for Fedora Extras 6; bumped to upstream version 20060629 * Mon Jun 26 2006 - Joost Soeterbroek - 20060626-1 - update to new upstream version * Tue Jun 6 2006 - Joost Soeterbroek - 20060530-5 From fedora-extras-commits at redhat.com Wed Aug 30 18:47:02 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 30 Aug 2006 11:47:02 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.4, 1.5 ktorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608301847.k7UIl4rc026080@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26057 Modified Files: .cvsignore ktorrent.spec sources Log Message: minor bugfix update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Aug 2006 17:05:04 -0000 1.4 +++ .cvsignore 30 Aug 2006 18:47:02 -0000 1.5 @@ -1,2 +1 @@ -ktorrent-2.0.tar.gz -ktorrent-2.0.1.tar.gz +ktorrent-2.0.2.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ktorrent.spec 28 Aug 2006 22:17:58 -0000 1.6 +++ ktorrent.spec 30 Aug 2006 18:47:02 -0000 1.7 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0.1 -Release: 3%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz +Source0: http://ktorrent.org/downloads/2.0.2/ktorrent-2.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 30 2006 Roland Wolters 2.0.2-1 +- minor bugfix update + * Tue Aug 29 2006 Roland Wolters 2.0.1-3 - mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Aug 2006 17:05:04 -0000 1.4 +++ sources 30 Aug 2006 18:47:02 -0000 1.5 @@ -1,2 +1 @@ -c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz -170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz +6e6233e8f7104639f2929abeb7320333 ktorrent-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 20:09:54 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:09:54 -0700 Subject: rpms/trac/devel trac.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608302009.k7UK9un6005355@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/trac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5332 Modified Files: trac.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-2 - rebuild for Fedora Extras 6 Index: trac.spec =================================================================== RCS file: /cvs/extras/rpms/trac/devel/trac.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- trac.spec 6 Jul 2006 19:16:05 -0000 1.7 +++ trac.spec 30 Aug 2006 20:09:54 -0000 1.8 @@ -2,7 +2,7 @@ Name: trac Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -109,6 +109,9 @@ %{_mandir}/man8/tracd.8* %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-2 +- rebuild for Fedora Extras 6 + * Thu Jul 6 2006 Joost Soeterbroek - 0.9.6-1 - upstream release 0.9.6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:12:59 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:12:59 -0700 Subject: rpms/xmms-cdread/devel xmms-cdread.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608302013.k7UKD19P005615@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/xmms-cdread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: xmms-cdread.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.14-12 - rebuild for Fedora Extras 6 Index: xmms-cdread.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-cdread/devel/xmms-cdread.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xmms-cdread.spec 13 Apr 2006 16:43:34 -0000 1.12 +++ xmms-cdread.spec 30 Aug 2006 20:12:59 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Digital audio CD input plugin for XMMS Name: xmms-cdread Version: 0.14 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ %exclude %{xmmsinputdir}/libcdread.la %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.14-12 +- rebuild for Fedora Extras 6 + * Thu Apr 13 2006 Joost Soeterbroek - 0.14-11 - bumped release to stay in sync with FC-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:32:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:32:52 -0700 Subject: rpms/gkrellm-hddtemp/devel gkrellm-hddtemp.spec,1.8,1.9 Message-ID: <200608302032.k7UKWs0J006930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6913 Modified Files: gkrellm-hddtemp.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.2-0.6.beta - Use sed instead of perl during build. Index: gkrellm-hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-hddtemp/devel/gkrellm-hddtemp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-hddtemp.spec 16 Feb 2006 07:11:57 -0000 1.8 +++ gkrellm-hddtemp.spec 30 Aug 2006 20:32:52 -0000 1.9 @@ -1,6 +1,6 @@ Name: gkrellm-hddtemp Version: 0.2 -Release: 0.5.beta%{?dist} +Release: 0.6.beta%{?dist} Summary: Hard disk temperature plugin for GKrellM Group: Applications/System @@ -20,7 +20,7 @@ %prep %setup -q -n %{name}-%{version}-beta -perl -pi -e "s|^(CFLAGS=.+?)$|\$1 $RPM_OPT_FLAGS|" Makefile +sed -i -e 's|^\(CFLAGS=.*\)|\1 $(RPM_OPT_FLAGS)|' Makefile %build @@ -44,6 +44,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.2-0.6.beta +- Use sed instead of perl during build. + * Thu Feb 16 2006 Ville Skytt?? - 0.2-0.5.beta - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:34:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:34:41 -0700 Subject: rpms/gkrellm-volume/devel gkrellm-volume.spec,1.8,1.9 Message-ID: <200608302034.k7UKYh7G007122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-volume/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7105 Modified Files: gkrellm-volume.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.1.13-4 - Rebuild. Index: gkrellm-volume.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-volume/devel/gkrellm-volume.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-volume.spec 15 Feb 2006 20:28:08 -0000 1.8 +++ gkrellm-volume.spec 30 Aug 2006 20:34:41 -0000 1.9 @@ -2,7 +2,7 @@ Name: gkrellm-volume Version: 2.1.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GKrellM volume plugin Group: Applications/Multimedia @@ -55,6 +55,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.1.13-4 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.1.13-3 - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:36:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:36:03 -0700 Subject: rpms/gkrellm-weather/devel gkrellm-weather.spec,1.8,1.9 Message-ID: <200608302036.k7UKa5ih007216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-weather/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7195 Modified Files: gkrellm-weather.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.0.7-3 - Rebuild. Index: gkrellm-weather.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-weather/devel/gkrellm-weather.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-weather.spec 15 Feb 2006 20:34:44 -0000 1.8 +++ gkrellm-weather.spec 30 Aug 2006 20:36:03 -0000 1.9 @@ -3,7 +3,7 @@ Name: gkrellm-weather Version: 2.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Weather plugin for GKrellM Group: Applications/System @@ -59,6 +59,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.0.7-3 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.0.7-2 - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:39:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:39:58 -0700 Subject: rpms/gkrellm-themes/devel needs.rebuild,1.1,NONE Message-ID: <200608302040.k7UKe0us007614@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7594 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 19:58:08 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 12:58:08 -0700 Subject: rpms/ltsp-utils/devel ltsp-utils.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608301958.k7UJwAlm002316@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/ltsp-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2299 Modified Files: ltsp-utils.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.25-4 - rebuild for Fedora Extras 6 Index: ltsp-utils.spec =================================================================== RCS file: /cvs/extras/rpms/ltsp-utils/devel/ltsp-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ltsp-utils.spec 23 Apr 2006 17:59:48 -0000 1.2 +++ ltsp-utils.spec 30 Aug 2006 19:58:08 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Linux Terminal Server Project (ltsp.org) utilities Name: ltsp-utils Version: 0.25 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.ltsp.org Group: Applications/System @@ -44,6 +44,8 @@ %{_sbindir}/ltspcfg %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.25-4 +- rebuild for Fedora Extras 6 * Sun Apr 23 2006 Joost Soeterbroek - 0.25-3 - added %dist macro to Release * Sun Apr 23 2006 Joost Soeterbroek - 0.25-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 19:48:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 12:48:41 -0700 Subject: rpms/xmms-alarm/devel xmms-alarm.spec,1.11,1.12 Message-ID: <200608301948.k7UJmhis001637@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-alarm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1620 Modified Files: xmms-alarm.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.3.7-5 - Rebuild. Index: xmms-alarm.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-alarm/devel/xmms-alarm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-alarm.spec 20 May 2006 17:20:19 -0000 1.11 +++ xmms-alarm.spec 30 Aug 2006 19:48:41 -0000 1.12 @@ -2,7 +2,7 @@ Name: xmms-alarm Version: 0.3.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Plugin for using XMMS as an alarm clock License: GPL @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.3.7-5 +- Rebuild. + * Sat May 20 2006 Ville Skytt?? - 0.3.7-4 - Honor $RPM_OPT_FLAGS. From fedora-extras-commits at redhat.com Wed Aug 30 19:50:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 12:50:30 -0700 Subject: rpms/xmms-modplug/devel xmms-modplug.spec,1.10,1.11 Message-ID: <200608301950.k7UJoWTR001825@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1806 Modified Files: xmms-modplug.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/xmms-modplug.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-modplug.spec 6 Apr 2006 20:58:12 -0000 1.10 +++ xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 @@ -2,7 +2,7 @@ Name: xmms-modplug Version: 2.05 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain @@ -63,6 +63,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.05-7 +- Rebuild. + * Thu Apr 6 2006 Ville Skytt?? - 2.05-6 - Require xmms-libs instead of xmms. From fedora-extras-commits at redhat.com Wed Aug 30 20:02:44 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:02:44 -0700 Subject: rpms/glunarclock/devel glunarclock.spec,1.14,1.15 Message-ID: <200608302003.k7UK3HBb004882@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4841 Modified Files: glunarclock.spec Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-7 - rebuild for Fedora Extras 6; add buildreq perl-XML-Parser Index: glunarclock.spec =================================================================== RCS file: /cvs/extras/rpms/glunarclock/devel/glunarclock.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glunarclock.spec 28 Aug 2006 18:23:31 -0000 1.14 +++ glunarclock.spec 30 Aug 2006 20:02:43 -0000 1.15 @@ -1,6 +1,6 @@ Name: glunarclock Version: 0.32.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GNOME applet that displays the current lunar phase Group: User Interface/Desktops @@ -18,6 +18,7 @@ BuildRequires: scrollkeeper BuildRequires: gnome-panel-devel BuildRequires: libxklavier-devel +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(preun): GConf2 Requires(post): scrollkeeper @@ -90,8 +91,8 @@ %changelog -* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 -- Rebuild for Fedora Extras 6 +* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-7 +- rebuild for Fedora Extras 6; add buildreq perl-XML-Parser * Mon Feb 13 2006 Joost Soeterbroek - 0.32.4-5 - Bump release to make tag From fedora-extras-commits at redhat.com Wed Aug 30 19:32:49 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 12:32:49 -0700 Subject: rpms/heartbeat/devel heartbeat.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301932.k7UJWpCB000377@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv355 Modified Files: heartbeat.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 2.0.7-2 - rebuild for Fedora Extras 6 Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/heartbeat.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- heartbeat.spec 16 Aug 2006 12:00:24 -0000 1.8 +++ heartbeat.spec 30 Aug 2006 19:32:48 -0000 1.9 @@ -6,7 +6,7 @@ Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -295,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 2.0.7-2 +- rebuild for Fedora Extras 6 + * Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 - upstream version 2.0.7 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:58:15 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:15 -0700 Subject: rpms/regionset - New directory Message-ID: <200608302058.k7UKwJCt009342@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9311/regionset Log Message: Directory /cvs/extras/rpms/regionset added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 20:58:16 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:16 -0700 Subject: rpms/regionset/devel - New directory Message-ID: <200608302058.k7UKwJiu009344@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9311/regionset/devel Log Message: Directory /cvs/extras/rpms/regionset/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 20:58:33 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:33 -0700 Subject: rpms/regionset Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608302058.k7UKwZnW009421@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9383 Added Files: Makefile import.log Log Message: Setup of module regionset --- NEW FILE Makefile --- # Top level Makefile for module regionset all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 20:58:34 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:34 -0700 Subject: rpms/regionset/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608302058.k7UKwaE4009424@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9383/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module regionset --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 21:02:52 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 14:02:52 -0700 Subject: rpms/lesstif/devel lesstif-0.95.0-64bitcleanups.patch, NONE, 1.1 lesstif-0.95.0-CAN-2005-0605.patch, NONE, 1.1 lesstif-0.95.0-c++fix.patch, NONE, 1.1 lesstif.spec, 1.1, 1.2 Message-ID: <200608302102.k7UL2sfD012089@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12057 Modified Files: lesstif.spec Added Files: lesstif-0.95.0-64bitcleanups.patch lesstif-0.95.0-CAN-2005-0605.patch lesstif-0.95.0-c++fix.patch Log Message: * Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 - better fix for xpdf/ddd (thanks Hans de Goede) - 64 bit cleanups (thanks Hans de Goede) - resolve rpmlint error from rpm-braindead behavior on handling symlinks with debuginfo - fix CAN-2005-0605 - nuke host.def, imake owns that lesstif-0.95.0-64bitcleanups.patch: --- NEW FILE lesstif-0.95.0-64bitcleanups.patch --- --- lesstif-0.95.0/include/Motif-2.1/XmI/XpmI.h.BAD 2006-08-30 10:57:12.000000000 -0500 +++ lesstif-0.95.0/include/Motif-2.1/XmI/XpmI.h 2006-08-30 10:58:07.000000000 -0500 @@ -217,8 +217,8 @@ FUNC(xpmHashSlot, xpmHashAtom *, (xpmHashTable *table, char *s)); FUNC(xpmHashIntern, int, (xpmHashTable *table, char *tag, void *data)); -#define HashAtomData(i) ((void *)i) -#define HashColorIndex(slot) ((unsigned int)((*slot)->data)) +#define HashAtomData(i) ((void *)((unsigned long)i)) +#define HashColorIndex(slot) ((unsigned long)((*slot)->data)) #define USE_HASHTABLE (cpp > 2 && ncolors > 4) /* I/O utility */ lesstif-0.95.0-CAN-2005-0605.patch: --- NEW FILE lesstif-0.95.0-CAN-2005-0605.patch --- --- lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c.BAD 2006-08-29 14:34:31.000000000 -0500 +++ lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c 2006-08-29 14:36:05.000000000 -0500 @@ -672,8 +672,8 @@ char *dst; unsigned int *iptr; char *data; - unsigned int x, y, i; - int bits, depth, ibu, ibpp, offset; + unsigned int x, y; + int bits, depth, ibu, ibpp, offset, i; unsigned long lbt; Pixel pixel, px; @@ -684,6 +684,9 @@ ibpp = image->bits_per_pixel; offset = image->xoffset; + if (image->bitmap_unit < 0) + return (XpmNoMemory); + if ((image->bits_per_pixel | image->depth) == 1) { ibu = image->bitmap_unit; for (y = 0; y < height; y++) --- lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c.BAD 2006-08-29 14:36:13.000000000 -0500 +++ lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c 2006-08-29 14:36:36.000000000 -0500 @@ -1265,10 +1265,10 @@ register char *src; register char *dst; register unsigned int *iptr; - register unsigned int x, y, i; + register unsigned int x, y; register char *data; Pixel pixel, px; - int nbytes, depth, ibu, ibpp; + int nbytes, depth, ibu, ibpp, i; data = image->data; iptr = pixelindex; lesstif-0.95.0-c++fix.patch: --- NEW FILE lesstif-0.95.0-c++fix.patch --- --- lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 11:00:30.000000000 -0500 +++ lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h 2006-08-30 11:00:47.000000000 -0500 @@ -28,12 +28,13 @@ #include #include -#include #ifdef __cplusplus extern "C" { #endif +#include + XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources, Cardinal numResources, WidgetClass filterClass, Index: lesstif.spec =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/lesstif.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lesstif.spec 30 Aug 2006 18:11:55 -0000 1.1 +++ lesstif.spec 30 Aug 2006 21:02:51 -0000 1.2 @@ -1,7 +1,7 @@ Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 @@ -12,6 +12,9 @@ Patch0: lesstif-Makefile.in.diff # have motif-config honor libdir Patch1: lesstif-motif-config-use_libdir.diff +Patch2: lesstif-0.95.0-CAN-2005-0605.patch +Patch3: lesstif-0.95.0-64bitcleanups.patch +Patch4: lesstif-0.95.0-c++fix.patch Url: http://www.lesstif.org/ @@ -97,6 +100,9 @@ chmod a-x COPYING* doc/www.lesstif.org/BUG-HUNTING.html %patch0 -p1 %patch1 -p1 -b .multilib +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 # those substitutions are not usefull, since the symbols are defined # in the Makefile, but it is clearer like that @@ -125,6 +131,12 @@ make install DESTDIR=$RPM_BUILD_ROOT \ appdir='%{_datadir}/X11/app-defaults' configdir='%{_datadir}/X11/config' +# Handle debuginfo dangling-relative-symlink +# rpm doesn't handle symlinks properly when generating debuginfo +rm -rf clients/Motif-2.1/xmbind/xmbind.c +cp -a clients/Motif-1.2/xmbind/xmbind.c \ + clients/Motif-2.1/xmbind/xmbind.c + rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_prefix}/LessTif @@ -154,6 +166,9 @@ # remove the empty directory rmdir clean_docs/lessdox/functions +# remove host.def, it lives in the imake package +rm -rf $RPM_BUILD_ROOT%{_datadir}/X11/config/host.def + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -203,6 +218,14 @@ %{_datadir}/X11/config/* %changelog +* Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 +- better fix for xpdf/ddd (thanks Hans de Goede) +- 64 bit cleanups (thanks Hans de Goede) +- resolve rpmlint error from rpm-braindead behavior on handling symlinks + with debuginfo +- fix CAN-2005-0605 +- nuke host.def, imake owns that + * Wed Aug 30 2006 Patrice Dumas 0.95.0-7 - add a patch such that motif-config honors libdir From fedora-extras-commits at redhat.com Wed Aug 30 21:23:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:24 -0700 Subject: rpms/python-fpconst/FC-5 python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNQ18013477@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/FC-5 Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/FC-5/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:24 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:23:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:25 -0700 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNRWR013481@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/devel Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:25 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:23:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:24 -0700 Subject: rpms/python-fpconst/FC-4 python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNQ1J013475@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/FC-4 Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/FC-4/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:24 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:27:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 14:27:32 -0700 Subject: rpms/bash-completion/devel bash-completion-mock, 1.1, 1.2 bash-completion.spec, 1.16, 1.17 Message-ID: <200608302127.k7ULRYFD013760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bash-completion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741 Modified Files: bash-completion-mock bash-completion.spec Log Message: * Thu Aug 31 2006 Ville Skytt?? - 20060301-2 - Trigger-install support for gcl, lilypond, mercurial and svk. - Improve mock completion a bit. Index: bash-completion-mock =================================================================== RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion-mock,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-mock 28 Nov 2005 20:26:32 -0000 1.1 +++ bash-completion-mock 30 Aug 2006 21:27:32 -0000 1.2 @@ -2,19 +2,28 @@ _mock() { - local cur prev + local cur prev commands cfgdir COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} + commands='rebuild chroot init clean shell' + cfgdir=/etc/mock + + count=0 + for i in ${COMP_WORDS[@]} ; do + [ $count -eq $COMP_CWORD ] && break + [ "$i" == --configdir ] && cfgdir="${COMP_WORDS[((count+1))]}" + count=$((++count)) + done case $prev in - --@(result|state)dir) + --@(config|result|state)dir) _filedir -d return 0 ;; -r) - COMPREPLY=( $( command ls /etc/mock | \ + COMPREPLY=( $( command ls $cfgdir | \ sed -ne 's/^\('$cur'.*\)\.cfg$/\1/p') ) return 0 ;; @@ -23,9 +32,11 @@ ;; esac + # TODO: process $commands if [[ "$cur" == -* ]] ; then COMPREPLY=( $( compgen -W '--version -h --help -r --no-clean --arch \ - --debug --resultdir --statedir --uniqueext' -- $cur ) ) + --debug --resultdir --statedir --uniqueext --configdir --quiet \ + --autocache --rebuildcache' -- $cur ) ) else _filedir '?(no)src.rpm' fi Index: bash-completion.spec =================================================================== RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- bash-completion.spec 2 Mar 2006 21:12:24 -0000 1.16 +++ bash-completion.spec 30 Aug 2006 21:27:32 -0000 1.17 @@ -1,6 +1,6 @@ Name: bash-completion Version: 20060301 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Programmable completion for Bash Group: System Environment/Shells @@ -60,16 +60,22 @@ [ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/%{?2}%{!?2:%1}\ %{nil} +# Not handled (yet?): +# bitkeeper, dsniff, harbour, larch, lisp, p4, povray, sitecopy %bashcomp_trigger bittorrent %bashcomp_trigger cksfv %bashcomp_trigger clisp %bashcomp_trigger freeciv %bashcomp_trigger gcc-gnat gnatmake +%bashcomp_trigger gcl %bashcomp_trigger gkrellm +%bashcomp_trigger lilypond %bashcomp_trigger mailman %bashcomp_trigger mcrypt +%bashcomp_trigger mercurial hg %bashcomp_trigger mock %bashcomp_trigger mtx +%bashcomp_trigger perl-SVK svk %bashcomp_trigger plague-client %bashcomp_trigger ruby-ri ri %bashcomp_trigger sbcl @@ -90,6 +96,10 @@ %changelog +* Thu Aug 31 2006 Ville Skytt?? - 20060301-2 +- Trigger-install support for gcl, lilypond, mercurial and svk. +- Improve mock completion a bit. + * Thu Mar 2 2006 Ville Skytt?? - 20060301-1 - 20060301, patches and profile.d scriptlet applied/included upstream. - Convert docs to UTF-8. From fedora-extras-commits at redhat.com Wed Aug 30 21:32:56 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:32:56 -0700 Subject: rpms/python-fpconst/devel needs.rebuild,1.1,NONE Message-ID: <200608302132.k7ULWwSj014213@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14197 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 21:34:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:34:17 -0700 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.2,1.3 Message-ID: <200608302134.k7ULYJPr014291@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14274 Modified Files: SOAPpy.spec Log Message: rebuild Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SOAPpy.spec 6 May 2006 15:26:05 -0000 1.2 +++ SOAPpy.spec 30 Aug 2006 21:34:17 -0000 1.3 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,6 +74,9 @@ %changelog +* Wed Aug 30 2006 Christopher Stone 0.11.6-4 +- FC6 Rebuild + * Sat May 06 2006 Christopher Stone 0.11.6-3 - Add Provides/Obsolete for python-SOAPpy From fedora-extras-commits at redhat.com Wed Aug 30 21:36:12 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Wed, 30 Aug 2006 14:36:12 -0700 Subject: comps comps-fe6.xml,1.16,1.17 comps-fe6.xml.in,1.129,1.130 Message-ID: <200608302136.k7ULaEAn014403@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14382 Modified Files: comps-fe6.xml comps-fe6.xml.in Log Message: add my packages, correct xml errors Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- comps-fe6.xml 21 Aug 2006 06:38:43 -0000 1.16 +++ comps-fe6.xml 30 Aug 2006 21:36:12 -0000 1.17 @@ -28,13 +28,16 @@ true abicheck - aplus-fsf + aplus-fsf archmage asa bazaar bigloo bzr ccache + clips + clips-doc + clips-xclips clisp cmake cogito @@ -61,11 +64,12 @@ ghc git gphpedit - gprolog + gprolog haddock highlight hugs98 ipython + kuipc lightning lcov lincvs @@ -75,6 +79,7 @@ mercurial mock monotone + nqc ocaml perltidy pgadmin3 @@ -146,12 +151,15 @@ cernlib-utils galculator gdl + geant321 + ghdl gnucap grads gtkwave hdf hdf5 hmmer + kpolynome kst lagan lapack @@ -159,6 +167,8 @@ numpy octave paraview + paw + pcb qalculate-gtk qalculate-kde qcad @@ -168,7 +178,9 @@ rrdtool scalapack SIBsim4 - veusz + veusz + xcircuit + xdrawchem @@ -198,6 +210,7 @@ deskbar-applet gdesklets gfontview + glipper glunarclock gnochm gmpc @@ -211,13 +224,15 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter - sabayon + nautilus-open-terminal + nautilus-search-tool + rss-glx-gnome-screensaver + sabayon seahorse smeg themes-backgrounds-gnome verbiste-gnome wp_tray - gjots2 @@ -231,6 +246,11 @@ anjuta anjuta-docs at-poke + bit-devel + bitgtkmm-devel + cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel @@ -243,6 +263,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel plotmm-devel @@ -255,9 +276,11 @@ true abe + abuse auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -271,6 +294,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid @@ -294,18 +318,19 @@ nazghul-haxima nethack nethack-vultures - netpanzer + netpanzer neverball nexuiz njam overgod - pengupop + pengupop pinball pingus pipenightdreams powermanga ppracer qascade + qgo qqo rafkill raidem @@ -323,7 +348,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -334,7 +359,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -375,9 +400,7 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet - contacts d4x deskbar-applet dillo @@ -388,12 +411,14 @@ gnome-blog gnome-telnet gnome-translate + gnubiff gossip gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim + knetstats konversation kphone licq @@ -404,11 +429,13 @@ pan prozilla psi + ochusha putty rssowl screem silky straw + streamtuner sylpheed sylpheed-claws valknut @@ -442,6 +469,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -449,16 +477,18 @@ mail-server Mail Server - These packages allow you to configure an IMAP or Postfix mail server. + These packages allow you to configure an IMAP or SMTP mail server. false true + amavisd-new cyrus-imapd enemies-of-carlotta perl-Cyrus clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -491,6 +521,8 @@ abiword aiksaurus-gtk + contacts + dates dia gdeskcal glabels @@ -500,6 +532,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -539,6 +572,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman @@ -548,7 +582,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -580,11 +614,13 @@ cfs conman connect-proxy + convmv crack dkms enca environment-modules epylog + fatsort fedora-package-config-apt fedora-package-config-smart fuse @@ -598,20 +634,28 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn ip6sic isic + jfbterm john + kdirstat + kdmtheme + keychain ksmarttray lft lirc + lzop mmv moodss moomps nagios nfswatch + nomarch oddjob + p7zip par2cmdline pbzip2 puppet @@ -626,6 +670,7 @@ syslog-ng swatch synaptic + testdisk tiobench torque-client torque-gui @@ -647,6 +692,8 @@ true acpitool + gpsd + gpsd-clients hddtemp i810switch i8kutils @@ -655,6 +702,7 @@ opensc s3switch tpb + lsscsi @@ -667,8 +715,9 @@ ctrlproxy dnsmasq + ejabberd flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -676,14 +725,16 @@ kannel l2tpd nsd + oidentd openvpn puppet-server rbldnsd + rinetd sobby torque-server + ucarp ushare vnc-reflector - nuttcp @@ -694,6 +745,7 @@ true true + abook argus bittorrent centericq @@ -787,19 +839,19 @@ xfce4-icon-theme xfce4-mixer xfce4-panel - xfce4-session-engines + xfce4-session + xfce4-session-engines xfce4-systray - Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993/FC-5 Removed Files: devellink.patch Log Message: Not needed anymore. --- devellink.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Thu, 31 Aug 2006 07:37:53 -0700 Subject: rpms/mock/devel devellink.patch,1.3,NONE Message-ID: <200608311437.k7VEbt6Y004024@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993/devel Removed Files: devellink.patch Log Message: Not needed anymore. --- devellink.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:40:12 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Thu, 31 Aug 2006 07:40:12 -0700 Subject: rpms/dates/devel dates.spec,1.3,1.4 Message-ID: <200608311440.k7VEeENL004095@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4072 Modified Files: dates.spec Log Message: rebuild Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dates.spec 28 Aug 2006 02:49:16 -0000 1.3 +++ dates.spec 31 Aug 2006 14:40:12 -0000 1.4 @@ -1,6 +1,6 @@ Name: dates Version: 0.1 -Release: 3.20060813svn%{?dist} +Release: 4.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity @@ -105,6 +105,9 @@ %changelog +* Thu Aug 31 2006 Jesse Keating - 0.1-4.20060813svn +- rebuild + * Sun Aug 27 2006 Jesse Keating - 0.1-3.20060813svn - rebuild From fedora-extras-commits at redhat.com Thu Aug 31 14:43:36 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 31 Aug 2006 07:43:36 -0700 Subject: rpms/lesstif/devel lesstif.spec,1.2,1.3 Message-ID: <200608311443.k7VEhcZL004186@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4169 Modified Files: lesstif.spec Log Message: * Thu Aug 31 2006 Patrice Dumas 0.95.0-9 - add Requires: libXext-devel to lesstif-devel Index: lesstif.spec =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/lesstif.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lesstif.spec 30 Aug 2006 21:02:51 -0000 1.2 +++ lesstif.spec 31 Aug 2006 14:43:35 -0000 1.3 @@ -1,7 +1,7 @@ Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 @@ -75,7 +75,8 @@ %package devel Summary: Header files for LessTif/Motif development Group: Development/Libraries -Requires: libXt-devel libXp-devel imake +Requires: libXt-devel libXp-devel libXext-devel +Requires: imake # for %{_datadir}/aclocal/ Requires: automake Requires: %{name} = %{version}-%{release} @@ -114,6 +115,8 @@ # the x libs and includes are empty in the default case, but we need to # have a non empty include defined (for a substitution in mwm) +# --enable-production is needed in order to avoid +# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4124 %configure \ --enable-shared \ --disable-static \ @@ -218,6 +221,9 @@ %{_datadir}/X11/config/* %changelog +* Thu Aug 31 2006 Patrice Dumas 0.95.0-9 +- add Requires: libXext-devel to lesstif-devel + * Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 - better fix for xpdf/ddd (thanks Hans de Goede) - 64 bit cleanups (thanks Hans de Goede) From fedora-extras-commits at redhat.com Thu Aug 31 14:52:34 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 07:52:34 -0700 Subject: rpms/stow/devel stow.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608311452.k7VEqa2D004350@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/stow/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4333 Modified Files: stow.spec Removed Files: needs.rebuild Log Message: rebuild Index: stow.spec =================================================================== RCS file: /cvs/extras/rpms/stow/devel/stow.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- stow.spec 19 Jun 2006 22:22:44 -0000 1.6 +++ stow.spec 31 Aug 2006 14:52:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: stow Version: 1.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools @@ -51,6 +51,9 @@ %{_bindir}/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.3.3-5 +- rebuild + * Tue Jun 20 2006 Aurelien Bompard 1.3.3-4 - remove the _infodir/dir file in %%install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:54:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 31 Aug 2006 07:54:17 -0700 Subject: rpms/libtunepimp/devel libtunepimp.spec,1.14,1.15 Message-ID: <200608311454.k7VEsJmL004430@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4413 Modified Files: libtunepimp.spec Log Message: * Thu Aug 31 2006 Rex Dieter 0.4.3-3 - BR: taglib-devel, readline-devel, ncurses-devel Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libtunepimp.spec 29 Aug 2006 16:21:40 -0000 1.14 +++ libtunepimp.spec 31 Aug 2006 14:54:17 -0000 1.15 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -15,6 +15,11 @@ BuildRequires: flac-devel BuildRequires: libmusicbrainz-devel >= 2.1.0 BuildRequires: zlib-devel +BuildRequires: taglib-devel +BuildRequires: readline-devel ncurses-devel +# TODO/FIXME: see http://bugzilla.redhat.com/191036 +#BuildRequires: libmp4v2-devel + %if "%{version}" >= "0.5.0" BuildRequires: expat-devel BuildRequires: curl-devel @@ -79,8 +84,10 @@ %dir %{_libdir}/tunepimp/ %dir %{_libdir}/tunepimp/plugins/ %{_libdir}/tunepimp/plugins/flac.tpp +%{_libdir}/tunepimp/plugins/mpc.tpp %{_libdir}/tunepimp/plugins/vorbis.tpp %{_libdir}/tunepimp/plugins/wav.tpp +%{_libdir}/tunepimp/plugins/wma.tpp %files devel %defattr(-,root,root,-) @@ -93,6 +100,9 @@ %changelog +* Thu Aug 31 2006 Rex Dieter 0.4.3-3 +- BR: taglib-devel, readline-devel, ncurses-devel + * Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 From fedora-extras-commits at redhat.com Thu Aug 31 14:58:22 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 07:58:22 -0700 Subject: rpms/taglib/devel taglib.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608311458.k7VEwOB9004496@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4479 Modified Files: taglib.spec Removed Files: needs.rebuild Log Message: rebuild Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/devel/taglib.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- taglib.spec 21 Feb 2006 19:03:31 -0000 1.11 +++ taglib.spec 31 Aug 2006 14:58:22 -0000 1.12 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.4-3 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 1.4-2 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 15:13:57 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:13:57 -0700 Subject: rpms/crossfire/devel crossfire.fc, NONE, 1.1 crossfire.if, NONE, 1.1 crossfire.te, NONE, 1.1 Message-ID: <200608311513.k7VFDxqf007400@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7376 Added Files: crossfire.fc crossfire.if crossfire.te Log Message: Adding selinux policy files --- NEW FILE crossfire.fc --- # crossfire executable will have: # label: system_u:object_r:crossfire_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/crossfire -- gen_context(system_u:object_r:crossfire_exec_t,s0) /var/run/crossfire.pid gen_context(system_u:object_r:crossfire_var_run_t,s0) /var/log/crossfire(/.*)? gen_context(system_u:object_r:crossfire_var_log_t,s0) /var/games/crossfire(/.*)? gen_context(system_u:object_r:crossfire_variable_data_t,s0) --- NEW FILE crossfire.if --- ## policy for crossfire ######################################## ## ## Execute a domain transition to run crossfire. ## ## ## ## Domain allowed to transition. ## ## # interface(`crossfire_domtrans',` gen_require(` type crossfire_t, crossfire_exec_t; ') domain_auto_trans($1,crossfire_exec_t,crossfire_t) allow $1 crossfire_t:fd use; allow crossfire_t $1:fd use; allow crossfire_t $1:fifo_file rw_file_perms; allow crossfire_t $1:process sigchld; ') --- NEW FILE crossfire.te --- policy_module(crossfire,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; attribute port_type; ') type crossfire_port_t, port_type; type crossfire_t; type crossfire_exec_t; domain_type(crossfire_t) # To disable the transition to the protected domain (which # effectively disables the policy), use: # setsebool crossfire_disable_trans 1 init_daemon_domain(crossfire_t, crossfire_exec_t) # pid files type crossfire_var_run_t; files_pid_file(crossfire_var_run_t) # log files type crossfire_var_log_t; logging_log_file(crossfire_var_log_t) # Game data files type crossfire_variable_data_t; files_type(crossfire_variable_data_t); ######################################## # # crossfire local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) files_read_usr_files(crossfire_t) files_read_etc_files(crossfire_t) libs_use_ld_so(crossfire_t) libs_use_shared_libs(crossfire_t) miscfiles_read_localization(crossfire_t) ## internal communication is often done using fifo and unix sockets. allow crossfire_t self:fifo_file { read write }; allow crossfire_t self:unix_stream_socket create_stream_socket_perms; # pid file allow crossfire_t crossfire_var_run_t:file manage_file_perms; allow crossfire_t crossfire_var_run_t:sock_file manage_file_perms; allow crossfire_t crossfire_var_run_t:dir rw_dir_perms; files_pid_filetrans(crossfire_t,crossfire_var_run_t, { file sock_file }) # log files allow crossfire_t crossfire_var_log_t:file create_file_perms; allow crossfire_t crossfire_var_log_t:sock_file create_file_perms; allow crossfire_t crossfire_var_log_t:dir { rw_dir_perms setattr }; logging_log_filetrans(crossfire_t,crossfire_var_log_t,{ sock_file file dir }) ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(crossfire_t) corenet_tcp_sendrecv_all_if(crossfire_t) corenet_tcp_sendrecv_all_nodes(crossfire_t) corenet_non_ipsec_sendrecv(crossfire_t) corenet_tcp_bind_all_nodes(crossfire_t) allow crossfire_t self:tcp_socket { listen accept }; # The application expects crossfire_port_t to be port 13327. # The port is defined using semanage: # semanage port -a -t crossfire_port_t -p tcp 13327 allow crossfire_t crossfire_port_t:tcp_socket { name_bind }; corenet_tcp_sendrecv_all_ports(crossfire_t) # TODO: What does the application use UDP for? And which ports # need to be allowed? allow crossfire_t port_t:udp_socket send_msg; # Init script handling init_use_fds(crossfire_t) init_use_script_ptys(crossfire_t) domain_use_interactive_fds(crossfire_t) # Game data files allow crossfire_t crossfire_variable_data_t:file { create_file_perms }; allow crossfire_t crossfire_variable_data_t:dir { create_dir_perms }; # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them corecmd_getattr_bin_files(crossfire_t) corecmd_search_bin(crossfire_t) kernel_read_kernel_sysctls(crossfire_t) term_dontaudit_use_generic_ptys(crossfire_t) kernel_read_system_state(crossfire_t) From fedora-extras-commits at redhat.com Thu Aug 31 15:14:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:14:40 -0700 Subject: rpms/crossfire/devel crossfire.init,1.1,1.2 Message-ID: <200608311514.k7VFEgtP007428@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7411 Modified Files: crossfire.init Log Message: Add/remove selinux port contexts when the server process starts/stops. Index: crossfire.init =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crossfire.init 17 May 2006 03:30:31 -0000 1.1 +++ crossfire.init 31 Aug 2006 15:14:40 -0000 1.2 @@ -35,6 +35,10 @@ echo return 1 fi + + if selinuxenabled ; then + /usr/sbin/semanage port -a -t crossfire_port_t -p tcp 13327 &>/dev/null || : + fi daemon --user crossfire $exec $CROSSFIRE_OPTIONS -detach -log /var/log/crossfire/crossfire.log retval=$? if [ $retval -eq 0 ]; then @@ -54,6 +58,9 @@ retval=$? echo [ $retval -eq 0 ] && rm -f $lockfile + if selinuxenabled ; then + /usr/sbin/semanage port -d -t crossfire_port_t -p tcp 13327 &>/dev/null || : + fi return $retval } From fedora-extras-commits at redhat.com Thu Aug 31 15:15:29 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:15:29 -0700 Subject: rpms/crossfire/devel crossfire.spec,1.2,1.3 Message-ID: <200608311515.k7VFFVJc007461@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7444 Modified Files: crossfire.spec Log Message: Add selinux support, add patch from upstream Index: crossfire.spec =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- crossfire.spec 9 Jul 2006 21:14:18 -0000 1.2 +++ crossfire.spec 31 Aug 2006 15:15:29 -0000 1.3 @@ -1,6 +1,9 @@ +%define selinux_variants mls strict targeted +%define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) + Name: crossfire Version: 1.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games License: GPL @@ -10,16 +13,19 @@ Source2: crossfire.init Source3: crossfire.sysconfig Source4: crossfire.logrotate +Source5: crossfire.te +Source6: crossfire.fc +Source7: crossfire.if +Patch0: crossfire-1.9.1-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: crossfire-maps -# BuildRequires necessary for the map editor -BuildRequires: python-devel -%if "%fedora" <= "4" -BuildRequires: xorg-x11-devel -%else +BuildRequires: checkpolicy selinux-policy-devel hardlink BuildRequires: libXt-devel BuildRequires: libXext-devel BuildRequires: libXaw-devel +BuildRequires: python-devel +%if "%{selinux_policyver}" != "" +Requires: selinux-policy >= %{selinux_policyver} %endif Requires(post): /sbin/chkconfig @@ -27,8 +33,6 @@ Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service -Requires(pre): fedora-usermgmt -Requires(postun): fedora-usermgmt %description Crossfire is a highly graphical role-playing adventure game with @@ -72,9 +76,23 @@ Image files that can be used with the crossfire clients so that they don't have to be downloaded from the server. +%package selinux +Summary: SELinux policy files for crossfire +Group: Amusements/Games +Requires: %{name} = %{version}-%{release} +Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles +Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool +Requires(postun): /usr/sbin/semodule +%description selinux +selinux policy files for the Crossfire game server + %prep %setup -q %setup -q -a 1 +%patch0 -p0 +mkdir SELinux +cp %{SOURCE5} %{SOURCE6} %{SOURCE7} SELinux + mv arch/ lib/ %{__sed} -i 's#\r##' utils/player_dl.pl.in @@ -84,18 +102,27 @@ # This is fixed in CVS, but didn't make it into the 1.9.1 release. %{__sed} -i 's# (void) open ("/", O_RDONLY);# (void) open ("/var/log/crossfire/crossfire.log", O_RDONLY);#' server/daemon.c +# Change the location of the tmp directory +%{__sed} -i "s@^#define TMPDIR \"/tmp\"@#define TMPDIR \"%{_var}/games/%{name}/tmp\"@" include/config.h + %build # Change the localstatedir so that the variable data files are # put in /var/games/crossfire instead of /var/crossfire. This is # in agreement with the FHS. %configure --localstatedir=%{_var}/games --disable-static -# Yes, we do really need to run configure a second time. The first time -# won't enable crossedit due to a bootstrap bug: -# http://sourceforge.net/tracker/index.php?func=detail&aid=1518321&group_id=13833&atid=113833 -%configure --localstatedir=%{_var}/games --disable-static make %{?_smp_mflags} +# Build the selinux policy file +pushd SELinux +for variant in %{selinux_variants} +do + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile + mv %{name}.pp %{name}.pp.${variant} + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean +done +popd + # This will create a tarball of the images for the client. cd lib && adm/collect_images.pl -archive @@ -152,28 +179,78 @@ install -p -D -m 644 %{SOURCE4} \ $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/%{name} +mkdir $RPM_BUILD_ROOT%{_var}/games/%{name}/tmp + +# Install selinux policies +pushd SELinux +for variant in %{selinux_variants} +do + install -d %{buildroot}%{_datadir}/selinux/${variant} + install -p -m 644 %{name}.pp.${variant} \ + %{buildroot}%{_datadir}/selinux/${variant}/%{name}.pp +done +popd +# Hardlink identical policy module packages together +/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux + + %pre user_uid=`id -u crossfire 2>/dev/null` if [ x"$user_uid" = x ] ; then - %{_sbindir}/fedora-useradd 27 -r -s /sbin/nologin \ - -d %{_datadir}/%{name} -M -c 'Crossfire Server' \ + useradd -r -s /sbin/nologin -d %{_datadir}/%{name} -M \ + -c 'Crossfire Server' \ crossfire >/dev/null || : fi %post /sbin/chkconfig --add crossfire +%post selinux +# Install SELinux policy modules +for selinuxvariant in %{selinux_variants} +do + /usr/sbin/semodule -s ${selinuxvariant} -i \ + %{_datadir}/selinux/${selinuxvariant}/%{name}.pp &> /dev/null || : +done +/usr/sbin/semanage port -a -t %{name}_port_t -p tcp 13327 || : +/sbin/fixfiles -R %{name} restore || : +/sbin/service %{name} condrestart > /dev/null 2>&1 || : + %preun -if [ "$1" = "0" ]; then +if [ "$1" -le "0" ]; then /sbin/service crossfire stop > /dev/null 2>&1 /sbin/chkconfig --del crossfire fi +%preun selinux +if [ "$1" -lt "1" ] ; then + # Disable the policy and restart the daemon + /usr/sbin/setsebool %{name}_disable_trans 1 + /sbin/service %{name} condrestart > /dev/null 2>&1 || : + # Unload the module + /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 13327 || : + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -s ${variant} -r %{name} &> /dev/null || : + done + # Set the context back + /sbin/fixfiles -R %{name} restore || : +fi + %postun if [ "$1" -ge "1" ]; then - /sbin/service crossfire restart >/dev/null 2>&1 + /sbin/service crossfire condrestart >/dev/null 2>&1 fi +%postun selinux +if [ "$1" -ge "1" ] ; then + # Replace the module if it is already loaded. semodule -u also + # checks the module version + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/%{name}.pp || : + done +fi + + %clean rm -rf $RPM_BUILD_ROOT @@ -223,8 +300,18 @@ %defattr(-,root,root,-) %{_datadir}/%{name}/%{name}-client +%files selinux +%defattr(-,root,root,-) +%doc SELinux/*.?? +%{_datadir}/selinux/*/%{name}.pp + %changelog +* Tue Jul 11 2006 Wart 1.9.1-2 +- Added upstream patch to fix configure bug. +- Added selinux security policy +- Don't use /tmp for the map file cache + * Thu Jul 6 2006 Wart 1.9.1-1 - Update to 1.9.1 From fedora-extras-commits at redhat.com Thu Aug 31 15:17:55 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Thu, 31 Aug 2006 08:17:55 -0700 Subject: rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.2,1.3 Message-ID: <200608311517.k7VFHvNl007513@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7496 Modified Files: perl-Net-SSH-Perl.spec Log Message: Skip test 03-packet, which can sometimes hang (cpan rt#6101) Add manual Crypt::Blowfish dep to ensure we have blowfish support Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-SSH-Perl.spec 30 Aug 2006 07:19:56 -0000 1.2 +++ perl-Net-SSH-Perl.spec 31 Aug 2006 15:17:55 -0000 1.3 @@ -4,7 +4,7 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 1.30 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ @@ -29,6 +29,9 @@ %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)} +# Make sure the installed package has blowfish support +Requires: perl(Crypt::Blowfish) + %description Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. @@ -39,6 +42,9 @@ # Avoid extra deps from examples %{__chmod} -x eg/* +# Test 03-packet is prone to hanging (cpan rt#6101) +%{__mv} t/03-packet.t t/03-packet.t.skip + # Remove Crypt::IDEA dep if we're not supporting the IDEA algorithm %define bogusreq 'perl(Crypt::IDEA)' %global reqfilt /bin/sh -c "%{__perl_requires} | %{__grep} -Fvx %{bogusreq}" @@ -77,6 +83,10 @@ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.30-3 +- Skip test 03-packet, which can sometimes hang (cpan rt#6101) +- Add manual Crypt::Blowfish dep to ensure we have blowfish support + * Wed Aug 30 2006 Paul Howarth 1.30-2 - FE6 mass rebuild From fedora-extras-commits at redhat.com Thu Aug 31 15:20:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:20:43 -0700 Subject: rpms/bigloo/FC-5 .cvsignore, 1.8, 1.9 bigloo.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200608311520.k7VFKkGD007607@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7586 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 14:52:43 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:20:43 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/bigloo.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- bigloo.spec 22 Jun 2006 14:52:43 -0000 1.10 +++ bigloo.spec 31 Aug 2006 15:20:43 -0000 1.11 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 2%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 14:52:43 -0000 1.8 +++ sources 31 Aug 2006 15:20:43 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:22:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:22:39 -0700 Subject: rpms/crossfire/devel needs.rebuild,1.1,NONE Message-ID: <200608311522.k7VFMfdZ008530@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7487 Removed Files: needs.rebuild Log Message: Rebuilding with bugfixes for Fedora Extras --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 15:27:26 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:26 -0700 Subject: rpms/cyphesis - New directory Message-ID: <200608311527.k7VFRSPZ008686@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8665/cyphesis Log Message: Directory /cvs/extras/rpms/cyphesis added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 15:27:27 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:27 -0700 Subject: rpms/cyphesis/devel - New directory Message-ID: <200608311527.k7VFRTbF008689@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8665/cyphesis/devel Log Message: Directory /cvs/extras/rpms/cyphesis/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 15:27:38 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:38 -0700 Subject: rpms/cyphesis Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608311527.k7VFRepS008743@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8710 Added Files: Makefile import.log Log Message: Setup of module cyphesis --- NEW FILE Makefile --- # Top level Makefile for module cyphesis all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 31 15:27:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:39 -0700 Subject: rpms/cyphesis/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608311527.k7VFRfl5008746@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8710/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module cyphesis --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 31 15:28:28 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:28:28 -0700 Subject: rpms/cyphesis import.log,1.1,1.2 Message-ID: <200608311528.k7VFSU38008841@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8803 Modified Files: import.log Log Message: auto-import cyphesis-0.5.9-2 on branch devel from cyphesis-0.5.9-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cyphesis/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Aug 2006 15:27:38 -0000 1.1 +++ import.log 31 Aug 2006 15:28:28 -0000 1.2 @@ -0,0 +1 @@ +cyphesis-0_5_9-2:HEAD:cyphesis-0.5.9-2.src.rpm:1157038105 From fedora-extras-commits at redhat.com Thu Aug 31 15:28:29 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:28:29 -0700 Subject: rpms/cyphesis/devel cyphesis-0.5.8-init.patch, NONE, 1.1 cyphesis-0.5.8-postgresinit.patch, NONE, 1.1 cyphesis.fc, NONE, 1.1 cyphesis.if, NONE, 1.1 cyphesis.spec, NONE, 1.1 cyphesis.te, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608311528.k7VFSV6q008850@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8803/devel Modified Files: .cvsignore sources Added Files: cyphesis-0.5.8-init.patch cyphesis-0.5.8-postgresinit.patch cyphesis.fc cyphesis.if cyphesis.spec cyphesis.te Log Message: auto-import cyphesis-0.5.9-2 on branch devel from cyphesis-0.5.9-2.src.rpm cyphesis-0.5.8-init.patch: --- NEW FILE cyphesis-0.5.8-init.patch --- --- cyphesis.init.orig 2006-07-31 19:10:56.000000000 -0700 +++ cyphesis.init 2006-08-10 17:17:00.000000000 -0700 @@ -23,6 +23,12 @@ start() { # Start the daemon. + if selinuxenabled ; then + /usr/sbin/semanage port -a -t cyphesis_port_t -p tcp 6767 &>/dev/null || : + /usr/sbin/semanage port -a -t cyphesis_port_t -p tcp 6769 &>/dev/null || : + /usr/sbin/semanage port -a -t cyphesis_port_t -p udp 32771 &>/dev/null || : + fi + # Make sure postgres superuser exists if ! su $POSTGRESUSER -c true >/dev/null 2>&1; then echo @@ -96,8 +102,24 @@ else echo_failure echo + return $RETVAL fi echo + + if [ "$POPULATE_WORLD" == "1" ] ; then + echo -n $"Populating cyphesis world: " + + # Populate the world with game data + su $CYPHESISUSER -c "/usr/bin/cyclient" >/dev/null 2>&1 + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + echo_success + else + echo_failure + fi + echo + fi + return $RETVAL } @@ -107,7 +129,13 @@ killproc cyphesis RETVAL=$? echo - [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/cyphesis + if [ $RETVAL -eq 0 ] ; then + rm -f /var/lock/subsys/cyphesis + /usr/sbin/semanage port -d -t cyphesis_port_t -p tcp 6767 &>/dev/null || : + /usr/sbin/semanage port -d -t cyphesis_port_t -p tcp 6769 &>/dev/null || : + /usr/sbin/semanage port -d -t cyphesis_port_t -p udp 32771 &>/dev/null || : + fi + return $RETVAL } cyphesis-0.5.8-postgresinit.patch: --- NEW FILE cyphesis-0.5.8-postgresinit.patch --- --- cyphesis.init.orig 2006-07-31 19:10:56.000000000 -0700 +++ cyphesis.init 2006-08-10 15:45:57.000000000 -0700 @@ -45,7 +45,7 @@ # Make sure the user has a postgres account if ! su $CYPHESISUSER -c "psql -c \"\" template1" >/dev/null 2>&1; then echo -n $"Creating PostgreSQL account: " - su $POSTGRESUSER -c "createuser -A -d $CYPHESISUSER" >/dev/null 2>&1 + su $POSTGRESUSER -c "createuser -S -R -d $CYPHESISUSER" >/dev/null 2>&1 RETVAL=$? if [ $RETVAL -eq 0 ]; then echo_success --- NEW FILE cyphesis.fc --- # cyphesis executable will have: # label: system_u:object_r:cyphesis_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/cyphesis -- gen_context(system_u:object_r:cyphesis_exec_t,s0) --- NEW FILE cyphesis.if --- ## policy for cyphesis ######################################## ## ## Execute a domain transition to run cyphesis. ## ## ## ## Domain allowed to transition. ## ## # interface(`cyphesis_domtrans',` gen_require(` type cyphesis_t, cyphesis_exec_t; ') domain_auto_trans($1,cyphesis_exec_t,cyphesis_t) allow $1 cyphesis_t:fd use; allow cyphesis_t $1:fd use; allow cyphesis_t $1:fifo_file rw_file_perms; allow cyphesis_t $1:process sigchld; ') --- NEW FILE cyphesis.spec --- %define selinux_variants mls strict targeted %define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) Name: cyphesis Version: 0.5.9 Release: 2%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL URL: http://www.worldforge.org Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz Source1: cyphesis.te Source2: cyphesis.if Source3: cyphesis.fc Patch0: cyphesis-0.5.8-postgresinit.patch Patch1: cyphesis-0.5.8-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel libgcrypt-devel pkgconfig atlascpp-devel BuildRequires: varconf-devel libsigc++20-devel mercator-devel skstream-devel BuildRequires: postgresql-devel readline-devel avahi-devel %if "%{?fedora}" == "5" BuildRequires: checkpolicy selinux-policy >= 2.2.40 m4 hardlink %else BuildRequires: checkpolicy selinux-policy-devel hardlink %endif %if "%{selinux_policyver}" != "" Requires: selinux-policy >= %{selinux_policyver} %endif Requires: postgresql-server Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service %description Cyphesis is a WorldForge server suitable running small games. It is also designed by be used as an AI subsystem in a network of distributed servers. It includes a terrain engine based on the Mercator library, a persistence system based on PostgreSQL, and an AI engine using goal trees implemented in Python. It is the server used in most current WorldForge games. %package selinux Summary: SELinux policy files for the WorldForge game server Group: Amusements/Games Requires: %{name} = %{version}-%{release} Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool Requires(postun): /usr/sbin/semodule %description selinux SELinux policy files for the WorldForge game server %prep %setup -q # It seems that the behavior of the postgres command 'createuser' # became more interactive in FC6. We need to update the # command line arguments to make it shut up. %if 0%{?fedora} >= 6 %patch0 %endif %patch1 chmod a-x rulesets/basic/world/objects/*/*.py chmod a-x rulesets/basic/mind/dictlist.py mkdir SELinux cp %{SOURCE1} %{SOURCE2} %{SOURCE3} SELinux/ # Use a /etc/sysconfig/cyphesis variable to determine if # we should load the world data into the cyphesis server # via cyclient or not. This should allow us to use a single # init.d script for both starting cyphesis and populating the world. echo "POPULATE_WORLD=1" >> cyphesis.sysconfig %build %configure make %{?_smp_mflags} # Build the selinux policy file pushd SELinux for variant in %{selinux_variants} do make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile mv %{name}.pp %{name}.pp.${variant} make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean done popd %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -d %{buildroot}%{_sysconfdir}/init.d install -m 755 %{name}.init %{buildroot}%{_sysconfdir}/init.d/%{name} install -d %{buildroot}%{_sysconfdir}/sysconfig install -m 644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name} # Install selinux policies pushd SELinux for variant in %{selinux_variants} do install -d %{buildroot}%{_datadir}/selinux/${variant} install -p -m 644 %{name}.pp.${variant} \ %{buildroot}%{_datadir}/selinux/${variant}/%{name}.pp done popd # Hardlink identical policy module packages together /usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux %check make check %pre user_uid=`id -u cyphesis 2>/dev/null` if [ x"$user_uid" = x ] ; then useradd -r -d %{_datadir}/%{name} -M -c 'Cyphesis Game Server' \ cyphesis >/dev/null || : fi %post /sbin/chkconfig --add cyphesis %post selinux # Install SELinux policy modules for selinuxvariant in %{selinux_variants} do /usr/sbin/semodule -s ${selinuxvariant} -i \ %{_datadir}/selinux/${selinuxvariant}/%{name}.pp &> /dev/null || : done /usr/sbin/semanage port -a -t %{name}_port_t -p tcp 6767 &> /dev/null || : /usr/sbin/semanage port -a -t %{name}_port_t -p tcp 6769 &> /dev/null || : /usr/sbin/semanage port -a -t %{name}_port_t -p udp 32771 &> /dev/null || : /sbin/fixfiles -R %{name} restore || : /sbin/service %{name} condrestart > /dev/null 2>&1 || : %preun if [ "$1" = "0" ]; then /sbin/service cyphesis stop > /dev/null 2>&1 /sbin/chkconfig --del cyphesis fi %preun selinux if [ "$1" -lt "1" ] ; then # Disable the policy and restart the daemon /usr/sbin/setsebool %{name}_disable_trans 1 &> /dev/null || : /sbin/service %{name} condrestart > /dev/null 2>&1 || : # Unload the module /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 6767 &> /dev/null || : /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 6769 &> /dev/null || : /usr/sbin/semanage port -d -t %{name}_port_t -p udp 32771 &> /dev/null || : for variant in %{selinux_variants} ; do /usr/sbin/semodule -s ${variant} -r %{name} &> /dev/null || : done # Set the context back /sbin/fixfiles -R %{name} restore || : fi %postun if [ "$1" -ge "1" ]; then /sbin/service cyphesis condrestart >/dev/null 2>&1 fi %postun selinux if [ "$1" -ge "1" ] ; then # Replace the module if it is already loaded. semodule -u also # checks the module version for variant in %{selinux_variants} ; do /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/%{name}.pp || : done fi %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README NEWS THANKS TODO %{_bindir}/cy* %{_mandir}/man1/*.1.gz %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/* %{_sysconfdir}/init.d/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %{_datadir}/%{name} %files selinux %defattr(-,root,root,-) %doc SELinux/*.?? %{_datadir}/selinux/*/%{name}.pp %changelog * Mon Aug 28 2006 Wart 0.5.9-2 - Use more globs in %%files section - Remove unused -devel subpackage declaration * Sat Aug 26 2006 Wart 0.5.9-1 - Update to 0.5.9 * Sat Aug 5 2006 Wart 0.5.8-5 - Move semanage calls to the init script so that we can be sure they are called if a system manager turns selinux on or off between installing the package and starting it. - Remove FC4 bits from the spec file - unghost the .pyo files per the recent packaging committee decision - Don't bother explicitly creating a group for the cyphesis user * Thu Aug 3 2006 Wart 0.5.8-4 - Use find+sed in %%install instead of enumerating directories in %%files - Remove the use of fedora-usermgmt. There's no need. * Tue Aug 1 2006 Wart 0.5.8-3 - Clean up %%files * Tue Aug 1 2006 Wart 0.5.8-2 - Fix -init patch that was missing some key changes. * Tue Aug 1 2006 Wart 0.5.8-1 - Initial spec file for Fedora Extras --- NEW FILE cyphesis.te --- policy_module(cyphesis,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; type system_dbusd_var_run_t; type urandom_device_t; type krb5_conf_t; attribute port_type; ') type cyphesis_port_t, port_type; type cyphesis_t; type cyphesis_exec_t; domain_type(cyphesis_t) # To disable the transition to the protected domain (which # effectively disables the policy), use: # setsebool cyphesis_disable_trans 1 init_daemon_domain(cyphesis_t, cyphesis_exec_t) # pid files type cyphesis_var_run_t; files_pid_file(cyphesis_var_run_t) # log files type cyphesis_var_log_t; logging_log_file(cyphesis_var_log_t) ######################################## # # cyphesis local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) corecmd_dontaudit_search_sbin(cyphesis_t) corecmd_search_bin(cyphesis_t) corecmd_getattr_bin_files(cyphesis_t) files_read_usr_files(cyphesis_t) files_read_etc_files(cyphesis_t) libs_use_ld_so(cyphesis_t) libs_use_shared_libs(cyphesis_t) miscfiles_read_localization(cyphesis_t) ## internal communication is often done using fifo and unix sockets. allow cyphesis_t self:fifo_file { read write }; allow cyphesis_t self:unix_stream_socket create_stream_socket_perms; # pid file allow cyphesis_t cyphesis_var_run_t:file manage_file_perms; allow cyphesis_t cyphesis_var_run_t:sock_file manage_file_perms; allow cyphesis_t cyphesis_var_run_t:dir rw_dir_perms; files_pid_filetrans(cyphesis_t,cyphesis_var_run_t, { file sock_file }) # log files allow cyphesis_t cyphesis_var_log_t:file create_file_perms; allow cyphesis_t cyphesis_var_log_t:sock_file create_file_perms; allow cyphesis_t cyphesis_var_log_t:dir { rw_dir_perms setattr }; logging_log_filetrans(cyphesis_t,cyphesis_var_log_t,{ sock_file file dir }) logging_send_syslog_msg(cyphesis_t) ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(cyphesis_t) corenet_tcp_sendrecv_all_if(cyphesis_t) corenet_tcp_sendrecv_all_nodes(cyphesis_t) corenet_non_ipsec_sendrecv(cyphesis_t) corenet_tcp_bind_all_nodes(cyphesis_t) allow cyphesis_t self:tcp_socket { listen accept }; # The application expects cyphesis_port_t to be port 13327. # The port is defined using semanage: # semanage port -a -t cyphesis_port_t -p tcp 6767 # semanage port -a -t cyphesis_port_t -p tcp 6769 # semanage port -a -t cyphesis_port_t -p udp 32771 allow cyphesis_t cyphesis_port_t:tcp_socket { name_bind }; corenet_tcp_sendrecv_all_ports(cyphesis_t) # ?? allow cyphesis_t self:netlink_route_socket { bind create getattr nlmsg_read read write }; allow cyphesis_t self:unix_dgram_socket { connect create write }; # Init script handling init_use_fds(cyphesis_t) init_use_script_ptys(cyphesis_t) domain_use_interactive_fds(cyphesis_t) # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them kernel_read_kernel_sysctls(cyphesis_t) term_dontaudit_use_generic_ptys(cyphesis_t) # cyphesis wants to talk to avahi via dbus avahi_dbus_chat(avahi_t) avahi_dbus_chat(cyphesis_t) dbus_send_system_bus(cyphesis_t) postgresql_stream_connect(cyphesis_t) allow cyphesis_t system_dbusd_t:unix_stream_socket connectto; allow cyphesis_t system_dbusd_var_run_t:dir search; allow cyphesis_t system_dbusd_var_run_t:sock_file write; allow cyphesis_t self:process { setsched signal }; files_manage_generic_tmp_files(cyphesis_t) allow cyphesis_t tmp_t:sock_file create; allow cyphesis_t urandom_device_t:chr_file { getattr ioctl read }; allow cyphesis_t krb5_conf_t:file { getattr read }; allow cyphesis_t proc_t:file { getattr read }; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Aug 2006 15:27:38 -0000 1.1 +++ .cvsignore 31 Aug 2006 15:28:29 -0000 1.2 @@ -0,0 +1 @@ +cyphesis-0.5.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Aug 2006 15:27:38 -0000 1.1 +++ sources 31 Aug 2006 15:28:29 -0000 1.2 @@ -0,0 +1 @@ +afb0a55d508b85e6152c4169caa432ff cyphesis-0.5.9.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:30:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:30:40 -0700 Subject: owners owners.list,1.1478,1.1479 Message-ID: <200608311530.k7VFUgAB008930@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8904 Modified Files: owners.list Log Message: Added cyphesis Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1478 retrieving revision 1.1479 diff -u -r1.1478 -r1.1479 --- owners.list 30 Aug 2006 22:01:20 -0000 1.1478 +++ owners.list 31 Aug 2006 15:30:40 -0000 1.1479 @@ -235,6 +235,7 @@ Fedora Extras|cvsup|CVS-Optimized General-Purpose Network File Distribution System client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|cvsutils|CVS Utilities|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|cvsweb|Web interface for CVS repositories|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|cyphesis|WorldForge game server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|jdennis at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|d4x|Downloader for X that supports resuming and many other features|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|daap-sharp|DAAP implementation using Mono|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 31 15:43:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:43:35 -0700 Subject: rpms/bigloo/FC-4 .cvsignore, 1.8, 1.9 bigloo.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608311543.k7VFhbYG009140@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9103/FC-4 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 14:52:42 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/bigloo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bigloo.spec 22 Jun 2006 14:52:42 -0000 1.9 +++ bigloo.spec 31 Aug 2006 15:43:35 -0000 1.10 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 2%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 14:52:42 -0000 1.8 +++ sources 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:43:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:43:35 -0700 Subject: rpms/bigloo/devel .cvsignore, 1.8, 1.9 bigloo.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608311543.k7VFhbPR009146@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9103/devel Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 13:52:21 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bigloo.spec 27 Aug 2006 23:24:55 -0000 1.12 +++ bigloo.spec 31 Aug 2006 15:43:35 -0000 1.13 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 3%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 13:52:21 -0000 1.8 +++ sources 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:44:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:44:20 -0700 Subject: rpms/bigloo/devel bigloo.spec,1.13,1.14 Message-ID: <200608311544.k7VFiMsX009227@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9210 Modified Files: bigloo.spec Log Message: Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- bigloo.spec 31 Aug 2006 15:43:35 -0000 1.13 +++ bigloo.spec 31 Aug 2006 15:44:20 -0000 1.14 @@ -209,9 +209,11 @@ %changelog -* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +* Thu Aug 31 2006 Gerard Milmeister - 2.8c-1 - new version 2.8c-beta23Aug06 +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 + * Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Aug 31 15:50:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 08:50:05 -0700 Subject: rpms/xscorch/devel xscorch.spec,1.6,1.7 Message-ID: <200608311550.k7VFo713009340@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/xscorch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9323 Modified Files: xscorch.spec Log Message: - One more time taging problem ;) Index: xscorch.spec =================================================================== RCS file: /cvs/extras/rpms/xscorch/devel/xscorch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xscorch.spec 30 Aug 2006 22:19:50 -0000 1.6 +++ xscorch.spec 31 Aug 2006 15:50:05 -0000 1.7 @@ -45,9 +45,11 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} -%post -p update-desktop-database &> /dev/null ||: +%post +update-desktop-database &> /dev/null ||: -%postun -p update-desktop-database &> /dev/null ||: +%postun +update-desktop-database &> /dev/null ||: %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Thu Aug 31 15:57:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 08:57:13 -0700 Subject: rpms/tetex-unicode/devel tetex-unicode.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608311557.k7VFvFCU009444@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9427 Modified Files: tetex-unicode.spec Removed Files: needs.rebuild Log Message: rebuild Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/tetex-unicode.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tetex-unicode.spec 22 Feb 2006 16:14:35 -0000 1.8 +++ tetex-unicode.spec 31 Aug 2006 15:57:13 -0000 1.9 @@ -1,6 +1,6 @@ Name: tetex-unicode Version: 0 -Release: 5.20041017%{?dist} +Release: 6.20041017%{?dist} Summary: Unicode support for LaTeX @@ -58,6 +58,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 0-6.20041017 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0-5.20041017 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:04:47 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:04:47 -0700 Subject: rpms/ulogd/devel ulogd.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608311604.k7VG4nL9012227@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/ulogd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12210 Modified Files: ulogd.spec Removed Files: needs.rebuild Log Message: rebuild Index: ulogd.spec =================================================================== RCS file: /cvs/extras/rpms/ulogd/devel/ulogd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ulogd.spec 22 Feb 2006 12:24:03 -0000 1.14 +++ ulogd.spec 31 Aug 2006 16:04:47 -0000 1.15 @@ -1,6 +1,6 @@ Name: ulogd Version: 1.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The userspace logging daemon for netfilter License: GPL Group: System Environment/Daemons @@ -113,6 +113,9 @@ %{_libdir}/ulogd/ulogd_PGSQL.so %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.24-2 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 1.24-1 - version 1.24 - drop patch3 (applied upstream) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:05:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 31 Aug 2006 09:05:00 -0700 Subject: rpms/supertux/FC-5 supertux.spec,1.10,1.11 Message-ID: <200608311605.k7VG52wT012284@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/supertux/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12266 Modified Files: supertux.spec Log Message: Sync with devel. Index: supertux.spec =================================================================== RCS file: /cvs/extras/rpms/supertux/FC-5/supertux.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- supertux.spec 13 Feb 2006 21:50:37 -0000 1.10 +++ supertux.spec 31 Aug 2006 16:05:00 -0000 1.11 @@ -1,6 +1,6 @@ Name: supertux Version: 0.1.3 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Jump'n run like game similar to Mario Bros @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel -BuildRequires: zlib-devel, desktop-file-utils +BuildRequires: zlib-devel, desktop-file-utils, libGLU-devel %description SuperTux is a jump'n run like game, with strong inspiration from the @@ -55,6 +55,12 @@ %{_datadir}/pixmaps/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.3-5 +- Rebuild + +* Sat Jun 03 2006 Steven Pritchard 0.1.3-4 +- BR: libGLU-devel to fix rawhide build + * Tue Feb 07 2006 Steven Pritchard 0.1.3-3 - Patch to fix compile on rawhide From fedora-extras-commits at redhat.com Thu Aug 31 16:07:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:07:40 -0700 Subject: rpms/xbindkeys/devel xbindkeys.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608311607.k7VG7g1u012391@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xbindkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12374 Modified Files: xbindkeys.spec Removed Files: needs.rebuild Log Message: rebuild Index: xbindkeys.spec =================================================================== RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xbindkeys.spec 2 Jul 2006 21:20:43 -0000 1.12 +++ xbindkeys.spec 31 Aug 2006 16:07:40 -0000 1.13 @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.7.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Binds keys or mouse buttons to shell commands under X. License: GPL @@ -41,6 +41,9 @@ %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.7.3-4 +- rebuild + * Sun Jul 02 2006 Aurelien Bompard 1.7.3-3 - use LDFLAGS=-lpthread to fix build on FC6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:12:33 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:12:33 -0700 Subject: rpms/xlhtml/devel xlhtml.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608311612.k7VGCZ55012483@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xlhtml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12466 Modified Files: xlhtml.spec Removed Files: needs.rebuild Log Message: rebuild Index: xlhtml.spec =================================================================== RCS file: /cvs/extras/rpms/xlhtml/devel/xlhtml.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xlhtml.spec 21 Feb 2006 19:29:56 -0000 1.9 +++ xlhtml.spec 31 Aug 2006 16:12:33 -0000 1.10 @@ -1,7 +1,7 @@ Name: xlhtml Summary: Excel 95/97 and PowerPoint to HTML converter Version: 0.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Text @@ -45,6 +45,9 @@ %{_mandir}/man1/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 0.5-6 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.5-5 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:15:56 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:15:56 -0700 Subject: rpms/tiger/devel tiger.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608311616.k7VGGSp3012810@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tiger/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12554 Modified Files: tiger.spec Removed Files: needs.rebuild Log Message: rebuild Index: tiger.spec =================================================================== RCS file: /cvs/extras/rpms/tiger/devel/tiger.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tiger.spec 13 May 2006 21:38:59 -0000 1.1 +++ tiger.spec 31 Aug 2006 16:15:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: tiger Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Security auditing on UNIX systems Group: Applications/System @@ -115,6 +115,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 3.2.1-5 +- rebuild + * Sat May 13 2006 Aurelien Bompard 3.2.1-4 - include the COPYING file - put HTML doc in %%doc --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:47:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:47:35 -0700 Subject: rpms/SDL_image/devel SDL_image.spec,1.8,1.9 Message-ID: <200608312147.k7VLlbdP005070@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5053 Modified Files: SDL_image.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.5-2 - Rebuild for FC6. Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- SDL_image.spec 26 Aug 2006 13:55:16 -0000 1.8 +++ SDL_image.spec 31 Aug 2006 21:47:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.5-2 +- Rebuild for FC6. + * Sat Aug 26 2006 Brian Pepple - 1.2.5-1 - Update to 1.2.5. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:54:44 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:54:44 -0700 Subject: rpms/SDL_net/devel SDL_net.spec,1.6,1.7 Message-ID: <200608312154.k7VLskdO005201@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5184 Modified Files: SDL_net.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.6-2 - Rebuild for FC6. Index: SDL_net.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/SDL_net.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- SDL_net.spec 26 Aug 2006 03:53:03 -0000 1.6 +++ SDL_net.spec 31 Aug 2006 21:54:44 -0000 1.7 @@ -1,6 +1,6 @@ Name: SDL_net Version: 1.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SDL portable network library Group: System Environment/Libraries @@ -68,6 +68,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.6-2 +- Rebuild for FC6. + * Fri Aug 25 2006 Brian Pepple - 1.2.6-1 - Update to 1.2.6. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:56:08 -0700 Subject: rpms/SDL_mixer/devel SDL_mixer.spec,1.14,1.15 Message-ID: <200608312156.k7VLuAtY005299@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5281 Modified Files: SDL_mixer.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.7-2 - Rebuild for FC6. Index: SDL_mixer.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- SDL_mixer.spec 25 Aug 2006 23:25:01 -0000 1.14 +++ SDL_mixer.spec 31 Aug 2006 21:56:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: SDL_mixer Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple DirectMedia Layer - Sample Mixer Library Group: System Environment/Libraries @@ -81,6 +81,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.7-2 +- Rebuild for FC6. + * Fri Aug 25 2006 Brian Pepple - 1.2.7-1 - Update to 1.2.7. - Update bad-code & timidity patches. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:56:37 -0700 Subject: rpms/monodoc import.log,1.17,1.18 Message-ID: <200608312157.k7VLvApM005414@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5362 Modified Files: import.log Log Message: auto-import monodoc-1.1.17-1 on branch devel from monodoc-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodoc/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 11 Jul 2006 15:28:36 -0000 1.17 +++ import.log 31 Aug 2006 21:56:37 -0000 1.18 @@ -14,3 +14,4 @@ monodoc-1_1_13-17:HEAD:monodoc-1.1.13-17.src.rpm:1152450288 monodoc-1_1_16-1:HEAD:monodoc-1.1.16-1.src.rpm:1152631544 monodoc-1_1_16-1:FC-5:monodoc-1.1.16-1.src.rpm:1152631706 +monodoc-1_1_17-1:HEAD:monodoc-1.1.17-1.src.rpm:1157061387 From fedora-extras-commits at redhat.com Thu Aug 31 21:57:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:57:11 -0700 Subject: rpms/SDL_ttf/devel SDL_ttf.spec,1.11,1.12 Message-ID: <200608312157.k7VLvDZE005440@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5423 Modified Files: SDL_ttf.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 2.0.8-2 - Update for FC6. Index: SDL_ttf.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/SDL_ttf.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- SDL_ttf.spec 26 Aug 2006 14:17:41 -0000 1.11 +++ SDL_ttf.spec 31 Aug 2006 21:57:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: SDL_ttf Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple DirectMedia Layer TrueType Font library Group: System Environment/Libraries @@ -71,6 +71,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 2.0.8-2 +- Update for FC6. + * Sat Aug 26 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:56:38 -0700 Subject: rpms/monodoc/devel monodoc-patches.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 monodoc.spec, 1.9, 1.10 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608312157.k7VLvAOV005421@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5362/devel Modified Files: .cvsignore monodoc.spec sources Added Files: monodoc-patches.patch Removed Files: needs.rebuild Log Message: auto-import monodoc-1.1.17-1 on branch devel from monodoc-1.1.17-1.src.rpm monodoc-patches.patch: --- NEW FILE monodoc-patches.patch --- --- monodoc-1.1.17/monodoc.pc.in 2006-07-05 23:32:49.000000000 +0100 +++ monodoc-1.1.17/monodoc.pc.in 2006-08-30 23:26:50.000000000 +0100 @@ -1,9 +1,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@prefix@/lib +libdir=@libdir@ sourcesdir=@monodocdir@/sources Name: Monodoc Description: Monodoc - Mono Documentation Tools Version: @VERSION@ -Libs: /r:${prefix}/lib/mono/monodoc/monodoc.dll +Libs: /r:@libdir@/mono/monodoc/monodoc.dll --- monodoc-1.1.17/engine/Makefile.am 2006-07-05 23:32:10.000000000 +0100 +++ monodoc-1.1.17/engine/Makefile.am 2006-08-30 23:27:21.000000000 +0100 @@ -3,13 +3,13 @@ CLEANFILES = monodoc.dll assembler.exe $(monodoc_unix_DATA) normalize.exe mod.exe validate.exe cs2ecma.exe DISTCLEANFILE = AssemblyInfo.cs -if USE_CYGPATH -GACDIR=`cygpath -w $(prefix)/lib` -GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` -else -GACDIR=$(prefix)/lib -GACROOT=$(DESTDIR)$(prefix)/lib -endif +#if USE_CYGPATH +#GACDIR=`cygpath -w $(prefix)/lib` +#GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` +#else +GACDIR=$(libdir) +GACROOT=$(DESTDIR)$(libdir) +#endif monodoc_sources = \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 15:25:54 -0000 1.3 +++ .cvsignore 31 Aug 2006 21:56:38 -0000 1.4 @@ -1 +1 @@ -monodoc-1.1.16.zip +monodoc-1.1.17.zip Index: monodoc.spec =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/monodoc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- monodoc.spec 11 Jul 2006 15:25:54 -0000 1.9 +++ monodoc.spec 31 Aug 2006 21:56:38 -0000 1.10 @@ -2,15 +2,16 @@ Summary: The mono documentation system Name: monodoc -Version: 1.1.16 +Version: 1.1.17 Release: 1%{?dist} License: GPL Group: Documentation Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.zip URL: http://go-mono.com/sources/monodoc/ +Patch0: monodoc-patches.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf -Requires: mono-core +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf automake +Requires: mono-core links %description monodoc is the documentation package for the mono .NET environment @@ -18,46 +19,49 @@ %package devel Summary: .pc file for monodoc Group: Documentation -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development file for monodoc %prep %setup -q +%patch0 -p1 +autoreconf %build -export MONO_PATH=%{buildroot}/lib -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:$PKG_CONFIG_DIR -%configure +%configure --libdir=%{_libdir} make %install %{__rm} -rf %{buildroot} -export MONO_PATH=%{buildroot}/lib make DESTDIR=%{buildroot} install +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog NEWS README -%{_prefix}/lib/mono/gac/monodoc/ -%{_prefix}/lib/mono/monodoc/ +%{_libdir}/mono/gac/monodoc/ +%{_libdir}/mono/monodoc/ %{_libdir}/%{name}/ -%{_bindir}/mdassembler -%{_bindir}/mdcs2ecma -%{_bindir}/mdnormalizer -%{_bindir}/mdvalidater -%{_bindir}/mod -%{_bindir}/monodoc* +%{_bindir}/md* +%{_bindir}/mo* %files devel %defattr (-, root, root) %{_libdir}/pkgconfig/monodoc.pc -%clean -%{__rm} -rf %{buildroot} - %changelog +* Wed Aug 30 2006 Paul F. Johnson 1.1.17-1 +- bump to next version +- added R links +- removed some of the legacy stuff in the spec +- globbed the bins +- made 64 bit happy (monodoc-patches.patch) +- added pkgconfig for the devel package + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version - changed usr-lib to prefix-lib Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 15:25:54 -0000 1.3 +++ sources 31 Aug 2006 21:56:38 -0000 1.4 @@ -1 +1 @@ -fe1b79236f5a44a64af9eff353cde245 monodoc-1.1.16.zip +e4f904f23a0c7ca514403fb8ad86ff3e monodoc-1.1.17.zip --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:58:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:58:18 -0700 Subject: rpms/monodoc import.log,1.18,1.19 Message-ID: <200608312158.k7VLwKXi005602@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5568 Modified Files: import.log Log Message: auto-import monodoc-1.1.17-1 on branch FC-5 from monodoc-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodoc/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 31 Aug 2006 21:56:37 -0000 1.18 +++ import.log 31 Aug 2006 21:58:18 -0000 1.19 @@ -15,3 +15,4 @@ monodoc-1_1_16-1:HEAD:monodoc-1.1.16-1.src.rpm:1152631544 monodoc-1_1_16-1:FC-5:monodoc-1.1.16-1.src.rpm:1152631706 monodoc-1_1_17-1:HEAD:monodoc-1.1.17-1.src.rpm:1157061387 +monodoc-1_1_17-1:FC-5:monodoc-1.1.17-1.src.rpm:1157061487 From fedora-extras-commits at redhat.com Thu Aug 31 21:58:19 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:58:19 -0700 Subject: rpms/monodoc/FC-5 monodoc-patches.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 monodoc.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608312158.k7VLwLPM005610@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5568/FC-5 Modified Files: .cvsignore monodoc.spec sources Added Files: monodoc-patches.patch Log Message: auto-import monodoc-1.1.17-1 on branch FC-5 from monodoc-1.1.17-1.src.rpm monodoc-patches.patch: --- NEW FILE monodoc-patches.patch --- --- monodoc-1.1.17/monodoc.pc.in 2006-07-05 23:32:49.000000000 +0100 +++ monodoc-1.1.17/monodoc.pc.in 2006-08-30 23:26:50.000000000 +0100 @@ -1,9 +1,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@prefix@/lib +libdir=@libdir@ sourcesdir=@monodocdir@/sources Name: Monodoc Description: Monodoc - Mono Documentation Tools Version: @VERSION@ -Libs: /r:${prefix}/lib/mono/monodoc/monodoc.dll +Libs: /r:@libdir@/mono/monodoc/monodoc.dll --- monodoc-1.1.17/engine/Makefile.am 2006-07-05 23:32:10.000000000 +0100 +++ monodoc-1.1.17/engine/Makefile.am 2006-08-30 23:27:21.000000000 +0100 @@ -3,13 +3,13 @@ CLEANFILES = monodoc.dll assembler.exe $(monodoc_unix_DATA) normalize.exe mod.exe validate.exe cs2ecma.exe DISTCLEANFILE = AssemblyInfo.cs -if USE_CYGPATH -GACDIR=`cygpath -w $(prefix)/lib` -GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` -else -GACDIR=$(prefix)/lib -GACROOT=$(DESTDIR)$(prefix)/lib -endif +#if USE_CYGPATH +#GACDIR=`cygpath -w $(prefix)/lib` +#GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` +#else +GACDIR=$(libdir) +GACROOT=$(DESTDIR)$(libdir) +#endif monodoc_sources = \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 15:28:36 -0000 1.3 +++ .cvsignore 31 Aug 2006 21:58:19 -0000 1.4 @@ -1 +1 @@ -monodoc-1.1.16.zip +monodoc-1.1.17.zip Index: monodoc.spec =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/monodoc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- monodoc.spec 11 Jul 2006 15:28:36 -0000 1.9 +++ monodoc.spec 31 Aug 2006 21:58:19 -0000 1.10 @@ -2,15 +2,16 @@ Summary: The mono documentation system Name: monodoc -Version: 1.1.16 +Version: 1.1.17 Release: 1%{?dist} License: GPL Group: Documentation Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.zip URL: http://go-mono.com/sources/monodoc/ +Patch0: monodoc-patches.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf -Requires: mono-core +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf automake +Requires: mono-core links %description monodoc is the documentation package for the mono .NET environment @@ -18,46 +19,49 @@ %package devel Summary: .pc file for monodoc Group: Documentation -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development file for monodoc %prep %setup -q +%patch0 -p1 +autoreconf %build -export MONO_PATH=%{buildroot}/lib -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:$PKG_CONFIG_DIR -%configure +%configure --libdir=%{_libdir} make %install %{__rm} -rf %{buildroot} -export MONO_PATH=%{buildroot}/lib make DESTDIR=%{buildroot} install +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog NEWS README -%{_prefix}/lib/mono/gac/monodoc/ -%{_prefix}/lib/mono/monodoc/ +%{_libdir}/mono/gac/monodoc/ +%{_libdir}/mono/monodoc/ %{_libdir}/%{name}/ -%{_bindir}/mdassembler -%{_bindir}/mdcs2ecma -%{_bindir}/mdnormalizer -%{_bindir}/mdvalidater -%{_bindir}/mod -%{_bindir}/monodoc* +%{_bindir}/md* +%{_bindir}/mo* %files devel %defattr (-, root, root) %{_libdir}/pkgconfig/monodoc.pc -%clean -%{__rm} -rf %{buildroot} - %changelog +* Wed Aug 30 2006 Paul F. Johnson 1.1.17-1 +- bump to next version +- added R links +- removed some of the legacy stuff in the spec +- globbed the bins +- made 64 bit happy (monodoc-patches.patch) +- added pkgconfig for the devel package + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version - changed usr-lib to prefix-lib Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 15:28:36 -0000 1.3 +++ sources 31 Aug 2006 21:58:19 -0000 1.4 @@ -1 +1 @@ -fe1b79236f5a44a64af9eff353cde245 monodoc-1.1.16.zip +e4f904f23a0c7ca514403fb8ad86ff3e monodoc-1.1.17.zip From fedora-extras-commits at redhat.com Thu Aug 31 21:58:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:58:41 -0700 Subject: rpms/SDL_image/devel needs.rebuild,1.1,NONE Message-ID: <200608312158.k7VLwhi5005676@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5660 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:59:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 31 Aug 2006 14:59:14 -0700 Subject: rpms/cernlib/devel cernlib.spec,1.32,1.33 Message-ID: <200608312159.k7VLxGIY005716@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/cernlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5699 Modified Files: cernlib.spec Log Message: * Thu Aug 31 2006 Patrice Dumas - 2005-22 - add -q to %setup - rebuild against lesstif for FC6 Index: cernlib.spec =================================================================== RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- cernlib.spec 24 May 2006 21:11:47 -0000 1.32 +++ cernlib.spec 31 Aug 2006 21:59:14 -0000 1.33 @@ -1,6 +1,6 @@ Name: cernlib Version: 2005 -Release: 21%{?dist} +Release: 22%{?dist} Summary: General purpose CERN library and associated binaries Group: Development/Libraries # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL. @@ -12,7 +12,12 @@ #BuildRequires: gcc-g77 #Requires: libxorg-x11-devel lesstif-devel libblas3-devel liblapack3-devel # fedora core +%if "%fedora" > "5" +BuildRequires: lesstif-devel +%else BuildRequires: openmotif-devel +%endif + %if "%fedora" <= "3" BuildRequires: lapack blas %else @@ -37,7 +42,7 @@ # these sources are different from the upstream sources as files with # GPL incompatible licences are removed. You can use cernlib-remove-deadpool # and cernlib-deadpool.txt to recreate them from the upstream -# In a directoory with the cernlib sources, issue +# In a directory with the cernlib sources, issue # sh cernlib-remove-deadpool Source3: http://wwwasd.web.cern.ch/wwwasd/cernlib/download/2005_source/tar/src_geant321.tar.gz Source4: http://wwwasd.web.cern.ch/wwwasd/cernlib/download/2005_source/tar/src_graflib.tar.gz @@ -234,7 +239,11 @@ %package devel Summary: General purpose CERN library static libraries and headers -Requires: openmotif-devel +%if "%fedora" > "5" +BuildRequires: lesstif-devel +%else +BuildRequires: openmotif-devel +%endif %if "%fedora" <= "3" Requires: lapack blas %else @@ -327,24 +336,24 @@ %prep -%setup -c -%setup -T -D -a 2 -%setup -T -D -a 3 -%setup -T -D -a 4 -%setup -T -D -a 5 -%setup -T -D -a 6 -%setup -T -D -a 7 -%setup -T -D -a 8 -%setup -T -D -a 9 -%setup -T -D -a 10 -%setup -T -D -a 11 -%setup -T -D -a 12 -%setup -T -D -a 14 -%setup -T -D -a 15 -%setup -T -D -a 17 +%setup -q -c +%setup -q -T -D -a 2 +%setup -q -T -D -a 3 +%setup -q -T -D -a 4 +%setup -q -T -D -a 5 +%setup -q -T -D -a 6 +%setup -q -T -D -a 7 +%setup -q -T -D -a 8 +%setup -q -T -D -a 9 +%setup -q -T -D -a 10 +%setup -q -T -D -a 11 +%setup -q -T -D -a 12 +%setup -q -T -D -a 14 +%setup -q -T -D -a 15 +%setup -q -T -D -a 17 # patch patchy 4 installer fortran generator script -# avtually it is unusefull, because the unpacking has been done +# actually it is unusefull, because the unpacking has been done # offline, see comment above. #%patch -P 1500 @@ -840,58 +849,62 @@ %changelog -* Wed May 24 2006 Patrice Dumas - 2005-21 +* Thu Aug 31 2006 Patrice Dumas - 2005-22 +- add -q to %%setup +- rebuild against lesstif for FC6 + +* Wed May 24 2006 Patrice Dumas - 2005-21 - compile paw statically against the cernlib (paw binaries dynamically compiled against the cernlib are still shiped). Fix 192866 -* Wed May 17 2006 Patrice Dumas - 2005-20 +* Wed May 17 2006 Patrice Dumas - 2005-20 - use new debian patchset. Fix 191631 -* Tue Apr 13 2006 Patrice Dumas - 2005-19 +* Tue Apr 13 2006 Patrice Dumas - 2005-19 - add a patch to yexpand, to avoid using $HOME. -* Tue Apr 13 2006 Patrice Dumas - 2005-17 +* Tue Apr 13 2006 Patrice Dumas - 2005-17 - npatchy don't build on ppc. -* Wed Apr 12 2006 Patrice Dumas - 2005-16 +* Wed Apr 12 2006 Patrice Dumas - 2005-16 - unpack patchy offline because the files are within an unformatted fortran file which won't be right on all the arches. -* Tue Apr 11 2006 Patrice Dumas - 2005-15.1 +* Tue Apr 11 2006 Patrice Dumas - 2005-15.1 - add conditionals in spec to have only one for all fedora versions. -* Tue Apr 11 2006 Patrice Dumas - 2005-14 +* Tue Apr 11 2006 Patrice Dumas - 2005-14 - add patchy version 4 and build cernlib patchy. From Mattias Ellert. - update to newer debian patchset -* Thu Feb 16 2006 Patrice Dumas - 2005-13 +* Thu Feb 16 2006 Patrice Dumas - 2005-13 - rebuild for fc5 -* Tue Jan 17 2006 Patrice Dumas - 2005-12.1 +* Tue Jan 17 2006 Patrice Dumas - 2005-12.1 - attempt a rebuild against newer openmotif -* Tue Dec 20 2005 Patrice Dumas - 2005-11.4 +* Tue Dec 20 2005 Patrice Dumas - 2005-11.4 - add a symlink from /usr/lib/cernlib/2005/bin/pawX11 to /usr/bin/pawX11 - fix gxint -* Tue Dec 20 2005 Patrice Dumas - 2005-10 +* Tue Dec 20 2005 Patrice Dumas - 2005-10 - add file in /etc/ld.so.conf.d required for dynamic linking -* Wed Dec 14 2005 Patrice Dumas - 2005-9.1 +* Wed Dec 14 2005 Patrice Dumas - 2005-9.1 - use new debian patchset -* Fri Dec 9 2005 Patrice Dumas - 2005-8.1 +* Fri Dec 9 2005 Patrice Dumas - 2005-8.1 - use new debian patchset - enable 64 bit fixes patch -* Fri Dec 2 2005 Patrice Dumas - 2005-7 +* Fri Dec 2 2005 Patrice Dumas - 2005-7 - use updated beta debian patchset - remove the BSD in the licence because there is no library nor binary under a BSD licence and someone could get the idea that there is some dual BSD/GPL licenced binaries or libraries. The LGPL is kept because of cfortran -* Tue Nov 29 2005 Patrice Dumas - 2005-6.1 +* Tue Nov 29 2005 Patrice Dumas - 2005-6.1 - update with newer debian patchset for cernlib, fix licence issues - don't use the include.tar.gz source, instead get include files from the source files @@ -899,17 +912,17 @@ - simplify the scripts modifications - add BuildRequires: libXau-devel to workaround #173530 -* Tue Nov 15 2005 Patrice Dumas - 2005-4 +* Tue Nov 15 2005 Patrice Dumas - 2005-4 - add a .csh file - correct defaults in cernlib scripts -* Sun Sep 11 2005 Patrice Dumas - 2005-3 +* Sun Sep 11 2005 Patrice Dumas - 2005-3 - add rm -rf $RPM_BUILD_ROOT -* Thu Sep 1 2005 Patrice Dumas - 2005-2 +* Thu Sep 1 2005 Patrice Dumas - 2005-2 - minor update of cernlib.README - modify the cernlib script patch to use /usr/X11R6/lib64 if existing -* Tue Jun 09 2005 Patrice Dumas - 2005-1 +* Tue Jun 09 2005 Patrice Dumas - 2005-1 - full rewrite of the spec file from Scientific Linux - use some ideas and many patches from debian cernlib From fedora-extras-commits at redhat.com Thu Aug 31 21:59:37 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:37 -0700 Subject: rpms/gdesklets/FC-5 Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.22, 1.23 Message-ID: <200608312159.k7VLxdJj005856@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/FC-5 Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gdesklets.spec 30 Aug 2006 09:10:34 -0000 1.22 +++ gdesklets.spec 31 Aug 2006 21:59:37 -0000 1.23 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -8,10 +8,11 @@ URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -31,7 +32,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -89,6 +90,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:38 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:38 -0700 Subject: rpms/gdesklets/devel Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.19, 1.20 Message-ID: <200608312159.k7VLxeOI005862@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/devel Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gdesklets.spec 30 Aug 2006 09:10:40 -0000 1.19 +++ gdesklets.spec 31 Aug 2006 21:59:38 -0000 1.20 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -8,10 +8,11 @@ URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -31,7 +32,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -89,6 +90,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:36 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:59:36 -0700 Subject: rpms/xsp import.log,1.16,1.17 Message-ID: <200608312200.k7VM08F2005872@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5770 Modified Files: import.log Log Message: auto-import xsp-1.1.17-1 on branch FC-5 from xsp-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 13 Aug 2006 21:06:14 -0000 1.16 +++ import.log 31 Aug 2006 21:59:36 -0000 1.17 @@ -13,3 +13,4 @@ xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 +xsp-1_1_17-1:FC-5:xsp-1.1.17-1.src.rpm:1157061563 From fedora-extras-commits at redhat.com Thu Aug 31 21:59:36 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:36 -0700 Subject: rpms/gdesklets/FC-4 Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.17, 1.18 Message-ID: <200608312200.k7VM08dI005875@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/FC-4 Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 30 Aug 2006 09:10:33 -0000 1.17 +++ gdesklets.spec 31 Aug 2006 21:59:36 -0000 1.18 @@ -1,15 +1,16 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops License: GPL URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 @@ -28,7 +29,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -86,6 +87,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:59:37 -0700 Subject: rpms/xsp/FC-5 xsp.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xsp.spec, 1.10, 1.11 Message-ID: <200608312200.k7VM091W005878@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5770/FC-5 Modified Files: .cvsignore sources xsp.spec Added Files: xsp.patch Log Message: auto-import xsp-1.1.17-1 on branch FC-5 from xsp-1.1.17-1.src.rpm xsp.patch: --- NEW FILE xsp.patch --- --- xsp-1.1.17/configure.in 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/configure.in 2006-08-31 00:29:53.000000000 +0100 @@ -56,7 +56,7 @@ echo "$CS compiler: $MCS" test x$GMCS = xno || echo "$CS 2.0 compiler: $GMCS" -GACUTIL_FLAGS='-root $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='-root $(DESTDIR)$(libdir)' AC_SUBST(MCS) AC_SUBST(GMCS) --- xsp-1.1.17/scripts/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/scripts/Makefile.am 2006-08-31 00:32:55.000000000 +0100 @@ -12,10 +12,10 @@ CLEANFILES = $(bin1_scripts) $(bin2_scripts_real) $(tool_scripts) $(tool2_scripts) -plat_bindir = $(prefix)/lib/mono/1.0 -plat_bindir2 = $(prefix)/lib/mono/2.0 -plat_tooldir = $(prefix)/lib/xsp/1.0 -plat_tooldir2 = $(prefix)/lib/xsp/2.0 +plat_bindir = $(libdir)/mono/1.0 +plat_bindir2 = $(libdir)/mono/2.0 +plat_tooldir = $(libdir)/xsp/1.0 +plat_tooldir2 = $(libdir)/xsp/2.0 REWRITE = sed \ -e 's,@''plat_bindir@,$(plat_bindir),g' \ --- xsp-1.1.17/src/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/src/Makefile.am 2006-08-31 00:31:41.000000000 +0100 @@ -3,10 +3,10 @@ MCSFLAGS= -debug+ -debug:full -nologo -nowarn:618 -xspdir = $(prefix)/lib/xsp/1.0 -modmonoserverdir = $(prefix)/lib/xsp/1.0 -xsp2dir = $(prefix)/lib/xsp/2.0 -modmonoserver2dir = $(prefix)/lib/xsp/2.0 +xspdir = $(libdir)/xsp/1.0 +modmonoserverdir = $(libdir)/xsp/1.0 +xsp2dir = $(libdir)/xsp/2.0 +modmonoserver2dir = $(libdir)/xsp/2.0 GACUTIL1=$(GACUTIL) -package 1.0 if NET_2_0 @@ -28,9 +28,9 @@ xsp_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll xsp2_references= -r:System.Web.dll -r:System.Configuration.dll -r:Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll if PLATFORM_WIN32 -modmono_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer.dll \ +modmono_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll -modmono2_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer2.dll \ +modmono2_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer2.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll else modmono_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Posix.dll -r:Mono.Security.dll --- xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-08-31 00:35:59.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -dbsessmgrdir = $(prefix)/lib/xsp/1.0 +dbsessmgrdir = $(libdir)/xsp/1.0 dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config if NET_2_0 scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config endif -dbsessmgr2dir = $(prefix)/lib/xsp/2.0 +dbsessmgr2dir = $(libdir)/xsp/2.0 dbsessmgr2_SCRIPTS = $(scripts2) EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config --- xsp-1.1.17/tools/asp_state/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/asp_state/Makefile.am 2006-08-31 00:36:54.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -aspstatedir = $(prefix)/lib/xsp/1.0 +aspstatedir = $(libdir)/xsp/1.0 aspstate_SCRIPTS = asp-state.exe asp-state.exe.config if NET_2_0 scripts2 = asp-state2.exe asp-state2.exe.config endif -aspstate2dir = $(prefix)/lib/xsp/2.0 +aspstate2dir = $(libdir)/xsp/2.0 aspstate2_SCRIPTS = $(scripts2) EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 21:06:15 -0000 1.5 +++ .cvsignore 31 Aug 2006 21:59:36 -0000 1.6 @@ -1 +1 @@ -xsp-1.1.16.1.tar.gz +xsp-1.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 21:06:15 -0000 1.5 +++ sources 31 Aug 2006 21:59:36 -0000 1.6 @@ -1 +1 @@ -ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz +48988812f6bd57971f65a47d0f491412 xsp-1.1.17.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/xsp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xsp.spec 13 Aug 2006 21:06:15 -0000 1.10 +++ xsp.spec 31 Aug 2006 21:59:36 -0000 1.11 @@ -1,39 +1,39 @@ -Name: xsp -Version: 1.1.16.1 -Release: 1%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.17 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz +Patch0: xsp.patch +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf automake +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} -%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. - + %package devel -Summary: Development files for XSP -Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development files for xsp %description devel -Development files for XSP - +Development files for xsp + %prep %setup -q -chmod 0644 tools/asp_state/*.config -chmod 0644 tools/dbsessmgr/*.config +%patch0 -p1 +autoreconf %build -%configure --libdir=%{monodir} +%configure make %install @@ -50,25 +50,29 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{monodir}/xsp/ +%{_libdir}/xsp/1.0/* +%{_libdir}/xsp/2.0/* +%{_libdir}/xsp/test/* +%{_libdir}/mono/gac/Mono.WebServer*/ +%{_libdir}/mono/gac/mod-mono-server*/ +%{_libdir}/mono/gac/xsp*/ +%{_libdir}/mono/1.0/*.dll +%{_libdir}/mono/1.0/*.exe +%{_libdir}/mono/2.0/*.dll +%{_libdir}/mono/2.0/*.exe %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* %files devel -%{monodir}/pkgconfig/xsp* +%{_libdir}/pkgconfig/xsp* %changelog -* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 -- Bump -- fixes for 64 bit -- minor spec file changes +* Thu Aug 31 2006 Paul F. Johnson 1.1.17-1 +- bump to new version +- added patches for architecture independance - added devel package -- Fixed incorrect permissions - -* Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 -- D'oh! Fixes for 64 bit * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version @@ -88,7 +92,6 @@ - Made noarch - Removed debug package - Altered configure to keep it happy -- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Thu Aug 31 22:01:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:01:30 -0700 Subject: rpms/xsp import.log,1.17,1.18 Message-ID: <200608312201.k7VM1Wd2008592@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8555 Modified Files: import.log Log Message: auto-import xsp-1.1.17-1 on branch devel from xsp-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 31 Aug 2006 21:59:36 -0000 1.17 +++ import.log 31 Aug 2006 22:01:30 -0000 1.18 @@ -14,3 +14,4 @@ xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 xsp-1_1_17-1:FC-5:xsp-1.1.17-1.src.rpm:1157061563 +xsp-1_1_17-1:HEAD:xsp-1.1.17-1.src.rpm:1157061679 From fedora-extras-commits at redhat.com Thu Aug 31 22:01:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:01:31 -0700 Subject: rpms/xsp/devel xsp.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xsp.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608312201.k7VM1XDf008600@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8555/devel Modified Files: .cvsignore sources xsp.spec Added Files: xsp.patch Removed Files: needs.rebuild Log Message: auto-import xsp-1.1.17-1 on branch devel from xsp-1.1.17-1.src.rpm xsp.patch: --- NEW FILE xsp.patch --- --- xsp-1.1.17/configure.in 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/configure.in 2006-08-31 00:29:53.000000000 +0100 @@ -56,7 +56,7 @@ echo "$CS compiler: $MCS" test x$GMCS = xno || echo "$CS 2.0 compiler: $GMCS" -GACUTIL_FLAGS='-root $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='-root $(DESTDIR)$(libdir)' AC_SUBST(MCS) AC_SUBST(GMCS) --- xsp-1.1.17/scripts/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/scripts/Makefile.am 2006-08-31 00:32:55.000000000 +0100 @@ -12,10 +12,10 @@ CLEANFILES = $(bin1_scripts) $(bin2_scripts_real) $(tool_scripts) $(tool2_scripts) -plat_bindir = $(prefix)/lib/mono/1.0 -plat_bindir2 = $(prefix)/lib/mono/2.0 -plat_tooldir = $(prefix)/lib/xsp/1.0 -plat_tooldir2 = $(prefix)/lib/xsp/2.0 +plat_bindir = $(libdir)/mono/1.0 +plat_bindir2 = $(libdir)/mono/2.0 +plat_tooldir = $(libdir)/xsp/1.0 +plat_tooldir2 = $(libdir)/xsp/2.0 REWRITE = sed \ -e 's,@''plat_bindir@,$(plat_bindir),g' \ --- xsp-1.1.17/src/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/src/Makefile.am 2006-08-31 00:31:41.000000000 +0100 @@ -3,10 +3,10 @@ MCSFLAGS= -debug+ -debug:full -nologo -nowarn:618 -xspdir = $(prefix)/lib/xsp/1.0 -modmonoserverdir = $(prefix)/lib/xsp/1.0 -xsp2dir = $(prefix)/lib/xsp/2.0 -modmonoserver2dir = $(prefix)/lib/xsp/2.0 +xspdir = $(libdir)/xsp/1.0 +modmonoserverdir = $(libdir)/xsp/1.0 +xsp2dir = $(libdir)/xsp/2.0 +modmonoserver2dir = $(libdir)/xsp/2.0 GACUTIL1=$(GACUTIL) -package 1.0 if NET_2_0 @@ -28,9 +28,9 @@ xsp_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll xsp2_references= -r:System.Web.dll -r:System.Configuration.dll -r:Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll if PLATFORM_WIN32 -modmono_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer.dll \ +modmono_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll -modmono2_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer2.dll \ +modmono2_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer2.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll else modmono_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Posix.dll -r:Mono.Security.dll --- xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-08-31 00:35:59.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -dbsessmgrdir = $(prefix)/lib/xsp/1.0 +dbsessmgrdir = $(libdir)/xsp/1.0 dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config if NET_2_0 scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config endif -dbsessmgr2dir = $(prefix)/lib/xsp/2.0 +dbsessmgr2dir = $(libdir)/xsp/2.0 dbsessmgr2_SCRIPTS = $(scripts2) EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config --- xsp-1.1.17/tools/asp_state/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/asp_state/Makefile.am 2006-08-31 00:36:54.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -aspstatedir = $(prefix)/lib/xsp/1.0 +aspstatedir = $(libdir)/xsp/1.0 aspstate_SCRIPTS = asp-state.exe asp-state.exe.config if NET_2_0 scripts2 = asp-state2.exe asp-state2.exe.config endif -aspstate2dir = $(prefix)/lib/xsp/2.0 +aspstate2dir = $(libdir)/xsp/2.0 aspstate2_SCRIPTS = $(scripts2) EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 21:05:08 -0000 1.5 +++ .cvsignore 31 Aug 2006 22:01:31 -0000 1.6 @@ -1 +1 @@ -xsp-1.1.16.1.tar.gz +xsp-1.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 21:05:08 -0000 1.5 +++ sources 31 Aug 2006 22:01:31 -0000 1.6 @@ -1 +1 @@ -ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz +48988812f6bd57971f65a47d0f491412 xsp-1.1.17.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/xsp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xsp.spec 13 Aug 2006 21:05:08 -0000 1.10 +++ xsp.spec 31 Aug 2006 22:01:31 -0000 1.11 @@ -1,39 +1,39 @@ -Name: xsp -Version: 1.1.16.1 -Release: 1%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.17 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz +Patch0: xsp.patch +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf automake +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} -%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. - + %package devel -Summary: Development files for XSP -Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development files for xsp %description devel -Development files for XSP - +Development files for xsp + %prep %setup -q -chmod 0644 tools/asp_state/*.config -chmod 0644 tools/dbsessmgr/*.config +%patch0 -p1 +autoreconf %build -%configure --libdir=%{monodir} +%configure make %install @@ -50,25 +50,29 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{monodir}/xsp/ +%{_libdir}/xsp/1.0/* +%{_libdir}/xsp/2.0/* +%{_libdir}/xsp/test/* +%{_libdir}/mono/gac/Mono.WebServer*/ +%{_libdir}/mono/gac/mod-mono-server*/ +%{_libdir}/mono/gac/xsp*/ +%{_libdir}/mono/1.0/*.dll +%{_libdir}/mono/1.0/*.exe +%{_libdir}/mono/2.0/*.dll +%{_libdir}/mono/2.0/*.exe %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* %files devel -%{monodir}/pkgconfig/xsp* +%{_libdir}/pkgconfig/xsp* %changelog -* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 -- Bump -- fixes for 64 bit -- minor spec file changes +* Thu Aug 31 2006 Paul F. Johnson 1.1.17-1 +- bump to new version +- added patches for architecture independance - added devel package -- Fixed incorrect permissions - -* Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 -- D'oh! Fixes for 64 bit * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version @@ -88,7 +92,6 @@ - Made noarch - Removed debug package - Altered configure to keep it happy -- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:06:31 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:06:31 -0700 Subject: rpms/SDL_net/devel needs.rebuild,1.1,NONE Message-ID: <200608312206.k7VM6XXH008766@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8748 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:07:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:08 -0700 Subject: rpms/digikam-doc - New directory Message-ID: <200608312207.k7VM7ApD008834@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8808/digikam-doc Log Message: Directory /cvs/extras/rpms/digikam-doc added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 22:07:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:08 -0700 Subject: rpms/digikam-doc/devel - New directory Message-ID: <200608312207.k7VM7BKV008837@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8808/digikam-doc/devel Log Message: Directory /cvs/extras/rpms/digikam-doc/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 22:07:29 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:29 -0700 Subject: rpms/digikam-doc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608312207.k7VM7VVe008916@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8868/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module digikam-doc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 31 22:07:25 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:25 -0700 Subject: rpms/digikam-doc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608312207.k7VM7RX1008888@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8868 Added Files: Makefile import.log Log Message: Setup of module digikam-doc --- NEW FILE Makefile --- # Top level Makefile for module digikam-doc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 31 22:09:49 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:09:49 -0700 Subject: rpms/db4o/devel db4o.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608312209.k7VM9pGZ009060@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9025/devel Modified Files: db4o.spec Removed Files: needs.rebuild Log Message: auto-import db4o-5.5-10 on branch devel from db4o-5.5-10.src.rpm Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- db4o.spec 24 Aug 2006 22:30:18 -0000 1.3 +++ db4o.spec 31 Aug 2006 22:09:49 -0000 1.4 @@ -3,7 +3,7 @@ Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz @@ -79,7 +79,7 @@ %{_libdir}/pkgconfig/db4o.pc %changelog -* Wed Aug 24 2006 Paul F. Johnson 5.5-9 +* Wed Aug 24 2006 Paul F. Johnson 5.5-10 - Removed monodir hack - Added makefile patch - Added release requirement for docs subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:09:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:09:48 -0700 Subject: rpms/db4o import.log,1.3,1.4 Message-ID: <200608312209.k7VM9oMX009056@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9025 Modified Files: import.log Log Message: auto-import db4o-5.5-10 on branch devel from db4o-5.5-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 24 Aug 2006 22:30:18 -0000 1.3 +++ import.log 31 Aug 2006 22:09:48 -0000 1.4 @@ -1,2 +1,3 @@ db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 db4o-5_5-9:HEAD:db4o-5.5-9.src.rpm:1156458606 +db4o-5_5-10:HEAD:db4o-5.5-10.src.rpm:1157062175 From fedora-extras-commits at redhat.com Thu Aug 31 22:11:24 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:24 -0700 Subject: rpms/gdesklets/FC-4 NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBQQA009147@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/FC-4 Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:11:25 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:25 -0700 Subject: rpms/gdesklets/FC-5 NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBRGf009150@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/FC-5 Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:11:26 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:26 -0700 Subject: rpms/gdesklets/devel NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBS1V009153@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/devel Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:12:26 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:12:26 -0700 Subject: rpms/SDL_ttf/devel needs.rebuild,1.1,NONE Message-ID: <200608312212.k7VMCSA3009244@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9227 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:14:22 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:14:22 -0700 Subject: rpms/SDL_mixer/devel needs.rebuild,1.1,NONE Message-ID: <200608312214.k7VMEPaU009526@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9505 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:15:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:15:48 -0700 Subject: rpms/tagtool/devel tagtool.spec,1.6,1.7 Message-ID: <200608312215.k7VMFoRh009631@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/tagtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9614 Modified Files: tagtool.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.12.2-8 - Rebuild for FC6. Index: tagtool.spec =================================================================== RCS file: /cvs/extras/rpms/tagtool/devel/tagtool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tagtool.spec 23 Jun 2006 14:30:10 -0000 1.6 +++ tagtool.spec 31 Aug 2006 22:15:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: tagtool Version: 0.12.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Ogg Vorbis and MP3 tag manager Group: Applications/Multimedia @@ -76,6 +76,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.12.2-8 +- Rebuild for FC6. + * Fri Jun 23 2006 Brian Pepple - 0.12.2-7 - Add BR for perl(XML::Parser). From fedora-extras-commits at redhat.com Thu Aug 31 22:17:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:17:25 -0700 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.26,1.27 Message-ID: <200608312217.k7VMHR90009720@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9698 Modified Files: xchat-gnome.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.13-3 - Update for FC6. Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xchat-gnome.spec 26 Jul 2006 15:42:35 -0000 1.26 +++ xchat-gnome.spec 31 Aug 2006 22:17:25 -0000 1.27 @@ -3,7 +3,7 @@ Name: xchat-gnome Version: 0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -141,6 +141,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.13-3 +- Update for FC6. + * Wed Jul 26 2006 Brian Pepple - 0.13-2 - Update to 0.13. From fedora-extras-commits at redhat.com Thu Aug 31 22:19:53 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 15:19:53 -0700 Subject: rpms/poker-engine/devel needs.rebuild,1.1,NONE Message-ID: <200608312219.k7VMJtpS009806@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9791 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:39:35 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:39:35 -0700 Subject: rpms/digikam-doc import.log,1.1,1.2 Message-ID: <200608312239.k7VMdbsn010963@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930 Modified Files: import.log Log Message: auto-import digikam-doc-0.8.2-3 on branch devel from digikam-doc-0.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Aug 2006 22:07:25 -0000 1.1 +++ import.log 31 Aug 2006 22:39:35 -0000 1.2 @@ -0,0 +1 @@ +digikam-doc-0_8_2-3:HEAD:digikam-doc-0.8.2-3.src.rpm:1157063981 From fedora-extras-commits at redhat.com Thu Aug 31 22:39:36 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:39:36 -0700 Subject: rpms/digikam-doc/devel digikam-doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608312239.k7VMdc7O010968@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930/devel Modified Files: .cvsignore sources Added Files: digikam-doc.spec Log Message: auto-import digikam-doc-0.8.2-3 on branch devel from digikam-doc-0.8.2-3.src.rpm --- NEW FILE digikam-doc.spec --- Name: digikam-doc Version: 0.8.2 Release: 3%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation License: GFDL URL: http://www.digikam.org/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-r1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: kdelibs-devel Requires: digikam = %{version} %description Documentation for the digiKam and Showfoto. %prep %setup -q -n %{name}-%{version}-r1 %build %configure --target=%{_build_cpu} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Fix AUTHORS encoding iconv -f iso-8859-1 -t utf-8 < AUTHORS > AUTHORS.tmp mv -f AUTHORS.tmp AUTHORS # Make symlink relative pushd $RPM_BUILD_ROOT%{_docdir}/HTML/ for i in * do pushd $RPM_BUILD_ROOT%{_docdir}/HTML/$i/ for j in * do pushd $RPM_BUILD_ROOT%{_docdir}/HTML/$i/$j/ ln -sf ../common done popd done popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS ChangeLog README %{_docdir}/HTML/*/digikam/ %{_docdir}/HTML/*/showfoto/ %changelog * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building * Thu Aug 31 2006 Marcin Garski 0.8.2-2 - Changed summary field - Build as noarch * Sat Aug 26 2006 Marcin Garski 0.8.2-1 - Initial specfile for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Aug 2006 22:07:29 -0000 1.1 +++ .cvsignore 31 Aug 2006 22:39:36 -0000 1.2 @@ -0,0 +1 @@ +digikam-doc-0.8.2-r1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Aug 2006 22:07:29 -0000 1.1 +++ sources 31 Aug 2006 22:39:36 -0000 1.2 @@ -0,0 +1 @@ +5fea0b1d1aff7ce98954bbc3951d5fa9 digikam-doc-0.8.2-r1.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 31 22:40:15 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:40:15 -0700 Subject: rpms/feh/devel feh.spec,1.8,1.9 Message-ID: <200608312240.k7VMeHfE011031@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/feh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11014 Modified Files: feh.spec Log Message: Rebuild for FC6 Index: feh.spec =================================================================== RCS file: /cvs/extras/rpms/feh/devel/feh.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- feh.spec 14 Feb 2006 04:23:06 -0000 1.8 +++ feh.spec 31 Aug 2006 22:40:15 -0000 1.9 @@ -3,7 +3,7 @@ Name: feh Version: 1.3.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast command line image viewer using Imlib2 Group: Applications/Multimedia @@ -48,6 +48,9 @@ %{_mandir}/man[^3]/* %changelog +* Thu Aug 31 2006 Aaron Kurtz - 1.3.4-4 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Aaron Kurtz - 1.3.4-3 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Thu Aug 31 22:42:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:42:38 -0700 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.27,1.28 Message-ID: <200608312242.k7VMgeTr011193@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11174 Modified Files: xchat-gnome.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.13-4 - Add BR for perl(XML::Parser). Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- xchat-gnome.spec 31 Aug 2006 22:17:25 -0000 1.27 +++ xchat-gnome.spec 31 Aug 2006 22:42:38 -0000 1.28 @@ -3,7 +3,7 @@ Name: xchat-gnome Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -20,6 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: scrollkeeper BuildRequires: gettext +BuildRequires: perl(XML::Parser) BuildRequires: gnome-doc-utils %if %{with_dbus} @@ -141,6 +142,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.13-4 +- Add BR for perl(XML::Parser). + * Thu Aug 31 2006 Brian Pepple - 0.13-3 - Update for FC6. From fedora-extras-commits at redhat.com Thu Aug 31 22:44:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 15:44:27 -0700 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.4, 1.5 perl-POE-Component-IRC.spec, 1.5, 1.6 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608312244.k7VMiTG3011349@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11278/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Removed Files: needs.rebuild Log Message: - bump to 4.99 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Aug 2006 03:58:10 -0000 1.4 +++ .cvsignore 31 Aug 2006 22:44:27 -0000 1.5 @@ -1 +1 @@ -POE-Component-IRC-4.98.tar.gz +POE-Component-IRC-4.99.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Component-IRC.spec 23 Aug 2006 03:58:10 -0000 1.5 +++ perl-POE-Component-IRC.spec 31 Aug 2006 22:44:27 -0000 1.6 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.98 +Version: 4.99 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,10 @@ %changelog +* Thu Aug 31 2006 Chris Weyl 4.99-1 +- rebuild per mass rebuild +- update to 4.99 + * Tue Aug 22 2006 Chris Weyl 4.98-1 - update to 4.98 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Aug 2006 03:58:10 -0000 1.4 +++ sources 31 Aug 2006 22:44:27 -0000 1.5 @@ -1 +1 @@ -0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz +1357097c39604794e7fbb7213579844e POE-Component-IRC-4.99.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:44:22 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:44:22 -0700 Subject: owners owners.list,1.1479,1.1480 Message-ID: <200608312244.k7VMiOkY011304@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11287 Modified Files: owners.list Log Message: Added digikam-doc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1479 retrieving revision 1.1480 diff -u -r1.1479 -r1.1480 --- owners.list 31 Aug 2006 15:30:40 -0000 1.1479 +++ owners.list 31 Aug 2006 22:44:22 -0000 1.1480 @@ -264,6 +264,7 @@ Fedora Extras|diction|Identifies diction and style errors|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|dietlibc|Small libc implementation|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|digikam|A digital camera accessing & photo management application|mgarski at post.pl|extras-qa at fedoraproject.org| +Fedora Extras|digikam-doc|Documentation for the digiKam and Showfoto|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|digikamimageplugins|Plugins for Digikam|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dillo|Very small and fast GUI web browser|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|diradmin|User control management tool for LDAP directories|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 31 22:44:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 15:44:26 -0700 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608312244.k7VMiSrO011343@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11278/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: - bump to 4.99 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Component-IRC.spec 23 Aug 2006 03:58:09 -0000 1.5 +++ perl-POE-Component-IRC.spec 31 Aug 2006 22:44:26 -0000 1.6 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.98 +Version: 4.99 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,10 @@ %changelog +* Thu Aug 31 2006 Chris Weyl 4.99-1 +- rebuild per mass rebuild +- update to 4.99 + * Tue Aug 22 2006 Chris Weyl 4.98-1 - update to 4.98 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Aug 2006 03:58:09 -0000 1.4 +++ sources 31 Aug 2006 22:44:26 -0000 1.5 @@ -1 +1 @@ -0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz +1357097c39604794e7fbb7213579844e POE-Component-IRC-4.99.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 22:46:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 15:46:23 -0700 Subject: rpms/cal3d/devel cal3d.spec,1.3,1.4 Message-ID: <200608312246.k7VMkPjd011481@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11462 Modified Files: cal3d.spec Log Message: Rebuild Index: cal3d.spec =================================================================== RCS file: /cvs/extras/rpms/cal3d/devel/cal3d.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cal3d.spec 8 Jul 2006 21:33:01 -0000 1.3 +++ cal3d.spec 31 Aug 2006 22:46:23 -0000 1.4 @@ -1,6 +1,6 @@ Name: cal3d Version: 0.11.0 -Release: 1%{?dist}.1 +Release: 2%{?dist} Summary: Skeletal based 3-D character animation library License: LGPL URL: http://gna.org/projects/cal3d @@ -81,7 +81,10 @@ # upstream forgot this for 0.11.0: docs/modeling %changelog -* Thu Jul 08 2006 Christohper Stone 0.11.0-1.fc6.1 +* Thu Aug 31 2006 Christopher Stone 0.11.0-2 +- FC6 Rebuild + +* Sat Jul 08 2006 Christohper Stone 0.11.0-1.fc6.1 - Rebuild release bump * Thu Jul 08 2006 Christohper Stone 0.11.0-1 From fedora-extras-commits at redhat.com Thu Aug 31 22:50:38 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:50:38 -0700 Subject: rpms/gnome-applet-netspeed/devel gnome-applet-netspeed.spec, 1.8, 1.9 Message-ID: <200608312250.k7VMoewO011603@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11586 Modified Files: gnome-applet-netspeed.spec Log Message: Rebuild for FC6 Index: gnome-applet-netspeed.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-netspeed/devel/gnome-applet-netspeed.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-netspeed.spec 14 Feb 2006 04:23:15 -0000 1.8 +++ gnome-applet-netspeed.spec 31 Aug 2006 22:50:38 -0000 1.9 @@ -1,6 +1,6 @@ Name: gnome-applet-netspeed Version: 0.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME applet that shows traffic on a network device Group: Applications/Internet @@ -53,6 +53,9 @@ %{_datadir}/omf/netspeed_applet/ %changelog +* Thu Aug 31 2006 Aaron Kurtz - 0.13-6 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Aaron Kurtz - 0.13-5 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Thu Aug 31 22:53:22 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:53:22 -0700 Subject: rpms/smb4k/devel smb4k.spec,1.12,1.13 Message-ID: <200608312253.k7VMrO82011768@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11751 Modified Files: smb4k.spec Log Message: - Rebuild for Fedora Core 6 - Spec tweak Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/smb4k.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- smb4k.spec 17 Aug 2006 22:17:43 -0000 1.12 +++ smb4k.spec 31 Aug 2006 22:53:22 -0000 1.13 @@ -1,6 +1,6 @@ Name: smb4k Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The SMB/CIFS Share Browser for KDE Group: Applications/Internet @@ -54,8 +54,8 @@ $RPM_BUILD_ROOT%{_datadir}/applications/kde/smb4k.desktop # Make symlink relative -pushd $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/smb4k/ -ln -s -f ../common +pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en/smb4k/ +ln -sf ../common popd # Ugly workaround for broken libtool archive @@ -97,7 +97,7 @@ %{_datadir}/applications/*smb4k.desktop %{_datadir}/apps/konqsidebartng/add/smb4k*.desktop %{_datadir}/apps/smb4k/ -%{_datadir}/doc/HTML/en/smb4k/ +%{_docdir}/HTML/en/smb4k/ %{_datadir}/icons/crystalsvg/*/apps/smb4k.png %files devel @@ -106,6 +106,10 @@ %{_libdir}/*.so %changelog +* Fri Sep 01 2006 Marcin Garski 0.7.2-2 +- Rebuild for Fedora Core 6 +- Spec tweak + * Fri Aug 18 2006 Marcin Garski 0.7.2-1 - Updated to version 0.7.2 From fedora-extras-commits at redhat.com Thu Aug 31 22:55:02 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:55:02 -0700 Subject: rpms/cfv/devel cfv.spec,1.1,1.2 Message-ID: <200608312255.k7VMt4lK011858@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/cfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11841 Modified Files: cfv.spec Log Message: Rebuild for FC6 Index: cfv.spec =================================================================== RCS file: /cvs/extras/rpms/cfv/devel/cfv.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfv.spec 21 Feb 2006 03:14:44 -0000 1.1 +++ cfv.spec 31 Aug 2006 22:55:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: cfv Version: 1.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility to test and create data verification files Group: Applications/Archiving @@ -48,5 +48,8 @@ %changelog +* Thu Aug 31 2006 Aaron Kurz - 1.18.1-2 +- Rebuild for Fedora Core 6 + * Sun Feb 19 2006 Aaron Kurtz - 1.18.1-1 - Initial Fedora Extras release From fedora-extras-commits at redhat.com Thu Aug 31 22:55:12 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:55:12 -0700 Subject: rpms/gdesklets/devel needs.rebuild,1.1,NONE Message-ID: <200608312255.k7VMtEQ5011913@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898 Removed Files: needs.rebuild Log Message: removed needs.rebuild message, rebuilt done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:56:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:56:08 -0700 Subject: rpms/krusader/devel krusader.spec,1.12,1.13 Message-ID: <200608312256.k7VMuA5L011967@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11948 Modified Files: krusader.spec Log Message: - Rebuild for Fedora Core 6 - Spec tweak Index: krusader.spec =================================================================== RCS file: /cvs/extras/rpms/krusader/devel/krusader.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- krusader.spec 29 Jul 2006 21:50:37 -0000 1.12 +++ krusader.spec 31 Aug 2006 22:56:07 -0000 1.13 @@ -1,6 +1,6 @@ Name: krusader Version: 1.70.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An advanced twin-panel (commander-style) file-manager for KDE Group: Applications/File @@ -55,8 +55,8 @@ rm -rf $RPM_BUILD_ROOT%{_tmppath} # Make symlink relative -pushd $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/krusader/ -ln -s -f ../common +pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en/krusader/ +ln -sf ../common popd %find_lang %{name} @@ -100,7 +100,7 @@ %{_datadir}/apps/konqueror/servicemenus/isoservice.desktop %{_datadir}/apps/krusader/ %{_datadir}/config/kio_isorc -%{_datadir}/doc/HTML/en/krusader/ +%{_docdir}/HTML/en/krusader/ %{_datadir}/icons/crystalsvg/*/apps/* %{_datadir}/icons/locolor/*/apps/* %{_mandir}/man1/krusader.1* @@ -108,6 +108,10 @@ %{_datadir}/services/krarc.protocol %changelog +* Fri Sep 01 2006 Marcin Garski 1.70.1-2 +- Rebuild for Fedora Core 6 +- Spec tweak + * Sat Jul 29 2006 Marcin Garski 1.70.1-1 - Updated to version 1.70.1 which fix CVE-2006-3816 (#200323) From fedora-extras-commits at redhat.com Thu Aug 31 22:59:24 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:59:24 -0700 Subject: rpms/digikam/devel digikam.spec,1.25,1.26 Message-ID: <200608312259.k7VMxQSl012077@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12060 Modified Files: digikam.spec Log Message: - Rebuild for Fedora Core 6 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- digikam.spec 16 Aug 2006 21:08:09 -0000 1.25 +++ digikam.spec 31 Aug 2006 22:59:24 -0000 1.26 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Fri Sep 01 2006 Marcin Garski 0.8.2-3 +- Rebuild for Fedora Core 6 + * Wed Aug 16 2006 Marcin Garski 0.8.2-2 - Release bump (#201756) From fedora-extras-commits at redhat.com Thu Aug 31 23:03:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 31 Aug 2006 16:03:13 -0700 Subject: rpms/emelfm2/devel .cvsignore, 1.8, 1.9 emelfm2.spec, 1.12, 1.13 sources, 1.8, 1.9 e2-0.1.8-06-08-09.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608312303.k7VN3nus014799@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14776 Modified Files: .cvsignore emelfm2.spec sources Removed Files: e2-0.1.8-06-08-09.patch needs.rebuild Log Message: update to 0.2.0, remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Aug 2006 22:22:41 -0000 1.8 +++ .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 @@ -1 +1 @@ -emelfm2-0.1.8.tar.gz +emelfm2-0.2.tar.gz Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- emelfm2.spec 10 Aug 2006 23:20:09 -0000 1.12 +++ emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 @@ -1,14 +1,13 @@ Name: emelfm2 -Version: 0.1.8 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz +Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz Patch0: emelfm2-makefile.config.patch -Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,8 +20,7 @@ opening an xterm. %prep -%setup -q -%patch1 -p0 -b .06-08-09 +%setup -qn emelfm2-0.2 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -67,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 +- Update 0.2.0 + * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Aug 2006 22:22:41 -0000 1.8 +++ sources 31 Aug 2006 23:03:11 -0000 1.9 @@ -1 +1 @@ -3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz +506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz --- e2-0.1.8-06-08-09.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:16:41 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 31 Aug 2006 16:16:41 -0700 Subject: fedora-security/audit fc5,1.305,1.306 fc6,1.51,1.52 Message-ID: <200608312316.k7VNGfYR015022@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14997 Modified Files: fc5 fc6 Log Message: Note a new gdb issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.305 retrieving revision 1.306 diff -u -r1.305 -r1.306 --- fc5 31 Aug 2006 14:34:52 -0000 1.305 +++ fc5 31 Aug 2006 23:16:39 -0000 1.306 @@ -20,6 +20,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug +CVE-2006-4146 VULNERABLE (gdb) #204845 CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- fc6 31 Aug 2006 14:34:52 -0000 1.51 +++ fc6 31 Aug 2006 23:16:39 -0000 1.52 @@ -20,6 +20,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug +CVE-2006-4146 VULNERABLE (gdb) CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 [fixed rawhide] CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Thu Aug 31 23:17:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 16:17:30 -0700 Subject: rpms/gaim-gaym/devel needs.rebuild,1.1,NONE Message-ID: <200608312317.k7VNHWr6015039@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/gaim-gaym/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14993 Removed Files: needs.rebuild Log Message: This package cannot currently be rebuilt as neither the release tarball nor SVN supports the level of gaim in devel. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:24:42 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:24:42 -0700 Subject: rpms/cal3d/devel needs.rebuild,1.1,NONE Message-ID: <200608312324.k7VNOiiG015111@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15096 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:25:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:25:24 -0700 Subject: rpms/tagtool/devel needs.rebuild,1.1,NONE Message-ID: <200608312325.k7VNPQg8015147@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/tagtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15132 Removed Files: needs.rebuild Log Message: * Thu Aug 31 2006 Brian Pepple - 0.12.2-8 - Rebuild for FC6. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:26:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:26:02 -0700 Subject: rpms/xchat-gnome/devel needs.rebuild,1.1,NONE Message-ID: <200608312326.k7VNQ4Hf015176@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15159 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:26:05 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:26:05 -0700 Subject: rpms/osgcal/devel osgcal.spec,1.4,1.5 Message-ID: <200608312326.k7VNQbJ9015213@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15178 Modified Files: osgcal.spec Log Message: rebuild Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- osgcal.spec 8 Jul 2006 22:01:28 -0000 1.4 +++ osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 @@ -1,6 +1,6 @@ Name: osgcal Version: 0.1.40 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D Group: Development/Libraries License: LGPL @@ -69,6 +69,9 @@ %exclude %{_libdir}/*.a %changelog +* Thu Aug 31 2006 Christopher Stone 0.1.40-4 +- FC6 Rebuild + * Sat Jul 08 2006 Christopher Stone 0.1.40-3 - Rebuild against new cal3d From fedora-extras-commits at redhat.com Thu Aug 31 23:28:43 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:28:43 -0700 Subject: rpms/xscorch/devel needs.rebuild,1.1,NONE Message-ID: <200608312328.k7VNSjK9015290@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/xscorch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15275 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:29:44 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:29:44 -0700 Subject: rpms/smb4k/devel needs.rebuild,1.1,NONE Message-ID: <200608312329.k7VNTkbD015324@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15309 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:30:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:30:42 -0700 Subject: rpms/pcb import.log,1.16,1.17 Message-ID: <200608312330.k7VNUiCF015407@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374 Modified Files: import.log Log Message: auto-import pcb-0.20060822-4 on branch FC-5 from pcb-0.20060822-4.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 25 Aug 2006 20:33:23 -0000 1.16 +++ import.log 31 Aug 2006 23:30:42 -0000 1.17 @@ -13,3 +13,4 @@ pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 +pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 From fedora-extras-commits at redhat.com Thu Aug 31 23:30:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:30:43 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.10,1.11 Message-ID: <200608312330.k7VNUjwd015411@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374/FC-5 Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-4 on branch FC-5 from pcb-0.20060822-4.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pcb.spec 25 Aug 2006 20:23:59 -0000 1.10 +++ pcb.spec 31 Aug 2006 23:30:42 -0000 1.11 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 2%{?dist} +Release: 4%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -13,6 +13,7 @@ BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils +Requires: m4 Source0: http://optusnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{pcbver}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -23,7 +24,7 @@ industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can -tremendously reduce layout time. +tremendously reduce layout time. %package doc Summary: Documentation for PCB, an interactive printed circuit board editor @@ -115,30 +116,19 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +- Added m4 as requires: to fix the error msg: +- can't find default font-symbol-file 'default_font' + +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +- release for devel + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 -- fixed icon in Kmenu - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 -- incremented the tag for FC-5 - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 -- splitting into pcb and pcb-doc - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 -- incremented the tag for devel - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 -- incremented the tag for FC-5 - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-5 -- incremented the tag for FC-4 - * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop From fedora-extras-commits at redhat.com Thu Aug 31 23:33:29 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 16:33:29 -0700 Subject: rpms/gnome-applet-netspeed/devel gnome-applet-netspeed.spec, 1.9, 1.10 Message-ID: <200608312333.k7VNXVQI015548@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15530 Modified Files: gnome-applet-netspeed.spec Log Message: FC6 needs new BuildRequires Index: gnome-applet-netspeed.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-netspeed/devel/gnome-applet-netspeed.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-netspeed.spec 31 Aug 2006 22:50:38 -0000 1.9 +++ gnome-applet-netspeed.spec 31 Aug 2006 23:33:29 -0000 1.10 @@ -1,6 +1,6 @@ Name: gnome-applet-netspeed Version: 0.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GNOME applet that shows traffic on a network device Group: Applications/Internet @@ -8,9 +8,10 @@ URL: http://mfcn.ilo.de/netspeed_applet Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pkgconfig, gettext, scrollkeeper +BuildRequires: pkgconfig, gettext, scrollkeeper, intltool +BuildRequires: perl-XML-Parser BuildRequires: libgnomeui-devel >= 2.8, libgtop2-devel -BuildRequires: gnome-panel-devel >= 2.8 +BuildRequires: gnome-panel-devel >= 2.8, libnotify-devel Requires(post): scrollkeeper Requires(postun): scrollkeeper Provides: netspeed_applet = %{version}-%{release} @@ -54,6 +55,9 @@ %changelog * Thu Aug 31 2006 Aaron Kurtz - 0.13-6 +- Add newly required BuildRequires + +* Thu Aug 31 2006 Aaron Kurtz - 0.13-6 - Rebuild for Fedora Extras 6 * Mon Feb 13 2006 Aaron Kurtz - 0.13-5 From fedora-extras-commits at redhat.com Thu Aug 31 23:34:45 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:34:45 -0700 Subject: rpms/istanbul/FC-5 istanbul.spec,1.6,1.7 Message-ID: <200608312334.k7VNYlrP015635@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15618 Modified Files: istanbul.spec Log Message: * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/FC-5/istanbul.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- istanbul.spec 23 Mar 2006 22:44:58 -0000 1.6 +++ istanbul.spec 31 Aug 2006 23:34:45 -0000 1.7 @@ -8,11 +8,12 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.1.1 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul Source: http://http://live.hujjat.org/istanbul-%{version}.tar.bz2 +Patch: istanbul-context-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pygtk2 >= %{pygtk2_version} @@ -40,6 +41,7 @@ %prep %setup -q +%patch -p0 %build #aclocal @@ -95,6 +97,9 @@ %{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 +- Applied contributed patch to fix context menu bug #204032 + * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 - attempt to fix 64bit build failures do to unpackaged la From fedora-extras-commits at redhat.com Thu Aug 31 23:36:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:36:18 -0700 Subject: rpms/liferea/devel .cvsignore, 1.33, 1.34 liferea.spec, 1.47, 1.48 sources, 1.34, 1.35 Message-ID: <200608312336.k7VNaK0e015741@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15664 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 31 2006 Brian Pepple - 1.0.22-1 - Update to 1.0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- .cvsignore 10 Aug 2006 18:29:25 -0000 1.33 +++ .cvsignore 31 Aug 2006 23:36:18 -0000 1.34 @@ -1 +1 @@ -liferea-1.0.21.tar.gz +liferea-1.0.22.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- liferea.spec 10 Aug 2006 18:29:25 -0000 1.47 +++ liferea.spec 31 Aug 2006 23:36:18 -0000 1.48 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.21 -Release: 3%{?dist} +Version: 1.0.22 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -108,6 +108,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.0.22-1 +- Update to 1.0.22. + * Thu Aug 10 2006 Brian Pepple - 1.0.21-3 - Update to 1.0.21. - Bump firefox version to 1.5.0.6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 10 Aug 2006 18:29:25 -0000 1.34 +++ sources 31 Aug 2006 23:36:18 -0000 1.35 @@ -1 +1 @@ -4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz +dd252e0833ad745d6f7ee3a0b2114bff liferea-1.0.22.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 23:37:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:37:05 -0700 Subject: rpms/krusader/devel needs.rebuild,1.1,NONE Message-ID: <200608312337.k7VNb7YY015819@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15804 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:37:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:37:30 -0700 Subject: rpms/pcb import.log,1.17,1.18 Message-ID: <200608312337.k7VNbWPr015887@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15856 Modified Files: import.log Log Message: auto-import pcb-0.20060822-4 on branch devel from pcb-0.20060822-4.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 31 Aug 2006 23:30:42 -0000 1.17 +++ import.log 31 Aug 2006 23:37:29 -0000 1.18 @@ -14,3 +14,4 @@ pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 +pcb-0_20060822-4:HEAD:pcb-0.20060822-4.src.rpm:1157067665 From fedora-extras-commits at redhat.com Thu Aug 31 23:37:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:37:30 -0700 Subject: rpms/pcb/devel pcb.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608312337.k7VNbWjl015891@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15856/devel Modified Files: pcb.spec Removed Files: needs.rebuild Log Message: auto-import pcb-0.20060822-4 on branch devel from pcb-0.20060822-4.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pcb.spec 25 Aug 2006 20:33:24 -0000 1.13 +++ pcb.spec 31 Aug 2006 23:37:30 -0000 1.14 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 3%{?dist} +Release: 4%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -13,6 +13,7 @@ BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils +Requires: m4 Source0: http://optusnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{pcbver}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -23,7 +24,7 @@ industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can -tremendously reduce layout time. +tremendously reduce layout time. %package doc Summary: Documentation for PCB, an interactive printed circuit board editor @@ -115,6 +116,10 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +- Added m4 as requires: to fix the error msg: +- can't find default font-symbol-file 'default_font' + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:39:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:39:05 -0700 Subject: rpms/digikam/devel needs.rebuild,1.1,NONE Message-ID: <200608312339.k7VNd7R0015988@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15966 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:39:26 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 31 Aug 2006 16:39:26 -0700 Subject: fedora-security/audit fc5,1.306,1.307 fc6,1.52,1.53 Message-ID: <200608312339.k7VNdQxR016018@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15996 Modified Files: fc5 fc6 Log Message: Note a new libtiff CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- fc5 31 Aug 2006 23:16:39 -0000 1.306 +++ fc5 31 Aug 2006 23:39:24 -0000 1.307 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- fc6 31 Aug 2006 23:16:39 -0000 1.52 +++ fc6 31 Aug 2006 23:39:24 -0000 1.53 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable From fedora-extras-commits at redhat.com Thu Aug 31 23:40:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:40:05 -0700 Subject: rpms/istanbul/FC-5 istanbul-context-menu.patch,NONE,1.1 Message-ID: <200608312340.k7VNe7Em016078@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16057 Added Files: istanbul-context-menu.patch Log Message: * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 istanbul-context-menu.patch: --- NEW FILE istanbul-context-menu.patch --- --- istanbul/main/main.py.orig 2006-08-22 14:27:39.000000000 -0400 +++ istanbul/main/main.py 2006-08-22 14:27:43.000000000 -0400 @@ -82,6 +82,7 @@ self.popupmenu.popup(None, None, None, 3, gtk.get_current_event_time()) self.popupmenu.show_all() + self.popupmenu.reposition() def _settings(self, button): # show settings dialog From fedora-extras-commits at redhat.com Thu Aug 31 23:43:09 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:43:09 -0700 Subject: rpms/istanbul/FC-5 istanbul.spec,1.7,1.8 Message-ID: <200608312343.k7VNhBCu016152@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16135 Modified Files: istanbul.spec Log Message: * Thu Aug 31 2006 Jason Tibbitts - 0.1.1-11 - Rebuild. Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/FC-5/istanbul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- istanbul.spec 31 Aug 2006 23:34:45 -0000 1.7 +++ istanbul.spec 31 Aug 2006 23:43:09 -0000 1.8 @@ -8,7 +8,7 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.1.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -97,6 +97,9 @@ %{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Thu Aug 31 2006 Jason Tibbitts - 0.1.1-11 +- Rebuild. + * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 From fedora-extras-commits at redhat.com Thu Aug 31 23:45:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:45:23 -0700 Subject: rpms/osgcal/devel needs.rebuild,1.1,NONE Message-ID: <200608312345.k7VNjPjU016228@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16213 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:45:54 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:45:54 -0700 Subject: rpms/istanbul import.log,1.2,1.3 Message-ID: <200608312346.k7VNkQk4016384@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276 Modified Files: import.log Log Message: auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/istanbul/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 27 Jul 2005 01:29:11 -0000 1.2 +++ import.log 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1,2 @@ istanbul-0_1_1-4:HEAD:istanbul-0.1.1-4.src.rpm:1122427747 +istanbul-0_2_1-0_fc6:HEAD:istanbul-0.2.1-0.fc6.src.rpm:1157067950 From fedora-extras-commits at redhat.com Thu Aug 31 23:45:54 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:45:54 -0700 Subject: rpms/istanbul/devel .cvsignore, 1.2, 1.3 istanbul.spec, 1.6, 1.7 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608312346.k7VNkQCJ016389@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276/devel Modified Files: .cvsignore istanbul.spec sources Removed Files: needs.rebuild Log Message: auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2005 01:29:11 -0000 1.2 +++ .cvsignore 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1 @@ -istanbul-0.1.1.tar.bz2 +istanbul-0.2.1.tar.bz2 Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/istanbul.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- istanbul.spec 23 Mar 2006 22:23:16 -0000 1.6 +++ istanbul.spec 31 Aug 2006 23:45:54 -0000 1.7 @@ -1,14 +1,13 @@ -%define gstreamer_version 0.8.7 -%define gstreamer_plugins_version 0.8.9 -%define pygtk2_version 2.6.0 - +%define gstreamer_version 0.10.9 +%define gstreamer_plugins_version 0.10.3 +%define pygtk2_version 2.8.6 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")} Summary: Desktop Session Recorder Name: istanbul -Version: 0.1.1 -Release: 9 +Version: 0.2.1 +Release: 0%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -17,16 +16,22 @@ Requires: pygtk2 >= %{pygtk2_version} Requires: gnome-desktop >= 2.6.0 -Requires: gstreamer08 >= %gstreamer_version -Requires: gstreamer08-plugins >= %gstreamer_plugins_version -Requires: gstreamer08-python +Requires: gstreamer >= %gstreamer_version +Requires: gstreamer-plugins-good >= %gstreamer_plugins_version +Requires: gstreamer-python +Requires: gnome-python2-libegg +Requires: gnome-python2-gconf +Requires: gnome-python2-extras BuildRequires: python, python-devel BuildRequires: pygtk2-devel >= %{pygtk2_version} +BuildRequires: gnome-python2-extras BuildRequires: desktop-file-utils -BuildRequires: gstreamer08-plugins-devel >= %gstreamer_plugins_version -BuildRequires: gstreamer08-python-devel, gtk2-devel - +BuildRequires: gstreamer-devel >= %{gstreamer_version} +BuildRequires: gstreamer-plugins-good-devel >= %gstreamer_plugins_version +BuildRequires: gstreamer-python-devel, gtk2-devel +BuildRequires: perl-XML-Parser +BuildRequires: gettext %description Istanbul is a desktop session recorder. You can use it to record your desktop session and then play it back for demos, tutorials and @@ -53,14 +58,14 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}/extern/pytrayicon/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora-Extra \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop -#%find_lang %{name} +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -69,30 +74,36 @@ #%postun -#%files -f %{name}.lang -%files +%files -f %{name}.lang +#%files %defattr(-,root,root,-) #%doc AUTHORS COPYING ChangeLog NEWS README %doc COPYING ChangeLog %{_bindir}/%{name} %{_datadir}/applications/gnome-%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/glade -%{_datadir}/%{name}/glade/prefs.glade +%{_sysconfdir}/gconf/schemas/istanbul.schemas +#%dir %{_datadir}/%{name} +#%dir %{_datadir}/%{name}/glade +#%{_datadir}/%{name}/glade/prefs.glade %dir %{python_sitelib}/%{name} %{python_sitelib}/%{name}/*.py* -%dir %{python_sitelib}/%{name}/extern -%{python_sitelib}/%{name}/extern/*.py* -%dir %{python_sitelib}/%{name}/extern/pytrayicon -%{python_sitelib}/%{name}/extern/pytrayicon/*.py* -%{python_sitelib}/%{name}/extern/pytrayicon/*.so* + +#%dir %{python_sitelib}/%{name}/extern +#%{python_sitelib}/%{name}/extern/*.py* +#%dir %{python_sitelib}/%{name}/extern/pytrayicon +#%{python_sitelib}/%{name}/extern/pytrayicon/*.py* + +%{_libdir}/gstreamer-0.10/libistximagesrc.so +%{_libdir}/gstreamer-0.10/libistximagesrc.so.* %dir %{python_sitelib}/%{name}/main %{python_sitelib}/%{name}/main/*.py* %dir %{python_sitelib}/%{name}/configure %{python_sitelib}/%{name}/configure/*.py* -%{python_sitelib}/%{name}/extern/pytrayicon/*.so* +%{_mandir}/man1/istanbul.1.gz + +#%{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2005 01:29:11 -0000 1.2 +++ sources 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1 @@ -360f0225c916e81eed459e9915caf317 istanbul-0.1.1.tar.bz2 +a28cad50f8e29bdce6f8a61af7932539 istanbul-0.2.1.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:46:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:46:25 -0700 Subject: rpms/openalpp/devel openalpp.spec,1.8,1.9 Message-ID: <200608312346.k7VNkR7X016394@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/openalpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16368 Modified Files: openalpp.spec Log Message: rebuild Index: openalpp.spec =================================================================== RCS file: /cvs/extras/rpms/openalpp/devel/openalpp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openalpp.spec 13 Jul 2006 09:08:11 -0000 1.8 +++ openalpp.spec 31 Aug 2006 23:46:25 -0000 1.9 @@ -1,6 +1,6 @@ Name: openalpp Version: 20060405 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Object Oriented version of OpenAL Group: System Environment/Libraries License: LGPL @@ -59,6 +59,9 @@ %exclude %{_libdir}/*.la %changelog +* Thu Aug 31 2006 Christopher Stone 20060405-11 +- FC6 Rebuild + * Wed Jul 12 2006 Christopher Stone 20060405-10 - Add patch to link properly From fedora-extras-commits at redhat.com Thu Aug 31 23:46:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:46:17 -0700 Subject: rpms/pcb import.log,1.18,1.19 Message-ID: <200608312346.k7VNknBo016477@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333 Modified Files: import.log Log Message: auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 31 Aug 2006 23:37:29 -0000 1.18 +++ import.log 31 Aug 2006 23:46:16 -0000 1.19 @@ -15,3 +15,4 @@ pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 pcb-0_20060822-4:HEAD:pcb-0.20060822-4.src.rpm:1157067665 +pcb-0_20060822-5:HEAD:pcb-0.20060822-5.src.rpm:1157068192 From fedora-extras-commits at redhat.com Thu Aug 31 23:46:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:46:17 -0700 Subject: rpms/pcb/devel pcb.spec,1.14,1.15 Message-ID: <200608312346.k7VNkncC016481@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pcb.spec 31 Aug 2006 23:37:30 -0000 1.14 +++ pcb.spec 31 Aug 2006 23:46:17 -0000 1.15 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -116,6 +116,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 +- release for devel + * Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' From fedora-extras-commits at redhat.com Thu Aug 31 23:50:56 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Thu, 31 Aug 2006 16:50:56 -0700 Subject: rpms/rssowl/FC-5 .cvsignore, 1.3, 1.4 rssowl-swt31-SortingSelectionAdapter.patch, 1.1, 1.2 rssowl-swt31.patch, 1.2, 1.3 rssowl.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608312350.k7VNoxBI016678@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647 Modified Files: .cvsignore rssowl-swt31-SortingSelectionAdapter.patch rssowl-swt31.patch rssowl.spec sources Log Message: Update to 1.2.2. Fix zip bug. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 May 2006 17:24:01 -0000 1.3 +++ .cvsignore 31 Aug 2006 23:50:56 -0000 1.4 @@ -1,2 +1 @@ -rssowl_1_2_src_clean.tar.gz -rssowl_1_2_1_src.tar.gz +rssowl_1_2_2_src.tar.gz rssowl-swt31-SortingSelectionAdapter.patch: Index: rssowl-swt31-SortingSelectionAdapter.patch =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31-SortingSelectionAdapter.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rssowl-swt31-SortingSelectionAdapter.patch 6 May 2006 17:24:01 -0000 1.1 +++ rssowl-swt31-SortingSelectionAdapter.patch 31 Aug 2006 23:50:56 -0000 1.2 @@ -12,7 +12,7 @@ * header is clicked and update it. * * @author Ludovic Kim-Xuan Galibert -- * @version 1.2.1 +- * @version 1.2.2 + * @version 1.1.3 */ public class SortingSelectionAdapter extends SelectionAdapter { rssowl-swt31.patch: Index: rssowl-swt31.patch =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rssowl-swt31.patch 6 May 2006 17:24:01 -0000 1.2 +++ rssowl-swt31.patch 31 Aug 2006 23:50:56 -0000 1.3 @@ -12,7 +12,7 @@ * Table. A selection on a newstitle will open it inside the Newstext panel. * * @author Benjamin Pasero -- * @version 1.2.1 +- * @version 1.2.2 + * @version 1.1.3 */ public class NewsfeedPanel { Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rssowl.spec 8 May 2006 13:46:36 -0000 1.9 +++ rssowl.spec 31 Aug 2006 23:50:56 -0000 1.10 @@ -1,6 +1,6 @@ %define name rssowl -%define version 1.2.1 -%define release 2%{?dist} +%define version 1.2.2 +%define release 1%{?dist} %define jdk java Name: %name @@ -10,7 +10,7 @@ License: CPL Group: Applications/Internet URL: http://www.rssowl.org -Source0: rssowl_1_2_1_src.tar.gz +Source0: rssowl_1_2_2_src.tar.gz Source1: %{name}.script Source2: %{name}.desktop Patch0: %{name}-use-jce.patch @@ -51,7 +51,7 @@ integrierte Browser. %prep -%setup -q -n rssowl_1_2_1_src +%setup -q -n rssowl_1_2_2_src %patch0 -p0 %patch1 -p0 %patch2 -p0 @@ -69,6 +69,14 @@ cd src ant deploy_linux +# Work around libgcj zip bug (fixed upstream, but not in FC5) +cd .. +mkdir zipbug +cd zipbug +unzip ../rssowl.jar +jar c0f ../rssowl.jar * +cd .. + %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_javadir} @@ -140,6 +148,11 @@ %{_libdir}/gcj/%{name} %changelog +* Thu Aug 31 2006 Anthony Green - 1.2.2-1 +- Upgrade sources to 1.2.2. +- Repackage .jar file as uncompressed to work around upstream libgcj + bug (since fixed). Thanks tromey! + * Mon May 8 2006 Anthony Green - 1.2.1-2 - Fix bugzilla #191044 - postinstall scriptlet typo error. Thanks to Chien-Chung Yeh for the fix. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 May 2006 17:24:01 -0000 1.3 +++ sources 31 Aug 2006 23:50:56 -0000 1.4 @@ -1,2 +1 @@ -d440e36983de3dba0239b4f1020f0837 rssowl_1_2_src_clean.tar.gz -be9c070343aa145807e1e708ed535a9b rssowl_1_2_1_src.tar.gz +d28007e0c0a09f163d4e98177657dc2e rssowl_1_2_2_src.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 23:54:52 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 16:54:52 -0700 Subject: rpms/gnome-applet-sensors/devel .cvsignore, 1.5, 1.6 gnome-applet-sensors.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608312354.k7VNssjQ016754@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-sensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16733 Modified Files: .cvsignore gnome-applet-sensors.spec sources Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Feb 2006 00:39:36 -0000 1.5 +++ .cvsignore 31 Aug 2006 23:54:52 -0000 1.6 @@ -1 +1 @@ -sensors-applet-1.6.tar.gz +sensors-applet-1.7.8.tar.gz Index: gnome-applet-sensors.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/gnome-applet-sensors.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-applet-sensors.spec 14 Feb 2006 04:25:15 -0000 1.7 +++ gnome-applet-sensors.spec 31 Aug 2006 23:54:52 -0000 1.8 @@ -1,6 +1,6 @@ Name: gnome-applet-sensors -Version: 1.6 -Release: 3%{?dist} +Version: 1.7.8 +Release: 1%{?dist} Summary: Gnome panel applet for hardware sensors Group: User Interface/Desktops @@ -12,7 +12,7 @@ BuildRequires: gettext, gnome-doc-utils BuildRequires: gnome-panel-devel >= 2.8 -Requires: lm_sensors +BuildRequires: lm_sensors-devel, libnotify-devel BuildRequires: scrollkeeper Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -43,13 +43,14 @@ %build -%configure --disable-scrollkeeper +%configure --disable-scrollkeeper --enable-libnotify make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall +rm $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/icon-theme.cache # Note: the find_lang macro requires gettext %find_lang sensors-applet @@ -74,9 +75,12 @@ %{_datadir}/omf/sensors-applet/ %{_datadir}/gnome/help/sensors-applet/ %{_datadir}/pixmaps/sensors-applet/ - +%{_datadir}/icons/hicolor/*/*/* %changelog +* Thu Aug 31 2006 Aaron Kurtz - 1.7.8-1 +- Rebuild for Fedora Core 6, bump version + * Mon Feb 13 2006 Aaron Kurtz - 1.6-3 - Rebuild for Fedora Extras 5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Feb 2006 00:39:36 -0000 1.5 +++ sources 31 Aug 2006 23:54:52 -0000 1.6 @@ -1 +1 @@ -544d97bb862257c5c9613af5b6e013ce sensors-applet-1.6.tar.gz +0d71eaae6f4bad3c1b6d44d71929d954 sensors-applet-1.7.8.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:03:29 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:03:29 -0700 Subject: rpms/amavisd-new/devel .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010003.k7103Vqr029286@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29260 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Jun 2006 20:51:47 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:03:29 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:03:29 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 20 Jun 2006 20:51:47 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:03:29 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Jun 2006 20:51:47 -0000 1.4 +++ sources 1 Aug 2006 00:03:29 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:05:20 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:05:20 -0700 Subject: rpms/amavisd-new/FC-5 .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010005.k7105MTx029426@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29397 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Jul 2006 18:53:28 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:05:20 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:05:20 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 5 Jul 2006 18:53:28 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:05:20 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Jul 2006 18:53:28 -0000 1.4 +++ sources 1 Aug 2006 00:05:20 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:06:23 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:06:23 -0700 Subject: rpms/amavisd-new/FC-4 .cvsignore, 1.4, 1.5 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608010006.k7106PPB029509@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29483 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 Jul 2006 18:53:22 -0000 1.4 +++ .cvsignore 1 Aug 2006 00:06:23 -0000 1.5 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:06:23 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 5 Jul 2006 18:53:23 -0000 1.4 +++ amavisd-new.spec 1 Aug 2006 00:06:23 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 Jul 2006 18:53:23 -0000 1.4 +++ sources 1 Aug 2006 00:06:23 -0000 1.5 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:07:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 31 Jul 2006 17:07:05 -0700 Subject: rpms/amavisd-new/FC-3 .cvsignore, 1.3, 1.4 amavisd-conf.patch, 1.1, 1.2 amavisd-new.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608010007.k71077Eo029586@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29560 Modified Files: .cvsignore amavisd-conf.patch amavisd-new.spec sources Log Message: Update to 2.4.2. Fix permissions on README.fedora (bug #200769). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Jul 2006 18:53:22 -0000 1.3 +++ .cvsignore 1 Aug 2006 00:07:05 -0000 1.4 @@ -1 +1 @@ -amavisd-new-2.4.1.tar.gz +amavisd-new-2.4.2.tar.gz amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amavisd-conf.patch 26 Jan 2006 22:11:54 -0000 1.1 +++ amavisd-conf.patch 1 Aug 2006 00:07:05 -0000 1.2 @@ -1,52 +1,52 @@ ---- amavisd-new-2.3.2/amavisd.conf.orig 2005-06-29 05:26:05.000000000 -0500 -+++ amavisd-new-2.3.2/amavisd.conf 2005-07-06 12:22:21.000000000 -0500 +--- amavisd-new-2.4.2/amavisd.conf.orig 2006-06-27 06:31:50.000000000 -0500 ++++ amavisd-new-2.4.2/amavisd.conf 2006-07-31 17:31:00.000000000 -0500 @@ -14,23 +14,23 @@ # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code - $max_servers = 2; # number of pre-forked children (2..15 is common) --$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) --$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) -+$daemon_user = 'amavis'; # (no default; customary: vscan or amavis) -+$daemon_group = 'amavis'; # (no default; customary: vscan or amavis) + $max_servers = 2; # num of pre-forked children (2..15 is common), -m +-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis), -u +-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis), -g ++$daemon_user = 'amavis'; # (no default; customary: vscan or amavis), -u ++$daemon_group = 'amavis'; # (no default; customary: vscan or amavis), -g $mydomain = 'example.com'; # a convenient default for other settings --$MYHOME = '/var/amavis'; # a convenient default for other settings -+$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings - $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually +-# $MYHOME = '/var/amavis'; # a convenient default for other settings, -H ++$MYHOME = '/var/spool/amavisd'; # a convenient default for other settings, -H + $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to exist, -T $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR --$QUARANTINEDIR = '/var/virusmails'; -+$QUARANTINEDIR = undef; +-$QUARANTINEDIR = '/var/virusmails'; # -Q ++$QUARANTINEDIR = undef; # -Q # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantine - # $daemon_chroot_dir = $MYHOME; # chroot directory or undef + # $daemon_chroot_dir = $MYHOME; # chroot directory or undef, -R - # $db_home = "$MYHOME/db"; - # $helpers_home = "$MYHOME/var"; # prefer $MYHOME clean and owned by root? --# $pid_file = "$MYHOME/var/amavisd.pid"; --# $lock_file = "$MYHOME/var/amavisd.lock"; -+$pid_file = "/var/run/amavisd/amavisd.pid"; -+$lock_file = "/var/run/amavisd/amavisd.lock"; + # $db_home = "$MYHOME/db"; # dir for bdb nanny/cache/snmp databases, -D + # $helpers_home = "$MYHOME/var"; # working directory for SpamAssassin, -S +-# $lock_file = "$MYHOME/var/amavisd.lock"; # -L +-# $pid_file = "$MYHOME/var/amavisd.pid"; # -P ++$lock_file = "/var/run/amavisd/amavisd.lock"; # -L ++$pid_file = "/var/run/amavisd/amavisd.pid"; # -P #NOTE: create directories $MYHOME/tmp, $MYHOME/var, $MYHOME/db manually @local_domains_maps = ( [".$mydomain"] ); -@@ -65,11 +65,11 @@ - # ["DBI:SQLite:dbname=$MYHOME/sql/mail_prefs.sqlite", '', ''] ); - # @storage_sql_dsn = @lookup_sql_dsn; # none, same, or separate database +@@ -77,11 +77,11 @@ + # $timestamp_fmt_mysql = 1; # if using MySQL *and* msgs.time_iso is TIMESTAMP; + # defaults to 0, which is good for non-MySQL or if msgs.time_iso is CHAR(16) -$virus_admin = "virusalert\@$mydomain"; # notifications recip. -+$virus_admin = undef; # notifications recip. ++$virus_admin = undef; # notifications recip. -$mailfrom_notify_admin = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_recip = "virusalert\@$mydomain"; # notifications sender -$mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender -+$mailfrom_notify_admin = undef; # notifications sender -+$mailfrom_notify_recip = undef; # notifications sender -+$mailfrom_notify_spamadmin = undef; # notifications sender ++$mailfrom_notify_admin = undef; # notifications sender ++$mailfrom_notify_recip = undef; # notifications sender ++$mailfrom_notify_spamadmin = undef; # notifications sender $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef @addr_extension_virus_maps = ('virus'); -@@ -99,10 +99,10 @@ +@@ -111,10 +111,10 @@ # $notify_method = 'smtp:[127.0.0.1]:10025'; # $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! @@ -59,9 +59,9 @@ +$final_spam_destiny = D_DISCARD; +$final_bad_header_destiny = D_BOUNCE; + # $os_fingerprint_method = 'p0f:127.0.0.1:2345'; # to query p0f-analyzer.pl - # SOME OTHER VARIABLES WORTH CONSIDERING (see amavisd.conf-default for all) -@@ -286,10 +286,10 @@ +@@ -306,10 +306,10 @@ # ['Sophos SAVI', \&sophos_savi ], # ### http://www.clamav.net/ @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-new.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- amavisd-new.spec 5 Jul 2006 18:53:22 -0000 1.3 +++ amavisd-new.spec 1 Aug 2006 00:07:05 -0000 1.4 @@ -2,7 +2,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new -Version: 2.4.1 +Version: 2.4.2 Release: 1%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System @@ -74,7 +74,7 @@ %patch1 -p1 %patch2 -p0 %patch3 -p0 -cp -a %{SOURCE4} README_FILES/ +install -m644 %{SOURCE4} README_FILES/ %build @@ -145,6 +145,10 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Mon Jul 31 2006 Steven Pritchard 2.4.2-1 +- Update to 2.4.2 +- Fix permissions on README.fedora (bug #200769) + * Tue Jun 20 2006 Steven Pritchard 2.4.1-1 - Update to 2.4.1 - Drop zoo dependency due to Extras maintainer security concerns Index: sources =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Jul 2006 18:53:22 -0000 1.3 +++ sources 1 Aug 2006 00:07:05 -0000 1.4 @@ -1 +1 @@ -bf770a3c7eee8a9c93932a04485e6a35 amavisd-new-2.4.1.tar.gz +d750176de7481498ebd1011e08a488da amavisd-new-2.4.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 00:58:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 17:58:28 -0700 Subject: rpms/clips/FC-5 clips.spec,1.7,1.8 sources,1.6,1.7 Message-ID: <200608010058.k710wU78029830@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799 Modified Files: clips.spec sources Log Message: Remove autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/FC-5/clips.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clips.spec 11 Jul 2006 02:57:35 -0000 1.7 +++ clips.spec 1 Aug 2006 00:58:28 -0000 1.8 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 18%{?dist} +Release: 19%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Sat Jul 08 2006 Rick L Vinyard Jr 6.24-18 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Jul 2006 02:57:35 -0000 1.6 +++ sources 1 Aug 2006 00:58:28 -0000 1.7 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 01:11:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 18:11:21 -0700 Subject: rpms/clips/FC-4 clips.spec,1.9,1.10 sources,1.4,1.5 Message-ID: <200608010111.k711BNl1032494@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32475 Modified Files: clips.spec sources Log Message: Removed autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/FC-4/clips.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- clips.spec 11 Jul 2006 03:04:50 -0000 1.9 +++ clips.spec 1 Aug 2006 01:11:21 -0000 1.10 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 15%{?dist} +Release: 16%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -163,6 +163,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-16 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Mon Jul 10 2006 Rick L Vinyard Jr 6.24-15 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 03:04:50 -0000 1.4 +++ sources 1 Aug 2006 01:11:21 -0000 1.5 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 01:13:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Mon, 31 Jul 2006 18:13:09 -0700 Subject: rpms/clips/devel clips.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <200608010113.k711DBXL032571@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32552 Modified Files: clips.spec sources Log Message: Removed autoconf config.h Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/devel/clips.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clips.spec 11 Jul 2006 03:06:00 -0000 1.4 +++ clips.spec 1 Aug 2006 01:13:09 -0000 1.5 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 18%{?dist} +Release: 19%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,10 @@ %doc ig.pdf %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 +- Remove autoconf config.h from linux patch +- Added clips-config.h with CLIPS_HELPFILE define to linux patch + * Sat Jul 08 2006 Rick L Vinyard Jr 6.24-18 - Added FunctionContext.zip patch - Removed objrtmch.c from linux patch and changed to download patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/clips/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 03:06:00 -0000 1.4 +++ sources 1 Aug 2006 01:13:09 -0000 1.5 @@ -4,7 +4,6 @@ fae2267d96fb95603345e91c9990caaa apg.pdf 9a13d2ed18fe6ab67902d5bce29957cb arch5-1.pdf 63891971aa782dc67c2de0579647247e bpg.pdf -6825f7b9826d043371c8ed19be3241e2 clips-6.24-linux.patch.bz2 ccba9d912375e57a1b7d9eba12da4198 clipssrc.tar.Z 89beca5caa08b30d8285cca7f1df1d26 ig.pdf 44e54697a8acf3509bc4ca51d88b65bd usrguide.pdf @@ -12,3 +11,4 @@ ac0d7c465a909158ae908fe39d68478c FunctionContext.zip da5ad2328e4d8dd7680d8bb28005e90d objrtmch.c f80256270a8a93504e37644ab9bc16b4 DR0873.txt +d7415e77dca85fb14ab1c7170afb9c1a clips-6.24-linux.patch.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 04:54:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:54:38 -0700 Subject: owners owners.list,1.1346,1.1347 Message-ID: <200608010454.k714seE9008648@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8631 Modified Files: owners.list Log Message: added perl-Gtk2-Sexy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1346 retrieving revision 1.1347 diff -u -r1.1346 -r1.1347 --- owners.list 31 Jul 2006 18:19:13 -0000 1.1346 +++ owners.list 1 Aug 2006 04:54:38 -0000 1.1347 @@ -1207,6 +1207,7 @@ Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2|Perl interface to the 2.x series of the Gimp Toolkit library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|perl-Gtk2-Sexy|Perl interface to the sexy widget collection|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Spell|Perl interface to gtkspell|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 1 04:55:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:34 -0700 Subject: rpms/perl-Gtk2-Sexy - New directory Message-ID: <200608010455.k714ta2e008716@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690/perl-Gtk2-Sexy Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Sexy added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 04:55:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:39 -0700 Subject: rpms/perl-Gtk2-Sexy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608010455.k714tfaZ008759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8726 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-Sexy --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-Sexy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 04:55:35 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:35 -0700 Subject: rpms/perl-Gtk2-Sexy/devel - New directory Message-ID: <200608010455.k714tb5o008719@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690/perl-Gtk2-Sexy/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-Sexy/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 04:55:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:40 -0700 Subject: rpms/perl-Gtk2-Sexy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608010455.k714tgvD008762@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8726/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-Sexy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 04:55:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:49 -0700 Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608010456.k714uLTf008813@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8775/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-Sexy.spec Log Message: auto-import perl-Gtk2-Sexy-0.02-3.fc5 on branch devel from perl-Gtk2-Sexy-0.02-3.fc5.src.rpm --- NEW FILE perl-Gtk2-Sexy.spec --- Name: perl-Gtk2-Sexy Version: 0.02 Release: 3%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries License: LGPL URL: http://search.cpan.org/dist/Gtk2-Sexy Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Gtk2-Sexy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl BuildRequires: perl(Gtk2), perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) BuildRequires: libsexy-devel, libxml2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Gtk2) %description This module allows a perl developer to access the widgets of the sexy widget collection. %prep %setup -q -n Gtk2-Sexy-%{version} # keep rpmlint happy... chmod -x examples/* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} # make -debuginfo whole.... cp xs/* . %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ChangeLog examples %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gtk2 %{_mandir}/man3/*.3* %changelog * Mon Jul 31 2006 Chris Weyl 0.02-3 - add an explicit dep on perl(Gtk2) - add additional br, plus fix -debuginfo package * Fri Jul 28 2006 Chris Weyl 0.02-2 - add missing br * Thu Jul 27 2006 Chris Weyl 0.02-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 04:55:40 -0000 1.1 +++ .cvsignore 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-Sexy-0.02.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 04:55:40 -0000 1.1 +++ sources 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +59433b6b2f2d72c5dfcc0d1dd0c5e7d7 Gtk2-Sexy-0.02.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 04:55:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:55:48 -0700 Subject: rpms/perl-Gtk2-Sexy import.log,1.1,1.2 Message-ID: <200608010456.k714uK5n008809@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8775 Modified Files: import.log Log Message: auto-import perl-Gtk2-Sexy-0.02-3.fc5 on branch devel from perl-Gtk2-Sexy-0.02-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 04:55:39 -0000 1.1 +++ import.log 1 Aug 2006 04:55:48 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-Sexy-0_02-3_fc5:HEAD:perl-Gtk2-Sexy-0.02-3.fc5.src.rpm:1154408153 From fedora-extras-commits at redhat.com Tue Aug 1 04:58:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 31 Jul 2006 21:58:10 -0700 Subject: rpms/perl-Gtk2-Sexy/devel perl-Gtk2-Sexy.spec,1.1,1.2 Message-ID: <200608010458.k714wCmc008868@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-Sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8851 Modified Files: perl-Gtk2-Sexy.spec Log Message: bump Index: perl-Gtk2-Sexy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-Sexy/devel/perl-Gtk2-Sexy.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-Sexy.spec 1 Aug 2006 04:55:48 -0000 1.1 +++ perl-Gtk2-Sexy.spec 1 Aug 2006 04:58:09 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gtk2-Sexy Version: 0.02 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Perl interface to the sexy widget collection Group: Development/Libraries @@ -59,6 +59,9 @@ %changelog +* Mon Jul 31 2006 Chris Weyl 0.02-4 +- bump for build + * Mon Jul 31 2006 Chris Weyl 0.02-3 - add an explicit dep on perl(Gtk2) - add additional br, plus fix -debuginfo package From fedora-extras-commits at redhat.com Tue Aug 1 08:12:28 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:12:28 -0700 Subject: rpms/qstat/devel - New directory Message-ID: <200608010812.k718CUjj020039@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20010/qstat/devel Log Message: Directory /cvs/extras/rpms/qstat/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 08:12:28 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:12:28 -0700 Subject: rpms/qstat - New directory Message-ID: <200608010812.k718CUWt020036@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20010/qstat Log Message: Directory /cvs/extras/rpms/qstat added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 08:13:31 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:13:31 -0700 Subject: rpms/qstat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608010813.k718DXVG020091@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module qstat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 08:13:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:13:30 -0700 Subject: rpms/qstat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608010813.k718DWTW020088@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055 Added Files: Makefile import.log Log Message: Setup of module qstat --- NEW FILE Makefile --- # Top level Makefile for module qstat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 08:43:02 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:43:02 -0700 Subject: rpms/qstat import.log,1.1,1.2 Message-ID: <200608010843.k718h4U3020296@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: import.log Log Message: auto-import qstat-2.10-4 on branch devel from qstat-2.10-4.src.rpm import qstat Index: import.log =================================================================== RCS file: /cvs/extras/rpms/qstat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 08:13:30 -0000 1.1 +++ import.log 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +qstat-2_10-4:HEAD:qstat-2.10-4.src.rpm:1154421796 From fedora-extras-commits at redhat.com Tue Aug 1 08:43:03 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 01:43:03 -0700 Subject: rpms/qstat/devel qstat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608010843.k718h5AG020301@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263/devel Modified Files: .cvsignore sources Added Files: qstat.spec Log Message: auto-import qstat-2.10-4 on branch devel from qstat-2.10-4.src.rpm import qstat --- NEW FILE qstat.spec --- Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 Release: 4%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description QStat is a command-line program that gathers real-time statistics from Internet game servers. Most supported games are of the first person shooter variety (Quake, Half-Life, etc) %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall # prepare for including to documentation find template -name "Makefile*" -type f -delete %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc CHANGES.txt LICENSE.txt %doc contrib.cfg info/*.txt qstatdoc.html template/ %config(noreplace) %{_sysconfdir}/qstat.cfg %{_bindir}/qstat %changelog * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation * Fri Jul 28 2006 Andy Shevchenko 2.10-3 - drop check for "/" in install and clean sections - drop -n for setup macro - do not use attr macro in files section - qstat can be used not only for Quake, so change Summary * Thu Jul 27 2006 Andy Shevchenko 2.10-2 - preparing for Fedora Extras - correct BuildRoot tag * Mon Nov 07 2005 Andy Shevchenko - update to 2.10 - use full URL for source * Fri Oct 15 2004 Evgeniy Bolshakov - update to 2.6 * Fri Jul 09 2004 Alexandr D. Kanevskiy - cvs patches from XQF project * Wed Oct 22 2003 Alexandr D. Kanevskiy - rebuild * Thu Jul 10 2003 Alexandr D. Kanevskiy - build for ASPLinux Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 08:13:30 -0000 1.1 +++ .cvsignore 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +qstat-2.10.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 08:13:30 -0000 1.1 +++ sources 1 Aug 2006 08:43:02 -0000 1.2 @@ -0,0 +1 @@ +ac3ce3dbed5248bd5738a4968460880e qstat-2.10.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 10:26:25 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 1 Aug 2006 03:26:25 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.18,1.19 Message-ID: <200608011026.k71AQROP025943@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25926 Modified Files: wine-docs.spec Log Message: testing upgraded buildsys Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- wine-docs.spec 10 Jul 2006 21:12:00 -0000 1.18 +++ wine-docs.spec 1 Aug 2006 10:26:25 -0000 1.19 @@ -1,6 +1,6 @@ Name: wine-docs Version: 0.9.17 -Release: 0.1%{?dist} +Release: 1%{?dist} Summary: Documentation for wine Group: Documentation @@ -22,15 +22,15 @@ %build ./configure - -cat< docbook2txt -#!/bin/sh -strace -f /usr/bin/docbook2txt \$* -exit 0 -EOT -chmod +x docbook2txt -PATH=$(pwd):$PATH make - +# +#cat< docbook2txt +##!/bin/sh +#strace -f /usr/bin/docbook2txt \$* +#exit 0 +#EOT +#chmod +x docbook2txt +#PATH=$(pwd):$PATH make +# make From fedora-extras-commits at redhat.com Tue Aug 1 10:44:25 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:44:25 -0700 Subject: rpms/makebootfat/FC-5 makebootfat.spec,1.2,1.3 Message-ID: <200608011044.k71AiRG6026093@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26076 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-5/makebootfat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- makebootfat.spec 15 Feb 2006 12:19:54 -0000 1.2 +++ makebootfat.spec 1 Aug 2006 10:44:25 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-4 +- avoid world-writable docs (#200829) + * Wed Feb 15 2006 Dmitry Butskoy - 1.4-3 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:45:21 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:45:21 -0700 Subject: rpms/makebootfat/devel makebootfat.spec,1.2,1.3 Message-ID: <200608011045.k71AjNmV026158@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26141 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/devel/makebootfat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- makebootfat.spec 15 Feb 2006 12:19:54 -0000 1.2 +++ makebootfat.spec 1 Aug 2006 10:45:21 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-4 +- avoid world-writable docs (#200829) + * Wed Feb 15 2006 Dmitry Butskoy - 1.4-3 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:47:35 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:47:35 -0700 Subject: rpms/makebootfat/FC-4 makebootfat.spec,1.1,1.2 Message-ID: <200608011047.k71Albqu026221@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26204 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-4/makebootfat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- makebootfat.spec 26 Dec 2005 11:55:55 -0000 1.1 +++ makebootfat.spec 1 Aug 2006 10:47:34 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-3 +- avoid world-writable docs (#200829) + * Mon Dec 26 2005 Dmitry Butskoy - 1.4-2 - place mbrfat.bin and ldlinux.bss under %{_datadir}/%{name}/x86 From fedora-extras-commits at redhat.com Tue Aug 1 10:48:26 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:48:26 -0700 Subject: rpms/makebootfat/FC-3 makebootfat.spec,1.1,1.2 Message-ID: <200608011048.k71AmSsx026305@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/makebootfat/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26271 Modified Files: makebootfat.spec Log Message: Index: makebootfat.spec =================================================================== RCS file: /cvs/extras/rpms/makebootfat/FC-3/makebootfat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- makebootfat.spec 26 Dec 2005 11:55:55 -0000 1.1 +++ makebootfat.spec 1 Aug 2006 10:48:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Utility for creation bootable FAT disk Name: makebootfat Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://advancemame.sourceforge.net/doc-makebootfat.html @@ -23,7 +23,7 @@ %prep %setup -q -cp -a %{SOURCE1} README.usbboot +install -p -m644 %{SOURCE1} README.usbboot %build @@ -54,6 +54,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 1.4-3 +- avoid world-writable docs (#200829) + * Mon Dec 26 2005 Dmitry Butskoy - 1.4-2 - place mbrfat.bin and ldlinux.bss under %{_datadir}/%{name}/x86 From fedora-extras-commits at redhat.com Tue Aug 1 10:48:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 1 Aug 2006 03:48:24 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.19,1.20 Message-ID: <200608011048.k71AmQSj026300@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26270 Modified Files: wine-docs.spec Log Message: still fails due to mysterious buildsys problem Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 1 Aug 2006 10:26:25 -0000 1.19 +++ wine-docs.spec 1 Aug 2006 10:48:24 -0000 1.20 @@ -23,13 +23,16 @@ %build ./configure # -#cat< docbook2txt -##!/bin/sh -#strace -f /usr/bin/docbook2txt \$* -#exit 0 -#EOT -#chmod +x docbook2txt -#PATH=$(pwd):$PATH make +# Work around a mysterious problem with the Fedora Extras buildsys +# (bug 179852). +# +cat< docbook2txt +#!/bin/sh +strace -f /usr/bin/docbook2txt \$* +exit 0 +EOT +chmod +x docbook2txt +PATH=$(pwd):$PATH make # make From fedora-extras-commits at redhat.com Tue Aug 1 10:55:24 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:55:24 -0700 Subject: rpms/pam_usb/FC-5 pam_usb.spec,1.3,1.4 Message-ID: <200608011055.k71AtQMg026395@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/pam_usb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26378 Modified Files: pam_usb.spec Log Message: Index: pam_usb.spec =================================================================== RCS file: /cvs/extras/rpms/pam_usb/FC-5/pam_usb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pam_usb.spec 15 Feb 2006 12:23:19 -0000 1.3 +++ pam_usb.spec 1 Aug 2006 10:55:24 -0000 1.4 @@ -1,7 +1,7 @@ Name: pam_usb Summary: PAM module for use with DSA key pairs and removable devices Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base URL: http://www.pamusb.org @@ -45,12 +45,12 @@ %setup -q %patch0 -p1 -cp -p %{SOURCE1} quickstart.html -cp -p %{SOURCE2} options.html +install -p -m644 %{SOURCE1} quickstart.html +install -p -m644 %{SOURCE2} options.html mkdir pam.d-examples -cp -p %{SOURCE4} pam.d-examples/login -cp -p %{SOURCE5} pam.d-examples/gdm +install -p -m644 %{SOURCE4} pam.d-examples/login +install -p -m644 %{SOURCE5} pam.d-examples/gdm %build @@ -97,6 +97,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 0.3.3-5 +- avoid world-writable docs (#200840) + * Wed Feb 15 2006 Dmitry Butskoy - 0.3.3-4 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 10:56:08 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Tue, 1 Aug 2006 03:56:08 -0700 Subject: rpms/pam_usb/devel pam_usb.spec,1.3,1.4 Message-ID: <200608011056.k71AuAc6026447@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/pam_usb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26430 Modified Files: pam_usb.spec Log Message: Index: pam_usb.spec =================================================================== RCS file: /cvs/extras/rpms/pam_usb/devel/pam_usb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pam_usb.spec 15 Feb 2006 12:23:19 -0000 1.3 +++ pam_usb.spec 1 Aug 2006 10:56:07 -0000 1.4 @@ -1,7 +1,7 @@ Name: pam_usb Summary: PAM module for use with DSA key pairs and removable devices Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Base URL: http://www.pamusb.org @@ -45,12 +45,12 @@ %setup -q %patch0 -p1 -cp -p %{SOURCE1} quickstart.html -cp -p %{SOURCE2} options.html +install -p -m644 %{SOURCE1} quickstart.html +install -p -m644 %{SOURCE2} options.html mkdir pam.d-examples -cp -p %{SOURCE4} pam.d-examples/login -cp -p %{SOURCE5} pam.d-examples/gdm +install -p -m644 %{SOURCE4} pam.d-examples/login +install -p -m644 %{SOURCE5} pam.d-examples/gdm %build @@ -97,6 +97,9 @@ %changelog +* Tue Aug 1 2006 Dmitry Butskoy - 0.3.3-5 +- avoid world-writable docs (#200840) + * Wed Feb 15 2006 Dmitry Butskoy - 0.3.3-4 - rebuild for FC5 From fedora-extras-commits at redhat.com Tue Aug 1 11:56:57 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 04:56:57 -0700 Subject: rpms/kdetoys/devel kdetoys.spec,1.3,1.4 Message-ID: <200608011156.k71Buxpl029797@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29780 Modified Files: kdetoys.spec Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 - %description: remove references to (long gone) kaphorism, kscore Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/kdetoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdetoys.spec 26 Jul 2006 01:06:25 -0000 1.3 +++ kdetoys.spec 1 Aug 2006 11:56:56 -0000 1.4 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -129,6 +127,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 +- %%description: remove references to (long gone) kaphorism, kscore + * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 From fedora-extras-commits at redhat.com Tue Aug 1 11:58:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 04:58:21 -0700 Subject: rpms/kdetoys/FC-5 .cvsignore, 1.3, 1.4 kdetoys.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608011158.k71BwNX8029862@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29841 Modified Files: .cvsignore kdetoys.spec sources Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 - %description: remove references to (long gone) kaphorism, kscore Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Jul 2006 12:49:18 -0000 1.3 +++ .cvsignore 1 Aug 2006 11:58:21 -0000 1.4 @@ -1 +1 @@ -kdetoys-3.5.3.tar.bz2 +kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdetoys.spec 21 Jul 2006 12:49:18 -0000 1.2 +++ kdetoys.spec 1 Aug 2006 11:58:21 -0000 1.3 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -98,8 +96,6 @@ # not sure of the point for just one header file 'AmorIface.h' # omit (for now). rm -rf $RPM_BUILD_ROOT%{_includedir} -# la files, keep, they're just loadable modules, not shared libs -#rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %post @@ -129,6 +125,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 +- %%description: remove references to (long gone) kaphorism, kscore + * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jul 2006 12:49:18 -0000 1.3 +++ sources 1 Aug 2006 11:58:21 -0000 1.4 @@ -1 +1 @@ -dbce8029253a6151546e3016f299f4ef kdetoys-3.5.3.tar.bz2 +f959e936d05697ac6b1a0b066632b2fd kdetoys-3.5.4.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:00:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 05:00:39 -0700 Subject: rpms/kdetoys/FC-5 .cvsignore, 1.4, 1.5 kdetoys.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608011200.k71C0ffT029970@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29949 Modified Files: .cvsignore kdetoys.spec sources Log Message: respin with proper sources this time Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Aug 2006 11:58:21 -0000 1.4 +++ .cvsignore 1 Aug 2006 12:00:39 -0000 1.5 @@ -1 +1,2 @@ +kdetoys-3.5.3.tar.bz2 kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdetoys.spec 1 Aug 2006 11:58:21 -0000 1.3 +++ kdetoys.spec 1 Aug 2006 12:00:39 -0000 1.4 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Url: http://www.kde.org/ @@ -125,7 +125,7 @@ %changelog -* Tue Aug 1 2006 Rex Dieter 7:3.5.3-2 +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 - %%description: remove references to (long gone) kaphorism, kscore * Wed May 24 2006 Rex Dieter 7:3.5.3-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Aug 2006 11:58:21 -0000 1.4 +++ sources 1 Aug 2006 12:00:39 -0000 1.5 @@ -1 +1 @@ -f959e936d05697ac6b1a0b066632b2fd kdetoys-3.5.4.tar.bz2 +dbce8029253a6151546e3016f299f4ef kdetoys-3.5.3.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:01:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 05:01:11 -0700 Subject: rpms/kdetoys/FC-4 .cvsignore,1.3,1.4 kdetoys.spec,1.2,1.3 Message-ID: <200608011201.k71C1DJW032485@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32466 Modified Files: .cvsignore kdetoys.spec Log Message: * Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 - %description: remove references to (long gone) kaphorism, kscore Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Jul 2006 13:07:15 -0000 1.3 +++ .cvsignore 1 Aug 2006 12:01:11 -0000 1.4 @@ -1 +1,2 @@ kdetoys-3.5.3.tar.bz2 +kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-4/kdetoys.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kdetoys.spec 21 Jul 2006 13:07:15 -0000 1.2 +++ kdetoys.spec 1 Aug 2006 12:01:11 -0000 1.3 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.3 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Url: http://www.kde.org/ @@ -23,10 +23,8 @@ * amor: Amusing Misuse Of Resources put's comic figures above your windows * eyesapplet: a kicker applet similar to XEyes * fifteenapplet: kicker applet, order 15 pieces in a 4x4 square by moving them -* kaphorism: displays aphorisms * kmoon: system tray applet showing the moon phase * kodo: mouse movement meter -* kscore: kicker applet with a sports ticker * kteatime: system tray applet that makes sure your tea doesn't get too strong * ktux: Tux-in-a-Spaceship screen saver * kweather: kicker applet that will display the current weather outside @@ -50,7 +48,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -98,8 +96,6 @@ # not sure of the point for just one header file 'AmorIface.h' # omit (for now). rm -rf $RPM_BUILD_ROOT%{_includedir} -# la files, keep, they're just loadable modules, not shared libs -#rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %post @@ -129,6 +125,9 @@ %changelog +* Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 +- %%description: remove references to (long gone) kaphorism, kscore + * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 From fedora-extras-commits at redhat.com Tue Aug 1 12:13:03 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Tue, 1 Aug 2006 05:13:03 -0700 Subject: rpms/rss-glx/devel rss-glx.spec,1.6,1.7 Message-ID: <200608011213.k71CD5jk032669@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32631 Modified Files: rss-glx.spec Log Message: don't install world-writable documentation files (#200843) Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/devel/rss-glx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rss-glx.spec 24 Jul 2006 09:41:39 -0000 1.6 +++ rss-glx.spec 1 Aug 2006 12:13:03 -0000 1.7 @@ -29,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -181,7 +181,7 @@ } rm -rf %buildroot -cp -dpf "%SOURCE1" "%SOURCE2" "%SOURCE3" . +install -m 0644 "%SOURCE1" "%SOURCE2" "%SOURCE3" . make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/lib*.{,l}a %{buildroot}%{_bindir}/rss-glx_install.pl %if %gss @@ -245,6 +245,9 @@ %{kdessconfigdir}/*.desktop %changelog +* Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 +- don't install world-writable documentation files (#200843) + * Mon Jul 24 2006 Nils Philippsen 0.8.1.p-4 - require libtool for building From fedora-extras-commits at redhat.com Tue Aug 1 12:13:05 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Tue, 1 Aug 2006 05:13:05 -0700 Subject: rpms/rss-glx/FC-5 rss-glx.spec,1.3,1.4 Message-ID: <200608011213.k71CD7I4032676@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32637 Modified Files: rss-glx.spec Log Message: don't install world-writable documentation files (#200843) require libtool for building move gnome-screensaver desktop files to match new location in FC6 (#194862) Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/FC-5/rss-glx.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rss-glx.spec 2 Jun 2006 10:35:05 -0000 1.3 +++ rss-glx.spec 1 Aug 2006 12:13:05 -0000 1.4 @@ -1,6 +1,5 @@ %define xssconfigdir %{_datadir}/xscreensaver/config %define xssbindir %{_libexecdir}/xscreensaver -%define gssconfigdir %{_datadir}/gnome-screensaver/themes %define gssbindir %{_libexecdir}/gnome-screensaver %define kdessconfigdir %{_datadir}/applnk/System/ScreenSavers @@ -8,13 +7,20 @@ %if "%{fedora}" <= "4" %define modular_x 0%{?_with_modular_x:1} %define gss 0 +%define _gssconfigdir %{nil} %else %define modular_x 0%{!?_without_modular_x:1} %define gss 1 +%if "%{fedora}" <= "5" +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/gnome-screensaver/themes}%{?gssconfigdir} +%else +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/applications/screensavers}%{?gssconfigdir} +%endif %endif %else %define modular_x 0%{?!_without_modular_x:1} %define gss 0%{?!_without_gss:1} +%define _gssconfigdir %{!?gssconfigdir:%{_datadir}/applications/screensavers}%{?gssconfigdir} %endif %define with_matrixview 0%{?_with_matrixview:1} @@ -23,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 2%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -51,6 +57,7 @@ BuildRequires: openal-devel BuildRequires: freealut-devel BuildRequires: autoconf +BuildRequires: libtool %description A port of the Really Slick Screensavers to GLX. Provides several visually @@ -109,7 +116,8 @@ - with monolithic X %endif %if %gss -- with gnome-screensaver support +- with gnome-screensaver support, + theme directory: %{_gssconfigdir} %else - without gnome-screensaver support %endif @@ -146,7 +154,7 @@ # generate GNOME screensaver desktop files eval $(echo "$line" | awk -F?? '{print "name=\"" $1 "\"; cmd=\"" $2 "\"; desc=\"" $3 "\""}') trycmd="${cmd%%%% *}" - cat << EOF > %{buildroot}%{gssconfigdir}/rss-glx-${cmd}.desktop + cat << EOF > %{buildroot}%{_gssconfigdir}/rss-glx-${cmd}.desktop [Desktop Entry] Encoding=UTF-8 @@ -173,11 +181,11 @@ } rm -rf %buildroot -cp -dpf "%SOURCE1" "%SOURCE2" "%SOURCE3" . +install -m 0644 "%SOURCE1" "%SOURCE2" "%SOURCE3" . make DESTDIR=%{buildroot} install rm -f %{buildroot}%{_libdir}/lib*.{,l}a %{buildroot}%{_bindir}/rss-glx_install.pl %if %gss -mkdir -p %{buildroot}%{gssconfigdir} +mkdir -p %{buildroot}%{_gssconfigdir} mkdir -p %{buildroot}%{gssbindir} mkdir -p %{buildroot}%{xssbindir} %endif @@ -225,8 +233,8 @@ %if %gss %files gnome-screensaver %defattr(-, root, root) -%dir %{gssconfigdir} -%{gssconfigdir}/*.desktop +%dir %{_gssconfigdir} +%{_gssconfigdir}/*.desktop %dir %{gssbindir} %{gssbindir}/* %endif @@ -237,6 +245,15 @@ %{kdessconfigdir}/*.desktop %changelog +* Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 +- don't install world-writable documentation files (#200843) + +* Mon Jul 24 2006 Nils Philippsen 0.8.1.p-4 +- require libtool for building + +* Mon Jun 12 2006 Nils Philippsen 0.8.1.p-3 +- move gnome-screensaver desktop files to match new location in FC6 (#194862) + * Fri Jun 02 2006 Nils Philippsen 0.8.1.p-2 - replace symlinked source files with copies to work around #189928 - honour RPM optflags From fedora-extras-commits at redhat.com Tue Aug 1 12:21:24 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:21:24 -0700 Subject: rpms/hercules/FC-5 README.fedora, 1.1, 1.2 hercules.cnf, 1.1, 1.2 hercules.spec, 1.11, 1.12 Message-ID: <200608011221.k71CLQ2n000377@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv338/FC-5 Modified Files: README.fedora hercules.cnf hercules.spec Log Message: Update tips, default conf and fix the README.fedora file mode (#200838). Index: README.fedora =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/README.fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.fedora 4 Jul 2006 10:43:43 -0000 1.1 +++ README.fedora 1 Aug 2006 12:21:24 -0000 1.2 @@ -31,9 +31,53 @@ Enter the IP address of your new Linux guest: .192.168.200.3 Enter the network address of the new Linux guest: -.255.255.255.255 +.255.255.255.252 Enter the IP of your CTC / ESCON / IUCV point-to-point partner: .192.168.200.4 -Select which protocol should be used for the CTC interface -.1 +Select which protocol should be used for the CTC interface: +.0 +Enter your DNS server(s), separated by colons (:): +.192.168.1.1:192.168.1.2 +Enter your DNS search domain(s) (if any), separated by colons (:): +.localdomain +Enter DASD range (e.g. 200-203 or 200,201,202,203): +.000-200 + +Use "telnet 192.168.200.3" and log in as "root" with no password (press enter). +The installation will start automatically. + + +Appendix : + +Red Hat Enterprise Linux 4 steps : +================================ + +- Mount the installation CD and run "ipl /mnt/cdrom/generic.ins" +- Follow the same configuration steps as for Fedora Core above + +Red Hat Linux 7.2 steps : +======================= + +- Mount the installation CD and run "ipl /mnt/cdrom/redhat.ins" + or +- Copy all files from the os/images/ directory to /etc/hercules/ +- Replace in hercules.cnf the line : +000C 3505 kernel.img generic.prm initrd.img autopad + with : +000C 3505 kernel.img redhat.prm initrd.img autopad + And : +0580 3420 /etc/hercules/tape.tdf + with : +0580 3420 /etc/hercules/redhat.tdf + +- Commands : +ipl 000C +.s390.localdomain +.ctc0 +.ctc0,0x600,0x601 +.192.168.200.3 +.192.168.200.4 +.192.168.1.1 +.localdomain +.120 Index: hercules.cnf =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/hercules.cnf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hercules.cnf 4 Jul 2006 10:43:43 -0000 1.1 +++ hercules.cnf 1 Aug 2006 12:21:24 -0000 1.2 @@ -30,7 +30,7 @@ # local non-SNA 3270 TN3270 client connection #001F 3270 # CKD direct access storage device -# initialize with: dasdinit -z linux.120 3390-3 lin000 +# initialize with: dasdinit -z /var/lib/hercules/linux.120 3390-3 lin000 0120 3390 /var/lib/hercules/linux.120 # local non-SNA 3270 TN3270 client connection #0200 3270 @@ -41,6 +41,7 @@ #0582 3420 ickdsf.ipl # networking, channel-to-channel adapter 0600 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 +0601 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 # networking, LCS adaptor #0700 3088 LCS 192.168.200.4 -n /dev/net/tun -m 01:02:03:04:05:06 Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/FC-5/hercules.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hercules.spec 4 Jul 2006 10:43:43 -0000 1.11 +++ hercules.spec 1 Aug 2006 12:21:24 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 2%{?dist} +Release: 3%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -49,7 +49,7 @@ %{__install} -D -p -m 0755 %{SOURCE2} \ %{buildroot}%{_sbindir}/hercules-run # Copy our README to be included as doc -%{__cp} -a %{SOURCE3} README.fedora +%{__install} -p -m 0644 %{SOURCE3} README.fedora # Create empty directory where to store system images %{__mkdir_p} %{buildroot}%{_var}/lib/hercules @@ -75,6 +75,11 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 3.04.1-3 +- Don't assume we have a sane default umask... (#200838). +- Update the README.fedora to include more details + RHL and RHEL steps. +- Update hercules.cnf to fix dasdinit tip and missing CTCI line. + * Mon Jul 3 2006 Matthias Saou 3.04.1-2 - Move out all the inlined configuration files, keep only the .cnf file. - Update .cnf file so that it works (load modules required for the default). From fedora-extras-commits at redhat.com Tue Aug 1 12:21:25 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:21:25 -0700 Subject: rpms/hercules/devel README.fedora, 1.1, 1.2 hercules.cnf, 1.1, 1.2 hercules.spec, 1.12, 1.13 Message-ID: <200608011221.k71CLRYb000383@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv338/devel Modified Files: README.fedora hercules.cnf hercules.spec Log Message: Update tips, default conf and fix the README.fedora file mode (#200838). Index: README.fedora =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/README.fedora,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.fedora 3 Jul 2006 17:48:00 -0000 1.1 +++ README.fedora 1 Aug 2006 12:21:25 -0000 1.2 @@ -31,9 +31,53 @@ Enter the IP address of your new Linux guest: .192.168.200.3 Enter the network address of the new Linux guest: -.255.255.255.255 +.255.255.255.252 Enter the IP of your CTC / ESCON / IUCV point-to-point partner: .192.168.200.4 -Select which protocol should be used for the CTC interface -.1 +Select which protocol should be used for the CTC interface: +.0 +Enter your DNS server(s), separated by colons (:): +.192.168.1.1:192.168.1.2 +Enter your DNS search domain(s) (if any), separated by colons (:): +.localdomain +Enter DASD range (e.g. 200-203 or 200,201,202,203): +.000-200 + +Use "telnet 192.168.200.3" and log in as "root" with no password (press enter). +The installation will start automatically. + + +Appendix : + +Red Hat Enterprise Linux 4 steps : +================================ + +- Mount the installation CD and run "ipl /mnt/cdrom/generic.ins" +- Follow the same configuration steps as for Fedora Core above + +Red Hat Linux 7.2 steps : +======================= + +- Mount the installation CD and run "ipl /mnt/cdrom/redhat.ins" + or +- Copy all files from the os/images/ directory to /etc/hercules/ +- Replace in hercules.cnf the line : +000C 3505 kernel.img generic.prm initrd.img autopad + with : +000C 3505 kernel.img redhat.prm initrd.img autopad + And : +0580 3420 /etc/hercules/tape.tdf + with : +0580 3420 /etc/hercules/redhat.tdf + +- Commands : +ipl 000C +.s390.localdomain +.ctc0 +.ctc0,0x600,0x601 +.192.168.200.3 +.192.168.200.4 +.192.168.1.1 +.localdomain +.120 Index: hercules.cnf =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.cnf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hercules.cnf 3 Jul 2006 17:48:00 -0000 1.1 +++ hercules.cnf 1 Aug 2006 12:21:25 -0000 1.2 @@ -30,7 +30,7 @@ # local non-SNA 3270 TN3270 client connection #001F 3270 # CKD direct access storage device -# initialize with: dasdinit -z linux.120 3390-3 lin000 +# initialize with: dasdinit -z /var/lib/hercules/linux.120 3390-3 lin000 0120 3390 /var/lib/hercules/linux.120 # local non-SNA 3270 TN3270 client connection #0200 3270 @@ -41,6 +41,7 @@ #0582 3420 ickdsf.ipl # networking, channel-to-channel adapter 0600 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 +0601 3088 CTCI -n /dev/net/tun -t 1500 192.168.200.3 192.168.200.4 # networking, LCS adaptor #0700 3088 LCS 192.168.200.4 -n /dev/net/tun -m 01:02:03:04:05:06 Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hercules.spec 3 Jul 2006 17:48:00 -0000 1.12 +++ hercules.spec 1 Aug 2006 12:21:25 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 2%{?dist} +Release: 3%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -49,7 +49,7 @@ %{__install} -D -p -m 0755 %{SOURCE2} \ %{buildroot}%{_sbindir}/hercules-run # Copy our README to be included as doc -%{__cp} -a %{SOURCE3} README.fedora +%{__install} -p -m 0644 %{SOURCE3} README.fedora # Create empty directory where to store system images %{__mkdir_p} %{buildroot}%{_var}/lib/hercules @@ -75,6 +75,11 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 3.04.1-3 +- Don't assume we have a sane default umask... (#200838). +- Update the README.fedora to include more details + RHL and RHEL steps. +- Update hercules.cnf to fix dasdinit tip and missing CTCI line. + * Mon Jul 3 2006 Matthias Saou 3.04.1-2 - Move out all the inlined configuration files, keep only the .cnf file. - Update .cnf file so that it works (load modules required for the default). From fedora-extras-commits at redhat.com Tue Aug 1 12:27:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:27:57 -0700 Subject: rpms/moin/FC-5 .cvsignore, 1.5, 1.6 moin.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608011227.k71CRxZM000551@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv516/FC-5 Modified Files: .cvsignore moin.spec sources Log Message: Backport latest release from devel to FC-5 and fix README-rpm file mode. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Feb 2006 11:55:17 -0000 1.5 +++ .cvsignore 1 Aug 2006 12:27:56 -0000 1.6 @@ -1 +1 @@ -moin-1.5.2.tar.gz +moin-1.5.4.tar.gz Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/moin.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- moin.spec 6 Feb 2006 11:55:17 -0000 1.6 +++ moin.spec 1 Aug 2006 12:27:56 -0000 1.7 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin -Version: 1.5.2 -Release: 1%{?dist} +Version: 1.5.4 +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -35,7 +35,7 @@ %install %{__rm} -rf %{buildroot} README-rpm %{__python} setup.py install --root=%{buildroot} -%{__cp} -a %{SOURCE1} README-rpm +%{__install} -p -m 0644 %{SOURCE1} README-rpm %clean @@ -52,6 +52,15 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 1.5.4-2 +- Don't assume we have a sane default umask... (#200833). + +* Sun Jun 2 2006 Matthias Saou 1.5.4-1 +- Update to 1.5.4. + +* Tue Apr 18 2006 Matthias Saou 1.5.3-1 +- Update to 1.5.3. + * Mon Feb 6 2006 Matthias Saou 1.5.2-1 - Update to 1.5.2. - Update config patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/moin/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Feb 2006 11:55:17 -0000 1.5 +++ sources 1 Aug 2006 12:27:56 -0000 1.6 @@ -1 +1 @@ -689ed7aa9619aa207398b996d68b4b87 moin-1.5.2.tar.gz +dcb85c72126c2fe39de66ef781a7dd39 moin-1.5.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 12:27:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 1 Aug 2006 05:27:57 -0700 Subject: rpms/moin/devel moin.spec,1.7,1.8 Message-ID: <200608011227.k71CRxpF000555@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv516/devel Modified Files: moin.spec Log Message: Backport latest release from devel to FC-5 and fix README-rpm file mode. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- moin.spec 2 Jul 2006 09:47:11 -0000 1.7 +++ moin.spec 1 Aug 2006 12:27:57 -0000 1.8 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -35,7 +35,7 @@ %install %{__rm} -rf %{buildroot} README-rpm %{__python} setup.py install --root=%{buildroot} -%{__cp} -a %{SOURCE1} README-rpm +%{__install} -p -m 0644 %{SOURCE1} README-rpm %clean @@ -52,6 +52,9 @@ %changelog +* Tue Aug 1 2006 Matthias Saou 1.5.4-2 +- Don't assume we have a sane default umask... (#200833). + * Sun Jun 2 2006 Matthias Saou 1.5.4-1 - Update to 1.5.4. From fedora-extras-commits at redhat.com Tue Aug 1 12:31:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:31:47 -0700 Subject: rpms/ogre/devel ogre-1.2.1-gtkmm.patch, 1.1, 1.2 ogre.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608011231.k71CVnIr000693@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Modified Files: ogre-1.2.1-gtkmm.patch ogre.spec sources Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. ogre-1.2.1-gtkmm.patch: Index: ogre-1.2.1-gtkmm.patch =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre-1.2.1-gtkmm.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ogre-1.2.1-gtkmm.patch 7 Jul 2006 18:24:11 -0000 1.1 +++ ogre-1.2.1-gtkmm.patch 1 Aug 2006 12:31:47 -0000 1.2 @@ -1,15 +1,3 @@ -diff -ur ogrenew/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h ogrenew.new/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h ---- ogrenew/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h 2005-02-04 18:50:41.000000000 +0100 -+++ ogrenew.new/PlatformManagers/SDL/include/OgreSDLConfig_gtk.h 2006-06-16 22:30:36.000000000 +0200 -@@ -40,7 +40,7 @@ - - namespace Ogre { - /** GTK+ config */ -- class SDLConfig : public ConfigDialog, public SigC::Object -+ class SDLConfig : public ConfigDialog, public sigc::trackable - { - public: - SDLConfig() diff -ur ogrenew/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp ogrenew.new/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp --- ogrenew/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp 2006-01-26 13:38:24.000000000 +0100 +++ ogrenew.new/PlatformManagers/SDL/src/OgreSDLConfig_gtk.cpp 2006-06-16 22:30:00.000000000 +0200 @@ -21,27 +9,3 @@ #include -@@ -65,17 +66,16 @@ - _opt_menu = NULL; - - // Hookup signals -- _winConfig->signal_delete_event().connect(SigC::slot(*this, -- &SDLConfig::on_window_delete)); -+ _winConfig->signal_delete_event().connect(sigc::mem_fun(this, &SDLConfig::on_window_delete)); - _option_selection = _lstOptions->get_selection(); -- _option_selection->signal_changed().connect(SigC::slot(*this, -+ _option_selection->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_option_changed)); -- _optRenderer->signal_changed().connect(SigC::slot(*this, -+ _optRenderer->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_renderer_changed)); -- _optOptValues->signal_changed().connect(SigC::slot(*this, -+ _optOptValues->signal_changed().connect(sigc::mem_fun(this, - &SDLConfig::on_value_changed)); -- btn_ok->signal_clicked().connect(SigC::slot(*this, &SDLConfig::on_btn_ok)); -- btn_cancel->signal_clicked().connect(SigC::slot(&Gtk::Main::quit)); -+ btn_ok->signal_clicked().connect(sigc::mem_fun(this, &SDLConfig::on_btn_ok)); -+ btn_cancel->signal_clicked().connect(sigc::ptr_fun(&Gtk::Main::quit)); - - - // Initialize Index: ogre.spec =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ogre.spec 18 Jul 2006 19:01:20 -0000 1.2 +++ ogre.spec 1 Aug 2006 12:31:47 -0000 1.3 @@ -1,15 +1,16 @@ +%define version_postfix p1 + Name: ogre -Version: 1.2.1 -Release: 3%{?dist} +Version: 1.2.2 +Release: 1.%{version_postfix}%{?dist} Summary: Object-Oriented Graphics Rendering Engine License: LGPL Group: System Environment/Libraries URL: http://www.ogre3d.org/ -Source0: http://dl.sf.net/sourceforge/ogre/ogre-linux_osx-v%(echo %{version} | tr . -).tar.bz2 +Source0: http://dl.sf.net/sourceforge/ogre/ogre-linux_osx-v%(echo %{version} | tr . -)%{version_postfix}.tar.bz2 Patch0: ogre-1.2.1-rpath.patch Patch1: ogre-1.2.1-gtkmm.patch -Patch2: ogre-1.2.1-char_height.patch -Patch3: ogre-1.2.1-visibility.patch +Patch2: ogre-1.2.2-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cegui-devel zziplib-devel DevIL-devel SDL-devel freetype-devel BuildRequires: libglademm24-devel libsigc++20-devel @@ -48,8 +49,12 @@ %setup -q -n ogrenew %patch0 -p1 -z .rpath %patch1 -p1 -z .gtkmm -%patch2 -p1 -z .char_height -%patch3 -p1 -z .visibility +%patch2 -p1 -z .soname +# sigh stop autoxxx from rerunning because of our patches above. +touch aclocal.m4 +touch configure +touch `find -name Makefile.in` +touch OgreMain/include/config.h.in # we don't do this with a patch since we need %{_libdir} sed -i 's|libOgrePlatform.so|%{_libdir}/OGRE/libOgrePlatform.so|' \ OgreMain/include/OgrePlatform.h @@ -108,13 +113,14 @@ %doc AUTHORS BUGS COPYING %doc Docs/ChangeLog.html Docs/ReadMe.html Docs/style.css Docs/ogre-logo.gif %{_bindir}/Ogre* -%{_libdir}/lib*.so.* +%{_libdir}/lib*Ogre*-%{version}.so %{_libdir}/OGRE %{_datadir}/OGRE %files devel %defattr(-,root,root,-) -%{_libdir}/lib*.so +%{_libdir}/libOgreMain.so +%{_libdir}/libCEGUIOgreRenderer.so %{_includedir}/OGRE %{_libdir}/pkgconfig/*.pc @@ -124,6 +130,18 @@ %changelog +* Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 +- New upstream release 1.2.2p1 +- Drop integrated char_height patch +- Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc + release, but keep it in CVS in case things break again. +- Add a patch that replaces -version-info libtool argument with -release, + which results in hardcoding the version number into the soname. This is + needed because upstream changes the ABI every release, without changing the + CURRENT argument passed to -version-info . +- Also add -release when linking libCEGUIOgreRenderer.so as that was previously + unversioned. + * Tue Jul 18 2006 Hans de Goede 1.2.1-3 - Add ogre-1.2.1-visibility.patch to fix issues with the interesting new gcc visibility inheritance. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jul 2006 18:24:11 -0000 1.2 +++ sources 1 Aug 2006 12:31:47 -0000 1.3 @@ -1 +1 @@ -6ff98b1f14ca679ceaeec00daff2ff87 ogre-linux_osx-v1-2-1.tar.bz2 +34004bdde39427e9a3213286f8cc057a ogre-linux_osx-v1-2-2p1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:42:31 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 1 Aug 2006 05:42:31 -0700 Subject: rpms/openal/devel openal.spec,1.17,1.18 Message-ID: <200608011242.k71CgXAt000798@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv779 Modified Files: openal.spec Log Message: - fix #200439 Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:03:33 -0000 1.17 +++ openal.spec 1 Aug 2006 12:42:31 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.5.20060204cvs%{?dist} +Release: 0.6.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -27,7 +27,7 @@ BuildRequires: SDL-devel BuildRequires: texinfo Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf +BuildRequires: libtool %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -100,6 +100,10 @@ %changelog +* Tue Aug 01 2006 Andreas Bierfert +0.0.9-0.6.20060204 +- fix #200439 + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Tue Aug 1 12:43:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 1 Aug 2006 05:43:53 -0700 Subject: rpms/ncmpc/devel ncmpc.spec,1.4,1.5 Message-ID: <200608011243.k71Chtx7000859@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/ncmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv842 Modified Files: ncmpc.spec Log Message: - fix #200423 Index: ncmpc.spec =================================================================== RCS file: /cvs/extras/rpms/ncmpc/devel/ncmpc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ncmpc.spec 16 Feb 2006 22:50:50 -0000 1.4 +++ ncmpc.spec 1 Aug 2006 12:43:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: ncmpc Version: 0.11.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A curses client for the Music Player Daemon (MPD) Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: ncurses-devel BuildRequires: glib2-devel >= 2.4 +BuildRequires: gettext %description ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to @@ -53,6 +54,10 @@ %exclude %{_datadir}/doc/* %changelog +* Tue Aug 01 2006 Andreas Bierfert +0.11.1-6 +- fix #200423 + * Thu Feb 16 2006 Andreas Bierfert 0.11.1-5 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Tue Aug 1 12:46:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:46:04 -0700 Subject: rpms/ogre/devel .cvsignore,1.2,1.3 Message-ID: <200608011246.k71Ck6HX000929@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv912 Modified Files: .cvsignore Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Jul 2006 18:24:11 -0000 1.2 +++ .cvsignore 1 Aug 2006 12:46:04 -0000 1.3 @@ -1 +1 @@ -ogre-linux_osx-v1-2-1.tar.bz2 +ogre-linux_osx-v1-2-2p1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 12:50:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 05:50:10 -0700 Subject: rpms/ogre/devel ogre-1.2.2-soname.patch,NONE,1.1 Message-ID: <200608011250.k71CoCAM001042@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1024 Added Files: ogre-1.2.2-soname.patch Log Message: * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch - Drop ogre-1.2.1-visibility.patch since this is fixed with the latest gcc release, but keep it in CVS in case things break again. - Add a patch that replaces -version-info libtool argument with -release, which results in hardcoding the version number into the soname. This is needed because upstream changes the ABI every release, without changing the CURRENT argument passed to -version-info . - Also add -release when linking libCEGUIOgreRenderer.so as that was previously unversioned. ogre-1.2.2-soname.patch: --- NEW FILE ogre-1.2.2-soname.patch --- --- ogrenew/OgreMain/src/Makefile.am.soname 2006-07-31 12:53:33.000000000 +0200 +++ ogrenew/OgreMain/src/Makefile.am 2006-07-31 12:53:33.000000000 +0200 @@ -174,6 +174,6 @@ platformdir = $(libdir) libOgreMain_la_LIBADD= $(STLPORT_LIBS) $(FT2_LIBS) $(ZZIPLIB_LIBS) $(OGRE_THREAD_LIBS) -libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -version-info @OGREMAIN_VERSION_INFO@ +libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -release @PACKAGE_VERSION@ #-Wl,--version-script=$(top_srcdir)/OgreMain/src/ogremain.map --- ogrenew/OgreMain/src/Makefile.in.soname 2006-07-31 12:54:18.000000000 +0200 +++ ogrenew/OgreMain/src/Makefile.in 2006-07-31 12:56:32.000000000 +0200 @@ -452,7 +452,7 @@ OgreCompiler2Pass.cpp $(am__append_1) platformdir = $(libdir) libOgreMain_la_LIBADD = $(STLPORT_LIBS) $(FT2_LIBS) $(ZZIPLIB_LIBS) $(OGRE_THREAD_LIBS) -libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -version-info @OGREMAIN_VERSION_INFO@ +libOgreMain_la_LDFLAGS = $(SHARED_FLAGS) -release @PACKAGE_VERSION@ all: all-am .SUFFIXES: --- ogrenew/configure.soname 2006-07-31 12:54:01.000000000 +0200 +++ ogrenew/configure 2006-07-31 12:54:58.000000000 +0200 @@ -462,7 +462,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC LEX LEXLIB LEX_OUTPUT_ROOT SHARED_FLAGS PLUGIN_FLAGS GL_! LIBS RC ac_ct_RC OGRE_NT_TRUE OGRE_NT_FALSE OGRE_LINUX_TRUE OGRE_LINUX_FALSE OGRE_OSX_TRUE OGRE_OSX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL OGRE_CFLAGS STLPORT_CFLAGS STLPORT_LIBS FT2_CONFIG FT2_CFLAGS FT2_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE PKG_CONFIG ac_pt_PKG_CONFIG ZZIPLIB_CFLAGS ZZIPLIB_LIBS CFGTK_DEPS_CFLAGS CFGTK_DEPS_LIBS OGRE_CFGTK SDL_CONFIG SDL_CFLAGS SDL_LIBS PLATFORM_CFLAGS PLATFORM_LIBS OGRE_PLATFORM GLSUPPORT_CFLAGS GLSUPPORT_LIBS OGRE_GLSUPPORT OGRE_THREAD_LIBS USE_DEVIL_TRUE USE_DEVIL_FALSE BUILD_CGPLUGIN_TRUE BUILD_CGPLUGIN_FALSE OPENEXR_CFLAGS OPENEXR_LIBS BUILD_EXRPLUGIN_TRUE BUILD_EXRPLUGIN_FALSE BUILD_DX9RENDERSYSTEM_TRUE BUILD_DX9RENDERSYSTEM_FALSE CEGUI_CFLAGS CEGUI_LIBS HAVE_CEGUI_TRUE HAVE_CEGUI_FALSE OGREMAIN_VERSION_INFO LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE YACC LEX LEXLIB LEX_OUTPUT_ROOT SHARED_FLAGS PLUGIN_FLAGS GL_! LIBS RC ac_ct_RC OGRE_NT_TRUE OGRE_NT_FALSE OGRE_LINUX_TRUE OGRE_LINUX_FALSE OGRE_OSX_TRUE OGRE_OSX_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL OGRE_CFLAGS STLPORT_CFLAGS STLPORT_LIBS FT2_CONFIG FT2_CFLAGS FT2_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS BUILD_UNIT_TESTS_TRUE BUILD_UNIT_TESTS_FALSE PKG_CONFIG ac_pt_PKG_CONFIG ZZIPLIB_CFLAGS ZZIPLIB_LIBS CFGTK_DEPS_CFLAGS CFGTK_DEPS_LIBS OGRE_CFGTK SDL_CONFIG SDL_CFLAGS SDL_LIBS PLATFORM_CFLAGS PLATFORM_LIBS OGRE_PLATFORM GLSUPPORT_CFLAGS GLSUPPORT_LIBS OGRE_GLSUPPORT OGRE_THREAD_LIBS USE_DEVIL_TRUE USE_DEVIL_FALSE BUILD_CGPLUGIN_TRUE BUILD_CGPLUGIN_FALSE OPENEXR_CFLAGS OPENEXR_LIBS BUILD_EXRPLUGIN_TRUE BUILD_EXRPLUGIN_FALSE BUILD_DX9RENDERSYSTEM_TRUE BUILD_DX9RENDERSYSTEM_FALSE CEGUI_CFLAGS CEGUI_LIBS HAVE_CEGUI_TRUE HAVE_CEGUI_FALSE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -23065,13 +23065,6 @@ CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" LIBS="$LIBS $SDL_LIBS" -OGREMAIN_CURRENT=11 -OGREMAIN_REVISION=2 -OGREMAIN_AGE=0 -OGREMAIN_VERSION_INFO=$OGREMAIN_CURRENT:$OGREMAIN_REVISION:$OGREMAIN_AGE - - - ! ac_config_files="$ac_config_files Makefile OgreMain/Makefile OgreMain/src/Makefile OgreMain/include/Makefile PlatformManagers/Makefile PlatformManagers/SDL/Makefile PlatformManagers/SDL/src/Makefile PlatformManagers/SDL/include/Makefile PlatformManagers/gtk/Makefile PlatformManagers/gtk/src/Makefile PlatformManagers/gtk/include/Makefile PlatformManagers/GLX/Makefile PlatformManagers/GLX/src/Makefile PlatformManagers/GLX/include/Makefile PlatformManagers/Win32/Makefile PlatformManagers/Win32/src/Makefile PlatformManagers/Win32/include/Makefile PlugIns/Makefile PlugIns/BSPSceneManager/Makefi! le PlugIns/BSPSceneManager/src/Makefile PlugIns/BSPSceneManage! r/incl /Makefile PlugIns/CgProgramManager/Makefile PlugIns/CgProgramManager/src/Makefile PlugIns/CgProgramManager/include/Makefile PlugIns/OctreeSceneManager/Makefile PlugIns/OctreeSceneManager/src/Makefile PlugIns/OctreeSceneManager/include/Makefile PlugIns/ParticleFX/Makefile PlugIns/ParticleFX/src/Makefile PlugIns/ParticleFX/include/Makefile RenderSystems/Makefile RenderSystems/GL/Makefile RenderSystems/GL/src/Makefile RenderSystems/GL/include/Makefile RenderSystems/GL/src/atifs/Makefile RenderSystems/GL/src/atifs/include/Makefile RenderSystems/GL/src/atifs/src/Makefile RenderSystems/GL/src/GLSL/Makefile RenderSystems/GL/src/GLSL/include/Makefile RenderSystems/GL/src/GLSL/src/Makefile RenderSystems/GL/src/nvparse/Makefile RenderSystems/Direct3D9/Makefile RenderSystems/Direct3D9/src/Makefile RenderSystems/Direct3D9/include/Makefile Samples/Makefile Samples/Common/Makefile Samples/Common/include/Makefile Samples/Common/bin/Makefile Samples/BezierPatch/Makefile Samples/BezierPatch/! src/Makefile Samples/BezierPatch/include/Makefile Samples/CameraTrack/Makefile Samples/CameraTrack/src/Makefile Samples/CelShading/Makefile Samples/CelShading/src/Makefile Samples/Compositor/Makefile Samples/Compositor/src/Makefile Samples/Compositor/include/Makefile Samples/CubeMapping/Makefile Samples/CubeMapping/src/Makefile Samples/CubeMapping/include/Makefile Samples/DeferredShading/Makefile Samples/DeferredShading/src/Makefile Samples/DeferredShading/include/Makefile Samples/Dot3Bump/Makefile Samples/Dot3Bump/src/Makefile Samples/EnvMapping/Makefile Samples/EnvMapping/src/Makefile Samples/EnvMapping/include/Makefile Samples/FacialAnimation/Makefile Samples/FacialAnimation/src/Makefile Samples/Fresnel/Makefile Samples/Fresnel/src/Makefile Samples/Grass/Makefile Samples/Grass/src/Makefile Samples/Transpacency/Makefile Samples/Transpacency/src/Makefile Samples/Transpacency/include/Makefile Samples/Lighting/Makefile Samples/Lighting/src/Makefile Samples/Lighting/include/M! akefile Samples/OceanDemo/Makefile Samples/OceanDemo/src/Makef! ile Sa es/OceanDemo/include/Makefile Samples/ParticleFX/Makefile Samples/ParticleFX/src/Makefile Samples/ParticleFX/include/Makefile Samples/RenderToTexture/Makefile Samples/RenderToTexture/src/Makefile Samples/TextureFX/Makefile Samples/TextureFX/src/Makefile Samples/TextureFX/include/Makefile Samples/Shadows/Makefile Samples/Shadows/src/Makefile Samples/SkyBox/Makefile Samples/SkyBox/src/Makefile Samples/SkyBox/include/Makefile Samples/SkyDome/Makefile Samples/SkyDome/src/Makefile Samples/SkyDome/include/Makefile Samples/SkyPlane/Makefile Samples/SkyPlane/src/Makefile Samples/SkyPlane/include/Makefile Samples/Smoke/Makefile Samples/Smoke/src/Makefile Samples/Smoke/include/Makefile Samples/BSP/Makefile Samples/BSP/src/Makefile Samples/SkeletalAnimation/Makefile Samples/SkeletalAnimation/src/Makefile Samples/SkeletalAnimation/include/Makefile Samples/Terrain/Makefile Samples/Terrain/src/Makefile Samples/Terrain/include/Makefile Samples/Water/Makefile Samples/Water/src/Makefile Samp! les/Water/include/Makefile Samples/DynTex/Makefile Samples/DynTex/src/Makefile Samples/DynTex/include/Makefile Samples/VolumeTex/Makefile Samples/VolumeTex/src/Makefile Samples/VolumeTex/include/Makefile Tests/Makefile Tests/src/Makefile Tools/Makefile Tools/MaterialUpgrader/Makefile Tools/MaterialUpgrader/src/Makefile Tools/MaterialUpgrader/include/Makefile Tools/MeshUpgrader/Makefile Tools/MeshUpgrader/src/Makefile Tools/XMLConverter/Makefile Tools/XMLConverter/src/Makefile Tools/XMLConverter/include/Makefile Tools/LightwaveConverter/Makefile Tools/LightwaveConverter/src/Makefile Tools/LightwaveConverter/include/Makefile OGRE.pc" @@ -24058,7 +24048,6 @@ s, at CEGUI_LIBS@,$CEGUI_LIBS,;t t s, at HAVE_CEGUI_TRUE@,$HAVE_CEGUI_TRUE,;t t s, at HAVE_CEGUI_FALSE@,$HAVE_CEGUI_FALSE,;t t -s, at OGREMAIN_VERSION_INFO@,$OGREMAIN_VERSION_INFO,;t t s, at LIBOBJS@,$LIBOBJS,;t t s, at LTLIBOBJS@,$LTLIBOBJS,;t t CEOF --- ogrenew/configure.in.soname 2006-07-23 00:12:06.000000000 +0200 +++ ogrenew/configure.in 2006-07-31 12:53:33.000000000 +0200 @@ -78,15 +78,6 @@ CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" LIBS="$LIBS $SDL_LIBS" -dnl versioning info for libtool -dnl Note this is the ABI version which is not the same as our actual library version -OGREMAIN_CURRENT=11 -OGREMAIN_REVISION=2 -OGREMAIN_AGE=0 -OGREMAIN_VERSION_INFO=$OGREMAIN_CURRENT:$OGREMAIN_REVISION:$OGREMAIN_AGE -AC_SUBST(OGREMAIN_VERSION_INFO) - - dnl Create the makefiles AC_CONFIG_FILES([Makefile \ OgreMain/Makefile \ --- ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.in~ 2006-08-01 12:31:32.000000000 +0200 +++ ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.in 2006-08-01 12:31:32.000000000 +0200 @@ -246,6 +246,8 @@ OgreCEGUITexture.cpp \ OgreCEGUIResourceProvider.cpp +libCEGUIOgreRenderer_la_LDFLAGS = -release @PACKAGE_VERSION@ + all: all-am .SUFFIXES: --- ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.am~ 2006-08-01 12:31:33.000000000 +0200 +++ ogrenew/Samples/Common/CEGUIRenderer/src/Makefile.am 2006-08-01 12:31:33.000000000 +0200 @@ -6,3 +6,5 @@ libCEGUIOgreRenderer_la_SOURCES = OgreCEGUIRenderer.cpp \ OgreCEGUITexture.cpp \ OgreCEGUIResourceProvider.cpp + +libCEGUIOgreRenderer_la_LDFLAGS = -release @PACKAGE_VERSION@ From fedora-extras-commits at redhat.com Tue Aug 1 14:47:57 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Tue, 1 Aug 2006 07:47:57 -0700 Subject: fedora-security/audit fc4,1.344,1.345 fc5,1.259,1.260 Message-ID: <200608011447.k71Elvu8006967@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6945/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3746 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.344 retrieving revision 1.345 diff -u -r1.344 -r1.345 --- fc4 31 Jul 2006 10:31:02 -0000 1.344 +++ fc4 1 Aug 2006 14:47:54 -0000 1.345 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.0.59) [since FEDORA-2006-862] -CVE-2006-3746 ** gnupg +CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-842] CVE-2006-3677 ** firefox/seamonkey Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.259 retrieving revision 1.260 diff -u -r1.259 -r1.260 --- fc5 31 Jul 2006 10:31:02 -0000 1.259 +++ fc5 1 Aug 2006 14:47:54 -0000 1.260 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] -CVE-2006-3746 ** gnupg +CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Tue Aug 1 14:49:30 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 07:49:30 -0700 Subject: owners owners.list,1.1347,1.1348 Message-ID: <200608011449.k71EnW3w007004@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6987/owners Modified Files: owners.list Log Message: inject qstat Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1347 retrieving revision 1.1348 diff -u -r1.1347 -r1.1348 --- owners.list 1 Aug 2006 04:54:38 -0000 1.1347 +++ owners.list 1 Aug 2006 14:49:30 -0000 1.1348 @@ -1635,6 +1635,7 @@ Fedora Extras|qof|QOF provides a query engine library for C objects|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|qps|Visual process status monitor|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|qscintilla|A Scintilla port to Qt|icon at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|qstat|Real-time Game Server Status for FPS game servers|andy at smile.org.ua|extras-qa at fedoraproject.org| Fedora Extras|qsynth|Qt based Fluidsynth GUI front end|nando at ccrma.stanford.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4|Qt GUI toolkit|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|qt4-qsa|Qt Script for Applications Add-On for Qt4|frank-buettner at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 15:19:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 08:19:51 -0700 Subject: rpms/kdetoys/FC-5 kdetoys.spec,1.4,1.5 Message-ID: <200608011519.k71FJrqe009840@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9816 Modified Files: kdetoys.spec Log Message: respin using proper sources this time Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/FC-5/kdetoys.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdetoys.spec 1 Aug 2006 12:00:39 -0000 1.4 +++ kdetoys.spec 1 Aug 2006 15:19:51 -0000 1.5 @@ -126,7 +126,7 @@ %changelog * Tue Aug 1 2006 Rex Dieter 7:3.5.3-3 -- %%description: remove references to (long gone) kaphorism, kscore +- %%description: remove references to (long gone) kaphorism, kscore (#200877) * Wed May 24 2006 Rex Dieter 7:3.5.3-1 - kde-3.5.3 From fedora-extras-commits at redhat.com Tue Aug 1 15:20:47 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:20:47 -0700 Subject: rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.4, 1.5 Message-ID: <200608011520.k71FKnnu009940@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9921 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jack-audio-connection-kit.spec 4 Jul 2006 15:49:30 -0000 1.4 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:20:47 -0000 1.5 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz @@ -70,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -120,6 +120,9 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + * Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 - update URL - add BR: libtool From fedora-extras-commits at redhat.com Tue Aug 1 15:28:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 1 Aug 2006 08:28:13 -0700 Subject: rpms/qt4/devel .cvsignore, 1.5, 1.6 qt4.spec, 1.17, 1.18 sources, 1.3, 1.4 Message-ID: <200608011528.k71FSFPI010266@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10245 Modified Files: .cvsignore qt4.spec sources Log Message: * Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 - strip -laudio, -ldbus-1, -lglib-2.0 from .pc files * Thu Jul 20 2006 Rex Dieter 4.2.0-0.3.tp1 - -no-reduce-exports (for now) - -fno-strict-aliasing (fc5+) * Fri Jul 07 2006 Rex Dieter 4.2.0-0.2.tp1 - -system-nas-sound, BR: nas-devel (bug # 197937) - -qdbus (fc6+, BR: dbus-devel >= 0.62) - -glib (BR: glib2-devel) * Fri Jun 30 2006 Rex Dieter 4.2.0-0.1.tp1 - 4.2.0-tp1 (technology preview 1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 Jul 2006 12:12:36 -0000 1.5 +++ .cvsignore 1 Aug 2006 15:28:13 -0000 1.6 @@ -1,4 +1,5 @@ clog qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz +qt41.spec Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- qt4.spec 20 Jul 2006 19:32:17 -0000 1.17 +++ qt4.spec 1 Aug 2006 15:28:13 -0000 1.18 @@ -1,19 +1,22 @@ # Fedora Review -# http://bugzilla.redhat.com/bugzilla/188180 +# http://bugzilla.redhat.com/188180 + +%define beta tp1 +%define preview -preview Summary: Qt toolkit Name: qt4 -Version: 4.1.4 -Release: 8%{?dist} +Version: 4.2.0 +Release: 0.4.%{beta}%{?dist} License: GPL/QPL Group: System Environment/Libraries Url: http://www.trolltech.com/products/qt/ -Source0: ftp://ftp.troll.no/qt/source/qt-x11-opensource-src-%{version}.tar.gz +Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# search for assistant4 instead of (qt3's) assistant in $PATH +# search for assistant-qt4 instead of (qt3's) assistant in $PATH Patch1: qt-x11-opensource-src-4.1.2-assistant4.patch Source10: qt4-wrapper.sh @@ -27,7 +30,7 @@ ## optional plugin bits # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library -%define mysql -no-sql-mysql +%define mysql -no-sql-mysql %if "%{?fedora}" > "3" %define mysql -plugin-sql-mysql %endif @@ -37,8 +40,12 @@ %define odbc -plugin-sql-odbc %define psql -plugin-sql-psql %define sqlite -plugin-sql-sqlite -# +# undefine to disable these %define nas -system-nas-sound +%if "%{?fedora}" > "5" +%define qdbus -qdbus +BuildRequires: dbus-devel >= 0.62 +%endif %define qt_dirname %{name} %define qtdir %{_libdir}/%{qt_dirname} @@ -68,6 +75,7 @@ BuildRequires: libungif-devel BuildRequires: freetype-devel BuildRequires: zlib-devel +BuildRequires: glib2-devel %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" @@ -185,13 +193,13 @@ %prep -%setup -q -n qt-x11-opensource-src-%{version} +%setup -q -n qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}} %patch1 -p1 -b .assistant4 # drop -fexceptions from $RPM_OPT_FLAGS RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'` -# add -fno-strict-aliasing, for now +# add -fno-strict-aliasing, for now (fc6+) %if "%{?fedora}" > "4" RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %endif @@ -248,6 +256,8 @@ -xrandr \ -xrender \ -xkb \ + -glib \ + %{?qdbus} %{!?qdbus:-no-qdbus} \ %{?nas} %{!?nas:-no-nas-sound} \ %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ %{?psql} \ @@ -272,7 +282,7 @@ ## pkg-config # strip extraneous dirs/libraries -- Rex # safe ones -for dep in -laudio -lglib-2.0 -lmng -ljpeg -lpng -lz -lfreetype -lm %{?mysql_ldflags} \ +for dep in -laudio -ldbus-1 -lglib-2.0 -lmng -ljpeg -lpng -lz -lfreetype -lm %{?mysql_ldflags} \ -L%{_builddir}/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}/lib ; do sed -i -e "s|$dep ||g" %{buildroot}%{qt_libdir}/lib*.la ||: sed -i -e "s|$dep ||g" %{buildroot}%{qt_libdir}/*.pc @@ -355,6 +365,9 @@ %dir %{qtdir}/bin/ %dir %{qt_datadir} %{qt_libdir}/libQtCore.so.* +%if "%{?qdbus}" == "-qdbus" +%{qt_libdir}/libQtDBus.so.* +%endif %{qt_libdir}/libQtNetwork.so.* %{qt_libdir}/libQtSql.so.* %{qt_libdir}/libQtTest.so.* @@ -369,9 +382,11 @@ %{qt_libdir}/libQtGui.so.* %{qt_libdir}/libQtOpenGL.so.* %{qt_libdir}/libQtSvg.so.* -%{qtdir}/plugins/accessible/ -%{qtdir}/plugins/imageformats/ -%{qtdir}/plugins/inputmethods/ +%if "%{version}" >= "4.2.0" +%{qt_libdir}/libQtAssistantClient.so.* +%endif +%{qtdir}/plugins/* +%exclude %{qtdir}/plugins/sqldrivers #-config bits %{qtdir}/bin/qt*config* %{_bindir}/qt*config* @@ -464,16 +479,20 @@ %changelog -* Thu Jul 20 2006 Rex Dieter 4.1.4-8 -- strip -laudio, -lglib-2.0 from .pc files +* Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 +- strip -laudio, -ldbus-1, -lglib-2.0 from .pc files -* Thu Jul 20 2006 Rex Dieter 4.1.4-7 +* Thu Jul 20 2006 Rex Dieter 4.2.0-0.3.tp1 - -no-reduce-exports (for now) - -fno-strict-aliasing (fc5+) -* Thu Jul 13 2006 Rex Dieter 4.1.4-6 -- make buildable on legacy releases -- -system-nas-sound (bug #197937) +* Fri Jul 07 2006 Rex Dieter 4.2.0-0.2.tp1 +- -system-nas-sound, BR: nas-devel (bug # 197937) +- -qdbus (fc6+, BR: dbus-devel >= 0.62) +- -glib (BR: glib2-devel) + +* Fri Jun 30 2006 Rex Dieter 4.2.0-0.1.tp1 +- 4.2.0-tp1 (technology preview 1) * Thu Jun 29 2006 Rex Dieter 4.1.4-5 - make FHS-friendly (bug #196901) Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2006 15:11:02 -0000 1.3 +++ sources 1 Aug 2006 15:28:13 -0000 1.4 @@ -1 +1 @@ -88f8c9c4622108baca2950baac3c02d6 qt-x11-opensource-src-4.1.4.tar.gz +099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 15:29:27 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:29:27 -0700 Subject: rpms/jack-audio-connection-kit/FC-5 jack-audio-connection-kit.spec, 1.2, 1.3 Message-ID: <200608011529.k71FTTBp010327@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10310 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/FC-5/jack-audio-connection-kit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jack-audio-connection-kit.spec 27 May 2006 08:08:40 -0000 1.2 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:29:27 -0000 1.3 @@ -1,19 +1,20 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 9%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz Source1: %{name}-README.Fedora Patch0: http://lalists.stanford.edu/lad/2006/01/att-0167/jack-clock3.patch -URL: http://jackit.sourceforge.net +URL: http://www.jackaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel BuildRequires: libsndfile-devel >= 1.0.0 BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: readline-devel, libtermcap-devel, ncurses-devel +BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool %description JACK is a low-latency audio server, written primarily for the Linux @@ -69,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -119,6 +120,17 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + +* Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 +- update URL +- add BR: libtool + +* Tue Jun 20 2006 Andy Shevchenko 0.101.1-10 +- add BRs: autoconf, automake + (http://fedoraproject.org/wiki/QA/FixBuildRequires) + * Sat May 27 2006 Andy Shevchenko 0.101.1-9 - remove --enable-stripped-jackd and --enable-optimize (use default flags) From fedora-extras-commits at redhat.com Tue Aug 1 15:33:10 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 1 Aug 2006 08:33:10 -0700 Subject: rpms/jack-audio-connection-kit/FC-4 jack-audio-connection-kit.spec, 1.2, 1.3 Message-ID: <200608011533.k71FXCPU010417@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10400 Modified Files: jack-audio-connection-kit.spec Log Message: Fix #200835 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/FC-4/jack-audio-connection-kit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jack-audio-connection-kit.spec 27 May 2006 08:08:40 -0000 1.2 +++ jack-audio-connection-kit.spec 1 Aug 2006 15:33:10 -0000 1.3 @@ -1,19 +1,20 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 9%{?dist} +Release: 12%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz Source1: %{name}-README.Fedora Patch0: http://lalists.stanford.edu/lad/2006/01/att-0167/jack-clock3.patch -URL: http://jackit.sourceforge.net +URL: http://www.jackaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel BuildRequires: libsndfile-devel >= 1.0.0 BuildRequires: pkgconfig BuildRequires: doxygen BuildRequires: readline-devel, libtermcap-devel, ncurses-devel +BuildRequires: autoconf >= 2.59, automake >= 1.9.3, libtool %description JACK is a low-latency audio server, written primarily for the Linux @@ -69,7 +70,7 @@ make install DESTDIR=$RPM_BUILD_ROOT # prepare README.Fedora for documentation including -cp -p %{SOURCE1} README.Fedora +install -p -m644 %{SOURCE1} README.Fedora # remove extra install of the documentation rm -fr $RPM_BUILD_ROOT%{_docdir} @@ -119,6 +120,17 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 +- use install instead of cp (#200835) + +* Tue Jul 04 2006 Andy Shevchenko 0.101.1-11 +- update URL +- add BR: libtool + +* Tue Jun 20 2006 Andy Shevchenko 0.101.1-10 +- add BRs: autoconf, automake + (http://fedoraproject.org/wiki/QA/FixBuildRequires) + * Sat May 27 2006 Andy Shevchenko 0.101.1-9 - remove --enable-stripped-jackd and --enable-optimize (use default flags) From fedora-extras-commits at redhat.com Tue Aug 1 15:54:56 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:54:56 -0700 Subject: rpms/inotify-tools - New directory Message-ID: <200608011554.k71FswFG010597@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10571/inotify-tools Log Message: Directory /cvs/extras/rpms/inotify-tools added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 15:54:56 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:54:56 -0700 Subject: rpms/inotify-tools/devel - New directory Message-ID: <200608011554.k71Fsw9K010600@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10571/inotify-tools/devel Log Message: Directory /cvs/extras/rpms/inotify-tools/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 15:55:15 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:55:15 -0700 Subject: rpms/inotify-tools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608011555.k71FtHia010644@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10616 Added Files: Makefile import.log Log Message: Setup of module inotify-tools --- NEW FILE Makefile --- # Top level Makefile for module inotify-tools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 15:55:16 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:55:16 -0700 Subject: rpms/inotify-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608011555.k71FtIk5010647@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10616/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module inotify-tools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 15:56:11 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:56:11 -0700 Subject: rpms/inotify-tools import.log,1.1,1.2 Message-ID: <200608011556.k71FuDDY010719@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10685 Modified Files: import.log Log Message: auto-import inotify-tools-2.2-3 on branch devel from inotify-tools-2.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 15:55:15 -0000 1.1 +++ import.log 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +inotify-tools-2_2-3:HEAD:inotify-tools-2.2-3.src.rpm:1154447786 From fedora-extras-commits at redhat.com Tue Aug 1 15:56:11 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 08:56:11 -0700 Subject: rpms/inotify-tools/devel inotify-tools-2.2.implicit_syscall.patch, NONE, 1.1 inotify-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608011556.k71FuDE2010726@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10685/devel Modified Files: .cvsignore sources Added Files: inotify-tools-2.2.implicit_syscall.patch inotify-tools.spec Log Message: auto-import inotify-tools-2.2-3 on branch devel from inotify-tools-2.2-3.src.rpm inotify-tools-2.2.implicit_syscall.patch: --- NEW FILE inotify-tools-2.2.implicit_syscall.patch --- diff -Nurp inotify-tools-2.2.orig/src/inotifywait.c inotify-tools-2.2/src/inotifywait.c --- inotify-tools-2.2.orig/src/inotifywait.c 2006-07-03 06:49:34.000000000 +0200 +++ inotify-tools-2.2/src/inotifywait.c 2006-07-06 13:56:32.000000000 +0200 @@ -1,3 +1,4 @@ +#define _GNU_SOURCE #include "../config.h" #include @@ -17,7 +18,6 @@ #include "inotify-syscalls.h" #include "inotifyutils.h" -#define _GNU_SOURCE #include extern char *optarg; diff -Nurp inotify-tools-2.2.orig/src/inotifywatch.c inotify-tools-2.2/src/inotifywatch.c --- inotify-tools-2.2.orig/src/inotifywatch.c 2006-07-03 06:49:34.000000000 +0200 +++ inotify-tools-2.2/src/inotifywatch.c 2006-07-06 13:57:40.000000000 +0200 @@ -112,7 +112,6 @@ int main(int argc, char ** argv) if ( !events ) events = IN_ALL_EVENTS; - char * path; unsigned int num_watches = 0; unsigned int this_num_watches; fprintf( stderr, "Establishing watches...\n" ); --- NEW FILE inotify-tools.spec --- Name: inotify-tools Version: 2.2 Release: 3%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description inotify-tools is a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. %prep %setup -q %patch0 -p1 %build %configure --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* %{_mandir}/man1/inotifywatch.1* %changelog * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL * Thu Jul 6 2006 Dawid Gajownik - 2.2-2 - Fix compilation warnings * Thu Jul 6 2006 Dawid Gajownik - 2.2-1 - New version 2.2 - Update URL and description - Add man pages * Wed Jul 5 2006 Dawid Gajownik - 2.1-1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 15:55:16 -0000 1.1 +++ .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +inotify-tools-2.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 15:55:16 -0000 1.1 +++ sources 1 Aug 2006 15:56:11 -0000 1.2 @@ -0,0 +1 @@ +0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 16:03:28 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Tue, 1 Aug 2006 09:03:28 -0700 Subject: owners owners.list,1.1348,1.1349 Message-ID: <200608011603.k71G3UZb013357@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13340 Modified Files: owners.list Log Message: Add inotify-tools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1348 retrieving revision 1.1349 diff -u -r1.1348 -r1.1349 --- owners.list 1 Aug 2006 14:49:30 -0000 1.1348 +++ owners.list 1 Aug 2006 16:03:27 -0000 1.1349 @@ -602,6 +602,7 @@ Fedora Extras|imlib2|A graphic library for file loading, saving, rendering, and manipulation|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|inadyn|A Dynamic DNS Client|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|inkscape|A vector-based drawing program using SVG|denis at poolshark.org|extras-qa at fedoraproject.org| +Fedora Extras|inotify-tools|Command line utilities for inotify|gajownik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|inti|Integrated Foundation Classes for GNOME and GTK+|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|intuitively|Automatic IP detection utility|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|Inventor|SGI Open Inventor (TM)|rc040203 at freenet.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 16:46:34 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 09:46:34 -0700 Subject: rpms/cmake/devel .cvsignore, 1.3, 1.4 cmake.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608011646.k71GkacN013612@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13591 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jun 2006 16:32:53 -0000 1.3 +++ .cvsignore 1 Aug 2006 16:46:34 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmake.spec 31 Jul 2006 19:35:43 -0000 1.5 +++ cmake.spec 1 Aug 2006 16:46:34 -0000 1.6 @@ -1,6 +1,6 @@ Name: cmake -Version: 2.4.2 -Release: 3%{?dist} +Version: 2.4.3 +Release: 1%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-3 - Update for vim 7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jun 2006 16:32:53 -0000 1.3 +++ sources 1 Aug 2006 16:46:34 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 16:50:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 09:50:54 -0700 Subject: rpms/freeciv/FC-3 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.6, 1.7 Message-ID: <200608011650.k71GouVh013702@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13682 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-2 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- freeciv.spec 9 Mar 2006 15:24:12 -0000 1.6 +++ freeciv.spec 1 Aug 2006 16:50:54 -0000 1.7 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -47,11 +49,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +93,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-2 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Thu Mar 9 2006 Brian Pepple - 2.0.8-1 - Add dist tag. - Update to 2.0.8 (fixes #184507). From fedora-extras-commits at redhat.com Tue Aug 1 16:52:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 09:52:17 -0700 Subject: rpms/freeciv/FC-4 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.16, 1.17 Message-ID: <200608011652.k71GqJ2t013783@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13763 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-3 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- freeciv.spec 9 Mar 2006 15:09:53 -0000 1.16 +++ freeciv.spec 1 Aug 2006 16:52:17 -0000 1.17 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 1%{?dist} +Release: 3%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -47,11 +49,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -88,6 +94,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-3 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Thu Mar 9 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8 (fixes #184507). - Remove unnecessary BR (alsa-lib-devel & SDL-devel). From fedora-extras-commits at redhat.com Tue Aug 1 17:03:47 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 10:03:47 -0700 Subject: rpms/freeciv/FC-5 freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.21, 1.22 Message-ID: <200608011703.k71H3nrR016423@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16402 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-4 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- freeciv.spec 6 Mar 2006 16:04:20 -0000 1.21 +++ freeciv.spec 1 Aug 2006 17:03:46 -0000 1.22 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 4%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,6 +36,7 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security %build %configure --enable-client=gtk2 @@ -46,11 +48,15 @@ desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +93,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-4 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Mon Mar 6 2006 Brian Pepple - 2.0.8-2 - Update to 2.0.8. From fedora-extras-commits at redhat.com Tue Aug 1 17:04:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 1 Aug 2006 10:04:48 -0700 Subject: rpms/freeciv/devel freeciv-security.patch, NONE, 1.1 freeciv.spec, 1.21, 1.22 Message-ID: <200608011704.k71H4osZ016559@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16539 Modified Files: freeciv.spec Added Files: freeciv-security.patch Log Message: * Tue Aug 1 2006 Brian Pepple - 2.0.8-5 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) freeciv-security.patch: --- NEW FILE freeciv-security.patch --- diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 +++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 @@ -577,6 +577,7 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 || chunk->offset + chunk->chunk_length > chunk->total_length diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 +++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; - if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE) { + if (!punit || packet->length < 0 || punit->activity != ACTIVITY_IDLE + || packet->length > MAX_LEN_ROUTE) { return; } Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- freeciv.spec 6 Mar 2006 16:04:20 -0000 1.21 +++ freeciv.spec 1 Aug 2006 17:04:48 -0000 1.22 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 5%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -12,6 +12,7 @@ Source3: %{name}.xpm Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch +Patch3: %{name}-security.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -35,22 +36,29 @@ %setup -q -n %{name}-%{version} %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill +%patch3 -p1 -b .security + %build %configure --enable-client=gtk2 make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT %makeinstall desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category=Strategy \ + --add-category=StrategyGame \ --add-category X-Fedora \ %{SOURCE2} @@ -87,6 +95,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Tue Aug 1 2006 Brian Pepple - 2.0.8-5 +- Add patch to fix CVE-2006-3913 vulnerability. (#200545) +- Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) + * Mon Mar 6 2006 Brian Pepple - 2.0.8-2 - Update to 2.0.8. From fedora-extras-commits at redhat.com Tue Aug 1 17:18:16 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 10:18:16 -0700 Subject: rpms/cmake/FC-4 .cvsignore, 1.3, 1.4 cmake.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608011718.k71HImRE016704@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16657/FC-4 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 31 Jul 2006 19:32:26 -0000 1.3 +++ .cvsignore 1 Aug 2006 17:18:16 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cmake.spec 31 Jul 2006 19:42:18 -0000 1.4 +++ cmake.spec 1 Aug 2006 17:18:16 -0000 1.5 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-1 - Update to 2.4.2 - Patch FindRuby and FindSWIG to work on Fedora (bug #198103) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Jul 2006 19:32:26 -0000 1.3 +++ sources 1 Aug 2006 17:18:16 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 17:18:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 1 Aug 2006 10:18:17 -0700 Subject: rpms/cmake/FC-5 .cvsignore, 1.3, 1.4 cmake.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608011718.k71HInN1016709@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16657/FC-5 Modified Files: .cvsignore cmake.spec sources Log Message: Update to 2.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 31 Jul 2006 19:33:45 -0000 1.3 +++ .cvsignore 1 Aug 2006 17:18:17 -0000 1.4 @@ -1 +1 @@ -cmake-2.4.2.tar.gz +cmake-2.4.3.tar.gz Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cmake.spec 31 Jul 2006 19:33:45 -0000 1.2 +++ cmake.spec 1 Aug 2006 17:18:17 -0000 1.3 @@ -1,5 +1,5 @@ Name: cmake -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: Cross-platform make system @@ -65,6 +65,9 @@ %changelog +* Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 +- Update to 2.4.3 + * Mon Jul 31 2006 Orion Poplawski - 2.4.2-1 - Patch FindRuby and FindSWIG to work on Fedora (bug #198103) - Update to 2.4.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Jul 2006 19:33:45 -0000 1.3 +++ sources 1 Aug 2006 17:18:17 -0000 1.4 @@ -1 +1 @@ -c774f932cbd0c77d3cd76f0f8f46e0d9 cmake-2.4.2.tar.gz +c9b50c488a24edd5297ffc3230ecd0f2 cmake-2.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:08:20 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 1 Aug 2006 12:08:20 -0700 Subject: check-mirrors check-mirrors.py,1.16,1.17 Message-ID: <200608011908.k71J8KYm022505@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22484 Modified Files: check-mirrors.py Log Message: Initial creation of a db backend. Still lots of work to do but this works. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- check-mirrors.py 17 Jul 2006 18:28:44 -0000 1.16 +++ check-mirrors.py 1 Aug 2006 19:08:17 -0000 1.17 @@ -21,12 +21,12 @@ # TODO: # - better error handling -# - push into a db? # - have it accept an option which specifies a section in the config file # to operate on - rather than doing all of them. +# - remove deleted mirrors from the database -debug = False +debug = True __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' @@ -43,82 +43,154 @@ import socket import urlparse import glob +import sqlite from urlgrabber.grabber import URLGrabber from urlgrabber.grabber import URLGrabError -class YumBaseError(exceptions.Exception): - def __init__(self, args=None): - exceptions.Exception.__init__(self) +class YumBaseError( exceptions.Exception ): + def __init__( self, args=None ): + exceptions.Exception.__init__( self ) self.args = args -class RepoMDError(YumBaseError): - def __init__(self, args=None): - YumBaseError.__init__(self) +class RepoMDError( YumBaseError ): + def __init__( self, args=None ): + YumBaseError.__init__( self ) self.args = args -def ns_cleanup(qn): - if qn.find('}') == -1: return qn - return qn.split('}')[1] +def ns_cleanup( qn ): + if qn.find( '}' ) == -1: return qn + return qn.split( '}' )[1] -def errorprint(stuff): - print >> sys.stderr, stuff +def errorprint( error ): + print >> sys.stderr, error -def check_and_make_dir(dir): +def check_and_make_db( db ): + """ + verify that we can create the sqlite DB file + """ + try: + con = sqlite.connect( db ) + cursor = con.cursor() + except sqlite.Error, errmsg: + errorprint( 'Failed to connect to database: %s' % db ) + errorprint( 'Err: ' +str( errmsg ) ) + return None, None + + try: + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" + if debug: + print "Executing %s" % query + cursor.execute( query ) + if debug: + print "deleting test %i" % cursor.lastrowid + cursor.execute( "delete from mirrors where m_id =" + str( cursor.lastrowid ) + ";" ) + con.commit() + except sqlite.Error, errmsg: + if debug: + print 'db IO test failed: ' +str( errmsg ) + + try: + cursor.execute( 'CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);' ) + con.commit() + except sqlite.Error, errmsg: + errorprint( 'Err: ' +str( errmsg ) ) + return None, None + return con, cursor + + +def check_and_make_dir( dir ): """ check out the dir and make it, if possible, return 1 if done, else return 0 """ - if os.path.exists(dir): - if not os.path.isdir(dir): - errorprint('%s is not a dir' % dir) + if os.path.exists( dir ): + if not os.path.isdir( dir ): + errorprint( '%s is not a dir' % dir ) result = False else: - if not os.access(dir, os.W_OK): - errorprint('%s is not writable' % dir) + if not os.access( dir, os.W_OK ): + errorprint( '%s is not writable' % dir ) result = False else: result = True else: try: - os.mkdir(dir) + os.mkdir( dir ) except OSError, e: - errorprint('Error creating dir %s: %s' % (dir, e)) + errorprint( 'Error creating dir %s: %s' % ( dir, e ) ) result = False else: result = True return result - + +def update_db( repo, arch, country, url, failure, dbconn, dbcursor ): + updated = 0 + if not dbcursor: + errorprint( 'sqlite database check failed' ) + + if failure: + query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % ( url, url, repo, arch) + else: + query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % ( url, repo, arch ) + try: + if debug: + print "Executing: %s" % query + dbcursor.execute( query ) + updated = dbcursor.rowcount + dbconn.commit() + except sqlite.Error, errmsg: + errorprint( 'DBerr: ' +str( errmsg ) ) + errorprint(query) + if not updated: + try: + if failure: + lastgoodsql='0' + else: + lastgoodsql="DATETIME('now')" + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % ( repo, arch, country, url, failure, lastgoodsql ) + if debug: + print "Executing: %s" % query + dbcursor.execute( query ) + updated = dbcursor.rowcount + dbconn.commit() + except sqlite.Error, errmsg: + errorprint( 'DBErr: ' +str( errmsg ) ) + errorprint(query) + return None + return updated + + class RepoData: """represents anything beneath a tag""" - def __init__(self, elem): - self.type = elem.attrib.get('type') - self.location = (None, None) - self.checksum = (None,None) # type,value - self.openchecksum = (None,None) # type,value + def __init__( self, elem ): + self.type = elem.attrib.get( 'type' ) + self.location = ( None, None ) + self.checksum = ( None, None ) # type,value + self.openchecksum = ( None, None ) # type,value self.timestamp = None - self.parse(elem) + self.parse( elem ) - def parse(self, elem): + def parse( self, elem ): for child in elem: - child_name = ns_cleanup(child.tag) + child_name = ns_cleanup( child.tag ) if child_name == 'location': - relative = child.attrib.get('href') - base = child.attrib.get('base') - self.location = (base, relative) - + relative = child.attrib.get( 'href' ) + base = child.attrib.get( 'base' ) + self.location = ( base, relative ) + elif child_name == 'checksum': csum_value = child.text - csum_type = child.attrib.get('type') - self.checksum = (csum_type,csum_value) + csum_type = child.attrib.get( 'type' ) + self.checksum = ( csum_type, csum_value ) elif child_name == 'open-checksum': csum_value = child.text - csum_type = child.attrib.get('type') - self.openchecksum = (csum_type, csum_value) - + csum_type = child.attrib.get( 'type' ) + self.openchecksum = ( csum_type, csum_value ) + elif child_name == 'timestamp': self.timestamp = child.text @@ -126,44 +198,44 @@ class RepoMD: """represents the repomd xml file""" - def __init__(self, repoid, srcfile): + def __init__( self, repoid, srcfile ): """takes a repoid and a filename for the repomd.xml""" self.repoid = repoid self.repoData = {} - if type(srcfile) == type('str'): + if type( srcfile ) == type( 'str' ): # srcfile is a filename string - infile = open(srcfile, 'rt') + infile = open( srcfile, 'rt' ) else: # srcfile is a file object infile = srcfile - parser = iterparse(infile) + parser = iterparse( infile ) try: for event, elem in parser: - elem_name = ns_cleanup(elem.tag) + elem_name = ns_cleanup( elem.tag ) if elem_name == "data": - thisdata = RepoData(elem=elem) + thisdata = RepoData( elem=elem ) self.repoData[thisdata.type] = thisdata except SyntaxError, e: raise RepoMDError, "Damaged repomd.xml file" - - def fileTypes(self): + + def fileTypes( self ): """return list of metadata file types available""" return self.repoData.keys() - - def getData(self, type): - if self.repoData.has_key(type): + + def getData( self, type ): + if self.repoData.has_key( type ): return self.repoData[type] else: raise RepoMDError, "Error: requested datatype %s not available" % type - - def dump(self): + + def dump( self ): """dump fun output""" - + for ft in self.fileTypes(): thisdata = self.repoData[ft] print 'datatype: %s' % thisdata.type @@ -172,41 +244,41 @@ print 'checksum: %s -%s' % thisdata.checksum print 'open checksum: %s - %s' % thisdata.openchecksum -class MirrorContainer(object): +class MirrorContainer( object ): """Holder for info about a specific mirror""" - - def __init__(self, url, grabber, archlist, gi): + + def __init__( self, url, grabber, archlist, gi ): self.url = url self.grabber = grabber self.geoip = gi self.timestamps = {} self.archlist = archlist self.country = None - self.get_timestamp(url) - self.get_country(url) - - def get_timestamp(self, url): + self.get_timestamp( url ) + self.get_country( url ) + + def get_timestamp( self, url ): url = '%s/repodata/repomd.xml' % url - (suburl, count) = re.subn('\$ARCH', '$BASEARCH', url) - (suburl, count) = re.subn('\$BASEARCH','$basearch', suburl) - + ( suburl, count ) = re.subn( '\$ARCH', '$BASEARCH', url ) + ( suburl, count ) = re.subn( '\$BASEARCH', '$basearch', suburl ) + for arch in self.archlist: - (finurl, count) = re.subn('\$basearch', arch, suburl) + ( finurl, count ) = re.subn( '\$basearch', arch, suburl ) try: - fo = self.grabber.urlopen(finurl) + fo = self.grabber.urlopen( finurl ) except URLGrabError, e: if debug: print 'error on %s' % finurl continue try: - p = RepoMD('fooid', fo) + p = RepoMD( 'fooid', fo ) except RepoMDError, e: if debug: print e continue except URLGrabError, e: - errorprint("Grabber error on %s arch %s was:\n%s" % (url, arch, e)) + errorprint( "Grabber error on %s arch %s was:\n%s" % ( url, arch, e ) ) continue else: thisdata = p.repoData['primary'] @@ -214,202 +286,213 @@ del p fo.close() del fo - - def get_country(self, url): - url_parts = urlparse.urlparse(url) - h = url_parts[1] - addr = socket.gethostbyname(h) - self.country = self.geoip.country_code_by_addr(addr) - - + def get_country( self, url ): + url_parts = urlparse.urlparse( url ) + h = url_parts[1] + addr = socket.gethostbyname( h ) + self.country = self.geoip.country_code_by_addr( addr ) -class MirrorListInfo(object): +class MirrorListInfo( object ): """Holder for config info from the configuration file about the mirrorlist being checked""" - - def __init__(self): + + def __init__( self ): self.archlist = ['i386', 'x86_64', 'ppc'] self.mirrorid = None self.inputfile = None self.outputpath = None - self.timeout = 10 + self.timeout = 4 self.canonical = None + self.db = None self.mirrorlist = [] - - def populate_mirrorlist(self, grabber_inst): + + def populate_mirrorlist( self, grabber_inst ): try: - fo = grabber_inst.urlopen(self.inputfile) + fo = grabber_inst.urlopen( self.inputfile ) except IOError, e: return else: content = fo.readlines() for line in content: - if re.match('^\s*\#.*', line) or re.match('^\s*$', line): + if re.match( '^\s*\#.*', line ) or re.match( '^\s*$', line ): continue - mirror = re.sub('\n$', '', line) # no more trailing \n's - self.mirrorlist.append(mirror) - + mirror = re.sub( '\n$', '', line ) # no more trailing \n's + self.mirrorlist.append( mirror ) + fo.close() -def config(cfg): +def config( cfg ): sections = [] conf = ConfigParser.ConfigParser() - conf.read(cfg) - + conf.read( cfg ) + for section in conf.sections(): item = MirrorListInfo() - if conf.has_option(section, 'file_prefix'): - item.mirrorid = conf.get(section, 'file_prefix') + if conf.has_option( section, 'file_prefix' ): + item.mirrorid = conf.get( section, 'file_prefix' ) else: item.mirrorid = '%s' % section broken = False - - if conf.has_option(section, 'inputfile'): - item.inputfile = conf.get(section, 'inputfile') + + if conf.has_option( section, 'inputfile' ): + item.inputfile = conf.get( section, 'inputfile' ) else: - errorprint('missing inputfile') + errorprint( 'missing inputfile' ) broken = True - - if conf.has_option(section, 'outputpath'): - item.outputpath = conf.get(section, 'outputpath') + + if conf.has_option( section, 'outputpath' ): + item.outputpath = conf.get( section, 'outputpath' ) else: - errorprint('missing outputpath') + errorprint( 'missing outputpath' ) broken = True - - if conf.has_option(section, 'canonical'): - item.canonical = conf.get(section, 'canonical') + + if conf.has_option( section, 'canonical' ): + item.canonical = conf.get( section, 'canonical' ) else: - errorprint('missing canonical url') + errorprint( 'missing canonical url' ) broken = True - + + if conf.has_option( section, 'db' ): + item.db = conf.get( section, 'db' ) + else: + errorprint( 'missing db filename' ) + broken = True + if broken: - errorprint("Broooooooooooooken config, in section %s, bailing" % section) - sys.exit(1) - - if conf.has_option(section, 'timeout'): - item.timeout = conf.getint(section, 'timeout') + errorprint( "Broooooooooooooken config, in section %s, bailing" % section ) + sys.exit( 1 ) + if conf.has_option( section, 'timeout' ): + item.timeout = conf.getint( section, 'timeout' ) - if conf.has_option(section, 'archlist'): - a_string = conf.get(section, 'archlist') - - a_holder = a_string.replace('\n', ' ') - a_holder = a_holder.replace(',', ' ') + + if conf.has_option( section, 'archlist' ): + a_string = conf.get( section, 'archlist' ) + a_holder = a_string.replace( '\n', ' ' ) + a_holder = a_holder.replace( ',', ' ' ) a_list = a_holder.split() - + item.archlist = a_list - sections.append(item) - + sections.append( item ) + return sections -def main(cfg_file): - if not os.path.exists(cfg_file): - errorprint("config file %s does not exist" % cfg_file) - sys.exit(1) +def main( cfg_file ): + if not os.path.exists( cfg_file ): + errorprint( "config file %s does not exist" % cfg_file ) + sys.exit( 1 ) + + sections = config( cfg_file ) + gi = GeoIP.new( GeoIP.GEOIP_STANDARD ) - sections = config(cfg_file) - gi = GeoIP.new(GeoIP.GEOIP_STANDARD) - # grab the canonical mirrors info for s in sections: mirrors = [] - - ug = URLGrabber(timeout=s.timeout) - s.populate_mirrorlist(ug) - if len(s.mirrorlist) < 1: - errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) + badmirrors = [] + + ug = URLGrabber( timeout=s.timeout ) + s.populate_mirrorlist( ug ) + if len( s.mirrorlist ) < 1: + errorprint( "no mirrors to look at for %s, something is broken, skipping" % s.mirrorid ) continue - if not check_and_make_dir(s.outputpath): - errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) + dbconn, dbcursor = check_and_make_db( s.db ) + + if not check_and_make_dir( s.outputpath ): + errorprint( 'Error creating output path %s for %s' % ( s.outputpath, s.mirrorid ) ) continue # get the list of the old files new_file_list = [] old_file_list = [] - filematch = '%s/%s*' % (s.outputpath, s.mirrorid) + filematch = '%s/%s*' % ( s.outputpath, s.mirrorid ) if debug: print filematch - old_file_list.extend(glob.glob(filematch)) + old_file_list.extend( glob.glob( filematch ) ) if debug: print old_file_list - - canon = MirrorContainer(s.canonical, ug, s.archlist, gi) - if len(canon.timestamps.keys()) < len(s.archlist): + + canon = MirrorContainer( s.canonical, ug, s.archlist, gi ) + if len( canon.timestamps.keys() ) < len( s.archlist ): # if we can't get info for all arches for the canonical mirror, exit - errorprint("Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid) + errorprint( "Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid ) continue - + if debug: # debug only - just printing out info for arch in s.archlist: - if canon.timestamps.has_key(arch): - print '%s - %s: %s' % (s.mirrorid, arch, canon.timestamps[arch]) + if canon.timestamps.has_key( arch ): + print '%s - %s: %s' % ( s.mirrorid, arch, canon.timestamps[arch] ) # get the info for all the mirrors - + for url in s.mirrorlist: try: - m = MirrorContainer(url, ug, s.archlist, gi) + m = MirrorContainer( url, ug, s.archlist, gi ) except socket.gaierror, e: - errorprint("Cannot get address for mirror %s" % url) + errorprint( "Cannot get address for mirror %s" % url ) continue else: if m: - mirrors.append(m) - + mirrors.append( m ) + # print them out per-arch and per-country for arch in s.archlist: glob_urls = [] country_specific = {} for m in mirrors: - if m.timestamps.has_key(arch): + goodmirror = 0 + if m.timestamps.has_key( arch ): if m.timestamps[arch] == canon.timestamps[arch]: if debug: print 'adding %s' % m.url - glob_urls.append(m.url) + glob_urls.append( m.url ) + goodmirror=1 if m.country: - if not country_specific.has_key(m.country): + if not country_specific.has_key( m.country ): country_specific[m.country] = [] - if debug: print 'adding to %s: %s' % (m.country, m.url) - country_specific[m.country].append(m.url) - - global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) - glob_fo = open(global_file, 'w') + goodmirror=1 + if debug: print 'adding to %s: %s' % ( m.country, m.url ) + country_specific[m.country].append( m.url ) + if not goodmirror: + print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) + if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): + errorprint( "Error updating: %s" % url) + global_file = '%s/%s-global-%s.txt' % ( s.outputpath, s.mirrorid, arch ) + glob_fo = open( global_file, 'w' ) for url in glob_urls: - glob_fo.write('%s\n' % url) + glob_fo.write( '%s\n' % url ) glob_fo.close() - new_file_list.append(os.path.normpath(global_file)) - + new_file_list.append( os.path.normpath( global_file ) ) + for code in country_specific.keys(): - country_file = '%s/%s-%s-%s.txt' % (s.outputpath, s.mirrorid, code, arch) - country_fo = open(country_file, 'w') + country_file = '%s/%s-%s-%s.txt' % ( s.outputpath, s.mirrorid, code, arch ) + country_fo = open( country_file, 'w' ) for url in country_specific[code]: - country_fo.write('%s\n' % url) - country_fo.close() - new_file_list.append(os.path.normpath(country_file)) - + country_fo.write( '%s\n' % url ) + if not update_db( s.mirrorid, arch, code, url, 0, dbconn, dbcursor ): + errorprint( "Error updating: %s" % url ) + new_file_list.append( os.path.normpath( country_file ) ) + # clean up for fn in old_file_list: - fn = os.path.normpath(fn) + fn = os.path.normpath( fn ) if fn not in new_file_list: if debug: print "removing old file %s" % fn - os.unlink(fn) - - + os.unlink( fn ) +# dbconn.close() +# dbcursor.close() if __name__ == '__main__': - if len(sys.argv) < 2: + if len( sys.argv ) < 2: conf_fn = CONFIG else: conf_fn = sys.argv[1] - main(conf_fn) - - + main( conf_fn ) From fedora-extras-commits at redhat.com Tue Aug 1 19:09:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 1 Aug 2006 12:09:09 -0700 Subject: upgradecheck upgradecheck.py,1.12,1.13 Message-ID: <200608011909.k71J99mM022536@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22518 Modified Files: upgradecheck.py Log Message: Spelling fix. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- upgradecheck.py 31 Jul 2006 14:17:41 -0000 1.12 +++ upgradecheck.py 1 Aug 2006 19:09:07 -0000 1.13 @@ -122,7 +122,7 @@ try: solvers[dist].readMetadata() except yum.Errors.RepoError, e: - print 'Metadata read error for dist %s, exluding it' % dist + print 'Metadata read error for dist %s, excluding it' % dist del solvers[dist] pkgdict = {} From fedora-extras-commits at redhat.com Tue Aug 1 19:10:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 1 Aug 2006 12:10:24 -0700 Subject: upgradecheck upgradecheck.py,1.13,1.14 Message-ID: <200608011910.k71JAOkt022578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22560 Modified Files: upgradecheck.py Log Message: Don't blow up if (much) later distros than the problem spot don't have the package. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- upgradecheck.py 1 Aug 2006 19:09:07 -0000 1.13 +++ upgradecheck.py 1 Aug 2006 19:10:21 -0000 1.14 @@ -175,7 +175,8 @@ ix = bork report.append(name + ": " + owners[name].replace('@',' AT ')) for curr in pkgdata[ix:]: # onwards from the problem spot - report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) + if curr: # we haven't checked if all distros after the bork spot have this package + report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) ix = ix + 1 report.append("") From fedora-extras-commits at redhat.com Tue Aug 1 19:15:42 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:15:42 -0700 Subject: check-mirrors check-mirrors.py,1.17,1.18 Message-ID: <200608011915.k71JFgZo022617@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: check-mirrors.py Log Message: fix eclipse fucking up all the ( and ) with spaces. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- check-mirrors.py 1 Aug 2006 19:08:17 -0000 1.17 +++ check-mirrors.py 1 Aug 2006 19:15:39 -0000 1.18 @@ -48,99 +48,99 @@ from urlgrabber.grabber import URLGrabber from urlgrabber.grabber import URLGrabError -class YumBaseError( exceptions.Exception ): - def __init__( self, args=None ): - exceptions.Exception.__init__( self ) +class YumBaseError(exceptions.Exception): + def __init__(self, args=None): + exceptions.Exception.__init__(self) self.args = args -class RepoMDError( YumBaseError ): - def __init__( self, args=None ): - YumBaseError.__init__( self ) +class RepoMDError(YumBaseError): + def __init__(self, args=None): + YumBaseError.__init__(self) self.args = args -def ns_cleanup( qn ): - if qn.find( '}' ) == -1: return qn - return qn.split( '}' )[1] +def ns_cleanup(qn): + if qn.find('}') == -1: return qn + return qn.split('}')[1] -def errorprint( error ): +def errorprint(error): print >> sys.stderr, error -def check_and_make_db( db ): +def check_and_make_db(db): """ verify that we can create the sqlite DB file """ try: - con = sqlite.connect( db ) + con = sqlite.connect(db) cursor = con.cursor() except sqlite.Error, errmsg: - errorprint( 'Failed to connect to database: %s' % db ) - errorprint( 'Err: ' +str( errmsg ) ) + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: ' +str(errmsg)) return None, None try: query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" if debug: print "Executing %s" % query - cursor.execute( query ) + cursor.execute(query) if debug: print "deleting test %i" % cursor.lastrowid - cursor.execute( "delete from mirrors where m_id =" + str( cursor.lastrowid ) + ";" ) + cursor.execute("delete from mirrors where m_id =" + str(cursor.lastrowid) + ";") con.commit() except sqlite.Error, errmsg: if debug: - print 'db IO test failed: ' +str( errmsg ) + print 'db IO test failed: ' +str(errmsg) try: - cursor.execute( 'CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);' ) + cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') con.commit() except sqlite.Error, errmsg: - errorprint( 'Err: ' +str( errmsg ) ) + errorprint('Err: ' +str(errmsg)) return None, None return con, cursor -def check_and_make_dir( dir ): +def check_and_make_dir(dir): """ check out the dir and make it, if possible, return 1 if done, else return 0 """ - if os.path.exists( dir ): - if not os.path.isdir( dir ): - errorprint( '%s is not a dir' % dir ) + if os.path.exists(dir): + if not os.path.isdir(dir): + errorprint('%s is not a dir' % dir) result = False else: - if not os.access( dir, os.W_OK ): - errorprint( '%s is not writable' % dir ) + if not os.access(dir, os.W_OK): + errorprint('%s is not writable' % dir) result = False else: result = True else: try: - os.mkdir( dir ) + os.mkdir(dir) except OSError, e: - errorprint( 'Error creating dir %s: %s' % ( dir, e ) ) + errorprint('Error creating dir %s: %s' % (dir, e)) result = False else: result = True return result -def update_db( repo, arch, country, url, failure, dbconn, dbcursor ): +def update_db(repo, arch, country, url, failure, dbconn, dbcursor): updated = 0 if not dbcursor: - errorprint( 'sqlite database check failed' ) + errorprint('sqlite database check failed') if failure: - query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % ( url, url, repo, arch) + query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) else: - query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % ( url, repo, arch ) + query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch) try: if debug: print "Executing: %s" % query - dbcursor.execute( query ) + dbcursor.execute(query) updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint( 'DBerr: ' +str( errmsg ) ) + errorprint('DBerr: ' +str(errmsg)) errorprint(query) if not updated: try: @@ -148,14 +148,14 @@ lastgoodsql='0' else: lastgoodsql="DATETIME('now')" - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % ( repo, arch, country, url, failure, lastgoodsql ) + query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) if debug: print "Executing: %s" % query - dbcursor.execute( query ) + dbcursor.execute(query) updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint( 'DBErr: ' +str( errmsg ) ) + errorprint('DBErr: ' +str(errmsg)) errorprint(query) return None return updated @@ -163,33 +163,33 @@ class RepoData: """represents anything beneath a tag""" - def __init__( self, elem ): - self.type = elem.attrib.get( 'type' ) - self.location = ( None, None ) - self.checksum = ( None, None ) # type,value - self.openchecksum = ( None, None ) # type,value + def __init__(self, elem): + self.type = elem.attrib.get('type') + self.location = (None, None) + self.checksum = (None, None) # type,value + self.openchecksum = (None, None) # type,value self.timestamp = None - self.parse( elem ) + self.parse(elem) - def parse( self, elem ): + def parse(self, elem): for child in elem: - child_name = ns_cleanup( child.tag ) + child_name = ns_cleanup(child.tag) if child_name == 'location': - relative = child.attrib.get( 'href' ) - base = child.attrib.get( 'base' ) - self.location = ( base, relative ) + relative = child.attrib.get('href') + base = child.attrib.get('base') + self.location = (base, relative) elif child_name == 'checksum': csum_value = child.text - csum_type = child.attrib.get( 'type' ) - self.checksum = ( csum_type, csum_value ) + csum_type = child.attrib.get('type') + self.checksum = (csum_type, csum_value) elif child_name == 'open-checksum': csum_value = child.text - csum_type = child.attrib.get( 'type' ) - self.openchecksum = ( csum_type, csum_value ) + csum_type = child.attrib.get('type') + self.openchecksum = (csum_type, csum_value) elif child_name == 'timestamp': self.timestamp = child.text @@ -198,42 +198,42 @@ class RepoMD: """represents the repomd xml file""" - def __init__( self, repoid, srcfile ): + def __init__(self, repoid, srcfile): """takes a repoid and a filename for the repomd.xml""" self.repoid = repoid self.repoData = {} - if type( srcfile ) == type( 'str' ): + if type(srcfile) == type('str'): # srcfile is a filename string - infile = open( srcfile, 'rt' ) + infile = open(srcfile, 'rt') else: # srcfile is a file object infile = srcfile - parser = iterparse( infile ) + parser = iterparse(infile) try: for event, elem in parser: - elem_name = ns_cleanup( elem.tag ) + elem_name = ns_cleanup(elem.tag) if elem_name == "data": - thisdata = RepoData( elem=elem ) + thisdata = RepoData(elem=elem) self.repoData[thisdata.type] = thisdata except SyntaxError, e: raise RepoMDError, "Damaged repomd.xml file" - def fileTypes( self ): + def fileTypes(self): """return list of metadata file types available""" return self.repoData.keys() - def getData( self, type ): - if self.repoData.has_key( type ): + def getData(self, type): + if self.repoData.has_key(type): return self.repoData[type] else: raise RepoMDError, "Error: requested datatype %s not available" % type - def dump( self ): + def dump(self): """dump fun output""" for ft in self.fileTypes(): @@ -244,41 +244,41 @@ print 'checksum: %s -%s' % thisdata.checksum print 'open checksum: %s - %s' % thisdata.openchecksum -class MirrorContainer( object ): +class MirrorContainer(object): """Holder for info about a specific mirror""" - def __init__( self, url, grabber, archlist, gi ): + def __init__(self, url, grabber, archlist, gi): self.url = url self.grabber = grabber self.geoip = gi self.timestamps = {} self.archlist = archlist self.country = None - self.get_timestamp( url ) - self.get_country( url ) + self.get_timestamp(url) + self.get_country(url) - def get_timestamp( self, url ): + def get_timestamp(self, url): url = '%s/repodata/repomd.xml' % url - ( suburl, count ) = re.subn( '\$ARCH', '$BASEARCH', url ) - ( suburl, count ) = re.subn( '\$BASEARCH', '$basearch', suburl ) + (suburl, count) = re.subn('\$ARCH', '$BASEARCH', url) + (suburl, count) = re.subn('\$BASEARCH', '$basearch', suburl) for arch in self.archlist: - ( finurl, count ) = re.subn( '\$basearch', arch, suburl ) + (finurl, count) = re.subn('\$basearch', arch, suburl) try: - fo = self.grabber.urlopen( finurl ) + fo = self.grabber.urlopen(finurl) except URLGrabError, e: if debug: print 'error on %s' % finurl continue try: - p = RepoMD( 'fooid', fo ) + p = RepoMD('fooid', fo) except RepoMDError, e: if debug: print e continue except URLGrabError, e: - errorprint( "Grabber error on %s arch %s was:\n%s" % ( url, arch, e ) ) + errorprint("Grabber error on %s arch %s was:\n%s" % (url, arch, e)) continue else: thisdata = p.repoData['primary'] @@ -287,18 +287,18 @@ fo.close() del fo - def get_country( self, url ): - url_parts = urlparse.urlparse( url ) + def get_country(self, url): + url_parts = urlparse.urlparse(url) h = url_parts[1] - addr = socket.gethostbyname( h ) - self.country = self.geoip.country_code_by_addr( addr ) + addr = socket.gethostbyname(h) + self.country = self.geoip.country_code_by_addr(addr) -class MirrorListInfo( object ): +class MirrorListInfo(object): """Holder for config info from the configuration file about the mirrorlist being checked""" - def __init__( self ): + def __init__(self): self.archlist = ['i386', 'x86_64', 'ppc'] self.mirrorid = None self.inputfile = None @@ -308,138 +308,138 @@ self.db = None self.mirrorlist = [] - def populate_mirrorlist( self, grabber_inst ): + def populate_mirrorlist(self, grabber_inst): try: - fo = grabber_inst.urlopen( self.inputfile ) + fo = grabber_inst.urlopen(self.inputfile) except IOError, e: return else: content = fo.readlines() for line in content: - if re.match( '^\s*\#.*', line ) or re.match( '^\s*$', line ): + if re.match('^\s*\#.*', line) or re.match('^\s*$', line): continue - mirror = re.sub( '\n$', '', line ) # no more trailing \n's - self.mirrorlist.append( mirror ) + mirror = re.sub('\n$', '', line) # no more trailing \n's + self.mirrorlist.append(mirror) fo.close() -def config( cfg ): +def config(cfg): sections = [] conf = ConfigParser.ConfigParser() - conf.read( cfg ) + conf.read(cfg) for section in conf.sections(): item = MirrorListInfo() - if conf.has_option( section, 'file_prefix' ): - item.mirrorid = conf.get( section, 'file_prefix' ) + if conf.has_option(section, 'file_prefix'): + item.mirrorid = conf.get(section, 'file_prefix') else: item.mirrorid = '%s' % section broken = False - if conf.has_option( section, 'inputfile' ): - item.inputfile = conf.get( section, 'inputfile' ) + if conf.has_option(section, 'inputfile'): + item.inputfile = conf.get(section, 'inputfile') else: - errorprint( 'missing inputfile' ) + errorprint('missing inputfile') broken = True - if conf.has_option( section, 'outputpath' ): - item.outputpath = conf.get( section, 'outputpath' ) + if conf.has_option(section, 'outputpath'): + item.outputpath = conf.get(section, 'outputpath') else: - errorprint( 'missing outputpath' ) + errorprint('missing outputpath') broken = True - if conf.has_option( section, 'canonical' ): - item.canonical = conf.get( section, 'canonical' ) + if conf.has_option(section, 'canonical'): + item.canonical = conf.get(section, 'canonical') else: - errorprint( 'missing canonical url' ) + errorprint('missing canonical url') broken = True - if conf.has_option( section, 'db' ): - item.db = conf.get( section, 'db' ) + if conf.has_option(section, 'db'): + item.db = conf.get(section, 'db') else: - errorprint( 'missing db filename' ) + errorprint('missing db filename') broken = True if broken: - errorprint( "Broooooooooooooken config, in section %s, bailing" % section ) - sys.exit( 1 ) + errorprint("Broooooooooooooken config, in section %s, bailing" % section) + sys.exit(1) - if conf.has_option( section, 'timeout' ): - item.timeout = conf.getint( section, 'timeout' ) + if conf.has_option(section, 'timeout'): + item.timeout = conf.getint(section, 'timeout') - if conf.has_option( section, 'archlist' ): - a_string = conf.get( section, 'archlist' ) - a_holder = a_string.replace( '\n', ' ' ) - a_holder = a_holder.replace( ',', ' ' ) + if conf.has_option(section, 'archlist'): + a_string = conf.get(section, 'archlist') + a_holder = a_string.replace('\n', ' ') + a_holder = a_holder.replace(',', ' ') a_list = a_holder.split() item.archlist = a_list - sections.append( item ) + sections.append(item) return sections -def main( cfg_file ): - if not os.path.exists( cfg_file ): - errorprint( "config file %s does not exist" % cfg_file ) - sys.exit( 1 ) +def main(cfg_file): + if not os.path.exists(cfg_file): + errorprint("config file %s does not exist" % cfg_file) + sys.exit(1) - sections = config( cfg_file ) - gi = GeoIP.new( GeoIP.GEOIP_STANDARD ) + sections = config(cfg_file) + gi = GeoIP.new(GeoIP.GEOIP_STANDARD) # grab the canonical mirrors info for s in sections: mirrors = [] badmirrors = [] - ug = URLGrabber( timeout=s.timeout ) - s.populate_mirrorlist( ug ) - if len( s.mirrorlist ) < 1: - errorprint( "no mirrors to look at for %s, something is broken, skipping" % s.mirrorid ) + ug = URLGrabber(timeout=s.timeout) + s.populate_mirrorlist(ug) + if len(s.mirrorlist) < 1: + errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - dbconn, dbcursor = check_and_make_db( s.db ) + dbconn, dbcursor = check_and_make_db(s.db) - if not check_and_make_dir( s.outputpath ): - errorprint( 'Error creating output path %s for %s' % ( s.outputpath, s.mirrorid ) ) + if not check_and_make_dir(s.outputpath): + errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) continue # get the list of the old files new_file_list = [] old_file_list = [] - filematch = '%s/%s*' % ( s.outputpath, s.mirrorid ) + filematch = '%s/%s*' % (s.outputpath, s.mirrorid) if debug: print filematch - old_file_list.extend( glob.glob( filematch ) ) + old_file_list.extend(glob.glob(filematch)) if debug: print old_file_list - canon = MirrorContainer( s.canonical, ug, s.archlist, gi ) - if len( canon.timestamps.keys() ) < len( s.archlist ): + canon = MirrorContainer(s.canonical, ug, s.archlist, gi) + if len(canon.timestamps.keys()) < len(s.archlist): # if we can't get info for all arches for the canonical mirror, exit - errorprint( "Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid ) + errorprint("Cannot contact canonical host for all archs for mirrorlists of %s skipping" % s.mirrorid) continue if debug: # debug only - just printing out info for arch in s.archlist: - if canon.timestamps.has_key( arch ): - print '%s - %s: %s' % ( s.mirrorid, arch, canon.timestamps[arch] ) + if canon.timestamps.has_key(arch): + print '%s - %s: %s' % (s.mirrorid, arch, canon.timestamps[arch]) # get the info for all the mirrors for url in s.mirrorlist: try: - m = MirrorContainer( url, ug, s.archlist, gi ) + m = MirrorContainer(url, ug, s.archlist, gi) except socket.gaierror, e: - errorprint( "Cannot get address for mirror %s" % url ) + errorprint("Cannot get address for mirror %s" % url) continue else: if m: - mirrors.append( m ) + mirrors.append(m) # print them out per-arch and per-country for arch in s.archlist: @@ -448,51 +448,51 @@ for m in mirrors: goodmirror = 0 - if m.timestamps.has_key( arch ): + if m.timestamps.has_key(arch): if m.timestamps[arch] == canon.timestamps[arch]: if debug: print 'adding %s' % m.url - glob_urls.append( m.url ) + glob_urls.append(m.url) goodmirror=1 if m.country: - if not country_specific.has_key( m.country ): + if not country_specific.has_key(m.country): country_specific[m.country] = [] goodmirror=1 - if debug: print 'adding to %s: %s' % ( m.country, m.url ) - country_specific[m.country].append( m.url ) + if debug: print 'adding to %s: %s' % (m.country, m.url) + country_specific[m.country].append(m.url) if not goodmirror: print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): - errorprint( "Error updating: %s" % url) - global_file = '%s/%s-global-%s.txt' % ( s.outputpath, s.mirrorid, arch ) - glob_fo = open( global_file, 'w' ) + errorprint("Error updating: %s" % url) + global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) + glob_fo = open(global_file, 'w') for url in glob_urls: - glob_fo.write( '%s\n' % url ) + glob_fo.write('%s\n' % url) glob_fo.close() - new_file_list.append( os.path.normpath( global_file ) ) + new_file_list.append(os.path.normpath(global_file)) for code in country_specific.keys(): - country_file = '%s/%s-%s-%s.txt' % ( s.outputpath, s.mirrorid, code, arch ) - country_fo = open( country_file, 'w' ) + country_file = '%s/%s-%s-%s.txt' % (s.outputpath, s.mirrorid, code, arch) + country_fo = open(country_file, 'w') for url in country_specific[code]: - country_fo.write( '%s\n' % url ) - if not update_db( s.mirrorid, arch, code, url, 0, dbconn, dbcursor ): - errorprint( "Error updating: %s" % url ) - new_file_list.append( os.path.normpath( country_file ) ) + country_fo.write('%s\n' % url) + if not update_db(s.mirrorid, arch, code, url, 0, dbconn, dbcursor): + errorprint("Error updating: %s" % url) + new_file_list.append(os.path.normpath(country_file)) # clean up for fn in old_file_list: - fn = os.path.normpath( fn ) + fn = os.path.normpath(fn) if fn not in new_file_list: if debug: print "removing old file %s" % fn - os.unlink( fn ) + os.unlink(fn) # dbconn.close() # dbcursor.close() if __name__ == '__main__': - if len( sys.argv ) < 2: + if len(sys.argv) < 2: conf_fn = CONFIG else: conf_fn = sys.argv[1] - main( conf_fn ) + main(conf_fn) From fedora-extras-commits at redhat.com Tue Aug 1 19:24:07 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:24:07 -0700 Subject: check-mirrors check-mirrors.py,1.18,1.19 Message-ID: <200608011924.k71JO85j022653@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22635 Modified Files: check-mirrors.py Log Message: clean up some of the perl-isms from mmcgrath's checkin Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- check-mirrors.py 1 Aug 2006 19:15:39 -0000 1.18 +++ check-mirrors.py 1 Aug 2006 19:24:05 -0000 1.19 @@ -75,7 +75,7 @@ cursor = con.cursor() except sqlite.Error, errmsg: errorprint('Failed to connect to database: %s' % db) - errorprint('Err: ' +str(errmsg)) + errorprint('Err: %s ' % errmsg) return None, None try: @@ -89,13 +89,13 @@ con.commit() except sqlite.Error, errmsg: if debug: - print 'db IO test failed: ' +str(errmsg) + print 'db IO test failed: %s' % errmsg try: cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') con.commit() except sqlite.Error, errmsg: - errorprint('Err: ' +str(errmsg)) + errorprint('Err: %s' % errmsg) return None, None return con, cursor @@ -140,7 +140,7 @@ updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint('DBerr: ' +str(errmsg)) + errorprint('DBerr: %s ' errmsg) errorprint(query) if not updated: try: @@ -155,7 +155,7 @@ updated = dbcursor.rowcount dbconn.commit() except sqlite.Error, errmsg: - errorprint('DBErr: ' +str(errmsg)) + errorprint('DBErr: %s' errmsg) errorprint(query) return None return updated From fedora-extras-commits at redhat.com Tue Aug 1 19:31:02 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 1 Aug 2006 12:31:02 -0700 Subject: check-mirrors check-mirrors.py,1.19,1.20 Message-ID: <200608011931.k71JV2fg022717@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22694 Modified Files: check-mirrors.py Log Message: fix the bug florian pointed out Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- check-mirrors.py 1 Aug 2006 19:24:05 -0000 1.19 +++ check-mirrors.py 1 Aug 2006 19:31:00 -0000 1.20 @@ -453,12 +453,12 @@ if debug: print 'adding %s' % m.url glob_urls.append(m.url) goodmirror=1 - if m.country: - if not country_specific.has_key(m.country): - country_specific[m.country] = [] - goodmirror=1 - if debug: print 'adding to %s: %s' % (m.country, m.url) - country_specific[m.country].append(m.url) + if m.country: + if not country_specific.has_key(m.country): + country_specific[m.country] = [] + goodmirror=1 + if debug: print 'adding to %s: %s' % (m.country, m.url) + country_specific[m.country].append(m.url) if not goodmirror: print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): From fedora-extras-commits at redhat.com Tue Aug 1 19:43:49 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Tue, 1 Aug 2006 12:43:49 -0700 Subject: rpms/rrdtool/devel rrdtool-1.2.15-initrrdtool.patch, NONE, 1.1 rrdtool.spec, 1.20, 1.21 Message-ID: <200608011943.k71JhpMo022848@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828 Modified Files: rrdtool.spec Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: Fixed rrdtool-python to import the module properl rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- rrdtool.spec 17 Jul 2006 13:58:25 -0000 1.20 +++ rrdtool.spec 1 Aug 2006 19:43:49 -0000 1.21 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:48:50 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:48:50 -0700 Subject: rpms/rrdtool/FC-5 rrdtool.spec,1.21,1.22 Message-ID: <200608011948.k71JmqHp023601@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23566/FC-5 Modified Files: rrdtool.spec Log Message: Bring over rrdtool-python module fix from devel Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rrdtool.spec 17 Jul 2006 13:58:24 -0000 1.21 +++ rrdtool.spec 1 Aug 2006 19:48:50 -0000 1.22 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:48:50 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:48:50 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.16,1.17 Message-ID: <200608011948.k71JmqB3023597@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23566/FC-4 Modified Files: rrdtool.spec Log Message: Bring over rrdtool-python module fix from devel Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- rrdtool.spec 17 Jul 2006 13:58:23 -0000 1.16 +++ rrdtool.spec 1 Aug 2006 19:48:49 -0000 1.17 @@ -4,13 +4,14 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ Source0: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/pub/%{name}-%{version}.tar.gz Source1: php4-svn%{php_rrd_svn}.tar.gz Patch0: rrdtool-1.2.13-php.patch +Patch1: rrdtool-1.2.15-initrrdtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 @@ -87,7 +88,8 @@ %setup -q %setup -q -T -D -a 1 # Patch based on http://oss.oetiker.ch/rrdtool/pub/contrib/php_rrdtool.tgz -%patch -p0 -b .php +%patch0 -p0 -b .php +%patch1 -p1 -b .initrrdtool # Fix to find correct python dir on lib64 %{__perl} -pi -e 's|get_python_lib\(0,0,prefix|get_python_lib\(1,0,prefix|g' \ @@ -219,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 +- Fixed rrdtool-python to import the module properly (patch + rrdtool-1.2.15-initrrdtool.patch) + * Mon Jul 17 2006 Jarod Wilson 1.2.15-1 - Update to 1.2.15 - Minor spec cleanups From fedora-extras-commits at redhat.com Tue Aug 1 19:52:40 2006 From: fedora-extras-commits at redhat.com (Matteo Ricchetti (mricchet)) Date: Tue, 1 Aug 2006 12:52:40 -0700 Subject: rpms/ss5 import.log,1.2,1.3 Message-ID: <200608011952.k71JqgYP023755@cvs-int.fedora.redhat.com> Author: mricchet Update of /cvs/extras/rpms/ss5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23738 Modified Files: import.log Log Message: auto-import ss5-3.5.9-1 on branch FC-5 from ss5-3.5.9-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ss5/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Jun 2006 18:23:26 -0000 1.2 +++ import.log 1 Aug 2006 19:52:40 -0000 1.3 @@ -1 +1,2 @@ ss5-3_5_9-1:HEAD:ss5-3.5.9-1.src.rpm:1150827784 +ss5-3_5_9-1:FC-5:ss5-3.5.9-1.src.rpm:1154461948 From fedora-extras-commits at redhat.com Tue Aug 1 19:55:55 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:55:55 -0700 Subject: rpms/rrdtool/FC-4 rrdtool-1.2.15-initrrdtool.patch,NONE,1.1 Message-ID: <200608011955.k71Jtvoq023832@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23800/FC-4 Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: oops, should probably add the patch too... rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); From fedora-extras-commits at redhat.com Tue Aug 1 19:55:56 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:55:56 -0700 Subject: rpms/rrdtool/FC-5 rrdtool-1.2.15-initrrdtool.patch,NONE,1.1 Message-ID: <200608011955.k71JtwXQ023837@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23800/FC-5 Added Files: rrdtool-1.2.15-initrrdtool.patch Log Message: oops, should probably add the patch too... rrdtool-1.2.15-initrrdtool.patch: --- NEW FILE rrdtool-1.2.15-initrrdtool.patch --- --- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 +++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 @@ -48,8 +48,8 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); +/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) @@ -518,13 +518,13 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) +/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; /* Create the module and add the functions */ - m = Py_InitModule("rrdtoolmodule", _rrdtool_methods); + m = Py_InitModule("rrdtool", _rrdtool_methods); /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); From fedora-extras-commits at redhat.com Tue Aug 1 19:58:19 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:19 -0700 Subject: rpms/rrdtool/devel sources,1.11,1.12 Message-ID: <200608011958.k71JwLYd023998@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/devel Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 17 Jul 2006 13:58:25 -0000 1.11 +++ sources 1 Aug 2006 19:58:19 -0000 1.12 @@ -1,4 +1,2 @@ -7b544c38a818cbebcf06fe39b9f52d0d rrdtool-1.2.12.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:58:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:13 -0700 Subject: rpms/rrdtool/FC-4 sources,1.8,1.9 Message-ID: <200608011958.k71JwjXU024003@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/FC-4 Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 Jul 2006 13:58:23 -0000 1.8 +++ sources 1 Aug 2006 19:58:13 -0000 1.9 @@ -1,5 +1,2 @@ -fbe492dbf3d68abb1d86c2322e7ed44a rrdtool-1.0.49.tar.gz -c466e2e7df95fa8e318e46437da87686 rrdtool-1.0.50.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 19:58:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 12:58:13 -0700 Subject: rpms/rrdtool/FC-5 sources,1.8,1.9 Message-ID: <200608011958.k71Jwjox024006@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23951/FC-5 Modified Files: sources Log Message: Clean up sources files, no need to download old junk... Index: sources =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 Jul 2006 13:58:24 -0000 1.8 +++ sources 1 Aug 2006 19:58:13 -0000 1.9 @@ -1,5 +1,2 @@ -fbe492dbf3d68abb1d86c2322e7ed44a rrdtool-1.0.49.tar.gz -c466e2e7df95fa8e318e46437da87686 rrdtool-1.0.50.tar.gz -d9b5b7caa28e56de82780d943f59c231 rrdtool-1.2.13.tar.gz 20f70c46a3643ebc51d7b8562d8af9b2 php4-svn839.tar.gz bde8b12c202bc4e27fb9a9588a0aaddf rrdtool-1.2.15.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 20:03:44 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 1 Aug 2006 13:03:44 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608012003.k71K3kcN026562@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26540 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Backport to FC-4 aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 1 Aug 2006 20:03:44 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -155,13 +155,13 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -L/usr/X11R6/lib -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,29 +202,29 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-01 20:09:45.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = /usr/X11R6/lib/X11/fonts/apl/TTF TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-01 20:09:07.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = /usr/X11R6/lib/X11/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,18 +232,18 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -appdefaultsdir = $(prefix)/app-defaults -+appdefaultsdir = @datadir@/X11/app-defaults ++appdefaultsdir = @prefix@/X11R6/lib/X11/app-defaults appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-01 20:08:00.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-01 20:08:00.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-01 20:08:00.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 1 Aug 2006 20:03:44 -0000 1.2 @@ -2,17 +2,17 @@ %define ver 4.20 %define rel 2 -%define _x11pref %{_datadir}/X11 -%define _x11bindir %{_bindir} +%define _x11pref %{_prefix}/X11R6 +%define _x11bindir %{_x11pref}/bin %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d -%define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts -%define _x11appdef %{_x11pref}/app-defaults +%define _x11lib %{_x11pref}/lib +%define _x11fonts %{_x11lib}/X11/fonts +%define _x11appdef %{_x11lib}/X11/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -25,7 +25,7 @@ Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch -BuildRequires: xorg-x11-proto-devel +BuildRequires: xorg-x11-devel BuildRequires: automake16 autoconf Requires: xterm @@ -207,6 +207,9 @@ %{_x11fonts}/apl/TTF/* %Changelog +* Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 +- Backport to FC-4 + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 1 20:10:47 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 1 Aug 2006 13:10:47 -0700 Subject: comps comps-fe5.xml.in,1.65,1.66 comps-fe6.xml.in,1.30,1.31 Message-ID: <200608012010.k71KAnkX026827@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26808 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add aplus-fsf to comps-fe5 Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- comps-fe5.xml.in 27 Jul 2006 09:33:52 -0000 1.65 +++ comps-fe5.xml.in 1 Aug 2006 20:10:46 -0000 1.66 @@ -24,6 +24,7 @@ true abicheck + aplus-fsf archmage bazaar bigloo Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- comps-fe6.xml.in 27 Jul 2006 09:33:53 -0000 1.30 +++ comps-fe6.xml.in 1 Aug 2006 20:10:46 -0000 1.31 @@ -24,6 +24,7 @@ true abicheck + aplus-fsf archmage bazaar bigloo From fedora-extras-commits at redhat.com Tue Aug 1 20:13:53 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:13:53 -0700 Subject: rpms/digikam/devel .cvsignore, 1.5, 1.6 digikam.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200608012013.k71KDtaw026966@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26943 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:48:57 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:13:53 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- digikam.spec 14 Feb 2006 17:45:45 -0000 1.23 +++ digikam.spec 1 Aug 2006 20:13:53 -0000 1.24 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 +BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + * Tue Feb 14 2006 Marcin Garski 0.8.1-3 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:48:57 -0000 1.5 +++ sources 1 Aug 2006 20:13:53 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:26:13 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:26:13 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.17,1.18 Message-ID: <200608012026.k71KQFm1027144@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27127 Modified Files: rrdtool.spec Log Message: fc4 minimal buildroots are different than fc5 and later, no python included, have to add it to BuildRequires... Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- rrdtool.spec 1 Aug 2006 19:48:49 -0000 1.17 +++ rrdtool.spec 1 Aug 2006 20:26:13 -0000 1.18 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 -BuildRequires: freetype-devel, python-devel >= 2.3 +BuildRequires: freetype-devel, python >= 2.3, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} @@ -221,6 +221,10 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 +- Minimal FC4 buildroots don't include python, so add it as + a BuildRequires. + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Tue Aug 1 20:40:39 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:40:39 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.18,1.19 Message-ID: <200608012040.k71KefbH027291@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27274 Modified Files: rrdtool.spec Log Message: Take 2 on fix for no python in fc4 minimal buildroot... Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- rrdtool.spec 1 Aug 2006 20:26:13 -0000 1.18 +++ rrdtool.spec 1 Aug 2006 20:40:38 -0000 1.19 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.1 +Release: 2%{?dist}.2 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -15,10 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++, openssl-devel BuildRequires: libpng-devel, zlib-devel, libart_lgpl-devel >= 2.0 -BuildRequires: freetype-devel, python >= 2.3, python-devel >= 2.3 +BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || 2.3)} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,9 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 +- Last change wasn't the correct route, take 2... + * Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 - Minimal FC4 buildroots don't include python, so add it as a BuildRequires. From fedora-extras-commits at redhat.com Tue Aug 1 20:46:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 1 Aug 2006 13:46:43 -0700 Subject: rpms/rrdtool/FC-4 rrdtool.spec,1.19,1.20 Message-ID: <200608012046.k71KkjrY027364@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27347 Modified Files: rrdtool.spec Log Message: I suck today. Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- rrdtool.spec 1 Aug 2006 20:40:38 -0000 1.19 +++ rrdtool.spec 1 Aug 2006 20:46:43 -0000 1.20 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.2 +Release: 2%{?dist}.3 License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -19,7 +19,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} # eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || 2.3)} +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -222,6 +222,9 @@ %{php_extdir}/rrdtool.so %changelog +* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.3 +- Third time's a charm? + * Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 - Last change wasn't the correct route, take 2... From fedora-extras-commits at redhat.com Tue Aug 1 20:49:07 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:49:07 -0700 Subject: rpms/digikam/FC-5 .cvsignore, 1.5, 1.6 digikam.spec, 1.23, 1.24 sources, 1.5, 1.6 Message-ID: <200608012049.k71Kn9iR027443@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27422 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:48:57 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:49:07 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- digikam.spec 14 Feb 2006 17:45:45 -0000 1.23 +++ digikam.spec 1 Aug 2006 20:49:07 -0000 1.24 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 3%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 -BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 +BuildRequires: imlib2-devel libkexif-devel >= 0.2.4 libkipi-devel >= 0.1 BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + * Tue Feb 14 2006 Marcin Garski 0.8.1-3 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:48:57 -0000 1.5 +++ sources 1 Aug 2006 20:49:07 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:53:10 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:53:10 -0700 Subject: rpms/digikam/FC-4 .cvsignore, 1.5, 1.6 digikam.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608012053.k71KrCM6027572@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27544 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 8 Feb 2006 12:59:01 -0000 1.5 +++ .cvsignore 1 Aug 2006 20:53:09 -0000 1.6 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/digikam.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- digikam.spec 8 Feb 2006 12:59:01 -0000 1.6 +++ digikam.spec 1 Aug 2006 20:53:09 -0000 1.7 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -11,8 +11,8 @@ BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel sqlite-devel >= 3.0.0 gettext pkgconfig -BuildRequires: desktop-file-utils libtool-ltdl-devel +BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext +BuildRequires: pkgconfig desktop-file-utils libtool-ltdl-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,9 +74,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdigikam.la -# Fix bug #179754 -rm -rf $RPM_BUILD_ROOT%{_datadir}/mimelnk/ - %post /sbin/ldconfig update-desktop-database &> /dev/null ||: @@ -121,6 +118,12 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) + +* Tue Feb 14 2006 Marcin Garski 0.8.1-3 +- Rebuild + * Wed Feb 08 2006 Marcin Garski 0.8.1-2 - Exclude x-raw.desktop (bug #179754) - Don't own icons directory Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 8 Feb 2006 12:59:01 -0000 1.5 +++ sources 1 Aug 2006 20:53:09 -0000 1.6 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 20:53:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:53:51 -0700 Subject: rpms/soundtouch - New directory Message-ID: <200608012053.k71Krr7c027680@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653/soundtouch Log Message: Directory /cvs/extras/rpms/soundtouch added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 20:53:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:53:52 -0700 Subject: rpms/soundtouch/devel - New directory Message-ID: <200608012053.k71KrtNG027681@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27653/soundtouch/devel Log Message: Directory /cvs/extras/rpms/soundtouch/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 20:54:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:24 -0700 Subject: rpms/soundtouch Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012054.k71KsQKo027741@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705 Added Files: Makefile import.log Log Message: Setup of module soundtouch --- NEW FILE Makefile --- # Top level Makefile for module soundtouch all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 20:54:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:24 -0700 Subject: rpms/soundtouch/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012054.k71KsQbT027744@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module soundtouch --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 20:54:33 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:54:33 -0700 Subject: rpms/chess/devel chess.spec,1.1,1.2 Message-ID: <200608012054.k71KsZ3m027782@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27757 Modified Files: chess.spec Log Message: * Tue Aug 1 2006 Hans de Goede 1.0-2 - Rebuild for new ogre Index: chess.spec =================================================================== RCS file: /cvs/extras/rpms/chess/devel/chess.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chess.spec 9 Jul 2006 08:23:58 -0000 1.1 +++ chess.spec 1 Aug 2006 20:54:33 -0000 1.2 @@ -1,6 +1,6 @@ Name: chess Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: 3D chess game Group: Amusements/Games License: GPL @@ -77,5 +77,8 @@ %changelog +* Tue Aug 1 2006 Hans de Goede 1.0-2 +- Rebuild for new ogre + * Mon Jun 26 2006 Hans de Goede 1.0-1 - Initial Fedora Extras package From fedora-extras-commits at redhat.com Tue Aug 1 20:55:06 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:55:06 -0700 Subject: rpms/soundtouch import.log,1.1,1.2 Message-ID: <200608012055.k71Kt8WZ027880@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27845 Modified Files: import.log Log Message: auto-import soundtouch-1.3.1-4 on branch devel from soundtouch-1.3.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/soundtouch/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 20:54:23 -0000 1.1 +++ import.log 1 Aug 2006 20:55:05 -0000 1.2 @@ -0,0 +1 @@ +soundtouch-1_3_1-4:HEAD:soundtouch-1.3.1-4.src.rpm:1154466023 From fedora-extras-commits at redhat.com Tue Aug 1 20:55:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 13:55:07 -0700 Subject: rpms/soundtouch/devel soundtouch.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012055.k71Kt9RF027885@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27845/devel Modified Files: .cvsignore sources Added Files: soundtouch.spec Log Message: auto-import soundtouch-1.3.1-4 on branch devel from soundtouch-1.3.1-4.src.rpm --- NEW FILE soundtouch.spec --- Name: soundtouch Version: 1.3.1 Release: 4%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries URL: http://sky.prohosting.com/oparviai/soundtouch/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-c++ libtool %description SoundTouch is a LGPL-licensed open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. The SoundTouch library is suited for application developers writing sound processing tools that require tempo/pitch control functionality, or just for playing around with the sound effects. The SoundTouch library source kit includes an example utility SoundStretch which allows processing .wav audio files from a command-line interface. %package devel Summary: Libraries, includes, etc to develop soundtouch applications Group: Development/Libraries Requires: soundtouch = %{version}-%{release} Requires: pkgconfig %description devel Libraries, include files, etc you can use to develop soundtouch applications. %prep %setup -q # set correct version for .so build %define ltversion %(echo %{version} | tr '.' ':') sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in # cleanup a bit chmod -x README.html sed -i 's|\r||' README.html COPYING.TXT %build %configure --disable-dependency-tracking --disable-static --enable-shared # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/*.la # remove redundant installed docs rm -rf $RPM_BUILD_ROOT%{_prefix}/doc/%{name} # some soundtouch using packages expect the pkgconfig to be called # libSoundTouch instead of soundtouch-1.0, probably it used to be called # libSoundTouch in the past, so lets provide a compat symlink for these: ln -s soundtouch-1.0.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libSoundTouch.pc # soundtouch installs an autoheader generated header file which could very # well conflict with other autoheader generated header files, so we override # this with our own version which contains only the bare minimum: echo '#define FLOAT_SAMPLES 1' \ > $RPM_BUILD_ROOT%{_includedir}/soundtouch/soundtouch_config.h %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING.TXT README.html %{_bindir}/soundstretch %{_libdir}/lib*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/%{name} %{_datadir}/aclocal/%{name}.m4 %changelog * Mon Jul 31 2006 Hans de Goede 1.3.1-4 - Add Requires: pkgconfig to -devel subpackage - Replace installed autoheader generated header file with our own version which contains only the nescesarry soundtouch specific defines, thus avoiding possible conflicts with other autoheader generated headers. * Mon Jul 31 2006 Paul F. Johnson 1.3.1-3 - Add BR libtool * Mon Jul 31 2006 Hans de Goede 1.3.1-2 - Add BR: automake, because upstream uses symlinks to instead of copies of some needed automake files. * Sat Jul 29 2006 Hans de Goede 1.3.1-1 - New upstream version 1.3.1 - Minor specfile cleanups for livna submission. - Give the .so a proper version instead of 0.0.0 - Don't use rpath in soundstretch binary * Thu Aug 26 2004 Fernando Lopez-Lezcano 1.2.1-1 - initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 20:54:24 -0000 1.1 +++ .cvsignore 1 Aug 2006 20:55:06 -0000 1.2 @@ -0,0 +1 @@ +soundtouch-1.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 20:54:24 -0000 1.1 +++ sources 1 Aug 2006 20:55:06 -0000 1.2 @@ -0,0 +1 @@ +5e0185e81dbba2f2eed8581b7664ab04 soundtouch-1.3.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 20:55:14 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 13:55:14 -0700 Subject: rpms/digikam/FC-3 .cvsignore, 1.7, 1.8 digikam.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <200608012055.k71KtGEm027934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27858 Modified Files: .cvsignore digikam.spec sources Log Message: - Update to version 0.8.2 (#200932) - Don't own icons directory Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 24 Jan 2006 11:09:42 -0000 1.7 +++ .cvsignore 1 Aug 2006 20:55:14 -0000 1.8 @@ -1 +1 @@ -digikam-0.8.1.tar.bz2 +digikam-0.8.2.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/digikam.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- digikam.spec 24 Jan 2006 11:09:42 -0000 1.8 +++ digikam.spec 1 Aug 2006 20:55:14 -0000 1.9 @@ -1,6 +1,6 @@ Name: digikam -Version: 0.8.1 -Release: 2%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -11,8 +11,8 @@ BuildRequires: qt-devel kdelibs-devel arts-devel gphoto2-devel >= 2.0.0 BuildRequires: imlib2-devel libkexif-devel >= 0.2 libkipi-devel >= 0.1 -BuildRequires: libtiff-devel sqlite-devel >= 3.0.0 gettext pkgconfig -BuildRequires: desktop-file-utils +BuildRequires: libtiff-devel libpng-devel sqlite-devel >= 3.0.0 gettext +BuildRequires: pkgconfig desktop-file-utils Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -60,7 +60,7 @@ --add-category Application \ --add-category Photograph \ --add-category Graphics \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Graphics/%{name}.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -107,7 +107,7 @@ %{_datadir}/applications/*.desktop %{_datadir}/apps/digikam/ %{_datadir}/apps/showfoto/ -%{_datadir}/icons/hicolor/* +%{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/mimelnk/image/*.desktop %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -119,79 +119,83 @@ %{_libdir}/libdigikam.so %changelog -* Tue Jan 24 2006 Marcin Garski 0.8.1-2 +* Tue Aug 01 2006 Marcin Garski 0.8.2-1 +- Update to version 0.8.2 (#200932) +- Don't own icons directory + +* Tue Jan 24 2006 Marcin Garski 0.8.1-2 - Remove libtool-ltdl-devel -* Mon Jan 23 2006 Marcin Garski 0.8.1-1 +* Mon Jan 23 2006 Marcin Garski 0.8.1-1 - Add --enable-final - Remove GCC 4.1 patch, applied upstream - Update to version 0.8.1 -* Mon Jan 23 2006 Marcin Garski 0.8.0-16 +* Mon Jan 23 2006 Marcin Garski 0.8.0-16 - Add some stuff to BuildRequires (finally fix bug #178031) -* Tue Jan 17 2006 Marcin Garski 0.8.0-15 +* Tue Jan 17 2006 Marcin Garski 0.8.0-15 - Remove redundant BuildRequires (bug #178031) -* Mon Jan 16 2006 Marcin Garski 0.8.0-14 +* Mon Jan 16 2006 Marcin Garski 0.8.0-14 - Remove --disable-dependency-tracking -* Mon Jan 16 2006 Marcin Garski 0.8.0-13 +* Mon Jan 16 2006 Marcin Garski 0.8.0-13 - Remove --enable-final (caused compilation errors) -* Sun Jan 15 2006 Marcin Garski 0.8.0-12 +* Sun Jan 15 2006 Marcin Garski 0.8.0-12 - Change "/etc/profile.d/qt.sh" to "%{_sysconfdir}/profile.d/qt.sh" - Add --disable-dependency-tracking & --enable-final -* Wed Dec 14 2005 Marcin Garski 0.8.0-11 +* Wed Dec 14 2005 Marcin Garski 0.8.0-11 - Add libart_lgpl-devel and gamin-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-10 +* Wed Dec 14 2005 Marcin Garski 0.8.0-10 - Add libacl-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-9 +* Wed Dec 14 2005 Marcin Garski 0.8.0-9 - Add libidn-devel to BR -* Wed Dec 14 2005 Marcin Garski 0.8.0-8 +* Wed Dec 14 2005 Marcin Garski 0.8.0-8 - Fix compile on GCC 4.1 -* Tue Dec 13 2005 Marcin Garski 0.8.0-7 +* Tue Dec 13 2005 Marcin Garski 0.8.0-7 - Remove autoreconf -* Tue Dec 13 2005 Marcin Garski 0.8.0-6 +* Tue Dec 13 2005 Marcin Garski 0.8.0-6 - Remove patch -* Tue Dec 13 2005 Marcin Garski 0.8.0-5 +* Tue Dec 13 2005 Marcin Garski 0.8.0-5 - Last chance to make it right (modular X.Org) -* Tue Dec 13 2005 Marcin Garski 0.8.0-4 +* Tue Dec 13 2005 Marcin Garski 0.8.0-4 - Try to build for modular X.Org -* Tue Dec 13 2005 Marcin Garski 0.8.0-3 +* Tue Dec 13 2005 Marcin Garski 0.8.0-3 - Add new paths for modular X.Org -* Fri Dec 09 2005 Marcin Garski 0.8.0-2 +* Fri Dec 09 2005 Marcin Garski 0.8.0-2 - Work around for modular X.Org paths -* Thu Dec 01 2005 Marcin Garski 0.8.0-1 +* Thu Dec 01 2005 Marcin Garski 0.8.0-1 - Add description about digikamimageplugins and kipi-plugins - Remove 64 bit patch, applied upstream - Update to version 0.8.0 -* Sat Oct 22 2005 Marcin Garski 0.7.4-4 +* Sat Oct 22 2005 Marcin Garski 0.7.4-4 - Exclude libdigikam.la (bug #171503) -* Sat Sep 17 2005 Marcin Garski 0.7.4-3 +* Sat Sep 17 2005 Marcin Garski 0.7.4-3 - Change confusing warning about Big Endian Platform -* Tue Sep 13 2005 Marcin Garski 0.7.4-2 +* Tue Sep 13 2005 Marcin Garski 0.7.4-2 - Spec improvements -* Mon Sep 12 2005 Marcin Garski 0.7.4-1 +* Mon Sep 12 2005 Marcin Garski 0.7.4-1 - Updated to version 0.7.4 & clean up for Fedora Extras -* Sat Jun 26 2004 Marcin Garski 0.6.2-1.fc2 +* Sat Jun 26 2004 Marcin Garski 0.6.2-1.fc2 - Updated to version 0.6.2 -* Wed Jun 09 2004 Marcin Garski 0.6.2RC-1.fc2 +* Wed Jun 09 2004 Marcin Garski 0.6.2RC-1.fc2 - Initial specfile Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 24 Jan 2006 11:09:42 -0000 1.7 +++ sources 1 Aug 2006 20:55:14 -0000 1.8 @@ -1 +1 @@ -2672c510a78256a034a666f0e237eb3f digikam-0.8.1.tar.bz2 +fd57b7bfe4577dc2e2efd6d33122a46b digikam-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 21:00:56 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 1 Aug 2006 14:00:56 -0700 Subject: rpms/yum-utils/devel yum-utils-0.6-repoquery-newapi.patch, NONE, 1.1 yum-utils.spec, 1.8, 1.9 Message-ID: <200608012100.k71L0w2n028095@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/yum-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28069 Modified Files: yum-utils.spec Added Files: yum-utils-0.6-repoquery-newapi.patch Log Message: add patch for repoquery yum-utils-0.6-repoquery-newapi.patch: --- NEW FILE yum-utils-0.6-repoquery-newapi.patch --- --- yum-utils-0.6/repoquery.py.foo 2006-08-01 10:23:51.000000000 -0400 +++ yum-utils-0.6/repoquery.py 2006-08-01 10:28:24.000000000 -0400 @@ -30,7 +30,6 @@ import yum.config import yum.Errors import yum.packages -import repomd.mdErrors from rpmUtils.arch import getArchList from rpmUtils.miscutils import formatRequire from yum.misc import getCacheDir @@ -325,7 +324,7 @@ try: exact, match, unmatch = yum.packages.parsePackages(self.returnPkgList(), [name], casematch=1) pkgs = exact + match - except repomd.mdErrors.PackageSackError, err: + except yum.Errors.PackageSackError, err: self.errorlog(0, err) return self.queryPkgFactory(pkgs) Index: yum-utils.spec =================================================================== RCS file: /cvs/extras/rpms/yum-utils/devel/yum-utils.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- yum-utils.spec 29 Jul 2006 06:30:32 -0000 1.8 +++ yum-utils.spec 1 Aug 2006 21:00:56 -0000 1.9 @@ -1,11 +1,12 @@ Summary: Utilities based around the yum package manager Name: yum-utils Version: 0.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-fastestmirror-newapi.patch +Patch1: yum-utils-0.6-repoquery-newapi.patch URL: http://linux.duke.edu/yum/download/yum-utils/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -106,6 +107,7 @@ %prep %setup -q %patch0 +%patch1 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -198,6 +200,9 @@ /usr/lib/yum-plugins/downloadonly.* %changelog +* Tue Aug 1 2006 Bill Nottingham +- add patch to fix repoqeury to work with current yum api + * Thu Jul 28 2006 Luke Macken - Add patch to fix fastestmirror to work with new yum api From fedora-extras-commits at redhat.com Tue Aug 1 21:05:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 14:05:31 -0700 Subject: owners owners.list,1.1349,1.1350 Message-ID: <200608012105.k71L5X1p030766@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30749 Modified Files: owners.list Log Message: added soundtouch Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1349 retrieving revision 1.1350 diff -u -r1.1349 -r1.1350 --- owners.list 1 Aug 2006 16:03:27 -0000 1.1349 +++ owners.list 1 Aug 2006 21:05:31 -0000 1.1350 @@ -1764,6 +1764,7 @@ Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|soundtracker|Sound module composer/player|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|spamass-milter|Sendmail milter for spamassassin|paul at city-fan.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 21:14:45 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:14:45 -0700 Subject: rpms/nautilus-open-terminal/FC-5 sources, 1.4, 1.5 .cvsignore, 1.4, 1.5 Message-ID: <200608012114.k71LElLO030909@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30890 Modified Files: sources .cvsignore Log Message: Updated sources for 0.7 build Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Oct 2005 20:50:08 -0000 1.4 +++ sources 1 Aug 2006 21:14:45 -0000 1.5 @@ -1,2 +1,2 @@ -c4ffdd5bbae9f82be2696af6cb0eb7f5 nautilus-open-terminal-0.6.tar.gz -edf5e2ea34e5ebb36dff5886bdca844b nautilus-open-terminal-0.6-build.patch +318e9673017d9faf9a56aeeb74d36124 nautilus-open-terminal-0.7.tar.gz +02d1e15a6da495c95d594cd484b331ef nautilus-open-terminal-0.7-build.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Oct 2005 20:50:08 -0000 1.4 +++ .cvsignore 1 Aug 2006 21:14:45 -0000 1.5 @@ -1,2 +1,2 @@ -nautilus-open-terminal-0.6.tar.gz -nautilus-open-terminal-0.6-build.patch +nautilus-open-terminal-0.7.tar.gz +nautilus-open-terminal-0.7-build.patch From fedora-extras-commits at redhat.com Tue Aug 1 21:14:57 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Tue, 1 Aug 2006 14:14:57 -0700 Subject: rpms/digikam/FC-3 digikam.spec,1.9,1.10 Message-ID: <200608012114.k71LExEs030934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30915 Modified Files: digikam.spec Log Message: - Exclude x-raw.desktop Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-3/digikam.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- digikam.spec 1 Aug 2006 20:55:14 -0000 1.9 +++ digikam.spec 1 Aug 2006 21:14:57 -0000 1.10 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -108,7 +108,6 @@ %{_datadir}/apps/digikam/ %{_datadir}/apps/showfoto/ %{_datadir}/icons/hicolor/*/apps/*.png -%{_datadir}/mimelnk/image/*.desktop %{_datadir}/services/digikam* %{_datadir}/servicetypes/digikamimageplugin.desktop @@ -119,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Tue Aug 01 2006 Marcin Garski 0.8.2-2 +- Exclude x-raw.desktop + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) - Don't own icons directory From fedora-extras-commits at redhat.com Tue Aug 1 21:27:56 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:27:56 -0700 Subject: rpms/nautilus-open-terminal/FC-5 nautilus-open-terminal.spec, 1.9, 1.10 Message-ID: <200608012127.k71LRw0j031050@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31033 Modified Files: nautilus-open-terminal.spec Log Message: Update to version 0.7 Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/nautilus-open-terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-open-terminal.spec 17 Jun 2006 00:12:58 -0000 1.9 +++ nautilus-open-terminal.spec 1 Aug 2006 21:27:56 -0000 1.10 @@ -1,13 +1,13 @@ Name: nautilus-open-terminal -Version: 0.6 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops License: GPL URL: http://manny.cluecoder.org/packages/nautilus-open-terminal/ Source0: http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz -Patch0: nautilus-open-terminal-0.6-build.patch +Patch0: nautilus-open-terminal-0.7-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-desktop-devel @@ -26,7 +26,6 @@ %build -libtoolize --force --copy && aclocal && autoconf %configure make %{?_smp_mflags} @@ -45,10 +44,13 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS TODO +%doc AUTHORS ChangeLog COPYING NEWS TODO %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Tue Aug 1 2006 Paul W. Frields - 0.7-1 +- Update to version 0.7 + * Fri Jun 16 2006 Paul W. Frields - 0.6-4 - Fix BuildRequires, adding gettext From fedora-extras-commits at redhat.com Tue Aug 1 21:29:50 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:29:50 -0700 Subject: rpms/nautilus-open-terminal/devel sources, 1.4, 1.5 .cvsignore, 1.4, 1.5 Message-ID: <200608012129.k71LTqLZ031120@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31101 Modified Files: sources .cvsignore Log Message: Include new 0.7 versions Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Oct 2005 20:50:08 -0000 1.4 +++ sources 1 Aug 2006 21:29:50 -0000 1.5 @@ -1,2 +1,2 @@ -c4ffdd5bbae9f82be2696af6cb0eb7f5 nautilus-open-terminal-0.6.tar.gz -edf5e2ea34e5ebb36dff5886bdca844b nautilus-open-terminal-0.6-build.patch +318e9673017d9faf9a56aeeb74d36124 nautilus-open-terminal-0.7.tar.gz +02d1e15a6da495c95d594cd484b331ef nautilus-open-terminal-0.7-build.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Oct 2005 20:50:08 -0000 1.4 +++ .cvsignore 1 Aug 2006 21:29:50 -0000 1.5 @@ -1,2 +1,2 @@ -nautilus-open-terminal-0.6.tar.gz -nautilus-open-terminal-0.6-build.patch +nautilus-open-terminal-0.7.tar.gz +nautilus-open-terminal-0.7-build.patch From fedora-extras-commits at redhat.com Tue Aug 1 21:30:11 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Tue, 1 Aug 2006 14:30:11 -0700 Subject: rpms/nautilus-open-terminal/devel nautilus-open-terminal.spec, 1.9, 1.10 Message-ID: <200608012130.k71LUDwG031153@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31136 Modified Files: nautilus-open-terminal.spec Log Message: Update to version 0.7 Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/nautilus-open-terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nautilus-open-terminal.spec 17 Jun 2006 00:12:59 -0000 1.9 +++ nautilus-open-terminal.spec 1 Aug 2006 21:30:11 -0000 1.10 @@ -1,13 +1,13 @@ Name: nautilus-open-terminal -Version: 0.6 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops License: GPL URL: http://manny.cluecoder.org/packages/nautilus-open-terminal/ Source0: http://manny.cluecoder.org/packages/nautilus-open-terminal/%{name}-%{version}.tar.gz -Patch0: nautilus-open-terminal-0.6-build.patch +Patch0: nautilus-open-terminal-0.7-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-desktop-devel @@ -26,7 +26,6 @@ %build -libtoolize --force --copy && aclocal && autoconf %configure make %{?_smp_mflags} @@ -45,10 +44,13 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS TODO +%doc AUTHORS ChangeLog COPYING NEWS TODO %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Tue Aug 1 2006 Paul W. Frields - 0.7-1 +- Update to version 0.7 + * Fri Jun 16 2006 Paul W. Frields - 0.6-4 - Fix BuildRequires, adding gettext From fedora-extras-commits at redhat.com Tue Aug 1 21:57:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:04 -0700 Subject: rpms/XaraLX - New directory Message-ID: <200608012157.k71Lv6Tj031356@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/XaraLX Log Message: Directory /cvs/extras/rpms/XaraLX added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 21:57:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:05 -0700 Subject: rpms/XaraLX/devel - New directory Message-ID: <200608012157.k71Lv7CJ031359@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/XaraLX/devel Log Message: Directory /cvs/extras/rpms/XaraLX/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 21:57:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:26 -0700 Subject: rpms/XaraLX/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012157.k71LvSa0031404@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31375/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module XaraLX --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 21:57:25 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 14:57:25 -0700 Subject: rpms/XaraLX Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012157.k71LvRhV031403@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31375 Added Files: Makefile import.log Log Message: Setup of module XaraLX --- NEW FILE Makefile --- # Top level Makefile for module XaraLX all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 22:02:35 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:02:35 -0700 Subject: rpms/pyspi/FC-5 pyspi.spec, 1.2, 1.3 pyspi-NULL-children.patch, 1.1, NONE Message-ID: <200608012203.k71M3A3P001513@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/pyspi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1496 Modified Files: pyspi.spec Removed Files: pyspi-NULL-children.patch Log Message: Remove old patch Update specfile Index: pyspi.spec =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/pyspi.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyspi.spec 19 Jun 2006 15:58:29 -0000 1.2 +++ pyspi.spec 1 Aug 2006 22:02:35 -0000 1.3 @@ -1,14 +1,13 @@ Summary: Python bindings for AT-SPI Name: pyspi -Version: 0.5.4 -Release: 3%{?dist} +Version: 0.5.5 +Release: 1%{?dist} License: LGPL Group: Development/Languages URL: http://people.redhat.com/zcerza/dogtail/ Source0: http://people.redhat.com/zcerza/dogtail/releases/pyspi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: at-spi-devel, Pyrex -Patch0: pyspi-NULL-children.patch %description AT-SPI allows assistive technologies to access GTK-based applications. It @@ -20,7 +19,6 @@ %prep %setup -q -%patch0 -p0 %build python ./setup.py build @@ -40,6 +38,10 @@ %doc ChangeLog %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.5-1 +- New upstream release. +- Remove pyspi-NULL-children.patch + * Mon Jun 19 2006 Zack Cerza - 0.5.4-3 - Add pyspi-NULL-children to fix Fedora bug #195886 . --- pyspi-NULL-children.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 22:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:07:30 -0700 Subject: rpms/XaraLX import.log,1.1,1.2 Message-ID: <200608012207.k71M7WXm001663@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1629 Modified Files: import.log Log Message: auto-import XaraLX-0.7-2.r1614 on branch devel from XaraLX-0.7-2.r1614.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 21:57:25 -0000 1.1 +++ import.log 1 Aug 2006 22:07:29 -0000 1.2 @@ -0,0 +1 @@ +XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 From fedora-extras-commits at redhat.com Tue Aug 1 22:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:07:30 -0700 Subject: rpms/XaraLX/devel XaraLX.spec, NONE, 1.1 xaralx.desktop.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012207.k71M7WCA001670@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1629/devel Modified Files: .cvsignore sources Added Files: XaraLX.spec xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-2.r1614 on branch devel from XaraLX-0.7-2.r1614.src.rpm --- NEW FILE XaraLX.spec --- %define buildRev r1614 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 Release: 2%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 URL: http://www.xaraxtreme.org/ Patch0: xaralx.desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel, imake, libXext-devel BuildRequires: pkgconfig, gettext-devel, libtool, shared-mime-info BuildRequires: libpng-devel, libjpeg-devel, zip, libxml2-devel BuildRequires: desktop-file-utils, wxGTK-devel >= 2.6.3 Requires: which %description General purpose and vector graphics program, supports photo, graphics, and illustration creation and editing. %package examples Summary: Example files for XaraLX Requires: %{name} = %{version} Group: Development/Tools %description examples Text and graphics examples for XaraLX %prep %setup -q -n %{name}-%{version}%{buildRev} chmod 0644 wxOil/*.cpp chmod 0644 wxOil/*.h %patch0 -p1 %build autoreconf -f -i -s %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_datadir}/applications/ mkdir -p %{buildroot}%{_datadir}/pixmaps/ mkdir -p %{buildroot}%{_datadir}/mime/application mkdir -p %{buildroot}%{_datadir}/mime-info/ mkdir -p %{buildroot}%{_datadir}/application-registry mkdir -p %{buildroot}%{_docdir}/XaraLX/examples/testfiles mkdir -p %{buildroot}%{_docdir}/XaraLX/examples/TextDesigns install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ xaralx.desktop rm -rf %{buildroot}/%{_docdir}/%{name}-%{version} cp testfiles/* %{buildroot}%{_docdir}/XaraLX/examples/testfiles cp TextDesigns/* %{buildroot}%{_docdir}/XaraLX/examples/TextDesigns %clean rm -rf %{buildroot} %post if which update-mime-database>/dev/null 2>&1; then \ update-mime-database %{_datadir}/mime; \ fi %postun if which update-mime-database>/dev/null 2>&1; then \ update-mime-database %{_datadir}/mime; \ fi %files %defattr(-,root,root) %doc COPYING LICENSE AUTHORS GPL doc/*.txt README %{_bindir}/XaraLX %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm %{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications %files examples %{_docdir}/XaraLX/examples %changelog * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file * Mon Jul 31 2006 Paul F. johnson 0.7-1.r1614 - bumped to newer version - added examples subpackages * Thu Jul 27 2006 Paul F. Johnson 0.7-2.r1564 - changed Group to Applications-Publishing - fix for autoreconf problems - removed dupes in BR - removed BR perl - added mime-info - added examples * Thu Jul 27 2006 Paul F. Johnson 0.7-1.r1564 - bump to new version - includes 64 bit fixes - multiple alterations to the spec file - Added docs - fixed end of line for xaralx.htm - fixed multiple mode errors for header and source files - removed mixed use of spaces and tabs * Wed May 24 2006 Tom "spot" Callaway 0.5-1 - Initial package for Fedora Extras xaralx.desktop.patch: --- NEW FILE xaralx.desktop.patch --- --- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 +++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 -Name=Xara Xtreme +Name=XaraXtreme Comment=Versatile vector graphics program Comment[de_DE]=Vielseitiges Vektorgraphik-Programm Comment[pt_BR]=Vers??til programa para gr??ficos vetoriais @@ -12,5 +12,5 @@ StartupNotify=true MimeType=image/xar;application/x-extension-xar; FilePattern=xaralx; -Exec=xaralx %F -TryExec=xaralx +Exec=XaraLX %F +TryExec=XaraLX Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 21:57:26 -0000 1.1 +++ .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 @@ -0,0 +1 @@ +XaraLX-0.7r1614.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 21:57:26 -0000 1.1 +++ sources 1 Aug 2006 22:07:30 -0000 1.2 @@ -0,0 +1 @@ +6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 1 22:10:20 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:10:20 -0700 Subject: owners owners.list,1.1350,1.1351 Message-ID: <200608012210.k71MAM4H001824@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1802 Modified Files: owners.list Log Message: PFJ - initial import of XaraLX to cvs owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1350 retrieving revision 1.1351 diff -u -r1.1350 -r1.1351 --- owners.list 1 Aug 2006 21:05:31 -0000 1.1350 +++ owners.list 1 Aug 2006 22:10:20 -0000 1.1351 @@ -1958,6 +1958,7 @@ Fedora Extras|wxPythonGTK2|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|xarchon|Arcade board game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|xbase|XBase compatible database library and tools|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xbindkeys|Binds keys or mouse buttons to shell commands under X|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 22:20:27 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:20:27 -0700 Subject: rpms/puppet/devel .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012220.k71MKTjP001963@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1942 Modified Files: .cvsignore puppet.spec sources Log Message: Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:43:36 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:20:27 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:43:36 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:20:27 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:43:36 -0000 1.3 +++ sources 1 Aug 2006 22:20:27 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:23:42 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:23:42 -0700 Subject: rpms/puppet/FC-5 .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012223.k71MNinS002110@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2089 Modified Files: .cvsignore puppet.spec sources Log Message: New Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:51:37 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:23:42 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:51:37 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:23:42 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:51:37 -0000 1.3 +++ sources 1 Aug 2006 22:23:42 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:23:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 15:23:49 -0700 Subject: rpms/celestia/devel celestia.spec,1.17,1.18 Message-ID: <200608012223.k71MNpdZ002136@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2116 Modified Files: celestia.spec Log Message: We modified configure.in, so now we need automake17 and gettext-devel. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- celestia.spec 31 Jul 2006 16:57:46 -0000 1.17 +++ celestia.spec 1 Aug 2006 22:23:48 -0000 1.18 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -22,6 +22,8 @@ BuildRequires: libXt-devel BuildRequires: libXmu-devel BuildRequires: lua-devel +BuildRequires: automake17 +BuildRequires: gettext-devel Requires(post): GConf2 Requires(preun): GConf2 @@ -108,6 +110,9 @@ %changelog +* Mon Jul 31 2006 Steven Pritchard 1.4.1-4 +- We modified configure.in, so now we need automake17 and gettext-devel. + * Mon Jul 31 2006 Nick Urbanik 1.4.1-3 - Test errorMessage to see if it is null before copying it! This change suggested by Hank Ramsey and added to From fedora-extras-commits at redhat.com Tue Aug 1 22:24:16 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 15:24:16 -0700 Subject: rpms/puppet/FC-4 .cvsignore, 1.3, 1.4 puppet.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608012224.k71MOItD002241@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2220 Modified Files: .cvsignore puppet.spec sources Log Message: New Version 0.18.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 15 Jul 2006 01:54:55 -0000 1.3 +++ .cvsignore 1 Aug 2006 22:24:16 -0000 1.4 @@ -1 +1 @@ -puppet-0.18.3.tgz +puppet-0.18.4.tgz Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/puppet.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- puppet.spec 15 Jul 2006 01:54:55 -0000 1.2 +++ puppet.spec 1 Aug 2006 22:24:16 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.18.3 +Version: 0.18.4 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -122,6 +122,9 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-1 +- New version + * Fri Jul 14 2006 David Lutterkort - 0.18.3-1 - New version Index: sources =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Jul 2006 01:54:55 -0000 1.3 +++ sources 1 Aug 2006 22:24:16 -0000 1.4 @@ -1 +1 @@ -48022dab04da16ac2cff9af8638cda8d puppet-0.18.3.tgz +69ff5f152a127c1c1b1ee89a63c4ca1e puppet-0.18.4.tgz From fedora-extras-commits at redhat.com Tue Aug 1 22:26:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 15:26:35 -0700 Subject: rpms/uuid/devel ossp-uuid.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 uuid.spec, 1.1, 1.2 Message-ID: <200608012226.k71MQb6e002384@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/uuid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2352 Modified Files: .cvsignore sources uuid.spec Added Files: ossp-uuid.patch Log Message: Update to 1.5.0. Rename libuuid* to libossp-uuid*, uuid.3 to ossp-uuid.3, and uuid.pc to ossp-uuid.pc to avoid conflicts with e2fsprogs-devel (#198520). Clean out the pgsql directory. (Some cruft shipped with this release.) ossp-uuid.patch: --- NEW FILE ossp-uuid.patch --- diff -urN uuid-1.5.0.orig/Makefile.PL uuid-1.5.0/Makefile.PL --- uuid-1.5.0.orig/Makefile.PL 2006-01-15 12:37:43.000000000 -0600 +++ uuid-1.5.0/Makefile.PL 2006-07-29 14:49:23.000000000 -0500 @@ -44,7 +44,7 @@ all pure_all: \@if [ ! -d build ]; then mkdir build; fi \@if [ ! -f build/Makefile ]; then (cd build && ../configure --disable-shared); fi - \@if [ ! -f build/libuuid.la ]; then (cd build && \$(MAKE) \$(MFLAGS) libuuid.la); fi + \@if [ ! -f build/libossp-uuid.la ]; then (cd build && \$(MAKE) \$(MFLAGS) libossp-uuid.la); fi \@if [ ! -f perl/Makefile ]; then (cd perl && \$(PERL) Makefile.PL \$(ARGS)); fi \@cd perl && \$(MAKE) \$(MFLAGS) \$\@ diff -urN uuid-1.5.0.orig/Makefile.in uuid-1.5.0/Makefile.in --- uuid-1.5.0.orig/Makefile.in 2006-05-11 04:37:27.000000000 -0500 +++ uuid-1.5.0/Makefile.in 2006-07-29 15:37:47.000000000 -0500 @@ -61,13 +61,13 @@ PHP = @PHP@ PG_CONFIG = @PG_CONFIG@ -LIB_NAME = libuuid.la +LIB_NAME = libossp-uuid.la LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo -DCE_NAME = libuuid_dce.la +DCE_NAME = libossp-uuid_dce.la DCE_OBJS = uuid_dce.lo $(LIB_OBJS) -CXX_NAME = libuuid++.la +CXX_NAME = libossp-uuid++.la CXX_OBJS = uuid++.lo $(LIB_OBJS) PRG_NAME = uuid @@ -78,10 +78,10 @@ PERL_NAME = $(S)/perl/blib/lib/OSSP/uuid.pm PERL_OBJS = $(S)/perl/uuid.pm -PHP_NAME = $(S)/php/modules/uuid.so +PHP_NAME = $(S)/php/modules/ossp-uuid.so PHP_OBJS = $(S)/php/uuid.c -PGSQL_NAME = $(S)/pgsql/libuuid.so +PGSQL_NAME = $(S)/pgsql/libossp-uuid.so PGSQL_OBJS = $(S)/pgsql/uuid.c TARGETS = $(LIB_NAME) @DCE_NAME@ @CXX_NAME@ $(PRG_NAME) @PERL_NAME@ @PHP_NAME@ @PGSQL_NAME@ @@ -230,7 +230,7 @@ $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1 $(SHTOOL) install -c -m 755 uuid-config $(DESTDIR)$(bindir)/ $(SHTOOL) install -c -m 644 $(S)/uuid-config.1 $(DESTDIR)$(mandir)/man1/ - $(SHTOOL) install -c -m 644 $(S)/uuid.pc $(DESTDIR)$(libdir)/pkgconfig/ + $(SHTOOL) install -c -m 644 $(S)/uuid.pc $(DESTDIR)$(libdir)/pkgconfig/ossp-uuid.pc $(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/ - at if [ ".$(WITH_DCE)" = .yes ]; then \ echo "$(SHTOOL) install -c -m 644 $(S)/uuid_dce.h $(DESTDIR)$(includedir)/"; \ @@ -240,17 +240,17 @@ echo "$(SHTOOL) install -c -m 644 $(S)/uuid++.hh $(DESTDIR)$(includedir)/"; \ $(SHTOOL) install -c -m 644 $(S)/uuid++.hh $(DESTDIR)$(includedir)/; \ fi - $(SHTOOL) install -c -m 644 $(S)/uuid.3 $(DESTDIR)$(mandir)/man3/ + $(SHTOOL) install -c -m 644 $(S)/uuid.3 $(DESTDIR)$(mandir)/man3/ossp-uuid.3 - at if [ ".$(WITH_CXX)" = .yes ]; then \ echo "$(SHTOOL) install -c -m 644 $(S)/uuid++.3 $(DESTDIR)$(mandir)/man3/"; \ $(SHTOOL) install -c -m 644 $(S)/uuid++.3 $(DESTDIR)$(mandir)/man3/; \ fi - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid.la $(DESTDIR)$(libdir)/ + @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid.la $(DESTDIR)$(libdir)/ - at if [ ".$(WITH_DCE)" = .yes ]; then \ - $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid_dce.la $(DESTDIR)$(libdir)/; \ + $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid_dce.la $(DESTDIR)$(libdir)/; \ fi - at if [ ".$(WITH_CXX)" = .yes ]; then \ - $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libuuid++.la $(DESTDIR)$(libdir)/; \ + $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libossp-uuid++.la $(DESTDIR)$(libdir)/; \ fi @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/ $(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/ @@ -268,14 +268,14 @@ uninstall: -$(RM) $(DESTDIR)$(mandir)/man1/uuid.1 -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(bindir)/uuid - -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid.la + -@$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid.la - at if [ ".$(WITH_DCE)" = .yes ]; then \ - $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid_dce.la; \ + $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid_dce.la; \ fi - at if [ ".$(WITH_CXX)" = .yes ]; then \ - $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libuuid++.la; \ + $(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libossp-uuid++.la; \ fi - -$(RM) $(DESTDIR)$(mandir)/man3/uuid.3 + -$(RM) $(DESTDIR)$(mandir)/man3/ossp-uuid.3 - at if [ ".$(WITH_CXX)" = .yes ]; then \ echo "$(RM) $(DESTDIR)$(mandir)/man3/uuid++.3"; \ $(RM) $(DESTDIR)$(mandir)/man3/uuid++.3; \ @@ -289,7 +289,7 @@ echo "$(RM) $(DESTDIR)$(includedir)/uuid++.hh"; \ $(RM) $(DESTDIR)$(includedir)/uuid++.hh; \ fi - -$(RM) $(DESTDIR)$(libdir)/pkgconfig/uuid.pc + -$(RM) $(DESTDIR)$(libdir)/pkgconfig/ossp-uuid.pc -$(RM) $(DESTDIR)$(mandir)/man1/uuid-config.1 -$(RM) $(DESTDIR)$(bindir)/uuid-config -$(RMDIR) $(DESTDIR)$(mandir)/man1 >/dev/null 2>&1 || $(TRUE) diff -urN uuid-1.5.0.orig/perl/Makefile.PL uuid-1.5.0/perl/Makefile.PL --- uuid-1.5.0.orig/perl/Makefile.PL 2006-01-13 00:44:33.000000000 -0600 +++ uuid-1.5.0/perl/Makefile.PL 2006-07-29 14:51:01.000000000 -0500 @@ -33,9 +33,9 @@ use ExtUtils::MakeMaker; # determine source directory -my ($srcdir) = map { my $d = $_; $d =~ s/\/libuuid\.la$//; $d } - grep { -f $_ } ("../libuuid.la", glob("../*/libuuid.la")) - or die "no source directory found (where libuuid.la is located)"; +my ($srcdir) = map { my $d = $_; $d =~ s/\/libossp-uuid\.la$//; $d } + grep { -f $_ } ("../libossp-uuid.la", glob("../*/libossp-uuid.la")) + or die "no source directory found (where libossp-uuid.la is located)"; # determine extra build options my $compat = 0; @@ -47,7 +47,7 @@ VERSION_FROM => 'uuid.pm', ABSTRACT_FROM => 'uuid.pod', PREREQ_PM => {}, - LIBS => [ "-L$srcdir/.libs -L$srcdir -luuid" ], + LIBS => [ "-L$srcdir/.libs -L$srcdir -lossp-uuid" ], DEFINE => '', INC => "-I. -I$srcdir", PM => { 'uuid.pm' => '$(INST_LIBDIR)/uuid.pm', diff -urN uuid-1.5.0.orig/pgsql/Makefile uuid-1.5.0/pgsql/Makefile --- uuid-1.5.0.orig/pgsql/Makefile 2006-01-12 14:31:51.000000000 -0600 +++ uuid-1.5.0/pgsql/Makefile 2006-07-29 19:07:46.000000000 -0500 @@ -17,13 +17,13 @@ top_builddir := $(dir $(PGXS))../.. include $(top_builddir)/src/Makefile.global -NAME = uuid +NAME = ossp-uuid OBJS = uuid.o SO_MAJOR_VERSION = 1 SO_MINOR_VERSION = 0 override CPPFLAGS := -I.. $(CPPFLAGS) -SHLIB_LINK := -L../.libs -luuid +SHLIB_LINK := -L../.libs -lossp-uuid SHLIB_LINK += $(shell test $(shell uname -s) = FreeBSD && echo "-Wl,-Bsymbolic") rpath := @@ -33,16 +33,16 @@ include $(top_builddir)/src/Makefile.shlib uuid.sql: uuid.sql.in - sed -e 's;@MODULE_PATHNAME@;$(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX);g' uuid.sql + sed -e 's;@MODULE_PATHNAME@;$(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX);g' uuid.sql install: all $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(mkinstalldirs) $(DESTDIR)$(datadir) - $(INSTALL_SHLIB) $(shlib) $(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX) + $(INSTALL_SHLIB) $(shlib) $(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX) $(INSTALL_DATA) uuid.sql $(DESTDIR)$(datadir)/uuid.sql uninstall: - -rm -f $(DESTDIR)$(pkglibdir)/uuid$(DLSUFFIX) + -rm -f $(DESTDIR)$(pkglibdir)/ossp-uuid$(DLSUFFIX) -rm -f $(DESTDIR)$(datadir)/uuid.sql clean distclean: clean-lib diff -urN uuid-1.5.0.orig/php/Makefile.local uuid-1.5.0/php/Makefile.local --- uuid-1.5.0.orig/php/Makefile.local 2006-04-04 09:58:43.000000000 -0500 +++ uuid-1.5.0/php/Makefile.local 2006-07-29 15:38:23.000000000 -0500 @@ -48,7 +48,7 @@ @version=`$(PHP)-config --version | sed -e 's;^\([0-9]\).*$$;\1;'`; extdir="$(EXTDIR)"; \ echo "installing PHP$$version API into $$extdir"; \ ./build/shtool mkdir -f -p -m 755 $(DESTDIR)$$extdir; \ - ./build/shtool install -c -m 755 modules/uuid.so $(DESTDIR)$$extdir/uuid.so; \ + ./build/shtool install -c -m 755 modules/uuid.so $(DESTDIR)$$extdir/ossp-uuid.so; \ ./build/shtool install -c -m 644 uuid.php$$version $(DESTDIR)$$extdir/uuid.php clean: diff -urN uuid-1.5.0.orig/php/config.m4 uuid-1.5.0/php/config.m4 --- uuid-1.5.0.orig/php/config.m4 2006-01-13 00:44:34.000000000 -0600 +++ uuid-1.5.0/php/config.m4 2006-07-29 16:14:57.000000000 -0500 @@ -34,7 +34,7 @@ PHP_NEW_EXTENSION(uuid, uuid.c, $ext_shared) AC_DEFINE(HAVE_UUID, 1, [Have OSSP uuid library]) PHP_ADD_LIBPATH([..], ) - PHP_ADD_LIBRARY([uuid],, UUID_SHARED_LIBADD) + PHP_ADD_LIBRARY([ossp-uuid],, UUID_SHARED_LIBADD) PHP_ADD_INCLUDE([..]) PHP_SUBST(UUID_SHARED_LIBADD) dnl avoid conflict with libc's uuid_create(3) diff -urN uuid-1.5.0.orig/php/uuid.ts uuid-1.5.0/php/uuid.ts --- uuid-1.5.0.orig/php/uuid.ts 2006-01-13 00:44:34.000000000 -0600 +++ uuid-1.5.0/php/uuid.ts 2006-07-29 15:41:45.000000000 -0500 @@ -34,9 +34,9 @@ $php_version = $argv[1]; -print "++ loading DSO uuid.so (low-level API)\n"; +print "++ loading DSO ossp-uuid.so (low-level API)\n"; if (!extension_loaded('uuid')) { - dl('modules/uuid.so'); + dl('modules/ossp-uuid.so'); } print "++ loading PHP uuid.php${php_version} (high-level API)\n"; diff -urN uuid-1.5.0.orig/uuid-config.in uuid-1.5.0/uuid-config.in --- uuid-1.5.0.orig/uuid-config.in 2006-01-13 00:44:30.000000000 -0600 +++ uuid-1.5.0/uuid-config.in 2006-07-29 15:27:38.000000000 -0500 @@ -120,7 +120,7 @@ output_extra="$output_extra $uuid_ldflags" ;; --libs) - output="$output -luuid" + output="$output -lossp-uuid" output_extra="$output_extra $uuid_libs" ;; * ) diff -urN uuid-1.5.0.orig/uuid.pc.in uuid-1.5.0/uuid.pc.in --- uuid-1.5.0.orig/uuid.pc.in 2006-01-13 00:44:30.000000000 -0600 +++ uuid-1.5.0/uuid.pc.in 2006-07-29 15:27:48.000000000 -0500 @@ -37,6 +37,6 @@ Version: @UUID_VERSION_RAW@ URL: http://www.ossp.org/pkg/lib/uuid/ Cflags: -I${includedir} -Libs: -L${libdir} -luuid +Libs: -L${libdir} -lossp-uuid Libs.private: @LIBS@ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 May 2006 14:20:21 -0000 1.2 +++ .cvsignore 1 Aug 2006 22:26:35 -0000 1.3 @@ -1 +1 @@ -uuid-1.4.2.tar.gz +uuid-1.5.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 May 2006 14:20:21 -0000 1.2 +++ sources 1 Aug 2006 22:26:35 -0000 1.3 @@ -1 +1 @@ -fdfe93bc134dfb73814456c3b444dda1 uuid-1.4.2.tar.gz +b0a428352fe9fb5fdd241406af04c08b uuid-1.5.0.tar.gz Index: uuid.spec =================================================================== RCS file: /cvs/extras/rpms/uuid/devel/uuid.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- uuid.spec 24 May 2006 14:20:21 -0000 1.1 +++ uuid.spec 1 Aug 2006 22:26:35 -0000 1.2 @@ -1,11 +1,12 @@ Name: uuid -Version: 1.4.2 -Release: 4%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Universally Unique Identifier library License: MIT Group: System Environment/Libraries URL: http://www.ossp.org/pkg/lib/uuid/ Source0: ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz +Patch0: ossp-uuid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: /usr/bin/libtool @@ -95,6 +96,11 @@ %prep %setup -q +%patch0 -p1 + +pushd pgsql +make realclean +popd %build # Build the library. @@ -178,25 +184,25 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog HISTORY NEWS PORTING README SEEALSO THANKS TODO USERS %{_bindir}/uuid -%{_libdir}/libuuid.so.* +%{_libdir}/libossp-uuid.so.* %{_mandir}/man1/* %files devel %defattr(-,root,root,-) %{_bindir}/uuid-config %{_includedir}/uuid.h -%{_libdir}/libuuid.so -%{_libdir}/pkgconfig/uuid.pc -%{_mandir}/man3/uuid.3* +%{_libdir}/libossp-uuid.so +%{_libdir}/pkgconfig/ossp-uuid.pc +%{_mandir}/man3/ossp-uuid.3* %files c++ %defattr(-,root,root,-) -%{_libdir}/libuuid++.so.* +%{_libdir}/libossp-uuid++.so.* %files c++-devel %defattr(-,root,root,-) %{_includedir}/uuid++.hh -%{_libdir}/libuuid++.so +%{_libdir}/libossp-uuid++.so %{_mandir}/man3/uuid++.3* %files perl @@ -218,14 +224,20 @@ %files dce %defattr(-,root,root,-) -%{_libdir}/libuuid_dce.so.* +%{_libdir}/libossp-uuid_dce.so.* %files dce-devel %defattr(-,root,root,-) %{_includedir}/uuid_dce.h -%{_libdir}/libuuid_dce.so +%{_libdir}/libossp-uuid_dce.so %changelog +* Sat Jul 29 2006 Steven Pritchard 1.5.0-1 +- Update to 1.5.0. +- Rename libuuid* to libossp-uuid*, uuid.3 to ossp-uuid.3, and uuid.pc + to ossp-uuid.pc to avoid conflicts with e2fsprogs-devel (#198520). +- Clean out the pgsql directory. (Some cruft shipped with this release.) + * Wed May 24 2006 Steven Pritchard 1.4.2-4 - Remove static php module. From fedora-extras-commits at redhat.com Tue Aug 1 22:28:54 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:28:54 -0700 Subject: rpms/dogtail/FC-5 dogtail.spec, 1.4, 1.5 dogtail-skip-None-children.patch, 1.1, NONE Message-ID: <200608012228.k71MSuoB002477@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2460 Modified Files: dogtail.spec Removed Files: dogtail-skip-None-children.patch Log Message: Remove old patch Update specfile Index: dogtail.spec =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/dogtail.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dogtail.spec 26 Jun 2006 15:12:53 -0000 1.4 +++ dogtail.spec 1 Aug 2006 22:28:53 -0000 1.5 @@ -1,7 +1,7 @@ Summary: GUI test tool and automation framework Name: dogtail -Version: 0.5.1 -Release: 4%{?dist} +Version: 0.5.2 +Release: 1%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ @@ -10,12 +10,10 @@ BuildArch: noarch BuildRequires: python BuildRequires: desktop-file-utils -Requires: pyspi >= 0.5.3 +Requires: pyspi >= 0.5.5 Requires: pygtk2 Requires: rpm-python -Requires: ImageMagick -Requires: Xvfb -Patch0: dogtail-skip-None-children.patch +Requires: xorg-x11-server-Xvfb %description GUI test tool and automation framework that uses assistive technologies to @@ -24,7 +22,6 @@ %prep %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %setup -q -%patch0 -p1 %build python ./setup.py build @@ -63,6 +60,14 @@ %doc examples/ %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.2-1 +- New upstream release. +- Remove dogtail-skip-None-children.patch +- Update Requires from Xvfb to xorg-x11-server-Xvfb. +- Bump pyspi Requires. +- Remove ImageMagick Requires. +- Escape post-macro in changelog-macro. + * Mon Jun 19 2006 Zack Cerza - 0.5.1-4 - Add dogtail-skip-None-children.patch to fix Fedora bug #195886 . @@ -105,7 +110,7 @@ python-elementtree. - Moved documentation (including examples) to the correct place. - Make sure /usr/share/doc/dogtail is removed. -- Added 'gtk-update-icon-cache' to %post. +- Added 'gtk-update-icon-cache' to %%post. * Mon Oct 24 2005 Zack Cerza - 0.4.3-1 - New upstream release. --- dogtail-skip-None-children.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 22:30:16 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:30:16 -0700 Subject: rpms/gtksourceview-sharp import.log,1.5,1.6 Message-ID: <200608012230.k71MUIer002604@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2571 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-15 on branch devel from gtksourceview-sharp-2.0-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 31 Jul 2006 21:07:57 -0000 1.5 +++ import.log 1 Aug 2006 22:30:16 -0000 1.6 @@ -2,3 +2,4 @@ gtksourceview-sharp-2_0-13:FC-5:gtksourceview-sharp-2.0-13.src.rpm:1154036155 gtksourceview-sharp-2_0-14:FC-5:gtksourceview-sharp-2.0-14.src.rpm:1154380016 gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 +gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 From fedora-extras-commits at redhat.com Tue Aug 1 22:30:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:30:17 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.2,1.3 Message-ID: <200608012230.k71MUJHT002608@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2571/devel Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-15 on branch devel from gtksourceview-sharp-2.0-15.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtksourceview-sharp.spec 31 Jul 2006 21:07:57 -0000 1.2 +++ gtksourceview-sharp.spec 1 Aug 2006 22:30:16 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -20,7 +20,7 @@ %package devel Summary: Development files for gtksourceview-sharp Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for gtksourceview-sharp @@ -45,8 +45,8 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp/* -%{monodir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll +%{monodir}/mono/gac/gtksourceview-sharp +%{monodir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) @@ -56,6 +56,10 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 +- fixes directory ownership error in spec file +- added R pkgconfig for the -devel package + * Mon Jul 31 2006 Paul F. Johnson - 2.0-0.10-14 - reverted 64 bit patches - removed arch from configure From fedora-extras-commits at redhat.com Tue Aug 1 22:31:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:31:12 -0700 Subject: rpms/gtksourceview-sharp import.log,1.6,1.7 Message-ID: <200608012231.k71MVEvM002708@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2677 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-15 on branch FC-5 from gtksourceview-sharp-2.0-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 1 Aug 2006 22:30:16 -0000 1.6 +++ import.log 1 Aug 2006 22:31:12 -0000 1.7 @@ -3,3 +3,4 @@ gtksourceview-sharp-2_0-14:FC-5:gtksourceview-sharp-2.0-14.src.rpm:1154380016 gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 +gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 From fedora-extras-commits at redhat.com Tue Aug 1 22:31:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 1 Aug 2006 15:31:13 -0700 Subject: rpms/gtksourceview-sharp/FC-5 gtksourceview-sharp.spec,1.2,1.3 Message-ID: <200608012231.k71MVFTD002712@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2677/FC-5 Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-15 on branch FC-5 from gtksourceview-sharp-2.0-15.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/FC-5/gtksourceview-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtksourceview-sharp.spec 31 Jul 2006 21:07:04 -0000 1.2 +++ gtksourceview-sharp.spec 1 Aug 2006 22:31:12 -0000 1.3 @@ -4,7 +4,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 14%{?dist} +Release: 15%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -20,7 +20,7 @@ %package devel Summary: Development files for gtksourceview-sharp Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for gtksourceview-sharp @@ -45,8 +45,8 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp/* -%{monodir}/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll +%{monodir}/mono/gac/gtksourceview-sharp +%{monodir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) @@ -56,6 +56,10 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 +- fixes directory ownership error in spec file +- added R pkgconfig for the -devel package + * Mon Jul 31 2006 Paul F. Johnson - 2.0-0.10-14 - reverted 64 bit patches - removed arch from configure From fedora-extras-commits at redhat.com Tue Aug 1 22:33:14 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Tue, 1 Aug 2006 15:33:14 -0700 Subject: rpms/dogtail/FC-5 dogtail.spec,1.5,1.6 Message-ID: <200608012233.k71MXGVC002856@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2836 Modified Files: dogtail.spec Log Message: Update specfile Index: dogtail.spec =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/dogtail.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dogtail.spec 1 Aug 2006 22:28:53 -0000 1.5 +++ dogtail.spec 1 Aug 2006 22:33:13 -0000 1.6 @@ -1,7 +1,7 @@ Summary: GUI test tool and automation framework Name: dogtail Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: User Interface/X URL: http://people.redhat.com/zcerza/dogtail/ @@ -60,6 +60,9 @@ %doc examples/ %changelog +* Tue Aug 01 2006 Zack Cerza - 0.5.2-2 +- Bump version, because 'make tag' broke. + * Tue Aug 01 2006 Zack Cerza - 0.5.2-1 - New upstream release. - Remove dogtail-skip-None-children.patch From fedora-extras-commits at redhat.com Tue Aug 1 23:03:17 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:17 -0700 Subject: rpms/nip2/devel - New directory Message-ID: <200608012303.k71N3JE7005658@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5631/nip2/devel Log Message: Directory /cvs/extras/rpms/nip2/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 23:03:15 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:15 -0700 Subject: rpms/nip2 - New directory Message-ID: <200608012303.k71N3HNC005652@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5631/nip2 Log Message: Directory /cvs/extras/rpms/nip2 added to the repository From fedora-extras-commits at redhat.com Tue Aug 1 23:03:44 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:44 -0700 Subject: rpms/nip2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608012303.k71N3kqM005716@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5680/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nip2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 1 23:03:43 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:03:43 -0700 Subject: rpms/nip2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608012303.k71N3jvS005715@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5680 Added Files: Makefile import.log Log Message: Setup of module nip2 --- NEW FILE Makefile --- # Top level Makefile for module nip2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 1 23:09:37 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 1 Aug 2006 16:09:37 -0700 Subject: rpms/cone/devel .cvsignore, 1.7, 1.8 cone.spec, 1.14, 1.15 sources, 1.7, 1.8 cone-0.66.20060203-compile.patch, 1.1, NONE Message-ID: <200608012309.k71N9dQ9005844@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5823 Modified Files: .cvsignore cone.spec sources Removed Files: cone-0.66.20060203-compile.patch Log Message: Update to 0.68. Drop cone-0.66.20060203-compile.patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cone/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Feb 2006 17:48:27 -0000 1.7 +++ .cvsignore 1 Aug 2006 23:09:36 -0000 1.8 @@ -1,2 +1,2 @@ -cone-0.66.20060203.tar.bz2 -cone-0.66.20060203.tar.bz2.sig +cone-0.68.tar.bz2 +cone-0.68.tar.bz2.sig Index: cone.spec =================================================================== RCS file: /cvs/extras/rpms/cone/devel/cone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cone.spec 7 Feb 2006 17:48:27 -0000 1.14 +++ cone.spec 1 Aug 2006 23:09:36 -0000 1.15 @@ -2,22 +2,20 @@ Summary: CONE mail reader Name: cone -Version: 0.66.20060203 +Version: 0.68 Release: 1%{?dist} URL: http://www.courier-mta.org/cone/ -#Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 -#Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig -Source0: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2 -Source1: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2.sig -Patch0: cone-0.66.20060203-compile.patch +Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 +Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig +#Source0: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2 +#Source1: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2.sig License: GPL Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: aspell-devel libxml2-devel BuildRequires: zlib-devel openssl-devel fam-devel perl -#BuildRequires: libstdc++-devel gcc-c++ BuildRequires: openssl-perl BuildRequires: ncurses-devel >= 5.3 @@ -28,7 +26,7 @@ %package devel Group: Development/Libraries -Summary: LibMAIL mail client development library. +Summary: LibMAIL mail client development library Requires: %{name} = %{version}-%{release} %description devel @@ -45,7 +43,6 @@ %prep %setup -q -%patch0 -p0 %build CPPFLAGS="$CPPFLAGS -I%{curses_include_dir}" @@ -105,6 +102,10 @@ %doc cone/html %changelog +* Tue Aug 01 2006 Steven Pritchard 0.68-1 +- Update to 0.68. +- Drop cone-0.66.20060203-compile.patch. + * Sat Feb 04 2006 Steven Pritchard 0.66.20060203-1 - Update to 0.66.20060203 (development snapshot, needed to fix compilation with g++ 4.1) Index: sources =================================================================== RCS file: /cvs/extras/rpms/cone/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Feb 2006 17:48:27 -0000 1.7 +++ sources 1 Aug 2006 23:09:36 -0000 1.8 @@ -1,2 +1,2 @@ -967447f88794f6568809c409bdcc8aa4 cone-0.66.20060203.tar.bz2 -3b491ef80708cee46a02eab94c3b5c20 cone-0.66.20060203.tar.bz2.sig +a958de27297b0c867478107ab4407fd6 cone-0.68.tar.bz2 +2e95ba1b864e595a2a8dcd53acdf536d cone-0.68.tar.bz2.sig --- cone-0.66.20060203-compile.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 1 23:10:31 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 1 Aug 2006 16:10:31 -0700 Subject: owners owners.list,1.1351,1.1352 Message-ID: <200608012310.k71NAX72005920@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5897 Modified Files: owners.list Log Message: Added mercator Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1351 retrieving revision 1.1352 diff -u -r1.1351 -r1.1352 --- owners.list 1 Aug 2006 22:10:20 -0000 1.1351 +++ owners.list 1 Aug 2006 23:10:31 -0000 1.1352 @@ -876,6 +876,7 @@ Fedora Extras|meanwhile| Lotus Sametime Community Client library|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|mediawiki|The PHP-based wiki software behind Wikipedia|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|meld|Visual diff and merge tool|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|mercator|Terrain library for WorldForge client/server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|mercurial|A fast, lightweight distributed source control management system|katzj at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|metakit|Embeddable database|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|metamonitor|A Simple program that watches log files and popup its changes|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 23:10:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:10:58 -0700 Subject: rpms/nip2/devel nip2.desktop, NONE, 1.1 nip2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608012311.k71NBUr9005985@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5944/devel Modified Files: .cvsignore sources Added Files: nip2.desktop nip2.spec Log Message: auto-import nip2-7.10.20-1 on branch devel from nip2-7.10.20-1.src.rpm --- NEW FILE nip2.desktop --- [Desktop Entry] Encoding=UTF-8 Type=Application Name=nip2 Comment=Image Processing System Exec=nip2 %F Icon=nip2.png Terminal=false Categories=Graphics Version=7.10.20 --- NEW FILE nip2.spec --- Name: nip2 Version: 7.10.20 Release: 1%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia License: GPL URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme BuildRequires: flex bison intltool fftw-devel libxml2-devel gettext BuildRequires: desktop-file-utils #Requires: # description taken from Debian package %description nip2 is a graphical front end to the VIPS package. With nip2, rather than directly editing images, you build relationships between objects in a spreadsheet-like fashion. When you make a change somewhere, nip2 recalculates the objects affected by that change. Since it is demand-driven this update is very fast, even for very, very large images. nip2 is very good at creating pipelines of image manipulation operations. It is not very good for image editing tasks like touching up photographs. For that, a tool like the GIMP should be used instead. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # delete doc (we will get it later with %doc) rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/nip2 # malkovich?? rm -rf ${RPM_BUILD_ROOT}%{_datadir}/locale/malkovich # locale stuff %find_lang nip2 # icon install -d ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/128x128/apps cp -a share/nip2/data/vips-128.png \ ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/128x128/apps/nip2.png # desktop file desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi # scriptlet for desktop database update-desktop-database &> /dev/null || : %postun # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi # scriptlet for desktop database update-desktop-database &> /dev/null || : %clean rm -rf $RPM_BUILD_ROOT %files -f nip2.lang %defattr(-,root,root,-) %doc doc/html doc/ps AUTHORS ChangeLog COPYING NEWS THANKS TODO %{_bindir}/nip2 %{_bindir}/run-nip2.sh %{_datadir}/nip2 %{_mandir}/man1/nip2.1.gz %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/applications/* %changelog * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 * Thu Jan 30 2003 John Cupitt 7.8.6-1 - first stab at an rpm package for nip Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 1 Aug 2006 23:03:44 -0000 1.1 +++ .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +nip2-7.10.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 1 Aug 2006 23:03:44 -0000 1.1 +++ sources 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz From fedora-extras-commits at redhat.com Tue Aug 1 23:10:57 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:10:57 -0700 Subject: rpms/nip2 import.log,1.1,1.2 Message-ID: <200608012311.k71NBTbn005981@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5944 Modified Files: import.log Log Message: auto-import nip2-7.10.20-1 on branch devel from nip2-7.10.20-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nip2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 1 Aug 2006 23:03:43 -0000 1.1 +++ import.log 1 Aug 2006 23:10:57 -0000 1.2 @@ -0,0 +1 @@ +nip2-7_10_20-1:HEAD:nip2-7.10.20-1.src.rpm:1154473846 From fedora-extras-commits at redhat.com Tue Aug 1 23:18:45 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Tue, 1 Aug 2006 16:18:45 -0700 Subject: owners owners.list,1.1352,1.1353 Message-ID: <200608012318.k71NIl6a006101@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6084/owners Modified Files: owners.list Log Message: nip2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1352 retrieving revision 1.1353 diff -u -r1.1352 -r1.1353 --- owners.list 1 Aug 2006 23:10:31 -0000 1.1352 +++ owners.list 1 Aug 2006 23:18:45 -0000 1.1353 @@ -970,6 +970,7 @@ Fedora Extras|nget|A utility for retrieving files using the NNTP protocol|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ngrep|Network layer grep tool|oliver at linux-kernel.at|extras-qa at fedoraproject.org| Fedora Extras|ninja|A text based Internet Relay Chat (IRC) client|adrian at lisas.de|extras-qa at fedoraproject.org| +Fedora Extras|nip2|Interactive image processing system|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|njam|Maze-game, eat all the cookies while avoiding the badguys|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|nmh|A mail handling system with a command line interface|bressers at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|nomadsync|Synchronization agent for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 1 23:22:12 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:22:12 -0700 Subject: rpms/torque/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.9, 1.10 Message-ID: <200608012322.k71NMEKF006200@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6179 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 21:46:17 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:22:12 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 21:46:17 -0000 1.6 +++ sources 1 Aug 2006 23:22:12 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- torque.spec 22 Jun 2006 22:06:52 -0000 1.9 +++ torque.spec 1 Aug 2006 23:22:12 -0000 1.10 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:40:13 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:40:13 -0700 Subject: rpms/torque/FC-5 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.9, 1.10 Message-ID: <200608012340.k71NeFYC006382@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6361 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 21:49:59 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:40:13 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 21:49:59 -0000 1.6 +++ sources 1 Aug 2006 23:40:13 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/torque.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- torque.spec 22 Jun 2006 21:58:19 -0000 1.9 +++ torque.spec 1 Aug 2006 23:40:13 -0000 1.10 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:41:01 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:41:01 -0700 Subject: rpms/torque/FC-4 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.7, 1.8 Message-ID: <200608012341.k71Nf3Ds006472@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6451 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 22:39:08 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:41:01 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 22:39:08 -0000 1.6 +++ sources 1 Aug 2006 23:41:01 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/torque.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- torque.spec 22 Jun 2006 22:39:08 -0000 1.7 +++ torque.spec 1 Aug 2006 23:41:01 -0000 1.8 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:42:04 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 1 Aug 2006 16:42:04 -0700 Subject: rpms/torque/FC-3 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 torque.spec, 1.7, 1.8 Message-ID: <200608012342.k71Ng6BM006547@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6526 Modified Files: .cvsignore sources torque.spec Log Message: * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 - enable new pam module Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Jun 2006 22:39:49 -0000 1.6 +++ .cvsignore 1 Aug 2006 23:42:04 -0000 1.7 @@ -1 +1 @@ -torque-2.1.1.tar.gz +torque-2.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Jun 2006 22:39:49 -0000 1.6 +++ sources 1 Aug 2006 23:42:04 -0000 1.7 @@ -1 +1 @@ -c3032a22a03be995946d7fe71e19c6ee torque-2.1.1.tar.gz +f1b37efb5d4770a0105c66294a05d140 torque-2.1.2.tar.gz Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/torque.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- torque.spec 22 Jun 2006 22:39:49 -0000 1.7 +++ torque.spec 1 Aug 2006 23:42:04 -0000 1.8 @@ -1,9 +1,9 @@ # comment out snap if building a real release %define name torque -%define version 2.1.1 +%define version 2.1.2 #%%define snap 200604251602 -%define release 3 +%define release 1 # The following options are supported: # --with server_name=hostname @@ -97,7 +97,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils, pam-devel Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -122,12 +122,13 @@ %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 -%__cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . +%__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . %build -%configure --includedir=%{_includedir}/torque --with-server-home=%{torquehomedir} \ - %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} +%configure --includedir=%{_includedir}/torque \ + --with-server-home=%{torquehomedir} --with-pam=/%{_lib}/security \ + %{server_nameflags} %{guiflags} %{tclflags} %{rcpflags} %__make %{?_smp_mflags} @@ -140,6 +141,7 @@ # remove files we don't need %__rm -f $RPM_BUILD_ROOT/%_libdir/*.la %__rm -f $RPM_BUILD_ROOT/%_libdir/*/buildindex +%{__rm} -f $RPM_BUILD_ROOT/%{_lib}/security/pam_pbssimpleauth.{a,la} # install initscripts %__mkdir_p $RPM_BUILD_ROOT%{_initrddir} @@ -384,8 +386,26 @@ %{_includedir}/torque %{_bindir}/pbs-config +%package pam +Summary: PAM module for PBS MOM nodes. +Group: System Environment/Base + +%description pam +%shared_description +A simple PAM module to authorize users on PBS MOM nodes with a running job. + +%files pam +%defattr(-, root, root) +%doc src/pam/README.pam +/%{_lib}/security/pam_pbssimpleauth.so + %changelog +* Tue Aug 1 2006 Garrick Staples 2.1.2-1 +- bump to 2.1.2 +- fix bz #200830 +- enable new pam module + * Thu Jun 22 2006 Garrick Staples 2.1.1-3 - rebuild From fedora-extras-commits at redhat.com Tue Aug 1 23:50:40 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:50:40 -0700 Subject: rpms/puppet/devel puppet.spec,1.3,1.4 Message-ID: <200608012350.k71NogYK006636@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6617 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/devel/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:20:27 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:50:39 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Tue Aug 1 23:51:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:51:50 -0700 Subject: rpms/puppet/FC-5 puppet.spec,1.3,1.4 Message-ID: <200608012351.k71NpqeK006709@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-5/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:23:42 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:51:50 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Tue Aug 1 23:52:24 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Tue, 1 Aug 2006 16:52:24 -0700 Subject: rpms/puppet/FC-4 puppet.spec,1.3,1.4 Message-ID: <200608012352.k71NqQXE006775@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/puppet/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6758 Modified Files: puppet.spec Log Message: Fix shebang lines in executables Index: puppet.spec =================================================================== RCS file: /cvs/extras/rpms/puppet/FC-4/puppet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- puppet.spec 1 Aug 2006 22:24:16 -0000 1.3 +++ puppet.spec 1 Aug 2006 23:52:24 -0000 1.4 @@ -5,7 +5,7 @@ Summary: A network tool for managing many disparate systems Name: puppet Version: 0.18.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base @@ -37,6 +37,11 @@ %prep %setup -q +%build +for f in bin/* ; do + sed -i -e '1c#!/usr/bin/ruby' $f +done + %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} @@ -122,6 +127,11 @@ %{__rm} -rf %{buildroot} %changelog +* Tue Aug 1 2006 David Lutterkort - 0.18.4-2 +- Use /usr/bin/ruby directly instead of /usr/bin/env ruby in + executables. Otherwise, initscripts break since pidof can't find the + right process + * Tue Aug 1 2006 David Lutterkort - 0.18.4-1 - New version From fedora-extras-commits at redhat.com Wed Aug 2 01:33:36 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 18:33:36 -0700 Subject: rpms/cairomm/FC-5 cairomm.spec,1.1,1.2 Message-ID: <200608020133.k721XcvM012476@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12455 Modified Files: cairomm.spec Log Message: Bumped release for rebuild against cairo Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/FC-5/cairomm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairomm.spec 30 Apr 2006 04:29:16 -0000 1.1 +++ cairomm.spec 2 Aug 2006 01:33:36 -0000 1.2 @@ -1,7 +1,7 @@ Summary: This library provides a C++ interface to cairo Name: cairomm Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -26,14 +26,14 @@ %setup -q %build -%configure --enable-static=no --enable-docs=no +%configure --enable-static=no --enable-docs=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' -mv docs/reference/html . +mv docs/reference . %clean %{__rm} -rf %{buildroot} @@ -52,9 +52,13 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_includedir}/cairomm-1.0/ -%doc ChangeLog html +%doc ChangeLog reference %changelog +* Tue Aug 1 2006 Rick L Vinyard Jr - 0.6.0-2 +- Bumped release to force x86 rebuild +- Docs were in html, moved to reference/html + * Sun Apr 9 2006 Rick L Vinyard Jr - 0.6.0-1 - New upstream version should fix the upstream issues like AUTHORS and README - Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires From fedora-extras-commits at redhat.com Wed Aug 2 01:38:07 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Tue, 1 Aug 2006 18:38:07 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.1,1.2 Message-ID: <200608020138.k721c990012545@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12520 Modified Files: gtk2hs.spec Log Message: - mozilla-devel is now firefox-devel - replace tabs in .spec by spaces Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtk2hs.spec 15 May 2006 03:18:55 -0000 1.1 +++ gtk2hs.spec 2 Aug 2006 01:38:07 -0000 1.2 @@ -1,30 +1,30 @@ %define ghc_version 6.4.2 %define ghcver ghc642 -%define mozver 37:1.7.13 +%define mozver 1.5.0.5 %define build_mozembed 1 %define build_cairo 1 -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Name: gtk2hs -Version: 0.9.10 -Release: 1%{?dist} -License: LGPL -Group: Development/Libraries -Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -URL: http://gtk2hs.sourceforge.net/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ghc = %{ghc_version} -BuildRequires: haddock -BuildRequires: gtk2-devel -BuildRequires: gtksourceview-devel -BuildRequires: libglade2-devel -BuildRequires: GConf2-devel +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Name: gtk2hs +Version: 0.9.10 +Release: 2%{?dist} +License: LGPL +Group: Development/Libraries +Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +URL: http://gtk2hs.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ghc = %{ghc_version} +BuildRequires: haddock +BuildRequires: gtk2-devel +BuildRequires: gtksourceview-devel +BuildRequires: libglade2-devel +BuildRequires: GConf2-devel %if %{build_mozembed} -BuildRequires: mozilla-devel = %{mozver} +BuildRequires: firefox-devel = %{mozver} %endif %if %{build_cairo} -BuildRequires: cairo-devel +BuildRequires: cairo-devel %endif %description @@ -34,10 +34,10 @@ %package -n ghc-%{name} -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Group: Development/Libraries -Requires: ghc = %{ghc_version} -Requires: %{ghcver}-%{name} = %{version}-%{release} +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Group: Development/Libraries +Requires: ghc = %{ghc_version} +Requires: %{ghcver}-%{name} = %{version}-%{release} %description -n ghc-%{name} A Gtk+ binding for the functional language Haskell featuring @@ -46,14 +46,14 @@ %package -n %{ghcver}-%{name} -Summary: A Haskell GUI library based on the Gtk+ GUI toolkit -Group: Development/Libraries -Requires: %{ghcver} -Requires: gtk2-devel -Requires: GConf2-devel -Requires: libglade2-devel -Requires: gtksourceview-devel -PreReq: %{_bindir}/ghc-pkg-%{ghc_version} +Summary: A Haskell GUI library based on the Gtk+ GUI toolkit +Group: Development/Libraries +Requires: %{ghcver} +Requires: gtk2-devel +Requires: GConf2-devel +Requires: libglade2-devel +Requires: gtksourceview-devel +PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name} A Gtk+ binding for the functional language Haskell featuring automatic memory @@ -65,8 +65,8 @@ %package doc -Summary: Haskell Gtk+ GUI library documentation -Group: Development/Libraries +Summary: Haskell Gtk+ GUI library documentation +Group: Development/Libraries %description doc A Gtk+ binding for the functional language Haskell featuring automatic @@ -78,12 +78,12 @@ %if %{build_mozembed} %package -n %{ghcver}-%{name}-mozembed -Summary: Haskell binding for gtkembedmoz -Group: Development/Libraries -Requires: %{ghcver} -Requires: %{ghcver}-%{name} = %{version}-%{release} -Requires: mozilla-devel = %{mozver} -PreReq: %{_bindir}/ghc-pkg-%{ghc_version} +Summary: Haskell binding for gtkembedmoz +Group: Development/Libraries +Requires: %{ghcver} +Requires: %{ghcver}-%{name} = %{version}-%{release} +Requires: firefox-devel = %{mozver} +PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name}-mozembed A Haskell binding of GtkEmbedMoz for gtk2hs. @@ -104,21 +104,22 @@ %build %configure \ - --with-hc=ghc-%{ghc_version} \ - --prefix=%{_prefix} \ - --libdir=%{ghclibdir} \ - --enable-packager-mode \ - --enable-docs \ - --enable-libglade \ - --enable-gconf \ - --enable-sourceview \ + --with-hc=ghc-%{ghc_version} \ + --prefix=%{_prefix} \ + --libdir=%{ghclibdir} \ + --enable-packager-mode \ + --enable-docs \ + --enable-libglade \ + --enable-gconf \ + --enable-sourceview \ %if %{build_mozembed} - --enable-mozilla \ + --enable-mozilla \ %endif %if %{build_cairo} - --enable-cairo + --enable-cairo %endif +# C locale to workaround c2hs failing in CJK locale LANG=C make all @@ -129,12 +130,12 @@ # make ghost files for i in gconf glade glib gtk mogul sourceview \ %if %{build_cairo} - cairo \ + cairo \ %endif %if %{build_mozembed} - mozembed \ + mozembed \ %endif - ; do + ; do touch %{buildroot}%{gtk2hsdir}/HS${i}.o done @@ -154,13 +155,13 @@ %post -n %{ghcver}-%{name} for i in glib \ %if %{build_cairo} - cairo \ + cairo \ %endif - gtk \ - mogul \ - gconf \ - glade \ - sourceview \ + gtk \ + mogul \ + gconf \ + glade \ + sourceview \ ; do %{ghcpkg_inst $i} done @@ -175,15 +176,15 @@ %preun -n %{ghcver}-%{name} if [ "$1" = 0 ]; then for i in \ - gconf \ - glade \ - sourceview \ - mogul \ - gtk \ + gconf \ + glade \ + sourceview \ + mogul \ + gtk \ %if %{build_cairo} - cairo \ + cairo \ %endif - glib \ + glib \ ; do %{ghcpkg_uninst $i} done @@ -266,6 +267,9 @@ %changelog +* Wed Aug 2 2006 Jens Petersen - 0.9.10-2 +- mozilla-devel is now firefox-devel + * Mon May 15 2006 Jens Petersen - 0.9.10-1 - rework packaging to keep all the ghc packages together except mozembed - update mozilla version to 1.7.13 From fedora-extras-commits at redhat.com Wed Aug 2 03:45:01 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:01 -0700 Subject: rpms/bitgtkmm/devel bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j3Ua018129@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/devel Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/devel/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:45:01 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 03:45:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:00 -0700 Subject: rpms/bitgtkmm/FC-4 bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j25l018123@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/FC-4 Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/FC-4/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:44:59 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 03:45:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 1 Aug 2006 20:45:00 -0700 Subject: rpms/bitgtkmm/FC-5 bitgtkmm.spec,1.1,1.2 Message-ID: <200608020345.k723j2eZ018125@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18076/FC-5 Modified Files: bitgtkmm.spec Log Message: Added pkgconfig to Requires Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/FC-5/bitgtkmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitgtkmm.spec 30 Jul 2006 23:15:33 -0000 1.1 +++ bitgtkmm.spec 2 Aug 2006 03:45:00 -0000 1.2 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -19,7 +19,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: bitgtkmm = %{version}-%{release} -Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 +Requires: gtkmm24-devel >= 2.6.0 bit-devel >= 0.2.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 +- Added pkgconfig to -devel Requires + * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.2-3 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires From fedora-extras-commits at redhat.com Wed Aug 2 04:19:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:43 -0700 Subject: rpms/915resolution - New directory Message-ID: <200608020419.k724JjkH021026@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000/915resolution Log Message: Directory /cvs/extras/rpms/915resolution added to the repository From fedora-extras-commits at redhat.com Wed Aug 2 04:19:44 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:44 -0700 Subject: rpms/915resolution/devel - New directory Message-ID: <200608020419.k724JkoF021029@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21000/915resolution/devel Log Message: Directory /cvs/extras/rpms/915resolution/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 2 04:19:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:53 -0700 Subject: rpms/915resolution Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608020419.k724Jtpu021089@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21056 Added Files: Makefile import.log Log Message: Setup of module 915resolution --- NEW FILE Makefile --- # Top level Makefile for module 915resolution all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 2 04:19:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:50 -0700 Subject: owners owners.list,1.1353,1.1354 Message-ID: <200608020419.k724JqX3021051@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21032 Modified Files: owners.list Log Message: added 915resolution Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1353 retrieving revision 1.1354 diff -u -r1.1353 -r1.1354 --- owners.list 1 Aug 2006 23:18:45 -0000 1.1353 +++ owners.list 2 Aug 2006 04:19:49 -0000 1.1354 @@ -10,6 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! +Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org Fedora Extras|aalib|An ASCII art library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|abcde|A Better CD Encoder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|abcm2ps|A program to typeset ABC tunes into Postscript|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 04:19:54 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:19:54 -0700 Subject: rpms/915resolution/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608020419.k724JueF021092@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21056/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module 915resolution --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 2 04:20:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:06 -0700 Subject: rpms/915resolution import.log,1.1,1.2 Message-ID: <200608020420.k724K8Xw021141@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21107 Modified Files: import.log Log Message: auto-import 915resolution-0.5.2-1.fc5 on branch devel from 915resolution-0.5.2-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/915resolution/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Aug 2006 04:19:53 -0000 1.1 +++ import.log 2 Aug 2006 04:20:06 -0000 1.2 @@ -0,0 +1 @@ +15resolution-0_5_2-1_fc5:HEAD:915resolution-0.5.2-1.fc5.src.rpm:1154492411 From fedora-extras-commits at redhat.com Wed Aug 2 04:20:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:07 -0700 Subject: rpms/915resolution/devel 915resolution.spec, NONE, 1.1 README.fedora, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608020420.k724K9H4021146@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21107/devel Modified Files: .cvsignore sources Added Files: 915resolution.spec README.fedora Log Message: auto-import 915resolution-0.5.2-1.fc5 on branch devel from 915resolution-0.5.2-1.fc5.src.rpm --- NEW FILE 915resolution.spec --- Name: 915resolution Version: 0.5.2 Release: 1%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support License: Public Domain URL: http://www.geocities.com/stomljen/ Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # simple "get it going" instructions Source100: README.fedora %description 915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is necessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server. 915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots inorder for it's changes to take effect. 915resolution is derived from the tool 855resolution. However, the code differs substantially. 915resolution's code base is much simpler. 915resolution also allows the modification of bits per pixel. %prep %setup -q # keep rpmlint from complaining.... chmod -x dump_bios cp %{SOURCE100} . %build make clean make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sbindir} cp %{name} %{buildroot}%{_sbindir} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE.txt README* changes.log chipset_info.txt dump_bios %{_sbindir}/* %changelog * Thu Jul 27 2006 Chris Weyl 0.5.2-1 - bump release - add README.fedora * Tue Jun 13 2006 Chris Weyl 0.5.2-0 - Initial spec file for F-E --- NEW FILE README.fedora --- Some simple instructions on getting this going under Fedora Core. It's important to note that the invocation of this program needs to be done at least once, at boot, to install the correct values in the video BIOS's RAM copy. Executing 915resolution requires root privs. Note that the intel xorg drivers are supposed to deal with displaying to non-bios modes "real soon now"; hence this setup technique. 1. Read README.txt, in this directory... Figure out the proper invocation of the binary for your hardware. 2. Edit /etc/rc.local. Include as a line in that file a call to 915resolution; a la: /usr/sbin/915resolution .... Where .... is the proper parameters to pass 915resolution. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 2 Aug 2006 04:19:54 -0000 1.1 +++ .cvsignore 2 Aug 2006 04:20:07 -0000 1.2 @@ -0,0 +1 @@ +915resolution-0.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 2 Aug 2006 04:19:54 -0000 1.1 +++ sources 2 Aug 2006 04:20:07 -0000 1.2 @@ -0,0 +1 @@ +a3441e5662c5ff1e00dc97de4487e8f8 915resolution-0.5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 04:20:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:20:52 -0700 Subject: owners owners.list,1.1354,1.1355 Message-ID: <200608020420.k724KsGj021168@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21151 Modified Files: owners.list Log Message: where'd that pipe go? Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1354 retrieving revision 1.1355 diff -u -r1.1354 -r1.1355 --- owners.list 2 Aug 2006 04:19:49 -0000 1.1354 +++ owners.list 2 Aug 2006 04:20:51 -0000 1.1355 @@ -10,7 +10,7 @@ # uppercase and lowercase letters equivalently. # # All e-mail addresses used here MUST correspond to existing bugzilla accounts! -Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org +Fedora Extras|915resolution|Intel video BIOS hack to support certain resolutions|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|aalib|An ASCII art library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|abcde|A Better CD Encoder|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|abcm2ps|A program to typeset ABC tunes into Postscript|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 04:26:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:26:22 -0700 Subject: rpms/915resolution/devel 915resolution.spec,1.1,1.2 Message-ID: <200608020426.k724QOvK021202@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21185 Modified Files: 915resolution.spec Log Message: bump Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/915resolution.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 915resolution.spec 2 Aug 2006 04:20:07 -0000 1.1 +++ 915resolution.spec 2 Aug 2006 04:26:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -57,6 +57,9 @@ %changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-2 +- bump for build & release + * Thu Jul 27 2006 Chris Weyl 0.5.2-1 - bump release - add README.fedora From fedora-extras-commits at redhat.com Wed Aug 2 04:34:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 1 Aug 2006 21:34:56 -0700 Subject: rpms/915resolution/devel 915resolution.spec,1.2,1.3 Message-ID: <200608020434.k724YwkJ021281@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21264 Modified Files: 915resolution.spec Log Message: exclude ppc -- build fails! (And I doubt it'd be a straight cross-compile to get this hack working on that architecture, even if people use these graphics cards over there.) Index: 915resolution.spec =================================================================== RCS file: /cvs/extras/rpms/915resolution/devel/915resolution.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 915resolution.spec 2 Aug 2006 04:26:22 -0000 1.2 +++ 915resolution.spec 2 Aug 2006 04:34:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: 915resolution Version: 0.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Intel video BIOS hack to support certain resolutions Group: User Interface/X Hardware Support @@ -9,6 +9,9 @@ Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# this doesn't make much sense on ppc. That, and it fails in build... +ExcludeArch: ppc + # simple "get it going" instructions Source100: README.fedora @@ -57,6 +60,9 @@ %changelog +* Tue Aug 01 2006 Chris Weyl 0.5.2-3 +- excludearch ppc + * Tue Aug 01 2006 Chris Weyl 0.5.2-2 - bump for build & release From fedora-extras-commits at redhat.com Wed Aug 2 05:26:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 22:26:29 -0700 Subject: rpms/soundtouch/devel soundtouch.spec,1.1,1.2 Message-ID: <200608020526.k725QVfw024025@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24008 Modified Files: soundtouch.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- soundtouch.spec 1 Aug 2006 20:55:06 -0000 1.1 +++ soundtouch.spec 2 Aug 2006 05:26:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: soundtouch Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries @@ -37,6 +37,9 @@ %define ltversion %(echo %{version} | tr '.' ':') sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in +# force use of our CFLAGS +sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.* +sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.* # cleanup a bit chmod -x README.html sed -i 's|\r||' README.html COPYING.TXT @@ -94,6 +97,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.3.1-5 +- Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom + upstream CFLAGS. + * Mon Jul 31 2006 Hans de Goede 1.3.1-4 - Add Requires: pkgconfig to -devel subpackage - Replace installed autoheader generated header file with our own version From fedora-extras-commits at redhat.com Wed Aug 2 05:39:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 1 Aug 2006 22:39:04 -0700 Subject: rpms/soundtouch/devel soundtouch.spec,1.2,1.3 Message-ID: <200608020539.k725d6E7024142@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24125 Modified Files: soundtouch.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- soundtouch.spec 2 Aug 2006 05:26:29 -0000 1.2 +++ soundtouch.spec 2 Aug 2006 05:39:04 -0000 1.3 @@ -38,7 +38,11 @@ sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \ source/SoundTouch/Makefile.in # force use of our CFLAGS +%ifarch %{ix86} +sed -i 's|-O3 -msse|$(CFLAGS) -msse|' source/SoundTouch/Makefile.* +%else sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.* +%endif sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.* # cleanup a bit chmod -x README.html From fedora-extras-commits at redhat.com Wed Aug 2 07:04:43 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 2 Aug 2006 00:04:43 -0700 Subject: owners owners.list,1.1355,1.1356 Message-ID: <200608020704.k7274jTl029886@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29869 Modified Files: owners.list Log Message: new email adress Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1355 retrieving revision 1.1356 diff -u -r1.1355 -r1.1356 --- owners.list 2 Aug 2006 04:20:51 -0000 1.1355 +++ owners.list 2 Aug 2006 07:04:43 -0000 1.1356 @@ -402,7 +402,7 @@ Fedora Extras|gconfmm20|A C++ interface for GTK2 (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gconfmm26|A C++ wrapper for GConf2|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gdeskcal|Eye-candy calendar for your desktop.|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya256 at yahoo.com|extras-qa at fedoraproject.org| +Fedora Extras|gdesklets|Advanced architecture for desktop applets|luya_tfz at thefinalzone.com|extras-qa at fedoraproject.org| Fedora Extras|gdk-pixbuf|An image loading library used with Gnome|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 2 07:18:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 2 Aug 2006 00:18:23 -0700 Subject: rpms/libpng10 import.log,1.2,1.3 Message-ID: <200608020718.k727IPZr029999@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29966 Modified Files: import.log Log Message: auto-import libpng10-1.0.20-3 on branch devel from libpng10-1.0.20-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libpng10/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Jul 2006 07:21:49 -0000 1.2 +++ import.log 2 Aug 2006 07:18:23 -0000 1.3 @@ -1 +1,2 @@ libpng10-1_0_20-1:HEAD:libpng10-1.0.20-1.src.rpm:1153380101 +libpng10-1_0_20-3:HEAD:libpng10-1.0.20-3.src.rpm:1154503095 From fedora-extras-commits at redhat.com Wed Aug 2 07:18:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 2 Aug 2006 00:18:24 -0700 Subject: rpms/libpng10/devel libpng-1.0.20-pngconf.patch, NONE, 1.1 libpng-1.0.20-soname.patch, NONE, 1.1 libpng10.spec, 1.2, 1.3 libpng-1.0.20-rhconf.patch, 1.1, NONE Message-ID: <200608020718.k727IQEi030007@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29966/devel Modified Files: libpng10.spec Added Files: libpng-1.0.20-pngconf.patch libpng-1.0.20-soname.patch Removed Files: libpng-1.0.20-rhconf.patch Log Message: auto-import libpng10-1.0.20-3 on branch devel from libpng10-1.0.20-3.src.rpm libpng-1.0.20-pngconf.patch: --- NEW FILE libpng-1.0.20-pngconf.patch --- --- libpng-1.0.20/configure.ac 2006-08-01 14:37:36.000000000 +0100 +++ libpng-1.0.20/configure.ac 2006-08-01 14:38:43.000000000 +0100 @@ -60,7 +60,8 @@ AC_MSG_CHECKING([if assembler code in pnggccrd.c can be compiled]) AC_TRY_COMPILE( - [#include "pnggccrd.c"], + [#define PNG_CONFIGURE_LIBPNG + #include "pnggccrd.c"], [return 0;], LIBPNG_DEFINES=, LIBPNG_DEFINES=-DPNG_CONFIGURE_LIBPNG\ -DPNG_NO_ASSEMBLER_CODE) --- libpng-1.0.20/configure 2006-08-01 14:44:04.000000000 +0100 +++ libpng-1.0.20/configure 2006-08-01 14:44:51.000000000 +0100 @@ -20149,6 +20149,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#define PNG_CONFIGURE_LIBPNG #include "pnggccrd.c" int main () --- libpng-1.0.20/pngconf.h 2006-08-01 14:39:27.000000000 +0100 +++ libpng-1.0.20/pngconf.h 2006-08-01 14:43:34.000000000 +0100 @@ -29,6 +29,26 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#else +/* pngconf.h is part of the exported API. When a libpng-using application + includes us, PNG_CONFIGURE_LIBPNG is of course not defined as we do not have + libpng's config.h available in this case. This means that we do not have the + defines added to config.h and the command line by libpng's configure script. + + For all defines from config.h, not having them set is not a problem. + However, the configure script also adds -DPNG_NO_ASSEMBLER_CODE to the + CFLAGS when compiling on a platform on which the MMX and SSE asm code in + libpng is not supported. + + We do need this define as this define is used to determine wether or not + to define PNG_ASSEMBLER_CODE_SUPPORTED and other assembler-related defines + and prototypes. PNG_ASSEMBLER_CODE_SUPPORTED in turn is used by applications + (ImageMagick for example) to determine whether or not they can use the asm + functions. Thus we need to define PNG_NO_ASSEMBLER_CODE here on platforms + on which the MMX and SSE asm code in libpng is not supported: */ +#ifndef __i386__ /* change this if MMX/SSE become supported on x86_64! */ +#define PNG_NO_ASSEMBLER_CODE +#endif #endif /* libpng-1.0.20-soname.patch: --- NEW FILE libpng-1.0.20-soname.patch --- --- libpng-1.0.20/ltmain.sh 2006-08-01 15:46:17.000000000 +0100 +++ libpng-1.0.20/ltmain.sh 2006-08-01 15:46:52.000000000 +0100 @@ -3270,7 +3270,7 @@ esac case $revision in - 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; + 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]|[0-9].[0-9][0-9]) ;; *) $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 --- libpng-1.0.20/Makefile.am 2006-06-27 21:20:58.000000000 +0100 +++ libpng-1.0.20/Makefile.am 2006-08-01 16:03:14.000000000 +0100 @@ -45,7 +45,7 @@ -version-number 0:@PNGLIB_MINOR@:0 # -rpath is needed as automake doesn't know the directory libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \ - -version-number 3:@PNGLIB_MINOR@:0 + -version-number 2:1:0. at PNGLIB_MINOR@ if HAVE_LD_VERSION_SCRIPT # Versioned symbols and restricted exports --- libpng-1.0.20/Makefile.in 2006-06-27 21:21:15.000000000 +0100 +++ libpng-1.0.20/Makefile.in 2006-08-01 16:04:16.000000000 +0100 @@ -291,7 +291,7 @@ 0:@PNGLIB_MINOR@:0 $(am__append_1) $(am__append_2) # -rpath is needed as automake doesn't know the directory libpng_la_LDFLAGS = -rpath '$(libdir)' -no-undefined -export-dynamic \ - -version-number 3:@PNGLIB_MINOR@:0 + -version-number 2:1:0. at PNGLIB_MINOR@ @HAVE_LD_VERSION_SCRIPT_FALSE at libpng10_la_DEPENDENCIES = libpng.sym @HAVE_LD_VERSION_SCRIPT_TRUE at libpng10_la_DEPENDENCIES = libpng.vers Index: libpng10.spec =================================================================== RCS file: /cvs/extras/rpms/libpng10/devel/libpng10.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libpng10.spec 20 Jul 2006 14:56:37 -0000 1.2 +++ libpng10.spec 2 Aug 2006 07:18:24 -0000 1.3 @@ -1,12 +1,13 @@ Summary: Old version of libpng, needed to run old binaries Name: libpng10 Version: 1.0.20 -Release: 2%{?dist} +Release: 3%{?dist} License: zlib License Group: System Environment/Libraries URL: http://www.libpng.org/pub/png/libpng.html Source: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-%{version}.tar.bz2 -Patch0: libpng-1.0.20-rhconf.patch +Patch0: libpng-1.0.20-soname.patch +Patch1: libpng-1.0.20-pngconf.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel Conflicts: libpng < 2:1.2.0 @@ -34,16 +35,19 @@ %prep %setup -q -n libpng-%{version} -%{__ln_s} scripts/makefile.linux Makefile -%patch0 -p1 -b .rhconf +%patch0 -p1 -b .soname +%patch1 -p1 -b .pngconf %build -# Appears to break if %{?_smp_mflags} is used -%{__make} RPM_OPT_FLAGS="%{optflags}" LIBPATH=%{_libdir} +%configure \ + --disable-static \ + --disable-dependency-tracking \ + --without-binconfigs +%{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -%{__make} DESTDIR=%{buildroot} LIBPATH=%{_libdir} install +%{__make} DESTDIR=%{buildroot} install # Install docs # This is done manually so that the docs, which are all in the same directory, @@ -60,6 +64,25 @@ %{__install} -p -m 644 example.c libpng.txt \ %{buildroot}%{_docdir}/%{name}-%{version}/ +# Unpackaged files +%{__rm} -f \ + %{buildroot}%{_bindir}/libpng-config \ + %{buildroot}%{_includedir}/png.h \ + %{buildroot}%{_includedir}/pngconf.h \ + %{buildroot}%{_libdir}/libpng.a \ + %{buildroot}%{_libdir}/libpng.la \ + %{buildroot}%{_libdir}/libpng.so \ + %{buildroot}%{_libdir}/libpng10.la \ + %{buildroot}%{_libdir}/libpng10.so.* \ + %{buildroot}%{_libdir}/pkgconfig/libpng.pc \ + %{buildroot}%{_mandir}/man3/libpng.3 \ + %{buildroot}%{_mandir}/man3/libpngpf.3 \ + %{buildroot}%{_mandir}/man5/png.5 + +# Fix devel link +%{__rm} -f %{buildroot}%{_libdir}/libpng10.so +%{__ln_s} libpng.so.2 %{buildroot}%{_libdir}/libpng10.so + %clean %{__rm} -rf %{buildroot} @@ -85,6 +108,10 @@ %{_libdir}/pkgconfig/libpng10.pc %changelog +* Tue Aug 1 2006 Paul Howarth 1.0.20-3 +- reenable %%{_smp_mflags} +- use patched configure script rather than old Makefiles + * Thu Jul 20 2006 Paul Howarth 1.0.20-2 - don't use %%{_smp_mflags} --- libpng-1.0.20-rhconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 08:15:28 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Wed, 2 Aug 2006 01:15:28 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.2,1.3 Message-ID: <200608020815.k728FUnE000447@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv424 Modified Files: gtk2hs.spec Log Message: update the configure option for firefox-devel too Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtk2hs.spec 2 Aug 2006 01:38:07 -0000 1.2 +++ gtk2hs.spec 2 Aug 2006 08:15:28 -0000 1.3 @@ -113,7 +113,7 @@ --enable-gconf \ --enable-sourceview \ %if %{build_mozembed} - --enable-mozilla \ + --enable-firefox \ %endif %if %{build_cairo} --enable-cairo From fedora-extras-commits at redhat.com Wed Aug 2 12:05:35 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 2 Aug 2006 05:05:35 -0700 Subject: rpms/galeon/devel galeon.spec,1.17,1.18 Message-ID: <200608021205.k72C5bXt011986@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: galeon.spec Log Message: Update to build against firefox-devel Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- galeon.spec 3 May 2006 23:21:50 -0000 1.17 +++ galeon.spec 2 Aug 2006 12:05:34 -0000 1.18 @@ -1,18 +1,17 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) -Requires: mozilla = 37:1.7.13 -BuildRequires: gettext mozilla-nspr-devel desktop-file-utils + +BuildRequires: gettext desktop-file-utils BuildRequires: gtk2-devel >= 2.4.0 BuildRequires: gnome-desktop-devel -BuildRequires: mozilla-devel >= 37:1.7.2 -BuildRequires: libxml2-devel >= 2.6.6 +BuildRequires: firefox-devel BuildRequires: libgnomeui-devel >= 2.5.2 BuildRequires: perl(XML::Parser) scrollkeeper %ifarch x86_64 @@ -113,6 +112,9 @@ %changelog +* Wed Aug 2 2006 Denis Leroy - 2.0.1-5 +- Updated to build against firefox-devel + * Wed May 3 2006 Denis Leroy - 2.0.1-4 - Bumping up release to match that of FC-4 and FC-5 From fedora-extras-commits at redhat.com Wed Aug 2 13:33:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 06:33:45 -0700 Subject: rpms/crystal-stacker-themes/devel crystal-stacker-themes.spec, 1.1, 1.2 Message-ID: <200608021333.k72DXlnw014943@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14926 Modified Files: crystal-stacker-themes.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.0-2 - Fix world writable doc files Index: crystal-stacker-themes.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker-themes/devel/crystal-stacker-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crystal-stacker-themes.spec 10 Apr 2006 05:23:47 -0000 1.1 +++ crystal-stacker-themes.spec 2 Aug 2006 13:33:45 -0000 1.2 @@ -1,6 +1,6 @@ Name: crystal-stacker-themes Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themes for the Crystal Stacker game Group: Amusements/Games License: Freeware @@ -30,7 +30,7 @@ unzip -qqLL %{SOURCE3} unzip -qqLL %{SOURCE4} # put these somewhere were %%doc can find them -cp -a %{SOURCE7} %{SOURCE8} . +cp %{SOURCE7} %{SOURCE8} . %build @@ -55,5 +55,8 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.0-2 +- Fix world writable doc files + * Sun Apr 9 2006 Hans de Goede 1.0-1 - initial Fedora Extras package From fedora-extras-commits at redhat.com Wed Aug 2 13:35:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 06:35:25 -0700 Subject: rpms/crystal-stacker-themes/FC-5 crystal-stacker-themes.spec, 1.1, 1.2 Message-ID: <200608021335.k72DZRaa015010@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14993 Modified Files: crystal-stacker-themes.spec Log Message: * Wed Aug 2 2006 Hans de Goede 1.0-2 - Fix world writable doc files Index: crystal-stacker-themes.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker-themes/FC-5/crystal-stacker-themes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crystal-stacker-themes.spec 10 Apr 2006 05:23:47 -0000 1.1 +++ crystal-stacker-themes.spec 2 Aug 2006 13:35:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: crystal-stacker-themes Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Themes for the Crystal Stacker game Group: Amusements/Games License: Freeware @@ -30,7 +30,7 @@ unzip -qqLL %{SOURCE3} unzip -qqLL %{SOURCE4} # put these somewhere were %%doc can find them -cp -a %{SOURCE7} %{SOURCE8} . +cp %{SOURCE7} %{SOURCE8} . %build @@ -55,5 +55,8 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 1.0-2 +- Fix world writable doc files + * Sun Apr 9 2006 Hans de Goede 1.0-1 - initial Fedora Extras package From fedora-extras-commits at redhat.com Wed Aug 2 14:43:15 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:15 -0700 Subject: rpms/rrdtool/FC-4 rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.20, 1.21 Message-ID: <200608021443.k72Ehmh5018108@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/FC-4 Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:55:55 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:15 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-4/rrdtool.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- rrdtool.spec 1 Aug 2006 20:46:43 -0000 1.20 +++ rrdtool.spec 2 Aug 2006 14:43:15 -0000 1.21 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist}.3 +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -222,15 +222,10 @@ %{php_extdir}/rrdtool.so %changelog -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.3 -- Third time's a charm? - -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.2 -- Last change wasn't the correct route, take 2... - -* Tue Aug 1 2006 Jarod Wilson 1.2.15-2.1 -- Minimal FC4 buildroots don't include python, so add it as - a BuildRequires. +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch From fedora-extras-commits at redhat.com Wed Aug 2 14:43:16 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:16 -0700 Subject: rpms/rrdtool/FC-5 rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.22, 1.23 Message-ID: <200608021443.k72Ehm2n018112@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/FC-5 Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:55:55 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:16 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/FC-5/rrdtool.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- rrdtool.spec 1 Aug 2006 19:48:50 -0000 1.22 +++ rrdtool.spec 2 Aug 2006 14:43:16 -0000 1.23 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -18,7 +18,8 @@ BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,11 @@ %{php_extdir}/rrdtool.so %changelog +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Wed Aug 2 14:43:17 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 2 Aug 2006 07:43:17 -0700 Subject: rpms/rrdtool/devel rrdtool-1.2.15-initrrdtool.patch, 1.1, 1.2 rrdtool.spec, 1.21, 1.22 Message-ID: <200608021443.k72EhnSX018116@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/rrdtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18048/devel Modified Files: rrdtool-1.2.15-initrrdtool.patch rrdtool.spec Log Message: - One more addition to initrrdtool patch, to fully revert and correct upstream changeset 839 - Sync fix for no python in minimal fc4 buildroots rrdtool-1.2.15-initrrdtool.patch: Index: rrdtool-1.2.15-initrrdtool.patch =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool-1.2.15-initrrdtool.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rrdtool-1.2.15-initrrdtool.patch 1 Aug 2006 19:43:49 -0000 1.1 +++ rrdtool-1.2.15-initrrdtool.patch 2 Aug 2006 14:43:17 -0000 1.2 @@ -1,24 +1,23 @@ ---- rrdtool-1.2.15/bindings/python/rrdtoolmodule.c.initrrdtool 2006-07-14 08:11:26.000000000 -0400 -+++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-01 15:21:49.000000000 -0400 -@@ -48,8 +48,8 @@ +diff -ur rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c rrdtool-1.2.15/bindings/python/rrdtoolmodule.c +--- rrdtool-1.2.15.orig/bindings/python/rrdtoolmodule.c 2006-07-14 08:11:26.000000000 -0400 ++++ rrdtool-1.2.15/bindings/python/rrdtoolmodule.c 2006-08-02 10:20:38.000000000 -0400 +@@ -48,8 +48,7 @@ extern int opterr; /* forward declaration to keep compiler happy */ -/*void initrrdtool(void);*/ -void initrrdtoolmodule(void); +void initrrdtool(void); -+/*void initrrdtoolmodule(void);*/ static int create_args(char *command, PyObject *args, int *argc, char ***argv) -@@ -518,13 +518,13 @@ +@@ -518,19 +517,18 @@ /* Initialization function for the module */ void -/*initrrdtool(void)*/ -initrrdtoolmodule(void) +initrrdtool(void) -+/*initrrdtoolmodule(void)*/ { PyObject *m, *d, *t; @@ -28,3 +27,10 @@ /* Add some symbolic constants to the module */ d = PyModule_GetDict(m); + + SET_STRCONSTANT(d, __version__); +- ErrorObject = PyErr_NewException("rrdtoolmodule.error", NULL, NULL); ++ ErrorObject = PyErr_NewException("rrdtool.error", NULL, NULL); + PyDict_SetItemString(d, "error", ErrorObject); + + /* Check for errors */ Index: rrdtool.spec =================================================================== RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rrdtool.spec 1 Aug 2006 19:43:49 -0000 1.21 +++ rrdtool.spec 2 Aug 2006 14:43:17 -0000 1.22 @@ -4,7 +4,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.2.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Databases URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/ @@ -18,7 +18,8 @@ BuildRequires: freetype-devel, python-devel >= 2.3 %{!?python_sitearch: %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')} -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]')} +# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot +%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} %description RRD is the Acronym for Round Robin Database. RRD is a system to store and @@ -221,6 +222,11 @@ %{php_extdir}/rrdtool.so %changelog +* Wed Aug 02 2006 Jarod Wilson 1.2.15-3 +- One more addition to initrrdtool patch, to fully revert + and correct upstream changeset 839 +- Fix for no python in minimal fc4 buildroots + * Tue Aug 1 2006 Mihai Ibanescu 1.2.15-2 - Fixed rrdtool-python to import the module properly (patch rrdtool-1.2.15-initrrdtool.patch) From fedora-extras-commits at redhat.com Wed Aug 2 14:50:58 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 07:50:58 -0700 Subject: check-mirrors check-mirrors.py,1.20,1.21 Message-ID: <200608021450.k72EowF3018160@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18140 Modified Files: check-mirrors.py Log Message: Created RepoDB for various db functions. This works but is not widly tested. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- check-mirrors.py 1 Aug 2006 19:31:00 -0000 1.20 +++ check-mirrors.py 2 Aug 2006 14:50:55 -0000 1.21 @@ -66,38 +66,82 @@ def errorprint(error): print >> sys.stderr, error -def check_and_make_db(db): - """ - verify that we can create the sqlite DB file - """ - try: - con = sqlite.connect(db) - cursor = con.cursor() - except sqlite.Error, errmsg: - errorprint('Failed to connect to database: %s' % db) - errorprint('Err: %s ' % errmsg) - return None, None +def debugprint(debugmsg): + if debug: + print debugmsg - try: - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('testrepo', 'testarch', 'testcountry', 'http://nowhere/', 0, DATETIME('now'));" - if debug: - print "Executing %s" % query - cursor.execute(query) - if debug: - print "deleting test %i" % cursor.lastrowid - cursor.execute("delete from mirrors where m_id =" + str(cursor.lastrowid) + ";") - con.commit() - except sqlite.Error, errmsg: - if debug: - print 'db IO test failed: %s' % errmsg - + +class RepoDB: + def __init__(self, db): + (self.dbconn, self.dbcursor) = self.connect(db) + self.initdb(0) + return None + + def connect(self, db): try: - cursor.execute('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') - con.commit() + conn = sqlite.connect(db) + cursor = conn.cursor() except sqlite.Error, errmsg: - errorprint('Err: %s' % errmsg) + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) return None, None - return con, cursor + else: + return(conn, cursor) + + def delete(self, where): + """ Accepts a where clause """ + sql = 'delete from mirrors where %s' % where + if self.run(sql): return True + else: return False + + def run(self, sql): + """ Accepts and runs full sql query """ + try: + debugprint("SQL: %s" % sql) + self.dbcursor.execute(sql) + self.dbconn.commit() + except sqlite.Error, errmsg: + errorprint("Query: %s" % sql) + errorprint("Query Error: %s" % errmsg) + return False + else: + return self.dbcursor.rowcount + + def goodmirror(self, repo, arch, country, url): + """ Update or insert a good mirror """ + if self.run("update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch)): + return True + elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 0, DATETIME('now'));" % (repo, arch, country, url)): + return True + else: + return False + + def badmirror(self, repo, arch, country, url): + """ Update or insert a bad mirror """ + if self.run("update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch)): + return True + elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, '0');" % (repo, arch, country, url)): + return True + else: + return True + + def initdb(self, runno): + """ Initializes the database, creating it if necessary """ + if self.goodmirror('testrepo', 'testarch', 'TS', 'http://testurl/path/to/repo/'): + if self.delete("repo='testrepo' and arch='testarch' and country='TS' and url='http://testurl/path/to/repo/'"): + return True + else: + errorprint('db IO error: could not delete - Exiting') + sys.exit(2) + return False + else: + self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') + if runno == 0: + self.initdb(1) + else: + errorprint('Could not create database - Exiting') + sys.exit(2) # could not create database + return True def check_and_make_dir(dir): @@ -124,41 +168,40 @@ result = True return result -def update_db(repo, arch, country, url, failure, dbconn, dbcursor): - updated = 0 - if not dbcursor: - errorprint('sqlite database check failed') - - if failure: - query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) - else: - query = "update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch) - try: - if debug: - print "Executing: %s" % query - dbcursor.execute(query) - updated = dbcursor.rowcount - dbconn.commit() - except sqlite.Error, errmsg: - errorprint('DBerr: %s ' errmsg) - errorprint(query) - if not updated: - try: - if failure: - lastgoodsql='0' - else: - lastgoodsql="DATETIME('now')" - query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) - if debug: - print "Executing: %s" % query - dbcursor.execute(query) - updated = dbcursor.rowcount - dbconn.commit() - except sqlite.Error, errmsg: - errorprint('DBErr: %s' errmsg) - errorprint(query) - return None - return updated +#def update_db(repo, arch, country, url, failure, dbconn, dbcursor): +# updated = 0 +# if not dbcursor: +# errorprint('sqlite database check failed') +# +# if failure: +# query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) +# else: +# try: +# if debug: +# print "Executing: %s" % query +# dbcursor.execute(query) +# updated = dbcursor.rowcount +# dbconn.commit() +# except sqlite.Error, errmsg: +# errorprint('DBerr: %s ' % errmsg) +# errorprint(query) +# if not updated: +# try: +# if failure: +# lastgoodsql='0' +# else: +# lastgoodsql="DATETIME('now')" +# query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) +# if debug: +# print "Executing: %s" % query +# dbcursor.execute(query) +# updated = dbcursor.rowcount +# dbconn.commit() +# except sqlite.Error, errmsg: +# errorprint('DBErr: %s' % errmsg) +# errorprint(query) +# return None +# return updated class RepoData: @@ -395,7 +438,6 @@ # grab the canonical mirrors info for s in sections: mirrors = [] - badmirrors = [] ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) @@ -403,8 +445,9 @@ errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - dbconn, dbcursor = check_and_make_db(s.db) - +# dbconn, dbcursor = check_and_make_db(s.db) + DB = RepoDB(s.db) + if not check_and_make_dir(s.outputpath): errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) continue @@ -460,9 +503,8 @@ if debug: print 'adding to %s: %s' % (m.country, m.url) country_specific[m.country].append(m.url) if not goodmirror: - print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) - if not update_db(s.mirrorid, arch, m.country, m.url, '1', dbconn, dbcursor): - errorprint("Error updating: %s" % url) + debugprint("Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url)) + DB.badmirror(s.mirrorid, arch, m.country, m.url) global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) glob_fo = open(global_file, 'w') for url in glob_urls: @@ -475,8 +517,7 @@ country_fo = open(country_file, 'w') for url in country_specific[code]: country_fo.write('%s\n' % url) - if not update_db(s.mirrorid, arch, code, url, 0, dbconn, dbcursor): - errorprint("Error updating: %s" % url) + DB.goodmirror(s.mirrorid, arch, code, url) new_file_list.append(os.path.normpath(country_file)) # clean up @@ -485,9 +526,6 @@ if fn not in new_file_list: if debug: print "removing old file %s" % fn os.unlink(fn) -# dbconn.close() -# dbcursor.close() - if __name__ == '__main__': if len(sys.argv) < 2: From fedora-extras-commits at redhat.com Wed Aug 2 16:12:08 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 09:12:08 -0700 Subject: check-mirrors check-mirrors.conf,1.7,1.8 Message-ID: <200608021612.k72GC8Sv023952@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23934 Modified Files: check-mirrors.conf Log Message: Added db connection and a [global] section Index: check-mirrors.conf =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- check-mirrors.conf 14 Jul 2006 20:20:46 -0000 1.7 +++ check-mirrors.conf 2 Aug 2006 16:12:06 -0000 1.8 @@ -1,3 +1,7 @@ +[global] +db=/mirrors.db +file_prefix = global + [core-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 outputpath = /var/www/mirrors From fedora-extras-commits at redhat.com Wed Aug 2 16:12:43 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 09:12:43 -0700 Subject: check-mirrors check-mirrors.py,1.21,1.22 Message-ID: <200608021612.k72GCh5t023976@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23958 Modified Files: check-mirrors.py Log Message: Added support for a global section for the db settings Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- check-mirrors.py 2 Aug 2006 14:50:55 -0000 1.21 +++ check-mirrors.py 2 Aug 2006 16:12:41 -0000 1.22 @@ -24,6 +24,7 @@ # - have it accept an option which specifies a section in the config file # to operate on - rather than doing all of them. # - remove deleted mirrors from the database +# - pull mirrors from the database instead of fedora.redhat.com ? debug = True @@ -168,42 +169,6 @@ result = True return result -#def update_db(repo, arch, country, url, failure, dbconn, dbcursor): -# updated = 0 -# if not dbcursor: -# errorprint('sqlite database check failed') -# -# if failure: -# query = "update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch) -# else: -# try: -# if debug: -# print "Executing: %s" % query -# dbcursor.execute(query) -# updated = dbcursor.rowcount -# dbconn.commit() -# except sqlite.Error, errmsg: -# errorprint('DBerr: %s ' % errmsg) -# errorprint(query) -# if not updated: -# try: -# if failure: -# lastgoodsql='0' -# else: -# lastgoodsql="DATETIME('now')" -# query = "insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', '%s', %s);" % (repo, arch, country, url, failure, lastgoodsql) -# if debug: -# print "Executing: %s" % query -# dbcursor.execute(query) -# updated = dbcursor.rowcount -# dbconn.commit() -# except sqlite.Error, errmsg: -# errorprint('DBErr: %s' % errmsg) -# errorprint(query) -# return None -# return updated - - class RepoData: """represents anything beneath a tag""" def __init__(self, elem): @@ -371,17 +336,31 @@ sections = [] conf = ConfigParser.ConfigParser() conf.read(cfg) - + for section in conf.sections(): item = MirrorListInfo() + broken = False + + + if section.lower() == 'global': + item.mirrorid = '%s' % section + if conf.has_option(section, 'db'): + item.db = conf.get(section, 'db') + else: + errorprint('missing db filename') + broken = True + + if broken: + errorprint("Broooooooooooooken config, in section %s, bailing" % section) + sys.exit(1) + sections.append(item) + continue if conf.has_option(section, 'file_prefix'): item.mirrorid = conf.get(section, 'file_prefix') else: item.mirrorid = '%s' % section - broken = False - if conf.has_option(section, 'inputfile'): item.inputfile = conf.get(section, 'inputfile') else: @@ -400,12 +379,6 @@ errorprint('missing canonical url') broken = True - if conf.has_option(section, 'db'): - item.db = conf.get(section, 'db') - else: - errorprint('missing db filename') - broken = True - if broken: errorprint("Broooooooooooooken config, in section %s, bailing" % section) sys.exit(1) @@ -426,7 +399,6 @@ return sections - def main(cfg_file): if not os.path.exists(cfg_file): errorprint("config file %s does not exist" % cfg_file) @@ -439,14 +411,15 @@ for s in sections: mirrors = [] + if s.mirrorid == 'global': + DB = RepoDB(s.db) + continue + ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) if len(s.mirrorlist) < 1: errorprint("no mirrors to look at for %s, something is broken, skipping" % s.mirrorid) continue - -# dbconn, dbcursor = check_and_make_db(s.db) - DB = RepoDB(s.db) if not check_and_make_dir(s.outputpath): errorprint('Error creating output path %s for %s' % (s.outputpath, s.mirrorid)) From fedora-extras-commits at redhat.com Wed Aug 2 16:31:42 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Wed, 2 Aug 2006 09:31:42 -0700 Subject: rpms/pyspi/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608021631.k72GVicw024145@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/pyspi/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24125 Modified Files: .cvsignore sources Log Message: Update sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Apr 2006 16:45:22 -0000 1.2 +++ .cvsignore 2 Aug 2006 16:31:41 -0000 1.3 @@ -1 +1 @@ -pyspi-0.5.4.tar.gz +pyspi-0.5.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyspi/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Apr 2006 16:45:22 -0000 1.2 +++ sources 2 Aug 2006 16:31:42 -0000 1.3 @@ -1 +1 @@ -1640a0ee46d173ed1d0e0ca345f8cd14 pyspi-0.5.4.tar.gz +e530b9bc1588f0d55f8fdb65c66ca18b pyspi-0.5.5.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 16:35:14 2006 From: fedora-extras-commits at redhat.com (Zack Cerza (zmc)) Date: Wed, 2 Aug 2006 09:35:14 -0700 Subject: rpms/dogtail/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608021635.k72GZGC1024228@cvs-int.fedora.redhat.com> Author: zmc Update of /cvs/extras/rpms/dogtail/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24209 Modified Files: .cvsignore sources Log Message: Update sources file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Apr 2006 16:53:40 -0000 1.2 +++ .cvsignore 2 Aug 2006 16:35:14 -0000 1.3 @@ -1 +1 @@ -dogtail-0.5.1.tar.gz +dogtail-0.5.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/dogtail/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Apr 2006 16:53:40 -0000 1.2 +++ sources 2 Aug 2006 16:35:14 -0000 1.3 @@ -1 +1 @@ -69269dd1eef5be141a9e5168af189978 dogtail-0.5.1.tar.gz +877d69a03d820a3a9ed001d307e24bf1 dogtail-0.5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 2 16:43:18 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:43:18 -0700 Subject: rpms/amavisd-new/devel amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021643.k72GhK0g024321@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24299 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:03:29 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:43:17 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/devel/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:03:29 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:43:17 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:44:07 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:44:07 -0700 Subject: rpms/amavisd-new/FC-5 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021644.k72Gi9CC024392@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24370 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:05:20 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:44:07 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-5/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:05:20 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:44:07 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:44:43 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:44:43 -0700 Subject: rpms/amavisd-new/FC-4 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.5, 1.6 Message-ID: <200608021644.k72GijcP024458@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24436 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:06:23 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:44:43 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-4/amavisd-new.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- amavisd-new.spec 1 Aug 2006 00:06:23 -0000 1.5 +++ amavisd-new.spec 2 Aug 2006 16:44:43 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 16:45:17 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 2 Aug 2006 09:45:17 -0700 Subject: rpms/amavisd-new/FC-3 amavisd-conf.patch, 1.2, 1.3 amavisd-new.spec, 1.4, 1.5 Message-ID: <200608021645.k72GjJdj024526@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/amavisd-new/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24504 Modified Files: amavisd-conf.patch amavisd-new.spec Log Message: Fix path to clamd socket in amavisd-conf.patch. amavisd-conf.patch: Index: amavisd-conf.patch =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-conf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amavisd-conf.patch 1 Aug 2006 00:07:05 -0000 1.2 +++ amavisd-conf.patch 2 Aug 2006 16:45:17 -0000 1.3 @@ -70,7 +70,7 @@ -# qr/\bOK$/, qr/\bFOUND$/, -# qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], +['ClamAV-clamd', -+ \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"], ++ \&ask_daemon, ["CONTSCAN {}\n", "/var/spool/amavisd/clamd.sock"], + qr/\bOK$/, qr/\bFOUND$/, + qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], # # NOTE: the easiest is to run clamd under the same user as amavisd; match the Index: amavisd-new.spec =================================================================== RCS file: /cvs/extras/rpms/amavisd-new/FC-3/amavisd-new.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amavisd-new.spec 1 Aug 2006 00:07:05 -0000 1.4 +++ amavisd-new.spec 2 Aug 2006 16:45:17 -0000 1.5 @@ -3,7 +3,7 @@ Summary: Email filter with virus scanner and spamassassin support Name: amavisd-new Version: 2.4.2 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} License: GPL Group: Applications/System URL: http://www.ijs.si/software/amavisd/ @@ -145,6 +145,9 @@ %ghost /var/spool/amavisd/clamd.sock %changelog +* Wed Aug 02 2006 Steven Pritchard 2.4.2-2 +- Fix path to clamd socket in amavisd-conf.patch. + * Mon Jul 31 2006 Steven Pritchard 2.4.2-1 - Update to 2.4.2 - Fix permissions on README.fedora (bug #200769) From fedora-extras-commits at redhat.com Wed Aug 2 17:22:54 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 2 Aug 2006 10:22:54 -0700 Subject: rpms/glibmm24/FC-4 .cvsignore, 1.4, 1.5 glibmm.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608021722.k72HMuLr027294@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27271 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Jun 2006 23:37:12 -0000 1.4 +++ .cvsignore 2 Aug 2006 17:22:54 -0000 1.5 @@ -1 +1 @@ -glibmm-2.6.5.tar.bz2 +glibmm-2.6.6.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/glibmm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glibmm.spec 25 Jun 2006 23:37:12 -0000 1.6 +++ glibmm.spec 2 Aug 2006 17:22:54 -0000 1.7 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.6.5 +Version: 2.6.6 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -78,6 +78,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Tue Aug 1 2006 Denis Leroy - 2.6.6-1 +- Update to 2.6.6 + * Sun Jun 25 2006 Denis Leroy - 2.6.5-1 - Update to 2.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jun 2006 23:37:12 -0000 1.5 +++ sources 2 Aug 2006 17:22:54 -0000 1.6 @@ -1 +1 @@ -046d651a6868b46a1f6f09bf208e18ed glibmm-2.6.5.tar.bz2 +36b84658723b6cb4ab5f12edd04558a2 glibmm-2.6.6.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 2 17:54:37 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:54:37 -0700 Subject: rpms/cmake/FC-4 cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.5, 1.6 Message-ID: <200608021754.k72Hsd3Q027488@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27468 Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmake.spec 1 Aug 2006 17:18:16 -0000 1.5 +++ cmake.spec 2 Aug 2006 17:54:37 -0000 1.6 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, xorg-x11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -65,6 +67,9 @@ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 17:55:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:55:32 -0700 Subject: rpms/cmake/FC-5 cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.3, 1.4 Message-ID: <200608021755.k72HtY5S027572@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27537/FC-5 Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmake.spec 1 Aug 2006 17:18:17 -0000 1.3 +++ cmake.spec 2 Aug 2006 17:55:32 -0000 1.4 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -38,12 +40,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT/%{_datadir}/%{name}/Modules -type f | xargs chmod -x -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp cp -a Example $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}/ -install -m 0644 Docs/cmake-syntax.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax/cmake.vim -install -m 0644 Docs/cmake-indent.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent/cmake.vim install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ @@ -61,10 +59,13 @@ %{_datadir}/%{name}/ %{_mandir}/man1/*.1* %{_datadir}/emacs/ -%{_datadir}/vim/ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- vim 7.0 now ships cmake files, so don't ship ours (bug #201018) +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 17:55:33 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Wed, 2 Aug 2006 10:55:33 -0700 Subject: rpms/cmake/devel cmake-2.4.3-soname.patch, NONE, 1.1 cmake.spec, 1.6, 1.7 Message-ID: <200608021755.k72HtZZV027578@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27537/devel Modified Files: cmake.spec Added Files: cmake-2.4.3-soname.patch Log Message: - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot cmake-2.4.3-soname.patch: --- NEW FILE cmake-2.4.3-soname.patch --- --- Modules/Platform/Linux.cmake 20 Apr 2006 14:23:17 -0000 1.9 +++ Modules/Platform/Linux.cmake 1 Aug 2006 19:36:49 -0000 1.10 @@ -7,4 +7,5 @@ SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":") SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,") SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,") +SET(CMAKE_SHARED_LIBRARY_SONAME_Fortran_FLAG "-Wl,-soname,") INCLUDE(Platform/UnixPaths) --- Source/cmInstallTargetGenerator.cxx 30 Jun 2006 17:48:43 -0000 1.12.2.3 +++ Source/cmInstallTargetGenerator.cxx 1 Aug 2006 19:36:49 -0000 1.17 @@ -3,8 +3,8 @@ Program: CMake - Cross-Platform Makefile Generator Module: $RCSfile: cmInstallTargetGenerator.cxx,v $ Language: C++ - Date: $Date: 2006/06/30 17:48:43 $ - Version: $Revision: 1.12.2.3 $ + Date: $Date: 2006/08/01 19:36:49 $ + Version: $Revision: 1.17 $ Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. @@ -81,16 +81,25 @@ { // Add shared library installation properties if this platform // supports them. - const char* lib_version = this->Target->GetProperty("VERSION"); - const char* lib_soversion = this->Target->GetProperty("SOVERSION"); - if(!this->Target->GetMakefile() - ->GetDefinition("CMAKE_SHARED_LIBRARY_SONAME_C_FLAG")) + const char* lib_version = 0; + const char* lib_soversion = 0; + + // Versioning is supported only for shared libraries and modules, + // and then only when the platform supports an soname flag. + cmGlobalGenerator* gg = + this->Target->GetMakefile()->GetLocalGenerator()->GetGlobalGenerator(); + if(const char* linkLanguage = this->Target->GetLinkerLanguage(gg)) { - // Versioning is supported only for shared libraries and modules, - // and then only when the platform supports an soname flag. - lib_version = 0; - lib_soversion = 0; + std::string sonameFlagVar = "CMAKE_SHARED_LIBRARY_SONAME_"; + sonameFlagVar += linkLanguage; + sonameFlagVar += "_FLAG"; + if(this->Target->GetMakefile()->GetDefinition(sonameFlagVar.c_str())) + { + lib_version = this->Target->GetProperty("VERSION"); + lib_soversion = this->Target->GetProperty("SOVERSION"); + } } + if(lib_version) { props += " VERSION "; @@ -272,7 +281,7 @@ //---------------------------------------------------------------------------- void cmInstallTargetGenerator ::AddInstallNamePatchRule(std::ostream& os, - const char* destination) + const char* destination) { // Build a map of build-tree install_name to install-tree install_name for // shared libraries linked to this target. Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cmake.spec 1 Aug 2006 16:46:34 -0000 1.6 +++ cmake.spec 2 Aug 2006 17:55:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -9,6 +9,7 @@ Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz Source1: cmake-init-fedora Patch0: cmake-2.4.2-fedora.patch +Patch1: cmake-2.4.3-soname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, libX11-devel @@ -24,6 +25,7 @@ %prep %setup -q %patch -p1 -b .fedora +%patch1 -p0 -b .soname %build @@ -38,12 +40,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT/%{_datadir}/%{name}/Modules -type f | xargs chmod -x -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax -mkdir -p $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent mkdir -p $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp cp -a Example $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}/ -install -m 0644 Docs/cmake-syntax.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/syntax/cmake.vim -install -m 0644 Docs/cmake-indent.vim $RPM_BUILD_ROOT%{_datadir}/vim/vim70/indent/cmake.vim install -m 0644 Docs/cmake-mode.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/ @@ -61,10 +59,13 @@ %{_datadir}/%{name}/ %{_mandir}/man1/*.1* %{_datadir}/emacs/ -%{_datadir}/vim/ %changelog +* Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 +- vim 7.0 now ships cmake files, so don't ship ours (bug #201018) +- Add patch to Linux.cmake for Fortran soname support for plplot + * Tue Aug 1 2006 Orion Poplawski - 2.4.3-1 - Update to 2.4.3 From fedora-extras-commits at redhat.com Wed Aug 2 18:06:59 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Wed, 2 Aug 2006 11:06:59 -0700 Subject: rpms/pdsh/devel pdsh.spec,1.5,1.6 Message-ID: <200608021807.k72I71DS030261@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30240 Modified Files: pdsh.spec Log Message: Hard code readline-devel dependency Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pdsh.spec 31 Jul 2006 23:29:23 -0000 1.5 +++ pdsh.spec 2 Aug 2006 18:06:58 -0000 1.6 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parallel remote shell program @@ -39,8 +39,6 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -437,6 +435,9 @@ %changelog +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Wed Aug 2 18:08:41 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:41 -0700 Subject: rpms/gallery2/FC-5 gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9D0J030465@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/FC-5 Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:55:00 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:41 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:08:40 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:40 -0700 Subject: rpms/gallery2/FC-4 gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9CSo030460@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/FC-4 Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-4/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:54:59 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:40 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:08:42 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Wed, 2 Aug 2006 11:08:42 -0700 Subject: rpms/gallery2/devel gallery2.spec,1.2,1.3 Message-ID: <200608021809.k72I9EMS030468@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30351/devel Modified Files: gallery2.spec Log Message: Fixes in FC-4, FC-5, devel for BZ 200793 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/gallery2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gallery2.spec 8 Jun 2006 18:55:00 -0000 1.2 +++ gallery2.spec 2 Aug 2006 18:08:42 -0000 1.3 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.22.svn20060524%{?dist} +Release: 0.23.svn20060524%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -571,7 +571,7 @@ %install mkdir -p ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -D -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d/gallery2.conf -cp -pr %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess +install -m 0644 -p %{SOURCE2} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/.htaccess cp -pr * ${RPM_BUILD_ROOT}%{installprefix}/gallery2 install -m 0644 -p %{SOURCE3} ${RPM_BUILD_ROOT}%{installprefix}/gallery2/README.fedora echo "" > ${RPM_BUILD_ROOT}%{installprefix}/gallery2/config.php @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 +- Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 + * Thu Jun 8 2006 John Berninger - 2.1-0.22.svn20060524 - Fix problem with config.php getting put into /usr/share/gallery2 - move it to /srv/gallery2 to avoid issues with a ro /usr partition From fedora-extras-commits at redhat.com Wed Aug 2 18:46:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:08 -0700 Subject: rpms/zope/FC-3 zope.spec,1.9,1.10 Message-ID: <200608021846.k72IkehR031132@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-3 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-3/zope.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- zope.spec 10 Jul 2006 13:02:44 -0000 1.9 +++ zope.spec 2 Aug 2006 18:46:07 -0000 1.10 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.8.0 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -49,8 +49,8 @@ %patch0 -p1 -b .config rm -f skel/etc/zope.conf.in.config chmod -x skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -177,6 +177,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.8.0-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.8.0-3 - add Hotfix_20060705 From fedora-extras-commits at redhat.com Wed Aug 2 18:46:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:08 -0700 Subject: rpms/zope/FC-4 zope.spec,1.18,1.19 Message-ID: <200608021846.k72IkeF6031135@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-4 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-4/zope.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- zope.spec 10 Jul 2006 13:02:51 -0000 1.18 +++ zope.spec 2 Aug 2006 18:46:08 -0000 1.19 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.8.3 -Release: 4%{?dist} +Release: 5%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ %patch1 -p1 -b .pythonwarning chmod -x skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -188,6 +188,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.8.3-5 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.8.3-4 - add Hotfix_20060705 From fedora-extras-commits at redhat.com Wed Aug 2 18:46:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:10 -0700 Subject: rpms/zope/devel zope.spec,1.22,1.23 Message-ID: <200608021846.k72Ikgl1031141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/devel Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- zope.spec 10 Jul 2006 17:08:47 -0000 1.22 +++ zope.spec 2 Aug 2006 18:46:09 -0000 1.23 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.3 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ #%patch1 -p1 -b .pythonwarning chmod -x Zope/skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in %build @@ -190,6 +190,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.9.3-3 - try to fix build on x86_64 (take 2) From fedora-extras-commits at redhat.com Wed Aug 2 18:46:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:46:09 -0700 Subject: rpms/zope/FC-5 zope.spec,1.21,1.22 Message-ID: <200608021846.k72IkfAm031138@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/FC-5 Modified Files: zope.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- zope.spec 10 Jul 2006 17:35:01 -0000 1.21 +++ zope.spec 2 Aug 2006 18:46:09 -0000 1.22 @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.3 -Release: 3%{?dist} +Release: 4%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -60,8 +60,8 @@ #%patch1 -p1 -b .pythonwarning chmod -x Zope/skel/import/README.txt -cp -p %{SOURCE4} README.Fedora -cp -p %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE4} README.Fedora +install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in %build @@ -190,6 +190,10 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 +- Security: fix world-writable permissions on logrotate config files + and README.Fedora (#200794). + * Mon Jul 10 2006 Aurelien Bompard 2.9.3-3 - try to fix build on x86_64 (take 2) From fedora-extras-commits at redhat.com Wed Aug 2 18:54:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:54:23 -0700 Subject: rpms/xboard/FC-5 xboard.spec,1.5,1.6 Message-ID: <200608021854.k72IsPrc031361@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/FC-5 Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions for chess.png (#200795). Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/FC-5/xboard.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xboard.spec 15 Feb 2006 15:31:34 -0000 1.5 +++ xboard.spec 2 Aug 2006 18:54:23 -0000 1.6 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 12%{?dist} +Release: 12%{?dist}.1 Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -39,7 +39,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -79,6 +79,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-12.1 +- Security: fix world-writable permissions for chess.png (#200795). + * Wed Feb 15 2006 Chris Ricker 4.2.7-12 - Update for modular X From fedora-extras-commits at redhat.com Wed Aug 2 18:54:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:54:23 -0700 Subject: rpms/xboard/devel xboard.spec,1.6,1.7 Message-ID: <200608021854.k72IsPRu031365@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31330/devel Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - Security: fix world-writable permissions for chess.png (#200795). Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/devel/xboard.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xboard.spec 24 May 2006 19:26:56 -0000 1.6 +++ xboard.spec 2 Aug 2006 18:54:23 -0000 1.7 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 13%{?dist} +Release: 14%{?dist} Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -41,7 +41,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -81,6 +81,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-14 +- Security: fix world-writable permissions for chess.png (#200795). + * Wed May 24 2006 Chris Ricker 4.2.7-13 - correct debuginfo package generation (bz#192608) From fedora-extras-commits at redhat.com Wed Aug 2 18:56:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 11:56:46 -0700 Subject: rpms/xboard/FC-4 xboard.spec,1.4,1.5 Message-ID: <200608021856.k72Iummr031487@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xboard/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31468 Modified Files: xboard.spec Log Message: * Wed Aug 2 2006 Ville Skytt?? - 4.2.7-11.1 - Ensure no world-writable permissions for chess.png (#200795). (No build, it's 0664 in the current FE-4 package.) Index: xboard.spec =================================================================== RCS file: /cvs/extras/rpms/xboard/FC-4/xboard.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xboard.spec 16 Jun 2005 16:07:40 -0000 1.4 +++ xboard.spec 2 Aug 2006 18:56:46 -0000 1.5 @@ -1,7 +1,7 @@ Summary: An X Window System graphical chessboard Name: xboard Version: 4.2.7 -Release: 11%{?dist} +Release: 11%{?dist}.1 Group: Amusements/Games URL: http://www.tim-mann.org/xboard.html Source: ftp://ftp.gnu.org/pub/gnu/xboard/xboard-%{version}.tar.gz @@ -36,7 +36,7 @@ %makeinstall mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ +install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -76,6 +76,9 @@ %{_datadir}/applications/* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 4.2.7-11.1 +- Ensure no world-writable permissions for chess.png (#200795). + * Thu Jun 16 2005 Chris Ricker 4.2.7-11%{?dist} - Add more categories to desktop file (BZ #160476) From fedora-extras-commits at redhat.com Wed Aug 2 20:26:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 2 Aug 2006 13:26:49 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.9,1.10 Message-ID: <200608022026.k72KQpdL004710@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4693 Modified Files: gdesklets.spec Log Message: update Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gdesklets.spec 19 Apr 2006 08:15:11 -0000 1.9 +++ gdesklets.spec 2 Aug 2006 20:26:49 -0000 1.10 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8.1%{?dist} +Release: 9%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -95,6 +95,9 @@ %changelog +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 +- Minor update to match Extras name guideline + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8.1 - Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 From fedora-extras-commits at redhat.com Wed Aug 2 20:39:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 13:39:53 -0700 Subject: fedora-rpmdevtools rmdevelrpms,1.2,1.3 rpmdevtools.spec,1.6,1.7 Message-ID: <200608022039.k72Kdrf3004847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4827 Modified Files: rmdevelrpms rpmdevtools.spec Log Message: Treat *-sdk as devel packages in rmdevelrpms (#199909). Index: rmdevelrpms =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdevelrpms 17 Jul 2006 20:53:23 -0000 1.2 +++ rmdevelrpms 2 Aug 2006 20:39:50 -0000 1.3 @@ -25,10 +25,10 @@ import getopt, os, re, rpm, stat, sys, types -__version__ = "1.1" +__version__ = "1.2" -dev_re = re.compile("-de(?:buginfo|vel)\\b") +dev_re = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE) test_re = re.compile("^perl-(?:Devel|ExtUtils|Test)-") lib_re1 = re.compile("^lib.+") lib_re2 = re.compile("-libs?$") @@ -109,12 +109,13 @@ build a new package. By default, the following packages are treated as development ones and are -thus candidates for removal: any package whose name matches "-devel\\b", or -"-debuginfo\\b", except gcc requirements; any package whose name starts with -"perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc"; -packages in the internal list of known development oriented packages (see -def_devpkgs in the source code); packages determined to be development ones -based on some basic heuristic checks on the package\'s contents. +thus candidates for removal: any package whose name matches "-devel\\b", +"-debuginfo\\b", or "-sdk\\b" (case insensitively) except gcc requirements; +any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package +whose name starts with "compat-gcc"; packages in the internal list of known +development oriented packages (see def_devpkgs in the source code); packages +determined to be development ones based on some basic heuristic checks on the +package\'s contents. The default set of packages above is not intended to not reduce a system into a minimal clean build root, but to keep it usable for general purposes while Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rpmdevtools.spec 20 Jul 2006 17:46:34 -0000 1.6 +++ rpmdevtools.spec 2 Aug 2006 20:39:50 -0000 1.7 @@ -112,6 +112,9 @@ %changelog +* Wed Aug 2 2006 Ville Skytt?? +- Treat *-sdk as devel packages in rmdevelrpms (#199909). + * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl spec template. From fedora-extras-commits at redhat.com Wed Aug 2 20:41:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 13:41:50 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.7,1.8 rmdevelrpms,1.3,1.4 Message-ID: <200608022041.k72Kfox8004880@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4860 Modified Files: rpmdevtools.spec rmdevelrpms Log Message: Don't assume compface is a devel package in rmdevelrpms. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rpmdevtools.spec 2 Aug 2006 20:39:50 -0000 1.7 +++ rpmdevtools.spec 2 Aug 2006 20:41:47 -0000 1.8 @@ -114,6 +114,7 @@ %changelog * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). +- Don't assume compface is a devel package in rmdevelrpms. * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl Index: rmdevelrpms =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rmdevelrpms 2 Aug 2006 20:39:50 -0000 1.3 +++ rmdevelrpms 2 Aug 2006 20:41:47 -0000 1.4 @@ -41,7 +41,7 @@ def_devpkgs =\ ("autoconf", "autoconf213", "automake", "automake14", "automake15", - "automake16", "automake17", "bison", "byacc", "compface", "dev86", "djbfft", + "automake16", "automake17", "bison", "byacc", "dev86", "djbfft", "docbook-utils-pdf", "doxygen", "flex", "gcc-g77", "gcc-gfortran", "gcc-gnat", "gcc-objc", "gcc32", "gcc34", "gcc34-c++", "gcc34-java", "gcc35", "gcc35-c++", "gcc4", "gcc4-c++", "gcc4-gfortran", "gettext", "glade", "glade2", From fedora-extras-commits at redhat.com Wed Aug 2 21:01:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:01:29 -0700 Subject: rpms/monkey-bubble/devel .cvsignore, 1.3, 1.4 monkey-bubble.spec, 1.5, 1.6 sources, 1.3, 1.4 monkey-bubble-0.3.2-fixes.patch, 1.1, NONE monkey-bubble-0.3.2-gstreamer.patch, 1.1, NONE Message-ID: <200608022102.k72L232Y007493@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7469 Modified Files: .cvsignore monkey-bubble.spec sources Removed Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Apr 2006 21:58:26 -0000 1.3 +++ .cvsignore 2 Aug 2006 21:01:29 -0000 1.4 @@ -1 +1 @@ -monkey-bubble-0.3.2.tar.gz +monkey-bubble-0.4.0.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monkey-bubble.spec 1 May 2006 04:57:38 -0000 1.5 +++ monkey-bubble.spec 2 Aug 2006 21:01:29 -0000 1.6 @@ -1,13 +1,11 @@ Name: monkey-bubble -Version: 0.3.2 +Version: 0.4.0 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz -Patch0: monkey-bubble-0.3.2-gstreamer.patch -Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext BuildRequires: desktop-file-utils scrollkeeper @@ -24,8 +22,6 @@ %prep %setup -q -%patch0 -p1 -z .gstreamer -%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -41,6 +37,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} +#remove scrollkeeper stuff +rm -rf $RPM_BUILD_ROOT/var + # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -104,6 +103,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 0.4.0-1 +- New upstream version 0.4.0 +- Drop upstreamed patches + * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Apr 2006 21:58:26 -0000 1.3 +++ sources 2 Aug 2006 21:01:29 -0000 1.4 @@ -1 +1 @@ -37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz +0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz --- monkey-bubble-0.3.2-fixes.patch DELETED --- --- monkey-bubble-0.3.2-gstreamer.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:02:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 2 Aug 2006 14:02:21 -0700 Subject: owners owners.list,1.1356,1.1357 Message-ID: <200608022102.k72L2sh8007554@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7501 Modified Files: owners.list Log Message: +perl-Maypole (#166203) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1356 retrieving revision 1.1357 diff -u -r1.1356 -r1.1357 --- owners.list 2 Aug 2006 07:04:43 -0000 1.1356 +++ owners.list 2 Aug 2006 21:02:21 -0000 1.1357 @@ -1291,6 +1291,7 @@ Fedora Extras|perl-Math-GMP|High speed arbitrary size integer math|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Math-Pari|Perl interface to PARI|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Math-Round|Perl extension for rounding numbers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Maypole|MVC web application framework|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-Lite|MIME-Lite - low-calorie MIME generator|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-tools|Modules for parsing and creating MIME entities in Perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MIME-Types|MIME types module for Perl|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 2 21:15:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:15:27 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec,1.6,1.7 Message-ID: <200608022115.k72LFT4c008101@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8084 Modified Files: monkey-bubble.spec Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- monkey-bubble.spec 2 Aug 2006 21:01:29 -0000 1.6 +++ monkey-bubble.spec 2 Aug 2006 21:15:27 -0000 1.7 @@ -8,7 +8,7 @@ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper +BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 From fedora-extras-commits at redhat.com Wed Aug 2 21:21:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:21:10 -0700 Subject: rpms/915resolution README,NONE,1.1 Message-ID: <200608022121.k72LLCht008262@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8246 Added Files: README Log Message: some info --- NEW FILE README --- This package is obsolete past FC5, as the intel xorg driver now deals with exactly the circumstances this package was designed to work around. Chris Weyl Wed Aug 2 14:20:47 PDT 2006 From fedora-extras-commits at redhat.com Wed Aug 2 21:21:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:21:55 -0700 Subject: rpms/915resolution/devel 915resolution.spec, 1.3, NONE Makefile, 1.1, NONE README.fedora, 1.1, NONE sources, 1.2, NONE Message-ID: <200608022121.k72LLvNG008285@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8270 Removed Files: 915resolution.spec Makefile README.fedora sources Log Message: package not needed in devel due to xorg/intel updates --- 915resolution.spec DELETED --- --- Makefile DELETED --- --- README.fedora DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:22:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 14:22:21 -0700 Subject: rpms/915resolution/devel .cvsignore,1.2,NONE Message-ID: <200608022122.k72LMNoB008320@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8305 Removed Files: .cvsignore Log Message: sigh.. --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 21:34:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 14:34:46 -0700 Subject: rpms/monkey-bubble/FC-5 .cvsignore, 1.3, 1.4 monkey-bubble.spec, 1.5, 1.6 sources, 1.3, 1.4 monkey-bubble-0.3.2-fixes.patch, 1.1, NONE monkey-bubble-0.3.2-gstreamer.patch, 1.1, NONE Message-ID: <200608022134.k72LYmnJ008460@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8439 Modified Files: .cvsignore monkey-bubble.spec sources Removed Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Apr 2006 22:01:31 -0000 1.3 +++ .cvsignore 2 Aug 2006 21:34:46 -0000 1.4 @@ -1 +1 @@ -monkey-bubble-0.3.2.tar.gz +monkey-bubble-0.4.0.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/monkey-bubble.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monkey-bubble.spec 1 May 2006 05:00:09 -0000 1.5 +++ monkey-bubble.spec 2 Aug 2006 21:34:46 -0000 1.6 @@ -1,16 +1,14 @@ Name: monkey-bubble -Version: 0.3.2 +Version: 0.4.0 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz -Patch0: monkey-bubble-0.3.2-gstreamer.patch -Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper +BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 @@ -24,8 +22,6 @@ %prep %setup -q -%patch0 -p1 -z .gstreamer -%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -41,6 +37,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} +#remove scrollkeeper stuff +rm -rf $RPM_BUILD_ROOT/var + # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -104,6 +103,10 @@ %changelog +* Wed Aug 2 2006 Hans de Goede 0.4.0-1 +- New upstream version 0.4.0 +- Drop upstreamed patches + * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Apr 2006 22:01:31 -0000 1.3 +++ sources 2 Aug 2006 21:34:46 -0000 1.4 @@ -1 +1 @@ -37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz +0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz --- monkey-bubble-0.3.2-fixes.patch DELETED --- --- monkey-bubble-0.3.2-gstreamer.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 2 22:02:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 2 Aug 2006 15:02:29 -0700 Subject: rpms/915resolution/devel dead.package,NONE,1.1 Message-ID: <200608022202.k72M2Vbj011260@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/915resolution/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11244 Added Files: dead.package Log Message: add dead.package marker --- NEW FILE dead.package --- This package is obsolete past FC5, as the intel xorg driver now deals with exactly the circumstances this package was designed to work around. Chris Weyl Wed Aug 2 14:20:47 PDT 2006 From fedora-extras-commits at redhat.com Wed Aug 2 22:03:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 15:03:49 -0700 Subject: check-mirrors check-mirrors.conf, 1.8, 1.9 check-mirrors.py, 1.22, 1.23 return-mirrorlist.py, 1.8, 1.9 Message-ID: <200608022203.k72M3nKr011292@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11268 Modified Files: check-mirrors.conf check-mirrors.py return-mirrorlist.py Log Message: More db support, web now pulls from db Index: check-mirrors.conf =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- check-mirrors.conf 2 Aug 2006 16:12:06 -0000 1.8 +++ check-mirrors.conf 2 Aug 2006 22:03:46 -0000 1.9 @@ -1,10 +1,9 @@ [global] -db=/mirrors.db -file_prefix = global +db=/tmp/mirrors.db [core-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/5/$ARCH/os/ @@ -12,7 +11,7 @@ [extras-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-extras-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/extras/5/$ARCH/ @@ -20,7 +19,7 @@ [updates-released-5] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/updates/5/$ARCH/ @@ -28,7 +27,7 @@ [updates-testing-5] inputfile = http://fedora.redhat.com/download/mirrors/updates-testing-fc5 -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://redhat.download.fedoraproject.org/pub/fedora/linux/core/updates/testing/5/$ARCH/ @@ -36,7 +35,7 @@ [rawhide] inputfile = http://fedora.redhat.com/download/mirrors/fedora-core-rawhide -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://download.fedoraproject.org/pub/fedora/linux/core/development/$ARCH/os/ @@ -44,7 +43,7 @@ [extras-devel] inputfile = http://fedora.redhat.com/download/mirrors/fedora-extras-devel -outputpath = /var/www/mirrors +outputpath = /tmp/var/www/mirrors archlist = i386, x86_64, ppc timeout = 10 canonical = http://download.fedoraproject.org/pub/fedora/linux/extras/development/$ARCH/ Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- check-mirrors.py 2 Aug 2006 16:12:41 -0000 1.22 +++ check-mirrors.py 2 Aug 2006 22:03:46 -0000 1.23 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = True +debug = False __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- return-mirrorlist.py 18 Jul 2006 02:57:09 -0000 1.8 +++ return-mirrorlist.py 2 Aug 2006 22:03:46 -0000 1.9 @@ -41,6 +41,7 @@ import GeoIP import ConfigParser import cgi +import sqlite # - separate cgi script needed to return the proper geoip-based file for # the requesting client's country, if it exists, otherwise return the global @@ -48,25 +49,79 @@ class ConfigHolder(object): pass + +class RepoDB: + def __init__(self, db): + (self.dbconn, self.dbcursor) = self.connect(db) + return None + + def connect(self, db): + try: + conn = sqlite.connect(db) + cursor = conn.cursor() + except sqlite.Error, errmsg: + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) + return None, None + else: + return(conn, cursor) + def getMirrors(self, repo, arch, country): + + if country.lower() == 'global': + countrysql = "" + else: + countrysql = "and country='%s'" % country + try: + self.dbcursor.execute('SELECT url FROM mirrors where repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + except sqlite.Error, err: + print "%s" % err + + dataList = [] + for row in self.dbcursor.fetchall(): + dataList.append([ item for item in row]) + return dataList + + def printMirrors(self, repo, arch, country): + rows = self.getMirrors(repo, arch, country) + results = 0 + for row in rows: + for field in row: + print "%s" % field + results = results + 1 + + if results == 0: + print "# No results found for country: %s\n# Defaulting to global" % country + self.printMirrors(repo, arch, 'global') + else: + return True + + + def close(self): + self.dbconn.cursor() + self.dbconn.close() + def get_config(cnf_fn): conf = ConfigParser.ConfigParser() conf.read(cnf_fn) config = ConfigHolder() config.paths = {} config.prefixes = {} + config.dbpath = "" for section in conf.sections(): + if section.lower() == 'global': + config.dbpath = conf.get(section, 'db') + continue if conf.has_option(section, 'outputpath'): config.paths[section] = conf.get(section, 'outputpath') if conf.has_option(section, 'file_prefix'): config.prefixes[section] = conf.get(section, 'file_prefix') else: config.prefixes[section] = '%s' % section - + return config - - + def sanity_check(config, form): errors = [] if not form.has_key('repo') or not form['repo'].value: @@ -89,7 +144,6 @@ msg = "# no arch specified" errors.append(msg) return errors - return errors @@ -97,6 +151,8 @@ config = get_config(CONFIG) form = cgi.FieldStorage() errors = sanity_check(config, form) + DB = RepoDB(config.dbpath) + if errors: for error in errors: print '%s' % error @@ -134,7 +190,6 @@ if not country_list: country_list = ['global'] - # if they didn't specify a country name in the variables and their country code # doesn't exist - then give them global if not country_specified: @@ -145,8 +200,6 @@ if country_list[0] != 'global' and not os.path.exists(rp): country_list = ['global'] - - for country in country_list: return_file = '%s/%s-%s-%s.txt' % (lists_path, prefix, country, arch) rp = os.path.realpath(return_file) @@ -154,21 +207,23 @@ if not rp.startswith(lists_path): print "# someone is messing with the path via get-string %s not inside %s" % (rp, lists_path) continue - + if not os.path.exists(return_file): print '# no file found for repo = %s, country = %s, arch = %s' % (repo, country, arch) print '# filename was: %s' % os.path.basename(return_file) continue - print '# repo = %s country = %s arch = %s ' % (repo, country, arch) - fo = open(return_file, 'r') - for line in fo.readlines(): - line = line.replace('\n', '') - print line - - fo.close() + DB.printMirrors(repo, arch, country) + +# fo = open(return_file, 'r') +# for line in fo.readlines(): +# line = line.replace('\n', '') +# print line +# +# fo.close() + DB.close() if __name__ == '__main__': main() From fedora-extras-commits at redhat.com Wed Aug 2 22:06:17 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 2 Aug 2006 15:06:17 -0700 Subject: rpms/gauche-gl/devel gauche-gl.spec,1.1,1.2 Message-ID: <200608022206.k72M6J0g011375@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11358/devel Modified Files: gauche-gl.spec Log Message: Index: gauche-gl.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gl/devel/gauche-gl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gauche-gl.spec 9 May 2006 19:27:29 -0000 1.1 +++ gauche-gl.spec 2 Aug 2006 22:06:17 -0000 1.2 @@ -2,7 +2,7 @@ Name: gauche-gl Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL binding for Gauche Group: Development/Languages From fedora-extras-commits at redhat.com Wed Aug 2 22:09:40 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 2 Aug 2006 15:09:40 -0700 Subject: rpms/scons/devel scons.spec,1.7,1.8 Message-ID: <200608022209.k72M9g5I011458@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11441/devel Modified Files: scons.spec Log Message: Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- scons.spec 16 Mar 2006 22:51:29 -0000 1.7 +++ scons.spec 2 Aug 2006 22:09:40 -0000 1.8 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An Open Source software construction tool From fedora-extras-commits at redhat.com Thu Aug 3 00:24:19 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 17:24:19 -0700 Subject: rpms/htmldoc/devel .cvsignore, 1.2, 1.3 htmldoc.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608030024.k730OLs3021204@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21173 Modified Files: .cvsignore htmldoc.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jun 2006 23:49:04 -0000 1.2 +++ .cvsignore 3 Aug 2006 00:24:18 -0000 1.3 @@ -1 +1 @@ -htmldoc-1.8.26-source.tar.bz2 +htmldoc-1.8.27-source.tar.bz2 Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/htmldoc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- htmldoc.spec 1 Jun 2006 23:49:04 -0000 1.1 +++ htmldoc.spec 3 Aug 2006 00:24:18 -0000 1.2 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist} +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,27 +14,31 @@ BuildRequires: fltk-devel libXpm-devel desktop-file-utils #Requires: + %description HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -62,7 +66,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -91,10 +94,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -106,7 +109,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Wed May 31 2006 Adam Goode - 1.8.26-4 - Fix hardcoded documentation path in configure - Add help.html to documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 00:24:18 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 00:51:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:51:33 -0700 Subject: rpms/freeciv/FC-3 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.7, 1.8 Message-ID: <200608030051.k730pZAP021356@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21334 Modified Files: freeciv-security.patch freeciv.spec Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-3 - Update security patch. freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 16:50:54 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:51:32 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-3/freeciv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- freeciv.spec 1 Aug 2006 16:50:54 -0000 1.7 +++ freeciv.spec 3 Aug 2006 00:51:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -93,6 +93,9 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-3 +- Update security patch. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-2 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:52:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:52:25 -0700 Subject: rpms/freeciv/FC-4 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.17, 1.18 Message-ID: <200608030052.k730qR9R021437@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415 Modified Files: freeciv-security.patch freeciv.spec Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-4 - Update security patch. freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 16:52:17 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:52:25 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-4/freeciv.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- freeciv.spec 1 Aug 2006 16:52:17 -0000 1.17 +++ freeciv.spec 3 Aug 2006 00:52:25 -0000 1.18 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -94,6 +94,9 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-4 +- Update security patch. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-3 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:52:36 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:52:36 -0700 Subject: rpms/iksemel/devel iksemel.spec,1.1,1.2 Message-ID: <200608030052.k730qchx021491@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21443 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/devel/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:52:36 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 00:53:53 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:53:53 -0700 Subject: rpms/freeciv/FC-5 freeciv-button-style.patch, NONE, 1.1 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.22, 1.23 Message-ID: <200608030053.k730rtLx021592@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21567 Modified Files: freeciv-security.patch freeciv.spec Added Files: freeciv-button-style.patch Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-5 - Update security patch. - Add patch to fix turn done buttons style. freeciv-button-style.patch: --- NEW FILE freeciv-button-style.patch --- diff -ur freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c --- freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c 2005-12-26 17:53:53.000000000 -0500 +++ freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c 2006-08-01 14:34:54.000000000 -0400 @@ -853,7 +853,7 @@ if (!(style = gtk_rc_get_style(turn_done_button))) { style = turn_done_button->style; } - gtk_widget_set_style(turn_done_button, gtk_style_copy(style)); + gtk_widget_modify_style(turn_done_button, gtk_style_copy(style)); gtk_table_attach_defaults(GTK_TABLE(table), turn_done_button, 0, 10, 2, 3); freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 17:03:46 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:53:53 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/FC-5/freeciv.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- freeciv.spec 1 Aug 2006 17:03:46 -0000 1.22 +++ freeciv.spec 3 Aug 2006 00:53:53 -0000 1.23 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -13,6 +13,7 @@ Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch Patch3: %{name}-security.patch +Patch4: %{name}-button-style.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -37,6 +38,7 @@ %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill %patch3 -p1 -b .security +%patch4 -p1 -b .button %build %configure --enable-client=gtk2 @@ -93,6 +95,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-5 +- Update security patch. +- Add patch to fix turn done buttons style. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-4 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:54:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:54:14 -0700 Subject: rpms/iksemel/FC-5 iksemel.spec,1.1,1.2 Message-ID: <200608030054.k730sGQ8021653@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21636 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/FC-5/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:54:14 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 00:54:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 2 Aug 2006 17:54:54 -0700 Subject: rpms/freeciv/devel freeciv-button-style.patch, NONE, 1.1 freeciv-security.patch, 1.1, 1.2 freeciv.spec, 1.22, 1.23 Message-ID: <200608030054.k730suTk021737@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21712 Modified Files: freeciv-security.patch freeciv.spec Added Files: freeciv-button-style.patch Log Message: * Wed Aug 2 2006 Brian Pepple - 2.0.8-6 - Update security patch. - Add patch to fix turn done buttons style. freeciv-button-style.patch: --- NEW FILE freeciv-button-style.patch --- diff -ur freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c --- freeciv-2.0.8.OLD/client/gui-gtk-2.0/gui_main.c 2005-12-26 17:53:53.000000000 -0500 +++ freeciv-2.0.8/client/gui-gtk-2.0/gui_main.c 2006-08-01 14:34:54.000000000 -0400 @@ -853,7 +853,7 @@ if (!(style = gtk_rc_get_style(turn_done_button))) { style = turn_done_button->style; } - gtk_widget_set_style(turn_done_button, gtk_style_copy(style)); + gtk_widget_modify_style(turn_done_button, gtk_style_copy(style)); gtk_table_attach_defaults(GTK_TABLE(table), turn_done_button, 0, 10, 2, 3); freeciv-security.patch: Index: freeciv-security.patch =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv-security.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeciv-security.patch 1 Aug 2006 17:04:48 -0000 1.1 +++ freeciv-security.patch 3 Aug 2006 00:54:54 -0000 1.2 @@ -1,17 +1,21 @@ diff -ur freeciv-2.0.8.OLD/common/packets.c freeciv-2.0.8/common/packets.c --- freeciv-2.0.8.OLD/common/packets.c 2006-03-05 22:35:23.000000000 -0500 -+++ freeciv-2.0.8/common/packets.c 2006-08-01 10:47:33.000000000 -0400 -@@ -577,6 +577,7 @@ ++++ freeciv-2.0.8/common/packets.c 2006-08-02 18:27:40.000000000 -0400 +@@ -577,8 +577,11 @@ chunk->total_length, chunk->chunk_length); if (chunk->total_length < 0 + || chunk->chunk_length < 0 || chunk->total_length >= MAX_ATTRIBUTE_BLOCK || chunk->offset < 0 ++ || chunk->offset > chunk->total_length /* necessary check on 32 bit systems */ ++ || chunk->chunk_length > chunk->total_length || chunk->offset + chunk->chunk_length > chunk->total_length + || (chunk->offset != 0 + && chunk->total_length != pplayer->attribute_block_buffer.length)) { diff -ur freeciv-2.0.8.OLD/server/unithand.c freeciv-2.0.8/server/unithand.c --- freeciv-2.0.8.OLD/server/unithand.c 2005-12-26 16:37:53.000000000 -0500 -+++ freeciv-2.0.8/server/unithand.c 2006-08-01 11:03:44.000000000 -0400 ++++ freeciv-2.0.8/server/unithand.c 2006-08-02 18:26:15.000000000 -0400 @@ -1593,7 +1593,8 @@ struct unit *punit = player_find_unit_by_id(pplayer, packet->unit_id); int i; Index: freeciv.spec =================================================================== RCS file: /cvs/extras/rpms/freeciv/devel/freeciv.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- freeciv.spec 1 Aug 2006 17:04:48 -0000 1.22 +++ freeciv.spec 3 Aug 2006 00:54:54 -0000 1.23 @@ -1,6 +1,6 @@ Name: freeciv Version: 2.0.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The Freeciv multi-player strategy game Group: Amusements/Games @@ -13,6 +13,7 @@ Patch1: %{name}-desktop.patch Patch2: %{name}-aifill.patch Patch3: %{name}-security.patch +Patch4: %{name}-button-style.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel @@ -37,6 +38,7 @@ %patch1 -p1 -b .desktop %patch2 -p0 -b .aifill %patch3 -p1 -b .security +%patch4 -p1 -b .button %build @@ -95,6 +97,10 @@ %{_mandir}/man6/civclient.6.gz %changelog +* Wed Aug 2 2006 Brian Pepple - 2.0.8-6 +- Update security patch. +- Add patch to fix turn done buttons style. + * Tue Aug 1 2006 Brian Pepple - 2.0.8-5 - Add patch to fix CVE-2006-3913 vulnerability. (#200545) - Replace desktop file category 'Strategy' with 'StrategyGame'. (#198086) From fedora-extras-commits at redhat.com Thu Aug 3 00:55:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 2 Aug 2006 17:55:17 -0700 Subject: rpms/iksemel/FC-4 iksemel.spec,1.1,1.2 Message-ID: <200608030055.k730tJGH021798@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21781 Modified Files: iksemel.spec Log Message: Disable make check until problems can be figured out... Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/FC-4/iksemel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iksemel.spec 28 Jul 2006 18:11:51 -0000 1.1 +++ iksemel.spec 3 Aug 2006 00:55:17 -0000 1.2 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -73,7 +73,7 @@ mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info %check -make check +#make check %clean rm -rf %{buildroot} @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 +- Temporarily disable make check until problems with it can be figured out. + * Thu Jul 27 2006 Jeffrey C. Ollie - 1.2-5 - Patch to use SHA1 hashing routines from libgcrypt rather than broken internal code. This means that we need to BR autoools From fedora-extras-commits at redhat.com Thu Aug 3 01:12:37 2006 From: fedora-extras-commits at redhat.com (Dennis Gregorovic (dgregor)) Date: Wed, 2 Aug 2006 18:12:37 -0700 Subject: rpms/perl-Config-Record/devel .cvsignore, 1.2, 1.3 perl-Config-Record.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608030112.k731CdOb024512@cvs-int.fedora.redhat.com> Author: dgregor Update of /cvs/extras/rpms/perl-Config-Record/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24491 Modified Files: .cvsignore perl-Config-Record.spec sources Log Message: version 1.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Apr 2005 19:57:53 -0000 1.2 +++ .cvsignore 3 Aug 2006 01:12:37 -0000 1.3 @@ -1 +1 @@ -Config-Record-1.1.0.tar.gz +Config-Record-1.1.1.tar.gz Index: perl-Config-Record.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/perl-Config-Record.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Config-Record.spec 22 Apr 2005 15:19:59 -0000 1.3 +++ perl-Config-Record.spec 3 Aug 2006 01:12:37 -0000 1.4 @@ -1,14 +1,14 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Config-Record -Version: 1.1.0 -Release: 2 +Version: 1.1.1 +Release: 1 Summary: Perl module for Configuration file access Group: Development/Libraries License: GPL URL: http://search.cpan.org/dist/Config-Record/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.0.tar.gz +Source: http://www.cpan.org/authors/id/D/DA/DANBERR/Config-Record-1.1.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -54,6 +54,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 - 1.1.1-1 +- Update to 1.1.1 + * Fri Apr 22 2005 Oliver Falk - 1.1.0-1_FC4 - Make devel branch RPM newer than the one in FC3 tree, by adding FC4 to the release tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-Record/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Apr 2005 19:57:53 -0000 1.2 +++ sources 3 Aug 2006 01:12:37 -0000 1.3 @@ -1 +1 @@ -ea88d88c49e57a8999ae6ca0cee8c76e Config-Record-1.1.0.tar.gz +d5170d92989313a8b5f0ceac3aa829ef Config-Record-1.1.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 01:39:33 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 18:39:33 -0700 Subject: check-mirrors check-mirrors.py, 1.23, 1.24 return-mirrorlist.py, 1.9, 1.10 Message-ID: <200608030139.k731dXTq024704@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24684 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: return-mirrorlist.py now only prints good mirrors Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- check-mirrors.py 2 Aug 2006 22:03:46 -0000 1.23 +++ check-mirrors.py 3 Aug 2006 01:39:31 -0000 1.24 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = False +debug = True __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- return-mirrorlist.py 2 Aug 2006 22:03:46 -0000 1.9 +++ return-mirrorlist.py 3 Aug 2006 01:39:31 -0000 1.10 @@ -18,8 +18,9 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. +# - Buhhh, only display good mirrors -debug = False +debug = True # prettier errors print 'Content-type: text/plain' @@ -73,7 +74,7 @@ else: countrysql = "and country='%s'" % country try: - self.dbcursor.execute('SELECT url FROM mirrors where repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + self.dbcursor.execute('SELECT url FROM mirrors where failures=0 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) except sqlite.Error, err: print "%s" % err From fedora-extras-commits at redhat.com Thu Aug 3 01:40:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 18:40:41 -0700 Subject: check-mirrors check-mirrors.py, 1.24, 1.25 return-mirrorlist.py, 1.10, 1.11 Message-ID: <200608030140.k731eflF024730@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24710 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: Disabled debug Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- check-mirrors.py 3 Aug 2006 01:39:31 -0000 1.24 +++ check-mirrors.py 3 Aug 2006 01:40:38 -0000 1.25 @@ -27,7 +27,7 @@ # - pull mirrors from the database instead of fedora.redhat.com ? -debug = True +debug = False __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- return-mirrorlist.py 3 Aug 2006 01:39:31 -0000 1.10 +++ return-mirrorlist.py 3 Aug 2006 01:40:38 -0000 1.11 @@ -18,9 +18,8 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. -# - Buhhh, only display good mirrors -debug = True +debug = False # prettier errors print 'Content-type: text/plain' From fedora-extras-commits at redhat.com Thu Aug 3 02:21:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 19:21:58 -0700 Subject: rpms/htmldoc/FC-5 htmldoc.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608030222.k732M0e6027512@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27489 Modified Files: htmldoc.spec sources Log Message: new upstream release Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-5/htmldoc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- htmldoc.spec 1 Jun 2006 23:49:04 -0000 1.1 +++ htmldoc.spec 3 Aug 2006 02:21:58 -0000 1.2 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist} +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,27 +14,31 @@ BuildRequires: fltk-devel libXpm-devel desktop-file-utils #Requires: + %description HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -62,7 +66,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -91,10 +94,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -106,7 +109,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Wed May 31 2006 Adam Goode - 1.8.26-4 - Fix hardcoded documentation path in configure - Add help.html to documentation Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 02:21:58 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 02:26:07 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Wed, 2 Aug 2006 19:26:07 -0700 Subject: rpms/htmldoc/FC-4 htmldoc.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608030226.k732Q9pb027589@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/htmldoc/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27570 Modified Files: htmldoc.spec sources Log Message: new upstream release Index: htmldoc.spec =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-4/htmldoc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- htmldoc.spec 5 Jun 2006 06:47:57 -0000 1.2 +++ htmldoc.spec 3 Aug 2006 02:26:07 -0000 1.3 @@ -1,10 +1,10 @@ Name: htmldoc -Version: 1.8.26 -Release: 4%{?dist}.1 +Version: 1.8.27 +Release: 1%{?dist} Summary: Convert HTML source files into HTML, PostScript, or PDF Group: Applications/Publishing -License: GPL +License: GPL URL: http://www.htmldoc.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -22,23 +22,26 @@ HTMLDOC converts HTML source files into indexed HTML, PostScript, or Portable Document Format (PDF) files that can be viewed online or printed. With no options a HTML document is produced on stdout. - + The second form of HTMLDOC reads HTML source from stdin, which allows you to use HTMLDOC as a filter. - + The third form of HTMLDOC launches a graphical interface that allows you to change options and generate documents interactively. + %prep %setup -q # fix up hardcoded documentation path sed -i 's/\(\$prefix\/share\/doc\/htmldoc\)/\1-%{version}/g' configure + %build %configure make %{?_smp_mflags} + %install rm -rf $RPM_BUILD_ROOT make install prefix=${RPM_BUILD_ROOT}%{_prefix} mandir=${RPM_BUILD_ROOT}%{_mandir} bindir=${RPM_BUILD_ROOT}%{_bindir} datadir=${RPM_BUILD_ROOT}%{_datadir} @@ -66,7 +69,6 @@ desktop/htmldoc.desktop - %post # scriptlet for icons touch --no-create %{_datadir}/icons/hicolor || : @@ -95,10 +97,10 @@ update-desktop-database &> /dev/null || : - %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc doc/intro.html doc/c-relnotes.html doc/htmldoc.{html,pdf,ps} doc/help.html @@ -110,7 +112,11 @@ %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/mime/packages/htmldoc.xml + %changelog +* Wed Aug 2 2006 Adam Goode - 1.8.27-1 +- New upstream release + * Mon Jun 5 2006 Adam Goode - 1.8.26-4.1 - Build fix for FC4 (xorg package) - desktop-file-utils fix for FC4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/htmldoc/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jun 2006 23:49:04 -0000 1.2 +++ sources 3 Aug 2006 02:26:07 -0000 1.3 @@ -1 +1 @@ -5bb7d68b90a17d4aaf85011706879143 htmldoc-1.8.26-source.tar.bz2 +35589e7b8fe9c54e11be87cd5aec4dcc htmldoc-1.8.27-source.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 02:48:13 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 19:48:13 -0700 Subject: check-mirrors ChangeLog, 1.1, 1.2 check-mirrors.py, 1.25, 1.26 return-mirrorlist.py, 1.11, 1.12 Message-ID: <200608030248.k732mDIn027819@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27798 Modified Files: ChangeLog check-mirrors.py return-mirrorlist.py Log Message: Version update. Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Jul 2006 03:40:07 -0000 1.1 +++ ChangeLog 3 Aug 2006 02:48:11 -0000 1.2 @@ -1,20 +1,205 @@ -2006-07-09 19:47 mmcgrath +2006-08-02 20:40 mmcgrath - * foolist, samplelist: File rename + * check-mirrors.py, return-mirrorlist.py: Disabled debug -2006-07-09 19:41 skvidal +2006-08-02 20:39 mmcgrath - * check-mirrors.conf, check-mirrors.py, mirror-check.conf: - remove mirror-check.conf add check-mirrors.conf to make the naming - consistent check in new version of script + * check-mirrors.py, return-mirrorlist.py: return-mirrorlist.py now + only prints good mirrors -2006-07-09 19:21 mmcgrath +2006-08-02 17:03 mmcgrath - * LICENSE, check-mirrors.py, foolist, mirror-check.conf: initial - import + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.py: More + db support, web now pulls from db + +2006-08-02 11:12 mmcgrath + + * check-mirrors.py: Added support for a global section for the db + settings + +2006-08-02 11:12 mmcgrath + + * check-mirrors.conf: Added db connection and a [global] section + +2006-08-02 09:50 mmcgrath + + * check-mirrors.py: Created RepoDB for various db functions. This + works but is not widly tested. + +2006-08-01 14:31 skvidal + + * check-mirrors.py: + fix the bug florian pointed out + +2006-08-01 14:24 skvidal + + * check-mirrors.py: + clean up some of the perl-isms from mmcgrath's checkin + +2006-08-01 14:15 skvidal + + * check-mirrors.py: + fix eclipse fucking up all the ( and ) with spaces. + +2006-08-01 14:08 mmcgrath + + * check-mirrors.py: Initial creation of a db backend. Still lots + of work to do but this works. + +2006-07-17 21:57 skvidal + + * return-mirrorlist.py: + allow country to be a list of country codes + +2006-07-17 16:34 skvidal + + * return-mirrorlist.py: + add a TODO to remember later + +2006-07-17 15:43 skvidal + + * return-mirrorlist.py: + make sure global is returned if the requesting url does not + specify a country in the get + +2006-07-17 13:28 skvidal + + * check-mirrors.py: + move where mirrors is created so we don't end up with too much in + our output files + +2006-07-16 09:10 skvidal + + * check-mirrors.py: + typo + +2006-07-16 09:08 skvidal + + * check-mirrors.py: + fix urlgrabber time out error + +2006-07-14 15:20 skvidal + + * check-mirrors.conf: + ppc not pc + +2006-07-14 13:46 skvidal + + * check-mirrors.py: + make error print more informative + +2006-07-14 13:31 skvidal + + * check-mirrors.conf: fix outputath to be outputpath + +2006-07-14 13:14 skvidal + + * check-mirrors.py: + fix for mirror in list with unresolveable address + +2006-07-13 10:24 skvidal + + * check-mirrors.conf: + add in the other things we have mirrored -2006-07-09 19:21 mmcgrath +2006-07-13 10:06 skvidal + + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.conf, + return-mirrorlist.py: + modify both scripts to use the same config file remove + return-mirrorlist config file. + +2006-07-12 10:30 skvidal + + * check-mirrors.py: + fix removal of old files: note: /var/www/mirrors/foo != + /var/lib/mirrors//foo + + *sigh* + +2006-07-12 07:45 skvidal + + * check-mirrors.py: + add some debug strings + +2006-07-11 15:17 skvidal + + * check-mirrors.py: change ordering of negation in if statement :) + +2006-07-11 15:17 skvidal + + * check-mirrors.py: + clean up old country-specific files when we make lists + +2006-07-11 10:57 skvidal + + * check-mirrors.py: + - make sure files overwrite the old ones - add FIXME for + potential problem + +2006-07-11 10:17 skvidal + + * return-mirrorlist.conf, return-mirrorlist.py: + add file_prefix config option to keep naming flexible + +2006-07-11 10:05 skvidal + + * return-mirrorlist.py: + - sanitize some of the input from the get strings - just for + safety's sake - thanks to Konstantin Ryabitsev for the suggestion + of using os.path.realpath() + +2006-07-11 09:39 skvidal + + * check-mirrors.conf, check-mirrors.py, return-mirrorlist.conf: + - check-mirrors can now use a url for the inputfile - clean up + outputs + +2006-07-10 16:09 skvidal + + * return-mirrorlist.conf, return-mirrorlist.py: + add conf file for cgi make cgi functional + http://server/cgi-bin/return-mirrorlist.py?repo=somename&arch=i386&country=country_code + + are accepted options + +2006-07-09 23:44 skvidal + + * check-mirrors.conf: hint at samplelist + +2006-07-09 23:38 skvidal + + * check-mirrors.py, return-mirrorlist.py: + - add stub for cgi - make it default to /etc/check-mirrors.conf - + clean up todos + +2006-07-09 23:32 skvidal + + * check-mirrors.py: + update todo list + +2006-07-09 22:40 skvidal + + * ChangeLog: + adding changelog - only update this using cvs2cl, please + +2006-07-09 18:47 mmcgrath + + * foolist, samplelist: File rename + +2006-07-09 18:41 skvidal + + * check-mirrors.conf, check-mirrors.py, mirror-check.conf: + remove mirror-check.conf add check-mirrors.conf to make the + naming consistent check in new version of script + +2006-07-09 18:21 mmcgrath * LICENSE, check-mirrors.py, foolist, mirror-check.conf: Initial - revision + revision + +2006-07-09 18:21 mmcgrath + + * LICENSE, check-mirrors.py, foolist, mirror-check.conf: initial + import Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- check-mirrors.py 3 Aug 2006 01:40:38 -0000 1.25 +++ check-mirrors.py 3 Aug 2006 02:48:11 -0000 1.26 @@ -31,7 +31,7 @@ __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' -VERSION = '0.1' +VERSION = '0.2' import os Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- return-mirrorlist.py 3 Aug 2006 01:40:38 -0000 1.11 +++ return-mirrorlist.py 3 Aug 2006 02:48:11 -0000 1.12 @@ -33,7 +33,7 @@ __revision__ = '$Id$' CONFIG = '/etc/check-mirrors.conf' -VERSION = '0.1' +VERSION = '0.2' import os From fedora-extras-commits at redhat.com Thu Aug 3 02:53:00 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:53:00 -0700 Subject: rpms/perl-Apache-Session-Wrapper/FC-5 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r2pI027907@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/FC-5 Modified Files: perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:38 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:52:59 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:38 -0000 1.4 +++ sources 3 Aug 2006 02:52:59 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:52:59 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:52:59 -0700 Subject: rpms/perl-Apache-Session-Wrapper/FC-4 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r1C0027904@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/FC-4 Modified Files: perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:37 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:52:59 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:37 -0000 1.4 +++ sources 3 Aug 2006 02:52:59 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:53:00 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:53:00 -0700 Subject: rpms/perl-Apache-Session-Wrapper/devel .cvsignore, 1.4, 1.5 perl-Apache-Session-Wrapper.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030253.k732r2gO027913@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27854/devel Modified Files: .cvsignore perl-Apache-Session-Wrapper.spec sources Log Message: Bump to 0.31 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jul 2006 14:50:39 -0000 1.4 +++ .cvsignore 3 Aug 2006 02:53:00 -0000 1.5 @@ -1,3 +1,4 @@ Apache-Session-Wrapper-0.25.tar.gz Apache-Session-Wrapper-0.26.tar.gz Apache-Session-Wrapper-0.29.tar.gz +Apache-Session-Wrapper-0.31.tar.gz Index: perl-Apache-Session-Wrapper.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/perl-Apache-Session-Wrapper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Apache-Session-Wrapper.spec 7 Jul 2006 14:50:39 -0000 1.3 +++ perl-Apache-Session-Wrapper.spec 3 Aug 2006 02:53:00 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Apache-Session-Wrapper -Version: 0.29 +Version: 0.31 Release: 1%{?dist} Summary: A simple wrapper around Apache::Session Group: Development/Libraries @@ -45,6 +45,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.31-1 +- bump to 0.31 + * Fri Jul 7 2006 Tom "spot" Callaway 0.29-1 - bump to 0.29 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Apache-Session-Wrapper/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jul 2006 14:50:39 -0000 1.4 +++ sources 3 Aug 2006 02:53:00 -0000 1.5 @@ -1 +1 @@ -e2298e0dd20d65242c1a294280529ecf Apache-Session-Wrapper-0.29.tar.gz +2a5d87f389a5cc8c0d14a248cb1cc291 Apache-Session-Wrapper-0.31.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:20 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:20 -0700 Subject: rpms/perl-Class-Accessor/FC-4 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uM8X028092@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/FC-4 Modified Files: perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-4/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:30 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:20 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:30 -0000 1.4 +++ sources 3 Aug 2006 02:56:20 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:21 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:21 -0700 Subject: rpms/perl-Class-Accessor/FC-5 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uNot028097@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/FC-5 Modified Files: perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-5/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:30 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:21 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:30 -0000 1.4 +++ sources 3 Aug 2006 02:56:21 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 02:56:22 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 19:56:22 -0700 Subject: rpms/perl-Class-Accessor/devel .cvsignore, 1.4, 1.5 perl-Class-Accessor.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608030256.k732uOeE028103@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Class-Accessor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28042/devel Modified Files: .cvsignore perl-Class-Accessor.spec sources Log Message: Bump to 0.27 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Mar 2006 19:53:31 -0000 1.4 +++ .cvsignore 3 Aug 2006 02:56:22 -0000 1.5 @@ -1,3 +1,4 @@ Class-Accessor-0.19.tar.gz Class-Accessor-0.22.tar.gz Class-Accessor-0.25.tar.gz +Class-Accessor-0.27.tar.gz Index: perl-Class-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/perl-Class-Accessor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-Accessor.spec 31 Mar 2006 19:53:31 -0000 1.3 +++ perl-Class-Accessor.spec 3 Aug 2006 02:56:22 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-Accessor -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Summary: Automated accessor generation Group: Development/Libraries @@ -43,6 +43,9 @@ %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 0.27-1 +- bump to 0.27 + * Fri Mar 31 2006 Tom "spot" Callaway 0.25-1 - bump to 0.25 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Accessor/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Mar 2006 19:53:31 -0000 1.4 +++ sources 3 Aug 2006 02:56:22 -0000 1.5 @@ -1 +1 @@ -c2eac6eb3678f8dcd8c16fbfd622df88 Class-Accessor-0.25.tar.gz +3bffcb3af5b47daa71be385beea6182f Class-Accessor-0.27.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:55 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:55 -0700 Subject: rpms/perl-Image-ExifTool/FC-4 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335R5l030870@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/FC-4 Modified Files: perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:44:54 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:54 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:34 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:46 -0000 1.6 +++ sources 3 Aug 2006 03:04:54 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:56 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:56 -0700 Subject: rpms/perl-Image-ExifTool/devel .cvsignore, 1.6, 1.7 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335Ss6030884@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/devel Modified Files: .cvsignore perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 15:13:47 -0000 1.6 +++ .cvsignore 3 Aug 2006 03:04:56 -0000 1.7 @@ -3,3 +3,4 @@ Image-ExifTool-6.09.tar.gz Image-ExifTool-6.15.tar.gz Image-ExifTool-6.26.tar.gz +Image-ExifTool-6.30.tar.gz perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:45:01 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:56 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:35 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:56 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:47 -0000 1.6 +++ sources 3 Aug 2006 03:04:56 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 03:04:55 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Wed, 2 Aug 2006 20:04:55 -0700 Subject: rpms/perl-Image-ExifTool/FC-5 perl-Image-ExifTool-avoidtheworduse.patch, 1.1, 1.2 perl-Image-ExifTool.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608030305.k7335RkF030875@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30804/FC-5 Modified Files: perl-Image-ExifTool-avoidtheworduse.patch perl-Image-ExifTool.spec sources Log Message: Bump to 6.30 perl-Image-ExifTool-avoidtheworduse.patch: Index: perl-Image-ExifTool-avoidtheworduse.patch =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/perl-Image-ExifTool-avoidtheworduse.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Image-ExifTool-avoidtheworduse.patch 11 Jul 2006 13:44:55 -0000 1.1 +++ perl-Image-ExifTool-avoidtheworduse.patch 3 Aug 2006 03:04:55 -0000 1.2 @@ -45,17 +45,6 @@ while SRF6 uses standard EXIF tags. All information other than SRF0 is encrypted, but thanks to Dave Coffin the decryption algorithm is known. ---- Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-07-11 08:33:56.000000000 -0500 -+++ Image-ExifTool-6.26/lib/Image/ExifTool/MakerNotes.pm 2006-07-11 08:34:03.000000000 -0500 -@@ -570,7 +570,7 @@ - last; - } - if ($countNeg12 > $countZero) { -- # looks like these offsets are entry-based, so use the offsets -+ # looks like these offsets are entry-based, so choose the offsets - # which have been correcting for individual entry position - $entryBased = 1; - next; # go around again to validate entry-based offsets --- Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm.BAD 2006-07-11 08:38:18.000000000 -0500 +++ Image-ExifTool-6.26/lib/Image/ExifTool/MIE.pm 2006-07-11 08:38:39.000000000 -0500 @@ -145,7 +145,7 @@ @@ -189,3 +178,14 @@ $dataPt = $dirData; $val = $offset; $offset = $pt+6; +--- Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm.BAD 2006-08-02 22:01:06.000000000 -0500 ++++ Image-ExifTool-6.30/lib/Image/ExifTool/MakerNotes.pm 2006-08-02 22:01:14.000000000 -0500 +@@ -593,7 +593,7 @@ + ($$valBlkAdj{MIN} == $ifdLen - 2 or $$valBlkAdj{MIN} == $ifdLen + 2) + ) and $$valBlkAdj{MAX} <= $$dirInfo{DirLen}-2) + { +- # looks like these offsets are entry-based, so use the offsets ++ # looks like these offsets are entry-based, so choose the offsets + # which have been correcting for individual entry position + $entryBased = 1; + $verbose and $exifTool->Warn("$dirName offsets are entry-based"); Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/perl-Image-ExifTool.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Image-ExifTool.spec 11 Jul 2006 13:46:35 -0000 1.7 +++ perl-Image-ExifTool.spec 3 Aug 2006 03:04:55 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 6.26 -Release: 2%{?dist} +Version: 6.30 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -51,6 +51,9 @@ %{_mandir}/man3/*.3* %changelog +* Wed Aug 2 2006 Tom "spot" Callaway 6.30-1 +- bump to 6.30 + * Tue Jul 11 2006 Tom "spot" Callaway 6.26-2 - clean up the places where "use the" shows up in the code as a workaround Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 15:13:46 -0000 1.6 +++ sources 3 Aug 2006 03:04:55 -0000 1.7 @@ -1 +1 @@ -a2f0e11d26672f4e32d90bd4caa7b6a1 Image-ExifTool-6.26.tar.gz +e6adb104b668b59cf1e96f859b074193 Image-ExifTool-6.30.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 04:25:17 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:17 -0700 Subject: rpms/nagios/FC-5 nagios.spec,1.17,1.18 Message-ID: <200608030425.k734PJbC001353@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-5 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-5/nagios.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nagios.spec 14 Jul 2006 16:43:54 -0000 1.17 +++ nagios.spec 3 Aug 2006 04:25:17 -0000 1.18 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:16 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:16 -0700 Subject: rpms/nagios/FC-4 nagios.spec,1.17,1.18 Message-ID: <200608030425.k734PIi2001351@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-4 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-4/nagios.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- nagios.spec 14 Jul 2006 16:43:54 -0000 1.17 +++ nagios.spec 3 Aug 2006 04:25:16 -0000 1.18 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:18 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:18 -0700 Subject: rpms/nagios/devel nagios.spec,1.23,1.24 Message-ID: <200608030425.k734PKUH001357@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/devel Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/devel/nagios.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- nagios.spec 14 Jul 2006 15:49:35 -0000 1.23 +++ nagios.spec 3 Aug 2006 04:25:18 -0000 1.24 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 04:25:16 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 2 Aug 2006 21:25:16 -0700 Subject: rpms/nagios/FC-3 nagios.spec,1.10,1.11 Message-ID: <200608030425.k734PmLC001362@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1291/FC-3 Modified Files: nagios.spec Log Message: Fixed issue with service nagios reload not re-reading configs properly Index: nagios.spec =================================================================== RCS file: /cvs/extras/rpms/nagios/FC-3/nagios.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios.spec 14 Jul 2006 16:43:53 -0000 1.10 +++ nagios.spec 3 Aug 2006 04:25:16 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Host/service/network monitoring program Group: Applications/System @@ -149,8 +149,8 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*cfg-sample -%attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private -%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample +%attr(0750,root,nagios) %dir %{_sysconfdir}/%{name}/private +%attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name} %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name} @@ -161,6 +161,9 @@ %{_includedir}/%{name} %changelog +* Wed Aug 02 2006 Mike McGrath 2.5-2 +- Fixed default permissions for private and the resource file + * Fri Jul 14 2006 Mike McGrath 2.5-1 - Upstream released 2.5 From fedora-extras-commits at redhat.com Thu Aug 3 05:00:40 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 2 Aug 2006 22:00:40 -0700 Subject: kadischi/rc userhome.sh,1.5,1.6 Message-ID: <200608030500.k7350edY001659@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/rc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1637/kadischi/rc Modified Files: userhome.sh Log Message: Allow home to be mounted and store our user data. Index: userhome.sh =================================================================== RCS file: /cvs/devel/kadischi/rc/userhome.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- userhome.sh 31 Jul 2006 02:54:15 -0000 1.5 +++ userhome.sh 3 Aug 2006 05:00:38 -0000 1.6 @@ -8,8 +8,8 @@ introduction() { - fstype="$fstype $(zenity --title "$TITLE" --question --text "This menu was designed to allow a user to mount a device under /home to store specific \ -user data and configurations, specifically the user's home. Would you like to continue?" \ + fstype="$fstype $(zenity --title "$TITLE" --question --text "This menu is designed to allow a user to mount a device under /home to store specific \ +user data and configurations, would you like to continue?" \ --height=300 --width=300)" [ "$(echo $?)" != "0" ] && exit 1 } @@ -51,9 +51,13 @@ } do_mount() { - umount /home + tar -cf /tmp/home.tar /home + umount -l /home mount -t $fstype $partition /home if [ "$?" -eq "0" ]; then + tar --directory / -xf /tmp/home.tar && rm -rf /tmp/home.tar + fi + if [ "$?" -eq "0" ]; then zenity --title "Kadischi User Data" --info --text "Success! Mounted $partition on /home as $fstype, If a non-root user doesn't already exist, create one now and logout, then log back in as your user." sleep 20 exit 0 From fedora-extras-commits at redhat.com Thu Aug 3 05:39:37 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:39:37 -0700 Subject: rpms/torque/devel torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.10, 1.11 Message-ID: <200608030539.k735ddBY004403@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4383 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- torque.spec 1 Aug 2006 23:22:12 -0000 1.10 +++ torque.spec 3 Aug 2006 05:39:37 -0000 1.11 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:51:13 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:51:13 -0700 Subject: rpms/torque/FC-5 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.10, 1.11 Message-ID: <200608030551.k735pFmL004541@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4521 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-5/torque.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- torque.spec 1 Aug 2006 23:40:13 -0000 1.10 +++ torque.spec 3 Aug 2006 05:51:13 -0000 1.11 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:51:43 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:51:43 -0700 Subject: rpms/torque/FC-4 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.8, 1.9 Message-ID: <200608030551.k735pjXU004610@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4590 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-4/torque.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- torque.spec 1 Aug 2006 23:41:01 -0000 1.8 +++ torque.spec 3 Aug 2006 05:51:43 -0000 1.9 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 05:52:26 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Wed, 2 Aug 2006 22:52:26 -0700 Subject: rpms/torque/FC-3 torque-2.1.2-pam-getpwnam.patch, NONE, 1.1 torque.spec, 1.8, 1.9 Message-ID: <200608030552.k735qSL3004679@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4659 Modified Files: torque.spec Added Files: torque-2.1.2-pam-getpwnam.patch Log Message: * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module torque-2.1.2-pam-getpwnam.patch: --- NEW FILE torque-2.1.2-pam-getpwnam.patch --- diff -pruN torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c torque-2.1.2/src/pam/pam_pbssimpleauth.c --- torque-2.1.2_orig/src/pam/pam_pbssimpleauth.c 2006-07-12 08:25:23.000000000 -0700 +++ torque-2.1.2/src/pam/pam_pbssimpleauth.c 2006-08-02 22:22:27.000000000 -0700 @@ -94,8 +94,7 @@ int pam_sm_authenticate(pam_handle_t *pa return PAM_SERVICE_ERR; } - if (_pam_getpwnam_r(username, &pwd, &ubuf, &ubuflen, &user_pwd) != 0) - user_pwd = NULL; + user_pwd = getpwnam(username); /* no early returns from this point on because we need to free ubuf */ Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/FC-3/torque.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- torque.spec 1 Aug 2006 23:42:04 -0000 1.8 +++ torque.spec 3 Aug 2006 05:52:26 -0000 1.9 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 1 +%define release 2 # The following options are supported: # --with server_name=hostname @@ -92,6 +92,7 @@ Source5: xpbsmon.png Source6: README-localhost Patch1: torque-2.1.0-remove-rpath.path +Patch2: torque-2.1.2-pam-getpwnam.patch License: Freely redistributable (See PBS_License.txt) Group: System Environment/Daemons URL: http://www.clusterresources.com/products/torque/ @@ -121,6 +122,7 @@ %prep %setup -q -n torque-%{version}%{?snap:-snap.%snap} %patch1 -p1 +%patch2 -p1 %__install -pm 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} . @@ -401,6 +403,9 @@ %changelog +* Wed Aug 2 2006 Garrick Staples 2.1.2-2 +- fix incorrect _pam_getpwnam_r usage in pam module + * Tue Aug 1 2006 Garrick Staples 2.1.2-1 - bump to 2.1.2 - fix bz #200830 From fedora-extras-commits at redhat.com Thu Aug 3 06:31:12 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 2 Aug 2006 23:31:12 -0700 Subject: rpms/monkey-bubble/FC-5 monkey-bubble-0.3.2-fixes.patch, 1.2, 1.3 monkey-bubble-0.3.2-gstreamer.patch, 1.2, 1.3 .cvsignore, 1.4, 1.5 monkey-bubble.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608030631.k736VE7I007490@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7459 Modified Files: .cvsignore monkey-bubble.spec sources Added Files: monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch Log Message: Revert to 0.3.2 for FC-5 as 0.4.0 requires a newer gtk then is available in FC-5 monkey-bubble-0.3.2-fixes.patch: Index: monkey-bubble-0.3.2-fixes.patch =================================================================== RCS file: monkey-bubble-0.3.2-fixes.patch diff -N monkey-bubble-0.3.2-fixes.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ monkey-bubble-0.3.2-fixes.patch 3 Aug 2006 06:31:12 -0000 1.3 @@ -0,0 +1,101 @@ +--- monkey-bubble-0.3.2/src/ui/ui-network-client.c.fixes 2004-06-29 08:53:46.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/ui-network-client.c 2006-04-30 21:02:10.000000000 +0200 +@@ -145,21 +145,21 @@ + list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_BOOLEAN,G_TYPE_BOOLEAN); + + column = gtk_tree_view_column_new_with_attributes("Player name",gtk_cell_renderer_text_new(), +- "text",0); ++ "text",0, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Owner",gtk_cell_renderer_toggle_new(), +- "active",1); ++ "active",1, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Ready",gtk_cell_renderer_toggle_new(), +- "active",2); ++ "active",2, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + +--- monkey-bubble-0.3.2/src/ui/ui-network-server.c.fixes 2004-06-29 08:53:46.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/ui-network-server.c 2006-04-30 21:02:10.000000000 +0200 +@@ -155,21 +155,21 @@ + list = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_BOOLEAN,G_TYPE_BOOLEAN); + + column = gtk_tree_view_column_new_with_attributes("Player name",gtk_cell_renderer_text_new(), +- "text",0); ++ "text",0, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Owner",gtk_cell_renderer_toggle_new(), +- "active",1); ++ "active",1, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + + column = gtk_tree_view_column_new(); + + column = gtk_tree_view_column_new_with_attributes("Ready",gtk_cell_renderer_toggle_new(), +- "active",2); ++ "active",2, (char *)NULL); + + gtk_tree_view_append_column (GTK_TREE_VIEW (item), column); + +--- monkey-bubble-0.3.2/src/ui/eggcellrendererkeys.c.fixes 2004-06-29 08:53:44.000000000 +0200 ++++ monkey-bubble-0.3.2/src/ui/eggcellrendererkeys.c 2006-04-30 21:05:22.000000000 +0200 +@@ -519,6 +519,7 @@ + EggCellRendererKeys *keys; + GtkWidget *label; + GtkWidget *eventbox; ++ GtkWidget **double_ptr; + + celltext = GTK_CELL_RENDERER_TEXT (cell); + keys = EGG_CELL_RENDERER_KEYS (cell); +@@ -551,8 +552,9 @@ + eventbox = g_object_new (pointless_eventbox_subclass_get_type (), + NULL); + keys->edit_widget = eventbox; ++ double_ptr = &(keys->edit_widget); + g_object_add_weak_pointer (G_OBJECT (keys->edit_widget), +- (void**) &keys->edit_widget); ++ (void**) double_ptr); + + label = gtk_label_new (NULL); + gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); +@@ -586,9 +588,9 @@ + } + + void +-egg_cell_renderer_keys_set_accelerator (EggCellRendererKeys *keys, +- guint keyval, +- GdkModifierType mask) ++egg_cell_renderer_keys_set_accelerator (EggCellRendererKeys *keys, ++ guint keyval, ++ EggVirtualModifierType mask) + { + char *text; + gboolean changed; +@@ -628,9 +630,9 @@ + } + + void +-egg_cell_renderer_keys_get_accelerator (EggCellRendererKeys *keys, +- guint *keyval, +- GdkModifierType *mask) ++egg_cell_renderer_keys_get_accelerator (EggCellRendererKeys *keys, ++ guint *keyval, ++ EggVirtualModifierType *mask) + { + g_return_if_fail (EGG_IS_CELL_RENDERER_KEYS (keys)); + monkey-bubble-0.3.2-gstreamer.patch: Index: monkey-bubble-0.3.2-gstreamer.patch =================================================================== RCS file: monkey-bubble-0.3.2-gstreamer.patch diff -N monkey-bubble-0.3.2-gstreamer.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ monkey-bubble-0.3.2-gstreamer.patch 3 Aug 2006 06:31:12 -0000 1.3 @@ -0,0 +1,420 @@ +--- monkey-bubble-0.3.2/configure.in.gstreamer 2004-07-02 08:37:35.000000000 +0200 ++++ monkey-bubble-0.3.2/configure.in 2006-04-30 22:06:54.000000000 +0200 +@@ -68,8 +68,7 @@ + PKG_CHECK_MODULES(LIBMONKEYAUDIO_A,[ + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ]) + AC_SUBST(LIBMONKEYAUDIO_A_CFLAGS) + AC_SUBST(LIBMONKEYAUDIO_A_LIBS) +@@ -88,8 +87,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ]) +--- monkey-bubble-0.3.2/src/audio/sound-manager.c.gstreamer 2004-07-02 08:30:15.000000000 +0200 ++++ monkey-bubble-0.3.2/src/audio/sound-manager.c 2006-04-30 22:26:35.000000000 +0200 +@@ -20,7 +20,6 @@ + #include "sound-manager.h" + #include "playground.h" + #include +-#include + #define PRIVATE(sound_manager) (sound_manager->private) + + static GObjectClass* parent_class = NULL; +@@ -28,17 +27,11 @@ + struct SoundManagerPrivate { + GstElement * main_bin; + GstElement * filesrc; +- GstElement * oggdemux; ++ GstElement * oggdemux; + GstElement * vorbis_dec; +- GstElement * audioconvert; ++ GstElement * audioconvert; + GstElement * output; +- +- gboolean new_pad_ok; +- gboolean is_playing; +- gint idle_id; +- +- GThread * loop_thread; +- gchar * current_music_path; ++ gchar * current_music_path; + }; + + +@@ -119,16 +112,31 @@ + return FALSE; + } + +-static void eos(GstElement *e ,gpointer user_data) { +- g_print("end of fie..\n"); +- +- // g_idle_add(ck,user_data); +- // g_idle_add(start_play,mbin); +- g_timeout_add(100, restart_play,user_data); +-} +-static void error_handler(GstElement * e,GObject * o,gchar * string,gpointer data) { +- g_print("error : %s\n",string); ++static gboolean ++bus_call (GstBus *bus, ++ GstMessage *msg, ++ gpointer data) ++{ ++ switch (GST_MESSAGE_TYPE (msg)) { ++ case GST_MESSAGE_EOS: ++ g_timeout_add(100, restart_play, data); ++ break; ++ case GST_MESSAGE_ERROR: { ++ gchar *debug; ++ GError *err; ++ ++ gst_message_parse_error (msg, &err, &debug); ++ g_free (debug); ++ ++ g_print ("Error: %s\n", err->message); ++ g_error_free (err); ++ break; ++ } ++ default: ++ break; ++ } + ++ return TRUE; + } + + +@@ -139,8 +147,7 @@ + sound_manager = SOUND_MANAGER (g_object_new (TYPE_SOUND_MANAGER, NULL)); + + dp = PRIVATE(sound_manager); +- +- dp->is_playing = FALSE; ++ dp->main_bin = NULL; + return sound_manager; + } + +@@ -148,43 +155,11 @@ + static void + stop_play(SoundManager * m) + { +- +- if( sound_active) { +- +- if( PRIVATE(m)->is_playing ) { +- +- PRIVATE(m)->is_playing = FALSE; +- g_thread_join( PRIVATE(m)->loop_thread); +- +- gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_NULL); +- gst_bin_iterate( GST_BIN(PRIVATE(m)->main_bin)); +- } +- +- +- +- g_object_unref( G_OBJECT(PRIVATE(m)->main_bin )); +- +- PRIVATE(m)->output = NULL; +- PRIVATE(m)->main_bin = NULL; +- PRIVATE(m)->vorbis_dec = NULL; +- PRIVATE(m)->filesrc = NULL; +- } +-} +- +-static gpointer +-loop(gpointer data) +-{ +- SoundManager * m; +- m = SOUND_MANAGER(data); +- while( PRIVATE(m)->is_playing) { +- g_usleep(10*1000); +- if( gst_bin_iterate( GST_BIN(PRIVATE(m)->main_bin)) == FALSE) { +- PRIVATE(m)->is_playing = FALSE; +- } +- +- } +- +- return NULL; ++ if( PRIVATE(m)->main_bin ) { ++ gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_NULL); ++ g_object_unref( G_OBJECT(PRIVATE(m)->main_bin )); ++ PRIVATE(m)->main_bin = NULL; ++ } + } + + +@@ -193,29 +168,9 @@ + GObject *new_pad, + SoundManager * m) + { +- +- gst_element_set_state (PRIVATE(m)->main_bin, GST_STATE_PAUSED); +- +- gst_bin_add_many(GST_BIN(PRIVATE(m)->main_bin), +- PRIVATE(m)->vorbis_dec, +- PRIVATE(m)->audioconvert, +- PRIVATE(m)->output, +- NULL); +- +- +- gst_element_link_many( +- PRIVATE(m)->vorbis_dec, +- PRIVATE(m)->audioconvert, +- PRIVATE(m)->output, +- NULL); +- +- GstPad * pad = gst_element_get_pad( GST_ELEMENT(PRIVATE(m)->vorbis_dec),"sink"); +- +- gst_pad_link( GST_PAD(new_pad), pad); +- PRIVATE(m)->new_pad_ok = TRUE; +- +- +- gst_element_set_state (GST_ELEMENT(PRIVATE(m)->main_bin), GST_STATE_PLAYING); ++ GstPad *sinkpad = gst_element_get_pad (PRIVATE(m)->vorbis_dec, "sink"); ++ gst_pad_link (GST_PAD(new_pad), sinkpad); ++ gst_object_unref (sinkpad); + } + + +@@ -223,47 +178,41 @@ + start_play(SoundManager *m, gchar * path) + { + if( sound_active) { +- PRIVATE(m)->new_pad_ok = FALSE; + PRIVATE(m)->main_bin = gst_pipeline_new("bin"); + PRIVATE(m)->filesrc = gst_element_factory_make("filesrc","filesrc"); + PRIVATE(m)->oggdemux = gst_element_factory_make("oggdemux","oggdemux"); + PRIVATE(m)->vorbis_dec = gst_element_factory_make("vorbisdec","vorbisdec"); + PRIVATE(m)->audioconvert = gst_element_factory_make("audioconvert","audioconvert"); +- PRIVATE(m)->output = gst_gconf_get_default_audio_sink(); ++ PRIVATE(m)->output = gst_element_factory_make ("alsasink", "alsa-output"); + + PRIVATE(m)->current_music_path = g_strdup(path); + +- g_signal_connect(G_OBJECT(PRIVATE(m)->main_bin), +- "error", GTK_SIGNAL_FUNC(error_handler),NULL); +- +- g_signal_connect( PRIVATE(m)->oggdemux, "new-pad", G_CALLBACK(oggdemux_new_pad),m); +- +- gst_bin_add_many( GST_BIN( PRIVATE(m)->main_bin), +- PRIVATE(m)->filesrc, +- PRIVATE(m)->oggdemux, +- NULL); +- + g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "location",path,NULL); + +- g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "blocksize",10000,NULL); +- +- g_signal_connect(PRIVATE(m)->filesrc, +- "eos", +- G_CALLBACK(eos), +- m); +- +- gst_element_link_many( PRIVATE(m)->filesrc, PRIVATE(m)->oggdemux,NULL); +- ++// g_object_set( G_OBJECT( PRIVATE(m)->filesrc), "blocksize",10000,NULL); ++ gst_bus_add_watch (gst_pipeline_get_bus ( ++ GST_PIPELINE (PRIVATE(m)->main_bin)), ++ bus_call, m); ++ ++ gst_bin_add_many( GST_BIN( PRIVATE(m)->main_bin), ++ PRIVATE(m)->filesrc, ++ PRIVATE(m)->oggdemux, ++ PRIVATE(m)->vorbis_dec, ++ PRIVATE(m)->audioconvert, ++ PRIVATE(m)->output, ++ NULL); ++ ++ ++ gst_element_link( PRIVATE(m)->filesrc, PRIVATE(m)->oggdemux ); ++ gst_element_link_many( ++ PRIVATE(m)->vorbis_dec, ++ PRIVATE(m)->audioconvert, ++ PRIVATE(m)->output, ++ NULL); ++ g_signal_connect( PRIVATE(m)->oggdemux, "pad-added", ++ G_CALLBACK(oggdemux_new_pad), m); + + gst_element_set_state( PRIVATE(m)->main_bin,GST_STATE_PLAYING); +- +- PRIVATE(m)->is_playing = TRUE; +- +- while( !PRIVATE(m)->new_pad_ok && gst_bin_iterate( GST_BIN( PRIVATE(m)->main_bin)) && PRIVATE(m)->is_playing ); +- +- PRIVATE(m)->loop_thread = +- g_thread_create( loop,m,TRUE,NULL); +- + } + } + +@@ -271,7 +220,7 @@ + + g_assert(IS_SOUND_MANAGER(m)); + +- if( PRIVATE(m)->is_playing == TRUE) { ++ if( PRIVATE(m)->main_bin) { + stop_play(m); + } + +--- monkey-bubble-0.3.2/configure.gstreamer 2004-07-02 09:07:24.000000000 +0200 ++++ monkey-bubble-0.3.2/configure 2006-04-30 22:06:54.000000000 +0200 +@@ -20454,21 +20454,18 @@ + echo "$as_me:$LINENO: checking for + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + " >&5 + echo $ECHO_N "checking for + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ... $ECHO_C" >&6 + + if $PKG_CONFIG --exists " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + " ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 +@@ -20479,8 +20476,7 @@ + LIBMONKEYAUDIO_A_CFLAGS=`$PKG_CONFIG --cflags " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo "$as_me:$LINENO: result: $LIBMONKEYAUDIO_A_CFLAGS" >&5 + echo "${ECHO_T}$LIBMONKEYAUDIO_A_CFLAGS" >&6 +@@ -20490,8 +20486,7 @@ + LIBMONKEYAUDIO_A_LIBS=`$PKG_CONFIG --libs " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo "$as_me:$LINENO: result: $LIBMONKEYAUDIO_A_LIBS" >&5 + echo "${ECHO_T}$LIBMONKEYAUDIO_A_LIBS" >&6 +@@ -20503,8 +20498,7 @@ + LIBMONKEYAUDIO_A_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + "` + echo $LIBMONKEYAUDIO_A_PKG_ERRORS + fi +@@ -20523,14 +20517,12 @@ + { { echo "$as_me:$LINENO: error: Library requirements ( + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 + echo "$as_me: error: Library requirements ( + gtk+-2.0 + gthread-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} + { (exit 1); exit 1; }; } + fi +@@ -20731,8 +20723,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + " >&5 +@@ -20741,8 +20732,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ... $ECHO_C" >&6 +@@ -20752,8 +20742,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + " ; then +@@ -20768,8 +20757,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20783,8 +20771,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20800,8 +20787,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + "` +@@ -20824,8 +20810,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5 +@@ -20834,8 +20819,7 @@ + gthread-2.0 + librsvg-2.0 + libgnomeui-2.0 +- gstreamer-0.8 +- gstreamer-gconf-0.8 ++ gstreamer-0.10 + gconf-2.0 + libglade-2.0 + ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;} Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Aug 2006 21:34:46 -0000 1.4 +++ .cvsignore 3 Aug 2006 06:31:12 -0000 1.5 @@ -1 +1 @@ -monkey-bubble-0.4.0.tar.gz +monkey-bubble-0.3.2.tar.gz Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/monkey-bubble.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- monkey-bubble.spec 2 Aug 2006 21:34:46 -0000 1.6 +++ monkey-bubble.spec 3 Aug 2006 06:31:12 -0000 1.7 @@ -1,14 +1,16 @@ Name: monkey-bubble -Version: 0.4.0 +Version: 0.3.2 Release: 1%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL URL: http://monkey-bubble.tuxfamily.org/ Source0: http://monkey-bubble.tuxfamily.org/%{name}-%{version}.tar.gz +Patch0: monkey-bubble-0.3.2-gstreamer.patch +Patch1: monkey-bubble-0.3.2-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext -BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils +BuildRequires: desktop-file-utils scrollkeeper Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 @@ -22,6 +24,8 @@ %prep %setup -q +%patch0 -p1 -z .gstreamer +%patch1 -p1 -z .fixes %{__sed} -i s/monkey-bubble-icon/monkey-bubble/ %{name}.desktop.in @@ -37,9 +41,6 @@ make install DESTDIR=${RPM_BUILD_ROOT} %find_lang %{name} -#remove scrollkeeper stuff -rm -rf $RPM_BUILD_ROOT/var - # below is the desktop file and icon stuff. desktop-file-install --vendor fedora --delete-original \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ @@ -103,10 +104,6 @@ %changelog -* Wed Aug 2 2006 Hans de Goede 0.4.0-1 -- New upstream version 0.4.0 -- Drop upstreamed patches - * Sat Apr 29 2006 Hans de Goede 0.3.2-1 - New upstream version 0.3.2 - Add a patch to make it use gstreamer-0.10 instead of 0.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Aug 2006 21:34:46 -0000 1.4 +++ sources 3 Aug 2006 06:31:12 -0000 1.5 @@ -1 +1 @@ -0de8a05c8c15e08326d244534dc30f22 monkey-bubble-0.4.0.tar.gz +37e91fa4cdbab9ec06b2ee2a5aa0683c monkey-bubble-0.3.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 06:58:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:54 -0700 Subject: rpms/sylpheed-claws-plugins/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.15, 1.16 Message-ID: <200608030658.k736wuO8007622@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/devel Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:26 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:54 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:26 -0000 1.7 +++ sources 3 Aug 2006 06:58:54 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/devel/sylpheed-claws-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:57 -0000 1.15 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:54 -0000 1.16 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:58:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:53 -0700 Subject: rpms/sylpheed-claws-plugins/FC-4 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.12, 1.13 Message-ID: <200608030659.k736wtNa007612@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/FC-4 Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:25 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:52 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:25 -0000 1.7 +++ sources 3 Aug 2006 06:58:52 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-4/sylpheed-claws-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:55 -0000 1.12 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:52 -0000 1.13 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:58:53 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 2 Aug 2006 23:58:53 -0700 Subject: rpms/sylpheed-claws-plugins/FC-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sylpheed-claws-plugins.spec, 1.15, 1.16 Message-ID: <200608030658.k736wtRf007616@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/sylpheed-claws-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7558/FC-5 Modified Files: .cvsignore sources sylpheed-claws-plugins.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Jun 2006 07:11:25 -0000 1.7 +++ .cvsignore 3 Aug 2006 06:58:53 -0000 1.8 @@ -1 +1 @@ -sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Jun 2006 07:11:25 -0000 1.7 +++ sources 3 Aug 2006 06:58:53 -0000 1.8 @@ -1 +1 @@ -06b53d69913ea1c96fb154fa2686606a sylpheed-claws-extra-plugins-2.3.0.tar.bz2 +f0a7c85c033dba930706f18b73274213 sylpheed-claws-extra-plugins-2.4.0.tar.bz2 Index: sylpheed-claws-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed-claws-plugins/FC-5/sylpheed-claws-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sylpheed-claws-plugins.spec 5 Jul 2006 07:56:56 -0000 1.15 +++ sylpheed-claws-plugins.spec 3 Aug 2006 06:58:53 -0000 1.16 @@ -1,6 +1,6 @@ Name: sylpheed-claws-plugins -Version: 2.3.0 -Release: 2%{?dist} +Version: 2.4.0 +Release: 1%{?dist} Summary: Additional plugins for sylpheed-claws Group: Applications/Internet @@ -201,7 +201,7 @@ %{__make} %{?_smp_mflags} #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -211,7 +211,7 @@ %{__make} %{?_smp_mflags} #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %configure --disable-static --disable-dependency-tracking --disable-rpath %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -231,7 +231,7 @@ %{__make} %{?_smp_mflags} #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} @@ -242,7 +242,7 @@ %{__make} %{?_smp_mflags} #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -257,7 +257,7 @@ %{__make} %{?_smp_mflags} #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %configure --disable-static --disable-dependency-tracking %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool @@ -280,7 +280,7 @@ #etpan-privacy -cd ../etpan-privacy-0.15.1 +cd ../etpan-privacy-0.15.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -290,7 +290,7 @@ #gtkhtml2-viewer -cd ../gtkhtml2_viewer-0.10.1 +cd ../gtkhtml2_viewer-0.10.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -310,7 +310,7 @@ #notification-plugin -cd ../notification_plugin-0.2.1 +cd ../notification_plugin-0.3 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -320,7 +320,7 @@ #rssyl -cd ../rssyl-0.5 +cd ../rssyl-0.6 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -335,7 +335,7 @@ #vcalendar -cd ../vcalendar-1.79.1 +cd ../vcalendar-1.79.2 %{__make} install DESTDIR=$RPM_BUILD_ROOT SYLPHEED_CLAWS_PLUGINDIR=%{_libdir}/sylpheed-claws/plugins/ @@ -385,10 +385,10 @@ %files etpan-privacy %defattr(-,root,root,-) -%doc etpan-privacy-0.15.1/AUTHORS -%doc etpan-privacy-0.15.1/ChangeLog -%doc etpan-privacy-0.15.1/COPYING -%doc etpan-privacy-0.15.1/README +%doc etpan-privacy-0.15.2/AUTHORS +%doc etpan-privacy-0.15.2/ChangeLog +%doc etpan-privacy-0.15.2/COPYING +%doc etpan-privacy-0.15.2/README %{_libdir}/sylpheed-claws/plugins/etpan-privacy.so %files fetchinfo @@ -400,8 +400,8 @@ %files gtkhtml2-viewer %defattr(-,root,root,-) -%doc gtkhtml2_viewer-0.10.1/AUTHORS -%doc gtkhtml2_viewer-0.10.1/COPYING +%doc gtkhtml2_viewer-0.10.2/AUTHORS +%doc gtkhtml2_viewer-0.10.2/COPYING %{_libdir}/sylpheed-claws/plugins/gtkhtml2_viewer* %lang(es) %{_datadir}/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo %lang(fr) %{_datadir}/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo @@ -437,10 +437,10 @@ %files notification %defattr(-,root,root,-) -%doc notification_plugin-0.2.1/AUTHORS -%doc notification_plugin-0.2.1/ChangeLog -%doc notification_plugin-0.2.1/COPYING -%doc notification_plugin-0.2.1/README +%doc notification_plugin-0.3/AUTHORS +%doc notification_plugin-0.3/ChangeLog +%doc notification_plugin-0.3/COPYING +%doc notification_plugin-0.3/README %{_libdir}/sylpheed-claws/plugins/notification_plugin.so %files perl @@ -454,10 +454,10 @@ %files rssyl %defattr(-,root,root,-) -%doc rssyl-0.5/AUTHORS -%doc rssyl-0.5/ChangeLog -%doc rssyl-0.5/COPYING -%doc rssyl-0.5/TODO +%doc rssyl-0.6/AUTHORS +%doc rssyl-0.6/ChangeLog +%doc rssyl-0.6/COPYING +%doc rssyl-0.6/TODO %{_libdir}/sylpheed-claws/plugins/rssyl* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/rssyl.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/rssyl.mo @@ -488,10 +488,10 @@ %files vcalendar %defattr(-,root,root,-) -%doc vcalendar-1.79.1/AUTHORS -%doc vcalendar-1.79.1/ChangeLog -%doc vcalendar-1.79.1/COPYING -%doc vcalendar-1.79.1/README +%doc vcalendar-1.79.2/AUTHORS +%doc vcalendar-1.79.2/ChangeLog +%doc vcalendar-1.79.2/COPYING +%doc vcalendar-1.79.2/README %{_libdir}/sylpheed-claws/plugins/vcalendar* %lang(de) %{_datadir}/locale/de/LC_MESSAGES/vcalendar.mo %lang(es) %{_datadir}/locale/es/LC_MESSAGES/vcalendar.mo @@ -506,6 +506,10 @@ %exclude %{_includedir}/ical.h %changelog +* Wed Aug 02 2006 Andreas Bierfert +2.4.0-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 2.3.0-2 - bump From fedora-extras-commits at redhat.com Thu Aug 3 06:59:28 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 2 Aug 2006 23:59:28 -0700 Subject: fedora-security/audit fc4,1.345,1.346 Message-ID: <200608030659.k736xSeH007679@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7630/audit Modified Files: fc4 Log Message: Update with FEDORA-2006-867 (gnupg) Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.345 retrieving revision 1.346 diff -u -r1.345 -r1.346 --- fc4 1 Aug 2006 14:47:54 -0000 1.345 +++ fc4 3 Aug 2006 06:59:26 -0000 1.346 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.0.59) [since FEDORA-2006-862] -CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 +CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-867] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-842] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Thu Aug 3 07:00:15 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 00:00:15 -0700 Subject: fedora-security/audit fc5,1.260,1.261 Message-ID: <200608030700.k7370FcD007718@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7700/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-868 (gnupg) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- fc5 1 Aug 2006 14:47:54 -0000 1.260 +++ fc5 3 Aug 2006 07:00:13 -0000 1.261 @@ -19,7 +19,7 @@ CVE-2006-3802 ** firefox/seamonkey/thunderbird CVE-2006-3801 ** firefox/seamonkey/thunderbird CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] -CVE-2006-3746 VULNERABLE (gnupg, fixed 1.4.5rc1) #200904 +CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 ** firefox/seamonkey From fedora-extras-commits at redhat.com Thu Aug 3 08:23:16 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 01:23:16 -0700 Subject: fedora-security/audit fc4,1.346,1.347 Message-ID: <200608030823.k738NG5u013366@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13346/audit Modified Files: fc4 Log Message: Update with FEDORA-2006-878 (libtiff) Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- fc4 3 Aug 2006 06:59:26 -0000 1.346 +++ fc4 3 Aug 2006 08:23:13 -0000 1.347 @@ -37,6 +37,13 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3465 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3464 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3463 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3462 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3461 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3460 backport (libtiff) [since FEDORA-2006-878] +CVE-2006-3459 backport (libtiff) [since FEDORA-2006-878] CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-795] CVE-2006-3403 version (samba, fixed 3.0.23) #198297 [since FEDORA-2006-808] CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils From fedora-extras-commits at redhat.com Thu Aug 3 08:23:39 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 3 Aug 2006 01:23:39 -0700 Subject: fedora-security/audit fc5,1.261,1.262 Message-ID: <200608030823.k738NduL013392@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13372/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-877 (libtiff) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.261 retrieving revision 1.262 diff -u -r1.261 -r1.262 --- fc5 3 Aug 2006 07:00:13 -0000 1.261 +++ fc5 3 Aug 2006 08:23:36 -0000 1.262 @@ -37,6 +37,13 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] +CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] CVE-2006-3403 version (samba, fixed 3.0.23) #198297 [since FEDORA-2006-807] CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils From fedora-extras-commits at redhat.com Thu Aug 3 09:15:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:25 -0700 Subject: rpms/koffice/FC-5 .cvsignore, 1.11, 1.12 koffice.spec, 1.39, 1.40 sources, 1.11, 1.12 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739FSKT016394@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/FC-5 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 30 May 2006 07:27:37 -0000 1.11 +++ .cvsignore 3 Aug 2006 09:15:25 -0000 1.12 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/koffice.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- koffice.spec 30 May 2006 13:31:23 -0000 1.39 +++ koffice.spec 3 Aug 2006 09:15:25 -0000 1.40 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -228,10 +226,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -914,6 +908,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Wed Aug 02 2006 Andreas Bierfert +1.5.2-1 +- version upgrade + * Sun May 21 2006 Andreas Bierfert 1.5.1-1 - fix #191388 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 30 May 2006 07:27:37 -0000 1.11 +++ sources 3 Aug 2006 09:15:25 -0000 1.12 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:15:26 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:26 -0700 Subject: rpms/koffice/devel .cvsignore, 1.11, 1.12 koffice.spec, 1.39, 1.40 sources, 1.11, 1.12 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739FSwg016400@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/devel Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 30 May 2006 07:27:38 -0000 1.11 +++ .cvsignore 3 Aug 2006 09:15:26 -0000 1.12 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/koffice.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- koffice.spec 13 Jun 2006 04:02:27 -0000 1.39 +++ koffice.spec 3 Aug 2006 09:15:26 -0000 1.40 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 -Release: 2%{?dist} +Version: 1.5.2 +Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -228,10 +226,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -914,6 +908,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade (#200935) + * Tue Jun 13 2006 Andreas Bierfert 1.5.1-2 - bump Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 30 May 2006 07:27:38 -0000 1.11 +++ sources 3 Aug 2006 09:15:26 -0000 1.12 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:15:25 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 02:15:25 -0700 Subject: rpms/koffice/FC-4 .cvsignore, 1.8, 1.9 koffice.spec, 1.16, 1.17 sources, 1.8, 1.9 koffice-forms-plugins.patch, 1.1, NONE koffice-kexi-checkbox-data-saving.patch, 1.1, NONE Message-ID: <200608030915.k739Fv9K016412@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16331/FC-4 Modified Files: .cvsignore koffice.spec sources Removed Files: koffice-forms-plugins.patch koffice-kexi-checkbox-data-saving.patch Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 May 2006 07:27:36 -0000 1.8 +++ .cvsignore 3 Aug 2006 09:15:24 -0000 1.9 @@ -1 +1 @@ -koffice-1.5.1.tar.bz2 +koffice-1.5.2.tar.bz2 Index: koffice.spec =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/koffice.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- koffice.spec 30 May 2006 16:16:30 -0000 1.16 +++ koffice.spec 3 Aug 2006 09:15:24 -0000 1.17 @@ -1,18 +1,16 @@ Name: koffice -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: A free, integrated office suite for KDE Group: Applications/Productivity License: GPL/LGPL URL: http://www.koffice.org/ -Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-1.5.1.tar.bz2 +Source0: ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-1.5.2.tar.bz2 Source100: koshell.png # stuff for the build configuration Patch0: koffice-admin-gcc4isok.patch -Patch1: koffice-forms-plugins.patch -Patch2: koffice-kexi-checkbox-data-saving.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # BuildRequires: world-devel ;) @@ -227,10 +225,6 @@ %prep %setup -q %patch0 -p1 -cd kexi -%patch1 -cd .. -%patch2 # this will make sure that patch0 is considered make -f admin/Makefile.common @@ -913,6 +907,10 @@ %{_datadir}/applications/fedora-kplato.desktop %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade + * Sun May 21 2006 Andreas Bierfert 1.5.1-1 - fix #191388 Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 May 2006 07:27:36 -0000 1.8 +++ sources 3 Aug 2006 09:15:24 -0000 1.9 @@ -1 +1 @@ -50897bd5dfd4eba8a0d78a02003a6ec9 koffice-1.5.1.tar.bz2 +cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 --- koffice-forms-plugins.patch DELETED --- --- koffice-kexi-checkbox-data-saving.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 09:37:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 02:37:43 -0700 Subject: rpms/gtkmm24/FC-4 .cvsignore, 1.6, 1.7 gtkmm.spec, 1.14, 1.15 sources, 1.8, 1.9 gtkmm-2.6.10-atkmm.patch, 1.2, NONE Message-ID: <200608030937.k739bjAU016786@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16765 Modified Files: .cvsignore gtkmm.spec sources Removed Files: gtkmm-2.6.10-atkmm.patch Log Message: Update to 2.6.14. Atkmm issues resolved upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 Jul 2006 10:16:40 -0000 1.6 +++ .cvsignore 3 Aug 2006 09:37:43 -0000 1.7 @@ -1 +1 @@ -gtkmm-2.6.10.tar.bz2 +gtkmm-2.6.14.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/gtkmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkmm.spec 23 Jul 2006 10:24:23 -0000 1.14 +++ gtkmm.spec 3 Aug 2006 09:37:43 -0000 1.15 @@ -1,6 +1,6 @@ Name: gtkmm24 -Version: 2.6.10 -Release: 2%{?dist} +Version: 2.6.14 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -9,12 +9,11 @@ URL: http://gtkmm.sourceforge.net/ Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.6/gtkmm-%{version}.tar.bz2 Patch0: gtkmm-2.6.5-devhelp.patch -Patch1: gtkmm-2.6.10-atkmm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.6.0 +BuildRequires: glibmm24-devel >= 2.6.6 BuildRequires: atk-devel >= 1.9.0 BuildRequires: pango-devel >= 1.5.2 BuildRequires: gtk2-devel >= 2.6.0 @@ -53,7 +52,6 @@ %prep %setup -q -n gtkmm-%{version} %patch0 -p1 -b .devhelp -%patch1 -p1 -b .atkmm %build @@ -101,6 +99,10 @@ %{_datadir}/gtk-doc/html/gtkmm-2.4 %changelog +* Mon Jul 31 2006 Denis Leroy - 2.6.14-1 +- Update to 2.6.14 +- atkmm patch integrated upstream + * Sun Jul 23 2006 Denis Leroy - 2.6.10-2 - Fixed atkmm patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 23 Jul 2006 10:16:40 -0000 1.8 +++ sources 3 Aug 2006 09:37:43 -0000 1.9 @@ -1,2 +1 @@ - -c134bdc05b1acd686c5367b50796f03e gtkmm-2.6.10.tar.bz2 +31f28293f9d258c40b1a1181900dbe12 gtkmm-2.6.14.tar.bz2 --- gtkmm-2.6.10-atkmm.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 3 10:06:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 03:06:58 -0700 Subject: rpms/colorscheme/FC-4 colorscheme.spec,1.6,1.7 Message-ID: <200608031007.k73A70Rs019552@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/colorscheme/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19522 Modified Files: colorscheme.spec Log Message: Rebuild with gtkmm 2.6.14. Aurelien, the package owner, is on vacation and authorized me to do the rebuild. Index: colorscheme.spec =================================================================== RCS file: /cvs/extras/rpms/colorscheme/FC-4/colorscheme.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- colorscheme.spec 27 Jun 2006 06:40:33 -0000 1.6 +++ colorscheme.spec 3 Aug 2006 10:06:58 -0000 1.7 @@ -1,6 +1,6 @@ Name: colorscheme Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -62,6 +62,9 @@ %changelog +* Thu Aug 3 2006 Denis Leroy - 0.3-3 +- Rebuild with gtkmm 2.6.14 + * Tue Jun 27 2006 Aurelien Bompard 0.3-2 - rebuild From fedora-extras-commits at redhat.com Thu Aug 3 10:10:48 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:48 -0700 Subject: rpms/koffice-langpack/devel .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608031010.k73AAp7K019732@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/devel Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:26 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:48 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/koffice-langpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koffice-langpack.spec 30 May 2006 08:37:26 -0000 1.6 +++ koffice-langpack.spec 3 Aug 2006 10:10:48 -0000 1.7 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:26 -0000 1.5 +++ sources 3 Aug 2006 10:10:48 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:11:00 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:11:00 -0700 Subject: rpms/libpqxx/devel .cvsignore, 1.4, 1.5 libpqxx.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608031011.k73AB2SM019791@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/devel Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:38 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:11:00 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/libpqxx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libpqxx.spec 30 May 2006 08:18:38 -0000 1.7 +++ libpqxx.spec 3 Aug 2006 10:11:00 -0000 1.8 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://pqxx.org -Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.6.tar.gz +Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-thread-safety --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #192933 + * Mon May 29 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:38 -0000 1.4 +++ sources 3 Aug 2006 10:11:00 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 10:10:42 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:42 -0700 Subject: rpms/koffice-langpack/FC-4 .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608031011.k73ABEQh019796@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/FC-4 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:24 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/koffice-langpack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- koffice-langpack.spec 30 May 2006 08:37:24 -0000 1.5 +++ koffice-langpack.spec 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:24 -0000 1.5 +++ sources 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:10:43 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:43 -0700 Subject: rpms/koffice-langpack/FC-5 .cvsignore, 1.5, 1.6 koffice-langpack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608031011.k73ABFqP019801@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/koffice-langpack/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19448/FC-5 Modified Files: .cvsignore koffice-langpack.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 May 2006 08:37:25 -0000 1.5 +++ .cvsignore 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,96 +1,49 @@ - -koffice-l10n-af-1.5.0.tar.bz2 -koffice-l10n-ar-1.5.0.tar.bz2 -koffice-l10n-bg-1.5.0.tar.bz2 -koffice-l10n-br-1.5.0.tar.bz2 -koffice-l10n-bs-1.5.0.tar.bz2 -koffice-l10n-ca-1.5.0.tar.bz2 -koffice-l10n-cs-1.5.0.tar.bz2 -koffice-l10n-cy-1.5.0.tar.bz2 -koffice-l10n-da-1.5.0.tar.bz2 -koffice-l10n-de-1.5.0.tar.bz2 -koffice-l10n-el-1.5.0.tar.bz2 -koffice-l10n-en_GB-1.5.0.tar.bz2 -koffice-l10n-eo-1.5.0.tar.bz2 -koffice-l10n-es-1.5.0.tar.bz2 -koffice-l10n-et-1.5.0.tar.bz2 -koffice-l10n-eu-1.5.0.tar.bz2 -koffice-l10n-fi-1.5.0.tar.bz2 -koffice-l10n-fr-1.5.0.tar.bz2 -koffice-l10n-ga-1.5.0.tar.bz2 -koffice-l10n-he-1.5.0.tar.bz2 -koffice-l10n-hi-1.5.0.tar.bz2 -koffice-l10n-hu-1.5.0.tar.bz2 -koffice-l10n-is-1.5.0.tar.bz2 -koffice-l10n-it-1.5.0.tar.bz2 -koffice-l10n-ja-1.5.0.tar.bz2 -koffice-l10n-lt-1.5.0.tar.bz2 -koffice-l10n-mk-1.5.0.tar.bz2 -koffice-l10n-nb-1.5.0.tar.bz2 -koffice-l10n-nl-1.5.0.tar.bz2 -koffice-l10n-nn-1.5.0.tar.bz2 -koffice-l10n-pl-1.5.0.tar.bz2 -koffice-l10n-pt-1.5.0.tar.bz2 -koffice-l10n-pt_BR-1.5.0.tar.bz2 -koffice-l10n-ro-1.5.0.tar.bz2 -koffice-l10n-ru-1.5.0.tar.bz2 -koffice-l10n-se-1.5.0.tar.bz2 -koffice-l10n-sk-1.5.0.tar.bz2 -koffice-l10n-sl-1.5.0.tar.bz2 -koffice-l10n-sr-1.5.0.tar.bz2 -koffice-l10n-sr at Latn-1.5.0.tar.bz2 -koffice-l10n-sv-1.5.0.tar.bz2 -koffice-l10n-ta-1.5.0.tar.bz2 -koffice-l10n-tg-1.5.0.tar.bz2 -koffice-l10n-tr-1.5.0.tar.bz2 -koffice-l10n-uk-1.5.0.tar.bz2 -koffice-l10n-uz-1.5.0.tar.bz2 -koffice-l10n-zh_CN-1.5.0.tar.bz2 -koffice-l10n-af-1.5.1.tar.bz2 -koffice-l10n-ar-1.5.1.tar.bz2 -koffice-l10n-bg-1.5.1.tar.bz2 -koffice-l10n-br-1.5.1.tar.bz2 -koffice-l10n-bs-1.5.1.tar.bz2 -koffice-l10n-ca-1.5.1.tar.bz2 -koffice-l10n-cs-1.5.1.tar.bz2 -koffice-l10n-cy-1.5.1.tar.bz2 -koffice-l10n-da-1.5.1.tar.bz2 -koffice-l10n-de-1.5.1.tar.bz2 -koffice-l10n-el-1.5.1.tar.bz2 -koffice-l10n-en_GB-1.5.1.tar.bz2 -koffice-l10n-eo-1.5.1.tar.bz2 -koffice-l10n-es-1.5.1.tar.bz2 -koffice-l10n-et-1.5.1.tar.bz2 -koffice-l10n-eu-1.5.1.tar.bz2 -koffice-l10n-fi-1.5.1.tar.bz2 -koffice-l10n-fr-1.5.1.tar.bz2 -koffice-l10n-ga-1.5.1.tar.bz2 -koffice-l10n-he-1.5.1.tar.bz2 -koffice-l10n-hi-1.5.1.tar.bz2 -koffice-l10n-hu-1.5.1.tar.bz2 -koffice-l10n-is-1.5.1.tar.bz2 -koffice-l10n-it-1.5.1.tar.bz2 -koffice-l10n-ja-1.5.1.tar.bz2 -koffice-l10n-lt-1.5.1.tar.bz2 -koffice-l10n-mk-1.5.1.tar.bz2 -koffice-l10n-ms-1.5.1.tar.bz2 -koffice-l10n-nb-1.5.1.tar.bz2 -koffice-l10n-nl-1.5.1.tar.bz2 -koffice-l10n-nn-1.5.1.tar.bz2 -koffice-l10n-pl-1.5.1.tar.bz2 -koffice-l10n-pt-1.5.1.tar.bz2 -koffice-l10n-pt_BR-1.5.1.tar.bz2 -koffice-l10n-ro-1.5.1.tar.bz2 -koffice-l10n-ru-1.5.1.tar.bz2 -koffice-l10n-se-1.5.1.tar.bz2 -koffice-l10n-sk-1.5.1.tar.bz2 -koffice-l10n-sl-1.5.1.tar.bz2 -koffice-l10n-sr-1.5.1.tar.bz2 -koffice-l10n-sr at Latn-1.5.1.tar.bz2 -koffice-l10n-sv-1.5.1.tar.bz2 -koffice-l10n-ta-1.5.1.tar.bz2 -koffice-l10n-tg-1.5.1.tar.bz2 -koffice-l10n-tr-1.5.1.tar.bz2 -koffice-l10n-uk-1.5.1.tar.bz2 -koffice-l10n-uz-1.5.1.tar.bz2 -koffice-l10n-zh_CN-1.5.1.tar.bz2 +koffice-l10n-af-1.5.2.tar.bz2 +koffice-l10n-ar-1.5.2.tar.bz2 +koffice-l10n-bg-1.5.2.tar.bz2 +koffice-l10n-br-1.5.2.tar.bz2 +koffice-l10n-bs-1.5.2.tar.bz2 +koffice-l10n-ca-1.5.2.tar.bz2 +koffice-l10n-cs-1.5.2.tar.bz2 +koffice-l10n-cy-1.5.2.tar.bz2 +koffice-l10n-da-1.5.2.tar.bz2 +koffice-l10n-de-1.5.2.tar.bz2 +koffice-l10n-el-1.5.2.tar.bz2 +koffice-l10n-en_GB-1.5.2.tar.bz2 +koffice-l10n-eo-1.5.2.tar.bz2 +koffice-l10n-es-1.5.2.tar.bz2 +koffice-l10n-et-1.5.2.tar.bz2 +koffice-l10n-eu-1.5.2.tar.bz2 +koffice-l10n-fi-1.5.2.tar.bz2 +koffice-l10n-fr-1.5.2.tar.bz2 +koffice-l10n-ga-1.5.2.tar.bz2 +koffice-l10n-he-1.5.2.tar.bz2 +koffice-l10n-hi-1.5.2.tar.bz2 +koffice-l10n-hu-1.5.2.tar.bz2 +koffice-l10n-is-1.5.2.tar.bz2 +koffice-l10n-it-1.5.2.tar.bz2 +koffice-l10n-ja-1.5.2.tar.bz2 +koffice-l10n-lt-1.5.2.tar.bz2 +koffice-l10n-mk-1.5.2.tar.bz2 +koffice-l10n-ms-1.5.2.tar.bz2 +koffice-l10n-nb-1.5.2.tar.bz2 +koffice-l10n-nl-1.5.2.tar.bz2 +koffice-l10n-nn-1.5.2.tar.bz2 +koffice-l10n-pl-1.5.2.tar.bz2 +koffice-l10n-pt-1.5.2.tar.bz2 +koffice-l10n-pt_BR-1.5.2.tar.bz2 +koffice-l10n-ro-1.5.2.tar.bz2 +koffice-l10n-ru-1.5.2.tar.bz2 +koffice-l10n-se-1.5.2.tar.bz2 +koffice-l10n-sk-1.5.2.tar.bz2 +koffice-l10n-sl-1.5.2.tar.bz2 +koffice-l10n-sr-1.5.2.tar.bz2 +koffice-l10n-sr at Latn-1.5.2.tar.bz2 +koffice-l10n-sv-1.5.2.tar.bz2 +koffice-l10n-ta-1.5.2.tar.bz2 +koffice-l10n-tg-1.5.2.tar.bz2 +koffice-l10n-tr-1.5.2.tar.bz2 +koffice-l10n-uk-1.5.2.tar.bz2 +koffice-l10n-uz-1.5.2.tar.bz2 +koffice-l10n-zh_CN-1.5.2.tar.bz2 +koffice-l10n-zh_TW-1.5.2.tar.bz2 Index: koffice-langpack.spec =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/koffice-langpack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- koffice-langpack.spec 30 May 2006 08:37:25 -0000 1.6 +++ koffice-langpack.spec 3 Aug 2006 10:10:42 -0000 1.7 @@ -1,59 +1,60 @@ Name: koffice-langpack -Version: 1.5.1 +Version: 1.5.2 Release: 1%{?dist} Summary: Language files for koffice Group: Applications/Productivity License: GPL URL: http://www.koffice.org -Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-af-1.5.1.tar.bz2 -Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ar-1.5.1.tar.bz2 -Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bg-1.5.1.tar.bz2 -Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-br-1.5.1.tar.bz2 -Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-bs-1.5.1.tar.bz2 -Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ca-1.5.1.tar.bz2 -Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cs-1.5.1.tar.bz2 -Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-cy-1.5.1.tar.bz2 -Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-da-1.5.1.tar.bz2 -Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-de-1.5.1.tar.bz2 -Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-el-1.5.1.tar.bz2 -Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-en_GB-1.5.1.tar.bz2 -Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eo-1.5.1.tar.bz2 -Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-es-1.5.1.tar.bz2 -Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-et-1.5.1.tar.bz2 -Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-eu-1.5.1.tar.bz2 -Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fi-1.5.1.tar.bz2 -Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-fr-1.5.1.tar.bz2 -Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ga-1.5.1.tar.bz2 -Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-he-1.5.1.tar.bz2 -Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hi-1.5.1.tar.bz2 -Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-hu-1.5.1.tar.bz2 -Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-is-1.5.1.tar.bz2 -Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-it-1.5.1.tar.bz2 -Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ja-1.5.1.tar.bz2 -Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-lt-1.5.1.tar.bz2 -Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-mk-1.5.1.tar.bz2 -Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nb-1.5.1.tar.bz2 -Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nl-1.5.1.tar.bz2 -Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-nn-1.5.1.tar.bz2 -Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pl-1.5.1.tar.bz2 -Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt-1.5.1.tar.bz2 -Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-pt_BR-1.5.1.tar.bz2 -Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ro-1.5.1.tar.bz2 -Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ru-1.5.1.tar.bz2 -Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-se-1.5.1.tar.bz2 -Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sk-1.5.1.tar.bz2 -Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sl-1.5.1.tar.bz2 -Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr-1.5.1.tar.bz2 -Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.1.tar.bz2 -Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-sv-1.5.1.tar.bz2 -Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ta-1.5.1.tar.bz2 -Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tg-1.5.1.tar.bz2 -Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-tr-1.5.1.tar.bz2 -Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uk-1.5.1.tar.bz2 -Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-uz-1.5.1.tar.bz2 -Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-zh_CN-1.5.1.tar.bz2 -Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.1/src/koffice-l10n/koffice-l10n-ms-1.5.1.tar.bz2 +Source0:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-af-1.5.2.tar.bz2 +Source1:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ar-1.5.2.tar.bz2 +Source2:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bg-1.5.2.tar.bz2 +Source3:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-br-1.5.2.tar.bz2 +Source4:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-bs-1.5.2.tar.bz2 +Source5:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ca-1.5.2.tar.bz2 +Source6:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cs-1.5.2.tar.bz2 +Source7:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-cy-1.5.2.tar.bz2 +Source8:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-da-1.5.2.tar.bz2 +Source9:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-de-1.5.2.tar.bz2 +Source10:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-el-1.5.2.tar.bz2 +Source11:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-en_GB-1.5.2.tar.bz2 +Source12:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eo-1.5.2.tar.bz2 +Source13:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-es-1.5.2.tar.bz2 +Source14:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-et-1.5.2.tar.bz2 +Source15:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-eu-1.5.2.tar.bz2 +Source16:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fi-1.5.2.tar.bz2 +Source17:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-fr-1.5.2.tar.bz2 +Source18:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ga-1.5.2.tar.bz2 +Source19:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-he-1.5.2.tar.bz2 +Source20:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hi-1.5.2.tar.bz2 +Source21:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-hu-1.5.2.tar.bz2 +Source22:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-is-1.5.2.tar.bz2 +Source23:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-it-1.5.2.tar.bz2 +Source24:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ja-1.5.2.tar.bz2 +Source25:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-lt-1.5.2.tar.bz2 +Source26:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-mk-1.5.2.tar.bz2 +Source27:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nb-1.5.2.tar.bz2 +Source28:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nl-1.5.2.tar.bz2 +Source29:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-nn-1.5.2.tar.bz2 +Source30:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pl-1.5.2.tar.bz2 +Source31:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt-1.5.2.tar.bz2 +Source32:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-pt_BR-1.5.2.tar.bz2 +Source33:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ro-1.5.2.tar.bz2 +Source34:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ru-1.5.2.tar.bz2 +Source35:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-se-1.5.2.tar.bz2 +Source36:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sk-1.5.2.tar.bz2 +Source37:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sl-1.5.2.tar.bz2 +Source38:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr-1.5.2.tar.bz2 +Source39:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sr at Latn-1.5.2.tar.bz2 +Source40:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-sv-1.5.2.tar.bz2 +Source41:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ta-1.5.2.tar.bz2 +Source42:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tg-1.5.2.tar.bz2 +Source43:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-tr-1.5.2.tar.bz2 +Source44:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uk-1.5.2.tar.bz2 +Source45:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-uz-1.5.2.tar.bz2 +Source46:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_CN-1.5.2.tar.bz2 +Source47:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-ms-1.5.2.tar.bz2 +Source48:ftp://ftp.kde.org/pub/kde/stable/koffice-1.5.2/src/koffice-l10n/koffice-l10n-zh_TW-1.5.2.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -451,6 +452,14 @@ %description zh_CN Provides additional simplified chinese translations for koffice +%package zh_TW +Summary: Traditional Chinese language pack for koffice +Group: Applications/Productivity +Requires: koffice-core >= %{version} + +%description zh_TW +Provides additional traditional chinese translations for koffice + %prep %{__mkdir_p} %{_builddir}/%{name}-%{version} cd %{_builddir}/%{name}-%{version} @@ -503,12 +512,13 @@ %{__tar} xjvf %{SOURCE45} %{__tar} xjvf %{SOURCE46} %{__tar} xjvf %{SOURCE47} +%{__tar} xjvf %{SOURCE48} %build # dont work: et for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} %configure make %{?_smp_mflags} @@ -519,7 +529,7 @@ rm -rf $RPM_BUILD_ROOT for lang in af ar bg br bs ca cs cy da de el en_GB eo es et eu fi fr ga \ he hi hu is it ja lt mk ms nb nl nn pl pt pt_BR ro ru se sk sl sr \ -sr at Latn sv ta tg tr uk uz zh_CN; do +sr at Latn sv ta tg tr uk uz zh_CN zh_TW; do cd %{_builddir}/%{name}-%{version}/koffice-l10n-$lang-%{version} make install DESTDIR=$RPM_BUILD_ROOT done @@ -567,6 +577,7 @@ %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* %lang(ca) %{_datadir}/apps/koffice/autocorrect/ca.xml +%lang(ca) %{_datadir}/doc/HTML/ca/* %files cs %defattr(-,root,root,-) @@ -758,7 +769,16 @@ %defattr(-,root,root,-) %lang(zh_CN) %{_datadir}/locale/zh_CN/LC_MESSAGES/* +%files zh_TW +%defattr(-,root,root,-) +%lang(zh_TW) %{_datadir}/locale/zh_TW/LC_MESSAGES/* + %changelog +* Thu Aug 03 2006 Andreas Bierfert +1.5.2-1 +- version upgrade +- add zh_TW + * Tue May 30 2006 Andreas Bierfert 1.5.1-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/koffice-langpack/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 May 2006 08:37:25 -0000 1.5 +++ sources 3 Aug 2006 10:10:42 -0000 1.6 @@ -1,48 +1,49 @@ -99f5fae8b0d15bcdec7daa3dfadfc20d koffice-l10n-af-1.5.1.tar.bz2 -3ace1a68c04d3cb3d0e2b45ab9a059d0 koffice-l10n-ar-1.5.1.tar.bz2 -8daaeb614b3439490c2dd64a5ca6a90d koffice-l10n-bg-1.5.1.tar.bz2 -bed06b1e8dc15ab3f0360d66ecb5eca8 koffice-l10n-br-1.5.1.tar.bz2 -f5e83bf3d981a433fe8470947ed22c0a koffice-l10n-bs-1.5.1.tar.bz2 -a9386b6c6049814d6f4a3f67a4cb51d8 koffice-l10n-ca-1.5.1.tar.bz2 -6f68790c56564626e42949979a4e1dba koffice-l10n-cs-1.5.1.tar.bz2 -780d5816865f60b88209059c6c2e7d02 koffice-l10n-cy-1.5.1.tar.bz2 -aa38e3e0f04a930e89543cfb79c6184d koffice-l10n-da-1.5.1.tar.bz2 -dcd8043ab5b5d2642e4302f1f89fc639 koffice-l10n-de-1.5.1.tar.bz2 -350963ba95241e2576c077d4558d7fcb koffice-l10n-el-1.5.1.tar.bz2 -b7ae8b4aee9810f2b78235962f7f1dc2 koffice-l10n-en_GB-1.5.1.tar.bz2 -71c42a69ea9c417494d1603bc3b646b8 koffice-l10n-eo-1.5.1.tar.bz2 -70b926928aa1a2facb3409f144191967 koffice-l10n-es-1.5.1.tar.bz2 -23311d668c05da159ea12240f950e763 koffice-l10n-et-1.5.1.tar.bz2 -39f2c93001a037b79eda7e3f9611ea8a koffice-l10n-eu-1.5.1.tar.bz2 -f72750aa5c9cd5aa3814715ff36acd33 koffice-l10n-fi-1.5.1.tar.bz2 -d63d63daa55fa32e5c93b72c902cd4d1 koffice-l10n-fr-1.5.1.tar.bz2 -42615504255afdbadcbaafb197a6adb4 koffice-l10n-ga-1.5.1.tar.bz2 -a20e78860f0975b65ed59720924591ca koffice-l10n-he-1.5.1.tar.bz2 -37de7254e2d6610ad395c260cb002201 koffice-l10n-hi-1.5.1.tar.bz2 -8a8d4f7adaaed89063c4971c9bbfbf43 koffice-l10n-hu-1.5.1.tar.bz2 -33cf09b995ffde0c28a794ce3f6c6d51 koffice-l10n-is-1.5.1.tar.bz2 -71cf4cad9272090e6469a96736bd785e koffice-l10n-it-1.5.1.tar.bz2 -8f7893e842afd51368bd18c37b221f57 koffice-l10n-ja-1.5.1.tar.bz2 -6ece374294c001730552883defb0a53c koffice-l10n-lt-1.5.1.tar.bz2 -6adad6081c79ac9dc3edcae7bb5a9494 koffice-l10n-mk-1.5.1.tar.bz2 -43f77ffa86d70b1fb42cf4bc2312e783 koffice-l10n-ms-1.5.1.tar.bz2 -ff774ceadd4c42b80ab138c4446d8843 koffice-l10n-nb-1.5.1.tar.bz2 -f76f2b7b8a65a528d3d0514f5f1a0cbf koffice-l10n-nl-1.5.1.tar.bz2 -12a451ca1384c776045a86aa3f0fecb5 koffice-l10n-nn-1.5.1.tar.bz2 -5580950ba10229b65563ae8b9c29e8c4 koffice-l10n-pl-1.5.1.tar.bz2 -549c4668a4ec2fbc71a2fadb9597ea8f koffice-l10n-pt-1.5.1.tar.bz2 -5882aeae172ccfebbf68bad8f4dc0ced koffice-l10n-pt_BR-1.5.1.tar.bz2 -b01b4652edcd49e2d1f77db8040a2552 koffice-l10n-ro-1.5.1.tar.bz2 -7a484f7d54125398516cf54a2139e84d koffice-l10n-ru-1.5.1.tar.bz2 -ae4b1cabf24dcf7a89fbef573b07301a koffice-l10n-se-1.5.1.tar.bz2 -11a9def76b738074d5a70bf81a5e5b4b koffice-l10n-sk-1.5.1.tar.bz2 -4520614986d6fb70b1d4b8eb117815a5 koffice-l10n-sl-1.5.1.tar.bz2 -a825f39361da5599bcd572907eb9d068 koffice-l10n-sr-1.5.1.tar.bz2 -0413072d626a8b6291f65504f76d93f6 koffice-l10n-sr at Latn-1.5.1.tar.bz2 -4afcc6585df0a171e90b595c3d3311ae koffice-l10n-sv-1.5.1.tar.bz2 -536e66f3b85923771f2af964b51a465e koffice-l10n-ta-1.5.1.tar.bz2 -a38ec98b0f6437ddb93196f369a09485 koffice-l10n-tg-1.5.1.tar.bz2 -0026e7f0b40b76a700792bf3a8a40427 koffice-l10n-tr-1.5.1.tar.bz2 -114018e8d5e5935c8d47c717dbb3523c koffice-l10n-uk-1.5.1.tar.bz2 -b4ce57436f31a2c5b63572b27b1c3582 koffice-l10n-uz-1.5.1.tar.bz2 -f691b1667472c36f8c8ec3fb69ac11ea koffice-l10n-zh_CN-1.5.1.tar.bz2 +c7a48bb275230d1152e29c67a869daee koffice-l10n-af-1.5.2.tar.bz2 +a35e9b3f75265488ca400469f23a5a91 koffice-l10n-ar-1.5.2.tar.bz2 +b8be1348ffab32d826c358d44de68c5e koffice-l10n-bg-1.5.2.tar.bz2 +fd0738d2c9538994de3573ec00964cf1 koffice-l10n-br-1.5.2.tar.bz2 +b7de9b93298aba597d9d8f8da038fc37 koffice-l10n-bs-1.5.2.tar.bz2 +8e3ff02096b6574cf337430924d5af98 koffice-l10n-ca-1.5.2.tar.bz2 +b8f83541b98ff0cb8361f797f665971c koffice-l10n-cs-1.5.2.tar.bz2 +64782ef55dbdfbbc3672b613dc7f5faf koffice-l10n-cy-1.5.2.tar.bz2 +58c13527c47dee445572d26141fd3269 koffice-l10n-da-1.5.2.tar.bz2 +ef007ab98ffe65ce072a9245f51b01e1 koffice-l10n-de-1.5.2.tar.bz2 +4392e652560adb8c83fe2aac9479fcb8 koffice-l10n-el-1.5.2.tar.bz2 +11b499953ae1616c589e793abc4e474b koffice-l10n-en_GB-1.5.2.tar.bz2 +c7025f7d946342267943fd146a5cc19c koffice-l10n-eo-1.5.2.tar.bz2 +fb0ddfb9d7e6bbcb8fe9ebfc8d04b2cc koffice-l10n-es-1.5.2.tar.bz2 +fed89528182c0dc7baa2c50fee165270 koffice-l10n-et-1.5.2.tar.bz2 +3e15c7433f91486d8b76eefb19990a74 koffice-l10n-eu-1.5.2.tar.bz2 +de6a7a2b2b2edc1a4eaad7523b1bab39 koffice-l10n-fi-1.5.2.tar.bz2 +8f868a919c6ccb66b719196d3e842910 koffice-l10n-fr-1.5.2.tar.bz2 +b8b4d4cbb0ff29bc0da4954eb9ba4e13 koffice-l10n-ga-1.5.2.tar.bz2 +a0368a287bf2a3566b802ffe6de8b472 koffice-l10n-he-1.5.2.tar.bz2 +95a4edd9df2b1c4744ae0b590d68822a koffice-l10n-hi-1.5.2.tar.bz2 +cd57e11f100ffabf6a3c72faa6433569 koffice-l10n-hu-1.5.2.tar.bz2 +e3b5ec6948dea217e79d3c692d3e3bd3 koffice-l10n-is-1.5.2.tar.bz2 +9658442039b455e52cf68599e3250f54 koffice-l10n-it-1.5.2.tar.bz2 +7eb7880c8e03a8c905a7bba06423fdde koffice-l10n-ja-1.5.2.tar.bz2 +bf8fb56e3b2ab401d4b3ac9e19ad30f4 koffice-l10n-lt-1.5.2.tar.bz2 +8f9a9ccea194653be186517c0879fe8c koffice-l10n-mk-1.5.2.tar.bz2 +617ab3344f714fa9109875bc50b79502 koffice-l10n-ms-1.5.2.tar.bz2 +02adef48c63e4a9f87fed63cefb19d1d koffice-l10n-nb-1.5.2.tar.bz2 +9847ff8d7dbddf4c2f1ae4a6cb0694d1 koffice-l10n-nl-1.5.2.tar.bz2 +9926f8aa4449e839d40f97e7c621de96 koffice-l10n-nn-1.5.2.tar.bz2 +193d09145eea9136067676b6d74ab5f9 koffice-l10n-pl-1.5.2.tar.bz2 +f8d4e8990e1f24ef6076de1c9698458f koffice-l10n-pt-1.5.2.tar.bz2 +bba591e0460c4a0169c07c3d5ae5b118 koffice-l10n-pt_BR-1.5.2.tar.bz2 +22d91909560288e7dd79a3db6e2aab42 koffice-l10n-ro-1.5.2.tar.bz2 +e0a809bf7c9202cf5eebaaa93999f4f3 koffice-l10n-ru-1.5.2.tar.bz2 +8fa484cd096f3f8461c054bad31c3601 koffice-l10n-se-1.5.2.tar.bz2 +a7dbf6b5fa42d0cdee1f0928cbaadfd0 koffice-l10n-sk-1.5.2.tar.bz2 +e5fe2c8a350ba2636f4bd8dd2168b017 koffice-l10n-sl-1.5.2.tar.bz2 +2717a1e1e1ff92d1e962e3b69625e906 koffice-l10n-sr-1.5.2.tar.bz2 +f7774ad33c0efb072653495894865e0e koffice-l10n-sr at Latn-1.5.2.tar.bz2 +83f73110f60ef4b5f633e3cca0dd4e12 koffice-l10n-sv-1.5.2.tar.bz2 +3f0ce9e790415b90daf43c35736a62e7 koffice-l10n-ta-1.5.2.tar.bz2 +add764f98fd61d74bf0886f4bfe7808f koffice-l10n-tg-1.5.2.tar.bz2 +6b7df893cae7725ca94979a4dcd73edf koffice-l10n-tr-1.5.2.tar.bz2 +a31dc3319a452ae7d2d689ac50a73bb0 koffice-l10n-uk-1.5.2.tar.bz2 +259739c2bde6d4fb890915cf7f3358c9 koffice-l10n-uz-1.5.2.tar.bz2 +e2de60faab2bc7049e2b4af6827cbe8e koffice-l10n-zh_CN-1.5.2.tar.bz2 +a39dcaf36d9361d2915399ee0dce0cc0 koffice-l10n-zh_TW-1.5.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 10:10:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:54 -0700 Subject: rpms/libpqxx/FC-4 .cvsignore, 1.4, 1.5 libpqxx.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608031011.k73ABQRn019806@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/FC-4 Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:31 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/libpqxx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libpqxx.spec 30 May 2006 08:18:31 -0000 1.5 +++ libpqxx.spec 3 Aug 2006 10:10:54 -0000 1.6 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://gborg.postgresql.org/project/libpqxx/projdisplay.php -Source0: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.6.6.tar.gz +Source0: ftp://gborg.postgresql.org/pub/libpqxx/stable/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #197933 + * Tue May 30 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:31 -0000 1.4 +++ sources 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 10:10:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 03:10:54 -0700 Subject: rpms/libpqxx/FC-5 .cvsignore, 1.4, 1.5 libpqxx.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608031011.k73ABQlc019811@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libpqxx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19677/FC-5 Modified Files: .cvsignore libpqxx.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 May 2006 08:18:32 -0000 1.4 +++ .cvsignore 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -libpqxx-2.6.6.tar.gz +libpqxx-2.6.7.tar.gz Index: libpqxx.spec =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/libpqxx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libpqxx.spec 30 May 2006 08:18:32 -0000 1.7 +++ libpqxx.spec 3 Aug 2006 10:10:54 -0000 1.8 @@ -1,12 +1,12 @@ Name: libpqxx -Version: 2.6.6 +Version: 2.6.7 Release: 1%{?dist} Summary: C++ client API for PostgreSQL Group: System Environment/Libraries License: BSD URL: http://pqxx.org -Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.6.tar.gz +Source0: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.7.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: postgresql-devel @@ -30,8 +30,6 @@ %prep %setup -q -# Don't pull in extra crud when clients link -perl -pi.no-pqlibs -e 's|@POSTGRES_LIB@||' pqxx-config.in %build %configure --enable-shared --disable-thread-safety --disable-static @@ -57,7 +55,7 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO VERSION -%{_libdir}/libpqxx-2.6.6.so +%{_libdir}/libpqxx-2.6.7.so %files devel %doc README-UPGRADE @@ -67,6 +65,10 @@ %{_libdir}/pkgconfig/libpqxx.pc %changelog +* Thu Aug 03 2006 Andreas Bierfert 2.6.7-1 +- version upgrade +- fix #192933 + * Mon May 29 2006 Andreas Bierfert 2.6.6-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/libpqxx/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 May 2006 08:18:32 -0000 1.4 +++ sources 3 Aug 2006 10:10:54 -0000 1.5 @@ -1 +1 @@ -65f6fd330b9f673eaac4408eb6ea58fa libpqxx-2.6.6.tar.gz +f66b41065a5e3103a348d378320999e4 libpqxx-2.6.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 11:32:41 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:41 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.14, 1.15 Message-ID: <200608031132.k73BWhDj023413@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:01 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:41 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:01 -0000 1.14 +++ sources 3 Aug 2006 11:32:41 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- wine-docs.spec 10 Jul 2006 21:12:01 -0000 1.14 +++ wine-docs.spec 3 Aug 2006 11:32:41 -0000 1.15 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:34 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:34 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.17, 1.18 Message-ID: <200608031133.k73BX6RM023418@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:11:59 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:33 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:11:59 -0000 1.14 +++ sources 3 Aug 2006 11:32:33 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- wine-docs.spec 10 Jul 2006 21:11:59 -0000 1.17 +++ wine-docs.spec 3 Aug 2006 11:32:33 -0000 1.18 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:35 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:35 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.20, 1.21 Message-ID: <200608031133.k73BX7Ud023423@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:00 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:34 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:00 -0000 1.14 +++ sources 3 Aug 2006 11:32:34 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- wine-docs.spec 1 Aug 2006 10:48:24 -0000 1.20 +++ wine-docs.spec 3 Aug 2006 11:32:34 -0000 1.21 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -49,6 +49,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-0.1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:32:35 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Thu, 3 Aug 2006 04:32:35 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 wine-docs.spec, 1.14, 1.15 Message-ID: <200608031133.k73BX7Gh023428@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23341/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 10 Jul 2006 21:12:00 -0000 1.14 +++ .cvsignore 3 Aug 2006 11:32:35 -0000 1.15 @@ -1 +1 @@ -wine-docs-0.9.17.tar.bz2 +wine-docs-0.9.18.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Jul 2006 21:12:00 -0000 1.14 +++ sources 3 Aug 2006 11:32:35 -0000 1.15 @@ -1 +1 @@ -cd6e3624a30c6571734cc82550ec98c7 wine-docs-0.9.17.tar.bz2 +3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- wine-docs.spec 10 Jul 2006 21:12:00 -0000 1.14 +++ wine-docs.spec 3 Aug 2006 11:32:35 -0000 1.15 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.17 +Version: 0.9.18 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.17.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Thu Aug 3 11:38:22 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Thu, 3 Aug 2006 04:38:22 -0700 Subject: rpms/javasvn/devel javasvn.spec,1.3,1.4 Message-ID: <200608031138.k73BcOjp023616@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23599 Modified Files: javasvn.spec Log Message: Fix bad relase tag Index: javasvn.spec =================================================================== RCS file: /cvs/extras/rpms/javasvn/devel/javasvn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- javasvn.spec 31 Jul 2006 18:19:57 -0000 1.3 +++ javasvn.spec 3 Aug 2006 11:38:22 -0000 1.4 @@ -3,7 +3,7 @@ Name: javasvn Version: 1.1.0 -Release: 0.beta4%{?dist} +Release: 0.2.beta4%{?dist} Summary: Pure Java Subversion client library Group: Development/Tools @@ -117,6 +117,9 @@ %changelog +* Thu Aug 03 2006 Robert Marcano 1.1.0-0.2.beta4 +- Fix bad relase tag + * Mon Jul 31 2006 Robert Marcano 1.1.0-0.beta4 - Update to upstream version 1.1.0.beta4, required by subclipse 1.1.4 From fedora-extras-commits at redhat.com Thu Aug 3 11:45:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 3 Aug 2006 04:45:00 -0700 Subject: rpms/colorscheme/FC-4 colorscheme.spec,1.7,1.8 Message-ID: <200608031145.k73Bj2rB023721@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/colorscheme/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23704 Modified Files: colorscheme.spec Log Message: Was missing gettext BR Index: colorscheme.spec =================================================================== RCS file: /cvs/extras/rpms/colorscheme/FC-4/colorscheme.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- colorscheme.spec 3 Aug 2006 10:06:58 -0000 1.7 +++ colorscheme.spec 3 Aug 2006 11:45:00 -0000 1.8 @@ -1,6 +1,6 @@ Name: colorscheme Version: 0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: gtkmm24-devel >= 2.5, libgnomeui-devel >= 2.0, desktop-file-utils BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel +BuildRequires: gettext %description @@ -62,6 +63,9 @@ %changelog +* Thu Aug 3 2006 Denis Leroy - 0.3-4 +- Was missing gettext BR + * Thu Aug 3 2006 Denis Leroy - 0.3-3 - Rebuild with gtkmm 2.6.14 From fedora-extras-commits at redhat.com Thu Aug 3 13:22:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:40 -0700 Subject: rpms/perl-GSSAPI/FC-5 .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNC0w029446@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/FC-5 Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:26:21 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:26:21 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:40 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:26:21 -0000 1.3 +++ sources 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:22:39 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:39 -0700 Subject: rpms/perl-GSSAPI/FC-4 .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNBR3029441@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/FC-4 Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:26:21 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:39 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:26:21 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:39 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:26:21 -0000 1.3 +++ sources 3 Aug 2006 13:22:39 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:22:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:22:40 -0700 Subject: rpms/perl-GSSAPI/devel .cvsignore, 1.3, 1.4 perl-GSSAPI.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608031323.k73DNCeF029451@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-GSSAPI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29382/devel Modified Files: .cvsignore perl-GSSAPI.spec sources Log Message: Update to 0.23. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 29 May 2006 22:08:40 -0000 1.3 +++ .cvsignore 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -GSSAPI-0.22.tar.gz +GSSAPI-0.23.tar.gz Index: perl-GSSAPI.spec =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/perl-GSSAPI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-GSSAPI.spec 29 May 2006 22:08:40 -0000 1.2 +++ perl-GSSAPI.spec 3 Aug 2006 13:22:40 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-GSSAPI -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Perl extension providing access to the GSSAPIv2 library @@ -64,6 +64,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.23-1 +- Update to 0.23. + * Mon May 29 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-GSSAPI/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 29 May 2006 22:08:40 -0000 1.3 +++ sources 3 Aug 2006 13:22:40 -0000 1.4 @@ -1 +1 @@ -63ea55e46783c028ef6dac0ec2ca0887 GSSAPI-0.22.tar.gz +eeafa996b378752be7c11e7ed79acece GSSAPI-0.23.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 13:31:32 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 06:31:32 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.2, 1.3 perl-Devel-Cover.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608031331.k73DVY6b029720@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29699 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 16:57:18 -0000 1.2 +++ .cvsignore 3 Aug 2006 13:31:32 -0000 1.3 @@ -1 +1 @@ -Devel-Cover-0.55.tar.gz +Devel-Cover-0.56.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Devel-Cover.spec 12 May 2006 16:57:18 -0000 1.1 +++ perl-Devel-Cover.spec 3 Aug 2006 13:31:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.55 -Release: 2%{?dist} +Version: 0.56 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 +- Update to 0.56. + * Fri May 12 2006 Jose Pedro Oliveira - 0.55-2 - Removed dependencies pulled in by a documentation file (#191110). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 16:57:18 -0000 1.2 +++ sources 3 Aug 2006 13:31:32 -0000 1.3 @@ -1 +1 @@ -6bb9ddcd7a9e4d87c02b8bbea7ad3c4a Devel-Cover-0.55.tar.gz +ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 14:32:00 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 3 Aug 2006 07:32:00 -0700 Subject: rpms/wine-docs/FC-4 wine-docs.spec,1.21,1.22 Message-ID: <200608031432.k73EW2g3000338@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv321 Modified Files: wine-docs.spec Log Message: strace needed for build environment and buildsys bug work-around Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- wine-docs.spec 3 Aug 2006 11:32:34 -0000 1.21 +++ wine-docs.spec 3 Aug 2006 14:32:00 -0000 1.22 @@ -11,6 +11,8 @@ BuildArch: noarch BuildRequires: docbook-utils-pdf BuildRequires: openjade +# Only for buildsys bug 179852, see build section! +BuildRequires: strace %description This package is Wine's documentation repository. It consists of From fedora-extras-commits at redhat.com Thu Aug 3 14:49:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 07:49:14 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.9,1.10 Message-ID: <200608031449.k73EnGH7000477@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv460 Modified Files: gobby.spec Log Message: * Thu Aug 03 2006 Luke Macken - 0.3.0-4 - Rebuild for new gtkmm (Bug #201172) Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gobby.spec 27 Jun 2006 16:44:31 -0000 1.9 +++ gobby.spec 3 Aug 2006 14:49:14 -0000 1.10 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -66,6 +66,9 @@ %changelog +* Thu Aug 03 2006 Luke Macken - 0.3.0-4 +- Rebuild for new gtkmm (Bug #201172) + * Tue Jun 27 2006 Luke Macken - 0.3.0-3 - Rebuild From fedora-extras-commits at redhat.com Thu Aug 3 14:51:24 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 07:51:24 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.10,1.11 Message-ID: <200608031451.k73EpQlk000532@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv515 Modified Files: gobby.spec Log Message: rev bump Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gobby.spec 3 Aug 2006 14:49:14 -0000 1.10 +++ gobby.spec 3 Aug 2006 14:51:23 -0000 1.11 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -66,7 +66,7 @@ %changelog -* Thu Aug 03 2006 Luke Macken - 0.3.0-4 +* Thu Aug 03 2006 Luke Macken - 0.3.0-5 - Rebuild for new gtkmm (Bug #201172) * Tue Jun 27 2006 Luke Macken - 0.3.0-3 From fedora-extras-commits at redhat.com Thu Aug 3 15:16:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Thu, 3 Aug 2006 08:16:47 -0700 Subject: rpms/gobby/FC-4 gobby.spec,1.11,1.12 Message-ID: <200608031516.k73FGnaU003278@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3255 Modified Files: gobby.spec Log Message: remove find_lang macro since no translations can be found Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/FC-4/gobby.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gobby.spec 3 Aug 2006 14:51:23 -0000 1.11 +++ gobby.spec 3 Aug 2006 15:16:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: gobby Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -43,8 +43,6 @@ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/gobby.desktop -%find_lang %{name} - %post update-desktop-database &> /dev/null ||: @@ -57,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files %defattr(-,root,root,-) %doc README NEWS AUTHORS COPYING ChangeLog TODO %{_bindir}/gobby @@ -66,6 +64,9 @@ %changelog +* Thu Aug 03 2006 Luke Macken - 0.3.0-6 +- Remove find_lang macro since no translations can be found + * Thu Aug 03 2006 Luke Macken - 0.3.0-5 - Rebuild for new gtkmm (Bug #201172) From fedora-extras-commits at redhat.com Thu Aug 3 16:42:35 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 09:42:35 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-makefile.patch, 1.2, 1.3 aplus-fsf.spec, 1.2, 1.3 Message-ID: <200608031642.k73GgbdW006194@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6172 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Log Message: Fix some x86-64 releated stuff aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf-4.20-makefile.patch 1 Aug 2006 20:03:44 -0000 1.2 +++ aplus-fsf-4.20-makefile.patch 3 Aug 2006 16:42:35 -0000 1.3 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-03 17:32:06.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -155,13 +155,13 @@ + +libMSGUI_la_LDFLAGS = $(libMSGUI_version) + -+libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap -L/usr/X11R6/lib -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ ++libMSGUI_la_LIBADD = -L../MSTypes -L../MSIPC -L../dap @X_LIBS@ -lMSTypes -lMSIPC -ladap -lX11 -lstdc++ + EXTRA_DIST = \ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,7 +202,7 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-01 20:09:45.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -213,7 +213,7 @@ TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-01 20:09:07.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -224,7 +224,7 @@ fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +232,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +243,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-02 17:14:10.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-02 17:14:10.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-01 20:08:00.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-02 17:14:10.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 1 Aug 2006 20:03:44 -0000 1.2 +++ aplus-fsf.spec 3 Aug 2006 16:42:35 -0000 1.3 @@ -6,13 +6,14 @@ %define _x11bindir %{_x11pref}/bin %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d -%define _x11lib %{_x11pref}/lib +%define _x11lib %{_x11pref}/%{_lib} + %define _x11fonts %{_x11lib}/X11/fonts %define _x11appdef %{_x11lib}/X11/app-defaults Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 7%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -101,7 +102,7 @@ export CXXLFAGS=$RPM_OPT_FLAGS automake-1.6 autoconf -%configure --prefix=/usr +%configure --prefix=/usr --x-libraries=%{_x11lib} make %{?_smp_mflags} %install @@ -207,6 +208,9 @@ %{_x11fonts}/apl/TTF/* %Changelog +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-7 +- Fix some x86_64 stuff + * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 - Backport to FC-4 From fedora-extras-commits at redhat.com Thu Aug 3 18:11:19 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 11:11:19 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf.spec,1.3,1.4 Message-ID: <200608031811.k73IBLPA011885@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11868 Modified Files: aplus-fsf.spec Log Message: Fix %{_x11appdef} for x86_64 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf.spec 3 Aug 2006 16:42:35 -0000 1.3 +++ aplus-fsf.spec 3 Aug 2006 18:11:18 -0000 1.4 @@ -9,11 +9,11 @@ %define _x11lib %{_x11pref}/%{_lib} %define _x11fonts %{_x11lib}/X11/fonts -%define _x11appdef %{_x11lib}/X11/app-defaults +%define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 7%{?dbuild.logist} +Release: 8%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -208,7 +208,7 @@ %{_x11fonts}/apl/TTF/* %Changelog -* Thu Aug 3 2006 Jochen Schmitt 4.20.2-7 +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-8 - Fix some x86_64 stuff * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 From fedora-extras-commits at redhat.com Thu Aug 3 18:34:58 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 3 Aug 2006 11:34:58 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf.spec,1.4,1.5 Message-ID: <200608031835.k73IZ0n0012130@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12113 Modified Files: aplus-fsf.spec Log Message: Fix font paths for x86_64 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aplus-fsf.spec 3 Aug 2006 18:11:18 -0000 1.4 +++ aplus-fsf.spec 3 Aug 2006 18:34:58 -0000 1.5 @@ -8,12 +8,12 @@ %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_x11pref}/%{_lib} -%define _x11fonts %{_x11lib}/X11/fonts +%define _x11fonts %{_x11pref}/lib/X11/fonts %define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 8%{?dbuild.logist} +Release: 9%{?dbuild.logist} License: GPL Summary: Advanced APL interpreter with s interface @@ -208,7 +208,7 @@ %{_x11fonts}/apl/TTF/* %Changelog -* Thu Aug 3 2006 Jochen Schmitt 4.20.2-8 +* Thu Aug 3 2006 Jochen Schmitt 4.20.2-9 - Fix some x86_64 stuff * Tue Aug 1 2006 Jochen Schmitt 4.20.2-6 From fedora-extras-commits at redhat.com Thu Aug 3 19:54:14 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 3 Aug 2006 12:54:14 -0700 Subject: owners owners.list,1.1357,1.1358 Message-ID: <200608031954.k73JsGp1015790@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15773 Modified Files: owners.list Log Message: awjb will take care of alsa-stuff from now on; thx for taking it over Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1357 retrieving revision 1.1358 diff -u -r1.1357 -r1.1358 --- owners.list 2 Aug 2006 21:02:21 -0000 1.1357 +++ owners.list 3 Aug 2006 19:54:13 -0000 1.1358 @@ -36,8 +36,8 @@ Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|fedora at leemhuis.info|extras-qa at fedoraproject.org| -Fedora Extras|alsa-tools|The ALSA Tools|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|alsa-firmware|Firmware for several ALSA-Supported soundcards|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| +Fedora Extras|alsa-tools|The ALSA Tools|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|alsamixergui|GUI mixer for ALSA sound devices|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|altermime|Alter MIME-encoded mailpacks|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|amarok|Media player for KDE|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 3 20:23:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 3 Aug 2006 13:23:01 -0700 Subject: rpms/gossip/devel gossip-dbus-crash.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 gossip.spec, 1.22, 1.23 sources, 1.10, 1.11 Message-ID: <200608032023.k73KN3pN018867@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18843 Modified Files: .cvsignore gossip.spec sources Added Files: gossip-dbus-crash.patch Log Message: * Thu Aug 3 2006 Brian Pepple - 0.13-3 - Update to 0.13. - Add patch to fix dbus crash. - Minor changes to files section. gossip-dbus-crash.patch: --- NEW FILE gossip-dbus-crash.patch --- diff -ur gossip-0.13.OLD/src/gossip-dbus.c gossip-0.13/src/gossip-dbus.c --- gossip-0.13.OLD/src/gossip-dbus.c 2006-07-12 04:54:30.000000000 -0400 +++ gossip-0.13/src/gossip-dbus.c 2006-08-03 15:56:49.000000000 -0400 @@ -66,31 +66,33 @@ G_DEFINE_TYPE(GossipDBus, gossip_dbus, G_TYPE_OBJECT) -gboolean gossip_dbus_set_presence (GossipDBus *obj, - const char *state, - const char *status, - GError **error); -gboolean gossip_dbus_set_not_away (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_set_network_status (GossipDBus *obj, - gboolean up, - GError **error); -gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, - gboolean visible, - GError **error); -gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, - gboolean *visible, - GError **error); -gboolean gossip_dbus_get_open_chats (GossipDBus *obj, - char ***contacts, - GError **error); -gboolean gossip_dbus_send_message (GossipDBus *obj, - const gchar *contact_id, - GError **error); -gboolean gossip_dbus_new_message (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_toggle_roster (GossipDBus *obj, - GError **error); +static gboolean gossip_dbus_set_presence (GossipDBus *obj, + const char *state, + const char *status, + GError **error); +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, + gboolean up, + GError **error); +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, + gboolean visible, + GError **error); +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, + gboolean *visible, + GError **error); +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, + char ***contacts, + GError **error); +static gboolean gossip_dbus_send_message (GossipDBus *obj, + const gchar *contact_id, + GError **error); +static gboolean gossip_dbus_new_message (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, + GError **error); +static void nm_proxy_notify_cb (gpointer data, + GObject *where_the_object_was); #include "gossip-dbus-glue.h" @@ -113,7 +115,7 @@ { } -gboolean +static gboolean gossip_dbus_set_presence (GossipDBus *obj, const char *state, const char *status, @@ -150,7 +152,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, GError **error) { @@ -160,7 +162,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, gboolean up, GError **error) @@ -177,7 +179,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, gboolean visible, GError **error) @@ -190,7 +192,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, gboolean *visible, GError **error) @@ -202,7 +204,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, char ***contacts, GError **error) @@ -229,7 +231,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_send_message (GossipDBus *obj, const gchar *contact_id, GError **error) @@ -252,7 +254,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_new_message (GossipDBus *obj, GError **error) { @@ -262,7 +264,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, GError **error) { @@ -346,11 +348,22 @@ void gossip_dbus_finalize_for_session (void) { - g_object_unref (bus_proxy); - g_object_unref (nm_proxy); + if (bus_proxy) { + g_object_unref (bus_proxy); + } + + if (nm_proxy) { + g_object_weak_unref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); + g_object_unref (nm_proxy); + } + + if (gossip_dbus) { + g_object_unref (gossip_dbus); + } - g_object_unref (gossip_dbus); - g_object_unref (saved_session); + if (saved_session) { + g_object_unref (saved_session); + } } /* @@ -465,11 +478,9 @@ } static void -nm_proxy_notify_cb (gpointer conn, +nm_proxy_notify_cb (gpointer data, GObject *where_the_object_was) { - dbus_connection_unref (conn); - nm_proxy = NULL; nm_proxy_restart_retries = 5; @@ -514,7 +525,7 @@ return FALSE; } - g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, conn); + g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); dbus_g_object_register_marshaller (g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, G_TYPE_UINT, G_TYPE_INVALID); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Jul 2006 14:21:16 -0000 1.10 +++ .cvsignore 3 Aug 2006 20:23:01 -0000 1.11 @@ -1 +1 @@ -gossip-0.12.tar.bz2 +gossip-0.13.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gossip.spec 26 Jul 2006 14:21:16 -0000 1.22 +++ gossip.spec 3 Aug 2006 20:23:01 -0000 1.23 @@ -1,14 +1,15 @@ %define with_dbus 1 Name: gossip -Version: 0.12 +Version: 0.13 Release: 3%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications License: GPL -URL: http://www.imendio.com/projects/gossip/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +URL: http://www.imendio.com/projects/gossip/ +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -43,6 +44,7 @@ %prep %setup -q +%patch0 -p1 -b .dbus %build @@ -114,23 +116,21 @@ %{_bindir}/%{name} %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/sound/events/%{name}.soundlist -%{_datadir}/applications/*.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/*.glade -%{_datadir}/%{name}/*.png -%{_datadir}/%{name}/*.dtd -%{_datadir}/%{name}/%{name}-log.xsl -%dir %{_datadir}/%{name}/protocols -%{_datadir}/%{name}/protocols/* -%dir %{_datadir}/sounds/%{name} -%{_datadir}/sounds/%{name}/*.wav +%{_datadir}/%{name}/ +%{_datadir}/sounds/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/gnome/help/%{name}/ %changelog +* Thu Aug 3 2006 Brian Pepple - 0.13-3 +- Update to 0.13. +- Add patch to fix dbus crash. +- Minor changes to files section. + * Wed Jul 26 2006 Brian Pepple - 0.12-3 - Update to 0.12. - Hold off from building peekaboo applet until it's more stable. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Jul 2006 14:21:16 -0000 1.10 +++ sources 3 Aug 2006 20:23:01 -0000 1.11 @@ -1 +1 @@ -8ab6249e719cff70ea61cbe83171f78b gossip-0.12.tar.bz2 +d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 20:24:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 3 Aug 2006 13:24:59 -0700 Subject: rpms/gossip/FC-5 gossip-dbus-crash.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 gossip.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200608032025.k73KP14x018994@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18968 Modified Files: .cvsignore gossip.spec sources Added Files: gossip-dbus-crash.patch Log Message: * Thu Aug 3 2006 Brian Pepple - 0.13-2 - Update to 0.13. - Add patch to fix dbus crash. - Minor changes to files section. gossip-dbus-crash.patch: --- NEW FILE gossip-dbus-crash.patch --- diff -ur gossip-0.13.OLD/src/gossip-dbus.c gossip-0.13/src/gossip-dbus.c --- gossip-0.13.OLD/src/gossip-dbus.c 2006-07-12 04:54:30.000000000 -0400 +++ gossip-0.13/src/gossip-dbus.c 2006-08-03 15:56:49.000000000 -0400 @@ -66,31 +66,33 @@ G_DEFINE_TYPE(GossipDBus, gossip_dbus, G_TYPE_OBJECT) -gboolean gossip_dbus_set_presence (GossipDBus *obj, - const char *state, - const char *status, - GError **error); -gboolean gossip_dbus_set_not_away (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_set_network_status (GossipDBus *obj, - gboolean up, - GError **error); -gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, - gboolean visible, - GError **error); -gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, - gboolean *visible, - GError **error); -gboolean gossip_dbus_get_open_chats (GossipDBus *obj, - char ***contacts, - GError **error); -gboolean gossip_dbus_send_message (GossipDBus *obj, - const gchar *contact_id, - GError **error); -gboolean gossip_dbus_new_message (GossipDBus *obj, - GError **error); -gboolean gossip_dbus_toggle_roster (GossipDBus *obj, - GError **error); +static gboolean gossip_dbus_set_presence (GossipDBus *obj, + const char *state, + const char *status, + GError **error); +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, + gboolean up, + GError **error); +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, + gboolean visible, + GError **error); +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, + gboolean *visible, + GError **error); +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, + char ***contacts, + GError **error); +static gboolean gossip_dbus_send_message (GossipDBus *obj, + const gchar *contact_id, + GError **error); +static gboolean gossip_dbus_new_message (GossipDBus *obj, + GError **error); +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, + GError **error); +static void nm_proxy_notify_cb (gpointer data, + GObject *where_the_object_was); #include "gossip-dbus-glue.h" @@ -113,7 +115,7 @@ { } -gboolean +static gboolean gossip_dbus_set_presence (GossipDBus *obj, const char *state, const char *status, @@ -150,7 +152,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_not_away (GossipDBus *obj, GError **error) { @@ -160,7 +162,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_network_status (GossipDBus *obj, gboolean up, GError **error) @@ -177,7 +179,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_set_roster_visible (GossipDBus *obj, gboolean visible, GError **error) @@ -190,7 +192,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_roster_visible (GossipDBus *obj, gboolean *visible, GError **error) @@ -202,7 +204,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_get_open_chats (GossipDBus *obj, char ***contacts, GError **error) @@ -229,7 +231,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_send_message (GossipDBus *obj, const gchar *contact_id, GError **error) @@ -252,7 +254,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_new_message (GossipDBus *obj, GError **error) { @@ -262,7 +264,7 @@ return TRUE; } -gboolean +static gboolean gossip_dbus_toggle_roster (GossipDBus *obj, GError **error) { @@ -346,11 +348,22 @@ void gossip_dbus_finalize_for_session (void) { - g_object_unref (bus_proxy); - g_object_unref (nm_proxy); + if (bus_proxy) { + g_object_unref (bus_proxy); + } + + if (nm_proxy) { + g_object_weak_unref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); + g_object_unref (nm_proxy); + } + + if (gossip_dbus) { + g_object_unref (gossip_dbus); + } - g_object_unref (gossip_dbus); - g_object_unref (saved_session); + if (saved_session) { + g_object_unref (saved_session); + } } /* @@ -465,11 +478,9 @@ } static void -nm_proxy_notify_cb (gpointer conn, +nm_proxy_notify_cb (gpointer data, GObject *where_the_object_was) { - dbus_connection_unref (conn); - nm_proxy = NULL; nm_proxy_restart_retries = 5; @@ -514,7 +525,7 @@ return FALSE; } - g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, conn); + g_object_weak_ref (G_OBJECT (nm_proxy), nm_proxy_notify_cb, NULL); dbus_g_object_register_marshaller (g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, G_TYPE_UINT, G_TYPE_INVALID); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 26 Jul 2006 14:25:23 -0000 1.10 +++ .cvsignore 3 Aug 2006 20:24:59 -0000 1.11 @@ -1 +1 @@ -gossip-0.12.tar.bz2 +gossip-0.13.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gossip.spec 26 Jul 2006 14:25:23 -0000 1.20 +++ gossip.spec 3 Aug 2006 20:24:59 -0000 1.21 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.12 +Version: 0.13 Release: 2%{?dist} Summary: Gnome Jabber Client @@ -9,6 +9,7 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -42,6 +43,7 @@ %prep %setup -q +%patch0 -p1 -b .dbus %build @@ -113,23 +115,21 @@ %{_bindir}/%{name} %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/sound/events/%{name}.soundlist -%{_datadir}/applications/*.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/*.glade -%{_datadir}/%{name}/*.png -%{_datadir}/%{name}/*.dtd -%{_datadir}/%{name}/%{name}-log.xsl -%dir %{_datadir}/%{name}/protocols -%{_datadir}/%{name}/protocols/* -%dir %{_datadir}/sounds/%{name} -%{_datadir}/sounds/%{name}/*.wav +%{_datadir}/%{name}/ +%{_datadir}/sounds/%{name}/ %{_datadir}/omf/%{name}/ %{_datadir}/gnome/help/%{name}/ %changelog +* Thu Aug 3 2006 Brian Pepple - 0.13-2 +- Update to 0.13. +- Add patch to fix dbus crash. +- Minor changes to files section. + * Wed Jul 26 2006 Brian Pepple - 0.12-2 - Update to 0.12. - Hold off from building peekaboo applet until it's more stable. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 26 Jul 2006 14:25:23 -0000 1.10 +++ sources 3 Aug 2006 20:24:59 -0000 1.11 @@ -1 +1 @@ -8ab6249e719cff70ea61cbe83171f78b gossip-0.12.tar.bz2 +d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 3 20:25:17 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:25:17 -0700 Subject: rpms/monotone/FC-5 .cvsignore, 1.8, 1.9 monotone.init, 1.5, 1.6 monotone.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <200608032025.k73KPKlf019056@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19006 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 07:07:50 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:25:17 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.init,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monotone.init 8 May 2006 19:50:02 -0000 1.5 +++ monotone.init 3 Aug 2006 20:25:17 -0000 1.6 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- monotone.spec 12 Jul 2006 07:07:50 -0000 1.13 +++ monotone.spec 3 Aug 2006 20:25:17 -0000 1.14 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 07:07:50 -0000 1.8 +++ sources 3 Aug 2006 20:25:17 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 20:28:04 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:28:04 -0700 Subject: rpms/monotone/FC-4 .cvsignore, 1.8, 1.9 monotone.init, 1.8, 1.9 monotone.spec, 1.17, 1.18 sources, 1.8, 1.9 Message-ID: <200608032028.k73KS6Ft019209@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19183 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 06:12:54 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:28:04 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.init,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- monotone.init 8 May 2006 19:50:54 -0000 1.8 +++ monotone.init 3 Aug 2006 20:28:04 -0000 1.9 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- monotone.spec 12 Jul 2006 06:12:54 -0000 1.17 +++ monotone.spec 3 Aug 2006 20:28:04 -0000 1.18 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 06:12:54 -0000 1.8 +++ sources 3 Aug 2006 20:28:04 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 20:28:49 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 13:28:49 -0700 Subject: rpms/monotone/devel .cvsignore, 1.8, 1.9 monotone.init, 1.5, 1.6 monotone.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <200608032028.k73KSpeO019284@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19261 Modified Files: .cvsignore monotone.init monotone.spec sources Log Message: Update to 0.28 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Jul 2006 07:07:51 -0000 1.8 +++ .cvsignore 3 Aug 2006 20:28:49 -0000 1.9 @@ -1 +1 @@ -monotone-0.27.tar.gz +monotone-0.28.tar.gz Index: monotone.init =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.init,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- monotone.init 8 May 2006 19:50:21 -0000 1.5 +++ monotone.init 3 Aug 2006 20:28:49 -0000 1.6 @@ -5,7 +5,7 @@ # chkconfig: - 90 10 # description: Monotone netsync protocol server # processname: monotone-server -# pidfile: /var/run/monotone-server.pid +# pidfile: /var/run/monotone/monotone-server.pid # config: /etc/sysconfig/monotone # config: /etc/monotone/monotonerc @@ -26,6 +26,7 @@ MT=/usr/bin/mtn MTSERVER=/usr/sbin/monotone-server +MONOTONE_PIDFILE=/var/run/monotone/monotone-server.pid MONOTONE_LOGFILE=${MONOTONE_LOGFILE:-/var/log/monotone.log} MONOTONE_OLDDB=/var/db/monotone/server.db @@ -62,10 +63,12 @@ { exec 3>> $MONOTONE_LOGFILE && echo >&3 "Server restart at `date`" && - daemon --user=${MONOTONE_USER:-monotone} $MTSERVER \ - $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ - serve --pid-file=/var/run/monotone-server.pid \ - "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" + daemon --user=${MONOTONE_USER:-monotone} \ + --pidfile $MONOTONE_PIDFILE \ + $MTSERVER \ + $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS \ + serve --pid-file=$MONOTONE_PIDFILE \ + "$MONOTONE_SERVE_OPTS" ">&3 2>&3 &" } && success || failure RETVAL=$? echo @@ -75,7 +78,7 @@ stop) # Stop daemons. echo -n $"Stopping monotone server: " - killproc $MTSERVER + killproc -p $MONOTONE_PIDFILE $MTSERVER RETVAL=$? [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone echo @@ -88,7 +91,7 @@ [ -e /var/lock/subsys/monotone ] && $0 restart ;; status) - status monotone-server + status -p $MONOTONE_PIDFILE monotone-server RETVAL=$? ;; init) Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- monotone.spec 12 Jul 2006 07:07:51 -0000 1.13 +++ monotone.spec 3 Aug 2006 20:28:49 -0000 1.14 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.27 +Version: 0.28 Release: 1%{?dist} Summary: A free, distributed version control system @@ -81,22 +81,23 @@ emacs -batch -f batch-byte-compile ${lispdir} mkdir -p %{buildroot}%{_sbindir} -mkdir -p %{buildroot}/etc/init.d -mkdir -p %{buildroot}/etc/sysconfig -mkdir -p %{buildroot}/var/db +mkdir -p %{buildroot}%{_sysconfdir}/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig +mkdir -p %{buildroot}%{_localstatedir}/db ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server -%{__install} -c -m 0555 %{SOURCE1} %{buildroot}/etc/init.d/monotone -%{__install} -c -m 0644 %{SOURCE2} %{buildroot}/etc/sysconfig/monotone -%{__install} -d -m 0755 %{buildroot}/etc/monotone -%{__install} -d -m 0750 %{buildroot}/etc/monotone/private-keys -%{__install} -d -m 0770 %{buildroot}/var/db/monotone +%{__install} -c -m 0555 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/monotone +%{__install} -c -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone +%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone +%{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys +%{__install} -d -m 0770 %{buildroot}%{_localstatedir}/db/monotone +%{__install} -d -m 0755 %{buildroot}%{_localstatedir}/run/monotone # These do not actually wind up in the package, due to %%ghost. -%{__install} -c -m 0440 /dev/null %{buildroot}/etc/monotone/passphrase.lua -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/read-permissions -%{__install} -c -m 0640 /dev/null %{buildroot}/etc/monotone/write-permissions -%{__install} -c -m 0644 /dev/null %{buildroot}/etc/monotone/monotonerc -touch %{buildroot}/var/db/monotone/server.mtn +%{__install} -c -m 0440 /dev/null %{buildroot}%{_sysconfdir}/monotone/passphrase.lua +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/read-permissions +%{__install} -c -m 0640 /dev/null %{buildroot}%{_sysconfdir}/monotone/write-permissions +%{__install} -c -m 0644 /dev/null %{buildroot}%{_sysconfdir}/monotone/monotonerc +touch %{buildroot}%{_localstatedir}/db/monotone/server.mtn cp %{SOURCE3} . @@ -131,21 +132,22 @@ %doc README.monotone-server %defattr(-,root,root,-) %{_sbindir}/monotone-server -/etc/init.d/monotone -%config /etc/sysconfig/monotone -%dir %attr(0755,root,monotone) /etc/monotone -%dir %attr(0750,root,monotone) /etc/monotone/private-keys -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/monotonerc -%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/passphrase.lua -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/read-permissions -%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/monotone/write-permissions -%dir %attr(0770,monotone,monotone) /var/db/monotone -%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/monotone/server.mtn +%{_sysconfdir}/init.d/monotone +%dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone +%config %{_sysconfdir}/sysconfig/monotone +%dir %attr(0755,root,monotone) %{_sysconfdir}/monotone +%dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc +%attr(0440,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/passphrase.lua +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/read-permissions +%attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/write-permissions +%dir %attr(0770,monotone,monotone) %{_localstatedir}/db/monotone +%attr(0660,monotone,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_localstatedir}/db/monotone/server.mtn %pre server # Add the "monotone" user /usr/sbin/useradd -c "Monotone Netsync Server" \ - -s /sbin/nologin -r -d /var/db/monotone monotone 2> /dev/null || : + -s /sbin/nologin -r -d %{_localstatedir}/db/monotone monotone 2> /dev/null || : %post server # Register the monotone service @@ -162,6 +164,10 @@ %changelog +* Thu Aug 3 2006 Roland McGrath - 0.28-1 +- Updated for 0.28 release. (#198652) +- Move server PID file into /var/run/monotone subdirectory. (#198761) + * Tue Jul 11 2006 Roland McGrath - 0.27-1 - Updated for 0.27 release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Jul 2006 07:07:51 -0000 1.8 +++ sources 3 Aug 2006 20:28:49 -0000 1.9 @@ -1 +1 @@ -cf3d8f26b7570d0d65834c3949913e2d monotone-0.27.tar.gz +8c2e81152e12fed543a8702792232ed3 monotone-0.28.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 21:18:42 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 14:18:42 -0700 Subject: rpms/monotone/FC-5 monotone.spec,1.14,1.15 Message-ID: <200608032118.k73LIiGM022083@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22066 Modified Files: monotone.spec Log Message: Get testsuite logs from new place. Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- monotone.spec 3 Aug 2006 20:25:17 -0000 1.14 +++ monotone.spec 3 Aug 2006 21:18:41 -0000 1.15 @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 21:19:35 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 14:19:35 -0700 Subject: rpms/monotone/FC-5 monotone.spec,1.15,1.16 Message-ID: <200608032119.k73LJbGk022136@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22119 Modified Files: monotone.spec Log Message: Missing bump Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-5/monotone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- monotone.spec 3 Aug 2006 21:18:41 -0000 1.15 +++ monotone.spec 3 Aug 2006 21:19:35 -0000 1.16 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools From fedora-extras-commits at redhat.com Thu Aug 3 22:23:36 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 15:23:36 -0700 Subject: rpms/monotone/devel monotone.spec,1.14,1.15 Message-ID: <200608032223.k73MNc5k025037@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25020 Modified Files: monotone.spec Log Message: Propagate from FC-5 Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- monotone.spec 3 Aug 2006 20:28:49 -0000 1.14 +++ monotone.spec 3 Aug 2006 22:23:36 -0000 1.15 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 22:23:55 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Thu, 3 Aug 2006 15:23:55 -0700 Subject: rpms/monotone/FC-4 monotone.spec,1.18,1.19 Message-ID: <200608032223.k73MNvFZ025098@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/rpms/monotone/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25081 Modified Files: monotone.spec Log Message: Propagate from FC-5 Index: monotone.spec =================================================================== RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- monotone.spec 3 Aug 2006 20:28:04 -0000 1.18 +++ monotone.spec 3 Aug 2006 22:23:54 -0000 1.19 @@ -1,6 +1,6 @@ Name: monotone Version: 0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -65,7 +65,7 @@ make %{?_smp_mflags} %check -make check || { cat testsuite.log; false; } +make check || { cat tester_dir/tester.log; false; } %install rm -rf %{buildroot} @@ -164,7 +164,7 @@ %changelog -* Thu Aug 3 2006 Roland McGrath - 0.28-1 +* Thu Aug 3 2006 Roland McGrath - 0.28-2 - Updated for 0.28 release. (#198652) - Move server PID file into /var/run/monotone subdirectory. (#198761) From fedora-extras-commits at redhat.com Thu Aug 3 22:54:43 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:43 -0700 Subject: rpms/asymptote/devel .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032254.k73MsjdS025297@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/devel Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:58 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:42 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:58 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:42 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:58 -0000 1.6 +++ sources 3 Aug 2006 22:54:42 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 22:54:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:36 -0700 Subject: rpms/asymptote/FC-4 .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032255.k73Mt8En025306@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/FC-4 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:57 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:36 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:57 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:36 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:57 -0000 1.6 +++ sources 3 Aug 2006 22:54:36 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 22:54:37 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 15:54:37 -0700 Subject: rpms/asymptote/FC-5 .cvsignore, 1.6, 1.7 asymptote.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <200608032255.k73Mt9mo025311@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/asymptote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25239/FC-5 Modified Files: .cvsignore asymptote.spec sources Log Message: Update to 1.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jul 2006 14:16:57 -0000 1.6 +++ .cvsignore 3 Aug 2006 22:54:37 -0000 1.7 @@ -1 +1 @@ -asymptote-1.11.tar.gz +asymptote-1.12.tar.gz Index: asymptote.spec =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/asymptote.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asymptote.spec 7 Jul 2006 14:16:57 -0000 1.7 +++ asymptote.spec 3 Aug 2006 22:54:37 -0000 1.8 @@ -4,7 +4,7 @@ %define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp Name: asymptote -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Descriptive vector graphics language @@ -137,6 +137,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.12-1 +- Update to 1.12. + * Thu Jul 6 2006 Jose Pedro Oliveira - 1.11-1 - Update to 1.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/asymptote/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jul 2006 14:16:57 -0000 1.6 +++ sources 3 Aug 2006 22:54:37 -0000 1.7 @@ -1 +1 @@ -e4fe386fcd87a8738f30ebc168d8a507 asymptote-1.11.tar.gz +9639ec7a834c6f4eb46d4af3c9c4ce67 asymptote-1.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:08:04 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:08:04 -0700 Subject: rpms/perl-Module-CoreList/devel .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608032308.k73N86Fi028166@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/devel Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:40 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:08:03 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:40 -0000 1.11 +++ perl-Module-CoreList.spec 3 Aug 2006 23:08:03 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:40 -0000 1.8 +++ sources 3 Aug 2006 23:08:03 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:07:57 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:07:57 -0700 Subject: rpms/perl-Module-CoreList/FC-4 .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200608032308.k73N8TOs028171@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/FC-4 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:34 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:07:57 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/perl-Module-CoreList.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:34 -0000 1.10 +++ perl-Module-CoreList.spec 3 Aug 2006 23:07:57 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:34 -0000 1.8 +++ sources 3 Aug 2006 23:07:57 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 3 23:07:58 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 16:07:58 -0700 Subject: rpms/perl-Module-CoreList/FC-5 .cvsignore, 1.8, 1.9 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608032308.k73N8UIg028176@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28111/FC-5 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.06. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Jun 2006 20:27:39 -0000 1.8 +++ .cvsignore 3 Aug 2006 23:07:58 -0000 1.9 @@ -1 +1 @@ -Module-CoreList-2.05.tar.gz +Module-CoreList-2.06.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 6 Jun 2006 20:27:39 -0000 1.11 +++ perl-Module-CoreList.spec 3 Aug 2006 23:07:58 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.05 +Version: 2.06 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -11,6 +11,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(version) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -53,10 +54,13 @@ %{_bindir}/* %{perl_vendorlib}/Module/ %{_mandir}/man1/*.1* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 +- Update to 2.06. + * Tue Jun 6 2006 Jose Pedro Oliveira - 2.05-1 - Update to 2.05. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Jun 2006 20:27:39 -0000 1.8 +++ sources 3 Aug 2006 23:07:58 -0000 1.9 @@ -1 +1 @@ -dca4038ffe1620faeb263823af4deb64 Module-CoreList-2.05.tar.gz +072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 00:48:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 17:48:07 -0700 Subject: rpms/perl-Devel-Cover/devel perl-Devel-Cover.spec,1.2,1.3 Message-ID: <200608040048.k740m988031286@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31269 Modified Files: perl-Devel-Cover.spec Log Message: New requirement: perl(PPI::HTML) Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Devel-Cover.spec 3 Aug 2006 13:31:32 -0000 1.2 +++ perl-Devel-Cover.spec 4 Aug 2006 00:48:06 -0000 1.3 @@ -10,9 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) +BuildRequires: perl(PPI::HTML) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) Requires: perl(Test::Differences) From fedora-extras-commits at redhat.com Fri Aug 4 01:00:10 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 18:00:10 -0700 Subject: rpms/perl-Devel-Cover/FC-5 .cvsignore, 1.2, 1.3 perl-Devel-Cover.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608040100.k7410CJW031370@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31347 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 May 2006 16:57:18 -0000 1.2 +++ .cvsignore 4 Aug 2006 01:00:10 -0000 1.3 @@ -1 +1 @@ -Devel-Cover-0.55.tar.gz +Devel-Cover-0.56.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/perl-Devel-Cover.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Devel-Cover.spec 12 May 2006 16:57:18 -0000 1.1 +++ perl-Devel-Cover.spec 4 Aug 2006 01:00:10 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Devel-Cover -Version: 0.55 -Release: 2%{?dist} +Version: 0.56 +Release: 1%{?dist} Summary: Code coverage metrics for Perl Group: Development/Libraries @@ -10,9 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) +BuildRequires: perl(PPI::HTML) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) Requires: perl(Test::Differences) @@ -58,6 +60,9 @@ %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 +- Update to 0.56. + * Fri May 12 2006 Jose Pedro Oliveira - 0.55-2 - Removed dependencies pulled in by a documentation file (#191110). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 May 2006 16:57:18 -0000 1.2 +++ sources 4 Aug 2006 01:00:10 -0000 1.3 @@ -1 +1 @@ -6bb9ddcd7a9e4d87c02b8bbea7ad3c4a Devel-Cover-0.55.tar.gz +ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 01:24:36 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 3 Aug 2006 18:24:36 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.3, 1.4 perl-Devel-Cover.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608040124.k741OcXb001626@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1605 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.57. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Aug 2006 13:31:32 -0000 1.3 +++ .cvsignore 4 Aug 2006 01:24:36 -0000 1.4 @@ -1 +1 @@ -Devel-Cover-0.56.tar.gz +Devel-Cover-0.57.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cover.spec 4 Aug 2006 00:48:06 -0000 1.3 +++ perl-Devel-Cover.spec 4 Aug 2006 01:24:36 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.56 +Version: 0.57 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -10,12 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) -BuildRequires: perl(PPI::HTML) +BuildRequires: perl(PPI::HTML) >= 1.07 +BuildRequires: perl(Perl::Tidy) >= 20060719 BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) +Requires: perl(PPI::HTML) >= 1.07 Requires: perl(Test::Differences) %description @@ -60,6 +61,9 @@ %changelog +* Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 +- Update to 0.57. + * Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 - Update to 0.56. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Aug 2006 13:31:32 -0000 1.3 +++ sources 4 Aug 2006 01:24:36 -0000 1.4 @@ -1 +1 @@ -ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz +bc09e713838dbb438ae10414be8fcfa3 Devel-Cover-0.57.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 03:47:16 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 20:47:16 -0700 Subject: rpms/ddskk/devel ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch, NONE, 1.1 ddskk.spec, 1.3, 1.4 Message-ID: <200608040347.k743lJ58007269@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7249 Modified Files: ddskk.spec Added Files: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch Log Message: - fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads in xemacs-21.5 ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch: --- NEW FILE ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch --- --- ddskk-12.2.0/SKK-MK~ 2003-07-21 21:29:50.000000000 +0900 +++ ddskk-12.2.0/SKK-MK 2006-08-04 12:35:07.000000000 +0900 @@ -1018,7 +1018,7 @@ (let ((generated-autoload-file (expand-file-name "auto-autoloads.el"))) (setq buffer-file-name generated-autoload-file) - (fixup-autoload-buffer "skk-autoloads") + (autoload-featurep-protect-autoloads "skk-autoloads") (goto-char (point-max)) (unless (bolp) (insert "\n")) Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ddskk.spec 27 Dec 2005 03:11:10 -0000 1.3 +++ ddskk.spec 4 Aug 2006 03:47:16 -0000 1.4 @@ -6,7 +6,7 @@ Summary: Daredevil SKK - Simple Kana to Kanji conversion program for Emacs Name: ddskk Version: 12.2.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Editors URL: http://openlab.ring.gr.jp/skk/main.html @@ -18,6 +18,7 @@ Requires: apel >= %{apelminver} Provides: skk Obsoletes: skk, ddskk-el +Patch1: ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch %description Daredevil SKK is a branch of SKK (Simple Kana to Kanji conversion program, @@ -45,11 +46,15 @@ This package does not include dictionaries or a skkserver. Please install them separately. + %prep %setup -q +%patch1 -p1 -b .xemacs-fixup + %build + %install rm -fr %buildroot mkdir -p %buildroot%{_datadir}/emacs/site-lisp/site-start.d/ @@ -72,15 +77,19 @@ # don't compress ja info pages %define __os_install_post %{nil} + %clean rm -fr %buildroot + %post /sbin/install-info %{_infodir}/skk.info %{_infodir}/dir + %preun /sbin/install-info --delete %{_infodir}/skk.info %{_infodir}/dir + %files %defattr(-,root,root) %doc ChangeLog READMEs @@ -89,12 +98,18 @@ %{_datadir}/skk %{_infodir}/* + %files xemacs %defattr(-,root,root) %doc ChangeLog READMEs %{pkgdir} + %changelog +* Fri Aug 4 2006 Jens Petersen - 12.2.0-8.fc6 +- fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads + in xemacs-21.5 + * Wed Nov 16 2005 Jens Petersen - 12.2.0-7 - require and buildrequire apel version 10.6 From fedora-extras-commits at redhat.com Fri Aug 4 03:52:13 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 20:52:13 -0700 Subject: rpms/ddskk/devel ddskk.spec,1.4,1.5 Message-ID: <200608040352.k743qFJv007314@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7295 Modified Files: ddskk.spec Log Message: improve changelog entry Index: ddskk.spec =================================================================== RCS file: /cvs/extras/rpms/ddskk/devel/ddskk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ddskk.spec 4 Aug 2006 03:47:16 -0000 1.4 +++ ddskk.spec 4 Aug 2006 03:52:13 -0000 1.5 @@ -107,8 +107,8 @@ %changelog * Fri Aug 4 2006 Jens Petersen - 12.2.0-8.fc6 -- fixup-autoload-buffer was renamed to autoload-featurep-protect-autoloads - in xemacs-21.5 +- add ddskk-12.2.0-xemacs-21.5-fixup-autoload.patch for autoload generation + in xemacs 21.5 * Wed Nov 16 2005 Jens Petersen - 12.2.0-7 - require and buildrequire apel version 10.6 From fedora-extras-commits at redhat.com Fri Aug 4 03:53:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 3 Aug 2006 20:53:21 -0700 Subject: rpms/cairomm/devel .cvsignore, 1.2, 1.3 cairomm.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608040353.k743rNdL007391@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7354 Modified Files: .cvsignore cairomm.spec sources Log Message: Moved to cairomm 1.1.10 to support cairo 1.2 in FC6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 04:29:16 -0000 1.2 +++ .cvsignore 4 Aug 2006 03:53:21 -0000 1.3 @@ -1 +1 @@ -cairomm-0.6.0.tar.gz +cairomm-1.1.10.tar.gz Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairomm.spec 30 Apr 2006 04:29:16 -0000 1.1 +++ cairomm.spec 4 Aug 2006 03:53:21 -0000 1.2 @@ -1,13 +1,13 @@ Summary: This library provides a C++ interface to cairo Name: cairomm -Version: 0.6.0 +Version: 1.1.10 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries -Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz +Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cairo-devel >= 1.0.4 pkgconfig +BuildRequires: cairo-devel >= 1.2.0 pkgconfig %description This library provides a C++ interface to cairo. @@ -33,7 +33,7 @@ %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' -mv docs/reference/html . +mv docs/reference . %clean %{__rm} -rf %{buildroot} @@ -52,9 +52,14 @@ %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_includedir}/cairomm-1.0/ -%doc ChangeLog html +%doc ChangeLog reference %changelog +* Thu Aug 3 2006 Rick L Vinyard Jr - 1.1.10-1 +- First release for cairo 1.2 +- Adjusted cairo dependencies for new version +- Docs were in html, moved to reference/html + * Sun Apr 9 2006 Rick L Vinyard Jr - 0.6.0-1 - New upstream version should fix the upstream issues like AUTHORS and README - Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 04:29:16 -0000 1.2 +++ sources 4 Aug 2006 03:53:21 -0000 1.3 @@ -1 +1 @@ -9d967cf486b0ac59d451d47922c99e6f cairomm-0.6.0.tar.gz +b418d2e22c02f6890b76354488f13447 cairomm-1.1.10.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 05:41:37 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:41:37 -0700 Subject: rpms/uim/devel .cvsignore, 1.15, 1.16 sources, 1.14, 1.15 uim.spec, 1.30, 1.31 Message-ID: <200608040541.k745fdhE012848@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12827 Modified Files: .cvsignore sources uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 7 Jul 2006 05:31:06 -0000 1.15 +++ .cvsignore 4 Aug 2006 05:41:37 -0000 1.16 @@ -14,3 +14,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 7 Jul 2006 05:31:06 -0000 1.14 +++ sources 4 Aug 2006 05:41:37 -0000 1.15 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- uim.spec 24 Jul 2006 14:12:47 -0000 1.30 +++ uim.spec 4 Aug 2006 05:41:37 -0000 1.31 @@ -2,8 +2,8 @@ %define uninst_xinput alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/uim.conf Name: uim -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -301,6 +301,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Mon Jul 24 2006 Akira TAGOH - 1.1.1-2 - install a xinput file with .conf suffix. From fedora-extras-commits at redhat.com Fri Aug 4 05:45:39 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:45:39 -0700 Subject: rpms/uim/FC-5 .cvsignore, 1.15, 1.16 sources, 1.14, 1.15 uim.spec, 1.28, 1.29 Message-ID: <200608040545.k745jf88012944@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12923 Modified Files: .cvsignore sources uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 7 Jul 2006 05:52:15 -0000 1.15 +++ .cvsignore 4 Aug 2006 05:45:39 -0000 1.16 @@ -14,3 +14,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 7 Jul 2006 05:52:15 -0000 1.14 +++ sources 4 Aug 2006 05:45:39 -0000 1.15 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-5/uim.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- uim.spec 7 Jul 2006 05:48:07 -0000 1.28 +++ uim.spec 4 Aug 2006 05:45:39 -0000 1.29 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_host} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -300,6 +300,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Fri Jul 7 2006 Akira TAGOH - 1.1.1-1 - New upstream release. - use %%{_host} not %%{_target_platform} for update-gtk-immodules. From fedora-extras-commits at redhat.com Fri Aug 4 05:48:45 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:48:45 -0700 Subject: rpms/uim/FC-4 uim.spec,1.21,1.22 Message-ID: <200608040548.k745mm8m013063@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13042 Modified Files: uim.spec Log Message: * Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 - New upstream release. Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/uim.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- uim.spec 7 Jul 2006 05:37:16 -0000 1.21 +++ uim.spec 4 Aug 2006 05:48:45 -0000 1.22 @@ -4,7 +4,7 @@ %define gtk_im_update ( [ -x "%{_bindir}/update-gtk-immodules" ] && %{_bindir}/update-gtk-immodules %{_target_platform} || :) || ( [ -x "%{_bindir}/gtk-query-immodules-2.0" ] && %{_bindir}/gtk-query-immodules-2.0 > %{_sysconfdir}/gtk-2.0/gtk.immodules || :) Name: uim -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} License: GPL/BSD URL: http://uim.freedesktop.org/ @@ -300,6 +300,9 @@ %{_datadir}/uim/m17nlib.scm %changelog +* Fri Aug 4 2006 Akira TAGOH - 1.2.0-1 +- New upstream release. + * Fri Jul 7 2006 Akira TAGOH - 1.1.1-1 - New upstream release. - removed the unnecessary %%post and %%postun. From fedora-extras-commits at redhat.com Fri Aug 4 05:50:59 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Thu, 3 Aug 2006 22:50:59 -0700 Subject: rpms/uim/FC-4 .cvsignore,1.13,1.14 sources,1.12,1.13 Message-ID: <200608040551.k745p1UE013285@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13262 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 7 Jul 2006 05:37:16 -0000 1.13 +++ .cvsignore 4 Aug 2006 05:50:59 -0000 1.14 @@ -12,3 +12,4 @@ uim-1.0.1.tar.gz uim-1.1.0.tar.bz2 uim-1.1.1.tar.bz2 +uim-1.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/uim/FC-4/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 7 Jul 2006 05:37:16 -0000 1.12 +++ sources 4 Aug 2006 05:50:59 -0000 1.13 @@ -1 +1 @@ -40b7a85692e2b1441086a35f7e380105 uim-1.1.1.tar.bz2 +36161b60db7b0e2f334d36f40a8a1ed1 uim-1.2.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 06:09:33 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:09:33 -0700 Subject: rpms/scim-bridge/FC-5 scim-bridge.spec,1.2,1.3 Message-ID: <200608040609.k7469Z9O016054@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-bridge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430 Modified Files: scim-bridge.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-bridge.spec =================================================================== RCS file: /cvs/extras/rpms/scim-bridge/FC-5/scim-bridge.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- scim-bridge.spec 2 Jun 2006 02:21:26 -0000 1.2 +++ scim-bridge.spec 4 Aug 2006 06:09:33 -0000 1.3 @@ -2,8 +2,8 @@ Name: scim-bridge Version: 0.1.12 -Release: 1%{?dist} -Summary: SCIM Bridge +Release: 1%{?dist}.1 +Summary: SCIM Bridge Gtk IM module Group: System Environment/Libraries License: LGPL @@ -89,6 +89,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.12-1.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Tue May 30 2006 Jens Petersen - 0.1.12-1.fc5 - update to 0.1.12 - turn on libstdc++so7 @@ -100,7 +103,7 @@ - update to 0.1.7 release * Sat Apr 29 2006 Jens Petersen -- package for Fedora Extras +- package for Fedora Extras (#190243) * Wed Mar 15 2006 Jens Petersen - cvs snapshot From fedora-extras-commits at redhat.com Fri Aug 4 06:12:48 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:12:48 -0700 Subject: rpms/scim-fcitx/FC-5 scim-fcitx.spec,1.6,1.7 Message-ID: <200608040612.k746CoGi016133@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-fcitx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16116 Modified Files: scim-fcitx.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-fcitx.spec =================================================================== RCS file: /cvs/extras/rpms/scim-fcitx/FC-5/scim-fcitx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scim-fcitx.spec 2 Jun 2006 07:29:57 -0000 1.6 +++ scim-fcitx.spec 4 Aug 2006 06:12:48 -0000 1.7 @@ -2,7 +2,7 @@ Name: scim-fcitx Version: 3.1.1 -Release: 4.1%{?dist} +Release: 4.2%{?dist} Summary: FCITX Input Method Engine for SCIM Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 3.1.1-4.2.fc5 +- rebuild against new libstdc++so7 (#197718) + * Fri Jun 2 2006 Jens Petersen - 3.1.1-4.1.fc5 - rebuild against new libstdc++so7 snapshot From fedora-extras-commits at redhat.com Fri Aug 4 06:29:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:29:47 -0700 Subject: rpms/monodevelop/devel - New directory Message-ID: <200608040629.k746TnRX016393@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16364/monodevelop/devel Log Message: Directory /cvs/extras/rpms/monodevelop/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 06:29:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:29:46 -0700 Subject: rpms/monodevelop - New directory Message-ID: <200608040629.k746TmCQ016390@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16364/monodevelop Log Message: Directory /cvs/extras/rpms/monodevelop added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 06:30:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:30:07 -0700 Subject: rpms/monodevelop Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608040630.k746U9QS016452@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16419 Added Files: Makefile import.log Log Message: Setup of module monodevelop --- NEW FILE Makefile --- # Top level Makefile for module monodevelop all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 4 06:30:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 3 Aug 2006 23:30:08 -0700 Subject: rpms/monodevelop/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608040630.k746UAN5016455@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16419/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module monodevelop --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 4 06:39:19 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 3 Aug 2006 23:39:19 -0700 Subject: rpms/scim-input-pad/devel scim-input-pad-libexecdir.patch, NONE, 1.1 scim-input-pad.spec, 1.6, 1.7 Message-ID: <200608040639.k746dLfU016536@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16513 Modified Files: scim-input-pad.spec Added Files: scim-input-pad-libexecdir.patch Log Message: fix libexecdir in wrapper script for new module path scim-input-pad-libexecdir.patch: --- NEW FILE scim-input-pad-libexecdir.patch --- --- scim-input-pad-0.1.1/configure.ac~ 2005-12-06 12:06:26.000000000 +0900 +++ scim-input-pad-0.1.1/configure.ac 2006-08-04 15:28:59.000000000 +0900 @@ -84,7 +84,7 @@ SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` -SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim` +SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim`/.. if test "x$SCIM_ICONDIR" = "x"; then SCIM_ICONDIR=${datadir}/scim/icons Index: scim-input-pad.spec =================================================================== RCS file: /cvs/extras/rpms/scim-input-pad/devel/scim-input-pad.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scim-input-pad.spec 4 Apr 2006 13:10:08 -0000 1.6 +++ scim-input-pad.spec 4 Aug 2006 06:39:19 -0000 1.7 @@ -2,7 +2,7 @@ Name: scim-input-pad Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: On-screen Input Pad for SCIM Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scim-input-pad-rpath.patch +Patch1: scim-input-pad-libexecdir.patch BuildRequires: scim-devel %if %{with_libstdc_preview} @@ -24,7 +25,8 @@ %prep %setup -q -%patch0 -p0 +%patch0 -p0 -b .0-rpath +%patch1 -p1 -b .1-libexec %build @@ -73,6 +75,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.1-5 +- fix libexecdir in wrapper script for new module path + * Tue Apr 4 2006 Jens Petersen - 0.1.1-4 - rebuild without libstdc++so7 From fedora-extras-commits at redhat.com Fri Aug 4 07:07:29 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:07:29 -0700 Subject: rpms/scim-input-pad/FC-5 scim-input-pad.spec,1.8,1.9 Message-ID: <200608040707.k7477VIS019169@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19152 Modified Files: scim-input-pad.spec Log Message: - fix libexecdir in wrapper script for new module path - rebuild against new libstdc++so7 (#197718) Index: scim-input-pad.spec =================================================================== RCS file: /cvs/extras/rpms/scim-input-pad/FC-5/scim-input-pad.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- scim-input-pad.spec 2 Jun 2006 08:01:49 -0000 1.8 +++ scim-input-pad.spec 4 Aug 2006 07:07:29 -0000 1.9 @@ -2,7 +2,7 @@ Name: scim-input-pad Version: 0.1.1 -Release: 4%{?dist}.1 +Release: 5%{?dist} Summary: On-screen Input Pad for SCIM Group: System Environment/Libraries @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scim-input-pad-rpath.patch +Patch1: scim-input-pad-libexecdir.patch BuildRequires: scim-devel %if %{with_libstdc_preview} @@ -24,7 +25,8 @@ %prep %setup -q -%patch0 -p0 +%patch0 -p0 -b .0-rpath +%patch1 -p1 -b .1-libexec %build @@ -73,6 +75,10 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.1.1-5.fc5 +- fix libexecdir in wrapper script for new module path +- rebuild against new libstdc++so7 (#197718) + * Fri Jun 2 2006 Jens Petersen - 0.1.1-4.1 - rebuild against new libstdc++so7 snapshot From fedora-extras-commits at redhat.com Fri Aug 4 07:29:47 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:29:47 -0700 Subject: rpms/scim-input-pad/FC-5 scim-input-pad-libexecdir.patch,NONE,1.1 Message-ID: <200608040729.k747TnUM019356@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-input-pad/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19334 Added Files: scim-input-pad-libexecdir.patch Log Message: add scim-input-pad-libexecdir.patch scim-input-pad-libexecdir.patch: --- NEW FILE scim-input-pad-libexecdir.patch --- --- scim-input-pad-0.1.1/configure.ac~ 2005-12-06 12:06:26.000000000 +0900 +++ scim-input-pad-0.1.1/configure.ac 2006-08-04 15:28:59.000000000 +0900 @@ -84,7 +84,7 @@ SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` -SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim` +SCIM_LIBEXECDIR=`$PKG_CONFIG --variable=moduledir scim`/.. if test "x$SCIM_ICONDIR" = "x"; then SCIM_ICONDIR=${datadir}/scim/icons From fedora-extras-commits at redhat.com Fri Aug 4 07:56:41 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 00:56:41 -0700 Subject: rpms/scim-skk/FC-5 scim-skk.spec,1.19,1.20 Message-ID: <200608040756.k747uhXv019603@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-skk/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19586 Modified Files: scim-skk.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-skk.spec =================================================================== RCS file: /cvs/extras/rpms/scim-skk/FC-5/scim-skk.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- scim-skk.spec 23 Jul 2006 03:51:02 -0000 1.19 +++ scim-skk.spec 4 Aug 2006 07:56:41 -0000 1.20 @@ -2,7 +2,7 @@ Name: scim-skk Version: 0.5.2 -Release: 7%{?dist} +Release: 7%{?dist}.1 Summary: SCIM IMEngine module for skk Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.5.2-7.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Sun Jul 23 2006 Ryo Diairki - 0.5.2-7 - add a patch for the problem of broken iterators. From fedora-extras-commits at redhat.com Fri Aug 4 08:01:04 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:01:04 -0700 Subject: rpms/scim-tomoe/FC-5 scim-tomoe.spec,1.13,1.14 Message-ID: <200608040801.k74816Yx022108@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/scim-tomoe/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19669 Modified Files: scim-tomoe.spec Log Message: rebuild against new libstdc++so7 (#197718) Index: scim-tomoe.spec =================================================================== RCS file: /cvs/extras/rpms/scim-tomoe/FC-5/scim-tomoe.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- scim-tomoe.spec 29 May 2006 00:18:26 -0000 1.13 +++ scim-tomoe.spec 4 Aug 2006 08:01:04 -0000 1.14 @@ -2,7 +2,7 @@ Name: scim-tomoe Version: 0.2.0 -Release: 6%{?dist} +Release: 6%{?dist}.1 Summary: Tomoe module for SCIM for Japanese handwritten input Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Fri Aug 4 2006 Jens Petersen - 0.2.0-6.fc5.1 +- rebuild against new libstdc++so7 (#197718) + * Mon May 29 2006 Ryo Dairiki - 0.2-6 - rebuild against new libstdc++so7 From fedora-extras-commits at redhat.com Fri Aug 4 08:33:39 2006 From: fedora-extras-commits at redhat.com (Petr Rockai (mornfall)) Date: Fri, 4 Aug 2006 01:33:39 -0700 Subject: devel/cyrus-imapd cyrus-imapd.spec,1.13,1.14 Message-ID: <200608040833.k748XfYu022443@cvs-int.fedora.redhat.com> Author: mornfall Update of /cvs/extras/devel/cyrus-imapd In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422 Modified Files: cyrus-imapd.spec Log Message: * Fri Aug 04 2006 Petr Rockai - 2.3.7-2 - only buildrequire lm_sensors on i386 and x86_64, since it is not available elsewhere Index: cyrus-imapd.spec =================================================================== RCS file: /cvs/extras/devel/cyrus-imapd/cyrus-imapd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cyrus-imapd.spec 27 Jul 2006 10:41:04 -0000 1.13 +++ cyrus-imapd.spec 4 Aug 2006 08:33:39 -0000 1.14 @@ -1,6 +1,6 @@ Name: cyrus-imapd Version: 2.3.7 -Release: 1%{?dist} +Release: 2%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -157,7 +157,10 @@ BuildRequires: flex, bison, groff >= 1.15-8, automake BuildRequires: openldap-devel %if %{SNMP} -BuildRequires: %{_snmpver}-snmp-devel, lm_sensors-devel +BuildRequires: %{_snmpver}-snmp-devel +%ifarch i386 x86_64 +BuildRequires: lm_sensors-devel +%endif %endif Requires(post): e2fsprogs, /sbin/chkconfig, /sbin/service, perl, grep, coreutils, findutils Requires(preun): /sbin/chkconfig, /sbin/service, coreutils @@ -803,6 +806,10 @@ %{_mandir}/man1/* %changelog +* Fri Aug 04 2006 Petr Rockai - 2.3.7-2 +- only buildrequire lm_sensors on i386 and x86_64, since it is not + available elsewhere + * Sun Jul 23 2006 Petr Rockai - 2.3.7-1 - update to latest upstream version, fixes a fair amount of issues - forward-port the autocreate and rmquota patches (used latest From fedora-extras-commits at redhat.com Fri Aug 4 08:36:46 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:36:46 -0700 Subject: rpms/flim/devel flim-xemacs-batch-autoloads.patch, NONE, 1.1 flim.spec, 1.1, 1.2 Message-ID: <200608040836.k748amC8022509@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22489 Modified Files: flim.spec Added Files: flim-xemacs-batch-autoloads.patch Log Message: - update to 1.14.8 - add flim-xemacs-batch-autoloads.patch to fix generation of autoload file for xemacs-21.5 flim-xemacs-batch-autoloads.patch: --- NEW FILE flim-xemacs-batch-autoloads.patch --- --- flim-1.14.7/FLIM-MK~ 2002-11-15 16:54:10.000000000 +0900 +++ flim-1.14.7/FLIM-MK 2006-08-04 17:31:09.000000000 +0900 @@ -71,7 +71,7 @@ (setq autoload-package-name "flim") (add-to-list 'command-line-args-left ".") - (batch-update-directory) + (batch-update-directory-autoloads) (add-to-list 'command-line-args-left ".") (Custom-make-dependencies) Index: flim.spec =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flim.spec 30 May 2005 06:49:54 -0000 1.1 +++ flim.spec 4 Aug 2006 08:36:46 -0000 1.2 @@ -3,8 +3,8 @@ Summary: Basic library for handling email messages for Emacs Name: flim -Version: 1.14.7 -Release: 3 +Version: 1.14.8 +Release: 1%{?dist} License: GPL Group: Applications/Editors URL: http://cvs.m17n.org/elisp/FLIM/index.html.ja.iso-2022-jp @@ -14,11 +14,13 @@ Source: ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/%{name}-%{version}.tar.gz Requires: apel PreReq: /sbin/install-info +Patch1: flim-xemacs-batch-autoloads.patch %description FLIM is a library to provide basic features about message representation and encoding for Emacs. + %package xemacs Summary: Basic library for handling email messages for XEmacs Group: Applications/Editors @@ -29,13 +31,17 @@ FLIM is a library to provide basic features about message representation and encoding for Emacs. + %prep %setup -q +%patch1 -p1 -b .1-pkg-autoload + %build rm -f mailcap* make LISPDIR=$RPM_BUILD_ROOT%{lispdir} + %install rm -rf $RPM_BUILD_ROOT @@ -43,20 +49,29 @@ make clean make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr (-, root, root) %doc FLIM-API.en README.en README.ja %{lispdir} + %files xemacs %defattr (-, root, root) %doc README.en README.ja %{pkgdir} + %changelog +* Fri Aug 4 2006 Jens Petersen - 1.14.8-1 +- update to 1.14.8 +- add flim-xemacs-batch-autoloads.patch to fix generation of autoloads + for xemacs-21.5 + * Mon May 30 2005 Jens Petersen - 1.14.7-3 - Initial import into Extras - restore xemacs subpackage @@ -120,4 +135,4 @@ * Fri Oct 26 2001 Akira TAGOH 1.14.3-1 - Initial release. - Spearated from semi package. + Separated from semi package. From fedora-extras-commits at redhat.com Fri Aug 4 08:49:56 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 01:49:56 -0700 Subject: rpms/flim/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608040849.k748nwAR022637@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22618 Modified Files: .cvsignore sources Log Message: upload new source Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/flim/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 May 2005 06:49:54 -0000 1.2 +++ .cvsignore 4 Aug 2006 08:49:56 -0000 1.3 @@ -1 +1 @@ -flim-1.14.7.tar.gz +flim-1.14.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/flim/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 May 2005 06:49:54 -0000 1.2 +++ sources 4 Aug 2006 08:49:56 -0000 1.3 @@ -1 +1 @@ -e32430eced7e244c4049f15e2cdd481b flim-1.14.7.tar.gz +a26c34ae610c58bbcd7fe9f060450044 flim-1.14.8.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 09:30:04 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Fri, 4 Aug 2006 02:30:04 -0700 Subject: rpms/flim/devel flim-xemacs-batch-autoloads.patch, 1.1, 1.2 flim.spec, 1.2, 1.3 Message-ID: <200608040930.k749U64Y025439@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25406 Modified Files: flim-xemacs-batch-autoloads.patch flim.spec Log Message: create dummy auto-autoloads.el and custom-load.el to placate batch-update-autoloads flim-xemacs-batch-autoloads.patch: Index: flim-xemacs-batch-autoloads.patch =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim-xemacs-batch-autoloads.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flim-xemacs-batch-autoloads.patch 4 Aug 2006 08:36:46 -0000 1.1 +++ flim-xemacs-batch-autoloads.patch 4 Aug 2006 09:30:03 -0000 1.2 @@ -5,7 +5,7 @@ (setq autoload-package-name "flim") (add-to-list 'command-line-args-left ".") - (batch-update-directory) -+ (batch-update-directory-autoloads) ++ (batch-update-autoloads) (add-to-list 'command-line-args-left ".") (Custom-make-dependencies) Index: flim.spec =================================================================== RCS file: /cvs/extras/rpms/flim/devel/flim.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flim.spec 4 Aug 2006 08:36:46 -0000 1.2 +++ flim.spec 4 Aug 2006 09:30:03 -0000 1.3 @@ -45,8 +45,14 @@ %install rm -rf $RPM_BUILD_ROOT +# build for emacs %makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} LISPDIR=$RPM_BUILD_ROOT%{lispdir} + make clean + +# build for xemacs +## hack for batch-update-autoloads +touch auto-autoloads.el custom-load.el make EMACS=xemacs PACKAGEDIR=$RPM_BUILD_ROOT%{pkgdir} install-package From fedora-extras-commits at redhat.com Fri Aug 4 10:14:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:14:35 -0700 Subject: rpms/monodevelop import.log,1.1,1.2 Message-ID: <200608041014.k74AEbAa028200@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167 Modified Files: import.log Log Message: auto-import monodevelop-0.11-15 on branch devel from monodevelop-0.11-15.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodevelop/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Aug 2006 06:30:07 -0000 1.1 +++ import.log 4 Aug 2006 10:14:35 -0000 1.2 @@ -0,0 +1 @@ +monodevelop-0_11-15:HEAD:monodevelop-0.11-15.src.rpm:1154686465 From fedora-extras-commits at redhat.com Fri Aug 4 10:14:36 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:14:36 -0700 Subject: rpms/monodevelop/devel monodevelop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608041014.k74AEcPj028205@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/devel Modified Files: .cvsignore sources Added Files: monodevelop.spec Log Message: auto-import monodevelop-0.11-15 on branch devel from monodevelop-0.11-15.src.rpm --- NEW FILE monodevelop.spec --- %define monodir %{_prefix}/lib Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.11 Release: 15%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz URL: http://go-mono.com/sources/%{name}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel, gtk-sharp2, gecko-sharp2, intltool, gettext, bytefx-data-mysql, mono-data-postgresql, mono-data-oracle, mono-data-sqlite, mono-data-sybase, mono-nunit, gtk-sharp2-gapi, shared-mime-info, pkgconfig, gtksourceview-sharp-devel, monodoc-devel, ikvm-devel BuildRequires: autoconf, automake Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-nunit mono-data-postgresql mono-data-sybase mono-data-oracle %description This package provides MonoDevelop, a full-featured IDE for Mono with syntax colouring, code completion, debugging, project management and support for C sharp, Visual Basic.NET, Java, Boo, Nemerle and MSIL. %package devel Summary: Development files for monodevelop Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for monodevelop %prep %setup -q %build export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:%{_datadir}/pkgconfig/:$PKG_CONFIG_PATH %configure --enable-boo --enable-java --enable-versioncontrol --libdir=%{monodir} make # no smp flags as it falls over during the build (race condition) %install %{__rm} -rf %{buildroot} make DESTDIR=%{buildroot} install %find_lang %{name} desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --delete-original \ %{buildroot}%{_datadir}/applications/monodevelop.desktop %post update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database &> /dev/null || : %postun update-mime-database %{_datadir}/mime &> /dev/null || : update-desktop-database &> /dev/null || : %files -f %{name}.lang %defattr (-,root,root,-) %{_bindir}/mdtool %{_bindir}/monodevelop %doc AUTHORS COPYING ChangeLog README %{monodir}/monodevelop/* %exclude %{_datadir}/mime/XMLnamespaces %exclude %{_datadir}/mime/aliases %{_datadir}/mime/globs %{_datadir}/mime/magic %{_datadir}/mime/mime.cache %{_datadir}/mime/packages/monodevelop.xml %{_datadir}/mime/application/*.xml %exclude %{_datadir}/mime/subclasses %{_datadir}/mime/text/x-*.xml %{_datadir}/pixmaps/monodevelop.png %{_datadir}/applications/fedora-monodevelop.desktop %files devel %defattr(-,root,root,-) %{monodir}/pkgconfig/monodevelop.pc %clean %{__rm} -rf %{buildroot} %changelog * Wed Aug 02 2006 Paul F. Johnson 0.11-15 - removed R which, added R mono-nunit - changed R bytefx-data-mysq to msql - altered update-mime-info and added update-desktop-database - added R pkgconfig to devel - added comment as to why smp_flags are not used on the build * Sat Jul 29 2006 Paul F. Johnson 0.11-14 - Added additional Rs - minor specfile tweaks * Sun Jul 23 2006 Paul F. Johnson 0.11-12 - fixed which problem - fixes the libdir issue for 64 bit * Sun Jul 09 2006 Paul F. Johnson 0.11-11 - minor spec files changes to satisfy rpmlint - added BR ikvm-devel * Sun Jul 09 2006 John Mahowald - 0.11-10 - libdir fixes - BR mono-data-sqlite * Sun Jul 09 2006 Paul F. Johnson 0.11-9 - removed noarch - added a couple of patches from the new nant package - fixes for new mono guidelines * Wed Jun 14 2006 Paul F. Johnson 0.11-8 - Removed libdir hack - Added BR pkgconfig - Added R monodoc - Altered configure line to satisfy the parts required * Mon Jun 05 2006 Paul F. Johnson 0.11-7 - Added additional fix for 64 bit systems * Sun Jun 04 2006 Paul F. Johnson 0.11-6 - Minor mod to the BR - Fixed the desktop-file-install problem * Sat Jun 03 2006 Paul F. Johnson 0.11-5 - Removed duplicate desktop file * Sat Jun 03 2006 Paul F. Johnson 0.11-4 - Removed R filesystem - Simplified mime-applications - Added scriptlets to handle mime info - Corrected handling of desktop icon - Removed INSTALL file * Sat Jun 03 2006 Paul F. Johnson 0.11-3 - Added BR shared-mime-info - Added R filesystem - Made all of the bindir and datadir ownerships explicit * Wed May 31 2006 Paul F. Johnson 0.11-2 - Added devel - Added fix for 64 bit systems * Sun May 07 2006 Paul F. Johnson 0.11-1 - bump to new version - added exclude archs for x86_64 and ia64 due to build problems * Wed Apr 26 2006 Paul F. Johnson 0.10-8 - removed smp_flags - added boo and ikvm support * Sun Apr 23 2006 Paul F. Johnson 0.10-7 - removed static usrlib - added export macros to fix the x86_64 problem - disabled boo * Wed Apr 19 2006 Paul F. Johnson 0.10-6 - spec file version correctly bumped - small spec file fixed - enable-boo and enable-java added to the %%configure line * Mon Apr 18 2006 Paul F. Johnson 0.10-5 - libdir now usr-lib irrespective of hardware built on * Mon Apr 17 2006 Paul F. Johnson 0.10-4 - Altered install script somewhat - Changed the path for the monodevelop libdir to be FE compliant - Fixed source and URL * Sat Apr 15 2006 Paul F. Johnson 0.10-3 - Add in boo and mono-debugger - fixed a couple of minor spec file bugs - fixed MonoDevelop.Core not being found in the addins * Wed Apr 5 2006 Paul F. Johnson 0.10-2 - Additional buildreqs and two typo fixed - thanks to Angel Marin again * Wed Apr 5 2006 Paul F. Johnson 0.10-1 - Bump to new version - mods to spec file for new version * Wed Apr 5 2006 Paul F. Johnson 0.9-3 - minor tweaks - fixed a couple of typos - thanks to Angel Marin for spotting them * Wed Jan 25 2006 Paul F. Johnson 0.9-2 - added deps for ikvm and bytefx-data-mysql - removed language support for the moment * Mon Jan 23 2006 Paul F. Johnson 0.9-1 - Initial import Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Aug 2006 06:30:08 -0000 1.1 +++ .cvsignore 4 Aug 2006 10:14:36 -0000 1.2 @@ -0,0 +1 @@ +monodevelop-0.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Aug 2006 06:30:08 -0000 1.1 +++ sources 4 Aug 2006 10:14:36 -0000 1.2 @@ -0,0 +1 @@ +541a2eba4266b3dd8b8024c409957330 monodevelop-0.11.tar.gz From fedora-extras-commits at redhat.com Fri Aug 4 10:18:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:18:09 -0700 Subject: owners owners.list,1.1358,1.1359 Message-ID: <200608041018.k74AIB3w028299@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28282 Modified Files: owners.list Log Message: PFJ - Initial import of monodevelop into FE owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1358 retrieving revision 1.1359 diff -u -r1.1358 -r1.1359 --- owners.list 3 Aug 2006 19:54:13 -0000 1.1358 +++ owners.list 4 Aug 2006 10:18:09 -0000 1.1359 @@ -910,6 +910,7 @@ Fedora Extras|moin|MoinMoin is a Python clone of WikiWiki|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|moin-latex|LaTeX plugin for the MoinMoin wiki|ed at eh3.com|extras-qa at fedoraproject.org| Fedora Extras|monkey-bubble|Game in the spirit of Frozen Bubble|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|michael at knox.net.nz +Fedora Extras|monodevelop|A fully featured IDE for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 10:21:16 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 4 Aug 2006 03:21:16 -0700 Subject: fedora-security/audit fc4,1.347,1.348 fc5,1.262,1.263 Message-ID: <200608041021.k74ALGbG028342@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28322/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3879 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.347 retrieving revision 1.348 diff -u -r1.347 -r1.348 --- fc4 3 Aug 2006 08:23:13 -0000 1.347 +++ fc4 4 Aug 2006 10:21:14 -0000 1.348 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 -CVE-2006-3879 ** mikmod +CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.262 retrieving revision 1.263 diff -u -r1.262 -r1.263 --- fc5 3 Aug 2006 08:23:36 -0000 1.262 +++ fc5 4 Aug 2006 10:21:14 -0000 1.263 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.2.2 -CVE-2006-3879 ** mikmod +CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird From fedora-extras-commits at redhat.com Fri Aug 4 10:29:59 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:29:59 -0700 Subject: rpms/monodevelop import.log,1.2,1.3 Message-ID: <200608041030.k74AU1MB028488@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457 Modified Files: import.log Log Message: auto-import monodevelop-0.11-16 on branch devel from monodevelop-0.11-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodevelop/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 4 Aug 2006 10:14:35 -0000 1.2 +++ import.log 4 Aug 2006 10:29:59 -0000 1.3 @@ -1 +1,2 @@ monodevelop-0_11-15:HEAD:monodevelop-0.11-15.src.rpm:1154686465 +monodevelop-0_11-16:HEAD:monodevelop-0.11-16.src.rpm:1154687394 From fedora-extras-commits at redhat.com Fri Aug 4 10:30:00 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 4 Aug 2006 03:30:00 -0700 Subject: rpms/monodevelop/devel monodevelop.spec,1.1,1.2 Message-ID: <200608041030.k74AU2hn028492@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodevelop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28457/devel Modified Files: monodevelop.spec Log Message: auto-import monodevelop-0.11-16 on branch devel from monodevelop-0.11-16.src.rpm Index: monodevelop.spec =================================================================== RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monodevelop.spec 4 Aug 2006 10:14:36 -0000 1.1 +++ monodevelop.spec 4 Aug 2006 10:30:00 -0000 1.2 @@ -1,9 +1,12 @@ +# This package will be rebuilt when the packaging of mono has become +# architecture agnostic. For now, this hack is required + %define monodir %{_prefix}/lib Summary: A full-featured IDE for Mono and Gtk sharp Name: monodevelop Version: 0.11 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL Group: Development/Tools Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz @@ -59,7 +62,7 @@ %{_bindir}/mdtool %{_bindir}/monodevelop %doc AUTHORS COPYING ChangeLog README -%{monodir}/monodevelop/* +%{monodir}/monodevelop/ %exclude %{_datadir}/mime/XMLnamespaces %exclude %{_datadir}/mime/aliases %{_datadir}/mime/globs @@ -80,6 +83,10 @@ %{__rm} -rf %{buildroot} %changelog +* Fri Aug 04 2006 Paul F. Johnson 0.11-16 +- fixed ownership problem in spec file +- added comment about the libdir hack + * Wed Aug 02 2006 Paul F. Johnson 0.11-15 - removed R which, added R mono-nunit - changed R bytefx-data-mysq to msql From fedora-extras-commits at redhat.com Fri Aug 4 10:53:08 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 4 Aug 2006 03:53:08 -0700 Subject: fedora-security/audit fc5,1.263,1.264 Message-ID: <200608041053.k74Ar8fq028636@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28618 Modified Files: fc5 Log Message: Deal with httpd and other ** issues Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.263 retrieving revision 1.264 diff -u -r1.263 -r1.264 --- fc5 4 Aug 2006 10:21:14 -0000 1.263 +++ fc5 4 Aug 2006 10:53:05 -0000 1.264 @@ -1,28 +1,28 @@ -Up to date CVE as of CVE email 20060730 -Up to date FC5 as of 20060730 +Up to date CVE as of CVE email 20060803 +Up to date FC5 as of 20060803 ** are items that need attention -CVE-2006-3918 ** httpd, fixed 2.2.2 +CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 ignore (mikmod) not vulnerable CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 ** firefox/seamonkey/thunderbird -CVE-2006-3811 ** firefox/seamonkey/thunderbird -CVE-2006-3810 ** firefox/seamonkey/thunderbird -CVE-2006-3809 ** firefox/seamonkey/thunderbird -CVE-2006-3808 ** firefox/seamonkey/thunderbird -CVE-2006-3807 ** firefox/seamonkey/thunderbird -CVE-2006-3806 ** firefox/seamonkey/thunderbird -CVE-2006-3805 ** firefox/seamonkey/thunderbird -CVE-2006-3804 ** firefox/seamonkey/thunderbird -CVE-2006-3803 ** firefox/seamonkey/thunderbird -CVE-2006-3802 ** firefox/seamonkey/thunderbird -CVE-2006-3801 ** firefox/seamonkey/thunderbird +CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3810 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3809 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3808 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3807 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3806 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3805 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3804 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3803 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3802 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3801 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 ** firefox/seamonkey +CVE-2006-3677 VULNERABLE (firefox/seamonkey) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3632 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] @@ -32,7 +32,7 @@ CVE-2006-3628 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3627 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3626 VULNERABLE (kernel, fixed 2.6.17.6) -CVE-2006-3619 ** gcc/fastjar +CVE-2006-3619 VULNERABLE (gcc/fastjar) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 VULNERABLE (kernel) @@ -55,7 +55,7 @@ CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 ** firefox/seamonkey/thunderbird +CVE-2006-3113 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] From fedora-extras-commits at redhat.com Fri Aug 4 11:19:00 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 4 Aug 2006 04:19:00 -0700 Subject: fedora-security/audit fc4,1.348,1.349 fc5,1.264,1.265 Message-ID: <200608041119.k74BJ0tw032331@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32311/audit Modified Files: fc4 fc5 Log Message: Update CVE-2006-3879 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- fc4 4 Aug 2006 10:21:14 -0000 1.348 +++ fc4 4 Aug 2006 11:18:57 -0000 1.349 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 -CVE-2006-3879 ignore (mikmod) not vulnerable +CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 ** firefox/seamonkey/thunderbird CVE-2006-3811 ** firefox/seamonkey/thunderbird Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- fc5 4 Aug 2006 10:53:05 -0000 1.264 +++ fc5 4 Aug 2006 11:18:57 -0000 1.265 @@ -4,7 +4,7 @@ ** are items that need attention CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] -CVE-2006-3879 ignore (mikmod) not vulnerable +CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) From fedora-extras-commits at redhat.com Fri Aug 4 11:47:45 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 04:47:45 -0700 Subject: rpms/seamonkey/FC-5 .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.3, 1.4 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608041147.k74Bll0X032453@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32425 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 03 2006 Kai Engert 1.0.4-0.5 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Jun 2006 00:29:40 -0000 1.4 +++ .cvsignore 4 Aug 2006 11:47:45 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey-configure.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- seamonkey-configure.patch 8 Jun 2006 00:29:40 -0000 1.3 +++ seamonkey-configure.patch 4 Aug 2006 11:47:45 -0000 1.4 @@ -1,5 +1,5 @@ ---- mozilla/configure.xxx 2006-06-07 20:11:30.000000000 +0200 -+++ mozilla/configure 2006-06-07 20:12:15.000000000 +0200 +--- mozilla/configure.pre999 2006-08-03 22:59:11.000000000 +0200 ++++ mozilla/configure 2006-08-03 22:59:14.000000000 +0200 @@ -941,7 +941,7 @@ fi @@ -27,13 +27,7 @@ build_alias=$build case "$build_alias" in -@@ -1050,12 +1050,12 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do +@@ -1055,7 +1055,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -309,390 +303,348 @@ if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1886,6 +1886,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF + #include "confdefs.h" + #include + $ac_declaration +@@ -1904,7 +1904,7 @@ + exit (42); + ; return 0; } + EOF +-if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5 +@@ -1914,14 +1914,14 @@ + fi + rm -f conftest* + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1899,7 +1950,7 @@ + rm -rf conftest* + break + else +@@ -1950,7 +1950,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 +-echo "configure:1946: checking for $ac_word" >&5 +echo "configure:1954: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1934,7 +1985,7 @@ +@@ -1985,7 +1985,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 +-echo "configure:1981: checking for $ac_word" >&5 +echo "configure:1989: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1969,7 +2020,7 @@ +@@ -2020,7 +2020,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 +-echo "configure:2016: checking for $ac_word" >&5 +echo "configure:2024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2010,7 +2061,7 @@ +@@ -2061,7 +2061,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 +-echo "configure:2057: checking for $ac_word" >&5 +echo "configure:2065: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2045,7 +2096,7 @@ +@@ -2096,7 +2096,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 +-echo "configure:2092: checking for $ac_word" >&5 +echo "configure:2100: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2080,7 +2131,7 @@ +@@ -2131,7 +2131,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 +-echo "configure:2127: checking for $ac_word" >&5 +echo "configure:2135: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2118,7 +2169,7 @@ +@@ -2169,7 +2169,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 +-echo "configure:2165: checking for $ac_word" >&5 +echo "configure:2173: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 [...6552 lines suppressed...] find_stack_direction () { -@@ -18343,7 +18535,7 @@ +@@ -18404,7 +18506,7 @@ exit (find_stack_direction() < 0); } EOF --if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18392,17 +18584,17 @@ +@@ -18453,17 +18555,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18588: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18559: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18482,7 +18674,7 @@ +@@ -18543,7 +18645,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18678: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18649: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18526,19 +18718,19 @@ +@@ -18587,19 +18689,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18722: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18693: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18729: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18700: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18734: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18705: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18603,7 +18795,7 @@ +@@ -18664,7 +18766,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18799: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18770: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18864,14 +19056,14 @@ +@@ -18925,14 +19027,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19139,6 +19331,10 @@ +@@ -19200,6 +19302,10 @@ @@ -5664,69 +5584,25 @@ cat >> confdefs.h < conftest.$ac_ext < -@@ -19182,7 +19378,7 @@ +@@ -19243,7 +19349,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19399,15 +19595,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19690,12 +19905,13 @@ +@@ -19770,12 +19876,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 4 Aug 2006 11:47:45 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey.spec 8 Jun 2006 00:29:40 -0000 1.4 +++ seamonkey.spec 4 Aug 2006 11:47:45 -0000 1.5 @@ -9,8 +9,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.0.4 +Release: 0.5%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -404,6 +404,8 @@ %changelog +* Thu Aug 03 2006 Kai Engert 1.0.4-0.5 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Jun 2006 00:29:40 -0000 1.4 +++ sources 4 Aug 2006 11:47:45 -0000 1.5 @@ -1 +1,2 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 + From fedora-extras-commits at redhat.com Fri Aug 4 12:01:28 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:01:28 -0700 Subject: rpms/seamonkey/FC-4 .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.4, 1.5 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608041201.k74C1Udf002596@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2556 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Jun 2006 11:12:29 -0000 1.4 +++ .cvsignore 4 Aug 2006 12:01:25 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.4 -r 1.5 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey-configure.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey-configure.patch 8 Jun 2006 11:12:29 -0000 1.4 +++ seamonkey-configure.patch 4 Aug 2006 12:01:25 -0000 1.5 @@ -1,3801 +1,6 @@ ---- mozilla/configure.xxx 2006-06-07 22:49:39.000000000 +0200 -+++ mozilla/configure 2006-06-07 22:50:19.000000000 +0200 -@@ -1042,7 +1042,7 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 -@@ -1878,6 +1878,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF -+if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1891,7 +1942,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 -+echo "configure:1946: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -1926,7 +1977,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 -+echo "configure:1981: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -1961,7 +2012,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 -+echo "configure:2016: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2002,7 +2053,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 -+echo "configure:2057: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2037,7 +2088,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 -+echo "configure:2092: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2072,7 +2123,7 @@ - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 -+echo "configure:2127: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2110,7 +2161,7 @@ - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 -+echo "configure:2165: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2140,7 +2191,7 @@ - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2144: checking for $ac_word" >&5 -+echo "configure:2195: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2191,7 +2242,7 @@ - # Extract the first word of "cl", so it can be a program name with args. - set dummy cl; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2195: checking for $ac_word" >&5 -+echo "configure:2246: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2223,7 +2274,7 @@ - fi - - echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 --echo "configure:2227: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 -+echo "configure:2278: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 - - ac_ext=c - # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -@@ -2234,12 +2285,12 @@ - - cat > conftest.$ac_ext << EOF - --#line 2238 "configure" -+#line 2289 "configure" - #include "confdefs.h" - - main(){return(0);} - EOF --if { (eval echo configure:2243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -+if { (eval echo configure:2294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then - ac_cv_prog_cc_works=yes - # If we can't run a trivial program, we are probably using a cross compiler. - if (./conftest; exit) 2>/dev/null; then -@@ -2265,12 +2316,12 @@ - { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } - fi - echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 --echo "configure:2269: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 -+echo "configure:2320: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 - echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 - cross_compiling=$ac_cv_prog_cc_cross - - echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 --echo "configure:2274: checking whether we are using GNU C" >&5 -+echo "configure:2325: checking whether we are using GNU C" >&5 - if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -2279,7 +2330,7 @@ - yes; [...5319 lines suppressed...] +@@ -18260,7 +18362,7 @@ ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18385: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18267,17 +18459,17 @@ +@@ -18328,17 +18430,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18463: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18434: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18444: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18357,7 +18549,7 @@ +@@ -18418,7 +18520,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18553: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18524: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18401,19 +18593,19 @@ +@@ -18462,19 +18564,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18597: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18568: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18604: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18575: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18609: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18580: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18478,7 +18670,7 @@ +@@ -18539,7 +18641,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18674: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18645: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18739,14 +18931,14 @@ +@@ -18800,14 +18902,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:18942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:18913: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19041,7 +19233,7 @@ +@@ -19102,7 +19204,7 @@ _SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS $XCFLAGS" cat > conftest.$ac_ext < -@@ -19057,7 +19249,7 @@ +@@ -19118,7 +19220,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19224: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19274,15 +19466,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19562,12 +19773,13 @@ +@@ -19642,12 +19744,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 4 Aug 2006 12:01:25 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 8 Jun 2006 11:12:29 -0000 1.5 +++ seamonkey.spec 4 Aug 2006 12:01:25 -0000 1.6 @@ -7,8 +7,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1.fc4 +Version: 1.0.4 +Release: 0.4%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -390,6 +390,8 @@ %changelog +* Thu Aug 03 2006 Kai Engert 1.0.4-0.4 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1.fc4 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1.fc4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Jun 2006 11:12:29 -0000 1.4 +++ sources 4 Aug 2006 12:01:25 -0000 1.5 @@ -1 +1,2 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 + From fedora-extras-commits at redhat.com Fri Aug 4 12:45:22 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:45:22 -0700 Subject: rpms/seamonkey/FC-5 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.5, 1.6 Message-ID: <200608041245.k74CjORk002851@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830 Modified Files: seamonkey.spec Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-0.5.1 - Use a different patch to disable visibility. firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 4 Aug 2006 11:47:45 -0000 1.5 +++ seamonkey.spec 4 Aug 2006 12:45:22 -0000 1.6 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.5%{?dist} +Release: 0.5.1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -32,7 +32,7 @@ Patch1: firefox-1.0-prdtoa.patch Patch3: firefox-1.1-nss-system-nspr.patch Patch4: firefox-1.5-with-system-nss.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch @@ -86,7 +86,7 @@ # It works on i386 so leave it alone there. Disable elsewhere. # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297 %ifnarch i386 -%patch5 -p1 +%patch5 -p0 %endif %patch6 -p1 @@ -404,6 +404,8 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-0.5.1 +- Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.5 - SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 From fedora-extras-commits at redhat.com Fri Aug 4 12:47:27 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:47:27 -0700 Subject: rpms/seamonkey/FC-4 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.6, 1.7 Message-ID: <200608041247.k74ClTvL002926@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2906 Modified Files: seamonkey.spec Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 - Use a different patch to disable visibility. firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- seamonkey.spec 4 Aug 2006 12:01:25 -0000 1.6 +++ seamonkey.spec 4 Aug 2006 12:47:27 -0000 1.7 @@ -8,7 +8,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.4%{?dist} +Release: 0.4.1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -26,7 +26,7 @@ Source100: find-external-requires Patch1: firefox-1.0-prdtoa.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1--visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch @@ -75,7 +75,7 @@ # It works on i386 so leave it alone there. Disable elsewhere. # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297 %ifnarch i386 -%patch5 -p1 +%patch5 -p0 %endif %patch6 -p1 @@ -390,6 +390,8 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 +- Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1.fc4 From fedora-extras-commits at redhat.com Fri Aug 4 12:50:59 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:50:59 -0700 Subject: rpms/seamonkey/FC-4 seamonkey.spec,1.7,1.8 Message-ID: <200608041251.k74Cp1VH002996@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2977 Modified Files: seamonkey.spec Log Message: fix typo in spec Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- seamonkey.spec 4 Aug 2006 12:47:27 -0000 1.7 +++ seamonkey.spec 4 Aug 2006 12:50:58 -0000 1.8 @@ -26,7 +26,7 @@ Source100: find-external-requires Patch1: firefox-1.0-prdtoa.patch -Patch5: firefox-1.1--visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch From fedora-extras-commits at redhat.com Fri Aug 4 12:52:29 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Fri, 4 Aug 2006 05:52:29 -0700 Subject: rpms/seamonkey/FC-4 seamonkey.spec,1.8,1.9 Message-ID: <200608041252.k74CqVZZ003025@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007 Modified Files: seamonkey.spec Log Message: bump release Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/FC-4/seamonkey.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- seamonkey.spec 4 Aug 2006 12:50:58 -0000 1.8 +++ seamonkey.spec 4 Aug 2006 12:52:29 -0000 1.9 @@ -8,7 +8,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 0.4.1%{?dist} +Release: 0.4.2%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -390,7 +390,7 @@ %changelog -* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.1 +* Thu Aug 04 2006 Kai Engert 1.0.4-0.4.2 - Use a different patch to disable visibility. * Thu Aug 03 2006 Kai Engert 1.0.4-0.4 - SeaMonkey 1.0.4 From fedora-extras-commits at redhat.com Fri Aug 4 14:07:43 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 4 Aug 2006 07:07:43 -0700 Subject: rpms/gossip/FC-5 .cvsignore, 1.11, 1.12 gossip.spec, 1.21, 1.22 sources, 1.11, 1.12 gossip-dbus-crash.patch, 1.1, NONE Message-ID: <200608041407.k74E7jxg008506@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8485 Modified Files: .cvsignore gossip.spec sources Removed Files: gossip-dbus-crash.patch Log Message: * Thu Aug 4 2006 Brian Pepple - 0.14-2 - Update to 0.14. - Change dbus requirement to 0.60. - Drop dbus crash patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 3 Aug 2006 20:24:59 -0000 1.11 +++ .cvsignore 4 Aug 2006 14:07:43 -0000 1.12 @@ -1 +1 @@ -gossip-0.13.tar.bz2 +gossip-0.14.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gossip.spec 3 Aug 2006 20:24:59 -0000 1.21 +++ gossip.spec 4 Aug 2006 14:07:43 -0000 1.22 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.13 +Version: 0.14 Release: 2%{?dist} Summary: Gnome Jabber Client @@ -9,7 +9,6 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -27,7 +26,7 @@ %if %{with_dbus} -BuildRequires: dbus-devel >= 0.31 +BuildRequires: dbus-devel >= 0.60 %endif Requires(pre): GConf2 @@ -43,7 +42,6 @@ %prep %setup -q -%patch0 -p1 -b .dbus %build @@ -125,6 +123,11 @@ %changelog +* Thu Aug 4 2006 Brian Pepple - 0.14-2 +- Update to 0.14. +- Change dbus requirement to 0.60. +- Drop dbus crash patch, fixed upstream. + * Thu Aug 3 2006 Brian Pepple - 0.13-2 - Update to 0.13. - Add patch to fix dbus crash. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 3 Aug 2006 20:24:59 -0000 1.11 +++ sources 4 Aug 2006 14:07:43 -0000 1.12 @@ -1 +1 @@ -d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 +426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 --- gossip-dbus-crash.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 14:09:21 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 4 Aug 2006 07:09:21 -0700 Subject: rpms/gossip/devel .cvsignore, 1.11, 1.12 gossip.spec, 1.23, 1.24 sources, 1.11, 1.12 gossip-dbus-crash.patch, 1.1, NONE Message-ID: <200608041409.k74E9NCv008606@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8584 Modified Files: .cvsignore gossip.spec sources Removed Files: gossip-dbus-crash.patch Log Message: * Fri Aug 4 2006 Brian Pepple - 0.14-3 - Update to 0.14. - Change dbus requirement to 0.60. - Drop dbus crash patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 3 Aug 2006 20:23:01 -0000 1.11 +++ .cvsignore 4 Aug 2006 14:09:21 -0000 1.12 @@ -1 +1 @@ -gossip-0.13.tar.bz2 +gossip-0.14.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gossip.spec 3 Aug 2006 20:23:01 -0000 1.23 +++ gossip.spec 4 Aug 2006 14:09:21 -0000 1.24 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: gossip -Version: 0.13 +Version: 0.14 Release: 3%{?dist} Summary: Gnome Jabber Client @@ -9,7 +9,6 @@ License: GPL URL: http://www.imendio.com/projects/gossip/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 -Patch0: %{name}-dbus-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: loudmouth-devel >= 1.0 @@ -28,7 +27,7 @@ %if %{with_dbus} -BuildRequires: dbus-devel >= 0.31 +BuildRequires: dbus-devel >= 0.60 %endif Requires(pre): GConf2 @@ -44,7 +43,6 @@ %prep %setup -q -%patch0 -p1 -b .dbus %build @@ -126,6 +124,11 @@ %changelog +* Fri Aug 4 2006 Brian Pepple - 0.14-3 +- Update to 0.14. +- Change dbus requirement to 0.60. +- Drop dbus crash patch, fixed upstream. + * Thu Aug 3 2006 Brian Pepple - 0.13-3 - Update to 0.13. - Add patch to fix dbus crash. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 3 Aug 2006 20:23:01 -0000 1.11 +++ sources 4 Aug 2006 14:09:21 -0000 1.12 @@ -1 +1 @@ -d690a8f78e847ed3bbbb2fd183d17582 gossip-0.13.tar.bz2 +426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 --- gossip-dbus-crash.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 14:20:46 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:20:46 -0700 Subject: rpms/fish/devel .cvsignore, 1.4, 1.5 fish.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608041420.k74EKmWq008743@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8722 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:24:42 -0000 1.4 +++ .cvsignore 4 Aug 2006 14:20:46 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 13 Mar 2006 11:11:44 -0000 1.7 +++ fish.spec 4 Aug 2006 14:20:46 -0000 1.8 @@ -1,64 +1,123 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.2 -Release: 1%{?dist} +Version: 1.21.10 +Release: 0%{?dist} License: GPL Group: System Environment/Shells URL: http://roo.no-ip.org/fish/ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 -Patch0: fish-1.21.2-fallback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel -BuildRequires: libX11-devel libXt-devel libXext-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + + # Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%else + +# This is not a Fedora system, try guessing BuildRequires by +# looking at the directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%patch0 -p1 -b .fallback -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" -%find_lang %{name}.\* + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files -f %{name}.\*.lang + + + +%files %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* %_mandir/man1/count.1* -%_mandir/man1/fishd.1.* -%_mandir/man1/fish_pager.1.* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager @@ -66,24 +125,41 @@ %attr(0755,root,root) %_bindir/set_color %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count -%dir %_datadir/fish/completions -%config %_datadir/fish/completions/*.fish -%dir %_datadir/fish/functions -%config %_datadir/fish/functions/*.fish -%_datadir/fish/fish + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + +# Translations +%_datadir/locale/*/LC_MESSAGES/fish.mo + + + + %changelog -* Mon Mar 13 2006 Oliver Falk - 1.21.2-1 -- Update -- Applied patch provided by Michael Schwendt - -* Fri Mar 10 2006 Oliver Falk - 1.14.0-2 -- Fix buildreqs -- Fix wutil.h +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -112,10 +188,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:24:42 -0000 1.4 +++ sources 4 Aug 2006 14:20:46 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 14:31:06 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:31:06 -0700 Subject: rpms/fish/devel fish.spec,1.8,1.9 Message-ID: <200608041431.k74EV84t008882@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8863 Modified Files: fish.spec Log Message: Second try of update to 1.21.1. Fix bug in spec that does not surface on the local system. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fish.spec 4 Aug 2006 14:20:46 -0000 1.8 +++ fish.spec 4 Aug 2006 14:31:06 -0000 1.9 @@ -32,10 +32,12 @@ %endif %if 0%{?fedora} +%if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel +%endif %else # This is not a Fedora system, try guessing BuildRequires by From fedora-extras-commits at redhat.com Fri Aug 4 14:33:16 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 07:33:16 -0700 Subject: owners owners.list,1.1359,1.1360 Message-ID: <200608041433.k74EXIXI008941@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8923 Modified Files: owners.list Log Message: change owner of "fish" now that Axel has signed up Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1359 retrieving revision 1.1360 diff -u -r1.1359 -r1.1360 --- owners.list 4 Aug 2006 10:18:09 -0000 1.1359 +++ owners.list 4 Aug 2006 14:33:15 -0000 1.1360 @@ -334,7 +334,7 @@ Fedora Extras|fillets-ng-data-cs|Czech audio data files for Fish Fillets Next Generation|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|firefox|firefox browser|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|firestarter|The Firestarter firewall tool for GNOME|mpeters at mac.com|extras-qa at fedoraproject.org| -Fedora Extras|fish|A friendly interactive shell|oliver at linux-kernel.at|extras-qa at fedoraproject.org|liljencrantz at gmail.com +Fedora Extras|fish|A friendly interactive shell|liljencrantz at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|flasm|Flash bytecode assembler disassembler|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|flim|Emacs library for handling email messages|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|flow-tools|Tool set for working with NetFlow data|i at stingr.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 14:36:19 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 07:36:19 -0700 Subject: rpms/fish/devel fish.spec,1.9,1.10 Message-ID: <200608041436.k74EaL6F009012@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8995 Modified Files: fish.spec Log Message: Second try of update to 1.21.1. Fix bug in spec that does not surface on the local system. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fish.spec 4 Aug 2006 14:31:06 -0000 1.9 +++ fish.spec 4 Aug 2006 14:36:19 -0000 1.10 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 0%{?dist} +Release: 1%{?dist} License: GPL Group: System Environment/Shells @@ -15,9 +15,11 @@ # Locate correct build time-dependencies for providing X headers +%if 0%{?fedora} + %if "%fedora" >= "5" - # Modern Fedora version, has modular X.org +# Modern Fedora version, has modular X.org BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel %endif @@ -31,13 +33,13 @@ %endif %endif -%if 0%{?fedora} %if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel %endif + %else # This is not a Fedora system, try guessing BuildRequires by From fedora-extras-commits at redhat.com Fri Aug 4 15:23:51 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 08:23:51 -0700 Subject: rpms/fish/devel fish.spec,1.10,1.11 Message-ID: <200608041523.k74FNru6012610@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12592 Modified Files: fish.spec Log Message: Third try of update to 1.21.1. Revert accidental switch to wrong method for finding translation files, and add missing build dependency. Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fish.spec 4 Aug 2006 14:36:19 -0000 1.10 +++ fish.spec 4 Aug 2006 15:23:51 -0000 1.11 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Shells @@ -15,12 +15,10 @@ # Locate correct build time-dependencies for providing X headers -%if 0%{?fedora} - %if "%fedora" >= "5" # Modern Fedora version, has modular X.org -BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel %endif @@ -33,17 +31,18 @@ %endif %endif +%if 0%{?fedora} %if "%fedora" < "3" # Ancient Fedora version, has XFree86 BuildRequires: XFree86-devel %endif - %else -# This is not a Fedora system, try guessing BuildRequires by -# looking at the directory structure +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure %define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h @@ -78,6 +77,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* @@ -106,7 +107,8 @@ -%files +%files -f %{name}.\*.lang + %defattr(-,root,root,-) # The documentation directory @@ -148,8 +150,6 @@ %dir %_datadir/fish/functions %_datadir/fish/functions/*.fish -# Translations -%_datadir/locale/*/LC_MESSAGES/fish.mo From fedora-extras-commits at redhat.com Fri Aug 4 16:54:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:54:10 -0700 Subject: owners owners.list,1.1360,1.1361 Message-ID: <200608041654.k74GsCvZ016253@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16236 Modified Files: owners.list Log Message: Take ownership of compface as discussed with Ville. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1360 retrieving revision 1.1361 diff -u -r1.1360 -r1.1361 --- owners.list 4 Aug 2006 14:33:15 -0000 1.1360 +++ owners.list 4 Aug 2006 16:54:10 -0000 1.1361 @@ -185,7 +185,7 @@ Fedora Extras|compat-erlang|Compatibility version of Erlang|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|compat-wxGTK|Compatibility version of the wxWidgets GUI library|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|compat-wxPythonGTK2|Compatibility version of the wxWidgets GUI toolkit for Python|tcallawa at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|compface|Library for handling X-Faces|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 16:56:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:56:23 -0700 Subject: rpms/compface import.log,1.5,1.6 Message-ID: <200608041656.k74GutB4016350@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16313 Modified Files: import.log Log Message: auto-import compface-1.5.2-1 on branch devel from compface-1.5.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/compface/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 8 Nov 2004 04:10:28 -0000 1.5 +++ import.log 4 Aug 2006 16:56:23 -0000 1.6 @@ -2,3 +2,4 @@ compface-1_4-0_fdr_3_rh90:HEAD:compface-1.4-0.fdr.3.rh90.src.rpm:1099887016 compface-1_4-0_fdr_3_1:HEAD:compface-1.4-0.fdr.3.1.src.rpm:1099887022 compface-1_4-0_fdr_3_2:HEAD:compface-1.4-0.fdr.3.2.src.rpm:1099887028 +compface-1_5_2-1:HEAD:compface-1.5.2-1.src.rpm:1154710944 From fedora-extras-commits at redhat.com Fri Aug 4 16:56:24 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:56:24 -0700 Subject: rpms/compface/devel compface-1.5.2-build.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 compface.spec, 1.10, 1.11 sources, 1.2, 1.3 compface-1.4.lsm, 1.1, NONE compface-errno.patch, 1.1, NONE compface-nostrip.patch, 1.1, NONE Message-ID: <200608041656.k74GuuVc016355@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16313/devel Modified Files: .cvsignore compface.spec sources Added Files: compface-1.5.2-build.patch Removed Files: compface-1.4.lsm compface-errno.patch compface-nostrip.patch Log Message: auto-import compface-1.5.2-1 on branch devel from compface-1.5.2-1.src.rpm compface-1.5.2-build.patch: --- NEW FILE compface-1.5.2-build.patch --- o Build shared library, link tools against it o Make it possible to prevent stripping o Add DESTDIR support --- Makefile.in~ 2005-10-04 15:59:49.000000000 +0300 +++ Makefile.in 2006-08-02 22:23:07.000000000 +0300 @@ -15,6 +15,7 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ SHELL = /bin/sh +STRIP = strip NAME = compface UNNAME = uncompface @@ -25,6 +26,7 @@ UNEXECUTABLE = $(BINDIR)/$(UNNAMEEXE) LIBNAME = lib$(NAME).a LIBRARY = $(LIBDIR)/$(LIBNAME) +SHLIBNAME = lib$(NAME).so MAN1DIR = $(MANDIR)/man1 MAN3DIR = $(MANDIR)/man3 OBJECTS = arith.o file.o compress.o gen.o uncompface.o @@ -45,11 +47,11 @@ all: $(NAMEEXE) $(UNNAMEEXE) -$(NAMEEXE) : cmain.o compface.o $(LIBNAME) - $(CC) $(LDFLAGS) -o $@ cmain.o compface.o $(LIBNAME) +$(NAMEEXE) : cmain.o compface.o $(SHLIBNAME) + $(CC) $(LDFLAGS) -o $@ cmain.o compface.o -L. -l$(NAME) -$(UNNAMEEXE) : uncmain.o $(LIBNAME) - $(CC) $(LDFLAGS) -o $@ uncmain.o $(LIBNAME) +$(UNNAMEEXE) : uncmain.o $(SHLIBNAME) + $(CC) $(LDFLAGS) -o $@ uncmain.o -L. -l$(NAME) $(LIBNAME) : $(OBJECTS) ar rc $(LIBNAME) $(OBJECTS) @@ -73,25 +75,28 @@ tar chzf `cat .fname`.tar.gz `cat .fname` $(RM) -rf `cat .fname` .fname -install: $(NAMEEXE) $(UNNAMEEXE) $(LIBNAME) - $(INSTALL_PROGRAM) -d $(BINDIR) $(LIBDIR) $(MAN1DIR) $(MAN3DIR) $(INCLUDEDIR) - $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(EXECUTABLE) - -chmod 0755 $(EXECUTABLE) - -strip $(EXECUTABLE) - $(INSTALL_PROGRAM) $(srcdir)/$(UNNAMEEXE) $(UNEXECUTABLE) - -chmod 0755 $(UNEXECUTABLE) - -strip $(UNEXECUTABLE) - $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(MAN1DIR)/$(NAME).1 - cd $(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 - $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(MAN3DIR)/$(NAME).3 - cd $(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 - for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(INCLUDEDIR)/$${hdr}; done - $(INSTALL_DATA) $(srcdir)/$(LIBNAME) $(LIBRARY) +install: $(NAMEEXE) $(UNNAMEEXE) $(SHLIBNAME) + $(INSTALL_PROGRAM) -d $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MAN1DIR) $(DESTDIR)$(MAN3DIR) $(DESTDIR)$(INCLUDEDIR) + $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(DESTDIR)$(EXECUTABLE) + -$(STRIP) $(DESTDIR)$(EXECUTABLE) + $(INSTALL_PROGRAM) $(srcdir)/$(UNNAMEEXE) $(DESTDIR)$(UNEXECUTABLE) + -$(STRIP) $(DESTDIR)$(UNEXECUTABLE) + $(INSTALL_DATA) $(srcdir)/$(NAME).1 $(DESTDIR)$(MAN1DIR)/$(NAME).1 + cd $(DESTDIR)$(MAN1DIR) && $(RM) ./$(UNNAME).1 && $(LN_S) $(NAME).1 $(UNNAME).1 + $(INSTALL_DATA) $(srcdir)/$(NAME).3 $(DESTDIR)$(MAN3DIR)/$(NAME).3 + cd $(DESTDIR)$(MAN3DIR) && $(RM) ./$(UNNAME).3 && $(LN_S) $(NAME).3 $(UNNAME).3 + for hdr in $(INSTALLHEADERS); do $(INSTALL_DATA) $(srcdir)/$${hdr} $(DESTDIR)$(INCLUDEDIR)/$${hdr}; done + $(INSTALL_PROGRAM) $(srcdir)/$(SHLIBNAME) $(DESTDIR)$(LIBDIR)/$(SHLIBNAME).1.0.0 + $(LN_S) $(SHLIBNAME).1.0.0 $(DESTDIR)$(LIBDIR)/$(SHLIBNAME).1 + $(LN_S) $(SHLIBNAME).1 $(DESTDIR)$(LIBDIR)/$(SHLIBNAME) shar : shar.script $(OTHERS) $(HDRS) $(SOURCES) > $(NAME).sh compress $(NAME).sh +$(SHLIBNAME): $(OBJECTS) + $(CC) -shared -Wl,-soname,$(SHLIBNAME).1 $(LDFLAGS) -o $(SHLIBNAME) $(OBJECTS) + .c.o: $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $< Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/compface/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:10:10 -0000 1.2 +++ .cvsignore 4 Aug 2006 16:56:24 -0000 1.3 @@ -1 +1,2 @@ -compface-1.4.tar.gz +compface-1.5.2.tar.gz +libcompface_1.5.2-3.diff.gz Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- compface.spec 31 Jul 2006 18:42:17 -0000 1.10 +++ compface.spec 4 Aug 2006 16:56:24 -0000 1.11 @@ -1,61 +1,76 @@ Name: compface -Version: 1.4 -Release: 7%{?dist} -Summary: Library for handling X-Faces +Version: 1.5.2 +Release: 1%{?dist} +Summary: Utilities for handling X-Faces -Group: System Environment/Libraries +Group: Applications/Multimedia License: MIT URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ -Source0: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.tar.gz -Source1: ftp://ftp.ibiblio.org/pub/Linux/apps/graphics/convert/compface-1.4.lsm -Patch0: %{name}-errno.patch -Patch1: %{name}-nostrip.patch +Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz +Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz +Patch1: %{name}-1.5.2-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: %{name}-devel = %{version}-%{release} - %description -Library for handling X-Faces and Bitblit icons. +%{summary}. + +%package devel +Summary: Library for handling X-Faces +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +%{summary}. %prep %setup -q -install -pm 644 %{SOURCE1} . -%patch0 -p0 +%patch0 -p1 %patch1 -p0 %build -%configure +CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -mkdir -p \ - $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,3},%{_includedir},%{_libdir}} -%makeinstall \ - BINDIR=$RPM_BUILD_ROOT%{_bindir} \ - LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ - MANDIR=$RPM_BUILD_ROOT%{_mandir} \ - INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir} +make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + %files %defattr(-,root,root,-) -%doc ChangeLog README *.lsm -%{_bindir}/*compface -%{_libdir}/libcompface.a +%doc ChangeLog README xbm2xface.pl +%{_bindir}/compface +%{_bindir}/uncompface +%{_libdir}/libcompface.so.* +%{_mandir}/man1/compface.1* +%{_mandir}/man1/uncompface.1* + +%files devel +%defattr(-,root,root,-) %{_includedir}/compface.h -%{_mandir}/man1/*compface.1* -%{_mandir}/man3/*compface.3* +%{_libdir}/libcompface.so +%{_mandir}/man3/compface.3* +%{_mandir}/man3/uncompface.3* %changelog +* Wed Aug 2 2006 Ville Skytt?? - 1.5.2-1 +- Update to 1.5.2, apply Debian's 1.5.2-3 patchset. +- Crudely patch to build a shared lib (inspired by Debian), drop static one. +- Split -devel subpackage. + * Mon Jul 31 2006 Ville Skytt?? - 1.4-7 - Ensure proper doc file permissions. Index: sources =================================================================== RCS file: /cvs/extras/rpms/compface/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:10:10 -0000 1.2 +++ sources 4 Aug 2006 16:56:24 -0000 1.3 @@ -1 +1,2 @@ -c45b54f67cc5d3580a18e4113219bc26 compface-1.4.tar.gz +62f4f79c0861ad292ba3cf77b4c48319 compface-1.5.2.tar.gz +330b8a78bf18d8cb46b3c23252f6ff9b libcompface_1.5.2-3.diff.gz --- compface-1.4.lsm DELETED --- --- compface-errno.patch DELETED --- --- compface-nostrip.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 4 16:58:21 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:58:21 -0700 Subject: rpms/compface import.log,1.6,1.7 Message-ID: <200608041658.k74GwNJM016455@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16422 Modified Files: import.log Log Message: auto-import compface-1.5.2-2 on branch devel from compface-1.5.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/compface/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 4 Aug 2006 16:56:23 -0000 1.6 +++ import.log 4 Aug 2006 16:58:21 -0000 1.7 @@ -3,3 +3,4 @@ compface-1_4-0_fdr_3_1:HEAD:compface-1.4-0.fdr.3.1.src.rpm:1099887022 compface-1_4-0_fdr_3_2:HEAD:compface-1.4-0.fdr.3.2.src.rpm:1099887028 compface-1_5_2-1:HEAD:compface-1.5.2-1.src.rpm:1154710944 +compface-1_5_2-2:HEAD:compface-1.5.2-2.src.rpm:1154711061 From fedora-extras-commits at redhat.com Fri Aug 4 16:58:22 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 09:58:22 -0700 Subject: rpms/compface/devel compface-1.5.2-stack-smashing.patch, NONE, 1.1 compface-test.xbm, NONE, 1.1 compface.spec, 1.11, 1.12 Message-ID: <200608041658.k74GwOHC016461@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16422/devel Modified Files: compface.spec Added Files: compface-1.5.2-stack-smashing.patch compface-test.xbm Log Message: auto-import compface-1.5.2-2 on branch devel from compface-1.5.2-2.src.rpm compface-1.5.2-stack-smashing.patch: --- NEW FILE compface-1.5.2-stack-smashing.patch --- Prevent sscanf stack smashing, and fix two GCC warnings. diff -Nur compface-1.5.2-prepped/file.c compface-1.5.2-modified/file.c --- compface-1.5.2-prepped/file.c 2006-08-04 18:58:17.000000000 +0200 +++ compface-1.5.2-modified/file.c 2006-08-04 18:59:30.000000000 +0200 @@ -80,7 +80,7 @@ static char table_inv[] = { 0,8,4,12,2,10,6,14,1,9, 5,13, 3,11, 7,15 }; static char table_nop[] = { 0,1,2, 3,4, 5,6, 7,8,9,10,11,12,13,14,15 }; char *table = table_nop; /* optionally invert bits in nibble */ - register inc = 0; /* optionally swap nimmles */ + register int inc = 0; /* optionally swap nimmles */ int bits; t = s = fbuf; @@ -91,9 +91,9 @@ char type1[128]; char type2[128]; while (*s && *s++ != '\n'); - if (sscanf(s, "#define %*s %d", &bits) == 1) if (bits == 48) { + if ((sscanf(s, "#define %*s %d", &bits) == 1) && (bits == 48)) { while (*s && *s++ != '\n'); - if (sscanf(s, "static %s %s", type1,type2)==2 && + if (sscanf(s, "static %127s %127s", type1,type2)==2 && (!strcmp(type1, "char") || !strcmp(type2, "char"))) { while (*s && *s++ != '\n'); --- NEW FILE compface-test.xbm --- #define noname_width 48 #define noname_height 48 static char noname_bits[] = { 0xFC,0xFF,0xFF,0xFF,0xFF,0x7F,0xFC,0xFF,0xFF,0xFF,0xFF,0x7F,0xFF,0xFF,0xFF, 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xDF,0x56,0x95,0x24,0x00,0xE0, 0xBF,0xBD,0x55,0xD5,0x6E,0xE5,0xEF,0xF7,0xFF,0x6F,0xBB,0xEB,0xAF,0xFF,0xFF, 0xFF,0xFF,0xE7,0xDF,0xFF,0xDF,0xFE,0xFF,0xE7,0xFF,0xFF,0x0F,0x00,0xE0,0xEF, 0xAF,0xFF,0x07,0x00,0xE0,0xE3,0xEF,0xFF,0x07,0x00,0xE0,0xE7,0xDF,0xFF,0x03, 0x00,0xE0,0xE7,0xDF,0xFF,0x07,0x00,0xE0,0xEF,0xFF,0xFF,0x03,0x00,0xF0,0xE7, 0xCF,0xFF,0x03,0x88,0xFC,0xE7,0xFF,0xFF,0x03,0xFC,0xFF,0xE7,0x8F,0xFF,0x03, 0xFE,0xFF,0xE7,0xFF,0xFF,0x03,0xD4,0xFF,0xE7,0xD7,0xFF,0x03,0x00,0xFE,0xE7, 0xEF,0xFF,0x01,0x00,0xFF,0xE7,0xCF,0xFF,0x01,0x00,0xFE,0xE7,0xDF,0xFF,0x01, 0x00,0xFE,0xE7,0xDF,0xFF,0x01,0x00,0xFF,0xE7,0xEF,0xFF,0x00,0xA0,0xFF,0xE3, 0xCF,0xFF,0x80,0xFF,0xFF,0xE7,0xDF,0xFF,0x00,0xFF,0xFF,0xE7,0xDF,0xFF,0x80, 0xFF,0xFF,0xE7,0xEF,0xFF,0x80,0xFF,0xFF,0xC3,0xCF,0x7F,0x80,0xFF,0xFF,0xE7, 0xAF,0xFF,0x80,0xFF,0xFF,0xE7,0xDF,0x7F,0x80,0xFF,0xFF,0xE7,0xAF,0x7F,0xC0, 0xFF,0xFF,0xC3,0xD7,0x7F,0xC0,0xFF,0xFF,0xE7,0xEF,0x7F,0xC0,0xFF,0xFF,0xC7, 0xCF,0x3F,0xC0,0xFF,0xFF,0xE7,0xAF,0x3F,0xC0,0xFF,0xFF,0xC3,0xDF,0x3F,0xE0, 0xFF,0xFF,0xE7,0xCF,0x3F,0xC0,0xFF,0xFF,0xC7,0xDF,0x7F,0xF0,0xFF,0xFF,0xC7, 0xCF,0xFF,0xFF,0xFF,0xFF,0xE3,0x9F,0xFF,0xFF,0xFF,0xFF,0xC7,0xAF,0x52,0x55, 0x95,0x00,0xE0,0x2F,0x02,0x00,0x00,0x04,0xC0,0x4F,0x49,0x2A,0x01,0x10,0xE0, 0xFF,0xFF,0xFF,0xFF,0xF7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0xFF,0xFF, 0xFF,0xFF,0x7F}; Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- compface.spec 4 Aug 2006 16:56:24 -0000 1.11 +++ compface.spec 4 Aug 2006 16:58:22 -0000 1.12 @@ -1,15 +1,18 @@ Name: compface Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia License: MIT URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz +Source1: compface-test.xbm Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz -Patch1: %{name}-1.5.2-build.patch +Patch1: compface-1.5.2-stack-smashing.patch +Patch2: %{name}-1.5.2-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: diffutils %description %{summary}. @@ -26,7 +29,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p0 +%patch1 -p1 -b .stack-smashing +%patch2 -p0 %build @@ -39,6 +43,12 @@ make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true +%check || : +export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$LD_LIBRARY_PATH +./compface %{SOURCE1} | ./uncompface -X > __test.xbm +cmp %{SOURCE1} __test.xbm + + %clean rm -rf $RPM_BUILD_ROOT @@ -66,6 +76,11 @@ %changelog +* Fri Aug 4 2006 Michael Schwendt - 1.5.2-2 +- Add patch to prevent sscanf stack smashing through Debian's patch. +- Fix two GCC warnings in the same patch. +- Add one test to the %%check section and BR diffutils. + * Wed Aug 2 2006 Ville Skytt?? - 1.5.2-1 - Update to 1.5.2, apply Debian's 1.5.2-3 patchset. - Crudely patch to build a shared lib (inspired by Debian), drop static one. From fedora-extras-commits at redhat.com Fri Aug 4 18:25:32 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Fri, 4 Aug 2006 11:25:32 -0700 Subject: rpms/rssowl/devel rssowl.script,1.6,1.7 rssowl.spec,1.8,1.9 Message-ID: <200608041825.k74IPYpH022111@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22090 Modified Files: rssowl.script rssowl.spec Log Message: Update rssowl to use firefox, not mozilla. Index: rssowl.script =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.script,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rssowl.script 31 Jul 2006 18:29:57 -0000 1.6 +++ rssowl.script 4 Aug 2006 18:25:32 -0000 1.7 @@ -5,7 +5,7 @@ # This makes the embedded browser work. if [ -z "$MOZILLA_FIVE_HOME" ]; then - XPCOM=$(ls -t /usr/lib/mozilla-*/libxpcom.so|head -n1) + XPCOM=$(ls -t /usr/lib/firefox-*/libxpcom.so|head -n1) export MOZILLA_FIVE_HOME=$(dirname $XPCOM) fi export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rssowl.spec 31 Jul 2006 18:29:57 -0000 1.8 +++ rssowl.spec 4 Aug 2006 18:25:32 -0000 1.9 @@ -1,6 +1,6 @@ %define name rssowl %define version 1.2.1 -%define release 3%{?dist} +%define release 4%{?dist} Name: %name Summary: An RSS, RDF and Atom Newsreader @@ -30,8 +30,9 @@ BuildRequires: java-gcj-compat-devel >= 1.0.31 Requires(post): java-gcj-compat >= 1.0.31 Requires(postun): java-gcj-compat >= 1.0.31 -Requires: itext, jdom, jakarta-commons-codec, jakarta-commons-httpclient, eclipse-platform -Requires: libgconf-java +Requires: itext, jdom, jakarta-commons-codec, jakarta-commons-httpclient, eclipse-platform +Requires: libgconf-java +Requires: firefox BuildRequires: desktop-file-utils Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -135,6 +136,10 @@ %{_libdir}/gcj/%{name} %changelog +* Fri Aug 4 2006 Anthony Green - 1.2.1-4 +- Modify startup script to use firefox's libxpcom.so. +- Require firefox. + * Sun Jul 30 2006 Anthony Green - 1.2.1-3 - Tweak jar references for FC6. - Use -p option on build-jar-repository to work around ecj misfeature. From fedora-extras-commits at redhat.com Fri Aug 4 19:06:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:06:42 -0700 Subject: rpms/tre - New directory Message-ID: <200608041906.k74J6iMR025072@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25046/tre Log Message: Directory /cvs/extras/rpms/tre added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 19:06:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:06:42 -0700 Subject: rpms/tre/devel - New directory Message-ID: <200608041906.k74J6ibx025075@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25046/tre/devel Log Message: Directory /cvs/extras/rpms/tre/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 4 19:07:00 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:07:00 -0700 Subject: rpms/tre Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608041907.k74J72oI025126@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25093 Added Files: Makefile import.log Log Message: Setup of module tre --- NEW FILE Makefile --- # Top level Makefile for module tre all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 4 19:07:01 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:07:01 -0700 Subject: rpms/tre/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608041907.k74J73AH025129@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25093/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tre --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 4 19:11:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:11:49 -0700 Subject: rpms/tre import.log,1.1,1.2 Message-ID: <200608041912.k74JCLYE025215@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25176 Modified Files: import.log Log Message: auto-import tre-0.7.4-3.fc5 on branch devel from tre-0.7.4-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tre/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Aug 2006 19:07:00 -0000 1.1 +++ import.log 4 Aug 2006 19:11:49 -0000 1.2 @@ -0,0 +1 @@ +tre-0_7_4-3_fc5:HEAD:tre-0.7.4-3.src.rpm:1154718710 From fedora-extras-commits at redhat.com Fri Aug 4 19:11:50 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:11:50 -0700 Subject: rpms/tre/devel tre.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608041912.k74JCMGY025219@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25176/devel Modified Files: .cvsignore sources Added Files: tre.spec Log Message: auto-import tre-0.7.4-3.fc5 on branch devel from tre-0.7.4-3.src.rpm --- NEW FILE tre.spec --- Name: tre Version: 0.7.4 Release: 3%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 Summary: POSIX compatible regexp library with approximate matching URL: http://laurikari.net/tre/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext BuildRequires: libtool # crm114 crashes in libtre on amd64 ExcludeArch: x86_64 %description TRE is a lightweight, robust, and efficient POSIX compatible regexp matching library with some exciting features such as approximate matching. %package devel Requires: tre = %{version}-%{release} Summary: Development files for use with the tre package Group: Development/Libraries %description devel This package contains header files and static libraries for use when building applications which use the TRE library. %package -n agrep Summary: Approximate grep utility Group: Applications/Text %description -n agrep The agrep tool is similar to the commonly used grep utility, but agrep can be used to search for approximate matches. The agrep tool searches text input for lines (or records separated by strings matching arbitrary regexps) that contain an approximate, or fuzzy, match to a specified regexp, and prints the matching lines. Limits can be set on how many errors of each kind are allowed, or only the best matching lines can be output. Unlike other agrep implementations, TRE agrep allows full POSIX regexps of any length, any number of errors, and non-uniform costs. %prep %setup -q %build %{__libtoolize} --force %{__aclocal} -I m4 -I gnulib/m4 %{__automake} %{__autoconf} %configure --disable-static --disable-rpath %{__make} %{?_smp_mflags} %install %{__make} install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING.LESSER INSTALL LICENSE NEWS README THANKS TODO %doc doc/*.html doc/*.css %attr(755,root,root) %{_libdir}/libtre.so.* %files devel %defattr(644,root,root,755) %{_libdir}/libtre.so %{_libdir}/pkgconfig/* %{_includedir}/* %files -n agrep %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/agrep %{_mandir}/man1/agrep.1* %changelog * Thu Aug 03 2006 Dominik Mierzejewski 0.7.4-3 - per FE guidelines, ExcludeArch only those problematic arches * Wed Aug 02 2006 Dominik Mierzejewski 0.7.4-2 - fixed rpmlint warnings - ExclusiveArch: %{ix86} until amd64 crash is fixed and somebody tests ppc(32) * Wed Jul 26 2006 Dominik Mierzejewski 0.7.4-1 - 0.7.4 - disable evil rpath - added necessary BRs - license changed to LGPL * Sun Feb 19 2006 Dominik Mierzejewski 0.7.2-1 - \E bug patch - FE compliance * Sun Nov 21 2004 Ville Laurikari - added agrep man page * Sun Mar 21 2004 Ville Laurikari - added %%doc doc * Wed Feb 25 2004 Ville Laurikari - removed the .la file from devel package * Mon Dec 22 2003 Ville Laurikari - added %%post/%%postun ldconfig scriplets. * Fri Oct 03 2003 Ville Laurikari - included in the TRE source tree as `tre.spec.in'. * Tue Sep 30 2003 Matthew Berg - tagged release 1 - initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tre/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Aug 2006 19:07:01 -0000 1.1 +++ .cvsignore 4 Aug 2006 19:11:50 -0000 1.2 @@ -0,0 +1 @@ +tre-0.7.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/tre/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Aug 2006 19:07:01 -0000 1.1 +++ sources 4 Aug 2006 19:11:50 -0000 1.2 @@ -0,0 +1 @@ +8b4bfb078f2cc9e01f37d3d251672f75 tre-0.7.4.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 19:15:34 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:34 -0700 Subject: rpms/wormux/FC-4 wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG6Vi025304@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/FC-4 Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/FC-4/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:34 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:15:35 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:35 -0700 Subject: rpms/wormux/devel wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG8cq025310@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/devel Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/devel/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:15:35 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 4 Aug 2006 12:15:35 -0700 Subject: rpms/wormux/FC-5 wormux.spec,1.3,1.4 Message-ID: <200608041916.k74JG7pi025307@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25257/FC-5 Modified Files: wormux.spec Log Message: - Add 'ArcadeGame' category to .desktop file Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/FC-5/wormux.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wormux.spec 10 Jun 2006 02:26:41 -0000 1.3 +++ wormux.spec 4 Aug 2006 19:15:35 -0000 1.4 @@ -1,6 +1,6 @@ Name: wormux Version: 0.7.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -50,7 +50,7 @@ Exec=wormux Icon=wormux.png Terminal=false -Categories=Application;Game; +Categories=Application;Game;ArcadeGame; Type=Application EOF @@ -91,6 +91,9 @@ %{_datadir}/%{name} %changelog +* Fri Aug 04 2006 Wart 0.7.2-6 +- Add 'ArcadeGame' category to .desktop file + * Fri Jun 09 2006 Wart 0.7.2-5 - Improve grammar in description From fedora-extras-commits at redhat.com Fri Aug 4 19:22:28 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 12:22:28 -0700 Subject: rpms/pure-ftpd/FC-5 pure-ftpd.spec,1.10,1.11 Message-ID: <200608041922.k74JMUir025440@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25409/FC-5 Modified Files: pure-ftpd.spec Log Message: fix bug 200844 Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/FC-5/pure-ftpd.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pure-ftpd.spec 14 May 2006 18:12:47 -0000 1.10 +++ pure-ftpd.spec 4 Aug 2006 19:22:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -23,7 +23,8 @@ %{!?_without_mysql:BuildRequires: mysql-devel} %{!?_without_pgsql:BuildRequires: postgresql-devel} %{!?_without_tls:BuildRequires: openssl-devel} -BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy +# SELinux module +BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -67,7 +68,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir -cp -p %{SOURCE6} README.SELinux +install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -238,6 +239,13 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 +- install README.SELinux with perms 644 to avoid depending on the + buildsys' umask (bug 200844) + +* Fri Jun 16 2006 Aurelien Bompard 1.0.21-6 +- add missing m4 BuildRequires + * Sun May 14 2006 Aurelien Bompard 1.0.21-5 - add missing BuildRequires From fedora-extras-commits at redhat.com Fri Aug 4 19:22:29 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 12:22:29 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.11,1.12 Message-ID: <200608041922.k74JMV1L025444@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25409/devel Modified Files: pure-ftpd.spec Log Message: fix bug 200844 Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pure-ftpd.spec 16 Jun 2006 05:25:34 -0000 1.11 +++ pure-ftpd.spec 4 Aug 2006 19:22:29 -0000 1.12 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -68,7 +68,7 @@ %setup -q %patch0 -p0 -b .config %patch1 -p0 -b .libdir -cp -p %{SOURCE6} README.SELinux +install -pm 644 %{SOURCE6} README.SELinux mkdir selinux cp -p %{SOURCE7} selinux/pureftpd.te @@ -239,6 +239,10 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 +- install README.SELinux with perms 644 to avoid depending on the + buildsys' umask (bug 200844) + * Fri Jun 16 2006 Aurelien Bompard 1.0.21-6 - add missing m4 BuildRequires From fedora-extras-commits at redhat.com Fri Aug 4 19:25:25 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:25:25 -0700 Subject: rpms/tre/devel tre.spec,1.1,1.2 Message-ID: <200608041925.k74JPR9e025566@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25549 Modified Files: tre.spec Log Message: - bump release to fix CVS tag Index: tre.spec =================================================================== RCS file: /cvs/extras/rpms/tre/devel/tre.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tre.spec 4 Aug 2006 19:11:50 -0000 1.1 +++ tre.spec 4 Aug 2006 19:25:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: tre Version: 0.7.4 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 @@ -86,6 +86,9 @@ %{_mandir}/man1/agrep.1* %changelog +* Fri Aug 04 2006 Dominik Mierzejewski 0.7.4-4 +- bump release to fix CVS tag + * Thu Aug 03 2006 Dominik Mierzejewski 0.7.4-3 - per FE guidelines, ExcludeArch only those problematic arches From fedora-extras-commits at redhat.com Fri Aug 4 19:31:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 4 Aug 2006 12:31:49 -0700 Subject: owners owners.list,1.1361,1.1362 Message-ID: <200608041931.k74JVpGB025646@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25629 Modified Files: owners.list Log Message: add myself as tre maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1361 retrieving revision 1.1362 diff -u -r1.1361 -r1.1362 --- owners.list 4 Aug 2006 16:54:10 -0000 1.1361 +++ owners.list 4 Aug 2006 19:31:49 -0000 1.1362 @@ -1884,6 +1884,7 @@ Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| +Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|tripwire|An IDS (Intrusion Detection System)|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ttf2pt1|TrueType to Adobe Type 1 converter|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 4 20:03:52 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 4 Aug 2006 13:03:52 -0700 Subject: check-mirrors check-mirrors.py, 1.26, 1.27 return-mirrorlist.py, 1.12, 1.13 Message-ID: <200608042003.k74K3qqM028500@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28474 Modified Files: check-mirrors.py return-mirrorlist.py Log Message: Added basic statistical information like uptime. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- check-mirrors.py 3 Aug 2006 02:48:11 -0000 1.26 +++ check-mirrors.py 4 Aug 2006 20:03:49 -0000 1.27 @@ -110,18 +110,18 @@ def goodmirror(self, repo, arch, country, url): """ Update or insert a good mirror """ - if self.run("update mirrors set failures='0', lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch)): + if self.run("update mirrors set successes=(select successes from mirrors where url='%s' and repo='%s' and arch='%s')+1, valid=1, lastgood=DATETIME('now') where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch, url, repo, arch)): return True - elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 0, DATETIME('now'));" % (repo, arch, country, url)): + elif self.run("insert into mirrors (repo, arch, country, url, successes, valid, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, 1, DATETIME('now'));" % (repo, arch, country, url)): return True else: return False def badmirror(self, repo, arch, country, url): """ Update or insert a bad mirror """ - if self.run("update mirrors set failures=(select failures from mirrors where url='%s')+1 where url='%s' and repo='%s' and arch='%s';" % (url, url, repo, arch)): + if self.run("update mirrors set failures=(select failures from mirrors where url='%s' and repo='%s' and arch='%s')+1, valid=0 where url='%s' and repo='%s' and arch='%s';" % (url, repo, arch, url, repo, arch)): return True - elif self.run("insert into mirrors (repo, arch, country, url, failures, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, '0');" % (repo, arch, country, url)): + elif self.run("insert into mirrors (repo, arch, country, url, failures, valid, lastgood) VALUES ('%s', '%s', '%s', '%s', 1, 0, '0');" % (repo, arch, country, url)): return True else: return True @@ -136,7 +136,7 @@ sys.exit(2) return False else: - self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer, lastgood date);') + self.run('CREATE TABLE mirrors (m_id INTEGER PRIMARY KEY, repo varchar(30), arch varchar(8), country varchar(2), url text, failures integer default 0, successes integer default 0, valid integer, lastgood date);') if runno == 0: self.initdb(1) else: Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- return-mirrorlist.py 3 Aug 2006 02:48:11 -0000 1.12 +++ return-mirrorlist.py 4 Aug 2006 20:03:49 -0000 1.13 @@ -73,7 +73,7 @@ else: countrysql = "and country='%s'" % country try: - self.dbcursor.execute('SELECT url FROM mirrors where failures=0 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) + self.dbcursor.execute('SELECT url FROM mirrors where valid=1 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) except sqlite.Error, err: print "%s" % err @@ -95,6 +95,23 @@ self.printMirrors(repo, arch, 'global') else: return True + + def printStats(self): + try: + self.dbcursor.execute('SELECT * FROM mirrors;') + except sqlite.Error, err: + print "%s" % err + + for row in self.dbcursor.fetchall(): + totalChecks = row[5] + row[6] * 1.0 + good = 0.0 + good = (row[5] / totalChecks * 1.0) * 100 + print '# %s' % row[4] + print '# Country: %s' % row[3] + print '# Last Good: %s' % row[8] + print '# uptime: %i%%' % good + print '# -----------------------------------' + return True def close(self): @@ -215,7 +232,9 @@ print '# repo = %s country = %s arch = %s ' % (repo, country, arch) DB.printMirrors(repo, arch, country) - + if form.has_key('stats'): + DB.printStats() + # fo = open(return_file, 'r') # for line in fo.readlines(): # line = line.replace('\n', '') From fedora-extras-commits at redhat.com Fri Aug 4 20:11:03 2006 From: fedora-extras-commits at redhat.com (Robert Crittenden (rcritten)) Date: Fri, 4 Aug 2006 13:11:03 -0700 Subject: rpms/mod_nss/FC-5 mod_nss-eccinit.patch, NONE, 1.1 mod_nss-conf.patch, 1.1, 1.2 mod_nss.spec, 1.1, 1.2 Message-ID: <200608042011.k74KBZ20028971@cvs-int.fedora.redhat.com> Author: rcritten Update of /cvs/extras/rpms/mod_nss/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28837/FC-5 Modified Files: mod_nss-conf.patch mod_nss.spec Added Files: mod_nss-eccinit.patch Log Message: Bump spec to mod_nss-1.0.3-4 Use the %ghost directive to own the database files. Use custom logs for mod_nss Add a default LogLevel to nss.conf Patch to fix some uninitialized variables mod_nss-eccinit.patch: --- NEW FILE mod_nss-eccinit.patch --- --- mod_nss-1.0.3/nss_engine_config.c 2 Mar 2006 19:21:54 -0000 1.10 +++ mod_nss-1.0.3/nss_engine_config.c 5 Jul 2006 15:03:47 -0000 @@ -82,6 +82,8 @@ mctx->nickname = NULL; #ifdef NSS_ENABLE_ECC mctx->eccnickname = NULL; + mctx->eccservercert = NULL; + mctx->eccserverkey = NULL; #endif mctx->servercert = NULL; mctx->serverkey = NULL; mod_nss-conf.patch: Index: mod_nss-conf.patch =================================================================== RCS file: /cvs/extras/rpms/mod_nss/FC-5/mod_nss-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss-conf.patch 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss-conf.patch 4 Aug 2006 20:11:02 -0000 1.2 @@ -1,5 +1,5 @@ ---- mod_nss-1.0.2/nss.conf.in.orig 2006-06-20 23:09:14.000000000 -0400 -+++ mod_nss-1.0.2/nss.conf.in 2006-06-20 23:10:23.000000000 -0400 +--- mod_nss-1.0.3/nss.conf.in.orig 2006-08-04 14:06:50.000000000 -0400 ++++ mod_nss-1.0.3/nss.conf.in 2006-08-04 15:24:34.000000000 -0400 @@ -8,14 +8,16 @@ # consult the online docs. You have been warned. # @@ -28,7 +28,7 @@ # Configure the SSL Session Cache. # NSSSessionCacheSize is the number of entries in the cache. -@@ -68,11 +70,11 @@ +@@ -68,16 +70,18 @@ ## SSL Virtual Host Context ## @@ -41,8 +41,18 @@ +#ServerName www.example.com:8443 #ServerAdmin you at example.com - # mod_nss can log to separate log files, you can choose to do that if you'd like -@@ -111,7 +113,7 @@ +-# mod_nss can log to separate log files, you can choose to do that if you'd like +-#ErrorLog @apache_prefix@/logs/error_log +-#TransferLog @apache_prefix@/logs/access_log ++# Use separate log files for the SSL virtual host; note that LogLevel ++# is not inherited from httpd.conf. ++ErrorLog @apache_prefix@/logs/nss_error_log ++TransferLog @apache_prefix@/logs/nss_access_log ++LogLevel warn + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. +@@ -111,7 +115,7 @@ # The NSS security database directory that holds the certificates and # keys. The database consists of 3 files: cert8.db, key3.db and secmod.db. # Provide the directory that these files exist. @@ -51,7 +61,7 @@ # Database Prefix: # In order to be able to store multiple NSS databases in one directory -@@ -175,7 +177,7 @@ +@@ -175,7 +179,7 @@ NSSOptions +StdEnvVars Index: mod_nss.spec =================================================================== RCS file: /cvs/extras/rpms/mod_nss/FC-5/mod_nss.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss.spec 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss.spec 4 Aug 2006 20:11:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: mod_nss Version: 1.0.3 -Release: 1%{?dist} +Release: 4%{?dist} Summary: SSL/TLS module for the Apache HTTP server Group: System Environment/Daemons License: Apache Software License @@ -15,6 +15,7 @@ Requires: nss >= 3.11, nss-tools >= 3.11 Patch1: mod_nss-conf.patch Patch2: mod_nss-gencert.patch +Patch3: mod_nss-eccinit.patch %description The mod_nss module provides strong cryptography for the Apache Web @@ -26,6 +27,7 @@ %setup -q %patch1 -p1 -b .conf %patch2 -p1 -b .gencert +%patch3 -p1 -b .eccinit # Touch expression parser sources to prevent regenerating it touch nss_expr_*.[chyl] @@ -56,8 +58,6 @@ # The install target of the Makefile isn't used because that uses apxs # which tries to enable the module in the build host httpd instead of in # the build root. -# The "temporary file" text in secmod.db, cert8.db and key3.db is done so -# the RPM "owns" these 3 files. We don't want any orphans. rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf @@ -71,9 +71,10 @@ install -m 755 nss_pcache $RPM_BUILD_ROOT%{_sbindir}/ install -m 755 gencert $RPM_BUILD_ROOT%{_sbindir}/ ln -s ../../..%{_libdir}/libnssckbi.so $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/ -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/install.log perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" $RPM_BUILD_ROOT%{_sbindir}/gencert @@ -84,8 +85,7 @@ umask 077 if [ "$1" -eq 1 ] ; then - if [ `grep -c "temporary file" %{_sysconfdir}/httpd/alias/key3.db` -eq 1 ]; then - rm -f %{_sysconfdir}/httpd/alias/{secmod,cert8,key3}.db + if [ ! -e %{_sysconfdir}/httpd/alias/key3.db ]; then %{_sbindir}/gencert %{_sysconfdir}/httpd/alias > %{_sysconfdir}/httpd/alias/install.log 2>&1 echo "" echo "%{name} certificate database generated." @@ -99,13 +99,23 @@ %config(noreplace) %{_sysconfdir}/httpd/conf.d/nss.conf %{_libdir}/httpd/modules/libmodnss.so %dir %{_sysconfdir}/httpd/alias/ -%config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db -%config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db -%config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/install.log %{_sysconfdir}/httpd/alias/libnssckbi.so %{_sbindir}/nss_pcache %{_sbindir}/gencert %changelog +* Fri Aug 04 2006 Rob Crittenden 1.0.3-4 +- Include LogLevel warn in nss.conf and use separate log files + +* Fri Aug 04 2006 Rob Crittenden 1.0.3-3 +- Need to initialize ECC certificate and key variables + +* Fri Aug 04 2006 Jarod Wilson 1.0.3-2 +- Use %%ghost for db files and install.log + * Tue Jun 20 2006 Rob Crittenden 1.0.3-1 - Initial build From fedora-extras-commits at redhat.com Fri Aug 4 20:11:03 2006 From: fedora-extras-commits at redhat.com (Robert Crittenden (rcritten)) Date: Fri, 4 Aug 2006 13:11:03 -0700 Subject: rpms/mod_nss/devel mod_nss-eccinit.patch, NONE, 1.1 mod_nss-conf.patch, 1.1, 1.2 mod_nss.spec, 1.1, 1.2 Message-ID: <200608042011.k74KBaVF028975@cvs-int.fedora.redhat.com> Author: rcritten Update of /cvs/extras/rpms/mod_nss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28837/devel Modified Files: mod_nss-conf.patch mod_nss.spec Added Files: mod_nss-eccinit.patch Log Message: Bump spec to mod_nss-1.0.3-4 Use the %ghost directive to own the database files. Use custom logs for mod_nss Add a default LogLevel to nss.conf Patch to fix some uninitialized variables mod_nss-eccinit.patch: --- NEW FILE mod_nss-eccinit.patch --- --- mod_nss-1.0.3/nss_engine_config.c 2 Mar 2006 19:21:54 -0000 1.10 +++ mod_nss-1.0.3/nss_engine_config.c 5 Jul 2006 15:03:47 -0000 @@ -82,6 +82,8 @@ mctx->nickname = NULL; #ifdef NSS_ENABLE_ECC mctx->eccnickname = NULL; + mctx->eccservercert = NULL; + mctx->eccserverkey = NULL; #endif mctx->servercert = NULL; mctx->serverkey = NULL; mod_nss-conf.patch: Index: mod_nss-conf.patch =================================================================== RCS file: /cvs/extras/rpms/mod_nss/devel/mod_nss-conf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss-conf.patch 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss-conf.patch 4 Aug 2006 20:11:03 -0000 1.2 @@ -1,5 +1,5 @@ ---- mod_nss-1.0.2/nss.conf.in.orig 2006-06-20 23:09:14.000000000 -0400 -+++ mod_nss-1.0.2/nss.conf.in 2006-06-20 23:10:23.000000000 -0400 +--- mod_nss-1.0.3/nss.conf.in.orig 2006-08-04 14:06:50.000000000 -0400 ++++ mod_nss-1.0.3/nss.conf.in 2006-08-04 15:24:34.000000000 -0400 @@ -8,14 +8,16 @@ # consult the online docs. You have been warned. # @@ -28,7 +28,7 @@ # Configure the SSL Session Cache. # NSSSessionCacheSize is the number of entries in the cache. -@@ -68,11 +70,11 @@ +@@ -68,16 +70,18 @@ ## SSL Virtual Host Context ## @@ -41,8 +41,18 @@ +#ServerName www.example.com:8443 #ServerAdmin you at example.com - # mod_nss can log to separate log files, you can choose to do that if you'd like -@@ -111,7 +113,7 @@ +-# mod_nss can log to separate log files, you can choose to do that if you'd like +-#ErrorLog @apache_prefix@/logs/error_log +-#TransferLog @apache_prefix@/logs/access_log ++# Use separate log files for the SSL virtual host; note that LogLevel ++# is not inherited from httpd.conf. ++ErrorLog @apache_prefix@/logs/nss_error_log ++TransferLog @apache_prefix@/logs/nss_access_log ++LogLevel warn + + # SSL Engine Switch: + # Enable/Disable SSL for this virtual host. +@@ -111,7 +115,7 @@ # The NSS security database directory that holds the certificates and # keys. The database consists of 3 files: cert8.db, key3.db and secmod.db. # Provide the directory that these files exist. @@ -51,7 +61,7 @@ # Database Prefix: # In order to be able to store multiple NSS databases in one directory -@@ -175,7 +177,7 @@ +@@ -175,7 +179,7 @@ NSSOptions +StdEnvVars Index: mod_nss.spec =================================================================== RCS file: /cvs/extras/rpms/mod_nss/devel/mod_nss.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mod_nss.spec 18 Jul 2006 18:05:12 -0000 1.1 +++ mod_nss.spec 4 Aug 2006 20:11:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: mod_nss Version: 1.0.3 -Release: 1%{?dist} +Release: 4%{?dist} Summary: SSL/TLS module for the Apache HTTP server Group: System Environment/Daemons License: Apache Software License @@ -15,6 +15,7 @@ Requires: nss >= 3.11, nss-tools >= 3.11 Patch1: mod_nss-conf.patch Patch2: mod_nss-gencert.patch +Patch3: mod_nss-eccinit.patch %description The mod_nss module provides strong cryptography for the Apache Web @@ -26,6 +27,7 @@ %setup -q %patch1 -p1 -b .conf %patch2 -p1 -b .gencert +%patch3 -p1 -b .eccinit # Touch expression parser sources to prevent regenerating it touch nss_expr_*.[chyl] @@ -56,8 +58,6 @@ # The install target of the Makefile isn't used because that uses apxs # which tries to enable the module in the build host httpd instead of in # the build root. -# The "temporary file" text in secmod.db, cert8.db and key3.db is done so -# the RPM "owns" these 3 files. We don't want any orphans. rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf @@ -71,9 +71,10 @@ install -m 755 nss_pcache $RPM_BUILD_ROOT%{_sbindir}/ install -m 755 gencert $RPM_BUILD_ROOT%{_sbindir}/ ln -s ../../..%{_libdir}/libnssckbi.so $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/ -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db -echo "temporary file" > $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/secmod.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/cert8.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/key3.db +touch $RPM_BUILD_ROOT%{_sysconfdir}/httpd/alias/install.log perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" $RPM_BUILD_ROOT%{_sbindir}/gencert @@ -84,8 +85,7 @@ umask 077 if [ "$1" -eq 1 ] ; then - if [ `grep -c "temporary file" %{_sysconfdir}/httpd/alias/key3.db` -eq 1 ]; then - rm -f %{_sysconfdir}/httpd/alias/{secmod,cert8,key3}.db + if [ ! -e %{_sysconfdir}/httpd/alias/key3.db ]; then %{_sbindir}/gencert %{_sysconfdir}/httpd/alias > %{_sysconfdir}/httpd/alias/install.log 2>&1 echo "" echo "%{name} certificate database generated." @@ -99,13 +99,23 @@ %config(noreplace) %{_sysconfdir}/httpd/conf.d/nss.conf %{_libdir}/httpd/modules/libmodnss.so %dir %{_sysconfdir}/httpd/alias/ -%config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db -%config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db -%config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/secmod.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/cert8.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/key3.db +%ghost %config(noreplace) %{_sysconfdir}/httpd/alias/install.log %{_sysconfdir}/httpd/alias/libnssckbi.so %{_sbindir}/nss_pcache %{_sbindir}/gencert %changelog +* Fri Aug 04 2006 Rob Crittenden 1.0.3-4 +- Include LogLevel warn in nss.conf and use separate log files + +* Fri Aug 04 2006 Rob Crittenden 1.0.3-3 +- Need to initialize ECC certificate and key variables + +* Fri Aug 04 2006 Jarod Wilson 1.0.3-2 +- Use %%ghost for db files and install.log + * Tue Jun 20 2006 Rob Crittenden 1.0.3-1 - Initial build From fedora-extras-commits at redhat.com Fri Aug 4 20:58:01 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 13:58:01 -0700 Subject: rpms/fish/devel fish.spec,1.11,1.12 Message-ID: <200608042058.k74Kw3ox030281@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30264 Modified Files: fish.spec Log Message: Update changelog Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- fish.spec 4 Aug 2006 15:23:51 -0000 1.11 +++ fish.spec 4 Aug 2006 20:58:01 -0000 1.12 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -155,6 +155,11 @@ %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + * Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 - Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this From fedora-extras-commits at redhat.com Fri Aug 4 20:59:20 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 13:59:20 -0700 Subject: rpms/pure-ftpd/FC-5 pure-ftpd.spec,1.11,1.12 Message-ID: <200608042059.k74KxNSt030318@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30287/FC-5 Modified Files: pure-ftpd.spec Log Message: BuildRequire selinux-policy-devel for FC6 onwards Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/FC-5/pure-ftpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pure-ftpd.spec 4 Aug 2006 19:22:28 -0000 1.11 +++ pure-ftpd.spec 4 Aug 2006 20:59:20 -0000 1.12 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -25,6 +25,9 @@ %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 +%if "%{fedora}" >= "6" +BuildRequires: selinux-policy-devel +%endif Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -239,6 +242,9 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 +- BuildRequire selinux-policy-devel for FC6 onwards + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 - install README.SELinux with perms 644 to avoid depending on the buildsys' umask (bug 200844) From fedora-extras-commits at redhat.com Fri Aug 4 20:59:21 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Fri, 4 Aug 2006 13:59:21 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec,1.12,1.13 Message-ID: <200608042059.k74KxNmx030322@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30287/devel Modified Files: pure-ftpd.spec Log Message: BuildRequire selinux-policy-devel for FC6 onwards Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pure-ftpd.spec 4 Aug 2006 19:22:29 -0000 1.12 +++ pure-ftpd.spec 4 Aug 2006 20:59:21 -0000 1.13 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -25,6 +25,9 @@ %{!?_without_tls:BuildRequires: openssl-devel} # SELinux module BuildRequires: selinux-policy, selinux-policy-targeted, checkpolicy, m4 +%if "%{fedora}" >= "6" +BuildRequires: selinux-policy-devel +%endif Requires(post): chkconfig Requires(preun): chkconfig, initscripts @@ -239,6 +242,9 @@ %changelog +* Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 +- BuildRequire selinux-policy-devel for FC6 onwards + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-7 - install README.SELinux with perms 644 to avoid depending on the buildsys' umask (bug 200844) From fedora-extras-commits at redhat.com Fri Aug 4 21:06:37 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 14:06:37 -0700 Subject: rpms/fish/FC-5 .cvsignore, 1.4, 1.5 fish.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608042106.k74L6daC000567@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv546 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.10 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:24:42 -0000 1.4 +++ .cvsignore 4 Aug 2006 21:06:36 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 13 Mar 2006 11:11:44 -0000 1.7 +++ fish.spec 4 Aug 2006 21:06:36 -0000 1.8 @@ -1,64 +1,129 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.2 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells URL: http://roo.no-ip.org/fish/ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 -Patch0: fish-1.21.2-fallback.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel -BuildRequires: libX11-devel libXt-devel libXext-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%patch0 -p1 -b .fallback -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files %find_lang %{name}.\* + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi + + + %files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* %_mandir/man1/count.1* -%_mandir/man1/fishd.1.* -%_mandir/man1/fish_pager.1.* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager @@ -66,24 +131,44 @@ %attr(0755,root,root) %_bindir/set_color %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count -%dir %_datadir/fish/completions -%config %_datadir/fish/completions/*.fish -%dir %_datadir/fish/functions -%config %_datadir/fish/functions/*.fish -%_datadir/fish/fish + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + + %changelog -* Mon Mar 13 2006 Oliver Falk - 1.21.2-1 -- Update -- Applied patch provided by Michael Schwendt - -* Fri Mar 10 2006 Oliver Falk - 1.14.0-2 -- Fix buildreqs -- Fix wutil.h +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -112,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:24:42 -0000 1.4 +++ sources 4 Aug 2006 21:06:36 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 4 22:56:11 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 4 Aug 2006 15:56:11 -0700 Subject: rpms/compface/devel compface-README.copyright, NONE, 1.1 compface.spec, 1.12, 1.13 Message-ID: <200608042256.k74MuDpQ003623@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3605 Modified Files: compface.spec Added Files: compface-README.copyright Log Message: * Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 - Add licence terms clarification from Debian's patch. --- NEW FILE compface-README.copyright --- Extracted from Debian GNU/Linux's package: [...] Compface - 48x48x1 image compression and decompression Copyright (c) James Ashton 1990. Written 89/11/11 Feel free to distribute this source at will so long as the above message and this message are included in full. This copyright message dosn't specify whether modified version is allowed, but the following mail from the author does allow them: > From: James Ashton > Subject: Re: Bug#72019: compface not DFSG > Date: Wed, 20 Sep 2000 09:48:34 +1100 (EST) > > >On Tue, Sep 19, 2000 at 08:58:43AM -0400, Raul Miller wrote: > >> Package: compface > >> Version: 1989.11.11-17.1 > >> Severity: important > >> > >> compface's copyright doesn't grant permission to > >> distribute modified versions > > > >The compface copyright says: > > > >Feel free to distribute this source at will so long as the above > >message and this message are included in full. > > > > > >Which could be interpretated as it is allowed to distribute modified > >versions of it. James Ashton is the original author, would you care to > >clairify the matter, mr Ashton? > > I don't mind modified versions being distributed. Please included the > original copyright notices as specified and also prominently note, if > it is a modified version, the nature and author(s) of the > modifications. > -- > James Ashton VK1XJA System Administrator > http://wwwsyseng.anu.edu.au/~jaa Department of Systems Engineering > Voice +61 2 6279 8675 Research School of Information Sciences and Engineering > FAX +61 2 6279 8688 Australian National University > Email James.Ashton at anu.edu.au Canberra ACT 0200 Australia > Another peoblem with the copyright of this source code is that the copyright message in the source files and in the readme file is conflicting. The following mail from the author should clear that up: > From: James Ashton > Subject: Re: libcompface license (again) > Date: Thu, 22 Feb 2001 09:32:23 +1100 (EST) > > >Hi, > >I'm maintaining the debian pkg of your compface lib, and I've talket to you > >before about it's license. And now ouer legal people have found another > >problem. The sourcefiles contains a diffrent copyright notice than the > >redmefile. They say: > > > >> * Permission is given to distribute these sources, as long as the > >> * copyright messages are not removed, and no monies are exchanged.=20 > > > >The problem is the last part "no monies are exchanged". As you probably=20 > >know we do allow third party companies to produce debian CDs and sell them. > >So this statement would inmply that we can't have your libcompface in > debian > >at all. > > I'm happy to remove the phrase no monies are exchanged' from the > source and allow distribution as per the README file. Do you need more > from me than just this email? > -- > James Ashton VK1XJA System Administrator > http://wwwsyseng.anu.edu.au/~jaa Department of Systems Engineering > Voice +61 2 6125 8675 Research School of Information Sciences and Engineering > FAX +61 2 6125 8660 Australian National University > Email James.Ashton at anu.edu.au Canberra ACT 0200 Australia Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- compface.spec 4 Aug 2006 16:58:22 -0000 1.12 +++ compface.spec 4 Aug 2006 22:56:10 -0000 1.13 @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia @@ -8,6 +8,7 @@ URL: http://www.ibiblio.org/pub/Linux/apps/graphics/convert/ Source0: http://ftp.xemacs.org/pub/xemacs/aux/%{name}-%{version}.tar.gz Source1: compface-test.xbm +Source2: compface-README.copyright Patch0: http://ftp.debian.org/debian/pool/main/libc/libcompface/libcompface_1.5.2-3.diff.gz Patch1: compface-1.5.2-stack-smashing.patch Patch2: %{name}-1.5.2-build.patch @@ -41,6 +42,7 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT STRIP=/bin/true +mkdir -p _extdoc && install -p -m 0644 %{SOURCE2} _extdoc/README.copyright %check || : @@ -61,6 +63,7 @@ %files %defattr(-,root,root,-) %doc ChangeLog README xbm2xface.pl +%doc _extdoc/README.copyright %{_bindir}/compface %{_bindir}/uncompface %{_libdir}/libcompface.so.* @@ -76,6 +79,9 @@ %changelog +* Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 +- Add licence terms clarification from Debian's patch. + * Fri Aug 4 2006 Michael Schwendt - 1.5.2-2 - Add patch to prevent sscanf stack smashing through Debian's patch. - Fix two GCC warnings in the same patch. From fedora-extras-commits at redhat.com Sat Aug 5 00:10:25 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:10:25 -0700 Subject: rpms/fish/FC-4 fish.spec,1.5,1.6 Message-ID: <200608050010.k750AR8X009020@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9003 Modified Files: fish.spec Log Message: Update to 1.21.10 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fish.spec 28 Sep 2005 11:26:36 -0000 1.5 +++ fish.spec 5 Aug 2006 00:10:25 -0000 1.6 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.14.0 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -11,64 +11,165 @@ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel xorg-x11-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* + + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files + + + +%files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* -%_mandir/man1/tokenize.1* %_mandir/man1/count.1* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager %attr(0755,root,root) %_bindir/xsel %attr(0755,root,root) %_bindir/set_color -%attr(0755,root,root) %_bindir/tokenize %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish -%dir %_sysconfdir/fish.d/completions -%config %_sysconfdir/fish.d/completions/*.fish + +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 + * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -96,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way From fedora-extras-commits at redhat.com Sat Aug 5 00:11:25 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:11:25 -0700 Subject: rpms/fish/FC-3 fish.spec,1.5,1.6 Message-ID: <200608050011.k750BRKI009087@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9070 Modified Files: fish.spec Log Message: Update to 1.21.10 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fish.spec 28 Sep 2005 11:27:22 -0000 1.5 +++ fish.spec 5 Aug 2006 00:11:24 -0000 1.6 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.14.0 -Release: 1%{?dist} +Version: 1.21.10 +Release: 3%{?dist} License: GPL Group: System Environment/Shells @@ -11,64 +11,165 @@ Source0: http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: doxygen ncurses-devel xorg-x11-devel +BuildRequires: ncurses-devel gettext groff + + +# Locate correct build time-dependencies for providing X headers +%if "%fedora" >= "5" + +# Modern Fedora version, has modular X.org +BuildRequires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel + +%endif + +%if "%fedora" < "5" +%if "%fedora" >= "3" + +# Semi-old Fedora version, has non-modular X.org +BuildRequires: xorg-x11-devel + +%endif +%endif + +%if 0%{?fedora} +%if "%fedora" < "3" + +# Ancient Fedora version, has XFree86 +BuildRequires: XFree86-devel + +%endif +%else + +# The %fedora variable has not been correctly defined, or this is is +# not a Fedora system, try guessing BuildRequires by looking at the +# directory structure +%define xinclude /usr%(if [ -d /usr/X11R6/include ]; then echo /X11R6; fi)/include +BuildRequires: %{xinclude}/X11/StringDefs.h, %{xinclude}/X11/Xlib.h +BuildRequires: %{xinclude}/X11/Intrinsic.h, %{xinclude}/X11/Xatom.h + +%endif + %description -fish is a shell geared towards interactive use. It's features are -focused on user friendlieness and discoverability. The language syntax + +fish is a shell geared towards interactive use. Its features are +focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages. + %prep %setup -q -%build + + +%build +# The docdir argument is to make the name of the cosumantation +# directory 'fish-VERSION', instead of the default, which is simply +# 'fish'. %configure docdir=%_datadir/doc/%{name}-%{version} make %{?_smp_mflags} + + + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" +# Find translation files +%find_lang %{name}.\* + + + %clean rm -rf $RPM_BUILD_ROOT + + + %post +# Add fish to the list of allowed shells in /etc/shells if ! grep %_bindir/fish %_sysconfdir/shells >/dev/null; then echo %_bindir/fish >>%_sysconfdir/shells fi + + + %postun +# Remove fish from the list of allowed shells in /etc/shells if [ "$1" = 0 ]; then grep -v %_bindir/fish %_sysconfdir/shells >%_sysconfdir/fish.tmp mv %_sysconfdir/fish.tmp %_sysconfdir/shells fi -%files + + + +%files -f %{name}.\*.lang + %defattr(-,root,root,-) + +# The documentation directory %doc %_datadir/doc/%{name}-%{version} + +# man files %_mandir/man1/fish.1* %_mandir/man1/xsel.1x* %_mandir/man1/mimedb.1* %_mandir/man1/set_color.1* -%_mandir/man1/tokenize.1* %_mandir/man1/count.1* +%_mandir/man1/fishd.1* +%_mandir/man1/fish_pager.1* + +# The program binaries %attr(0755,root,root) %_bindir/fish %attr(0755,root,root) %_bindir/fishd %attr(0755,root,root) %_bindir/fish_pager %attr(0755,root,root) %_bindir/xsel %attr(0755,root,root) %_bindir/set_color -%attr(0755,root,root) %_bindir/tokenize %attr(0755,root,root) %_bindir/mimedb %attr(0755,root,root) %_bindir/count + +# Configuration files %config %_sysconfdir/fish %config %_sysconfdir/fish_inputrc %dir %_sysconfdir/fish.d %config %_sysconfdir/fish.d/fish_*.fish -%dir %_sysconfdir/fish.d/completions -%config %_sysconfdir/fish.d/completions/*.fish + +# Non-configuration initialization files +%dir %_datadir/fish +%_datadir/fish/fish + +# Program specific tab-completions +%dir %_datadir/fish/completions +%_datadir/fish/completions/*.fish + +# Dynamically loaded shellscript functions +%dir %_datadir/fish/functions +%_datadir/fish/functions/*.fish + + + + %changelog +* Fri Aug 4 2006 Axel Liljencrantz 1.21.10-4 +- Add better translation finding code from fedora spec to main spec. Thank you to Michael Schwendt. +- Add missing dependency libXext-devel. +- Remove one nesting level from dependency checking code. + +* Tue Aug 1 2006 Axel Liljencrantz 1.21.10-1 +- Improved the dependency check for X headers. Thank you to Michael Schwendt for pointers on how to do this + +* Mon Jul 31 2006 Axel Liljencrantz 1.21.10-1 +- Fixed spelling and punctuation as a per patch from Paul Howarth +- Fixed dependencies as per patch from Paul Howarth + +* Tue Nov 29 2005 Axel Liljencrantz 1.17.0-0 +- 1.17.0 + * Sat Sep 24 2005 Axel Liljencrantz 1.14.0-0 - 1.14.0 @@ -96,10 +197,6 @@ * Fri Jul 15 2005 Axel Liljencrantz 1.12.0-1 - 1.12.0 -* Fri Jul 01 2005 Oliver Falk - 1.11.1-10 -- Added dist macro to the release -- Small spec beautifying - * Thu Jun 30 2005 Michael Schwendt 1.11.1-9 - Set CFLAGS the proper way From fedora-extras-commits at redhat.com Sat Aug 5 00:14:20 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:14:20 -0700 Subject: rpms/fish/FC-4 .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608050014.k750EMNo009156@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9137 Modified Files: .cvsignore sources Log Message: Update tarball. Sorry, I thought you only had to do it once, not once per fedora version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:26:36 -0000 1.4 +++ .cvsignore 5 Aug 2006 00:14:20 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:26:36 -0000 1.4 +++ sources 5 Aug 2006 00:14:20 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 5 00:16:29 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:16:29 -0700 Subject: rpms/fish/FC-4 fish.spec,1.6,1.7 Message-ID: <200608050016.k750GVJ7009211@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9194 Modified Files: fish.spec Log Message: Update release tag as per http://fedoraproject.org/wiki/Extras/UsingCvsFaq Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fish.spec 5 Aug 2006 00:10:25 -0000 1.6 +++ fish.spec 5 Aug 2006 00:16:29 -0000 1.7 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPL Group: System Environment/Shells From fedora-extras-commits at redhat.com Sat Aug 5 00:17:34 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Fri, 4 Aug 2006 17:17:34 -0700 Subject: rpms/fish/FC-3 .cvsignore, 1.4, 1.5 fish.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608050017.k750Ham2009282@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9261 Modified Files: .cvsignore fish.spec sources Log Message: Update tarball and release tag. Sorry, I thought you only had to do it once, not once per fedora version. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Sep 2005 11:27:22 -0000 1.4 +++ .cvsignore 5 Aug 2006 00:17:33 -0000 1.5 @@ -1 +1 @@ -fish-1.14.0.tar.bz2 +fish-1.21.10.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fish.spec 5 Aug 2006 00:11:24 -0000 1.6 +++ fish.spec 5 Aug 2006 00:17:33 -0000 1.7 @@ -2,7 +2,7 @@ Name: fish Version: 1.21.10 -Release: 3%{?dist} +Release: 3%{?dist}.1 License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Sep 2005 11:27:22 -0000 1.4 +++ sources 5 Aug 2006 00:17:33 -0000 1.5 @@ -1 +1 @@ -c1a1fd6b6a31e9ff93aa916f910d1692 fish-1.14.0.tar.bz2 +66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 5 08:04:19 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Sat, 5 Aug 2006 01:04:19 -0700 Subject: rpms/gtktalog/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.2, NONE gtktalog.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608050804.k7584L6M031880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gtktalog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31817 Added Files: dead.package Removed Files: .cvsignore Makefile gtktalog.spec sources Log Message: Retire gtktalog. --- NEW FILE dead.package --- - No more upstream development - Still depends on gtk1/gnome1 as of August 2006 --- .cvsignore DELETED --- --- Makefile DELETED --- --- gtktalog.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Aug 5 08:05:28 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Sat, 5 Aug 2006 01:05:28 -0700 Subject: rpms/diradmin/devel dead.package, NONE, 1.1 .cvsignore, 1.5, NONE Makefile, 1.2, NONE diradmin.spec, 1.11, NONE sources, 1.5, NONE Message-ID: <200608050805.k7585UNM031922@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/diradmin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31906 Added Files: dead.package Removed Files: .cvsignore Makefile diradmin.spec sources Log Message: Retire diradmin. --- NEW FILE dead.package --- - No more upstream development - Still depends on gtk1/gnome1 as of August 2006 --- .cvsignore DELETED --- --- Makefile DELETED --- --- diradmin.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sat Aug 5 21:44:50 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:44:50 -0700 Subject: rpms/cegui import.log,1.5,1.6 Message-ID: <200608052144.k75LiqKF005752@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5720 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch devel from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 18 Jul 2006 18:28:19 -0000 1.5 +++ import.log 5 Aug 2006 21:44:50 -0000 1.6 @@ -2,3 +2,4 @@ cegui-0_4_1-9:HEAD:cegui-0.4.1-9.src.rpm:1153250513 cegui-0_4_1-9:FC-4:cegui-0.4.1-9.src.rpm:1153250666 cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 +cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 From fedora-extras-commits at redhat.com Sat Aug 5 21:44:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:44:51 -0700 Subject: rpms/cegui/devel cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052144.k75LirWM005759@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5720/devel Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch devel from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/devel/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:23:41 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:44:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 21:47:14 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:47:14 -0700 Subject: rpms/cegui import.log,1.6,1.7 Message-ID: <200608052147.k75LlGjF005858@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5826 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch FC-4 from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 5 Aug 2006 21:44:50 -0000 1.6 +++ import.log 5 Aug 2006 21:47:14 -0000 1.7 @@ -3,3 +3,4 @@ cegui-0_4_1-9:FC-4:cegui-0.4.1-9.src.rpm:1153250666 cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 +cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 From fedora-extras-commits at redhat.com Sat Aug 5 21:47:15 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:47:15 -0700 Subject: rpms/cegui/FC-4 cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052147.k75LlHSu005864@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5826/FC-4 Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch FC-4 from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/FC-4/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:26:14 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:47:14 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 21:48:27 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:48:27 -0700 Subject: rpms/cegui import.log,1.7,1.8 Message-ID: <200608052148.k75LmTnB005964@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5932 Modified Files: import.log Log Message: auto-import cegui-0.4.1-10 on branch FC-5 from cegui-0.4.1-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 5 Aug 2006 21:47:14 -0000 1.7 +++ import.log 5 Aug 2006 21:48:27 -0000 1.8 @@ -4,3 +4,4 @@ cegui-0_4_1-9:FC-5:cegui-0.4.1-9.src.rpm:1153250792 cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 +cegui-0_4_1-10:FC-5:cegui-0.4.1-10.src.rpm:1154817889 From fedora-extras-commits at redhat.com Sat Aug 5 21:48:28 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sat, 5 Aug 2006 14:48:28 -0700 Subject: rpms/cegui/FC-5 cegui_mk2-0.4.1-fixheader.patch, NONE, 1.1 cegui.spec, 1.2, 1.3 Message-ID: <200608052148.k75LmUYV005970@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5932/FC-5 Modified Files: cegui.spec Added Files: cegui_mk2-0.4.1-fixheader.patch Log Message: auto-import cegui-0.4.1-10 on branch FC-5 from cegui-0.4.1-10.src.rpm cegui_mk2-0.4.1-fixheader.patch: --- NEW FILE cegui_mk2-0.4.1-fixheader.patch --- --- cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h.orig 2006-08-05 23:05:25.000000000 +0100 +++ cegui_mk2/include/renderers/OpenGLGUIRenderer/opengltexture.h 2006-08-05 23:22:48.000000000 +0100 @@ -198,7 +198,7 @@ // Modified by Paul D Turner to accept a raw data buffer & it's length // as input. // - tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size); + tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size); #endif /************************************************************************* Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/FC-5/cegui.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cegui.spec 18 Jul 2006 18:28:19 -0000 1.2 +++ cegui.spec 5 Aug 2006 21:48:28 -0000 1.3 @@ -1,6 +1,6 @@ Name: cegui Version: 0.4.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries @@ -12,6 +12,7 @@ Patch2: cegui_mk2-0.4.1-fixtinyxml.patch Patch3: cegui_mk2-0.4.1-64bit.patch Patch4: cegui_mk2-0.4.1-useverso.patch +Patch5: cegui_mk2-0.4.1-fixheader.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk BuildRequires: freetype-devel > 2.0.0 @@ -42,6 +43,7 @@ %description devel Development files for cegui + %package devel-doc Summary: API documentation for cegui Group: Documentation @@ -62,6 +64,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 #Delete bundled pcre to avoid any accidental building against it. rm -rf src/pcre #Delete bundled lua / tolua++ to avoid any accidental building against it. @@ -85,14 +88,10 @@ %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a +rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a rm -rf %{buildroot}%{_includedir}/CEGUI/renderers/IrrlichtRenderer #Cleanup CVS stuff in the documentation area before the %%doc section -rm -rf documentation/CVS -rm -rf documentation/api_reference/CVS -rm -f documentation/api_reference/keepme -rm -f documentation/api_reference/*.md5 +rm -rf documentation/CVS documentation/api_reference/CVS documentation/api_reference/keepme documentation/api_reference/*.md5 %clean @@ -143,6 +142,9 @@ %changelog +* Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} +- Header fix for g++ v4.1+ + * Tue Jul 18 2006 Ian Chapman 0.4.1-9%{?dist} - Use versioned .so for dlopen() From fedora-extras-commits at redhat.com Sat Aug 5 23:41:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:24 -0700 Subject: rpms/pyicq-t - New directory Message-ID: <200608052341.k75NfQFY012335@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12314/pyicq-t Log Message: Directory /cvs/extras/rpms/pyicq-t added to the repository From fedora-extras-commits at redhat.com Sat Aug 5 23:41:24 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:24 -0700 Subject: rpms/pyicq-t/devel - New directory Message-ID: <200608052341.k75NfQ04012338@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12314/pyicq-t/devel Log Message: Directory /cvs/extras/rpms/pyicq-t/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 5 23:41:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:39 -0700 Subject: rpms/pyicq-t Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608052341.k75Nff7q012398@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12361 Added Files: Makefile import.log Log Message: Setup of module pyicq-t --- NEW FILE Makefile --- # Top level Makefile for module pyicq-t all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 5 23:41:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:41:39 -0700 Subject: rpms/pyicq-t/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608052341.k75Nff92012401@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12361/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pyicq-t --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 5 23:41:46 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:41:46 -0700 Subject: rpms/perl-Algorithm-Diff/devel .cvsignore, 1.2, 1.3 perl-Algorithm-Diff.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052341.k75NfmFK012437@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Algorithm-Diff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12397 Modified Files: .cvsignore perl-Algorithm-Diff.spec sources Log Message: Update to 1.1902. Minor spec cleanup to match current template/cpanspec output. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Sep 2005 17:52:59 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:41:46 -0000 1.3 @@ -1 +1 @@ -Algorithm-Diff-1.1901.zip +Algorithm-Diff-1.1902.tar.gz Index: perl-Algorithm-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/perl-Algorithm-Diff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Algorithm-Diff.spec 6 Sep 2005 17:52:59 -0000 1.1 +++ perl-Algorithm-Diff.spec 5 Aug 2006 23:41:46 -0000 1.2 @@ -1,11 +1,11 @@ Name: perl-Algorithm-Diff -Version: 1.1901 +Version: 1.1902 Release: 1%{?dist} Summary: Algorithm::Diff Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Diff/ -Source0: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-1.1901.zip +Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -31,15 +31,12 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Algorithm/*.pl -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -48,11 +45,15 @@ %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic *.pl +%doc Changes README *.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 1.1902-1 +- Update to 1.1902. +- Minor spec cleanup to match current template/cpanspec output. + * Mon Sep 05 2005 Steven Pritchard 1.1901-1 - Updated to 1.1901. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Sep 2005 17:52:59 -0000 1.2 +++ sources 5 Aug 2006 23:41:46 -0000 1.3 @@ -1 +1 @@ -a4f8625182c00847098b05e18268bfb2 Algorithm-Diff-1.1901.zip +ff3e17ae485f8adfb8857b183991fbce Algorithm-Diff-1.1902.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:42:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:42:06 -0700 Subject: rpms/pyicq-t import.log,1.1,1.2 Message-ID: <200608052342.k75Ng8po012538@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12501 Modified Files: import.log Log Message: auto-import pyicq-t-0.7-3 on branch devel from pyicq-t-0.7-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Aug 2006 23:41:38 -0000 1.1 +++ import.log 5 Aug 2006 23:42:06 -0000 1.2 @@ -0,0 +1 @@ +pyicq-t-0_7-3:HEAD:pyicq-t-0.7-3.src.rpm:1154821326 From fedora-extras-commits at redhat.com Sat Aug 5 23:42:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:42:07 -0700 Subject: rpms/pyicq-t/devel config.patch, NONE, 1.1 pyicq-t.init, NONE, 1.1 pyicq-t.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608052342.k75Ng9Vl012545@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12501/devel Modified Files: .cvsignore sources Added Files: config.patch pyicq-t.init pyicq-t.spec Log Message: auto-import pyicq-t-0.7-3 on branch devel from pyicq-t-0.7-3.src.rpm config.patch: --- NEW FILE config.patch --- --- config_example.xml.orig 2006-07-26 09:10:46.000000000 -0500 +++ config_example.xml 2006-07-26 09:13:02.000000000 -0500 @@ -7,11 +7,11 @@ - . + /var/spool/pyicq-tt - PyICQt.pid + /var/run/pyicq-t.pid 127.0.0.1 --- NEW FILE pyicq-t.init --- #!/bin/bash # pyicq-t # # chkconfig: - 45 65 # description: pyicq-t # processname: pyicq-t # pidfile: /var/run/pyicq-t.pid . /etc/rc.d/init.d/functions start() { echo -n $"Starting ICQ transport: " (cd /usr/share/pyicq-t; python ./PyICQt.py --background --config=/etc/pyicq-t/config.xml) && success || failure RETVAL=$? [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/pyicq-t echo return $RETVAL } stop() { # Stop daemons. echo -n "Shutting down ICQ transport: " killproc pyicq-t RETVAL=$? [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/pyicq-t echo return $RETVAL } restart() { stop start } # See how we were called. case "$1" in start) start ;; stop) stop ;; restart) restart ;; condrestart) [ -f /var/lock/subsys/pyicq-t ] && restart || : ;; status) status pyicq-t RETVAL=$? ;; *) echo "Usage: pyicq-t {start|stop|restart|reload|condrestart|status}" RETVAL=1 esac exit $RETVAL --- NEW FILE pyicq-t.spec --- Name: pyicq-t Version: 0.7 Release: 3%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet License: GPL URL: http://pyicq-t.blathersource.org/ Source0: http://www.blathersource.org/download.php/pyicq-t/pyicq-t-0.7b.tar.gz Source1: pyicq-t.init Patch0: config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: python-twisted Requires: python-imaging Requires: pyOpenSSL Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service Provides: pyicqt Obsoletes: pyicqt %description The ICQ Transport provides a gateway which allows Jabber users to communicate with their contacts on the ICQ network. The transport must be installed on the Jabber server, and it's operation is nearly transparent to the user. They can interact with their ICQ contacts in the same way as they do with their Jabber contacts. %package mysql Summary: MySQL backend for ICQ transport Group: Applications/Internet Requires: MySQL-python Requires: pyicqt = %{version}-%{release} %description mysql MySQL backend for ICQ transport %prep %setup -q -n pyicq-t-0.7b %patch0 -p0 %build %{__python} %{_libdir}/python2.4/compileall.py . %{__python} -O %{_libdir}/python2.4/compileall.py . %install rm -rf %{buildroot} mkdir -p %{buildroot}/etc/pyicq-t mkdir -p %{buildroot}%{_datadir}/pyicq-t mkdir -p %{buildroot}/var/spool/pyicq-t mkdir -p %{buildroot}%{_initrddir} cp %{S:1} %{buildroot}%{_initrddir}/pyicq-t chmod a+x %{buildroot}%{_initrddir}/pyicq-t touch %{buildroot}/etc/pyicq-t/config.xml cp PyICQt.py* %{buildroot}%{_datadir}/pyicq-t chmod a+x %{buildroot}%{_datadir}/pyicq-t/PyICQt.py cp -r data %{buildroot}%{_datadir}/pyicq-t cp -r src %{buildroot}%{_datadir}/pyicq-t %clean rm -rf %{buildroot} %post /sbin/chkconfig --add pyicq-t %preun if [ $1 = 0 ]; then /sbin/service pyicq-t stop >/dev/null 2>&1 /sbin/chkconfig --del pyicq-t fi %postun if [ "$1" -ge "1" ]; then /sbin/service pyicq-t condrestart >/dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog config_example.xml COPYING INSTALL NEWS README tools/managessi.py tools/migrate.py %{_initrddir}/pyicq-t %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml %dir %{_datadir}/pyicq-t %{_datadir}/pyicq-t/*.py %{_datadir}/pyicq-t/*.pyc %ghost %{_datadir}/pyicq-t/*.pyo %dir %{_datadir}/pyicq-t/data %{_datadir}/pyicq-t/data/*.png %dir %{_datadir}/pyicq-t/data/www %{_datadir}/pyicq-t/data/www/*.html %dir %{_datadir}/pyicq-t/data/www/css %{_datadir}/pyicq-t/data/www/css/*.css %dir %{_datadir}/pyicq-t/data/www/images %{_datadir}/pyicq-t/data/www/images/*.png %dir %{_datadir}/pyicq-t/src %{_datadir}/pyicq-t/src/*.py %{_datadir}/pyicq-t/src/*.pyc %ghost %{_datadir}/pyicq-t/src/*.pyo %dir %{_datadir}/pyicq-t/src/langs %{_datadir}/pyicq-t/src/langs/*.py %{_datadir}/pyicq-t/src/langs/*.pyc %ghost %{_datadir}/pyicq-t/src/langs/*.pyo %dir %{_datadir}/pyicq-t/src/legacy %{_datadir}/pyicq-t/src/legacy/*.py %{_datadir}/pyicq-t/src/legacy/*.pyc %ghost %{_datadir}/pyicq-t/src/legacy/*.pyo %dir %{_datadir}/pyicq-t/src/tlib %{_datadir}/pyicq-t/src/tlib/*.py %{_datadir}/pyicq-t/src/tlib/*.pyc %ghost %{_datadir}/pyicq-t/src/tlib/*.pyo %dir %{_datadir}/pyicq-t/src/tlib/jabber %{_datadir}/pyicq-t/src/tlib/jabber/*.py %{_datadir}/pyicq-t/src/tlib/jabber/*.pyc %ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo %dir %{_datadir}/pyicq-t/src/web %{_datadir}/pyicq-t/src/web/*.py %{_datadir}/pyicq-t/src/web/*.pyc %ghost %{_datadir}/pyicq-t/src/web/*.pyo %dir %{_datadir}/pyicq-t/src/xdb %{_datadir}/pyicq-t/src/xdb/__init__.py %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py %{_datadir}/pyicq-t/src/xdb/legacyjittransport.py %{_datadir}/pyicq-t/src/xdb/template.py %{_datadir}/pyicq-t/src/xdb/xmlfiles.py %{_datadir}/pyicq-t/src/xdb/__init__.pyc %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc %{_datadir}/pyicq-t/src/xdb/template.pyc %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc %ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo %ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo %ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo %ghost %{_datadir}/pyicq-t/src/xdb/template.pyo %ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo %dir %{_localstatedir}/spool/pyicq-t %files mysql %defattr(-,root,root,-) %doc tools/db-setup.mysql %{_datadir}/pyicq-t/src/xdb/mysql.py %{_datadir}/pyicq-t/src/xdb/mysql.pyc %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t * Sun Jul 30 2006 Jeffrey C. Ollie - 0.7-2 - Rename to pyicq-t - Change Group tag * Wed Jul 26 2006 Jeffrey C. Ollie - 0.7-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Aug 2006 23:41:39 -0000 1.1 +++ .cvsignore 5 Aug 2006 23:42:07 -0000 1.2 @@ -0,0 +1 @@ +pyicq-t-0.7b.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 5 Aug 2006 23:41:39 -0000 1.1 +++ sources 5 Aug 2006 23:42:07 -0000 1.2 @@ -0,0 +1 @@ +7de0df9311eb6923e6f59fdd914bb6ab pyicq-t-0.7b.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:45:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:45:00 -0700 Subject: rpms/perl-Archive-Extract/devel .cvsignore, 1.2, 1.3 perl-Archive-Extract.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052345.k75Nj2hU012656@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Archive-Extract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12635 Modified Files: .cvsignore perl-Archive-Extract.spec sources Log Message: Update to 0.11. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Apr 2006 23:45:22 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:45:00 -0000 1.3 @@ -1 +1 @@ -Archive-Extract-0.08.tar.gz +Archive-Extract-0.11.tar.gz Index: perl-Archive-Extract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Archive-Extract.spec 15 Apr 2006 23:45:22 -0000 1.1 +++ perl-Archive-Extract.spec 5 Aug 2006 23:45:00 -0000 1.2 @@ -1,7 +1,7 @@ Name: perl-Archive-Extract -Version: 0.08 +Version: 0.11 Release: 1%{?dist} -Summary: A generic archive extracting mechanism +Summary: Generic archive extracting mechanism License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Archive-Extract/ @@ -30,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.11-1 +- Update to 0.11. + * Thu Mar 23 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Apr 2006 23:45:22 -0000 1.2 +++ sources 5 Aug 2006 23:45:00 -0000 1.3 @@ -1 +1 @@ -1e5d21e4dcd52e168eb2d660e44a48a6 Archive-Extract-0.08.tar.gz +9ceef03f8cf09620afa7948b6193c56b Archive-Extract-0.11.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:49:45 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 16:49:45 -0700 Subject: rpms/perl-File-Fetch/devel .cvsignore, 1.2, 1.3 perl-File-Fetch.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608052349.k75NnluL012783@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-File-Fetch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12762 Modified Files: .cvsignore perl-File-Fetch.spec sources Log Message: Update to 0.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2006 21:55:57 -0000 1.2 +++ .cvsignore 5 Aug 2006 23:49:45 -0000 1.3 @@ -1 +1 @@ -File-Fetch-0.07.tar.gz +File-Fetch-0.08.tar.gz Index: perl-File-Fetch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/perl-File-Fetch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-File-Fetch.spec 21 Apr 2006 21:55:57 -0000 1.1 +++ perl-File-Fetch.spec 5 Aug 2006 23:49:45 -0000 1.2 @@ -1,7 +1,7 @@ Name: perl-File-Fetch -Version: 0.07 +Version: 0.08 Release: 1%{?dist} -Summary: A generic file fetching mechanism +Summary: Generic file fetching mechanism License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/File-Fetch/ @@ -33,7 +33,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.08-1 +- Update to 0.08. + * Thu Mar 23 2006 Steven Pritchard 0.07-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-Fetch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2006 21:55:57 -0000 1.2 +++ sources 5 Aug 2006 23:49:45 -0000 1.3 @@ -1 +1 @@ -53135c09fa15e9cb0a980b153b9634e0 File-Fetch-0.07.tar.gz +bd2fc93569b571dcd4d4140b4ccbc001 File-Fetch-0.08.tar.gz From fedora-extras-commits at redhat.com Sat Aug 5 23:53:56 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 16:53:56 -0700 Subject: owners owners.list,1.1362,1.1363 Message-ID: <200608052353.k75Nrwvl012858@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12841 Modified Files: owners.list Log Message: Adding pyicq-t. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1362 retrieving revision 1.1363 diff -u -r1.1362 -r1.1363 --- owners.list 4 Aug 2006 19:31:49 -0000 1.1362 +++ owners.list 5 Aug 2006 23:53:56 -0000 1.1363 @@ -1549,6 +1549,7 @@ Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|byte at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 00:10:55 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 5 Aug 2006 17:10:55 -0700 Subject: rpms/perl-Module-Load-Conditional/devel .cvsignore, 1.2, 1.3 perl-Module-Load-Conditional.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060010.k760Av7d015710@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Load-Conditional/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15687 Modified Files: .cvsignore perl-Module-Load-Conditional.spec sources Log Message: Update to 0.10. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Apr 2006 22:02:55 -0000 1.2 +++ .cvsignore 6 Aug 2006 00:10:55 -0000 1.3 @@ -1 +1 @@ -Module-Load-Conditional-0.08.tar.gz +Module-Load-Conditional-0.10.tar.gz Index: perl-Module-Load-Conditional.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Load-Conditional.spec 13 Apr 2006 22:02:55 -0000 1.1 +++ perl-Module-Load-Conditional.spec 6 Aug 2006 00:10:55 -0000 1.2 @@ -1,5 +1,5 @@ Name: perl-Module-Load-Conditional -Version: 0.08 +Version: 0.10 Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic @@ -30,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.10-1 +- Update to 0.10. + * Thu Mar 23 2006 Steven Pritchard 0.08-1 - Specfile autogenerated by cpanspec 1.62. - Fix License. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Apr 2006 22:02:55 -0000 1.2 +++ sources 6 Aug 2006 00:10:55 -0000 1.3 @@ -1 +1 @@ -9e2a706b6511651ca4eb6de0c4c89a12 Module-Load-Conditional-0.08.tar.gz +7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:05:37 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:05:37 -0700 Subject: rpms/python-dns/devel .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060405.k7645dPD027940@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27919 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:05:37 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:05:37 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:05:37 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:07:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:07:30 -0700 Subject: rpms/python-dns/FC-5 .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060407.k7647Wqg028007@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27986 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:07:30 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:07:30 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:07:30 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:08:26 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:08:26 -0700 Subject: rpms/python-dns/FC-4 .cvsignore, 1.2, 1.3 python-dns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608060408.k7648SM8028072@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28051 Modified Files: .cvsignore python-dns.spec sources Log Message: Update to 1.4.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2006 12:51:57 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:08:26 -0000 1.3 @@ -1 +1 @@ -dnspython-1.3.5.tar.gz +dnspython-1.4.0.tar.gz Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/python-dns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-dns.spec 28 May 2006 12:51:57 -0000 1.1 +++ python-dns.spec 6 Aug 2006 04:08:26 -0000 1.2 @@ -1,8 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-dns -Version: 1.3.5 +Version: 1.4.0 Release: 1%{?dist} Summary: DNS toolkit for Python @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description dnspython is a DNS toolkit for Python. It supports almost all record @@ -79,6 +77,11 @@ %ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 +- Update to 1.4.0 +- Remove unneeded python-abi requires +- Remove unneeded python_sitearch macro + * Fri May 26 2006 Jeffrey C. Ollie - 1.3.5-1 - First version for Fedora Extras Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2006 12:51:57 -0000 1.2 +++ sources 6 Aug 2006 04:08:26 -0000 1.3 @@ -1 +1 @@ -d086b05b70f7ab1b6308f29f2427623b dnspython-1.3.5.tar.gz +7f7e58379235b2b626620a7bda810270 dnspython-1.4.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:03 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:03 -0700 Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.2, 1.3 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060410.k764A5Xm028154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28133 Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Jul 2006 19:51:13 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:10:03 -0000 1.3 @@ -1 +1 @@ -Object-InsideOut-1.45.tar.gz +Object-InsideOut-1.48.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:03 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:03 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:34 -0700 Subject: rpms/perl-Object-InsideOut/FC-4 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060411.k764B63b028230@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28193/FC-4 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:34 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:10:34 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sat, 5 Aug 2006 21:10:34 -0700 Subject: rpms/perl-Object-InsideOut/FC-5 perl-Object-InsideOut.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060411.k764B7q8028234@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28193/FC-5 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.48 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/perl-Object-InsideOut.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-InsideOut.spec 5 Jul 2006 19:55:46 -0000 1.2 +++ perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-Object-InsideOut -Version: 1.45 +Version: 1.48 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -35,7 +33,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,7 +41,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -64,6 +61,10 @@ %changelog +* Sat Aug 05 2006 Chris Weyl 1.48-1 +- update to 1.48 +- drop some unneeded bits from the spec + * Wed Jul 5 2006 Chris Weyl 1.45-1 - bump release for build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Jul 2006 19:51:13 -0000 1.2 +++ sources 6 Aug 2006 04:10:34 -0000 1.3 @@ -1 +1 @@ -cde46297b346e329996b0cd40e9b81df Object-InsideOut-1.45.tar.gz +2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 04:48:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:48:07 -0700 Subject: rpms/jthread/devel .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060448.k764m9sE028400@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28379 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:48:07 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:48:07 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:48:07 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 04:52:06 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:52:06 -0700 Subject: rpms/jthread/FC-5 .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060452.k764q844028469@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28448 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:52:06 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:52:06 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:52:06 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 04:52:36 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Sat, 5 Aug 2006 21:52:36 -0700 Subject: rpms/jthread/FC-4 .cvsignore, 1.2, 1.3 jthread.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608060452.k764qcV6028534@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28513 Modified Files: .cvsignore jthread.spec sources Log Message: Update to 1.2.1. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 02:48:30 -0000 1.2 +++ .cvsignore 6 Aug 2006 04:52:36 -0000 1.3 @@ -1 +1 @@ -jthread-1.1.2.tar.bz2 +jthread-1.2.1.tar.bz2 Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/jthread.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jthread.spec 6 Mar 2006 15:34:11 -0000 1.2 +++ jthread.spec 6 Aug 2006 04:52:36 -0000 1.3 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -19,6 +19,7 @@ Summary: Development files for JThread Group: Development/Libraries Requires: jthread = %{version}-%{release} +Requires: pkgconfig %description devel Development files for JThread @@ -58,8 +59,12 @@ %{_includedir}/jthread %{_libdir}/libjthread.so +%{_libdir}/pkgconfig/jthread.pc %changelog +* Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 +- Update to 1.2.1 + * Mon Mar 6 2006 Jeffrey C. Ollie - 1.1.2-2 - Add dist tag to release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/jthread/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 02:48:30 -0000 1.2 +++ sources 6 Aug 2006 04:52:36 -0000 1.3 @@ -1 +1 @@ -bdbfcf50861abc7d2b60d8bf8fe0b6c6 jthread-1.1.2.tar.bz2 +9b6a48879a6d2cfde7c20bc367929274 jthread-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 12:47:03 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 6 Aug 2006 05:47:03 -0700 Subject: rpms/ghex/FC-5 ghex-no-scrollkeeper.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ghex.spec, 1.10, 1.11 sources, 1.5, 1.6 ghex-2.8.0-no-scrollkeeper.patch, 1.1, NONE Message-ID: <200608061247.k76Cl5jV018046@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18022 Modified Files: .cvsignore ghex.spec sources Added Files: ghex-no-scrollkeeper.patch Removed Files: ghex-2.8.0-no-scrollkeeper.patch Log Message: sync with devel -- Update to 2.8.2; Don't use the libtool worksaroung anymore; Rename patch ghex-no-scrollkeeper.patch: --- NEW FILE ghex-no-scrollkeeper.patch --- diff -Naur ghex-2.8.2.org/omf-install/Makefile.in ghex-2.8.2/omf-install/Makefile.in --- ghex-2.8.2.org/omf-install/Makefile.in 2006-07-15 16:05:45.000000000 +0200 +++ ghex-2.8.2/omf-install/Makefile.in 2006-07-15 16:06:14.000000000 +0200 @@ -374,14 +374,12 @@ -for file in $(srcdir)/*.omf; do \ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper uninstall-local: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done - -scrollkeeper-update -p $(localstatedir)/scrollkeeper # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Nov 2004 04:23:31 -0000 1.4 +++ .cvsignore 6 Aug 2006 12:47:03 -0000 1.5 @@ -1 +1 @@ -ghex-2.8.0.tar.bz2 +ghex-2.8.2.tar.bz2 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/ghex.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ghex.spec 13 Feb 2006 17:31:33 -0000 1.10 +++ ghex.spec 6 Aug 2006 12:47:03 -0000 1.11 @@ -1,14 +1,14 @@ Name: ghex -Version: 2.8.1 -Release: 4%{?dist} +Version: 2.8.2 +Release: 1%{?dist} Summary: Binary editor for GNOME Group: Applications/Editors License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex -Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.1.tar.bz2 -Patch: ghex-2.8.0-no-scrollkeeper.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 +Patch: ghex-no-scrollkeeper.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -17,7 +17,6 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper -BuildRequires: libtool Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -45,10 +44,9 @@ %setup -q %patch -p1 -b .noscrollkeeper - %build %configure -make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool +make %{?_smp_mflags} %install @@ -110,6 +108,12 @@ %changelog +* Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 +- Update to 2.8.2 +- Don't use the libtool worksaroung anymore +- Rename ghex-2.8.0-no-scrollkeeper.patch to + ghex-no-scrollkeeper.patch and and update it + * Mon Feb 13 2006 Thorsten Leemhuis - Rebuild for Fedora Extras 5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 9 Jan 2005 16:24:30 -0000 1.5 +++ sources 6 Aug 2006 12:47:03 -0000 1.6 @@ -1 +1 @@ -ef17f945b9dc701193451f9b083e5116 ghex-2.8.1.tar.bz2 +1940a9f63b0d37604c6b489cda37fc19 ghex-2.8.2.tar.bz2 --- ghex-2.8.0-no-scrollkeeper.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 16:15:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:48 -0700 Subject: rpms/perl-Smart-Comments - New directory Message-ID: <200608061615.k76GFo6h029225@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29204/perl-Smart-Comments Log Message: Directory /cvs/extras/rpms/perl-Smart-Comments added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:15:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:49 -0700 Subject: rpms/perl-Smart-Comments/devel - New directory Message-ID: <200608061615.k76GFpnj029228@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29204/perl-Smart-Comments/devel Log Message: Directory /cvs/extras/rpms/perl-Smart-Comments/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:15:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:15:59 -0700 Subject: rpms/perl-Smart-Comments Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061616.k76GG1Is029276@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29241 Added Files: Makefile import.log Log Message: Setup of module perl-Smart-Comments --- NEW FILE Makefile --- # Top level Makefile for module perl-Smart-Comments all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 16:16:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:00 -0700 Subject: rpms/perl-Smart-Comments/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061616.k76GG2jF029280@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29241/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Smart-Comments --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 16:16:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:13 -0700 Subject: rpms/perl-Smart-Comments import.log,1.1,1.2 Message-ID: <200608061616.k76GGFho029326@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29293 Modified Files: import.log Log Message: auto-import perl-Smart-Comments-1.000002-1.fc5 on branch devel from perl-Smart-Comments-1.000002-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 16:15:59 -0000 1.1 +++ import.log 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +perl-Smart-Comments-1_000002-1_fc5:HEAD:perl-Smart-Comments-1.000002-1.fc5.src.rpm:1154880978 From fedora-extras-commits at redhat.com Sun Aug 6 16:16:13 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:16:13 -0700 Subject: rpms/perl-Smart-Comments/devel perl-Smart-Comments.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061616.k76GGFqs029331@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29293/devel Modified Files: .cvsignore sources Added Files: perl-Smart-Comments.spec Log Message: auto-import perl-Smart-Comments-1.000002-1.fc5 on branch devel from perl-Smart-Comments-1.000002-1.fc5.src.rpm --- NEW FILE perl-Smart-Comments.spec --- %define tarver v1.0.2 Name: perl-Smart-Comments Version: 1.000002 Release: 1%{?dist} Summary: Comments that do more than just sit there Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Smart-Comments Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Smart-Comments-%{tarver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl #BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) #BuildRequires: perl(Filter::Simple), perl(List::Util), #BuildRequires: perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(version) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. Best of all, when you're finished debugging, you don't have to remove them. Simply commenting out the use Smart::Comments line turns them back into regular comments. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later. %prep %setup -q -n Smart-Comments-%{tarver} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 1.000002-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 16:16:00 -0000 1.1 +++ .cvsignore 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +Smart-Comments-v1.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 16:16:00 -0000 1.1 +++ sources 6 Aug 2006 16:16:13 -0000 1.2 @@ -0,0 +1 @@ +658df11ea3e1090a4c673b50860449b3 Smart-Comments-v1.0.2.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 16:17:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:17:01 -0700 Subject: owners owners.list,1.1363,1.1364 Message-ID: <200608061617.k76GH3vC029378@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29361 Modified Files: owners.list Log Message: added perl-Smart-Comments Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1363 retrieving revision 1.1364 diff -u -r1.1363 -r1.1364 --- owners.list 5 Aug 2006 23:53:56 -0000 1.1363 +++ owners.list 6 Aug 2006 16:17:01 -0000 1.1364 @@ -1375,6 +1375,7 @@ Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SNMP_Session|SNMP support for Perl 5|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SOAP-Lite|Provides the Simple Object Access Protocol (SOAP)|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Socket6|IPv6 related part of the C socket.h defines and structure manipulators|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1543,13 +1544,13 @@ Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pyparsing|An object-oriented approach to text processing|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|pypoker-eval|Python interface to poker-eval|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|PyQt-qscintilla|PyQt qscintilla extentions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|PyRTF|Rich Text Format (RTF) Document Generation in Python|mpeters at mac.com|extras-qa at fedoraproject.org| -Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| Fedora Extras|pyspi|Python bindings for AT-SPI|zcerza at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-4Suite-XML|A collection of XML-related technologies for Python|mitr at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-adns|Python interface for the GNU adns library|byte at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 16:19:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:19:09 -0700 Subject: rpms/perl-Smart-Comments/devel perl-Smart-Comments.spec,1.1,1.2 Message-ID: <200608061619.k76GJBGj029408@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29391 Modified Files: perl-Smart-Comments.spec Log Message: bump Index: perl-Smart-Comments.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/devel/perl-Smart-Comments.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Smart-Comments.spec 6 Aug 2006 16:16:13 -0000 1.1 +++ perl-Smart-Comments.spec 6 Aug 2006 16:19:08 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Smart-Comments Version: 1.000002 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comments that do more than just sit there Group: Development/Libraries @@ -68,5 +68,8 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.000002-2 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 1.000002-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 16:57:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:47 -0700 Subject: rpms/perl-DateTime-Format-IBeat - New directory Message-ID: <200608061657.k76Gvn2s029615@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29591/perl-DateTime-Format-IBeat Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-IBeat added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:57:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:48 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel - New directory Message-ID: <200608061657.k76GvoIJ029618@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29591/perl-DateTime-Format-IBeat/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 16:57:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:56 -0700 Subject: rpms/perl-DateTime-Format-IBeat Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608061657.k76Gvw87029664@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29631 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-IBeat --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-IBeat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 16:57:57 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:57:57 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061658.k76GvxTx029667@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29631/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-IBeat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 16:58:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:02 -0700 Subject: owners owners.list,1.1364,1.1365 Message-ID: <200608061658.k76Gw4mr029687@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29670 Modified Files: owners.list Log Message: added perl-DateTime-Format-IBeat Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1364 retrieving revision 1.1365 diff -u -r1.1364 -r1.1365 --- owners.list 6 Aug 2006 16:17:01 -0000 1.1364 +++ owners.list 6 Aug 2006 16:58:01 -0000 1.1365 @@ -1143,6 +1143,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 6 16:58:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:12 -0700 Subject: rpms/perl-DateTime-Format-IBeat import.log,1.1,1.2 Message-ID: <200608061658.k76GwExb029735@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29702 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-IBeat-0.161-1.fc5 on branch devel from perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 16:57:56 -0000 1.1 +++ import.log 6 Aug 2006 16:58:11 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-IBeat-0_161-1_fc5:HEAD:perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm:1154883496 From fedora-extras-commits at redhat.com Sun Aug 6 16:58:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:58:12 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061658.k76GwExF029740@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29702/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-IBeat.spec Log Message: auto-import perl-DateTime-Format-IBeat-0.161-1.fc5 on branch devel from perl-DateTime-Format-IBeat-0.161-1.fc5.src.rpm --- NEW FILE perl-DateTime-Format-IBeat.spec --- Name: perl-DateTime-Format-IBeat Version: 0.161 Release: 1%{?dist} Summary: Format times in .beat notation Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-IBeat Source0: http://search.cpan.org/CPAN/authors/id/E/EM/EMARTIN/DateTime-Format-IBeat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description No Time Zones, No Geographical Borders How long is a Swatch .beat? In short, we have divided up the virtual and real day into 1000 beats. One Swatch beat is the equivalent of 1 minute 26.4 seconds. That means that 12 noon in the old time system is the equivalent of 500 Swatch .beats. %prep %setup -q -n DateTime-Format-IBeat-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} # American English... mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Artistic COPYING LICENSE Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 0.161-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 16:57:57 -0000 1.1 +++ .cvsignore 6 Aug 2006 16:58:12 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-IBeat-0.161.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 16:57:57 -0000 1.1 +++ sources 6 Aug 2006 16:58:12 -0000 1.2 @@ -0,0 +1 @@ +53e1b71382b074c85e12c6b0bf855444 DateTime-Format-IBeat-0.161.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 16:59:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 09:59:46 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, 1.1, 1.2 Message-ID: <200608061659.k76Gxmae029806@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29789 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: bump Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:58:12 -0000 1.1 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -28,7 +28,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English... @@ -38,7 +38,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -59,5 +58,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-2 +- bump for build & release +- dropped extra template bits not needed for noarch packages + * Fri Aug 04 2006 Chris Weyl 0.161-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 17:08:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:18 -0700 Subject: rpms/perl-Class-Factory-Util - New directory Message-ID: <200608061708.k76H8KNw032505@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32479/perl-Class-Factory-Util Log Message: Directory /cvs/extras/rpms/perl-Class-Factory-Util added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 17:08:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:23 -0700 Subject: rpms/perl-Class-Factory-Util Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061708.k76H8PeC032549@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32515 Added Files: Makefile import.log Log Message: Setup of module perl-Class-Factory-Util --- NEW FILE Makefile --- # Top level Makefile for module perl-Class-Factory-Util all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 17:08:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:19 -0700 Subject: rpms/perl-Class-Factory-Util/devel - New directory Message-ID: <200608061708.k76H8LIQ032508@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32479/perl-Class-Factory-Util/devel Log Message: Directory /cvs/extras/rpms/perl-Class-Factory-Util/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 17:08:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:26 -0700 Subject: owners owners.list,1.1365,1.1366 Message-ID: <200608061708.k76H8Sec032569@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32548 Modified Files: owners.list Log Message: added perl-Class-Factory-Util Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1365 retrieving revision 1.1366 diff -u -r1.1365 -r1.1366 --- owners.list 6 Aug 2006 16:58:01 -0000 1.1365 +++ owners.list 6 Aug 2006 17:08:26 -0000 1.1366 @@ -1098,6 +1098,7 @@ Fedora Extras|perl-Class-DBI-Plugin-Type|Determine type information for columns|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-DBI-SQLite|Extension to Class::DBI for sqlite|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-ErrorHandler|Class::ErrorHandler Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Class-Factory-Util|Provide utility methods for factory classes|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-InsideOut|A safe, simple inside-out object construction kit|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-Inspector|Get information about a class and its structure|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Class-Loader|Load modules and create objects on demand|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 6 17:08:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:24 -0700 Subject: rpms/perl-Class-Factory-Util/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061708.k76H8Qkd032555@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32515/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Class-Factory-Util --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 17:08:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:37 -0700 Subject: rpms/perl-Class-Factory-Util import.log,1.1,1.2 Message-ID: <200608061708.k76H8dPp032617@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32584 Modified Files: import.log Log Message: auto-import perl-Class-Factory-Util-1.6-1.fc5 on branch devel from perl-Class-Factory-Util-1.6-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 17:08:23 -0000 1.1 +++ import.log 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +perl-Class-Factory-Util-1_6-1_fc5:HEAD:perl-Class-Factory-Util-1.6-1.fc5.src.rpm:1154884121 From fedora-extras-commits at redhat.com Sun Aug 6 17:08:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:08:37 -0700 Subject: rpms/perl-Class-Factory-Util/devel perl-Class-Factory-Util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061708.k76H8dDC032622@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32584/devel Modified Files: .cvsignore sources Added Files: perl-Class-Factory-Util.spec Log Message: auto-import perl-Class-Factory-Util-1.6-1.fc5 on branch devel from perl-Class-Factory-Util-1.6-1.fc5.src.rpm --- NEW FILE perl-Class-Factory-Util.spec --- Name: perl-Class-Factory-Util Version: 1.6 Release: 1%{?dist} Summary: Provide utility methods for factory classes Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Class-Factory-Util Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module exports utility functions that are useful for factory classes. %prep %setup -q -n Class-Factory-Util-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 1.6-1 Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 17:08:24 -0000 1.1 +++ .cvsignore 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +Class-Factory-Util-1.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 17:08:24 -0000 1.1 +++ sources 6 Aug 2006 17:08:37 -0000 1.2 @@ -0,0 +1 @@ +88b4471f9c22abcc1192f87be013cc18 Class-Factory-Util-1.6.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 17:14:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 10:14:55 -0700 Subject: rpms/perl-Class-Factory-Util/devel perl-Class-Factory-Util.spec, 1.1, 1.2 Message-ID: <200608061714.k76HEvCn032706@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32687 Modified Files: perl-Class-Factory-Util.spec Log Message: bump Index: perl-Class-Factory-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/perl-Class-Factory-Util.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Class-Factory-Util.spec 6 Aug 2006 17:08:37 -0000 1.1 +++ perl-Class-Factory-Util.spec 6 Aug 2006 17:14:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Class-Factory-Util Version: 1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provide utility methods for factory classes Group: Development/Libraries @@ -50,5 +50,8 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.6-2 +- bump for build & release + * Fri Aug 04 2006 Chris Weyl 1.6-1 Initial spec file for F-E From fedora-extras-commits at redhat.com Sun Aug 6 18:29:10 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sun, 6 Aug 2006 11:29:10 -0700 Subject: rpms/ghdl/devel ghdl-svn60.patch, NONE, 1.1 ghdl.spec, 1.21, 1.22 ghdl-svn59.patch, 1.1, NONE Message-ID: <200608061829.k76ITDJt003679@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3659 Modified Files: ghdl.spec Added Files: ghdl-svn60.patch Removed Files: ghdl-svn59.patch Log Message: update to svn60 ghdl-svn60.patch: --- NEW FILE ghdl-svn60.patch --- diff -urN ghdl-0.24-orig/vhdl/canon.adb ghdl-0.24/vhdl/canon.adb --- ghdl-0.24-orig/vhdl/canon.adb 2006-06-19 21:05:08.000000000 +0200 +++ ghdl-0.24/vhdl/canon.adb 2006-08-06 20:16:50.000000000 +0200 @@ -226,7 +226,8 @@ | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Iterator_Declaration | Iir_Kind_Variable_Declaration - | Iir_Kind_Variable_Interface_Declaration => + | Iir_Kind_Variable_Interface_Declaration + | Iir_Kind_File_Declaration => null; when Iir_Kind_Left_Array_Attribute diff -urN ghdl-0.24-orig/vhdl/disp_vhdl.adb ghdl-0.24/vhdl/disp_vhdl.adb --- ghdl-0.24-orig/vhdl/disp_vhdl.adb 2005-10-08 14:29:56.000000000 +0200 +++ ghdl-0.24/vhdl/disp_vhdl.adb 2006-08-06 20:16:50.000000000 +0200 @@ -680,6 +680,8 @@ Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; diff -urN ghdl-0.24-orig/vhdl/ghdl.texi ghdl-0.24/vhdl/ghdl.texi --- ghdl-0.24-orig/vhdl/ghdl.texi 2006-06-17 02:14:11.000000000 +0200 +++ ghdl-0.24/vhdl/ghdl.texi 2006-08-06 20:16:41.000000000 +0200 @@ -11,7 +11,7 @@ @titlepage @title GHDL guide @subtitle GHDL, a VHDL compiler - at subtitle For GHDL version 0.22 (Sokcho edition) + at subtitle For GHDL version 0.25 (Sokcho edition) @author Tristan Gingold @c The following two commands start the copyright page. @page @@ -163,10 +163,14 @@ the analysis time should be shorter than with a compiler using an intermediary language. +The Windows(TM) version of @code{GHDL} is not based on @code{GCC} but on +an internal code generator. + The current version of @code{GHDL} does not contain any graphical viewer: you cannot see signal waves. You can still check with a test bench. The current version can produce a @code{VCD} file which can be -viewed with a wave viewer. +viewed with a wave viewer, as well as @code{ghw} files to be viewed by + at samp{gtkwave}. @code{GHDL} aims at implementing @code{VHDL} as defined by IEEE 1076. It supports most of the 1987 standard and most features added by the @@ -217,9 +221,10 @@ @smallexample $ ghdl -a hello.vhdl @end smallexample -This command generates a file @file{hello.o}, which is the object file -corresponding to your VHDL program. This command also creates or updates -a file @file{work-obj93.cf}, which describes the library @samp{work}. +This command creates or updates a file @file{work-obj93.cf}, which +describes the library @samp{work}. On GNU/Linux, this command generates a +file @file{hello.o}, which is the object file corresponding to your +VHDL program. The object file is not created on Windows. Then, you have to build an executable file. @smallexample @@ -229,7 +234,8 @@ creates code in order to elaborate a design, with the @samp{hello} entity at the top of the hierarchy. -The result is an executable program called @file{hello} which can be run: +On GNU/Linux, the result is an executable program called @file{hello} +which can be run: @smallexample $ ghdl -r hello_world @end smallexample @@ -238,7 +244,12 @@ $ ./hello_world @end smallexample -and which should display: +On Windows, no file is created. The simulation is launched using this command: + at smallexample +> ghdl -r hello_world + at end smallexample + +The result of the simulation appears on the screen: @smallexample Hello world! @end smallexample @@ -558,10 +569,13 @@ $ ghdl -e [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample -The @dfn{elaboration} command creates an executable containing the -code of the @code{VHDL} sources, the elaboration code and simulation -code to execute a design hiearachy. The elaboration command is selected -with @var{-e} switch, and must be followed by either: +On GNU/Linux the @dfn{elaboration} command creates an executable +containing the code of the @code{VHDL} sources, the elaboration code +and simulation code to execute a design hiearachy. On Windows this +command elaborates the design but does not generate anything. + +The elaboration command is selected with @var{-e} switch, and must be +followed by either: @itemize @bullet @item a name of a configuration unit @@ -576,9 +590,10 @@ @xref{Top entity}, for the restrictions on the root design of a hierarchy. -The file name of the executable is the name of the primary unit, or for -the later case, the concatenation of the name of the primary unit, a -dash, and the name of the secondary unit (or architecture). +On GNU/Linux the file name of the executable is the name of the +primary unit, or for the later case, the concatenation of the name of +the primary unit, a dash, and the name of the secondary unit (or +architecture). On Windows there is no executable generated. The @option{-o} followed by a file name can override the default executable file name. @@ -603,9 +618,10 @@ $ ghdl -r @var{primary_unit} [@var{secondary_unit}] [@var{simulation_options}] @end smallexample -The arguments are the same as the @xref{Elaboration command}. This command -simply build the filename of the executable and execute it. You may also -directly execute the program. +The arguments are the same as the @xref{Elaboration command}. + +On GNU/Linux this command simply build the filename of the executable +and execute it. You may also directly execute the program. This command exists for three reasons: @itemize @bullet{} @@ -614,10 +630,12 @@ @item It is coherent with the @samp{-a} and @samp{-e} commands. @item -It will work with future implementations, where the code is generated in +It works with the Windows implementation, where the code is generated in memory. @end itemize +On Windows this command elaborate and launch the simulation. + @xref{Simulation and run time}, for details on options. @node Elaborate and run command, Bind command, Run command, Building commands @@ -644,6 +662,8 @@ $ ghdl --bind [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This performs only the first stage of the elaboration command; the list of objects files is created but the executable is not built. This command should be used only when the main entry point is not ghdl. @@ -672,6 +692,8 @@ $ ghdl --list-link @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This command may be used only after a bind command. GHDL displays all the files which will be linked to create an executable. This command is intended to add object files in a link of an foreign program. @@ -683,7 +705,7 @@ Analyze files but do not generate code. @smallexample -$ ghdl -a [@var{options}] @var{files} +$ ghdl -s [@var{options}] @var{files} @end smallexample This command may be used to check the syntax of files. It does not update @@ -695,13 +717,19 @@ @cindex @option{-c} command Analyze files and elaborate in the same time. +On GNU/Linux: @smallexample $ ghdl -c [@var{options}] @var{file}@dots{} -e @var{primary_unit} [@var{secondary_unit}] @end smallexample +On Windows: + at smallexample +$ ghdl -c [@var{options}] @var{file}@dots{} -r @var{primary_unit} [@var{secondary_unit}] + at end smallexample + This command combines analyze and elaboration: @var{file}s are analyzed and the unit is then elaborated. However, code is only generated during the -elaboration. +elaboration. On Windows the simulation is launched. To be more precise, the files are first parsed, and then the elaboration drives the analysis. Therefore, there is no analysis order, and you don't @@ -878,6 +906,9 @@ @node Passing options to other programs, GHDL warnings, GHDL options, Invoking GHDL @comment node-name, next, previous, up @section Passing options to other programs + +These options are only available on GNU/Linux. + For many commands, @code{GHDL} acts as a driver: it invokes programs to perform the command. You can pass arbritrary options to these programs. @@ -1671,6 +1702,8 @@ @section Debugging VHDL programs @cindex debugging @cindex @code{__ghdl_fatal} +Debugging VHDL programs usign @code{GDB} is possible only on GNU/Linux systems. + @code{GDB} is a general purpose debugger for programs compiled by @code{GCC}. Currently, there is no VHDL support for @code{GDB}. It may be difficult to inspect variables or signals in @code{GDB}, however, @code{GDB} is @@ -1949,6 +1982,8 @@ @cindex foreign @cindex VHPI @cindex VHPIDIRECT +Interfacing with foreign languages is possible only on GNU/Linux systems. + You can define a subprogram in a foreign language (such as @code{C} or @code{Ada}) and import it in a VHDL design. diff -urN ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb ghdl-0.24/vhdl/grt/grt-avhpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-avhpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -330,7 +330,7 @@ end; when Ghdl_Rtik_Type_B2 | Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 => + | Ghdl_Rtik_Type_E32 => Res := (Kind => VhpiEnumTypeDeclK, Ctxt => Ctxt, Atype => Rti); diff -urN ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb ghdl-0.24/vhdl/grt/grt-rtis_addr.adb --- ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-rtis_addr.adb 2006-08-06 20:16:45.000000000 +0200 @@ -253,7 +253,7 @@ return To_Ghdl_Rti_Access (To_Ghdl_Rtin_Subtype_Array_Acc (Atype).Basetype); when Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 + | Ghdl_Rtik_Type_E32 | Ghdl_Rtik_Type_B2 => return Atype; when others => diff -urN ghdl-0.24-orig/vhdl/grt/grt-signals.ads ghdl-0.24/vhdl/grt/grt-signals.ads --- ghdl-0.24-orig/vhdl/grt/grt-signals.ads 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-signals.ads 2006-08-06 20:16:45.000000000 +0200 @@ -382,6 +382,10 @@ -- Update signals. procedure Update_Signals; + -- Set the effective value of signal SIG to VAL. + -- If the value is different from the previous one, resume processes. + procedure Set_Effective_Value (Sig : Ghdl_Signal_Ptr; Val : Value_Union); + -- Add PROC in the list of processes to be resumed in case of event on -- SIG. procedure Resume_Process_If_Event diff -urN ghdl-0.24-orig/vhdl/grt/grt-vpi.adb ghdl-0.24/vhdl/grt/grt-vpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-vpi.adb 2005-12-12 04:30:54.000000000 +0100 +++ ghdl-0.24/vhdl/grt/grt-vpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -507,6 +507,189 @@ end vpi_get_value; ------------------------------------------------------------------------ + -- void vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + -- Alter the simulation value of an object. + -- see IEEE 1364-2001, chapter 27.14, page 675 + -- FIXME + + procedure ii_vpi_put_value_bin_str_B2 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + -- use the Set_Effective_Value procedure to update the signal + case Value is + when '0' => + Tempval.B2 := false; + when '1' => + Tempval.B2 := true; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B2: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_B2; + + procedure ii_vpi_put_value_bin_str_E8 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + case Value is + when 'U' => + Tempval.E8 := 0; + when 'X' => + Tempval.E8 := 1; + when '0' => + Tempval.E8 := 2; + when '1' => + Tempval.E8 := 3; + when 'Z' => + Tempval.E8 := 4; + when 'W' => + Tempval.E8 := 5; + when 'L' => + Tempval.E8 := 6; + when 'H' => + Tempval.E8 := 7; + when '-' => + Tempval.E8 := 8; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B8: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_E8; + + + procedure ii_vpi_put_value_bin_str(Obj : VhpiHandleT; + ValueStr : Ghdl_C_String) + is + Info : Verilog_Wire_Info; + Len : Ghdl_Index_Type; + begin + -- Check the Obj type. + -- * The vpiHandle has a reference (field Ref) to a VhpiHandleT + -- when it doesnt come from a callback. + case Vhpi_Get_Kind(Obj) is + when VhpiPortDeclK + | VhpiSigDeclK => + null; + when others => + return; + end case; + + -- The following code segment was copied from the + -- ii_vpi_get_value function. + -- Get verilog compat info. + Get_Verilog_Wire (Obj, Info); + if Info.Kind = Vcd_Bad then + return; + end if; + + if Info.Irange = null then + Len := 1; + else + Len := Info.Irange.I32.Len; + end if; + + -- Step 1: convert vpi object to internal format. + -- p_vpi_handle -> Ghdl_Signal_Ptr + -- To_Signal_Arr_Ptr (Info.Addr) does part of the magic + + -- Step 2: convert datum to appropriate type. + -- Ghdl_C_String -> Value_Union + + -- Step 3: assigns value to object using Set_Effective_Value + -- call (from grt-signals) + -- Set_Effective_Value(sig_ptr, conv_value); + + + -- Took the skeleton from ii_vpi_get_value function + -- This point of the function must convert the string value to the + -- native ghdl format. + case Info.Kind is + when Vcd_Bad => + return; + when Vcd_Bit + | Vcd_Bool + | Vcd_Bitvector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_B2( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Stdlogic + | Vcd_Stdlogic_Vector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_E8( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Integer32 => + null; + end case; + + -- Always return null, because this simulation kernel cannot send + -- a handle to the event back. + return; + end ii_vpi_put_value_bin_str; + + + -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + function vpi_put_value (aObj: vpiHandle; + aValue: p_vpi_value; + aWhen: p_vpi_time; + aFlags: integer) + return vpiHandle + is + pragma Unreferenced (aWhen); + pragma Unreferenced (aFlags); + begin + -- A very simple write procedure for VPI. + -- Basically, it accepts bin_str values and converts to appropriate + -- types (only std_logic and bit values and vectors). + + -- It'll use Set_Effective_Value procedure to update signals + + -- Ignoring aWhen and aFlags, for now. + + -- Checks the format of aValue. Only vpiBinStrVal will be accepted + -- for now. + case aValue.Format is + when vpiObjTypeVal=> + dbgPut_Line ("vpi_put_value: vpiObjTypeVal"); + when vpiBinStrVal=> + ii_vpi_put_value_bin_str(aObj.Ref, aValue.Str); + dbgPut_Line ("vpi_put_value: vpiBinStrVal"); + when vpiOctStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiOctStrVal"); + when vpiDecStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiDecStrVal"); + when vpiHexStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiHexStrVal"); + when vpiScalarVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiScalarVal"); + when vpiIntVal=> + dbgPut_Line ("vpi_put_value: vpiIntVal"); + when vpiRealVal=> dbgPut_Line("vpi_put_value: vpiRealVal"); + when vpiStringVal=> dbgPut_Line("vpi_put_value: vpiStringVal"); + when vpiTimeVal=> dbgPut_Line("vpi_put_value: vpiTimeVal"); + when vpiVectorVal=> dbgPut_Line("vpi_put_value: vpiVectorVal"); + when vpiStrengthVal=> dbgPut_Line("vpi_put_value: vpiStrengthVal"); + when others=> dbgPut_Line("vpi_put_value: unknown mFormat"); + end case; + + -- Must return a scheduled event caused by vpi_put_value() + -- Still dont know how to do it. + return null; + end vpi_put_value; + + ------------------------------------------------------------------------ -- void vpi_get_time(vpiHandle obj, s_vpi_time*t); -- see IEEE 1364-2001, page xxx Sim_Time : Std_Time; @@ -631,22 +814,6 @@ return 0; end vpi_mcd_open; - -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, - -- p_vpi_time when, int flags) - function vpi_put_value (aObj: vpiHandle; - aValue: p_vpi_value; - aWhen: p_vpi_time; - aFlags: integer) - return vpiHandle - is - pragma Unreferenced (aObj); - pragma Unreferenced (aValue); - pragma Unreferenced (aWhen); - pragma Unreferenced (aFlags); - begin - return null; - end vpi_put_value; - -- void vpi_register_systf(const struct t_vpi_systf_data*ss) procedure vpi_register_systf(aSs: System.Address) is diff -urN ghdl-0.24-orig/vhdl/iirs.adb ghdl-0.24/vhdl/iirs.adb --- ghdl-0.24-orig/vhdl/iirs.adb 2005-11-14 21:44:55.000000000 +0100 +++ ghdl-0.24/vhdl/iirs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -449,14 +449,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -473,6 +465,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => return Format_Short; when Iir_Kind_Design_File @@ -2276,14 +2276,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -2298,6 +2290,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5326,14 +5326,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5348,6 +5340,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5654,14 +5654,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5676,6 +5668,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5724,10 +5724,10 @@ | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute => + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Index_Subtype", Target); @@ -5757,18 +5757,18 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute + | Iir_Kind_Delayed_Attribute + | Iir_Kind_Stable_Attribute + | Iir_Kind_Quiet_Attribute + | Iir_Kind_Transaction_Attribute | Iir_Kind_Left_Array_Attribute | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute | Iir_Kind_Ascending_Array_Attribute - | Iir_Kind_Delayed_Attribute - | Iir_Kind_Stable_Attribute - | Iir_Kind_Quiet_Attribute - | Iir_Kind_Transaction_Attribute => + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Parameter", Target); diff -urN ghdl-0.24-orig/vhdl/iirs.ads ghdl-0.24/vhdl/iirs.ads --- ghdl-0.24-orig/vhdl/iirs.ads 2006-06-20 21:10:58.000000000 +0200 +++ ghdl-0.24/vhdl/iirs.ads 2006-08-06 20:16:50.000000000 +0200 @@ -2646,14 +2646,6 @@ Iir_Kind_Pred_Attribute, -- scalar_type_attribute Iir_Kind_Leftof_Attribute, -- scalar_type_attribute Iir_Kind_Rightof_Attribute, -- scalar_type_attribute - Iir_Kind_Left_Array_Attribute, -- array_attribute - Iir_Kind_Right_Array_Attribute, -- array_attribute - Iir_Kind_High_Array_Attribute, -- array_attribute - Iir_Kind_Low_Array_Attribute, -- array_attribute - Iir_Kind_Range_Array_Attribute, -- array_attribute - Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute - Iir_Kind_Length_Array_Attribute, -- array_attribute - Iir_Kind_Ascending_Array_Attribute, -- array_attribute Iir_Kind_Delayed_Attribute, -- signal_attribute Iir_Kind_Stable_Attribute, -- signal_attribute Iir_Kind_Quiet_Attribute, -- signal_attribute @@ -2670,6 +2662,14 @@ Iir_Kind_Simple_Name_Attribute, Iir_Kind_Instance_Name_Attribute, Iir_Kind_Path_Name_Attribute, + Iir_Kind_Left_Array_Attribute, -- array_attribute + Iir_Kind_Right_Array_Attribute, -- array_attribute + Iir_Kind_High_Array_Attribute, -- array_attribute + Iir_Kind_Low_Array_Attribute, -- array_attribute + Iir_Kind_Length_Array_Attribute, -- array_attribute + Iir_Kind_Ascending_Array_Attribute, -- array_attribute + Iir_Kind_Range_Array_Attribute, -- array_attribute + Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute Iir_Kind_Attribute_Name ); @@ -3205,14 +3205,6 @@ --Iir_Kind_Pred_Attribute --Iir_Kind_Leftof_Attribute --Iir_Kind_Rightof_Attribute - --Iir_Kind_Left_Array_Attribute - --Iir_Kind_Right_Array_Attribute - --Iir_Kind_High_Array_Attribute - --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute - --Iir_Kind_Length_Array_Attribute - --Iir_Kind_Ascending_Array_Attribute --Iir_Kind_Delayed_Attribute --Iir_Kind_Stable_Attribute --Iir_Kind_Quiet_Attribute @@ -3228,7 +3220,14 @@ --Iir_Kind_Structure_Attribute --Iir_Kind_Simple_Name_Attribute --Iir_Kind_Instance_Name_Attribute - Iir_Kind_Path_Name_Attribute; + --Iir_Kind_Path_Name_Attribute + --Iir_Kind_Left_Array_Attribute + --Iir_Kind_Right_Array_Attribute + --Iir_Kind_High_Array_Attribute + --Iir_Kind_Low_Array_Attribute + --Iir_Kind_Length_Array_Attribute + Iir_Kind_Ascending_Array_Attribute; + subtype Iir_Kinds_Attribute is Iir_Kind range Iir_Kind_Base_Attribute .. @@ -3254,10 +3253,10 @@ --Iir_Kind_Right_Array_Attribute --Iir_Kind_High_Array_Attribute --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute --Iir_Kind_Length_Array_Attribute - Iir_Kind_Ascending_Array_Attribute; + --Iir_Kind_Ascending_Array_Attribute + --Iir_Kind_Range_Array_Attribute + Iir_Kind_Reverse_Range_Array_Attribute; subtype Iir_Kinds_Signal_Attribute is Iir_Kind range Iir_Kind_Delayed_Attribute .. diff -urN ghdl-0.24-orig/vhdl/lang-specs.h ghdl-0.24/vhdl/lang-specs.h --- ghdl-0.24-orig/vhdl/lang-specs.h 2005-02-27 18:00:59.000000000 +0100 +++ ghdl-0.24/vhdl/lang-specs.h 2006-08-06 20:16:44.000000000 +0200 @@ -22,7 +22,7 @@ /* This is the contribution to the `default_compilers' array in gcc.c for GHDL. */ - {".vhd", "@vhdl", 0}, - {".vhdl", "@vhdl", 0}, + {".vhd", "@vhdl", 0, 0, 0}, + {".vhdl", "@vhdl", 0, 0, 0}, {"@vhdl", - "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0}, + "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 0, 0}, diff -urN ghdl-0.24-orig/vhdl/Makefile.in ghdl-0.24/vhdl/Makefile.in --- ghdl-0.24-orig/vhdl/Makefile.in 2006-06-25 06:42:09.000000000 +0200 +++ ghdl-0.24/vhdl/Makefile.in 2006-08-06 20:23:11.000000000 +0200 @@ -315,7 +315,7 @@ prev=`pwd`; cd $(SYN93_DIR); \ $(CP) ../ieee/ieee-obj93.cf .; \ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done; \ for i in $(SYNOPSYS93_BSRCS); do \ @@ -330,7 +330,7 @@ prev=`pwd`; cd $(MENTOR93_DIR); \ $(CP) ../ieee/ieee-obj93.cf . ;\ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done ; \ for i in $(MENTOR93_BSRCS); do \ @@ -451,6 +451,11 @@ GRT_TARGET_OBJS=amd64.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) endif +ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) + GRT_TARGET_OBJS=i386.o linux.o times.o + GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) + ADAC=gnatgcc +endif ifeq ($(filter-out sparc solaris%,$(arch) $(osys)),) GRT_TARGET_OBJS=sparc.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm diff -urN ghdl-0.24-orig/vhdl/scan-scan_literal.adb ghdl-0.24/vhdl/scan-scan_literal.adb --- ghdl-0.24-orig/vhdl/scan-scan_literal.adb 2005-09-22 23:30:52.000000000 +0200 +++ ghdl-0.24/vhdl/scan-scan_literal.adb 2006-08-06 20:16:50.000000000 +0200 @@ -228,6 +228,8 @@ Dividend : Uint16_Array (0 .. Nbr_Digits); A_F : constant Sint16 := First_Digit (A); B_F : constant Sint16 := First_Digit (B); + + -- Digit corresponding to the first digit of B. Doff : constant Sint16 := Dividend'Last - B_F; Q : Uint16; C, N_C : Uint16; @@ -238,6 +240,9 @@ end if; -- Copy and shift dividend. + -- Bit 15 of the most significant digit of A becomes bit 0 of the + -- most significant digit of DIVIDEND. Therefore we are sure + -- DIVIDEND < B (after realignment). C := 0; for K in 0 .. A_F loop N_C := Shift_Right (A.S (K), 15); @@ -249,6 +254,7 @@ Dividend (0 .. Dividend'last - 2 - A_F) := (others => 0); -- Algorithm is the same as division by hand. + C := 0; for I in reverse Digit_Range loop Q := 0; for J in 0 .. 15 loop @@ -271,7 +277,13 @@ Tmp (K) := Dividend (Doff + K) - V16; end loop; + -- If the last shift creates a carry, we are sure Dividend > B + if C /= 0 then + Borrow := 0; + end if; + Q := Q * 2; + -- Begin of : Dividend = Dividend * 2 C := 0; for K in 0 .. Doff - 1 loop N_C := Shift_Right (Dividend (K), 15); @@ -280,13 +292,17 @@ end loop; if Borrow = 0 then + -- Dividend > B Q := Q + 1; + -- Dividend = Tmp * 2 + -- = (Dividend - B) * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Tmp (K - Doff), 15); Dividend (K) := Shift_Left (Tmp (K - Doff), 1) or C; C := N_C; end loop; else + -- Dividend = Dividend * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Dividend (K), 15); Dividend (K) := Shift_Left (Dividend (K), 1) or C; diff -urN ghdl-0.24-orig/vhdl/sem.adb ghdl-0.24/vhdl/sem.adb --- ghdl-0.24-orig/vhdl/sem.adb 2006-06-17 02:05:21.000000000 +0200 +++ ghdl-0.24/vhdl/sem.adb 2006-08-06 20:16:50.000000000 +0200 @@ -487,6 +487,21 @@ when others => -- Expression. Set_Collapse_Signal_Flag (El, False); + + -- If there is an IN conversion, re-integrate it into + -- the actual. + declare + In_Conv : Iir; + begin + In_Conv := Get_In_Conversion (El); + if In_Conv /= Null_Iir then + Set_In_Conversion (El, Null_Iir); + Set_Expr_Staticness + (In_Conv, Get_Expr_Staticness (Actual)); + Actual := In_Conv; + Set_Actual (El, Actual); + end if; + end; if Flags.Vhdl_Std >= Vhdl_93c then -- LRM93 1.1.1.2 Ports -- Moreover, the ports of a block may be associated @@ -1079,6 +1094,9 @@ | Iir_Kind_Variable_Interface_Declaration | Iir_Kind_Signal_Interface_Declaration | Iir_Kind_File_Interface_Declaration => + if Get_Identifier (Left) /= Get_Identifier (Right) then + return False; + end if; if Get_Lexical_Layout (Left) /= Get_Lexical_Layout (Right) or else Get_Mode (Left) /= Get_Mode (Right) then diff -urN ghdl-0.24-orig/vhdl/sem_assocs.adb ghdl-0.24/vhdl/sem_assocs.adb --- ghdl-0.24-orig/vhdl/sem_assocs.adb 2006-01-14 00:21:59.000000000 +0100 +++ ghdl-0.24/vhdl/sem_assocs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1118,6 +1118,10 @@ Res : Iir; begin Res_Base_Type := Get_Base_Type (Res_Type); + if Param_Type = Null_Iir then + -- In case of error. + return Null_Iir; + end if; Param_Base_Type := Get_Base_Type (Param_Type); if Is_Overload_List (Conv) then List := Get_Overload_List (Conv); @@ -1359,7 +1363,9 @@ end if; if Res_Type = Null_Iir then - raise Internal_Error; + -- In case of error, do not go farther. + Match := False; + return; end if; if Get_Formal (Assoc) /= Null_Iir then @@ -1569,9 +1575,7 @@ end if; if Finish then Sem_Association (Assoc, Inter, True, Match); - if not Match then - raise Internal_Error; - end if; + -- MATCH can be false du to errors. end if; else -- Not found. diff -urN ghdl-0.24-orig/vhdl/sem_decls.adb ghdl-0.24/vhdl/sem_decls.adb --- ghdl-0.24-orig/vhdl/sem_decls.adb 2006-05-13 17:28:13.000000000 +0200 +++ ghdl-0.24/vhdl/sem_decls.adb 2006-08-06 20:16:49.000000000 +0200 @@ -995,6 +995,7 @@ Def := Create_Iir (Iir_Kind_Incomplete_Type_Definition); Location_Copy (Def, Decl); Set_Type (Decl, Def); + Set_Base_Type (Def, Def); Set_Signal_Type_Flag (Def, True); Set_Type_Declarator (Def, Decl); Set_Visible_Flag (Decl, True); diff -urN ghdl-0.24-orig/vhdl/sem_expr.adb ghdl-0.24/vhdl/sem_expr.adb --- ghdl-0.24-orig/vhdl/sem_expr.adb 2006-05-30 00:14:09.000000000 +0200 +++ ghdl-0.24/vhdl/sem_expr.adb 2006-08-06 20:16:49.000000000 +0200 @@ -167,7 +167,8 @@ | Iir_Kind_Library_Declaration | Iir_Kind_Library_Clause | Iir_Kind_Component_Declaration - | Iir_Kinds_Procedure_Declaration => + | Iir_Kinds_Procedure_Declaration + | Iir_Kind_Range_Array_Attribute => Error_Msg_Sem (Disp_Node (Expr) & " not allowed in an expression", Loc); return Null_Iir; @@ -1801,7 +1802,7 @@ return; end if; Set_Expression (Choice, Expr); - if Get_Expr_Staticness (Expr) > Locally then + if Get_Expr_Staticness (Expr) < Locally then Error_Msg_Sem ("choice must be locally static expression", Expr); return; end if; diff -urN ghdl-0.24-orig/vhdl/sem_names.adb ghdl-0.24/vhdl/sem_names.adb --- ghdl-0.24-orig/vhdl/sem_names.adb 2006-06-22 21:30:58.000000000 +0200 +++ ghdl-0.24/vhdl/sem_names.adb 2006-08-06 20:16:50.000000000 +0200 @@ -2376,9 +2376,13 @@ -- At least, this type is valid; and even if the array was -- constrained, the base type would be the same. end if; - when Iir_Kind_Process_Statement => + when Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute + | Iir_Kind_Process_Statement => Error_Msg_Sem - (Disp_Node (Prefix) & " is not an appropriate attribute prefix", + (Disp_Node (Prefix) & " is not an appropriate prefix for '" + & Name_Table.Image (Get_Attribute_Identifier (Attr)) + & " attribute", Attr); return Error_Mark; when others => diff -urN ghdl-0.24-orig/vhdl/sem_specs.adb ghdl-0.24/vhdl/sem_specs.adb --- ghdl-0.24-orig/vhdl/sem_specs.adb 2005-12-12 03:14:23.000000000 +0100 +++ ghdl-0.24/vhdl/sem_specs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1264,15 +1264,20 @@ (Parent_Stmts : Iir; Conf : Iir_Configuration_Specification) is Primary_Entity_Aspect : Iir; + Component : Iir; begin Sem_Component_Specification (Parent_Stmts, Conf, Primary_Entity_Aspect); + Component := Get_Component_Name (Conf); + + -- Return now in case of error. + if Get_Kind (Component) /= Iir_Kind_Component_Declaration then + return; + end if; -- Extend scope of component interface declaration. Sem_Scopes.Open_Scope_Extension; - Sem_Scopes.Add_Component_Declarations (Get_Component_Name (Conf)); + Sem_Scopes.Add_Component_Declarations (Component); Sem_Binding_Indication (Get_Binding_Indication (Conf), - Get_Component_Name (Conf), - Conf, - Primary_Entity_Aspect); + Component, Conf, Primary_Entity_Aspect); -- FIXME: check default port and generic association. Sem_Scopes.Close_Scope_Extension; end Sem_Configuration_Specification; diff -urN ghdl-0.24-orig/vhdl/trans_be.adb ghdl-0.24/vhdl/trans_be.adb --- ghdl-0.24-orig/vhdl/trans_be.adb 2005-09-22 23:43:54.000000000 +0200 +++ ghdl-0.24/vhdl/trans_be.adb 2006-08-06 20:16:46.000000000 +0200 @@ -144,6 +144,6 @@ Error_Kind ("sem_foreign", Decl); end case; -- Let is generate error messages. - Fi := Translate_Foreign_Id (Decl, False); + Fi := Translate_Foreign_Id (Decl); end Sem_Foreign; end Trans_Be; diff -urN ghdl-0.24-orig/vhdl/translation.adb ghdl-0.24/vhdl/translation.adb --- ghdl-0.24-orig/vhdl/translation.adb 2006-06-24 15:50:09.000000000 +0200 +++ ghdl-0.24/vhdl/translation.adb 2006-08-06 20:16:46.000000000 +0200 @@ -2897,15 +2897,13 @@ end if; end Create_Temp; - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type is use Name_Table; Attr : Iir_Attribute_Value; Spec : Iir_Attribute_Specification; Attr_Decl : Iir; Expr : Iir; - P : Natural; begin -- Look for 'FOREIGN. Attr := Get_Attribute_Value_Chain (Decl); @@ -2972,27 +2970,60 @@ if Name_Length >= 10 and then Name_Buffer (1 .. 10) = "VHPIDIRECT" then - P := 11; + declare + P : Natural; + Sf, Sl : Natural; + Lf, Ll : Natural; + begin + P := 11; - -- Skip spaces. - while P <= Name_Length and then Name_Buffer (P) = ' ' loop + -- Skip spaces. + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + if P > Name_Length then + Error_Msg_Sem + ("missing subprogram/library name after VHPIDIRECT", Spec); + end if; + -- Extract library. + Lf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Ll := P; + -- Extract subprogram. P := P + 1; - end loop; - if Extract_Name then + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + Sf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Sl := P; + if P < Name_Length then + Error_Msg_Sem ("garbage at end of VHPIDIRECT", Spec); + end if; + + -- Accept empty library. + if Sf > Name_Length then + Sf := Lf; + Sl := Ll; + Lf := 0; + Ll := 0; + end if; + return Foreign_Info_Type' (Kind => Foreign_Vhpidirect, - Subprg => Get_Identifier (Name_Buffer (P .. Name_Length)), - Lib => Null_Identifier); - else - return Foreign_Info_Type'(Kind => Foreign_Vhpidirect, - Subprg => O_Ident_Nul, - Lib => Null_Identifier); - end if; + Lib_First => Lf, + Lib_Last => Ll, + Subprg_First => Sf, + Subprg_Last => Sl); + end; elsif Name_Length = 14 and then Name_Buffer (1 .. 14) = "GHDL intrinsic" then - return Foreign_Info_Type'(Kind => Foreign_Intrinsic, - Subprg => Create_Identifier); + return Foreign_Info_Type'(Kind => Foreign_Intrinsic); else Error_Msg_Sem ("value of 'FOREIGN attribute does not begin with VHPIDIRECT", @@ -4640,6 +4671,7 @@ Rtype : Iir; Id : O_Ident; Storage : O_Storage; + Foreign : Foreign_Info_Type := Foreign_Bad; begin Info := Get_Info (Spec); Info.Res_Interface := O_Dnode_Null; @@ -4650,20 +4682,18 @@ Push_Subprg_Identifier (Spec, Mark); if Get_Foreign_Flag (Spec) then - declare - Fi : Foreign_Info_Type; - begin - Fi := Translate_Foreign_Id (Spec, True); - case Fi.Kind is - when Foreign_Unknown => - Id := Create_Identifier; - when Foreign_Intrinsic => - Id := Fi.Subprg; - when Foreign_Vhpidirect => - Id := Fi.Subprg; - end case; - Storage := O_Storage_External; - end; + Foreign := Translate_Foreign_Id (Spec); + case Foreign.Kind is + when Foreign_Unknown => + Id := Create_Identifier; + when Foreign_Intrinsic => + Id := Create_Identifier; + when Foreign_Vhpidirect => + Id := Get_Identifier + (Name_Table.Name_Buffer (Foreign.Subprg_First + .. Foreign.Subprg_Last)); + end case; + Storage := O_Storage_External; else Id := Create_Identifier; Storage := Global_Storage; @@ -4778,6 +4808,10 @@ end loop; Finish_Subprogram_Decl (Interface_List, Info.Ortho_Func); + if Get_Foreign_Flag (Spec) and then Foreign_Hook /= null then + Foreign_Hook.all (Spec, Foreign, Info.Ortho_Func); + end if; + Save_Local_Identifier (Info.Subprg_Local_Id); Pop_Identifier_Prefix (Mark); end Translate_Subprogram_Declaration; @@ -4804,7 +4838,7 @@ Old_Subprogram : Iir; Mark : Id_Mark_Type; Final : Boolean; - Is_Func : Boolean; + Is_Ortho_Func : Boolean; -- Set for a public method. In this case, the lock must be acquired -- and retained. @@ -4877,8 +4911,8 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Enter); end if; - Is_Func := Is_Subprogram_Ortho_Function (Spec); - if Is_Func then + Is_Ortho_Func := Is_Subprogram_Ortho_Function (Spec); + if Is_Ortho_Func then New_Var_Decl (Info.Subprg_Result, Get_Identifier ("RESULT"), O_Storage_Local, @@ -4906,7 +4940,7 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Leave); end if; - if Is_Func then + if Is_Ortho_Func then New_Return_Stmt (New_Obj_Value (Info.Subprg_Result)); end if; end if; @@ -5082,14 +5116,16 @@ return; end if; + Pkg := Get_Package (Decl); + Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); + Chap4.Translate_Declaration_Chain (Decl); + if Flag_Rti then Rtis.Generate_Unit (Decl); end if; - Pkg := Get_Package (Decl); - Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); - Chap4.Translate_Declaration_Chain (Decl); Chap4.Translate_Declaration_Chain_Subprograms (Decl, Null_Iir); + Elab_Package_Body (Pkg, Decl); end Translate_Package_Body; @@ -13216,6 +13252,7 @@ Res : O_Cnode; begin Lit_Type := Get_Type (Str); + Chap3.Translate_Anonymous_Type_Definition (Lit_Type, True); Start_Array_Aggr (List, Get_Ortho_Type (Lit_Type, Mode_Value)); @@ -13228,6 +13265,86 @@ return Res; end Translate_Static_String_Literal; + -- Some strings literal have an unconstrained array type, + -- eg: 'image of constant. Its type is not constrained + -- because it is not so in VHDL! + function Translate_Static_Unconstrained_String_Literal (Str : Iir) + return O_Cnode + is + use Name_Table; + + Lit_Type : Iir; + Element_Type : Iir; + Index_Type : Iir; + Val_Aggr : O_Array_Aggr_List; + Bound_Aggr : O_Record_Aggr_List; + Index_Aggr : O_Record_Aggr_List; + Res_Aggr : O_Record_Aggr_List; + Res : O_Cnode; + Str_Type : O_Tnode; + Type_Info : Type_Info_Acc; + Index_Type_Info : Type_Info_Acc; + Len : Int32; + Val : Var_Acc; + Bound : Var_Acc; + begin + Lit_Type := Get_Type (Str); + Type_Info := Get_Info (Get_Base_Type (Lit_Type)); + + -- Create the string value. + Len := Get_String_Length (Str); + Str_Type := New_Constrained_Array_Type + (Type_Info.T.Base_Type (Mode_Value), + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + + Start_Array_Aggr (Val_Aggr, Str_Type); + Element_Type := Get_Element_Subtype (Lit_Type); + Translate_Static_String_Literal_Inner (Val_Aggr, Str, Element_Type); + Finish_Array_Aggr (Val_Aggr, Res); + + Val := Create_Global_Const + (Create_Uniq_Identifier, Str_Type, O_Storage_Private, Res); + + -- Create the string bound. + Index_Type := Get_First_Element (Get_Index_Subtype_List (Lit_Type)); + Index_Type_Info := Get_Info (Index_Type); + Start_Record_Aggr (Bound_Aggr, Type_Info.T.Bounds_Type); + Start_Record_Aggr (Index_Aggr, Index_Type_Info.T.Range_Type); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), 0)); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), + Integer_64 (Len - 1))); + New_Record_Aggr_El + (Index_Aggr, Ghdl_Dir_To_Node); + New_Record_Aggr_El + (Index_Aggr, + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + Finish_Record_Aggr (Index_Aggr, Res); + New_Record_Aggr_El (Bound_Aggr, Res); + Finish_Record_Aggr (Bound_Aggr, Res); + Bound := Create_Global_Const + (Create_Uniq_Identifier, Type_Info.T.Bounds_Type, + O_Storage_Private, Res); + + -- The descriptor. + Start_Record_Aggr (Res_Aggr, Type_Info.Ortho_Type (Mode_Value)); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Val), + Type_Info.T.Base_Ptr_Type (Mode_Value))); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Bound), + Type_Info.T.Bounds_Ptr_Type)); + Finish_Record_Aggr (Res_Aggr, Res); + Free_Var (Val); + Free_Var (Bound); + return Res; + end Translate_Static_Unconstrained_String_Literal; + -- Only for Strings of STD.Character. function Translate_Static_String (Str_Type : Iir; Str_Ident : Name_Id) return O_Cnode @@ -13282,7 +13399,13 @@ begin case Get_Kind (Str) is when Iir_Kind_String_Literal => - Res := Translate_Static_String_Literal (Str); + if Get_Kind (Get_Type (Str)) + = Iir_Kind_Array_Subtype_Definition + then + Res := Translate_Static_String_Literal (Str); + else + Res := Translate_Static_Unconstrained_String_Literal (Str); + end if; when Iir_Kind_Bit_String_Literal => Res := Translate_Static_Bit_String_Literal (Str); when Iir_Kind_Simple_Aggregate => @@ -25323,9 +25446,22 @@ when Iir_Kind_Type_Declaration | Iir_Kind_Subtype_Declaration => Add_Rti_Node (Generate_Type_Decl (Decl)); + when Iir_Kind_Constant_Declaration => + -- Do not generate RTIs for full declarations. + -- (RTI will be generated for the deferred declaration). + if Get_Deferred_Declaration (Decl) = Null_Iir + or else Get_Deferred_Declaration_Flag (Decl) + then + declare + Info : Object_Info_Acc; + begin + Info := Get_Info (Decl); + Generate_Object (Decl, Info.Object_Rti); + Add_Rti_Node (Info.Object_Rti); + end; + end if; when Iir_Kind_Signal_Declaration | Iir_Kind_Signal_Interface_Declaration - | Iir_Kind_Constant_Declaration | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Variable_Declaration | Iir_Kind_File_Declaration @@ -25463,8 +25599,8 @@ Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Package_Body => Kind := Ghdl_Rtik_Package_Body; - -- FIXME: yes or not ? - --Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); + -- Required at least for 'image + Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Architecture_Declaration => Kind := Ghdl_Rtik_Architecture; Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); diff -urN ghdl-0.24-orig/vhdl/translation.ads ghdl-0.24/vhdl/translation.ads --- ghdl-0.24-orig/vhdl/translation.ads 2005-09-22 23:46:05.000000000 +0200 +++ ghdl-0.24/vhdl/translation.ads 2006-08-06 20:16:46.000000000 +0200 @@ -17,8 +17,6 @@ -- 02111-1307, USA. with Iirs; use Iirs; with Ortho_Nodes; -with Ortho_Ident; use Ortho_Ident; -with Types; use Types; package Translation is -- Initialize the package: create internal nodes. @@ -69,20 +67,21 @@ type Foreign_Info_Type (Kind : Foreign_Kind_Type := Foreign_Unknown) is record - Subprg : O_Ident; - case Kind is when Foreign_Unknown => null; when Foreign_Vhpidirect => - Lib : Name_Id; + -- Positions in name_table.name_buffer. + Lib_First : Natural; + Lib_Last : Natural; + Subprg_First : Natural; + Subprg_Last : Natural; when Foreign_Intrinsic => null; end case; end record; - Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown, - Subprg => O_Ident_Nul); + Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown); -- Return a foreign_info for DECL. -- Can generate error messages, if the attribute expression is ill-formed. @@ -90,7 +89,12 @@ -- Otherwise, only KIND discriminent is set. -- EXTRACT_NAME should be set only inside translation itself, since the -- name can be based on the prefix. - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type; + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type; + -- If not null, this procedure is called when a foreign subprogram is + -- created. + type Foreign_Hook_Access is access procedure (Decl : Iir; + Info : Foreign_Info_Type; + Ortho : Ortho_Nodes.O_Dnode); + Foreign_Hook : Foreign_Hook_Access := null; end Translation; Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ghdl.spec 11 Jul 2006 04:43:58 -0000 1.21 +++ ghdl.spec 6 Aug 2006 18:29:10 -0000 1.22 @@ -1,11 +1,11 @@ %define gccver 4.1.0 %define ghdlver 0.24 -%define ghdlsvnver 59 +%define ghdlsvnver 60 Summary: A VHDL simulator, using the GCC technology Name: ghdl Version: 0.24 -Release: 0.%{ghdlsvnver}svn.2%{?dist} +Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages URL: http://ghdl.free.fr/ @@ -288,6 +288,9 @@ %changelog +* Sun Aug 6 2006 Thomas Sailer - 0.24-0.60svn.0 +- update to svn60 + * Tue Jul 11 2006 Thomas Sailer - 0.24-0.59svn.2 - rebuild --- ghdl-svn59.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 18:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:02 -0700 Subject: rpms/conexus - New directory Message-ID: <200608061854.k76Is46B003880@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858/conexus Log Message: Directory /cvs/extras/rpms/conexus added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 18:54:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:02 -0700 Subject: rpms/conexus/devel - New directory Message-ID: <200608061854.k76Is5Aq003883@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858/conexus/devel Log Message: Directory /cvs/extras/rpms/conexus/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 6 18:54:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:15 -0700 Subject: rpms/conexus Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608061854.k76IsHl3003937@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3904 Added Files: Makefile import.log Log Message: Setup of module conexus --- NEW FILE Makefile --- # Top level Makefile for module conexus all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 6 18:54:15 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:54:15 -0700 Subject: rpms/conexus/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608061854.k76IsHgr003940@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3904/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conexus --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 6 18:55:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:55:09 -0700 Subject: rpms/conexus import.log,1.1,1.2 Message-ID: <200608061855.k76ItB5C004002@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3969 Modified Files: import.log Log Message: auto-import conexus-0.2.3-1 on branch devel from conexus-0.2.3-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conexus/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 6 Aug 2006 18:54:15 -0000 1.1 +++ import.log 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +conexus-0_2_3-1:HEAD:conexus-0.2.3-1.src.rpm:1154890511 From fedora-extras-commits at redhat.com Sun Aug 6 18:55:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:55:09 -0700 Subject: rpms/conexus/devel conexus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608061855.k76ItBBO004007@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3969/devel Modified Files: .cvsignore sources Added Files: conexus.spec Log Message: auto-import conexus-0.2.3-1 on branch devel from conexus-0.2.3-1.src.rpm --- NEW FILE conexus.spec --- # Target: fedora-5 Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD sockets, serial/tty, packet capture (via pcap), et. al. conexus utilizes sigc++ for object communication. %package devel Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for developing conexus applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy the docs into a different place in the dist hierarchy so they # install as /usr/share/doc/package-x.x.x-devel/reference %{__cp} -ar docs/reference . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/lib*conexus*.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc %{_includedir}/conexus-0.2/ %doc ChangeLog reference %changelog * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development - Added BuildRequires m4 * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-1 - Added pkgconfig to -devel Requires - New release fixes autoconf generated headers * Sun Jul 30 2006 Rick L Vinyard Jr - 0.2.1-2 - Added cppunit-devel to BuildRequires - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Added package name to globs in so libs, .pc and demos * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.1-1 - New release * Sat Jul 15 2006 Rick L Vinyard Jr - 0.2.0-1 - Removed doxygen and graphviz depends - New release - Fixed AUTHORS and COPYING doc files * Wed Mar 29 2006 Rick L Vinyard Jr - 0.1.17-1 - Added libpcap and pkgconfig -devel Requires and BuildRequires - Fixed download mirror - Split gtkmm widgets into conexusgtkmm * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.16-2 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Fri Mar 03 2006 Rick L Vinyard Jr - 0.1.16-1 - Long overdue cleanup of configure.in et. al. - Docs now install into $prefix/share/doc/{package}-{version}. - Separate doc rpm consolidated into devel rpm. * Mon Feb 27 2006 Rick L Vinyard Jr - 0.1.15-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Aug 2006 18:54:15 -0000 1.1 +++ .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +conexus-0.2.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Aug 2006 18:54:15 -0000 1.1 +++ sources 6 Aug 2006 18:55:09 -0000 1.2 @@ -0,0 +1 @@ +8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 18:59:01 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 6 Aug 2006 11:59:01 -0700 Subject: owners owners.list,1.1366,1.1367 Message-ID: <200608061859.k76Ix3Zt004071@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4054 Modified Files: owners.list Log Message: Added entry for conexus Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1366 retrieving revision 1.1367 diff -u -r1.1366 -r1.1367 --- owners.list 6 Aug 2006 17:08:26 -0000 1.1366 +++ owners.list 6 Aug 2006 18:59:00 -0000 1.1367 @@ -188,6 +188,7 @@ Fedora Extras|compface|Library for handling X-Faces|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| +Fedora Extras|conexus|conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 6 19:09:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:16 -0700 Subject: rpms/perl-DateTime-Format-IBeat/FC-4 perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9I4e006880@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/FC-4 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-4/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:16 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:09:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:17 -0700 Subject: rpms/perl-DateTime-Format-IBeat/FC-5 perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9JWt006884@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/FC-5 Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/FC-5/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:09:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:09:17 -0700 Subject: rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, 1.2, 1.3 Message-ID: <200608061909.k76J9J6X006888@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6831/devel Modified Files: perl-DateTime-Format-IBeat.spec Log Message: Additional br for more extensive testing... Index: perl-DateTime-Format-IBeat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-IBeat/devel/perl-DateTime-Format-IBeat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-IBeat.spec 6 Aug 2006 16:59:46 -0000 1.2 +++ perl-DateTime-Format-IBeat.spec 6 Aug 2006 19:09:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-IBeat Version: 0.161 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Format times in .beat notation Group: Development/Libraries @@ -12,6 +12,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.18, perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +59,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.161-3 +- add br for test phase: perl(Test::Pod) + * Sun Aug 06 2006 Chris Weyl 0.161-2 - bump for build & release - dropped extra template bits not needed for noarch packages From fedora-extras-commits at redhat.com Sun Aug 6 19:58:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 12:58:09 -0700 Subject: rpms/perl-Smart-Comments/FC-4 perl-Smart-Comments.spec,1.2,1.3 Message-ID: <200608061958.k76JwBkF007267@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7250 Modified Files: perl-Smart-Comments.spec Log Message: additional br for fc-4 Index: perl-Smart-Comments.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Smart-Comments/FC-4/perl-Smart-Comments.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Smart-Comments.spec 6 Aug 2006 16:19:08 -0000 1.2 +++ perl-Smart-Comments.spec 6 Aug 2006 19:58:09 -0000 1.3 @@ -2,7 +2,7 @@ Name: perl-Smart-Comments Version: 1.000002 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Comments that do more than just sit there Group: Development/Libraries @@ -13,9 +13,9 @@ ## core BuildRequires: perl -#BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) -#BuildRequires: perl(Filter::Simple), perl(List::Util), -#BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More), perl(Text::Balanced), perl(Data::Dumper) +BuildRequires: perl(Filter::Simple), perl(List::Util), +BuildRequires: perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(version) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -68,6 +68,10 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 1.000002-2.1 +- expose core buildrequires, as FC-4 seems to be missing Filter::Simple. If + this fails, nix this branch :( + * Sun Aug 06 2006 Chris Weyl 1.000002-2 - bump for build & release From fedora-extras-commits at redhat.com Sun Aug 6 20:11:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 13:11:56 -0700 Subject: rpms/perl-Smart-Comments/devel notes,NONE,1.1 Message-ID: <200608062011.k76KBwJM009932@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Smart-Comments/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9916 Added Files: notes Log Message: Things to remember... --- NEW FILE notes --- * Remember that FC-4 needs the full set of buildrequires exposed, as its set of core modules is lacking in at least one important area (Filter::Simple) From fedora-extras-commits at redhat.com Sun Aug 6 20:40:25 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:40:25 -0700 Subject: rpms/pengupop/devel .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062040.k76KeR6P010058@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10037 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: update to 2.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:40:25 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:40:25 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:40:25 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:54:25 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:54:25 -0700 Subject: rpms/pengupop/FC-5 .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062054.k76KsRGG010178@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10157 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 - New upstrem release - Removed extra png and desktop file due to inclusion into the upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:54:25 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:54:25 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:54:25 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:55:49 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:55:49 -0700 Subject: rpms/pengupop/FC-4 .cvsignore, 1.2, 1.3 pengupop.spec, 1.1, 1.2 sources, 1.2, 1.3 pengupop.desktop, 1.1, NONE pengupop.png, 1.1, NONE Message-ID: <200608062055.k76Ktp7K010283@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10262 Modified Files: .cvsignore pengupop.spec sources Removed Files: pengupop.desktop pengupop.png Log Message: * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 - New upstrem release - Removed extra png and desktop file due to inclusion into the upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Jun 2006 01:50:18 -0000 1.2 +++ .cvsignore 6 Aug 2006 20:55:49 -0000 1.3 @@ -1 +1 @@ -pengupop-2.0.2.tar.gz +pengupop-2.1.0.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/pengupop.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pengupop.spec 19 Jun 2006 01:50:18 -0000 1.1 +++ pengupop.spec 6 Aug 2006 20:55:49 -0000 1.2 @@ -1,14 +1,12 @@ Name: pengupop -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble Group: Amusements/Games License: GPL URL: http://www.junoplay.com/pengupop Source0: http://www.junoplay.com/files/%{name}-%{version}.tar.gz -Source1: pengupop.desktop -Source2: pengupop.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, zlib-devel, desktop-file-utils @@ -36,12 +34,12 @@ # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps +cp pengupop.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + pengupop.desktop %clean @@ -70,6 +68,11 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 +- New upstrem release +- Removed extra png and desktop file due to inclusion into + the upstream version + * Sun Jun 18 2006 Hugo Cisneiros 2.0.2-2 - Added desktop-file-utils BR - Removed description inconsistency Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Jun 2006 01:50:18 -0000 1.2 +++ sources 6 Aug 2006 20:55:49 -0000 1.3 @@ -1 +1 @@ -5c213ecb3cf1bd714dbae771f97ee19a pengupop-2.0.2.tar.gz +0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz --- pengupop.desktop DELETED --- From fedora-extras-commits at redhat.com Sun Aug 6 20:59:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 13:59:55 -0700 Subject: rpms/knemo/devel .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062059.k76Kxvko010385@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10351 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 12:58:41 -0000 1.4 +++ .cvsignore 6 Aug 2006 20:59:55 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 13:43:29 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 20:59:55 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 12:58:41 -0000 1.4 +++ knemo.spec 6 Aug 2006 20:59:55 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 12:58:41 -0000 1.4 +++ sources 6 Aug 2006 20:59:55 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 21:08:00 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 14:08:00 -0700 Subject: rpms/knemo/FC-5 .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062108.k76L82X9013039@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13011 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 13:22:12 -0000 1.4 +++ .cvsignore 6 Aug 2006 21:07:59 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 14:01:26 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 21:07:59 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 13:22:12 -0000 1.4 +++ knemo.spec 6 Aug 2006 21:07:59 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 13:22:12 -0000 1.4 +++ sources 6 Aug 2006 21:07:59 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 21:08:43 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Sun, 6 Aug 2006 14:08:43 -0700 Subject: rpms/knemo/FC-4 .cvsignore, 1.4, 1.5 knemo-desktop-file-fix.patch, 1.2, 1.3 knemo.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608062108.k76L8kL3013115@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/knemo/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13089 Modified Files: .cvsignore knemo-desktop-file-fix.patch knemo.spec sources Log Message: * Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 - New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jun 2006 13:24:06 -0000 1.4 +++ .cvsignore 6 Aug 2006 21:08:43 -0000 1.5 @@ -1 +1 @@ -12956-knemo-0.4.2.tar.bz2 +12956-knemo-0.4.3.tar.bz2 knemo-desktop-file-fix.patch: Index: knemo-desktop-file-fix.patch =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/knemo-desktop-file-fix.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- knemo-desktop-file-fix.patch 12 Jun 2006 14:05:03 -0000 1.2 +++ knemo-desktop-file-fix.patch 6 Aug 2006 21:08:43 -0000 1.3 @@ -1,19 +1,21 @@ ---- src/kcm/kcm_knemo.desktop.orig 2006-06-12 10:35:59.000000000 -0300 -+++ src/kcm/kcm_knemo.desktop 2006-06-12 10:36:15.000000000 -0300 -@@ -63,17 +63,4 @@ +--- src/kcm/kcm_knemo.desktop.orig 2006-08-06 17:57:58.000000000 -0300 ++++ src/kcm/kcm_knemo.desktop 2006-08-06 17:58:15.000000000 -0300 +@@ -63,19 +63,4 @@ Comment[xx]=xxMonitor network interfacesxx Comment[zh_CN]=?????????????????? -Keywords=knemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systray +-Keywords[cs]=knemo,monitor s??t??,monitor wlan,monitor wifi,monitor ethernetu,monitor bezdr??tov??ho p??ipojen??,systray -Keywords[da]=knemo,netv??rksoverv??gning,WLAN-overv??gning,WIFI-overv??gning,Ethernet-overv??gning,tr??dl??s overv??gning,statusfelt -Keywords[de]=knemo,netzwerk-monitor,wlan-monitor,wifi-monitor,ethernet-monitor,wireless-monitor,kontrollleiste,??berwachung,netzwerk,drahtlos-monitor -Keywords[el]=knemo,?????????????? ??????????????,?????????????? wlan,?????????????? wifi,?????????????? ethernet, ?????????????? wireless,?????????????? ???????????????????? -Keywords[es]=knemo,monitor de red,monitor de wlan,monitor wifi,monitor de ethernet,monitor inal??mbrico,bandeja del sistema -Keywords[et]=knemo,v??rgumonitor,wlan monitor,wifi monitor,ethernet monitor,traadita v??rgu monitor,s??steemne salv -Keywords[it]=knemo,monitor di rete,wlan monitor,monitor senza fili,ethernet monitor,vassoio di sistema +-Keywords[ja]=knemo,???????????????????????????,wlan ?????????,wifi ?????????,ethernet ?????????,????????????????????????,????????????????????? -Keywords[nl]=knemo,netwerkmonitor,wlan-monitor,wifi-monitor,ethernetmonitor,wireless-monitor,systeemvak -Keywords[pt]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema --Keywords[pt_BR]=knemo,monitor da rede,monitor de wlan,monitor wifi,monitor de ethernet,monitor sem-fios,bandeja do sistema +-Keywords[pt_BR]=knemo,monitor de rede,wlan,monitor de wifi monitor,monitor ethernet monitor,monitor de wireless,painel do sistema, mini-aplicativo -Keywords[sv]=knemo,n??tverks??vervakning,WLAN-??vervakning,WIFI-??vervakning,Ethernet-??vervakning,tr??dl??s ??vervakning,systembricka -Keywords[xx]=xxknemo,network monitor,wlan monitor,wifi monitor,ethernet monitor,wireless monitor,systrayxx - Index: knemo.spec =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/knemo.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- knemo.spec 26 Jun 2006 13:24:06 -0000 1.4 +++ knemo.spec 6 Aug 2006 21:08:43 -0000 1.5 @@ -1,5 +1,5 @@ Name: knemo -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: A KDE network monitoring tool @@ -89,6 +89,9 @@ %changelog +* Sun Aug 6 2006 Hugo Cisneiros 0.4.3-1 +- New upstream version + * Mon Jun 26 2006 Hugo Cisneiros 0.4.2-1 - Upstream update - Fixes crashing when you click in panel icon (bz #196576) Index: sources =================================================================== RCS file: /cvs/extras/rpms/knemo/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jun 2006 13:24:06 -0000 1.4 +++ sources 6 Aug 2006 21:08:43 -0000 1.5 @@ -1 +1 @@ -3c8727a56373b7e5b526be864ae5330a 12956-knemo-0.4.2.tar.bz2 +70509dee1b4a86ef70ac2a3c032ece9b 12956-knemo-0.4.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 6 22:22:42 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:22:42 -0700 Subject: rpms/emelfm2/devel .cvsignore, 1.7, 1.8 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200608062222.k76MMirx016100@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16074 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Jun 2006 00:16:14 -0000 1.7 +++ .cvsignore 6 Aug 2006 22:22:41 -0000 1.8 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:16:14 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:22:41 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emelfm2.spec 3 Jun 2006 00:16:14 -0000 1.10 +++ emelfm2.spec 6 Aug 2006 22:22:41 -0000 1.11 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Jun 2006 00:16:14 -0000 1.7 +++ sources 6 Aug 2006 22:22:41 -0000 1.8 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 22:28:10 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:28:10 -0700 Subject: rpms/emelfm2/FC-5 .cvsignore, 1.7, 1.8 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.10, 1.11 sources, 1.7, 1.8 Message-ID: <200608062228.k76MSCB0016210@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16184 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 3 Jun 2006 00:34:08 -0000 1.7 +++ .cvsignore 6 Aug 2006 22:28:09 -0000 1.8 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:34:08 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:28:09 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emelfm2.spec 3 Jun 2006 00:34:08 -0000 1.10 +++ emelfm2.spec 6 Aug 2006 22:28:09 -0000 1.11 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 3 Jun 2006 00:34:08 -0000 1.7 +++ sources 6 Aug 2006 22:28:09 -0000 1.8 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Sun Aug 6 22:31:23 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Sun, 6 Aug 2006 15:31:23 -0700 Subject: rpms/emelfm2/FC-4 .cvsignore, 1.6, 1.7 emelfm2-makefile.config.patch, 1.1, 1.2 emelfm2.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608062231.k76MVPOu016321@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16293 Modified Files: .cvsignore emelfm2-makefile.config.patch emelfm2.spec sources Log Message: Update to 0.1.8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 Jun 2006 00:34:07 -0000 1.6 +++ .cvsignore 6 Aug 2006 22:31:22 -0000 1.7 @@ -1 +1 @@ -emelfm2-0.1.7.tar.gz +emelfm2-0.1.8.tar.gz emelfm2-makefile.config.patch: Index: emelfm2-makefile.config.patch =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2-makefile.config.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emelfm2-makefile.config.patch 3 Jun 2006 00:34:07 -0000 1.1 +++ emelfm2-makefile.config.patch 6 Aug 2006 22:31:22 -0000 1.2 @@ -1,16 +1,12 @@ ---- Makefile.config.orig 2005-09-13 02:06:53.000000000 +0200 -+++ Makefile.config 2005-09-22 04:01:53.000000000 +0200 -@@ -2,7 +2,7 @@ +--- Makefile.config.orig 2006-06-17 16:45:01.000000000 +0200 ++++ Makefile.config 2006-08-06 23:55:05.000000000 +0200 +@@ -2,11 +2,11 @@ ### installation (where) ### ############################ -PREFIX ?= /usr/local +PREFIX ?= %PREFIX% - - #on debian systems, install to X11R6/bin by default - ifeq ($(shell ls /etc/debian_version 2>/dev/null), /etc/debian_version) -@@ -12,7 +12,7 @@ - endif + BIN_DIR ?= $(PREFIX)/bin # setting this to 1 makes the default docs dir include the current version no. -DOCS_VERSION ?= 0 @@ -18,9 +14,9 @@ #defaults for PLUGINS_DIR, DOC_DIR, ICON_DIR, LOCALE_DIR are set in Makefile -@@ -69,7 +69,7 @@ +@@ -63,7 +63,7 @@ - # setting this to 1 includes code (not much) that is applicable + # setting this to 1 includes code (not much) that is applicable # only to Gtk versions > 2.4 -USE_LATEST ?= 0 +USE_LATEST ?= 1 Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- emelfm2.spec 3 Jun 2006 00:34:07 -0000 1.6 +++ emelfm2.spec 6 Aug 2006 22:31:22 -0000 1.7 @@ -1,5 +1,5 @@ Name: emelfm2 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design @@ -61,9 +61,13 @@ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/application-registry/%{name}.applications %{_datadir}/pixmaps/%{name} +%{_mandir}/man1/emelfm2.1.gz %changelog +* Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 +- Update to 0.1.8. + * Thu Apr 23 2006 Christoph Wickert - 0.1.7-1 - Update to 0.1.7. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 Jun 2006 00:34:07 -0000 1.6 +++ sources 6 Aug 2006 22:31:22 -0000 1.7 @@ -1 +1 @@ -c4d1e2a539e165e8b0e5f9b0f3c3b215 emelfm2-0.1.7.tar.gz +3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 00:21:35 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:35 -0700 Subject: rpms/ifm/devel ifm.spec,1.2,1.3 Message-ID: <200608070021.k770Lb6c022490@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/devel Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/devel/ifm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ifm.spec 2 Mar 2006 01:41:25 -0000 1.2 +++ ifm.spec 7 Aug 2006 00:21:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-4 +- Fixed file permission issue (bug #200828). + * Wed Mar 01 2006 Chris Grau 5.1-3 - Rebuild for FC-5. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:33 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:33 -0700 Subject: rpms/ifm/FC-4 ifm.spec,1.1,1.2 Message-ID: <200608070021.k770LZNJ022484@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-4 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-4/ifm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ifm.spec 4 Oct 2005 21:17:50 -0000 1.1 +++ ifm.spec 7 Aug 2006 00:21:33 -0000 1.2 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-3 +- Fixed file permission issue (bug #200828). + * Mon Sep 26 2005 Chris Grau 5.1-2 - Added tk as a BR for the wish requirement in configure. - Fixed paths in man page to point to proper documentation. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:34 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:34 -0700 Subject: rpms/ifm/FC-5 ifm.spec,1.2,1.3 Message-ID: <200608070021.k770LaM9022486@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-5 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-5/ifm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ifm.spec 2 Mar 2006 01:41:25 -0000 1.2 +++ ifm.spec 7 Aug 2006 00:21:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-4 +- Fixed file permission issue (bug #200828). + * Wed Mar 01 2006 Chris Grau 5.1-3 - Rebuild for FC-5. From fedora-extras-commits at redhat.com Mon Aug 7 00:21:32 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 17:21:32 -0700 Subject: rpms/ifm/FC-3 ifm.spec,1.1,1.2 Message-ID: <200608070022.k770M4pb022497@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/ifm/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22422/FC-3 Modified Files: ifm.spec Log Message: - Fixed file permission issue (bug #200828). Index: ifm.spec =================================================================== RCS file: /cvs/extras/rpms/ifm/FC-3/ifm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ifm.spec 4 Oct 2005 21:17:50 -0000 1.1 +++ ifm.spec 7 Aug 2006 00:21:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: ifm Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Interactive Fiction Mapper Group: Amusements/Games @@ -25,8 +25,8 @@ %prep %setup -q %patch1 -p1 -cp -p %{SOURCE1} doc/. -cp -p %{SOURCE2} doc/. +install -pm 0644 %{SOURCE1} doc/. +install -pm 0644 %{SOURCE2} doc/. sed -i -e 's,/usr/local/doc/ifm/html,%{_docdir}/%{name}-%{version}/ifm,' \ -e 's,/usr/local/doc/ifm/ifm.pdf,%{_docdir}/%{name}-%{version}/ifm.pdf,' \ doc/ifm.1 @@ -62,6 +62,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 5.1-3 +- Fixed file permission issue (bug #200828). + * Mon Sep 26 2005 Chris Grau 5.1-2 - Added tk as a BR for the wish requirement in configure. - Fixed paths in man page to point to proper documentation. From fedora-extras-commits at redhat.com Mon Aug 7 01:16:10 2006 From: fedora-extras-commits at redhat.com (Christopher Grau (cgrau)) Date: Sun, 6 Aug 2006 18:16:10 -0700 Subject: rpms/perl-Time-Piece/devel .cvsignore, 1.2, 1.3 perl-Time-Piece.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070116.k771GC7g025662@cvs-int.fedora.redhat.com> Author: cgrau Update of /cvs/extras/rpms/perl-Time-Piece/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25639 Modified Files: .cvsignore perl-Time-Piece.spec sources Log Message: - Updated to 1.09. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Aug 2005 21:36:53 -0000 1.2 +++ .cvsignore 7 Aug 2006 01:16:10 -0000 1.3 @@ -1 +1 @@ -Time-Piece-1.08.tar.gz +Time-Piece-1.09.tar.gz Index: perl-Time-Piece.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/perl-Time-Piece.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Time-Piece.spec 2 Mar 2006 01:51:26 -0000 1.2 +++ perl-Time-Piece.spec 7 Aug 2006 01:16:10 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Time-Piece -Version: 1.08 -Release: 3%{?dist} +Version: 1.09 +Release: 1%{?dist} Summary: Time objects from localtime and gmtime Group: Development/Libraries @@ -53,6 +53,9 @@ %changelog +* Sun Aug 6 2006 Chris Grau 1.09-1 +- Updated to 1.09. + * Wed Mar 01 2006 Chris Grau 1.08-3 - Rebuild for FC-5. - Removed license texts that are not included in distribution. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Time-Piece/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Aug 2005 21:36:53 -0000 1.2 +++ sources 7 Aug 2006 01:16:10 -0000 1.3 @@ -1 +1 @@ -572e8a60c161e45bdd59110cdb4821d7 Time-Piece-1.08.tar.gz +c37baba0a110e7b2382a00d63ad3cba4 Time-Piece-1.09.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:25:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:18 -0700 Subject: rpms/perl-DateTime-Format-HTTP - New directory Message-ID: <200608070125.k771PKx1025816@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790/perl-DateTime-Format-HTTP Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-HTTP added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:25:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:23 -0700 Subject: rpms/perl-DateTime-Format-HTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608070125.k771PP6c025855@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25826 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-HTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-HTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 01:25:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:19 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel - New directory Message-ID: <200608070125.k771PLCh025819@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25790/perl-DateTime-Format-HTTP/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:25:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:24 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608070125.k771PQvn025858@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25826/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-HTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 01:25:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:38 -0700 Subject: rpms/perl-DateTime-Format-HTTP import.log,1.1,1.2 Message-ID: <200608070125.k771Pe0J025911@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25878 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-HTTP-0.36-2.fc5 on branch devel from perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 01:25:23 -0000 1.1 +++ import.log 7 Aug 2006 01:25:38 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-HTTP-0_36-2_fc5:HEAD:perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm:1154913943 From fedora-extras-commits at redhat.com Mon Aug 7 01:25:39 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:25:39 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608070125.k771Pfe1025916@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25878/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-HTTP.spec Log Message: auto-import perl-DateTime-Format-HTTP-0.36-2.fc5 on branch devel from perl-DateTime-Format-HTTP-0.36-2.fc5.src.rpm --- NEW FILE perl-DateTime-Format-HTTP.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-HTTP Version: 0.36 Release: 2%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-HTTP Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(DateTime) >= 0.17, perl(HTTP::Date) => 1.44 BuildRequires: perl(Test::More) >= 0.47, perl(Module::Build) BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). %prep %setup -q -n DateTime-Format-HTTP-%{version} # digital signature checking. Not essential, but nice # # Note we disable it entirely right now, as the signing key has expired. # See http://rt.cpan.org/Public/Bug/Display.html?id=17839 %{?_with_network_tests_BROKEN: cpansign -v } %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English, bitte mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # These will be VERY noisy. Don't Panic. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) * Fri Aug 04 2006 Chris Weyl 0.36-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 01:25:23 -0000 1.1 +++ .cvsignore 7 Aug 2006 01:25:39 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-HTTP-0.36.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 01:25:23 -0000 1.1 +++ sources 7 Aug 2006 01:25:39 -0000 1.2 @@ -0,0 +1 @@ +8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:26:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:26:37 -0700 Subject: owners owners.list,1.1367,1.1368 Message-ID: <200608070126.k771Qd7v025980@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25963 Modified Files: owners.list Log Message: added perl-DateTime-Format-HTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1367 retrieving revision 1.1368 diff -u -r1.1367 -r1.1368 --- owners.list 6 Aug 2006 18:59:00 -0000 1.1367 +++ owners.list 7 Aug 2006 01:26:37 -0000 1.1368 @@ -1145,6 +1145,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 01:29:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:29:15 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.1, 1.2 Message-ID: <200608070129.k771THEZ026018@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26001 Modified Files: perl-DateTime-Format-HTTP.spec Log Message: bump Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:25:39 -0000 1.1 +++ perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-HTTP Version: 0.36 -Release: 2%{?dist} +Release: 3%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -81,6 +81,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.36-3 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 0.36-2 - add missing buildrequires: perl(File::Find::Rule) From fedora-extras-commits at redhat.com Mon Aug 7 01:37:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:19 -0700 Subject: rpms/perl-DateTime-Format-Mail - New directory Message-ID: <200608070137.k771bLqv026172@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151/perl-DateTime-Format-Mail Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Mail added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:37:20 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:20 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel - New directory Message-ID: <200608070137.k771bMFC026175@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151/perl-DateTime-Format-Mail/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Mail/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 01:37:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:27 -0700 Subject: owners owners.list,1.1368,1.1369 Message-ID: <200608070137.k771bT05026204@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26181 Modified Files: owners.list Log Message: added perl-DateTime-Format-Mail Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1368 retrieving revision 1.1369 diff -u -r1.1368 -r1.1369 --- owners.list 7 Aug 2006 01:26:37 -0000 1.1368 +++ owners.list 7 Aug 2006 01:37:27 -0000 1.1369 @@ -1148,6 +1148,7 @@ Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 01:37:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:30 -0700 Subject: rpms/perl-DateTime-Format-Mail Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608070137.k771bWGH026240@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26205 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-Mail --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-Mail all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 01:37:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:31 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608070137.k771bX5M026244@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26205/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-Mail --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 01:37:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:49 -0700 Subject: rpms/perl-DateTime-Format-Mail import.log,1.1,1.2 Message-ID: <200608070138.k771cL9J026297@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26260 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-Mail-0.30-2.fc5 on branch devel from perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 01:37:30 -0000 1.1 +++ import.log 7 Aug 2006 01:37:48 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-Mail-0_30-2_fc5:HEAD:perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm:1154914674 From fedora-extras-commits at redhat.com Mon Aug 7 01:37:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:37:49 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel filter-requires.sh, NONE, 1.1 perl-DateTime-Format-Mail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608070138.k771cLcH026301@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26260/devel Modified Files: .cvsignore sources Added Files: filter-requires.sh perl-DateTime-Format-Mail.spec Log Message: auto-import perl-DateTime-Format-Mail-0.30-2.fc5 on branch devel from perl-DateTime-Format-Mail-0.30-2.fc5.src.rpm --- NEW FILE filter-requires.sh --- #!/bin/sh /usr/lib/rpm/perl.req $* | sed -e 's/perl(DateTime) >= 0.1705/perl(DateTime) >= 0.18/' --- NEW FILE perl-DateTime-Format-Mail.spec --- Name: perl-DateTime-Format-Mail Version: 0.30 Release: 2%{?dist} Summary: Convert between DateTime and RFC2822/822 formats Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-Mail Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Mail-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build), perl(DateTime) BuildRequires: perl(Params::Validate) >= 0.67, perl(Test::More) >= 0.47 BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # DateTime >= 0.1705 plays havoc with rpm's versioning system Source99: filter-requires.sh %define __perl_requires %{SOURCE99} %description RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. RFC2822 (April 2001) introduces a slightly different format of date than that used by RFC822 (August 1982). The main correction is that the preferred format is more limited, and thus easier to parse programmatically. Despite the ease of generating and parsing perfectly valid RFC822 and RFC2822 people still get it wrong. This module aims to correct that. %prep %setup -q -n DateTime-Format-Mail-%{version} # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # American English, bitte mv LICENCE LICENSE %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # we don't have a SIGNATURE, regardless of perl(Test::Signature) being around rm t/00signature.t make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Artistic COPYING LICENSE Changes AUTHORS README notes/ CREDITS %doc t/sample_dates t/invalid.t %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Aug 06 2006 Chris Weyl 0.30-2 - add missing br: perl(File::Find::Rule) - additional files from the test suite added to %%doc * Fri Aug 04 2006 Chris Weyl 0.30-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 01:37:30 -0000 1.1 +++ .cvsignore 7 Aug 2006 01:37:49 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-Mail-0.30.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 01:37:30 -0000 1.1 +++ sources 7 Aug 2006 01:37:49 -0000 1.2 @@ -0,0 +1 @@ +d3940d6b387b75de0332201db1685e7d DateTime-Format-Mail-0.30.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 01:39:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 6 Aug 2006 18:39:18 -0700 Subject: rpms/perl-DateTime-Format-Mail/devel perl-DateTime-Format-Mail.spec, 1.1, 1.2 Message-ID: <200608070139.k771dKUL026356@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26339 Modified Files: perl-DateTime-Format-Mail.spec Log Message: bump Index: perl-DateTime-Format-Mail.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Mail/devel/perl-DateTime-Format-Mail.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Mail.spec 7 Aug 2006 01:37:49 -0000 1.1 +++ perl-DateTime-Format-Mail.spec 7 Aug 2006 01:39:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-DateTime-Format-Mail Version: 0.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Convert between DateTime and RFC2822/822 formats Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Sun Aug 06 2006 Chris Weyl 0.30-3 +- bump for build and release + * Sun Aug 06 2006 Chris Weyl 0.30-2 - add missing br: perl(File::Find::Rule) - additional files from the test suite added to %%doc From fedora-extras-commits at redhat.com Mon Aug 7 02:37:31 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 19:37:31 -0700 Subject: fedora-accounts export-shell-accounts.sh,1.4,1.5 Message-ID: <200608070237.k772bViY030015@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/fedora-accounts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29997 Modified Files: export-shell-accounts.sh Log Message: Created an fpserv group for fpserv. Index: export-shell-accounts.sh =================================================================== RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- export-shell-accounts.sh 19 Jun 2006 02:06:42 -0000 1.4 +++ export-shell-accounts.sh 7 Aug 2006 02:37:28 -0000 1.5 @@ -1,6 +1,6 @@ #!/bin/sh -for I in buildsign build main web all; do +for I in buildsign build main web fpserv all; do mkdir -p /var/www/html/admin/accounts/shell-accounts-$I done ESA=/var/www/html/admin/accounts/export-shell-accounts.py @@ -9,8 +9,9 @@ $ESA /var/www/html/admin/accounts/shell-accounts-web sysadmin-web sysadmin-main $ESA /var/www/html/admin/accounts/shell-accounts-all sysadmin-build sysadmin-main sysadmin-web $ESA /var/www/html/admin/accounts/shell-accounts-buildsign sysadmin-build sysadmin-main extras_signers +$ESA /var/www/html/admin/accounts/shell-accounts-fpserv sysadmin-web sysadmin-main extras_signers -for I in buildsign build main web all; do +for I in buildsign build main web fpserv all; do pushd /var/www/html/admin/accounts/shell-accounts-$I &> /dev/null || exit 1 tar -czf /var/www/html/admin/accounts/shell-accounts-$I.tar.gz.new . popd &> /dev/null From fedora-extras-commits at redhat.com Mon Aug 7 03:01:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 20:01:51 -0700 Subject: check-mirrors return-mirrorlist.py,1.13,1.14 Message-ID: <200608070301.k7731p00032623@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32605 Modified Files: return-mirrorlist.py Log Message: Added additional statistical information. Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- return-mirrorlist.py 4 Aug 2006 20:03:49 -0000 1.13 +++ return-mirrorlist.py 7 Aug 2006 03:01:42 -0000 1.14 @@ -18,6 +18,8 @@ # TODO: # - maybe a macro of certain country codes expand out to multiple countries # note: - maintaining the abovelist will become a royal bitch. +# - Note, this script does have some dependancies on the file list +# This should be removed in later versions debug = False @@ -83,6 +85,7 @@ return dataList def printMirrors(self, repo, arch, country): + """ Print mirrors """ rows = self.getMirrors(repo, arch, country) results = 0 for row in rows: @@ -97,6 +100,7 @@ return True def printStats(self): + """ Print statistical information about the mirrors """ try: self.dbcursor.execute('SELECT * FROM mirrors;') except sqlite.Error, err: @@ -109,7 +113,8 @@ print '# %s' % row[4] print '# Country: %s' % row[3] print '# Last Good: %s' % row[8] - print '# uptime: %i%%' % good + print '# Uptime: %i%%' % good + print '# Valid: %i' % row[7] print '# -----------------------------------' return True From fedora-extras-commits at redhat.com Mon Aug 7 03:47:07 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Sun, 6 Aug 2006 20:47:07 -0700 Subject: rpms/libapreq2/devel .cvsignore, 1.12, 1.13 libapreq2.spec, 1.16, 1.17 sources, 1.12, 1.13 Message-ID: <200608070347.k773l9Hb000371@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv350 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump up to 2.08-RC5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 20 Jul 2006 21:39:21 -0000 1.12 +++ .cvsignore 7 Aug 2006 03:47:07 -0000 1.13 @@ -1 +1 @@ -libapreq2-2.08-RC4.tar.gz +libapreq2-2.08-RC5.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/libapreq2.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libapreq2.spec 20 Jul 2006 21:39:21 -0000 1.16 +++ libapreq2.spec 7 Aug 2006 03:47:07 -0000 1.17 @@ -2,13 +2,13 @@ Name: libapreq2 Version: 2.08 -Release: 0.rc4.1%{?dist} +Release: 0.rc5.1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC4.tar.gz +Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -153,6 +153,9 @@ %changelog +* Mon Aug 07 2006 Bojan Smojver - 2.08-0.rc5.1 +- bump up to 2.08-RC5 + * Fri Jul 21 2006 Bojan Smojver - 2.08-0.rc4.1 - bump up to 2.08-RC4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 20 Jul 2006 21:39:21 -0000 1.12 +++ sources 7 Aug 2006 03:47:07 -0000 1.13 @@ -1 +1 @@ -2db560bd57c2467eff0b907c1b1b1589 libapreq2-2.08-RC4.tar.gz +7b53df3138933c8c8137b328188b11ec libapreq2-2.08-RC5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:22:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 21:22:51 -0700 Subject: check-mirrors check-mirrors.py,1.27,1.28 Message-ID: <200608070422.k774MpAY003099@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3080 Modified Files: check-mirrors.py Log Message: Fixed bug where db connection would get created after some repos had already been scanned. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- check-mirrors.py 4 Aug 2006 20:03:49 -0000 1.27 +++ check-mirrors.py 7 Aug 2006 04:22:48 -0000 1.28 @@ -201,8 +201,7 @@ elif child_name == 'timestamp': self.timestamp = child.text - - + class RepoMD: """represents the repomd xml file""" @@ -341,7 +340,6 @@ item = MirrorListInfo() broken = False - if section.lower() == 'global': item.mirrorid = '%s' % section if conf.has_option(section, 'db'): @@ -406,14 +404,14 @@ sections = config(cfg_file) gi = GeoIP.new(GeoIP.GEOIP_STANDARD) - - # grab the canonical mirrors info + # setup our database for s in sections: - mirrors = [] - if s.mirrorid == 'global': DB = RepoDB(s.db) - continue + + # grab the canonical mirrors info + for s in sections: + mirrors = [] ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) From fedora-extras-commits at redhat.com Mon Aug 7 04:37:51 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 21:37:51 -0700 Subject: check-mirrors check-mirrors.py,1.28,1.29 Message-ID: <200608070437.k774bpHU003385@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3367 Modified Files: check-mirrors.py Log Message: [global] section in config no longer treated as a mirror Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- check-mirrors.py 7 Aug 2006 04:22:48 -0000 1.28 +++ check-mirrors.py 7 Aug 2006 04:37:49 -0000 1.29 @@ -406,13 +406,16 @@ gi = GeoIP.new(GeoIP.GEOIP_STANDARD) # setup our database for s in sections: - if s.mirrorid == 'global': + if s.mirrorid.lower() == 'global': DB = RepoDB(s.db) # grab the canonical mirrors info for s in sections: mirrors = [] + if s.mirrorid.lower() == 'global': + continue + ug = URLGrabber(timeout=s.timeout) s.populate_mirrorlist(ug) if len(s.mirrorlist) < 1: From fedora-extras-commits at redhat.com Mon Aug 7 04:45:24 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:45:24 -0700 Subject: rpms/perl-prefork/devel .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608070445.k774jQ0f003448@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3427 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:45:24 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/perl-prefork.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-prefork.spec 28 Feb 2006 23:29:24 -0000 1.3 +++ perl-prefork.spec 7 Aug 2006 04:45:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 3%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Wed Mar 01 2006 Ralf Cors??pius - 1.00-3 - Rebuild for perl-5.8.8. @@ -60,9 +63,3 @@ * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:45:24 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:46:20 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:46:20 -0700 Subject: rpms/perl-prefork/FC-5 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608070446.k774kM2p003513@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3492 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:46:20 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/perl-prefork.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-prefork.spec 28 Feb 2006 23:29:24 -0000 1.3 +++ perl-prefork.spec 7 Aug 2006 04:46:20 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 3%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Wed Mar 01 2006 Ralf Cors??pius - 1.00-3 - Rebuild for perl-5.8.8. @@ -60,9 +63,3 @@ * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:46:20 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:46:59 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:46:59 -0700 Subject: rpms/perl-prefork/FC-4 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070447.k774l1mt003578@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3557 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:46:59 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/perl-prefork.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-prefork.spec 13 Sep 2005 02:26:31 -0000 1.2 +++ perl-prefork.spec 7 Aug 2006 04:46:59 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,14 +52,11 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Tue Sep 13 2005 Ralf Corsepius - 1.00-2 - Spec file cleanup. * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:46:59 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 04:47:49 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 6 Aug 2006 21:47:49 -0700 Subject: rpms/perl-prefork/FC-3 .cvsignore, 1.2, 1.3 perl-prefork.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608070447.k774lpwE003643@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-prefork/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3622 Modified Files: .cvsignore perl-prefork.spec sources Log Message: * Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Sep 2005 02:20:49 -0000 1.2 +++ .cvsignore 7 Aug 2006 04:47:49 -0000 1.3 @@ -1 +1 @@ -prefork-1.00.tar.gz +prefork-1.01.tar.gz Index: perl-prefork.spec =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/perl-prefork.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-prefork.spec 13 Sep 2005 02:26:31 -0000 1.2 +++ perl-prefork.spec 7 Aug 2006 04:47:49 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-prefork -Version: 1.00 -Release: 2%{?dist} +Version: 1.01 +Release: 1%{?dist} Summary: Optimized module loading for forking or non-forking processes License: GPL or Artistic Group: Development/Libraries @@ -52,14 +52,11 @@ %{_mandir}/man3/* %changelog +* Mon Aug 07 2006 Ralf Cors??pius - 1.01-1 +- Upstream update. + * Tue Sep 13 2005 Ralf Corsepius - 1.00-2 - Spec file cleanup. * Sat Sep 10 2005 Ralf Corsepius - 1.00-1 - FE submission. - -* Sat Sep 10 2005 Ralf Corsepius - 1.00-0.pm.1 -- Update to 1.00. - -* Tue Jun 28 2005 Ralf Corsepius - 0.04-0.pm.1 -- Initial packman version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-prefork/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Sep 2005 02:20:49 -0000 1.2 +++ sources 7 Aug 2006 04:47:49 -0000 1.3 @@ -1 +1 @@ -41e19e56aca6ae7f36bcbfe420a0eb4c prefork-1.00.tar.gz +42413de51d691f82fe32d6eee0adede2 prefork-1.01.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 05:01:37 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 6 Aug 2006 22:01:37 -0700 Subject: check-mirrors ChangeLog,1.2,1.3 Message-ID: <200608070501.k7751bh1006266@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6248 Modified Files: ChangeLog Log Message: cvs2cl update Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Aug 2006 02:48:11 -0000 1.2 +++ ChangeLog 7 Aug 2006 05:01:33 -0000 1.3 @@ -1,3 +1,27 @@ +2006-08-06 23:37 mmcgrath + + * check-mirrors.py: [global] section in config no longer treated as + a mirror + +2006-08-06 23:22 mmcgrath + + * check-mirrors.py: Fixed bug where db connection would get created + after some repos had already been scanned. + +2006-08-06 22:01 mmcgrath + + * return-mirrorlist.py: Added additional statistical information. + +2006-08-04 15:03 mmcgrath + + * check-mirrors.py, return-mirrorlist.py: Added basic statistical + information like uptime. + +2006-08-02 21:48 mmcgrath + + * ChangeLog, check-mirrors.py, return-mirrorlist.py: Version + update. + 2006-08-02 20:40 mmcgrath * check-mirrors.py, return-mirrorlist.py: Disabled debug From fedora-extras-commits at redhat.com Mon Aug 7 07:25:31 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 7 Aug 2006 00:25:31 -0700 Subject: fedora-security/audit fc4,1.349,1.350 fc5,1.265,1.266 Message-ID: <200608070725.k777PVXP011990@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11970/audit Modified Files: fc4 fc5 Log Message: Add CVE-2006-3634 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- fc4 4 Aug 2006 11:18:57 -0000 1.349 +++ fc4 7 Aug 2006 07:25:28 -0000 1.350 @@ -25,6 +25,7 @@ CVE-2006-3677 ** firefox/seamonkey CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! +CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 VULNERABLE (ethereal, fixed wireshark-0.99.2) CVE-2006-3631 VULNERABLE (ethereal, fixed wireshark-0.99.2) CVE-2006-3630 VULNERABLE (ethereal, fixed wireshark-0.99.2) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- fc5 4 Aug 2006 11:18:57 -0000 1.265 +++ fc5 7 Aug 2006 07:25:28 -0000 1.266 @@ -25,6 +25,7 @@ CVE-2006-3677 VULNERABLE (firefox/seamonkey) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! +CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3631 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3630 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] From fedora-extras-commits at redhat.com Mon Aug 7 09:37:54 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 7 Aug 2006 02:37:54 -0700 Subject: rpms/qt4-qsa/devel qsa-1.2.1-Qt4.2-preview.patch, NONE, 1.1 qt4-qsa.spec, 1.4, 1.5 Message-ID: <200608070938.k779cQw9017669@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17643 Modified Files: qt4-qsa.spec Added Files: qsa-1.2.1-Qt4.2-preview.patch Log Message: Try to bypass the broken paths in the Qt4 package. Not nice, but no other way until the Qt4 package will be corrected. qsa-1.2.1-Qt4.2-preview.patch: --- NEW FILE qsa-1.2.1-Qt4.2-preview.patch --- --- qsa-x11-opensource-1.2.1/configure2/configutils.cpp.preview 2006-02-28 07:21:15.000000000 -0600 +++ qsa-x11-opensource-1.2.1/configure2/configutils.cpp 2006-08-01 06:34:07.000000000 -0500 @@ -372,6 +372,8 @@ qtLicense = Universal; } else if (qtEdition == QLatin1String("OpenSource")) { qtLicense = GPL; + } else if (qtEdition == QLatin1String("Preview")) { + qtLicense = GPL; } else { message(QLatin1String("\nQSA is not compatible with your Qt edition\n")); return false; Index: qt4-qsa.spec =================================================================== RCS file: /cvs/extras/rpms/qt4-qsa/devel/qt4-qsa.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qt4-qsa.spec 30 Jul 2006 00:56:35 -0000 1.4 +++ qt4-qsa.spec 7 Aug 2006 09:37:53 -0000 1.5 @@ -1,19 +1,24 @@ Name: qt4-qsa Summary: Qt Script for Applications Version: 1.2.1 -Release: 14%{?dist} -BuildRequires: qt4-devel < 4.2 qt4-devel => 4.1.3-8 -Requires: qt4 < 4.2 +Release: 15%{?dist} +BuildRequires: qt4-devel => 4.2 URL: http://www.trolltech.com/products/qt/addon/qsa License: GPL Group: Development/Libraries Source: ftp://ftp.trolltech.com/qsa/source/qsa-x11-opensource-%{version}.tar.gz +Patch0: qsa-1.2.1-Qt4.2-preview.patch Buildroot: %{_tmppath}/qsa-%{version}-%{release}-root-%(%{__id_u} -n) %define qtdir %(qmake-qt4 -query QT_INSTALL_PREFIX) -%define qtinc %(qmake-qt4 -query QT_INSTALL_HEADERS) -%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) + +# fix the the broken include path +%define qtinc %{qtdir}/include +%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib + +#%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS) +#%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) %package devel Summary: Development and doc files for qsa @@ -29,6 +34,7 @@ %prep %setup -q -n qsa-x11-opensource-%{version} +%patch0 -p1 %build export QTDIR=%{qtdir} @@ -38,6 +44,7 @@ #without qt3support #./configure -release -new-editor -prefix %{qtdir} ./configure -release -prefix %{qtdir} +#./configure -release make %{?_smp_mflags} -e INSTALL_ROOT=$RPM_BUILD_ROOT sub-src %install @@ -87,8 +94,15 @@ %doc doc/html %changelog +* Mon Aug 07 2006 Frank B??ttner - 1.2.1-15%{?dist} +- Try to bypass the broken paths in the Qt4 package. + Not nice, but no other way until the Qt4 package will be corrected. + +* Wed Aug 02 2006 Frank B??ttner - 1.2.1-14%{?dist} +- try to compile QSA with Qt 4.2 + * Mon Jun 12 2006 Frank B??ttner - 1.2.1-13%{?dist} -- try again to fix the x86_64 build +- try agin to fix the x86_64 build * Mon Jun 12 2006 Frank B??ttner - 1.2.1-12%{?dist} - fix build for x86_64 From fedora-extras-commits at redhat.com Mon Aug 7 09:45:11 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 7 Aug 2006 02:45:11 -0700 Subject: rpms/jabberd/devel jabberd,1.7,1.8 jabberd.spec,1.13,1.14 Message-ID: <200608070945.k779jDHc017779@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17760 Modified Files: jabberd jabberd.spec Log Message: * Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 - changed pam file to use include - added return value for status() function (bz #200996) Index: jabberd =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jabberd 27 Nov 2005 12:41:32 -0000 1.7 +++ jabberd 7 Aug 2006 09:45:11 -0000 1.8 @@ -122,7 +122,9 @@ { for prog in ${progs}; do status ${prog} + retval=$? done + return ${retval} } case "$1" in Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jabberd.spec 3 Apr 2006 07:11:12 -0000 1.13 +++ jabberd.spec 7 Aug 2006 09:45:11 -0000 1.14 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.9%{?dist} +Release: 0.s11.10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -82,9 +82,9 @@ %{__cat} >> $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/jabberd << END #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth END #default driver for storage @@ -177,6 +177,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 +- changed pam file to use include +- added return value for status() function (bz #200996) + * Mon Apr 03 2006 Adrian Reber - 2.0-0.s11.9 - updated to 2.0-0.s11 From fedora-extras-commits at redhat.com Mon Aug 7 09:50:29 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 7 Aug 2006 02:50:29 -0700 Subject: rpms/qt4-qsa/devel qt4-qsa.spec,1.5,1.6 Message-ID: <200608070950.k779oVkj017886@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17852 Modified Files: qt4-qsa.spec Log Message: fix EMT64 build Index: qt4-qsa.spec =================================================================== RCS file: /cvs/extras/rpms/qt4-qsa/devel/qt4-qsa.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qt4-qsa.spec 7 Aug 2006 09:37:53 -0000 1.5 +++ qt4-qsa.spec 7 Aug 2006 09:50:28 -0000 1.6 @@ -1,7 +1,7 @@ Name: qt4-qsa Summary: Qt Script for Applications Version: 1.2.1 -Release: 15%{?dist} +Release: 16%{?dist} BuildRequires: qt4-devel => 4.2 URL: http://www.trolltech.com/products/qt/addon/qsa @@ -15,7 +15,11 @@ # fix the the broken include path %define qtinc %{qtdir}/include +%ifarch x86_64 +%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib64 +%else %define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS)/qt4/lib +%endif #%%define qtinc %(qmake4 -query QT_INSTALL_HEADERS) #%%define qtlib %(qmake-qt4 -query QT_INSTALL_LIBS) @@ -94,6 +98,9 @@ %doc doc/html %changelog +* Mon Aug 07 2006 Frank B??ttner - 1.2.1-16%{?dist} +- fix build for EMT64 + * Mon Aug 07 2006 Frank B??ttner - 1.2.1-15%{?dist} - Try to bypass the broken paths in the Qt4 package. Not nice, but no other way until the Qt4 package will be corrected. From fedora-extras-commits at redhat.com Mon Aug 7 10:42:05 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 7 Aug 2006 03:42:05 -0700 Subject: extras-buildsys/utils extras-sync,1.3,1.4 Message-ID: <200608071042.k77Ag5tU020792@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20774 Modified Files: extras-sync Log Message: * no longer sync to build user account * set umask 0002 Index: extras-sync =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-sync,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- extras-sync 1 Jun 2006 21:04:47 -0000 1.3 +++ extras-sync 7 Aug 2006 10:42:02 -0000 1.4 @@ -1,10 +1,12 @@ #!/bin/bash outputdir=/srv/rpmbuild/extras/tree/extras -targetdir=build at fedora.linux.duke.edu:/srv/web/docroot/extras/ +targetdir=fpserv.linux.duke.edu:/srv/web/docroot/extras/ exclude="" opts="-avH --progress --delete -e ssh $exclude" +umask 0002 + echo "Test sync" rsync -n $opts $outputdir/* $targetdir | grep -v repodata From fedora-extras-commits at redhat.com Mon Aug 7 10:44:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:44:55 -0700 Subject: rpms/tuxpuck/devel - New directory Message-ID: <200608071044.k77AiwrC020887@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20856/tuxpuck/devel Log Message: Directory /cvs/extras/rpms/tuxpuck/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 10:44:55 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:44:55 -0700 Subject: rpms/tuxpuck - New directory Message-ID: <200608071044.k77AivPI020884@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20856/tuxpuck Log Message: Directory /cvs/extras/rpms/tuxpuck added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 10:45:17 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:45:17 -0700 Subject: rpms/tuxpuck Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608071045.k77AjJoH020938@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20905 Added Files: Makefile import.log Log Message: Setup of module tuxpuck --- NEW FILE Makefile --- # Top level Makefile for module tuxpuck all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 10:45:17 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:45:17 -0700 Subject: rpms/tuxpuck/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608071045.k77AjJ3Y020941@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20905/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tuxpuck --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 10:46:45 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:46:45 -0700 Subject: rpms/tuxpuck import.log,1.1,1.2 Message-ID: <200608071046.k77AklWm021028@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20991 Modified Files: import.log Log Message: auto-import tuxpuck-0.8.2-1 on branch devel from tuxpuck-0.8.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 10:45:17 -0000 1.1 +++ import.log 7 Aug 2006 10:46:45 -0000 1.2 @@ -0,0 +1 @@ +tuxpuck-0_8_2-1:HEAD:tuxpuck-0.8.2-1.src.rpm:1154948195 From fedora-extras-commits at redhat.com Mon Aug 7 10:46:46 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:46:46 -0700 Subject: rpms/tuxpuck/devel tuxpuck-0.8.2-mandest.patch, NONE, 1.1 tuxpuck-0.8.2-utils-werror.patch, NONE, 1.1 tuxpuck.desktop, NONE, 1.1 tuxpuck.png, NONE, 1.1 tuxpuck.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608071046.k77AkmwD021037@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/tuxpuck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20991/devel Modified Files: .cvsignore sources Added Files: tuxpuck-0.8.2-mandest.patch tuxpuck-0.8.2-utils-werror.patch tuxpuck.desktop tuxpuck.png tuxpuck.spec Log Message: auto-import tuxpuck-0.8.2-1 on branch devel from tuxpuck-0.8.2-1.src.rpm tuxpuck-0.8.2-mandest.patch: --- NEW FILE tuxpuck-0.8.2-mandest.patch --- --- Makefile.old 2006-07-06 20:33:34.000000000 +0200 +++ Makefile 2006-07-06 20:33:48.000000000 +0200 @@ -53,6 +53,6 @@ install : $(NAME) install -d $(DESTDIR)/usr/bin - install -d $(DESTDIR)/usr/man/man6 + install -d $(DESTDIR)/usr/share/man/man6 install -m755 $(NAME) $(DESTDIR)/usr/bin - install -m644 man/$(NAME).6.gz $(DESTDIR)/usr/man/man6 + install -m644 man/$(NAME).6.gz $(DESTDIR)/usr/share/man/man6 tuxpuck-0.8.2-utils-werror.patch: --- NEW FILE tuxpuck-0.8.2-utils-werror.patch --- --- utils/Makefile.old 2006-07-06 20:47:38.000000000 +0200 +++ utils/Makefile 2006-07-06 20:48:05.000000000 +0200 @@ -1,6 +1,6 @@ # Makefile for TuxPuck Utils , Copyright Jacob Kroon 2001-2002 CC = gcc -CFLAGS += -g -Wall -Werror +CFLAGS += -g -Wall ############################################################# all : ttf2font data2c anim --- NEW FILE tuxpuck.desktop --- [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=TuxPuck Comment=3D Shufflepuck Pong Game Exec=tuxpuck StartupNotify=false Terminal=false Type=Application Icon=tuxpuck.png Categories=Application;Game;ArcadeGame; --- NEW FILE tuxpuck.spec --- Name: tuxpuck Version: 0.8.2 Release: 1%{?dist} Summary: 3D Shufflepuck Pong Game Group: Amusements/Games License: GPL URL: http://www.efd.lth.se/~d00jkr/tuxpuck/ Source0: http://www.efd.lth.se/~d00jkr/tuxpuck/%{name}-%{version}.tar.gz Source1: tuxpuck.desktop Source2: tuxpuck.png Patch0: tuxpuck-0.8.2-mandest.patch Patch1: tuxpuck-0.8.2-utils-werror.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel, freetype-devel, libvorbis-devel BuildRequires: libpng-devel, libjpeg-devel, desktop-file-utils %description TuxPuck is a shufflepuck game written in C using SDL. The player moves a pad around a board and tries to shoot down the puck through the opponents defense. Easy to play, difficult to win. %prep %setup -q %patch0 -p0 -z .mandest %patch1 -p0 -z .utils-werror %build export CFLAGS="%{optflags}" make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Install icon and desktop file mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc COPYING readme.txt bugs.txt thanks.txt todo.txt %{_bindir}/%{name} %{_mandir}/man6/%{name}.6.gz %{_datadir}/applications/fedora-tuxpuck.desktop %{_datadir}/icons/hicolor/48x48/apps/tuxpuck.png %changelog * Thu Aug 3 2006 Hugo Cisneiros 0.8.2-1 - Initial RPM provided by Che - Extras Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 10:45:17 -0000 1.1 +++ .cvsignore 7 Aug 2006 10:46:46 -0000 1.2 @@ -0,0 +1 @@ +tuxpuck-0.8.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tuxpuck/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 10:45:17 -0000 1.1 +++ sources 7 Aug 2006 10:46:46 -0000 1.2 @@ -0,0 +1 @@ +fc839abc2b1f3eafae397e1ed6487079 tuxpuck-0.8.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 10:49:18 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 7 Aug 2006 03:49:18 -0700 Subject: owners owners.list,1.1369,1.1370 Message-ID: <200608071049.k77AnKud021095@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21078 Modified Files: owners.list Log Message: added tuxpuck package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1369 retrieving revision 1.1370 diff -u -r1.1369 -r1.1370 --- owners.list 7 Aug 2006 01:37:27 -0000 1.1369 +++ owners.list 7 Aug 2006 10:49:17 -0000 1.1370 @@ -1899,6 +1899,7 @@ Fedora Extras|TurboGears|Back-to-front web development in Python|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|tuxkart|Kids 3D go-kart racing game featuring Tux|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|tuxpaint|Drawing program designed for young children|steve at silug.org|extras-qa at fedoraproject.org| +Fedora Extras|tuxpuck|3D Shufflepuck Pong Game|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|tuxtype2|Tux Typing is an educational typing tutor for children|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|ucarp|Common Address Redundancy Protocol (CARP) for Unix|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|ucblogo|An interpreter for the Logo programming language|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 7 12:09:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:09:00 -0700 Subject: rpms/digikamimageplugins/devel .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200608071209.k77C92Z3028592@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28571 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-2 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 20:41:58 -0000 1.4 +++ .cvsignore 7 Aug 2006 12:09:00 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- digikamimageplugins.spec 16 Feb 2006 20:41:58 -0000 1.14 +++ digikamimageplugins.spec 7 Aug 2006 12:09:00 -0000 1.15 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-2 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 20:41:58 -0000 1.4 +++ sources 7 Aug 2006 12:09:00 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 12:10:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:10:06 -0700 Subject: rpms/digikamimageplugins/devel digikamimageplugins.spec,1.15,1.16 Message-ID: <200608071210.k77CA8hH028669@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28652 Modified Files: digikamimageplugins.spec Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- digikamimageplugins.spec 7 Aug 2006 12:09:00 -0000 1.15 +++ digikamimageplugins.spec 7 Aug 2006 12:10:06 -0000 1.16 @@ -2,7 +2,7 @@ Name: digikamimageplugins Summary: Plugins for Digikam Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -150,7 +150,7 @@ %changelog -* Mon Aug 07 2006 Rex Dieter 0.8.2-2 +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 From fedora-extras-commits at redhat.com Mon Aug 7 12:32:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 05:32:20 -0700 Subject: rpms/qt4/devel qt4.spec,1.18,1.19 Message-ID: <200608071232.k77CWM3s029002@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28985 Modified Files: qt4.spec Log Message: * Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 - fix empty -debuginfo - use $RPM_OPT_FLAGS Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- qt4.spec 1 Aug 2006 15:28:13 -0000 1.18 +++ qt4.spec 7 Aug 2006 12:32:20 -0000 1.19 @@ -8,7 +8,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.2.0 -Release: 0.4.%{beta}%{?dist} +Release: 0.5.%{beta}%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -210,10 +210,11 @@ %define platform linux-g++ %endif sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/%{platform}/qmake.conf +sed -i -e "s|-O2|$RPM_OPT_FLAGS|g" mkspecs/common/*.conf ||: # undefine QMAKE_STRIP, so we get useful -debuginfo pkgs sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" mkspecs/linux-g++*/qmake.conf -#sed -i -e "s|= strip$|= |g" mkspecs/linux-g++*/qmake.conf +sed -i -e "s|^QMAKE_STRIP.*=.*|QMAKE_STRIP =|" mkspecs/common/*.conf ||: # set correct lib path if [ "%{_lib}" == "lib64" ] ; then @@ -479,6 +480,10 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 +- fix empty -debuginfo +- use $RPM_OPT_FLAGS + * Thu Jul 20 2006 Rex Dieter 4.2.0-0.4.tp1 - strip -laudio, -ldbus-1, -lglib-2.0 from .pc files From fedora-extras-commits at redhat.com Mon Aug 7 12:52:32 2006 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Mon, 7 Aug 2006 05:52:32 -0700 Subject: rpms/jabberd/FC-5 jabberd,1.7,1.8 jabberd.spec,1.13,1.14 Message-ID: <200608071252.k77CqYnS029255@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29236 Modified Files: jabberd jabberd.spec Log Message: * Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 - changed pam file to use include - added return value for status() function (bz #200996) Index: jabberd =================================================================== RCS file: /cvs/extras/rpms/jabberd/FC-5/jabberd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jabberd 27 Nov 2005 12:41:32 -0000 1.7 +++ jabberd 7 Aug 2006 12:52:31 -0000 1.8 @@ -122,7 +122,9 @@ { for prog in ${progs}; do status ${prog} + retval=$? done + return ${retval} } case "$1" in Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/FC-5/jabberd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jabberd.spec 3 Apr 2006 07:25:28 -0000 1.13 +++ jabberd.spec 7 Aug 2006 12:52:31 -0000 1.14 @@ -1,7 +1,7 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s11.9%{?dist} +Release: 0.s11.10%{?dist} License: GPL Group: System Environment/Daemons Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s11.tar.gz @@ -82,9 +82,9 @@ %{__cat} >> $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/jabberd << END #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth END #default driver for storage @@ -177,6 +177,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Mon Aug 07 2006 Adrian Reber - 2.0-0.s11.10 +- changed pam file to use include +- added return value for status() function (bz #200996) + * Mon Apr 03 2006 Adrian Reber - 2.0-0.s11.9 - updated to 2.0-0.s11 From fedora-extras-commits at redhat.com Mon Aug 7 13:02:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 06:02:05 -0700 Subject: rpms/digikamimageplugins/FC-5 .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.14, 1.15 sources, 1.4, 1.5 Message-ID: <200608071302.k77D2eI4031878@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31848 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 20:41:58 -0000 1.4 +++ .cvsignore 7 Aug 2006 13:02:05 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/digikamimageplugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- digikamimageplugins.spec 16 Feb 2006 20:41:58 -0000 1.14 +++ digikamimageplugins.spec 7 Aug 2006 13:02:05 -0000 1.15 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 20:41:58 -0000 1.4 +++ sources 7 Aug 2006 13:02:05 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 13:03:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 7 Aug 2006 06:03:09 -0700 Subject: rpms/digikamimageplugins/FC-4 .cvsignore, 1.4, 1.5 digikamimageplugins.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200608071303.k77D3h5v031945@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31924 Modified Files: .cvsignore digikamimageplugins.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam * Tue Jul 18 2006 Rex Dieter 0.8.2-1 - 0.8.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Feb 2006 20:05:49 -0000 1.4 +++ .cvsignore 7 Aug 2006 13:03:09 -0000 1.5 @@ -1 +1 @@ -digikamimageplugins-0.8.1.tar.bz2 +digikamimageplugins-0.8.2.tar.bz2 Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/digikamimageplugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- digikamimageplugins.spec 20 Feb 2006 20:05:49 -0000 1.10 +++ digikamimageplugins.spec 7 Aug 2006 13:03:09 -0000 1.11 @@ -1,8 +1,8 @@ Name: digikamimageplugins Summary: Plugins for Digikam -Version: 0.8.1 -Release: 1%{?dist} +Version: 0.8.2 +Release: 3%{?dist} License: GPL Group: Applications/Multimedia @@ -14,12 +14,13 @@ BuildRequires: gettext BuildRequires: libxml2 -BuildRequires: kdelibs-devel >= 6:3.4 +BuildRequires: kdelibs-devel BuildRequires: digikam-devel >= %{version} BuildRequires: digikam-devel < 0.9 +#BuildRequires: symlinks +# rpm already auto deps on libdigikam.so.0, but let's be careful. Requires: digikam >= %{version} -#Requires: digikam < 0.9 Requires: ImageMagick %description @@ -45,6 +46,8 @@ (CImg library). o Photograph Inpainting : a tool to remove unwanted photograph area (CImg library). + o Photograph Refocus : a sharpness editor to refocus a photograph (SVN only). + o Hot Pixels Correction : a tool to remove photograph hot pixels generated by a deficient camera CCD (SVN only). * Transformation tools: o Free Rotation : a plugin to rotate a photograph with a free angle in degrees. @@ -80,12 +83,13 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ + --disable-gcc-hidden-visibility \ + --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependency-tracking --enable-final + --disable-dependency-tracking --enable-final make %{?_smp_mflags} @@ -140,12 +144,18 @@ %doc AUTHORS COPYING README TODO %{_libdir}/kde3/digikamimageplugin_*.* %{_datadir}/apps/digikamimageplugins/ -%{_datadir}/apps/digikam/ +%{_datadir}/apps/digikam/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/services/*.desktop %changelog +* Mon Aug 07 2006 Rex Dieter 0.8.2-3 +- don't own %%_datadir/apps/digikam + +* Tue Jul 18 2006 Rex Dieter 0.8.2-1 +- 0.8.2 + * Thu Feb 16 2006 Rex Dieter 0.8.1-1 - 0.8.1 - update %%description (it's getting pretty long, maybe consider Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Feb 2006 20:05:49 -0000 1.4 +++ sources 7 Aug 2006 13:03:09 -0000 1.5 @@ -1 +1 @@ -825f08d0a9f4b28b4b18c639be23152f digikamimageplugins-0.8.1.tar.bz2 +45a33b45a085e88d6bc56c075d6f759e digikamimageplugins-0.8.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 7 13:11:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 06:11:17 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.18, 1.19 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071311.k77DBJhX032146@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32121 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.8 new program and manpage: shmidcat Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 21 Jul 2006 14:09:56 -0000 1.18 +++ gtkwave.spec 7 Aug 2006 13:11:17 -0000 1.19 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 14:09:56 -0000 1.17 +++ sources 7 Aug 2006 13:11:17 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 14:09:56 -0000 1.17 +++ .cvsignore 7 Aug 2006 13:11:17 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:00:32 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 07:00:32 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.17, 1.18 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071400.k77E0Y5A032476@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32455 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gtkwave.spec 21 Jul 2006 15:02:56 -0000 1.17 +++ gtkwave.spec 7 Aug 2006 14:00:32 -0000 1.18 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 15:02:56 -0000 1.17 +++ sources 7 Aug 2006 14:00:32 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 15:02:56 -0000 1.17 +++ .cvsignore 7 Aug 2006 14:00:32 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:01:18 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 7 Aug 2006 07:01:18 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.16, 1.17 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18 Message-ID: <200608071401.k77E1KUI002588@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2555 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gtkwave.spec 21 Jul 2006 15:05:11 -0000 1.16 +++ gtkwave.spec 7 Aug 2006 14:01:18 -0000 1.17 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -57,6 +57,7 @@ %{_bindir}/mvl2lxt %{_bindir}/mvl2vcd %{_bindir}/rtlbrowse +%{_bindir}/shmidcat %{_bindir}/tex2vcd %{_bindir}/tla2vcd %{_bindir}/twinwave @@ -73,6 +74,7 @@ %{_mandir}/man1/mvl2lxt.1* %{_mandir}/man1/mvl2vcd.1* %{_mandir}/man1/rtlbrowse.1* +%{_mandir}/man1/shmidcat.1* %{_mandir}/man1/tex2vcd.1* %{_mandir}/man1/tla2vcd.1* %{_mandir}/man1/twinwave.1* @@ -85,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 7 2006 Paul Howarth 3.0.8-1 +- update to 3.0.8 +- new program and manpage: shmidcat + * Fri Jul 21 2006 Paul Howarth 3.0.7-1 - update to 3.0.7 - new program and manpage: twinwave Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 21 Jul 2006 15:06:29 -0000 1.17 +++ sources 7 Aug 2006 14:01:18 -0000 1.18 @@ -1 +1 @@ -9ff430fd4eb6b5e23abbeaffadc53ed0 gtkwave-3.0.7.tgz +4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Jul 2006 15:06:29 -0000 1.17 +++ .cvsignore 7 Aug 2006 14:01:18 -0000 1.18 @@ -1 +1 @@ -gtkwave-3.0.7.tgz +gtkwave-3.0.8.tgz From fedora-extras-commits at redhat.com Mon Aug 7 14:12:03 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 7 Aug 2006 07:12:03 -0700 Subject: rpms/perl-Exception-Class/FC-4 .cvsignore, 1.2, 1.3 perl-Exception-Class.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608071412.k77EC5gC002763@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Exception-Class/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2742 Modified Files: .cvsignore perl-Exception-Class.spec sources Log Message: Sync with FC-5 branch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 17 Aug 2005 22:51:45 -0000 1.2 +++ .cvsignore 7 Aug 2006 14:12:03 -0000 1.3 @@ -1 +1 @@ -Exception-Class-1.21.tar.gz +Exception-Class-1.23.tar.gz Index: perl-Exception-Class.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/perl-Exception-Class.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Exception-Class.spec 17 Aug 2005 23:00:40 -0000 1.2 +++ perl-Exception-Class.spec 7 Aug 2006 14:12:03 -0000 1.3 @@ -1,20 +1,16 @@ Name: perl-Exception-Class -Version: 1.21 -Release: 2%{?dist} +Version: 1.23 +Release: 1%{?dist} Summary: Exception::Class Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Exception-Class/ -Source0: http://www.cpan.org/modules/by-module/Exception/Exception-Class-1.21.tar.gz +Source0: http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(Test::More) >= 0.46 -BuildRequires: perl(Scalar::Util) -BuildRequires: perl(Devel::StackTrace) >= 1.1 +BuildRequires: perl(Devel::StackTrace) >= 1.12 BuildRequires: perl(Class::Data::Inheritable) >= 0.02 -Requires: perl(Test::More) >= 0.46 -Requires: perl(Scalar::Util) -Requires: perl(Devel::StackTrace) >= 1.1 +Requires: perl(Devel::StackTrace) >= 1.12 Requires: perl(Class::Data::Inheritable) >= 0.02 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -40,6 +36,9 @@ chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +perldoc -t perlgpl > COPYING +perldoc -t perlartistic > Artistic + %check make test @@ -48,11 +47,21 @@ %files %defattr(-,root,root,-) -%doc Changes LICENSE README +%doc Changes LICENSE README COPYING Artistic %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Feb 03 2006 Steven Pritchard 1.23-1 +- Update to 1.23 + +* Tue Jan 10 2006 Steven Pritchard 1.22-1 +- Update to 1.22 + +* Mon Sep 05 2005 Steven Pritchard 1.21-3 +- Remove explicit core module dependencies +- Add COPYING and Artistic + * Wed Aug 17 2005 Steven Pritchard 1.21-2 - Minor spec cleanup Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Exception-Class/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 17 Aug 2005 22:51:45 -0000 1.2 +++ sources 7 Aug 2006 14:12:03 -0000 1.3 @@ -1 +1 @@ -3268817e7fa4367209f666bd8e33037c Exception-Class-1.21.tar.gz +560b42c0cf8b795bdc793459edb7ec13 Exception-Class-1.23.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 14:40:01 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:01 -0700 Subject: rpms/perl-Module-Starter - New directory Message-ID: <200608071440.k77Ee3gf003149@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121/perl-Module-Starter Log Message: Directory /cvs/extras/rpms/perl-Module-Starter added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 14:40:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:02 -0700 Subject: rpms/perl-Module-Starter/devel - New directory Message-ID: <200608071440.k77Ee41H003154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121/perl-Module-Starter/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Starter/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 7 14:40:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:11 -0700 Subject: rpms/perl-Module-Starter Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608071440.k77EeDrQ003192@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3164 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Starter --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Starter all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 7 14:40:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:12 -0700 Subject: rpms/perl-Module-Starter/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608071440.k77EeEFc003195@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3164/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Starter --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 7 14:40:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:29 -0700 Subject: rpms/perl-Module-Starter import.log,1.1,1.2 Message-ID: <200608071440.k77EeV75003258@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3222 Modified Files: import.log Log Message: auto-import perl-Module-Starter-1.42-2.fc5 on branch devel from perl-Module-Starter-1.42-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 7 Aug 2006 14:40:11 -0000 1.1 +++ import.log 7 Aug 2006 14:40:29 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Starter-1_42-2_fc5:HEAD:perl-Module-Starter-1.42-2.fc5.src.rpm:1154961631 From fedora-extras-commits at redhat.com Mon Aug 7 14:40:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:30 -0700 Subject: rpms/perl-Module-Starter/devel perl-Module-Starter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608071440.k77EeWga003269@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3222/devel Modified Files: .cvsignore sources Added Files: perl-Module-Starter.spec Log Message: auto-import perl-Module-Starter-1.42-2.fc5 on branch devel from perl-Module-Starter-1.42-2.fc5.src.rpm --- NEW FILE perl-Module-Starter.spec --- Name: perl-Module-Starter Version: 1.42 Release: 2%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Module-Starter Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl #BuildRequires: perl(Test::More), perl(ExtUtils::Command), perl(File::Spec) ## non-core BuildRequires: perl(Getopt::Long), perl(Pod::Usage) BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is a CPAN module/utility to assist in the creation of new modules in a sensible and sane fashion. Unless you're interested in extending the functionality of this module, you should examine the documentation for 'module-starter', for information on how to use this tool. It is noted that there are a number of extensions to this tool, including plugins to create modules using templates as recommended by Damian Conway's "Perl Best Practices" (O'Reilly, 2005). (See also the package perl-Module-Starter-PBP for the aformentioned templates.) %prep %setup -q -n Module-Starter-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man[13]/*.[13]* %changelog * Sun Aug 06 2006 Chris Weyl 1.42-2 - add additional br's for test suite: perl(Test::Pod::Coverage), perl(Test::Pod) * Sat Aug 05 2006 Chris Weyl 1.42-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 7 Aug 2006 14:40:11 -0000 1.1 +++ .cvsignore 7 Aug 2006 14:40:30 -0000 1.2 @@ -0,0 +1 @@ +Module-Starter-1.42.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 7 Aug 2006 14:40:11 -0000 1.1 +++ sources 7 Aug 2006 14:40:30 -0000 1.2 @@ -0,0 +1 @@ +baf4a379d93c3a49c90a889626783d88 Module-Starter-1.42.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 14:40:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:40:42 -0700 Subject: owners owners.list,1.1370,1.1371 Message-ID: <200608071440.k77Eejvm003312@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3295 Modified Files: owners.list Log Message: added perl-Module-Starter Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1370 retrieving revision 1.1371 diff -u -r1.1370 -r1.1371 --- owners.list 7 Aug 2006 10:49:17 -0000 1.1370 +++ owners.list 7 Aug 2006 14:40:42 -0000 1.1371 @@ -1314,6 +1314,7 @@ Fedora Extras|perl-Module-Refresh|Refresh %INC files when updated on disk|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-ScanDeps|Recursively scan Perl code for dependencies|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Signature|CPAN signature management utilities and modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Starter|A simple starter kit for any module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Versions-Report|Report versions of all modules in memory|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 7 14:42:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 07:42:05 -0700 Subject: rpms/perl-Module-Starter/devel perl-Module-Starter.spec,1.1,1.2 Message-ID: <200608071442.k77Eg7BD003361@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3343 Modified Files: perl-Module-Starter.spec Log Message: bump Index: perl-Module-Starter.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter/devel/perl-Module-Starter.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Starter.spec 7 Aug 2006 14:40:30 -0000 1.1 +++ perl-Module-Starter.spec 7 Aug 2006 14:42:05 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Module-Starter Version: 1.42 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries @@ -66,6 +66,9 @@ %changelog +* Mon Aug 07 2006 Chris Weyl 1.42-3 +- bump for build & release + * Sun Aug 06 2006 Chris Weyl 1.42-2 - add additional br's for test suite: perl(Test::Pod::Coverage), perl(Test::Pod) From fedora-extras-commits at redhat.com Mon Aug 7 15:05:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 08:05:26 -0700 Subject: mock buildsys-build.spec,1.2,1.2.2.1 Message-ID: <200608071505.k77F5Q7A006228@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6210 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: fixes for chroot contents based on target distro Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- buildsys-build.spec 13 Jun 2006 03:52:38 -0000 1.2 +++ buildsys-build.spec 7 Aug 2006 15:05:23 -0000 1.2.2.1 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -14,10 +14,8 @@ Requires: bash Requires: buildsys-macros Requires: bzip2 -Requires: coreutils Requires: cpio Requires: diffutils -Requires: fedora-release Requires: gcc Requires: gcc-c++ Requires: gzip @@ -25,19 +23,64 @@ Requires: patch Requires: perl Requires: rpm-build -Requires: redhat-rpm-config Requires: sed Requires: tar Requires: unzip Requires: which +# The rather long-winded format of the conditionals is needed for compatbility +# with old rpm versions such as were supplied with Red Hat Linux 7 +%if "%{?fedora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" +Requires: elfutils +%endif +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python +%endif +%endif + +%if "%{?rhl}" != "" +Requires: redhat-release +%if "%{?rhl}" == "9" +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%else +Requires: file +Requires: fileutils +Requires: findutils +%endif +# Cater for alternative versions of buildsys-macros +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" +Requires: redhat-rpm-config +%endif +%endif + %description -The base set of packages for a mock chroot +The base set of packages for a mock chroot. %build + %install +%{__rm} -rf %{buildroot} +%{__mkdir_p} %{buildroot} + %clean +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc + +%changelog +* Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 +- For FC4 and FC3 include python + +* Thu Jun 22 2006 Paul Howarth - 0.5-2 +- For FC < 5 or Red Hat Linux 9, include elfutils +- For non-Fedora distrbutions, require redhat-release instead of fedora-release +- For Red Hat Linux 8 and earlier, require fileutils instead of coreutils +- Red Hat Linux 8 requires findutils for brp-strip From fedora-extras-commits at redhat.com Mon Aug 7 15:11:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:21 -0700 Subject: rpms/smart/FC-5 smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBr74006309@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/FC-5 Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/FC-5/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:03 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:21 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: libXt-devel, libXext-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:11:21 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:21 -0700 Subject: rpms/smart/FC-4 smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBrkL006306@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/FC-4 Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/FC-4/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:03 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:20 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: xorg-x11-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:11:22 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Mon, 7 Aug 2006 08:11:22 -0700 Subject: rpms/smart/devel smart.spec,1.6,1.7 Message-ID: <200608071511.k77FBswq006312@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6259/devel Modified Files: smart.spec Log Message: Add ksmarttray support. Index: smart.spec =================================================================== RCS file: /cvs/extras/rpms/smart/devel/smart.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- smart.spec 26 Jun 2006 15:12:04 -0000 1.6 +++ smart.spec 7 Aug 2006 15:11:22 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Next generation package handling tool Name: smart Version: 0.42 -Release: 34%{?dist} +Release: 35%{?dist} License: GPL Group: Applications/System URL: http://labix.org/smart/ @@ -15,6 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: python-devel >= 2.3 BuildRequires: desktop-file-utils +BuildRequires: autoconf, automake, gettext, gcc-c++ +BuildRequires: libXt-devel, libXext-devel +BuildRequires: qt-devel >= 1:3.2, kdelibs-devel +BuildRequires: zlib-devel + Requires: python-abi = %(python -c "import sys ; print sys.version[:3]") Requires: rpm-python >= 4.4 Requires: smart-config @@ -41,6 +46,15 @@ %description gui Graphical user interface for the smart package manager. +%package -n ksmarttray +Summary: KDE tray program for watching updates with Smart Package Manager +Group: Applications/System +Requires: %{_bindir}/kdesu +Requires: smart-update = %{version}-%{release} + +%description -n ksmarttray +KDE tray program for watching updates with Smart Package Manager. + %prep %setup -q # /usr/lib is hardcoded @@ -51,6 +65,14 @@ export CFLAGS python setup.py build +# ksmarttray +pushd contrib/ksmarttray +make -f admin/Makefile.common +%configure +make +popd + +# smart-update make -C contrib/smart-update %install @@ -61,6 +83,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/smart/channels mkdir -p %{buildroot}%{_localstatedir}/lib/smart{/packages,/channels} +# ksmarttray +make -C contrib/ksmarttray install DESTDIR=%{buildroot} + # usermode support ln -sf consolehelper %{buildroot}%{_bindir}/smart-root @@ -138,7 +163,18 @@ %config %{_sysconfdir}/security/console.apps/smart-root %config %{_sysconfdir}/pam.d/smart-root +%files -n ksmarttray +%defattr(-,root,root,-) +%{_bindir}/ksmarttray +%{_datadir}/apps/ksmarttray + %changelog +* Mon Aug 7 2006 Axel Thimm - 0.42-35 +- Add ksmarttray dependency to kdesu. + +* Sat Aug 5 2006 Axel Thimm - 0.42-34 +- Merge back ksmarttray package. + * Mon Jun 26 2006 Axel Thimm - 0.42-33 - Update to 0.42. - Remove unneeded patched that have been applied upstream. From fedora-extras-commits at redhat.com Mon Aug 7 15:33:24 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 7 Aug 2006 08:33:24 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.23,1.24 Message-ID: <200608071533.k77FXQvD006548@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6530 Modified Files: deskbar-applet.spec Log Message: rebuild Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- deskbar-applet.spec 17 Apr 2006 04:08:44 -0000 1.23 +++ deskbar-applet.spec 7 Aug 2006 15:33:24 -0000 1.24 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.14.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -85,6 +85,9 @@ %{_datadir}/pixmaps/%{name}.svg %changelog +* Mon Aug 7 2006 Luke Macken 2.14.1.1-2 +- Rebuild + * Mon Apr 17 2006 Ignacio Vazquez-Abrams 2.14.1.1-1 - Upstream update From fedora-extras-commits at redhat.com Mon Aug 7 16:39:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:39:50 -0700 Subject: rpms/TeXmacs/FC-4 .cvsignore, 1.21, 1.22 TeXmacs.spec, 1.34, 1.35 sources, 1.23, 1.24 Message-ID: <200608071639.k77GdqDS009552@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9515/FC-4 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 28 Jun 2006 21:39:24 -0000 1.21 +++ .cvsignore 7 Aug 2006 16:39:50 -0000 1.22 @@ -1 +1 @@ -TeXmacs-1.0.6.4-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- TeXmacs.spec 28 Jun 2006 21:40:01 -0000 1.34 +++ TeXmacs.spec 7 Aug 2006 16:39:50 -0000 1.35 @@ -1,5 +1,5 @@ Name: TeXmacs -Version: 1.0.6.4 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor @@ -9,8 +9,8 @@ Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript -Buildrequires: guile-devel, desktop-file-utils, tetex, freetype-devel -Buildrequires: xorg-x11-devel +BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel +BuildRequires: xorg-x11-devel Requires: fig2ps Requires(post): shared-mime-info, desktop-file-utils Requires(postun): shared-mime-info, desktop-file-utils @@ -136,6 +136,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Wed Jun 28 2006 Gerard Milmeister - 1.0.6.4-1 - new version 1.0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Jun 2006 21:39:24 -0000 1.23 +++ sources 7 Aug 2006 16:39:50 -0000 1.24 @@ -1 +1 @@ -655ed804f665e891a5296a92c13c2ea1 TeXmacs-1.0.6.4-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:39:51 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:39:51 -0700 Subject: rpms/TeXmacs/FC-5 .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.39, 1.40 sources, 1.23, 1.24 Message-ID: <200608071639.k77GdrZl009558@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9515/FC-5 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 28 Jun 2006 21:35:40 -0000 1.22 +++ .cvsignore 7 Aug 2006 16:39:51 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.4-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/TeXmacs.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- TeXmacs.spec 28 Jun 2006 21:35:40 -0000 1.39 +++ TeXmacs.spec 7 Aug 2006 16:39:51 -0000 1.40 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.4 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -15,10 +15,10 @@ Requires: tetex Requires: tetex-fonts Requires: ghostscript -Buildrequires: guile-devel -Buildrequires: desktop-file-utils -Buildrequires: tetex -Buildrequires: freetype-devel +BuildRequires: guile-devel +BuildRequires: desktop-file-utils +BuildRequires: tetex +BuildRequires: freetype-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -53,10 +53,7 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch1 -p1 %patch2 -p1 -#%patch3 -p1 -#%patch4 -p1 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in @@ -157,6 +154,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Wed Jun 28 2006 Gerard Milmeister - 1.0.6.4-1 - new version 1.0.6.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Jun 2006 21:35:40 -0000 1.23 +++ sources 7 Aug 2006 16:39:51 -0000 1.24 @@ -1 +1 @@ -655ed804f665e891a5296a92c13c2ea1 TeXmacs-1.0.6.4-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:43:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:43:05 -0700 Subject: rpms/TeXmacs/devel .cvsignore, 1.21, 1.22 TeXmacs.spec, 1.40, 1.41 sources, 1.22, 1.23 Message-ID: <200608071643.k77Gh7I0009667@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9646/devel Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 19 Jun 2006 18:05:17 -0000 1.21 +++ .cvsignore 7 Aug 2006 16:43:05 -0000 1.22 @@ -1 +1 @@ -TeXmacs-1.0.6.3-src.tar.gz +TeXmacs-1.0.6.5-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- TeXmacs.spec 19 Jun 2006 18:05:17 -0000 1.40 +++ TeXmacs.spec 7 Aug 2006 16:43:05 -0000 1.41 @@ -1,17 +1,16 @@ Name: TeXmacs -Version: 1.0.6.3 +Version: 1.0.6.5 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.3-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch Patch4: TeXmacs-1.0.6.1-gcc41.patch -Patch5: TeXmacs-1.0.6.1-guile18.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex Requires: tetex-fonts @@ -56,11 +55,7 @@ %prep %setup -q -n TeXmacs-%{version}-src -#%patch1 -p1 %patch2 -p1 -#%patch3 -p1 -#%patch4 -p1 -%patch5 -p1 perl -pi -e "s|LDPATH = \@CONFIG_BPATH\@|LDPATH =|" src/makefile.in @@ -160,6 +155,9 @@ %changelog +* Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 +- new version 1.0.6.5 + * Mon Jun 19 2006 Gerard Milmeister - 1.0.6.3-1 - new version 1.0.6.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 19 Jun 2006 18:05:17 -0000 1.22 +++ sources 7 Aug 2006 16:43:05 -0000 1.23 @@ -1 +1 @@ -e4cbb7cb5e6f259a649c01c2081d30b5 TeXmacs-1.0.6.3-src.tar.gz +9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 16:44:16 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 7 Aug 2006 09:44:16 -0700 Subject: rpms/TeXmacs/FC-4 TeXmacs.spec,1.35,1.36 Message-ID: <200608071644.k77GiIar009728@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9711/FC-4 Modified Files: TeXmacs.spec Log Message: Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- TeXmacs.spec 7 Aug 2006 16:39:50 -0000 1.35 +++ TeXmacs.spec 7 Aug 2006 16:44:16 -0000 1.36 @@ -1,12 +1,12 @@ Name: TeXmacs Version: 1.0.6.5 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.4-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel From fedora-extras-commits at redhat.com Mon Aug 7 17:26:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 10:26:40 -0700 Subject: mock Makefile,1.8,1.8.2.1 buildsys-build.spec,1.2.2.1,1.2.2.2 Message-ID: <200608071726.k77HQemA012525@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12505 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: updated buildsys-build specfile to handle rhel tags; modified Makefile to build all target buildsys-build packages Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- Makefile 12 Apr 2006 14:23:17 -0000 1.8 +++ Makefile 7 Aug 2006 17:26:37 -0000 1.8.2.1 @@ -41,7 +41,20 @@ mkdir build dist rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec +RPMARGS := --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/buildsys" \ + --define "_srcrpmdir $(PWD)/buildsys" \ + --define "_rpmdir $(PWD)/buildsys" + buildsys-rpm: rm -rf buildsys mkdir buildsys - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/buildsys" --define "_srcrpmdir $(PWD)/buildsys" --define "_rpmdir $(PWD)/buildsys" -ba buildsys-build.spec + for i in 1 2 3 4 5 devel; do \ + rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ + done + for i in 73 8 9; do \ + rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rhl$$i" -bb buildsys-build.spec; \ + done + for i in 3 4; do \ + rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- buildsys-build.spec 7 Aug 2006 15:05:23 -0000 1.2.2.1 +++ buildsys-build.spec 7 Aug 2006 17:26:37 -0000 1.2.2.2 @@ -34,17 +34,17 @@ Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?rhel}" == "3" Requires: elfutils %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?rhel}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" +%if "%{?rhl}" != "" || "%{?rhel}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" +%if "%{?rhl}" == "9" || "%{?rhel}" == "3" || "%{?rhel}" == "4" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +54,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?rhel}" != "" Requires: redhat-rpm-config %endif %endif @@ -76,6 +76,9 @@ %doc %changelog +* Mon Aug 7 2006 Clark Williams - 0.5-3 +- added rhel build tags + * Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 - For FC4 and FC3 include python From fedora-extras-commits at redhat.com Mon Aug 7 18:29:24 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 11:29:24 -0700 Subject: mock Makefile,1.8.2.1,1.8.2.2 Message-ID: <200608071829.k77ITOwc015519@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15501 Modified Files: Tag: mock-0-6-branch Makefile Log Message: removed rhl buildsys targets; changed devel to 6 Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -u -r1.8.2.1 -r1.8.2.2 --- Makefile 7 Aug 2006 17:26:37 -0000 1.8.2.1 +++ Makefile 7 Aug 2006 18:29:22 -0000 1.8.2.2 @@ -49,12 +49,9 @@ buildsys-rpm: rm -rf buildsys mkdir buildsys - for i in 1 2 3 4 5 devel; do \ + for i in 1 2 3 4 5 6; do \ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done - for i in 73 8 9; do \ - rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rhl$$i" -bb buildsys-build.spec; \ - done for i in 3 4; do \ rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ done From fedora-extras-commits at redhat.com Mon Aug 7 18:55:54 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 11:55:54 -0700 Subject: mock Makefile,1.8.2.2,1.8.2.3 buildsys-build.spec,1.2.2.2,1.2.2.3 Message-ID: <200608071855.k77Its5g015612@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15592 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: fixed incorrect tags for RHEL (was "rhel", should have been "el") Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -r1.8.2.2 -r1.8.2.3 --- Makefile 7 Aug 2006 18:29:22 -0000 1.8.2.2 +++ Makefile 7 Aug 2006 18:55:52 -0000 1.8.2.3 @@ -53,5 +53,5 @@ rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ done for i in 3 4; do \ - rpmbuild $(RPMARGS) --define "rhel $$i" --define "dist .rhel$$i" -bb buildsys-build.spec; \ + rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -u -r1.2.2.2 -r1.2.2.3 --- buildsys-build.spec 7 Aug 2006 17:26:37 -0000 1.2.2.2 +++ buildsys-build.spec 7 Aug 2006 18:55:52 -0000 1.2.2.3 @@ -34,17 +34,17 @@ Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?rhel}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" Requires: elfutils %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?rhel}" == "4" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?rhel}" != "" +%if "%{?rhl}" != "" || "%{?el}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?rhel}" == "3" || "%{?rhel}" == "4" +%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +54,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?rhel}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" Requires: redhat-rpm-config %endif %endif From fedora-extras-commits at redhat.com Mon Aug 7 19:19:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 12:19:48 -0700 Subject: fedora-security/audit fe3,1.12,1.13 fe4,1.58,1.59 fe5,1.63,1.64 Message-ID: <200608071919.k77JJmj2018295@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18273 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-3913 (freeciv) fixed Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fe3 30 Jul 2006 20:12:45 -0000 1.12 +++ fe3 7 Aug 2006 19:19:45 -0000 1.13 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- fe4 30 Jul 2006 20:12:45 -0000 1.58 +++ fe4 7 Aug 2006 19:19:45 -0000 1.59 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) CVE-2006-3812 VULNERABLE (seamonkey) #200455 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- fe5 31 Jul 2006 19:10:01 -0000 1.63 +++ fe5 7 Aug 2006 19:19:45 -0000 1.64 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-3913 VULNERABLE (freeciv) #200545 +CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) CVE-2006-3812 VULNERABLE (seamonkey) #200455 From fedora-extras-commits at redhat.com Mon Aug 7 19:24:57 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 12:24:57 -0700 Subject: mock Makefile,1.9,1.10 buildsys-build.spec,1.2,1.3 Message-ID: <200608071924.k77JOvVv018368@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18348 Modified Files: Makefile buildsys-build.spec Log Message: updated buildsys specfile to be distro specific and updated Makefile to generate target buildsys packages Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 28 Jun 2006 15:14:45 -0000 1.9 +++ Makefile 7 Aug 2006 19:24:54 -0000 1.10 @@ -39,7 +39,17 @@ mkdir build dist rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec +RPMARGS := --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/buildsys" \ + --define "_srcrpmdir $(PWD)/buildsys" \ + --define "_rpmdir $(PWD)/buildsys" + buildsys-rpm: rm -rf buildsys mkdir buildsys - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/buildsys" --define "_srcrpmdir $(PWD)/buildsys" --define "_rpmdir $(PWD)/buildsys" -ba buildsys-build.spec + for i in 1 2 3 4 5 6; do \ + rpmbuild $(RPMARGS) --define "fedora $$i" --define "dist .fc$$i" -bb buildsys-build.spec; \ + done + for i in 3 4; do \ + rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildsys-build.spec 13 Jun 2006 03:52:38 -0000 1.2 +++ buildsys-build.spec 7 Aug 2006 19:24:54 -0000 1.3 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 1%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -14,10 +14,8 @@ Requires: bash Requires: buildsys-macros Requires: bzip2 -Requires: coreutils Requires: cpio Requires: diffutils -Requires: fedora-release Requires: gcc Requires: gcc-c++ Requires: gzip @@ -25,19 +23,67 @@ Requires: patch Requires: perl Requires: rpm-build -Requires: redhat-rpm-config Requires: sed Requires: tar Requires: unzip Requires: which +# The rather long-winded format of the conditionals is needed for compatbility +# with old rpm versions such as were supplied with Red Hat Linux 7 +%if "%{?fedora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +Requires: elfutils +%endif +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" +Requires: python +%endif +%endif + +%if "%{?rhl}" != "" || "%{?el}" != "" +Requires: redhat-release +%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%else +Requires: file +Requires: fileutils +Requires: findutils +%endif +# Cater for alternative versions of buildsys-macros +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +Requires: redhat-rpm-config +%endif +%endif + %description -The base set of packages for a mock chroot +The base set of packages for a mock chroot. %build + %install +%{__rm} -rf %{buildroot} +%{__mkdir_p} %{buildroot} + %clean +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc + +%changelog +* Mon Aug 7 2006 Clark Williams - 0.5-4 +- added rhel build tags + +* Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 +- For FC4 and FC3 include python + +* Thu Jun 22 2006 Paul Howarth - 0.5-2 +- For FC < 5 or Red Hat Linux 9, include elfutils +- For non-Fedora distrbutions, require redhat-release instead of fedora-release +- For Red Hat Linux 8 and earlier, require fileutils instead of coreutils +- Red Hat Linux 8 requires findutils for brp-strip From fedora-extras-commits at redhat.com Mon Aug 7 19:26:55 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 12:26:55 -0700 Subject: mock buildsys-build.spec,1.2.2.3,1.2.2.4 Message-ID: <200608071926.k77JQtwd018412@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18394 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: updated release and fixed changelog comment Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- buildsys-build.spec 7 Aug 2006 18:55:52 -0000 1.2.2.3 +++ buildsys-build.spec 7 Aug 2006 19:26:53 -0000 1.2.2.4 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -76,7 +76,7 @@ %doc %changelog -* Mon Aug 7 2006 Clark Williams - 0.5-3 +* Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags * Sun Aug 06 2006 Thorsten Leemhuis - 0.5-3 From fedora-extras-commits at redhat.com Mon Aug 7 19:30:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 12:30:14 -0700 Subject: fedora-security/audit fe4,1.59,1.60 fe5,1.64,1.65 Message-ID: <200608071930.k77JUEuw018462@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18442 Modified Files: fe4 fe5 Log Message: Catch up with seamonkey updates Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- fe4 7 Aug 2006 19:19:45 -0000 1.59 +++ fe4 7 Aug 2006 19:30:11 -0000 1.60 @@ -5,26 +5,26 @@ CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) -CVE-2006-3812 VULNERABLE (seamonkey) #200455 -CVE-2006-3811 VULNERABLE (seamonkey) #200455 -CVE-2006-3810 VULNERABLE (seamonkey) #200455 -CVE-2006-3809 VULNERABLE (seamonkey) #200455 -CVE-2006-3808 VULNERABLE (seamonkey) #200455 -CVE-2006-3807 VULNERABLE (seamonkey) #200455 -CVE-2006-3806 VULNERABLE (seamonkey) #200455 -CVE-2006-3805 VULNERABLE (seamonkey) #200455 -CVE-2006-3804 VULNERABLE (seamonkey) #200455 -CVE-2006-3803 VULNERABLE (seamonkey) #200455 -CVE-2006-3802 VULNERABLE (seamonkey) #200455 -CVE-2006-3801 VULNERABLE (seamonkey) #200455 -CVE-2006-3677 VULNERABLE (seamonkey) #200455 +CVE-2006-3812 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3811 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3810 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3809 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3808 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3807 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3806 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3805 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3804 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3803 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3802 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3801 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3677 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-3582 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3581 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3458 patch (zope, fixed 2.8.3-4) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 -CVE-2006-3113 VULNERABLE (seamonkey) #200455 +CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) CVE-2006-2894 VULNERABLE (seamonkey) #194511 CVE-2006-2781 version (seamonkey, fixed 1.0.2-1) #193963 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- fe5 7 Aug 2006 19:19:45 -0000 1.64 +++ fe5 7 Aug 2006 19:30:11 -0000 1.65 @@ -5,19 +5,19 @@ CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) -CVE-2006-3812 VULNERABLE (seamonkey) #200455 -CVE-2006-3811 VULNERABLE (seamonkey) #200455 -CVE-2006-3810 VULNERABLE (seamonkey) #200455 -CVE-2006-3809 VULNERABLE (seamonkey) #200455 -CVE-2006-3808 VULNERABLE (seamonkey) #200455 -CVE-2006-3807 VULNERABLE (seamonkey) #200455 -CVE-2006-3806 VULNERABLE (seamonkey) #200455 -CVE-2006-3805 VULNERABLE (seamonkey) #200455 -CVE-2006-3804 VULNERABLE (seamonkey) #200455 -CVE-2006-3803 VULNERABLE (seamonkey) #200455 -CVE-2006-3802 VULNERABLE (seamonkey) #200455 -CVE-2006-3801 VULNERABLE (seamonkey) #200455 -CVE-2006-3677 VULNERABLE (seamonkey) #200455 +CVE-2006-3812 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3811 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3810 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3809 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3808 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3807 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3806 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3805 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3804 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3803 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3802 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3801 version (seamonkey, fixed 1.0.4) #200455 +CVE-2006-3677 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-3668 patch (dumb, fixed 0.9.3-4) #200370 CVE-2006-3582 version (adplug, fixed 2.0.1-1) #198108 CVE-2006-3581 version (adplug, fixed 2.0.1-1) #198108 @@ -25,7 +25,7 @@ CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) CVE-2006-3119 patch (fbida, fixed 2.0.3-12) #200321 -CVE-2006-3113 VULNERABLE (seamonkey) #200455 +CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) CVE-2006-2894 VULNERABLE (seamonkey) #194511 CVE-2006-2781 version (seamonkey, fixed 1.0.2-1) #193963 From fedora-extras-commits at redhat.com Mon Aug 7 19:43:39 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Mon, 7 Aug 2006 12:43:39 -0700 Subject: fedora-security/audit fe4,1.60,1.61 fe5,1.65,1.66 Message-ID: <200608071943.k77JhdAR018624@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18604 Modified Files: fe4 fe5 Log Message: Note thttpd fixes which were made a month ago. Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- fe4 7 Aug 2006 19:30:11 -0000 1.60 +++ fe4 7 Aug 2006 19:43:36 -0000 1.61 @@ -82,8 +82,8 @@ CVE-2006-1329 version (jabberd, fixed 2.0s11) CVE-2006-1269 patch (zoo, fixed 2.10-7) bz#183109 CVE-2006-1251 ignore (exim-sa, configuration not vulnerable) bz#191082 -CVE-2006-1079 VULNERABLE (thttpd) bz#191095 -CVE-2006-1078 VULNERABLE (thttpd) bz#191095 +CVE-2006-1079 patch (thttpd, fixed 2.25b-11) bz#191095 +CVE-2006-1078 patch (thttpd, fixed 2.25b-11) bz#191095 CVE-2006-0855 patch (zoo, patched in OpenSUSE "upstream", fixed 2.10-7) CVE-2006-0847 version (python-cherrypy, fixed 2.1.1) CVE-2006-0841 VULNERABLE (mantis) bz#191089 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- fe5 7 Aug 2006 19:30:11 -0000 1.65 +++ fe5 7 Aug 2006 19:43:36 -0000 1.66 @@ -87,8 +87,8 @@ CVE-2006-1329 version (jabberd, fixed 2.0s11) CVE-2006-1269 patch (zoo, fixed 2.10-7) bz#183109 CVE-2006-1251 ignore (exim-sa, configuration not vulnerable) bz#191082 -CVE-2006-1079 VULNERABLE (thttpd) bz#191095 -CVE-2006-1078 VULNERABLE (thttpd) bz#191095 +CVE-2006-1079 patch (thttpd, fixed 2.25b-11) bz#191095 +CVE-2006-1078 patch (thttpd, fixed 2.25b-11) bz#191095 CVE-2006-0855 patch (zoo, patched in OpenSUSE "upstream", fixed 2.10-7) CVE-2006-0847 version (python-cherrypy, fixed 2.1.1) CVE-2006-0841 version (mantis, fixed 1.0.1) From fedora-extras-commits at redhat.com Mon Aug 7 20:29:10 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:29:10 -0700 Subject: rpms/s3switch/devel Makefile, 1.3, 1.4 s3switch-lrmi.patch, 1.2, 1.3 s3switch-thinkpad-t23.patch, 1.3, 1.4 s3switch-virgegx2.patch, 1.2, 1.3 s3switch.consoleapp, 1.2, 1.3 s3switch.spec, 1.9, 1.10 sources, 1.4, 1.5 dead.package, 1.1, NONE Message-ID: <200608072029.k77KTCCA021414@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21376 Added Files: Makefile s3switch-lrmi.patch s3switch-thinkpad-t23.patch s3switch-virgegx2.patch s3switch.consoleapp s3switch.spec sources Removed Files: dead.package Log Message: re-instated s3switch package for devel. Index: Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile 7 Aug 2006 20:29:10 -0000 1.4 @@ -0,0 +1,21 @@ +# Makefile for source rpm: s3switch +# $Id$ +NAME := s3switch +SPECFILE = $(firstword $(wildcard *.spec)) + +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attept a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) s3switch-lrmi.patch: Index: s3switch-lrmi.patch =================================================================== RCS file: s3switch-lrmi.patch diff -N s3switch-lrmi.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-lrmi.patch 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,10 @@ +--- Makefile.orig 2002-09-12 01:26:57.000000000 +0300 ++++ Makefile 2004-07-23 12:43:44.000000000 +0300 +@@ -1,5 +1,6 @@ + CC = gcc -g ++LDFLAGS = -llrmi + + all: s3switch + +-s3switch: s3switch.o lrmi.o ++s3switch: s3switch.o s3switch-thinkpad-t23.patch: Index: s3switch-thinkpad-t23.patch =================================================================== RCS file: s3switch-thinkpad-t23.patch diff -N s3switch-thinkpad-t23.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-thinkpad-t23.patch 7 Aug 2006 20:29:10 -0000 1.4 @@ -0,0 +1,14 @@ +Fix segfaults seen on IBM ThinkPad T23 when changing TV signal format. +Thanks to the upstream author, Tim Roberts, for help in creating this patch. + +--- s3switch.c.orig 2002-09-12 01:25:33.000000000 +0300 ++++ s3switch.c 2004-07-22 13:28:32.000000000 +0300 +@@ -100,4 +100,8 @@ + ioperm( 0x40, 4, enable ); ++ ioperm( 0x4f, 1, enable ); + ioperm( 0x61, 1, enable ); ++ ioperm( 0x70, 1, enable ); ++ ioperm( 0x71, 1, enable ); + ioperm( 0x80, 1, enable ); ++ ioperm( 0xb2, 1, enable ); + ioperm( 0x3b0, 0x30, enable ); s3switch-virgegx2.patch: Index: s3switch-virgegx2.patch =================================================================== RCS file: s3switch-virgegx2.patch diff -N s3switch-virgegx2.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch-virgegx2.patch 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,51 @@ +Extracted from s3switch.tar.bz2 contained in the GeeXboX 0.97 source tarball +from http://www.geexbox.org/releases/0.97/geexbox-0.97-full.tar + +--- s3switch.c.orig 2002-09-12 01:25:33.000000000 +0300 ++++ s3switch.c 2004-01-12 23:03:06.000000000 +0200 +@@ -3,4 +3,7 @@ + + // Linux x86 only. ++// Modified by mADAR ++// added S3 Virge/GX2 support ++ + + #include +@@ -16,4 +19,5 @@ + // Define the Savage chip classes. PCI id's stolen from xf86PciInfo.h + ++#define PCI_CHIP_VIRGEGX2 0x8A10 + #define PCI_CHIP_SAVAGE3D 0x8A20 + #define PCI_CHIP_SAVAGE3D_MV 0x8A21 +@@ -41,4 +45,5 @@ + + enum { ++ S3_VIRGEGX2, + S3_SAVAGE3D, + S3_SAVAGE4, +@@ -116,4 +121,7 @@ + + switch( gPCIid ) { ++ case PCI_CHIP_VIRGEGX2: ++ ChipClass = S3_VIRGEGX2; ++ break; + case PCI_CHIP_SAVAGE3D: + case PCI_CHIP_SAVAGE3D_MV: +@@ -152,5 +160,5 @@ + break; + default: +- printf( "PCI id is not a recognized Savage: %04x\n", gPCIid ); ++ printf( "PCI id is not a recognized Savage or Virge GX2: %04x\n", gPCIid ); + exit(-1); + } +@@ -181,4 +189,10 @@ + switch( ChipClass ) + { ++ case S3_VIRGEGX2: ++ jDevices = (jDevices & 0x0f) ++ | CRT_ATTACHED ++ | TV_ATTACHED; ++ break; ++ + case S3_SAVAGE3D: + jDevices = (jDevices & 0x0f) Index: s3switch.consoleapp =================================================================== RCS file: s3switch.consoleapp diff -N s3switch.consoleapp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.consoleapp 7 Aug 2006 20:29:10 -0000 1.3 @@ -0,0 +1,2 @@ +USER=root +PROGRAM=/usr/sbin/s3switch Index: s3switch.spec =================================================================== RCS file: s3switch.spec diff -N s3switch.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.spec 7 Aug 2006 20:29:10 -0000 1.10 @@ -0,0 +1,95 @@ +Name: s3switch +Version: 0.0 +Release: 7.20020912%{?dist} +Summary: Manage the output device on S3 Savage chips + +Group: Applications/System +License: BSD-like +URL: http://www.probo.com/timr/savage40.html +Source0: http://www.probo.com/timr/s3ssrc.zip +Source1: %{name}.pam +Source2: %{name}.consoleapp +Patch0: http://ftp.debian.org/debian/pool/main/s/s3switch/s3switch_0.0.20030423-2.diff.gz +Patch1: %{name}-thinkpad-t23.patch +Patch2: %{name}-virgegx2.patch +Patch3: %{name}-lrmi.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +ExclusiveArch: %{ix86} +BuildRequires: lrmi-devel +Requires: %{_bindir}/consolehelper + +%description +The S3 Savage chips have the ability to send their output to a variety +of different devices. The Savage3D can display to a standard CRT or +to a TV. The Savage4 and Savage2000 can display to a standard CRT or +through a digital interface to an LCD panel. The Savage/MX and Sav- +age/IX can ship to any two of those three. +The s3switch utility is used to select the devices to be used, and the +format of the TV signal. When invoked with no parameters, s3switch +displays the devices currently attached, and which of those devices +are currently active. Supplying one or more of the words crt, lcd, or +tv makes those devices the active devices. The word both is a +shortcut for the combination of crt and lcd. + + +%prep +%setup -q -c +%patch0 -p1 +%patch1 -p0 +%patch2 -p0 +%patch3 -p0 +rm -f lrmi.* + + +%build +make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS" + + +%install +rm -rf $RPM_BUILD_ROOT +install -Dpm 755 s3switch $RPM_BUILD_ROOT%{_sbindir}/s3switch +install -dm 755 $RPM_BUILD_ROOT%{_bindir} +ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/s3switch +install -Dpm 644 s3switch.1x $RPM_BUILD_ROOT%{_mandir}/man8/s3switch.8 +install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/s3switch +install -Dpm 644 %{SOURCE2} \ + $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/s3switch + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc copyright +%config(noreplace) %{_sysconfdir}/pam.d/s3switch +%config(noreplace) %{_sysconfdir}/security/console.apps/s3switch +%{_bindir}/s3switch +%{_sbindir}/s3switch +%{_mandir}/man8/s3switch.8* + + +%changelog +* Sun Mar 12 2006 Ville Skytt?? - 0.0-7.20020912 +- Rebuild. + +* Fri Apr 7 2005 Michael Schwendt - 0.0-6.20020912 +- rebuilt + +* Fri Jul 23 2004 Ville Skytt?? 0:0.0-0.fdr.5.20020912 +- Use shared LRMI. + +* Thu Jul 22 2004 Ville Skytt?? 0:0.0-0.fdr.4.20020912 +- Apply patch from Debian for ProSavageDDR support and other cosmetic fixes. +- Apply patch from GeeXboX 0.97 for ViRGE/GX2 support. + +* Wed Jul 30 2003 Ville Skytt?? 0:0.0-0.fdr.3.20020912 +- Apply patch to avoid segfault on TV signal format change with ThinkPad T23. + +* Tue Jul 29 2003 Ville Skytt?? 0:0.0-0.fdr.2.20020912 +- Use consolehelper instead of installing suid root. + +* Sun Jul 27 2003 Ville Skytt?? 0:0.0-0.fdr.1.20020912 +- First build. Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 7 Aug 2006 20:29:10 -0000 1.5 @@ -0,0 +1,2 @@ +1328b070343ac79c5ed4c613a1113754 s3ssrc.zip +459e6c8efc86d75d66250c3cd4a47672 s3switch_0.0.20030423-2.diff.gz --- dead.package DELETED --- From fedora-extras-commits at redhat.com Mon Aug 7 20:31:20 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:31:20 -0700 Subject: rpms/s3switch/devel s3switch.spec,1.10,1.11 Message-ID: <200608072031.k77KVMwm021461@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21444 Modified Files: s3switch.spec Log Message: * Mon Aug 7 2006 Paul Wouters - 0.0-8.20020912 - Rebuild Index: s3switch.spec =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/s3switch.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- s3switch.spec 7 Aug 2006 20:29:10 -0000 1.10 +++ s3switch.spec 7 Aug 2006 20:31:19 -0000 1.11 @@ -1,6 +1,6 @@ Name: s3switch Version: 0.0 -Release: 7.20020912%{?dist} +Release: 8.20020912%{?dist} Summary: Manage the output device on S3 Savage chips Group: Applications/System @@ -72,6 +72,9 @@ %changelog +* Mon Aug 7 2006 Paul Wouters - 0.0-8.20020912 +- Rebuild + * Sun Mar 12 2006 Ville Skytt?? - 0.0-7.20020912 - Rebuild. From fedora-extras-commits at redhat.com Mon Aug 7 20:31:48 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:31:48 -0700 Subject: rpms/s3switch/devel .cvsignore,1.4,1.5 Message-ID: <200608072031.k77KVoA4021494@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21477 Added Files: .cvsignore Log Message: .cvsignore Index: .cvsignore =================================================================== RCS file: .cvsignore diff -N .cvsignore --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .cvsignore 7 Aug 2006 20:31:47 -0000 1.5 @@ -0,0 +1,2 @@ +s3ssrc.zip +s3switch_0.0.20030423-2.diff.gz From fedora-extras-commits at redhat.com Mon Aug 7 20:32:25 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 13:32:25 -0700 Subject: rpms/libipoddevice/devel libipoddevice.spec,1.2,1.3 Message-ID: <200608072032.k77KWR7f021560@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21543 Modified Files: libipoddevice.spec Log Message: rebuild Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libipoddevice.spec 2 May 2006 18:28:57 -0000 1.2 +++ libipoddevice.spec 7 Aug 2006 20:32:25 -0000 1.3 @@ -3,7 +3,7 @@ Name: libipoddevice Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device-specific layer for the Apple iPod Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 +- rebuild + * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 20:32:50 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 13:32:50 -0700 Subject: rpms/s3switch/devel s3switch.pam,1.2,1.3 Message-ID: <200608072032.k77KWqcm021592@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573 Added Files: s3switch.pam Log Message: re-added s3switch.pam Index: s3switch.pam =================================================================== RCS file: s3switch.pam diff -N s3switch.pam --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ s3switch.pam 7 Aug 2006 20:32:50 -0000 1.3 @@ -0,0 +1,4 @@ +#%PAM-1.0 +auth sufficient pam_rootok.so +auth required pam_console.so +account required pam_permit.so From fedora-extras-commits at redhat.com Mon Aug 7 20:33:00 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 13:33:00 -0700 Subject: rpms/libipoddevice/FC-5 libipoddevice.spec,1.2,1.3 Message-ID: <200608072033.k77KX2Y4021620@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21603 Modified Files: libipoddevice.spec Log Message: rebuild Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/FC-5/libipoddevice.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libipoddevice.spec 2 May 2006 18:22:42 -0000 1.2 +++ libipoddevice.spec 7 Aug 2006 20:33:00 -0000 1.3 @@ -3,7 +3,7 @@ Name: libipoddevice Version: 0.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Device-specific layer for the Apple iPod Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 +- rebuild + * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 21:02:51 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 14:02:51 -0700 Subject: rpms/libipoddevice/devel libipoddevice.spec,1.3,1.4 Message-ID: <200608072103.k77L3PNG024399@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24374 Modified Files: libipoddevice.spec Log Message: add BuildRequires: on dbus-glib-devel Index: libipoddevice.spec =================================================================== RCS file: /cvs/extras/rpms/libipoddevice/devel/libipoddevice.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libipoddevice.spec 7 Aug 2006 20:32:25 -0000 1.3 +++ libipoddevice.spec 7 Aug 2006 21:02:51 -0000 1.4 @@ -12,6 +12,7 @@ Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: dbus-glib-devel BuildRequires: hal-devel >= %{hal_ver} BuildRequires: libgtop2-devel >= %{libgtop_ver} BuildRequires: udev @@ -69,6 +70,7 @@ %changelog * Mon Aug 7 2006 Nalin Dahyabhai 0.4.5-2 - rebuild +- add BuildRequires: on dbus-glib-devel * Tue May 2 2006 Christopher Aillon 0.4.5-1 - Update to 0.4.5 From fedora-extras-commits at redhat.com Mon Aug 7 21:10:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 7 Aug 2006 14:10:25 -0700 Subject: rpms/abcde/devel .cvsignore, 1.9, 1.10 abcde.spec, 1.10, 1.11 sources, 1.9, 1.10 Message-ID: <200608072110.k77LARSO024580@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24559 Modified Files: .cvsignore abcde.spec sources Log Message: * Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 - 2.3.99.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 1 Mar 2006 07:36:36 -0000 1.9 +++ .cvsignore 7 Aug 2006 21:10:25 -0000 1.10 @@ -1 +1 @@ -abcde_2.3.99.5.orig.tar.gz +abcde_2.3.99.6.orig.tar.gz Index: abcde.spec =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/abcde.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- abcde.spec 1 Mar 2006 07:36:37 -0000 1.10 +++ abcde.spec 7 Aug 2006 21:10:25 -0000 1.11 @@ -1,5 +1,5 @@ Name: abcde -Version: 2.3.99.5 +Version: 2.3.99.6 Release: 1%{?dist} Summary: A Better CD Encoder @@ -56,6 +56,9 @@ %changelog +* Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 +- 2.3.99.6. + * Wed Mar 1 2006 Ville Skytt?? - 2.3.99.5-1 - 2.3.99.5. Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 1 Mar 2006 07:36:37 -0000 1.9 +++ sources 7 Aug 2006 21:10:25 -0000 1.10 @@ -1 +1 @@ -d04f8d0f526f626e8d4741c3938a644e abcde_2.3.99.5.orig.tar.gz +ac9be20f3098b0943212168171d33ffa abcde_2.3.99.6.orig.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 21:39:24 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:24 -0700 Subject: rpms/plplot/devel plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.14, 1.15 Message-ID: <200608072139.k77LdQLv024828@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/devel Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Mon May 22 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Enable f95 bindings From fedora-extras-commits at redhat.com Mon Aug 7 21:39:22 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:22 -0700 Subject: rpms/plplot/FC-4 plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.7, 1.8 Message-ID: <200608072139.k77LdOmw024816@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/FC-4 Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Wed May 31 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Remove patches applied upstream From fedora-extras-commits at redhat.com Mon Aug 7 21:39:23 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 14:39:23 -0700 Subject: rpms/plplot/FC-5 plplot-5.6.1-octave.patch, NONE, 1.1 plplot.spec, 1.15, 1.16 Message-ID: <200608072139.k77LdPrm024822@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/FC-5 Modified Files: plplot.spec Added Files: plplot-5.6.1-octave.patch Log Message: Add patch to support octave 2.9.7 (bug #201443) plplot-5.6.1-octave.patch: --- NEW FILE plplot-5.6.1-octave.patch --- Index: plplot/bindings/octave/PLplot/plplot_octave_path.m.in =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/plplot_octave_path.m.in,v retrieving revision 1.8 diff -u -r1.8 plplot_octave_path.m.in --- plplot/bindings/octave/PLplot/plplot_octave_path.m.in 25 Jan 2004 22:17:07 -0000 1.8 +++ plplot/bindings/octave/PLplot/plplot_octave_path.m.in 7 Aug 2006 16:37:05 -0000 @@ -22,17 +22,12 @@ global __pl_plplot_octave_path if (!exist("__pl_plplot_octave_path") || isempty(__pl_plplot_octave_path)) - __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@//"; + __pl_plplot_octave_path = "@PLPLOT_OCTAVE_DIR@"; endif if (nargin == 0) path = __pl_plplot_octave_path; elseif (nargin == 1 && isstr(path)) - if (path(length (path)) != '/') - path = [path "//"]; - elseif (path(length (path)-1) != '/') - path = [path "/"]; - endif __pl_plplot_octave_path = path; else help plplot_octave_path Index: plplot/bindings/octave/PLplot/toggle_plplot_use.m =================================================================== RCS file: /cvsroot/plplot/plplot/bindings/octave/PLplot/toggle_plplot_use.m,v retrieving revision 1.6 diff -u -r1.6 toggle_plplot_use.m --- plplot/bindings/octave/PLplot/toggle_plplot_use.m 25 Jan 2004 22:21:36 -0000 1.6 +++ plplot/bindings/octave/PLplot/toggle_plplot_use.m 7 Aug 2006 16:37:05 -0000 @@ -31,28 +31,24 @@ endif endif -use_plplot_path = plplot_octave_path; -use_plplot_i = findstr (LOADPATH, use_plplot_path); -if (!isempty (use_plplot_i)) - LOADPATH (use_plplot_i(1):use_plplot_i(1)+length(use_plplot_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - +if (!isempty(findstr(path, plplot_octave_path))) + rmpath (genpath(plplot_octave_path)); +endif if (strcmp (use_plplot_state, "on")) - LOADPATH = [use_plplot_path, ":", LOADPATH]; + addpath(genpath(plplot_octave_path),"-begin"); plplot_stub; elseif (strcmp (use_plplot_state, "off")) - LOADPATH = [LOADPATH, ":", use_plplot_path]; + addpath(genpath(plplot_octave_path),"-end"); endif use_plplot_lcd = pwd; -cd (use_plplot_path); +cd (plplot_octave_path); for use_plplot_i = [ char(glob("*.m ")); char(glob("support/*.m ")) ]' clear (strrep (strrep (deblank(use_plplot_i'), ".m", ""), "support/", "")); end cd (use_plplot_lcd); -clear use_plplot_path use_plplot_lcd use_plplot_i +clear use_plplot_lcd use_plplot_i printf ("Use PLplot: %s\n", use_plplot_state); Index: plplot/test/plplot-test.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/plplot-test.sh.in,v retrieving revision 1.37 diff -u -r1.37 plplot-test.sh.in --- plplot/test/plplot-test.sh.in 27 Jul 2006 21:55:35 -0000 1.37 +++ plplot/test/plplot-test.sh.in 7 Aug 2006 17:45:44 -0000 @@ -146,7 +146,7 @@ perldir=$SRC_EXAMPLES_DIR/perl javadir=$EXAMPLES_DIR/java octave=@OCTAVE@ -octavedir=$SRC_EXAMPLES_DIR/../bindings/octave//:$SRC_EXAMPLES_DIR/octave//:@PLPLOT_OCTAVE_DIR@//:@OCTAVE_M_DIR@//:@OCTAVE_OCT_DIR@//: +octavedir=$SRC_EXAMPLES_DIR/../bindings/octave PATH=$EXAMPLES_DIR/../utils:@exec_prefix@/bin:$PATH export cdir cxxdir f77dir f95dir pythondir javadir octave octavedir tcldir perldir PATH Index: plplot/test/test_octave.sh.in =================================================================== RCS file: /cvsroot/plplot/plplot/test/test_octave.sh.in,v retrieving revision 1.4 diff -u -r1.4 test_octave.sh.in --- plplot/test/test_octave.sh.in 26 Apr 2006 14:36:02 -0000 1.4 +++ plplot/test/test_octave.sh.in 7 Aug 2006 17:45:44 -0000 @@ -30,7 +30,8 @@ export LD_LIBRARY_PATH=$TOPDIR/src/.libs:$TOPDIR/lib/csa/.libs:$TOPDIR/lib/nn/.libs # Launch an Octave script that exercises all the demos -$octave -f -q -p $octavedir <= 100 && __pl.type(strm) < 200) __pl_meshplotit; @@ -282,7 +282,7 @@ unwind_protect_cleanup - warn_empty_list_elements = old_empty_list_elements_ok; + warning(old_empty_list_elements_ok,"Octave:empty-list-elements"); end_unwind_protect --- plplot-5.6.1/configure.octave 2006-08-07 14:07:47.000000000 -0600 +++ plplot-5.6.1/configure 2006-08-07 14:08:33.000000000 -0600 @@ -22006,7 +22006,7 @@ echo "$as_me:$LINENO: checking Octave m dir" >&5 echo $ECHO_N "checking Octave m dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_M_DIR=`$OCTAVE -q -f <&5 echo $ECHO_N "checking Octave oct dir... $ECHO_C" >&6 - if test -n "`echo $OCTAVE_VERSION | sed 's/^2.1//p;d;q'`" ; then + if test -n "`echo $OCTAVE_VERSION | sed 's/^2.[19]//p;d;q'`" ; then # Octave version 2.1 OCTAVE_OCT_DIR=`$OCTAVE -q -f < - 5.6.1-2 +- Add patch to support octave 2.9.7 (bug #201443) + * Mon May 22 2006 - Orion Poplawski - 5.6.1-1 - Update to 5.6.1 - Enable f95 bindings From fedora-extras-commits at redhat.com Mon Aug 7 21:40:48 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 14:40:48 -0700 Subject: mock buildsys-build.spec,1.2.2.4,1.2.2.5 Message-ID: <200608072140.k77LemU4024933@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24915 Modified Files: Tag: mock-0-6-branch buildsys-build.spec Log Message: refactored conditional blocks for simplicity Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.4 retrieving revision 1.2.2.5 diff -u -r1.2.2.4 -r1.2.2.5 --- buildsys-build.spec 7 Aug 2006 19:26:53 -0000 1.2.2.4 +++ buildsys-build.spec 7 Aug 2006 21:40:45 -0000 1.2.2.5 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -30,21 +30,34 @@ # The rather long-winded format of the conditionals is needed for compatbility # with old rpm versions such as were supplied with Red Hat Linux 7 + +# Fedora block %if "%{?fedora}" != "" Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" Requires: elfutils +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" +%endif + +# RHEL block +%if "%{?el}" != "" +Requires: redhat-release +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%if "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?el}" != "" +# Red Hat Linux [789] block +%if "%{?rhl}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +%if "%{?rhl}" == "9" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +67,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" Requires: redhat-rpm-config %endif %endif From fedora-extras-commits at redhat.com Mon Aug 7 21:44:23 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 7 Aug 2006 14:44:23 -0700 Subject: rpms/ufsparse/devel sources,1.6,1.7 ufsparse.spec,1.13,1.14 Message-ID: <200608072144.k77LiPwm025003@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ufsparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24984 Modified Files: sources ufsparse.spec Log Message: New release. Spec changes to support source changes and a new library. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufsparse/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Mar 2006 18:54:03 -0000 1.6 +++ sources 7 Aug 2006 21:44:23 -0000 1.7 @@ -1 +1 @@ -15f2cc58c2d66fa2ac0286cdfcf7cc76 UFsparse.tar.gz +7e635c3c6f6224439c96ca1ac9bb21e2 UFsparse.tar.gz Index: ufsparse.spec =================================================================== RCS file: /cvs/extras/rpms/ufsparse/devel/ufsparse.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ufsparse.spec 8 Mar 2006 15:17:56 -0000 1.13 +++ ufsparse.spec 7 Aug 2006 21:44:23 -0000 1.14 @@ -1,5 +1,5 @@ Name: ufsparse -Version: 1.2 +Version: 2.0.0 Release: 1%{?dist} Summary: University of Florida sparse matrix libraries @@ -17,6 +17,7 @@ matrices. The package includes the following libraries: AMD approximate minimum degree ordering BTF permutation to block triangular form (beta) + CAMD constrained approximate minimum degree ordering COLAMD column approximate minimum degree ordering CCOLAMD constrained column approximate minimum degree ordering CHOLMOD sparse Cholesky factorization @@ -43,15 +44,15 @@ %setup -q -n UFsparse %build -%define amd_version 1.2 -%define amd_version_major 1 +%define amd_version 2.0 +%define amd_version_major 2 mkdir Devel mkdir Doc mkdir Lib mkdir Include pushd AMD pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libamd.so.%{amd_version_major} -o ../Lib/libamd.so.%{amd_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -66,11 +67,11 @@ ln -sf libamd.so.%{amd_version} libamd.so popd -%define btf_version 0.7 +%define btf_version 0.9 %define btf_version_major 0 pushd BTF pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a gcc -shared -Wl,-soname,libbtf.so.%{btf_version_major} -o libbtf.so.%{btf_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -83,10 +84,27 @@ ln -sf libbtf.so.%{btf_version} libbtf.so popd -%define ccolamd_version 1.0 -%define ccolamd_version_major 1 +%define camd_version 2.1 +%define camd_version_major 2 +pushd CAMD + pushd Source + make CFLAGS="$RPM_OPT_FLAGS -fPIC" + gcc -shared -Wl,-soname,libcamd.so.%{camd_version_major} -o ../Lib/libcamd.so.%{camd_version} `ls *.o` + popd + cp Lib/*.a Lib/*.so* ../Lib + cp Include/*.h ../Include + mkdir ../Doc/CAMD/ + cp README.txt Doc/License Doc/ChangeLog ../Doc/CAMD +popd +pushd Lib + ln -sf libcamd.so.%{camd_version} libcamd.so.%{camd_version_major} + ln -sf libcamd.so.%{camd_version} libcamd.so +popd + +%define ccolamd_version 2.5 +%define ccolamd_version_major 2 pushd CCOLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libccolamd.so.%{ccolamd_version_major} -o libccolamd.so.%{ccolamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -98,7 +116,7 @@ ln -sf libccolamd.so.%{ccolamd_version} libccolamd.so popd -%define cholmod_version 1.0 +%define cholmod_version 1.1.1 %define cholmod_version_major 1 ### CHOLMOD can also be compiled to use the METIS library, but it is not ### used here because its licensing terms exclude it from Fedora Extras. @@ -111,7 +129,7 @@ %endif pushd CHOLMOD pushd Lib - make -f Makefile CFLAGS="$CHOLMOD_FLAGS" + make CFLAGS="$CHOLMOD_FLAGS" gcc -shared -Wl,-soname,libcholmod.so.%{cholmod_version_major} -o ../Lib/libcholmod.so.%{cholmod_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -131,10 +149,10 @@ ln -sf libcholmod.so.%{cholmod_version} libcholmod.so popd -%define colamd_version 2.4 +%define colamd_version 2.5 %define colamd_version_major 2 pushd COLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" library + make CFLAGS="$RPM_OPT_FLAGS -fPIC" library gcc -shared -Wl,-soname,libcolamd.so.%{colamd_version_major} -o libcolamd.so.%{colamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -152,11 +170,11 @@ ### enable_csparse as 1 below. %define enable_csparse 0 %if "%{?enable_csparse}" == "1" -%define csparse_version 1.2 -%define csparse_version_major 1 +%define csparse_version 2.0.1 +%define csparse_version_major 2 pushd CSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a gcc -shared -Wl,-soname,libcsparse.so.%{csparse_version_major} -o libcsparse.so.%{csparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -170,11 +188,11 @@ popd %else -%define cxsparse_version 1.2 -%define cxsparse_version_major 1 +%define cxsparse_version 2.0.1 +%define cxsparse_version_major 2 pushd CXSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a gcc -shared -Wl,-soname,libcxsparse.so.%{cxsparse_version_major} -o libcxsparse.so.%{cxsparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -188,11 +206,11 @@ popd %endif -%define klu_version 0.7 +%define klu_version 0.9 %define klu_version_major 0 pushd KLU pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a gcc -shared -Wl,-soname,libklu.so.%{klu_version_major} -o libklu.so.%{klu_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -206,10 +224,10 @@ ln -sf libklu.so.%{klu_version} libklu.so popd -%define ldl_version 1.2 +%define ldl_version 1.3 %define ldl_version_major 1 pushd LDL - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a gcc -shared -Wl,-soname,libldl.so.%{ldl_version_major} -o libldl.so.%{ldl_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -223,11 +241,11 @@ ln -sf libldl.so.%{ldl_version} libldl.so popd -%define umfpack_version 4.6 -%define umfpack_version_major 4 +%define umfpack_version 5.0 +%define umfpack_version_major 5 pushd UMFPACK pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libumfpack.so.%{umfpack_version_major} -o ../Lib/libumfpack.so.%{umfpack_version} `ls *.o` -lblas -lm popd cp Lib/*.a Lib/*.so* ../Lib @@ -242,6 +260,7 @@ ln -sf libumfpack.so.%{umfpack_version} libumfpack.so popd +cp UFconfig/UFconfig.h Include %install rm -rf ${RPM_BUILD_ROOT} @@ -280,6 +299,11 @@ %{_libdir}/lib*.so %changelog +* Mon Aug 7 2006 Quentin Spencer 2.0.0-1 +- New release. +- Build newly added CAMD library. +- Misc minor spec changes. + * Tue Mar 7 2006 Quentin Spencer 1.2-1 - New release. - Build newly added library CXSparse (but not CSparse--see comments From fedora-extras-commits at redhat.com Mon Aug 7 21:49:50 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 7 Aug 2006 14:49:50 -0700 Subject: rpms/contacts/devel contacts.spec,1.3,1.4 Message-ID: <200608072149.k77LnqoD025046@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25029 Modified Files: contacts.spec Log Message: bump Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- contacts.spec 10 Jun 2006 02:32:59 -0000 1.3 +++ contacts.spec 7 Aug 2006 21:49:50 -0000 1.4 @@ -1,6 +1,6 @@ Name: contacts Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contacts addressbook Group: Applications/Productivity @@ -52,6 +52,9 @@ %changelog +* Mon Aug 07 2006 Jesse Keating - 0.1-3 +- Bump for new evo-data-server + * Fri Jun 09 2006 Jesse Keating - 0.1-2 - Bump for newer mock - Add dist From fedora-extras-commits at redhat.com Mon Aug 7 21:52:04 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 7 Aug 2006 14:52:04 -0700 Subject: mock buildsys-build.spec,1.3,1.4 Message-ID: <200608072152.k77Lq4HH025115@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25097 Modified Files: buildsys-build.spec Log Message: modified to match 0.6 branch; bumped version to match mock for this branch Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- buildsys-build.spec 7 Aug 2006 19:24:54 -0000 1.3 +++ buildsys-build.spec 7 Aug 2006 21:52:01 -0000 1.4 @@ -3,8 +3,8 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.5 -Release: 4%{?dist} +Version: 0.7 +Release: 1%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -30,21 +30,34 @@ # The rather long-winded format of the conditionals is needed for compatbility # with old rpm versions such as were supplied with Red Hat Linux 7 + +# Fedora block %if "%{?fedora}" != "" Requires: coreutils Requires: fedora-release Requires: redhat-rpm-config -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" || "%{?el}" == "3" +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?fedora}" == "2" || "%{?fedora}" == "1" Requires: elfutils +%if "%{?fedora}" == "4" || "%{?fedora}" == "3" +Requires: python +%endif %endif -%if "%{?fedora}" == "4" || "%{?fedora}" == "3" || "%{?el}" == "4" + +# RHEL block +%if "%{?el}" != "" +Requires: redhat-release +Requires: coreutils +Requires: elfutils +Requires: redhat-rpm-config +%if "%{?el}" == "4" Requires: python %endif %endif -%if "%{?rhl}" != "" || "%{?el}" != "" +# Red Hat Linux [789] block +%if "%{?rhl}" != "" Requires: redhat-release -%if "%{?rhl}" == "9" || "%{?el}" == "3" || "%{?el}" == "4" +%if "%{?rhl}" == "9" Requires: coreutils Requires: elfutils Requires: redhat-rpm-config @@ -54,7 +67,7 @@ Requires: findutils %endif # Cater for alternative versions of buildsys-macros -%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" || "%{?el}" != "" +%if "%{?rhl}" == "8" || "%{?rhl}" == "8.0" Requires: redhat-rpm-config %endif %endif @@ -76,6 +89,10 @@ %doc %changelog +* Mon Aug 7 2006 Clark Williams - 0.7-1 +- refactored conditional blocks for simplicity +- bumped version to match mock + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags From fedora-extras-commits at redhat.com Mon Aug 7 21:55:32 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 14:55:32 -0700 Subject: rpms/banshee/devel .cvsignore, 1.6, 1.7 banshee.spec, 1.12, 1.13 sources, 1.6, 1.7 Message-ID: <200608072155.k77LtYmx025168@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25142 Modified Files: .cvsignore banshee.spec sources Log Message: - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 3 May 2006 17:48:50 -0000 1.6 +++ .cvsignore 7 Aug 2006 21:55:32 -0000 1.7 @@ -1 +1,2 @@ banshee-0.10.10.tar.gz +banshee-0.10.11.tar.gz Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- banshee.spec 16 Jun 2006 17:22:25 -0000 1.12 +++ banshee.spec 7 Aug 2006 21:55:32 -0000 1.13 @@ -1,6 +1,6 @@ Name: banshee -Version: 0.10.10 -Release: 2%{?dist} +Version: 0.10.11 +Release: 1%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -23,6 +23,7 @@ BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gnome-desktop-devel BuildRequires: nautilus-cd-burner-devel +BuildRequires: dbus-sharp-devel Requires: libipoddevice Requires(post): GConf2 @@ -100,6 +101,10 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 +- Update to 0.10.11 +- Buildrequire: dbus-sharp-devel, because configure looks for it + * Fri Jun 16 2006 Jeremy Katz - 0.10.10-2 - rebuild against new nautilus-cd-burner - hack to get it to build Index: sources =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 3 May 2006 17:48:50 -0000 1.6 +++ sources 7 Aug 2006 21:55:32 -0000 1.7 @@ -1 +1 @@ -cb553f5bc6dc14b7afa44349d025bbdc banshee-0.10.10.tar.gz +564479e2e9f16af38f651868dd52ec39 banshee-0.10.11.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 22:07:22 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:07:22 -0700 Subject: rpms/boo import.log,1.4,1.5 Message-ID: <200608072207.k77M7sh7027893@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27861 Modified Files: import.log Log Message: auto-import boo-0.7.6.2237-8 on branch FC-5 from boo-0.7.6.2237-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/boo/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 27 Jul 2006 21:38:12 -0000 1.4 +++ import.log 7 Aug 2006 22:07:22 -0000 1.5 @@ -1,3 +1,4 @@ boo-0_7_6_2237-6:HEAD:boo-0.7.6.2237-6.src.rpm:1153901939 boo-0_7_6_2237-7:HEAD:boo-0.7.6.2237-7.src.rpm:1153922036 boo-0_7_6_2237-7:FC-5:boo-0.7.6.2237-7.src.rpm:1154036287 +boo-0_7_6_2237-8:FC-5:boo-0.7.6.2237-8.src.rpm:1154988437 From fedora-extras-commits at redhat.com Mon Aug 7 22:07:23 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:07:23 -0700 Subject: rpms/boo/FC-5 boo.spec,1.2,1.3 Message-ID: <200608072207.k77M7tUM027896@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27861/FC-5 Modified Files: boo.spec Log Message: auto-import boo-0.7.6.2237-8 on branch FC-5 from boo-0.7.6.2237-8.src.rpm Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boo.spec 26 Jul 2006 13:54:03 -0000 1.2 +++ boo.spec 7 Aug 2006 22:07:22 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,11 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%if "%fedora" == "5" + %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%else + %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%endif %{_datadir}/mime/packages/boo* %{_datadir}/mime-info/boo* @@ -59,6 +63,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Mon Aug 07 2006 Paul F. Johnson 0.7.6.2237-8 +- adds conditional for boo.lang - not required in FC6 + * Wed Jul 26 2006 Paul F. Johnson 0.7.6.2237-7 - claims ownership of monodir-boo now From fedora-extras-commits at redhat.com Mon Aug 7 22:08:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:08:47 -0700 Subject: rpms/boo import.log,1.5,1.6 Message-ID: <200608072208.k77M8nOU027982@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27951 Modified Files: import.log Log Message: auto-import boo-0.7.6.2237-8 on branch devel from boo-0.7.6.2237-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/boo/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 7 Aug 2006 22:07:22 -0000 1.5 +++ import.log 7 Aug 2006 22:08:47 -0000 1.6 @@ -2,3 +2,4 @@ boo-0_7_6_2237-7:HEAD:boo-0.7.6.2237-7.src.rpm:1153922036 boo-0_7_6_2237-7:FC-5:boo-0.7.6.2237-7.src.rpm:1154036287 boo-0_7_6_2237-8:FC-5:boo-0.7.6.2237-8.src.rpm:1154988437 +boo-0_7_6_2237-8:HEAD:boo-0.7.6.2237-8.src.rpm:1154988521 From fedora-extras-commits at redhat.com Mon Aug 7 22:08:47 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 7 Aug 2006 15:08:47 -0700 Subject: rpms/boo/devel boo.spec,1.2,1.3 Message-ID: <200608072208.k77M8nwv027986@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27951/devel Modified Files: boo.spec Log Message: auto-import boo-0.7.6.2237-8 on branch devel from boo-0.7.6.2237-8.src.rpm Index: boo.spec =================================================================== RCS file: /cvs/extras/rpms/boo/devel/boo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boo.spec 26 Jul 2006 13:54:03 -0000 1.2 +++ boo.spec 7 Aug 2006 22:08:47 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Boo is an OO statically typed language for CLI Name: boo Version: 0.7.6.2237 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,11 @@ %{monodir}/mono/boo/*.dll %{monodir}/mono/gac/Boo*/* %{_bindir}/boo* -%{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%if "%fedora" == "5" + %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%else + %exclude %{_datadir}/gtksourceview-1.0/language-specs/boo.lang +%endif %{_datadir}/mime/packages/boo* %{_datadir}/mime-info/boo* @@ -59,6 +63,9 @@ %{monodir}/pkgconfig/boo.pc %changelog +* Mon Aug 07 2006 Paul F. Johnson 0.7.6.2237-8 +- adds conditional for boo.lang - not required in FC6 + * Wed Jul 26 2006 Paul F. Johnson 0.7.6.2237-7 - claims ownership of monodir-boo now From fedora-extras-commits at redhat.com Mon Aug 7 22:25:22 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Mon, 7 Aug 2006 15:25:22 -0700 Subject: rpms/banshee/devel banshee.spec,1.13,1.14 Message-ID: <200608072225.k77MPOcb028247@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28230 Modified Files: banshee.spec Log Message: - Buildrequire: gettext-devel, because configure looks for its copy of msgfmt Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- banshee.spec 7 Aug 2006 21:55:32 -0000 1.13 +++ banshee.spec 7 Aug 2006 22:25:22 -0000 1.14 @@ -24,6 +24,7 @@ BuildRequires: gnome-desktop-devel BuildRequires: nautilus-cd-burner-devel BuildRequires: dbus-sharp-devel +BuildRequires: gettext-devel Requires: libipoddevice Requires(post): GConf2 @@ -104,6 +105,7 @@ * Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it +- Buildrequire: gettext-devel, because configure looks for its copy of msgfmt * Fri Jun 16 2006 Jeremy Katz - 0.10.10-2 - rebuild against new nautilus-cd-burner From fedora-extras-commits at redhat.com Mon Aug 7 22:43:45 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 7 Aug 2006 15:43:45 -0700 Subject: rpms/plplot/devel plplot.spec,1.15,1.16 Message-ID: <200608072243.k77Mhl3w028387@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28370 Modified Files: plplot.spec Log Message: Add BR ncurses-devel Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plplot.spec 7 Aug 2006 21:39:24 -0000 1.15 +++ plplot.spec 7 Aug 2006 22:43:45 -0000 1.16 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran, freetype-devel, octave-devel, qhull-devel -BuildRequires: java-devel, libgcj-devel +BuildRequires: java-devel, libgcj-devel, ncurses-devel BuildRequires: gd-devel, tcl-devel, tk-devel BuildRequires: python-devel, pygtk2-devel, python-numeric BuildRequires: libgnomeui-devel, libgnomeprintui22-devel, gnome-python2 @@ -349,6 +349,9 @@ %changelog +* Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 +- Add BR ncurses-devel + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 7 23:13:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 16:13:08 -0700 Subject: rpms/liferea/devel .cvsignore, 1.31, 1.32 liferea.spec, 1.44, 1.45 sources, 1.32, 1.33 Message-ID: <200608072313.k77NDA3A031140@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31119 Modified Files: .cvsignore liferea.spec sources Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Update to 1.0.20. (#199222) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 28 Jul 2006 17:03:46 -0000 1.31 +++ .cvsignore 7 Aug 2006 23:13:08 -0000 1.32 @@ -1 +1 @@ -liferea-1.0.18.tar.gz +liferea-1.0.20.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- liferea.spec 28 Jul 2006 17:03:46 -0000 1.44 +++ liferea.spec 7 Aug 2006 23:13:08 -0000 1.45 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: liferea -Version: 1.0.18 +Version: 1.0.20 Release: 3%{?dist} Summary: An RSS/RDF feed reader @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkhtml2-devel -BuildRequires: mozilla-devel +BuildRequires: firefox-devel BuildRequires: GConf2-devel BuildRequires: libX11-devel BuildRequires: libSM-devel @@ -106,6 +106,13 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-3 +- Update to 1.0.20. (#199222) + +* Mon Jul 31 2006 Brian Pepple - 1.0.19-3 +- Update to 1.0.19. +- Build against firefox instead of mozilla. (#145752) + * Fri Jul 28 2006 Brian Pepple - 1.0.18-3 - Update to 1.0.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 28 Jul 2006 17:03:46 -0000 1.32 +++ sources 7 Aug 2006 23:13:08 -0000 1.33 @@ -1 +1 @@ -1bedab466eee66e6063e55492d98c37e liferea-1.0.18.tar.gz +88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 23:14:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 16:14:48 -0700 Subject: rpms/liferea/FC-5 .cvsignore, 1.31, 1.32 liferea.spec, 1.43, 1.44 sources, 1.32, 1.33 Message-ID: <200608072314.k77NEoYo031229@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31208 Modified Files: .cvsignore liferea.spec sources Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-2 - Update to 1.0.20. (#199222) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 28 Jul 2006 17:05:15 -0000 1.31 +++ .cvsignore 7 Aug 2006 23:14:47 -0000 1.32 @@ -1 +1 @@ -liferea-1.0.18.tar.gz +liferea-1.0.20.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- liferea.spec 28 Jul 2006 17:05:15 -0000 1.43 +++ liferea.spec 7 Aug 2006 23:14:47 -0000 1.44 @@ -1,7 +1,7 @@ %define with_dbus 1 Name: liferea -Version: 1.0.18 +Version: 1.0.20 Release: 2%{?dist} Summary: An RSS/RDF feed reader @@ -106,6 +106,12 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-2 +- Update to 1.0.20. (#199222) + +* Mon Jul 31 2006 Brian Pepple - 1.0.19-2 +- Update to 1.0.19. + * Wed Jul 26 2006 Brian Pepple - 1.0.18-2 - Update to 1.0.18. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 28 Jul 2006 17:05:15 -0000 1.32 +++ sources 7 Aug 2006 23:14:47 -0000 1.33 @@ -1 +1 @@ -1bedab466eee66e6063e55492d98c37e liferea-1.0.18.tar.gz +88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz From fedora-extras-commits at redhat.com Mon Aug 7 23:58:13 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 7 Aug 2006 16:58:13 -0700 Subject: rpms/paps/devel README, NONE, 1.1 Makefile, 1.1, NONE paps-0.6.3-formfeed.patch, 1.1, NONE paps-0.6.6-encoding.patch, 1.2, NONE paps-0.6.6-font-option.patch, 1.1, NONE paps-0.6.6-lcctype.patch, 1.1, NONE paps-0.6.6-segfault.patch, 1.1, NONE paps-0.6.6-wordwrap.patch, 1.1, NONE paps-makefile.patch, 1.1, NONE paps-typo-font-scale.patch, 1.1, NONE paps.spec, 1.18, NONE sources, 1.8, NONE Message-ID: <200608072358.k77NwFGP031469@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31453 Added Files: README Removed Files: Makefile paps-0.6.3-formfeed.patch paps-0.6.6-encoding.patch paps-0.6.6-font-option.patch paps-0.6.6-lcctype.patch paps-0.6.6-segfault.patch paps-0.6.6-wordwrap.patch paps-makefile.patch paps-typo-font-scale.patch paps.spec sources Log Message: --- NEW FILE README --- paps has been moved into Core. --- Makefile DELETED --- --- paps-0.6.3-formfeed.patch DELETED --- --- paps-0.6.6-encoding.patch DELETED --- --- paps-0.6.6-font-option.patch DELETED --- --- paps-0.6.6-lcctype.patch DELETED --- --- paps-0.6.6-segfault.patch DELETED --- --- paps-0.6.6-wordwrap.patch DELETED --- --- paps-makefile.patch DELETED --- --- paps-typo-font-scale.patch DELETED --- --- paps.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 00:21:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 17:21:05 -0700 Subject: rpms/liferea/devel liferea.spec,1.45,1.46 Message-ID: <200608080021.k780L7qv001713@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1696 Modified Files: liferea.spec Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-4 - Add requires on specified version of firefox. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- liferea.spec 7 Aug 2006 23:13:08 -0000 1.45 +++ liferea.spec 8 Aug 2006 00:21:05 -0000 1.46 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.20 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,6 +23,8 @@ BuildRequires: dbus-devel %endif +Requires: firefox = 1.5.0.5 + Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -106,6 +108,9 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-4 +- Add requires on specified version of firefox. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Update to 1.0.20. (#199222) From fedora-extras-commits at redhat.com Tue Aug 8 00:21:56 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 7 Aug 2006 17:21:56 -0700 Subject: rpms/liferea/FC-5 liferea.spec,1.44,1.45 Message-ID: <200608080021.k780LwAV001750@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1733 Modified Files: liferea.spec Log Message: * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Add requires on specified version of mozilla. Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- liferea.spec 7 Aug 2006 23:14:47 -0000 1.44 +++ liferea.spec 8 Aug 2006 00:21:56 -0000 1.45 @@ -2,7 +2,7 @@ Name: liferea Version: 1.0.20 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,6 +23,8 @@ BuildRequires: dbus-devel %endif +Requires: mozilla = 37:1.7.13 + Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -106,6 +108,9 @@ %changelog +* Mon Aug 7 2006 Brian Pepple - 1.0.20-3 +- Add requires on specified version of mozilla. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-2 - Update to 1.0.20. (#199222) From fedora-extras-commits at redhat.com Tue Aug 8 05:17:07 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Mon, 7 Aug 2006 22:17:07 -0700 Subject: rpms/s3switch/devel .cvsignore,1.5,1.6 sources,1.5,1.6 Message-ID: <200608080517.k785H9cR017104@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/s3switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17085 Modified Files: .cvsignore sources Log Message: added pam file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Aug 2006 20:31:47 -0000 1.5 +++ .cvsignore 8 Aug 2006 05:17:07 -0000 1.6 @@ -1,2 +1,3 @@ s3ssrc.zip s3switch_0.0.20030423-2.diff.gz +s3switch.pam Index: sources =================================================================== RCS file: /cvs/extras/rpms/s3switch/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Aug 2006 20:29:10 -0000 1.5 +++ sources 8 Aug 2006 05:17:07 -0000 1.6 @@ -1,2 +1,3 @@ 1328b070343ac79c5ed4c613a1113754 s3ssrc.zip 459e6c8efc86d75d66250c3cd4a47672 s3switch_0.0.20030423-2.diff.gz +ccdec41f1b7cd5fdb552e94d4c478647 s3switch.pam From fedora-extras-commits at redhat.com Tue Aug 8 05:59:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 22:59:05 -0700 Subject: rpms/perl-POE-Component-Client-DNS/FC-4 Makefile, 1.1, NONE branch, 1.1, NONE perl-POE-Component-Client-DNS.spec, 1.2, NONE sources, 1.2, NONE Message-ID: <200608080559.k785x7xT017230@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17215 Removed Files: Makefile branch perl-POE-Component-Client-DNS.spec sources Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- Makefile DELETED --- --- branch DELETED --- --- perl-POE-Component-Client-DNS.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 05:59:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 22:59:38 -0700 Subject: rpms/perl-POE-Component-Client-DNS/FC-4 .cvsignore,1.2,NONE Message-ID: <200608080559.k785xemZ017256@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17241 Removed Files: .cvsignore Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 06:00:20 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 7 Aug 2006 23:00:20 -0700 Subject: rpms/perl-POE-Component-IRC/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE perl-POE-Component-IRC.spec, 1.3, NONE sources, 1.2, NONE Message-ID: <200608080600.k7860Mac017290@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17275 Removed Files: .cvsignore Makefile branch perl-POE-Component-IRC.spec sources Log Message: depends on perl(Net::DNS) >= 0.53, which isn't going to happen in FC-4 --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- perl-POE-Component-IRC.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 07:39:27 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Tue, 8 Aug 2006 00:39:27 -0700 Subject: rpms/ghdl/FC-5 ghdl-svn60.patch, NONE, 1.1 ghdl.spec, 1.15, 1.16 ghdl-svn59.patch, 1.1, NONE Message-ID: <200608080739.k787dT5g023833@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23813 Modified Files: ghdl.spec Added Files: ghdl-svn60.patch Removed Files: ghdl-svn59.patch Log Message: update to svn60 ghdl-svn60.patch: --- NEW FILE ghdl-svn60.patch --- diff -urN ghdl-0.24-orig/vhdl/canon.adb ghdl-0.24/vhdl/canon.adb --- ghdl-0.24-orig/vhdl/canon.adb 2006-06-19 21:05:08.000000000 +0200 +++ ghdl-0.24/vhdl/canon.adb 2006-08-06 20:16:50.000000000 +0200 @@ -226,7 +226,8 @@ | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Iterator_Declaration | Iir_Kind_Variable_Declaration - | Iir_Kind_Variable_Interface_Declaration => + | Iir_Kind_Variable_Interface_Declaration + | Iir_Kind_File_Declaration => null; when Iir_Kind_Left_Array_Attribute diff -urN ghdl-0.24-orig/vhdl/disp_vhdl.adb ghdl-0.24/vhdl/disp_vhdl.adb --- ghdl-0.24-orig/vhdl/disp_vhdl.adb 2005-10-08 14:29:56.000000000 +0200 +++ ghdl-0.24/vhdl/disp_vhdl.adb 2006-08-06 20:16:50.000000000 +0200 @@ -680,6 +680,8 @@ Put ("variable "); when Iir_Kind_Constant_Interface_Declaration => Put ("constant "); + when Iir_Kind_File_Interface_Declaration => + Put ("file "); when others => Error_Kind ("disp_interface_declaration", Inter); end case; diff -urN ghdl-0.24-orig/vhdl/ghdl.texi ghdl-0.24/vhdl/ghdl.texi --- ghdl-0.24-orig/vhdl/ghdl.texi 2006-06-17 02:14:11.000000000 +0200 +++ ghdl-0.24/vhdl/ghdl.texi 2006-08-06 20:16:41.000000000 +0200 @@ -11,7 +11,7 @@ @titlepage @title GHDL guide @subtitle GHDL, a VHDL compiler - at subtitle For GHDL version 0.22 (Sokcho edition) + at subtitle For GHDL version 0.25 (Sokcho edition) @author Tristan Gingold @c The following two commands start the copyright page. @page @@ -163,10 +163,14 @@ the analysis time should be shorter than with a compiler using an intermediary language. +The Windows(TM) version of @code{GHDL} is not based on @code{GCC} but on +an internal code generator. + The current version of @code{GHDL} does not contain any graphical viewer: you cannot see signal waves. You can still check with a test bench. The current version can produce a @code{VCD} file which can be -viewed with a wave viewer. +viewed with a wave viewer, as well as @code{ghw} files to be viewed by + at samp{gtkwave}. @code{GHDL} aims at implementing @code{VHDL} as defined by IEEE 1076. It supports most of the 1987 standard and most features added by the @@ -217,9 +221,10 @@ @smallexample $ ghdl -a hello.vhdl @end smallexample -This command generates a file @file{hello.o}, which is the object file -corresponding to your VHDL program. This command also creates or updates -a file @file{work-obj93.cf}, which describes the library @samp{work}. +This command creates or updates a file @file{work-obj93.cf}, which +describes the library @samp{work}. On GNU/Linux, this command generates a +file @file{hello.o}, which is the object file corresponding to your +VHDL program. The object file is not created on Windows. Then, you have to build an executable file. @smallexample @@ -229,7 +234,8 @@ creates code in order to elaborate a design, with the @samp{hello} entity at the top of the hierarchy. -The result is an executable program called @file{hello} which can be run: +On GNU/Linux, the result is an executable program called @file{hello} +which can be run: @smallexample $ ghdl -r hello_world @end smallexample @@ -238,7 +244,12 @@ $ ./hello_world @end smallexample -and which should display: +On Windows, no file is created. The simulation is launched using this command: + at smallexample +> ghdl -r hello_world + at end smallexample + +The result of the simulation appears on the screen: @smallexample Hello world! @end smallexample @@ -558,10 +569,13 @@ $ ghdl -e [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample -The @dfn{elaboration} command creates an executable containing the -code of the @code{VHDL} sources, the elaboration code and simulation -code to execute a design hiearachy. The elaboration command is selected -with @var{-e} switch, and must be followed by either: +On GNU/Linux the @dfn{elaboration} command creates an executable +containing the code of the @code{VHDL} sources, the elaboration code +and simulation code to execute a design hiearachy. On Windows this +command elaborates the design but does not generate anything. + +The elaboration command is selected with @var{-e} switch, and must be +followed by either: @itemize @bullet @item a name of a configuration unit @@ -576,9 +590,10 @@ @xref{Top entity}, for the restrictions on the root design of a hierarchy. -The file name of the executable is the name of the primary unit, or for -the later case, the concatenation of the name of the primary unit, a -dash, and the name of the secondary unit (or architecture). +On GNU/Linux the file name of the executable is the name of the +primary unit, or for the later case, the concatenation of the name of +the primary unit, a dash, and the name of the secondary unit (or +architecture). On Windows there is no executable generated. The @option{-o} followed by a file name can override the default executable file name. @@ -603,9 +618,10 @@ $ ghdl -r @var{primary_unit} [@var{secondary_unit}] [@var{simulation_options}] @end smallexample -The arguments are the same as the @xref{Elaboration command}. This command -simply build the filename of the executable and execute it. You may also -directly execute the program. +The arguments are the same as the @xref{Elaboration command}. + +On GNU/Linux this command simply build the filename of the executable +and execute it. You may also directly execute the program. This command exists for three reasons: @itemize @bullet{} @@ -614,10 +630,12 @@ @item It is coherent with the @samp{-a} and @samp{-e} commands. @item -It will work with future implementations, where the code is generated in +It works with the Windows implementation, where the code is generated in memory. @end itemize +On Windows this command elaborate and launch the simulation. + @xref{Simulation and run time}, for details on options. @node Elaborate and run command, Bind command, Run command, Building commands @@ -644,6 +662,8 @@ $ ghdl --bind [@var{options}] @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This performs only the first stage of the elaboration command; the list of objects files is created but the executable is not built. This command should be used only when the main entry point is not ghdl. @@ -672,6 +692,8 @@ $ ghdl --list-link @var{primary_unit} [@var{secondary_unit}] @end smallexample +This command is only available on GNU/Linux. + This command may be used only after a bind command. GHDL displays all the files which will be linked to create an executable. This command is intended to add object files in a link of an foreign program. @@ -683,7 +705,7 @@ Analyze files but do not generate code. @smallexample -$ ghdl -a [@var{options}] @var{files} +$ ghdl -s [@var{options}] @var{files} @end smallexample This command may be used to check the syntax of files. It does not update @@ -695,13 +717,19 @@ @cindex @option{-c} command Analyze files and elaborate in the same time. +On GNU/Linux: @smallexample $ ghdl -c [@var{options}] @var{file}@dots{} -e @var{primary_unit} [@var{secondary_unit}] @end smallexample +On Windows: + at smallexample +$ ghdl -c [@var{options}] @var{file}@dots{} -r @var{primary_unit} [@var{secondary_unit}] + at end smallexample + This command combines analyze and elaboration: @var{file}s are analyzed and the unit is then elaborated. However, code is only generated during the -elaboration. +elaboration. On Windows the simulation is launched. To be more precise, the files are first parsed, and then the elaboration drives the analysis. Therefore, there is no analysis order, and you don't @@ -878,6 +906,9 @@ @node Passing options to other programs, GHDL warnings, GHDL options, Invoking GHDL @comment node-name, next, previous, up @section Passing options to other programs + +These options are only available on GNU/Linux. + For many commands, @code{GHDL} acts as a driver: it invokes programs to perform the command. You can pass arbritrary options to these programs. @@ -1671,6 +1702,8 @@ @section Debugging VHDL programs @cindex debugging @cindex @code{__ghdl_fatal} +Debugging VHDL programs usign @code{GDB} is possible only on GNU/Linux systems. + @code{GDB} is a general purpose debugger for programs compiled by @code{GCC}. Currently, there is no VHDL support for @code{GDB}. It may be difficult to inspect variables or signals in @code{GDB}, however, @code{GDB} is @@ -1949,6 +1982,8 @@ @cindex foreign @cindex VHPI @cindex VHPIDIRECT +Interfacing with foreign languages is possible only on GNU/Linux systems. + You can define a subprogram in a foreign language (such as @code{C} or @code{Ada}) and import it in a VHDL design. diff -urN ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb ghdl-0.24/vhdl/grt/grt-avhpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-avhpi.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-avhpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -330,7 +330,7 @@ end; when Ghdl_Rtik_Type_B2 | Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 => + | Ghdl_Rtik_Type_E32 => Res := (Kind => VhpiEnumTypeDeclK, Ctxt => Ctxt, Atype => Rti); diff -urN ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb ghdl-0.24/vhdl/grt/grt-rtis_addr.adb --- ghdl-0.24-orig/vhdl/grt/grt-rtis_addr.adb 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-rtis_addr.adb 2006-08-06 20:16:45.000000000 +0200 @@ -253,7 +253,7 @@ return To_Ghdl_Rti_Access (To_Ghdl_Rtin_Subtype_Array_Acc (Atype).Basetype); when Ghdl_Rtik_Type_E8 - | Ghdl_Rtik_Type_E32 + | Ghdl_Rtik_Type_E32 | Ghdl_Rtik_Type_B2 => return Atype; when others => diff -urN ghdl-0.24-orig/vhdl/grt/grt-signals.ads ghdl-0.24/vhdl/grt/grt-signals.ads --- ghdl-0.24-orig/vhdl/grt/grt-signals.ads 2006-05-29 21:36:38.000000000 +0200 +++ ghdl-0.24/vhdl/grt/grt-signals.ads 2006-08-06 20:16:45.000000000 +0200 @@ -382,6 +382,10 @@ -- Update signals. procedure Update_Signals; + -- Set the effective value of signal SIG to VAL. + -- If the value is different from the previous one, resume processes. + procedure Set_Effective_Value (Sig : Ghdl_Signal_Ptr; Val : Value_Union); + -- Add PROC in the list of processes to be resumed in case of event on -- SIG. procedure Resume_Process_If_Event diff -urN ghdl-0.24-orig/vhdl/grt/grt-vpi.adb ghdl-0.24/vhdl/grt/grt-vpi.adb --- ghdl-0.24-orig/vhdl/grt/grt-vpi.adb 2005-12-12 04:30:54.000000000 +0100 +++ ghdl-0.24/vhdl/grt/grt-vpi.adb 2006-08-06 20:16:45.000000000 +0200 @@ -507,6 +507,189 @@ end vpi_get_value; ------------------------------------------------------------------------ + -- void vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + -- Alter the simulation value of an object. + -- see IEEE 1364-2001, chapter 27.14, page 675 + -- FIXME + + procedure ii_vpi_put_value_bin_str_B2 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + -- use the Set_Effective_Value procedure to update the signal + case Value is + when '0' => + Tempval.B2 := false; + when '1' => + Tempval.B2 := true; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B2: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_B2; + + procedure ii_vpi_put_value_bin_str_E8 (SigPtr : Ghdl_Signal_Ptr; + Value : Character) + is + Tempval : Value_Union; + begin + case Value is + when 'U' => + Tempval.E8 := 0; + when 'X' => + Tempval.E8 := 1; + when '0' => + Tempval.E8 := 2; + when '1' => + Tempval.E8 := 3; + when 'Z' => + Tempval.E8 := 4; + when 'W' => + Tempval.E8 := 5; + when 'L' => + Tempval.E8 := 6; + when 'H' => + Tempval.E8 := 7; + when '-' => + Tempval.E8 := 8; + when others => + dbgPut_Line("ii_vpi_put_value_bin_str_B8: " + & "wrong character - signal wont be set"); + return; + end case; + SigPtr.Driving_Value := Tempval; + Set_Effective_Value (SigPtr, Tempval); + end ii_vpi_put_value_bin_str_E8; + + + procedure ii_vpi_put_value_bin_str(Obj : VhpiHandleT; + ValueStr : Ghdl_C_String) + is + Info : Verilog_Wire_Info; + Len : Ghdl_Index_Type; + begin + -- Check the Obj type. + -- * The vpiHandle has a reference (field Ref) to a VhpiHandleT + -- when it doesnt come from a callback. + case Vhpi_Get_Kind(Obj) is + when VhpiPortDeclK + | VhpiSigDeclK => + null; + when others => + return; + end case; + + -- The following code segment was copied from the + -- ii_vpi_get_value function. + -- Get verilog compat info. + Get_Verilog_Wire (Obj, Info); + if Info.Kind = Vcd_Bad then + return; + end if; + + if Info.Irange = null then + Len := 1; + else + Len := Info.Irange.I32.Len; + end if; + + -- Step 1: convert vpi object to internal format. + -- p_vpi_handle -> Ghdl_Signal_Ptr + -- To_Signal_Arr_Ptr (Info.Addr) does part of the magic + + -- Step 2: convert datum to appropriate type. + -- Ghdl_C_String -> Value_Union + + -- Step 3: assigns value to object using Set_Effective_Value + -- call (from grt-signals) + -- Set_Effective_Value(sig_ptr, conv_value); + + + -- Took the skeleton from ii_vpi_get_value function + -- This point of the function must convert the string value to the + -- native ghdl format. + case Info.Kind is + when Vcd_Bad => + return; + when Vcd_Bit + | Vcd_Bool + | Vcd_Bitvector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_B2( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Stdlogic + | Vcd_Stdlogic_Vector => + for J in 0 .. Len - 1 loop + ii_vpi_put_value_bin_str_E8( + To_Signal_Arr_Ptr(Info.Addr)(J), ValueStr(Integer(J+1))); + end loop; + when Vcd_Integer32 => + null; + end case; + + -- Always return null, because this simulation kernel cannot send + -- a handle to the event back. + return; + end ii_vpi_put_value_bin_str; + + + -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, + -- p_vpi_time when, int flags) + function vpi_put_value (aObj: vpiHandle; + aValue: p_vpi_value; + aWhen: p_vpi_time; + aFlags: integer) + return vpiHandle + is + pragma Unreferenced (aWhen); + pragma Unreferenced (aFlags); + begin + -- A very simple write procedure for VPI. + -- Basically, it accepts bin_str values and converts to appropriate + -- types (only std_logic and bit values and vectors). + + -- It'll use Set_Effective_Value procedure to update signals + + -- Ignoring aWhen and aFlags, for now. + + -- Checks the format of aValue. Only vpiBinStrVal will be accepted + -- for now. + case aValue.Format is + when vpiObjTypeVal=> + dbgPut_Line ("vpi_put_value: vpiObjTypeVal"); + when vpiBinStrVal=> + ii_vpi_put_value_bin_str(aObj.Ref, aValue.Str); + dbgPut_Line ("vpi_put_value: vpiBinStrVal"); + when vpiOctStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiOctStrVal"); + when vpiDecStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiDecStrVal"); + when vpiHexStrVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiHexStrVal"); + when vpiScalarVal=> + dbgPut_Line ("vpi_put_value: vpiNet, vpiScalarVal"); + when vpiIntVal=> + dbgPut_Line ("vpi_put_value: vpiIntVal"); + when vpiRealVal=> dbgPut_Line("vpi_put_value: vpiRealVal"); + when vpiStringVal=> dbgPut_Line("vpi_put_value: vpiStringVal"); + when vpiTimeVal=> dbgPut_Line("vpi_put_value: vpiTimeVal"); + when vpiVectorVal=> dbgPut_Line("vpi_put_value: vpiVectorVal"); + when vpiStrengthVal=> dbgPut_Line("vpi_put_value: vpiStrengthVal"); + when others=> dbgPut_Line("vpi_put_value: unknown mFormat"); + end case; + + -- Must return a scheduled event caused by vpi_put_value() + -- Still dont know how to do it. + return null; + end vpi_put_value; + + ------------------------------------------------------------------------ -- void vpi_get_time(vpiHandle obj, s_vpi_time*t); -- see IEEE 1364-2001, page xxx Sim_Time : Std_Time; @@ -631,22 +814,6 @@ return 0; end vpi_mcd_open; - -- vpiHandle vpi_put_value(vpiHandle obj, p_vpi_value value, - -- p_vpi_time when, int flags) - function vpi_put_value (aObj: vpiHandle; - aValue: p_vpi_value; - aWhen: p_vpi_time; - aFlags: integer) - return vpiHandle - is - pragma Unreferenced (aObj); - pragma Unreferenced (aValue); - pragma Unreferenced (aWhen); - pragma Unreferenced (aFlags); - begin - return null; - end vpi_put_value; - -- void vpi_register_systf(const struct t_vpi_systf_data*ss) procedure vpi_register_systf(aSs: System.Address) is diff -urN ghdl-0.24-orig/vhdl/iirs.adb ghdl-0.24/vhdl/iirs.adb --- ghdl-0.24-orig/vhdl/iirs.adb 2005-11-14 21:44:55.000000000 +0100 +++ ghdl-0.24/vhdl/iirs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -449,14 +449,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -473,6 +465,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => return Format_Short; when Iir_Kind_Design_File @@ -2276,14 +2276,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -2298,6 +2290,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5326,14 +5326,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5348,6 +5340,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5654,14 +5654,6 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute - | Iir_Kind_Left_Array_Attribute - | Iir_Kind_Right_Array_Attribute - | Iir_Kind_High_Array_Attribute - | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute - | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute | Iir_Kind_Delayed_Attribute | Iir_Kind_Stable_Attribute | Iir_Kind_Quiet_Attribute @@ -5676,6 +5668,14 @@ | Iir_Kind_Simple_Name_Attribute | Iir_Kind_Instance_Name_Attribute | Iir_Kind_Path_Name_Attribute + | Iir_Kind_Left_Array_Attribute + | Iir_Kind_Right_Array_Attribute + | Iir_Kind_High_Array_Attribute + | Iir_Kind_Low_Array_Attribute + | Iir_Kind_Length_Array_Attribute + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Attribute_Name => null; when others => @@ -5724,10 +5724,10 @@ | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute - | Iir_Kind_Ascending_Array_Attribute => + | Iir_Kind_Ascending_Array_Attribute + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Index_Subtype", Target); @@ -5757,18 +5757,18 @@ | Iir_Kind_Pred_Attribute | Iir_Kind_Leftof_Attribute | Iir_Kind_Rightof_Attribute + | Iir_Kind_Delayed_Attribute + | Iir_Kind_Stable_Attribute + | Iir_Kind_Quiet_Attribute + | Iir_Kind_Transaction_Attribute | Iir_Kind_Left_Array_Attribute | Iir_Kind_Right_Array_Attribute | Iir_Kind_High_Array_Attribute | Iir_Kind_Low_Array_Attribute - | Iir_Kind_Range_Array_Attribute - | Iir_Kind_Reverse_Range_Array_Attribute | Iir_Kind_Length_Array_Attribute | Iir_Kind_Ascending_Array_Attribute - | Iir_Kind_Delayed_Attribute - | Iir_Kind_Stable_Attribute - | Iir_Kind_Quiet_Attribute - | Iir_Kind_Transaction_Attribute => + | Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute => null; when others => Failed ("Parameter", Target); diff -urN ghdl-0.24-orig/vhdl/iirs.ads ghdl-0.24/vhdl/iirs.ads --- ghdl-0.24-orig/vhdl/iirs.ads 2006-06-20 21:10:58.000000000 +0200 +++ ghdl-0.24/vhdl/iirs.ads 2006-08-06 20:16:50.000000000 +0200 @@ -2646,14 +2646,6 @@ Iir_Kind_Pred_Attribute, -- scalar_type_attribute Iir_Kind_Leftof_Attribute, -- scalar_type_attribute Iir_Kind_Rightof_Attribute, -- scalar_type_attribute - Iir_Kind_Left_Array_Attribute, -- array_attribute - Iir_Kind_Right_Array_Attribute, -- array_attribute - Iir_Kind_High_Array_Attribute, -- array_attribute - Iir_Kind_Low_Array_Attribute, -- array_attribute - Iir_Kind_Range_Array_Attribute, -- array_attribute - Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute - Iir_Kind_Length_Array_Attribute, -- array_attribute - Iir_Kind_Ascending_Array_Attribute, -- array_attribute Iir_Kind_Delayed_Attribute, -- signal_attribute Iir_Kind_Stable_Attribute, -- signal_attribute Iir_Kind_Quiet_Attribute, -- signal_attribute @@ -2670,6 +2662,14 @@ Iir_Kind_Simple_Name_Attribute, Iir_Kind_Instance_Name_Attribute, Iir_Kind_Path_Name_Attribute, + Iir_Kind_Left_Array_Attribute, -- array_attribute + Iir_Kind_Right_Array_Attribute, -- array_attribute + Iir_Kind_High_Array_Attribute, -- array_attribute + Iir_Kind_Low_Array_Attribute, -- array_attribute + Iir_Kind_Length_Array_Attribute, -- array_attribute + Iir_Kind_Ascending_Array_Attribute, -- array_attribute + Iir_Kind_Range_Array_Attribute, -- array_attribute + Iir_Kind_Reverse_Range_Array_Attribute, -- array_attribute Iir_Kind_Attribute_Name ); @@ -3205,14 +3205,6 @@ --Iir_Kind_Pred_Attribute --Iir_Kind_Leftof_Attribute --Iir_Kind_Rightof_Attribute - --Iir_Kind_Left_Array_Attribute - --Iir_Kind_Right_Array_Attribute - --Iir_Kind_High_Array_Attribute - --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute - --Iir_Kind_Length_Array_Attribute - --Iir_Kind_Ascending_Array_Attribute --Iir_Kind_Delayed_Attribute --Iir_Kind_Stable_Attribute --Iir_Kind_Quiet_Attribute @@ -3228,7 +3220,14 @@ --Iir_Kind_Structure_Attribute --Iir_Kind_Simple_Name_Attribute --Iir_Kind_Instance_Name_Attribute - Iir_Kind_Path_Name_Attribute; + --Iir_Kind_Path_Name_Attribute + --Iir_Kind_Left_Array_Attribute + --Iir_Kind_Right_Array_Attribute + --Iir_Kind_High_Array_Attribute + --Iir_Kind_Low_Array_Attribute + --Iir_Kind_Length_Array_Attribute + Iir_Kind_Ascending_Array_Attribute; + subtype Iir_Kinds_Attribute is Iir_Kind range Iir_Kind_Base_Attribute .. @@ -3254,10 +3253,10 @@ --Iir_Kind_Right_Array_Attribute --Iir_Kind_High_Array_Attribute --Iir_Kind_Low_Array_Attribute - --Iir_Kind_Range_Array_Attribute - --Iir_Kind_Reverse_Range_Array_Attribute --Iir_Kind_Length_Array_Attribute - Iir_Kind_Ascending_Array_Attribute; + --Iir_Kind_Ascending_Array_Attribute + --Iir_Kind_Range_Array_Attribute + Iir_Kind_Reverse_Range_Array_Attribute; subtype Iir_Kinds_Signal_Attribute is Iir_Kind range Iir_Kind_Delayed_Attribute .. diff -urN ghdl-0.24-orig/vhdl/lang-specs.h ghdl-0.24/vhdl/lang-specs.h --- ghdl-0.24-orig/vhdl/lang-specs.h 2005-02-27 18:00:59.000000000 +0100 +++ ghdl-0.24/vhdl/lang-specs.h 2006-08-06 20:16:44.000000000 +0200 @@ -22,7 +22,7 @@ /* This is the contribution to the `default_compilers' array in gcc.c for GHDL. */ - {".vhd", "@vhdl", 0}, - {".vhdl", "@vhdl", 0}, + {".vhd", "@vhdl", 0, 0, 0}, + {".vhdl", "@vhdl", 0, 0, 0}, {"@vhdl", - "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0}, + "ghdl1 %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}", 0, 0, 0}, diff -urN ghdl-0.24-orig/vhdl/Makefile.in ghdl-0.24/vhdl/Makefile.in --- ghdl-0.24-orig/vhdl/Makefile.in 2006-06-25 06:42:09.000000000 +0200 +++ ghdl-0.24/vhdl/Makefile.in 2006-08-06 20:23:11.000000000 +0200 @@ -315,7 +315,7 @@ prev=`pwd`; cd $(SYN93_DIR); \ $(CP) ../ieee/ieee-obj93.cf .; \ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done; \ for i in $(SYNOPSYS93_BSRCS); do \ @@ -330,7 +330,7 @@ prev=`pwd`; cd $(MENTOR93_DIR); \ $(CP) ../ieee/ieee-obj93.cf . ;\ test x$(VHDLLIBS_COPY_OBJS) = "xno" || \ - for i in $(IEEE_SRCS) $(VITAL2000_SRCS); do \ + for i in $(IEEE_SRCS) $(MATH_SRCS) $(VITAL2000_SRCS); do \ b=`basename $$i .vhdl`; $(LN) ../ieee/$$b.o $$b.o || exit 1; \ done ; \ for i in $(MENTOR93_BSRCS); do \ @@ -451,6 +451,11 @@ GRT_TARGET_OBJS=amd64.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) endif +ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) + GRT_TARGET_OBJS=i386.o linux.o times.o + GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) + ADAC=gnatgcc +endif ifeq ($(filter-out sparc solaris%,$(arch) $(osys)),) GRT_TARGET_OBJS=sparc.o linux.o times.o GRT_EXTRA_LIB=-ldl -lm diff -urN ghdl-0.24-orig/vhdl/scan-scan_literal.adb ghdl-0.24/vhdl/scan-scan_literal.adb --- ghdl-0.24-orig/vhdl/scan-scan_literal.adb 2005-09-22 23:30:52.000000000 +0200 +++ ghdl-0.24/vhdl/scan-scan_literal.adb 2006-08-06 20:16:50.000000000 +0200 @@ -228,6 +228,8 @@ Dividend : Uint16_Array (0 .. Nbr_Digits); A_F : constant Sint16 := First_Digit (A); B_F : constant Sint16 := First_Digit (B); + + -- Digit corresponding to the first digit of B. Doff : constant Sint16 := Dividend'Last - B_F; Q : Uint16; C, N_C : Uint16; @@ -238,6 +240,9 @@ end if; -- Copy and shift dividend. + -- Bit 15 of the most significant digit of A becomes bit 0 of the + -- most significant digit of DIVIDEND. Therefore we are sure + -- DIVIDEND < B (after realignment). C := 0; for K in 0 .. A_F loop N_C := Shift_Right (A.S (K), 15); @@ -249,6 +254,7 @@ Dividend (0 .. Dividend'last - 2 - A_F) := (others => 0); -- Algorithm is the same as division by hand. + C := 0; for I in reverse Digit_Range loop Q := 0; for J in 0 .. 15 loop @@ -271,7 +277,13 @@ Tmp (K) := Dividend (Doff + K) - V16; end loop; + -- If the last shift creates a carry, we are sure Dividend > B + if C /= 0 then + Borrow := 0; + end if; + Q := Q * 2; + -- Begin of : Dividend = Dividend * 2 C := 0; for K in 0 .. Doff - 1 loop N_C := Shift_Right (Dividend (K), 15); @@ -280,13 +292,17 @@ end loop; if Borrow = 0 then + -- Dividend > B Q := Q + 1; + -- Dividend = Tmp * 2 + -- = (Dividend - B) * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Tmp (K - Doff), 15); Dividend (K) := Shift_Left (Tmp (K - Doff), 1) or C; C := N_C; end loop; else + -- Dividend = Dividend * 2 for K in Doff .. Nbr_Digits loop N_C := Shift_Right (Dividend (K), 15); Dividend (K) := Shift_Left (Dividend (K), 1) or C; diff -urN ghdl-0.24-orig/vhdl/sem.adb ghdl-0.24/vhdl/sem.adb --- ghdl-0.24-orig/vhdl/sem.adb 2006-06-17 02:05:21.000000000 +0200 +++ ghdl-0.24/vhdl/sem.adb 2006-08-06 20:16:50.000000000 +0200 @@ -487,6 +487,21 @@ when others => -- Expression. Set_Collapse_Signal_Flag (El, False); + + -- If there is an IN conversion, re-integrate it into + -- the actual. + declare + In_Conv : Iir; + begin + In_Conv := Get_In_Conversion (El); + if In_Conv /= Null_Iir then + Set_In_Conversion (El, Null_Iir); + Set_Expr_Staticness + (In_Conv, Get_Expr_Staticness (Actual)); + Actual := In_Conv; + Set_Actual (El, Actual); + end if; + end; if Flags.Vhdl_Std >= Vhdl_93c then -- LRM93 1.1.1.2 Ports -- Moreover, the ports of a block may be associated @@ -1079,6 +1094,9 @@ | Iir_Kind_Variable_Interface_Declaration | Iir_Kind_Signal_Interface_Declaration | Iir_Kind_File_Interface_Declaration => + if Get_Identifier (Left) /= Get_Identifier (Right) then + return False; + end if; if Get_Lexical_Layout (Left) /= Get_Lexical_Layout (Right) or else Get_Mode (Left) /= Get_Mode (Right) then diff -urN ghdl-0.24-orig/vhdl/sem_assocs.adb ghdl-0.24/vhdl/sem_assocs.adb --- ghdl-0.24-orig/vhdl/sem_assocs.adb 2006-01-14 00:21:59.000000000 +0100 +++ ghdl-0.24/vhdl/sem_assocs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1118,6 +1118,10 @@ Res : Iir; begin Res_Base_Type := Get_Base_Type (Res_Type); + if Param_Type = Null_Iir then + -- In case of error. + return Null_Iir; + end if; Param_Base_Type := Get_Base_Type (Param_Type); if Is_Overload_List (Conv) then List := Get_Overload_List (Conv); @@ -1359,7 +1363,9 @@ end if; if Res_Type = Null_Iir then - raise Internal_Error; + -- In case of error, do not go farther. + Match := False; + return; end if; if Get_Formal (Assoc) /= Null_Iir then @@ -1569,9 +1575,7 @@ end if; if Finish then Sem_Association (Assoc, Inter, True, Match); - if not Match then - raise Internal_Error; - end if; + -- MATCH can be false du to errors. end if; else -- Not found. diff -urN ghdl-0.24-orig/vhdl/sem_decls.adb ghdl-0.24/vhdl/sem_decls.adb --- ghdl-0.24-orig/vhdl/sem_decls.adb 2006-05-13 17:28:13.000000000 +0200 +++ ghdl-0.24/vhdl/sem_decls.adb 2006-08-06 20:16:49.000000000 +0200 @@ -995,6 +995,7 @@ Def := Create_Iir (Iir_Kind_Incomplete_Type_Definition); Location_Copy (Def, Decl); Set_Type (Decl, Def); + Set_Base_Type (Def, Def); Set_Signal_Type_Flag (Def, True); Set_Type_Declarator (Def, Decl); Set_Visible_Flag (Decl, True); diff -urN ghdl-0.24-orig/vhdl/sem_expr.adb ghdl-0.24/vhdl/sem_expr.adb --- ghdl-0.24-orig/vhdl/sem_expr.adb 2006-05-30 00:14:09.000000000 +0200 +++ ghdl-0.24/vhdl/sem_expr.adb 2006-08-06 20:16:49.000000000 +0200 @@ -167,7 +167,8 @@ | Iir_Kind_Library_Declaration | Iir_Kind_Library_Clause | Iir_Kind_Component_Declaration - | Iir_Kinds_Procedure_Declaration => + | Iir_Kinds_Procedure_Declaration + | Iir_Kind_Range_Array_Attribute => Error_Msg_Sem (Disp_Node (Expr) & " not allowed in an expression", Loc); return Null_Iir; @@ -1801,7 +1802,7 @@ return; end if; Set_Expression (Choice, Expr); - if Get_Expr_Staticness (Expr) > Locally then + if Get_Expr_Staticness (Expr) < Locally then Error_Msg_Sem ("choice must be locally static expression", Expr); return; end if; diff -urN ghdl-0.24-orig/vhdl/sem_names.adb ghdl-0.24/vhdl/sem_names.adb --- ghdl-0.24-orig/vhdl/sem_names.adb 2006-06-22 21:30:58.000000000 +0200 +++ ghdl-0.24/vhdl/sem_names.adb 2006-08-06 20:16:50.000000000 +0200 @@ -2376,9 +2376,13 @@ -- At least, this type is valid; and even if the array was -- constrained, the base type would be the same. end if; - when Iir_Kind_Process_Statement => + when Iir_Kind_Range_Array_Attribute + | Iir_Kind_Reverse_Range_Array_Attribute + | Iir_Kind_Process_Statement => Error_Msg_Sem - (Disp_Node (Prefix) & " is not an appropriate attribute prefix", + (Disp_Node (Prefix) & " is not an appropriate prefix for '" + & Name_Table.Image (Get_Attribute_Identifier (Attr)) + & " attribute", Attr); return Error_Mark; when others => diff -urN ghdl-0.24-orig/vhdl/sem_specs.adb ghdl-0.24/vhdl/sem_specs.adb --- ghdl-0.24-orig/vhdl/sem_specs.adb 2005-12-12 03:14:23.000000000 +0100 +++ ghdl-0.24/vhdl/sem_specs.adb 2006-08-06 20:16:50.000000000 +0200 @@ -1264,15 +1264,20 @@ (Parent_Stmts : Iir; Conf : Iir_Configuration_Specification) is Primary_Entity_Aspect : Iir; + Component : Iir; begin Sem_Component_Specification (Parent_Stmts, Conf, Primary_Entity_Aspect); + Component := Get_Component_Name (Conf); + + -- Return now in case of error. + if Get_Kind (Component) /= Iir_Kind_Component_Declaration then + return; + end if; -- Extend scope of component interface declaration. Sem_Scopes.Open_Scope_Extension; - Sem_Scopes.Add_Component_Declarations (Get_Component_Name (Conf)); + Sem_Scopes.Add_Component_Declarations (Component); Sem_Binding_Indication (Get_Binding_Indication (Conf), - Get_Component_Name (Conf), - Conf, - Primary_Entity_Aspect); + Component, Conf, Primary_Entity_Aspect); -- FIXME: check default port and generic association. Sem_Scopes.Close_Scope_Extension; end Sem_Configuration_Specification; diff -urN ghdl-0.24-orig/vhdl/trans_be.adb ghdl-0.24/vhdl/trans_be.adb --- ghdl-0.24-orig/vhdl/trans_be.adb 2005-09-22 23:43:54.000000000 +0200 +++ ghdl-0.24/vhdl/trans_be.adb 2006-08-06 20:16:46.000000000 +0200 @@ -144,6 +144,6 @@ Error_Kind ("sem_foreign", Decl); end case; -- Let is generate error messages. - Fi := Translate_Foreign_Id (Decl, False); + Fi := Translate_Foreign_Id (Decl); end Sem_Foreign; end Trans_Be; diff -urN ghdl-0.24-orig/vhdl/translation.adb ghdl-0.24/vhdl/translation.adb --- ghdl-0.24-orig/vhdl/translation.adb 2006-06-24 15:50:09.000000000 +0200 +++ ghdl-0.24/vhdl/translation.adb 2006-08-06 20:16:46.000000000 +0200 @@ -2897,15 +2897,13 @@ end if; end Create_Temp; - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type is use Name_Table; Attr : Iir_Attribute_Value; Spec : Iir_Attribute_Specification; Attr_Decl : Iir; Expr : Iir; - P : Natural; begin -- Look for 'FOREIGN. Attr := Get_Attribute_Value_Chain (Decl); @@ -2972,27 +2970,60 @@ if Name_Length >= 10 and then Name_Buffer (1 .. 10) = "VHPIDIRECT" then - P := 11; + declare + P : Natural; + Sf, Sl : Natural; + Lf, Ll : Natural; + begin + P := 11; - -- Skip spaces. - while P <= Name_Length and then Name_Buffer (P) = ' ' loop + -- Skip spaces. + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + if P > Name_Length then + Error_Msg_Sem + ("missing subprogram/library name after VHPIDIRECT", Spec); + end if; + -- Extract library. + Lf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Ll := P; + -- Extract subprogram. P := P + 1; - end loop; - if Extract_Name then + while P <= Name_Length and then Name_Buffer (P) = ' ' loop + P := P + 1; + end loop; + Sf := P; + while P < Name_Length and then Name_Buffer (P) /= ' ' loop + P := P + 1; + end loop; + Sl := P; + if P < Name_Length then + Error_Msg_Sem ("garbage at end of VHPIDIRECT", Spec); + end if; + + -- Accept empty library. + if Sf > Name_Length then + Sf := Lf; + Sl := Ll; + Lf := 0; + Ll := 0; + end if; + return Foreign_Info_Type' (Kind => Foreign_Vhpidirect, - Subprg => Get_Identifier (Name_Buffer (P .. Name_Length)), - Lib => Null_Identifier); - else - return Foreign_Info_Type'(Kind => Foreign_Vhpidirect, - Subprg => O_Ident_Nul, - Lib => Null_Identifier); - end if; + Lib_First => Lf, + Lib_Last => Ll, + Subprg_First => Sf, + Subprg_Last => Sl); + end; elsif Name_Length = 14 and then Name_Buffer (1 .. 14) = "GHDL intrinsic" then - return Foreign_Info_Type'(Kind => Foreign_Intrinsic, - Subprg => Create_Identifier); + return Foreign_Info_Type'(Kind => Foreign_Intrinsic); else Error_Msg_Sem ("value of 'FOREIGN attribute does not begin with VHPIDIRECT", @@ -4640,6 +4671,7 @@ Rtype : Iir; Id : O_Ident; Storage : O_Storage; + Foreign : Foreign_Info_Type := Foreign_Bad; begin Info := Get_Info (Spec); Info.Res_Interface := O_Dnode_Null; @@ -4650,20 +4682,18 @@ Push_Subprg_Identifier (Spec, Mark); if Get_Foreign_Flag (Spec) then - declare - Fi : Foreign_Info_Type; - begin - Fi := Translate_Foreign_Id (Spec, True); - case Fi.Kind is - when Foreign_Unknown => - Id := Create_Identifier; - when Foreign_Intrinsic => - Id := Fi.Subprg; - when Foreign_Vhpidirect => - Id := Fi.Subprg; - end case; - Storage := O_Storage_External; - end; + Foreign := Translate_Foreign_Id (Spec); + case Foreign.Kind is + when Foreign_Unknown => + Id := Create_Identifier; + when Foreign_Intrinsic => + Id := Create_Identifier; + when Foreign_Vhpidirect => + Id := Get_Identifier + (Name_Table.Name_Buffer (Foreign.Subprg_First + .. Foreign.Subprg_Last)); + end case; + Storage := O_Storage_External; else Id := Create_Identifier; Storage := Global_Storage; @@ -4778,6 +4808,10 @@ end loop; Finish_Subprogram_Decl (Interface_List, Info.Ortho_Func); + if Get_Foreign_Flag (Spec) and then Foreign_Hook /= null then + Foreign_Hook.all (Spec, Foreign, Info.Ortho_Func); + end if; + Save_Local_Identifier (Info.Subprg_Local_Id); Pop_Identifier_Prefix (Mark); end Translate_Subprogram_Declaration; @@ -4804,7 +4838,7 @@ Old_Subprogram : Iir; Mark : Id_Mark_Type; Final : Boolean; - Is_Func : Boolean; + Is_Ortho_Func : Boolean; -- Set for a public method. In this case, the lock must be acquired -- and retained. @@ -4877,8 +4911,8 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Enter); end if; - Is_Func := Is_Subprogram_Ortho_Function (Spec); - if Is_Func then + Is_Ortho_Func := Is_Subprogram_Ortho_Function (Spec); + if Is_Ortho_Func then New_Var_Decl (Info.Subprg_Result, Get_Identifier ("RESULT"), O_Storage_Local, @@ -4906,7 +4940,7 @@ Chap3.Call_Ghdl_Protected_Procedure (Get_Method_Type (Spec), Ghdl_Protected_Leave); end if; - if Is_Func then + if Is_Ortho_Func then New_Return_Stmt (New_Obj_Value (Info.Subprg_Result)); end if; end if; @@ -5082,14 +5116,16 @@ return; end if; + Pkg := Get_Package (Decl); + Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); + Chap4.Translate_Declaration_Chain (Decl); + if Flag_Rti then Rtis.Generate_Unit (Decl); end if; - Pkg := Get_Package (Decl); - Restore_Local_Identifier (Get_Info (Pkg).Package_Local_Id); - Chap4.Translate_Declaration_Chain (Decl); Chap4.Translate_Declaration_Chain_Subprograms (Decl, Null_Iir); + Elab_Package_Body (Pkg, Decl); end Translate_Package_Body; @@ -13216,6 +13252,7 @@ Res : O_Cnode; begin Lit_Type := Get_Type (Str); + Chap3.Translate_Anonymous_Type_Definition (Lit_Type, True); Start_Array_Aggr (List, Get_Ortho_Type (Lit_Type, Mode_Value)); @@ -13228,6 +13265,86 @@ return Res; end Translate_Static_String_Literal; + -- Some strings literal have an unconstrained array type, + -- eg: 'image of constant. Its type is not constrained + -- because it is not so in VHDL! + function Translate_Static_Unconstrained_String_Literal (Str : Iir) + return O_Cnode + is + use Name_Table; + + Lit_Type : Iir; + Element_Type : Iir; + Index_Type : Iir; + Val_Aggr : O_Array_Aggr_List; + Bound_Aggr : O_Record_Aggr_List; + Index_Aggr : O_Record_Aggr_List; + Res_Aggr : O_Record_Aggr_List; + Res : O_Cnode; + Str_Type : O_Tnode; + Type_Info : Type_Info_Acc; + Index_Type_Info : Type_Info_Acc; + Len : Int32; + Val : Var_Acc; + Bound : Var_Acc; + begin + Lit_Type := Get_Type (Str); + Type_Info := Get_Info (Get_Base_Type (Lit_Type)); + + -- Create the string value. + Len := Get_String_Length (Str); + Str_Type := New_Constrained_Array_Type + (Type_Info.T.Base_Type (Mode_Value), + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + + Start_Array_Aggr (Val_Aggr, Str_Type); + Element_Type := Get_Element_Subtype (Lit_Type); + Translate_Static_String_Literal_Inner (Val_Aggr, Str, Element_Type); + Finish_Array_Aggr (Val_Aggr, Res); + + Val := Create_Global_Const + (Create_Uniq_Identifier, Str_Type, O_Storage_Private, Res); + + -- Create the string bound. + Index_Type := Get_First_Element (Get_Index_Subtype_List (Lit_Type)); + Index_Type_Info := Get_Info (Index_Type); + Start_Record_Aggr (Bound_Aggr, Type_Info.T.Bounds_Type); + Start_Record_Aggr (Index_Aggr, Index_Type_Info.T.Range_Type); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), 0)); + New_Record_Aggr_El + (Index_Aggr, + New_Signed_Literal (Index_Type_Info.Ortho_Type (Mode_Value), + Integer_64 (Len - 1))); + New_Record_Aggr_El + (Index_Aggr, Ghdl_Dir_To_Node); + New_Record_Aggr_El + (Index_Aggr, + New_Unsigned_Literal (Ghdl_Index_Type, Unsigned_64 (Len))); + Finish_Record_Aggr (Index_Aggr, Res); + New_Record_Aggr_El (Bound_Aggr, Res); + Finish_Record_Aggr (Bound_Aggr, Res); + Bound := Create_Global_Const + (Create_Uniq_Identifier, Type_Info.T.Bounds_Type, + O_Storage_Private, Res); + + -- The descriptor. + Start_Record_Aggr (Res_Aggr, Type_Info.Ortho_Type (Mode_Value)); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Val), + Type_Info.T.Base_Ptr_Type (Mode_Value))); + New_Record_Aggr_El + (Res_Aggr, + New_Global_Address (Get_Var_Label (Bound), + Type_Info.T.Bounds_Ptr_Type)); + Finish_Record_Aggr (Res_Aggr, Res); + Free_Var (Val); + Free_Var (Bound); + return Res; + end Translate_Static_Unconstrained_String_Literal; + -- Only for Strings of STD.Character. function Translate_Static_String (Str_Type : Iir; Str_Ident : Name_Id) return O_Cnode @@ -13282,7 +13399,13 @@ begin case Get_Kind (Str) is when Iir_Kind_String_Literal => - Res := Translate_Static_String_Literal (Str); + if Get_Kind (Get_Type (Str)) + = Iir_Kind_Array_Subtype_Definition + then + Res := Translate_Static_String_Literal (Str); + else + Res := Translate_Static_Unconstrained_String_Literal (Str); + end if; when Iir_Kind_Bit_String_Literal => Res := Translate_Static_Bit_String_Literal (Str); when Iir_Kind_Simple_Aggregate => @@ -25323,9 +25446,22 @@ when Iir_Kind_Type_Declaration | Iir_Kind_Subtype_Declaration => Add_Rti_Node (Generate_Type_Decl (Decl)); + when Iir_Kind_Constant_Declaration => + -- Do not generate RTIs for full declarations. + -- (RTI will be generated for the deferred declaration). + if Get_Deferred_Declaration (Decl) = Null_Iir + or else Get_Deferred_Declaration_Flag (Decl) + then + declare + Info : Object_Info_Acc; + begin + Info := Get_Info (Decl); + Generate_Object (Decl, Info.Object_Rti); + Add_Rti_Node (Info.Object_Rti); + end; + end if; when Iir_Kind_Signal_Declaration | Iir_Kind_Signal_Interface_Declaration - | Iir_Kind_Constant_Declaration | Iir_Kind_Constant_Interface_Declaration | Iir_Kind_Variable_Declaration | Iir_Kind_File_Declaration @@ -25463,8 +25599,8 @@ Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Package_Body => Kind := Ghdl_Rtik_Package_Body; - -- FIXME: yes or not ? - --Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); + -- Required at least for 'image + Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); when Iir_Kind_Architecture_Declaration => Kind := Ghdl_Rtik_Architecture; Generate_Declaration_Chain (Get_Declaration_Chain (Blk)); diff -urN ghdl-0.24-orig/vhdl/translation.ads ghdl-0.24/vhdl/translation.ads --- ghdl-0.24-orig/vhdl/translation.ads 2005-09-22 23:46:05.000000000 +0200 +++ ghdl-0.24/vhdl/translation.ads 2006-08-06 20:16:46.000000000 +0200 @@ -17,8 +17,6 @@ -- 02111-1307, USA. with Iirs; use Iirs; with Ortho_Nodes; -with Ortho_Ident; use Ortho_Ident; -with Types; use Types; package Translation is -- Initialize the package: create internal nodes. @@ -69,20 +67,21 @@ type Foreign_Info_Type (Kind : Foreign_Kind_Type := Foreign_Unknown) is record - Subprg : O_Ident; - case Kind is when Foreign_Unknown => null; when Foreign_Vhpidirect => - Lib : Name_Id; + -- Positions in name_table.name_buffer. + Lib_First : Natural; + Lib_Last : Natural; + Subprg_First : Natural; + Subprg_Last : Natural; when Foreign_Intrinsic => null; end case; end record; - Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown, - Subprg => O_Ident_Nul); + Foreign_Bad : constant Foreign_Info_Type := (Kind => Foreign_Unknown); -- Return a foreign_info for DECL. -- Can generate error messages, if the attribute expression is ill-formed. @@ -90,7 +89,12 @@ -- Otherwise, only KIND discriminent is set. -- EXTRACT_NAME should be set only inside translation itself, since the -- name can be based on the prefix. - function Translate_Foreign_Id (Decl : Iir; Extract_Name : Boolean) - return Foreign_Info_Type; + function Translate_Foreign_Id (Decl : Iir) return Foreign_Info_Type; + -- If not null, this procedure is called when a foreign subprogram is + -- created. + type Foreign_Hook_Access is access procedure (Decl : Iir; + Info : Foreign_Info_Type; + Ortho : Ortho_Nodes.O_Dnode); + Foreign_Hook : Foreign_Hook_Access := null; end Translation; Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/ghdl.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ghdl.spec 11 Jul 2006 04:40:03 -0000 1.15 +++ ghdl.spec 8 Aug 2006 07:39:26 -0000 1.16 @@ -1,11 +1,11 @@ %define gccver 4.1.0 %define ghdlver 0.24 -%define ghdlsvnver 59 +%define ghdlsvnver 60 Summary: A VHDL simulator, using the GCC technology Name: ghdl Version: 0.24 -Release: 0.%{ghdlsvnver}svn.2%{?dist} +Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages URL: http://ghdl.free.fr/ @@ -288,6 +288,9 @@ %changelog +* Tue Aug 8 2006 Thomas Sailer - 0.24-0.60svn.0 +- update to svn60 + * Tue Jul 11 2006 Thomas Sailer - 0.24-0.59svn.2 - rebuild --- ghdl-svn59.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 09:09:32 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:32 -0700 Subject: rpms/gstm - New directory Message-ID: <200608080909.k7899YPV029499@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29473/gstm Log Message: Directory /cvs/extras/rpms/gstm added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 09:09:33 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:33 -0700 Subject: rpms/gstm/devel - New directory Message-ID: <200608080909.k7899ZmQ029504@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29473/gstm/devel Log Message: Directory /cvs/extras/rpms/gstm/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 09:09:49 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:49 -0700 Subject: rpms/gstm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608080909.k7899pud029555@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522 Added Files: Makefile import.log Log Message: Setup of module gstm --- NEW FILE Makefile --- # Top level Makefile for module gstm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 09:09:50 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:09:50 -0700 Subject: rpms/gstm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608080909.k7899qOJ029558@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29522/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gstm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 09:10:32 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:10:32 -0700 Subject: rpms/gstm import.log,1.1,1.2 Message-ID: <200608080910.k789AYa0029631@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29598 Modified Files: import.log Log Message: auto-import gstm-1.2-1.fc6 on branch devel from gstm-1.2-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gstm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 09:09:49 -0000 1.1 +++ import.log 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +gstm-1_2-1_fc6:HEAD:gstm-1.2-1.fc6.src.rpm:1155028236 From fedora-extras-commits at redhat.com Tue Aug 8 09:10:33 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:10:33 -0700 Subject: rpms/gstm/devel gstm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608080910.k789AZWU029636@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gstm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29598/devel Modified Files: .cvsignore sources Added Files: gstm.spec Log Message: auto-import gstm-1.2-1.fc6 on branch devel from gstm-1.2-1.fc6.src.rpm --- NEW FILE gstm.spec --- Name: gstm Version: 1.2 Release: 1%{?dist} Summary: A front-end to ssh tunneling Group: Applications/Internet License: GPL URL: http://gstm.sourceforge.net Source0: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel, desktop-file-utils, gettext, openssh %description Gstm, short for Gnome SSH Tunnel Manager, is a graphical front-end for managing ssh tunneled portredirects. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --add-category X-Fedora \ --add-category Internet \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/%{name} %{_bindir}/gaskpass %{_datadir}/applications/*.desktop %{_datadir}/pixmaps %changelog * Thu Aug 08 2006 Damien Durand - 1.2-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gstm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 09:09:49 -0000 1.1 +++ .cvsignore 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +gstm-1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gstm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 09:09:49 -0000 1.1 +++ sources 8 Aug 2006 09:10:32 -0000 1.2 @@ -0,0 +1 @@ +7fa71b86969d8d695c3b062780a5694e gstm-1.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 09:13:48 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 02:13:48 -0700 Subject: owners owners.list,1.1371,1.1372 Message-ID: <200608080913.k789DouR029694@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29677 Modified Files: owners.list Log Message: Add gstm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1371 retrieving revision 1.1372 diff -u -r1.1371 -r1.1372 --- owners.list 7 Aug 2006 14:40:42 -0000 1.1371 +++ owners.list 8 Aug 2006 09:13:47 -0000 1.1372 @@ -515,6 +515,7 @@ Fedora Extras|grhino|Reversi game|michel.salim at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|grip|Front-end for CD rippers and Ogg Vorbis encoders|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|grisbi|Personal finances manager|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|gstm|A front-end to ssh tunneling|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer-python|Python bindings for GStreamer|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08|GStreamer streaming media framework runtime|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gstreamer08-plugins|GStreamer streaming media framework plug-ins|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 8 10:16:51 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:51 -0700 Subject: rpms/rxvt-unicode/FC-4 .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.21, 1.22 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGrrL000302@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/FC-4 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:31 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/rxvt-unicode.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- rxvt-unicode.spec 18 Jul 2006 09:38:31 -0000 1.21 +++ rxvt-unicode.spec 8 Aug 2006 10:16:51 -0000 1.22 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -68,6 +68,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:31 -0000 1.18 +++ sources 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:16:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:52 -0700 Subject: rpms/rxvt-unicode/FC-5 .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.25, 1.26 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGsxl000308@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/FC-5 Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:32 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/rxvt-unicode.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rxvt-unicode.spec 18 Jul 2006 09:38:32 -0000 1.25 +++ rxvt-unicode.spec 8 Aug 2006 10:16:51 -0000 1.26 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:32 -0000 1.18 +++ sources 8 Aug 2006 10:16:51 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:16:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 8 Aug 2006 03:16:52 -0700 Subject: rpms/rxvt-unicode/devel .cvsignore, 1.18, 1.19 rxvt-unicode.spec, 1.25, 1.26 sources, 1.18, 1.19 Message-ID: <200608081016.k78AGsbp000314@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/rxvt-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32717/devel Modified Files: .cvsignore rxvt-unicode.spec sources Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 18 Jul 2006 09:38:32 -0000 1.18 +++ .cvsignore 8 Aug 2006 10:16:52 -0000 1.19 @@ -1 +1 @@ -rxvt-unicode-7.8.tar.bz2 +rxvt-unicode-7.9.tar.bz2 Index: rxvt-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/rxvt-unicode.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rxvt-unicode.spec 18 Jul 2006 09:38:32 -0000 1.25 +++ rxvt-unicode.spec 8 Aug 2006 10:16:52 -0000 1.26 @@ -1,5 +1,5 @@ Name: rxvt-unicode -Version: 7.8 +Version: 7.9 Release: 1%{?dist} Summary: Rxvt-unicode is an unicode version of rxvt @@ -73,6 +73,10 @@ %{_libdir}/urxvt %changelog +* Tue Aug 08 2006 Andreas Bierfert +7.9-1 +- version upgrade + * Tue Jul 18 2006 Andreas Bierfert 7.8-1 - version upgrade Index: sources =================================================================== RCS file: /cvs/extras/rpms/rxvt-unicode/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Jul 2006 09:38:32 -0000 1.18 +++ sources 8 Aug 2006 10:16:52 -0000 1.19 @@ -1 +1 @@ -8bb2746eaa814f90d795534d67d9198a rxvt-unicode-7.8.tar.bz2 +7a0c73ccf0e31808ad37b61e730cd10e rxvt-unicode-7.9.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:23:31 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:23:31 -0700 Subject: rpms/pessulus import.log,1.9,1.10 Message-ID: <200608081023.k78ANXpj000574@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv541 Modified Files: import.log Log Message: auto-import pessulus-2.15.91-1.fc6 on branch devel from pessulus-2.15.91-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 28 Jul 2006 21:31:07 -0000 1.9 +++ import.log 8 Aug 2006 10:23:31 -0000 1.10 @@ -6,3 +6,4 @@ pessulus-0_10_4-1_fc6:HEAD:pessulus-0.10.4-1.fc6.src.rpm:1152624436 pessulus-0_10_4-2_fc6:HEAD:pessulus-0.10.4-2.fc6.src.rpm:1154121416 pessulus-2_15_90-1_fc6:HEAD:pessulus-2.15.90-1.fc6.src.rpm:1154122266 +pessulus-2_15_91-1_fc6:HEAD:pessulus-2.15.91-1.fc6.src.rpm:1155032615 From fedora-extras-commits at redhat.com Tue Aug 8 10:23:31 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:23:31 -0700 Subject: rpms/pessulus/devel .cvsignore, 1.4, 1.5 pessulus.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608081023.k78ANXcH000580@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv541/devel Modified Files: .cvsignore pessulus.spec sources Log Message: auto-import pessulus-2.15.91-1.fc6 on branch devel from pessulus-2.15.91-1.fc6.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 28 Jul 2006 21:31:08 -0000 1.4 +++ .cvsignore 8 Aug 2006 10:23:31 -0000 1.5 @@ -1 +1 @@ -pessulus-2.15.90.tar.bz2 +pessulus-2.15.91.tar.bz2 Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pessulus.spec 28 Jul 2006 21:31:08 -0000 1.8 +++ pessulus.spec 8 Aug 2006 10:23:31 -0000 1.9 @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: pessulus -Version: 2.15.90 +Version: 2.15.91 Release: 1%{?dist} Summary: A lockdown editor for GNOME @@ -57,7 +57,11 @@ %{_datadir}/%{name} %changelog -* Fri Jul 28 2006 Damien Durand - 2.15.90 +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 - Fixed URL - Upgraded to 2.15.90 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Jul 2006 21:31:08 -0000 1.4 +++ sources 8 Aug 2006 10:23:31 -0000 1.5 @@ -1 +1 @@ -f7900de61c1b1d02608cf479ea95dd5a pessulus-2.15.90.tar.bz2 +b32b00b3fca5ea33a5b1c36a6aa91c88 pessulus-2.15.91.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 10:26:11 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:26:11 -0700 Subject: rpms/pessulus/FC-5 pessulus.spec,1.11,NONE sources,1.3,NONE Message-ID: <200608081026.k78AQDjb000688@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv669 Removed Files: pessulus.spec sources Log Message: --- pessulus.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 10:27:04 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Tue, 8 Aug 2006 03:27:04 -0700 Subject: rpms/pessulus/FC-5 pessulus.spec,1.12,1.13 sources,1.4,1.5 Message-ID: <200608081027.k78AR67T000718@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv699 Added Files: pessulus.spec sources Log Message: Index: pessulus.spec =================================================================== RCS file: pessulus.spec diff -N pessulus.spec --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pessulus.spec 8 Aug 2006 10:27:04 -0000 1.13 @@ -0,0 +1,90 @@ +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define debug_package %{nil} + +Name: pessulus +Version: 2.15.91 +Release: 1%{?dist} +Summary: A lockdown editor for GNOME + +Group: Applications/System +License: GPL +URL: http://live.gnome.org/Pessulus +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + + +BuildRequires: gtk2-devel, pygtk2-devel, gnome-python2, gnome-python2-gconf, perl-XML-Parser, pkgconfig, desktop-file-utils, GConf2-devel, gettext-devel + + +%description +Pessulus is a lockdown editor for GNOME, written in python. Pessulus +enables administrators to set mandatory settings in GConf. The +users can not change these settings. +Use of pessulus can be useful on computers that are open to use by +everyone, e.g. in an internet cafe. + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +chmod +x $RPM_BUILD_ROOT%{python_sitearch}/Pessulus/*.py + + +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc README AUTHORS COPYING ChangeLog +%{_bindir}/%{name} +%{python_sitearch}/Pessulus/ +%{_datadir}/applications/*.desktop +%{_datadir}/%{name} + +%changelog +* Fri Aug 08 2006 Damien Durand - 2.15.91-1 +- Upgraded to 2.15.91 + + +* Fri Jul 28 2006 Damien Durand - 2.15.90-1 +- Fixed URL +- Upgraded to 2.15.90 + +* Tue Jul 11 2006 Damien Durand - 0.10.4-1 +- upgraded to 0.10.4 + + +* Tue Jul 04 2006 Damien Durand - 0.10.1-3 +- fixed debuginfo packages + +* Thu Jun 15 2006 Damien Durand - 0.10.1-2 +- fixed BuildRequires + +* Wed May 3 2006 Damien Durand - 0.10.1-1 +- upgrade version to 0.10.1 + +* Fri Apr 7 2006 Tom "spot" Callaway - 0.9-2 +- fix BR +- remove unnecessary Requires +- use version-release in changelog entries +- fix directory ownership +- use python_sitearch +- make python "scripts" executable + +* Thu Apr 6 2006 Damien Durand - 0.9-1 +- Initial package Index: sources =================================================================== RCS file: sources diff -N sources --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sources 8 Aug 2006 10:27:04 -0000 1.5 @@ -0,0 +1 @@ +b32b00b3fca5ea33a5b1c36a6aa91c88 pessulus-2.15.91.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 12:56:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 05:56:31 -0700 Subject: rpms/akode/devel .cvsignore, 1.2, 1.3 akode.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608081256.k78CuX6g007123@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7102 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 12:56:31 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- akode.spec 21 Jul 2006 15:27:35 -0000 1.3 +++ akode.spec 8 Aug 2006 12:56:31 -0000 1.4 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 -Release: 1%{?dist}.2 +Version: 2.0.1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,9 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + * Fri Jul 21 2006 Rex Dieter - fc6: gcc/glibc respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 12:56:31 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 13:07:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 06:07:29 -0700 Subject: rpms/akode/FC-5 .cvsignore, 1.2, 1.3 akode.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608081307.k78D7Vd9009804@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9783 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 13:07:29 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/akode.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- akode.spec 10 Feb 2006 13:03:16 -0000 1.2 +++ akode.spec 8 Aug 2006 13:07:29 -0000 1.3 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 -Release: 1%{?dist}.1 +Version: 2.0.1 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,12 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + +* Fri Jul 21 2006 Rex Dieter +- fc6: gcc/glibc respin + * Fri Feb 10 2006 Rex Dieter - fc5: gcc/glibc respin Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 13:07:29 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 13:07:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 06:07:47 -0700 Subject: rpms/akode/FC-4 .cvsignore, 1.2, 1.3 akode.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608081307.k78D7n1a009877@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851 Modified Files: .cvsignore akode.spec sources Log Message: * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jan 2006 14:50:17 -0000 1.2 +++ .cvsignore 8 Aug 2006 13:07:47 -0000 1.3 @@ -1 +1 @@ -30375-akode-2.0.tar.gz +30375-akode-2.0.1.tar.bz2 Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/akode.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- akode.spec 6 Jan 2006 14:50:17 -0000 1.1 +++ akode.spec 8 Aug 2006 13:07:47 -0000 1.2 @@ -1,13 +1,13 @@ Summary: Audio-decoding framework Name: akode -Version: 2.0 +Version: 2.0.1 Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://carewolf.com/akode/ -#URL: http://www.kde-apps.org/content/show.php?content=30375 -Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz +#URL: http://carewolf.com/akode/ +URL: http://www.kde-apps.org/content/show.php?content=30375 +Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake @@ -77,6 +77,11 @@ # unpackaged files rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +# rpmdocs +for file in AUTHORS COPYING NEWS README TODO ; do + test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file" +done + %clean rm -rf $RPM_BUILD_ROOT @@ -89,9 +94,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README -# NEWS omitted, currently empty -#doc NEWS +%doc rpmdocs/* %{_bindir}/akodeplay %{_libdir}/libakode.so.* %{_libdir}/libakode_*_*.so @@ -104,6 +107,15 @@ %changelog +* Mon Aug 07 2006 Rex Dieter 2.0.1-1 +- 2.0.1 + +* Fri Jul 21 2006 Rex Dieter +- fc6: gcc/glibc respin + +* Fri Feb 10 2006 Rex Dieter +- fc5: gcc/glibc respin + * Mon Dec 19 2005 Rex Dieter 2.0-1 - 2.0(final) Index: sources =================================================================== RCS file: /cvs/extras/rpms/akode/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jan 2006 14:50:17 -0000 1.2 +++ sources 8 Aug 2006 13:07:47 -0000 1.3 @@ -1 +1 @@ -04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz +94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 14:18:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 07:18:46 -0700 Subject: rpms/geomview/devel .cvsignore, 1.9, 1.10 geomview.spec, 1.20, 1.21 sources, 1.9, 1.10 Message-ID: <200608081418.k78EIm1s012864@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12843 Modified Files: .cvsignore geomview.spec sources Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 - 1.8.2-rc8 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 31 Jul 2006 13:09:50 -0000 1.9 +++ .cvsignore 8 Aug 2006 14:18:45 -0000 1.10 @@ -4,3 +4,4 @@ geomview-1.8.2-rc4.tar.bz2 geomview-1.8.2-rc6.tar.bz2 geomview-1.8.2-rc7.tar.bz2 +geomview-1.8.2-rc8.tar.bz2 Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- geomview.spec 31 Jul 2006 14:25:45 -0000 1.20 +++ geomview.spec 8 Aug 2006 14:18:45 -0000 1.21 @@ -3,12 +3,12 @@ %define _with_orrery --with-orrery #define _with_maniview --with-maniview -%define beta rc7 +%define beta rc8 Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.14.%{beta}%{?dist} +Release: 0.15.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -253,6 +253,9 @@ %changelog +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 +- 1.8.2-rc8 + * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 - BR: tcl-devel tk-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 31 Jul 2006 13:09:50 -0000 1.9 +++ sources 8 Aug 2006 14:18:45 -0000 1.10 @@ -1,5 +1 @@ -109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz -8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz -f5588be3402850ed4cc9ef0dac48013a geomview.png -b7deaf96fa9b968d3fc1a502e6751e36 geomview-1.8.2-rc6.tar.bz2 -a9d01f3e3ff50aff9cdad8ee45be7ea5 geomview-1.8.2-rc7.tar.bz2 +16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 14:23:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 07:23:14 -0700 Subject: rpms/geomview/devel .cvsignore, 1.10, 1.11 geomview.spec, 1.21, 1.22 sources, 1.10, 1.11 Message-ID: <200608081423.k78ENGbJ013052@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13030 Modified Files: .cvsignore geomview.spec sources Log Message: respin for biffed sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 8 Aug 2006 14:18:45 -0000 1.10 +++ .cvsignore 8 Aug 2006 14:23:14 -0000 1.11 @@ -1,7 +1,3 @@ maniview-2.0.0.tar.gz orrery-0.9.3.tar.gz -geomview.png -geomview-1.8.2-rc4.tar.bz2 -geomview-1.8.2-rc6.tar.bz2 -geomview-1.8.2-rc7.tar.bz2 geomview-1.8.2-rc8.tar.bz2 Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- geomview.spec 8 Aug 2006 14:18:45 -0000 1.21 +++ geomview.spec 8 Aug 2006 14:23:14 -0000 1.22 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.15.%{beta}%{?dist} +Release: 0.16.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -253,7 +253,7 @@ %changelog -* Tue Aug 08 2006 Rex Dieter 1.8.2-0.15.rc8 +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.16.rc8 - 1.8.2-rc8 * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 8 Aug 2006 14:18:45 -0000 1.10 +++ sources 8 Aug 2006 14:23:14 -0000 1.11 @@ -1 +1,4 @@ +f5588be3402850ed4cc9ef0dac48013a geomview.png +8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz +109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz 16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 15:12:52 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:12:52 -0700 Subject: rpms/perl-MIME-tools/devel perl-MIME-tools.spec,1.13,1.14 Message-ID: <200608081512.k78FCs8U016139@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16120 Modified Files: perl-MIME-tools.spec Log Message: Install the more useful examples in %{_bindir} (#201691) Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/devel/perl-MIME-tools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-MIME-tools.spec 19 Apr 2006 14:14:08 -0000 1.13 +++ perl-MIME-tools.spec 8 Aug 2006 15:12:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:13:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:13:16 -0700 Subject: rpms/xforms/devel xforms.spec,1.17,1.18 Message-ID: <200608081513.k78FDIHw016164@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16147 Modified Files: xforms.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.0.90-7 - cleanup (and fc6 respin) Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/devel/xforms.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- xforms.spec 1 Mar 2006 15:55:08 -0000 1.17 +++ xforms.spec 8 Aug 2006 15:13:16 -0000 1.18 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 6%{?dist}.2 +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -17,9 +17,11 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel %if "%{?fedora}" > "4" -BuildRequires: libXpm-devel %define x_deps libX11-devel libXpm-devel +%else +%define x_deps xorg-x11-devel %endif +BuildRequires: %{x_deps} # import/export: png, sgi (optional?) Requires: netpbm-progs @@ -40,7 +42,7 @@ Summary: Development files for the XForms toolkit library Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: %{?x_deps}%{!?x_deps:XFree86-devel} +Requires: %{x_deps} Requires: libjpeg-devel %description devel %{summary}. @@ -59,8 +61,7 @@ --disable-static \ --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - X_PRE_LIBS='' +make %{?_smp_mflags} X_PRE_LIBS="" %install @@ -95,7 +96,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup (and fc6 respin) + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Fri Jan 20 2006 Rex Dieter 1.0.90-6 From fedora-extras-commits at redhat.com Tue Aug 8 15:26:34 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:26:34 -0700 Subject: rpms/geomview/devel geomview.spec,1.22,1.23 Message-ID: <200608081526.k78FQaim016311@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16294 Modified Files: geomview.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- geomview.spec 8 Aug 2006 14:23:14 -0000 1.22 +++ geomview.spec 8 Aug 2006 15:26:34 -0000 1.23 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.16.%{beta}%{?dist} +Release: 0.17.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -83,6 +83,13 @@ display objects described in a variety of file formats. It comes with a wide selection of example objects, and you can create your own objects too. +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +%{summary}. + %if "%{?_with_orrery:1}" == "1" %package orrery Group: Applications/Engineering @@ -157,6 +164,7 @@ # --config-cache (for maniview) %configure \ + --enable-shared \ --disable-static # Either do (re)automake steps above for addons, or this. -- Rex @@ -167,7 +175,8 @@ %endif # not smp-safe -make MATHLIB=-lm +#make MATHLIB=-lm +make %{?_smp_mflags} %install @@ -239,7 +248,7 @@ %{_mandir}/man1/* %{_mandir}/man3/* %{_datadir}/geomview/ -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_libexecdir}/geomview/ %if "%{?_with_orrery:1}" == "1" %doc rpmdocs/orrery*/AUTHORS rpmdocs/orrery*/ChangeLog rpmdocs/orrery*/COPYING @@ -251,10 +260,16 @@ %doc rpmdocs/maniview*/README %endif +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so +%{_includedir}/geomview/ + %changelog -* Tue Aug 08 2006 Rex Dieter 1.8.2-0.16.rc8 +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 +- -devel pkg * Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 - BR: tcl-devel tk-devel From fedora-extras-commits at redhat.com Tue Aug 8 15:27:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:27:34 -0700 Subject: rpms/perl-MIME-tools/FC-5 perl-MIME-tools.spec,1.13,1.14 Message-ID: <200608081527.k78FRaJ7016386@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16369 Modified Files: perl-MIME-tools.spec Log Message: resync with devel Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-5/perl-MIME-tools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-MIME-tools.spec 19 Apr 2006 15:57:49 -0000 1.13 +++ perl-MIME-tools.spec 8 Aug 2006 15:27:34 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:28:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 8 Aug 2006 08:28:34 -0700 Subject: rpms/perl-MIME-tools/FC-4 perl-MIME-tools.spec,1.11,1.12 Message-ID: <200608081528.k78FSaZV016452@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16435 Modified Files: perl-MIME-tools.spec Log Message: resync with devel Index: perl-MIME-tools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-tools/FC-4/perl-MIME-tools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-MIME-tools.spec 19 Apr 2006 15:59:30 -0000 1.11 +++ perl-MIME-tools.spec 8 Aug 2006 15:28:33 -0000 1.12 @@ -1,6 +1,6 @@ Name: perl-MIME-tools Version: 5.420 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modules for parsing and creating MIME entities in Perl Group: Development/Libraries License: Artistic or GPL @@ -31,6 +31,10 @@ %global provfilt /bin/sh -c "%{__perl_provides} | %{__grep} -Fvx 'perl(main)'" %define __perl_provides %{provfilt} +# The more useful examples will go in %{_bindir} +%{__mkdir} useful-examples +%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples + %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} @@ -42,6 +46,17 @@ /usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';' %{__chmod} -R u+w %{buildroot}/* +# Put the more useful examples in %{_bindir} +%{__install} -d -m 755 %{buildroot}%{_bindir} +%{__install} -d -m 755 %{buildroot}%{_mandir}/man1 +cd useful-examples +for ex in mime* +do + %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/ + /usr/bin/pod2man ${ex} > %{buildroot}%{_mandir}/man1/${ex}.1 +done +cd - + %check if %{__perl} -e "use MIME::QuotedPrint 3.03" 2>/dev/null; then %{__make} test @@ -60,9 +75,14 @@ # perl, perl-MIME-tools, and perl-MailTools, which are all deps anyway. %doc examples %{perl_vendorlib}/MIME/ +%{_bindir}/mime* +%{_mandir}/man1/mime*.1* %{_mandir}/man3/MIME::*.3pm* %changelog +* Tue Aug 8 2006 Paul Howarth 5.420-2 +- Install the more useful examples in %%{_bindir} (#201691) + * Wed Apr 19 2006 Paul Howarth - 5.420-1 - 5.420 - Cosmetic changes reflecting new maintainer's preferences From fedora-extras-commits at redhat.com Tue Aug 8 15:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:41:47 -0700 Subject: rpms/xforms/FC-5 xforms.spec,1.17,1.18 Message-ID: <200608081541.k78FfnL3016648@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16631 Modified Files: xforms.spec Log Message: * Tue Aug 08 2006 Rex Dieter 1.0.90-7 - cleanup Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/FC-5/xforms.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- xforms.spec 1 Mar 2006 15:55:08 -0000 1.17 +++ xforms.spec 8 Aug 2006 15:41:47 -0000 1.18 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 6%{?dist}.2 +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -17,9 +17,11 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel %if "%{?fedora}" > "4" -BuildRequires: libXpm-devel %define x_deps libX11-devel libXpm-devel +%else +%define x_deps xorg-x11-devel %endif +BuildRequires: %{x_deps} # import/export: png, sgi (optional?) Requires: netpbm-progs @@ -40,7 +42,7 @@ Summary: Development files for the XForms toolkit library Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: %{?x_deps}%{!?x_deps:XFree86-devel} +Requires: %{x_deps} Requires: libjpeg-devel %description devel %{summary}. @@ -59,8 +61,7 @@ --disable-static \ --enable-optimization="$RPM_OPT_FLAGS" -make %{?_smp_mflags} \ - X_PRE_LIBS='' +make %{?_smp_mflags} X_PRE_LIBS="" %install @@ -95,7 +96,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Tue Aug 08 2006 Rex Dieter 1.0.90-7 +- cleanup + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Fri Jan 20 2006 Rex Dieter 1.0.90-6 From fedora-extras-commits at redhat.com Tue Aug 8 15:42:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:42:44 -0700 Subject: rpms/geomview/FC-5 geomview-1.8.2-fhs.patch, NONE, 1.1 orrery-0.9.3-fhs.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 geomview-cvs-checkout.sh, 1.1, 1.2 geomview.spec, 1.12, 1.13 sources, 1.5, 1.6 geomview-1.8.1-rh.patch, 1.2, NONE Message-ID: <200608081542.k78FgkGB016727@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16698 Modified Files: .cvsignore geomview-cvs-checkout.sh geomview.spec sources Added Files: geomview-1.8.2-fhs.patch orrery-0.9.3-fhs.patch Removed Files: geomview-1.8.1-rh.patch Log Message: * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg geomview-1.8.2-fhs.patch: --- NEW FILE geomview-1.8.2-fhs.patch --- --- geomview-1.8.2-rc3/configure.ac.fhs 2006-07-15 22:41:00.000000000 -0500 +++ geomview-1.8.2-rc3/configure.ac 2006-07-20 13:58:08.000000000 -0500 @@ -711,10 +711,10 @@ ######################################################################## -moduledir="\$(exec_prefix)/bin" +moduledir="\$(libexecdir)/geomview" AC_SUBST(moduledir) -geomdatadir="\$(prefix)/data" +geomdatadir="\$(datadir)/geomview" AC_SUBST(geomdatadir) # cache 'moduledir' and 'geomdatadir' so individual module configure scripts --- geomview-1.8.2-rc3/configure.fhs 2006-07-19 15:36:55.000000000 -0500 +++ geomview-1.8.2-rc3/configure 2006-07-20 13:58:55.000000000 -0500 @@ -28541,10 +28541,10 @@ ######################################################################## -moduledir="\$(exec_prefix)/bin" +moduledir="\$(libexecdir)/geomview" -geomdatadir="\$(prefix)/data" +geomdatadir="\$(datadir)/geomview" # cache 'moduledir' and 'geomdatadir' so individual module configure scripts orrery-0.9.3-fhs.patch: --- NEW FILE orrery-0.9.3-fhs.patch --- --- orrery-0.9.3/quick2elem.fhs 2001-03-19 10:35:01.000000000 -0600 +++ orrery-0.9.3/quick2elem 2006-07-21 09:27:54.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/mktxmesh.fhs 2001-03-18 19:41:17.000000000 -0600 +++ orrery-0.9.3/mktxmesh 2006-07-21 09:28:20.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl if(@ARGV == 0 && -t STDOUT) { print STDERR "Usage: $0 {-stereo|-sinu|-rect|-cyl|-oneface} usize vsize > mesh.oogl --- orrery-0.9.3/data/marshemi.mesh.fhs 2001-03-18 19:41:43.000000000 -0600 +++ orrery-0.9.3/data/marshemi.mesh 2006-07-21 09:27:09.000000000 -0500 @@ -344,7 +344,7 @@ 0.000 0.000 1.000 0.000 0.000 1.000 0.986 0.500 0 -#! /usr/local/bin/perl +#! /usr/bin/perl # #sub putmesh { # ($nu,$nv) = (18,18); --- orrery-0.9.3/data/orrery.fhs 2001-03-19 10:36:46.000000000 -0600 +++ orrery-0.9.3/data/orrery 2006-07-21 09:24:20.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/wish +#! /usr/bin/wish # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/data/vectext.tcl.fhs 2001-03-18 19:42:52.000000000 -0600 +++ orrery-0.9.3/data/vectext.tcl 2006-07-21 09:26:04.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/tclsh +#! /usr/bin/tclsh # Copyright (c) 1995, Geometry Center, University of Minnesota # Script by Stuart Levy, Geometry Center. @@ -11,7 +11,7 @@ # "-hershey" will seek files there if not found relative to ".". # This could be a colon-separated list of directories. -set gsfontpath "/usr/local/lib/ghostscript/fonts" +set gsfontpath "/usr/share/ghostscript/fonts" catch {set gsfontpath $env(GS_FONTPATH)} proc vectext {args} { --- orrery-0.9.3/tailcone.fhs 2001-03-19 10:35:10.000000000 -0600 +++ orrery-0.9.3/tailcone 2006-07-21 09:27:30.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/perl +#! /usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/peri2elem.fhs 2001-03-19 10:34:52.000000000 -0600 +++ orrery-0.9.3/peri2elem 2006-07-21 09:24:55.000000000 -0500 @@ -1,4 +1,4 @@ -#! /usr/local/bin/tclsh +#! /usr/bin/tclsh # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). --- orrery-0.9.3/stargv.fhs 2001-03-19 10:35:07.000000000 -0600 +++ orrery-0.9.3/stargv 2006-07-21 09:27:43.000000000 -0500 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # This file is part of the Orrery, a solar system simulator for # Geomview (see www.geomview.org for details). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 24 Jun 2006 17:25:44 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:42:44 -0000 1.6 @@ -1,5 +1,3 @@ maniview-2.0.0.tar.gz orrery-0.9.3.tar.gz -geomview-snapshot-2004-02-21.tar.gz -geomview.png -geomview-cvs20060623.tar.bz2 +geomview-1.8.2-rc8.tar.bz2 Index: geomview-cvs-checkout.sh =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview-cvs-checkout.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- geomview-cvs-checkout.sh 24 Jun 2006 17:25:44 -0000 1.1 +++ geomview-cvs-checkout.sh 8 Aug 2006 15:42:44 -0000 1.2 @@ -1,14 +1,14 @@ -#!/bin/sh +#!/bin/bash +MODULE=$(basename $0 -cvs_checkout.sh) DATE=$(date +%Y%m%d) set -x -rm -rf geomview -#cvs -d:pserver:anonymous at geomview.cvs.sourceforge.net:/cvsroot/geomview login -cvs -z3 -d:pserver:anonymous at geomview.cvs.sourceforge.net:/cvsroot/geomview co -P geomview -tar cjf geomview-cvs${DATE}.tar.bz2 geomview +rm -rf $MODULE -rm -rf geomview +cvs -z3 -d:pserver:anonymous@${MODULE}.cvs.sourceforge.net:/cvsroot/$MODULE co -P $MODULE +tar cjf $MODULE-${DATE}cvs.tar.bz2 $MODULE +rm -rf $MODULE Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- geomview.spec 24 Jun 2006 17:25:44 -0000 1.12 +++ geomview.spec 8 Aug 2006 15:42:44 -0000 1.13 @@ -1,42 +1,39 @@ ## Conditional build: %define _with_orrery --with-orrery -%define _with_maniview --with-maniview +#define _with_maniview --with-maniview -%define cvs 20060623 +%define beta rc8 Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.7.cvs%{cvs}%{?dist} +Release: 0.17.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ -#Url: http://sourceforge.net/projects/geomview/ Group: Applications/Engineering -#Source0: http://dl.sourceforge.net/sourceforge/geomview/geomview-%{version}.tar.gz -#Source0: http://www.ee.surrey.ac.uk/Personal/L.Wood/software/SaVi/src/unreleased/geomview-snapshot-2004-02-21.tar.gz -Source0: geomview-cvs%{cvs}.tar.bz2 -Source1: geomview-cvs-checkout.sh +Source0: http://dl.sourceforge.net/sourceforge/geomview/geomview-%{version}-%{beta}.tar.bz2 +#Source0: geomview-%{cvs}.tar.bz2 +#Source1: geomview-cvs_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # http://bugzilla.redhat.com/bugzilla/182625 #ExcludeArch: x86_64 -Obsoletes: %{name}-plugins < %{version}-%{release} -Provides: %{name}-plugins = %{version}-%{release} - Source1: geomview.desktop Source2: geomview.png # Other plugins %define orrery_ver 0.9.3 -Source10: http://dl.sourceforge.net/geomview/orrery-%{orrery_ver}.tar.gz +Source100: http://dl.sourceforge.net/geomview/orrery-%{orrery_ver}.tar.gz %define maniview_ver 2.0.0 -Source11: http://dl.sourceforge.net/geomview/maniview-%{maniview_ver}.tar.gz +Source200: http://dl.sourceforge.net/geomview/maniview-%{maniview_ver}.tar.gz ## Patches # put moduledir and data in sane locations -Patch1: geomview-1.8.1-rh.patch +Patch1: geomview-1.8.2-fhs.patch +# orrery fhs fixes +Patch100: orrery-0.9.3-fhs.patch BuildRequires: desktop-file-utils BuildRequires: automake libtool @@ -47,6 +44,8 @@ %if "%{?fedora}" > "4" BuildRequires: libXmu-devel %endif +BuildRequires: tcl-devel tk-devel + #BuildRequires: /usr/bin/makeinfo BuildRequires: texinfo @@ -61,6 +60,21 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +Obsoletes: %{name}-plugins < %{version}-%{release} +Provides: %{name}-plugins = %{version}-%{release} + +Obsoletes: %{name}-orrery < %{version}-%{release} +Obsoletes: %{name}-maniview < %{version}-%{release} + +%if "%{?_with_orrery:1}" == "1" +Provides: %{name}-orrery = %{version}-%{release} +Requires: tk tcl +%endif + +%if "%{?_with_maniview:1}" == "1" +Provides: %{name}-maniview = %{version}-%{release} +%endif + %description Geomview is an interactive 3D viewing program for Unix. It lets you view and manipulate 3D objects: you use the mouse to rotate, translate, zoom in and out, @@ -69,12 +83,19 @@ display objects described in a variety of file formats. It comes with a wide selection of example objects, and you can create your own objects too. +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +%description devel +%{summary}. + %if "%{?_with_orrery:1}" == "1" %package orrery Group: Applications/Engineering Summary: Solar System Simulator for Geomview Requires: %{name} = %{version} -Requires: tk +Requires: tk tcl Obsoletes: orrery < %{orrery_ver}-%{release} Provides: orrery = %{orrery_ver}-%{release} %description orrery @@ -99,39 +120,40 @@ %prep -%setup -q -n %{name} +%define src_dir %{name}-%{version}%{?beta:-%{beta}} +%setup -q -n %{src_dir} # purge CVS crud -find $RPM_BUILD_ROOT -name CVS -type d | xargs rm -rf -find $RPM_BUILD_ROOT -name .cvsignore | xargs rm -f +find . -name CVS -type d | xargs rm -rf +find . -name .cvsignore | xargs rm -f -%patch1 -p1 -b .rh +#patch1 -p1 -b .fhs -libtoolize --force -./reconf -n +#libtoolize --force +#aclocal -I m4 +#./reconf -n %if "%{?_with_orrery:1}" == "1" -%setup -q -T -D -n %{name}/src/bin -a 10 +%setup -q -T -D -n %{src_dir}/src/bin -a 100 +%patch100 -p0 -b .orrery-fhs pushd orrery-%{orrery_ver} libtoolize --force aclocal -I ../../../m4 -autoconf -autoheader -automake -a +autoreconf -i -I ../../../m4 +#autoheader +#automake -a popd -%setup -T -D -n %{name} +%setup -T -D -n %{src_dir} %endif %if "%{?_with_maniview:1}" == "1" -%setup -q -T -D -n %{name}/src/bin -a 11 +%setup -q -T -D -n %{src_dir}/src/bin -a 200 pushd maniview-%{maniview_ver} -libtoolize --force -aclocal -I ../../../m4 -autoconf -autoheader -automake -a +#libtoolize --force +#aclocal -I ../../../m4 +#autoreconf -i -I ../../../m4 popd -%setup -T -D -n %{name} +%setup -T -D -n %{src_dir} %endif @@ -142,8 +164,8 @@ # --config-cache (for maniview) %configure \ - --config-cache \ - --disable-seekpipe + --enable-shared \ + --disable-static # Either do (re)automake steps above for addons, or this. -- Rex %if 0 @@ -153,10 +175,8 @@ %endif # not smp-safe -make MATHLIB=-lm || \ - test -s src/lib/oogl/wa/wa.yacc.c || rm -f src/lib/oogl/wa/wa.yacc.c - -make +#make MATHLIB=-lm +make %{?_smp_mflags} %install @@ -174,21 +194,32 @@ # app icon install -D -m644 -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/geomview.png -# move the html manual for inclusion later -mv doc/html . - # fixup info, We'll use install-info later rm -f $RPM_BUILD_ROOT%{_infodir}/dir # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rpmdocs +make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: +make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: +for dir in src/bin/orrery* src/bin/maniview* ; do + for file in AUTHORS ChangeLog COPYING README TODO ; do + test -s "$dir/$file" && install -p -m644 -D "$dir/$file" "rpmdocs/`basename $dir`/$file" + done +done + +# Unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la +rm -rf $RPM_BUILD_ROOT%{_docdir}/%{src_dir} + %clean rm -rf $RPM_BUILD_ROOT %post +/sbin/ldconfig /sbin/install-info --info-dir=%{_infodir} %{_infodir}/%{name}.gz ||: touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null 2>&1 ||: @@ -200,6 +231,7 @@ fi %postun +/sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor > /dev/null 2>&1 ||: update-desktop-database %{_datadir}/applications > /dev/null 2>&1 ||: @@ -208,64 +240,57 @@ %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README -%doc html +%doc rpmdocs/geomview.pdf rpmdocs/html/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %{_bindir}/* %{_infodir}/* %{_mandir}/man1/* +%{_mandir}/man3/* %{_datadir}/geomview/ -%{_libexecdir}/geomview/gvx -%{_libexecdir}/geomview/animate -%{_libexecdir}/geomview/.geomview-animate -%{_libexecdir}/geomview/drawbdy -%{_libexecdir}/geomview/.geomview-drawbdy -%{_libexecdir}/geomview/example -%{_libexecdir}/geomview/.geomview-example -%{_libexecdir}/geomview/ginsu -%{_libexecdir}/geomview/.geomview-ginsu -%{_libexecdir}/geomview/graffiti -%{_libexecdir}/geomview/.geomview-graffiti -%{_libexecdir}/geomview/stereo -%{_libexecdir}/geomview/.geomview-stereo -%{_libexecdir}/geomview/sweep -%{_libexecdir}/geomview/.geomview-sweep -%{_libexecdir}/geomview/tackdown -%{_libexecdir}/geomview/.geomview-tackdown -%{_libexecdir}/geomview/transformer -%{_libexecdir}/geomview/.geomview-transformer -%{_libexecdir}/geomview/origin -%{?_with_orrery:%exclude %{_datadir}/geomview/modules/ } -%{?_with_maniview:%exclude %{_datadir}/geomview/groups/ } -%{?_with_maniview:%exclude %{_mandir}/man1/maniview* } - +%{_libdir}/lib*.so.* +%{_libexecdir}/geomview/ %if "%{?_with_orrery:1}" == "1" -%files orrery -%defattr(-,root,root,-) -%doc src/bin/orrery*/AUTHORS src/bin/orrery*/ChangeLog src/bin/orrery*/COPYING -%doc src/bin/orrery*/README -# zero-length, omit -#doc src/bin/orrery*/NEWS -%dir %{_datadir}/geomview/modules -%{_datadir}/geomview/modules/orrery -%{_libexecdir}/geomview/.geomview-orrery +%doc rpmdocs/orrery*/AUTHORS rpmdocs/orrery*/ChangeLog rpmdocs/orrery*/COPYING +%doc rpmdocs/orrery*/README %endif %if "%{?_with_maniview:1}" == "1" -%files maniview -%defattr(-,root,root,-) -%doc src/bin/maniview*/ChangeLog src/bin/maniview*/COPYING -%doc src/bin/maniview*/README -#zero-length, omit -#doc src/bin/maniview*/AUTHORS src/bin/maniview*/NEWS -%{_datadir}/geomview/groups/ -%{_libexecdir}/geomview/maniview -%{_libexecdir}/geomview/.geomview-maniview -%{_mandir}/man1/maniview* +%doc rpmdocs/maniview*/ChangeLog rpmdocs/maniview*/COPYING +%doc rpmdocs/maniview*/README %endif +%files devel +%defattr(-,root,root,-) +%{_libdir}/lib*.so +%{_includedir}/geomview/ + %changelog +* Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 +- 1.8.2-rc8 +- -devel pkg + +* Mon Jul 31 2006 Rex Dieter 1.8.2-0.14.rc7 +- BR: tcl-devel tk-devel + +* Mon Jul 31 2006 Rex Dieter 1.8.2-0.13.rc7 +- 1.8.2-rc7 + +* Thu Jul 26 2006 Rex Dieter 1.8.2-0.12.rc6 +- 1.8.2-rc6 + +* Tue Jul 24 2006 Rex Dieter 1.8.2-0.11.rc4 +- 1.8.2-rc4 + +* Fri Jul 21 2006 Rex Dieter 1.8.2-0.10.rc3 +- patch to fix ppc build + +* Thu Jul 20 2006 Rex Dieter 1.8.2-0.8.rc3 +- 1.8.2-rc3 +- --without-maniview (for now, doesn't build) +- drop -maniview, -orrery subpkgs + * Sat Jun 24 2006 Rex Dieter 1.8.2-0.7.cvs20060623 - omit zero-length files Index: sources =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 24 Jun 2006 17:25:44 -0000 1.5 +++ sources 8 Aug 2006 15:42:44 -0000 1.6 @@ -1,4 +1,4 @@ -109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz -8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz f5588be3402850ed4cc9ef0dac48013a geomview.png -c6fa3ef59c73e0ffc008b38724012e68 geomview-cvs20060623.tar.bz2 +8f68b4bd7ae8b207456fbed0650a8330 orrery-0.9.3.tar.gz +109909e66ed37c678af4286cc6e620e2 maniview-2.0.0.tar.gz +16ef195e606ecb8338dd239500cae55c geomview-1.8.2-rc8.tar.bz2 --- geomview-1.8.1-rh.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 8 15:43:45 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:45 -0700 Subject: rpms/perl-Module-Starter-PBP - New directory Message-ID: <200608081543.k78FhlJX016831@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16805/perl-Module-Starter-PBP Log Message: Directory /cvs/extras/rpms/perl-Module-Starter-PBP added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 15:43:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:46 -0700 Subject: rpms/perl-Module-Starter-PBP/devel - New directory Message-ID: <200608081543.k78FhmdC016834@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16805/perl-Module-Starter-PBP/devel Log Message: Directory /cvs/extras/rpms/perl-Module-Starter-PBP/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 15:43:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:51 -0700 Subject: owners owners.list,1.1372,1.1373 Message-ID: <200608081543.k78FhspM016856@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16836 Modified Files: owners.list Log Message: added perl-Module-Starter-PBP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1372 retrieving revision 1.1373 diff -u -r1.1372 -r1.1373 --- owners.list 8 Aug 2006 09:13:47 -0000 1.1372 +++ owners.list 8 Aug 2006 15:43:51 -0000 1.1373 @@ -1316,6 +1316,7 @@ Fedora Extras|perl-Module-ScanDeps|Recursively scan Perl code for dependencies|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Signature|CPAN signature management utilities and modules|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Starter|A simple starter kit for any module|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Module-Starter-PBP|Create a module as recommended in "Perl Best Practices"|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Module-Versions-Report|Report versions of all modules in memory|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-MP3-Info|Manipulate / fetch info from MP3 audio files|chris.stone at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Net-CIDR-Lite|Net::CIDR::Lite perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 8 15:43:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:43:59 -0700 Subject: rpms/perl-Module-Starter-PBP Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608081544.k78Fi1GB016896@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16863 Added Files: Makefile import.log Log Message: Setup of module perl-Module-Starter-PBP --- NEW FILE Makefile --- # Top level Makefile for module perl-Module-Starter-PBP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 15:44:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:00 -0700 Subject: rpms/perl-Module-Starter-PBP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608081544.k78Fi2md016899@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16863/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Module-Starter-PBP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 15:44:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:16 -0700 Subject: rpms/perl-Module-Starter-PBP import.log,1.1,1.2 Message-ID: <200608081544.k78FiIi6016945@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16912 Modified Files: import.log Log Message: auto-import perl-Module-Starter-PBP-0.000003-3.fc5 on branch devel from perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 15:43:59 -0000 1.1 +++ import.log 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +perl-Module-Starter-PBP-0_000003-3_fc5:HEAD:perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm:1155051859 From fedora-extras-commits at redhat.com Tue Aug 8 15:44:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:44:17 -0700 Subject: rpms/perl-Module-Starter-PBP/devel perl-Module-Starter-PBP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608081544.k78FiJmV016950@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16912/devel Modified Files: .cvsignore sources Added Files: perl-Module-Starter-PBP.spec Log Message: auto-import perl-Module-Starter-PBP-0.000003-3.fc5 on branch devel from perl-Module-Starter-PBP-0.000003-3.fc5.src.rpm --- NEW FILE perl-Module-Starter-PBP.spec --- # Note that our versioning is a touch different here... I'm choosing to stick # with the version as reported by cpan directly, for a number of reasons: 1) # it's what v0.0.3 translates into when qv{}'ed, 2) it's easier on rpm, 3) it's # what the author intended by versioning it that way within the CPAN system. # note we have a CPAN version != the version embedded in the tarball %define tarver v0.0.3 Name: perl-Module-Starter-PBP Version: 0.000003 Release: 3%{?dist} Summary: Create a module as recommended in "Perl Best Practices" Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Module-Starter-PBP # note different macro! Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Module-Starter-PBP-%{tarver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl BuildRequires: perl(Test::More), perl(ExtUtils::MakeMaker) ## non-core BuildRequires: perl(Module::Starter), perl(version), perl(Module::Build) BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # not picked up as it's a "use base" situation... Requires: perl(Module::Starter::Simple) %description This module implements a simple approach to creating modules and their support files, based on the Module::Starter approach. When used as a Module::Starter plugin, this module allows you to specify a simple directory of templates which are filled in with module-specific information, and thereafter form the basis of your new module. The default templates that this module initially provides are based on the recommendations in the book "Perl Best Practices". %prep %setup -q -n Module-Starter-PBP-%{tarver} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 08 2006 Chris Weyl 0.000003-3 - added explicit br's on perl(Test::More) * Sun Aug 06 2006 Chris Weyl 0.000003-2 - add explict requires on perl(Module::Starter::Simple) * Sun Aug 06 2006 Chris Weyl 0.000003-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 15:44:00 -0000 1.1 +++ .cvsignore 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +Module-Starter-PBP-v0.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 15:44:00 -0000 1.1 +++ sources 8 Aug 2006 15:44:16 -0000 1.2 @@ -0,0 +1 @@ +2e39d69cd77f64721a875d903a632be3 Module-Starter-PBP-v0.0.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:47:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 08:47:51 -0700 Subject: rpms/perl-Module-Starter-PBP/devel perl-Module-Starter-PBP.spec, 1.1, 1.2 Message-ID: <200608081547.k78FlrE8017028@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Module-Starter-PBP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17011 Modified Files: perl-Module-Starter-PBP.spec Log Message: bump Index: perl-Module-Starter-PBP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Starter-PBP/devel/perl-Module-Starter-PBP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Module-Starter-PBP.spec 8 Aug 2006 15:44:16 -0000 1.1 +++ perl-Module-Starter-PBP.spec 8 Aug 2006 15:47:51 -0000 1.2 @@ -8,7 +8,7 @@ Name: perl-Module-Starter-PBP Version: 0.000003 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Create a module as recommended in "Perl Best Practices" Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Tue Aug 08 2006 Chris Weyl 0.000003-4 +- bump for build & release + * Tue Aug 08 2006 Chris Weyl 0.000003-3 - added explicit br's on perl(Test::More) From fedora-extras-commits at redhat.com Tue Aug 8 15:51:56 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:56 -0700 Subject: rpms/python-tpg/devel .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081551.k78FpwsC017127@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/devel Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:44 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:56 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:31 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:56 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:44 -0000 1.3 +++ sources 8 Aug 2006 15:51:56 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:51:50 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:50 -0700 Subject: rpms/python-tpg/FC-4 .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081552.k78FqM6r017132@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/FC-4 Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:38 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:50 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:08 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:50 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:38 -0000 1.3 +++ sources 8 Aug 2006 15:51:50 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:51:51 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:51:51 -0700 Subject: rpms/python-tpg/FC-5 .cvsignore, 1.3, 1.4 python-tpg.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608081552.k78FqNr2017137@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072/FC-5 Modified Files: .cvsignore python-tpg.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 Jan 2006 23:54:44 -0000 1.3 +++ .cvsignore 8 Aug 2006 15:51:51 -0000 1.4 @@ -1 +1 @@ -TPG-3.0.6.tar.gz +TPG-3.1.0.tar.gz Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/python-tpg.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-tpg.spec 13 Feb 2006 18:04:31 -0000 1.6 +++ python-tpg.spec 8 Aug 2006 15:51:51 -0000 1.7 @@ -3,14 +3,14 @@ %define srcname TPG Name: python-tpg -Version: 3.0.6 -Release: 2%{?dist} +Version: 3.1.0 +Release: 1%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL URL: http://christophe.delord.free.fr/en/tpg/ -Source0: http://christophe.delord.free.fr/soft/tpg/TPG-3.0.6.tar.gz +Source0: http://christophe.delord.free.fr/soft/tpg/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 3.1.0-1 +- update to upstream 3.1.0 + * Mon Feb 13 2006 Shahms E. King 3.0.6-2 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 Jan 2006 23:54:44 -0000 1.3 +++ sources 8 Aug 2006 15:51:51 -0000 1.4 @@ -1 +1 @@ -b5a7cb77a5ad7a5861fcecb74d6e9646 TPG-3.0.6.tar.gz +1f0ca4cc754afa82c0212967d6263c5c TPG-3.1.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:38 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:38 -0700 Subject: rpms/python-sqlalchemy/FC-4 .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78Fqeni017196@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/FC-4 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:06 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:37 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:06 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:37 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:06 -0000 1.5 +++ sources 8 Aug 2006 15:52:37 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:38 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:38 -0700 Subject: rpms/python-sqlalchemy/FC-5 .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78FqeBb017202@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/FC-5 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:06 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:38 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:06 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:38 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:06 -0000 1.5 +++ sources 8 Aug 2006 15:52:38 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:52:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:52:39 -0700 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.5, 1.6 python-sqlalchemy.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081552.k78FqfFf017208@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17143/devel Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:26:07 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:52:39 -0000 1.6 @@ -1 +1 @@ -SQLAlchemy-0.2.4.tar.gz +SQLAlchemy-0.2.6.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-sqlalchemy.spec 7 Jul 2006 18:26:07 -0000 1.4 +++ python-sqlalchemy.spec 8 Aug 2006 15:52:39 -0000 1.5 @@ -5,7 +5,7 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.4 +Version: 0.2.6 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -76,6 +76,9 @@ %ghost %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 0.2.6-1 +- Update to new upstream version + * Fri Jul 07 2006 Shahms E. King 0.2.4-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:26:07 -0000 1.5 +++ sources 8 Aug 2006 15:52:39 -0000 1.6 @@ -1 +1 @@ -08b02a5c4e39e6ed494c5cff760da978 SQLAlchemy-0.2.4.tar.gz +feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 15:53:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:30 -0700 Subject: rpms/python-paramiko/FC-4 .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrWYo017381@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/FC-4 Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:01 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:01 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:01 -0000 1.4 +++ sources 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:53:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:31 -0700 Subject: rpms/python-paramiko/devel .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrX6I017395@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/devel Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:02 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:31 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:02 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:31 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:02 -0000 1.4 +++ sources 8 Aug 2006 15:53:31 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:53:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 8 Aug 2006 08:53:31 -0700 Subject: rpms/python-paramiko/FC-5 .cvsignore, 1.4, 1.5 python-paramiko.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608081553.k78FrXSU017388@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17321/FC-5 Modified Files: .cvsignore python-paramiko.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jun 2006 16:26:02 -0000 1.4 +++ .cvsignore 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -paramiko-1.6.zip +paramiko-1.6.1.zip Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-paramiko.spec 2 Jun 2006 16:26:02 -0000 1.4 +++ python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 @@ -4,7 +4,7 @@ %define srcname paramiko Name: python-paramiko -Version: 1.6 +Version: 1.6.1 Release: 1%{?dist} Summary: A SSH2 protocol library for python @@ -57,6 +57,9 @@ %ghost %{python_sitelib}/paramiko/*.pyo %changelog +* Tue Aug 08 2006 Shahms E. King 1.6.1-1 +- Update to new upstream version + * Fri Jun 02 2006 Shahms E. King 1.6-1 - Update to new upstream version - ghost the .pyo files Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jun 2006 16:26:02 -0000 1.4 +++ sources 8 Aug 2006 15:53:30 -0000 1.5 @@ -1 +1 @@ -07c69af81962243907133ed02741b0c6 paramiko-1.6.zip +8dbd556c0f6c8bb8bf8b97f0e05a910e paramiko-1.6.1.zip From fedora-extras-commits at redhat.com Tue Aug 8 15:54:39 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 08:54:39 -0700 Subject: rpms/Macaulay2/devel .cvsignore, 1.5, 1.6 Macaulay2-svn_checkout.sh, 1.2, 1.3 Macaulay2.spec, 1.24, 1.25 sources, 1.5, 1.6 Message-ID: <200608081554.k78FsfN9017573@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17544 Modified Files: .cvsignore Macaulay2-svn_checkout.sh Macaulay2.spec sources Log Message: * Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn - 20060808 snapshot Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Jul 2006 16:54:59 -0000 1.5 +++ .cvsignore 8 Aug 2006 15:54:39 -0000 1.6 @@ -1 +1,4 @@ +clog +Macaulay2-0.9.10-20060710svn.tar.bz2 Macaulay2-0.9.20-20060724svn.tar.bz2 +Macaulay2-0.9.20-20060808svn.tar.bz2 Index: Macaulay2-svn_checkout.sh =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2-svn_checkout.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Macaulay2-svn_checkout.sh 25 Jul 2006 16:54:59 -0000 1.2 +++ Macaulay2-svn_checkout.sh 8 Aug 2006 15:54:39 -0000 1.3 @@ -10,7 +10,7 @@ set -x rm -rf $MODULE # app -svn export svn://u123.math.uiuc.edu/Macaulay2/stable/$BRANCH-$VERSION $MODULE +svn export svn://macaulay2.math.uiuc.edu/Macaulay2/stable/$BRANCH-$VERSION $MODULE tar cjf $MODULE-${DATE}svn.tar.bz2 $MODULE Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Macaulay2.spec 25 Jul 2006 16:54:59 -0000 1.24 +++ Macaulay2.spec 8 Aug 2006 15:54:39 -0000 1.25 @@ -1,15 +1,15 @@ -%define beta 20060724svn +%define beta 20060808svn Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.1.%{beta}%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://www.math.uiuc.edu/Macaulay2/ -#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz +#Source: http://www.math.uiuc.edu/Macaulay2/ftp-site/Macaulay2-%{version}.beta.tar.gz Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -159,6 +159,9 @@ %changelog +* Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn +- 20060808 snapshot + * Mon Jul 24 2006 Rex Dieter 0.9.20-0.1.20060724svn - 2006-07-15-0.9.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Jul 2006 16:54:59 -0000 1.5 +++ sources 8 Aug 2006 15:54:39 -0000 1.6 @@ -1 +1,2 @@ 7586384990e8151157c32efdd17356f6 Macaulay2-0.9.20-20060724svn.tar.bz2 +322a36e7dc6fc95f5e101d152fed45ee Macaulay2-0.9.20-20060808svn.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 8 16:01:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 8 Aug 2006 09:01:53 -0700 Subject: extras-repoclosure PackageOwners.py, 1.2, 1.3 PackageOwnersTests.py, 1.1, 1.2 Message-ID: <200608081601.k78G1r5K020271@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20251 Modified Files: PackageOwners.py PackageOwnersTests.py Log Message: Index: PackageOwners.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwners.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PackageOwners.py 28 Jul 2006 20:20:01 -0000 1.2 +++ PackageOwners.py 8 Aug 2006 16:01:49 -0000 1.3 @@ -43,6 +43,14 @@ r = '' return r + def GetOwners(self,rpmname): + """return list of e-mail addresses from initialowner+initialcclist fields""" + r = self.GetCoOwnerList(rpmname) + r2 = self.GetOwner(rpmname) + if len(r2): + r.append(r2) + return r + def GetCoOwnerList(self,rpmname): """return list of e-mail addresses from initialcclist field""" try: Index: PackageOwnersTests.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/PackageOwnersTests.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PackageOwnersTests.py 15 Jul 2006 23:30:28 -0000 1.1 +++ PackageOwnersTests.py 8 Aug 2006 16:01:49 -0000 1.2 @@ -18,6 +18,13 @@ def testowner(self): self.assertEqual( self.o.GetOwner('sylpheed'), 'bugs.michael at gmx.net' ) + + def testowners(self): + a = self.o.GetOwners('perl-MailTools') + a.sort() + b = ['paul at city-fan.org','fedora-perl-devel-list at redhat.com'] + b.sort() + self.assertEqual(a,b) def testwrongpackage(self): self.assertEqual( self.o.GetOwner('thisPkgDoesNotExist'), '' ) From fedora-extras-commits at redhat.com Tue Aug 8 18:27:34 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 8 Aug 2006 11:27:34 -0700 Subject: rpms/aplus-fsf/devel aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608081828.k78IS767026215@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26187 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Fix atree problem aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:27:34 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -201,30 +201,41 @@ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +@@ -64,7 +64,7 @@ + static C *_whoseTree = ""; + static C *_banner = BANNER; + static C *_copyright = COPYRIGHT; +-static C *_defaultATREE = (char *)0; ++static C *_defaultATREE = (char *)"/usr/lib/a+"; + static C *_version = (char *)0; + static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; + static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +243,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +254,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +276,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +303,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +339,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 8 Aug 2006 18:27:34 -0000 1.2 @@ -7,12 +7,13 @@ %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -24,6 +25,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-proto-devel BuildRequires: automake16 autoconf @@ -94,6 +97,8 @@ %setup -q -n %{name}-%{ver} %patch1 -p1 -b .org %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -125,22 +130,55 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -148,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -200,13 +239,26 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +- Fix fonts problems +- Fix atree problems + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 8 18:30:15 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 8 Aug 2006 11:30:15 -0700 Subject: rpms/aplus-fsf/FC-5 aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.1, 1.2 aplus-fsf.spec, 1.1, 1.2 Message-ID: <200608081830.k78IUHD0026310@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Fix atree problem aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf-4.20-makefile.patch 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf-4.20-makefile.patch 8 Aug 2006 18:30:15 -0000 1.2 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-07-23 20:33:11.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -201,30 +201,41 @@ $(top_srcdir)/src/MSGUI/libMSGUI.la \ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la +--- aplus-fsf-4.20/src/main/aplus_main.c.org 2006-08-08 17:49:04.000000000 +0200 ++++ aplus-fsf-4.20/src/main/aplus_main.c 2006-08-08 17:54:09.000000000 +0200 +@@ -64,7 +64,7 @@ + static C *_whoseTree = ""; + static C *_banner = BANNER; + static C *_copyright = COPYRIGHT; +-static C *_defaultATREE = (char *)0; ++static C *_defaultATREE = (char *)"/usr/lib/a+"; + static C *_version = (char *)0; + static C *usage = "usage: a+ [-d display] [-s] [-w workarea] [-q] [-h megsforheap] [-m atmpMode] [script [args]]\n"; + static I _enable_coredump; --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = @datadir@/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = @datadir@/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +243,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-08 17:46:29.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +254,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +276,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-07-23 19:44:47.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-08 17:46:30.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +303,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-08 17:46:30.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +339,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-07-23 19:44:41.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-08 17:46:30.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aplus-fsf.spec 27 Jul 2006 15:19:48 -0000 1.1 +++ aplus-fsf.spec 8 Aug 2006 18:30:15 -0000 1.2 @@ -7,12 +7,13 @@ %define _lispdir %{_datadir}/xemacs/site-packages/lisp %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_libdir} -%define _x11fonts %{_x11pref}/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/app-defaults Name: %name Version: 4.20.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -24,6 +25,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-proto-devel BuildRequires: automake16 autoconf @@ -94,6 +97,8 @@ %setup -q -n %{name}-%{ver} %patch1 -p1 -b .org %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -125,22 +130,55 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -148,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -200,13 +239,26 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +- Fix fonts problems +- Fix atree problems + * Sun Jul 23 2006 Jochen Schmitt 4.20.2-5 - Add xterm as BR for app-defaults - Solve the weak-ref problem From fedora-extras-commits at redhat.com Tue Aug 8 18:37:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:47 -0700 Subject: rpms/abcMIDI/FC-4 .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcJnZ026450@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/FC-4 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:08 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:47 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:08 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:47 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:08 -0000 1.5 +++ sources 8 Aug 2006 18:37:47 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:37:48 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:48 -0700 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcKTu026455@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:09 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:09 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:09 -0000 1.5 +++ sources 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:37:48 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 8 Aug 2006 11:37:48 -0700 Subject: rpms/abcMIDI/devel .cvsignore, 1.5, 1.6 abcMIDI.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608081838.k78IcKvI026460@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26393/devel Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 2006-08-05 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 31 Jul 2006 20:12:10 -0000 1.5 +++ .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -abcMIDI-2006-07-30.zip +abcMIDI-2006-08-05.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- abcMIDI.spec 31 Jul 2006 20:12:10 -0000 1.4 +++ abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060730 +Version: 20060805 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-07-30.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Tue Aug 8 2006 Gerard Milmeister - 20060805-1 +- new version 2006-08-05 + * Mon Jul 31 2006 Gerard Milmeister - 20060730-1 - new version 2006-07-30 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Jul 2006 20:12:10 -0000 1.5 +++ sources 8 Aug 2006 18:37:48 -0000 1.6 @@ -1 +1 @@ -743d81d4e8f3c33aacc72c112002ad8b abcMIDI-2006-07-30.zip +e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip From fedora-extras-commits at redhat.com Tue Aug 8 18:39:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:39:54 -0700 Subject: rpms/perl-Module-Build/devel .cvsignore, 1.12, 1.13 perl-Module-Build.spec, 1.22, 1.23 sources, 1.12, 1.13 Message-ID: <200608081839.k78IduOB026611@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26590 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Update to 0.2805. Use the bundled version.pm code for now. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 28 Jul 2006 18:25:45 -0000 1.12 +++ .cvsignore 8 Aug 2006 18:39:54 -0000 1.13 @@ -1 +1 @@ -Module-Build-0.2804.tar.gz +Module-Build-0.2805.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- perl-Module-Build.spec 28 Jul 2006 18:26:58 -0000 1.22 +++ perl-Module-Build.spec 8 Aug 2006 18:39:54 -0000 1.23 @@ -1,8 +1,8 @@ -%define module_version 0.2804 +%define module_version 0.2805 Name: perl-Module-Build # When the module version is x.yz, set Version to x.yz00. -Version: 0.2804 +Version: 0.2805 Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic @@ -16,7 +16,7 @@ BuildRequires: perl(ExtUtils::ParseXS) >= 1.02 BuildRequires: perl(YAML) BuildRequires: perl(Pod::Readme) >= 0.04 -BuildRequires: perl(version) >= 0.64 +#BuildRequires: perl(version) >= 0.661 Requires: perl(Archive::Tar) >= 1.08 Requires: perl(ExtUtils::CBuilder) >= 0.15 Requires: perl(ExtUtils::ParseXS) >= 1.02 @@ -64,6 +64,10 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.2805-1 +- Update to 0.2805. +- Use the bundled version.pm code for now. + * Fri Jul 28 2006 Steven Pritchard 0.2804-1 - Update to 0.2804. - BR perl(version). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 28 Jul 2006 18:25:45 -0000 1.12 +++ sources 8 Aug 2006 18:39:54 -0000 1.13 @@ -1 +1 @@ -db3bd4acd00c257762f12b41c581d6a6 Module-Build-0.2804.tar.gz +598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:41:06 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:41:06 -0700 Subject: rpms/perl-YAML/FC-5 .cvsignore, 1.4, 1.5 perl-YAML.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608081841.k78If8JN026686@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-YAML/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26665 Modified Files: .cvsignore perl-YAML.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Jul 2006 00:36:45 -0000 1.4 +++ .cvsignore 8 Aug 2006 18:41:05 -0000 1.5 @@ -1 +1 @@ -YAML-0.58.tar.gz +YAML-0.62.tar.gz Index: perl-YAML.spec =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/perl-YAML.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-YAML.spec 1 Jul 2006 00:36:45 -0000 1.8 +++ perl-YAML.spec 8 Aug 2006 18:41:05 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-YAML -Version: 0.58 -Release: 3%{?dist} +Version: 0.62 +Release: 1%{?dist} Summary: YAML Ain't Markup Language (tm) License: GPL or Artistic Group: Development/Libraries @@ -24,7 +24,7 @@ %setup -q -n YAML-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null make %{?_smp_mflags} %install @@ -32,6 +32,12 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +# Removing Test::YAML (at least temporarily) due +# to security concerns and questionable value. +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539 +rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/YAML* \ + $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3* + find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; @@ -45,15 +51,20 @@ %files %defattr(-,root,root,-) -%doc Changes README +%doc Changes COMPATIBILITY README %{_bindir}/ysh %{perl_vendorlib}/YAML* -%{perl_vendorlib}/Test/YAML* %{_mandir}/man1/ysh.1* %{_mandir}/man3/YAML*.3* -%{_mandir}/man3/Test::YAML*.3* %changelog +* Fri Jul 07 2006 Steven Pritchard 0.62-1 +- Update to 0.62. +- Removed Test::YAML (bug #197539). + +* Mon Jul 03 2006 Steven Pritchard 0.61-1 +- Update to 0.61. + * Sat May 20 2006 Steven Pritchard 0.58-3 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-YAML/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Jul 2006 00:36:45 -0000 1.4 +++ sources 8 Aug 2006 18:41:05 -0000 1.5 @@ -1 +1 @@ -aa5ac653057914ca995dd74de8212ebc YAML-0.58.tar.gz +4be042a043ec520074b0ab6f7ca0bded YAML-0.62.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:55:33 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:55:33 -0700 Subject: rpms/perl-Module-Build/FC-5 .cvsignore, 1.11, 1.12 perl-Module-Build.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <200608081855.k78ItZlr026827@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Build/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26806 Modified Files: .cvsignore perl-Module-Build.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 23 May 2006 02:12:10 -0000 1.11 +++ .cvsignore 8 Aug 2006 18:55:33 -0000 1.12 @@ -1 +1 @@ -Module-Build-0.2801.tar.gz +Module-Build-0.2805.tar.gz Index: perl-Module-Build.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/perl-Module-Build.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Module-Build.spec 23 May 2006 02:12:10 -0000 1.18 +++ perl-Module-Build.spec 8 Aug 2006 18:55:33 -0000 1.19 @@ -1,7 +1,8 @@ -%define module_version 0.2801 +%define module_version 0.2805 Name: perl-Module-Build -Version: 0.2801 +# When the module version is x.yz, set Version to x.yz00. +Version: 0.2805 Release: 1%{?dist} Summary: Perl module for building and installing Perl modules License: GPL or Artistic @@ -15,6 +16,7 @@ BuildRequires: perl(ExtUtils::ParseXS) >= 1.02 BuildRequires: perl(YAML) BuildRequires: perl(Pod::Readme) >= 0.04 +#BuildRequires: perl(version) >= 0.661 Requires: perl(Archive::Tar) >= 1.08 Requires: perl(ExtUtils::CBuilder) >= 0.15 Requires: perl(ExtUtils::ParseXS) >= 1.02 @@ -43,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -62,6 +64,15 @@ %{_mandir}/man3/Module::Build*.3* %changelog +* Sat Aug 05 2006 Steven Pritchard 0.2805-1 +- Update to 0.2805. +- Use the bundled version.pm code for now. + +* Fri Jul 28 2006 Steven Pritchard 0.2804-1 +- Update to 0.2804. +- BR perl(version). +- Fix find option order. + * Mon May 22 2006 Steven Pritchard 0.2801-1 - Update to 0.2801. - Drop the /dev/zero hack. (Upstream fixed this problem.) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Build/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 23 May 2006 02:12:10 -0000 1.11 +++ sources 8 Aug 2006 18:55:33 -0000 1.12 @@ -1 +1 @@ -fa10e5b53bc41e3948df56d4d115764d Module-Build-0.2801.tar.gz +598bb59b86c2c4842eeffb03392fab5b Module-Build-0.2805.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 18:56:21 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 8 Aug 2006 11:56:21 -0700 Subject: rpms/celestia/FC-5 celestia-1.4.1-lua51-resume.patch, NONE, 1.1 celestia-1.4.1-lua51.patch, NONE, 1.1 celestia.spec, 1.16, 1.17 Message-ID: <200608081856.k78IuNB6026894@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26871 Modified Files: celestia.spec Added Files: celestia-1.4.1-lua51-resume.patch celestia-1.4.1-lua51.patch Log Message: Sync with devel. celestia-1.4.1-lua51-resume.patch: --- NEW FILE celestia-1.4.1-lua51-resume.patch --- --- celestia-1.4.1/src/celestia/celx.cpp-after-patch1 2006-07-31 09:06:13.000000000 +1000 +++ celestia-1.4.1/src/celestia/celx.cpp 2006-07-31 09:05:08.000000000 +1000 @@ -530,6 +530,8 @@ status = lua_resume(co, narg); if (status == 0) + return 0; + else if (status == LUA_YIELD) { int nres = lua_gettop(co); #if 0 @@ -541,7 +543,7 @@ } else { - lua_xmove(co, L, 1); // move error message + lua_xmove(co, L, -1); // move error message return -1; // error flag } } @@ -711,7 +713,8 @@ // no other errors, and execution terminates normally. There // should be a better way to figure out whether the script ended // normally . . . - if (strcmp(errorMessage, "cannot resume dead coroutine") != 0) + if (errorMessage + && strcmp(errorMessage, "cannot resume dead coroutine") != 0) { cout << "Error: " << errorMessage << '\n'; CelestiaCore* appCore = getAppCore(co); celestia-1.4.1-lua51.patch: --- NEW FILE celestia-1.4.1-lua51.patch --- diff -wbBur celestia-1.4.1/configure celestia-1.4.1.my/configure --- celestia-1.4.1/configure 2006-02-16 00:53:09.000000000 +0300 +++ celestia-1.4.1.my/configure 2006-06-03 13:40:37.000000000 +0400 @@ -39509,7 +39509,7 @@ echo $ECHO_N "checking whether to enable Celestia Extension Language... $ECHO_C" >&6 if (test "$enable_lua" != "no"); then CXXFLAGS="$CXXFLAGS -DCELX" - LDFLAGS="$LDFLAGS -llualib -llua" + LDFLAGS="$LDFLAGS -llua" if (test "$lua_includes" != "no"); then CXXFLAGS="$CXXFLAGS -I$lua_includes" diff -wbBur celestia-1.4.1/configure.in celestia-1.4.1.my/configure.in --- celestia-1.4.1/configure.in 2006-02-03 21:09:54.000000000 +0300 +++ celestia-1.4.1.my/configure.in 2006-06-03 13:40:28.000000000 +0400 @@ -383,7 +383,7 @@ AC_MSG_CHECKING([whether to enable Celestia Extension Language]) if (test "$enable_lua" != "no"); then CXXFLAGS="$CXXFLAGS -DCELX" - LDFLAGS="$LDFLAGS -llualib -llua" + LDFLAGS="$LDFLAGS -llua" if (test "$lua_includes" != "no"); then CXXFLAGS="$CXXFLAGS -I$lua_includes" diff -wbBur celestia-1.4.1/src/celestia/celx.cpp celestia-1.4.1.my/src/celestia/celx.cpp --- celestia-1.4.1/src/celestia/celx.cpp 2006-01-07 03:01:51.000000000 +0300 +++ celestia-1.4.1.my/src/celestia/celx.cpp 2006-06-03 13:41:36.000000000 +0400 @@ -32,9 +32,7 @@ #include "celx.h" #include "celestiacore.h" -extern "C" { -#include "lualib.h" -} +#include "lua.hpp" using namespace std; @@ -598,7 +596,7 @@ int stackTop = lua_gettop(costate); if (strcmp(c_p, "y") == 0) { - lua_iolibopen(costate); + luaL_openlibs(costate); ioMode = IOAllowed; } else @@ -4577,10 +4575,7 @@ initMaps(); // Import the base and math libraries - lua_baselibopen(state); - lua_mathlibopen(state); - lua_tablibopen(state); - lua_strlibopen(state); + luaL_openlibs(state); // Add an easy to use wait function, so that script writers can // live in ignorance of coroutines. There will probably be a significant Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/FC-5/celestia.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- celestia.spec 19 May 2006 20:49:47 -0000 1.16 +++ celestia.spec 8 Aug 2006 18:56:21 -0000 1.17 @@ -1,12 +1,14 @@ Name: celestia Version: 1.4.1 -Release: 2%{?dist} +Release: 4%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL Source0: http://dl.sf.net/celestia/celestia-%{version}.tar.gz Source3: celestia.desktop Patch0: celestia-1.4.0-compile.patch +Patch1: celestia-1.4.1-lua51.patch +Patch2: celestia-1.4.1-lua51-resume.patch URL: http://www.shatters.net/celestia/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,6 +21,9 @@ BuildRequires: libGLU-devel BuildRequires: libXt-devel BuildRequires: libXmu-devel +BuildRequires: lua-devel +BuildRequires: automake17 +BuildRequires: gettext-devel Requires(post): GConf2 Requires(preun): GConf2 @@ -39,10 +44,12 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 -b .lua51 +%patch2 -p1 -b .lua51-resume %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" -%configure --with-gnome +%configure --with-gnome --with-lua make %{?_smp_mflags} @@ -91,7 +98,8 @@ %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING README TODO controls.txt +%doc AUTHORS ChangeLog COPYING README TODO controls.txt coding-standards.html +%doc devguide.txt # Seem to have gone away in post-1.4.0 CVS... #%doc manual/*.html manual/*.css %{_bindir}/* @@ -102,6 +110,20 @@ %changelog +* Mon Jul 31 2006 Steven Pritchard 1.4.1-4 +- We modified configure.in, so now we need automake17 and gettext-devel. + +* Mon Jul 31 2006 Nick Urbanik 1.4.1-3 +- Test errorMessage to see if it is null before copying it! + This change suggested by Hank Ramsey and added to + celestia-1.4.1-lua51-resume.patch +- Added developers documentation +- Incorporate patch suggested by Hank Ramsey to eliminate segfault + when loading .celx files: celestia-1.4.1-lua51-resume.patch +- Update to add lua +- Incorporate + http://www.archlinux.org/pipermail/tur-users/attachments/20060603/7dea8cd1/celestia-lua51.bin + * Fri May 19 2006 Steven Pritchard 1.4.1-2 - Include accidentally dropped 3ds models. From fedora-extras-commits at redhat.com Tue Aug 8 18:59:55 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 8 Aug 2006 11:59:55 -0700 Subject: fedora-security/audit fe3,1.13,1.14 fe4,1.61,1.62 fe5,1.66,1.67 Message-ID: <200608081859.k78Ixto3026980@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26958 Modified Files: fe3 fe4 fe5 Log Message: Note new clamav issue (no CVE assigned yet). Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- fe3 7 Aug 2006 19:19:45 -0000 1.13 +++ fe3 8 Aug 2006 18:59:52 -0000 1.14 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- fe4 7 Aug 2006 19:43:36 -0000 1.61 +++ fe4 8 Aug 2006 18:59:52 -0000 1.62 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- fe5 7 Aug 2006 19:43:36 -0000 1.66 +++ fe5 8 Aug 2006 18:59:52 -0000 1.67 @@ -2,6 +2,7 @@ ** are items that need attention +NO-CVE VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Tue Aug 8 19:08:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 8 Aug 2006 12:08:42 -0700 Subject: rpms/Macaulay2/devel Macaulay2.spec,1.25,1.26 Message-ID: <200608081908.k78J8ikn029630@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29613 Modified Files: Macaulay2.spec Log Message: * Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn - ExcludeArch: ppc (bug #201739) - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Macaulay2.spec 8 Aug 2006 15:54:39 -0000 1.25 +++ Macaulay2.spec 8 Aug 2006 19:08:41 -0000 1.26 @@ -1,10 +1,13 @@ %define beta 20060808svn + +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering @@ -13,6 +16,8 @@ Source0: Macaulay2-%{version}-%{beta}.tar.bz2 Source1: Macaulay2-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# ppc build currently hangs, never finishes, http://bugzilla.redhat.com/201739 +ExcludeArch: ppc Source10: Macaulay2.png Source11: Macaulay2.desktop @@ -25,7 +30,6 @@ BuildRequires: desktop-file-utils BuildRequires: gc-devel -# See http://bugzilla.redhat.com/bugzilla/188499 BuildRequires: ntl-devel BuildRequires: factory-devel BuildRequires: libfac-devel @@ -49,24 +53,14 @@ Obsoletes: Macaulay2-docs < %{version}-%{release} Provides: Macaulay2-docs = %{version}-%{release} +Obsoletes: Macaulay2-emacs < %{version}-%{release} +Provides: Macaulay2-emacs = %{version}-%{release} %description Macaulay 2 is a new software system devoted to supporting research in algebraic geometry and commutative algebra written by Daniel R. Grayson and Michael E. Stillman -%package emacs -Summary: %{name} emacs mode -Group: Applications/Engineering -Requires: %{name} = %{version}-%{release} -## %{_datadir}/emacs/site-lisp -#Requires: emacs-common -## %{_bindir}/emacs -Requires: emacs -%description emacs -%{summary}. - - %prep %setup -q @@ -119,7 +113,19 @@ --add-category "X-Fedora" \ %{SOURCE11} -## Unpackaged files +# Make a new home for emacs files +mkdir -p $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs +mv $RPM_BUILD_ROOT%{emacs_sitelisp}/M2*.el $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs/ + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir + pushd $RPM_BUILD_ROOT%{_datadir}/Macaulay2/emacs + for file in M2*.el ; do + ln -s %{_datadir}/Macaulay2/emacs/$file $RPM_BUILD_ROOT$dir + touch $RPM_BUILD_ROOT$dir/`basename $file .el`.elc + done + popd +done %clean @@ -134,31 +140,49 @@ touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + for file in %{_datadir}/Macaulay2/emacs/M2*.el ; do + ln -sf $file %{emacs_sitelisp}/ ||: + done +fi + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + for file in %{_datadir}/Macaulay2/emacs/M2*.el ; do + ln -sf $file %{xemacs_sitelisp}/ ||: + done +fi + +%triggerun -- emacs-common +[ $2 -eq 0 ] && rm -f %{emacs_sitelisp}/M2*.el* || : + +%triggerun -- xemacs-common +[ $2 -eq 0 ] && rm -f %{xemacs_sitelisp}/M2*.el* || : + %files %defattr(-,root,root,-) #README awol on latest release. #doc Macaulay2/README %doc Macaulay2/CHANGES Macaulay2/COPYING -%{_bindir}/M2 -#{_bindir}/M2-help -#{_bindir}/M2-load-libs +%{_bindir}/* %{_datadir}/Macaulay2/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* # FIXME %{_docdir}/Macaulay2 %{_infodir}/* -%{_mandir}/man1/M2.1* -%{_mandir}/man1/M2-help.1* - -%files emacs -%defattr(-,root,root,-) -#{_bindir}/M2-emacs -%{_datadir}/emacs/site-lisp/* +%{_mandir}/man1/* +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} %changelog +* Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn +- ExcludeArch: ppc (bug #201739) +- %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) + * Tue Aug 08 2006 Rex Dieter 0.9.20-0.2.20060808svn - 20060808 snapshot @@ -171,9 +195,6 @@ -* Mon Jul 10 2006 Rex Dieter 0.9.8-0.6.cvs20060327 - BR: ncurses-devel -* Mon Jul 10 2006 Rex Dieter 0.9.8-0.5.cvs20060327 -- -emacs subpkg lives again - * Fri May 05 2006 Rex Dieter 0.9.8-0.4.cvs20060327 - 64bit patch (#188709) From fedora-extras-commits at redhat.com Tue Aug 8 21:29:41 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 8 Aug 2006 14:29:41 -0700 Subject: fedora-security/audit fe3,1.14,1.15 fe4,1.62,1.63 fe5,1.67,1.68 Message-ID: <200608082129.k78LTfXj003219@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3196 Modified Files: fe3 fe4 fe5 Log Message: CVE-2006-4018 now assigned for clamav vulnerability Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fe3 8 Aug 2006 18:59:52 -0000 1.14 +++ fe3 8 Aug 2006 21:29:38 -0000 1.15 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- fe4 8 Aug 2006 18:59:52 -0000 1.62 +++ fe4 8 Aug 2006 21:29:38 -0000 1.63 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- fe5 8 Aug 2006 18:59:52 -0000 1.67 +++ fe5 8 Aug 2006 21:29:38 -0000 1.68 @@ -2,7 +2,7 @@ ** are items that need attention -NO-CVE VULNERABLE (clamav) #201688 +CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Tue Aug 8 21:47:43 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:47:43 -0700 Subject: owners owners.list,1.1373,1.1374 Message-ID: <200608082147.k78LljDw003297@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3280 Modified Files: owners.list Log Message: added perl-DateTime-Format-Builder Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1373 retrieving revision 1.1374 diff -u -r1.1373 -r1.1374 --- owners.list 8 Aug 2006 15:43:51 -0000 1.1373 +++ owners.list 8 Aug 2006 21:47:43 -0000 1.1374 @@ -1146,6 +1146,7 @@ Fedora Extras|perl-DateTime|DateTime Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-ICal|Perl DateTime extension for computing rfc2445 recurrences|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Event-Recurrence|DateTime::Set extension for create basic recurrence sets|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-Builder|Create DateTime parser classes and objects|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-HTTP|HTTP protocol date conversion routines|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 8 21:48:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:37 -0700 Subject: rpms/perl-DateTime-Format-Builder - New directory Message-ID: <200608082148.k78LmdJN003354@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3328/perl-DateTime-Format-Builder Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Builder added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 21:48:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:38 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel - New directory Message-ID: <200608082148.k78Lme6A003357@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3328/perl-DateTime-Format-Builder/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-Builder/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 8 21:48:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:46 -0700 Subject: rpms/perl-DateTime-Format-Builder Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608082148.k78Lmmxb003398@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3364 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-Builder --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-Builder all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 8 21:48:47 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:48:47 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608082148.k78LmnX7003401@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3364/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-Builder --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 8 21:49:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:49:11 -0700 Subject: rpms/perl-DateTime-Format-Builder import.log,1.1,1.2 Message-ID: <200608082149.k78LnhfG003450@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3416 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-Builder-0.7807-2.fc5 on branch devel from perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 8 Aug 2006 21:48:46 -0000 1.1 +++ import.log 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-Builder-0_7807-2_fc5:HEAD:perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm:1155073751 From fedora-extras-commits at redhat.com Tue Aug 8 21:49:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:49:12 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel perl-DateTime-Format-Builder.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608082149.k78LniWI003454@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3416/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-Builder.spec Log Message: auto-import perl-DateTime-Format-Builder-0.7807-2.fc5 on branch devel from perl-DateTime-Format-Builder-0.7807-2.fc5.src.rpm --- NEW FILE perl-DateTime-Format-Builder.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-Builder Version: 0.7807 Release: 2%{?dist} Summary: Create DateTime parser classes and objects Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-Builder Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) ## core BuildRequires: perl BuildRequires: perl(Test::More) ## non-core BuildRequires: perl(Module::Build), perl(Class::Factory::Util) BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod) BuildRequires: perl(Params::Validate) >= 0.73 BuildRequires: perl ## For extended testing BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::IBeat) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any subclasses, or for when you need to do something slightly beyond what is expected. %prep %setup -q -n DateTime-Format-Builder-%{version} # digital signature checking. Not essential, but nice %{?_with_network_tests: cpansign -v } # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` mv LICENCE LICENSE %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # signature checked above rm t/00sig.t make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING Artistic Changes AUTHORS CREDITS LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 08 2006 Chris Weyl 0.7807-2 - additional br's * Fri Aug 04 2006 Chris Weyl 0.7807-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Aug 2006 21:48:47 -0000 1.1 +++ .cvsignore 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-Builder-0.7807.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Aug 2006 21:48:47 -0000 1.1 +++ sources 8 Aug 2006 21:49:11 -0000 1.2 @@ -0,0 +1 @@ +4f6ee670cab944db0492e70ca8df3be3 DateTime-Format-Builder-0.7807.tar.gz From fedora-extras-commits at redhat.com Tue Aug 8 21:55:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 8 Aug 2006 14:55:38 -0700 Subject: rpms/perl-DateTime-Format-Builder/devel perl-DateTime-Format-Builder.spec, 1.1, 1.2 Message-ID: <200608082155.k78Ltegk003516@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-Builder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3499 Modified Files: perl-DateTime-Format-Builder.spec Log Message: bump Index: perl-DateTime-Format-Builder.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-Builder/devel/perl-DateTime-Format-Builder.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-Builder.spec 8 Aug 2006 21:49:11 -0000 1.1 +++ perl-DateTime-Format-Builder.spec 8 Aug 2006 21:55:38 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-Builder Version: 0.7807 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Create DateTime parser classes and objects Group: Development/Libraries @@ -31,7 +31,6 @@ BuildRequires: perl(Module::Build), perl(Class::Factory::Util) BuildRequires: perl(DateTime::Format::Strptime), perl(Test::Pod) BuildRequires: perl(Params::Validate) >= 0.73 -BuildRequires: perl ## For extended testing BuildRequires: perl(DateTime::Format::HTTP), perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::IBeat) @@ -60,8 +59,10 @@ # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` +# American English mv LICENCE LICENSE + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -93,6 +94,9 @@ %changelog +* Tue Aug 08 2006 Chris Weyl 0.7807-3 +- bump for release & build, not in that order + * Tue Aug 08 2006 Chris Weyl 0.7807-2 - additional br's From fedora-extras-commits at redhat.com Tue Aug 8 23:46:38 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:46:38 -0700 Subject: rpms/conexus/FC-5 conexus.spec,1.1,1.2 Message-ID: <200608082346.k78Nke1g010005@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9987 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 8 Aug 2006 23:46:38 -0000 1.2 @@ -9,7 +9,7 @@ Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for From fedora-extras-commits at redhat.com Tue Aug 8 23:48:25 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:48:25 -0700 Subject: rpms/conexus/FC-5 conexus.spec,1.2,1.3 Message-ID: <200608082348.k78NmRZC010053@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10031 Modified Files: conexus.spec Log Message: Reverted BuildRequires for initial FE5 release Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexus.spec 8 Aug 2006 23:46:38 -0000 1.2 +++ conexus.spec 8 Aug 2006 23:48:24 -0000 1.3 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Reverted libpcap-devel to libpcap for FE5 + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Tue Aug 8 23:56:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 16:56:13 -0700 Subject: rpms/conexus/devel conexus.spec,1.1,1.2 Message-ID: <200608082356.k78NuFtZ010230@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10213 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 8 Aug 2006 23:56:13 -0000 1.2 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Bumped release to maintain upgrade path + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Wed Aug 9 00:05:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Tue, 8 Aug 2006 17:05:28 -0700 Subject: rpms/conexus/FC-4 conexus.spec,1.1,1.2 Message-ID: <200608090005.k7905Uf4012888@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12871 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-4/conexus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexus.spec 6 Aug 2006 18:55:09 -0000 1.1 +++ conexus.spec 9 Aug 2006 00:05:28 -0000 1.2 @@ -3,13 +3,13 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -64,6 +64,9 @@ %changelog +* Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 +- Reverted libpcap-devel to libpcap for FE5 + * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug - Changed libpcap to libpcap-devel for Fedora development From fedora-extras-commits at redhat.com Wed Aug 9 01:54:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 8 Aug 2006 18:54:50 -0700 Subject: rpms/exo/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 exo.spec, 1.12, 1.13 Message-ID: <200608090154.k791sqih016047@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16025 Modified Files: sources .cvsignore exo.spec Log Message: Upgrade to 0.3.1.8beta2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/exo/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2005 03:29:30 -0000 1.2 +++ sources 9 Aug 2006 01:54:50 -0000 1.3 @@ -1 +1 @@ -ffcd73ec6b34f19c81afdc3f1a97377b exo-0.3.0.tar.bz2 +b8465faab19e233d5edda12bdd4940b4 exo-0.3.1.8beta2.tar.bz2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exo/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2005 03:29:30 -0000 1.2 +++ .cvsignore 9 Aug 2006 01:54:50 -0000 1.3 @@ -1 +1 @@ -exo-0.3.0.tar.bz2 +exo-0.3.1.8beta2.tar.bz2 Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- exo.spec 17 Feb 2006 01:06:57 -0000 1.12 +++ exo.spec 9 Aug 2006 01:54:50 -0000 1.13 @@ -2,11 +2,11 @@ Summary: Application library for the Xfce desktop environment Name: exo -Version: 0.3.0 -Release: 12%{?dist} +Version: 0.3.1.8 +Release: 0.1.beta2%{?dist} License: LGPL -URL: http://libexo.os-cillation.com/ -Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2 +URL: http://xfce.org/ +Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 Patch0: exo-0.3.0-x86_64-build.patch Group: Development/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,7 +34,7 @@ Static libraries and header files for the exo library. %prep -%setup -q +%setup -q -n %{name}-%{version}beta2 %patch0 -p1 -b x86_64-build @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a +rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a %find_lang libexo-0.3 @@ -60,24 +63,48 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING %{_libdir}/lib*.so.* +%{_datadir}/xfce4/helpers +%{_datadir}/xfce4/doc/C +%{_datadir}/xfce4/doc/ja +%{_mandir}/man1/exo-csource.1.gz +%{_mandir}/man1/exo-open.1.gz +%{_bindir}/exo-csource +%{_bindir}/exo-desktop-item-edit +%{_bindir}/exo-open +%{_bindir}/exo-preferred-applications +%config(noreplace) %{_sysconfdir}/xdg/xfce4/helpers.rc +%{_libexecdir}/exo-helper-0.3 +%{_libexecdir}/exo-compose-mail-0.3 +%{_datadir}/applications/exo-preferred-applications.desktop +%{_datadir}/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png +%{_datadir}/icons/hicolor/48x48/apps/applications-internet.png +%{_datadir}/icons/hicolor/48x48/apps/applications-other.png %files devel %defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/exo/ %{_includedir}/exo* %{_libdir}/lib*.so -%{_libdir}/lib*a %{_libdir}/pkgconfig/*.pc %{_datadir}/pygtk/*/defs/exo-*/ %{python_sitearch}/exo-* %{python_sitearch}/pyexo.* %changelog -* Thu Feb 16 2006 Kevin Fenzi - 0.3.0-12.fc5 -- Rebuild for fc5 +* Wed Aug 2 2006 Kevin Fenzi - 0.3.1.8-0.1.beta2 +- Fix release numbering +- General cleanup for devel push +- Mark helpers.rc as a configfile + +* Wed Jul 12 2006 Kevin Fenzi - 0.3.1.8-0.beta2 +- Upgrade to 0.3.1.8beta2 +- Removed unneeded patch -* Sat Jan 28 2006 Kevin Fenzi - 0.3.0-11.fc5 -- Add imake and libXt-devel to BR to allow detection of modular xorg +* Mon May 8 2006 Kevin Fenzi - 0.3.1.6beta1 +- Upgrade to 0.3.1.6beta1 + +* Sat Jan 21 2006 Kevin Fenzi - 0.3.0-11.fc5 +- Add imake to BR to allow detection of modular xorg * Wed Aug 17 2005 Kevin Fenzi - 0.3.0-10.fc5 - Rebuild for new libcairo and libpixman @@ -119,7 +146,7 @@ - Upgraded to 0.3.0 version * Tue Mar 8 2005 Kevin Fenzi - 0.2.0-3 -- Removed generic INSTALL doc from %doc +- Removed generic INSTALL doc from %%doc * Sun Mar 6 2005 Kevin Fenzi - 0.2.0-2 - Inital Fedora Extras version From fedora-extras-commits at redhat.com Wed Aug 9 02:06:43 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 8 Aug 2006 19:06:43 -0700 Subject: rpms/Terminal/devel sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 Terminal.spec, 1.8, 1.9 Message-ID: <200608090206.k7926jPx020818@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/Terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20797 Modified Files: sources .cvsignore Terminal.spec Log Message: Update to 0.2.5.4-0.beta2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 May 2005 04:02:29 -0000 1.2 +++ sources 9 Aug 2006 02:06:43 -0000 1.3 @@ -1 +1 @@ -d9f8c9db0a27c4d304e1c4fd2ca3a371 Terminal-0.2.4.tar.bz2 +9f129b5d143a707394aa7aa139a67afa Terminal-0.2.5.4beta2.tar.bz2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 May 2005 04:02:29 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:06:43 -0000 1.3 @@ -1 +1 @@ -Terminal-0.2.4.tar.bz2 +Terminal-0.2.5.4beta2.tar.bz2 Index: Terminal.spec =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/Terminal.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Terminal.spec 11 May 2006 22:19:17 -0000 1.8 +++ Terminal.spec 9 Aug 2006 02:06:43 -0000 1.9 @@ -1,15 +1,16 @@ Summary: X Terminal Emulator Name: Terminal -Version: 0.2.4 -Release: 8%{?dist} +Version: 0.2.5.4 +Release: 0.1.beta2%{?dist} License: GPL URL: http://terminal.os-cillation.com/ -Source0: http://download.berlios.de/xfce-goodies/Terminal-0.2.4.tar.bz2 +Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/Terminal-0.2.5.4beta2.tar.bz2 Group: User Interface/X Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: vte-devel >= 0.11.11 -BuildRequires: exo-devel >= 0.3.0 +BuildRequires: vte-devel +BuildRequires: exo-devel >= 0.3.1 BuildRequires: libSM-devel +BuildRequires: gettext %description Terminal is a lightweight and easy to use terminal emulator application @@ -17,7 +18,7 @@ it unique among X terminal emulators. %prep -%setup -q +%setup -q -n %{name}-%{version}beta2 %build %configure @@ -39,8 +40,10 @@ %{_datadir}/Terminal/apps/* %{_datadir}/doc/Terminal/terminal.css %{_datadir}/doc/Terminal/C/* +%{_datadir}/doc/Terminal/ja/* %{_datadir}/icons/hicolor/48x48/apps/Terminal.png %{_datadir}/icons/hicolor/scalable/apps/Terminal.svg +%{_datadir}/icons/hicolor/*/stock/navigation/*.png %{_datadir}/pixmaps/terminal.xpm %{_datadir}/Terminal/Terminal-toolbars.ui %{_datadir}/Terminal/Terminal.ui @@ -49,11 +52,14 @@ %{_libexecdir}/TerminalHelp %changelog -* Thu May 11 2006 Kevin Fenzi - 0.2.4-8 -- Rebuild against new vte version +* Wed Aug 2 2006 Kevin Fenzi - 0.2.5.4-0.1.beta2 +- Fix release -* Thu Feb 16 2006 Kevin Fenzi - 0.2.4-7.fc5 -- Add libSM-devel BuildRequires +* Wed Jul 12 2006 Kevin Fenzi - 0.2.5.4-0.beta2 +- Update to 0.2.5.4-0.beta2 + +* Fri Jun 23 2006 Kevin Fenzi - 0.2.5.1-0.beta1.fc6 +- Update to 0.2.5.1-0.beta1 * Thu Feb 16 2006 Kevin Fenzi - 0.2.4-6.fc5 - Rebuild for fc5 From fedora-extras-commits at redhat.com Wed Aug 9 02:13:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 19:13:28 -0700 Subject: rpms/python-irclib/devel .cvsignore, 1.2, 1.3 python-irclib.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608090213.k792DUMi022089@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22067 Modified Files: .cvsignore python-irclib.spec sources Log Message: 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2005 18:34:33 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:13:28 -0000 1.3 @@ -1 +1 @@ -python-irclib-0.4.5.tar.gz +python-irclib-0.4.6.tar.gz Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/python-irclib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-irclib.spec 13 Feb 2006 23:59:03 -0000 1.2 +++ python-irclib.spec 9 Aug 2006 02:13:28 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-irclib -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Tue Aug 8 2006 Luke Macken 0.4.6-1 +- 0.4.6 (Bug #201753) + * Mon Feb 13 2006 Luke Macken 0.4.5-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-irclib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2005 18:34:33 -0000 1.2 +++ sources 9 Aug 2006 02:13:28 -0000 1.3 @@ -1 +1 @@ -141b7cd26723b337ef277ff5eb56bb5e python-irclib-0.4.5.tar.gz +7e4fc4b5382c6b54ede8b6e29270cba8 python-irclib-0.4.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 02:13:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 19:13:46 -0700 Subject: rpms/python-irclib/FC-5 .cvsignore, 1.2, 1.3 python-irclib.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608090213.k792DmXo022161@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-irclib/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22140 Modified Files: .cvsignore python-irclib.spec sources Log Message: 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2005 18:34:33 -0000 1.2 +++ .cvsignore 9 Aug 2006 02:13:46 -0000 1.3 @@ -1 +1 @@ -python-irclib-0.4.5.tar.gz +python-irclib-0.4.6.tar.gz Index: python-irclib.spec =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/python-irclib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-irclib.spec 13 Feb 2006 23:59:03 -0000 1.2 +++ python-irclib.spec 9 Aug 2006 02:13:46 -0000 1.3 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-irclib -Version: 0.4.5 -Release: 2%{?dist} +Version: 0.4.6 +Release: 1%{?dist} Summary: A set of Python modules for IRC support Group: Development/Libraries @@ -40,6 +40,9 @@ %{python_sitelib}/*.py* %changelog +* Tue Aug 8 2006 Luke Macken 0.4.6-1 +- 0.4.6 (Bug #201753) + * Mon Feb 13 2006 Luke Macken 0.4.5-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-irclib/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2005 18:34:33 -0000 1.2 +++ sources 9 Aug 2006 02:13:46 -0000 1.3 @@ -1 +1 @@ -141b7cd26723b337ef277ff5eb56bb5e python-irclib-0.4.5.tar.gz +7e4fc4b5382c6b54ede8b6e29270cba8 python-irclib-0.4.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 02:51:15 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 8 Aug 2006 19:51:15 -0700 Subject: rpms/paps/devel dead.package,NONE,1.1 README,1.1,NONE Message-ID: <200608090251.k792pHRC029516@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29500 Added Files: dead.package Removed Files: README Log Message: follow PackageEndOfLife policy. --- NEW FILE dead.package --- paps has been moved into Core. --- README DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 04:18:20 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Tue, 8 Aug 2006 21:18:20 -0700 Subject: owners owners.list,1.1374,1.1375 Message-ID: <200608090418.k794IMKE007155@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7138 Modified Files: owners.list Log Message: Changing email addresses. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1374 retrieving revision 1.1375 diff -u -r1.1374 -r1.1375 --- owners.list 8 Aug 2006 21:47:43 -0000 1.1374 +++ owners.list 9 Aug 2006 04:18:20 -0000 1.1375 @@ -125,7 +125,7 @@ Fedora Extras|bwbar|A program that generates a readout of the current bandwidth use|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bwidget|Extended widget set for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bwm-ng|Bandwidth Monitor NG|oliver at linux-kernel.at|extras-qa at fedoraproject.org| -Fedora Extras|byzanz|A desktop recorder|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|byzanz|A desktop recorder|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|bzflag|3D multi-player tank battle game|nphilipp at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bzr|A friendly distributed version control system|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com Fedora Extras|bzrtools|A collection of utilities and plugins for Bazaar-NG|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com @@ -286,7 +286,7 @@ Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| -Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|elmo|Terminal-based mail client|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|em8300|DXR3/Hollywood Plus MPEG decoder card support tools|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|em8300-kmod|Kernel modules for DXR3/Hollywood Plus MPEG decoder cards|ville.skytta at iki.fi|extras-qa at fedoraproject.org| @@ -598,7 +598,7 @@ Fedora Extras|ifplugd|Detect and take action when an ethernet cable is unplugged|aaron.bennett at olin.edu|extras-qa at fedoraproject.org| Fedora Extras|iftop|Command line tool that displays bandwidth usage on an interface|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|iiimf-le-simplehangul|Romanized Korean Hangul language engine for IIIMF|wtogami at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|iksemel|An XML parser library designed for Jabber applications|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|iksemel|An XML parser library designed for Jabber applications|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|ikvm|A Java compatibility layer for Mono|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|im-chooser|Desktop Input Method configuration tool|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|imlib|An image loading and rendering library for X11R6|michael at knox.net.nz|extras-qa at fedoraproject.org| @@ -639,7 +639,7 @@ Fedora Extras|john|John the Ripper password cracker|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|jpgraph|An OO graph drawing class library for PHP|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|js|JavaScript interpreter|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kadischi|An application for Fedora-based LiveCD generation|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| @@ -733,7 +733,7 @@ Fedora Extras|libesmtp|SMTP client library|pawsa at theochem.kth.se|extras-qa at fedoraproject.org| Fedora Extras|libetpan|Portable, efficient middleware for different kinds of mail access|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libevent|Abstract asynchronous event notification library|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| -Fedora Extras|libeXosip2|A library that hides the complexity of using the SIP protocol|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|libeXosip2|A library that hides the complexity of using the SIP protocol|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|libfac|An extension to Singular-factory|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|libfwbuilder|Firewall Builder API|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|libgalago|Galago presence library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| @@ -792,7 +792,7 @@ Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libpqxx|C++ client API for PostgreSQL|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libqalculate|Multi-purpose calculator library|dakingun at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|libresample|A real-time library for audio sampling rate conversion|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|librsync|Rsync libraries|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com @@ -1553,7 +1553,7 @@ Fedora Extras|pyflowtools|Python bindings to OSU Flow-Tools library|i at stingr.net|extras-qa at fedoraproject.org| Fedora Extras|pygame|Python modules for writing games|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|pygsl|GNU Scientific Library Interface for python|jamatos at fc.up.pt|extras-qa at fedoraproject.org| -Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|pyicq-t|ICQ Transport for Jabber Servers|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|PyKDE|Python bindings for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pylint|Analyzes Python code looking for bugs and signs of poor quality|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|pyparsing|An object-oriented approach to text processing|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| @@ -1580,7 +1580,7 @@ Fedora Extras|python-cvstoys|Collection of python tools for CVS|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|python-dateutil|Powerful extensions to the standard datetime module|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|python-dialog|Python interface to the Unix dialog utility|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|python-dns|DNS toolkit for Python|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|python-dns|DNS toolkit for Python|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|python-docutils|A system for processing plaintext documentation|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|python-durus|A Python persistent Object Database|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-elementtree|Fast XML parser and writer|icon at fedoraproject.org|extras-qa at fedoraproject.org| @@ -1629,7 +1629,7 @@ Fedora Extras|python-twisted|Event-driven networking framework written in Python|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|python-vobject|A python library for manipulating vCard and vCalendar files|jbowes at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-vorbis|A Python wrapper for the Ogg Vorbis audio libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|python-xmpp|Python library for easy scripting with Jabber|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|pytz|World Timezone Definitions for Python|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|PyX|Python graphics package|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|pyxdg|PyXDG is a python library to access freedesktop.org standards|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net @@ -1669,7 +1669,7 @@ Fedora Extras|R-RScaLAPACK|An interface to perform parallel computation on linear algebra problems using ScaLAPACK|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|R-waveslim|R module, Basic wavelet routines for 1,2 and 3-dimensional signal processing|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|R-wavethresh|R module, Software to perform wavelet statistics and transforms|jamatos at fc.up.pt|extras-qa at fedoraproject.org| -Fedora Extras|radiusclient-ng|RADIUS protocol client library|jeff at ollie.clive.ia.us|extras-qa at fedoraproject.org| +Fedora Extras|radiusclient-ng|RADIUS protocol client library|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|rafkill|Top-down shooter with powerups|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|raidem|2d top-down shoot'em up|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|raidem-music|Background music for the game raidem|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 04:35:31 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:35:31 -0700 Subject: rpms/obby/devel obby-0.4.0rc3-localedir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 obby.spec, 1.19, 1.20 sources, 1.6, 1.7 obby-0.4.0rc2-gcc41.patch, 1.2, NONE Message-ID: <200608090435.k794ZXAF009470@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9446 Modified Files: .cvsignore obby.spec sources Added Files: obby-0.4.0rc3-localedir.patch Removed Files: obby-0.4.0rc2-gcc41.patch Log Message: * Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch - remove obby-0.4.0rc2-gcc41.patch obby-0.4.0rc3-localedir.patch: --- NEW FILE obby-0.4.0rc3-localedir.patch --- --- po/Makefile.in.in.orig 2006-08-09 00:23:07.000000000 -0400 +++ po/Makefile.in.in 2006-08-09 00:23:41.000000000 -0400 @@ -25,7 +25,7 @@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ -localedir = @localedir@ +localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 May 2006 05:13:44 -0000 1.6 +++ .cvsignore 9 Aug 2006 04:35:30 -0000 1.7 @@ -1 +1 @@ -obby-0.4.0rc2.tar.gz +obby-0.4.0rc3.tar.gz Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- obby.spec 12 Jul 2006 19:15:19 -0000 1.19 +++ obby.spec 9 Aug 2006 04:35:30 -0000 1.20 @@ -1,15 +1,15 @@ -%define _rc rc2 +%define _rc rc3 Name: obby Version: 0.4.0 -Release: 5.%{_rc}%{?dist} +Release: 0.6.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries License: GPL URL: http://releases.0x539.de/obby Source0: http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-gcc41.patch +Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: net6-devel, gmp-devel, gettext-devel @@ -33,7 +33,7 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 -p1 -b .gcc41 +%patch0 -b .localedir %build @@ -69,6 +69,11 @@ %changelog +* Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 +- 0.4.0rc3 +- obby-0.4.0rc3-localefix.patch +- remove obby-0.4.0rc2-gcc41.patch + * Wed Jul 12 2006 Paul Nasrat - 0.4.0-5.rc2 - Modify GCC 4.1 patch so that Gobby will build Index: sources =================================================================== RCS file: /cvs/extras/rpms/obby/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 May 2006 05:13:44 -0000 1.6 +++ sources 9 Aug 2006 04:35:30 -0000 1.7 @@ -1 +1 @@ -5dbc7054ee31eca614d44761aeddee49 obby-0.4.0rc2.tar.gz +3b7be72db362c7180aa8d888b4d320dd obby-0.4.0rc3.tar.gz --- obby-0.4.0rc2-gcc41.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 04:49:08 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:49:08 -0700 Subject: rpms/obby/devel obby.spec,1.20,1.21 Message-ID: <200608090449.k794nADA011785@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11768 Modified Files: obby.spec Log Message: fix version Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- obby.spec 9 Aug 2006 04:35:30 -0000 1.20 +++ obby.spec 9 Aug 2006 04:49:08 -0000 1.21 @@ -2,7 +2,7 @@ Name: obby Version: 0.4.0 -Release: 0.6.%{_rc}%{?dist} +Release: 6.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries @@ -69,7 +69,7 @@ %changelog -* Wed Aug 9 2006 Luke Macken - 0.4.0-0.6.rc3 +* Wed Aug 9 2006 Luke Macken - 0.4.0-6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch - remove obby-0.4.0rc2-gcc41.patch From fedora-extras-commits at redhat.com Wed Aug 9 04:53:38 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 8 Aug 2006 21:53:38 -0700 Subject: rpms/gobby/devel .cvsignore, 1.6, 1.7 gobby.spec, 1.14, 1.15 sources, 1.6, 1.7 Message-ID: <200608090453.k794reJC011921@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11900 Modified Files: .cvsignore gobby.spec sources Log Message: 0.4.0rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Jun 2006 14:06:07 -0000 1.6 +++ .cvsignore 9 Aug 2006 04:53:38 -0000 1.7 @@ -1 +1 @@ -gobby-0.4.0rc2.tar.gz +gobby-0.4.0rc3.tar.gz Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gobby.spec 13 Jul 2006 01:27:21 -0000 1.14 +++ gobby.spec 9 Aug 2006 04:53:38 -0000 1.15 @@ -1,8 +1,8 @@ -%define _rc rc2 +%define _rc rc3 Name: gobby Version: 0.4.0 -Release: 6.%{_rc}%{?dist} +Release: 7.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -70,6 +70,9 @@ %changelog +* Wed Aug 9 2006 Luke Macken - 0.4.0-7.rc3 +- 0.4.0rc3 + * Wed Jul 12 2006 Luke Macken - 0.4.0-6.rc2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Jun 2006 14:06:07 -0000 1.6 +++ sources 9 Aug 2006 04:53:38 -0000 1.7 @@ -1 +1 @@ -6b40cfe48ef9f4d24e4e81486ef6992e gobby-0.4.0rc2.tar.gz +3e0ec337d556f6afb957af5513dbb3cf gobby-0.4.0rc3.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 06:09:48 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 8 Aug 2006 23:09:48 -0700 Subject: rpms/ghex/FC-5 ghex-search-crash.patch, NONE, 1.1 ghex.spec, 1.11, 1.12 Message-ID: <200608090609.k7969ood020444@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20418 Modified Files: ghex.spec Added Files: ghex-search-crash.patch Log Message: 2.8.2-2 -- apply ghex-search-crash.patch from b.g.o #339055, fixes #175957 ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/FC-5/ghex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ghex.spec 6 Aug 2006 12:47:03 -0000 1.11 +++ ghex.spec 9 Aug 2006 06:09:47 -0000 1.12 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binary editor for GNOME @@ -8,7 +8,8 @@ License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 -Patch: ghex-no-scrollkeeper.patch +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -42,7 +43,8 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure @@ -108,6 +110,9 @@ %changelog +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + * Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 - Update to 2.8.2 - Don't use the libtool worksaroung anymore From fedora-extras-commits at redhat.com Wed Aug 9 06:10:27 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 8 Aug 2006 23:10:27 -0700 Subject: rpms/ghex/devel ghex-search-crash.patch, NONE, 1.1 ghex.spec, 1.11, 1.12 Message-ID: <200608090610.k796ATbY020485@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20465 Modified Files: ghex.spec Added Files: ghex-search-crash.patch Log Message: 2.8.2-2 -- apply ghex-search-crash.patch from b.g.o #339055, fixes #175957 ghex-search-crash.patch: --- NEW FILE ghex-search-crash.patch --- --- src/gtkhex.c +++ src/gtkhex.c @@ -2290,7 +2290,7 @@ gint len, const gchar *colour) { - GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_Highlight)); + GtkHex_AutoHighlight *new = g_malloc0(sizeof(GtkHex_AutoHighlight)); new->search_string = g_memdup(search, len); new->search_len = len; Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ghex.spec 15 Jul 2006 14:26:15 -0000 1.11 +++ ghex.spec 9 Aug 2006 06:10:27 -0000 1.12 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binary editor for GNOME @@ -8,7 +8,8 @@ License: GPL URL: http://www.gnome.org/softwaremap/projects/ghex Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.2.tar.bz2 -Patch: ghex-no-scrollkeeper.patch +Patch0: ghex-no-scrollkeeper.patch +Patch1: ghex-search-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -42,7 +43,8 @@ %prep %setup -q -%patch -p1 -b .noscrollkeeper +%patch0 -p1 -b .noscrollkeeper +%patch1 -b .searchcrash %build %configure @@ -108,6 +110,9 @@ %changelog +* Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 +- apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 + * Sat Jul 15 2006 Thorsten Leemhuis 2.8.2-1 - Update to 2.8.2 - Don't use the libtool worksaroung anymore From fedora-extras-commits at redhat.com Wed Aug 9 06:29:32 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 8 Aug 2006 23:29:32 -0700 Subject: rpms/gcdmaster/FC-5 gcdmaster.spec,1.2,1.3 Message-ID: <200608090629.k796TYwU020655@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20635 Modified Files: gcdmaster.spec Log Message: Bumping up release to fix upgrade path Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/FC-5/gcdmaster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcdmaster.spec 1 Mar 2006 06:57:27 -0000 1.2 +++ gcdmaster.spec 9 Aug 2006 06:29:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Wed Aug 9 2006 Denis Leroy - 1.2.1-5 +- Bumping up release to fix upgrade path + * Tue Feb 28 2006 Denis Leroy - 1.2.1-4 - Added patch to fix g++4 compile problem From fedora-extras-commits at redhat.com Wed Aug 9 06:30:01 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:30:01 -0700 Subject: rpms/clamav/devel sources,1.17,1.18 clamav.spec,1.37,1.38 Message-ID: <200608090630.k796U3H6020733@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20711 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:17:12 -0000 1.17 +++ sources 9 Aug 2006 06:30:01 -0000 1.18 @@ -1,2 +1,4 @@ 330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- clamav.spec 8 Jul 2006 15:57:54 -0000 1.37 +++ clamav.spec 9 Aug 2006 06:30:01 -0000 1.38 @@ -18,7 +18,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -337,8 +337,8 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %_mandir/man[15]/* %_bindir/* +%_mandir/man[15]/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam %exclude %_mandir/*/freshclam* @@ -391,7 +391,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/*/clamd* +%doc %_mandir/man[58]/clamd* %_sbindir/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -417,6 +417,12 @@ %ghost %attr(0620,root,%milteruser) %verify(not size md5 mtime) %milterlog %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - removed a superfluous '}' - removed some code which was relevant for FC-3 only From fedora-extras-commits at redhat.com Wed Aug 9 06:30:27 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 8 Aug 2006 23:30:27 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.2,1.3 Message-ID: <200608090630.k796UTqw020798@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20777 Modified Files: gcdmaster.spec Log Message: Bumping up release to fix upgrade path Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcdmaster.spec 1 Mar 2006 06:57:27 -0000 1.2 +++ gcdmaster.spec 9 Aug 2006 06:30:27 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Wed Aug 9 2006 Denis Leroy - 1.2.1-5 +- Bumping up release to fix upgrade path + * Tue Feb 28 2006 Denis Leroy - 1.2.1-4 - Added patch to fix g++4 compile problem From fedora-extras-commits at redhat.com Wed Aug 9 06:48:12 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:48:12 -0700 Subject: rpms/clamav/devel clamav.spec,1.38,1.39 Message-ID: <200608090648.k796mEEE020965@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20948 Modified Files: clamav.spec Log Message: removed a superfluous %doc Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- clamav.spec 9 Aug 2006 06:30:01 -0000 1.38 +++ clamav.spec 9 Aug 2006 06:48:12 -0000 1.39 @@ -391,7 +391,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/man[58]/clamd* +%_mandir/man[58]/clamd* %_sbindir/* %_initrddir/clamd-wrapper %dir %pkgdatadir From fedora-extras-commits at redhat.com Wed Aug 9 06:49:22 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:49:22 -0700 Subject: rpms/clamav/devel sources,1.18,1.19 Message-ID: <200608090649.k796nOaV021004@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20987 Modified Files: sources Log Message: cleanup; removed old sources Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 9 Aug 2006 06:30:01 -0000 1.18 +++ sources 9 Aug 2006 06:49:22 -0000 1.19 @@ -1,4 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig 7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz 450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig From fedora-extras-commits at redhat.com Wed Aug 9 06:53:29 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:53:29 -0700 Subject: rpms/clamav/FC-5 sources,1.17,1.18 clamav.spec,1.35,1.36 Message-ID: <200608090653.k796rVd3021055@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21036 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:16:02 -0000 1.17 +++ sources 9 Aug 2006 06:53:29 -0000 1.18 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- clamav.spec 8 Jul 2006 13:16:02 -0000 1.35 +++ clamav.spec 9 Aug 2006 06:53:29 -0000 1.36 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %_mandir/*/clamd* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 06:57:03 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:57:03 -0700 Subject: rpms/clamav/FC-4 sources,1.17,1.18 clamav.spec,1.33,1.34 Message-ID: <200608090657.k796v5Dq021115@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21096 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 8 Jul 2006 13:16:01 -0000 1.17 +++ sources 9 Aug 2006 06:57:03 -0000 1.18 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-4/clamav.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- clamav.spec 8 Jul 2006 13:16:01 -0000 1.33 +++ clamav.spec 9 Aug 2006 06:57:03 -0000 1.34 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %{_mandir}/man8/* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 06:59:30 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Tue, 8 Aug 2006 23:59:30 -0700 Subject: rpms/clamav/FC-3 sources,1.15,1.16 clamav.spec,1.23,1.24 Message-ID: <200608090659.k796xWEn021157@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21138 Modified Files: sources clamav.spec Log Message: - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc - removed the clamdscan(1) manpage from the -server subpackage Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 8 Jul 2006 13:16:00 -0000 1.15 +++ sources 9 Aug 2006 06:59:30 -0000 1.16 @@ -1,2 +1,2 @@ -330206089713e73a44afc7a4d6450225 clamav-0.88.3.tar.gz -dc0e3b56253c7974ef9f3e9011017e0c clamav-0.88.3.tar.gz.sig +7759784aa4506b314e6543e0f2a8587b clamav-0.88.4.tar.gz +450d59c0a663b5986cda1105b85ae673 clamav-0.88.4.tar.gz.sig Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-3/clamav.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- clamav.spec 8 Jul 2006 13:16:00 -0000 1.23 +++ clamav.spec 9 Aug 2006 06:59:30 -0000 1.24 @@ -21,7 +21,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.88.3 +Version: 0.88.4 Release: %release_func 1 License: GPL @@ -350,7 +350,7 @@ %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ NEWS TODO %doc docs/*.pdf -%doc %{_mandir}/man[15]/* +%{_mandir}/man[15]/* %{_bindir}/* %exclude %_bindir/clamav-config %exclude %_bindir/freshclam @@ -404,7 +404,7 @@ %files server %defattr(-,root,root,-) %doc _doc_server/* -%doc %{_mandir}/man8/* +%_mandir/man[58]/clamd* %{_sbindir}/* %_initrddir/clamd-wrapper %dir %pkgdatadir @@ -432,6 +432,13 @@ %endif # _without_milter %changelog +* Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 +- updated to 0.88.4 (SECURITY) +- removed some superfluous %%doc + +* Wed Jul 12 2006 Enrico Scholz +- removed the clamdscan(1) manpage from the -server subpackage + * Sat Jul 8 2006 Enrico Scholz - 0.88.3-1 - updated to 0.88.3 From fedora-extras-commits at redhat.com Wed Aug 9 07:14:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 9 Aug 2006 00:14:02 -0700 Subject: rpms/inkscape/FC-5 inkscape.spec,1.28,1.29 Message-ID: <200608090714.k797E4F1023818@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23801 Modified Files: inkscape.spec Log Message: Bumping up release to fix upgrade path Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-5/inkscape.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- inkscape.spec 27 Jun 2006 03:06:28 -0000 1.28 +++ inkscape.spec 9 Aug 2006 07:14:02 -0000 1.29 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -120,6 +120,9 @@ %changelog +* Wed Aug 9 2006 Denis Leroy - 0.44-3 +- Bumping up release to fix upgrade path + * Mon Jun 26 2006 Denis Leroy - 0.44-1 - Update to 0.44 - Boosting release to preserve upgrade path from FC4 From fedora-extras-commits at redhat.com Wed Aug 9 07:14:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 9 Aug 2006 00:14:58 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.27,1.28 Message-ID: <200608090715.k797F07p023888@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23869 Modified Files: inkscape.spec Log Message: Bumping up release to fix upgrade path Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- inkscape.spec 28 Jun 2006 20:35:51 -0000 1.27 +++ inkscape.spec 9 Aug 2006 07:14:58 -0000 1.28 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -120,6 +120,9 @@ %changelog +* Wed Aug 9 2006 Denis Leroy - 0.44-3 +- Bumping up release to fix upgrade path + * Wed Jun 28 2006 Denis Leroy - 0.44-2 - Update to 0.44 - Removed obsolete patches From fedora-extras-commits at redhat.com Wed Aug 9 10:23:24 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:24 -0700 Subject: rpms/libtlen/devel - New directory Message-ID: <200608091023.k79ANQYs032433@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32407/libtlen/devel Log Message: Directory /cvs/extras/rpms/libtlen/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 10:23:23 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:23 -0700 Subject: rpms/libtlen - New directory Message-ID: <200608091023.k79ANPx9032430@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32407/libtlen Log Message: Directory /cvs/extras/rpms/libtlen added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 10:23:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:42 -0700 Subject: rpms/libtlen Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608091023.k79ANiDj032484@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32456 Added Files: Makefile import.log Log Message: Setup of module libtlen --- NEW FILE Makefile --- # Top level Makefile for module libtlen all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 10:23:43 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:23:43 -0700 Subject: rpms/libtlen/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608091023.k79ANjV2032487@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32456/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libtlen --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 10:26:10 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:26:10 -0700 Subject: rpms/libtlen import.log,1.1,1.2 Message-ID: <200608091026.k79AQCGN032580@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32546 Modified Files: import.log Log Message: auto-import libtlen-0-0.4.20060309 on branch devel from libtlen-0-0.4.20060309.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libtlen/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 10:23:42 -0000 1.1 +++ import.log 9 Aug 2006 10:26:10 -0000 1.2 @@ -0,0 +1 @@ +libtlen-0-0_4_20060309:HEAD:libtlen-0-0.4.20060309.src.rpm:1155119207 From fedora-extras-commits at redhat.com Wed Aug 9 10:26:11 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:26:11 -0700 Subject: rpms/libtlen/devel libtlen-rpm.patch, NONE, 1.1 libtlen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608091026.k79AQDCv032587@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32546/devel Modified Files: .cvsignore sources Added Files: libtlen-rpm.patch libtlen.spec Log Message: auto-import libtlen-0-0.4.20060309 on branch devel from libtlen-0-0.4.20060309.src.rpm libtlen-rpm.patch: --- NEW FILE libtlen-rpm.patch --- --- libtlen-20060309/lib/Makefile.in.r 2004-11-12 12:55:45.000000000 +0100 +++ libtlen-20060309/lib/Makefile.in 2006-07-27 14:11:17.000000000 +0200 @@ -53,7 +53,7 @@ $(RANLIB) $(STATIC) $(SHARED): $(OBJS) - $(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc + $(CC) $(CFLAGS) -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc $(LN_S) -f $(SHARED) $(SHAREDM) $(LN_S) -f $(SHARED) $(SHAREDMM) @@ -74,4 +74,4 @@ $(INSTALL) -m 644 $(HEADERS) $(DESTDIR)$(includedir)$(libincludedir) testclient: $(STATIC) testclient.c - $(CC) -Wall -ggdb -o testclient testclient.c libtlen.a $(LIBS) + $(CC) -Wall $(CFLAGS) -ggdb -o testclient testclient.c libtlen.a $(LIBS) --- NEW FILE libtlen.spec --- %define _snap 20060309 Name: libtlen Version: 0 Release: 0.4.%{_snap}%{?dist} Summary: Tlen.pl client library Summary(pl): Biblioteka kliencka Tlen.pl Group: System Environment/Libraries License: LGPL URL: http://tleenx.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/tleenx/%{name}-%{_snap}.tar.gz Patch0: %{name}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description libtlen is a library providing an API for client programs which want to use Tlen.pl, an Instant Messanging protocol based on Jabber, but with some modifications. %description -l pl Biblioteka libtlen dostarcza API dla program??w klienckich korzystaj??cych z protoko??u Tlen.pl kt??ry bazuje na Jabber z niewielkimi modyfikacjami. %package devel Summary: Header files for developing programs using libtlen Summary(pl): Pliki nag????wkowe do biblioteki libtlen Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package is required to develop programs that use Tlen.pl protocol. %description devel -l pl Pakiet wymagany przy pisaniu program??w korzystaj??cych z protoko??u Tlen.pl. %prep %setup -q -n %{name}-%{_snap} %patch0 -p1 -b .r %build %configure %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT for i in ChangeLog docs/AUTHORS docs/TODO docs/libtlen.css; do iconv -f ISO-8859-2 -t UTF-8 $i -o $i.utf %{__mv} -f $i.utf $i done %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/libtlen.a %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %lang(pl) %doc docs/AUTHORS docs/TODO ChangeLog COPYING %attr(755,root,root) %{_libdir}/libtlen.so.* %files devel %defattr(644,root,root,755) %lang(pl) %doc docs/*.{html,css} %{_includedir}/* %{_libdir}/libtlen.so %changelog * Fri Jul 27 2006 Dominik Mierzejewski 0-0.4.20060309 - included LGPL license text from upstream * Fri Jul 27 2006 Dominik Mierzejewski 0-0.3.20060309 - patch to fix 32bit builds on 64bit - updated to 20060309 snapshot - changed project and download urls * Sat Jan 07 2006 Dominik Mierzejewski 0-0.1.20041113 - FE compliance - removed static subpackage - mark docs as Polish * Tue Sep 13 2005 Dominik Mierzejewski - updated to 20041113 snapshot * Mon Jul 04 2005 Dominik Mierzejewski - fixed building on FC4 * Wed Oct 13 2004 Dominik Mierzejewski - adapted PLD spec - updated to 20040416 snapshot * Sun Feb 29 2004 PLD Team All persons listed below can be reached at @pld-linux.org Revision 1.28 2004/02/29 18:01:25 pawelb - up to 20040228 Revision 1.27 2003/11/17 22:15:52 adgor - Partially reverted Revision 1.26 2003/11/17 21:46:36 adgor - Changed versioning policy (ver 0.%%{_snap}; rel 1) - Added post/postun /sbin/ldconfig - libtlen.so moved to devel subpkg Revision 1.25 2003/11/16 09:27:35 jack - updated to snap 20031115 Revision 1.24 2003/11/08 20:44:23 jack - updated to 20031108 snap Revision 1.23 2003/08/29 11:15:25 adgor - Added %%{release} to req Revision 1.22 2003/08/18 08:08:17 gotar - mass commit: cosmetics (removed trailing white spaces) Revision 1.21 2003/07/11 12:28:23 ankry - URL fixes and other cosmetics Revision 1.20 2003/06/27 13:10:47 mmazur - mass commit; now req: name = epoch:version Revision 1.19 2003/05/28 12:59:32 malekith - massive attack: source-md5 Revision 1.18 2003/05/25 05:50:04 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.17 2003/04/18 14:45:32 radek - snap 20030415 Revision 1.16 2003/02/17 11:32:06 radek - updated Source0 URL Revision 1.15 2003/02/03 19:17:17 krzak - snap 20030130 Revision 1.14 2002/11/23 02:06:12 aflinta - updated to snap 20021122 - removed destdir.path which is now obsoleted Revision 1.13 2002/11/19 15:23:33 aflinta - updated descriptions - version is 0 cause there is no version except snaps - Epoch 1 - updated URL's Revision 1.12 2002/10/30 16:45:55 aflinta - normal URL is back ;) Revision 1.11 2002/10/29 23:41:28 aflinta - updated to snap 20021029 Revision 1.10 2002/10/29 23:18:58 aflinta - libsigc++ seems to be not needed, everything is working without it Revision 1.9 2002/10/26 10:36:27 ggodlewski - url changed to ip - some problem with dns Revision 1.8 2002/10/25 15:39:23 ggodlewski - updated to 20021024 Revision 1.7 2002/09/21 14:08:47 aflinta - updated to snapshot 20020920 Revision 1.6 2002/09/16 16:22:42 qboosh - typos, cosmetics Revision 1.5 2002/09/15 13:00:46 aflinta - splited into subpackages - snapshot 20020914 Revision 1.4 2002/09/12 10:13:09 trojan - BuildRequires: libsigc++1-devel instead libsigc++-devel Revision 1.3 2002/05/24 11:04:31 gotar - ac/am macros Revision 1.2 2002/05/24 10:58:30 gotar - new %%doc Revision 1.1 2002/05/23 07:56:05 gotar - initial release, STBR. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 10:23:43 -0000 1.1 +++ .cvsignore 9 Aug 2006 10:26:11 -0000 1.2 @@ -0,0 +1 @@ +libtlen-20060309.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 10:23:43 -0000 1.1 +++ sources 9 Aug 2006 10:26:11 -0000 1.2 @@ -0,0 +1 @@ +5ee0a741d22f80b962bc5a9502dc69e4 libtlen-20060309.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 10:35:30 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 03:35:30 -0700 Subject: owners owners.list,1.1375,1.1376 Message-ID: <200608091035.k79AZWcg032668@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32651 Modified Files: owners.list Log Message: Add myself as the maintainer of libtlen Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1375 retrieving revision 1.1376 diff -u -r1.1375 -r1.1376 --- owners.list 9 Aug 2006 04:18:20 -0000 1.1375 +++ owners.list 9 Aug 2006 10:35:30 -0000 1.1376 @@ -813,6 +813,7 @@ Fedora Extras|libtabe|Chinese lexicons library for xcin-2.5.3|llch at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libtar|Tar file manipulation API|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libtasn1|This is the ASN.1 library used in GNUTLS.|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|libtlen|Tlen.pl client library|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|libtomoe-gtk|Gtk library for tomoe Japanese handwritten input|ryo-dairiki at users.sourceforge.net|extras-qa at fedoraproject.org| Fedora Extras|libtorrent|BitTorrent library with a focus on high performance & good code|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|libtranslate|Natural language translation library|dmitry at butskoy.name|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 12:06:14 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 05:06:14 -0700 Subject: rpms/XaraLX/devel XaraLX.spec,1.1,1.2 Message-ID: <200608091206.k79C6GVL006171@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6104 Modified Files: XaraLX.spec Log Message: Fix for noisy mime update XaraLX.spec Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XaraLX.spec 1 Aug 2006 22:07:30 -0000 1.1 +++ XaraLX.spec 9 Aug 2006 12:06:13 -0000 1.2 @@ -3,7 +3,7 @@ Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 2%{?dist}.%{buildRev} +Release: 3%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -71,14 +71,10 @@ rm -rf %{buildroot} %post -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -95,6 +91,9 @@ %{_docdir}/XaraLX/examples %changelog +* Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 +- fixed noisy mime database entry + * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file From fedora-extras-commits at redhat.com Wed Aug 9 12:09:01 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 05:09:01 -0700 Subject: rpms/XaraLX/FC-5 XaraLX.spec,1.1,1.2 Message-ID: <200608091209.k79C93Yd006242@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6225 Modified Files: XaraLX.spec Log Message: Fix for noisy mime-update XaraLX.spec Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/XaraLX.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- XaraLX.spec 1 Aug 2006 22:07:30 -0000 1.1 +++ XaraLX.spec 9 Aug 2006 12:09:01 -0000 1.2 @@ -3,7 +3,7 @@ Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 2%{?dist}.%{buildRev} +Release: 3%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -71,14 +71,10 @@ rm -rf %{buildroot} %post -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -if which update-mime-database>/dev/null 2>&1; then \ - update-mime-database %{_datadir}/mime; \ -fi +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -95,6 +91,9 @@ %{_docdir}/XaraLX/examples %changelog +* Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 +- fixed noisy mime update + * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file From fedora-extras-commits at redhat.com Wed Aug 9 12:52:46 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 05:52:46 -0700 Subject: fedora-security/audit fc5,1.266,1.267 Message-ID: <200608091252.k79Cqk5v006517@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6497 Modified Files: fc5 Log Message: Note a new CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- fc5 7 Aug 2006 07:25:28 -0000 1.266 +++ fc5 9 Aug 2006 12:52:44 -0000 1.267 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) From fedora-extras-commits at redhat.com Wed Aug 9 14:21:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:21:14 -0700 Subject: rpms/geomview/devel geomview.spec,1.23,1.24 Message-ID: <200608091421.k79ELGbu012241@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12224 Modified Files: geomview.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid Conflicts: ImageMagick Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- geomview.spec 8 Aug 2006 15:26:34 -0000 1.23 +++ geomview.spec 9 Aug 2006 14:21:13 -0000 1.24 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.17.%{beta}%{?dist} +Release: 0.18.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -200,6 +200,10 @@ # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rename animate.1 that Conflicts: ImageMagick +test -f $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 && \ + mv $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 $RPM_BUILD_ROOT%{_mandir}/man1/geomview-animate.1 + # rpmdocs make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: @@ -267,6 +271,10 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 +- rename (man/man1/)animate.1 -> geomview-animate.1 to avoid + Conflicts: ImageMagick + * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg From fedora-extras-commits at redhat.com Wed Aug 9 14:21:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:21:35 -0700 Subject: rpms/geomview/FC-5 geomview.spec,1.13,1.14 Message-ID: <200608091421.k79ELbd5012316@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12296 Modified Files: geomview.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid Conflicts: ImageMagick Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/FC-5/geomview.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- geomview.spec 8 Aug 2006 15:42:44 -0000 1.13 +++ geomview.spec 9 Aug 2006 14:21:35 -0000 1.14 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.17.%{beta}%{?dist} +Release: 0.18.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -200,6 +200,10 @@ # maniview manpage %{?_with_maniview:install -D -m644 -p src/bin/maniview-%{maniview_ver}/maniview.1 $RPM_BUILD_ROOT%{_mandir}/man1/maniview.1} +# rename animate.1 that Conflicts: ImageMagick +test -f $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 && \ + mv $RPM_BUILD_ROOT%{_mandir}/man1/animate.1 $RPM_BUILD_ROOT%{_mandir}/man1/geomview-animate.1 + # rpmdocs make -k -C doc docdir=`pwd`/rpmdocs install-docDATA ||: make -k -C doc dochtmldir=`pwd`/rpmdocs/html install-dochtmlDATA ||: @@ -267,6 +271,10 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 +- rename (man/man1/)animate.1 -> geomview-animate.1 to avoid + Conflicts: ImageMagick + * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 - -devel pkg From fedora-extras-commits at redhat.com Wed Aug 9 14:29:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 07:29:17 -0700 Subject: fedora-security/audit fc5,1.267,1.268 Message-ID: <200608091429.k79ETHJo012480@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12462 Modified Files: fc5 Log Message: Note the firefox and thunderbird updates. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.267 retrieving revision 1.268 diff -u -r1.267 -r1.268 --- fc5 9 Aug 2006 12:52:44 -0000 1.267 +++ fc5 9 Aug 2006 14:29:15 -0000 1.268 @@ -7,23 +7,49 @@ CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3811 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3810 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3809 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3808 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3807 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3806 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3805 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3804 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3803 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3802 VULNERABLE (firefox/seamonkey/thunderbird) -CVE-2006-3801 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3812 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3812 VULNERABLE (mozilla) +CVE-2006-3811 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3811 VULNERABLE (mozilla) +CVE-2006-3810 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3810 VULNERABLE (mozilla) +CVE-2006-3809 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3809 VULNERABLE (mozilla) +CVE-2006-3808 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3808 VULNERABLE (mozilla) +CVE-2006-3807 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3807 VULNERABLE (mozilla) +CVE-2006-3806 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3806 VULNERABLE (mozilla) +CVE-2006-3805 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3805 VULNERABLE (mozilla) +CVE-2006-3804 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3804 VULNERABLE (mozilla) +CVE-2006-3803 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3803 VULNERABLE (mozilla) +CVE-2006-3802 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3802 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3802 VULNERABLE (mozilla) +CVE-2006-3801 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 VULNERABLE (firefox/seamonkey) +CVE-2006-3677 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3677 VULNERABLE (mozilla) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -57,7 +83,9 @@ CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 VULNERABLE (firefox/seamonkey/thunderbird) +CVE-2006-3113 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] From fedora-extras-commits at redhat.com Wed Aug 9 14:47:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:47:19 -0700 Subject: rpms/maxima/devel maxima-5.9.4-evince.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 maxima.spec, 1.28, 1.29 sources, 1.5, 1.6 maxima-5.9.2-evince.patch, 1.1, NONE Message-ID: <200608091447.k79ElLvu012584@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12560 Modified Files: .cvsignore maxima.spec sources Added Files: maxima-5.9.4-evince.patch Removed Files: maxima-5.9.2-evince.patch Log Message: * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 - 5.9.3.99rc2 * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 - 5.9.3.99rc1 - - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) maxima-5.9.4-evince.patch: --- NEW FILE maxima-5.9.4-evince.patch --- --- maxima-5.9.3.99rc1/src/plot.lisp.evince 2006-07-16 15:42:04.000000000 -0500 +++ maxima-5.9.3.99rc1/src/plot.lisp 2006-08-01 09:06:18.000000000 -0500 @@ -75,7 +75,7 @@ ((mlist) $plot_realpart nil) )) -(defvar $viewps_command "(ghostview \"~a\")") +(defvar $viewps_command "(evince \"~a\")") ;; $plot_realpart option is false by default but *plot-realpart* is true because coerce-float-fun ;; is used outside of plot package too. --- maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl.evince 2006-07-29 04:27:34.000000000 -0500 +++ maxima-5.9.3.99rc1/interfaces/xmaxima/Tkmaxima/Constants.tcl 2006-08-01 09:07:23.000000000 -0500 @@ -143,8 +143,8 @@ image/gif netmath image/png netmath image/jpeg netmath - application/postscript "ghostview -safer %s" - application/pdf "acroread %s" + application/postscript "evince %s" + application/pdf "evince %s" application/x-dvi "xdvi %s" } set maxima_priv(imagecounter) 0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 27 Apr 2006 14:57:59 -0000 1.6 +++ .cvsignore 9 Aug 2006 14:47:19 -0000 1.7 @@ -1,3 +1,4 @@ maximabook-19-Sept-2004.pdf macref.pdf maxima-5.9.3.tar.gz +maxima-5.9.3.99rc2.tar.gz Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- maxima.spec 27 Jun 2006 01:03:16 -0000 1.28 +++ maxima.spec 9 Aug 2006 14:47:19 -0000 1.29 @@ -1,16 +1,23 @@ +%define beta rc2 + +%define emacs_sitelisp %{_datadir}/emacs/site-lisp/ +%define xemacs_sitelisp %{_datadir}/xemacs/site-packages/lisp/ + Summary: Symbolic Computation Program Name: maxima -Version: 5.9.3 +Version: 5.9.3.99 -Release: 5%{?dist} +Release: 0.2.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}.tar.gz +Source: http://dl.sourceforge.net/sourceforge/maxima/maxima-%{version}%{?beta}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} x86_64 ppc +%define maxima_ver %{version}%{?beta} + %ifarch %{ix86} %define _enable_cmucl --enable-cmucl %endif @@ -43,9 +50,9 @@ # (mysterious?) xemacs patch (don't use, for now) Patch2: maxima.el-xemacs.patch # use sbcl --disable-debugger -Patch3: maxima-5.9.3-sbcl-disable-debugger.patch +Patch3: maxima-5.9.4-sbcl-disable-debugger.patch # ghostview -> evince (ps/pdf viewer) -Patch4: maxima-5.9.2-evince.patch +Patch4: maxima-5.9.4-evince.patch # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) @@ -170,7 +177,7 @@ %prep -%setup -q -n %{name}%{!?cvs:-%{version}} +%setup -q -n %{name}%{!?cvs:-%{version}%{?beta}} # Extra docs install -p -m644 %{SOURCE10} . @@ -213,9 +220,9 @@ install -D -p -m644 %{SOURCE11} maximabook/maxima.pdf - pushd info - texi2dvi --pdf maxima.texi - popd +# pushd info +# texi2dvi --pdf maxima.texi +# popd pushd intromax pdflatex intromax.ltx @@ -242,33 +249,29 @@ --add-category "X-Fedora" \ %{SOURCE2} -## emaxima -# LaTeX style +# emaxima LaTeX style install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.sty \ +cp -alf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.sty \ $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/emaxima/ -# emacs -install -d $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/maxima.el - -# xemacs -install -d $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/{maxima,site-start.d} -cp -alf $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.el \ - $RPM_BUILD_ROOT%{_datadir}/%{name}/%{version}/emacs/*.lisp \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/maxima/ -install -D -m644 -p %{SOURCE6} \ - $RPM_BUILD_ROOT%{_datadir}/xemacs/site-packages/lisp/site-start.d/maxima.el +# (x)emacs +install -D -m644 -p %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el + +for dir in %{emacs_sitelisp} %{xemacs_sitelisp} ; do + install -d -m755 $RPM_BUILD_ROOT$dir/{,site-start.d} + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs $RPM_BUILD_ROOT$dir/maxima + for file in $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/emacs/*.el ; do + touch `dirname $file`/`basename $file .el`.elc + done + ln -s %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el $RPM_BUILD_ROOT$dir/site-start.d/ + touch $RPM_BUILD_ROOT$dir/site-start.d/maxima-modes.elc +done ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir # until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs -rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{version}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} +rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} # _enable_gcl: debuginfo (sometimes?) fails to get auto-created, so we'll help out touch debugfiles.list @@ -292,6 +295,26 @@ touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: +%triggerin -- emacs-common +if [ -d %{emacs_sitelisp} ]; then + rm -rf %{emacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{emacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{emacs_sitelisp}/site-start.d/ ||: + +%triggerin -- xemacs-common +if [ -d %{xemacs_sitelisp} ]; then + rm -rf %{xemacs_sitelisp}/maxima + ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs %{xemacs_sitelisp}/maxima ||: +fi +ln -sf %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/maxima-modes.el %{xemacs_sitelisp}/site-start.d/ ||: + +%triggerun -- emacs-common +[ $2 -eq 0 ] && rm -f %{emacs_sitelisp}/M2*.el* || : + +%triggerun -- xemacs-common +[ $2 -eq 0 ] && rm -f %{xemacs_sitelisp}/M2*.el* || : + %clean @@ -300,72 +323,77 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING INSTALL README README.lisps +%doc AUTHORS ChangeLog COPYING README README.lisps %doc doc/misc/ doc/implementation/ %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %doc macref.pdf -%doc %{_datadir}/maxima/%{version}/doc %{_bindir}/maxima %dir %{_datadir}/maxima -%dir %{_datadir}/maxima/%{version} -%{_datadir}/maxima/%{version}/[a-c,f-r,t-w,y-z,A-Z]* -%{_datadir}/maxima/%{version}/demo/ -%{_datadir}/maxima/%{version}/share/ +%dir %{_datadir}/maxima/%{maxima_ver} +%{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* +%{_datadir}/maxima/%{maxima_ver}/demo/ +%doc %{_datadir}/maxima/%{maxima_ver}/doc +%{_datadir}/maxima/%{maxima_ver}/share/ +%dir %{_libdir}/maxima/ +%dir %{_libdir}/maxima/%{maxima_ver}/ %{_libexecdir}/maxima %{_infodir}/*.info* %{_mandir}/man1/maxima.* -# emaxima -%{_datadir}/maxima/%{version}/emacs -%{_datadir}/emacs/site-lisp/* -%{_datadir}/xemacs/site-packages/* %{_datadir}/texmf/tex/latex/emaxima/ +%dir %{_datadir}/maxima/%{maxima_ver}/emacs +%{_datadir}/maxima/%{maxima_ver}/emacs/emaxima.* +%{_datadir}/maxima/%{maxima_ver}/emacs/*.el +%ghost %{_datadir}/maxima/%{maxima_ver}/emacs/*.elc +%dir %{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/ +%{_datadir}/maxima/%{maxima_ver}/emacs/site_start.d/*.el +%ghost %{emacs_sitelisp} +%ghost %{xemacs_sitelisp} %files src %defattr(-,root,root,-) -%{_datadir}/maxima/%{version}/src/ +%{_datadir}/maxima/%{maxima_ver}/src/ %files gui %defattr(-,root,root,-) %{_bindir}/xmaxima -%{_datadir}/maxima/%{version}/xmaxima +%{_datadir}/maxima/%{maxima_ver}/xmaxima/ %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/*/* %if "%{?_enable_clisp:1}" == "1" %files runtime-clisp %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-clisp +%{_libdir}/maxima/%{maxima_ver}/binary-clisp %endif %if "%{?_enable_cmucl:1}" == "1" %files runtime-cmucl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-cmucl +%{_libdir}/maxima/%{maxima_ver}/binary-cmucl %endif %if "%{?_enable_gcl:1}" == "1" %files runtime-gcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-gcl +%{_libdir}/maxima/%{maxima_ver}/binary-gcl %endif %if "%{?_enable_sbcl:1}" == "1" %files runtime-sbcl %defattr(-,root,root,-) -%dir %{_libdir}/maxima/ -%dir %{_libdir}/maxima/%{version}/ -%{_libdir}/maxima/%{version}/binary-sbcl +%{_libdir}/maxima/%{maxima_ver}/binary-sbcl %endif %changelog +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 +- 5.9.3.99rc2 + +* Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 +- 5.9.3.99rc1 +- - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) + * Mon Jun 26 2006 Rex Dieter 5.9.3-5 - respin for sbcl-0.9.14 (and relax Requires = to >= ) Index: sources =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Apr 2006 19:05:41 -0000 1.5 +++ sources 9 Aug 2006 14:47:19 -0000 1.6 @@ -1,3 +1,3 @@ 9faa5a513de43b5e7384216a8783f620 maximabook-19-Sept-2004.pdf c101a1ce604d31b02bbc2f37cced280d macref.pdf -e6388632d91722bb0607914bdabc72f6 maxima-5.9.3.tar.gz +8c666021ee3269d9fb07bb78fe0cdf5f maxima-5.9.3.99rc2.tar.gz --- maxima-5.9.2-evince.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 14:50:28 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 07:50:28 -0700 Subject: rpms/maxima/devel maxima-5.9.4-sbcl-disable-debugger.patch, NONE, 1.1 maxima.spec, 1.29, 1.30 maxima-5.9.3-sbcl-disable-debugger.patch, 1.1, NONE Message-ID: <200608091450.k79EoUik012667@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12647 Modified Files: maxima.spec Added Files: maxima-5.9.4-sbcl-disable-debugger.patch Removed Files: maxima-5.9.3-sbcl-disable-debugger.patch Log Message: respin for omitted/updated patch maxima-5.9.4-sbcl-disable-debugger.patch: --- NEW FILE maxima-5.9.4-sbcl-disable-debugger.patch --- --- maxima-5.9.3.99rc1/src/Makefile.am.sbcl-disable-debugger 2006-07-31 21:40:16.000000000 -0500 +++ maxima-5.9.3.99rc1/src/Makefile.am 2006-08-01 09:09:51.000000000 -0500 @@ -151,7 +151,7 @@ if SBCL -EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval +EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval all-local: binary-sbcl/maxima.core install-exec-local: install-sbcl uninstall: uninstall-sbcl --- maxima-5.9.3.99rc1/src/Makefile.in.sbcl-disable-debugger 2006-07-31 21:46:46.000000000 -0500 +++ maxima-5.9.3.99rc1/src/Makefile.in 2006-08-01 09:10:46.000000000 -0500 @@ -201,7 +201,7 @@ @CMUCL_TRUE at EXECUTECMUCL = $(CMUCL_NAME) -noinit -batch @SCL_TRUE at EXECUTESCL = $(SCL_NAME) -noinit -batch @ACL_TRUE at EXECUTEACL = $(ACL_NAME) -batch - at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --eval + at SBCL_TRUE@EXECUTESBCL = $(SBCL_NAME) --noinform --noprint --disable-debugger --eval @GCL_TRUE at EXECUTEGCL = $(GCL_NAME) -batch -eval @OPENMCL_TRUE at EXECUTEOPENMCL = $(OPENMCL_NAME) -e genericdir = $(instsrcdir) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- maxima.spec 9 Aug 2006 14:47:19 -0000 1.29 +++ maxima.spec 9 Aug 2006 14:50:28 -0000 1.30 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.2.%{beta}%{?dist} +Release: 0.3.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -387,7 +387,7 @@ %changelog -* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.2.rc2 +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 - 5.9.3.99rc2 * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 --- maxima-5.9.3-sbcl-disable-debugger.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 15:00:15 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 08:00:15 -0700 Subject: rpms/aplus-fsf/devel aplus-fsf.spec,1.2,1.3 Message-ID: <200608091500.k79F0HqL012758@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12741 Modified Files: aplus-fsf.spec Log Message: Sync Release-Tag with FC-4 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 8 Aug 2006 18:27:34 -0000 1.2 +++ aplus-fsf.spec 9 Aug 2006 15:00:15 -0000 1.3 @@ -13,7 +13,7 @@ Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 9%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -255,7 +255,10 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog -* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9 +- Rebuilt to sync Release-Tag with FC-4 + +* Tue Aug 8 2006 Jochen Schmitt 4.20.2-6 - Fix fonts problems - Fix atree problems From fedora-extras-commits at redhat.com Wed Aug 9 15:01:20 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 08:01:20 -0700 Subject: rpms/aplus-fsf/FC-5 aplus-fsf.spec,1.2,1.3 Message-ID: <200608091501.k79F1Mxw015333@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15307 Modified Files: aplus-fsf.spec Log Message: Sync Release-Tag with FC-4 Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-5/aplus-fsf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aplus-fsf.spec 8 Aug 2006 18:30:15 -0000 1.2 +++ aplus-fsf.spec 9 Aug 2006 15:01:20 -0000 1.3 @@ -13,7 +13,7 @@ Name: %name Version: 4.20.2 -Release: 6%{?dist} +Release: 9%{?dist} License: GPL Summary: Advanced APL interpreter with s interface @@ -255,7 +255,10 @@ %ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog -* Tue Aug 8 2006 Jochen Schmitt - 4.20.2-6 +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9 +- Rebuilt to sync Release-Tag with FC-4 + +* Tue Aug 8 2006 Jochen Schmitt 4.20.2-6 - Fix fonts problems - Fix atree problems From fedora-extras-commits at redhat.com Wed Aug 9 15:07:26 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 08:07:26 -0700 Subject: rpms/maxima/devel maxima-5.9.4-gcl_setarch.patch, NONE, 1.1 maxima.spec, 1.30, 1.31 maxima-5.9.3-gcl-setarch.patch, 1.1, NONE Message-ID: <200608091507.k79F7SOT015488@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15466 Modified Files: maxima.spec Added Files: maxima-5.9.4-gcl_setarch.patch Removed Files: maxima-5.9.3-gcl-setarch.patch Log Message: * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 - update gcl_setarch patch maxima-5.9.4-gcl_setarch.patch: --- NEW FILE maxima-5.9.4-gcl_setarch.patch --- --- maxima-5.9.3.99rc2/src/maxima.in.gcl-setarch 2006-07-30 21:25:52.000000000 -0500 +++ maxima-5.9.3.99rc2/src/maxima.in 2006-08-09 10:05:21.000000000 -0500 @@ -128,7 +128,7 @@ exec "@SCL_NAME@" -quiet -core "$maxima_image_base.core" -eval '(cl-user::run)' -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" fi elif [ "$MAXIMA_LISP" = "gcl" ]; then - exec "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" + exec "setarch" "@ARCH@" "-X" "$maxima_image_base" -eval '(cl-user::run)' -f -- "$arg1" "$arg2" "$arg3" "$arg4" "$arg5" "$arg6" "$arg7" "$arg8" "$arg9" elif [ "$MAXIMA_LISP" = "acl" ]; then # FIXME: arguments need in a manner consistent with the way they are extracted # in the function get-application-args in command-line.lisp Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- maxima.spec 9 Aug 2006 14:50:28 -0000 1.30 +++ maxima.spec 9 Aug 2006 15:07:26 -0000 1.31 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.3.%{beta}%{?dist} +Release: 0.4.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -56,7 +56,7 @@ # emaxima fix from Camm Maguire Patch5: maxima-5.9.2-emaxima.patch # maxima-runtime-gcl: Unrecoverable error: fault count too high (bug #187647) -Patch6: maxima-5.9.3-gcl-setarch.patch +Patch6: maxima-5.9.4-gcl_setarch.patch # Inhibit automatic compressing of info files. Compressed info # files break maxima's internal help. @@ -143,12 +143,12 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -%if "%{?fedora}" > "4" +#if "%{?fedora}" > "4" # See http://bugzilla.redhat.com/bugzilla/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch -%endif +#endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} Provides: %{name}-runtime-gcl = %{version}-%{release} @@ -387,6 +387,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 +- update gcl_setarch patch + * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.3.rc2 - 5.9.3.99rc2 --- maxima-5.9.3-gcl-setarch.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 9 15:33:39 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:33:39 -0700 Subject: rpms/db4o/devel - New directory Message-ID: <200608091533.k79FXgfB015753@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15729/db4o/devel Log Message: Directory /cvs/extras/rpms/db4o/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 15:33:39 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:33:39 -0700 Subject: rpms/db4o - New directory Message-ID: <200608091533.k79FXfKI015750@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15729/db4o Log Message: Directory /cvs/extras/rpms/db4o added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 15:34:03 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:34:03 -0700 Subject: rpms/db4o Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608091534.k79FY5W0015807@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15774 Added Files: Makefile import.log Log Message: Setup of module db4o --- NEW FILE Makefile --- # Top level Makefile for module db4o all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 15:34:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:34:04 -0700 Subject: rpms/db4o/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608091534.k79FY6dX015810@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15774/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module db4o --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 15:36:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:36:26 -0700 Subject: rpms/db4o import.log,1.1,1.2 Message-ID: <200608091536.k79FawX0015891@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15854 Modified Files: import.log Log Message: auto-import db4o-5.5-7 on branch devel from db4o-5.5-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 15:34:03 -0000 1.1 +++ import.log 9 Aug 2006 15:36:26 -0000 1.2 @@ -0,0 +1 @@ +db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 From fedora-extras-commits at redhat.com Wed Aug 9 15:36:27 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:36:27 -0700 Subject: rpms/db4o/devel db4o.pc, NONE, 1.1 db4o.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608091537.k79FaxFA015895@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15854/devel Modified Files: .cvsignore sources Added Files: db4o.pc db4o.spec Log Message: auto-import db4o-5.5-7 on branch devel from db4o-5.5-7.src.rpm --- NEW FILE db4o.pc --- prefix=/usr exec_prefix=${prefix} Name: db4o Description: db4o - an object based database system Version: 5.5 Libs: -r:${prefix}/lib/mono/db4o/db4o.dll --- NEW FILE db4o.spec --- # nasty hack for mono until the problem is sorted.... %define monodir %{_prefix}/lib %define debug_packahe %{nil} Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 Release: 7%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz Source1: db4o.pc URL: http://www.db4o.com/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel %description Embed db4o's native Java or .NET/Mono open source object database engine into your product and experience unparalleled ease-of-use. db4o is simple to install, integrate, and deploy. %package doc Summary: Documentation and API for db4o Requires: %{name} = %{version} Group: Documentation %description doc Tutorials and API documentation for db4o %package devel Summary: Development file for db4o Requires: %{name} = %{version}-%{release} pkg-config Group: Development/Libraries %description devel Development files for db4o %prep %setup -q sed -i 's/\r//' doc/tutorial/vb/index.html sed -i 's/\r//' doc/tutorial/index.html %build rm -rf %{buildroot} make buildtest %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}/%{monodir}/pkgconfig install -m 0644 %{SOURCE1} %{buildroot}%{monodir}/pkgconfig/db4o.pc mkdir -p %{buildroot}/%{monodir}/mono/gac gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{monodir} mkdir -p %{buildroot}%{monodir}/mono/db4o cp %{buildroot}%{monodir}/db4o/* %{buildroot}%{monodir}/mono/db4o rm -rf %{buildroot}%{monodir}/db4o %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README.txt %{monodir}/mono/db4o/ %{monodir}/mono/gac/db4o/ %files doc %doc doc/* %files devel %{monodir}/pkgconfig/db4o.pc %changelog * Wed Aug 09 2006 Paul F. Johnson 5.5-7 - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) - Added R pkg-config to the devel package * Tue Aug 08 2006 Paul F. Johnson 5.5-6 - Added back in the gac lines. D'oh! Must read docs fully---must read docs... * Tue Aug 08 2006 Paul F. Johnson 5.5-5 - Removed the gacutil entry - Fixed binary duplicates - Added pc file (means that -pkg:db4o can now be used on the command line) * Tue Aug 08 2006 Paul F. Johnson 5.5-2 - Fixed source URL - removed R mono - added documentation subpackage * Mon Aug 07 2006 Paul F. Johnson 5.5-1 - initial import to FE - many changes to spec file to comply with FE packaging - added gacutil line to the build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 15:34:04 -0000 1.1 +++ .cvsignore 9 Aug 2006 15:36:27 -0000 1.2 @@ -0,0 +1 @@ +db4o-5.5-mono.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 15:34:04 -0000 1.1 +++ sources 9 Aug 2006 15:36:27 -0000 1.2 @@ -0,0 +1 @@ +4aea1da3b96a2b92c9ac69ee2ccb9a63 db4o-5.5-mono.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 15:40:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 08:40:28 -0700 Subject: owners owners.list,1.1376,1.1377 Message-ID: <200608091540.k79FeUFJ015991@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15974 Modified Files: owners.list Log Message: Addition of db4o to extras owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1376 retrieving revision 1.1377 diff -u -r1.1376 -r1.1377 --- owners.list 9 Aug 2006 10:35:30 -0000 1.1376 +++ owners.list 9 Aug 2006 15:40:28 -0000 1.1377 @@ -236,6 +236,7 @@ Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 16:13:51 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:51 -0700 Subject: rpms/perl-Module-CoreList/FC-5 .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDrv8018810@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/FC-5 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:07:58 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/perl-Module-CoreList.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Module-CoreList.spec 3 Aug 2006 23:07:58 -0000 1.12 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:51 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:07:58 -0000 1.9 +++ sources 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:13:50 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:50 -0700 Subject: rpms/perl-Module-CoreList/FC-4 .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.11, 1.12 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDqnX018806@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/FC-4 Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:07:57 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:50 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/perl-Module-CoreList.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Module-CoreList.spec 3 Aug 2006 23:07:57 -0000 1.11 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:50 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/FC-4/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:07:57 -0000 1.9 +++ sources 9 Aug 2006 16:13:50 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:13:52 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:13:52 -0700 Subject: rpms/perl-Module-CoreList/devel .cvsignore, 1.9, 1.10 perl-Module-CoreList.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <200608091613.k79GDsLh018816@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18753/devel Modified Files: .cvsignore perl-Module-CoreList.spec sources Log Message: Update to 2.07. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 3 Aug 2006 23:08:03 -0000 1.9 +++ .cvsignore 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -Module-CoreList-2.06.tar.gz +Module-CoreList-2.07.tar.gz Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-Module-CoreList.spec 3 Aug 2006 23:08:03 -0000 1.12 +++ perl-Module-CoreList.spec 9 Aug 2006 16:13:51 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.06 +Version: 2.07 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -58,6 +58,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.07-1 +- Update to 2.07. + * Fri Aug 4 2006 Jose Pedro Oliveira - 2.06-1 - Update to 2.06. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 3 Aug 2006 23:08:03 -0000 1.9 +++ sources 9 Aug 2006 16:13:51 -0000 1.10 @@ -1 +1 @@ -072304d841f606f7d7ab0970d956e218 Module-CoreList-2.06.tar.gz +53cb027ee6895d162bbb8b12182e0ae7 Module-CoreList-2.07.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:16:36 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 9 Aug 2006 09:16:36 -0700 Subject: owners owners.list,1.1377,1.1378 Message-ID: <200608091616.k79GGcXU018949@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931 Modified Files: owners.list Log Message: Fix sorting order. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1377 retrieving revision 1.1378 diff -u -r1.1377 -r1.1378 --- owners.list 9 Aug 2006 15:40:28 -0000 1.1377 +++ owners.list 9 Aug 2006 16:16:36 -0000 1.1378 @@ -234,9 +234,9 @@ Fedora Extras|dap-netcdf_handler|NetCDF 3 data handler for the OPeNDAP Data server|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|dap-server|Basic request handling for DAP servers|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|darcs|David's advanced revision control system|petersen at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dbh|Disk based hash library|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|dbus-qt|Qt-based library for using D-BUS|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|db4o|db4o is an object orientated database system for .NET|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|dclib|Direct Connect file sharing library|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dd_rescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddclient|A client to update dynamic DNS host entries|thomas at apestaart.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 16:25:55 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:55 -0700 Subject: rpms/perl-Log-Dispatch/FC-5 .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608091625.k79GPvud019107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/FC-5 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:55 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/perl-Log-Dispatch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch.spec 22 Feb 2006 12:46:19 -0000 1.4 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:55 -0000 1.5 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 4%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,10 +79,13 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + * Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:55 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:25:56 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:56 -0700 Subject: rpms/perl-Log-Dispatch/devel .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608091626.k79GPw9w019113@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/devel Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:56 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/perl-Log-Dispatch.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Log-Dispatch.spec 22 Feb 2006 12:46:19 -0000 1.4 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:56 -0000 1.5 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 4%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -79,10 +79,13 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + * Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:56 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:25:54 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:25:54 -0700 Subject: rpms/perl-Log-Dispatch/FC-4 .cvsignore, 1.2, 1.3 perl-Log-Dispatch.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608091626.k79GPuH5019103@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Log-Dispatch/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19050/FC-4 Modified Files: .cvsignore perl-Log-Dispatch.spec sources Log Message: Update to 2.12. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Sep 2005 11:38:16 -0000 1.2 +++ .cvsignore 9 Aug 2006 16:25:54 -0000 1.3 @@ -1 +1 @@ -Log-Dispatch-2.11.tar.gz +Log-Dispatch-2.12.tar.gz Index: perl-Log-Dispatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/perl-Log-Dispatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Log-Dispatch.spec 22 Sep 2005 17:48:25 -0000 1.3 +++ perl-Log-Dispatch.spec 9 Aug 2006 16:25:54 -0000 1.4 @@ -7,8 +7,8 @@ Name: perl-Log-Dispatch -Version: 2.11 -Release: 3%{?dist} +Version: 2.12 +Release: 1%{?dist} Summary: Dispatches messages to one or more outputs Group: Development/Libraries @@ -28,7 +28,7 @@ %endif BuildRequires: perl(File::Find::Rule), perl(Test::Pod) BuildRequires: mod_perl -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Log::Dispatch is a suite of OO modules for logging messages to @@ -79,10 +79,16 @@ %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/Log/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 2.12-1 +- Update to 2.12. + +* Wed Feb 22 2006 Jose Pedro Oliveira - 2.11-4 +- Rebuild for FC5 (perl 5.8.8). + * Thu Sep 22 2005 Jose Pedro Oliveira - 2.11-3 - Exclude mod_perl from the requirements list (overkill for most applications using Log::Dispatch). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Log-Dispatch/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Sep 2005 11:38:16 -0000 1.2 +++ sources 9 Aug 2006 16:25:54 -0000 1.3 @@ -1 +1 @@ -85b9478df97e2e00b5d54befd6944001 Log-Dispatch-2.11.tar.gz +f521f87c504663ff916e60985a0e12be Log-Dispatch-2.12.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:44:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:44:14 -0700 Subject: rpms/perl-Test-Memory-Cycle/FC-5 .cvsignore, 1.3, 1.4 perl-Test-Memory-Cycle.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608091644.k79GiGVB019397@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19360/FC-5 Modified Files: .cvsignore perl-Test-Memory-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 May 2005 18:54:41 -0000 1.3 +++ .cvsignore 9 Aug 2006 16:44:14 -0000 1.4 @@ -1 +1 @@ -Test-Memory-Cycle-1.02.tar.gz +Test-Memory-Cycle-1.04.tar.gz Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/perl-Test-Memory-Cycle.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Test-Memory-Cycle.spec 20 Feb 2006 19:13:12 -0000 1.5 +++ perl-Test-Memory-Cycle.spec 9 Aug 2006 16:44:14 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle -Version: 1.02 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -10,10 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) -BuildRequires: perl(Devel::Cycle) >= 1.04 +BuildRequires: perl(Devel::Cycle) >= 1.07 +BuildRequires: perl(PadWalker) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Simple) >= 0.62 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,10 +55,13 @@ %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1.04-1 +- Update to 1.04. + * Mon Feb 20 2006 Jose Pedro Oliveira - 1.02-2 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 May 2005 18:54:42 -0000 1.3 +++ sources 9 Aug 2006 16:44:14 -0000 1.4 @@ -1 +1 @@ -e5fa9f85548d50fca82007c4889ca71e Test-Memory-Cycle-1.02.tar.gz +0c51e09f6bc23676ca0112b1a95e129d Test-Memory-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 16:44:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 09:44:15 -0700 Subject: rpms/perl-Test-Memory-Cycle/devel .cvsignore, 1.3, 1.4 perl-Test-Memory-Cycle.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608091644.k79GiHtA019403@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19360/devel Modified Files: .cvsignore perl-Test-Memory-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 May 2005 18:54:41 -0000 1.3 +++ .cvsignore 9 Aug 2006 16:44:15 -0000 1.4 @@ -1 +1 @@ -Test-Memory-Cycle-1.02.tar.gz +Test-Memory-Cycle-1.04.tar.gz Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/perl-Test-Memory-Cycle.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Test-Memory-Cycle.spec 20 Feb 2006 19:13:12 -0000 1.5 +++ perl-Test-Memory-Cycle.spec 9 Aug 2006 16:44:15 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle -Version: 1.02 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -10,10 +10,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) -BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) -BuildRequires: perl(Devel::Cycle) >= 1.04 +BuildRequires: perl(Devel::Cycle) >= 1.07 +BuildRequires: perl(PadWalker) +BuildRequires: perl(Test::Builder::Tester) +BuildRequires: perl(Test::Simple) >= 0.62 +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,10 +55,13 @@ %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Test/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1.04-1 +- Update to 1.04. + * Mon Feb 20 2006 Jose Pedro Oliveira - 1.02-2 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 May 2005 18:54:42 -0000 1.3 +++ sources 9 Aug 2006 16:44:15 -0000 1.4 @@ -1 +1 @@ -e5fa9f85548d50fca82007c4889ca71e Test-Memory-Cycle-1.02.tar.gz +0c51e09f6bc23676ca0112b1a95e129d Test-Memory-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:01:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:01:45 -0700 Subject: rpms/perl-Devel-Cover/devel .cvsignore, 1.4, 1.5 perl-Devel-Cover.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200608091701.k79H1lvG022144@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22106/devel Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.58. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Aug 2006 01:24:36 -0000 1.4 +++ .cvsignore 9 Aug 2006 17:01:44 -0000 1.5 @@ -1 +1 @@ -Devel-Cover-0.57.tar.gz +Devel-Cover-0.58.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/perl-Devel-Cover.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Devel-Cover.spec 4 Aug 2006 01:24:36 -0000 1.4 +++ perl-Devel-Cover.spec 9 Aug 2006 17:01:44 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.57 +Version: 0.58 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -61,6 +61,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.58-1 +- Update to 0.58. + * Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 - Update to 0.57. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Aug 2006 01:24:36 -0000 1.4 +++ sources 9 Aug 2006 17:01:44 -0000 1.5 @@ -1 +1 @@ -bc09e713838dbb438ae10414be8fcfa3 Devel-Cover-0.57.tar.gz +125c941673d7f2dafa384a45beb04b09 Devel-Cover-0.58.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:01:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:01:41 -0700 Subject: rpms/perl-Devel-Cover/FC-5 .cvsignore, 1.3, 1.4 perl-Devel-Cover.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608091702.k79H2EC6022149@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cover/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22106/FC-5 Modified Files: .cvsignore perl-Devel-Cover.spec sources Log Message: Update to 0.58. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Aug 2006 01:00:10 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:01:41 -0000 1.4 @@ -1 +1 @@ -Devel-Cover-0.56.tar.gz +Devel-Cover-0.58.tar.gz Index: perl-Devel-Cover.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/perl-Devel-Cover.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Devel-Cover.spec 4 Aug 2006 01:00:10 -0000 1.2 +++ perl-Devel-Cover.spec 9 Aug 2006 17:01:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Devel-Cover -Version: 0.56 +Version: 0.58 Release: 1%{?dist} Summary: Code coverage metrics for Perl @@ -10,12 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Template) -BuildRequires: perl(PPI::HTML) +BuildRequires: perl(PPI::HTML) >= 1.07 +BuildRequires: perl(Perl::Tidy) >= 20060719 BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Test::Differences) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(PPI::HTML) Requires: perl(Pod::Coverage) +Requires: perl(PPI::HTML) >= 1.07 Requires: perl(Test::Differences) %description @@ -60,6 +61,12 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.58-1 +- Update to 0.58. + +* Fri Aug 4 2006 Jose Pedro Oliveira - 0.57-1 +- Update to 0.57. + * Thu Aug 3 2006 Jose Pedro Oliveira - 0.56-1 - Update to 0.56. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cover/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Aug 2006 01:00:10 -0000 1.3 +++ sources 9 Aug 2006 17:01:41 -0000 1.4 @@ -1 +1 @@ -ff93750aad11c8ac5fa6b9f54224bdba Devel-Cover-0.56.tar.gz +125c941673d7f2dafa384a45beb04b09 Devel-Cover-0.58.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:06:54 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:06:54 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.1,1.2 Message-ID: <200608091706.k79H6uQ1022340@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22316 Modified Files: perl-SVK.spec Log Message: add Term::ReadKey and SVN::Mirror dependencies Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:06:54 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) From fedora-extras-commits at redhat.com Wed Aug 9 17:10:59 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:10:59 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.2,1.3 Message-ID: <200608091711.k79HB1N9022448@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22431 Modified Files: perl-SVK.spec Log Message: add changelog Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-SVK.spec 9 Aug 2006 17:06:54 -0000 1.2 +++ perl-SVK.spec 9 Aug 2006 17:10:59 -0000 1.3 @@ -95,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-3 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:15:41 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:15:41 -0700 Subject: rpms/perl-SVK/devel perl-SVK.spec,1.3,1.4 Message-ID: <200608091715.k79HFhO1022545@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22528 Modified Files: perl-SVK.spec Log Message: bump release to tag Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/devel/perl-SVK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-SVK.spec 9 Aug 2006 17:10:59 -0000 1.3 +++ perl-SVK.spec 9 Aug 2006 17:15:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -95,7 +95,7 @@ %{_bindir}/svk %changelog -* Wed Aug 9 2006 Ian M. Burrell - 1.08-3 +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 - Add Term::ReadKey and SVN::Mirror requires * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 From fedora-extras-commits at redhat.com Wed Aug 9 17:16:30 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:16:30 -0700 Subject: rpms/perl-Pod-Coverage/devel .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608091716.k79HGWKR022620@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Update to 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:16:30 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Pod-Coverage.spec 17 Feb 2006 20:20:40 -0000 1.9 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:16:30 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -10,7 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::Pod) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,10 +53,13 @@ %{_bindir}/* %{perl_vendorarch}/Pod/ %{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + * Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:16:30 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:23:42 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:23:42 -0700 Subject: rpms/perl-SVK/FC-5 perl-SVK.spec,1.1,1.2 Message-ID: <200608091723.k79HNi4V022723@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22706 Modified Files: perl-SVK.spec Log Message: Add Term::ReadKey and SVN::Mirror requires Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/FC-5/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:23:42 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) @@ -93,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:23:58 2006 From: fedora-extras-commits at redhat.com (Ian Burrell (iburrell)) Date: Wed, 9 Aug 2006 10:23:58 -0700 Subject: rpms/perl-SVK/FC-4 perl-SVK.spec,1.1,1.2 Message-ID: <200608091724.k79HO01B022784@cvs-int.fedora.redhat.com> Author: iburrell Update of /cvs/extras/rpms/perl-SVK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22767 Modified Files: perl-SVK.spec Log Message: Add Term::ReadKey and SVN::Mirror requires Index: perl-SVK.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SVK/FC-4/perl-SVK.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SVK.spec 9 Jul 2006 00:35:34 -0000 1.1 +++ perl-SVK.spec 9 Aug 2006 17:23:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SVK Version: 1.08 -Release: 2%{?dist} +Release: 4%{?dist} Summary: A Distributed Version Control System License: GPL or Artistic Group: Development/Libraries @@ -39,6 +39,8 @@ Requires: perl(Regexp::Shellish) Requires: perl(SVN::Simple::Edit) >= 0.27 Requires: perl(URI) +Requires: perl(SVN::Mirror) +Requires: perl(Term::ReadKey) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(SVK::Version) @@ -93,6 +95,9 @@ %{_bindir}/svk %changelog +* Wed Aug 9 2006 Ian M. Burrell - 1.08-4 +- Add Term::ReadKey and SVN::Mirror requires + * Fri Jul 7 2006 Ian M. Burrell - 1.08-2 - Remove contrib scripts - Add filter provides to filter duplicate perl(SVK) From fedora-extras-commits at redhat.com Wed Aug 9 17:26:01 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:26:01 -0700 Subject: rpms/perl-Pod-Coverage/devel perl-Pod-Coverage.spec,1.10,1.11 Message-ID: <200608091726.k79HQ3G8022868@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22851 Modified Files: perl-Pod-Coverage.spec Log Message: Version 0.18 is now a noarch package. Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Pod-Coverage.spec 9 Aug 2006 17:16:30 -0000 1.10 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:26:01 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) BuildRequires: perl(Devel::Symdump) BuildRequires: perl(Test::Pod) @@ -51,12 +52,14 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ +%{perl_vendorlib}/Pod/ %{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + * Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 - Update to 0.18. From fedora-extras-commits at redhat.com Wed Aug 9 17:38:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:38:07 -0700 Subject: rpms/glib/devel glib.spec,1.2,1.3 Message-ID: <200608091738.k79Hc9lJ023017@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23000 Modified Files: glib.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 - fc6 respin Index: glib.spec =================================================================== RCS file: /cvs/extras/rpms/glib/devel/glib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glib.spec 4 May 2006 14:32:56 -0000 1.2 +++ glib.spec 9 Aug 2006 17:38:07 -0000 1.3 @@ -3,7 +3,7 @@ Name: glib Epoch: 1 Version: 1.2.10 -Release: 21%{?dist} +Release: 22%{?dist} License: LGPL Group: System Environment/Libraries @@ -105,6 +105,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 +- fc6 respin + * Thu May 04 2006 Rex Dieter 1:1.2.10-21 - fix undefined symbols in libgmodule,libgthread From fedora-extras-commits at redhat.com Wed Aug 9 17:38:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:38:55 -0700 Subject: rpms/gtk+/devel gtk+.spec,1.2,1.3 Message-ID: <200608091738.k79Hcv5M023078@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23061 Modified Files: gtk+.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 - fc6 respin Index: gtk+.spec =================================================================== RCS file: /cvs/extras/rpms/gtk+/devel/gtk+.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtk+.spec 15 Jun 2006 16:53:29 -0000 1.2 +++ gtk+.spec 9 Aug 2006 17:38:55 -0000 1.3 @@ -3,7 +3,7 @@ Name: gtk+ Epoch: 1 Version: 1.2.10 -Release: 53%{?dist} +Release: 54%{?dist} License: LGPL Group: System Environment/Libraries @@ -247,6 +247,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 +- fc6 respin + * Thu Jun 15 2006 Rex Dieter 1:1.2.10-53 - respin, see if still buildable with new mock config (bug #193397) From fedora-extras-commits at redhat.com Wed Aug 9 17:39:47 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:39:47 -0700 Subject: rpms/perl-Pod-Coverage/FC-4 .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200608091739.k79Hdn6A023169@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23132/FC-4 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Sync with devel (update to 0.18). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:39:47 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/perl-Pod-Coverage.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Pod-Coverage.spec 12 May 2005 19:42:01 -0000 1.8 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:39:47 -0000 1.9 @@ -1,17 +1,19 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 4%{?dist} +Version: 0.18 +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Pod-Coverage/ -Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-0.17.tar.gz +Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::More), perl(Test::Pod) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Developers hate writing documentation. They'd hate it even more if their @@ -38,7 +40,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check ./Build test @@ -50,12 +52,20 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{perl_vendorlib}/Pod/ +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + +* Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 +- Rebuild for FC5 (perl 5.8.8). + * Thu May 12 2005 Jose Pedro Oliveira - 0.17-4 - Add dist tag. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:39:47 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:39:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:39:48 -0700 Subject: rpms/perl-Pod-Coverage/FC-5 .cvsignore, 1.3, 1.4 perl-Pod-Coverage.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608091739.k79HdoOx023175@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23132/FC-5 Modified Files: .cvsignore perl-Pod-Coverage.spec sources Log Message: Sync with devel (update to 0.18). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Dec 2004 20:06:30 -0000 1.3 +++ .cvsignore 9 Aug 2006 17:39:47 -0000 1.4 @@ -1,2 +1 @@ -Pod-Coverage-0.14.tar.gz -Pod-Coverage-0.17.tar.gz +Pod-Coverage-0.18.tar.gz Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/perl-Pod-Coverage.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Pod-Coverage.spec 17 Feb 2006 20:20:40 -0000 1.9 +++ perl-Pod-Coverage.spec 9 Aug 2006 17:39:47 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage -Version: 0.17 -Release: 5%{?dist} +Version: 0.18 +Release: 2%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -9,8 +9,10 @@ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: perl(Module::Build) -BuildRequires: perl(Devel::Symdump), perl(Test::Pod) +BuildRequires: perl(Devel::Symdump) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +52,17 @@ %defattr(-,root,root,-) %doc Changes README examples/ %{_bindir}/* -%{perl_vendorarch}/Pod/ -%{perl_vendorarch}/auto/Pod/ -%{_mandir}/man3/*.3* +%{perl_vendorlib}/Pod/ +%{_mandir}/man3/*.3pm* %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-2 +- Version 0.18 is now a noarch package. + +* Wed Aug 9 2006 Jose Pedro Oliveira - 0.18-1 +- Update to 0.18. + * Fri Feb 17 2006 Jose Pedro Oliveira - 0.17-5 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Dec 2004 20:06:30 -0000 1.3 +++ sources 9 Aug 2006 17:39:48 -0000 1.4 @@ -1 +1 @@ -79fbf29b4438bebc24a3957cc9017612 Pod-Coverage-0.17.tar.gz +12e4f06fa8411a1f5011d3e6ce3628b3 Pod-Coverage-0.18.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:41:05 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:41:05 -0700 Subject: rpms/pinentry/devel pinentry.spec,1.10,1.11 Message-ID: <200608091741.k79Hf7ar023278@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23261 Modified Files: pinentry.spec Log Message: * Wed Aug 09 2006 Rex Dieter - 0.7.2-2 - fc6 respin Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pinentry.spec 1 Mar 2006 15:56:04 -0000 1.10 +++ pinentry.spec 9 Aug 2006 17:41:04 -0000 1.11 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 1%{?dist}.2 +Release: 2%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -149,7 +149,10 @@ %changelog -* Wed Mar 1 2006 Rex Dieter +* Wed Aug 09 2006 Rex Dieter - 0.7.2-2 +- fc6 respin + +* Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin * Tue Oct 18 2005 Ville Skytt?? - 0.7.2-1 From fedora-extras-commits at redhat.com Wed Aug 9 17:43:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:43:32 -0700 Subject: rpms/superkaramba/devel dead.package,NONE,1.1 Message-ID: <200608091743.k79HhYqh023353@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/superkaramba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23337 Added Files: dead.package Log Message: mark dead --- NEW FILE dead.package --- Obsoleted by kdeutils >= 3.5.0 From fedora-extras-commits at redhat.com Wed Aug 9 17:45:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 10:45:13 -0700 Subject: rpms/libmpcdec/devel libmpcdec.spec,1.2,1.3 Message-ID: <200608091745.k79HjFQG023389@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23372 Modified Files: libmpcdec.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.2.2-3 - fc6 respin Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/devel/libmpcdec.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmpcdec.spec 1 Apr 2006 18:08:13 -0000 1.2 +++ libmpcdec.spec 9 Aug 2006 17:45:12 -0000 1.3 @@ -2,7 +2,7 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Libraries @@ -68,6 +68,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.2.2-3 +- fc6 respin + * Sat Apr 01 2006 Rex Dieter 1.2.2-2 - License: BSD From fedora-extras-commits at redhat.com Wed Aug 9 17:52:23 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:52:23 -0700 Subject: rpms/perl-Error/FC-5 .cvsignore, 1.6, 1.7 perl-Error.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608091752.k79HqPaZ023524@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23487/FC-5 Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17001. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Jul 2006 14:27:45 -0000 1.6 +++ .cvsignore 9 Aug 2006 17:52:23 -0000 1.7 @@ -1 +1 @@ -Error-0.17.tar.gz +Error-0.17001.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/perl-Error.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Error.spec 14 Jul 2006 14:27:45 -0000 1.10 +++ perl-Error.spec 9 Aug 2006 17:52:23 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17 +Version: 0.17001 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 +- Update to 0.17001. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1:0.17-1 - Update to 0.17. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Jul 2006 14:27:45 -0000 1.6 +++ sources 9 Aug 2006 17:52:23 -0000 1.7 @@ -1 +1 @@ -fb55729bc7bc767ac70ba69c0c19b280 Error-0.17.tar.gz +b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 17:52:24 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 9 Aug 2006 10:52:24 -0700 Subject: rpms/perl-Error/devel .cvsignore, 1.6, 1.7 perl-Error.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608091752.k79HqQ5p023530@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23487/devel Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17001. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 14 Jul 2006 14:27:46 -0000 1.6 +++ .cvsignore 9 Aug 2006 17:52:24 -0000 1.7 @@ -1 +1 @@ -Error-0.17.tar.gz +Error-0.17001.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/perl-Error.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Error.spec 14 Jul 2006 14:27:46 -0000 1.10 +++ perl-Error.spec 9 Aug 2006 17:52:24 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17 +Version: 0.17001 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 +- Update to 0.17001. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1:0.17-1 - Update to 0.17. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 14 Jul 2006 14:27:46 -0000 1.6 +++ sources 9 Aug 2006 17:52:24 -0000 1.7 @@ -1 +1 @@ -fb55729bc7bc767ac70ba69c0c19b280 Error-0.17.tar.gz +b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 18:03:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 11:03:51 -0700 Subject: rpms/k3b-extras/devel .cvsignore, 1.2, 1.3 k3b-extras.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608091803.k79I3sNk026214@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26193 Modified Files: .cvsignore k3b-extras.spec sources Log Message: * Wed Jun 28 2006 Rex Dieter 0.12.16-1 - 0.12.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 23:56:25 -0000 1.2 +++ .cvsignore 9 Aug 2006 18:03:51 -0000 1.3 @@ -1 +1,2 @@ k3b-0.12.14.tar.bz2 +k3b-0.12.16.tar.bz2 Index: k3b-extras.spec =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/k3b-extras.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- k3b-extras.spec 4 Apr 2006 19:39:43 -0000 1.3 +++ k3b-extras.spec 9 Aug 2006 18:03:51 -0000 1.4 @@ -1,8 +1,8 @@ Name: k3b-extras Summary: Free codec plugins for k3b -Version: 0.12.14 -Release: 4%{?dist} +Version: 0.12.16 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL @@ -35,7 +35,6 @@ %build unset QTDIR || : ; source /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -71,6 +70,9 @@ %changelog +* Wed Jun 28 2006 Rex Dieter 0.12.16-1 +- 0.12.16 + * Tue Apr 04 2006 Rex Dieter 0.12.14-4 - Conflicts: k3b-extras-nonfree < 0.12.14-2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Apr 2006 23:56:25 -0000 1.2 +++ sources 9 Aug 2006 18:03:51 -0000 1.3 @@ -1 +1 @@ -51ef4fdf98365a285489dc1e11a07a3c k3b-0.12.14.tar.bz2 +cac9b8230295c1756581399b3bbd0687 k3b-0.12.16.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 9 18:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 11:41:47 -0700 Subject: rpms/kdemultimedia-extras/devel .cvsignore, 1.4, 1.5 kdemultimedia-extras.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608091841.k79IfnHh026549@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26528 Modified Files: .cvsignore kdemultimedia-extras.spec sources Log Message: * Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 - (core)/-extras: use kdemultimedia-3.5.4-patched - BR: gettext Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Jul 2006 13:13:45 -0000 1.4 +++ .cvsignore 9 Aug 2006 18:41:46 -0000 1.5 @@ -1,2 +1,3 @@ kdemultimedia-3.5.2-patched.tar.bz2 kdemultimedia-3.5.3-patched.tar.bz2 +kdemultimedia-3.5.4-patched.tar.bz2 Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kdemultimedia-extras.spec 21 Jul 2006 13:13:45 -0000 1.7 +++ kdemultimedia-extras.spec 9 Aug 2006 18:41:46 -0000 1.8 @@ -68,8 +68,8 @@ #if "%{?core}" == "1" Epoch: 6 #endif -Version: 3.5.3 -Release: 2%{?dist}%{?kde} +Version: 3.5.4 +Release: 3%{?dist}%{?kde} License: GPL %if "%{?patched:1}" == "1" @@ -84,9 +84,10 @@ BuildRequires: kdelibs-devel >= 6:%{version} Requires: kdelibs >= 6:%{version} %if "%{is_release}" != "1" -BuildRequires: automake +BuildRequires: automake libtool %endif +BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: audiofile-devel BuildRequires: alsa-lib-devel @@ -210,6 +211,7 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh + DO_NOT_COMPILE="" #{!?extras:export DO_NOT_COMPILE="$DO_NOT_COMPILE juk"} #{!?extras:export DO_NOT_COMPILE="$DO_NOT_COMPILE akode_artsplugin"} @@ -226,7 +228,7 @@ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final \ + --disable-dependency-tracking --enable-final \ --without-libltdl \ --with-alsa --with-arts-alsa \ --with-audiofile \ @@ -302,7 +304,7 @@ # -extras bits rm -f $RPM_BUILD_ROOT%{_libdir}/mcop/akodearts.mcop{class,type} rm -f $RPM_BUILD_ROOT%{_libdir}/mcop/akode{,MPC,SpeexStream,VorbisStream,Xiph}PlayObject.mcopclass -rm -f $RPM_BUILD_ROOT%{_libdir}/libarts_akode.{la,so} +rm -f $RPM_BUILD_ROOT%{_libdir}/libarts_akode.* %if "%{?debug}" == "1" # Conflicts check (debuging only) find $RPM_BUILD_ROOT -type f -o -type l| sed -e "s|$RPM_BUILD_ROOT||" | while read FILE @@ -440,6 +442,16 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 +- (core)/-extras: use kdemultimedia-3.5.4-patched +- BR: gettext + +* Tue Aug 01 2006 Rex Dieter 6:3.5.4-2 +- -extras-nonfree: omit libarts_akode.so.0* + +* Tue Jul 25 2006 Rex Dieter 6:3.5.4-1 +- kde-3.5.4 + * Fri Jun 02 2006 Rex Dieter 6:3.5.3-2 - use -patched source - borrow fc's -config.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Jul 2006 13:13:45 -0000 1.4 +++ sources 9 Aug 2006 18:41:46 -0000 1.5 @@ -1,2 +1 @@ -54f9947051ee5cf50c81a5ea382943f1 kdemultimedia-3.5.2-patched.tar.bz2 -52bb137a4605a35e56ec9dc1070e0e28 kdemultimedia-3.5.3-patched.tar.bz2 +3cf5d9173232cadcf9042d7a60605de3 kdemultimedia-3.5.4-patched.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 9 19:04:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 12:04:43 -0700 Subject: rpms/jasper/devel .cvsignore,1.2,1.3 Message-ID: <200608091904.k79J4jmk029250@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29229 Modified Files: .cvsignore Log Message: * Wed Mar 1 2006 Rex Dieter 1.701.0-12 - fixup build issues introduced by geojasper integration Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Dec 2004 16:40:10 -0000 1.2 +++ .cvsignore 9 Aug 2006 19:04:43 -0000 1.3 @@ -1 +1,2 @@ +geojasper_src.zip jasper-1.701.0.zip From fedora-extras-commits at redhat.com Wed Aug 9 19:06:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 9 Aug 2006 12:06:31 -0700 Subject: rpms/openslp/devel openslp.spec,1.13,1.14 Message-ID: <200608091906.k79J6XCC029363@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/openslp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29346 Modified Files: openslp.spec Log Message: * Wed Aug 09 2006 Rex Dieter 1.2.1-5 - fc6 respin Index: openslp.spec =================================================================== RCS file: /cvs/extras/rpms/openslp/devel/openslp.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openslp.spec 1 Mar 2006 15:57:04 -0000 1.13 +++ openslp.spec 9 Aug 2006 19:06:30 -0000 1.14 @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 1.2.1 -Release: 4%{?dist}.2 +Release: 5%{?dist} Group: System Environment/Libraries License: BSD @@ -140,6 +140,9 @@ %changelog +* Wed Aug 09 2006 Rex Dieter 1.2.1-5 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin From fedora-extras-commits at redhat.com Wed Aug 9 19:14:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 12:14:46 -0700 Subject: rpms/db4o/devel db4o.spec,1.1,1.2 Message-ID: <200608091914.k79JEmIM029474@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29455 Modified Files: db4o.spec Log Message: Fix for pkgconfig db4o.spec Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- db4o.spec 9 Aug 2006 15:36:27 -0000 1.1 +++ db4o.spec 9 Aug 2006 19:14:46 -0000 1.2 @@ -6,7 +6,7 @@ Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz @@ -30,7 +30,7 @@ %package devel Summary: Development file for db4o -Requires: %{name} = %{version}-%{release} pkg-config +Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries %description devel @@ -72,6 +72,9 @@ %{monodir}/pkgconfig/db4o.pc %changelog +* Wed Aug 09 2006 Paul F. Johnson 5.5-8 +- fixed pkgconfig error + * Wed Aug 09 2006 Paul F. Johnson 5.5-7 - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) From fedora-extras-commits at redhat.com Wed Aug 9 19:31:42 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 9 Aug 2006 12:31:42 -0700 Subject: fedora-security/audit fc4,1.350,1.351 fc5,1.268,1.269 Message-ID: <200608091931.k79JVgbt029650@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29628/audit Modified Files: fc4 fc5 Log Message: Add CVE-2006-1168 Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.350 retrieving revision 1.351 diff -u -r1.350 -r1.351 --- fc4 7 Aug 2006 07:25:28 -0000 1.350 +++ fc4 9 Aug 2006 19:31:40 -0000 1.351 @@ -274,6 +274,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-245] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-836] +CVE-2006-1168 VULNERABLE (ncompress) #201919 CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.268 retrieving revision 1.269 diff -u -r1.268 -r1.269 --- fc5 9 Aug 2006 14:29:15 -0000 1.268 +++ fc5 9 Aug 2006 19:31:40 -0000 1.269 @@ -304,6 +304,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-837] +CVE-2006-1168 VULNERABLE (ncompress) #201919 CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability From fedora-extras-commits at redhat.com Wed Aug 9 19:57:24 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 9 Aug 2006 12:57:24 -0700 Subject: rpms/aplus-fsf/FC-4 aplus-fsf-4.20-atree.patch, NONE, 1.1 aplus-fsf-4.20-el.patch, NONE, 1.1 aplus-fsf-4.20-makefile.patch, 1.3, 1.4 aplus-fsf.spec, 1.5, 1.6 Message-ID: <200608091957.k79JvQop029830@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/aplus-fsf/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29802 Modified Files: aplus-fsf-4.20-makefile.patch aplus-fsf.spec Added Files: aplus-fsf-4.20-atree.patch aplus-fsf-4.20-el.patch Log Message: Bring FC-4 in sync with devel aplus-fsf-4.20-atree.patch: --- NEW FILE aplus-fsf-4.20-atree.patch --- --- aplus-fsf-4.20/src/IPC/IPCInterface.C.org 2006-08-06 20:59:06.000000000 +0200 +++ aplus-fsf-4.20/src/IPC/IPCInterface.C 2006-08-06 20:59:40.000000000 +0200 @@ -592,9 +592,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - ipcfile = bnstring(atree, "/lib/idap.+", (char *)(0)); + ipcfile = bnstring(atree, "/idap.+", (char *)(0)); loadafile(ipcfile,0); bfree(ipcfile); } --- aplus-fsf-4.20/src/cxs/S.c.org 2006-08-06 20:58:04.000000000 +0200 +++ aplus-fsf-4.20/src/cxs/S.c 2006-08-06 20:58:46.000000000 +0200 @@ -17,9 +17,9 @@ if ((atree = getenv("ATREE")) == (char *)(0)) { - atree = "/usr/local/a+"; + atree = "/usr/lib/a+"; } - sfile = bnstring(atree, "/lib/s.+", (char *)(0)); + sfile = bnstring(atree, "/s.+", (char *)(0)); loadafile(sfile,0); bfree(sfile); return; aplus-fsf-4.20-el.patch: --- NEW FILE aplus-fsf-4.20-el.patch --- --- aplus-fsf-4.20/src/lisp.1/a.el.org 2006-08-06 20:38:11.000000000 +0200 +++ aplus-fsf-4.20/src/lisp.1/a.el 2006-08-06 20:41:01.000000000 +0200 @@ -26,7 +26,7 @@ (defvar a+-font "kaplscreen-bold" "Font used in A+ mode.") -; (defvar apr-command "/usr/local/bin/apr" "Command to print A+ code") +; (defvar apr-command "/usr/bin/apr" "Command to print A+ code") ; (defvar apr-command "/ms/dist/aurora/bin/apr" "Command to print A+ code") (defvar old-lpr-command lpr-command) @@ -411,7 +411,7 @@ (concat prompt "[" defval "]: "))) "")) defval arg)) -(defvar a-prog "/usr/local/bin/a" "*Program to run for `a' command") +(defvar a-prog "/usr/bin/a" "*Program to run for `a' command") (defvar a-log "~/.emacs_a" "*Log file for `a' sessions") (defvar a-tmp-dir "~" "Temp directory for A+ xemacs operations") (defvar a-init-string "$echo `date` on `hostname`\n" "*Sent to `a' on startup") @@ -435,7 +435,7 @@ (defun standard-a() (interactive) - (setq a-prog "/usr/local/bin/z") + (setq a-prog "/usr/bin/z") (setq a-log "~/.emacs_a") (setq a-tmp-dir "~") (setq a-init-string "$echo `date` on `hostname`\n") aplus-fsf-4.20-makefile.patch: Index: aplus-fsf-4.20-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf-4.20-makefile.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aplus-fsf-4.20-makefile.patch 3 Aug 2006 16:42:35 -0000 1.3 +++ aplus-fsf-4.20-makefile.patch 9 Aug 2006 19:57:24 -0000 1.4 @@ -1,5 +1,5 @@ --- aplus-fsf-4.20/src/IPC/Makefile.am.org 2001-01-19 21:38:33.000000000 +0100 -+++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/IPC/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -52,6 +52,12 @@ pString_Connection.H\ pString_Listener.H @@ -14,7 +14,7 @@ idapdir = $(libdir) --- aplus-fsf-4.20/src/cxs/Makefile.am.org 2001-11-25 21:31:02.000000000 +0100 -+++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxs/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -12,6 +12,12 @@ libcxs_la_SOURCES = S.c @@ -29,7 +29,7 @@ sdir = $(libdir) --- aplus-fsf-4.20/src/cxb/Makefile.am.org 2001-01-19 22:28:09.000000000 +0100 -+++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxb/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -13,5 +13,11 @@ libcxb_la_SOURCES = \ binary.c @@ -43,7 +43,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/AplusGUI/Makefile.am.org 2001-01-30 21:48:35.000000000 +0100 -+++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/AplusGUI/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -125,5 +125,11 @@ EnumTables.H\ Macros.H @@ -57,7 +57,7 @@ INCLUDES = -I.. -I/usr/X11R6/include --- aplus-fsf-4.20/src/cxsys/Makefile.am.org 2001-01-19 22:28:29.000000000 +0100 -+++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxsys/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -20,5 +20,11 @@ impexp.c \ impexp.h @@ -71,7 +71,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/cxc/Makefile.am.org 2001-01-19 22:28:18.000000000 +0100 -+++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/cxc/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -15,5 +15,11 @@ cform.c \ cxc.h @@ -85,7 +85,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/esf/Makefile.am.org 2001-01-19 22:28:59.000000000 +0100 -+++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/esf/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -24,5 +24,11 @@ kcheck.c \ dyld2.c @@ -99,7 +99,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/a/Makefile.am.org 2003-12-30 16:27:54.000000000 +0100 -+++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/a/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -49,6 +49,11 @@ s.h\ x.h @@ -122,7 +122,7 @@ beam.h \ fir.h \ --- aplus-fsf-4.20/src/dap/Makefile.am.org 2001-11-25 21:36:25.000000000 +0100 -+++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/dap/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,9 +8,9 @@ ## ## ############################################################################### @@ -146,7 +146,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSGUI/Makefile.am.org 2001-01-30 21:49:25.000000000 +0100 -+++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-03 17:32:06.000000000 +0200 ++++ aplus-fsf-4.20/src/MSGUI/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -382,6 +382,12 @@ MSWidgetView.H\ MSWindow.H @@ -161,7 +161,7 @@ MSArrayViewInlines.C\ MSCompositeTextInlines.C\ --- aplus-fsf-4.20/src/MSIPC/Makefile.am.org 2001-01-19 21:44:13.000000000 +0100 -+++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/MSIPC/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -52,6 +52,12 @@ MSTimer.H\ MSTv.H @@ -176,7 +176,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/MSTypes/Makefile.am.org 2001-01-19 21:46:18.000000000 +0100 -+++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/MSTypes/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -298,8 +298,11 @@ MSTypeMatrix.C\ MSTypeVector.C @@ -191,7 +191,7 @@ INCLUDES = -I.. --- aplus-fsf-4.20/src/main/Makefile.am.org 2005-08-29 03:32:27.000000000 +0200 -+++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/main/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -34,7 +34,7 @@ $(top_srcdir)/src/cxc/libcxc.la \ $(top_srcdir)/src/esf/libesf.la \ @@ -202,29 +202,29 @@ $(top_srcdir)/src/MSIPC/libMSIPC.la \ $(top_srcdir)/src/MSTypes/libMSTypes.la --- aplus-fsf-4.20/src/fonts/TrueType/Makefile.am.org 2001-01-19 22:10:06.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/TrueType/Makefile.am 2006-08-09 19:46:10.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -TrueTypedir = $(prefix)/fonts/TrueType -+TrueTypedir = /usr/X11R6/lib/X11/fonts/apl/TTF ++TrueTypedir = @datadir@/fonts/apl/TrueType TrueType_DATA = KAPL.TTF --- aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am.org 2001-01-19 22:11:24.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/pcf/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### -fonts_pcfdir = $(prefix)/fonts/X11/pcf -+fonts_pcfdir = /usr/X11R6/lib/X11/fonts/apl/pcf ++fonts_pcfdir = @datadir@/fonts/apl/pcf fonts_pcf_DATA = \ Kapl.alias \ --- aplus-fsf-4.20/src/fonts/X11/Makefile.am.org 2001-01-19 22:10:32.000000000 +0100 -+++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/fonts/X11/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,4 +8,4 @@ ## ## ############################################################################### @@ -232,7 +232,7 @@ -SUBDIRS = pcf bdf +SUBDIRS = pcf --- aplus-fsf-4.20/src/app-defaults/Makefile.am.org 2001-01-22 21:35:46.000000000 +0100 -+++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/app-defaults/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,7 +8,7 @@ ## ## ############################################################################### @@ -243,7 +243,7 @@ appdefaults_DATA = XTerm --- aplus-fsf-4.20/src/lisp.1/Makefile.am.org 2001-03-09 23:38:09.000000000 +0100 -+++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.1/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -8,10 +8,9 @@ ## ## ############################################################################### @@ -265,7 +265,7 @@ a-font.el \ aplus.el \ --- aplus-fsf-4.20/src/lisp.0/Makefile.in.org 2005-08-29 05:22:17.000000000 +0200 -+++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/lisp.0/Makefile.in 2006-08-09 19:45:16.000000000 +0200 @@ -69,6 +69,7 @@ OBJEXT = @OBJEXT@ PATH_SEPARATOR = @PATH_SEPARATOR@ @@ -292,7 +292,7 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) --- aplus-fsf-4.20/src/Makefile.am.org 2005-08-29 04:55:30.000000000 +0200 -+++ aplus-fsf-4.20/src/Makefile.am 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/src/Makefile.am 2006-08-09 19:45:16.000000000 +0200 @@ -9,24 +9,21 @@ ############################################################################### @@ -328,7 +328,7 @@ EXTRA_DIST = LICENSE --- aplus-fsf-4.20/configure.in.org 2005-08-29 05:22:02.000000000 +0200 -+++ aplus-fsf-4.20/configure.in 2006-08-02 17:14:10.000000000 +0200 ++++ aplus-fsf-4.20/configure.in 2006-08-09 19:45:16.000000000 +0200 @@ -17,6 +17,9 @@ AM_PROG_LIBTOOL AC_SUBST(LIBTOOL_DEPS) Index: aplus-fsf.spec =================================================================== RCS file: /cvs/extras/rpms/aplus-fsf/FC-4/aplus-fsf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aplus-fsf.spec 3 Aug 2006 18:34:58 -0000 1.5 +++ aplus-fsf.spec 9 Aug 2006 19:57:24 -0000 1.6 @@ -8,12 +8,13 @@ %define _lispstart %{_lispdir}/site-start.d %define _x11lib %{_x11pref}/%{_lib} -%define _x11fonts %{_x11pref}/lib/X11/fonts +%define _x11fonts %{_datadir}/fonts/apl/pcf +%define _ttffonts %{_datadir}/fonts/apl/TrueType %define _x11appdef %{_x11pref}/lib/X11/app-defaults Name: %name Version: 4.20.2 -Release: 9%{?dbuild.logist} +Release: 9%{?dist}.1 License: GPL Summary: Advanced APL interpreter with s interface @@ -25,6 +26,8 @@ Source1: aplus-fsf-4.20-elstart Patch1: aplus-fsf-4.20-makefile.patch Patch2: aplus-fsf-4.20-gcc41.patch +Patch3: aplus-fsf-4.20-el.patch +Patch4: aplus-fsf-4.20-atree.patch BuildRequires: xorg-x11-devel BuildRequires: automake16 autoconf @@ -93,8 +96,10 @@ %prep %setup -q -n %{name}-%{ver} -%patch1 -p1 -b .org -%patch2 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # export CXXFLAGS=-O3 CFLAGS=-O3 @@ -126,22 +131,54 @@ cp -R src/scripts samples +pushd $RPM_BUILD_ROOT/%{_x11fonts}/ + +cp Kapl.alias fonts.alias + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + +pushd $RPM_BUILD_ROOT/%{_ttffonts}/ + +touch fonts.{alias,scale} +chmod 0644 fonts.{alias,scale} + +rm -f {encodings,fonts}.dir +touch {encodings,fonts}.dir +chmod 0644 {encodings,fonts}.dir + +for fcver in $(seq 1 9); do + touch fonts.cache-$fcver + chmod 0644 fonts.cache-$fcver +done + +popd + %clean rm -rf $RPM_BUILD_ROOT %post -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} mkfontdir $FONTDIR + fc-cache $FONTDIR chkfontpath -qa $FONTDIR %post -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR - fc-cache $FONTDIR chkfontpath -qa $FONTDIR + fc-cache $FONTDIR %post -p /sbin/ldconfig @@ -149,15 +186,16 @@ %postun -n fonts-x11-apl - FONTDIR=%{_x11fonts}/apl/pcf + FONTDIR=%{_x11fonts} if [ "$1" = "0" ]; then mkfontdir $FONTDIR + fc-cache $FONTDIR:unscaled chkfontpath -qr $FONTDIR fi %postun -n fonts-truetype-apl - FONTDIR=%{_x11fonts}/apl/TTF + FONTDIR=%{_ttffonts} if [ "$1" = "0" ]; then ttmkfdir -d $FONTDIR -o $FONTDIR/fonts.scale mkfontdir $FONTDIR @@ -201,13 +239,25 @@ %files -n fonts-x11-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/pcf/* +%{_x11fonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %files -n fonts-truetype-apl %defattr(-,root,root,-) -%{_x11fonts}/apl/TTF/* +%{_ttffonts}/ +%ghost %verify(not md5 size mtime) %{_ttffonts}/encodings.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.dir +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.alias +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.scale +%ghost %verify(not md5 size mtime) %{_ttffonts}/fonts.cache-* %Changelog +* Wed Aug 9 2006 Jochen Schmitt 4.20.2-9.1 +- Bring FC-4 in sync with FC-5 + * Thu Aug 3 2006 Jochen Schmitt 4.20.2-9 - Fix some x86_64 stuff From fedora-extras-commits at redhat.com Wed Aug 9 20:07:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:06 -0700 Subject: rpms/genchemlab/devel - New directory Message-ID: <200608092007.k79K781F032663@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32632/genchemlab/devel Log Message: Directory /cvs/extras/rpms/genchemlab/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:07:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:06 -0700 Subject: rpms/genchemlab - New directory Message-ID: <200608092007.k79K78TS032659@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32632/genchemlab Log Message: Directory /cvs/extras/rpms/genchemlab added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:07:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:28 -0700 Subject: rpms/genchemlab Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092007.k79K7UN1000403@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv377 Added Files: Makefile import.log Log Message: Setup of module genchemlab --- NEW FILE Makefile --- # Top level Makefile for module genchemlab all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 20:07:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:07:30 -0700 Subject: rpms/genchemlab/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092007.k79K7Wm3000419@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv377/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module genchemlab --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 20:08:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:08:31 -0700 Subject: rpms/genchemlab import.log,1.1,1.2 Message-ID: <200608092008.k79K8X85000662@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627 Modified Files: import.log Log Message: auto-import genchemlab-1.0-4 on branch devel from genchemlab-1.0-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/genchemlab/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 20:07:28 -0000 1.1 +++ import.log 9 Aug 2006 20:08:31 -0000 1.2 @@ -0,0 +1 @@ +genchemlab-1_0-4:HEAD:genchemlab-1.0-4.src.rpm:1155154105 From fedora-extras-commits at redhat.com Wed Aug 9 20:08:32 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:08:32 -0700 Subject: rpms/genchemlab/devel gcl-desktop.patch, NONE, 1.1 genchemlab.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092008.k79K8Yxo000670@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv627/devel Modified Files: .cvsignore sources Added Files: gcl-desktop.patch genchemlab.spec Log Message: auto-import genchemlab-1.0-4 on branch devel from genchemlab-1.0-4.src.rpm gcl-desktop.patch: --- NEW FILE gcl-desktop.patch --- --- genchemlab-1.0/program/genchemlab.desktop 2003-05-19 16:56:15.000000000 +0100 +++ genchemlab-1.0/program/genchemlab.desktop 2006-08-06 10:45:35.000000000 +0100 @@ -1,11 +1,16 @@ [Desktop Entry] -Type=Application -Exec=genchemlab -Icon=genchemlab.png -DocPath= +Version=1.0 +Encoding=UTF-8 +Name=GenChemLab Comment=Simulation of a chemical lab. Comment[da]=Et simuleret kemisk laboratorium. -Terminal=0 -Name=GenChemLab -Encoding=UTF-8 -Categories=Application;Education;Chemestry; +Icon=genchemlab.png +Terminal=false +Type=Application +Categories=Application;Education;Chemistry; +Exec=genchemlab +StartupNotify=false + + + + --- NEW FILE genchemlab.spec --- Summary: A general chemistry lab experiment simulator Name: genchemlab Version: 1.0 Release: 4%{?dist} License: GPL Group: Applications/Multimedia Source: http://kent.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tgz URL: http://genchemlab.sourceforge.net/ Patch0: gcl-desktop.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel freeglut-devel desktop-file-utils %description GenChemLab is an OpenGL-based application intended to simulate several common general chemistry experiments. %prep %setup -q sed -i 's/\r//' GPL.txt sed -i 's/\r//' COPYRIGHT.txt %patch0 -p1 %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install desktop-file-install --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --delete-original \ %{buildroot}%{_datadir}/applications/genchemlab.desktop %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYRIGHT.txt GPL.txt HISTORY.txt README.txt %{_datadir}/%{name}/ %{_bindir}/genchemlab %{_datadir}/pixmaps/genchemlab.png %{_datadir}/applications/fedora-genchemlab.desktop %changelog * Wed Aug 09 2006 Paul F. Johnson - 1.0-4 - fixed seely spelink mizthake * Sun Aug 06 2006 Paul F. Johnson - 1.0-3 - added desktop file patch - removed strip from the binary * Sun Aug 06 2006 Paul F. Johnson - 1.0-2 - fixed ownership problem * Sat Aug 05 2006 Paul F. Johnson - 1.0-1 - Initial import into FE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/genchemlab/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 20:07:30 -0000 1.1 +++ .cvsignore 9 Aug 2006 20:08:32 -0000 1.2 @@ -0,0 +1 @@ +genchemlab-1.0.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/genchemlab/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 20:07:30 -0000 1.1 +++ sources 9 Aug 2006 20:08:32 -0000 1.2 @@ -0,0 +1 @@ +ef364cff3f3e2dba4c62a5d1a0084bae genchemlab-1.0.tgz From fedora-extras-commits at redhat.com Wed Aug 9 20:11:02 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Wed, 9 Aug 2006 13:11:02 -0700 Subject: owners owners.list,1.1378,1.1379 Message-ID: <200608092011.k79KB43J001058@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1033 Modified Files: owners.list Log Message: Initial import of genchemlab owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1378 retrieving revision 1.1379 diff -u -r1.1378 -r1.1379 --- owners.list 9 Aug 2006 16:16:36 -0000 1.1378 +++ owners.list 9 Aug 2006 20:11:02 -0000 1.1379 @@ -409,6 +409,7 @@ Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|genchemlab|A general chemistry lab simulation|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|general|For bugs not specific to any single component.|dkl at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|gentium-fonts|SIL Gentium fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|gentoo|Graphical file management program in GTK+ for Linux|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 20:26:16 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:16 -0700 Subject: rpms/x11-ssh-askpass - New directory Message-ID: <200608092026.k79KQIgZ001698@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1672/x11-ssh-askpass Log Message: Directory /cvs/extras/rpms/x11-ssh-askpass added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:26:16 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:16 -0700 Subject: rpms/x11-ssh-askpass/devel - New directory Message-ID: <200608092026.k79KQIUN001701@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1672/x11-ssh-askpass/devel Log Message: Directory /cvs/extras/rpms/x11-ssh-askpass/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 20:26:37 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:37 -0700 Subject: rpms/x11-ssh-askpass Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092026.k79KQdSZ001750@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1717 Added Files: Makefile import.log Log Message: Setup of module x11-ssh-askpass --- NEW FILE Makefile --- # Top level Makefile for module x11-ssh-askpass all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 20:26:37 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:26:37 -0700 Subject: rpms/x11-ssh-askpass/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092026.k79KQdGs001753@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1717/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module x11-ssh-askpass --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 20:27:34 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:27:34 -0700 Subject: rpms/x11-ssh-askpass import.log,1.1,1.2 Message-ID: <200608092027.k79KRaqf001834@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1798 Modified Files: import.log Log Message: auto-import x11-ssh-askpass-1.2.4.1-1.fc5x on branch devel from x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 20:26:36 -0000 1.1 +++ import.log 9 Aug 2006 20:27:34 -0000 1.2 @@ -0,0 +1 @@ +x11-ssh-askpass-1_2_4_1-1_fc5x:HEAD:x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm:1155155249 From fedora-extras-commits at redhat.com Wed Aug 9 20:27:35 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:27:35 -0700 Subject: rpms/x11-ssh-askpass/devel X11-ssh-askpass.csh, NONE, 1.1 X11-ssh-askpass.sh, NONE, 1.1 x11-ssh-askpass-1.2.4-random.patch, NONE, 1.1 x11-ssh-askpass.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092027.k79KRbim001843@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/x11-ssh-askpass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1798/devel Modified Files: .cvsignore sources Added Files: X11-ssh-askpass.csh X11-ssh-askpass.sh x11-ssh-askpass-1.2.4-random.patch x11-ssh-askpass.spec Log Message: auto-import x11-ssh-askpass-1.2.4.1-1.fc5x on branch devel from x11-ssh-askpass-1.2.4.1-1.fc5x.src.rpm --- NEW FILE X11-ssh-askpass.csh --- if ( $?SSH_ASKPASS ) then exit endif setenv SSH_ASKPASS /usr/libexec/openssh/x11-ssh-askpass --- NEW FILE X11-ssh-askpass.sh --- if [ -z "$SSH_ASKPASS" ] ; then SSH_ASKPASS=/usr/libexec/openssh/x11-ssh-askpass export SSH_ASKPASS fi x11-ssh-askpass-1.2.4-random.patch: --- NEW FILE x11-ssh-askpass-1.2.4-random.patch --- 2005-12-27 Enrico Scholz - added code to randomize the amount of shown ticks per password character. The new code is a little bit dirty and not well-designed. - dynlist.c: do not 'realloc(3)'; it may leak passwords into free'd memory. Instead of, do a malloc-memcpy-memset-free sequence. --- x11-ssh-askpass-1.2.4.1/dynlist.c.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/dynlist.c 2005-12-27 01:23:54.000000000 +0100 @@ -24,6 +24,7 @@ #include #include +#include #include "dynlist.h" @@ -54,29 +55,50 @@ return(APPEND_SUCCESS); } +static void * +Xrealloc(void *orig, size_t sz, size_t old_sz) +{ + void * tmp = malloc(sz); + if (tmp!=0 && old_sz>0) { + memcpy(tmp, orig, old_sz); + memset(orig, 0, old_sz); + __asm__ __volatile__("" : : : "memory"); + free(orig); + } + + return tmp; +} + /* For single-dimensional buffers. */ -int append_to_buf(char **buf, int *buflen, int *i, int c) +int append_to_buf(char **buf, unsigned char **buf_rnd, int *buflen, int *i, int c, unsigned char rnd) { char *tmp_buf; if (*i >= *buflen) { + size_t old_len = *buflen; *buflen += BUF_CHUNK_SIZE; - if (NULL == *buf) { - tmp_buf = malloc(sizeof(**buf) * *buflen); - } else { - tmp_buf = realloc(*buf, (sizeof(**buf) * *buflen)); - } + tmp_buf = Xrealloc(*buf, sizeof(**buf) * *buflen, sizeof(**buf) * old_len); if (NULL == tmp_buf) { return(APPEND_FAILURE); } *buf = tmp_buf; + + tmp_buf = Xrealloc(*buf_rnd, + sizeof(**buf_rnd) * *buflen, + sizeof(**buf_rnd) * old_len); + if (NULL == tmp_buf) + { + return(APPEND_FAILURE); + } + *buf_rnd = tmp_buf; #ifdef DEBUG printf("-->Allocated buffer of size %d\n", *buflen); #endif /* DEBUG */ } - (*buf)[*i] = (char) c; + (*buf)[*i] = (char) c; + (*buf_rnd)[*i] = rnd; (*i)++; return(APPEND_SUCCESS); } --- x11-ssh-askpass-1.2.4.1/dynlist.h.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/dynlist.h 2005-12-27 01:23:25.000000000 +0100 @@ -29,6 +29,6 @@ #define APPEND_FAILURE 0 int append_to_list(char ***list_ptr, int *list_len, int *i, char *item); -int append_to_buf(char **buf, int *buflen, int *i, int c); +int append_to_buf(char **buf, unsigned char **buf_rnd, int *buflen, int *i, int c, unsigned char rnd); #endif /* H_DYNLIST */ --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.c 2005-12-27 01:23:25.000000000 +0100 @@ -400,6 +400,9 @@ getResolutionResource(app, "xResolutionFuzz", "XResolutionFuzz", "20/in"); app->yFuzz = getResolutionResource(app, "yResolutionFuzz", "YResolutionFuzz", "20/in"); + + app->randCount = + getUnsignedIntegerResource(app, "randCount", "RandCount", 2)+1; d->title = getStringResourceWithDefault("dialog.title", "Dialog.Title", @@ -1008,21 +1011,25 @@ DialogInfo *d = app->dialog; if (condition > 0) { - /* Move forward one. */ - updateIndicatorElement(app, d->indicator.current); - if (d->indicator.current < (d->indicator.count - 1)) { - (d->indicator.current)++; - } else { - d->indicator.current = 0; + for (;condition>0;--condition) { + /* Move forward one. */ + updateIndicatorElement(app, d->indicator.current); + if (d->indicator.current < (d->indicator.count - 1)) { + (d->indicator.current)++; + } else { + d->indicator.current = 0; + } } } else if (condition < 0) { - /* Move backward one. */ - if (d->indicator.current > 0) { - (d->indicator.current)--; - } else { - d->indicator.current = d->indicator.count - 1; + for (;condition<0;++condition) { + /* Move backward one. */ + if (d->indicator.current > 0) { + (d->indicator.current)--; + } else { + d->indicator.current = d->indicator.count - 1; + } + updateIndicatorElement(app, d->indicator.current); } - updateIndicatorElement(app, d->indicator.current); } else { /* Erase them all. */ int i; @@ -1200,9 +1207,12 @@ destroyGCs(app); destroyDialog(app); if (app->buf) { - memset(app->buf, 0, app->bufSize); + memset(app->buf, 0, app->bufSize); + memset(app->buf_rnd, 0, app->bufSize); + __asm__ __volatile__("" : : : "memory"); } freeIf(app->buf); + freeIf(app->buf_rnd); ungrabPointer(app); ungrabKeyboard(app); ungrabServer(app); @@ -1216,8 +1225,9 @@ void acceptAction(AppInfo *app) { - int status = append_to_buf(&(app->buf), &(app->bufSize), - &(app->bufIndex), '\0'); + int status = append_to_buf(&(app->buf), &(app->buf_rnd), + &(app->bufSize), &(app->bufIndex), + '\0', 0); if (APPEND_FAILURE == status) { cleanUp(app); outOfMemory(app, __LINE__); @@ -1239,7 +1249,7 @@ return; } (app->bufIndex)--; - updateIndicators(app, -1); + updateIndicators(app, -app->buf_rnd[app->bufIndex]); } void erasePassphrase(AppInfo *app) @@ -1254,13 +1264,15 @@ void addToPassphrase(AppInfo *app, char c) { - int status = append_to_buf(&(app->buf), &(app->bufSize), - &(app->bufIndex), c); + unsigned int r = rand()%app->randCount + 1; + int status = append_to_buf(&(app->buf), &(app->buf_rnd), + &(app->bufSize), &(app->bufIndex), + c, r); if (APPEND_FAILURE == status) { cleanUp(app); outOfMemory(app, __LINE__); } - updateIndicators(app, 1); + updateIndicators(app, r); } void handleKeyPress(AppInfo *app, XEvent *event) @@ -1433,11 +1445,27 @@ } } +static void +initRandom() +{ + int fd=open("/dev/urandom", O_RDONLY); + unsigned int seed; + + if (fd!=-1) { + read(fd, &seed, sizeof seed); + close(fd); + } + + seed += time(0); + srand(seed); +} + int main(int argc, char **argv) { AppInfo app; XEvent event; + initRandom(); memset(&app, 0, sizeof(app)); progclass = "SshAskpass"; --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.h.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.h 2005-12-27 01:23:25.000000000 +0100 @@ -152,6 +152,7 @@ pid_t pid; char *buf; + unsigned char *buf_rnd; int bufSize; int bufIndex; @@ -196,6 +197,8 @@ unsigned long inputTimeout; XtIntervalId inputTimeoutTimerId; Bool inputTimeoutActive; + + unsigned char randCount; DialogInfo *dialog; } AppInfo; --- x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.man.in.random 2001-09-17 09:42:50.000000000 +0200 +++ x11-ssh-askpass-1.2.4.1/x11-ssh-askpass.man.in 2005-12-27 01:23:25.000000000 +0100 @@ -1,4 +1,4 @@ -.\" x11-ssh-askpass.man +.\" x11-ssh-askpass.man -*- nroff -*- .\" Created by Matthieu Herrb for OpenBSD .\" Modified by Jim Knoble for non-OpenBSD .\" distribution @@ -219,6 +219,14 @@ .Dq 20/in (20 pixels per inch). .El +.It Cm randCount ( No class Cm RandCount ) +.Bl -inset -compact +.It specifies the maximum amount of additional, random units which can +be generated per password character. A non-zero value helps to hide +the length of the typed passphrase. +.It Default value: +.Dq 2 . +.El .El .Pp The following resources are recognized by the Dialog widget: --- NEW FILE x11-ssh-askpass.spec --- ## $Id$ %global __alternatives /usr/sbin/alternatives %global appdefaultsdir /usr/share/X11/app-defaults %{!?release_func:%global release_func() %1%{?dist}} Name: x11-ssh-askpass Version: 1.2.4.1 Release: %release_func 1 Summary: A passphrase dialog for X and not only for OpenSSH Group: Applications/System License: Public Domain URL: http://www.jmknoble.net/software/x11-ssh-askpass/ Source0: http://www.jmknoble.net/software/x11-ssh-askpass/%name-%version.tar.gz Source10: X11-ssh-askpass.csh Source11: X11-ssh-askpass.sh Patch0: x11-ssh-askpass-1.2.4-random.patch BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) Provides: openssh-askpass-x11 Requires(pre): %appdefaultsdir Requires(postun): %appdefaultsdir #Requires(post): %__alternatives #Requires(preun): %__alternatives BuildRequires: imake libXt-devel %description x11-ssh-askpass is a lightweight passphrase dialog for OpenSSH or other open variants of SSH. In particular, x11-ssh-askpass is useful with the Unix port of OpenSSH by Damien Miller and others, and Damien includes it in his RPM packages of OpenSSH. x11-ssh-askpass uses only the stock X11 libraries (libX11, libXt) for its user interface. This reduces its dependencies on external libraries (such as GNOME or Perl/Tk). See the README for further information. %prep %setup -q %patch0 -p1 -b .random %global makeflags XAPPLOADDIR='%appdefaultsdir' %build %configure --libexecdir=%_libexecdir/openssh xmkmf make includes %makeflags make %{?_smp_mflags} %makeflags %install rm -rf $RPM_BUILD_ROOT make install install.man DESTDIR=$RPM_BUILD_ROOT %makeflags mkdir -p $RPM_BUILD_ROOT%_sysconfdir/profile.d install -p -m0755 %SOURCE10 %SOURCE11 $RPM_BUILD_ROOT%_sysconfdir/profile.d/ rm -f $RPM_BUILD_ROOT{%_libexecdir/openssh,%_mandir/man1}/ssh-askpass* %clean rm -rf $RPM_BUILD_ROOT ## Disable alternatives stuff for now; it requires support from the ## Fedora Core openssh-askpass package # #post # %__alternatives --install \ # %_libexecdir/openssh/ssh-askpass ssh-askpass %_libexecdir/openssh/x11-ssh-askpass \ # --slave %_mandir/man1/ssh-askpass ssh-askpass-man %_mandir/man1/x11-ssh-askpass \ # 50 # # #preun # test "$1" != 0 || \ # %__alternatives --remove ssh-askpass %_libexecdir/openssh/x11-ssh-askpass %files %defattr(-,root,root,-) %doc ChangeLog README TODO *.ad %config(noreplace) %_sysconfdir/profile.d/* %appdefaultsdir/* %_libexecdir/openssh %_mandir/*/* %changelog * Tue Jul 25 2006 Enrico Scholz - 1.2.4.1-1 - initial Fedora Extras package (review #176580) * Sat May 20 2006 Enrico Scholz - 1.2.4.1-0.2 - removed '%%config' from the app-defaultsdir - do not own the app-defaultsdir anymore - added some tricks to the -random patch to avoid removal of the clear-the-passphrase-memset() during optimization * Sun Mar 26 2006 Enrico Scholz - 1.2.4.1-0.1 - fixed path of app-defaults dir * Wed Dec 21 2005 Enrico Scholz - 1.2.4.1-0 - initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 20:26:37 -0000 1.1 +++ .cvsignore 9 Aug 2006 20:27:35 -0000 1.2 @@ -0,0 +1 @@ +x11-ssh-askpass-1.2.4.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/x11-ssh-askpass/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 20:26:37 -0000 1.1 +++ sources 9 Aug 2006 20:27:35 -0000 1.2 @@ -0,0 +1 @@ +8f2e41f3f7eaa8543a2440454637f3c3 x11-ssh-askpass-1.2.4.1.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 20:32:21 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Wed, 9 Aug 2006 13:32:21 -0700 Subject: owners owners.list,1.1379,1.1380 Message-ID: <200608092032.k79KWNIZ001987@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1970 Modified Files: owners.list Log Message: added x11-ssh-askpass Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1379 retrieving revision 1.1380 diff -u -r1.1379 -r1.1380 --- owners.list 9 Aug 2006 20:11:02 -0000 1.1379 +++ owners.list 9 Aug 2006 20:32:21 -0000 1.1380 @@ -1977,6 +1977,7 @@ Fedora Extras|wxGTK|GTK+ port of the wxWidgets GUI library|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|wxPython|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| Fedora Extras|wxPythonGTK2|wxPython is a GUI toolkit for the Python programming language|mattdm at mattdm.org|extras-qa at fedoraproject.org| +Fedora Extras|x11-ssh-askpass|A passphrase dialog for X and not only for OpenSSH|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|x3270|An X Window System based IBM 3278/3279 terminal emulator|karsten at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|xaos|A fast, portable real-time interactive fractal zoomer|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|XaraLX|An advanced vector graphics package|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 21:43:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:31 -0700 Subject: rpms/openbabel - New directory Message-ID: <200608092143.k79LhXm5004944@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4918/openbabel Log Message: Directory /cvs/extras/rpms/openbabel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 21:43:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:31 -0700 Subject: rpms/openbabel/devel - New directory Message-ID: <200608092143.k79LhXii004947@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4918/openbabel/devel Log Message: Directory /cvs/extras/rpms/openbabel/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 21:43:47 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:47 -0700 Subject: rpms/openbabel Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092143.k79LhnBn005002@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4967 Added Files: Makefile import.log Log Message: Setup of module openbabel --- NEW FILE Makefile --- # Top level Makefile for module openbabel all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 21:43:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 14:43:48 -0700 Subject: rpms/openbabel/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092143.k79LhoMI005005@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4967/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module openbabel --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 22:11:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:11:42 -0700 Subject: rpms/openbabel import.log,1.1,1.2 Message-ID: <200608092211.k79MBjMA007928@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7892 Modified Files: import.log Log Message: auto-import openbabel-2.0.2-2 on branch devel from openbabel-2.0.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/openbabel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 21:43:47 -0000 1.1 +++ import.log 9 Aug 2006 22:11:42 -0000 1.2 @@ -0,0 +1 @@ +openbabel-2_0_2-2:HEAD:openbabel-2.0.2-2.src.rpm:1155161543 From fedora-extras-commits at redhat.com Wed Aug 9 22:11:43 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:11:43 -0700 Subject: rpms/openbabel/devel openbabel-cxxflags.patch, NONE, 1.1 openbabel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092211.k79MBjAW007937@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7892/devel Modified Files: .cvsignore sources Added Files: openbabel-cxxflags.patch openbabel.spec Log Message: auto-import openbabel-2.0.2-2 on branch devel from openbabel-2.0.2-2.src.rpm openbabel-cxxflags.patch: --- NEW FILE openbabel-cxxflags.patch --- --- openbabel-2.0.2/src/formats/xml/Makefile.am.r 2006-05-24 21:37:41.000000000 +0200 +++ openbabel-2.0.2/src/formats/xml/Makefile.am 2006-08-05 22:13:11.000000000 +0200 @@ -3,7 +3,6 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/data AM_CPPFLAGS = @XML_CPPFLAGS@ AM_LDFLAGS = @LIBS@ @XML_LIBS@ -CXXFLAGS += -O0 if BUILD_SHARED --- NEW FILE openbabel.spec --- #%%define _with_perl 1 #%%define _with_python 1 %define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch) %define perl_archlib %(eval "`perl -V:archlib`"; echo $archlib) %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define inchi_ver 1.0.1 Name: openbabel Version: 2.0.2 Release: 2%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File URL: http://openbabel.sourceforge.net/ Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz Patch: %{name}-cxxflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: zlib-devel %description Open Babel is a free, open-source version of the Babel chemistry file translation program. Open Babel is a project designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling, computational chemistry, and many related areas. Open Babel includes two components, a command-line utility and a C++ library. The command-line utility is intended to be used as a replacement for the original babel program, to translate between various chemical file formats. The C++ library includes all of the file-translation code as well as a wide variety of utilities to foster development of other open source scientific software. %package devel Summary: Development tools for programs which will use the Open Babel library Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package includes the header files and libraries necessary for developing programs using the Open Babel library. If you are going to develop programs which will use this library you should install %{name}-devel. You'll also need to have the %{name} package installed. %package -n inchi Summary: The IUPAC International Chemical Identifier (InChI) library Group: System Environment/Libraries License: LGPL Version: %{inchi_ver} %description -n inchi The IUPAC International Chemical Identifier (InChI) library. %package -n inchi-devel Summary: Development headers for InChI library Group: Development/Libraries License: LGPL Version: %{inchi_ver} Requires: inchi = %{inchi_ver}-%{release} %description -n inchi-devel The inchi-devel package includes the header files and libraries necessary for developing programs using the InChI library. If you are going to develop programs which will use this library you should install inchi-devel. You'll also need to have the inchi package installed. %if 0%{?_with_perl:1} %package perl Group: System Environment/Libraries Summary: Perl wrapper for the Open Babel library BuildRequires: openbabel-devel BuildRequires: perl %description perl Perl wrapper for the Open Babel library. %endif %if 0%{?_with_python:1} %package python Group: System Environment/Libraries Summary: Python wrapper for the Open Babel library BuildRequires: openbabel-devel BuildRequires: python BuildRequires: python-devel BuildRequires: swig %description python Python wrapper for the Open Babel library. %endif %prep %setup -q %patch -p1 -b .cxxflags %build %{__libtoolize} --force %{__aclocal} %{__automake} %{__autoconf} %configure --enable-shared=yes --enable-static=no %{__make} %{?_smp_mflags} %if 0%{?_with_perl:1} pushd scripts/perl perl Makefile.PL INSTALLDIRS="vendor" %{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPTS_FLAGS" %{__make} test popd %endif %if 0%{?_with_python:1} pushd scripts/python python setup.py build popd %endif %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_libdir}{,/%{name}}/*.la %if 0%{?_with_perl:1} pushd scripts/perl %{__make} install DESTDIR=$RPM_BUILD_ROOT popd %{__rm} -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod %{__rm} -f $RPM_BUILD_ROOT%{perl_vendorarch}/*/Chemistry/OpenBabel/{.packlist,OpenBabel.bs} %endif %if 0%{?_with_python:1} pushd scripts/python %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT popd %endif %clean %{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n inchi -p /sbin/ldconfig %postun -n inchi -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README THANKS %doc doc/*.html %doc doc/README* doc/babel*.inc doc/dioxin.* %{_bindir}/* %{_mandir}/man1/* %{_datadir}/%{name} %{_libdir}/libopenbabel.so.* %{_libdir}/%{name} %files devel %defattr(-,root,root,-) %{_includedir}/%{name}-2.0 %{_libdir}/libopenbabel.so %{_libdir}/pkgconfig/*.pc %files -n inchi %defattr(-,root,root,-) %doc src/formats/inchi/COPYING.LIB %doc src/formats/inchi/README.html %{_libdir}/libinchi.so.* %files -n inchi-devel %defattr(-,root,root,-) %{_includedir}/inchi %{_libdir}/libinchi.so %if 0%{?_with_perl:1} %files perl %defattr(-,root,root,-) %{perl_vendorarch}/Chemistry/OpenBabel.pm %dir %{perl_vendorarch}/*/Chemistry/OpenBabel %{perl_vendorarch}/*/Chemistry/OpenBabel/OpenBabel.so %endif %if 0%{?_with_python:1} %files python %defattr(-,root,root,-) %{python_sitearch}/_openbabel.so %{python_sitearch}/openbabel.py %{python_sitearch}/openbabel.pyc %ghost %{python_sitearch}/openbabel.pyo %endif %changelog * Mon Aug 07 2006 Dominik Mierzejewski 2.0.2-2 - simplified file lists and permissions - removed weird character from inchi summary and description - added missing pkgconfig Req: for -devel * Sat Aug 05 2006 Dominik Mierzejewski 2.0.2-1 - updated to 2.0.2 - dropped GCC4 fix (upstream'd) - split off inchi package - added python and perl bindings packages * Sat Jan 07 2006 Dominik Mierzejewski 2.0.0-1 - updated to 2.0.0 - fix compilation with GCC4 - FE compliance * Thu Feb 10 2005 Dominik Mierzejewski 1.100.2-1 - rebuilt for Fedora 3 * Tue Jan 18 2005 ALT QA Team Robot 1.100.2-alt1.1 - Rebuilt with libstdc++.so.6. * Wed Mar 03 2004 Michael Shigorin 1.100.2-alt1 - 1.100.2 * Wed Dec 17 2003 Michael Shigorin 1.100.1-alt2 - removed *.la - don't package static library by default * Mon Sep 22 2003 Michael Shigorin 1.100.1-alt1 - 1.100.1 - #2994 fixed; thanks to Alex Ott (ott@) for a pointer - spec cleanup (underlibification fixup) * Mon Jun 30 2003 Michael Shigorin 1.100.0-alt1 - built for ALT Linux - based on Mandrake Cooker spec by: * Lenny Cartier * Austin Acton - spec cleanup Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 21:43:48 -0000 1.1 +++ .cvsignore 9 Aug 2006 22:11:43 -0000 1.2 @@ -0,0 +1 @@ +openbabel-2.0.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 21:43:48 -0000 1.1 +++ sources 9 Aug 2006 22:11:43 -0000 1.2 @@ -0,0 +1 @@ +1cb8d4a99482d2d109887a099d1a719e openbabel-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 22:33:40 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 15:33:40 -0700 Subject: owners owners.list,1.1380,1.1381 Message-ID: <200608092233.k79MXg8c008079@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8062 Modified Files: owners.list Log Message: Add myself as openbabel maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1380 retrieving revision 1.1381 diff -u -r1.1380 -r1.1381 --- owners.list 9 Aug 2006 20:32:21 -0000 1.1380 +++ owners.list 9 Aug 2006 22:33:39 -0000 1.1381 @@ -1005,6 +1005,7 @@ Fedora Extras|oooqs2|OpenOffice.org Quickstarter 2|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|openal|Open Audio Library|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|openalpp|Object Oriented version of OpenAL|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org +Fedora Extras|openbabel|Chemistry software file format converter|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|openbox|Openbox window manager|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|opencdk|Provides basic parts of the OpenPGP message format|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|openct|Middleware framework for smart card terminals|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 22:51:59 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 9 Aug 2006 15:51:59 -0700 Subject: status-report-scripts parseBZbugList,1.47,1.48 Message-ID: <200608092251.k79Mpxnq008196@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8178 Modified Files: parseBZbugList Log Message: Try to produce reasonable list of missing packages in comps.xml. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- parseBZbugList 26 Jul 2006 16:23:27 -0000 1.47 +++ parseBZbugList 9 Aug 2006 22:51:56 -0000 1.48 @@ -29,8 +29,6 @@ # TODO stuff # See why count in "Inactive maintainers with open bug reports" is strange. -# Check contents of comps.xml file (missing packages, -# retired/orphaned packages) use strict; use Getopt::Long; @@ -217,15 +215,22 @@ $SRPMS{$k} = 1; } # Check comps files -for my $i ($main::firstrel .. ($main::currel + 1)) { +for my $i ($main::currel .. ($main::currel + 1)) { print STDERR "Looking for $main::compsDir/comps-fe$i.xml.in\n"; if (-s "$main::compsDir/comps-fe$i.xml.in") { + my %C_RPM; + my %E_RPM; + my $s = $i; + $s = "development" if $i > $main::currel; + &grabRepoList("$main::repourl/core/$s/i386/os/Fedora/RPMS/", \%C_RPM); + &grabRepoList("$main::repourl/extras/$s/i386/", \%E_RPM); + foreach my $k (keys % {$EXTRAS_R[$i]}) { + $E_RPM{$k} = 1; + } $COMPS[$i] = {}; $COMPS_M[$i] = {}; - print STDERR "Grab $i\n"; &grabCompsList("$main::compsDir/comps-fe$i.xml.in", $COMPS[$i]); - print STDERR "Check $i\n"; - &checkComps($EXTRAS_R[$i], $COMPS[$i], $COMPS_M[$i], $i); + &checkComps(\%E_RPM, $COMPS[$i], $COMPS_M[$i], $i, \%C_RPM); } } # Take a look at CVS stuff @@ -692,7 +697,7 @@ my $e = $PO{$owner}; $owner =~ s/\@/ at /; $owner =~ s/\./ dot /g; - foreach my $p (@$e) { + foreach my $p (sort @$e) { print "||$owner||`$p`||\n"; } } @@ -1032,7 +1037,7 @@ while ( ) { next unless /^.\[ {$pkg} = 1; } @@ -1403,9 +1408,18 @@ } sub checkComps { - my ($rh, $ch, $mh, $tag) = @_; - foreach my $k (keys %$rh) { - $mh->{$k} = -1 unless defined $ch->{$k}; + my ($rh, $ch, $mh, $tag, $coreh) = @_; + my $prev; + foreach my $k (sort(keys(%$rh), keys(%$coreh))) { + next if index($k, "$prev-") == 0; + $prev = $k; + next if defined $coreh->{$k}; + next if defined $ch->{$k}; + next if $k =~ /plugin/i; + next if $k =~ /^(lib|compat-|xfce4-|gtk-|kmod-|fonts?-)/i; + next if $k =~ /(-devel|lib[s0-9]*|-python|-perl|-servers?|-clients?|-tools?)$/i; + next if $k =~ /(-contribs?|-docs?|-x?emacs|-utils?|-fonts?)$/i; + $mh->{$k} = -1; } foreach my $k (keys %$ch) { $mh->{$k} = 1 unless defined $rh->{$k}; From fedora-extras-commits at redhat.com Wed Aug 9 23:22:14 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:14 -0700 Subject: rpms/xdrawchem - New directory Message-ID: <200608092322.k79NMGsk011540@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/xdrawchem Log Message: Directory /cvs/extras/rpms/xdrawchem added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 23:22:15 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:15 -0700 Subject: rpms/xdrawchem/devel - New directory Message-ID: <200608092322.k79NMHmh011543@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11514/xdrawchem/devel Log Message: Directory /cvs/extras/rpms/xdrawchem/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 9 23:22:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:29 -0700 Subject: rpms/xdrawchem Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608092322.k79NMVLp011592@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11559 Added Files: Makefile import.log Log Message: Setup of module xdrawchem --- NEW FILE Makefile --- # Top level Makefile for module xdrawchem all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 9 23:22:30 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:22:30 -0700 Subject: rpms/xdrawchem/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608092322.k79NMWq4011595@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11559/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xdrawchem --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 9 23:33:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:33:07 -0700 Subject: rpms/xdrawchem import.log,1.1,1.2 Message-ID: <200608092333.k79NX9u0011722@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11687 Modified Files: import.log Log Message: auto-import xdrawchem-1.9.9-2 on branch devel from xdrawchem-1.9.9-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 9 Aug 2006 23:22:29 -0000 1.1 +++ import.log 9 Aug 2006 23:33:07 -0000 1.2 @@ -0,0 +1 @@ +xdrawchem-1_9_9-2:HEAD:xdrawchem-1.9.9-2.src.rpm:1155166427 From fedora-extras-commits at redhat.com Wed Aug 9 23:33:08 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:33:08 -0700 Subject: rpms/xdrawchem/devel xdrawchem.desktop, NONE, 1.1 xdrawchem.png, NONE, 1.1 xdrawchem.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608092333.k79NXAhq011727@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11687/devel Modified Files: .cvsignore sources Added Files: xdrawchem.desktop xdrawchem.png xdrawchem.spec Log Message: auto-import xdrawchem-1.9.9-2 on branch devel from xdrawchem-1.9.9-2.src.rpm --- NEW FILE xdrawchem.desktop --- [Desktop Entry] Type=Application Exec=xdrawchem Icon=xdrawchem.png Comment=Chemical drawing. Comment[da]=Tegning af kemiske stoffer. Terminal=false Name=Xdrawchem Encoding=UTF-8 Categories=Application;Education;Chemistry;Graphics; --- NEW FILE xdrawchem.spec --- Name: xdrawchem Version: 1.9.9 Release: 2 Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png URL: http://xdrawchem.sourceforge.net/ License: GPL Group: Applications/Engineering BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel BuildRequires: desktop-file-utils BuildRequires: openbabel-devel %description XDrawChem is a two-dimensional molecule drawing program for Unix operating systems. It is similar in functionality to other molecule drawing programs such as ChemDraw (TM, CambridgeSoft). It can read and write MDL Molfiles and CML files to allow sharing between XDrawChem and other chemistry applications. %prep %setup -q %build %configure %{__make} %{?_smp_mflags} %install %makeinstall # menu mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps install -c -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-category Application \ --add-category Science \ --add-category Chemistry \ %{SOURCE1} rm -f $RPM_BUILD_ROOT%{_datadir}/xdrawchem/caslist.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc HISTORY.txt GPL.txt README.txt TODO.txt %attr(755,root,root) %{_bindir}/xdrawchem %{_datadir}/xdrawchem %{_datadir}/applications/*xdrawchem.desktop %{_datadir}/pixmaps/xdrawchem.png %changelog * Mon Aug 07 2006 Dominik Mierzejewski 1.9.9-2 - simplified file list * Sun Jan 08 2006 Dominik Mierzejewski 1.9.9-1 - Updated to 1.9.9 * Thu Aug 11 2005 Dominik Mierzejewski - Updated to 1.9.8 * Sat Nov 29 2003 Gunner Poulsen - Updated to require openbabel. * Sun Jun 22 2003 Gunner Poulsen 1.7.2-1RH9 - Modyfied to fit Red Hat 9 and 8. * Sat Apr 05 2003 Eduardo Sanchez 1.6.9-1mdk - 1.6.9 * Wed Mar 12 2003 Eduardo Sanchez 1.6.8-1mdk - 1.6.8 - resumed compilation after a long series of unsuccessful trials ;) * Tue Jan 07 2003 Eduardo Sanchez 1.6.3-1mdk - 1.6.3 * Fri Dec 27 2002 Eduardo Sanchez 1.6.2b-1mdk - 1.6.2b - Built on MDK 9.0 and qt 3.1 - Spec file reworked to take account of differences with Cooker packages - Thanks to Bryan for his help in building this package! * Thu Nov 07 2002 Eduardo Sanchez 1.6-1mdk - 1.6 * Tue Oct 15 2002 Eduardo Sanchez 1.5.5-1mdk - 1.5.5 * Mon Oct 07 2002 Eduardo Sanchez 1.5.4-2mdk - dir was locked; fixed * Mon Oct 07 2002 Eduardo Sanchez 1.5.4-1mdk - 1.5.4 * Wed Oct 03 2002 Eduardo Sanchez 1.5.3-1mdk - 1.5.3 - streamlined spec file; removed references to old patch * Fri Sep 20 2002 Eduardo Sanchez 1.5.2-1mdk - 1.5.2 - First build with autoconf, let's see :) * Tue Sep 10 2002 Eduardo Sanchez 1.5.1-1mdk - 1.5.1 - 1.5 didn't work, let hope this one does! * Fri Aug 02 2002 Eduardo Sanchez 1.4.2-1mdk - 1.4.2 * Wed Jul 18 2002 Eduardo Sanchez 1.4.1-1mdk - 1.4.1 * Thu Jul 04 2002 Eduardo Sanchez 1.4-1mdk - 1.4 - built against KDE 3.0.2 * Fri Jun 07 2002 Eduardo Sanchez 1.3.2-1mdk - 1.3.2 * Tue Jun 04 2002 Eduardo Sanchez 1.3.1-1mdk - 1.3.1 * Wed May 29 2002 Eduardo Sanchez 1.3-1mdk - 1.3 * Thu May 23 2002 Eduardo Sanchez 1.2-2mdk - rebuilt against standard Mandrake KDE 3.0.1 packages * Wed May 22 2002 Eduardo Sanchez 1.2-1mdk - 1.2 * Wed May 1 2002 Eduardo Sanchez 1.1.1-1mdk - 1.1.1 * Sun Apr 14 2002 Eduardo Sanchez 1.1-2mdk - 1.1 - patched Makefile only for Qt3 (libqt-mt) - build with Qt3 * Thu Mar 28 2002 Laurent MONTEL 1.0.2-1mdk - 1.0.2 - Fix hard coded path * Thu Mar 21 2002 Lenny Cartier 1.0.1-1mdk - 1.0.1 * Tue Feb 26 2002 Lenny Cartier 1.0-1mdk - 1.0 - fix menu - remove useless ldconfig * Wed Feb 06 2002 Lenny Cartier 0.99.9-1mdk - 0.99.9 * Mon Jan 28 2002 Lenny Cartier 0.99.8-1mdk - 0.99.8 * Tue Dec 18 2001 Laurent MONTEL 0.99.7-1mdk - 0.99.7 * Wed Dec 05 2001 Lenny Cartier 0.99.6-1mdk - 0.99.6 * Thu Nov 15 2001 Lenny Cartier 0.99.4-1mdk - 0.99.4 * Fri Oct 12 2001 Lenny Cartier 0.99.3-1mdk - rebuild against new libpng - 0.99.3 * Thu Sep 27 2001 Laurent MONTEL 0.99.1-1mdk - Update code (0.99.1) * Mon Sep 24 2001 Laurent MONTEL 0.99-1mdk - Update code (0.99) * Wed Sep 12 2001 Laurent MONTEL 0.96-3mdk - Fix icon * Tue Sep 12 2001 Laurent MONTEL 0.96-2mdk -Rebuild * Tue Aug 28 2001 Lenny Cartier 0.96-1mdk - 0.96 * Thu Aug 23 2001 Etienne Faure 0.94-1mdk - updated from Thomas Leclerc 0.94-1mdk - version 0.94 - add menu entry * Wed Jul 18 2001 Lenny Cartier 0.92-1mdk - added in contribs by Thomas Leclerc : - version 0.92 * Tue Jul 10 2001 Thomas Leclerc 0.91-1mdk - version 0.91 - remove matherr-patch (obsolete) * Mon Jun 18 2001 Thomas Leclerc 0.9-1mdk - initial mandrake release - patch errors in libm usage # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 9 Aug 2006 23:22:30 -0000 1.1 +++ .cvsignore 9 Aug 2006 23:33:08 -0000 1.2 @@ -0,0 +1 @@ +xdrawchem-1.9.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 9 Aug 2006 23:22:30 -0000 1.1 +++ sources 9 Aug 2006 23:33:08 -0000 1.2 @@ -0,0 +1 @@ +6343d031b3ea19a6606831c89b8006b2 xdrawchem-1.9.9.tar.gz From fedora-extras-commits at redhat.com Wed Aug 9 23:53:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:53:49 -0700 Subject: owners owners.list,1.1381,1.1382 Message-ID: <200608092353.k79NrpAV011811@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11794 Modified Files: owners.list Log Message: Add myself as the maintainer of xdrawchem Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1381 retrieving revision 1.1382 diff -u -r1.1381 -r1.1382 --- owners.list 9 Aug 2006 22:33:39 -0000 1.1381 +++ owners.list 9 Aug 2006 23:53:48 -0000 1.1382 @@ -1995,6 +1995,7 @@ Fedora Extras|xdaliclock|A clock for the X Window System|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|xdesktopwaves|Simulation of water waves on the X Window System desktop|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|xdg-utils|Basic desktop integration functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|xdrawchem|2D chemical structures drawing tool|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|xemacs|A different version of Emacs|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xemacs-sumo|XEmacs Lisp packages|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|xfcalendar|Time-managing application for Xfce4|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 9 23:59:49 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 9 Aug 2006 16:59:49 -0700 Subject: rpms/xdrawchem/devel xdrawchem.spec,1.1,1.2 Message-ID: <200608092359.k79NxpwW011964@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11943 Modified Files: xdrawchem.spec Log Message: - added dist tag Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdrawchem.spec 9 Aug 2006 23:33:08 -0000 1.1 +++ xdrawchem.spec 9 Aug 2006 23:59:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 2 +Release: 3%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Thu Aug 10 2006 Dominik Mierzejewski 1.9.9-3 +- added dist tag + * Mon Aug 07 2006 Dominik Mierzejewski 1.9.9-2 - simplified file list From fedora-extras-commits at redhat.com Wed Aug 9 23:59:53 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Wed, 9 Aug 2006 16:59:53 -0700 Subject: rpms/gnubiff import.log,1.2,1.3 Message-ID: <200608100000.k7A00PWq012054@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11967 Modified Files: import.log Log Message: auto-import gnubiff-2.2.2-1 on branch devel from gnubiff-2.2.2-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 24 May 2006 04:23:47 -0000 1.2 +++ import.log 9 Aug 2006 23:59:52 -0000 1.3 @@ -1 +1,2 @@ gnubiff-2_2_1-2_fc6:HEAD:gnubiff-2.2.1-2.fc6.src.rpm:1148444627 +gnubiff-2_2_2-1:HEAD:gnubiff-2.2.2-1.src.rpm:1155081764 From fedora-extras-commits at redhat.com Wed Aug 9 23:59:53 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Wed, 9 Aug 2006 16:59:53 -0700 Subject: rpms/gnubiff/devel .cvsignore, 1.2, 1.3 gnubiff.desktop, 1.1, 1.2 gnubiff.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608100000.k7A00POH012060@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11967/devel Modified Files: .cvsignore gnubiff.desktop gnubiff.spec sources Log Message: auto-import gnubiff-2.2.2-1 on branch devel from gnubiff-2.2.2-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 May 2006 04:23:47 -0000 1.2 +++ .cvsignore 9 Aug 2006 23:59:53 -0000 1.3 @@ -1 +1 @@ -gnubiff-2.2.1.tar.gz +gnubiff-2.2.2.tar.gz Index: gnubiff.desktop =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubiff.desktop 24 May 2006 04:23:47 -0000 1.1 +++ gnubiff.desktop 9 Aug 2006 23:59:53 -0000 1.2 @@ -7,5 +7,6 @@ Icon=gnubiff.png Terminal=false Type=Application -Categories=Application;Network; +Categories=Application;Network;X-Fedora; Version=2.2.1 +X-Desktop-File-Install-Version=0.10 Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubiff.spec 24 May 2006 04:23:47 -0000 1.1 +++ gnubiff.spec 9 Aug 2006 23:59:53 -0000 1.2 @@ -1,14 +1,14 @@ -Name: gnubiff -Version: 2.2.1 -Release: 2%{?dist} -Summary: A mail notification program - -Group: Applications/Internet -License: GPL -URL: http://gnubiff.sourceforge.net/ -Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: gnubiff +Version: 2.2.2 +Release: 1%{?dist} +Summary: A mail notification program + +Group: Applications/Internet +License: GPL +URL: http://gnubiff.sourceforge.net/ +Source0: http://belnet.dl.sourceforge.net/sourceforge/gnubiff/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gamin-devel, libglade2-devel, desktop-file-utils, gnome-panel-devel, openssl-devel Requires(post): /sbin/install-info @@ -64,6 +64,10 @@ %{_mandir}/man1/* %changelog +* Wed Aug 09 2006 Damien Durand - 2.2.2-1 +- Upgrade to 2.2.2 + + * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 May 2006 04:23:47 -0000 1.2 +++ sources 9 Aug 2006 23:59:53 -0000 1.3 @@ -1 +1 @@ -8d2ef679f42e7a593dc88b750d0cca4c gnubiff-2.2.1.tar.gz +54e026ed12571350dcf8965a090dfa45 gnubiff-2.2.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:10 -0700 Subject: rpms/perl-DateTime-Format-HTTP/FC-4 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lgXG019259@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/FC-4 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:09 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:09 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:11 -0700 Subject: rpms/perl-DateTime-Format-HTTP/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lhw0019268@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/devel Modified Files: .cvsignore perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Aug 2006 01:25:39 -0000 1.2 +++ .cvsignore 10 Aug 2006 01:47:11 -0000 1.3 @@ -1 +1 @@ -DateTime-Format-HTTP-0.36.tar.gz +DateTime-Format-HTTP-0.37.tar.gz Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:11 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:11 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 9 Aug 2006 18:47:10 -0700 Subject: rpms/perl-DateTime-Format-HTTP/FC-5 perl-DateTime-Format-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608100147.k7A1lhPp019263@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19202/FC-5 Modified Files: perl-DateTime-Format-HTTP.spec sources Log Message: update to 0.37 Index: perl-DateTime-Format-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5/perl-DateTime-Format-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-DateTime-Format-HTTP.spec 7 Aug 2006 01:29:15 -0000 1.2 +++ perl-DateTime-Format-HTTP.spec 10 Aug 2006 01:47:10 -0000 1.3 @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Aug 2006 01:25:39 -0000 1.2 +++ sources 10 Aug 2006 01:47:10 -0000 1.3 @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 01:57:50 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 9 Aug 2006 18:57:50 -0700 Subject: fedora-security/audit fc5,1.269,1.270 Message-ID: <200608100157.k7A1voJp020333@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20305 Modified Files: fc5 Log Message: Note the krb5 CVE ids. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.269 retrieving revision 1.270 diff -u -r1.269 -r1.270 --- fc5 9 Aug 2006 19:31:40 -0000 1.269 +++ fc5 10 Aug 2006 01:57:47 -0000 1.270 @@ -87,6 +87,8 @@ CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] +CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux +CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] From fedora-extras-commits at redhat.com Thu Aug 10 04:00:31 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 9 Aug 2006 21:00:31 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.12, 1.13 Message-ID: <200608100400.k7A40X83027329@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27302 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Added check_game check_radius. Fixed issue with DHCP not being able to run without the suid bit set added NTP patch nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 24 Jul 2006 02:43:49 -0000 1.12 +++ nagios-plugins.spec 10 Aug 2006 04:00:30 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,7 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel %description @@ -38,7 +41,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +336,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,6 +469,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ @@ -473,9 +494,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +516,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +645,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +728,12 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 04:39:04 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 9 Aug 2006 21:39:04 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.13,1.14 Message-ID: <200608100439.k7A4d6nt030138@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30121 Modified Files: nagios-plugins.spec Log Message: Providing path to qstat Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- nagios-plugins.spec 10 Aug 2006 04:00:30 -0000 1.13 +++ nagios-plugins.spec 10 Aug 2006 04:39:04 -0000 1.14 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -27,6 +27,7 @@ BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -476,6 +477,7 @@ %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -728,6 +730,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + * Thu Aug 03 2006 Mike McGrath 1.4.3-15 - Fixed permissions on check_dhcp - Added check_game From fedora-extras-commits at redhat.com Thu Aug 10 06:33:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:14 -0700 Subject: rpms/gtkdatabox/devel - New directory Message-ID: <200608100633.k7A6XGSv003233@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3202/gtkdatabox/devel Log Message: Directory /cvs/extras/rpms/gtkdatabox/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 06:33:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:14 -0700 Subject: rpms/gtkdatabox - New directory Message-ID: <200608100633.k7A6XGu1003230@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3202/gtkdatabox Log Message: Directory /cvs/extras/rpms/gtkdatabox added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 06:33:22 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:22 -0700 Subject: rpms/gtkdatabox Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608100633.k7A6XO7k003284@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250 Added Files: Makefile import.log Log Message: Setup of module gtkdatabox --- NEW FILE Makefile --- # Top level Makefile for module gtkdatabox all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 06:33:22 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:22 -0700 Subject: rpms/gtkdatabox/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608100633.k7A6XOeH003287@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3250/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gtkdatabox --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 06:33:49 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:49 -0700 Subject: rpms/gtkdatabox import.log,1.1,1.2 Message-ID: <200608100633.k7A6XpBS003353@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3320 Modified Files: import.log Log Message: auto-import gtkdatabox-0.6.0.0-1 on branch devel from gtkdatabox-0.6.0.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 06:33:22 -0000 1.1 +++ import.log 10 Aug 2006 06:33:48 -0000 1.2 @@ -0,0 +1 @@ +gtkdatabox-0_6_0_0-1:HEAD:gtkdatabox-0.6.0.0-1.src.rpm:1155191692 From fedora-extras-commits at redhat.com Thu Aug 10 06:33:49 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:33:49 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608100633.k7A6Xp3B003358@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3320/devel Modified Files: .cvsignore sources Added Files: gtkdatabox.spec Log Message: auto-import gtkdatabox-0.6.0.0-1 on branch devel from gtkdatabox-0.6.0.0-1.src.rpm --- NEW FILE gtkdatabox.spec --- Name: gtkdatabox Version: 0.6.0.0 Release: 1 Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL URL: http://www.eudoxos.net/gtk/gtkdatabox Source: http://www.eudoxos.net/gtk/gtkdatabox/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, pkgconfig %description GtkDatabox is a widget for the GTK+ library designed to display large amounts of numerical data fast and easy. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: gtk2-devel, pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post devel -p /sbin/ldconfig %postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_libdir}/libgtkdatabox-*.so.* %files devel %defattr(-,root,root,-) %doc examples/*.c %{_includedir}/gtkdatabox*.h %{_libdir}/libgtkdatabox.so %{_libdir}/pkgconfig/gtkdatabox.pc %changelog * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 * Fri Jun 23 2006 Eric Work 0.5.3.0-1 - initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 06:33:22 -0000 1.1 +++ .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 @@ -0,0 +1 @@ +gtkdatabox-0.6.0.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 06:33:22 -0000 1.1 +++ sources 10 Aug 2006 06:33:49 -0000 1.2 @@ -0,0 +1 @@ +66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 06:44:10 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:44:10 -0700 Subject: owners owners.list,1.1382,1.1383 Message-ID: <200608100644.k7A6iCKs003500@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3480 Modified Files: owners.list Log Message: Added gtkdatabox Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1382 retrieving revision 1.1383 diff -u -r1.1382 -r1.1383 --- owners.list 9 Aug 2006 23:53:48 -0000 1.1382 +++ owners.list 10 Aug 2006 06:44:10 -0000 1.1383 @@ -531,6 +531,7 @@ Fedora Extras|gtk-xfce-engine|Port of Xfce engine to GTK+-2.0|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gtkglarea2|An OpenGL GTK widget|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|rc040203 at freenet.de Fedora Extras|gtkglext|OpenGL Extension to GTK|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|gtkglextmm|C++ binding for gtkglext|gilles.gagniard at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 06:52:31 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Wed, 9 Aug 2006 23:52:31 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.1,1.2 Message-ID: <200608100652.k7A6qX9s003575@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3558 Modified Files: gtkdatabox.spec Log Message: Added dist tag Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtkdatabox.spec 10 Aug 2006 06:33:49 -0000 1.1 +++ gtkdatabox.spec 10 Aug 2006 06:52:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 1 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:01:17 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 10 Aug 2006 01:01:17 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.2,1.3 Message-ID: <200608100801.k7A81NvA009094@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6560 Modified Files: gtkdatabox.spec Log Message: Opps! tag before commit, bumped release number Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gtkdatabox.spec 10 Aug 2006 06:52:31 -0000 1.2 +++ gtkdatabox.spec 10 Aug 2006 08:01:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:08:10 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 10 Aug 2006 01:08:10 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.3,1.4 Message-ID: <200608100808.k7A88CAo009259@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9242 Modified Files: gtkdatabox.spec Log Message: Lets try to bump again Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtkdatabox.spec 10 Aug 2006 08:01:17 -0000 1.3 +++ gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.6.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL From fedora-extras-commits at redhat.com Thu Aug 10 08:34:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 01:34:01 -0700 Subject: fedora-security/audit fe5,1.68,1.69 fe4,1.63,1.64 Message-ID: <200608100834.k7A8Y1Rn009514@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9494 Modified Files: fe5 fe4 Log Message: +CVE-2006-4028 VULNERABLE (wordpress) #201989 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- fe5 8 Aug 2006 21:29:38 -0000 1.68 +++ fe5 10 Aug 2006 08:33:59 -0000 1.69 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-4028 VULNERABLE (wordpress) #201989 CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- fe4 8 Aug 2006 21:29:38 -0000 1.63 +++ fe4 10 Aug 2006 08:33:59 -0000 1.64 @@ -2,6 +2,7 @@ ** are items that need attention +CVE-2006-4028 VULNERABLE (wordpress) #201989 CVE-2006-4018 VULNERABLE (clamav) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 From fedora-extras-commits at redhat.com Thu Aug 10 09:34:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 02:34:47 -0700 Subject: comps comps-fe5.xml.in,1.66,1.67 comps-fe6.xml.in,1.31,1.32 Message-ID: <200608100934.k7A9Yn9g012274@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12255 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add various missing programs Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- comps-fe5.xml.in 1 Aug 2006 20:10:46 -0000 1.66 +++ comps-fe5.xml.in 10 Aug 2006 09:34:47 -0000 1.67 @@ -212,11 +212,14 @@ true abe + auriferous blobwars bsd-games bzflag celestia cgoban + chess + clanbomber crystal-stacker crystal-stacker-themes csmash @@ -241,6 +244,7 @@ lmarbles lucidlife Maelstrom + monkey-bubble nazghul-haxima nethack nethack-vultures @@ -248,6 +252,7 @@ nexuiz njam overgod + pingus pipenightdreams powermanga ppracer @@ -262,6 +267,7 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs @@ -486,6 +492,7 @@ aide airsnort apcupsd + bochs cfengine cfs crack @@ -496,7 +503,9 @@ fwbuilder ghasher ghex + gkrellm gtklp + gtkterm hercules ibmonitor inadyn Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- comps-fe6.xml.in 1 Aug 2006 20:10:46 -0000 1.31 +++ comps-fe6.xml.in 10 Aug 2006 09:34:47 -0000 1.32 @@ -212,11 +212,14 @@ true abe + auriferous blobwars bsd-games bzflag celestia cgoban + chess + clanbomber crossfire-client crystal-stacker crystal-stacker-themes @@ -242,6 +245,7 @@ lmarbles lucidlife Maelstrom + monkey-bubble nazghul-haxima nethack nethack-vultures @@ -249,6 +253,7 @@ nexuiz njam overgod + pingus pipenightdreams powermanga ppracer @@ -263,6 +268,7 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs @@ -487,6 +493,7 @@ aide airsnort apcupsd + bochs cfengine cfs crack @@ -497,7 +504,9 @@ fwbuilder ghasher ghex + gkrellm gtklp + gtkterm hercules ibmonitor inadyn From fedora-extras-commits at redhat.com Thu Aug 10 11:06:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 04:06:57 -0700 Subject: rpms/bochs/devel .cvsignore, 1.7, 1.8 bochs.spec, 1.18, 1.19 sources, 1.7, 1.8 Message-ID: <200608101106.k7AB6x0R017939@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17918 Modified Files: .cvsignore bochs.spec sources Log Message: * Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 - New upstream version 2.3.pre3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 17 Jul 2006 20:11:44 -0000 1.7 +++ .cvsignore 10 Aug 2006 11:06:57 -0000 1.8 @@ -1,2 +1,2 @@ dlxlinux4.tar.gz -bochs-2.3.pre2.tar.gz +bochs-2.3.pre3.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- bochs.spec 17 Jul 2006 09:40:06 -0000 1.18 +++ bochs.spec 10 Aug 2006 11:06:57 -0000 1.19 @@ -1,5 +1,5 @@ %bcond_with debugger -%define pre_version pre2 +%define pre_version pre3 Name: bochs Version: 2.3 @@ -124,6 +124,9 @@ %changelog +* Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 +- New upstream version 2.3.pre3 + * Mon Jul 17 2006 Hans de Goede 2.3-0.1.pre2 - New upstream version 2.3.pre2 - Drop upstreamed wx26 patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 17 Jul 2006 09:40:06 -0000 1.7 +++ sources 10 Aug 2006 11:06:57 -0000 1.8 @@ -1,2 +1,2 @@ 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz -b68eacd9a8ea40f3e678b7daf29a0d2b bochs-2.3.pre2.tar.gz +0d368e0c23c40598dcfd8316b14cf6c0 bochs-2.3.pre3.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 12:00:48 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Thu, 10 Aug 2006 05:00:48 -0700 Subject: rpms/qstat/devel qstat.spec,1.1,1.2 Message-ID: <200608101200.k7AC0ocL018889@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18872 Modified Files: qstat.spec Log Message: Try to fix #201279 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 10 Aug 2006 12:00:48 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 4%{?dist} +Release: 5%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -39,6 +43,9 @@ %{_bindir}/qstat %changelog +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation From fedora-extras-commits at redhat.com Thu Aug 10 12:02:05 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Thu, 10 Aug 2006 05:02:05 -0700 Subject: rpms/qstat/FC-5 qstat.spec,1.1,1.2 Message-ID: <200608101202.k7AC27IS021469@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21452 Modified Files: qstat.spec Log Message: Try to fix #201279 Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/FC-5/qstat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qstat.spec 1 Aug 2006 08:43:02 -0000 1.1 +++ qstat.spec 10 Aug 2006 12:02:04 -0000 1.2 @@ -1,12 +1,16 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 4%{?dist} +Release: 5%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ Source: http://heanet.dl.sourceforge.net/sourceforge/qstat/qstat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# The name "qstat" is actually a requirement in POSIX 1003.2d. +# it has been implemented by many batch queueing systems over the decades. +# In this case try to handle with the conflicting package(s). +Conflicts: torque-client %description QStat is a command-line program that gathers real-time statistics @@ -39,6 +43,9 @@ %{_bindir}/qstat %changelog +* Thu Aug 10 2006 Andy Shevchenko 2.10-5 +- add Conflicts with torque-client (#201279) + * Mon Jul 31 2006 Andy Shevchenko 2.10-4 - do not pack COMPILE.txt - no need Makefile* in the documentation From fedora-extras-commits at redhat.com Thu Aug 10 15:12:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 08:12:24 -0700 Subject: kmodtool kmodtool,1.7,1.8 Message-ID: <200608101512.k7AFCOuZ030468@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/kmodtool In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30450 Modified Files: kmodtool Log Message: Recognize plain "xen" (without 0 or U) variant. Index: kmodtool =================================================================== RCS file: /cvs/fedora/kmodtool/kmodtool,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- kmodtool 24 May 2006 17:56:49 -0000 1.7 +++ kmodtool 10 Aug 2006 15:12:21 -0000 1.8 @@ -26,8 +26,8 @@ shopt -s extglob myprog="kmodtool" -myver="0.10.10" -knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen[0U]?(-PAE)) +myver="0.10.11" +knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE)) kmod_name= kver= verrel= From fedora-extras-commits at redhat.com Thu Aug 10 15:15:28 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 10 Aug 2006 08:15:28 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.10, 1.11 Message-ID: <200608101515.k7AFFUeP030509@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30484 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Patch for NTP added check_radius (includes patch for working with radiusclient-ng added check_game fixed bug in check_dhcp permissions nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 24 Jul 2006 02:43:42 -0000 1.10 +++ nagios-plugins.spec 10 Aug 2006 15:15:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,8 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -38,7 +42,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +337,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,11 +470,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -473,9 +496,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +518,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +647,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +730,15 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 15:18:07 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 10 Aug 2006 08:18:07 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins-1.4.3-ntpd.patch, NONE, 1.1 nagios-plugins-1.4.3.radius-ng.patch, NONE, 1.1 nagios-plugins.spec, 1.10, 1.11 Message-ID: <200608101518.k7AFIAWI030590@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30565 Modified Files: nagios-plugins.spec Added Files: nagios-plugins-1.4.3-ntpd.patch nagios-plugins-1.4.3.radius-ng.patch Log Message: Added patch for check_ntp Added patch for radiusclient-ng Added check_radius Added check_game Fixed permissions bug in check_dhcpd nagios-plugins-1.4.3-ntpd.patch: --- NEW FILE nagios-plugins-1.4.3-ntpd.patch --- --- plugins-scripts/check_ntp.pl.orig 2006-07-23 20:57:10.000000000 +0200 +++ plugins-scripts/check_ntp.pl 2006-07-23 20:57:46.000000000 +0200 @@ -314,7 +314,6 @@ } } else { print "No match!\n" if $verbose; - $jitter = '(not parsed)'; } } nagios-plugins-1.4.3.radius-ng.patch: --- NEW FILE nagios-plugins-1.4.3.radius-ng.patch --- --- nagios-plugins-1.4.3/plugins/check_radius.c.radiusclient 2004-12-26 01:17:44.000000000 +0200 +++ nagios-plugins-1.4.3/plugins/check_radius.c 2006-07-19 15:50:20.657859088 +0300 @@ -27,7 +27,7 @@ const char *email = "nagiosplug-devel at li #include "utils.h" #include "netutils.h" -#include +#include int process_arguments (int, char **); void print_help (void); @@ -108,6 +108,7 @@ main (int argc, char **argv) int result = STATE_UNKNOWN; UINT4 client_id; char *str; + rc_handle *rh; setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); @@ -117,32 +118,41 @@ main (int argc, char **argv) usage4 (_("Could not parse arguments")); str = strdup ("dictionary"); - if ((config_file && rc_read_config (config_file)) || - rc_read_dictionary (rc_conf_str (str))) + + + if (!config_file || ((rh = rc_read_config(config_file)) == NULL)) { die (STATE_UNKNOWN, _("Config file error")); + } + + if (rc_read_dictionary(rh, rc_conf_str(rh, "dictionary")) != 0) { + die (STATE_UNKNOWN, _("Config file error")); + } service = PW_AUTHENTICATE_ONLY; + data.send_pairs = NULL; + data.receive_pairs = NULL; - if (!(rc_avpair_add (&data.send_pairs, PW_SERVICE_TYPE, &service, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_NAME, username, 0) && - rc_avpair_add (&data.send_pairs, PW_USER_PASSWORD, password, 0) && - (nasid==NULL || rc_avpair_add (&data.send_pairs, PW_NAS_IDENTIFIER, nasid, 0)))) + if (!(rc_avpair_add (rh, &data.send_pairs, PW_SERVICE_TYPE, &service, 0, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_NAME, username, -1, 0) && + rc_avpair_add (rh, &data.send_pairs, PW_USER_PASSWORD, password, -1, 0) && + (nasid==NULL || rc_avpair_add (rh, &data.send_pairs, PW_NAS_IDENTIFIER, nasid, -1, 0)))) die (STATE_UNKNOWN, _("Out of Memory?")); /* * Fill in NAS-IP-Address */ - if ((client_id = rc_own_ipaddress ()) == 0) + if ((client_id = rc_own_ipaddress (rh)) == 0) return (ERROR_RC); - if (rc_avpair_add (&(data.send_pairs), PW_NAS_IP_ADDRESS, &client_id, 0) == + if (rc_avpair_add (rh, &data.send_pairs, PW_NAS_IP_ADDRESS, &client_id, 0, 0) == NULL) return (ERROR_RC); - rc_buildreq (&data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, + rc_buildreq (rh, &data, PW_ACCESS_REQUEST, server, port, (int)timeout_interval, retries); - result = rc_send_server (&data, msg); + result = rc_send_server (rh, &data, msg); + rc_avpair_free (data.send_pairs); if (data.receive_pairs) rc_avpair_free (data.receive_pairs); --- nagios-plugins-1.4.3/configure.in.radiusclient 2006-04-19 06:42:33.000000000 +0300 +++ nagios-plugins-1.4.3/configure.in 2006-07-19 13:50:20.000000000 +0300 @@ -227,10 +227,10 @@ CPPFLAGS="$_SAVEDCPPFLAGS" dnl Check for radius libraries _SAVEDLIBS="$LIBS" -AC_CHECK_LIB(radiusclient,rc_read_config) -if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then +AC_CHECK_LIB(radiusclient-ng,rc_read_config) +if test "$ac_cv_lib_radiusclient_ng_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" AC_SUBST(RADIUSLIBS) else AC_MSG_WARN([Skipping radius plugin]) --- nagios-plugins-1.4.3/configure.orig 2006-08-09 22:23:01.000000000 -0500 +++ nagios-plugins-1.4.3/configure 2006-08-09 22:23:46.000000000 -0500 @@ -24967,13 +24967,13 @@ _SAVEDLIBS="$LIBS" -echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient" >&5 -echo $ECHO_N "checking for rc_read_config in -lradiusclient... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for rc_read_config in -lradiusclient-ng" >&5 +echo $ECHO_N "checking for rc_read_config in -lradiusclient-ng... $ECHO_C" >&6 if test "${ac_cv_lib_radiusclient_rc_read_config+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lradiusclient $LIBS" +LIBS="-lradiusclient-ng $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25036,13 +25036,13 @@ #define HAVE_LIBRADIUSCLIENT 1 _ACEOF - LIBS="-lradiusclient $LIBS" + LIBS="-lradiusclient-ng $LIBS" fi if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then EXTRAS="$EXTRAS check_radius" - RADIUSLIBS="-lradiusclient" + RADIUSLIBS="-lradiusclient-ng" else { echo "$as_me:$LINENO: WARNING: Skipping radius plugin" >&5 Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nagios-plugins.spec 24 Jul 2006 02:43:43 -0000 1.10 +++ nagios-plugins.spec 10 Aug 2006 15:18:07 -0000 1.11 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 14%{?dist} +Release: 16%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -9,6 +9,8 @@ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -24,6 +26,8 @@ BuildRequires: %{_bindir}/mailq BuildRequires: %{_sbindir}/fping BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat %description @@ -38,7 +42,7 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif @@ -333,6 +337,22 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -450,11 +470,14 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -473,9 +496,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -498,7 +518,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -627,6 +647,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -702,6 +730,15 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + * Sun Jul 23 2006 Mike McGrath 1.4.3-14 - Patched upstream issue: 196356 From fedora-extras-commits at redhat.com Thu Aug 10 15:38:33 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 08:38:33 -0700 Subject: rpms/blender/devel blender.spec,1.23,1.24 Message-ID: <200608101538.k7AFcZxx030804@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30787 Modified Files: blender.spec Log Message: Rebuild to solve broken deps Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- blender.spec 26 Jul 2006 20:11:10 -0000 1.23 +++ blender.spec 10 Aug 2006 15:38:33 -0000 1.24 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -167,6 +167,9 @@ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-6 +- Rebuilt to solve broken deps + * Wed Jul 26 2006 Jochen Schmitt 2.42-5 - Fix symlink in blender-wrapper to locale From fedora-extras-commits at redhat.com Thu Aug 10 16:04:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Thu, 10 Aug 2006 09:04:22 -0700 Subject: rpms/galeon/devel galeon.spec,1.18,1.19 Message-ID: <200608101604.k7AG4vTY001125@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1080 Modified Files: galeon.spec Log Message: Rebuild against firefox 1.5.0.6 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- galeon.spec 2 Aug 2006 12:05:34 -0000 1.18 +++ galeon.spec 10 Aug 2006 16:04:22 -0000 1.19 @@ -1,7 +1,7 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -112,6 +112,9 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 2.0.1-6 +- Rebuild against firefox 1.5.0.6 + * Wed Aug 2 2006 Denis Leroy - 2.0.1-5 - Updated to build against firefox-devel From fedora-extras-commits at redhat.com Thu Aug 10 16:35:24 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:35:24 -0700 Subject: owners owners.list,1.1383,1.1384 Message-ID: <200608101635.k7AGZQ9H001350@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1333 Modified Files: owners.list Log Message: orphan brightside and notemeister; see https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1383 retrieving revision 1.1384 diff -u -r1.1383 -r1.1384 --- owners.list 10 Aug 2006 06:44:10 -0000 1.1383 +++ owners.list 10 Aug 2006 16:35:24 -0000 1.1384 @@ -115,7 +115,7 @@ Fedora Extras|bogofilter|Fast anti-spam filtering by Bayesian statistical analysis|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bonnie++|Bonnie++ filesystem and disk benchmark & burn-in suite|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|boo|Boo is an OO statically typed language for CLI|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|bsd-games|Collection of classic text-based games|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bsdiff|Binary diff/patch utility|jnovy at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bubblemon|A system monitoring dockapp|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -984,7 +984,7 @@ Fedora Extras|nomadsync|Synchronization agent for digital audio players|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|nomarch|GPLed Arc de-archiver|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|notecase|A hierarchical note manager|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|fedora at leemhuis.info|extras-qa at fedoraproject.org| +Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 16:38:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:38:32 -0700 Subject: rpms/notemeister/devel dead.package, NONE, 1.1 Makefile, 1.1, NONE notemeister-gtkwarnings.patch, 1.1, NONE notemeister.spec, 1.8, NONE sources, 1.2, NONE Message-ID: <200608101638.k7AGcYHv001402@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/notemeister/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1386 Added Files: dead.package Removed Files: Makefile notemeister-gtkwarnings.patch notemeister.spec sources Log Message: Retire notemeister --- NEW FILE dead.package --- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Upstream stopped development and started a new project --- Makefile DELETED --- --- notemeister-gtkwarnings.patch DELETED --- --- notemeister.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Thu Aug 10 16:40:02 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:40:02 -0700 Subject: rpms/brightside/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE brightside-gconf-mouse-speed.patch, 1.1, NONE brightside-libwnck.patch, 1.1, NONE brightside.spec, 1.12, NONE sources, 1.2, NONE Message-ID: <200608101640.k7AGe40B001439@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/brightside/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1423 Added Files: dead.package Removed Files: .cvsignore Makefile brightside-gconf-mouse-speed.patch brightside-libwnck.patch brightside.spec sources Log Message: Retire brightside --- NEW FILE dead.package --- https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00154.html Upstream vanished --- .cvsignore DELETED --- --- Makefile DELETED --- --- brightside-gconf-mouse-speed.patch DELETED --- --- brightside-libwnck.patch DELETED --- --- brightside.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Thu Aug 10 16:48:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 10 Aug 2006 09:48:32 -0700 Subject: rpms/mail-notification/devel mail-notification.spec,1.24,1.25 Message-ID: <200608101648.k7AGmYMg001500@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1483 Modified Files: mail-notification.spec Log Message: 3.0-4 -- Package evolution plugin separately Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- mail-notification.spec 15 Jul 2006 12:49:17 -0000 1.24 +++ mail-notification.spec 10 Aug 2006 16:48:32 -0000 1.25 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -38,6 +38,18 @@ Xfce Notification Area and the KDE System Tray. +%package evolution-plugin +Summary: Evolution plugin for Mail Notification +Group: Applications/Internet +# +# make sure the evo plugin get's installed for all users that had the +# non-split variant of mail-notification (FC5 and earlier) installed before: +Requires: %{name} = %{version}-%{release} +Obsoletes: mail-notification < 3.0-4 + +%description evolution-plugin +Evolution support for Mail Notification. + %prep %setup -q -n %{name}-%{version} cp %{SOURCE1} ./README.FEDORA @@ -80,7 +92,7 @@ /usr/bin/gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||: /usr/bin/scrollkeeper-update -q ||: -mail-notification --unset-obsolete-configuration >/dev/null ||: +mail-notification --unset-obsolete-configuration &>/dev/null ||: %preun # For GConf apps: uninstall app's system default schemas @@ -99,18 +111,25 @@ %{_sysconfdir}/gconf/schemas/mail-notification.schemas %{_bindir}/* %{_libdir}/bonobo/servers/GNOME_MailNotification.server -%{_libdir}/bonobo/servers/GNOME_MailNotification_Evolution.server %{_datadir}/%{name} %{_datadir}/gnome/autostart/fedora-mail-notification.desktop %{_datadir}/applications/fedora-mail-notification-properties.desktop %{_datadir}/gnome/help/mail-notification/ -%{_libdir}/evolution/2.*/plugins/* %dir %{_datadir}/omf/mail-notification/ %{_datadir}/omf/mail-notification/mail-notification-C.omf %{_datadir}/pixmaps/mail-notification.png +%files evolution-plugin +%defattr(-,root,root,-) +%{_libdir}/evolution/2.*/plugins/* +%{_libdir}/bonobo/servers/GNOME_MailNotification_Evolution.server + + %changelog +* Sat Jul 15 2006 Thorsten Leemhuis 3.0-4 +- Package evolution plugin separately + * Sat Jul 15 2006 Thorsten Leemhuis 3.0-3 - rebuild for new gail - send ouput from unset-obsolete-configuration to /dev/null and ignore retval From fedora-extras-commits at redhat.com Thu Aug 10 17:53:05 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Thu, 10 Aug 2006 10:53:05 -0700 Subject: comps comps-fe5.xml.in,1.67,1.68 comps-fe6.xml.in,1.32,1.33 Message-ID: <200608101753.k7AHr7MY004318@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4299 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add cmake, ftnchek, hdf, hdf5, ksynaptics, paraview Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- comps-fe5.xml.in 10 Aug 2006 09:34:47 -0000 1.67 +++ comps-fe5.xml.in 10 Aug 2006 17:53:04 -0000 1.68 @@ -31,6 +31,7 @@ bzr ccache clisp + cmake cogito colordiff cpan2rpm @@ -41,8 +42,9 @@ darcs epydoc erlang - flasm fedora-rpmdevtools + flasm + ftnchek fpc gauche gforth @@ -118,6 +120,8 @@ cernlib-utils galculator gdl + hdf + hdf5 hmmer kst lagan @@ -125,6 +129,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -739,6 +744,7 @@ kiosktool kmymoney2 kompose + ksynaptics kyum Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- comps-fe6.xml.in 10 Aug 2006 09:34:47 -0000 1.32 +++ comps-fe6.xml.in 10 Aug 2006 17:53:04 -0000 1.33 @@ -31,6 +31,7 @@ bzr ccache clisp + cmake cogito colordiff cpan2rpm @@ -41,8 +42,9 @@ darcs epydoc erlang - flasm fedora-rpmdevtools + flasm + ftnchek fpc gauche gforth @@ -118,6 +120,8 @@ cernlib-utils galculator gdl + hdf + hdf5 hmmer kst lagan @@ -125,6 +129,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -740,6 +745,7 @@ kiosktool kmymoney2 kompose + ksynaptics kyum From fedora-extras-commits at redhat.com Thu Aug 10 17:54:34 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 10 Aug 2006 10:54:34 -0700 Subject: fedora-security/audit fe3,1.15,1.16 fe4,1.64,1.65 fe5,1.69,1.70 Message-ID: <200608101754.k7AHsYPc004365@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4343 Modified Files: fe3 fe4 fe5 Log Message: Note clamav update. Index: fe3 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe3,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fe3 8 Aug 2006 21:29:38 -0000 1.15 +++ fe3 10 Aug 2006 17:54:31 -0000 1.16 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-3) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3458 patch (zope, fixed 2.8.0-3) #198106 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- fe4 10 Aug 2006 08:33:59 -0000 1.64 +++ fe4 10 Aug 2006 17:54:31 -0000 1.65 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-4028 VULNERABLE (wordpress) #201989 -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- fe5 10 Aug 2006 08:33:59 -0000 1.69 +++ fe5 10 Aug 2006 17:54:31 -0000 1.70 @@ -3,7 +3,7 @@ ** are items that need attention CVE-2006-4028 VULNERABLE (wordpress) #201989 -CVE-2006-4018 VULNERABLE (clamav) #201688 +CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 CVE-2006-3815 version (heartbeat, fixed 2.0.6) From fedora-extras-commits at redhat.com Thu Aug 10 18:14:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 10 Aug 2006 11:14:55 -0700 Subject: rpms/em8300-kmod/FC-5 em8300-kmod.spec,1.2,1.3 kmodtool,1.1,1.2 Message-ID: <200608101814.k7AIEvZS007060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7040/FC-5 Modified Files: em8300-kmod.spec kmodtool Log Message: * Thu Aug 10 2006 Ville Skytt?? - 0.15.3-7 - Rebuild for kernel 2.6.17_1.2174_FC5. - Update kmodtool to 0.10.11. Index: em8300-kmod.spec =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/em8300-kmod.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- em8300-kmod.spec 22 Jul 2006 20:20:34 -0000 1.2 +++ em8300-kmod.spec 10 Aug 2006 18:14:55 -0000 1.3 @@ -4,7 +4,7 @@ # end stuff to be ... # hardcode for now: -%{!?kversion: %define kversion 2.6.17-1.2157_FC5} +%{!?kversion: %define kversion 2.6.17-1.2174_FC5} %define kmod_name em8300 %define kverrel %(%{kmodtool} verrel %{?kversion} 2>/dev/null) @@ -23,7 +23,7 @@ Name: %{kmod_name}-kmod Summary: Kernel modules for DXR3/Hollywood Plus MPEG decoder cards Version: 0.15.3 -Release: 6.%(echo %{kverrel} | tr - _) +Release: 7.%(echo %{kverrel} | tr - _) Group: System Environment/Kernel License: GPL @@ -61,7 +61,7 @@ make %{?_smp_mflags} V=1 KERNEL_LOCATION=$ks && \ cd ../.. done - + %install rm -rf $RPM_BUILD_ROOT @@ -77,6 +77,10 @@ %changelog +* Thu Aug 10 2006 Ville Skytt?? - 0.15.3-7 +- Rebuild for kernel 2.6.17_1.2174_FC5. +- Update kmodtool to 0.10.11. + * Tue Jul 11 2006 Ville Skytt?? - 0.15.3-6 - Enable PPC SMP builds (#189400). - Use firmwareless tarball (#189400). Index: kmodtool =================================================================== RCS file: /cvs/extras/rpms/em8300-kmod/FC-5/kmodtool,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kmodtool 22 Jul 2006 20:16:26 -0000 1.1 +++ kmodtool 10 Aug 2006 18:14:55 -0000 1.2 @@ -23,9 +23,11 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +shopt -s extglob + myprog="kmodtool" -myver="0.10.9" -knownvariants='\(BOOT\|\(big\|huge\)mem\|debug\|enterprise\|kdump\|smp\|uml\|xen[0U]\)' +myver="0.10.11" +knownvariants=@(BOOT|PAE|@(big|huge)mem|debug|enterprise|kdump|?(large)smp|uml|xen?([0U])?(-PAE)) kmod_name= kver= verrel= @@ -33,24 +35,27 @@ get_verrel () { - verrel="$(echo "${1-$(uname -r)}" | sed 's/'${knownvariants}'$//')" + verrel=${1:-$(uname -r)} + verrel=${verrel%%$knownvariants} } print_verrel () { - get_verrel $@ || return $? + get_verrel $@ echo "${verrel}" } get_variant () { - variant="$(echo "${1-$(uname -r)}" | sed 's/^.*'${knownvariants}'$/\1/')" - [ "${variant}" != "${1-$(uname -r)}" ] || variant='""' + get_verrel $@ + variant=${1:-$(uname -r)} + variant=${variant##$verrel} + variant=${variant:-'""'} } print_variant () { - get_variant $@ || return $? + get_variant $@ echo "${variant}" } From fedora-extras-commits at redhat.com Thu Aug 10 18:29:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 10 Aug 2006 11:29:25 -0700 Subject: rpms/liferea/devel .cvsignore, 1.32, 1.33 liferea.spec, 1.46, 1.47 sources, 1.33, 1.34 Message-ID: <200608101829.k7AITRf4007246@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7225 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 10 2006 Brian Pepple - 1.0.21-3 - Update to 1.0.21. - Bump firefox version to 1.5.0.6. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 7 Aug 2006 23:13:08 -0000 1.32 +++ .cvsignore 10 Aug 2006 18:29:25 -0000 1.33 @@ -1 +1 @@ -liferea-1.0.20.tar.gz +liferea-1.0.21.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- liferea.spec 8 Aug 2006 00:21:05 -0000 1.46 +++ liferea.spec 10 Aug 2006 18:29:25 -0000 1.47 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.20 -Release: 4%{?dist} +Version: 1.0.21 +Release: 3%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -23,7 +23,7 @@ BuildRequires: dbus-devel %endif -Requires: firefox = 1.5.0.5 +Requires: firefox = 1.5.0.6 Requires(pre): GConf2 Requires(post): GConf2 @@ -108,6 +108,10 @@ %changelog +* Thu Aug 10 2006 Brian Pepple - 1.0.21-3 +- Update to 1.0.21. +- Bump firefox version to 1.5.0.6. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-4 - Add requires on specified version of firefox. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 7 Aug 2006 23:13:08 -0000 1.33 +++ sources 10 Aug 2006 18:29:25 -0000 1.34 @@ -1 +1 @@ -88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz +4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 18:35:07 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 10 Aug 2006 11:35:07 -0700 Subject: rpms/liferea/FC-5 .cvsignore, 1.32, 1.33 liferea.spec, 1.45, 1.46 sources, 1.33, 1.34 Message-ID: <200608101835.k7AIZAhp007410@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7386 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 10 2006 Brian Pepple - 1.0.21-2 - Update to 1.0.21. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 7 Aug 2006 23:14:47 -0000 1.32 +++ .cvsignore 10 Aug 2006 18:35:07 -0000 1.33 @@ -1 +1 @@ -liferea-1.0.20.tar.gz +liferea-1.0.21.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/liferea.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- liferea.spec 8 Aug 2006 00:21:56 -0000 1.45 +++ liferea.spec 10 Aug 2006 18:35:07 -0000 1.46 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.20 -Release: 3%{?dist} +Version: 1.0.21 +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -108,6 +108,9 @@ %changelog +* Thu Aug 10 2006 Brian Pepple - 1.0.21-2 +- Update to 1.0.21. + * Mon Aug 7 2006 Brian Pepple - 1.0.20-3 - Add requires on specified version of mozilla. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/FC-5/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 7 Aug 2006 23:14:47 -0000 1.33 +++ sources 10 Aug 2006 18:35:07 -0000 1.34 @@ -1 +1 @@ -88e5e4f587b047d744b6a93e4dd7ddb1 liferea-1.0.20.tar.gz +4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 18:43:08 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 11:43:08 -0700 Subject: rpms/blender/devel blender.spec,1.24,1.25 Message-ID: <200608101843.k7AIhAhL007688@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7671 Modified Files: blender.spec Log Message: Remove %ghost for fullfilling new packaging guidelines Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- blender.spec 10 Aug 2006 15:38:33 -0000 1.24 +++ blender.spec 10 Aug 2006 18:43:08 -0000 1.25 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -147,26 +147,14 @@ %{_bindir}/* %{_datadir}/applications/fedora-blender.desktop %{_datadir}/pixmaps/*.png -%dir %{blenderlib} -%{blenderlib}/.* -%{blenderlib}/VERSION -%{blenderlib}/bpydata/ -%{blenderlib}/*.py -%{blenderlib}/*.pyc -%ghost %{blenderlib}/*.pyo -%{blenderlib}/scripts/*[^o] -%ghost %{blenderlib}/scripts/*.pyo -%{blenderlib}/scripts/bpydata/*[^o] -%ghost %{blenderlib}/scripts/bpydata/*.pyo -%{blenderlib}/scripts/bpymodules/*.py -%{blenderlib}/scripts/bpymodules/*.pyc -%ghost %{blenderlib}/scripts/bpymodules/*.pyo -%{blenderlib}/scripts/bpymodules/colladaImEx/*[^o] -%ghost %{blenderlib}/scripts/bpymodules/colladaImEx/*.pyo +%{blenderlib}/ %{plugins}/ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-7 +- Remove %%ghost for pyo files for fullfilling new packaging guidelines + * Thu Aug 10 2006 Jochen Schmitt 2.42-6 - Rebuilt to solve broken deps From fedora-extras-commits at redhat.com Thu Aug 10 19:04:02 2006 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 10 Aug 2006 12:04:02 -0700 Subject: rpms/blender/FC-5 blender.spec,1.25,1.26 Message-ID: <200608101904.k7AJ4ZAd011285@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11265 Modified Files: blender.spec Log Message: Remove %ghost for fullfilling new packaging guidelines Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/FC-5/blender.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- blender.spec 26 Jul 2006 20:12:23 -0000 1.25 +++ blender.spec 10 Aug 2006 19:04:02 -0000 1.26 @@ -3,7 +3,7 @@ Name: blender Version: 2.42 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -147,26 +147,14 @@ %{_bindir}/* %{_datadir}/applications/fedora-blender.desktop %{_datadir}/pixmaps/*.png -%dir %{blenderlib} -%{blenderlib}/.* -%{blenderlib}/VERSION -%{blenderlib}/bpydata/ -%{blenderlib}/*.py -%{blenderlib}/*.pyc -%ghost %{blenderlib}/*.pyo -%{blenderlib}/scripts/*[^o] -%ghost %{blenderlib}/scripts/*.pyo -%{blenderlib}/scripts/bpydata/*[^o] -%ghost %{blenderlib}/scripts/bpydata/*.pyo -%{blenderlib}/scripts/bpymodules/*.py -%{blenderlib}/scripts/bpymodules/*.pyc -%ghost %{blenderlib}/scripts/bpymodules/*.pyo -%{blenderlib}/scripts/bpymodules/colladaImEx/*[^o] -%ghost %{blenderlib}/scripts/bpymodules/colladaImEx/*.pyo +%{blenderlib}/ %{plugins}/ %{_datadir}/mime/packages/blender.xml %changelog +* Thu Aug 10 2006 Jochen Schmitt 2.42-6 +- Remove %%ghost for pyo files for fullfilling new packaging guidelines + * Wed Jul 26 2006 Jochen Schmitt 2.42-5 - Fix symlink in blender-wrapper to locale From fedora-extras-commits at redhat.com Thu Aug 10 19:56:17 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Thu, 10 Aug 2006 12:56:17 -0700 Subject: rpms/libapreq2/devel .cvsignore, 1.13, 1.14 libapreq2.spec, 1.17, 1.18 sources, 1.13, 1.14 Message-ID: <200608101956.k7AJuJle011688@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11663 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump to to 2.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 7 Aug 2006 03:47:07 -0000 1.13 +++ .cvsignore 10 Aug 2006 19:56:17 -0000 1.14 @@ -1 +1 @@ -libapreq2-2.08-RC5.tar.gz +libapreq2-2.08.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/libapreq2.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libapreq2.spec 7 Aug 2006 03:47:07 -0000 1.17 +++ libapreq2.spec 10 Aug 2006 19:56:17 -0000 1.18 @@ -2,13 +2,13 @@ Name: libapreq2 Version: 2.08 -Release: 0.rc5.1%{?dist} +Release: 1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -Source0: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz +Source0: http://www.apache.org/dist/httpd/libapreq/libapreq2-2.08.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -153,6 +153,9 @@ %changelog +* Fri Aug 11 2006 Bojan Smojver - 2.08-1 +- bump up to 2.08 + * Mon Aug 07 2006 Bojan Smojver - 2.08-0.rc5.1 - bump up to 2.08-RC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 7 Aug 2006 03:47:07 -0000 1.13 +++ sources 10 Aug 2006 19:56:17 -0000 1.14 @@ -1 +1 @@ -7b53df3138933c8c8137b328188b11ec libapreq2-2.08-RC5.tar.gz +9fb3deec448f74c455d4ffc13846ea9f libapreq2-2.08.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 19:56:25 2006 From: fedora-extras-commits at redhat.com (Bojan Smojver (bojan)) Date: Thu, 10 Aug 2006 12:56:25 -0700 Subject: rpms/libapreq2/FC-5 .cvsignore, 1.8, 1.9 libapreq2.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608101956.k7AJuRB0011711@cvs-int.fedora.redhat.com> Author: bojan Update of /cvs/extras/rpms/libapreq2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11667 Modified Files: .cvsignore libapreq2.spec sources Log Message: Bump up to 2.08. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 Feb 2006 21:11:26 -0000 1.8 +++ .cvsignore 10 Aug 2006 19:56:24 -0000 1.9 @@ -1 +1 @@ -libapreq2-2.07.tar.gz +libapreq2-2.08.tar.gz Index: libapreq2.spec =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/libapreq2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libapreq2.spec 1 Jun 2006 22:14:54 -0000 1.11 +++ libapreq2.spec 10 Aug 2006 19:56:24 -0000 1.12 @@ -1,15 +1,14 @@ %{!?apxs: %{expand:%%define apxs %{_sbindir}/apxs}} Name: libapreq2 -Version: 2.07 -Release: 2%{?dist} +Version: 2.08 +Release: 1%{?dist} Summary: Apache HTTP request library Group: System Environment/Libraries License: Apache Software License URL: http://httpd.apache.org/apreq/ -#Source0: http://www.cpan.org/authors/id/J/JO/JOESUF/%{name}-%{version}.tar.gz -Source0: http://people.apache.org/~joes/libapreq2-2.07.tar.gz +Source0: http://www.apache.org/dist/httpd/libapreq/libapreq2-2.08.tar.gz Source1: %{name}-httpd.conf Patch0: %{name}-build.patch Patch1: %{name}-2.07-rc3-ldflags.patch @@ -148,25 +147,28 @@ %defattr(-,root,root,-) %doc glue/perl/README %{perl_vendorarch}/auto/APR/ -%{perl_vendorarch}/Apache2/ %{perl_vendorarch}/APR/ +%{perl_vendorarch}/Apache2/ %{_mandir}/man3/A*::*.3* %changelog +* Fri Aug 11 2006 Bojan Smojver - 2.08-1 +- bump up to 2.08 + * Fri Jun 02 2006 Bojan Smojver - 2.07-2 -- add -fno-strict-aliasing to CFLAGS (prevent endless loop) +- add -fno-strict-aliasing to CFLAGS (prevent endless loop) -* Wed Mar 01 2006 Bojan Smojver - 2.07-1.1 +* Wed Mar 01 2006 Bojan Smojver - 2.07-1.1 - rebuild -* Mon Feb 13 2006 Bojan Smojver - 2.07-1 +* Mon Feb 13 2006 Bojan Smojver - 2.07-1 - bump up to 2.07 -* Fri Feb 03 2006 Bojan Smojver - 2.07-0.2.rc4 +* Fri Feb 03 2006 Bojan Smojver - 2.07-0.2.rc4 - re-tag for rebuild -* Fri Feb 03 2006 Bojan Smojver - 2.07-0.1.rc4 +* Fri Feb 03 2006 Bojan Smojver - 2.07-0.1.rc4 - bump up to 2.07-rc4 * Sat Dec 10 2005 Ville Skytt?? - 2.07-0.2.rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libapreq2/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 Feb 2006 21:11:26 -0000 1.8 +++ sources 10 Aug 2006 19:56:24 -0000 1.9 @@ -1 +1 @@ -6f2e5e4a14e8b190dead0fe91fc13080 libapreq2-2.07.tar.gz +9fb3deec448f74c455d4ffc13846ea9f libapreq2-2.08.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 20:16:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:16:50 -0700 Subject: rpms/pinball - New directory Message-ID: <200608102016.k7AKGqih014570@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14544/pinball Log Message: Directory /cvs/extras/rpms/pinball added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:16:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:16:51 -0700 Subject: rpms/pinball/devel - New directory Message-ID: <200608102016.k7AKGrbS014573@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14544/pinball/devel Log Message: Directory /cvs/extras/rpms/pinball/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:17:07 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:17:07 -0700 Subject: rpms/pinball Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102017.k7AKH9KR014622@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14589 Added Files: Makefile import.log Log Message: Setup of module pinball --- NEW FILE Makefile --- # Top level Makefile for module pinball all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:17:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:17:08 -0700 Subject: rpms/pinball/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102017.k7AKHARV014625@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14589/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pinball --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:21:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:21:20 -0700 Subject: rpms/pinball import.log,1.1,1.2 Message-ID: <200608102021.k7AKLMR5014721@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14683 Modified Files: import.log Log Message: auto-import pinball-0.3.1-5 on branch devel from pinball-0.3.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pinball/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:17:07 -0000 1.1 +++ import.log 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +pinball-0_3_1-5:HEAD:pinball-0.3.1-5.src.rpm:1155241632 From fedora-extras-commits at redhat.com Thu Aug 10 20:21:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:21:21 -0700 Subject: rpms/pinball/devel pinball-0.3.1-hiscore.patch, NONE, 1.1 pinball-0.3.1-sys-ltdl.patch, NONE, 1.1 pinball.desktop, NONE, 1.1 pinball.png, NONE, 1.1 pinball.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102021.k7AKLNjc014730@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14683/devel Modified Files: .cvsignore sources Added Files: pinball-0.3.1-hiscore.patch pinball-0.3.1-sys-ltdl.patch pinball.desktop pinball.png pinball.spec Log Message: auto-import pinball-0.3.1-5 on branch devel from pinball-0.3.1-5.src.rpm pinball-0.3.1-hiscore.patch: --- NEW FILE pinball-0.3.1-hiscore.patch --- --- pinball-0.3.1/src/Table.cpp~ 2006-08-03 14:59:16.000000000 +0200 +++ pinball-0.3.1/src/Table.cpp 2006-08-03 14:59:16.000000000 +0200 @@ -247,14 +247,9 @@ // Clear old high scores m_mapHighScores.clear(); - //!rzr+ : fix w32 - string sFileName = m_sTableName + "/" + HIGH_SCORES_FILENAME; -#ifdef RZR_PATHRELATIVE - sFileName = string( Config::getInstance()->getExeDir() ) - +"/"+ m_sTableName +".cfg"; -#else - sFileName = string(EM_HIGHSCORE_DIR) + "/" + sFileName; -#endif //!rzr- + char *home = getenv("HOME"); + string sFileName = string(home? home:".") + "/.emilia/" + m_sTableName + + ".hiscore"; ifstream file(sFileName.c_str()); if (!file) { @@ -308,14 +303,10 @@ cerr << "No current table name! (the first time is normal...)" << endl; return false; } - //!rzr+ : fix w32 - string sFileName = m_sTableName + "/" + HIGH_SCORES_FILENAME; -#ifdef RZR_PATHRELATIVE - sFileName = string( Config::getInstance()->getExeDir() ) - +"/"+ m_sTableName +".cfg"; -#else - sFileName = string(EM_HIGHSCORE_DIR) + "/" + sFileName; -#endif //!rzr- + + char *home = getenv("HOME"); + string sFileName = string(home? home:".") + "/.emilia/" + m_sTableName + + ".hiscore"; ofstream file(sFileName.c_str());//, ios_base::out | ios_base::trunc); if (!file) { pinball-0.3.1-sys-ltdl.patch: --- NEW FILE pinball-0.3.1-sys-ltdl.patch --- --- pinball-0.3.1/Makefile.in~ 2006-08-03 12:18:40.000000000 +0200 +++ pinball-0.3.1/Makefile.in 2006-08-03 12:18:40.000000000 +0200 @@ -107,7 +107,7 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libltdl addon base data src test +SUBDIRS = addon base data src test EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop --- pinball-0.3.1/src/Makefile.in~ 2006-08-03 12:20:12.000000000 +0200 +++ pinball-0.3.1/src/Makefile.in 2006-08-03 12:20:12.000000000 +0200 @@ -114,9 +114,9 @@ pinlib_LIBRARIES = libemilia_pin.a -INCLUDES = -I../base -I../addon @INCLTDL@ +INCLUDES = -I../base -I../addon -pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl pinball_LDFLAGS = -export-dynamic pinball_SOURCES = Pinball.cpp --- pinball-0.3.1/src/Makefile.am~ 2006-08-03 12:20:35.000000000 +0200 +++ pinball-0.3.1/src/Makefile.am 2006-08-03 12:20:35.000000000 +0200 @@ -7,9 +7,9 @@ pinlib_LIBRARIES = libemilia_pin.a -INCLUDES = -I../base -I../addon @INCLTDL@ +INCLUDES = -I../base -I../addon -pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +pinball_LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl pinball_LDFLAGS = -export-dynamic pinball_SOURCES = Pinball.cpp --- pinball-0.3.1/Makefile.am~ 2006-08-03 12:18:12.000000000 +0200 +++ pinball-0.3.1/Makefile.am 2006-08-03 12:18:12.000000000 +0200 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = libltdl addon base data src test +SUBDIRS = addon base data src test EXTRA_DIST = bootstrap pinball.spec clean pinball.desktop --- pinball-0.3.1/configure.ac~ 2006-08-03 12:17:50.000000000 +0200 +++ pinball-0.3.1/configure.ac 2006-08-03 12:17:50.000000000 +0200 @@ -14,19 +14,13 @@ CFLAGS="-g -W -Wall -O2" CXXFLAGS="-g -W -Wall -O2" -AC_CONFIG_SUBDIRS(libltdl) - dnl Checks for programs. AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL AC_LIBTOOL_DLOPEN -AC_LIBLTDL_CONVENIENCE AC_PROG_LIBTOOL -AC_SUBST(INCLTDL) -AC_SUBST(LIBLTDL) - dnl ******************************************* dnl PATHS AND DIRS **************************** dnl data dirs, fuck I hate autoconf, spent 4 hours getting this right, had to --- pinball-0.3.1/test/Makefile.in~ 2006-08-03 12:21:11.000000000 +0200 +++ pinball-0.3.1/test/Makefile.in 2006-08-03 12:21:11.000000000 +0200 @@ -112,8 +112,8 @@ noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest -INCLUDES = -I../base -I../addon -I../src @INCLTDL@ -LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +INCLUDES = -I../base -I../addon -I../src +LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl testlib_LTLIBRARIES = libModuleTest.la --- pinball-0.3.1/test/Makefile.am~ 2006-08-03 12:20:53.000000000 +0200 +++ pinball-0.3.1/test/Makefile.am 2006-08-03 12:20:53.000000000 +0200 @@ -6,8 +6,8 @@ noinst_PROGRAMS = scale simple light texture load explode collision signal billboard font thread menu joy sound trans math misc varray unittest dnl noinst_PROGRAMS = unittest -INCLUDES = -I../base -I../addon -I../src @INCLTDL@ -LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a @LIBLTDL@ +INCLUDES = -I../base -I../addon -I../src +LDADD = ../src/libemilia_pin.a ../addon/libemilia_addon.a ../base/libemilia_base.a -lltdl testlib_LTLIBRARIES = libModuleTest.la --- pinball-0.3.1/configure~ 2006-08-03 12:16:59.000000000 +0200 +++ pinball-0.3.1/configure 2006-08-03 12:16:59.000000000 +0200 @@ -431,7 +431,6 @@ PACKAGE_STRING='pinball 0.3.1' PACKAGE_BUGREPORT='henqvist at users.sourceforge.net' -ac_subdirs_all="$ac_subdirs_all libltdl" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -469,7 +468,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE subdirs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL INCLTDL LIBLTDL EM_DATADIR EM_LIBDIR EM_BUILD_ROOT EM_HIGHSCORE_DIR X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS MATHLIB GL_LIBS SDL_CONFIG SD! L_CFLAGS SDL_LIBS ALLEGRO_CONFIG ALLEGRO_CFLAGS ALLEGRO_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE subdirs CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL EM_DATADIR EM_LIBDIR EM_BUILD_ROOT EM_HIGHSCORE_DIR X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS MATHLIB GL_LIBS SDL_CONFIG SDL_CFLAGS SDL_LIB! S ALLEGRO_CONFIG ALLEGRO_CFLAGS ALLEGRO_LIBS CPPUNIT_CONFIG CPPUNIT_CFLAGS CPPUNIT_LIBS LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -1959,7 +1958,6 @@ -subdirs="$subdirs libltdl" ac_ext=c @@ -3439,18 +3437,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - case $enable_ltdl_convenience in - no) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5 -echo "$as_me: error: this package needs a convenience libltdl" >&2;} - { (exit 1); exit 1; }; } ;; - "") enable_ltdl_convenience=yes - ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; - esac - LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la - LTDLINCL='-I${top_srcdir}/''libltdl' - # For backwards non-gettext consistent compatibility... - INCLTDL="$LTDLINCL" - # Check whether --enable-shared or --disable-shared was given. if test "${enable_shared+set}" = set; then enableval="$enable_shared" @@ -11788,8 +11774,6 @@ s, at CPP@,$CPP,;t t s, at EGREP@,$EGREP,;t t s, at LIBTOOL@,$LIBTOOL,;t t -s, at INCLTDL@,$INCLTDL,;t t -s, at LIBLTDL@,$LIBLTDL,;t t s, at EM_DATADIR@,$EM_DATADIR,;t t s, at EM_LIBDIR@,$EM_LIBDIR,;t t s, at EM_BUILD_ROOT@,$EM_BUILD_ROOT,;t t --- NEW FILE pinball.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Pinball Comment=Emilia Pinball game Exec=pinball Icon=pinball.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE pinball.spec --- Summary: Emilia Pinball game Name: pinball Version: 0.3.1 Release: 5%{?dist} Source0: http://dl.sf.net/sourceforge/pinball/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png Patch0: pinball-0.3.1-sys-ltdl.patch Patch1: pinball-0.3.1-hiscore.patch License: GPL Group: Amusements/Games URL: http://pinball.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libXt-devel freeglut-devel SDL_image-devel SDL_mixer-devel BuildRequires: libpng-devel libvorbis-devel libtool-ltdl-devel BuildRequires: desktop-file-utils %description The Emilia Pinball project is an open source pinball simulator for linux and other unix systems. The current release is a stable and mature alpha. There is only one level to play with but it is however very addictive. %package devel Summary: Development Headers and Libraries for Emilia Pinball Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Development Headers and Libraries for Emilia Pinball %prep %setup -q %patch0 -p1 -z .sys-ltdl %patch1 -p1 -z .hiscore rm -fr libltdl # sigh stop autoxxx from rerunning because of our patches above. touch aclocal.m4 touch configure touch `find -name Makefile.in` touch pinconfig.h.in # cleanup a bit chmod -x ChangeLog */*.h */*.cpp data/*/Module*.cpp %build %configure make CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # remove unused global higescorefiles: rm -fr $RPM_BUILD_ROOT%{_localstatedir} # remove unused test module rm $RPM_BUILD_ROOT%{_libdir}/%{name}/libModuleTest.* # .la files are needed for ltdl rm $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.{a,so} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc README ChangeLog %{_bindir}/%{name} %dir %{_libdir}/%{name} %{_libdir}/%{name}/lib*.so.* %{_libdir}/%{name}/lib*.la %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png %files devel %defattr(-,root,root,-) %{_bindir}/%{name}-config %{_includedir}/%{name} %changelog * Thu Aug 10 2006 Hans de Goede 0.3.1-5 - Add missing rm -rf $RPM_BUILD_ROOT to %%install * Fri Aug 4 2006 Hans de Goede 0.3.1-4 - Make building use / honor $RPM_OPT_FLAGS - Add missing BR: libtool-ltdl-devel - Remove %%{?_smp_mflags} as that breaks building when actually set * Thu Aug 3 2006 Hans de Goede 0.3.1-3 - Cleaned up specfile for Fedora Extras submission, based on Che's newrpms spec - Use system ltdl * Sat Apr 05 2003 che - upgrade to version 0.2.0a * Mon Mar 03 2003 Che - upgrade to version 0.1.3 * Mon Nov 04 2002 Che - upgrade to version 0.1.1 * Wed Oct 30 2002 Che - initial rpm release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:17:08 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +pinball-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:17:08 -0000 1.1 +++ sources 10 Aug 2006 20:21:20 -0000 1.2 @@ -0,0 +1 @@ +f28e8f49e0db8e9491e4d9f0c13c36c6 pinball-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 20:26:13 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:13 -0700 Subject: rpms/mbuffer - New directory Message-ID: <200608102026.k7AKQFOV014843@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14817/mbuffer Log Message: Directory /cvs/extras/rpms/mbuffer added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:26:14 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:14 -0700 Subject: rpms/mbuffer/devel - New directory Message-ID: <200608102026.k7AKQG9v014846@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14817/mbuffer/devel Log Message: Directory /cvs/extras/rpms/mbuffer/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:26:40 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:40 -0700 Subject: rpms/mbuffer Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102026.k7AKQg8s014890@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862 Added Files: Makefile import.log Log Message: Setup of module mbuffer --- NEW FILE Makefile --- # Top level Makefile for module mbuffer all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:26:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:26:41 -0700 Subject: rpms/mbuffer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102026.k7AKQhTq014893@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14862/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mbuffer --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:27:40 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:27:40 -0700 Subject: rpms/mbuffer import.log,1.1,1.2 Message-ID: <200608102027.k7AKRgCc015008@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14975 Modified Files: import.log Log Message: auto-import mbuffer-20060728-2 on branch devel from mbuffer-20060728-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/mbuffer/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:26:40 -0000 1.1 +++ import.log 10 Aug 2006 20:27:40 -0000 1.2 @@ -0,0 +1 @@ +mbuffer-20060728-2:HEAD:mbuffer-20060728-2.src.rpm:1155228964 From fedora-extras-commits at redhat.com Thu Aug 10 20:27:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:27:41 -0700 Subject: rpms/mbuffer/devel mbuffer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102027.k7AKRhgn015013@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14975/devel Modified Files: .cvsignore sources Added Files: mbuffer.spec Log Message: auto-import mbuffer-20060728-2 on branch devel from mbuffer-20060728-2.src.rpm --- NEW FILE mbuffer.spec --- Name: mbuffer Summary: Measuring Buffer is an enhanced version of buffer Version: 20060728 Release: 2%{?dist} License: GPL Group: Applications/File URL: http://www.maier-komor.de/mbuffer.html Source0: http://www.maier-komor.de/software/mbuffer/mbuffer-%{version}.tgz BuildRequires: mt-st %{?_with_md5hash:BuildRequires: mhash-devel} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Measuring Buffer is an enhanced version of buffer. It features display of throughput, memory-mapped file I/O for huge buffers, and multithreading. Available rpmbuild rebuild option : --with md5hash (requires mhash-devel) %prep %setup -q sed -i -e 's|/usr/local||' mbuffer.1.in %build # suppress detection of MD5_Init functions if openssl-devel # is available on build system, let only mhash_init be # detected if the md5 hash feature is enabled export ac_cv_search_MD5_Init=no %configure \ %{!?_with_md5hash:--disable-md5} \ --enable-networking make %{?_smp_mflags} %install rm -rf %{buildroot} install -d %{buildroot}/bin install -d %{buildroot}%{_mandir}/man1 install -m 755 mbuffer %{buildroot}/bin/mbuffer install -m 644 mbuffer.1 %{buildroot}%{_mandir}/man1/ %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING README ChangeLog /bin/mbuffer %{_mandir}/man1/mbuffer.1* %changelog * Thu Aug 10 2006 Alexander Dalloz - 20060728-2 - Removed NEWS from %%doc because free of information. * Wed Aug 09 2006 Alexander Dalloz - 20060728-1 - Updated to latest version - Adjusted project URL and Source0. * Thu Aug 04 2005 Alexander Dalloz - 20050730-3 - Switched over to mhash for md5hash option instead of openssl use (thanks Paul Howarth) - md5hash disabled by default to not link against library in /usr/lib, mbuffer usable without /usr mounted. * Wed Aug 03 2005 Alexander Dalloz - 20050730-2 - Corrected Source0 URL - Adjusted binary location in man page - Added BR mt-st and conditional openssl-devel. * Tue Aug 02 2005 Alexander Dalloz - 20050730-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:26:41 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:27:41 -0000 1.2 @@ -0,0 +1 @@ +mbuffer-20060728.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:26:41 -0000 1.1 +++ sources 10 Aug 2006 20:27:41 -0000 1.2 @@ -0,0 +1 @@ +92310e1e06b248a22b37ad76f13c1339 mbuffer-20060728.tgz From fedora-extras-commits at redhat.com Thu Aug 10 20:30:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:30:15 -0700 Subject: comps comps-fe5.xml.in,1.68,1.69 comps-fe6.xml.in,1.33,1.34 Message-ID: <200608102030.k7AKUHpa015129@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15094/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add pinball Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- comps-fe5.xml.in 10 Aug 2006 17:53:04 -0000 1.68 +++ comps-fe5.xml.in 10 Aug 2006 20:30:15 -0000 1.69 @@ -257,6 +257,7 @@ nexuiz njam overgod + pinball pingus pipenightdreams powermanga Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- comps-fe6.xml.in 10 Aug 2006 17:53:04 -0000 1.33 +++ comps-fe6.xml.in 10 Aug 2006 20:30:15 -0000 1.34 @@ -258,6 +258,7 @@ nexuiz njam overgod + pinball pingus pipenightdreams powermanga From fedora-extras-commits at redhat.com Thu Aug 10 20:30:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:30:16 -0700 Subject: owners owners.list,1.1384,1.1385 Message-ID: <200608102030.k7AKUIK0015133@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15094/owners Modified Files: owners.list Log Message: Add pinball Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1384 retrieving revision 1.1385 diff -u -r1.1384 -r1.1385 --- owners.list 10 Aug 2006 16:35:24 -0000 1.1384 +++ owners.list 10 Aug 2006 20:30:15 -0000 1.1385 @@ -1512,6 +1512,7 @@ Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pikdev|IDE for development of PICmicro based application (under Linux/KDE)|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| +Fedora Extras|pinball|Emilia Pinball game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pinentry|Collection of simple PIN or passphrase entry dialogs|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|pingus|Guide the penguins safely home before they drop of the cliff|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|pipenightdreams|Connect the waterpipes to create a proper pipeline|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 20:36:25 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Thu, 10 Aug 2006 13:36:25 -0700 Subject: owners owners.list,1.1385,1.1386 Message-ID: <200608102036.k7AKaRWv015171@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15154/owners Modified Files: owners.list Log Message: mbuffer added hanged email address for keychain and pam_abl after change within bugzilla Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1385 retrieving revision 1.1386 diff -u -r1.1385 -r1.1386 --- owners.list 10 Aug 2006 20:30:15 -0000 1.1385 +++ owners.list 10 Aug 2006 20:36:24 -0000 1.1386 @@ -663,7 +663,7 @@ Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| -Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|ad+rh-bugzilla at uni-x.org|extras-qa at fedoraproject.org| +Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kicad|Electronic schematic diagrams and printed circuit board artwork|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|kickpim|KDE kicker applet to access addressbook|rdieter at math.unl.edu|extras-qa at fedoraproject.org| @@ -879,6 +879,7 @@ Fedora Extras|mathml-fonts|Mathematical symbol fonts|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|maxima|Symbolic Computation Program|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|mboxgrep|Displays e-mail messages matching a pattern|andreas at bawue.net|extras-qa at fedoraproject.org| +Fedora Extras|mbuffer|Measuring Buffer is an enhanced version of buffer|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|mcrypt|Replacement for crypt()|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|meanwhile| Lotus Sametime Community Client library|jwboyer at jdub.homelinux.org|extras-qa at fedoraproject.org| Fedora Extras|mediawiki|The PHP-based wiki software behind Wikipedia|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| @@ -1033,7 +1034,7 @@ Fedora Extras|p0f|Versatile passive OS fingerprinting tool|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|p0rn-comfort|Support programs for browsing image-gallery sites|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|p7zip|Very high compression ratio file archiver|matthias at rpmforge.net|extras-qa at fedoraproject.org| -Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|ad+rh-bugzilla at uni-x.org|extras-qa at fedoraproject.org| +Fedora Extras|pam_abl|A Pluggable Authentication Module (PAM) for auto blacklisting|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|pam_keyring|A PAM module that executes gnome-keyring-daemon and unlocks the default keyring|redhat at flyn.org|extras-qa at fedoraproject.org| Fedora Extras|pam_mount|A PAM module that can mount volumes for a user session|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pam_mysql| PAM module for auth UNIX users using MySQL data base|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 20:46:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:23 -0700 Subject: rpms/alleggl - New directory Message-ID: <200608102046.k7AKkPZV015252@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15231/alleggl Log Message: Directory /cvs/extras/rpms/alleggl added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:46:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:23 -0700 Subject: rpms/alleggl/devel - New directory Message-ID: <200608102046.k7AKkP7i015255@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15231/alleggl/devel Log Message: Directory /cvs/extras/rpms/alleggl/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 10 20:46:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:45 -0700 Subject: rpms/alleggl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608102046.k7AKklwA015309@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15276 Added Files: Makefile import.log Log Message: Setup of module alleggl --- NEW FILE Makefile --- # Top level Makefile for module alleggl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 10 20:46:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:46:46 -0700 Subject: rpms/alleggl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608102046.k7AKkmpx015312@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15276/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module alleggl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 10 20:47:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:47:39 -0700 Subject: rpms/alleggl import.log,1.1,1.2 Message-ID: <200608102047.k7AKlf6S015375@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15342 Modified Files: import.log Log Message: auto-import alleggl-0.4.0-0.4.rc4 on branch devel from alleggl-0.4.0-0.4.rc4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/alleggl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 Aug 2006 20:46:45 -0000 1.1 +++ import.log 10 Aug 2006 20:47:39 -0000 1.2 @@ -0,0 +1 @@ +alleggl-0_4_0-0_4_rc4:HEAD:alleggl-0.4.0-0.4.rc4.src.rpm:1155243212 From fedora-extras-commits at redhat.com Thu Aug 10 20:47:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:47:40 -0700 Subject: rpms/alleggl/devel alleggl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608102047.k7AKlgtU015380@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15342/devel Modified Files: .cvsignore sources Added Files: alleggl.spec Log Message: auto-import alleggl-0.4.0-0.4.rc4 on branch devel from alleggl-0.4.0-0.4.rc4.src.rpm --- NEW FILE alleggl.spec --- %define pre_version rc4 Name: alleggl Version: 0.4.0 Release: 0.4.%{pre_version}%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel %description AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro. You use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, and drawing your textures. So this library fills the same hole that things like glut do. AllegroGL also automatically exposes most, if not all, OpenGL extensions available to user programs. This means you no longer have to manually load them; extension management is already done for you. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: allegro-devel libGL-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q -n %{name} %build %configure --disable-static make %{?_smp_mflags} 'LIB_BUILDER=gcc -shared -Wl,-soname,libagl.so.0 -o' \ CFLAGS="$RPM_OPT_FLAGS -ffast-math" %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # clean up messy alleggl install mv $RPM_BUILD_ROOT%{_libdir}/libagl.so $RPM_BUILD_ROOT%{_libdir}/libagl.so.0 chmod +x $RPM_BUILD_ROOT%{_libdir}/libagl.so.0 ln -s libagl.so.0 $RPM_BUILD_ROOT%{_libdir}/libagl.so # alleggl installs an autoheader generated header file which could very # well conflict with other autoheader generated header files, so we override # this with our own version which contains only the bare minimum: echo '#define ALLEGROGL_HAVE_DYNAMIC_LINK 1' \ > $RPM_BUILD_ROOT%{_includedir}/alleggl_config.h echo '#define ALLEGROGL_HAVE_XF86VIDMODE 1' \ >> $RPM_BUILD_ROOT%{_includedir}/alleggl_config.h # we don't want these files to end up under %%doc and there is no way # to %%exclude files from %%doc, so we remove them rm docs/html/index.hh? %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc bugs.txt todo.txt %{_libdir}/libagl.so.0 %files devel %defattr(-,root,root,-) %doc extensions.txt faq.txt howto.txt quickstart.txt docs/html %{_includedir}/* %{_libdir}/libagl.so %changelog * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit * Fri Aug 4 2006 Hans de Goede 0.4.0-0.3.rc4 - Add missing BRs: libXext-devel and libXpm-devel * Thu Aug 3 2006 Hans de Goede 0.4.0-0.2.rc4 - Replace installed autoheader generated header file with our own version which contains only the nescesarry alleggl specific defines, thus avoiding possible conflicts with other autoheader generated headers. * Thu Aug 3 2006 Hans de Goede 0.4.0-0.1.rc4 - Initial Fedora Extras package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 Aug 2006 20:46:46 -0000 1.1 +++ .cvsignore 10 Aug 2006 20:47:40 -0000 1.2 @@ -0,0 +1 @@ +alleggl-0.4.0_rc4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 Aug 2006 20:46:46 -0000 1.1 +++ sources 10 Aug 2006 20:47:40 -0000 1.2 @@ -0,0 +1 @@ +0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 10 20:52:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 10 Aug 2006 13:52:09 -0700 Subject: owners owners.list,1.1386,1.1387 Message-ID: <200608102052.k7AKqBb5015491@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15472 Modified Files: owners.list Log Message: added alleggl Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1386 retrieving revision 1.1387 diff -u -r1.1386 -r1.1387 --- owners.list 10 Aug 2006 20:36:24 -0000 1.1386 +++ owners.list 10 Aug 2006 20:52:08 -0000 1.1387 @@ -33,6 +33,7 @@ Fedora Extras|airsnort|Wireless LAN (WLAN) tool which recovers encryption keys|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|akode|Audio-decoding framework|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|alacarte|Simple menu editor for GNOME|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net +Fedora Extras|alleggl|OpenGL support library for Allegro|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|allegro|A game programming library|jnovy at redhat.com|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|AllegroOGG|Ogg library for use with the Allegro game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|alltray|Dock any application in the tray|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 10 21:33:01 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 10 Aug 2006 14:33:01 -0700 Subject: rpms/lilypond/devel .cvsignore, 1.3, 1.4 lilypond.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608102133.k7ALX3Sg018213@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18192 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 14:59:34 -0000 1.3 +++ .cvsignore 10 Aug 2006 21:33:01 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4.tar.gz +lilypond-2.8.6.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/lilypond.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond.spec 6 Jun 2006 14:59:34 -0000 1.2 +++ lilypond.spec 10 Aug 2006 21:33:01 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Thu Aug 10 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 14:59:34 -0000 1.3 +++ sources 10 Aug 2006 21:33:01 -0000 1.4 @@ -1 +1 @@ -3db85f95f1717ba89f1c86bf433dc9db lilypond-2.8.4.tar.gz +e1c2e8c337e7b46e8f4210882597deac lilypond-2.8.6.tar.gz From fedora-extras-commits at redhat.com Thu Aug 10 21:43:05 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 10 Aug 2006 14:43:05 -0700 Subject: rpms/lilypond-doc/devel .cvsignore, 1.3, 1.4 lilypond-doc.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608102143.k7ALh7jt018271@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18250 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 17:17:43 -0000 1.3 +++ .cvsignore 10 Aug 2006 21:43:05 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4-1.documentation.tar.bz2 +lilypond-2.8.6-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/lilypond-doc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond-doc.spec 6 Jun 2006 17:17:43 -0000 1.2 +++ lilypond-doc.spec 10 Aug 2006 21:43:05 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Thu Aug 10 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 17:17:43 -0000 1.3 +++ sources 10 Aug 2006 21:43:05 -0000 1.4 @@ -1 +1 @@ -515b50bba689fe8d491f2b6836c324a6 lilypond-2.8.4-1.documentation.tar.bz2 +1e460125fcf9a7c2223e0282c99d32ac lilypond-2.8.6-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 10 23:20:09 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:20:09 -0700 Subject: rpms/emelfm2/devel e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.11, 1.12 Message-ID: <200608102320.k7ANKBsV023907@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23887 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix some serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emelfm2.spec 6 Aug 2006 22:22:41 -0000 1.11 +++ emelfm2.spec 10 Aug 2006 23:20:09 -0000 1.12 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Thu Aug 10 23:30:19 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:30:19 -0700 Subject: rpms/emelfm2/FC-5 e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.11, 1.12 Message-ID: <200608102330.k7ANUL8a024045@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24025 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-5/emelfm2.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- emelfm2.spec 6 Aug 2006 22:28:09 -0000 1.11 +++ emelfm2.spec 10 Aug 2006 23:30:19 -0000 1.12 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Thu Aug 10 23:31:22 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 10 Aug 2006 16:31:22 -0700 Subject: rpms/emelfm2/FC-4 e2-0.1.8-06-08-09.patch, NONE, 1.1 emelfm2.spec, 1.7, 1.8 Message-ID: <200608102331.k7ANVOi7024091@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24071 Modified Files: emelfm2.spec Added Files: e2-0.1.8-06-08-09.patch Log Message: Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs e2-0.1.8-06-08-09.patch: --- NEW FILE e2-0.1.8-06-08-09.patch --- --- plugins/e2p_config.c 2006-06-23 01:03:45.000000000 -0400 +++ plugins/e2p_config.c 2006-08-09 11:15:13.000000000 -0400 @@ -526,5 +526,9 @@ if (e2_option_bool_get ("confirm-overwrite")) { +#ifdef FILES_UTF8ONLY + gchar *dlocal = F_FILENAME_TO_LOCALE ((gchar *)savepath); +#else gchar *dlocal = F_FILENAME_TO_LOCALE (savepath); +#endif if (e2_fs_access2 (dlocal) == 0) { @@ -974,5 +978,9 @@ else openpath = ICON_DIR; +#ifdef FILES_UTF8ONLY + gchar *local = F_FILENAME_TO_LOCALE ((gchar *)openpath); +#else gchar *local = F_FILENAME_TO_LOCALE (openpath); +#endif //default icons in config dir if it's usable if (!e2_fs_is_dir3 (local) || e2_fs_access (local, R_OK | X_OK)) --- plugins/e2p_rename_ext.c 2006-08-02 09:38:04.000000000 -0400 +++ plugins/e2p_rename_ext.c 2006-08-05 23:03:49.000000000 -0400 @@ -266,6 +266,7 @@ * before this is called * - * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate + * @param oldtemplate search pattern string (utf8) possibly with 'extended' regex as appropriate, or NULL * @param oldpath absolute path (utf8 string) of item to be changed + * @param rt pointer to dialog data struct * * @return replacement name, newly allocated utf8 string @@ -591,8 +592,8 @@ if (regcomp (&compiled, old, REG_EXTENDED)) { + result = FALSE; tmp2 = g_strdup_printf (_("Error in regualar expression %s"), old); e2_output_print_error (tmp2, TRUE); - result = FALSE; } else @@ -677,4 +678,41 @@ g_ptr_array_free (data.candidates, FALSE); + if (_e2pr_get_flag (NEW_THIS_P)) + { + //for OLD_SEL_P, tmp2 is set inside remame loop + if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) + { //wildcard or specific names used + //adjust the find pattern, by replacing all '.', '*' and '?' + //in the pattern with their extended regex equivalents + gchar **split = g_strsplit (old, ".", -1); + tmp2 = g_strjoinv ("\\.", split); + g_strfreev (split); + split = g_strsplit (tmp2, "*", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.*)", split); + g_strfreev (split); + split = g_strsplit (tmp2, "?", -1); + g_free (tmp2); + tmp2 = g_strjoinv ("(.)", split); //freeme later + g_strfreev (split); + // printd (DEBUG, "wildcard rename pattern is %s", pattern); + //get the chunks of the replacement pattern + _e2pr_parse_wildpattern (new, rt); + } + else if (_e2pr_get_flag (OLD_REGEX_P)) + { //regex names (actually, paths) used + //convert the name using the same regex as 'find' used + tmp2 = (gchar *)old; + //get the chunks of the replacement pattern + _e2pr_parse_regexpattern (new, rt); + } + else //(OLD_SEL_P) + //CHECKME we can't match a new pattern against selected + //item name, but \0 would be ok ? + _e2pr_parse_regexpattern (new, rt); + } + else //we are just changing case + tmp2 = NULL; //don't need an old or new pattern + if (_e2pr_get_flag (NEW_LOWER_P)) //, rt)) rt->modeflags |= E2PR_LOWER; @@ -714,48 +752,10 @@ gchar *base = g_path_get_basename (*thisone); gchar *dir = g_path_get_dirname (*thisone); - gchar *newbase; - if (rt->modeflags & E2PR_SEL) - { - tmp2 = g_strdup (base); - } - else if (rt->modeflags & E2PR_SAME) - { - if (!rt->parsed) - { //we haven't got the replacement chunks yet, get them now - gchar **split; - if (_e2pr_get_flag (OLD_WILD_P)) //, rt)) - { //wildcard or specific names used - //adjust the find pattern, by replacing all '.', '*' and '?' - //in the pattern with their extended regex equivalents - split = g_strsplit (old, ".", -1); - tmp2 = g_strjoinv ("\\.", split); - g_strfreev (split); - split = g_strsplit (tmp2, "*", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.*)", split); - g_strfreev (split); - split = g_strsplit (tmp2, "?", -1); - g_free (tmp2); - tmp2 = g_strjoinv ("(.)", split); - g_strfreev (split); - // printd (DEBUG, "wildcard rename pattern is %s", pattern); - //get the chunks of the replacement pattern - _e2pr_parse_wildpattern (new, rt); - } - else - { //regex names (actually, paths) used - tmp2 = g_strdup (old); - //get the chunks of the replacement pattern - _e2pr_parse_regexpattern (new, rt); - //we will convert the name using the same regex as 'find' used - } - rt->parsed = TRUE; - } - } - else //we are just changing case - tmp2 = g_strdup (old); + //for other cases, tmp2 is set outside loop + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_SEL_P)) + tmp2 = base; //get the replacement basename - newbase = _e2pr_name_replace (tmp2, *thisone, rt); + gchar *newbase = _e2pr_name_replace (tmp2, *thisone, rt); //ask, if the confirm option is is force, and the parent's stop btn not pressed @@ -862,6 +862,7 @@ //cleanups - g_strfreev (candidates); + if ((rt->modeflags & E2PR_SAME) && _e2pr_get_flag (OLD_WILD_P)) g_free (tmp2); + g_strfreev (candidates); gint j; for (j=0;j 4) ? FALSE : TRUE; e2_cl_options.ignore_problems = FALSE; +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = g_build_filename (g_get_user_data_dir (), "Trash", "files", NULL); +#else freeme = e2_utf8_filename_from_locale (g_get_user_data_dir ()); e2_cl_options.trash_dir = g_build_filename (freeme, "Trash", "files", NULL); g_free (freeme); - +#endif gint c, d = 0; while (1) @@ -158,5 +166,9 @@ g_free (e2_cl_options.config_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -165,10 +177,14 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.config_dir = convert; +#else e2_cl_options.config_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting config directory '%s'", e2_cl_options.config_dir); break; - #ifdef DEBUG_MESSAGES +#ifdef DEBUG_MESSAGES case 'd': printd (DEBUG, "setting debug level '%s'", optarg); @@ -185,5 +201,5 @@ } break; - #endif +#endif case 'e': g_free (e2_cl_options.encoding); @@ -205,5 +221,9 @@ g_free (e2_cl_options.trash_dir); if (g_path_is_absolute (optarg)) +#ifdef FILES_UTF8ONLY + convert = g_strdup (optarg); +#else convert = optarg; +#endif else { @@ -212,7 +232,11 @@ g_free (freeme); } +#ifdef FILES_UTF8ONLY + e2_cl_options.trash_dir = convert; +#else e2_cl_options.trash_dir = e2_utf8_filename_from_locale (convert); if (convert != optarg) g_free (convert); +#endif printd (DEBUG, "setting trash directory '%s'", e2_cl_options.trash_dir); break; --- src/config/e2_option__default.c 2006-07-15 20:31:46.000000000 -0400 +++ src/config/e2_option__default.c 2006-08-09 11:13:46.000000000 -0400 @@ -239,5 +239,5 @@ E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); - e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in each file list"), + e2_option_bool_register ("show-updir-entry", group_name, _("show parent directory entry '..' in file lists"), _("This slows status-line updates"), NULL, FALSE, E2_OPTION_FLAG_BASIC | E2_OPTION_FLAG_BUILDLISTS); --- src/config/e2_option_tree.c 2006-07-22 18:53:08.000000000 -0400 +++ src/config/e2_option_tree.c 2006-08-07 17:33:42.000000000 -0400 @@ -160,4 +160,6 @@ //clean up gtk_tree_path_free (path); + //revert focus to edited row + gtk_widget_grab_focus (set->widget); } --- src/dialogs/e2_edit_dialog.c 2006-07-30 22:00:36.000000000 -0400 +++ src/dialogs/e2_edit_dialog.c 2006-08-08 02:02:26.000000000 -0400 @@ -355,6 +355,13 @@ E2_ViewDialogRuntime *rt) { + if (!gtk_text_buffer_get_modified (GTK_TEXT_BUFFER (rt->textbuffer))) + return; //no point in reloading + DialogButtons choice = e2_dialog_warning ( + _("Reverting to saved version cannot be undone")); + if (choice == OK) + { e2_view_dialog_read_text (rt); //probably won't fail when refreshing gtk_text_buffer_set_modified (rt->textbuffer, FALSE); + } gtk_widget_grab_focus (rt->textview); } @@ -615,5 +622,5 @@ e2_menu_add_action (menu, _("Se_ttings"), GTK_STOCK_PREFERENCES, _("Open the configuration dialog at the options page"), - item_name, _C(40), //_("view") + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -1046,5 +1053,5 @@ { //edit output pane buffer const gchar *home = g_get_home_dir (); - gchar *utf = F_FILENAME_FROM_LOCALE (home); + gchar *utf = F_FILENAME_FROM_LOCALE ((gchar *)home); gchar *name = g_strconcat (_C(27), "-", _A(39), NULL); //_("output-edit") rt->filepath = g_build_filename (utf, name, NULL); @@ -1082,4 +1089,6 @@ // gtk_label_set_line_wrap (GTK_LABEL (label), FALSE); gtk_label_set_selectable (GTK_LABEL (label), TRUE); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -1100,10 +1109,13 @@ rt->history = e2_list_copy_with_data (find_history); //CHECKME why copy these ? rt->rephistory = e2_list_copy_with_data (replace_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + + //action_area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/dialogs/e2_permissions_dialog.c 2006-07-22 19:19:20.000000000 -0400 +++ src/dialogs/e2_permissions_dialog.c 2006-08-08 00:49:11.000000000 -0400 @@ -374,4 +374,12 @@ statbuf.st_mode & S_ISVTX, &rt); + if (!rt.permission || !thisis_dir) + { + //prevent testing of missing widgets in the response cb + rt.recurse_button = NULL; + rt.recurse_dirs_button = NULL; + rt.recurse_other_button = NULL; + } + if (rt.permission) { @@ -421,12 +429,7 @@ } else //no right to change object permissions - { - //prevent testing of missing widgets in the response cb - rt.recurse_button = NULL; - rt.recurse_dirs_button = NULL; - rt.recurse_other_button = NULL; //show message e2_ownership_dialog_warn (dialog_vbox); - } + g_string_free (label_text, TRUE); --- src/dialogs/e2_view_dialog.c 2006-07-31 01:39:58.000000000 -0400 +++ src/dialogs/e2_view_dialog.c 2006-08-07 17:33:42.000000000 -0400 @@ -442,6 +442,6 @@ item_name = g_strconcat (_A(2),".",_A(32),NULL); e2_menu_add_action (menu, _("_Settings"), GTK_STOCK_PREFERENCES, - _("Open the configuration dialog at the view options page"), - item_name, _C(40), //_("view") + _("Open the configuration dialog at the options page"), + item_name, _C(9), //_("dialogs") NULL); g_free(item_name); @@ -907,4 +907,6 @@ gtk_window_set_type_hint (GTK_WINDOW (rt->dialog), GDK_WINDOW_TYPE_HINT_NORMAL); + + e2_widget_add_separator (GTK_DIALOG (rt->dialog)->vbox, FALSE, 0); //create the view GtkWidget *sw = e2_widget_add_sw (GTK_DIALOG (rt->dialog)->vbox, @@ -927,10 +929,12 @@ rt->history = e2_list_copy_with_data (find_history); - //action area is a GtkHButtonBox, things can't be stacked - //vertically there - //so we put the search panel at the bottom of the dialog's vbox - rt->panel = e2_widget_add_box (GTK_DIALOG (rt->dialog)->vbox, - FALSE, 0, TRUE, FALSE, 0); - gtk_widget_hide (rt->panel); + //action area is a GtkHButtonBox packed at the end of the dialog's vbox + //ditto for dialog->separator + //locate find-bar between those 2 + rt->panel = e2_widget_get_box (TRUE, FALSE, 0); + gtk_box_pack_end (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, + FALSE, TRUE, E2_PADDING_XSMALL); + gtk_box_reorder_child (GTK_BOX (GTK_DIALOG (rt->dialog)->vbox), rt->panel, 1); + //add handlebox GtkWidget *hndlbox = gtk_handle_box_new (); --- src/e2_context_menu.c 2006-07-17 06:49:08.000000000 -0400 +++ src/e2_context_menu.c 2006-08-07 17:34:35.000000000 -0400 @@ -512,5 +512,5 @@ g_strconcat("\t",_("_Edit plugins.."),"|gtk-preferences|false|false|",_A(2),".",_C(33),"|",NULL), g_strconcat(_("_User commands"),"|user_commands_"E2IP".png|false|false|",_A(18),"|",NULL), - g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|%{",_("Enter file name:"),"}",NULL), //_A(16) + g_strconcat("\t",_("_Make new file.."),"|gtk-new|false|true|touch|'%{",_("Enter file name:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Compare files"),"||false|true|>cmp|-s %f %F && echo \"",_("The files are identical"),"\"\\n \\|\\| echo \"",_("The files are different"),"\"\\n",NULL), //_A(16) g_strconcat("\t",_("Compare _directories"),"||false|true|diff|%d %D",NULL), //_A(16) @@ -518,5 +518,5 @@ g_strconcat("\t",_("_Remove spaces"),"||false|true|>mv|%f `echo %f \\| sed -e 's/ //g'` 2>/dev/null &",NULL), //_A(16) g_strconcat("\t",_("_Split file.."),"||false|true|split|-b %{",_("Enter the piece-size (in kB):"),"}k %f %f_",NULL), //_A(16) - g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > %{",_("Enter the name of the combined file:"),"}",NULL), //_A(16) + g_strconcat("\t",_("Co_ncatenate files.."),"||false|true|cat|%f > '%{",_("Enter the name of the combined file:"),"}'",NULL), //_A(16) g_strconcat("\t",_("_Free space"),"||false|true|>stat|-f %d \\| awk '/Blocks/ {printf \"%2.1f ", _("percent free"),"\",$5/$3*100}'",NULL), //_A(16) g_strconcat("\t||false|true|",_A(17),"|",NULL), --- src/e2_fileview.c 2006-08-05 06:34:20.000000000 -0400 +++ src/e2_fileview.c 2006-08-09 11:30:27.000000000 -0400 @@ -1670,5 +1670,5 @@ /** * @brief update filters for treeview - * This changes model, and attaches view to new model, as appropriate + * This changes model, and attaches view to new model * Assumes view attached to a model (store ?) * When new store is created, view->filtered_before will be false @@ -1732,4 +1732,7 @@ gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (view->model)); } + else //still unfiltered, make sure the filtermodel is applied + gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), view->model); + view->filtered_before = filtered_now; } @@ -2634,5 +2637,9 @@ GtkTreeSortable *sortable; GList *entries; +#ifdef E2_NEWREFRESH + if (view->refreshtype == E2_CHANGE) +#else if (view->refreshtype == E2_REFRESH || view->refreshtype == E2_CHANGE) +#endif { //construct relevant items data for store-filler @@ -2649,4 +2656,5 @@ } // printd (DEBUG, "current directory data loaded"); +#ifndef E2_NEWREFRESH #if defined (E2_FAM_INOTIFY) || defined (E2_FAM_DNOTIFY) || defined (E2_FAM_KQUEUE) if (view->refreshtype == E2_REFRESH) @@ -2659,4 +2667,5 @@ change after an item is processed in this refresh */ #endif //which fam +#endif //ndef E2_NEWREFRESH mdl = GTK_TREE_MODEL (view->store); sortable = GTK_TREE_SORTABLE (mdl); @@ -2673,5 +2682,4 @@ //make sure the store stays alive after the treeview unrefs the model g_object_ref (G_OBJECT (view->store)); -#endif /* for speed, and no-blanking in the case of repeated refreshes, detach model from view @@ -2679,4 +2687,5 @@ store-clear that we do this */ gtk_tree_view_set_model (GTK_TREE_VIEW (view->treeview), NULL); +#endif } else //doing a window recreation @@ -3310,5 +3319,7 @@ ACCESSED, access, CHANGED, change, + FORECOLOR, foreground, //maybe changed executable status -1); + //copy this so original can be cleared currinfoptr->statbuf = newinfoptr->statbuf; } --- src/e2_output.c 2006-07-25 19:48:56.000000000 -0400 +++ src/e2_output.c 2006-08-05 22:57:42.000000000 -0400 @@ -304,6 +304,6 @@ g_free (action); g_free (path); - ext = (gchar *)0x2; //prevent further handling } + ext = (gchar *)0x2; //prevent further handling } else Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/FC-4/emelfm2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- emelfm2.spec 6 Aug 2006 22:31:22 -0000 1.7 +++ emelfm2.spec 10 Aug 2006 23:31:22 -0000 1.8 @@ -1,6 +1,6 @@ Name: emelfm2 Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File @@ -8,6 +8,7 @@ URL: http://emelfm2.net/ Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz Patch0: emelfm2-makefile.config.patch +Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,6 +22,7 @@ %prep %setup -q +%patch1 -p0 -b .06-08-09 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -65,6 +67,9 @@ %changelog +* Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 +- Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. + * Sun Aug 06 2006 Christoph Wickert - 0.1.8-1 - Update to 0.1.8. From fedora-extras-commits at redhat.com Fri Aug 11 00:34:59 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 10 Aug 2006 17:34:59 -0700 Subject: rpms/xscreensaver/devel xscreensaver.spec,1.22,1.23 Message-ID: <200608110035.k7B0Z19e026937@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26920 Modified Files: xscreensaver.spec Log Message: * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- xscreensaver.spec 29 Jul 2006 02:30:07 -0000 1.22 +++ xscreensaver.spec 11 Aug 2006 00:34:58 -0000 1.23 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 15 +%define fedora_rel 16 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -55,7 +55,7 @@ BuildRequires: libXxf86vm-devel BuildRequires: libjpeg-devel BuildRequires: gtk2-devel libglade2-devel -Requires: fedora-release +BuildRequires: fedora-release Requires: /etc/pam.d/system-auth Requires: pam > %{pam_ver} Provides: xscreensaver = %{epoch}:%{version}-%{release} @@ -173,6 +173,11 @@ sed -e 's|\.[a-zA-Z][a-zA-Z0-9].*$||'`\|\' \ utils/version.h +# move man entry to 6x. +for f in `find hacks -name Makefile.in` ; do + sed -i -e '/^mansuffix/s|6|6x|' $f +done + ################################# # suppress rpmlint booing. # suppress about pam config (although this is @@ -297,6 +302,9 @@ %defattr(-,root,root) %changelog +* Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 +- Move man entry to 6x (bug #197741) + * Fri Jul 28 2006 Mamoru Tasaka - 1:5.00-15 - Rebuild again as fedora-release-5.91.1 is released. From fedora-extras-commits at redhat.com Fri Aug 11 02:22:32 2006 From: fedora-extras-commits at redhat.com (Dennis Gilmore (ausil)) Date: Thu, 10 Aug 2006 19:22:32 -0700 Subject: rpms/knetworkmanager/devel knetworkmanager-dbus.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 knetworkmanager.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608110222.k7B2MY7o032547@cvs-int.fedora.redhat.com> Author: ausil Update of /cvs/extras/rpms/knetworkmanager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32487 Modified Files: .cvsignore knetworkmanager.spec sources Added Files: knetworkmanager-dbus.patch Log Message: patch in DBUS qt3 support knetworkmanager-dbus.patch: --- NEW FILE knetworkmanager-dbus.patch --- diff -Nur knetworkmanager-orig/knetworkmanager/configure.in.in knetworkmanager/knetworkmanager/configure.in.in --- knetworkmanager-orig/knetworkmanager/configure.in.in 2006-03-30 05:26:31.000000000 -0600 +++ knetworkmanager/knetworkmanager/configure.in.in 2006-08-10 20:30:08.000000000 -0500 @@ -36,10 +36,6 @@ CPPFLAGS="$CPPFLAGS $PACKAGE_CFLAGS $all_includes" AC_LANG_SAVE AC_LANG_CPLUSPLUS - AC_CHECK_HEADER([dbus/connection.h],,[ - AC_MSG_WARN([You need D-BUS/Qt3 bindings]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - ]) CPPFLAGS=$safe_CPPFLAGS AC_LANG_RESTORE diff -Nur knetworkmanager-orig/knetworkmanager/src/connection.cpp knetworkmanager/knetworkmanager/src/connection.cpp --- knetworkmanager-orig/knetworkmanager/src/connection.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/connection.cpp 2006-08-10 20:28:53.000000000 -0500 @@ -0,0 +1,168 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* connection.cpp: Qt wrapper for DBusConnection + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "connection.h" + +using namespace DBusQt; + +#include "integrator.h" +using Internal::Integrator; + +struct Connection::Private +{ + Private( Connection *qq ); + void setConnection( DBusConnection *c ); + DBusConnection *connection; + int connectionSlot; + DBusError error; + Integrator *integrator; + int timeout; + Connection *q; +}; + +Connection::Private::Private( Connection *qq ) + : connection( 0 ), connectionSlot( 0 ), integrator( 0 ), + timeout( -1 ), q( qq ) +{ + dbus_error_init( &error ); +} + +void Connection::Private::setConnection( DBusConnection *c ) +{ + if (!c) { + qDebug( "error: %s, %s", error.name, error.message ); + dbus_error_free( &error ); + return; + } + connection = c; + integrator = new Integrator( c, q ); + connect( integrator, SIGNAL(readReady()), q, SLOT(dispatchRead()) ); +} + +Connection::Connection( QObject *parent ) + : QObject( parent ) +{ + d = new Private( this ); +} + +Connection::Connection( const QString& host, QObject *parent ) + : QObject( parent ) +{ + d = new Private( this ); + + if ( !host.isEmpty() ) + init( host ); +} + +Connection::Connection( DBusBusType type, QObject* parent ) + : QObject( parent ) +{ + d = new Private( this ); + d->setConnection( dbus_bus_get(type, &d->error) ); +} + +void Connection::init( const QString& host ) +{ + d->setConnection( dbus_connection_open( host.ascii(), &d->error) ); + //dbus_connection_allocate_data_slot( &d->connectionSlot ); + //dbus_connection_set_data( d->connection, d->connectionSlot, 0, 0 ); +} + +bool Connection::isConnected() const +{ + return dbus_connection_get_is_connected( d->connection ); +} + +bool Connection::isAuthenticated() const +{ + return dbus_connection_get_is_authenticated( d->connection ); +} + +void Connection::open( const QString& host ) +{ + if ( host.isEmpty() ) return; + + init( host ); +} + +void Connection::close() +{ + dbus_connection_close( d->connection ); +} + +void Connection::flush() +{ + dbus_connection_flush( d->connection ); +} + +void Connection::dispatchRead() +{ + while ( dbus_connection_dispatch( d->connection ) == DBUS_DISPATCH_DATA_REMAINS ) + ; +} + +DBusConnection* Connection::connection() const +{ + return d->connection; +} + +Connection::Connection( DBusConnection *connection, QObject *parent ) + : QObject( parent ) +{ + d = new Private(this); + d->setConnection(connection); +} + +void Connection::send( const Message &m ) +{ + dbus_connection_send(d->connection, m.message(), 0); +} + +void Connection::sendWithReply( const Message& ) +{ +} + +Message Connection::sendWithReplyAndBlock( const Message &m ) +{ + DBusMessage *reply; + reply = dbus_connection_send_with_reply_and_block( d->connection, m.message(), d->timeout, &d->error ); + if (dbus_error_is_set(&d->error)) { + qDebug("error: %s, %s", d->error.name, d->error.message); + dbus_error_free(&d->error); + } + return Message( reply ); +} + +void* Connection::virtual_hook( int, void* ) +{ +} + +void Connection::dbus_connection_setup_with_qt_main (DBusConnection *connection) +{ + d->setConnection( connection ); +} + + + +///////////////////////////////////////////////////////// + +#include "connection.moc" diff -Nur knetworkmanager-orig/knetworkmanager/src/connection.h knetworkmanager/knetworkmanager/src/connection.h --- knetworkmanager-orig/knetworkmanager/src/connection.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/connection.h 2006-08-10 20:30:37.000000000 -0500 @@ -0,0 +1,86 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* connection.h: Qt wrapper for DBusConnection + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_CONNECTION_H +#define DBUS_QT_CONNECTION_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include "message.h" + +#include +#include + +#include "dbus/dbus.h" + +namespace DBusQt { + namespace Internal { + class Integrator; + } + + class Connection : public QObject + { + Q_OBJECT + public: + Connection( QObject *parent =0 ); + Connection( const QString& host, + QObject *parent = 0 ); + Connection( DBusBusType type, QObject* parent = 0 ); + + bool isConnected() const; + bool isAuthenticated() const; + + Message borrowMessage(); + Message popMessage(); + void stealBorrowMessage( const Message& ); + void dbus_connection_setup_with_qt_main (DBusConnection *connection); + + public slots: + void open( const QString& ); + void close(); + void flush(); + void send( const Message& ); + void sendWithReply( const Message& ); + Message sendWithReplyAndBlock( const Message& ); + + protected slots: + void dispatchRead(); + + protected: + void init( const QString& host ); + virtual void *virtual_hook( int id, void *data ); + + private: + friend class Internal::Integrator; + DBusConnection *connection() const; + Connection( DBusConnection *connection, QObject *parent ); + + private: + struct Private; + Private *d; + }; + +} + + +#endif diff -Nur knetworkmanager-orig/knetworkmanager/src/integrator.cpp knetworkmanager/knetworkmanager/src/integrator.cpp --- knetworkmanager-orig/knetworkmanager/src/integrator.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/integrator.cpp 2006-08-10 20:29:05.000000000 -0500 @@ -0,0 +1,244 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* integrator.h: integrates D-BUS into Qt event loop + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "integrator.h" +#include "connection.h" + +#include +#include +#include +#include + +namespace DBusQt +{ +namespace Internal { + +struct Watch { + Watch(): readSocket( 0 ), writeSocket( 0 ) { } + + DBusWatch *watch; + QSocketNotifier *readSocket; + QSocketNotifier *writeSocket; +}; + +////////////////////////////////////////////////////////////// +dbus_bool_t dbusAddWatch( DBusWatch *watch, void *data ) +{ + Integrator *con = static_cast( data ); + con->addWatch( watch ); + return true; +} +void dbusRemoveWatch( DBusWatch *watch, void *data ) +{ + Integrator *con = static_cast( data ); + con->removeWatch( watch ); +} + +void dbusToggleWatch( DBusWatch *watch, void *data ) +{ + Integrator *itg = static_cast( data ); + if ( dbus_watch_get_enabled( watch ) ) + itg->addWatch( watch ); + else + itg->removeWatch( watch ); +} + +dbus_bool_t dbusAddTimeout( DBusTimeout *timeout, void *data ) +{ + if ( !dbus_timeout_get_enabled(timeout) ) + return true; + + Integrator *itg = static_cast( data ); + itg->addTimeout( timeout ); + return true; +} + +void dbusRemoveTimeout( DBusTimeout *timeout, void *data ) +{ + Integrator *itg = static_cast( data ); + itg->removeTimeout( timeout ); +} + +void dbusToggleTimeout( DBusTimeout *timeout, void *data ) +{ + Integrator *itg = static_cast( data ); + + if ( dbus_timeout_get_enabled( timeout ) ) + itg->addTimeout( timeout ); + else + itg->removeTimeout( timeout ); +} + +void dbusWakeupMain( void* ) +{ +} + +void dbusNewConnection( DBusServer *server, + DBusConnection *new_connection, + void *data ) +{ + Integrator *itg = static_cast( data ); + itg->handleConnection( new_connection ); +} +///////////////////////////////////////////////////////////// + +Timeout::Timeout( QObject *parent, DBusTimeout *t ) + : QObject( parent ), m_timeout( t ) +{ + m_timer = new QTimer( this ); + connect( m_timer, SIGNAL(timeout()), + SLOT(slotTimeout()) ); +} + +void Timeout::slotTimeout() +{ + emit timeout( m_timeout ); +} + +void Timeout::start() +{ + m_timer->start( dbus_timeout_get_interval( m_timeout ) ); +} + +Integrator::Integrator( DBusConnection *conn, QObject *parent ) + : QObject( parent ), m_connection( conn ) +{ + m_timeouts.setAutoDelete( true ); + + dbus_connection_set_watch_functions( m_connection, + dbusAddWatch, + dbusRemoveWatch, + dbusToggleWatch, + this, 0 ); + dbus_connection_set_timeout_functions( m_connection, + dbusAddTimeout, + dbusRemoveTimeout, + dbusToggleTimeout, + this, 0 ); + dbus_connection_set_wakeup_main_function( m_connection, + dbusWakeupMain, + this, 0 ); +} + +Integrator::Integrator( DBusServer *server, QObject *parent ) + : QObject( parent ), m_server( server ) +{ + m_connection = reinterpret_cast( m_server ); + m_timeouts.setAutoDelete( true ); + + dbus_server_set_watch_functions( m_server, + dbusAddWatch, + dbusRemoveWatch, + dbusToggleWatch, + this, 0 ); + dbus_server_set_timeout_functions( m_server, + dbusAddTimeout, + dbusRemoveTimeout, + dbusToggleTimeout, + this, 0 ); + dbus_server_set_new_connection_function( m_server, + dbusNewConnection, + this, 0 ); +} + +void Integrator::slotRead( int fd ) +{ + QIntDictIterator it( m_watches ); + for ( ; it.current(); ++it ) + dbus_watch_handle ( it.current()->watch, DBUS_WATCH_READABLE ); + + emit readReady(); +} + +void Integrator::slotWrite( int fd ) +{ + QIntDictIterator it( m_watches ); + for ( ; it.current(); ++it ) + dbus_watch_handle ( it.current()->watch, DBUS_WATCH_WRITABLE ); +} + +void Integrator::slotTimeout( DBusTimeout *timeout ) +{ + dbus_timeout_handle( timeout ); +} + +void Integrator::addWatch( DBusWatch *watch ) +{ + if ( !dbus_watch_get_enabled( watch ) ) + return; + + Watch *qtwatch = new Watch; + qtwatch->watch = watch; + + int flags = dbus_watch_get_flags( watch ); + int fd = dbus_watch_get_fd( watch ); + + if ( flags & DBUS_WATCH_READABLE ) { + qtwatch->readSocket = new QSocketNotifier( fd, QSocketNotifier::Read, this ); + QObject::connect( qtwatch->readSocket, SIGNAL(activated(int)), SLOT(slotRead(int)) ); + } + + if (flags & DBUS_WATCH_WRITABLE) { + qtwatch->writeSocket = new QSocketNotifier( fd, QSocketNotifier::Write, this ); + QObject::connect( qtwatch->writeSocket, SIGNAL(activated(int)), SLOT(slotWrite(int)) ); + } + + m_watches.insert( fd, qtwatch ); +} + +void Integrator::removeWatch( DBusWatch *watch ) +{ + int key = dbus_watch_get_fd( watch ); + + Watch *qtwatch = m_watches.take( key ); + + if ( qtwatch ) { + delete qtwatch->readSocket; qtwatch->readSocket = 0; + delete qtwatch->writeSocket; qtwatch->writeSocket = 0; + delete qtwatch; + } +} + +void Integrator::addTimeout( DBusTimeout *timeout ) +{ + Timeout *mt = new Timeout( this, timeout ); + m_timeouts.insert( timeout, mt ); + connect( mt, SIGNAL(timeout(DBusTimeout*)), + SLOT(slotTimeout(DBusTimeout*)) ); + mt->start(); +} + +void Integrator::removeTimeout( DBusTimeout *timeout ) +{ + m_timeouts.remove( timeout ); +} + +void Integrator::handleConnection( DBusConnection *c ) +{ + Connection *con = new Connection( c, this ); + emit newConnection( con ); +} + +}//end namespace Internal +}//end namespace DBusQt + +#include "integrator.moc" diff -Nur knetworkmanager-orig/knetworkmanager/src/integrator.h knetworkmanager/knetworkmanager/src/integrator.h --- knetworkmanager-orig/knetworkmanager/src/integrator.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/integrator.h 2006-08-10 20:29:05.000000000 -0500 @@ -0,0 +1,95 @@ +// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- +/* integrator.h: integrates D-BUS into Qt event loop + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_INTEGRATOR_H +#define DBUS_QT_INTEGRATOR_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include + +#include +#include + +#include "dbus/dbus.h" + +class QTimer; + +namespace DBusQt +{ + class Connection; + + namespace Internal + { + struct Watch; + + class Timeout : public QObject + { + Q_OBJECT + public: + Timeout( QObject *parent, DBusTimeout *t ); + public: + void start(); + signals: + void timeout( DBusTimeout* ); + protected slots: + void slotTimeout(); + private: + QTimer *m_timer; + DBusTimeout *m_timeout; + }; + + class Integrator : public QObject + { + Q_OBJECT + public: + Integrator( DBusConnection *connection, QObject *parent ); + Integrator( DBusServer *server, QObject *parent ); + + signals: + void readReady(); + void newConnection( Connection* ); + + protected slots: + void slotRead( int ); + void slotWrite( int ); + void slotTimeout( DBusTimeout *timeout ); + + public: + void addWatch( DBusWatch* ); + void removeWatch( DBusWatch* ); + + void addTimeout( DBusTimeout* ); + void removeTimeout( DBusTimeout* ); + + void handleConnection( DBusConnection* ); + private: + QIntDict m_watches; + QPtrDict m_timeouts; + DBusConnection *m_connection; + DBusServer *m_server; + }; + } +} + +#endif diff -Nur knetworkmanager-orig/knetworkmanager/src/knetworkmanager-dbus.h knetworkmanager/knetworkmanager/src/knetworkmanager-dbus.h --- knetworkmanager-orig/knetworkmanager/src/knetworkmanager-dbus.h 2006-03-29 08:56:52.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/knetworkmanager-dbus.h 2006-08-10 20:31:08.000000000 -0500 @@ -27,7 +27,7 @@ class KNetworkManager; -#include +#include #include #include diff -Nur knetworkmanager-orig/knetworkmanager/src/knetworkmanager.la.cpp knetworkmanager/knetworkmanager/src/knetworkmanager.la.cpp --- knetworkmanager-orig/knetworkmanager/src/knetworkmanager.la.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/knetworkmanager.la.cpp 2006-08-10 20:39:46.000000000 -0500 @@ -0,0 +1,2 @@ +extern "C" int kdemain(int argc, char* argv[]); +int main(int argc, char* argv[]) { return kdemain(argc,argv); } diff -Nur knetworkmanager-orig/knetworkmanager/src/Makefile.am knetworkmanager/knetworkmanager/src/Makefile.am --- knetworkmanager-orig/knetworkmanager/src/Makefile.am 2006-08-10 20:26:11.000000000 -0500 +++ knetworkmanager/knetworkmanager/src/Makefile.am 2006-08-10 20:38:01.000000000 -0500 @@ -38,12 +38,16 @@ knetworkmanager-ui-networklistview.cpp \ knetworkmanager-vpn.cpp knetworkmanager-vpn_dbus.cpp serviceiface.stub networkstatuscommon.cpp +DBUSQT3BINDING_LIB = libdbusqt3.la +libdbusqt3_la_SOURCES = connection.cpp integrator.cpp message.cpp +libdbusqt3_la_LDFLAGS = -avoid-version $(all_libraries) -no-undefined +libdbusqt3_la_LIBADD = $(HAL_LIBS) $(DBUS_LIBS) kde_kcfg_DATA = knetworkmanager.kcfg knetworkmanager_la_LDFLAGS = -module $(KDE_RPATH) $(all_libraries) \ $(KDE_PLUGIN) -knetworkmanager_la_LIBADD = -ldbus-qt-1 $(PACKAGE_LIBS) \ +knetworkmanager_la_LIBADD = $(DBUSQT3BINDING_LIB) $(PACKAGE_LIBS) \ $(LIB_KDEUI) -lkwalletclient -lkdeui -lkio # this is where the desktop file will go @@ -58,3 +62,4 @@ mydatadir = $(kde_datadir)/knetworkmanager mydata_DATA = eventsrc +noinst_LTLIBRARIES = $(DBUSQT3BINDING_LIB) diff -Nur knetworkmanager-orig/knetworkmanager/src/message.cpp knetworkmanager/knetworkmanager/src/message.cpp --- knetworkmanager-orig/knetworkmanager/src/message.cpp 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/message.cpp 2006-08-10 20:29:21.000000000 -0500 @@ -0,0 +1,551 @@ +/* -*- mode: C++; c-file-style: "gnu" -*- */ +/* message.cpp: Qt wrapper for DBusMessage + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.0 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#include "message.h" + +#include + +#include + +namespace DBusQt { + +struct Message::iterator::IteratorData { + DBusMessageIter *iter; + QVariant var; + bool end; + DBusMessage *mesg; +}; + +/** + * Iterator. + */ +Message::iterator::iterator() +{ + d = new IteratorData; + d->iter = 0; d->end = true; +} + +/** + * Constructs iterator for the message. + * @param msg message whose fields we want to iterate + */ +Message::iterator::iterator( DBusMessage* msg ) +{ + d = new IteratorData; + d->mesg = msg; + d->iter = static_cast( malloc( sizeof(DBusMessageIter) ) ); + dbus_message_iter_init( d->mesg, d->iter ); + if ( !d->iter ) { + qDebug("No iterator??"); + } + fillVar(); + d->end = false; +} + +/** + * Copy constructor for the iterator. + * @param itr iterator + */ +Message::iterator::iterator( const iterator& itr ) +{ + d = new IteratorData; + d->iter = itr.d->iter; + d->var = itr.d->var; + d->end = itr.d->end; +} + +/** + * Destructor. + */ +Message::iterator::~iterator() +{ + free( d->iter ); + delete d; d=0; +} + +/** + * Creates an iterator equal to the @p itr iterator + * @param itr other iterator + * @return + */ +Message::iterator& +Message::iterator::operator=( const iterator& itr ) +{ + IteratorData *tmp = new IteratorData; + tmp->iter = itr.d->iter; + tmp->var = itr.d->var; + tmp->end = itr.d->end; + delete d; d=tmp; + return *this; +} + +/** + * Returns the constant QVariant held by the iterator. + * @return the constant reference to QVariant held by this iterator + */ +const QVariant& +Message::iterator::operator*() const +{ + return d->var; +} + +/** + * Returns the QVariant held by the iterator. + * @return reference to QVariant held by this iterator + */ +QVariant& +Message::iterator::operator*() +{ + return d->var; +} + +/** + * Moves to the next field and return a reference to itself after + * incrementing. + * @return reference to self after incrementing + */ +Message::iterator& +Message::iterator::operator++() +{ + if ( d->end ) + return *this; + + if ( dbus_message_iter_next( d->iter ) ) { + fillVar(); + } else { + d->end = true; + d->var = QVariant(); + } + return *this; +} + +/** + * Moves to the next field and returns self before incrementing. + * @return self before incrementing + */ +Message::iterator +Message::iterator::operator++(int) +{ + iterator itr( *this ); + operator++(); + return itr; +} + +/** + * Compares this iterator to @p it iterator. + * @param it the iterator to which we're comparing this one to + * @return true if they're equal, false otherwise + */ +bool +Message::iterator::operator==( const iterator& it ) +{ + if ( d->end == it.d->end ) { + if ( d->end == true ) { + return true; + } else { + return d->var == it.d->var; + } + } else + return false; +} + +/** + * Compares two iterators. + * @param it The other iterator. + * @return true if two iterators are not equal, false + * otherwise + */ +bool +Message::iterator::operator!=( const iterator& it ) +{ + return !operator==( it ); +} + +QVariant Message::iterator::marshallBaseType( DBusMessageIter* i ) +{ + QVariant ret; + switch (dbus_message_iter_get_arg_type(i)) { + case DBUS_TYPE_INT32: + { + dbus_int32_t v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_UINT32: + { + dbus_uint32_t v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_DOUBLE: + { + double v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + case DBUS_TYPE_STRING: + { + const char *v; + dbus_message_iter_get_basic (i, &v); + ret = QVariant( v ); + } + break; + default: + ret = QVariant(); + break; + } + return ret; +} + +/** + * Fills QVariant based on what current DBusMessageIter helds. + */ +void +Message::iterator::fillVar() +{ + switch ( dbus_message_iter_get_arg_type( d->iter ) ) { + case DBUS_TYPE_INT32: + case DBUS_TYPE_UINT32: + case DBUS_TYPE_DOUBLE: + case DBUS_TYPE_STRING: + d->var = marshallBaseType( d->iter ); + break; + case DBUS_TYPE_ARRAY: { + switch ( dbus_message_iter_get_element_type( d->iter ) ) { + case DBUS_TYPE_STRING: { + QStringList tempList; + DBusMessageIter sub; + dbus_message_iter_recurse (d->iter, &sub); + while (dbus_message_iter_get_arg_type (&sub) != DBUS_TYPE_INVALID) + { + const char *v; + dbus_message_iter_get_basic (&sub, &v); + tempList.append( QString( v ) ); + dbus_message_iter_next (&sub); + } + d->var = QVariant( tempList ); + break; + } + default: + qDebug( "Array of type not implemented" ); + d->var = QVariant(); + break; + } + break; + } +#if 0 + /* DICT is gone for now, but expected to be reintroduced, or else + * reintroduced as a flag on the introspection data that can + * apply to array of struct of two fields + */ + case DBUS_TYPE_DICT: { + qDebug( "Got a hash!" ); + QMap tempMap; + DBusMessageIter dictIter; + dbus_message_iter_init_dict_iterator( d->iter, &dictIter ); + do { + char *key = dbus_message_iter_get_dict_key( &dictIter ); + tempMap[key] = marshallBaseType( &dictIter ); + dbus_free( key ); + dbus_message_iter_next( &dictIter ); + } while( dbus_message_iter_has_next( &dictIter ) ); + d->var = QVariant( tempMap ); + break; + qDebug( "Hash/Dict type not implemented" ); + d->var = QVariant(); + break; + } +#endif + default: + qDebug( "not implemented" ); + d->var = QVariant(); + break; + } +} + +/** + * Returns a QVariant help by this iterator. + * @return QVariant held by this iterator + */ +QVariant +Message::iterator::var() const +{ + return d->var; +} + +struct Message::Private { + DBusMessage *msg; +}; + +Message::Message( DBusMessage *m ) +{ + d = new Private; + d->msg = m; +} + +/** + * + */ +Message::Message( int messageType ) +{ + d = new Private; + d->msg = dbus_message_new( messageType ); +} + +/** + * Constructs a new Message with the given service and name. + * @param service service service that the message should be sent to + * @param name name of the message + */ +Message::Message( const QString& service, const QString& path, + const QString& interface, const QString& method ) +{ + d = new Private; + d->msg = dbus_message_new_method_call( service.latin1(), path.latin1(), + interface.latin1(), method.latin1() ); +} + +/** + * Constructs a message that is a reply to some other + * message. + * @param name the name of the message + * @param replayingTo original_message the message which the created + * message is a reply to. + */ +Message::Message( const Message& replayingTo ) +{ + d = new Private; + d->msg = dbus_message_new_method_return( replayingTo.d->msg ); +} + +Message:: Message( const QString& path, const QString& interface, + const QString& name ) +{ + d = new Private; + d->msg = dbus_message_new_signal( path.ascii(), interface.ascii(), + name.ascii() ); +} + +Message::Message( const Message& replayingTo, const QString& errorName, + const QString& errorMessage ) +{ + d = new Private; + d->msg = dbus_message_new_error( replayingTo.d->msg, errorName.utf8(), + errorMessage.utf8() ); +} + +Message Message::operator=( const Message& other ) +{ + //FIXME: ref the other.d->msg instead of copying it? +} +/** + * Destructs message. + */ +Message::~Message() +{ + if ( d->msg ) { + dbus_message_unref( d->msg ); + } + delete d; d=0; +} + +int Message::type() const +{ + return dbus_message_get_type( d->msg ); +} + +void Message::setPath( const QString& path ) +{ + dbus_message_set_path( d->msg, path.ascii() ); +} + +QString Message::path() const +{ + return dbus_message_get_path( d->msg ); +} + +void Message::setInterface( const QString& iface ) +{ + dbus_message_set_interface( d->msg, iface.ascii() ); +} + +QString Message::interface() const +{ + return dbus_message_get_interface( d->msg ); +} + +void Message::setMember( const QString& member ) +{ + dbus_message_set_member( d->msg, member.ascii() ); +} + +QString Message::member() const +{ + return dbus_message_get_member( d->msg ); +} + +QString Message::errorName() const +{ + return dbus_message_get_error_name( d->msg ); +} + +QString Message::destination() const +{ + return dbus_message_get_destination( d->msg ); +} + +/** + * Sets the message sender. + * @param sender the sender + * @return false if unsuccessful + */ +bool +Message::setSender( const QString& sender ) +{ + return dbus_message_set_sender( d->msg, sender.latin1() ); +} + +/** + * Returns sender of this message. + * @return sender + */ +QString +Message::sender() const +{ + return dbus_message_get_sender( d->msg ); +} + +QString Message::signature() const +{ + return dbus_message_get_signature( d->msg ); +} + + +/** + * Returns the starting iterator for the fields of this + * message. + * @return starting iterator + */ +Message::iterator +Message::begin() const +{ + return iterator( d->msg ); +} + +/** + * Returns the ending iterator for the fields of this + * message. + * @return ending iterator + */ +Message::iterator +Message::end() const +{ + return iterator(); +} + +/** + * Returns the field at position @p i + * @param i position of the wanted field + * @return QVariant at position @p i or an empty QVariant + */ +QVariant +Message::at( int i ) +{ + iterator itr( d->msg ); + + while ( i-- ) { + if ( itr == end() ) + return QVariant();//nothing there + ++itr; + } + return *itr; +} + +/** + * The underlying DBusMessage of this class. + * @return DBusMessage pointer. + */ +DBusMessage* +Message::message() const +{ + return d->msg; +} + +Message& Message::operator<<( bool b ) +{ + const dbus_bool_t right_size_bool = b; + dbus_message_append_args( d->msg, DBUS_TYPE_BOOLEAN, &right_size_bool, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT8 byte ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_BYTE, &byte, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT32 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_INT32, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_UINT32 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_UINT32, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_INT64 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_INT64, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( Q_UINT64 num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_UINT64, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( double num ) +{ + dbus_message_append_args( d->msg, DBUS_TYPE_DOUBLE, &num, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( const QString& str ) +{ + const char *u = str.utf8(); + dbus_message_append_args( d->msg, DBUS_TYPE_STRING, &u, + DBUS_TYPE_INVALID ); +} + +Message& Message::operator<<( const QVariant& custom ) +{ + //FIXME: imeplement +} + +} diff -Nur knetworkmanager-orig/knetworkmanager/src/message.h knetworkmanager/knetworkmanager/src/message.h --- knetworkmanager-orig/knetworkmanager/src/message.h 1969-12-31 18:00:00.000000000 -0600 +++ knetworkmanager/knetworkmanager/src/message.h 2006-08-10 20:29:21.000000000 -0500 @@ -0,0 +1,132 @@ +/* -*- mode: C++; c-file-style: "gnu" -*- */ +/* message.h: Qt wrapper for DBusMessage + * + * Copyright (C) 2003 Zack Rusin + * + * Licensed under the Academic Free License version 2.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + */ +#ifndef DBUS_QT_MESSAGE_H +#define DBUS_QT_MESSAGE_H + +/* We acknowledge the the dbus API is unstable */ +#define DBUS_API_SUBJECT_TO_CHANGE + +#include +#include +#include + +#include "dbus/dbus.h" + +namespace DBusQt { + + class Message + { + public: + class iterator { + public: + iterator(); + iterator( const iterator& ); + iterator( DBusMessage* msg ); + ~iterator(); + + iterator& operator=( const iterator& ); + const QVariant& operator*() const; + QVariant& operator*(); + iterator& operator++(); + iterator operator++(int); + bool operator==( const iterator& it ); + bool operator!=( const iterator& it ); + + QVariant var() const; + protected: + QVariant marshallBaseType( DBusMessageIter* i ); + void fillVar(); + struct IteratorData; + IteratorData *d; + }; + + Message( int messageType ); + Message( DBusMessage * );//hide this one from the public implementation + Message( const QString& service, const QString& path, + const QString& interface, const QString& method ); + Message( const Message& replayingTo ); + Message( const QString& path, const QString& interface, + const QString& name ); + Message( const Message& replayingTo, const QString& errorName, + const QString& errorMessage ); + + Message operator=( const Message& other ); + + virtual ~Message(); + + int type() const; + + void setPath( const QString& ); + QString path() const; + + void setInterface( const QString& ); + QString interface() const; + + void setMember( const QString& ); + QString member() const; + + QString errorName() const; + + QString destination() const; + + bool setSender( const QString& sender ); + QString sender() const; + + QString signature() const; + + iterator begin() const; + iterator end() const; + + QVariant at( int i ); + + + public: + Message& operator<<( bool ); + Message& operator<<( Q_INT8 ); + Message& operator<<( Q_INT32 ); + Message& operator<<( Q_UINT32 ); + Message& operator<<( Q_INT64 ); + Message& operator<<( Q_UINT64 ); + Message& operator<<( double ); + Message& operator<<( const QString& ); + Message& operator<<( const QVariant& ); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + //Message& operator<<(); + + protected: + friend class Connection; + DBusMessage* message() const; + + private: + struct Private; + Private *d; + }; + +} + +#endif Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Jun 2006 17:30:11 -0000 1.2 +++ .cvsignore 11 Aug 2006 02:22:31 -0000 1.3 @@ -1 +1 @@ -knetworkmanager-svn20060625.tar.bz2 +knetworkmanager-svn20060809.tar.bz2 Index: knetworkmanager.spec =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/knetworkmanager.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- knetworkmanager.spec 26 Jun 2006 17:30:11 -0000 1.1 +++ knetworkmanager.spec 11 Aug 2006 02:22:31 -0000 1.2 @@ -1,4 +1,4 @@ -%define svn svn20060625 +%define svn svn20060809 Name: knetworkmanager Version: 0.1 @@ -17,9 +17,12 @@ Patch0: http://aur.archlinux.org/packages/knetworkmanager-svn/knetworkmanager-svn/01-build-fix.patch # Suse Hard coded yast for dialup configuration. this patch calls System-config-network instead Patch1: knetworkmanager-call-scn-not-yast.patch +# Patch adds dbus support as dbusqt3 is no longer in extras +Patch2: knetworkmanager-dbus.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: NetworkManager-devel >= 0.6.2 dbus-qt-devel autoconf automake +BuildRequires: NetworkManager-devel >= 0.6.2 dbus-devel autoconf automake BuildRequires: desktop-file-utils kdebase-devel hal-devel %description @@ -30,6 +33,7 @@ %setup -q -n knetworkmanager %patch0 -p0 %patch1 -p1 -b .eww-yast +%patch2 -p1 -b .dbus %build unset QTDIR || : ; . /etc/profile.d/qt.sh @@ -46,6 +50,10 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --vendor=fedora \ +--remove-category=Applet \ +--remove-category=Network \ +--add-category=Applications \ +--add-category=System \ --add-category=X-Fedora \ --delete-original \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/knetworkmanager.desktop @@ -85,6 +93,9 @@ %changelog +* Thu Aug 10 2006 - 0.1-0.3.svn20060809 +- patch in dbus support + * Mon Jun 27 2006 - 0.1-0.3.svn20060626 - patch out call to yast and replace with - system-config-network for dialup Index: sources =================================================================== RCS file: /cvs/extras/rpms/knetworkmanager/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Jun 2006 17:30:11 -0000 1.2 +++ sources 11 Aug 2006 02:22:31 -0000 1.3 @@ -1 +1 @@ -9576bce2cd34350d257e94a8b31efa86 knetworkmanager-svn20060625.tar.bz2 +b1beb9c583eddb48ac398e3b0262f2d1 knetworkmanager-svn20060809.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 03:47:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:47:52 -0700 Subject: rpms/perl-DateTime-Format-MySQL - New directory Message-ID: <200608110347.k7B3lsl0003856@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3835/perl-DateTime-Format-MySQL Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-MySQL added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 03:47:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:47:52 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel - New directory Message-ID: <200608110347.k7B3lse6003859@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3835/perl-DateTime-Format-MySQL/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 03:48:02 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:02 -0700 Subject: owners owners.list,1.1387,1.1388 Message-ID: <200608110348.k7B3m4mw003885@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3865 Modified Files: owners.list Log Message: added perl-DateTime-Format-MySQL Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1387 retrieving revision 1.1388 diff -u -r1.1387 -r1.1388 --- owners.list 10 Aug 2006 20:52:08 -0000 1.1387 +++ owners.list 11 Aug 2006 03:48:02 -0000 1.1388 @@ -1158,6 +1158,7 @@ Fedora Extras|perl-DateTime-Format-IBeat|Format times in .beat notation|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-ICal|Parse and format iCal datetime and duration strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-MySQL|Parse and format MySQL dates and times|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 11 03:48:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:09 -0700 Subject: rpms/perl-DateTime-Format-MySQL Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608110348.k7B3mBL7003919@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3891 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-MySQL --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-MySQL all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 03:48:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:09 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110348.k7B3mBR8003922@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3891/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-MySQL --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 03:48:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:30 -0700 Subject: rpms/perl-DateTime-Format-MySQL import.log,1.1,1.2 Message-ID: <200608110349.k7B3n53E003979@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3940 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-MySQL-0.04-1.fc5 on branch devel from perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 03:48:09 -0000 1.1 +++ import.log 11 Aug 2006 03:48:29 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-MySQL-0_04-1_fc5:HEAD:perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm:1155268114 From fedora-extras-commits at redhat.com Fri Aug 11 03:48:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:48:30 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel perl-DateTime-Format-MySQL.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110349.k7B3n5aT003980@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3940/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-MySQL.spec Log Message: auto-import perl-DateTime-Format-MySQL-0.04-1.fc5 on branch devel from perl-DateTime-Format-MySQL-0.04-1.fc5.src.rpm --- NEW FILE perl-DateTime-Format-MySQL.spec --- # Note: Some tests for this package are disabled by default, as they # require network access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_network_tests 1' ... # rpmbuild ... --with network_tests ... # define _with_network_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-DateTime-Format-MySQL Version: 0.04 Release: 1%{?dist} Summary: Parse and format MySQL dates and times Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/DateTime-Format-MySQL Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-MySQL-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(Module::Build), perl(DateTime) BuildRequires: perl(DateTime::Format::Builder) >= 0.60 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # for signature checking %{?_with_network_tests:BuildRequires: perl(Module::Signature) } %description This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format. %prep %setup -q -n DateTime-Format-MySQL-%{version} # digital signature checking. Not essential, but nice %{?_with_network_tests: cpansign -v } %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Fri Aug 04 2006 Chris Weyl 0.04-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 03:48:09 -0000 1.1 +++ .cvsignore 11 Aug 2006 03:48:30 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-MySQL-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 03:48:09 -0000 1.1 +++ sources 11 Aug 2006 03:48:30 -0000 1.2 @@ -0,0 +1 @@ +f52377ecdeb19055ae64037fb1ef530e DateTime-Format-MySQL-0.04.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 03:53:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 20:53:04 -0700 Subject: rpms/perl-DateTime-Format-MySQL/devel perl-DateTime-Format-MySQL.spec, 1.1, 1.2 Message-ID: <200608110353.k7B3r6fD004037@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4020 Modified Files: perl-DateTime-Format-MySQL.spec Log Message: bump Index: perl-DateTime-Format-MySQL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-MySQL/devel/perl-DateTime-Format-MySQL.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-DateTime-Format-MySQL.spec 11 Aug 2006 03:48:30 -0000 1.1 +++ perl-DateTime-Format-MySQL.spec 11 Aug 2006 03:53:04 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-DateTime-Format-MySQL Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Parse and format MySQL dates and times Group: Development/Libraries @@ -75,5 +75,8 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.04-2 +- bump for build & release + * Fri Aug 04 2006 Chris Weyl 0.04-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 11 04:20:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:41 -0700 Subject: rpms/perl-POE-Component-JobQueue/devel .cvsignore, 1.2, 1.3 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110420.k7B4KhpD007005@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/devel Modified Files: .cvsignore perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Jul 2006 09:13:47 -0000 1.2 +++ .cvsignore 11 Aug 2006 04:20:41 -0000 1.3 @@ -1 +1 @@ -POE-Component-JobQueue-0.5402.tar.gz +POE-Component-JobQueue-0.55.tar.gz Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:41 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:41 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:20:35 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:35 -0700 Subject: rpms/perl-POE-Component-JobQueue/FC-4 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110421.k7B4L79o007011@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/FC-4 Modified Files: perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:35 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:35 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:20:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:20:36 -0700 Subject: rpms/perl-POE-Component-JobQueue/FC-5 perl-POE-Component-JobQueue.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608110421.k7B4L8TN007015@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6933/FC-5 Modified Files: perl-POE-Component-JobQueue.spec sources Log Message: update to latest version Index: perl-POE-Component-JobQueue.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5/perl-POE-Component-JobQueue.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-JobQueue.spec 8 Jul 2006 09:16:18 -0000 1.2 +++ perl-POE-Component-JobQueue.spec 11 Aug 2006 04:20:35 -0000 1.3 @@ -1,5 +1,9 @@ +# for rpm versioning issues, and convienence +%define cpanver 0.55 +%define rpmver 0.5500 + Name: perl-POE-Component-JobQueue -Version: 0.5402 +Version: %{rpmver} Release: 1%{?dist} Summary: Process a large number of tasks with a finite number of workers @@ -7,7 +11,7 @@ Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/POE-Component-JobQueue -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-JobQueue-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -23,12 +27,11 @@ %prep -# yeah, this is weird. But, when isn't upstream? -%setup -q -n POE-Component-JobQueue-0.54 +%setup -q -n POE-Component-JobQueue-%{cpanver} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # readme says this is a good example. So, why not? @@ -40,7 +43,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,6 +63,9 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.5500-1 +- update to cpan ver 0.55 + * Sat Jul 8 2006 Chris Weyl 0.5402-1 - bump for fe build/release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-JobQueue/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Jul 2006 09:13:47 -0000 1.2 +++ sources 11 Aug 2006 04:20:35 -0000 1.3 @@ -1 +1 @@ -3abbef8df7527bdc4f8bf99005f3b567 POE-Component-JobQueue-0.5402.tar.gz +802e96ec46e5142a2aa25939a55f6855 POE-Component-JobQueue-0.55.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:26 -0700 Subject: rpms/perl-POE/FC-5 perl-POE.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200608110422.k7B4MSdX007167@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/FC-5 Modified Files: perl-POE.spec sources Log Message: update to latest version Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:47:54 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:26 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jun 2006 04:47:54 -0000 1.3 +++ sources 11 Aug 2006 04:22:26 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:27 -0700 Subject: rpms/perl-POE/devel .cvsignore, 1.3, 1.4 perl-POE.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608110422.k7B4MTQ7007173@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/devel Modified Files: .cvsignore perl-POE.spec sources Log Message: update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jun 2006 00:53:14 -0000 1.3 +++ .cvsignore 11 Aug 2006 04:22:27 -0000 1.4 @@ -1 +1 @@ -POE-0.3502.tar.gz +POE-0.36.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:24:05 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:27 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Jun 2006 00:53:14 -0000 1.3 +++ sources 11 Aug 2006 04:22:27 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:22:25 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:22:25 -0700 Subject: rpms/perl-POE/FC-4 perl-POE.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <200608110422.k7B4MvpO007179@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/FC-4 Modified Files: perl-POE.spec sources Log Message: update to latest version Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-4/perl-POE.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE.spec 21 Jun 2006 04:47:53 -0000 1.4 +++ perl-POE.spec 11 Aug 2006 04:22:25 -0000 1.5 @@ -1,14 +1,17 @@ -# $Id$ +# Note we make a distinction here due to rpm versioning, and keep them both up +# here to make things easier +%define cpanver 0.36 +%define rpmver 0.3600 Name: perl-POE -Version: 0.3502 +Version: %{rpmver} Release: 1%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/POE/ -Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # there's some perl-foo that goes on, automagically translating @@ -28,6 +31,8 @@ BuildRequires: perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# not picked up automatically +Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib) %description POE is a framework for cooperative, event driven multitasking in Perl. Other @@ -64,14 +69,14 @@ and cooperate at every level of abstraction. %prep -%setup -q -n POE-%{version} +%setup -q -n POE-%{cpanver} # execute + doc == bad chmod -x samples/* %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default +%{__perl} Makefile.PL INSTALLDIRS=vendor --default # yah. don't do the network tests rm run_network_tests @@ -83,7 +88,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -111,6 +115,9 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.3600-1 +- update to cpan ver 0.36 + * Tue Jun 20 2006 Chris Weyl 0.3502-1 - filter errant provides. Also translate POE::Provides::foo modules to POE::Provide::foo Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jun 2006 04:47:53 -0000 1.3 +++ sources 11 Aug 2006 04:22:25 -0000 1.4 @@ -1 +1 @@ -441143a4b2c5ebc2c2de5c8f94a0b43a POE-0.3502.tar.gz +fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:23:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:23:56 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel - New directory Message-ID: <200608110423.k7B4NwjF007238@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7214/perl-Gtk2-TrayIcon/devel Log Message: Directory /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 04:23:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:23:56 -0700 Subject: rpms/perl-Gtk2-TrayIcon - New directory Message-ID: <200608110423.k7B4NwLG007235@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7214/perl-Gtk2-TrayIcon Log Message: Directory /cvs/extras/rpms/perl-Gtk2-TrayIcon added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 04:24:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:10 -0700 Subject: rpms/perl-Gtk2-TrayIcon Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608110424.k7B4OCsb007295@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7267 Added Files: Makefile import.log Log Message: Setup of module perl-Gtk2-TrayIcon --- NEW FILE Makefile --- # Top level Makefile for module perl-Gtk2-TrayIcon all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 04:24:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:10 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110424.k7B4OCXn007298@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7267/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gtk2-TrayIcon --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 04:24:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:22 -0700 Subject: rpms/perl-Gtk2-TrayIcon import.log,1.1,1.2 Message-ID: <200608110424.k7B4OOZP007349@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7316 Modified Files: import.log Log Message: auto-import perl-Gtk2-TrayIcon-0.03-1.fc5 on branch devel from perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 04:24:09 -0000 1.1 +++ import.log 11 Aug 2006 04:24:21 -0000 1.2 @@ -0,0 +1 @@ +perl-Gtk2-TrayIcon-0_03-1_fc5:HEAD:perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm:1155270267 From fedora-extras-commits at redhat.com Fri Aug 11 04:24:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:22 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110424.k7B4OOLO007354@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7316/devel Modified Files: .cvsignore sources Added Files: perl-Gtk2-TrayIcon.spec Log Message: auto-import perl-Gtk2-TrayIcon-0.03-1.fc5 on branch devel from perl-Gtk2-TrayIcon-0.03-1.fc5.src.rpm --- NEW FILE perl-Gtk2-TrayIcon.spec --- # Note: The tests for this perl dist. are disabled by default, as they # require display access and would thus fail in the buildsys' mock # environments. To build locally while enabling tests, either: # # rpmbuild ... --define '_with_display_tests 1' ... # rpmbuild ... --with display_tests ... # define _with_display_tests 1 in your ~/.rpmmacros # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. Name: perl-Gtk2-TrayIcon Version: 0.03 Release: 1%{?dist} Summary: Perl interface to the EggTrayIcon library Group: Development/Libraries License: LGPL URL: http://search.cpan.org/dist/Gtk2-TrayIcon Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk2-TrayIcon-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl BuildRequires: perl(Gtk2) >= 0.96, gtk2-devel BuildRequires: perl(ExtUtils::PkgConfig), perl(ExtUtils::Depends) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows a Perl developer to embed an arbitrary widget in a System Tray like the Gnome notification area. %prep %setup -q -n Gtk2-TrayIcon-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check # see top of spec %{?_with_display_tests: make test} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc TODO examples/* %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gtk2 %{_mandir}/man3/*.3* %changelog * Fri Jul 28 2006 Chris Weyl 0.03-1 - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 04:24:10 -0000 1.1 +++ .cvsignore 11 Aug 2006 04:24:22 -0000 1.2 @@ -0,0 +1 @@ +Gtk2-TrayIcon-0.03.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 04:24:10 -0000 1.1 +++ sources 11 Aug 2006 04:24:22 -0000 1.2 @@ -0,0 +1 @@ +4c627fd00cc316ac018732e7739a5c4f Gtk2-TrayIcon-0.03.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 04:24:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:24:05 -0700 Subject: owners owners.list,1.1388,1.1389 Message-ID: <200608110424.k7B4ObBJ007380@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7241 Modified Files: owners.list Log Message: added perl-Gtk2-TrayIcon Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1388 retrieving revision 1.1389 diff -u -r1.1388 -r1.1389 --- owners.list 11 Aug 2006 03:48:02 -0000 1.1388 +++ owners.list 11 Aug 2006 04:24:04 -0000 1.1389 @@ -1229,6 +1229,7 @@ Fedora Extras|perl-Gtk2-GladeXML|Perl interface to Gtk2 GladeXML|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|perl-Gtk2-Sexy|Perl interface to the sexy widget collection|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gtk2-Spell|Perl interface to gtkspell|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Gtk2-TrayIcon|Perl interface to the EggTrayIcon library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Mason|HTML::Mason Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 11 04:26:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 21:26:29 -0700 Subject: rpms/perl-Gtk2-TrayIcon/devel perl-Gtk2-TrayIcon.spec,1.1,1.2 Message-ID: <200608110426.k7B4QVNR007506@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7489 Modified Files: perl-Gtk2-TrayIcon.spec Log Message: bump Index: perl-Gtk2-TrayIcon.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gtk2-TrayIcon/devel/perl-Gtk2-TrayIcon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gtk2-TrayIcon.spec 11 Aug 2006 04:24:22 -0000 1.1 +++ perl-Gtk2-TrayIcon.spec 11 Aug 2006 04:26:29 -0000 1.2 @@ -12,7 +12,7 @@ Name: perl-Gtk2-TrayIcon Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the EggTrayIcon library Group: Development/Libraries @@ -66,5 +66,8 @@ %changelog +* Thu Aug 10 2006 Chris Weyl 0.03-2 +- bump for release + * Fri Jul 28 2006 Chris Weyl 0.03-1 - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 11 05:00:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 10 Aug 2006 22:00:10 -0700 Subject: rpms/perl-WWW-Myspace/devel .cvsignore, 1.3, 1.4 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608110500.k7B50CZQ008533@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8508 Modified Files: .cvsignore perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 02:45:22 -0000 1.3 +++ .cvsignore 11 Aug 2006 05:00:10 -0000 1.4 @@ -1 +1 @@ -WWW-Myspace-0.50.tar.gz +WWW-Myspace-0.52.tar.gz Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:22 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 05:00:10 -0000 1.4 @@ -1,7 +1,17 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 +Version: 0.52 Release: 1%{?dist} Summary: Access your myspace.com profile in Perl! @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -61,7 +73,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +90,14 @@ %changelog +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:22 -0000 1.3 +++ sources 11 Aug 2006 05:00:10 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 06:27:23 2006 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Thu, 10 Aug 2006 23:27:23 -0700 Subject: rpms/clamav/FC-5 clamav-0.88.4-visibility.patch, NONE, 1.1 clamav.spec, 1.36, 1.37 Message-ID: <200608110627.k7B6Rrht014012@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13982 Modified Files: clamav.spec Added Files: clamav-0.88.4-visibility.patch Log Message: - added patch to set '__attribute__ ((visibility("hidden")))' for exported MD5_*() functions (fixes #202043) clamav-0.88.4-visibility.patch: --- NEW FILE clamav-0.88.4-visibility.patch --- --- clamav-0.88.4/libclamav/md5.c.visibility 2005-06-23 22:03:12.000000000 +0200 +++ clamav-0.88.4/libclamav/md5.c 2006-08-11 08:19:02.000000000 +0200 @@ -176,7 +176,7 @@ static void *body(MD5_CTX *ctx, void *da return ptr; } -void MD5_Init(MD5_CTX *ctx) +void __attribute__ ((visibility("hidden"))) MD5_Init(MD5_CTX *ctx) { ctx->a = 0x67452301; ctx->b = 0xefcdab89; @@ -187,7 +187,7 @@ void MD5_Init(MD5_CTX *ctx) ctx->hi = 0; } -void MD5_Update(MD5_CTX *ctx, void *data, unsigned long size) +void __attribute__ ((visibility("hidden"))) MD5_Update(MD5_CTX *ctx, void *data, unsigned long size) { MD5_u32plus saved_lo; unsigned long used, free; @@ -221,7 +221,7 @@ void MD5_Update(MD5_CTX *ctx, void *data memcpy(ctx->buffer, data, size); } -void MD5_Final(unsigned char *result, MD5_CTX *ctx) +void __attribute__ ((visibility("hidden"))) MD5_Final(unsigned char *result, MD5_CTX *ctx) { unsigned long used, free; Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/FC-5/clamav.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- clamav.spec 9 Aug 2006 06:53:29 -0000 1.36 +++ clamav.spec 11 Aug 2006 06:27:20 -0000 1.37 @@ -22,7 +22,7 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav Version: 0.88.4 -Release: %release_func 1 +Release: %release_func 1.1 License: GPL Group: Applications/File @@ -41,6 +41,7 @@ Patch20: clamav-0.70-user.patch Patch21: clamav-0.70-path.patch Patch22: clamav-0.80-initoff.patch +Patch23: clamav-0.88.4-visibility.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: clamav-lib = %{version}-%{release} Requires: data(clamav) @@ -170,6 +171,7 @@ %patch20 -p1 -b .user %patch21 -p1 -b .path %patch22 -p1 -b .initoff +%patch23 -p1 -b .visibility perl -pi -e 's!^(#?LogFile ).*!\1/var/log/clamd.!g; s!^#?(LocalSocket ).*!\1/var/run/clamd./clamd.sock!g; @@ -432,6 +434,10 @@ %endif # _without_milter %changelog +* Fri Aug 11 2006 Enrico Scholz - 0.88.4-2 +- added patch to set '__attribute__ ((visibility("hidden")))' for + exported MD5_*() functions (fixes #202043) + * Tue Aug 8 2006 Enrico Scholz - 0.88.4-1 - updated to 0.88.4 (SECURITY) - removed some superfluous %%doc From fedora-extras-commits at redhat.com Fri Aug 11 07:06:51 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:06:51 -0700 Subject: rpms/inkscape/devel inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.28, 1.29 Message-ID: <200608110707.k7B77PHJ016702@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16679 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: Added patch to fix png dpi export problem (#168406) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- inkscape.spec 9 Aug 2006 07:14:58 -0000 1.28 +++ inkscape.spec 11 Aug 2006 07:06:50 -0000 1.29 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -58,6 +59,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +122,9 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (#168406) + * Wed Aug 9 2006 Denis Leroy - 0.44-3 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Fri Aug 11 07:32:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:22 -0700 Subject: rpms/k3d - New directory Message-ID: <200608110732.k7B7WO2t017019@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16998/k3d Log Message: Directory /cvs/extras/rpms/k3d added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 07:32:23 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:23 -0700 Subject: rpms/k3d/devel - New directory Message-ID: <200608110732.k7B7WP6n017022@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16998/k3d/devel Log Message: Directory /cvs/extras/rpms/k3d/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 07:32:45 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:45 -0700 Subject: rpms/k3d Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608110732.k7B7WmnQ017076@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17043 Added Files: Makefile import.log Log Message: Setup of module k3d --- NEW FILE Makefile --- # Top level Makefile for module k3d all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 07:32:46 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:32:46 -0700 Subject: rpms/k3d/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608110732.k7B7WmbP017079@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17043/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module k3d --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 07:39:23 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:39:23 -0700 Subject: rpms/k3d import.log,1.1,1.2 Message-ID: <200608110739.k7B7dtmN017152@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17115 Modified Files: import.log Log Message: auto-import k3d-0.5.16.0-3 on branch devel from k3d-0.5.16.0-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/k3d/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 07:32:45 -0000 1.1 +++ import.log 11 Aug 2006 07:39:23 -0000 1.2 @@ -0,0 +1 @@ +k3d-0_5_16_0-3:HEAD:k3d-0.5.16.0-3.src.rpm:1155281763 From fedora-extras-commits at redhat.com Fri Aug 11 07:39:24 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:39:24 -0700 Subject: rpms/k3d/devel k3d-0.5.15.0-gl64.patch, NONE, 1.1 k3d.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608110740.k7B7duue017156@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17115/devel Modified Files: .cvsignore sources Added Files: k3d-0.5.15.0-gl64.patch k3d.spec Log Message: auto-import k3d-0.5.16.0-3 on branch devel from k3d-0.5.16.0-3.src.rpm k3d-0.5.15.0-gl64.patch: --- NEW FILE k3d-0.5.15.0-gl64.patch --- --- m4/k3d_check_opengl.m4~ 2006-05-01 03:02:21.000000000 -0700 +++ m4/k3d_check_opengl.m4 2006-07-25 22:37:27.000000000 -0700 @@ -8,7 +8,7 @@ AC_MSG_CHECKING([for OpenGL]) k3d_check_opengl_lib_dir="" -k3d_check_opengl_directories="/usr/lib /usr/local/lib /usr/X11R6/lib" +k3d_check_opengl_directories="/usr/lib /usr/local/lib /usr/X11R6/lib /usr/lib64" for k3d_check_opengl_directory in $k3d_check_opengl_directories; do if test -f $k3d_check_opengl_directory/libGL.so || test -f $k3d_check_opengl_directory/libGL.a || test -f $k3d_check_opengl_directory/libGL.dll.a; then k3d_check_opengl_lib_dir=$k3d_check_opengl_directory --- m4/k3d_check_opengl.m4~ 2006-07-25 22:37:27.000000000 -0700 +++ m4/k3d_check_opengl.m4 2006-07-25 22:53:40.000000000 -0700 @@ -42,7 +42,7 @@ AC_MSG_CHECKING([for OpenGLU]) k3d_check_openglu_lib_dir="" -k3d_check_openglu_directories="/usr/lib /usr/local/lib /usr/X11R6/lib" +k3d_check_openglu_directories="/usr/lib /usr/local/lib /usr/X11R6/lib /usr/lib64" for k3d_check_openglu_directory in $k3d_check_openglu_directories; do if test -f $k3d_check_openglu_directory/libGLU.so || test -f $k3d_check_openglu_directory/libGLU.a || test -f $k3d_check_openglu_directory/libGLU.dll.a; then k3d_check_openglu_lib_dir=$k3d_check_openglu_directory --- NEW FILE k3d.spec --- Name: k3d Version: 0.5.16.0 Release: 3%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia License: GPL URL: http://www.k-3d.org/ Source0: http://dl.sourceforge.net/k3d/k3d-%{version}-src.tar.bz2 Patch0: k3d-0.5.15.0-gl64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: mesa-libGL-devel BuildRequires: expat-devel BuildRequires: libsigc++20-devel BuildRequires: gtkmm24-devel BuildRequires: gtkglext-devel BuildRequires: plib-devel BuildRequires: freetype-devel BuildRequires: python-devel BuildRequires: libgnome-devel BuildRequires: OpenEXR-devel BuildRequires: libtiff-devel BuildRequires: ImageMagick-c++-devel BuildRequires: graphviz-devel BuildRequires: boost-devel BuildRequires: gts-devel BuildRequires: librsvg2 BuildRequires: bzip2-devel BuildRequires: autoconf automake libtool Requires(post): /sbin/ldconfig Requires(post): desktop-file-utils Requires(postun): /sbin/ldconfig Requires(postun): desktop-file-utils %description K-3D is a complete 3D modeling, animation and rendering system. K-3D features a robust, object oriented plugin architecture, designed to scale to the needs of professional artists. It is designed from the ground up to generate motion picture quality animation using RenderMan compliant render engines. %package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the libraries and header files needed for rendering a model written by K-3D. %prep %setup -q %patch0 -p0 -b .gl64 %build autoreconf %configure --disable-static --with-external-boost make %{?_smp_mflags} %install find -type f -regex '.*\.\(cpp\|h\|svg\)' -perm +111 -exec chmod -x {} ';' make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' desktop-file-install \ --vendor fedora \ --mode 644 \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/k3d.desktop %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %postun /sbin/ldconfig update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %files %defattr(-, root, root, -) %doc AUTHORS COPYING NEWS README %{_bindir}/k3d %{_bindir}/k3d-[bd-z]* %{_libdir}/libHapy.so.* %{_libdir}/libk3dngui.so* %{_libdir}/libk3dnui.so* %{_libdir}/libk3dsdk.so.* %{_libdir}/libsubdivision_surface.so.* %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop %{_datadir}/k3d %{_mandir}/man1/k3d* %files devel %defattr(-, root, root, -) %doc ChangeLog docs/xml/sample_document.k3d %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so %{_libdir}/libk3dsdk.so %{_libdir}/libsubdivision_surface.so %{_libdir}/libsurface_polygonizer.so %changelog * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg * Thu Aug 10 2006 Denis Leroy - 0.5.16.0-2 - Added ChangeLog to devel doc * Sat Aug 5 2006 Denis Leroy - 0.5.16.0-1 - Update to version 0.5.16.0 * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-3 - Recreated devel package * Tue Aug 1 2006 Denis Leroy - 0.5.15.0-2 - Cleaned up files sections * Tue Jul 25 2006 root - 0.5.15.0-1 - Update to 0.5.15.0 - Added patch to detect opengl correctly on x86_64 * Tue Mar 7 2006 Denis Leroy - 0.5.0.39-1 - First version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 07:32:46 -0000 1.1 +++ .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 @@ -0,0 +1 @@ +k3d-0.5.16.0-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 07:32:46 -0000 1.1 +++ sources 11 Aug 2006 07:39:24 -0000 1.2 @@ -0,0 +1 @@ +f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 07:49:00 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 11 Aug 2006 00:49:00 -0700 Subject: owners owners.list,1.1389,1.1390 Message-ID: <200608110749.k7B7n2Y5017256@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17239 Modified Files: owners.list Log Message: Added k3d Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1389 retrieving revision 1.1390 diff -u -r1.1389 -r1.1390 --- owners.list 11 Aug 2006 04:24:04 -0000 1.1389 +++ owners.list 11 Aug 2006 07:49:00 -0000 1.1390 @@ -646,6 +646,7 @@ Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|k3d|A 3D Modeling and Rendering System|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|kadischi|An application for Fedora-based LiveCD generation|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kadu|Gadu-Gadu client for online messaging|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kakasi|A Japanese character set conversion filter|tagoh at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 11 10:50:30 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 03:50:30 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.19, 1.20 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111050.k7BAoWnU025895@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25874 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.9 tarball is now .tar.gz rather than .tgz Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkwave.spec 7 Aug 2006 13:11:17 -0000 1.19 +++ gtkwave.spec 11 Aug 2006 10:50:30 -0000 1.20 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 13:11:17 -0000 1.18 +++ sources 11 Aug 2006 10:50:30 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 13:11:17 -0000 1.18 +++ .cvsignore 11 Aug 2006 10:50:30 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 10:50:52 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 11 Aug 2006 03:50:52 -0700 Subject: fedora-security/audit fc5,1.270,1.271 Message-ID: <200608111050.k7BAoqA2025955@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25930/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-906 (kernel) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- fc5 10 Aug 2006 01:57:47 -0000 1.270 +++ fc5 11 Aug 2006 10:50:50 -0000 1.271 @@ -59,11 +59,11 @@ CVE-2006-3629 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3628 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] CVE-2006-3627 version (ethereal, fixed wireshark-0.99.2) [since FEDORA-2006-860] -CVE-2006-3626 VULNERABLE (kernel, fixed 2.6.17.6) +CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] CVE-2006-3619 VULNERABLE (gcc/fastjar) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) -CVE-2006-3468 VULNERABLE (kernel) +CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] @@ -96,8 +96,8 @@ CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) -CVE-2006-2936 VULNERABLE (kernel, fixed 2.6.16.27, fixed 2.6.17.7) -CVE-2006-2935 VULNERABLE (kernel) +CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] +CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid From fedora-extras-commits at redhat.com Fri Aug 11 11:13:19 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 04:13:19 -0700 Subject: rpms/kadu/devel .cvsignore, 1.4, 1.5 kadu.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608111113.k7BBDL1b028972@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28951 Modified Files: .cvsignore kadu.spec sources Log Message: Update to 20060808 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jul 2006 12:31:13 -0000 1.4 +++ .cvsignore 11 Aug 2006 11:13:19 -0000 1.5 @@ -1,25 +1,2 @@ -amarok-1.17.tar.gz -dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 -exec_notify-20060424.tar.bz2 -ext_info-2.0beta8.tar.bz2 -filedesc-1.12.tar.gz -filtering-0.3.2-20060727-0.5.0.tar.bz2 -kadu-iwait4u-1.3.tar.gz -kadu-profiles-0.1.tar.gz -kadu-theme-crystal-16.tar.bz2 -kadu-theme-crystal-22.tar.bz2 -kadu-theme-glass_16.tar.gz -kadu-theme-glass_22.tar.gz -kadu-theme-nuvola-16.tar.gz -kadu-theme-nuvola-22.tar.gz -kompatybilne_z_GG6.tar.gz -led_notify-0.9.tar.bz2 -miastoplusa_sms-0.5-1.3.5.tar.gz -powerkadu-20060719.tar.gz -spellchecker-0.18.tar.gz -tabs-current.tar.gz -weather-3.03.tar.bz2 -xmms-1.30.tar.gz -kadu-20060730.tar.bz2 -kadu-emots-zestaw288.tar.bz2 -mail-current.tar.gz +kadu-20060808.tar.bz2 +kadu-firewall-0.6.3.tar.gz Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/kadu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kadu.spec 30 Jul 2006 12:31:13 -0000 1.3 +++ kadu.spec 11 Aug 2006 11:13:19 -0000 1.4 @@ -1,7 +1,7 @@ -%define cvs_date 20060730 +%define cvs_date 20060808 Name: kadu Version: 0.5.0 -Release: 0.6.%{cvs_date}svn%{?dist} +Release: 0.7.%{cvs_date}svn%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL @@ -31,9 +31,11 @@ Source110: http://kadu.net/~blysk/led_notify-0.9.tar.bz2 Source111: http://www.kadu.net/~pan_wojtas/iwait4u/download/kadu-iwait4u-1.3.tar.gz Source112: http://www.kadu.net/~joi/exec_notify/packages/exec_notify-20060424.tar.bz2 -Source113: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 -Source114: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz -Source115: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source113: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz +Source114: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source115: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 +Source116: http://www.kadu.net/~pan_wojtas/firewall/download/kadu-firewall-0.6.3.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel qt-devel libsndfile-devel openssl-devel %define _kadudir %{_datadir}/kadu @@ -223,6 +225,20 @@ %description filtering User list filtering +%package firewall +Summary: Firewall module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description firewall +Protection against unwanted chats + +%package wmaker_docking +Summary: Wmaker_docking module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description wmaker_docking +WindowMaker docking module + %package theme-nuvola16 Summary: Nuvola16 theme for Kadu Group: Applications/Internet @@ -281,7 +297,7 @@ %prep %setup -q -n kadu -%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -n kadu/modules +%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -a 116 -n kadu/modules %setup -q -D -T -a 80 -a 81 -a 82 -a 83 -a 84 -a 85 -n kadu/varia/themes/icons %setup -q -D -T -a 86 -a 87 -n kadu/varia/themes/emoticons %setup -q -D -T -n kadu @@ -307,7 +323,9 @@ module_filtering \ module_profiles \ module_mail \ - module_exec_notify" + module_exec_notify \ + module_firewall + module_wmaker_docking" for change in $SHARED_CHANGES; do sed s/^$change=.$/$change=m/ -i .config done @@ -465,6 +483,11 @@ %{_moddata}/esd_sound.desc %{_modlib}/esd_sound.so +%files wmaker_docking +%defattr(-,root,root,-) +%{_moddata}/wmaker_docking.desc +%{_modlib}/wmaker_docking.so + %files alsa_sound %defattr(-,root,root,-) %{_moddata}/alsa_sound.desc @@ -495,6 +518,9 @@ %mod_files2 filtering +%mod_files2 firewall + + %mod_files profiles %mod_files led_notify @@ -537,6 +563,10 @@ %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 0.5.0-0.7.20060808svn +- Update upstream to 20060808 +- Add firewall and wmaker_docking modules + * Sun Jul 30 2006 Micha?? Bentkowski - 0.5.0-0.6.20060730svn - Update upstream do 20060730, with fixed x64 bugs - Add mail module and emots theme Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jul 2006 12:31:13 -0000 1.4 +++ sources 11 Aug 2006 11:13:19 -0000 1.5 @@ -1,3 +1,5 @@ +f908d887c1891287aff6fd050b543b2c kadu-20060808.tar.bz2 +62913be4ecb267b9bbf6d87dbb3e67e6 kadu-firewall-0.6.3.tar.gz 0fb5d8f465899ffbe96d44685e5e9955 amarok-1.17.tar.gz 9b0622b02a7190502519b2e3034ccec4 dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 15e6ba4e7ec1cacce3290525cd51e696 exec_notify-20060424.tar.bz2 @@ -20,6 +22,5 @@ ef56085ab7d8e60be15d86d2c5f4a424 tabs-current.tar.gz 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 422b0bfe2fe1d67620896576e3092ac8 xmms-1.30.tar.gz -dc18b4d5c271f5daab8b2f4facc4eb8f kadu-20060730.tar.bz2 98a378047ea252f7277e978f06f9a6bb kadu-emots-zestaw288.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:19:28 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 04:19:28 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.18, 1.19 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111119.k7BBJUFX029089@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29067 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 7 Aug 2006 14:00:32 -0000 1.18 +++ gtkwave.spec 11 Aug 2006 11:19:27 -0000 1.19 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 14:00:32 -0000 1.18 +++ sources 11 Aug 2006 11:19:27 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 14:00:32 -0000 1.18 +++ .cvsignore 11 Aug 2006 11:19:27 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:20:19 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 11 Aug 2006 04:20:19 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.17, 1.18 sources, 1.18, 1.19 .cvsignore, 1.18, 1.19 Message-ID: <200608111120.k7BBKLRn029158@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29137 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gtkwave.spec 7 Aug 2006 14:01:18 -0000 1.17 +++ gtkwave.spec 11 Aug 2006 11:20:19 -0000 1.18 @@ -1,11 +1,11 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering URL: http://home.nc.rr.com/gtkwave/ -Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tgz +Source0: http://www.ibiblio.org/pub/Linux/Incoming/gtkwave-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, bzip2-devel, zlib-devel, gperf, flex @@ -87,6 +87,10 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Fri Aug 11 2006 Paul Howarth 3.0.9-1 +- update to 3.0.9 +- tarball is now .tar.gz rather than .tgz + * Mon Aug 7 2006 Paul Howarth 3.0.8-1 - update to 3.0.8 - new program and manpage: shmidcat Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Aug 2006 14:01:18 -0000 1.18 +++ sources 11 Aug 2006 11:20:19 -0000 1.19 @@ -1 +1 @@ -4e2972e7f3ac5bcd58e4122c26d6dc10 gtkwave-3.0.8.tgz +26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Aug 2006 14:01:18 -0000 1.18 +++ .cvsignore 11 Aug 2006 11:20:19 -0000 1.19 @@ -1 +1 @@ -gtkwave-3.0.8.tgz +gtkwave-3.0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 11:25:48 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 04:25:48 -0700 Subject: rpms/kadu/FC-5 .cvsignore, 1.4, 1.5 kadu.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608111125.k7BBPoX5029256@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kadu/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29233 Modified Files: .cvsignore kadu.spec sources Log Message: Update to 20060808 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 30 Jul 2006 12:38:13 -0000 1.4 +++ .cvsignore 11 Aug 2006 11:25:47 -0000 1.5 @@ -1,25 +1,2 @@ -amarok-1.17.tar.gz -dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 -exec_notify-20060424.tar.bz2 -ext_info-2.0beta8.tar.bz2 -filedesc-1.12.tar.gz -filtering-0.3.2-20060727-0.5.0.tar.bz2 -kadu-iwait4u-1.3.tar.gz -kadu-profiles-0.1.tar.gz -kadu-theme-crystal-16.tar.bz2 -kadu-theme-crystal-22.tar.bz2 -kadu-theme-glass_16.tar.gz -kadu-theme-glass_22.tar.gz -kadu-theme-nuvola-16.tar.gz -kadu-theme-nuvola-22.tar.gz -kompatybilne_z_GG6.tar.gz -led_notify-0.9.tar.bz2 -miastoplusa_sms-0.5-1.3.5.tar.gz -powerkadu-20060719.tar.gz -spellchecker-0.18.tar.gz -tabs-current.tar.gz -weather-3.03.tar.bz2 -xmms-1.30.tar.gz -kadu-20060730.tar.bz2 -kadu-emots-zestaw288.tar.bz2 -mail-current.tar.gz +kadu-20060808.tar.bz2 +kadu-firewall-0.6.3.tar.gz Index: kadu.spec =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/kadu.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kadu.spec 30 Jul 2006 12:38:13 -0000 1.3 +++ kadu.spec 11 Aug 2006 11:25:47 -0000 1.4 @@ -1,7 +1,7 @@ -%define cvs_date 20060730 +%define cvs_date 20060808 Name: kadu Version: 0.5.0 -Release: 0.6.%{cvs_date}svn%{?dist} +Release: 0.7.%{cvs_date}svn%{?dist} Summary: An Gadu-Gadu client for online messaging Group: Applications/Internet License: GPL @@ -31,9 +31,11 @@ Source110: http://kadu.net/~blysk/led_notify-0.9.tar.bz2 Source111: http://www.kadu.net/~pan_wojtas/iwait4u/download/kadu-iwait4u-1.3.tar.gz Source112: http://www.kadu.net/~joi/exec_notify/packages/exec_notify-20060424.tar.bz2 -Source113: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 -Source114: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz -Source115: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source113: http://kadu.net/~patryk/powerkadu/powerkadu-20060719.tar.gz +Source114: http://www.kadu.net/~dorr/kadu-profiles-0.1.tar.gz +Source115: http://alan.umcs.lublin.pl/~pinkworm/filtering/filtering-0.3.2-20060727-0.5.0.tar.bz2 +Source116: http://www.kadu.net/~pan_wojtas/firewall/download/kadu-firewall-0.6.3.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel qt-devel libsndfile-devel openssl-devel %define _kadudir %{_datadir}/kadu @@ -223,6 +225,20 @@ %description filtering User list filtering +%package firewall +Summary: Firewall module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description firewall +Protection against unwanted chats + +%package wmaker_docking +Summary: Wmaker_docking module for Kadu +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +%description wmaker_docking +WindowMaker docking module + %package theme-nuvola16 Summary: Nuvola16 theme for Kadu Group: Applications/Internet @@ -281,7 +297,7 @@ %prep %setup -q -n kadu -%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -n kadu/modules +%setup -q -D -T -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 114 -a 115 -a 116 -n kadu/modules %setup -q -D -T -a 80 -a 81 -a 82 -a 83 -a 84 -a 85 -n kadu/varia/themes/icons %setup -q -D -T -a 86 -a 87 -n kadu/varia/themes/emoticons %setup -q -D -T -n kadu @@ -307,7 +323,9 @@ module_filtering \ module_profiles \ module_mail \ - module_exec_notify" + module_exec_notify \ + module_firewall + module_wmaker_docking" for change in $SHARED_CHANGES; do sed s/^$change=.$/$change=m/ -i .config done @@ -465,6 +483,11 @@ %{_moddata}/esd_sound.desc %{_modlib}/esd_sound.so +%files wmaker_docking +%defattr(-,root,root,-) +%{_moddata}/wmaker_docking.desc +%{_modlib}/wmaker_docking.so + %files alsa_sound %defattr(-,root,root,-) %{_moddata}/alsa_sound.desc @@ -495,6 +518,9 @@ %mod_files2 filtering +%mod_files2 firewall + + %mod_files profiles %mod_files led_notify @@ -537,6 +563,10 @@ %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 0.5.0-0.7.20060808svn +- Update upstream to 20060808 +- Add firewall and wmaker_docking modules + * Sun Jul 30 2006 Micha?? Bentkowski - 0.5.0-0.6.20060730svn - Update upstream do 20060730, with fixed x64 bugs - Add mail module and emots theme Index: sources =================================================================== RCS file: /cvs/extras/rpms/kadu/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 30 Jul 2006 12:38:13 -0000 1.4 +++ sources 11 Aug 2006 11:25:47 -0000 1.5 @@ -1,3 +1,5 @@ +f908d887c1891287aff6fd050b543b2c kadu-20060808.tar.bz2 +62913be4ecb267b9bbf6d87dbb3e67e6 kadu-firewall-0.6.3.tar.gz 0fb5d8f465899ffbe96d44685e5e9955 amarok-1.17.tar.gz 9b0622b02a7190502519b2e3034ccec4 dcopexport-0.11.1-20060320-0.5.0-svn.tar.bz2 15e6ba4e7ec1cacce3290525cd51e696 exec_notify-20060424.tar.bz2 @@ -20,6 +22,5 @@ ef56085ab7d8e60be15d86d2c5f4a424 tabs-current.tar.gz 30833253a9f94eedc892767c1267536a weather-3.03.tar.bz2 422b0bfe2fe1d67620896576e3092ac8 xmms-1.30.tar.gz -dc18b4d5c271f5daab8b2f4facc4eb8f kadu-20060730.tar.bz2 98a378047ea252f7277e978f06f9a6bb kadu-emots-zestaw288.tar.bz2 270c19fc9fb3e96bcbce76c2077d3ec2 mail-current.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:44:39 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Fri, 11 Aug 2006 07:44:39 -0700 Subject: rpms/bitbake/devel .cvsignore, 1.2, 1.3 bitbake.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608111444.k7BEifR3005617@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: .cvsignore bitbake.spec sources Log Message: * Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 May 2006 19:59:55 -0000 1.2 +++ .cvsignore 11 Aug 2006 14:44:38 -0000 1.3 @@ -1 +1 @@ -bitbake-1.4.0.tar.gz +bitbake-1.4.2.tar.gz Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/bitbake.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitbake.spec 1 May 2006 19:59:55 -0000 1.1 +++ bitbake.spec 11 Aug 2006 14:44:38 -0000 1.2 @@ -2,7 +2,7 @@ Summary: BitBake build tool Name: bitbake -Version: 1.4.0 +Version: 1.4.2 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Wed Apr 26 2006 Andreas Thienemann 1.4.0-1 - Updated to 1.4.0 - Modified to conform to FC4+ .spec syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bitbake/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 May 2006 19:59:55 -0000 1.2 +++ sources 11 Aug 2006 14:44:38 -0000 1.3 @@ -1 +1 @@ -fa962beffb66668318684baaffadaaf0 bitbake-1.4.0.tar.gz +e26e53dffbd85dfde9995ddf478cdc29 bitbake-1.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:46:34 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Fri, 11 Aug 2006 07:46:34 -0700 Subject: rpms/bitbake/FC-5 .cvsignore, 1.2, 1.3 bitbake.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608111446.k7BEkaID005699@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/bitbake/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5678 Modified Files: .cvsignore bitbake.spec sources Log Message: * Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 May 2006 19:59:55 -0000 1.2 +++ .cvsignore 11 Aug 2006 14:46:34 -0000 1.3 @@ -1 +1 @@ -bitbake-1.4.0.tar.gz +bitbake-1.4.2.tar.gz Index: bitbake.spec =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/bitbake.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitbake.spec 1 May 2006 19:59:55 -0000 1.1 +++ bitbake.spec 11 Aug 2006 14:46:34 -0000 1.2 @@ -2,7 +2,7 @@ Summary: BitBake build tool Name: bitbake -Version: 1.4.0 +Version: 1.4.2 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -49,6 +49,9 @@ %{python_sitelib}/bb/ %changelog +* Fri Aug 11 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Wed Apr 26 2006 Andreas Thienemann 1.4.0-1 - Updated to 1.4.0 - Modified to conform to FC4+ .spec syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/bitbake/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 May 2006 19:59:55 -0000 1.2 +++ sources 11 Aug 2006 14:46:34 -0000 1.3 @@ -1 +1 @@ -fa962beffb66668318684baaffadaaf0 bitbake-1.4.0.tar.gz +e26e53dffbd85dfde9995ddf478cdc29 bitbake-1.4.2.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 14:54:42 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 11 Aug 2006 07:54:42 -0700 Subject: fedora-security/audit fc5,1.271,1.272 Message-ID: <200608111454.k7BEsgaO006428@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6114 Modified Files: fc5 Log Message: Note a new squirrelmail issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.271 retrieving revision 1.272 diff -u -r1.271 -r1.272 --- fc5 11 Aug 2006 10:50:50 -0000 1.271 +++ fc5 11 Aug 2006 14:54:40 -0000 1.272 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4020 VULNERABLE (php) #201767 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) From fedora-extras-commits at redhat.com Fri Aug 11 15:10:45 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:45 -0700 Subject: rpms/bzr/devel bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAla7009100@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/devel Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:22 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:10:44 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:44 -0700 Subject: rpms/bzr/FC-4 bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAkx0009092@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/FC-4 Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:16 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:44 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:10:45 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:10:45 -0700 Subject: rpms/bzr/FC-5 bzr.spec,1.6,1.7 Message-ID: <200608111510.k7BFAlEf009096@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9047/FC-5 Modified Files: bzr.spec Log Message: don't ghost pyo files Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bzr.spec 26 Jun 2006 17:20:16 -0000 1.6 +++ bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 @@ -2,7 +2,7 @@ Name: bzr Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -49,124 +49,127 @@ %dir %{python_sitelib}/bzrlib %{python_sitelib}/bzrlib/*.py %{python_sitelib}/bzrlib/*.pyc -%ghost %{python_sitelib}/bzrlib/*.pyo +%{python_sitelib}/bzrlib/*.pyo %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/*.pyo +%{python_sitelib}/bzrlib/doc/*.pyo %dir %{python_sitelib}/bzrlib/doc/api %{python_sitelib}/bzrlib/doc/api/*.py %{python_sitelib}/bzrlib/doc/api/*.pyc -%ghost %{python_sitelib}/bzrlib/doc/api/*.pyo +%{python_sitelib}/bzrlib/doc/api/*.pyo %dir %{python_sitelib}/bzrlib/export %{python_sitelib}/bzrlib/export/*.py %{python_sitelib}/bzrlib/export/*.pyc -%ghost %{python_sitelib}/bzrlib/export/*.pyo +%{python_sitelib}/bzrlib/export/*.pyo %dir %{python_sitelib}/bzrlib/plugins %{python_sitelib}/bzrlib/plugins/*.py %{python_sitelib}/bzrlib/plugins/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/*.pyo +%{python_sitelib}/bzrlib/plugins/*.pyo %dir %{python_sitelib}/bzrlib/plugins/launchpad %{python_sitelib}/bzrlib/plugins/launchpad/*.py %{python_sitelib}/bzrlib/plugins/launchpad/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/launchpad/*.pyo +%{python_sitelib}/bzrlib/plugins/launchpad/*.pyo %dir %{python_sitelib}/bzrlib/util %{python_sitelib}/bzrlib/util/*.py %{python_sitelib}/bzrlib/util/*.pyc -%ghost %{python_sitelib}/bzrlib/util/*.pyo +%{python_sitelib}/bzrlib/util/*.pyo %dir %{python_sitelib}/bzrlib/util/configobj %{python_sitelib}/bzrlib/util/configobj/*.py %{python_sitelib}/bzrlib/util/configobj/*.pyc -%ghost %{python_sitelib}/bzrlib/util/configobj/*.pyo +%{python_sitelib}/bzrlib/util/configobj/*.pyo %dir %{python_sitelib}/bzrlib/transport %{python_sitelib}/bzrlib/transport/*.py %{python_sitelib}/bzrlib/transport/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/*.pyo +%{python_sitelib}/bzrlib/transport/*.pyo %dir %{python_sitelib}/bzrlib/store %{python_sitelib}/bzrlib/store/*.py %{python_sitelib}/bzrlib/store/*.pyc -%ghost %{python_sitelib}/bzrlib/store/*.pyo +%{python_sitelib}/bzrlib/store/*.pyo %dir %{python_sitelib}/bzrlib/store/revision %{python_sitelib}/bzrlib/store/revision/*.py %{python_sitelib}/bzrlib/store/revision/*.pyc -%ghost %{python_sitelib}/bzrlib/store/revision/*.pyo +%{python_sitelib}/bzrlib/store/revision/*.pyo %dir %{python_sitelib}/bzrlib/store/versioned %{python_sitelib}/bzrlib/store/versioned/*.py %{python_sitelib}/bzrlib/store/versioned/*.pyc -%ghost %{python_sitelib}/bzrlib/store/versioned/*.pyo +%{python_sitelib}/bzrlib/store/versioned/*.pyo %dir %{python_sitelib}/bzrlib/transport/http %{python_sitelib}/bzrlib/transport/http/*.py %{python_sitelib}/bzrlib/transport/http/*.pyc -%ghost %{python_sitelib}/bzrlib/transport/http/*.pyo +%{python_sitelib}/bzrlib/transport/http/*.pyo %dir %{python_sitelib}/bzrlib/ui %{python_sitelib}/bzrlib/ui/*.py %{python_sitelib}/bzrlib/ui/*.pyc -%ghost %{python_sitelib}/bzrlib/ui/*.pyo +%{python_sitelib}/bzrlib/ui/*.pyo %dir %{python_sitelib}/bzrlib/util/effbot/org %{python_sitelib}/bzrlib/util/effbot/org/*.py %{python_sitelib}/bzrlib/util/effbot/org/*.pyc -%ghost %{python_sitelib}/bzrlib/util/effbot/org/*.pyo +%{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests %{python_sitelib}/bzrlib/tests/*.py %{python_sitelib}/bzrlib/tests/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/*.pyo +%{python_sitelib}/bzrlib/tests/*.pyo %dir %{python_sitelib}/bzrlib/tests/blackbox %{python_sitelib}/bzrlib/tests/blackbox/*.py %{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/blackbox/*.pyo +%{python_sitelib}/bzrlib/tests/blackbox/*.pyo %dir %{python_sitelib}/bzrlib/tests/branch_implementations %{python_sitelib}/bzrlib/tests/branch_implementations/*.py %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interrepository_implementations %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/repository_implementations %{python_sitelib}/bzrlib/tests/repository_implementations/*.py %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo %dir %{python_sitelib}/bzrlib/tests/workingtree_implementations %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%ghost %{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.2-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Jun 26 2006 Shahms E. King 0.8.2-2 - Require python-paramiko for sftp support From fedora-extras-commits at redhat.com Fri Aug 11 15:11:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:29 -0700 Subject: rpms/bzrtools/FC-4 bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBVJa009154@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/FC-4 Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:34 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:29 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:11:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:30 -0700 Subject: rpms/bzrtools/FC-5 bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBWRO009158@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/FC-5 Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:35 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:30 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:11:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:11:31 -0700 Subject: rpms/bzrtools/devel bzrtools.spec,1.2,1.3 Message-ID: <200608111511.k7BFBXLl009162@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9109/devel Modified Files: bzrtools.spec Log Message: don't ghost .pyo files Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzrtools.spec 24 May 2006 14:25:36 -0000 1.2 +++ bzrtools.spec 11 Aug 2006 15:11:31 -0000 1.3 @@ -2,7 +2,7 @@ Name: bzrtools Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -54,9 +54,12 @@ %dir %{python_sitelib}/bzrlib/plugins/bzrtools %{python_sitelib}/bzrlib/plugins/bzrtools/*.py %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyc -%ghost %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo +%{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.8.1-5 +- Include, don't ghost .pyo files per new guidelines + * Wed May 24 2006 Shahms E. King 0.8.1-4 - Require bzr >= 0.8, rather than only 0.8 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:29 -0700 Subject: rpms/ipython/FC-5 ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCV06009219@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/FC-5 Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/FC-5/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:09 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:29 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:29 -0700 Subject: rpms/ipython/FC-4 ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCVIs009215@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/FC-4 Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/FC-4/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:09 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:28 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:12:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:12:30 -0700 Subject: rpms/ipython/devel ipython.spec,1.11,1.12 Message-ID: <200608111512.k7BFCWVl009223@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9170/devel Modified Files: ipython.spec Log Message: don't ghost .pyo files Index: ipython.spec =================================================================== RCS file: /cvs/extras/rpms/ipython/devel/ipython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ipython.spec 12 Jun 2006 17:53:10 -0000 1.11 +++ ipython.spec 11 Aug 2006 15:12:30 -0000 1.12 @@ -2,7 +2,7 @@ Name: ipython Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -69,11 +69,14 @@ %{python_sitelib}/IPython/Extensions/*.pyc %dir %{python_sitelib}/IPython/UserConfig/ %{python_sitelib}/IPython/UserConfig/* -%ghost %{python_sitelib}/IPython/*.pyo -%ghost %{python_sitelib}/IPython/Extensions/*.pyo +%{python_sitelib}/IPython/*.pyo +%{python_sitelib}/IPython/Extensions/*.pyo %changelog -* Mon Jun 12 2006 Shahms E. King 0.7.2 +* Fri Aug 11 2006 Shahms E. King 0.7.2-2 +- Include, don't ghost .pyo files per new guidelines + +* Mon Jun 12 2006 Shahms E. King 0.7.2-1 - Update to new upstream version * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 From fedora-extras-commits at redhat.com Fri Aug 11 15:13:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:23 -0700 Subject: rpms/python-durus/FC-5 python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDPfq009418@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/FC-5 Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:36 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:22 -0700 Subject: rpms/python-durus/FC-4 python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDOKO009414@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/FC-4 Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:36 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:22 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:23 -0700 Subject: rpms/python-durus/devel python-durus.spec,1.11,1.12 Message-ID: <200608111513.k7BFDPOx009422@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9369/devel Modified Files: python-durus.spec Log Message: don't ghost .pyo files Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-durus.spec 2 Jun 2006 16:51:37 -0000 1.11 +++ python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 @@ -5,7 +5,7 @@ Name: python-durus Version: 3.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -52,10 +52,13 @@ %{python_sitearch}/durus/*.so %{python_sitearch}/durus/*.py %{python_sitearch}/durus/*.pyc -%ghost %{python_sitearch}/durus/*.pyo +%{python_sitearch}/durus/*.pyo %{_bindir}/durus %changelog +* Fri Aug 11 2006 Shahms E. King 3.4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri Jun 02 2006 Shahms E. King 3.4.1-2 - Use pyver macro everywhere From fedora-extras-commits at redhat.com Fri Aug 11 15:13:57 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:57 -0700 Subject: rpms/python-lxml/FC-4 python-lxml.spec,1.4,1.5 Message-ID: <200608111513.k7BFDxjk009473@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/FC-4 Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:08 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:13:58 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:58 -0700 Subject: rpms/python-lxml/devel python-lxml.spec,1.4,1.5 Message-ID: <200608111514.k7BFE0aq009481@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/devel Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:15 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:58 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:13:57 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:13:57 -0700 Subject: rpms/python-lxml/FC-5 python-lxml.spec,1.4,1.5 Message-ID: <200608111513.k7BFDx9L009477@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9428/FC-5 Modified Files: python-lxml.spec Log Message: don't ghost .pyo files Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/python-lxml.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-lxml.spec 7 Jul 2006 18:23:09 -0000 1.4 +++ python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -53,9 +53,12 @@ %{python_sitearch}/lxml/*.so %{python_sitearch}/lxml/*.py %{python_sitearch}/lxml/*.pyc -%ghost %{python_sitearch}/lxml/*.pyo +%{python_sitearch}/lxml/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.0.2-2 +- Include, don't ghost .pyo files per new guidelines + * Fri Jul 07 2006 Shahms E. King 1.0.2-1 - Update to new upstream release From fedora-extras-commits at redhat.com Fri Aug 11 15:14:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:23 -0700 Subject: rpms/python-paramiko/FC-4 python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEPup009532@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/FC-4 Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-4/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:23 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:14:23 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:23 -0700 Subject: rpms/python-paramiko/FC-5 python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEPHP009536@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/FC-5 Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/FC-5/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:30 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:23 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:14:24 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:14:24 -0700 Subject: rpms/python-paramiko/devel python-paramiko.spec,1.5,1.6 Message-ID: <200608111514.k7BFEQiV009540@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-paramiko/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9487/devel Modified Files: python-paramiko.spec Log Message: don't ghost .pyo files Index: python-paramiko.spec =================================================================== RCS file: /cvs/extras/rpms/python-paramiko/devel/python-paramiko.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-paramiko.spec 8 Aug 2006 15:53:31 -0000 1.5 +++ python-paramiko.spec 11 Aug 2006 15:14:24 -0000 1.6 @@ -5,7 +5,7 @@ Name: python-paramiko Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A SSH2 protocol library for python Group: Development/Libraries @@ -54,9 +54,12 @@ %dir %{python_sitelib}/paramiko %{python_sitelib}/paramiko/*.py %{python_sitelib}/paramiko/*.pyc -%ghost %{python_sitelib}/paramiko/*.pyo +%{python_sitelib}/paramiko/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.6.1-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 1.6.1-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:15:27 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:27 -0700 Subject: rpms/python-protocols/FC-5 python-protocols.spec,1.5,1.6 Message-ID: <200608111515.k7BFFTkN009602@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/FC-5 Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/python-protocols.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-protocols.spec 13 Feb 2006 17:53:03 -0000 1.5 +++ python-protocols.spec 11 Aug 2006 15:15:27 -0000 1.6 @@ -1,22 +1,26 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define python_abi %(%{__python} -c "import sys; print sys.version[:3]") -%define srcname PyProtocols +%define srcname PyProtocols +%define alphatag a0dev_r2082 +%define srcver 1.0%{?alphatag} +%define eggver 1.0a0 Name: python-protocols -Version: 0.9.3 -Release: 7%{?dist} +Version: 1.0 +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries License: PSF or ZPL URL: http://peak.telecommunity.com/PyProtocols.html -Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +#Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +Source0: http://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools -Requires: python-abi = %{python_abi} +Requires: python-abi = %{python_abi} %description PyProtocols is an implementation of PEP 246 allowing Python programmers to @@ -24,7 +28,7 @@ fragile 'isinstance' if type() comparisons. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{srcname}-%{srcver} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -44,14 +48,20 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo -%dir %{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info -%{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info/* +%{python_sitearch}/protocols/*/*.pyo +%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info +%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + +* Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 +- Update to new upstream location and snapshot version + * Mon Feb 13 2006 Shahms E. King 0.9.3-7 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:15:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:28 -0700 Subject: rpms/python-protocols/devel python-protocols.spec,1.6,1.7 Message-ID: <200608111515.k7BFFUpb009606@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/devel Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-protocols.spec 19 Apr 2006 15:43:55 -0000 1.6 +++ python-protocols.spec 11 Aug 2006 15:15:27 -0000 1.7 @@ -8,7 +8,7 @@ Name: python-protocols Version: 1.0 -Release: 0.1.%{alphatag}%{?dist} +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -48,14 +48,17 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo +%{python_sitearch}/protocols/*/*.pyo %dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + * Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 - Update to new upstream location and snapshot version From fedora-extras-commits at redhat.com Fri Aug 11 15:15:26 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:15:26 -0700 Subject: rpms/python-protocols/FC-4 python-protocols.spec,1.4,1.5 Message-ID: <200608111515.k7BFFSOq009600@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9555/FC-4 Modified Files: python-protocols.spec Log Message: don't ghost pyo files, update FC4 and FC5 versions to snapshot Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/python-protocols.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-protocols.spec 12 May 2005 14:52:33 -0000 1.4 +++ python-protocols.spec 11 Aug 2006 15:15:26 -0000 1.5 @@ -1,37 +1,41 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define python_abi %(%{__python} -c "import sys; print sys.version[:3]") -%define srcname PyProtocols +%define srcname PyProtocols +%define alphatag a0dev_r2082 +%define srcver 1.0%{?alphatag} +%define eggver 1.0a0 Name: python-protocols -Version: 0.9.3 -Release: 5%{?dist} +Version: 1.0 +Release: 0.2.%{alphatag}%{?dist} Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries License: PSF or ZPL URL: http://peak.telecommunity.com/PyProtocols.html -Source0: http://peak.telecommunity.com/dist/PyProtocols-0.9.3.tar.gz -Source1: setuptools.tar.gz +#Source0: http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz +Source0: http://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +BuildRequires: python-devel python-setuptools +Requires: python-abi = %{python_abi} %description -PyProtocols is an implementation of PEP 246 allowing Python programmers to define -Interfaces and adapters between them, thereby reducing or eliminating fragile 'isinstance' -if type() comparisons. +PyProtocols is an implementation of PEP 246 allowing Python programmers to +define Interfaces and adapters between them, thereby reducing or eliminating +fragile 'isinstance' if type() comparisons. %prep -%setup -q -n %{srcname}-%{version} -a 1 +%setup -q -n %{srcname}-%{srcver} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed %clean rm -rf $RPM_BUILD_ROOT @@ -44,12 +48,26 @@ %{python_sitearch}/protocols/*.so %{python_sitearch}/protocols/*.py %{python_sitearch}/protocols/*.pyc -%ghost %{python_sitearch}/protocols/*.pyo +%{python_sitearch}/protocols/*.pyo %{python_sitearch}/protocols/*/*.py %{python_sitearch}/protocols/*/*.pyc -%ghost %{python_sitearch}/protocols/*/*.pyo +%{python_sitearch}/protocols/*/*.pyo +%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info +%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/* %changelog +* Fri Aug 11 2006 Shahms E. King 1.0-0.2.a0dev_r2082 +- Include, don't ghost .pyo files per new guidelines + +* Wed Apr 19 2006 Shahms E. King 1.0-0.1.a0dev_r2082 +- Update to new upstream location and snapshot version + +* Mon Feb 13 2006 Shahms E. King 0.9.3-7 +- Rebuild for FC5 + +* Tue Jan 31 2006 Shahms E. King 0.9.3-6 +- BuildRequires setuptools, rather than including it + * Thu May 12 2005 Shahms E. King 0.9.3-4 - rebuilt, add dist tag From fedora-extras-commits at redhat.com Fri Aug 11 15:16:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:28 -0700 Subject: rpms/python-psyco/devel python-psyco.spec,1.10,1.11 Message-ID: <200608111516.k7BFGUkg009662@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/devel Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/devel/python-psyco.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psyco.spec 5 May 2006 15:03:29 -0000 1.10 +++ python-psyco.spec 11 Aug 2006 15:16:28 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:16:21 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:21 -0700 Subject: rpms/python-psyco/FC-4 python-psyco.spec,1.10,1.11 Message-ID: <200608111516.k7BFGrRf009665@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/FC-4 Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/FC-4/python-psyco.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-psyco.spec 5 May 2006 15:03:21 -0000 1.10 +++ python-psyco.spec 11 Aug 2006 15:16:21 -0000 1.11 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:16:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:16:22 -0700 Subject: rpms/python-psyco/FC-5 python-psyco.spec,1.9,1.10 Message-ID: <200608111516.k7BFGsVi009668@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psyco/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9615/FC-5 Modified Files: python-psyco.spec Log Message: don't ghost .pyo files Index: python-psyco.spec =================================================================== RCS file: /cvs/extras/rpms/python-psyco/FC-5/python-psyco.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-psyco.spec 5 May 2006 15:03:26 -0000 1.9 +++ python-psyco.spec 11 Aug 2006 15:16:22 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Python Specialing Compiler @@ -52,9 +52,12 @@ %{python_sitearch}/psyco/*.py %{python_sitearch}/psyco/*.pyc %dir %{python_sitearch}/psyco -%ghost %{python_sitearch}/psyco/*.pyo +%{python_sitearch}/psyco/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 1.5.1-3 +- Include, don't ghost .pyo files per new guidelines + * Fri May 05 2006 Shahms E. King 1.5.1-2 - Fix source line and rebuild From fedora-extras-commits at redhat.com Fri Aug 11 15:19:52 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:52 -0700 Subject: rpms/python-quixote/FC-4 python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJsDj009736@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/FC-4 Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/FC-4/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:13 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:51 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:19:53 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:53 -0700 Subject: rpms/python-quixote/devel python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJtrl009744@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/devel Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/devel/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:19 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:53 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:19:52 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:19:52 -0700 Subject: rpms/python-quixote/FC-5 python-quixote.spec,1.9,1.10 Message-ID: <200608111519.k7BFJsaK009740@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-quixote/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9691/FC-5 Modified Files: python-quixote.spec Log Message: don't ghost .pyo files Index: python-quixote.spec =================================================================== RCS file: /cvs/extras/rpms/python-quixote/FC-5/python-quixote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-quixote.spec 13 Feb 2006 17:59:19 -0000 1.9 +++ python-quixote.spec 11 Aug 2006 15:19:52 -0000 1.10 @@ -4,7 +4,7 @@ Name: python-quixote Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly Pythonic Web application framework Group: Development/Libraries @@ -44,32 +44,35 @@ %defattr(-,root,root,-) %doc doc/ CHANGES README TODO LICENSE %dir %{python_sitearch}/quixote -%{python_sitearch}/quixote/*.py +%{python_sitearch}/quixote/* %{python_sitearch}/quixote/*.pyc -%ghost %{python_sitearch}/quixote/*.pyo +%{python_sitearch}/quixote/*.pyo %dir %{python_sitearch}/quixote/demo/ %{python_sitearch}/quixote/demo/*.py %{python_sitearch}/quixote/demo/*.pyc %{python_sitearch}/quixote/demo/*.ptl -%ghost %{python_sitearch}/quixote/demo/*.pyo +%{python_sitearch}/quixote/demo/*.pyo %dir %{python_sitearch}/quixote/form/ %{python_sitearch}/quixote/form/*.py %{python_sitearch}/quixote/form/*.pyc -%ghost %{python_sitearch}/quixote/form/*.pyo +%{python_sitearch}/quixote/form/*.pyo %dir %{python_sitearch}/quixote/server/ %{python_sitearch}/quixote/server/*.py %{python_sitearch}/quixote/server/*.pyc -%ghost %{python_sitearch}/quixote/server/*.pyo +%{python_sitearch}/quixote/server/*.pyo %{python_sitearch}/quixote/ptl/*.py %{python_sitearch}/quixote/ptl/*.pyc %{python_sitearch}/quixote/ptl/*.so -%ghost %{python_sitearch}/quixote/ptl/*.pyo +%{python_sitearch}/quixote/ptl/*.pyo %{python_sitearch}/quixote/html/*.py %{python_sitearch}/quixote/html/*.pyc %{python_sitearch}/quixote/html/*.so -%ghost %{python_sitearch}/quixote/html/*.pyo +%{python_sitearch}/quixote/html/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 2.4-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 2.4-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:29 -0700 Subject: rpms/python-simpletal/FC-5 python-simpletal.spec,1.7,1.8 Message-ID: <200608111520.k7BFKVw6009810@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/FC-5 Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-5/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:02:00 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:29 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:30 -0700 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.7,1.8 Message-ID: <200608111520.k7BFKWJG009814@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/devel Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:02:00 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:30 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:20:28 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:20:28 -0700 Subject: rpms/python-simpletal/FC-4 python-simpletal.spec,1.7,1.8 Message-ID: <200608111521.k7BFL0nU009817@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9764/FC-4 Modified Files: python-simpletal.spec Log Message: don't ghost .pyo files Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-4/python-simpletal.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-simpletal.spec 13 Feb 2006 18:01:37 -0000 1.7 +++ python-simpletal.spec 11 Aug 2006 15:20:28 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -44,9 +44,12 @@ %dir %{python_sitelib}/simpletal %{python_sitelib}/simpletal/*.py %{python_sitelib}/simpletal/*.pyc -%ghost %{python_sitelib}/simpletal/*.pyo +%{python_sitelib}/simpletal/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 4.1-3 +- Include, don't ghost .pyo files per new guidelines + * Mon Feb 13 2006 Shahms E. King 4.1-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Fri Aug 11 15:21:27 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:27 -0700 Subject: rpms/python-sqlalchemy/devel python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLTC9009870@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/devel Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:39 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:27 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:21:21 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:21 -0700 Subject: rpms/python-sqlalchemy/FC-4 python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLrFZ009873@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/FC-4 Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:37 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:21 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:21:22 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:21:22 -0700 Subject: rpms/python-sqlalchemy/FC-5 python-sqlalchemy.spec,1.5,1.6 Message-ID: <200608111521.k7BFLsaW009876@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9823/FC-5 Modified Files: python-sqlalchemy.spec Log Message: don't ghost .pyo files Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sqlalchemy.spec 8 Aug 2006 15:52:38 -0000 1.5 +++ python-sqlalchemy.spec 11 Aug 2006 15:21:22 -0000 1.6 @@ -6,7 +6,7 @@ Name: python-sqlalchemy Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -53,29 +53,32 @@ %dir %{python_sitelib}/sqlalchemy %{python_sitelib}/sqlalchemy/*.py %{python_sitelib}/sqlalchemy/*.pyc -%ghost %{python_sitelib}/sqlalchemy/*.pyo +%{python_sitelib}/sqlalchemy/*.pyo %dir %{python_sitelib}/sqlalchemy/databases %{python_sitelib}/sqlalchemy/databases/*.py %{python_sitelib}/sqlalchemy/databases/*.pyc -%ghost %{python_sitelib}/sqlalchemy/databases/*.pyo +%{python_sitelib}/sqlalchemy/databases/*.pyo %dir %{python_sitelib}/sqlalchemy/ext %{python_sitelib}/sqlalchemy/ext/*.py %{python_sitelib}/sqlalchemy/ext/*.pyc -%ghost %{python_sitelib}/sqlalchemy/ext/*.pyo +%{python_sitelib}/sqlalchemy/ext/*.pyo %dir %{python_sitelib}/sqlalchemy/mods %{python_sitelib}/sqlalchemy/mods/*.py %{python_sitelib}/sqlalchemy/mods/*.pyc -%ghost %{python_sitelib}/sqlalchemy/mods/*.pyo +%{python_sitelib}/sqlalchemy/mods/*.pyo %dir %{python_sitelib}/sqlalchemy/engine %{python_sitelib}/sqlalchemy/engine/*.py %{python_sitelib}/sqlalchemy/engine/*.pyc -%ghost %{python_sitelib}/sqlalchemy/engine/*.pyo +%{python_sitelib}/sqlalchemy/engine/*.pyo %dir %{python_sitelib}/sqlalchemy/orm %{python_sitelib}/sqlalchemy/orm/*.py %{python_sitelib}/sqlalchemy/orm/*.pyc -%ghost %{python_sitelib}/sqlalchemy/orm/*.pyo +%{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.2.6-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 0.2.6-1 - Update to new upstream version From fedora-extras-commits at redhat.com Fri Aug 11 15:22:42 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:42 -0700 Subject: rpms/python-tpg/FC-5 python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMiUF009947@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/FC-5 Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-5/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:51 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:41 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:22:42 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:42 -0700 Subject: rpms/python-tpg/devel python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMiJI009951@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/devel Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:56 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:42 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:22:41 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:22:41 -0700 Subject: rpms/python-tpg/FC-4 python-tpg.spec,1.7,1.8 Message-ID: <200608111522.k7BFMhSg009945@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900/FC-4 Modified Files: python-tpg.spec Log Message: don't ghost .pyo files Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-4/python-tpg.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-tpg.spec 8 Aug 2006 15:51:50 -0000 1.7 +++ python-tpg.spec 11 Aug 2006 15:22:41 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -58,9 +58,12 @@ %{_bindir}/tpg %{python_sitelib}/tpg.py %{python_sitelib}/tpg.pyc -%ghost %{python_sitelib}/tpg.pyo +%{python_sitelib}/tpg.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 3.1.0-2 +- Include, don't ghost .pyo files per new guidelines + * Tue Aug 08 2006 Shahms E. King 3.1.0-1 - update to upstream 3.1.0 From fedora-extras-commits at redhat.com Fri Aug 11 15:28:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:19 -0700 Subject: rpms/perl-WWW-Myspace/devel perl-WWW-Myspace.spec,1.4,1.5 Message-ID: <200608111528.k7BFSpet010136@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/devel Modified Files: perl-WWW-Myspace.spec Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/devel/perl-WWW-Myspace.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-WWW-Myspace.spec 11 Aug 2006 05:00:10 -0000 1.4 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:19 -0000 1.5 @@ -12,7 +12,7 @@ Name: perl-WWW-Myspace Version: 0.52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -54,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -62,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -90,6 +89,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + * Wed Aug 09 2006 Chris Weyl 0.52-1 - update to 0.52 From fedora-extras-commits at redhat.com Fri Aug 11 15:28:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:18 -0700 Subject: rpms/perl-WWW-Myspace/FC-4 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111528.k7BFSo1L010126@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/FC-4 Modified Files: perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-4/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:15 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:17 -0000 1.4 @@ -1,8 +1,18 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 -Release: 1%{?dist} +Version: 0.52 +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -50,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,7 +72,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +89,17 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:15 -0000 1.3 +++ sources 11 Aug 2006 15:28:17 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:28:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:28:18 -0700 Subject: rpms/perl-WWW-Myspace/FC-5 perl-WWW-Myspace.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111528.k7BFSoeZ010133@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-WWW-Myspace/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9998/FC-5 Modified Files: perl-WWW-Myspace.spec sources Log Message: update to 0.52 Index: perl-WWW-Myspace.spec =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/perl-WWW-Myspace.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-WWW-Myspace.spec 11 Jul 2006 02:45:16 -0000 1.3 +++ perl-WWW-Myspace.spec 11 Aug 2006 15:28:18 -0000 1.4 @@ -1,8 +1,18 @@ -# $Id$ +# Note: Some tests for this package are disabled by default, as they +# require network access and would thus fail in the buildsys' mock +# environments. To build locally while enabling tests, either: +# +# rpmbuild ... --define '_with_network_tests 1' ... +# rpmbuild ... --with network_tests ... +# define _with_network_tests 1 in your ~/.rpmmacros +# +# Note that right now, the only way to run tests locally from a cvs sandbox # +# "make noarch" type scenario is the third one. + Name: perl-WWW-Myspace -Version: 0.50 -Release: 1%{?dist} +Version: 0.52 +Release: 2%{?dist} Summary: Access your myspace.com profile in Perl! Group: Development/Libraries @@ -24,6 +34,8 @@ BuildRequires: perl(Locale::SubCountry), perl(Math::Round) BuildRequires: perl(Params::Validate), perl(Class::DBI) BuildRequires: perl(Class::DBI::Loader), perl(WWW::Mechanize) +BuildRequires: perl(Time::Local), perl(DateTime::Format::MySQL) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -42,7 +54,7 @@ %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -50,7 +62,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -61,7 +72,7 @@ %check # tests are disabled for mock/plague build as they attempt to access the # mspace site. -#make test +%{?_with_network_tests: make test } %clean @@ -78,6 +89,17 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 0.52-2 +- nix some errant spec bits + +* Wed Aug 09 2006 Chris Weyl 0.52-1 +- update to 0.52 + +* Fri Aug 04 2006 Chris Weyl 0.51-1 +- update to 0.51 +- Add two new BR's: Time::Local and DateTime::Format::MySQL +- Also add _with_network_tests wrapper + * Mon Jul 10 2006 Chris Weyl 0.50-1 - update to latest release Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-WWW-Myspace/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 02:45:16 -0000 1.3 +++ sources 11 Aug 2006 15:28:18 -0000 1.4 @@ -1 +1 @@ -79c0dc199fb90ab49cc04dcab4a6072e WWW-Myspace-0.50.tar.gz +b11e8bf3ff5537b1903825a733da87ed WWW-Myspace-0.52.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:50 -0700 Subject: rpms/perl-Object-InsideOut/FC-4 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcqHj011527@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/FC-4 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:50 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:34 -0000 1.3 +++ sources 11 Aug 2006 15:38:50 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:51 -0700 Subject: rpms/perl-Object-InsideOut/FC-5 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcrWe011532@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/FC-5 Modified Files: perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:34 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:51 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:34 -0000 1.3 +++ sources 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:38:52 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 08:38:52 -0700 Subject: rpms/perl-Object-InsideOut/devel .cvsignore, 1.3, 1.4 perl-Object-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111538.k7BFcsAV011538@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Object-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11477/devel Modified Files: .cvsignore perl-Object-InsideOut.spec sources Log Message: update to 1.49 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 04:10:03 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -Object-InsideOut-1.48.tar.gz +Object-InsideOut-1.49.tar.gz Index: perl-Object-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Object-InsideOut.spec 6 Aug 2006 04:10:03 -0000 1.3 +++ perl-Object-InsideOut.spec 11 Aug 2006 15:38:51 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Object-InsideOut -Version: 1.48 +Version: 1.49 Release: 1%{?dist} Summary: Comprehensive inside-out object support module @@ -61,6 +61,9 @@ %changelog +* Fri Aug 11 2006 Chris Weyl 1.49-1 +- update to 1.49 + * Sat Aug 05 2006 Chris Weyl 1.48-1 - update to 1.48 - drop some unneeded bits from the spec Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 04:10:03 -0000 1.3 +++ sources 11 Aug 2006 15:38:51 -0000 1.4 @@ -1 +1 @@ -2237f3f1ff562089f0bc368c2fb3e3fa Object-InsideOut-1.48.tar.gz +4561fef433b7369025deb87197f14372 Object-InsideOut-1.49.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:42:29 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:42:29 -0700 Subject: rpms/python-protocols/FC-4 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608111542.k7BFgVSv011679@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11645/FC-4 Modified Files: .cvsignore sources Log Message: fix sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Mar 2005 20:49:49 -0000 1.2 +++ .cvsignore 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -PyProtocols-0.9.3.tar.gz -setuptools.tar.gz +PyProtocols-1.0a0dev_r2082.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Mar 2005 20:49:49 -0000 1.2 +++ sources 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -50559c9869389e9d576b98f6382b1324 PyProtocols-0.9.3.tar.gz -1fe0f57c72b81ab7fc357b972ba80f4b setuptools.tar.gz +11c5871560b65cf72b45845013297b94 PyProtocols-1.0a0dev_r2082.zip From fedora-extras-commits at redhat.com Fri Aug 11 15:42:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:42:30 -0700 Subject: rpms/python-protocols/FC-5 .cvsignore,1.2,1.3 sources,1.3,1.4 Message-ID: <200608111542.k7BFgW08011684@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11645/FC-5 Modified Files: .cvsignore sources Log Message: fix sources file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Mar 2005 20:49:49 -0000 1.2 +++ .cvsignore 11 Aug 2006 15:42:29 -0000 1.3 @@ -1,2 +1 @@ -PyProtocols-0.9.3.tar.gz -setuptools.tar.gz +PyProtocols-1.0a0dev_r2082.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Feb 2006 17:53:03 -0000 1.3 +++ sources 11 Aug 2006 15:42:29 -0000 1.4 @@ -1 +1 @@ -50559c9869389e9d576b98f6382b1324 PyProtocols-0.9.3.tar.gz +11c5871560b65cf72b45845013297b94 PyProtocols-1.0a0dev_r2082.zip From fedora-extras-commits at redhat.com Fri Aug 11 15:49:30 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 11 Aug 2006 08:49:30 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.1, 1.2 Message-ID: <200608111549.k7BFnWKs011888@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11869 Modified Files: nautilus-flac-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.2-3 - Add BR for nautilus-devel, due to Core change. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nautilus-flac-converter.spec 14 Feb 2006 13:59:24 -0000 1.1 +++ nautilus-flac-converter.spec 11 Aug 2006 15:49:30 -0000 1.2 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 -BuildRequires: nautilus >= 2.6.0 +BuildRequires: nautilus-devel >= 2.6.0 Requires: vorbis-tools @@ -50,6 +50,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.2-3 +- Add BR for nautilus-devel, due to Core change. + * Tue Feb 7 2006 Brian Pepple - 0.0.2-2 - Update URL & Source for sourceforge address. From fedora-extras-commits at redhat.com Fri Aug 11 15:53:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 11 Aug 2006 08:53:42 -0700 Subject: rpms/lilypond/FC-5 .cvsignore, 1.3, 1.4 lilypond.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608111553.k7BFrib1011990@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11969 Modified Files: .cvsignore lilypond.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Jun 2006 16:39:17 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:53:42 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4.tar.gz +lilypond-2.8.6.tar.gz Index: lilypond.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/lilypond.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lilypond.spec 6 Jun 2006 16:39:17 -0000 1.3 +++ lilypond.spec 11 Aug 2006 15:53:42 -0000 1.4 @@ -1,5 +1,5 @@ Name: lilypond -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: A typesetting system for music notation @@ -90,6 +90,9 @@ %changelog +* Fri Aug 11 2006 Quentin Spencer 2.8.6-1 +- New release. + * Tue Jun 6 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Jun 2006 16:39:17 -0000 1.3 +++ sources 11 Aug 2006 15:53:42 -0000 1.4 @@ -1 +1 @@ -3db85f95f1717ba89f1c86bf433dc9db lilypond-2.8.4.tar.gz +e1c2e8c337e7b46e8f4210882597deac lilypond-2.8.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:53:54 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 11 Aug 2006 08:53:54 -0700 Subject: rpms/nautilus-image-converter/devel nautilus-image-converter.spec, 1.4, 1.5 Message-ID: <200608111553.k7BFru6r012047@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-image-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12028 Modified Files: nautilus-image-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.5-4 - Add BR for nautilus-devel, due to Core change. Index: nautilus-image-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-image-converter/devel/nautilus-image-converter.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nautilus-image-converter.spec 13 Feb 2006 17:51:45 -0000 1.4 +++ nautilus-image-converter.spec 11 Aug 2006 15:53:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: nautilus-image-converter Version: 0.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Nautilus extension to mass resize images Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 -BuildRequires: nautilus >= 2.6.0 +BuildRequires: nautilus-devel >= 2.6.0 BuildRequires: gettext Requires: ImageMagick @@ -50,6 +50,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.5-4 +- Add BR for nautilus-devel, due to Core change. + * Mon Feb 13 2006 Brian Pepple - 0.0.5-3 - rebuilt for new gcc4.1 snapshot and glibc changes From fedora-extras-commits at redhat.com Fri Aug 11 15:56:56 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 11 Aug 2006 08:56:56 -0700 Subject: rpms/lilypond-doc/FC-5 .cvsignore, 1.3, 1.4 lilypond-doc.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608111556.k7BFuwJq012132@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/lilypond-doc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12111 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 24 Jul 2006 21:43:12 -0000 1.3 +++ .cvsignore 11 Aug 2006 15:56:56 -0000 1.4 @@ -1 +1 @@ -lilypond-2.8.4-1.documentation.tar.bz2 +lilypond-2.8.6-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/lilypond-doc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lilypond-doc.spec 24 Jul 2006 21:43:12 -0000 1.2 +++ lilypond-doc.spec 11 Aug 2006 15:56:56 -0000 1.3 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.8.4 +Version: 2.8.6 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -43,6 +43,9 @@ %changelog +* Fri Aug 11 2006 Quentin Spencer 2.8.6-1 +- New release. + * Mon Jul 24 2006 Quentin Spencer 2.8.4-1 - New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/lilypond-doc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 24 Jul 2006 21:43:12 -0000 1.3 +++ sources 11 Aug 2006 15:56:56 -0000 1.4 @@ -1 +1 @@ -515b50bba689fe8d491f2b6836c324a6 lilypond-2.8.4-1.documentation.tar.bz2 +1e460125fcf9a7c2223e0282c99d32ac lilypond-2.8.6-1.documentation.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 15:58:09 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:09 -0700 Subject: rpms/bzr/devel .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwBmI012238@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/devel Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:38 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:09 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:38 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:09 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:09 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:38 -0000 1.4 +++ sources 11 Aug 2006 15:58:09 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:58:02 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:02 -0700 Subject: rpms/bzr/FC-4 .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwZHx012247@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/FC-4 Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:37 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:02 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:31 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:02 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:44 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:02 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:37 -0000 1.4 +++ sources 11 Aug 2006 15:58:02 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 15:58:03 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 08:58:03 -0700 Subject: rpms/bzr/FC-5 .cvsignore, 1.4, 1.5 bzr-sys-etree.patch, 1.2, 1.3 bzr.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200608111558.k7BFwZok012256@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzr/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12176/FC-5 Modified Files: .cvsignore bzr-sys-etree.patch bzr.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 May 2006 15:22:38 -0000 1.4 +++ .cvsignore 11 Aug 2006 15:58:03 -0000 1.5 @@ -1 +1 @@ -bzr-0.8.2.tar.gz +bzr-0.9.tar.gz bzr-sys-etree.patch: Index: bzr-sys-etree.patch =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr-sys-etree.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bzr-sys-etree.patch 10 May 2006 22:40:32 -0000 1.2 +++ bzr-sys-etree.patch 11 Aug 2006 15:58:03 -0000 1.3 @@ -1,27 +1,27 @@ -diff -ru bzr-0.8.orig/bzrlib/xml_serializer.py bzr-0.8/bzrlib/xml_serializer.py ---- bzr-0.8.orig/bzrlib/xml_serializer.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/bzrlib/xml_serializer.py 2006-05-10 15:19:46.000000000 -0700 -@@ -30,9 +30,9 @@ +diff -urN bzr-0.9.orig/bzrlib/xml_serializer.py bzr-0.9/bzrlib/xml_serializer.py +--- bzr-0.9.orig/bzrlib/xml_serializer.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/bzrlib/xml_serializer.py 2006-08-11 08:37:01.000000000 -0700 +@@ -31,10 +31,10 @@ except ImportError: mutter('WARNING: using slower ElementTree; consider installing cElementTree' " and make sure it's on your PYTHONPATH") - from util.elementtree.ElementTree import (ElementTree, SubElement, -- Element, XMLTreeBuilder, -- fromstring, tostring) + from elementtree.ElementTree import (ElementTree, SubElement, -+ Element, XMLTreeBuilder, -+ fromstring, tostring) + Element, XMLTreeBuilder, + fromstring, tostring) +- import util.elementtree as elementtree ++ import elementtree from bzrlib.errors import BzrError -diff -ru bzr-0.8.orig/setup.py bzr-0.8/setup.py ---- bzr-0.8.orig/setup.py 2006-05-07 21:17:16.000000000 -0700 -+++ bzr-0.8/setup.py 2006-05-10 15:20:04.000000000 -0700 -@@ -108,7 +108,6 @@ +diff -urN bzr-0.9.orig/setup.py bzr-0.9/setup.py +--- bzr-0.9.orig/setup.py 2006-08-11 03:35:06.000000000 -0700 ++++ bzr-0.9/setup.py 2006-08-11 08:35:29.000000000 -0700 +@@ -112,7 +112,6 @@ 'bzrlib.transport.http', 'bzrlib.ui', 'bzrlib.util', - 'bzrlib.util.elementtree', 'bzrlib.util.effbot.org', 'bzrlib.util.configobj', - ], + 'bzrlib.bundle', Index: bzr.spec =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/bzr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bzr.spec 11 Aug 2006 15:10:45 -0000 1.7 +++ bzr.spec 11 Aug 2006 15:58:03 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzr -Version: 0.8.2 -Release: 3%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Friendly distributed version control system Group: Development/Tools @@ -51,6 +51,21 @@ %{python_sitelib}/bzrlib/*.pyc %{python_sitelib}/bzrlib/*.pyo +%dir %{python_sitelib}/bzrlib/benchmarks +%{python_sitelib}/bzrlib/benchmarks/*.py +%{python_sitelib}/bzrlib/benchmarks/*.pyc +%{python_sitelib}/bzrlib/benchmarks/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle +%{python_sitelib}/bzrlib/bundle/*.py +%{python_sitelib}/bzrlib/bundle/*.pyc +%{python_sitelib}/bzrlib/bundle/*.pyo + +%dir %{python_sitelib}/bzrlib/bundle/serializer +%{python_sitelib}/bzrlib/bundle/serializer/*.py +%{python_sitelib}/bzrlib/bundle/serializer/*.pyc +%{python_sitelib}/bzrlib/bundle/serializer/*.pyo + %dir %{python_sitelib}/bzrlib/doc %{python_sitelib}/bzrlib/doc/*.py %{python_sitelib}/bzrlib/doc/*.pyc @@ -122,51 +137,12 @@ %{python_sitelib}/bzrlib/util/effbot/org/*.pyo %dir %{python_sitelib}/bzrlib/tests -%{python_sitelib}/bzrlib/tests/*.py -%{python_sitelib}/bzrlib/tests/*.pyc -%{python_sitelib}/bzrlib/tests/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/blackbox -%{python_sitelib}/bzrlib/tests/blackbox/*.py -%{python_sitelib}/bzrlib/tests/blackbox/*.pyc -%{python_sitelib}/bzrlib/tests/blackbox/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/branch_implementations -%{python_sitelib}/bzrlib/tests/branch_implementations/*.py -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/branch_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/bzrdir_implementations -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.py -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/bzrdir_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interrepository_implementations -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.py -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interrepository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/interversionedfile_implementations -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.py -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/interversionedfile_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/repository_implementations -%{python_sitelib}/bzrlib/tests/repository_implementations/*.py -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/repository_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/revisionstore_implementations -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.py -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/revisionstore_implementations/*.pyo - -%dir %{python_sitelib}/bzrlib/tests/workingtree_implementations -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.py -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyc -%{python_sitelib}/bzrlib/tests/workingtree_implementations/*.pyo +%{python_sitelib}/bzrlib/tests/* %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream + * Fri Aug 11 2006 Shahms E. King 0.8.2-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzr/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 May 2006 15:22:38 -0000 1.4 +++ sources 11 Aug 2006 15:58:03 -0000 1.5 @@ -1 +1 @@ -9bcfcc2a60156a5a74e247846ebe7473 bzr-0.8.2.tar.gz +46a3320a7830b13516bef084bb87d86c bzr-0.9.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:43 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:43 -0700 Subject: rpms/bzrtools/devel .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111603.k7BG3jQq014853@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/devel Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:42 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:31 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:42 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:42 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:39 -0700 Subject: rpms/bzrtools/FC-4 .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111604.k7BG4FK4014863@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/FC-4 Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:39 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:29 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:39 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:39 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:03:41 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Fri, 11 Aug 2006 09:03:41 -0700 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.2, 1.3 bzrtools.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608111604.k7BG4F8w014864@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14798/FC-5 Modified Files: .cvsignore bzrtools.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 May 2006 14:56:04 -0000 1.2 +++ .cvsignore 11 Aug 2006 16:03:40 -0000 1.3 @@ -1 +1 @@ -bzrtools-0.8.1.tar.gz +bzrtools-0.9.0.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bzrtools.spec 11 Aug 2006 15:11:30 -0000 1.3 +++ bzrtools.spec 11 Aug 2006 16:03:40 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.8.1 -Release: 5%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG Group: Development/Tools @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") -Requires: bzr >= 0.8 +Requires: bzr >= 0.9 %description BzrTools is a collection of plugins for Bazaar-NG (bzr). Among the included @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Fri Aug 11 2006 Shahms E. King 0.9-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.8.1-5 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 May 2006 14:56:04 -0000 1.2 +++ sources 11 Aug 2006 16:03:40 -0000 1.3 @@ -1 +1 @@ -d1b913b55d5249d3ff007c756042b0df bzrtools-0.8.1.tar.gz +fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 16:23:04 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Fri, 11 Aug 2006 09:23:04 -0700 Subject: check-mirrors return-mirrorlist.py,1.14,1.15 Message-ID: <200608111623.k7BGN4PV015223@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15204 Modified Files: return-mirrorlist.py Log Message: Fixed bad checks on arch variable. Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- return-mirrorlist.py 7 Aug 2006 03:01:42 -0000 1.14 +++ return-mirrorlist.py 11 Aug 2006 16:23:01 -0000 1.15 @@ -69,7 +69,10 @@ return(conn, cursor) def getMirrors(self, repo, arch, country): - +# if(arch.lower() != 'i386' || arch.lower() != 'ppc' || arch.lower() != 'x86_64'): +# print "# %s is not a valid arch" % arch +# return False + if country.lower() == 'global': countrysql = "" else: @@ -109,7 +112,7 @@ for row in self.dbcursor.fetchall(): totalChecks = row[5] + row[6] * 1.0 good = 0.0 - good = (row[5] / totalChecks * 1.0) * 100 + good = (row[6] / totalChecks * 1.0) * 100 print '# %s' % row[4] print '# Country: %s' % row[3] print '# Last Good: %s' % row[8] @@ -117,7 +120,6 @@ print '# Valid: %i' % row[7] print '# -----------------------------------' return True - def close(self): self.dbconn.cursor() @@ -161,9 +163,9 @@ msg = "# Path: %s for repo %s does not exist" % (config.paths[repo], repo) errors.append(msg) return errors - - if not form.has_key('arch') or not form['arch'].value: - msg = "# no arch specified" + if not form.has_key('arch') or not (form['arch'].value.__eq__('i386') or form['arch'].value.__eq__('ppc') or form['arch'].value.__eq__('x86_64')): + # or not form['arch'].value.__eq__('ppc') or not form['arch'].value.__eq__('x86_64'): + msg = "# no arch specified\n# Valid archs: i386, ppc, x86_64" errors.append(msg) return errors return errors @@ -190,12 +192,12 @@ lists_path = config.paths[repo] prefix = config.prefixes[repo] - + # get geoip resolution # if country-specific file exists # open and return # otherwise return global - + country_specified = False country_list = [] if not form.has_key('country'): @@ -233,7 +235,7 @@ if not os.path.exists(return_file): print '# no file found for repo = %s, country = %s, arch = %s' % (repo, country, arch) print '# filename was: %s' % os.path.basename(return_file) - continue +# continue print '# repo = %s country = %s arch = %s ' % (repo, country, arch) DB.printMirrors(repo, arch, country) From fedora-extras-commits at redhat.com Fri Aug 11 18:29:33 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:33 -0700 Subject: rpms/comical/FC-5 .cvsignore, 1.3, NONE Makefile, 1.1, NONE branch, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITZnT020906@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/FC-5 Removed Files: .cvsignore Makefile branch comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:31 -0700 Subject: rpms/comical Makefile,1.1,NONE import.log,1.2,NONE Message-ID: <200608111829.k7BITXHf020890@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical Removed Files: Makefile import.log Log Message: Comical goes to livna. --- Makefile DELETED --- --- import.log DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:32 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:32 -0700 Subject: rpms/comical/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITYbX020903@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/FC-4 Removed Files: .cvsignore Makefile branch comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 18:29:33 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 11 Aug 2006 11:29:33 -0700 Subject: rpms/comical/devel .cvsignore, 1.4, NONE Makefile, 1.1, NONE comical-0.4-advancedsort.patch, 1.1, NONE comical-0.4-bracket.patch, 1.1, NONE comical-0.4-jpe.patch, 1.1, NONE comical-0.4-minfix.patch, 1.1, NONE comical-0.4-nounrar.patch, 1.1, NONE comical-0.4-sort.patch, 1.1, NONE comical-0.7-jpe.patch, 1.1, NONE comical-0.7-nostrip.patch, 1.1, NONE comical-0.7-optflags.patch, 1.1, NONE comical-0.8-jpe.patch, 1.1, NONE comical-0.8-optflags.patch, 1.1, NONE comical.desktop, 1.1, NONE comical.png, 1.1, NONE comical.spec, 1.8, NONE sources, 1.4, NONE Message-ID: <200608111829.k7BITZrm020909@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/comical/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20846/comical/devel Removed Files: .cvsignore Makefile comical-0.4-advancedsort.patch comical-0.4-bracket.patch comical-0.4-jpe.patch comical-0.4-minfix.patch comical-0.4-nounrar.patch comical-0.4-sort.patch comical-0.7-jpe.patch comical-0.7-nostrip.patch comical-0.7-optflags.patch comical-0.8-jpe.patch comical-0.8-optflags.patch comical.desktop comical.png comical.spec sources Log Message: Comical goes to livna. --- .cvsignore DELETED --- --- Makefile DELETED --- --- comical-0.4-advancedsort.patch DELETED --- --- comical-0.4-bracket.patch DELETED --- --- comical-0.4-jpe.patch DELETED --- --- comical-0.4-minfix.patch DELETED --- --- comical-0.4-nounrar.patch DELETED --- --- comical-0.4-sort.patch DELETED --- --- comical-0.7-jpe.patch DELETED --- --- comical-0.7-nostrip.patch DELETED --- --- comical-0.7-optflags.patch DELETED --- --- comical-0.8-jpe.patch DELETED --- --- comical-0.8-optflags.patch DELETED --- --- comical.desktop DELETED --- --- comical.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 19:32:45 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 11 Aug 2006 12:32:45 -0700 Subject: fedora-security/audit fc5,1.272,1.273 Message-ID: <200608111932.k7BJWjFm023747@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23729 Modified Files: fc5 Log Message: Note a new mysql issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- fc5 11 Aug 2006 14:54:40 -0000 1.272 +++ fc5 11 Aug 2006 19:32:42 -0000 1.273 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] From fedora-extras-commits at redhat.com Fri Aug 11 21:22:43 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Fri, 11 Aug 2006 14:22:43 -0700 Subject: rpms/bwidget/devel bwidget-1.7.0-colorchooser.patch, NONE, 1.1 bwidget.spec, 1.1, 1.2 Message-ID: <200608112122.k7BLMjYo030836@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30816 Modified Files: bwidget.spec Added Files: bwidget-1.7.0-colorchooser.patch Log Message: - Add patch for adding a color selector to the font dialog bwidget-1.7.0-colorchooser.patch: --- NEW FILE bwidget-1.7.0-colorchooser.patch --- --- /usr/share/bwidget1.7.0/font.tcl~ 2006-07-30 11:28:59.000000000 +0200 +++ /usr/share/bwidget1.7.0/font.tcl 2006-07-30 12:43:37.000000000 +0200 @@ -24,8 +24,10 @@ {-type Enum dialog 0 {dialog toolbar}} {-font TkResource "" 0 label} + {-initialcolor String "" 0} {-families String "all" 1} {-querysystem Boolean 1 0} + {-nosizes Boolean 0 1} {-styles String "bold italic underline overstrike" 1} {-command String "" 0} {-sampletext String "Sample Text" 0} @@ -189,7 +191,9 @@ LabelFrame::configure $labf3 -focus $subf.[lindex $_styles 0] pack $labf1 -side left -anchor n -fill both -expand yes - pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + if { ![Widget::getoption "$path#SelectFont" -nosizes] } { + pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + } pack $labf3 -side left -anchor n -fill both -expand yes set botf [frame $frame.botf -width 100 -height 50 \ @@ -204,8 +208,38 @@ -text [Widget::getoption "$path#SelectFont" -sampletext]] place $lab -relx 0.5 -rely 0.5 -anchor c - pack $topf -pady 4 -fill both -expand yes - pack $botf -pady 4 -fill x + pack $topf -pady 4 -fill both -expand yes + + if { [Widget::getoption "$path#SelectFont" -initialcolor] != ""} { + set thecolor [Widget::getoption "$path#SelectFont" -initialcolor] + set colf [frame $frame.colf] + + set frc [frame $colf.frame -width 50 -height 20 -bg $thecolor -bd 0 -relief flat\ + -highlightthickness 1 -takefocus 0 \ + -highlightbackground black \ + -highlightcolor black] + + set script "set [list SelectFont::${path}(fontcolor)] \[tk_chooseColor -parent $colf.button -initialcolor \[set [list SelectFont::${path}(fontcolor)]\]\];\ + SelectFont::_update [list $path]" + + set but [button $colf.button -command $script \ + -text "Color..."] + + $lab configure -foreground $thecolor + $frc configure -bg $thecolor + + pack $but -side left + pack $frc -side left -padx 5 + + set data(frc) $frc + set data(fontcolor) $thecolor + + pack $colf -pady 4 -fill x -expand true + + } else { + set data(fontcolor) -1 + } + pack $botf -pady 4 -fill x Dialog::add $path -name ok Dialog::add $path -name cancel @@ -360,13 +394,24 @@ if { [Dialog::draw $path] == 0 } { set result [Widget::getoption "$path#SelectFont" -font] + set color $data(fontcolor) + + if { $color == "" } { + set color #000000 + } + } else { set result "" + set color "" } unset data Widget::destroy "$path#SelectFont" destroy $path - return $result + if { $color != -1 } { + return [list $result $color] + } else { + return $result + } } @@ -428,6 +473,14 @@ if { $type == "dialog" } { $data(label) configure -font $font $path:cmd configure -cursor $curs + if { ($data(fontcolor) != "") && ($data(fontcolor) != -1) } { + $data(label) configure -foreground $data(fontcolor) + $data(frc) configure -bg $data(fontcolor) + } elseif { $data(fontcolor) == "" } { + #If no color is selected, restore previous one + set data(fontcolor) [$data(label) cget -foreground] + + } } elseif { [set cmd [Widget::getoption "$path#SelectFont" -command]] != "" } { uplevel \#0 $cmd } Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/devel/bwidget.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwidget.spec 22 Feb 2006 17:40:19 -0000 1.1 +++ bwidget.spec 11 Aug 2006 21:22:43 -0000 1.2 @@ -1,12 +1,13 @@ Name: bwidget Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries License: Distributable URL: http://tcllib.sourceforge.net/ Source0: http://download.sourceforge.net/tcllib/BWidget-1.7.0.tar.gz +Patch0: bwidget-1.7.0-colorchooser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,6 +18,7 @@ %prep %setup -q -n BWidget-%{version} +%patch0 -p4 %{__sed} -i 's/\r//' LICENSE.txt %install @@ -44,7 +46,11 @@ %doc BWman/*.html %changelog +* Fri Aug 11 2006 Wart 1.7.0-3 +- Add patch for adding a color selector to the font dialog + * Sat Dec 10 2005 Wart 1.7.0-2 - added dist tag to release tag. + * Sat Dec 10 2005 Wart 1.7.0-1 - Initial spec file. From fedora-extras-commits at redhat.com Fri Aug 11 21:30:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 14:30:32 -0700 Subject: rpms/gnokii/devel .cvsignore, 1.2, 1.3 gnokii-pkgconfig.patch, 1.1, 1.2 gnokii-smsd-rename.patch, 1.1, 1.2 gnokii-xgnokii-pkgconfig.patch, 1.1, 1.2 gnokii.spec, 1.4, 1.5 sources, 1.2, 1.3 gnokii-smsd-sql.patch, 1.1, NONE Message-ID: <200608112130.k7BLUZEp030956@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30920 Modified Files: .cvsignore gnokii-pkgconfig.patch gnokii-smsd-rename.patch gnokii-xgnokii-pkgconfig.patch gnokii.spec sources Removed Files: gnokii-smsd-sql.patch Log Message: New upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Apr 2006 18:24:59 -0000 1.2 +++ .cvsignore 11 Aug 2006 21:30:32 -0000 1.3 @@ -1 +1 @@ -gnokii-0.6.12.tar.bz2 +gnokii-0.6.13.tar.bz2 gnokii-pkgconfig.patch: Index: gnokii-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-pkgconfig.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-pkgconfig.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,10 +1,11 @@ ---- common/gnokii.pc.in~ 2006-02-15 23:49:56.000000000 +0100 -+++ common/gnokii.pc.in 2006-03-05 21:40:46.000000000 +0100 +diff -ur common-orig/gnokii.pc.in common/gnokii.pc.in +--- common-orig/gnokii.pc.in 2006-08-11 20:53:45.000000000 +0200 ++++ common/gnokii.pc.in 2006-08-11 20:54:17.000000000 +0200 @@ -6,5 +6,5 @@ Name: gnokii Description: Gnokii library interface Version: @VERSION@ -Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@ --Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@ +-Cflags: -I${includedir} @XPM_CFLAGS@ +Libs: -L${libdir} -lgnokii +Cflags: -I${includedir} gnokii-smsd-rename.patch: Index: gnokii-smsd-rename.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-smsd-rename.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-smsd-rename.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-smsd-rename.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,63 +1,19 @@ -diff -ru smsd.orig/Makefile smsd/Makefile ---- smsd.orig/Makefile 2005-07-24 22:16:22.000000000 +0300 -+++ smsd/Makefile 2005-08-06 23:54:55.000000000 +0300 -@@ -20,7 +20,9 @@ +diff -ur smsd-orig/Makefile smsd/Makefile +--- smsd-orig/Makefile 2006-08-11 10:14:25.000000000 +0200 ++++ smsd/Makefile 2006-08-11 10:15:39.000000000 +0200 +@@ -19,7 +19,7 @@ + TOPDIR=.. + include $(TOPDIR)/Makefile.global + +-pkglibdir = ${libdir}/smsd ++pkglibdir = ${libdir}/gnokii-smsd SMSD_MAN=man/smsd.8 --CFLAGS += -DMODULES_DIR=\"${libdir}/smsd\" $(PTHREAD_CFLAGS) \ -+pkglibdir = ${libdir}/gnokii-smsd -+ -+CFLAGS += -DMODULES_DIR=\"$(pkglibdir)\" $(PTHREAD_CFLAGS) \ - $(shell $(GLIBCFLAGS)) - - LDLIBS += $(PTHREAD_LIBS) \ -@@ -56,7 +58,7 @@ - libpq.la: pq.lo - $(LIBTOOL) --mode=link $(CC) -o libpq.la pq.lo \ - $(shell $(GLIBLDLIBS)) -L$(shell pg_config --libdir) -lpq \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - # MySQL support - mysql.lo: smsd.h mysql.c -@@ -66,7 +68,7 @@ - libmysql.la: mysql.lo - $(LIBTOOL) --mode=link $(CC) -o libmysql.la mysql.lo \ - $(shell $(GLIBLDLIBS)) $(shell mysql_config --libs) \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - # File support - file.lo: smsd.h file.c -@@ -76,7 +78,7 @@ - libfile.la: file.lo - $(LIBTOOL) --mode=link $(CC) -o libfile.la file.lo \ - $(shell $(GLIBLDLIBS)) \ -- -export-dynamic -avoid-version -rpath ${libdir}/smsd -+ -export-dynamic -avoid-version -rpath $(pkglibdir) - - ### End of DB Modules - -@@ -90,11 +92,11 @@ - install: all - $(INSTALL) -d $(DESTDIR)$(sbindir) - $(LIBTOOL) --mode=install $(INSTALL) -m 755 smsd $(DESTDIR)$(sbindir) -- $(INSTALL) -d $(DESTDIR)${libdir}/smsd -+ $(INSTALL) -d $(DESTDIR)$(pkglibdir) - for f in $(DB_LIBS) ; do \ -- $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)${libdir}/smsd ; \ -+ $(LIBTOOL) --mode=install $(INSTALL) $$f $(DESTDIR)$(pkglibdir) ; \ - done -- $(LIBTOOL) --mode=finish ${libdir}/smsd -+ $(LIBTOOL) --mode=finish $(pkglibdir) - $(INSTALL) -d $(DESTDIR)$(man8dir) - $(INSTALL_DATA) $(SMSD_MAN) $(DESTDIR)$(man8dir) - -diff -ru smsd.orig/man/smsd.8 smsd/man/smsd.8 ---- smsd.orig/man/smsd.8 2005-07-24 22:16:22.000000000 +0300 -+++ smsd/man/smsd.8 2005-08-06 23:51:36.000000000 +0300 -@@ -1,13 +1,13 @@ +diff -ur smsd-orig/man/smsd.8 smsd/man/smsd.8 +--- smsd-orig/man/smsd.8 2006-08-11 10:14:25.000000000 +0200 ++++ smsd/man/smsd.8 2006-08-11 13:34:20.000000000 +0200 +@@ -1,20 +1,20 @@ -.TH "smsd" "8" "April 26, 2005" "" "Gnokii" +.TH "gnokii-smsd" "8" "April 26, 2005" "" "Gnokii" .SH "NAME" @@ -71,7 +27,155 @@ .PP The -.B SMSD -+.B gnokii-smsd ++.B GNOKII-SMSD (SMS daemon) program is intended for receiving and sending SMSes. .PP + The program is designed to use modules (plugins) to work with an SQL server. + Currently are supported PostgreSQL, MySQL and a special module 'file' which is + designed to work without an SQL database (see below for special instructions +-for the file module). See option \fI--module\fR. \fBSMSD\fR uses an SQL server as a ++for the file module). See option \fI--module\fR. \fBGNOKII-SMSD\fR uses an SQL server as a + repository for SMSes. You must create a database (default name is 'sms') with + tables defined in sms.tables.{module}.sql files. Table 'inbox' is for + received SMSes: +@@ -33,19 +33,19 @@ + SMS text + .TP + .B phone +-number of phone to use. If you use smsd without -t option you can ignore ++number of phone to use. If you use gnokii-smsd without -t option you can ignore + this column. See -t option below. + .TP + .B processed +-smsd sets this always to FALSE. You can use it for another program which will parse SMSes. ++gnokii-smsd sets this always to FALSE. You can use it for another program which will parse SMSes. + .RE + + .PP +-When the phone receives an SMS, \fBSMSD\fR moves it into 'inbox' table and ++When the phone receives an SMS, \fBGNOKII-SMSD\fR moves it into 'inbox' table and + removes the SMS from the phone. + + .PP +-Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodicaly looks into this table ++Table 'outbox' is for outgoing SMSes. \fBGNOKII-SMSD\fR periodicaly looks into this table + and searches for lines with attribute 'processed' set to FALSE. If it find + such SMS, it will send SMS to 'number': + +@@ -68,12 +68,12 @@ + + .TP + .B phone +-number of phone to use. If you use smsd without -t option you ++number of phone to use. If you use gnokii-smsd without -t option you + must not fill this column. See -t option below. + + .TP + .B processed +-new SMS must have this attribut set to FALSE. \fBSMSD\fR will send this SMS and will update 'processed' to TRUE. ++new SMS must have this attribut set to FALSE. \fBGNOKII-SMSD\fR will send this SMS and will update 'processed' to TRUE. + + .TP + .B error +@@ -92,19 +92,19 @@ + sms will not be send after this time (default 23:59:59). + .RE + .PP +-\fBSMSD\fR is multi threaded program. If you list processes you will see more then +-one instance of smsd. ++\fBGNOKII-SMSD\fR is multi threaded program. If you list processes you will see more then ++one instance of gnokii-smsd. + + .SS + THE FILE MODULE + .PP + This module doesn't need an SQL server to work. For incoming messages it + work in a way that it calls a program giving phone number, date as parameter +-and the message text on stdin. In the smsd directory there is as example file ++and the message text on stdin. In the gnokii-smsd directory there is as example file + action. It shows sms data to stdout. If you want something usefull you must + write your own action. + .BR +-For outgoing messages you can set spool directory where smsd looks ++For outgoing messages you can set spool directory where gnokii-smsd looks + regularly. + + .PP +@@ -128,12 +128,12 @@ + .RE + + .PP +-The name of file is unimportant but smsd ignores all files with prefix +-"ERR.". If smsd succesfuly sends sms, it removes file from spool directory. +-If smsd cannot sends sms prepend file with "ERR." prefix and ignores it. ++The name of file is unimportant but gnokii-smsd ignores all files with prefix ++"ERR.". If gnokii-smsd succesfuly sends sms, it removes file from spool directory. ++If gnokii-smsd cannot sends sms prepend file with "ERR." prefix and ignores it. + If you use \fI-m file\fR, \fI-u\fR (\fI--user\fR) and \fI-c\fR (\fI--host\fR) will have other meaning. + \fI-u\fR is for action (action must be executable) +-\fI-c\fR is for spool directory where smsd looks for smses. Smsd must have read ++\fI-c\fR is for spool directory where gnokii-smsd looks for smses. Gnokii-Smsd must have read + and write permissions to this directory. + + .PP +@@ -172,19 +172,19 @@ + + .TP + .BR -l,\ --libdir\ path_to_db_module +-Specify path to DB modules. If you specify pq module, smsd searches in libdir for file libpq.so (for mysql - libmysql.so). ++Specify path to DB modules. If you specify pq module, gnokii-smsd searches in libdir for file libpq.so (for mysql - libmysql.so). + Do not interchange this plugins with default SQL libraries from database distribution! + + .TP + .BR -f,\ --logfile\ file +-If used, smsd will monitor sms traffic to file "file". File is ++If used, gnokii-smsd will monitor sms traffic to file "file". File is + reopened and closed for every message so you can simply rename or +-delete it if you want rotate logs. If you use '-' as filename smsd ++delete it if you want rotate logs. If you use '-' as filename gnokii-smsd + will use standard output. + + .TP + .BR -t,\ --phone\ phone_number +-You can run more instances of smsd. One instance per phone. In this ++You can run more instances of gnokii-smsd. One instance per phone. In this + setup you must configure phone section in gnokiirc. For example: + + .PD 0 +@@ -244,13 +244,13 @@ + smsc_timeout = 10 + .PD + +-In this setup if you run smsd without -t option it will use config +-from global section. If you run smsd with -t 1 it will use config ++In this setup if you run gnokii-smsd without -t option it will use config ++from global section. If you run gnokii-smsd with -t 1 it will use config + from phone_1 and likewise with -t 2 uses phone_2. In case of use -t +-option smsd fill phone number for incoming sms's and in outbox it ++option gnokii-smsd fill phone number for incoming sms's and in outbox it + looks only for sms's with the specified phone number in column + 'phone'. This behaviour give you possibility to run one instance +-of smsd for every phone you have at the same time. ++of gnokii-smsd for every phone you have at the same time. + .RE + + .TP +@@ -274,7 +274,7 @@ + + .TP + .BR -v,\ --version +-Shows smsd version. ++Shows gnokii-smsd version. + + .TP + .BR -h,\ --help +@@ -287,7 +287,7 @@ + None reported. + + .SH "AUTHOR" +-\fBSMSD\fR was written by Jan Derfinak and contributed by other people. ++\fBGNOKII-SMSD\fR was written by Jan Derfinak and contributed by other people. + See also Docs/CREDITS from the Gnokii sources. + + .SH "COPYING" gnokii-xgnokii-pkgconfig.patch: Index: gnokii-xgnokii-pkgconfig.patch =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii-xgnokii-pkgconfig.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnokii-xgnokii-pkgconfig.patch 1 Apr 2006 18:24:59 -0000 1.1 +++ gnokii-xgnokii-pkgconfig.patch 11 Aug 2006 21:30:32 -0000 1.2 @@ -1,10 +1,11 @@ ---- xgnokii/xgnokii.pc.in~ 2006-02-15 23:49:56.000000000 +0100 -+++ xgnokii/xgnokii.pc.in 2006-03-08 20:52:36.000000000 +0100 +diff -ur xgnokii-orig/xgnokii.pc.in xgnokii/xgnokii.pc.in +--- xgnokii-orig/xgnokii.pc.in 2006-08-11 20:56:15.000000000 +0200 ++++ xgnokii/xgnokii.pc.in 2006-08-11 20:56:36.000000000 +0200 @@ -7,5 +7,5 @@ Name: xgnokii Description: GTK2 gnokii library interface Version: @XVERSION@ -Libs: -L${libdir} -lgnokii @LIBS@ @XPM_LIBS@ @LIBICONV@ --Cflags: -I${includedir} @CFLAGS@ @XPM_CFLAGS@ +-Cflags: -I${includedir} @XPM_CFLAGS@ +Libs: -L${libdir} -lgnokii +Cflags: -I${includedir} Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gnokii.spec 12 Jun 2006 13:02:51 -0000 1.4 +++ gnokii.spec 11 Aug 2006 21:30:32 -0000 1.5 @@ -1,9 +1,8 @@ -# TODO: DKU2 kernel module (usb-serial.h missing from kernel-devel) # TODO: merge patches upstream where applicable Name: gnokii -Version: 0.6.12 -Release: 5%{?dist} +Version: 0.6.13 +Release: 1%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -17,17 +16,14 @@ Source6: %{name}-smsd-README.smsd2mail # Patch to make gnokii use "htmlview" instead of "mozilla" as default browser Patch0: %{name}-htmlview.patch -# Patch to also guide the user on how to create the smsd database without presupposing -# it already exists plus a more apropriate index setup. -Patch1: %{name}-smsd-sql.patch # Patch to remove port locking and apply the system-wide /usr/sbin directory # to the path instead of the default /usr/local -Patch2: %{name}-config.patch +Patch1: %{name}-config.patch # Patch to rename smdsd to gnokii-smsd (also in doc) -Patch3: %{name}-smsd-rename.patch +Patch2: %{name}-smsd-rename.patch # Patch to fix the superfluous include statements -Patch4: %{name}-pkgconfig.patch -Patch5: %{name}-xgnokii-pkgconfig.patch +Patch3: %{name}-pkgconfig.patch +Patch4: %{name}-xgnokii-pkgconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex @@ -39,6 +35,7 @@ BuildRequires: mysql-devel BuildRequires: zlib-devel BuildRequires: bluez-libs-devel +BuildRequires: libusb-devel %{?_with_libical:BuildRequires: libical-devel >= 0.24} %if "%fedora" >= "5" BuildRequires: libXt-devel @@ -107,11 +104,10 @@ %prep %setup -q %patch0 -p0 -%patch1 -p1 +%patch1 -p0 %patch2 -p0 %patch3 -p0 %patch4 -p0 -%patch5 -p0 install -pm 644 %{SOURCE5} smsd2mail.sh install -pm 644 %{SOURCE6} README.smsd2mail # Fix up X86_64 library placement issue @@ -264,6 +260,12 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Thu Aug 10 2006 Linus Walleij - 0.6.13-1 +- New upstream release. +- New dependency on libusb for USB serial, DKU no longer needed/wanted + so now we have that troublesome issue resolved once and for all. +- Remove patches to SQL files: these are now fixed upstream! + * Mon Jun 12 2006 Linus Walleij - 0.6.12-4 - Rebuilding due to changed interface on libbluetooth. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Apr 2006 18:24:59 -0000 1.2 +++ sources 11 Aug 2006 21:30:32 -0000 1.3 @@ -1 +1 @@ -846e03e7cf3581000c9d0141c2950b79 gnokii-0.6.12.tar.bz2 +7f6e71aa4765c813d2129339c73e6520 gnokii-0.6.13.tar.bz2 --- gnokii-smsd-sql.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 11 22:00:33 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 15:00:33 -0700 Subject: rpms/python-mutagen/devel .cvsignore, 1.2, 1.3 python-mutagen.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608112200.k7BM0ZNn031092@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31067 Modified Files: .cvsignore python-mutagen.spec sources Log Message: Update to 1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2006 14:39:08 -0000 1.2 +++ .cvsignore 11 Aug 2006 22:00:33 -0000 1.3 @@ -1 +1 @@ -mutagen-1.5.1.tar.gz +mutagen-1.6.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/python-mutagen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-mutagen.spec 22 Jul 2006 14:39:08 -0000 1.1 +++ python-mutagen.spec 11 Aug 2006 22:00:33 -0000 1.2 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.5.1 -Release: 5%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,8 +49,11 @@ %ghost %{python_sitelib}/mutagen/*.pyo %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 1.6-1 +- Update upstream to 1.6 + * Fri Jul 21 2006 Micha?? Bentkowski - 1.5.1-5 -- Some fixes in preable. +- Some fixes in preamble. - Change name from mutagen to python-mutagen. - Delete CFLAGS declaration. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2006 14:39:08 -0000 1.2 +++ sources 11 Aug 2006 22:00:33 -0000 1.3 @@ -1 +1 @@ -9ce5d5f14e02f2eabd919d6bdaebadbc mutagen-1.5.1.tar.gz +d68a4803f1b1e2678647cc92899278fb mutagen-1.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 22:04:23 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Fri, 11 Aug 2006 15:04:23 -0700 Subject: rpms/python-mutagen/FC-5 .cvsignore, 1.2, 1.3 python-mutagen.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608112204.k7BM4PnK001280@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/python-mutagen/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1218 Modified Files: .cvsignore python-mutagen.spec sources Log Message: Update to 1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 22 Jul 2006 14:39:08 -0000 1.2 +++ .cvsignore 11 Aug 2006 22:04:23 -0000 1.3 @@ -1 +1 @@ -mutagen-1.5.1.tar.gz +mutagen-1.6.tar.gz Index: python-mutagen.spec =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/python-mutagen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-mutagen.spec 22 Jul 2006 14:39:08 -0000 1.1 +++ python-mutagen.spec 11 Aug 2006 22:04:23 -0000 1.2 @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-mutagen -Version: 1.5.1 -Release: 5%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Mutagen is a Python module to handle audio metadata Group: Development/Languages License: GPL @@ -49,8 +49,11 @@ %ghost %{python_sitelib}/mutagen/*.pyo %changelog +* Fri Aug 11 2006 Micha?? Bentkowski - 1.6-1 +- Update upstream to 1.6 + * Fri Jul 21 2006 Micha?? Bentkowski - 1.5.1-5 -- Some fixes in preable. +- Some fixes in preamble. - Change name from mutagen to python-mutagen. - Delete CFLAGS declaration. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-mutagen/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Jul 2006 14:39:08 -0000 1.2 +++ sources 11 Aug 2006 22:04:23 -0000 1.3 @@ -1 +1 @@ -9ce5d5f14e02f2eabd919d6bdaebadbc mutagen-1.5.1.tar.gz +d68a4803f1b1e2678647cc92899278fb mutagen-1.6.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 22:08:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:08:32 -0700 Subject: rpms/gnokii/devel gnokii.spec,1.5,1.6 Message-ID: <200608112208.k7BM8Y07001363@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1341 Modified Files: gnokii.spec Log Message: Bump to get tag right Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnokii.spec 11 Aug 2006 21:30:32 -0000 1.5 +++ gnokii.spec 11 Aug 2006 22:08:32 -0000 1.6 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -260,6 +260,12 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Fri Aug 11 2006 Linus Walleij - 0.6.13-2 +- Bump because tagged before committing sources and I just + dont know how the f* you delete a tag in CVS at the moment + and it does seem like a too big endavour to find out just + in order to have a nice release tag. + * Thu Aug 10 2006 Linus Walleij - 0.6.13-1 - New upstream release. - New dependency on libusb for USB serial, DKU no longer needed/wanted From fedora-extras-commits at redhat.com Fri Aug 11 22:17:37 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:37 -0700 Subject: rpms/gnome-phone-manager - New directory Message-ID: <200608112217.k7BMHdOl001531@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505/gnome-phone-manager Log Message: Directory /cvs/extras/rpms/gnome-phone-manager added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 22:17:38 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:38 -0700 Subject: rpms/gnome-phone-manager/devel - New directory Message-ID: <200608112217.k7BMHecj001534@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505/gnome-phone-manager/devel Log Message: Directory /cvs/extras/rpms/gnome-phone-manager/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 22:17:54 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:54 -0700 Subject: rpms/gnome-phone-manager Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608112217.k7BMHuEA001578@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1550 Added Files: Makefile import.log Log Message: Setup of module gnome-phone-manager --- NEW FILE Makefile --- # Top level Makefile for module gnome-phone-manager all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 22:17:55 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:17:55 -0700 Subject: rpms/gnome-phone-manager/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608112217.k7BMHv04001581@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1550/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-phone-manager --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 22:20:03 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:20:03 -0700 Subject: rpms/gnome-phone-manager import.log,1.1,1.2 Message-ID: <200608112220.k7BMKZTe001656@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1614 Modified Files: import.log Log Message: auto-import gnome-phone-manager-0.7-4 on branch devel from gnome-phone-manager-0.7-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 22:17:54 -0000 1.1 +++ import.log 11 Aug 2006 22:20:02 -0000 1.2 @@ -0,0 +1 @@ +gnome-phone-manager-0_7-4:HEAD:gnome-phone-manager-0.7-4.src.rpm:1155334799 From fedora-extras-commits at redhat.com Fri Aug 11 22:20:03 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:20:03 -0700 Subject: rpms/gnome-phone-manager/devel gnome-phone-manager.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608112220.k7BMKZ2F001661@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1614/devel Modified Files: .cvsignore sources Added Files: gnome-phone-manager.spec Log Message: auto-import gnome-phone-manager-0.7-4 on branch devel from gnome-phone-manager-0.7-4.src.rpm --- NEW FILE gnome-phone-manager.spec --- Name: gnome-phone-manager Summary: Gnome Phone Manager Version: 0.7 Release: 4%{?dist} License: GPL Group: Applications/System Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2 URL: http://usefulinc.com/software/phonemgr/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: libgnomeui-devel BuildRequires: libgnome-devel BuildRequires: gnome-bluetooth-devel BuildRequires: libbtctl-devel BuildRequires: libsigc++-devel BuildRequires: openobex-devel BuildRequires: bluez-libs-devel BuildRequires: gnokii-devel # Used by built-in libegg BuildRequires: librsvg2-devel # For libebook (evolution address book) BuildRequires: evolution-data-server-devel BuildRequires: perl(XML::Parser) BuildRequires: gettext BuildRequires: desktop-file-utils # Included with source # BuildRequires: gsmlib-devel %description This program will connect to your mobile phone over a serial port, either via a cable, infrared (IrDA) or Bluetooth connection. For example it listens for text messages, and when they arrive, displays them on the desktop. A visual indicator is displayed in the notification area, if one is presently added to the panel. %prep %setup -q %build %configure make %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %find_lang %{name} cp $RPM_BUILD_ROOT%{_datadir}/pixmaps/cellphone.png \ $RPM_BUILD_ROOT%{_datadir}/gnome-phone-manager/ desktop-file-install \ --delete-original \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/gnome-phone-manager.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-, root, root, -) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/gnome-phone-manager %{_datadir}/applications/*.desktop %{_datadir}/gnome-phone-manager/ %{_datadir}/pixmaps/cellphone.png %changelog * Thu Aug 10 2006 Linus Walleij 0.7-4 - Missing BR * Thu Aug 3 2006 Linus Walleij 0.7-3 - Updated after feedback from Chris Weyl - Bogus problem with cellphone.png icon image * Sat Jul 29 2006 Linus Walleij 0.7-2 - Updated after feedback from Parag and Paul * Tue Jun 27 2006 Linus Walleij 0.7-1 - 0.7 Release - Took Matthews nrpm package and Fedora Extrasificated it * Fri Sep 09 2005 Matthew Hall 0.6-1 - 0.6 Release * Mon Jun 20 2005 Matthew Hall 0.4-1 - 0.4 Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 22:17:55 -0000 1.1 +++ .cvsignore 11 Aug 2006 22:20:03 -0000 1.2 @@ -0,0 +1 @@ +gnome-phone-manager-0.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-phone-manager/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 22:17:55 -0000 1.1 +++ sources 11 Aug 2006 22:20:03 -0000 1.2 @@ -0,0 +1 @@ +951471bf5d6fe93fe550c60b6bdf58f9 gnome-phone-manager-0.7.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 11 22:25:39 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Fri, 11 Aug 2006 15:25:39 -0700 Subject: owners owners.list,1.1390,1.1391 Message-ID: <200608112225.k7BMPfhE002263@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2132 Modified Files: owners.list Log Message: Added gnome-phone-manager Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1390 retrieving revision 1.1391 diff -u -r1.1390 -r1.1391 --- owners.list 11 Aug 2006 07:49:00 -0000 1.1390 +++ owners.list 11 Aug 2006 22:25:38 -0000 1.1391 @@ -469,6 +469,7 @@ Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-password-generator|Graphical secure password generator|michael at knox.net.nz|extras-qa at fedoraproject.org| +Fedora Extras|gnome-phone-manager|Desktop SMS and phone handler|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|gnome-ppp|A GNOME 2 WvDial frontend|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-schedule|A GTK+ based user interface for cron and at|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-sudoku|GNOME based Sudoku, a logic puzzle game|stickster at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 11 23:36:37 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:37 -0700 Subject: rpms/ruby-postgres - New directory Message-ID: <200608112336.k7BNad0m018316@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18290/ruby-postgres Log Message: Directory /cvs/extras/rpms/ruby-postgres added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 23:36:37 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:37 -0700 Subject: rpms/ruby-postgres/devel - New directory Message-ID: <200608112336.k7BNadnv018319@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18290/ruby-postgres/devel Log Message: Directory /cvs/extras/rpms/ruby-postgres/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 11 23:36:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:50 -0700 Subject: rpms/ruby-postgres Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608112336.k7BNaqIb018363@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18335 Added Files: Makefile import.log Log Message: Setup of module ruby-postgres --- NEW FILE Makefile --- # Top level Makefile for module ruby-postgres all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 11 23:36:51 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:36:51 -0700 Subject: rpms/ruby-postgres/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608112336.k7BNaro1018366@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18335/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ruby-postgres --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 11 23:37:26 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:37:26 -0700 Subject: rpms/ruby-postgres import.log,1.1,1.2 Message-ID: <200608112337.k7BNbSdw018438@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18404 Modified Files: import.log Log Message: auto-import ruby-postgres-0.7.1-4 on branch devel from ruby-postgres-0.7.1-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 Aug 2006 23:36:50 -0000 1.1 +++ import.log 11 Aug 2006 23:37:26 -0000 1.2 @@ -0,0 +1 @@ +ruby-postgres-0_7_1-4:HEAD:ruby-postgres-0.7.1-4.src.rpm:1155339445 From fedora-extras-commits at redhat.com Fri Aug 11 23:37:27 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:37:27 -0700 Subject: rpms/ruby-postgres/devel cflags.patch, NONE, 1.1 ruby-postgres.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608112337.k7BNbTqR018445@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/rpms/ruby-postgres/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18404/devel Modified Files: .cvsignore sources Added Files: cflags.patch ruby-postgres.spec Log Message: auto-import ruby-postgres-0.7.1-4 on branch devel from ruby-postgres-0.7.1-4.src.rpm cflags.patch: --- NEW FILE cflags.patch --- --- ruby-postgres-0.7.1/extconf.rb.orig 2006-08-02 14:08:22.000000000 -0700 +++ ruby-postgres-0.7.1/extconf.rb 2006-08-02 14:14:54.000000000 -0700 @@ -7,7 +7,6 @@ dir_config('pgsql') -$CFLAGS = "" $LDFLAGS = "" have_library("wsock32", "cygwin32_socket") or have_library("socket", "socket") --- NEW FILE ruby-postgres.spec --- %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")} Name: ruby-postgres Version: 0.7.1 Release: 4%{?dist} Summary: A Ruby interface for the PostgreSQL database engine Group: Development/Languages # Source says that ruby-gems-postgres is distributable under the same # terms as ruby. License: Ruby License URL: http://ruby.scripting.ca/postgres/ Source: http://ruby.scripting.ca/postgres/archive/ruby-postgres-0.7.1.tar.gz Patch0: cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires: ruby >= 1.3 Requires: ruby(abi) = 1.8 BuildRequires: ruby >= 1.3 BuildRequires: postgresql-devel >= 6.5 BuildRequires: ruby-devel Provides: ruby(postgres) = %{version} %description Database driver to access PostgreSQL databases from Ruby. %prep %setup -q %patch -p1 chmod a-x sample/psql.rb %build ruby extconf.rb --with-cflags="$RPM_OPT_FLAGS" make %install rm -rf $RPM_BUILD_ROOT make %{?_smp_mflags} DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc ChangeLog README README.ja doc sample %{ruby_sitearch}/postgres.so %changelog * Wed Aug 2 2006 David Lutterkort - 0.7.1-4 - Fix CFLAGS - Add id to buildroot path * Tue Jul 11 2006 David Lutterkort - 0.7.1-3 - Bring in accordance with packaging guidelines - Changed license from 'Distributable' to 'Ruby License' * Mon Jun 5 2006 David Lutterkort - 0.7.1-2 - Clean build root for install * Wed May 24 2006 David Lutterkort - 0.7.1-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 Aug 2006 23:36:51 -0000 1.1 +++ .cvsignore 11 Aug 2006 23:37:27 -0000 1.2 @@ -0,0 +1 @@ +ruby-postgres-0.7.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ruby-postgres/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 Aug 2006 23:36:51 -0000 1.1 +++ sources 11 Aug 2006 23:37:27 -0000 1.2 @@ -0,0 +1 @@ +8ef67b3f4b089248f0420baeb0e3b3c8 ruby-postgres-0.7.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 11 23:39:50 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Fri, 11 Aug 2006 16:39:50 -0700 Subject: owners owners.list,1.1391,1.1392 Message-ID: <200608112339.k7BNdqau018511@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18494 Modified Files: owners.list Log Message: Adding ruby-postgres, approved in bz #193161 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1391 retrieving revision 1.1392 diff -u -r1.1391 -r1.1392 --- owners.list 11 Aug 2006 22:25:38 -0000 1.1391 +++ owners.list 11 Aug 2006 23:39:49 -0000 1.1392 @@ -1719,6 +1719,7 @@ Fedora Extras|rt3|Request tracker 3|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|rtorrent|BitTorrent client based on libtorrent|chabotc at xs4all.nl|extras-qa at fedoraproject.org| Fedora Extras|ruby-mysql|A Ruby interface to MySQL|oliver.andrich at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|ruby-postgres|A Ruby interface to Postgres|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ruby-sqlite3|A Ruby interface to SQLite|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rxvt|Rxvt (ouR XVT) - a VT102 emulator for the X window system|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|rxvt-unicode|A unicode version of rxvt|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 12 00:37:50 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:37:50 -0700 Subject: rpms/gtkdatabox/devel .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120037.k7C0bqqS021388@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21367 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Update to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:37:50 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:37:50 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:37:50 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 00:44:19 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:44:19 -0700 Subject: rpms/gtkdatabox/FC-5 .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120044.k7C0iL5v021474@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21453 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Updated to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:44:19 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:44:19 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:44:19 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 00:45:14 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Fri, 11 Aug 2006 17:45:14 -0700 Subject: rpms/gtkdatabox/FC-4 .cvsignore, 1.2, 1.3 gtkdatabox.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608120045.k7C0jGiN021547@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21524 Modified Files: .cvsignore gtkdatabox.spec sources Log Message: Updated to 0.7.0.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Aug 2006 06:33:49 -0000 1.2 +++ .cvsignore 12 Aug 2006 00:45:14 -0000 1.3 @@ -1 +1 @@ -gtkdatabox-0.6.0.0.tar.gz +gtkdatabox-0.7.0.0.tar.gz Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/gtkdatabox.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtkdatabox.spec 10 Aug 2006 08:08:10 -0000 1.4 +++ gtkdatabox.spec 12 Aug 2006 00:45:14 -0000 1.5 @@ -1,6 +1,6 @@ Name: gtkdatabox -Version: 0.6.0.0 -Release: 3%{?dist} +Version: 0.7.0.0 +Release: 1%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Fri Aug 11 2006 Eric Work 0.7.0.0-1 +- updated to 0.7.0.0 + * Tue Aug 08 2006 Eric Work 0.6.0.0-1 - updated to 0.6.0.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Aug 2006 06:33:49 -0000 1.2 +++ sources 12 Aug 2006 00:45:14 -0000 1.3 @@ -1 +1 @@ -66cbfab39fa3738766f0ebb03dfb65ef gtkdatabox-0.6.0.0.tar.gz +7a14ec990cd4f9e52a10f0e5c49e80fe gtkdatabox-0.7.0.0.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 01:34:30 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 11 Aug 2006 18:34:30 -0700 Subject: rpms/scribes/FC-5 scribes.spec,1.5,1.6 Message-ID: <200608120134.k7C1YWmD024404@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24373/FC-5 Modified Files: scribes.spec Log Message: Include .pyo files for new Python packaging guidelines Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-5/scribes.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scribes.spec 25 Jun 2006 18:29:57 -0000 1.5 +++ scribes.spec 12 Aug 2006 01:34:30 -0000 1.6 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -112,7 +112,7 @@ %dir %{python_sitelib}/%{python_module_name} %{python_sitelib}/%{python_module_name}/*.py %{python_sitelib}/%{python_module_name}/*.pyc -%ghost %{python_sitelib}/%{python_module_name}/*.pyo +%{python_sitelib}/%{python_module_name}/*.pyo %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/application-registry/%{name}.application @@ -123,6 +123,9 @@ %changelog +* Fri Aug 11 2006 Peter Gordon - 0.2.5-3 +- Include .pyo files in build for new Python packaging guidelines. + * Sun Jun 25 2006 Peter Gordon - 0.2.5-2 - Add gnome-python2-gconf as a dependency to resolve bug #196139 (Thanks, James Bannon) From fedora-extras-commits at redhat.com Sat Aug 12 01:34:31 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Fri, 11 Aug 2006 18:34:31 -0700 Subject: rpms/scribes/devel scribes.spec,1.4,1.5 Message-ID: <200608120134.k7C1YXM6024408@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24373/devel Modified Files: scribes.spec Log Message: Include .pyo files for new Python packaging guidelines Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scribes.spec 25 Jun 2006 18:29:58 -0000 1.4 +++ scribes.spec 12 Aug 2006 01:34:31 -0000 1.5 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -112,7 +112,7 @@ %dir %{python_sitelib}/%{python_module_name} %{python_sitelib}/%{python_module_name}/*.py %{python_sitelib}/%{python_module_name}/*.pyc -%ghost %{python_sitelib}/%{python_module_name}/*.pyo +%{python_sitelib}/%{python_module_name}/*.pyo %{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.svg %{_datadir}/application-registry/%{name}.application @@ -123,6 +123,9 @@ %changelog +* Fri Aug 11 2006 Peter Gordon - 0.2.5-3 +- Include .pyo files in build for new Python packaging guidelines. + * Sun Jun 25 2006 Peter Gordon - 0.2.5-2 - Add gnome-python2-gconf as a dependency to resolve bug #196139 (Thanks, James Bannon) From fedora-extras-commits at redhat.com Sat Aug 12 04:06:00 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:00 -0700 Subject: rpms/perl-POE-Component-SSLify/devel - New directory Message-ID: <200608120406.k7C465PX000314@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32760/perl-POE-Component-SSLify/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-SSLify/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 12 04:05:59 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:05:59 -0700 Subject: rpms/perl-POE-Component-SSLify - New directory Message-ID: <200608120406.k7C465nB000313@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32760/perl-POE-Component-SSLify Log Message: Directory /cvs/extras/rpms/perl-POE-Component-SSLify added to the repository From fedora-extras-commits at redhat.com Sat Aug 12 04:06:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:10 -0700 Subject: rpms/perl-POE-Component-SSLify Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608120406.k7C46CWU000376@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv344 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-SSLify --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-SSLify all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 12 04:06:08 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:08 -0700 Subject: owners owners.list,1.1392,1.1393 Message-ID: <200608120406.k7C46ARU000371@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv326 Modified Files: owners.list Log Message: added perl-POE-Component-SSLify Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1392 retrieving revision 1.1393 diff -u -r1.1392 -r1.1393 --- owners.list 11 Aug 2006 23:39:49 -0000 1.1392 +++ owners.list 12 Aug 2006 04:06:08 -0000 1.1393 @@ -1382,6 +1382,7 @@ Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Filter-IRCD|A POE-based parser for the IRC protocol|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Wheel-Null|POE Wheel that does puts data nowhere, and sends nothing|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-PPI|Parse, Analyze and Manipulate Perl|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Aug 12 04:06:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:10 -0700 Subject: rpms/perl-POE-Component-SSLify/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608120406.k7C46CAu000379@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv344/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-SSLify --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 12 04:06:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:21 -0700 Subject: rpms/perl-POE-Component-SSLify import.log,1.1,1.2 Message-ID: <200608120406.k7C46r9e000434@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv397 Modified Files: import.log Log Message: auto-import perl-POE-Component-SSLify-0.04-1.fc5 on branch devel from perl-POE-Component-SSLify-0.04-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 Aug 2006 04:06:09 -0000 1.1 +++ import.log 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-SSLify-0_04-1_fc5:HEAD:perl-POE-Component-SSLify-0.04-1.fc5.src.rpm:1155355587 From fedora-extras-commits at redhat.com Sat Aug 12 04:06:22 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:06:22 -0700 Subject: rpms/perl-POE-Component-SSLify/devel perl-POE-Component-SSLify.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608120406.k7C46sK0000438@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv397/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-SSLify.spec Log Message: auto-import perl-POE-Component-SSLify-0.04-1.fc5 on branch devel from perl-POE-Component-SSLify-0.04-1.fc5.src.rpm --- NEW FILE perl-POE-Component-SSLify.spec --- Name: perl-POE-Component-SSLify Version: 0.04 Release: 1%{?dist} Summary: Makes using SSL in the world of POE easy! License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-SSLify/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SSLify-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ## core BuildRequires: perl #BuildRequires: perl(Test::More) ## non-core BuildRequires: perl(Net::SSLeay) >= 1.17 # not automatically picked up Requires: perl(POE) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This component represents the standard way to do SSL in POE. %prep %setup -q -n POE-Component-SSLify-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot} %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Jul 25 2006 Chris Weyl 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 Aug 2006 04:06:10 -0000 1.1 +++ .cvsignore 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-SSLify-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 Aug 2006 04:06:10 -0000 1.1 +++ sources 12 Aug 2006 04:06:21 -0000 1.2 @@ -0,0 +1 @@ +8c3a9c5d538453105e20b2a3a0fce183 POE-Component-SSLify-0.04.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 04:13:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 11 Aug 2006 21:13:36 -0700 Subject: rpms/perl-POE-Component-SSLify/devel perl-POE-Component-SSLify.spec, 1.1, 1.2 Message-ID: <200608120413.k7C4DcMi000552@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-SSLify/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv535 Modified Files: perl-POE-Component-SSLify.spec Log Message: bump Index: perl-POE-Component-SSLify.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/devel/perl-POE-Component-SSLify.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-SSLify.spec 12 Aug 2006 04:06:21 -0000 1.1 +++ perl-POE-Component-SSLify.spec 12 Aug 2006 04:13:36 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-SSLify Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Makes using SSL in the world of POE easy! License: GPL or Artistic Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 11 2006 Chris Weyl 0.04-2 +- bump for build + * Tue Jul 25 2006 Chris Weyl 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 12 16:07:00 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:07:00 -0700 Subject: rpms/perl-Cairo/devel .cvsignore, 1.3, 1.4 perl-Cairo.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608121607.k7CG72B6008702@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8681 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 0.91. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Jul 2006 13:25:49 -0000 1.3 +++ .cvsignore 12 Aug 2006 16:07:00 -0000 1.4 @@ -1 +1 @@ -Cairo-0.90.tar.gz +Cairo-0.91.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Cairo.spec 16 Jul 2006 13:25:49 -0000 1.2 +++ perl-Cairo.spec 12 Aug 2006 16:07:00 -0000 1.3 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 0.90 +Version: 0.91 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::Depends), perl(ExtUtils::PkgConfig) -BuildRequires: cairo-devel >= 1.2.0 +BuildRequires: cairo-devel >= 1.0.0 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -62,6 +62,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 0.91-1 +- Update to 0.91. + * Sun Jul 16 2006 Jose Pedro Oliveira - 0.90-1 - Update to 0.90. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Jul 2006 13:25:49 -0000 1.3 +++ sources 12 Aug 2006 16:07:00 -0000 1.4 @@ -1 +1 @@ -b81736db40c1834d26ea3dcece9ac175 Cairo-0.90.tar.gz +8a13310be3e0a297bb388e9df3642902 Cairo-0.91.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:49 -0700 Subject: rpms/perl-Email-Address/FC-5 .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHLnp008846@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/FC-5 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:20 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:20 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:49 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:20 -0000 1.4 +++ sources 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:48 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:48 -0700 Subject: rpms/perl-Email-Address/FC-4 .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHKo7008841@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/FC-4 Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:19 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:19 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:48 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:19 -0000 1.4 +++ sources 12 Aug 2006 16:16:48 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:16:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sat, 12 Aug 2006 09:16:49 -0700 Subject: rpms/perl-Email-Address/devel .cvsignore, 1.4, 1.5 perl-Email-Address.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608121617.k7CGHLLO008851@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Address/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8786/devel Modified Files: .cvsignore perl-Email-Address.spec sources Log Message: Update to 1.870. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 22 Jul 2006 17:58:21 -0000 1.4 +++ .cvsignore 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -Email-Address-1.86.tar.gz +Email-Address-1.870.tar.gz Index: perl-Email-Address.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/perl-Email-Address.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Address.spec 22 Jul 2006 17:58:21 -0000 1.3 +++ perl-Email-Address.spec 12 Aug 2006 16:16:49 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Address -Version: 1.86 +Version: 1.870 Release: 1%{?dist} Summary: RFC 2822 Address Parsing and Creation @@ -55,6 +55,9 @@ %changelog +* Sat Aug 12 2006 Jose Pedro Oliveira - 1.870-1 +- Update to 1.870. + * Sat Jul 22 2006 Jose Pedro Oliveira - 1.86-1 - Update to 1.86. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Address/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 22 Jul 2006 17:58:21 -0000 1.4 +++ sources 12 Aug 2006 16:16:49 -0000 1.5 @@ -1 +1 @@ -f5c9be444470fcb8a8041aea30a70596 Email-Address-1.86.tar.gz +eaa85cdfc4184f8a13c1fbdbea56f579 Email-Address-1.870.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 16:50:58 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Sat, 12 Aug 2006 09:50:58 -0700 Subject: rpms/k3d/FC-4 k3d.spec,1.1,1.2 Message-ID: <200608121651.k7CGp0tM009062@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9045 Modified Files: k3d.spec Log Message: Changed xorg BR name for FC-4 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 12 Aug 2006 16:50:58 -0000 1.2 @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils -BuildRequires: mesa-libGL-devel +BuildRequires: xorg-x11-devel BuildRequires: expat-devel BuildRequires: libsigc++20-devel BuildRequires: gtkmm24-devel From fedora-extras-commits at redhat.com Sat Aug 12 17:02:21 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 12 Aug 2006 10:02:21 -0700 Subject: rpms/python-vobject/devel .cvsignore, 1.2, 1.3 python-vobject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608121702.k7CH2OLn011680@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11659 Modified Files: .cvsignore python-vobject.spec sources Log Message: Version 0.4.1-1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jun 2006 18:42:44 -0000 1.2 +++ .cvsignore 12 Aug 2006 17:02:21 -0000 1.3 @@ -1 +1 @@ -vobject-0.3.0.tar.gz +vobject-0.4.1.tar.gz Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/python-vobject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-vobject.spec 27 Jun 2006 18:42:44 -0000 1.1 +++ python-vobject.spec 12 Aug 2006 17:02:21 -0000 1.2 @@ -1,17 +1,18 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-vobject -Version: 0.3.0 +Version: 0.4.1 Release: 1%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages License: Apache Software License URL: http://vobject.skyhouseconsulting.com/ -Source0: http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz +Source0: http://vobject.skyhouseconsulting.com/vobject-0.4.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-setuptools Requires: python-dateutil %description @@ -29,7 +30,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \ + --single-version-externally-managed +rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt %clean @@ -38,6 +41,8 @@ %files %defattr(-,root,root,-) +%doc ACKNOWLEDGEMENTS.txt +%doc LICENSE.txt %doc README.txt %dir %{python_sitelib}/vobject @@ -49,8 +54,8 @@ %{python_sitelib}/vobject/behavior.pyc %{python_sitelib}/vobject/icalendar.py %{python_sitelib}/vobject/icalendar.pyc -%{python_sitelib}/vobject/tests.py -%{python_sitelib}/vobject/tests.pyc +%{python_sitelib}/vobject/hcalendar.py +%{python_sitelib}/vobject/hcalendar.pyc %{python_sitelib}/vobject/vcard.py %{python_sitelib}/vobject/vcard.pyc %{python_sitelib}/vobject/win32tz.py @@ -60,11 +65,17 @@ %ghost %{python_sitelib}/vobject/base.pyo %ghost %{python_sitelib}/vobject/behavior.pyo %ghost %{python_sitelib}/vobject/icalendar.pyo -%ghost %{python_sitelib}/vobject/tests.pyo +%ghost %{python_sitelib}/vobject/hcalendar.pyo %ghost %{python_sitelib}/vobject/vcard.pyo %ghost %{python_sitelib}/vobject/win32tz.pyo +# Python egg info dir and contents +%{python_sitelib}/vobject*egg-info %changelog +* Sat Aug 12 2006 James Bowes 0.4.1-1 +- New version released. +- Handle egg info. + * Thu Jun 29 2006 James Bowes 0.3.0-1 - Initial packaging. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-vobject/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jun 2006 18:42:44 -0000 1.2 +++ sources 12 Aug 2006 17:02:21 -0000 1.3 @@ -1 +1 @@ -a94948d03c570ee8648adedf0281b957 vobject-0.3.0.tar.gz +b12fbec4abd87c826b4627364bd1474d vobject-0.4.1.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 17:04:54 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Sat, 12 Aug 2006 10:04:54 -0700 Subject: rpms/python-vobject/FC-5 python-vobject.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608121704.k7CH4ue5011810@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/rpms/python-vobject/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11791 Modified Files: python-vobject.spec sources Log Message: update to 0.4.1-1 Index: python-vobject.spec =================================================================== RCS file: /cvs/extras/rpms/python-vobject/FC-5/python-vobject.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-vobject.spec 27 Jun 2006 18:42:44 -0000 1.1 +++ python-vobject.spec 12 Aug 2006 17:04:54 -0000 1.2 @@ -1,17 +1,18 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-vobject -Version: 0.3.0 +Version: 0.4.1 Release: 1%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages License: Apache Software License URL: http://vobject.skyhouseconsulting.com/ -Source0: http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz +Source0: http://vobject.skyhouseconsulting.com/vobject-0.4.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-setuptools Requires: python-dateutil %description @@ -29,7 +30,9 @@ %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \ + --single-version-externally-managed +rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt %clean @@ -38,6 +41,8 @@ %files %defattr(-,root,root,-) +%doc ACKNOWLEDGEMENTS.txt +%doc LICENSE.txt %doc README.txt %dir %{python_sitelib}/vobject @@ -49,8 +54,8 @@ %{python_sitelib}/vobject/behavior.pyc %{python_sitelib}/vobject/icalendar.py %{python_sitelib}/vobject/icalendar.pyc -%{python_sitelib}/vobject/tests.py -%{python_sitelib}/vobject/tests.pyc +%{python_sitelib}/vobject/hcalendar.py +%{python_sitelib}/vobject/hcalendar.pyc %{python_sitelib}/vobject/vcard.py %{python_sitelib}/vobject/vcard.pyc %{python_sitelib}/vobject/win32tz.py @@ -60,11 +65,17 @@ %ghost %{python_sitelib}/vobject/base.pyo %ghost %{python_sitelib}/vobject/behavior.pyo %ghost %{python_sitelib}/vobject/icalendar.pyo -%ghost %{python_sitelib}/vobject/tests.pyo +%ghost %{python_sitelib}/vobject/hcalendar.pyo %ghost %{python_sitelib}/vobject/vcard.pyo %ghost %{python_sitelib}/vobject/win32tz.pyo +# Python egg info dir and contents +%{python_sitelib}/vobject*egg-info %changelog +* Sat Aug 12 2006 James Bowes 0.4.1-1 +- New version released. +- Handle egg info. + * Thu Jun 29 2006 James Bowes 0.3.0-1 - Initial packaging. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-vobject/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jun 2006 18:42:44 -0000 1.2 +++ sources 12 Aug 2006 17:04:54 -0000 1.3 @@ -1 +1 @@ -a94948d03c570ee8648adedf0281b957 vobject-0.3.0.tar.gz +b12fbec4abd87c826b4627364bd1474d vobject-0.4.1.tar.gz From fedora-extras-commits at redhat.com Sat Aug 12 19:15:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 12 Aug 2006 12:15:17 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.2, 1.3 Message-ID: <200608121915.k7CJFJSa017297@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17280 Modified Files: nautilus-flac-converter.spec Log Message: * Fri Aug 11 2006 Brian Pepple - 0.0.2-4 - Add BR on nautilus-extensions. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nautilus-flac-converter.spec 11 Aug 2006 15:49:30 -0000 1.2 +++ nautilus-flac-converter.spec 12 Aug 2006 19:15:16 -0000 1.3 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -12,6 +12,7 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 BuildRequires: nautilus-devel >= 2.6.0 +BuildRequires: nautilus-extensions Requires: vorbis-tools @@ -50,6 +51,9 @@ %changelog +* Fri Aug 11 2006 Brian Pepple - 0.0.2-4 +- Add BR on nautilus-extensions. + * Fri Aug 11 2006 Brian Pepple - 0.0.2-3 - Add BR for nautilus-devel, due to Core change. From fedora-extras-commits at redhat.com Sat Aug 12 21:56:32 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 14:56:32 -0700 Subject: rpms/wordpress/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.3, 1.4 Message-ID: <200608122156.k7CLuYsx022990@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22968 Modified Files: .cvsignore sources wordpress.spec Log Message: Updating to 2.0.4 for upstream security vuln fixes Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 21:56:32 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 21:56:32 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-4/wordpress.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wordpress.spec 4 Jul 2006 05:31:38 -0000 1.3 +++ wordpress.spec 12 Aug 2006 21:56:32 -0000 1.4 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Multiple security vuln's fixed upstream - bz 201989 + * Tue Jul 4 2006 john Berninger - 2.0.3-4 - Release bump to sort out an error I made in tagging From fedora-extras-commits at redhat.com Sat Aug 12 22:05:55 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 15:05:55 -0700 Subject: rpms/wordpress/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.4, 1.5 Message-ID: <200608122205.k7CM5wlo025665@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25644 Modified Files: .cvsignore sources wordpress.spec Log Message: Upstream security vuln fixes - ver 2.0.4 upstream - bz 201989 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 22:05:55 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 22:05:55 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/FC-5/wordpress.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wordpress.spec 23 Jul 2006 12:44:35 -0000 1.4 +++ wordpress.spec 12 Aug 2006 22:05:55 -0000 1.5 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Multiple upstream security vulns - bz 201989 + * Sun Jul 23 2006 John Berninger - 2.0.3-4 - Fix broken upgrade path from FE4 by bumping release From fedora-extras-commits at redhat.com Sat Aug 12 22:25:05 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Sat, 12 Aug 2006 15:25:05 -0700 Subject: rpms/wordpress/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wordpress.spec, 1.4, 1.5 Message-ID: <200608122225.k7CMP7C8025807@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25786 Modified Files: .cvsignore sources wordpress.spec Log Message: Upstream security vulns - bz 201989 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jun 2006 15:10:54 -0000 1.2 +++ .cvsignore 12 Aug 2006 22:25:05 -0000 1.3 @@ -1 +1 @@ -wordpress-2.0.3.tar.gz +wordpress-2.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jun 2006 15:10:54 -0000 1.2 +++ sources 12 Aug 2006 22:25:05 -0000 1.3 @@ -1 +1 @@ -0ad0696351cba9ef9b4a3dd97b1f327b wordpress-2.0.3.tar.gz +0de8e4b2051ce9313a23d7726210d5e3 wordpress-2.0.4.tar.gz Index: wordpress.spec =================================================================== RCS file: /cvs/extras/rpms/wordpress/devel/wordpress.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wordpress.spec 23 Jul 2006 12:45:02 -0000 1.4 +++ wordpress.spec 12 Aug 2006 22:25:05 -0000 1.5 @@ -1,9 +1,9 @@ Summary: WordPress blogging software URL: http://www.wordpress.org Name: wordpress -Version: 2.0.3 +Version: 2.0.4 Group: Applications/Publishing -Release: 4%{?dist} +Release: 0%{?dist} License: GPL # Source0 with name-version does not work for web retrieval, # latest.tar.gz does not work for build @@ -72,6 +72,9 @@ %dir %{_sysconfdir}/wordpress %changelog +* Sat Aug 12 2006 John Berninger - 2.0.4-0 +- Upstream security vulns - bz 201989 + * Sun Jul 23 2006 John Berninger - 2.0.3-4 - Fix broken upgrade path from FE4 From fedora-extras-commits at redhat.com Sun Aug 13 04:14:17 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sat, 12 Aug 2006 21:14:17 -0700 Subject: rpms/bwidget/FC-5 bwidget-1.7.0-colorchooser.patch, NONE, 1.1 bwidget.spec, 1.1, 1.2 Message-ID: <200608130414.k7D4EJHe012408@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12387 Modified Files: bwidget.spec Added Files: bwidget-1.7.0-colorchooser.patch Log Message: Add patch for adding a color selector to the font dialog bwidget-1.7.0-colorchooser.patch: --- NEW FILE bwidget-1.7.0-colorchooser.patch --- --- /usr/share/bwidget1.7.0/font.tcl~ 2006-07-30 11:28:59.000000000 +0200 +++ /usr/share/bwidget1.7.0/font.tcl 2006-07-30 12:43:37.000000000 +0200 @@ -24,8 +24,10 @@ {-type Enum dialog 0 {dialog toolbar}} {-font TkResource "" 0 label} + {-initialcolor String "" 0} {-families String "all" 1} {-querysystem Boolean 1 0} + {-nosizes Boolean 0 1} {-styles String "bold italic underline overstrike" 1} {-command String "" 0} {-sampletext String "Sample Text" 0} @@ -189,7 +191,9 @@ LabelFrame::configure $labf3 -focus $subf.[lindex $_styles 0] pack $labf1 -side left -anchor n -fill both -expand yes - pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + if { ![Widget::getoption "$path#SelectFont" -nosizes] } { + pack $labf2 -side left -anchor n -fill both -expand yes -padx 8 + } pack $labf3 -side left -anchor n -fill both -expand yes set botf [frame $frame.botf -width 100 -height 50 \ @@ -204,8 +208,38 @@ -text [Widget::getoption "$path#SelectFont" -sampletext]] place $lab -relx 0.5 -rely 0.5 -anchor c - pack $topf -pady 4 -fill both -expand yes - pack $botf -pady 4 -fill x + pack $topf -pady 4 -fill both -expand yes + + if { [Widget::getoption "$path#SelectFont" -initialcolor] != ""} { + set thecolor [Widget::getoption "$path#SelectFont" -initialcolor] + set colf [frame $frame.colf] + + set frc [frame $colf.frame -width 50 -height 20 -bg $thecolor -bd 0 -relief flat\ + -highlightthickness 1 -takefocus 0 \ + -highlightbackground black \ + -highlightcolor black] + + set script "set [list SelectFont::${path}(fontcolor)] \[tk_chooseColor -parent $colf.button -initialcolor \[set [list SelectFont::${path}(fontcolor)]\]\];\ + SelectFont::_update [list $path]" + + set but [button $colf.button -command $script \ + -text "Color..."] + + $lab configure -foreground $thecolor + $frc configure -bg $thecolor + + pack $but -side left + pack $frc -side left -padx 5 + + set data(frc) $frc + set data(fontcolor) $thecolor + + pack $colf -pady 4 -fill x -expand true + + } else { + set data(fontcolor) -1 + } + pack $botf -pady 4 -fill x Dialog::add $path -name ok Dialog::add $path -name cancel @@ -360,13 +394,24 @@ if { [Dialog::draw $path] == 0 } { set result [Widget::getoption "$path#SelectFont" -font] + set color $data(fontcolor) + + if { $color == "" } { + set color #000000 + } + } else { set result "" + set color "" } unset data Widget::destroy "$path#SelectFont" destroy $path - return $result + if { $color != -1 } { + return [list $result $color] + } else { + return $result + } } @@ -428,6 +473,14 @@ if { $type == "dialog" } { $data(label) configure -font $font $path:cmd configure -cursor $curs + if { ($data(fontcolor) != "") && ($data(fontcolor) != -1) } { + $data(label) configure -foreground $data(fontcolor) + $data(frc) configure -bg $data(fontcolor) + } elseif { $data(fontcolor) == "" } { + #If no color is selected, restore previous one + set data(fontcolor) [$data(label) cget -foreground] + + } } elseif { [set cmd [Widget::getoption "$path#SelectFont" -command]] != "" } { uplevel \#0 $cmd } Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/FC-5/bwidget.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bwidget.spec 22 Feb 2006 17:40:19 -0000 1.1 +++ bwidget.spec 13 Aug 2006 04:14:17 -0000 1.2 @@ -1,12 +1,13 @@ Name: bwidget Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries License: Distributable URL: http://tcllib.sourceforge.net/ Source0: http://download.sourceforge.net/tcllib/BWidget-1.7.0.tar.gz +Patch0: bwidget-1.7.0-colorchooser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,6 +18,7 @@ %prep %setup -q -n BWidget-%{version} +%patch0 -p4 %{__sed} -i 's/\r//' LICENSE.txt %install @@ -44,7 +46,11 @@ %doc BWman/*.html %changelog +* Fri Aug 11 2006 Wart 1.7.0-3 +- Add patch for adding a color selector to the font dialog (BZ #200809) + * Sat Dec 10 2005 Wart 1.7.0-2 - added dist tag to release tag. + * Sat Dec 10 2005 Wart 1.7.0-1 - Initial spec file. From fedora-extras-commits at redhat.com Sun Aug 13 04:15:56 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:15:56 -0700 Subject: rpms/perl-Params-Validate/devel .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608130415.k7D4Fw4k012515@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12494 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 11:48:03 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:15:56 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/perl-Params-Validate.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Params-Validate.spec 28 Jun 2006 11:48:03 -0000 1.9 +++ perl-Params-Validate.spec 13 Aug 2006 04:15:56 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 11:48:03 -0000 1.8 +++ sources 13 Aug 2006 04:15:56 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:18:32 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:18:32 -0700 Subject: rpms/perl-Params-Validate/FC-5 .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608130418.k7D4IY7K012606@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12585 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 12:01:20 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:18:32 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/perl-Params-Validate.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Params-Validate.spec 28 Jun 2006 12:01:20 -0000 1.9 +++ perl-Params-Validate.spec 13 Aug 2006 04:18:32 -0000 1.10 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 12:01:20 -0000 1.8 +++ sources 13 Aug 2006 04:18:32 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:19:22 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:19:22 -0700 Subject: rpms/perl-Params-Validate/FC-4 .cvsignore, 1.8, 1.9 perl-Params-Validate.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608130419.k7D4JOAn012671@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Validate/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12650 Modified Files: .cvsignore perl-Params-Validate.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 28 Jun 2006 12:14:38 -0000 1.8 +++ .cvsignore 13 Aug 2006 04:19:22 -0000 1.9 @@ -1 +1 @@ -Params-Validate-0.85.tar.gz +Params-Validate-0.86.tar.gz Index: perl-Params-Validate.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/perl-Params-Validate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Params-Validate.spec 28 Jun 2006 12:14:38 -0000 1.8 +++ perl-Params-Validate.spec 13 Aug 2006 04:19:22 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Params-Validate Perl module Name: perl-Params-Validate -Version: 0.85 +Version: 0.86 Release: 1%{?dist} License: GPL or Artistic Group: Development/Libraries @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.86-1 +- Upstream update. + * Mon Jun 28 2006 Ralf Cors??pius - 0.85-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Validate/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 28 Jun 2006 12:14:38 -0000 1.8 +++ sources 13 Aug 2006 04:19:22 -0000 1.9 @@ -1 +1 @@ -71fba22da468e6e56e4a4f1b5e299e9a Params-Validate-0.85.tar.gz +99f6093ecf15717c1a888bb6040aea43 Params-Validate-0.86.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:24:04 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:24:04 -0700 Subject: rpms/perl-Params-Util/devel .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.11, 1.12 sources, 1.11, 1.12 Message-ID: <200608130424.k7D4O64Q012752@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12731 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:58:10 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:24:03 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/perl-Params-Util.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Params-Util.spec 5 Jul 2006 19:58:10 -0000 1.11 +++ perl-Params-Util.spec 13 Aug 2006 04:24:03 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:58:10 -0000 1.11 +++ sources 13 Aug 2006 04:24:03 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:25:08 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:25:08 -0700 Subject: rpms/perl-Params-Util/FC-5 .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.11, 1.12 sources, 1.11, 1.12 Message-ID: <200608130425.k7D4PAic012779@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12758 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:59:01 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:25:08 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/perl-Params-Util.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Params-Util.spec 5 Jul 2006 19:59:01 -0000 1.11 +++ perl-Params-Util.spec 13 Aug 2006 04:25:08 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:59:01 -0000 1.11 +++ sources 13 Aug 2006 04:25:08 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:26:10 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:26:10 -0700 Subject: rpms/perl-Params-Util/FC-4 .cvsignore, 1.11, 1.12 perl-Params-Util.spec, 1.10, 1.11 sources, 1.11, 1.12 Message-ID: <200608130426.k7D4QCOl012844@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/perl-Params-Util/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12823 Modified Files: .cvsignore perl-Params-Util.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 5 Jul 2006 19:59:48 -0000 1.11 +++ .cvsignore 13 Aug 2006 04:26:10 -0000 1.12 @@ -1 +1 @@ -Params-Util-0.15.tar.gz +Params-Util-0.17.tar.gz Index: perl-Params-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/perl-Params-Util.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Params-Util.spec 5 Jul 2006 19:59:48 -0000 1.10 +++ perl-Params-Util.spec 13 Aug 2006 04:26:10 -0000 1.11 @@ -1,5 +1,5 @@ Name: perl-Params-Util -Version: 0.15 +Version: 0.17 Release: 1%{?dist} Summary: Simple standalone param-checking functions License: GPL or Artistic @@ -50,6 +50,9 @@ %{_mandir}/man3/* %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 0.17-1 +- Upstream update. + * Wed Jul 05 2006 Ralf Cors??pius - 0.15-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Params-Util/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 5 Jul 2006 19:59:48 -0000 1.11 +++ sources 13 Aug 2006 04:26:10 -0000 1.12 @@ -1 +1 @@ -6b4f7546d87f3002551372ac31ca2c1c Params-Util-0.15.tar.gz +058f3bd8acd7fd21233043724c78ea9e Params-Util-0.17.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 04:57:42 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 12 Aug 2006 21:57:42 -0700 Subject: rpms/rt3/devel .cvsignore, 1.4, 1.5 rt3.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200608130457.k7D4vipX012998@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/rt3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12977 Modified Files: .cvsignore rt3.spec sources Log Message: * Sun Aug 13 2006 Ralf Cors??pius - 3.6.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 13:31:07 -0000 1.4 +++ .cvsignore 13 Aug 2006 04:57:41 -0000 1.5 @@ -1 +1 @@ -rt-3.6.0.tar.gz +rt-3.6.1.tar.gz Index: rt3.spec =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/rt3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rt3.spec 22 Jul 2006 04:28:18 -0000 1.12 +++ rt3.spec 13 Aug 2006 04:57:41 -0000 1.13 @@ -12,8 +12,8 @@ %define RT3_LOCALSTATEDIR %{_localstatedir}/lib/rt3 Name: rt3 -Version: 3.6.0 -Release: 4%{?dist} +Version: 3.6.1 +Release: 1%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -241,6 +241,9 @@ %ghost %{_prefix}/local/etc/rt3 %changelog +* Sun Aug 13 2006 Ralf Cors??pius - 3.6.1-1 +- Upstream update. + * Sat Jul 22 2006 Ralf Cors??pius - 3.6.0-4 - Install etc/upgrade to %{_sysconfdir}/rt3/upgrade. - Add rt-3.6.0-Makefile.diff. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rt3/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 13:31:07 -0000 1.4 +++ sources 13 Aug 2006 04:57:41 -0000 1.5 @@ -1 +1 @@ -b363dab7fa5e1af10d150783c02e3935 rt-3.6.0.tar.gz +40c5a828fadaeef9e150255a517d0b17 rt-3.6.1.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 06:46:18 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Sat, 12 Aug 2006 23:46:18 -0700 Subject: owners owners.list,1.1393,1.1394 Message-ID: <200608130646.k7D6kKvN024835@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24815 Modified Files: owners.list Log Message: Adopted soundtracker. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1393 retrieving revision 1.1394 diff -u -r1.1393 -r1.1394 --- owners.list 12 Aug 2006 04:06:08 -0000 1.1393 +++ owners.list 13 Aug 2006 06:46:17 -0000 1.1394 @@ -1795,7 +1795,7 @@ Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|soundconverter|A simple sound converter application for GNOME|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|soundtouch|Audio Processing library for changing Tempo, Pitch and Playback Rates|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|soundtracker|Sound module composer/player|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|soundtracker|Sound module composer/player|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|source-highlight|Produces a document with syntax highlighting|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|spamass-milter|Sendmail milter for spamassassin|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 13 10:32:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:32:44 -0700 Subject: rpms/gcompris/devel .cvsignore, 1.2, 1.3 gcompris.spec, 1.12, 1.13 sources, 1.2, 1.3 Message-ID: <200608131032.k7DAWk67003268@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3241 Modified Files: .cvsignore gcompris.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 08:28:51 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:32:43 -0000 1.3 @@ -1 +1,2 @@ gcompris-7.4.tar.gz +gcompris-africa-patch.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gcompris.spec 3 Jul 2006 20:33:24 -0000 1.12 +++ gcompris.spec 13 Aug 2006 10:32:43 -0000 1.13 @@ -1,13 +1,14 @@ Name: gcompris Version: 7.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz -Source1: gcompris.6 +Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source1: gcompris.6 Source2: U006A.ogg +Source3: gcompris-africa-patch.tar.gz Patch1: gcompris-sys-assetml.patch Patch2: gcompris-nl.patch Patch3: gcompris-electric.patch @@ -83,7 +84,7 @@ %package sound-da Summary: GCompris voices in Danish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-da @@ -93,7 +94,7 @@ %package sound-de Summary: GCompris voices in German -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-de @@ -103,7 +104,7 @@ %package sound-en Summary: GCompris voices in English -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-en @@ -113,7 +114,7 @@ %package sound-es Summary: GCompris voices in Spanish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-es @@ -123,7 +124,7 @@ %package sound-fi Summary: GCompris voices in Finish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fi @@ -133,7 +134,7 @@ %package sound-fr Summary: GCompris voices in French -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fr @@ -143,7 +144,7 @@ %package sound-hu Summary: GCompris voices in Hungarian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-hu @@ -153,7 +154,7 @@ %package sound-it Summary: GCompris voices in Italian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-it @@ -163,7 +164,7 @@ %package sound-nl Summary: GCompris voices in Dutch -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-nl @@ -173,7 +174,7 @@ %package sound-pt Summary: GCompris voices in Portuguese -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-pt @@ -183,7 +184,7 @@ %package sound-ru Summary: GCompris voices in Russian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-ru @@ -193,7 +194,7 @@ %package sound-sv Summary: GCompris voices in Swedish -Group: Amusements/Games +Group: Amusements/Games %description sound-sv Voice samples for the GCompris games in Swedish, these come with an assetml @@ -202,7 +203,7 @@ %package sound-eu Summary: GCompris voices in Basque -Group: Amusements/Games +Group: Amusements/Games %description sound-eu Voice samples for the GCompris games in Basque, these come with an assetml @@ -211,7 +212,7 @@ %package flags Summary: Country flags for use with GCompris (60x40 PNG) -Group: Amusements/Games +Group: Amusements/Games %description flags Country flags for use with GCompris (60x40 PNG), these come with an assetml @@ -245,6 +246,19 @@ pushd boards/sounds/nl/misc cp ok.ogg check_answer.ogg popd +# fixup african maps with files from CVS (BZ 197758) +tar xfz %{SOURCE3} +# these are no longer used +rm boards/geography/africa/north_africa.xcf \ + boards/geography/afrique/burundi.png \ + boards/geography/afrique/djibouti.png \ + boards/geography/afrique/equatorial_guinea.png \ + boards/geography/afrique/gambia.png \ + boards/geography/afrique/guinea_bissau.png \ + boards/geography/afrique/lesotho.png \ + boards/geography/afrique/rwanda.png \ + boards/geography/afrique/sierra_leone.png \ + boards/geography/afrique/swaziland.png %build @@ -484,6 +498,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 7.4-13 +- Fix BZ 197758 (backport from upstream CVS) + * Mon Jul 3 2006 Hans de Goede 7.4-12 - Restore the original resolution and ungrab the mouse on focus out, redo on focus in. This allows alt-tab-ing away when in fullscreen mode. And Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 08:28:51 -0000 1.2 +++ sources 13 Aug 2006 10:32:43 -0000 1.3 @@ -1 +1,2 @@ d80e55da21170a98d671c98b3e582cc3 gcompris-7.4.tar.gz +bc3d9ba72b4dd9742859ec6b90d12056 gcompris-africa-patch.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 10:35:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:35:39 -0700 Subject: rpms/gcompris/FC-5 .cvsignore, 1.2, 1.3 gcompris.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200608131035.k7DAZfGk003347@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3326 Modified Files: .cvsignore gcompris.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Apr 2006 08:28:51 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:35:38 -0000 1.3 @@ -1 +1,2 @@ gcompris-7.4.tar.gz +gcompris-africa-patch.tar.gz Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/gcompris.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gcompris.spec 3 Jul 2006 20:36:47 -0000 1.8 +++ gcompris.spec 13 Aug 2006 10:35:38 -0000 1.9 @@ -1,13 +1,14 @@ Name: gcompris Version: 7.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL URL: http://gcompris.net -Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz -Source1: gcompris.6 +Source0: http://download.sf.net/%{name}/%{name}-%{version}.tar.gz +Source1: gcompris.6 Source2: U006A.ogg +Source3: gcompris-africa-patch.tar.gz Patch1: gcompris-sys-assetml.patch Patch2: gcompris-nl.patch Patch3: gcompris-electric.patch @@ -83,7 +84,7 @@ %package sound-da Summary: GCompris voices in Danish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-da @@ -93,7 +94,7 @@ %package sound-de Summary: GCompris voices in German -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-de @@ -103,7 +104,7 @@ %package sound-en Summary: GCompris voices in English -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-en @@ -113,7 +114,7 @@ %package sound-es Summary: GCompris voices in Spanish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-es @@ -123,7 +124,7 @@ %package sound-fi Summary: GCompris voices in Finish -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fi @@ -133,7 +134,7 @@ %package sound-fr Summary: GCompris voices in French -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-fr @@ -143,7 +144,7 @@ %package sound-hu Summary: GCompris voices in Hungarian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-hu @@ -153,7 +154,7 @@ %package sound-it Summary: GCompris voices in Italian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-it @@ -163,7 +164,7 @@ %package sound-nl Summary: GCompris voices in Dutch -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-nl @@ -173,7 +174,7 @@ %package sound-pt Summary: GCompris voices in Portuguese -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-pt @@ -183,7 +184,7 @@ %package sound-ru Summary: GCompris voices in Russian -Group: Amusements/Games +Group: Amusements/Games Requires: /usr/share/assetml %description sound-ru @@ -193,7 +194,7 @@ %package sound-sv Summary: GCompris voices in Swedish -Group: Amusements/Games +Group: Amusements/Games %description sound-sv Voice samples for the GCompris games in Swedish, these come with an assetml @@ -202,7 +203,7 @@ %package sound-eu Summary: GCompris voices in Basque -Group: Amusements/Games +Group: Amusements/Games %description sound-eu Voice samples for the GCompris games in Basque, these come with an assetml @@ -211,7 +212,7 @@ %package flags Summary: Country flags for use with GCompris (60x40 PNG) -Group: Amusements/Games +Group: Amusements/Games %description flags Country flags for use with GCompris (60x40 PNG), these come with an assetml @@ -245,6 +246,19 @@ pushd boards/sounds/nl/misc cp ok.ogg check_answer.ogg popd +# fixup african maps with files from CVS (BZ 197758) +tar xfz %{SOURCE3} +# these are no longer used +rm boards/geography/africa/north_africa.xcf \ + boards/geography/afrique/burundi.png \ + boards/geography/afrique/djibouti.png \ + boards/geography/afrique/equatorial_guinea.png \ + boards/geography/afrique/gambia.png \ + boards/geography/afrique/guinea_bissau.png \ + boards/geography/afrique/lesotho.png \ + boards/geography/afrique/rwanda.png \ + boards/geography/afrique/sierra_leone.png \ + boards/geography/afrique/swaziland.png %build @@ -484,6 +498,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 7.4-13 +- Fix BZ 197758 (backport from upstream CVS) + * Mon Jul 3 2006 Hans de Goede 7.4-12 - Restore the original resolution and ungrab the mouse on focus out, redo on focus in. This allows alt-tab-ing away when in fullscreen mode. And Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcompris/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 30 Apr 2006 08:28:51 -0000 1.2 +++ sources 13 Aug 2006 10:35:38 -0000 1.3 @@ -1 +1,2 @@ d80e55da21170a98d671c98b3e582cc3 gcompris-7.4.tar.gz +bc3d9ba72b4dd9742859ec6b90d12056 gcompris-africa-patch.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 10:39:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 03:39:28 -0700 Subject: rpms/ClanLib/devel .cvsignore, 1.2, 1.3 ClanLib.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200608131039.k7DAdUZr003439@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3418 Modified Files: .cvsignore ClanLib.spec sources Log Message: * Sun Aug 13 2006 Hans de Goede 0.8.0-1 - 0.8.0 final, warning ABI changed without soname change! - Drop both our patches (both upstreamed) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Jul 2006 17:55:57 -0000 1.2 +++ .cvsignore 13 Aug 2006 10:39:27 -0000 1.3 @@ -1 +1 @@ -ClanLib-0.8.0-RC2.tgz +ClanLib-0.8.0.tgz Index: ClanLib.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/ClanLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ClanLib.spec 26 Jul 2006 11:23:26 -0000 1.5 +++ ClanLib.spec 13 Aug 2006 10:39:27 -0000 1.6 @@ -1,15 +1,11 @@ -%define pre_version RC2 - Summary: Cross platform C++ game library Name: ClanLib Version: 0.8.0 -Release: 0.6.%{pre_version}%{?dist} +Release: 1%{?dist} Group: System Environment/Libraries License: zlib License URL: http://www.clanlib.org/ -Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}-%{pre_version}.tgz -Patch0: ClanLib-0.8.0-gcc41.patch -Patch1: ClanLib-0.8.0-grave_key.patch +Source0: http://www.clanlib.org/download/releases-0.8/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel libXi-devel libXmu-devel libGLU-devel libICE-devel BuildRequires: libXext-devel libXxf86vm-devel libXt-devel xorg-x11-proto-devel @@ -33,9 +29,7 @@ %prep -%setup -q -n %{name}-%{version}-%{pre_version} -%patch0 -p1 -z .gcc41 -%patch1 -p1 -z .grave +%setup -q # fixup pc files sed -i 's|libdir=${exec_prefix}/lib|libdir=@libdir@|' pkgconfig/clan*.pc.in sed -i 's|Libs: -L${libdir}|Libs: -L${libdir}/%{name}-0.8|' \ @@ -86,6 +80,10 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 0.8.0-1 +- 0.8.0 final, warning ABI changed without soname change! +- Drop both our patches (both upstreamed) + * Wed Jul 26 2006 Hans de Goede 0.8.0-0.6.RC2 - Add missing Requires: pkgconfig to -devel package Index: sources =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Jul 2006 17:55:57 -0000 1.2 +++ sources 13 Aug 2006 10:39:28 -0000 1.3 @@ -1 +1 @@ -808382d5e181aff62a36c6d824fcf058 ClanLib-0.8.0-RC2.tgz +3e183a801a31f646b012db2d82f97ff3 ClanLib-0.8.0.tgz From fedora-extras-commits at redhat.com Sun Aug 13 11:05:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 04:05:20 -0700 Subject: rpms/pingus/devel pingus.spec,1.1,1.2 Message-ID: <200608131105.k7DB5MkK006225@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pingus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6208 Modified Files: pingus.spec Log Message: * Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 - Rebuild for new ClanLib Index: pingus.spec =================================================================== RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pingus.spec 25 Jul 2006 08:15:00 -0000 1.1 +++ pingus.spec 13 Aug 2006 11:05:20 -0000 1.2 @@ -1,7 +1,7 @@ %define snapshot_date 20060721 Name: pingus Version: 0.7.0 -Release: 0.2.%{snapshot_date}%{?dist} +Release: 0.3.%{snapshot_date}%{?dist} Summary: Guide the penguins safely home before they drop of the cliff Group: Amusements/Games License: GPL @@ -111,6 +111,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 +- Rebuild for new ClanLib + * Sun Jul 23 2006 Hans de Goede 0.7.0-0.2.20060721 - add missing BR: gettext From fedora-extras-commits at redhat.com Sun Aug 13 11:37:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:27 -0700 Subject: rpms/perl-File-HomeDir/devel - New directory Message-ID: <200608131137.k7DBbURM008029@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7992/perl-File-HomeDir/devel Log Message: Directory /cvs/extras/rpms/perl-File-HomeDir/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 13 11:37:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:27 -0700 Subject: rpms/perl-File-HomeDir - New directory Message-ID: <200608131137.k7DBbTPj008025@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7992/perl-File-HomeDir Log Message: Directory /cvs/extras/rpms/perl-File-HomeDir added to the repository From fedora-extras-commits at redhat.com Sun Aug 13 11:37:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:44 -0700 Subject: rpms/perl-File-HomeDir Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608131137.k7DBbkMU008113@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8079 Added Files: Makefile import.log Log Message: Setup of module perl-File-HomeDir --- NEW FILE Makefile --- # Top level Makefile for module perl-File-HomeDir all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 13 11:37:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:37:45 -0700 Subject: rpms/perl-File-HomeDir/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608131137.k7DBblh5008120@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8079/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-HomeDir --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 13 11:38:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:38:19 -0700 Subject: rpms/perl-File-HomeDir import.log,1.1,1.2 Message-ID: <200608131138.k7DBcLS2008270@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229 Modified Files: import.log Log Message: auto-import perl-File-HomeDir-0.58-1 on branch devel from perl-File-HomeDir-0.58-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 13 Aug 2006 11:37:44 -0000 1.1 +++ import.log 13 Aug 2006 11:38:18 -0000 1.2 @@ -0,0 +1 @@ +perl-File-HomeDir-0_58-1:HEAD:perl-File-HomeDir-0.58-1.src.rpm:1155469097 From fedora-extras-commits at redhat.com Sun Aug 13 11:38:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:38:19 -0700 Subject: rpms/perl-File-HomeDir/devel perl-File-HomeDir.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608131138.k7DBcLvN008276@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-File-HomeDir/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/devel Modified Files: .cvsignore sources Added Files: perl-File-HomeDir.spec Log Message: auto-import perl-File-HomeDir-0.58-1 on branch devel from perl-File-HomeDir-0.58-1.src.rpm --- NEW FILE perl-File-HomeDir.spec --- Name: perl-File-HomeDir Version: 0.58 Release: 1%{?dist} Summary: Get the home directory for yourself or other users Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/File-HomeDir/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description File::HomeDir is a module for dealing with issues relating to the location of directories for various purposes that are "owned" by a user, and to solve these problems consistently across a wide variety of platforms. %prep %setup -q -n File-HomeDir-%{version} chmod -v a-x Changes lib/File/{*.pm,HomeDir/*.pm} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/File/ %{_mandir}/man3/*.3pm* %changelog * Thu Aug 03 2006 Jose Pedro Oliveira - 0.58-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 13 Aug 2006 11:37:44 -0000 1.1 +++ .cvsignore 13 Aug 2006 11:38:19 -0000 1.2 @@ -0,0 +1 @@ +File-HomeDir-0.58.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-HomeDir/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 13 Aug 2006 11:37:44 -0000 1.1 +++ sources 13 Aug 2006 11:38:19 -0000 1.2 @@ -0,0 +1 @@ +295ee8b4f580bea5fa5714cdf8ac965b File-HomeDir-0.58.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 11:41:40 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 04:41:40 -0700 Subject: owners owners.list,1.1394,1.1395 Message-ID: <200608131141.k7DBfgE7008886@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8860 Modified Files: owners.list Log Message: New package: perl-File-HomeDir (#202317) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1394 retrieving revision 1.1395 diff -u -r1.1394 -r1.1395 --- owners.list 13 Aug 2006 06:46:17 -0000 1.1394 +++ owners.list 13 Aug 2006 11:41:40 -0000 1.1395 @@ -1205,6 +1205,7 @@ Fedora Extras|perl-File-Find-Rule|Perl module implementing an alternative interface to File::Find|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Find-Rule-PPI|Add support for PPI queries to File::Find::Rule|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Flat|Implements a flat filesystem|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-HomeDir|Get the home directory for yourself or other users|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-NCopy|Copy files to directories, or a single file to another file|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-ReadBackwards|File::ReadBackwards Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Remove|Convenience module for removing files and directories|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sun Aug 13 14:14:26 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Sun, 13 Aug 2006 07:14:26 -0700 Subject: rpms/k3d/FC-4 k3d.spec,1.2,1.3 Message-ID: <200608131414.k7DEES4J022449@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22432 Modified Files: k3d.spec Log Message: Added jpeg and png BRs Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 12 Aug 2006 16:50:58 -0000 1.2 +++ k3d.spec 13 Aug 2006 14:14:26 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.5.16.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -24,6 +24,8 @@ BuildRequires: OpenEXR-devel BuildRequires: libtiff-devel BuildRequires: ImageMagick-c++-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: graphviz-devel BuildRequires: boost-devel BuildRequires: gts-devel @@ -127,6 +129,9 @@ %changelog +* Sun Aug 13 2006 Denis Leroy - 0.5.16.0-4 +- Added jpeg and png BRs + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg From fedora-extras-commits at redhat.com Sun Aug 13 14:30:26 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 13 Aug 2006 07:30:26 -0700 Subject: rpms/azureus/devel azureus.spec,1.28,1.29 Message-ID: <200608131430.k7DEUSw6022586@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22569 Modified Files: azureus.spec Log Message: Update release. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- azureus.spec 31 Jul 2006 05:02:35 -0000 1.28 +++ azureus.spec 13 Aug 2006 14:30:26 -0000 1.29 @@ -2,7 +2,7 @@ Name: azureus Version: 2.4.0.3 -Release: 0.20060702cvs_8%{?dist} +Release: 0.20060730cvs_1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 +- Update release. + * Sat Jul 29 2006 Anthony Green - 2.4.0.3-0.20060702cvs_8 - Fix swt jar reference for plugins builds. From fedora-extras-commits at redhat.com Sun Aug 13 15:38:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 13 Aug 2006 08:38:11 -0700 Subject: rpms/nautilus-flac-converter/devel nautilus-flac-converter.spec, 1.3, 1.4 Message-ID: <200608131538.k7DFcDKg027409@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/nautilus-flac-converter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27370 Modified Files: nautilus-flac-converter.spec Log Message: * Sun Aug 13 2006 Brian Pepple - 0.0.2-5 - Drop BR on nautilus-extension. Index: nautilus-flac-converter.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-flac-converter/devel/nautilus-flac-converter.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nautilus-flac-converter.spec 12 Aug 2006 19:15:16 -0000 1.3 +++ nautilus-flac-converter.spec 13 Aug 2006 15:38:10 -0000 1.4 @@ -1,6 +1,6 @@ Name: nautilus-flac-converter Version: 0.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Nautilus extension to convert FLACS to Ogg Vorbis Group: User Interface/Desktops @@ -12,7 +12,6 @@ BuildRequires: libglade2-devel >= 2.4.0 BuildRequires: gnome-vfs2-devel >= 2.6.0 BuildRequires: nautilus-devel >= 2.6.0 -BuildRequires: nautilus-extensions Requires: vorbis-tools @@ -51,6 +50,9 @@ %changelog +* Sun Aug 13 2006 Brian Pepple - 0.0.2-5 +- Drop BR on nautilus-extension. + * Fri Aug 11 2006 Brian Pepple - 0.0.2-4 - Add BR on nautilus-extensions. From fedora-extras-commits at redhat.com Sun Aug 13 15:44:39 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sun, 13 Aug 2006 08:44:39 -0700 Subject: rpms/azureus/FC-5 .cvsignore, 1.6, 1.7 azureus.spec, 1.25, 1.26 sources, 1.6, 1.7 Message-ID: <200608131544.k7DFifQa030784@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30584 Modified Files: .cvsignore azureus.spec sources Log Message: Update sources. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 May 2006 16:00:04 -0000 1.6 +++ .cvsignore 13 Aug 2006 15:44:39 -0000 1.7 @@ -1,3 +1,7 @@ azureus2-cvs-20060529.tar.bz2 +azureus.script +Azureus.desktop +azureus.applications +azureus-License.txt +azplugins_1.9.jar bdcc_2.2.2.zip -azplugins_1.8.8.jar Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/azureus.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- azureus.spec 29 May 2006 16:00:46 -0000 1.25 +++ azureus.spec 13 Aug 2006 15:44:39 -0000 1.26 @@ -1,6 +1,6 @@ Name: azureus Version: 2.4.0.3 -Release: 0.20060529cvs_1%{?dist} +Release: 0.20060604cvs_1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -16,7 +16,7 @@ Source3: azureus.applications Source4: azureus-License.txt -Source5: azplugins_1.8.8.jar +Source5: azplugins_1.9.jar Source6: bdcc_2.2.2.zip Patch0: azureus-remove-win32-osx-platforms.patch @@ -208,6 +208,10 @@ %{_libdir}/gcj/* %changelog +* Sun Jun 4 2006 Anthony Green - 2.4.0.3-0.20060604cvs_1 +- Updated sources. +- Update azplugins jar file. + * Wed May 29 2006 Anthony Green - 2.4.0.3-0.20060529cvs_1 - Updated sources. - Re-enable close button on tabs in nativetabs patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/azureus/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 May 2006 16:00:04 -0000 1.6 +++ sources 13 Aug 2006 15:44:39 -0000 1.7 @@ -1,3 +1,7 @@ 086cf7f988efd91064b6da5ab78469a8 azureus2-cvs-20060529.tar.bz2 +94099614e47818573457ea589c8db337 azureus.script +86bbc699204ed85d2d03fe34c6968b63 Azureus.desktop +ed21a731b08376fd9189de906b1efb90 azureus.applications +7f8fc22bebf84c197b19c6593c6d39ed azureus-License.txt +7879202464bf4145f7d4848fb5f0e04f azplugins_1.9.jar 0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip -28f136e1d99d8a0d0d04ef4398f782b4 azplugins_1.8.8.jar From fedora-extras-commits at redhat.com Sun Aug 13 18:05:48 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 13 Aug 2006 11:05:48 -0700 Subject: rpms/sylpheed/FC-5 .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 sylpheed.spec, 1.32, 1.33 sylpheed-2.2.6-summaryview-crash.patch, 1.1, NONE sylpheed-2.2.6-tr-crash.patch, 1.1, NONE Message-ID: <200608131805.k7DI5ol7009756@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9735 Modified Files: .cvsignore sources sylpheed.spec Removed Files: sylpheed-2.2.6-summaryview-crash.patch sylpheed-2.2.6-tr-crash.patch Log Message: * Mon Jul 31 2006 Michael Schwendt - 2.2.7-1 - Update to 2.2.7 (includes patches from 2.2.6-2 and -3). * Sun Jul 30 2006 Michael Schwendt - 2.2.6-4 - Enable OpenLDAP support as requested by several users. - Drop minimal version from GPGME build requirement (it's superfluous in our environments). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 9 Jun 2006 12:03:23 -0000 1.18 +++ .cvsignore 13 Aug 2006 18:05:48 -0000 1.19 @@ -1,2 +1,2 @@ -sylpheed-2.2.6.tar.bz2.asc -sylpheed-2.2.6.tar.bz2 +sylpheed-2.2.7.tar.bz2.asc +sylpheed-2.2.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 9 Jun 2006 12:03:23 -0000 1.18 +++ sources 13 Aug 2006 18:05:48 -0000 1.19 @@ -1,2 +1,2 @@ -f435dfe2dc3228dfec6ab0e17616243d sylpheed-2.2.6.tar.bz2.asc -ecd880cce22a2755bcf05503a0ed7bbf sylpheed-2.2.6.tar.bz2 +38dcc0597e127eb0475f048fd0b46711 sylpheed-2.2.7.tar.bz2.asc +ec39510169d329f39d8f5f06b60ff243 sylpheed-2.2.7.tar.bz2 Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/FC-5/sylpheed.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sylpheed.spec 27 Jun 2006 20:12:25 -0000 1.32 +++ sylpheed.spec 13 Aug 2006 18:05:48 -0000 1.33 @@ -4,17 +4,17 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 2.2.6 -Release: 3%{?dist} +Version: 2.2.7 +Release: 1%{?dist} License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.4, openssl-devel BuildRequires: desktop-file-utils pkgconfig gettext -%{!?_without_gpgme:BuildRequires: gpgme-devel >= 1.0.0} +%{!?_without_gpgme:BuildRequires: gpgme-devel} %{!?_without_compface:BuildRequires: compface-devel} -%{?_with_ldap:BuildRequires: openldap-devel} +%{!?_without_ldap:BuildRequires: openldap-devel} %{?_with_jpilot:BuildRequires: jpilot-devel} BuildRequires: gtkspell-devel Source0: http://sylpheed.good-day.net/sylpheed/v2.2/%{name}-%{version}.tar.bz2 @@ -23,8 +23,6 @@ Patch1: sylpheed-2.2.3-defs.h.patch Patch2: sylpheed-1.9.10-desktop.patch Patch4: sylpheed-2.2.5-prefs_common.patch -Patch5: sylpheed-2.2.6-summaryview-crash.patch -Patch6: sylpheed-2.2.6-tr-crash.patch %description This program is an X based fast email client which has features @@ -46,13 +44,11 @@ %patch1 -p1 -b .defs.h %patch2 -p1 -b .desktop %patch4 -p1 -b .prefs_common -%patch5 -p1 -b .summaryview-crash -%patch6 -p1 -b .tr-crash %build %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \ %{?_without_compface:--disable-compface} \ - %{?_with_ldap:--enable-ldap} \ + %{!?_without_ldap:--enable-ldap} \ %{?_with_jpilot:--enable-jpilot} make %{?_smp_mflags} @@ -88,6 +84,14 @@ %{_mandir}/man1/* %changelog +* Mon Jul 31 2006 Michael Schwendt - 2.2.7-1 +- Update to 2.2.7 (includes patches from 2.2.6-2 and -3). + +* Sun Jul 30 2006 Michael Schwendt - 2.2.6-4 +- Enable OpenLDAP support as requested by several users. +- Drop minimal version from GPGME build requirement + (it's superfluous in our environments). + * Tue Jun 27 2006 Michael Schwendt - 2.2.6-3 - Adapt upstream's patch for a crash with Turkish locales. --- sylpheed-2.2.6-summaryview-crash.patch DELETED --- --- sylpheed-2.2.6-tr-crash.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 13 20:25:36 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:25:36 -0700 Subject: rpms/buoh/devel buoh.spec,1.10,1.11 Message-ID: <200608132025.k7DKPcjx018232@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18215 Modified Files: buoh.spec Log Message: tag & rebuild Index: buoh.spec =================================================================== RCS file: /cvs/extras/rpms/buoh/devel/buoh.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- buoh.spec 20 Jun 2006 18:51:21 -0000 1.10 +++ buoh.spec 13 Aug 2006 20:25:36 -0000 1.11 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.8.1 -Release: 8 +Release: 9 Summary: Online comics reader URL: http://buoh.steve-o.org/ Source: http://buoh.steve-o.org/downloads/buoh-0.8.1.tar.gz @@ -76,6 +76,9 @@ %{_datadir}/pixmaps/buoh*.png %changelog +* Sun Aug 13 2006 Chris Chabot - 0.8.1-9 +- Rebuild for FC6T2 + * Tue Jun 20 2006 Chris Chabot - 0.8.1-8 - Rebuild for gnutls dependency change From fedora-extras-commits at redhat.com Sun Aug 13 20:30:15 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:30:15 -0700 Subject: rpms/buoh/devel buoh.spec,1.11,1.12 Message-ID: <200608132030.k7DKUH52018322@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18305 Modified Files: buoh.spec Log Message: cvs didn't like me tag Index: buoh.spec =================================================================== RCS file: /cvs/extras/rpms/buoh/devel/buoh.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- buoh.spec 13 Aug 2006 20:25:36 -0000 1.11 +++ buoh.spec 13 Aug 2006 20:30:15 -0000 1.12 @@ -2,7 +2,7 @@ License: GPL Group: Applications/Internet Version: 0.8.1 -Release: 9 +Release: 10 Summary: Online comics reader URL: http://buoh.steve-o.org/ Source: http://buoh.steve-o.org/downloads/buoh-0.8.1.tar.gz @@ -76,6 +76,9 @@ %{_datadir}/pixmaps/buoh*.png %changelog +* Sun Aug 13 2006 Chris Chabot - 0.8.1-10 +- cvs doesn't like me re-tag + * Sun Aug 13 2006 Chris Chabot - 0.8.1-9 - Rebuild for FC6T2 From fedora-extras-commits at redhat.com Sun Aug 13 20:44:09 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:44:09 -0700 Subject: rpms/libtorrent import.log,1.4,1.5 Message-ID: <200608132044.k7DKiB9L018499@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/libtorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18466 Modified Files: import.log Log Message: auto-import libtorrent-0.10.0-1 on branch devel from libtorrent-0.10.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libtorrent/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 22 Feb 2006 12:38:26 -0000 1.4 +++ import.log 13 Aug 2006 20:44:08 -0000 1.5 @@ -1,3 +1,4 @@ libtorrent-0_8_2-2:HEAD:libtorrent-0.8.2-2.src.rpm:1137266104 libtorrent-0_8_5-1:HEAD:libtorrent-0.8.5-1.src.rpm:1140611615 libtorrent-0_8_5-1:FC-4:libtorrent-0.8.5-1.src.rpm:1140611927 +libtorrent-0_10_0-1:HEAD:libtorrent-0.10.0-1.src.rpm:1155501871 From fedora-extras-commits at redhat.com Sun Aug 13 20:44:09 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:44:09 -0700 Subject: rpms/libtorrent/devel .cvsignore, 1.3, 1.4 libtorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608132044.k7DKiB5E018505@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/libtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18466/devel Modified Files: .cvsignore libtorrent.spec sources Log Message: auto-import libtorrent-0.10.0-1 on branch devel from libtorrent-0.10.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Feb 2006 12:33:24 -0000 1.3 +++ .cvsignore 13 Aug 2006 20:44:09 -0000 1.4 @@ -1 +1 @@ -libtorrent-0.8.5.tar.gz +libtorrent-0.10.0.tar.gz Index: libtorrent.spec =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/libtorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libtorrent.spec 18 Jun 2006 12:24:16 -0000 1.6 +++ libtorrent.spec 13 Aug 2006 20:44:09 -0000 1.7 @@ -1,7 +1,7 @@ Name: libtorrent License: GPL Group: System Environment/Libraries -Version: 0.9.3 +Version: 0.10.0 Release: 1%{?dist} Summary: BitTorrent library with a focus on high performance & good code URL: http://libtorrent.rakshasa.no/ @@ -56,6 +56,9 @@ %{_libdir}/*.so %changelog +* Sun Aug 13 2006 Chris Chabot - 0.10.0-1 +- Upgrade to 0.10.0 + * Sat Jun 17 2006 - Chris Chabot - 0.9.3-1 - Upgrade to new upstream version 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 12:24:16 -0000 1.4 +++ sources 13 Aug 2006 20:44:09 -0000 1.5 @@ -1 +1 @@ -438192530048c5ba67bbc2f9852c695c libtorrent-0.9.3.tar.gz +240e90818c4c9c34474b2e1873d09910 libtorrent-0.10.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 20:48:40 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:48:40 -0700 Subject: rpms/rtorrent import.log,1.2,1.3 Message-ID: <200608132048.k7DKmgE7018673@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/rtorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640 Modified Files: import.log Log Message: auto-import rtorrent-0.6.0-1 on branch devel from rtorrent-0.6.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rtorrent/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 14 Jan 2006 21:29:59 -0000 1.2 +++ import.log 13 Aug 2006 20:48:40 -0000 1.3 @@ -1 +1,2 @@ rtorrent-0_4_2-2:HEAD:rtorrent-0.4.2-2.src.rpm:1137274197 +rtorrent-0_6_0-1:HEAD:rtorrent-0.6.0-1.src.rpm:1155502139 From fedora-extras-commits at redhat.com Sun Aug 13 20:48:41 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:48:41 -0700 Subject: rpms/rtorrent/devel .cvsignore, 1.4, 1.5 rtorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608132048.k7DKmhUp018679@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/rtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18640/devel Modified Files: .cvsignore rtorrent.spec sources Log Message: auto-import rtorrent-0.6.0-1 on branch devel from rtorrent-0.6.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Jun 2006 12:34:04 -0000 1.4 +++ .cvsignore 13 Aug 2006 20:48:40 -0000 1.5 @@ -1 +1 @@ -rtorrent-0.5.3.tar.gz +rtorrent-0.6.0.tar.gz Index: rtorrent.spec =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/rtorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rtorrent.spec 18 Jun 2006 12:34:04 -0000 1.6 +++ rtorrent.spec 13 Aug 2006 20:48:40 -0000 1.7 @@ -1,15 +1,15 @@ Name: rtorrent License: GPL Group: Applications/Internet -Version: 0.5.3 +Version: 0.6.0 Release: 1%{?dist} Summary: BitTorrent client based on libtorrent URL: http://rtorrent.rakshasa.no/ Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz Source1: rtorrent.rc.example BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.9.3, curl-devel, ncurses-devel -Requires: libtorrent >= 0.9.3 +BuildRequires: pkgconfig, libsigc++20-devel, libtorrent-devel >= 0.10.0, curl-devel, ncurses-devel +Requires: libtorrent >= 0.10.0 %description A BitTorrent client using libtorrent, which on high-bandwidth connections is @@ -40,6 +40,9 @@ %{_mandir}/man1/rtorrent* %changelog +* Sun Aug 13 2006 Chris Chabot - 0.10.0-1 +- Upgrade to 0.6.0 + * Sat Jun 17 2006 - Chris Chabot - 0.5.3-1 - Upgrade to new upstream version 0.5.3 - And changed libtorrent dependency to >= 0.9.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rtorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 18 Jun 2006 12:34:04 -0000 1.4 +++ sources 13 Aug 2006 20:48:40 -0000 1.5 @@ -1 +1 @@ -5fe1fad0fe72ccb99d83d09a566f8732 rtorrent-0.5.3.tar.gz +fde0bbee25e63421b88638270113411c rtorrent-0.6.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 20:56:45 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Sun, 13 Aug 2006 13:56:45 -0700 Subject: rpms/php-pecl-apc/devel php-pecl-apc.spec,1.1,1.2 Message-ID: <200608132056.k7DKula1018784@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/rpms/php-pecl-apc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18767 Modified Files: php-pecl-apc.spec Log Message: fc6t2 rebuild Index: php-pecl-apc.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-apc/devel/php-pecl-apc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-apc.spec 19 Jun 2006 16:50:13 -0000 1.1 +++ php-pecl-apc.spec 13 Aug 2006 20:56:45 -0000 1.2 @@ -4,7 +4,7 @@ Summary: APC caches and optimizes PHP intermediate code Name: php-pecl-apc Version: 3.0.10 -Release: 3%{?dist} +Release: 4%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/APC @@ -61,6 +61,9 @@ %{php_extdir}/apc.so %changelog +* Sun Aug 13 2006 Chris Chabot - 3.0.10-4 +- FC6T2 rebuild + * Mon Jun 19 2006 - Chris Chabot - 3.0.10-3 - Renamed to php-pecl-apc and added provides php-apc - Removed php version string from the package version From fedora-extras-commits at redhat.com Sun Aug 13 20:57:41 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 13 Aug 2006 13:57:41 -0700 Subject: rpms/contacts/devel .cvsignore, 1.2, 1.3 contacts.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200608132057.k7DKvh7r018867@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18844 Modified Files: .cvsignore contacts.spec sources Log Message: Pull an SVN snapshot of contats for new evo-data-server Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Apr 2006 03:01:38 -0000 1.2 +++ .cvsignore 13 Aug 2006 20:57:41 -0000 1.3 @@ -1 +1 @@ -contacts-0.1.tar.gz +contacts-0.1svn.tar.gz Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- contacts.spec 7 Aug 2006 21:49:50 -0000 1.4 +++ contacts.spec 13 Aug 2006 20:57:41 -0000 1.5 @@ -1,17 +1,23 @@ Name: contacts Version: 0.1 -Release: 3%{?dist} +Release: 4.20060813svn%{?dist} Summary: Contacts addressbook Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/contacts -Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +#Source0: http://www.openedhand.com/~chris/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires(pre): GConf2 +Requires(post): GConf2 +Requires(preun): GConf2 BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 BuildRequires: desktop-file-utils +# Needed for svn snapshot +BuildRequires: automake gnome-common libtool intltool gettext %description Contacts is a small, lightweight addressbook that uses libebook. @@ -21,30 +27,60 @@ devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs. %prep -%setup -q +%setup -n %{name}-%{version}svn -q %build +./autogen.sh %configure -make %{?_smp_mflags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT +export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +%find_lang Contacts %clean rm -rf $RPM_BUILD_ROOT -%files +%pre +if [ "$1" -gt 1 ]; then + export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : + # If the schema file has ever been renamed:: + #gconftool-2 --makefile-uninstall-rule \ + # %{_sysconfdir}/gconf/schemas/[OLDNAME].schemas > /dev/null || : +fi + + +%post +export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +gconftool-2 --makefile-install-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : + + +%preun +if [ "$1" -eq 0 ]; then + export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : + killall -HUP gconfd-2 || : +fi + + +%files -f Contacts.lang %defattr(-,root,root,-) %doc COPYING ChangeLog +%{_sysconfdir}/gconf/schemas/%{name}.schemas %{_datadir}/pixmaps/oh-contacts.png %{_datadir}/contacts/contacts.glade %{_datadir}/applications/fedora-%{name}.desktop @@ -52,8 +88,8 @@ %changelog -* Mon Aug 07 2006 Jesse Keating - 0.1-3 -- Bump for new evo-data-server +* Sun Aug 11 2006 Jesse Keating - 0.1-4.20060813svn +- Pull an SVN snapshot for e-d-s fixes (among other things) * Fri Jun 09 2006 Jesse Keating - 0.1-2 - Bump for newer mock Index: sources =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Apr 2006 03:01:38 -0000 1.2 +++ sources 13 Aug 2006 20:57:41 -0000 1.3 @@ -1 +1 @@ -dc5a650445f0904392039006d929f192 contacts-0.1.tar.gz +e73ce65a752ab7b4138c6118ace09132 contacts-0.1svn.tar.gz From fedora-extras-commits at redhat.com Sun Aug 13 21:05:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:05:08 -0700 Subject: rpms/xsp import.log,1.14,1.15 Message-ID: <200608132105.k7DL5AWx021584@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21551 Modified Files: import.log Log Message: auto-import xsp-1.1.16.1-1 on branch devel from xsp-1.1.16.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 11 Jul 2006 15:51:41 -0000 1.14 +++ import.log 13 Aug 2006 21:05:08 -0000 1.15 @@ -11,3 +11,4 @@ xsp-1_1_16-1:HEAD:xsp-1.1.16-1.src.rpm:1152631876 xsp-1_1_16-2:FC-5:xsp-1.1.16-2.src.rpm:1152633024 xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 +xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 From fedora-extras-commits at redhat.com Sun Aug 13 21:05:08 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:05:08 -0700 Subject: rpms/xsp/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xsp.spec, 1.9, 1.10 Message-ID: <200608132105.k7DL5B9I021590@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21551/devel Modified Files: .cvsignore sources xsp.spec Log Message: auto-import xsp-1.1.16.1-1 on branch devel from xsp-1.1.16.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Jul 2006 15:31:26 -0000 1.4 +++ .cvsignore 13 Aug 2006 21:05:08 -0000 1.5 @@ -1 +1 @@ -xsp-1.1.16.tar.gz +xsp-1.1.16.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 15:31:26 -0000 1.4 +++ sources 13 Aug 2006 21:05:08 -0000 1.5 @@ -1 +1 @@ -21253cf75855da7994bce04af672bd94 xsp-1.1.16.tar.gz +ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/xsp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xsp.spec 11 Jul 2006 15:51:41 -0000 1.9 +++ xsp.spec 13 Aug 2006 21:05:08 -0000 1.10 @@ -1,28 +1,39 @@ -Name: xsp -Version: 1.1.16 -Release: 2%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.16.1 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} +%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. + +%package devel +Summary: Development files for XSP +Requires: %{name} = %{version}-%{release} pkgconfig +Group: Development/Libraries + +%description devel +Development files for XSP %prep %setup -q +chmod 0644 tools/asp_state/*.config +chmod 0644 tools/dbsessmgr/*.config %build -%configure +%configure --libdir=%{monodir} make %install @@ -39,16 +50,23 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{_prefix}/lib/xsp/1.0/* -%{_prefix}/lib/xsp/2.0/* -%{_prefix}/lib/xsp/test/* -%{_libdir}/pkgconfig/xsp* +%{monodir}/xsp/ %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* +%files devel +%{monodir}/pkgconfig/xsp* + %changelog +* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 +- Bump +- fixes for 64 bit +- minor spec file changes +- added devel package +- Fixed incorrect permissions + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 - D'oh! Fixes for 64 bit @@ -70,6 +88,7 @@ - Made noarch - Removed debug package - Altered configure to keep it happy +- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Sun Aug 13 21:05:41 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 13 Aug 2006 14:05:41 -0700 Subject: comps comps-fe6.xml.in,1.34,1.35 Message-ID: <200608132105.k7DL5h7o021649@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21627 Modified Files: comps-fe6.xml.in Log Message: Add contacts to the graphical internet group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- comps-fe6.xml.in 10 Aug 2006 20:30:15 -0000 1.34 +++ comps-fe6.xml.in 13 Aug 2006 21:05:41 -0000 1.35 @@ -329,6 +329,7 @@ bluefish comical contact-lookup-applet + contacts d4x deskbar-applet dillo From fedora-extras-commits at redhat.com Sun Aug 13 21:06:14 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:06:14 -0700 Subject: rpms/xsp import.log,1.15,1.16 Message-ID: <200608132106.k7DL6G8j021707@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21674 Modified Files: import.log Log Message: auto-import xsp-1.1.16.1-1 on branch FC-5 from xsp-1.1.16.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- import.log 13 Aug 2006 21:05:08 -0000 1.15 +++ import.log 13 Aug 2006 21:06:14 -0000 1.16 @@ -12,3 +12,4 @@ xsp-1_1_16-2:FC-5:xsp-1.1.16-2.src.rpm:1152633024 xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 +xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 From fedora-extras-commits at redhat.com Sun Aug 13 21:06:15 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 13 Aug 2006 14:06:15 -0700 Subject: rpms/xsp/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 xsp.spec,1.9,1.10 Message-ID: <200608132106.k7DL6HVV021713@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21674/FC-5 Modified Files: .cvsignore sources xsp.spec Log Message: auto-import xsp-1.1.16.1-1 on branch FC-5 from xsp-1.1.16.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Jul 2006 15:30:29 -0000 1.4 +++ .cvsignore 13 Aug 2006 21:06:15 -0000 1.5 @@ -1 +1 @@ -xsp-1.1.16.tar.gz +xsp-1.1.16.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Jul 2006 15:30:29 -0000 1.4 +++ sources 13 Aug 2006 21:06:15 -0000 1.5 @@ -1 +1 @@ -21253cf75855da7994bce04af672bd94 xsp-1.1.16.tar.gz +ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/xsp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xsp.spec 11 Jul 2006 15:50:35 -0000 1.9 +++ xsp.spec 13 Aug 2006 21:06:15 -0000 1.10 @@ -1,28 +1,39 @@ -Name: xsp -Version: 1.1.16 -Release: 2%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.16.1 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} +%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. + +%package devel +Summary: Development files for XSP +Requires: %{name} = %{version}-%{release} pkgconfig +Group: Development/Libraries + +%description devel +Development files for XSP %prep %setup -q +chmod 0644 tools/asp_state/*.config +chmod 0644 tools/dbsessmgr/*.config %build -%configure +%configure --libdir=%{monodir} make %install @@ -39,16 +50,23 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{_prefix}/lib/xsp/1.0/* -%{_prefix}/lib/xsp/2.0/* -%{_prefix}/lib/xsp/test/* -%{_libdir}/pkgconfig/xsp* +%{monodir}/xsp/ %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* +%files devel +%{monodir}/pkgconfig/xsp* + %changelog +* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 +- Bump +- fixes for 64 bit +- minor spec file changes +- added devel package +- Fixed incorrect permissions + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 - D'oh! Fixes for 64 bit @@ -70,6 +88,7 @@ - Made noarch - Removed debug package - Altered configure to keep it happy +- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Sun Aug 13 21:27:44 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 14:27:44 -0700 Subject: rpms/yum-utils/FC-5 yum-utils.spec,1.7,1.8 Message-ID: <200608132127.k7DLRker021947@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/yum-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21930 Modified Files: yum-utils.spec Log Message: fix up bug 194271 Index: yum-utils.spec =================================================================== RCS file: /cvs/extras/rpms/yum-utils/FC-5/yum-utils.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- yum-utils.spec 7 May 2006 02:14:29 -0000 1.7 +++ yum-utils.spec 13 Aug 2006 21:27:44 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Utilities based around the yum package manager Name: yum-utils Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz @@ -136,7 +136,7 @@ %defattr(-, root, root) %doc README %doc COPYING -%doc plugins/ +%doc plugins/README %{_bindir}/package-cleanup %{_bindir}/repoclosure %{_bindir}/repomanage From fedora-extras-commits at redhat.com Sun Aug 13 22:40:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 15:40:55 -0700 Subject: rpms/dia/devel dia.spec,1.13,1.14 Message-ID: <200608132240.k7DMev0n024847@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24830 Modified Files: dia.spec Log Message: * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/devel/dia.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dia.spec 10 Jun 2006 07:39:00 -0000 1.13 +++ dia.spec 13 Aug 2006 22:40:55 -0000 1.14 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -33,6 +33,8 @@ %patch3 -p1 -b .fallbacktoxpmicons %patch4 -p1 -b .formatstring %patch5 -p0 -b .ungroup +sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \ + lib/Makefile.* %build @@ -102,6 +104,9 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 1:0.95-6 +- Fix weaksymbols in libdia.so (BZ 202330) + * Sat Jun 10 2006 Hans de Goede 1:0.95-5 - Add BuildRequires: gettext to fix building with new stripped mock config. From fedora-extras-commits at redhat.com Sun Aug 13 22:41:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 13 Aug 2006 15:41:52 -0700 Subject: rpms/dia/FC-5 dia.spec,1.13,1.14 Message-ID: <200608132241.k7DMfs0m024908@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24891 Modified Files: dia.spec Log Message: * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/FC-5/dia.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- dia.spec 6 Jun 2006 18:50:46 -0000 1.13 +++ dia.spec 13 Aug 2006 22:41:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 4%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libgnomeui-devel python-devel pygtk2-devel desktop-file-utils BuildRequires: intltool docbook-utils docbook-style-dsssl docbook-style-xsl +BuildRequires: gettext %description The Dia drawing program is designed to be like the Windows(TM) Visio @@ -32,6 +33,8 @@ %patch3 -p1 -b .fallbacktoxpmicons %patch4 -p1 -b .formatstring %patch5 -p0 -b .ungroup +sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \ + lib/Makefile.* %build @@ -101,6 +104,12 @@ %changelog +* Sun Aug 13 2006 Hans de Goede 1:0.95-6 +- Fix weaksymbols in libdia.so (BZ 202330) + +* Sat Jun 10 2006 Hans de Goede 1:0.95-5 +- Add BuildRequires: gettext to fix building with new stripped mock config. + * Tue Jun 6 2006 Hans de Goede 1:0.95-4 - Add a patch from upstream which fixes a crash when ungrouping multiple selected groups at once (bz 194149): From fedora-extras-commits at redhat.com Mon Aug 14 00:26:22 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:22 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.26,1.27 Message-ID: <200608140026.k7E0QPPL030358@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-4 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- nethack-vultures.spec 26 Jun 2006 21:03:01 -0000 1.26 +++ nethack-vultures.spec 14 Aug 2006 00:26:22 -0000 1.27 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -106,6 +106,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +170,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:23 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:23 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.27,1.28 Message-ID: <200608140026.k7E0QPip030362@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-5 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 26 Jun 2006 21:03:03 -0000 1.27 +++ nethack-vultures.spec 14 Aug 2006 00:26:23 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/graphics/gametiles.bin $i done @@ -106,6 +107,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +171,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:24 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:24 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.27,1.28 Message-ID: <200608140026.k7E0QQdv030366@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/devel Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 26 Jun 2006 21:03:07 -0000 1.27 +++ nethack-vultures.spec 14 Aug 2006 00:26:24 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -106,6 +106,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -167,6 +170,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 00:26:22 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Sun, 13 Aug 2006 17:26:22 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.25,1.26 Message-ID: <200608140026.k7E0QswL030369@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30298/FC-3 Modified Files: nethack-vultures.spec Log Message: Graphics bugfix Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- nethack-vultures.spec 26 Jun 2006 21:02:55 -0000 1.25 +++ nethack-vultures.spec 14 Aug 2006 00:26:21 -0000 1.26 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -107,6 +107,9 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done +cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics +cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics + chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping # Clean up @@ -168,6 +171,9 @@ %changelog +* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +- Attempting to stop graphics duplication. + * Mon Jun 26 2006 Karen Pease - 2.1.0-2 - Dealt with the gametiles.bin eye bug not present in claw. From fedora-extras-commits at redhat.com Mon Aug 14 01:07:33 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Sun, 13 Aug 2006 18:07:33 -0700 Subject: rpms/perl-AppConfig/devel .cvsignore, 1.2, 1.3 perl-AppConfig.spec, 1.9, 1.10 sources, 1.2, 1.3 Message-ID: <200608140107.k7E17ZP3000744@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-AppConfig/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv723 Modified Files: .cvsignore perl-AppConfig.spec sources Log Message: Update to 1.63. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:57:32 -0000 1.2 +++ .cvsignore 14 Aug 2006 01:07:33 -0000 1.3 @@ -1 +1 @@ -AppConfig-1.56.tar.gz +AppConfig-1.63.tar.gz Index: perl-AppConfig.spec =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/perl-AppConfig.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-AppConfig.spec 17 Feb 2006 18:59:55 -0000 1.9 +++ perl-AppConfig.spec 14 Aug 2006 01:07:33 -0000 1.10 @@ -1,16 +1,17 @@ Name: perl-AppConfig -Version: 1.56 -Release: 4%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/AppConfig/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(File::HomeDir) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +51,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes LICENSE README TODO %{perl_vendorlib}/* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.63-1 +- Update to 1.63. +- New upstream maintainer. + * Fri Feb 17 2006 Jose Pedro Oliveira - 1.56-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:57:32 -0000 1.2 +++ sources 14 Aug 2006 01:07:33 -0000 1.3 @@ -1 +1 @@ -16a69f81aaf2b86ee30b25541f58cac0 AppConfig-1.56.tar.gz +60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 01:25:07 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 13 Aug 2006 18:25:07 -0700 Subject: rpms/perl-POE/devel .cvsignore, 1.4, 1.5 perl-POE.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608140125.k7E1P9wu001717@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1696 Modified Files: .cvsignore perl-POE.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 11 Aug 2006 04:22:27 -0000 1.4 +++ .cvsignore 14 Aug 2006 01:25:07 -0000 1.5 @@ -1 +1 @@ -POE-0.36.tar.gz +POE-0.3601.tar.gz Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE.spec 11 Aug 2006 04:22:27 -0000 1.5 +++ perl-POE.spec 14 Aug 2006 01:25:07 -0000 1.6 @@ -1,7 +1,7 @@ # Note we make a distinction here due to rpm versioning, and keep them both up # here to make things easier -%define cpanver 0.36 -%define rpmver 0.3600 +%define cpanver 0.3601 +%define rpmver 0.3601 Name: perl-POE Version: %{rpmver} @@ -115,6 +115,9 @@ %changelog +* Sun Aug 13 2006 Chris Weyl 0.3601-1 +- update to cpan ver 0.3601 + * Thu Aug 10 2006 Chris Weyl 0.3600-1 - update to cpan ver 0.36 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Aug 2006 04:22:27 -0000 1.4 +++ sources 14 Aug 2006 01:25:07 -0000 1.5 @@ -1 +1 @@ -fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz +e83ba84588e428915442980b06adab8a POE-0.3601.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 01:25:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Sun, 13 Aug 2006 18:25:37 -0700 Subject: rpms/perl-POE/FC-5 perl-POE.spec,1.5,1.6 sources,1.4,1.5 Message-ID: <200608140125.k7E1PdYD001771@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1752 Modified Files: perl-POE.spec sources Log Message: update Index: perl-POE.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE.spec 11 Aug 2006 04:22:26 -0000 1.5 +++ perl-POE.spec 14 Aug 2006 01:25:37 -0000 1.6 @@ -1,7 +1,7 @@ # Note we make a distinction here due to rpm versioning, and keep them both up # here to make things easier -%define cpanver 0.36 -%define rpmver 0.3600 +%define cpanver 0.3601 +%define rpmver 0.3601 Name: perl-POE Version: %{rpmver} @@ -115,6 +115,9 @@ %changelog +* Sun Aug 13 2006 Chris Weyl 0.3601-1 +- update to cpan ver 0.3601 + * Thu Aug 10 2006 Chris Weyl 0.3600-1 - update to cpan ver 0.36 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Aug 2006 04:22:26 -0000 1.4 +++ sources 14 Aug 2006 01:25:37 -0000 1.5 @@ -1 +1 @@ -fd8080d1eb9cd687280cf0245daecbf1 POE-0.36.tar.gz +e83ba84588e428915442980b06adab8a POE-0.3601.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 03:19:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:19:49 -0700 Subject: rpms/ktorrent import.log,1.2,1.3 Message-ID: <200608140319.k7E3Jp92007445@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7412 Modified Files: import.log Log Message: auto-import ktorrent-2.0-1 on branch devel from ktorrent-2.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ktorrent/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 Jun 2006 01:46:23 -0000 1.2 +++ import.log 14 Aug 2006 03:19:48 -0000 1.3 @@ -1 +1,2 @@ ktorrent-1_2-4:HEAD:ktorrent-1.2-4.src.rpm:1150854380 +ktorrent-2_0-1:HEAD:ktorrent-2.0-1.src.rpm:1155525616 From fedora-extras-commits at redhat.com Mon Aug 14 03:19:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:19:49 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.2, 1.3 ktorrent.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608140319.k7E3JpEq007451@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7412/devel Modified Files: .cvsignore ktorrent.spec sources Log Message: auto-import ktorrent-2.0-1 on branch devel from ktorrent-2.0-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 01:46:24 -0000 1.2 +++ .cvsignore 14 Aug 2006 03:19:49 -0000 1.3 @@ -1 +1 @@ -ktorrent-1.2.tar.gz +ktorrent-2.0.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktorrent.spec 21 Jun 2006 01:46:24 -0000 1.1 +++ ktorrent.spec 14 Aug 2006 03:19:49 -0000 1.2 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 1.2 -Release: 4%{?dist} -Summary: KTorrent is a BitTorrent program for KDE +Version: 2.0 +Release: 1%{?dist} +Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/1.2/ktorrent-1.2.tar.gz +Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext @@ -66,9 +66,12 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la +%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo +%{_bindir}/ktshell +%{_bindir}/ktupnptest %{_libdir}/libktorrent.so %{_libdir}/libktorrent.so.0 %{_libdir}/libktorrent.so.0.0.0 @@ -80,30 +83,19 @@ %{_libdir}/kde3/ktlogviewerplugin.la %{_libdir}/kde3/ktpartfileimportplugin.so %{_libdir}/kde3/ktpartfileimportplugin.la +%{_libdir}/kde3/ktscanfolderplugin.la +%{_libdir}/kde3/ktscanfolderplugin.so +%{_libdir}/kde3/ktschedulerplugin.la +%{_libdir}/kde3/ktschedulerplugin.so %{_libdir}/kde3/ktsearchplugin.so %{_libdir}/kde3/ktsearchplugin.la %{_libdir}/kde3/ktupnpplugin.so %{_libdir}/kde3/ktupnpplugin.la %{_datadir}/applications/kde/ktorrent.desktop -%{_datadir}/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -%{_datadir}/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -%{_datadir}/apps/ktorrent/ktorrentui.rc -%{_datadir}/apps/ktorrent/ktpartfileimportpluginui.rc +%{_datadir}/apps/ktorrent +%{_datadir}/config.kcfg/ktlogviewerplugin.kcfg +%{_datadir}/config.kcfg/ktscanfolderplugin.kcfg +%{_datadir}/config.kcfg/ktschedulerplugin.kcfg %{_datadir}/config.kcfg/ktinfowidgetplugin.kcfg %{_datadir}/config.kcfg/ktipfilterplugin.kcfg %{_datadir}/config.kcfg/ktorrent.kcfg @@ -116,6 +108,15 @@ %{_datadir}/icons/hicolor/48x48/apps/ktorrent.png %{_datadir}/icons/hicolor/64x64/apps/ktorrent.png %{_datadir}/icons/hicolor/scalable/apps/ktorrent.svgz +%{_datadir}/icons/hicolor/128x128/mimetypes/torrent.png +%{_datadir}/icons/hicolor/16x16/mimetypes/torrent.png +%{_datadir}/icons/hicolor/22x22/mimetypes/torrent.png +%{_datadir}/icons/hicolor/32x32/mimetypes/torrent.png +%{_datadir}/icons/hicolor/48x48/mimetypes/torrent.png +%{_datadir}/icons/hicolor/64x64/mimetypes/torrent.png +%{_datadir}/icons/hicolor/scalable/mimetypes/torrent.svgz +%{_datadir}/services/ktscanfolderplugin.desktop +%{_datadir}/services/ktschedulerplugin.desktop %{_datadir}/services/ktinfowidgetplugin.desktop %{_datadir}/services/ktipfilterplugin.desktop %{_datadir}/services/ktlogviewerplugin.desktop @@ -125,6 +126,17 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Wed Aug 09 2006 Roland Wolters 2.0-1 +- update to version 2.0 + +* Fri Jun 23 2006 Roland Wolters 1.2-6 +- fixed doublication error in rpm spec +- spec file polishing + +* Fri Jun 23 2006 Roland Wolters 1.2-5 +- added %{_datadir}/apps/ktorrent +- removed redundant KTorrent in summary + * Wed Jun 21 2006 Roland Wolters 1.2-4 - changed e-mail address to correct packager address Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 01:46:24 -0000 1.2 +++ sources 14 Aug 2006 03:19:49 -0000 1.3 @@ -1 +1 @@ -55c6c4ae679aea0ba0370058856ddb92 ktorrent-1.2.tar.gz +c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 03:40:50 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:40:50 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.2,1.3 Message-ID: <200608140340.k7E3eqPF007594@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7577 Modified Files: ktorrent.spec Log Message: Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ktorrent.spec 14 Aug 2006 03:19:49 -0000 1.2 +++ ktorrent.spec 14 Aug 2006 03:40:50 -0000 1.3 @@ -10,7 +10,7 @@ Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext +BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils From fedora-extras-commits at redhat.com Mon Aug 14 03:56:40 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 13 Aug 2006 20:56:40 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.3,1.4 Message-ID: <200608140356.k7E3ugmw007716@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7699 Modified Files: ktorrent.spec Log Message: Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ktorrent.spec 14 Aug 2006 03:40:50 -0000 1.3 +++ ktorrent.spec 14 Aug 2006 03:56:40 -0000 1.4 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 14 2006 Roland Wolters 2.0-2 +- fixed small errors in spec file + * Wed Aug 09 2006 Roland Wolters 2.0-1 - update to version 2.0 From fedora-extras-commits at redhat.com Mon Aug 14 04:32:01 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:32:01 -0700 Subject: rpms/seahorse import.log,1.8,1.9 Message-ID: <200608140432.k7E4W30F010753@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10720 Modified Files: import.log Log Message: auto-import seahorse-0.8.1-1 on branch devel from seahorse-0.8.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/seahorse/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 23 Feb 2006 17:26:22 -0000 1.8 +++ import.log 14 Aug 2006 04:32:00 -0000 1.9 @@ -5,3 +5,4 @@ seahorse-0_7_9-1_fc4:FC-4:seahorse-0.7.9-1.fc4.src.rpm:1122612107 seahorse-0_7_9-1_fc4:HEAD:seahorse-0.7.9-1.fc4.src.rpm:1122615798 seahorse-0_8-2%{dist}:HEAD:seahorse-0.8-2%{dist}.src.rpm:1140715624 +seahorse-0_8_1-1:HEAD:seahorse-0.8.1-1.src.rpm:1155529979 From fedora-extras-commits at redhat.com Mon Aug 14 04:32:01 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:32:01 -0700 Subject: rpms/seahorse/devel .cvsignore, 1.6, 1.7 seahorse.spec, 1.19, 1.20 sources, 1.6, 1.7 gpgme-1.1.X-configure.patch, 1.1, NONE illegal_free.patch, 1.1, NONE Message-ID: <200608140432.k7E4W3Zt010759@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10720/devel Modified Files: .cvsignore seahorse.spec sources Removed Files: gpgme-1.1.X-configure.patch illegal_free.patch Log Message: auto-import seahorse-0.8.1-1 on branch devel from seahorse-0.8.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2005 21:39:38 -0000 1.6 +++ .cvsignore 14 Aug 2006 04:32:01 -0000 1.7 @@ -1 +1 @@ -seahorse-0.8.tar.gz +seahorse-0.8.1.tar.gz Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- seahorse.spec 22 Jul 2006 12:31:03 -0000 1.19 +++ seahorse.spec 14 Aug 2006 04:32:01 -0000 1.20 @@ -1,18 +1,16 @@ Name: seahorse -Version: 0.8 -Release: 4%{?dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz -Patch0: gpgme-1.1.X-configure.patch -Patch1: illegal_free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: eel2-devel -#BuildRequires: gedit-devel +BuildRequires: gedit-devel BuildRequires: gettext BuildRequires: gpgme-devel >= 1.0 BuildRequires: libgnomeui-devel @@ -38,11 +36,9 @@ %setup -q sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am -%patch0 -p0 -%patch1 -p1 %build -%configure --disable-schemas-install --disable-gedit +%configure --disable-schemas-install make %{?_smp_mflags} @@ -117,12 +113,16 @@ %{_datadir}/omf/%{name}/* %{_datadir}/pixmaps/* %{_libdir}/libseahorse-internal* -#%%{_libdir}/gedit-2/plugins/* +%{_libdir}/gedit-2/plugins/* %{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so %{_sysconfdir}/gconf/schemas/* %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + * Tue Mar 7 2006 Seth Vidal - added openldap-devel buildreq to hopefully close bug # 184124 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 21:39:38 -0000 1.6 +++ sources 14 Aug 2006 04:32:01 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz --- gpgme-1.1.X-configure.patch DELETED --- --- illegal_free.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 14 04:33:35 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:33:35 -0700 Subject: rpms/seahorse/FC-5 seahorse.spec,1.18,1.19 sources,1.6,1.7 Message-ID: <200608140433.k7E4XbKh010828@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10809 Modified Files: seahorse.spec sources Log Message: seahorse 0.8.1 Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-5/seahorse.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- seahorse.spec 7 Mar 2006 06:27:03 -0000 1.18 +++ seahorse.spec 14 Aug 2006 04:33:35 -0000 1.19 @@ -1,18 +1,16 @@ Name: seahorse -Version: 0.8 -Release: 4%{dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz -Patch0: gpgme-1.1.X-configure.patch -Patch1: illegal_free.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: eel2-devel -#BuildRequires: gedit-devel +BuildRequires: gedit-devel BuildRequires: gettext BuildRequires: gpgme-devel >= 1.0 BuildRequires: libgnomeui-devel @@ -38,11 +36,9 @@ %setup -q sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am -%patch0 -p0 -%patch1 -p1 %build -%configure --disable-schemas-install --disable-gedit +%configure --disable-schemas-install make %{?_smp_mflags} @@ -117,12 +113,16 @@ %{_datadir}/omf/%{name}/* %{_datadir}/pixmaps/* %{_libdir}/libseahorse-internal* -#%%{_libdir}/gedit-2/plugins/* +%{_libdir}/gedit-2/plugins/* %{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so %{_sysconfdir}/gconf/schemas/* %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + * Tue Mar 7 2006 Seth Vidal - added openldap-devel buildreq to hopefully close bug # 184124 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 21:39:38 -0000 1.6 +++ sources 14 Aug 2006 04:33:35 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 04:45:03 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 21:45:03 -0700 Subject: rpms/python-clientform/devel python-clientform.spec,1.8,1.9 Message-ID: <200608140445.k7E4j5sv010956@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-clientform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10937 Modified Files: python-clientform.spec Log Message: * Mon Aug 14 2006 Luke Macken 0.2.2-5 - Include .pyo files instead of ghosting them Index: python-clientform.spec =================================================================== RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-clientform.spec 11 May 2006 15:10:01 -0000 1.8 +++ python-clientform.spec 14 Aug 2006 04:45:03 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-clientform Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python module for client-side HTML forms Group: Development/Languages @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python, python-setuptools +BuildRequires: python-setuptools %description ClientForm is a Python module for handling HTML forms on the client side, @@ -41,10 +41,15 @@ %files %defattr(-,root,root,-) %doc COPYING.txt GeneralFAQ.html README.txt README.html examples -%{python_sitelib}/* -%ghost %{python_sitelib}/ClientForm.pyo +%{python_sitelib}/ClientForm.py +%{python_sitelib}/ClientForm.pyc +%{python_sitelib}/ClientForm.pyo +%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info %changelog +* Mon Aug 14 2006 Luke Macken 0.2.2-5 +- Include .pyo files instead of ghosting them + * Thu May 11 2006 Luke Macken 0.2.2-4 - Install with --single-version-externally-managed flag - Add a few more docs From fedora-extras-commits at redhat.com Mon Aug 14 04:49:04 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 13 Aug 2006 21:49:04 -0700 Subject: rpms/seahorse/FC-4 seahorse.spec,1.16,1.17 sources,1.6,1.7 Message-ID: <200608140449.k7E4n6Av011044@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11025 Modified Files: seahorse.spec sources Log Message: update to 0.8.1 Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-4/seahorse.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- seahorse.spec 26 Oct 2005 21:58:14 -0000 1.16 +++ seahorse.spec 14 Aug 2006 04:49:03 -0000 1.17 @@ -1,11 +1,11 @@ Name: seahorse -Version: 0.8 -Release: 1%{dist} +Version: 0.8.1 +Release: 1%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL URL: http://seahorse.sourceforge.net/ -Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/%{name}-%{version}.tar.gz +Source: http://ftp.gnome.org/pub/GNOME/sources/seahorse/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -18,6 +18,7 @@ BuildRequires: scrollkeeper BuildRequires: nautilus-devel BuildRequires: libsoup-devel +BuildRequires: openldap-devel Requires(post): desktop-file-utils Requires(post): GConf2 Requires(post): scrollkeeper @@ -36,9 +37,8 @@ sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.in sed -i "s/update-mime-database/#update-mime-database/g" plugins/nautilus/Makefile.am - %build -%configure --disable-schemas-install +%configure --disable-schemas-install make %{?_smp_mflags} @@ -119,9 +119,22 @@ %changelog +* Sun Aug 13 2006 Seth Vidal +- re-enable gedit +- update to 0.8.1 + +* Tue Mar 7 2006 Seth Vidal +- added openldap-devel buildreq to hopefully close bug # 184124 + +* Thu Feb 23 2006 Seth Vidal +- Patch from John Thacker for rh bug #182694 + + +* Mon Jan 16 2006 Seth Vidal - 0.8-2 +- added configure patch for it to build +- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+ + * Wed Oct 26 2005 Seth Vidal - 0.8-1 -- remove changelog's in spec file from before this year -- enable hkp (libsoup-devel buildreq) - 0.8 * Thu Jul 28 2005 Seth Vidal - 0.7.9-1 @@ -150,3 +163,44 @@ * Fri Feb 25 2005 Phillip Compton 0.7.6-1 - 0.7.6. +* Mon Nov 09 2003 Phillip Compton 0:0.7.3-0.fdr.5 +- BuildReq scrollkeeper. + +* Wed Oct 22 2003 Phillip Compton 0:0.7.3-0.fdr.4 +- Uncommented .la removal. + +* Sun Sep 21 2003 Phillip Compton 0:0.7.3-0.fdr.3 +- Grabbed new copy os source from upstream. +- Fixed path on Source0, to allow direct download. +- BuildReq desktop-file-utils. + +* Sun Sep 21 2003 Phillip Compton 0:0.7.3-0.fdr.2 +- Fixed file permission on source tarball. +- Fixed Group. +- Removed aesthetic comments. +- Brought more in line with current spec template. + +* Sun Aug 17 2003 Phillip Compton 0:0.7.3-0.fdr.1 +- Fedorification. +- Added path to Source0. +- Added URL. +- buildroot -> RPM_BUILD_ROOT. +- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel. +- BuildReq gettext. +- post Req GConf2. +- post/postun Req scrollkeeper. +- .la/.a removal. +- cosmetic changes. + +* Fri May 02 2003 Matthew Hall 0.7.3-1 +- 0.7.3 Release + +* Wed Apr 23 2003 Matthew Hall 0.7.1-3 +- Rebuilt against gpgme 0.3.15 + +* Sat Apr 12 2003 Matthew Hall 0.7.1-2 +- RedHat 9 Rebuild + +* Sun Jan 26 2003 Matthew Hall +- New Spec File + Index: sources =================================================================== RCS file: /cvs/extras/rpms/seahorse/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2005 22:00:36 -0000 1.6 +++ sources 14 Aug 2006 04:49:03 -0000 1.7 @@ -1 +1 @@ -bea0a4c349637b51573dcd9a9b2dc35c seahorse-0.8.tar.gz +1f16678e465f20758aff293676e7e291 seahorse-0.8.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 04:49:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 21:49:26 -0700 Subject: rpms/python-configobj/devel python-configobj.spec,1.1,1.2 Message-ID: <200608140449.k7E4nSEf011108@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-configobj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11084 Modified Files: python-configobj.spec Log Message: * Mon Aug 14 2006 Luke Macken - 4.3.2-3 - Include pyo files Index: python-configobj.spec =================================================================== RCS file: /cvs/extras/rpms/python-configobj/devel/python-configobj.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-configobj.spec 19 Jul 2006 15:10:25 -0000 1.1 +++ python-configobj.spec 14 Aug 2006 04:49:26 -0000 1.2 @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -56,11 +56,14 @@ %doc docs %{python_sitelib}/*.py %{python_sitelib}/*.pyc -%ghost %{python_sitelib}/*.pyo +%{python_sitelib}/*.pyo %changelog +* Mon Aug 14 2006 Luke Macken - 4.3.2-3 +- Include pyo files + * Tue Jul 18 2006 Luke Macken - 4.3.2-2 - Fix typo in the url From fedora-extras-commits at redhat.com Mon Aug 14 05:03:00 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 22:03:00 -0700 Subject: rpms/python-myghty/devel .cvsignore, 1.6, 1.7 python-myghty.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608140503.k7E53W9Z013779@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13758 Modified Files: .cvsignore python-myghty.spec sources Log Message: * Mon Aug 14 2006 Luke Macken 1.0.2-1 - 1.0.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 17 Mar 2006 00:37:51 -0000 1.6 +++ .cvsignore 14 Aug 2006 05:03:00 -0000 1.7 @@ -1 +1 @@ -Myghty-1.0.1.tar.gz +Myghty-1.0.2.tar.gz Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/python-myghty.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-myghty.spec 17 Mar 2006 00:37:51 -0000 1.6 +++ python-myghty.spec 14 Aug 2006 05:03:00 -0000 1.7 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-myghty -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: A Python-based templating system derived from HTML::Mason @@ -48,6 +48,9 @@ %changelog +* Mon Aug 14 2006 Luke Macken 1.0.2-1 +- 1.0.2 + * Thu Mar 16 2006 Luke Macken 1.0.1-1 - 1.0.1; build requires python-setuptools Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-myghty/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 17 Mar 2006 00:37:51 -0000 1.6 +++ sources 14 Aug 2006 05:03:00 -0000 1.7 @@ -1 +1 @@ -82b2a05f421b2b81cae716ccde74dce1 Myghty-1.0.1.tar.gz +afe785fabe2ca1bf1d0a4b05bf439671 Myghty-1.0.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 05:07:44 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 13 Aug 2006 22:07:44 -0700 Subject: rpms/python-ruledispatch/devel python-ruledispatch.spec,1.1,1.2 Message-ID: <200608140507.k7E57kf9013935@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-ruledispatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13918 Modified Files: python-ruledispatch.spec Log Message: * Mon Aug 14 2006 Luke Macken 0.5a0-0.1.svnr2115 - Include the pyo files instead of ghosting them Index: python-ruledispatch.spec =================================================================== RCS file: /cvs/extras/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-ruledispatch.spec 11 Jul 2006 22:28:50 -0000 1.1 +++ python-ruledispatch.spec 14 Aug 2006 05:07:44 -0000 1.2 @@ -5,7 +5,7 @@ Name: python-ruledispatch Version: 0.5a0 -Release: 0.1.svn%{svnrev}%{?dist} +Release: 0.2.svn%{svnrev}%{?dist} Summary: A generic function package for Python Group: Development/Languages @@ -44,10 +44,13 @@ %{python_sitearch}/dispatch/*.pyc %{python_sitearch}/dispatch/tests/*.py %{python_sitearch}/dispatch/tests/*.pyc -%ghost %{python_sitearch}/dispatch/*.pyo -%ghost %{python_sitearch}/dispatch/tests/*.pyo +%{python_sitearch}/dispatch/*.pyo +%{python_sitearch}/dispatch/tests/*.pyo %changelog +* Mon Aug 14 2006 Luke Macken 0.5a0-0.1.svnr2115 +- Include the pyo files instead of ghosting them + * Thu Jul 6 2006 Luke Macken 0.5a0-0.1.svnr2115 - Use sitearch instead of sitelib in the files - Remove python-abi requirement From fedora-extras-commits at redhat.com Mon Aug 14 05:57:05 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 13 Aug 2006 22:57:05 -0700 Subject: rpms/gtkglext/devel gtkglext.spec,1.8,1.9 Message-ID: <200608140557.k7E5v7qj014090@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/gtkglext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14073 Modified Files: gtkglext.spec Log Message: * Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 - BR: libXmu-devel (Braden McDaniel). - *-devel: R: libXmu-devel. - *-devel: R: pkgconfig. Index: gtkglext.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglext/devel/gtkglext.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gtkglext.spec 14 Feb 2006 15:11:14 -0000 1.8 +++ gtkglext.spec 14 Aug 2006 05:57:05 -0000 1.9 @@ -3,7 +3,7 @@ Summary: OpenGL Extension to GTK Name: gtkglext Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -14,6 +14,8 @@ BuildRequires: gtk2-devel BuildRequires: libGLU-devel BuildRequires: libGL-devel +# Conditional build feature +BuildRequires: libXmu-devel # The configure script checks for X11/Intrinsic.h BuildRequires: libXt-devel @@ -33,6 +35,8 @@ Requires: gtk2-devel Requires: libGL-devel Requires: libGLU-devel +Requires: libXmu-devel +Requires: pkgconfig %description devel The gtkglext-devel package contains the header files, static libraries, @@ -77,6 +81,11 @@ %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 +- BR: libXmu-devel (Braden McDaniel). +- *-devel: R: libXmu-devel. +- *-devel: R: pkgconfig. + * Tue Feb 14 2006 Ralf Cors??pius - 1.2.0-2 - Require: libGLU-devel (PR 181018) From fedora-extras-commits at redhat.com Mon Aug 14 06:11:35 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sun, 13 Aug 2006 23:11:35 -0700 Subject: rpms/gtkglext/FC-5 gtkglext.spec,1.8,1.9 Message-ID: <200608140611.k7E6Bbuj016846@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/gtkglext/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16829 Modified Files: gtkglext.spec Log Message: * Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 - BR: libXmu-devel (Braden McDaniel). - *-devel: R: libXmu-devel. - *-devel: R: pkgconfig. Index: gtkglext.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglext/FC-5/gtkglext.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gtkglext.spec 14 Feb 2006 15:11:14 -0000 1.8 +++ gtkglext.spec 14 Aug 2006 06:11:34 -0000 1.9 @@ -3,7 +3,7 @@ Summary: OpenGL Extension to GTK Name: gtkglext Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -14,6 +14,8 @@ BuildRequires: gtk2-devel BuildRequires: libGLU-devel BuildRequires: libGL-devel +# Conditional build feature +BuildRequires: libXmu-devel # The configure script checks for X11/Intrinsic.h BuildRequires: libXt-devel @@ -33,6 +35,8 @@ Requires: gtk2-devel Requires: libGL-devel Requires: libGLU-devel +Requires: libXmu-devel +Requires: pkgconfig %description devel The gtkglext-devel package contains the header files, static libraries, @@ -77,6 +81,11 @@ %doc %{_datadir}/gtk-doc/html/* %changelog +* Mon Aug 14 2006 Ralf Cors??pius - 1.2.0-3 +- BR: libXmu-devel (Braden McDaniel). +- *-devel: R: libXmu-devel. +- *-devel: R: pkgconfig. + * Tue Feb 14 2006 Ralf Cors??pius - 1.2.0-2 - Require: libGLU-devel (PR 181018) From fedora-extras-commits at redhat.com Mon Aug 14 07:07:37 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 14 Aug 2006 00:07:37 -0700 Subject: comps comps-fe5.xml.in,1.69,1.70 comps-fe6.xml.in,1.35,1.36 Message-ID: <200608140707.k7E77dv0019741@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19722 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added gcdmaster and k3d Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- comps-fe5.xml.in 10 Aug 2006 20:30:15 -0000 1.69 +++ comps-fe5.xml.in 14 Aug 2006 07:07:36 -0000 1.70 @@ -381,6 +381,7 @@ graphviz gwenview inkscape + k3d qiv showimg skencil @@ -468,6 +469,7 @@ camstream camE easytag + gcdmaster gcfilms gcombust gnomad2 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- comps-fe6.xml.in 13 Aug 2006 21:05:41 -0000 1.35 +++ comps-fe6.xml.in 14 Aug 2006 07:07:37 -0000 1.36 @@ -383,6 +383,7 @@ graphviz gwenview inkscape + k3d qiv showimg skencil @@ -470,6 +471,7 @@ camstream camE easytag + gcdmaster gcfilms gcombust gnomad2 From fedora-extras-commits at redhat.com Mon Aug 14 08:30:48 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 01:30:48 -0700 Subject: fedora-security/audit fc4,1.351,1.352 Message-ID: <200608140830.k7E8UmYc022637@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22612 Modified Files: fc4 Log Message: Note that this file is no longer maintained Index: fc4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc4,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- fc4 9 Aug 2006 19:31:40 -0000 1.351 +++ fc4 14 Aug 2006 08:30:46 -0000 1.352 @@ -1,6 +1,10 @@ Up to date CVE as of CVE email 20060730 Up to date FC4 as of 20060730 +This list is no longer maintained by the Red Hat security +response team as of 7th August 2006 (the release date of +Fedora Core 6 Test 2) + ** are items that need attention CVE-2006-3918 ** httpd, fixed 2.0.58 From fedora-extras-commits at redhat.com Mon Aug 14 08:43:39 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 01:43:39 -0700 Subject: fedora-security/audit fc5,1.273,1.274 Message-ID: <200608140843.k7E8hdQ9022778@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22755 Modified Files: fc5 Log Message: Fix missing "version" for ff/tb updates and bring up to date with my mail folder Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- fc5 11 Aug 2006 19:32:42 -0000 1.273 +++ fc5 14 Aug 2006 08:43:37 -0000 1.274 @@ -1,5 +1,5 @@ -Up to date CVE as of CVE email 20060803 -Up to date FC5 as of 20060803 +Up to date CVE as of CVE email 20060813 +Up to date FC5 as of 20060813 ** are items that need attention @@ -9,48 +9,49 @@ CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) -CVE-2006-3812 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected +CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3812 VULNERABLE (mozilla) -CVE-2006-3811 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3811 VULNERABLE (mozilla) -CVE-2006-3810 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3810 VULNERABLE (mozilla) -CVE-2006-3809 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3809 VULNERABLE (mozilla) -CVE-2006-3808 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3808 VULNERABLE (mozilla) -CVE-2006-3807 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3807 VULNERABLE (mozilla) -CVE-2006-3806 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3806 VULNERABLE (mozilla) -CVE-2006-3805 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3805 VULNERABLE (mozilla) -CVE-2006-3804 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3804 VULNERABLE (mozilla) -CVE-2006-3803 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3803 VULNERABLE (mozilla) -CVE-2006-3802 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3802 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3802 VULNERABLE (mozilla) -CVE-2006-3801 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] -CVE-2006-3677 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3677 VULNERABLE (mozilla) CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! @@ -84,9 +85,10 @@ CVE-2006-3174 version (squirrelmail, fixed 1.4.7) #197369 [since FEDORA-2006-788] CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] +CVE-2006-3122 ** dhcp CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] -CVE-2006-3113 VULNERABLE (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] +CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] +CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] CVE-2006-3113 VULNERABLE (mozilla) CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux From fedora-extras-commits at redhat.com Mon Aug 14 13:40:31 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 06:40:31 -0700 Subject: fedora-security/audit fc6,NONE,1.1 Message-ID: <200608141340.k7EDeV51005503@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5486 Added Files: fc6 Log Message: Start on FC6; 45% done --- NEW FILE fc6 --- ********************************************************************** * WORK IN PROGRESS ********************************************************************** Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 Notes: 1. Removed packages no longer shipped (except mozilla!) 2. Added packages newly shipped 3. Deal with libutempter/utempter 4. ### left to do (was 1771) ** are items that need attention CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3812 VULNERABLE (mozilla) ### CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3811 VULNERABLE (mozilla) ### CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3810 VULNERABLE (mozilla) ### CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3809 VULNERABLE (mozilla) ### CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3808 VULNERABLE (mozilla) ### CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3807 VULNERABLE (mozilla) ### CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3806 VULNERABLE (mozilla) ### CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3805 VULNERABLE (mozilla) ### CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3804 VULNERABLE (mozilla) ### CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3803 VULNERABLE (mozilla) ### CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3802 VULNERABLE (mozilla) ### CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] ### CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only CVE-2006-3632 version (wireshark, fixed 0.99.2) CVE-2006-3631 version (wireshark, fixed 0.99.2) CVE-2006-3630 version (wireshark, fixed 0.99.2) CVE-2006-3629 version (wireshark, fixed 0.99.2) CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] ### CVE-2006-3619 VULNERABLE (gcc/fastjar) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) ### CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] ### CVE-2006-3467 VULNERABLE (freetype) ### CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] ### CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### CVE-2006-3352 ignore (firefox) not a vulnerability CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] ### CVE-2006-3122 ** dhcp ### CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] ### CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] ### CVE-2006-3018 version (php, fixed 5.1.3) CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] ### CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] ### CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] ### CVE-2006-2933 version (kde, not 3.2+) ### CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### CVE-2006-2894 VULNERABLE (mozilla) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2787 VULNERABLE (mozilla) ### CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2786 VULNERABLE (mozilla) ### CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2785 VULNERABLE (mozilla) ### CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2784 VULNERABLE (mozilla) ### CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2783 VULNERABLE (mozilla) ### CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2780 VULNERABLE (firefox) ### CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2780 VULNERABLE (mozilla) ### CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2779 VULNERABLE (mozilla) ### CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2778 VULNERABLE (mozilla) ### CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2777 VULNERABLE (mozilla) ### CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2776 VULNERABLE (mozilla) ### CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed CVE-2006-2661 VULNERABLE (freetype, fixed 2.2.1) #183677 ### CVE-2006-2660 ignore (php) see bz#195539 CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] ### CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] ### CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### CVE-2006-2366 VULNERABLE (openobex) #192087 ### CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2272 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2271 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-2198 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### CVE-2006-2073 VULNERABLE (bind) ### CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] ### CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2024 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### CVE-2006-1991 version (php) CVE-2006-1990 version (php) CVE-2006-1942 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-1940 version (wireshark, fixed 0.99.0) CVE-2006-1939 version (wireshark, fixed 0.99.0) CVE-2006-1938 version (wireshark, fixed 0.99.0) CVE-2006-1937 version (wireshark, fixed 0.99.0) CVE-2006-1936 version (wireshark, fixed 0.99.0) CVE-2006-1935 version (wireshark, fixed 0.99.0) CVE-2006-1934 version (wireshark, fixed 0.99.0) CVE-2006-1933 version (wireshark, fixed 0.99.0) CVE-2006-1932 version (wireshark, fixed 0.99.0) CVE-2006-1931 version (ruby, fixed 1.8.3) CVE-2006-1902 ignore (gcc) not a vulnerability CVE-2006-1865 version (beagle, fixed 0.2.5) CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in ### CVE-2006-1863 version (kernel, fixed 2.6.16.11) [since FEDORA-2006-499] ### CVE-2006-1862 version (kernel) not upstream kernels, only RHEL ### CVE-2006-1861 version (freetype, fixed 2.2.1) CVE-2006-1860 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### CVE-2006-1859 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### CVE-2006-1858 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-1857 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-1856 version (kernel, fixed 2.6.16.12) [since FEDORA-2006-499] ### CVE-2006-1855 version (kernel, fixed 2.6.11.12) ### CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) CVE-2006-1650 ignore (firefox) a number of reports don't confirm this CVE-2006-1646 ignore (ipsec-tools) KAME racoon, not ipsec-tools racoon CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1528 version (kernel, fixed 2.6.13) ### CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] ### CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] ### CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] ### CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] ### CVE-2006-1522 version (kernel, fixed 2.6.16.3) [since FEDORA-2006-421] ### CVE-2006-1518 version (mysql, fixed 5.0.21) CVE-2006-1517 version (mysql, fixed 5.0.21) CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) CVE-2006-1470 VULNERABLE (openldap) #197278 ### CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-1354 VULNERABLE (freeradius) ### CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] ### CVE-2006-1342 version (kernel, not 2.6) not vulnerable ### CVE-2006-1335 version (gnome-screensaver, fixed 2.14) CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] ### CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) CVE-2006-1168 VULNERABLE (ncompress) #201919 ### CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### CVE-2006-1056 version (kernel, fixed 2.6.16.9) [since FEDORA-2006-421] ### CVE-2006-1055 version (kernel, fixed 2.6.17-rc1) [since FEDORA-2006-421] ### CVE-2006-1052 version (kernel, fixed 2.6.16) [since FEDORA-2006-421] was patch-2.6.16-rc6 since FEDORA-2006-233 ### CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0836 VULNERABLE (thunderbird) ### CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] ### CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### CVE-2006-0558 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### CVE-2006-0557 version (kernel, fixed 2.6.15.6) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0555 version (kernel, fixed 2.6.16) patch-2.6.16-rc6-git3 [since FEDORA-2006-233] ### CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection ### CVE-2006-0457 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0456 ignore (kernel, s390 only) CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### CVE-2006-0454 version (kernel, fixed 2.6.15.3) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0405 version (libtiff, 3.8.0 only) ### CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### CVE-2006-0299 version (thunderbird, fixed 1.5) ### CVE-2006-0299 version (mozilla, 1.8 branch only) ### CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### CVE-2006-0298 version (thunderbird, fixed 1.5) ### CVE-2006-0298 version (mozilla, 1.8 branch only) ### CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### CVE-2006-0297 version (thunderbird, fixed 1.5) ### CVE-2006-0297 version (mozilla, 1.8 branch only) ### CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### CVE-2006-0295 version (thunderbird, fixed 1.5) ### CVE-2006-0295 version (mozilla, 1.8 branch only) ### CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### CVE-2006-0294 version (thunderbird, fixed 1.5) ### CVE-2006-0294 version (mozilla, 1.8 branch only) ### CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### CVE-2006-0293 version (thunderbird, fixed 1.5) ### CVE-2006-0293 version (mozilla, 1.8 branch only) ### CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### CVE-2006-0292 version (firefox, fixed 1.5.1) ### CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### CVE-2006-0254 version (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) CVE-2006-0208 version (php, fixed 5.1.2) CVE-2006-0207 version (php, fixed 5.1.2) CVE-2006-0200 version (php, fixed 5.1.2) CVE-2006-0197 ignore (xorg-x11) not an issue CVE-2006-0195 version (squirrelmail, fixed 1.4.6) CVE-2006-0188 version (squirrelmail, fixed 1.4.6) CVE-2006-0144 version (php-pear, not 1.4.4) CVE-2006-0097 ignore (php) Windows only CVE-2006-0096 ignore (kernel) minor and requires root CVE-2006-0095 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2006-0019 version (kdelibs, fixed 3.5.1) CVE-2005-4798 version (kernel, not 2.6) ### CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) ### CVE-2005-4720 version (firefox, fixed 1.5) ### CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### CVE-2005-4703 ignore (tomcat) windows only CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream ### CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### CVE-2005-4639 version (kernel, fixed 2.6.15) ### CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### CVE-2005-4635 version (kernel, fixed 2.6.15) ### CVE-2005-4618 version (kernel, fixed 2.6.15) ### CVE-2005-4605 version (kernel, fixed 2.6.15) ### CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE ### CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html CVE-2005-4134 backport (mozilla) mozilla-1.7.12-CVE-2005-4134-long-history-dos.patch ### CVE-2005-4077 version (curl, fixed 7.15.1) CVE-2005-3964 backport (openmotif) ### CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) ### CVE-2005-3857 version (kernel, fixed 2.6.15) ### CVE-2005-3848 version (kernel, fixed 2.6.13) ### CVE-2005-3847 version (kernel, fixed 2.6.12.6) ### CVE-2005-3810 version (kernel, fixed 2.6.15) ### CVE-2005-3809 version (kernel, fixed 2.6.15) ### CVE-2005-3808 version (kernel, fixed 2.6.15) ### CVE-2005-3807 version (kernel, fixed 2.6.15) ### CVE-2005-3806 version (kernel, fixed 2.6.14) ### CVE-2005-3805 version (kernel, fixed 2.6.14) ### CVE-2005-3784 version (kernel, fixed 2.6.15) ### CVE-2005-3783 version (kernel, fixed 2.6.15) ### CVE-2005-3753 version (kernel, fixed 2.6.14) also not a vuln ### CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix ### CVE-2005-3671 version (openswan, fixed 2.4.4) ### CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) CVE-2005-3651 version (wireshark, fixed 0.10.14) CVE-2005-3632 version (netpbm) CVE-2005-3631 version (udev) CVE-2005-3629 version (initscripts, fixed 8.29 at least) CVE-2005-3628 version (poppler, fixed 0.4.4) CVE-2005-3628 version (kdegraphics, fixed 3.5.1) CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3628 version (cups, fixed 1.2.0) CVE-2005-3627 version (poppler, fixed 0.4.4) CVE-2005-3627 version (kdegraphics, fixed 3.5.1) CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3627 backport (tetex) ### CVE-2005-3627 version (cups, fixed 1.2.0) CVE-2005-3626 version (poppler, fixed 0.4.4) CVE-2005-3626 version (kdegraphics, fixed 3.5.1) CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3626 backport (tetex) ### CVE-2005-3626 version (cups, fixed 1.2.0) CVE-2005-3625 version (poppler, fixed 0.4.4) CVE-2005-3625 version (kdegraphics, fixed 3.5.1) CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3625 backport (tetex) ### CVE-2005-3625 version (cups, fixed 1.2.0) CVE-2005-3624 version (poppler, fixed 0.4.4) CVE-2005-3624 version (kdegraphics, fixed 3.5.1) CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3624 backport (tetex) ### CVE-2005-3624 version (cups, fixed 1.2.0) CVE-2005-3623 version (kernel, fixed 2.6.14.5) ### CVE-2005-3582 version (ImageMagick) gentoo only CVE-2005-3573 version (mailman, fixed 2.1.7) CVE-2005-3527 version (kernel, fixed 2.6.14 at least) ### CVE-2005-3402 ignore (thunderbird) mozilla say by design CVE-2005-3392 version (php, not 5.0) CVE-2005-3391 version (php, not 5.0) CVE-2005-3390 version (php, fixed 5.1.0) CVE-2005-3389 version (php, fixed 5.1.1) CVE-2005-3388 version (php, fixed 5.1.1) CVE-2005-3359 version (kernel, fixed 2.6.14) ### CVE-2005-3358 version (kernel, fixed 2.6.11) ### CVE-2005-3357 version (httpd, fixed 2.2.1) CVE-2005-3356 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### CVE-2005-3353 version (php, not 5.0) CVE-2005-3352 version (httpd, fixed 2.2.1) CVE-2005-3351 version (spamassassin, fixed 3.1.0) CVE-2005-3322 version (squid) not upstream, SUSE only CVE-2005-3319 ignore (mod_php) no security consequence CVE-2005-3313 version (wireshark, fixed after 0.10.13) CVE-2005-3276 version (kernel, fixed 2.6.12.4) ### CVE-2005-3275 version (kernel, fixed 2.6.13) ### CVE-2005-3274 version (kernel, fixed 2.6.13) ### CVE-2005-3273 version (kernel, fixed 2.6.12) ### CVE-2005-3272 version (kernel, fixed 2.6.13) ### CVE-2005-3271 version (kernel, fixed 2.6.9) ### CVE-2005-3258 version (squid, fixed 2.5STABLE12) CVE-2005-3257 version (kernel, fixed 2.6.15) ### CVE-2005-3249 version (wireshark, fixed 0.10.13) CVE-2005-3248 version (wireshark, fixed 0.10.13) CVE-2005-3247 version (wireshark, fixed 0.10.13) CVE-2005-3246 version (wireshark, fixed 0.10.13) CVE-2005-3245 version (wireshark, fixed 0.10.13) CVE-2005-3244 version (wireshark, fixed 0.10.13) CVE-2005-3243 version (wireshark, fixed 0.10.13) CVE-2005-3242 version (wireshark, fixed 0.10.13) CVE-2005-3241 version (wireshark, fixed 0.10.13) CVE-2005-3193 version (poppler, fixed 0.4.4) CVE-2005-3193 version (kdegraphics, fixed 3.5.1) CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3193 version (cups, fixed 1.2.0) CVE-2005-3192 version (poppler, fixed 0.4.4) CVE-2005-3192 version (kdegraphics, fixed 3.5.1) CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3192 version (cups, fixed 1.2.0) CVE-2005-3191 version (poppler, fixed 0.4.4) CVE-2005-3191 version (kdegraphics, fixed 3.5.1) CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3191 version (cups, fixed 1.2.0) CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) ### CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) CVE-2005-3181 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3180 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3179 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3164 version (tomcat, not 5) CVE-2005-3120 backport (lynx) ### CVE-2005-3119 version (kernel, fixed 2.6.13.4 at least) ### CVE-2005-3110 version (kernel, fixed 2.6.12) ### CVE-2005-3109 version (kernel, fixed 2.6.12) ### CVE-2005-3108 version (kernel, fixed 2.6.12) ### CVE-2005-3107 version (kernel, fixed 2.6.11) ### CVE-2005-3106 version (kernel, fixed 2.6.11) ### CVE-2005-3105 version (kernel, fixed 2.6.12) ### CVE-2005-3089 version (firefox, fixed 1.0.7) ### CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped CVE-2005-3055 version (kernel, fixed 2.6.14 at least) ### CVE-2005-3054 ignore (php) CVE-2005-3053 version (kernel) ### CVE-2005-3044 version (kernel, fixed 2.6.13.2) ### CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### CVE-2005-2975 version (gtk2, fixed 2.8.7) ### CVE-2005-2973 version (kernel, fixed 2.6.14 at least) ### CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) CVE-2005-2968 version (thunderbird) ### CVE-2005-2968 version (mozilla, not 1.7.10) ### CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) ### CVE-2005-2929 backport (lynx) ### CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) CVE-2005-2873 VULNERABLE (kernel) not fixed upstream ### CVE-2005-2872 version (kernel, fixed 2.6.12) ### CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### CVE-2005-2801 version (kernel, fixed 2.6.11) ### CVE-2005-2800 version (kernel, fixed 2.6.12.6) ### CVE-2005-2798 version (openssh, fixed 4.2) CVE-2005-2797 version (openssh, fixed 4.2) CVE-2005-2796 version (squid, fixed 2.5.STABLE11) CVE-2005-2794 version (squid, fixed 2.5.STABLE11) CVE-2005-2728 version (httpd, not 2.2) CVE-2005-2709 version (kernel, fixed 2.6.14.3) ### CVE-2005-2708 ignore (kernel) not reproducable on x86_64 ### CVE-2005-2707 version (thunderbird) ### CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### CVE-2005-2706 version (thunderbird) ### CVE-2005-2706 version (mozilla, fixed 1.7.12) ### CVE-2005-2706 version (firefox, fixed 1.0.7) ### CVE-2005-2705 version (thunderbird) ### CVE-2005-2705 version (mozilla, fixed 1.7.12) ### CVE-2005-2705 version (firefox, fixed 1.0.7) ### CVE-2005-2704 version (thunderbird) ### CVE-2005-2704 version (mozilla, fixed 1.7.12) ### CVE-2005-2704 version (firefox, fixed 1.0.7) ### CVE-2005-2703 version (thunderbird) ### CVE-2005-2703 version (mozilla, fixed 1.7.12) ### CVE-2005-2703 version (firefox, fixed 1.0.7) ### CVE-2005-2702 version (thunderbird) ### CVE-2005-2702 version (mozilla, fixed 1.7.12) ### CVE-2005-2702 version (firefox, fixed 1.0.7) ### CVE-2005-2701 version (mozilla, fixed 1.7.12) ### CVE-2005-2701 version (firefox, fixed 1.0.7) ### CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### CVE-2005-2672 version (lm_sensors, fixed 2.9.2) ### CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### CVE-2005-2617 version (kernel, fixed 2.6.12.5) ### CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 CVE-2005-2558 version (mysql, fixed 4.1.13) CVE-2005-2558 ignore (mysql) not an issue CVE-2005-2555 version (kernel, fixed 2.6.12.6pre) ### CVE-2005-2553 version (kernel, not 2.6) ### CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 ### CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### CVE-2005-2541 ignore (tar) is documented behaviour CVE-2005-2500 version (kernel, fixed 2.6.13) ### CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### CVE-2005-2492 version (kernel, fixed 2.6.13.1) ### CVE-2005-2491 version (pcre, fixed 6.2) ### CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) ### CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible CVE-2005-2458 version (kernel, fixed 2.6.12.5) ### CVE-2005-2457 version (kernel, fixed 2.6.12.5) ### CVE-2005-2456 version (kernel, fixed 2.6.12.5) ### CVE-2005-2452 version (libtiff, fixed 3.7.0) ### CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash CVE-2005-2410 version (NetworkManager, fixed 5.0) ### CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 CVE-2005-2370 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2370 version (gaim, fixed 1.5.0) CVE-2005-2369 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2368 version (vim, fixed 6.3.086 at least) ### CVE-2005-2367 version (wireshark, fixed 0.10.12) CVE-2005-2366 version (wireshark, fixed 0.10.12) CVE-2005-2365 version (wireshark, fixed 0.10.12) CVE-2005-2364 version (wireshark, fixed 0.10.12) CVE-2005-2363 version (wireshark, fixed 0.10.12) CVE-2005-2362 version (wireshark, fixed 0.10.12) CVE-2005-2361 version (wireshark, fixed 0.10.12) CVE-2005-2360 version (wireshark, fixed 0.10.12) CVE-2005-2353 ignore (thunderbird) debug mode only CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) CVE-2005-2270 version (thunderbird, fixed 1.0.5) ### CVE-2005-2270 version (mozilla, fixed 1.7.9) ### CVE-2005-2270 version (firefox, fixed 1.0.5) ### CVE-2005-2269 version (thunderbird, fixed 1.0.5) ### CVE-2005-2269 version (mozilla, fixed 1.7.9) ### CVE-2005-2269 version (firefox, fixed 1.0.5) ### CVE-2005-2268 version (mozilla, fixed 1.7.9) ### CVE-2005-2268 version (firefox, fixed 1.0.5) ### CVE-2005-2267 version (mozilla, fixed 1.7.9) ### CVE-2005-2267 version (firefox, fixed 1.0.5) ### CVE-2005-2266 version (thunderbird, fixed 1.0.5) ### CVE-2005-2266 version (mozilla, fixed 1.7.9) ### CVE-2005-2266 version (firefox, fixed 1.0.5) ### CVE-2005-2265 version (thunderbird, fixed 1.0.5) ### CVE-2005-2265 version (mozilla, fixed 1.7.9) ### CVE-2005-2265 version (firefox, fixed 1.0.5) ### CVE-2005-2264 version (firefox, fixed 1.0.5) ### CVE-2005-2263 version (mozilla, fixed 1.7.9) ### CVE-2005-2263 version (firefox, fixed 1.0.5) ### CVE-2005-2262 version (firefox, fixed 1.0.5) ### CVE-2005-2261 version (thunderbird, fixed 1.0.5) ### CVE-2005-2261 version (mozilla, fixed 1.7.9) ### CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### CVE-2005-2260 version (firefox, fixed 1.0.5) ### CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) ### CVE-2005-2114 version (mozilla, fixed 1.7.9) ### CVE-2005-2114 version (firefox, fixed 1.0.5) ### CVE-2005-2104 version (sysreport, fixed 1.4.1-5) ### CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 ### CVE-2005-2099 version (kernel, fixed 2.6.12.5) ### CVE-2005-2098 version (kernel, fixed 2.6.12.5) ### CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) CVE-2005-2096 version (rpm, fixed 4.4.2) ### CVE-2005-2096 backport (zlib, fixed 1.2.2.4) CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) ### CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### CVE-2005-2023 version (gnupg, fixed 1.9.15) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) ### CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (mozilla, fixed 1.7.9) ### CVE-2005-1937 version (firefox, fixed 1.0.5) ### CVE-2005-1934 version (gaim, fixed 1.3.1) CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) CVE-2005-1918 version (tar) CVE-2005-1913 version (kernel, fixed 2.6.12.2) ### CVE-2005-1852 version (kdenetwork, fixed 3.4.2) ### CVE-2005-1849 version (zlib, fixed 1.2.3) CVE-2005-1831 ignore (sudo) unsubstantiated report CVE-2005-1769 version (squirrelmail, fixed 1.4.5) CVE-2005-1768 version (kernel, fixed 2.6.6) ### CVE-2005-1767 version (kernel, fixed 2.6.7) ### CVE-2005-1765 version (kernel, fixed 2.6.12) ### CVE-2005-1764 version (kernel, fixed 2.6.12) ### CVE-2005-1763 version (kernel, fixed 2.6.12) ### CVE-2005-1762 version (kernel, fixed 2.6.12) ### CVE-2005-1761 version (kernel, fixed 2.6.12.2) ### CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used CVE-2005-1751 version (nmap, fixed 3.93 at least) ### CVE-2005-1751 ignore (openldap) fixed shtool 2.0.2. Flawed code path not used CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) ### CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) ### CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) CVE-2005-1589 version (kernel, fixed 2.6.11.10) ### CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### CVE-2005-1532 version (thunderbird) ### CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### CVE-2005-1531 version (mozilla, fixed 1.7.8) ### CVE-2005-1531 version (firefox, fixed 1.0.4) ### CVE-2005-1519 version (squid, fixed 2.5.STABLE10) CVE-2005-1470 version (wireshark, fixed 0.10.11) CVE-2005-1469 version (wireshark, fixed 0.10.11) CVE-2005-1468 version (wireshark, fixed 0.10.11) CVE-2005-1467 version (wireshark, fixed 0.10.11) CVE-2005-1466 version (wireshark, fixed 0.10.11) CVE-2005-1465 version (wireshark, fixed 0.10.11) CVE-2005-1464 version (wireshark, fixed 0.10.11) CVE-2005-1463 version (wireshark, fixed 0.10.11) CVE-2005-1462 version (wireshark, fixed 0.10.11) CVE-2005-1461 version (wireshark, fixed 0.10.11) CVE-2005-1460 version (wireshark, fixed 0.10.11) CVE-2005-1459 version (wireshark, fixed 0.10.11) CVE-2005-1458 version (wireshark, fixed 0.10.11) CVE-2005-1457 version (wireshark, fixed 0.10.11) CVE-2005-1456 version (wireshark, fixed 0.10.11) CVE-2005-1455 version (freeradius, fixed 1.0.3) CVE-2005-1454 version (freeradius, fixed 1.0.3) CVE-2005-1431 version (gnutls, fixed 1.0.25) CVE-2005-1410 version (postgresql, fixed 8.0.2) CVE-2005-1409 version (postgresql, fixed 8.0.1) CVE-2005-1369 version (kernel, fixed 2.6.12) ### CVE-2005-1368 version (kernel, fixed 2.6.12) ### CVE-2005-1345 version (squid, fixed 2.5.STABLE10) CVE-2005-1344 ignore (httpd) not a vulnerability CVE-2005-1281 version (wireshark, fixed 0.10.11) CVE-2005-1280 version (tcpdump, fixed 3.9.2) CVE-2005-1279 version (tcpdump, fixed 3.9.2) CVE-2005-1278 version (tcpdump, fixed 3.9.2) CVE-2005-1277 ignore (dupe) CVE-2005-1275 version (ImageMagick, fixed 6.2.2) CVE-2005-1269 version (gaim, fixed 1.3.1) CVE-2005-1268 version (httpd, not 2.2) CVE-2005-1267 version (tcpdump, fixed 3.9.4 at least) CVE-2005-1266 version (spamassassin, fixed 3.0.4) CVE-2005-1265 version (kernel) ### CVE-2005-1264 version (kernel) ### CVE-2005-1263 version (kernel) ### CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) ### CVE-2005-1229 backport (cpio) ### CVE-2005-1228 backport (gzip) ### CVE-2005-1194 backport (nasm) ### CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) CVE-2005-1160 version (thunderbird) ### CVE-2005-1160 version (mozilla) ### CVE-2005-1160 version (firefox) ### CVE-2005-1159 version (thunderbird) ### CVE-2005-1159 version (mozilla) ### CVE-2005-1159 version (firefox) ### CVE-2005-1158 version (firefox, fixed 1.0.3) ### CVE-2005-1157 version (mozilla) ### CVE-2005-1157 version (firefox) ### CVE-2005-1156 version (mozilla) ### CVE-2005-1156 version (firefox) ### CVE-2005-1155 version (mozilla) ### CVE-2005-1155 version (firefox) ### CVE-2005-1154 version (mozilla) ### CVE-2005-1154 version (firefox) ### CVE-2005-1153 version (mozilla) ### CVE-2005-1153 version (firefox) ### CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) ### CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) ### CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### CVE-2005-0989 version (thunderbird) ### CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### CVE-2005-0977 version (kernel, fixed 2.6.11) ### CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### CVE-2005-0937 version (kernel, fixed 2.6.11) ### CVE-2005-0916 version (kernel, fixed 2.6.12) ### CVE-2005-0891 version (gtk2, fixed 2.2.4) ### CVE-2005-0867 version (kernel, fixed 2.6.11) ### CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### CVE-2005-0839 version (kernel, fixed 2.6.11) ### CVE-2005-0815 version (kernel, fixed 2.6.11.6) ### CVE-2005-0808 version (tomcat, fixed 5.x) CVE-2005-0806 version (evolution, fixed 2.0.4) CVE-2005-0799 version (mysql) not linux CVE-2005-0767 version (kernel, fixed 2.6.11) ### CVE-2005-0766 version (wireshark, fixed after 0.10.9) CVE-2005-0765 version (wireshark, fixed after 0.10.9) CVE-2005-0763 version (mc, fixed 4.6.0) CVE-2005-0762 version (ImageMagick, fixed 6.0) CVE-2005-0761 version (ImageMagick, fixed 6.1.8) CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) ### CVE-2005-0758 backport (bzip2) ### CVE-2005-0757 version (kernel, not 2.6) ### CVE-2005-0756 version (kernel, fixed 2.6.12) ### CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### CVE-2005-0750 version (kernel, fixed 2.6.11.6) ### CVE-2005-0749 version (kernel, fixed 2.6.11.6) ### CVE-2005-0739 version (wireshark, fixed after 0.10.9) CVE-2005-0736 version (kernel, fixed 2.6.11) ### CVE-2005-0718 version (squid, fixed 2.5.STABLE8) CVE-2005-0711 version (mysql, fixed 4.1.11) CVE-2005-0710 version (mysql, fixed 4.1.11) CVE-2005-0709 version (mysql, fixed 4.1.11) CVE-2005-0705 version (wireshark, fixed after 0.10.9) CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) CVE-2005-0670 VULNERABLE (hcidump) ### CVE-2005-0664 version (libexif, fixed 0.6.12) ### CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) ### CVE-2005-0626 version (squid, fixed 2.5.STABLE10) CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) ### CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) CVE-2005-0593 version (mozilla) ### CVE-2005-0593 version (firefox) ### CVE-2005-0592 version (mozilla) ### CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### CVE-2005-0590 version (thunderbird) ### CVE-2005-0590 version (openswan, fixed 2.1.4) ### CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### CVE-2005-0589 version (firefox, fixed 1.0.1) ### CVE-2005-0588 version (mozilla) ### CVE-2005-0588 version (firefox) ### CVE-2005-0587 version (mozilla) ### CVE-2005-0587 version (firefox) ### CVE-2005-0586 version (mozilla) ### CVE-2005-0586 version (firefox) ### CVE-2005-0585 version (mozilla) ### CVE-2005-0585 version (firefox) ### CVE-2005-0584 version (mozilla) ### CVE-2005-0584 version (firefox) ### CVE-2005-0578 version (mozilla) ### CVE-2005-0578 version (firefox) ### CVE-2005-0565 version (kernel, not 2.6) ### CVE-2005-0532 version (kernel, fixed 2.6.11) ### CVE-2005-0531 version (kernel, fixed 2.6.11) ### CVE-2005-0530 version (kernel, fixed 2.6.11) ### CVE-2005-0529 version (kernel, fixed 2.6.11) ### CVE-2005-0527 version (mozilla, fixed 1.7.6) ### CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) ### CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 ### CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) ### CVE-2005-0488 backport (telnet) ### CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### CVE-2005-0473 version (gaim, fixed 1.1.3) CVE-2005-0472 version (gaim, fixed 1.1.3) CVE-2005-0469 version (krb5, fixed 1.4.1) CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0468 version (krb5, fixed 1.4.1) CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0449 version (kernel, fixed 2.6.11) ### CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 CVE-2005-0403 version (kernel) not upstream ### CVE-2005-0402 version (firefox, fixed 1.0.2) ### CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### CVE-2005-0400 version (kernel, fixed 2.6.11.6) ### CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) CVE-2005-0384 version (kernel, fixed 2.6.11.4) ### CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### CVE-2005-0255 version (mozilla, fixed 1.7.6) ### CVE-2005-0255 version (firefox, fixed 1.0.1) ### CVE-2005-0247 version (postgresql, fixed after 8.0) CVE-2005-0246 version (postgresql, fixed 8.0.1) CVE-2005-0245 version (postgresql, fixed 8.0.1) CVE-2005-0244 version (postgresql, fixed 8.0.1) CVE-2005-0241 version (squid, fixed 2.5.STABLE8) CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) ### CVE-2005-0237 version (kdelibs, fixed 3.4.0) CVE-2005-0233 version (mozilla, fixed 1.7.6) ### CVE-2005-0233 version (firefox, fixed 1.0.1) ### CVE-2005-0232 version (mozilla, fixed 1.7.6) ### CVE-2005-0232 version (firefox, fixed 1.0.1) ### CVE-2005-0231 version (mozilla, fixed 1.7.6) ### CVE-2005-0231 version (firefox, fixed 1.0.1) ### CVE-2005-0230 version (thunderbird, fixed 1.0.2) ### CVE-2005-0230 version (mozilla, fixed 1.7.6) ### CVE-2005-0230 version (firefox, fixed 1.0.1) ### CVE-2005-0227 version (postgresql, fixed 8.0.1) CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) CVE-2005-0210 version (kernel, fixed 2.6.11) ### CVE-2005-0209 version (kernel, fixed 2.6.11) ### CVE-2005-0208 version (gaim, fixed 1.1.4) CVE-2005-0207 version (kernel, fixed 2.6.11) ### CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 CVE-2005-0205 version (kdenetwork, not 3.3+) ### CVE-2005-0204 version (kernel) didn't affect upstream ### CVE-2005-0202 version (mailman, fixed 2.1.6) CVE-2005-0201 version (dbus, fixed 0.36.1) ### CVE-2005-0194 version (squid, fixed 2.5.STABLE8) CVE-2005-0180 version (kernel, fixed 2.6.11) ### CVE-2005-0179 version (kernel, fixed 2.6.11) ### CVE-2005-0178 version (kernel, fixed 2.6.11) ### CVE-2005-0177 version (kernel, fixed 2.6.11) ### CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 ### CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) CVE-2005-0162 version (openswan, fixed 2.3.0) ### CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) CVE-2005-0150 version (firefox, fixed 1.0) ### CVE-2005-0149 version (mozilla) ### CVE-2005-0149 version (firefox) ### CVE-2005-0147 version (mozilla) ### CVE-2005-0147 version (firefox) ### CVE-2005-0146 version (mozilla) ### CVE-2005-0146 version (firefox) ### CVE-2005-0145 version (firefox, fixed 1.0) ### CVE-2005-0144 version (mozilla) ### CVE-2005-0144 version (firefox) ### CVE-2005-0143 version (mozilla) ### CVE-2005-0143 version (firefox) ### CVE-2005-0142 version (thunderbird) ### CVE-2005-0142 version (mozilla) ### CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### CVE-2005-0141 version (firefox) ### CVE-2005-0137 version (kernel, not 2.6) ### CVE-2005-0136 version (kernel, fixed 2.6.11) ### CVE-2005-0135 version (kernel, fixed 2.6.11) ### CVE-2005-0124 version (kernel, fixed 2.6.11) ### CVE-2005-0109 version (openssl, not 0.9.8a) CVE-2005-0109 backport (openssl097a) CVE-2005-0104 version (squirrelmail, fixed 1.4.4) CVE-2005-0103 version (squirrelmail, fixed 1.4.4) CVE-2005-0102 version (evolution-data-server, fixed 1.2.2 at least) CVE-2005-0100 version (emacs, fixed 21.4 at least) ### CVE-2005-0097 version (squid, fixed 2.5.STABLE8) CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) CVE-2005-0094 version (squid, fixed 2.5.STABLE8) CVE-2005-0092 version (kernel, not affected) ### CVE-2005-0091 version (kernel, not affected) ### CVE-2005-0090 version (kernel, not affected) ### CVE-2005-0089 version (python, fixed 2.4.1 at least) ### CVE-2005-0088 version (mod_python, fixed after 2.7.8) CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### CVE-2005-0086 version (less) didn't affect upstream ### CVE-2005-0085 version (htdig, fixed 3.1.6-r7) ### CVE-2005-0084 version (wireshark, fixed 0.10.9) CVE-2005-0080 version (mailman) not upstream CVE-2005-0078 version (kde, fixed 3.0.5) ### CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) ### CVE-2005-0075 version (squirrelmail, fixed 1.4.4) CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### CVE-2005-0064 version (xpdf, fixed 3.0.1) CVE-2005-0064 version (tetex, fixed 3.0) ### CVE-2005-0064 version (kdegraphics, not 3.4) CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc CVE-2005-0034 version (bind, fixed after 9.3.0) ### CVE-2005-0033 version (bind, not 9) ### CVE-2005-0023 ignore (libvte) not a security risk CVE-2005-0014 version (ncpfs, fixed 2.2.6) ### CVE-2005-0013 version (ncpfs, fixed 2.2.6) ### CVE-2005-0011 version (kdeedu, not 3.4) ### CVE-2005-0010 version (wireshark, fixed 0.10.9) CVE-2005-0009 version (wireshark, fixed 0.10.9) CVE-2005-0008 version (wireshark, fixed 0.10.9) CVE-2005-0007 version (wireshark, fixed 0.10.9) CVE-2005-0006 version (wireshark, fixed 0.10.9) CVE-2005-0005 version (ImageMagick, fixed after 6.1.7) CVE-2005-0004 version (mysql, fixed 4.1.10) CVE-2005-0003 version (kernel, fixed 2.6.10) ### CVE-2005-0001 version (kernel, fixed 2.6.10) ### CVE-2004-2660 version (kernel, fixed 2.6.10) ### CVE-2004-2657 ignore (firefox) windows only CVE-2004-2654 version (squid, fixed 2.6STABLE6) CVE-2004-2607 version (kernel, fixed 2.6.5) ### CVE-2004-2589 version (gaim, fixed 0.82) CVE-2004-2546 version (samba, fixed 3.0.6) CVE-2004-2541 ignore (cscope) blocked by FORTIFY_SOURCE CVE-2004-2536 version (kernel, fixed 2.6.7) ### CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) CVE-2004-2396 version (passwd, fixed 0.69) ### CVE-2004-2395 version (passwd, fixed 0.69) ### CVE-2004-2394 version (passwd, fixed 0.69) ### CVE-2004-2392 version (libuser, fixed 0.51.10) ### CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) ### CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### CVE-2004-2225 version (firefox, fixed 0.10.1) ### CVE-2004-2154 version (cups, fixed 1.2.21rc1) CVE-2004-2149 version (mysql, fixed 4.1.5) CVE-2004-2136 ignore (dm-crypt) design CVE-2004-2135 ignore (kernel) design CVE-2004-2093 ignore (rsync) not security issue CVE-2004-2069 version (openssh, not 4) CVE-2004-2014 version (wget, fixed 1.10.1) CVE-2004-2013 version (kernel, not 2.6) CVE-2004-2004 version (configuration) SUSE only ### CVE-2004-1880 version (openldap, fixed 2.2.21) ### CVE-2004-1834 version (httpd, not 2.2) CVE-2004-1773 version (sharutils, not 4.6) ### CVE-2004-1772 version (sharutils, not 4.6) ### CVE-2004-1761 version (wireshark, fixed 0.10.3) CVE-2004-1689 version (sudo, fixed 1.6.8p1) ### CVE-2004-1653 ignore (openssh) CVE-2004-1639 version (mozilla) ### CVE-2004-1639 version (firefox) ### CVE-2004-1617 ignore (lynx) not able to verify flaw ### CVE-2004-1614 version (mozilla, fixed 1.7.5) ### CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) CVE-2004-1451 version (thunderbird) ### CVE-2004-1451 version (mozilla) ### CVE-2004-1451 version (firefox) ### CVE-2004-1450 version (thunderbird) ### CVE-2004-1450 version (mozilla) ### CVE-2004-1450 version (firefox) ### CVE-2004-1449 version (thunderbird) ### CVE-2004-1449 version (mozilla) ### CVE-2004-1449 version (firefox) ### CVE-2004-1392 version (php, fixed 5.0.4) CVE-2004-1382 version (glibc, not 2.3.5) CVE-2004-1381 version (mozilla) ### CVE-2004-1381 version (firefox) ### CVE-2004-1380 version (mozilla) ### CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) ### CVE-2004-1336 version (tetex, fixed 3.0 at least) ### CVE-2004-1335 version (kernel, fixed 2.6.10) ### CVE-2004-1334 version (kernel, fixed 2.6.10) ### CVE-2004-1333 version (kernel, fixed 2.6.10) ### CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-1307 version (libtiff, was already fixed with 0886) ### CVE-2004-1304 version (file, fixed 4.12) CVE-2004-1296 backport (groff) from srpm ### CVE-2004-1287 backport (nasm) ### CVE-2004-1270 version (cups, fixed 1.1.23) CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) CVE-2004-1267 version (cups, fixed 1.1.23) CVE-2004-1237 version (kernel, not 2.6) not upstream ### CVE-2004-1235 version (kernel, fixed 2.6.11) ### CVE-2004-1234 version (kernel, not 2.6) ### CVE-2004-1224 version (mtr, fixed after 0.65) ### CVE-2004-1200 ignore (firefox, mozilla) not a security issue CVE-2004-1191 version (kernel, fixed 2.6.9) ### CVE-2004-1190 version (kernel, fixed 2.6.10) ### CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### CVE-2004-1184 version (enscript, fixed 1.6.4 at least) ### CVE-2004-1183 version (libtiff, fixed 3.7.2) ### CVE-2004-1180 version (rwho, fixed 0.17) ### CVE-2004-1177 version (mailman, fixed 2.1.6) CVE-2004-1176 version (mc, fixed 4.6.0) CVE-2004-1175 version (mc, fixed 4.6.0) CVE-2004-1174 version (mc, fixed 4.6.0) CVE-2004-1171 version (kdelibs, not 3.4) CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) ### CVE-2004-1145 version (kde, not 3.4) ### CVE-2004-1144 version (kernel, not 2.6) ### CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) CVE-2004-1138 version (vim, fixed 6.3) ### CVE-2004-1137 version (kernel, fixed 2.6.10) ### CVE-2004-1125 version (xpdf, fixed 3.0.1) CVE-2004-1125 version (tetex, at least 3.0) ### CVE-2004-1125 version (kdegraphics, not 3.4) CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) ### CVE-2004-1093 version (mc, fixed 4.6.0) CVE-2004-1092 version (mc, fixed 4.6.0) CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### CVE-2004-1074 version (kernel, fixed 2.6.10) ### CVE-2004-1073 version (kernel, fixed 2.6.10) ### CVE-2004-1072 version (kernel, fixed 2.6.10) ### CVE-2004-1071 version (kernel, fixed 2.6.10) ### CVE-2004-1070 version (kernel, fixed 2.6.10) ### CVE-2004-1069 version (kernel, fixed 2.6.10) ### CVE-2004-1068 version (kernel, fixed 2.6.10) ### CVE-2004-1065 version (php, fixed after 5.0.2) CVE-2004-1064 version (php, fixed after 5.0.2) CVE-2004-1063 version (php, fixed after 5.0.2) CVE-2004-1060 version (kernel) all verifies sequence number ### CVE-2004-1058 version (kernel, fixed 2.6.9) ### CVE-2004-1057 version (kernel, fixed 2.6.10) ### CVE-2004-1056 version (kernel, fixed 2.6.10) ### CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) CVE-2004-1018 version (php, fixed after 5.0.2) CVE-2004-1017 version (kernel, fixed 2.6.10) ### CVE-2004-1016 version (kernel, fixed 2.6.10) ### CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) CVE-2004-1006 version (dhcp, not 3) ### CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) ### CVE-2004-0996 backport (cscope) not fixed in 15.5 ### CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### CVE-2004-0989 version (libxml2, fixed 2.6.15) CVE-2004-0986 version (iptables, fixed 1.2.12) ### CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) CVE-2004-0974 version (netatalk, fixed 2.0.1) ### CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) ### CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### CVE-2004-0970 version (gzip) ### CVE-2004-0969 version (groff, fixed 1.18.1.1) ### CVE-2004-0968 version (glibc, fixed 2.3.5 at least) CVE-2004-0967 version (ghostscript, fixed 8.15.1) CVE-2004-0966 version (gettext, fixed 0.14.3 at least) ### CVE-2004-0961 version (freeradius, fixed 1.0.1) CVE-2004-0960 version (freeradius, fixed 1.0.1) CVE-2004-0959 version (php, fixed 4.3.9) CVE-2004-0958 version (php, fixed 4.3.9) CVE-2004-0957 version (mysql, fixed 4.0.21) CVE-2004-0956 version (mysql, fixed 4.0.20) CVE-2004-0946 version (nfs-utils, fixed 1.0.6-r6) CVE-2004-0942 version (httpd, not 2.2) CVE-2004-0941 backport (gd) ### CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) CVE-2004-0929 version (libtiff, fixed 3.7.0) ### CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### CVE-2004-0914 backport (openmotif) ### CVE-2004-0909 version (thunderbird) ### CVE-2004-0909 version (mozilla) ### CVE-2004-0909 version (firefox) ### CVE-2004-0908 version (mozilla, fixed 1.7.3) ### CVE-2004-0907 version (thunderbird) ### CVE-2004-0907 version (mozilla) ### CVE-2004-0907 version (firefox) ### CVE-2004-0906 version (thunderbird) ### CVE-2004-0906 version (mozilla) ### CVE-2004-0906 version (firefox) ### CVE-2004-0905 version (mozilla, fixed 1.7.3) ### CVE-2004-0904 version (mozilla, fixed 1.7.3) ### CVE-2004-0903 version (mozilla, fixed 1.7.3) ### CVE-2004-0902 version (mozilla, fixed 1.7.3) ### CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (tetex, fixed 3.0) ### CVE-2004-0888 version (kpdegraphics, not 3.4) ### CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) ### CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### CVE-2004-0883 version (kernel, fixed 2.6.11) ### CVE-2004-0883 version (kernel, fixed 2.6.11) ### CVE-2004-0882 version (samba, fixed 3.0.8) CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix CVE-2004-0867 version (firefox, after 0.9.2) ### CVE-2004-0837 version (mysql, fixed 4.0.21) CVE-2004-0836 version (mysql, fixed 4.0.21) CVE-2004-0835 version (mysql, fixed 4.1.2) CVE-2004-0832 version (squid, fixed 2.5.STABLE7) CVE-2004-0829 version (samba, fixed 2.2.11) CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) CVE-2004-0826 version (nss, fixed 3.9.2) ### CVE-2004-0823 version (openldap, fixed after 2.1.19) ### CVE-2004-0816 version (kernel, fixed 2.6.8) ### CVE-2004-0815 version (samba, fixed 3.0.2a) CVE-2004-0814 version (kernel, fixed 2.6.9) ### CVE-2004-0813 version (kernel, fixed 2.6.8) ### CVE-2004-0812 version (kernel, not 2.6) ### CVE-2004-0811 version (httpd, not 2.2) CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) CVE-2004-0807 version (samba, fixed 3.0.7) CVE-2004-0806 version (cdrtools, fixed 2.0.1) ### CVE-2004-0804 version (libtiff, fixed after 3.6.1) ### CVE-2004-0804 version (kdegraphics) CVE-2004-0803 version (libtiff, fixed after 3.6.1) ### CVE-2004-0803 version (kdegraphics) CVE-2004-0801 version (foomatic, fixed 3.0.2) CVE-2004-0797 version (zlib, fixed 1.2.2.2 at least) CVE-2004-0797 version (zlib) CVE-2004-0796 version (spamassassin, fixed 2.64) CVE-2004-0792 version (rsync, fixed 2.6.3) CVE-2004-0791 version (kernel, fixed 2.6.9) ### CVE-2004-0790 version (kernel) doesn't affect linux 2.6 ### CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0786 version (apr-util, fixed 2.0.51) ### CVE-2004-0785 version (gaim, fixed 0.82) CVE-2004-0784 version (gaim, fixed 0.82) CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0779 version (thunderbird) ### CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) CVE-2004-0771 backport (lha, changelog) ### CVE-2004-0769 backport (lha, changelog) ### CVE-2004-0768 version (libpng, fixed 1.2.6) CVE-2004-0765 version (mozilla, fixed 1.7) ### CVE-2004-0764 version (mozilla, fixed 1.7) ### CVE-2004-0763 version (mozilla, fixed 1.7.2) ### CVE-2004-0762 version (mozilla, fixed 1.7) ### CVE-2004-0761 version (mozilla, fixed 1.7) ### CVE-2004-0760 version (mozilla, fixed 1.7.2) ### CVE-2004-0759 version (mozilla, fixed 1.7) ### CVE-2004-0758 version (mozilla, fixed 1.7.2) ### CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) CVE-2004-0753 version (gtk2, fixed after 2.2.4) ### CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) ### CVE-2004-0751 version (httpd, not 2.2) CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) ### CVE-2004-0749 version (subversion, fixed 1.0.8) ### CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) ### CVE-2004-0745 backport (lha) ### CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### CVE-2004-0693 version (qt, fixed 3.3.3) ### CVE-2004-0692 version (qt, fixed 3.3.3) ### CVE-2004-0691 version (qt, fixed 3.3.3) ### CVE-2004-0690 version (kdelibs, fixed after 3.2.3) CVE-2004-0689 version (kdelibs, fixed 3.3.0) CVE-2004-0688 version (openmotif) ### CVE-2004-0687 version (openmotif) ### CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) ### CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) ### CVE-2004-0648 version (mozilla) ### CVE-2004-0648 version (firefox) ### CVE-2004-0644 version (krb5, fixed after 1.3.4) CVE-2004-0643 version (krb5, fixed after 1.3.1) CVE-2004-0642 version (krb5, fixed after 1.3.4) CVE-2004-0639 version (squirrelmail, fixed after 1.2.10) CVE-2004-0635 version (wireshark, fixed 0.10.5) CVE-2004-0634 version (wireshark, fixed 0.10.5) CVE-2004-0633 version (wireshark, fixed 0.10.5) CVE-2004-0628 version (mysql, fixed 4.1.3) CVE-2004-0627 version (mysql, fixed 4.1.3) CVE-2004-0626 version (kernel, fixed 2.6.8) ### CVE-2004-0619 version (kernel) no driver ### CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) CVE-2004-0599 version (mozilla, fixed 1.7.2) ### CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) CVE-2004-0597 version (mozilla, fixed 1.7.2) ### CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) CVE-2004-0592 version (kernel, not upstream flaw) ### CVE-2004-0587 version (kernel) not upstream flaw ### CVE-2004-0558 version (cups, fixed 1.1.21) CVE-2004-0557 version (sox, fixed after 12.17.4) CVE-2004-0554 version (kernel, fixed 2.6.7) ### CVE-2004-0548 ignore (aspell, not fixed 0.50.5) not a security issue CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) CVE-2004-0535 version (kernel, fixed 2.6.6) ### CVE-2004-0527 version (konqueror, not 3+) ### CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) CVE-2004-0520 version (squirrelmail, fixed 1.4.3a) CVE-2004-0519 version (squirrelmail, fixed 1.4.3a) CVE-2004-0507 version (wireshark, fixed 0.10.4) CVE-2004-0506 version (wireshark, fixed 0.10.4) CVE-2004-0505 version (wireshark, fixed 0.10.4) CVE-2004-0504 version (wireshark, fixed 0.10.4) CVE-2004-0500 version (gaim, fixed 0.82) CVE-2004-0497 version (kernel, fixed 2.6.8) ### CVE-2004-0496 version (kernel, fixed 2.6.8) ### CVE-2004-0495 version (kernel, fixed 2.6.8) ### CVE-2004-0494 version (mc, fixed 4.6.1) CVE-2004-0493 version (httpd, not 2.2) CVE-2004-0492 version (httpd, not 2.2) CVE-2004-0491 version (kernel, not upstream) ### CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) CVE-2004-0447 version (kernel, fixed 2.6.5) ### CVE-2004-0427 version (kernel, fixed 2.6.6) ### CVE-2004-0426 version (rsync, fixed 2.6.1) CVE-2004-0424 version (kernel, fixed 2.6.4) ### CVE-2004-0421 version (libpng, fixed 1.0.16) CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) CVE-2004-0415 version (kernel, fixed 2.6.8) ### CVE-2004-0414 version (cvs, fixed 1.11.17) CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) CVE-2004-0411 version (kdelibs, fixed 3.3) CVE-2004-0409 version (xchat, fixed after 2.0.8) CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed 20040408a) ### CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) ### CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability ### CVE-2004-0392 version (racoon, fixed 20040407b) ### CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) CVE-2004-0367 version (wireshark, fixed 0.10.3) CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) CVE-2004-0256 version (libtool, fixed 1.5.2) ### CVE-2004-0235 backport (lha, changelog) ### CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) ### CVE-2004-0228 version (kernel, fixed 2.6.6) ### CVE-2004-0226 version (mc, fixed 4.6.0) CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) CVE-2004-0186 version (samba, not 3.0.2a) CVE-2004-0184 version (tcpdump, fixed 3.8.2) CVE-2004-0183 version (tcpdump, fixed 3.8.2) CVE-2004-0182 version (mailman) only affected Red Hat packages CVE-2004-0181 version (kernel, fixed 2.6.5) ### CVE-2004-0180 version (cvs, fixed 1.11.15) CVE-2004-0179 version (openoffice.org) ### CVE-2004-0179 version (neon, fixed 0.24.5) CVE-2004-0178 version (kernel, not 2.6) ### CVE-2004-0177 version (kernel, fixed 2.6.6) ### CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) CVE-2004-0164 version (racoon) ### CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) ### CVE-2004-0138 version (kernel, fixed 2.6.0) ### CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) CVE-2004-0110 version (libxml2, fixed 2.6.6) CVE-2004-0109 version (kernel, fixed 2.6.6) ### CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) CVE-2004-0106 version (XFree86) ### CVE-2004-0098 version (php) CVE-2004-0097 version (pwlib, fixed 1.6.0) CVE-2004-0096 version (mod_python, fixed after 2.7.9) CVE-2004-0094 version (XFree86, fixed 4.3.0) ### CVE-2004-0093 version (XFree86, fixed 4.3.0) ### CVE-2004-0084 version (XFree86) ### CVE-2004-0083 version (XFree86) ### CVE-2004-0082 version (samba, fixed 3.0.2) CVE-2004-0081 version (openssl097a, not 0.9.7) CVE-2004-0081 version (openssl, not 0.9.8) CVE-2004-0080 version (util-linux, fixed after 2.11f) CVE-2004-0079 version (openssl, not 0.9.8) CVE-2004-0079 backport (openssl097a, fixed 0.9.7c) CVE-2004-0078 version (mutt, fixed 1.4.2) CVE-2004-0077 version (kernel, fixed 2.6.3) ### CVE-2004-0075 version (kernel, not 2.6) ### CVE-2004-0057 version (tcpdump, fixed 3.8.2) CVE-2004-0055 version (tcpdump, fixed 3.8.2) CVE-2004-0042 ignore (vsftpd) disputed CVE-2004-0010 version (kernel, not 2.6) ### CVE-2004-0008 version (gaim, fixed 0.75) CVE-2004-0007 version (gaim, fixed 0.75) CVE-2004-0006 version (gaim, fixed 0.76) CVE-2004-0005 version (gaim, fixed 0.76) CVE-2004-0003 version (kernel, not 2.6) ### CVE-2004-0001 version (kernel, not 2.6) ### CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) ### CVE-2003-1138 backport (httpd, Red Hat only) contains /+ now CVE-2003-1029 version (tcpdump, fixed after 3.8.1) CVE-2003-1023 version (mc, 4.6.1) CVE-2003-1013 version (wireshark, fixed 0.10.0) CVE-2003-1012 version (wireshark, fixed 0.10.0) CVE-2003-0993 version (httpd, not 2.2) CVE-2003-0992 version (mailman, fixed 2.1.4) CVE-2003-0992 version (mailman, fixed 2.1.3) CVE-2003-0991 version (mailman, fixed 2.0.14) CVE-2003-0990 version (squirrelmail, fixed after 1.4.0) CVE-2003-0989 version (tcpdump, fixed 3.8.1) CVE-2003-0989 version (tcpdump, fixed 3.8.1) CVE-2003-0988 version (kdepim, fixed 3.1.5) CVE-2003-0988 version (kde, fixed 3.1.5) CVE-2003-0987 version (httpd, not 2.2) CVE-2003-0986 version (kernel, fixed 2.6.2) ### CVE-2003-0985 version (kernel, not 2.6) ### CVE-2003-0984 version (kernel, fixed 2.4.23) ### CVE-2003-0977 version (cvs, fixed 1.11.10) CVE-2003-0973 version (mod_python, fixed 3.0.4) CVE-2003-0972 version (screen, fixed after 4.0.1) CVE-2003-0971 version (gnupg, fixed after 1.0.2) CVE-2003-0968 version (freeradius, fixed after 0.9.3) CVE-2003-0967 version (freeradius, fixed after 0.9.2) CVE-2003-0965 version (mailman, fixed 2.1.4) CVE-2003-0963 version (lftp, fixed after 2.6.9) CVE-2003-0962 version (rsync, fixed 2.5.7) CVE-2003-0961 version (kernel, fixed 2.4.23) ### CVE-2003-0959 version (kernel, fixed 2.4.21) ### CVE-2003-0956 version (kernel, fixed 2.4.22) ### CVE-2003-0935 version (net-snmp, fixed 5.0.9) CVE-2003-0927 version (wireshark, fixed 0.9.16) CVE-2003-0926 version (wireshark, fixed 0.9.16) CVE-2003-0925 version (wireshark, fixed 0.9.16) CVE-2003-0924 version (netpbm, fixed 9.26) CVE-2003-0914 version (bind, not 9) CVE-2003-0901 version (postgresql, not 8) CVE-2003-0900 version (perl, only 5.8.1) CVE-2003-0865 version (tomcat, fixed after 4.0.3) CVE-2003-0863 ignore (php) http://lists.nyphp.org/pipermail/talk/2003-November/006392.html CVE-2003-0861 version (php, fixed 4.3.3) CVE-2003-0860 version (php, fixed 4.3.3) CVE-2003-0859 version (glibc, checked fc5 source) CVE-2003-0858 version (quagga, fixed 0.95) CVE-2003-0856 version (iproute) CVE-2003-0854 version (coreutils, fixed 5.1.3) CVE-2003-0853 version (coreutils, fixed 5.1.3) CVE-2003-0851 version (openssl097a, not 0.9.7) CVE-2003-0851 version (openssl, not 0.9.8) CVE-2003-0795 version (quagga, fixed 0.96.4) CVE-2003-0794 version (gdm, fixed 2.4.1.7) CVE-2003-0793 version (gdm, fixed 2.4.1.7) CVE-2003-0792 version (fetchmail, 6.2.4 only) CVE-2003-0791 version (mozilla, not after 1.4) ### CVE-2003-0789 version (httpd, not 2.2) CVE-2003-0788 version (cups, fixed 1.1.19) CVE-2003-0787 version (openssh, fixed 3.7.1p2) CVE-2003-0786 version (openssh, fixed 3.7.1p2) CVE-2003-0780 version (mysql, not 4.1) CVE-2003-0778 version (sane-backends, fixed 1.0.10) CVE-2003-0777 version (sane-backends, fixed 1.0.10) CVE-2003-0776 version (sane-backends, fixed 1.0.10) CVE-2003-0775 version (sane-backends, fixed 1.0.10) CVE-2003-0774 version (sane-backends, fixed 1.0.10) CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### CVE-2003-0700 version (kernel, not 2.6) ### CVE-2003-0699 version (kernel, not 2.6) ### CVE-2003-0695 version (openssh, fixed 3.7.1) CVE-2003-0694 version (sendmail, fixed 8.12.10) CVE-2003-0693 version (openssh, fixed 3.7) CVE-2003-0692 version (kde, fixed after 3.1.3) CVE-2003-0690 version (kde, fixed after 3.1.3) CVE-2003-0689 version (glibc, fixed 2.3.2 at least) CVE-2003-0688 version (sendmail, fixed 8.12.9) CVE-2003-0686 version (pam_smb, fixed 1.1.7) CVE-2003-0682 version (openssh, fixed 4.0p1 at least) CVE-2003-0681 version (sendmail, fixed 8.12.10) CVE-2003-0655 version (cdrtools, fixed 2.01a18) CVE-2003-0644 version (kdbg, not after 1.2.8) CVE-2003-0643 version (kernel, not 2.6) ### CVE-2003-0619 version (kernel, not 2.6) ### CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable CVE-2003-0552 version (kernel, not 2.6) ### CVE-2003-0551 version (kernel, not 2.6) ### CVE-2003-0550 version (kernel, not 2.6) ### CVE-2003-0549 version (gdm, fixed 2.4.1.6) CVE-2003-0548 version (gdm, fixed 2.4.1.6) CVE-2003-0547 version (gdm, fixed 2.4.1.6) CVE-2003-0545 version (openssl, not 0.9.8) CVE-2003-0545 backport (openssl097a, fixed 0.9.7c) CVE-2003-0544 version (openssl, not 0.9.8) CVE-2003-0544 backport (openssl097a, fixed 0.9.7c) CVE-2003-0543 version (openssl, not 0.9.8) CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, not 2.2) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) CVE-2003-0501 version (kernel, fixed 2.6.1) ### CVE-2003-0476 version (kernel, fixed 2.6.1) ### CVE-2003-0468 version (postfix, fixed 1.1.12) CVE-2003-0467 version (kernel, not 2.6) ### CVE-2003-0465 version (kernel, not 2.6) ### CVE-2003-0464 version (kernel, not 2.6) ### CVE-2003-0462 version (kernel, fixed 2.6.1) ### CVE-2003-0461 version (kernel, fixed 2.6.1) ### CVE-2003-0459 version (kdelibs, not 3.2) CVE-2003-0455 version (ImageMagick) CVE-2003-0442 version (php, fixed 4.3.2) CVE-2003-0434 version (xpdf, fixed 2.02pl1) CVE-2003-0432 version (wireshark, fixed after 0.9.12) CVE-2003-0431 version (wireshark, fixed after 0.9.12) CVE-2003-0430 version (wireshark, fixed after 0.9.12) CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) CVE-2003-0427 backport (mikmod) ### CVE-2003-0418 version (kernel, not 2.6) ### CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) CVE-2003-0367 backport (gzip) ### CVE-2003-0364 version (kernel, not 2.6) ### CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) CVE-2003-0354 version (ghostscript, fixed 7.07) CVE-2003-0328 version (epic, fixed epic4-2.2 at least) CVE-2003-0300 ignore (sylpheed) only a crasher CVE-2003-0299 ignore (mutt) only a crasher CVE-2003-0298 version (mozilla, fixed after 1.4a) ### CVE-2003-0296 version (evolution, fixed 1.4.5 at least) CVE-2003-0289 version (cdrtools, fixed 2.01a14) CVE-2003-0282 version (unzip, fixed 5.51) CVE-2003-0255 version (gnupg, fixed 1.2.2) CVE-2003-0253 version (httpd, not 2.2) CVE-2003-0252 version (nfs-utils, fixed 1.0.4) CVE-2003-0251 version (ypserv, fixed 2.7) CVE-2003-0249 ignore (php) see CVE CVE-2003-0248 version (kernel, not 2.6) ### CVE-2003-0247 version (kernel, not 2.6) ### CVE-2003-0246 version (kernel, not 2.6) ### CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0244 version (kernel, not 2.6) ### CVE-2003-0211 version (xinetd, fixed 2.3.11) CVE-2003-0204 version (kde, fixed after 3.1.1) CVE-2003-0201 version (samba, fixed 2.2.8a) CVE-2003-0196 version (samba, fixed 2.2.8a) CVE-2003-0195 version (cups, fixed 1.1.19) CVE-2003-0194 version (tcpdump, not upstream) CVE-2003-0192 version (httpd, not 2.2) CVE-2003-0190 version (openssh, fixed 3.6.1p1) CVE-2003-0189 version (httpd, not 2.2) CVE-2003-0188 version (lv, fixed 4.51 at least) CVE-2003-0187 version (kernel, not 2.6) ### CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) CVE-2003-0165 version (eog, fixed 2.2.2??) ### CVE-2003-0161 version (sendmail, fixed 8.12.9) CVE-2003-0160 version (squirrelmail, fixed 1.2.11) CVE-2003-0159 version (wireshark, fixed after 0.9.9) CVE-2003-0150 version (mysql, fixed 3.23.56) CVE-2003-0147 version (openssl, not 0.9.8) CVE-2003-0147 backport (openssl097a, fixed 0.9.7b) CVE-2003-0146 version (netpbm, fixed 10.18) CVE-2003-0145 version (tcpdump, fixed 3.7.2) CVE-2003-0140 version (mutt, fixed 1.4.1) CVE-2003-0139 version (krb5, fixed 1.3) CVE-2003-0138 version (krb5, fixed 1.3) CVE-2003-0135 version (vsftpd, not upstream) CVE-2003-0133 version (evolution, fixed 1.2.4) CVE-2003-0132 version (httpd, not 2.2) CVE-2003-0131 version (openssl, not 0.9.8) CVE-2003-0131 backport (openssl097a, fixed 0.9.7b) CVE-2003-0130 version (evolution, fixed 1.2.3) CVE-2003-0129 version (evolution, fixed 1.2.3) CVE-2003-0128 version (evolution, fixed 1.2.3) CVE-2003-0127 version (kernel, not 2.6) ### CVE-2003-0124 version (man, fixed 1.5l) CVE-2003-0108 version (tcpdump, fixed after 3.7.1) CVE-2003-0107 version (zlib, fixed 1.2.0.2 at least) CVE-2003-0102 version (file, fixed 3.41) CVE-2003-0097 version (php, fixed 4.3.1) CVE-2003-0093 version (tcpdump, fixed 3.7.2) CVE-2003-0086 version (samba, fixed 2.2.8) CVE-2003-0085 version (samba, fixed 2.2.8) CVE-2003-0083 version (httpd, not 2.2) CVE-2003-0082 version (krb5, fixed after 1.2.7) CVE-2003-0081 version (wireshark, fixed after 0.9.9) CVE-2003-0078 version (openssl097a, fixed 0.9.7a) CVE-2003-0078 version (openssl, not 0.9.8) CVE-2003-0073 version (mysql, fixed 3.23.55) CVE-2003-0072 version (krb5, fixed after 1.2.7) CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) ### CVE-2003-0070 version (vte, fixed 0.11.1 at least) CVE-2003-0063 version (xorg-x11, fixed at least in 4.2.99) ### CVE-2003-0060 version (krb5, fixed 1.2.5) CVE-2003-0059 version (krb5, fixed 1.2.5) CVE-2003-0058 version (krb5, fixed 1.2.5) CVE-2003-0044 version (tomcat, fixed after 3.3.1a) CVE-2003-0043 version (tomcat, fixed 3.3.1a) CVE-2003-0041 version (krb5, fixed after 1.2.7) CVE-2003-0038 version (mailman, fixed 2.0.13 at least) CVE-2003-0028 version (krb5, fixed after 1.2.7) CVE-2003-0028 version (glibc, fixed after 2.3.1) CVE-2003-0026 version (dhcp, fixed 3.0.1) CVE-2003-0020 version (httpd, not 2.2) CVE-2003-0019 version (kernel-utils, not upstream) CVE-2003-0018 version (kernel, not 2.6) ### CVE-2003-0017 version (httpd, not 2.2) CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) CVE-2003-0001 version (kernel, not 2.6) ### older, happened to deal with at same time: CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) CVE-2002-2211 ** bind ### CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) ### CVE-2002-2103 version (httpd, not 2.0) CVE-2002-1963 version (kernel, not 2.6) ### CVE-2002-1976 ignore (ifconfig) "use ip" CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (bonobo) not shipped setuid ### CVE-2002-1793 version (mod_ssl), also only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1573 version (kernel, not 2.6) ### CVE-2002-1572 version (kernel, not 2.6) ### CVE-2002-1571 version (kernel, not 2.6) ### CVE-2002-1510 version (XFree86, fixed 4.2.0) ### CVE-2002-1472 version (XFree86, fixed 4.2.1) ### CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-0517 version (XFree86, didn't affect Linux) ### CVE-2002-0164 version (XFree86, fixed 4.2.1) ### CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) ### CVE-2001-0474 version (mesa, fixed 3.3-14) CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) ### CVE-1999-1572 backport (cpio) ### From fedora-extras-commits at redhat.com Mon Aug 14 13:42:32 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 06:42:32 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.4,1.5 Message-ID: <200608141342.k7EDgYPW005532@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5515 Modified Files: ktorrent.spec Log Message: Increase release value to 3 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktorrent.spec 14 Aug 2006 03:56:40 -0000 1.4 +++ ktorrent.spec 14 Aug 2006 13:42:32 -0000 1.5 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,7 +126,7 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog -* Mon Aug 14 2006 Roland Wolters 2.0-2 +* Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file * Wed Aug 09 2006 Roland Wolters 2.0-1 From fedora-extras-commits at redhat.com Mon Aug 14 14:15:14 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 07:15:14 -0700 Subject: rpms/nip2/FC-5 .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141415.k7EEFGkb008394@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8371 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 14:15:13 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 14:15:13 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 14:15:13 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 14:15:13 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:08:58 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 08:08:58 -0700 Subject: rpms/nip2/FC-4 .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141509.k7EF9039011239@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11216 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 15:08:58 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 15:08:58 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 15:08:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 15:08:58 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:09:48 2006 From: fedora-extras-commits at redhat.com (Adam Goode (agoode)) Date: Mon, 14 Aug 2006 08:09:48 -0700 Subject: rpms/nip2/devel .cvsignore, 1.2, 1.3 nip2.desktop, 1.1, 1.2 nip2.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608141509.k7EF9o0o011279@cvs-int.fedora.redhat.com> Author: agoode Update of /cvs/extras/rpms/nip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11256 Modified Files: .cvsignore nip2.desktop nip2.spec sources Log Message: fix help location in program, add semicolon to Category entry Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 23:10:57 -0000 1.2 +++ .cvsignore 14 Aug 2006 15:09:48 -0000 1.3 @@ -1 +1,2 @@ nip2-7.10.20.tar.gz +nip2-7.10.20-guidedir.patch Index: nip2.desktop =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/nip2.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.desktop 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.desktop 14 Aug 2006 15:09:48 -0000 1.2 @@ -6,5 +6,5 @@ Exec=nip2 %F Icon=nip2.png Terminal=false -Categories=Graphics +Categories=Graphics; Version=7.10.20 Index: nip2.spec =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/nip2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nip2.spec 1 Aug 2006 23:10:57 -0000 1.1 +++ nip2.spec 14 Aug 2006 15:09:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: nip2 Version: 7.10.20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interactive tool for working with large images Group: Applications/Multimedia @@ -8,6 +8,8 @@ URL: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz Source1: nip2.desktop +Patch1: nip2-7.10.20-guidedir.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vips-devel gtk2-devel shared-mime-info gnome-icon-theme @@ -32,6 +34,9 @@ %prep %setup -q +# fix location of help in program to look in correct path +%patch -P 1 -p1 -b .guidedir + %build %configure @@ -101,6 +106,10 @@ %changelog +* Sun Aug 13 2006 Adam Goode - 7.10.20-2 +- Fix location of documentation in program so help works +- Semicolon-terminate Category entry in desktop file + * Sat Jul 22 2006 Adam Goode - 7.10.20-1 - New upstream release - Updated for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nip2/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 23:10:57 -0000 1.2 +++ sources 14 Aug 2006 15:09:48 -0000 1.3 @@ -1 +1,2 @@ c60c36f5232dcebba5f0cbe9531e56fd nip2-7.10.20.tar.gz +7f790dccd9c0ba7dea6a6815315db1d1 nip2-7.10.20-guidedir.patch From fedora-extras-commits at redhat.com Mon Aug 14 15:27:15 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:15 -0700 Subject: rpms/dates - New directory Message-ID: <200608141527.k7EFRHA3011449@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11428/dates Log Message: Directory /cvs/extras/rpms/dates added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 15:27:15 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:15 -0700 Subject: rpms/dates/devel - New directory Message-ID: <200608141527.k7EFRHTH011452@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11428/dates/devel Log Message: Directory /cvs/extras/rpms/dates/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 15:27:28 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:28 -0700 Subject: rpms/dates Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608141527.k7EFRUS4011506@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11473 Added Files: Makefile import.log Log Message: Setup of module dates --- NEW FILE Makefile --- # Top level Makefile for module dates all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 15:27:28 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:28 -0700 Subject: rpms/dates/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608141527.k7EFRUoI011509@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11473/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module dates --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 15:27:47 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:47 -0700 Subject: rpms/dates/devel dates.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608141527.k7EFRnbT011575@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11537/devel Modified Files: .cvsignore sources Added Files: dates.spec Log Message: auto-import dates-0.1-1.20060813svn.fc6 on branch devel from dates-0.1-1.20060813svn.fc6.src.rpm --- NEW FILE dates.spec --- Name: dates Version: 0.1 Release: 1.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity License: GPL URL: http://projects.o-hand.com/dates #Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: libglade2-devel >= 2.0.0 BuildRequires: evolution-data-server-devel >= 1.2.0 BuildRequires: desktop-file-utils # Needed for svn snapshot BuildRequires: automake gnome-common libtool intltool gettext %description Dates is a small, lightweight calendar that uses Evolution Data Server as a backend. Dates features an innovative, unified, zooming view and is designed for use on primarily hand-held devices. It features both a ???vanilla??? GTK user interface and tailored support for the Nokia 770 maemo interface. %package devel Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel This package provides the necessary development libraries and include files to allow you to develop with dates. %prep %setup -n %{name}-%{version}svn -q %build ./autogen.sh %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop # Don't package .a or .la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} chmod 0755 $RPM_BUILD_ROOT%{_libdir}/* %find_lang Dates %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi /sbin/ldconfig %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi /sbin/ldconfig %files -f Dates.lang %defattr(-,root,root,-) %doc COPYING ChangeLog %{_datadir}/icons/hicolor/*/apps/dates.png %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/%{name} %{_libdir}/libgtkdatesview.so.* %files devel %defattr(-,root,root) %{_includedir}/gtkdatesview/*.h %{_libdir}/pkgconfig/* %{_libdir}/libgtkdatesview.so %changelog * Sun Aug 11 2006 Jesse Keating - 0.1-1.20060813svn - Initial package for review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dates/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 15:27:28 -0000 1.1 +++ .cvsignore 14 Aug 2006 15:27:47 -0000 1.2 @@ -0,0 +1 @@ +dates-0.1svn.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/dates/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 15:27:28 -0000 1.1 +++ sources 14 Aug 2006 15:27:47 -0000 1.2 @@ -0,0 +1 @@ +6a8acb77f7e907d846669efd3e564208 dates-0.1svn.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 15:27:46 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:27:46 -0700 Subject: rpms/dates import.log,1.1,1.2 Message-ID: <200608141527.k7EFRmpE011570@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11537 Modified Files: import.log Log Message: auto-import dates-0.1-1.20060813svn.fc6 on branch devel from dates-0.1-1.20060813svn.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/dates/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 15:27:27 -0000 1.1 +++ import.log 14 Aug 2006 15:27:46 -0000 1.2 @@ -0,0 +1 @@ +dates-0_1-1_20060813svn_fc6:HEAD:dates-0.1-1.20060813svn.fc6.src.rpm:1155569473 From fedora-extras-commits at redhat.com Mon Aug 14 15:37:02 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Mon, 14 Aug 2006 08:37:02 -0700 Subject: rpms/dates/devel dates.spec,1.1,1.2 Message-ID: <200608141537.k7EFb4AT011650@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11633 Modified Files: dates.spec Log Message: make: `clog' is up to date. Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dates.spec 14 Aug 2006 15:27:47 -0000 1.1 +++ dates.spec 14 Aug 2006 15:37:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: dates Version: 0.1 -Release: 1.20060813svn%{?dist} +Release: 2.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity @@ -31,7 +31,7 @@ Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: pkgconfig +Requires: pkgconfig glib2-devel gtk2-devel evolution-data-server-devel %description devel @@ -105,5 +105,8 @@ %changelog -* Sun Aug 11 2006 Jesse Keating - 0.1-1.20060813svn +* Mon Aug 14 2006 Jesse Keating - 0.1-2.20060813svn +- Add some requires to -devel based on .pc contents + +* Sun Aug 13 2006 Jesse Keating - 0.1-1.20060813svn - Initial package for review From fedora-extras-commits at redhat.com Mon Aug 14 16:14:38 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:14:38 -0700 Subject: rpms/libupnp import.log,1.10,1.11 Message-ID: <200608141614.k7EGEe81014502@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch devel from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 26 Jun 2006 18:27:49 -0000 1.10 +++ import.log 14 Aug 2006 16:14:38 -0000 1.11 @@ -7,3 +7,4 @@ libupnp-1_4_0-1:HEAD:libupnp-1.4.0-1.src.rpm:1151045935 libupnp-1_4_0-2:HEAD:libupnp-1.4.0-2.src.rpm:1151097295 libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 +libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 From fedora-extras-commits at redhat.com Mon Aug 14 16:14:39 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:14:39 -0700 Subject: rpms/libupnp/devel .cvsignore, 1.4, 1.5 libupnp.spec, 1.7, 1.8 sources, 1.4, 1.5 libupnparch.diff, 1.2, NONE Message-ID: <200608141614.k7EGEfcf014508@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14469/devel Modified Files: .cvsignore libupnp.spec sources Removed Files: libupnparch.diff Log Message: auto-import libupnp-1.4.1-1 on branch devel from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Jun 2006 06:58:57 -0000 1.4 +++ .cvsignore 14 Aug 2006 16:14:39 -0000 1.5 @@ -1,2 +1 @@ -UPnP_1_4_0_Programming_Guide.pdf -libupnp-1.4.0.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libupnp.spec 26 Jun 2006 18:27:50 -0000 1.7 +++ libupnp.spec 14 Aug 2006 16:14:39 -0000 1.8 @@ -1,13 +1,11 @@ -Version: 1.4.0 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 3%{?dist} +Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz -Source1: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/UPnP_1_4_0_Programming_Guide.pdf -Patch0: libupnparch.diff Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define docdir %{_docdir}/%{name}-%{version}-%{release} @@ -29,29 +27,27 @@ %prep %setup -q -%patch0 -p1 - -#chmod 644 {LICENSE,README} %build -%configure --with-docdir=%{docdir}/ +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -#delete the empty pdf -%{__rm} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf #create the doc devel dir %{__mkdir_p} %{buildroot}%{docdeveldir} -#mv examples dir to he doc devel dir +#mv examples dir and pdf file to the doc devel dir %{__mv} %{buildroot}%{docdir}/examples \ %{buildroot}%{docdeveldir}/ - -#install the right pdf in the doc devel dir -install -D -m0644 %{SOURCE1} %{buildroot}%{docdeveldir}/UPnP_1_4_0_Programming_Guide.pdf +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ %{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} @@ -82,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + * Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 - modified patch for x86_64 arch Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Jun 2006 06:58:57 -0000 1.4 +++ sources 14 Aug 2006 16:14:39 -0000 1.5 @@ -1,2 +1 @@ -4d8e49398a277ed83391e56bbf7e6831 UPnP_1_4_0_Programming_Guide.pdf -581c8017dc1b36d29ba034ce1e178c83 libupnp-1.4.0.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz --- libupnparch.diff DELETED --- From fedora-extras-commits at redhat.com Mon Aug 14 16:25:25 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:25:25 -0700 Subject: rpms/libupnp import.log,1.11,1.12 Message-ID: <200608141625.k7EGPwGu014663@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14629 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-5 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 14 Aug 2006 16:14:38 -0000 1.11 +++ import.log 14 Aug 2006 16:25:25 -0000 1.12 @@ -8,3 +8,4 @@ libupnp-1_4_0-2:HEAD:libupnp-1.4.0-2.src.rpm:1151097295 libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 +libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 From fedora-extras-commits at redhat.com Mon Aug 14 16:25:26 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:25:26 -0700 Subject: rpms/libupnp/FC-5 .cvsignore, 1.3, 1.4 libupnp.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608141625.k7EGPwZh014668@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14629/FC-5 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-5 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:00:15 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:25:26 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/libupnp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libupnp.spec 6 Mar 2006 17:00:15 -0000 1.4 +++ libupnp.spec 14 Aug 2006 16:25:26 -0000 1.5 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:00:15 -0000 1.3 +++ sources 14 Aug 2006 16:25:26 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:27:39 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:27:39 -0700 Subject: rpms/libupnp import.log,1.12,1.13 Message-ID: <200608141627.k7EGRfnl014767@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14734 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-4 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 14 Aug 2006 16:25:25 -0000 1.12 +++ import.log 14 Aug 2006 16:27:39 -0000 1.13 @@ -9,3 +9,4 @@ libupnp-1_4_0-3:HEAD:libupnp-1.4.0-3.src.rpm:1151346465 libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 +libupnp-1_4_1-1:FC-4:libupnp-1.4.1-1.src.rpm:1155572860 From fedora-extras-commits at redhat.com Mon Aug 14 16:27:40 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:27:40 -0700 Subject: rpms/libupnp/FC-4 .cvsignore, 1.3, 1.4 libupnp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608141627.k7EGRgCj014773@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14734/FC-4 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-4 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:05:52 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:27:39 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/libupnp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libupnp.spec 6 Mar 2006 17:05:52 -0000 1.2 +++ libupnp.spec 14 Aug 2006 16:27:39 -0000 1.3 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:05:53 -0000 1.3 +++ sources 14 Aug 2006 16:27:39 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:30:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:30:06 -0700 Subject: rpms/libupnp import.log,1.13,1.14 Message-ID: <200608141630.k7EGU8Ja014873@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14840 Modified Files: import.log Log Message: auto-import libupnp-1.4.1-1 on branch FC-3 from libupnp-1.4.1-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libupnp/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 14 Aug 2006 16:27:39 -0000 1.13 +++ import.log 14 Aug 2006 16:30:05 -0000 1.14 @@ -10,3 +10,4 @@ libupnp-1_4_1-1:HEAD:libupnp-1.4.1-1.src.rpm:1155572076 libupnp-1_4_1-1:FC-5:libupnp-1.4.1-1.src.rpm:1155572726 libupnp-1_4_1-1:FC-4:libupnp-1.4.1-1.src.rpm:1155572860 +libupnp-1_4_1-1:FC-3:libupnp-1.4.1-1.src.rpm:1155573008 From fedora-extras-commits at redhat.com Mon Aug 14 16:30:06 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 14 Aug 2006 09:30:06 -0700 Subject: rpms/libupnp/FC-3 .cvsignore, 1.3, 1.4 libupnp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608141630.k7EGU8fg014879@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14840/FC-3 Modified Files: .cvsignore libupnp.spec sources Log Message: auto-import libupnp-1.4.1-1 on branch FC-3 from libupnp-1.4.1-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Mar 2006 17:03:20 -0000 1.3 +++ .cvsignore 14 Aug 2006 16:30:06 -0000 1.4 @@ -1 +1 @@ -libupnp-1.3.1.tar.gz +libupnp-1.4.1.tar.gz Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/libupnp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libupnp.spec 6 Mar 2006 17:03:20 -0000 1.2 +++ libupnp.spec 14 Aug 2006 16:30:06 -0000 1.3 @@ -1,13 +1,16 @@ -Version: 1.3.1 +Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp Release: 1%{?dist} License: BSD Group: System Environment/Libraries -URL: http://upnp.sourceforge.net/ -Source: http://ovh.dl.sourceforge.net/sourceforge/upnp/%{name}-%{version}.tar.gz +URL: http://www.libupnp.org/ +Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%define docdir %{_docdir}/%{name}-%{version}-%{release} +%define docdeveldir %{_docdir}/%{name}-devel-%{version}-%{release} + %description The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, @@ -25,30 +28,43 @@ %prep %setup -q -chmod 644 {LICENSE,README} - %build -%configure +%configure --with-docdir=%{docdir}/ make %{?_smp_mflags} %install -rm -rf %{buildroot} -%makeinstall +test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +#create the doc devel dir +%{__mkdir_p} %{buildroot}%{docdeveldir} + +#mv examples dir and pdf file to the doc devel dir +%{__mv} %{buildroot}%{docdir}/examples \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/UPnP_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/IXML_Programming_Guide.pdf \ + %{buildroot}%{docdeveldir}/ +%{__mv} %{buildroot}%{docdir}/html \ + %{buildroot}%{docdeveldir}/ + +%{__rm} %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} -rm %{buildroot}%{_libdir}/{libixml.la,libthreadutil.la,libupnp.la} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc LICENSE README NEWS +%doc %{docdir} %{_libdir}/libixml.so.* %{_libdir}/libthreadutil.so.* %{_libdir}/libupnp.so.* %files devel %defattr(0644,root,root,0755) +%doc %{docdeveldir} %{_includedir}/upnp/ %{_libdir}/libixml.so %{_libdir}/libthreadutil.so @@ -62,6 +78,18 @@ rm -rf %{buildroot} %changelog +* Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 +- Update to version 1.4.1 + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 +- Add a patch for x86_64 arch + +* Sun Jun 11 2006 Eric Tanguy - 1.4.0-1 +- Update to 1.4.0 + * Sun Mar 05 2006 Eric Tanguy - 1.3.1-1 - Update to 1.3.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libupnp/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Mar 2006 17:03:21 -0000 1.3 +++ sources 14 Aug 2006 16:30:06 -0000 1.4 @@ -1 +1 @@ -6646be5e31e58188e8f47c6ce64faa4c libupnp-1.3.1.tar.gz +f3b55c24ff77ee6789d758ec1634d5e7 libupnp-1.4.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 16:59:05 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Mon, 14 Aug 2006 09:59:05 -0700 Subject: rpms/gnome-translate/FC-5 gnome-translate-0.99-selected_tag.patch, NONE, 1.1 gnome-translate.spec, 1.7, 1.8 Message-ID: <200608141659.k7EGx77H015359@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/gnome-translate/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15339 Modified Files: gnome-translate.spec Added Files: gnome-translate-0.99-selected_tag.patch Log Message: gnome-translate-0.99-selected_tag.patch: --- NEW FILE gnome-translate-0.99-selected_tag.patch --- diff -Nrbu gnome-translate-0.99/src/gt-language-view.c gnome-translate-0.99-OK/src/gt-language-view.c --- gnome-translate-0.99/src/gt-language-view.c 2005-01-28 15:32:05.000000000 +0300 +++ gnome-translate-0.99-OK/src/gt-language-view.c 2006-08-14 19:59:09.000000000 +0400 @@ -109,13 +109,13 @@ gt_language_view_set_conf_selected_tag(source_view, from); g_free(from); - gtk_tree_view_set_model(dest_view, (GtkTreeModel *) dest_store); + to = gt_language_view_get_conf_selected_tag(dest_view); + gtk_tree_view_set_model(dest_view, GTK_TREE_MODEL(dest_store)); if (dest_store) g_object_unref(dest_store); gtk_tree_view_set_search_column(dest_view, COLUMN_NAME); - to = gt_language_view_get_conf_selected_tag(dest_view); gt_language_view_select(dest_view, to); g_free(to); } @@ -220,12 +220,12 @@ gt_g_object_slist_free(pairs); g_hash_table_destroy(dest_stores); + selected_tag = gt_language_view_get_conf_selected_tag(view); gtk_tree_view_set_model(view, GTK_TREE_MODEL(source_store)); g_object_unref(source_store); gtk_tree_view_set_search_column(view, COLUMN_NAME); - selected_tag = gt_language_view_get_conf_selected_tag(view); gt_language_view_select(view, selected_tag); g_free(selected_tag); } Index: gnome-translate.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-translate/FC-5/gnome-translate.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-translate.spec 11 Apr 2006 15:05:30 -0000 1.7 +++ gnome-translate.spec 14 Aug 2006 16:59:04 -0000 1.8 @@ -1,12 +1,13 @@ Name: gnome-translate Summary: GNOME interface to libtranslate -- Natural language translator Version: 0.99 -Release: 7%{?dist} +Release: 8%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.nongnu.org/libtranslate/gnome-translate Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz Patch0: gnome-translate-0.99-eel2.patch +Patch1: gnome-translate-0.99-selected_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -39,6 +40,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -74,14 +76,12 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -killall -HUP gconfd-2 || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -96,7 +96,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi @@ -123,7 +122,13 @@ %{_datadir}/applications/* %{_sysconfdir}/gconf/schemas/%{name}.schemas + %changelog +* Mon Aug 14 2006 Dmitry Butskoy - 0.99-8 +- add patch to properly restore selected languages from + the previous invocation (required for recent gtk2 libraries) +- drop killall -HUP in scripts -- no more needed. + * Tue Apr 11 2006 Dmitry Butskoy - 0.99-7 - use "export-dynamic" for the linker, as it is recommended by upstream (Solves #188491) From fedora-extras-commits at redhat.com Mon Aug 14 17:02:01 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Mon, 14 Aug 2006 10:02:01 -0700 Subject: rpms/gnome-translate/devel gnome-translate-0.99-selected_tag.patch, NONE, 1.1 gnome-translate.spec, 1.8, 1.9 Message-ID: <200608141702.k7EH241A017968@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/rpms/gnome-translate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17948 Modified Files: gnome-translate.spec Added Files: gnome-translate-0.99-selected_tag.patch Log Message: gnome-translate-0.99-selected_tag.patch: --- NEW FILE gnome-translate-0.99-selected_tag.patch --- diff -Nrbu gnome-translate-0.99/src/gt-language-view.c gnome-translate-0.99-OK/src/gt-language-view.c --- gnome-translate-0.99/src/gt-language-view.c 2005-01-28 15:32:05.000000000 +0300 +++ gnome-translate-0.99-OK/src/gt-language-view.c 2006-08-14 19:59:09.000000000 +0400 @@ -109,13 +109,13 @@ gt_language_view_set_conf_selected_tag(source_view, from); g_free(from); - gtk_tree_view_set_model(dest_view, (GtkTreeModel *) dest_store); + to = gt_language_view_get_conf_selected_tag(dest_view); + gtk_tree_view_set_model(dest_view, GTK_TREE_MODEL(dest_store)); if (dest_store) g_object_unref(dest_store); gtk_tree_view_set_search_column(dest_view, COLUMN_NAME); - to = gt_language_view_get_conf_selected_tag(dest_view); gt_language_view_select(dest_view, to); g_free(to); } @@ -220,12 +220,12 @@ gt_g_object_slist_free(pairs); g_hash_table_destroy(dest_stores); + selected_tag = gt_language_view_get_conf_selected_tag(view); gtk_tree_view_set_model(view, GTK_TREE_MODEL(source_store)); g_object_unref(source_store); gtk_tree_view_set_search_column(view, COLUMN_NAME); - selected_tag = gt_language_view_get_conf_selected_tag(view); gt_language_view_select(view, selected_tag); g_free(selected_tag); } Index: gnome-translate.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-translate/devel/gnome-translate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-translate.spec 16 Jul 2006 14:39:42 -0000 1.8 +++ gnome-translate.spec 14 Aug 2006 17:02:00 -0000 1.9 @@ -1,12 +1,13 @@ Name: gnome-translate Summary: GNOME interface to libtranslate -- Natural language translator Version: 0.99 -Release: 8%{?dist} +Release: 9%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.nongnu.org/libtranslate/gnome-translate Source: http://savannah.nongnu.org/download/libtranslate/gnome-translate-%{version}.tar.gz Patch0: gnome-translate-0.99-eel2.patch +Patch1: gnome-translate-0.99-selected_tag.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -39,6 +40,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build @@ -74,14 +76,12 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - killall -HUP gconfd-2 || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -killall -HUP gconfd-2 || : touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -96,7 +96,6 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - killall -HUP gconfd-2 || : fi @@ -123,7 +122,13 @@ %{_datadir}/applications/* %{_sysconfdir}/gconf/schemas/%{name}.schemas + %changelog +* Mon Aug 14 2006 Dmitry Butskoy - 0.99-9 +- add patch to properly restore selected languages from + the previous invocation (required for recent gtk2 libraries) +- drop killall -HUP in scripts -- no more needed. + * Sun Jul 16 2006 Dmitry Butskoy - 0.99-8 - rebuild for new libgail From fedora-extras-commits at redhat.com Mon Aug 14 17:19:18 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 14 Aug 2006 10:19:18 -0700 Subject: fedora-security/audit fc6,1.1,1.2 Message-ID: <200608141719.k7EHJIaR018254@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18232/audit Modified Files: fc6 Log Message: Update kernel issues Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fc6 14 Aug 2006 13:40:29 -0000 1.1 +++ fc6 14 Aug 2006 17:19:16 -0000 1.2 @@ -72,11 +72,11 @@ CVE-2006-3629 version (wireshark, fixed 0.99.2) CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) -CVE-2006-3626 version (kernel, fixed 2.6.17.6) [since FEDORA-2006-906] ### +CVE-2006-3626 version (kernel, fixed 2.6.17.6) CVE-2006-3619 VULNERABLE (gcc/fastjar) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 VULNERABLE (mysql) ### -CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] ### +CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 VULNERABLE (freetype) ### CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### @@ -100,7 +100,7 @@ CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### -CVE-2006-3085 version (kernel, fixed 2.6.16.21, fixed 2.6.17.1) [since FEDORA-2006-735] ### +CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### @@ -110,9 +110,9 @@ CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe -CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] ### -CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] ### -CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] ### +CVE-2006-2936 version (kernel, fixed 2.6.17.7) +CVE-2006-2935 version (kernel, fixed 2.6.17.7) +CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) ### CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### @@ -164,12 +164,12 @@ CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### -CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] ### +CVE-2006-2451 version (kernel, fixed 2.6.17.4) CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### -CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### +CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) -CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] ### -CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] ### +CVE-2006-2445 version (kernel, fixed 2.6.17) +CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### @@ -179,10 +179,10 @@ CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### -CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2272 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### -CVE-2006-2271 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] ### +CVE-2006-2275 version (kernel, fixed 2.6.16.15) +CVE-2006-2274 version (kernel, fixed 2.6.16.15) +CVE-2006-2272 version (kernel, fixed 2.6.16.15) +CVE-2006-2271 version (kernel, fixed 2.6.16.15) CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### @@ -192,7 +192,7 @@ CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### CVE-2006-2073 VULNERABLE (bind) ### CVE-2006-2083 version (rsync, fixed 2.6.8) -CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] ### +CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### @@ -213,16 +213,16 @@ CVE-2006-1931 version (ruby, fixed 1.8.3) CVE-2006-1902 ignore (gcc) not a vulnerability CVE-2006-1865 version (beagle, fixed 0.2.5) -CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in ### -CVE-2006-1863 version (kernel, fixed 2.6.16.11) [since FEDORA-2006-499] ### -CVE-2006-1862 version (kernel) not upstream kernels, only RHEL ### +CVE-2006-1864 ignore (kernel, fixed 2.6.16.14) not compiled in +CVE-2006-1863 version (kernel, fixed 2.6.16.11) +CVE-2006-1862 version (kernel) not upstream kernels, only RHEL CVE-2006-1861 version (freetype, fixed 2.2.1) -CVE-2006-1860 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### -CVE-2006-1859 version (kernel, fixed 2.6.16.16) [since FEDORA-2006-572] ### -CVE-2006-1858 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-1857 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-1856 version (kernel, fixed 2.6.16.12) [since FEDORA-2006-499] ### -CVE-2006-1855 version (kernel, fixed 2.6.11.12) ### +CVE-2006-1860 version (kernel, fixed 2.6.16.16) +CVE-2006-1859 version (kernel, fixed 2.6.16.16) +CVE-2006-1858 version (kernel, fixed 2.6.16.17) +CVE-2006-1857 version (kernel, fixed 2.6.16.17) +CVE-2006-1856 version (kernel, fixed 2.6.16.12) +CVE-2006-1855 version (kernel, fixed 2.6.11.12) CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### @@ -296,42 +296,42 @@ CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1528 version (kernel, fixed 2.6.13) ### -CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] ### +CVE-2006-1528 version (kernel, fixed 2.6.13) +CVE-2006-1527 version (kernel, fixed 2.6.17) CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### -CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] ### -CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] ### -CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] ### -CVE-2006-1522 version (kernel, fixed 2.6.16.3) [since FEDORA-2006-421] ### +CVE-2006-1525 version (kernel, fixed 2.6.16.8) +CVE-2006-1524 version (kernel, fixed 2.6.16.7) +CVE-2006-1523 version (kernel, fixed 2.6.16.4) +CVE-2006-1522 version (kernel, fixed 2.6.16.3) CVE-2006-1518 version (mysql, fixed 5.0.21) CVE-2006-1517 version (mysql, fixed 5.0.21) CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) CVE-2006-1470 VULNERABLE (openldap) #197278 ### -CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### +CVE-2006-1368 version (kernel, fixed 2.6.16) CVE-2006-1354 VULNERABLE (freeradius) ### -CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] ### -CVE-2006-1342 version (kernel, not 2.6) not vulnerable ### +CVE-2006-1343 version (kernel, fixed 2.6.16.19) +CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues -CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] ### +CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) CVE-2006-1168 VULNERABLE (ncompress) #201919 ### CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability -CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### +CVE-2006-1066 version (kernel, fixed 2.6.16) CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### -CVE-2006-1056 version (kernel, fixed 2.6.16.9) [since FEDORA-2006-421] ### -CVE-2006-1055 version (kernel, fixed 2.6.17-rc1) [since FEDORA-2006-421] ### -CVE-2006-1052 version (kernel, fixed 2.6.16) [since FEDORA-2006-421] was patch-2.6.16-rc6 since FEDORA-2006-233 ### +CVE-2006-1056 version (kernel, fixed 2.6.16.9) +CVE-2006-1055 version (kernel, fixed 2.6.17) +CVE-2006-1052 version (kernel, fixed 2.6.16) CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe @@ -348,19 +348,19 @@ CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### -CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] ### -CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0744 version (kernel, fixed 2.6.16.5) +CVE-2006-0742 version (kernel, fixed 2.6.16) +CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### -CVE-2006-0558 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] ### -CVE-2006-0557 version (kernel, fixed 2.6.15.6) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0555 version (kernel, fixed 2.6.16) patch-2.6.16-rc6-git3 [since FEDORA-2006-233] ### -CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0558 version (kernel, fixed 2.6.16) +CVE-2006-0557 version (kernel, fixed 2.6.15.6) +CVE-2006-0555 version (kernel, fixed 2.6.16) +CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### @@ -368,10 +368,10 @@ CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection ### -CVE-2006-0457 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0456 ignore (kernel, s390 only) +CVE-2006-0457 version (kernel, fixed 2.6.16) +CVE-2006-0456 ignore (kernel) s390 only CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### -CVE-2006-0454 version (kernel, fixed 2.6.15.3) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0454 version (kernel, fixed 2.6.15.3) CVE-2006-0405 version (libtiff, 3.8.0 only) ### CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue @@ -416,17 +416,17 @@ CVE-2006-0144 version (php-pear, not 1.4.4) CVE-2006-0097 ignore (php) Windows only CVE-2006-0096 ignore (kernel) minor and requires root -CVE-2006-0095 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0095 version (kernel, fixed 2.6.16) CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### -CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] ### -CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### -CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2006-0039 version (kernel, fixed 2.6.16.17) +CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) +CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) +CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0019 version (kdelibs, fixed 3.5.1) -CVE-2005-4798 version (kernel, not 2.6) ### +CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### @@ -439,11 +439,11 @@ CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### -CVE-2005-4639 version (kernel, fixed 2.6.15) ### +CVE-2005-4639 version (kernel, fixed 2.6.15) CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### -CVE-2005-4635 version (kernel, fixed 2.6.15) ### -CVE-2005-4618 version (kernel, fixed 2.6.15) ### -CVE-2005-4605 version (kernel, fixed 2.6.15) ### +CVE-2005-4635 version (kernel, fixed 2.6.15) +CVE-2005-4618 version (kernel, fixed 2.6.15) +CVE-2005-4605 version (kernel, fixed 2.6.15) CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) @@ -458,22 +458,22 @@ CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) -CVE-2005-3858 version (kernel, fixed 2.6.13) ### -CVE-2005-3857 version (kernel, fixed 2.6.15) ### -CVE-2005-3848 version (kernel, fixed 2.6.13) ### -CVE-2005-3847 version (kernel, fixed 2.6.12.6) ### -CVE-2005-3810 version (kernel, fixed 2.6.15) ### -CVE-2005-3809 version (kernel, fixed 2.6.15) ### -CVE-2005-3808 version (kernel, fixed 2.6.15) ### -CVE-2005-3807 version (kernel, fixed 2.6.15) ### -CVE-2005-3806 version (kernel, fixed 2.6.14) ### -CVE-2005-3805 version (kernel, fixed 2.6.14) ### -CVE-2005-3784 version (kernel, fixed 2.6.15) ### -CVE-2005-3783 version (kernel, fixed 2.6.15) ### -CVE-2005-3753 version (kernel, fixed 2.6.14) also not a vuln ### +CVE-2005-3858 version (kernel, fixed 2.6.13) +CVE-2005-3857 version (kernel, fixed 2.6.15) +CVE-2005-3848 version (kernel, fixed 2.6.13) +CVE-2005-3847 version (kernel, fixed 2.6.12.6) +CVE-2005-3810 version (kernel, fixed 2.6.15) +CVE-2005-3809 version (kernel, fixed 2.6.15) +CVE-2005-3808 version (kernel, fixed 2.6.15) +CVE-2005-3807 version (kernel, fixed 2.6.15) +CVE-2005-3806 version (kernel, fixed 2.6.14) +CVE-2005-3805 version (kernel, fixed 2.6.14) +CVE-2005-3784 version (kernel, fixed 2.6.15) +CVE-2005-3783 version (kernel, fixed 2.6.15) +CVE-2005-3753 version (kernel, fixed 2.6.14) CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### -CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix ### +CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix CVE-2005-3671 version (openswan, fixed 2.4.4) ### CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) @@ -506,34 +506,34 @@ CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3624 backport (tetex) ### CVE-2005-3624 version (cups, fixed 1.2.0) -CVE-2005-3623 version (kernel, fixed 2.6.14.5) ### +CVE-2005-3623 version (kernel, fixed 2.6.14.5) CVE-2005-3582 version (ImageMagick) gentoo only CVE-2005-3573 version (mailman, fixed 2.1.7) -CVE-2005-3527 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-3527 version (kernel, fixed 2.6.14) CVE-2005-3402 ignore (thunderbird) mozilla say by design CVE-2005-3392 version (php, not 5.0) CVE-2005-3391 version (php, not 5.0) CVE-2005-3390 version (php, fixed 5.1.0) CVE-2005-3389 version (php, fixed 5.1.1) CVE-2005-3388 version (php, fixed 5.1.1) -CVE-2005-3359 version (kernel, fixed 2.6.14) ### -CVE-2005-3358 version (kernel, fixed 2.6.11) ### +CVE-2005-3359 version (kernel, fixed 2.6.14) +CVE-2005-3358 version (kernel, fixed 2.6.11) CVE-2005-3357 version (httpd, fixed 2.2.1) -CVE-2005-3356 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] ### +CVE-2005-3356 version (kernel, fixed 2.6.16) CVE-2005-3353 version (php, not 5.0) CVE-2005-3352 version (httpd, fixed 2.2.1) CVE-2005-3351 version (spamassassin, fixed 3.1.0) CVE-2005-3322 version (squid) not upstream, SUSE only CVE-2005-3319 ignore (mod_php) no security consequence CVE-2005-3313 version (wireshark, fixed after 0.10.13) -CVE-2005-3276 version (kernel, fixed 2.6.12.4) ### -CVE-2005-3275 version (kernel, fixed 2.6.13) ### -CVE-2005-3274 version (kernel, fixed 2.6.13) ### -CVE-2005-3273 version (kernel, fixed 2.6.12) ### -CVE-2005-3272 version (kernel, fixed 2.6.13) ### -CVE-2005-3271 version (kernel, fixed 2.6.9) ### +CVE-2005-3276 version (kernel, fixed 2.6.12.4) +CVE-2005-3275 version (kernel, fixed 2.6.13) +CVE-2005-3274 version (kernel, fixed 2.6.13) +CVE-2005-3273 version (kernel, fixed 2.6.12) +CVE-2005-3272 version (kernel, fixed 2.6.13) +CVE-2005-3271 version (kernel, fixed 2.6.9) CVE-2005-3258 version (squid, fixed 2.5STABLE12) -CVE-2005-3257 version (kernel, fixed 2.6.15) ### +CVE-2005-3257 version (kernel, fixed 2.6.15) CVE-2005-3249 version (wireshark, fixed 0.10.13) CVE-2005-3248 version (wireshark, fixed 0.10.13) CVE-2005-3247 version (wireshark, fixed 0.10.13) @@ -562,30 +562,30 @@ CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) -CVE-2005-3181 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3180 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3179 version (kernel, fixed 2.6.13.4 at least) ### +CVE-2005-3181 version (kernel, fixed 2.6.13.4) +CVE-2005-3180 version (kernel, fixed 2.6.13.4) +CVE-2005-3179 version (kernel, fixed 2.6.13.4) CVE-2005-3164 version (tomcat, not 5) CVE-2005-3120 backport (lynx) ### -CVE-2005-3119 version (kernel, fixed 2.6.13.4 at least) ### -CVE-2005-3110 version (kernel, fixed 2.6.12) ### -CVE-2005-3109 version (kernel, fixed 2.6.12) ### -CVE-2005-3108 version (kernel, fixed 2.6.12) ### -CVE-2005-3107 version (kernel, fixed 2.6.11) ### -CVE-2005-3106 version (kernel, fixed 2.6.11) ### -CVE-2005-3105 version (kernel, fixed 2.6.12) ### +CVE-2005-3119 version (kernel, fixed 2.6.13.4) +CVE-2005-3110 version (kernel, fixed 2.6.12) +CVE-2005-3109 version (kernel, fixed 2.6.12) +CVE-2005-3108 version (kernel, fixed 2.6.12) +CVE-2005-3107 version (kernel, fixed 2.6.11) +CVE-2005-3106 version (kernel, fixed 2.6.11) +CVE-2005-3105 version (kernel, fixed 2.6.12) CVE-2005-3089 version (firefox, fixed 1.0.7) ### CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped -CVE-2005-3055 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-3055 version (kernel, fixed 2.6.14) CVE-2005-3054 ignore (php) -CVE-2005-3053 version (kernel) ### -CVE-2005-3044 version (kernel, fixed 2.6.13.2) ### +CVE-2005-3053 version (kernel, fixed 2.6.12.5) +CVE-2005-3044 version (kernel, fixed 2.6.13.2) CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### CVE-2005-2975 version (gtk2, fixed 2.8.7) ### -CVE-2005-2973 version (kernel, fixed 2.6.14 at least) ### +CVE-2005-2973 version (kernel, fixed 2.6.14) CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) @@ -599,21 +599,21 @@ CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) -CVE-2005-2873 VULNERABLE (kernel) not fixed upstream ### -CVE-2005-2872 version (kernel, fixed 2.6.12) ### +CVE-2005-2873 VULNERABLE (kernel) not fixed upstream +CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### -CVE-2005-2801 version (kernel, fixed 2.6.11) ### -CVE-2005-2800 version (kernel, fixed 2.6.12.6) ### +CVE-2005-2801 version (kernel, fixed 2.6.11) +CVE-2005-2800 version (kernel, fixed 2.6.12.6) CVE-2005-2798 version (openssh, fixed 4.2) CVE-2005-2797 version (openssh, fixed 4.2) CVE-2005-2796 version (squid, fixed 2.5.STABLE11) CVE-2005-2794 version (squid, fixed 2.5.STABLE11) CVE-2005-2728 version (httpd, not 2.2) -CVE-2005-2709 version (kernel, fixed 2.6.14.3) ### -CVE-2005-2708 ignore (kernel) not reproducable on x86_64 ### +CVE-2005-2709 version (kernel, fixed 2.6.14.3) +CVE-2005-2708 ignore (kernel) not reproducable on x86_64 CVE-2005-2707 version (thunderbird) ### CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### @@ -640,35 +640,35 @@ CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### -CVE-2005-2617 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2617 version (kernel, fixed 2.6.12.5) CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 CVE-2005-2558 version (mysql, fixed 4.1.13) CVE-2005-2558 ignore (mysql) not an issue -CVE-2005-2555 version (kernel, fixed 2.6.12.6pre) ### -CVE-2005-2553 version (kernel, not 2.6) ### +CVE-2005-2555 version (kernel, fixed 2.6.12.6) +CVE-2005-2553 version (kernel, not 2.6) CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) -CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 ### +CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### CVE-2005-2541 ignore (tar) is documented behaviour -CVE-2005-2500 version (kernel, fixed 2.6.13) ### +CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### -CVE-2005-2492 version (kernel, fixed 2.6.13.1) ### +CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) ### CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre -CVE-2005-2490 version (kernel, fixed 2.6.13.1) ### +CVE-2005-2490 version (kernel, fixed 2.6.13.1) CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible -CVE-2005-2458 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2457 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2456 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2458 version (kernel, fixed 2.6.12.5) +CVE-2005-2457 version (kernel, fixed 2.6.12.5) +CVE-2005-2456 version (kernel, fixed 2.6.12.5) CVE-2005-2452 version (libtiff, fixed 3.7.0) ### CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash @@ -721,9 +721,9 @@ CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### -CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 ### -CVE-2005-2099 version (kernel, fixed 2.6.12.5) ### -CVE-2005-2098 version (kernel, fixed 2.6.12.5) ### +CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 +CVE-2005-2099 version (kernel, fixed 2.6.12.5) +CVE-2005-2098 version (kernel, fixed 2.6.12.5) CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) CVE-2005-2096 version (rpm, fixed 4.4.2) ### @@ -741,18 +741,18 @@ CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) CVE-2005-1918 version (tar) -CVE-2005-1913 version (kernel, fixed 2.6.12.2) ### -CVE-2005-1852 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-1913 version (kernel, fixed 2.6.12.2) +CVE-2005-1852 version (kdenetwork, fixed 3.4.2) CVE-2005-1849 version (zlib, fixed 1.2.3) CVE-2005-1831 ignore (sudo) unsubstantiated report CVE-2005-1769 version (squirrelmail, fixed 1.4.5) -CVE-2005-1768 version (kernel, fixed 2.6.6) ### -CVE-2005-1767 version (kernel, fixed 2.6.7) ### -CVE-2005-1765 version (kernel, fixed 2.6.12) ### -CVE-2005-1764 version (kernel, fixed 2.6.12) ### -CVE-2005-1763 version (kernel, fixed 2.6.12) ### -CVE-2005-1762 version (kernel, fixed 2.6.12) ### -CVE-2005-1761 version (kernel, fixed 2.6.12.2) ### +CVE-2005-1768 version (kernel, fixed 2.6.6) +CVE-2005-1767 version (kernel, fixed 2.6.7) +CVE-2005-1765 version (kernel, fixed 2.6.12) +CVE-2005-1764 version (kernel, fixed 2.6.12) +CVE-2005-1763 version (kernel, fixed 2.6.12) +CVE-2005-1762 version (kernel, fixed 2.6.12) +CVE-2005-1761 version (kernel, fixed 2.6.12.2) CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used @@ -767,7 +767,7 @@ CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) -CVE-2005-1589 version (kernel, fixed 2.6.11.10) ### +CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### CVE-2005-1532 version (thunderbird) ### @@ -796,8 +796,8 @@ CVE-2005-1431 version (gnutls, fixed 1.0.25) CVE-2005-1410 version (postgresql, fixed 8.0.2) CVE-2005-1409 version (postgresql, fixed 8.0.1) -CVE-2005-1369 version (kernel, fixed 2.6.12) ### -CVE-2005-1368 version (kernel, fixed 2.6.12) ### +CVE-2005-1369 version (kernel, fixed 2.6.12) +CVE-2005-1368 version (kernel, fixed 2.6.12) CVE-2005-1345 version (squid, fixed 2.5.STABLE10) CVE-2005-1344 ignore (httpd) not a vulnerability CVE-2005-1281 version (wireshark, fixed 0.10.11) @@ -810,9 +810,9 @@ CVE-2005-1268 version (httpd, not 2.2) CVE-2005-1267 version (tcpdump, fixed 3.9.4 at least) CVE-2005-1266 version (spamassassin, fixed 3.0.4) -CVE-2005-1265 version (kernel) ### -CVE-2005-1264 version (kernel) ### -CVE-2005-1263 version (kernel) ### +CVE-2005-1265 version (kernel) +CVE-2005-1264 version (kernel) +CVE-2005-1263 version (kernel) CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) ### @@ -845,7 +845,7 @@ CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) -CVE-2005-1041 version (kernel, fixed 2.6.12) ### +CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### @@ -853,23 +853,23 @@ CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### -CVE-2005-0977 version (kernel, fixed 2.6.11) ### +CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### -CVE-2005-0937 version (kernel, fixed 2.6.11) ### -CVE-2005-0916 version (kernel, fixed 2.6.12) ### +CVE-2005-0937 version (kernel, fixed 2.6.11) +CVE-2005-0916 version (kernel, fixed 2.6.12) CVE-2005-0891 version (gtk2, fixed 2.2.4) ### -CVE-2005-0867 version (kernel, fixed 2.6.11) ### +CVE-2005-0867 version (kernel, fixed 2.6.11) CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### -CVE-2005-0839 version (kernel, fixed 2.6.11) ### -CVE-2005-0815 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0839 version (kernel, fixed 2.6.11) +CVE-2005-0815 version (kernel, fixed 2.6.11.6) CVE-2005-0808 version (tomcat, fixed 5.x) CVE-2005-0806 version (evolution, fixed 2.0.4) CVE-2005-0799 version (mysql) not linux -CVE-2005-0767 version (kernel, fixed 2.6.11) ### +CVE-2005-0767 version (kernel, fixed 2.6.11) CVE-2005-0766 version (wireshark, fixed after 0.10.9) CVE-2005-0765 version (wireshark, fixed after 0.10.9) CVE-2005-0763 version (mc, fixed 4.6.0) @@ -879,15 +879,15 @@ CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) ### CVE-2005-0758 backport (bzip2) ### -CVE-2005-0757 version (kernel, not 2.6) ### -CVE-2005-0756 version (kernel, fixed 2.6.12) ### +CVE-2005-0757 version (kernel, not 2.6) +CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### -CVE-2005-0750 version (kernel, fixed 2.6.11.6) ### -CVE-2005-0749 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0750 version (kernel, fixed 2.6.11.6) +CVE-2005-0749 version (kernel, fixed 2.6.11.6) CVE-2005-0739 version (wireshark, fixed after 0.10.9) -CVE-2005-0736 version (kernel, fixed 2.6.11) ### +CVE-2005-0736 version (kernel, fixed 2.6.11) CVE-2005-0718 version (squid, fixed 2.5.STABLE8) CVE-2005-0711 version (mysql, fixed 4.1.11) CVE-2005-0710 version (mysql, fixed 4.1.11) @@ -926,19 +926,19 @@ CVE-2005-0584 version (firefox) ### CVE-2005-0578 version (mozilla) ### CVE-2005-0578 version (firefox) ### -CVE-2005-0565 version (kernel, not 2.6) ### -CVE-2005-0532 version (kernel, fixed 2.6.11) ### -CVE-2005-0531 version (kernel, fixed 2.6.11) ### -CVE-2005-0530 version (kernel, fixed 2.6.11) ### -CVE-2005-0529 version (kernel, fixed 2.6.11) ### +CVE-2005-0565 version (kernel, not 2.6) +CVE-2005-0532 version (kernel, fixed 2.6.11) +CVE-2005-0531 version (kernel, fixed 2.6.11) +CVE-2005-0530 version (kernel, fixed 2.6.11) +CVE-2005-0529 version (kernel, fixed 2.6.11) CVE-2005-0527 version (mozilla, fixed 1.7.6) ### CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) ### -CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 ### +CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) -CVE-2005-0489 version (kernel, not 2.6) ### +CVE-2005-0489 version (kernel, not 2.6) CVE-2005-0488 backport (telnet) ### CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### CVE-2005-0473 version (gaim, fixed 1.1.3) @@ -947,22 +947,22 @@ CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### CVE-2005-0468 version (krb5, fixed 1.4.1) CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### -CVE-2005-0449 version (kernel, fixed 2.6.11) ### +CVE-2005-0449 version (kernel, fixed 2.6.11) CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 -CVE-2005-0403 version (kernel) not upstream ### +CVE-2005-0403 version (kernel) not upstream CVE-2005-0402 version (firefox, fixed 1.0.2) ### CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### -CVE-2005-0400 version (kernel, fixed 2.6.11.6) ### +CVE-2005-0400 version (kernel, fixed 2.6.11.6) CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) -CVE-2005-0384 version (kernel, fixed 2.6.11.4) ### +CVE-2005-0384 version (kernel, fixed 2.6.11.4) CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### @@ -988,21 +988,21 @@ CVE-2005-0227 version (postgresql, fixed 8.0.1) CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) -CVE-2005-0210 version (kernel, fixed 2.6.11) ### -CVE-2005-0209 version (kernel, fixed 2.6.11) ### +CVE-2005-0210 version (kernel, fixed 2.6.11) +CVE-2005-0209 version (kernel, fixed 2.6.11) CVE-2005-0208 version (gaim, fixed 1.1.4) -CVE-2005-0207 version (kernel, fixed 2.6.11) ### +CVE-2005-0207 version (kernel, fixed 2.6.11) CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 CVE-2005-0205 version (kdenetwork, not 3.3+) ### -CVE-2005-0204 version (kernel) didn't affect upstream ### +CVE-2005-0204 version (kernel) didn't affect upstream CVE-2005-0202 version (mailman, fixed 2.1.6) CVE-2005-0201 version (dbus, fixed 0.36.1) ### CVE-2005-0194 version (squid, fixed 2.5.STABLE8) -CVE-2005-0180 version (kernel, fixed 2.6.11) ### -CVE-2005-0179 version (kernel, fixed 2.6.11) ### -CVE-2005-0178 version (kernel, fixed 2.6.11) ### -CVE-2005-0177 version (kernel, fixed 2.6.11) ### -CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 ### +CVE-2005-0180 version (kernel, fixed 2.6.11) +CVE-2005-0179 version (kernel, fixed 2.6.11) +CVE-2005-0178 version (kernel, fixed 2.6.11) +CVE-2005-0177 version (kernel, fixed 2.6.11) +CVE-2005-0176 version (kernel, fixed 2.6.10) only affected 2.6.9 CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) @@ -1027,10 +1027,10 @@ CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### CVE-2005-0141 version (firefox) ### -CVE-2005-0137 version (kernel, not 2.6) ### -CVE-2005-0136 version (kernel, fixed 2.6.11) ### -CVE-2005-0135 version (kernel, fixed 2.6.11) ### -CVE-2005-0124 version (kernel, fixed 2.6.11) ### +CVE-2005-0137 version (kernel, not 2.6) +CVE-2005-0136 version (kernel, fixed 2.6.11) +CVE-2005-0135 version (kernel, fixed 2.6.11) +CVE-2005-0124 version (kernel, fixed 2.6.11) CVE-2005-0109 version (openssl, not 0.9.8a) CVE-2005-0109 backport (openssl097a) CVE-2005-0104 version (squirrelmail, fixed 1.4.4) @@ -1041,9 +1041,9 @@ CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) CVE-2005-0094 version (squid, fixed 2.5.STABLE8) -CVE-2005-0092 version (kernel, not affected) ### -CVE-2005-0091 version (kernel, not affected) ### -CVE-2005-0090 version (kernel, not affected) ### +CVE-2005-0092 version (kernel, not affected) +CVE-2005-0091 version (kernel, not affected) +CVE-2005-0090 version (kernel, not affected) CVE-2005-0089 version (python, fixed 2.4.1 at least) ### CVE-2005-0088 version (mod_python, fixed after 2.7.8) CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### @@ -1073,16 +1073,16 @@ CVE-2005-0006 version (wireshark, fixed 0.10.9) CVE-2005-0005 version (ImageMagick, fixed after 6.1.7) CVE-2005-0004 version (mysql, fixed 4.1.10) -CVE-2005-0003 version (kernel, fixed 2.6.10) ### -CVE-2005-0001 version (kernel, fixed 2.6.10) ### -CVE-2004-2660 version (kernel, fixed 2.6.10) ### +CVE-2005-0003 version (kernel, fixed 2.6.10) +CVE-2005-0001 version (kernel, fixed 2.6.10) +CVE-2004-2660 version (kernel, fixed 2.6.10) CVE-2004-2657 ignore (firefox) windows only CVE-2004-2654 version (squid, fixed 2.6STABLE6) -CVE-2004-2607 version (kernel, fixed 2.6.5) ### +CVE-2004-2607 version (kernel, fixed 2.6.5) CVE-2004-2589 version (gaim, fixed 0.82) CVE-2004-2546 version (samba, fixed 3.0.6) CVE-2004-2541 ignore (cscope) blocked by FORTIFY_SOURCE -CVE-2004-2536 version (kernel, fixed 2.6.7) ### +CVE-2004-2536 version (kernel, fixed 2.6.7) CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) @@ -1091,7 +1091,7 @@ CVE-2004-2394 version (passwd, fixed 0.69) ### CVE-2004-2392 version (libuser, fixed 0.51.10) ### CVE-2004-2343 ignore (httpd) not a security issue -CVE-2004-2302 version (kernel, fixed 2.6.10) ### +CVE-2004-2302 version (kernel, fixed 2.6.10) CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### @@ -1137,11 +1137,11 @@ CVE-2004-1380 version (mozilla) ### CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### -CVE-2004-1337 version (kernel, fixed 2.6.11) ### +CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) ### -CVE-2004-1335 version (kernel, fixed 2.6.10) ### -CVE-2004-1334 version (kernel, fixed 2.6.10) ### -CVE-2004-1333 version (kernel, fixed 2.6.10) ### +CVE-2004-1335 version (kernel, fixed 2.6.10) +CVE-2004-1334 version (kernel, fixed 2.6.10) +CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### @@ -1153,13 +1153,13 @@ CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) CVE-2004-1267 version (cups, fixed 1.1.23) -CVE-2004-1237 version (kernel, not 2.6) not upstream ### -CVE-2004-1235 version (kernel, fixed 2.6.11) ### -CVE-2004-1234 version (kernel, not 2.6) ### +CVE-2004-1237 version (kernel, not 2.6) not upstream +CVE-2004-1235 version (kernel, fixed 2.6.11) +CVE-2004-1234 version (kernel, not 2.6) CVE-2004-1224 version (mtr, fixed after 0.65) ### CVE-2004-1200 ignore (firefox, mozilla) not a security issue -CVE-2004-1191 version (kernel, fixed 2.6.9) ### -CVE-2004-1190 version (kernel, fixed 2.6.10) ### +CVE-2004-1191 version (kernel, fixed 2.6.9) +CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### @@ -1176,16 +1176,16 @@ CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) -CVE-2004-1151 version (kernel, fixed 2.6.10) ### +CVE-2004-1151 version (kernel, fixed 2.6.10) CVE-2004-1145 version (kde, not 3.4) ### -CVE-2004-1144 version (kernel, not 2.6) ### +CVE-2004-1144 version (kernel, not 2.6) CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) CVE-2004-1138 version (vim, fixed 6.3) ### -CVE-2004-1137 version (kernel, fixed 2.6.10) ### +CVE-2004-1137 version (kernel, fixed 2.6.10) CVE-2004-1125 version (xpdf, fixed 3.0.1) CVE-2004-1125 version (tetex, at least 3.0) ### CVE-2004-1125 version (kdegraphics, not 3.4) @@ -1195,34 +1195,34 @@ CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### -CVE-2004-1074 version (kernel, fixed 2.6.10) ### -CVE-2004-1073 version (kernel, fixed 2.6.10) ### -CVE-2004-1072 version (kernel, fixed 2.6.10) ### -CVE-2004-1071 version (kernel, fixed 2.6.10) ### -CVE-2004-1070 version (kernel, fixed 2.6.10) ### -CVE-2004-1069 version (kernel, fixed 2.6.10) ### -CVE-2004-1068 version (kernel, fixed 2.6.10) ### +CVE-2004-1074 version (kernel, fixed 2.6.10) +CVE-2004-1073 version (kernel, fixed 2.6.10) +CVE-2004-1072 version (kernel, fixed 2.6.10) +CVE-2004-1071 version (kernel, fixed 2.6.10) +CVE-2004-1070 version (kernel, fixed 2.6.10) +CVE-2004-1069 version (kernel, fixed 2.6.10) +CVE-2004-1068 version (kernel, fixed 2.6.10) CVE-2004-1065 version (php, fixed after 5.0.2) CVE-2004-1064 version (php, fixed after 5.0.2) CVE-2004-1063 version (php, fixed after 5.0.2) -CVE-2004-1060 version (kernel) all verifies sequence number ### -CVE-2004-1058 version (kernel, fixed 2.6.9) ### -CVE-2004-1057 version (kernel, fixed 2.6.10) ### -CVE-2004-1056 version (kernel, fixed 2.6.10) ### +CVE-2004-1060 version (kernel) all verifies sequence number +CVE-2004-1058 version (kernel, fixed 2.6.9) +CVE-2004-1057 version (kernel, fixed 2.6.10) +CVE-2004-1056 version (kernel, fixed 2.6.10) CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) CVE-2004-1018 version (php, fixed after 5.0.2) -CVE-2004-1017 version (kernel, fixed 2.6.10) ### -CVE-2004-1016 version (kernel, fixed 2.6.10) ### +CVE-2004-1017 version (kernel, fixed 2.6.10) +CVE-2004-1016 version (kernel, fixed 2.6.10) CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) CVE-2004-1006 version (dhcp, not 3) ### CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue -CVE-2004-0997 version (kernel, not 2.6) ### +CVE-2004-0997 version (kernel, not 2.6) CVE-2004-0996 backport (cscope) not fixed in 15.5 ### CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### CVE-2004-0989 version (libxml2, fixed 2.6.15) @@ -1278,13 +1278,13 @@ CVE-2004-0888 version (tetex, fixed 3.0) ### CVE-2004-0888 version (kpdegraphics, not 3.4) ### CVE-2004-0888 version (cups) -CVE-2004-0887 version (kernel, fixed 2.6.10) ### +CVE-2004-0887 version (kernel, fixed 2.6.10) CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### -CVE-2004-0883 version (kernel, fixed 2.6.11) ### -CVE-2004-0883 version (kernel, fixed 2.6.11) ### +CVE-2004-0883 version (kernel, fixed 2.6.11) +CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix @@ -1297,11 +1297,11 @@ CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) CVE-2004-0826 version (nss, fixed 3.9.2) ### CVE-2004-0823 version (openldap, fixed after 2.1.19) ### -CVE-2004-0816 version (kernel, fixed 2.6.8) ### +CVE-2004-0816 version (kernel, fixed 2.6.8) CVE-2004-0815 version (samba, fixed 3.0.2a) -CVE-2004-0814 version (kernel, fixed 2.6.9) ### -CVE-2004-0813 version (kernel, fixed 2.6.8) ### -CVE-2004-0812 version (kernel, not 2.6) ### +CVE-2004-0814 version (kernel, fixed 2.6.9) +CVE-2004-0813 version (kernel, fixed 2.6.8) +CVE-2004-0812 version (kernel, not 2.6) CVE-2004-0811 version (httpd, not 2.2) CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) @@ -1316,8 +1316,8 @@ CVE-2004-0797 version (zlib) CVE-2004-0796 version (spamassassin, fixed 2.64) CVE-2004-0792 version (rsync, fixed 2.6.3) -CVE-2004-0791 version (kernel, fixed 2.6.9) ### -CVE-2004-0790 version (kernel) doesn't affect linux 2.6 ### +CVE-2004-0791 version (kernel, fixed 2.6.9) +CVE-2004-0790 version (kernel, not 2.6) CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### CVE-2004-0786 version (apr-util, fixed 2.0.51) ### CVE-2004-0785 version (gaim, fixed 0.82) @@ -1365,7 +1365,7 @@ CVE-2004-0688 version (openmotif) ### CVE-2004-0687 version (openmotif) ### CVE-2004-0686 version (samba, fixed 3.0.6) -CVE-2004-0685 version (kernel, not 2.6) ### +CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) ### CVE-2004-0648 version (mozilla) ### @@ -1379,8 +1379,8 @@ CVE-2004-0633 version (wireshark, fixed 0.10.5) CVE-2004-0628 version (mysql, fixed 4.1.3) CVE-2004-0627 version (mysql, fixed 4.1.3) -CVE-2004-0626 version (kernel, fixed 2.6.8) ### -CVE-2004-0619 version (kernel) no driver ### +CVE-2004-0626 version (kernel, fixed 2.6.8) +CVE-2004-0619 version (kernel) no driver CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) @@ -1391,15 +1391,15 @@ CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) -CVE-2004-0592 version (kernel, not upstream flaw) ### -CVE-2004-0587 version (kernel) not upstream flaw ### +CVE-2004-0592 version (kernel) not upstream flaw +CVE-2004-0587 version (kernel) not upstream flaw CVE-2004-0558 version (cups, fixed 1.1.21) CVE-2004-0557 version (sox, fixed after 12.17.4) -CVE-2004-0554 version (kernel, fixed 2.6.7) ### +CVE-2004-0554 version (kernel, fixed 2.6.7) CVE-2004-0548 ignore (aspell, not fixed 0.50.5) not a security issue CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) -CVE-2004-0535 version (kernel, fixed 2.6.6) ### +CVE-2004-0535 version (kernel, fixed 2.6.6) CVE-2004-0527 version (konqueror, not 3+) ### CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) @@ -1410,29 +1410,29 @@ CVE-2004-0505 version (wireshark, fixed 0.10.4) CVE-2004-0504 version (wireshark, fixed 0.10.4) CVE-2004-0500 version (gaim, fixed 0.82) -CVE-2004-0497 version (kernel, fixed 2.6.8) ### -CVE-2004-0496 version (kernel, fixed 2.6.8) ### -CVE-2004-0495 version (kernel, fixed 2.6.8) ### +CVE-2004-0497 version (kernel, fixed 2.6.8) +CVE-2004-0496 version (kernel, fixed 2.6.8) +CVE-2004-0495 version (kernel, fixed 2.6.8) CVE-2004-0494 version (mc, fixed 4.6.1) CVE-2004-0493 version (httpd, not 2.2) CVE-2004-0492 version (httpd, not 2.2) -CVE-2004-0491 version (kernel, not upstream) ### +CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) -CVE-2004-0447 version (kernel, fixed 2.6.5) ### -CVE-2004-0427 version (kernel, fixed 2.6.6) ### +CVE-2004-0447 version (kernel, fixed 2.6.5) +CVE-2004-0427 version (kernel, fixed 2.6.6) CVE-2004-0426 version (rsync, fixed 2.6.1) -CVE-2004-0424 version (kernel, fixed 2.6.4) ### +CVE-2004-0424 version (kernel, fixed 2.6.4) CVE-2004-0421 version (libpng, fixed 1.0.16) CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) -CVE-2004-0415 version (kernel, fixed 2.6.8) ### +CVE-2004-0415 version (kernel, fixed 2.6.8) CVE-2004-0414 version (cvs, fixed 1.11.17) CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) @@ -1443,7 +1443,7 @@ CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) ### CVE-2004-0396 version (cvs, fixed 1.12.8) -CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability ### +CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability CVE-2004-0392 version (racoon, fixed 20040407b) ### CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) @@ -1455,8 +1455,8 @@ CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) -CVE-2004-0229 version (kernel, fixed 2.6.6) ### -CVE-2004-0228 version (kernel, fixed 2.6.6) ### +CVE-2004-0229 version (kernel, fixed 2.6.6) +CVE-2004-0228 version (kernel, fixed 2.6.6) CVE-2004-0226 version (mc, fixed 4.6.0) CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) @@ -1464,12 +1464,12 @@ CVE-2004-0184 version (tcpdump, fixed 3.8.2) CVE-2004-0183 version (tcpdump, fixed 3.8.2) CVE-2004-0182 version (mailman) only affected Red Hat packages -CVE-2004-0181 version (kernel, fixed 2.6.5) ### +CVE-2004-0181 version (kernel, fixed 2.6.5) CVE-2004-0180 version (cvs, fixed 1.11.15) CVE-2004-0179 version (openoffice.org) ### CVE-2004-0179 version (neon, fixed 0.24.5) -CVE-2004-0178 version (kernel, not 2.6) ### -CVE-2004-0177 version (kernel, fixed 2.6.6) ### +CVE-2004-0178 version (kernel, not 2.6) +CVE-2004-0177 version (kernel, fixed 2.6.6) CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### @@ -1479,13 +1479,13 @@ CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) ### -CVE-2004-0138 version (kernel, fixed 2.6.0) ### +CVE-2004-0138 version (kernel, fixed 2.6.0) CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) CVE-2004-0110 version (libxml2, fixed 2.6.6) -CVE-2004-0109 version (kernel, fixed 2.6.6) ### +CVE-2004-0109 version (kernel, fixed 2.6.6) CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) CVE-2004-0106 version (XFree86) ### @@ -1503,25 +1503,25 @@ CVE-2004-0079 version (openssl, not 0.9.8) CVE-2004-0079 backport (openssl097a, fixed 0.9.7c) CVE-2004-0078 version (mutt, fixed 1.4.2) -CVE-2004-0077 version (kernel, fixed 2.6.3) ### -CVE-2004-0075 version (kernel, not 2.6) ### +CVE-2004-0077 version (kernel, fixed 2.6.3) +CVE-2004-0075 version (kernel, not 2.6) CVE-2004-0057 version (tcpdump, fixed 3.8.2) CVE-2004-0055 version (tcpdump, fixed 3.8.2) CVE-2004-0042 ignore (vsftpd) disputed -CVE-2004-0010 version (kernel, not 2.6) ### +CVE-2004-0010 version (kernel, not 2.6) CVE-2004-0008 version (gaim, fixed 0.75) CVE-2004-0007 version (gaim, fixed 0.75) CVE-2004-0006 version (gaim, fixed 0.76) CVE-2004-0005 version (gaim, fixed 0.76) -CVE-2004-0003 version (kernel, not 2.6) ### -CVE-2004-0001 version (kernel, not 2.6) ### +CVE-2004-0003 version (kernel, not 2.6) +CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) -CVE-2003-1161 version (kernel, not released version) ### +CVE-2003-1161 version (kernel, not released version) CVE-2003-1138 backport (httpd, Red Hat only) contains /+ now CVE-2003-1029 version (tcpdump, fixed after 3.8.1) CVE-2003-1023 version (mc, 4.6.1) @@ -1537,9 +1537,9 @@ CVE-2003-0988 version (kdepim, fixed 3.1.5) CVE-2003-0988 version (kde, fixed 3.1.5) CVE-2003-0987 version (httpd, not 2.2) -CVE-2003-0986 version (kernel, fixed 2.6.2) ### -CVE-2003-0985 version (kernel, not 2.6) ### -CVE-2003-0984 version (kernel, fixed 2.4.23) ### +CVE-2003-0986 version (kernel, fixed 2.6.2) +CVE-2003-0985 version (kernel, not 2.6) +CVE-2003-0984 version (kernel, fixed 2.4.23) CVE-2003-0977 version (cvs, fixed 1.11.10) CVE-2003-0973 version (mod_python, fixed 3.0.4) CVE-2003-0972 version (screen, fixed after 4.0.1) @@ -1549,9 +1549,9 @@ CVE-2003-0965 version (mailman, fixed 2.1.4) CVE-2003-0963 version (lftp, fixed after 2.6.9) CVE-2003-0962 version (rsync, fixed 2.5.7) -CVE-2003-0961 version (kernel, fixed 2.4.23) ### -CVE-2003-0959 version (kernel, fixed 2.4.21) ### -CVE-2003-0956 version (kernel, fixed 2.4.22) ### +CVE-2003-0961 version (kernel, fixed 2.4.23) +CVE-2003-0959 version (kernel, fixed 2.4.21) +CVE-2003-0956 version (kernel, fixed 2.4.22) CVE-2003-0935 version (net-snmp, fixed 5.0.9) CVE-2003-0927 version (wireshark, fixed 0.9.16) CVE-2003-0926 version (wireshark, fixed 0.9.16) @@ -1589,8 +1589,8 @@ CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### -CVE-2003-0700 version (kernel, not 2.6) ### -CVE-2003-0699 version (kernel, not 2.6) ### +CVE-2003-0700 version (kernel, not 2.6) +CVE-2003-0699 version (kernel, not 2.6) CVE-2003-0695 version (openssh, fixed 3.7.1) CVE-2003-0694 version (sendmail, fixed 8.12.10) CVE-2003-0693 version (openssh, fixed 3.7) @@ -1603,16 +1603,16 @@ CVE-2003-0681 version (sendmail, fixed 8.12.10) CVE-2003-0655 version (cdrtools, fixed 2.01a18) CVE-2003-0644 version (kdbg, not after 1.2.8) -CVE-2003-0643 version (kernel, not 2.6) ### -CVE-2003-0619 version (kernel, not 2.6) ### +CVE-2003-0643 version (kernel, not 2.6) +CVE-2003-0619 version (kernel, not 2.6) CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable -CVE-2003-0552 version (kernel, not 2.6) ### -CVE-2003-0551 version (kernel, not 2.6) ### -CVE-2003-0550 version (kernel, not 2.6) ### +CVE-2003-0552 version (kernel, not 2.6) +CVE-2003-0551 version (kernel, not 2.6) +CVE-2003-0550 version (kernel, not 2.6) CVE-2003-0549 version (gdm, fixed 2.4.1.6) CVE-2003-0548 version (gdm, fixed 2.4.1.6) CVE-2003-0547 version (gdm, fixed 2.4.1.6) @@ -1626,14 +1626,14 @@ CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) -CVE-2003-0501 version (kernel, fixed 2.6.1) ### -CVE-2003-0476 version (kernel, fixed 2.6.1) ### +CVE-2003-0501 version (kernel, fixed 2.6.1) +CVE-2003-0476 version (kernel, fixed 2.6.1) CVE-2003-0468 version (postfix, fixed 1.1.12) -CVE-2003-0467 version (kernel, not 2.6) ### -CVE-2003-0465 version (kernel, not 2.6) ### -CVE-2003-0464 version (kernel, not 2.6) ### -CVE-2003-0462 version (kernel, fixed 2.6.1) ### -CVE-2003-0461 version (kernel, fixed 2.6.1) ### +CVE-2003-0467 version (kernel, not 2.6) +CVE-2003-0465 version (kernel, not 2.6) +CVE-2003-0464 version (kernel, not 2.6) +CVE-2003-0462 version (kernel, fixed 2.6.1) +CVE-2003-0461 version (kernel, fixed 2.6.1) CVE-2003-0459 version (kdelibs, not 3.2) CVE-2003-0455 version (ImageMagick) CVE-2003-0442 version (php, fixed 4.3.2) @@ -1644,12 +1644,12 @@ CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) CVE-2003-0427 backport (mikmod) ### -CVE-2003-0418 version (kernel, not 2.6) ### +CVE-2003-0418 version (kernel, not 2.6) CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) CVE-2003-0367 backport (gzip) ### -CVE-2003-0364 version (kernel, not 2.6) ### +CVE-2003-0364 version (kernel, not 2.6) CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) CVE-2003-0354 version (ghostscript, fixed 7.07) @@ -1665,12 +1665,12 @@ CVE-2003-0252 version (nfs-utils, fixed 1.0.4) CVE-2003-0251 version (ypserv, fixed 2.7) CVE-2003-0249 ignore (php) see CVE -CVE-2003-0248 version (kernel, not 2.6) ### -CVE-2003-0247 version (kernel, not 2.6) ### -CVE-2003-0246 version (kernel, not 2.6) ### +CVE-2003-0248 version (kernel, not 2.6) +CVE-2003-0247 version (kernel, not 2.6) +CVE-2003-0246 version (kernel, not 2.6) CVE-2003-0245 version (httpd, not 2.2) CVE-2003-0245 version (httpd, not 2.2) -CVE-2003-0244 version (kernel, not 2.6) ### +CVE-2003-0244 version (kernel, not 2.6) CVE-2003-0211 version (xinetd, fixed 2.3.11) CVE-2003-0204 version (kde, fixed after 3.1.1) CVE-2003-0201 version (samba, fixed 2.2.8a) @@ -1681,7 +1681,7 @@ CVE-2003-0190 version (openssh, fixed 3.6.1p1) CVE-2003-0189 version (httpd, not 2.2) CVE-2003-0188 version (lv, fixed 4.51 at least) -CVE-2003-0187 version (kernel, not 2.6) ### +CVE-2003-0187 version (kernel, not 2.6) CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) CVE-2003-0165 version (eog, fixed 2.2.2??) ### @@ -1704,7 +1704,7 @@ CVE-2003-0130 version (evolution, fixed 1.2.3) CVE-2003-0129 version (evolution, fixed 1.2.3) CVE-2003-0128 version (evolution, fixed 1.2.3) -CVE-2003-0127 version (kernel, not 2.6) ### +CVE-2003-0127 version (kernel, not 2.6) CVE-2003-0124 version (man, fixed 1.5l) CVE-2003-0108 version (tcpdump, fixed after 3.7.1) CVE-2003-0107 version (zlib, fixed 1.2.0.2 at least) @@ -1735,11 +1735,11 @@ CVE-2003-0026 version (dhcp, fixed 3.0.1) CVE-2003-0020 version (httpd, not 2.2) CVE-2003-0019 version (kernel-utils, not upstream) -CVE-2003-0018 version (kernel, not 2.6) ### +CVE-2003-0018 version (kernel, not 2.6) CVE-2003-0017 version (httpd, not 2.2) CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) -CVE-2003-0001 version (kernel, not 2.6) ### +CVE-2003-0001 version (kernel, not 2.6) older, happened to deal with at same time: @@ -1749,9 +1749,9 @@ CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) -CVE-2002-2185 version (kernel, fixed 2.6.15) ### +CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-1963 version (kernel, not 2.6) ### +CVE-2002-1963 version (kernel, not 2.6) CVE-2002-1976 ignore (ifconfig) "use ip" CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) @@ -1761,9 +1761,9 @@ CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) -CVE-2002-1573 version (kernel, not 2.6) ### -CVE-2002-1572 version (kernel, not 2.6) ### -CVE-2002-1571 version (kernel, not 2.6) ### +CVE-2002-1573 version (kernel, not 2.6) +CVE-2002-1572 version (kernel, not 2.6) +CVE-2002-1571 version (kernel, not 2.6) CVE-2002-1510 version (XFree86, fixed 4.2.0) ### CVE-2002-1472 version (XFree86, fixed 4.2.1) ### CVE-2002-1363 version (libpng, fixed 1.2.6) From fedora-extras-commits at redhat.com Mon Aug 14 18:32:32 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 11:32:32 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.5,1.6 Message-ID: <200608141832.k7EIWYPu021784@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21767 Modified Files: ktorrent.spec Log Message: Increased release version to 4 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ktorrent.spec 14 Aug 2006 13:42:32 -0000 1.5 +++ ktorrent.spec 14 Aug 2006 18:32:31 -0000 1.6 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL From fedora-extras-commits at redhat.com Mon Aug 14 18:51:03 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 11:51:03 -0700 Subject: fedora-security/audit fc5,1.274,1.275 fc6,1.2,1.3 Message-ID: <200608141851.k7EIp35u021952@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21932 Modified Files: fc5 fc6 Log Message: Xorg was affected by the PCF issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.274 retrieving revision 1.275 diff -u -r1.274 -r1.275 --- fc5 14 Aug 2006 08:43:37 -0000 1.274 +++ fc5 14 Aug 2006 18:51:00 -0000 1.275 @@ -68,6 +68,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3467 VULNERABLE (xorg) #202475 CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fc6 14 Aug 2006 17:19:16 -0000 1.2 +++ fc6 14 Aug 2006 18:51:00 -0000 1.3 @@ -78,6 +78,7 @@ CVE-2006-3469 VULNERABLE (mysql) ### CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 VULNERABLE (freetype) ### +CVE-2006-3467 VULNERABLE (xorg) #202475 CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### From fedora-extras-commits at redhat.com Mon Aug 14 19:46:37 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:37 -0700 Subject: rpms/python-simplejson/devel - New directory Message-ID: <200608141946.k7EJkdQs024756@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24727/python-simplejson/devel Log Message: Directory /cvs/extras/rpms/python-simplejson/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 19:46:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:36 -0700 Subject: rpms/python-simplejson - New directory Message-ID: <200608141946.k7EJkcGB024753@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24727/python-simplejson Log Message: Directory /cvs/extras/rpms/python-simplejson added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 19:46:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:48 -0700 Subject: rpms/python-simplejson/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608141946.k7EJkoJb024807@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24773/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-simplejson --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 19:46:47 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:46:47 -0700 Subject: rpms/python-simplejson Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608141946.k7EJkn83024806@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24773 Added Files: Makefile import.log Log Message: Setup of module python-simplejson --- NEW FILE Makefile --- # Top level Makefile for module python-simplejson all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 19:47:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:47:10 -0700 Subject: rpms/python-simplejson import.log,1.1,1.2 Message-ID: <200608141947.k7EJlg3O024871@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24837 Modified Files: import.log Log Message: auto-import python-simplejson-1.3-3 on branch devel from python-simplejson-1.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 19:46:47 -0000 1.1 +++ import.log 14 Aug 2006 19:47:09 -0000 1.2 @@ -0,0 +1 @@ +python-simplejson-1_3-3:HEAD:python-simplejson-1.3-3.src.rpm:1155584842 From fedora-extras-commits at redhat.com Mon Aug 14 19:47:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 12:47:10 -0700 Subject: rpms/python-simplejson/devel python-simplejson.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608141947.k7EJlgeD024875@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-simplejson/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24837/devel Modified Files: .cvsignore sources Added Files: python-simplejson.spec Log Message: auto-import python-simplejson-1.3-3 on branch devel from python-simplejson-1.3-3.src.rpm --- NEW FILE python-simplejson.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-simplejson Version: 1.3 Release: 3%{?dist} Summary: Simple, fast, extensible JSON encoder/decoder for Python Group: System Environment/Libraries License: MIT URL: http://undefined.org/python/#simplejson Source0: http://cheeseshop.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools %description simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 2.3+. It is pure Python code with no dependencies. simplejson was formerly known as simple_json, but changed its name to comply with PEP 8 module naming guidelines. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). %prep %setup -q -n simplejson-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT \ --single-version-externally-managed %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc docs %dir %{python_sitelib}/simplejson %{python_sitelib}/simplejson-%{version}-py2.4.egg-info %{python_sitelib}/simplejson/*.py* %{python_sitelib}/simplejson/tests/*.py* %changelog * Mon Aug 14 2006 Luke Macken - 1.3-3 - Include .pyo's instead of just ghosting them * Wed Jul 12 2006 Luke Macken - 1.3-2 - Add --single-version-externally-managed flag to install * Mon Jul 10 2006 Luke Macken - 1.3-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 19:46:47 -0000 1.1 +++ .cvsignore 14 Aug 2006 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +simplejson-1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-simplejson/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 19:46:47 -0000 1.1 +++ sources 14 Aug 2006 19:47:10 -0000 1.2 @@ -0,0 +1 @@ +fbe039b9b863572651a0f665acea34c9 simplejson-1.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 19:56:48 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 12:56:48 -0700 Subject: fedora-security/audit fc6,1.3,1.4 Message-ID: <200608141956.k7EJumSh025305@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25287 Modified Files: fc6 Log Message: More work, this is the easy part where we're mostly working on things that were fixed in fc5 by version number so we only need to check that the fc6 version is similar and greater (or more work if for some package like Apache where the 2.2 branch and 2.0 branches are such that you can't just assume fixed if > 2.0.54 say). 70% done, with the hard 30% left Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fc6 14 Aug 2006 18:51:00 -0000 1.3 +++ fc6 14 Aug 2006 19:56:45 -0000 1.4 @@ -57,7 +57,7 @@ CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### -CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] ### +CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### @@ -86,7 +86,7 @@ CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3404 version (gimp, fixed 2.2.12) #198270 [since FEDORA-2006-794] ### +CVE-2006-3404 version (gimp, fixed 2.2.12) CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### @@ -95,18 +95,18 @@ CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) -CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] ### +CVE-2006-3127 version (nss, only affected 3.11) CVE-2006-3122 ** dhcp ### -CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### +CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### -CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] ### +CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) -CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] ### +CVE-2006-3057 version (dhcdbd, fixed 1.14) CVE-2006-3018 version (php, fixed 5.1.3) CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) @@ -114,7 +114,7 @@ CVE-2006-2936 version (kernel, fixed 2.6.17.7) CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) -CVE-2006-2933 version (kde, not 3.2+) ### +CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### @@ -157,7 +157,7 @@ CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed -CVE-2006-2661 VULNERABLE (freetype, fixed 2.2.1) #183677 ### +CVE-2006-2661 version (freetype, fixed 2.2.1) CVE-2006-2660 ignore (php) see bz#195539 CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC @@ -166,28 +166,28 @@ CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### CVE-2006-2451 version (kernel, fixed 2.6.17.4) -CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] ### +CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### -CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue ### -CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] ### +CVE-2006-2414 version (dovecot, fixed 1.0.beta8) not a security issue +CVE-2006-2369 version (vnc, fixed 4.1.2) CVE-2006-2366 VULNERABLE (openobex) #192087 ### CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) CVE-2006-2313 version (postgresql, fixed 8.1.4) -CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] ### +CVE-2006-2276 version (quagga, fixed 0.98.6) CVE-2006-2275 version (kernel, fixed 2.6.16.15) CVE-2006-2274 version (kernel, fixed 2.6.16.15) CVE-2006-2272 version (kernel, fixed 2.6.16.15) CVE-2006-2271 version (kernel, fixed 2.6.16.15) -CVE-2006-2224 version (quagga, fixed 0.98.6) #191085 [since FEDORA-2006-845] ### -CVE-2006-2223 version (quagga, fixed 0.98.6) #191081 [since FEDORA-2006-845] ### -CVE-2006-2199 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### -CVE-2006-2198 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] ### +CVE-2006-2224 version (quagga, fixed 0.98.6) +CVE-2006-2223 version (quagga, fixed 0.98.6) +CVE-2006-2199 version (openoffice.org, fixed 2.0.3) +CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### @@ -195,9 +195,9 @@ CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux -CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### -CVE-2006-2025 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### -CVE-2006-2024 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] ### +CVE-2006-2026 version (libtiff, fixed 3.8.1) +CVE-2006-2025 version (libtiff, fixed 3.8.1) +CVE-2006-2024 version (libtiff, fixed 3.8.1) CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### CVE-2006-1991 version (php) CVE-2006-1990 version (php) @@ -315,7 +315,7 @@ CVE-2006-1343 version (kernel, fixed 2.6.16.19) CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) -CVE-2006-1296 version (beagle, fixed 0.2.4) [since FEDORA-2006-305] was backport since FEDORA-2006-188 ### +CVE-2006-1296 version (beagle, fixed 0.2.4) CVE-2006-1273 ignore (firefox) this issue only affects IE CVE-2006-1244 ignore (xpdf) duplicate of other cve named issues CVE-2006-1242 version (kernel, fixed 2.6.16.1) @@ -329,7 +329,7 @@ CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### -CVE-2006-1057 version (gdm, fixed 2.14.1) [since FEDORA-2006-338] ### +CVE-2006-1057 version (gdm, fixed 2.14.1) CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) CVE-2006-1052 version (kernel, fixed 2.6.16) @@ -352,7 +352,7 @@ CVE-2006-0744 version (kernel, fixed 2.6.16.5) CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) -CVE-2006-0730 version (dovecot, 1.0beta[12] only) ### +CVE-2006-0730 version (dovecot, 1.0beta[12] only) CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) @@ -368,12 +368,12 @@ CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) -CVE-2006-0459 version (flex) by inspection ### +CVE-2006-0459 version (flex) by inspection CVE-2006-0457 version (kernel, fixed 2.6.16) CVE-2006-0456 ignore (kernel) s390 only -CVE-2006-0455 version (gnupg, fixed 1.4.2.1) ### +CVE-2006-0455 version (gnupg, fixed 1.4.2.1) CVE-2006-0454 version (kernel, fixed 2.6.15.3) -CVE-2006-0405 version (libtiff, 3.8.0 only) ### +CVE-2006-0405 version (libtiff, 3.8.0 only) CVE-2006-0377 version (squirrelmail, fixed 1.4.6) CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) @@ -421,7 +421,7 @@ CVE-2006-0082 version (ImageMagick, not 6.2.5.4) CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) -CVE-2006-0049 version (gnupg, fixed 1.4.2.2) ### +CVE-2006-0049 version (gnupg, fixed 1.4.2.2) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) @@ -441,7 +441,7 @@ CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### CVE-2005-4639 version (kernel, fixed 2.6.15) -CVE-2005-4636 version (openoffice.org, fixed 2.0.1) ### +CVE-2005-4636 version (openoffice.org, fixed 2.0.1) CVE-2005-4635 version (kernel, fixed 2.6.15) CVE-2005-4618 version (kernel, fixed 2.6.15) CVE-2005-4605 version (kernel, fixed 2.6.15) @@ -473,9 +473,9 @@ CVE-2005-3783 version (kernel, fixed 2.6.15) CVE-2005-3753 version (kernel, fixed 2.6.14) CVE-2005-3745 ignore (struts, fixed 1.2.8) but not through tomcat -CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) ### +CVE-2005-3732 version (ipsec-tools, fixed 0.6.3) CVE-2005-3675 VULNERABLE (kernel) optack, no upstream fix -CVE-2005-3671 version (openswan, fixed 2.4.4) ### +CVE-2005-3671 version (openswan, fixed 2.4.4) CVE-2005-3662 version (netpbm) CVE-2005-3656 version (mod_auth_pgsql, fixed 2.0.3) CVE-2005-3651 version (wireshark, fixed 0.10.14) @@ -559,7 +559,7 @@ CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### CVE-2005-3191 version (cups, fixed 1.2.0) -CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) ### +CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) CVE-2005-3185 version (wget, fixed 1.10.2 at least) CVE-2005-3185 version (curl, fixed 7.15) CVE-2005-3184 version (wireshark, fixed 0.10.13) @@ -584,8 +584,8 @@ CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### CVE-2005-2978 version (netpbm, fixed 10.25) -CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) ### -CVE-2005-2975 version (gtk2, fixed 2.8.7) ### +CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) +CVE-2005-2975 version (gtk2, fixed 2.8.7) CVE-2005-2973 version (kernel, fixed 2.6.14) CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) @@ -595,7 +595,7 @@ CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) -CVE-2005-2933 version (libc-client, fixed 2004g at least) ### +CVE-2005-2933 version (libc-client, fixed 2004g at least) CVE-2005-2929 backport (lynx) ### CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) @@ -605,7 +605,7 @@ CVE-2005-2871 version (thunderbird) ### CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### -CVE-2005-2811 version (net-snmp) not upstream, gentoo only ### +CVE-2005-2811 version (net-snmp) not upstream, gentoo only CVE-2005-2801 version (kernel, fixed 2.6.11) CVE-2005-2800 version (kernel, fixed 2.6.12.6) CVE-2005-2798 version (openssh, fixed 4.2) @@ -637,10 +637,10 @@ CVE-2005-2701 version (firefox, fixed 1.0.7) ### CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### -CVE-2005-2672 version (lm_sensors, fixed 2.9.2) ### +CVE-2005-2672 version (lm_sensors, fixed 2.9.2) CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only -CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) ### +CVE-2005-2641 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2617 version (kernel, fixed 2.6.12.5) CVE-2005-2602 ignore (thunderbird) probably CVE-2005-2602 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=237085 @@ -651,15 +651,15 @@ CVE-2005-2550 version (evolution, fixed after 2.3.6.1) CVE-2005-2549 version (evolution, fixed after 2.3.6.1) CVE-2005-2548 version (kernel, fixed 2.6.9) only affected 2.6.8 -CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 ### +CVE-2005-2547 version (bluez-pin, fixed 2.19) not before 2.16 CVE-2005-2541 ignore (tar) is documented behaviour CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) -CVE-2005-2496 backport (ntp, fixed 4.2.0b) ...0a-20040617-ntpd_guid.patch ### +CVE-2005-2496 version (ntp, fixed 4.2.0b) CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### -CVE-2005-2494 version (kdebase, fixed after 3.4.2) ### +CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) -CVE-2005-2491 version (pcre, fixed 6.2) ### +CVE-2005-2491 version (pcre, fixed 6.2) CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre @@ -670,15 +670,15 @@ CVE-2005-2458 version (kernel, fixed 2.6.12.5) CVE-2005-2457 version (kernel, fixed 2.6.12.5) CVE-2005-2456 version (kernel, fixed 2.6.12.5) -CVE-2005-2452 version (libtiff, fixed 3.7.0) ### -CVE-2005-2448 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-2452 version (libtiff, fixed 3.7.0) +CVE-2005-2448 version (kdenetwork, fixed 3.4.2) CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash -CVE-2005-2410 version (NetworkManager, fixed 5.0) ### +CVE-2005-2410 version (NetworkManager, fixed 5.0) CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 -CVE-2005-2370 version (kdenetwork, fixed 3.4.2) ### +CVE-2005-2370 version (kdenetwork, fixed 3.4.2) CVE-2005-2370 version (gaim, fixed 1.5.0) -CVE-2005-2369 version (kdenetwork, fixed 3.4.2) ### -CVE-2005-2368 version (vim, fixed 6.3.086 at least) ### +CVE-2005-2369 version (kdenetwork, fixed 3.4.2) +CVE-2005-2368 version (vim, fixed 6.3.086 at least) CVE-2005-2367 version (wireshark, fixed 0.10.12) CVE-2005-2366 version (wireshark, fixed 0.10.12) CVE-2005-2365 version (wireshark, fixed 0.10.12) @@ -715,26 +715,26 @@ CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### CVE-2005-2260 version (firefox, fixed 1.0.5) ### -CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) ### +CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) CVE-2005-2114 version (mozilla, fixed 1.7.9) ### CVE-2005-2114 version (firefox, fixed 1.0.5) ### -CVE-2005-2104 version (sysreport, fixed 1.4.1-5) ### +CVE-2005-2104 version (sysreport, fixed 1.4.1-5) CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) -CVE-2005-2101 version (kdeedu, fixed after 3.4.2) ### +CVE-2005-2101 version (kdeedu, fixed after 3.4.2) CVE-2005-2100 version (kernel, not 2.6) not upstream only RHEL4 CVE-2005-2099 version (kernel, fixed 2.6.12.5) CVE-2005-2098 version (kernel, fixed 2.6.12.5) CVE-2005-2097 version (xpdf, fixed 3.0.1) CVE-2005-2097 version (cups) -CVE-2005-2096 version (rpm, fixed 4.4.2) ### +CVE-2005-2096 version (rpm, fixed 4.4.2) CVE-2005-2096 backport (zlib, fixed 1.2.2.4) CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) -CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) ### +CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### -CVE-2005-2023 version (gnupg, fixed 1.9.15) ### -CVE-2005-1993 version (sudo, fixed 1.6.8p9) ### +CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### +CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (mozilla, fixed 1.7.9) ### CVE-2005-1937 version (firefox, fixed 1.0.5) ### @@ -754,23 +754,23 @@ CVE-2005-1763 version (kernel, fixed 2.6.12) CVE-2005-1762 version (kernel, fixed 2.6.12) CVE-2005-1761 version (kernel, fixed 2.6.12.2) -CVE-2005-1760 version (sysreport, fixed 1.4.1-3) ### +CVE-2005-1760 version (sysreport, fixed 1.4.1-3) CVE-2005-1759 ignore (php) dead code path CVE-2005-1759 ignore (openldap) fixed shtool 2.0.2 flawed code path not used -CVE-2005-1751 version (nmap, fixed 3.93 at least) ### +CVE-2005-1751 version (nmap, fixed 3.93 at least) CVE-2005-1751 ignore (openldap) fixed shtool 2.0.2. Flawed code path not used CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable -CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) ### +CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### -CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) ### +CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) -CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) ### +CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) CVE-2005-1532 version (thunderbird) ### CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### @@ -816,7 +816,7 @@ CVE-2005-1263 version (kernel) CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) -CVE-2005-1260 version (bzip2, fixed 1.0.3) ### +CVE-2005-1260 version (bzip2, fixed 1.0.3) CVE-2005-1229 backport (cpio) ### CVE-2005-1228 backport (gzip) ### CVE-2005-1194 backport (nasm) ### @@ -842,14 +842,14 @@ CVE-2005-1153 version (firefox) ### CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### -CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) ### +CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### -CVE-2005-0990 version (sharutils, fixed 4.6 at least) ### +CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) ### CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### @@ -859,12 +859,12 @@ CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### -CVE-2005-0941 version (ooffice, fixed 1.9 m95) ### +CVE-2005-0941 version (openoffice.org, fixed 1.9 m95) CVE-2005-0937 version (kernel, fixed 2.6.11) CVE-2005-0916 version (kernel, fixed 2.6.12) -CVE-2005-0891 version (gtk2, fixed 2.2.4) ### +CVE-2005-0891 version (gtk2, fixed 2.2.4) CVE-2005-0867 version (kernel, fixed 2.6.11) -CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway ### +CVE-2005-0866 version (cdrecord) DEBUG isn't enabled anyway CVE-2005-0839 version (kernel, fixed 2.6.11) CVE-2005-0815 version (kernel, fixed 2.6.11.6) CVE-2005-0808 version (tomcat, fixed 5.x) @@ -878,11 +878,11 @@ CVE-2005-0761 version (ImageMagick, fixed 6.1.8) CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) -CVE-2005-0758 version (gzip, fixed 1.3.5) ### +CVE-2005-0758 version (gzip, fixed 1.3.5) CVE-2005-0758 backport (bzip2) ### CVE-2005-0757 version (kernel, not 2.6) CVE-2005-0756 version (kernel, fixed 2.6.12) -CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) ### +CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) CVE-2005-0753 version (cvs, fixed 1.11.20) CVE-2005-0752 version (firefox, fixed 1.0.3) ### CVE-2005-0750 version (kernel, fixed 2.6.11.6) @@ -897,11 +897,11 @@ CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) CVE-2005-0670 VULNERABLE (hcidump) ### -CVE-2005-0664 version (libexif, fixed 0.6.12) ### +CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless -CVE-2005-0627 version (qt, fixed 3.3.4) ### +CVE-2005-0627 version (qt, fixed 3.3.4) CVE-2005-0626 version (squid, fixed 2.5.STABLE10) -CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) ### +CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) @@ -911,7 +911,7 @@ CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### CVE-2005-0590 version (thunderbird) ### -CVE-2005-0590 version (openswan, fixed 2.1.4) ### +CVE-2005-0590 version (openswan, fixed 2.1.4) CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### CVE-2005-0589 version (firefox, fixed 1.0.1) ### @@ -936,7 +936,7 @@ CVE-2005-0527 version (firefox, fixed 1.0.1) ### CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) -CVE-2005-0509 version (mono, not after 1.0.5) ### +CVE-2005-0509 version (mono, not after 1.0.5) CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) @@ -960,11 +960,11 @@ CVE-2005-0399 version (thunderbird) ### CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### -CVE-2005-0398 version (ipsec-tools, fixed 0.5) ### +CVE-2005-0398 version (ipsec-tools, fixed 0.5) CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) CVE-2005-0384 version (kernel, fixed 2.6.11.4) -CVE-2005-0372 version (gftp, fixed 2.0.18 at least) ### +CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### @@ -994,10 +994,10 @@ CVE-2005-0208 version (gaim, fixed 1.1.4) CVE-2005-0207 version (kernel, fixed 2.6.11) CVE-2005-0206 version (xpdf) only bad patch for 2004-0888 -CVE-2005-0205 version (kdenetwork, not 3.3+) ### +CVE-2005-0205 version (kdenetwork, not 3.3+) CVE-2005-0204 version (kernel) didn't affect upstream CVE-2005-0202 version (mailman, fixed 2.1.6) -CVE-2005-0201 version (dbus, fixed 0.36.1) ### +CVE-2005-0201 version (dbus, fixed 0.36.1) CVE-2005-0194 version (squid, fixed 2.5.STABLE8) CVE-2005-0180 version (kernel, fixed 2.6.11) CVE-2005-0179 version (kernel, fixed 2.6.11) @@ -1007,7 +1007,7 @@ CVE-2005-0175 version (squid, fixed 2.5.STABLE8) CVE-2005-0174 version (squid, fixed 2.5.STABLE8) CVE-2005-0173 version (squid, fixed 2.5.STABLE8) -CVE-2005-0162 version (openswan, fixed 2.3.0) ### +CVE-2005-0162 version (openswan, fixed 2.3.0) CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) @@ -1037,7 +1037,7 @@ CVE-2005-0104 version (squirrelmail, fixed 1.4.4) CVE-2005-0103 version (squirrelmail, fixed 1.4.4) CVE-2005-0102 version (evolution-data-server, fixed 1.2.2 at least) -CVE-2005-0100 version (emacs, fixed 21.4 at least) ### +CVE-2005-0100 version (emacs, fixed 21.4 at least) CVE-2005-0097 version (squid, fixed 2.5.STABLE8) CVE-2005-0096 version (squid, fixed 2.5.STABLE8) CVE-2005-0095 version (squid, fixed 2.5.STABLE8) @@ -1045,28 +1045,28 @@ CVE-2005-0092 version (kernel, not affected) CVE-2005-0091 version (kernel, not affected) CVE-2005-0090 version (kernel, not affected) -CVE-2005-0089 version (python, fixed 2.4.1 at least) ### +CVE-2005-0089 version (python, fixed 2.4.1 at least) CVE-2005-0088 version (mod_python, fixed after 2.7.8) -CVE-2005-0087 version (alsa-lib, fixed 1.0.9) ### -CVE-2005-0086 version (less) didn't affect upstream ### -CVE-2005-0085 version (htdig, fixed 3.1.6-r7) ### +CVE-2005-0087 version (alsa-lib, fixed 1.0.9) +CVE-2005-0086 version (less) didn't affect upstream +CVE-2005-0085 version (htdig, fixed 3.1.6-r7) CVE-2005-0084 version (wireshark, fixed 0.10.9) CVE-2005-0080 version (mailman) not upstream -CVE-2005-0078 version (kde, fixed 3.0.5) ### -CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) ### +CVE-2005-0078 version (kde, fixed 3.0.5) +CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) CVE-2005-0075 version (squirrelmail, fixed 1.4.4) CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### CVE-2005-0064 version (xpdf, fixed 3.0.1) -CVE-2005-0064 version (tetex, fixed 3.0) ### +CVE-2005-0064 version (tetex, fixed 3.0) CVE-2005-0064 version (kdegraphics, not 3.4) CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc -CVE-2005-0034 version (bind, fixed after 9.3.0) ### -CVE-2005-0033 version (bind, not 9) ### +CVE-2005-0034 version (bind, fixed after 9.3.0) +CVE-2005-0033 version (bind, not 9) CVE-2005-0023 ignore (libvte) not a security risk -CVE-2005-0014 version (ncpfs, fixed 2.2.6) ### -CVE-2005-0013 version (ncpfs, fixed 2.2.6) ### -CVE-2005-0011 version (kdeedu, not 3.4) ### +CVE-2005-0014 version (ncpfs, fixed 2.2.6) +CVE-2005-0013 version (ncpfs, fixed 2.2.6) +CVE-2005-0011 version (kdeedu, not 3.4) CVE-2005-0010 version (wireshark, fixed 0.10.9) CVE-2005-0009 version (wireshark, fixed 0.10.9) CVE-2005-0008 version (wireshark, fixed 0.10.9) @@ -1087,13 +1087,13 @@ CVE-2004-2531 version (gnutls, fixed 1.0.17) CVE-2004-2480 ignore (squid) , not reproducable CVE-2004-2479 version (squid, fixed 2.5.STABLE8) -CVE-2004-2396 version (passwd, fixed 0.69) ### -CVE-2004-2395 version (passwd, fixed 0.69) ### -CVE-2004-2394 version (passwd, fixed 0.69) ### -CVE-2004-2392 version (libuser, fixed 0.51.10) ### +CVE-2004-2396 version (passwd, fixed 0.69) +CVE-2004-2395 version (passwd, fixed 0.69) +CVE-2004-2394 version (passwd, fixed 0.69) +CVE-2004-2392 version (libuser, fixed 0.51.10) CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) -CVE-2004-2259 version (vsftpd, fixed 1.2.2) ### +CVE-2004-2259 version (vsftpd, fixed 1.2.2) CVE-2004-2228 version (firefox, fixed 1.0) ### CVE-2004-2227 version (firefox, fixed 1.0) ### CVE-2004-2225 version (firefox, fixed 0.10.1) ### @@ -1105,17 +1105,17 @@ CVE-2004-2069 version (openssh, not 4) CVE-2004-2014 version (wget, fixed 1.10.1) CVE-2004-2013 version (kernel, not 2.6) -CVE-2004-2004 version (configuration) SUSE only ### -CVE-2004-1880 version (openldap, fixed 2.2.21) ### +CVE-2004-2004 version (configuration) SUSE only +CVE-2004-1880 version (openldap, fixed 2.2.21) CVE-2004-1834 version (httpd, not 2.2) -CVE-2004-1773 version (sharutils, not 4.6) ### -CVE-2004-1772 version (sharutils, not 4.6) ### +CVE-2004-1773 version (sharutils, not 4.6) +CVE-2004-1772 version (sharutils, not 4.6) CVE-2004-1761 version (wireshark, fixed 0.10.3) -CVE-2004-1689 version (sudo, fixed 1.6.8p1) ### +CVE-2004-1689 version (sudo, fixed 1.6.8p1) CVE-2004-1653 ignore (openssh) CVE-2004-1639 version (mozilla) ### CVE-2004-1639 version (firefox) ### -CVE-2004-1617 ignore (lynx) not able to verify flaw ### +CVE-2004-1617 ignore (lynx) not able to verify flaw CVE-2004-1614 version (mozilla, fixed 1.7.5) ### CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) @@ -1139,14 +1139,14 @@ CVE-2004-1380 version (firefox) ### CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) -CVE-2004-1336 version (tetex, fixed 3.0 at least) ### +CVE-2004-1336 version (tetex, fixed 3.0 at least) CVE-2004-1335 version (kernel, fixed 2.6.10) CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) ### CVE-2004-1316 version (mozilla, fixed 1.7.5) ### -CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) ### -CVE-2004-1307 version (libtiff, was already fixed with 0886) ### +CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) +CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) CVE-2004-1296 backport (groff) from srpm ### CVE-2004-1287 backport (nasm) ### @@ -1157,16 +1157,16 @@ CVE-2004-1237 version (kernel, not 2.6) not upstream CVE-2004-1235 version (kernel, fixed 2.6.11) CVE-2004-1234 version (kernel, not 2.6) -CVE-2004-1224 version (mtr, fixed after 0.65) ### +CVE-2004-1224 version (mtr, fixed after 0.65) CVE-2004-1200 ignore (firefox, mozilla) not a security issue CVE-2004-1191 version (kernel, fixed 2.6.9) CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) CVE-2004-1186 backport (enscript) ### CVE-2004-1185 backport (enscript) ### -CVE-2004-1184 version (enscript, fixed 1.6.4 at least) ### -CVE-2004-1183 version (libtiff, fixed 3.7.2) ### -CVE-2004-1180 version (rwho, fixed 0.17) ### +CVE-2004-1184 version (enscript, fixed 1.6.4 at least) +CVE-2004-1183 version (libtiff, fixed 3.7.2) +CVE-2004-1180 version (rwho, fixed 0.17) CVE-2004-1177 version (mailman, fixed 2.1.6) CVE-2004-1176 version (mc, fixed 4.6.0) CVE-2004-1175 version (mc, fixed 4.6.0) @@ -1178,24 +1178,24 @@ CVE-2004-1156 version (mozilla, firefox) ### CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) -CVE-2004-1145 version (kde, not 3.4) ### +CVE-2004-1145 version (kde, not 3.4) CVE-2004-1144 version (kernel, not 2.6) CVE-2004-1143 version (mailman, fixed 2.1.5) CVE-2004-1142 version (wireshark, fixed 0.10.8) CVE-2004-1141 version (wireshark, fixed 0.10.8) CVE-2004-1140 version (wireshark, fixed 0.10.8) CVE-2004-1139 version (wireshark, fixed 0.10.8) -CVE-2004-1138 version (vim, fixed 6.3) ### +CVE-2004-1138 version (vim, fixed 6.3) CVE-2004-1137 version (kernel, fixed 2.6.10) CVE-2004-1125 version (xpdf, fixed 3.0.1) -CVE-2004-1125 version (tetex, at least 3.0) ### +CVE-2004-1125 version (tetex, at least 3.0) CVE-2004-1125 version (kdegraphics, not 3.4) -CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) ### +CVE-2004-1096 version (perl-Archive-Zip, fixed 1.14) CVE-2004-1093 version (mc, fixed 4.6.0) CVE-2004-1092 version (mc, fixed 4.6.0) CVE-2004-1091 version (mc, fixed 4.6.0) CVE-2004-1090 version (mc, fixed 4.6.0) -CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) ### +CVE-2004-1079 version (ncpfs, fixed 2.2.6 at least) CVE-2004-1074 version (kernel, fixed 2.6.10) CVE-2004-1073 version (kernel, fixed 2.6.10) CVE-2004-1072 version (kernel, fixed 2.6.10) @@ -1210,7 +1210,7 @@ CVE-2004-1058 version (kernel, fixed 2.6.9) CVE-2004-1057 version (kernel, fixed 2.6.10) CVE-2004-1056 version (kernel, fixed 2.6.10) -CVE-2004-1051 version (sudo, fixed 1.6.8p2) ### +CVE-2004-1051 version (sudo, fixed 1.6.8p2) CVE-2004-1036 version (squirrelmail, fixed 1.4.4) CVE-2004-1020 version (php, fixed after 5.0.2) CVE-2004-1019 version (php, fixed after 5.0.2) @@ -1219,29 +1219,29 @@ CVE-2004-1016 version (kernel, fixed 2.6.10) CVE-2004-1014 version (nfs-utils, fixed 1.0.7) CVE-2004-1009 version (mc, fixed 4.6.0) -CVE-2004-1006 version (dhcp, not 3) ### +CVE-2004-1006 version (dhcp, not 3) CVE-2004-1005 version (mc, fixed 4.6.0) CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) CVE-2004-0996 backport (cscope) not fixed in 15.5 ### -CVE-2004-0990 version (gd, fixed 2.0.33 at least) ### +CVE-2004-0990 version (gd, fixed 2.0.33 at least) CVE-2004-0989 version (libxml2, fixed 2.6.15) -CVE-2004-0986 version (iptables, fixed 1.2.12) ### +CVE-2004-0986 version (iptables, fixed 1.2.12) CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) -CVE-2004-0974 version (netatalk, fixed 2.0.1) ### -CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) ### +CVE-2004-0974 version (netatalk, fixed 2.0.1) +CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### -CVE-2004-0970 version (gzip) ### -CVE-2004-0969 version (groff, fixed 1.18.1.1) ### +CVE-2004-0970 version (gzip) +CVE-2004-0969 version (groff, fixed 1.18.1.1) CVE-2004-0968 version (glibc, fixed 2.3.5 at least) CVE-2004-0967 version (ghostscript, fixed 8.15.1) -CVE-2004-0966 version (gettext, fixed 0.14.3 at least) ### +CVE-2004-0966 version (gettext, fixed 0.14.3 at least) CVE-2004-0961 version (freeradius, fixed 1.0.1) CVE-2004-0960 version (freeradius, fixed 1.0.1) CVE-2004-0959 version (php, fixed 4.3.9) @@ -1254,7 +1254,7 @@ CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) -CVE-2004-0929 version (libtiff, fixed 3.7.0) ### +CVE-2004-0929 version (libtiff, fixed 3.7.0) CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### @@ -1276,14 +1276,14 @@ CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) -CVE-2004-0888 version (tetex, fixed 3.0) ### -CVE-2004-0888 version (kpdegraphics, not 3.4) ### +CVE-2004-0888 version (tetex, fixed 3.0) +CVE-2004-0888 version (kdegraphics, not 3.4) ### CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) -CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) ### +CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) CVE-2004-0886 version (kdegraphics, fixed by Update on 20041109) CVE-2004-0885 version (httpd, not 2.2) -CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) ### +CVE-2004-0884 version (cyrus-sasl, fixed 2.1.20) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) @@ -1296,8 +1296,8 @@ CVE-2004-0832 version (squid, fixed 2.5.STABLE7) CVE-2004-0829 version (samba, fixed 2.2.11) CVE-2004-0827 version (ImageMagick, fixed 6.0.6.2) -CVE-2004-0826 version (nss, fixed 3.9.2) ### -CVE-2004-0823 version (openldap, fixed after 2.1.19) ### +CVE-2004-0826 version (nss, fixed 3.9.2) +CVE-2004-0823 version (openldap, fixed after 2.1.19) CVE-2004-0816 version (kernel, fixed 2.6.8) CVE-2004-0815 version (samba, fixed 3.0.2a) CVE-2004-0814 version (kernel, fixed 2.6.9) @@ -1307,10 +1307,10 @@ CVE-2004-0809 version (httpd, not 2.2) CVE-2004-0808 version (samba, fixed 3.0.7) CVE-2004-0807 version (samba, fixed 3.0.7) -CVE-2004-0806 version (cdrtools, fixed 2.0.1) ### -CVE-2004-0804 version (libtiff, fixed after 3.6.1) ### +CVE-2004-0806 version (cdrtools, fixed 2.0.1) +CVE-2004-0804 version (libtiff, fixed after 3.6.1) CVE-2004-0804 version (kdegraphics) -CVE-2004-0803 version (libtiff, fixed after 3.6.1) ### +CVE-2004-0803 version (libtiff, fixed after 3.6.1) CVE-2004-0803 version (kdegraphics) CVE-2004-0801 version (foomatic, fixed 3.0.2) CVE-2004-0797 version (zlib, fixed 1.2.2.2 at least) @@ -1319,12 +1319,12 @@ CVE-2004-0792 version (rsync, fixed 2.6.3) CVE-2004-0791 version (kernel, fixed 2.6.9) CVE-2004-0790 version (kernel, not 2.6) -CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) ### -CVE-2004-0786 version (apr-util, fixed 2.0.51) ### +CVE-2004-0788 version (gtk2, fixed 2.6.7 at least) +CVE-2004-0786 version (apr-util, not httpd-2.2) CVE-2004-0785 version (gaim, fixed 0.82) CVE-2004-0784 version (gaim, fixed 0.82) -CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) ### -CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) ### +CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) +CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) CVE-2004-0779 version (thunderbird) ### CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### @@ -1344,27 +1344,27 @@ CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) -CVE-2004-0753 version (gtk2, fixed after 2.2.4) ### -CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) ### +CVE-2004-0753 version (gtk2, fixed after 2.2.4) +CVE-2004-0752 version (openoffice.org, fixed after 1.1.2) CVE-2004-0751 version (httpd, not 2.2) -CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) ### -CVE-2004-0749 version (subversion, fixed 1.0.8) ### +CVE-2004-0750 version (system-config-nfs, fixed 1.0.13) +CVE-2004-0749 version (subversion, fixed 1.0.8) CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) -CVE-2004-0746 version (kde, fixed 3.3) ### +CVE-2004-0746 version (kde, fixed 3.3) CVE-2004-0745 backport (lha) ### CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### -CVE-2004-0693 version (qt, fixed 3.3.3) ### -CVE-2004-0692 version (qt, fixed 3.3.3) ### -CVE-2004-0691 version (qt, fixed 3.3.3) ### +CVE-2004-0693 version (qt, fixed 3.3.3) +CVE-2004-0692 version (qt, fixed 3.3.3) +CVE-2004-0691 version (qt, fixed 3.3.3) CVE-2004-0690 version (kdelibs, fixed after 3.2.3) CVE-2004-0689 version (kdelibs, fixed 3.3.0) -CVE-2004-0688 version (openmotif) ### -CVE-2004-0687 version (openmotif) ### +CVE-2004-0688 version (openmotif) +CVE-2004-0687 version (openmotif) CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue @@ -1401,7 +1401,7 @@ CVE-2004-0547 version (postgresql, fixed 7.2.1) CVE-2004-0541 version (squid) CVE-2004-0535 version (kernel, fixed 2.6.6) -CVE-2004-0527 version (konqueror, not 3+) ### +CVE-2004-0527 version (konqueror, not 3+) CVE-2004-0523 version (krb5, fixed 1.3.4) CVE-2004-0521 version (squirrelmail, fixed 1.4.3a) CVE-2004-0520 version (squirrelmail, fixed 1.4.3a) @@ -1420,8 +1420,8 @@ CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) CVE-2004-0478 ignore (mozilla) not a security issue -CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) ### -CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) ### +CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) +CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0457 version (mysql, fixed after 4.0.20) CVE-2004-0452 version (perl, fixed 5.8.8) CVE-2004-0447 version (kernel, fixed 2.6.5) @@ -1442,7 +1442,7 @@ CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed 20040408a) ### CVE-2004-0398 version (neon, fixed 0.24.6) -CVE-2004-0397 version (subversion, fixed 1.0.1) ### +CVE-2004-0397 version (subversion, fixed 1.0.1) CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability CVE-2004-0392 version (racoon, fixed 20040407b) ### @@ -1451,7 +1451,7 @@ CVE-2004-0367 version (wireshark, fixed 0.10.3) CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) -CVE-2004-0256 version (libtool, fixed 1.5.2) ### +CVE-2004-0256 version (libtool, fixed 1.5.2) CVE-2004-0235 backport (lha, changelog) ### CVE-2004-0234 backport (lha, changelog) ### CVE-2004-0232 version (mc, fixed 4.6.0) @@ -1467,7 +1467,7 @@ CVE-2004-0182 version (mailman) only affected Red Hat packages CVE-2004-0181 version (kernel, fixed 2.6.5) CVE-2004-0180 version (cvs, fixed 1.11.15) -CVE-2004-0179 version (openoffice.org) ### +CVE-2004-0179 version (openoffice.org) CVE-2004-0179 version (neon, fixed 0.24.5) CVE-2004-0178 version (kernel, not 2.6) CVE-2004-0177 version (kernel, fixed 2.6.6) @@ -1479,9 +1479,9 @@ CVE-2004-0164 version (racoon) ### CVE-2004-0155 version (racoon) ### CVE-2004-0154 version (nfs-utils, fixed 1.0.6) -CVE-2004-0150 version (python, fixed 2.2.2) ### +CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) ### +CVE-2004-0133 version (kernel, 2.6.4) CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) From fedora-extras-commits at redhat.com Mon Aug 14 20:00:56 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 14 Aug 2006 13:00:56 -0700 Subject: fedora-security/audit fc6,1.4,1.5 Message-ID: <200608142000.k7EK0uii025399@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25377 Modified Files: fc6 Log Message: Mistake, needs a little more work Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fc6 14 Aug 2006 19:56:45 -0000 1.4 +++ fc6 14 Aug 2006 20:00:54 -0000 1.5 @@ -1481,7 +1481,7 @@ CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) +CVE-2004-0133 version (kernel, 2.6.4) ### CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) From fedora-extras-commits at redhat.com Mon Aug 14 20:10:20 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:10:20 -0700 Subject: owners owners.list,1.1395,1.1396 Message-ID: <200608142010.k7EKAMRq028063@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28038 Modified Files: owners.list Log Message: own python-simple-json Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1395 retrieving revision 1.1396 diff -u -r1.1395 -r1.1396 --- owners.list 13 Aug 2006 11:41:40 -0000 1.1395 +++ owners.list 14 Aug 2006 20:10:20 -0000 1.1396 @@ -1631,6 +1631,7 @@ Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|python-smbpasswd|Python SMB Password Hash Generator Module|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 14 20:16:03 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 13:16:03 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.1,1.2 Message-ID: <200608142016.k7EKG5Ob028176@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28159 Modified Files: ktorrent.spec Log Message: Update to version 2.0 Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktorrent.spec 21 Jun 2006 01:46:24 -0000 1.1 +++ ktorrent.spec 14 Aug 2006 20:16:03 -0000 1.2 @@ -1,16 +1,16 @@ %define desktopvendor fedora Name: ktorrent -Version: 1.2 +Version: 2.0 Release: 4%{?dist} -Summary: KTorrent is a BitTorrent program for KDE +Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/1.2/ktorrent-1.2.tar.gz +Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext +BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -66,9 +66,12 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la +%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo +%{_bindir}/ktshell +%{_bindir}/ktupnptest %{_libdir}/libktorrent.so %{_libdir}/libktorrent.so.0 %{_libdir}/libktorrent.so.0.0.0 @@ -80,30 +83,19 @@ %{_libdir}/kde3/ktlogviewerplugin.la %{_libdir}/kde3/ktpartfileimportplugin.so %{_libdir}/kde3/ktpartfileimportplugin.la +%{_libdir}/kde3/ktscanfolderplugin.la +%{_libdir}/kde3/ktscanfolderplugin.so +%{_libdir}/kde3/ktschedulerplugin.la +%{_libdir}/kde3/ktschedulerplugin.so %{_libdir}/kde3/ktsearchplugin.so %{_libdir}/kde3/ktsearchplugin.la %{_libdir}/kde3/ktupnpplugin.so %{_libdir}/kde3/ktupnpplugin.la %{_datadir}/applications/kde/ktorrent.desktop -%{_datadir}/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png -%{_datadir}/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png -%{_datadir}/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png -%{_datadir}/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png -%{_datadir}/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz -%{_datadir}/apps/ktorrent/ktorrentui.rc -%{_datadir}/apps/ktorrent/ktpartfileimportpluginui.rc +%{_datadir}/apps/ktorrent +%{_datadir}/config.kcfg/ktlogviewerplugin.kcfg +%{_datadir}/config.kcfg/ktscanfolderplugin.kcfg +%{_datadir}/config.kcfg/ktschedulerplugin.kcfg %{_datadir}/config.kcfg/ktinfowidgetplugin.kcfg %{_datadir}/config.kcfg/ktipfilterplugin.kcfg %{_datadir}/config.kcfg/ktorrent.kcfg @@ -116,6 +108,15 @@ %{_datadir}/icons/hicolor/48x48/apps/ktorrent.png %{_datadir}/icons/hicolor/64x64/apps/ktorrent.png %{_datadir}/icons/hicolor/scalable/apps/ktorrent.svgz +%{_datadir}/icons/hicolor/128x128/mimetypes/torrent.png +%{_datadir}/icons/hicolor/16x16/mimetypes/torrent.png +%{_datadir}/icons/hicolor/22x22/mimetypes/torrent.png +%{_datadir}/icons/hicolor/32x32/mimetypes/torrent.png +%{_datadir}/icons/hicolor/48x48/mimetypes/torrent.png +%{_datadir}/icons/hicolor/64x64/mimetypes/torrent.png +%{_datadir}/icons/hicolor/scalable/mimetypes/torrent.svgz +%{_datadir}/services/ktscanfolderplugin.desktop +%{_datadir}/services/ktschedulerplugin.desktop %{_datadir}/services/ktinfowidgetplugin.desktop %{_datadir}/services/ktipfilterplugin.desktop %{_datadir}/services/ktlogviewerplugin.desktop @@ -125,6 +126,20 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 14 2006 Roland Wolters 2.0-3 +- fixed small errors in spec file + +* Wed Aug 09 2006 Roland Wolters 2.0-1 +- update to version 2.0 + +* Fri Jun 23 2006 Roland Wolters 1.2-6 +- fixed doublication error in rpm spec +- spec file polishing + +* Fri Jun 23 2006 Roland Wolters 1.2-5 +- added %{_datadir}/apps/ktorrent +- removed redundant KTorrent in summary + * Wed Jun 21 2006 Roland Wolters 1.2-4 - changed e-mail address to correct packager address From fedora-extras-commits at redhat.com Mon Aug 14 20:20:15 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 14 Aug 2006 13:20:15 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.2, 1.3 ktorrent.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608142020.k7EKKHpN028297@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28276 Modified Files: .cvsignore ktorrent.spec sources Log Message: New source file for v2.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 01:46:24 -0000 1.2 +++ .cvsignore 14 Aug 2006 20:20:15 -0000 1.3 @@ -1 +1 @@ -ktorrent-1.2.tar.gz +ktorrent-2.0.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ktorrent.spec 14 Aug 2006 20:16:03 -0000 1.2 +++ ktorrent.spec 14 Aug 2006 20:20:15 -0000 1.3 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 01:46:24 -0000 1.2 +++ sources 14 Aug 2006 20:20:15 -0000 1.3 @@ -1 +1 @@ -55c6c4ae679aea0ba0370058856ddb92 ktorrent-1.2.tar.gz +c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:22:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:22:56 -0700 Subject: rpms/python-myghty/FC-5 python-myghty.spec,1.7,1.8 Message-ID: <200608142022.k7EKMwk2028378@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28361 Modified Files: python-myghty.spec Log Message: 1.0.2 Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/python-myghty.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-myghty.spec 2 Apr 2006 08:03:24 -0000 1.7 +++ python-myghty.spec 14 Aug 2006 20:22:56 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-myghty -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -14,7 +14,6 @@ BuildRequires: python-setuptools - %description Myghty is a Python based web and templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us @@ -49,8 +48,11 @@ %changelog -* Sun Apr 02 2006 Luke Macken 1.0.1-2 -- 1.0.1 +* Mon Aug 14 2006 Luke Macken 1.0.2-1 +- 1.0.2 + +* Thu Mar 16 2006 Luke Macken 1.0.1-1 +- 1.0.1; build requires python-setuptools * Wed Jan 04 2006 Luke Macken 1.0-1 - 1.0 From fedora-extras-commits at redhat.com Mon Aug 14 20:39:52 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 14 Aug 2006 13:39:52 -0700 Subject: rpms/python-myghty/FC-5 .cvsignore, 1.6, 1.7 python-myghty.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <200608142039.k7EKds0D028598@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-myghty/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28577 Modified Files: .cvsignore python-myghty.spec sources Log Message: add the sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 2 Apr 2006 08:01:06 -0000 1.6 +++ .cvsignore 14 Aug 2006 20:39:52 -0000 1.7 @@ -1 +1 @@ -Myghty-1.0.1.tar.gz +Myghty-1.0.2.tar.gz Index: python-myghty.spec =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/python-myghty.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-myghty.spec 14 Aug 2006 20:22:56 -0000 1.8 +++ python-myghty.spec 14 Aug 2006 20:39:52 -0000 1.9 @@ -2,7 +2,7 @@ Name: python-myghty Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python-based templating system derived from HTML::Mason Group: Development/Libraries @@ -48,6 +48,9 @@ %changelog +* Mon Aug 14 2006 Luke Macken 1.0.2-2 +- Rebuild + * Mon Aug 14 2006 Luke Macken 1.0.2-1 - 1.0.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-myghty/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Apr 2006 08:01:06 -0000 1.6 +++ sources 14 Aug 2006 20:39:52 -0000 1.7 @@ -1 +1 @@ -82b2a05f421b2b81cae716ccde74dce1 Myghty-1.0.1.tar.gz +afe785fabe2ca1bf1d0a4b05bf439671 Myghty-1.0.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:40:43 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:40:43 -0700 Subject: rpms/pengupop/devel .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142040.k7EKejeK028667@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28646 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:40:25 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:40:43 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:40:25 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:40:43 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:40:25 -0000 1.3 +++ sources 14 Aug 2006 20:40:43 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:42:38 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:42:38 -0700 Subject: rpms/pengupop/FC-5 .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142042.k7EKgeCF028738@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28717 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:54:25 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:42:38 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:54:25 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:42:38 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:54:25 -0000 1.3 +++ sources 14 Aug 2006 20:42:38 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:43:05 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Mon, 14 Aug 2006 13:43:05 -0700 Subject: rpms/pengupop/FC-4 .cvsignore, 1.3, 1.4 pengupop.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608142043.k7EKh7EE028771@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/rpms/pengupop/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28750 Modified Files: .cvsignore pengupop.spec sources Log Message: * Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 20:55:49 -0000 1.3 +++ .cvsignore 14 Aug 2006 20:43:05 -0000 1.4 @@ -1 +1 @@ -pengupop-2.1.0.tar.gz +pengupop-2.1.4.tar.gz Index: pengupop.spec =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/pengupop.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pengupop.spec 6 Aug 2006 20:55:49 -0000 1.2 +++ pengupop.spec 14 Aug 2006 20:43:05 -0000 1.3 @@ -1,5 +1,5 @@ Name: pengupop -Version: 2.1.0 +Version: 2.1.4 Release: 1%{?dist} Summary: Networked Game in the vein of Move/Puzzle Bobble @@ -68,8 +68,11 @@ %changelog +* Mon Aug 14 2006 Hugo Cisneiros 2.1.4-1 +- New upstream release + * Sun Aug 6 2006 Hugo Cisneiros 2.1.0-1 -- New upstrem release +- New upstream release - Removed extra png and desktop file due to inclusion into the upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/pengupop/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 20:55:49 -0000 1.3 +++ sources 14 Aug 2006 20:43:05 -0000 1.4 @@ -1 +1 @@ -0bc2fad54d8a280c90c279f4bf7e5ba6 pengupop-2.1.0.tar.gz +1d69e5888000c74ea7d733001d0c13a6 pengupop-2.1.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 20:53:09 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Mon, 14 Aug 2006 13:53:09 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, NONE, 1.1 audacious.spec, 1.6, 1.7 Message-ID: <200608142053.k7EKrBXX028964@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28944 Modified Files: audacious.spec Added Files: audacious-1.1.1-playlist-twenty.patch Log Message: - Fix %20 in playlist entries audacious-1.1.1-playlist-twenty.patch: --- NEW FILE audacious-1.1.1-playlist-twenty.patch --- diff -uNr audacious-fedora-1.1.1-orig/audacious/playlist_list.c audacious-fedora-1.1.1/audacious/playlist_list.c --- audacious-fedora-1.1.1-orig/audacious/playlist_list.c 2006-07-21 19:18:05.000000000 +0200 +++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-14 22:07:22.000000000 +0200 @@ -616,7 +616,7 @@ g_free(basename); } else - title = str_to_utf8(entry->title); + title = convert_title_text(str_to_utf8(entry->title)); pos = playlist_get_queue_position(entry); Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- audacious.spec 30 Jul 2006 19:29:15 -0000 1.6 +++ audacious.spec 14 Aug 2006 20:53:09 -0000 1.7 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -19,6 +19,7 @@ Patch5: audacious-1.1.0-amidi-backend.patch Patch6: audacious-1.1.1-shaded-skin.patch Patch7: audacious-1.1.1-controlsocket-name.patch +Patch8: audacious-1.1.1-playlist-twenty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0 @@ -108,6 +109,9 @@ # Controlsocket named "xmms" instead of "audacious" %patch7 -p1 -b controlsocket-name +# Fix "%20" in playlist entries +%patch8 -p1 -b playlist-twenty + %build %configure \ --disable-rpath \ @@ -199,6 +203,9 @@ %changelog +* Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 +- Fix %20 in playlist entries + * Sun Jul 30 2006 Ralf Ertzinger 1.1.1-3.fc6 - Bump for rebuild From fedora-extras-commits at redhat.com Mon Aug 14 21:18:58 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:18:58 -0700 Subject: rpms/gnome-build - New directory Message-ID: <200608142119.k7ELJ0os031796@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/gnome-build Log Message: Directory /cvs/extras/rpms/gnome-build added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 21:18:59 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:18:59 -0700 Subject: rpms/gnome-build/devel - New directory Message-ID: <200608142119.k7ELJ1Sm031799@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/gnome-build/devel Log Message: Directory /cvs/extras/rpms/gnome-build/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 14 21:19:34 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:19:34 -0700 Subject: rpms/gnome-build Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608142119.k7ELJaHJ031850@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31822 Added Files: Makefile import.log Log Message: Setup of module gnome-build --- NEW FILE Makefile --- # Top level Makefile for module gnome-build all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 14 21:19:35 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:19:35 -0700 Subject: rpms/gnome-build/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608142119.k7ELJbeQ031853@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31822/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnome-build --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 14 21:20:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:20:29 -0700 Subject: rpms/gnome-build import.log,1.1,1.2 Message-ID: <200608142120.k7ELKVTf031924@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31891 Modified Files: import.log Log Message: auto-import gnome-build-0.1.3-8 on branch devel from gnome-build-0.1.3-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnome-build/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 14 Aug 2006 21:19:34 -0000 1.1 +++ import.log 14 Aug 2006 21:20:28 -0000 1.2 @@ -0,0 +1 @@ +gnome-build-0_1_3-8:HEAD:gnome-build-0.1.3-8.src.rpm:1155590424 From fedora-extras-commits at redhat.com Mon Aug 14 21:20:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:20:29 -0700 Subject: rpms/gnome-build/devel gnome-build.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608142120.k7ELKVC8031929@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31891/devel Modified Files: .cvsignore sources Added Files: gnome-build.spec Log Message: auto-import gnome-build-0.1.3-8 on branch devel from gnome-build-0.1.3-8.src.rpm --- NEW FILE gnome-build.spec --- Name: gnome-build Summary: GNOME Build Framework Version: 0.1.3 Release: 8%{?dist} License: GPL Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.1/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://www.gnome.org/projects/devtools/gnomebuild.shtml BuildRequires: anjuta-gdl-devel, libgnomeui-devel, intltool, libtool, gettext %description This is the GNOME Build Framework (GBF). %package devel Summary: Libraries and include files for Gnome Build Framework Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig %description devel Libraries and header files if you want to make use of the GNOME debug framework in your own programs. %prep %setup -q find . -name '*.[ch]' | xargs chmod 644 cat << \EOF > %{name}-prov #!/bin/sh %{__perl_provides} $* |\ sed -e '/perl(Make)/d' \ -e '/perl(Make::Target)/d' \ -e '/perl(Make::Rule::Vars)/d' \ -e '/perl(Make::Rule)/d' EOF %define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov chmod +x %{__perl_provides} cat << \EOF > %{name}-req #!/bin/sh %{__perl_requires} $* |\ sed -e '/perl(Make)/d' \ -e '/perl(Make::Target)/d' \ -e '/perl(Make::Rule::Vars)/d' \ -e '/perl(Make::Rule)/d' EOF %define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req chmod +x %{__perl_requires} %build %configure --disable-static make LIBTOOL=%{_prefix}/bin/libtool # smp_mflags omitted as it breaks the build (race condition) %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' find %{buildroot} -type f -name "*.a" -exec rm -f {} ';' %find_lang gbf-1 %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f gbf-1.lang %doc AUTHORS COPYING NEWS README %defattr (-, root, root) %{_bindir}/gbf* %{_libdir}/libgbf-1.so.* %{_libdir}/libgbf-widgets-1.so.* %{_libdir}/%{name}-1.0/ %{_datadir}/%{name}/ %{_datadir}/pixmaps/gbf*png %files devel %defattr (-, root, root) %{_includedir}/gnome-build-1.0/ %{_libdir}/pkgconfig/gnome-build-1.0.pc %{_libdir}/libgbf-1.so %{_libdir}/libgbf-widgets-1.so %changelog * Mon Aug 14 2006 Paul F. Johnson 0.1.3-8 - Changed URL - Added pkgconfig to the R on devel - removed cp from install - added comment for missing smp_mflags * Tue Aug 01 2006 Paul F. Johnson 0.1.3-7 - Fixed source0 * Sat Jul 29 2006 Paul F. Johnson 0.1.3-6 - spec file cleans - possible 64 bit -fPIC solution * Mon Jul 10 2006 Paul F. Johnson 0.1.3-5 - Various spec file fixes (thanks to Paul Howard) - removal of perl material * Sat Jul 08 2006 Paul F. Johnson 0.1.3-3 - Various rpmlint fixes * Mon Jul 05 2006 Paul F. Johnson 0.1.3-2 - Added BR perl(XML::Parser) - Fixed illegal directory ownerships - Multiple spec file fixes * Tue May 23 2006 Paul F. Johnson 0.1.3-1 - bump to 0.1.3 - added --disable-static to configure * Mon Apr 03 2006 Paul F. Johnson 0.1.2-2 - Added smp_mflags to make * Tue Feb 21 2006 Paul F. Johnson 0.1.2-1 - Initial import to FC structure * Wed Aug 8 2001 Jens Finke - created spec file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 14 Aug 2006 21:19:35 -0000 1.1 +++ .cvsignore 14 Aug 2006 21:20:29 -0000 1.2 @@ -0,0 +1 @@ +gnome-build-0.1.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 14 Aug 2006 21:19:35 -0000 1.1 +++ sources 14 Aug 2006 21:20:29 -0000 1.2 @@ -0,0 +1 @@ +dbd89ae378a57c4e0129f35f07786fa9 gnome-build-0.1.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 14 21:23:22 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 14 Aug 2006 14:23:22 -0700 Subject: owners owners.list,1.1396,1.1397 Message-ID: <200608142123.k7ELNOR1032027@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32008 Modified Files: owners.list Log Message: Initial import of gnome-build owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1396 retrieving revision 1.1397 diff -u -r1.1396 -r1.1397 --- owners.list 14 Aug 2006 20:10:20 -0000 1.1396 +++ owners.list 14 Aug 2006 21:23:21 -0000 1.1397 @@ -466,6 +466,7 @@ Fedora Extras|gnome-applet-sensors|Gnome panel applet for hardware sensors|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|gnome-applet-timer|A countdown timer applet for the GNOME panel|fedora at christoph-wickert.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-blog|GNOME panel object for posting blog entries|bdpepple at ameritech.net|extras-qa at fedoraproject.org| +Fedora Extras|gnome-build|The GNOME build framework|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gnome-common|Useful things common to building gnome packages from scratch|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|gnome-cpufreq-applet|CPU frequency scaling monitor applet|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|gnome-password-generator|Graphical secure password generator|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 14 23:55:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:55:17 -0700 Subject: fedora-security/audit fc5,1.275,1.276 fc6,1.5,1.6 Message-ID: <200608142355.k7ENtHtj005485@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5465 Modified Files: fc5 fc6 Log Message: Note a new lesstif CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.275 retrieving revision 1.276 diff -u -r1.275 -r1.276 --- fc5 14 Aug 2006 18:51:00 -0000 1.275 +++ fc5 14 Aug 2006 23:55:13 -0000 1.276 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fc6 14 Aug 2006 20:00:54 -0000 1.5 +++ fc6 14 Aug 2006 23:55:13 -0000 1.6 @@ -13,6 +13,7 @@ ** are items that need attention +CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### From fedora-extras-commits at redhat.com Mon Aug 14 23:56:21 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:56:21 -0700 Subject: fedora-security/audit fc5,1.276,1.277 fc6,1.6,1.7 Message-ID: <200608142356.k7ENuLYx005511@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5491 Modified Files: fc5 fc6 Log Message: We don't ship lesstif anymore. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.276 retrieving revision 1.277 diff -u -r1.276 -r1.277 --- fc5 14 Aug 2006 23:55:13 -0000 1.276 +++ fc5 14 Aug 2006 23:56:19 -0000 1.277 @@ -3,7 +3,6 @@ ** are items that need attention -CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fc6 14 Aug 2006 23:55:13 -0000 1.6 +++ fc6 14 Aug 2006 23:56:19 -0000 1.7 @@ -13,7 +13,6 @@ ** are items that need attention -CVE-2006-4124 ignore (lesstif) built with --enable-production CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### CVE-2006-4020 VULNERABLE (php) #201767 ### CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### From fedora-extras-commits at redhat.com Mon Aug 14 23:59:17 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 14 Aug 2006 16:59:17 -0700 Subject: fedora-security/audit fc5,1.277,1.278 Message-ID: <200608142359.k7ENxH2b005540@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5522 Modified Files: fc5 Log Message: Note the x.org update. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.277 retrieving revision 1.278 diff -u -r1.277 -r1.278 --- fc5 14 Aug 2006 23:56:19 -0000 1.277 +++ fc5 14 Aug 2006 23:59:15 -0000 1.278 @@ -68,7 +68,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (xorg) #202475 +CVE-2006-3467 VULNERABLE (xorg) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] From fedora-extras-commits at redhat.com Tue Aug 15 00:49:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:49:24 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.7, 1.8 perl-DateTime.spec, 1.7, 1.8 sources, 1.7, 1.8 Message-ID: <200608150049.k7F0nQLb008267@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8246 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime 0.34. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 19:20:57 -0000 1.7 +++ .cvsignore 15 Aug 2006 00:49:24 -0000 1.8 @@ -1,3 +1,3 @@ -DateTime-0.32.tar.gz +DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz DateTime-TimeZone-0.46.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-DateTime.spec 29 Jul 2006 19:20:57 -0000 1.7 +++ perl-DateTime.spec 15 Aug 2006 00:49:24 -0000 1.8 @@ -2,7 +2,7 @@ %define DTLocale_version 0.22 Name: perl-DateTime -Version: 0.32 +Version: 0.34 Release: 1%{?dist} Epoch: 1 Summary: Date and time objects @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Aug 14 2006 Steven Pritchard 1:0.34-1 +- Update to DateTime 0.34. + * Fri Jul 28 2006 Steven Pritchard 1:0.32-1 - Update to DateTime 0.32. - Improve Summary, description, and source URLs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 19:20:57 -0000 1.7 +++ sources 15 Aug 2006 00:49:24 -0000 1.8 @@ -1,3 +1,3 @@ -6cc7208029b13bc8097ab2b77df070b1 DateTime-0.32.tar.gz +71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 00:53:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:53:35 -0700 Subject: rpms/perl-Locale-Maketext-Simple/devel .cvsignore, 1.4, 1.5 perl-Locale-Maketext-Simple.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608150053.k7F0rbwO008348@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8327 Modified Files: .cvsignore perl-Locale-Maketext-Simple.spec sources Log Message: Update to 0.17. Fix find option order. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 May 2006 00:34:15 -0000 1.4 +++ .cvsignore 15 Aug 2006 00:53:35 -0000 1.5 @@ -1 +1 @@ -Locale-Maketext-Simple-0.16.tar.gz +Locale-Maketext-Simple-0.17.tar.gz Index: perl-Locale-Maketext-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/perl-Locale-Maketext-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Locale-Maketext-Simple.spec 25 May 2006 00:34:15 -0000 1.3 +++ perl-Locale-Maketext-Simple.spec 15 Aug 2006 00:53:35 -0000 1.4 @@ -1,11 +1,11 @@ Name: perl-Locale-Maketext-Simple -Version: 0.16 +Version: 0.17 Release: 1%{?dist} Summary: Simple interface to Locale::Maketext::Lexicon License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Maketext-Simple/ -Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Simple-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Locale-Maketext-Simple-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Locale::Maketext::Lexicon) >= 0.20 @@ -29,7 +29,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -47,6 +47,10 @@ %{_mandir}/man3/* %changelog +* Mon Aug 14 2006 Steven Pritchard 0.17-1 +- Update to 0.17. +- Fix find option order. + * Wed May 24 2006 Steven Pritchard 0.16-1 - Update to 0.16. - License has changed to MIT. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Locale-Maketext-Simple/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 May 2006 00:34:15 -0000 1.4 +++ sources 15 Aug 2006 00:53:35 -0000 1.5 @@ -1 +1 @@ -d6dd0e79802f30d0eef723ec23021f60 Locale-Maketext-Simple-0.16.tar.gz +8bd85262d725e45100942094a8d0c0fb Locale-Maketext-Simple-0.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 00:58:21 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 14 Aug 2006 17:58:21 -0700 Subject: rpms/perl-Object-Accessor/devel .cvsignore, 1.3, 1.4 perl-Object-Accessor.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608150058.k7F0wNnV008429@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Object-Accessor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8408 Modified Files: .cvsignore perl-Object-Accessor.spec sources Log Message: Update to 0.21. Fix find option order. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 Jul 2006 22:03:03 -0000 1.3 +++ .cvsignore 15 Aug 2006 00:58:21 -0000 1.4 @@ -1 +1 @@ -Object-Accessor-0.20.tar.gz +Object-Accessor-0.21.tar.gz Index: perl-Object-Accessor.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/perl-Object-Accessor.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Object-Accessor.spec 3 Jul 2006 22:03:03 -0000 1.2 +++ perl-Object-Accessor.spec 15 Aug 2006 00:58:21 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Object-Accessor -Version: 0.20 +Version: 0.21 Release: 1%{?dist} Summary: Perl module that allows per object accessors License: GPL or Artistic @@ -28,7 +28,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -40,11 +40,16 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 14 2006 Steven Pritchard 0.21-1 +- Update to 0.21. +- Fix find option order. +- Add CHANGES to docs. + * Mon Jul 03 2006 Steven Pritchard 0.20-1 - Update to 0.20. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Object-Accessor/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Jul 2006 22:03:03 -0000 1.3 +++ sources 15 Aug 2006 00:58:21 -0000 1.4 @@ -1 +1 @@ -811136397755ce7849db17b68db3e284 Object-Accessor-0.20.tar.gz +057ff94c45f42001833a2c46fe0c0b1f Object-Accessor-0.21.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 03:14:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:38 -0700 Subject: rpms/php-shout/devel - New directory Message-ID: <200608150314.k7F3Eepx016631@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16602/php-shout/devel Log Message: Directory /cvs/extras/rpms/php-shout/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 03:14:38 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:38 -0700 Subject: rpms/php-shout - New directory Message-ID: <200608150314.k7F3EeCf016628@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16602/php-shout Log Message: Directory /cvs/extras/rpms/php-shout added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 03:14:52 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:52 -0700 Subject: rpms/php-shout Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608150314.k7F3EsS7016681@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647 Added Files: Makefile import.log Log Message: Setup of module php-shout --- NEW FILE Makefile --- # Top level Makefile for module php-shout all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 03:14:53 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:14:53 -0700 Subject: rpms/php-shout/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608150314.k7F3EtSr016685@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-shout --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 03:18:32 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:18:32 -0700 Subject: rpms/php-shout import.log,1.1,1.2 Message-ID: <200608150318.k7F3IY3g016757@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16724 Modified Files: import.log Log Message: auto-import php-shout-0.3.1-5 on branch devel from php-shout-0.3.1-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-shout/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 03:14:52 -0000 1.1 +++ import.log 15 Aug 2006 03:18:32 -0000 1.2 @@ -0,0 +1 @@ +php-shout-0_3_1-5:HEAD:php-shout-0.3.1-5.src.rpm:1155611911 From fedora-extras-commits at redhat.com Tue Aug 15 03:18:33 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:18:33 -0700 Subject: rpms/php-shout/devel php-shout.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608150318.k7F3IZPU016762@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16724/devel Modified Files: .cvsignore sources Added Files: php-shout.spec Log Message: auto-import php-shout-0.3.1-5 on branch devel from php-shout-0.3.1-5.src.rpm --- NEW FILE php-shout.spec --- %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) %global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-shout Version: 0.3.1 Release: 5%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz Group: Development/Languages License: LGPL URL: http://phpshout.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 Requires: php-api >= %{php_apiver} %description The php-shout package is an extension to the PHP Hypertext Preprocessor. It wraps the libshout library available from http://icecast.org/ and provides native Shout functions to the PHP runtime engine. Libshout is a streaming audio library that connects and sends properly formatted audio data to an Icecast Streaming Media server (also http://icecast.org/). Libshout "handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server." With php-shout, a PHP developer can write PHP scripts that act as a streaming media source, and focus on other robust features, without worrying about the details of the server communication. %prep %setup -q -n phpShout-%{version} chmod a-x *.[ch] TODO README INSTALL LICENSE %build phpize --clean phpize %configure make %{?_smp_mflags} %install rm -rf %{buildroot} install -D -p -m 0755 modules/shout.so %{buildroot}%{php_extdir}/shout.so install -D -p -m 0644 shout.ini %{buildroot}%{_sysconfdir}/php.d/shout.ini %check # Make sure module loads correctly cat > test.ini << EOF open_basedir= safe_mode=0 output_buffering=0 extension_dir=./modules extension=shout.so EOF php -m -c test.ini 2> /dev/null | grep -q shout || { echo "Shout extension not loadable!" exit 1 } rm test.ini # Disable PHP's tests since they require an icecast server running on localhost #make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE README TODO %config(noreplace) %{_sysconfdir}/php.d/shout.ini %{php_extdir}/shout.so %changelog * Fri Jun 30 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot - New php_extdir and php_apiver from FE PHP Packaging Guidelines * Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 - New extdir and apiver to make mock happy * Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 - Upgraded to 0.3.1 - Removed unneded BuildRequires: pkgconfig * Wed Mar 29 2006 Brandon Holbrook 0.3a-5 - Upgraded to 0.3a (tarball has not been phpize'd to save space) - Minor %%define fixes - spaces2tabs - mkdir has been replaced with 'install -D' - Moved the 'phpize' calls from %%prep to %%build * Sat Mar 11 2006 Brandon Holbrook - Upgraded to 0.3 - Bumped libshout requirement to 2.1 * Wed Feb 22 2006 Brandon Holbrook - Upgraded to 0.1.5 * Thu Feb 16 2006 Brandon Holbrook - Upgraded to 0.1.4 - Added 'phpize --clean; phpize' to setup phase - Removed redundant 'Requires:' implied by BuildRequires - Replaced $RPM_BUILD_ROOT with %%{buildroot} * Mon Feb 13 2006 Brandon Holbrook - Initial RPM release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 03:14:53 -0000 1.1 +++ .cvsignore 15 Aug 2006 03:18:33 -0000 1.2 @@ -0,0 +1 @@ +phpShout-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 03:14:53 -0000 1.1 +++ sources 15 Aug 2006 03:18:33 -0000 1.2 @@ -0,0 +1 @@ +3a630c1953e0bd0c42a3324f5e449077 phpShout-0.3.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 03:51:28 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:51:28 -0700 Subject: owners owners.list,1.1397,1.1398 Message-ID: <200608150351.k7F3pUu3016894@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16877/owners Modified Files: owners.list Log Message: Added php-shout Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1397 retrieving revision 1.1398 diff -u -r1.1397 -r1.1398 --- owners.list 14 Aug 2006 21:23:21 -0000 1.1397 +++ owners.list 15 Aug 2006 03:51:28 -0000 1.1398 @@ -1517,6 +1517,7 @@ Fedora Extras|php-pecl-pdo-sqlite|PECL package for PHP Data Objects Interface to SQLite v3|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-sqlite|PECL package for accessing SQLite databases|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pecl-zip|PECL A zip management extension|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| +Fedora Extras|php-shout|libshout extension for PHP|fedora at theholbrooks.org|extras-qa at fedoraproject.org| Fedora Extras|php-Smarty|Template/Presentation Framework for PHP|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|phpldapadmin|Web-based tool for managing LDAP servers|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|physfs|Library to provide abstract access to various archives|tcallawa at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 03:57:47 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 20:57:47 -0700 Subject: rpms/php-shout/devel php-shout.spec,1.1,1.2 Message-ID: <200608150357.k7F3vnkN016933@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16916 Modified Files: php-shout.spec Log Message: Minor textual changes in spec Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-shout.spec 15 Aug 2006 03:18:33 -0000 1.1 +++ php-shout.spec 15 Aug 2006 03:57:47 -0000 1.2 @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel +# Will hopefully go away once libogg-devel and/or libshout-devel specify this BR: BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 Requires: php-api >= %{php_apiver} @@ -71,7 +72,7 @@ %{php_extdir}/shout.so %changelog -* Fri Jun 30 2006 Brandon Holbrook 0.3.1-5 +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot From fedora-extras-commits at redhat.com Tue Aug 15 04:06:48 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 14 Aug 2006 21:06:48 -0700 Subject: rpms/php-shout/devel php-shout.spec,1.2,1.3 Message-ID: <200608150406.k7F46obP019637@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19620/devel Modified Files: php-shout.spec Log Message: New email address Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-shout.spec 15 Aug 2006 03:57:47 -0000 1.2 +++ php-shout.spec 15 Aug 2006 04:06:48 -0000 1.3 @@ -72,38 +72,38 @@ %{php_extdir}/shout.so %changelog -* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes - Added BR: pkgconfig for new buildroot - New php_extdir and php_apiver from FE PHP Packaging Guidelines -* Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 +* Fri Jun 30 2006 Brandon Holbrook 0.3.1-3 - New extdir and apiver to make mock happy -* Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 +* Wed Jun 28 2006 Brandon Holbrook 0.3.1-1 - Upgraded to 0.3.1 - Removed unneded BuildRequires: pkgconfig -* Wed Mar 29 2006 Brandon Holbrook 0.3a-5 +* Wed Mar 29 2006 Brandon Holbrook 0.3a-5 - Upgraded to 0.3a (tarball has not been phpize'd to save space) - Minor %%define fixes - spaces2tabs - mkdir has been replaced with 'install -D' - Moved the 'phpize' calls from %%prep to %%build -* Sat Mar 11 2006 Brandon Holbrook +* Sat Mar 11 2006 Brandon Holbrook - Upgraded to 0.3 - Bumped libshout requirement to 2.1 -* Wed Feb 22 2006 Brandon Holbrook +* Wed Feb 22 2006 Brandon Holbrook - Upgraded to 0.1.5 -* Thu Feb 16 2006 Brandon Holbrook +* Thu Feb 16 2006 Brandon Holbrook - Upgraded to 0.1.4 - Added 'phpize --clean; phpize' to setup phase - Removed redundant 'Requires:' implied by BuildRequires - Replaced $RPM_BUILD_ROOT with %%{buildroot} -* Mon Feb 13 2006 Brandon Holbrook +* Mon Feb 13 2006 Brandon Holbrook - Initial RPM release From fedora-extras-commits at redhat.com Tue Aug 15 04:23:39 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:23:39 -0700 Subject: rpms/python-dns/devel python-dns.spec,1.2,1.3 Message-ID: <200608150423.k7F4NfQ7020528@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20511 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/devel/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:05:37 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:23:39 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:24:42 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:24:42 -0700 Subject: rpms/python-dns/FC-5 python-dns.spec,1.2,1.3 Message-ID: <200608150424.k7F4Oicm020589@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20572 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-5/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:07:30 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:24:42 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:25:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:25:17 -0700 Subject: rpms/python-dns/FC-4 python-dns.spec,1.2,1.3 Message-ID: <200608150425.k7F4PJku020651@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20634 Modified Files: python-dns.spec Log Message: No longer ghost *.pyo files. Index: python-dns.spec =================================================================== RCS file: /cvs/extras/rpms/python-dns/FC-4/python-dns.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-dns.spec 6 Aug 2006 04:08:26 -0000 1.2 +++ python-dns.spec 15 Aug 2006 04:25:17 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-dns Version: 1.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS toolkit for Python Group: Development/Languages @@ -56,27 +56,12 @@ %defattr(-,root,root,-) %doc ChangeLog LICENSE README TODO examples -%dir %{python_sitelib}/dns -%{python_sitelib}/dns/*.py -%{python_sitelib}/dns/*.pyc -%ghost %{python_sitelib}/dns/*.pyo - -%dir %{python_sitelib}/dns/rdtypes -%{python_sitelib}/dns/rdtypes/*.py -%{python_sitelib}/dns/rdtypes/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/ANY -%{python_sitelib}/dns/rdtypes/ANY/*.py -%{python_sitelib}/dns/rdtypes/ANY/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo - -%dir %{python_sitelib}/dns/rdtypes/IN -%{python_sitelib}/dns/rdtypes/IN/*.py -%{python_sitelib}/dns/rdtypes/IN/*.pyc -%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo +%{python_sitelib}/dns %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires From fedora-extras-commits at redhat.com Tue Aug 15 04:28:58 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 14 Aug 2006 21:28:58 -0700 Subject: rpms/octave/devel octave-2.9.7-misc.patch, 1.1, 1.2 octave.spec, 1.42, 1.43 Message-ID: <200608150429.k7F4T00t020717@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20695 Modified Files: octave-2.9.7-misc.patch octave.spec Log Message: Update patch for several small bugs. octave-2.9.7-misc.patch: Index: octave-2.9.7-misc.patch =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave-2.9.7-misc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- octave-2.9.7-misc.patch 28 Jul 2006 21:20:29 -0000 1.1 +++ octave-2.9.7-misc.patch 15 Aug 2006 04:28:58 -0000 1.2 @@ -1,10 +1,276 @@ +Index: doc/ChangeLog +=================================================================== +RCS file: /cvs/octave/doc/ChangeLog,v +retrieving revision 1.107 +retrieving revision 1.108 +diff -u -r1.107 -r1.108 +--- doc/ChangeLog 28 Jun 2006 16:05:22 -0000 1.107 ++++ doc/ChangeLog 14 Aug 2006 19:16:07 -0000 1.108 +@@ -1,3 +1,8 @@ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * interpreter/images/sparseimages.m: Adapt to new automatic_replot ++ definition. ++ + 2006-06-27 John W. Eaton + + * interpreter/Makefile.in: Elminate double-colon rules. +Index: doc/interpreter/image.txi +=================================================================== +RCS file: /cvs/octave/doc/interpreter/image.txi,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- doc/interpreter/image.txi 1 Oct 2004 18:12:11 -0000 1.5 ++++ doc/interpreter/image.txi 14 Aug 2006 18:07:02 -0000 1.6 +@@ -49,4 +49,4 @@ + + @DOCSTRING(saveimage) + +- at DOCSTRING(IMAGEPATH) ++ at DOCSTRING(IMAGE_PATH) +Index: doc/interpreter/octave-config.1 +=================================================================== +RCS file: /cvs/octave/doc/interpreter/octave-config.1,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- doc/interpreter/octave-config.1 19 Sep 2005 19:26:00 -0000 1.4 ++++ doc/interpreter/octave-config.1 14 Aug 2006 18:07:02 -0000 1.5 +@@ -38,7 +38,7 @@ + FCNFILEDIR LOCALVERFCNFILEDIR + FCNFILEPATH LOCALVEROCTFILEDIR + IMAGEDIR MAN1DIR +- IMAGEPATH MAN1EXT ++ IMAGE_PATH MAN1EXT + INCLUDEDIR MANDIR + INFODIR OCTFILEDIR + INFOFILE OCTINCLUDEDIR +Index: doc/interpreter/images/sparseimages.m +=================================================================== +RCS file: /cvs/octave/doc/interpreter/images/sparseimages.m,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -u -r1.7 -r1.8 +--- doc/interpreter/images/sparseimages.m 10 May 2006 22:30:50 -0000 1.7 ++++ doc/interpreter/images/sparseimages.m 14 Aug 2006 19:16:07 -0000 1.8 +@@ -20,7 +20,7 @@ + ## print since print() resets output to stdout (unfortunately, gnpulot + ## can't pop output as it can the terminal type). + function bury_output () +- automatic_replot = false; ++ automatic_replot(0); + __gnuplot_set__ term dumb + [status, dummy] = fileattrib("/dev/null"); + if (status) +Index: emacs/octave-mod.el +=================================================================== +RCS file: /cvs/octave/emacs/octave-mod.el,v +retrieving revision 1.40 +retrieving revision 1.41 +diff -u -r1.40 -r1.41 +--- emacs/octave-mod.el 2 Mar 2006 20:51:32 -0000 1.40 ++++ emacs/octave-mod.el 14 Aug 2006 18:07:07 -0000 1.41 +@@ -129,7 +129,7 @@ + (defvar octave-variables + '("DEFAULT_EXEC_PATH" "DEFAULT_LOADPATH" + "EDITOR" "EXEC_PATH" "F_DUPFD" "F_GETFD" "F_GETFL" "F_SETFD" +- "F_SETFL" "I" "IMAGEPATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" ++ "F_SETFL" "I" "IMAGE_PATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" + "LOADPATH" "NaN" "OCTAVE_VERSION" "O_APPEND" "O_CREAT" "O_EXCL" + "O_NONBLOCK" "O_RDONLY" "O_RDWR" "O_TRUNC" "O_WRONLY" "PAGER" "PS1" + "PS2" "PS4" "PWD" "SEEK_CUR" "SEEK_END" "SEEK_SET" "__F_DUPFD__" +Index: scripts/ChangeLog +=================================================================== +RCS file: /cvs/octave/scripts/ChangeLog,v +retrieving revision 1.563 +retrieving revision 1.569 +diff -u -r1.563 -r1.569 +--- scripts/ChangeLog 28 Jul 2006 03:40:22 -0000 1.563 ++++ scripts/ChangeLog 14 Aug 2006 19:54:46 -0000 1.569 +@@ -1,3 +1,30 @@ ++2006-08-14 John W. Eaton ++ ++ * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. ++ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, ++ signal/freqz_plot.m: Adapt to new automatic_replot definition. ++ ++2006-08-14 S?ren Hauberg ++ ++ * pkg/pkg.m: Don't pass function name to print_usage. ++ Use addpath and rmpath instead of manipulating LOADPATH. ++ Handle changes to system function. ++ (rm_rf): New subfunction. Use it to avoid confirmation dialog for ++ recursive directory removal. ++ ++ * strings/bin2dec.m: Ignore spaces in input for compatibility. ++ ++ * colormap.m: Change global variable to persistent. ++ ++ * rgb2ind.m: Handle single 3-d array as rgb image. ++ ++2006-08-14 John W. Eaton ++ ++ * strings/str2double.m: Fix missing semicolon. ++ + 2006-07-27 Jim Peterson + + * plot/plot3.m: Accept one complex or one real and one complex +Index: scripts/control/base/__stepimp__.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/__stepimp__.m,v +retrieving revision 1.13 +retrieving revision 1.14 +diff -u -r1.13 -r1.14 +--- scripts/control/base/__stepimp__.m 6 Mar 2006 21:26:48 -0000 1.13 ++++ scripts/control/base/__stepimp__.m 14 Aug 2006 19:16:07 -0000 1.14 +@@ -216,7 +216,7 @@ + + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + if(nargout == 0) + ## Plot the information + oneplot(); +@@ -272,6 +272,6 @@ + endif + ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n"); + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + endfunction +Index: scripts/control/base/bode.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/bode.m,v +retrieving revision 1.15 +retrieving revision 1.16 +diff -u -r1.15 -r1.16 +--- scripts/control/base/bode.m 26 Apr 2005 19:24:29 -0000 1.15 ++++ scripts/control/base/bode.m 14 Aug 2006 19:16:07 -0000 1.16 +@@ -147,7 +147,7 @@ + ## Plot the information + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + oneplot(); + __gnuplot_set__ autoscale; + __gnuplot_set__ nokey; +@@ -204,7 +204,7 @@ + oneplot(); + endif + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + else + mag_r = mag; +Index: scripts/image/colormap.m +=================================================================== +RCS file: /cvs/octave/scripts/image/colormap.m,v +retrieving revision 1.24 +retrieving revision 1.25 +diff -u -r1.24 -r1.25 +--- scripts/image/colormap.m 8 Sep 2005 01:40:58 -0000 1.24 ++++ scripts/image/colormap.m 14 Aug 2006 18:29:18 -0000 1.25 +@@ -39,10 +39,10 @@ + + function cmap = colormap (map) + +- global __current_color_map__ = gray (); ++ persistent current_color_map = gray (); + + if (nargin > 1) +- usage ("colormap (map)"); ++ print_usage (); + endif + + if (nargin == 1) +@@ -63,12 +63,12 @@ + error ("colormap: map must have values in [0,1]"); + endif + ## Set the new color map +- __current_color_map__ = map; ++ current_color_map = map; + endif + + endif + + ## Return current color map. +- cmap = __current_color_map__; ++ cmap = current_color_map; + + endfunction +Index: scripts/image/loadimage.m +=================================================================== +RCS file: /cvs/octave/scripts/image/loadimage.m,v +retrieving revision 1.22 +retrieving revision 1.23 +diff -u -r1.22 -r1.23 +--- scripts/image/loadimage.m 6 Mar 2006 21:26:49 -0000 1.22 ++++ scripts/image/loadimage.m 14 Aug 2006 18:06:58 -0000 1.23 +@@ -36,7 +36,7 @@ + error ("loadimage: expecting filename as a string"); + endif + +- file = file_in_path (IMAGEPATH, filename); ++ file = file_in_path (IMAGE_PATH, filename); + + if (isempty (file)) + error ("loadimage: unable to find image file"); +Index: scripts/image/rgb2ind.m +=================================================================== +RCS file: /cvs/octave/scripts/image/rgb2ind.m,v +retrieving revision 1.20 +retrieving revision 1.21 +diff -u -r1.20 -r1.21 +--- scripts/image/rgb2ind.m 6 Mar 2006 21:26:49 -0000 1.20 ++++ scripts/image/rgb2ind.m 14 Aug 2006 18:16:57 -0000 1.21 +@@ -18,7 +18,8 @@ + ## 02110-1301, USA. + + ## -*- texinfo -*- +-## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) ++## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{rgb}) ++## @deftypefnx {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) + ## Convert and RGB image to an Octave indexed image. + ## @seealso{ind2rgb, rgb2ntsc} + ## @end deftypefn +@@ -31,8 +32,19 @@ + + function [X, map] = rgb2ind (R, G, B) + +- if (nargin != 3) +- usage ("[X, map] = rgb2ind (R, G, B)"); ++ if (nargin != 1 && nargin != 3) ++ print_usage (); ++ endif ++ ++ if (nargin == 1) ++ rgb = R; ++ if (length (size (rgb)) == 3 && size (rgb, 3) == 3) ++ R = rgb(:,:,1); ++ G = rgb(:,:,2); ++ B = rgb(:,:,3); ++ else ++ error ("rgb2ind: argument is not an RGB image"); ++ endif + endif + + if (size (R) != size (G) || size (R) != size (B)) Index: scripts/miscellaneous/mex.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/mex.m,v retrieving revision 1.1 -diff -u -r1.1 mex.m ---- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 -+++ scripts/miscellaneous/mex.m 28 Jul 2006 21:06:42 -0000 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 ++++ scripts/miscellaneous/mex.m 28 Jul 2006 21:21:51 -0000 1.2 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} mex [options] file ... @@ -13,4 +279,296 @@ +## This is equivalent to @code{mkoctfile --mex [options] file}. ## @seealso{mkoctfile} ## @end deftypefn - + +Index: scripts/signal/freqz_plot.m +=================================================================== +RCS file: /cvs/octave/scripts/signal/freqz_plot.m,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -r1.8 -r1.9 +--- scripts/signal/freqz_plot.m 24 Apr 2006 19:13:08 -0000 1.8 ++++ scripts/signal/freqz_plot.m 14 Aug 2006 19:16:07 -0000 1.9 +@@ -42,7 +42,7 @@ + ## Protect graph state. + + replot_state = automatic_replot; +- automatic_replot = 0; ++ automatic_replot(0); + + subplot (311); + __gnuplot_set__ lmargin 10; +@@ -88,7 +88,7 @@ + __gnuplot_set__ tmargin; + oneplot (); + +- automatic_replot = replot_state; ++ automatic_replot(replot_state); + + end_unwind_protect + +Index: scripts/sparse/spy.m +=================================================================== +RCS file: /cvs/octave/scripts/sparse/spy.m,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- scripts/sparse/spy.m 26 Apr 2005 19:24:31 -0000 1.4 ++++ scripts/sparse/spy.m 14 Aug 2006 19:16:07 -0000 1.5 +@@ -30,7 +30,7 @@ + + arp = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot (0); + + eval(sprintf('__gnuplot_set__ nokey')) + eval(sprintf('__gnuplot_set__ yrange [0:%d] reverse',m+1)) +@@ -46,6 +46,6 @@ + __gnuplot_set__ yrange [0:1] noreverse + axis; + unwind_protect_cleanup +- automatic_replot = arp; ++ automatic_replot (arp); + end_unwind_protect + endfunction +Index: scripts/strings/bin2dec.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/bin2dec.m,v +retrieving revision 1.14 +retrieving revision 1.15 +diff -u -r1.14 -r1.15 +--- scripts/strings/bin2dec.m 15 Mar 2006 02:37:55 -0000 1.14 ++++ scripts/strings/bin2dec.m 14 Aug 2006 18:41:15 -0000 1.15 +@@ -37,10 +37,16 @@ + + function d = bin2dec (h) + +- if (nargin != 1) +- usage ("bin2dec (b)"); ++ if (nargin == 1 && ischar (h)) ++ n = rows (h); ++ d = zeros (n, 1); ++ for i = 1:n ++ s = h(i,:); ++ s = s(! isspace (s)); ++ d(i) = base2dec (s, 2); ++ endfor + else +- d = base2dec (h, 2); ++ print_usage (); + endif + + endfunction +Index: scripts/strings/str2double.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/str2double.m,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- scripts/strings/str2double.m 26 Apr 2005 19:24:32 -0000 1.5 ++++ scripts/strings/str2double.m 14 Aug 2006 16:46:33 -0000 1.6 +@@ -195,7 +195,7 @@ + ix = 1; + ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]), + while (ix < sl && CD(ix)) +- ix++ ++ ix++; + endwhile + ta = ix; + te = []; +Index: src/ChangeLog +=================================================================== +RCS file: /cvs/octave/src/ChangeLog,v +retrieving revision 1.1488 +retrieving revision 1.1493 +diff -u -r1.1488 -r1.1493 +--- src/ChangeLog 28 Jul 2006 16:53:58 -0000 1.1488 ++++ src/ChangeLog 14 Aug 2006 20:07:37 -0000 1.1493 +@@ -1,3 +1,22 @@ ++2006-08-14 John W. Eaton ++ ++ * variables.cc (symbol_record_name_compare): Fix casts. ++ ++ * ov-cell.cc (octave_cell::subsasgn): Call empty_conv for 0x0 ++ objects, not just empty objects. ++ ++ * oct-map.h (Octave_map::clear): Also clear key_list. ++ ++ * load-path.cc (load_path::find_dir_info, load_path::do_add, ++ load_path::do_remove): Perform tilde expansion on directory here. ++ ++2006-07-29 John W. Eaton ++ ++ * matrix.h: Delete to avoid conflict with liboctave/Matrix.h on ++ case-insensitive filesystems. ++ ++ * version.h (OCTAVE_VERSION): Now 2.9.7+. ++ + 2006-07-28 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.7. +Index: src/load-path.cc +=================================================================== +RCS file: /cvs/octave/src/load-path.cc,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- src/load-path.cc 28 Jul 2006 16:31:00 -0000 1.6 ++++ src/load-path.cc 14 Aug 2006 16:42:03 -0000 1.7 +@@ -237,8 +237,10 @@ + } + + load_path::const_dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) const ++load_path::find_dir_info (const std::string& dir_arg) const + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + const_dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -253,8 +255,10 @@ + } + + load_path::dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) ++load_path::find_dir_info (const std::string& dir_arg) + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -465,14 +469,16 @@ + } + + void +-load_path::do_add (const std::string& dir, bool at_end, bool warn) ++load_path::do_add (const std::string& dir_arg, bool at_end, bool warn) + { +- size_t len = dir.length (); ++ size_t len = dir_arg.length (); + +- if (len > 1 && dir.substr (len-2) == "//") ++ if (len > 1 && dir_arg.substr (len-2) == "//") + warning_with_id ("Octave:recursive-path-search", + "trailing `//' is no longer special in search path elements"); + ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +@@ -501,12 +507,12 @@ + } + } + else if (warn) +- warning ("addpath: %s: not a directory", dir.c_str ()); ++ warning ("addpath: %s: not a directory", dir_arg.c_str ()); + } + else if (warn) + { + std::string msg = fs.error (); +- warning ("addpath: %s: %s", dir.c_str (), msg.c_str ()); ++ warning ("addpath: %s: %s", dir_arg.c_str (), msg.c_str ()); + } + } + +@@ -521,13 +527,13 @@ + } + + bool +-load_path::do_remove (const std::string& dir) ++load_path::do_remove (const std::string& dir_arg) + { + bool retval = false; + +- if (! dir.empty ()) ++ if (! dir_arg.empty ()) + { +- if (dir == ".") ++ if (dir_arg == ".") + { + warning ("rmpath: can't remove \".\" from path"); + +@@ -536,6 +542,8 @@ + } + else + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +Index: src/oct-map.h +=================================================================== +RCS file: /cvs/octave/src/oct-map.h,v +retrieving revision 1.48 +retrieving revision 1.49 +diff -u -r1.48 -r1.49 +--- src/oct-map.h 14 Jul 2006 05:30:40 -0000 1.48 ++++ src/oct-map.h 14 Aug 2006 19:08:37 -0000 1.49 +@@ -135,7 +135,11 @@ + bool contains (const std::string& k) const + { return (seek (k) != map.end ()); } + +- void clear (void) { map.clear (); } ++ void clear (void) ++ { ++ map.clear (); ++ key_list.clear (); ++ } + + string_vector keys (void) const; + +@@ -183,10 +187,10 @@ + mutable dim_vector dimensions; + + void maybe_add_to_key_list (const std::string& k) +- { +- if (! contains (k)) +- key_list.push_back (k); +- } ++ { ++ if (! contains (k)) ++ key_list.push_back (k); ++ } + }; + + #endif +Index: src/ov-cell.cc +=================================================================== +RCS file: /cvs/octave/src/ov-cell.cc,v +retrieving revision 1.69 +retrieving revision 1.70 +diff -u -r1.69 -r1.70 +--- src/ov-cell.cc 22 Jul 2006 08:31:17 -0000 1.69 ++++ src/ov-cell.cc 14 Aug 2006 19:44:17 -0000 1.70 +@@ -176,7 +176,7 @@ + + tmp.make_unique (); + +- if (! tmp.is_defined () || tmp.is_empty ()) ++ if (! tmp.is_defined () || tmp.is_zero_by_zero ()) + tmp = octave_value::empty_conv (type.substr (1), rhs); + + if (! error_state) +Index: src/variables.cc +=================================================================== +RCS file: /cvs/octave/src/variables.cc,v +retrieving revision 1.291 +retrieving revision 1.292 +diff -u -r1.291 -r1.292 +--- src/variables.cc 22 Jun 2006 00:57:28 -0000 1.291 ++++ src/variables.cc 14 Aug 2006 20:07:37 -0000 1.292 +@@ -1527,8 +1527,8 @@ + static int + symbol_record_name_compare (const void *a_arg, const void *b_arg) + { +- const symbol_record *a = static_cast (a_arg); +- const symbol_record *b = static_cast (b_arg); ++ const symbol_record *a = *(static_cast (a_arg)); ++ const symbol_record *b = *(static_cast (b_arg)); + + std::string a_nm = a->name (); + std::string b_nm = b->name (); Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- octave.spec 28 Jul 2006 21:20:29 -0000 1.42 +++ octave.spec 15 Aug 2006 04:28:58 -0000 1.43 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -125,6 +125,9 @@ %changelog +* Tue Aug 15 2006 Quentin Spencer 2.9.7-2 +- Update patch to fix several small bug, including #201087. + * Fri Jul 28 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Tue Aug 15 04:31:27 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:31:27 -0700 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.1,1.2 Message-ID: <200608150431.k7F4VTM2020790@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20773 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:31:26 -0000 1.2 @@ -1,5 +1,4 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:32:25 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:32:25 -0700 Subject: rpms/python-xmpp/devel python-xmpp.spec,1.2,1.3 Message-ID: <200608150432.k7F4WRPi020813@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20796 Modified Files: python-xmpp.spec Log Message: Don't forget to bump release. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/devel/python-xmpp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-xmpp.spec 15 Aug 2006 04:31:26 -0000 1.2 +++ python-xmpp.spec 15 Aug 2006 04:32:25 -0000 1.3 @@ -2,7 +2,7 @@ Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages From fedora-extras-commits at redhat.com Tue Aug 15 04:33:10 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:33:10 -0700 Subject: rpms/python-xmpp/FC-5 python-xmpp.spec,1.1,1.2 Message-ID: <200608150433.k7F4XC0p020874@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20857 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/FC-5/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:33:10 -0000 1.2 @@ -1,9 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:34:08 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:34:08 -0700 Subject: rpms/python-xmpp/FC-4 python-xmpp.spec,1.1,1.2 Message-ID: <200608150434.k7F4YAik020935@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20918 Modified Files: python-xmpp.spec Log Message: No longer ghost *.pyo files and other cleanups. Index: python-xmpp.spec =================================================================== RCS file: /cvs/extras/rpms/python-xmpp/FC-4/python-xmpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-xmpp.spec 28 May 2006 13:24:44 -0000 1.1 +++ python-xmpp.spec 15 Aug 2006 04:34:08 -0000 1.2 @@ -1,9 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-xmpp Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages @@ -14,7 +13,6 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") Requires: python-dns %description @@ -35,7 +33,7 @@ find doc -type f | xargs chmod a-x %build -CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} @@ -48,12 +46,15 @@ %defattr(-,root,root,-) %doc ChangeLog README doc/* -%dir %{python_sitelib}/xmpp -%{python_sitelib}/xmpp/*.py -%{python_sitelib}/xmpp/*.pyc -%ghost %{python_sitelib}/xmpp/*.pyo +%{python_sitelib}/xmpp %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.3.1 +- Remove unneeded python_sitearch macro +- Remove unneeded python-abi requirement +- No longer ghost *.pyo files + * Fri May 26 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras + From fedora-extras-commits at redhat.com Tue Aug 15 04:39:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:39:28 -0700 Subject: rpms/pyicq-t/devel pyicq-t.spec,1.1,1.2 Message-ID: <200608150439.k7F4dUYY021013@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20996 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/devel/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:39:27 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 04:42:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:42:19 -0700 Subject: rpms/pyicq-t/FC-5 pyicq-t.spec,1.1,1.2 Message-ID: <200608150442.k7F4gLeZ021074@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21057 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/FC-5/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:42:18 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 04:42:51 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 14 Aug 2006 21:42:51 -0700 Subject: rpms/pyicq-t/FC-4 pyicq-t.spec,1.1,1.2 Message-ID: <200608150442.k7F4grBX021135@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21118 Modified Files: pyicq-t.spec Log Message: No longer ghost *.pyo files Index: pyicq-t.spec =================================================================== RCS file: /cvs/extras/rpms/pyicq-t/FC-4/pyicq-t.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyicq-t.spec 5 Aug 2006 23:42:07 -0000 1.1 +++ pyicq-t.spec 15 Aug 2006 04:42:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: pyicq-t Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: ICQ Transport for Jabber Servers Group: Applications/Internet @@ -95,69 +95,7 @@ %dir %{_sysconfdir}/pyicq-t %ghost %config(noreplace) %{_sysconfdir}/pyicq-t/config.xml -%dir %{_datadir}/pyicq-t -%{_datadir}/pyicq-t/*.py -%{_datadir}/pyicq-t/*.pyc -%ghost %{_datadir}/pyicq-t/*.pyo - -%dir %{_datadir}/pyicq-t/data -%{_datadir}/pyicq-t/data/*.png - -%dir %{_datadir}/pyicq-t/data/www -%{_datadir}/pyicq-t/data/www/*.html - -%dir %{_datadir}/pyicq-t/data/www/css -%{_datadir}/pyicq-t/data/www/css/*.css - -%dir %{_datadir}/pyicq-t/data/www/images -%{_datadir}/pyicq-t/data/www/images/*.png - -%dir %{_datadir}/pyicq-t/src -%{_datadir}/pyicq-t/src/*.py -%{_datadir}/pyicq-t/src/*.pyc -%ghost %{_datadir}/pyicq-t/src/*.pyo - -%dir %{_datadir}/pyicq-t/src/langs -%{_datadir}/pyicq-t/src/langs/*.py -%{_datadir}/pyicq-t/src/langs/*.pyc -%ghost %{_datadir}/pyicq-t/src/langs/*.pyo - -%dir %{_datadir}/pyicq-t/src/legacy -%{_datadir}/pyicq-t/src/legacy/*.py -%{_datadir}/pyicq-t/src/legacy/*.pyc -%ghost %{_datadir}/pyicq-t/src/legacy/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib -%{_datadir}/pyicq-t/src/tlib/*.py -%{_datadir}/pyicq-t/src/tlib/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/*.pyo - -%dir %{_datadir}/pyicq-t/src/tlib/jabber -%{_datadir}/pyicq-t/src/tlib/jabber/*.py -%{_datadir}/pyicq-t/src/tlib/jabber/*.pyc -%ghost %{_datadir}/pyicq-t/src/tlib/jabber/*.pyo - -%dir %{_datadir}/pyicq-t/src/web -%{_datadir}/pyicq-t/src/web/*.py -%{_datadir}/pyicq-t/src/web/*.pyc -%ghost %{_datadir}/pyicq-t/src/web/*.pyo - -%dir %{_datadir}/pyicq-t/src/xdb -%{_datadir}/pyicq-t/src/xdb/__init__.py -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.py -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.py -%{_datadir}/pyicq-t/src/xdb/template.py -%{_datadir}/pyicq-t/src/xdb/xmlfiles.py -%{_datadir}/pyicq-t/src/xdb/__init__.pyc -%{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyc -%{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyc -%{_datadir}/pyicq-t/src/xdb/template.pyc -%{_datadir}/pyicq-t/src/xdb/xmlfiles.pyc -%ghost %{_datadir}/pyicq-t/src/xdb/__init__.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyaimtransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/legacyjittransport.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/template.pyo -%ghost %{_datadir}/pyicq-t/src/xdb/xmlfiles.pyo +%{_datadir}/pyicq-t %dir %{_localstatedir}/spool/pyicq-t @@ -170,6 +108,9 @@ %ghost %{_datadir}/pyicq-t/src/xdb/mysql.pyo %changelog +* Mon Aug 14 2006 Jeffrey C. Ollie - 0.7-4 +- No longer ghost *.pyo files + * Wed Aug 2 2006 Jeffrey C. Ollie - 0.7-3 - Rename more stuff to pyicq-t From fedora-extras-commits at redhat.com Tue Aug 15 06:31:05 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 14 Aug 2006 23:31:05 -0700 Subject: rpms/inotify-tools/devel .cvsignore, 1.2, 1.3 inotify-tools.spec, 1.1, 1.2 sources, 1.2, 1.3 inotify-tools-2.2.implicit_syscall.patch, 1.1, NONE Message-ID: <200608150631.k7F6V7oB027472@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27451 Modified Files: .cvsignore inotify-tools.spec sources Removed Files: inotify-tools-2.2.implicit_syscall.patch Log Message: - Update to 2.3 - Drop implicit_syscall patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 +++ .cvsignore 15 Aug 2006 06:31:04 -0000 1.3 @@ -1 +1 @@ -inotify-tools-2.2.tar.gz +inotify-tools-2.3.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/inotify-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inotify-tools.spec 1 Aug 2006 15:56:11 -0000 1.1 +++ inotify-tools.spec 15 Aug 2006 06:31:04 -0000 1.2 @@ -1,13 +1,12 @@ Name: inotify-tools -Version: 2.2 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz -Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,7 +18,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -38,7 +36,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* @@ -46,6 +44,10 @@ %changelog +* Tue Aug 15 2006 Dawid Gajownik - 2.3-1 +- Update to 2.3 +- Drop implicit_syscall patch (fixed upstream) + * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 15:56:11 -0000 1.2 +++ sources 15 Aug 2006 06:31:04 -0000 1.3 @@ -1 +1 @@ -0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz +b097d3b85040423026b17e30e74f3990 inotify-tools-2.3.tar.gz --- inotify-tools-2.2.implicit_syscall.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 06:34:24 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 14 Aug 2006 23:34:24 -0700 Subject: rpms/inotify-tools/FC-5 .cvsignore, 1.2, 1.3 inotify-tools.spec, 1.1, 1.2 sources, 1.2, 1.3 inotify-tools-2.2.implicit_syscall.patch, 1.1, NONE Message-ID: <200608150634.k7F6YQYS027553@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/inotify-tools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27532 Modified Files: .cvsignore inotify-tools.spec sources Removed Files: inotify-tools-2.2.implicit_syscall.patch Log Message: - Update to 2.3 - Drop implicit_syscall patch (fixed upstream) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 15:56:11 -0000 1.2 +++ .cvsignore 15 Aug 2006 06:34:24 -0000 1.3 @@ -1 +1 @@ -inotify-tools-2.2.tar.gz +inotify-tools-2.3.tar.gz Index: inotify-tools.spec =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/inotify-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inotify-tools.spec 1 Aug 2006 15:56:11 -0000 1.1 +++ inotify-tools.spec 15 Aug 2006 06:34:24 -0000 1.2 @@ -1,13 +1,12 @@ Name: inotify-tools -Version: 2.2 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Command line utilities for inotify Group: Applications/System License: GPL URL: http://inotify-tools.sourceforge.net/ Source0: http://download.sf.net/inotify-tools/inotify-tools-%{version}.tar.gz -Patch0: inotify-tools-2.2.implicit_syscall.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,7 +18,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -38,7 +36,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README +%doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/inotifywait %{_bindir}/inotifywatch %{_mandir}/man1/inotifywait.1* @@ -46,6 +44,10 @@ %changelog +* Tue Aug 15 2006 Dawid Gajownik - 2.3-1 +- Update to 2.3 +- Drop implicit_syscall patch (fixed upstream) + * Mon Jul 31 2006 Dawid Gajownik - 2.2-3 - Fix URL Index: sources =================================================================== RCS file: /cvs/extras/rpms/inotify-tools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 15:56:11 -0000 1.2 +++ sources 15 Aug 2006 06:34:24 -0000 1.3 @@ -1 +1 @@ -0ca1dd7a9bb0c6d0bbd084d8436b850f inotify-tools-2.2.tar.gz +b097d3b85040423026b17e30e74f3990 inotify-tools-2.3.tar.gz --- inotify-tools-2.2.implicit_syscall.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 06:58:06 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 14 Aug 2006 23:58:06 -0700 Subject: rpms/octave/devel octave.spec,1.43,1.44 Message-ID: <200608150658.k7F6w85X027769@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27752 Modified Files: octave.spec Log Message: Add new build dependency. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- octave.spec 15 Aug 2006 04:28:58 -0000 1.43 +++ octave.spec 15 Aug 2006 06:58:06 -0000 1.44 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -16,7 +16,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,8 +125,11 @@ %changelog +* Tue Aug 15 2006 Quentin Spencer 2.9.7-3 +- Add ghostscript as a build dependency. + * Tue Aug 15 2006 Quentin Spencer 2.9.7-2 -- Update patch to fix several small bug, including #201087. +- Update patch to fix several small bugs, including #201087. * Fri Jul 28 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Tue Aug 15 07:35:40 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 00:35:40 -0700 Subject: fedora-security/audit fc6,1.7,1.8 Message-ID: <200608150735.k7F7Zeov030565@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30547 Modified Files: fc6 Log Message: Deal with thunderbird (note FC6 version is lower than FC5 update) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fc6 14 Aug 2006 23:56:19 -0000 1.7 +++ fc6 15 Aug 2006 07:35:37 -0000 1.8 @@ -21,47 +21,47 @@ CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3812 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3812 VULNERABLE (mozilla) ### CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3811 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3811 VULNERABLE (mozilla) ### CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3810 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3810 VULNERABLE (mozilla) ### CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3809 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3809 VULNERABLE (mozilla) ### CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3808 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3808 VULNERABLE (mozilla) ### CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3807 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3807 VULNERABLE (mozilla) ### CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3806 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3806 VULNERABLE (mozilla) ### CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3805 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3805 VULNERABLE (mozilla) ### CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3804 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3804 VULNERABLE (mozilla) ### CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3803 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3803 VULNERABLE (mozilla) ### CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3802 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) CVE-2006-3802 VULNERABLE (mozilla) ### CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3801 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3677 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! @@ -99,7 +99,7 @@ CVE-2006-3122 ** dhcp ### CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### -CVE-2006-3113 version (thunderbird, fixed 1.5.0.5) [since FEDORA-2006-903] ### +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux @@ -123,36 +123,36 @@ CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) CVE-2006-2787 VULNERABLE (mozilla) ### CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) CVE-2006-2786 VULNERABLE (mozilla) ### CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2785 VULNERABLE (mozilla) ### CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2784 VULNERABLE (mozilla) ### CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) CVE-2006-2783 VULNERABLE (mozilla) ### CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (firefox) ### -CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (mozilla) ### CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) CVE-2006-2779 VULNERABLE (mozilla) ### CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) CVE-2006-2778 VULNERABLE (mozilla) ### CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### CVE-2006-2777 VULNERABLE (mozilla) ### CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) CVE-2006-2776 VULNERABLE (mozilla) ### CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) [since FEDORA-2006-717] ### +CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) @@ -225,60 +225,60 @@ CVE-2006-1856 version (kernel, fixed 2.6.16.12) CVE-2006-1855 version (kernel, fixed 2.6.11.12) CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) @@ -291,11 +291,11 @@ CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### -CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) @@ -333,17 +333,17 @@ CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) CVE-2006-1052 version (kernel, fixed 2.6.16) -CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-1045 version (thunderbird, fixed 1.5.0.2) CVE-2006-1015 ignore (php) safe mode isn't safe CVE-2006-1014 ignore (php) safe mode isn't safe CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) -CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) CVE-2006-0836 VULNERABLE (thunderbird) ### -CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] ### +CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### CVE-2006-0747 version (freetype, fixed 2.2.1) @@ -381,28 +381,28 @@ CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### -CVE-2006-0299 version (thunderbird, fixed 1.5) ### +CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (mozilla, 1.8 branch only) ### CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0298 version (thunderbird, fixed 1.5) ### +CVE-2006-0298 version (thunderbird, fixed 1.5) CVE-2006-0298 version (mozilla, 1.8 branch only) ### CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0297 version (thunderbird, fixed 1.5) ### +CVE-2006-0297 version (thunderbird, fixed 1.5) CVE-2006-0297 version (mozilla, 1.8 branch only) ### CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0296 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### +CVE-2006-0296 version (thunderbird, fixed 1.5) CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### -CVE-2006-0295 version (thunderbird, fixed 1.5) ### +CVE-2006-0295 version (thunderbird, fixed 1.5) CVE-2006-0295 version (mozilla, 1.8 branch only) ### CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0294 version (thunderbird, fixed 1.5) ### +CVE-2006-0294 version (thunderbird, fixed 1.5) CVE-2006-0294 version (mozilla, 1.8 branch only) ### CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0293 version (thunderbird, fixed 1.5) ### +CVE-2006-0293 version (thunderbird, fixed 1.5) CVE-2006-0293 version (mozilla, 1.8 branch only) ### CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] ### +CVE-2006-0292 version (thunderbird, fixed 1.5) CVE-2006-0292 version (firefox, fixed 1.5.1) ### CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### CVE-2006-0254 version (tomcat5, fixed 5.5.16) @@ -432,7 +432,7 @@ CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) -CVE-2005-4720 version (thunderbird, fixed 1.5) ### +CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) ### CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### CVE-2005-4703 ignore (tomcat) windows only @@ -590,7 +590,7 @@ CVE-2005-2970 version (httpd, not 2.2) CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) -CVE-2005-2968 version (thunderbird) ### +CVE-2005-2968 version (thunderbird) CVE-2005-2968 version (mozilla, not 1.7.10) ### CVE-2005-2968 version (firefox) ### CVE-2005-2959 ignore (sudo) not a vulnerability @@ -602,7 +602,7 @@ CVE-2005-2874 version (cups, fixed 1.1.23) CVE-2005-2873 VULNERABLE (kernel) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) -CVE-2005-2871 version (thunderbird) ### +CVE-2005-2871 version (thunderbird) CVE-2005-2871 version (mozilla, fixed 1.7.12) ### CVE-2005-2871 version (firefox, fixed 1.0.7) ### CVE-2005-2811 version (net-snmp) not upstream, gentoo only @@ -615,22 +615,22 @@ CVE-2005-2728 version (httpd, not 2.2) CVE-2005-2709 version (kernel, fixed 2.6.14.3) CVE-2005-2708 ignore (kernel) not reproducable on x86_64 -CVE-2005-2707 version (thunderbird) ### +CVE-2005-2707 version (thunderbird) CVE-2005-2707 version (mozilla, fixed 1.7.12) ### CVE-2005-2707 version (firefox, fixed 1.0.7) ### -CVE-2005-2706 version (thunderbird) ### +CVE-2005-2706 version (thunderbird) CVE-2005-2706 version (mozilla, fixed 1.7.12) ### CVE-2005-2706 version (firefox, fixed 1.0.7) ### -CVE-2005-2705 version (thunderbird) ### +CVE-2005-2705 version (thunderbird) CVE-2005-2705 version (mozilla, fixed 1.7.12) ### CVE-2005-2705 version (firefox, fixed 1.0.7) ### -CVE-2005-2704 version (thunderbird) ### +CVE-2005-2704 version (thunderbird) CVE-2005-2704 version (mozilla, fixed 1.7.12) ### CVE-2005-2704 version (firefox, fixed 1.0.7) ### -CVE-2005-2703 version (thunderbird) ### +CVE-2005-2703 version (thunderbird) CVE-2005-2703 version (mozilla, fixed 1.7.12) ### CVE-2005-2703 version (firefox, fixed 1.0.7) ### -CVE-2005-2702 version (thunderbird) ### +CVE-2005-2702 version (thunderbird) CVE-2005-2702 version (mozilla, fixed 1.7.12) ### CVE-2005-2702 version (firefox, fixed 1.0.7) ### CVE-2005-2701 version (mozilla, fixed 1.7.12) ### @@ -656,7 +656,7 @@ CVE-2005-2500 version (kernel, fixed 2.6.13) CVE-2005-2498 version (php, fixed xml_rpc:1.4.0) CVE-2005-2496 version (ntp, fixed 4.2.0b) -CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) ### +CVE-2005-2495 version (xorg-x11-server, fixed 0.99.3 at least) CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) @@ -690,27 +690,27 @@ CVE-2005-2353 ignore (thunderbird) debug mode only CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) -CVE-2005-2270 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2270 version (thunderbird, fixed 1.0.5) CVE-2005-2270 version (mozilla, fixed 1.7.9) ### CVE-2005-2270 version (firefox, fixed 1.0.5) ### -CVE-2005-2269 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2269 version (thunderbird, fixed 1.0.5) CVE-2005-2269 version (mozilla, fixed 1.7.9) ### CVE-2005-2269 version (firefox, fixed 1.0.5) ### CVE-2005-2268 version (mozilla, fixed 1.7.9) ### CVE-2005-2268 version (firefox, fixed 1.0.5) ### CVE-2005-2267 version (mozilla, fixed 1.7.9) ### CVE-2005-2267 version (firefox, fixed 1.0.5) ### -CVE-2005-2266 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2266 version (thunderbird, fixed 1.0.5) CVE-2005-2266 version (mozilla, fixed 1.7.9) ### CVE-2005-2266 version (firefox, fixed 1.0.5) ### -CVE-2005-2265 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2265 version (thunderbird, fixed 1.0.5) CVE-2005-2265 version (mozilla, fixed 1.7.9) ### CVE-2005-2265 version (firefox, fixed 1.0.5) ### CVE-2005-2264 version (firefox, fixed 1.0.5) ### CVE-2005-2263 version (mozilla, fixed 1.7.9) ### CVE-2005-2263 version (firefox, fixed 1.0.5) ### CVE-2005-2262 version (firefox, fixed 1.0.5) ### -CVE-2005-2261 version (thunderbird, fixed 1.0.5) ### +CVE-2005-2261 version (thunderbird, fixed 1.0.5) CVE-2005-2261 version (mozilla, fixed 1.7.9) ### CVE-2005-2261 version (firefox, fixed 1.0.5) ### CVE-2005-2260 version (mozilla, fixed 1.7.9) ### @@ -771,7 +771,7 @@ CVE-2005-1589 version (kernel, fixed 2.6.11.10) CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) -CVE-2005-1532 version (thunderbird) ### +CVE-2005-1532 version (thunderbird) CVE-2005-1532 version (mozilla, fixed 1.7.8) ### CVE-2005-1532 version (firefox, fixed 1.0.4) ### CVE-2005-1531 version (mozilla, fixed 1.7.8) ### @@ -823,10 +823,10 @@ CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) -CVE-2005-1160 version (thunderbird) ### +CVE-2005-1160 version (thunderbird) CVE-2005-1160 version (mozilla) ### CVE-2005-1160 version (firefox) ### -CVE-2005-1159 version (thunderbird) ### +CVE-2005-1159 version (thunderbird) CVE-2005-1159 version (mozilla) ### CVE-2005-1159 version (firefox) ### CVE-2005-1158 version (firefox, fixed 1.0.3) ### @@ -850,7 +850,7 @@ CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) -CVE-2005-0989 version (thunderbird) ### +CVE-2005-0989 version (thunderbird) CVE-2005-0989 version (mozilla, fixed 1.7.7) ### CVE-2005-0989 version (firefox, fixed 1.0.3) ### CVE-2005-0988 backport (gzip) ### @@ -910,7 +910,7 @@ CVE-2005-0592 version (mozilla) ### CVE-2005-0592 version (firefox) ### CVE-2005-0591 version (firefox, fixed 1.0.1) ### -CVE-2005-0590 version (thunderbird) ### +CVE-2005-0590 version (thunderbird) CVE-2005-0590 version (openswan, fixed 2.1.4) CVE-2005-0590 version (mozilla) ### CVE-2005-0590 version (firefox) ### @@ -957,7 +957,7 @@ CVE-2005-0401 version (mozilla, fixed 1.7.7) ### CVE-2005-0401 version (firefox, fixed 1.0.2) ### CVE-2005-0400 version (kernel, fixed 2.6.11.6) -CVE-2005-0399 version (thunderbird) ### +CVE-2005-0399 version (thunderbird) CVE-2005-0399 version (mozilla) ### CVE-2005-0399 version (firefox) ### CVE-2005-0398 version (ipsec-tools, fixed 0.5) @@ -967,7 +967,7 @@ CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### -CVE-2005-0255 version (thunderbird, fixed 1.0.2) ### +CVE-2005-0255 version (thunderbird, fixed 1.0.2) CVE-2005-0255 version (mozilla, fixed 1.7.6) ### CVE-2005-0255 version (firefox, fixed 1.0.1) ### CVE-2005-0247 version (postgresql, fixed after 8.0) @@ -983,7 +983,7 @@ CVE-2005-0232 version (firefox, fixed 1.0.1) ### CVE-2005-0231 version (mozilla, fixed 1.7.6) ### CVE-2005-0231 version (firefox, fixed 1.0.1) ### -CVE-2005-0230 version (thunderbird, fixed 1.0.2) ### +CVE-2005-0230 version (thunderbird, fixed 1.0.2) CVE-2005-0230 version (mozilla, fixed 1.7.6) ### CVE-2005-0230 version (firefox, fixed 1.0.1) ### CVE-2005-0227 version (postgresql, fixed 8.0.1) @@ -1023,7 +1023,7 @@ CVE-2005-0144 version (firefox) ### CVE-2005-0143 version (mozilla) ### CVE-2005-0143 version (firefox) ### -CVE-2005-0142 version (thunderbird) ### +CVE-2005-0142 version (thunderbird) CVE-2005-0142 version (mozilla) ### CVE-2005-0142 version (firefox) ### CVE-2005-0141 version (mozilla) ### @@ -1122,13 +1122,13 @@ CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) -CVE-2004-1451 version (thunderbird) ### +CVE-2004-1451 version (thunderbird) CVE-2004-1451 version (mozilla) ### CVE-2004-1451 version (firefox) ### -CVE-2004-1450 version (thunderbird) ### +CVE-2004-1450 version (thunderbird) CVE-2004-1450 version (mozilla) ### CVE-2004-1450 version (firefox) ### -CVE-2004-1449 version (thunderbird) ### +CVE-2004-1449 version (thunderbird) CVE-2004-1449 version (mozilla) ### CVE-2004-1449 version (firefox) ### CVE-2004-1392 version (php, fixed 5.0.4) @@ -1143,7 +1143,7 @@ CVE-2004-1335 version (kernel, fixed 2.6.10) CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) -CVE-2004-1316 version (thunderbird, fixed 0.9) ### +CVE-2004-1316 version (thunderbird, fixed 0.9) CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) @@ -1257,16 +1257,16 @@ CVE-2004-0929 version (libtiff, fixed 3.7.0) CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) -CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) ### +CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) CVE-2004-0914 backport (openmotif) ### -CVE-2004-0909 version (thunderbird) ### +CVE-2004-0909 version (thunderbird) CVE-2004-0909 version (mozilla) ### CVE-2004-0909 version (firefox) ### CVE-2004-0908 version (mozilla, fixed 1.7.3) ### -CVE-2004-0907 version (thunderbird) ### +CVE-2004-0907 version (thunderbird) CVE-2004-0907 version (mozilla) ### CVE-2004-0907 version (firefox) ### -CVE-2004-0906 version (thunderbird) ### +CVE-2004-0906 version (thunderbird) CVE-2004-0906 version (mozilla) ### CVE-2004-0906 version (firefox) ### CVE-2004-0905 version (mozilla, fixed 1.7.3) ### @@ -1325,7 +1325,7 @@ CVE-2004-0784 version (gaim, fixed 0.82) CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) -CVE-2004-0779 version (thunderbird) ### +CVE-2004-0779 version (thunderbird) CVE-2004-0779 version (mozilla) ### CVE-2004-0779 version (firefox) ### CVE-2004-0778 version (cvs, fixed 1.11.17) @@ -1368,7 +1368,7 @@ CVE-2004-0686 version (samba, fixed 3.0.6) CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue -CVE-2004-0648 version (thunderbird) ### +CVE-2004-0648 version (thunderbird) CVE-2004-0648 version (mozilla) ### CVE-2004-0648 version (firefox) ### CVE-2004-0644 version (krb5, fixed after 1.3.4) @@ -1429,7 +1429,7 @@ CVE-2004-0426 version (rsync, fixed 2.6.1) CVE-2004-0424 version (kernel, fixed 2.6.4) CVE-2004-0421 version (libpng, fixed 1.0.16) -CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) ### +CVE-2004-0419 version (xorg-x11, fixed 6.8.2 at least) CVE-2004-0418 version (cvs, fixed 1.11.17) CVE-2004-0417 version (cvs, fixed 1.11.17) CVE-2004-0416 version (cvs, fixed 1.11.17) @@ -1489,14 +1489,14 @@ CVE-2004-0109 version (kernel, fixed 2.6.6) CVE-2004-0108 version (sysstat) CVE-2004-0107 version (sysstat, fixed after 4.0.7) -CVE-2004-0106 version (XFree86) ### +CVE-2004-0106 version (XFree86) CVE-2004-0098 version (php) CVE-2004-0097 version (pwlib, fixed 1.6.0) CVE-2004-0096 version (mod_python, fixed after 2.7.9) -CVE-2004-0094 version (XFree86, fixed 4.3.0) ### -CVE-2004-0093 version (XFree86, fixed 4.3.0) ### -CVE-2004-0084 version (XFree86) ### -CVE-2004-0083 version (XFree86) ### +CVE-2004-0094 version (XFree86, fixed 4.3.0) +CVE-2004-0093 version (XFree86, fixed 4.3.0) +CVE-2004-0084 version (XFree86) +CVE-2004-0083 version (XFree86) CVE-2004-0082 version (samba, fixed 3.0.2) CVE-2004-0081 version (openssl097a, not 0.9.7) CVE-2004-0081 version (openssl, not 0.9.8) @@ -1721,9 +1721,9 @@ CVE-2003-0078 version (openssl, not 0.9.8) CVE-2003-0073 version (mysql, fixed 3.23.55) CVE-2003-0072 version (krb5, fixed after 1.2.7) -CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) ### +CVE-2003-0071 version (xorg-x11, fixed in 6.8.2 at least) CVE-2003-0070 version (vte, fixed 0.11.1 at least) -CVE-2003-0063 version (xorg-x11, fixed at least in 4.2.99) ### +CVE-2003-0063 version (xorg-x11, fixed in 4.2.99 at least) CVE-2003-0060 version (krb5, fixed 1.2.5) CVE-2003-0059 version (krb5, fixed 1.2.5) CVE-2003-0058 version (krb5, fixed 1.2.5) @@ -1765,14 +1765,14 @@ CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) -CVE-2002-1510 version (XFree86, fixed 4.2.0) ### -CVE-2002-1472 version (XFree86, fixed 4.2.1) ### +CVE-2002-1510 version (XFree86, fixed 4.2.0) +CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1363 version (libpng, fixed 1.2.6) -CVE-2002-0517 version (XFree86, didn't affect Linux) ### -CVE-2002-0164 version (XFree86, fixed 4.2.1) ### +CVE-2002-0517 version (XFree86) didn't affect Linux +CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) -CVE-2001-0955 version (XFree86, fixed 4.2.0) ### +CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) -CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) ### +CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) CVE-1999-1572 backport (cpio) ### From fedora-extras-commits at redhat.com Tue Aug 15 07:47:36 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 00:47:36 -0700 Subject: fedora-security/audit fc6,1.8,1.9 Message-ID: <200608150747.k7F7ladk030656@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30638 Modified Files: fc6 Log Message: Deal with Mozilla (gone, and no Seamonkey) and Firefox. This leaves around 130 issues that'll need mostly individual investigation. The last 10% will take 50% of the time to review. Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fc6 15 Aug 2006 07:35:37 -0000 1.8 +++ fc6 15 Aug 2006 07:47:33 -0000 1.9 @@ -6,7 +6,7 @@ Up to date FC6 as of Test2 Notes: -1. Removed packages no longer shipped (except mozilla!) +1. Removed packages no longer shipped 2. Added packages newly shipped 3. Deal with libutempter/utempter 4. ### left to do (was 1771) @@ -20,49 +20,36 @@ CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected -CVE-2006-3812 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3812 version (firefox, fixed 1.5.0.5) CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (mozilla) ### -CVE-2006-3811 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3811 version (firefox, fixed 1.5.0.5) CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (mozilla) ### -CVE-2006-3810 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3810 version (firefox, fixed 1.5.0.5) CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (mozilla) ### -CVE-2006-3809 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3809 version (firefox, fixed 1.5.0.5) CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (mozilla) ### -CVE-2006-3808 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3808 version (firefox, fixed 1.5.0.5) CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (mozilla) ### -CVE-2006-3807 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3807 version (firefox, fixed 1.5.0.5) CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (mozilla) ### -CVE-2006-3806 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3806 version (firefox, fixed 1.5.0.5) CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (mozilla) ### -CVE-2006-3805 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3805 version (firefox, fixed 1.5.0.5) CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (mozilla) ### -CVE-2006-3804 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3804 version (firefox, fixed 1.5.0.5) CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (mozilla) ### -CVE-2006-3803 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3803 version (firefox, fixed 1.5.0.5) CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (mozilla) ### -CVE-2006-3802 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3802 version (firefox, fixed 1.5.0.5) CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) -CVE-2006-3802 VULNERABLE (mozilla) ### -CVE-2006-3801 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3801 version (firefox, fixed 1.5.0.5) CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (mozilla) ### CVE-2006-3747 backport (httpd, fixed 2.2.3) ### CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### -CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3677 version (firefox, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (mozilla) ### CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -98,9 +85,8 @@ CVE-2006-3127 version (nss, only affected 3.11) CVE-2006-3122 ** dhcp ### CVE-2006-3117 version (openoffice.org, fixed 2.0.3) -CVE-2006-3113 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] ### +CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (mozilla) ### CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### @@ -118,42 +104,30 @@ CVE-2006-2916 ignore (arts) not shipped setuid ### CVE-2006-2906 VULNERABLE (gd) #194520 ### CVE-2006-2894 VULNERABLE (firefox) ### -CVE-2006-2894 VULNERABLE (mozilla) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) -CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2787 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2788 version (firefox, fixed 1.5.0.4) +CVE-2006-2787 version (firefox, fixed 1.5.0.4) CVE-2006-2787 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2787 VULNERABLE (mozilla) ### -CVE-2006-2786 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2786 version (firefox, fixed 1.5.0.4) CVE-2006-2786 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2786 VULNERABLE (mozilla) ### -CVE-2006-2785 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2785 VULNERABLE (mozilla) ### -CVE-2006-2784 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2784 VULNERABLE (mozilla) ### -CVE-2006-2783 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2785 version (firefox, fixed 1.5.0.4) +CVE-2006-2784 version (firefox, fixed 1.5.0.4) +CVE-2006-2783 version (firefox, fixed 1.5.0.4) CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2783 VULNERABLE (mozilla) ### -CVE-2006-2782 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2782 version (firefox, fixed 1.5.0.4) CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) CVE-2006-2780 VULNERABLE (firefox) ### CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2780 VULNERABLE (mozilla) ### -CVE-2006-2779 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2779 version (firefox, fixed 1.5.0.4) CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2779 VULNERABLE (mozilla) ### -CVE-2006-2778 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2778 version (firefox, fixed 1.5.0.4) CVE-2006-2778 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2778 VULNERABLE (mozilla) ### -CVE-2006-2777 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### -CVE-2006-2777 VULNERABLE (mozilla) ### -CVE-2006-2776 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2777 version (firefox, fixed 1.5.0.4) +CVE-2006-2776 version (firefox, fixed 1.5.0.4) CVE-2006-2776 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2776 VULNERABLE (mozilla) ### -CVE-2006-2775 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-2775 version (firefox, fixed 1.5.0.4) CVE-2006-2775 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2775 VULNERABLE (mozilla) ### CVE-2006-2754 ignore (openldap) This issue is not exploitable CVE-2006-2753 version (mysql, fixed 5.0.22) CVE-2006-2723 ignore (firefox) disputed @@ -198,10 +172,10 @@ CVE-2006-2026 version (libtiff, fixed 3.8.1) CVE-2006-2025 version (libtiff, fixed 3.8.1) CVE-2006-2024 version (libtiff, fixed 3.8.1) -CVE-2006-1993 version (firefox, fixed 1.5.0.3) #190124 [since FEDORA-2006-547] ### +CVE-2006-1993 version (firefox, fixed 1.5.0.3) CVE-2006-1991 version (php) CVE-2006-1990 version (php) -CVE-2006-1942 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] ### +CVE-2006-1942 version (firefox, fixed 1.5.0.4) CVE-2006-1940 version (wireshark, fixed 0.99.0) CVE-2006-1939 version (wireshark, fixed 0.99.0) CVE-2006-1938 version (wireshark, fixed 0.99.0) @@ -224,62 +198,44 @@ CVE-2006-1857 version (kernel, fixed 2.6.16.17) CVE-2006-1856 version (kernel, fixed 2.6.16.12) CVE-2006-1855 version (kernel, fixed 2.6.11.12) -CVE-2006-1790 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1790 version (firefox, fixed 1.5.0.2) CVE-2006-1790 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1790 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### CVE-2006-1742 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1742 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1742 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1742 version (firefox, fixed 1.5.0.2) CVE-2006-1741 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1741 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1741 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1740 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1740 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1741 version (firefox, fixed 1.5.0.2) +CVE-2006-1740 version (firefox, fixed 1.5.0.2) CVE-2006-1739 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1739 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1739 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1739 version (firefox, fixed 1.5.0.2) CVE-2006-1738 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1738 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1738 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1738 version (firefox, fixed 1.5.0.2) CVE-2006-1737 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1737 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1737 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1736 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1736 versions (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1735 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1737 version (firefox, fixed 1.5.0.2) +CVE-2006-1736 version (firefox, fixed 1.5.0.2) CVE-2006-1735 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1735 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1734 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1735 version (firefox, fixed 1.5.0.2) CVE-2006-1734 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1734 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1733 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1734 version (firefox, fixed 1.5.0.2) CVE-2006-1733 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1733 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1732 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1733 version (firefox, fixed 1.5.0.2) CVE-2006-1732 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1732 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1731 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1732 version (firefox, fixed 1.5.0.2) CVE-2006-1731 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1731 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1730 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### +CVE-2006-1731 version (firefox, fixed 1.5.0.2) CVE-2006-1730 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1730 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1729 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1729 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1730 version (firefox, fixed 1.5.0.2) +CVE-2006-1729 version (firefox, fixed 1.5.0.2) CVE-2006-1728 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1728 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1728 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1728 version (firefox, fixed 1.5.0.2) CVE-2006-1727 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1727 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1727 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### -CVE-2006-1726 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1727 version (firefox, fixed 1.5.0.2) +CVE-2006-1726 version (firefox, fixed 1.5.0.2) CVE-2006-1726 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1725 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1725 version (firefox, fixed 1.5.0.2) CVE-2006-1724 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1724 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-1724 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1724 version (firefox, fixed 1.5.0.2) CVE-2006-1723 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1723 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1723 version (firefox, fixed 1.5.0.2) CVE-2006-1721 version (cyrus-sasl, fixed 2.1.21) CVE-2006-1712 version (mailman, only 2.1.7) CVE-2006-1650 ignore (firefox) a number of reports don't confirm this @@ -292,11 +248,11 @@ CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1531 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1531 version (firefox, fixed 1.5.0.2) CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1530 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1530 version (firefox, fixed 1.5.0.2) CVE-2006-1529 version (thunderbird, fixed 1.5.0.2) -CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-1529 version (firefox, fixed 1.5.0.2) CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### @@ -341,11 +297,9 @@ CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) CVE-2006-0836 VULNERABLE (thunderbird) ### CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0748 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] ### -CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] ### +CVE-2006-0748 version (firefox, fixed 1.5.0.2) CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### @@ -364,7 +318,6 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### -CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream ### CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) @@ -382,29 +335,21 @@ CVE-2006-0301 version (kdegraphics, fixed 3.5.2) CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### CVE-2006-0299 version (thunderbird, fixed 1.5) -CVE-2006-0299 version (mozilla, 1.8 branch only) ### -CVE-2006-0299 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) -CVE-2006-0298 version (mozilla, 1.8 branch only) ### -CVE-2006-0298 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0298 version (firefox, fixed 1.5.0.1) CVE-2006-0297 version (thunderbird, fixed 1.5) -CVE-2006-0297 version (mozilla, 1.8 branch only) ### -CVE-2006-0297 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0297 version (firefox, fixed 1.5.0.1) CVE-2006-0296 version (thunderbird, fixed 1.5) -CVE-2006-0296 version (firefox, fixed 1.5.0.1) ### -CVE-2006-0296 backport (mozilla) mozilla-1.7.12-CVE-2006-0296-XULDocument.persist.patch ### +CVE-2006-0296 version (firefox, fixed 1.5.0.1) CVE-2006-0295 version (thunderbird, fixed 1.5) -CVE-2006-0295 version (mozilla, 1.8 branch only) ### -CVE-2006-0295 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0295 version (firefox, fixed 1.5.0.1) CVE-2006-0294 version (thunderbird, fixed 1.5) -CVE-2006-0294 version (mozilla, 1.8 branch only) ### -CVE-2006-0294 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0294 version (firefox, fixed 1.5.0.1) CVE-2006-0293 version (thunderbird, fixed 1.5) -CVE-2006-0293 version (mozilla, 1.8 branch only) ### -CVE-2006-0293 version (firefox, fixed 1.5.0.1) ### +CVE-2006-0293 version (firefox, fixed 1.5.0.1) CVE-2006-0292 version (thunderbird, fixed 1.5) -CVE-2006-0292 version (firefox, fixed 1.5.1) ### -CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch ### +CVE-2006-0292 version (firefox, fixed 1.5.1) CVE-2006-0254 version (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) @@ -433,10 +378,8 @@ CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) -CVE-2005-4720 version (firefox, fixed 1.5) ### -CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS ### +CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream ### CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) ### @@ -453,11 +396,9 @@ CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html -CVE-2005-4134 backport (mozilla) mozilla-1.7.12-CVE-2005-4134-long-history-dos.patch ### CVE-2005-4077 version (curl, fixed 7.15.1) CVE-2005-3964 backport (openmotif) ### CVE-2005-3962 version (perl, fixed 5.8.8) -CVE-2005-3896 ignore (mozilla) recoverable DoS only CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) CVE-2005-3857 version (kernel, fixed 2.6.15) @@ -575,7 +516,7 @@ CVE-2005-3107 version (kernel, fixed 2.6.11) CVE-2005-3106 version (kernel, fixed 2.6.11) CVE-2005-3105 version (kernel, fixed 2.6.12) -CVE-2005-3089 version (firefox, fixed 1.0.7) ### +CVE-2005-3089 version (firefox, fixed 1.0.7) CVE-2005-3088 ignore (fetchmail) fetchmailconf not shipped CVE-2005-3055 version (kernel, fixed 2.6.14) CVE-2005-3054 ignore (php) @@ -591,8 +532,7 @@ CVE-2005-2969 version (openssl, fixed 0.9.8a) CVE-2005-2969 backport (openssl097a, fixed 0.9.7h) CVE-2005-2968 version (thunderbird) -CVE-2005-2968 version (mozilla, not 1.7.10) ### -CVE-2005-2968 version (firefox) ### +CVE-2005-2968 version (firefox) CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) @@ -603,8 +543,7 @@ CVE-2005-2873 VULNERABLE (kernel) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) -CVE-2005-2871 version (mozilla, fixed 1.7.12) ### -CVE-2005-2871 version (firefox, fixed 1.0.7) ### +CVE-2005-2871 version (firefox, fixed 1.0.7) CVE-2005-2811 version (net-snmp) not upstream, gentoo only CVE-2005-2801 version (kernel, fixed 2.6.11) CVE-2005-2800 version (kernel, fixed 2.6.12.6) @@ -616,25 +555,18 @@ CVE-2005-2709 version (kernel, fixed 2.6.14.3) CVE-2005-2708 ignore (kernel) not reproducable on x86_64 CVE-2005-2707 version (thunderbird) -CVE-2005-2707 version (mozilla, fixed 1.7.12) ### -CVE-2005-2707 version (firefox, fixed 1.0.7) ### +CVE-2005-2707 version (firefox, fixed 1.0.7) CVE-2005-2706 version (thunderbird) -CVE-2005-2706 version (mozilla, fixed 1.7.12) ### -CVE-2005-2706 version (firefox, fixed 1.0.7) ### +CVE-2005-2706 version (firefox, fixed 1.0.7) CVE-2005-2705 version (thunderbird) -CVE-2005-2705 version (mozilla, fixed 1.7.12) ### -CVE-2005-2705 version (firefox, fixed 1.0.7) ### +CVE-2005-2705 version (firefox, fixed 1.0.7) CVE-2005-2704 version (thunderbird) -CVE-2005-2704 version (mozilla, fixed 1.7.12) ### -CVE-2005-2704 version (firefox, fixed 1.0.7) ### +CVE-2005-2704 version (firefox, fixed 1.0.7) CVE-2005-2703 version (thunderbird) -CVE-2005-2703 version (mozilla, fixed 1.7.12) ### -CVE-2005-2703 version (firefox, fixed 1.0.7) ### +CVE-2005-2703 version (firefox, fixed 1.0.7) CVE-2005-2702 version (thunderbird) -CVE-2005-2702 version (mozilla, fixed 1.7.12) ### -CVE-2005-2702 version (firefox, fixed 1.0.7) ### -CVE-2005-2701 version (mozilla, fixed 1.7.12) ### -CVE-2005-2701 version (firefox, fixed 1.0.7) ### +CVE-2005-2702 version (firefox, fixed 1.0.7) +CVE-2005-2701 version (firefox, fixed 1.0.7) CVE-2005-2700 version (httpd, not 2.2) CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### CVE-2005-2672 version (lm_sensors, fixed 2.9.2) @@ -672,7 +604,6 @@ CVE-2005-2456 version (kernel, fixed 2.6.12.5) CVE-2005-2452 version (libtiff, fixed 3.7.0) CVE-2005-2448 version (kdenetwork, fixed 3.4.2) -CVE-2005-2414 ignore (mozilla) not being fixed upstream, just a crash CVE-2005-2410 version (NetworkManager, fixed 5.0) CVE-2005-2395 ignore (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=281851 CVE-2005-2370 version (kdenetwork, fixed 3.4.2) @@ -691,33 +622,23 @@ CVE-2005-2337 version (ruby, fixed 1.8.3) CVE-2005-2335 version (fetchmail, fixed 6.2.5.2) CVE-2005-2270 version (thunderbird, fixed 1.0.5) -CVE-2005-2270 version (mozilla, fixed 1.7.9) ### -CVE-2005-2270 version (firefox, fixed 1.0.5) ### +CVE-2005-2270 version (firefox, fixed 1.0.5) CVE-2005-2269 version (thunderbird, fixed 1.0.5) -CVE-2005-2269 version (mozilla, fixed 1.7.9) ### -CVE-2005-2269 version (firefox, fixed 1.0.5) ### -CVE-2005-2268 version (mozilla, fixed 1.7.9) ### -CVE-2005-2268 version (firefox, fixed 1.0.5) ### -CVE-2005-2267 version (mozilla, fixed 1.7.9) ### -CVE-2005-2267 version (firefox, fixed 1.0.5) ### +CVE-2005-2269 version (firefox, fixed 1.0.5) +CVE-2005-2268 version (firefox, fixed 1.0.5) +CVE-2005-2267 version (firefox, fixed 1.0.5) CVE-2005-2266 version (thunderbird, fixed 1.0.5) -CVE-2005-2266 version (mozilla, fixed 1.7.9) ### -CVE-2005-2266 version (firefox, fixed 1.0.5) ### +CVE-2005-2266 version (firefox, fixed 1.0.5) CVE-2005-2265 version (thunderbird, fixed 1.0.5) -CVE-2005-2265 version (mozilla, fixed 1.7.9) ### -CVE-2005-2265 version (firefox, fixed 1.0.5) ### -CVE-2005-2264 version (firefox, fixed 1.0.5) ### -CVE-2005-2263 version (mozilla, fixed 1.7.9) ### -CVE-2005-2263 version (firefox, fixed 1.0.5) ### -CVE-2005-2262 version (firefox, fixed 1.0.5) ### +CVE-2005-2265 version (firefox, fixed 1.0.5) +CVE-2005-2264 version (firefox, fixed 1.0.5) +CVE-2005-2263 version (firefox, fixed 1.0.5) +CVE-2005-2262 version (firefox, fixed 1.0.5) CVE-2005-2261 version (thunderbird, fixed 1.0.5) -CVE-2005-2261 version (mozilla, fixed 1.7.9) ### -CVE-2005-2261 version (firefox, fixed 1.0.5) ### -CVE-2005-2260 version (mozilla, fixed 1.7.9) ### -CVE-2005-2260 version (firefox, fixed 1.0.5) ### +CVE-2005-2261 version (firefox, fixed 1.0.5) +CVE-2005-2260 version (firefox, fixed 1.0.5) CVE-2005-2177 version (net-snmp, fixed 5.2.1.2) -CVE-2005-2114 version (mozilla, fixed 1.7.9) ### -CVE-2005-2114 version (firefox, fixed 1.0.5) ### +CVE-2005-2114 version (firefox, fixed 1.0.5) CVE-2005-2104 version (sysreport, fixed 1.4.1-5) CVE-2005-2103 version (gaim, fixed 1.5.0) CVE-2005-2102 version (gaim, fixed 1.5.0) @@ -736,8 +657,7 @@ CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) -CVE-2005-1937 version (mozilla, fixed 1.7.9) ### -CVE-2005-1937 version (firefox, fixed 1.0.5) ### +CVE-2005-1937 version (firefox, fixed 1.0.5) CVE-2005-1934 version (gaim, fixed 1.3.1) CVE-2005-1921 version (php, fixed xml_rpc:1.3.1) CVE-2005-1920 version (kdelibs, fixed 3.4.1) @@ -772,10 +692,8 @@ CVE-2005-1571 version (php, fixed shtool 2.0.2) CVE-2005-1544 version (libtiff, fixed 3.7.1 at least) CVE-2005-1532 version (thunderbird) -CVE-2005-1532 version (mozilla, fixed 1.7.8) ### -CVE-2005-1532 version (firefox, fixed 1.0.4) ### -CVE-2005-1531 version (mozilla, fixed 1.7.8) ### -CVE-2005-1531 version (firefox, fixed 1.0.4) ### +CVE-2005-1532 version (firefox, fixed 1.0.4) +CVE-2005-1531 version (firefox, fixed 1.0.4) CVE-2005-1519 version (squid, fixed 2.5.STABLE10) CVE-2005-1470 version (wireshark, fixed 0.10.11) CVE-2005-1469 version (wireshark, fixed 0.10.11) @@ -824,22 +742,15 @@ CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) CVE-2005-1160 version (thunderbird) -CVE-2005-1160 version (mozilla) ### -CVE-2005-1160 version (firefox) ### +CVE-2005-1160 version (firefox) CVE-2005-1159 version (thunderbird) -CVE-2005-1159 version (mozilla) ### -CVE-2005-1159 version (firefox) ### -CVE-2005-1158 version (firefox, fixed 1.0.3) ### -CVE-2005-1157 version (mozilla) ### -CVE-2005-1157 version (firefox) ### -CVE-2005-1156 version (mozilla) ### -CVE-2005-1156 version (firefox) ### -CVE-2005-1155 version (mozilla) ### -CVE-2005-1155 version (firefox) ### -CVE-2005-1154 version (mozilla) ### -CVE-2005-1154 version (firefox) ### -CVE-2005-1153 version (mozilla) ### -CVE-2005-1153 version (firefox) ### +CVE-2005-1159 version (firefox) +CVE-2005-1158 version (firefox, fixed 1.0.3) +CVE-2005-1157 version (firefox) +CVE-2005-1156 version (firefox) +CVE-2005-1155 version (firefox) +CVE-2005-1154 version (firefox) +CVE-2005-1153 version (firefox) CVE-2005-1111 backport (cpio) ### CVE-2005-1065 version (tetex) not upstream version ### CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) @@ -851,8 +762,7 @@ CVE-2005-1038 backport (vixie-cron) ### CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) -CVE-2005-0989 version (mozilla, fixed 1.7.7) ### -CVE-2005-0989 version (firefox, fixed 1.0.3) ### +CVE-2005-0989 version (firefox, fixed 1.0.3) CVE-2005-0988 backport (gzip) ### CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) @@ -884,7 +794,7 @@ CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) CVE-2005-0753 version (cvs, fixed 1.11.20) -CVE-2005-0752 version (firefox, fixed 1.0.3) ### +CVE-2005-0752 version (firefox, fixed 1.0.3) CVE-2005-0750 version (kernel, fixed 2.6.11.6) CVE-2005-0749 version (kernel, fixed 2.6.11.6) CVE-2005-0739 version (wireshark, fixed after 0.10.9) @@ -905,35 +815,25 @@ CVE-2005-0605 backport (openmotif) ### CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) -CVE-2005-0593 version (mozilla) ### -CVE-2005-0593 version (firefox) ### -CVE-2005-0592 version (mozilla) ### -CVE-2005-0592 version (firefox) ### -CVE-2005-0591 version (firefox, fixed 1.0.1) ### +CVE-2005-0593 version (firefox) +CVE-2005-0592 version (firefox) +CVE-2005-0591 version (firefox, fixed 1.0.1) CVE-2005-0590 version (thunderbird) CVE-2005-0590 version (openswan, fixed 2.1.4) -CVE-2005-0590 version (mozilla) ### -CVE-2005-0590 version (firefox) ### -CVE-2005-0589 version (firefox, fixed 1.0.1) ### -CVE-2005-0588 version (mozilla) ### -CVE-2005-0588 version (firefox) ### -CVE-2005-0587 version (mozilla) ### -CVE-2005-0587 version (firefox) ### -CVE-2005-0586 version (mozilla) ### -CVE-2005-0586 version (firefox) ### -CVE-2005-0585 version (mozilla) ### -CVE-2005-0585 version (firefox) ### -CVE-2005-0584 version (mozilla) ### -CVE-2005-0584 version (firefox) ### -CVE-2005-0578 version (mozilla) ### -CVE-2005-0578 version (firefox) ### +CVE-2005-0590 version (firefox) +CVE-2005-0589 version (firefox, fixed 1.0.1) +CVE-2005-0588 version (firefox) +CVE-2005-0587 version (firefox) +CVE-2005-0586 version (firefox) +CVE-2005-0585 version (firefox) +CVE-2005-0584 version (firefox) +CVE-2005-0578 version (firefox) CVE-2005-0565 version (kernel, not 2.6) CVE-2005-0532 version (kernel, fixed 2.6.11) CVE-2005-0531 version (kernel, fixed 2.6.11) CVE-2005-0530 version (kernel, fixed 2.6.11) CVE-2005-0529 version (kernel, fixed 2.6.11) -CVE-2005-0527 version (mozilla, fixed 1.7.6) ### -CVE-2005-0527 version (firefox, fixed 1.0.1) ### +CVE-2005-0527 version (firefox, fixed 1.0.1) CVE-2005-0525 version (php, fixed 5.0.4) CVE-2005-0524 version (php, fixed 5.0.4) CVE-2005-0509 version (mono, not after 1.0.5) @@ -953,13 +853,11 @@ CVE-2005-0446 version (squid, fixed 2.5.STABLE9) CVE-2005-0404 ignore (kde) won't fix http://bugs.kde.org/show_bug.cgi?id=96020 CVE-2005-0403 version (kernel) not upstream -CVE-2005-0402 version (firefox, fixed 1.0.2) ### -CVE-2005-0401 version (mozilla, fixed 1.7.7) ### -CVE-2005-0401 version (firefox, fixed 1.0.2) ### +CVE-2005-0402 version (firefox, fixed 1.0.2) +CVE-2005-0401 version (firefox, fixed 1.0.2) CVE-2005-0400 version (kernel, fixed 2.6.11.6) CVE-2005-0399 version (thunderbird) -CVE-2005-0399 version (mozilla) ### -CVE-2005-0399 version (firefox) ### +CVE-2005-0399 version (firefox) CVE-2005-0398 version (ipsec-tools, fixed 0.5) CVE-2005-0397 version (ImageMagick, fixed 6.0.2.5) CVE-2005-0396 version (kdelibs, fixed 3.4.0) @@ -968,26 +866,20 @@ CVE-2005-0365 version (kdelibs, not 3.4) CVE-2005-0337 version (postfix, not 2.2) ### CVE-2005-0255 version (thunderbird, fixed 1.0.2) -CVE-2005-0255 version (mozilla, fixed 1.7.6) ### -CVE-2005-0255 version (firefox, fixed 1.0.1) ### +CVE-2005-0255 version (firefox, fixed 1.0.1) CVE-2005-0247 version (postgresql, fixed after 8.0) CVE-2005-0246 version (postgresql, fixed 8.0.1) CVE-2005-0245 version (postgresql, fixed 8.0.1) CVE-2005-0244 version (postgresql, fixed 8.0.1) CVE-2005-0241 version (squid, fixed 2.5.STABLE8) -CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) ### +CVE-2005-0238 version (epiphany, fixed since mozilla 1.7.6) CVE-2005-0237 version (kdelibs, fixed 3.4.0) -CVE-2005-0233 version (mozilla, fixed 1.7.6) ### -CVE-2005-0233 version (firefox, fixed 1.0.1) ### -CVE-2005-0232 version (mozilla, fixed 1.7.6) ### -CVE-2005-0232 version (firefox, fixed 1.0.1) ### -CVE-2005-0231 version (mozilla, fixed 1.7.6) ### -CVE-2005-0231 version (firefox, fixed 1.0.1) ### +CVE-2005-0233 version (firefox, fixed 1.0.1) +CVE-2005-0232 version (firefox, fixed 1.0.1) +CVE-2005-0231 version (firefox, fixed 1.0.1) CVE-2005-0230 version (thunderbird, fixed 1.0.2) -CVE-2005-0230 version (mozilla, fixed 1.7.6) ### -CVE-2005-0230 version (firefox, fixed 1.0.1) ### +CVE-2005-0230 version (firefox, fixed 1.0.1) CVE-2005-0227 version (postgresql, fixed 8.0.1) -CVE-2005-0215 version (mozilla) ### CVE-2005-0211 version (squid, fixed 2.5.STABLE8) CVE-2005-0210 version (kernel, fixed 2.6.11) CVE-2005-0209 version (kernel, fixed 2.6.11) @@ -1011,23 +903,16 @@ CVE-2005-0156 version (perl, fixed 5.8.8) CVE-2005-0155 version (perl, fixed 5.8.8) CVE-2005-0152 version (squirrelmail, not 1.4) -CVE-2005-0150 version (firefox, fixed 1.0) ### -CVE-2005-0149 version (mozilla) ### -CVE-2005-0149 version (firefox) ### -CVE-2005-0147 version (mozilla) ### -CVE-2005-0147 version (firefox) ### -CVE-2005-0146 version (mozilla) ### -CVE-2005-0146 version (firefox) ### -CVE-2005-0145 version (firefox, fixed 1.0) ### -CVE-2005-0144 version (mozilla) ### -CVE-2005-0144 version (firefox) ### -CVE-2005-0143 version (mozilla) ### -CVE-2005-0143 version (firefox) ### +CVE-2005-0150 version (firefox, fixed 1.0) +CVE-2005-0149 version (firefox) +CVE-2005-0147 version (firefox) +CVE-2005-0146 version (firefox) +CVE-2005-0145 version (firefox, fixed 1.0) +CVE-2005-0144 version (firefox) +CVE-2005-0143 version (firefox) CVE-2005-0142 version (thunderbird) -CVE-2005-0142 version (mozilla) ### -CVE-2005-0142 version (firefox) ### -CVE-2005-0141 version (mozilla) ### -CVE-2005-0141 version (firefox) ### +CVE-2005-0142 version (firefox) +CVE-2005-0141 version (firefox) CVE-2005-0137 version (kernel, not 2.6) CVE-2005-0136 version (kernel, fixed 2.6.11) CVE-2005-0135 version (kernel, fixed 2.6.11) @@ -1094,9 +979,9 @@ CVE-2004-2343 ignore (httpd) not a security issue CVE-2004-2302 version (kernel, fixed 2.6.10) CVE-2004-2259 version (vsftpd, fixed 1.2.2) -CVE-2004-2228 version (firefox, fixed 1.0) ### -CVE-2004-2227 version (firefox, fixed 1.0) ### -CVE-2004-2225 version (firefox, fixed 0.10.1) ### +CVE-2004-2228 version (firefox, fixed 1.0) +CVE-2004-2227 version (firefox, fixed 1.0) +CVE-2004-2225 version (firefox, fixed 0.10.1) CVE-2004-2154 version (cups, fixed 1.2.21rc1) CVE-2004-2149 version (mysql, fixed 4.1.5) CVE-2004-2136 ignore (dm-crypt) design @@ -1113,30 +998,22 @@ CVE-2004-1761 version (wireshark, fixed 0.10.3) CVE-2004-1689 version (sudo, fixed 1.6.8p1) CVE-2004-1653 ignore (openssh) -CVE-2004-1639 version (mozilla) ### -CVE-2004-1639 version (firefox) ### +CVE-2004-1639 version (firefox) CVE-2004-1617 ignore (lynx) not able to verify flaw -CVE-2004-1614 version (mozilla, fixed 1.7.5) ### -CVE-2004-1613 version (mozilla, fixed 1.7.5) ### CVE-2004-1488 version (wget, fixed 1.10.1) CVE-2004-1471 version (cvs, fixed 1.12.9) CVE-2004-1453 version (glibc, fixed 2.3.5) CVE-2004-1452 version (tomcat, fixed 5.0.27-r3) CVE-2004-1451 version (thunderbird) -CVE-2004-1451 version (mozilla) ### -CVE-2004-1451 version (firefox) ### +CVE-2004-1451 version (firefox) CVE-2004-1450 version (thunderbird) -CVE-2004-1450 version (mozilla) ### -CVE-2004-1450 version (firefox) ### +CVE-2004-1450 version (firefox) CVE-2004-1449 version (thunderbird) -CVE-2004-1449 version (mozilla) ### -CVE-2004-1449 version (firefox) ### +CVE-2004-1449 version (firefox) CVE-2004-1392 version (php, fixed 5.0.4) CVE-2004-1382 version (glibc, not 2.3.5) -CVE-2004-1381 version (mozilla) ### -CVE-2004-1381 version (firefox) ### -CVE-2004-1380 version (mozilla) ### -CVE-2004-1380 version (firefox) ### +CVE-2004-1381 version (firefox) +CVE-2004-1380 version (firefox) CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) @@ -1144,7 +1021,6 @@ CVE-2004-1334 version (kernel, fixed 2.6.10) CVE-2004-1333 version (kernel, fixed 2.6.10) CVE-2004-1316 version (thunderbird, fixed 0.9) -CVE-2004-1316 version (mozilla, fixed 1.7.5) ### CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) @@ -1175,7 +1051,7 @@ CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) -CVE-2004-1156 version (mozilla, firefox) ### +CVE-2004-1156 version (firefox) CVE-2004-1154 version (samba, fixed 3.0.10) CVE-2004-1151 version (kernel, fixed 2.6.10) CVE-2004-1145 version (kde, not 3.4) @@ -1260,19 +1136,11 @@ CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) CVE-2004-0914 backport (openmotif) ### CVE-2004-0909 version (thunderbird) -CVE-2004-0909 version (mozilla) ### -CVE-2004-0909 version (firefox) ### -CVE-2004-0908 version (mozilla, fixed 1.7.3) ### +CVE-2004-0909 version (firefox) CVE-2004-0907 version (thunderbird) -CVE-2004-0907 version (mozilla) ### -CVE-2004-0907 version (firefox) ### +CVE-2004-0907 version (firefox) CVE-2004-0906 version (thunderbird) -CVE-2004-0906 version (mozilla) ### -CVE-2004-0906 version (firefox) ### -CVE-2004-0905 version (mozilla, fixed 1.7.3) ### -CVE-2004-0904 version (mozilla, fixed 1.7.3) ### -CVE-2004-0903 version (mozilla, fixed 1.7.3) ### -CVE-2004-0902 version (mozilla, fixed 1.7.3) ### +CVE-2004-0906 version (firefox) CVE-2004-0891 version (gaim, fixed 1.0.2) CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) @@ -1287,9 +1155,8 @@ CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0883 version (kernel, fixed 2.6.11) CVE-2004-0882 version (samba, fixed 3.0.8) -CVE-2004-0871 ignore (mozilla) unfixed upstream with no patch CVE-2004-0870 ignore (kde) upstream won't fix -CVE-2004-0867 version (firefox, after 0.9.2) ### +CVE-2004-0867 version (firefox, fixed after 0.9.2) CVE-2004-0837 version (mysql, fixed 4.0.21) CVE-2004-0836 version (mysql, fixed 4.0.21) CVE-2004-0835 version (mysql, fixed 4.1.2) @@ -1326,22 +1193,12 @@ CVE-2004-0783 version (gtk2, fixed 2.6.7 at least) CVE-2004-0782 version (gtk2, fixed 2.6.7 at least) CVE-2004-0779 version (thunderbird) -CVE-2004-0779 version (mozilla) ### -CVE-2004-0779 version (firefox) ### +CVE-2004-0779 version (firefox) CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) CVE-2004-0771 backport (lha, changelog) ### CVE-2004-0769 backport (lha, changelog) ### CVE-2004-0768 version (libpng, fixed 1.2.6) -CVE-2004-0765 version (mozilla, fixed 1.7) ### -CVE-2004-0764 version (mozilla, fixed 1.7) ### -CVE-2004-0763 version (mozilla, fixed 1.7.2) ### -CVE-2004-0762 version (mozilla, fixed 1.7) ### -CVE-2004-0761 version (mozilla, fixed 1.7) ### -CVE-2004-0760 version (mozilla, fixed 1.7.2) ### -CVE-2004-0759 version (mozilla, fixed 1.7) ### -CVE-2004-0758 version (mozilla, fixed 1.7.2) ### -CVE-2004-0757 version (mozilla, fixed 1.7) ### CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) CVE-2004-0753 version (gtk2, fixed after 2.2.4) @@ -1353,9 +1210,7 @@ CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) CVE-2004-0745 backport (lha) ### -CVE-2004-0722 version (mozilla, fixed 1.7) ### CVE-2004-0721 version (kdelibs, fixed 3.3) -CVE-2004-0718 version (mozilla, fixed 1.7) ### CVE-2004-0700 version (httpd, not 2.2) CVE-2004-0694 backport (lha, changelog) ### CVE-2004-0693 version (qt, fixed 3.3.3) @@ -1369,8 +1224,7 @@ CVE-2004-0685 version (kernel, not 2.6) CVE-2004-0658 ignore (kernel) not a security issue CVE-2004-0648 version (thunderbird) -CVE-2004-0648 version (mozilla) ### -CVE-2004-0648 version (firefox) ### +CVE-2004-0648 version (firefox) CVE-2004-0644 version (krb5, fixed after 1.3.4) CVE-2004-0643 version (krb5, fixed after 1.3.1) CVE-2004-0642 version (krb5, fixed after 1.3.4) @@ -1385,10 +1239,8 @@ CVE-2004-0607 version (racoon) CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### CVE-2004-0600 version (samba, fixed 3.0.6) -CVE-2004-0599 version (mozilla, fixed 1.7.2) ### CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) -CVE-2004-0597 version (mozilla, fixed 1.7.2) ### CVE-2004-0597 version (libpng, fixed 1.2.6) CVE-2004-0595 version (php, fixed 4.3.8) CVE-2004-0594 version (php, fixed 4.3.8) @@ -1419,7 +1271,6 @@ CVE-2004-0492 version (httpd, not 2.2) CVE-2004-0491 version (kernel, not upstream) CVE-2004-0488 version (httpd, not 2.2) -CVE-2004-0478 ignore (mozilla) not a security issue CVE-2004-0461 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0460 version (dhcp, fixed after 3.0.1rc13) CVE-2004-0457 version (mysql, fixed after 4.0.20) @@ -1459,7 +1310,6 @@ CVE-2004-0229 version (kernel, fixed 2.6.6) CVE-2004-0228 version (kernel, fixed 2.6.6) CVE-2004-0226 version (mc, fixed 4.6.0) -CVE-2004-0191 version (mozilla, fixed 1.4.2) ### CVE-2004-0189 version (squid, fixed 2.5.STABLE5) CVE-2004-0186 version (samba, not 3.0.2a) CVE-2004-0184 version (tcpdump, fixed 3.8.2) @@ -1518,7 +1368,6 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (mozilla) not fixed upstream ### CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) @@ -1576,7 +1425,6 @@ CVE-2003-0794 version (gdm, fixed 2.4.1.7) CVE-2003-0793 version (gdm, fixed 2.4.1.7) CVE-2003-0792 version (fetchmail, 6.2.4 only) -CVE-2003-0791 version (mozilla, not after 1.4) ### CVE-2003-0789 version (httpd, not 2.2) CVE-2003-0788 version (cups, fixed 1.1.19) CVE-2003-0787 version (openssh, fixed 3.7.1p2) @@ -1589,7 +1437,7 @@ CVE-2003-0774 version (sane-backends, fixed 1.0.10) CVE-2003-0773 version (sane-backends, fixed 1.0.10) CVE-2003-0740 version (stunnel, fixed 3.26) -CVE-2003-0730 version (xfree86, fixed after 4.3.0) ### +CVE-2003-0730 version (XFree86, fixed after 4.3.0) CVE-2003-0700 version (kernel, not 2.6) CVE-2003-0699 version (kernel, not 2.6) CVE-2003-0695 version (openssh, fixed 3.7.1) @@ -1607,9 +1455,7 @@ CVE-2003-0643 version (kernel, not 2.6) CVE-2003-0619 version (kernel, not 2.6) CVE-2003-0618 version (suidperl, fixed 5.8.6 at least) -CVE-2003-0594 version (mozilla, ICAT) ### CVE-2003-0592 version (kde, fixed 3.1.3) -CVE-2003-0564 version (mozilla, ICAT) ### CVE-2003-0555 ignore (ImageMagick) wasn't reproducable CVE-2003-0552 version (kernel, not 2.6) CVE-2003-0551 version (kernel, not 2.6) @@ -1657,7 +1503,6 @@ CVE-2003-0328 version (epic, fixed epic4-2.2 at least) CVE-2003-0300 ignore (sylpheed) only a crasher CVE-2003-0299 ignore (mutt) only a crasher -CVE-2003-0298 version (mozilla, fixed after 1.4a) ### CVE-2003-0296 version (evolution, fixed 1.4.5 at least) CVE-2003-0289 version (cdrtools, fixed 2.01a14) CVE-2003-0282 version (unzip, fixed 5.51) @@ -1770,7 +1615,6 @@ CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-0517 version (XFree86) didn't affect Linux CVE-2002-0164 version (XFree86, fixed 4.2.1) -CVE-2001-1490 version (mozilla, fixed 1.0.0) ### CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) From fedora-extras-commits at redhat.com Tue Aug 15 08:20:07 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 15 Aug 2006 01:20:07 -0700 Subject: comps comps-fe5.xml.in,1.70,1.71 comps-fe6.xml.in,1.36,1.37 Message-ID: <200608150820.k7F8K9KT000871@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv852 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added jack-audio-connection-kit to sound-and-video and renrot to graphics. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- comps-fe5.xml.in 14 Aug 2006 07:07:36 -0000 1.70 +++ comps-fe5.xml.in 15 Aug 2006 08:20:06 -0000 1.71 @@ -383,6 +383,7 @@ inkscape k3d qiv + renrot showimg skencil sodipodi @@ -476,6 +477,7 @@ gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- comps-fe6.xml.in 14 Aug 2006 07:07:37 -0000 1.36 +++ comps-fe6.xml.in 15 Aug 2006 08:20:06 -0000 1.37 @@ -385,6 +385,7 @@ inkscape k3d qiv + renrot showimg skencil sodipodi @@ -478,6 +479,7 @@ gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins From fedora-extras-commits at redhat.com Tue Aug 15 08:25:37 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:37 -0700 Subject: rpms/tetex-elsevier - New directory Message-ID: <200608150825.k7F8PdPt000966@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv940/tetex-elsevier Log Message: Directory /cvs/extras/rpms/tetex-elsevier added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 08:25:37 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:37 -0700 Subject: rpms/tetex-elsevier/devel - New directory Message-ID: <200608150825.k7F8Pd3l000969@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv940/tetex-elsevier/devel Log Message: Directory /cvs/extras/rpms/tetex-elsevier/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 08:25:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:54 -0700 Subject: rpms/tetex-elsevier Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608150825.k7F8PusE001013@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv985 Added Files: Makefile import.log Log Message: Setup of module tetex-elsevier --- NEW FILE Makefile --- # Top level Makefile for module tetex-elsevier all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 08:25:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:25:54 -0700 Subject: rpms/tetex-elsevier/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608150825.k7F8Pupt001016@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv985/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tetex-elsevier --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 08:27:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:27:50 -0700 Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.7, 1.8 perl-PAR-Dist.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608150827.k7F8RqM5001197@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1154/devel Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 09:02:29 -0000 1.7 +++ .cvsignore 15 Aug 2006 08:27:50 -0000 1.8 @@ -1 +1 @@ -PAR-Dist-0.15.tar.gz +PAR-Dist-0.16.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-PAR-Dist.spec 29 Jul 2006 09:02:29 -0000 1.11 +++ perl-PAR-Dist.spec 15 Aug 2006 08:27:50 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 0.16-1 +- 0.16. + * Sat Jul 29 2006 Ville Skytt?? - 0.15-1 - 0.15. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 09:02:29 -0000 1.7 +++ sources 15 Aug 2006 08:27:50 -0000 1.8 @@ -1 +1 @@ -1f88366145d607a7c6fb91f88965759c PAR-Dist-0.15.tar.gz +d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:27:24 -0700 Subject: rpms/tetex-elsevier import.log,1.1,1.2 Message-ID: <200608150827.k7F8RuO3001200@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1108 Modified Files: import.log Log Message: auto-import tetex-elsevier-0.1.20060516-2 on branch devel from tetex-elsevier-0.1.20060516-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 08:25:54 -0000 1.1 +++ import.log 15 Aug 2006 08:27:23 -0000 1.2 @@ -0,0 +1 @@ +tetex-elsevier-0_1_20060516-2:HEAD:tetex-elsevier-0.1.20060516-2.src.rpm:1155630342 From fedora-extras-commits at redhat.com Tue Aug 15 08:27:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:27:49 -0700 Subject: rpms/perl-PAR-Dist/FC-5 .cvsignore, 1.7, 1.8 perl-PAR-Dist.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608150827.k7F8Rpdw001191@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1154/FC-5 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 29 Jul 2006 09:02:22 -0000 1.7 +++ .cvsignore 15 Aug 2006 08:27:49 -0000 1.8 @@ -1 +1 @@ -PAR-Dist-0.15.tar.gz +PAR-Dist-0.16.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/perl-PAR-Dist.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-PAR-Dist.spec 29 Jul 2006 09:02:22 -0000 1.11 +++ perl-PAR-Dist.spec 15 Aug 2006 08:27:49 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.15 +Version: 0.16 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 0.16-1 +- 0.16. + * Sat Jul 29 2006 Ville Skytt?? - 0.15-1 - 0.15. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 29 Jul 2006 09:02:22 -0000 1.7 +++ sources 15 Aug 2006 08:27:49 -0000 1.8 @@ -1 +1 @@ -1f88366145d607a7c6fb91f88965759c PAR-Dist-0.15.tar.gz +d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:27:24 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:27:24 -0700 Subject: rpms/tetex-elsevier/devel elsart-harv.bst, NONE, 1.1 elsart-num.bst, NONE, 1.1 elsart.cls, NONE, 1.1 elsart1p.cls, NONE, 1.1 elsart3p.cls, NONE, 1.1 elsart5p.cls, NONE, 1.1 template-harv.tex, NONE, 1.1 template-num.tex, NONE, 1.1 tetex-elsevier-README.fedora, NONE, 1.1 tetex-elsevier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608150827.k7F8Ru3b001204@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1108/devel Modified Files: .cvsignore sources Added Files: elsart-harv.bst elsart-num.bst elsart.cls elsart1p.cls elsart3p.cls elsart5p.cls template-harv.tex template-num.tex tetex-elsevier-README.fedora tetex-elsevier.spec Log Message: auto-import tetex-elsevier-0.1.20060516-2 on branch devel from tetex-elsevier-0.1.20060516-2.src.rpm --- NEW FILE elsart-harv.bst --- %% %% This is file `elsart-harv.bst', %% generated with the docstrip utility. %% %% The original source files were: %% %% merlin.mbs (with options: `,ay,nat,nm-rev,ed-rev,dt-beg,yr-com,aymth,yrp-per,note-yr,jttl-rm,thtit-a,vnum-sp,volp-com,pp-last,jnm-x,btit-rm,bt-rm,pre-edn,url,url-nl,edpar,blk-tit,in-col,pp,ed,abr,ednx,ord,jabr,xand,em-x,nfss') %% After docstrip generation some manual changes were made (SP) %SP 2001/01/23 % Changed the pages output for inproceedings %SP 2001/07/25 % Add the leading space in format.vol.num.pages only if there is a volume %% ---------------------------------------- %% *** Author-date reference style for elsart *** %% $Id: elsart-harv.bst,v 1.1 2004/03/18 15:18:52 iowen Exp $ %% %% Copyright 1994-1999 Patrick W Daly % =============================================================== % IMPORTANT NOTICE: % This bibliographic style (bst) file has been generated from one or % more master bibliographic style (mbs) files, listed above. % % This generated file can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or any later version. % =============================================================== % Name and version information of the main mbs file: % \ProvidesFile{merlin.mbs}[1999/03/18 3.88 (PWD)] % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- % This bibliography style file is intended for texts in ENGLISH % This is an author-year citation style bibliography. As such, it is % non-standard LaTeX, and requires a special package file to function properly. % Such a package is natbib.sty by Patrick W. Daly % The form of the \bibitem entries is % \bibitem[Jones et al.(1990)]{key}... % \bibitem[Jones et al.(1990)Jones, Baker, and Smith]{key}... % The essential feature is that the label (the part in brackets) consists % of the author names, as they should appear in the citation, with the year % in parentheses following. There must be no space before the opening % parenthesis! % With natbib v5.3, a full list of authors may also follow the year. % In natbib.sty, it is possible to define the type of enclosures that is % really wanted (brackets or parentheses), but in either case, there must % be parentheses in the label. % The \cite command functions as follows: % \citet{key} ==>> Jones et al. (1990) % \citet*{key} ==>> Jones, Baker, and Smith (1990) % \citep{key} ==>> (Jones et al., 1990) % \citep*{key} ==>> (Jones, Baker, and Smith, 1990) % \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2) % \citep[e.g.][]{key} ==>> (e.g. Jones et al., 1990) % \citep[e.g.][p. 32]{key} ==>> (e.g. Jones et al., p. 32) % \citeauthor{key} ==>> Jones et al. % \citeauthor*{key} ==>> Jones, Baker, and Smith % \citeyear{key} ==>> 1990 %--------------------------------------------------------------------- ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type url volume year } {} { label extra.label sort.label short.list } INTEGERS { output.state before.all mid.sentence after.sentence after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.sentence := #3 'after.block := } STRINGS { s t } FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { after.block 'output.state := } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } %SP 2003/07/25 % No longer used FUNCTION {add.blank} { " " * before.all 'output.state := } FUNCTION {date.block} { new.sentence } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { skip$ } FUNCTION {capitalize} { "u" change.case$ "t" change.case$ } FUNCTION {space.word} { " " swap$ * " " * } % Here are the language-specific definitions for explicit words. % Each function has a name bbl.xxx where xxx is the English word. % The language selected here is ENGLISH FUNCTION {bbl.and} { "and"} FUNCTION {bbl.etal} { "et~al." } FUNCTION {bbl.editors} { "Eds." } FUNCTION {bbl.editor} { "Ed." } FUNCTION {bbl.edby} { "edited by" } FUNCTION {bbl.edition} { "Edition" } FUNCTION {bbl.volume} { "Vol." } FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." } FUNCTION {bbl.nr} { "no." } FUNCTION {bbl.in} { "in" } FUNCTION {bbl.pages} { "pp." } FUNCTION {bbl.page} { "p." } FUNCTION {bbl.chapter} { "Ch." } FUNCTION {bbl.techrep} { "Tech. Rep." } FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } FUNCTION {bbl.first} { "1st" } FUNCTION {bbl.second} { "2nd" } FUNCTION {bbl.third} { "3rd" } FUNCTION {bbl.fourth} { "4th" } FUNCTION {bbl.fifth} { "5th" } FUNCTION {bbl.st} { "st" } FUNCTION {bbl.nd} { "nd" } FUNCTION {bbl.rd} { "rd" } FUNCTION {bbl.th} { "th" } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"Jun."} MACRO {jul} {"Jul."} MACRO {aug} {"Aug."} MACRO {sep} {"Sep."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} FUNCTION {eng.ord} { duplicate$ "1" swap$ * #-2 #1 substring$ "1" = { bbl.th * } { duplicate$ #-1 #1 substring$ duplicate$ "1" = { pop$ bbl.st * } { duplicate$ "2" = { pop$ bbl.nd * } { "3" = { bbl.rd * } { bbl.th * } if$ } if$ } if$ } if$ } MACRO {acmcs} {"ACM Comput. Surv."} MACRO {acta} {"Acta Inf."} MACRO {cacm} {"Commun. ACM"} MACRO {ibmjrd} {"IBM J. Res. Dev."} MACRO {ibmsj} {"IBM Syst.~J."} MACRO {ieeese} {"IEEE Trans. Softw. Eng."} MACRO {ieeetc} {"IEEE Trans. Comput."} MACRO {ieeetcad} {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} MACRO {ipl} {"Inf. Process. Lett."} MACRO {jacm} {"J.~ACM"} MACRO {jcss} {"J.~Comput. Syst. Sci."} MACRO {scp} {"Sci. Comput. Programming"} MACRO {sicomp} {"SIAM J. Comput."} MACRO {tocs} {"ACM Trans. Comput. Syst."} MACRO {tods} {"ACM Trans. Database Syst."} MACRO {tog} {"ACM Trans. Gr."} MACRO {toms} {"ACM Trans. Math. Softw."} MACRO {toois} {"ACM Trans. Office Inf. Syst."} MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} MACRO {tcs} {"Theoretical Comput. Sci."} FUNCTION {write.url} { url empty$ { skip$ } { "\newline\urlprefix\url{" url * "}" * write$ newline$ } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv~}{ll}{, jj}{, f.}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { "," * s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { " " * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.names.ed} { format.names } FUNCTION {format.key} { empty$ { key field.or.null } { "" } if$ } FUNCTION {format.authors} { author empty$ { "" } { author format.names } if$ } FUNCTION {format.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.in.editors} { editor empty$ { "" } { editor format.names.ed editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.note} { note empty$ { "" } { note #1 #1 substring$ duplicate$ "{" = 'skip$ { output.state mid.sentence = { "l" } { "u" } if$ change.case$ } if$ note #2 global.max$ substring$ * } if$ } FUNCTION {format.title} { title empty$ { "" } { title "t" change.case$ } if$ } FUNCTION {format.full.names} {'s := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv~}{ll}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { numnames #2 > { "," * } 'skip$ if$ s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { bbl.and space.word * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {author.editor.key.full} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } { author format.full.names } if$ } FUNCTION {author.key.full} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.full.names } if$ } FUNCTION {editor.key.full} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.full.names } if$ } FUNCTION {make.full.names} { type$ "book" = type$ "inbook" = or 'author.editor.key.full { type$ "proceedings" = 'editor.key.full 'author.key.full if$ } if$ } FUNCTION {output.bibitem} { newline$ "\bibitem[{" write$ label write$ ")" make.full.names duplicate$ short.list = { pop$ } { * } if$ "}]{" * write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {word.in} { bbl.in capitalize ":" * " " * } FUNCTION {format.date} { year duplicate$ empty$ { "empty year in " cite$ * "; set to ????" * warning$ pop$ "????" } 'skip$ if$ month empty$ 'skip$ { month " " * swap$ * } if$ extra.label * before.all 'output.state := ", " swap$ * } FUNCTION {format.btitle} { title } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { bbl.volume volume tie.or.space.connect series empty$ 'skip$ { bbl.of space.word * series emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { output.state mid.sentence = { bbl.number } { bbl.number capitalize } if$ number tie.or.space.connect series empty$ { "there's a number but no series in " cite$ * warning$ } { bbl.in space.word * series * } if$ } if$ } { "" } if$ } FUNCTION {is.num} { chr.to.int$ duplicate$ "0" chr.to.int$ < not swap$ "9" chr.to.int$ > not and } FUNCTION {extract.num} { duplicate$ 't := "" 's := { t empty$ not } { t #1 #1 substring$ t #2 global.max$ substring$ 't := duplicate$ is.num { s swap$ * 's := } { pop$ "" 't := } if$ } while$ s empty$ 'skip$ { pop$ s } if$ } FUNCTION {convert.edition} { edition extract.num "l" change.case$ 's := s "first" = s "1" = or { bbl.first 't := } { s "second" = s "2" = or { bbl.second 't := } { s "third" = s "3" = or { bbl.third 't := } { s "fourth" = s "4" = or { bbl.fourth 't := } { s "fifth" = s "5" = or { bbl.fifth 't := } { s #1 #1 substring$ is.num { s eng.ord 't := } { edition 't := } if$ } if$ } if$ } if$ } if$ } if$ t } FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = { convert.edition "l" change.case$ " " * bbl.edition * } { convert.edition "t" change.case$ " " * bbl.edition * } if$ } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages empty$ { "" } { pages multi.page.check { bbl.pages pages n.dashify tie.or.space.connect } { bbl.page pages tie.or.space.connect } if$ } if$ } FUNCTION {format.journal.pages} { pages empty$ 'skip$ { duplicate$ empty$ { pop$ format.pages } { ", " * pages n.dashify * } if$ } if$ } %SP 2001/01/23 % Only used in articles FUNCTION {format.vol.num.pages} { %SP 2001/01/23 % Add the leading space only if there is a volume % volume field.or.null " " volume empty$ { pop$ "" } { volume * } if$ number empty$ 'skip$ { "~(" number * ")" * * volume empty$ { "there's a number but no volume in " cite$ * warning$ } 'skip$ if$ } if$ } FUNCTION {format.chapter.pages} { chapter empty$ { "" } { type empty$ { bbl.chapter } { type "l" change.case$ } if$ chapter tie.or.space.connect } if$ } FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { editor empty$ { word.in booktitle * } { word.in format.in.editors * ", " * booktitle * } if$ } if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ type "t" change.case$ } if$ } FUNCTION {format.tr.number} { type empty$ { bbl.techrep } 'type if$ number empty$ { "t" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.article.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ word.in } { bbl.volume capitalize volume tie.or.space.connect bbl.of space.word * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { word.in " \cite{" * crossref * "}" * } FUNCTION {format.org.or.pub} { 't := "" address empty$ t empty$ and 'skip$ { t empty$ { address empty$ 'skip$ { address * } if$ } { t * address empty$ 'skip$ { ", " * address * } if$ } if$ } if$ } FUNCTION {format.publisher.address} { publisher empty$ { "empty publisher in " cite$ * warning$ "" } { publisher } if$ format.org.or.pub } FUNCTION {format.organization.address} { organization empty$ { "" } { organization } if$ format.org.or.pub } FUNCTION {article} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { journal "journal" output.check %SP 2001/01/23 % Add the space in format.vol.num.pages % add.blank before.all 'output.state := format.vol.num.pages output } { format.article.crossref output.nonnull format.pages output } if$ format.journal.pages format.note output fin.entry write.url } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.date "year" output.check date.block format.btitle "title" output.check crossref missing$ { format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output } { new.sentence format.book.crossref output.nonnull } if$ format.note output fin.entry write.url } FUNCTION {booklet} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence howpublished output address output format.note output fin.entry write.url } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check editor format.key output } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.date "year" output.check date.block format.btitle "title" output.check crossref missing$ { format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output format.chapter.pages "chapter and pages" output.check } { format.chapter.pages "chapter and pages" output.check new.sentence format.book.crossref output.nonnull } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {incollection} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output new.sentence format.bvolume output format.number.series output new.sentence format.publisher.address output format.chapter.pages output } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output new.sentence format.bvolume output format.number.series output new.sentence publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ %SP 2001/01/23 % format.pages output } { format.incoll.inproc.crossref output.nonnull %SP 2001/01/23 % format.pages output } if$ %SP 2001/01/23 format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.btitle "title" output.check new.sentence organization output address output format.edition output format.note output fin.entry write.url } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence bbl.mthesis format.thesis.type output.nonnull school "school" output.check address output format.note output fin.entry write.url } FUNCTION {misc} { output.bibitem format.authors output author format.key output format.date "year" output.check date.block format.title output new.sentence howpublished output format.note output fin.entry write.url } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence bbl.phdthesis format.thesis.type output.nonnull school "school" output.check address output format.note output fin.entry write.url } FUNCTION {proceedings} { output.bibitem format.editors output editor format.key output format.date "year" output.check date.block format.btitle "title" output.check new.sentence format.bvolume output format.number.series output new.sentence publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ format.note output fin.entry write.url } FUNCTION {techreport} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check new.sentence format.tr.number output.nonnull institution "institution" output.check address output format.note output fin.entry write.url } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check author format.key output format.date "year" output.check date.block format.title "title" output.check format.note "note" output.check fin.entry write.url } FUNCTION {default.type} { misc } READ FUNCTION {sortify} { purify$ "l" change.case$ } INTEGERS { len } FUNCTION {chop.word} { 's := 'len := s #1 len substring$ = { s len #1 + global.max$ substring$ } 's if$ } FUNCTION {format.lab.names} { 's := s #1 "{vv~}{ll}" format.name$ s num.names$ duplicate$ #2 > { pop$ " " * bbl.etal * } { #2 < 'skip$ { s #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " " * bbl.etal * } { bbl.and space.word * s #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {author.key.label} { author empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { author format.lab.names } if$ } FUNCTION {author.editor.key.label} { author empty$ { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } { author format.lab.names } if$ } FUNCTION {editor.key.label} { editor empty$ { key empty$ { cite$ #1 #3 substring$ } 'key if$ } { editor format.lab.names } if$ } FUNCTION {calc.short.authors} { type$ "book" = type$ "inbook" = or 'author.editor.key.label { type$ "proceedings" = 'editor.key.label 'author.key.label if$ } if$ 'short.list := } FUNCTION {calc.label} { calc.short.authors short.list "(" * year duplicate$ empty$ { pop$ "????" } 'skip$ if$ * 'label := } FUNCTION {sort.format.names} { 's := #1 'nameptr := "" s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{vv{ } }{ll{ }}{ f{ }}{ jj{ }}" format.name$ 't := nameptr #1 > { " " * namesleft #1 = t "others" = and { "zzzzz" * } { t sortify * } if$ } { t sortify * } if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {sort.format.title} { 't := "A " #2 "An " #3 "The " #4 t chop.word chop.word chop.word sortify #1 global.max$ substring$ } FUNCTION {author.sort} { author empty$ { key empty$ { "to sort, need author or key in " cite$ * warning$ "" } { key sortify } if$ } { author sort.format.names } if$ } FUNCTION {author.editor.sort} { author empty$ { editor empty$ { key empty$ { "to sort, need author, editor, or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } { author sort.format.names } if$ } FUNCTION {editor.sort} { editor empty$ { key empty$ { "to sort, need editor or key in " cite$ * warning$ "" } { key sortify } if$ } { editor sort.format.names } if$ } FUNCTION {presort} { calc.label label sortify " " * type$ "book" = type$ "inbook" = or 'author.editor.sort { type$ "proceedings" = 'editor.sort 'author.sort if$ } if$ #1 entry.max$ substring$ 'sort.label := sort.label * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {presort} SORT STRINGS { last.label next.extra } INTEGERS { last.extra.num number.label } FUNCTION {initialize.extra.label.stuff} { #0 int.to.chr$ 'last.label := "" 'next.extra := #0 'last.extra.num := #0 'number.label := } FUNCTION {forward.pass} { last.label label = { last.extra.num #1 + 'last.extra.num := last.extra.num int.to.chr$ 'extra.label := } { "a" chr.to.int$ 'last.extra.num := "" 'extra.label := label 'last.label := } if$ number.label #1 + 'number.label := } FUNCTION {reverse.pass} { next.extra "b" = { "a" 'extra.label := } 'skip$ if$ extra.label 'next.extra := extra.label duplicate$ empty$ 'skip$ { "{\natexlab{" swap$ * "}}" * } if$ 'extra.label := label extra.label * 'label := } EXECUTE {initialize.extra.label.stuff} ITERATE {forward.pass} REVERSE {reverse.pass} FUNCTION {bib.sort.order} { sort.label " " * year field.or.null sortify * " " * title field.or.null sort.format.title * #1 entry.max$ substring$ 'sort.key$ := } ITERATE {bib.sort.order} SORT FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\begin{thebibliography}{" number.label int.to.str$ * "}" * write$ newline$ "\expandafter\ifx\csname natexlab\endcsname\relax\def\natexlab#1{#1}\fi" write$ newline$ "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ " \def\url#1{\texttt{#1}}\fi" write$ newline$ "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% End of customized bst file %% %% End of file `elsart-harv.bst'. --- NEW FILE elsart-num.bst --- %% %% This is file `elsart-num.bst', %% generated with the docstrip utility. %% %% The original source files were: %% %% merlin.mbs (with options: `,seq-no,nm-init,ed-au,dt-end,yr-par,yrp-x,jttl-rm,thtit-a,vnum-sp,volp-blk,jdt-p,pp-last,jnm-x,btit-rm,bt-rm,pub-date,pub-xpar,pre-edn,url,url-nl,edpar,blk-com,in-col,pp,ed,abr,ednx,ord,jabr,and-xcom,xand,em-x,nfss') %% After docstrip generation some manual changes were made (SP) %SP 2001/01/23 % Changed the pages output for inproceedings %SP 2001/07/25 % Add the leading space in format.vol.num.pages only if there is a volume %% ---------------------------------------- %% *** Numerical reference style for elsart *** %% $Id: elsart-num.bst,v 1.1 2004/03/18 15:18:53 iowen Exp $ %% %% Copyright 1994-1999 Patrick W Daly % =============================================================== % IMPORTANT NOTICE: % This bibliographic style (bst) file has been generated from one or % more master bibliographic style (mbs) files, listed above. % % This generated file can be redistributed and/or modified under the terms % of the LaTeX Project Public License Distributed from CTAN % archives in directory macros/latex/base/lppl.txt; either % version 1 of the License, or any later version. % =============================================================== % Name and version information of the main mbs file: % \ProvidesFile{merlin.mbs}[1999/03/18 3.88 (PWD)] % For use with BibTeX version 0.99a or later %------------------------------------------------------------------- % This bibliography style file is intended for texts in ENGLISH % This is a numerical citation style, and as such is standard LaTeX. % It requires no extra package to interface to the main text. % The form of the \bibitem entries is % \bibitem{key}... % Usage of \cite is as follows: % \cite{key} ==>> [#] % \cite[chap. 2]{key} ==>> [#, chap. 2] % where # is a number determined by the ordering in the reference list. % The order in the reference list is that by which the works were originally % cited in the text, or that in the database. %--------------------------------------------------------------------- ENTRY { address author booktitle chapter edition editor howpublished institution journal key month note number organization pages publisher school series title type url volume year } {} { label } INTEGERS { output.state before.all mid.sentence after.sentence after.block } FUNCTION {init.state.consts} { #0 'before.all := #1 'mid.sentence := #2 'after.sentence := #3 'after.block := } STRINGS { s t } FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ { add.period$ " " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } FUNCTION {output} { duplicate$ empty$ 'pop$ 'output.nonnull if$ } FUNCTION {output.check} { 't := duplicate$ empty$ { pop$ "empty " t * " in " * cite$ * warning$ } 'output.nonnull if$ } FUNCTION {fin.entry} { add.period$ write$ newline$ } FUNCTION {new.block} { output.state before.all = 'skip$ { after.block 'output.state := } if$ } FUNCTION {new.sentence} { output.state after.block = 'skip$ { output.state before.all = 'skip$ { after.sentence 'output.state := } if$ } if$ } %SP 2003/07/25 % No longer used FUNCTION {add.blank} { " " * before.all 'output.state := } FUNCTION {date.block} { add.blank } FUNCTION {not} { { #0 } { #1 } if$ } FUNCTION {and} { 'skip$ { pop$ #0 } if$ } FUNCTION {or} { { pop$ #1 } 'skip$ if$ } FUNCTION {new.block.checka} { empty$ 'skip$ 'new.block if$ } FUNCTION {new.block.checkb} { empty$ swap$ empty$ and 'skip$ 'new.block if$ } FUNCTION {new.sentence.checka} { empty$ 'skip$ 'new.sentence if$ } FUNCTION {new.sentence.checkb} { empty$ swap$ empty$ and 'skip$ 'new.sentence if$ } FUNCTION {field.or.null} { duplicate$ empty$ { pop$ "" } 'skip$ if$ } FUNCTION {emphasize} { skip$ } FUNCTION {capitalize} { "u" change.case$ "t" change.case$ } FUNCTION {space.word} { " " swap$ * " " * } % Here are the language-specific definitions for explicit words. % Each function has a name bbl.xxx where xxx is the English word. % The language selected here is ENGLISH FUNCTION {bbl.and} { "and"} FUNCTION {bbl.etal} { "et~al." } FUNCTION {bbl.editors} { "Eds." } FUNCTION {bbl.editor} { "Ed." } FUNCTION {bbl.edby} { "edited by" } FUNCTION {bbl.edition} { "Edition" } FUNCTION {bbl.volume} { "Vol." } FUNCTION {bbl.of} { "of" } FUNCTION {bbl.number} { "no." } FUNCTION {bbl.nr} { "no." } FUNCTION {bbl.in} { "in" } FUNCTION {bbl.pages} { "pp." } FUNCTION {bbl.page} { "p." } FUNCTION {bbl.chapter} { "Ch." } FUNCTION {bbl.techrep} { "Tech. Rep." } FUNCTION {bbl.mthesis} { "Master's thesis" } FUNCTION {bbl.phdthesis} { "Ph.D. thesis" } FUNCTION {bbl.first} { "1st" } FUNCTION {bbl.second} { "2nd" } FUNCTION {bbl.third} { "3rd" } FUNCTION {bbl.fourth} { "4th" } FUNCTION {bbl.fifth} { "5th" } FUNCTION {bbl.st} { "st" } FUNCTION {bbl.nd} { "nd" } FUNCTION {bbl.rd} { "rd" } FUNCTION {bbl.th} { "th" } MACRO {jan} {"Jan."} MACRO {feb} {"Feb."} MACRO {mar} {"Mar."} MACRO {apr} {"Apr."} MACRO {may} {"May"} MACRO {jun} {"Jun."} MACRO {jul} {"Jul."} MACRO {aug} {"Aug."} MACRO {sep} {"Sep."} MACRO {oct} {"Oct."} MACRO {nov} {"Nov."} MACRO {dec} {"Dec."} FUNCTION {eng.ord} { duplicate$ "1" swap$ * #-2 #1 substring$ "1" = { bbl.th * } { duplicate$ #-1 #1 substring$ duplicate$ "1" = { pop$ bbl.st * } { duplicate$ "2" = { pop$ bbl.nd * } { "3" = { bbl.rd * } { bbl.th * } if$ } if$ } if$ } if$ } MACRO {acmcs} {"ACM Comput. Surv."} MACRO {acta} {"Acta Inf."} MACRO {cacm} {"Commun. ACM"} MACRO {ibmjrd} {"IBM J. Res. Dev."} MACRO {ibmsj} {"IBM Syst.~J."} MACRO {ieeese} {"IEEE Trans. Softw. Eng."} MACRO {ieeetc} {"IEEE Trans. Comput."} MACRO {ieeetcad} {"IEEE Trans. Comput.-Aided Design Integrated Circuits"} MACRO {ipl} {"Inf. Process. Lett."} MACRO {jacm} {"J.~ACM"} MACRO {jcss} {"J.~Comput. Syst. Sci."} MACRO {scp} {"Sci. Comput. Programming"} MACRO {sicomp} {"SIAM J. Comput."} MACRO {tocs} {"ACM Trans. Comput. Syst."} MACRO {tods} {"ACM Trans. Database Syst."} MACRO {tog} {"ACM Trans. Gr."} MACRO {toms} {"ACM Trans. Math. Softw."} MACRO {toois} {"ACM Trans. Office Inf. Syst."} MACRO {toplas} {"ACM Trans. Prog. Lang. Syst."} MACRO {tcs} {"Theoretical Comput. Sci."} FUNCTION {write.url} { url empty$ { skip$ } { "\newline\urlprefix\url{" url * "}" * write$ newline$ } if$ } INTEGERS { nameptr namesleft numnames } FUNCTION {format.names} { 's := #1 'nameptr := s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := nameptr #1 > { namesleft #1 > { ", " * t * } { "," * s nameptr "{ll}" format.name$ duplicate$ "others" = { 't := } { pop$ } if$ t "others" = { " " * bbl.etal * } { " " * t * } if$ } if$ } 't if$ nameptr #1 + 'nameptr := namesleft #1 - 'namesleft := } while$ } FUNCTION {format.names.ed} { format.names } FUNCTION {format.authors} { author empty$ { "" } { author format.names } if$ } FUNCTION {format.editors} { editor empty$ { "" } { editor format.names editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.in.editors} { editor empty$ { "" } { editor format.names.ed editor num.names$ #1 > { " (" * bbl.editors * ")" * } { " (" * bbl.editor * ")" * } if$ } if$ } FUNCTION {format.note} { note empty$ { "" } { note #1 #1 substring$ duplicate$ "{" = 'skip$ { output.state mid.sentence = { "l" } { "u" } if$ change.case$ } if$ note #2 global.max$ substring$ * } if$ } FUNCTION {format.title} { title empty$ { "" } { title "t" change.case$ } if$ } FUNCTION {output.bibitem} { newline$ "\bibitem{" write$ cite$ write$ "}" write$ newline$ "" before.all 'output.state := } FUNCTION {n.dashify} { 't := "" { t empty$ not } { t #1 #1 substring$ "-" = { t #1 #2 substring$ "--" = not { "--" * t #2 global.max$ substring$ 't := } { { t #1 #1 substring$ "-" = } { "-" * t #2 global.max$ substring$ 't := } while$ } if$ } { t #1 #1 substring$ * t #2 global.max$ substring$ 't := } if$ } while$ } FUNCTION {word.in} { bbl.in ":" * " " * } FUNCTION {format.date} { year empty$ { month empty$ { "" } { "there's a month but no year in " cite$ * warning$ month } if$ } { month empty$ 'year { month " " * year * } if$ } if$ duplicate$ empty$ 'skip$ { before.all 'output.state := " (" swap$ * ")" * } if$ } FUNCTION{format.year} { year duplicate$ empty$ { "empty year in " cite$ * warning$ pop$ "" } { "(" swap$ * ")" * } if$ } FUNCTION {format.btitle} { title } FUNCTION {tie.or.space.connect} { duplicate$ text.length$ #3 < { "~" } { " " } if$ swap$ * * } FUNCTION {either.or.check} { empty$ 'pop$ { "can't use both " swap$ * " fields in " * cite$ * warning$ } if$ } FUNCTION {format.bvolume} { volume empty$ { "" } { bbl.volume volume tie.or.space.connect series empty$ 'skip$ { bbl.of space.word * series emphasize * } if$ "volume and number" number either.or.check } if$ } FUNCTION {format.number.series} { volume empty$ { number empty$ { series field.or.null } { output.state mid.sentence = { bbl.number } { bbl.number capitalize } if$ number tie.or.space.connect series empty$ { "there's a number but no series in " cite$ * warning$ } { bbl.in space.word * series * } if$ } if$ } { "" } if$ } FUNCTION {is.num} { chr.to.int$ duplicate$ "0" chr.to.int$ < not swap$ "9" chr.to.int$ > not and } FUNCTION {extract.num} { duplicate$ 't := "" 's := { t empty$ not } { t #1 #1 substring$ t #2 global.max$ substring$ 't := duplicate$ is.num { s swap$ * 's := } { pop$ "" 't := } if$ } while$ s empty$ 'skip$ { pop$ s } if$ } FUNCTION {convert.edition} { edition extract.num "l" change.case$ 's := s "first" = s "1" = or { bbl.first 't := } { s "second" = s "2" = or { bbl.second 't := } { s "third" = s "3" = or { bbl.third 't := } { s "fourth" = s "4" = or { bbl.fourth 't := } { s "fifth" = s "5" = or { bbl.fifth 't := } { s #1 #1 substring$ is.num { s eng.ord 't := } { edition 't := } if$ } if$ } if$ } if$ } if$ } if$ t } FUNCTION {format.edition} { edition empty$ { "" } { output.state mid.sentence = { convert.edition "l" change.case$ " " * bbl.edition * } { convert.edition "t" change.case$ " " * bbl.edition * } if$ } if$ } INTEGERS { multiresult } FUNCTION {multi.page.check} { 't := #0 'multiresult := { multiresult not t empty$ not and } { t #1 #1 substring$ duplicate$ "-" = swap$ duplicate$ "," = swap$ "+" = or or { #1 'multiresult := } { t #2 global.max$ substring$ 't := } if$ } while$ multiresult } FUNCTION {format.pages} { pages empty$ { "" } { pages multi.page.check { bbl.pages pages n.dashify tie.or.space.connect } { bbl.page pages tie.or.space.connect } if$ } if$ } FUNCTION {format.journal.pages} { pages empty$ 'skip$ { duplicate$ empty$ { pop$ format.pages } { " " * format.year * " " * pages n.dashify * } if$ } if$ } %SP 2001/01/23 % Only used in articles FUNCTION {format.vol.num.pages} { %SP 2001/01/23 % Add the leading space only if there is a volume % volume field.or.null " " volume empty$ { pop$ "" } { volume * } if$ number empty$ 'skip$ { "~(" number * ")" * * volume empty$ { "there's a number but no volume in " cite$ * warning$ } 'skip$ if$ } if$ } FUNCTION {format.chapter.pages} { chapter empty$ { "" } { type empty$ { bbl.chapter } { type "l" change.case$ } if$ chapter tie.or.space.connect } if$ } FUNCTION {format.in.ed.booktitle} { booktitle empty$ { "" } { editor empty$ { word.in booktitle * } { word.in format.in.editors * ", " * booktitle * } if$ } if$ } FUNCTION {empty.misc.check} { author empty$ title empty$ howpublished empty$ month empty$ year empty$ note empty$ and and and and and { "all relevant fields are empty in " cite$ * warning$ } 'skip$ if$ } FUNCTION {format.thesis.type} { type empty$ 'skip$ { pop$ type "t" change.case$ } if$ } FUNCTION {format.tr.number} { type empty$ { bbl.techrep } 'type if$ number empty$ { "t" change.case$ } { number tie.or.space.connect } if$ } FUNCTION {format.article.crossref} { key empty$ { journal empty$ { "need key or journal for " cite$ * " to crossref " * crossref * warning$ "" } { word.in journal emphasize * } if$ } { word.in key * " " *} if$ " \cite{" * crossref * "}" * } FUNCTION {format.crossref.editor} { editor #1 "{vv~}{ll}" format.name$ editor num.names$ duplicate$ #2 > { pop$ " " * bbl.etal * } { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = { " " * bbl.etal * } { bbl.and space.word * editor #2 "{vv~}{ll}" format.name$ * } if$ } if$ } if$ } FUNCTION {format.book.crossref} { volume empty$ { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ word.in } { bbl.volume volume tie.or.space.connect bbl.of space.word * } if$ editor empty$ editor field.or.null author field.or.null = or { key empty$ { series empty$ { "need editor, key, or series for " cite$ * " to crossref " * crossref * warning$ "" * } { series emphasize * } if$ } { key * } if$ } { format.crossref.editor * } if$ " \cite{" * crossref * "}" * } FUNCTION {format.incoll.inproc.crossref} { editor empty$ editor field.or.null author field.or.null = or { key empty$ { booktitle empty$ { "need editor, key, or booktitle for " cite$ * " to crossref " * crossref * warning$ "" } { word.in booktitle * } if$ } { word.in key * " " *} if$ } { word.in format.crossref.editor * " " *} if$ " \cite{" * crossref * "}" * } FUNCTION {format.org.or.pub} { 't := "" year empty$ { "empty year in " cite$ * warning$ } 'skip$ if$ address empty$ t empty$ and year empty$ and 'skip$ { t empty$ { address empty$ 'skip$ { address * } if$ } { t * address empty$ 'skip$ { ", " * address * } if$ } if$ year empty$ 'skip$ { t empty$ address empty$ and 'skip$ { ", " * } if$ year * } if$ } if$ } FUNCTION {format.publisher.address} { publisher empty$ { "empty publisher in " cite$ * warning$ "" } { publisher } if$ format.org.or.pub } FUNCTION {format.organization.address} { organization empty$ { "" } { organization } if$ format.org.or.pub } FUNCTION {article} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { journal "journal" output.check %SP 2001/01/23 % Add the space in format.vol.num.pages % add.blank before.all 'output.state := format.vol.num.pages output } { format.article.crossref output.nonnull format.pages output } if$ format.journal.pages format.note output fin.entry write.url } FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.edition output format.bvolume output format.number.series output format.publisher.address output } { format.book.crossref output.nonnull } if$ format.note output fin.entry write.url } FUNCTION {booklet} { output.bibitem format.authors output format.title "title" output.check howpublished output address output format.note output format.date output fin.entry write.url } FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check } { format.authors output.nonnull crossref missing$ { "author and editor" editor either.or.check } 'skip$ if$ } if$ format.btitle "title" output.check crossref missing$ { format.edition output format.bvolume output format.number.series output format.publisher.address output format.chapter.pages "chapter and pages" output.check } { format.chapter.pages "chapter and pages" output.check format.book.crossref output.nonnull } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {incollection} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output format.bvolume output format.number.series output format.publisher.address output format.chapter.pages output } { format.incoll.inproc.crossref output.nonnull format.chapter.pages output } if$ format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {inproceedings} { output.bibitem format.authors "author" output.check format.title "title" output.check crossref missing$ { format.in.ed.booktitle "booktitle" output.check format.edition output format.bvolume output format.number.series output publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ %SP 2001/01/23 % format.pages output } { format.incoll.inproc.crossref output.nonnull %SP 2001/01/23 % format.pages output } if$ %SP 2001/01/23 format.pages "pages" output.check format.note output fin.entry write.url } FUNCTION {conference} { inproceedings } FUNCTION {manual} { output.bibitem author empty$ { organization empty$ 'skip$ { organization output.nonnull address output } if$ } { format.authors output.nonnull } if$ format.btitle "title" output.check author empty$ { organization empty$ { address output } 'skip$ if$ } { organization output address output } if$ format.edition output format.note output format.date output fin.entry write.url } FUNCTION {mastersthesis} { output.bibitem format.authors "author" output.check format.title "title" output.check bbl.mthesis format.thesis.type output.nonnull school "school" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {misc} { output.bibitem format.authors output format.title output howpublished output format.note output format.date output fin.entry write.url empty.misc.check } FUNCTION {phdthesis} { output.bibitem format.authors "author" output.check format.title "title" output.check bbl.phdthesis format.thesis.type output.nonnull school "school" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {proceedings} { output.bibitem editor empty$ { organization output } { format.editors output.nonnull } if$ format.btitle "title" output.check format.bvolume output format.number.series output editor empty$ { publisher empty$ 'skip$ { format.publisher.address output } if$ } { publisher empty$ { format.organization.address output } { organization output format.publisher.address output } if$ } if$ format.note output % format.date "year" output.check fin.entry write.url } FUNCTION {techreport} { output.bibitem format.authors "author" output.check format.title "title" output.check format.tr.number output.nonnull institution "institution" output.check address output format.note output format.date "year" output.check fin.entry write.url } FUNCTION {unpublished} { output.bibitem format.authors "author" output.check format.title "title" output.check format.note "note" output.check format.date output fin.entry write.url } FUNCTION {default.type} { misc } READ STRINGS { longest.label } INTEGERS { number.label longest.label.width } FUNCTION {initialize.longest.label} { "" 'longest.label := #1 'number.label := #0 'longest.label.width := } FUNCTION {longest.label.pass} { number.label int.to.str$ 'label := number.label #1 + 'number.label := label width$ longest.label.width > { label 'longest.label := label width$ 'longest.label.width := } 'skip$ if$ } EXECUTE {initialize.longest.label} ITERATE {longest.label.pass} FUNCTION {begin.bib} { preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ "\begin{thebibliography}{" longest.label * "}" * write$ newline$ "\expandafter\ifx\csname url\endcsname\relax" write$ newline$ " \def\url#1{\texttt{#1}}\fi" write$ newline$ "\expandafter\ifx\csname urlprefix\endcsname\relax\def\urlprefix{URL }\fi" write$ newline$ } EXECUTE {begin.bib} EXECUTE {init.state.consts} ITERATE {call.type$} FUNCTION {end.bib} { newline$ "\end{thebibliography}" write$ newline$ } EXECUTE {end.bib} %% End of customized bst file %% %% End of file `elsart-num.bst'. --- NEW FILE elsart.cls --- %% %% This is file `elsart.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsart,ONECOL,DEEPLIST') %% %% elsart.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\@shortjnl{\relax} \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \newif\if at TwoColumn \newif\if at seceqn \newif\if at secthm \newif\if at nameyear \newif\if at Elproofing \@Elproofingfalse \DeclareOption{12pt}{} \DeclareOption{11pt}{} \DeclareOption{10pt}{} \DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse} \DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue} \@twocolumnfalse \DeclareOption{onecolumn}{\@twocolumnfalse\@TwoColumnfalse} \DeclareOption{twocolumn}{\@twocolumntrue\@TwoColumntrue} \newif\if at narrowdisplay \@narrowdisplayfalse \DeclareOption{narrowdisplay}{\@narrowdisplaytrue} \newif\if at draft\@draftfalse \DeclareOption{draft}{% \@drafttrue \overfullrule 5\p@ % to indicate overfull boxes } \DeclareOption{final}{% \@draftfalse \overfullrule \z@ } \let\snm\relax \let\cty\relax \let\cny\relax\let\jr\relax \newif\if at ussrhead \@ussrheadfalse \DeclareOption{ussrhead}{\@ussrheadtrue} \@seceqnfalse % Default: equation numbering is not \DeclareOption{seceqn}{\@seceqntrue} % reset at beginning of each section \@secthmfalse \DeclareOption{secthm}{\@secthmtrue} \@nameyearfalse \DeclareOption{nameyear}{\@nameyeartrue} \def\@blstr{1} \DeclareOption{doublespacing}{\def\@blstr{1.7}} \DeclareOption{reviewcopy}{\def\@blstr{1.7}} \newif\if at symbold\@symboldfalse \DeclareOption{symbold}{\@symboldtrue} \newif\if at amsthm\@amsthmfalse \DeclareOption{amsthm}{\@amsthmtrue} \ExecuteOptions{oneside} \ExecuteOptions{onecolumn,final} \ProcessOptions \if at TwoColumn\@narrowdisplayfalse\fi \if at draft\else\@narrowdisplayfalse\fi \def\@pagenumprefix{} \def\author at font{} \def\partname{Part} \def\appendixname{Appendix} \def\contentsname{Contents} \def\listfigurename{List of Figures} \def\listtablename{List of Tables} \def\refname{References} \def\indexname{Index} \def\figurename{Fig.} \def\tablename{Table} \def\abstractname{Abstract} \lineskip 1\p@ \normallineskip 1\p@ \def\baselinestretch{1} \frenchspacing \def\cropwidth{297mm} \def\cropheight{210mm} \def\cropleft{0mm} \def\croptop{0mm} \def\FullCopyrightText{} \def\copyrightholder#1{\def\@copyrightholder{#1}} \newdimen\@frontmatterwidth \def\@overtitleskip{69\p@} \def\@overhistoryskip{\z@} \def\@undertitleskip{\z@} \def\@overkeywordskip{12\p@} \def\@overabstractskip{8\p@} \def\@overcaptionskip{8\p@} \def\@preabstractskip{24\p@ \@plus 6\p@ \@minus 3\p@} \def\@belowfmskip{18\p@} \def\@bibliosize{\small} \def\@historysize{\small} \def\@keywordsize{\small} \def\@overaddressskip{2pt} \def\@titlesize{\Large\bfseries} \def\@bibitemsep{0.3\@bls \@plus 0.1\@bls \@minus 0.1\@bls} \def\@authorsize{\large} \def\@keywordheading{{\it Key words: \ }} \def\@addressstyle{\small\itshape} \def\@captionsize{\small} \def\@tablecaptionsize{\@captionsize} \def\@figurecaptionsize{\@captionsize} \def\@tablesize{\small} \def\@keywordwidth{.8\textwidth} \def\@abstractwidth{.8\textwidth} \def\@fignumfont#1{#1} \def\@secnumfont#1{\upshape} \def\@catchlinesize{\footnotesize} \def\@runheadsize{\normalsize} \def\@narrowdisplaywidth{259pt} \def\etal{et al.} \def\AND{\&} \def\@Colofonheight{1cm} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xiipt{14.5}% \abovedisplayskip 12\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@xipt{13.6}% \abovedisplayskip 11\p@ \@plus3\p@ minus6\p@ \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus3\p@ \belowdisplayshortskip 6.5\p@ \@plus3.5\p@ minus3\p@ \def\@listi{\leftmargin\leftmargini \parsep 4.5\p@ \@plus2\p@ minus\p@ \itemsep \parsep \topsep 9\p@ \@plus3\p@ minus5\p@}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xivpt{18}} \def\Large{\@setfontsize\Large\@xviipt{22}} \def\LARGE{\@setfontsize\LARGE\@xxpt{22}} \def\huge{\@setfontsize\huge\@xxvpt{27}} \let\Huge=\huge \normalsize % Choose the normalsize font. \newdimen\@bls % Several dimensions are \@bls=\baselineskip % expressed in terms of this. \if at twoside % Values for two-sided printing: \oddsidemargin 20\p@ % Left margin on odd-numbered pages. \evensidemargin 20\p@ % Left margin on even-numbered pages. \marginparwidth 10\p@ % \@Width of marginal notes. \else % Values for one-sided printing: \oddsidemargin 20\p@ % Left margin on odd-numbered pages. \evensidemargin 20\p@ % Left margin on even-numbered pages. \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight \z@ % \@Height of box containing running head. \headsep \z@ % Space between running head and text. \footskip 40\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \@tempdima=651pt \advance\@tempdima -\topskip \@tempcnta=\@tempdima \@tempdimb=\@blstr\@bls \@tempcntb=\@tempdimb \divide\@tempcnta\@tempcntb \textheight\@tempdimb \multiply\textheight\@tempcnta \advance\textheight\topskip \textwidth 33pc % \@Width of text line. % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 8.4\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip 1pc \@plus 1\p@ % Extra vertical space between paragraphs. \parindent \z@ % Indentation of each paragraph. \newskip\eqntopsep % Extra vertical space, in addition to \eqntopsep 12\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \newdimen\eqnarraycolsep % Half the space between columns \eqnarraycolsep 1\p@ % in an \eqnarray. \@lowpenalty 51 % Produced by \nopagebreak[1] or \nolinebreak[1] \@medpenalty 151 % Produced by \nopagebreak[2] or \nolinebreak[2] \@highpenalty 301 % Produced by \nopagebreak[3] or \nolinebreak[3] \@beginparpenalty -\@lowpenalty % Before a list or paragraph environment. \@endparpenalty -\@lowpenalty % After a list or paragraph environment. \@itempenalty -\@lowpenalty % Between list items. \def\section{\@startsection{section}{1}{\z@}{1.5\@bls \@plus .4\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries}} \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalsize\bfseries}} \setcounter{secnumdepth}{4} \def\half at em{\hskip 0.5em} \def\lb at part{PART \thepart.\half at em} \def\lb at empty@part{PART \thepart} \def\lb at section{\thesection.\half at em} \def\lb at empty@section{\thesection} \def\lb at subsection{\thesubsection.\half at em} \def\lb at empty@subsection{\thesubsection} \def\lb at subsubsection{\thesubsubsection.\half at em} \def\lb at empty@subsubsection{\thesubsubsection} \def\lb at paragraph{\theparagraph.\half at em} \def\lb at empty@paragraph{\theparagraph} \def\lb at subparagraph{\thesubparagraph.\half at em} \def\lb at empty@subparagraph{\thesubparagraph} \def\head at format#1#2{#2} \def\head at style{\interlinepenalty\@M \hyphenpenalty\@M \exhyphenpenalty\@M \rightskip \z@ \@plus 0.5\hsize \relax } \def\app at number#1{\setcounter{#1}{0}% \@addtoreset{#1}{section}% \@namedef{the#1}{\thesection.\arabic{#1}}} \def\appendix{\@ifstar{\appendix at star}{\appendix at nostar}} \def\appendix at nostar{% \def\lb at section{\appendixname\ \thesection.\half at em} \def\lb at empty@section{\appendixname\ \thesection} \setcounter{section}{0}\def\thesection{\Alph{section}}% \setcounter{subsection}{0}% \setcounter{subsubsection}{0}% \setcounter{paragraph}{0}% \app at number{equation}\app at number{figure}\app at number{table}} \def\appendix at star{% \def\lb at section{\appendixname}\let\lb at empty@section\lb at section \setcounter{section}{0}\def\thesection{\Alph{section}}% \setcounter{subsection}{0}% \setcounter{subsubsection}{0}% \setcounter{paragraph}{0}% \app at number{equation}\app at number{figure}\app at number{table}} \def\ack{\section*{Acknowledgements}% \addtocontents{toc}{\protect\vspace{6pt}}% \addcontentsline{toc}{section}{Acknowledgements}% } \@namedef{ack*}{\par\vskip 3.0ex \@plus 1.0ex \@minus 1.0ex} \let\endack\par \@namedef{endack*}{\par} \newdimen\labelwidthi \newdimen\labelwidthii \newdimen\labelwidthiii \newdimen\labelwidthiv \def\normal at labelsep{0.5em} \labelsep\normal at labelsep \settowidth{\labelwidthi}{(iii)} \settowidth{\labelwidthii}{(d)} \settowidth{\labelwidthiii}{(iii)} \settowidth{\labelwidthiv}{(M)} \leftmargini\labelwidthi \advance\leftmargini\labelsep \leftmarginii\labelwidthii \advance\leftmarginii\labelsep \leftmarginiii\labelwidthiii \advance\leftmarginiii\labelsep \leftmarginiv\labelwidthiv \advance\leftmarginiv\labelsep \def\setleftmargin#1#2{\settowidth{\@tempdima}{#2}\labelsep\normal at labelsep \csname labelwidth#1\endcsname\@tempdima \@tempdimb\@tempdima \advance\@tempdimb\labelsep \csname leftmargin#1\endcsname\@tempdimb} \def\@listI{\leftmargin\leftmargini \labelwidth\labelwidthi \labelsep\normal at labelsep \topsep \z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listii{\leftmargin\leftmarginii \labelwidth\labelwidthii \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listiii{\leftmargin\leftmarginiii \labelwidth\labelwidthiii \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \def\@listiv{\leftmargin\leftmarginiv \labelwidth\labelwidthiv \labelsep\normal at labelsep \topsep\z@ \partopsep\z@ \parsep\z@ \itemsep\z@ \listparindent 1em} \let\@listi\@listI \@listi \def\left at label#1{{#1}\hss} \def\right at label#1{\hss\llap{#1}} \def\thick at label#1{\hspace\labelsep #1} \newcount\@maxlistdepth \@maxlistdepth=4 \def\labelitemi{$\bullet$} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\arabic{enumi}} \def\labelenumii{(\alph{enumii})} \def\theenumii{\theenumi\alph{enumii}} \def\labelenumiii{(\roman{enumiii})}\def\theenumiii{\theenumii.\roman{enumiii}} \def\labelenumiv{(\Alph{enumiv})} \def\theenumiv{\theenumiii.\Alph{enumiv}} \def\enumerate{% \ifnum \@enumdepth >\@maxlistdepth \@toodeep \else \advance\@enumdepth \@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \list{\csname label\@enumctr\endcsname}% {\usecounter{\@enumctr} \let\makelabel=\right at label} \fi} \def\itemize{% \ifnum \@itemdepth >\@maxlistdepth \@toodeep \else \advance\@itemdepth \@ne \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% \setleftmargin{i}{--}% \setleftmargin{ii}{$\cdot$}% \list{\csname\@itemitem\endcsname}% {\let\makelabel\right at label} \fi} \def\verse{\let\\=\@centercr \list{}{\itemsep\z@ \itemindent \z@ \listparindent\z@ \rightmargin 1em \leftmargin \rightmargin}\item[]} \let\endverse\endlist \def\quotation{\list{}{\itemindent\z@ \leftmargin 1em \rightmargin \z@ \parsep \z@ \@plus 1pt}\item[]} \let\endquotation=\endlist \def\quote{\list{}{\itemindent\z@ \leftmargin 1em \rightmargin \z@}% \item[]} \let\endquote=\endlist \def\descriptionlabel#1{\hspace\labelsep \bfseries #1} \def\description{\list{}{\labelwidth\z@ \leftmargin 1em \itemindent-\leftmargin \let\makelabel\descriptionlabel}} \let\enddescription\endlist \def\@atfmtname{atlplain} \ifx\fmtname\@atfmtname \def\neq{\not\nobreak\mkern -2mu =}% \let\ne\neq \fi \def\operatorname#1{\mathop{\mathrm{#1}}\nolimits} \def\lefteqn#1{\hbox to\z@{$\displaystyle {#1}$\hss}} \newskip\eqnbaselineskip % Standard interline spacing in an {eqnarray} \jot=2\p@ \newskip\eqnlineskip % Minimal space between the bottom of % a line and the top of the next line. \eqnbaselineskip=14\p@ \eqnlineskip=2\p@ \newdimen\mathindent \if at TwoColumn \mathindent 0em \else \mathindent 2em \fi \if at narrowdisplay \def\calcmathindent{% \mathindent\linewidth\relax \advance\mathindent-\@narrowdisplaywidth} \else \let\calcmathindent\relax \fi \def\[{\relax\ifmmode\@badmath \else%\bgroup removed on request from BW (1993-05-17) \@beginparpenalty\predisplaypenalty \@endparpenalty\postdisplaypenalty \calcmathindent \begin{trivlist}\@topsep \eqntopsep % used by first \item \@topsepadd \eqntopsep % used by \@endparenv \item[]\leavevmode \hbox to\linewidth\bgroup$ \displaystyle \hskip\mathindent\bgroup\fi} \def\]{\relax\ifmmode \egroup $\hfil \egroup \end{trivlist}% \egroup removed on request from BW (1993-05-17) \else \@badmath \fi} \def\equation{\@beginparpenalty\predisplaypenalty \@endparpenalty\postdisplaypenalty \refstepcounter{equation}\trivlist \@topsep \eqntopsep % used by first \item \@topsepadd \eqntopsep % used by \@endparenv \calcmathindent \item[]\leavevmode \hbox to\linewidth\bgroup $ \displaystyle \hskip\mathindent\bgroup} \def\endequation{\egroup$\hfil \displaywidth\linewidth \@eqnnum\egroup \endtrivlist} \def\eqnarray{% \par %BW \noindent %BW \baselineskip\eqnbaselineskip\lineskip\eqnlineskip %BW \lineskiplimit\eqnlineskip %BW \calcmathindent \stepcounter{equation}% \let\@currentlabel=\theequation \global\@eqnswtrue \global\@eqcnt\z@ \tabskip\mathindent \let\\=\@eqncr \abovedisplayskip\eqntopsep\ifvmode\advance\abovedisplayskip\partopsep\fi \belowdisplayskip\abovedisplayskip \belowdisplayshortskip\abovedisplayskip \abovedisplayshortskip\abovedisplayskip $$\halign to \displaywidth\bgroup\@eqnsel \pre at coli$\displaystyle\tabskip\z@{##}$\post at coli &\global\@eqcnt\@ne \pre at colii$\displaystyle{##}$\post at colii &\global\@eqcnt\tw@ \pre at coliii $\displaystyle\tabskip\z@{##}$\post at coliii \tabskip\@centering&\llap{##}\tabskip\z@\cr } \def\endeqnarray{\@@eqncr\egroup \global\advance\c at equation\m at ne$$\global\@ignoretrue } \def\pre at coli{\hskip\@centering} \def\post at coli{} \def\pre at colii{\hskip 2\eqnarraycolsep \hfil} \def\post at colii{\hfil} \def\pre at coliii{\hskip 2\eqnarraycolsep} \def\post at coliii{\hfil} \arraycolsep 2\p@ % Half the space between columns in array environment. \tabcolsep 6\p@ % idem in tabular environment. \def\arraystretch{1.5} % More vertical space in tables \arrayrulewidth 0.4\p@ % \@Width of rules and space between adjacent \doublerulesep 2\p@ % rules in any of these two environments. \newdimen\rulepreskip \newdimen\rulepostskip \rulepreskip=4\p@ \rulepostskip=6\p@ \tabbingsep \labelsep % Space used by the \' command. (See LaTeX{} manual.) \skip\@mpfootins = 6\p@ \@plus 2\p@ % Space between last line of text and % top of first footnote. \fboxsep = 7\p@ % Space left between box and text by \fbox and \framebox. \fboxrule = 0.4\p@ % \@Width of rules in box made by \fbox and \framebox. \newcounter{section} \newcounter{subsection}[section] \newcounter{subsubsection}[subsection] \newcounter{paragraph}[subsubsection] \newcounter{subparagraph}[paragraph] \if at seceqn \@addtoreset{equation}{section} \def\theequation{\arabic{section}.\arabic{equation}} \else \def\theequation{\arabic{equation}} \fi \def\thesection {\arabic{section}} \def\thesubsection {\thesection.\arabic{subsection}} \def\thesubsubsection{\thesubsection.\arabic{subsubsection}} \def\theparagraph {\thesubsubsection.\arabic{paragraph}} \def\thesubparagraph {\theparagraph.\arabic{subparagraph}} \@addtoreset{section}{part} % reset section numbers at beginning of part \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit} \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl} \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc} \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal} \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal} \RequirePackage{latexsym} \def\qed{\relax\ifmmode\hskip2em \Box\else\unskip\nobreak\hskip1em $\Box$\fi} \def\proof at headerfont{\upshape\bfseries} \if at amsthm \RequirePackage{amsthm}% \def\th at plain{% \thm at preskip\parskip \thm at postskip\z@ \itshape % body font } \def\th at definition{% \thm at preskip\parskip \thm at postskip\z@ \normalfont % body font } \def\th at remark{% \thm at headfont{\itshape}% \normalfont % body font \thm at preskip\parskip \divide\thm at preskip\tw@ \thm at postskip\z@ } \else\let\theoremstyle\@gobble\fi \newenvironment{pf}% {\par\addvspace{\@bls \@plus 0.5\@bls \@minus 0.1\@bls}\noindent {\bfseries\Elproofname}\enspace\ignorespaces}% {\par\addvspace{\@bls \@plus 0.5\@bls \@minus 0.1\@bls}} \def\Elproofname{PROOF.} \@namedef{pf*}#1{\par\begingroup\def\Elproofname{#1}\pf\endgroup\ignorespaces} \expandafter\let\csname endpf*\endcsname=\endpf \theoremstyle{plain} \if at secthm \newtheorem{thm}{Theorem}[section] \@addtoreset{thm}{section} \else \newtheorem{thm}{Theorem} \fi \newtheorem{cor}[thm]{Corollary} \newtheorem{lem}[thm]{Lemma} \newtheorem{claim}[thm]{Claim} \newtheorem{axiom}[thm]{Axiom} \newtheorem{conj}[thm]{Conjecture} \newtheorem{fact}[thm]{Fact} \newtheorem{hypo}[thm]{Hypothesis} \newtheorem{assum}[thm]{Assumption} \newtheorem{prop}[thm]{Proposition} \newtheorem{crit}[thm]{Criterion} \theoremstyle{definition} \newtheorem{defn}[thm]{Definition} \newtheorem{exmp}[thm]{Example} \newtheorem{rem}[thm]{Remark} \newtheorem{prob}[thm]{Problem} \newtheorem{prin}[thm]{Principle} \newtheorem{alg}{Algorithm} \long\def\@makealgocaption#1#2{\vskip 2ex \small \hbox to \hsize{\parbox[t]{\hsize}{{\bfseries #1.} #2}}} \newcounter{algorithm} \def\thealgorithm{\@arabic\c at algorithm} \def\fps at algorithm{tbp} \def\ftype at algorithm{4} \def\ext at algorithm{lof} \def\fnum at algorithm{Algorithm \thealgorithm} \def\algorithm{\let\@makecaption\@makealgocaption\@float{algorithm}} \let\endalgorithm\end at float \newtheorem{note}{Note} \newtheorem{summ}{Summary} \newtheorem{case}{Case} \def\@pnumwidth{2.55em} \def\@tocrmarg{2.55em \@plus 5em} \def\@dotsep{-2.5} \setcounter{tocdepth}{2} \newcommand\listoffigures{% \section*{\listfigurename \@mkboth{\MakeUppercase\listfigurename}% {\MakeUppercase\listfigurename}}% \@starttoc{lof}% } \newcommand*\l at figure{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand\listoftables{% \section*{\listtablename \@mkboth{% \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}% \@starttoc{lot}% } \let\l at table\l at figure \def\tableofcontents{% \begin{small} \leftline {{\bfseries \contentsname\/}} \setcounter{secnumdepth}{4}% \setcounter{tocdepth}{2}% {\@starttoc{toc}}% \end{small} } \newcommand*\l at section{\@dottedtocline{1}{1.5em}{2.3em}} \newcommand*\l at subsection{\@dottedtocline{2}{1.5em}{2.3em}} \newcommand*\l at subsubsection{\@dottedtocline{3}{3.8em}{3.2em}} \newcommand*\l at paragraph{\@dottedtocline{4}{7.0em}{4.1em}} \newcommand*\l at subparagraph{\@dottedtocline{5}{10em}{5em}} \def\@dotsep{2000} \def\thebibliography{% \@startsection{section}{1}{\z@}{20\p@ \@plus 8\p@ \@minus 4pt} {\@bls}{\normalsize\bfseries}*{\refname}% \addcontentsline{toc}{section}{\refname}% \@thebibliography} \let\endthebibliography=\endlist \def\@thebibliography#1{\@bibliosize \list{\@biblabel{\arabic{enumiv}}}{\settowidth\labelwidth{\@biblabel{#1}} \if at nameyear \labelwidth\z@ \labelsep\z@ \leftmargin\parindent \itemindent-\parindent \else \labelsep 3\p@ \itemindent\z@ \leftmargin\labelwidth \advance\leftmargin\labelsep \fi \itemsep\@bibitemsep \usecounter{enumiv}\let\p at enumiv\@empty \def\theenumiv{\arabic{enumiv}}}% \tolerance\@M \hyphenpenalty\@M \hbadness5000 \sfcode`\.=1000\relax} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \if at nameyear \def\@biblabel#1{} \else \def\@biblabel#1{[#1]\hskip \z@ \@plus 1filll} \fi \let\make at bb@error\relax \def\@mkbberr{\def\bibitem{\ClassError{elsart}% {Bibitem after note}% {You are using a bibitem after a note in a subbibitems environment;\MessageBreak note should the last item in a subbibitems environment}}} \def\@itemnote{\make at bb@error\item[]} \def\mk at noitemnote{\ifx\@tempa\note \let\note\@noitemnote \fi} \def\@noitemnote{\let\note\@itemnote} \AtBeginDocument{% \let\nopeek at bibitem\@bibitem \let\nopeek at lbibitem\@lbibitem \def\@bibitem#1{\let\note\@itemnote\nopeek at bibitem{#1}% \futurelet\@tempa\mk at noitemnote} \def\@lbibitem[#1]#2{\let\note\@itemnote\nopeek at lbibitem[#1]{#2}% \futurelet\@tempa\mk at noitemnote} } \newif\if at natbibloaded\@natbibloadedfalse \AtBeginDocument{\@ifpackageloaded{natbib}{\@natbibloadedtrue}{}} \newenvironment{subbibitems}[1]{% \if at natbibloaded\def\bib at ctr{NAT at ctr}\else\def\bib at ctr{enumiv}\fi \if at filesw {\let \protect \noexpand \immediate \write \@auxout {\string \nocollapse at cites}% \global\let\nocollapse at cites\relax}\fi \def\@itemslabel{#1}% \stepcounter{\bib at ctr}% \edef\main at bibnum{\the\value{\bib at ctr}}% \setcounter{\bib at ctr}{0}% \def\thebib at ctr{\main at bibnum\alph{\bib at ctr}}% \if at natbibloaded \def\bibitem{\@ifnextchar [{\@lbibitem }{\global \NAT at stdbsttrue \stepcounter {\bib at ctr}\@lbibitem [\thebib at ctr]}}% \else \def\@bibitem##1{\stepcounter{\bib at ctr}\@lbibitem[\thebib at ctr]{##1}}% \fi \let\make at bb@error\@mkbberr }{% \if at filesw {% \if at natbibloaded{% \let\protect\noexpand \immediate\write\@auxout {\string\bibcite{\@itemslabel}% {{\main at bibnum a--\alph {\bib at ctr}}{}{{}}{{}}}}% \immediate\write\@auxout {\string\bibcite{\@itemslabel :s}% {{\main at bibnum}{}{{}}{{}}}}% }\else{% \let\protect\noexpand \immediate\write\@auxout {\string\bibcite{\@itemslabel}% {\main at bibnum a--\alph{\bib at ctr}}}% \immediate\write\@auxout {\string\bibcite{\@itemslabel :s}% {\main at bibnum}}% }\fi }\fi \setcounter{\bib at ctr}{\main at bibnum}% } \let\nocollapse at citex\@citex \newcount\@tempcntc \def\collapse at citex[#1]#2{\if at filesw\immediate\write\@auxout{\string\citation{#2}}\fi \@tempcnta\z@\@tempcntb\m at ne\def\@citea{}\@cite{\@for\@citeb:=#2\do {\edef\@citeb{\expandafter\@firstofone\@citeb\@empty}% \@ifundefined {b@\@citeb}{\@citeo\@tempcntb\m at ne\@citea\def\@citea{,}{\bfseries ?}\@warning {Citation `\@citeb' on page \thepage \space undefined}}% {\setbox\z@\hbox{\global\@tempcntc0\csname b@\@citeb\endcsname\relax}% \ifnum\@tempcntc=\z@ \@citeo\@tempcntb\m at ne \@citea\def\@citea{,}\hbox{\csname b@\@citeb\endcsname}% \else \advance\@tempcntb\@ne \ifnum\@tempcntb=\@tempcntc \else\advance\@tempcntb\m at ne\@citeo \@tempcnta\@tempcntc\@tempcntb\@tempcntc\fi\fi}}\@citeo}{#1}} \let\@citex\collapse at citex \def\nocollapse at cites{% \@ifpackageloaded{hyperref}{}{\global\let\@citex\nocollapse at citex}% \global\let\nocollapse at cites\relax} \def\@citeo{\ifnum\@tempcnta>\@tempcntb\else\@citea\def\@citea{,}% \ifnum\@tempcnta=\@tempcntb\the\@tempcnta\else {\advance\@tempcnta\@ne\ifnum\@tempcnta=\@tempcntb \else \def\@citea{--}\fi \advance\@tempcnta\m at ne\the\@tempcnta\@citea\the\@tempcntb}\fi\fi} \@namedef{cv*}{\section*{Curriculum Vitae}\cv} \def\cv{\hangindent=7pc \hangafter=-12 \parskip\bigskipamount \small} \def\footnote{\@ifnextchar[{\@xfootnote}{\refstepcounter {\@mpfn}\protected at xdef\@thefnmark{\thempfn}\@footnotemark\@footnotetext}} \def\footnotemark{\@ifnextchar[{\@xfootnotemark }{\refstepcounter{footnote}\xdef\@thefnmark{\thefootnote}\@footnotemark}} \def\footnoterule{\kern-3\p@ \hrule \@width 3pc % The \hrule has default \@height of 0.4pt. \kern 2.6\p@} \def\thempfootnote{\alph{mpfootnote}} \def\mpfootnotemark{% \@ifnextchar[{\@xmpfootnotemark}{\stepcounter{mpfootnote}% \begingroup \let\protect\noexpand \xdef\@thefnmark{\thempfootnote}% \endgroup \@footnotemark}} \def\@xmpfootnotemark[#1]{% \begingroup \c at mpfootnote #1\relax \let\protect\noexpand \xdef\@thefnmark{\thempfootnote}% \endgroup \@footnotemark} \def\@mpmakefnmark{\,\hbox{$^{\mathrm{\@thefnmark}}$}} \long\def\@mpmakefntext#1{\noindent \hbox{$^{\mathrm{\@thefnmark}}$} #1} \def\@iiiminipage#1#2[#3]#4{% \leavevmode \@pboxswfalse \setlength\@tempdima{#4}% \def\@mpargs{{#1}{#2}[#3]{#4}}% \setbox\@tempboxa\vbox\bgroup \color at begingroup \hsize\@tempdima \textwidth\hsize \columnwidth\hsize \@parboxrestore \def\@mpfn{mpfootnote}\def\thempfn{\thempfootnote}\c at mpfootnote\z@ \let\@footnotetext\@mpfootnotetext \let\@makefntext\@mpmakefntext \let\@makefnmark\@mpmakefnmark \let\@listdepth\@mplistdepth \@mplistdepth\z@ \@minipagerestore\global\@minipagetrue %% \global added 24 May 89 \everypar{\global\@minipagefalse\everypar{}}} \def\fn at presym{} \long\def\@makefntext#1{\noindent\hbox to 1em {$^{\fn at presym\mathrm{\@thefnmark}}$\hss}#1} \def\@makefnmark{\,\hbox{$^{\fn at presym\mathrm{\@thefnmark}}$}\,} \def\patched at end@dblfloat{% \if at twocolumn \par\vskip\z at skip %% \par\vskip\z@ added 15 Dec 87 \global\@minipagefalse \outer at nobreak \egroup %% end of vbox \color at endbox \ifnum\@floatpenalty <\z@ \@largefloatcheck \@cons\@dbldeferlist\@currbox \fi \ifnum \@floatpenalty =-\@Mii \@Esphack\fi \else \end at float \fi } \setcounter{topnumber}{5} \def\topfraction{0.99} \def\textfraction{0.05} \def\floatpagefraction{0.9} \setcounter{bottomnumber}{5} \def\bottomfraction{0.99} \setcounter{totalnumber}{10} \def\dbltopfraction{0.99} \def\dblfloatpagefraction{0.8} \setcounter{dbltopnumber}{5} \long\def\@maketablecaption#1#2{\@tablecaptionsize \global \@minipagefalse \hbox to \hsize{\parbox[t]{\hsize}{#1 \\ #2}}} \long\def\@makefigurecaption#1#2{\@figurecaptionsize \vskip \@overcaptionskip \setbox\@tempboxa\hbox{#1. #2} \ifdim \wd\@tempboxa >\hsize % IF longer than one line THEN \unhbox\@tempboxa\par % set as justified paragraph \else % ELSE \global \@minipagefalse \hbox to\hsize{\hfil\box\@tempboxa\hfil}% center single line. \fi} \def\@makecaption{\@makefigurecaption} \def\conttablecaption{\par \begingroup \@parboxrestore \normalsize \@makecaption{\fnum at table\,---\,continued}{}\par \vskip-1pc \endgroup} \def\contfigurecaption{\vskip-1pc \par \begingroup \@parboxrestore \@captionsize \@makecaption{\fnum at figure\,---\,continued}{}\par \endgroup} \newcounter{figure} \def\thefigure{\@arabic\c at figure} \def\fps at figure{tbp} \def\ftype at figure{1} \def\ext at figure{lof} \def\fnum at figure{\figurename~\thefigure} \def\figure{% \let\@makecaption\@makefigurecaption \let\contcaption\contfigurecaption \@float{figure}} \let\endfigure\end at float \@namedef{figure*}{% \let\@makecaption\@makefigurecaption \let\contcaption\contfigurecaption \@dblfloat{figure}} \@namedef{endfigure*}{\end at dblfloat} \newcounter{table} \def\thetable{\@arabic\c at table} \def\fps at table{tbp} \def\ftype at table{2} \def\ext at table{lot} \def\fnum at table{\tablename~\thetable} \let\old at floatboxreset\@floatboxreset \def\table{% \let\@makecaption\@maketablecaption \def\@floatboxreset{% \old at floatboxreset \@tablesize }% \let\footnoterule\relax \let\contcaption\conttablecaption \@float{table}} \let\endtable\end at float \@namedef{table*}{% \let\@makecaption\@maketablecaption \def\@floatboxreset{% \old at floatboxreset \@tablesize }% \let\footnoterule\relax \let\contcaption\conttablecaption \@dblfloat{table}} \@namedef{endtable*}{\end at dblfloat} \newtoks\t at glob@notes % List of all notes \newtoks\t at loc@notes % List of notes for one element \newcount\note at cnt % Number of notes per element \newtoks\corauth at text \newtoks\email at text \newtoks\url at text \newcounter{corauth} \newcounter{author} % Author counter \newcount\n at author % Total number of authors \def\n at author@{1} % idem, read from .aux file \newcounter{collab} % Collaboration counter \newcount\n at collab % Total number of collaborations \def\n at collab@{} % idem, read from .aux file \newcounter{address} % Address counter \def\theHaddress{\arabic{address}}% for hyperref \newdimen\sv at mathsurround % Dimen register to save \mathsurround \newcount\sv at hyphenpenalty % Count register to save \hyphenpenalty \newcount\prev at elem \prev at elem=0 % Variables to keep track of \newcount\cur at elem \cur at elem=0 % types of elements that are processed \chardef\e at title=1 \chardef\e at subtitle=1 \chardef\e at author=2 \chardef\e at collab=3 \chardef\e at address=4 \newif\if at newelem % Switch to new type of element? \newif\if at firstauthor % First author or collaboration? \newif\if at preface % If preface: omit history and abstract \newif\if at hasabstract % If abstract / keywords: do not omit rules \newif\if at haskeywords % If abstract / keywords: do not omit rules \newbox\fm at box % Box for collected front matter \newdimen\fm at size % Total height of \fm at box \newbox\t at abstract % Box for abstract \newbox\t at keyword % Box for keyword abstract \let\report at elt\@gobble \def\add at tok#1#2{\global#1\expandafter{\the#1#2}} \def\add at xtok#1#2{\begingroup \no at harm \xdef\@act{\global\noexpand#1{\the#1#2}}\@act \endgroup} \def\beg at elem{\global\t at loc@notes={}\global\note at cnt\z@} \def\@xnamedef#1{\expandafter\xdef\csname #1\endcsname} \def\no at harm{% \let\\=\relax \let\rm\relax \let\ss=\relax \let\ae=\relax \let\oe=\relax \let\AE=\relax \let\OE=\relax \let\o=\relax \let\O=\relax \let\i=\relax \let\j=\relax \let\aa=\relax \let\AA=\relax \let\l=\relax \let\L=\relax \let\d=\relax \let\b=\relax \let\c=\relax \let\bar=\relax \def\protect{\noexpand\protect\noexpand}} \def\proc at elem#1#2{\begingroup \no at harm % make a few instructions harmless \let\thanksref\@gobble % remove \thanksref from element \let\corauthref\@gobble \@xnamedef{@#1}{#2}% % and store as \@#1 \let\thanksref\add at thanksref \let\corauthref\add at thanksref \setbox\@tempboxa\hbox{#2}% \endgroup \prev at elem=\cur at elem % keep track of type of previous \cur at elem=\csname e@#1\endcsname % and current element } \def\add at thanksref#1{\global\advance\note at cnt\@ne \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{\ref{#1}}} \def\note at sep{,} \def\thanks{\@ifnextchar[{\@tempswatrue \thanks at optarg}{\@tempswafalse\thanks at optarg[]}} \def\thanks at optarg[#1]#2{\refstepcounter{footnote}% \if at tempswa\label{#1}\else\relax\fi \add at tok\t at glob@notes{\footnotetext}% \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \ignorespaces} \def\corauth{\@ifnextchar[{\@tempswatrue \corauth at optarg}{\@tempswafalse\corauth at optarg[]}} \def\corauth at optarg[#1]#2{\refstepcounter{corauth}% \if at tempswa\label{#1}\else\relax\fi \add at tok\corauth at text{\footnotetext}% \add at xtok\corauth at text{[\the\c at corauth]}% \add at tok\corauth at text{{#2}}\ignorespaces} \newcommand\ead[1][email]{% \add at eadcomma{#1}% \expandafter\ifcase\csname has at ead@#1\endcsname \expandafter\global\expandafter\chardef \csname has at ead@#1\endcsname=1\relax\else \expandafter\global\expandafter\chardef \csname has at ead@#1\endcsname=2\relax\fi \add at ead{#1}% } \def\add at ead#1#2{% \expandafter\add at tok\csname #1 at text\endcsname{\texttt{#2}\ead at au}% \expandafter\add at xtok\csname #1 at text\endcsname{{\@author}}% \ignorespaces } \def\add at eadcomma#1{% \expandafter\ifcase\csname has at ead@#1\endcsname\else \expandafter\add at tok\csname #1 at text\endcsname{, }\fi } \let\@ead at au\@empty \def\ead at newau{\ifx\@ead at au\@empty\else\ead at addau\@ead at au \let\@ead at au\@empty\fi} \let\ead at endau\ead at newau \def\ead at addau#1{ (#1)} \def\ead at au#1{\def\@ead at au{#1}} \def\email at name{Email address} \def\emails at name{Email addresses} \chardef\has at ead@email=0 \def\url at name{URL} \def\urls at name{URLs} \chardef\has at ead@url=0 \let\real at refstepcounter\refstepcounter \def\footnote{\@ifnextchar[{\@xfootnote}{\real at refstepcounter {\@mpfn}\protected at xdef\@thefnmark{\thempfn}\@footnotemark\@footnotetext}} \def\footnotemark{\@ifnextchar[{\@xfootnotemark }{\real at refstepcounter{footnote}\xdef\@thefnmark{\thefootnote}\@footnotemark}} \def\footnoterule{\kern-3\p@ \hrule \@width 3pc % The \hrule has default \@height of 0.4pt. \kern 2.6\p@} \let\report at elt\@gobble \newenvironment{NoHyper}{}{} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \parskip 4\p@ \open at fm \ignorespaces} \def\preface{\@prefacetrue} \def\endfrontmatter{% \ifx\@runauthor\relax \global\let\@runauthor\@runningauthor \fi \global\n at author=\c at author \global\n at collab=\c at collab \@writecount \global\@topnum\z@ \thispagestyle{copyright}% % Format rest of front matter: \if at preface \else % IF not preface THEN \vskip \@overhistoryskip \history at fmt % print history (received, ...) \newcount\c at sv@footnote \global\c at sv@footnote=\c at footnote % save current footnote number \if at hasabstract % IF abstract/ keywords THEN \vskip \@preabstractskip % Space above rule \hrule height 0.4\p@ % Rule above abstract/keywords \vskip 8\p@ \unvbox\t at abstract % print abstract, if any \fi \if at haskeywords % IF keywords THEN \vskip \@overkeywordskip \unvbox\t at keyword % Keyword abstract, if any \fi % FI \vskip 10\p@ \hrule height 0.4\p@ % rule below abstract/keywords \dedicated at fmt % print dedication \vskip \@belowfmskip % Vertical space below frontmatter \fi % FI \close at fm % Close front matter material. \output at glob@notes % Put notes at bottom of 1st page \global\c at footnote=\c at sv@footnote % restore footnote number \global\@prefacefalse \global\leftskip\z@ % Restore the normal values of \global\@rightskip\z@ % \leftskip, \global\rightskip\@rightskip % \rightskip and \global\mathsurround\sv at mathsurround % \mathsurround. \let\title\relax \let\author\relax \let\collab\relax \let\address\relax \let\frontmatter\relax \let\endfrontmatter\relax \let\@maketitle\relax \let\@@maketitle\relax \normal at text } \let\maketitle\relax \newdimen\t at xtheight \t at xtheight\textheight \advance\t at xtheight-\splittopskip \def\open at fm{\global\setbox\fm at box=\vbox\bgroup \hsize=\@frontmatterwidth % Front matter is page-wide by default \centering % and centered \sv at hyphenpenalty\hyphenpenalty % (save \hyphenpenalty) \hyphenpenalty\@M} % and not hyphenated \def\close at fm{\egroup % close \vbox (\fm at box) \fm at size=\dp\fm at box \advance\fm at size by \ht\fm at box \@whiledim\fm at size>\t at xtheight \do{% \global\setbox\@tempboxa=\vsplit\fm at box to \t at xtheight \unvbox\@tempboxa \newpage \fm at size=\dp\fm at box \advance\fm at size by \ht\fm at box} \if at TwoColumn \emergencystretch=1pc \twocolumn[\unvbox\fm at box] \else \unvbox\fm at box \fi} \def\output at glob@notes{\bgroup \the\t at glob@notes \egroup} \def\justify at off{\let\\=\@normalcr \leftskip\z@ \@rightskip\@flushglue \rightskip\@rightskip} \def\justify at on{\let\\=\@normalcr \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip} \def\normal at text{\global\let\\=\@normalcr \global\leftskip\z@ \global\@rightskip\z@ \global\rightskip\@rightskip \global\parfillskip\@flushglue} \def\@writecount{\write\@mainaux{\string\global \string\@namedef{n at author@}{\the\n at author}}% \write\@mainaux{\string\global\string \@namedef{n at collab@}{\the\n at collab}}} \def\title#1{% \beg at elem \title at note@fmt % formatting instruction \add at tok\t at glob@notes % for \thanks commands {\title at note@fmt}% \proc at elem{title}{#1}% \def\title at notes{\the\t at loc@notes}% % store the notes of the title, \title at fmt{\@title}{\title at notes}% % print the title \ignorespaces} \def\subtitle#1{% \beg at elem \proc at elem{subtitle}{#1}% \def\title at notes{\the\t at loc@notes}% % store the notes of the title, \subtitle at fmt{\@subtitle}{\title at notes}% print the title \ignorespaces} \newdimen \@logoheight \@logoheight 5pc \def\@Lhook{\vrule \@height \@logoheight \@width \z@ \vrule \@height 10\p@ \@width 0.2\p@ \vrule \@height 0.2\p@ \@width 10pt} \def\@Rhook{\vrule \@height 0.2\p@ \@width 10\p@ \vrule \@height 10\p@ \@width 0.2\p@ \vrule \@height \@logoheight \@width \z@} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{12pt} % Vertical space above title {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip \vskip24\p@ % Vertical space below title } \def\subtitle at fmt#1#2{% % No vertical space above sub-title {\@titlesize #1\,\hbox{$^{#2}$}}\par} \def\title at note@fmt{\def\thefootnote{\fnstar{footnote}}} \def\author{\@ifnextchar[{\author at optarg}{\author at optarg[]}} \def\author at optarg[#1]#2{\stepcounter{author}% \beg at elem \add at tok\email at text{\ead at newau}% \add at tok\url at text{\ead at newau}% \@for\@tempa:=#1\do{\expandafter\add at thanksref\expandafter{\@tempa}}% \report at elt{author}\proc at elem{author}{#2}% \ifnum0\n at collab@=\z@ \runningauthor at fmt \fi \author at fmt{\the\c at author}{\the\t at loc@notes}{\@author}% } \def\runningauthor at fmt{% \begingroup\no at harm \if at firstauthor \ifnum0\n at author@ > 2 \global\edef\@runningauthor{\@author\ et al.}% \else \global\let\@runningauthor\@author% \fi \else % \c at author > 1 \ifnum0\n at author@ = 2 \global\edef\@runningauthor{\@runningauthor\ \& \noexpand\@author}% \fi \fi \endgroup } \def\author at fmt#1#2#3{\@newelemtrue \if at firstauthor \first at author \global\@firstauthorfalse \fi \ifnum\prev at elem=\e at author \global\@newelemfalse \fi \if at newelem \author at fmt@init \fi \edef\@tempb{#2}\ifx\@tempb\@empty \hbox{{\author at font #3}}\else \hbox{{\author at font #3}\,$^{\mathrm{#2}}$}% \fi} \def\first at author{\author at note@fmt \corauth at mark@fmt \add at tok\t at glob@notes {\output at corauth@text \output at ead@text{email}% \output at ead@text{url}% \author at note@fmt}% }% \def\author at fmt@init{% \par \vskip 8\p@ \@plus 4\p@ \@minus 2\p@ \@authorsize \leavevmode} % Vertical space above author list \def\and{\unskip~and~} \def\collab{\@ifstar{\collab at arg}{\collab at arg}} \let\collaboration=\collab \def\collab at arg#1{\stepcounter{collab}% \if at firstauthor \first at author \global\@firstauthorfalse \fi \gdef\@runningauthor{#1}% \beg at elem \proc at elem{collab}{#1}% \collab at fmt{\the\c at collab}{\the\t at loc@notes}{\@collab}% \ignorespaces} \def\collab at fmt#1#2#3{\@newelemtrue \ifnum\prev at elem=\e at collab \global\@newelemfalse \fi \if at newelem \collab at fmt@init \fi \par % Start new paragraph \edef\@tempb{#2}\ifx\@tempb\@empty {\@authorsize #3}\else {\@authorsize #3\,$^{\mathrm{#2}}$}} \def\collab at fmt@init{\vskip 1em} % Vertical space above list \def\author at note@fmt{\setcounter{footnote}{0}% \def\thefootnote{\xarabic{footnote}}} \let\collab at note@fmt=\author at note@fmt \def\corauth at mark@fmt{\def\thecorauth{\astsymbol{corauth}}} \def\output at corauth@text{\def\thefootnote{\astsymbol{footnote}}% \the\corauth at text} \def\output at ead@text#1{% \expandafter\add at tok\csname #1 at text\endcsname{\ead at endau}% \expandafter\ifcase\csname has at ead@#1\endcsname\else {\let\thefootnote\relax \footnotetext[0]{\raggedright\textit{% \expandafter\ifcase\csname has at ead@#1\endcsname\or \csname #1 at name\endcsname\else \csname #1s at name\endcsname\fi : }% \expandafter\the\csname #1 at text\endcsname.}}% \fi} \def\xarabic#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\arabic{#1} \fi} \def\xalph#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\alph{#1} \fi} \def\xfnsymbol#1{% \expandafter\expandafter\expandafter\ifnum\expandafter\the\@nameuse{c@#1}<0 *\else\fnsymbol{#1} \fi} \def\address{\@ifstar{\address at star}% {\@ifnextchar[{\address at optarg}{\address at noptarg}}} \def\address at optarg[#1]#2{\real at refstepcounter{address}% \beg at elem \report at elt{address}\proc at elem{address}{#2}% \address at fmt{\c at address}{\the\t at loc@notes}{\@address}{#1}% \if at Elproofing\else\label{#1}\fi \ignorespaces} \def\address at noptarg#1{\real at refstepcounter{address}% \beg at elem \proc at elem{address}{#1}% \address at fmt{\z@}{\the\t at loc@notes}{\@address}{\theaddress}% \ignorespaces} \def\address at star#1{% \beg at elem \proc at elem{address}{#1}% \address at fmt{\m at ne}{\the\t at loc@notes}{\@address}{*}% \ignorespaces} \def\theaddress{\alph{address}} \def\address at fmt#1#2#3#4{\@newelemtrue \if at Elproofing\def\@eltag{#4}\else\def\@eltag{\theaddress}\fi \ifnum\prev at elem=\e at address \@newelemfalse \fi \if at newelem \address at fmt@init \fi \noindent \bgroup \@addressstyle \ifnum#1=\z@ #3\,$^{\mathrm{#2}}$\space% \else \ifnum#1=\m at ne $^{\phantom{\mathrm{\@eltag}}}$\space #3\,$^{\mathrm{#2}}$% \else $^{\mathrm{\@eltag}}\space$#3\,$^{\mathrm{#2}}$% \fi \fi \par \egroup} \def\address at fmt@init{% \par % Start new paragraph \vskip 6\p@ \@plus 3\p@ \@minus 1.5pt} \def\abstract{\@ifnextchar[{\@abstract}{\@abstract[]}} \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \small \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\endabstract{\par \egroup} \def\keyword{% \global\@haskeywordstrue % Implies rules are to be printed \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \def\sep{\unskip, } % separator for multiple keywords \def\MSC{\par\leavevmode\hbox {\it 1991 MSC:\ }}% \def\PACS{\par\leavevmode\hbox {\it PACS:\ }}% \global\setbox\t at keyword=\vbox\bgroup \@keywordsize \parskip\z@ \vskip 10\p@ \@plus 2\p@ \@minus 2\p@ % One line of space above keywords. \noindent\@keywordheading \justify at off % Keywords are not justified. \ignorespaces} \def\endkeyword{\par \egroup} \def\runtitle#1{\gdef\@runtitle{#1}} \def\runauthor#1{\gdef\@runauthor{#1}} \let\@runauthor\relax \let\@runtitle\relax \let\@runningauthor\relax \def\RUNDATE{} \def\RUNJNL{} \def\RUNART{} \def\journal#1{\gdef\@journal{#1}} \def\volume#1{\gdef\@volume{#1}} \def\@volume{0} \def\issue#1{\gdef\@issue{#1}} \def\@issue{0} \newcount\@pubyear \@pubyear=\number\year \def\company#1{\def\@company{#1}} \def\@copyrightyear{\number\year} \def\@shortenyear#1#2#3#4\\{\global\def\@shortyear{#3#4}} \expandafter\@shortenyear\the\@pubyear\\ \def\pubyear#1{\global\@pubyear#1 \expandafter\@shortenyear\the\@pubyear\\% \ignorespaces} \def\copyear#1{% \gdef\@copyrightyear{#1}% \ignorespaces} \let\copyrightyear\copyear \newcounter{firstpage} \newcounter{lastpage} \let\ESpagenumber\arabic \def\firstpage#1{\def\@tempa{#1}\ifx\@tempa\@empty\else \setcounter{firstpage}{#1}% \global\c at page=#1 \ignorespaces\fi} \setcounter{firstpage}{1} \let\realpageref\pageref \setcounter{lastpage}{0} \def\lastpage#1{\def\@tempa{#1}\ifx\@tempa\@empty\else \setcounter{lastpage}{#1}\ignorespaces\fi } \AtEndDocument{% \clearpage \addtocounter{page}{-1}% \immediate\write\@auxout{% \string\global\string\c at lastpage=\the\c at page}% \addtocounter{page}{1}% } \def\date#1{\gdef\@date{#1}} \def\@date{\today} \def\aid#1{} \def\ssdi#1#2{} \def\received#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@received{#1}\fi} \def\@received{\relax} \def\revised#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@revised{#1}\fi} \def\@revised{\relax} \def\accepted#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@accepted{#1}\fi} \def\@accepted{\relax} \def\communicated#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@communicated{#1}\fi} \def\@communicated{\relax} \def\dedicated#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@dedicated{#1}\fi} \def\@dedicated{\relax} \def\presented#1{\def\@tempa{#1}\ifx\@tempa\@empty\else\gdef\@presented{#1}\fi} \def\@presented{\relax} \def\articletype#1{\gdef\@articletype{#1}} \@ifundefined{@articletype}{\def\@articletype{}}{} \def\received at prefix{Received~} \def\revised at prefix{; revised~} \def\accepted at prefix{; accepted~} \def\communicated at prefix{; communicated~by~} \def\history at prefix{} \def\received at postfix{} \def\revised at postfix{} \def\accepted at postfix{} \def\communicated at postfix{} \def\history at postfix{} \def\empty at data{\relax} \def\history at fmt{% \bgroup \@historysize \vskip 6\p@ \@plus 2\p@ \@minus 1\p@ % Vertical space above history \ifx\@received\empty at data \else % If there is no \received, % do not print anything \leavevmode \history at prefix \received at prefix\@received \received at postfix% \ifx\@revised\empty at data \else \revised at prefix\@revised \revised at postfix% \fi \ifx\@accepted\empty at data \else \accepted at prefix\@accepted \accepted at postfix% \fi \ifx\@communicated\empty at data \else \communicated at prefix\@communicated \communicated at postfix% \fi \history at postfix \fi \par \egroup} \def\dedicated at fmt{% \ifx\@dedicated\empty at data \else \vskip 4\p@ \@plus 3\p@ \normalsize\it\centering \@dedicated \fi} \def\@alph#1{\ifcase#1\or a\or b\or c\or d\or e\or f\or g\or h\or i\or j\or k\or \ensuremath{\ell}\or m\or n\or o\or p\or q\or r\or s\or t\or u\or v\or w\or x\or y\or z\or aa\or ab\or ac\or ad\or ae\or af\or ag\or ah\or ai\or aj\or ak\or a\ensuremath{\ell}\or am\or an\or ao\or ap\or aq\or ar\or as\or at\or au\or av\or aw\or ay\or az\or ba\or bb\or bc\or bd\or be\or bf\or bg\or bh\or bi\or bj\or bk\or b\ensuremath{\ell}\or bm\or bn\or bo\or bp\or bq\or br\or bs\or bt\or bu\or bw\or bx\or by\or bz\or ca\or cb\or cc\or cd\or ce\or cf\or cg\or ch\or ci\or cj\or ck\or c\ensuremath{\ell}\or cm\or cn\or co\or cp\or cq\or cr\or cs\or ct\or cu\or cw\or cx\or cy\or cz\or da\or db\or dc\or dd\or de\or df\or dg\or dh\or di\or dj\or dk\or d\ensuremath{\ell}\or dm\or dn\or do\or dp\or dq\or dr\or ds\or dt\or du\or dw\or dx\or dy\or dz\or ea\or eb\or ec\or ed\or ee\or ef\or eg\or eh\or ei\or ej\or ek\or e\ensuremath{\ell}\or em\or en\or eo\or ep\or eq\or er\or es\or et\or eu\or ew\or ex\or ey\or ez\else\@ctrerr\fi} \def\fnstar#1{\@fnstar{\@nameuse{c@#1}}} \def\@fnstar#1{\ifcase#1\or \hbox{$\star$}\or \hbox{$\star\star$}\or \hbox{$\star\star\star$}\or \hbox{$\star\star\star\star$}\or \hbox{$\star\star\star\star\star$}\or \hbox{$\star\star\star\star\star\star$} \else \@ctrerr \fi \relax} \def\astsymbol#1{\@astsymbol{\@nameuse{c@#1}}} \def\@astsymbol#1{\ifcase#1\or \hbox{$\ast$}\or \hbox{$\ast\ast$}\or \hbox{$\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast\ast$}\or \hbox{$\ast\ast\ast\ast\ast\ast$}% \else \@ctrerr \fi \relax} \mark{{}{}} % Initializes TeX's marks \def\ps at plain{\let\@mkboth\@gobbletwo \def\@oddhead{}% \def\@evenhead{}% \def\@oddfoot{\hfil {\rmfamily\thepage} \hfil}% \let\@evenfoot\@oddfoot} \def\@copyright{\@issn/\@shortyear/\$\@price\ $\copyright$\ \the\@pubyear\ \@company{} All rights reserved} \def\@jou at vol@pag{\@journal\ \@volume\ (\the\@pubyear)\ \@pagerange} \def\sectionmark#1{} \def\subsectionmark#1{} \let\@j at v@p\@jou at vol@pag % long journal title appears in reprint line \let\@@j at v@p\@jou at vol@pag % long journal title appears in running headline \def\sectionmark#1{} \def\subsectionmark#1{} \def\ps at copyright{\let\@mkboth\@gobbletwo \def\@oddhead{}% \let\@evenhead\@oddhead \def\@oddfoot{\small\slshape \def\@tempa{0} \ifx\@volume\@tempa Preprint submitted to \@journal\hfil\@date\/% \else Article published in \@jou at vol@pag\hfil\hbox{}\fi}% \let\@evenfoot\@oddfoot } \let\ps at noissn\ps at empty \let\ps at headings\ps at plain \def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\year} \def\nuc#1#2{\relax\ifmmode{}^{#1}{\protect\text{#2}}\else${}^{#1}$#2\fi} \def\itnuc#1#2{\setbox\@tempboxa=\hbox{\scriptsize\it #1} \def\@tempa{{}^{\box\@tempboxa}\!\protect\text{\it #2}}\relax \ifmmode \@tempa \else $\@tempa$\fi} \let\old at vec\vec % save old definition of \vec \def\pol#1{\old at vec{#1}} \def\half{{\textstyle\frac{1}{2}}} \def\threehalf{{\textstyle\frac{3}{2}}} \def\quart{{\textstyle\frac{1}{4}}} \if at symbold\else\def\d{\,\mathrm{d}}\fi \def\e{\mathop{\mathrm{e}}\nolimits} \def\int{\intop} \def\oint{\ointop} \newbox\slashbox \setbox\slashbox=\hbox{$/$} \newbox\Slashbox \setbox\Slashbox=\hbox{\large$/$} \def\pFMslash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\slashbox \kern-\@tempdima \box\@tempboxa} \def\pFMSlash#1{\setbox\@tempboxa=\hbox{$#1$} \@tempdima=0.5\wd\Slashbox \advance\@tempdima 0.5\wd\@tempboxa \copy\Slashbox \kern-\@tempdima \box\@tempboxa} \def\FMslash{\protect\pFMslash} \def\FMSlash{\protect\pFMSlash} \def\Cset{\mathbb{C}} \def\Hset{\mathbb{H}} \def\Nset{\mathbb{N}} \def\Qset{\mathbb{Q}} \def\Rset{\mathbb{R}} \def\Zset{\mathbb{Z}} \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \@frontmatterwidth\textwidth \ps at headings % 'headings' page style \pagenumbering{arabic} % Arabic page numbers \def\thepage{\@pagenumprefix\ESpagenumber{page}} % preceded by \@pagenumprefix \let\baselinestretch\@blstr \InputIfFileExists{\@shortjid.cfg}{}{} \endinput %% %% End of file `elsart.cls'. --- NEW FILE elsart1p.cls --- %% %% This is file `elsart1p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL1P') %% %% elsart1p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart1p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[onecolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viipt{8}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviipt{19}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 46\baselineskip \advance\textheight\topskip \textwidth 32pc % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart1p.cls'. --- NEW FILE elsart3p.cls --- %% %% This is file `elsart3p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL3P') %% %% elsart3p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart3p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{onecolumn}{\def\@xcolumn{onecolumn}} \DeclareOption{twocolumn}{\def\@xcolumn{twocolumn}} \def\@xcolumn{twocolumn} \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[\@xcolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viiipt{9.5}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviiipt{22}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin \z@ \evensidemargin \z@ \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 51\baselineskip \advance\textheight\topskip % excl. running head and foot). \textwidth 39pc % \@Width of text line. % For two-column mode: \columnsep 2pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart3p.cls'. --- NEW FILE elsart5p.cls --- %% %% This is file `elsart5p.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% esl.dtx (with options: `package,elsauth,wrapper,SL5P') %% %% elsart5p.cls Copyright (C) 1994-2006 Elsevier Science %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.2 %% of this license or (at your option) any later version. %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.2 or later is part of all distributions of LaTeX %% version 1999/12/01 or later. %% \def\readRCS$#1: #2 #3 #4 #5${% \def\RCSfile{#2}% \def\RCSversion{#3}% \def\RCSdate{#4}% } \def\esp at fileversion{2.19} \def\esp at filedate{2006/05/01} \def\@journal{Elsevier} \def\@company{Elsevier} \def\@issn{000-0000} \def\@shortjid{elsart5p} \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesClass{\@shortjid}[\esp at filedate, \esp at fileversion: \@journal] \let\@save at journal\@journal \let\@save at company\@company \let\@save at shortjid\@shortjid \DeclareOption{narrowdisplay}{} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{elsart}} \ProcessOptions\relax \LoadClass[twocolumn]{elsart} \let\@journal\@save at journal \let\@company\@save at company \let\@shortjid\@save at shortjid \def\@xiiipt{12} \def\@titlesize{\Large} \def\@bibitemsep{\z@ \@plus 0.5\p@ \@minus 0.5\p@} \def\captionwidth{.8\linewidth} \def\@abstractsize{\fontsize{\@ixpt}{11pt}\selectfont} \def\@articletypesize{\fontsize{\@xiiipt}{13pt}\selectfont} \def\normalsize{\@setfontsize\normalsize\@xpt{12}% \abovedisplayskip 5.75\p@ \@plus 2\p@ \@minus 2\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 2\p@% \belowdisplayshortskip 3.5\p@ \@plus 2\p@ \@minus 2\p@ \let\@listi\@listI} \def\small{\@setfontsize\small\@viiipt{10}% \abovedisplayskip 7\p@ \@plus 2\p@ \@minus 4\p@% \belowdisplayskip \abovedisplayskip \abovedisplayshortskip \z@ \@plus 1\p@% \belowdisplayshortskip 3\p@ \@plus 1\p@ \@minus 2\p@ \def\@listi{\topsep 0.5\@bls \parsep\z@ \itemsep\parsep}} \let\footnotesize=\small \let\@xviiipt\@xviipt \def\scriptsize{\@setfontsize\scriptsize\@viipt{8}} \def\tiny{\@setfontsize\tiny\@vipt{7}} \def\large{\@setfontsize\large\@xiiipt{14}} \def\Large{\@setfontsize\Large\@xviipt{20}} \def\LARGE{\@setfontsize\LARGE\@xviiipt{22}} \def\huge{\@setfontsize\huge\@xxpt{22}} \def\Huge{\@setfontsize\Huge\@xxvpt{27}} \normalsize % Choose the normalsize font. \if at twoside \oddsidemargin -3pc \evensidemargin \z@ \marginparwidth 10\p@ \else \oddsidemargin -3pc \evensidemargin -3pc \marginparwidth 2pc \fi \marginparsep 20\p@ % Horizontal space between outer margin and % marginal note \topmargin \z@ % Nominal distance from top of page to top of % box containing running head. \headheight 10\p@ % \headsep 11\p@ % \footskip 23\p@ \bigskipamount=\@bls \@plus 0.3\@bls \@minus 0.3\@bls % 1/1 line \medskipamount=0.5\bigskipamount % 1/2 line \smallskipamount=0.25\bigskipamount % 1/4 line \textheight 56\baselineskip % \@Height of text (incl. footnotes and figures, \advance\textheight\topskip % excl. running head and foot). \textwidth 43.5pc % \@Width of text line. % For two-column mode: \columnsep 1.5pc % Space between columns \columnseprule \z@ % \@Width of rule between columns. \footnotesep 6.65\p@ \skip\footins 12\p@ \@plus 8\p@ % Space between last line of text and % top of first footnote. \floatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between adjacent floats moved % to top or bottom of text page. \textfloatsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between main text and floats % at top or bottom of page. \intextsep 8\p@ \@plus 4\p@ \@minus 2\p@ % Space between in-text figures and % text. \dblfloatsep 8\p@ \@plus 4\p@ \@minus 4\p@ % Same as \floatsep for double-column % figures in two-column mode. \dbltextfloatsep 12\p@ \@plus 4\p@ \@minus 4\p@ % \textfloatsep for double-column % floats. \@fptop \z@ \@plus 1fil % Stretch at top of float page/column. (Must be % \z@ \@plus ...) \@fpsep 8\p@ \@plus 2fil % Space between floats on float page/column. \@fpbot \z@ \@plus 1fil % Stretch at bottom of float page/column. (Must be % \z@ \@plus ... ) \@dblfptop \z@ \@plus 1fil % Stretch at top of float page. (Must be \z@ \@plus ...) \@dblfpsep 8\p@ \@plus 2fil % Space between floats on float page. \@dblfpbot \z@ \@plus 1fil % Stretch at bottom of float page. (Must be % \z@ \@plus ... ) \marginparpush 5\p@ % Minimum vertical separation between two marginal % notes. \parskip \z@ \parindent 1em \eqntopsep 8\p@ \@plus 2\p@ \@minus 2\p@ %\parskip, added above and below \eqnarraycolsep 1\p@ % in an \eqnarray. \def\part{\@startsection{part}{1}{\z@}{2\@bls \@plus 0.4\@bls}{\@bls}{\normalsize}} \def\partmark#1{} \if at ussrhead \def\section{\@startsection{section}{1}{\parindent}{\@bls \@plus .3\@bls \@minus .1\@bls}{-0.00001pt}{\normalsize\bfseries\boldmath}{\relax}} \else \def\section{\@startsection{section}{1}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\bfseries \boldmath}} \fi \def\subsection{\@startsection{subsection}{2}{\z@}{\@bls \@plus .3\@bls \@minus .1\@bls}{\@bls}{\normalsize\itshape}} \def\subsubsection{\@startsection{subsubsection}{3}{\z@}{\@bls \@plus .2\@bls}{0.0001pt}{\normalsize\itshape}} \def\paragraph{\@startsection{paragraph}{4}{\z@}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\subparagraph{\@startsection{subparagraph}{5}{1em}{3.25ex \@plus 2ex \@minus 0.2ex}{-1em}{\normalfont\normalsize\itshape}} \def\@sect#1#2#3#4#5#6[#7]#8{% \ifnum #2>\c at secnumdepth \let\@svsec\@empty \else \refstepcounter{#1}\def\@tempa{#8}% \ifx\@tempa\@empty \edef\@svsec{\csname lb at empty@#1\endcsname}% \else \edef\@svsec{\csname lb@#1\endcsname}\fi\fi \@tempskipa #5\relax \ifdim \@tempskipa>\z@ \begingroup #6\relax \noindent \hskip #3\relax{\@secnumfont{#2}\@svsec}% {\head at style\head at format{#2}{#8}\par}% \endgroup \csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}% \else \def\@svsechd{#6\hskip #3\relax {\@secnumfont{#2}\@svsec }% {\head at style\head at format{#2}{#8}}\csname #1mark\endcsname{#7}% \addcontentsline{toc}{#1}{\ifnum #2>\c at secnumdepth \else \protect\numberline{\csname the#1\endcsname}\fi #7}}% \fi \@xsect{#5}} \def\@ssect#1#2#3#4#5#6{% \@tempskipa #4\relax \ifdim \@tempskipa>\z@ \begingroup #5{% \@hangfrom{\hskip #2}% \interlinepenalty \@M \head at format{#1}{#6}\@@par}% \endgroup \else \def\@svsechd{#5{\hskip #2\relax \head at format{#1}{#6}}}% \fi \@xsect{#4}} \def\@startsection#1#2#3#4#5#6{% \if at noskipsec \leavevmode \fi \par \@tempskipa #4\relax \@afterindenttrue \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse \fi \if at nobreak \everypar{}% \else \addpenalty\@secpenalty\addvspace\@tempskipa \fi \@ifstar {\@ssect{#2}{#3}{#4}{#5}{#6}}% {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}} \@maxlistdepth=2 \def\labelitemi{--} \def\labelitemii{$\cdot$} \def\labelenumi{(\theenumi)} \def\theenumi{\roman{enumi}} \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}} \tabcolsep 1\p@ % idem in tabular environment. \def\@arrayclassz{\ifcase \@lastchclass \@acolampacol \or \@ampacol \or \or \or \@addamp \or \@acolampacol \or \@firstampfalse \@acol \fi \edef\@preamble{\@preamble \ifcase \@chnum \hfil$\relax\displaystyle\@sharp$\hfil \or $\relax\displaystyle\@sharp$\hfil \or \hfil$\relax\displaystyle\@sharp$\fi}} \newdimen\Arrayrulewidth \Arrayrulewidth=1.0\p@ \def\Hline{\noalign{\ifnum0=`}\fi\hrule \@height \Arrayrulewidth \futurelet \@tempa\@xhline} \newdimen\crulepostskip \crulepostskip -7\p@ \def\ccline#1{% \noalign{\vskip\rulepreskip}% \do at ccline(#1,1-0)\cr \noalign{\vskip\crulepostskip}} \def\do at ccline(#1-#2,#3){% \ifnum#1>#2\else\@cline[#1-#2]\do at ccline(#3,1-0)\fi \ignorespaces} \newdimen\@Ldec \newdimen\@Rdec \def\dec #1.#2 {\hbox to\@Ldec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rdec{\hfill}\else\hbox to\@Rdec{.#2\hss}\fi} \def\setdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Ldec\wd0\global\@Rdec\wd1 \egroup} \setdec 000.000 % default 3 digits on each side \newdimen\@Lpmdec \newdimen\@Rpmdec \def\pmdec #1.#2 {\hbox to\@Lpmdec{\hss#1}\def\@tempb{#2}% \ifx\@tempb\empty\hbox to\@Rpmdec{\hfill}\else\hbox to\@Rpmdec{.#2\hss}\fi} \def\setpmdec #1.#2 {\relax \bgroup \setbox0\hbox{\kern1pt\relax#1}\setbox1\hbox{\kern1pt\relax#2}% \global\@Lpmdec\wd0\global\@Rpmdec\wd1 \egroup} \setpmdec 0.0 % default 1 digit on each side \def\add at thanksref#1{% \global\advance\note at cnt\@ne \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{*}% \else \ifnum\note at cnt>\@ne \add at xtok\t at loc@notes{\note at sep}\fi \add at tok\t at loc@notes{% \if at Elproofing#1\else\ref{#1}\fi }% \fi} \def\thanks at optarg[#1]#2{% \def\@tempa{*}\def\@tempb{#1}% \ifx\@tempa\@tempb \@tempcnta=\c at footnote \c at footnote=-1 \label{#1}\c at footnote=\@tempcnta \gdef\@corresp at note{\footnotetext[-1]{#2}}% \else \add at tok\t at glob@notes{\footnotetext}% \refstepcounter{footnote}% \if at Elproofing\else\if at tempswa\label{#1}\else\relax\fi\fi \add at xtok\t at glob@notes{[\the\c at footnote]}% \add at tok\t at glob@notes{{#2}}% \fi \ignorespaces} \def\frontmatter{% \NoHyper \let\@corresp at note\relax \global\t at glob@notes={}\global\c at author\z@ \global\c at collab\z@ \global\c at address\z@ \sv at mathsurround\mathsurround \m at th \global\n at author=0\n at author@\relax \global\n at collab=0\n at collab@\relax \global\advance\n at author\m at ne % In comparisons later on we need \global\advance\n at collab\m at ne % n at author-1 and n at collab-1 \global\@firstauthortrue % set to false by first \author or \collab \global\@hasabstractfalse % Default: no abstract or keywords \global\@haskeywordsfalse % Default: no abstract or keywords \global\@prefacefalse % not preface \ifnum\c at firstpage=\c at lastpage \gdef\@pagerange{\@pagenumprefix\ESpagenumber{firstpage}} \else \gdef\@pagerange{\@pagenumprefix \ESpagenumber{firstpage}--\@pagenumprefix\ESpagenumber{lastpage}}% \fi \@ifundefined{RIfM@}{}{\global\let\vec\@bfvec}% \open at fm \ignorespaces} \def\title at fmt#1#2{% \@ifundefined{@runtitle}{\global\def\@runtitle{#1}}{}% \vspace*{\@overtitleskip} % Vertical space above article type, \@articletypesize % Size for article type \leavevmode\vphantom{Aye!} \@articletype \vskip12\p@ {\@titlesize #1\,\hbox{$^{#2}$}\par}% \vskip\@undertitleskip } \def\address at fmt@init{% \par % Start new paragraph \vskip \@overaddressskip} % Vertical space before addresses \def\@abstract[#1]{% \global\@hasabstracttrue \hyphenpenalty\sv at hyphenpenalty % restore \hyphenpenalty \global\setbox\t at abstract=\vbox\bgroup \leftskip\z@ \@rightskip\z@ \rightskip\@rightskip \parfillskip\@flushglue \@abstractsize % Text in 9/11 \parindent 1em % \parindent in abstract \noindent {\bfseries\abstractname} % caption `Abstract' (bold) \vskip 0.5\@bls % half a line of space below \noindent\ignorespaces } \def\@bfvec#1{\boldsymbol{#1}} \def\@pmbfvec#1{\pmb{#1}} \mathchardef\Gamma="0000 \mathchardef\Delta="0001 \mathchardef\Theta="0002 \mathchardef\Lambda="0003 \mathchardef\Xi="0004 \mathchardef\Pi="0005 \mathchardef\Sigma="0006 \mathchardef\Upsilon="0007 \mathchardef\Phi="0008 \mathchardef\Psi="0009 \mathchardef\Omega="000A \mathchardef\varGamma="0100 \mathchardef\varDelta="0101 \mathchardef\varTheta="0102 \mathchardef\varLambda="0103 \mathchardef\varXi="0104 \mathchardef\varPi="0105 \mathchardef\varSigma="0106 \mathchardef\varUpsilon="0107 \mathchardef\varPhi="0108 \mathchardef\varPsi="0109 \mathchardef\varOmega="010A \if at TwoColumn \adjdemerits=100 \linepenalty=100 \doublehyphendemerits=5000 % experimental (1993-12-14) \emergencystretch=1.6pc \spaceskip=0.3em \@plus 0.17em \@minus 0.12em \fi \binoppenalty=300 \relpenalty=100 \clubpenalty=5000 % 'Club line' at bottom of page. \widowpenalty=2000 % 'Widow line' at top of page. \displaywidowpenalty=1000 % Math display widow line. \predisplaypenalty=150 % Breaking before a math display. \postdisplaypenalty=50 % Breaking after a math display. \hfuzz=1\p@ \hbadness=3000 \@frontmatterwidth\textwidth \endinput %% %% End of file `elsart5p.cls'. --- NEW FILE template-harv.tex --- % Template article for preprint document class `elsart' % with harvard style bibliographic references % SP 2006/04/26 \documentclass{elsart} % Use the option doublespacing or reviewcopy to obtain double line spacing % \documentclass[doublespacing]{elsart} % the natbib package allows both number and author-year (Harvard) % style referencing; \usepackage{natbib} % if you use PostScript figures in your article % use the graphics package for simple commands % \usepackage{graphics} % or use the graphicx package for more complicated commands % \usepackage{graphicx} % or use the epsfig package if you prefer to use the old commands % \usepackage{epsfig} % The amssymb package provides various useful mathematical symbols \usepackage{amssymb} % The lineno packages adds line numbers. Start line numbering with % \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on % for the whole article with \linenumbers. % \usepackage{lineno} % \linenumbers \begin{document} \begin{frontmatter} % Title, authors and addresses % use the thanksref command within \title, \author or \address for footnotes; % use the corauthref command within \author for corresponding author footnotes; % use the ead command for the email address, % and the form \ead[url] for the home page: % \title{Title\thanksref{label1}} % \thanks[label1]{} % \author{Name\corauthref{cor1}\thanksref{label2}} % \ead{email address} % \ead[url]{home page} % \thanks[label2]{} % \corauth[cor1]{} % \address{Address\thanksref{label3}} % \thanks[label3]{} \title{} % use optional labels to link authors explicitly to addresses: % \author[label1,label2]{} % \address[label1]{} % \address[label2]{} \author{} \address{} \begin{abstract} % Text of abstract \end{abstract} \begin{keyword} % keywords here, in the form: keyword \sep keyword % PACS codes here, in the form: \PACS code \sep code \end{keyword} \end{frontmatter} % main text \section{} \label{} % The Appendices part is started with the command \appendix; % appendix sections are then done as normal sections % \appendix % \section{} % \label{} % Bibliographic references with the natbib package: % Parenthetical: \citep{Bai92} produces (Bailyn 1992). % Textual: \citet{Bai95} produces Bailyn et al. (1995). % An affix and part of a reference: % \citep[e.g.][Ch. 2]{Bar76} % produces (e.g. Barnes et al. 1976, Ch. 2). \begin{thebibliography}{} % \bibitem[Names(Year)]{label} or \bibitem[Names(Year)Long names]{label}. % (\harvarditem{Name}{Year}{label} is also supported.) % Text of bibliographic item \bibitem[]{} \end{thebibliography} \end{document} --- NEW FILE template-num.tex --- % Template article for preprint document class `elsart' % SP 2006/04/26 \documentclass{elsart} % Use the option doublespacing or reviewcopy to obtain double line spacing % \documentclass[doublespacing]{elsart} % if you use PostScript figures in your article % use the graphics package for simple commands % \usepackage{graphics} % or use the graphicx package for more complicated commands % \usepackage{graphicx} % or use the epsfig package if you prefer to use the old commands % \usepackage{epsfig} % The amssymb package provides various useful mathematical symbols \usepackage{amssymb} % The lineno packages adds line numbers. Start line numbering with % \begin{linenumbers}, end it with \end{linenumbers}. Or switch it on % for the whole article with \linenumbers. % \usepackage{lineno} % \linenumbers \begin{document} \begin{frontmatter} % Title, authors and addresses % use the thanksref command within \title, \author or \address for footnotes; % use the corauthref command within \author for corresponding author footnotes; % use the ead command for the email address, % and the form \ead[url] for the home page: % \title{Title\thanksref{label1}} % \thanks[label1]{} % \author{Name\corauthref{cor1}\thanksref{label2}} % \ead{email address} % \ead[url]{home page} % \thanks[label2]{} % \corauth[cor1]{} % \address{Address\thanksref{label3}} % \thanks[label3]{} \title{} % use optional labels to link authors explicitly to addresses: % \author[label1,label2]{} % \address[label1]{} % \address[label2]{} \author{} \address{} \begin{abstract} % Text of abstract \end{abstract} \begin{keyword} % keywords here, in the form: keyword \sep keyword % PACS codes here, in the form: \PACS code \sep code \PACS \end{keyword} \end{frontmatter} % main text \section{} \label{} % The Appendices part is started with the command \appendix; % appendix sections are then done as normal sections % \appendix % \section{} % \label{} \begin{thebibliography}{00} % \bibitem{label} % Text of bibliographic item % notes: % \bibitem{label} \note % subbibitems: % \begin{subbibitems}{label} % \bibitem{label1} % \bibitem{label2} % If there is a note, it should come last: % \bibitem{label3} \note % \end{subbibitems} \bibitem{} \end{thebibliography} \end{document} --- NEW FILE tetex-elsevier-README.fedora --- This information is rewritten from: http://www.authors.elsevier.com/getting_published.html?dc=QG3 Preprints and journal layout style ---------------------------------- Class file for preprint: elsart.cls Class files for journals: elsart1p.cls, elsart3p.cls, elsart5p.cls For Harvard style (author-year) references (with natbib): Reference manual: instructions-harv.pdf Sample document: template-harv.tex Bibtex style: elsart-harv.bst For numbered references: Reference manual: instructions-num.pdf Sample document: template-harv.tex Bibtex style: elsart-num.bst --- NEW FILE tetex-elsevier.spec --- %define texmf %{_datadir}/texmf Name: tetex-elsevier # upstream is unversionned, the version is constructed with the latest # file timestamp, in the format YYYYMMDD Version: 0.1.20060516 Release: 2%{?dist} Summary: Elsevier LaTeX style files and documentation Group: Applications/Publishing License: LaTeX Project Public License URL: http://www.authors.elsevier.com/getting_published.html?dc=QG3 Source1: http://www.authors.elsevier.com/latex/elsart.cls Source2: http://www.authors.elsevier.com/latex/elsart1p.cls Source3: http://www.authors.elsevier.com/latex/elsart3p.cls Source4: http://www.authors.elsevier.com/latex/elsart5p.cls Source5: http://www.authors.elsevier.com/latex/instructions-num.pdf Source6: http://www.authors.elsevier.com/latex/instructions-harv.pdf Source7: http://www.authors.elsevier.com/latex/template-harv.tex Source8: http://www.authors.elsevier.com/latex/template-num.tex Source9: http://www.authors.elsevier.com/latex/elsart-harv.bst Source10: http://www.authors.elsevier.com/latex/elsart-num.bst # explains what the files are associated with Source100: tetex-elsevier-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildarch: noarch Requires: tetex-latex %description LaTeX style files and documentation for the Elsevier publisher. %prep %setup -q -T -c cp %{SOURCE100} README.fedora cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} \ %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} . # since there is no versionning the file date is relevant, try to keep it for file in *.tex; do touch -r $file $file-stamp sed -i -e 's/\r//' $file touch -r $file-stamp $file rm -f $file-stamp done #%%build %install rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ cp -p *.cls $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ %clean rm -rf $RPM_BUILD_ROOT %post -p /usr/bin/texhash %postun -p /usr/bin/texhash %files %defattr(-,root,root,-) %doc README.fedora *.pdf *.tex %{texmf}/tex/latex/elsevier/ %{texmf}/bibtex/elsevier/ %changelog * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-2 - really keep the timestamps * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-1 - keep files timestamps, even for installed files - remove unneeded tetex-latex BuildRequires - correct the version by using the right month from the file timestamps * Thu Aug 10 2006 Patrice Dumas 0.1.20060416-3 - don't ship the ifac style, it is not redistributable * Wed Aug 9 2006 Patrice Dumas 0.1.20060416-2 - Ship a README.fedora file instead of packaging the web page * Wed Aug 9 2006 Patrice Dumas 0.1.20060416-1 - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 08:25:54 -0000 1.1 +++ .cvsignore 15 Aug 2006 08:27:24 -0000 1.2 @@ -0,0 +1,2 @@ +instructions-harv.pdf +instructions-num.pdf Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 08:25:54 -0000 1.1 +++ sources 15 Aug 2006 08:27:24 -0000 1.2 @@ -0,0 +1,2 @@ +0c563cda4d6a90aed64b1842cd1a3cc1 instructions-harv.pdf +d705c36eed9d254a25749bbf76e32a8f instructions-num.pdf From fedora-extras-commits at redhat.com Tue Aug 15 08:43:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:43:01 -0700 Subject: rpms/perl-MIME-Types/FC-5 .cvsignore, 1.4, 1.5 perl-MIME-Types.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608150843.k7F8h39G001472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1435/FC-5 Modified Files: .cvsignore perl-MIME-Types.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.17-1 - 1.17. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Oct 2005 19:53:58 -0000 1.4 +++ .cvsignore 15 Aug 2006 08:43:00 -0000 1.5 @@ -1 +1 @@ -MIME-Types-1.16.tar.gz +MIME-Types-1.17.tar.gz Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/perl-MIME-Types.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MIME-Types.spec 2 Oct 2005 19:53:58 -0000 1.8 +++ perl-MIME-Types.spec 15 Aug 2006 08:43:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-MIME-Types -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: MIME types module for Perl @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.17-1 +- 1.17. + * Sun Oct 2 2005 Ville Skytt?? - 1.16-1 - 1.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Oct 2005 19:53:58 -0000 1.4 +++ sources 15 Aug 2006 08:43:00 -0000 1.5 @@ -1 +1 @@ -311f9bc8d0eba40667c898a57d0eac23 MIME-Types-1.16.tar.gz +687f985c74d4cdacd2a6ee8a2c51971d MIME-Types-1.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:43:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 15 Aug 2006 01:43:01 -0700 Subject: rpms/perl-MIME-Types/devel .cvsignore, 1.4, 1.5 perl-MIME-Types.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608150843.k7F8h3lS001478@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1435/devel Modified Files: .cvsignore perl-MIME-Types.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.17-1 - 1.17. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Oct 2005 19:53:58 -0000 1.4 +++ .cvsignore 15 Aug 2006 08:43:01 -0000 1.5 @@ -1 +1 @@ -MIME-Types-1.16.tar.gz +MIME-Types-1.17.tar.gz Index: perl-MIME-Types.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/perl-MIME-Types.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-MIME-Types.spec 2 Oct 2005 19:53:58 -0000 1.8 +++ perl-MIME-Types.spec 15 Aug 2006 08:43:01 -0000 1.9 @@ -1,5 +1,5 @@ Name: perl-MIME-Types -Version: 1.16 +Version: 1.17 Release: 1%{?dist} Summary: MIME types module for Perl @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.17-1 +- 1.17. + * Sun Oct 2 2005 Ville Skytt?? - 1.16-1 - 1.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-MIME-Types/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Oct 2005 19:53:58 -0000 1.4 +++ sources 15 Aug 2006 08:43:01 -0000 1.5 @@ -1 +1 @@ -311f9bc8d0eba40667c898a57d0eac23 MIME-Types-1.16.tar.gz +687f985c74d4cdacd2a6ee8a2c51971d MIME-Types-1.17.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 08:53:53 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 15 Aug 2006 01:53:53 -0700 Subject: owners owners.list,1.1398,1.1399 Message-ID: <200608150853.k7F8rtLQ001687@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1669 Modified Files: owners.list Log Message: add tetex-elsevier Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1398 retrieving revision 1.1399 diff -u -r1.1398 -r1.1399 --- owners.list 15 Aug 2006 03:51:28 -0000 1.1398 +++ owners.list 15 Aug 2006 08:53:53 -0000 1.1399 @@ -1867,6 +1867,7 @@ Fedora Extras|tetex-beamer|A LaTeX class for producing presentations and slides|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|tetex-bytefield|Create illustrations for network protocol specifications|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|tetex-dvipost|LaTeX post filter command to support change bars and overstrike mode|jamatos at fc.up.pt|extras-qa at fedoraproject.org| +Fedora Extras|tetex-elsevier|Elsevier LaTeX style files and documentation|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|tetex-eurofont|Provides a command that prints a euro symbol|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| Fedora Extras|tetex-font-cm-lgc|The CM-LGC Type1 fonts for LaTeX|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| Fedora Extras|tetex-font-kerkis|The Kerkis type 1 fonts for LaTeX|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 09:08:41 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Tue, 15 Aug 2006 02:08:41 -0700 Subject: rpms/x3270/devel x3270.spec,1.23,1.24 Message-ID: <200608150908.k7F98hXE004358@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/rpms/x3270/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4341 Modified Files: x3270.spec Log Message: - fix requirements of -X11 subpackage Index: x3270.spec =================================================================== RCS file: /cvs/extras/rpms/x3270/devel/x3270.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- x3270.spec 12 Jul 2006 09:26:06 -0000 1.23 +++ x3270.spec 15 Aug 2006 09:08:41 -0000 1.24 @@ -5,7 +5,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 3.3.4p7 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Internet URL: http://www.geocities.com/SiliconValley/Peaks/7814 @@ -37,7 +37,8 @@ BuildRequires: libXt-devel Requires: %{name} = %{version} Requires: gtk2 >= 2.6 -Requires(pre): chkfontpath +Requires(post): /usr/bin/mkfontdir /usr/sbin/chkfontpath +Requires(postun): /usr/bin/mkfontdir /usr/sbin/chkfontpath %package text Summary: IBM 3278/3279 terminal emulator for text mode @@ -192,6 +193,9 @@ %{_mandir}/man1/c3270* %changelog +* Tue Aug 15 2006 Karsten Hopp 3.3.4p7-4 +- fix requirements of -X11 subpackage + * Wed Jul 12 2006 Karsten Hopp 3.3.4p7-3 - fix fileconflicts in subpackages From fedora-extras-commits at redhat.com Tue Aug 15 09:22:12 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 15 Aug 2006 02:22:12 -0700 Subject: rpms/gnome-build/devel gnome-build.spec,1.1,1.2 Message-ID: <200608150922.k7F9MEEN004469@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4447 Modified Files: gnome-build.spec Log Message: Modified spec file for gnome-build gnome-build.spec Index: gnome-build.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-build/devel/gnome-build.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-build.spec 14 Aug 2006 21:20:29 -0000 1.1 +++ gnome-build.spec 15 Aug 2006 09:22:12 -0000 1.2 @@ -1,13 +1,14 @@ Name: gnome-build Summary: GNOME Build Framework Version: 0.1.3 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Libraries Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-build/0.1/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://www.gnome.org/projects/devtools/gnomebuild.shtml BuildRequires: anjuta-gdl-devel, libgnomeui-devel, intltool, libtool, gettext +Provides: perl(GBF::Make) %description This is the GNOME Build Framework (GBF). @@ -85,6 +86,9 @@ %{_libdir}/libgbf-widgets-1.so %changelog +* Tue Aug 15 2006 Paul F. Johnson 0.1.3-9 +- Added provides perl(gbf-make) + * Mon Aug 14 2006 Paul F. Johnson 0.1.3-8 - Changed URL - Added pkgconfig to the R on devel From fedora-extras-commits at redhat.com Tue Aug 15 09:28:13 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 02:28:13 -0700 Subject: fedora-security/audit fc6,1.9,1.10 Message-ID: <200608150928.k7F9SDsU004543@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4525 Modified Files: fc6 Log Message: Deal with some more easy reviews where looking at the filelist in the srpm or changelog comments in association with the version change between fc5/fc6 is sufficient. The remainder require additional work looking at patches and confirming by hand Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fc6 15 Aug 2006 07:47:33 -0000 1.9 +++ fc6 15 Aug 2006 09:28:10 -0000 1.10 @@ -13,9 +13,9 @@ ** are items that need attention -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 ### -CVE-2006-4020 VULNERABLE (php) #201767 ### -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 ### +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) fc5#202247 +CVE-2006-4020 VULNERABLE (php) fc5#201767 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) fc5#202196 CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) @@ -43,11 +43,11 @@ CVE-2006-3802 version (firefox, fixed 1.5.0.5) CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLER (thunderbird, fixed 1.5.0.5) -CVE-2006-3747 backport (httpd, fixed 2.2.3) ### +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash -CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] ### +CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3672 ignore (konqueror) just a crash @@ -60,36 +60,36 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (gcc/fastjar) ### +CVE-2006-3619 VULNERABLE (gcc/fastjar 0.93) ### CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable -CVE-2006-3469 VULNERABLE (mysql) ### +CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream -CVE-2006-3467 VULNERABLE (freetype) ### -CVE-2006-3467 VULNERABLE (xorg) #202475 -CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3462 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3461 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3460 backport (libtiff) [since FEDORA-2006-877] ### -CVE-2006-3459 backport (libtiff) [since FEDORA-2006-877] ### +CVE-2006-3467 version (freetype, fixed 2.2) +CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 ### +CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3462 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3461 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3460 backport (libtiff) libtiff-3.8.2-ormandy.patch +CVE-2006-3459 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3404 version (gimp, fixed 2.2.12) CVE-2006-3403 version (samba, fixed 3.0.23) CVE-2006-3378 ignore (shadow-utils) we don't ship passwd from shadow-utils -CVE-2006-3376 backport (libwmf) #198291 [since FEDORA-2006-805] ### +CVE-2006-3376 backport (libwmf) from changelog CVE-2006-3352 ignore (firefox) not a vulnerability CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 version (mutt, fixed 1.4.2.2, 1.5.12) CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) -CVE-2006-3122 ** dhcp ### +CVE-2006-3122 ** dhcp CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 backport (krb5, fixed 1.5.1, 1.4.4) [since FEDORA-2006-905] ### +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -101,8 +101,8 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2916 ignore (arts) not shipped setuid ### -CVE-2006-2906 VULNERABLE (gd) #194520 ### +CVE-2006-2916 ignore (arts) not shipped setuid +CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) ### CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) @@ -117,7 +117,7 @@ CVE-2006-2783 version (thunderbird, fixed 1.5.0.4) CVE-2006-2782 version (firefox, fixed 1.5.0.4) CVE-2006-2781 version (thunderbird, fixed 1.5.0.4) -CVE-2006-2780 VULNERABLE (firefox) ### +CVE-2006-2780 version (firefox, fixed 1.5.0.4) CVE-2006-2780 version (thunderbird, fixed 1.5.0.4) CVE-2006-2779 version (firefox, fixed 1.5.0.4) CVE-2006-2779 version (thunderbird, fixed 1.5.0.4) @@ -138,7 +138,7 @@ CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### CVE-2006-2563 ignore (php) safe mode isn't safe -CVE-2006-2452 version (gdm) [since FEDORA-2006-674] ### +CVE-2006-2452 version (gdm) CVE-2006-2451 version (kernel, fixed 2.6.17.4) CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) @@ -165,7 +165,7 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 ### CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### -CVE-2006-2073 VULNERABLE (bind) ### +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux @@ -243,9 +243,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) ### -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) ### -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) ### +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -284,7 +284,7 @@ CVE-2006-1066 version (kernel, fixed 2.6.16) CVE-2006-1061 version (curl, fixed 7.15.3) CVE-2006-1059 version (samba, fixed 3.0.22 at least) -CVE-2006-1058 backport (busybox) [since FEDORA-2006-510] ### +CVE-2006-1058 version (busybox, fixed 1.2.x) CVE-2006-1057 version (gdm, fixed 2.14.1) CVE-2006-1056 version (kernel, fixed 2.6.16.9) CVE-2006-1055 version (kernel, fixed 2.6.17) @@ -311,13 +311,13 @@ CVE-2006-0670 VULNERABLE (bluez-hcidump) ### CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) -CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch ### +CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch CVE-2006-0558 version (kernel, fixed 2.6.16) CVE-2006-0557 version (kernel, fixed 2.6.15.6) CVE-2006-0555 version (kernel, fixed 2.6.16) CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) -CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch ### +CVE-2006-0528 version (cairo, fixed 1.0.4) CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) @@ -331,9 +331,9 @@ CVE-2006-0369 ignore (mysql) this is not a security issue CVE-2006-0321 version (fetchmail, fixed 6.3.2) CVE-2006-0301 version (poppler, fixed 0.4.5) -CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch ### +CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) -CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] ### +CVE-2006-0300 backport (tar) ### CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) @@ -382,7 +382,7 @@ CVE-2005-4703 ignore (tomcat) windows only CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix -CVE-2005-4667 backport (unzip) ### +CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) CVE-2005-4636 version (openoffice.org, fixed 2.0.1) CVE-2005-4635 version (kernel, fixed 2.6.15) @@ -391,13 +391,13 @@ CVE-2005-4585 version (wireshark, fixed 0.10.14) CVE-2005-4442 version (openldap) gentoo only CVE-2005-4348 version (fetchmail, fixed 6.3.1) -CVE-2005-4268 backport (cpio) also blocked by FORTIFY_SOURCE ### +CVE-2005-4268 backport (cpio) cpio-2.6-writeOutHeaderBufferOverflow.patch CVE-2005-4158 ignore (sudo) only env_reset will properly clean the environment CVE-2005-4154 ignore (php) don't install untrusted pear packages CVE-2005-4153 version (mailman) CVE-2005-4134 ignore (firefox) http://www.mozilla.org/security/history-title.html CVE-2005-4077 version (curl, fixed 7.15.1) -CVE-2005-3964 backport (openmotif) ### +CVE-2005-3964 backport (openmotif) from changelog CVE-2005-3962 version (perl, fixed 5.8.8) CVE-2005-3883 version (php, fixed 5.1.1 at least) CVE-2005-3858 version (kernel, fixed 2.6.13) @@ -425,28 +425,28 @@ CVE-2005-3629 version (initscripts, fixed 8.29 at least) CVE-2005-3628 version (poppler, fixed 0.4.4) CVE-2005-3628 version (kdegraphics, fixed 3.5.1) -CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3628 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3628 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3628 version (cups, fixed 1.2.0) CVE-2005-3627 version (poppler, fixed 0.4.4) CVE-2005-3627 version (kdegraphics, fixed 3.5.1) -CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3627 backport (tetex) ### +CVE-2005-3627 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3627 backport (tetex) CVE-2005-3627 version (cups, fixed 1.2.0) CVE-2005-3626 version (poppler, fixed 0.4.4) CVE-2005-3626 version (kdegraphics, fixed 3.5.1) -CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3626 backport (tetex) ### +CVE-2005-3626 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3626 backport (tetex) CVE-2005-3626 version (cups, fixed 1.2.0) CVE-2005-3625 version (poppler, fixed 0.4.4) CVE-2005-3625 version (kdegraphics, fixed 3.5.1) -CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3625 backport (tetex) ### +CVE-2005-3625 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3625 backport (tetex) CVE-2005-3625 version (cups, fixed 1.2.0) CVE-2005-3624 version (poppler, fixed 0.4.4) CVE-2005-3624 version (kdegraphics, fixed 3.5.1) -CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3624 backport (tetex) ### +CVE-2005-3624 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3624 backport (tetex) CVE-2005-3624 version (cups, fixed 1.2.0) CVE-2005-3623 version (kernel, fixed 2.6.14.5) CVE-2005-3582 version (ImageMagick) gentoo only @@ -487,18 +487,18 @@ CVE-2005-3241 version (wireshark, fixed 0.10.13) CVE-2005-3193 version (poppler, fixed 0.4.4) CVE-2005-3193 version (kdegraphics, fixed 3.5.1) -CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3193 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3193 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3193 version (cups, fixed 1.2.0) CVE-2005-3192 version (poppler, fixed 0.4.4) CVE-2005-3192 version (kdegraphics, fixed 3.5.1) -CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3192 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3192 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3192 version (cups, fixed 1.2.0) CVE-2005-3191 version (poppler, fixed 0.4.4) CVE-2005-3191 version (kdegraphics, fixed 3.5.1) -CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch ### -CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch ### +CVE-2005-3191 backport (xpdf) xpdf-3.01pl2.patch +CVE-2005-3191 backport (tetex) tetex-3.0-CVE-2005-3193.patch CVE-2005-3191 version (cups, fixed 1.2.0) CVE-2005-3186 version (gtk2, fixed 2.8.7 at least) CVE-2005-3185 version (wget, fixed 1.10.2 at least) @@ -508,7 +508,7 @@ CVE-2005-3180 version (kernel, fixed 2.6.13.4) CVE-2005-3179 version (kernel, fixed 2.6.13.4) CVE-2005-3164 version (tomcat, not 5) -CVE-2005-3120 backport (lynx) ### +CVE-2005-3120 backport (lynx) changelog CVE-2005-3119 version (kernel, fixed 2.6.13.4) CVE-2005-3110 version (kernel, fixed 2.6.12) CVE-2005-3109 version (kernel, fixed 2.6.12) @@ -522,8 +522,8 @@ CVE-2005-3054 ignore (php) CVE-2005-3053 version (kernel, fixed 2.6.12.5) CVE-2005-3044 version (kernel, fixed 2.6.13.2) -CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch ### -CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts #### +CVE-2005-3011 backport (texinfo) texinfo-CAN-2005-3011.patch +CVE-2005-2991 ignore (ncompress) don't ship zdiff or zcmp scripts CVE-2005-2978 version (netpbm, fixed 10.25) CVE-2005-2977 version (pam, fixed 0.99.2.1 at least) CVE-2005-2975 version (gtk2, fixed 2.8.7) @@ -536,7 +536,7 @@ CVE-2005-2959 ignore (sudo) not a vulnerability CVE-2005-2946 version (openssl, fixed 0.9.8) CVE-2005-2933 version (libc-client, fixed 2004g at least) -CVE-2005-2929 backport (lynx) ### +CVE-2005-2929 backport (lynx) changelog CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) @@ -568,7 +568,7 @@ CVE-2005-2702 version (firefox, fixed 1.0.7) CVE-2005-2701 version (firefox, fixed 1.0.7) CVE-2005-2700 version (httpd, not 2.2) -CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch ### +CVE-2005-2693 backport (cvs) cvs-1.11.19-tmp.patch CVE-2005-2672 version (lm_sensors, fixed 2.9.2) CVE-2005-2666 version (openssh, fixed 4.0p1) CVE-2005-2642 version (mutt) openbsd only @@ -596,7 +596,7 @@ CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) -CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch ### +CVE-2005-2475 backport (unzip) unzip-5.52-toctou.patch CVE-2005-2471 version (netpbm, fixed 10.31) CVE-2005-2459 ignore (kernel, fixed 2.6.12.5) dropped as code path not possible CVE-2005-2458 version (kernel, fixed 2.6.12.5) @@ -653,7 +653,7 @@ CVE-2005-2095 version (squirrelmail, fixed 1.4.5) CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) -CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch ### +CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) @@ -682,9 +682,9 @@ CVE-2005-1751 ignore (ncpfs) part of shtool in ncpfs is not vulnerable CVE-2005-1740 version (net-snmp, fixed 5.2.2.rc5 at least) CVE-2005-1739 version (ImageMagick, fixed 6.2.2.3) -CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch ### +CVE-2005-1705 backport (gdb) gdb-6.3-security-errata-20050610.patch CVE-2005-1704 version (binutils, fixed 2.16.91.0.3 at least) -CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch ### +CVE-2005-1704 backport (gdb) gdb-6.3-security-errata-20050610.patch CVE-2005-1689 version (krb5, fixed 1.4.2) CVE-2005-1686 ignore (gedit) not a vulnerability CVE-2005-1636 version (mysql, fixed 4.1.12) @@ -735,9 +735,9 @@ CVE-2005-1262 version (gaim, fixed 1.3.0) CVE-2005-1261 version (gaim, fixed 1.3.0) CVE-2005-1260 version (bzip2, fixed 1.0.3) -CVE-2005-1229 backport (cpio) ### -CVE-2005-1228 backport (gzip) ### -CVE-2005-1194 backport (nasm) ### +CVE-2005-1229 backport (cpio) cpio-2.6-dirTraversal.patch +CVE-2005-1228 backport (gzip) changelog +CVE-2005-1194 backport (nasm) changelog CVE-2005-1184 ignore (kernel) expected to not be an issue CVE-2005-1175 version (krb5, fixed 1.4.2) CVE-2005-1174 version (krb5, fixed 1.4.2) @@ -751,24 +751,24 @@ CVE-2005-1155 version (firefox) CVE-2005-1154 version (firefox) CVE-2005-1153 version (firefox) -CVE-2005-1111 backport (cpio) ### -CVE-2005-1065 version (tetex) not upstream version ### +CVE-2005-1111 backport (cpio) cpio-2.6-chmodRaceC.patch +CVE-2005-1065 version (tetex) not upstream version CVE-2005-1061 version (logwatch, fixed 4.3.2 at least) CVE-2005-1046 version (kdelibs, fixed after 3.4.0) CVE-2005-1043 version (php, fixed 4.3.11) CVE-2005-1042 version (php, fixed 4.3.11) CVE-2005-1041 version (kernel, fixed 2.6.12) CVE-2005-1039 ignore (coreutils) not fixed upstream, not a real issue -CVE-2005-1038 backport (vixie-cron) ### +CVE-2005-1038 backport (vixie-cron) CVE-2005-0990 version (sharutils, fixed 4.6 at least) CVE-2005-0989 version (thunderbird) CVE-2005-0989 version (firefox, fixed 1.0.3) -CVE-2005-0988 backport (gzip) ### +CVE-2005-0988 backport (gzip) changelog CVE-2005-0977 version (kernel, fixed 2.6.11) CVE-2005-0967 version (gaim, fixed 1.2.1) CVE-2005-0966 version (gaim, fixed 1.2.1) CVE-2005-0965 version (gaim, fixed 1.2.1) -CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch ### +CVE-2005-0953 backport (bzip2) bzip2-1.0.2-chmod.patch CVE-2005-0941 version (openoffice.org, fixed 1.9 m95) CVE-2005-0937 version (kernel, fixed 2.6.11) CVE-2005-0916 version (kernel, fixed 2.6.12) @@ -789,7 +789,7 @@ CVE-2005-0760 version (ImageMagick, fixed 6.0) CVE-2005-0759 version (ImageMagick, fixed 6.0) CVE-2005-0758 version (gzip, fixed 1.3.5) -CVE-2005-0758 backport (bzip2) ### +CVE-2005-0758 backport (bzip2) CVE-2005-0757 version (kernel, not 2.6) CVE-2005-0756 version (kernel, fixed 2.6.12) CVE-2005-0754 version (kdewebdev, fixed after 3.4.0) @@ -812,7 +812,7 @@ CVE-2005-0627 version (qt, fixed 3.3.4) CVE-2005-0626 version (squid, fixed 2.5.STABLE10) CVE-2005-0605 version (libXpm, fixed 3.5.4 at least) -CVE-2005-0605 backport (openmotif) ### +CVE-2005-0605 backport (openmotif) CVE-2005-0602 ignore (unzip, fixed 5.52) this is really expected behaviour CVE-2005-0596 version (php, fixed 5.0) CVE-2005-0593 version (firefox) @@ -840,14 +840,14 @@ CVE-2005-0504 version (kernel, not 2.6) doesn't build in 2.6 CVE-2005-0490 version (curl, fixed 7.13.1) CVE-2005-0489 version (kernel, not 2.6) -CVE-2005-0488 backport (telnet) ### -CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch ### +CVE-2005-0488 backport (telnet) +CVE-2005-0488 backport (krb5) krb5-1.4.1-telnet-environ.patch CVE-2005-0473 version (gaim, fixed 1.1.3) CVE-2005-0472 version (gaim, fixed 1.1.3) CVE-2005-0469 version (krb5, fixed 1.4.1) -CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### +CVE-2005-0469 backport (telnet) telnet-0.17-CAN-2005-468_469.patch CVE-2005-0468 version (krb5, fixed 1.4.1) -CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch ### +CVE-2005-0468 backport (telnet) telnet-0.17-CAN-2005-468_469.patch CVE-2005-0449 version (kernel, fixed 2.6.11) CVE-2005-0448 version (perl, fixed 5.8.6) CVE-2005-0446 version (squid, fixed 2.5.STABLE9) @@ -1014,7 +1014,7 @@ CVE-2004-1382 version (glibc, not 2.3.5) CVE-2004-1381 version (firefox) CVE-2004-1380 version (firefox) -CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch ### +CVE-2004-1377 backport (a2ps) a2ps-4.13-security.patch CVE-2004-1337 version (kernel, fixed 2.6.11) CVE-2004-1336 version (tetex, fixed 3.0 at least) CVE-2004-1335 version (kernel, fixed 2.6.10) @@ -1024,8 +1024,8 @@ CVE-2004-1308 version (libtiff, fixed 3.7.1 at least) CVE-2004-1307 version (libtiff, was already fixed with 0886) CVE-2004-1304 version (file, fixed 4.12) -CVE-2004-1296 backport (groff) from srpm ### -CVE-2004-1287 backport (nasm) ### +CVE-2004-1296 backport (groff) from srpm +CVE-2004-1287 backport (nasm) changelog CVE-2004-1270 version (cups, fixed 1.1.23) CVE-2004-1269 version (cups, fixed 1.1.23) CVE-2004-1268 version (cups, fixed 1.1.23) @@ -1038,8 +1038,8 @@ CVE-2004-1191 version (kernel, fixed 2.6.9) CVE-2004-1190 version (kernel, fixed 2.6.10) CVE-2004-1189 version (krb5, fixed 1.4) -CVE-2004-1186 backport (enscript) ### -CVE-2004-1185 backport (enscript) ### +CVE-2004-1186 backport (enscript) enscript-1.6.1-CAN-2004-1186.patch +CVE-2004-1185 backport (enscript) enscript-1.6.1-CAN-2004-1185.patch CVE-2004-1184 version (enscript, fixed 1.6.4 at least) CVE-2004-1183 version (libtiff, fixed 3.7.2) CVE-2004-1180 version (rwho, fixed 0.17) @@ -1048,7 +1048,7 @@ CVE-2004-1175 version (mc, fixed 4.6.0) CVE-2004-1174 version (mc, fixed 4.6.0) CVE-2004-1171 version (kdelibs, not 3.4) -CVE-2004-1170 backport (a2ps) a2ps-shell.patch ### +CVE-2004-1170 backport (a2ps) a2ps-shell.patch CVE-2004-1165 version (kdelibs, not 3.4) CVE-2004-1158 version (kdelibs, not 3.4) CVE-2004-1156 version (firefox) @@ -1100,19 +1100,19 @@ CVE-2004-1004 version (mc, fixed 4.6.0) CVE-2004-1002 ignore (ppp) not a security issue CVE-2004-0997 version (kernel, not 2.6) -CVE-2004-0996 backport (cscope) not fixed in 15.5 ### +CVE-2004-0996 backport (cscope) not fixed in 15.5 CVE-2004-0990 version (gd, fixed 2.0.33 at least) CVE-2004-0989 version (libxml2, fixed 2.6.15) CVE-2004-0986 version (iptables, fixed 1.2.12) CVE-2004-0983 version (ruby, fixed 1.8.2) CVE-2004-0981 version (ImageMagick, fixed 6.1.0) CVE-2004-0977 version (postgresql, fixed after 7.4.6) -CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch ### +CVE-2004-0976 backport (perl) perl-5.8.7-CAN-2004-0976.patch CVE-2004-0975 version (openssl, not 0.9.8) CVE-2004-0975 backport (openssl097a, fixed 0.9.7f) CVE-2004-0974 version (netatalk, fixed 2.0.1) CVE-2004-0972 version (lvm2, fixed 2.2.01.8 at least) -CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch ### +CVE-2004-0971 backport (krb5) krb5-1.3.4-send-pr-tempfile.patch CVE-2004-0970 version (gzip) CVE-2004-0969 version (groff, fixed 1.18.1.1) CVE-2004-0968 version (glibc, fixed 2.3.5 at least) @@ -1126,7 +1126,7 @@ CVE-2004-0956 version (mysql, fixed 4.0.20) CVE-2004-0946 version (nfs-utils, fixed 1.0.6-r6) CVE-2004-0942 version (httpd, not 2.2) -CVE-2004-0941 backport (gd) ### +CVE-2004-0941 backport (gd) CVE-2004-0940 version (httpd, not 2.2) CVE-2004-0938 version (freeradius, fixed 1.0.1) CVE-2004-0930 version (samba, fixed 3.0.8) @@ -1134,7 +1134,7 @@ CVE-2004-0923 version (cups, fixed 1.2.22) CVE-2004-0918 version (squid, fixed 2.4.STABLE7) CVE-2004-0914 version (xorg-x11, fixed after 6.8.1) -CVE-2004-0914 backport (openmotif) ### +CVE-2004-0914 backport (openmotif) CVE-2004-0909 version (thunderbird) CVE-2004-0909 version (firefox) CVE-2004-0907 version (thunderbird) @@ -1145,7 +1145,7 @@ CVE-2004-0889 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (xpdf, fixed 3.0.1) CVE-2004-0888 version (tetex, fixed 3.0) -CVE-2004-0888 version (kdegraphics, not 3.4) ### +CVE-2004-0888 version (kdegraphics, not 3.4) CVE-2004-0888 version (cups) CVE-2004-0887 version (kernel, fixed 2.6.10) CVE-2004-0886 version (libtiff, fixed 3.7.1 at least) @@ -1196,8 +1196,8 @@ CVE-2004-0779 version (firefox) CVE-2004-0778 version (cvs, fixed 1.11.17) CVE-2004-0772 version (krb5, fixed after 1.2.8) -CVE-2004-0771 backport (lha, changelog) ### -CVE-2004-0769 backport (lha, changelog) ### +CVE-2004-0771 backport (lha) changelog +CVE-2004-0769 backport (lha) changelog CVE-2004-0768 version (libpng, fixed 1.2.6) CVE-2004-0755 version (ruby, fixed 1.8.1) CVE-2004-0754 version (gaim, fixed 0.82) @@ -1209,10 +1209,10 @@ CVE-2004-0748 version (httpd, not 2.2) CVE-2004-0747 version (httpd, not 2.2) CVE-2004-0746 version (kde, fixed 3.3) -CVE-2004-0745 backport (lha) ### +CVE-2004-0745 backport (lha) changelog CVE-2004-0721 version (kdelibs, fixed 3.3) CVE-2004-0700 version (httpd, not 2.2) -CVE-2004-0694 backport (lha, changelog) ### +CVE-2004-0694 backport (lha) changelog CVE-2004-0693 version (qt, fixed 3.3.3) CVE-2004-0692 version (qt, fixed 3.3.3) CVE-2004-0691 version (qt, fixed 3.3.3) @@ -1237,7 +1237,7 @@ CVE-2004-0626 version (kernel, fixed 2.6.8) CVE-2004-0619 version (kernel) no driver CVE-2004-0607 version (racoon) -CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch ### +CVE-2004-0603 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch CVE-2004-0600 version (samba, fixed 3.0.6) CVE-2004-0599 version (libpng, fixed 1.2.6) CVE-2004-0598 version (libpng, fixed 1.2.6) @@ -1303,8 +1303,8 @@ CVE-2004-0365 version (wireshark, fixed 0.10.3) CVE-2004-0263 version (php, fixed 4.3.5) CVE-2004-0256 version (libtool, fixed 1.5.2) -CVE-2004-0235 backport (lha, changelog) ### -CVE-2004-0234 backport (lha, changelog) ### +CVE-2004-0235 backport (lha) changelog +CVE-2004-0234 backport (lha) changelog CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) @@ -1490,7 +1490,7 @@ CVE-2003-0430 version (wireshark, fixed after 0.9.12) CVE-2003-0429 version (wireshark, fixed after 0.9.12) CVE-2003-0428 version (wireshark, fixed after 0.9.12) -CVE-2003-0427 backport (mikmod) ### +CVE-2003-0427 backport (mikmod) from changelog CVE-2003-0418 version (kernel, not 2.6) CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) @@ -1591,7 +1591,7 @@ CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) -CVE-2002-2211 ** bind ### +CVE-2002-2211 ** bind CVE-2002-2210 ignore (openoffice) binary install only (not rpm install) CVE-2002-2204 ignore (rpm) by design CVE-2002-2196 version (samba, fixed 2.2.5) @@ -1602,7 +1602,7 @@ CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) -CVE-2002-1814 ignore (bonobo) not shipped setuid ### +CVE-2002-1814 ignore (libbonobo) not shipped setuid CVE-2002-1793 version (mod_ssl), also only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) @@ -1619,4 +1619,4 @@ CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) CVE-2000-0504 version (libICE, fixed XFree86:4.0.1) -CVE-1999-1572 backport (cpio) ### +CVE-1999-1572 backport (cpio) cpio-2.6-umask.patch From fedora-extras-commits at redhat.com Tue Aug 15 09:58:15 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 02:58:15 -0700 Subject: fedora-security/audit fc6,1.10,1.11 Message-ID: <200608150958.k7F9wFeb004661@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4643 Modified Files: fc6 Log Message: Deal with xorg-server by looking at the srpm and tarball and comparing to patches at http://xorg.freedesktop.org/releases/X11R7.0/patches/ Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fc6 15 Aug 2006 09:28:10 -0000 1.10 +++ fc6 15 Aug 2006 09:58:13 -0000 1.11 @@ -255,7 +255,7 @@ CVE-2006-1529 version (firefox, fixed 1.5.0.2) CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.17) -CVE-2006-1526 backport (xorg-x11) [since FEDORA-2006-483] ### +CVE-2006-1526 version (xorg-x11-server, fixed 1.1.1 at least) CVE-2006-1525 version (kernel, fixed 2.6.16.8) CVE-2006-1524 version (kernel, fixed 2.6.16.7) CVE-2006-1523 version (kernel, fixed 2.6.16.4) @@ -302,7 +302,7 @@ CVE-2006-0748 version (firefox, fixed 1.5.0.2) CVE-2006-0747 version (freetype, fixed 2.2.1) CVE-2006-0746 version (kdegraphics, fixed 3.4) -CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] ### +CVE-2006-0745 version (xorg-x11-server, fixed 1.1.1 at least) CVE-2006-0744 version (kernel, fixed 2.6.16.5) CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) From fedora-extras-commits at redhat.com Tue Aug 15 10:11:17 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 03:11:17 -0700 Subject: fedora-security/audit fc6,1.11,1.12 Message-ID: <200608151011.k7FABHpQ007346@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7328 Modified Files: fc6 Log Message: Deal with libtiff by looking at the 3.8.2 upstream source; also some old firefox issues that are mostly unfixed Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- fc6 15 Aug 2006 09:58:13 -0000 1.11 +++ fc6 15 Aug 2006 10:11:15 -0000 1.12 @@ -103,7 +103,7 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog -CVE-2006-2894 VULNERABLE (firefox) ### +CVE-2006-2894 VULNERABLE (firefox) CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) @@ -133,7 +133,7 @@ CVE-2006-2723 ignore (firefox) disputed CVE-2006-2661 version (freetype, fixed 2.2.1) CVE-2006-2660 ignore (php) see bz#195539 -CVE-2006-2656 backport (libtiff) [since FEDORA-2006-592] ### +CVE-2006-2656 backport (libtiff) tiffsplit-overflow.patch CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC CVE-2006-2607 backport (vixie-cron) #177476 ### @@ -163,8 +163,8 @@ CVE-2006-2199 version (openoffice.org, fixed 2.0.3) CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid -CVE-2006-2193 VULNERABLE (libtiff) #194363 ### -CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] ### +CVE-2006-2193 VULNERABLE (libtiff) fc5#194363 +CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) CVE-2006-2071 version (kernel, fixed 2.6.16.6) @@ -318,7 +318,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNERABLE (firefox) not fixed upstream ### +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection @@ -380,7 +380,7 @@ CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream ### +CVE-2005-4685 VULNERABLE (firefox) not fixed upstream CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) @@ -1368,7 +1368,8 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (firefox) not fixed upstream ### +CVE-2003-1265 VULNERABLE (firefox) +CVE-2003-1265 VULNERABLE (thunderbird) CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) From fedora-extras-commits at redhat.com Tue Aug 15 13:49:06 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 06:49:06 -0700 Subject: fedora-security/audit fc6,1.12,1.13 Message-ID: <200608151349.k7FDn6AN017299@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17281 Modified Files: fc6 Log Message: More source code review Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fc6 15 Aug 2006 10:11:15 -0000 1.12 +++ fc6 15 Aug 2006 13:49:03 -0000 1.13 @@ -60,12 +60,12 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (gcc/fastjar 0.93) ### +CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 ### +CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -83,7 +83,7 @@ CVE-2006-3174 version (squirrelmail, fixed 1.4.7) CVE-2006-3145 version (netpbm, fixed 10.34) CVE-2006-3127 version (nss, only affected 3.11) -CVE-2006-3122 ** dhcp +CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) @@ -136,7 +136,7 @@ CVE-2006-2656 backport (libtiff) tiffsplit-overflow.patch CVE-2006-2629 ignore (kernel) couldn't be reproduced on FC CVE-2006-2613 ignore (firefox) This isn't an issue on FC -CVE-2006-2607 backport (vixie-cron) #177476 ### +CVE-2006-2607 backport (vixie-cron) vixie-cron-4.1-_42-bz178431.patch CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) CVE-2006-2451 version (kernel, fixed 2.6.17.4) @@ -308,7 +308,7 @@ CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### -CVE-2006-0670 VULNERABLE (bluez-hcidump) ### +CVE-2006-0670 version (bluez-hcidump, fixed 1.30) CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) CVE-2006-0576 backport (oprofile) oprofile_opcontrol.patch @@ -654,7 +654,7 @@ CVE-2005-2088 version (httpd, not 2.2) CVE-2005-2069 version (nss_ldap, fixed pam_ldap:180) CVE-2005-2069 backport (openldap) openldap-2.2.13-tls-fix-connection-test.patch -CVE-2005-2023 version (gnupg, fixed 1.9.15??) ### +CVE-2005-2023 version (gnupg, only 1.9.14) CVE-2005-1993 version (sudo, fixed 1.6.8p9) CVE-2005-1992 version (ruby, fixed 1.8.3 at least) CVE-2005-1937 version (firefox, fixed 1.0.5) @@ -806,7 +806,6 @@ CVE-2005-0705 version (wireshark, fixed after 0.10.9) CVE-2005-0704 version (wireshark, fixed after 0.10.9) CVE-2005-0698 version (wireshark, fixed after 0.10.9) -CVE-2005-0670 VULNERABLE (hcidump) ### CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) @@ -940,11 +939,11 @@ CVE-2005-0078 version (kde, fixed 3.0.5) CVE-2005-0077 version (perl-DBI, fixed 1.48 at least) CVE-2005-0075 version (squirrelmail, fixed 1.4.4) -CVE-2005-0069 backport (vim) vim-6.4-tmpfile.patch ### +CVE-2005-0069 version (vim, fixed 7.0 at least) CVE-2005-0064 version (xpdf, fixed 3.0.1) CVE-2005-0064 version (tetex, fixed 3.0) CVE-2005-0064 version (kdegraphics, not 3.4) -CVE-2005-0064 backport (cups) cups-CAN-2005-0064.patch ### +CVE-2005-0064 version (cups, fixed 1.2.2) CVE-2005-0039 ignore (kernel) not a vulnerability: don't do this says the rfc CVE-2005-0034 version (bind, fixed after 9.3.0) CVE-2005-0033 version (bind, not 9) @@ -1291,12 +1290,12 @@ CVE-2004-0411 version (kdelibs, fixed 3.3) CVE-2004-0409 version (xchat, fixed after 2.0.8) CVE-2004-0405 version (cvs, fixed 1.11) -CVE-2004-0403 version (racoon, fixed 20040408a) ### +CVE-2004-0403 version (racoon, fixed ipsec-tools-0.6.5 at least) CVE-2004-0398 version (neon, fixed 0.24.6) CVE-2004-0397 version (subversion, fixed 1.0.1) CVE-2004-0396 version (cvs, fixed 1.12.8) CVE-2004-0394 version (kernel, not 2.6) also not a vulnerability -CVE-2004-0392 version (racoon, fixed 20040407b) ### +CVE-2004-0392 version (racoon, fixed 20040407b) CVE-2004-0388 version (mysql, fixed 4.1.11 at least) CVE-2004-0381 version (mysql, fixed 4.1.11 at least) CVE-2004-0367 version (wireshark, fixed 0.10.3) @@ -1326,8 +1325,8 @@ CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) -CVE-2004-0164 version (racoon) ### -CVE-2004-0155 version (racoon) ### +CVE-2004-0164 version (racoon) +CVE-2004-0155 version (racoon) CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) From fedora-extras-commits at redhat.com Tue Aug 15 14:35:27 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:27 -0700 Subject: rpms/perl-Scalar-Properties - New directory Message-ID: <200608151435.k7FEZT0q020283@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20257/perl-Scalar-Properties Log Message: Directory /cvs/extras/rpms/perl-Scalar-Properties added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:35:28 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:28 -0700 Subject: rpms/perl-Scalar-Properties/devel - New directory Message-ID: <200608151435.k7FEZUTH020286@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20257/perl-Scalar-Properties/devel Log Message: Directory /cvs/extras/rpms/perl-Scalar-Properties/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:35:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:49 -0700 Subject: rpms/perl-Scalar-Properties/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151435.k7FEZsLw020336@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20302/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Scalar-Properties --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 14:35:49 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:35:49 -0700 Subject: rpms/perl-Scalar-Properties Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151435.k7FEZsfO020335@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20302 Added Files: Makefile import.log Log Message: Setup of module perl-Scalar-Properties --- NEW FILE Makefile --- # Top level Makefile for module perl-Scalar-Properties all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 14:36:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:36:22 -0700 Subject: rpms/perl-Scalar-Properties import.log,1.1,1.2 Message-ID: <200608151436.k7FEaOaA020399@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20366 Modified Files: import.log Log Message: auto-import perl-Scalar-Properties-0.12-1 on branch devel from perl-Scalar-Properties-0.12-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 14:35:48 -0000 1.1 +++ import.log 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +perl-Scalar-Properties-0_12-1:HEAD:perl-Scalar-Properties-0.12-1.src.rpm:1155652581 From fedora-extras-commits at redhat.com Tue Aug 15 14:36:22 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:36:22 -0700 Subject: rpms/perl-Scalar-Properties/devel perl-Scalar-Properties.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151436.k7FEaO3h020404@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Scalar-Properties/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20366/devel Modified Files: .cvsignore sources Added Files: perl-Scalar-Properties.spec Log Message: auto-import perl-Scalar-Properties-0.12-1 on branch devel from perl-Scalar-Properties-0.12-1.src.rpm --- NEW FILE perl-Scalar-Properties.spec --- Name: perl-Scalar-Properties Version: 0.12 Release: 1%{?dist} Summary: Run-time properties on scalar variables Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Scalar-Properties/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Scalar-Properties-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Scalar::Properties attempts to make Perl more object-oriented by taking an idea from Ruby: Everything you manipulate is an object, and the results of those manipulations are objects themselves. %prep %setup -q -n Scalar-Properties-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/Scalar/ %{_mandir}/man3/*.3pm* %changelog * Sun Apr 09 2006 Jose Pedro Oliveira - 0.12-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 14:35:49 -0000 1.1 +++ .cvsignore 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +Scalar-Properties-0.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Scalar-Properties/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 14:35:49 -0000 1.1 +++ sources 15 Aug 2006 14:36:22 -0000 1.2 @@ -0,0 +1 @@ +19aefcff9043f8645d42f0bbe8c39d18 Scalar-Properties-0.12.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:37:53 -0700 Subject: rpms/perl-Data-Compare - New directory Message-ID: <200608151437.k7FEbta4020507@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/perl-Data-Compare Log Message: Directory /cvs/extras/rpms/perl-Data-Compare added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:37:53 -0700 Subject: rpms/perl-Data-Compare/devel - New directory Message-ID: <200608151438.k7FEbtb5020510@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481/perl-Data-Compare/devel Log Message: Directory /cvs/extras/rpms/perl-Data-Compare/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 14:38:14 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:14 -0700 Subject: rpms/perl-Data-Compare Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151438.k7FEcGEr020559@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526 Added Files: Makefile import.log Log Message: Setup of module perl-Data-Compare --- NEW FILE Makefile --- # Top level Makefile for module perl-Data-Compare all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 14:38:15 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:15 -0700 Subject: rpms/perl-Data-Compare/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151438.k7FEcHD6020562@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Data-Compare --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 14:38:44 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:44 -0700 Subject: rpms/perl-Data-Compare import.log,1.1,1.2 Message-ID: <200608151438.k7FEckJ2020625@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20592 Modified Files: import.log Log Message: auto-import perl-Data-Compare-0.13-1 on branch devel from perl-Data-Compare-0.13-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 14:38:14 -0000 1.1 +++ import.log 15 Aug 2006 14:38:44 -0000 1.2 @@ -0,0 +1 @@ +perl-Data-Compare-0_13-1:HEAD:perl-Data-Compare-0.13-1.src.rpm:1155652724 From fedora-extras-commits at redhat.com Tue Aug 15 14:38:45 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:38:45 -0700 Subject: rpms/perl-Data-Compare/devel perl-Data-Compare.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151438.k7FEcl80020630@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Data-Compare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20592/devel Modified Files: .cvsignore sources Added Files: perl-Data-Compare.spec Log Message: auto-import perl-Data-Compare-0.13-1 on branch devel from perl-Data-Compare-0.13-1.src.rpm --- NEW FILE perl-Data-Compare.spec --- Name: perl-Data-Compare Version: 0.13 Release: 1%{?dist} Summary: Compare perl data structures Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Data-Compare/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(File::Find::Rule) BuildRequires: perl(Scalar::Properties) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module compares arbitrary data structures to see if they are copies of each other. %prep %setup -q -n Data-Compare-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES MAINTAINERS-NOTE README TODO %{perl_vendorlib}/Data/ %{_mandir}/man3/*.3pm* %changelog * Sun Apr 09 2006 Jose Pedro Oliveira - 0.13-1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 14:38:15 -0000 1.1 +++ .cvsignore 15 Aug 2006 14:38:45 -0000 1.2 @@ -0,0 +1 @@ +Data-Compare-0.13.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Compare/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 14:38:15 -0000 1.1 +++ sources 15 Aug 2006 14:38:45 -0000 1.2 @@ -0,0 +1 @@ +874a13f201c6948e84867f82d950907a Data-Compare-0.13.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:44:09 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:44:09 -0700 Subject: owners owners.list,1.1399,1.1400 Message-ID: <200608151444.k7FEiCnP020713@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20696 Modified Files: owners.list Log Message: New packages: perl-Scalar-Properties (#202318) and perl-Data-Compare (#202319) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1399 retrieving revision 1.1400 diff -u -r1.1399 -r1.1400 --- owners.list 15 Aug 2006 08:53:53 -0000 1.1399 +++ owners.list 15 Aug 2006 14:44:09 -0000 1.1400 @@ -1147,6 +1147,7 @@ Fedora Extras|perl-CSS-Tiny|Read/Write .css files with as little code as possible|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Curses|Perl bindings for ncurses|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Buffer|Read/write buffer class for perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Data-Compare|Compare perl data structures|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-HexDump|Hexadecial Dumper|andreas at bawue.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Hierarchy|Handle data in a hierarchical structure|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Page|Help when paging through sets of results|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com @@ -1396,6 +1397,7 @@ Fedora Extras|perl-Regexp-Common|Regexp::Common Perl module|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Regexp-Shellish|Shell-like regular expressions|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Scalar-Properties|Run-time properties on scalar variables|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 15 14:51:33 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 15 Aug 2006 07:51:33 -0700 Subject: rpms/perl-AppConfig/FC-5 .cvsignore, 1.2, 1.3 perl-AppConfig.spec, 1.9, 1.10 sources, 1.2, 1.3 Message-ID: <200608151451.k7FEpZV5020804@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-AppConfig/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20783 Modified Files: .cvsignore perl-AppConfig.spec sources Log Message: Sync with devel. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:57:32 -0000 1.2 +++ .cvsignore 15 Aug 2006 14:51:33 -0000 1.3 @@ -1 +1 @@ -AppConfig-1.56.tar.gz +AppConfig-1.63.tar.gz Index: perl-AppConfig.spec =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/perl-AppConfig.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-AppConfig.spec 17 Feb 2006 18:59:55 -0000 1.9 +++ perl-AppConfig.spec 15 Aug 2006 14:51:33 -0000 1.10 @@ -1,16 +1,17 @@ Name: perl-AppConfig -Version: 1.56 -Release: 4%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/AppConfig/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(File::HomeDir) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +51,16 @@ %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes LICENSE README TODO %{perl_vendorlib}/* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.63-1 +- Update to 1.63. +- New upstream maintainer. + * Fri Feb 17 2006 Jose Pedro Oliveira - 1.56-4 - Rebuild for FC5 (perl 5.8.8). Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-AppConfig/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:57:32 -0000 1.2 +++ sources 15 Aug 2006 14:51:33 -0000 1.3 @@ -1 +1 @@ -16a69f81aaf2b86ee30b25541f58cac0 AppConfig-1.56.tar.gz +60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 14:53:05 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 07:53:05 -0700 Subject: fedora-security/audit fc6,1.13,1.14 Message-ID: <200608151453.k7FEr57F020878@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20860 Modified Files: fc6 Log Message: Six more done, 12 to go Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- fc6 15 Aug 2006 13:49:03 -0000 1.13 +++ fc6 15 Aug 2006 14:53:03 -0000 1.14 @@ -145,10 +145,10 @@ CVE-2006-2447 version (spamassassin, fixed 3.1.3) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) -CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] ### +CVE-2006-2440 version (ImageMagick, fixed 6.2.8 at least) CVE-2006-2414 version (dovecot, fixed 1.0.beta8) not a security issue CVE-2006-2369 version (vnc, fixed 4.1.2) -CVE-2006-2366 VULNERABLE (openobex) #192087 ### +CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) @@ -246,7 +246,7 @@ CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1542 backport (python) [since FEDORA-2006-689] ### +CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) CVE-2006-1530 version (thunderbird, fixed 1.5.0.2) @@ -265,9 +265,9 @@ CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) -CVE-2006-1470 VULNERABLE (openldap) #197278 ### +CVE-2006-1470 VULNERABLE (openldap) fc5#197278 CVE-2006-1368 version (kernel, fixed 2.6.16) -CVE-2006-1354 VULNERABLE (freeradius) ### +CVE-2006-1354 version (freeradius, fixed 1.1.2 at least) CVE-2006-1343 version (kernel, fixed 2.6.16.19) CVE-2006-1342 version (kernel, not 2.6) CVE-2006-1335 version (gnome-screensaver, fixed 2.14) From fedora-extras-commits at redhat.com Tue Aug 15 15:44:05 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 08:44:05 -0700 Subject: fedora-security/audit fc6,1.14,1.15 Message-ID: <200608151544.k7FFi59s023630@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23612 Modified Files: fc6 Log Message: Just about finished with fc6test2 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- fc6 15 Aug 2006 14:53:03 -0000 1.14 +++ fc6 15 Aug 2006 15:44:03 -0000 1.15 @@ -1,15 +1,8 @@ -********************************************************************** -* WORK IN PROGRESS -********************************************************************** - Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 -Notes: -1. Removed packages no longer shipped -2. Added packages newly shipped -3. Deal with libutempter/utempter -4. ### left to do (was 1771) +ACTION: Deal with libutempter/utempter +ACTION: Double check VULNERABLE and file fc6 bugs ** are items that need attention @@ -277,7 +270,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) #201919 ### +CVE-2006-1168 VULNERABLE (ncompress) fc5#201919 CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -295,7 +288,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0836 VULNERABLE (thunderbird) ### +CVE-2006-0836 VULNERABLE (thunderbird) CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) @@ -307,7 +300,7 @@ CVE-2006-0742 version (kernel, fixed 2.6.16) CVE-2006-0741 version (kernel, fixed 2.6.15.5) CVE-2006-0730 version (dovecot, 1.0beta[12] only) -CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert ### +CVE-2006-0678 ignore (postgresql) we don't build --enable-cassert CVE-2006-0670 version (bluez-hcidump, fixed 1.30) CVE-2006-0645 version (gnutls, fixed 1.2.10) CVE-2006-0591 version (postgresql, fixed 8.0.6) @@ -333,7 +326,7 @@ CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) -CVE-2006-0300 backport (tar) ### +CVE-2006-0300 version (tar, fixed 1.15.90 at least) CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (firefox, fixed 1.5.0.1) CVE-2006-0298 version (thunderbird, fixed 1.5) @@ -374,8 +367,8 @@ CVE-2006-0019 version (kdelibs, fixed 3.5.1) CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough -CVE-2005-4746 version (freeradius) we don't build vulnerable bits ### -CVE-2005-4745 version (freeradius) we don't build vulnerable bits ### +CVE-2005-4746 version (freeradius, fixed 1.0.5) +CVE-2005-4745 version (freeradius, fixed 1.0.5) CVE-2005-4744 version (freeradius, fixed 1.0.5) CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) @@ -592,7 +585,7 @@ CVE-2005-2494 version (kdebase, fixed after 3.4.2) CVE-2005-2492 version (kernel, fixed 2.6.13.1) CVE-2005-2491 version (pcre, fixed 6.2) -CVE-2005-2491 ignore (python) fc4 python does not contain pcre ### +CVE-2005-2491 ignore (python) fc6 python does not contain pcre CVE-2005-2491 ignore (php) php uses system pcre CVE-2005-2491 ignore (httpd) httpd uses system pcre CVE-2005-2490 version (kernel, fixed 2.6.13.1) @@ -863,7 +856,7 @@ CVE-2005-0384 version (kernel, fixed 2.6.11.4) CVE-2005-0372 version (gftp, fixed 2.0.18 at least) CVE-2005-0365 version (kdelibs, not 3.4) -CVE-2005-0337 version (postfix, not 2.2) ### +CVE-2005-0337 version (postfix, fixed 2.1.4) CVE-2005-0255 version (thunderbird, fixed 1.0.2) CVE-2005-0255 version (firefox, fixed 1.0.1) CVE-2005-0247 version (postgresql, fixed after 8.0) @@ -1322,7 +1315,7 @@ CVE-2004-0177 version (kernel, fixed 2.6.6) CVE-2004-0176 version (wireshark, fixed 0.10.3) CVE-2004-0175 version (openssh, fixed 3.4p1) -CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch ### +CVE-2004-0175 backport (krb5) krb5-1.3.3-rcp-markus.patch CVE-2004-0174 version (httpd, not 2.2) CVE-2004-0173 version (httpd, not 2.2) CVE-2004-0164 version (racoon) @@ -1330,7 +1323,7 @@ CVE-2004-0154 version (nfs-utils, fixed 1.0.6) CVE-2004-0150 version (python, fixed 2.2.2) CVE-2004-0138 version (kernel, fixed 2.6.0) -CVE-2004-0133 version (kernel, 2.6.4) ### +CVE-2004-0133 version (kernel, fixed 2.6.4) CVE-2004-0113 version (httpd, not 2.2) CVE-2004-0112 version (openssl, not 0.9.8) CVE-2004-0112 backport (openssl097a, fixed 0.9.7d) @@ -1495,7 +1488,7 @@ CVE-2003-0388 version (pam, fixed 0.78) CVE-2003-0386 version (openssh, fixed after 3.6.1) CVE-2003-0370 version (kde, fixed 3.0) -CVE-2003-0367 backport (gzip) ### +CVE-2003-0367 backport (gzip) gzip-1.3.5-openbsd-owl-tmp.patch CVE-2003-0364 version (kernel, not 2.6) CVE-2003-0357 version (wireshark, fixed after 0.9.11) CVE-2003-0356 version (wireshark, fixed after 0.9.11) @@ -1530,7 +1523,7 @@ CVE-2003-0187 version (kernel, not 2.6) CVE-2003-0167 version (mutt, fixed 1.4.1) CVE-2003-0166 version (php, fixed 4.3.2) -CVE-2003-0165 version (eog, fixed 2.2.2??) ### +CVE-2003-0165 version (eog, fixed 2.2.2) CVE-2003-0161 version (sendmail, fixed 8.12.9) CVE-2003-0160 version (squirrelmail, fixed 1.2.11) CVE-2003-0159 version (wireshark, fixed after 0.9.9) From fedora-extras-commits at redhat.com Tue Aug 15 17:49:39 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:49:39 -0700 Subject: rpms/seamonkey/devel .cvsignore, 1.4, 1.5 seamonkey-configure.patch, 1.3, 1.4 seamonkey-fedora-default-prefs.js, 1.1, 1.2 seamonkey.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608151749.k7FHngI8029275@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29247 Modified Files: .cvsignore seamonkey-configure.patch seamonkey-fedora-default-prefs.js seamonkey.spec sources Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 - Fix a build failure in mailnews mime code. * Thu Aug 03 2006 Kai Engert 1.0.4-2 - SeaMonkey 1.0.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jun 2006 20:36:25 -0000 1.4 +++ .cvsignore 15 Aug 2006 17:49:39 -0000 1.5 @@ -1 +1 @@ -seamonkey-1.0.2.source.tar.bz2 +seamonkey-1.0.4.source.tar.bz2 seamonkey-configure.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.3 -r 1.4 seamonkey-configure.patch Index: seamonkey-configure.patch =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-configure.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- seamonkey-configure.patch 7 Jun 2006 20:36:25 -0000 1.3 +++ seamonkey-configure.patch 15 Aug 2006 17:49:39 -0000 1.4 @@ -1,5 +1,5 @@ ---- mozilla/configure.xxx 2006-06-07 20:11:30.000000000 +0200 -+++ mozilla/configure 2006-06-07 20:12:15.000000000 +0200 +--- mozilla/configure.pre999 2006-08-03 22:59:11.000000000 +0200 ++++ mozilla/configure 2006-08-03 22:59:14.000000000 +0200 @@ -941,7 +941,7 @@ fi @@ -27,13 +27,7 @@ build_alias=$build case "$build_alias" in -@@ -1050,12 +1050,12 @@ - LIBGNOME_VERSION=2.0 - - MISSING_X= --for ac_prog in mawk gawk nawk awk -+for ac_prog in gawk mawk nawk awk - do +@@ -1055,7 +1055,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 @@ -309,390 +303,348 @@ if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1886,6 +1886,57 @@ - fi - fi - -+for ac_declaration in \ -+ ''\ -+ '#include ' \ -+ 'extern "C" void std::exit (int) throw (); using std::exit;' \ -+ 'extern "C" void std::exit (int); using std::exit;' \ -+ 'extern "C" void exit (int) throw ();' \ -+ 'extern "C" void exit (int);' \ -+ 'void exit (int);' -+do -+ cat > conftest.$ac_ext < conftest.$ac_ext < -+$ac_declaration -+int main() { -+exit (42); -+; return 0; } -+EOF + #include "confdefs.h" + #include + $ac_declaration +@@ -1904,7 +1904,7 @@ + exit (42); + ; return 0; } + EOF +-if { (eval echo configure:1900: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ : -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ continue -+fi -+rm -f conftest* -+ cat > conftest.$ac_ext <&5 +@@ -1914,14 +1914,14 @@ + fi + rm -f conftest* + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+ rm -rf conftest* -+ break -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+fi -+rm -f conftest* -+done -+if test -n "$ac_declaration"; then -+ echo '#ifdef __cplusplus' >>confdefs.h -+ echo $ac_declaration >>confdefs.h -+ echo '#endif' >>confdefs.h -+fi -+ -+ - - case "$build:$target" in - powerpc-apple-darwin8*:i?86-apple-darwin*) -@@ -1899,7 +1950,7 @@ + rm -rf conftest* + break + else +@@ -1950,7 +1950,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1895: checking for $ac_word" >&5 +-echo "configure:1946: checking for $ac_word" >&5 +echo "configure:1954: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1934,7 +1985,7 @@ +@@ -1985,7 +1985,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1930: checking for $ac_word" >&5 +-echo "configure:1981: checking for $ac_word" >&5 +echo "configure:1989: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -1969,7 +2020,7 @@ +@@ -2020,7 +2020,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:1965: checking for $ac_word" >&5 +-echo "configure:2016: checking for $ac_word" >&5 +echo "configure:2024: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2010,7 +2061,7 @@ +@@ -2061,7 +2061,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2006: checking for $ac_word" >&5 +-echo "configure:2057: checking for $ac_word" >&5 +echo "configure:2065: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2045,7 +2096,7 @@ +@@ -2096,7 +2096,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2041: checking for $ac_word" >&5 +-echo "configure:2092: checking for $ac_word" >&5 +echo "configure:2100: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2080,7 +2131,7 @@ +@@ -2131,7 +2131,7 @@ # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2076: checking for $ac_word" >&5 +-echo "configure:2127: checking for $ac_word" >&5 +echo "configure:2135: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -2118,7 +2169,7 @@ +@@ -2169,7 +2169,7 @@ # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:2114: checking for $ac_word" >&5 +-echo "configure:2165: checking for $ac_word" >&5 +echo "configure:2173: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 [...6552 lines suppressed...] find_stack_direction () { -@@ -18343,7 +18535,7 @@ +@@ -18404,7 +18506,7 @@ exit (find_stack_direction() < 0); } EOF --if { (eval echo configure:18222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null -+if { (eval echo configure:18539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +-if { (eval echo configure:18283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:18510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else -@@ -18392,17 +18584,17 @@ +@@ -18453,17 +18555,17 @@ do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 --echo "configure:18271: checking for $ac_hdr" >&5 -+echo "configure:18588: checking for $ac_hdr" >&5 +-echo "configure:18332: checking for $ac_hdr" >&5 ++echo "configure:18559: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:18281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -+{ (eval echo configure:18598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +-{ (eval echo configure:18342: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:18569: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* -@@ -18482,7 +18674,7 @@ +@@ -18543,7 +18645,7 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18361: checking for $ac_word" >&5 -+echo "configure:18678: checking for $ac_word" >&5 +-echo "configure:18422: checking for $ac_word" >&5 ++echo "configure:18649: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18526,19 +18718,19 @@ +@@ -18587,19 +18689,19 @@ PKG_CONFIG_MIN_VERSION=0.9.0 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6 --echo "configure:18405: checking for cairo >= $CAIRO_VERSION" >&5 -+echo "configure:18722: checking for cairo >= $CAIRO_VERSION" >&5 +-echo "configure:18466: checking for cairo >= $CAIRO_VERSION" >&5 ++echo "configure:18693: checking for cairo >= $CAIRO_VERSION" >&5 if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then echo "$ac_t""yes" 1>&6 succeeded=yes echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6 --echo "configure:18412: checking CAIRO_CFLAGS" >&5 -+echo "configure:18729: checking CAIRO_CFLAGS" >&5 +-echo "configure:18473: checking CAIRO_CFLAGS" >&5 ++echo "configure:18700: checking CAIRO_CFLAGS" >&5 CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"` echo "$ac_t""$CAIRO_CFLAGS" 1>&6 echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6 --echo "configure:18417: checking CAIRO_LIBS" >&5 -+echo "configure:18734: checking CAIRO_LIBS" >&5 +-echo "configure:18478: checking CAIRO_LIBS" >&5 ++echo "configure:18705: checking CAIRO_LIBS" >&5 ## don't use --libs since that can do evil things like add ## -Wl,--export-dynamic CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`" -@@ -18603,7 +18795,7 @@ +@@ -18664,7 +18766,7 @@ # Extract the first word of "python", so it can be a program name with args. set dummy python; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 --echo "configure:18482: checking for $ac_word" >&5 -+echo "configure:18799: checking for $ac_word" >&5 +-echo "configure:18543: checking for $ac_word" >&5 ++echo "configure:18770: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else -@@ -18864,14 +19056,14 @@ +@@ -18925,14 +19027,14 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext < int main() { int x = 1; x++; ; return 0; } EOF --if { (eval echo configure:18750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:18811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19038: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19139,6 +19331,10 @@ +@@ -19200,6 +19302,10 @@ @@ -5664,69 +5584,25 @@ cat >> confdefs.h < conftest.$ac_ext < -@@ -19182,7 +19378,7 @@ +@@ -19243,7 +19349,7 @@ ; return 0; } EOF --if { (eval echo configure:19061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -+if { (eval echo configure:19382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +-if { (eval echo configure:19122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:19353: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then : else echo "configure: failed program was:" >&5 -@@ -19399,15 +19595,34 @@ - # Transform confdefs.h into DEFS. - # Protect against shell expansion while executing Makefile rules. - # Protect against Makefile macro expansion. --cat > conftest.defs <<\EOF --s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g --s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g --s%\[%\\&%g --s%\]%\\&%g --s%\$%$$%g --EOF --DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` --rm -f conftest.defs -+# -+# If the first sed substitution is executed (which looks for macros that -+# take arguments), then we branch to the quote section. Otherwise, -+# look for a macro that doesn't take arguments. -+cat >confdef2opt.sed <<\_ACEOF -+t clear -+: clear -+s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g -+t quote -+s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g -+t quote -+d -+: quote -+s,[ `~#$^&*(){}\\|;'"<>?],\\&,g -+s,\[,\\&,g -+s,\],\\&,g -+s,\$,$$,g -+p -+_ACEOF -+# We use echo to avoid assuming a particular line-breaking character. -+# The extra dot is to prevent the shell from consuming trailing -+# line-breaks from the sub-command output. A line-break within -+# single-quotes doesn't work because, if this script is created in a -+# platform that uses two characters for line-breaks (e.g., DOS), tr -+# would break. -+ac_LF_and_DOT=`echo; echo .` -+DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` -+rm -f confdef2opt.sed - - MOZ_DEFINES=$DEFS - -@@ -19690,12 +19905,13 @@ +@@ -19770,12 +19876,13 @@ s%@MOZ_ENABLE_FREETYPE2@%$MOZ_ENABLE_FREETYPE2%g s%@MOZ_XFT_CFLAGS@%$MOZ_XFT_CFLAGS%g s%@MOZ_XFT_LIBS@%$MOZ_XFT_LIBS%g Index: seamonkey-fedora-default-prefs.js =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey-fedora-default-prefs.js,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- seamonkey-fedora-default-prefs.js 10 Apr 2006 21:58:25 -0000 1.1 +++ seamonkey-fedora-default-prefs.js 15 Aug 2006 17:49:39 -0000 1.2 @@ -2,3 +2,4 @@ pref("general.smoothScroll", true); pref("general.useragent.vendor", "Fedora"); pref("general.useragent.vendorSub", "SEAMONKEY_RPM_VR"); +pref("update_notifications.enabled", false); Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- seamonkey.spec 7 Jun 2006 20:36:25 -0000 1.5 +++ seamonkey.spec 15 Aug 2006 17:49:39 -0000 1.6 @@ -9,8 +9,8 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 1.0.2 -Release: 1%{?dist} +Version: 1.0.4 +Release: 4%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -32,8 +32,9 @@ Patch1: firefox-1.0-prdtoa.patch Patch3: firefox-1.1-nss-system-nspr.patch Patch4: firefox-1.5-with-system-nss.patch -Patch5: seamonkey-disable-visibility.patch +Patch5: firefox-1.1-visibility.patch Patch6: seamonkey-1.0.1-dumpstack.patch +Patch7: thunderbird-mimeeobj-externalc.patch Patch21: firefox-0.7.3-default-plugin-less-annoying.patch Patch22: firefox-0.7.3-psfonts.patch Patch42: firefox-1.1-uriloader.patch @@ -90,6 +91,7 @@ %endif %patch6 -p1 +%patch7 -p1 %patch21 -p1 %patch22 -p1 %patch42 -p0 @@ -404,6 +406,12 @@ %changelog +* Thu Aug 04 2006 Kai Engert 1.0.4-4 +- Use a different patch to disable visibility. +* Thu Aug 04 2006 Kai Engert 1.0.4-3 +- Fix a build failure in mailnews mime code. +* Thu Aug 03 2006 Kai Engert 1.0.4-2 +- SeaMonkey 1.0.4 * Wed Jun 07 2006 Kai Engert 1.0.2-1 - Update to SeaMonkey 1.0.2 release * Fri Apr 14 2006 Kai Engert 1.0.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jun 2006 20:36:25 -0000 1.4 +++ sources 15 Aug 2006 17:49:39 -0000 1.5 @@ -1 +1 @@ -967e0441183492b0ade4ab2a394deb71 seamonkey-1.0.2.source.tar.bz2 +973a762329b951d93eac3c158bbb1416 seamonkey-1.0.4.source.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 15 17:55:10 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:55:10 -0700 Subject: rpms/seamonkey/devel firefox-1.1-visibility.patch,NONE,1.1 Message-ID: <200608151755.k7FHtCe4029355@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29337 Added Files: firefox-1.1-visibility.patch Log Message: * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 - Fix a build failure in mailnews mime code. * Thu Aug 03 2006 Kai Engert 1.0.4-2 - SeaMonkey 1.0.4 firefox-1.1-visibility.patch: --- NEW FILE firefox-1.1-visibility.patch --- Index: configure =================================================================== RCS file: /cvsroot/mozilla/configure,v retrieving revision 1.1443 diff -u -p -6 -r1.1443 configure --- configure 2 Jun 2005 04:00:20 -0000 1.1443 +++ configure 6 Jun 2005 07:34:06 -0000 @@ -7303,13 +7303,13 @@ else int foo_default = 1; EOF ac_cv_visibility_pragma=no if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then - ac_cv_visibility_pragma=yes + ac_cv_visibility_pragma=no fi fi fi rm -f conftest.cs fi From fedora-extras-commits at redhat.com Tue Aug 15 17:57:51 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 10:57:51 -0700 Subject: rpms/seamonkey/devel seamonkey.spec,1.6,1.7 Message-ID: <200608151757.k7FHvrrr029416@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29399 Modified Files: seamonkey.spec Log Message: * Tue Aug 15 2006 Kai Engert 1.0.4-5 - Commit forgotten visibility patch file. Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- seamonkey.spec 15 Aug 2006 17:49:39 -0000 1.6 +++ seamonkey.spec 15 Aug 2006 17:57:51 -0000 1.7 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -406,6 +406,8 @@ %changelog +* Tue Aug 15 2006 Kai Engert 1.0.4-5 +- Commit forgotten visibility patch file. * Thu Aug 04 2006 Kai Engert 1.0.4-4 - Use a different patch to disable visibility. * Thu Aug 04 2006 Kai Engert 1.0.4-3 From fedora-extras-commits at redhat.com Tue Aug 15 18:25:03 2006 From: fedora-extras-commits at redhat.com (Kai Engert (kengert)) Date: Tue, 15 Aug 2006 11:25:03 -0700 Subject: rpms/seamonkey/devel thunderbird-mimeeobj-externalc.patch, NONE, 1.1 seamonkey.spec, 1.7, 1.8 Message-ID: <200608151825.k7FIP5sc032204@cvs-int.fedora.redhat.com> Author: kengert Update of /cvs/extras/rpms/seamonkey/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32183 Modified Files: seamonkey.spec Added Files: thunderbird-mimeeobj-externalc.patch Log Message: * Tue Aug 15 2006 Kai Engert 1.0.4-6 - Yet another forgotten patch file. thunderbird-mimeeobj-externalc.patch: --- NEW FILE thunderbird-mimeeobj-externalc.patch --- --- mozilla/mailnews/mime/src/mimeeobj.h.preextc 2006-08-03 17:04:10.000000000 +0200 +++ mozilla/mailnews/mime/src/mimeeobj.h 2006-08-03 17:05:42.000000000 +0200 @@ -54,7 +54,7 @@ MimeLeafClass leaf; }; -extern MimeExternalObjectClass mimeExternalObjectClass; +extern "C" MimeExternalObjectClass mimeExternalObjectClass; struct MimeExternalObject { MimeLeaf leaf; Index: seamonkey.spec =================================================================== RCS file: /cvs/extras/rpms/seamonkey/devel/seamonkey.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- seamonkey.spec 15 Aug 2006 17:57:51 -0000 1.7 +++ seamonkey.spec 15 Aug 2006 18:25:03 -0000 1.8 @@ -10,7 +10,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.0.4 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPL Group: Applications/Internet @@ -406,6 +406,8 @@ %changelog +* Tue Aug 15 2006 Kai Engert 1.0.4-6 +- Yet another forgotten patch file. * Tue Aug 15 2006 Kai Engert 1.0.4-5 - Commit forgotten visibility patch file. * Thu Aug 04 2006 Kai Engert 1.0.4-4 From fedora-extras-commits at redhat.com Tue Aug 15 18:30:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:30:41 -0700 Subject: rpms/trackballs - New directory Message-ID: <200608151830.k7FIUh0O032328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32305/trackballs Log Message: Directory /cvs/extras/rpms/trackballs added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:30:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:30:41 -0700 Subject: rpms/trackballs/devel - New directory Message-ID: <200608151830.k7FIUheY032331@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32305/trackballs/devel Log Message: Directory /cvs/extras/rpms/trackballs/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:31:02 -0700 Subject: rpms/trackballs/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151831.k7FIV4af032396@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32360/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module trackballs --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 18:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:31:02 -0700 Subject: rpms/trackballs Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151831.k7FIV4tJ032393@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32360 Added Files: Makefile import.log Log Message: Setup of module trackballs --- NEW FILE Makefile --- # Top level Makefile for module trackballs all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 18:35:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:35:31 -0700 Subject: rpms/trackballs import.log,1.1,1.2 Message-ID: <200608151835.k7FIZXmI032481@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32444 Modified Files: import.log Log Message: auto-import trackballs-1.1.2-2 on branch devel from trackballs-1.1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/trackballs/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 18:31:01 -0000 1.1 +++ import.log 15 Aug 2006 18:35:31 -0000 1.2 @@ -0,0 +1 @@ +trackballs-1_1_2-2:HEAD:trackballs-1.1.2-2.src.rpm:1155667303 From fedora-extras-commits at redhat.com Tue Aug 15 18:35:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:35:32 -0700 Subject: rpms/trackballs/devel trackballs-16.png, NONE, 1.1 trackballs-32.png, NONE, 1.1 trackballs-48.png, NONE, 1.1 trackballs.desktop, NONE, 1.1 trackballs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608151835.k7FIZYWN032486@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32444/devel Modified Files: .cvsignore sources Added Files: trackballs-16.png trackballs-32.png trackballs-48.png trackballs.desktop trackballs.spec Log Message: auto-import trackballs-1.1.2-2 on branch devel from trackballs-1.1.2-2.src.rpm --- NEW FILE trackballs.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Trackballs Comment=Steer a marble ball through a labyrinth Exec=trackballs Icon=trackballs.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE trackballs.spec --- Name: trackballs Version: 1.1.2 Release: 2%{?dist} Summary: Steer a marble ball through a labyrinth Group: Amusements/Games License: GPL URL: http://trackballs.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}-16.png Source3: %{name}-32.png Source4: %{name}-48.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: guile-devel libGLU-devel zlib-devel desktop-file-utils BuildRequires: SDL_ttf-devel SDL_mixer-devel SDL_image-devel %description Trackballs is a game in which you steer a marble ball through tracks of varying difficulty. The game features 3D graphics, an integerated level editor and high quality soundeffects and background music. %prep %setup -q iconv -f ISO-8859-1 -t UTF8 share/%{name}.6 > share/%{name}.6.tmp mv share/%{name}.6.tmp share/%{name}.6 # the install script does a chgrp to 'games', this doesn't work while # building as a user. Is group=games required? sed -i "s/chgrp/#chgrp/g;" share/Makefile* %build export CXXFLAGS="$RPM_OPT_FLAGS -DALT_HIGHSCORES=\\\"~\\\"" %configure sed -i 's|^mkinstalldirs.*|mkinstalldirs=$(MKINSTALLDIRS)|g' po/Makefile make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # we use the ALT (homedir based) highscore location rm $RPM_BUILD_ROOT%{_datadir}/%{name}/highScores %find_lang %{name} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png install -p -m 644 %{SOURCE4} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %doc AUTHORS COPYING ChangeLog FAQ README README.html TODO %defattr(-,root,root,-) %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog * Tue Aug 15 2006 Hans de Goede 1.1.2-2 - Remove some redundant BR's * Mon Aug 14 2006 Hans de Goede 1.1.2-1 - Initial Fedora Extras version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 18:31:02 -0000 1.1 +++ .cvsignore 15 Aug 2006 18:35:32 -0000 1.2 @@ -0,0 +1 @@ +trackballs-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 18:31:02 -0000 1.1 +++ sources 15 Aug 2006 18:35:32 -0000 1.2 @@ -0,0 +1 @@ +9ea9ca93d87bb0f9ad8abca1b34af594 trackballs-1.1.2.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 18:37:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:24 -0700 Subject: rpms/trackballs-music - New directory Message-ID: <200608151837.k7FIbQAs032630@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32604/trackballs-music Log Message: Directory /cvs/extras/rpms/trackballs-music added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:37:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:25 -0700 Subject: rpms/trackballs-music/devel - New directory Message-ID: <200608151837.k7FIbR5f032633@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32604/trackballs-music/devel Log Message: Directory /cvs/extras/rpms/trackballs-music/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 18:37:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:42 -0700 Subject: rpms/trackballs-music Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608151837.k7FIbibT032677@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32649 Added Files: Makefile import.log Log Message: Setup of module trackballs-music --- NEW FILE Makefile --- # Top level Makefile for module trackballs-music all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 18:37:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:37:42 -0700 Subject: rpms/trackballs-music/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608151837.k7FIbidq032680@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32649/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module trackballs-music --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 18:55:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:55:31 -0700 Subject: rpms/trackballs-music import.log,1.1,1.2 Message-ID: <200608151855.k7FItXtC000301@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32728 Modified Files: import.log Log Message: auto-import trackballs-music-1.2-2 on branch devel from trackballs-music-1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 18:37:41 -0000 1.1 +++ import.log 15 Aug 2006 18:55:31 -0000 1.2 @@ -0,0 +1 @@ +trackballs-music-1_2-2:HEAD:trackballs-music-1.2-2.src.rpm:1155667481 From fedora-extras-commits at redhat.com Tue Aug 15 18:55:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 11:55:32 -0700 Subject: rpms/trackballs-music/devel tb_design.ogg, NONE, 1.1 tb_genesis.ogg, NONE, 1.1 tb_hrluebke.ogg, NONE, 1.1 tb_plinkeplanke.ogg, NONE, 1.1 trackballs-music.spec, NONE, 1.1 Message-ID: <200608151855.k7FItY45000304@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32728/devel Added Files: tb_design.ogg tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg trackballs-music.spec Log Message: auto-import trackballs-music-1.2-2 on branch devel from trackballs-music-1.2-2.src.rpm --- NEW FILE tb_design.ogg --- OggS z?9C?y?=T?y????????,49???@? Y  bN9K?Q?9LR?J ?B[??c ?#)K???R ?H??O???q??&????X??)? ?}W??B ?c?/???U?-?f??7?#??O ??9?-???? ??n;w??E??R???^~??z??2?????v%?<9?????m3???\'j~?-?i???3????? |?<]?k?/'?????j?????????????em?u??[*???^??Y4??w'???y??p?[m??T4??3???sPs?!?;?[Q???????^peDV?I?Wu?? ?????????L?????6????u????:?M?:w2???? ??b $U??????[?QLD0&T?Y?T??7??<\??m????????|?Y?.????QN?_zE??????a?G?O+??*u>$??????6(??,????Z??e 3???)???J ?}??;?I?O??4?K?*???????a?j?]???@Nnk??$?X 9??dgg??(6p?H(?????????$w???J????R???HH !K????^?  ?r?d??po??JTqHL? ]?[?<????n?<2?K??? $??}?f?Vw{huJ????q?????u?\?{?v??????z?\??^??G??\;????T0=??m\?v?7??g?8???,???1w???.vP ??B?T??i?>??0CF?m?V(C ??P?B????-?B?dD?s2?UBV???t???B???P+???fG??S}?mY?$?????d?w??51????E?z/62??g&??>???zq1?2?????*<?)?.?*??/???^cD?Cn???_??8????t???Q-???E?H???????Z??TU?^??p??Lpf3T??V6???????9;+????? o???4?????`? R?&???Ut???:E(?B?#!####??b?X(G222?HY???-?'# :?L"??2Y(?q,????Q. Y?" ??M@??8??qGFFFFF9????????????BF5d-?e-?aA ???RL? ??s?V???b??B???nT?A+iF ??4|? ??????t?1????v??4?C????#?*?k?{?G???9cb????V0??>??????R?7??I>???)3\????&?<2 ????K?]c7??y??K?????f']O=????????.?2??=w??5z?4??L ???Q Gv?h7?OTvU?????? ???I?n#??t???S????3???????h????B2%?60?U??k??\.wD?( ???J?????^~?S???d?????N?????^[??]????m??}?*??????????5C???W???^? ~!4????n??????/v?o????q?%???m????D?????W????????8? ??" ?? ?Bd?L?S?22 E"??I??LB(# dA??B&??Dd??X?A?jP???H??G"?|?qieY???x?2T??> K(??^z???l$hNdDdfF???D;H ?l?! ?@d! Y??L?2+?(????@fd?L" ??,??? ?{?)e(??!0?]2?%2x?^q???/??? {??????Y|??k?4?k(S??N: ?4? hx5jTfV?v?'X.?a 02?w??*???l?D ?U,?VQA???? ?? ??H!E?????E)S1?)%?GD1H!r?B'E)??KJ)???@1?HRdl?,@?Y?Ix&??? ?? ?1?$?'"H<. /T?x??????4r1???W??Sf ?lKU?VKSD ?CR?$&R?X?hV"t? GLd?(w ???2HZ? ???(G6'y?,???\?? .T?26e$????rkt???d,??La??"?*b??????M`l/???fpl ?o?n#?{x4?Z3? ?? f?E0x???a? ??6 ??B/G???????????=?? @l????RUV?o??1T@3???O?>?d?e2~?-???{o9? ks:?????????? BS?6???????Ir ?h ?(?! ? ??2D2v??Q%~?K??}?]?????P???7?0;??( ?X=C?>?^?\?;?@??f????l??c f?q?~)t ?{?QW???????o??0?????? ????At??OggS w???? $u???Z?? ??R?B???RxR??NO?+p}???{?X?|7?$1???r_?;.??pp??=????i?i0=|sOxu?i?=?+???4???????F7 ?? ????a????+6?U??H?Q?g-m??|?k&ncq??l^7???2wet^o?}???w ??m 3????u?K?? ?7o???L??_????c"jb?[#7z5???\??I?1,?V??&??????`??,????f??-)F:?"CL??Yr2r??\O???A?YU?{???^(?Dm?????P??Pn?;?i?????????7??????+?K~?S????c?????1V??]???7??j??????~?h?f?[qP?>??J??W4?e????li??s?zE?5???fJ?????W_Z??l#?vF?W_0?YW??????{Q????i_??z?????n?;???t??-Ks?D?????f??M?g?o?,AWC*3 Q,vA?8??S?t5???=?tL??-n?????L?f?n???V?a?v ?Q.?c3 ?????YO[^???VoW s????_?:>1KL?A,14?b)? ?????*{f?e?W 2k???p+Mv? ????T?u?Rw ??7?????j?2L?\??S%@u!)????ye??4???t??????~Q j`G Q???"KC2?2"?(#????*????&D????D???c?*6?mv?????V@?h ^ I?A[?4???B?2??H?D?$?????m?r???r%F??f?V??x???=? "??r???F-@?f[L ?-3\??{%?(??Hp???0Ic ? ???H???PDla?4????????.{??]??Y?!???f?9? ?%'??"???2 y??L?`?  eL?????z?_?mK??j????&? ET #?^&?"?m?)##$ ?k?y?????-p3??H}Kz? i ]zt16??7Q????????7?_??2=?&Ry?=Q???V?=??z?n?nWW?mdK0 W??????V??AF??8! ??WK??a????}?/?3???????<? J?&n??z.? (?@???z?v?,U??q?`??g?b?MM??????4???pl????Cc?R N?y?U?K??7???k'??l( ??n?????? ?H??????u?t??^,_???,????p?{??????l??M??*?????V ?N??s9?kk_`?c???9r????s?????YO#??m?Q ?un?C? ~D?zzkJ??Z??v_F??b????????;?w???$;2?3?E8??U???6HmBf k?U?Y??A ;??^?Ui?k?j?w???KCtI????a ??`????K-c???~`??Z??l;1E]?v)?KC?{ r?Jj????vD???? t??U?????D?b?LQ???r?$?$?? ????  ???$R"^??PR ?U???? |`?&?1????r? ?=????K%3??t?{?k?/o4????(=?p??v&=?8uJ? ?????$2??qb.'??bDF?? jQD3? 2N?J$?  8 ?FC?? V!?l?.?Be?? H0?slP ??>??g.?A2? !?G\^("e?@?2?R????$???Q?BdO&?? ?[ ,?< ???Z+???0??????h?? 3WL U???D??e ?24G,? #22Bdg#??????H?D&?????2 ???? ??6 W?'Kv?s=?S?H?Sr.??????.??\jh??4w??Y5f3?2 @ X?& ?4( ?? ?2"3 ??[???? ???R?,Bx)@r?????C??9?J!G??cF"=?J%}y?d@`? ?E&I?pn?S,e"?,d?HAdLV??LE??? 2??.p???d??"?????;*??!?xnD2T? ???)3Sf?[?? ?[???n?Y????n?j H?+##C??edb?Rrm"?Q qB,?? d??HGV :? ,?k`??? ?q??.?RjQ8???h?O?????N }????~c?r ???H)?B?(??Q r????0?E?U?3$[??9?I??+?Q??$DF?,???I"?A??? ??@?0G??B?"9?I? jDg??^??B(z?y?pp?:?tVng?0??P ?R?*?D? ???4?_c?^oY?7.+3f ???????????6W?Ve?:?jS i?F ?O??RFF??p`??f!#I??_???$b!n??D@"?b|"?> ?PHHx???L/)????Wd??b??0?'?H@ @r?k?`mZ(. ??D?????q8??X?2?d ??XP+? "VC2:Q??,?d?M*??HBJ??H??"DC?c *)X????[1?\????8???|\? ??????ATL ?9 !)? *@? ??Z9@ ?W"Nf??? ?\?????9?ps*????`?tp???Z?D1dt?>?A3ecf????j??+{??T?v???????)??3??m3w9???w?{??Z?^??nx???zgN?W ???)SV?????,GQ? yH??U 6&?8?H??(?????cr??!e8??????c????f??%??$$??-L?>s?????,?z??X??*v??Q??;t ??7o?a*zc??? ????2iI??1s??c?????vs,???V??5l?.?????u?}3abL3ei???????e???c?VMyqK??5 ? ????F0y?\5D-??J?k????/?Z???V??X?]m?+???H??<?~?????E?y??.&'??? k?7v????Z?g???V?????E??~?x?Q?Sl?Zw???r?Z?c??? d?}8e?Fd8?????????v?c&????VB??7?yn R ???N?V>?A??? ?f R?dP91;mQ?Lt??MT?>???P?(q?Z ?VS???'O4?L???L??\.?? Z? ??"?t??fu|ZW????????????3f?????:?f??H7??+?????X????*K\?Uz?z?l???6==?????????>??l?\?????m??Ua[??T0[?f???Gn???&?`? ??j{r?j?moGGd??8?1 ?Q7?H?8Ump f? ??@Y?)? FY(b'??b???Q(?]n?]{o*???????????ef?R??? ?I5?J2g^%t? ??4? ?g%?.???l?~??????^`?h?ly@??%/q?z{??p?v$]k ?f?? ?zG??_???c??'??F4 ??????1I??|???"??3?G-???D???R??????{??N?N??????q??j?[.?P3 ?B!d??r?B?P???m????W?m???{??( ?|??Y? ?Xi??!?(VA ?,efQ???w??????????$ ??)?#&2F#?(??P.GdH))EN?B*?R?d?(FV2?b6wc"ed?LS(????lue?LeU??S???%?b? DZ?P[.# xpQ U{?#???lT??VJ$?$ `?+???oj?? "?!z??,?/?$bN?X{^J? ?????"???k?A at 1?>?B??T?9???5ad?f?b?????#*n l???;o?3w?_??jK???j?????\0??V~?n??'p?c|99 @ ??(K????fha???P*&????&'?.????????[??.??z?\_?????h?-???^i?A6?Q?,b??4???q0?.d?ir?^?}?z???'???Z???a?J;,?rn??A???swnyw????x????H$A????? ??T`? ? ???1? rXD ???d????>?3?}B?????9-???o_$?: ???j_ V? ? m??r?0???76????b[??O?~?9#??Z??;?V?bw|?9???O???,SW?K????Q???wFws?3W=Q$???b?~??`e?1??-?X???s???P?????=j^;Ni* ?]???T]?3m_AI??5?wKqn?-7LbJ??&?3????F??.?[nV ????T???'?u?U&%? ??? ?e???T?????:}???,?U????,? - ???????H??j?????4??7?\??a\t??RvY???Utp:{M':*GV??XzG??:??#:?K6[??,?Q ]j>k?k?B???U?@?W??B?!?#H?%a????[s 2V? ? ? m??.F^?c;JT?? ??x???<5mo?D?:?4??:n?a??tAd?? ??????J0??65?js???????^??Xz?DN??uJ}DF?m2?> ?~??]???9??^ ??????a????????P)????BS??????D??? t ]MbD?:!U?@DV??)???? M??x?MK ?u? ?J?????Y ?&B??}?'#?;4??x?5?g??nZ,?FI?8A?m???R\??????`I???4???T*????>?l????s?z?=? ???0`f  ??>s????_a???? ???=?'??? ?+? ??q?? y/ ????0??->|a??acM?je??7????:M?j???(?????Z?????!???w#.?Z???Rc9????????sC?^???_??{Tm?{?$????l???L??9? Q????qg>????}??S?????????n???_????D????l??:????r?T??>?O??2?M?-7G2S???'?&??-?3?5EM+???t?z ?[iM??[???????I??Z3y??5??>???i?I? ?m ???5F?L???Lv?? #?a_ ?????r I-???l??k?{??n ? U? U}?'?1r??}?B(f_?[???\????Z??YS??\j?bJ?v?{? K%q?? x???????????(?o?g?????h?`?-LWnO??$5?*?d?t??4?f??;?R??:???,???Ho?? ????RQ, ??T?P5T??6x/?!DRFf( "K$?).???fdJQ???PQP!+2CH2??/2)T??,?&?"?BD5??A??)?? o??)??I"%b"H)}?P? H??>H$!qe?R?Uwp#????e?]???R{.Y???????f??%?2?[0???'???Tq??2?P??!? ????? ????U D@UDE-* *?L2#2?"?0e?!RF)?@VR*G" ?D?H?,p2dJQ !??H??)?G@?/??????DF?X!^?$IHQ R?@FJ"Y???$)????? ?(?$dJ?(D"22?,rB??"$> ????@??2DJx?$A????"2 M"#1x&2CAd?'!??2?)%j? e??a????e=e?>$??C v( ??e?J)???Z??qE??~?eg??K:l?LR??&j\?@?$?????B9BF)???Xdd"??bdkP??2FA??8"????:?MR8Y??E??Ad $????Y??:0?p???d??????{FoN?]?80%Tal?? ????D?$??!?I????EaI"?"???#=????HI??EH?l?X,)???3? ??? ?da??.0?K #H@,?dT?2????? c"?Y???Y?;W?s??x??g??La??U4?Q 0fqr????&?9?JC:???GO?.???? !?~7]1??)??M" 2?p?????* ?? M??????1 ?)b?,??H?"?RP4]?Di ??? ???"Va?9%5??DL??{?y???????\)?u?[?Q????En?,?X%?T????6[????@R>?????B OH^??(?Q2??'?.\i?:#-J???E??l???5?? ???K????d??z?i,e9???@? ??-???i?:p|"  ?+z???? 8???E??T???? ???J?(?? ?? @??{/I?133 ?~?+`??a?X?W2[MLU??Qc?{;??yh???J13L "j? ????r??7i??s?d!&?8Y????B?hK?B?\wq?]AG?K?E9?i?t"??,?? )?#?x???$v??-?l?I?e}xR/%&???N???,3lcU??z??????Q?I~???*???3M????nL??\Km???*???qs??T$?LM?b ??6 4:7a????????Y???>?;/>fl??],?8? ? C??????v[{????????A?L5??@J$]8?bM?? ??B????D{?]? )+?O?? O?OlL!?2W?$&??&uVi??e?d?uW?????M??{Rg?};??,J??,Tb1?i?"?P?B???Zw?7?w=?2??5?;??????O^t?^s????/u?dK?Pf?;????????1?????bP0f?H&9E??S???a??` ?a???b??OggS -? S?????YE. ?p "???? .??x %?8??qJ??????h??-_?l3????m;O??????:?????c???????????['?f????/????c?????)3?????O??u?????Q????P???????i????z?????T?nb?N? e?V??0?]???L DN???!P ?C?Qf?????D"?/??y????????klg ?Q?*?9u?)% ??Y?;?4??????????/?x?!1[?MP???&?)53???,C1?c?z??%????Z ? ?  p F ]t?0}?????|?4z????0???;;Q????v?q?g?????V????6?_8n?G LW,?u3?`?^? ?? ( +E?"?%s ?}??"?' x??? ???;E,????@ \ 7W|?O ?E????? T????{?f??u???b??z0??$ ?}?' @?????U< @ z?oD?????????!??l???Y  ??\??v?!?k?>??3???$?w? _{K?[?>?> ?5k ????p??? @. ?s?{?????? ? ?@ $+ ?|x|sGA*e ????X? ??fV ]:????VK?k? E???=?I??Y??????O- v?6K G???#?~?PZk=n?=??Q?????[??Nz3rX?M??f??/????9???n?=??Ps?7??# ? {??>?e??fo?VU_??g???????Z+[?]?4h?&???????(Y?>/????j???]??????????v?T???P{ ???iC???b2?[??w2wc??M???^?????L?????8?? ?{??=????K? ???eB?$$O ?+/???^ ??)3?pk???X}?tw^??????l????(:?$?Lw?e[??)[d? M~?C????E;??+{az-?yw???iy)?v?J??dlb???3?w6????3??Kz?FM???+? ???Cn ?? ??F??S(m???2ec?*???@d??i?_%???s7????_???or?*????@?? ?????? ?@??^??A1?E P? ????????o0???????w???i????V???1-r:m?u?k??z??????M????uC?????-??????;??>??=ZU???u?~Z?g?:f?????`?~???r?^? ?Lm????X??=?Ex?.???Y?aC????a????& BwS???.Vf??????>D?`??(@??&D(u??G@?{? P ?8 ?6[???s< l?? ??  ?"?????L?????i?????y[[?????R Z? 70?`PK?????[??!????NVw4i??$??U?`??~3? ????,x?k\??d?P??e??&?o??-?:??? p?W5c?*??W ?+????s??)?S?w??c2????]F???as?}`?b?o???~l ?+?C?????s?r%y*????"eRB??,?G??0??=??.|?????a. ???\????P U %??y? ?????w?????x:? ?????M2Y ^?[?7?S f??%?E?Z??N?i???????N?Z?>????????7N???&l???v??]????ZMu??2?w&2w?U??Jl%W??6?????v????)k????]T?M?gz?w?f??e???]Zs - ?(G^~?????B??????Sh>?<1???}9-??F$?? ?u?|Gce'?`?8.K???1i%^???&??>/Q????J? ??l??w?.????0?????y?)??????? :z?^??l?????Ga??x??e?g?H??????2`?? ? h? ?ej??g??????h??q 2? $??????Q????z???2?Q-?'i?-??+Ya@ L????S?o?F????x??*?G??B?? ??sq??t???-F???? M ???7?f?9??3yY???.??S{??8?J? ?F???j???Z??NU?s?????? [?A?d <~??????f?KX0?  (??????*n? wCD+????j0? 8???}z??g??z#?12???,?\w?dZ??(?>:W????tR{s???h?????f&M ??RSV???+????????)[)??????$??dN?"?`?????J0??HT?w??`Q ? ???9 ?m?E???!afH??;??s[R?1?J?a?%?????3vM7?g??r$N???z?~?g????R E???????????????_?Y?m{?}?;E]/??|????fu?????F?u??Zj??8b????1???I? \f??.s ????3???$?Wk?o ??t?HF?X???????j??3???q?~l?*l?v????w??wk}l?,?S? [WO=?+?"?????ui?j???~???@?Q??_?_sSI?n3????mX?????~,??~?????????^ ???>???;?s?f3???rK~??}??Q??Lk??g????d?rNTw????$j??\/}?x?6c?7L?mh? --- NEW FILE tb_genesis.ogg --- OggS z?9C?y?=T?y????????,49???@? Y  bN9K?Q?9LR?J ?B[??c ?#)K???R ??.-?c#C???v?@L1?9?z???rS? n?p?n??R0d???@ ?????$y???????????|M?eOC/???????G[?ezd?J??????T?????j??_?g?f??y??9?U\???O?V  \3?m?| s? 9\ ???0?????}???????????U?\|+?'~?V]L?|???f?????6O~? 3?;]??-?c?^`????N????L?_? ?8??f[Rn? ??a n????l??P?N????p?tIF|gK ??M??L?fh>??0+? )A!-?? cG??? {|??????nz???l$&??~ar j??e?0wsy ???8(?????? ?Z?4.??T???????[g??j= ??????????U?`>?1Q??:??<;???s;?k??i?+???@???y? ?C?,?z=?????V??????'BN:?2VFDX+?B\(???U??? >??G????J Y???????4w????5$??4?g6????fV]?L??Y?7?[u? ????Q?E?f, ?G?9?? ??????????r?T%??LY?????o???Oci??>??m?{????????<[??%?{??&s$??:x?3?s??????o????uy??w?ly????1^???q??s=???????;??N&?oy??{?{????%\??~1~??dS?|?Px???k:J &??i?????????9<s?k?Y?????????j??3?QO?-?(???\>7w>????iWN?^??a*cC}?fZ???????7????Ld?&n?03KJ?!"??js??#C?wo???????V??????|?(??????IN>??0?PZ??)??$ C? o=?q?{v??mZ????*e? ???g?????????????~Y]Wg???????????6??y???U?F??|??o?j^???J???g??o??*2???????GuE?????S????????]\??z??C???i}????<??K??}=?M?????F????S????????OO?q?6?sNO;3y?8???;??:???gz=???????}}????m?4?M??????z?w??N3?????g]?8,?2So??|?????r?j[:LW?l?I6cM#Rz??\?5ybN?=??M?$mYj?3???? Y?????U??V?????? /?????????_?g?Ow??m?z?~?v???/????fg?)?Z????????? Cu????o????wM?g?g?=?QG?e??F?m???|???v??????n?????f??????m?eZ???3gM?a??J=???an/C????p???f3?6???CE?F?^?????9qw7?n?3wYw?b??r????????????3???F????_+? g)??o?????1????u??P?????? ??=G???0?^???o? ?G??%d??+???9???0?B.????bH? 9??????4?wl????f??Ref??????{??g:?.?ey^??Qf????????????f{?x \??7?3-?SOO]?}??bT???W5????6W|???;?Z?CW?_M???????????]?m?r???^Q??Yjs??_?7F?????=? ??2/?C?'d????!u??t??k?D?i[??3?B?&???z?? i??>?F?8????O???9?4???????wu?????&?dC??? ??????#sFC?q!l,???;U ? ?@ H???!/Aa-?"((G??k???_???r??p???R?2????o???t????`0d???????\>???/?(??"?9? i ?*?A9???8??On??r??k&?d?)e???]???????{?^???q}????Nn?????7?D?.????kj??W??R??L?????????y???:?#??T??????vw???~??????L_o????(?$???gE???r?G:f??g???????@W?|t???l4??}??]??RL??????qg??????j?BY??a[?? |????????}k??????~??[-???>?d??:&Y?U?{n????????Qc?([*?gvF???7??c????}9v?/?????un;?????????????P??,??/?W?fnz(???Q`?q??t?c,???e?D?9?g???U???M`??;wP?q? ??? ?>???:????f???2?#X?t2 @hr????a?????Od??%???D???. r?6\|??0?????q?\?jL)?????mmG5????C????Cex??>?????}t???[????@?????D?'???????7_A:??5???a??M?Y????'n??g??_???]_f????????YC???C0????????????\??D&??X?.?"??? d?a?E ???B$??,?5I{'??}???????n?j??^?~??\?og????????SFF??? ? ? ?H??9?~N?????t??Ij???*?????=N?m?????n??????????????????|??g???????k?+T;U*?J?tq;??g?????Q?2??U97?????????t??Gf?v?n??S?????^>?L????3??N??9???????Wm?y????g???.?? ??mw????U"?|???t?K???Y?i???N?EK? ??? ??=??????d???w?%!???;?????????.?*3? %??????)????3u??????????z????g?S?t4B/~??{?????6??f???q??v??R?+?KV?v?3}???s?&??O???}?????ct??z?Ta???0S ??`?O???i?Q??Yg?>}X?o??RK????????rb??OggS I??????T????~&??Z???w??X)? ?E??Z?J??V2??U ??P Id!#?y??8?D?A)!????q?=fl`v?a??{???{???w?????( Q)?t??@?b?I"E.???!???A?N??? 4Y*??2??!%Ih|JR?C!?!?u?Rx?".?Da?c:????[w???t?^?l N?w1?? \???????&??\VfX?`6?%L ?k???2??????l???X\??R?????`? YG66&2?A?1b0 E%(?LADQ?R???bd?B??BBJY,d??d(}??D?A6CD?H)???GAk$?)??\,D at L???????L6?8N>NA?,? I?1 $ (h4*B?K?y5?)3???? 01DUU +?(D!??X(D?T????( 2"?HCm?` ??B ????B$"SJ??2e?L??? D???d? &XP(#@"???????( ?? ?!*&? ??A??D?A????i?a?"X# ?P?D1%bc "* 6??B 7R?? ?? "*!W??? YE?c?^??$?? A?H!{?`?0!?? !?R!:9?????$"-)S????0?`?.?\?0?O??d%???????W@/????E?? ???i??9cf??c|7 ??R?L"d?(@?$Id?B E 3ELC ?Z@?J?$??? HBF??& K*??"eF??.2"2?I? ?Dzp???;.??{1???1? ???F??=v??]??jH???ig?????`p ???X?d????X?U ?? ???0 ?@ D?0,L?????:Z??$?(EB?B$"S*R???Q??L!e?B"2(I$50- ????`5?@?? ??B&! ???EA??2@???!CdB ? ?"?????Q??m{?R? ??#"b?-?2# ?t?7?3y????? ?F ?R?u ???U? ?B? ?Q??e?=k????|s??St1?????.?B? ?3?Q?x7I?2?`*???j)?LQ?y ?2 ???Y Y W?`?"??C???B??&? ?? IA ?? ? ?2[`?$)1L??*? @)& ?BHJ ? ?FTH ?K ?O?@?? F?@f ?2?2?y!?Ce??? ?? ???????s)?JH??WTLY?????? ??$ ?O2?L&eH)??DO??2?Lf T ???^?u?R@?l,?ZB??d?n?P?JZ??bh?? ??uT ?@??AS@ W??2??u??? 8? TJY? ??/?&?-?"??n??#Z Gc?GS?% q??.#?????B?@fQ?ao+zso???n?????v????d??????s?Kl???9 -?9 ?bQCMQ.t?B?? ??H?????-?L?TR!"E?P(D!3?B?$Q?????@A?$#???LQTQ $^f ?" ?BH?E?#%?A??? ???x IH?G???A?d?2?\?? (B? I???8????RD??"ed!??@? 2dQF&%Y?Bb?>! ??? ???? ?=)p%??#IR?? ?^"x$?x@?H ? <'??q??+???D??;???#f?h3?????a?h???a????b?B;r?g?? ??????.????? ???Z?d?JD]?,?(FFB)#eQ.??R???4I)22?%?a??=I?????@?B?W?'?PP 7C??  )?H) ??$? ???????????V?^?U?? ????&???[wo??m??F? ;?iJZ,??F??*y?0sR??!?n?`??F*e V? U#aB)E??)\!l?2?????? ?? K"?E 2dB!E??bdd? ???q?$?2??J???Bf( 2C.Y?&!?H(PIId??J??PH(\???? C ?M?"D???)????L "??ETE? ?BQ^?k??B???L??R?L@,????"???2??D3 B??A*?y?B3r??)#&St"??5D? J?I??""? Af??I$?#}{?$? ?D??|? ?@R"E, ? ?kX^?(3????m???????'?"]??? ??????(v?uv+?3o????????ED?????{?]??VW??UW????RN??NI????(?Lv????Be+?????????t#???]?T???V?.ZYaa???r???1???5???e)?J??J??^B??Lpi%Bj7S!Z?$??9??e?\% 3??$E? ????u?G???1?}??f?*???_?)L?&??f??^s?j6??f?? Xl?N^?? ??BH?u?e??? ????g/?6 hm???D??8 w]?pk?T??y?pfr?#7?9V?pd?y4?????=?v??W=7t2?st?I??0?S?h??1?t,zRJsX???M?aU7?A?l???n\z?f????F?\2o{m b??J????D??i?Gcv??}F??V?? ??d?l???e?eY6 ))?*h.?aid? "??2[7"?"" H??&rdt??2?t? (???)??ej?7?R?Fu???6:?/)?)E?Ii??? zB?8'DuC?.Jih?? F? ?M?$A????GV?&?4S"'~ ?K?X)?????? ????/?*?????Zb1Z??T1?????]{?w 3???}?ym"u????HC???R?wv ].O??T\D!D"?h?E??P???!???HwTZ(??.?? ?? ??2???Rg9?|??#HD)?L??!I?!3 ?L ? nBn?d?RA???#J??$? $RI g?M E?? ??*H? ?aU??b7d=Y.?j?(?????'??0?8??22?L?H?I!S?e?f:T??f"? N9:???3L YR??+?q? ,X ??pC? ?????vJ???p+??I?b&h6?foy? S ?l 0????z????Tn8?dd? $?k??h?"@(H?8? F????I|<@zi????5? ?dX[P????N?,dLI'????? ??A?A?J?#?D?}B???2 ?v D??T,M????(DBVD?@W? ??%?0?]????&?` ??y/goN3???;????????"3??????3?r?? Q?4 #&???c~O??????B&?Z?mJWH?LI'!?R??>????n????????b$z??V???DF((=N?HD?:?+ ?AP?LR??C??7?1?{+3 #?"rH$d??$? ????`??Hf????xtUf ???TR???z5???????????i?H pz?*? ??????X??g?e$H0?'?*???ycjLUY?o?@n?fnj?o?I7m???????>?.??-??Fm!??AT?4La?? td?so?(??b????Wl??(?q??????J?6???NO??Q<?b?SE?Mn?n???f??@??[?Y?,L?????? ??o?`???????222?D??&t???A??????2 R?@z?E?2?"N"?A???DB?2,?e:=6?{??}o?x?O/o;o0?v x??[??; XcFhi`?? [...20994 lines suppressed...] Z????H ?q?H D5O`cU)?S1S?'U?]?l?fY????N#BR?? 2??0)?  Pu?PT?Jg??zt?????4p?PE?l)7+???h?, ,Mi??a?]??FwO??????dif$???:???y??t;'W&yQ?? 2???*?s?S*????:7?VC?c# E????s???Z? GWZ?0S?????dN?F ??/P&4*?V?)?????o?? '?C????q??2?M ?q$4,C?;?o?p"B??&?!???9?{??f3??v{f'& ?????f???H? E "y?-?7%, A2? ????Nu?EfqYIf?82d?b?3??(??e?E??3Xw?yl??B??T????????FpG/??5?vHo?mt?ANR???T?$t?'????y7?CTTM?^?????]???????P2???6FX?z???7?\ni??k???0??l?? ?Y??{)?l???Z????3 VA????Br??kcoQ`?n??"-??= ?? "???)????4??j1"???HK???? "%/?"CdB?S?BjS?9???68??&T??0G??b!cS?6?'>?@?????1:JR,l3???~ ??U???h??|????_?9????????#??c???????>O???8?????H?j]?=;[?}??1???M?F????aY?q?????s?H?????p????????3wT?}?~yN??a?Z?l?_?c?Y=4?X?4????c?`??f? b??8ir?N?Qha ? v??f6???@??@ ????JL2f???_O??????.????-??G/?|?w???C9^_?y??[??~&????~??oG????d????o??2?B??s?,M????\s???????;??Q{???????E?D?S??z??;]???}W?{f[?N?v?>'??U??bQ?B?Z%?|??Sf?{p????cj? ??0??u????;?zmo??????-?e???q?)  {.>WN??w????k?5??4?~?i?h????p?~?v??sZ??z Ic1?91M?d?T??2 ??}6|?m????u[?'???< ?????ul?R?? ??n????J????=???s???V?f=??*Y??X???L??:??????@??n 1lA????a?Na??o0 ??( ?Pk??????W?4?_??:{*g?(?F??[=?????rU?5Nr??????]3???????K|?v?=????_I?=?cXC]!,i?z??B? ( ?br??R5j?,????2?c2???????????????HFR???wz`?u_???D?I???g???fq?{???S? ]????????????????????;yz???[??;kk?/T??~ ?=?????????rzQ?zu?G=???C???w???wgo?????ds??g?T]???3?'g&z'?????G??6?gv??;??N???????>????????????v;q???3??????o?n???:a? ?????e?u?>?8?. -?}?????3??;?=&D?????????7?s?????????=????y N?#??#????????????u?a}???j{HB?[[B????[?=???U5Q,???#j?????_V#M?????8~W?,G&??!?c?:23?dqe{? ?ia.y???P ????c?? ??=W??'k~??h??4?L&?>/?+?S????QJODu??(Lz??L??M&??]?< ?????z?D????W???S??gbr??g??g?g????G??[Oz??-???????S?????????????????\??y8]??g?9g???+?QG1??????{w?~=aF7xZ-?R??g??:'??N??mm/6?C?? 4???l???{<-n??9??u?/?? ??>?o?{?o???,??u???m????????cQ?%??@? ???fo&^?3;????9???*?I??j??????1????????"????? j???zY???E?W??F??z?L? ????-?^?Uc????????\ r ? >????h}?????W?F????G???=??????Ti????U??_?z???????7??Um??kf?\s????n??D?????K?1??nM?3??:?9??&??!??e????5?S@??????????Vj/+?????????,?7?b?!?f?n??? ?? ?#??pn{?c ?qt??V?????k%?????xc??Qj???fAc m??WTK?I??NXy??(?  ??|n{???\ ?|j??i ?????\?c?o????z??Ft?o??d????;h?n?u??????}o?=?Z????.?-c?Z??\U]e????7;l)???#m?Mv?g_>?O?O?a???"N??]n?j-?????2S???KgJ9? ?:???r??H????Ot????a?c?0w3?;?1???????A =l???k H??+D?5????/33%1U??????n??????\???????N??z?RS?^????1)???o??????Vk?_?yw???o???j?)?????U??&?^}?l?}?s}??W?3Y?7??_9_??B???y?>??????z???Z??}i0[?*??|?Y4m??s???e?l??)? ;??6???j??= [?e???Z??0????=7D???|Eb?l????{????o?m*?w?Fr??_X?9y??cYNj8??Y?r?i?????FH?3\?? ????``a??%p ??5??`?M)?LU???_??oi? |???$??x??_e?a?bL???>??~??9?????:[Z?N??)????nuf?a3??$*?bla????v??????3J&???1????w? ? @?~??xB?'???!?h l??h ??rl ???LMY)en?_?r?k+?????F}?\??_??< #g?K?I???{w ????{?????O???????S??\?su??J?}??????g?f?????g???;;??kY???????:?~??*??1[??=?6K?yY?o?g?-?????j???g?-??H %X?u????/????O???t??L??t?? ?B?????vl???s?8H??4???X?G?????l?|u??????g?~o??E??????&??on?M?????\?????2????? ?????W3efV???_?9c?i??=????????~?????o+?????J????_???{???u???????{???OF??o?H?5????^??{??{~?}??r??????P??S??=O?????/V??????????L??r?????<???ZwY_??o??q?G????)?04_????vH?4?xX????~??l(?/??R????u??U?0K?>???? ^!'mj??????:???u??? ?? ? ??JC??? 8????-?! ???DTt?[?{?n??g???0??[???????n??\???7??{???)s? />?mZ?x?j??????????oiD;s????;??*~7G?y??1?k?g????O1??????????d?K??[?i????C?wM??zAn_o???@?E???6?c.?1 p? ?????z?? ?:g+????J?0???????????%zui?@????n??m?????su??????????=gk??Jb???Pd?eE??38U??w??????L?~????zi?&K??ef?6??zG?~??r?3?{?????; ,;??u??]#j??????v??????U?n?N??? M???????? ?IFS?u?% X??=f?]???o??L3FU?OggS ?s????i?F9?A???l=?z Z??????[9\?R????s??|?f?X?0( ???8&]??3&??fz_?5??M??y?]?eF???{?r????6J??l?d??? ?Zon??vn{??????~????*????l????C?;??|b??~?5?U?xn??l???????Ys?s??k?w?;?q??@Rc?t?DF-wd#t?i?????? )qa?s?>9 ?,(??????????j??;Ww???O????-????W????~??ek?????[?Ze>???8????*??|?d???7v?????lc????zF??L%?\??h;????)?n???^?V5?w??\??????+}?????(,?????l???}?n??L^eX?????e}Y=&?]-Lm?[???? D??? ?????FqB6??W? ?= Z^( ,?6???eH?cFRf???????L?????c??????7lvj?;??MT?\????\?l?8?.O?%?C?????>??b??????u????ps?bp??????S????;????y?T?>{??DQ???????????s?:????O?????O?GT?4[?z?"????????????5??H??EU????{[???i?b?I?.??:???c??E?S_??? *??c?N???g? ?z??pf??^g6z?Z???h??w???????,?WXv?Y???V?}?6???????P*?^?????U 6z ?"0F??0u ??? b????;E?u2?=??+- ???f??????>????=?Y???????g?????s??3ws??z?q???I{j????w??????l?3C%?99?}???O????MM?WO???k?V????#b????u????3??b?1???????3]?????9?[w?$??n??????k???V??????d<8??3?zg????Y?6?aYu~???. at r-?cf#?AiQlbg2?A??K??a?? ?r??T?Q6??????5????lI?????O?O?? /???}???Q!??6??????K??????H?^??S?J?=O???. ?j?w?N?^?Q???I? ???01?j??:?O???6?z???6;?X[tMz???[??????C?o???b?s?[???ok??????wL??e?[????k????;??^i)w?_~OY?3???fZ??????V?u.[? ???}?7?o???}7??;?? s???zd???-?.lb???[????n4?lv?XNf? ?(??B?!8?1)? ? 0????!???@? z????;?Uw?3?9???p?)U 9?{?x?2ar?f?S3c???Gf^?????V????}?~n??6<??M?=;?x%???????????Gi???z.R]???????j???????u???7???e?????;-?x?z??Q?SW<*??????m?V?`??????Kw?? 9?A5Z?{h?????????????M????;??cf_g????f???{wE??????g??????3>???/??,3{}??^?-??C???????M???VRU?D[??8m???????????)?m?? h??0?????????L? 8(@A p ???{3???I?? 7? ?H???y8r{n????????R?L?Y????????J???M???????????v????6??X?s#?e|???Vg?U??????s?z??ib?W??J???5}???~??????|?!????rb??.??d?{;???x????\bQ????r??:????A????N????*??AM ?YP? ??>????? ?G1yy \ ???t?5?&.?533Sff????jI??????|?oJ?Y&???8{???????n1?k{?????s??0?????m?S??????A??[?l???z???'v^????o????]???g*O|??'?????T?#???x?k?^?Tn????h??????s??f???}+????u???~?3?9t?????Ba???t6Zo??r_?V9?????m? ?????????|3w?????????????S-?y???????/??$??5???Z??},;??5}?=|ousO???l???u?\?}??OggS ^??h ????3?u?Z\?S?5????R\f>;[??T?T[???/?C?N?or???????-?Li*????.?{g???f??????eQ?????? ?[??????Z???V??'5i?????.z????9v???? @?Z?" ?| yl=x?,????7??TY?????,????t??Z ???$??????R??e}???-????????????o???q??J??????/?????H?;???}??3?????p?|Ul?.]??????YzDW'U?u m???]?c??? ??meK?{|&?g:??3??{??5???????m???n??>w}?????j|z;^??k9??W?????l>????+?4CS/y?q?? ?u*?`?ofy?ck?|T??F??5?{?#'q?N??Z?? t7?v ?2??a?ctLF??2???? X??????g?c??6??Vuh?y?ev{U??:???m ???????) 0?X?<8??0B?`?*? ? ;??]??7=?J?.l?6D??D??5?{!? ????y?OC?9??{F7?c?y?}???? u at l??[???5L)+?k?????E????~d?????un?^??? ???=S+*w/?????}( \9?? ??? ??? BV Y?? ? 0???*U3???_???bM??95???\o??=V???/??1_??t7o???&Y/??w??1???1???2?????????bw???N&?????G??g6E?^]?^^?????u???f????????????{????b??M???kd???? ??g{7u???g??9?9;x??Ng? ??R????D(I @ ??z?h2??_?????????MR??L??y?yu??J_???/?????????q????5(k?p??????+????ip????x3O?qW856?x??R??`7?}??l???^??5????_????X??:QT3e H?????(?? ? P?b ?A9?=P?????{{??$5c??T????????<1???w?????q?? ???Sy?{v????????_?=Sx?????????{<+v?'Ji?'?\???????yJ2#s?S?C???7????????yc?b??;??3?c???L??}?1??^???7??????#?s??? ????k?q?8??T???q??? ??F???M??????:BA?* ?S???a5~&?{????% 7co??m??????????g????xm?d???p,?Z??N??z?j?UfZm????????????]????b??>e? ?@.?>?N? ????Uc??D^??[???t?#?*6p????????? Kjj??dI?#?|SpD??>?? ?t??uc??h?= ??^?u??t>;HuZ1???}?Xg???9??/N?x?9i???}??j??? 1?0????s??????8 ?a?*??? 2kxr???0??S@? l? ?l?|V??-z????z???????? ?j-/??,0o3??,v ??It???? ??????/???J??????\FM????????+?^,????????x?8?O????E?ewh?-???z????E??ok????c?Qn???g?^&?q+%??r???????'?1?????F???s?0%?K ????p?1\np`8.3 ??????wg??5??????m??v?? ??MZw?????y???xN??~??}Z9????hsL?Y?:z???G??{<9??9??7??M?5v?^?Q?n??v???\?Wj???????c????f??v???H3???]?rw??]??|:wZ?????????z?5ZfM4?[???U_?L?r??+?????l0o?q?=???P96w ??C???!??9&?@ ??g1?95????????pP??8W??s  3y??@X d??coz???;?k8? @??;N?|U????]?s>o  ? I??r??c????5?r?f;?V???F???q\?/???|???~??????u?W>???s????oV??????Q?t?????#???!?g?E=1?W?O?Sw?W???f????w?????E??mM?g?|w;-??n??6b?;?u?;????;????=???cU:????e?u????i?m?89?=L??4???Zs?????M??????t?y?<"73?yM????4??f? ???????)???0'X=]??}+z%?w;?b `X?Q ??? ????????RoB?????Q????l>?????g?~m????o?????{t?T??+?g;????H?&??A??X??m?^=?U?Ye97?"s???7?n?U??????m?g73???y??8???9x????~;????3w?????3{??N_??`-Z_?h]???=L??:jI??_f??????i?{kfkO?????i???[????CE???$??pl??f&6d??)??7?(zo?K?3????R ???b+MN0?n?b4f???????8??]??$?E$Q@?@?2H???? ??x??.?[??/?6??!?sCtC ?3??\j!??-4???e.?1G?ze????@M ?????8H ???#?? ???? ?????????n``??3?~0?8L?w?????JS`?P??81/???e??1???>?U?k?HU??S?s???0?0?Q " ??,????=??W???ko???s????l?[?PV??U?7??-?z???=?g?@{7?O??\)?B?R#?t0e?{?????? ?* ?6@?????~u8???? ???????6??:??0??????Vm????7'?l??&??I?Y&?s a??? ?????p?Y???X??+?K?r?0M??}!???x??wm8??l??v?????Y?1?k??n?`&???????_?Ku?g?:~??S?V?]???????*m?kB?????????s????N?L=???{C|r???u?x??@?8a??}V??^j?_???w??]oS???y???vL?~??#???g??c?U???????{???\??Sv4??Zz??????r?|?Q????yA?h???Y?p??n?#??Wx? M????'at?f:2????`??? zc??????FQ??2!* ,??5VeV???k??R7:$?U????????????)Q?#??x?Q???:?hw| ??/?^???o~??=???????*O)f?v??Wu????e??O?vN}???m??/Zm?:?Q?f??????U??{??C?????>?6v????t??g???z??.???A?|??i>???o???+_?9UqG?W?-??N??hb???6 ,???????\?]?/???????y??tN??K??2 ?pb1.? ?+8?HI9?6? ??(??@Y???2?" ?+???-?H?*??m?=?V?""pbc?9?9?! ?L?,v?T=?s???????9????????????????m^???????~Y?a?j{?u???_??n?v?,M??=??wV;?? 7?????B??e?_????sl-?? $??#%!`(??1?Q?`???O??[??? `??U??????lq??k?he??J?)K???????????????]n??LS)??77??Wg??????Y????O?????]?Y??b>???+?]???t???]??gOI???I?k?????wrb????i??x?;??:??(U???'?????u??W???9??@??S??'??=?????g{Fw???????n?O?????MBp???}?k?%Z?Ez?B??sz????>??????b9???8????7?o??8?????????T??9??3?u??qd?)A~??r???~:???2(?4?H??r ??Z????w.?f?????S???l??5?M????%'???"}?V?)/??g/?????s|????y?]]?co????+}?h???T?_??n?=| ?7?"ss?rOggS u???ua?&?&??p ????u??V?G?U????o???4{??????9w?????f???W?ZK?kqh?#?>N?9???>?j?zu??>???5?$?[???~??8??????w??b??`6??w?% ?????~???89Np?)>?b ?M=~ ???s???bY?+?z?wkN???I??J??s??/???r??_s??vvgAcf?????\?]??sW????5??+2\??_??{??}f????Q??L??"??3?mu????O??m?V"??}??}?o=?q>??j? N??fF?? ?c2R#??6fN?At???e???S???/'? \0????S ?8?Z???0 ?1E?2 4? ????????)8?????fQW{?"s???5 `??9 --- NEW FILE tb_hrluebke.ogg --- OggS ? ??? *???J*????*?,??2?,??2?,??:????B()??Z???[??I[s??I)??RJ??s? BCV ? PU?u]W?e B ??R !??R ??Xk????[l-?Zs???S,???k????c????{???[???^ ? ????? ^'???/?P Y_'???/B???z ?|?+7?xT?J ?B'?O?EP?B#`?x??????#??U??#Se?F ? Y?7??????}],?/???b??k?i m?^K????????'?E?M?c<??M?????????j IlI?H???z?/?:??y?????e[?#O?U $??.???7V??w??J???3?G?!>? ?#,???z??hK???`?@?????? 4I?F?g?+|&?@A?%v????.?S????|???J Y:L?W?^~K`L? ?y7??\3 ???}??????????_?? /{q> ????+S?>??Pk%?E?*????=?:?j1? ~??|???~V?9?=?? ???? ??????K=w???R???][N`????N?25V ^ ??+???c??[???????{+i?/ ??t???+G?????R#SR ???o ????? |?/?{M???KF?) ?y???*U??KX??#??$#??O???+?]?r?u????1??}??E?D????Z?-?>M8??Jm? T???G?Z??h+ ??q?Q3 `H?oj????^m*?w?LG3?[$P  Uvk?o????]?-' fu??Ue`??K??;?~??:%?K?????????[????cTU  ??y?? ???V?7)???????????????Qu9?o5?%>kG?????Q????r??????G ?U? k??O?d????4?????QJ??7??? &??`?S?????my?{??|a??he\ }q?? ??u?{????m9n???t?BZ???F? ?? ?? ?????????p^@{- '? ??F??dG? ?????)???^?LFME)Y\a??]?:?=?? ?8??-????_Jb53????0n??1??????u?e?? ???L?\G????? ?6#??L-?l???v????q????3}?[-X?h2?H$??y ?nL?B{7~? ???:{8=???????E V;/Q??%?????????$??Ll?'?;???"0P??]???+????Uj??~/?6?")f???]f??q?O??a?v???>??f??`QU?? ????=???F?X?P?(?y(?x??x~?7Y3`???E6?????1??9?v?j ???~/{??SE ?????????? ? ???~?????a????U???{?0?R3?>?=?????? `??^D) R?:?zu9???????YW????3'[ngqere?[(?? ??E?3???@0S?&?? B?m???PD-??1??q6????+yk?4????ve?"s???=P??^zSH??i?bJ??mf?eQU ????FVi??,?v?Y`????v???Y??% k?P,?sV=?????? U??JE?Q?????,? Dg?G?Y?? ?? 2Y 9 ??X\???x?,?d???B?k?NB?U???? ?!*X?j??0?^/??H=?5??O?3?/?9??`??y??q?????@?m?0??? $d?& ?????t>< ?c?,?m?2"??fs??????oHxYxk?#^???AoE???wy ???; EC)" 1 @??z??7#???P}S??i?@??oYx??i??q;??PT:5?? ?*?????:???h? ???????Om??? ??G&.% ??H????????? ??,?2?NQc???U ??v< i????~?????"??????~W???????W??X????Yc? |??S&H??|?>??']??w?~?XZ 0???J??N???r??UR)?z ??e?W??%K?.?????DU???De:???w~m????ZgV?s?(K??V?7?V??1??????" ???z? x???{ ?y??2??#???E<?N??pp?h?~?^9????m?m?2???a??F, ?>??3????4y2Yc??Y???4 3????a??? ?yy` 4AB??y]rO1&??????R?p??a??='?]3@????? P?j?6?f??m???H-?wR??????9.bbJvT???L<?H?bu?L3P???? ?S?t'?w?I '@_}p?? 1r ,m? Il b??????P??D???n???W=????S????Y????v;^?w]??m??Ey?hx?4%?@LN =?2?\?e ?1??n $???:??]?BGR^l?????&8 ???jp??e??* ?? P???%?bm???????r???xxUa2????V?G?`?K???_nmCD?u ????Z? T P??s?U? ??m? ???9G?????c>_ ???]^????& ?x???(??M??? ?]&?=?Y=f?Y0?a%?SyT?h? 8???U,`?? 4 O???????????=??Q=!??,????????? ??)?q???H???qT? |I>R??^??;i?W??g3.^?uw?o]Pq{k?=??1?*! ?3?? `q?_p??UF# G??Rz?Y H?? @??vN6 ?K??/y/??|'??]???=????]????u??D h}A??j???7? %}I^s?O???n??I?L???C?c?,2%B ?j???h???Omk}??yA??c at m?s~?y ??[?w???Jv???%>3.?$??? ??:??,N?"B J???? l???J??p??Ik8!?e????=??g?? ??5??r?ot?&["?'????G?>x??? [?/_?g??fv?_?Gh?y?|?h?!*-U???'?k?bt???C???yZ?{4+?2%U" 8 `??\)??) vx? ???pSJ????K??B?ZjlP0^?|??u?? ?^M???%S?c??!??@????l??`??^???W ?p??A0X?,i Ax?q{??,=c 4?p?` ?)????0??v9????3D?Mm3v?\F6??-lk ???"U gA??????K4?u??=C6P???13?: ??????oB??????h?3??^????JX???Y??*B ,+[G?H??d  D?*?Gs??N??R /%2????0??% <?qm ?8\?0 h?@h ???g~?QD??O?p?5?+??? ?~NS?????0?????(????g7v?s?:? F?y;&w??|8?8@ c? ?( ?P?? aX?@????5??p ??p?p ??& q??m???k?JKIU? ???4$?@? e? ?^???,?H??]?(>-?JH%? fp?zU3$??J?????L!%H??????-(?C 8hh ??J ??A?jf?3@?o?fT??@???zP?y??v???}6????=??}???;'?NR?~???6??5?Se??|?{?g?f?*??*?&2????????og%A?oI???&?z?? m?pV?FF?,p? h????&U???U?????s??Q???????????????=?9/8$Q+?????7?????Piu?wZ]o0?? ?$??? ??? @ 2}WQ???]T*?z??8M?1??g?OQ?LB???1?q????i??F????4??|?w??*??&? eY?????&E&?&c??m3???????x?}g ?????.?z?f?????O?dV????4o?????r?? ?d'???Q???>?MS ??g??[?????@????3R? ?n ????B?oW?????w??X?}*O?,??!?5???]u( ?mj:Z?G??????????>?C?u ? 2?(KOUQ?{??????]????]&?-?h?a2???*?vxZaAHZ.?n ?V@??? 8? ???F ???#?J??! \??????X?@? m?I?_ ?pmp+??1 47u?:g?????p??????Q?NVY?????|?`??????[f$w?n?6 ?%$?q8? ?h :?Y?? 0 ? H? ????U?rs?9?m????|????????i?$?"  ?zx???k???lZ??V?C??T W???I5`????}?T?R??CSL??OEY??A??U?e? ?%8H@ P@?? @ ?R????w ????j /E??? @OggS ????????/?? ? j? 0`?T bI$?4 at +$??V?p4? ???????l?2?h??Xh A :?o?u?*CRI?$7I???!?? ?p7????????? ~C? H`r ?U#??lP? ?!??[?k???~?,,.?-?&'hUlU:q??JCcg?????:zVa5?y~?ojy]????????VN?5_og~j{??\??'?O?9??????>???kP?}4?.#??x????^?o_Q???????3?t??O?????o????];?mw???;?_w??2o???y?rh?RK????? =?h??jv??C ???????b??(??????j?p?b???%&?E??G???A?%???????5??L\?/??\?????? ??7??2??~?]??J7???fq??-???y[ 4?"1?????)??;?????Vd?T! ?t?m:OH?X??Y)????F ?X+Bi????2E????%?4?t?&??yV.?LO??????,Dh??z?0?(O?uY??k$?j?76????????-??G?-?????l?7? k?bn^?@&?H??-?>? et?k?kU^??$ ???T??ME?h?? ????:???&?*<??=????RQe&????K?TuL??v?O(???,(???????JEB\ $a?f?7?X?f?~??z#/\???Y???Wa? ?]u????T?y?9o?( H?8 ^?;??c?SB?36F?0$?$lPIbg????????{?????5`I??T2j-?{1??S???X Z?=?r?')???t&I??"??-"??V???????????K!7?9J??O1?????????5?c??_F}???g??) @????0"?^ ?0??J?B???(????? ?Ec?`L??:?`ATk0???=J*?}6????8?Ijf?? ?I&Z?O?????C???z?????? ???| O?V??;?u(f??0?,jTU" ?]??Nf?U??U?!% ?+??e]We????????Q?o?!x??~m? @????}?Gp??0???K? @ ?Ni????^??? ???`z???VW? ??e?-YZ??b ???U0?P?h-+??6?NzP?0C\??J?Tj4???I?N???`{??T???????ZS??y???t!??u?Rn???o??9{?o"b?5????/???^_??5???r??)??D]zO??????3p4??????_??Ok?? ????T?????`V?\?eLI ??o S???p???YL????3?me?7?S.?j?y?W???L????>YP?d?r?%v??R?3U?>?1r????}??"????z??=???U??????g??'???#??0??.@????2 3SyU?????{??????????}????|Hl??'X??????A(C`??? @p?5?  OA?TB ??s??Sg??1@??z?4???t??cSI??4 ?pF??F?? f???3Z?????o D,?????v?B@9?)? hH?4h ?'??????????? ???~?UUUqU?*" ?$ --- NEW FILE tb_plinkeplanke.ogg --- OggS ? ??? *???J*????*?,??2?,??2?,??:????B()??Z???[??I[s??I)??RJ??s? BCV ? PU?u]W?e B ??R !??R ??Xk????[l-?Zs???S,???k????c????{???[???^ ^'?:???L???I_??C??m F?1a?6??4?? ????~?@?gy?J?NU?m???\KQs^jo2????{?gM??Ij??!?O??f?sv +??I??????&]q?al ? ?hj??/H?U????-?p,/???G:=?_??Q???r???/[?? ? ??^ ??????????eHB?0 ,?@???&`P?8 ??? 0???+?LF? ??????'? ?AB??L?9????=i? ?K?Dyz? 9????+??N?VH ?? ?w?iM??=???ee2(??h- ??b???????G?? m`??"??3?'im $ `?%?`??` ` ????AH $ @c?-??lO?n????T?<>Ef????y4?S?y?C??gO!?a8????r:i?Amk??b>?? ???O4?'/?s?p!!FLWF????B $ ^'}??o/1ls?4u????Pz???f??m?J*B ?kV?.??y??P?DWF{??????.gwz;?E? 4IA??T?z???h????. @?_rc+U???????)?O??}??E???v?~???>! ???j?wgZ5?k??4j 1???z 5? ?`?U??{C????0????Q ?H?w??y?*??? u???,?(???> ?R'???0?0??xH e ?P"????j?6??n?bnLe(?9?+)??9,*"?c?1????*?{??drZej??VM??*e?D??+g??1K?L?rU?bJ?q?p?A3GL???:3?S?f??>J???B ?IBT?QI??r$i??9??p?,M9????Mzj-G??????DB????n3;Y?m?s????P?H?1????? uG??b$(?eB??3???UJ$?L??????r!^?tv? ?% ccD??,?????w?fc?s?F[?~e????6????#?v%?? dD?sI??$%????7o??g????6jA???????fw?Ml?ou???]?[?dy????E???????v??????oJS-d?V?BtV?r?? ?+C*? ?!?K6}?aL^?N??N?a!?Ec?T&??b??UM5U ?` ?T???n?T?7?[ \?u???\??kq?E?????D? 2 ???m?)????0? F? ? !????? F?$?$n{!?4v;a? l??&U?}??+????ogh)? )???Q??ny?Xy?v~?r??8??Vnn??X? ?u? ?# ???Q?`?? &? ?ec? )i???? ?q? ???????SG??.Kds??{h??U!?8?wN7?!??????$C?????d??3???} Ng?0?8 cd2Uc? ??Q?h????GDu???Sr????????j????+Y;?md(????C?hr??? #r4)*??"?D#??E ??mr7??1A4` 8???1?G???L?QI 'PRr28?d??????? @?y???2 ???Q?P$k?/n+??????P?c??8????/B??`?H???Q9 A? ??u???B???%? ? ?v0?I?Nr???B?2*???????? E??m??D?:3? ?h??F`? ??-????? ??"#_?v???:?1? DY?[??1?????a?5 ?BBD?h?!I????{=~???2X?R?x???Me?3zC?ea6?[?*???t?????>R???&??\l????': ??tN_???!7g??f???&??|? ??B??????:Ka ?a??aTvT? -p???k? ??'?D]AK?(%.?~?b??????|g^??R? ?m&i? ??H???G4}6?v??- ???k???????. at DY-????5?+???tB?2??PW?u9??I??_?>'?d?$?7`?9i'?%?? ?????1F???*@+????$?X????A$Al?? ?J1Q?0?0@?M,q???]?/???[??"ZVT??? (?`?1 &? I? m,???  9 )?D4??cF?:`@",???6? ??{?^Fk?? ?#~?L?j???*)~q ?LX p???Fr ???}Ya??c?8r ?8?$?Y:?l`X ???;T?????A&`?F??Lll??9?i??????ud@??09 Gx?9??? ??' ?Y?/?y????e?l???? ??K??;????," ???DXkZ?] '??3? ?????8?????_?F???AQS??vi???????e? ?LA*??S? ?(@}??&?3??G???L?Z???????tH?7?N?Y?Ac'4?0? ??*bZ?V?XG? ?JL?????F? ?hbD?0J,`?PN??B??%C????e???U?#?b???[??3xn?!*?&0r?`?/B??U+??f/UJy?S!???G? ??~,++?i "?>?8??hp????%=\?k?????;l?7XG??~ ?j ?? L????"3*u {??@????;[L??X????\]??d*R*??? Z?????L4'?\?PL???}4+?4???-c +??`>? ??????*-JJ ?1?8jx?S??)A~??,???gL????j?? ???$?H e???|p????A??4???AR?2rTZ?????\??? ??s???? c"? M??o?Yj??`???u))??B?e? R??9??????? ??????????H????`?????) &????B "@)??E????l#? ??????I??H???#8?3~?l?????=j?Q????X??f?????? ?H???p14?e?h? ??Tk?|tY&%?:P?&??v ????bnp???, M`??h?? ????%PK?d?N`??? ?2 ?[??q(z;??t q'?X?)???u)K?")???i?Q?C?1? @H@ kn_?/`?d??????V v?$m??N????8#A|??0??? ?  ???A 0? ???n??>S??b?0??T,Y6$-??K v[?[???}??(?D,?e2k@??ImM'?m?M??(?0'M???m!Q>;??}?31????HB c??xE?q?DC?!@ L?Up ?@?*[?? ^'???7y???_??:i????>? ?A??????fD5??? ??? RrB #???? d ??H 8?? ?`z??M?m???)?? ???HV?A? 9!a ,? ?3$? ?3F20?0=???c ?D ? tH??*????SL? %??M"? D`? +E? ?T?1??[ ?Mt?????&? ????????E ?&g?a ?5? %8#p`E9 M (???E??? ?2B =F? ?V?YLR??, >???B* ao?o`?}????0??v????  J c??@H???D ?&U?????V??? ??y? ?d?v3' ?h??Hz 4h ????W?Iv;90 ???9?K"?b? :: P& @C???? h??SQ?u????  4 ? ? ~?? L8? ??#`?^J??G? u?????? ??-?4AK??? i?[?y3 at J?K{?(7?????G!???G:??=???V??F?h ? ??? n F????????r#???E??:?? ?)RB ?L?D????ET? 6*} ?H???*???????I?q??z|?????????(#?H% ????????'F7??1 ??h??5/?? $?k???.? ? 8?+Y_?Ih???C? A??BS ?2_????`~?????&: ??*O ??6@P??%?? h??Pp?p? ?????V??????6??_ at q??8 ??l???? F"R% ?z(u?C Mpz???????J??>l^?I?6@???4 ?????_T????I?g?HU? .`@?? ?????)@?????QGp??<???2? A??!< ???????5 ?[?@.@???e?wII:??9???yP]d??-?:?)x - ??lZ??v?o??.n???H! UC?~?dH? ???~'?#??b????#?Gsl-?????i`????~f?4? '`????HE* ?:?vs?C7,f?= ?^'-??B ?{d?????T?`?-? R?4 ?d? ?~??"??/ ??? p |?6_?F?` ???????] 0??S?????: 8A? ?? @?K`??? z_??B u?7??Lh???kW?u ??#?Em??]o??j?[Aj?7 P?/? ???] ?n)? ? T[R?/x?????????k??? @s8???UUUD P P'?zT??pf ??~??,??N???}?V ']??'??y7?(x?i$5???%?? ?[?(???Y?????5 ` BBrH ?I?ty?6p?m? >?????|?? ??)?G2???*I! `N q8?~? ?P?a ?h???????s~vo  ?!|??O?a??3?P???B??h?@?? 0]B%?r*?h?s`r?o?? ?????@1?????D? ^w? ?x?????w??G??$ :??5=4cG??L2 67?/?r?????????$??u?w-3?*?O%V? ?2?'=???n??????I????k???U?????qox??4g???\UR? ?? ?8???? ??C???dC @??2???~??X8??No? ? ???????M at y '??7{ Q??N?8?c?>?c????`?????j??f#=??/???????t?%??]????? 4h:??Pj? :???>?)?_???Ip??2pw:]p`?3] ? 9????] 8t?r????%?r??=}??u"????:)?a at 2?? k ?????k?T `?????.ZC??s_?s'??H?????????[t?7 ?????j?sx rVT?.?5?????K}?f??Y?????d??[^S???!?;?iRRNA/??@qPh??@ ?-?????8????T!" ?8 ? T 0?* ?( ??  0 ?( ? ???? , C???? C+??T 0 h@ @Q?F??)T??[???` ?? h?` ? C???? C+??T PP?:?5 at i???u???4 ?Z0 * PP?:?5 at i???u???4 ?Z0 ?  ^'???C???????C?0 C???? C+??T --- NEW FILE trackballs-music.spec --- Name: trackballs-music Version: 1.2 Release: 2%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL URL: http://sourceforge.net/projects/trackballs Source0: http://dl.sf.net/sourceforge/trackballs/tb_design.ogg Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 %description Some great music to listen to while playing Trackballs. # %prep # Nothing to prep, music only # %build # Nothing to build, music only %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_datadir}/trackballs/music/* %changelog * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep * Mon Aug 14 2006 Hans de Goede 1.2-1 - Initial Fedora Extras package From fedora-extras-commits at redhat.com Tue Aug 15 19:00:20 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:00:20 -0700 Subject: owners owners.list,1.1400,1.1401 Message-ID: <200608151900.k7FJ0MxO000378@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv361 Modified Files: owners.list Log Message: added trackballs Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1400 retrieving revision 1.1401 diff -u -r1.1400 -r1.1401 --- owners.list 15 Aug 2006 14:44:09 -0000 1.1400 +++ owners.list 15 Aug 2006 19:00:19 -0000 1.1401 @@ -1915,6 +1915,7 @@ Fedora Extras|tpb|IBM ThinkPad button support utility|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| +Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 19:01:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:01:35 -0700 Subject: owners owners.list,1.1401,1.1402 Message-ID: <200608151901.k7FJ1bFm002970@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2946 Modified Files: owners.list Log Message: added trackballs-music Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1401 retrieving revision 1.1402 diff -u -r1.1401 -r1.1402 --- owners.list 15 Aug 2006 19:00:19 -0000 1.1401 +++ owners.list 15 Aug 2006 19:01:35 -0000 1.1402 @@ -1916,6 +1916,7 @@ Fedora Extras|tpctl|IBM ThinkPad configuration tools|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|trac|Trac is an integrated system for managing software projects|fedora at soeterbroek.com|extras-qa at fedoraproject.org| Fedora Extras|trackballs|Steer a marble ball through a labyrinth|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|trackballs-music|In-game music for Trackballs|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|translate-toolkit|A collection of tools to assist software localization|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|tre|POSIX compatible regexp library with approximate matching|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|treecc|Tree Compiler Compiler|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 19:01:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:01:39 -0700 Subject: comps comps-fe5.xml.in,1.71,1.72 comps-fe6.xml.in,1.37,1.38 Message-ID: <200608151902.k7FJ2Bnx002991@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2968/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add trackballs Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- comps-fe5.xml.in 15 Aug 2006 08:20:06 -0000 1.71 +++ comps-fe5.xml.in 15 Aug 2006 19:01:38 -0000 1.72 @@ -277,6 +277,8 @@ supertux tong torcs + trackballs + trackballs-music tuxkart ularn uqm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- comps-fe6.xml.in 15 Aug 2006 08:20:06 -0000 1.37 +++ comps-fe6.xml.in 15 Aug 2006 19:01:38 -0000 1.38 @@ -278,6 +278,8 @@ supertux tong torcs + trackballs + trackballs-music tuxkart ularn uqm From fedora-extras-commits at redhat.com Tue Aug 15 19:19:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 12:19:38 -0700 Subject: rpms/trackballs-music/devel .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 tb_design.ogg, 1.1, NONE tb_genesis.ogg, 1.1, NONE tb_hrluebke.ogg, 1.1, NONE tb_plinkeplanke.ogg, 1.1, NONE Message-ID: <200608151919.k7FJJejs003131@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3112 Modified Files: .cvsignore sources Removed Files: tb_design.ogg tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg Log Message: Put the huge .ogg files in the lookaside cahce (GRR dumb import script) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 18:37:42 -0000 1.1 +++ .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 @@ -0,0 +1,4 @@ +tb_design.ogg +tb_genesis.ogg +tb_hrluebke.ogg +tb_plinkeplanke.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 18:37:42 -0000 1.1 +++ sources 15 Aug 2006 19:19:37 -0000 1.2 @@ -0,0 +1,4 @@ +5a8911006ca2be3b3571875ce34a5105 tb_design.ogg +2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg +ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg +5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg --- tb_design.ogg DELETED --- --- tb_genesis.ogg DELETED --- --- tb_hrluebke.ogg DELETED --- --- tb_plinkeplanke.ogg DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 19:58:49 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 12:58:49 -0700 Subject: rpms/conserver/FC-5 conserver.spec,1.3,1.4 Message-ID: <200608151958.k7FJwpQW003424@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/conserver/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3402/FC-5 Modified Files: conserver.spec Log Message: Forced rebuild due to corrupt SRPM on mirrors (thanks skvidal!) Index: conserver.spec =================================================================== RCS file: /cvs/extras/rpms/conserver/FC-5/conserver.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conserver.spec 24 May 2006 12:51:25 -0000 1.3 +++ conserver.spec 15 Aug 2006 19:58:49 -0000 1.4 @@ -1,6 +1,6 @@ Name: conserver Version: 8.1.14 -Release: 3%{?dist} +Release: 3%{?dist}.1 Summary: Serial console server daemon/client Group: System Environment/Daemons @@ -115,6 +115,9 @@ %{_mandir}/man1/console.1.gz %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 8.1.14-3.fc5.1 +- Forced rebuild due to corrupt SRPM + * Wed May 24 2006 Patrick "Jima" Laughton 8.1.14-3 - Fix from Nate Straz: UDS support (pre-emptively fixed bug 192910) - Fix from Nate Straz: krb detection From fedora-extras-commits at redhat.com Tue Aug 15 20:35:03 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 13:35:03 -0700 Subject: rpms/dnsmasq/devel dnsmasq-2.33-enable-dbus.patch, NONE, 1.1 dnsmasq-2.33-initscript.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 dnsmasq.spec, 1.9, 1.10 sources, 1.4, 1.5 dnsmasq-2.32-enable-dbus.patch, 1.1, NONE dnsmasq-2.32-initscript.patch, 1.1, NONE Message-ID: <200608152035.k7FKZ5bR006989@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6962/devel Modified Files: .cvsignore dnsmasq.spec sources Added Files: dnsmasq-2.33-enable-dbus.patch dnsmasq-2.33-initscript.patch Removed Files: dnsmasq-2.32-enable-dbus.patch dnsmasq-2.32-initscript.patch Log Message: Update dnsmasq-2.33-enable-dbus.patch: --- NEW FILE dnsmasq-2.33-enable-dbus.patch --- diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h --- dnsmasq-2.33/src/config.h 2006-08-04 06:02:36.000000000 -0500 +++ dnsmasq-2.33-patched/src/config.h 2006-08-15 15:14:19.000000000 -0500 @@ -156,7 +156,7 @@ /* platform independent options- uncomment to enable */ /* #define HAVE_BROKEN_RTC */ /* #define HAVE_ISC_READER */ -/* #define HAVE_DBUS */ +#define HAVE_DBUS #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER) # error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC dnsmasq-2.33-initscript.patch: --- NEW FILE dnsmasq-2.33-initscript.patch --- diff -urN dnsmasq-2.33/rpm/dnsmasq.init dnsmasq-2.33-patched/rpm/dnsmasq.init --- dnsmasq-2.33/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600 +++ dnsmasq-2.33-patched/rpm/dnsmasq.init 2006-08-15 15:12:17.000000000 -0500 @@ -0,0 +1,75 @@ +#!/bin/sh +# +# Startup script for the DNS caching server +# +# chkconfig: - 99 01 +# description: This script starts your DNS caching server +# processname: dnsmasq +# pidfile: /var/run/dnsmasq.pid + +# Source function library. +. /etc/rc.d/init.d/functions + +# Source networking configuration. +. /etc/sysconfig/network + +# Check that networking is up. +[ ${NETWORKING} = "no" ] && exit 0 + +dnsmasq=/usr/sbin/dnsmasq +[ -f $dnsmasq ] || exit 0 + +DOMAIN_SUFFIX=`dnsdomainname` +if [ ! -z "${DOMAIN_SUFFIX}" ]; then + OPTIONS="-s $DOMAIN_SUFFIX" +fi + +RETVAL=0 + +# See how we were called. +case "$1" in + start) + echo -n "Starting dnsmasq: " + daemon $dnsmasq $OPTIONS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dnsmasq + ;; + stop) + if test "x`pidof dnsmasq`" != x; then + echo -n "Shutting down dnsmasq: " + killproc dnsmasq + fi + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dnsmasq /var/run/dnsmasq.pid + ;; + status) + status dnsmasq + RETVAL=$? + ;; + reload) + echo -n "Reloading dnsmasq: " + killproc dnsmasq -HUP + RETVAL=$? + echo + ;; + restart) + $0 stop + $0 start + RETVAL=$? + ;; + condrestart) + if test "x`/sbin/pidof dnsmasq`" != x; then + $0 stop + $0 start + RETVAL=$? + fi + ;; + *) + echo "Usage: $0 {start|stop|restart|reload|condrestart|status}" + exit 1 +esac + +exit $RETVAL + Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Jun 2006 14:30:20 -0000 1.4 +++ .cvsignore 15 Aug 2006 20:35:02 -0000 1.5 @@ -1,3 +1 @@ -dnsmasq-2.30.tar.gz -dnsmasq-2.31.tar.gz -dnsmasq-2.32.tar.gz +dnsmasq-2.33.tar.gz Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dnsmasq.spec 22 Jul 2006 14:20:16 -0000 1.9 +++ dnsmasq.spec 15 Aug 2006 20:35:02 -0000 1.10 @@ -1,6 +1,6 @@ Name: dnsmasq -Version: 2.32 -Release: 3%{?dist} +Version: 2.33 +Release: 1%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons @@ -15,9 +15,9 @@ BuildRequires: dbus-devel %endif -BuildRequires: pkgconfig +BuildRequires: pkgconfig -Requires(post): /sbin/chkconfig +Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -48,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT # normally i'd do 'make install'...it's a bit messy, though mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \ - $RPM_BUILD_ROOT%{_mandir}/man8 \ - $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ - $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d + $RPM_BUILD_ROOT%{_mandir}/man8 \ + $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ + $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf %if "%fedora" > "3" || "%aurora" > "2" @@ -90,6 +90,9 @@ %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 +- Update + * Sat Jul 22 2006 Patrick "Jima" Laughton 2.32-3 - Added pkgconfig BuildReq due to reduced buildroot Index: sources =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Jun 2006 14:30:20 -0000 1.4 +++ sources 15 Aug 2006 20:35:02 -0000 1.5 @@ -1 +1 @@ -d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz --- dnsmasq-2.32-enable-dbus.patch DELETED --- --- dnsmasq-2.32-initscript.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 20:52:31 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 13:52:31 -0700 Subject: rpms/dnsmasq/FC-5 dnsmasq-2.33-enable-dbus.patch, NONE, 1.1 dnsmasq-2.33-initscript.patch, NONE, 1.1 dnsmasq.spec, 1.5, 1.6 sources, 1.4, 1.5 dnsmasq-2.32-enable-dbus.patch, 1.1, NONE dnsmasq-2.32-initscript.patch, 1.1, NONE Message-ID: <200608152052.k7FKqXVi007158@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7125/FC-5 Modified Files: dnsmasq.spec sources Added Files: dnsmasq-2.33-enable-dbus.patch dnsmasq-2.33-initscript.patch Removed Files: dnsmasq-2.32-enable-dbus.patch dnsmasq-2.32-initscript.patch Log Message: Update, fixing for reduced buildroot dnsmasq-2.33-enable-dbus.patch: --- NEW FILE dnsmasq-2.33-enable-dbus.patch --- diff -urN dnsmasq-2.33/src/config.h dnsmasq-2.33-patched/src/config.h --- dnsmasq-2.33/src/config.h 2006-08-04 06:02:36.000000000 -0500 +++ dnsmasq-2.33-patched/src/config.h 2006-08-15 15:14:19.000000000 -0500 @@ -156,7 +156,7 @@ /* platform independent options- uncomment to enable */ /* #define HAVE_BROKEN_RTC */ /* #define HAVE_ISC_READER */ -/* #define HAVE_DBUS */ +#define HAVE_DBUS #if defined(HAVE_BROKEN_RTC) && defined(HAVE_ISC_READER) # error HAVE_ISC_READER is not compatible with HAVE_BROKEN_RTC dnsmasq-2.33-initscript.patch: --- NEW FILE dnsmasq-2.33-initscript.patch --- diff -urN dnsmasq-2.33/rpm/dnsmasq.init dnsmasq-2.33-patched/rpm/dnsmasq.init --- dnsmasq-2.33/rpm/dnsmasq.init 1969-12-31 18:00:00.000000000 -0600 +++ dnsmasq-2.33-patched/rpm/dnsmasq.init 2006-08-15 15:12:17.000000000 -0500 @@ -0,0 +1,75 @@ +#!/bin/sh +# +# Startup script for the DNS caching server +# +# chkconfig: - 99 01 +# description: This script starts your DNS caching server +# processname: dnsmasq +# pidfile: /var/run/dnsmasq.pid + +# Source function library. +. /etc/rc.d/init.d/functions + +# Source networking configuration. +. /etc/sysconfig/network + +# Check that networking is up. +[ ${NETWORKING} = "no" ] && exit 0 + +dnsmasq=/usr/sbin/dnsmasq +[ -f $dnsmasq ] || exit 0 + +DOMAIN_SUFFIX=`dnsdomainname` +if [ ! -z "${DOMAIN_SUFFIX}" ]; then + OPTIONS="-s $DOMAIN_SUFFIX" +fi + +RETVAL=0 + +# See how we were called. +case "$1" in + start) + echo -n "Starting dnsmasq: " + daemon $dnsmasq $OPTIONS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dnsmasq + ;; + stop) + if test "x`pidof dnsmasq`" != x; then + echo -n "Shutting down dnsmasq: " + killproc dnsmasq + fi + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dnsmasq /var/run/dnsmasq.pid + ;; + status) + status dnsmasq + RETVAL=$? + ;; + reload) + echo -n "Reloading dnsmasq: " + killproc dnsmasq -HUP + RETVAL=$? + echo + ;; + restart) + $0 stop + $0 start + RETVAL=$? + ;; + condrestart) + if test "x`/sbin/pidof dnsmasq`" != x; then + $0 stop + $0 start + RETVAL=$? + fi + ;; + *) + echo "Usage: $0 {start|stop|restart|reload|condrestart|status}" + exit 1 +esac + +exit $RETVAL + Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/FC-5/dnsmasq.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dnsmasq.spec 12 Jun 2006 15:01:16 -0000 1.5 +++ dnsmasq.spec 15 Aug 2006 20:52:31 -0000 1.6 @@ -1,5 +1,5 @@ Name: dnsmasq -Version: 2.32 +Version: 2.33 Release: 1%{?dist} Summary: A lightweight DHCP/caching DNS server @@ -15,7 +15,9 @@ BuildRequires: dbus-devel %endif -Requires(post): /sbin/chkconfig +BuildRequires: pkgconfig + +Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -46,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT # normally i'd do 'make install'...it's a bit messy, though mkdir -p $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_initrddir} \ - $RPM_BUILD_ROOT%{_mandir}/man8 \ - $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ - $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d + $RPM_BUILD_ROOT%{_mandir}/man8 \ + $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig \ + $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d install src/dnsmasq $RPM_BUILD_ROOT%{_sbindir}/dnsmasq install dnsmasq.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/dnsmasq.conf %if "%fedora" > "3" || "%aurora" > "2" @@ -88,6 +90,10 @@ %changelog +* Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 +- Update +- Added pkgconfig BuildReq due to reduced buildroot + * Mon Jun 12 2006 Patrick "Jima" Laughton 2.32-1 - Update from upstream - Patch from Dennis Gilmore fixed the conditionals to detect Aurora Linux Index: sources =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Jun 2006 15:01:16 -0000 1.4 +++ sources 15 Aug 2006 20:52:31 -0000 1.5 @@ -1 +1 @@ -d1f593a8352db1d6ad3dccc9b775295d dnsmasq-2.32.tar.gz +45696461b6e6bc929273b1191ca50447 dnsmasq-2.33.tar.gz --- dnsmasq-2.32-enable-dbus.patch DELETED --- --- dnsmasq-2.32-initscript.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 15 20:55:13 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 15 Aug 2006 13:55:13 -0700 Subject: fedora-security/audit fc6,1.15,1.16 Message-ID: <200608152055.k7FKtDt5007229@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: fc6 Log Message: Create or clone bz for tracking fixing these outstanding issues in FC6. There are a few older issues not fixed upstream or "dodgy" that need bz adding to explain why they are not issues etc. Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- fc6 15 Aug 2006 15:44:03 -0000 1.15 +++ fc6 15 Aug 2006 20:55:11 -0000 1.16 @@ -1,48 +1,45 @@ Up to date CVE as of CVE email 20060813 Up to date FC6 as of Test2 -ACTION: Deal with libutempter/utempter -ACTION: Double check VULNERABLE and file fc6 bugs - ** are items that need attention -CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) fc5#202247 -CVE-2006-4020 VULNERABLE (php) fc5#201767 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) fc5#202196 +CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 +CVE-2006-4020 VULNERABLE (php) bz#202676 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3811 version (firefox, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3810 version (firefox, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3809 version (firefox, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3808 version (firefox, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3807 version (firefox, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3806 version (firefox, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3805 version (firefox, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3804 version (firefox, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3803 version (firefox, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3802 version (firefox, fixed 1.5.0.5) -CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) -CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -53,12 +50,12 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) +CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) bz#202680 CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (libXfont) fc5#202475 +CVE-2006-3467 VULNERABLE (libXfont) bz#202683 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -79,10 +76,10 @@ CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -156,7 +153,7 @@ CVE-2006-2199 version (openoffice.org, fixed 2.0.3) CVE-2006-2198 version (openoffice.org, fixed 2.0.3) CVE-2006-2194 ignore (ppp) pppd not suid -CVE-2006-2193 VULNERABLE (libtiff) fc5#194363 +CVE-2006-2193 VULNERABLE (libtiff) bz#202690 CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) @@ -236,9 +233,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -258,7 +255,7 @@ CVE-2006-1516 version (mysql, fixed 5.0.21) CVE-2006-1494 version (php) CVE-2006-1490 version (php, fixed 5.1.4) -CVE-2006-1470 VULNERABLE (openldap) fc5#197278 +CVE-2006-1470 VULNERABLE (openldap) bz#202691 CVE-2006-1368 version (kernel, fixed 2.6.16) CVE-2006-1354 version (freeradius, fixed 1.1.2 at least) CVE-2006-1343 version (kernel, fixed 2.6.16.19) @@ -270,7 +267,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) fc5#201919 +CVE-2006-1168 VULNERABLE (ncompress) bz#202693 CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -1297,6 +1294,7 @@ CVE-2004-0256 version (libtool, fixed 1.5.2) CVE-2004-0235 backport (lha) changelog CVE-2004-0234 backport (lha) changelog +CVE-2004-0233 version (libutempter, fixed 0.5.5) CVE-2004-0232 version (mc, fixed 4.6.0) CVE-2004-0231 version (mc, fixed 4.6.0) CVE-2004-0229 version (kernel, fixed 2.6.6) From fedora-extras-commits at redhat.com Tue Aug 15 21:21:03 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:21:03 -0700 Subject: rpms/yaz/devel .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLL5tD010015@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/devel Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:21:02 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:21:02 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/devel/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:21:02 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 21:20:56 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:20:56 -0700 Subject: rpms/yaz/FC-4 .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLLSYa010020@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/FC-4 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:20:56 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:20:56 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-4/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:20:56 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 21:20:57 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 14:20:57 -0700 Subject: rpms/yaz/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 yaz.spec,1.1,1.2 Message-ID: <200608152121.k7FLLTve010025@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/yaz/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9959/FC-5 Modified Files: .cvsignore sources yaz.spec Log Message: Upstream version 2.1.26 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Jun 2006 18:00:51 -0000 1.2 +++ .cvsignore 15 Aug 2006 21:20:57 -0000 1.3 @@ -1 +1 @@ -yaz-2.1.22.tar.gz +yaz-2.1.26.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Jun 2006 18:00:51 -0000 1.2 +++ sources 15 Aug 2006 21:20:57 -0000 1.3 @@ -1 +1 @@ -2d401ea471a87e7a056ea2df9e2d9d14 yaz-2.1.22.tar.gz +3c13d86714efe6d1f226c8f0a67923b6 yaz-2.1.26.tar.gz Index: yaz.spec =================================================================== RCS file: /cvs/extras/rpms/yaz/FC-5/yaz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- yaz.spec 21 Jun 2006 18:00:51 -0000 1.1 +++ yaz.spec 15 Aug 2006 21:20:57 -0000 1.2 @@ -1,5 +1,5 @@ Name: yaz -Version: 2.1.22 +Version: 2.1.26 Release: 1%{?dist} Summary: Z39.50/SRW/SRU programs @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel, openssl-devel, readline-devel, libtool -BuildRequires: libxslt-devel, tcp_wrappers +BuildRequires: libxslt-devel, tcp_wrappers %description This package contains both a test-server and clients (normal & ssl) @@ -26,6 +26,7 @@ information from remote computer databases (ANSI/NISO Z39.50 protocol). + %package -n lib%{name}-devel Summary: Development files for Z39.50 Library Group: Development/Libraries @@ -44,7 +45,7 @@ %configure \ --enable-tcpd \ --enable-shared \ - --enable-pth \ + --enable-pth \ --disable-static make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags} @@ -104,6 +105,10 @@ %changelog +* Tue Aug 15 2006 Konstantin Ryabitsev - 2.1.26-1 +- Version 2.1.26 +- Kill all tabs + * Tue Jun 20 2006 Konstantin Ryabitsev - 2.1.22-1 - Version 2.1.22 - Libtoolize correctly From fedora-extras-commits at redhat.com Tue Aug 15 22:27:10 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:27:10 -0700 Subject: rpms/libsexymm - New directory Message-ID: <200608152227.k7FMRCN0013593@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13565/libsexymm Log Message: Directory /cvs/extras/rpms/libsexymm added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 22:27:11 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:27:11 -0700 Subject: rpms/libsexymm/devel - New directory Message-ID: <200608152227.k7FMRDDw013596@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13565/libsexymm/devel Log Message: Directory /cvs/extras/rpms/libsexymm/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 15 22:30:21 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:30:21 -0700 Subject: rpms/libsexymm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608152230.k7FMUN5l013744@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13714 Added Files: Makefile import.log Log Message: Setup of module libsexymm --- NEW FILE Makefile --- # Top level Makefile for module libsexymm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 15 22:30:22 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:30:22 -0700 Subject: rpms/libsexymm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608152230.k7FMUORY013747@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13714/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libsexymm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 15 22:31:34 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:31:34 -0700 Subject: rpms/libsexymm import.log,1.1,1.2 Message-ID: <200608152232.k7FMW6ev013880@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13825 Modified Files: import.log Log Message: auto-import libsexymm-0.1.7-3 on branch devel from libsexymm-0.1.7-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libsexymm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 15 Aug 2006 22:30:21 -0000 1.1 +++ import.log 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +libsexymm-0_1_7-3:HEAD:libsexymm-0.1.7-3.src.rpm:1155681091 From fedora-extras-commits at redhat.com Tue Aug 15 22:31:35 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:31:35 -0700 Subject: rpms/libsexymm/devel libsexymm-license.patch, NONE, 1.1 libsexymm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608152232.k7FMW78X013884@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13825/devel Modified Files: .cvsignore sources Added Files: libsexymm-license.patch libsexymm.spec Log Message: auto-import libsexymm-0.1.7-3 on branch devel from libsexymm-0.1.7-3.src.rpm libsexymm-license.patch: --- NEW FILE libsexymm-license.patch --- --- COPYING 2005-04-14 07:08:53.000000000 +0200 +++ COPYING-LGPL 2005-11-10 11:21:18.000000000 +0100 @@ -1,221 +1,397 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. The precise terms and conditions for copying, distribution and -modification follow. +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. - GNU GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. -Activities other than copying, distribution and modification are not + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, +identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of +on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. +entire whole, and thus to each and every part regardless of who wrote +it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or -collective works based on the Program. +collective works based on the Library. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are +distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. +the Library or works based on it. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to +You are not responsible for enforcing compliance by third parties with this License. - - 7. If, as a consequence of a court judgment or allegation of patent + + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +refrain entirely from distribution of the Library. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is +integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that @@ -225,116 +401,104 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in + + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Libraries - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. - + Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if +school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. - , 1 April 1989 + , 1 April 1990 Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. +That's all there is to it! + + --- NEW FILE libsexymm.spec --- Name: libsexymm Version: 0.1.7 Release: 3%{?dist} Summary: C++ wrapper for libsexy Group: System Environment/Libraries License: LGPL URL: http://www.chipx86.com/wiki/Libsexy Source0: http://releases.chipx86.com/libsexy/libsexymm/libsexymm-%{version}.tar.gz #This will be removed when the license file will be fixed upstream Patch0: %{name}-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: gtkmm24-devel >= 2.4.0 BuildRequires: libsexy-devel >= 0.1.7 BuildRequires: libxml2-devel %description libsexymm is a set of C++ bindings around libsexy, compatible with programs using gtkmm. %package devel Summary: Headers for developing programs that will use libsexymm Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the headers that programmers will need to develop applications which will use libsexymm. %prep %setup -q -n libsexymm-%{version} %patch0 -p0 %build %configure --disable-static --enable-docs make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} install find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' mkdir -p $RPM_BUILD_ROOT%{_datadir}/libsexymm/ mv $RPM_BUILD_ROOT%{_libdir}/libsexymm/include/libsexymmconfig.h \ $RPM_BUILD_ROOT%{_includedir}/libsexymm/libsexymmconfig.h mv $RPM_BUILD_ROOT%{_libdir}/libsexymm/proc/ \ $RPM_BUILD_ROOT%{_datadir}/libsexymm/ %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc COPYING ChangeLog INSTALL NEWS %{_libdir}/*.so.* %files devel %defattr(-, root, root, -) %{_includedir}/libsexymm/ %{_datadir}/libsexymm/proc %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Sun Aug 13 2006 Ha??kel Gu??mar - 0.1.7-3 - fixed some rpmlint issues, add a patch to correct the license file * Tue Jun 13 2006 Ha??kel Gu??mar - 0.1.7-2 - some syntax fixes to post and postun section * Mon May 22 2006 Ha??kel Gu??mar - 0.1.7-1 - First Packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libsexymm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 15 Aug 2006 22:30:22 -0000 1.1 +++ .cvsignore 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +libsexymm-0.1.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libsexymm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 15 Aug 2006 22:30:22 -0000 1.1 +++ sources 15 Aug 2006 22:31:34 -0000 1.2 @@ -0,0 +1 @@ +cb01af4595000d9e192f5d9fcff5b742 libsexymm-0.1.7.tar.gz From fedora-extras-commits at redhat.com Tue Aug 15 22:40:20 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Tue, 15 Aug 2006 15:40:20 -0700 Subject: owners owners.list,1.1402,1.1403 Message-ID: <200608152240.k7FMeMBW014182@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14070 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1402 retrieving revision 1.1403 diff -u -r1.1402 -r1.1403 --- owners.list 15 Aug 2006 19:01:35 -0000 1.1402 +++ owners.list 15 Aug 2006 22:40:20 -0000 1.1403 @@ -805,6 +805,7 @@ Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com Fedora Extras|libsamplerate|A library for performing sample rate conversion on audio|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libsexymm|C++ wrapper for libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libshout|icecast source streaming library|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|libsidplay|A Commodore 64 music player and SID chip emulator library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|libsigc++|Typesafe Signal Framework for C++|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 15 23:24:01 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 15 Aug 2006 16:24:01 -0700 Subject: status-report-scripts parseBZbugList,1.48,1.49 Message-ID: <200608152324.k7FNO1la018202@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18184 Modified Files: parseBZbugList Log Message: Filter missing comps.xml packages using owners.list. Index: parseBZbugList =================================================================== RCS file: /cvs/fedora/status-report-scripts/parseBZbugList,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- parseBZbugList 9 Aug 2006 22:51:56 -0000 1.48 +++ parseBZbugList 15 Aug 2006 23:23:58 -0000 1.49 @@ -698,7 +698,8 @@ $owner =~ s/\@/ at /; $owner =~ s/\./ dot /g; foreach my $p (sort @$e) { - print "||$owner||`$p`||\n"; + my $oa = $OWN{$p}; + print "||$owner||`$p`||$$oa[2]||\n"; } } } @@ -1419,6 +1420,10 @@ next if $k =~ /^(lib|compat-|xfce4-|gtk-|kmod-|fonts?-)/i; next if $k =~ /(-devel|lib[s0-9]*|-python|-perl|-servers?|-clients?|-tools?)$/i; next if $k =~ /(-contribs?|-docs?|-x?emacs|-utils?|-fonts?)$/i; + my $oa = $OWN{$k}; + if (defined $oa) { + next if $$oa[2] =~ /(binding|library|module|utilit)/i; + } $mh->{$k} = -1; } foreach my $k (keys %$ch) { From fedora-extras-commits at redhat.com Tue Aug 15 23:26:38 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 15 Aug 2006 16:26:38 -0700 Subject: kadischi kadischi.spec,1.31,1.32 Message-ID: <200608152327.k7FNR8BZ018246@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/kadischi Modified Files: kadischi.spec Log Message: Rectify Kadischi/kernel issue #202715 with loop in __find_get_block_slow and block size too small for device Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- kadischi.spec 29 Jul 2006 22:25:59 -0000 1.31 +++ kadischi.spec 15 Aug 2006 23:26:36 -0000 1.32 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.6 +Version: 2.7 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Tue Aug 6 2006 2.7-1.20060815cvs +- Add -b 4096 to mke2fs livecd-mkinitrd.sh for BZ #202715 + + * Sat Jul 29 2006 2.6-1.20060729cvs - Cleaned up eject_live_cd.c, added standard-livedvd.cfg From fedora-extras-commits at redhat.com Tue Aug 15 23:26:38 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 15 Aug 2006 16:26:38 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.19,1.20 Message-ID: <200608152327.k7FNR8sG018249@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18214/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Rectify Kadischi/kernel issue #202715 with loop in __find_get_block_slow and block size too small for device Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- livecd-mkinitrd.sh 30 Jul 2006 07:27:49 -0000 1.19 +++ livecd-mkinitrd.sh 15 Aug 2006 23:26:36 -0000 1.20 @@ -224,7 +224,8 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device -echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null +# We also use -b 4096 to rectify issue: BZ #202715 +echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then From fedora-extras-commits at redhat.com Wed Aug 16 00:31:17 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Tue, 15 Aug 2006 17:31:17 -0700 Subject: status-report-scripts nagmail,NONE,1.1 Message-ID: <200608160031.k7G0VHJm020994@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20977 Added Files: nagmail Log Message: Add nagmail script. ***** Error reading new file: [Errno 2] No such file or directory: 'nagmail' From fedora-extras-commits at redhat.com Wed Aug 16 00:48:57 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 15 Aug 2006 17:48:57 -0700 Subject: comps comps-fe6.xml.in,1.38,1.39 Message-ID: <200608160048.k7G0mxsX021066@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049 Modified Files: comps-fe6.xml.in Log Message: Add mostly package management packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- comps-fe6.xml.in 15 Aug 2006 19:01:38 -0000 1.38 +++ comps-fe6.xml.in 16 Aug 2006 00:48:57 -0000 1.39 @@ -506,13 +506,17 @@ aide airsnort apcupsd + apt bochs + chrpath cfengine cfs crack dkms environment-modules epylog + fedora-package-config-apt + fedora-package-config-smart fuse fwbuilder ghasher @@ -523,6 +527,7 @@ hercules ibmonitor inadyn + ksmarttray lirc moodss moomps @@ -531,7 +536,10 @@ rdiff-backup sabayon shorewall + smart + smart-gui snort + synaptic ttywatch unison vnstat From fedora-extras-commits at redhat.com Wed Aug 16 00:53:27 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Tue, 15 Aug 2006 17:53:27 -0700 Subject: comps comps-fe6.xml.in,1.39,1.40 Message-ID: <200608160053.k7G0rTOo022986@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22933 Modified Files: comps-fe6.xml.in Log Message: Add ctrlproxy to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- comps-fe6.xml.in 16 Aug 2006 00:48:57 -0000 1.39 +++ comps-fe6.xml.in 16 Aug 2006 00:53:27 -0000 1.40 @@ -571,6 +571,7 @@ false true + ctrlproxy flumotion icecast ircd-hybrid From fedora-extras-commits at redhat.com Wed Aug 16 01:02:12 2006 From: fedora-extras-commits at redhat.com (Zing Zing Shishak (shishz)) Date: Tue, 15 Aug 2006 18:02:12 -0700 Subject: comps comps-fe6.xml.in,1.40,1.41 Message-ID: <200608160102.k7G12jxx031373@cvs-int.fedora.redhat.com> Author: shishz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: comps-fe6.xml.in Log Message: add mmv and snownews to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- comps-fe6.xml.in 16 Aug 2006 00:53:27 -0000 1.40 +++ comps-fe6.xml.in 16 Aug 2006 01:02:12 -0000 1.41 @@ -310,6 +310,7 @@ drgeo-doc gcompris gperiodic + gtypist stellarium tuxtype2 @@ -529,6 +530,7 @@ inadyn ksmarttray lirc + mmv moodss moomps nagios From fedora-extras-commits at redhat.com Wed Aug 16 01:04:02 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 15 Aug 2006 18:04:02 -0700 Subject: comps comps-fe6.xml.in,1.41,1.42 Message-ID: <200608160104.k7G144If031903@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31771 Modified Files: comps-fe6.xml.in Log Message: Added manaworld (game) and tclhttpd (web server) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- comps-fe6.xml.in 16 Aug 2006 01:02:12 -0000 1.41 +++ comps-fe6.xml.in 16 Aug 2006 01:04:02 -0000 1.42 @@ -250,6 +250,7 @@ lmarbles lucidlife Maelstrom + manaworld monkey-bubble nazghul-haxima nethack @@ -626,6 +627,7 @@ mod_security moin plone + tclhttpd thttpd TurboGears zope From fedora-extras-commits at redhat.com Wed Aug 16 01:10:01 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 15 Aug 2006 18:10:01 -0700 Subject: owners owners.list,1.1403,1.1404 Message-ID: <200608160110.k7G1A34O032300@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32279 Modified Files: owners.list Log Message: Fix summary of eris and wfmath to call each a 'library' for clarity. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1403 retrieving revision 1.1404 diff -u -r1.1403 -r1.1404 --- owners.list 15 Aug 2006 22:40:20 -0000 1.1403 +++ owners.list 16 Aug 2006 01:10:00 -0000 1.1404 @@ -306,7 +306,7 @@ Fedora Extras|epydoc|Edward Loper's Python API documentation generation tool|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|epylog|New logs analyzer and parser|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|eric|Python IDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|eris|Client-side session layer for Atlas-C++|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|eris|Client-side session layer library for atlascpp|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|erlang|General-purpose programming language and runtime environment|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|erlang-esdl|Erlang OpenGL/SDL api and utilities|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|esmtp|User configurable relay-only Mail Transfer Agent (MTA)|pertusus at free.fr|extras-qa at fedoraproject.org| @@ -1973,7 +1973,7 @@ Fedora Extras|wbxml2|Library and tools to parse, encode and handle WBXML documents|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wcstools|Software utilities to display and manipulate the WCS of a FITS image|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| -Fedora Extras|wfmath|WorldForge client math libraries|wart at kobold.org|extras-qa at fedoraproject.org| +Fedora Extras|wfmath|WorldForge client math library|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|whowatch|Displays informations about the users currently logged in|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wifi-radar|A utility for managing WiFi profiles|i.pilcher at comcast.net|extras-qa at fedoraproject.org| Fedora Extras|wifiroamd|Automatic WiFi connection (re)establishment daemon|ed at eh3.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 01:17:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Tue, 15 Aug 2006 18:17:42 -0700 Subject: comps comps-fe6.xml.in,1.42,1.43 Message-ID: <200608160117.k7G1Hi1E032351@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32331 Modified Files: comps-fe6.xml.in Log Message: Add packages I own to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- comps-fe6.xml.in 16 Aug 2006 01:04:02 -0000 1.42 +++ comps-fe6.xml.in 16 Aug 2006 01:17:42 -0000 1.43 @@ -136,6 +136,7 @@ qucs R R-gnomeGUI + rrdtool scalapack SIBsim4 @@ -513,6 +514,8 @@ chrpath cfengine cfs + conman + connect-proxy crack dkms environment-modules @@ -521,6 +524,7 @@ fedora-package-config-smart fuse fwbuilder + ganglia ghasher ghex gkrellm @@ -529,6 +533,8 @@ hercules ibmonitor inadyn + ip6sic + isic ksmarttray lirc mmv @@ -536,6 +542,7 @@ moomps nagios nfswatch + powerman rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 01:36:52 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 15 Aug 2006 18:36:52 -0700 Subject: comps comps-fe5.xml.in,1.72,1.73 comps-fe6.xml.in,1.43,1.44 Message-ID: <200608160136.k7G1asC3032480@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32461/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add obconf Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- comps-fe5.xml.in 15 Aug 2006 19:01:38 -0000 1.72 +++ comps-fe5.xml.in 16 Aug 2006 01:36:52 -0000 1.73 @@ -679,6 +679,7 @@ fluxbox fluxconf hackedbox + obconf openbox WindowMaker wmx Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- comps-fe6.xml.in 16 Aug 2006 01:17:42 -0000 1.43 +++ comps-fe6.xml.in 16 Aug 2006 01:36:52 -0000 1.44 @@ -701,6 +701,7 @@ fluxbox fluxconf hackedbox + obconf openbox WindowMaker wmx From fedora-extras-commits at redhat.com Wed Aug 16 01:45:16 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Tue, 15 Aug 2006 18:45:16 -0700 Subject: comps comps-fe5.xml,1.8,1.9 comps-fe6.xml,1.3,1.4 Message-ID: <200608160145.k7G1jIu4032533@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32514 Modified Files: comps-fe5.xml comps-fe6.xml Log Message: Add lcov Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- comps-fe5.xml 10 Jun 2006 13:50:25 -0000 1.8 +++ comps-fe5.xml 16 Aug 2006 01:45:16 -0000 1.9 @@ -42,6 +42,7 @@ ghc git highlight + lcov lincvs lua mach Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- comps-fe6.xml 17 May 2006 15:26:45 -0000 1.3 +++ comps-fe6.xml 16 Aug 2006 01:45:16 -0000 1.4 @@ -42,6 +42,7 @@ ghc git highlight + lcov lincvs lua mach From fedora-extras-commits at redhat.com Wed Aug 16 01:58:26 2006 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 15 Aug 2006 18:58:26 -0700 Subject: comps comps-fe6.xml.in,1.44,1.45 Message-ID: <200608160158.k7G1wS7e032620@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32602 Modified Files: comps-fe6.xml.in Log Message: adding cvs2svn, poedit, and verbiste-gnome Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- comps-fe6.xml.in 16 Aug 2006 01:36:52 -0000 1.44 +++ comps-fe6.xml.in 16 Aug 2006 01:58:26 -0000 1.45 @@ -37,6 +37,7 @@ cpan2rpm cppunit curry + cvs2svn cvsps cvsweb darcs @@ -103,6 +104,7 @@ gobby jed leafpad + poedit scribes TeXmacs @@ -184,6 +186,7 @@ seahorse smeg themes-backgrounds-gnome + verbiste-gnome wp_tray From fedora-extras-commits at redhat.com Wed Aug 16 02:00:12 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Tue, 15 Aug 2006 19:00:12 -0700 Subject: comps comps-fe6.xml.in,1.45,1.46 Message-ID: <200608160200.k7G20EVx032662@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32641 Modified Files: comps-fe6.xml.in Log Message: Added torque. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- comps-fe6.xml.in 16 Aug 2006 01:58:26 -0000 1.45 +++ comps-fe6.xml.in 16 Aug 2006 02:00:12 -0000 1.46 @@ -553,6 +553,8 @@ smart-gui snort synaptic + torque-client + torque-gui ttywatch unison vnstat @@ -591,6 +593,7 @@ jabberd kannel ushare + torque-server From fedora-extras-commits at redhat.com Wed Aug 16 02:04:58 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 15 Aug 2006 19:04:58 -0700 Subject: rpms/paps/FC-5 paps-0.6.6-cpilpi.patch, NONE, 1.1 paps-0.6.6-wordwrap.patch, NONE, 1.1 paps-0.6.6-encoding.patch, 1.2, 1.3 paps-0.6.6-font-option.patch, 1.1, 1.2 paps.spec, 1.9, 1.10 Message-ID: <200608160205.k7G251oh002812@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2779 Modified Files: paps-0.6.6-encoding.patch paps-0.6.6-font-option.patch paps.spec Added Files: paps-0.6.6-cpilpi.patch paps-0.6.6-wordwrap.patch Log Message: * Wed Aug 16 2006 Akira TAGOH - paps-0.6.6-wordwrap.patch: applied to do a wordwrap. - paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters per inch and the lines per inch. - paps-0.6.6-font-option.patch: fixed to get this working. - paps-0.6.6-encoding.patch: null-terminate the output. paps-0.6.6-cpilpi.patch: --- NEW FILE paps-0.6.6-cpilpi.patch --- diff -ruN paps-0.6.6.orig/src/libpaps.c paps-0.6.6/src/libpaps.c --- paps-0.6.6.orig/src/libpaps.c 2006-04-27 04:09:03.000000000 +0900 +++ paps-0.6.6/src/libpaps.c 2006-07-17 13:33:13.000000000 +0900 @@ -52,16 +52,20 @@ int last_char_idx; double last_pos_y; double last_pos_x; + double scale_x; + double scale_y; } paps_private_t; // Forward declarations -static void add_postscript_prologue(GString *ps_string); +static void add_postscript_prologue(paps_private_t *paps); static gchar *get_next_char_id_strdup(paps_private_t *paps); static void add_line_to_postscript(paps_private_t *paps, GString *line_str, double x_pos, double y_pos, + double scale_x, + double scale_y, PangoLayoutLine *line); paps_t *paps_new() @@ -76,12 +80,27 @@ paps->last_pos_x = -1e67; paps->last_pos_y = -1e67; paps->last_char_idx = 0; + paps->scale_x = 1.0; + paps->scale_y = 1.0; - add_postscript_prologue(paps->header); + add_postscript_prologue(paps); return paps; } +void +paps_set_scale(paps_t *paps_, + gdouble scale_x, + gdouble scale_y) +{ + paps_private_t *paps = (paps_private_t *)paps_; + + paps->scale_x = scale_x; + paps->scale_y = scale_y; + g_string_erase(paps->header, 0, -1); + add_postscript_prologue(paps); +} + PangoContext *paps_get_pango_context() { return pango_ft2_get_context (PAPS_DPI, PAPS_DPI); @@ -124,14 +143,18 @@ GString *line_str, PangoLayoutLine *pango_line, double line_start_pos_x, - double line_start_pos_y + double line_start_pos_y, + double scale_x, + double scale_y ); void draw_bezier_outline(paps_private_t *paps, GString *layout_str, FT_Face face, PangoGlyphInfo *glyph_info, double pos_x, - double pos_y + double pos_y, + double scale_x, + double scale_y ); /* Countour traveling functions */ static int paps_ps_move_to( FT_Vector* to, @@ -166,6 +189,8 @@ gchar *paps_layout_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayout *layout) { paps_private_t *paps = (paps_private_t*)paps_; @@ -189,6 +214,8 @@ layout_str, pos_x, pos_y, + scale_x, + scale_y, pango_line); pos_y -= logical_rect.height * scale; @@ -203,6 +230,8 @@ gchar *paps_layout_line_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayoutLine *layout_line) { paps_private_t *paps = (paps_private_t*)paps_; @@ -213,6 +242,8 @@ layout_str, pos_x, pos_y, + scale_x, + scale_y, layout_line); ret_str = layout_str->str; @@ -221,9 +252,10 @@ return ret_str; } -void add_postscript_prologue(GString *ps_string) +static void +add_postscript_prologue(paps_private_t *paps) { - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "%%%%BeginProlog\n" "/papsdict 1 dict def\n" "papsdict begin\n" @@ -231,7 +263,7 @@ ); /* Outline support */ - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "/conicto {\n" " /to_y exch def\n" " /to_x exch def\n" @@ -249,7 +281,7 @@ "/start_ol { gsave } bind def\n" "/end_ol { closepath fill grestore } bind def\n" /* Specify both x and y. */ - "/draw_char { fontdict begin gsave %f dup scale last_x last_y translate load exec end grestore} def\n" + "/draw_char { fontdict begin gsave %f dup scale last_x last_y translate %f %f scale load exec end grestore} def\n" "/goto_xy { fontdict begin /last_y exch def /last_x exch def end } def\n" "/goto_x { fontdict begin /last_x exch def end } def\n" "/fwd_x { fontdict begin /last_x exch last_x add def end } def\n" @@ -261,14 +293,15 @@ // The scaling is a combination of the scaling due // to the dpi and the difference in the coordinate // systems of postscript and freetype2. - 1.0 / PAPS_DPI + 1.0 / PAPS_DPI, + paps->scale_x, paps->scale_y ); // The following is a dispatcher for an encoded string that contains // a packed version of the pango layout data. Currently it just executes // the symbols corresponding to the encoded characters, but in the future // it will also contain some meta data, e.g. the size of the layout. - g_string_append_printf(ps_string, + g_string_append_printf(paps->header, "/paps_exec {\n" " 1 dict begin\n" " /ps exch def\n" @@ -320,7 +353,7 @@ ); /* Open up dictionaries */ - g_string_append(ps_string, + g_string_append(paps->header, "/fontdict 1 dict def\n" "papsdict begin fontdict begin\n"); } @@ -331,6 +364,8 @@ GString *line_str, double x_pos, double y_pos, + double scale_x, + double scale_y, PangoLayoutLine *line) { PangoRectangle ink_rect, logical_rect; @@ -349,7 +384,7 @@ } #endif - draw_contour(paps, line_str, line, x_pos, y_pos); + draw_contour(paps, line_str, line, x_pos, y_pos, scale_x, scale_y); } /* draw_contour() draws all of the contours that make up a line. @@ -359,7 +394,9 @@ GString *layout_str, PangoLayoutLine *pango_line, double line_start_pos_x, - double line_start_pos_y + double line_start_pos_y, + double scale_x, + double scale_y ) { GSList *runs_list; @@ -389,7 +426,7 @@ glyph_pos_x = x_pos + 1.0*geometry.x_offset * scale; glyph_pos_y = line_start_pos_y - 1.0*geometry.y_offset * scale; - x_pos += geometry.width * scale; + x_pos += geometry.width * scale * scale_x; if (glyphs->glyphs[glyph_idx].glyph == PANGO_GLYPH_EMPTY) continue; @@ -399,7 +436,9 @@ ft_face, &glyphs->glyphs[glyph_idx], glyph_pos_x, - glyph_pos_y + glyph_pos_y, + scale_x, + scale_y ); } @@ -415,13 +454,15 @@ FT_Face face, PangoGlyphInfo *glyph_info, double pos_x, - double pos_y + double pos_y, + double scale_x, + double scale_y ) { static gchar glyph_hash_string[100]; double scale = 72.0 / PANGO_SCALE / PAPS_DPI; double epsilon = 1e-2; - double glyph_width = glyph_info->geometry.width * scale; + double glyph_width = glyph_info->geometry.width * scale * scale_x; gchar *id = NULL; /* Output outline */ @@ -480,7 +521,7 @@ g_string_append_printf(glyph_def_string, "%.0f fwd_x\n" "end_ol\n", - glyph_info->geometry.width * scale * PAPS_DPI + glyph_info->geometry.width * scale * scale_x * PAPS_DPI ); // TBD - Check if the glyph_def_string is empty. If so, set the diff -ruN paps-0.6.6.orig/src/libpaps.h paps-0.6.6/src/libpaps.h --- paps-0.6.6.orig/src/libpaps.h 2005-12-21 04:35:39.000000000 +0900 +++ paps-0.6.6/src/libpaps.h 2006-07-17 13:27:59.000000000 +0900 @@ -40,6 +40,19 @@ */ void paps_free(paps_t *paps); +/** + * Set the scales for characters. + * + * @param paps Paps object + * @param scale_x x-coordinate scale + * @param scale_y y-coordinate scale + * + */ +void +paps_set_scale(paps_t *paps, + gdouble scale_x, + gdouble scale_y); + /** * libpaps may currently be used only with a PangoContext that it * is creating. The context returned may of course be changed though @@ -78,6 +91,8 @@ gchar *paps_layout_to_postscript_strdup(paps_t *paps, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayout *layout); /** * Create postscript related to a single PangoLayout line at position @@ -95,6 +110,8 @@ gchar *paps_layout_line_to_postscript_strdup(paps_t *paps_, double pos_x, double pos_y, + double scale_x, + double scale_y, PangoLayoutLine *layout_line); /** diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c --- paps-0.6.6.orig/src/paps.c 2006-07-17 13:27:27.000000000 +0900 +++ paps-0.6.6/src/paps.c 2006-07-17 13:27:59.000000000 +0900 @@ -22,6 +22,7 @@ #include +#include #include "libpaps.h" #include #include @@ -29,6 +30,7 @@ #include #include #include +#include #define BUFSIZE 1024 #define DEFAULT_FONT_FAMILY "Monospace" @@ -71,6 +73,8 @@ int header_sep; int header_height; int footer_height; + gdouble scale_x; + gdouble scale_y; gboolean do_draw_header; gboolean do_draw_footer; gboolean do_duplex; @@ -110,7 +114,8 @@ }; /* Information passed in user data when drawing outlines */ -GList *split_paragraphs_into_lines (GList *paragraphs); +GList *split_paragraphs_into_lines (page_layout_t *page_layout, + GList *paragraphs); static char *read_file (FILE *file, GIConv handle); static GList *split_text_into_paragraphs (PangoContext *pango_context, @@ -136,6 +141,8 @@ static void draw_line_to_page (FILE *OUT, int column_idx, int column_pos, + gdouble scale_x, + gdouble scale_y, page_layout_t *page_layout, PangoLayoutLine *line); static int draw_page_header_line_to_page(FILE *OUT, @@ -158,6 +165,7 @@ double last_pos_x = -1; paps_t *paps; paper_type_t paper_type = PAPER_TYPE_A4; +gdouble lpi = 0.0L, cpi = 0.0L; #define CASE(s) if (strcmp(S_, s) == 0) @@ -190,6 +198,60 @@ return retval; } +static gboolean +_paps_arg_lpi_cb(const gchar *option_name, + const gchar *value, + gpointer data) +{ + gboolean retval = TRUE; + gchar *p = NULL; + + if (value && *value) + { + errno = 0; + lpi = g_strtod(value, &p); + if ((p && *p) || errno == ERANGE) + { + fprintf(stderr, "given LPI value was invalid.\n"); + retval = FALSE; + } + } + else + { + fprintf(stderr, "You must specify the amount of lines per inch.\n"); + retval = FALSE; + } + + return retval; +} + +static gboolean +_paps_arg_cpi_cb(const gchar *option_name, + const gchar *value, + gpointer data) +{ + gboolean retval = TRUE; + gchar *p = NULL; + + if (value && *value) + { + errno = 0; + cpi = g_strtod(value, &p); + if ((p && *p) || errno == ERANGE) + { + fprintf(stderr, "given CPI value was invalid.\n"); + retval = FALSE; + } + } + else + { + fprintf(stderr, "You must specify the amount of characters per inch.\n"); + retval = FALSE; + } + + return retval; +} + static PangoLanguage * get_language(void) { @@ -233,6 +295,8 @@ {"left-margin", 0, 0, G_OPTION_ARG_INT, &left_margin, "Set left margin. (Default: 36)", "NUM"}, {"header", 0, 0, G_OPTION_ARG_NONE, &do_draw_header, "Draw page header for each page.", NULL}, {"encoding", 0, 0, G_OPTION_ARG_STRING, &encoding, "Assume the documentation encoding.", "ENCODING"}, + {"lpi", 0, 0, G_OPTION_ARG_CALLBACK, _paps_arg_lpi_cb, "Set the amount of lines per inch.", "REAL"}, + {"cpi", 0, 0, G_OPTION_ARG_CALLBACK, _paps_arg_cpi_cb, "Set the amount of characters per inch.", "REAL"}, {NULL} }; GError *error = NULL; @@ -243,6 +307,9 @@ PangoContext *pango_context; PangoFontDescription *font_description; PangoDirection pango_dir = PANGO_DIRECTION_LTR; + PangoFontMap *fontmap; + PangoFontset *fontset; + PangoFontMetrics *metrics; int num_pages = 1; int gutter_width = 40; int total_gutter_width; @@ -254,6 +321,7 @@ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SCALE); gchar *filename_in, *title, *text; int header_sep = 20; + int max_width = 0, w; GIConv cvh = NULL; /* Prerequisite when using glib. */ @@ -343,6 +411,8 @@ page_layout.header_height = 0; page_layout.footer_height = 0; page_layout.do_wordwrap = do_wordwrap; + page_layout.scale_x = 1.0L; + page_layout.scale_y = 1.0L; if (do_draw_header) page_layout.header_sep = header_sep; else @@ -365,7 +435,22 @@ page_layout.pango_dir = pango_dir; page_layout.filename = filename_in; page_layout.header_font_desc = header_font_desc; - + + /* calculate x-coordinate scale */ + if (cpi > 0.0L) + { + fontmap = pango_ft2_font_map_new (); + fontset = pango_font_map_load_fontset (fontmap, pango_context, font_description, get_language ()); + metrics = pango_fontset_get_metrics (fontset); + max_width = pango_font_metrics_get_approximate_char_width (metrics); + w = pango_font_metrics_get_approximate_digit_width (metrics); + if (w > max_width) + max_width = w; + page_layout.scale_x = 1 / cpi * 72.0 * PANGO_SCALE / max_width; + pango_font_metrics_unref (metrics); + g_object_unref (G_OBJECT (fontmap)); + } + if (encoding != NULL) { cvh = g_iconv_open ("UTF-8", encoding); @@ -385,11 +470,12 @@ &page_layout, page_layout.column_width * page_layout.pt_to_pixel, text); - pango_lines = split_paragraphs_into_lines(paragraphs); + pango_lines = split_paragraphs_into_lines(&page_layout, paragraphs); if (OUT == NULL) OUT = stdout; + paps_set_scale(paps, page_layout.scale_x, page_layout.scale_y); print_postscript_header(OUT, title, &page_layout); ps_pages_string = g_string_new(""); @@ -493,6 +579,58 @@ para->text = last_para; para->length = p - last_para; para->layout = pango_layout_new (pango_context); + + if (cpi > 0.0L && page_layout->do_wordwrap) + { + PangoRectangle ink_rect, logical_rect; + wchar_t *wtext, *wnewtext; + gchar *newtext; + size_t i, len, wwidth = 0, n; + + wtext = (wchar_t *)g_utf8_to_ucs4 (para->text, para->length, NULL, NULL, NULL); + if (wtext == NULL) + { + fprintf (stderr, "Failed to convert UTF-8 to UCS-4.\n"); + return NULL; + } + + len = wcswidth (wtext); + /* the amount of characters to be able to put on the line against CPI */ + n = page_layout->column_width / 72.0 * cpi; + if (len > n) + { + wnewtext = g_new (wchar_t, wcslen (wtext) + 1); + if (wnewtext == NULL) + { + fprintf (stderr, "Failed to allocate a memory.\n"); + g_free (wtext); + return NULL; + } + for (i = 0; i < len; i++) + { + wwidth += wcwidth (wtext[i]); + if (wwidth > n) + break; + wnewtext[i] = wtext[i]; + } + wnewtext[i] = 0L; + + newtext = g_ucs4_to_utf8 ((const gunichar *)wnewtext, i, NULL, NULL, NULL); + if (newtext == NULL) + { + fprintf (stderr, "Failed to convert UCS-4 to UTF-8.\n"); + return NULL; + } + + pango_layout_set_text (para->layout, newtext, -1); + pango_layout_get_extents (para->layout, &ink_rect, &logical_rect); + /* update paint_width to wrap_against CPI */ + paint_width = logical_rect.width / PANGO_SCALE; + g_free (newtext); + g_free (wnewtext); + } + g_free (wtext); + } pango_layout_set_text (para->layout, para->text, para->length); pango_layout_set_justify (para->layout, page_layout->do_justify); pango_layout_set_alignment (para->layout, @@ -523,9 +661,11 @@ /* Split a list of paragraphs into a list of lines. */ GList * -split_paragraphs_into_lines(GList *paragraphs) +split_paragraphs_into_lines(page_layout_t *page_layout, + GList *paragraphs) { GList *line_list = NULL; + int max_height = 0; /* Read the file */ /* Now split all the pagraphs into lines */ @@ -554,10 +694,14 @@ line_link->formfeed = 1; line_link->ink_rect = ink_rect; line_list = g_list_prepend(line_list, line_link); + if (logical_rect.height > max_height) + max_height = logical_rect.height; } par_list = par_list->next; } + if (lpi > 0.0L) + page_layout->scale_y = 1 / lpi * 72.0 * page_layout->pt_to_pixel * PANGO_SCALE / max_height; return g_list_reverse(line_list); @@ -612,9 +756,14 @@ draw_line_to_page(OUT, column_idx, column_y_pos+line_link->logical_rect.height, + page_layout->scale_x, page_layout->scale_y, page_layout, line); - column_y_pos += line_link->logical_rect.height; + + if (lpi > 0.0L) + column_y_pos += (1 / lpi * 72.0 * page_layout->pt_to_pixel * PANGO_SCALE); + else + column_y_pos += line_link->logical_rect.height; pango_lines = pango_lines->next; } @@ -840,6 +989,8 @@ draw_line_to_page(FILE *OUT, int column_idx, int column_pos, + gdouble scale_x, + gdouble scale_y, page_layout_t *page_layout, PangoLayoutLine *line) { @@ -874,6 +1025,7 @@ ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + scale_x, scale_y, line); g_string_append(ps_pages_string, @@ -935,6 +1087,7 @@ } ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -948,6 +1101,7 @@ x_pos = (page_layout->page_width - (logical_rect.width / PANGO_SCALE * page_layout->pixel_to_pt)) / 2; ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -961,6 +1115,7 @@ x_pos = page_layout->page_width - page_layout->right_margin - (logical_rect.width / PANGO_SCALE * page_layout->pixel_to_pt); ps_layout = paps_layout_line_to_postscript_strdup(paps, x_pos, y_pos, + page_layout->scale_x, page_layout->scale_y, line); g_string_append(ps_pages_string, ps_layout); @@ -977,4 +1132,3 @@ return logical_rect.height; } - diff -ruN paps-0.6.6.orig/src/test_libpaps.c paps-0.6.6/src/test_libpaps.c --- paps-0.6.6.orig/src/test_libpaps.c 2005-12-21 04:35:39.000000000 +0900 +++ paps-0.6.6/src/test_libpaps.c 2006-07-17 13:27:59.000000000 +0900 @@ -83,6 +83,7 @@ ps_layout = paps_layout_to_postscript_strdup(paps, 0, 0, + 1.0, 1.0, layout); g_string_append_printf(ps_text, "gsave\n" @@ -110,6 +111,7 @@ ); ps_layout = paps_layout_to_postscript_strdup(paps, 0, 0, + 1.0, 1.0, layout); g_string_append_printf(ps_text, "gsave\n" paps-0.6.6-wordwrap.patch: --- NEW FILE paps-0.6.6-wordwrap.patch --- diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c --- paps-0.6.6.orig/src/paps.c 2006-07-04 12:16:49.000000000 +0900 +++ paps-0.6.6/src/paps.c 2006-07-04 12:19:20.000000000 +0900 @@ -79,6 +79,7 @@ gboolean do_justify; gboolean do_separation_line; gboolean do_draw_contour; + gboolean do_wordwrap; PangoDirection pango_dir; gchar *filename; gchar *header_font_desc; @@ -212,6 +213,7 @@ int main(int argc, char *argv[]) { gboolean do_landscape = FALSE, do_rtl = FALSE, do_justify = FALSE, do_draw_header = FALSE; + gboolean do_wordwrap = TRUE; int num_columns = 1; int top_margin = 36, bottom_margin = 36, right_margin = 36, left_margin = 36; gchar *font = MAKE_FONT_NAME (DEFAULT_FONT_FAMILY, DEFAULT_FONT_SIZE), *encoding = NULL; @@ -340,6 +342,7 @@ page_layout.header_ypos = page_layout.top_margin; page_layout.header_height = 0; page_layout.footer_height = 0; + page_layout.do_wordwrap = do_wordwrap; if (do_draw_header) page_layout.header_sep = header_sep; else @@ -496,6 +499,8 @@ page_layout->pango_dir == PANGO_DIRECTION_LTR ? PANGO_ALIGN_LEFT : PANGO_ALIGN_RIGHT); pango_layout_set_width (para->layout, paint_width * PANGO_SCALE); + if (page_layout->do_wordwrap) + pango_layout_set_wrap (para->layout, PANGO_WRAP_WORD_CHAR); para->height = 0; if (wc == '\f') paps-0.6.6-encoding.patch: Index: paps-0.6.6-encoding.patch =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps-0.6.6-encoding.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- paps-0.6.6-encoding.patch 19 Jun 2006 19:51:44 -0000 1.2 +++ paps-0.6.6-encoding.patch 16 Aug 2006 02:04:57 -0000 1.3 @@ -80,7 +80,7 @@ if (ferror (file)) { fprintf(stderr, "%s: Error reading file.\n", g_get_prgname ()); -@@ -392,7 +412,19 @@ +@@ -392,7 +412,20 @@ else if (bp == NULL) break; @@ -96,6 +96,7 @@ + fprintf (stderr, "%s: Error while converting strings.\n", g_get_prgname ()); + return NULL; + } ++ obuffer[BUFSIZE * 6 - 1 - oblen] = 0; + } + g_string_append (inbuf, bp); } paps-0.6.6-font-option.patch: Index: paps-0.6.6-font-option.patch =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps-0.6.6-font-option.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- paps-0.6.6-font-option.patch 19 Jun 2006 19:51:44 -0000 1.1 +++ paps-0.6.6-font-option.patch 16 Aug 2006 02:04:57 -0000 1.2 @@ -1,4 +1,3 @@ -diff -ruN paps-0.6.6.orig/src/paps.1 paps-0.6.6/src/paps.1 --- paps-0.6.6.orig/src/paps.1 2006-06-20 04:09:58.000000000 +0900 +++ paps-0.6.6/src/paps.1 2006-06-20 04:12:23.000000000 +0900 @@ -34,11 +34,8 @@ @@ -15,19 +14,18 @@ .TP .B \-\-rtl Do rtl layout. -diff -ruN paps-0.6.6.orig/src/paps.c paps-0.6.6/src/paps.c ---- paps-0.6.6.orig/src/paps.c 2006-06-20 04:09:58.000000000 +0900 -+++ paps-0.6.6/src/paps.c 2006-06-20 04:01:57.000000000 +0900 +--- paps-0.6.6/src/paps.c 2006-06-20 04:01:57.000000000 +0900 ++++ paps-0.6.6/src/paps.c 2006-06-29 15:08:48.000000000 +0100 @@ -30,7 +30,11 @@ #include #define BUFSIZE 1024 -#define HEADER_FONT_SCALE 12 +#define DEFAULT_FONT_FAMILY "Monospace" -+#define DEFAULT_FONT_SIZE 12 ++#define DEFAULT_FONT_SIZE "12" +#define HEADER_FONT_FAMILY "Monospace Bold" -+#define HEADER_FONT_SCALE 12 -+#define MAKE_FONT_NAME(f,s) f " " #s ++#define HEADER_FONT_SCALE "12" ++#define MAKE_FONT_NAME(f,s) f " " s typedef enum { PAPER_TYPE_A4 = 0, @@ -67,10 +65,10 @@ int do_duplex = -1; gchar *paps_header = NULL; - gchar *header_font_desc = "Monospace Bold 12"; -+ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SIZE); ++ gchar *header_font_desc = MAKE_FONT_NAME (HEADER_FONT_FAMILY, HEADER_FONT_SCALE); + gchar *filename_in, *title, *text; int header_sep = 20; - GIConv *cvh = NULL; + GIConv cvh = NULL; @@ -271,13 +272,12 @@ pango_context_set_language (pango_context, pango_language_from_string ("en_US")); @@ -88,7 +86,7 @@ + if ((pango_font_description_get_set_fields (font_description) & PANGO_FONT_MASK_FAMILY) == 0) + pango_font_description_set_family (font_description, DEFAULT_FONT_FAMILY); + if ((pango_font_description_get_set_fields (font_description) & PANGO_FONT_MASK_SIZE) == 0) -+ pango_font_description_set_size (font_description, DEFAULT_FONT_SIZE * PANGO_SCALE); ++ pango_font_description_set_size (font_description, atoi(DEFAULT_FONT_SIZE) * PANGO_SCALE); pango_context_set_font_description (pango_context, font_description); Index: paps.spec =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- paps.spec 19 Jun 2006 19:51:44 -0000 1.9 +++ paps.spec 16 Aug 2006 02:04:57 -0000 1.10 @@ -8,12 +8,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel automake autoconf libtool doxygen Patch0: paps-makefile.patch +## http://sourceforge.net/mailarchive/forum.php?thread_id=9329194&forum_id=47278 Patch2: paps-0.6.3-formfeed.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1494769&group_id=153049&atid=786242 Patch3: paps-0.6.6-encoding.patch +## fixed in CVS Patch4: paps-typo-font-scale.patch +## fixed in CVS Patch5: paps-0.6.6-segfault.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512382&group_id=153049&atid=786242 Patch6: paps-0.6.6-font-option.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512384&group_id=153049&atid=786239 Patch7: paps-0.6.6-lcctype.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1512385&group_id=153049&atid=786239 +Patch8: paps-0.6.6-wordwrap.patch +## http://sourceforge.net/tracker/index.php?func=detail&aid=1472021&group_id=153049&atid=786242 +Patch9: paps-0.6.6-cpilpi.patch Summary: Plain Text to PostScript converter Group: Applications/Publishing @@ -30,6 +40,8 @@ %patch5 -p1 -b .segfault %patch6 -p1 -b .fontopt %patch7 -p1 -b .lcctype +%patch8 -p1 -b .wordwrap +%patch9 -p1 -b .cpilpi aclocal automake autoconf @@ -57,6 +69,13 @@ %changelog +* Wed Aug 16 2006 Akira TAGOH +- paps-0.6.6-wordwrap.patch: applied to do a wordwrap. +- paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters + per inch and the lines per inch. +- paps-0.6.6-font-option.patch: fixed to get this working. +- paps-0.6.6-encoding.patch: null-terminate the output. + * Tue Jun 20 2006 Akira TAGOH - 0.6.6-5 - paps-typo-font-scale.patch: backported from CVS. - paps-0.6.6-font-option.patch: integrated --font-family and --font-scale From fedora-extras-commits at redhat.com Wed Aug 16 02:08:35 2006 From: fedora-extras-commits at redhat.com (Jeff Layton (jlayton)) Date: Tue, 15 Aug 2006 19:08:35 -0700 Subject: comps comps-fe6.xml,1.4,1.5 Message-ID: <200608160208.k7G28bKx002902@cvs-int.fedora.redhat.com> Author: jlayton Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2885 Modified Files: comps-fe6.xml Log Message: Added ez-ipupdate and xwrits Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- comps-fe6.xml 16 Aug 2006 01:45:16 -0000 1.4 +++ comps-fe6.xml 16 Aug 2006 02:08:35 -0000 1.5 @@ -513,6 +513,7 @@ false true + ez-ipupdate flumotion icecast ircd-hybrid @@ -683,6 +684,7 @@ rxvt workrave xlockmore + xwrits From fedora-extras-commits at redhat.com Wed Aug 16 02:26:53 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Tue, 15 Aug 2006 19:26:53 -0700 Subject: comps comps-fe6.xml.in,1.46,1.47 Message-ID: <200608160226.k7G2QtB8003019@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3002 Modified Files: comps-fe6.xml.in Log Message: Added dnsmasq to network-servers Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- comps-fe6.xml.in 16 Aug 2006 02:00:12 -0000 1.46 +++ comps-fe6.xml.in 16 Aug 2006 02:26:52 -0000 1.47 @@ -587,6 +587,7 @@ true ctrlproxy + dnsmasq flumotion icecast ircd-hybrid From fedora-extras-commits at redhat.com Wed Aug 16 03:16:05 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:16:05 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.14,1.15 Message-ID: <200608160316.k7G3G7AB005797@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/devel Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- nagios-plugins.spec 10 Aug 2006 04:39:04 -0000 1.14 +++ nagios-plugins.spec 16 Aug 2006 03:16:05 -0000 1.15 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:15:59 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:15:59 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec,1.11,1.12 Message-ID: <200608160316.k7G3GVUu005800@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/FC-4 Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nagios-plugins.spec 10 Aug 2006 15:15:28 -0000 1.11 +++ nagios-plugins.spec 16 Aug 2006 03:15:58 -0000 1.12 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:15:59 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 15 Aug 2006 20:15:59 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec,1.11,1.12 Message-ID: <200608160316.k7G3GVWc005803@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5749/FC-5 Modified Files: nagios-plugins.spec Log Message: Added requires qstat for check_game Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- nagios-plugins.spec 10 Aug 2006 15:18:07 -0000 1.11 +++ nagios-plugins.spec 16 Aug 2006 03:15:59 -0000 1.12 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -341,6 +341,7 @@ Summary: Nagios Plugin - check_game Group: Applications/System Requires: nagios-plugins = %{version}-%{release} +Requires: qstat %description game Provides check_game support for Nagios. @@ -730,6 +731,9 @@ %{_libdir}/nagios/plugins/utils.* %changelog +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + * Thu Aug 03 2006 Mike McGrath 1.4.3-16 - Providing path to qstat From fedora-extras-commits at redhat.com Wed Aug 16 03:22:49 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Tue, 15 Aug 2006 20:22:49 -0700 Subject: comps comps-fe5.xml,1.9,1.10 Message-ID: <200608160322.k7G3Mp1w005917@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5856 Modified Files: comps-fe5.xml Log Message: Add tinyfugue to text based internet group Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- comps-fe5.xml 16 Aug 2006 01:45:16 -0000 1.9 +++ comps-fe5.xml 16 Aug 2006 03:22:49 -0000 1.10 @@ -545,6 +545,7 @@ rtorrent snownews tin + tinyfugue From fedora-extras-commits at redhat.com Wed Aug 16 03:28:22 2006 From: fedora-extras-commits at redhat.com (Callum Lerwick (seg)) Date: Tue, 15 Aug 2006 20:28:22 -0700 Subject: comps comps-fe6.xml,1.5,1.6 Message-ID: <200608160328.k7G3SOMt005992@cvs-int.fedora.redhat.com> Author: seg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5975 Modified Files: comps-fe6.xml Log Message: Err, add tinyfugue to fe6 as well. Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- comps-fe6.xml 16 Aug 2006 02:08:35 -0000 1.5 +++ comps-fe6.xml 16 Aug 2006 03:28:22 -0000 1.6 @@ -544,6 +544,7 @@ rtorrent snownews tin + tinyfugue From fedora-extras-commits at redhat.com Wed Aug 16 04:43:09 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Tue, 15 Aug 2006 21:43:09 -0700 Subject: comps comps-fe6.xml.in,1.47,1.48 Message-ID: <200608160443.k7G4hBws008813@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8796 Modified Files: comps-fe6.xml.in Log Message: add cproto and nedit Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- comps-fe6.xml.in 16 Aug 2006 02:26:52 -0000 1.47 +++ comps-fe6.xml.in 16 Aug 2006 04:43:09 -0000 1.48 @@ -36,6 +36,7 @@ colordiff cpan2rpm cppunit + cproto curry cvs2svn cvsps @@ -104,6 +105,7 @@ gobby jed leafpad + nedit poedit scribes TeXmacs From fedora-extras-commits at redhat.com Wed Aug 16 04:53:56 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 21:53:56 -0700 Subject: rpms/xprobe2/devel xprobe2.spec,1.5,1.6 Message-ID: <200608160453.k7G4rwxq008860@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/xprobe2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8843 Modified Files: xprobe2.spec Log Message: rebuild Index: xprobe2.spec =================================================================== RCS file: /cvs/extras/rpms/xprobe2/devel/xprobe2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xprobe2.spec 14 Feb 2006 00:00:51 -0000 1.5 +++ xprobe2.spec 16 Aug 2006 04:53:56 -0000 1.6 @@ -1,6 +1,6 @@ Name: xprobe2 Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Xprobe2 is an active operating system fingerprinting tool Group: Applications/Internet @@ -56,6 +56,9 @@ %changelog +* Wed Aug 16 2006 Luke Macken 0.3-6 +- Rebuild + * Mon Feb 13 2006 Luke Macken 0.3-5 - Rebuild for FE5 From fedora-extras-commits at redhat.com Wed Aug 16 05:03:28 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 22:03:28 -0700 Subject: rpms/xprobe2/devel xprobe2.spec,1.6,1.7 Message-ID: <200608160503.k7G53UcV011482@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/xprobe2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11465 Modified Files: xprobe2.spec Log Message: add libpcap-devel to BR Index: xprobe2.spec =================================================================== RCS file: /cvs/extras/rpms/xprobe2/devel/xprobe2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xprobe2.spec 16 Aug 2006 04:53:56 -0000 1.6 +++ xprobe2.spec 16 Aug 2006 05:03:28 -0000 1.7 @@ -1,6 +1,6 @@ Name: xprobe2 Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Xprobe2 is an active operating system fingerprinting tool Group: Applications/Internet @@ -9,7 +9,7 @@ Source0: http://dl.sf.net/xprobe/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap +BuildRequires: libpcap-devel %description Xprobe is an alternative to some tools which are heavily dependent upon the @@ -56,6 +56,9 @@ %changelog +* Wed Aug 16 2006 Luke Macken 0.3-7 +- Add libpcap-devel BR + * Wed Aug 16 2006 Luke Macken 0.3-6 - Rebuild From fedora-extras-commits at redhat.com Wed Aug 16 05:08:37 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 15 Aug 2006 22:08:37 -0700 Subject: comps comps-fe5.xml.in,1.73,1.74 comps-fe6.xml.in,1.48,1.49 Message-ID: <200608160508.k7G58d0m011645@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11626 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add mail-notification, revelation, tiobench to comps Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- comps-fe5.xml.in 16 Aug 2006 01:36:52 -0000 1.73 +++ comps-fe5.xml.in 16 Aug 2006 05:08:37 -0000 1.74 @@ -349,6 +349,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -452,6 +453,7 @@ MagicPoint pybliographer qcad + revelation texmaker @@ -530,6 +532,7 @@ sabayon shorewall snort + tiobench ttywatch unison vnstat Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- comps-fe6.xml.in 16 Aug 2006 04:43:09 -0000 1.48 +++ comps-fe6.xml.in 16 Aug 2006 05:08:37 -0000 1.49 @@ -359,6 +359,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -462,6 +463,7 @@ MagicPoint pybliographer qcad + revelation texmaker @@ -555,6 +557,7 @@ smart-gui snort synaptic + tiobench torque-client torque-gui ttywatch From fedora-extras-commits at redhat.com Wed Aug 16 05:18:17 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 22:18:17 -0700 Subject: comps comps-fe5.xml.in,1.74,1.75 comps-fe6.xml.in,1.49,1.50 Message-ID: <200608160518.k7G5IJ3m011697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11678 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add arc, bin2iso and gnucap Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- comps-fe5.xml.in 16 Aug 2006 05:08:37 -0000 1.74 +++ comps-fe5.xml.in 16 Aug 2006 05:18:17 -0000 1.75 @@ -120,6 +120,7 @@ cernlib-utils galculator gdl + gnucap hdf hdf5 hmmer @@ -470,6 +471,7 @@ akode amarok audacity + bin2iso bmp camstream camE @@ -506,6 +508,7 @@ aide airsnort apcupsd + arc bochs cfengine cfs Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- comps-fe6.xml.in 16 Aug 2006 05:08:37 -0000 1.49 +++ comps-fe6.xml.in 16 Aug 2006 05:18:17 -0000 1.50 @@ -124,6 +124,7 @@ cernlib-utils galculator gdl + gnucap hdf hdf5 hmmer @@ -480,6 +481,7 @@ akode amarok audacity + bin2iso bmp camstream camE @@ -517,6 +519,7 @@ airsnort apcupsd apt + arc bochs chrpath cfengine From fedora-extras-commits at redhat.com Wed Aug 16 05:41:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Tue, 15 Aug 2006 22:41:21 -0700 Subject: comps comps-fe6.xml.in,1.50,1.51 Message-ID: <200608160541.k7G5fNdn011765@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11748 Modified Files: comps-fe6.xml.in Log Message: Add xprobe2 and sobby to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- comps-fe6.xml.in 16 Aug 2006 05:18:17 -0000 1.50 +++ comps-fe6.xml.in 16 Aug 2006 05:41:21 -0000 1.51 @@ -603,6 +603,7 @@ kannel ushare torque-server + sobby @@ -627,6 +628,7 @@ rtorrent snownews tin + xprobe2 From fedora-extras-commits at redhat.com Wed Aug 16 05:54:04 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 22:54:04 -0700 Subject: comps comps-fe6.xml.in,1.51,1.52 Message-ID: <200608160554.k7G5s6Zn011829@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11812 Modified Files: comps-fe6.xml.in Log Message: added some missing packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- comps-fe6.xml.in 16 Aug 2006 05:41:21 -0000 1.51 +++ comps-fe6.xml.in 16 Aug 2006 05:54:04 -0000 1.52 @@ -168,6 +168,7 @@ alacarte brightside + buoh byzanz deskbar-applet gdesklets @@ -651,6 +652,7 @@ mod_security moin plone + php-pecl-apc tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Wed Aug 16 05:58:05 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 22:58:05 -0700 Subject: comps comps-fe5.xml.in, 1.75, 1.76 comps-fe6.xml, 1.6, 1.7 comps-fe6.xml.in, 1.52, 1.53 Message-ID: <200608160558.k7G5w7qb011870@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11849 Modified Files: comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: added missing packages to fc5 too Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- comps-fe5.xml.in 16 Aug 2006 05:18:17 -0000 1.75 +++ comps-fe5.xml.in 16 Aug 2006 05:58:05 -0000 1.76 @@ -164,6 +164,7 @@ alacarte brightside byzanz + buoh deskbar-applet gdesklets gfontview @@ -619,6 +620,7 @@ mod_security moin plone + php-pecl-apc thttpd TurboGears zope Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- comps-fe6.xml 16 Aug 2006 03:28:22 -0000 1.6 +++ comps-fe6.xml 16 Aug 2006 05:58:05 -0000 1.7 @@ -1,821 +0,0 @@ - - - - - - authoring-and-publishing - Authoring and Publishing - These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - conglomerate - kile - scribus - - - - - development-tools - Development Tools - These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - bazaar - bigloo - bzr - ccache - clisp - cogito - colordiff - cpan2rpm - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - fpc - gforth - ghc - git - highlight - lcov - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - quilt - rpmlint - splint - tkcvs - tla - yap - yasm - - - - - dialup - Dialup Networking Support - - true - false - - pptp - - - - - editors - Editors - Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - TeXmacs - - - - - engineering-and-scientific - Engineering and Scientific - This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - hmmer - kst - lagan - lapack - ncarg - numpy - octave - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - scalapack - SIBsim4 - - - - - ftp-server - FTP Server - These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - GNOME Desktop Environment - GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - byzanz - deskbar-applet - gdesklets - gfontview - glunarclock - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - wp_tray - - - - - gnome-software-development - GNOME Software Development - Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gnome-vfsmm26-devel - gquilt - libsexy-devel - - - - - games - Games and Entertainment - Various ways to relax and spend your free time. - false - true - - abe - bzflag - celestia - cgoban - crossfire-client - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - nethack - nethack-vultures - neverball - nexuiz - njam - overgod - pipenightdreams - powermanga - ppracer - qascade - qqo - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - supertux - tong - torcs - ularn - uqm - viruskiller - wesnoth - worminator - xboard - xpilot-ng - xplanet - xscorch - zasx - - - - - education - Educational Software - Educational software for learning - false - true - - drgeo - drgeo-doc - gperiodic - stellarium - tuxtype2 - - - - - graphical-internet - Graphical Internet - This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - d4x - deskbar-applet - dillo - drivel - fwbuilder - gajim - galeon - gnome-blog - gnome-telnet - gossip - gtk-gnutella - gwget - kickpim - konversation - kphone - licq - liferea - linphone - logjam - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - Graphics - This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - grads - gv - gpp - gqview - graphviz - gwenview - inkscape - qiv - showimg - skencil - sodipodi - tuxpaint - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - exim - exim-doc - mlmmj - pyzor - - - - - news-server - News Server - This group allows you to configure the system as a news server. - false - true - - leafnode - suck - - - - - office - Office/Productivity - The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - texmaker - - - - - sound-and-video - Sound and Video - From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bmp - camstream - camE - easytag - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - System Tools - This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - cfengine - cfs - crack - dkms - environment-modules - epylog - fuse - fwbuilder - ghasher - ghex - hercules - ibmonitor - inadyn - lirc - moodss - moomps - nagios - nfswatch - rdiff-backup - sabayon - shorewall - snort - ttywatch - unison - vnstat - vpnc - wine - - - - - hardware-support - Hardware Support - This group is a collection of tools for various hardware specific utilities. - false - true - - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - Network Servers - This group is a collection of network servers for specific purposes - false - true - - ez-ipupdate - flumotion - icecast - ircd-hybrid - jabberd - kannel - ushare - - - - - text-internet - Text-based Internet - This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - bittorrent - centericq - cone - elmo - irssi - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - tinyfugue - - - - - web-server - Web Server - These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - plone - thttpd - TurboGears - zope - - - - - xemacs - XEmacs - The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - XFCE - A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-iconbox - xfce4-panel - xfce4-systray - xfdesktop - xffm - xffm-icons - xfprint - xfwm4 - xfce4-toys - xfwm4-themes - xfwm4-themes - xfcalendar - - - - - window-managers - Window Managers - Simple window managers that aren't part of a larger desktop environment. - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - WindowMaker - wmx - - - - - xfce-software-development - XFCE Software Development - Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - X Window System - Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - xwrits - - - - - - kde-desktop - KDE (K Desktop Environment) - KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kickpim - kdissert - kbibtex - kiosktool - kmymoney2 - kompose - kyum - - - - - kde-software-development - KDE Software Development - Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - Web Development - These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - Administration Tools - This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - qtparted - system-config-control - yumex - - - - - - java - Java - Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - Java Development - Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - Desktop Environments - Desktop environments - 10 - - xfce-desktop - - - - - apps - Applications - Applications for a variety of tasks - 20 - - education - - - - - base-system - Base System - Various core pieces of the system. - 99 - - hardware-support - - - - - development - Development - Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - Servers - Software used for running network servers - 90 - - network-server - - - Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- comps-fe6.xml.in 16 Aug 2006 05:54:04 -0000 1.52 +++ comps-fe6.xml.in 16 Aug 2006 05:58:05 -0000 1.53 @@ -1,911 +0,0 @@ - - - - - - authoring-and-publishing - <_name>Authoring and Publishing - <_description>These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - conglomerate - docbook2X - kile - scribus - - - - - development-tools - <_name>Development Tools - <_description>These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - aplus-fsf - archmage - bazaar - bigloo - bzr - ccache - clisp - cmake - cogito - colordiff - cpan2rpm - cppunit - cproto - curry - cvs2svn - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - flasm - ftnchek - fpc - gauche - gforth - ghc - git - gprolog - highlight - hugs98 - lightning - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - q - quilt - rpmlint - splint - svnmailer - tkcvs - tla - ucblogo - yap - yasm - - - - - dialup - <_name>Dialup Networking Support - - true - false - - pptp - - - - - editors - <_name>Editors - <_description>Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - nedit - poedit - scribes - TeXmacs - - - - - engineering-and-scientific - <_name>Engineering and Scientific - <_description>This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - gnucap - hdf - hdf5 - hmmer - kst - lagan - lapack - ncarg - numpy - octave - paraview - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - rrdtool - scalapack - SIBsim4 - - - - - ftp-server - <_name>FTP Server - <_description>These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - <_name>GNOME Desktop Environment - <_description>GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - buoh - byzanz - deskbar-applet - gdesklets - gfontview - glunarclock - gnochm - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - verbiste-gnome - wp_tray - - - - - gnome-software-development - <_name>GNOME Software Development - <_description>Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gnome-vfsmm26-devel - gquilt - libsexy-devel - - - - - games - <_name>Games and Entertainment - <_description>Various ways to relax and spend your free time. - false - true - - abe - auriferous - blobwars - bsd-games - bzflag - celestia - cgoban - chess - clanbomber - crossfire-client - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnubg - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - manaworld - monkey-bubble - nazghul-haxima - nethack - nethack-vultures - neverball - nexuiz - njam - overgod - pinball - pingus - pipenightdreams - powermanga - ppracer - qascade - qqo - rafkill - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - sturmbahnfahrer - supertux - tong - torcs - trackballs - trackballs-music - tuxkart - ularn - uqm - viruskiller - wesnoth - worminator - wormux - xaos - xarchon - xboard - xgalaxy - xpilot-ng - xplanet - xscorch - zasx - - - - - education - <_name>Educational Software - <_description>Educational software for learning - false - true - - childsplay - drgeo - drgeo-doc - gcompris - gperiodic - gtypist - stellarium - tuxtype2 - - - - - graphical-internet - <_name>Graphical Internet - <_description>This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - contacts - d4x - deskbar-applet - dillo - drivel - fwbuilder - gajim - galeon - gnome-blog - gnome-telnet - gossip - gtk-gnutella - gwget - kickpim - konversation - kphone - licq - liferea - linphone - logjam - mail-notification - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - <_name>Graphics - <_description>This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - grads - gv - gpp - gqview - graphviz - gwenview - inkscape - k3d - qiv - renrot - showimg - skencil - sodipodi - tuxpaint - wings - - - - - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - exim - exim-doc - mlmmj - pyzor - - - - - news-server - <_name>News Server - <_description>This group allows you to configure the system as a news server. - false - true - - leafnode - suck - - - - - office - <_name>Office/Productivity - <_description>The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - revelation - texmaker - - - - - sound-and-video - <_name>Sound and Video - <_description>From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bin2iso - bmp - camstream - camE - easytag - gcdmaster - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - jack-audio-connection-kit - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - <_name>System Tools - <_description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - apt - arc - bochs - chrpath - cfengine - cfs - conman - connect-proxy - crack - dkms - environment-modules - epylog - fedora-package-config-apt - fedora-package-config-smart - fuse - fwbuilder - ganglia - ghasher - ghex - gkrellm - gtklp - gtkterm - hercules - ibmonitor - inadyn - ip6sic - isic - ksmarttray - lirc - mmv - moodss - moomps - nagios - nfswatch - powerman - rdiff-backup - sabayon - shorewall - smart - smart-gui - snort - synaptic - tiobench - torque-client - torque-gui - ttywatch - unison - vnstat - vpnc - wine - - - - - hardware-support - <_name>Hardware Support - <_description>This group is a collection of tools for various hardware specific utilities. - false - true - - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - <_name>Network Servers - <_description>This group is a collection of network servers for specific purposes - false - true - - ctrlproxy - dnsmasq - flumotion - icecast - ircd-hybrid - jabberd - kannel - ushare - torque-server - sobby - - - - - text-internet - <_name>Text-based Internet - <_description>This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - bittorrent - centericq - cone - elmo - irssi - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - xprobe2 - - - - - web-server - <_name>Web Server - <_description>These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - plone - php-pecl-apc - tclhttpd - thttpd - TurboGears - zope - - - - - xemacs - <_name>XEmacs - <_description>The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - <_name>XFCE - <_description>A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-iconbox - xfce4-panel - xfce4-systray - xfdesktop - xffm - xffm-icons - xfprint - xfwm4 - xfce4-toys - xfwm4-themes - xfwm4-themes - xfcalendar - - - - - window-managers - <_name>Window Managers - <_description>Simple window managers that aren't part of a larger desktop environment. - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - obconf - openbox - WindowMaker - wmx - - - - - xfce-software-development - <_name>XFCE Software Development - <_description>Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - <_name>X Window System - <_description>Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - - - - - - kde-desktop - <_name>KDE (K Desktop Environment) - <_description>KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kchmviewer - kickpim - kdissert - kbibtex - kiosktool - kmymoney2 - kompose - ksynaptics - kyum - - - - - kde-software-development - <_name>KDE Software Development - <_description>Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - <_name>Web Development - <_description>These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - <_name>Administration Tools - <_description>This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - qtparted - system-config-control - yumex - - - - - - java - <_name>Java - <_description>Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - <_name>Java Development - <_description>Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - <_name>Desktop Environments - <_description>Desktop environments - 10 - - xfce-desktop - - - - - apps - <_name>Applications - <_description>Applications for a variety of tasks - 20 - - education - - - - - base-system - <_name>Base System - <_description>Various core pieces of the system. - 99 - - hardware-support - - - - - development - <_name>Development - <_description>Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - <_name>Servers - <_description>Software used for running network servers - 90 - - network-server - - - From fedora-extras-commits at redhat.com Wed Aug 16 05:58:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 15 Aug 2006 22:58:27 -0700 Subject: owners owners.list,1.1404,1.1405 Message-ID: <200608160558.k7G5wTDt011898@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11877 Modified Files: owners.list Log Message: add "library" to some descriptions Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1404 retrieving revision 1.1405 diff -u -r1.1404 -r1.1405 --- owners.list 16 Aug 2006 01:10:00 -0000 1.1404 +++ owners.list 16 Aug 2006 05:58:27 -0000 1.1405 @@ -20,7 +20,7 @@ Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|adime|Allegro Dialogs Made Easy|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|adns|Advanced, easy to use, asynchronous-capable DNS client library|byte at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|adplay|AdLib OPL sound player|triad at df.lth.se|extras-qa at fedoraproject.org| Fedora Extras|adplug|AdLib OPL sound emulation library|triad at df.lth.se|extras-qa at fedoraproject.org| @@ -444,7 +444,7 @@ Fedora Extras|glabels|A program for creating labels and business cards for GNOME|peter at thecodergeek.com|extras-qa at fedoraproject.org|jspaleta at gmail.com Fedora Extras|glib|A library of handy utility functions|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|glibmm24|A C++ interface for GTK2 (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| -Fedora Extras|Glide3|Glide3 runtime for the 3Dfx Voodoo family of cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|Glide3|Glide3 library for the 3Dfx Voodoo family of cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|Glide3-libGL|Glide3 OpenGL library for use with 3Dfx Voodoo 1 & 2 cards|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|glipper|Glipper is a simple Clipboardmanager for the GNOME Desktop Environment|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|glitz|OpenGL image compositing library|work.eric at gmail.com|extras-qa at fedoraproject.org| @@ -493,7 +493,7 @@ Fedora Extras|gnumeric|A spreadsheet program for GNOME|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gnupg2|GNU utility for secure communication and data storage|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gobby|A free collaborative editor|lmacken at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|goffice|Goffice support libraries|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|goffice|Goffice support library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gonvert|Units conversion utility|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|gossip|Gnome Jabber Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|gourmet|PyGTK Recipe Manager|mpeters at mac.com|extras-qa at fedoraproject.org| @@ -1005,7 +1005,7 @@ Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ode|High performance library for simulating rigid body dynamics|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|hugo at devin.com.br -Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| +Fedora Extras|ogre|Object-Oriented Graphics Rendering Engine library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|oidentd|Implementation of the RFC1413 identification server|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|oneko|Cat chases the cursor|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ooo2txt|Convert OpenOffice documents to simple text|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 06:05:15 2006 From: fedora-extras-commits at redhat.com (Chris Chabot (chabotc)) Date: Tue, 15 Aug 2006 23:05:15 -0700 Subject: comps comps-fe6.xml,1.7,1.8 comps-fe6.xml.in,1.53,1.54 Message-ID: <200608160605.k7G65Hx3014602@cvs-int.fedora.redhat.com> Author: chabotc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14583 Modified Files: comps-fe6.xml comps-fe6.xml.in Log Message: Woops update-comps truncated the files, reverted to previous versions Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- comps-fe6.xml 16 Aug 2006 05:58:05 -0000 1.7 +++ comps-fe6.xml 16 Aug 2006 06:05:14 -0000 1.8 @@ -0,0 +1,821 @@ + + + + + + authoring-and-publishing + Authoring and Publishing + These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. + false + true + + conglomerate + kile + scribus + + + + + development-tools + Development Tools + These tools include core development tools such as automake, gcc, perl, python, and debuggers. + false + true + + abicheck + bazaar + bigloo + bzr + ccache + clisp + cogito + colordiff + cpan2rpm + cvsps + cvsweb + darcs + epydoc + erlang + fedora-rpmdevtools + fpc + gforth + ghc + git + highlight + lcov + lincvs + lua + mach + meld + mercurial + mock + monotone + ocaml + pl + plt-scheme + pylint + quilt + rpmlint + splint + tkcvs + tla + yap + yasm + + + + + dialup + Dialup Networking Support + + true + false + + pptp + + + + + editors + Editors + Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. + false + true + + base + xemacs + + + gobby + jed + leafpad + TeXmacs + + + + + engineering-and-scientific + Engineering and Scientific + This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. + false + true + + blacs + blas + cernlib-utils + galculator + gdl + hmmer + kst + lagan + lapack + ncarg + numpy + octave + qalculate-gtk + qalculate-kde + qcad + qucs + R + R-gnomeGUI + scalapack + SIBsim4 + + + + + ftp-server + FTP Server + These tools allow you to run an FTP server on the system. + false + true + + proftpd + pure-ftpd + + + + + gnome-desktop + GNOME Desktop Environment + GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + true + true + + alacarte + brightside + byzanz + deskbar-applet + gdesklets + gfontview + glunarclock + gmpc + gnome-applet-rhythmbox + gnome-theme-clearlooks-bigpack + gnome-themes-extras + gnotime + gtweakui + istanbul + lock-keys-applet + nautilus-actions + nautilus-flac-converter + nautilus-image-converter + sabayon + seahorse + smeg + themes-backgrounds-gnome + wp_tray + + + + + gnome-software-development + GNOME Software Development + Install these packages in order to develop GTK+ and GNOME graphical applications. + false + true + + anjuta + anjuta-docs + at-poke + gazpacho + gconfmm26-devel + glibmm24-devel + gnome-common + gtkmm24-devel + gtkalog + gnome-vfsmm26-devel + gquilt + libsexy-devel + + + + + games + Games and Entertainment + Various ways to relax and spend your free time. + false + true + + abe + bzflag + celestia + cgoban + crossfire-client + crystal-stacker + crystal-stacker-themes + csmash + enigma + fillets-ng + foobillard + fortune-mod + freeciv + freedoom + freedroid + freedroidrpg + gl-117 + gnofract4d + gnome-sudoku + gnuchess + gnugo + grhino + gweled + lacewing + lincity-ng + lmarbles + lucidlife + Maelstrom + nethack + nethack-vultures + neverball + nexuiz + njam + overgod + pipenightdreams + powermanga + ppracer + qascade + qqo + raidem + rocksndiamonds + rogue + scorched3d + shippy + sirius + sopwith + starfighter + supertux + tong + torcs + ularn + uqm + viruskiller + wesnoth + worminator + xboard + xpilot-ng + xplanet + xscorch + zasx + + + + + education + Educational Software + Educational software for learning + false + true + + drgeo + drgeo-doc + gperiodic + stellarium + tuxtype2 + + + + + graphical-internet + Graphical Internet + This group includes graphical email, Web, and chat clients. + true + true + + amaya + apollon + azureus + balsa + bittorrent-gui + blogtk + bluefish + comical + contact-lookup-applet + d4x + deskbar-applet + dillo + drivel + fwbuilder + gajim + galeon + gnome-blog + gnome-telnet + gossip + gtk-gnutella + gwget + kickpim + konversation + kphone + licq + liferea + linphone + logjam + pan + prozilla + psi + putty + rssowl + screem + silky + straw + sylpheed + sylpheed-claws + valknut + x3270-x11 + xchat-gnome + + + + + graphics + Graphics + This group includes packages to help you manipulate and scan images. + true + true + + blender + digikam + fontforge + fyre + grads + gv + gpp + gqview + graphviz + gwenview + inkscape + qiv + showimg + skencil + sodipodi + tuxpaint + + + + + mail-server + Mail Server + These packages allow you to configure an IMAP or Postfix mail server. + false + true + + cyrus-imapd + enemies-of-carlotta + perl-Cyrus + clamav + clamav-data + clamav-milter + exim + exim-doc + mlmmj + pyzor + + + + + news-server + News Server + This group allows you to configure the system as a news server. + false + true + + leafnode + suck + + + + + office + Office/Productivity + The applications include office suites, PDF viewers, and more. + true + true + + abiword + aiksaurus-gtk + dia + gdeskcal + glabels + gnotime + gnumeric + gourmet + gramps + grisbi + gsview + koffice-suite + krecipes + lyx + notecase + notemeister + MagicPoint + pybliographer + qcad + texmaker + + + + + sound-and-video + Sound and Video + From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. + true + true + + abcde + alsamixergui + akode + amarok + audacity + bmp + camstream + camE + easytag + gcfilms + gcombust + gnomad2 + gnomebaker + graveman + grip + kid3 + kover + libvisual-plugins + soundconverter + soundtracker + sweep + tagtool + ushare + xmms + xmms-cdread + xmms-flac + + + + + system-tools + System Tools + This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. + false + true + + aide + airsnort + apcupsd + cfengine + cfs + crack + dkms + environment-modules + epylog + fuse + fwbuilder + ghasher + ghex + hercules + ibmonitor + inadyn + lirc + moodss + moomps + nagios + nfswatch + rdiff-backup + sabayon + shorewall + snort + ttywatch + unison + vnstat + vpnc + wine + + + + + hardware-support + Hardware Support + This group is a collection of tools for various hardware specific utilities. + false + true + + acpitool + i810switch + i8kutils + libifp + s3switch + tpb + + + + + network-server + Network Servers + This group is a collection of network servers for specific purposes + false + true + + ez-ipupdate + flumotion + icecast + ircd-hybrid + jabberd + kannel + ushare + + + + + text-internet + Text-based Internet + This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. + true + true + + bittorrent + centericq + cone + elmo + irssi + naim + ncftp + nget + ninja + nmh + pork + rtorrent + snownews + tin + tinyfugue + + + + + web-server + Web Server + These tools allow you to run a Web server on the system. + false + true + + apachetop + awstats + boa + dap-server-cgi + lighttpd + lighttpd-fastcgi + mediawiki + mod_cband + mod_geoip + mod_security + moin + plone + thttpd + TurboGears + zope + + + + + xemacs + XEmacs + The XEmacs text editor. + false + false + + base + + + xemacs + xemacs-el + xemacs-info + xemacs-nox + xemacs-sumo + xemacs-sumo-el + xemacs-sumo-info + + + + + xfce-desktop + XFCE + A lightweight desktop environment that works well on low end machines. + false + true + + libxfce4mcs + libxfce4util + libxfcegui4 + xfce-mcs-manager + xfce-mcs-plugins + xfce-utils + xfce4-iconbox + xfce4-panel + xfce4-systray + xfdesktop + xffm + xffm-icons + xfprint + xfwm4 + xfce4-toys + xfwm4-themes + xfwm4-themes + xfcalendar + + + + + window-managers + Window Managers + Simple window managers that aren't part of a larger desktop environment. + false + true + + bbkeys + blackbox + fluxbox + fluxconf + hackedbox + WindowMaker + wmx + + + + + xfce-software-development + XFCE Software Development + Install these packages in order to develop GTK+ and XFCE graphical applications. + false + true + + x-software-development + + + glade2 + glib2-devel + gtk-doc + gtk2-devel + libxfce4mcs-devel + libxfce4util-devel + libxfcegui4-devel + pygtk2-devel + xfce-mcs-manager-devel + + + + + mail-server + Mail Server + These packages allow you to configure an IMAP or SMTP mail server. + false + true + + amavisd-new + clamav + + + + + base-x + X Window System + Install this group of packages to use the base graphical (X) user interface. + true + true + + alltray + aterm + fonttools + rxvt + workrave + xlockmore + xwrits + + + + + + kde-desktop + KDE (K Desktop Environment) + KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + false + true + + basket + kickpim + kdissert + kbibtex + kiosktool + kmymoney2 + kompose + kyum + + + + + kde-software-development + KDE Software Development + Install these packages to develop QT and KDE graphical applications. + false + true + + gambas + kdesvn + + + + + web-development + Web Development + These packages are helpful when developing web applications or web pages. + false + true + + + + + + admin-tools + Administration Tools + This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. + true + true + + gparted + gsynaptics + qtparted + system-config-control + yumex + + + + + + java + Java + Support for running programs written in the Java programming language. + true + false + + jikes + + + + + java-development + Java Development + Support for developing programs in the Java programming language. + false + true + + jlint + + + + + desktops + Desktop Environments + Desktop environments + 10 + + xfce-desktop + + + + + apps + Applications + Applications for a variety of tasks + 20 + + education + + + + + base-system + Base System + Various core pieces of the system. + 99 + + hardware-support + + + + + development + Development + Packages which provide functionality for developing and building applications. + 70 + + xfce-software-development + web-development + + + + + servers + Servers + Software used for running network servers + 90 + + network-server + + + Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- comps-fe6.xml.in 16 Aug 2006 05:58:05 -0000 1.53 +++ comps-fe6.xml.in 16 Aug 2006 06:05:14 -0000 1.54 @@ -0,0 +1,911 @@ + + + + + + authoring-and-publishing + <_name>Authoring and Publishing + <_description>These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. + false + true + + conglomerate + docbook2X + kile + scribus + + + + + development-tools + <_name>Development Tools + <_description>These tools include core development tools such as automake, gcc, perl, python, and debuggers. + false + true + + abicheck + aplus-fsf + archmage + bazaar + bigloo + bzr + ccache + clisp + cmake + cogito + colordiff + cpan2rpm + cppunit + cproto + curry + cvs2svn + cvsps + cvsweb + darcs + epydoc + erlang + fedora-rpmdevtools + flasm + ftnchek + fpc + gauche + gforth + ghc + git + gprolog + highlight + hugs98 + lightning + lincvs + lua + mach + meld + mercurial + mock + monotone + ocaml + pl + plt-scheme + pylint + q + quilt + rpmlint + splint + svnmailer + tkcvs + tla + ucblogo + yap + yasm + + + + + dialup + <_name>Dialup Networking Support + + true + false + + pptp + + + + + editors + <_name>Editors + <_description>Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. + false + true + + base + xemacs + + + gobby + jed + leafpad + nedit + poedit + scribes + TeXmacs + + + + + engineering-and-scientific + <_name>Engineering and Scientific + <_description>This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. + false + true + + blacs + blas + cernlib-utils + galculator + gdl + gnucap + hdf + hdf5 + hmmer + kst + lagan + lapack + ncarg + numpy + octave + paraview + qalculate-gtk + qalculate-kde + qcad + qucs + R + R-gnomeGUI + rrdtool + scalapack + SIBsim4 + + + + + ftp-server + <_name>FTP Server + <_description>These tools allow you to run an FTP server on the system. + false + true + + proftpd + pure-ftpd + + + + + gnome-desktop + <_name>GNOME Desktop Environment + <_description>GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + true + true + + alacarte + brightside + buoh + byzanz + deskbar-applet + gdesklets + gfontview + glunarclock + gnochm + gmpc + gnome-applet-rhythmbox + gnome-theme-clearlooks-bigpack + gnome-themes-extras + gnotime + gtweakui + istanbul + lock-keys-applet + nautilus-actions + nautilus-flac-converter + nautilus-image-converter + sabayon + seahorse + smeg + themes-backgrounds-gnome + verbiste-gnome + wp_tray + + + + + gnome-software-development + <_name>GNOME Software Development + <_description>Install these packages in order to develop GTK+ and GNOME graphical applications. + false + true + + anjuta + anjuta-docs + at-poke + gazpacho + gconfmm26-devel + glibmm24-devel + gnome-common + gtkmm24-devel + gtkalog + gnome-vfsmm26-devel + gquilt + libsexy-devel + + + + + games + <_name>Games and Entertainment + <_description>Various ways to relax and spend your free time. + false + true + + abe + auriferous + blobwars + bsd-games + bzflag + celestia + cgoban + chess + clanbomber + crossfire-client + crystal-stacker + crystal-stacker-themes + csmash + enigma + fillets-ng + foobillard + fortune-mod + freeciv + freedoom + freedroid + freedroidrpg + gl-117 + gnofract4d + gnome-sudoku + gnubg + gnuchess + gnugo + grhino + gweled + lacewing + lincity-ng + lmarbles + lucidlife + Maelstrom + manaworld + monkey-bubble + nazghul-haxima + nethack + nethack-vultures + neverball + nexuiz + njam + overgod + pinball + pingus + pipenightdreams + powermanga + ppracer + qascade + qqo + rafkill + raidem + rocksndiamonds + rogue + scorched3d + shippy + sirius + sopwith + starfighter + sturmbahnfahrer + supertux + tong + torcs + trackballs + trackballs-music + tuxkart + ularn + uqm + viruskiller + wesnoth + worminator + wormux + xaos + xarchon + xboard + xgalaxy + xpilot-ng + xplanet + xscorch + zasx + + + + + education + <_name>Educational Software + <_description>Educational software for learning + false + true + + childsplay + drgeo + drgeo-doc + gcompris + gperiodic + gtypist + stellarium + tuxtype2 + + + + + graphical-internet + <_name>Graphical Internet + <_description>This group includes graphical email, Web, and chat clients. + true + true + + amaya + apollon + azureus + balsa + bittorrent-gui + blogtk + bluefish + comical + contact-lookup-applet + contacts + d4x + deskbar-applet + dillo + drivel + fwbuilder + gajim + galeon + gnome-blog + gnome-telnet + gossip + gtk-gnutella + gwget + kickpim + konversation + kphone + licq + liferea + linphone + logjam + mail-notification + pan + prozilla + psi + putty + rssowl + screem + silky + straw + sylpheed + sylpheed-claws + valknut + x3270-x11 + xchat-gnome + + + + + graphics + <_name>Graphics + <_description>This group includes packages to help you manipulate and scan images. + true + true + + blender + digikam + fontforge + fyre + grads + gv + gpp + gqview + graphviz + gwenview + inkscape + k3d + qiv + renrot + showimg + skencil + sodipodi + tuxpaint + wings + + + + + mail-server + <_name>Mail Server + <_description>These packages allow you to configure an IMAP or Postfix mail server. + false + true + + cyrus-imapd + enemies-of-carlotta + perl-Cyrus + clamav + clamav-data + clamav-milter + exim + exim-doc + mlmmj + pyzor + + + + + news-server + <_name>News Server + <_description>This group allows you to configure the system as a news server. + false + true + + leafnode + suck + + + + + office + <_name>Office/Productivity + <_description>The applications include office suites, PDF viewers, and more. + true + true + + abiword + aiksaurus-gtk + dia + gdeskcal + glabels + gnotime + gnumeric + gourmet + gramps + grisbi + gsview + koffice-suite + krecipes + lyx + notecase + notemeister + MagicPoint + pybliographer + qcad + revelation + texmaker + + + + + sound-and-video + <_name>Sound and Video + <_description>From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. + true + true + + abcde + alsamixergui + akode + amarok + audacity + bin2iso + bmp + camstream + camE + easytag + gcdmaster + gcfilms + gcombust + gnomad2 + gnomebaker + graveman + grip + jack-audio-connection-kit + kid3 + kover + libvisual-plugins + soundconverter + soundtracker + sweep + tagtool + ushare + xmms + xmms-cdread + xmms-flac + + + + + system-tools + <_name>System Tools + <_description>This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. + false + true + + aide + airsnort + apcupsd + apt + arc + bochs + chrpath + cfengine + cfs + conman + connect-proxy + crack + dkms + environment-modules + epylog + fedora-package-config-apt + fedora-package-config-smart + fuse + fwbuilder + ganglia + ghasher + ghex + gkrellm + gtklp + gtkterm + hercules + ibmonitor + inadyn + ip6sic + isic + ksmarttray + lirc + mmv + moodss + moomps + nagios + nfswatch + powerman + rdiff-backup + sabayon + shorewall + smart + smart-gui + snort + synaptic + tiobench + torque-client + torque-gui + ttywatch + unison + vnstat + vpnc + wine + + + + + hardware-support + <_name>Hardware Support + <_description>This group is a collection of tools for various hardware specific utilities. + false + true + + acpitool + i810switch + i8kutils + libifp + s3switch + tpb + + + + + network-server + <_name>Network Servers + <_description>This group is a collection of network servers for specific purposes + false + true + + ctrlproxy + dnsmasq + flumotion + icecast + ircd-hybrid + jabberd + kannel + ushare + torque-server + sobby + + + + + text-internet + <_name>Text-based Internet + <_description>This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. + true + true + + bittorrent + centericq + cone + elmo + irssi + naim + ncftp + nget + ninja + nmh + pork + rtorrent + snownews + tin + xprobe2 + + + + + web-server + <_name>Web Server + <_description>These tools allow you to run a Web server on the system. + false + true + + apachetop + awstats + boa + dap-server-cgi + lighttpd + lighttpd-fastcgi + mediawiki + mod_cband + mod_geoip + mod_security + moin + plone + php-pecl-apc + tclhttpd + thttpd + TurboGears + zope + + + + + xemacs + <_name>XEmacs + <_description>The XEmacs text editor. + false + false + + base + + + xemacs + xemacs-el + xemacs-info + xemacs-nox + xemacs-sumo + xemacs-sumo-el + xemacs-sumo-info + + + + + xfce-desktop + <_name>XFCE + <_description>A lightweight desktop environment that works well on low end machines. + false + true + + libxfce4mcs + libxfce4util + libxfcegui4 + xfce-mcs-manager + xfce-mcs-plugins + xfce-utils + xfce4-iconbox + xfce4-panel + xfce4-systray + xfdesktop + xffm + xffm-icons + xfprint + xfwm4 + xfce4-toys + xfwm4-themes + xfwm4-themes + xfcalendar + + + + + window-managers + <_name>Window Managers + <_description>Simple window managers that aren't part of a larger desktop environment. + false + true + + bbkeys + blackbox + fluxbox + fluxconf + hackedbox + obconf + openbox + WindowMaker + wmx + + + + + xfce-software-development + <_name>XFCE Software Development + <_description>Install these packages in order to develop GTK+ and XFCE graphical applications. + false + true + + x-software-development + + + glade2 + glib2-devel + gtk-doc + gtk2-devel + libxfce4mcs-devel + libxfce4util-devel + libxfcegui4-devel + pygtk2-devel + xfce-mcs-manager-devel + + + + + mail-server + <_name>Mail Server + <_description>These packages allow you to configure an IMAP or SMTP mail server. + false + true + + amavisd-new + clamav + + + + + base-x + <_name>X Window System + <_description>Install this group of packages to use the base graphical (X) user interface. + true + true + + alltray + aterm + fonttools + rxvt + workrave + xlockmore + + + + + + kde-desktop + <_name>KDE (K Desktop Environment) + <_description>KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. + false + true + + basket + kchmviewer + kickpim + kdissert + kbibtex + kiosktool + kmymoney2 + kompose + ksynaptics + kyum + + + + + kde-software-development + <_name>KDE Software Development + <_description>Install these packages to develop QT and KDE graphical applications. + false + true + + gambas + kdesvn + + + + + web-development + <_name>Web Development + <_description>These packages are helpful when developing web applications or web pages. + false + true + + + + + + admin-tools + <_name>Administration Tools + <_description>This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. + true + true + + gparted + gsynaptics + qtparted + system-config-control + yumex + + + + + + java + <_name>Java + <_description>Support for running programs written in the Java programming language. + true + false + + jikes + + + + + java-development + <_name>Java Development + <_description>Support for developing programs in the Java programming language. + false + true + + jlint + + + + + desktops + <_name>Desktop Environments + <_description>Desktop environments + 10 + + xfce-desktop + + + + + apps + <_name>Applications + <_description>Applications for a variety of tasks + 20 + + education + + + + + base-system + <_name>Base System + <_description>Various core pieces of the system. + 99 + + hardware-support + + + + + development + <_name>Development + <_description>Packages which provide functionality for developing and building applications. + 70 + + xfce-software-development + web-development + + + + + servers + <_name>Servers + <_description>Software used for running network servers + 90 + + network-server + + + From fedora-extras-commits at redhat.com Wed Aug 16 06:33:38 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 15 Aug 2006 23:33:38 -0700 Subject: comps comps-fe6.xml.in,1.54,1.55 Message-ID: <200608160633.k7G6XesM014737@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14719 Modified Files: comps-fe6.xml.in Log Message: added amsn to graphical internet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- comps-fe6.xml.in 16 Aug 2006 06:05:14 -0000 1.54 +++ comps-fe6.xml.in 16 Aug 2006 06:33:37 -0000 1.55 @@ -333,6 +333,7 @@ true amaya + amsn apollon azureus balsa From fedora-extras-commits at redhat.com Wed Aug 16 06:38:32 2006 From: fedora-extras-commits at redhat.com (Roland McGrath (roland)) Date: Tue, 15 Aug 2006 23:38:32 -0700 Subject: comps comps-fe5.xml.in,1.76,1.77 comps-fe6.xml.in,1.55,1.56 Message-ID: <200608160638.k7G6cYBj014815@cvs-int.fedora.redhat.com> Author: roland Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14796 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add lcov Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- comps-fe5.xml.in 16 Aug 2006 05:58:05 -0000 1.76 +++ comps-fe5.xml.in 16 Aug 2006 06:38:32 -0000 1.77 @@ -53,7 +53,8 @@ gprolog highlight lightning - hugs98 + hugs98 + lcov lincvs lua mach Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- comps-fe6.xml.in 16 Aug 2006 06:33:37 -0000 1.55 +++ comps-fe6.xml.in 16 Aug 2006 06:38:32 -0000 1.56 @@ -54,8 +54,9 @@ git gprolog highlight - hugs98 + hugs98 lightning + lcov lincvs lua mach From fedora-extras-commits at redhat.com Wed Aug 16 06:46:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 15 Aug 2006 23:46:32 -0700 Subject: comps comps-fe6.xml.in,1.56,1.57 Message-ID: <200608160646.k7G6kYdF014854@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14837 Modified Files: comps-fe6.xml.in Log Message: Adding adplay gnokii xmms-adplug nomadsync Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- comps-fe6.xml.in 16 Aug 2006 06:38:32 -0000 1.56 +++ comps-fe6.xml.in 16 Aug 2006 06:46:32 -0000 1.57 @@ -480,6 +480,7 @@ true abcde + adplay alsamixergui akode amarok @@ -500,12 +501,14 @@ kid3 kover libvisual-plugins + nomadsync soundconverter soundtracker sweep tagtool ushare xmms + xmms-adplug xmms-cdread xmms-flac @@ -541,6 +544,7 @@ ghasher ghex gkrellm + gnokii gtklp gtkterm hercules From fedora-extras-commits at redhat.com Wed Aug 16 07:06:35 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 00:06:35 -0700 Subject: comps comps-fe6.xml.in,1.57,1.58 Message-ID: <200608160706.k7G76bh9017553@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17536 Modified Files: comps-fe6.xml.in Log Message: added ipe Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- comps-fe6.xml.in 16 Aug 2006 06:46:32 -0000 1.57 +++ comps-fe6.xml.in 16 Aug 2006 07:06:35 -0000 1.58 @@ -406,6 +406,7 @@ sodipodi tuxpaint wings + ipe From fedora-extras-commits at redhat.com Wed Aug 16 09:55:31 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Wed, 16 Aug 2006 02:55:31 -0700 Subject: comps comps-fe6.xml.in,1.58,1.59 Message-ID: <200608160955.k7G9tXmI023368@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23351 Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- comps-fe6.xml.in 16 Aug 2006 07:06:35 -0000 1.58 +++ comps-fe6.xml.in 16 Aug 2006 09:55:30 -0000 1.59 @@ -215,6 +215,8 @@ gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel + plotmm-devel From fedora-extras-commits at redhat.com Wed Aug 16 10:06:15 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 16 Aug 2006 03:06:15 -0700 Subject: comps comps-fe5.xml.in,1.77,1.78 comps-fe6.xml.in,1.59,1.60 Message-ID: <200608161006.k7GA6HQP026049@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26030 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add asa, esmtp, xchm, ooo2txt, BibTool Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- comps-fe5.xml.in 16 Aug 2006 06:38:32 -0000 1.77 +++ comps-fe5.xml.in 16 Aug 2006 10:06:15 -0000 1.78 @@ -9,9 +9,11 @@ false true + BibTool conglomerate docbook2X kile + ooo2txt scribus @@ -26,6 +28,7 @@ abicheck aplus-fsf archmage + asa bazaar bigloo bzr @@ -411,6 +414,7 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc mlmmj @@ -458,6 +462,7 @@ qcad revelation texmaker + xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- comps-fe6.xml.in 16 Aug 2006 09:55:30 -0000 1.59 +++ comps-fe6.xml.in 16 Aug 2006 10:06:15 -0000 1.60 @@ -9,9 +9,11 @@ false true + BibTool conglomerate docbook2X kile + ooo2txt scribus @@ -26,6 +28,7 @@ abicheck aplus-fsf archmage + asa bazaar bigloo bzr @@ -425,6 +428,7 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc mlmmj @@ -472,6 +476,7 @@ qcad revelation texmaker + xchm From fedora-extras-commits at redhat.com Wed Aug 16 10:08:04 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 16 Aug 2006 03:08:04 -0700 Subject: comps comps-fe5.xml.in,1.78,1.79 comps-fe6.xml.in,1.60,1.61 Message-ID: <200608161008.k7GA86AJ026090@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26068 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: move grads to Scientific Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- comps-fe5.xml.in 16 Aug 2006 10:06:15 -0000 1.78 +++ comps-fe5.xml.in 16 Aug 2006 10:08:03 -0000 1.79 @@ -125,6 +125,7 @@ galculator gdl gnucap + grads hdf hdf5 hmmer @@ -383,7 +384,6 @@ digikam fontforge fyre - grads gv gpp gqview Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- comps-fe6.xml.in 16 Aug 2006 10:06:15 -0000 1.60 +++ comps-fe6.xml.in 16 Aug 2006 10:08:03 -0000 1.61 @@ -129,6 +129,7 @@ galculator gdl gnucap + grads hdf hdf5 hmmer @@ -396,7 +397,6 @@ digikam fontforge fyre - grads gv gpp gqview From fedora-extras-commits at redhat.com Wed Aug 16 10:08:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:08:39 -0700 Subject: rpms/perl-SDL - New directory Message-ID: <200608161008.k7GA8foI026156@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26130/perl-SDL Log Message: Directory /cvs/extras/rpms/perl-SDL added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 10:08:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:08:40 -0700 Subject: rpms/perl-SDL/devel - New directory Message-ID: <200608161008.k7GA8gE6026159@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26130/perl-SDL/devel Log Message: Directory /cvs/extras/rpms/perl-SDL/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 10:09:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:09:02 -0700 Subject: rpms/perl-SDL Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608161009.k7GA94CZ026205@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26177 Added Files: Makefile import.log Log Message: Setup of module perl-SDL --- NEW FILE Makefile --- # Top level Makefile for module perl-SDL all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 10:09:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:09:02 -0700 Subject: rpms/perl-SDL/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608161009.k7GA940V026208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26177/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-SDL --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 10:10:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:10:24 -0700 Subject: rpms/perl-SDL import.log,1.1,1.2 Message-ID: <200608161010.k7GAAQC1026319@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282 Modified Files: import.log Log Message: auto-import perl-SDL-2.1.3-2 on branch devel from perl-SDL-2.1.3-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 10:09:02 -0000 1.1 +++ import.log 16 Aug 2006 10:10:24 -0000 1.2 @@ -0,0 +1 @@ +perl-SDL-2_1_3-2:HEAD:perl-SDL-2.1.3-2.src.rpm:1155723399 From fedora-extras-commits at redhat.com Wed Aug 16 10:10:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:10:25 -0700 Subject: rpms/perl-SDL/devel filter-depends.sh, NONE, 1.1 filter-provides.sh, NONE, 1.1 perl-SDL-gfxPie.patch, NONE, 1.1 perl-SDL-no-mixertest.patch, NONE, 1.1 perl-SDL.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608161010.k7GAARf8026328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26282/devel Modified Files: .cvsignore sources Added Files: filter-depends.sh filter-provides.sh perl-SDL-gfxPie.patch perl-SDL-no-mixertest.patch perl-SDL.spec Log Message: auto-import perl-SDL-2.1.3-2 on branch devel from perl-SDL-2.1.3-2.src.rpm --- NEW FILE filter-depends.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-requires "$@" | grep -v Pod::ToDemo --- NEW FILE filter-provides.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-provides "$@" | \ grep -vE 'perl\(main\)|perl\(Walker\)' perl-SDL-gfxPie.patch: --- NEW FILE perl-SDL-gfxPie.patch --- --- src/SDL.xs~ 2003-03-27 12:17:23.000000000 +0200 +++ src/SDL.xs 2005-02-25 20:32:07.353170226 +0200 @@ -71,6 +71,7 @@ #include #include #include +#define PERL_SDL_GFXVERSION SDL_VERSIONNUM(SDL_GFXPRIMITIVES_MAJOR,SDL_GFXPRIMITIVES_MINOR,SDL_GFXPRIMITIVES_MICRO) #endif #ifdef USE_THREADS @@ -3742,7 +3743,11 @@ Sint16 end; Uint32 color; CODE: +#if PERL_SDL_GFXVERSION >= 2012 + RETVAL = filledPieColor( dst, x, y, rad, start, end, color ); +#else RETVAL = filledpieColor( dst, x, y, rad, start, end, color ); +#endif OUTPUT: RETVAL @@ -3759,7 +3764,11 @@ Uint8 b; Uint8 a; CODE: +#if PERL_SDL_GFXVERSION >= 2012 + RETVAL = filledPieRGBA( dst, x, y, rad, start, end, r, g, b, a ); +#else RETVAL = filledpieRGBA( dst, x, y, rad, start, end, r, g, b, a ); +#endif OUTPUT: RETVAL perl-SDL-no-mixertest.patch: --- NEW FILE perl-SDL-no-mixertest.patch --- --- SDL_Perl-2.1.3/t/mixerpm.t.no-mixertest 2005-10-05 11:25:49.000000000 +0200 +++ SDL_Perl-2.1.3/t/mixerpm.t 2006-08-15 08:42:41.000000000 +0200 @@ -16,7 +16,7 @@ use Test::More; if ( SDL::Config->has('SDL_mixer') ) { - plan ( tests => 3 ); + plan ( tests => 2 ); } else { plan ( skip_all => 'SDL_mixer support not compiled' ); } @@ -59,9 +59,3 @@ playing playing_music /); - -# these are exported by default, so main:: should know them: -SDL::Init(SDL_INIT_AUDIO); -my $mixer = SDL::Mixer->new(); -isa_ok($mixer, 'SDL::Mixer'); - --- NEW FILE perl-SDL.spec --- Name: perl-SDL Version: 2.1.3 Release: 2%{?dist} Summary: SDL bindings for the Perl language Group: Development/Libraries License: LGPL URL: http://sdl.perl.org/ Source0: http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/SDL_Perl-%{version}.tar.gz Source1: filter-depends.sh Source2: filter-provides.sh Patch0: http://ftp.debian.org/debian/pool/main/s/sdlperl/sdlperl_2.1.2-1.diff.gz Patch1: %{name}-no-mixertest.patch Patch2: %{name}-gfxPie.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_mixer-devel SDL_image-devel SDL_net-devel SDL_ttf-devel BuildRequires: SDL_gfx-devel libjpeg-devel libpng-devel libGLU-devel perl BuildRequires: perl(Module::Build) perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # hack filter wrong perl(Pod::ToDemo) Requires out of autogenerated Requires # and wrong perl(main), perl(Walker) out of Provides %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE1} %define __find_provides %{SOURCE2} %description SDL (Simple DirectMedia Layer) bindings for the perl language. %prep %setup -q -n SDL_Perl-%{version} %patch0 -p1 # Cherry pick the debian patches we want patch -p1 -b -z .deb < debian/patches/030_glu_nurbs.diff patch -p1 < debian/patches/030_opengl_fixes.diff %patch1 -p1 -z .no-mixertest %patch2 -p0 -z .gfxPie %build perl Build.PL ./Build # I don't know why but for some reason these dirs get put under # blib/arch/auto/src instead of blib/arch/auto causing them to be installed # in the wrong location and "./Build test" to fail. We copy them because if # we move them the next call to ./Build will recreate them in the wrong # location anyways. Unfortunatly with the copy the wrong located originals # will also end up getting installed so we must remove those in %%install cp -r blib/arch/auto/src/SDL* blib/arch/auto %check ./Build test %install rm -rf $RPM_BUILD_ROOT ./Build install installdirs=vendor destdir=$RPM_BUILD_ROOT rm -fr $RPM_BUILD_ROOT%{perl_vendorarch}/auto/src find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc BUGS CHANGELOG COPYING README TODO %{perl_vendorarch}/auto/SDL* %{perl_vendorarch}/SDL* %{_mandir}/man3/SDL*.3* %changelog * Wed Aug 16 2006 Hans de Goede 2.1.3-2 - Filter wrong perl(main) and perl(Walker) out of Provides * Tue Aug 15 2006 Hans de Goede 2.1.3-1 - Major new upstream version 2.1.3 - Thanks to the rpmforge crew for the filter depends hack! * Mon Aug 14 2006 Hans de Goede 1.20.3-8 - Submit to Fedora Extras since it will build without the patented smpeg and none of the packages currently using perl-SDL need the smpeg part. - Drop smpeg BR (see above). - Cleanup BR's a bit to match FE-guidelines * Sat Mar 18 2006 Ville Skytt?? - 1.20.3-7 - Sync with Debian's 1.20.3-4. - Default SDL_mixer tests to off. * Thu Mar 09 2006 Andreas Bierfert 1.20.3-6 - switch to new release field - fix BR * Tue Feb 28 2006 Andreas Bierfert - add dist * Thu Sep 29 2005 Ville Skytt?? - 1.20.3-0.lvn.5 - Clean up obsolete pre-FC3 support (SDL_gfx support is now unconditional). - Drop zero Epochs. * Mon Jul 4 2005 Ville Skytt?? - 0:1.20.3-0.lvn.4 - Clean up obsolete pre-FC2 support. * Fri Feb 25 2005 Ville Skytt?? - 0:1.20.3-0.lvn.3 - Build with SDL_gfx support by default, add "--without gfx" build option. - Patch to sync with SDL_gfx >= 2.0.12 API changes (bug 374). * Sun Jul 11 2004 Ville Skytt?? - 0:1.20.3-0.lvn.2 - Add "--without mixertest" build option for build roots without audio devices, and "--without tests" option to disable tests altogether, needed in FC1 due to buggy libtiff package (bug 107). * Sat Jul 3 2004 Ville Skytt?? - 0:1.20.3-0.lvn.1 - Update to 1.20.3. - Clean up list of searched include dirs. * Wed Jun 30 2004 Ville Skytt?? - 0:1.20.0-0.lvn.4 - Partial specfile rewrite according to current fedora.us Perl spec template. - Use tarball + patch from Debian. - Borrow libGLU fix from Ian Burrell and Matthias Saou, and adjust it a bit: http://lists.freshrpms.net/pipermail/freshrpms-list/2003-December/006843.html - BuildRequire SDL_ttf-devel. * Fri Jun 27 2003 Phillip Compton 0:1.20.0-0.fdr.3 - Applied patch to spec from Ville Skytt?? changeing: - BuildRequires: smpeg-devel. - Run make tesst during build. - Get rid of unneeded files in installation directories. - Make installed files writable so that non-root strip works. * Sun Jun 22 2003 Phillip Compton 0:1.20.0-0.fdr.2 - Used cpanflute2 to redo the build and install sections. * Tue May 27 2003 Phillip Compton 0:1.20.0-0.fdr.1 - Fedorafied * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Mon Feb 17 2003 Matthias Saou - Update to 1.20.0. * Mon Oct 28 2002 Matthias Saou - Update to 1.19.0. - Major spec file adaptation :-/ * Fri Sep 20 2002 Matthias Saou - Update to 1.18.7. - Minor spec cleanups. * Mon Apr 15 2002 Matthias Saou - Update to 1.16. * Thu Feb 7 2002 Matthias Saou - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 10:09:02 -0000 1.1 +++ .cvsignore 16 Aug 2006 10:10:25 -0000 1.2 @@ -0,0 +1,2 @@ +SDL_Perl-2.1.3.tar.gz +sdlperl_2.1.2-1.diff.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 10:09:02 -0000 1.1 +++ sources 16 Aug 2006 10:10:25 -0000 1.2 @@ -0,0 +1,2 @@ +6ce26e1b710ce52def4ec22637cd5176 SDL_Perl-2.1.3.tar.gz +726952ce300a650ec6c9d05085fcc0fb sdlperl_2.1.2-1.diff.gz From fedora-extras-commits at redhat.com Wed Aug 16 10:36:04 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 03:36:04 -0700 Subject: fedora-security/audit fc6,1.16,1.17 Message-ID: <200608161036.k7GAa4Ak026479@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26460 Modified Files: fc6 Log Message: Note new CVE, some things fixed in rawhide, and a mistake in gcc analysis Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- fc6 15 Aug 2006 20:55:11 -0000 1.16 +++ fc6 16 Aug 2006 10:36:01 -0000 1.17 @@ -1,11 +1,12 @@ -Up to date CVE as of CVE email 20060813 +Up to date CVE as of CVE email 20060815 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 +CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] CVE-2006-3918 version (httpd, fixed 2.2.2) CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 version (tomcat, fixed 5.5.17) @@ -50,7 +51,7 @@ CVE-2006-3628 version (wireshark, fixed 0.99.2) CVE-2006-3627 version (wireshark, fixed 0.99.2) CVE-2006-3626 version (kernel, fixed 2.6.17.6) -CVE-2006-3619 VULNERABLE (libgcj/fastjar 0.93) bz#202680 +CVE-2006-3619 backport (libgcj/fastjar 0.93) gcc41-CVE-2006-3619.patch CVE-2006-3486 ignore (mysql, fixed 5.0.23) not exploitable CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream @@ -79,7 +80,7 @@ CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux -CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 +CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 [fixed rawhide] CVE-2006-3082 version (gnupg, fixed 1.4.4) CVE-2006-3081 version (mysql, fixed 5.1.18) CVE-2006-3057 version (dhcdbd, fixed 1.14) @@ -267,7 +268,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) -CVE-2006-1168 VULNERABLE (ncompress) bz#202693 +CVE-2006-1168 VULNERABLE (ncompress) bz#202693 [fixed rawhide] CVE-2006-1095 version (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability @@ -357,6 +358,8 @@ CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) +CVE-2006-0040 ** (gtkhtml2) +CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) @@ -1461,6 +1464,8 @@ CVE-2003-0543 version (openssl, not 0.9.8) CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, not 2.2) +CVE-2003-0541 ** (gtkhtml2) +CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) From fedora-extras-commits at redhat.com Wed Aug 16 10:36:36 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 03:36:36 -0700 Subject: fedora-security/audit fc5,1.278,1.279 Message-ID: <200608161036.k7GAaapm026511@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26491 Modified Files: fc5 Log Message: Update from new mails, also note gtkhtml which needs an investigation Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.278 retrieving revision 1.279 diff -u -r1.278 -r1.279 --- fc5 14 Aug 2006 23:59:15 -0000 1.278 +++ fc5 16 Aug 2006 10:36:33 -0000 1.279 @@ -1,11 +1,12 @@ -Up to date CVE as of CVE email 20060813 +Up to date CVE as of CVE email 20060815 Up to date FC5 as of 20060813 ** are items that need attention +CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 -CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) #202196 +CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] CVE-2006-3918 version httpd, fixed 2.2.2 [since FEDORA-2006-364] CVE-2006-3879 version (mikmod, not 3.1.6) CVE-2006-3835 VULNERABLE (tomcat, fixed 5.5.17) @@ -68,7 +69,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (xorg) #202475 [since FEDORA-2006-912] +CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3463 backport (libtiff) [since FEDORA-2006-877] @@ -84,7 +85,7 @@ CVE-2006-3334 ignore (libpng, fixed 1.2.12) not exploitable CVE-2006-3242 backport (mutt, fixed 1.4.2.2, 1.5.12) #197152 [since FEDORA-2006-760] CVE-2006-3174 version (squirrelmail, fixed 1.4.7) #197369 [since FEDORA-2006-788] -CVE-2006-3145 VULNERABLE (netpbm, fixed 10.34) +CVE-2006-3145 version (netpbm, fixed 10.34) [since FEDORA-2006-909] CVE-2006-3127 version (nss, only affected 3.11) [since FEDORA-2006-728] CVE-2006-3122 ** dhcp CVE-2006-3117 backport (openoffice.org, fixed 2.0.3) [since FEDORA-2006-770] @@ -413,6 +414,8 @@ CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) CVE-2006-0040 VULNERABLE (gtkhtml) #183680 no upstream fix +CVE-2006-0040 ** (gtkhtml2) +CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) [since FEDORA-2006-572] CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] @@ -1647,6 +1650,8 @@ CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, fixed 2.0.48) CVE-2003-0541 backport (gtkhtml, fixed 1.1.10) gtkhtml-1.1.9-textslave.patch +CVE-2003-0541 ** (gtkhtml2) +CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) From fedora-extras-commits at redhat.com Wed Aug 16 10:47:26 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 16 Aug 2006 03:47:26 -0700 Subject: owners owners.list,1.1405,1.1406 Message-ID: <200608161047.k7GAlSBh026587@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26570 Modified Files: owners.list Log Message: added perl-SDL Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1405 retrieving revision 1.1406 diff -u -r1.1405 -r1.1406 --- owners.list 16 Aug 2006 05:58:27 -0000 1.1405 +++ owners.list 16 Aug 2006 10:47:25 -0000 1.1406 @@ -1399,6 +1399,7 @@ Fedora Extras|perl-Regexp-Shellish|Shell-like regular expressions|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-RRD-Simple|Simple interface to create and store data in RRD files|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Scalar-Properties|Run-time properties on scalar variables|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-SDL|SDL bindings for the Perl language|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-Infinite|Sets of intervals|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Set-IntSpan|Perl module for managing sets of integers|ville.skytta at iki.fi|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Smart-Comments|Comments that do more than just sit there|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 16 10:52:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 16 Aug 2006 03:52:37 -0700 Subject: comps comps-fe6.xml,1.8,1.9 Message-ID: <200608161052.k7GAqdwB026640@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26622 Modified Files: comps-fe6.xml Log Message: include xscreensaver related packages Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- comps-fe6.xml 16 Aug 2006 06:05:14 -0000 1.8 +++ comps-fe6.xml 16 Aug 2006 10:52:36 -0000 1.9 @@ -685,6 +685,9 @@ rxvt workrave xlockmore + xscreensaver-base + xscreensaver-extras + xscreensaver-gl-extras xwrits From fedora-extras-commits at redhat.com Wed Aug 16 11:02:10 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 16 Aug 2006 04:02:10 -0700 Subject: comps comps-fe6.xml,1.9,1.10 Message-ID: <200608161102.k7GB2C1S029317@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29218/comps Modified Files: comps-fe6.xml Log Message: Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- comps-fe6.xml 16 Aug 2006 10:52:36 -0000 1.9 +++ comps-fe6.xml 16 Aug 2006 11:02:10 -0000 1.10 @@ -306,6 +306,7 @@ kickpim konversation kphone + ktorrent licq liferea linphone From fedora-extras-commits at redhat.com Wed Aug 16 11:31:52 2006 From: fedora-extras-commits at redhat.com (Dmitry Butskoy (buc)) Date: Wed, 16 Aug 2006 04:31:52 -0700 Subject: comps comps-fe5.xml.in,1.79,1.80 comps-fe6.xml.in,1.61,1.62 Message-ID: <200608161131.k7GBVslL030433@cvs-int.fedora.redhat.com> Author: buc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30414 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- comps-fe5.xml.in 16 Aug 2006 10:08:03 -0000 1.79 +++ comps-fe5.xml.in 16 Aug 2006 11:31:51 -0000 1.80 @@ -346,6 +346,7 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella gwget @@ -429,6 +430,7 @@ false true + newscache leafnode suck @@ -482,6 +484,7 @@ bmp camstream camE + dvdisaster easytag gcdmaster gcfilms @@ -521,6 +524,7 @@ cfs crack dkms + enca environment-modules epylog fuse @@ -576,6 +580,7 @@ flumotion icecast + ipxripd ircd-hybrid jabberd kannel @@ -595,6 +600,8 @@ cone elmo irssi + libtranslate + nail naim ncftp nget @@ -627,6 +634,7 @@ moin plone php-pecl-apc + phpldapadmin thttpd TurboGears zope Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- comps-fe6.xml.in 16 Aug 2006 10:08:03 -0000 1.61 +++ comps-fe6.xml.in 16 Aug 2006 11:31:51 -0000 1.62 @@ -359,6 +359,7 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella gwget @@ -444,6 +445,7 @@ true leafnode + newscache suck @@ -497,6 +499,7 @@ bmp camstream camE + dvdisaster easytag gcdmaster gcfilms @@ -542,6 +545,7 @@ connect-proxy crack dkms + enca environment-modules epylog fedora-package-config-apt @@ -613,6 +617,7 @@ dnsmasq flumotion icecast + ipxripd ircd-hybrid jabberd kannel @@ -634,6 +639,8 @@ cone elmo irssi + libtranslate + nail naim ncftp nget @@ -667,6 +674,7 @@ moin plone php-pecl-apc + phpldapadmin tclhttpd thttpd TurboGears From fedora-extras-commits at redhat.com Wed Aug 16 11:40:32 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 04:40:32 -0700 Subject: fedora-security/audit fc5,1.279,1.280 Message-ID: <200608161140.k7GBeWi9030480@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30461 Modified Files: fc5 Log Message: Backport some data from fc6 investigation to fc5 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.279 retrieving revision 1.280 diff -u -r1.279 -r1.280 --- fc5 16 Aug 2006 10:36:33 -0000 1.279 +++ fc5 16 Aug 2006 11:40:29 -0000 1.280 @@ -165,7 +165,7 @@ CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] CVE-2006-2414 version (dovecot, fixed 1.0.beta8) [since FEDORA-2006-647] is not a security issue CVE-2006-2369 backport (vnc, fixed 4.1.2) #191692 [since FEDORA-2006-558] -CVE-2006-2366 VULNERABLE (openobex) #192087 +CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] @@ -182,8 +182,8 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) #194363 CVE-2006-2120 backport (libtiff) #189976 [since FEDORA-2006-473] -CVE-2006-2073 VULNERABLE (bind) CVE-2006-2083 version (rsync, fixed 2.6.8) #190208 [since FEDORA-2006-599] +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2071 version (kernel, fixed 2.6.16.6) [since FEDORA-2006-421] CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 backport (libtiff, fixed 3.8.1) #189934 [since FEDORA-2006-473] @@ -302,7 +302,7 @@ CVE-2006-1490 version (php, fixed 5.1.4) [since FEDORA-2006-289] CVE-2006-1470 VULNERABLE (openldap) #197278 CVE-2006-1368 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] -CVE-2006-1354 VULNERABLE (freeradius) bz#186084 +CVE-2006-1354 VULNERABLE (freeradius, fixed 1.1.2 at least) bz#186084 CVE-2006-1343 version (kernel, fixed 2.6.16.19) [since FEDORA-2006-698] CVE-2006-1342 version (kernel, not 2.6) not vulnerable CVE-2006-1335 version (gnome-screensaver, fixed 2.14) @@ -355,8 +355,8 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 backport (cairo) cairo-1.0.2-chunk-glyphs-CVE-2006-0528.patch -CVE-2006-0496 VULNERABLE (mozilla) not fixed upstream -CVE-2006-0496 VULNERABLE (firefox) not fixed upstream +CVE-2006-0496 VULNERABLE (mozilla) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection @@ -371,7 +371,7 @@ CVE-2006-0301 version (poppler, fixed 0.4.5) CVE-2006-0301 backport (xpdf) xpdf-3.01pl2.patch CVE-2006-0301 version (kdegraphics, fixed 3.5.2) [since FEDORA-2006-352] was backport since GA -CVE-2006-0300 VULNERABLE (tar) [fixed rawhide in tar-1.15.1-13] +CVE-2006-0300 VULNERABLE (tar, fixed 1.15.90 at least) [fixed rawhide in tar-1.15.1-13] CVE-2006-0299 version (thunderbird, fixed 1.5) CVE-2006-0299 version (mozilla, 1.8 branch only) CVE-2006-0299 version (firefox, fixed 1.5.0.1) @@ -396,7 +396,7 @@ CVE-2006-0292 version (thunderbird, fixed 1.5) [since FEDORA-2006-490] CVE-2006-0292 version (firefox, fixed 1.5.1) CVE-2006-0292 backport (mozilla) mozilla-1.7.12-CVE-2006-0292-javascript-unrooted.patch -CVE-2006-0254 backport (tomcat5, fixed 5.5.16) #178179 **check this +CVE-2006-0254 backport (tomcat5, fixed 5.5.16) CVE-2006-0236 ignore (thunderbird) windows only CVE-2006-0225 version (openssh, fixed 4.3p2) CVE-2006-0208 version (php, fixed 5.1.2) @@ -900,7 +900,6 @@ CVE-2005-0705 version (ethereal, fixed after 0.10.9) CVE-2005-0704 version (ethereal, fixed after 0.10.9) CVE-2005-0698 version (ethereal, fixed after 0.10.9) -CVE-2005-0670 VULNERABLE (hcidump) bz#187946 CVE-2005-0664 version (libexif, fixed 0.6.12) CVE-2005-0654 ignore (gimp, not fixed 2.2) upstream considers harmless CVE-2005-0627 version (qt, fixed 3.3.4) From fedora-extras-commits at redhat.com Wed Aug 16 11:54:33 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 16 Aug 2006 04:54:33 -0700 Subject: fedora-security/audit fc5,1.280,1.281 fc6,1.17,1.18 Message-ID: <200608161154.k7GBsXqg030540@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30516/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-2446 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.280 retrieving revision 1.281 diff -u -r1.280 -r1.281 --- fc5 16 Aug 2006 11:40:29 -0000 1.280 +++ fc5 16 Aug 2006 11:54:30 -0000 1.281 @@ -160,6 +160,7 @@ CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2447 version (spamassassin, fixed 3.1.3) #194290 [since FEDORA-2006-598] +CVE-2006-2446 version (kernel, fixed 2.6.11) CVE-2006-2445 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2444 version (kernel, fixed 2.6.16.18) [since FEDORA-2006-698] CVE-2006-2440 backport (ImageMagick) #192279 [since FEDORA-2006-588] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- fc6 16 Aug 2006 10:36:01 -0000 1.17 +++ fc6 16 Aug 2006 11:54:30 -0000 1.18 @@ -134,6 +134,7 @@ CVE-2006-2449 version (kdebase, fixed 3.5.4) CVE-2006-2448 version (kernel, fixed 2.6.17) CVE-2006-2447 version (spamassassin, fixed 3.1.3) +CVE-2006-2446 version (kernel, fixed 2.6.11) CVE-2006-2445 version (kernel, fixed 2.6.17) CVE-2006-2444 version (kernel, fixed 2.6.17) CVE-2006-2440 version (ImageMagick, fixed 6.2.8 at least) From fedora-extras-commits at redhat.com Wed Aug 16 12:00:24 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:00:24 -0700 Subject: rpms/heartbeat/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 heartbeat.spec, 1.7, 1.8 Message-ID: <200608161200.k7GC0QQM030603@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30582 Modified Files: .cvsignore sources heartbeat.spec Log Message: * Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 - upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 14 Jul 2006 19:32:20 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:00:24 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 14 Jul 2006 19:32:20 -0000 1.5 +++ sources 16 Aug 2006 12:00:24 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/heartbeat.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- heartbeat.spec 15 Jul 2006 13:36:59 -0000 1.7 +++ heartbeat.spec 16 Aug 2006 12:00:24 -0000 1.8 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel From fedora-extras-commits at redhat.com Wed Aug 16 12:03:08 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:03:08 -0700 Subject: rpms/heartbeat/FC-5 .cvsignore, 1.5, 1.6 heartbeat.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608161203.k7GC3AK4000770@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv729/FC-5 Modified Files: .cvsignore heartbeat.spec sources Log Message: upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jul 2006 14:00:54 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:03:08 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/heartbeat.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- heartbeat.spec 15 Jul 2006 14:00:54 -0000 1.4 +++ heartbeat.spec 16 Aug 2006 12:03:08 -0000 1.5 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jul 2006 14:00:54 -0000 1.5 +++ sources 16 Aug 2006 12:03:08 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:03:07 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 16 Aug 2006 05:03:07 -0700 Subject: rpms/heartbeat/FC-4 .cvsignore, 1.5, 1.6 heartbeat.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <200608161203.k7GC39RU000766@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv729/FC-4 Modified Files: .cvsignore heartbeat.spec sources Log Message: upstream version 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jul 2006 14:00:53 -0000 1.5 +++ .cvsignore 16 Aug 2006 12:03:07 -0000 1.6 @@ -1 +1 @@ -heartbeat-2.0.6.tar.gz +heartbeat-2.0.7.tar.gz Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/heartbeat.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- heartbeat.spec 15 Jul 2006 14:00:53 -0000 1.4 +++ heartbeat.spec 16 Aug 2006 12:03:07 -0000 1.5 @@ -5,8 +5,8 @@ %define uname hacluster Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -16,7 +16,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: iputils -#BuildRequires: openssl-devel BuildRequires: libnet-devel BuildRequires: libtool-ltdl-devel BuildRequires: net-snmp-devel @@ -108,7 +107,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -#%patch2 -p1 %build # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' @@ -297,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 +- upstream version 2.0.7 + * Sat Jul 15 2006 Joost Soeterbroek - 2.0.6-2 - added BuildReqs: ncurses-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/heartbeat/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jul 2006 14:00:53 -0000 1.5 +++ sources 16 Aug 2006 12:03:07 -0000 1.6 @@ -1 +1 @@ -15f0ded68b8b6ef0bf75ebd06c0cbb04 heartbeat-2.0.6.tar.gz +41233e5097c42341bf2162806d4cb99c heartbeat-2.0.7.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:03:55 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Wed, 16 Aug 2006 05:03:55 -0700 Subject: rpms/convmv/devel .cvsignore, 1.3, 1.4 convmv.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608161203.k7GC3vbT000808@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 Modified Files: .cvsignore convmv.spec sources Log Message: version 1.10 use dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Mar 2006 11:56:42 -0000 1.3 +++ .cvsignore 16 Aug 2006 12:03:55 -0000 1.4 @@ -1 +1 @@ -convmv-1.09.tar.gz +convmv-1.10.tar.gz Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/convmv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- convmv.spec 10 Mar 2006 12:37:04 -0000 1.6 +++ convmv.spec 16 Aug 2006 12:03:55 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv -Version: 1.09 -Release: 1 +Version: 1.10 +Release: 1%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,10 @@ %{_mandir}/man*/* %changelog +* Wed Aug 16 2006 Nils Philippsen - 1.10-1 +- version 1.10 +- use dist tag + * Fri Mar 10 2006 Nils Philippsen - version 1.09 Index: sources =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Mar 2006 11:56:42 -0000 1.3 +++ sources 16 Aug 2006 12:03:55 -0000 1.4 @@ -1 +1 @@ -79e76800852866dedefc1aaf32ea69e9 convmv-1.09.tar.gz +8daf88557f40523312c40abc31b8167f convmv-1.10.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:05:07 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Wed, 16 Aug 2006 05:05:07 -0700 Subject: rpms/convmv/FC-5 .cvsignore, 1.3, 1.4 convmv.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608161205.k7GC5dp6000981@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv947 Modified Files: .cvsignore convmv.spec sources Log Message: version 1.10 use dist tag Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Mar 2006 11:56:42 -0000 1.3 +++ .cvsignore 16 Aug 2006 12:05:07 -0000 1.4 @@ -1 +1 @@ -convmv-1.09.tar.gz +convmv-1.10.tar.gz Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/convmv.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- convmv.spec 10 Mar 2006 12:37:04 -0000 1.6 +++ convmv.spec 16 Aug 2006 12:05:07 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv -Version: 1.09 -Release: 1 +Version: 1.10 +Release: 1%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,10 @@ %{_mandir}/man*/* %changelog +* Wed Aug 16 2006 Nils Philippsen - 1.10-1 +- version 1.10 +- use dist tag + * Fri Mar 10 2006 Nils Philippsen - version 1.09 Index: sources =================================================================== RCS file: /cvs/extras/rpms/convmv/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Mar 2006 11:56:42 -0000 1.3 +++ sources 16 Aug 2006 12:05:07 -0000 1.4 @@ -1 +1 @@ -79e76800852866dedefc1aaf32ea69e9 convmv-1.09.tar.gz +8daf88557f40523312c40abc31b8167f convmv-1.10.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 12:33:19 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 05:33:19 -0700 Subject: fedora-security/audit fc5,1.281,1.282 fc6,1.18,1.19 Message-ID: <200608161233.k7GCXJt0001175@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1155 Modified Files: fc5 fc6 Log Message: gtkhtml2/3 were not vulnerable to this Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.281 retrieving revision 1.282 diff -u -r1.281 -r1.282 --- fc5 16 Aug 2006 11:54:30 -0000 1.281 +++ fc5 16 Aug 2006 12:33:17 -0000 1.282 @@ -291,7 +291,7 @@ CVE-2006-1529 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] CVE-2006-1528 version (kernel, fixed 2.6.13) CVE-2006-1527 version (kernel, fixed 2.6.16.13, fixed 2.6.17-rc4) [since FEDORA-2006-499] -CVE-2006-1526 backport (xorg-x11) bz#189802 [since FEDORA-2006-483] +CVE-2006-1526 backport (xorg-x11-server, fixed 1.1.1 at least) bz#189802 [since FEDORA-2006-483] xorg-x11-server-1.0.1-render-tris-CVE-2006-1526.patch CVE-2006-1525 version (kernel, fixed 2.6.16.8) [since FEDORA-2006-421] CVE-2006-1524 version (kernel, fixed 2.6.16.7) [since FEDORA-2006-421] CVE-2006-1523 version (kernel, fixed 2.6.16.4) [since FEDORA-2006-421] @@ -340,7 +340,7 @@ CVE-2006-0748 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] CVE-2006-0747 VULNERABLE (freetype, fixed 2.2.1) #183677 CVE-2006-0746 version (kdegraphics, fixed 3.4) -CVE-2006-0745 backport (xorg-x11) [since FEDORA-2006-172] +CVE-2006-0745 backport (xorg-x11-server, fixed 1.1.1 at least) [since FEDORA-2006-172] xorg-server-1.0.1-CVE-2006-0745.patch CVE-2006-0744 version (kernel, fixed 2.6.16.5) [since FEDORA-2006-421] CVE-2006-0742 version (kernel, fixed 2.6.16) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0741 version (kernel, fixed 2.6.15.5) patch-2.6.16-rc6 [since FEDORA-2006-233] @@ -1650,8 +1650,6 @@ CVE-2003-0543 backport (openssl097a, fixed 0.9.7c) CVE-2003-0542 version (httpd, fixed 2.0.48) CVE-2003-0541 backport (gtkhtml, fixed 1.1.10) gtkhtml-1.1.9-textslave.patch -CVE-2003-0541 ** (gtkhtml2) -CVE-2003-0541 ** (gtkhtml3) CVE-2003-0540 version (postfix, not 2.0 onwards) CVE-2003-0517 version (mgetty, fixed 1.1.29) CVE-2003-0516 version (mgetty, fixed 1.1.29) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- fc6 16 Aug 2006 11:54:30 -0000 1.18 +++ fc6 16 Aug 2006 12:33:17 -0000 1.19 @@ -157,8 +157,8 @@ CVE-2006-2194 ignore (ppp) pppd not suid CVE-2006-2193 VULNERABLE (libtiff) bz#202690 CVE-2006-2120 version (libtiff, fixed 3.8.2 at least) -CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2083 version (rsync, fixed 2.6.8) +CVE-2006-2073 ignore (bind) http://www.kb.cert.org/vuls/id/MIMG-6P8GRP CVE-2006-2071 version (kernel, fixed 2.6.16.6) CVE-2006-2057 ignore (firefox) not Linux CVE-2006-2026 version (libtiff, fixed 3.8.1) @@ -359,8 +359,6 @@ CVE-2006-0058 version (sendmail, fixed 8.13.6) CVE-2006-0052 version (mailman, fixed 2.1.6) CVE-2006-0049 version (gnupg, fixed 1.4.2.2) -CVE-2006-0040 ** (gtkhtml2) -CVE-2006-0040 ** (gtkhtml3) CVE-2006-0039 version (kernel, fixed 2.6.16.17) CVE-2006-0037 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) From fedora-extras-commits at redhat.com Wed Aug 16 12:51:47 2006 From: fedora-extras-commits at redhat.com (Jeff Gilchrist (jeffg)) Date: Wed, 16 Aug 2006 05:51:47 -0700 Subject: comps comps-fe6.xml.in,1.62,1.63 Message-ID: <200608161251.k7GCpnQO001226@cvs-int.fedora.redhat.com> Author: jeffg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1209 Modified Files: comps-fe6.xml.in Log Message: Added pbzip2 package to system-tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- comps-fe6.xml.in 16 Aug 2006 11:31:51 -0000 1.62 +++ comps-fe6.xml.in 16 Aug 2006 12:51:47 -0000 1.63 @@ -571,6 +571,7 @@ moomps nagios nfswatch + pbzip2 powerman rdiff-backup sabayon From fedora-extras-commits at redhat.com Wed Aug 16 12:54:05 2006 From: fedora-extras-commits at redhat.com (Jeff Gilchrist (jeffg)) Date: Wed, 16 Aug 2006 05:54:05 -0700 Subject: comps comps-fe5.xml.in,1.80,1.81 Message-ID: <200608161254.k7GCs7vl001259@cvs-int.fedora.redhat.com> Author: jeffg Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1242 Modified Files: comps-fe5.xml.in Log Message: Added pbzip2 package to system-tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- comps-fe5.xml.in 16 Aug 2006 11:31:51 -0000 1.80 +++ comps-fe5.xml.in 16 Aug 2006 12:54:04 -0000 1.81 @@ -542,6 +542,7 @@ moomps nagios nfswatch + pbzip2 rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 13:03:29 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Wed, 16 Aug 2006 06:03:29 -0700 Subject: comps comps-fe6.xml.in,1.63,1.64 Message-ID: <200608161304.k7GD416x003885@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3858 Modified Files: comps-fe6.xml.in Log Message: add x3270-x11 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- comps-fe6.xml.in 16 Aug 2006 12:51:47 -0000 1.63 +++ comps-fe6.xml.in 16 Aug 2006 13:03:26 -0000 1.64 @@ -588,6 +588,7 @@ vnstat vpnc wine + x3270-x11 From fedora-extras-commits at redhat.com Wed Aug 16 13:18:32 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 16 Aug 2006 06:18:32 -0700 Subject: fedora-security/audit fc5,1.282,1.283 fc6,1.19,1.20 Message-ID: <200608161318.k7GDIWGh004010@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3990 Modified Files: fc5 fc6 Log Message: Clean up some old things marked vulnerable; link to reasons they are not fixed, don't matter, or the upstream bug Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.282 retrieving revision 1.283 diff -u -r1.282 -r1.283 --- fc5 16 Aug 2006 12:33:17 -0000 1.282 +++ fc5 16 Aug 2006 13:18:29 -0000 1.283 @@ -108,8 +108,8 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 -CVE-2006-2894 VULNERABLE (firefox) -CVE-2006-2894 VULNERABLE (mozilla) +CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 +CVE-2006-2894 VULNERABLE (mozilla) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 CVE-2006-2842 version (squirrelmail, fixed 1.4.6) #194286 [since FEDORA-2006-680] CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) [since FEDORA-2006-715] @@ -331,7 +331,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) bz#187511 [since FEDORA-2006-289] CVE-2006-0903 version (mysql, 4.1.19) #183261 [since FEDORA-2006-553] CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] -CVE-2006-0836 VULNERABLE (thunderbird) +CVE-2006-0836 ignore (thunderbird) only crash on manual import CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) [since FEDORA-2006-490] CVE-2006-0749 version (mozilla, fixed 1.7.13) [since FEDORA-2006-487] CVE-2006-0749 version (firefox, fixed 1.5.0.2) [since FEDORA-2006-411] @@ -431,8 +431,8 @@ CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4720 VULNERABLE (mozilla) not fixed upstream plus only DoS CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (mozilla) not fixed upstream -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream +CVE-2005-4685 ignore (mozilla) not fixed upstream, low, can't fix +CVE-2005-4685 ignore (firefox) not fixed upstream, low, can't fix CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) CVE-2005-4639 version (kernel, fixed 2.6.15) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- fc6 16 Aug 2006 12:33:17 -0000 1.19 +++ fc6 16 Aug 2006 13:18:29 -0000 1.20 @@ -94,7 +94,7 @@ CVE-2006-2933 version (kde, not 3.2+) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog -CVE-2006-2894 VULNERABLE (firefox) +CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 CVE-2006-2842 version (squirrelmail, fixed 1.4.6) CVE-2006-2789 version (evolution, fixed 2.4.X) CVE-2006-2788 version (firefox, fixed 1.5.0.4) @@ -287,7 +287,7 @@ CVE-2006-0996 version (php, fixed 5.1.4) CVE-2006-0903 version (mysql, 4.1.19) CVE-2006-0884 version (thunderbird, fixed 1.5.0.2) -CVE-2006-0836 VULNERABLE (thunderbird) +CVE-2006-0836 ignore (thunderbird) only crash on manual import CVE-2006-0749 version (thunderbird, fixed 1.5.0.2) CVE-2006-0749 version (firefox, fixed 1.5.0.2) CVE-2006-0748 version (thunderbird, fixed 1.5.0.2) @@ -372,7 +372,7 @@ CVE-2005-4720 version (thunderbird, fixed 1.5) CVE-2005-4720 version (firefox, fixed 1.5) CVE-2005-4703 ignore (tomcat) windows only -CVE-2005-4685 VULNERABLE (firefox) not fixed upstream +CVE-2005-4685 ignore (firefox) not fixed upstream, low, can't fix CVE-2005-4684 ignore (kdebase) not fixed upstream, low, can't fix CVE-2005-4667 backport (unzip) changelog CVE-2005-4639 version (kernel, fixed 2.6.15) @@ -532,7 +532,7 @@ CVE-2005-2917 version (squid, fixed 2.5.STABLE11) CVE-2005-2876 version (util-linux, fixed 2.13-pre3) CVE-2005-2874 version (cups, fixed 1.1.23) -CVE-2005-2873 VULNERABLE (kernel) not fixed upstream +CVE-2005-2873 VULNERABLE (kernel, fixed 2.6.18-rc1) not fixed upstream CVE-2005-2872 version (kernel, fixed 2.6.12) CVE-2005-2871 version (thunderbird) CVE-2005-2871 version (firefox, fixed 1.0.7) @@ -1360,8 +1360,8 @@ CVE-2004-0001 version (kernel, not 2.6) CVE-2003-1303 version (php, fixed 4.3.3) CVE-2003-1302 version (php, fixed 4.3.1) -CVE-2003-1265 VULNERABLE (firefox) -CVE-2003-1265 VULNERABLE (thunderbird) +CVE-2003-1265 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=198442 +CVE-2003-1265 VULNERABLE (thunderbird) https://bugzilla.mozilla.org/show_bug.cgi?id=198442 CVE-2003-1232 version (emacs, fixed 21.3) CVE-2003-1201 version (openldap, not 2.2) CVE-2003-1161 version (kernel, not released version) From fedora-extras-commits at redhat.com Wed Aug 16 13:39:29 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 16 Aug 2006 06:39:29 -0700 Subject: fedora-security/audit fc5,1.283,1.284 fc6,1.20,1.21 Message-ID: <200608161339.k7GDdTqI004139@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4119 Modified Files: fc5 fc6 Log Message: Triage the ImageMagick CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.283 retrieving revision 1.284 diff -u -r1.283 -r1.284 --- fc5 16 Aug 2006 13:18:29 -0000 1.283 +++ fc5 16 Aug 2006 13:39:26 -0000 1.284 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- fc6 16 Aug 2006 13:18:29 -0000 1.20 +++ fc6 16 Aug 2006 13:39:26 -0000 1.21 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4144 ** (ImageMagick, fixed 6.2.9) +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] From fedora-extras-commits at redhat.com Wed Aug 16 14:06:45 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 07:06:45 -0700 Subject: rpms/ufsparse/FC-5 sources,1.6,1.7 ufsparse.spec,1.13,1.14 Message-ID: <200608161406.k7GE6lNA006938@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ufsparse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6919 Modified Files: sources ufsparse.spec Log Message: New release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufsparse/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Mar 2006 18:54:03 -0000 1.6 +++ sources 16 Aug 2006 14:06:45 -0000 1.7 @@ -1 +1 @@ -15f2cc58c2d66fa2ac0286cdfcf7cc76 UFsparse.tar.gz +7e635c3c6f6224439c96ca1ac9bb21e2 UFsparse.tar.gz Index: ufsparse.spec =================================================================== RCS file: /cvs/extras/rpms/ufsparse/FC-5/ufsparse.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ufsparse.spec 8 Mar 2006 15:17:56 -0000 1.13 +++ ufsparse.spec 16 Aug 2006 14:06:45 -0000 1.14 @@ -1,5 +1,5 @@ Name: ufsparse -Version: 1.2 +Version: 2.0.0 Release: 1%{?dist} Summary: University of Florida sparse matrix libraries @@ -17,6 +17,7 @@ matrices. The package includes the following libraries: AMD approximate minimum degree ordering BTF permutation to block triangular form (beta) + CAMD constrained approximate minimum degree ordering COLAMD column approximate minimum degree ordering CCOLAMD constrained column approximate minimum degree ordering CHOLMOD sparse Cholesky factorization @@ -43,15 +44,15 @@ %setup -q -n UFsparse %build -%define amd_version 1.2 -%define amd_version_major 1 +%define amd_version 2.0 +%define amd_version_major 2 mkdir Devel mkdir Doc mkdir Lib mkdir Include pushd AMD pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libamd.so.%{amd_version_major} -o ../Lib/libamd.so.%{amd_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -66,11 +67,11 @@ ln -sf libamd.so.%{amd_version} libamd.so popd -%define btf_version 0.7 +%define btf_version 0.9 %define btf_version_major 0 pushd BTF pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libbtf.a gcc -shared -Wl,-soname,libbtf.so.%{btf_version_major} -o libbtf.so.%{btf_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -83,10 +84,27 @@ ln -sf libbtf.so.%{btf_version} libbtf.so popd -%define ccolamd_version 1.0 -%define ccolamd_version_major 1 +%define camd_version 2.1 +%define camd_version_major 2 +pushd CAMD + pushd Source + make CFLAGS="$RPM_OPT_FLAGS -fPIC" + gcc -shared -Wl,-soname,libcamd.so.%{camd_version_major} -o ../Lib/libcamd.so.%{camd_version} `ls *.o` + popd + cp Lib/*.a Lib/*.so* ../Lib + cp Include/*.h ../Include + mkdir ../Doc/CAMD/ + cp README.txt Doc/License Doc/ChangeLog ../Doc/CAMD +popd +pushd Lib + ln -sf libcamd.so.%{camd_version} libcamd.so.%{camd_version_major} + ln -sf libcamd.so.%{camd_version} libcamd.so +popd + +%define ccolamd_version 2.5 +%define ccolamd_version_major 2 pushd CCOLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libccolamd.so.%{ccolamd_version_major} -o libccolamd.so.%{ccolamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -98,7 +116,7 @@ ln -sf libccolamd.so.%{ccolamd_version} libccolamd.so popd -%define cholmod_version 1.0 +%define cholmod_version 1.1.1 %define cholmod_version_major 1 ### CHOLMOD can also be compiled to use the METIS library, but it is not ### used here because its licensing terms exclude it from Fedora Extras. @@ -111,7 +129,7 @@ %endif pushd CHOLMOD pushd Lib - make -f Makefile CFLAGS="$CHOLMOD_FLAGS" + make CFLAGS="$CHOLMOD_FLAGS" gcc -shared -Wl,-soname,libcholmod.so.%{cholmod_version_major} -o ../Lib/libcholmod.so.%{cholmod_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -131,10 +149,10 @@ ln -sf libcholmod.so.%{cholmod_version} libcholmod.so popd -%define colamd_version 2.4 +%define colamd_version 2.5 %define colamd_version_major 2 pushd COLAMD - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" library + make CFLAGS="$RPM_OPT_FLAGS -fPIC" library gcc -shared -Wl,-soname,libcolamd.so.%{colamd_version_major} -o libcolamd.so.%{colamd_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -152,11 +170,11 @@ ### enable_csparse as 1 below. %define enable_csparse 0 %if "%{?enable_csparse}" == "1" -%define csparse_version 1.2 -%define csparse_version_major 1 +%define csparse_version 2.0.1 +%define csparse_version_major 2 pushd CSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcsparse.a gcc -shared -Wl,-soname,libcsparse.so.%{csparse_version_major} -o libcsparse.so.%{csparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -170,11 +188,11 @@ popd %else -%define cxsparse_version 1.2 -%define cxsparse_version_major 1 +%define cxsparse_version 2.0.1 +%define cxsparse_version_major 2 pushd CXSparse pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libcxsparse.a gcc -shared -Wl,-soname,libcxsparse.so.%{cxsparse_version_major} -o libcxsparse.so.%{cxsparse_version} `ls *.o` cp *.a *.so* ../../Lib cp cs.h ../../Include @@ -188,11 +206,11 @@ popd %endif -%define klu_version 0.7 +%define klu_version 0.9 %define klu_version_major 0 pushd KLU pushd Lib - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libklu.a gcc -shared -Wl,-soname,libklu.so.%{klu_version_major} -o libklu.so.%{klu_version} `ls *.o` popd cp Lib/*.a Lib/*.so* ../Lib @@ -206,10 +224,10 @@ ln -sf libklu.so.%{klu_version} libklu.so popd -%define ldl_version 1.2 +%define ldl_version 1.3 %define ldl_version_major 1 pushd LDL - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a + make CFLAGS="$RPM_OPT_FLAGS -fPIC" libldl.a gcc -shared -Wl,-soname,libldl.so.%{ldl_version_major} -o libldl.so.%{ldl_version} `ls *.o` cp *.a *.so* ../Lib cp *.h ../Include @@ -223,11 +241,11 @@ ln -sf libldl.so.%{ldl_version} libldl.so popd -%define umfpack_version 4.6 -%define umfpack_version_major 4 +%define umfpack_version 5.0 +%define umfpack_version_major 5 pushd UMFPACK pushd Source - make -f Makefile CFLAGS="$RPM_OPT_FLAGS -fPIC" + make CFLAGS="$RPM_OPT_FLAGS -fPIC" gcc -shared -Wl,-soname,libumfpack.so.%{umfpack_version_major} -o ../Lib/libumfpack.so.%{umfpack_version} `ls *.o` -lblas -lm popd cp Lib/*.a Lib/*.so* ../Lib @@ -242,6 +260,7 @@ ln -sf libumfpack.so.%{umfpack_version} libumfpack.so popd +cp UFconfig/UFconfig.h Include %install rm -rf ${RPM_BUILD_ROOT} @@ -280,6 +299,11 @@ %{_libdir}/lib*.so %changelog +* Wed Aug 16 2006 Quentin Spencer 2.0.0-1 +- New release. +- Build newly added CAMD library. +- Misc minor spec changes. + * Tue Mar 7 2006 Quentin Spencer 1.2-1 - New release. - Build newly added library CXSparse (but not CSparse--see comments From fedora-extras-commits at redhat.com Wed Aug 16 14:18:45 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Wed, 16 Aug 2006 07:18:45 -0700 Subject: comps comps-fe6.xml.in,1.64,1.65 Message-ID: <200608161418.k7GEIloe007072@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7053 Modified Files: comps-fe6.xml.in Log Message: added my packages Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- comps-fe6.xml.in 16 Aug 2006 13:03:26 -0000 1.64 +++ comps-fe6.xml.in 16 Aug 2006 14:18:45 -0000 1.65 @@ -270,10 +270,12 @@ nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop pinball pingus pipenightdreams @@ -297,6 +299,7 @@ trackballs trackballs-music tuxkart + tuxpuck ularn uqm viruskiller @@ -307,6 +310,7 @@ xarchon xboard xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -814,11 +818,14 @@ kickpim kdissert kbibtex + kerry kiosktool kmymoney2 + knemo kompose ksynaptics kyum + metamonitor From fedora-extras-commits at redhat.com Wed Aug 16 14:20:38 2006 From: fedora-extras-commits at redhat.com (Hugo Cisneiros (eitch)) Date: Wed, 16 Aug 2006 07:20:38 -0700 Subject: comps comps-fe5.xml.in,1.81,1.82 Message-ID: <200608161420.k7GEKeto007109@cvs-int.fedora.redhat.com> Author: eitch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7092 Modified Files: comps-fe5.xml.in Log Message: added my packages Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- comps-fe5.xml.in 16 Aug 2006 12:54:04 -0000 1.81 +++ comps-fe5.xml.in 16 Aug 2006 14:20:37 -0000 1.82 @@ -260,10 +260,12 @@ nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop pinball pingus pipenightdreams @@ -287,6 +289,7 @@ trackballs trackballs-music tuxkart + tuxpuck ularn uqm viruskiller @@ -297,6 +300,7 @@ xarchon xboard xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -771,12 +775,15 @@ kchmviewer kickpim kdissert + kerry kbibtex kiosktool kmymoney2 + knemo kompose ksynaptics kyum + metamonitor From fedora-extras-commits at redhat.com Wed Aug 16 14:30:22 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 07:30:22 -0700 Subject: rpms/octave/FC-5 octave-2.9.7-misc.patch, 1.1, 1.2 octave.spec, 1.38, 1.39 Message-ID: <200608161430.k7GEUOwZ007238@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: octave-2.9.7-misc.patch octave.spec Log Message: Update patch to fix some bugs, including #201087. octave-2.9.7-misc.patch: Index: octave-2.9.7-misc.patch =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave-2.9.7-misc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- octave-2.9.7-misc.patch 30 Jul 2006 03:45:22 -0000 1.1 +++ octave-2.9.7-misc.patch 16 Aug 2006 14:30:21 -0000 1.2 @@ -1,10 +1,276 @@ +Index: doc/ChangeLog +=================================================================== +RCS file: /cvs/octave/doc/ChangeLog,v +retrieving revision 1.107 +retrieving revision 1.108 +diff -u -r1.107 -r1.108 +--- doc/ChangeLog 28 Jun 2006 16:05:22 -0000 1.107 ++++ doc/ChangeLog 14 Aug 2006 19:16:07 -0000 1.108 +@@ -1,3 +1,8 @@ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * interpreter/images/sparseimages.m: Adapt to new automatic_replot ++ definition. ++ + 2006-06-27 John W. Eaton + + * interpreter/Makefile.in: Elminate double-colon rules. +Index: doc/interpreter/image.txi +=================================================================== +RCS file: /cvs/octave/doc/interpreter/image.txi,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- doc/interpreter/image.txi 1 Oct 2004 18:12:11 -0000 1.5 ++++ doc/interpreter/image.txi 14 Aug 2006 18:07:02 -0000 1.6 +@@ -49,4 +49,4 @@ + + @DOCSTRING(saveimage) + +- at DOCSTRING(IMAGEPATH) ++ at DOCSTRING(IMAGE_PATH) +Index: doc/interpreter/octave-config.1 +=================================================================== +RCS file: /cvs/octave/doc/interpreter/octave-config.1,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- doc/interpreter/octave-config.1 19 Sep 2005 19:26:00 -0000 1.4 ++++ doc/interpreter/octave-config.1 14 Aug 2006 18:07:02 -0000 1.5 +@@ -38,7 +38,7 @@ + FCNFILEDIR LOCALVERFCNFILEDIR + FCNFILEPATH LOCALVEROCTFILEDIR + IMAGEDIR MAN1DIR +- IMAGEPATH MAN1EXT ++ IMAGE_PATH MAN1EXT + INCLUDEDIR MANDIR + INFODIR OCTFILEDIR + INFOFILE OCTINCLUDEDIR +Index: doc/interpreter/images/sparseimages.m +=================================================================== +RCS file: /cvs/octave/doc/interpreter/images/sparseimages.m,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -u -r1.7 -r1.8 +--- doc/interpreter/images/sparseimages.m 10 May 2006 22:30:50 -0000 1.7 ++++ doc/interpreter/images/sparseimages.m 14 Aug 2006 19:16:07 -0000 1.8 +@@ -20,7 +20,7 @@ + ## print since print() resets output to stdout (unfortunately, gnpulot + ## can't pop output as it can the terminal type). + function bury_output () +- automatic_replot = false; ++ automatic_replot(0); + __gnuplot_set__ term dumb + [status, dummy] = fileattrib("/dev/null"); + if (status) +Index: emacs/octave-mod.el +=================================================================== +RCS file: /cvs/octave/emacs/octave-mod.el,v +retrieving revision 1.40 +retrieving revision 1.41 +diff -u -r1.40 -r1.41 +--- emacs/octave-mod.el 2 Mar 2006 20:51:32 -0000 1.40 ++++ emacs/octave-mod.el 14 Aug 2006 18:07:07 -0000 1.41 +@@ -129,7 +129,7 @@ + (defvar octave-variables + '("DEFAULT_EXEC_PATH" "DEFAULT_LOADPATH" + "EDITOR" "EXEC_PATH" "F_DUPFD" "F_GETFD" "F_GETFL" "F_SETFD" +- "F_SETFL" "I" "IMAGEPATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" ++ "F_SETFL" "I" "IMAGE_PATH" "INFO_FILE" "INFO_PROGRAM" "Inf" "J" + "LOADPATH" "NaN" "OCTAVE_VERSION" "O_APPEND" "O_CREAT" "O_EXCL" + "O_NONBLOCK" "O_RDONLY" "O_RDWR" "O_TRUNC" "O_WRONLY" "PAGER" "PS1" + "PS2" "PS4" "PWD" "SEEK_CUR" "SEEK_END" "SEEK_SET" "__F_DUPFD__" +Index: scripts/ChangeLog +=================================================================== +RCS file: /cvs/octave/scripts/ChangeLog,v +retrieving revision 1.563 +retrieving revision 1.569 +diff -u -r1.563 -r1.569 +--- scripts/ChangeLog 28 Jul 2006 03:40:22 -0000 1.563 ++++ scripts/ChangeLog 14 Aug 2006 19:54:46 -0000 1.569 +@@ -1,3 +1,30 @@ ++2006-08-14 John W. Eaton ++ ++ * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. ++ ++2006-08-14 Dmitri A. Sergatskov ++ ++ * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, ++ signal/freqz_plot.m: Adapt to new automatic_replot definition. ++ ++2006-08-14 S?ren Hauberg ++ ++ * pkg/pkg.m: Don't pass function name to print_usage. ++ Use addpath and rmpath instead of manipulating LOADPATH. ++ Handle changes to system function. ++ (rm_rf): New subfunction. Use it to avoid confirmation dialog for ++ recursive directory removal. ++ ++ * strings/bin2dec.m: Ignore spaces in input for compatibility. ++ ++ * colormap.m: Change global variable to persistent. ++ ++ * rgb2ind.m: Handle single 3-d array as rgb image. ++ ++2006-08-14 John W. Eaton ++ ++ * strings/str2double.m: Fix missing semicolon. ++ + 2006-07-27 Jim Peterson + + * plot/plot3.m: Accept one complex or one real and one complex +Index: scripts/control/base/__stepimp__.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/__stepimp__.m,v +retrieving revision 1.13 +retrieving revision 1.14 +diff -u -r1.13 -r1.14 +--- scripts/control/base/__stepimp__.m 6 Mar 2006 21:26:48 -0000 1.13 ++++ scripts/control/base/__stepimp__.m 14 Aug 2006 19:16:07 -0000 1.14 +@@ -216,7 +216,7 @@ + + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + if(nargout == 0) + ## Plot the information + oneplot(); +@@ -272,6 +272,6 @@ + endif + ## printf("##STEPIMP-DEBUG: gratulations, successfull completion.\n"); + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + endfunction +Index: scripts/control/base/bode.m +=================================================================== +RCS file: /cvs/octave/scripts/control/base/bode.m,v +retrieving revision 1.15 +retrieving revision 1.16 +diff -u -r1.15 -r1.16 +--- scripts/control/base/bode.m 26 Apr 2005 19:24:29 -0000 1.15 ++++ scripts/control/base/bode.m 14 Aug 2006 19:16:07 -0000 1.16 +@@ -147,7 +147,7 @@ + ## Plot the information + save_automatic_replot = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot(0); + oneplot(); + __gnuplot_set__ autoscale; + __gnuplot_set__ nokey; +@@ -204,7 +204,7 @@ + oneplot(); + endif + unwind_protect_cleanup +- automatic_replot = save_automatic_replot; ++ automatic_replot(save_automatic_replot); + end_unwind_protect + else + mag_r = mag; +Index: scripts/image/colormap.m +=================================================================== +RCS file: /cvs/octave/scripts/image/colormap.m,v +retrieving revision 1.24 +retrieving revision 1.25 +diff -u -r1.24 -r1.25 +--- scripts/image/colormap.m 8 Sep 2005 01:40:58 -0000 1.24 ++++ scripts/image/colormap.m 14 Aug 2006 18:29:18 -0000 1.25 +@@ -39,10 +39,10 @@ + + function cmap = colormap (map) + +- global __current_color_map__ = gray (); ++ persistent current_color_map = gray (); + + if (nargin > 1) +- usage ("colormap (map)"); ++ print_usage (); + endif + + if (nargin == 1) +@@ -63,12 +63,12 @@ + error ("colormap: map must have values in [0,1]"); + endif + ## Set the new color map +- __current_color_map__ = map; ++ current_color_map = map; + endif + + endif + + ## Return current color map. +- cmap = __current_color_map__; ++ cmap = current_color_map; + + endfunction +Index: scripts/image/loadimage.m +=================================================================== +RCS file: /cvs/octave/scripts/image/loadimage.m,v +retrieving revision 1.22 +retrieving revision 1.23 +diff -u -r1.22 -r1.23 +--- scripts/image/loadimage.m 6 Mar 2006 21:26:49 -0000 1.22 ++++ scripts/image/loadimage.m 14 Aug 2006 18:06:58 -0000 1.23 +@@ -36,7 +36,7 @@ + error ("loadimage: expecting filename as a string"); + endif + +- file = file_in_path (IMAGEPATH, filename); ++ file = file_in_path (IMAGE_PATH, filename); + + if (isempty (file)) + error ("loadimage: unable to find image file"); +Index: scripts/image/rgb2ind.m +=================================================================== +RCS file: /cvs/octave/scripts/image/rgb2ind.m,v +retrieving revision 1.20 +retrieving revision 1.21 +diff -u -r1.20 -r1.21 +--- scripts/image/rgb2ind.m 6 Mar 2006 21:26:49 -0000 1.20 ++++ scripts/image/rgb2ind.m 14 Aug 2006 18:16:57 -0000 1.21 +@@ -18,7 +18,8 @@ + ## 02110-1301, USA. + + ## -*- texinfo -*- +-## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) ++## @deftypefn {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{rgb}) ++## @deftypefnx {Function File} {[@var{x}, @var{map}] =} rgb2ind (@var{r}, @var{g}, @var{b}) + ## Convert and RGB image to an Octave indexed image. + ## @seealso{ind2rgb, rgb2ntsc} + ## @end deftypefn +@@ -31,8 +32,19 @@ + + function [X, map] = rgb2ind (R, G, B) + +- if (nargin != 3) +- usage ("[X, map] = rgb2ind (R, G, B)"); ++ if (nargin != 1 && nargin != 3) ++ print_usage (); ++ endif ++ ++ if (nargin == 1) ++ rgb = R; ++ if (length (size (rgb)) == 3 && size (rgb, 3) == 3) ++ R = rgb(:,:,1); ++ G = rgb(:,:,2); ++ B = rgb(:,:,3); ++ else ++ error ("rgb2ind: argument is not an RGB image"); ++ endif + endif + + if (size (R) != size (G) || size (R) != size (B)) Index: scripts/miscellaneous/mex.m =================================================================== RCS file: /cvs/octave/scripts/miscellaneous/mex.m,v retrieving revision 1.1 -diff -u -r1.1 mex.m ---- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 -+++ scripts/miscellaneous/mex.m 28 Jul 2006 21:06:42 -0000 +retrieving revision 1.2 +diff -u -r1.1 -r1.2 +--- scripts/miscellaneous/mex.m 26 Jul 2006 17:19:10 -0000 1.1 ++++ scripts/miscellaneous/mex.m 28 Jul 2006 21:21:51 -0000 1.2 @@ -20,7 +20,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} mex [options] file ... @@ -13,4 +279,296 @@ +## This is equivalent to @code{mkoctfile --mex [options] file}. ## @seealso{mkoctfile} ## @end deftypefn - + +Index: scripts/signal/freqz_plot.m +=================================================================== +RCS file: /cvs/octave/scripts/signal/freqz_plot.m,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -r1.8 -r1.9 +--- scripts/signal/freqz_plot.m 24 Apr 2006 19:13:08 -0000 1.8 ++++ scripts/signal/freqz_plot.m 14 Aug 2006 19:16:07 -0000 1.9 +@@ -42,7 +42,7 @@ + ## Protect graph state. + + replot_state = automatic_replot; +- automatic_replot = 0; ++ automatic_replot(0); + + subplot (311); + __gnuplot_set__ lmargin 10; +@@ -88,7 +88,7 @@ + __gnuplot_set__ tmargin; + oneplot (); + +- automatic_replot = replot_state; ++ automatic_replot(replot_state); + + end_unwind_protect + +Index: scripts/sparse/spy.m +=================================================================== +RCS file: /cvs/octave/scripts/sparse/spy.m,v +retrieving revision 1.4 +retrieving revision 1.5 +diff -u -r1.4 -r1.5 +--- scripts/sparse/spy.m 26 Apr 2005 19:24:31 -0000 1.4 ++++ scripts/sparse/spy.m 14 Aug 2006 19:16:07 -0000 1.5 +@@ -30,7 +30,7 @@ + + arp = automatic_replot; + unwind_protect +- automatic_replot = 0; ++ automatic_replot (0); + + eval(sprintf('__gnuplot_set__ nokey')) + eval(sprintf('__gnuplot_set__ yrange [0:%d] reverse',m+1)) +@@ -46,6 +46,6 @@ + __gnuplot_set__ yrange [0:1] noreverse + axis; + unwind_protect_cleanup +- automatic_replot = arp; ++ automatic_replot (arp); + end_unwind_protect + endfunction +Index: scripts/strings/bin2dec.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/bin2dec.m,v +retrieving revision 1.14 +retrieving revision 1.15 +diff -u -r1.14 -r1.15 +--- scripts/strings/bin2dec.m 15 Mar 2006 02:37:55 -0000 1.14 ++++ scripts/strings/bin2dec.m 14 Aug 2006 18:41:15 -0000 1.15 +@@ -37,10 +37,16 @@ + + function d = bin2dec (h) + +- if (nargin != 1) +- usage ("bin2dec (b)"); ++ if (nargin == 1 && ischar (h)) ++ n = rows (h); ++ d = zeros (n, 1); ++ for i = 1:n ++ s = h(i,:); ++ s = s(! isspace (s)); ++ d(i) = base2dec (s, 2); ++ endfor + else +- d = base2dec (h, 2); ++ print_usage (); + endif + + endfunction +Index: scripts/strings/str2double.m +=================================================================== +RCS file: /cvs/octave/scripts/strings/str2double.m,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -u -r1.5 -r1.6 +--- scripts/strings/str2double.m 26 Apr 2005 19:24:32 -0000 1.5 ++++ scripts/strings/str2double.m 14 Aug 2006 16:46:33 -0000 1.6 +@@ -195,7 +195,7 @@ + ix = 1; + ## while (ix < sl) & any(abs(s(ix))==[rdelim,cdelim]), + while (ix < sl && CD(ix)) +- ix++ ++ ix++; + endwhile + ta = ix; + te = []; +Index: src/ChangeLog +=================================================================== +RCS file: /cvs/octave/src/ChangeLog,v +retrieving revision 1.1488 +retrieving revision 1.1493 +diff -u -r1.1488 -r1.1493 +--- src/ChangeLog 28 Jul 2006 16:53:58 -0000 1.1488 ++++ src/ChangeLog 14 Aug 2006 20:07:37 -0000 1.1493 +@@ -1,3 +1,22 @@ ++2006-08-14 John W. Eaton ++ ++ * variables.cc (symbol_record_name_compare): Fix casts. ++ ++ * ov-cell.cc (octave_cell::subsasgn): Call empty_conv for 0x0 ++ objects, not just empty objects. ++ ++ * oct-map.h (Octave_map::clear): Also clear key_list. ++ ++ * load-path.cc (load_path::find_dir_info, load_path::do_add, ++ load_path::do_remove): Perform tilde expansion on directory here. ++ ++2006-07-29 John W. Eaton ++ ++ * matrix.h: Delete to avoid conflict with liboctave/Matrix.h on ++ case-insensitive filesystems. ++ ++ * version.h (OCTAVE_VERSION): Now 2.9.7+. ++ + 2006-07-28 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.9.7. +Index: src/load-path.cc +=================================================================== +RCS file: /cvs/octave/src/load-path.cc,v +retrieving revision 1.6 +retrieving revision 1.7 +diff -u -r1.6 -r1.7 +--- src/load-path.cc 28 Jul 2006 16:31:00 -0000 1.6 ++++ src/load-path.cc 14 Aug 2006 16:42:03 -0000 1.7 +@@ -237,8 +237,10 @@ + } + + load_path::const_dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) const ++load_path::find_dir_info (const std::string& dir_arg) const + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + const_dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -253,8 +255,10 @@ + } + + load_path::dir_info_list_iterator +-load_path::find_dir_info (const std::string& dir) ++load_path::find_dir_info (const std::string& dir_arg) + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator retval = dir_info_list.begin (); + + while (retval != dir_info_list.end ()) +@@ -465,14 +469,16 @@ + } + + void +-load_path::do_add (const std::string& dir, bool at_end, bool warn) ++load_path::do_add (const std::string& dir_arg, bool at_end, bool warn) + { +- size_t len = dir.length (); ++ size_t len = dir_arg.length (); + +- if (len > 1 && dir.substr (len-2) == "//") ++ if (len > 1 && dir_arg.substr (len-2) == "//") + warning_with_id ("Octave:recursive-path-search", + "trailing `//' is no longer special in search path elements"); + ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +@@ -501,12 +507,12 @@ + } + } + else if (warn) +- warning ("addpath: %s: not a directory", dir.c_str ()); ++ warning ("addpath: %s: not a directory", dir_arg.c_str ()); + } + else if (warn) + { + std::string msg = fs.error (); +- warning ("addpath: %s: %s", dir.c_str (), msg.c_str ()); ++ warning ("addpath: %s: %s", dir_arg.c_str (), msg.c_str ()); + } + } + +@@ -521,13 +527,13 @@ + } + + bool +-load_path::do_remove (const std::string& dir) ++load_path::do_remove (const std::string& dir_arg) + { + bool retval = false; + +- if (! dir.empty ()) ++ if (! dir_arg.empty ()) + { +- if (dir == ".") ++ if (dir_arg == ".") + { + warning ("rmpath: can't remove \".\" from path"); + +@@ -536,6 +542,8 @@ + } + else + { ++ std::string dir = file_ops::tilde_expand (dir_arg); ++ + dir_info_list_iterator i = find_dir_info (dir); + + if (i != dir_info_list.end ()) +Index: src/oct-map.h +=================================================================== +RCS file: /cvs/octave/src/oct-map.h,v +retrieving revision 1.48 +retrieving revision 1.49 +diff -u -r1.48 -r1.49 +--- src/oct-map.h 14 Jul 2006 05:30:40 -0000 1.48 ++++ src/oct-map.h 14 Aug 2006 19:08:37 -0000 1.49 +@@ -135,7 +135,11 @@ + bool contains (const std::string& k) const + { return (seek (k) != map.end ()); } + +- void clear (void) { map.clear (); } ++ void clear (void) ++ { ++ map.clear (); ++ key_list.clear (); ++ } + + string_vector keys (void) const; + +@@ -183,10 +187,10 @@ + mutable dim_vector dimensions; + + void maybe_add_to_key_list (const std::string& k) +- { +- if (! contains (k)) +- key_list.push_back (k); +- } ++ { ++ if (! contains (k)) ++ key_list.push_back (k); ++ } + }; + + #endif +Index: src/ov-cell.cc +=================================================================== +RCS file: /cvs/octave/src/ov-cell.cc,v +retrieving revision 1.69 +retrieving revision 1.70 +diff -u -r1.69 -r1.70 +--- src/ov-cell.cc 22 Jul 2006 08:31:17 -0000 1.69 ++++ src/ov-cell.cc 14 Aug 2006 19:44:17 -0000 1.70 +@@ -176,7 +176,7 @@ + + tmp.make_unique (); + +- if (! tmp.is_defined () || tmp.is_empty ()) ++ if (! tmp.is_defined () || tmp.is_zero_by_zero ()) + tmp = octave_value::empty_conv (type.substr (1), rhs); + + if (! error_state) +Index: src/variables.cc +=================================================================== +RCS file: /cvs/octave/src/variables.cc,v +retrieving revision 1.291 +retrieving revision 1.292 +diff -u -r1.291 -r1.292 +--- src/variables.cc 22 Jun 2006 00:57:28 -0000 1.291 ++++ src/variables.cc 14 Aug 2006 20:07:37 -0000 1.292 +@@ -1527,8 +1527,8 @@ + static int + symbol_record_name_compare (const void *a_arg, const void *b_arg) + { +- const symbol_record *a = static_cast (a_arg); +- const symbol_record *b = static_cast (b_arg); ++ const symbol_record *a = *(static_cast (a_arg)); ++ const symbol_record *b = *(static_cast (b_arg)); + + std::string a_nm = a->name (); + std::string b_nm = b->name (); Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- octave.spec 30 Jul 2006 03:45:22 -0000 1.38 +++ octave.spec 16 Aug 2006 14:30:21 -0000 1.39 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -125,6 +125,9 @@ %changelog +* Wed Aug 16 2006 Quentin Spencer 2.9.7-2 +- Update patch to fix several small bugs, including #201087. + * Sat Jul 29 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. From fedora-extras-commits at redhat.com Wed Aug 16 14:42:34 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 16 Aug 2006 07:42:34 -0700 Subject: comps comps-fe6.xml.in,1.65,1.66 Message-ID: <200608161442.k7GEgaxV007457@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7440 Modified Files: comps-fe6.xml.in Log Message: add ipython to development tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- comps-fe6.xml.in 16 Aug 2006 14:18:45 -0000 1.65 +++ comps-fe6.xml.in 16 Aug 2006 14:42:34 -0000 1.66 @@ -58,6 +58,7 @@ gprolog highlight hugs98 + ipython lightning lcov lincvs From fedora-extras-commits at redhat.com Wed Aug 16 14:46:39 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 16 Aug 2006 07:46:39 -0700 Subject: comps comps-fe6.xml.in,1.66,1.67 Message-ID: <200608161446.k7GEkf1u007497@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7480 Modified Files: comps-fe6.xml.in Log Message: Added Sprog and pgadmin3 to Devel Tools, and john to system tools. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- comps-fe6.xml.in 16 Aug 2006 14:42:34 -0000 1.66 +++ comps-fe6.xml.in 16 Aug 2006 14:46:39 -0000 1.67 @@ -69,6 +69,7 @@ mock monotone ocaml + pgadmin3 pl plt-scheme pylint @@ -76,6 +77,7 @@ quilt rpmlint splint + Sprog svnmailer tkcvs tla @@ -569,6 +571,7 @@ inadyn ip6sic isic + john ksmarttray lirc mmv From fedora-extras-commits at redhat.com Wed Aug 16 15:02:28 2006 From: fedora-extras-commits at redhat.com (James Bowes (jbowes)) Date: Wed, 16 Aug 2006 08:02:28 -0700 Subject: comps comps-fe6.xml.in,1.67,1.68 Message-ID: <200608161502.k7GF2URp010123@cvs-int.fedora.redhat.com> Author: jbowes Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10104 Modified Files: comps-fe6.xml.in Log Message: Add pwgen to comps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- comps-fe6.xml.in 16 Aug 2006 14:46:39 -0000 1.67 +++ comps-fe6.xml.in 16 Aug 2006 15:02:26 -0000 1.68 @@ -581,6 +581,7 @@ nfswatch pbzip2 powerman + pwgen rdiff-backup sabayon shorewall From fedora-extras-commits at redhat.com Wed Aug 16 15:04:50 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 08:04:50 -0700 Subject: comps comps-fe5.xml.in,1.82,1.83 comps-fe6.xml.in,1.68,1.69 Message-ID: <200608161504.k7GF4qHW010237@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10218 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added qgit into devel tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- comps-fe5.xml.in 16 Aug 2006 14:20:37 -0000 1.82 +++ comps-fe5.xml.in 16 Aug 2006 15:04:49 -0000 1.83 @@ -70,6 +70,7 @@ plt-scheme pylint q + qgit quilt rpmlint splint Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- comps-fe6.xml.in 16 Aug 2006 15:02:26 -0000 1.68 +++ comps-fe6.xml.in 16 Aug 2006 15:04:49 -0000 1.69 @@ -74,6 +74,7 @@ plt-scheme pylint q + qgit quilt rpmlint splint From fedora-extras-commits at redhat.com Wed Aug 16 15:16:20 2006 From: fedora-extras-commits at redhat.com (Nalin Somabhai Dahyabhai (nalin)) Date: Wed, 16 Aug 2006 08:16:20 -0700 Subject: comps comps-fe5.xml.in,1.83,1.84 comps-fe6.xml.in,1.69,1.70 Message-ID: <200608161516.k7GFGMTS010360@cvs-int.fedora.redhat.com> Author: nalin Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10327 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add oddjob to the system-tools group Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- comps-fe5.xml.in 16 Aug 2006 15:04:49 -0000 1.83 +++ comps-fe5.xml.in 16 Aug 2006 15:16:20 -0000 1.84 @@ -547,6 +547,7 @@ moomps nagios nfswatch + oddjob pbzip2 rdiff-backup sabayon Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- comps-fe6.xml.in 16 Aug 2006 15:04:49 -0000 1.69 +++ comps-fe6.xml.in 16 Aug 2006 15:16:20 -0000 1.70 @@ -580,6 +580,7 @@ moomps nagios nfswatch + oddjob pbzip2 powerman pwgen From fedora-extras-commits at redhat.com Wed Aug 16 15:21:29 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 08:21:29 -0700 Subject: comps comps-fe5.xml.in,1.84,1.85 comps-fe6.xml.in,1.70,1.71 Message-ID: <200608161521.k7GFLVgW010433@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10414 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added tinyerp into office/productivity Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- comps-fe5.xml.in 16 Aug 2006 15:16:20 -0000 1.84 +++ comps-fe5.xml.in 16 Aug 2006 15:21:29 -0000 1.85 @@ -469,6 +469,7 @@ qcad revelation texmaker + tinyerp xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- comps-fe6.xml.in 16 Aug 2006 15:16:20 -0000 1.70 +++ comps-fe6.xml.in 16 Aug 2006 15:21:29 -0000 1.71 @@ -486,6 +486,7 @@ qcad revelation texmaker + tinyerp xchm From fedora-extras-commits at redhat.com Wed Aug 16 15:22:10 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 08:22:10 -0700 Subject: owners owners.list,1.1406,1.1407 Message-ID: <200608161522.k7GFMC8l010456@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: owners.list Log Message: eek, forgot to add ip6sic when I imported it, quite some time ago now... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1406 retrieving revision 1.1407 diff -u -r1.1406 -r1.1407 --- owners.list 16 Aug 2006 10:47:25 -0000 1.1406 +++ owners.list 16 Aug 2006 15:22:10 -0000 1.1407 @@ -617,6 +617,7 @@ Fedora Extras|Inventor|SGI Open Inventor (TM)|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|iozone|A file system performance analysis tool|nhorman at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ip-sentinel|Tool to prevent unauthorized usage of IP addresses|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|ip6sic|IPv6 Stack Integrity Checker|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|ipe|The Ipe extensible drawing editor|laurent.rineau__fedora_extras at normalesup.org|extras-qa at fedoraproject.org| Fedora Extras|iperf|Measurement tool for TCP/UDP bandwidth performance|somlo at cmu.edu|extras-qa at fedoraproject.org| Fedora Extras|ipod-sharp|Provides high-level feature support for Apple's iPod and binds libipoddevice|caillon at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 16:06:38 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Wed, 16 Aug 2006 09:06:38 -0700 Subject: comps comps-fe5.xml.in,1.85,1.86 comps-fe6.xml.in,1.71,1.72 Message-ID: <200608161606.k7GG6eK1014123@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14094 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added l2tpd and nsd as user selectable packages under network-server. Other packages I maintain are dependancies on other packages, or make no sense to ask the user on install. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- comps-fe5.xml.in 16 Aug 2006 15:21:29 -0000 1.85 +++ comps-fe5.xml.in 16 Aug 2006 16:06:38 -0000 1.86 @@ -592,6 +592,8 @@ ircd-hybrid jabberd kannel + l2tpd + nsd ushare Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- comps-fe6.xml.in 16 Aug 2006 15:21:29 -0000 1.71 +++ comps-fe6.xml.in 16 Aug 2006 16:06:38 -0000 1.72 @@ -635,6 +635,8 @@ ircd-hybrid jabberd kannel + l2tpd + nsd ushare torque-server sobby From fedora-extras-commits at redhat.com Wed Aug 16 16:15:14 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Wed, 16 Aug 2006 09:15:14 -0700 Subject: comps comps-fe5.xml.in,1.86,1.87 Message-ID: <200608161615.k7GGFGhJ014196@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14175 Modified Files: comps-fe5.xml.in Log Message: added iperf and argus Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- comps-fe5.xml.in 16 Aug 2006 16:06:38 -0000 1.86 +++ comps-fe5.xml.in 16 Aug 2006 16:15:14 -0000 1.87 @@ -621,6 +621,8 @@ rtorrent snownews tin + iperf + argus From fedora-extras-commits at redhat.com Wed Aug 16 16:16:36 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:16:36 -0700 Subject: comps comps-fe6.xml.in,1.72,1.73 Message-ID: <200608161616.k7GGGcZ5014226@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: comps-fe6.xml.in Log Message: Add grepmail, gtkwave, gtorrentviewer, lat, milter-regex, rbldnsd, and spamass-milter Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- comps-fe6.xml.in 16 Aug 2006 16:06:38 -0000 1.72 +++ comps-fe6.xml.in 16 Aug 2006 16:16:36 -0000 1.73 @@ -134,6 +134,7 @@ gdl gnucap grads + gtkwave hdf hdf5 hmmer @@ -370,6 +371,7 @@ gnome-translate gossip gtk-gnutella + gtorrentviewer gwget kickpim konversation @@ -440,8 +442,10 @@ esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -566,6 +570,7 @@ ghex gkrellm gnokii + grepmail gtklp gtkterm hercules @@ -637,9 +642,10 @@ kannel l2tpd nsd - ushare - torque-server + rbldnsd sobby + torque-server + ushare @@ -870,6 +876,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex From fedora-extras-commits at redhat.com Wed Aug 16 16:17:56 2006 From: fedora-extras-commits at redhat.com (Gabriel L. Somlo (somlo)) Date: Wed, 16 Aug 2006 09:17:56 -0700 Subject: comps comps-fe5.xml.in,1.87,1.88 comps-fe6.xml.in,1.73,1.74 Message-ID: <200608161617.k7GGHwJA014265@cvs-int.fedora.redhat.com> Author: somlo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14246 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added argus and iperf (now sorted alphabetically) Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- comps-fe5.xml.in 16 Aug 2006 16:15:14 -0000 1.87 +++ comps-fe5.xml.in 16 Aug 2006 16:17:56 -0000 1.88 @@ -605,10 +605,12 @@ true true + argus bittorrent centericq cone elmo + iperf irssi libtranslate nail @@ -621,8 +623,6 @@ rtorrent snownews tin - iperf - argus Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- comps-fe6.xml.in 16 Aug 2006 16:16:36 -0000 1.73 +++ comps-fe6.xml.in 16 Aug 2006 16:17:56 -0000 1.74 @@ -656,10 +656,12 @@ true true + argus bittorrent centericq cone elmo + iperf irssi libtranslate nail From fedora-extras-commits at redhat.com Wed Aug 16 16:20:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:20:41 -0700 Subject: rpms/perl-Class-InsideOut/devel .cvsignore, 1.3, 1.4 perl-Class-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608161620.k7GGKhQS014321@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14300 Modified Files: .cvsignore perl-Class-InsideOut.spec sources Log Message: bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 28 Jul 2006 15:52:33 -0000 1.3 +++ .cvsignore 16 Aug 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -Class-InsideOut-1.01.tar.gz +Class-InsideOut-1.02.tar.gz Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-InsideOut.spec 28 Jul 2006 15:52:33 -0000 1.3 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:20:41 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-InsideOut -Version: 1.01 +Version: 1.02 Release: 1%{?dist} Summary: A safe, simple inside-out object construction kit @@ -39,7 +39,7 @@ dos2unix Todo %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,7 +47,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -68,6 +67,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-1 +- update to 1.02 +- dropped some depreciated spec bits + * Fri Jul 28 2006 Chris Weyl 1.01-0 - update to 1.01 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jul 2006 15:52:33 -0000 1.3 +++ sources 16 Aug 2006 16:20:41 -0000 1.4 @@ -1 +1 @@ -50fda748d79f16ea45967743814bfe97 Class-InsideOut-1.01.tar.gz +96d8ff279114bbd0ecbb26e890499b72 Class-InsideOut-1.02.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 16:21:53 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:21:53 -0700 Subject: rpms/perl-Class-InsideOut/devel perl-Class-InsideOut.spec,1.4,1.5 Message-ID: <200608161621.k7GGLtu3014373@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14354 Modified Files: perl-Class-InsideOut.spec Log Message: bump Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/devel/perl-Class-InsideOut.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Class-InsideOut.spec 16 Aug 2006 16:20:41 -0000 1.4 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:21:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Class-InsideOut Version: 1.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A safe, simple inside-out object construction kit Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-2 +- *sigh* tagging issues, so bump + * Wed Aug 16 2006 Chris Weyl 1.02-1 - update to 1.02 - dropped some depreciated spec bits From fedora-extras-commits at redhat.com Wed Aug 16 16:22:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 09:22:06 -0700 Subject: rpms/perl-Class-InsideOut/FC-5 perl-Class-InsideOut.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608161622.k7GGM871014432@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-InsideOut/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14412 Modified Files: perl-Class-InsideOut.spec sources Log Message: bump Index: perl-Class-InsideOut.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/perl-Class-InsideOut.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Class-InsideOut.spec 28 Jul 2006 15:52:32 -0000 1.3 +++ perl-Class-InsideOut.spec 16 Aug 2006 16:22:05 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Class-InsideOut -Version: 1.01 +Version: 1.02 Release: 1%{?dist} Summary: A safe, simple inside-out object construction kit @@ -39,7 +39,7 @@ dos2unix Todo %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -47,7 +47,6 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* @@ -68,6 +67,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl 1.02-1 +- update to 1.02 +- dropped some depreciated spec bits + * Fri Jul 28 2006 Chris Weyl 1.01-0 - update to 1.01 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-InsideOut/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 28 Jul 2006 15:52:32 -0000 1.3 +++ sources 16 Aug 2006 16:22:05 -0000 1.4 @@ -1 +1 @@ -50fda748d79f16ea45967743814bfe97 Class-InsideOut-1.01.tar.gz +96d8ff279114bbd0ecbb26e890499b72 Class-InsideOut-1.02.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 16:22:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:22:35 -0700 Subject: comps comps-fe5.xml.in,1.88,1.89 Message-ID: <200608161622.k7GGMbhU014487@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14470 Modified Files: comps-fe5.xml.in Log Message: Add grepmail, gtkwave, gtorrentviewer, lat, milter-regex, rbldnsd, and spamass-milter Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- comps-fe5.xml.in 16 Aug 2006 16:17:56 -0000 1.88 +++ comps-fe5.xml.in 16 Aug 2006 16:22:35 -0000 1.89 @@ -127,6 +127,7 @@ gdl gnucap grads + gtkwave hdf hdf5 hmmer @@ -354,6 +355,7 @@ gnome-translate gossip gtk-gnutella + gtorrentviewer gwget kickpim konversation @@ -423,8 +425,10 @@ esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -538,6 +542,7 @@ ghasher ghex gkrellm + grepmail gtklp gtkterm hercules @@ -594,6 +599,7 @@ kannel l2tpd nsd + rbldnsd ushare @@ -825,6 +831,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex From fedora-extras-commits at redhat.com Wed Aug 16 16:25:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 16 Aug 2006 09:25:58 -0700 Subject: owners owners.list,1.1407,1.1408 Message-ID: <200608161626.k7GGQ0O6014520@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14498 Modified Files: owners.list Log Message: ORBit is only here as a backwards-compatibility library Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1407 retrieving revision 1.1408 diff -u -r1.1407 -r1.1408 --- owners.list 16 Aug 2006 15:22:10 -0000 1.1407 +++ owners.list 16 Aug 2006 16:25:58 -0000 1.1408 @@ -1028,7 +1028,7 @@ Fedora Extras|openslp|OpenSLP implementation of Service Location Protocol V2|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|openvpn|A full-featured SSL VPN solution|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| -Fedora Extras|ORBit|CORBA Object Request Broker for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| +Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org From fedora-extras-commits at redhat.com Wed Aug 16 16:33:36 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Wed, 16 Aug 2006 09:33:36 -0700 Subject: comps comps-fe5.xml.in,1.89,1.90 comps-fe6.xml.in,1.74,1.75 Message-ID: <200608161633.k7GGXcnJ015400@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added kadu Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- comps-fe5.xml.in 16 Aug 2006 16:22:35 -0000 1.89 +++ comps-fe5.xml.in 16 Aug 2006 16:33:36 -0000 1.90 @@ -357,6 +357,7 @@ gtk-gnutella gtorrentviewer gwget + kadu kickpim konversation kphone Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- comps-fe6.xml.in 16 Aug 2006 16:17:56 -0000 1.74 +++ comps-fe6.xml.in 16 Aug 2006 16:33:36 -0000 1.75 @@ -373,6 +373,7 @@ gtk-gnutella gtorrentviewer gwget + kadu kickpim konversation kphone From fedora-extras-commits at redhat.com Wed Aug 16 16:53:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Wed, 16 Aug 2006 09:53:17 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.3,1.4 Message-ID: <200608161653.k7GGrJxv015478@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15461 Modified Files: cmucl.spec Log Message: * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmucl.spec 10 Mar 2006 15:03:03 -0000 1.3 +++ cmucl.spec 16 Aug 2006 16:53:17 -0000 1.4 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19c -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -194,6 +194,9 @@ %changelog +* Wed Aug 16 2006 Rex Dieter 19c-5 +- respin for fc6 + * Thu Mar 09 2006 Rex Dieter 19c-4 - move bootstrap source outside of %%ifarch block From fedora-extras-commits at redhat.com Wed Aug 16 16:58:59 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 09:58:59 -0700 Subject: mock mock.py,1.53.2.1,1.53.2.2 Message-ID: <200608161658.k7GGwxUC015559@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15541 Modified Files: Tag: mock-0-6-branch mock.py Log Message: added check for basedir change and raise error on detection Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.1 retrieving revision 1.53.2.2 diff -u -r1.53.2.1 -r1.53.2.2 --- mock.py 17 Jul 2006 14:33:13 -0000 1.53.2.1 +++ mock.py 16 Aug 2006 16:58:56 -0000 1.53.2.2 @@ -110,6 +110,8 @@ if config.has_key('unique-ext'): root = "%s-%s" % (root, config['unique-ext']) self.basedir = os.path.join(config['basedir'], root) + if self.basedir.find("/var/lib/mock") != 0: + raise RootError, "Cannot change basedir location!" self.target_arch = config['target_arch'] self.rootdir = os.path.join(self.basedir, 'root') self.homedir = self.config['chroothome'] From fedora-extras-commits at redhat.com Wed Aug 16 16:59:37 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 09:59:37 -0700 Subject: mock mock.spec,1.16,1.16.2.1 Message-ID: <200608161659.k7GGxbhQ015593@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15575 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added buildsys-build.spec to docs; bumped release number Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -r1.16 -r1.16.2.1 --- mock.spec 7 Jun 2006 12:29:15 -0000 1.16 +++ mock.spec 16 Aug 2006 16:59:35 -0000 1.16.2.1 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6 -Release: 1 +Release: 5 License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -29,7 +29,6 @@ cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} ln -s fedora-development-i386-core.cfg default.cfg - %clean rm -rf $RPM_BUILD_ROOT @@ -42,7 +41,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -54,6 +53,10 @@ %changelog +* Wed Aug 16 2006 Clark Williams +- Added buildsys-build specfile to docs +- Bumped release number + * Wed Jun 7 2006 Seth Vidal - version update From fedora-extras-commits at redhat.com Wed Aug 16 16:59:42 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 16 Aug 2006 09:59:42 -0700 Subject: rpms/octave/FC-5 octave.spec,1.39,1.40 Message-ID: <200608161659.k7GGxjiq015618@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15599 Modified Files: octave.spec Log Message: Add ghostscript as build dependency. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- octave.spec 16 Aug 2006 14:30:21 -0000 1.39 +++ octave.spec 16 Aug 2006 16:59:42 -0000 1.40 @@ -1,6 +1,6 @@ Name: octave Version: 2.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -16,7 +16,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -125,6 +125,9 @@ %changelog +* Wed Aug 16 2006 Quentin Spencer 2.9.7-3 +- Add ghostscript as a build dependency. + * Wed Aug 16 2006 Quentin Spencer 2.9.7-2 - Update patch to fix several small bugs, including #201087. From fedora-extras-commits at redhat.com Wed Aug 16 17:48:16 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 10:48:16 -0700 Subject: mock mock.spec,1.16.2.1,1.16.2.2 Message-ID: <200608161748.k7GHmGDm018724@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added disttag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -u -r1.16.2.1 -r1.16.2.2 --- mock.spec 16 Aug 2006 16:59:35 -0000 1.16.2.1 +++ mock.spec 16 Aug 2006 17:48:14 -0000 1.16.2.2 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6 -Release: 5 +Release: 5%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -55,6 +55,7 @@ %changelog * Wed Aug 16 2006 Clark Williams - Added buildsys-build specfile to docs +- Added disttag - Bumped release number * Wed Jun 7 2006 Seth Vidal From fedora-extras-commits at redhat.com Wed Aug 16 17:49:30 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 10:49:30 -0700 Subject: mock mock.spec,1.17,1.18 Message-ID: <200608161749.k7GHnU9q018753@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18735 Modified Files: mock.spec Log Message: added disttag; added buildsys-build.spec to docs; bumped release number Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- mock.spec 28 Jun 2006 15:14:45 -0000 1.17 +++ mock.spec 16 Aug 2006 17:49:27 -0000 1.18 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.7 -Release: 1 +Release: 2%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -42,7 +42,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %attr(04750, root, mock) %{_bindir}/%{name} @@ -54,6 +54,11 @@ %changelog +* Wed Aug 16 2006 Clark Williams - 0.7-2 +- Added buildsys-build.spec to docs +- Added disttag +- Bumped release number + * Wed Jun 28 2006 Clark Williams - 0.7-1 - updated version to 0.7 - removed /usr/sbin/mock-helper From fedora-extras-commits at redhat.com Wed Aug 16 17:57:46 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 16 Aug 2006 10:57:46 -0700 Subject: rpms/perl-Cairo/devel .cvsignore, 1.4, 1.5 perl-Cairo.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608161757.k7GHvm2j018813@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18792 Modified Files: .cvsignore perl-Cairo.spec sources Log Message: Update to 0.92. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 12 Aug 2006 16:07:00 -0000 1.4 +++ .cvsignore 16 Aug 2006 17:57:46 -0000 1.5 @@ -1 +1 @@ -Cairo-0.91.tar.gz +Cairo-0.92.tar.gz Index: perl-Cairo.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/perl-Cairo.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Cairo.spec 12 Aug 2006 16:07:00 -0000 1.3 +++ perl-Cairo.spec 16 Aug 2006 17:57:46 -0000 1.4 @@ -5,7 +5,7 @@ # Name: perl-Cairo -Version: 0.91 +Version: 0.92 Release: 1%{?dist} Summary: Perl interface to the cairo library @@ -28,7 +28,6 @@ %prep %setup -q -n Cairo-%{version} -chmod 644 examples/simple.pl %build @@ -62,6 +61,9 @@ %changelog +* Wed Aug 16 2006 Jose Pedro Oliveira - 0.92-1 +- Update to 0.92. + * Sat Aug 12 2006 Jose Pedro Oliveira - 0.91-1 - Update to 0.91. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Cairo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 12 Aug 2006 16:07:00 -0000 1.4 +++ sources 16 Aug 2006 17:57:46 -0000 1.5 @@ -1 +1 @@ -8a13310be3e0a297bb388e9df3642902 Cairo-0.91.tar.gz +9fb19613397b49c2aad8049b0d7a0b21 Cairo-0.92.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 18:05:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:31 -0700 Subject: rpms/abook - New directory Message-ID: <200608161805.k7GI5XjX021549@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21528/abook Log Message: Directory /cvs/extras/rpms/abook added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 18:05:32 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:32 -0700 Subject: rpms/abook/devel - New directory Message-ID: <200608161805.k7GI5Y34021552@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21528/abook/devel Log Message: Directory /cvs/extras/rpms/abook/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 18:05:56 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:56 -0700 Subject: rpms/abook Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608161805.k7GI5wlR021603@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573 Added Files: Makefile import.log Log Message: Setup of module abook --- NEW FILE Makefile --- # Top level Makefile for module abook all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 18:05:57 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:05:57 -0700 Subject: rpms/abook/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608161805.k7GI5x2P021606@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21573/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module abook --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 18:10:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:10:42 -0700 Subject: rpms/abook import.log,1.1,1.2 Message-ID: <200608161811.k7GIBE1c021687@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651 Modified Files: import.log Log Message: auto-import abook-0.5.6-2 on branch devel from abook-0.5.6-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/abook/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 18:05:56 -0000 1.1 +++ import.log 16 Aug 2006 18:10:41 -0000 1.2 @@ -0,0 +1 @@ +abook-0_5_6-2:HEAD:abook-0.5.6-2.src.rpm:1155751931 From fedora-extras-commits at redhat.com Wed Aug 16 18:10:42 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:10:42 -0700 Subject: rpms/abook/devel abook.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608161811.k7GIBEW2021691@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21651/devel Modified Files: .cvsignore sources Added Files: abook.spec Log Message: auto-import abook-0.5.6-2 on branch devel from abook-0.5.6-2.src.rpm --- NEW FILE abook.spec --- Name: abook Version: 0.5.6 Release: 2%{?dist} License: GPL URL: http://abook.sourceforge.net/ Summary: Text-based addressbook program for mutt Group: Applications/Productivity Source: http://dl.sourceforge.net/sourceforge/abook/%{name}-%{version}.tar.gz BuildRequires: gettext BuildRequires: ncurses-devel BuildRequires: readline-devel Requires: lynx BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Abook is a small and powerful text-based addressbook program designed for use with the mutt mail client. %prep %setup -q %build export LDFLAGS=-L%{_libdir} %configure %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install # generate localized files list %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(0644,root,root,0755) %doc AUTHORS BUGS ChangeLog README THANKS TODO sample.abookrc FAQ NEWS ANNOUNCE %doc COPYING %attr(0755,root,root) %{_bindir}/abook %{_mandir}/man1/abook.* %{_mandir}/man5/abookrc.* %changelog * Tue Aug 15 2006 Dominik Mierzejewski 0.5.6-2 - fix macro usage in changelog - clean buildroot before install * Mon Jul 31 2006 Dominik Mierzejewski 0.5.6-1 - updated to 0.5.6 - fix 64bit build * Sun Apr 02 2006 Dominik Mierzejewski 0.5.5-2 - more FE compliance fixes * Fri Jan 06 2006 Dominik Mierzejewski 0.5.5-1 - updated to 0.5.5 - applied upstream post-0.5.5 patches - added locales * Sun Oct 02 2005 Dominik Mierzejewski 0.5.4-1 - updated to 0.5.4 - spec cleanups * Sun Apr 10 2005 Dominik Mierzejewski 0.5.3-2 - add missing readline-devel BR * Sun Oct 10 2004 Dominik Mierzejewski 0.5.3-1 - updated to 0.5.3 * Tue May 13 2003 Dominik Mierzejewski 0.4.18-2 - rebuilt for RH7.3 * Tue Nov 05 2002 Aleksandr Blokhin 'Sass' 0.4.18-alt0.1.cvs20021008 - daily cvs snapshot - %%rlz1 logic is going back ;) * Wed Oct 16 2002 Stanislav Ievlev 0.4.17-alt2 - rebuild with gcc3 - I had to remove %%rlz1 logic. See changelogs below ;))) - removed extra translations * Sun Apr 07 2002 Aleksandr Blohin 0.4.17-%%rlz1 - 0.4.17 * Fri Mar 15 2002 Aleksandr Blohin 0.4.16-%%rlz1 - 0.4.16 * Fri Mar 01 2002 Aleksandr Blohin 0.4.15-%%rlz1 - updates in spec * Tue Jan 08 2002 Aleksandr Blohin 0.4.15-alt3 - added Summary & description in CP1251 encoding * Mon Dec 24 2001 Aleksandr Blohin 0.4.15-alt2 - updated spec - updated to rpm-4.0.3 * Thu Nov 7 2001 Aleksandr Blohin 0.4.15-alt1 - 0.4.15 final - spec cleanup * Sat Oct 27 2001 Aleksandr Blohin 0.4.15-alt0.pre2 - 0.4.15pre2 - spec cleanup * Fri Oct 5 2001 Aleksandr Blohin 0.4.14-alt1 - 0.4.14 * Thu Jun 28 2001 Stanislav Ievlev 0.4.13-alt1 - 0.4.13 * Thu Apr 26 2001 Stanislav Ievlev 0.4.12-alt1 - 0.4.12 * Tue Jan 09 2001 Dmitry V. Levin 0.4.11-ipl1mdk - 0.4.11 * Sun Dec 17 2000 Dmitry V. Levin 0.4.10-ipl1mdk - RE adaptions. * Sat Dec 16 2000 Vincent Danen 0.4.10-1mdk - first mandrake version * Wed Sep 20 2000 Gustavo Niemeyer - First package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abook/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 18:05:57 -0000 1.1 +++ .cvsignore 16 Aug 2006 18:10:42 -0000 1.2 @@ -0,0 +1 @@ +abook-0.5.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/abook/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 18:05:57 -0000 1.1 +++ sources 16 Aug 2006 18:10:42 -0000 1.2 @@ -0,0 +1 @@ +87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 18:16:35 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 16 Aug 2006 11:16:35 -0700 Subject: owners owners.list,1.1408,1.1409 Message-ID: <200608161816.k7GIGcjp021757@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21740 Modified Files: owners.list Log Message: Add myself as the abook maintainer Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1408 retrieving revision 1.1409 diff -u -r1.1408 -r1.1409 --- owners.list 16 Aug 2006 16:25:58 -0000 1.1408 +++ owners.list 16 Aug 2006 18:16:35 -0000 1.1409 @@ -18,6 +18,7 @@ Fedora Extras|abe|A scrolling, platform-jumping, ancient pyramid exploring game|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|abicheck|ABI checking tool|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| +Fedora Extras|abook|Text-based addressbook program for mutt|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 18:32:36 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Wed, 16 Aug 2006 11:32:36 -0700 Subject: comps comps-fe5.xml.in,1.90,1.91 comps-fe6.xml.in,1.75,1.76 Message-ID: <200608161832.k7GIWcth021904@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21883 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- comps-fe5.xml.in 16 Aug 2006 16:33:36 -0000 1.90 +++ comps-fe5.xml.in 16 Aug 2006 18:32:36 -0000 1.91 @@ -77,6 +77,7 @@ svnmailer tkcvs tla + tolua++ ucblogo yap yasm @@ -259,6 +260,7 @@ lucidlife Maelstrom monkey-bubble + monsterz nazghul-haxima nethack nethack-vultures Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- comps-fe6.xml.in 16 Aug 2006 16:33:36 -0000 1.75 +++ comps-fe6.xml.in 16 Aug 2006 18:32:36 -0000 1.76 @@ -82,6 +82,7 @@ svnmailer tkcvs tla + tolua++ ucblogo yap yasm @@ -272,6 +273,7 @@ Maelstrom manaworld monkey-bubble + monsterz nazghul-haxima nethack nethack-vultures From fedora-extras-commits at redhat.com Wed Aug 16 18:35:25 2006 From: fedora-extras-commits at redhat.com (Dr Jeremy Stephen Sanders (jsanders)) Date: Wed, 16 Aug 2006 11:35:25 -0700 Subject: comps comps-fe6.xml.in,1.76,1.77 Message-ID: <200608161835.k7GIZRwS021954@cvs-int.fedora.redhat.com> Author: jsanders Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21935 Modified Files: comps-fe6.xml.in Log Message: Added veusz to scientific Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- comps-fe6.xml.in 16 Aug 2006 18:32:36 -0000 1.76 +++ comps-fe6.xml.in 16 Aug 2006 18:35:25 -0000 1.77 @@ -155,6 +155,7 @@ rrdtool scalapack SIBsim4 + veusz From fedora-extras-commits at redhat.com Wed Aug 16 18:37:16 2006 From: fedora-extras-commits at redhat.com (Dan Horak (sharkcz)) Date: Wed, 16 Aug 2006 11:37:16 -0700 Subject: comps comps-fe5.xml.in,1.91,1.92 comps-fe6.xml.in,1.77,1.78 Message-ID: <200608161837.k7GIbIUZ022010@cvs-int.fedora.redhat.com> Author: sharkcz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21989 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added tinyerp-server into office/productivity Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- comps-fe5.xml.in 16 Aug 2006 18:32:36 -0000 1.91 +++ comps-fe5.xml.in 16 Aug 2006 18:37:16 -0000 1.92 @@ -477,6 +477,7 @@ revelation texmaker tinyerp + tinyerp-server xchm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- comps-fe6.xml.in 16 Aug 2006 18:35:25 -0000 1.77 +++ comps-fe6.xml.in 16 Aug 2006 18:37:16 -0000 1.78 @@ -495,6 +495,7 @@ revelation texmaker tinyerp + tinyerp-server xchm From fedora-extras-commits at redhat.com Wed Aug 16 18:45:19 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Wed, 16 Aug 2006 11:45:19 -0700 Subject: comps comps-fe5.xml.in,1.92,1.93 comps-fe6.xml.in,1.78,1.79 Message-ID: <200608161845.k7GIjLQn022107@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22088 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Adding: syslog-ng, swatch, and srecord. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- comps-fe5.xml.in 16 Aug 2006 18:37:16 -0000 1.92 +++ comps-fe5.xml.in 16 Aug 2006 18:45:19 -0000 1.93 @@ -74,6 +74,7 @@ quilt rpmlint splint + srecord svnmailer tkcvs tla @@ -563,6 +564,8 @@ sabayon shorewall snort + syslog-ng + swatch tiobench ttywatch unison Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- comps-fe6.xml.in 16 Aug 2006 18:37:16 -0000 1.78 +++ comps-fe6.xml.in 16 Aug 2006 18:45:19 -0000 1.79 @@ -79,6 +79,7 @@ rpmlint splint Sprog + srecord svnmailer tkcvs tla @@ -601,6 +602,8 @@ smart smart-gui snort + syslog-ng + swatch synaptic tiobench torque-client From fedora-extras-commits at redhat.com Wed Aug 16 19:38:31 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 12:38:31 -0700 Subject: mock mock.spec,1.16.2.2,1.16.2.3 Message-ID: <200608161938.k7GJcVFQ024875@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24855 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: reworked specfile install section to create default config symlink based on specified fedora tag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.2 retrieving revision 1.16.2.3 diff -u -r1.16.2.2 -r1.16.2.3 --- mock.spec 16 Aug 2006 17:48:14 -0000 1.16.2.2 +++ mock.spec 16 Aug 2006 19:38:29 -0000 1.16.2.3 @@ -27,7 +27,21 @@ make DESTDIR=$RPM_BUILD_ROOT install # make the default.cfg link cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} -ln -s fedora-development-i386-core.cfg default.cfg + +%if 0%{?fedora:1} +if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then + ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg +fi +%endif + +# if we haven't created a default link yet, try to do so as devel +if [ ! -f default.cfg ]; then + if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then + ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg + else + ln -s fedora-development-i386-core.cfg default.cfg + fi +fi %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Wed Aug 16 19:39:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 16 Aug 2006 12:39:26 -0700 Subject: mock mock.spec,1.18,1.19 Message-ID: <200608161939.k7GJdQuV024915@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24897 Modified Files: mock.spec Log Message: reworked specfile install section to create default config symlink based on specified fedora tag Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mock.spec 16 Aug 2006 17:49:27 -0000 1.18 +++ mock.spec 16 Aug 2006 19:39:24 -0000 1.19 @@ -27,7 +27,22 @@ make DESTDIR=$RPM_BUILD_ROOT install # make the default.cfg link cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} -ln -s fedora-development-i386-core.cfg default.cfg + +%if 0%{?fedora:1} +if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then + ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg +fi +%endif + +# if we haven't created a default link yet, try to do so as devel +if [ ! -f default.cfg ]; then + if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then + ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg + else + ln -s fedora-development-i386-core.cfg default.cfg + fi +fi + cd $RPM_BUILD_ROOT/%{_bindir} %clean From fedora-extras-commits at redhat.com Wed Aug 16 20:10:08 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:08 -0700 Subject: rpms/libconfuse - New directory Message-ID: <200608162010.k7GKAAcN027791@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27765/libconfuse Log Message: Directory /cvs/extras/rpms/libconfuse added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 20:10:09 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:09 -0700 Subject: rpms/libconfuse/devel - New directory Message-ID: <200608162010.k7GKABlO027794@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27765/libconfuse/devel Log Message: Directory /cvs/extras/rpms/libconfuse/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 16 20:10:23 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:23 -0700 Subject: rpms/libconfuse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608162010.k7GKAPDJ027841@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27810/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libconfuse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 16 20:10:17 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:17 -0700 Subject: rpms/libconfuse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608162010.k7GKANSx027832@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27810 Added Files: Makefile import.log Log Message: Setup of module libconfuse --- NEW FILE Makefile --- # Top level Makefile for module libconfuse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 16 20:10:42 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:42 -0700 Subject: rpms/libconfuse import.log,1.1,1.2 Message-ID: <200608162010.k7GKAiOR027907@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27874 Modified Files: import.log Log Message: auto-import libconfuse-2.5-2.fc6 on branch devel from libconfuse-2.5-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libconfuse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 16 Aug 2006 20:10:17 -0000 1.1 +++ import.log 16 Aug 2006 20:10:42 -0000 1.2 @@ -0,0 +1 @@ +libconfuse-2_5-2_fc6:HEAD:libconfuse-2.5-2.fc6.src.rpm:1155759046 From fedora-extras-commits at redhat.com Wed Aug 16 20:10:43 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:10:43 -0700 Subject: rpms/libconfuse/devel libconfuse.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608162010.k7GKAjAi027912@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27874/devel Modified Files: .cvsignore sources Added Files: libconfuse.spec Log Message: auto-import libconfuse-2.5-2.fc6 on branch devel from libconfuse-2.5-2.fc6.src.rpm --- NEW FILE libconfuse.spec --- Name: libconfuse Version: 2.5 Release: 2%{?dist} Summary: A configuration file parser library Group: System Environment/Libraries License: LGPL URL: http://www.nongnu.org/confuse/ Source0: http://download.savannah.nongnu.org/releases/confuse/confuse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: check-devel, pkgconfig %description libConfuse is a configuration file parser library, licensed under the terms of the LGPL, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Development files for %{name}. %prep %setup -q -n confuse-%{version} perl -pi.orig -e 's|confuse.h|../src/confuse.h|g' tests/check_confuse.c %build %configure --enable-shared --disable-static make %{?_smp_mflags} %check make check %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Nuke libtool archive(s) rm -f $RPM_BUILD_ROOT%{_libdir}/*.la # Install man pages mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3/ cp -p doc/man/man3/*.3 $RPM_BUILD_ROOT%{_mandir}/man3/ # Extract the example sources mkdir -p ex2/examples cp -p examples/{ftpconf.c,ftp.conf,simple.c,simple.conf,reread.c,reread.conf} \ ex2/examples/ %find_lang confuse %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f confuse.lang %defattr(-,root,root,-) %doc ABOUT-NLS AUTHORS COPYING NEWS README %doc doc/html %{_libdir}/libconfuse.so.* %{_mandir}/man?/*.* %files devel %defattr(-,root,root,-) %doc ex2/examples %{_includedir}/confuse.h %{_libdir}/libconfuse.so %{_libdir}/pkgconfig/libconfuse.pc %changelog * Wed Aug 16 2006 Jarod Wilson 2.5-2 - Put -devel package in the right Group - Add defattr for -devel files * Wed Aug 16 2006 Jarod Wilson 2.5-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libconfuse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 16 Aug 2006 20:10:18 -0000 1.1 +++ .cvsignore 16 Aug 2006 20:10:43 -0000 1.2 @@ -0,0 +1 @@ +confuse-2.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libconfuse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 16 Aug 2006 20:10:18 -0000 1.1 +++ sources 16 Aug 2006 20:10:43 -0000 1.2 @@ -0,0 +1 @@ +4bc9b73d77ebd571ac834619ce0b3582 confuse-2.5.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 20:13:06 2006 From: fedora-extras-commits at redhat.com (Jarod Wilson (jwilson)) Date: Wed, 16 Aug 2006 13:13:06 -0700 Subject: owners owners.list,1.1409,1.1410 Message-ID: <200608162013.k7GKD88x028002@cvs-int.fedora.redhat.com> Author: jwilson Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27985 Modified Files: owners.list Log Message: Add libconfuse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1409 retrieving revision 1.1410 diff -u -r1.1409 -r1.1410 --- owners.list 16 Aug 2006 18:16:35 -0000 1.1409 +++ owners.list 16 Aug 2006 20:13:06 -0000 1.1410 @@ -733,6 +733,7 @@ Fedora Extras|libchewing|Traditional Chinese phonetic input method library|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libchmxx|C++ bindings for chmlib|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libcmml|Library for handling Continuous Media Markup Language|thomas at apestaart.org|extras-qa at fedoraproject.org| +Fedora Extras|libconfuse|A configuration file parser library|jwilson at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libdaemon|libdaemon is a lightweight C library that eases the writing of UNIX daemons|a.kurtz at hardsun.net|extras-qa at fedoraproject.org| Fedora Extras|libdap|The C++ DAP2 library from OPeNDAP|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|libdnet|Simple portable interface to lowlevel networking routines|oliver at linux-kernel.at|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 16 20:46:28 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 13:46:28 -0700 Subject: comps comps-fe6.xml.in,1.79,1.80 Message-ID: <200608162046.k7GKkUcb028141@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28124 Modified Files: comps-fe6.xml.in Log Message: Add par2cmdline in the group "system-tools". Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- comps-fe6.xml.in 16 Aug 2006 18:45:19 -0000 1.79 +++ comps-fe6.xml.in 16 Aug 2006 20:46:28 -0000 1.80 @@ -593,6 +593,7 @@ nagios nfswatch oddjob + par2cmdline pbzip2 powerman pwgen From fedora-extras-commits at redhat.com Wed Aug 16 21:02:16 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:02:16 -0700 Subject: rpms/digikam/FC-4 digikam.spec,1.7,1.8 Message-ID: <200608162102.k7GL2pth030750@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30733 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-4/digikam.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- digikam.spec 1 Aug 2006 20:53:09 -0000 1.7 +++ digikam.spec 16 Aug 2006 21:02:16 -0000 1.8 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 21:05:49 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:05:49 -0700 Subject: rpms/digikam/FC-5 digikam.spec,1.24,1.25 Message-ID: <200608162105.k7GL5puO030911@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30894 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/FC-5/digikam.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- digikam.spec 1 Aug 2006 20:49:07 -0000 1.24 +++ digikam.spec 16 Aug 2006 21:05:49 -0000 1.25 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 21:08:10 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 16 Aug 2006 14:08:10 -0700 Subject: rpms/digikam/devel digikam.spec,1.24,1.25 Message-ID: <200608162108.k7GL8Cvw030982@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30965 Modified Files: digikam.spec Log Message: - Release bump (#201756) Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- digikam.spec 1 Aug 2006 20:13:53 -0000 1.24 +++ digikam.spec 16 Aug 2006 21:08:09 -0000 1.25 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Wed Aug 16 2006 Marcin Garski 0.8.2-2 +- Release bump (#201756) + * Tue Aug 01 2006 Marcin Garski 0.8.2-1 - Update to version 0.8.2 (#200932) From fedora-extras-commits at redhat.com Wed Aug 16 22:34:32 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Wed, 16 Aug 2006 15:34:32 -0700 Subject: rpms/mm/devel .cvsignore,1.1,1.2 mm.spec,1.1,1.2 sources,1.1,1.2 Message-ID: <200608162234.k7GMYYha003081@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/mm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3060 Modified Files: .cvsignore mm.spec sources Log Message: * Thu Aug 17 2006 Andreas Thienemann 1.4.2-1 - Updated to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 6 Mar 2006 09:12:31 -0000 1.1 +++ .cvsignore 16 Aug 2006 22:34:32 -0000 1.2 @@ -1 +1 @@ -mm-1.4.0.tar.gz +mm-1.4.2.tar.gz Index: mm.spec =================================================================== RCS file: /cvs/extras/rpms/mm/devel/mm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mm.spec 6 Mar 2006 09:12:31 -0000 1.1 +++ mm.spec 16 Aug 2006 22:34:32 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Shared memory allocation library Name: mm -Version: 1.4.0 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries Source0: ftp://ftp.ossp.org/pkg/lib/mm/mm-%{version}.tar.gz @@ -62,6 +62,9 @@ %{_mandir}/man3/mm.3* %changelog +* Thu Aug 17 2006 Andreas Thienemann 1.4.2-1 +- Updated to 1.4.2 + * Thu Mar 02 2006 Andreas Thienemann 1.4.0-3 - --enable-debug to finally fix the debuginfo package. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 6 Mar 2006 00:13:52 -0000 1.1 +++ sources 16 Aug 2006 22:34:32 -0000 1.2 @@ -1 +1 @@ -393b0891a889a4e9f9481d18d976366c mm-1.4.0.tar.gz +bdb34c6c14071364c8f69062d2e8c82b mm-1.4.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 16 22:47:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Wed, 16 Aug 2006 15:47:10 -0700 Subject: rpms/perl-POE-Component-Client-HTTP/devel perl-POE-Component-Client-HTTP.spec, 1.2, 1.3 Message-ID: <200608162247.k7GMlCk8003154@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3137 Modified Files: perl-POE-Component-Client-HTTP.spec Log Message: Address BZ#202602 Index: perl-POE-Component-Client-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-POE-Component-Client-HTTP.spec 28 Jul 2006 03:58:05 -0000 1.2 +++ perl-POE-Component-Client-HTTP.spec 16 Aug 2006 22:47:10 -0000 1.3 @@ -59,7 +59,7 @@ # we don't have network access during the builds; fortunately these look to be # the only tests requiring it. Failing that, the entire suite can be # disabled. -%{?!_with_network_tests:rm t/01* t/02* t/09* t/11* t/50* t/54*} +%{?!_with_network_tests:rm t/01* t/02* t/09* t/10* t/11* t/50* t/54*} make test @@ -76,6 +76,10 @@ %changelog +* Wed Aug 16 2006 Chris Weyl +- nixed t/10* due to mock build issues with reduced buildroot. see BZ#202602. + This fix does not warrant a rebuild. + * Thu Jul 27 2006 Chris Weyl 0.77-2 - bump for build From fedora-extras-commits at redhat.com Wed Aug 16 23:04:37 2006 From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris)) Date: Wed, 16 Aug 2006 16:04:37 -0700 Subject: status-report-scripts nagmail,1.1,1.2 Message-ID: <200608162304.k7GN4boa005862@cvs-int.fedora.redhat.com> Author: c4chris Update of /cvs/fedora/status-report-scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5844 Modified Files: nagmail Log Message: Add FIXME item for Date: field. Index: nagmail =================================================================== RCS file: /cvs/fedora/status-report-scripts/nagmail,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagmail 16 Aug 2006 00:31:14 -0000 1.1 +++ nagmail 16 Aug 2006 23:04:34 -0000 1.2 @@ -1,5 +1,6 @@ #!/usr/bin/env perl # $Id$ +# FIXME : the "Date: $time" field is wrong wrt RFC... use strict; my @A; my $cur; From fedora-extras-commits at redhat.com Wed Aug 16 23:12:56 2006 From: fedora-extras-commits at redhat.com (David Lutterkort (lutter)) Date: Wed, 16 Aug 2006 16:12:56 -0700 Subject: comps comps-fe5.xml.in,1.93,1.94 comps-fe6.xml.in,1.80,1.81 Message-ID: <200608162312.k7GNCw0t005991@cvs-int.fedora.redhat.com> Author: lutter Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5972 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add puppet and puppet-server Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- comps-fe5.xml.in 16 Aug 2006 18:45:19 -0000 1.93 +++ comps-fe5.xml.in 16 Aug 2006 23:12:55 -0000 1.94 @@ -560,6 +560,7 @@ nfswatch oddjob pbzip2 + puppet rdiff-backup sabayon shorewall @@ -606,6 +607,7 @@ kannel l2tpd nsd + puppet-server rbldnsd ushare Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- comps-fe6.xml.in 16 Aug 2006 20:46:28 -0000 1.80 +++ comps-fe6.xml.in 16 Aug 2006 23:12:55 -0000 1.81 @@ -595,6 +595,7 @@ oddjob par2cmdline pbzip2 + puppet powerman pwgen rdiff-backup @@ -651,6 +652,7 @@ kannel l2tpd nsd + puppet-server rbldnsd sobby torque-server From fedora-extras-commits at redhat.com Wed Aug 16 23:18:46 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Wed, 16 Aug 2006 16:18:46 -0700 Subject: rpms/prboom/devel .cvsignore, 1.6, 1.7 prboom.spec, 1.9, 1.10 sources, 1.6, 1.7 prboom-2.4.1-gamedir.patch, 1.2, NONE Message-ID: <200608162318.k7GNImst006076@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/prboom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6055 Modified Files: .cvsignore prboom.spec sources Removed Files: prboom-2.4.1-gamedir.patch Log Message: Update to 2.4.5; remove -gamedir patch that was accepted upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 30 Jul 2006 20:46:22 -0000 1.6 +++ .cvsignore 16 Aug 2006 23:18:46 -0000 1.7 @@ -1 +1 @@ -prboom-2.4.4.tar.gz +prboom-2.4.5.tar.gz Index: prboom.spec =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/prboom.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- prboom.spec 30 Jul 2006 20:46:22 -0000 1.9 +++ prboom.spec 16 Aug 2006 23:18:46 -0000 1.10 @@ -1,15 +1,14 @@ %define waddir %{_datadir}/doom Name: prboom -Version: 2.4.4 +Version: 2.4.5 Release: 1%{?dist} Summary: Open source port of the DOOM game engine Group: Amusements/Games License: GPL URL: http://prboom.sourceforge.net/ -Source0: http://dl.sourceforge.net/prboom/prboom-2.4.4.tar.gz -Patch0: prboom-2.4.1-gamedir.patch +Source0: http://dl.sourceforge.net/prboom/prboom-2.4.5.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL_mixer-devel SDL_net-devel @@ -26,31 +25,19 @@ %prep %setup -q -%patch0 -p1 %build # Build twice. The first time with opengl support, the second time without. -%configure --enable-gl --disable-cpu-opt --program-prefix='' -make %{?_smp_mflags} -mv src/prboom src/prboom-gl - -make clean - -%configure --disable-cpu-opt --program-prefix='' +%configure --enable-gl --disable-cpu-opt --program-prefix='' --with-waddir=%{waddir} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT # Move the binaries out of the crufty /usr/games directory mkdir -p $RPM_BUILD_ROOT/%{_bindir} mv $RPM_BUILD_ROOT/usr/games/* $RPM_BUILD_ROOT/%{_bindir} -mkdir -p $RPM_BUILD_ROOT/%{waddir} -mv $RPM_BUILD_ROOT/%{_datadir}/games/doom/%{name}.wad $RPM_BUILD_ROOT/%{waddir} - -# Copy the renamed OpenGL binary to the bindir -install -p -m 755 src/prboom-gl $RPM_BUILD_ROOT/%{_bindir} # Remove the doc files that will get picked up in the files # section below. @@ -62,7 +49,6 @@ %files %defattr(-,root,root,-) -%{_bindir}/prboom-gl %{_bindir}/prboom %{_bindir}/prboom-game-server %dir %{waddir} @@ -73,6 +59,10 @@ %doc doc/README.compat doc/README.demos doc/MBF.txt doc/MBFFAQ.txt doc/boom.txt %changelog +* Sat Aug 12 2006 Wart 2.4.5-1 +- Update to 2.4.5 +- Remove gamedir patch as it was accepted upstream. + * Sun Jul 23 2006 Wart 2.4.4-1 - Update to 2.4.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/prboom/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 30 Jul 2006 20:46:22 -0000 1.6 +++ sources 16 Aug 2006 23:18:46 -0000 1.7 @@ -1 +1 @@ -20934b1950297f79b95f36c089ef037f prboom-2.4.4.tar.gz +24381017240a9eda5da21af0ca046228 prboom-2.4.5.tar.gz --- prboom-2.4.1-gamedir.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:11 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:11 -0700 Subject: rpms/python-musicbrainz2 - New directory Message-ID: <200608170117.k7H1HDch011621@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11595/python-musicbrainz2 Log Message: Directory /cvs/extras/rpms/python-musicbrainz2 added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 01:17:12 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:12 -0700 Subject: rpms/python-musicbrainz2/devel - New directory Message-ID: <200608170117.k7H1HEhf011624@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11595/python-musicbrainz2/devel Log Message: Directory /cvs/extras/rpms/python-musicbrainz2/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 01:17:28 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:28 -0700 Subject: rpms/python-musicbrainz2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608170117.k7H1HUD4011673@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11640 Added Files: Makefile import.log Log Message: Setup of module python-musicbrainz2 --- NEW FILE Makefile --- # Top level Makefile for module python-musicbrainz2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:29 -0700 Subject: rpms/python-musicbrainz2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608170117.k7H1HVCr011676@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11640/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-musicbrainz2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 01:17:55 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:55 -0700 Subject: rpms/python-musicbrainz2/devel python-musicbrainz2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608170117.k7H1HvQf011742@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704/devel Modified Files: .cvsignore sources Added Files: python-musicbrainz2.spec Log Message: auto-import python-musicbrainz2-0.3.1-2 on branch devel from python-musicbrainz2-0.3.1-2.src.rpm --- NEW FILE python-musicbrainz2.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-musicbrainz2 Version: 0.3.1 Release: 2%{?dist} Summary: Library which provides access to the MusicBrainz Database Group: Development/Languages License: BSD URL: http://musicbrainz.org/doc/PythonMusicBrainz2 Source0: http://users.musicbrainz.org/~matt/python-musicbrainz2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: python-ctypes Requires: libmusicbrainz %description The package python-musicbrainz2 is a client library written in python, which provides easy object oriented access to the MusicBrainz Database using the XMLWebService. It has been written from scratch and uses a different model than PythonMusicbrainz, the first generation python bindings. %prep %setup -q %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %check CFLAGS="%{optflags}" %{__python} setup.py test %files %defattr(-,root,root,-) %doc AUTHORS.txt CHANGES.txt COPYING.txt INSTALL.txt README.txt %{python_sitelib}/musicbrainz2 %changelog * Wed Aug 16 2006 Jeffrey C. Ollie - 0.3.1-2 - Add Requires for python-ctypes and libmusicbrainz. - Add check section. * Sun Aug 13 2006 Jeffrey C. Ollie - 0.3.1-1 - First version for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 01:17:29 -0000 1.1 +++ .cvsignore 17 Aug 2006 01:17:55 -0000 1.2 @@ -0,0 +1 @@ +python-musicbrainz2-0.3.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 01:17:29 -0000 1.1 +++ sources 17 Aug 2006 01:17:55 -0000 1.2 @@ -0,0 +1 @@ +2ff59193f357c84e9e7b2f89356c0939 python-musicbrainz2-0.3.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 01:17:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 16 Aug 2006 18:17:54 -0700 Subject: rpms/python-musicbrainz2 import.log,1.1,1.2 Message-ID: <200608170117.k7H1HuT3011737@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11704 Modified Files: import.log Log Message: auto-import python-musicbrainz2-0.3.1-2 on branch devel from python-musicbrainz2-0.3.1-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-musicbrainz2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 01:17:28 -0000 1.1 +++ import.log 17 Aug 2006 01:17:54 -0000 1.2 @@ -0,0 +1 @@ +python-musicbrainz2-0_3_1-2:HEAD:python-musicbrainz2-0.3.1-2.src.rpm:1155777475 From fedora-extras-commits at redhat.com Thu Aug 17 03:39:49 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Wed, 16 Aug 2006 20:39:49 -0700 Subject: comps comps-fe6.xml.in,1.81,1.82 Message-ID: <200608170339.k7H3dp6R018296@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18279 Modified Files: comps-fe6.xml.in Log Message: added Canna, kakasi, kinput2, mew and namazu. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- comps-fe6.xml.in 16 Aug 2006 23:12:55 -0000 1.81 +++ comps-fe6.xml.in 17 Aug 2006 03:39:49 -0000 1.82 @@ -675,6 +675,7 @@ iperf irssi libtranslate + mew nail naim ncftp @@ -707,6 +708,7 @@ mod_geoip mod_security moin + namazu plone php-pecl-apc phpldapadmin @@ -827,7 +829,9 @@ alltray aterm + Canna fonttools + kinput2 rxvt workrave xlockmore From fedora-extras-commits at redhat.com Thu Aug 17 05:22:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Wed, 16 Aug 2006 22:22:57 -0700 Subject: rpms/conexus/FC-5 .cvsignore, 1.2, 1.3 conexus.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608170522.k7H5Mx0j024828@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24767 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 +++ .cvsignore 17 Aug 2006 05:22:56 -0000 1.3 @@ -1 +1 @@ -conexus-0.2.3.tar.bz2 +conexus-0.3.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexus.spec 8 Aug 2006 23:48:24 -0000 1.3 +++ conexus.spec 17 Aug 2006 05:22:56 -0000 1.4 @@ -2,14 +2,14 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -17,10 +17,10 @@ sigc++ for object communication. %package devel -Summary: Headers for developing programs that will use conexus +Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -59,11 +59,16 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.2/ +%{_includedir}/conexus-0.3/ %doc ChangeLog reference %changelog +* Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 +- New release +- Removed libpcap dependency; libpcap PacketCapture classes replaced by + socket based LL::Packet + * Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 - Reverted libpcap-devel to libpcap for FE5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Aug 2006 18:55:09 -0000 1.2 +++ sources 17 Aug 2006 05:22:56 -0000 1.3 @@ -1 +1 @@ -8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 +c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 05:24:22 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Wed, 16 Aug 2006 22:24:22 -0700 Subject: rpms/conexus/devel .cvsignore, 1.2, 1.3 conexus.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608170524.k7H5OOL8024906@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24881 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Aug 2006 18:55:09 -0000 1.2 +++ .cvsignore 17 Aug 2006 05:24:21 -0000 1.3 @@ -1 +1 @@ -conexus-0.2.3.tar.bz2 +conexus-0.3.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexus.spec 8 Aug 2006 23:56:13 -0000 1.2 +++ conexus.spec 17 Aug 2006 05:24:21 -0000 1.3 @@ -2,14 +2,14 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.2.3 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.2.3.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 +BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 %description Conexus is a generalized C++ I/O library that includes support for BSD @@ -17,10 +17,10 @@ sigc++ for object communication. %package devel -Summary: Headers for developing programs that will use conexus +Summary: Headers for developing programs that will use conexus Group: Development/Libraries Requires: conexus = %{version}-%{release} -Requires: libpcap-devel glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig +Requires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 pkgconfig %description devel This package contains the libraries and header files needed for @@ -59,13 +59,18 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.2/ +%{_includedir}/conexus-0.3/ %doc ChangeLog reference %changelog +* Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 +- New release +- Removed libpcap dependency; libpcap PacketCapture classes replaced by + socket based LL::Packet + * Tue Aug 8 2006 Rick L Vinyard Jr - 0.2.3-2 -- Bumped release to maintain upgrade path +- Reverted libpcap-devel to libpcap for FE5 * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release fixes serial example bug Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Aug 2006 18:55:09 -0000 1.2 +++ sources 17 Aug 2006 05:24:21 -0000 1.3 @@ -1 +1 @@ -8bc4bdc2477d18bced75bbd1eb855aee conexus-0.2.3.tar.bz2 +c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 05:28:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Wed, 16 Aug 2006 22:28:02 -0700 Subject: rpms/deskbar-applet/devel .cvsignore, 1.12, 1.13 deskbar-applet.spec, 1.24, 1.25 sources, 1.12, 1.13 deskbar-applet-2.14.1-artdir.patch, 1.1, NONE deskbar-applet-2.14.1-beagleexists.patch, 1.1, NONE Message-ID: <200608170528.k7H5S48P025002@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24981 Modified Files: .cvsignore deskbar-applet.spec sources Removed Files: deskbar-applet-2.14.1-artdir.patch deskbar-applet-2.14.1-beagleexists.patch Log Message: * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 - Require gnome-python2-libwnck Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 17 Apr 2006 04:08:44 -0000 1.12 +++ .cvsignore 17 Aug 2006 05:28:02 -0000 1.13 @@ -1 +1 @@ -deskbar-applet-2.14.1.1.tar.bz2 +deskbar-applet-2.15.91.tar.bz2 Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- deskbar-applet.spec 7 Aug 2006 15:33:24 -0000 1.24 +++ deskbar-applet.spec 17 Aug 2006 05:28:02 -0000 1.25 @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python}%{pyver} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: deskbar-applet -Version: 2.14.1.1 -Release: 2%{?dist} +Version: 2.15.91 +Release: 1%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -13,8 +13,11 @@ Source1: fedorabz.py Source2: fedorabz.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras gettext evolution-data-server-devel gnome-desktop-devel libSM-devel gnome-python2-applet -Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo gnome-python2-gconf pygtk2 +BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras +BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel +BuildRequires: libSM-devel gnome-python2-applet +Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo +Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 @@ -46,6 +49,7 @@ install -D -m 0644 -p %{SOURCE1} $RPM_BUILD_ROOT$hdir install -D -m 0644 -p %{SOURCE2} $RPM_BUILD_ROOT$adir find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +install -D -m 0644 -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*/apps/deskbar-applet.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png %{find_lang} %{name} %clean @@ -82,9 +86,15 @@ %{_libdir}/pkgconfig/%{name}.pc %{python_sitelib}/deskbar %{_datadir}/%{name} -%{_datadir}/pixmaps/%{name}.svg +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_datadir}/pixmaps/%{name}.png %changelog +* Wed Aug 17 2006 Luke Macken 2.15.91-1 +- 2.15.91 +- Require gnome-python2-libwnck + * Mon Aug 7 2006 Luke Macken 2.14.1.1-2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 17 Apr 2006 04:08:44 -0000 1.12 +++ sources 17 Aug 2006 05:28:02 -0000 1.13 @@ -1 +1 @@ -9264c4cf5eaab4ac99009aea393d30ff deskbar-applet-2.14.1.1.tar.bz2 +2e3ee26af253286d2f0be845d42c023c deskbar-applet-2.15.91.tar.bz2 --- deskbar-applet-2.14.1-artdir.patch DELETED --- --- deskbar-applet-2.14.1-beagleexists.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 17 06:00:32 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:32 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.28,1.29 Message-ID: <200608170600.k7H60YIM025165@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/devel Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 14 Aug 2006 00:26:24 -0000 1.28 +++ nethack-vultures.spec 17 Aug 2006 06:00:32 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -106,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -170,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:25 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:25 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.26,1.27 Message-ID: <200608170600.k7H60vw2025172@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-3 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- nethack-vultures.spec 14 Aug 2006 00:26:21 -0000 1.26 +++ nethack-vultures.spec 17 Aug 2006 06:00:25 -0000 1.27 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -57,6 +57,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -107,8 +108,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,7 +172,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:26 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:26 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.27,1.28 Message-ID: <200608170600.k7H60w3B025177@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-4 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 14 Aug 2006 00:26:22 -0000 1.27 +++ nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,6 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -106,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -170,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:00:27 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Wed, 16 Aug 2006 23:00:27 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.28,1.29 Message-ID: <200608170601.k7H60xHM025180@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25103/FC-5 Modified Files: nethack-vultures.spec Log Message: Was able to complete enough of a local build to debug this one. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 14 Aug 2006 00:26:23 -0000 1.28 +++ nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -56,7 +56,7 @@ make -C $i make -C $i/util recover dlb dgn_comp lev_comp make -C $i/dat spec_levs quest_levs - cp vultures/graphics/gametiles.bin $i + cp vultures/gamedata/graphics/gametiles.bin vultures/gamedata/graphics/gametiles.bin.$i done @@ -107,8 +107,8 @@ $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/$f done -cp nethack/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics -cp slashem/gametiles.bin $RPM_BUILD_ROOT%{_prefix}/games/slashem/graphics +mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,7 +171,10 @@ %changelog -* Sun Aug 26 2006 Karen Pease - 2.1.0-3 +* Wed Aug 16 2006 Karen Pease - 2.1.0-4 +- Attempting to stop graphics duplication. + +* Sun Aug 13 2006 Karen Pease - 2.1.0-3 - Attempting to stop graphics duplication. * Mon Jun 26 2006 Karen Pease - 2.1.0-2 From fedora-extras-commits at redhat.com Thu Aug 17 06:52:47 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Wed, 16 Aug 2006 23:52:47 -0700 Subject: comps comps-fe6.xml.in,1.82,1.83 Message-ID: <200608170652.k7H6qnEX028632@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28615 Modified Files: comps-fe6.xml.in Log Message: Restore correct position for ipe. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- comps-fe6.xml.in 17 Aug 2006 03:39:49 -0000 1.82 +++ comps-fe6.xml.in 17 Aug 2006 06:52:47 -0000 1.83 @@ -419,6 +419,7 @@ graphviz gwenview inkscape + ipe k3d qiv renrot @@ -427,7 +428,6 @@ sodipodi tuxpaint wings - ipe From fedora-extras-commits at redhat.com Thu Aug 17 08:27:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:17 -0700 Subject: rpms/brandy - New directory Message-ID: <200608170827.k7H8RJlw001759@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1730/brandy Log Message: Directory /cvs/extras/rpms/brandy added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 08:27:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:18 -0700 Subject: rpms/brandy/devel - New directory Message-ID: <200608170827.k7H8RKFJ001762@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1730/brandy/devel Log Message: Directory /cvs/extras/rpms/brandy/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 08:27:43 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:43 -0700 Subject: rpms/brandy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608170827.k7H8RjpH001806@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1778 Added Files: Makefile import.log Log Message: Setup of module brandy --- NEW FILE Makefile --- # Top level Makefile for module brandy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 08:27:44 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:27:44 -0700 Subject: rpms/brandy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608170827.k7H8Rkv2001809@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1778/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module brandy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 08:28:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:28:37 -0700 Subject: rpms/brandy import.log,1.1,1.2 Message-ID: <200608170828.k7H8SdHf001886@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1851 Modified Files: import.log Log Message: auto-import brandy-1.0.19-3 on branch devel from brandy-1.0.19-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/brandy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 08:27:43 -0000 1.1 +++ import.log 17 Aug 2006 08:28:37 -0000 1.2 @@ -0,0 +1 @@ +brandy-1_0_19-3:HEAD:brandy-1.0.19-3.src.rpm:1155803311 From fedora-extras-commits at redhat.com Thu Aug 17 08:28:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:28:38 -0700 Subject: rpms/brandy/devel brandy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608170828.k7H8SeTm001892@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1851/devel Modified Files: .cvsignore sources Added Files: brandy.spec Log Message: auto-import brandy-1.0.19-3 on branch devel from brandy-1.0.19-3.src.rpm --- NEW FILE brandy.spec --- Summary: Brandy - A BBC BASIC interpreter for Linux Name: brandy Version: 1.0.19 Release: 3%{?dist} License: GPL Group: Development/Tools Source: http://jaguar.orpheusweb.co.uk/%{name}_119.tgz URL: http://jaguar.orpheusweb.co.uk/branpage.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Brandy is an interpreter for BBC BASIC V that runs under a variety of operating systems. Basic V is the version of BASIC supplied with desktop computers running RISC OS. These were originally made by Acorn Computers but are now designed and manufactured by companies such as Advantage Six and Castle Technology. %prep %setup -q chmod 0644 docs/* mv docs/basic docs/basic.txt mv docs/graphics docs/graphics.txt mv docs/internals docs/internals.txt mv docs/messages docs/messages.txt mv docs/use docs/use.txt perl -pi -e "s/^(CFLAGS.*=*)/\1 %{optflags}/" makefile %build make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/%{name}-%{version}/examples install -m 0755 brandy %{buildroot}%{_bindir} cp examples/* %{buildroot}%{_datadir}/%{name}-%{version}/examples %clean rm -rf %{buildroot} %files %doc COPYING READ.ME docs/*.txt %defattr (-,root,root) %{_bindir}/brandy %{_datadir}/%{name}-%{version}/ %changelog * Wed Aug 16 2006 Paul F. Johnson - 1.0.19-3 - Added perl hack for proper flags going to gcc (Thanks Tibbs) * Sun Aug 13 2006 Paul F. Johnson - 1.0.19-2 - Fix for examples being correctly copied - altered %%doc - corrected initial import date - added %%defattr * Thu Aug 10 2006 Paul F. Johnson - 1.0.19-1 - Initial import into FE Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/brandy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 08:27:44 -0000 1.1 +++ .cvsignore 17 Aug 2006 08:28:38 -0000 1.2 @@ -0,0 +1 @@ +brandy_119.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/brandy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 08:27:44 -0000 1.1 +++ sources 17 Aug 2006 08:28:38 -0000 1.2 @@ -0,0 +1 @@ +0aedef51e76cf07533d82fe4dcd89efa brandy_119.tgz From fedora-extras-commits at redhat.com Thu Aug 17 08:31:06 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 17 Aug 2006 01:31:06 -0700 Subject: owners owners.list,1.1410,1.1411 Message-ID: <200608170831.k7H8V9Ip001993@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1976 Modified Files: owners.list Log Message: Initial import of Brandy - A GPL implementation of BBC BASIC V owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1410 retrieving revision 1.1411 diff -u -r1.1410 -r1.1411 --- owners.list 16 Aug 2006 20:13:06 -0000 1.1410 +++ owners.list 17 Aug 2006 08:31:06 -0000 1.1411 @@ -117,6 +117,7 @@ Fedora Extras|bogofilter|Fast anti-spam filtering by Bayesian statistical analysis|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bonnie++|Bonnie++ filesystem and disk benchmark & burn-in suite|wtogami at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|boo|Boo is an OO statically typed language for CLI|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| +Fedora Extras|brandy|Brandy is a GPL implementation of BBC BASIC V|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|brightside|Add reactivity to the corners and edges of your GNOME desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info Fedora Extras|bsd-games|Collection of classic text-based games|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bsdiff|Binary diff/patch utility|jnovy at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 08:50:20 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 17 Aug 2006 01:50:20 -0700 Subject: comps comps-fe6.xml.in,1.83,1.84 Message-ID: <200608170850.k7H8oMMn002051@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2034 Modified Files: comps-fe6.xml.in Log Message: - add haddock to devel tools - add gtk2hs to gtk devel - add taskjuggler to productivity - add FreeWnn to X windows Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- comps-fe6.xml.in 17 Aug 2006 06:52:47 -0000 1.83 +++ comps-fe6.xml.in 17 Aug 2006 08:50:19 -0000 1.84 @@ -56,6 +56,7 @@ ghc git gprolog + haddock highlight hugs98 ipython @@ -222,6 +223,7 @@ gconfmm26-devel glibmm24-devel gnome-common + gtk2hs gtkmm24-devel gtkalog gnome-vfsmm26-devel @@ -494,6 +496,7 @@ pybliographer qcad revelation + taskjuggler texmaker tinyerp tinyerp-server @@ -830,6 +833,7 @@ alltray aterm Canna + FreeWnn fonttools kinput2 rxvt From fedora-extras-commits at redhat.com Thu Aug 17 10:08:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 17 Aug 2006 03:08:23 -0700 Subject: fedora-security/audit fe4,1.65,1.66 fe5,1.70,1.71 Message-ID: <200608171008.k7HA8NPS007469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7449 Modified Files: fe4 fe5 Log Message: CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- fe4 10 Aug 2006 17:54:31 -0000 1.65 +++ fe4 17 Aug 2006 10:08:20 -0000 1.66 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4028 VULNERABLE (wordpress) #201989 +CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-4) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- fe5 10 Aug 2006 17:54:31 -0000 1.70 +++ fe5 17 Aug 2006 10:08:20 -0000 1.71 @@ -2,7 +2,7 @@ ** are items that need attention -CVE-2006-4028 VULNERABLE (wordpress) #201989 +CVE-2006-4028 version (wordpress, fixed 2.0.4) #201989 CVE-2006-4018 version (clamav, fixed 0.88.4-1) #201688 CVE-2006-3913 patch (freeciv, fixed 2.0.8-5) #200545 CVE-2006-3816 version (krusader, fixed 1.70.1) #200323 From fedora-extras-commits at redhat.com Thu Aug 17 10:12:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 17 Aug 2006 03:12:21 -0700 Subject: comps comps-fe6.xml.in,1.84,1.85 Message-ID: <200608171012.k7HACNWB007518@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7501 Modified Files: comps-fe6.xml.in Log Message: Add cabextract, cvs2cl, cvsgraph, cvsplot, hddtemp, html401-dtds, id3v2, ksensors, lft, openct, opensc, perltidy, pscan, svn2cl, upx, w3c-markup-validator; rename fedora-rpmdevtools to rpmdevtools (will be actually done later this week). Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- comps-fe6.xml.in 17 Aug 2006 08:50:19 -0000 1.84 +++ comps-fe6.xml.in 17 Aug 2006 10:12:21 -0000 1.85 @@ -12,9 +12,11 @@ BibTool conglomerate docbook2X + html401-dtds kile ooo2txt scribus + w3c-markup-validator @@ -41,13 +43,15 @@ cppunit cproto curry + cvs2cl cvs2svn + cvsgraph + cvsplot cvsps cvsweb darcs epydoc erlang - fedora-rpmdevtools flasm ftnchek fpc @@ -70,17 +74,21 @@ mock monotone ocaml + perltidy pgadmin3 pl plt-scheme + pscan pylint q qgit quilt + rpmdevtools rpmlint splint Sprog srecord + svn2cl svnmailer tkcvs tla @@ -530,6 +538,7 @@ gnomebaker graveman grip + id3v2 jack-audio-connection-kit kid3 kover @@ -560,6 +569,7 @@ apt arc bochs + cabextract chrpath cfengine cfs @@ -589,6 +599,7 @@ isic john ksmarttray + lft lirc mmv moodss @@ -615,6 +626,7 @@ torque-gui ttywatch unison + upx vnstat vpnc wine @@ -630,9 +642,12 @@ true acpitool + hddtemp i810switch i8kutils libifp + openct + opensc s3switch tpb @@ -860,6 +875,7 @@ kmymoney2 knemo kompose + ksensors ksynaptics kyum metamonitor From fedora-extras-commits at redhat.com Thu Aug 17 11:24:35 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Thu, 17 Aug 2006 04:24:35 -0700 Subject: rpms/nautilus-open-terminal/devel nautilus-open-terminal.spec, 1.10, 1.11 Message-ID: <200608171124.k7HBObsA015732@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15715 Modified Files: nautilus-open-terminal.spec Log Message: Handle splitting of nautilus and nautilus-extensions Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/devel/nautilus-open-terminal.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-open-terminal.spec 1 Aug 2006 21:30:11 -0000 1.10 +++ nautilus-open-terminal.spec 17 Aug 2006 11:24:35 -0000 1.11 @@ -1,6 +1,6 @@ Name: nautilus-open-terminal Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops @@ -13,7 +13,11 @@ BuildRequires: gnome-desktop-devel BuildRequires: libtool automake autoconf gettext # need extensions +%if "%{fedora}" < "6" BuildRequires: nautilus >= 2.5.4 +%else +BuildRequires: nautilus-devel +%endif %description @@ -48,6 +52,9 @@ %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Wed Aug 16 2006 Paul W. Frields - 0.7-2 +- Handle splitting of nautilus and nautilus-extensions + * Tue Aug 1 2006 Paul W. Frields - 0.7-1 - Update to version 0.7 From fedora-extras-commits at redhat.com Thu Aug 17 11:25:49 2006 From: fedora-extras-commits at redhat.com (Paul W. Frields (pfrields)) Date: Thu, 17 Aug 2006 04:25:49 -0700 Subject: rpms/nautilus-open-terminal/FC-5 nautilus-open-terminal.spec, 1.10, 1.11 Message-ID: <200608171125.k7HBPp2u015810@cvs-int.fedora.redhat.com> Author: pfrields Update of /cvs/extras/rpms/nautilus-open-terminal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Modified Files: nautilus-open-terminal.spec Log Message: Handle splitting of nautilus and nautilus-extensions Index: nautilus-open-terminal.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-open-terminal/FC-5/nautilus-open-terminal.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- nautilus-open-terminal.spec 1 Aug 2006 21:27:56 -0000 1.10 +++ nautilus-open-terminal.spec 17 Aug 2006 11:25:48 -0000 1.11 @@ -1,6 +1,6 @@ Name: nautilus-open-terminal Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Nautilus extension for an open terminal shortcut Group: User Interface/Desktops @@ -13,7 +13,11 @@ BuildRequires: gnome-desktop-devel BuildRequires: libtool automake autoconf gettext # need extensions +%if "%{fedora}" < "6" BuildRequires: nautilus >= 2.5.4 +%else +BuildRequires: nautilus-devel +%endif %description @@ -48,6 +52,9 @@ %{_libdir}/nautilus/extensions-1.0/*.so* %changelog +* Wed Aug 16 2006 Paul W. Frields - 0.7-2 +- Handle splitting of nautilus and nautilus-extensions + * Tue Aug 1 2006 Paul W. Frields - 0.7-1 - Update to version 0.7 From fedora-extras-commits at redhat.com Thu Aug 17 12:31:23 2006 From: fedora-extras-commits at redhat.com (Sindre Pedersen Bjørdal (sindrepb)) Date: Thu, 17 Aug 2006 05:31:23 -0700 Subject: comps comps-fe6.xml,1.10,1.11 Message-ID: <200608171231.k7HCVPTS018735@cvs-int.fedora.redhat.com> Author: sindrepb Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18714 Modified Files: comps-fe6.xml Log Message: Adding packages blam, cowbell, muine and serpentine to groups Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- comps-fe6.xml 16 Aug 2006 11:02:10 -0000 1.10 +++ comps-fe6.xml 17 Aug 2006 12:31:22 -0000 1.11 @@ -145,7 +145,7 @@ alacarte brightside byzanz - deskbar-applet + deskbar-applet gdesklets gfontview glunarclock @@ -161,7 +161,7 @@ nautilus-flac-converter nautilus-image-converter sabayon - seahorse + seahorse smeg themes-backgrounds-gnome wp_tray @@ -287,7 +287,8 @@ azureus balsa bittorrent-gui - blogtk + blam + blogtk bluefish comical contact-lookup-applet @@ -430,7 +431,8 @@ bmp camstream camE - easytag + cowbell + easytag gcfilms gcombust gnomad2 @@ -440,7 +442,9 @@ kid3 kover libvisual-plugins - soundconverter + muine + serpentine + soundconverter soundtracker sweep tagtool From fedora-extras-commits at redhat.com Thu Aug 17 13:47:07 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Thu, 17 Aug 2006 06:47:07 -0700 Subject: fedora-security/audit fc5,1.284,1.285 Message-ID: <200608171347.k7HDl7s9021729@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21711 Modified Files: fc5 Log Message: fc5 kde upgrade Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.284 retrieving revision 1.285 diff -u -r1.284 -r1.285 --- fc5 16 Aug 2006 13:39:26 -0000 1.284 +++ fc5 17 Aug 2006 13:47:04 -0000 1.285 @@ -157,7 +157,7 @@ CVE-2006-2563 ignore (php) safe mode isn't safe CVE-2006-2452 version (gdm) [since FEDORA-2006-674] CVE-2006-2451 version (kernel, fixed 2.6.17.4) [since FEDORA-2006-806] -CVE-2006-2449 backport (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-726] +CVE-2006-2449 version (kdebase, fixed 3.5.4) #194659 [since FEDORA-2006-910] was backport since FEDORA-2006-726 CVE-2006-2448 version (kernel, fixed 2.6.16.21, fixed 2.6.17) [since FEDORA-2006-735] CVE-2006-2447 version (spamassassin, fixed 3.1.3) #194290 [since FEDORA-2006-598] CVE-2006-2446 version (kernel, fixed 2.6.11) @@ -169,8 +169,8 @@ CVE-2006-2366 ignore (openobex) we don't ship ircp CVE-2006-2362 ignore (binutils) minor crash (not exploitable) CVE-2006-2332 ignore (firefox) disputed -CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] -CVE-2006-2313 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] [since FEDORA-2006-578] +CVE-2006-2314 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] +CVE-2006-2313 version (postgresql, fixed 8.1.4) [since FEODRA-2006-578] CVE-2006-2276 version (quagga, fixed 0.98.6) #191377 [since FEDORA-2006-845] CVE-2006-2275 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] CVE-2006-2274 version (kernel, fixed 2.6.16.15) [since FEDORA-2006-572] From fedora-extras-commits at redhat.com Thu Aug 17 14:02:12 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 07:02:12 -0700 Subject: mock mock.py,1.53.2.2,1.53.2.3 Message-ID: <200608171402.k7HE2Cwq024334@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24317 Modified Files: Tag: mock-0-6-branch mock.py Log Message: modified usage message text; cleaned up parser code indentation Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.2 retrieving revision 1.53.2.3 diff -u -r1.53.2.2 -r1.53.2.3 --- mock.py 16 Aug 2006 16:58:56 -0000 1.53.2.2 +++ mock.py 17 Aug 2006 14:02:04 -0000 1.53.2.3 @@ -729,36 +729,41 @@ """return options and args from parsing the command line""" usage = """ - usage: mock [options] /path/to/srpm - optional commands: + usage: + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} + commands: + rebuild - build the specified SRPM(s) [default command] chroot - run the specified command within the chroot + shell - run an interactive shell within specified chroot clean - clean out the specified chroot init - initialize the chroot, do not build anything""" parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - help="chroot name/config file name default: %default", - default='default') + help="chroot name/config file name default: %default", + default='default') parser.add_option("--no-clean", action ="store_false", dest="clean", - help="do not clean chroot before building", default=True) + help="do not clean chroot before building", default=True) parser.add_option("--arch", action ="store", dest="arch", - default=None, help="target build arch") + default=None, help="target build arch") parser.add_option("--debug", action ="store_true", dest="debug", - default=False, help="Output copious debugging information") + default=False, help="Output copious debugging information") parser.add_option("--resultdir", action="store", type="string", - default=None, help="path for resulting files to be put") + default=None, help="path for resulting files to be put") parser.add_option("--statedir", action="store", type="string", default=None, - help="path for state file is written") + help="Path to directory where state information is written") parser.add_option("--uniqueext", action="store", type="string", default=None, - help="Arbitrary, unique extension to append to buildroot directory name") + help="Arbitrary, unique extension to append to buildroot directory name") parser.add_option("--configdir", action="store", dest="configdir", default=None, help="Change where config files are found") parser.add_option("--quiet", action ="store_true", dest="quiet", - default=False, help="quiet down output") + default=False, help="quiet down output") parser.add_option("--autocache", action ="store_true", dest="use_cache", - default=False, help="Turn on build-root caching") + default=False, help="Turn on build-root caching") parser.add_option("--rebuildcache", action ="store_true", dest="rebuild_cache", - default=False, help="Force rebuild of build-root cache") - + default=False, help="Force rebuild of build-root cache") + return parser.parse_args() def setup_default_config_opts(config_opts): From fedora-extras-commits at redhat.com Thu Aug 17 14:03:35 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 07:03:35 -0700 Subject: mock/etc fedora-1-i386-core.cfg, 1.4, 1.4.2.1 fedora-2-i386-core.cfg, 1.4, 1.4.2.1 Message-ID: <200608171403.k7HE3Z7Y024382@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24359 Modified Files: Tag: mock-0-6-branch fedora-1-i386-core.cfg fedora-2-i386-core.cfg Log Message: added runuser config option for FC1 and FC2 config files Index: fedora-1-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-1-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- fedora-1-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-1-i386-core.cfg 17 Aug 2006 14:03:30 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'fedora-1-i386-core' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ Index: fedora-2-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-2-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- fedora-2-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-2-i386-core.cfg 17 Aug 2006 14:03:30 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'fedora-2-i386-core' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ From fedora-extras-commits at redhat.com Thu Aug 17 14:14:14 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Thu, 17 Aug 2006 07:14:14 -0700 Subject: rpms/yumex/devel .cvsignore, 1.20, 1.21 sources, 1.28, 1.29 yumex.spec, 1.30, 1.31 Message-ID: <200608171414.k7HEEGxd024541@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24520 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 19 Jun 2006 08:36:56 -0000 1.20 +++ .cvsignore 17 Aug 2006 14:14:14 -0000 1.21 @@ -1 +1 @@ -yumex-1.1.0.tar.gz +yumex-1.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 19 Jun 2006 08:36:56 -0000 1.28 +++ sources 17 Aug 2006 14:14:14 -0000 1.29 @@ -1 +1 @@ -fdeb71384fb76a5108a8e97571ca41e7 yumex-1.1.0.tar.gz +c18f5f1838284af11d838c3e415dba69 yumex-1.1.1.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- yumex.spec 20 Jun 2006 14:42:02 -0000 1.30 +++ yumex.spec 17 Aug 2006 14:14:14 -0000 1.31 @@ -1,6 +1,6 @@ Name: yumex -Version: 1.1.0 -Release: 2.0%{?dist} +Version: 1.1.2 +Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System @@ -16,7 +16,7 @@ BuildRequires: intltool -Requires: yum >= 2.9 +Requires: yum >= 2.9.3 Requires: pygtk2 Requires: usermode Requires: pygtk2-libglade @@ -67,6 +67,15 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Thu Aug 17 2006 Tim Lauridsen - 1.1.1-1.0 +- Development Release 1.1.1-1.0 +* Wed Aug 16 2006 Tim Lauridsen - 1.1.1-0.3.pre3 +- Development Release 1.1.1-0.3.pre3 +* Fri Aug 11 2006 Tim Lauridsen - 1.1.1-0.2.pre2 +- Development Release 1.1.1-0.2.pre2 +* Thu Aug 10 2006 Tim Lauridsen - 1.1.1-0.1.pre1 +- Development Release 1.1.1-0.1.pre1 +- Updated yum >= 2.9 to yum >= 2.9.3 * Mon Jun 19 2006 Tim Lauridsen - 1.1.0-2.0 - BuildRequires: intltool * Wed May 3 2006 Tim Lauridsen - 1.1.0-1.0 From fedora-extras-commits at redhat.com Thu Aug 17 14:15:10 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Thu, 17 Aug 2006 07:15:10 -0700 Subject: rpms/yumex/devel yumex.spec,1.31,1.32 Message-ID: <200608171415.k7HEFCd7024596@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24578 Modified Files: yumex.spec Log Message: Release 1.1.1 Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- yumex.spec 17 Aug 2006 14:14:14 -0000 1.31 +++ yumex.spec 17 Aug 2006 14:15:09 -0000 1.32 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.1.2 +Version: 1.1.1 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool From fedora-extras-commits at redhat.com Thu Aug 17 15:43:52 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:43:52 -0700 Subject: kadischi/livecd_generator kadischi.py,1.38,1.39 Message-ID: <200608171544.k7HFiM8w028021@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27989/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Pull attributes form buildstamp file, instead of hardcoded values. Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- kadischi.py 11 Jul 2006 11:49:11 -0000 1.38 +++ kadischi.py 17 Aug 2006 15:43:50 -0000 1.39 @@ -15,7 +15,7 @@ # variables related to building the image myname = "Kadischi Contributor" -distname = "Fedora Core 5 Bordeaux (Live CD)" + # Check for known postscriptdirs and set it accordingly. if os.path.isdir("/usr/local/share/kadischi/post_install_scripts"): postscriptdir = "/usr/local/share/kadischi/post_install_scripts" @@ -78,6 +78,20 @@ else: buildstamp = normalize_path ([confdir, 'buildstamp']) + # variables related to building the image + # Pulled in from buildstamp file + myname = "Kadischi Contributor" + if not os.access(buildstamp, os.R_OK): + print >> sys.stderr, "[kadischi]: Buildstamp file not readable or not found." + sys.exit(1) + else: + f = open(buildstamp, "r") + lines = f.readlines() + distname = lines[1][:-3] + distver = lines[2][:-2] + f.close() + dist = string.join([distname, distver], " ") + # validating the repository print "[kadischi]: Trying to validate your repository" method = args [0] @@ -173,7 +187,7 @@ # create iso image print "[kadischi]: creating iso image %s" % isoimage args = ["/usr/bin/mkisofs", "-quiet", "-R", - "-V", distname, + "-V", dist, "-b", "boot/isolinux/isolinux.bin", "-c", "boot/isolinux/boot.cat", "-p", myname, From fedora-extras-commits at redhat.com Thu Aug 17 15:43:52 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:43:52 -0700 Subject: kadischi/post_install_scripts 07accounts.sh,1.9,1.10 Message-ID: <200608171544.k7HFiMqR028024@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/post_install_scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27989/kadischi/post_install_scripts Modified Files: 07accounts.sh Log Message: Pull attributes form buildstamp file, instead of hardcoded values. Index: 07accounts.sh =================================================================== RCS file: /cvs/devel/kadischi/post_install_scripts/07accounts.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- 07accounts.sh 5 Jul 2006 02:28:56 -0000 1.9 +++ 07accounts.sh 17 Aug 2006 15:43:50 -0000 1.10 @@ -39,6 +39,7 @@ fi else /usr/bin/dialog --title "Kadischi User Accounts Configuration" --begin 10 35 --msgbox "Username or Shell not specified!" 5 65 + break fi done fi From fedora-extras-commits at redhat.com Thu Aug 17 15:50:11 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 17 Aug 2006 08:50:11 -0700 Subject: kadischi kadischi.spec,1.32,1.33 Message-ID: <200608171550.k7HFoBKE028070@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28053/kadischi Modified Files: kadischi.spec Log Message: Typo in spec file, update for buildstamp attributes Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- kadischi.spec 15 Aug 2006 23:26:36 -0000 1.32 +++ kadischi.spec 17 Aug 2006 15:50:09 -0000 1.33 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.7 +Version: 2.8 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,7 +91,11 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog -* Tue Aug 6 2006 2.7-1.20060815cvs +* Thu Aug 17 2006 2.8-1.20060817cvs +- Pull attributes from buildstamp file instead of hardcode in kadischi.py + + +* Tue Aug 16 2006 2.7-1.20060816cvs - Add -b 4096 to mke2fs livecd-mkinitrd.sh for BZ #202715 From fedora-extras-commits at redhat.com Thu Aug 17 16:31:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 09:31:17 -0700 Subject: comps comps-fe5.xml.in,1.94,1.95 comps-fe6.xml.in,1.85,1.86 Message-ID: <200608171631.k7HGVJdC030917@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30898 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add various packages. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- comps-fe5.xml.in 16 Aug 2006 23:12:55 -0000 1.94 +++ comps-fe5.xml.in 17 Aug 2006 16:31:16 -0000 1.95 @@ -351,6 +351,7 @@ dillo drivel fwbuilder + gaim-gaym gajim galeon gnome-blog @@ -583,6 +584,7 @@ false true + 915resolution acpitool i810switch i8kutils @@ -610,6 +612,7 @@ puppet-server rbldnsd ushare + vnc-reflector Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- comps-fe6.xml.in 17 Aug 2006 10:12:21 -0000 1.85 +++ comps-fe6.xml.in 17 Aug 2006 16:31:16 -0000 1.86 @@ -675,6 +675,7 @@ sobby torque-server ushare + vnc-reflector From fedora-extras-commits at redhat.com Thu Aug 17 17:06:02 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 10:06:02 -0700 Subject: mock/docs mock.1,1.2.2.1,1.2.2.2 Message-ID: <200608171706.k7HH62Jm001212@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1194/docs Modified Files: Tag: mock-0-6-branch mock.1 Log Message: updated man page Index: mock.1 =================================================================== RCS file: /cvs/fedora/mock/docs/mock.1,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -u -r1.2.2.1 -r1.2.2.2 --- mock.1 17 Jul 2006 14:33:14 -0000 1.2.2.1 +++ mock.1 17 Aug 2006 17:06:00 -0000 1.2.2.2 @@ -1,19 +1,33 @@ -.TH "mock" "1" "0.4" "Seth Vidal" "" +.TH "mock" "1" "0.6" "Seth Vidal" "" .SH "NAME" .LP -mock \- build a SRPM in a chroot +mock \- build SRPMs in a chroot .SH "SYNTAX" .LP -mock [\-r CHROOT] [\-\-no\-clean] [\-\-arch=ARCH] [\-\-debug] [\-\-resultdir=RESULTDIR] [\-\-statedir=STATEDIR] [\-\-uniqueext=UNIQUEEXT] [command] \fIfilename\fR +mock [options] [\fBrebuild\fR] \fISRPM [\fISRPM...\fR] +.LP +mock [options] \fBchroot\fR \fI\fR +.LP +mock [options] {\fBinit\fR|\fBclean\fR|\fBshell\fR} .SH "DESCRIPTION" .LP -Mock is a simple chroot/rpm building program. It doesnt do anything terribly fancy other than build a single srpm at a time in a chroot. +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than populate a chroot with the contents +specified by a configuration file, then build any input SRPM(s) in +that chroot. +.LP +The content of a chroot is specified by the configuration +specified with the \fB\-r\fR option. A default configuration file is +specified in /etc/mock/default.cfg, which is usually a symlink to one +of the installed configurations. .SH "OPTIONS" .LP .TP \fB\-r\fR \fICHROOT\fP -Uses specified chroot configuration as defined in /etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked to by /etc/mock/default.cfg +Uses specified chroot configuration as defined in +/etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked +to by /etc/mock/default.cfg .TP \fB\-\-no\-clean\fR Do not clean chroot before building package. @@ -25,39 +39,79 @@ Output copious debugging information. .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP -Path to store resulting files (RPMs and build logs) +Change directory where resulting files (RPMs and build logs) are written +.TP +\fB\-\-statedir=\fR\fISTATEDIR\fP +Change directory where state information is written +.TP +\fB\-\-uniqueext=\fR\fItext\fP +Arbitrary, unique extension to append to buildroot directory name +.TP +\fB\-\-configdir=\fR\fICONFIGDIR\fP +Change directory where config files are found +.TP +\fB\-\-quiet\fR +Suppress most output +.TP +\fB\-\-autocache\fR +Turn on build-root caching +.TP +\fB\-\-rebuildcach\fR +Force rebuild of build-root cache .TP \fB\-\-help\fR Show usage information and exit. .TP \fB\-\-version\fR Show version number and exit. -.TP -\fBcommand\fR is one of: +.SH "COMMANDS" +.LP .TP \fBinit\fR \- initialize a chroot (install packages, setup devices, etc.) .TP \fBchroot\fR \- run the specified command within the chroot (which must already be initialized) .TP \fBclean\fR \- purge the chroot tree +.TP +\fBshell\fR \- start an interactive shell in the specified chroot .TP -\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM -.TP +\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s) .SH "FILES" .LP -\fI/etc/mock/\fP +\fI/etc/mock/\fP \- default configuration directory +.LP +\fI/var/lib/mock\fP \- directory where chroots are created .SH "EXAMPLES" .LP To rebuild test.src.rpm under the default chroot: -.LP -mock /path/to/test.src.rpm -.LP +.LP +.RS 5 +\fBmock /path/to/test.src.rpm\fR +.RE +.LP To specify a different chroot (which must be defined in /etc/mock): -.LP -mock \-r fedora\-4\-i386\-core /path/to/test.src.rpm +.LP +.RS 5 +\fBmock \-r fedora\-4\-i386\-core /path/to/test.src.rpm\fR +.RE +.SH "BUGS" +.LP +To report bugs in mock, go to: +.LP +.RS 5 +\fIhttp://bugzilla.redhat.com/bugzilla\fR. +.RE +.LP +Select the query option, using product \fBFedora Hosted Projects\fR +and component \fBmock\fR and press the \fBStart Search\fR +button. If there is a bug similar to the one you are seeing, add your +information to the comments. If not, go to the new bug page using the +same product and component and fill in the form. .SH "AUTHORS" .LP Seth Vidal +.LP +and a cast of...tens .SH "SEE ALSO" .LP yum(8) rpmbuild(8) From fedora-extras-commits at redhat.com Thu Aug 17 17:06:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 10:06:40 -0700 Subject: mock/etc redhat-8-i386.cfg,NONE,1.1.2.1 Message-ID: <200608171706.k7HH6ejY001244@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1228 Added Files: Tag: mock-0-6-branch redhat-8-i386.cfg Log Message: template config for rhl8 --- NEW FILE redhat-8-i386.cfg --- #!/usr/bin/python -tt import os config_opts['root'] = 'redhat-8-i386' config_opts['target_arch'] = 'i386' config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 # repos [core] name=core baseurl=http:///redhat/8/os/i386/ [updates-released] name=updates baseurl=http:///redhat/8/updates/i386/ [groups] name=groups baseurl=http:///buildgroups/rh8/i386/ """ From fedora-extras-commits at redhat.com Thu Aug 17 17:07:00 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:07:00 -0700 Subject: rpms/python-lxml/devel .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH72Ip001310@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/devel Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:15 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:07:00 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:58 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:07:00 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:15 -0000 1.5 +++ sources 17 Aug 2006 17:07:00 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:06:54 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:06:54 -0700 Subject: rpms/python-lxml/FC-4 .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH7Q2V001328@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/FC-4 Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:08 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:06:54 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:08 -0000 1.5 +++ sources 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:06:54 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:06:54 -0700 Subject: rpms/python-lxml/FC-5 .cvsignore, 1.5, 1.6 python-lxml.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608171707.k7HH7QZp001333@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-lxml/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1255/FC-5 Modified Files: .cvsignore python-lxml.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 7 Jul 2006 18:23:09 -0000 1.5 +++ .cvsignore 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -lxml-1.0.2.tgz +lxml-1.0.3.tgz Index: python-lxml.spec =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/python-lxml.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-lxml.spec 11 Aug 2006 15:13:57 -0000 1.5 +++ python-lxml.spec 17 Aug 2006 17:06:54 -0000 1.6 @@ -4,8 +4,8 @@ %define srcname lxml Name: python-%{srcname} -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt Group: Development/Libraries @@ -56,6 +56,9 @@ %{python_sitearch}/lxml/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 1.0.3-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 1.0.2-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-lxml/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 7 Jul 2006 18:23:09 -0000 1.5 +++ sources 17 Aug 2006 17:06:54 -0000 1.6 @@ -1 +1 @@ -bcebff4526b02dad4070cbbcb3d1b7e0 lxml-1.0.2.tgz +5b01f595b28de9cb75cd2e31ebc37c53 lxml-1.0.3.tgz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:39 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:39 -0700 Subject: rpms/python-sqlalchemy/FC-4 .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHBoN001592@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/FC-4 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:37 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:21 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:39 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:37 -0000 1.6 +++ sources 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:40 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:40 -0700 Subject: rpms/python-sqlalchemy/FC-5 .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHCFB001597@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/FC-5 Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:38 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:22 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:39 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:38 -0000 1.6 +++ sources 17 Aug 2006 17:16:39 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:16:40 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:16:40 -0700 Subject: rpms/python-sqlalchemy/devel .cvsignore, 1.6, 1.7 python-sqlalchemy.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608171717.k7HHHCST001600@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-sqlalchemy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1537/devel Modified Files: .cvsignore python-sqlalchemy.spec sources Log Message: update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 15:52:39 -0000 1.6 +++ .cvsignore 17 Aug 2006 17:16:40 -0000 1.7 @@ -1 +1 @@ -SQLAlchemy-0.2.6.tar.gz +SQLAlchemy-0.2.7.tar.gz Index: python-sqlalchemy.spec =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-sqlalchemy.spec 11 Aug 2006 15:21:27 -0000 1.6 +++ python-sqlalchemy.spec 17 Aug 2006 17:16:40 -0000 1.7 @@ -5,8 +5,8 @@ %define srcname SQLAlchemy Name: python-sqlalchemy -Version: 0.2.6 -Release: 2%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Modular and flexible ORM library for python Group: Development/Libraries @@ -76,6 +76,9 @@ %{python_sitelib}/sqlalchemy/orm/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.2.7-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.2.6-2 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sqlalchemy/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 15:52:39 -0000 1.6 +++ sources 17 Aug 2006 17:16:40 -0000 1.7 @@ -1 +1 @@ -feb6c89b24a6b9b20ece9a1f78bccda4 SQLAlchemy-0.2.6.tar.gz +d1c4e9f4c512d6d68e3e453f10df896e SQLAlchemy-0.2.7.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:05 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:05 -0700 Subject: rpms/bzrtools/FC-4 .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP7L2001818@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/FC-4 Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:39 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:04 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:39 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:04 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:39 -0000 1.3 +++ sources 17 Aug 2006 17:25:04 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:06 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:06 -0700 Subject: rpms/bzrtools/devel .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP8AK001828@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/devel Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:42 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:06 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:42 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:06 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:42 -0000 1.3 +++ sources 17 Aug 2006 17:25:06 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:25:05 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:25:05 -0700 Subject: rpms/bzrtools/FC-5 .cvsignore, 1.3, 1.4 bzrtools.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608171725.k7HHP7cx001824@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bzrtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1765/FC-5 Modified Files: .cvsignore bzrtools.spec sources Log Message: Update to new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Aug 2006 16:03:40 -0000 1.3 +++ .cvsignore 17 Aug 2006 17:25:05 -0000 1.4 @@ -1 +1 @@ -bzrtools-0.9.0.tar.gz +bzrtools-0.9.1.tar.gz Index: bzrtools.spec =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/bzrtools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzrtools.spec 11 Aug 2006 16:03:40 -0000 1.4 +++ bzrtools.spec 17 Aug 2006 17:25:05 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bzrtools -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A collection of utilities and plugins for Bazaar-NG @@ -57,6 +57,9 @@ %{python_sitelib}/bzrlib/plugins/bzrtools/*.pyo %changelog +* Thu Aug 17 2006 Shahms E. King 0.9.1-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 0.9-1 - Update to new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/bzrtools/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Aug 2006 16:03:40 -0000 1.3 +++ sources 17 Aug 2006 17:25:05 -0000 1.4 @@ -1 +1 @@ -fdc030a920da5dd680d5e60a277cf4cd bzrtools-0.9.0.tar.gz +fa83f109556f8a6415d35d3ce2eb1774 bzrtools-0.9.1.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:37 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:37 -0700 Subject: rpms/python-durus/devel .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171729.k7HHTdTU002027@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/devel Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:01 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:37 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:37 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:01 -0000 1.8 +++ sources 17 Aug 2006 17:29:37 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:30 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:30 -0700 Subject: rpms/python-durus/FC-4 .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171730.k7HHU2pq002034@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/FC-4 Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:00 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:30 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:22 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:30 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:00 -0000 1.8 +++ sources 17 Aug 2006 17:29:30 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 17:29:31 2006 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 17 Aug 2006 10:29:31 -0700 Subject: rpms/python-durus/FC-5 .cvsignore, 1.8, 1.9 python-durus.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608171730.k7HHU3Wi002039@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-durus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1972/FC-5 Modified Files: .cvsignore python-durus.spec sources Log Message: update to new upstream versino Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 2 Jun 2006 16:37:01 -0000 1.8 +++ .cvsignore 17 Aug 2006 17:29:31 -0000 1.9 @@ -1 +1 @@ -Durus-3.4.1.tar.gz +Durus-3.5.tar.gz Index: python-durus.spec =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/python-durus.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-durus.spec 11 Aug 2006 15:13:23 -0000 1.12 +++ python-durus.spec 17 Aug 2006 17:29:31 -0000 1.13 @@ -4,8 +4,8 @@ %define srcname Durus Name: python-durus -Version: 3.4.1 -Release: 3%{?dist} +Version: 3.5 +Release: 1%{?dist} Summary: A Python Object Database Group: Development/Libraries @@ -56,6 +56,9 @@ %{_bindir}/durus %changelog +* Thu Aug 17 2006 Shahms E. King 3.5-1 +- Update to new upstream version + * Fri Aug 11 2006 Shahms E. King 3.4.1-3 - Include, don't ghost .pyo files per new guidelines Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-durus/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 2 Jun 2006 16:37:01 -0000 1.8 +++ sources 17 Aug 2006 17:29:31 -0000 1.9 @@ -1 +1 @@ -d8e64e36e5f4ca49e5fb5d8ebade33e3 Durus-3.4.1.tar.gz +d110e05a75df8b0b79919d577441f33d Durus-3.5.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 18:21:51 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:21:51 -0700 Subject: mock mock.py,1.55,1.56 Message-ID: <200608171821.k7HILpwD005169@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5145 Modified Files: mock.py Log Message: bumped version to 0.7; reworked mount/umount logic; fixed usage message Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- mock.py 17 Jul 2006 15:04:00 -0000 1.55 +++ mock.py 17 Aug 2006 18:21:48 -0000 1.56 @@ -31,7 +31,7 @@ from optparse import OptionParser -__VERSION__ = '0.6' +__VERSION__ = '0.7' def error(msg): print >> sys.stderr, msg @@ -162,12 +162,17 @@ cfgout.write('statedir = %s\n' % self.statedir) cfgout.flush() cfgout.close() - + + # note that we haven't mounted anything (yet) + self._mounted = 0 + def elevate(self): + "elevate privileges by changing to privileged uid" self.debug("elevate: setting uid to %d" % self.highuid) os.setreuid(self.highuid, self.lowuid) def drop(self): + "drop privileges by changing to unprivileged uid" self.debug("drop: setting uid to %d" % self.lowuid) os.setreuid(self.lowuid, self.highuid) @@ -293,7 +298,7 @@ # mock-helper yum --installroot=rootdir cmd basecmd = '%s --installroot %s' % (self.config['yum'], self.rootdir) - self._mount() # check it again + self._mountall() # check it again command = '%s %s' % (basecmd, cmd) self.debug("yum: command %s" % command) @@ -308,7 +313,7 @@ """take an srpm, install it, rebuild it to srpm, return chroot-local path to the resulting srpm""" - self._mount() # check it again + self._mountall() # check it again bd_out = '%s%s' % (self.rootdir, self.builddir) # init build_dir self._build_dir_setup() @@ -412,13 +417,11 @@ for item in packages: shutil.copy2(item, self.resultdir) - - def close(self): """unmount things and clean up a bit""" self.root_log("Cleaning up...") self.state("ending") - self._umount_by_file() + self._umountall() self._build_log.close() self.state("done") self.root_log("Done.") @@ -438,45 +441,43 @@ except OSError, e: raise Error, "Could not create dir %s. Error: %s" % (path, e) - def _mount(self): - """mount proc and devpts into chroot""" + def _mount(self, type, device, path): + "mount a device, given a filesystem type and a path" + mntpath = os.path.join(self.rootdir, path) + self._ensure_dir(mntpath) + self.debug("mounting %s as %s" % (device, mntpath)) + command = '%s -n -t %s %s %s' % (self.config['mount'], type, device, mntpath) mf = os.path.join(self.statedir, 'mounted-locations') - track = open(mf, 'w+') - - # make the procdir if we don't have it - # mount up proc - procdir = os.path.join(self.rootdir, 'proc') - self._ensure_dir(procdir) - - self.debug("mounting proc in %s" % procdir) - command = '%s -n -t proc proc %s/proc' % (self.config['mount'], - self.rootdir) - track.write('proc\n') (retval, output) = self.do_elevated(command) - track.flush() - if retval != 0: if output.find('already mounted') == -1: # probably won't work in other LOCALES - error("could not mount proc error was: %s" % output) - - # devpts - # - devptsdir = os.path.join(self.rootdir, 'dev/pts') - self._ensure_dir(devptsdir) - self.debug("mounting devpts in %s" % devptsdir) - command = '%s -n -t devpts devpts %s' % (self.config['mount'], devptsdir) - track.write('dev/pts\n') - (retval, output) = self.do_elevated(command) - track.flush() + estr = "could not mount %s. Error was: %s" % (path, output) + error(estr) + raise RootError, estr + track = open(mf, 'w+') + track.write('%s\n' % path) track.close() - - if retval != 0: - if output.find('already mounted') == -1: # probably won't work in other LOCALES - raise RootError, "could not mount /dev/pts error was: %s" % output + def _mountall(self): + """mount proc, sys and devpts into chroot""" + + # if we've already mounted these guys, then just return + if self._mounted: + return + + # mount /proc + self._mount('proc', 'proc', 'proc') + + # mount /dev/pts + self._mount('devpts', 'dev/pts', 'dev/pts') + + # mount /sys (if we're on a 2.6 kernel) + if os.uname()[2].find('2.6') == 0: + self._mount('sysfs', 'sys', 'sys') + + self._mounted = 1 def _umount(self, path): - item = '%s/%s' % (self.rootdir, path) command = '%s -n %s' % (self.config['umount'], item) (retval, output) = self.do_elevated(command) @@ -486,8 +487,9 @@ raise RootError, "could not umount %s error was: %s" % (path, output) - def _umount_by_file(self): - + def _umountall(self): + "undo the results of _mountall (umount proc,sys, and dev/pts)" + mf = os.path.join(self.statedir, 'mounted-locations') if not os.path.exists(mf): return @@ -497,13 +499,10 @@ track.close() for item in lines: - item = item.replace('\n','') - if len(item.strip()) < 1: + item = item.strip() + if len(item) < 1: continue - - self.elevate() self._umount(item) - self.drop() # poof, no more file if os.path.exists(mf): @@ -651,7 +650,7 @@ os.path.join(self.rootdir, 'etc/yum.repos.d')]: self._ensure_dir(item) - self._mount() + self._mountall() # we need stuff devices = [('null', 'c', '1', '3', '666'), @@ -783,42 +782,48 @@ """prep the chroot for building packages""" self._make_our_user() self._build_dir_setup() - self._mount() # check it again + self._mountall() # check it again def command_parse(): """return options and args from parsing the command line""" usage = """ - usage: mock [options] /path/to/srpm - optional commands: + usage: + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} + commands: + rebuild - build the specified SRPM(s) [default command] chroot - run the specified command within the chroot + shell - run an interactive shell within specified chroot clean - clean out the specified chroot init - initialize the chroot, do not build anything""" + parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - help="chroot name/config file name default: %default", - default='default') + help="chroot name/config file name default: %default", + default='default') parser.add_option("--no-clean", action ="store_false", dest="clean", - help="do not clean chroot before building", default=True) + help="do not clean chroot before building", default=True) parser.add_option("--arch", action ="store", dest="arch", - default=None, help="target build arch") + default=None, help="target build arch") parser.add_option("--debug", action ="store_true", dest="debug", - default=False, help="Output copious debugging information") + default=False, help="Output copious debugging information") parser.add_option("--resultdir", action="store", type="string", - default=None, help="path for resulting files to be put") + default=None, help="path for resulting files to be put") parser.add_option("--statedir", action="store", type="string", default=None, - help="path for state file is written") + help="path for state file is written") parser.add_option("--uniqueext", action="store", type="string", default=None, - help="Arbitrary, unique extension to append to buildroot directory name") + help="Arbitrary, unique extension to append to buildroot directory name") parser.add_option("--configdir", action="store", dest="configdir", default=None, help="Change where config files are found") parser.add_option("--quiet", action ="store_true", dest="quiet", - default=False, help="quiet down output") + default=False, help="quiet down output") parser.add_option("--autocache", action ="store_true", dest="use_cache", - default=False, help="Turn on build-root caching") + default=False, help="Turn on build-root caching") parser.add_option("--rebuildcache", action ="store_true", dest="rebuild_cache", - default=False, help="Force rebuild of build-root cache") - + default=False, help="Force rebuild of build-root cache") + return parser.parse_args() def setup_default_config_opts(config_opts): @@ -871,6 +876,7 @@ config_opts['quiet'] = options.quiet config_opts['use_cache'] = options.use_cache config_opts['rebuild_cache'] = options.rebuild_cache + if config_opts['rebuild_cache']: config_opts['use_cache'] = True @@ -903,14 +909,16 @@ def do_run_cmd(config_opts, cmd, env='', raw_chroot=0): my = Root(config_opts) my.debug("executing: %s" % cmd) - my._mount() + my._mountall() if raw_chroot: cmd = '%s %s %s %s' % (env, config_opts['chroot'], my.rootdir, cmd) + my.elevate() os.system(cmd) + my.drop() else: my.do_chroot(cmd, True) my.close() - my.debug('finished chroot command') + my.debug('finished: %s' % cmd) def ensure_filetype_srpm(srpms): for srpm in srpms: From fedora-extras-commits at redhat.com Thu Aug 17 18:22:40 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:22:40 -0700 Subject: mock Makefile,1.10,1.11 Message-ID: <200608171822.k7HIMe9H005222@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5204 Modified Files: Makefile Log Message: reformatted rpmbuild command for readability Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile 7 Aug 2006 19:24:54 -0000 1.10 +++ Makefile 17 Aug 2006 18:22:38 -0000 1.11 @@ -37,7 +37,10 @@ rpm: archive rm -rf build dist mkdir build dist - rpmbuild --define "_sourcedir $(PWD)" --define "_builddir $(PWD)/build" --define "_srcrpmdir $(PWD)/dist" --define "_rpmdir $(PWD)/dist" -ba mock.spec + rpmbuild --define "_sourcedir $(PWD)" \ + --define "_builddir $(PWD)/build" \ + --define "_srcrpmdir $(PWD)/dist" \ + --define "_rpmdir $(PWD)/dist" -ba mock.spec RPMARGS := --define "_sourcedir $(PWD)" \ --define "_builddir $(PWD)/buildsys" \ From fedora-extras-commits at redhat.com Thu Aug 17 18:23:19 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:23:19 -0700 Subject: mock/docs mock.1,1.3,1.4 Message-ID: <200608171823.k7HINJNd005253@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5235/docs Modified Files: mock.1 Log Message: updated manpage contents Index: mock.1 =================================================================== RCS file: /cvs/fedora/mock/docs/mock.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mock.1 17 Jul 2006 15:04:01 -0000 1.3 +++ mock.1 17 Aug 2006 18:23:17 -0000 1.4 @@ -1,19 +1,33 @@ -.TH "mock" "1" "0.4" "Seth Vidal" "" +.TH "mock" "1" "0.7" "Seth Vidal" "" .SH "NAME" .LP -mock \- build a SRPM in a chroot +mock \- build SRPMs in a chroot .SH "SYNTAX" .LP -mock [\-r CHROOT] [\-\-no\-clean] [\-\-arch=ARCH] [\-\-debug] [\-\-resultdir=RESULTDIR] [\-\-statedir=STATEDIR] [\-\-uniqueext=UNIQUEEXT] [command] \fIfilename\fR +mock [options] [\fBrebuild\fR] \fISRPM [\fISRPM...\fR] +.LP +mock [options] \fBchroot\fR \fI\fR +.LP +mock [options] {\fBinit\fR|\fBclean\fR|\fBshell\fR} .SH "DESCRIPTION" .LP -Mock is a simple chroot/rpm building program. It doesnt do anything terribly fancy other than build a single srpm at a time in a chroot. +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than populate a chroot with the contents +specified by a configuration file, then build any input SRPM(s) in +that chroot. +.LP +The content of a chroot is specified by the configuration +specified with the \fB\-r\fR option. A default configuration file is +specified in /etc/mock/default.cfg, which is usually a symlink to one +of the installed configurations. .SH "OPTIONS" .LP .TP \fB\-r\fR \fICHROOT\fP -Uses specified chroot configuration as defined in /etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked to by /etc/mock/default.cfg +Uses specified chroot configuration as defined in +/etc/mock/<\fIchroot\fP>.cfg If none specified, uses the chroot linked +to by /etc/mock/default.cfg .TP \fB\-\-no\-clean\fR Do not clean chroot before building package. @@ -25,39 +39,79 @@ Output copious debugging information. .TP \fB\-\-resultdir=\fR\fIRESULTDIR\fP -Path to store resulting files (RPMs and build logs) +Change directory where resulting files (RPMs and build logs) are written +.TP +\fB\-\-statedir=\fR\fISTATEDIR\fP +Change directory where state information is written +.TP +\fB\-\-uniqueext=\fR\fItext\fP +Arbitrary, unique extension to append to buildroot directory name +.TP +\fB\-\-configdir=\fR\fICONFIGDIR\fP +Change directory where config files are found +.TP +\fB\-\-quiet\fR +Suppress most output +.TP +\fB\-\-autocache\fR +Turn on build-root caching +.TP +\fB\-\-rebuildcach\fR +Force rebuild of build-root cache .TP \fB\-\-help\fR Show usage information and exit. .TP \fB\-\-version\fR Show version number and exit. -.TP -\fBcommand\fR is one of: +.SH "COMMANDS" +.LP .TP \fBinit\fR \- initialize a chroot (install packages, setup devices, etc.) .TP \fBchroot\fR \- run the specified command within the chroot (which must already be initialized) .TP \fBclean\fR \- purge the chroot tree +.TP +\fBshell\fR \- start an interactive shell in the specified chroot .TP -\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM -.TP +\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s) .SH "FILES" .LP -\fI/etc/mock/\fP +\fI/etc/mock/\fP \- default configuration directory +.LP +\fI/var/lib/mock\fP \- directory where chroots are created .SH "EXAMPLES" .LP To rebuild test.src.rpm under the default chroot: -.LP -mock /path/to/test.src.rpm -.LP +.LP +.RS 5 +\fBmock /path/to/test.src.rpm\fR +.RE +.LP To specify a different chroot (which must be defined in /etc/mock): -.LP -mock \-r fedora\-4\-i386\-core /path/to/test.src.rpm +.LP +.RS 5 +\fBmock \-r fedora\-4\-i386\-core /path/to/test.src.rpm\fR +.RE +.SH "BUGS" +.LP +To report bugs in mock, go to: +.LP +.RS 5 +\fIhttp://bugzilla.redhat.com/bugzilla\fR. +.RE +.LP +Select the query option, using product \fBFedora Hosted Projects\fR +and component \fBmock\fR and press the \fBStart Search\fR +button. If there is a bug similar to the one you are seeing, add your +information to the comments. If not, go to the new bug page using the +same product and component and fill in the form. .SH "AUTHORS" .LP Seth Vidal +.LP +and a cast of...tens .SH "SEE ALSO" .LP yum(8) rpmbuild(8) From fedora-extras-commits at redhat.com Thu Aug 17 18:23:57 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 11:23:57 -0700 Subject: mock/etc redhat-8-i386.cfg, 1.1, 1.2 fedora-1-i386-core.cfg, 1.4, 1.5 fedora-2-i386-core.cfg, 1.4, 1.5 Message-ID: <200608171823.k7HINvSR005288@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5266/etc Modified Files: fedora-1-i386-core.cfg fedora-2-i386-core.cfg Added Files: redhat-8-i386.cfg Log Message: updated config files to handle FC[12] lack of runuser; added template for RHL8 Index: redhat-8-i386.cfg =================================================================== RCS file: redhat-8-i386.cfg diff -N redhat-8-i386.cfg --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ redhat-8-i386.cfg 17 Aug 2006 18:23:55 -0000 1.2 @@ -0,0 +1,32 @@ +#!/usr/bin/python -tt +import os +config_opts['root'] = 'redhat-8-i386' +config_opts['target_arch'] = 'i386' + + +config_opts['yum.conf'] = """ +[main] +cachedir=/var/cache/yum +debuglevel=1 +logfile=/var/log/yum.log +reposdir=/dev/null +retries=20 +obsoletes=1 +gpgcheck=0 +assumeyes=1 + +# repos + +[core] +name=core +baseurl=http:///redhat/8/os/i386/ + +[updates-released] +name=updates +baseurl=http:///redhat/8/updates/i386/ + +[groups] +name=groups +baseurl=http:///buildgroups/rh8/i386/ + +""" Index: fedora-1-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-1-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fedora-1-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-1-i386-core.cfg 17 Aug 2006 18:23:55 -0000 1.5 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'fedora-1-i386-core' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] Index: fedora-2-i386-core.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/fedora-2-i386-core.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fedora-2-i386-core.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ fedora-2-i386-core.cfg 17 Aug 2006 18:23:55 -0000 1.5 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'fedora-2-i386-core' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] From fedora-extras-commits at redhat.com Thu Aug 17 19:03:11 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Thu, 17 Aug 2006 12:03:11 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.1, 1.2 audacious.spec, 1.7, 1.8 Message-ID: <200608171903.k7HJ3iwK008077@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8032 Modified Files: audacious-1.1.1-playlist-twenty.patch audacious.spec Log Message: - Another go at the %20 problem audacious-1.1.1-playlist-twenty.patch: Index: audacious-1.1.1-playlist-twenty.patch =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious-1.1.1-playlist-twenty.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audacious-1.1.1-playlist-twenty.patch 14 Aug 2006 20:53:09 -0000 1.1 +++ audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 19:03:11 -0000 1.2 @@ -1,12 +1,12 @@ diff -uNr audacious-fedora-1.1.1-orig/audacious/playlist_list.c audacious-fedora-1.1.1/audacious/playlist_list.c --- audacious-fedora-1.1.1-orig/audacious/playlist_list.c 2006-07-21 19:18:05.000000000 +0200 -+++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-14 22:07:22.000000000 +0200 -@@ -616,7 +616,7 @@ - g_free(basename); - } ++++ audacious-fedora-1.1.1/audacious/playlist_list.c 2006-08-17 20:29:35.000000000 +0200 +@@ -618,6 +618,8 @@ else -- title = str_to_utf8(entry->title); -+ title = convert_title_text(str_to_utf8(entry->title)); + title = str_to_utf8(entry->title); ++ title = convert_title_text(title) ++ pos = playlist_get_queue_position(entry); + tail[0] = 0; Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- audacious.spec 14 Aug 2006 20:53:09 -0000 1.7 +++ audacious.spec 17 Aug 2006 19:03:11 -0000 1.8 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -203,6 +203,9 @@ %changelog +* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-5.fc6 +- Another go at the %20 problem + * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 - Fix %20 in playlist entries From fedora-extras-commits at redhat.com Thu Aug 17 20:21:08 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 17 Aug 2006 13:21:08 -0700 Subject: rpms/cln/devel .cvsignore, 1.4, 1.5 cln.spec, 1.19, 1.20 sources, 1.4, 1.5 Message-ID: <200608172021.k7HKLA9i011135@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11114 Modified Files: .cvsignore cln.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cln/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Jan 2006 21:36:43 -0000 1.4 +++ .cvsignore 17 Aug 2006 20:21:08 -0000 1.5 @@ -1 +1 @@ -cln-1.1.11.tar.bz2 +cln-1.1.13.tar.bz2 Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cln.spec 13 Feb 2006 18:21:37 -0000 1.19 +++ cln.spec 17 Aug 2006 20:21:08 -0000 1.20 @@ -1,6 +1,6 @@ Name: cln -Version: 1.1.11 -Release: 5%{?dist} +Version: 1.1.13 +Release: 1%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,6 +78,9 @@ %exclude %{_libdir}/*.la %changelog +* Thu Feb 17 2006 Quentin Spencer 1.1.13-1 +- New release. + * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 - Disable static build. - Enable parallel build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cln/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Jan 2006 21:36:43 -0000 1.4 +++ sources 17 Aug 2006 20:21:08 -0000 1.5 @@ -1 +1 @@ -7313dc20608ddc5dcfdae4d2f9138762 cln-1.1.11.tar.bz2 +1f3d227360003b389bba14c8a5c3695a cln-1.1.13.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 20:29:02 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Thu, 17 Aug 2006 13:29:02 -0700 Subject: mock/etc redhat-73-i386.cfg, 1.4, 1.4.2.1 redhat-8-i386.cfg, 1.1.2.1, 1.1.2.2 redhat-9-i386.cfg, 1.4, 1.4.2.1 Message-ID: <200608172029.k7HKT2ft011216@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11194/etc Modified Files: Tag: mock-0-6-branch redhat-73-i386.cfg redhat-8-i386.cfg redhat-9-i386.cfg Log Message: added runuser config op for the legacy config files Index: redhat-73-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-73-i386.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- redhat-73-i386.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ redhat-73-i386.cfg 17 Aug 2006 20:28:59 -0000 1.4.2.1 @@ -2,7 +2,7 @@ import os config_opts['root'] = 'redhat-73-i386' config_opts['target_arch'] = 'i386' - +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ [main] Index: redhat-8-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-8-i386.cfg,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- redhat-8-i386.cfg 17 Aug 2006 17:06:37 -0000 1.1.2.1 +++ redhat-8-i386.cfg 17 Aug 2006 20:28:59 -0000 1.1.2.2 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'redhat-8-i386' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ Index: redhat-9-i386.cfg =================================================================== RCS file: /cvs/fedora/mock/etc/redhat-9-i386.cfg,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- redhat-9-i386.cfg 7 Jun 2006 12:36:11 -0000 1.4 +++ redhat-9-i386.cfg 17 Aug 2006 20:28:59 -0000 1.4.2.1 @@ -2,6 +2,7 @@ import os config_opts['root'] = 'redhat-9-i386' config_opts['target_arch'] = 'i386' +config_opts['runuser'] = '/bin/su' config_opts['yum.conf'] = """ From fedora-extras-commits at redhat.com Thu Aug 17 20:54:13 2006 From: fedora-extras-commits at redhat.com (Ralf Ertzinger (ertzing)) Date: Thu, 17 Aug 2006 13:54:13 -0700 Subject: rpms/audacious/devel audacious-1.1.1-playlist-twenty.patch, 1.2, 1.3 audacious.spec, 1.8, 1.9 Message-ID: <200608172054.k7HKsFJd011369@cvs-int.fedora.redhat.com> Author: ertzing Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347 Modified Files: audacious-1.1.1-playlist-twenty.patch audacious.spec Log Message: - Another go at the %20 problem audacious-1.1.1-playlist-twenty.patch: Index: audacious-1.1.1-playlist-twenty.patch =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious-1.1.1-playlist-twenty.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 19:03:11 -0000 1.2 +++ audacious-1.1.1-playlist-twenty.patch 17 Aug 2006 20:54:13 -0000 1.3 @@ -5,7 +5,7 @@ else title = str_to_utf8(entry->title); -+ title = convert_title_text(title) ++ title = convert_title_text(title); + pos = playlist_get_queue_position(entry); Index: audacious.spec =================================================================== RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- audacious.spec 17 Aug 2006 19:03:11 -0000 1.8 +++ audacious.spec 17 Aug 2006 20:54:13 -0000 1.9 @@ -1,6 +1,6 @@ Name: audacious Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A GTK2 based media player similar to xmms Group: Applications/Multimedia @@ -203,7 +203,7 @@ %changelog -* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-5.fc6 +* Thu Aug 17 2006 Ralf Ertzinger 1.1.1-6.fc6 - Another go at the %20 problem * Mon Aug 14 2006 Ralf Ertzinger 1.1.1-4.fc6 From fedora-extras-commits at redhat.com Thu Aug 17 21:03:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 17 Aug 2006 14:03:14 -0700 Subject: rpms/lyx/devel lyx.spec,1.42,1.43 Message-ID: <200608172103.k7HL3lGE014012@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13994 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-3 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- lyx.spec 25 Jul 2006 18:08:01 -0000 1.42 +++ lyx.spec 17 Aug 2006 21:03:14 -0000 1.43 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -201,6 +203,9 @@ %{_datadir}/lyx/ %ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +220,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Thu Aug 17 21:15:33 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:15:33 -0700 Subject: rpms/gallery2/devel gallery2.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608172115.k7HLFZ6s014210@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14191 Modified Files: gallery2.spec sources Log Message: Updating source snapshot to incorporate upstream security fixes released for 2.1.2 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:42 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:15:33 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gallery2/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 03:51:38 -0000 1.2 +++ sources 17 Aug 2006 21:15:33 -0000 1.3 @@ -1 +1 @@ -f3e48ee618255629a5148ee47257ade5 gallery-2.1.svn.tar.gz +7a94729fcd58f386dc5637de30b159a9 gallery-2.1.svn.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 21:19:17 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:17 -0700 Subject: rpms/deltarpm - New directory Message-ID: <200608172119.k7HLJJpx014353@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327/deltarpm Log Message: Directory /cvs/extras/rpms/deltarpm added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:19:18 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:18 -0700 Subject: rpms/deltarpm/devel - New directory Message-ID: <200608172119.k7HLJK35014356@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14327/deltarpm/devel Log Message: Directory /cvs/extras/rpms/deltarpm/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:19:25 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:25 -0700 Subject: rpms/deltarpm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172119.k7HLJRTo014405@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372 Added Files: Makefile import.log Log Message: Setup of module deltarpm --- NEW FILE Makefile --- # Top level Makefile for module deltarpm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 21:19:26 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:26 -0700 Subject: rpms/deltarpm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172119.k7HLJSne014408@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module deltarpm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 21:19:44 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:44 -0700 Subject: rpms/deltarpm/devel deltarpm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172119.k7HLJkRC014474@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14436/devel Modified Files: .cvsignore sources Added Files: deltarpm.spec Log Message: auto-import deltarpm-3.3-4 on branch devel from deltarpm-3.3-4.src.rpm Initial import --- NEW FILE deltarpm.spec --- Summary: Create deltas between rpms Name: deltarpm Version: 3.3 Release: 4%{?dist} License: BSD Group: System Environment/Base URL: http://www.novell.com/products/linuxpackages/professional/deltarpm.html Source: ftp://ftp.suse.com/pub/projects/deltarpm/deltarpm-3.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, rpm-devel %description A deltarpm contains the difference between an old and a new version of a rpm, which makes it possible to recreate the new rpm from the deltarpm and the old one. You don't have to have a copy of the old rpm, deltarpms can also work with installed rpms. %prep %setup -q %build %{__make} %{?_smp_mflags} bindir=%{_bindir} mandir=%{_mandir} prefix=%{_prefix} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc LICENSE.BSD README %doc %{_mandir}/man8/* %{_bindir}/applydeltaiso %{_bindir}/applydeltarpm %{_bindir}/combinedeltarpm %{_bindir}/drpmsync %{_bindir}/makedeltaiso %{_bindir}/makedeltarpm %{_bindir}/rpmdumpheader %changelog * Thu Aug 17 2006 Mihai Ibanescu - 3.3-4 - Removing BuildRequires: gcc * Tue Aug 15 2006 Mihai Ibanescu - 3.3-3 - Fedora packaging guidelines build * Tue Aug 8 2006 Mihai Ibanescu - 3.3-2 - Added BuildRequires: rpm-devel, gcc * Sat Dec 03 2005 Dries Verachtert - 3.3-1 - 3768/dries - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/deltarpm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 21:19:25 -0000 1.1 +++ .cvsignore 17 Aug 2006 21:19:44 -0000 1.2 @@ -0,0 +1 @@ +deltarpm-3.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/deltarpm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 21:19:25 -0000 1.1 +++ sources 17 Aug 2006 21:19:44 -0000 1.2 @@ -0,0 +1 @@ +01b1e997f9b00f2c59aa6355309d3d06 deltarpm-3.3.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 21:19:43 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:19:43 -0700 Subject: rpms/deltarpm import.log,1.1,1.2 Message-ID: <200608172119.k7HLJj6A014469@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/rpms/deltarpm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14436 Modified Files: import.log Log Message: auto-import deltarpm-3.3-4 on branch devel from deltarpm-3.3-4.src.rpm Initial import Index: import.log =================================================================== RCS file: /cvs/extras/rpms/deltarpm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 21:19:25 -0000 1.1 +++ import.log 17 Aug 2006 21:19:43 -0000 1.2 @@ -0,0 +1 @@ +deltarpm-3_3-4:HEAD:deltarpm-3.3-4.src.rpm:1155849587 From fedora-extras-commits at redhat.com Thu Aug 17 21:21:51 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:21:51 -0700 Subject: rpms/gallery2/FC-5 gallery2.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608172121.k7HLLrWi014551@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14527 Modified Files: gallery2.spec sources Log Message: Upstream security fixes for upstream 2.1.2 - SVN snapshot as of 17 Aug 2006 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:41 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:21:51 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 03:51:38 -0000 1.2 +++ sources 17 Aug 2006 21:21:51 -0000 1.3 @@ -1 +1 @@ -f3e48ee618255629a5148ee47257ade5 gallery-2.1.svn.tar.gz +7a94729fcd58f386dc5637de30b159a9 gallery-2.1.svn.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 21:24:13 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Thu, 17 Aug 2006 14:24:13 -0700 Subject: rpms/gallery2/FC-4 gallery2.spec,1.3,1.4 Message-ID: <200608172124.k7HLOFmw014639@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14620 Modified Files: gallery2.spec Log Message: Upstream security fixes - upstream ver 2.1.2, svn snapshot 17 aug 2006 Index: gallery2.spec =================================================================== RCS file: /cvs/extras/rpms/gallery2/FC-4/gallery2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gallery2.spec 2 Aug 2006 18:08:40 -0000 1.3 +++ gallery2.spec 17 Aug 2006 21:24:13 -0000 1.4 @@ -6,7 +6,7 @@ Name: gallery2 Version: 2.1 Group: Applications/Publishing -Release: 0.23.svn20060524%{?dist} +Release: 0.24.svn20060817%{?dist} License: GPL # Source0: http://dl.sf.net/gallery/gallery-2.1-developer.tar.gz # Using SVN tarball for source to resolve provides issues sanely @@ -866,6 +866,9 @@ %{installprefix}/gallery2/themes/tile/ %changelog +* Thu Aug 17 2006 John Berninger - 2.1-0.24.svn20060817 +- Update to HEAD snapshot for 2.1.2 releases which fixes security vulnerabilities upstream + * Wed Aug 2 2006 John Berninger - 2.1-0.23.svn20060524 - Fix /usr/share/gallery2/.htaccess permissions - bz # 200793 From fedora-extras-commits at redhat.com Thu Aug 17 21:25:18 2006 From: fedora-extras-commits at redhat.com (Mihai Ibanescu (misa)) Date: Thu, 17 Aug 2006 14:25:18 -0700 Subject: owners owners.list,1.1411,1.1412 Message-ID: <200608172125.k7HLPKbY014706@cvs-int.fedora.redhat.com> Author: misa Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14689 Modified Files: owners.list Log Message: Adding deltarpm, with me as an owner, for now Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1411 retrieving revision 1.1412 diff -u -r1.1411 -r1.1412 --- owners.list 17 Aug 2006 08:31:06 -0000 1.1411 +++ owners.list 17 Aug 2006 21:25:18 -0000 1.1412 @@ -246,6 +246,7 @@ Fedora Extras|ddrescue|Fault tolerant "dd" utility for rescuing data from bad media|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ddskk|Daredevil SKK - Simple Kana to Kanji conversion program for Emacs|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|dejavu-fonts|DejaVu Fonts|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| +Fedora Extras|deltarpm|Create deltas between rpms|misa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|denyhosts|A script to help thwart ssh server attacks|tibbs at math.uh.edu|extras-qa at fedoraproject.org| Fedora Extras|deskbar-applet|A Gnome applet to allow easy access to various search engines|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|deutex|Doom wad manipulation tool|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 21:33:52 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:33:52 -0700 Subject: rpms/kooldock - New directory Message-ID: <200608172133.k7HLXs8S014835@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14809/kooldock Log Message: Directory /cvs/extras/rpms/kooldock added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:33:53 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:33:53 -0700 Subject: rpms/kooldock/devel - New directory Message-ID: <200608172133.k7HLXtAA014838@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14809/kooldock/devel Log Message: Directory /cvs/extras/rpms/kooldock/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 21:35:17 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:35:17 -0700 Subject: rpms/kooldock/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172135.k7HLZJC8014894@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14858/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kooldock --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 21:35:16 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:35:16 -0700 Subject: rpms/kooldock Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172135.k7HLZI5p014891@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14858 Added Files: Makefile import.log Log Message: Setup of module kooldock --- NEW FILE Makefile --- # Top level Makefile for module kooldock all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 21:40:07 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:40:07 -0700 Subject: rpms/kooldock import.log,1.1,1.2 Message-ID: <200608172140.k7HLe9Wa014967@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14933 Modified Files: import.log Log Message: auto-import kooldock-0.3-3.20060720cvs on branch devel from kooldock-0.3-3.20060720cvs.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kooldock/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 21:35:16 -0000 1.1 +++ import.log 17 Aug 2006 21:40:06 -0000 1.2 @@ -0,0 +1 @@ +kooldock-0_3-3_20060720cvs:HEAD:kooldock-0.3-3.20060720cvs.src.rpm:1155850795 From fedora-extras-commits at redhat.com Thu Aug 17 21:40:07 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:40:07 -0700 Subject: rpms/kooldock/devel kooldock.desktop, NONE, 1.1 kooldock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172140.k7HLe9UA014972@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14933/devel Modified Files: .cvsignore sources Added Files: kooldock.desktop kooldock.spec Log Message: auto-import kooldock-0.3-3.20060720cvs on branch devel from kooldock-0.3-3.20060720cvs.src.rpm --- NEW FILE kooldock.desktop --- [Desktop Entry] Encoding=UTF-8 Name=kooldock Exec=kooldock Icon=kooldock Type=Application Comment=KDE dock with cool visual enhancements and effects X-Desktop-File-Install-Version=0.10 Categories=Application;Qt;KDE;Utility;X-Fedora; --- NEW FILE kooldock.spec --- %define cvs_date 20060720 Name: kooldock Version: 0.3 Release: 3.%{cvs_date}cvs%{?dist} Summary: Cool dock for KDE with great visual effects and enhancements Group: User Interface/Desktops License: GPL URL: http://www.kde-look.org/content/show.php?content=12097 Source0: http://ecik.zspswidwin.pl/kooldock/%{name}%{cvs_date}.tar.bz2 Source3: kooldock.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: autoconf automake BuildRequires: qt-devel kdelibs-devel gettext %description KoolDock is a KDE project that aims to have a cool dock for KDE with great visual effects and enhancements. Some of it features are: - Display quick launchers to your favourite apps - A builtin task bar - Pager and clock. (Not done yet) - Smooth zooming effect (like Apple's OS X dock) - Transparent Background. %prep %setup -q -n %{name}%{cvs_date} rm -rf po/de.po #this file is empty make -f Makefile.dist %build unset QTDIR || : ; . /etc/profile.d/qt.sh %configure --disable-rpath --disable-dependency-tracking --disable-final make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ --add-category="X-Fedora" --vendor="" \ --add-category="Utility" \ --add-category="KDE" \ --add-category="Qt" \ --add-category="Application" \ %{SOURCE3} %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/crystalsvg || : %postun touch --no-create %{_datadir}/icons/crystalsvg || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %{_bindir}/* %{_datadir}/apps/kooldock %{_datadir}/icons/crystalsvg/*/apps/kooldock.png %{_datadir}/applications/kde/*desktop %changelog * Wed Jul 26 2006 Micha?? Bentkowski - 0.3-3.20060720cvs - Fix in %%prep section - Delete kdelibs dependency - Delete export QTLIB... - Drop %%doc INSTALL - Add %%post and %%postun - Change of URL * Wed Jul 26 2006 Micha?? Bentkowski - 0.3-2.20060720cvs - Add some macros - Remove qt dependency * Thu Jul 20 2006 Micha?? Bentkowski - 0.3-1.20060720cvs - First release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kooldock/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 21:35:16 -0000 1.1 +++ .cvsignore 17 Aug 2006 21:40:07 -0000 1.2 @@ -0,0 +1 @@ +kooldock20060720.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kooldock/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 21:35:16 -0000 1.1 +++ sources 17 Aug 2006 21:40:07 -0000 1.2 @@ -0,0 +1 @@ +293b8fbff2045216fcfc95c54a2db0df kooldock20060720.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 21:46:49 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:46:49 -0700 Subject: owners owners.list,1.1412,1.1413 Message-ID: <200608172146.k7HLkpVr015045@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15028 Modified Files: owners.list Log Message: Added kooldock Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1412 retrieving revision 1.1413 diff -u -r1.1412 -r1.1413 --- owners.list 17 Aug 2006 21:25:18 -0000 1.1412 +++ owners.list 17 Aug 2006 21:46:49 -0000 1.1413 @@ -690,6 +690,7 @@ Fedora Extras|koffice-langpack|Language files for koffic|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|kompose|Provides a full screen view of all open windows|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|konversation|An easy to use irc client for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| +Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at poczta.fm|extras-qa at fedoraproject.org| Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 21:50:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 17 Aug 2006 14:50:34 -0700 Subject: comps comps-fe5.xml.in,1.95,1.96 comps-fe6.xml.in,1.86,1.87 Message-ID: <200608172150.k7HLoaAl015090@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15071 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add cpanspec, openvpn, perl-HTML-Mason, and perl-Kwiki. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- comps-fe5.xml.in 17 Aug 2006 16:31:16 -0000 1.95 +++ comps-fe5.xml.in 17 Aug 2006 21:50:34 -0000 1.96 @@ -38,6 +38,7 @@ cogito colordiff cpan2rpm + cpanspec cppunit curry cvsps @@ -609,6 +610,7 @@ kannel l2tpd nsd + openvpn puppet-server rbldnsd ushare @@ -662,6 +664,8 @@ mod_geoip mod_security moin + perl-HTML-Mason + perl-Kwiki plone php-pecl-apc phpldapadmin Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- comps-fe6.xml.in 17 Aug 2006 16:31:16 -0000 1.86 +++ comps-fe6.xml.in 17 Aug 2006 21:50:34 -0000 1.87 @@ -40,6 +40,7 @@ cogito colordiff cpan2rpm + cpanspec cppunit cproto curry @@ -670,6 +671,7 @@ kannel l2tpd nsd + openvpn puppet-server rbldnsd sobby @@ -728,6 +730,8 @@ mod_security moin namazu + perl-HTML-Mason + perl-Kwiki plone php-pecl-apc phpldapadmin From fedora-extras-commits at redhat.com Thu Aug 17 21:51:06 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 14:51:06 -0700 Subject: owners owners.list,1.1413,1.1414 Message-ID: <200608172151.k7HLp8lp015111@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15064 Modified Files: owners.list Log Message: I've written invalid e-mail address... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1413 retrieving revision 1.1414 diff -u -r1.1413 -r1.1414 --- owners.list 17 Aug 2006 21:46:49 -0000 1.1413 +++ owners.list 17 Aug 2006 21:51:06 -0000 1.1414 @@ -690,7 +690,7 @@ Fedora Extras|koffice-langpack|Language files for koffic|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|kompose|Provides a full screen view of all open windows|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|konversation|An easy to use irc client for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| -Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at poczta.fm|extras-qa at fedoraproject.org| +Fedora Extras|kooldock|dock for KDE with great visual effects and enhancements|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 17 22:17:43 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:17:43 -0700 Subject: rpms/smb4k/devel .cvsignore, 1.8, 1.9 smb4k.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608172217.k7HMHjDe017869@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17848 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:09:07 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:17:43 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/smb4k.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smb4k.spec 19 Jun 2006 18:09:07 -0000 1.11 +++ smb4k.spec 17 Aug 2006 22:17:43 -0000 1.12 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:09:07 -0000 1.8 +++ sources 17 Aug 2006 22:17:43 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:18:30 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:18:30 -0700 Subject: rpms/smb4k/FC-5 .cvsignore, 1.8, 1.9 smb4k.spec, 1.11, 1.12 sources, 1.8, 1.9 Message-ID: <200608172218.k7HMIWHh017934@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17913 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:31:42 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:18:29 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/smb4k.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- smb4k.spec 19 Jun 2006 18:31:42 -0000 1.11 +++ smb4k.spec 17 Aug 2006 22:18:29 -0000 1.12 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:31:42 -0000 1.8 +++ sources 17 Aug 2006 22:18:29 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:19:11 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 17 Aug 2006 15:19:11 -0700 Subject: rpms/smb4k/FC-4 .cvsignore, 1.8, 1.9 smb4k.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608172219.k7HMJDRs017999@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17978 Modified Files: .cvsignore smb4k.spec sources Log Message: - Updated to version 0.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 19 Jun 2006 18:33:16 -0000 1.8 +++ .cvsignore 17 Aug 2006 22:19:11 -0000 1.9 @@ -1 +1 @@ -smb4k-0.7.1.tar.bz2 +smb4k-0.7.2.tar.bz2 Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/smb4k.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- smb4k.spec 19 Jun 2006 18:33:16 -0000 1.8 +++ smb4k.spec 17 Aug 2006 22:19:11 -0000 1.9 @@ -1,5 +1,5 @@ Name: smb4k -Version: 0.7.1 +Version: 0.7.2 Release: 1%{?dist} Summary: The SMB/CIFS Share Browser for KDE @@ -106,6 +106,9 @@ %{_libdir}/*.so %changelog +* Fri Aug 18 2006 Marcin Garski 0.7.2-1 +- Updated to version 0.7.2 + * Mon Jun 19 2006 Marcin Garski 0.7.1-1 - Updated to version 0.7.1 - Drop smb4k-0.6.5-desktop.patch (merged upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/smb4k/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 19 Jun 2006 18:33:16 -0000 1.8 +++ sources 17 Aug 2006 22:19:11 -0000 1.9 @@ -1 +1 @@ -3c1ea912084d6e8183130b10d55e6810 smb4k-0.7.1.tar.bz2 +d7f775da7ce15288b2e0cb977e8fb188 smb4k-0.7.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:30:30 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:30:30 -0700 Subject: rpms/bygfoot - New directory Message-ID: <200608172230.k7HMUWZA018251@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18230/bygfoot Log Message: Directory /cvs/extras/rpms/bygfoot added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:30:30 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:30:30 -0700 Subject: rpms/bygfoot/devel - New directory Message-ID: <200608172230.k7HMUWWD018254@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18230/bygfoot/devel Log Message: Directory /cvs/extras/rpms/bygfoot/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:31:29 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:31:29 -0700 Subject: rpms/bygfoot Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172231.k7HMVVmQ018306@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18275 Added Files: Makefile import.log Log Message: Setup of module bygfoot --- NEW FILE Makefile --- # Top level Makefile for module bygfoot all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 22:31:29 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:31:29 -0700 Subject: rpms/bygfoot/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172231.k7HMVVK8018311@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18275/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module bygfoot --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 22:42:22 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:42:22 -0700 Subject: rpms/bygfoot import.log,1.1,1.2 Message-ID: <200608172242.k7HMgsO9018431@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18396 Modified Files: import.log Log Message: auto-import bygfoot-2.0.0-2 on branch devel from bygfoot-2.0.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/bygfoot/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 22:31:28 -0000 1.1 +++ import.log 17 Aug 2006 22:42:22 -0000 1.2 @@ -0,0 +1 @@ +bygfoot-2_0_0-2:HEAD:bygfoot-2.0.0-2.src.rpm:1155854553 From fedora-extras-commits at redhat.com Thu Aug 17 22:42:23 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:42:23 -0700 Subject: rpms/bygfoot/devel bygfoot.desktop, NONE, 1.1 bygfoot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172243.k7HMgt4c018435@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18396/devel Modified Files: .cvsignore sources Added Files: bygfoot.desktop bygfoot.spec Log Message: auto-import bygfoot-2.0.0-2 on branch devel from bygfoot-2.0.0-2.src.rpm --- NEW FILE bygfoot.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Bygfoot Categories=Applications;Game;SportsGame Comment=A simple and addictive GTK2 football manager Comment[bg]=?????????? ?? ?????????????????????????? GTK2 ???????????????? ???????????????? Comment[da]=En enkel og vanedannende GTK2-fodboldmanager Comment[de]=Ein einfacher Fu??ballmanager mit Suchtgefahr Comment[es]=Un manager de futbol en GTK simple y adictivo Comment[fr]=Un jeux de manager de football simple et accrocheur Comment[nl]=Een simpele en verslavende GTK2 voetbal manager Comment[pl]=Prosty, ale wci??gaj??cy mened??er pi??karski Comment[ro]=Un simplu si captivant manager de fotbal bazat pe GTK2 Comment[sv]=En enkel och vanebildande fotbollsmanager f??r GTK2 Exec=/usr/bin/bygfoot Icon=/usr/share/bygfoot/support_files/pixmaps/bygfoot_icon.png Terminal=false Type=Application Version=2.0 --- NEW FILE bygfoot.spec --- Name: bygfoot Version: 2.0.0 Release: 2%{?dist} Summary: Bygfoot Football Manager Group: Amusements/Games License: GPL URL: http://www.bygfoot.com Source0: http://heanet.dl.sourceforge.net/sourceforge/bygfoot/bygfoot-%{version}.tar.bz2 Source3: bygfoot.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: pkgconfig gtk2-devel gettext %description Bygfoot is a small and simple graphical football (a.k.a. soccer) manager game featuring many international leagues and cups. You manage a team from one such league: you form the team, buy and sell players, get promoted or relegated and of course try to be successful. %prep %setup -q -n %{name}-2.0 %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_datadir}/bygfoot/support_files/definitions/scotland/CVS %find_lang %{name} desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE3} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog README TODO UPDATE %{_bindir}/bygfoot* %{_datadir}/bygfoot %{_datadir}/applications/fedora-bygfoot.desktop %changelog * Thu Aug 17 2006 Micha?? Bentkowski - 2.0.0-2 - Small fix in %%files section * Tue Aug 15 2006 Micha?? Bentkowski - 2.0.0-1 - Initial release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bygfoot/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 22:31:29 -0000 1.1 +++ .cvsignore 17 Aug 2006 22:42:23 -0000 1.2 @@ -0,0 +1 @@ +bygfoot-2.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bygfoot/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 22:31:29 -0000 1.1 +++ sources 17 Aug 2006 22:42:23 -0000 1.2 @@ -0,0 +1 @@ +e5b7935c733cd39953256a0634e17784 bygfoot-2.0.0.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 17 22:57:44 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:57:44 -0700 Subject: rpms/crm114 - New directory Message-ID: <200608172257.k7HMvkpJ018598@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18577/crm114 Log Message: Directory /cvs/extras/rpms/crm114 added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:57:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:57:45 -0700 Subject: rpms/crm114/devel - New directory Message-ID: <200608172257.k7HMvl3Z018601@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18577/crm114/devel Log Message: Directory /cvs/extras/rpms/crm114/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 17 22:58:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:58:06 -0700 Subject: rpms/crm114 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608172258.k7HMw80x018664@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628 Added Files: Makefile import.log Log Message: Setup of module crm114 --- NEW FILE Makefile --- # Top level Makefile for module crm114 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 17 22:58:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 15:58:06 -0700 Subject: rpms/crm114/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608172258.k7HMw8vQ018667@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18628/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module crm114 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 17 22:58:12 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Thu, 17 Aug 2006 15:58:12 -0700 Subject: owners owners.list,1.1414,1.1415 Message-ID: <200608172258.k7HMwEIS018688@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18480 Modified Files: owners.list Log Message: added bygfoot Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1414 retrieving revision 1.1415 diff -u -r1.1414 -r1.1415 --- owners.list 17 Aug 2006 21:51:06 -0000 1.1414 +++ owners.list 17 Aug 2006 22:58:12 -0000 1.1415 @@ -128,6 +128,7 @@ Fedora Extras|bwbar|A program that generates a readout of the current bandwidth use|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|bwidget|Extended widget set for Tk|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|bwm-ng|Bandwidth Monitor NG|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|bygfoot|Football manager|mr.ecik at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|byzanz|A desktop recorder|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|bzflag|3D multi-player tank battle game|nphilipp at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|bzr|A friendly distributed version control system|shahms at shahms.com|extras-qa at fedoraproject.org|toshio at tiki-lounge.com From fedora-extras-commits at redhat.com Thu Aug 17 23:03:37 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:03:37 -0700 Subject: rpms/crm114/devel crm114-rpm.patch, NONE, 1.1 crm114.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608172303.k7HN3ev2021341@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301/devel Modified Files: .cvsignore sources Added Files: crm114-rpm.patch crm114.spec Log Message: auto-import crm114-0-0.1.20060704 on branch devel from crm114-0-0.1.20060704.src.rpm crm114-rpm.patch: --- NEW FILE crm114-rpm.patch --- --- crm114-20060704a-BlameRobert.src/megatest.sh.r 2006-07-08 04:48:12.000000000 +0200 +++ crm114-20060704a-BlameRobert.src/megatest.sh 2006-08-16 22:56:23.000000000 +0200 @@ -50,7 +50,7 @@ crm skudtest.crm crm statustest.crm #./exectest.crm -./unionintersecttest.crm +crm unionintersecttest.crm crm beeptest.crm crm userdirtest.crm crm windowtest.crm <<-EOF --- crm114-20060704a-BlameRobert.src/Makefile.r 2006-07-08 04:48:12.000000000 +0200 +++ crm114-20060704a-BlameRobert.src/Makefile 2006-08-16 22:53:12.000000000 +0200 @@ -47,7 +47,7 @@ # Tell the compiler full optimization, allow debugging, and warn on every # possible error # -CFLAGS += -O3 -g -Wall +#CFLAGS += -O3 -g -Wall # turn this one on for no optimization debugging. #CFLAGS += -O0 -g -Wall # turn this one on for really picayune debugging. @@ -56,7 +56,7 @@ # Choose between static and dynamic linking (we recommend static linking) # Comment this out if you want dynamic linking # -LDFLAGS += -static +#LDFLAGS += -static # # Any standard install flags? We nominally use protection 755 INSTALLFLAGS += -m 755 @@ -314,13 +314,13 @@ crm_util_errorhandlers.o \ crm_osbf_maintenance.o -lm -ltre -o osbf-util -cssdiff: cssdiff.c crm_util_errorhandlers.o $(HFILES) +cssdiff: cssdiff.c crm_util_errorhandlers.o crm_str_funcs.o $(HFILES) $(CC) $(CFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' -c cssdiff.c -o cssdiff.o $(CC) $(CFLAGS) $(LDFLAGS) \ crm_util_errorhandlers.o \ crm_str_funcs.o -ltre cssdiff.o -o cssdiff -cssmerge: cssmerge.c crm_util_errorhandlers.o $(HFILES) +cssmerge: cssmerge.c crm_util_errorhandlers.o crm_str_funcs.o $(HFILES) $(CC) $(CFLAGS) $(LDFLAGS) -D$(SYSTEMTYPE) -DVERSION='"$(VERSION)"' \ crm_str_funcs.o \ crm_util_errorhandlers.o \ @@ -354,29 +354,29 @@ install_utils: $(MAKE) cssmerge cssutil cssdiff osbf-util - install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX) - install $(INSTALLFLAGS) cssmerge $(BINDIR)/cssmerge$(VER_SUFFIX) - install $(INSTALLFLAGS) cssutil $(BINDIR)/cssutil$(VER_SUFFIX) - install $(INSTALLFLAGS) osbf-util $(BINDIR)/osbf-util$(VER_SUFFIX) + install $(INSTALLFLAGS) cssdiff $(DESTDIR)$(BINDIR)/cssdiff$(VER_SUFFIX) + install $(INSTALLFLAGS) cssmerge $(DESTDIR)$(BINDIR)/cssmerge$(VER_SUFFIX) + install $(INSTALLFLAGS) cssutil $(DESTDIR)$(BINDIR)/cssutil$(VER_SUFFIX) + install $(INSTALLFLAGS) osbf-util $(DESTDIR)$(BINDIR)/osbf-util$(VER_SUFFIX) # if you don't have EMACS installed in the default place, you # won't get the crm114-mode.el automatically. - -install $(INSTALLFLAGS) crm114-mode.el /usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) + -install $(INSTALLFLAGS) crm114-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) install_tre: crm114_tre - install $(INSTALLFLAGS) crm114_tre $(BINDIR)/crm$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_tre $(DESTDIR)$(BINDIR)/crm$(VER_SUFFIX) # use different name so we can keep it around along with default one # and same VER_SUFFIX postfix install_gnu: crm114_gnu - install $(INSTALLFLAGS) crm114_gnu $(BINDIR)/crmg$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_gnu $(DESTDIR)$(BINDIR)/crmg$(VER_SUFFIX) install_binary_only: FORCE - install $(INSTALLFLAGS) crm114_tre $(BINDIR)/crm$(VER_SUFFIX) - install $(INSTALLFLAGS) cssdiff $(BINDIR)/cssdiff$(VER_SUFFIX) - install $(INSTALLFLAGS) cssmerge $(BINDIR)/cssmerge$(VER_SUFFIX) - install $(INSTALLFLAGS) cssutil $(BINDIR)/cssutil$(VER_SUFFIX) - install $(INSTALLFLAGS) osbf-util $(BINDIR)/osbf-util$(VER_SUFFIX) - -install $(INSTALLFLAGS) crm114-mode.el /usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) + install $(INSTALLFLAGS) crm114_tre $(DESTDIR)$(BINDIR)/crm$(VER_SUFFIX) + install $(INSTALLFLAGS) cssdiff $(DESTDIR)$(BINDIR)/cssdiff$(VER_SUFFIX) + install $(INSTALLFLAGS) cssmerge $(DESTDIR)$(BINDIR)/cssmerge$(VER_SUFFIX) + install $(INSTALLFLAGS) cssutil $(DESTDIR)$(BINDIR)/cssutil$(VER_SUFFIX) + install $(INSTALLFLAGS) osbf-util $(DESTDIR)$(BINDIR)/osbf-util$(VER_SUFFIX) + -install $(INSTALLFLAGS) crm114-mode.el $(DESTDIR)/usr/share/emacs/site-lisp/crm114-mode.el$(VER_SUFFIX) uninstall: FORCE -rm -rf $(BINDIR)/crm$(VER_SUFFIX) --- NEW FILE crm114.spec --- %define cvsver 20060704 %define codename BlameRobert %define rel 1 Summary: CRM114 Bayesian Spam Detector Name: crm114 Version: 0 Release: 0.%{rel}.%{cvsver}%{?dist} URL: http://crm114.sourceforge.net/ License: GPL Group: Applications/Text Source0: http://crm114.sourceforge.net/%{name}-%{cvsver}a-%{codename}.no-TRE.src.tar.gz Patch0: %{name}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: tre-devel # crashes: BZ#202893 ExcludeArch: x86_64 %description CRM114 is a system to examine incoming e-mail, system log streams, data files or other data streams, and to sort, filter, or alter the incoming files or data streams according to the user's wildest desires. Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, or by other means. %package emacs Summary: CRM114 mode for Emacs Group: Applications/Text Requires: emacs-el %description emacs Major Emacs mode for editing crm114 scripts. %prep %setup -q -n %{name}-%{cvsver}a-%{codename}.src %patch0 -p1 -b .r chmod 644 README *.cf *.h *.recipe *.txt %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" %clean rm -rf $RPM_BUILD_ROOT %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/{%{name},emacs/site-lisp}} make DESTDIR=$RPM_BUILD_ROOT install install -pm 755 mail{filter,reaver,trainer}.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/ install -pm 644 maillib.crm $RPM_BUILD_ROOT%{_datadir}/%{name}/ %check export PATH=`pwd`:$PATH ln -s crm114_tre crm make megatest %files %defattr(-,root,root,-) %doc README *.txt *.recipe *.example mailfilter.cf %{_bindir}/* %{_datadir}/%{name} %files emacs %defattr(644,root,root,755) %{_datadir}/emacs/site-lisp/*.el %changelog * Wed Aug 16 2006 Dominik Mierzejewski 0-0.1.20060704 - FE-compliant versioning - emacs subpackage should require emacs-el - simplified file list - added %%check - small patch to make 'make megatest' work from current dir - ExcludeArch: x86_64 until 64bit tre is fixed * Wed Jul 26 2006 Dominik Mierzejewski - 20060704a release - added -emacs package with crm mode for emacs - fixed parallel make build - use dist tag - shut up rpmlint * Sun Feb 19 2006 Dominik Mierzejewski 0-0.1.20060118 - FE compliance - package mailfilter scripts * Mon Dec 15 2003 Bill Yerazunis - removed -RCx stuff, now version contains it. - updated for version 20031215-RC12 - License is GPL, not Artistic, so I corrected that. * Sat Dec 13 2003 Kevin Fenzi - Converted line endings from dos format to unix. - Changed BuildPreReq to be 'tre-devel' - Fixed install to install into rpm build root. - tested on redhat 9 with latest tre. * Tue Oct 22 2003 Nico Kadel-Garcia - Created RedHat compatible .spec file - Added libtre dependency to avoid building second package - Hard-coded "INSTALL_DIR" in build/install setups Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 17 Aug 2006 22:58:06 -0000 1.1 +++ .cvsignore 17 Aug 2006 23:03:36 -0000 1.2 @@ -0,0 +1 @@ +crm114-20060704a-BlameRobert.no-TRE.src.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 17 Aug 2006 22:58:06 -0000 1.1 +++ sources 17 Aug 2006 23:03:36 -0000 1.2 @@ -0,0 +1 @@ +7fec214c03679398979387b22e96b1d9 crm114-20060704a-BlameRobert.no-TRE.src.tar.gz From fedora-extras-commits at redhat.com Thu Aug 17 23:03:33 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:03:33 -0700 Subject: rpms/crm114 import.log,1.1,1.2 Message-ID: <200608172304.k7HN480X021359@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301 Modified Files: import.log Log Message: auto-import crm114-0-0.1.20060704 on branch devel from crm114-0-0.1.20060704.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/crm114/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 17 Aug 2006 22:58:06 -0000 1.1 +++ import.log 17 Aug 2006 23:03:33 -0000 1.2 @@ -0,0 +1 @@ +crm114-0-0_1_20060704:HEAD:crm114-0-0.1.20060704.src.rpm:1155855902 From fedora-extras-commits at redhat.com Thu Aug 17 23:08:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 17 Aug 2006 16:08:03 -0700 Subject: rpms/eris/devel eris.spec,1.5,1.6 Message-ID: <200608172308.k7HN85df021501@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21484 Modified Files: eris.spec Log Message: Added missing Requires: packages for the -devel subpackage. Index: eris.spec =================================================================== RCS file: /cvs/extras/rpms/eris/devel/eris.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eris.spec 28 Jul 2006 02:26:36 -0000 1.5 +++ eris.spec 17 Aug 2006 23:08:03 -0000 1.6 @@ -1,6 +1,6 @@ Name: eris Version: 1.3.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Client-side session layer for Atlas-C++ Group: Development/Libraries @@ -22,7 +22,7 @@ %package devel Summary: Development files for Eris Group: Development/Libraries -Requires: %{name} = %{version}-%{release} atlascpp-devel skstream-devel wfmath-devel +Requires: pkgconfig %{name} = %{version}-%{release} atlascpp-devel skstream-devel wfmath-devel libsigc++20-devel %description devel @@ -74,6 +74,9 @@ %changelog +* Thu Aug 17 2006 Wart 1.3.11-7 +- Added missing -devel Requires: libsigc++20-devel + * Thu Jul 27 2006 Wart 1.3.11-6 - Disable 'make check' due to hanging tests in the fedora buildsys From fedora-extras-commits at redhat.com Thu Aug 17 23:12:39 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Thu, 17 Aug 2006 16:12:39 -0700 Subject: owners owners.list,1.1415,1.1416 Message-ID: <200608172312.k7HNCfiJ021583@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21560 Modified Files: owners.list Log Message: Add myself as the maintainer of crm114 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1415 retrieving revision 1.1416 diff -u -r1.1415 -r1.1416 --- owners.list 17 Aug 2006 22:58:12 -0000 1.1415 +++ owners.list 17 Aug 2006 23:12:39 -0000 1.1416 @@ -209,6 +209,7 @@ Fedora Extras|cppunit|C++ unit testing framework|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|cproto|Generates function prototypes and variable declarations from C code|jnovy at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|crack|Password cracker|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| +Fedora Extras|crm114|CRM114 Bayesian Spam Detector|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|crossfire|Crossfire game server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|crossfire-client|Crossfire game client|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|crossfire-maps|Crossfire game server maps|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 00:28:54 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Thu, 17 Aug 2006 17:28:54 -0700 Subject: comps comps-fe5.xml.in,1.96,1.97 comps-fe6.xml.in,1.87,1.88 Message-ID: <200608180028.k7I0Suje024488@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24460 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added freenx to network-servers in comps-fe5.xml.in and comps-fe6.xml.in Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- comps-fe5.xml.in 17 Aug 2006 21:50:34 -0000 1.96 +++ comps-fe5.xml.in 18 Aug 2006 00:28:54 -0000 1.97 @@ -603,6 +603,7 @@ true flumotion + freenx icecast ipxripd ircd-hybrid Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- comps-fe6.xml.in 17 Aug 2006 21:50:34 -0000 1.87 +++ comps-fe6.xml.in 18 Aug 2006 00:28:54 -0000 1.88 @@ -664,6 +664,7 @@ ctrlproxy dnsmasq flumotion + freenx icecast ipxripd ircd-hybrid From fedora-extras-commits at redhat.com Fri Aug 18 01:38:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:31 -0700 Subject: rpms/perl-Data-Alias/devel - New directory Message-ID: <200608180138.k7I1cXSa027508@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27484/perl-Data-Alias/devel Log Message: Directory /cvs/extras/rpms/perl-Data-Alias/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 01:38:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:30 -0700 Subject: rpms/perl-Data-Alias - New directory Message-ID: <200608180138.k7I1cWt3027505@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27484/perl-Data-Alias Log Message: Directory /cvs/extras/rpms/perl-Data-Alias added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 01:38:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:38 -0700 Subject: owners owners.list,1.1416,1.1417 Message-ID: <200608180138.k7I1ceIN027542@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27516 Modified Files: owners.list Log Message: added perl-Data-Alias Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1416 retrieving revision 1.1417 diff -u -r1.1416 -r1.1417 --- owners.list 17 Aug 2006 23:12:39 -0000 1.1416 +++ owners.list 18 Aug 2006 01:38:38 -0000 1.1417 @@ -1155,6 +1155,7 @@ Fedora Extras|perl-Crypt-SmbHash|Pure-perl Lanman and NT MD4 hash functions|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-CSS-Tiny|Read/Write .css files with as little code as possible|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Curses|Perl bindings for ncurses|garrick at usc.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Data-Alias|Comprehensive set of aliasing operations|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Buffer|Read/write buffer class for perl|paul at city-fan.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-Compare|Compare perl data structures|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Data-HexDump|Hexadecial Dumper|andreas at bawue.net|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 01:38:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:40 -0700 Subject: rpms/perl-Data-Alias Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180138.k7I1cghP027553@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27536 Added Files: Makefile import.log Log Message: Setup of module perl-Data-Alias --- NEW FILE Makefile --- # Top level Makefile for module perl-Data-Alias all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 01:38:46 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:46 -0700 Subject: rpms/perl-Data-Alias/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180138.k7I1cmEw027576@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27536/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Data-Alias --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 01:38:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:55 -0700 Subject: rpms/perl-Data-Alias import.log,1.1,1.2 Message-ID: <200608180138.k7I1cvSe027625@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27591 Modified Files: import.log Log Message: auto-import perl-Data-Alias-1.0-1.fc5 on branch devel from perl-Data-Alias-1.0-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 01:38:40 -0000 1.1 +++ import.log 18 Aug 2006 01:38:55 -0000 1.2 @@ -0,0 +1 @@ +perl-Data-Alias-1_0-1_fc5:HEAD:perl-Data-Alias-1.0-1.fc5.src.rpm:1155865141 From fedora-extras-commits at redhat.com Fri Aug 18 01:38:56 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:38:56 -0700 Subject: rpms/perl-Data-Alias/devel filter-requires.sh, NONE, 1.1 perl-Data-Alias.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180138.k7I1cwf3027630@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27591/devel Modified Files: .cvsignore sources Added Files: filter-requires.sh perl-Data-Alias.spec Log Message: auto-import perl-Data-Alias-1.0-1.fc5 on branch devel from perl-Data-Alias-1.0-1.fc5.src.rpm --- NEW FILE filter-requires.sh --- #!/bin/sh /usr/lib/rpm/perl.prov $* | sed -e '/perl(base)/d' --- NEW FILE perl-Data-Alias.spec --- Name: perl-Data-Alias Version: 1.0 Release: 1%{?dist} Summary: Comprehensive set of aliasing operations License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Data-Alias/ Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Data-Alias-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # perl(base) oddness Source99: filter-requires.sh %define __perl_requires %{SOURCE99} # and the missing requires Requires: perl(Exporter), perl(DynaLoader) %description Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. %prep %setup -q -n Data-Alias-%{version} -n Data-Alias-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Data* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 01:38:46 -0000 1.1 +++ .cvsignore 18 Aug 2006 01:38:56 -0000 1.2 @@ -0,0 +1 @@ +Data-Alias-1.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 01:38:46 -0000 1.1 +++ sources 18 Aug 2006 01:38:56 -0000 1.2 @@ -0,0 +1 @@ +390fc2fefbf3fa9bf30d482a46989953 Data-Alias-1.0.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 01:40:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 18:40:06 -0700 Subject: rpms/perl-Data-Alias/devel perl-Data-Alias.spec,1.1,1.2 Message-ID: <200608180140.k7I1e8VH027688@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Data-Alias/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27671 Modified Files: perl-Data-Alias.spec Log Message: bump Index: perl-Data-Alias.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Alias/devel/perl-Data-Alias.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Data-Alias.spec 18 Aug 2006 01:38:56 -0000 1.1 +++ perl-Data-Alias.spec 18 Aug 2006 01:40:05 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Data-Alias Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comprehensive set of aliasing operations License: GPL or Artistic Group: Development/Libraries @@ -62,6 +62,9 @@ %changelog +* Thu Aug 17 2006 Chris Weyl 1.0-2 +- bump for build & release + * Wed Aug 16 2006 Chris Weyl 1.0-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 03:16:11 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:11 -0700 Subject: rpms/perl-POE-Component-Server-HTTP - New directory Message-ID: <200608180316.k7I3GDL0000926@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv900/perl-POE-Component-Server-HTTP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-HTTP added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 03:16:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:16 -0700 Subject: rpms/perl-POE-Component-Server-HTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608180316.k7I3GI7x000966@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv936 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-HTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-HTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 03:16:12 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:12 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel - New directory Message-ID: <200608180316.k7I3GEbL000929@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv900/perl-POE-Component-Server-HTTP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 03:16:21 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:21 -0700 Subject: owners owners.list,1.1417,1.1418 Message-ID: <200608180316.k7I3GN0l000992@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv970 Modified Files: owners.list Log Message: added perl-POE-Component-Server-HTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1417 retrieving revision 1.1418 diff -u -r1.1417 -r1.1418 --- owners.list 18 Aug 2006 01:38:38 -0000 1.1417 +++ owners.list 18 Aug 2006 03:16:21 -0000 1.1418 @@ -1393,6 +1393,7 @@ Fedora Extras|perl-POE-Component-IRC|A POE component for building IRC clients|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 03:16:17 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:17 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180316.k7I3GJk3000969@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv936/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-HTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 03:16:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:33 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel perl-POE-Component-Server-HTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180316.k7I3GZ2x001042@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1007/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-HTTP.spec Log Message: auto-import perl-POE-Component-Server-HTTP-0.09-1.fc5 on branch devel from perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-HTTP.spec --- Name: perl-POE-Component-Server-HTTP Version: 0.09 Release: 1%{?dist} Summary: Foundation of a POE HTTP Daemon License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-HTTP/ Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/POE-Component-Server-HTTP-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(LWP) BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Status) # >= 0.3007 vvvvvvvv BuildRequires: perl(POE) BuildRequires: perl(YAML) # Note that this _is_ listed as a BR in Makefile.PL, but 1) is only used in # t/30_error.t and 2) depends on Devel::Size, which is broken on x86_64 (see # cpan bug at, e.g., http://rt.cpan.org/Public/Bug/Display.html?id=21037) # When this is addressed, I'll gladly package those two as well, for proper # build-time testing. #BuildRequires: perl(POE::API::Peek) %description POE::Component::Server::HTTP (PoCo::HTTPD) is a framework for building custom HTTP servers based on POE. It is loosely modeled on the ideas of apache and the mod_perl/Apache module. %prep %setup -q -n POE-Component-Server-HTTP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # see rant in BR's, above rm t/30_error.t # I'm unsure as to wrapping this with _with_network_tests logic. Should be # kosher, it's only doing tests on localhost. make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README test.perl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 03:16:17 -0000 1.1 +++ .cvsignore 18 Aug 2006 03:16:33 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-HTTP-0.09.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 03:16:17 -0000 1.1 +++ sources 18 Aug 2006 03:16:33 -0000 1.2 @@ -0,0 +1 @@ +d20963ebc65bebea4c863813861b9985 POE-Component-Server-HTTP-0.09.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 03:16:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 20:16:29 -0700 Subject: rpms/perl-POE-Component-Server-HTTP import.log,1.1,1.2 Message-ID: <200608180317.k7I3H2ZW001052@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1007 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-HTTP-0.09-1.fc5 on branch devel from perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 03:16:16 -0000 1.1 +++ import.log 18 Aug 2006 03:16:29 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-HTTP-0_09-1_fc5:HEAD:perl-POE-Component-Server-HTTP-0.09-1.fc5.src.rpm:1155870995 From fedora-extras-commits at redhat.com Fri Aug 18 04:13:28 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:13:28 -0700 Subject: comps comps-fe5.xml, 1.10, 1.11 comps-fe5.xml.in, 1.97, 1.98 comps-fe6.xml, 1.11, 1.12 comps-fe6.xml.in, 1.88, 1.89 Message-ID: <200608180413.k7I4DUGt003936@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3899 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: Added gtkdatabox under gnome development Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- comps-fe5.xml 16 Aug 2006 03:22:49 -0000 1.10 +++ comps-fe5.xml 18 Aug 2006 04:13:27 -0000 1.11 @@ -9,8 +9,11 @@ false true + BibTool conglomerate + docbook2X kile + ooo2txt scribus @@ -23,25 +26,38 @@ true abicheck + aplus-fsf + archmage + asa bazaar bigloo bzr ccache clisp + cmake cogito colordiff cpan2rpm + cpanspec + cppunit + curry cvsps cvsweb darcs epydoc erlang fedora-rpmdevtools + flasm + ftnchek fpc + gauche gforth ghc git + gprolog highlight + lightning + hugs98 lcov lincvs lua @@ -54,12 +70,17 @@ pl plt-scheme pylint + q + qgit quilt rpmlint splint + srecord svnmailer tkcvs tla + tolua++ + ucblogo yap yasm @@ -90,6 +111,7 @@ gobby jed leafpad + scribes TeXmacs @@ -106,6 +128,11 @@ cernlib-utils galculator gdl + gnucap + grads + gtkwave + hdf + hdf5 hmmer kst lagan @@ -113,6 +140,7 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad @@ -146,10 +174,12 @@ alacarte brightside byzanz + buoh deskbar-applet gdesklets gfontview glunarclock + gnochm gmpc gnome-applet-rhythmbox gnome-theme-clearlooks-bigpack @@ -185,6 +215,7 @@ gnome-common gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel @@ -199,10 +230,14 @@ true abe + auriferous blobwars + bsd-games bzflag celestia cgoban + chess + clanbomber crystal-stacker crystal-stacker-themes csmash @@ -217,6 +252,7 @@ gl-117 gnofract4d gnome-sudoku + gnubg gnuchess gnugo grhino @@ -226,17 +262,25 @@ lmarbles lucidlife Maelstrom + monkey-bubble + monsterz + nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop + pinball + pingus pipenightdreams powermanga ppracer qascade qqo + rafkill raidem rocksndiamonds rogue @@ -245,16 +289,25 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs + trackballs + trackballs-music tuxkart + tuxpuck ularn uqm viruskiller wesnoth worminator + wormux + xaos + xarchon xboard + xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -269,8 +322,10 @@ false true + childsplay drgeo drgeo-doc + gcompris gperiodic stellarium tuxtype2 @@ -298,13 +353,17 @@ dillo drivel fwbuilder + gaim-gaym gajim galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella + gtorrentviewer gwget + kadu kickpim konversation kphone @@ -312,6 +371,7 @@ liferea linphone logjam + mail-notification pan prozilla psi @@ -339,18 +399,20 @@ digikam fontforge fyre - grads gv gpp gqview graphviz gwenview inkscape + k3d qiv + renrot showimg skencil sodipodi tuxpaint + wings @@ -367,10 +429,13 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -381,6 +446,7 @@ false true + newscache leafnode suck @@ -412,7 +478,11 @@ MagicPoint pybliographer qcad + revelation texmaker + tinyerp + tinyerp-server + xchm @@ -428,16 +498,20 @@ akode amarok audacity + bin2iso bmp camstream camE + dvdisaster easytag + gcdmaster gcfilms gcombust gnomad2 gnomebaker graveman grip + jack-audio-connection-kit kid3 kover libvisual-plugins @@ -462,16 +536,23 @@ aide airsnort apcupsd + arc + bochs cfengine cfs crack dkms + enca environment-modules epylog fuse fwbuilder ghasher ghex + gkrellm + grepmail + gtklp + gtkterm hercules ibmonitor inadyn @@ -480,10 +561,16 @@ moomps nagios nfswatch + oddjob + pbzip2 + puppet rdiff-backup sabayon shorewall snort + syslog-ng + swatch + tiobench ttywatch unison vnstat @@ -499,6 +586,7 @@ false true + 915resolution acpitool i810switch i8kutils @@ -516,11 +604,19 @@ true flumotion + freenx icecast + ipxripd ircd-hybrid jabberd kannel - ushare + l2tpd + nsd + openvpn + puppet-server + rbldnsd + ushare + vnc-reflector @@ -531,11 +627,15 @@ true true + argus bittorrent centericq cone elmo + iperf irssi + libtranslate + nail naim ncftp nget @@ -545,7 +645,6 @@ rtorrent snownews tin - tinyfugue @@ -567,7 +666,11 @@ mod_geoip mod_security moin + perl-HTML-Mason + perl-Kwiki plone + php-pecl-apc + phpldapadmin thttpd TurboGears zope @@ -615,10 +718,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar @@ -634,6 +737,8 @@ fluxbox fluxconf hackedbox + obconf + openbox WindowMaker wmx @@ -698,13 +803,18 @@ true basket + kchmviewer kickpim kdissert + kerry kbibtex kiosktool kmymoney2 + knemo kompose + ksynaptics kyum + metamonitor @@ -739,6 +849,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex @@ -818,4 +929,4 @@ network-server - + \ No newline at end of file Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- comps-fe5.xml.in 18 Aug 2006 00:28:54 -0000 1.97 +++ comps-fe5.xml.in 18 Aug 2006 04:13:27 -0000 1.98 @@ -215,6 +215,7 @@ gnome-common gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- comps-fe6.xml 17 Aug 2006 12:31:22 -0000 1.11 +++ comps-fe6.xml 18 Aug 2006 04:13:27 -0000 1.12 @@ -9,9 +9,14 @@ false true + BibTool conglomerate + docbook2X + html401-dtds kile + ooo2txt scribus + w3c-markup-validator @@ -23,25 +28,44 @@ true abicheck + aplus-fsf + archmage + asa bazaar bigloo bzr ccache clisp + cmake cogito colordiff cpan2rpm + cpanspec + cppunit + cproto + curry + cvs2cl + cvs2svn + cvsgraph + cvsplot cvsps cvsweb darcs epydoc erlang - fedora-rpmdevtools + flasm + ftnchek fpc + gauche gforth ghc git + gprolog + haddock highlight + hugs98 + ipython + lightning lcov lincvs lua @@ -51,14 +75,26 @@ mock monotone ocaml + perltidy + pgadmin3 pl plt-scheme + pscan pylint + q + qgit quilt + rpmdevtools rpmlint splint + Sprog + srecord + svn2cl + svnmailer tkcvs tla + tolua++ + ucblogo yap yasm @@ -89,6 +125,9 @@ gobby jed leafpad + nedit + poedit + scribes TeXmacs @@ -105,6 +144,11 @@ cernlib-utils galculator gdl + gnucap + grads + gtkwave + hdf + hdf5 hmmer kst lagan @@ -112,14 +156,17 @@ ncarg numpy octave + paraview qalculate-gtk qalculate-kde qcad qucs R R-gnomeGUI + rrdtool scalapack SIBsim4 + veusz @@ -144,11 +191,13 @@ alacarte brightside + buoh byzanz - deskbar-applet + deskbar-applet gdesklets gfontview glunarclock + gnochm gmpc gnome-applet-rhythmbox gnome-theme-clearlooks-bigpack @@ -161,9 +210,10 @@ nautilus-flac-converter nautilus-image-converter sabayon - seahorse + seahorse smeg themes-backgrounds-gnome + verbiste-gnome wp_tray @@ -182,11 +232,15 @@ gconfmm26-devel glibmm24-devel gnome-common + gtk2hs gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel + plotmm-devel @@ -198,9 +252,14 @@ true abe + auriferous + blobwars + bsd-games bzflag celestia cgoban + chess + clanbomber crossfire-client crystal-stacker crystal-stacker-themes @@ -216,6 +275,7 @@ gl-117 gnofract4d gnome-sudoku + gnubg gnuchess gnugo grhino @@ -225,17 +285,26 @@ lmarbles lucidlife Maelstrom + manaworld + monkey-bubble + monsterz + nazghul-haxima nethack nethack-vultures + netpanzer neverball nexuiz njam overgod + pengupop + pinball + pingus pipenightdreams powermanga ppracer qascade qqo + rafkill raidem rocksndiamonds rogue @@ -244,15 +313,25 @@ sirius sopwith starfighter + sturmbahnfahrer supertux tong torcs + trackballs + trackballs-music + tuxkart + tuxpuck ularn uqm viruskiller wesnoth worminator + wormux + xaos + xarchon xboard + xgalaxy + xmoto xpilot-ng xplanet xscorch @@ -267,9 +346,12 @@ false true + childsplay drgeo drgeo-doc + gcompris gperiodic + gtypist stellarium tuxtype2 @@ -283,15 +365,16 @@ true amaya + amsn apollon azureus balsa bittorrent-gui - blam - blogtk + blogtk bluefish comical contact-lookup-applet + contacts d4x deskbar-applet dillo @@ -301,17 +384,20 @@ galeon gnome-blog gnome-telnet + gnome-translate gossip gtk-gnutella + gtorrentviewer gwget + kadu kickpim konversation kphone - ktorrent licq liferea linphone logjam + mail-notification pan prozilla psi @@ -339,18 +425,21 @@ digikam fontforge fyre - grads gv gpp gqview graphviz gwenview inkscape + ipe + k3d qiv + renrot showimg skencil sodipodi tuxpaint + wings @@ -367,10 +456,13 @@ clamav clamav-data clamav-milter + esmtp exim exim-doc + milter-regex mlmmj pyzor + spamass-milter @@ -382,6 +474,7 @@ true leafnode + newscache suck @@ -412,7 +505,12 @@ MagicPoint pybliographer qcad + revelation + taskjuggler texmaker + tinyerp + tinyerp-server + xchm @@ -424,32 +522,37 @@ true abcde + adplay alsamixergui akode amarok audacity + bin2iso bmp camstream camE - cowbell - easytag + dvdisaster + easytag + gcdmaster gcfilms gcombust gnomad2 gnomebaker graveman grip + id3v2 + jack-audio-connection-kit kid3 kover libvisual-plugins - muine - serpentine - soundconverter + nomadsync + soundconverter soundtracker sweep tagtool ushare xmms + xmms-adplug xmms-cdread xmms-flac @@ -465,33 +568,71 @@ aide airsnort apcupsd + apt + arc + bochs + cabextract + chrpath cfengine cfs + conman + connect-proxy crack dkms + enca environment-modules epylog + fedora-package-config-apt + fedora-package-config-smart fuse fwbuilder + ganglia ghasher ghex + gkrellm + gnokii + grepmail + gtklp + gtkterm hercules ibmonitor inadyn + ip6sic + isic + john + ksmarttray + lft lirc + mmv moodss moomps nagios nfswatch + oddjob + par2cmdline + pbzip2 + puppet + powerman + pwgen rdiff-backup sabayon shorewall + smart + smart-gui snort + syslog-ng + swatch + synaptic + tiobench + torque-client + torque-gui ttywatch unison + upx vnstat vpnc wine + x3270-x11 @@ -503,9 +644,12 @@ true acpitool + hddtemp i810switch i8kutils libifp + openct + opensc s3switch tpb @@ -518,13 +662,24 @@ false true - ez-ipupdate + ctrlproxy + dnsmasq flumotion + freenx icecast + ipxripd ircd-hybrid jabberd kannel + l2tpd + nsd + openvpn + puppet-server + rbldnsd + sobby + torque-server ushare + vnc-reflector @@ -535,11 +690,16 @@ true true + argus bittorrent centericq cone elmo + iperf irssi + libtranslate + mew + nail naim ncftp nget @@ -549,7 +709,7 @@ rtorrent snownews tin - tinyfugue + xprobe2 @@ -571,7 +731,13 @@ mod_geoip mod_security moin + namazu + perl-HTML-Mason + perl-Kwiki plone + php-pecl-apc + phpldapadmin + tclhttpd thttpd TurboGears zope @@ -638,6 +804,8 @@ fluxbox fluxconf hackedbox + obconf + openbox WindowMaker wmx @@ -686,14 +854,13 @@ alltray aterm + Canna + FreeWnn fonttools + kinput2 rxvt workrave xlockmore - xscreensaver-base - xscreensaver-extras - xscreensaver-gl-extras - xwrits @@ -706,13 +873,19 @@ true basket + kchmviewer kickpim kdissert kbibtex + kerry kiosktool kmymoney2 + knemo kompose + ksensors + ksynaptics kyum + metamonitor @@ -747,6 +920,7 @@ gparted gsynaptics + lat qtparted system-config-control yumex @@ -826,4 +1000,4 @@ network-server - + \ No newline at end of file Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- comps-fe6.xml.in 18 Aug 2006 00:28:54 -0000 1.88 +++ comps-fe6.xml.in 18 Aug 2006 04:13:27 -0000 1.89 @@ -235,6 +235,7 @@ gtk2hs gtkmm24-devel gtkalog + gtkdatabox gnome-vfsmm26-devel gquilt libsexy-devel From fedora-extras-commits at redhat.com Fri Aug 18 04:13:29 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:13:29 -0700 Subject: comps/po comps.pot,1.1.1.1,1.2 Message-ID: <200608180413.k7I4DVoA003940@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/comps/po In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3899/po Modified Files: comps.pot Log Message: Added gtkdatabox under gnome development Index: comps.pot =================================================================== RCS file: /cvs/extras/comps/po/comps.pot,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- comps.pot 26 Feb 2006 20:30:27 -0000 1.1.1.1 +++ comps.pot 18 Aug 2006 04:13:29 -0000 1.2 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-02-26 15:27-0500\n" +"POT-Creation-Date: 2006-08-17 21:09-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -238,97 +238,106 @@ #: ../comps-fe5.xml.in.h:52 msgid "" +"These packages are helpful when developing web applications or web pages." +msgstr "" + +#: ../comps-fe5.xml.in.h:53 +msgid "" "These tools allow you to create documentation in the DocBook format and " "convert them to HTML, PDF, Postscript, and text." msgstr "" -#: ../comps-fe5.xml.in.h:53 +#: ../comps-fe5.xml.in.h:54 msgid "These tools allow you to run a Web server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:54 +#: ../comps-fe5.xml.in.h:55 msgid "These tools allow you to run an FTP server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:55 +#: ../comps-fe5.xml.in.h:56 msgid "" "These tools include core development tools such as automake, gcc, perl, " "python, and debuggers." msgstr "" -#: ../comps-fe5.xml.in.h:56 +#: ../comps-fe5.xml.in.h:57 msgid "This group allows you to configure the system as a news server." msgstr "" -#: ../comps-fe5.xml.in.h:57 +#: ../comps-fe5.xml.in.h:58 msgid "This group includes graphical email, Web, and chat clients." msgstr "" -#: ../comps-fe5.xml.in.h:58 +#: ../comps-fe5.xml.in.h:59 msgid "" "This group includes packages for performing mathematical and scientific " "computations and plotting, as well as unit conversion." msgstr "" -#: ../comps-fe5.xml.in.h:59 +#: ../comps-fe5.xml.in.h:60 msgid "This group includes packages to help you manipulate and scan images." msgstr "" -#: ../comps-fe5.xml.in.h:60 +#: ../comps-fe5.xml.in.h:61 msgid "" "This group includes text-based email, Web, and chat clients. These " "applications do not require the X Window System." msgstr "" -#: ../comps-fe5.xml.in.h:61 +#: ../comps-fe5.xml.in.h:62 msgid "" "This group is a collection of graphical administration tools for the system, " "such as for managing user accounts and configuring system hardware." msgstr "" -#: ../comps-fe5.xml.in.h:62 +#: ../comps-fe5.xml.in.h:63 msgid "This group is a collection of network servers for specific purposes" msgstr "" -#: ../comps-fe5.xml.in.h:63 +#: ../comps-fe5.xml.in.h:64 msgid "" "This group is a collection of tools for various hardware specific utilities." msgstr "" -#: ../comps-fe5.xml.in.h:64 +#: ../comps-fe5.xml.in.h:65 msgid "" "This group is a collection of various tools for the system, such as the " "client for connecting to SMB shares and tools to monitor network traffic." msgstr "" -#: ../comps-fe5.xml.in.h:65 +#: ../comps-fe5.xml.in.h:66 msgid "Various core pieces of the system." msgstr "" -#: ../comps-fe5.xml.in.h:66 +#: ../comps-fe5.xml.in.h:67 msgid "Various ways to relax and spend your free time." msgstr "" -#: ../comps-fe5.xml.in.h:67 +#: ../comps-fe5.xml.in.h:68 +msgid "Web Development" +msgstr "" + +#: ../comps-fe5.xml.in.h:69 msgid "Web Server" msgstr "" -#: ../comps-fe5.xml.in.h:68 +#: ../comps-fe5.xml.in.h:70 msgid "Window Managers" msgstr "" -#: ../comps-fe5.xml.in.h:69 +#: ../comps-fe5.xml.in.h:71 msgid "X Window System" msgstr "" -#: ../comps-fe5.xml.in.h:70 +#: ../comps-fe5.xml.in.h:72 msgid "XEmacs" msgstr "" -#: ../comps-fe5.xml.in.h:71 +#: ../comps-fe5.xml.in.h:73 msgid "XFCE" msgstr "" -#: ../comps-fe5.xml.in.h:72 +#: ../comps-fe5.xml.in.h:74 msgid "XFCE Software Development" msgstr "" From fedora-extras-commits at redhat.com Fri Aug 18 04:15:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 17 Aug 2006 21:15:36 -0700 Subject: rpms/perl-POE-Component-Server-HTTP/devel perl-POE-Component-Server-HTTP.spec, 1.1, 1.2 Message-ID: <200608180415.k7I4Fcku003968@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3951 Modified Files: perl-POE-Component-Server-HTTP.spec Log Message: bump Index: perl-POE-Component-Server-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-HTTP/devel/perl-POE-Component-Server-HTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-HTTP.spec 18 Aug 2006 03:16:33 -0000 1.1 +++ perl-POE-Component-Server-HTTP.spec 18 Aug 2006 04:15:35 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-HTTP Version: 0.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Foundation of a POE HTTP Daemon License: GPL or Artistic Group: Development/Libraries @@ -72,6 +72,9 @@ %{_mandir}/man3/* %changelog +* Thu Aug 17 2006 Chris Weyl 0.09-2 +- bump + * Wed Aug 16 2006 Chris Weyl 0.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 04:18:19 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:18:19 -0700 Subject: rpms/gtkdatabox/FC-4 gtkdatabox.spec,1.5,1.6 Message-ID: <200608180418.k7I4ILud004023@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4006 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-4/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:45:14 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:18:19 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:18:57 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:18:57 -0700 Subject: rpms/gtkdatabox/FC-5 gtkdatabox.spec,1.5,1.6 Message-ID: <200608180418.k7I4IxY0004086@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4069 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/FC-5/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:44:19 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:18:57 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:19:51 2006 From: fedora-extras-commits at redhat.com (Eric Work (ework)) Date: Thu, 17 Aug 2006 21:19:51 -0700 Subject: rpms/gtkdatabox/devel gtkdatabox.spec,1.5,1.6 Message-ID: <200608180419.k7I4JrAh004147@cvs-int.fedora.redhat.com> Author: ework Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4130 Modified Files: gtkdatabox.spec Log Message: Removed post/postun lines Index: gtkdatabox.spec =================================================================== RCS file: /cvs/extras/rpms/gtkdatabox/devel/gtkdatabox.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtkdatabox.spec 12 Aug 2006 00:37:50 -0000 1.5 +++ gtkdatabox.spec 18 Aug 2006 04:19:51 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtkdatabox Version: 0.7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ widget for fast data display Group: System Environment/Libraries License: LGPL @@ -40,8 +40,6 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/ldconfig -%postun devel -p /sbin/ldconfig %files %defattr(-,root,root,-) @@ -56,6 +54,9 @@ %{_libdir}/pkgconfig/gtkdatabox.pc %changelog +* Thu Aug 17 2006 Eric Work 0.7.0.0-2 +- removed devel post/postun scripts + * Fri Aug 11 2006 Eric Work 0.7.0.0-1 - updated to 0.7.0.0 From fedora-extras-commits at redhat.com Fri Aug 18 04:28:37 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Thu, 17 Aug 2006 21:28:37 -0700 Subject: rpms/xscreensaver/devel xscreensaver-5.00-localesegv.patch, NONE, 1.1 xscreensaver.spec, 1.23, 1.24 Message-ID: <200608180428.k7I4Sdgc004271@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251 Modified Files: xscreensaver.spec Added Files: xscreensaver-5.00-localesegv.patch Log Message: * Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 - Very nasty segv problem was brought by me. Fixing...... * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) xscreensaver-5.00-localesegv.patch: --- NEW FILE xscreensaver-5.00-localesegv.patch --- --- xscreensaver-5.00/hacks/screenhack.c.localesegv 2006-08-11 09:08:37.000000000 +0900 +++ xscreensaver-5.00/hacks/screenhack.c 2006-08-18 11:44:32.000000000 +0900 @@ -180,28 +180,27 @@ #endif 0 }; - int j; + int j1, j2; - for (j = 0; examine_locale[j]; j++) + for (j1 = 0; examine_locale[j1]; j1++) { - const char *current_locale = setlocale(examine_locale[j], NULL); - const char *env_locale = setlocale(examine_locale[j], ""); + const char *current_locale = setlocale(examine_locale[j1], NULL); + const char *env_locale = setlocale(examine_locale[j1], ""); const char *cmp_locale; if (!env_locale || !*env_locale) { - setlocale(examine_locale[j], current_locale); + setlocale(examine_locale[j1], current_locale); continue; } - while ((cmp_locale = change_locale[j])) + for (j2 = 0; (cmp_locale = change_locale[j2]); j2++) { if (!strncmp(env_locale, cmp_locale, strlen(cmp_locale))) { - (void) setlocale(examine_locale[j], "C"); + (void) setlocale(examine_locale[j2], "C"); continue; } - j++; } } Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- xscreensaver.spec 11 Aug 2006 00:34:58 -0000 1.23 +++ xscreensaver.spec 18 Aug 2006 04:28:37 -0000 1.24 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 16 +%define fedora_rel 17 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -34,6 +34,7 @@ Patch110: xscreensaver-5.00-fix-hacks.patch Patch111: xscreensaver-5.00-kill-getimage.patch Patch112: xscreensaver-5.00-po-correctdir.patch +Patch113: xscreensaver-5.00-localesegv.patch %package base Summary: A minimal installation of xscreensaver @@ -109,6 +110,7 @@ %patch110 -p1 -b .fix-hacks %patch111 -p1 -b .kill-getimage %patch112 -p1 -b .po-dir +%patch113 -p1 -b .localesegv install -c -m644 -p %{SOURCE10} po/ja.po @@ -302,6 +304,9 @@ %defattr(-,root,root) %changelog +* Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 +- Very nasty segv problem was brought by me. Fixing...... + * Thu Aug 10 2006 Mamoru Tasaka - 1:5.00-16 - Move man entry to 6x (bug #197741) From fedora-extras-commits at redhat.com Fri Aug 18 05:02:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:15 -0700 Subject: rpms/fRaBs - New directory Message-ID: <200608180502.k7I52Hii007027@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016/fRaBs Log Message: Directory /cvs/extras/rpms/fRaBs added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:02:17 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:17 -0700 Subject: rpms/fRaBs/devel - New directory Message-ID: <200608180502.k7I52J68007040@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016/fRaBs/devel Log Message: Directory /cvs/extras/rpms/fRaBs/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:02:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:45 -0700 Subject: rpms/fRaBs/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180502.k7I52lib007095@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7061/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fRaBs --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 05:02:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:02:44 -0700 Subject: rpms/fRaBs Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180502.k7I52kcG007089@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7061 Added Files: Makefile import.log Log Message: Setup of module fRaBs --- NEW FILE Makefile --- # Top level Makefile for module fRaBs all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 05:05:23 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:05:23 -0700 Subject: rpms/fRaBs/devel fRaBs.desktop, NONE, 1.1 fRaBs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180505.k7I55P3s007192@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7154/devel Modified Files: .cvsignore sources Added Files: fRaBs.desktop fRaBs.spec Log Message: auto-import fRaBs-2.10-1 on branch devel from fRaBs-2.10-1.src.rpm --- NEW FILE fRaBs.desktop --- [Desktop Entry] Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles Exec=abuse.sdl -f -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Categories=Application;Game;ArcadeGame; --- NEW FILE fRaBs.spec --- %define _version 210 Name: fRaBs Version: 2.10 Release: 1%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ Summary: Free data files for abuse the game Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: abuse Provides: abuse-data Provides: frabs = %{version}-%{release} %description Free data files for Abuse, the classic Crack-Dot-Com game. %prep %setup -q -n frabs%{_version}_unix.src %build convert icons/frabs2.ico %{name}.png %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} # dirs, can't use install cp -a addon art levels lisp music netlevel register sfx \ $RPM_BUILD_ROOT%{_datadir}/%{name} install -p -m 644 *.lsp defaults.prp $RPM_BUILD_ROOT%{_datadir}/%{name} # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps install -p -m 644 %{name}.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root) %doc readme.txt docs/* %{_datadir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %changelog * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 05:02:45 -0000 1.1 +++ .cvsignore 18 Aug 2006 05:05:23 -0000 1.2 @@ -0,0 +1 @@ +frabs210_unix.src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 05:02:45 -0000 1.1 +++ sources 18 Aug 2006 05:05:23 -0000 1.2 @@ -0,0 +1 @@ +50f2d8ce39145f38a7ae7d1c9b6bd9ac frabs210_unix.src.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 18 05:05:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:05:22 -0700 Subject: rpms/fRaBs import.log,1.1,1.2 Message-ID: <200608180505.k7I55srs007198@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7154 Modified Files: import.log Log Message: auto-import fRaBs-2.10-1 on branch devel from fRaBs-2.10-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fRaBs/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 05:02:44 -0000 1.1 +++ import.log 18 Aug 2006 05:05:22 -0000 1.2 @@ -0,0 +1 @@ +fRaBs-2_10-1:HEAD:fRaBs-2.10-1.src.rpm:1155877905 From fedora-extras-commits at redhat.com Fri Aug 18 05:25:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:25:50 -0700 Subject: rpms/abuse - New directory Message-ID: <200608180525.k7I5Pqkd007429@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7408/abuse Log Message: Directory /cvs/extras/rpms/abuse added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:25:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:25:50 -0700 Subject: rpms/abuse/devel - New directory Message-ID: <200608180525.k7I5Pqua007432@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7408/abuse/devel Log Message: Directory /cvs/extras/rpms/abuse/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:26:18 -0700 Subject: rpms/abuse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180526.k7I5QKff007481@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7453 Added Files: Makefile import.log Log Message: Setup of module abuse --- NEW FILE Makefile --- # Top level Makefile for module abuse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 05:26:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:26:18 -0700 Subject: rpms/abuse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180526.k7I5QKuU007484@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7453/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module abuse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 05:27:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:27:24 -0700 Subject: rpms/abuse import.log,1.1,1.2 Message-ID: <200608180527.k7I5Ru8J007567@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7527 Modified Files: import.log Log Message: auto-import abuse-0.7.0-1 on branch devel from abuse-0.7.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/abuse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 05:26:18 -0000 1.1 +++ import.log 18 Aug 2006 05:27:24 -0000 1.2 @@ -0,0 +1 @@ +abuse-0_7_0-1:HEAD:abuse-0.7.0-1.src.rpm:1155879221 From fedora-extras-commits at redhat.com Fri Aug 18 05:27:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:27:25 -0700 Subject: rpms/abuse/devel abuse.spec, NONE, 1.1 abuse_sdl-0.7.0-debian.patch, NONE, 1.1 abuse_sdl-0.7.0-fixes.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180527.k7I5RvUK007571@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7527/devel Modified Files: .cvsignore sources Added Files: abuse.spec abuse_sdl-0.7.0-debian.patch abuse_sdl-0.7.0-fixes.patch Log Message: auto-import abuse-0.7.0-1 on branch devel from abuse-0.7.0-1.src.rpm --- NEW FILE abuse.spec --- Name: abuse Version: 0.7.0 Release: 1%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL URL: http://www.labyrinth.net.au/~trandor/abuse/ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data %description This is the SDL version of Abuse, the classic Crack-Dot-Com game. It can run in a window or fullscreen and it has stereo sound with sound panning. %prep %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mv $RPM_BUILD_ROOT%{_datadir}/games/%{name}/%{name}.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps rm -fr $RPM_BUILD_ROOT%{_datadir}/games %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc AUTHORS README TODO %{_bindir}/%{name}.sdl %{_mandir}/man6/%{name}-sdl.6.gz %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %changelog * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission abuse_sdl-0.7.0-debian.patch: --- NEW FILE abuse_sdl-0.7.0-debian.patch --- Index: abuse-sdl-0.7.0/src/imlib/include/visobj.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/visobj.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/visobj.hpp 2006-06-21 15:02:31.000000000 +0200 @@ -10,6 +10,7 @@ virtual void draw(image *screen, int x, int y, window_manager *wm, filter *f) = 0; virtual int width(window_manager *wm) = 0; virtual int height(window_manager *wm) = 0; + virtual ~visual_object() {} } ; Index: abuse-sdl-0.7.0/src/imlib/include/status.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/status.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/status.hpp 2006-06-21 15:02:31.000000000 +0200 @@ -11,6 +11,7 @@ virtual void update(int percentage) = 0; virtual void pop() = 0; virtual void force_display() { ; } + virtual ~status_manager() {} } ; Index: abuse-sdl-0.7.0/src/imlib/include/jmalloc.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/jmalloc.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/jmalloc.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -7,14 +7,14 @@ #ifdef MANAGE_MEM enum {ALLOC_SPACE_STATIC,ALLOC_SPACE_CACHE}; extern int alloc_space; -void *jmalloc(long size, char *what_for); -void *jrealloc(void *ptr, long size, char *what_for); +void *jmalloc(int32_t size, char *what_for); +void *jrealloc(void *ptr, int32_t size, char *what_for); void jfree(void *ptr); void mem_report(char *filename); -void jmalloc_init(long min_size); +void jmalloc_init(int32_t min_size); void jmalloc_uninit(); -long j_allocated(); -long j_available(); +int32_t j_allocated(); +int32_t j_available(); extern void free_up_memory(); #else #define jmalloc(x,y) malloc(x) Index: abuse-sdl-0.7.0/src/imlib/include/palette.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/palette.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/palette.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -27,7 +27,7 @@ palette(bFILE *fp); void set(int x, unsigned char red, unsigned char green, unsigned char blue); void get(int x, unsigned char &red, unsigned char &green, unsigned char &blue); - long getquad(int x); + uint32_t getquad(int x); unsigned int red(int x) { return pal[x].red; } unsigned int green(int x) { return pal[x].green; } unsigned int blue(int x) { return pal[x].blue; } Index: abuse-sdl-0.7.0/src/imlib/include/timage.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/timage.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/timage.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -27,15 +27,15 @@ // if screen x & y offset already calculated save a mul // and no clipping, but fast use this - void put_image_offseted(image *screen, uchar *s_off); + void put_image_offseted(image *screen, uint8_t *s_off); void put_image_filled(image *screen, int x, int y, - uchar fill_color); + uint8_t fill_color); void put_fade(image *screen, int x, int y, int frame_on, int total_frames, color_filter *f, palette *pal); void put_fade_tint(image *screen, int x, int y, int frame_on, int total_frames, - uchar *tint, + uint8_t *tint, color_filter *f, palette *pal); void put_color(image *screen, int x, int y, int color); unsigned char *clip_y(image *screen, int x1, int y1, int x2, int y2, Index: abuse-sdl-0.7.0/src/imlib/include/packet.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/packet.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/packet.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -4,24 +4,24 @@ class packet { public : - uchar *buf; - long buf_size,ro,wo,rend; + uint8_t *buf; + int32_t buf_size,ro,wo,rend; int pre_size; void make_bigger(int max); int get_read_position() { return ro; } void set_read_position(int x) { ro=x; } - int read(uchar *buffer, int size); - int write(uchar *buffer, int size); + int read(uint8_t *buffer, int size); + int write(uint8_t *buffer, int size); int eop() { return ro>=rend; } void reset(); packet(int prefix_size=2); void get_string(char *st, int len); - int advance(long offset); + int advance(int32_t offset); - void write_long(ulong x); // writes can't fail... - void write_short(ushort x); - void write_byte(uchar x); + void write_uint32(uint32_t x); // writes can't fail... + void write_uint16(uint16_t x); + void write_uint8(uint8_t x); void insert_into(packet &pk); int size() { return rend-pre_size; } ~packet(); Index: abuse-sdl-0.7.0/src/imlib/include/jwindow.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/jwindow.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/jwindow.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -68,9 +68,8 @@ struct jwindow_properties { - uchar moveable, - hidden; - + uint8_t moveable, + hidden; } ; Index: abuse-sdl-0.7.0/src/imlib/include/image.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/include/image.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/include/image.hpp 2006-06-21 15:02:35.000000000 +0200 @@ -18,10 +18,10 @@ #define imWRITE_ERROR 7 #define imMAX_ERROR 7 -short current_error(); +int16_t current_error(); void clear_errors(); -void set_error(short x); -short last_error(); +void set_error(int16_t x); +int16_t last_error(); void make_block(size_t size); void image_init(); void image_uninit(); @@ -29,9 +29,9 @@ typedef struct image_color_t { - unsigned short r; - unsigned short g; - unsigned short b; + uint16_t r; + uint16_t g; + uint16_t b; } image_color; class filter; @@ -40,44 +40,44 @@ class dirty_rect : public linked_node { public : - short dx1,dy1,dx2,dy2; - dirty_rect(short x1, short y1, short x2, short y2) + int16_t dx1,dy1,dx2,dy2; + dirty_rect(int16_t x1, int16_t y1, int16_t x2, int16_t y2) { dx1=x1; dy1=y1; dx2=x2; dy2=y2; if (x2dy1>dy1; } } ; class image_descriptor { - short l,h; - short clipx1, clipy1, clipx2, clipy2; + int16_t l,h; + int16_t clipx1, clipy1, clipx2, clipy2; public : - unsigned char keep_dirt, - static_mem; // if this flag is set then don't free memory on exit + uint8_t keep_dirt, + static_mem; // if this flag is set then don't free memory on exit linked_list dirties; void *extended_descriptor; // type depends on current system [...13914 lines suppressed...] return 0; } -game_object *number_to_object_in_list(long x, object_node *list) +game_object *number_to_object_in_list(int32_t x, object_node *list) { if (!x) return NULL; x--; while (x && list) { list=list->next; x--; } @@ -1525,9 +1525,9 @@ } -long object_list_length(object_node *list) +int32_t object_list_length(object_node *list) { - long x=0; + int32_t x=0; while (list) { list=list->next; x++; } return x; @@ -1542,7 +1542,7 @@ int t=figures[Type]->tv; if (t) { - lvars=(long *)jmalloc(t*4,"object vars"); + lvars=(int32_t *)jmalloc(t*4,"object vars"); memset(lvars,0,t*4); } else lvars=NULL; @@ -1555,7 +1555,7 @@ int game_object::reduced_state() { - long x=0; + int32_t x=0; for (int i=0;its;i++) { if (i==state) return x; @@ -1577,7 +1577,7 @@ game_object *o=current_object; current_object=(game_object *)this; - time_marker *prof1; + time_marker *prof1=NULL; if (profiling()) prof1=new time_marker; @@ -1606,7 +1606,7 @@ int t=figures[new_type]->tv; if (t) { - lvars=(long *)jmalloc(t*4,"object vars"); + lvars=(int32_t *)jmalloc(t*4,"object vars"); memset(lvars,0,t*4); } else lvars=NULL; @@ -1620,7 +1620,7 @@ void *m=mark_heap(TMP_SPACE); - time_marker *prof1; + time_marker *prof1=NULL; if (profiling()) prof1=new time_marker; Index: abuse-sdl-0.7.0/src/include/lcache.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/include/lcache.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/include/lcache.hpp 2006-06-21 15:02:32.000000000 +0200 @@ -5,7 +5,7 @@ #ifdef SCADALISP #define can_cache_lisp() 0 #else -#define can_cache_lisp() 1 +#define can_cache_lisp() 0 /* XXX */ #endif long block_size(Cell *level); // return number of bytes to save this block of code Index: abuse-sdl-0.7.0/src/include/bus_type.hpp =================================================================== --- abuse-sdl-0.7.0.orig/src/include/bus_type.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/include/bus_type.hpp 2006-06-21 15:02:33.000000000 +0200 @@ -2,35 +2,35 @@ #define BUS_TYPE_HPP #ifdef __sgi -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef sun -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef SUN3 -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef SUN4 -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __sgi -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef _AIX -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __sparc__ -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #ifdef __arm__ -#define WORD_ALLIGN 1 +#define WORD_ALIGN 1 #endif #endif // BUS_TYPE_HPP Index: abuse-sdl-0.7.0/src/lisp.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/lisp.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/lisp.cpp 2006-06-21 15:02:33.000000000 +0200 @@ -171,7 +171,9 @@ void *lmalloc(int size, int which_space) { -#ifdef WORD_ALLIGN + return malloc(size); /* XXX */ + +#ifdef WORD_ALIGN size=(size+3)&(~3); #endif Index: abuse-sdl-0.7.0/src/lcache.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/lcache.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/lcache.cpp 2006-06-21 15:02:33.000000000 +0200 @@ -35,7 +35,7 @@ { ret=sizeof(lisp_pointer); } else ret=0; } -#ifdef WORD_ALLIGN +#ifdef WORD_ALIGN return (ret+3)&(~3); #else return ret; Index: abuse-sdl-0.7.0/src/imlib/keys.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/keys.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/keys.cpp 2006-06-21 15:02:34.000000000 +0200 @@ -11,7 +11,7 @@ void key_name(int key, char *buffer) { - static char sing[2]; + //static char sing[2]; if( key > 255 && key <= JK_MAX_KEY ) strcpy(buffer,jk_key_names[key-256]); else if( key == JK_BACKSPACE ) Index: abuse-sdl-0.7.0/src/imlib/jwindow.cpp =================================================================== --- abuse-sdl-0.7.0.orig/src/imlib/jwindow.cpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse-sdl-0.7.0/src/imlib/jwindow.cpp 2006-06-21 15:02:34.000000000 +0200 @@ -175,7 +175,7 @@ ev.window->next=NULL; if (red) { - jwindow *j=ev.window,*p; + jwindow *j=ev.window; /* screen->add_dirty(j->x,j->y,j->x+j->l-1,j->y+j->h-1); for (p=first;p!=j;p=p->next) p->screen->add_dirty(j->x-p->x,j->y-p->y,j->x+j->l-1-p->x,j->y+j->h-1-p->y);*/ @@ -282,8 +282,8 @@ { jwindow *p,*q; - int mx,my,but; - image *mouse_pic,*mouse_save; + int mx=0,my=0; + image *mouse_pic=NULL,*mouse_save=NULL; if (has_mouse()) { @@ -426,7 +426,7 @@ ifield *input_manager::unlink(int id) // unlinks ID from fields list and return the pointer to it { - for (ifield *i=first,*last;i;i=i->next) + for (ifield *i=first,*last=NULL;i;i=i->next) { if (i->id==id) { abuse_sdl-0.7.0-fixes.patch: --- NEW FILE abuse_sdl-0.7.0-fixes.patch --- diff -ur abuse_sdl-0.7.0.orig/src/include/stack.hpp abuse_sdl-0.7.0/src/include/stack.hpp --- abuse_sdl-0.7.0.orig/src/include/stack.hpp 2002-12-15 06:00:32.000000000 +0100 +++ abuse_sdl-0.7.0/src/include/stack.hpp 2006-08-16 16:54:58.000000000 +0200 @@ -13,20 +13,38 @@ { public : T **sdata; - long son; - - grow_stack(int max_size) { sdata=(T **)jmalloc(max_size,"pointer stack"); son=0; } + unsigned int son, _max_size; + /* the max_size parameter is the number of bytes of the pointerstack + instead of the number of entries which it ofcourse should have been. + This breaks on 64 bit since the caller assumes 4 bytes per pointer and + thus on 64 bit allocates not enough memory. Instead of fixing all callers + we work around this by multiplying maxsize by 2 on 64 bit. */ + grow_stack(unsigned int max_size) + { + max_size *= sizeof(void*)/sizeof(int); + sdata = (T **)jmalloc(max_size, "pointer stack"); + son=0; + _max_size=max_size; + } + void push(T *data) { sdata[son]=data; son++; + if (son >= (_max_size/sizeof(int))) + { + lbreak("stack overflow\n"); + exit(0); + } } - T *pop(long total) - { if (total>son) { lbreak("stack underflow\n"); exit(0); } + T *pop(unsigned int total) + { + if (total>son) { lbreak("stack underflow\n"); exit(0); } son-=total; return sdata[son]; } + void clean_up() { if (son!=0) fprintf(stderr,"Warning cleaning up stack and not empty\n"); diff -ur abuse_sdl-0.7.0.orig/src/light.cpp abuse_sdl-0.7.0/src/light.cpp --- abuse_sdl-0.7.0.orig/src/light.cpp 2006-08-16 16:56:33.000000000 +0200 +++ abuse_sdl-0.7.0/src/light.cpp 2006-08-16 16:36:07.000000000 +0200 @@ -348,7 +348,7 @@ // f->write(green_light,256*64); for (int i=0;iwrite(tints[i],256); - fp->write(bright_tint,256); + f->write(bright_tint,256); // f.write(trans_table,256*256); } delete f; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 05:26:18 -0000 1.1 +++ .cvsignore 18 Aug 2006 05:27:25 -0000 1.2 @@ -0,0 +1 @@ +abuse_sdl-0.7.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 05:26:18 -0000 1.1 +++ sources 18 Aug 2006 05:27:25 -0000 1.2 @@ -0,0 +1 @@ +59ea4498886642aa975f04233cc92558 abuse_sdl-0.7.0.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 18 05:31:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:31:02 -0700 Subject: rpms/fRaBs/devel fRaBs.spec,1.1,1.2 Message-ID: <200608180531.k7I5V40n007665@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7648 Modified Files: fRaBs.spec Log Message: add missing BR ImageMagick Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.spec 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.spec 18 Aug 2006 05:31:01 -0000 1.2 @@ -10,6 +10,7 @@ Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: ImageMagick BuildArch: noarch Requires: abuse Provides: abuse-data From fedora-extras-commits at redhat.com Fri Aug 18 05:35:33 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:35:33 -0700 Subject: owners owners.list,1.1418,1.1419 Message-ID: <200608180535.k7I5ZZjb007759@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7742 Modified Files: owners.list Log Message: added abuse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1418 retrieving revision 1.1419 diff -u -r1.1418 -r1.1419 --- owners.list 18 Aug 2006 03:16:21 -0000 1.1418 +++ owners.list 18 Aug 2006 05:35:33 -0000 1.1419 @@ -19,6 +19,7 @@ Fedora Extras|abicheck|ABI checking tool|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|abiword|The AbiWord word processor|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|abook|Text-based addressbook program for mutt|rpm at greysector.net|extras-qa at fedoraproject.org| +Fedora Extras|abuse|The classic Crack-Dot-Com game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|acpi|Command-line ACPI client|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|acpitool|A command line ACPI client for Linux|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|adime|Allegro Dialogs Made Easy library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 05:37:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:37:02 -0700 Subject: owners owners.list,1.1419,1.1420 Message-ID: <200608180537.k7I5b4dV007848@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7800 Modified Files: owners.list Log Message: added fRaBs Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1419 retrieving revision 1.1420 diff -u -r1.1419 -r1.1420 --- owners.list 18 Aug 2006 05:35:33 -0000 1.1419 +++ owners.list 18 Aug 2006 05:37:01 -0000 1.1420 @@ -362,6 +362,7 @@ Fedora Extras|fortune-mod|A program which will display a fortune|sheltren at cs.ucsb.edu|extras-qa at fedoraproject.org| Fedora Extras|fpc|Free Pascal Compiler|joost at cnoc.nl|extras-qa at fedoraproject.org| Fedora Extras|fping|Scriptable, parallelized ping-like utility|kaboom at oobleck.net|extras-qa at fedoraproject.org| +Fedora Extras|fRaBs|Free data files for abuse the game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|freealut|Implementation of OpenAL's ALUT standard|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|freeciv|The Freeciv multi-player strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|freedoom|Open-source data files for Doom game engines|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 05:45:27 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 22:45:27 -0700 Subject: rpms/fRaBs/devel fRaBs.spec,1.2,1.3 Message-ID: <200608180545.k7I5jTZH008681@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8664 Modified Files: fRaBs.spec Log Message: add missing BR desktop-file-utils Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fRaBs.spec 18 Aug 2006 05:31:01 -0000 1.2 +++ fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 @@ -10,7 +10,7 @@ Source0: http://www.cs.uidaho.edu/~cass0664/fRaBs/frabs%{_version}_unix.src.tar.bz2 Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ImageMagick +BuildRequires: ImageMagick desktop-file-utils BuildArch: noarch Requires: abuse Provides: abuse-data From fedora-extras-commits at redhat.com Fri Aug 18 06:02:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 17 Aug 2006 23:02:39 -0700 Subject: rpms/abuse/devel abuse.spec,1.1,1.2 Message-ID: <200608180603.k7I63Cab011306@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11289 Modified Files: abuse.spec Log Message: add COPYING to %doc Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- abuse.spec 18 Aug 2006 05:27:25 -0000 1.1 +++ abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 @@ -56,7 +56,7 @@ %files %defattr(-,root,root,-) -%doc AUTHORS README TODO +%doc AUTHORS README TODO COPYING %{_bindir}/%{name}.sdl %{_mandir}/man6/%{name}-sdl.6.gz %{_datadir}/icons/hicolor/32x32/apps/%{name}.png From fedora-extras-commits at redhat.com Fri Aug 18 09:45:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:45:43 -0700 Subject: rpms/plotutils - New directory Message-ID: <200608180945.k7I9jjHB019937@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19911/plotutils Log Message: Directory /cvs/extras/rpms/plotutils added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 09:45:43 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:45:43 -0700 Subject: rpms/plotutils/devel - New directory Message-ID: <200608180945.k7I9jja4019940@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19911/plotutils/devel Log Message: Directory /cvs/extras/rpms/plotutils/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 09:46:04 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:46:04 -0700 Subject: rpms/plotutils Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608180946.k7I9k6ho019989@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19956 Added Files: Makefile import.log Log Message: Setup of module plotutils --- NEW FILE Makefile --- # Top level Makefile for module plotutils all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 09:46:05 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:46:05 -0700 Subject: rpms/plotutils/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608180946.k7I9k7r6019992@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19956/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module plotutils --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 09:50:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:50:39 -0700 Subject: rpms/plotutils import.log,1.1,1.2 Message-ID: <200608180951.k7I9pBJF020056@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20020 Modified Files: import.log Log Message: auto-import plotutils-2.5-2 on branch devel from plotutils-2.5-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/plotutils/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 09:46:04 -0000 1.1 +++ import.log 18 Aug 2006 09:50:39 -0000 1.2 @@ -0,0 +1 @@ +plotutils-2_5-2:HEAD:plotutils-2.5-2.src.rpm:1155894444 From fedora-extras-commits at redhat.com Fri Aug 18 09:50:40 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:50:40 -0700 Subject: rpms/plotutils/devel plotutils.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608180951.k7I9pC47020060@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20020/devel Modified Files: .cvsignore sources Added Files: plotutils.spec Log Message: auto-import plotutils-2.5-2 on branch devel from plotutils-2.5-2.src.rpm --- NEW FILE plotutils.spec --- Name: plotutils Version: 2.5 Release: 2%{?dist} Summary: GNU vector and raster graphics utilities and libraries Group: Applications/Productivity License: GPL URL: http://www.gnu.org/software/plotutils/ Source0: ftp://ftp.gnu.org/gnu/plotutils/plotutils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex BuildRequires: libpng-devel BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXaw-devel BuildRequires: libXt-devel BuildRequires: libXext-devel Requires(post): /sbin/install-info Requires(post): /sbin/ldconfig Requires(preun): /sbin/install-info %description The GNU plotutils package contains software for both programmers and technical users. Its centerpiece is libplot, a powerful C/C++ function library for exporting 2-D vector graphics in many file formats, both vector and raster. It can also do vector graphics animations. Besides libplot, the package contains command-line programs for plotting scientific data. Many of them use libplot to export graphics %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the header files needed for developing %{name} applications %prep %setup -q cp -f lib/fontlist.c graph/ cp -f lib/fontlist.c plot/ cp -f lib/fontlist.c pic2plot/ cp -f lib/fontlist.c plotfont/ cp -f lib/fontlist.c tek2plot/ %build %configure --disable-static --enable-libplotter --enable-libxmi --enable-ps-fonts-in-pcl make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT docs-to-include make install DESTDIR=$RPM_BUILD_ROOT mkdir docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/ode docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/pic2plot docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/libplot docs-to-include mv ${RPM_BUILD_ROOT}%{_datadir}/tek2plot docs-to-include find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/libxmi.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/plotutils.info %{_infodir}/dir || : /sbin/ldconfig %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/libxmi.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/plotutils.info %{_infodir}/dir || : fi %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS COMPAT COPYING NEWS THANKS README PROBLEMS KNOWN_BUGS %doc docs-to-include/* %{_bindir}/graph %{_bindir}/ode %{_bindir}/double %{_bindir}/plot %{_bindir}/pic2plot %{_bindir}/plotfont %{_bindir}/spline %{_bindir}/tek2plot %{_libdir}/*.so.* %{_mandir}/man1/* %{_infodir}/*.info* %files devel %defattr(-, root, root, -) %doc TODO %{_includedir}/*.h %{_libdir}/*.so %changelog * Thu Aug 10 2006 Denis Leroy - 2.5-2 - Some reformatting, added ldconfig Req * Wed Aug 9 2006 Denis Leroy - 2.5-1 - Initial version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 09:46:04 -0000 1.1 +++ .cvsignore 18 Aug 2006 09:50:40 -0000 1.2 @@ -0,0 +1 @@ +plotutils-2.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 09:46:04 -0000 1.1 +++ sources 18 Aug 2006 09:50:40 -0000 1.2 @@ -0,0 +1 @@ +0d6855cce17832afe2ff75c26a57be49 plotutils-2.5.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 09:56:47 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 02:56:47 -0700 Subject: owners owners.list,1.1420,1.1421 Message-ID: <200608180956.k7I9undO020137@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20120 Modified Files: owners.list Log Message: Added plotutils Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1420 retrieving revision 1.1421 diff -u -r1.1420 -r1.1421 --- owners.list 18 Aug 2006 05:37:01 -0000 1.1420 +++ owners.list 18 Aug 2006 09:56:46 -0000 1.1421 @@ -1550,6 +1550,7 @@ Fedora Extras|plib16|Set of portable libraries especially useful for games|matthias at rpmforge.net|extras-qa at fedoraproject.org|j.w.r.degoede at hhs.nl Fedora Extras|plone|User friendly and powerful open source Content Management System|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|plotmm|GTKmm plot widget for scientific applications|karlthered at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|plotutils|GNU vector and raster graphics utilities and libraries|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|plplot|Library of functions for making scientific plots|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|plt-scheme|Graphical environment for developing programs using Scheme|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|poedit|GUI editor for GNU gettext .po files|icon at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 11:25:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 04:25:59 -0700 Subject: rpms/pstoedit/devel pstoedit.spec,1.1,1.2 Message-ID: <200608181126.k7IBQ1tu026114@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26097 Modified Files: pstoedit.spec Log Message: Added svg/libplot support Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/devel/pstoedit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pstoedit.spec 15 Jun 2006 15:31:09 -0000 1.1 +++ pstoedit.spec 18 Aug 2006 11:25:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -15,6 +15,7 @@ BuildRequires: libpng-devel BuildRequires: dos2unix BuildRequires: ghostscript +BuildRequires: plotutils-devel %description Pstoedit converts PostScript and PDF files to various vector graphic @@ -41,7 +42,7 @@ dos2unix doc/*.htm doc/readme.txt %build -%configure --disable-static --without-emf --without-swf --without-libplot +%configure --disable-static --without-emf --without-swf make @@ -82,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Fri Aug 18 2006 Denis Leroy - 3.44-3 +- Added svg/libplot support + * Thu Jun 15 2006 Denis Leroy - 3.44-2 - Added missing Requires and BuildRequires - Patched configure to prevent CXXFLAGS overwrite From fedora-extras-commits at redhat.com Fri Aug 18 12:45:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:45:45 -0700 Subject: rpms/lyx/FC-5 lyx.spec,1.39,1.40 Message-ID: <200608181245.k7ICjlgO029027@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29007 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-3 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-5/lyx.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- lyx.spec 25 Jul 2006 18:29:40 -0000 1.39 +++ lyx.spec 18 Aug 2006 12:45:45 -0000 1.40 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -201,6 +203,9 @@ %{_datadir}/lyx/ %ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +220,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Fri Aug 18 12:47:50 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:47:50 -0700 Subject: rpms/lyx/devel lyx.spec,1.43,1.44 Message-ID: <200608181247.k7IClqEA029102@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29085 Modified Files: lyx.spec Log Message: fix dup'd file listing Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/devel/lyx.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- lyx.spec 17 Aug 2006 21:03:14 -0000 1.43 +++ lyx.spec 18 Aug 2006 12:47:50 -0000 1.44 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -201,7 +201,6 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist %ghost %{_datadir}/lyx/lyxrc.defaults %ghost %{_datadir}/lyx/*.lst @@ -220,7 +219,7 @@ %changelog -* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) * Thu Jul 13 2006 Rex Dieter 1.4.2-2 From fedora-extras-commits at redhat.com Fri Aug 18 12:48:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:48:09 -0700 Subject: rpms/lyx/FC-5 lyx.spec,1.40,1.41 Message-ID: <200608181248.k7ICmBLC029135@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29118 Modified Files: lyx.spec Log Message: fix dup'd file listing Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-5/lyx.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- lyx.spec 18 Aug 2006 12:45:45 -0000 1.40 +++ lyx.spec 18 Aug 2006 12:48:09 -0000 1.41 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -201,7 +201,6 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist %ghost %{_datadir}/lyx/lyxrc.defaults %ghost %{_datadir}/lyx/*.lst @@ -220,7 +219,7 @@ %changelog -* Thu Aug 17 2006 Rex Dieter 1.4.2-3 +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) * Thu Jul 13 2006 Rex Dieter 1.4.2-2 From fedora-extras-commits at redhat.com Fri Aug 18 12:48:43 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 05:48:43 -0700 Subject: rpms/lyx/FC-4 lyx.spec,1.27,1.28 Message-ID: <200608181248.k7ICmjD6029210@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/lyx/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29191 Modified Files: lyx.spec Log Message: * Thu Aug 17 2006 Rex Dieter 1.4.2-4 - owowned files, incomplete package removal (bug #201197) Index: lyx.spec =================================================================== RCS file: /cvs/extras/rpms/lyx/FC-4/lyx.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- lyx.spec 25 Jul 2006 18:30:10 -0000 1.27 +++ lyx.spec 18 Aug 2006 12:48:43 -0000 1.28 @@ -2,7 +2,7 @@ Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 1.4.2 -Release: 2%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -157,6 +157,8 @@ # ghost'd files touch $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.defaults +touch $RPM_BUILD_ROOT%{_datadir}/lyx/{packages,textclass}.lst +touch $RPM_BUILD_ROOT%{_datadir}/lyx/doc/LaTeXConfig.lyx %find_lang %{name} @@ -199,8 +201,10 @@ %{_mandir}/man1/* %{_datadir}/icons/hicolor/*/*/* %{_datadir}/lyx/ -%ghost %{_datadir}/lyx/lyxrc.defaults %config(noreplace) %{_datadir}/lyx/lyxrc.dist +%ghost %{_datadir}/lyx/lyxrc.defaults +%ghost %{_datadir}/lyx/*.lst +%ghost %{_datadir}/lyx/doc/LaTeXConfig.lyx %{_datadir}/texmf/tex/latex/lyx/ %files qt @@ -215,6 +219,9 @@ %changelog +* Thu Aug 17 2006 Rex Dieter 1.4.2-4 +- owowned files, incomplete package removal (bug #201197) + * Thu Jul 13 2006 Rex Dieter 1.4.2-2 - 1.4.2 From fedora-extras-commits at redhat.com Fri Aug 18 13:37:58 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Fri, 18 Aug 2006 06:37:58 -0700 Subject: rpms/uw-imap/devel imap-legacy.pam, NONE, 1.1 imap.pam, 1.1, 1.2 uw-imap.spec, 1.8, 1.9 imap.fc5.pam, 1.1, NONE Message-ID: <200608181338.k7IDc0RK032175@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32155 Modified Files: imap.pam uw-imap.spec Added Files: imap-legacy.pam Removed Files: imap.fc5.pam Log Message: * Fri Aug 18 2006 Rex Dieter 2004g-5 - cleanup, respin for fc6 --- NEW FILE imap-legacy.pam --- #%PAM-1.0 auth required pam_nologin.so auth required pam_stack.so service=system-auth account required pam_stack.so service=system-auth session required pam_stack.so service=system-auth Index: imap.pam =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/imap.pam,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imap.pam 17 Nov 2005 13:59:25 -0000 1.1 +++ imap.pam 18 Aug 2006 13:37:58 -0000 1.2 @@ -1,5 +1,5 @@ #%PAM-1.0 auth required pam_nologin.so -auth required pam_stack.so service=system-auth -account required pam_stack.so service=system-auth -session required pam_stack.so service=system-auth +auth include system-auth +account include system-auth +session include system-auth Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- uw-imap.spec 1 Mar 2006 15:52:51 -0000 1.8 +++ uw-imap.spec 18 Aug 2006 13:37:58 -0000 1.9 @@ -6,7 +6,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2004g -Release: 4%{?dist}.2 +Release: 5%{?dist} License: University of Washington Free-Fork License Group: System Environment/Daemons @@ -29,9 +29,9 @@ Obsoletes: imap < 1:%{version} # legacy/old pam setup, using pam_stack.so -Source1: imap.pam +Source1: imap-legacy.pam # new pam setup, using new "include" feature -Source2: imap.fc5.pam +Source2: imap.pam Source3: imap-xinetd Source4: ipop2-xinetd Source5: ipop3-xinetd @@ -233,7 +233,7 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc docs/SSLBUILD %config %{_sysconfdir}/pam.d/imap %config %{_sysconfdir}/pam.d/pop @@ -252,7 +252,7 @@ %{_sbindir}/imapd %files utils -%defattr(-,root,root) +%defattr(-,root,root,-) %{_bindir}/* %attr(2755, root, mail) %{_sbindir}/mlock %{_mandir}/man1/* @@ -263,7 +263,7 @@ %{_libdir}/lib%{soname}.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %{_includedir}/imap/ %{_libdir}/c-client.a %{_libdir}/libc-client.a @@ -271,6 +271,9 @@ %changelog +* Fri Aug 18 2006 Rex Dieter 2004g-5 +- cleanup, respin for fc6 + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- imap.fc5.pam DELETED --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:33 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:33 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel - New directory Message-ID: <200608181519.k7IFJZSv005395@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5366/perl-POE-Component-Server-XMLRPC/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 15:19:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:32 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC - New directory Message-ID: <200608181519.k7IFJY9U005392@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5366/perl-POE-Component-Server-XMLRPC Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 15:19:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:37 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608181519.k7IFJd45005430@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5402 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-XMLRPC --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-XMLRPC all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:42 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:42 -0700 Subject: owners owners.list,1.1421,1.1422 Message-ID: <200608181519.k7IFJiZm005460@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5436 Modified Files: owners.list Log Message: added perl-POE-Component-Server-XMLRPC Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1421 retrieving revision 1.1422 diff -u -r1.1421 -r1.1422 --- owners.list 18 Aug 2006 09:56:46 -0000 1.1421 +++ owners.list 18 Aug 2006 15:19:42 -0000 1.1422 @@ -1396,6 +1396,7 @@ Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SSLify|Makes using SSL in the world of POE easy!|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 15:19:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:38 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181519.k7IFJehc005433@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5402/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-XMLRPC --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 15:19:48 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:48 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC import.log,1.1,1.2 Message-ID: <200608181519.k7IFJo49005504@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5471 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-XMLRPC-0.05-1.fc5 on branch devel from perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 15:19:37 -0000 1.1 +++ import.log 18 Aug 2006 15:19:48 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-XMLRPC-0_05-1_fc5:HEAD:perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm:1155914394 From fedora-extras-commits at redhat.com Fri Aug 18 15:19:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:19:49 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel perl-POE-Component-Server-XMLRPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181519.k7IFJpOZ005509@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5471/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-XMLRPC.spec Log Message: auto-import perl-POE-Component-Server-XMLRPC-0.05-1.fc5 on branch devel from perl-POE-Component-Server-XMLRPC-0.05-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-XMLRPC.spec --- Name: perl-POE-Component-Server-XMLRPC Version: 0.05 Release: 1%{?dist} Summary: Publish POE event handlers via XMLRPC over HTTP License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-XMLRPC/ Source0: http://www.cpan.org/authors/id/M/MA/MAHEX/POE-Component-Server-XMLRPC-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) #BuildRequires: perl( BuildRequires: perl(POE) >= 0.22 BuildRequires: perl(XMLRPC::Lite) >= 0.28 BuildRequires: perl(POE::Component::Server::HTTP) >= 0.02 %description POE::Component::Server::XMLRPC is a bolt-on component that can publish a event handlers via XMLRPC over HTTP. %prep %setup -q -n POE-Component-Server-XMLRPC-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Aug 11 2006 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 15:19:38 -0000 1.1 +++ .cvsignore 18 Aug 2006 15:19:49 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-XMLRPC-0.05.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 15:19:38 -0000 1.1 +++ sources 18 Aug 2006 15:19:49 -0000 1.2 @@ -0,0 +1 @@ +263fd98df07331d64be5beb75b07835a POE-Component-Server-XMLRPC-0.05.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 15:21:32 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 08:21:32 -0700 Subject: rpms/perl-POE-Component-Server-XMLRPC/devel perl-POE-Component-Server-XMLRPC.spec, 1.1, 1.2 Message-ID: <200608181521.k7IFLYcE005562@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5545 Modified Files: perl-POE-Component-Server-XMLRPC.spec Log Message: bump Index: perl-POE-Component-Server-XMLRPC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/perl-POE-Component-Server-XMLRPC.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-XMLRPC.spec 18 Aug 2006 15:19:49 -0000 1.1 +++ perl-POE-Component-Server-XMLRPC.spec 18 Aug 2006 15:21:32 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-XMLRPC Version: 0.05 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Publish POE event handlers via XMLRPC over HTTP License: GPL or Artistic Group: Development/Libraries @@ -11,7 +11,6 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -#BuildRequires: perl( BuildRequires: perl(POE) >= 0.22 BuildRequires: perl(XMLRPC::Lite) >= 0.28 BuildRequires: perl(POE::Component::Server::HTTP) >= 0.02 @@ -58,6 +57,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 0.05-2 +- bump + * Fri Aug 11 2006 Chris Weyl 0.05-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 17:08:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:05 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP - New directory Message-ID: <200608181708.k7IH87rV011269@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11242/perl-POE-Component-Server-SimpleHTTP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 17:08:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:09 -0700 Subject: owners owners.list,1.1422,1.1423 Message-ID: <200608181708.k7IH8Bup011289@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11268 Modified Files: owners.list Log Message: added perl-POE-Component-Server-SimpleHTTP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1422 retrieving revision 1.1423 diff -u -r1.1422 -r1.1423 --- owners.list 18 Aug 2006 15:19:42 -0000 1.1422 +++ owners.list 18 Aug 2006 17:08:08 -0000 1.1423 @@ -1396,6 +1396,7 @@ Fedora Extras|perl-POE-Component-JobQueue|Process a large number of tasks with a finite number of workers|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-SimpleHTTP|Serve HTTP requests in POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 17:08:06 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:06 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel - New directory Message-ID: <200608181708.k7IH88JX011272@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11242/perl-POE-Component-Server-SimpleHTTP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 17:08:15 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:15 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608181708.k7IH8H4c011331@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11298 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-SimpleHTTP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-SimpleHTTP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 17:08:16 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:16 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181708.k7IH8IA4011334@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11298/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-SimpleHTTP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 17:08:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:29 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP import.log,1.1,1.2 Message-ID: <200608181709.k7IH91GK011385@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5 on branch devel from perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 17:08:15 -0000 1.1 +++ import.log 18 Aug 2006 17:08:28 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-SimpleHTTP-1_11-1_fc5:HEAD:perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm:1155920914 From fedora-extras-commits at redhat.com Fri Aug 18 17:08:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:08:29 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181709.k7IH91wh011389@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11347/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: auto-import perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5 on branch devel from perl-POE-Component-Server-SimpleHTTP-1.11-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-SimpleHTTP.spec --- Name: perl-POE-Component-Server-SimpleHTTP Version: 1.11 Release: 1%{?dist} Summary: Serve HTTP requests in POE License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SimpleHTTP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) BuildRequires: perl(IPC::Shareable) # >= 0.27 vvvvvvvvv BuildRequires: perl(POE) BuildRequires: perl(POE::Component::SSLify) >= 0.04 BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter::HTTPD) BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) #Requires: perl(HTTP::Date) #Requires: perl(HTTP::Request) #Requires: perl(HTTP::Response) #Requires: perl(IPC::Shareable) #Requires: perl(POE) >= 0.27 #Requires: perl(POE::Component::SSLify) >= 0.04 #Requires: perl(POE::Driver::SysRW) #Requires: perl(POE::Filter::HTTPD) #Requires: perl(POE::Wheel::ReadWrite) #Requires: perl(POE::Wheel::SocketFactory) %description This module makes serving up HTTP requests a breeze in POE. %prep %setup -q -n POE-Component-Server-SimpleHTTP-%{version} %build (echo y ; echo y) | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.11-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 17:08:16 -0000 1.1 +++ .cvsignore 18 Aug 2006 17:08:29 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-SimpleHTTP-1.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 17:08:16 -0000 1.1 +++ sources 18 Aug 2006 17:08:29 -0000 1.2 @@ -0,0 +1 @@ +dec01e04284b5acda6d706018b1f499c POE-Component-Server-SimpleHTTP-1.11.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 17:10:38 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 10:10:38 -0700 Subject: rpms/perl-POE-Component-Server-SimpleHTTP/devel perl-POE-Component-Server-SimpleHTTP.spec, 1.1, 1.2 Message-ID: <200608181710.k7IHAeIH011450@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11433 Modified Files: perl-POE-Component-Server-SimpleHTTP.spec Log Message: bump Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-SimpleHTTP.spec 18 Aug 2006 17:08:29 -0000 1.1 +++ perl-POE-Component-Server-SimpleHTTP.spec 18 Aug 2006 17:10:38 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SimpleHTTP Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Serve HTTP requests in POE License: GPL or Artistic Group: Development/Libraries @@ -23,17 +23,6 @@ BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) -#Requires: perl(HTTP::Date) -#Requires: perl(HTTP::Request) -#Requires: perl(HTTP::Response) -#Requires: perl(IPC::Shareable) -#Requires: perl(POE) >= 0.27 -#Requires: perl(POE::Component::SSLify) >= 0.04 -#Requires: perl(POE::Driver::SysRW) -#Requires: perl(POE::Filter::HTTPD) -#Requires: perl(POE::Wheel::ReadWrite) -#Requires: perl(POE::Wheel::SocketFactory) - %description This module makes serving up HTTP requests a breeze in POE. @@ -73,6 +62,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 1.11-2 +- bump + * Wed Aug 16 2006 Chris Weyl 1.11-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Fri Aug 18 18:38:22 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:38:22 -0700 Subject: owners owners.list,1.1423,1.1424 Message-ID: <200608181838.k7IIcPdY014541@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14524 Modified Files: owners.list Log Message: Add perl-Sys-Virt. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1423 retrieving revision 1.1424 diff -u -r1.1423 -r1.1424 --- owners.list 18 Aug 2006 17:08:08 -0000 1.1423 +++ owners.list 18 Aug 2006 18:38:22 -0000 1.1424 @@ -1436,6 +1436,7 @@ Fedora Extras|perl-SVK|Distributed Version Control System|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Mirror|Mirror remote repository to local Subversion repository|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Simple|Simple interface to subversion's editor interface|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Taint-Runtime|Runtime enable taint checking|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Plugin-Class|Allow calling of class methods on arbitrary classes|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Toolkit|Template processing system|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 18:39:39 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:39 -0700 Subject: rpms/perl-Sys-Virt - New directory Message-ID: <200608181839.k7IIdfOg014626@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14604/perl-Sys-Virt Log Message: Directory /cvs/extras/rpms/perl-Sys-Virt added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 18:39:39 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:39 -0700 Subject: rpms/perl-Sys-Virt/devel - New directory Message-ID: <200608181839.k7IIdfNG014629@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14604/perl-Sys-Virt/devel Log Message: Directory /cvs/extras/rpms/perl-Sys-Virt/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 18:39:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:57 -0700 Subject: rpms/perl-Sys-Virt Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608181839.k7IIdxSx014683@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650 Added Files: Makefile import.log Log Message: Setup of module perl-Sys-Virt --- NEW FILE Makefile --- # Top level Makefile for module perl-Sys-Virt all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 18:39:58 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:39:58 -0700 Subject: rpms/perl-Sys-Virt/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608181840.k7IIe04t014686@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14650/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Sys-Virt --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 18:40:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:40:27 -0700 Subject: rpms/perl-Sys-Virt import.log,1.1,1.2 Message-ID: <200608181840.k7IIexg7014760@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14723 Modified Files: import.log Log Message: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from perl-Sys-Virt-0.1.1-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 18:39:57 -0000 1.1 +++ import.log 18 Aug 2006 18:40:27 -0000 1.2 @@ -0,0 +1 @@ +perl-Sys-Virt-0_1_1-3:HEAD:perl-Sys-Virt-0.1.1-3.src.rpm:1155926427 From fedora-extras-commits at redhat.com Fri Aug 18 18:40:28 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 11:40:28 -0700 Subject: rpms/perl-Sys-Virt/devel Sys-Virt-Domain-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608181841.k7IIf0ZG014764@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14723/devel Modified Files: .cvsignore sources Added Files: Sys-Virt-Domain-doc.patch perl-Sys-Virt.spec Log Message: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from perl-Sys-Virt-0.1.1-3.src.rpm Sys-Virt-Domain-doc.patch: --- NEW FILE Sys-Virt-Domain-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-12 15:39:40.000000000 -0500 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain --- NEW FILE perl-Sys-Virt.spec --- Name: perl-Sys-Virt Version: 0.1.1 Release: 3%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz Patch0: Sys-Virt-Domain-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. %prep %setup -q -n Sys-Virt-%{version} %patch -p1 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL sed -i -e '/\.spec\.PL$/d' MANIFEST rm -f *.spec.PL %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Sys* %{_mandir}/man3/* %changelog * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. * Sat Aug 12 2006 Steven Pritchard 0.1.1-2 - Add Sys-Virt-Domain-doc.patch. * Sat Aug 12 2006 Steven Pritchard 0.1.1-1 - Specfile autogenerated by cpanspec 1.68. - BR libvirt-devel and pkgconfig. - Fix License. - Drop non-doc autobuild.sh and add the examples directory. - Don't try to build the included perl-Sys-Virt.spec. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 18:39:58 -0000 1.1 +++ .cvsignore 18 Aug 2006 18:40:28 -0000 1.2 @@ -0,0 +1 @@ +Sys-Virt-0.1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 18:39:58 -0000 1.1 +++ sources 18 Aug 2006 18:40:28 -0000 1.2 @@ -0,0 +1 @@ +63b776d65213df313685fc93b808b3bf Sys-Virt-0.1.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 19:21:29 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 12:21:29 -0700 Subject: owners owners.list,1.1424,1.1425 Message-ID: <200608181921.k7IJLV6M018543@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18524 Modified Files: owners.list Log Message: Add author of Sys::Virt to initial CC list. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1424 retrieving revision 1.1425 diff -u -r1.1424 -r1.1425 --- owners.list 18 Aug 2006 18:38:22 -0000 1.1424 +++ owners.list 18 Aug 2006 19:21:28 -0000 1.1425 @@ -1436,7 +1436,7 @@ Fedora Extras|perl-SVK|Distributed Version Control System|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Mirror|Mirror remote repository to local Subversion repository|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-SVN-Simple|Simple interface to subversion's editor interface|ianburrell at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com -Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-Sys-Virt|Represent and manage a libvirt hypervisor connection|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com,berrange at redhat.com Fedora Extras|perl-Taint-Runtime|Runtime enable taint checking|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Plugin-Class|Allow calling of class methods on arbitrary classes|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Template-Toolkit|Template processing system|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Fri Aug 18 19:35:55 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Fri, 18 Aug 2006 12:35:55 -0700 Subject: mock mock.spec,1.16.2.3,1.16.2.4 Message-ID: <200608181935.k7IJZt8H018834@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18814 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: updated version to 0.6.1 and pushed release back to 1 Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.3 retrieving revision 1.16.2.4 diff -u -r1.16.2.3 -r1.16.2.4 --- mock.spec 16 Aug 2006 19:38:29 -0000 1.16.2.3 +++ mock.spec 18 Aug 2006 19:35:52 -0000 1.16.2.4 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 5%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 19:40:07 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 18 Aug 2006 12:40:07 -0700 Subject: fedora-security/audit fc5,1.285,1.286 fc6,1.21,1.22 Message-ID: <200608181940.k7IJe75A018996@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18967 Modified Files: fc5 fc6 Log Message: Note the xorg pcf issue also affects vnc. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.285 retrieving revision 1.286 diff -u -r1.285 -r1.286 --- fc5 17 Aug 2006 13:47:04 -0000 1.285 +++ fc5 18 Aug 2006 19:40:05 -0000 1.286 @@ -69,6 +69,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) +CVE-2006-3467 VULNERABLE (vnc) #203174 CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- fc6 16 Aug 2006 13:39:26 -0000 1.21 +++ fc6 18 Aug 2006 19:40:05 -0000 1.22 @@ -56,6 +56,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) +CVE-2006-3467 VULNERABLE (vnc) CVE-2006-3467 VULNERABLE (libXfont) bz#202683 CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch From fedora-extras-commits at redhat.com Fri Aug 18 19:59:13 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Fri, 18 Aug 2006 12:59:13 -0700 Subject: fedora-security/audit fc5,1.286,1.287 fc6,1.22,1.23 Message-ID: <200608181959.k7IJxDDL019086@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19065/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-4093 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.286 retrieving revision 1.287 diff -u -r1.286 -r1.287 --- fc5 18 Aug 2006 19:40:05 -0000 1.286 +++ fc5 18 Aug 2006 19:59:11 -0000 1.287 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 +CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- fc6 18 Aug 2006 19:40:05 -0000 1.22 +++ fc6 18 Aug 2006 19:59:11 -0000 1.23 @@ -4,6 +4,7 @@ ** are items that need attention CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 +CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 CVE-2006-4019 VULNERABLE (squirrelmail, fixed 1.4.8) bz#202677 [fixed rawhide] From fedora-extras-commits at redhat.com Fri Aug 18 20:12:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 13:12:49 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec,1.1,1.2 Message-ID: <200608182012.k7IKCpN5021785@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21768 Modified Files: perl-Sys-Virt.spec Log Message: BR xen-devel. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Sys-Virt.spec 18 Aug 2006 18:40:28 -0000 1.1 +++ perl-Sys-Virt.spec 18 Aug 2006 20:12:49 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,6 +13,7 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +BuildRequires: xen-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -57,6 +58,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-4 +- BR xen-devel. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. From fedora-extras-commits at redhat.com Fri Aug 18 20:48:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:31 -0700 Subject: rpms/hnb - New directory Message-ID: <200608182048.k7IKmXdB022044@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22018/hnb Log Message: Directory /cvs/extras/rpms/hnb added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 20:48:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:31 -0700 Subject: rpms/hnb/devel - New directory Message-ID: <200608182048.k7IKmXOY022047@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22018/hnb/devel Log Message: Directory /cvs/extras/rpms/hnb/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 18 20:48:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:48 -0700 Subject: rpms/hnb Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608182048.k7IKmogd022096@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22063 Added Files: Makefile import.log Log Message: Setup of module hnb --- NEW FILE Makefile --- # Top level Makefile for module hnb all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 18 20:48:48 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:48:48 -0700 Subject: rpms/hnb/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608182048.k7IKmo2l022099@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22063/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hnb --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 18 20:51:10 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:51:10 -0700 Subject: rpms/hnb import.log,1.1,1.2 Message-ID: <200608182051.k7IKpCBn022178@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22143 Modified Files: import.log Log Message: auto-import hnb-1.9.18-1 on branch devel from hnb-1.9.18-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/hnb/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 18 Aug 2006 20:48:48 -0000 1.1 +++ import.log 18 Aug 2006 20:51:10 -0000 1.2 @@ -0,0 +1 @@ +hnb-1_9_18-1:HEAD:hnb-1.9.18-1.src.rpm:1155934380 From fedora-extras-commits at redhat.com Fri Aug 18 20:51:11 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:51:11 -0700 Subject: rpms/hnb/devel hnb-compile.patch, NONE, 1.1 hnb-rpm.patch, NONE, 1.1 hnb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608182051.k7IKpD3I022187@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22143/devel Modified Files: .cvsignore sources Added Files: hnb-compile.patch hnb-rpm.patch hnb.spec Log Message: auto-import hnb-1.9.18-1 on branch devel from hnb-1.9.18-1.src.rpm hnb-compile.patch: --- NEW FILE hnb-compile.patch --- --- hnb-1.9.18/src/prefs.c.compile 2003-08-27 04:50:59.000000000 +0200 +++ hnb-1.9.18/src/prefs.c 2006-08-18 21:18:06.000000000 +0200 @@ -84,7 +84,7 @@ FILE *file; file = fopen (prefs.rc_file, "w"); - fprintf (file, + (fprintf) (file, #include "hnbrc.inc" ); fclose (file); --- hnb-1.9.18/src/expanded.c.compile 2003-08-27 04:50:59.000000000 +0200 +++ hnb-1.9.18/src/expanded.c 2006-08-18 21:18:06.000000000 +0200 @@ -18,9 +18,9 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include "tree.h" #include "cli.h" -#define NULL 0 #include "evilloop.h" #include "ctype.h" hnb-rpm.patch: --- NEW FILE hnb-rpm.patch --- --- hnb-1.9.18/src/libcli/Makefile.r 2004-09-22 16:19:52.000000000 +0200 +++ hnb-1.9.18/src/libcli/Makefile 2004-09-22 16:19:42.000000000 +0200 @@ -1,4 +1,4 @@ -CFLAGS = -Wall +CFLAGS = -Wall $(RPM_OPT_FLAGS) OBJS = cli.o cli_history.o cli_tokenize.o --- hnb-1.9.18/src/Makefile.r 2003-08-27 04:50:58.000000000 +0200 +++ hnb-1.9.18/src/Makefile 2004-09-22 16:19:20.000000000 +0200 @@ -1,5 +1,5 @@ LIBS=-lncurses libcli/libcli.a -CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g +CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic $(RPM_OPT_FLAGS) CFILES=$(wildcard *.c) OBJS=$(patsubst %.c,%.o,$(CFILES)) --- NEW FILE hnb.spec --- Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 Release: 1 License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity Source0: http://hnb.sourceforge.net/.files/%{name}-%{version}.tar.gz Patch0: %{name}-rpm.patch Patch1: %{name}-compile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel %description Hierarchical notebook(hnb) is a curses program to structure many kinds of data in one place, for example addresses, to-do lists, ideas, book reviews or to store snippets of brainstorming. Writing structured documents and speech outlines. The default format is XML but hnb can also export to ASCII and HTML. External programs may be used for more advanced conversions of the XML data. %prep %setup -q %patch0 -p1 -b .r %patch1 -p1 -b .compile %build %{__make} OPTFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT install -D -p src/hnb $RPM_BUILD_ROOT%{_bindir}/hnb install -D -pm644 doc/hnb.1 $RPM_BUILD_ROOT%{_mandir}/man1/hnb.1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING README doc/Documentation.html doc/hnbrc %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-1 - FE compliance - fixed compilation with gcc4 * Wed Sep 22 2004 Dominik Mierzejewski - initial build - patch to build using RPM_OPT_FLAGS - fix some warnings Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 18 Aug 2006 20:48:48 -0000 1.1 +++ .cvsignore 18 Aug 2006 20:51:11 -0000 1.2 @@ -0,0 +1 @@ +hnb-1.9.18.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 18 Aug 2006 20:48:48 -0000 1.1 +++ sources 18 Aug 2006 20:51:11 -0000 1.2 @@ -0,0 +1 @@ +702867cb3f94936790493eb948c36412 hnb-1.9.18.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 20:54:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 13:54:25 -0700 Subject: rpms/perl-Sys-Virt/FC-5 perl-Sys-Virt.spec,1.1,1.2 Message-ID: <200608182054.k7IKsRsK022246@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22229 Modified Files: perl-Sys-Virt.spec Log Message: Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and libvirt. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/FC-5/perl-Sys-Virt.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Sys-Virt.spec 18 Aug 2006 18:40:28 -0000 1.1 +++ perl-Sys-Virt.spec 18 Aug 2006 20:54:25 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,6 +13,14 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +%if %{!?fedora:0}%{?fedora} >= 6 +BuildRequires: xen-devel +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 ia64 +%else +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -57,6 +65,13 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-5 +- Make this spec work on FC5 or FC6. +- Add ExclusiveArch to match xen and libvirt. + +* Fri Aug 18 2006 Steven Pritchard 0.1.1-4 +- BR xen-devel. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-3 - BR Test::Pod and Test::Pod::Coverage. From fedora-extras-commits at redhat.com Fri Aug 18 20:56:40 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 13:56:40 -0700 Subject: rpms/mock/devel .cvsignore, 1.6, 1.7 devellink.patch, 1.2, 1.3 mock.spec, 1.19, 1.20 sources, 1.9, 1.10 Message-ID: <200608182056.k7IKug7f022318@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22292 Modified Files: .cvsignore devellink.patch mock.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Jun 2006 22:02:07 -0000 1.6 +++ .cvsignore 18 Aug 2006 20:56:39 -0000 1.7 @@ -1,2 +1 @@ -mock-0.6.tar.gz -nosymlink.patch +mock-0.6.1.tar.gz devellink.patch: Index: devellink.patch =================================================================== RCS file: /cvs/extras/rpms/mock/devel/devellink.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- devellink.patch 23 Jun 2006 20:39:23 -0000 1.2 +++ devellink.patch 18 Aug 2006 20:56:39 -0000 1.3 @@ -4,7 +4,7 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ -- ln -sv fedora-5-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ +- ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mock.spec 23 Jun 2006 20:39:23 -0000 1.19 +++ mock.spec 18 Aug 2006 20:56:39 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 4%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -58,7 +58,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -70,6 +70,11 @@ %changelog +* Fri Aug 18 2006 Jesse Keating - 0.6.1-1 +- new upstream version +- Fixes in spec from upstream + - Added buildsys-build specfile to docs + * Fri Jun 23 2006 Jesse Keating - 0.6-4 - And fix the link syntax. Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Jun 2006 22:21:23 -0000 1.9 +++ sources 18 Aug 2006 20:56:39 -0000 1.10 @@ -1 +1 @@ -ac321b9800f83603b548900f9c8576c8 mock-0.6.tar.gz +c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 20:58:27 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 13:58:27 -0700 Subject: rpms/hnb/devel hnb.spec,1.1,1.2 Message-ID: <200608182058.k7IKwTCu022352@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335 Modified Files: hnb.spec Log Message: - added dist tag Index: hnb.spec =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/hnb.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hnb.spec 18 Aug 2006 20:51:11 -0000 1.1 +++ hnb.spec 18 Aug 2006 20:58:26 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 -Release: 1 +Release: 2%{?dist} License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity @@ -44,6 +44,9 @@ %{_mandir}/man1/%{name}.1* %changelog +* Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-2 +- added dist tag + * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-1 - FE compliance - fixed compilation with gcc4 From fedora-extras-commits at redhat.com Fri Aug 18 20:58:50 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 13:58:50 -0700 Subject: rpms/mock/FC-5 devellink.patch,1.2,1.3 mock.spec,1.18,1.19 Message-ID: <200608182058.k7IKwqTP022390@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22365 Modified Files: devellink.patch mock.spec Log Message: new upstream release devellink.patch: Index: devellink.patch =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/devellink.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- devellink.patch 23 Jun 2006 20:39:17 -0000 1.2 +++ devellink.patch 18 Aug 2006 20:58:50 -0000 1.3 @@ -4,7 +4,7 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ -- ln -sv fedora-5-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ +- ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mock.spec 23 Jun 2006 20:39:17 -0000 1.18 +++ mock.spec 18 Aug 2006 20:58:50 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6 -Release: 4%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -58,7 +58,7 @@ %files %defattr(-, root, root) -%doc README ChangeLog +%doc README ChangeLog buildsys-build.spec %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/*.cfg %{_bindir}/%{name} @@ -70,6 +70,11 @@ %changelog +* Fri Aug 18 2006 Jesse Keating - 0.6.1-1 +- new upstream version +- Fixes in spec from upstream + - Added buildsys-build specfile to docs + * Fri Jun 23 2006 Jesse Keating - 0.6-4 - And fix the link syntax. From fedora-extras-commits at redhat.com Fri Aug 18 21:00:07 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:00:07 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec,1.2,1.3 Message-ID: <200608182100.k7IL09bx022429@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22407 Modified Files: perl-Sys-Virt.spec Log Message: Make this spec work on FC5 or FC6. Add ExclusiveArch to match xen and libvirt. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sys-Virt.spec 18 Aug 2006 20:12:49 -0000 1.2 +++ perl-Sys-Virt.spec 18 Aug 2006 21:00:07 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -13,7 +13,14 @@ BuildRequires: libvirt-devel >= 0.1.1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320 BuildRequires: /usr/bin/pkg-config +%if %{!?fedora:0}%{?fedora} >= 6 BuildRequires: xen-devel +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 ia64 +%else +# libvirt/xen are only available on these: +ExclusiveArch: i386 x86_64 +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -58,6 +65,10 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.1.1-5 +- Make this spec work on FC5 or FC6. +- Add ExclusiveArch to match xen and libvirt. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-4 - BR xen-devel. From fedora-extras-commits at redhat.com Fri Aug 18 21:00:52 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Fri, 18 Aug 2006 14:00:52 -0700 Subject: owners owners.list,1.1425,1.1426 Message-ID: <200608182100.k7IL0s32022611@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22589 Modified Files: owners.list Log Message: Add myself as the maintainer of hnb. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1425 retrieving revision 1.1426 diff -u -r1.1425 -r1.1426 --- owners.list 18 Aug 2006 19:21:28 -0000 1.1425 +++ owners.list 18 Aug 2006 21:00:52 -0000 1.1426 @@ -581,6 +581,7 @@ Fedora Extras|hfsplusutils|Tools for reading Macintosh HFS+ volumes|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| +Fedora Extras|hnb|Hierarchical Notebook|rpm at greysector.net|extras-qa at fedoraproject.org| Fedora Extras|hpic|Healpix manipulation binaries and library|matt at truch.net|extras-qa at fedoraproject.org| Fedora Extras|hping2|Software to do TCP/IP stack auditing and much more|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|hping3|Software to do TCP/IP stack auditing and much more|paul at xtdnet.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 18 21:10:23 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 18 Aug 2006 14:10:23 -0700 Subject: fedora-security/audit fc5,1.287,1.288 fc6,1.23,1.24 Message-ID: <200608182110.k7ILANqt025329@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25307 Modified Files: fc5 fc6 Log Message: Note two new mysql CVE ids. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.287 retrieving revision 1.288 diff -u -r1.287 -r1.288 --- fc5 18 Aug 2006 19:59:11 -0000 1.287 +++ fc5 18 Aug 2006 21:10:21 -0000 1.288 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- fc6 18 Aug 2006 19:59:11 -0000 1.23 +++ fc6 18 Aug 2006 21:10:21 -0000 1.24 @@ -3,6 +3,8 @@ ** are items that need attention +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Fri Aug 18 21:11:58 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Fri, 18 Aug 2006 14:11:58 -0700 Subject: rpms/mock/FC-5 .cvsignore,1.6,1.7 sources,1.9,1.10 Message-ID: <200608182112.k7ILC0tg025360@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25341 Modified Files: .cvsignore sources Log Message: upload new source Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 21 Jun 2006 22:06:45 -0000 1.6 +++ .cvsignore 18 Aug 2006 21:11:58 -0000 1.7 @@ -1,2 +1 @@ -mock-0.6.tar.gz -nosymlink.patch +mock-0.6.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 21 Jun 2006 22:21:23 -0000 1.9 +++ sources 18 Aug 2006 21:11:58 -0000 1.10 @@ -1 +1 @@ -ac321b9800f83603b548900f9c8576c8 mock-0.6.tar.gz +c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 21:26:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:26:52 -0700 Subject: rpms/trackballs-music/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trackballs-music.spec, 1.1, 1.2 Message-ID: <200608182126.k7ILQsaZ025462@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25441 Modified Files: .cvsignore sources trackballs-music.spec Log Message: * Fri Aug 18 2006 Hans de Goede 1.2-3 - Add two new music tracks just released by upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 +++ .cvsignore 18 Aug 2006 21:26:52 -0000 1.3 @@ -2,3 +2,5 @@ tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg +tb_schizophrenia.ogg +tb_sorrow.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 19:19:37 -0000 1.2 +++ sources 18 Aug 2006 21:26:52 -0000 1.3 @@ -2,3 +2,5 @@ 2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg 5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg +6e18fc7a81df486483df7c198465049e tb_schizophrenia.ogg +b4d634cd2d3613e1f8e2f2dc35e99f1c tb_sorrow.ogg Index: trackballs-music.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/devel/trackballs-music.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs-music.spec 15 Aug 2006 18:55:32 -0000 1.1 +++ trackballs-music.spec 18 Aug 2006 21:26:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs-music Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL @@ -9,6 +9,8 @@ Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg +Source4: http://dl.sf.net/sourceforge/trackballs/tb_schizophrenia.ogg +Source5: http://dl.sf.net/sourceforge/trackballs/tb_sorrow.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 @@ -28,8 +30,8 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music -install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ - $RPM_BUILD_ROOT%{_datadir}/trackballs/music +install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \ + %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean @@ -42,6 +44,9 @@ %changelog +* Fri Aug 18 2006 Hans de Goede 1.2-3 +- Add two new music tracks just released by upstream + * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep From fedora-extras-commits at redhat.com Fri Aug 18 21:29:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:29:48 -0700 Subject: rpms/trackballs-music/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trackballs-music.spec, 1.1, 1.2 Message-ID: <200608182129.k7ILToPk025545@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25524 Modified Files: .cvsignore sources trackballs-music.spec Log Message: * Fri Aug 18 2006 Hans de Goede 1.2-3 - Add two new music tracks just released by upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 15 Aug 2006 19:19:37 -0000 1.2 +++ .cvsignore 18 Aug 2006 21:29:48 -0000 1.3 @@ -2,3 +2,5 @@ tb_genesis.ogg tb_hrluebke.ogg tb_plinkeplanke.ogg +tb_schizophrenia.ogg +tb_sorrow.ogg Index: sources =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 15 Aug 2006 19:19:37 -0000 1.2 +++ sources 18 Aug 2006 21:29:48 -0000 1.3 @@ -2,3 +2,5 @@ 2d254de734c8d1c07ebd0c8d6fb893c0 tb_genesis.ogg ab033eac91054ed9700f6e0a8e2f1280 tb_hrluebke.ogg 5a968fb86cc43fa08bbe323b63d0a457 tb_plinkeplanke.ogg +6e18fc7a81df486483df7c198465049e tb_schizophrenia.ogg +b4d634cd2d3613e1f8e2f2dc35e99f1c tb_sorrow.ogg Index: trackballs-music.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs-music/FC-5/trackballs-music.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs-music.spec 15 Aug 2006 18:55:32 -0000 1.1 +++ trackballs-music.spec 18 Aug 2006 21:29:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs-music Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: In-game music for Trackballs Group: Amusements/Games License: GPL @@ -9,6 +9,8 @@ Source1: http://dl.sf.net/sourceforge/trackballs/tb_genesis.ogg Source2: http://dl.sf.net/sourceforge/trackballs/tb_hrluebke.ogg Source3: http://dl.sf.net/sourceforge/trackballs/tb_plinkeplanke.ogg +Source4: http://dl.sf.net/sourceforge/trackballs/tb_schizophrenia.ogg +Source5: http://dl.sf.net/sourceforge/trackballs/tb_sorrow.ogg BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: trackballs >= 1.1.2 @@ -28,8 +30,8 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/trackballs/music -install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \ - $RPM_BUILD_ROOT%{_datadir}/trackballs/music +install -p -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \ + %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/trackballs/music %clean @@ -42,6 +44,9 @@ %changelog +* Fri Aug 18 2006 Hans de Goede 1.2-3 +- Add two new music tracks just released by upstream + * Tue Aug 15 2006 Hans de Goede 1.2-2 - Avoid unnescesarry copy in %%prep From fedora-extras-commits at redhat.com Fri Aug 18 21:35:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 18 Aug 2006 14:35:09 -0700 Subject: comps comps-fe5.xml.in,1.98,1.99 comps-fe6.xml.in,1.89,1.90 Message-ID: <200608182135.k7ILZB5w025816@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25797/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add abuse Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- comps-fe5.xml.in 18 Aug 2006 04:13:27 -0000 1.98 +++ comps-fe5.xml.in 18 Aug 2006 21:35:09 -0000 1.99 @@ -230,6 +230,7 @@ true abe + abuse auriferous blobwars bsd-games @@ -245,6 +246,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- comps-fe6.xml.in 18 Aug 2006 04:13:27 -0000 1.89 +++ comps-fe6.xml.in 18 Aug 2006 21:35:09 -0000 1.90 @@ -252,6 +252,7 @@ true abe + abuse auriferous blobwars bsd-games @@ -268,6 +269,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid From fedora-extras-commits at redhat.com Fri Aug 18 21:43:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:43:00 -0700 Subject: rpms/perl-Archive-Extract/devel .cvsignore, 1.3, 1.4 perl-Archive-Extract.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608182143.k7ILh2De025900@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Archive-Extract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25879 Modified Files: .cvsignore perl-Archive-Extract.spec sources Log Message: Update to 0.12. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 5 Aug 2006 23:45:00 -0000 1.3 +++ .cvsignore 18 Aug 2006 21:43:00 -0000 1.4 @@ -1 +1 @@ -Archive-Extract-0.11.tar.gz +Archive-Extract-0.12.tar.gz Index: perl-Archive-Extract.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/perl-Archive-Extract.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Archive-Extract.spec 5 Aug 2006 23:45:00 -0000 1.2 +++ perl-Archive-Extract.spec 18 Aug 2006 21:43:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Archive-Extract -Version: 0.11 +Version: 0.12 Release: 1%{?dist} Summary: Generic archive extracting mechanism License: GPL or Artistic @@ -42,11 +42,15 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.12-1 +- Update to 0.12. +- Add CHANGES to docs. + * Sat Aug 05 2006 Steven Pritchard 0.11-1 - Update to 0.11. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Archive-Extract/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 5 Aug 2006 23:45:00 -0000 1.3 +++ sources 18 Aug 2006 21:43:00 -0000 1.4 @@ -1 +1 @@ -9ceef03f8cf09620afa7948b6193c56b Archive-Extract-0.11.tar.gz +131e67f4356220e3cc279feb1ffd183a Archive-Extract-0.12.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 21:47:44 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 18 Aug 2006 14:47:44 -0700 Subject: rpms/perl-Module-Load-Conditional/devel .cvsignore, 1.3, 1.4 perl-Module-Load-Conditional.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608182147.k7ILlkCS025989@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Load-Conditional/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25968 Modified Files: .cvsignore perl-Module-Load-Conditional.spec sources Log Message: Update to 0.12. Add CHANGES to docs. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Aug 2006 00:10:55 -0000 1.3 +++ .cvsignore 18 Aug 2006 21:47:44 -0000 1.4 @@ -1 +1 @@ -Module-Load-Conditional-0.10.tar.gz +Module-Load-Conditional-0.12.tar.gz Index: perl-Module-Load-Conditional.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/perl-Module-Load-Conditional.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Module-Load-Conditional.spec 6 Aug 2006 00:10:55 -0000 1.2 +++ perl-Module-Load-Conditional.spec 18 Aug 2006 21:47:44 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Module-Load-Conditional -Version: 0.10 +Version: 0.12 Release: 1%{?dist} Summary: Looking up module information / loading at runtime License: GPL or Artistic @@ -42,11 +42,15 @@ %files %defattr(-,root,root,-) -%doc README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Steven Pritchard 0.12-1 +- Update to 0.12. +- Add CHANGES to docs. + * Sat Aug 05 2006 Steven Pritchard 0.10-1 - Update to 0.10. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Load-Conditional/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Aug 2006 00:10:55 -0000 1.3 +++ sources 18 Aug 2006 21:47:44 -0000 1.4 @@ -1 +1 @@ -7f9d3dc493429163ec0cd87fd0bd80e4 Module-Load-Conditional-0.10.tar.gz +280dff17d332a24437f8b15192ae0c86 Module-Load-Conditional-0.12.tar.gz From fedora-extras-commits at redhat.com Fri Aug 18 22:07:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Fri, 18 Aug 2006 15:07:22 -0700 Subject: rpms/pstoedit/FC-5 pstoedit.spec,1.1,1.2 Message-ID: <200608182207.k7IM7Otq028736@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28719 Modified Files: pstoedit.spec Log Message: Added svg/libplot support Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/FC-5/pstoedit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pstoedit.spec 15 Jun 2006 15:31:09 -0000 1.1 +++ pstoedit.spec 18 Aug 2006 22:07:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -15,6 +15,7 @@ BuildRequires: libpng-devel BuildRequires: dos2unix BuildRequires: ghostscript +BuildRequires: plotutils-devel %description Pstoedit converts PostScript and PDF files to various vector graphic @@ -41,7 +42,7 @@ dos2unix doc/*.htm doc/readme.txt %build -%configure --disable-static --without-emf --without-swf --without-libplot +%configure --disable-static --without-emf --without-swf make @@ -82,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Fri Aug 18 2006 Denis Leroy - 3.44-3 +- Added svg/libplot support + * Thu Jun 15 2006 Denis Leroy - 3.44-2 - Added missing Requires and BuildRequires - Patched configure to prevent CXXFLAGS overwrite From fedora-extras-commits at redhat.com Sat Aug 19 00:34:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:18 -0700 Subject: rpms/hfsplus-tools - New directory Message-ID: <200608190034.k7J0YKMf001974@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1948a/hfsplus-tools Log Message: Directory /cvs/extras/rpms/hfsplus-tools added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:34:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:19 -0700 Subject: rpms/hfsplus-tools/devel - New directory Message-ID: <200608190034.k7J0YLLX001977@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1948a/hfsplus-tools/devel Log Message: Directory /cvs/extras/rpms/hfsplus-tools/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:34:23 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:23 -0700 Subject: rpms/hfsplus-tools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608190034.k7J0YPAt002017@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1984 Added Files: Makefile import.log Log Message: Setup of module hfsplus-tools --- NEW FILE Makefile --- # Top level Makefile for module hfsplus-tools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 00:34:24 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:24 -0700 Subject: rpms/hfsplus-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608190034.k7J0YQVa002020@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1984/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hfsplus-tools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 00:34:49 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:49 -0700 Subject: rpms/hfsplus-tools import.log,1.1,1.2 Message-ID: <200608190034.k7J0YpGP002073@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2039 Modified Files: import.log Log Message: auto-import hfsplus-tools-332.14-1.fc5 on branch devel from hfsplus-tools-332.14-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 00:34:23 -0000 1.1 +++ import.log 19 Aug 2006 00:34:49 -0000 1.2 @@ -0,0 +1 @@ +hfsplus-tools-332_14-1_fc5:HEAD:hfsplus-tools-332.14-1.fc5.src.rpm:1155947695 From fedora-extras-commits at redhat.com Sat Aug 19 00:34:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:50 -0700 Subject: rpms/hfsplus-tools/devel apsl-2.0.txt, NONE, 1.1 hfsplus-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608190034.k7J0Yqwk002078@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2039/devel Modified Files: .cvsignore sources Added Files: apsl-2.0.txt hfsplus-tools.spec Log Message: auto-import hfsplus-tools-332.14-1.fc5 on branch devel from hfsplus-tools-332.14-1.fc5.src.rpm --- NEW FILE apsl-2.0.txt --- APPLE PUBLIC SOURCE LICENSE Version 2.0 - August 6, 2003 Please read this License carefully before downloading this software. By downloading or using this software, you are agreeing to be bound by the terms of this License. If you do not or cannot agree to the terms of this License, please do not download or use the software. 1. General; Definitions. This License applies to any program or other work which Apple Computer, Inc. ("Apple") makes publicly available and which contains a notice placed by Apple identifying such program or work as "Original Code" and stating that it is subject to the terms of this Apple Public Source License version 2.0 ("License"). As used in this License: 1.1 "Applicable Patent Rights" mean: (a) in the case where Apple is the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to Apple and (ii) that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce and/or distribute the Original Code without infringement; and (b) in the case where You are the grantor of rights, (i) claims of patents that are now or hereafter acquired, owned by or assigned to You and (ii) that cover subject matter in Your Modifications, taken alone or in combination with Original Code. 1.2 "Contributor" means any person or entity that creates or contributes to the creation of Modifications. 1.3 "Covered Code" means the Original Code, Modifications, the combination of Original Code and any Modifications, and/or any respective portions thereof. 1.4 "Externally Deploy" means: (a) to sublicense, distribute or otherwise make Covered Code available, directly or indirectly, to anyone other than You; and/or (b) to use Covered Code, alone or as part of a Larger Work, in any way to provide a service, including but not limited to delivery of content, through electronic communication with a client other than You. 1.5 "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. 1.6 "Modifications" mean any addition to, deletion from, and/or change to, the substance and/or structure of the Original Code, any previous Modifications, the combination of Original Code and any previous Modifications, and/or any respective portions thereof. When code is released as a series of files, a Modification is: (a) any addition to or deletion from the contents of a file containing Covered Code; and/or (b) any new file or other representation of computer program statements that contains any part of Covered Code. 1.7 "Original Code" means (a) the Source Code of a program or other work as originally made available by Apple under this License, including the Source Code of any updates or upgrades to such programs or works made available by Apple under this License, and that has been expressly identified by Apple as such in the header file(s) of such work; and (b) the object code compiled from such Source Code and originally made available by Apple under this License. 1.8 "Source Code" means the human readable form of a program or other work that is suitable for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an executable (object code). 1.9 "You" or "Your" means an individual or a legal entity exercising rights under this License. For legal entities, "You" or "Your" includes any entity which controls, is controlled by, or is under common control with, You, where "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. 2. Permitted Uses; Conditions & Restrictions. Subject to the terms and conditions of this License, Apple hereby grants You, effective on the date You accept this License and download the Original Code, a world-wide, royalty-free, non-exclusive license, to the extent of Apple's Applicable Patent Rights and copyrights covering the Original Code, to do the following: 2.1 Unmodified Code. You may use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy verbatim, unmodified copies of the Original Code, for commercial or non-commercial purposes, provided that in each instance: (a) You must retain and reproduce in all copies of Original Code the copyright and other proprietary notices and disclaimers of Apple as they appear in the Original Code, and keep intact all notices in the Original Code that refer to this License; and (b) You must include a copy of this License with every copy of Source Code of Covered Code and documentation You distribute or Externally Deploy, and You may not offer or impose any terms on such Source Code that alter or restrict this License or the recipients' rights hereunder, except as permitted under Section 6. 2.2 Modified Code. You may modify Covered Code and use, reproduce, display, perform, internally distribute within Your organization, and Externally Deploy Your Modifications and Covered Code, for commercial or non-commercial purposes, provided that in each instance You also meet all of these conditions: (a) You must satisfy all the conditions of Section 2.1 with respect to the Source Code of the Covered Code; (b) You must duplicate, to the extent it does not already exist, the notice in Exhibit A in each file of the Source Code of all Your Modifications, and cause the modified files to carry prominent notices stating that You changed the files and the date of any change; and (c) If You Externally Deploy Your Modifications, You must make Source Code of all Your Externally Deployed Modifications either available to those to whom You have Externally Deployed Your Modifications, or publicly available. Source Code of Your Externally Deployed Modifications must be released under the terms set forth in this License, including the license grants set forth in Section 3 below, for as long as you Externally Deploy the Covered Code or twelve (12) months from the date of initial External Deployment, whichever is longer. You should preferably distribute the Source Code of Your Externally Deployed Modifications electronically (e.g. download from a web site). 2.3 Distribution of Executable Versions. In addition, if You Externally Deploy Covered Code (Original Code and/or Modifications) in object code, executable form only, You must include a prominent notice, in the code itself as well as in related documentation, stating that Source Code of the Covered Code is available under the terms of this License with information on how and where to obtain such Source Code. 2.4 Third Party Rights. You expressly acknowledge and agree that although Apple and each Contributor grants the licenses to their respective portions of the Covered Code set forth herein, no assurances are provided by Apple or any Contributor that the Covered Code does not infringe the patent or other intellectual property rights of any other entity. Apple and each Contributor disclaim any liability to You for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, You hereby assume sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow You to distribute the Covered Code, it is Your responsibility to acquire that license before distributing the Covered Code. 3. Your Grants. In consideration of, and as a condition to, the licenses granted to You under this License, You hereby grant to any person or entity receiving or distributing Covered Code under this License a non-exclusive, royalty-free, perpetual, irrevocable license, under Your Applicable Patent Rights and other intellectual property rights (other than patent) owned or controlled by You, to use, reproduce, display, perform, modify, sublicense, distribute and Externally Deploy Your Modifications of the same scope and extent as Apple's licenses under Sections 2.1 and 2.2 above. 4. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In each such instance, You must make sure the requirements of this License are fulfilled for the Covered Code or any portion thereof. 5. Limitations on Patent License. Except as expressly stated in Section 2, no other patent rights, express or implied, are granted by Apple herein. Modifications and/or Larger Works may require additional patent licenses from Apple which Apple may grant in its sole discretion. 6. Additional Terms. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations and/or other rights consistent with the scope of the license granted herein ("Additional Terms") to one or more recipients of Covered Code. However, You may do so only on Your own behalf and as Your sole responsibility, and not on behalf of Apple or any Contributor. You must obtain the recipient's agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold Apple and every Contributor harmless for any liability incurred by or claims asserted against Apple or such Contributor by reason of any such Additional Terms. 7. Versions of the License. Apple may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Once Original Code has been published under a particular version of this License, You may continue to use it under the terms of that version. You may also choose to use such Original Code under the terms of any subsequent version of this License published by Apple. No one other than Apple has the right to modify the terms applicable to Covered Code created under this License. 8. NO WARRANTY OR SUPPORT. The Covered Code may contain in whole or in part pre-release, untested, or not fully tested works. The Covered Code may contain errors that could cause failures or loss of data, and may be incomplete or contain inaccuracies. You expressly acknowledge and agree that use of the Covered Code, or any portion thereof, is at Your sole and entire risk. THE COVERED CODE IS PROVIDED "AS IS" AND WITHOUT WARRANTY, UPGRADES OR SUPPORT OF ANY KIND AND APPLE AND APPLE'S LICENSOR(S) (COLLECTIVELY REFERRED TO AS "APPLE" FOR THE PURPOSES OF SECTIONS 8 AND 9) AND ALL CONTRIBUTORS EXPRESSLY DISCLAIM ALL WARRANTIES AND/OR CONDITIONS, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES AND/OR CONDITIONS OF MERCHANTABILITY, OF SATISFACTORY QUALITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF ACCURACY, OF QUIET ENJOYMENT, AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. APPLE AND EACH CONTRIBUTOR DOES NOT WARRANT AGAINST INTERFERENCE WITH YOUR ENJOYMENT OF THE COVERED CODE, THAT THE FUNCTIONS CONTAINED IN THE COVERED CODE WILL MEET YOUR REQUIREMENTS, THAT THE OPERATION OF THE COVERED CODE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT DEFECTS IN THE COVERED CODE WILL BE CORRECTED. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY APPLE, AN APPLE AUTHORIZED REPRESENTATIVE OR ANY CONTRIBUTOR SHALL CREATE A WARRANTY. You acknowledge that the Covered Code is not intended for use in the operation of nuclear facilities, aircraft navigation, communication systems, or air traffic control machines in which case the failure of the Covered Code could lead to death, personal injury, or severe physical or environmental damage. 9. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT SHALL APPLE OR ANY CONTRIBUTOR BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO THIS LICENSE OR YOUR USE OR INABILITY TO USE THE COVERED CODE, OR ANY PORTION THEREOF, WHETHER UNDER A THEORY OF CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE), PRODUCTS LIABILITY OR OTHERWISE, EVEN IF APPLE OR SUCH CONTRIBUTOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF LIABILITY OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS LIMITATION MAY NOT APPLY TO YOU. In no event shall Apple's total liability to You for all damages (other than as may be required by applicable law) under this License exceed the amount of fifty dollars ($50.00). 10. Trademarks. This License does not grant any rights to use the trademarks or trade names "Apple", "Apple Computer", "Mac", "Mac OS", "QuickTime", "QuickTime Streaming Server" or any other trademarks, service marks, logos or trade names belonging to Apple (collectively "Apple Marks") or to any trademark, service mark, logo or trade name belonging to any Contributor. You agree not to use any Apple Marks in or as part of the name of products derived from the Original Code or to endorse or promote products derived from the Original Code other than as expressly permitted by and in strict compliance at all times with Apple's third party trademark usage guidelines which are posted at http://www.apple.com/legal/guidelinesfor3rdparties.html. 11. Ownership. Subject to the licenses granted under this License, each Contributor retains all rights, title and interest in and to any Modifications made by such Contributor. Apple retains all rights, title and interest in and to the Original Code and any Modifications made by or on behalf of Apple ("Apple Modifications"), and such Apple Modifications will not be automatically subject to this License. Apple may, at its sole discretion, choose to license such Apple Modifications under this License, or on different terms from those contained in this License or may choose not to license them at all. 12. Termination. 12.1 Termination. This License and the rights granted hereunder will terminate: (a) automatically without notice from Apple if You fail to comply with any term(s) of this License and fail to cure such breach within 30 days of becoming aware of such breach; (b) immediately in the event of the circumstances described in Section 13.5(b); or (c) automatically without notice from Apple if You, at any time during the term of this License, commence an action for patent infringement against Apple; provided that Apple did not first commence an action for patent infringement against You in that instance. 12.2 Effect of Termination. Upon termination, You agree to immediately stop any further use, reproduction, modification, sublicensing and distribution of the Covered Code. All sublicenses to the Covered Code which have been properly granted prior to termination shall survive any termination of this License. Provisions which, by their nature, should remain in effect beyond the termination of this License shall survive, including but not limited to Sections 3, 5, 8, 9, 10, 11, 12.2 and 13. No party will be liable to any other for compensation, indemnity or damages of any sort solely as a result of terminating this License in accordance with its terms, and termination of this License will be without prejudice to any other right or remedy of any party. 13. Miscellaneous. 13.1 Government End Users. The Covered Code is a "commercial item" as defined in FAR 2.101. Government software and technical data rights in the Covered Code include only those rights customarily provided to the public as defined in this License. This customary commercial license in technical data and software is provided in accordance with FAR 12.211 (Technical Data) and 12.212 (Computer Software) and, for Department of Defense purchases, DFAR 252.227-7015 (Technical Data -- Commercial Items) and 227.7202-3 (Rights in Commercial Computer Software or Computer Software Documentation). Accordingly, all U.S. Government End Users acquire Covered Code with only those rights set forth herein. 13.2 Relationship of Parties. This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between or among You, Apple or any Contributor, and You will not represent to the contrary, whether expressly, by implication, appearance or otherwise. 13.3 Independent Development. Nothing in this License will impair Apple's right to acquire, license, develop, have others develop for it, market and/or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Larger Works, technology or products that You may develop, produce, market or distribute. 13.4 Waiver; Construction. Failure by Apple or any Contributor to enforce any provision of this License will not be deemed a waiver of future enforcement of that or any other provision. Any law or regulation which provides that the language of a contract shall be construed against the drafter will not apply to this License. 13.5 Severability. (a) If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and effect. (b) Notwithstanding the foregoing, if applicable law prohibits or restricts You from fully and/or specifically complying with Sections 2 and/or 3 or prevents the enforceability of either of those Sections, this License will immediately terminate and You must immediately discontinue any use of the Covered Code and destroy all copies of it that are in your possession or control. 13.6 Dispute Resolution. Any litigation or other dispute resolution between You and Apple relating to this License shall take place in the Northern District of California, and You and Apple hereby consent to the personal jurisdiction of, and venue in, the state and federal courts within that District with respect to this License. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. 13.7 Entire Agreement; Governing Law. This License constitutes the entire agreement between the parties with respect to the subject matter hereof. This License shall be governed by the laws of the United States and the State of California, except that body of California law concerning conflicts of law. Where You are located in the province of Quebec, Canada, the following clause applies: The parties hereby confirm that they have requested that this License and all related documents be drafted in English. Les parties ont exige que le present contrat et tous les documents connexes soient rediges en anglais. EXHIBIT A. "Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. This file contains Original Code and/or Modifications of Original Code as defined in and that are subject to the Apple Public Source License Version 2.0 (the 'License'). You may not use this file except in compliance with the License. Please obtain a copy of the License at http://www.opensource.apple.com/apsl/ and read it before using this file. The Original Code and all software distributed under the License are distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. Please see the License for the specific language governing rights and limitations under the License." --- NEW FILE hfsplus-tools.spec --- Name: hfsplus-tools Version: 332.14 Release: 1%{?dist} Summary: Tools to create/check Apple HFS+ filesystems Group: System Environment/Base License: Apple Public Source License URL: http://gentoo-wiki.com/HOWTO_hfsplus#x86.2FPPC_Linux_port_from_OS_X_10.4.3_.2F_Darwin_8.3 Source0: http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-%{version}.tar.gz Patch0: http://www.ecl.udel.edu/~mcgee/diskdev_cmds/diskdev_cmds-%{version}.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source100: http://www.opensource.org/licenses/apsl-2.0.txt BuildRequires: openssl-devel # those tools are outdated, given the rebuilt mkfs/fsck.hfsplus in this # package. However, I don't want to Obsolete that package yet, as some people # may have a valid use for it on their systems. Conflicts: hfsplusutils # we want this to end up with the other mkfs.*'s, in /sbin %define _exec_prefix / %description HFS+, HFS Plus, or Mac OS Extended are names for a file system developed by Apple Computer to replace their Hierarchical File System (HFS). In addition to being the default file system on modern Apple computers, HFS+ is one of two formats, FAT being the other, that are supported by the iPod hard-disk based music player. Unlike FAT, HFS+ supports UNIX style file permissions, which makes it useful, for serving and sharing files in a secured manner. As Apple Computer's devices and systems become increasingly ubiquitous, it becomes important that Linux fully support this format. This package provides tools to create and check HFS+ filesystems under Linux. The Linux kernel does not support writing to HFS+ journals, writing to a hfsplus partition is recommended only after disabling journaling; however, the kernel, as of version 2.6.16, supports case-sensitivity (also known as HFSX) commit. %prep %setup -q -n hfsplus-mkfs-%{version} -n diskdev_cmds-%{version} %patch0 -p1 # fix CFLAGS... sed -i -e \ 's/^CFLAGS.*/CFLAGS := $(CFLAGS) -I$(PWD)\/include -D_FILE_OFFSET_BITS=64 -DDEBUG_BUILD=0 -D LINUX=1 -D BSD=1/' \ Makefile.lnx # remove errant execute bits find . -type f -name '*.[ch]' -exec chmod -x {} 2>/dev/null ';' # make life easier on doc cp %{SOURCE100} . %build export CFLAGS="%{optflags}" make %{?_smp_mflags} -f Makefile.lnx %install rm -rf %{buildroot} # the actual install... mkdir -p %{buildroot}/%{_sbindir} cp newfs_hfs.tproj/newfs_hfs %{buildroot}/%{_sbindir}/mkfs.hfsplus cp fsck_hfs.tproj/fsck_hfs %{buildroot}/%{_sbindir}/fsck.hfsplus # man pages -- a mildly non-invasive name change is in order mkdir -p %{buildroot}/%{_mandir}/man8 cat fsck_hfs.tproj/fsck_hfs.8 | sed -e 's/[F|f]sck_hfs/fsck.hfsplus/g' \ > %{buildroot}/%{_mandir}/man8/fsck.hfsplus.8 cat newfs_hfs.tproj/newfs_hfs.8 | sed -e 's/[N|n]ewfs_hfs/mkfs.hfsplus/g' \ > %{buildroot}/%{_mandir}/man8/mkfs.hfsplus.8 # and a utility symlink... cd %{buildroot}/%{_sbindir} ln -s mkfs.hfsplus mkfs.hfs ln -s fsck.hfsplus fsck.hfs cd %{buildroot}/%{_mandir}/man8 ln -s fsck.hfsplus.8 fsck.hfs.8 ln -s mkfs.hfsplus.8 mkfs.hfs.8 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc apsl-2.0.txt %{_sbindir}/mkfs.hfsplus %{_sbindir}/mkfs.hfs %{_sbindir}/fsck.hfsplus %{_sbindir}/fsck.hfs %{_mandir}/man8/mkfs.hfsplus.8.gz %{_mandir}/man8/mkfs.hfs.8.gz %{_mandir}/man8/fsck.hfsplus.8.gz %{_mandir}/man8/fsck.hfs.8.gz %changelog * Wed Jul 26 2006 Chris Weyl 332.14-1 - update to 332.14 * Thu Jul 20 2006 Chris Weyl 332.11-1 - add manpages - add a copy of the license - tweak makefiles to build with our CFLAG optimizations, not those hippy optimizations gentoo uses ;) * Tue Jul 04 2006 Chris Weyl 332.11-0 - Build process snagged from Gentoo. Thanks, guys :) - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 00:34:24 -0000 1.1 +++ .cvsignore 19 Aug 2006 00:34:50 -0000 1.2 @@ -0,0 +1,2 @@ +diskdev_cmds-332.14.patch.bz2 +diskdev_cmds-332.14.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 00:34:24 -0000 1.1 +++ sources 19 Aug 2006 00:34:50 -0000 1.2 @@ -0,0 +1,2 @@ +e488b401bec3d5b6884afe4e2a8086e3 diskdev_cmds-332.14.patch.bz2 +30aec5dd1d37ada4ad2cafcf0005035c diskdev_cmds-332.14.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 00:34:55 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:34:55 -0700 Subject: owners owners.list,1.1426,1.1427 Message-ID: <200608190034.k7J0YwJ0002121@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2104 Modified Files: owners.list Log Message: added hfsplus-tools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1426 retrieving revision 1.1427 diff -u -r1.1426 -r1.1427 --- owners.list 18 Aug 2006 21:00:52 -0000 1.1426 +++ owners.list 19 Aug 2006 00:34:55 -0000 1.1427 @@ -578,6 +578,7 @@ Fedora Extras|Hermes|HERMES pixel format conversion library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|hevea|LaTeX to HTML translator|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|hexter-dssi|DSSI software synthesizer plugin emulating DX7|green at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|hfsplus-tools|Tools to create/check Apple HFS+ filesystems|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org| Fedora Extras|hfsplusutils|Tools for reading Macintosh HFS+ volumes|dwmw2 at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|highlight|Universal source code to formatted text converter|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|hmmer|Profile HMM software for protein sequence analysis|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 00:36:58 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:36:58 -0700 Subject: rpms/hfsplus-tools/devel hfsplus-tools.spec,1.1,1.2 Message-ID: <200608190037.k7J0b00j002149@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2132 Modified Files: hfsplus-tools.spec Log Message: bump Index: hfsplus-tools.spec =================================================================== RCS file: /cvs/extras/rpms/hfsplus-tools/devel/hfsplus-tools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hfsplus-tools.spec 19 Aug 2006 00:34:50 -0000 1.1 +++ hfsplus-tools.spec 19 Aug 2006 00:36:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: hfsplus-tools Version: 332.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to create/check Apple HFS+ filesystems Group: System Environment/Base @@ -104,6 +104,9 @@ %changelog +* Fri Aug 18 2006 Chris Weyl 332.14-2 +- bump + * Wed Jul 26 2006 Chris Weyl 332.14-1 - update to 332.14 @@ -113,7 +116,6 @@ - tweak makefiles to build with our CFLAG optimizations, not those hippy optimizations gentoo uses ;) - * Tue Jul 04 2006 Chris Weyl 332.11-0 - Build process snagged from Gentoo. Thanks, guys :) - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 19 00:50:18 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:18 -0700 Subject: rpms/perl-POE-Component-Server-SOAP - New directory Message-ID: <200608190050.k7J0oKfC002454@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/perl-POE-Component-Server-SOAP Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SOAP added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:50:19 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:19 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel - New directory Message-ID: <200608190050.k7J0oLIc002457@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2433/perl-POE-Component-Server-SOAP/devel Log Message: Directory /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 00:50:28 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:28 -0700 Subject: rpms/perl-POE-Component-Server-SOAP Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608190050.k7J0oUZK002503@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2473 Added Files: Makefile import.log Log Message: Setup of module perl-POE-Component-Server-SOAP --- NEW FILE Makefile --- # Top level Makefile for module perl-POE-Component-Server-SOAP all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 00:50:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:29 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608190050.k7J0oVQT002506@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2473/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-POE-Component-Server-SOAP --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 00:50:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:36 -0700 Subject: owners owners.list,1.1427,1.1428 Message-ID: <200608190050.k7J0ocbO002538@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2509 Modified Files: owners.list Log Message: added perl-POE-Component-Server-SOAP Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1427 retrieving revision 1.1428 diff -u -r1.1427 -r1.1428 --- owners.list 19 Aug 2006 00:34:55 -0000 1.1427 +++ owners.list 19 Aug 2006 00:50:35 -0000 1.1428 @@ -1399,6 +1399,7 @@ Fedora Extras|perl-POE-Component-Logger|A POE logger|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-HTTP|Foundation of a POE HTTP Daemon|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-SimpleHTTP|Serve HTTP requests in POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-POE-Component-Server-SOAP|Publish POE event handlers via SOAP over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-Server-XMLRPC|Publish POE event handlers via XMLRPC over HTTP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SimpleLog|A simple logging system for POE|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-POE-Component-SNMP|POE interface to Net::SNMP|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Sat Aug 19 00:50:40 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:40 -0700 Subject: rpms/perl-POE-Component-Server-SOAP import.log,1.1,1.2 Message-ID: <200608190050.k7J0og0d002584@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2551 Modified Files: import.log Log Message: auto-import perl-POE-Component-Server-SOAP-1.09-1.fc5 on branch devel from perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 00:50:28 -0000 1.1 +++ import.log 19 Aug 2006 00:50:40 -0000 1.2 @@ -0,0 +1 @@ +perl-POE-Component-Server-SOAP-1_09-1_fc5:HEAD:perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm:1155948646 From fedora-extras-commits at redhat.com Sat Aug 19 00:50:41 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:50:41 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel perl-POE-Component-Server-SOAP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608190050.k7J0ohuZ002589@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2551/devel Modified Files: .cvsignore sources Added Files: perl-POE-Component-Server-SOAP.spec Log Message: auto-import perl-POE-Component-Server-SOAP-1.09-1.fc5 on branch devel from perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm --- NEW FILE perl-POE-Component-Server-SOAP.spec --- Name: perl-POE-Component-Server-SOAP Version: 1.09 Release: 1%{?dist} Summary: Publish POE event handlers via SOAP over HTTP License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/POE-Component-Server-SOAP/ Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(POE) >= 0.29 BuildRequires: perl(POE::Component::Server::SimpleHTTP) >= 1.10 BuildRequires: perl(SOAP::Lite) >= 0.55 %description This module makes serving SOAP/1.1 requests a breeze in POE. %prep %setup -q -n POE-Component-Server-SOAP-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} # fix a non-UTF-8 issue.... cd blib/man3 iconv --from=ISO-8859-1 --to=UTF-8 POE::Component::Server::SOAP.3pm > new mv new POE::Component::Server::SOAP.3pm %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README examples/ %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 16 2006 Chris Weyl 1.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 00:50:29 -0000 1.1 +++ .cvsignore 19 Aug 2006 00:50:41 -0000 1.2 @@ -0,0 +1 @@ +POE-Component-Server-SOAP-1.09.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 00:50:29 -0000 1.1 +++ sources 19 Aug 2006 00:50:41 -0000 1.2 @@ -0,0 +1 @@ +dcda3222ea8cf981c2aace003aa33733 POE-Component-Server-SOAP-1.09.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 00:51:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 18 Aug 2006 17:51:37 -0700 Subject: rpms/perl-POE-Component-Server-SOAP/devel perl-POE-Component-Server-SOAP.spec, 1.1, 1.2 Message-ID: <200608190051.k7J0pdPT002640@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2623 Modified Files: perl-POE-Component-Server-SOAP.spec Log Message: bump Index: perl-POE-Component-Server-SOAP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/perl-POE-Component-Server-SOAP.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-POE-Component-Server-SOAP.spec 19 Aug 2006 00:50:41 -0000 1.1 +++ perl-POE-Component-Server-SOAP.spec 19 Aug 2006 00:51:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-POE-Component-Server-SOAP Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Publish POE event handlers via SOAP over HTTP License: GPL or Artistic Group: Development/Libraries @@ -55,6 +55,9 @@ %{_mandir}/man3/* %changelog +* Fri Aug 18 2006 Chris Weyl 1.09-2 +- bump + * Wed Aug 16 2006 Chris Weyl 1.09-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E From fedora-extras-commits at redhat.com Sat Aug 19 01:19:25 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Fri, 18 Aug 2006 18:19:25 -0700 Subject: comps comps-fe5.xml, 1.11, 1.12 comps-fe5.xml.in, 1.99, 1.100 comps-fe6.xml, 1.12, 1.13 comps-fe6.xml.in, 1.90, 1.91 Message-ID: <200608190119.k7J1JR6F005421@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5398 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml comps-fe6.xml.in Log Message: add stuff to xfce groups (#166750) Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- comps-fe5.xml 18 Aug 2006 04:13:27 -0000 1.11 +++ comps-fe5.xml 19 Aug 2006 01:19:25 -0000 1.12 @@ -710,9 +710,15 @@ xfce-mcs-manager xfce-mcs-plugins xfce-utils + xfce4-appfinder xfce4-iconbox + xfce4-icon-theme + xfce4-mixer xfce4-panel + xfce4-session-engines xfce4-systray + xfce4-session + xfce4-trigger-launcher xfdesktop xffm xffm-icons @@ -763,6 +769,8 @@ libxfce4mcs-devel libxfce4util-devel libxfcegui4-devel + xfce4-panel-devel + xfce4-session-devel pygtk2-devel xfce-mcs-manager-devel Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- comps-fe6.xml 18 Aug 2006 04:13:27 -0000 1.12 +++ comps-fe6.xml 19 Aug 2006 01:19:25 -0000 1.13 @@ -777,9 +777,15 @@ xfce-mcs-manager xfce-mcs-plugins xfce-utils + xfce4-appfinder xfce4-iconbox + xfce4-icon-theme + xfce4-mixer xfce4-panel + xfce4-session-engines xfce4-systray + xfce4-session + xfce4-trigger-launcher xfdesktop xffm xffm-icons @@ -830,6 +836,8 @@ libxfce4mcs-devel libxfce4util-devel libxfcegui4-devel + xfce4-panel-devel + xfce4-session-devel pygtk2-devel xfce-mcs-manager-devel From fedora-extras-commits at redhat.com Sat Aug 19 10:32:15 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 03:32:15 -0700 Subject: comps comps-fe6.xml,1.13,1.14 Message-ID: <200608191032.k7JAWHX3030206@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30189 Modified Files: comps-fe6.xml Log Message: Add gphpedit, rapidsvn, mod_extract_forwarded Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- comps-fe6.xml 19 Aug 2006 01:19:25 -0000 1.13 +++ comps-fe6.xml 19 Aug 2006 10:32:15 -0000 1.14 @@ -60,6 +60,7 @@ gforth ghc git + gphpedit gprolog haddock highlight @@ -84,6 +85,7 @@ q qgit quilt + rapidsvn rpmdevtools rpmlint splint @@ -728,6 +730,7 @@ lighttpd-fastcgi mediawiki mod_cband + mod_extract_forwarded mod_geoip mod_security moin From fedora-extras-commits at redhat.com Sat Aug 19 10:45:13 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:13 -0700 Subject: rpms/NetworkManager-openvpn - New directory Message-ID: <200608191045.k7JAjFKR030316@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30295/NetworkManager-openvpn Log Message: Directory /cvs/extras/rpms/NetworkManager-openvpn added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 10:45:14 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:14 -0700 Subject: rpms/NetworkManager-openvpn/devel - New directory Message-ID: <200608191045.k7JAjG2v030319@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30295/NetworkManager-openvpn/devel Log Message: Directory /cvs/extras/rpms/NetworkManager-openvpn/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 10:45:35 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:35 -0700 Subject: rpms/NetworkManager-openvpn/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608191045.k7JAjbP1030376@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30340/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module NetworkManager-openvpn --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 10:45:34 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:45:34 -0700 Subject: rpms/NetworkManager-openvpn Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608191045.k7JAjaT2030373@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30340 Added Files: Makefile import.log Log Message: Setup of module NetworkManager-openvpn --- NEW FILE Makefile --- # Top level Makefile for module NetworkManager-openvpn all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 10:46:11 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:46:11 -0700 Subject: rpms/NetworkManager-openvpn import.log,1.1,1.2 Message-ID: <200608191046.k7JAkhcn030449@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30408 Modified Files: import.log Log Message: auto-import NetworkManager-openvpn-0.3.2-4 on branch devel from NetworkManager-openvpn-0.3.2-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 10:45:34 -0000 1.1 +++ import.log 19 Aug 2006 10:46:11 -0000 1.2 @@ -0,0 +1 @@ +NetworkManager-openvpn-0_3_2-4:HEAD:NetworkManager-openvpn-0.3.2-4.src.rpm:1155984372 From fedora-extras-commits at redhat.com Sat Aug 19 10:46:12 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:46:12 -0700 Subject: rpms/NetworkManager-openvpn/devel NetworkManager-openvpn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608191046.k7JAkihQ030453@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30408/devel Modified Files: .cvsignore sources Added Files: NetworkManager-openvpn.spec Log Message: auto-import NetworkManager-openvpn-0.3.2-4 on branch devel from NetworkManager-openvpn-0.3.2-4.src.rpm --- NEW FILE NetworkManager-openvpn.spec --- %define nm_version 0.6.4 %define dbus_version 0.61 %define gtk2_version 2.6.0 %define openvpn_version 2.1 %define shared_mime_version 0.17-1 Summary: NetworkManager VPN integration for OpenVPN Name: NetworkManager-openvpn Version: 0.3.2 Release: 4 License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base # How to build the source package: # - Check out NetworkManager from Gnome CVS, use the right tag, # e.g. NETWORKMANAGER_0_6_4_RELEASE # - cd NetworkManager/vpn-daemons/openvpn # - ./augogen.sh --prefix=/usr --sysconfdir=/etc # - make distclean # - cd .. # - mv openvpn NetworkManager-openvpn-%{version} # - tar cvfz NetworkManager-openvpn-%{version}.tar.gz NetworkManager-openvpn-%{version} Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: GConf2-devel BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: libpng-devel Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/update-desktop-database Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: gtk2 >= %{gtk2_version} Requires: dbus >= %{dbus_version} Requires: NetworkManager >= %{nm_version} Requires: openvpn >= %{openvpn_version} Requires: shared-mime-info >= %{shared_mime_version} Requires: GConf2 Requires: gnome-keyring %description This package contains software for integrating the OpenVPN VPN software with NetworkManager and the GNOME desktop. Note: Due to a problem with the openvpn package you have to use SELinux in permissive mode to use the NetworkManager OpenVPN plugin at the moment. %prep %setup -q %build if [ ! -f configure ]; then ./autogen.sh fi %configure --disable-static --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/lib*.la %clean rm -rf %{buildroot} %post /sbin/ldconfig /usr/bin/update-desktop-database > /dev/null if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor fi %postun /sbin/ldconfig /usr/bin/update-desktop-database > /dev/null if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor fi %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog README %{_libdir}/lib*.so* %{_libexecdir}/nm-openvpn-auth-dialog %config %{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf %config %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name %{_bindir}/nm-openvpn-service %{_bindir}/nm-openvpn-service-openvpn-helper %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png %changelog * Tue Aug 15 2006 Tim Niemueller 0.3.2-4 - Added instructions how to build the source package - removed a rm line * Wed Aug 09 2006 Tim Niemueller 0.3.2-3 - Added URL * Fri Aug 04 2006 Tim Niemueller 0.3.2-2 - Upgrade to current upstream version (0.3.2 on 0.6 branch) * Mon Jul 10 2006 Tim Niemueller 0.3.2-1 - Upgraded to 0.3.2 for 0.6 branch * Tue Dec 06 2005 Tim Niemueller 0.3-1 - Initial revision based on NetworkManager-vpnc spec Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 10:45:35 -0000 1.1 +++ .cvsignore 19 Aug 2006 10:46:12 -0000 1.2 @@ -0,0 +1 @@ +NetworkManager-openvpn-0.3.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 10:45:35 -0000 1.1 +++ sources 19 Aug 2006 10:46:12 -0000 1.2 @@ -0,0 +1 @@ +9a35d23c554dd215deee39a2e58e8e08 NetworkManager-openvpn-0.3.2.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 10:58:36 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 03:58:36 -0700 Subject: owners owners.list,1.1428,1.1429 Message-ID: <200608191058.k7JAwcdY030657@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30640 Modified Files: owners.list Log Message: Added NetworkManager-openvpn package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1428 retrieving revision 1.1429 diff -u -r1.1428 -r1.1429 --- owners.list 19 Aug 2006 00:50:35 -0000 1.1428 +++ owners.list 19 Aug 2006 10:58:36 -0000 1.1429 @@ -984,6 +984,7 @@ Fedora Extras|netmask|Utility for determining network masks|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|netpanzer|An Online Multiplayer Tactical Warfare Game|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|netpanzer-data|Data files for netpanzer|hugo at devin.com.br|extras-qa at fedoraproject.org| +Fedora Extras|NetworkManager-openvpn|NetworkManager VPN integration for OpenVPN|tim at niemueller.de|extras-qa at fedoraproject.org| Fedora Extras|NetworkManager-vpnc|NetworkManager VPN integration for vpnc|davidz at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|neverball|Roll a ball through an obstacle course|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|new|A simple template system|redhat at flyn.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 11:20:13 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:13 -0700 Subject: rpms/php-manual-en/devel - New directory Message-ID: <200608191120.k7JBKFan003549@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3518/php-manual-en/devel Log Message: Directory /cvs/extras/rpms/php-manual-en/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 11:20:13 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:13 -0700 Subject: rpms/php-manual-en - New directory Message-ID: <200608191120.k7JBKFkk003546@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3518/php-manual-en Log Message: Directory /cvs/extras/rpms/php-manual-en added to the repository From fedora-extras-commits at redhat.com Sat Aug 19 11:20:26 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:26 -0700 Subject: rpms/php-manual-en Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608191120.k7JBKSen003596@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568 Added Files: Makefile import.log Log Message: Setup of module php-manual-en --- NEW FILE Makefile --- # Top level Makefile for module php-manual-en all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 19 11:20:27 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:20:27 -0700 Subject: rpms/php-manual-en/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608191120.k7JBKTCn003599@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module php-manual-en --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 19 11:22:38 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:22:38 -0700 Subject: rpms/php-manual-en import.log,1.1,1.2 Message-ID: <200608191123.k7JBNA6r003671@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3632 Modified Files: import.log Log Message: auto-import php-manual-en-20060813-1 on branch devel from php-manual-en-20060813-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 19 Aug 2006 11:20:26 -0000 1.1 +++ import.log 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +php-manual-en-20060813-1:HEAD:php-manual-en-20060813-1.src.rpm:1155986558 From fedora-extras-commits at redhat.com Sat Aug 19 11:22:39 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:22:39 -0700 Subject: rpms/php-manual-en/devel php-manual-en.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608191123.k7JBNB4h003675@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/rpms/php-manual-en/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3632/devel Modified Files: .cvsignore sources Added Files: php-manual-en.spec Log Message: auto-import php-manual-en-20060813-1 on branch devel from php-manual-en-20060813-1.src.rpm --- NEW FILE php-manual-en.spec --- Name: php-manual-en Version: 20060813 Release: 1%{?dist} Summary: Documentation for the PHP programming language Group: Documentation License: Open Publication License URL: http://www.php.net/download-docs.php Source0: http://us2.php.net/distributions/manual/php_manual_en.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Provides: php-manual-en-us %description English-language documentation for the PHP programming language. %prep %setup -q -c %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_defaultdocdir}/php-manual/en cp -pr html %{buildroot}%{_defaultdocdir}/php-manual/en/ cat >LICENSE < 20060813-1 - Update to 2006-08-13 version - Add LICENSE as pointer to licensing information * Sun Aug 06 2006 Tim Jackson 20060725-1 - Update to 2006-07-25 version - Own defaultdocdir/php-manual - Macro change: datadir/docs -> defaultdocdir - Rename License tag to stop rpmlint whinging * Mon Jun 26 2006 Tim Jackson 20060527-2 - Update Source to an absolute URL - Provide php-manual-en-us (in case of a future split into en-gb etc.) * Thu Jun 22 2006 Tim Jackson 20060527-1 - Update to 2006-05-27 version of the manual * Tue May 09 2006 Tim Jackson 20060421-1 - Initial RPM build Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 19 Aug 2006 11:20:27 -0000 1.1 +++ .cvsignore 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +php_manual_en.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-manual-en/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 19 Aug 2006 11:20:27 -0000 1.1 +++ sources 19 Aug 2006 11:22:38 -0000 1.2 @@ -0,0 +1 @@ +a8ef43e9ff1da2ce18df90e67fc5758f php_manual_en.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 11:24:03 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 04:24:03 -0700 Subject: owners owners.list,1.1429,1.1430 Message-ID: <200608191124.k7JBO5Aj003724@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3707 Modified Files: owners.list Log Message: Add php-manual-en (#196281) Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1429 retrieving revision 1.1430 diff -u -r1.1429 -r1.1430 --- owners.list 19 Aug 2006 10:58:36 -0000 1.1429 +++ owners.list 19 Aug 2006 11:24:03 -0000 1.1430 @@ -1530,6 +1530,7 @@ Fedora Extras|php-idn|PHP API for GNU LibIDN|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|php-json|An extremely fast PHP extension for JSON|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|php-magickwand|PHP API for ImageMagick|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| +Fedora Extras|php-manual-en|Documentation for the PHP programming language|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-mmcache|PHP accelerator, optimizer, encoder and dynamic content cacher|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|php-pear-DB|PEAR: Database Abstraction Layer|rpm at timj.co.uk|extras-qa at fedoraproject.org| Fedora Extras|php-pear-HTTP|PEAR: Miscellaneous HTTP utilities|Fedora at FamilleCollet.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 19 12:14:46 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 19 Aug 2006 05:14:46 -0700 Subject: rpms/renrot/devel .cvsignore, 1.5, 1.6 renrot.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <200608191214.k7JCEmZf006817@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6796 Modified Files: .cvsignore renrot.spec sources Log Message: update to 0.23 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Jul 2006 05:56:56 -0000 1.5 +++ .cvsignore 19 Aug 2006 12:14:46 -0000 1.6 @@ -1 +1 @@ -renrot-0.22.tar.gz +renrot-0.23.tar.gz Index: renrot.spec =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/renrot.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- renrot.spec 18 Jul 2006 05:58:33 -0000 1.6 +++ renrot.spec 19 Aug 2006 12:14:46 -0000 1.7 @@ -1,6 +1,6 @@ Name: renrot -Version: 0.22 -Release: 1.0%{?dist} +Version: 0.23 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: A program to rename and rotate files according to EXIF tags @@ -70,6 +70,9 @@ %config(noreplace) %{_sysconfdir}/%{name}/tags.conf %changelog +* Sat Aug 19 2006 Andy Shevchenko 0.23-1 +- update to 0.23 + * Tue Jul 18 2006 Andy Shevchenko 0.22-1.0 - update to 0.22 Index: sources =================================================================== RCS file: /cvs/extras/rpms/renrot/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Jul 2006 05:56:56 -0000 1.5 +++ sources 19 Aug 2006 12:14:46 -0000 1.6 @@ -1 +1 @@ -1df68b01b59f9150aaaebb71091cbc4d renrot-0.22.tar.gz +e460971c9a943b4ba6aa831d1751466e renrot-0.23.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 12:18:08 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Sat, 19 Aug 2006 05:18:08 -0700 Subject: rpms/renrot/FC-5 .cvsignore, 1.5, 1.6 renrot.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608191218.k7JCIA4t006911@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6890 Modified Files: .cvsignore renrot.spec sources Log Message: update to 0.23 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 18 Jul 2006 05:59:54 -0000 1.5 +++ .cvsignore 19 Aug 2006 12:18:08 -0000 1.6 @@ -1 +1 @@ -renrot-0.22.tar.gz +renrot-0.23.tar.gz Index: renrot.spec =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/renrot.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- renrot.spec 18 Jul 2006 05:59:54 -0000 1.5 +++ renrot.spec 19 Aug 2006 12:18:08 -0000 1.6 @@ -1,6 +1,6 @@ Name: renrot -Version: 0.22 -Release: 1.0%{?dist} +Version: 0.23 +Release: 1%{?dist} License: GPL or Artistic Group: Applications/Multimedia Summary: A program to rename and rotate files according to EXIF tags @@ -70,6 +70,9 @@ %config(noreplace) %{_sysconfdir}/%{name}/tags.conf %changelog +* Sat Aug 19 2006 Andy Shevchenko 0.23-1 +- update to 0.23 + * Tue Jul 18 2006 Andy Shevchenko 0.22-1.0 - update to 0.22 Index: sources =================================================================== RCS file: /cvs/extras/rpms/renrot/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Jul 2006 05:59:54 -0000 1.5 +++ sources 19 Aug 2006 12:18:08 -0000 1.6 @@ -1 +1 @@ -1df68b01b59f9150aaaebb71091cbc4d renrot-0.22.tar.gz +e460971c9a943b4ba6aa831d1751466e renrot-0.23.tar.gz From fedora-extras-commits at redhat.com Sat Aug 19 13:02:55 2006 From: fedora-extras-commits at redhat.com (Tim Niemueller (timn)) Date: Sat, 19 Aug 2006 06:02:55 -0700 Subject: rpms/NetworkManager-openvpn/devel NetworkManager-openvpn.spec, 1.1, 1.2 Message-ID: <200608191303.k7JD3XUs009768@cvs-int.fedora.redhat.com> Author: timn Update of /cvs/extras/rpms/NetworkManager-openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9751 Modified Files: NetworkManager-openvpn.spec Log Message: + Added some missing build requires Tim Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-openvpn/devel/NetworkManager-openvpn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NetworkManager-openvpn.spec 19 Aug 2006 10:46:12 -0000 1.1 +++ NetworkManager-openvpn.spec 19 Aug 2006 13:02:55 -0000 1.2 @@ -7,7 +7,7 @@ Summary: NetworkManager VPN integration for OpenVPN Name: NetworkManager-openvpn Version: 0.3.2 -Release: 4 +Release: 5 License: GPL URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -30,6 +30,9 @@ BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: libpng-devel +BuildRequires: perl-XML-Parser +BuildRequires: intltool +BuildRequires: perl Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/update-desktop-database Requires(post): /sbin/ldconfig @@ -97,6 +100,9 @@ %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png %changelog +* Sat Aug 19 2006 Tim Niemueller 0.3.2-5 +- Added perl-XML-Parser as a build requirement, needed for intltool + * Tue Aug 15 2006 Tim Niemueller 0.3.2-4 - Added instructions how to build the source package - removed a rm line From fedora-extras-commits at redhat.com Sat Aug 19 13:54:01 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sat, 19 Aug 2006 06:54:01 -0700 Subject: kadischi/livecd_generator kadischi.py,1.39,1.40 Message-ID: <200608191354.k7JDs1m3009946@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9929/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Provide simple BURN and VERIFY dialog for users, (#RFE# Robert Jensen) Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- kadischi.py 17 Aug 2006 15:43:50 -0000 1.39 +++ kadischi.py 19 Aug 2006 13:53:59 -0000 1.40 @@ -1,8 +1,8 @@ #!/usr/bin/python -tt -import os, rpm, sys +import os, rpm, sys import optparse -import string +import string, re import shutil from shvar import shvarFile from functions import * @@ -30,7 +30,7 @@ bindir = sys.path [0] confdir = normalize_path(['/etc/kadischi']) - global builddir, postscriptdir, buildstamp + global builddir, postscriptdir, buildstamp, isoimage # check for Requires print "[kadischi]: Checking dependencies for Kadischi" @@ -202,10 +202,46 @@ cleanup (builddir) # Done! - print "[kadischi]: Finished successfully." - return 0 + # print "[kadischi]: Finished successfully." + # return 0 + ### Burn the CD + using_kickstart = False + using_cmdline = False + for args in anaconda_args: + if re.search("--kickstart=", args) != None: + using_kickstart = True + if re.search("--cmdline", args) != None: + using_cmdline = True + if using_kickstart == True or using_cmdline == True: + print "[kadischi]: Finished successfully" + return 0 + + choice = "" + device = "" + print "[kadischi]: Kadischi is finished building the Live ISO image.." + choice = raw_input("[kadischi]: Would you like to burn the CD image now? [yes/no]: ") + if choice == "yes": + device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/hda]: ") + if device == None: + device = "dev=/dev/hda" + else: + device = string.join(["dev=", device], "") + burn_cd(device) + burned = True + else: + print "[kadischi]: Finished successfully." + return 0 + ### Verify the CD + choice = raw_input("[kadischi]: Would you like to verify the CD or DVD burned? [yes/no]: ") + if choice == "yes": + dev = device[4:] + device = string.join(["if=", dev], "") + verify_cd(device) + else: + print "[kadischi]: Finished successfully." + return 0 def requirements(): """ Searches which Requires has not yet installed """ @@ -347,6 +383,41 @@ clear_rpm_db_files(sysdir) +def burn_cd(device): + args = ["/usr/bin/cdrecord", "speed=4", device, isoimage] + try: + execute(args) + except: + print "[kadischi]: cdrecord not found or other error! Bailing!" + sys.exit(1) + + print >> sys.stdout, "[kadischi]: CD has been burned!" + +def verify_cd(device): + os.system(("/bin/dd %s of=/tmp/kadischi-live.iso bs=2048") % device) + os.system("/usr/bin/sha1sum /tmp/kadischi-live.iso > /tmp/kadischi-live.iso.disc.sha1sum") + os.system(("/usr/bin/sha1sum %s > /tmp/kadischi-live.iso.original.sha1sum") % isoimage) + + e = open("/tmp/kadischi-live.iso.disc.sha1sum", "r") + f = open("/tmp/kadischi-live.iso.original.sha1sum", "r") + copy = e.readline() + original = f.readline() + + string.split(copy, " ") + string.split(original, " ") + + if original[0] == copy[0]: + print >> sys.stdout, "[kadischi]: CD or DVD has been burned and verified! Done!" + args = ["/bin/rm", "-f", "/tmp/kadischi-live.iso"] + execute(args) + return 0 + else: + print "[kadischi]: SHA1SUM DO NOT MATCH. CD OR DVD IS BAD!" + args = ["/bin/rm", "-f", "/tmp/kadischi-live.iso"] + execute(args) + return 0 + + def execute (args): if not os.access(args[0], os.X_OK): print "unable to access", args[0] From fedora-extras-commits at redhat.com Sat Aug 19 16:52:36 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sat, 19 Aug 2006 09:52:36 -0700 Subject: kadischi/livecd_generator kadischi.py,1.40,1.41 Message-ID: <200608191652.k7JGqakb018379@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18361/kadischi/livecd_generator Modified Files: kadischi.py Log Message: Make default CDROM device a known device instead of hda Index: kadischi.py =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/kadischi.py,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- kadischi.py 19 Aug 2006 13:53:59 -0000 1.40 +++ kadischi.py 19 Aug 2006 16:52:33 -0000 1.41 @@ -222,9 +222,9 @@ print "[kadischi]: Kadischi is finished building the Live ISO image.." choice = raw_input("[kadischi]: Would you like to burn the CD image now? [yes/no]: ") if choice == "yes": - device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/hda]: ") + device = raw_input("[kadischi]: What device is your CDROM or DVDROM? [/dev/cdrom]: ") if device == None: - device = "dev=/dev/hda" + device = "dev=/dev/cdrom" else: device = string.join(["dev=", device], "") burn_cd(device) From fedora-extras-commits at redhat.com Sat Aug 19 18:23:11 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sat, 19 Aug 2006 11:23:11 -0700 Subject: rpms/php-json/FC-5 .cvsignore, 1.3, 1.4 php-json.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200608191823.k7JINDlv025865@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-json/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25818 Modified Files: .cvsignore php-json.spec sources Log Message: New maintainer Updated to 1.2.1 (bz#198564) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Feb 2006 05:03:16 -0000 1.3 +++ .cvsignore 19 Aug 2006 18:23:10 -0000 1.4 @@ -1 +1 @@ -php-json-ext-1.1.1.tar.bz2 +php-json-ext-1.2.1.tar.bz2 Index: php-json.spec =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/php-json.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- php-json.spec 13 Apr 2006 09:17:32 -0000 1.5 +++ php-json.spec 19 Aug 2006 18:23:10 -0000 1.6 @@ -1,10 +1,9 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) -%{!?php_version:%define php_version %(php-config --version 2>/dev/null || echo 4.3.11)} -%define php_apiver %({ phpize --version || echo "PHP Api Version: 0" ; } | grep -i "php api" | sed 's/[^0-9]//g') +%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) +%global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") Name: php-json -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} Summary: An extremely fast PHP extension for JSON Group: Development/Languages @@ -32,11 +31,10 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{php_extdir} -install -p -m 0755 modules/json.so $RPM_BUILD_ROOT%{php_extdir} -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/php.d -cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/json.ini << EOF +rm -rf %{buildroot} +install -D -p -m 0755 modules/json.so %{buildroot}%{php_extdir}/json.so +mkdir -p %{buildroot}%{_sysconfdir}/php.d +cat > %{buildroot}%{_sysconfdir}/php.d/json.ini << EOF ; Enable json extension module extension=json.so EOF @@ -55,7 +53,7 @@ } %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root,-) @@ -64,6 +62,11 @@ %{php_extdir}/json.so %changelog +* Sat Aug 19 2006 Brandon Holbrook 1.2.1-1 +- New Maintainer +- Bumped to 1.2.1 +- New FE php macros + * Thu Apr 13 2006 Ignacio Vazquez-Abrams 1.1.1-2 - Added Requires on php-api (#186903) Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-json/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Feb 2006 05:03:16 -0000 1.3 +++ sources 19 Aug 2006 18:23:10 -0000 1.4 @@ -1 +1 @@ -d884a5ca7ddb420b5b261941217f6c68 php-json-ext-1.1.1.tar.bz2 +e06e701412a055f3372775216ec3d604 php-json-ext-1.2.1.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 19 20:04:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 19 Aug 2006 13:04:24 -0700 Subject: comps comps-fe6.xml.in,1.91,1.92 Message-ID: <200608192004.k7JK4SZd010904@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10887/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- comps-fe6.xml.in 19 Aug 2006 01:19:25 -0000 1.91 +++ comps-fe6.xml.in 19 Aug 2006 20:04:21 -0000 1.92 @@ -157,6 +157,7 @@ numpy octave paraview + pcb qalculate-gtk qalculate-kde qcad @@ -393,6 +394,7 @@ gwget kadu kickpim + knetstats konversation kphone licq @@ -602,6 +604,7 @@ ip6sic isic john + kdirstat ksmarttray lft lirc @@ -883,6 +886,7 @@ true basket + crystal kchmviewer kickpim kdissert From fedora-extras-commits at redhat.com Sat Aug 19 21:40:37 2006 From: fedora-extras-commits at redhat.com (MichaŠBentkowski (ecik)) Date: Sat, 19 Aug 2006 14:40:37 -0700 Subject: comps comps-fe5.xml.in,1.100,1.101 comps-fe6.xml.in,1.92,1.93 Message-ID: <200608192140.k7JLedfs013903@cvs-int.fedora.redhat.com> Author: ecik Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13880 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: added kooldock and bygfoot Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- comps-fe5.xml.in 19 Aug 2006 01:19:25 -0000 1.100 +++ comps-fe5.xml.in 19 Aug 2006 21:40:37 -0000 1.101 @@ -234,6 +234,7 @@ auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -822,6 +823,7 @@ kmymoney2 knemo kompose + kooldock ksynaptics kyum metamonitor Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- comps-fe6.xml.in 19 Aug 2006 20:04:21 -0000 1.92 +++ comps-fe6.xml.in 19 Aug 2006 21:40:37 -0000 1.93 @@ -257,6 +257,7 @@ auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -896,6 +897,7 @@ kmymoney2 knemo kompose + kooldock ksensors ksynaptics kyum From fedora-extras-commits at redhat.com Sat Aug 19 22:54:07 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 19 Aug 2006 15:54:07 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.25,1.26 Message-ID: <200608192254.k7JMs9Hu016718@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16701 Modified Files: deskbar-applet.spec Log Message: * Sat Aug 19 2006 Luke Macken 2.16.91-2 - Properly install desktop file Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- deskbar-applet.spec 17 Aug 2006 05:28:02 -0000 1.25 +++ deskbar-applet.spec 19 Aug 2006 22:54:07 -0000 1.26 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.15.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -15,12 +15,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel python-devel pygtk2-devel gnome-python2-extras BuildRequires: gettext evolution-data-server-devel gnome-desktop-devel -BuildRequires: libSM-devel gnome-python2-applet +BuildRequires: libSM-devel gnome-python2-applet desktop-file-utils Requires: gnome-python2 gnome-python2-applet gnome-python2-bonobo Requires: gnome-python2-gconf pygtk2 gnome-python2-libwnck Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 +Requires(post): GConf2 desktop-file-utils +Requires(preun): GConf2 desktop-file-utils Provides: deskbar-applet-fedorabz %description @@ -50,6 +50,14 @@ install -D -m 0644 -p %{SOURCE2} $RPM_BUILD_ROOT$adir find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; install -D -m 0644 -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*/apps/deskbar-applet.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png + +rm $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ + --add-category Utility + --add-category Application + %{find_lang} %{name} %clean @@ -91,6 +99,9 @@ %{_datadir}/pixmaps/%{name}.png %changelog +* Sat Aug 19 2006 Luke Macken 2.16.91-2 +- Properly install desktop file + * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 - Require gnome-python2-libwnck From fedora-extras-commits at redhat.com Sat Aug 19 23:18:10 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 19 Aug 2006 16:18:10 -0700 Subject: rpms/perl-Sys-Virt/devel Sys-Virt-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, 1.3, 1.4 Sys-Virt-Domain-doc.patch, 1.1, NONE Message-ID: <200608192318.k7JNICMD019503@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19483 Modified Files: perl-Sys-Virt.spec Added Files: Sys-Virt-doc.patch Removed Files: Sys-Virt-Domain-doc.patch Log Message: More documentation fixes. Sys-Virt-doc.patch: --- NEW FILE Sys-Virt-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt.pm.orig 2006-06-22 18:08:42.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt.pm 2006-08-19 18:07:08.000000000 -0500 @@ -55,7 +55,7 @@ specify explicit addresses for other types of hypervisor connection. If the optional C parameter is supplied, then an unprivileged connection to the VMM will be attempted. If it is not supplied, then it -defaults to making a fully privileged connection to the VMM. THis in turn +defaults to making a fully privileged connection to the VMM. This in turn requires that the calling application be running as root. =cut @@ -202,7 +202,7 @@ =item my $type = $vmm->get_type() -Return the type of virtualization backend accessed by this VMM object. Curently +Return the type of virtualization backend accessed by this VMM object. Currently the only supported type is C. =cut @@ -217,7 +217,7 @@ =item my $ver = $vmm->get_major_version -Return the major version number of the libvirt library +Return the major version number of the libvirt library. =cut @@ -230,7 +230,7 @@ =item my $ver = $vmm->get_minor_version -Return the minor version number of the libvirt library +Return the minor version number of the libvirt library. =cut @@ -243,7 +243,7 @@ =item my $ver = $vmm->get_micro_version -Return the micro version number of the libvirt library +Return the micro version number of the libvirt library. =cut @@ -259,7 +259,7 @@ =item my $info = $con->get_node_info() Returns a hash reference summarising the capabilities of the host -node. The elements of the hash ar +node. The elements of the hash are as follows: =over 4 @@ -302,7 +302,7 @@ =head1 BUGS Hopefully none, but the XS code needs to be audited to ensure it -is not leaking memory +is not leaking memory. =head1 AUTHORS @@ -312,7 +312,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-19 17:52:27.000000000 -0500 @@ -124,7 +124,7 @@ =item my $info = $dom->get_info() Returns a hash reference summarising the execution state of the -domain. The elements of the hash ar +domain. The elements of the hash are as follows: =over 4 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain @@ -150,7 +154,7 @@ =item $dom->set_max_memory($mem) Set the maximum memory for the domain to the value C<$mem>. The -value of the C<$mem> parameter is specified in kilobytes +value of the C<$mem> parameter is specified in kilobytes. =item $mem = $dom->get_max_memory() @@ -165,12 +169,12 @@ =item $dom->shutdown() -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and poweroff. =item $dom->reboot($flags) -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and optionally restart. The C<$flags> parameter determines how the domain restarts (if at all). It should be one of the constants &Sys::Virt::Domain::REBOOT_* listed later in this --- Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm 2006-08-19 18:11:46.000000000 -0500 @@ -37,7 +37,7 @@ =item my $code = $err->code -Return the raw error code represented by this error +Return the raw error code represented by this error. =cut @@ -70,7 +70,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Sys-Virt.spec 18 Aug 2006 21:00:07 -0000 1.3 +++ perl-Sys-Virt.spec 19 Aug 2006 23:18:10 -0000 1.4 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch0: Sys-Virt-Domain-doc.patch +Patch0: Sys-Virt-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 19 2006 Steven Pritchard 0.1.1-6 +- More documentation fixes. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-5 - Make this spec work on FC5 or FC6. - Add ExclusiveArch to match xen and libvirt. --- Sys-Virt-Domain-doc.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 19 23:26:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 19 Aug 2006 16:26:57 -0700 Subject: rpms/perl-Sys-Virt/FC-5 Sys-Virt-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, 1.2, 1.3 Sys-Virt-Domain-doc.patch, 1.1, NONE Message-ID: <200608192326.k7JNQxBi019622@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19602 Modified Files: perl-Sys-Virt.spec Added Files: Sys-Virt-doc.patch Removed Files: Sys-Virt-Domain-doc.patch Log Message: More documentation fixes. Sys-Virt-doc.patch: --- NEW FILE Sys-Virt-doc.patch --- --- Sys-Virt-0.1.1/lib/Sys/Virt.pm.orig 2006-06-22 18:08:42.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt.pm 2006-08-19 18:07:08.000000000 -0500 @@ -55,7 +55,7 @@ specify explicit addresses for other types of hypervisor connection. If the optional C parameter is supplied, then an unprivileged connection to the VMM will be attempted. If it is not supplied, then it -defaults to making a fully privileged connection to the VMM. THis in turn +defaults to making a fully privileged connection to the VMM. This in turn requires that the calling application be running as root. =cut @@ -202,7 +202,7 @@ =item my $type = $vmm->get_type() -Return the type of virtualization backend accessed by this VMM object. Curently +Return the type of virtualization backend accessed by this VMM object. Currently the only supported type is C. =cut @@ -217,7 +217,7 @@ =item my $ver = $vmm->get_major_version -Return the major version number of the libvirt library +Return the major version number of the libvirt library. =cut @@ -230,7 +230,7 @@ =item my $ver = $vmm->get_minor_version -Return the minor version number of the libvirt library +Return the minor version number of the libvirt library. =cut @@ -243,7 +243,7 @@ =item my $ver = $vmm->get_micro_version -Return the micro version number of the libvirt library +Return the micro version number of the libvirt library. =cut @@ -259,7 +259,7 @@ =item my $info = $con->get_node_info() Returns a hash reference summarising the capabilities of the host -node. The elements of the hash ar +node. The elements of the hash are as follows: =over 4 @@ -302,7 +302,7 @@ =head1 BUGS Hopefully none, but the XS code needs to be audited to ensure it -is not leaking memory +is not leaking memory. =head1 AUTHORS @@ -312,7 +312,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO --- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm 2006-08-19 17:52:27.000000000 -0500 @@ -124,7 +124,7 @@ =item my $info = $dom->get_info() Returns a hash reference summarising the execution state of the -domain. The elements of the hash ar +domain. The elements of the hash are as follows: =over 4 @@ -136,7 +136,11 @@ The current memory allocated to the domain in kilobytes -=item nrVirtCpus +=item cpuTime + +The amount of CPU time used by the domain + +=item nrVirtCpu The current number of virtual CPUs enabled in the domain @@ -150,7 +154,7 @@ =item $dom->set_max_memory($mem) Set the maximum memory for the domain to the value C<$mem>. The -value of the C<$mem> parameter is specified in kilobytes +value of the C<$mem> parameter is specified in kilobytes. =item $mem = $dom->get_max_memory() @@ -165,12 +169,12 @@ =item $dom->shutdown() -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and poweroff. =item $dom->reboot($flags) -Request that the guest OS perform a gracefull shutdown and +Request that the guest OS perform a graceful shutdown and optionally restart. The C<$flags> parameter determines how the domain restarts (if at all). It should be one of the constants &Sys::Virt::Domain::REBOOT_* listed later in this --- Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm.orig 2006-06-22 18:06:14.000000000 -0500 +++ Sys-Virt-0.1.1/lib/Sys/Virt/Error.pm 2006-08-19 18:11:46.000000000 -0500 @@ -37,7 +37,7 @@ =item my $code = $err->code -Return the raw error code represented by this error +Return the raw error code represented by this error. =cut @@ -70,7 +70,7 @@ Copyright (C) 2006 Red Hat -Sys::Virt is distributed under the terms of the GPLv2 or later +Sys::Virt is distributed under the terms of the GPLv2 or later. =head1 SEE ALSO Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/FC-5/perl-Sys-Virt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Sys-Virt.spec 18 Aug 2006 20:54:25 -0000 1.2 +++ perl-Sys-Virt.spec 19 Aug 2006 23:26:57 -0000 1.3 @@ -1,12 +1,12 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries URL: http://search.cpan.org/dist/Sys-Virt/ Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz -Patch0: Sys-Virt-Domain-doc.patch +Patch0: Sys-Virt-doc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Sat Aug 19 2006 Steven Pritchard 0.1.1-6 +- More documentation fixes. + * Fri Aug 18 2006 Steven Pritchard 0.1.1-5 - Make this spec work on FC5 or FC6. - Add ExclusiveArch to match xen and libvirt. --- Sys-Virt-Domain-doc.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 19 23:31:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sat, 19 Aug 2006 16:31:48 -0700 Subject: rpms/deskbar-applet/devel deskbar-applet.spec,1.26,1.27 Message-ID: <200608192331.k7JNVob9019722@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19705 Modified Files: deskbar-applet.spec Log Message: actually install the desktop file Index: deskbar-applet.spec =================================================================== RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- deskbar-applet.spec 19 Aug 2006 22:54:07 -0000 1.26 +++ deskbar-applet.spec 19 Aug 2006 23:31:48 -0000 1.27 @@ -3,7 +3,7 @@ Name: deskbar-applet Version: 2.15.91 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Gnome applet to allow easy access to various search engines Group: Applications/Internet @@ -55,8 +55,9 @@ desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ - --add-category Utility - --add-category Application + --add-category Utility \ + --add-category Application \ + data/%{name}.desktop %{find_lang} %{name} @@ -94,13 +95,13 @@ %{_libdir}/pkgconfig/%{name}.pc %{python_sitelib}/deskbar %{_datadir}/%{name} -%{_datadir}/applications/%{name}.desktop +%{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/pixmaps/%{name}.png %changelog -* Sat Aug 19 2006 Luke Macken 2.16.91-2 -- Properly install desktop file +* Sat Aug 19 2006 Luke Macken 2.16.91-3 +- Instally desktop file correctly * Wed Aug 17 2006 Luke Macken 2.15.91-1 - 2.15.91 From fedora-extras-commits at redhat.com Sun Aug 20 00:00:41 2006 From: fedora-extras-commits at redhat.com (Tim Jackson (timj)) Date: Sat, 19 Aug 2006 17:00:41 -0700 Subject: comps comps-fe6.xml.in,1.93,1.94 Message-ID: <200608200000.k7K00hND020518@cvs-int.fedora.redhat.com> Author: timj Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20501 Modified Files: comps-fe6.xml.in Log Message: Add gphpedit,rapidsvn,mod_extract_forwarded to comps FC6 - do the right file this time (.in not output file) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- comps-fe6.xml.in 19 Aug 2006 21:40:37 -0000 1.93 +++ comps-fe6.xml.in 20 Aug 2006 00:00:41 -0000 1.94 @@ -60,6 +60,7 @@ gforth ghc git + gphpedit gprolog haddock highlight @@ -84,6 +85,7 @@ q qgit quilt + rapidsvn rpmdevtools rpmlint splint @@ -734,6 +736,7 @@ lighttpd-fastcgi mediawiki mod_cband + mod_extract_forwarded mod_geoip mod_security moin From fedora-extras-commits at redhat.com Sun Aug 20 00:28:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 19 Aug 2006 17:28:10 -0700 Subject: upgradecheck upgradecheck.py,1.14,1.15 Message-ID: <200608200028.k7K0SA6j023316@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23298 Modified Files: upgradecheck.py Log Message: At the top of the report, sort by package owner. At the bottom, sort by package name. Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- upgradecheck.py 1 Aug 2006 19:10:21 -0000 1.14 +++ upgradecheck.py 20 Aug 2006 00:28:08 -0000 1.15 @@ -146,6 +146,7 @@ allnames.sort(lambda x, y: cmp(x.lower(), y.lower())) report = [] + reports = {} # report per owner, key is owner email addr for dist in enabled_dists: if not known_good.get(dist): @@ -173,13 +174,35 @@ ix = ix + 1 if bork is not None: ix = bork - report.append(name + ": " + owners[name].replace('@',' AT ')) + owner = owners[name] + ownerprint = owner.replace('@',' AT ') + if not reports.has_key(owner): + reports[owner] = [] + reports[owner].append(name) + report.append(name+': '+ownerprint) for curr in pkgdata[ix:]: # onwards from the problem spot if curr: # we haven't checked if all distros after the bork spot have this package - report.append(" %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"])) + what = " %s: %s (%s)" % (enabled_dists[ix], evrstr(curr["evr"]), curr["repo"]) + reports[owner].append(what) + report.append(what) ix = ix + 1 + reports[owner].append("") report.append("") + # Insert "sorted by owner" report at the top. + oldreport = report + report = [] + reportkeys = reports.keys() + reportkeys.sort() + for owner in reportkeys: + ownerprint = owner.replace('@',' AT ') + report.append(ownerprint+':') + for line in reports[owner]: + report.append(' '+line) + report.append('-'*70) + report.append('') + report += oldreport + report = "\n".join(report) if report: if mail_to and not opts.nomail: From fedora-extras-commits at redhat.com Sun Aug 20 00:39:40 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 19 Aug 2006 17:39:40 -0700 Subject: upgradecheck upgradecheck.py,1.15,1.16 Message-ID: <200608200039.k7K0de90023375@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/upgradecheck In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23357 Modified Files: upgradecheck.py Log Message: point out unknown package owners Index: upgradecheck.py =================================================================== RCS file: /cvs/fedora/upgradecheck/upgradecheck.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- upgradecheck.py 20 Aug 2006 00:28:08 -0000 1.15 +++ upgradecheck.py 20 Aug 2006 00:39:38 -0000 1.16 @@ -175,6 +175,8 @@ if bork is not None: ix = bork owner = owners[name] + if owner == '': + owner = 'UNKNOWN OWNER (possibly Core package)' ownerprint = owner.replace('@',' AT ') if not reports.has_key(owner): reports[owner] = [] From fedora-extras-commits at redhat.com Sun Aug 20 01:15:28 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Sat, 19 Aug 2006 18:15:28 -0700 Subject: rpms/hping2/devel dead.package, NONE, 1.1 Makefile, 1.2, NONE hping2-bytesex.patch, 1.1, NONE hping2-cflags.patch, 1.1, NONE hping2-getifnamedebug.patch, 1.1, NONE hping2-include.patch, 1.1, NONE hping2.spec, 1.16, NONE sources, 1.3, NONE Message-ID: <200608200115.k7K1FUQW026090@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/hping2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26074 Added Files: dead.package Removed Files: Makefile hping2-bytesex.patch hping2-cflags.patch hping2-getifnamedebug.patch hping2-include.patch hping2.spec sources Log Message: Removed hping2. It has been replaced by hping3 --- NEW FILE dead.package --- Obsoleted by hping3 package. --- Makefile DELETED --- --- hping2-bytesex.patch DELETED --- --- hping2-cflags.patch DELETED --- --- hping2-getifnamedebug.patch DELETED --- --- hping2-include.patch DELETED --- --- hping2.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 02:58:00 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sat, 19 Aug 2006 19:58:00 -0700 Subject: rpms/gtk2hs/devel gtk2hs.spec,1.3,1.4 Message-ID: <200608200258.k7K2w2ju028960@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28939 Modified Files: gtk2hs.spec Log Message: - drop explicit firefox-devel version to avoid having to rebuild every time it changes (cf #202395) Index: gtk2hs.spec =================================================================== RCS file: /cvs/extras/rpms/gtk2hs/devel/gtk2hs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtk2hs.spec 2 Aug 2006 08:15:28 -0000 1.3 +++ gtk2hs.spec 20 Aug 2006 02:58:00 -0000 1.4 @@ -1,6 +1,6 @@ %define ghc_version 6.4.2 %define ghcver ghc642 -%define mozver 1.5.0.5 +#%%define mozver 1.5.0.6 %define build_mozembed 1 %define build_cairo 1 @@ -8,7 +8,7 @@ Summary: A Haskell GUI library based on the Gtk+ GUI toolkit Name: gtk2hs Version: 0.9.10 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Libraries Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -21,7 +21,7 @@ BuildRequires: libglade2-devel BuildRequires: GConf2-devel %if %{build_mozembed} -BuildRequires: firefox-devel = %{mozver} +BuildRequires: firefox-devel %endif %if %{build_cairo} BuildRequires: cairo-devel @@ -82,7 +82,7 @@ Group: Development/Libraries Requires: %{ghcver} Requires: %{ghcver}-%{name} = %{version}-%{release} -Requires: firefox-devel = %{mozver} +Requires: firefox-devel PreReq: %{_bindir}/ghc-pkg-%{ghc_version} %description -n %{ghcver}-%{name}-mozembed @@ -267,6 +267,10 @@ %changelog +* Sun Aug 20 2006 Jens Petersen - 0.9.10-3 +- drop explicit firefox-devel version to avoid rebuild every time it changes + (cf #202395) + * Wed Aug 2 2006 Jens Petersen - 0.9.10-2 - mozilla-devel is now firefox-devel From fedora-extras-commits at redhat.com Sun Aug 20 03:03:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:03:52 -0700 Subject: rpms/efont-unicode-bdf - New directory Message-ID: <200608200303.k7K33sKE031655@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31634/efont-unicode-bdf Log Message: Directory /cvs/extras/rpms/efont-unicode-bdf added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 03:03:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:03:52 -0700 Subject: rpms/efont-unicode-bdf/devel - New directory Message-ID: <200608200303.k7K33skg031658@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31634/efont-unicode-bdf/devel Log Message: Directory /cvs/extras/rpms/efont-unicode-bdf/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 03:04:11 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:04:11 -0700 Subject: rpms/efont-unicode-bdf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608200304.k7K34DmJ031720@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31700 Added Files: Makefile import.log Log Message: Setup of module efont-unicode-bdf --- NEW FILE Makefile --- # Top level Makefile for module efont-unicode-bdf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 03:04:14 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:04:14 -0700 Subject: rpms/efont-unicode-bdf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608200304.k7K34GDx031773@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31700/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module efont-unicode-bdf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 03:05:40 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:05:40 -0700 Subject: rpms/efont-unicode-bdf import.log,1.1,1.2 Message-ID: <200608200305.k7K35gMo031834@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31801 Modified Files: import.log Log Message: auto-import efont-unicode-bdf-0.4.2-6 on branch devel from efont-unicode-bdf-0.4.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 03:04:11 -0000 1.1 +++ import.log 20 Aug 2006 03:05:40 -0000 1.2 @@ -0,0 +1 @@ +efont-unicode-bdf-0_4_2-6:HEAD:efont-unicode-bdf-0.4.2-6.src.rpm:1156043137 From fedora-extras-commits at redhat.com Sun Aug 20 03:05:41 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:05:41 -0700 Subject: rpms/efont-unicode-bdf/devel efont-unicode-bdf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608200305.k7K35h9L031839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31801/devel Modified Files: .cvsignore sources Added Files: efont-unicode-bdf.spec Log Message: auto-import efont-unicode-bdf-0.4.2-6 on branch devel from efont-unicode-bdf-0.4.2-6.src.rpm --- NEW FILE efont-unicode-bdf.spec --- %define name efont-unicode-bdf %define fontdir %{_datadir}/fonts/japanese/%{name} Name: %{name} Version: 0.4.2 Release: 6%{?dist} Summary: Unicode font by Electronic Font Open Laboratory Group: User Interface/X License: BSD URL: http://openlab.jp/efont/unicode/ Source0: http://openlab.jp/efont/dist/unicode-bdf/efont-unicode-bdf-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: xorg-x11-font-utils BuildRequires: gzip Requires(post): %{_bindir}/mkfontdir, %{_sbindir}/chkfontpath, fontconfig Requires(postun): %{_sbindir}/chkfontpath, fontconfig %description This package provides Unicode bitmap fonts provided by Electronic Font Open Laboratory. %prep %setup -q %build for f in *bdf ; do g=${f%bdf}pcf bdftopcf -o $g $f gzip -9 $g done %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{fontdir} for g in *pcf.gz ; do install -m 644 $g $RPM_BUILD_ROOT%{fontdir} done # create ghost files touch $RPM_BUILD_ROOT%{fontdir}/{fonts.dir,fonts.cache-1} # convert documents' encoding to UTF8. for f in README.{naga10,shinonome} ; do mv ${f} ${f}.tmp iconv -f EUCJP -t UTF8 ${f}.tmp > ${f} && rm -f ${f}.tmp || \ mv ${f}.tmp ${f} done %clean rm -rf $RPM_BUILD_ROOT %post if [ -x %{_bindir}/mkfontdir -a -x %{_sbindir}/chkfontpath ] ; then %{_bindir}/mkfontdir %{fontdir} && %{_sbindir}/chkfontpath -q -a %{fontdir} fi [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 2>/dev/null %postun # final remove? if [ "$1" == "0" ] ; then [ -x %{_sbindir}/chkfontpath ] && %{_sbindir}/chkfontpath -q -r %{fontdir} fi [ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache 2>/dev/null %files %defattr(-,root,root,-) %doc README* COPYRIGHT ChangeLog List.html %dir %{fontdir} %{fontdir}/*pcf.gz %ghost %verify(not md5 size mtime) %{fontdir}/fonts.cache-1 %ghost %verify(not md5 size mtime) %{fontdir}/fonts.dir %changelog * Tue Aug 18 2006 Mamoru Tasaka - 0.4.2-6 - Change %%post. * Tue Aug 15 2006 Mamoru Tasaka - 0.4.2-5 - package again. * Tue Aug 15 2006 Mamoru Tasaka - 0.4.2-4 - Own the original font directory. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-3 - Again more treatments. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-2 - More neat treatments for post and postun. * Thu Aug 10 2006 Mamoru Tasaka - 0.4.2-1 - Initial packaging. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 03:04:14 -0000 1.1 +++ .cvsignore 20 Aug 2006 03:05:41 -0000 1.2 @@ -0,0 +1 @@ +efont-unicode-bdf-0.4.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 03:04:14 -0000 1.1 +++ sources 20 Aug 2006 03:05:41 -0000 1.2 @@ -0,0 +1 @@ +0c0acbb40e44d899472001302b1c9e48 efont-unicode-bdf-0.4.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 03:10:12 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 19 Aug 2006 20:10:12 -0700 Subject: owners owners.list,1.1430,1.1431 Message-ID: <200608200310.k7K3AEg5031907@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31890 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1430 retrieving revision 1.1431 diff -u -r1.1430 -r1.1431 --- owners.list 19 Aug 2006 11:24:03 -0000 1.1430 +++ owners.list 20 Aug 2006 03:10:12 -0000 1.1431 @@ -293,6 +293,7 @@ Fedora Extras|edb|A database convenience library wrapped around BDB|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|eet|A library designed to write an arbitary set of chunks of data to a file|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|efont-unicode-bdf|Unicode font by Electronic Font Open Laboratory|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|eggdrop|The world's most popular Open Source IRC bot|redhat-bugzilla at linuxnetz.de|extras-qa at fedoraproject.org| Fedora Extras|ejabberd|A distributed, fault-tolerant Jabber/XMPP server|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|elmo|Terminal-based mail client|gauret at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 09:52:28 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:28 -0700 Subject: rpms/katapult - New directory Message-ID: <200608200952.k7K9qUts017173@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17152/katapult Log Message: Directory /cvs/extras/rpms/katapult added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 09:52:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:29 -0700 Subject: rpms/katapult/devel - New directory Message-ID: <200608200952.k7K9qVoC017176@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17152/katapult/devel Log Message: Directory /cvs/extras/rpms/katapult/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 09:52:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:49 -0700 Subject: rpms/katapult Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608200952.k7K9qpNT017231@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17198 Added Files: Makefile import.log Log Message: Setup of module katapult --- NEW FILE Makefile --- # Top level Makefile for module katapult all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 09:52:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:52:50 -0700 Subject: rpms/katapult/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608200952.k7K9qqY1017234@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17198/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module katapult --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 09:54:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:54:05 -0700 Subject: rpms/katapult import.log,1.1,1.2 Message-ID: <200608200954.k7K9s7KX017295@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17262 Modified Files: import.log Log Message: auto-import katapult-0.3.1.3-4 on branch devel from katapult-0.3.1.3-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/katapult/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 09:52:49 -0000 1.1 +++ import.log 20 Aug 2006 09:54:04 -0000 1.2 @@ -0,0 +1 @@ +katapult-0_3_1_3-4:HEAD:katapult-0.3.1.3-4.src.rpm:1156067817 From fedora-extras-commits at redhat.com Sun Aug 20 09:54:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:54:05 -0700 Subject: rpms/katapult/devel katapult.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608200954.k7K9s7Yu017300@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17262/devel Modified Files: .cvsignore sources Added Files: katapult.spec Log Message: auto-import katapult-0.3.1.3-4 on branch devel from katapult-0.3.1.3-4.src.rpm --- NEW FILE katapult.spec --- %{?!_icondir:%define _icondir %{_datadir}/icons} Name: katapult Version: 0.3.1.3 Release: 4%{?dist} Summary: Faster access to applications, bookmarks, and other items License: GPL Group: User Interface/Desktops URL: http://www.thekatapult.org.uk/ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}_%{version}.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils %description Katapult is an application for KDE, designed to allow faster access to applications, bookmarks, and other items. It is plugin-based, so it can launch anything that is has a plugin for. Its display is driven by plugins as well, so its appearance is completely customizable. It was inspired by Quicksilver for OS X. %prep %setup -q %build %configure --disable-rpath make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category System \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INDEX README TODO VERSION %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/services/%{name}* %{_datadir}/servicetypes/%{name}* %{_icondir}/hicolor/128x128/actions/checkmark.png %{_icondir}/hicolor/128x128/actions/no.png %{_icondir}/hicolor/128x128/apps/%{name}.png %{_icondir}/hicolor/128x128/apps/xcalc.png %{_icondir}/hicolor/??x??/apps/%{name}.png %{_icondir}/hicolor/scalable/apps/%{name}.svgz %{_libdir}/kde3/* %{_libdir}/lib%{name}.so* %{_libdir}/lib%{name}catalog.so* %{_libdir}/lib%{name}display.so* %exclude %{_libdir}/*.la %changelog * Fri Jul 14 2006 Chitlesh Goorah - 0.3.1.3-4 - removed useless devel package * Tue Jun 27 2006 Chitlesh Goorah - 0.3.1.3-3 - dropping Requires(post) and Requires(postun) - using %%exclude for *.la * Mon Jun 26 2006 Chitlesh Goorah - 0.3.1.3-2 - fixing devel package * Wed Jun 21 2006 Chitlesh Goorah - 0.3.1.3-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/katapult/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 09:52:49 -0000 1.1 +++ .cvsignore 20 Aug 2006 09:54:05 -0000 1.2 @@ -0,0 +1 @@ +katapult_0.3.1.3.orig.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/katapult/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 09:52:49 -0000 1.1 +++ sources 20 Aug 2006 09:54:05 -0000 1.2 @@ -0,0 +1 @@ +09ef2951e6e861b32fc63121e281f1da katapult_0.3.1.3.orig.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 09:58:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 02:58:13 -0700 Subject: owners owners.list,1.1431,1.1432 Message-ID: <200608200958.k7K9wFdX017359@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17342/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1431 retrieving revision 1.1432 diff -u -r1.1431 -r1.1432 --- owners.list 20 Aug 2006 03:10:12 -0000 1.1431 +++ owners.list 20 Aug 2006 09:58:12 -0000 1.1432 @@ -667,6 +667,7 @@ Fedora Extras|kannel|WAP and SMS gateway|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|kasablanca|Graphical FTP client|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kasumi|Anthy dictionary management tool|tagoh at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|katapult|Faster access to applications, bookmarks, and other items|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kawa|Kawa scheme implementation|green at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kbibtex|A BibTeX editor for KDE|ch.nolte at fh-wolfenbuettel.de|extras-qa at fedoraproject.org| Fedora Extras|kchmviewer|CHM viewer|pertusus at free.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 12:26:10 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:26:10 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, NONE, 1.1 extras-repoview.py, 1.8, 1.9 extras-repobuild.py, 1.19, 1.20 extras-sign-move.py, 1.16, NONE Message-ID: <200608201226.k7KCQAfQ001527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1506 Modified Files: extras-repoview.py extras-repobuild.py Added Files: ExtrasPushUtils.py Removed Files: extras-sign-move.py Log Message: - remove obsolete and out-of-date extras-sign-move.py - move some common constants and function into ExtrasPushUtils module - make extras-repo{build,view}.py use the new module --- NEW FILE ExtrasPushUtils.py --- #!/usr/bin/python -t # -*- mode: Python; indent-tabs-mode: nil; -*- # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os, sys distro = 'fedora' project = 'extras' treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) archdict = {'3':['x86_64', 'i386'], '4':['ppc','x86_64', 'i386'], '5':['ppc','x86_64', 'i386'], 'development':['ppc','x86_64','i386'], } DEBUG = False def debugprint(msg): if DEBUG: print msg def run_and_check(cmd): debugprint(cmd) if not DEBUG: result = os.system(cmd) if result != 0: print >> sys.stderr, 'Error running command: %s ' % cmd if result > 127: sys.exit(1) sys.exit(result) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- extras-repoview.py 12 Jun 2006 12:18:24 -0000 1.8 +++ extras-repoview.py 20 Aug 2006 12:26:07 -0000 1.9 @@ -13,41 +13,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import os -import sys +import os, sys import shutil -import string + +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * # get the path to where to look for the packages to be signed # make repoview -project = 'extras' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) -archdict = {'3':['x86_64', 'i386'], - '4':['ppc','x86_64', 'i386'], - '5':['ppc','x86_64', 'i386'], - 'development':['ppc','x86_64','i386'], - } - - DEBUG = False -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint(cmd) - if not DEBUG: - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - def do_repoview(repodir): print 'Generating repoview in %s' % repodir # cmd = '/usr/bin/repoview -q %s' % repodir Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- extras-repobuild.py 13 Jun 2006 09:29:02 -0000 1.19 +++ extras-repobuild.py 20 Aug 2006 12:26:07 -0000 1.20 @@ -13,11 +13,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import os -import sys -import rpmUtils +import os, sys import shutil -import string + +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * # get the path to where to look for the packages to be signed # make repo @@ -25,50 +25,25 @@ # email to fedora-extras-list with the built packages list # sing, dance, romance -distro = 'fedora' -project = 'extras' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) cachedir = '/tmp/repomd-cache' compsname = 'comps.xml' -archdict = {'3':['x86_64', 'i386'], - '4':['ppc','x86_64', 'i386'], - '5':['ppc','x86_64', 'i386'], - 'development':['ppc','x86_64','i386'], - } + # packages to exclude from being repomanaged: dist => shell quoted path regexp keepdict = {'3': "'/\([^/]\+-\)\?kmod-'", '4': "'/\([^/]\+-\)\?kmod-'", '5': "'/\([^/]\+-\)\?kmod-'", 'development': "'/\([^/]\+-\)\?kmod-'", } -ts = rpmUtils.transaction.initReadOnlyTransaction() - DEBUG = False -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint(cmd) - if not DEBUG: - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - def do_repo_stuff(repodir, keep=2, nomanage=None): compspath = os.path.join(repodir, compsname) rpdata = os.path.join(repodir, 'repodata') debugprint('removing tree %s' % rpdata) - if not DEBUG: - if os.path.exists(rpdata): shutil.rmtree(rpdata) + if os.path.exists(rpdata) and not DEBUG: + shutil.rmtree(rpdata) print 'Processing: %s' % repodir print 'cleaning up older packages (keeping %d latest)' % (keep) --- extras-sign-move.py DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 12:35:18 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:35:18 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py,1.1,1.2 Message-ID: <200608201235.k7KCZIDs001587@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1569 Modified Files: ExtrasPushUtils.py Log Message: - move a few more shared values to ExtrasPushUtils module (to be continued) - make extras-push-new use module Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExtrasPushUtils.py 20 Aug 2006 12:26:07 -0000 1.1 +++ ExtrasPushUtils.py 20 Aug 2006 12:35:15 -0000 1.2 @@ -21,6 +21,9 @@ project = 'extras' treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) +stagesdir = '/srv/rpmbuild/repodir' + +alldists = [ '5', '4', '3', 'development' ] # also the order in build reports archdict = {'3':['x86_64', 'i386'], '4':['ppc','x86_64', 'i386'], From fedora-extras-commits at redhat.com Sun Aug 20 12:38:12 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:38:12 -0700 Subject: extras-buildsys/utils extras-repobuild.py,1.20,1.21 Message-ID: <200608201238.k7KCcC6t001619@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1601 Modified Files: extras-repobuild.py Log Message: extras-repoview.py Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- extras-repobuild.py 20 Aug 2006 12:26:07 -0000 1.20 +++ extras-repobuild.py 20 Aug 2006 12:38:10 -0000 1.21 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed From fedora-extras-commits at redhat.com Sun Aug 20 12:38:44 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:38:44 -0700 Subject: extras-buildsys/utils extras-repoview.py,1.9,1.10 Message-ID: <200608201238.k7KCci4o001645@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1625 Modified Files: extras-repoview.py Log Message: - use the correct path to the module Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- extras-repoview.py 20 Aug 2006 12:26:07 -0000 1.9 +++ extras-repoview.py 20 Aug 2006 12:38:42 -0000 1.10 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed From fedora-extras-commits at redhat.com Sun Aug 20 12:40:41 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sun, 20 Aug 2006 05:40:41 -0700 Subject: rpms/php-pecl-zip/devel .cvsignore, 1.2, 1.3 php-pecl-zip.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608201240.k7KCeimS001696@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1673 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update from 1.4.1 to 1.7.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Jul 2006 20:55:16 -0000 1.2 +++ .cvsignore 20 Aug 2006 12:40:41 -0000 1.3 @@ -1 +1 @@ -zip-1.4.1.tgz +zip-1.7.0.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- php-pecl-zip.spec 3 Jul 2006 20:55:16 -0000 1.1 +++ php-pecl-zip.spec 20 Aug 2006 12:40:41 -0000 1.2 @@ -1,9 +1,10 @@ %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php/modules) +%define apiver %((phpize --version 2>/dev/null || echo 'PHP Api Version: 20041225' ) | sed -n '/PHP Api Version/ s/.*: *//p') Summary: PECL A zip management extension Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.4.1 +Version: 1.7.0 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -11,8 +12,8 @@ Source: http://pecl.php.net/get/zip-%{version}.tgz Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: php-pecl(zip), php-zip = %{version}-%{release} -Requires: php +Provides: php-pecl(zip) = %{version}-%{release}, php-zip = %{version}-%{release} +Requires: php-api >= %{apiver} BuildRequires: php-devel, zlib-devel %description @@ -52,6 +53,16 @@ %{php_extdir}/zip.so %changelog +* Sun Aug 20 2006 Remi Collet 1.7.0-1 +- update to 1.7.0 + +* Sun Jul 30 2006 Remi Collet 1.6.0-1 +- update to 1.6.0 (Big change : Rename Class Zip to ZipArchive) + +* Sun Jul 16 2006 Remi Collet 1.5.0-1 +- update to 1.5.0 +- Requires: php-api + * Thu Jun 29 2006 Remi Collet 1.4.1-1 - update to 1.4.1 - bundle the v3.01 PHP LICENSE file Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Jul 2006 20:55:16 -0000 1.2 +++ sources 20 Aug 2006 12:40:41 -0000 1.3 @@ -1 +1 @@ -d3bdf77b217f9c9140b23f0bd17b6908 zip-1.4.1.tgz +7de465dc9759883cb068dbb90e7c488e zip-1.7.0.tgz From fedora-extras-commits at redhat.com Sun Aug 20 12:41:09 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:41:09 -0700 Subject: extras-buildsys/utils extras-push-new,1.47,1.48 Message-ID: <200608201241.k7KCf9qv001716@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1670 Modified Files: extras-push-new Log Message: - make extras-push-new use the module Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- extras-push-new 26 Jul 2006 21:04:38 -0000 1.47 +++ extras-push-new 20 Aug 2006 12:41:06 -0000 1.48 @@ -24,16 +24,14 @@ import tempfile import time +sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +from ExtrasPushUtils import * + DEBUG = False signersgid = 100581 # signers group signkeyname = 'extras at fedoraproject.org' -distro = 'fedora' -project = 'extras' - -stagesdir = '/srv/rpmbuild/repodir' -treedir = '/srv/rpmbuild/%s/tree/%s' % (project, project) # Where we store mails to be sent and our main lockfile. rundir = '/srv/rpmbuild/extras-push-rundir' @@ -67,14 +65,6 @@ excludearch_for_noarch = True upgradecheck = True -alldists = [ '5', '4', '3', 'development' ] # also the order in build reports - -archdict = { '3' : ['x86_64', 'i386'], - '4' : ['ppc','x86_64', 'i386'], - '5' : ['ppc','x86_64', 'i386'], - 'development' : ['ppc','x86_64','i386'], - } - # Note: *no* depsolving is done for these. copydict = { 'wine.i386': ['x86_64'], 'wine-arts.i386': ['x86_64'], @@ -97,23 +87,6 @@ ts = rpmUtils.transaction.initReadOnlyTransaction() -def debugprint(msg): - if DEBUG: - print msg - - -def run_and_check(cmd): - debugprint('DEBUG: %s' % cmd) - if DEBUG: - return - result = os.system(cmd) - if result != 0: - print >> sys.stderr, 'Error running command: %s ' % cmd - if result > 127: - sys.exit(1) - sys.exit(result) - - class LockFile: def __init__(self, name, blocking=False): From fedora-extras-commits at redhat.com Sun Aug 20 12:42:03 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:42:03 -0700 Subject: extras-buildsys/utils extras-push-new,1.48,1.49 Message-ID: <200608201242.k7KCg36l001742@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1724 Modified Files: extras-push-new Log Message: ...and also the correct path :) Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- extras-push-new 20 Aug 2006 12:41:06 -0000 1.48 +++ extras-push-new 20 Aug 2006 12:42:01 -0000 1.49 @@ -24,7 +24,7 @@ import tempfile import time -sys.path.append('/srv/extras-push/work/extras-buildsys/utils') +sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * DEBUG = False From fedora-extras-commits at redhat.com Sun Aug 20 12:44:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:44:23 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.21, 1.22 extras-repoview.py, 1.10, 1.11 extras-push-new, 1.49, 1.50 Message-ID: <200608201244.k7KCiNmY001772@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: extras-repobuild.py extras-repoview.py extras-push-new Log Message: Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- extras-repobuild.py 20 Aug 2006 12:38:10 -0000 1.21 +++ extras-repobuild.py 20 Aug 2006 12:44:20 -0000 1.22 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- extras-repoview.py 20 Aug 2006 12:38:42 -0000 1.10 +++ extras-repoview.py 20 Aug 2006 12:44:20 -0000 1.11 @@ -16,7 +16,7 @@ import os, sys import shutil -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * # get the path to where to look for the packages to be signed Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- extras-push-new 20 Aug 2006 12:42:01 -0000 1.49 +++ extras-push-new 20 Aug 2006 12:44:20 -0000 1.50 @@ -24,7 +24,7 @@ import tempfile import time -sys.path.append('/srv/extras-push/work/buildsys-utils') +#sys.path.append('/srv/extras-push/work/buildsys-utils') from ExtrasPushUtils import * DEBUG = False From fedora-extras-commits at redhat.com Sun Aug 20 12:45:34 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:45:34 -0700 Subject: extras-buildsys/utils extras-push, 1.2, NONE extras-push-all, 1.5, NONE Message-ID: <200608201245.k7KCjYX7001808@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1792 Removed Files: extras-push extras-push-all Log Message: obsolete and out-of-date --- extras-push DELETED --- --- extras-push-all DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 12:53:20 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:53:20 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, 1.2, 1.3 extras-push-new, 1.50, 1.51 Message-ID: <200608201253.k7KCrKKT001848@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1828 Modified Files: ExtrasPushUtils.py extras-push-new Log Message: - also move out the signers gid check, so it can be reused in more scripts Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ExtrasPushUtils.py 20 Aug 2006 12:35:15 -0000 1.2 +++ ExtrasPushUtils.py 20 Aug 2006 12:53:17 -0000 1.3 @@ -15,8 +15,11 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +import errno import os, sys +signersgid = 100581 # signers group + distro = 'fedora' project = 'extras' @@ -46,3 +49,14 @@ if result > 127: sys.exit(1) sys.exit(result) + +def signer_gid_check(): + if os.getgid() != signersgid: + grpname = '(unknown)' + try: + import grp + grpname = grp.getgrgid(signersgid)[0] + except: + print 'WARNING: Could not get group name for gid %d' % signersgid + print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) + sys.exit(errno.EPERM) Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- extras-push-new 20 Aug 2006 12:44:20 -0000 1.50 +++ extras-push-new 20 Aug 2006 12:53:17 -0000 1.51 @@ -29,7 +29,6 @@ DEBUG = False -signersgid = 100581 # signers group signkeyname = 'extras at fedoraproject.org' # Where we store mails to be sent and our main lockfile. @@ -688,16 +687,8 @@ if __name__ == '__main__': if opts.gidcheck: - if os.getgid() != signersgid: - grpname = '(unknown)' - try: - import grp - grpname = grp.getgrgid(signersgid)[0] - except: - print 'WARNING: Could not get group name for gid %d' % signersgid - print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) - sys.exit(errno.EPERM) - + signer_gid_check() + if opts.signkeycheck: if signkeyname != os.popen('rpm --eval %_gpg_name','r').read().rstrip(): print 'ERROR: Configure ~/.rpmmacros for proper GPG signing before running this!' From fedora-extras-commits at redhat.com Sun Aug 20 12:55:20 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 05:55:20 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.22, 1.23 extras-repoview.py, 1.11, 1.12 Message-ID: <200608201255.k7KCtKAW001874@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1854 Modified Files: extras-repobuild.py extras-repoview.py Log Message: check signers gid in these scripts, too, since they still can be run separately Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- extras-repobuild.py 20 Aug 2006 12:44:20 -0000 1.22 +++ extras-repobuild.py 20 Aug 2006 12:55:18 -0000 1.23 @@ -94,6 +94,7 @@ if __name__ == '__main__': me = os.getcwd() + signer_gid_check() if len(sys.argv) < 2: print "Usage:\nextras-repobuild.py release\n\n" sys.exit(1) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- extras-repoview.py 20 Aug 2006 12:44:20 -0000 1.11 +++ extras-repoview.py 20 Aug 2006 12:55:18 -0000 1.12 @@ -55,6 +55,7 @@ if __name__ == '__main__': me = os.getcwd() + signer_gid_check() if len(sys.argv) < 2: print "Usage:\nextras-repoview.py release\n\n" sys.exit(1) From fedora-extras-commits at redhat.com Sun Aug 20 14:00:23 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:00:23 -0700 Subject: comps comps-fe5.xml.in,1.101,1.102 comps-fe6.xml.in,1.94,1.95 Message-ID: <200608201400.k7KE0PaL004718@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4699 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Remove comical since it has been removed from FE Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- comps-fe5.xml.in 19 Aug 2006 21:40:37 -0000 1.101 +++ comps-fe5.xml.in 20 Aug 2006 14:00:23 -0000 1.102 @@ -349,7 +349,6 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet d4x deskbar-applet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- comps-fe6.xml.in 20 Aug 2006 00:00:41 -0000 1.94 +++ comps-fe6.xml.in 20 Aug 2006 14:00:23 -0000 1.95 @@ -378,7 +378,6 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet contacts d4x From fedora-extras-commits at redhat.com Sun Aug 20 14:15:58 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 07:15:58 -0700 Subject: comps comps-fe6.xml.in,1.95,1.96 Message-ID: <200608201416.k7KEG0q5007415@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7398 Modified Files: comps-fe6.xml.in Log Message: Add xscreensaver releated rpms. This time for .in files Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- comps-fe6.xml.in 20 Aug 2006 14:00:23 -0000 1.95 +++ comps-fe6.xml.in 20 Aug 2006 14:15:58 -0000 1.96 @@ -877,6 +877,9 @@ rxvt workrave xlockmore + xscreensaver-base + xscreensaver-extras + xscreensaver-gl-extras From fedora-extras-commits at redhat.com Sun Aug 20 14:52:13 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:52:13 -0700 Subject: comps comps-fe5.xml.in,1.102,1.103 comps-fe6.xml.in,1.96,1.97 Message-ID: <200608201452.k7KEqFHn007587@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7568 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add nautilus-open-terminal Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- comps-fe5.xml.in 20 Aug 2006 14:00:23 -0000 1.102 +++ comps-fe5.xml.in 20 Aug 2006 14:52:13 -0000 1.103 @@ -191,6 +191,7 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter + nautilus-open-terminal sabayon seahorse smeg Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- comps-fe6.xml.in 20 Aug 2006 14:15:58 -0000 1.96 +++ comps-fe6.xml.in 20 Aug 2006 14:52:13 -0000 1.97 @@ -212,6 +212,7 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter + nautilus-open-terminal sabayon seahorse smeg From fedora-extras-commits at redhat.com Sun Aug 20 14:55:12 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:55:12 -0700 Subject: comps comps-fe5.xml.in,1.103,1.104 comps-fe6.xml.in,1.97,1.98 Message-ID: <200608201455.k7KEtEqs007625@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7606 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add nautilus-search-tool Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- comps-fe5.xml.in 20 Aug 2006 14:52:13 -0000 1.103 +++ comps-fe5.xml.in 20 Aug 2006 14:55:12 -0000 1.104 @@ -192,6 +192,7 @@ nautilus-flac-converter nautilus-image-converter nautilus-open-terminal + nautilus-search-tool sabayon seahorse smeg Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- comps-fe6.xml.in 20 Aug 2006 14:52:13 -0000 1.97 +++ comps-fe6.xml.in 20 Aug 2006 14:55:12 -0000 1.98 @@ -213,6 +213,7 @@ nautilus-flac-converter nautilus-image-converter nautilus-open-terminal + nautilus-search-tool sabayon seahorse smeg From fedora-extras-commits at redhat.com Sun Aug 20 14:59:31 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 07:59:31 -0700 Subject: comps comps-fe6.xml.in,1.98,1.99 Message-ID: <200608201459.k7KExXjU007678@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7661 Modified Files: comps-fe6.xml.in Log Message: Add dates to fe6 Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- comps-fe6.xml.in 20 Aug 2006 14:55:12 -0000 1.98 +++ comps-fe6.xml.in 20 Aug 2006 14:59:31 -0000 1.99 @@ -496,6 +496,7 @@ abiword aiksaurus-gtk + dates dia gdeskcal glabels From fedora-extras-commits at redhat.com Sun Aug 20 15:03:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:03:35 -0700 Subject: comps comps-fe6.xml.in,1.99,1.100 Message-ID: <200608201503.k7KF3biW010306@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10289 Modified Files: comps-fe6.xml.in Log Message: move contacts to office group Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- comps-fe6.xml.in 20 Aug 2006 14:59:31 -0000 1.99 +++ comps-fe6.xml.in 20 Aug 2006 15:03:34 -0000 1.100 @@ -381,7 +381,6 @@ blogtk bluefish contact-lookup-applet - contacts d4x deskbar-applet dillo @@ -496,6 +495,7 @@ abiword aiksaurus-gtk + contacts dates dia gdeskcal From fedora-extras-commits at redhat.com Sun Aug 20 15:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:17:44 -0700 Subject: fedora-rpmdevtools .cvsignore,1.3,1.4 Message-ID: <200608201517.k7KFHi68010455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10437 Modified Files: .cvsignore Log Message: Be more explicit about tarball ignorance. Index: .cvsignore =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jul 2006 20:02:10 -0000 1.3 +++ .cvsignore 20 Aug 2006 15:17:41 -0000 1.4 @@ -1,6 +1,7 @@ *.1 *.8 *.m4 +*.tar.* Makefile Makefile.in autom4te.cache @@ -8,5 +9,4 @@ configure install-sh missing -rpmdevtools-* rpminfo From fedora-extras-commits at redhat.com Sun Aug 20 15:19:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:19:55 -0700 Subject: fedora-rpmdevtools check-rpaths, 1.3, 1.4 check-rpaths-worker, 1.9, 1.10 Message-ID: <200608201519.k7KFJtl0010503@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10483 Modified Files: check-rpaths check-rpaths-worker Log Message: Remove $Id$ keywords. Index: check-rpaths =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/check-rpaths,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- check-rpaths 18 Aug 2005 05:49:16 -0000 1.3 +++ check-rpaths 20 Aug 2006 15:19:53 -0000 1.4 @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # Copyright (C) 2004 Enrico Scholz # Index: check-rpaths-worker =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/check-rpaths-worker,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- check-rpaths-worker 17 Jul 2006 20:02:10 -0000 1.9 +++ check-rpaths-worker 20 Aug 2006 15:19:53 -0000 1.10 @@ -1,5 +1,4 @@ #! /bin/bash -# $Id$ # Copyright (C) 2004 Enrico Scholz # From fedora-extras-commits at redhat.com Sun Aug 20 15:21:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:21:11 -0700 Subject: comps comps-fe6.xml.in,1.100,1.101 Message-ID: <200608201521.k7KFLD4m010552@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10535 Modified Files: comps-fe6.xml.in Log Message: fix punctuation Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- comps-fe6.xml.in 20 Aug 2006 15:03:34 -0000 1.100 +++ comps-fe6.xml.in 20 Aug 2006 15:21:11 -0000 1.101 @@ -793,10 +793,10 @@ xfce4-icon-theme xfce4-mixer xfce4-panel - xfce4-session-engines + xfce4-session + xfce4-session-engines xfce4-systray - xfce4-session - xfce4-trigger-launcher + xfce4-trigger-launcher xfdesktop xffm xffm-icons From fedora-extras-commits at redhat.com Sun Aug 20 15:27:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:27:46 -0700 Subject: fedora-rpmdevtools/emacs .cvsignore,1.1,1.2 Message-ID: <200608201527.k7KFRkNG010639@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools/emacs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10621 Modified Files: .cvsignore Log Message: Ignore *.elc. Index: .cvsignore =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/emacs/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 5 Jun 2006 18:29:45 -0000 1.1 +++ .cvsignore 20 Aug 2006 15:27:43 -0000 1.2 @@ -1,2 +1,3 @@ +*.elc Makefile Makefile.in From fedora-extras-commits at redhat.com Sun Aug 20 15:28:07 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 20 Aug 2006 08:28:07 -0700 Subject: comps comps-fe5.xml.in,1.105,1.106 comps-fe6.xml.in,1.101,1.102 Message-ID: <200608201528.k7KFS9FM010679@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10660 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add gkrellmms Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- comps-fe5.xml.in 20 Aug 2006 15:22:17 -0000 1.105 +++ comps-fe5.xml.in 20 Aug 2006 15:28:07 -0000 1.106 @@ -511,6 +511,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- comps-fe6.xml.in 20 Aug 2006 15:21:11 -0000 1.101 +++ comps-fe6.xml.in 20 Aug 2006 15:28:07 -0000 1.102 @@ -545,6 +545,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman From fedora-extras-commits at redhat.com Sun Aug 20 15:40:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:40:47 -0700 Subject: fedora-rpmdevtools/emacs rpmdev-init.el, NONE, 1.1 Makefile.am, 1.3, 1.4 rpmdevtools-init.el, 1.1, NONE Message-ID: <200608201540.k7KFelQ5010793@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools/emacs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10742/emacs Modified Files: Makefile.am Added Files: rpmdev-init.el Removed Files: rpmdevtools-init.el Log Message: Re-rename bunch of things to rpmdev-*. --- NEW FILE rpmdev-init.el --- (defun rpmdev-new-rpm-spec-file-init () (delete-region (point-min) (point-max)) (set (make-local-variable 'buffer-file-coding-system) 'utf-8) (if buffer-file-name (call-process "rpmdev-newspec" nil t nil "-o" "-" buffer-file-name) (call-process "rpmdev-newspec" nil t nil "-o" "-")) (and indent-tabs-mode (tabify (point-min) (point-max))) (goto-char (point-min)) (re-search-forward "^[A-Za-z]+:\\s-*$" nil t) (set-buffer-modified-p nil)) (remove-hook 'rpm-spec-mode-new-file-hook 'rpm-spec-initialize) (add-hook 'rpm-spec-mode-new-file-hook 'rpmdev-new-rpm-spec-file-init t) Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/emacs/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 17 Jul 2006 20:34:45 -0000 1.3 +++ Makefile.am 20 Aug 2006 15:40:44 -0000 1.4 @@ -1,3 +1,3 @@ pkgdatadir = $(datadir)/rpmdevtools -dist_pkgdata_DATA = $(PACKAGE)-init.el +dist_pkgdata_DATA = rpmdev-init.el --- rpmdevtools-init.el DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 15:40:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 08:40:46 -0700 Subject: fedora-rpmdevtools rpmdev-checksig, NONE, 1.1 rpmdev-diff, NONE, 1.1 rpmdev-extract, NONE, 1.1 rpmdev-md5, NONE, 1.1 rpmdev-newspec, NONE, 1.1 rpmdev-rmdevelrpms, NONE, 1.1 rpmdev-setuptree, NONE, 1.1 rpmdev-vercmp, NONE, 1.1 rpmdev-wipetree, NONE, 1.1 Makefile.am, 1.6, 1.7 rmdevelrpms.conf, 1.2, 1.3 rpmdevtools.spec, 1.8, 1.9 buildrpmtree, 1.1, NONE diffarchive, 1.1, NONE extractarchive, 1.1, NONE newrpmspec, 1.3, NONE rmdevelrpms, 1.4, NONE rpmchecksig, 1.1, NONE rpmmd5, 1.1, NONE rpmvercmp, 1.1, NONE wipebuildtree, 1.1, NONE Message-ID: <200608201540.k7KFeknN010784@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10742 Modified Files: Makefile.am rmdevelrpms.conf rpmdevtools.spec Added Files: rpmdev-checksig rpmdev-diff rpmdev-extract rpmdev-md5 rpmdev-newspec rpmdev-rmdevelrpms rpmdev-setuptree rpmdev-vercmp rpmdev-wipetree Removed Files: buildrpmtree diffarchive extractarchive newrpmspec rmdevelrpms rpmchecksig rpmmd5 rpmvercmp wipebuildtree Log Message: Re-rename bunch of things to rpmdev-*. --- NEW FILE rpmdev-checksig --- #!/usr/bin/python -tt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Copyright 2003 Duke University # Seth Vidal skvidal at phy.duke.edu ###### # Simple docs: run it with a list of rpms as the args # it will tell you if any of them is damaged and if so how # it will tell you if any of them has a bad key or invalid sig or whatever # it exits with the largest error code possible for the set of pkgs # error codes are: # 0 - all fine # 100 = damaged pkg # 101 = unsigned pkg # 102 = signed but bad pkg - if we ever get this one I'll be amazed # 103 = signed - but key not in rpmdb # 104 = signed but untrusted key import rpm import re import os import os.path import sys def lookupKeyID(ts, keyid): """looks up a key id - returns the header""" mi = ts.dbMatch('name','gpg-pubkey') mi.pattern('version', rpm.RPMMIRE_STRCMP, keyid) for hdr in mi: sum = hdr['summary'] mo = re.search('\<.*\>', sum) email = mo.group() return email def checkSig(ts, package): """ take a package, check it's sigs, return 0 if they are all fine, return 103 if the gpg key can't be found, 104 if the key is not trusted,100 if the header is in someway damaged""" try: fdno = os.open(package, os.O_RDONLY) except OSError, e: return 100 stderr = os.dup(2) null = os.open("/dev/null", os.O_WRONLY | os.O_APPEND) os.dup2(null, 2) try: ts.hdrFromFdno(fdno) except rpm.error, e: if str(e) == "public key not availaiable": error = 103 if str(e) == "public key not available": error = 103 if str(e) == "public key not trusted": error = 104 if str(e) == "error reading package header": error = 100 os.dup2(stderr, 2) os.close(null) os.close(stderr) os.close(fdno) return error os.dup2(stderr, 2) os.close(null) os.close(stderr) os.close(fdno) return 0 def returnHdr(ts, package): """hand back the hdr - duh - if the pkg is foobar handback None""" try: fdno = os.open(package, os.O_RDONLY) except OSError, e: hdr = None return hdr ts.setVSFlags(~(rpm.RPMVSF_NOMD5|rpm.RPMVSF_NEEDPAYLOAD)) try: hdr = ts.hdrFromFdno(fdno) except rpm.error, e: hdr = None if type(hdr) != rpm.hdr: hdr = None ts.setVSFlags(0) os.close(fdno) return hdr def getSigInfo(hdr): """hand back signature information and an error code""" string = '%|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{%|SIGGPG?{%{SIGGPG:pgpsig}}:{%|SIGPGP?{%{SIGPGP:pgpsig}}:{(none)}|}|}|}|' siginfo = hdr.sprintf(string) if siginfo != '(none)': error = 0 sigtype, sigdate, sigid = siginfo.split(',') else: error = 101 sigtype = 'MD5' sigdate = 'None' sigid = 'None' infotuple = (sigtype, sigdate, sigid) return error, infotuple def main(args): finalexit = 0 ts = rpm.TransactionSet() for package in args: error = 0 sigerror = 0 ts.setVSFlags(0) error = checkSig(ts, package) hdr = returnHdr(ts, package) if hdr == None: error = 100 print '%s: FAILED - None ' % package else: sigerror, (sigtype, sigdate, sigid) = getSigInfo(hdr) if sigid == 'None': email = '' keyid = 'None' else: keyid = sigid[-8:] email = lookupKeyID(ts, keyid) if error != 0: if error == 103: print '%s: MISSING KEY - %s' % (package, keyid) else: print '%s: FAILED - %s %s' % (package, keyid, email) else: print '%s: %s - %s - %s' % (package, sigtype, keyid, email) if error < sigerror: error = sigerror if error > finalexit: finalexit = error del hdr sys.exit(finalexit) if __name__ == '__main__': main(sys.argv[1:]) --- NEW FILE rpmdev-diff --- #!/bin/bash # -*- coding: utf-8 -*- # rpmdev-diff -- Diff contents of two archives # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA set -e unset CDPATH tmpdir= diffopts= list= trap cleanup EXIT cleanup() { set +e [ -z "$tmpdir" -o ! -d "$tmpdir" ] || rm -rf "$tmpdir" } version() { cat <. This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??. EOF } help() { cat <." } usage() { cat <&2 || echo "Error: file does not exist: '$file'" >&2 exit 1 fi done diffopts="-r ${diffopts:--Nu}" tmpdir=`mktemp -d /tmp/rpmdev-diff.XXXXXX` mkdir "$tmpdir/old" "$tmpdir/new" rpmdev-extract -q -C "$tmpdir/old" "$1" rpmdev-extract -q -C "$tmpdir/new" "$2" # It would be nice if rpmdev-extract could do some of the chmods. find "$tmpdir"/* -type d -exec chmod u+rx {} ';' # Note: -exec, not xargs here. chmod -R u+rw "$tmpdir"/* cd "$tmpdir" # Did the archives uncompress into base dirs? if [ `ls -1d old/* | wc -l` -eq 1 ] ; then old=`ls -1d old/*` else old=old fi if [ `ls -1d new/* | wc -l` -eq 1 ] ; then new=`ls -1d new/*` else new=new fi # Fixup base dirs to the same level. if [ `basename "$old"` != `basename "$new"` ] ; then if [ "$old" != old ] ; then mv "$old" . old=`basename "$old"` fi if [ "$new" != new ] ; then mv "$new" . new=`basename "$new"` fi fi # Here we go. if [ -n "$list" ] ; then find "$old" | sort | cut -d/ -f 2- -s > "$old.files" find "$new" | sort | cut -d/ -f 2- -s > "$new.files" diff $diffopts "$old.files" "$new.files" else diff $diffopts "$old" "$new" fi --- NEW FILE rpmdev-extract --- #!/bin/bash # -*- coding: utf-8 -*- # rpmdev-extract -- Extract various archives in "tar xvf" style # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # TODO: more archive types set -e unset CDPATH ftype= decomp= quiet= force= dir= version() { cat <. This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??. EOF } help() { cat <." } usage() { cat </dev/null` fmime "$t" [ -n "$ftype" ] && return case "$t" in application/x-compress|application/x-gzip) decomp="gzip -dc" ;; application/x-bzip2) decomp="bzip2 -dc" ;; esac if [ -n "$decomp" ] ; then t=`file -zibL "$1" 2>/dev/null` fmime "$t" [ -n "$ftype" ] && return fi t=`file -${decomp:+z}bL "$1" 2>/dev/null` case "$t" in *Z[iI][pP]\ *archive*) ftype=zip ;; *tar\ archive*) ftype=tar ;; *ar\ archive*|*Debian\ *package*) ftype=ar ;; *ARJ\ *archive*) ftype=arj ;; *Zoo\ *archive*) ftype=zoo ;; *cpio\ archive*) ftype=cpio ;; *C[aA][bB]*archive*) ftype=cab ;; RPM\ *) ftype=rpm ;; *ACE\ *archive*) ftype=ace ;; *LHa\ *archive*) ftype=lha ;; *RAR\ *archive*) ftype=rar ;; esac } unarch() { case "$1" in /*) f="$1" ;; *) f="$PWD/$1" ;; esac ftype "$1" cd "$2" case "$ftype" in tar) [ -n "$force" ] && o= || o=k ${decomp:-cat} "$f" | tar xv$o ;; zip) [ -n "$force" ] && o=-o || o=-n unzip $o "$f" ;; rar) [ -n "$force" ] && o=+ || o=- unrar x -o$o -y "$f" ;; cab) # force not supported, it's always on (as of cabextract 1.[01]) cabextract -f "$f" ;; rpm) name=`rpm -qp --qf "%{NAME}-%{VERSION}-%{RELEASE}" "$f"` mkdir -p "$name" cd "$name" rpm2cpio "$f" \ | cpio --quiet --no-absolute-filenames -id${force:+u}mv 2>&1 \ | sed "s|^\(\./\)\?|$name/|" cd .. ;; cpio) ${decomp:-cat} "$f" | \ cpio --quiet --no-absolute-filenames -id${force:+u}mv ;; ar) # force not supported, it's always on ar xvo "$f" ;; ace) [ -n "$force" ] && o=+ || o=- unace x -o$o -y "$f" ;; arj) # force not supported, it's always off (as of unarj 2.6[35]) # it will also return an error if some files already exist :( unarj x "$f" ;; zoo) zoo x${force:+OOS} "$f" ;; lha) lha x${force:+f} "$f" < /dev/null ;; *) echo "Error: unrecognized archive: '$f'" >&2 exit 1 ;; esac cd - >/dev/null 2>&1 } dir="$PWD" while getopts "qfC:hv" key ; do case "$key" in q) quiet=1 ;; f) force=1 ;; C) dir="$OPTARG" ;; h) help ; exit 0 ;; v) version ; exit 0 ;; *) usage ; exit 1 ;; esac done shift $(( $OPTIND -1 )) if [ ! -d "$dir" ] ; then [ -e "$dir" ] && \ echo "Error: not a directory: '$dir'" >&2 || echo "Error: directory does not exist: '$dir'" >&2 exit 1 fi for file in "$@" ; do if [ ! -f "$file" ] ; then [ -e "$file" ] && \ echo "Error: not a regular file: '$file'" >&2 || echo "Error: file does not exist: '$file'" >&2 exit 1 fi # Not that fancy at the moment, but -q is for backwards compatibility # and in case we need to do more fine-grained stuff for some unarchivers # later. if [ -n "$quiet" ] ; then unarch "$file" "$dir" >/dev/null else unarch "$file" "$dir" fi done --- NEW FILE rpmdev-md5 --- #! /bin/sh # Copyright (C) 2003 Enrico Scholz # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA while test "$1"; do case "$1" in --help) echo $"Usage: rpmdev-md5 "; exit 0;; --version) echo $"rpmdev-md5 0.4"; exit 0;; --) shift; break;; *) break esac shift done test "$1" || { echo $"No package specified; use '--help' for more information" exit 1 } unset CDPATH tmp=`mktemp -d /var/tmp/fedmd5.XXXXXX` trap "rm -rf $tmp" EXIT rpm2cpio - <"$1" | ( cd $tmp; cpio -i --quiet ) cd -- `dirname -- "$1"` md5sum -- `basename -- "$1"` cd $tmp md5sum * --- NEW FILE rpmdev-newspec --- #!/bin/bash SPECDIR="/etc/rpmdevtools" DEFTYPE="minimal" DEFSPEC="newpackage.spec" usage() { ret=${1:-0} cat <.spec", or "$DEFSPEC" if appname is not given. -t TYPE Force use of the TYPE spec template. The default is guessed from , falling back to "$DEFTYPE" if the guesswork does not result in a more specific one or if is not given. See $SPECDIR/spectemplate-*.spec for available types. -h Show this usage message EOF exit $ret } appname= specfile= spectype= while [ -n "$1" ] ; do case "$1" in -t|--type) shift spectype="$1" ;; -o|--output) shift specfile="$1" ;; -h|--help) usage 0 ;; *.spec) [ -z "$specfile" ] && specfile="$1" [ -z "$appname" ] && appname="$(basename $1 .spec)" ;; *) appname="$1" [ -z "$specfile" ] && specfile="$appname.spec" ;; esac shift done specfilter= if [ -z "$spectype" ] ; then case "$appname" in perl-*) spectype=perl cpandist="${appname##perl-}" specfilter="; s/^%setup.*/%setup -q -n $cpandist-%{version}/ \ ; s|^\\(URL:\\s*\\).*|\1http://search.cpan.org/dist/$cpandist/|" ;; php-pear-*) spectype=php-pear pearname="$(echo ${appname##php-pear-} | tr - _)" basepeardir="$(echo $pearname | cut -f 1 -d _)" peardirpath="$(echo $pearname | tr _ /)" specfilter="; s|^\\(.*\\)Foo_Bar\\(.*\\)|\1$pearname\2| \ ; s|^\\(%{pear_phpdir}/\\)Foo|\1$basepeardir| \ ; s|^\\(%{pear_phpdir}/\\)$pearname\\(.php\\)|\1$peardirpath\2|" ;; [Pp]y*) spectype=python ;; ruby-*) spectype=ruby ;; lib*|*-lib|*-libs) spectype=lib ;; *) spectype=$DEFTYPE ;; esac fi tempspec="$SPECDIR/spectemplate-$spectype.spec" if [ ! -f "$tempspec" ] ; then echo "Template \"$tempspec\" not found, exiting." exit 1 fi [ -z "$specfile" ] && specfile="$DEFSPEC" if [ -f "$specfile" ] ; then echo "Output file \"$specfile\" already exists, exiting." exit 2 elif [ "$specfile" = "-" ] ; then specfile=/dev/stdout fi cat "$tempspec" | sed -e "s/^\\(Name:\\s*\\)/\\1$appname/ $specfilter" \ > "$specfile" if [ "$specfile" != "/dev/stdout" ] ; then echo "Skeleton specfile ($spectype) has been created to \"$specfile\"." fi --- NEW FILE rpmdev-rmdevelrpms --- #!/usr/bin/python -tt # -*- coding: utf-8 -*- # rpmdev-rmdevelrpms -- Find (and optionally remove) "development" RPMs # # Author: Ville Skytt?? # Credits: Seth Vidal (yum), Thomas Vander Stichele (mach) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA import getopt, os, re, rpm, stat, sys, types __version__ = "1.2" dev_re = re.compile("-(?:de(?:buginfo|vel)|sdk)\\b", re.IGNORECASE) test_re = re.compile("^perl-(?:Devel|ExtUtils|Test)-") lib_re1 = re.compile("^lib.+") lib_re2 = re.compile("-libs?$") a_re = re.compile("\\w\\.a$") so_re = re.compile("\\w\\.so(?:\\.\\d+)*$") comp_re = re.compile("^compat-gcc") # required by Ant, which is required by Eclipse... jdev_re = re.compile("^java-.+-gcj-compat-devel$") def_devpkgs =\ ("autoconf", "autoconf213", "automake", "automake14", "automake15", "automake16", "automake17", "bison", "byacc", "dev86", "djbfft", "docbook-utils-pdf", "doxygen", "flex", "gcc-g77", "gcc-gfortran", "gcc-gnat", "gcc-objc", "gcc32", "gcc34", "gcc34-c++", "gcc34-java", "gcc35", "gcc35-c++", "gcc4", "gcc4-c++", "gcc4-gfortran", "gettext", "glade", "glade2", "kernel-source", "kernel-sourcecode", "libtool", "m4", "nasm", "perl-Module-Build", "pkgconfig", "qt-designer", "swig", "texinfo", ) # zlib-devel: see #151622 def_nondevpkgs =\ ("glibc-devel", "libstdc++-devel", "libgcj-devel", "zlib-devel", ) devpkgs = () nondevpkgs = () def isDevelPkg(hdr): """ Decides whether a package is a devel one, based on name, configuration and contents. """ if not hdr: return 0 name = hdr[rpm.RPMTAG_NAME] if not name: return 0 if name in nondevpkgs: return 0 if name in devpkgs: return 1 if name in def_nondevpkgs: return 0 if name in def_devpkgs: return 1 if jdev_re.search(name): return 0 if dev_re.search(name): return 1 if test_re.search(name): return 1 if comp_re.search(name): return 1 if lib_re1.search(name) or lib_re2.search(name): # Heuristics for lib*, *-lib and *-libs packages (kludgy...) a_found = so_found = 0 fnames = hdr[rpm.RPMTAG_FILENAMES] fmodes = hdr[rpm.RPMTAG_FILEMODES] for i in range(len(fnames)): # Peek into the files in the package. if not (stat.S_ISLNK(fmodes[i]) or stat.S_ISREG(fmodes[i])): # Not a file or a symlink: ignore. pass fn = fnames[i] if so_re.search(fn): # *.so or a *.so.*: cannot be sure, treat pkg as non-devel. so_found = 1 break if not a_found and a_re.search(fn): # A *.a: mmm... this has potential, let's look further... a_found = 1 # If we have a *.a but no *.so or *.so.*, assume devel. return a_found and not so_found def callback(what, bytes, total, h, user): "Callback called during rpm transaction." sys.stdout.write(".") sys.stdout.flush() def help(): print '''rpmdev-rmdevelrpms is a script for finding and optionally removing "development" packages, for example for cleanup purposes before starting to build a new package. By default, the following packages are treated as development ones and are thus candidates for removal: any package whose name matches "-devel\\b", "-debuginfo\\b", or "-sdk\\b" (case insensitively) except gcc requirements; any package whose name starts with "perl-(Devel|ExtUtils|Test)-"; any package whose name starts with "compat-gcc"; packages in the internal list of known development oriented packages (see def_devpkgs in the source code); packages determined to be development ones based on some basic heuristic checks on the package\'s contents. The default set of packages above is not intended to not reduce a system into a minimal clean build root, but to keep it usable for general purposes while getting rid of a reasonably large set of development packages. The package set operated on can be configured to meet various scenarios. To include additional packages in the list of ones treated as development packages, use the "devpkgs" option in the configuration file. To exclude packages from the list use "nondevpkgs" in it. Exclusion overrides inclusion. The system wide configuration file is /etc/rpmdevtools/rmdevelrpms.conf, and per user settings (which override system ones) can be specified in ~/.rmdevelrpmsrc. These files are written in Python. ''' usage(None) print ''' Report bugs to .''' sys.exit(0) def usage(exit=1): print ''' Usage: rpmdev-rmdevelrpms [OPTION]... Options: -y, --yes Assume yes to all questions, do not prompt. -v, --version Print program version and exit. -h, --help Print help message and exit.''' if exit is not None: sys.exit(exit) def version(): print "rpmdev-rmdevelrpms version %s" % __version__ print ''' Copyright (c) 2004-2006 Fedora Project . This program is licensed under the GNU General Public License, see the file COPYING included in the distribution archive. Written by Ville Skytt??.''' sys.exit(0) def main(): "Da meat." try: # TODO: implement -r|--root for checking a specified rpm root opts, args = getopt.getopt(sys.argv[1:], "yvh", ["yes", "version", "help"]) except getopt.GetoptError: usage(2) confirm = 1 for o, a in opts: if o in ("-v", "--version"): version() if o in ("-h", "--help"): help() elif o in ("-y", "--yes"): confirm = 0 ts = rpm.TransactionSet("/") ts.setVSFlags(~(rpm._RPMVSF_NOSIGNATURES|rpm._RPMVSF_NODIGESTS)) for pkg in ts.dbMatch(): if isDevelPkg(pkg): # addErase behaves like "--allmatches" ts.addErase(pkg[rpm.RPMTAG_NAME]) ts.order() pkgs = [] try: te = ts.next() while te: pkgs.append(te.NEVR()) te = ts.next() except StopIteration: pass try: if len(pkgs) > 0: pkgs.sort() print "Found %d devel packages:" % len(pkgs) for pkg in pkgs: print " %s" % pkg unresolved = ts.check() if unresolved: print "...but removal would cause unresolved dependencies:" unresolved.sort(lambda x, y: cmp(x[0][0], y[0][0])) for t in unresolved: dep = t[1][0] if t[1][1]: dep = dep + " " if t[2] & rpm.RPMSENSE_LESS: dep = dep + "<" if t[2] & rpm.RPMSENSE_GREATER: dep = dep + ">" if t[2] & rpm.RPMSENSE_EQUAL: dep = dep + "=" dep = dep + " " + t[1][1] if t[4] == rpm.RPMDEP_SENSE_CONFLICTS: dep = "conflicts with " + dep elif t[4] == rpm.RPMDEP_SENSE_REQUIRES: dep = "requires " + dep print " %s-%s-%s %s" % (t[0][0], t[0][1], t[0][2], dep) print "Skipped." elif os.geteuid() == 0: if confirm: proceed = raw_input("Remove them? [y/N] ") else: proceed = "y" if (proceed in ("Y", "y")): sys.stdout.write("Removing...") errors = ts.run(callback, "") print "Done." if errors: for error in errors: print error sys.exit(1) else: print "Not removed." else: print "Not running as root, skipping remove." else: print "No devel packages found." finally: ts.closeDB() del ts for conf in ("/etc/rpmdevtools/rmdevelrpms.conf", os.path.join(os.environ["HOME"], ".rmdevelrpmsrc")): try: execfile(conf) except IOError: pass if type(devpkgs) == types.StringType: devpkgs = devpkgs.split() if type(nondevpkgs) == types.StringType: nondevpkgs = nondevpkgs.split() main() --- NEW FILE rpmdev-setuptree --- #!/bin/sh # # RPM-build-tree.txt # also called: fedora-buildrpmtree, rpmdev-setuptree # # Set up a 'plain userid' SRPM build environment # # Home locale for this script: # http://www.rpm.org/hintskinks/buildtree/RPM-build-tree.txt # also: ftp://ftp.owlriver.com/pub/local/ORC/rpmbuild/ # # See also: http://freshrpms.net/docs/fight.html # # based on a post: # Date: Tue, 30 Jul 2002 17:00:21 +0200 # From: Ralf Ertzinger # Reply-To: rpm-list at freshrpms.net # VER="0.06-050205" # copyright (c) 2002 Owl River Company - Columbus OH # info at owlriver.com -- GPL v.2 # # rev 0.06 050205 IVA -- use the paths as defined in configuration # rev 0.05 030814 RPH -- apply NIS extension per # nate at rj1.org (Nathan Owen) # https://bugzilla.fedora.us/show_bug.cgi?id=594 # rev 0.04 030422 RPH -- change to vendor neutral 'rpmbuild' # path element # rev 0.03 021210 RPH -- put the home in the right place # automatically # rev 0.02 021207 RPH -- add %make macro for people using # Mandrake .spec files on non-Mandrake platforms # initial 0.01 020731 RPH - initial release # [ "x$1" = "x-d" ] && { DEBUG="y" export DEBUG shift 1 } # IAM=`id -un` # returns bare username # PASSWDDIR=`grep ^$IAM: /etc/passwd | awk -F":" '{print $6}'` HOMEDIR=${HOME:=$PASSWDDIR} [ ! -d $HOMEDIR ] && { echo "ERROR: Home directory for user $IAM not found in /etc/passwd." exit 1 } # and home directory # # # RPMMACROS="$HOMEDIR/.rpmmacros" touch $RPMMACROS # TOPDIR="%_topdir" ISTOP=`grep -c ^$TOPDIR $RPMMACROS` [ $ISTOP -lt 1 ] && { echo "%_topdir %(echo \$HOME)/rpmbuild" >> $RPMMACROS } # #MAKE="%make " #ISTOP=`grep -c ^$MAKE $RPMMACROS` #[ $ISTOP -lt 1 ] && { # echo "$MAKE make" >> $RPMMACROS # } # MFLAGS="%_smp_mflags" ISTOP=`grep -c ^$MFLAGS $RPMMACROS` [ $ISTOP -lt 1 ] && { echo "$MFLAGS -j3" >> $RPMMACROS } # ISTOP=`grep -c ^%__arch_install_post $RPMMACROS` [ $ISTOP -lt 1 ] && { cat <> $RPMMACROS %__arch_install_post \ /usr/lib/rpm/check-rpaths \ /usr/lib/rpm/check-buildroot EOF } RPMDIR=`rpm --eval "%{_rpmdir}"` SRCDIR=`rpm --eval "%{_sourcedir}"` SPECDIR=`rpm --eval "%{_specdir}"` SRPMDIR=`rpm --eval "%{_srcrpmdir}"` BUILDDIR=`rpm --eval "%{_builddir}"` [ "x$DEBUG" != "x" ] && { echo "$IAM $HOMEDIR $RPMMACROS" echo "$RPMDIR $SRCDIR $SPECDIR" echo "$SRPMDIR $BUILDDIR" } # for i in $RPMDIR $SRCDIR $SPECDIR $SRPMDIR $BUILDDIR ; do [ ! -d $i ] && mkdir -p $i done # exit 0 # --- NEW FILE rpmdev-vercmp --- #!/usr/bin/python # # Seth Vidal - yadda yadda yadda GPL Yadda yadda yadda Use at own risk import rpm import sys def usage(): print """ rpmdev-vercmp epoch1, ver1, release1, epoch2, ver2, release2 or just let it ask you. """ def vercmp((e1, v1, r1), (e2, v2, r2)): rc = rpm.labelCompare((e1, v1, r1), (e2, v2, r2)) return rc def askforstuff(thingname): thing = raw_input('%s :' % thingname) return thing def main(): if len(sys.argv) > 1 and sys.argv[1] in ['-h', '--help', '-help', '--usage']: usage() sys.exit(0) elif len(sys.argv) < 7: e1 = askforstuff('Epoch1') v1 = askforstuff('Version1') r1 = askforstuff('Release1') e2 = askforstuff('Epoch2') v2 = askforstuff('Version2') r2 = askforstuff('Release2') else: (e1, v1, r1, e2, v2, r2) = sys.argv[1:] rc = vercmp((e1, v1, r1), (e2, v2, r2)) if rc > 0: print "%s:%s-%s is newer" % (e1, v1, r1) elif rc == 0: print "These are Equal" elif rc < 0: print "%s:%s-%s is newer" % (e2, v2, r2) if __name__ == "__main__": main() --- NEW FILE rpmdev-wipetree --- #!/bin/sh # # rpmdev-wipetree # Erases all files within the rpm build dir # # Author: Warren Togami # License: GPL # Sanity Check: Forbid root user if [ $(id -u) -eq 0 ]; then echo echo "ERROR: You should not be building RPMS as the superuser!" echo "Please use rpmdev-setuptree as a normal user and build" echo "packages as that user. If package building fails, then" echo "the package is improper and needs fixing." echo exit 255 fi # Wipe RPM Build Directory clean echo "Removing all build files..." rm -rf $(rpm --eval "%{_builddir}")/* rm -rf $(rpm --eval "%{_sourcedir}")/* rm -rf $(rpm --eval "%{_srcrpmdir}")/* rm -rf $(rpm --eval "%{_specdir}")/* find $(rpm --eval "%{_rpmdir}") -name "*.rpm" | xargs rm -f Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 18 Jul 2006 16:52:35 -0000 1.6 +++ Makefile.am 20 Aug 2006 15:40:44 -0000 1.7 @@ -6,13 +6,12 @@ pkgsysconfdir = $(sysconfdir)/rpmdevtools rpmlibdir = $(libdir)/rpm -dist_bin_SCRIPTS = buildrpmtree diffarchive extractarchive \ - rpmmd5 newrpmspec \ - rmdevelrpms rpmchecksig rpminfo rpmvercmp \ - wipebuildtree +dist_bin_SCRIPTS = rpmdev-checksig rpmdev-diff rpmdev-extract rpmdev-md5 \ + rpmdev-newspec rpmdev-rmdevelrpms rpmdev-setuptree rpmdev-vercmp \ + rpmdev-wipetree rpminfo -dist_man1_MANS = extractarchive.1 diffarchive.1 -dist_man8_MANS = rmdevelrpms.8 +dist_man1_MANS = rpmdev-diff.1 rpmdev-extract.1 +dist_man8_MANS = rpmdev-rmdevelrpms.8 dist_pkgdata_DATA = template.init Index: rmdevelrpms.conf =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rmdevelrpms.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rmdevelrpms.conf 17 Jul 2006 20:02:10 -0000 1.2 +++ rmdevelrpms.conf 20 Aug 2006 15:40:44 -0000 1.3 @@ -1,8 +1,8 @@ # -*- python -*- # -# To prevent rmdevelrpms from removing some packages, add them to nondevpkgs. -# The value can be a Python tuple or a whitespace separated string. -# For example: +# To prevent rpmdev-rmdevelrpms from removing some packages, add them to +# nondevpkgs. The value can be a Python tuple or a whitespace separated +# string. For example: # nondevpkgs = ("foo-devel", "bar-devel") # nondevpkgs = "foo-devel bar-devel" # Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rpmdevtools.spec 2 Aug 2006 20:41:47 -0000 1.8 +++ rpmdevtools.spec 20 Aug 2006 15:40:44 -0000 1.9 @@ -5,7 +5,7 @@ Name: rpmdevtools Version: 5.0 Release: 1%{?dist} -Summary: Fedora RPM Development Tools +Summary: RPM Development Tools Group: Development/Tools License: GPL @@ -26,19 +26,18 @@ %description This package contains scripts and (X)Emacs support files to aid in -development of Fedora RPM packages. These tools are designed for Fedora -Core 2 and later. -buildrpmtree Create RPM build tree within user's home directory -diffarchive Diff contents of two archives -extractarchive Extract various archives, "tar xvf" style -newrpmspec Creates new .spec from template -rmdevelrpms Find (and optionally remove) "development" RPMs -rpmchecksig Check package signatures using alternate RPM keyring -rpminfo Prints information about executables and libraries -rpmmd5 Display the md5sum of all files in an RPM -rpmvercmp RPM version comparison checker -spectool Expand and download sources and patches in specfiles -wipebuildtree Erase all files within dirs created by buildrpmtree +development of RPM packages. +rpmdev-setuptree Create RPM build tree within user's home directory +rpmdev-diff Diff contents of two archives +rpmdev-newspec Creates new .spec from template +rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs +rpmdev-checksig Check package signatures using alternate RPM keyring +rpminfo Print information about executables and libraries +rpmdev-md5 Display the md5sum of all files in an RPM +rpmdev-vercmp RPM version comparison checker +spectool Expand and download sources and patches in specfiles +rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree +rpmdev-extract Extract various archives, "tar xvf" style %prep @@ -60,21 +59,21 @@ for dir in %{emacs_sitestart_d} %{xemacs_sitestart_d} ; do install -dm 755 $RPM_BUILD_ROOT$dir - ln -s %{_datadir}/rpmdevtools/rpmdevtools-init.el $RPM_BUILD_ROOT$dir - touch $RPM_BUILD_ROOT$dir/rpmdevtools-init.elc + ln -s %{_datadir}/rpmdevtools/rpmdev-init.el $RPM_BUILD_ROOT$dir + touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc done # Backwards compatibility symlinks -ln -s buildrpmtree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree -ln -s diffarchive $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive -ln -s extractarchive $RPM_BUILD_ROOT%{_bindir}/fedora-extract -ln -s newrpmspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec -ln -s rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms -ln -s rpmchecksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig -ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo -ln -s rpmmd5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 -ln -s rpmvercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp -ln -s wipebuildtree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree +ln -s rpmdev-checksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig +ln -s rpmdev-diff $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive +ln -s rpmdev-extract $RPM_BUILD_ROOT%{_bindir}/fedora-extract +ln -s rpmdev-md5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 +ln -s rpmdev-newspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec +ln -s rpmdev-rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms +ln -s rpmdev-setuptree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree +ln -s rpmdev-vercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp +ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree +ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo %check @@ -87,17 +86,17 @@ %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ - ln -sf %{_datadir}/rpmdevtools/rpmdevtools-init.el %{emacs_sitestart_d} || : + ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : %triggerin -- xemacs-common [ -d %{xemacs_sitestart_d} ] && \ - ln -sf %{_datadir}/rpmdevtools/rpmdevtools-init.el %{xemacs_sitestart_d} || : + ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{xemacs_sitestart_d} || : %triggerun -- emacs-common -[ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdevtools-init.el* || : +[ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdev-init.el* || : %triggerun -- xemacs-common -[ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdevtools-init.el* || : +[ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdev-init.el* || : %files @@ -112,6 +111,9 @@ %changelog +* Sun Aug 20 2006 Ville Skytt?? +- Re-rename almost everything to rpmdev-*, with backwards compat symlinks. + * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). - Don't assume compface is a devel package in rmdevelrpms. --- buildrpmtree DELETED --- --- diffarchive DELETED --- --- extractarchive DELETED --- --- newrpmspec DELETED --- --- rmdevelrpms DELETED --- --- rpmchecksig DELETED --- --- rpmmd5 DELETED --- --- rpmvercmp DELETED --- --- wipebuildtree DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 15:59:19 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 20 Aug 2006 08:59:19 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.3,1.4 Message-ID: <200608201559.k7KFxLvR010881@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10864 Modified Files: ktorrent.spec Log Message: increased minor version to avoid broken update path Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ktorrent.spec 14 Aug 2006 20:20:15 -0000 1.3 +++ ktorrent.spec 20 Aug 2006 15:59:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Sun Aug 20 2006 Roland Wolters 2.0-6 +- increased minor version to avoid broken update path + * Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file From fedora-extras-commits at redhat.com Sun Aug 20 16:00:15 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Sun, 20 Aug 2006 09:00:15 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.6,1.7 Message-ID: <200608201600.k7KG0Hg0010951@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10934 Modified Files: ktorrent.spec Log Message: increased minor version to avoid broken update path Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ktorrent.spec 14 Aug 2006 18:32:31 -0000 1.6 +++ ktorrent.spec 20 Aug 2006 16:00:15 -0000 1.7 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0 -Release: 4%{?dist} +Release: 6%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Sun Aug 20 2006 Roland Wolters 2.0-6 +- increased minor version to avoid broken update path + * Mon Aug 14 2006 Roland Wolters 2.0-3 - fixed small errors in spec file From fedora-extras-commits at redhat.com Sun Aug 20 16:33:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:33:15 -0700 Subject: rpms/pcb import.log,1.8,1.9 Message-ID: <200608201633.k7KGXlME013825@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13778 Modified Files: import.log Log Message: auto-import pcb-0.20060422-8 on branch devel from pcb-0.20060422-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 12 Jul 2006 11:33:34 -0000 1.8 +++ import.log 20 Aug 2006 16:33:15 -0000 1.9 @@ -5,3 +5,4 @@ pcb-0_20060422-5:FC-4:pcb-0.20060422-5.src.rpm:1152703316 pcb-0_20060422-6:FC-5:pcb-0.20060422-6.src.rpm:1152703718 pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 +pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 From fedora-extras-commits at redhat.com Sun Aug 20 16:33:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:33:15 -0700 Subject: rpms/pcb/devel pcb.spec,1.7,1.8 Message-ID: <200608201633.k7KGXlZf013828@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13778/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060422-8 on branch devel from pcb-0.20060422-8.src.rpm Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcb.spec 12 Jul 2006 11:33:35 -0000 1.7 +++ pcb.spec 20 Aug 2006 16:33:15 -0000 1.8 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 7 +Release: 8%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -17,9 +17,6 @@ Source1: %{name}.desktop Source2: %{name}.png -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -28,6 +25,17 @@ high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. +%package doc +Summary: Documentation for PCB, an interactive printed circuit board editor +Group: Documentation +Requires: pcb = %{version} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description doc +This package contains the documentation of pcb in html, pdf, postscript and +info format. + %prep %setup -q -n %{name}-%{pcbver} @@ -59,14 +67,14 @@ %clean rm -rf %{buildroot} -%post +%post doc /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi -%preun +%preun doc if [ $1 = 0 ]; then /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 fi @@ -78,14 +86,38 @@ %files %defattr(-, root, root, -) %doc AUTHORS COPYING README README.* NEWS ChangeLog -%{_mandir}/man1/* -%{_datadir}/%{name}* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/* %{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/%{name}/CreateLibrary* +%{_datadir}/%{name}/ListLibraryContents.sh +%{_datadir}/%{name}/Pcb +%{_datadir}/%{name}/QueryLibrary.sh +%{_datadir}/%{name}/default_font +%{_datadir}/%{name}//examples/ +%{_datadir}/%{name}/m4/ +%{_datadir}/%{name}/newlib/ +%{_datadir}/%{name}/pcb-menu.res +%{_datadir}/%{name}/pcblib* +%{_datadir}/%{name}/qfp* +%{_datadir}/%{name}/tools/ + + +%files doc +%defattr(-, root, root, 0755) %{_infodir}/* +%{_mandir}/man1/* +%{_datadir}/%{name}/pad* +%{_datadir}/%{name}/pcb.* +%{_datadir}/%{name}/puller.* +%{_datadir}/%{name}/refcard.* +%{_datadir}/%{name}/thermal* +%{_datadir}/%{name}/tutorial/ %changelog +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 +- splitting into pcb and pcb-doc + * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 - incremented the tag for devel From fedora-extras-commits at redhat.com Sun Aug 20 16:53:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:53:48 -0700 Subject: rpms/pcb import.log,1.9,1.10 Message-ID: <200608201653.k7KGroVG014254@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14223 Modified Files: import.log Log Message: auto-import pcb-0.20060422-9 on branch devel from pcb-0.20060422-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 20 Aug 2006 16:33:15 -0000 1.9 +++ import.log 20 Aug 2006 16:53:48 -0000 1.10 @@ -6,3 +6,4 @@ pcb-0_20060422-6:FC-5:pcb-0.20060422-6.src.rpm:1152703718 pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 +pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 From fedora-extras-commits at redhat.com Sun Aug 20 16:53:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sun, 20 Aug 2006 09:53:48 -0700 Subject: rpms/pcb/devel pcb.spec,1.8,1.9 Message-ID: <200608201653.k7KGroFK014258@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14223/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060422-9 on branch devel from pcb-0.20060422-9.src.rpm Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pcb.spec 20 Aug 2006 16:33:15 -0000 1.8 +++ pcb.spec 20 Aug 2006 16:53:48 -0000 1.9 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 8%{?dist} +Release: 9%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -94,7 +94,7 @@ %{_datadir}/%{name}/Pcb %{_datadir}/%{name}/QueryLibrary.sh %{_datadir}/%{name}/default_font -%{_datadir}/%{name}//examples/ +%{_datadir}/%{name}/examples/ %{_datadir}/%{name}/m4/ %{_datadir}/%{name}/newlib/ %{_datadir}/%{name}/pcb-menu.res @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %changelog +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 +- incremented the tag for FC-5 + * Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 - splitting into pcb and pcb-doc From fedora-extras-commits at redhat.com Sun Aug 20 17:29:03 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Sun, 20 Aug 2006 10:29:03 -0700 Subject: comps comps-fe6.xml.in,1.102,1.103 Message-ID: <200608201729.k7KHT57a018467@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18342/comps Modified Files: comps-fe6.xml.in Log Message: Add testdisk in System Tools Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- comps-fe6.xml.in 20 Aug 2006 15:28:07 -0000 1.102 +++ comps-fe6.xml.in 20 Aug 2006 17:29:03 -0000 1.103 @@ -634,6 +634,7 @@ syslog-ng swatch synaptic + testdisk tiobench torque-client torque-gui From fedora-extras-commits at redhat.com Sun Aug 20 18:24:32 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 20 Aug 2006 11:24:32 -0700 Subject: comps comps-fe5.xml.in,1.106,1.107 comps-fe6.xml.in,1.103,1.104 Message-ID: <200608201824.k7KIOYkn024093@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24074/comps Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add libsexymm-devel to the FC-5 gnome-software-development group; fix indentation in a bunch of other entrys. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- comps-fe5.xml.in 20 Aug 2006 15:28:07 -0000 1.106 +++ comps-fe5.xml.in 20 Aug 2006 18:24:32 -0000 1.107 @@ -221,6 +221,7 @@ gnome-vfsmm26-devel gquilt libsexy-devel + libsexymm-devel @@ -301,7 +302,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -312,7 +313,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -367,7 +368,7 @@ gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim konversation kphone @@ -609,7 +610,7 @@ true flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -729,10 +730,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- comps-fe6.xml.in 20 Aug 2006 17:29:03 -0000 1.103 +++ comps-fe6.xml.in 20 Aug 2006 18:24:32 -0000 1.104 @@ -28,7 +28,7 @@ true abicheck - aplus-fsf + aplus-fsf archmage asa bazaar @@ -61,7 +61,7 @@ ghc git gphpedit - gprolog + gprolog haddock highlight hugs98 @@ -169,7 +169,7 @@ rrdtool scalapack SIBsim4 - veusz + veusz @@ -261,7 +261,7 @@ auriferous blobwars bsd-games - bygfoot + bygfoot bzflag celestia cgoban @@ -299,12 +299,12 @@ nazghul-haxima nethack nethack-vultures - netpanzer + netpanzer neverball nexuiz njam overgod - pengupop + pengupop pinball pingus pipenightdreams @@ -328,7 +328,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -339,7 +339,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -395,7 +395,7 @@ gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim knetstats konversation @@ -555,7 +555,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -677,7 +677,7 @@ ctrlproxy dnsmasq flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -804,10 +804,10 @@ xffm-icons xfprint xfwm4 - xfce4-toys - xfwm4-themes + xfce4-toys + xfwm4-themes xfwm4-themes - xfcalendar + xfcalendar From fedora-extras-commits at redhat.com Sun Aug 20 18:34:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 11:34:46 -0700 Subject: fedora-security/audit fe4,1.66,1.67 fe5,1.71,1.72 Message-ID: <200608201834.k7KIYkNK024158@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24138 Modified Files: fe4 fe5 Log Message: CVE-2006-3121 version (heartbeat, fixed 2.0.7) Index: fe4 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe4,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- fe4 17 Aug 2006 10:08:20 -0000 1.66 +++ fe4 20 Aug 2006 18:34:43 -0000 1.67 @@ -25,6 +25,7 @@ CVE-2006-3458 patch (zope, fixed 2.8.3-4) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) +CVE-2006-3121 version (heartbeat, fixed 2.0.7) CVE-2006-3119 patch (fbida, fixed 2.0.3-8) #200321 CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) Index: fe5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fe5,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- fe5 17 Aug 2006 10:08:20 -0000 1.71 +++ fe5 20 Aug 2006 18:34:43 -0000 1.72 @@ -26,6 +26,7 @@ CVE-2006-3458 patch (zope, fixed 2.9.3-3) #198106 CVE-2006-3390 ignore (wordpress, not an issue) #198107 CVE-2006-3178 ignore (chmlib, extract_chmLib not shipped) +CVE-2006-3121 version (heartbeat, fixed 2.0.7) CVE-2006-3119 patch (fbida, fixed 2.0.3-12) #200321 CVE-2006-3113 version (seamonkey, fixed 1.0.4) #200455 CVE-2006-2920 version (sylpheed-claws, fixed 2.2.2) From fedora-extras-commits at redhat.com Sun Aug 20 18:43:49 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 11:43:49 -0700 Subject: rpms/net6/devel .cvsignore, 1.7, 1.8 net6.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608201843.k7KIhprj024214@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/net6/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24193 Modified Files: .cvsignore net6.spec sources Log Message: 1.3.0rc3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/net6/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 May 2006 00:16:45 -0000 1.7 +++ .cvsignore 20 Aug 2006 18:43:48 -0000 1.8 @@ -1 +1 @@ -net6-1.3.0rc2.tar.gz +net6-1.3.0rc3.tar.gz Index: net6.spec =================================================================== RCS file: /cvs/extras/rpms/net6/devel/net6.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- net6.spec 16 Jun 2006 14:41:31 -0000 1.11 +++ net6.spec 20 Aug 2006 18:43:48 -0000 1.12 @@ -1,8 +1,8 @@ -%define _rc rc2 +%define _rc rc3 Name: net6 Version: 1.3.0 -Release: 4.%{_rc}%{?dist} +Release: 1.%{_rc}%{?dist} Summary: A TCP protocol abstraction for library C++ Group: Development/Libraries @@ -73,6 +73,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 1.3.0-1.rc3 +- 1.3.0rc3 + * Fri Jun 16 2006 Luke Macken - 1.3.0-4.rc2 - Rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/net6/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 18 May 2006 00:16:45 -0000 1.7 +++ sources 20 Aug 2006 18:43:48 -0000 1.8 @@ -1 +1 @@ -072ff64096fbe43e16763f33e4dd8d32 net6-1.3.0rc2.tar.gz +6e6e4f9e435eab6c5d5ffd6901f5de36 net6-1.3.0rc3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 18:46:25 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 11:46:25 -0700 Subject: rpms/net6/devel net6.spec,1.12,1.13 Message-ID: <200608201846.k7KIkR6e024289@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/net6/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24272 Modified Files: net6.spec Log Message: fix release Index: net6.spec =================================================================== RCS file: /cvs/extras/rpms/net6/devel/net6.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- net6.spec 20 Aug 2006 18:43:48 -0000 1.12 +++ net6.spec 20 Aug 2006 18:46:25 -0000 1.13 @@ -2,7 +2,7 @@ Name: net6 Version: 1.3.0 -Release: 1.%{_rc}%{?dist} +Release: 5.%{_rc}%{?dist} Summary: A TCP protocol abstraction for library C++ Group: Development/Libraries @@ -73,7 +73,7 @@ %changelog -* Sun Aug 20 2006 Luke Macken - 1.3.0-1.rc3 +* Sun Aug 20 2006 Luke Macken - 1.3.0-5.rc3 - 1.3.0rc3 * Fri Jun 16 2006 Luke Macken - 1.3.0-4.rc2 From fedora-extras-commits at redhat.com Sun Aug 20 19:05:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:05:44 -0700 Subject: fedora-rpmdevtools Makefile.am, 1.7, 1.8 rpmdev-newspec, 1.1, 1.2 rpmdevtools.spec, 1.9, 1.10 spectemplate-php-pear.spec, 1.1, NONE Message-ID: <200608201905.k7KJ5iad027172@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27150 Modified Files: Makefile.am rpmdev-newspec rpmdevtools.spec Removed Files: spectemplate-php-pear.spec Log Message: Drop PHP PEAR spec template, it's not ready yet. Index: Makefile.am =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile.am 20 Aug 2006 15:40:44 -0000 1.7 +++ Makefile.am 20 Aug 2006 19:05:41 -0000 1.8 @@ -16,8 +16,8 @@ dist_pkgdata_DATA = template.init dist_pkgsysconf_DATA = spectemplate-lib.spec spectemplate-minimal.spec \ - spectemplate-perl.spec spectemplate-php-pear.spec \ - spectemplate-python.spec spectemplate-ruby.spec rmdevelrpms.conf + spectemplate-perl.spec spectemplate-python.spec \ + spectemplate-ruby.spec rmdevelrpms.conf dist_rpmlib_SCRIPTS = check-buildroot check-rpaths check-rpaths-worker Index: rpmdev-newspec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-newspec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdev-newspec 20 Aug 2006 15:40:44 -0000 1.1 +++ rpmdev-newspec 20 Aug 2006 19:05:41 -0000 1.2 @@ -59,15 +59,6 @@ specfilter="; s/^%setup.*/%setup -q -n $cpandist-%{version}/ \ ; s|^\\(URL:\\s*\\).*|\1http://search.cpan.org/dist/$cpandist/|" ;; - php-pear-*) - spectype=php-pear - pearname="$(echo ${appname##php-pear-} | tr - _)" - basepeardir="$(echo $pearname | cut -f 1 -d _)" - peardirpath="$(echo $pearname | tr _ /)" - specfilter="; s|^\\(.*\\)Foo_Bar\\(.*\\)|\1$pearname\2| \ - ; s|^\\(%{pear_phpdir}/\\)Foo|\1$basepeardir| \ - ; s|^\\(%{pear_phpdir}/\\)$pearname\\(.php\\)|\1$peardirpath\2|" - ;; [Pp]y*) spectype=python ;; Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rpmdevtools.spec 20 Aug 2006 15:40:44 -0000 1.9 +++ rpmdevtools.spec 20 Aug 2006 19:05:41 -0000 1.10 @@ -113,6 +113,7 @@ %changelog * Sun Aug 20 2006 Ville Skytt?? - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. +- Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). --- spectemplate-php-pear.spec DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 19:07:10 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:10 -0700 Subject: rpms/nqc - New directory Message-ID: <200608201907.k7KJ7C6i027266@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27240/nqc Log Message: Directory /cvs/extras/rpms/nqc added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:07:10 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:10 -0700 Subject: rpms/nqc/devel - New directory Message-ID: <200608201907.k7KJ7CWf027269@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27240/nqc/devel Log Message: Directory /cvs/extras/rpms/nqc/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:07:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:18 -0700 Subject: rpms/nqc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201907.k7KJ7KTV027326@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296 Added Files: Makefile import.log Log Message: Setup of module nqc --- NEW FILE Makefile --- # Top level Makefile for module nqc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:07:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:07:18 -0700 Subject: rpms/nqc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201907.k7KJ7KkR027329@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nqc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:08:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:08:11 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec, 1.10, 1.11 spectemplate-python.spec, 1.8, 1.9 Message-ID: <200608201908.k7KJ8BLO027445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27425 Modified Files: rpmdevtools.spec spectemplate-python.spec Log Message: Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rpmdevtools.spec 20 Aug 2006 19:05:41 -0000 1.10 +++ rpmdevtools.spec 20 Aug 2006 19:08:09 -0000 1.11 @@ -113,6 +113,7 @@ %changelog * Sun Aug 20 2006 Ville Skytt?? - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. +- Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? Index: spectemplate-python.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/spectemplate-python.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- spectemplate-python.spec 19 Jul 2006 21:37:06 -0000 1.8 +++ spectemplate-python.spec 20 Aug 2006 19:08:09 -0000 1.9 @@ -1,3 +1,4 @@ +# sitelib for noarch packages, sitearch for others (remove the unneeded one) %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -23,6 +24,7 @@ %build +# Remove CFLAGS=... for noarch packages (unneeded) CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -38,9 +40,10 @@ %files %defattr(-,root,root,-) %doc -# Include files and dirs below %{python_sitelib} (for noarch packages) and -# %{python_sitearch} (for arch-dependent packages) as appropriate, and mark -# *.pyo as %ghost (do not include in package). +# For noarch packages: sitelib +%{python_sitelib}/* +# For arch-specific packages: sitearch +%{python_sitearch}/* %changelog From fedora-extras-commits at redhat.com Sun Aug 20 19:08:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:08:00 -0700 Subject: rpms/nqc import.log,1.1,1.2 Message-ID: <200608201908.k7KJ8WqJ027448@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27383 Modified Files: import.log Log Message: auto-import nqc-3.1.4-2 on branch devel from nqc-3.1.4-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nqc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:07:18 -0000 1.1 +++ import.log 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1 @@ +nqc-3_1_4-2:HEAD:nqc-3.1.4-2.src.rpm:1156100876 From fedora-extras-commits at redhat.com Sun Aug 20 19:08:00 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:08:00 -0700 Subject: rpms/nqc/devel 60-legousbtower.rules, NONE, 1.1 faq.html, NONE, 1.1 nqc-3.1.4-linux.patch, NONE, 1.1 nqc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201908.k7KJ8XM5027453@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27383/devel Modified Files: .cvsignore sources Added Files: 60-legousbtower.rules faq.html nqc-3.1.4-linux.patch nqc.spec Log Message: auto-import nqc-3.1.4-2 on branch devel from nqc-3.1.4-2.src.rpm --- NEW FILE 60-legousbtower.rules --- KERNEL=="legousbtower*", NAME="%k", MODE="0660",OWNER="root" GROUP="lego" --- NEW FILE faq.html --- NQC FAQ

    NQC FAQ

    General

    NQC Program Download Errors

    NQC Compiler Usage

    IR Communication

    Miscellaneous


    What is NQC?

    NQC (Not Quite C) is a programming language for several LEGO MINDSTORMS products including the RCX, CyberMaster, and Scout. NQC's syntax is very similar to the C programming langauge, so experienced C programmers (and Java programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NQC is relatively easy to learn.

    The two primary reasons people move up to NQC from the standard tools (RCX Code and Robolab) is that NQC is a textual langauge, and it is more powerful. Graphical languages are often easier to learn (no syntax errors!) but are generally more tedious to use than a textual langauge. The graphical metaphors of RCX Code (and to a certain extent Robolab) also significantly limit the types of programs you can write.

    NQC uses the same firmware as LEGO's standard tools (RCX Code and Robolab). This means it is possible to have RCX Code, Robolab, and NQC programs loaded onto the RCX at the same time. NQC also benefits from the stability and user interface (e.g. the View button) provided by the standard firmware. On the minus side, NQC must live within the constraints of the standard firmware. For example, since the firmware does not provide floating point support, NQC cannot provide it either. Other altermatives for programming the RCX (notably legOS and pbForth) do not have such restrictions.


    What is LEGO MINDSTORMS?

    LEGO MINDSTORMS is a series of LEGO sets that use special programmable bricks to allow construction of robots. The most versatile programmable brick is the RCX, which can be found in the Robotics Invention System set. A simpler brick, the Scout, can be found in the Robotics Discovery set. The simplest brick, Micro Scout, is featured in two sets with a Star Wars theme: Droid Developer Kit, and Dark Side Developer Kit. Even though it is the most expensive, the RCX based set is still the best value due to the versatility of the RCX itself. The Scout is a bit more limited, but still can be programmed (using NQC) to do some interesting things. The Micro-Scout is extremely limited, and it useful mainly as an accessory to another programmable brick such as the RCX or Scout. Further information on MINDSTORMS sets can be found at the official site: www.legomindstorms.com.


    Does NQC Support RIS 2.0?

    The RCX in the RIS 2.0 is nearly identical to the 1.0 RCX. However, new firmware is used to give the RCX some new capabilities. Fortunately for existing RCX owners, this firmware is available for download from www.legomindstorms.com (as part of the RIS 2.0 SDK). NQC supports this new firmware (see here for more info).

    RIS 2.0 also uses a new IR tower with a USB connection (instead of the eariler RS-232 based towers). Support for the USB tower under Windows and Mac OS X is currently in beta test. Support for Mac OS 9 will be added shortly and several other people are working on Linux support.


    How can I get the RCX 2.0 firmware?

    The RCX 2.0 firmware is contained in a file named FIRM0328.LGO and is installed on your PC when you install the standard LEGO software. It is also installed as part of the Vision Command software and the 2.0 SDK.

    Unfortunately, all previously mentioned sources for the firmware require software to be installed on a Windows computer. If you are using a different operating system, then you will need to download the earlier Beta version of the 2.0 SDK which was packaged as a .zip file rather than a full installer. This .zip file may then be expanded to get the FIRM0328.LGO file. The SDK 2.0 Beta can be found at http://mindstorms.lego.com/sdk2beta/default.asp.


    "no (or invalid) reply" message

    When downloading a program in BricxCC or by using the NQC command-line compiler directly some users report that they get an error message saying that the reply from the brick was not received or that it was invalid. When using NQC directly the error is something like: "No reply from rcx2". From within BricxCC the error is something like: "Compile Failed no (or invalid) reply from RCX". These errors are caused by a problem with the LEGO USB Tower driver. Fixing it is very easy.

    1) Open the LEGO USB Tower control panel applet in the Control Panel. The icon looks like the USB tower.

    2) On the Advanced tab change the timeout values slightly and then click the Apply button at the bottom of the dialog.

    3) Now change the values back to their original settings (200, 200, 100).

    4) Close the applet window via the OK button.

    Now you should no longer experience the "no reply" error when using NQC with the USB tower.


    I'm using Windows, and when I click on NQC a window with some text flashes on the screen then disappears. What's going on?

    NQC is a command line based tool - normally you run it by typing an appropriate command into an MS-DOS window. When you double-click the exe file it launches an MS-DOS console, runs NQC within it, then since NQC finishes almost immediately, the entire window disappears.

    Some people prefer command line based tools because they allow you to use the text editor of your choice, etc. It also makes for identical behavior under Windows, Mac, and Linux. In order to use the command line version of NQC you'll need to do two things:

    1) Use some sort of text editor (such as Notepad) to edit and save a source file for NQC to compile.

    2) From an MS-DOS window type the appropriate NQC command. Its usually best to either put all of your programs and nqc.exe in the same directory, or make sure the directory containing NQC is in your command path. For example, to compile and download the program "test.nqc" using the default serial port you would type the following command:

    nqc -d test.nqc

    An alternative is to use the RCX Command Center by Mark Overmars, which is a familiar Windows style application that provides a front end to the NQC compiler.


    I'm using the RCX 2.0 firmware but get errors when trying to call 2.0 functions (e.g. SetUserDisplay). What's wrong?

    When NQC compiles a program it needs to know what kind of programmable brick you want it to generate code for (this is called the target for the compile). By default, NQC assumes you are targetting RCX 1.0. If you want to use RCX 2.0 features, you need to tell the compiler you are using an RCX 2.0 target. If you are using a command line version of NQC, then add -Trcx2 to the command line:

    nqc -Trcx2 -d foo.nqc

    If you don't want to type -Trcx2 all the time, then just use the environment variable NQC_OPTIONS - NQC reads this environment variable and inserts any options in this variable at the front of the command line. For example, if NQC_OPTIONS was set to -Trcx2 and you issued the following command

    nqc -d foo.nqc

    NQC would behave as if you actually typed

    nqc -Trcx2 -d foo.nqc

    The specifics of setting environment variables depends on your operating system and shell. For example, under Windows you could type the following in a command shell:

    set NQC_OPTIONS=-Trcx2

    If you want to always use RCX 2.0, then you can make this setting permament by editing the AUTOEXEC.BAT file and adding the above command to the end of the file. This way, the variable will get set every time Windows is started.

    If you are using a GUI based version of NQC (such as MacNQC), then there should be some preference setting for the target - just make sure it is set to "RCX 2.0". Unfortunately, RcxCC does not have an "RCX 2.0" setting, but there is a workaround. Leave the target as "RCX" (which means RcxCC won't specify any target information and just rely on the fact that NQC defaults to RCX), then use the NQC_OPTIONS environment variable to specify RCX 2.0 (as described above).


    How can I redirect errors to a file?

    Compile errors are written to stderr, not stdout. This is to allow the calling program to separate errors from the program listing (-l option) that appears on stdout. The normal redirection facility of a shell only redirects stdout, thus the errors will still be printed to the screen. Most shells have additional syntax that allows the stderr stream to be redirected (use "option->" in MPW, or "2>" for WinNT). I do not know of any mechanism to redirect stderr in Win95 command.com.

    In addition, nqcc now supports (verion 1.1 b1) the ability to route error messages to stdout with the -E option.


    Where is Spirit.ocx? RcxCC complains that it is not installed.

    NQC has never used Spirit.ocx, but RcxCC used to require Spirit.ocx for communication with the RCX. Lego no longer supports Spirit.ocx as of RIS 2.0, but fortunately RcxCC has been updated to no longer require it. In addition, RcxCC has been renamed to BricxCC (due to trademark concerns from Lego). You can download the latest version of BricxCC here.


    How do I get NQC to work with my USB IR tower?

    Presently, USB towers are only supported under Mac OS X and Windows. I will be releasing Mac OS 9 support shortly. Some other developers are working on a Linux solution.

    USB support is in beta test and requires version 2.4a4 of NQC.

    IMPORTANT- you need to tell NQC that you want it to look for a USB tower, otherwise it assumes you have a serial tower and uses the default serial port for your operating system (e.g. COM1 under Windows). Add -Susb to the command line or set the RCX_PORT environment variable to usb. When adding a command line option, put it near the beginning of the command:

    nqc -Susb -d test.nqc

    Windows only: NQC uses the USB driver installed by the Lego RIS 2.0 software, so you will need to install the RIS software and run it once with the USB tower connected in order for the driver to be correctly installed.

    Mac OS X only: NQC talks directly to the USB tower. There is no driver, so you'll never see the tower show up in /dev.

    FreeBSD (unoffical port): As of NQC 2.5 a5, the USB tower is supported when running a FreeBSD build from 02/28/03 or later (the upcoming FreeBSD 5.1 will work).


    How do I use a computer to control the RCX?

    There are two basic ways to do this: send raw commands to the RCX, or send 'messages' which are then listened to by a program running on the RCX.

    Sending Messages

    This is generally the simplest way to interact with the RCX. First you write a program for the RCX that continuously checks for received messages (using the Message() and ClearMessage() calls) and then dispatches the messages accordingly. The messages may have any value between 1 and 255. There is no predefined meaning for these messages - your program can do whatever it wants with each message.

    There are several ways to send the message. You can use another RCX (or a Scout) by calling the SendMessage() function. You can also use the nqc command with the -msg option, for example to send message #3:

    nqc -msg 3

    You can use the LEGO remote control to send messages 1, 2, or 3. It is also possible to send the message by sending the appropriate command packet (see below)

    Sending Raw Commands

    Sending raw commands gives you complete control over the RCX. The commands (a.k.a. opcodes or bytecodes) and the general packet format are unofficially documented at http://graphics.stanford.edu/~kekoa/rcx/. For example, to make the RCX play system sound #3 (upward tones), you would send a two-byte command (shown in hex):

    51 03

    Messages are just a specific type of command - F7 followed by the message value, so message #4 would be the packet

    F7 04

    If you are using NQC, you can let NQC take care of all the details of packet formatting, getting an acknowledgement from the RCX, and retrying if a failure occurs. You do this with the -raw option, which takes a single parameter listing all of the bytes (in hex format) for the command:

    nqc -raw 5103

    If you are writing your own program, you can build up the packet yourself. A suitable packet (for the plays sound command) would be:

    55 ff 00 51 ae 03 fc 54 ab


    How do I use the IR tower with a USB Macintosh?

    Since a USB version of the IR tower doesn't exist (yet), you will need a USB to serial converter (such as the Keyspan TWIN adapter). If the adapter provides a 9-pin serial connector, then you should be able to use the standard Mindstorms cable between the adapter and the IR tower. If the adapter provides mac-style serial connector, then you will also need an appropriate cable as desribed here.

    Note: I have heard several reports of the Palm USB adapter not working. I am not sure if this is a problem with the adapter itself, or some unusual interaction between it and the OS. If you have been able to use a Palm USB adapter with MacNQC or NQC, please let me know. I would like to get a definitive answer on whether this adapter can be made to work. Personally, I use the Keyspan Twin adapter (USA-28X), and I've heard that both the Keyspan PDA adapter (USA-19) and Xircom PortGear USB also work.

    If you are using MacNQC, then the popup menu in the Preferences dialog box will list all available serial ports (including those provided by USB converters).

    If you are using the MPW version of NQC, then you will need to specify the serial port either on the command line (using the -S option) or in the RCX_PORT environment variable. Both methods require that you know the name of the serial port driver. The easiest way to make this work is to use the adapter's control panel to configure the serial port to "emulate the printer port". This will cause the serial port to be named "B", thus you could do either of the following:

    nqc -SB -d foo.nqc

    or

    set -e RCX_PORT B

    nqc -d foo.nqc

    If you choose the second option, the set command only needs to be executed once per MPW session - adding it to a Startup file will make life simpler.


    Help, RcxCC/MacNQC/NQC can't communicate with my RCX!

    In most cases, problems like this boil down to a configuration issue, bad cable, or dead battery. Here are some troubleshooting tips.

    If the program says it cannot open the serial port, then this is almost certainly a configuration problem. For MacNQC, make sure you have a valid serial port selected in the Preferences dialog box. For NQC, make sure you have specified the appropriate serial port name (default is modem port, "B" is the printer port, see above for USB based macs). For RcxCC, I suggest trying once with auto-detection, and if that fails, then manually set the serial port in the RcxCC program.

    If the program reports that it cannot communicate with the IR device, then either the program is talking to the wrong serial port (see the previous item), or there's a problem with the cable and/or battery. Make sure you have a fresh 9v battery installed in the IR tower, and if possible use the cable supplied by Lego.

    If the program reports that it cannot communicate with the RCX, then communication with the IR tower is probably OK, and the problem is between the tower and the RCX.

    • Certain light sources (bright sunlight, certain projection TVs) can cause interference...try using a towel or other item to shield the IR tower and RCX from other light.
    • The tower and RCX should be about 6 inches apart. Tty the switch on the front of the tower in both positions - some people report better success with "near" mode, and some with "far" mode.
    • Make sure you have firmware downloaded into the RCX. If the display only shows "1" on it, then firmware isn't installed yet...download the firmware using the Lego software or the -firmware option for NQC (the firmware itself must be copied from the Lego CD or downloaded from www.legomindstorms.com). Once the firmware is installed you should see something like "00.00 1" on the display.

    If you have a terminal program (e.g. HyperTerminal for Windows, Zterm for the Mac), then you can check the IR tower directly. Open up a session to the appropriate serial port at 2400 baud, 1 stop bit, odd parity, and 8 data bits. Turn off local echo. Start typing a few characters. A green LED on the front of the IR tower should light up, and the characters you typed should be echoed back to the screen (with an occasional mistake depending on how much interference there is).

    If you are using the command line version of NQC, then you can have it log any serial communication. This is helpful in trying to isolate where communication is failing. A good general-purpose test is

    nqc -v -raw 10

    Please include the output of this test in any e-mail to me regarding IR communication problems.


    How do I use my computer IR port with the RCX?

    You can't. At least not easily.

    Most computers use the IrDA protocols for IR communication. The RCX uses a proprietary protocol developed by Lego for communication. Quite simply, these protocols are incompatable.

    What about IrCom? Doesn't that let me use the IR port as a regular serial port?

    Yes and no. From an application's point of view, IrCom looks like a serial port (complete with hardware handshaking and control lines). However, the IrCom layer actually resides on top of normal IrDA communication, so what appears to the application to be async serial communication, is in fact a bunch of IrDA packets getting sent back and forth. Since the RCX doesn't understand IrDA packets, it can't understand IrCom either.

    What if I access the hardware directly?

    Even if you bypassed the IrDA protocol stacks on the computer and somehow managed to control the hardware directly (a task that is likely to be different for different computer vendors), it still may not be possible. The Lego protocols encode bits using a 38kHz carrier frequency. This frequency is generated an filtered in hardware. IrDA doesn't really use a carrier frequency, and the actual specs on bit times provide a lot of lattitued to device manufacturers. As a result, it is difficult to get generic IrDA hardware to generate the required 38kHz carrier reliably. Filtering the recieve side is even more problematic.

    I would hesitate to say that this problem is "impossible" to solve, but people have been asking about this for over a year, and to my knowledge no general solution has emerged. There are, however, specialized solutions for specific pieces of hardware (usually PDAs or other handled devices such as a Palm III).


    How can I get the USB IR tower to work under Win XP?

    There appear to be some timing related difficulties when using NQC with the USB tower under Windows XP.  If you are having difficulty downloading programs, open the LEGO USB Tower control panel, select the Advanced Tab, and set the Read Timeout to 300 msec.  This generally fixes the problem.


    Why doesn't NQC use the Spirit OCX?

    The Spirit OCX is only available on the PC. My personal preference is to use a Macintosh, so I needed to have a platform independent means for communicating with the RCX.


    Does NQC Support Vision Command?

    Vision command programs run in two places...all of the image processing software runs on the PC, then sends messages to a program running on the RCX. The messages that are sent are ordinary RCX messages, and by using Message() and ClearMessage(), NQC programs can respond to them. Mike Gasperi calls this "Using Vision Command as a Smart Sensor".

    Note that I have never tried this myself (Vision Command doesn't run on Mac), so I can't really help if things don't work as expected.


    What computers/tools/etc do you use to develop NQC?

    All of the NQC development takes place on my Macintosh PowerBook. I use Metrowerks CodeWarrior to write and debug the code as a Macintosh application.

    The Code Warrior project also has targets to build the MPW version of NQC as well as the Win32 version. Regression tests on the compiler are done on the PPC version of the MPW tool (via a couple of MPW scripts and a bunch of sample programs). Some minimal testing of the Win32 version is done from within Virtual PC - I just make sure that the build went fine and that the serial port works since that is really the only code custom to Win32.

    For the source release, I boot into Mac OS X, copy over the NQC source tree and build it (using make, gcc, etc). A simple test (again just to make sure the serial port code for Unix is working) is performed. I then use a shell script to create a source release tree, strip out any unwanted binaries, and package the entire thing up as a .tar.gz. Recently, I've also been packaging up a Mac OS X binary version.

    So there you have it...development for Mac, Windows, and Unix all done on my trusty PowerBook.


     [Home]  
    nqc-3.1.4-linux.patch: --- NEW FILE nqc-3.1.4-linux.patch --- diff -P -r -U 5 nqc-3.1.r4.orig/compiler/Error.h nqc-3.1.r4/compiler/Error.h --- nqc-3.1.r4.orig/compiler/Error.h 2005-03-16 10:52:44.000000000 -0700 +++ nqc-3.1.r4/compiler/Error.h 2006-08-19 17:53:56.000000000 -0600 @@ -115,26 +115,26 @@ enum { kMaxErrorMsg = 256 }; - Error(ErrorCode code, int data=0) : fCode(code), fData(data) {} - Error(ErrorCode code, const char *s) : fCode(code), fData((int)s) {} + Error(ErrorCode code, long int data=0) : fCode(code), fData(data) {} + Error(ErrorCode code, const char *s) : fCode(code), fData((long int)s) {} // raising errors void Raise(const LexLocation *loc) const; // raise error at specified location void RaiseLex() const; // raise error at current lex location // useful for error handlers ErrorCode GetCode() const { return fCode; } - int GetData() const { return fData; } + long int GetData() const { return fData; } bool IsWarning() const; void SPrint(char *str) const; private: ErrorCode fCode; - int fData; + long int fData; }; class ErrorHandler { diff -P -r -U 5 nqc-3.1.r4.orig/Makefile nqc-3.1.r4/Makefile --- nqc-3.1.r4.orig/Makefile 2005-03-16 10:49:40.000000000 -0700 +++ nqc-3.1.r4/Makefile 2006-08-19 17:50:54.000000000 -0600 @@ -84,11 +84,11 @@ CXX = c++ else ifneq (,$(strip $(findstring $(OSTYPE), Linux))) # Linux # uncomment this next line if you have the USB tower library installed -# USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o + USBOBJ = rcxlib/RCX_USBTowerPipe_linux.o CFLAGS += -I/usr/local/include/LegoUSB -Wno-deprecated else ifneq (,$(findstring $(OSTYPE), SunOS)) # Solaris CFLAGS += -DSOLARIS diff -P -r -U 5 nqc-3.1.r4.orig/rcxlib/LegoUSB/legousbtower.h nqc-3.1.r4/rcxlib/LegoUSB/legousbtower.h --- nqc-3.1.r4.orig/rcxlib/LegoUSB/legousbtower.h 1969-12-31 17:00:00.000000000 -0700 +++ nqc-3.1.r4/rcxlib/LegoUSB/legousbtower.h 2006-08-19 17:55:50.000000000 -0600 @@ -0,0 +1,52 @@ +/* + * legousbtower Lego USB IR Tower Linux Driver + * + * Copyright (c) 2001-2002 The LegoUSB DevTeam + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + */ + +#ifndef __LEGOUSBTOWER_H +#define __LEGOUSBTOWER_H + +#define LEGO_TOWER_SET_PARAM _IOW('u', 0xb0, int) +#define LEGO_TOWER_GET_PARAM _IOW('u', 0xb1, int) +#define LEGO_TOWER_RESET _IO('u', 0xb3) + + +#define LEGO_TOWER_SET_READ_TIMEOUT _IOW('u', 0xc8, int) +#define LEGO_TOWER_SET_WRITE_TIMEOUT _IOW('u', 0xc9, int) + + +#define LEGO_USB_TOWER_REQUEST_GET 1 +#define LEGO_USB_TOWER_REQUEST_SET 2 +#define LEGO_USB_TOWER_REQUEST_RESET 4 + + +#define LEGO_USB_TOWER_ADDRESS_MODE 1 +#define LEGO_USB_TOWER_ADDRESS_POWER_LEVEL 2 + +#define LEGO_USB_TOWER_POWER_LEVEL_LOW 1 +#define LEGO_USB_TOWER_POWER_LEVEL_MEDIUM 2 +#define LEGO_USB_TOWER_POWER_LEVEL_HIGH 3 + +#define LEGO_USB_TOWER_MODE_VLL 1 +#define LEGO_USB_TOWER_MODE_RCX 2 + + + +struct request_reply +{ + unsigned short length; + unsigned char error_code; + unsigned char value; + unsigned char buffer[16]; // variable replies from the tower + // at this stage we aren't interested in the data +}; + +#endif diff -P -r -U 5 nqc-3.1.r4.orig/rcxlib/RCX_USBTowerPipe_linux.cpp nqc-3.1.r4/rcxlib/RCX_USBTowerPipe_linux.cpp --- nqc-3.1.r4.orig/rcxlib/RCX_USBTowerPipe_linux.cpp 2005-08-08 09:21:07.000000000 -0600 +++ nqc-3.1.r4/rcxlib/RCX_USBTowerPipe_linux.cpp 2006-08-19 17:49:35.000000000 -0600 @@ -57,11 +57,11 @@ RCX_Pipe* RCX_NewUSBTowerPipe() { return new RCX_USBTowerPipe_linux(); } -#define DEFAULT_TOWER_NAME "/dev/usb/lego0" +#define DEFAULT_TOWER_NAME "/dev/legousbtower0" RCX_Result RCX_USBTowerPipe_linux::Open(const char *name, int mode) { // if (name == 0 || *name==0) { --- NEW FILE nqc.spec --- Name: nqc Version: 3.1.4 Release: 2%{?dist} Summary: Not Quite C compiler Group: Development/Languages License: MPL URL: http://bricxcc.sourceforge.net/nqc/ Source0: http://bricxcc.sourceforge.net/nqc/release/nqc-3.1.r4.tgz Source1: 60-legousbtower.rules Source2: http://bricxcc.sourceforge.net/nqc/doc/faq.html Source3: http://bricxcc.sourceforge.net/nqc/doc/NQC_Manual.pdf Source4: http://bricxcc.sourceforge.net/nqc/doc/NQC_Guide.pdf Patch0: nqc-3.1.4-linux.patch BuildRequires: flex >= 2.5 Requires(pre): %{_sbindir}/groupadd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Not Quite C is a simple language with a C-like syntax that can be used to program Lego's RCX programmable brick (from the Mindstorms set). %prep %setup -q -n nqc-3.1.r4 %patch0 -p1 for i in %{SOURCE2} %{SOURCE3} %{SOURCE4}; do cp $i . done # This piece of software seems to come from the Dark Side. Fix permissions and # line endings. find -type f -exec chmod 644 {} \; -exec perl -pi -e 's/\r\n/\n/g' {} \; %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install PREFIX=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man1 %{__rm} %{buildroot}%{_bindir}/mkdata %{__install} -m 644 -D %{SOURCE1} %{buildroot}%{_sysconfdir}/udev/rules.d/60-legousbtower.rules %clean %{__rm} -rf %{buildroot} %pre if [ $1 -eq 1 ]; then %{_sbindir}/groupadd -f -r lego &>/dev/null || : fi %files %defattr(-,root,root,-) %{_bindir}/nqc %{_mandir}/man1/nqc.1.gz %{_sysconfdir}/udev/rules.d/60-legousbtower.rules %doc readme.txt scout.txt history.txt LICENSE test.nqc %doc faq.html NQC_Manual.pdf NQC_Guide.pdf %changelog * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-2 - Removed groupdel lego - Added faq, manual and guide docs - Added flex BuildRequires and groupadd Requires(pre) - Added -f option to groupadd (success if group exists) * Sat Aug 19 2006 Rick L Vinyard Jr - 3.1.4-1 - Removed alpha from version - Changed make, rm and RPMBUILDROOT to macro forms - Removed x86_64 exclude arch - Added x86_64 + usb build patch - Added lego group - Added udev legousbtower rules * Fri Mar 17 2006 Simon Perreault - 3.1.r4-2 - Exclude x86_64: doesn't build and fix isn't trivial. * Sat Mar 11 2006 Simon Perreault - 3.1.r4-1 - Initial release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:07:18 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1,3 @@ +NQC_Guide.pdf +NQC_Manual.pdf +nqc-3.1.r4.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:07:18 -0000 1.1 +++ sources 20 Aug 2006 19:08:00 -0000 1.2 @@ -0,0 +1,3 @@ +9fcb55ef19750fd2f5519e45cfe6a8fa NQC_Guide.pdf +8a03d3a0099e4ebdb76a8c8cacc76e0a NQC_Manual.pdf +f7868445a25615ad82e6e63bf16aef3c nqc-3.1.r4.tgz From fedora-extras-commits at redhat.com Sun Aug 20 19:11:12 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 12:11:12 -0700 Subject: rpms/obby/devel .cvsignore, 1.7, 1.8 obby.spec, 1.21, 1.22 sources, 1.7, 1.8 Message-ID: <200608201911.k7KJBESj027532@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/obby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27511 Modified Files: .cvsignore obby.spec sources Log Message: * Sun Aug 20 2006 Luke Macken - 0.4.0-7.rc4 - 0.4.0rc4 - Enable IPv6 - Remove obby-0.4.0rc3-localefix.patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/obby/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 04:35:30 -0000 1.7 +++ .cvsignore 20 Aug 2006 19:11:12 -0000 1.8 @@ -1 +1 @@ -obby-0.4.0rc3.tar.gz +obby-0.4.0rc4.tar.gz Index: obby.spec =================================================================== RCS file: /cvs/extras/rpms/obby/devel/obby.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- obby.spec 9 Aug 2006 04:49:08 -0000 1.21 +++ obby.spec 20 Aug 2006 19:11:12 -0000 1.22 @@ -1,15 +1,14 @@ -%define _rc rc3 +%define _rc rc4 Name: obby Version: 0.4.0 -Release: 6.%{_rc}%{?dist} +Release: 7.%{_rc}%{?dist} Summary: A library which provides synced document buffers Group: Development/Libraries License: GPL URL: http://releases.0x539.de/obby Source0: http://releases.0x539.de/obby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: net6-devel, gmp-devel, gettext-devel @@ -33,11 +32,10 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 -b .localedir %build -%configure --disable-static +%configure --disable-static --enable-ipv6 make %{?_smp_mflags} @@ -69,6 +67,11 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-7.rc4 +- 0.4.0rc4 +- Enable IPv6 +- Remove obby-0.4.0rc3-localefix.patch + * Wed Aug 9 2006 Luke Macken - 0.4.0-6.rc3 - 0.4.0rc3 - obby-0.4.0rc3-localefix.patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/obby/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 04:35:30 -0000 1.7 +++ sources 20 Aug 2006 19:11:12 -0000 1.8 @@ -1 +1 @@ -3b7be72db362c7180aa8d888b4d320dd obby-0.4.0rc3.tar.gz +10ad67e9c7aea733c66359108db56379 obby-0.4.0rc4.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:12:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:12:13 -0700 Subject: owners owners.list,1.1432,1.1433 Message-ID: <200608201912.k7KJCFnm027593@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576 Modified Files: owners.list Log Message: Added nqc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1432 retrieving revision 1.1433 diff -u -r1.1432 -r1.1433 --- owners.list 20 Aug 2006 09:58:12 -0000 1.1432 +++ owners.list 20 Aug 2006 19:12:12 -0000 1.1433 @@ -1006,6 +1006,7 @@ Fedora Extras|nomarch|GPLed Arc de-archiver|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|notecase|A hierarchical note manager|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|notemeister|Notemeister is a small, simple note organizer made for the GNOME2 desktop|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|fedora at leemhuis.info +Fedora Extras|nqc|Not Quite C compiler for Lego's RCX bricks|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|nsd|NSD is a complete implementation of an authoritative DNS name server|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|ntl|High-performance algorithms for vectors, matrices, and polynomials|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|nucleo|Toolkit for exploring new uses of video|chris.stone at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:25:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:25:36 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.11,1.12 Message-ID: <200608201925.k7KJPalA027685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27667 Modified Files: rpmdevtools.spec Log Message: 5.0. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rpmdevtools.spec 20 Aug 2006 19:08:09 -0000 1.11 +++ rpmdevtools.spec 20 Aug 2006 19:25:33 -0000 1.12 @@ -111,7 +111,7 @@ %changelog -* Sun Aug 20 2006 Ville Skytt?? +* Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. From fedora-extras-commits at redhat.com Sun Aug 20 19:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:28:30 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.12,1.13 Message-ID: <200608201928.k7KJSUrL027714@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27696 Modified Files: rpmdevtools.spec Log Message: Fix version in Provides: fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- rpmdevtools.spec 20 Aug 2006 19:25:33 -0000 1.12 +++ rpmdevtools.spec 20 Aug 2006 19:28:27 -0000 1.13 @@ -16,7 +16,7 @@ BuildArch: noarch Provides: spectool = %{spectool_version} -Provides: fedora-rpmdevtools = %{name}-%{version} +Provides: fedora-rpmdevtools = %{version} Obsoletes: fedora-rpmdevtools < 5.0 # Required for tool operations Requires: rpm-python, python, cpio, sed, perl, wget, file From fedora-extras-commits at redhat.com Sun Aug 20 19:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:12 -0700 Subject: rpms/rpmdevtools - New directory Message-ID: <200608201934.k7KJYEF5027821@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27800/rpmdevtools Log Message: Directory /cvs/extras/rpms/rpmdevtools added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:34:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:13 -0700 Subject: rpms/rpmdevtools/devel - New directory Message-ID: <200608201934.k7KJYFbM027824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27800/rpmdevtools/devel Log Message: Directory /cvs/extras/rpms/rpmdevtools/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:35 -0700 Subject: rpms/rpmdevtools Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201934.k7KJYbGK027883@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27850 Added Files: Makefile import.log Log Message: Setup of module rpmdevtools --- NEW FILE Makefile --- # Top level Makefile for module rpmdevtools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:34:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:36 -0700 Subject: rpms/rpmdevtools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201934.k7KJYcoh027886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27850/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module rpmdevtools --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:34:52 -0700 Subject: owners owners.list,1.1433,1.1434 Message-ID: <200608201934.k7KJYsSs027920@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27899 Modified Files: owners.list Log Message: +rpmdevtools Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1433 retrieving revision 1.1434 diff -u -r1.1433 -r1.1434 --- owners.list 20 Aug 2006 19:12:12 -0000 1.1433 +++ owners.list 20 Aug 2006 19:34:52 -0000 1.1434 @@ -1740,6 +1740,7 @@ Fedora Extras|rootsh|Shell wrapper for auditing|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rosegarden4|MIDI, audio and notation editor|seg at haxxed.com|extras-qa at fedoraproject.org| Fedora Extras|roundup|Simple and flexible issue-tracking system|redhat at flyn.org|extras-qa at fedoraproject.org| +Fedora Extras|rpmdevtools|RPM Development Tools|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|rpmDirectoryCheck|Tool to detect some RPM packaging errors|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|rpmlint|RPM correctness checker|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|rpmproc|Perl script to help manage and build RPM packages|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:35:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:35:14 -0700 Subject: rpms/rpmdevtools import.log,1.1,1.2 Message-ID: <200608201935.k7KJZG1Q027972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27939 Modified Files: import.log Log Message: auto-import rpmdevtools-5.0-1 on branch devel from rpmdevtools-5.0-1.src.rpm Initial import; renamed from fedora-rpmdevtools. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:34:35 -0000 1.1 +++ import.log 20 Aug 2006 19:35:14 -0000 1.2 @@ -0,0 +1 @@ +rpmdevtools-5_0-1:HEAD:rpmdevtools-5.0-1.src.rpm:1156102505 From fedora-extras-commits at redhat.com Sun Aug 20 19:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:35:15 -0700 Subject: rpms/rpmdevtools/devel rpmdevtools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201935.k7KJZHR3027977@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27939/devel Modified Files: .cvsignore sources Added Files: rpmdevtools.spec Log Message: auto-import rpmdevtools-5.0-1 on branch devel from rpmdevtools-5.0-1.src.rpm Initial import; renamed from fedora-rpmdevtools. --- NEW FILE rpmdevtools.spec --- %define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d %define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d %define spectool_version 1.0.7 Name: rpmdevtools Version: 5.0 Release: 1%{?dist} Summary: RPM Development Tools Group: Development/Tools License: GPL URL: http://fedora.redhat.com/ Source0: %{name}-%{version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Provides: spectool = %{spectool_version} Provides: fedora-rpmdevtools = %{version} Obsoletes: fedora-rpmdevtools < 5.0 # Required for tool operations Requires: rpm-python, python, cpio, sed, perl, wget, file # Minimal RPM build requirements Requires: rpm-build, gcc, gcc-c++, redhat-rpm-config, make, tar, patch Requires: diffutils, gzip, bzip2, unzip %description This package contains scripts and (X)Emacs support files to aid in development of RPM packages. rpmdev-setuptree Create RPM build tree within user's home directory rpmdev-diff Diff contents of two archives rpmdev-newspec Creates new .spec from template rpmdev-rmdevelrpms Find (and optionally remove) "development" RPMs rpmdev-checksig Check package signatures using alternate RPM keyring rpminfo Print information about executables and libraries rpmdev-md5 Display the md5sum of all files in an RPM rpmdev-vercmp RPM version comparison checker spectool Expand and download sources and patches in specfiles rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree rpmdev-extract Extract various archives, "tar xvf" style %prep %setup -q -a 1 cp -p spectool*/README README.spectool %build %configure --libdir=%{_prefix}/lib make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -pm 755 spectool*/spectool $RPM_BUILD_ROOT%{_bindir} for dir in %{emacs_sitestart_d} %{xemacs_sitestart_d} ; do install -dm 755 $RPM_BUILD_ROOT$dir ln -s %{_datadir}/rpmdevtools/rpmdev-init.el $RPM_BUILD_ROOT$dir touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc done # Backwards compatibility symlinks ln -s rpmdev-checksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig ln -s rpmdev-diff $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive ln -s rpmdev-extract $RPM_BUILD_ROOT%{_bindir}/fedora-extract ln -s rpmdev-md5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5 ln -s rpmdev-newspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec ln -s rpmdev-rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms ln -s rpmdev-setuptree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree ln -s rpmdev-vercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo %check make check %clean rm -rf $RPM_BUILD_ROOT %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : %triggerin -- xemacs-common [ -d %{xemacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{xemacs_sitestart_d} || : %triggerun -- emacs-common [ $2 -eq 0 ] && rm -f %{emacs_sitestart_d}/rpmdev-init.el* || : %triggerun -- xemacs-common [ $2 -eq 0 ] && rm -f %{xemacs_sitestart_d}/rpmdev-init.el* || : %files %defattr(-,root,root,-) %doc COPYING README* %config(noreplace) %{_sysconfdir}/rpmdevtools/ %{_datadir}/rpmdevtools/ %{_bindir}/* %{_prefix}/lib/rpm/check-* %ghost %{_datadir}/*emacs %{_mandir}/man?/*.* %changelog * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. - Drop PHP PEAR spec template, it's not ready yet. * Wed Aug 2 2006 Ville Skytt?? - Treat *-sdk as devel packages in rmdevelrpms (#199909). - Don't assume compface is a devel package in rmdevelrpms. * Thu Jul 20 2006 Ville Skytt?? - Mark things that are not needed for noarch module packages in the Perl spec template. * Wed Jul 19 2006 Ville Skytt?? - Move option arguments to "find" before non-option ones in Perl spec template. - Drop python-abi dependency from Python spec template (#189947). * Tue Jul 18 2006 Ville Skytt?? - Add PHP PEAR spec template (#198706, Christopher Stone). * Mon Jul 17 2006 Ville Skytt?? - Drop fedora- prefix everywhere, add backcompat symlinks for execubtables. - Move %%{_sysconfdir}/fedora to %%{_sysconfdir}/rpmdevtools and %%{_datadir}/fedora to %%{_datadir}/rpmdevtools. - Move spec templates to %%{_sysconfdir}/rpmdevtools, mark as config. - Bump version to 5.0. * Sun Jul 16 2006 Ville Skytt?? - Drop fedora-kmodhelper. - Drop fedora-installdevkeys and GPG keys, modify rpmchecksig to use the system rpmdb. * Sat Jul 15 2006 Ville Skytt?? - Sort rmdevelrpms' output. * Fri Jul 7 2006 Ville Skytt?? - Improve ruby spec template (#180066, David Lutterkort). * Mon Jun 5 2006 Ville Skytt?? - Add manual pages for rmdevelrpms, diffarchive and extract. - Trim pre-2005 changelog entries. - Autotoolize source tree. * Tue May 16 2006 Ville Skytt?? - 1.6-1 - Add spec template for library packages (#185606, Ignacio Vazquez-Abrams). * Sun Feb 26 2006 Ville Skytt?? - 1.5-1 - Improve diffarchive and extract error messages. * Fri Feb 24 2006 Ville Skytt?? - Update spectool to 1.0.7 (#162253). * Thu Feb 9 2006 Ville Skytt?? - Add file(1) based archive type detection to fedora-extract. * Wed Feb 8 2006 Ville Skytt?? - Add "diff file lists only" option to diffarchive. * Sun Feb 5 2006 Ville Skytt?? - Add Ruby spec template (#180066, Oliver Andrich) and make newrpmspec use it for ruby-*. * Sat Feb 4 2006 Ville Skytt?? - 1.4-2 - Fix rpath checker tests with bash 3.1 (#178636, Enrico Scholz). * Fri Dec 30 2005 Ville Skytt?? - 1.4-1 - Update spectool to 1.0.6 (#176521). * Wed Dec 28 2005 Ville Skytt?? - Update spectool to 1.0.5 (#162253), require wget for it. - Add disttags to spec templates. * Thu Oct 27 2005 Ville Skytt?? - 1.3-1 - check-rpaths-worker: detect when RPATH references the parent directory of an absolute path (#169298, Enrico Scholz). - Add regression test for check-rpaths* (#169298, Enrico Scholz). - Honor user's indent-tabs-mode setting in fedora-init.el (#170902). * Fri Oct 7 2005 Ville Skytt?? - 1.2-1 - check-buildroot: grep for buildroot as a fixed string, not a regexp. - Update FSF's address in copyright notices. - check-rpaths-worker: allow multiple $ORIGIN paths in an RPATH and allow RPATHs which are relative to $ORIGIN (#169298, Enrico Scholz). - check-rpaths-worker: give out an hint about usage and the detected issues at the first detected error (Enrico Scholz). - Remove some redundancy from the Perl spec template. - Teach fedora-newrpmspec to detect and use different specfile variants. - Use fedora-newrpmspec in fedora-init.el. * Fri Jul 8 2005 Ville Skytt?? - 1.1-1 - Drop more pre-FC2 compat stuff from Perl spec template. - Treat gcc-gfortran as a devel package in rmdevelrpms. - Drop fedora.us GPG key. * Thu Mar 24 2005 Ville Skytt?? - 1.0-1 - Make fedora-diffarchive work better with archives containing dirs without read/execute permissions. - Sync "Epoch: 0" drops with Fedora Extras CVS. - Include Nils Philippsen's spectool. - Own (%%ghost'd) more dirs from the site-lisp dir hierarchies. - Drop trigger support pre-FC2 Emacs and XEmacs packages. - Drop rpm-spec-mode.el patch, no longer needed for FC2 Emacs and later. - Update URLs. - Drop developer GPG keys from the package, add Fedora Extras key. - Drop fedora-pkgannfmt, it's no longer relevant. - Remove pre-FC2 compatibility stuff from Perl spec template. - Don't try to remove gcc-java and related packages by default in rmdevelrpms. - Remove "full featured" spec template, convert newrpmspec to use -minimal. * Sun Feb 6 2005 Ville Skytt?? - 0:0.3.1-1 - Make buildrpmtree and wipebuildtree less dependent on a specific configuration (#147014, Ignacio Vazquez-Abrams). * Tue Jan 18 2005 Ville Skytt?? - 0:0.3.0-1 - Remove 0.fdr. prefixes and epoch 0's from all spec templates. - Add try-restart action to init script template. - Remove deprecated fedora-diffrpm and fedora-unrpm. - Install check-* to %%{_prefix}/lib/rpm instead of %%{_libdir}/rpm (bug 2351). - Check both %%{_prefix}/lib and %%{_prefix}/lib64 in the xemacs trigger. - Update rpminfo to 2004-07-07-01 and include it in the tarball. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:34:36 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:35:15 -0000 1.2 @@ -0,0 +1,2 @@ +rpmdevtools-5.0.tar.bz2 +spectool-1.0.7.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:34:36 -0000 1.1 +++ sources 20 Aug 2006 19:35:15 -0000 1.2 @@ -0,0 +1,2 @@ +d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 +e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 19:39:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 20 Aug 2006 12:39:00 -0700 Subject: rpms/fedora-rpmdevtools/devel dead.package, NONE, 1.1 .cvsignore, 1.13, NONE Makefile, 1.2, NONE fedora-rpmdevtools.spec, 1.17, NONE sources, 1.13, NONE Message-ID: <200608201939.k7KJd2h7028112@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28094 Added Files: dead.package Removed Files: .cvsignore Makefile fedora-rpmdevtools.spec sources Log Message: Renamed to rpmdevtools. --- NEW FILE dead.package --- Renamed to rpmdevtools. --- .cvsignore DELETED --- --- Makefile DELETED --- --- fedora-rpmdevtools.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 20 19:42:11 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:11 -0700 Subject: rpms/sjasm - New directory Message-ID: <200608201942.k7KJgDJ6028188@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/sjasm Log Message: Directory /cvs/extras/rpms/sjasm added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:42:12 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:12 -0700 Subject: rpms/sjasm/devel - New directory Message-ID: <200608201942.k7KJgEB5028191@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28167/sjasm/devel Log Message: Directory /cvs/extras/rpms/sjasm/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 19:42:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:37 -0700 Subject: rpms/sjasm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608201942.k7KJgd4S028240@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28212 Added Files: Makefile import.log Log Message: Setup of module sjasm --- NEW FILE Makefile --- # Top level Makefile for module sjasm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 19:42:38 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:42:38 -0700 Subject: rpms/sjasm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608201942.k7KJgeTO028243@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28212/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module sjasm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 19:43:46 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:43:46 -0700 Subject: rpms/sjasm import.log,1.1,1.2 Message-ID: <200608201943.k7KJhmSj028321@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28286 Modified Files: import.log Log Message: auto-import sjasm-0.39-0.3.g1 on branch devel from sjasm-0.39-0.3.g1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sjasm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 19:42:37 -0000 1.1 +++ import.log 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +sjasm-0_39-0_3_g1:HEAD:sjasm-0.39-0.3.g1.src.rpm:1156110206 From fedora-extras-commits at redhat.com Sun Aug 20 19:43:47 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:43:47 -0700 Subject: rpms/sjasm/devel sjasm-0.39-64bitfix.patch, NONE, 1.1 sjasm-0.39-fixmakefile.patch, NONE, 1.1 sjasm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608201943.k7KJhn9K028330@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28286/devel Modified Files: .cvsignore sources Added Files: sjasm-0.39-64bitfix.patch sjasm-0.39-fixmakefile.patch sjasm.spec Log Message: auto-import sjasm-0.39-0.3.g1 on branch devel from sjasm-0.39-0.3.g1.src.rpm sjasm-0.39-64bitfix.patch: --- NEW FILE sjasm-0.39-64bitfix.patch --- --- sjasmsrc039g1/loose.cpp.orig 2006-04-12 13:33:00.000000000 +0100 +++ sjasmsrc039g1/loose.cpp 2006-08-12 17:01:29.000000000 +0100 @@ -49,7 +49,7 @@ *ach=f; } fp=fopen(nieuwzp,"r"); if (fp) fclose(fp); - return (int)fp; + return (long)fp; } #endif sjasm-0.39-fixmakefile.patch: --- NEW FILE sjasm-0.39-fixmakefile.patch --- --- sjasmsrc039g1/Makefile.orig 2004-04-09 16:14:00.000000000 +0100 +++ sjasmsrc039g1/Makefile 2006-08-11 01:38:57.000000000 +0100 @@ -8,7 +8,8 @@ TARGETS = sjasm$(EXTENSION) OBJECTS = direct.o loose.o parser.o piz80.o reader.o sjasm.o sjio.o tables.o -BINDIR = /usr/local/bin +BINDIR = /usr/bin +DESTDIR = CXXFLAGS = -Wall -O2 ifneq ($(ISMINGW),) @@ -25,14 +26,14 @@ sjasm$(EXTENSION): $(DEPDIR) $(OBJECTS) g++ $(LDFLAGS) -o $@ $(OBJECTS) - strip $@ clean: $(RM) $(OBJECTS) $(TARGETS) $(RM) -r $(DEPDIR) install: all - cp -f $(TARGETS) $(BINDIR) + mkdir -p $(DESTDIR)/usr/bin + cp -f $(TARGETS) $(DESTDIR)/usr/bin %.o : %.cpp $(CXX) -Wp,-MD,$(DEPFILE).d $(CXXFLAGS) -c -o $@ $< --- NEW FILE sjasm.spec --- Name: sjasm Version: 0.39 Release: 0.3.g1%{?dist} Summary: A z80 cross assembler Group: Development/Languages License: Artistic URL: http://www.xl2s.tk Source0: http://home.planet.nl/~realfun/%{name}39g1.zip Patch0: sjasm-0.39-fixmakefile.patch Patch1: sjasm-0.39-64bitfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description SjASM is a two pass macro Z80 cross assembler %prep %setup -qcn %{name}-%{version} %patch0 -p0 %patch1 -p0 sed -i 's/\r//' sjasm.txt %build make -C sjasmsrc039g1 %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS -DMAX_PATH=MAXPATHLEN" %install rm -rf %{buildroot} make -C sjasmsrc039g1 install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/%{name} %doc sjasm.txt %changelog * Sun Aug 20 2006 Ian Chapman 0.39-0.3.g1%{?dist} - Bump release in preparation for FE migration * Sat Aug 12 2006 Ian Chapman 0.39-0.2.g1%{?dist} - Added patch for compiling on 64bit systems * Fri Aug 11 2006 Ian Chapman 0.39-0.1.g1%{?dist} - Initial Release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 19:42:37 -0000 1.1 +++ .cvsignore 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +sjasm39g1.zip Index: sources =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 19:42:37 -0000 1.1 +++ sources 20 Aug 2006 19:43:46 -0000 1.2 @@ -0,0 +1 @@ +7776b4adb40ec6b5f772bfa700ef905a sjasm39g1.zip From fedora-extras-commits at redhat.com Sun Aug 20 19:45:53 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Sun, 20 Aug 2006 12:45:53 -0700 Subject: owners owners.list,1.1434,1.1435 Message-ID: <200608201945.k7KJjtid028494@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28436 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1434 retrieving revision 1.1435 diff -u -r1.1434 -r1.1435 --- owners.list 20 Aug 2006 19:34:52 -0000 1.1434 +++ owners.list 20 Aug 2006 19:45:53 -0000 1.1435 @@ -1811,6 +1811,7 @@ Fedora Extras|silky|Silky is an easy-to-use graphical SILC client|toniw at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|SIMVoleon|Volume rendering library for Coin|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|sirius|Othello for Gnome|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|sjasm|A z80 cross assembler|packages at amiga-hardware.com|extras-qa at fedoraproject.org| Fedora Extras|skencil|A vector drawing program|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|skkdic|Japanese dictionaries for skk input|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|skstream|C++ I/O library for WorldForge clients/servers|wart at kobold.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 19:47:14 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 12:47:14 -0700 Subject: rpms/gobby/devel .cvsignore, 1.7, 1.8 gobby.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200608201947.k7KJlGk6028707@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28664 Modified Files: .cvsignore gobby.spec sources Log Message: * Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 - 0.4.0rc4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 04:53:38 -0000 1.7 +++ .cvsignore 20 Aug 2006 19:47:13 -0000 1.8 @@ -1 +1 @@ -gobby-0.4.0rc3.tar.gz +gobby-0.4.0rc4.tar.gz Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gobby.spec 9 Aug 2006 04:53:38 -0000 1.15 +++ gobby.spec 20 Aug 2006 19:47:13 -0000 1.16 @@ -1,8 +1,8 @@ -%define _rc rc3 +%define _rc rc4 Name: gobby Version: 0.4.0 -Release: 7.%{_rc}%{?dist} +Release: 8.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet @@ -70,6 +70,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 +- 0.4.0rc4 + * Wed Aug 9 2006 Luke Macken - 0.4.0-7.rc3 - 0.4.0rc3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 04:53:38 -0000 1.7 +++ sources 20 Aug 2006 19:47:13 -0000 1.8 @@ -1 +1 @@ -3e0ec337d556f6afb957af5513dbb3cf gobby-0.4.0rc3.tar.gz +d8c8e682afcbc69e9390a3e4c5c0501a gobby-0.4.0rc4.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:49:28 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:49:28 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.2,1.3 Message-ID: <200608201949.k7KJnU7t029077@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29033 Modified Files: cairomm.spec Log Message: New release Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cairomm.spec 4 Aug 2006 03:53:21 -0000 1.2 +++ cairomm.spec 20 Aug 2006 19:49:28 -0000 1.3 @@ -1,16 +1,18 @@ -Summary: This library provides a C++ interface to cairo +Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.1.10 +Version: 1.2.0 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries -Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz +Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cairo-devel >= 1.2.0 pkgconfig %description -This library provides a C++ interface to cairo. +Cairomm is the C++ API for the cairo graphics library. It offers all the power +of cairo with an interface familiar to C++ developers, including use of the +Standard Template Library where it makes sense. %package devel Summary: Headers for developing programs that will use %{name} @@ -55,6 +57,10 @@ %doc ChangeLog reference %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-1 +- New upstream release +- Updated summary and description + * Thu Aug 3 2006 Rick L Vinyard Jr - 1.1.10-1 - First release for cairo 1.2 - Adjusted cairo dependencies for new version From fedora-extras-commits at redhat.com Sun Aug 20 19:51:06 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:51:06 -0700 Subject: rpms/cairomm/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608201951.k7KJp8AZ029220@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29201 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 4 Aug 2006 03:53:21 -0000 1.3 +++ .cvsignore 20 Aug 2006 19:51:06 -0000 1.4 @@ -1 +1 @@ -cairomm-1.1.10.tar.gz +cairomm-1.2.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 4 Aug 2006 03:53:21 -0000 1.3 +++ sources 20 Aug 2006 19:51:06 -0000 1.4 @@ -1 +1 @@ -b418d2e22c02f6890b76354488f13447 cairomm-1.1.10.tar.gz +ee326b8e7cb7eeb843fa56412eb162de cairomm-1.2.0.tar.gz From fedora-extras-commits at redhat.com Sun Aug 20 19:56:51 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 12:56:51 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.3,1.4 Message-ID: <200608201956.k7KJurZ7029275@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29258 Modified Files: cairomm.spec Log Message: Bumped release for make tag Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cairomm.spec 20 Aug 2006 19:49:28 -0000 1.3 +++ cairomm.spec 20 Aug 2006 19:56:51 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -57,6 +57,9 @@ %doc ChangeLog reference %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-2 +- Bumped release for make tag + * Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-1 - New upstream release - Updated summary and description From fedora-extras-commits at redhat.com Sun Aug 20 20:18:44 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 13:18:44 -0700 Subject: comps comps-fe5.xml.in,1.107,1.108 comps-fe6.xml.in,1.104,1.105 Message-ID: <200608202018.k7KKIkqL032087@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32068 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added clips*, nqc, bitgtkmm-devel and cairomm-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- comps-fe5.xml.in 20 Aug 2006 18:24:32 -0000 1.107 +++ comps-fe5.xml.in 20 Aug 2006 20:18:44 -0000 1.108 @@ -34,6 +34,9 @@ bzr ccache clisp + clips + clips-doc + clips-xclips cmake cogito colordiff @@ -66,6 +69,7 @@ mercurial mock monotone + nqc ocaml pl plt-scheme @@ -211,6 +215,8 @@ anjuta anjuta-docs at-poke + bitgtkmm-devel + cairomm-devel gazpacho gconfmm26-devel glibmm24-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- comps-fe6.xml.in 20 Aug 2006 18:24:32 -0000 1.104 +++ comps-fe6.xml.in 20 Aug 2006 20:18:44 -0000 1.105 @@ -35,6 +35,9 @@ bigloo bzr ccache + clips + clips-doc + clips-xclips clisp cmake cogito @@ -75,6 +78,7 @@ mercurial mock monotone + nqc ocaml perltidy pgadmin3 @@ -233,6 +237,8 @@ anjuta anjuta-docs at-poke + bitgtkmm-devel + cairomm-devel gazpacho gconfmm26-devel glibmm24-devel From fedora-extras-commits at redhat.com Sun Aug 20 20:36:46 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Sun, 20 Aug 2006 13:36:46 -0700 Subject: rpms/gobby/devel gobby-0.4.0rc4-localedir.patch, NONE, 1.1 gobby.spec, 1.16, 1.17 Message-ID: <200608202036.k7KKam4N032188@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32158 Modified Files: gobby.spec Added Files: gobby-0.4.0rc4-localedir.patch Log Message: gobby-0.4.0rc4-localedir.patch to fix locale issues gobby-0.4.0rc4-localedir.patch: --- NEW FILE gobby-0.4.0rc4-localedir.patch --- --- po/Makefile.in.in.orig 2006-08-20 16:25:20.000000000 -0400 +++ po/Makefile.in.in 2006-08-20 16:25:27.000000000 -0400 @@ -27,7 +27,7 @@ exec_prefix = @exec_prefix@ datadir = @datadir@ libdir = @libdir@ -localedir = $(libdir)/locale +localedir = $(datadir)/locale gnulocaledir = $(datadir)/locale gettextsrcdir = $(datadir)/glib-2.0/gettext/po subdir = po Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gobby.spec 20 Aug 2006 19:47:13 -0000 1.16 +++ gobby.spec 20 Aug 2006 20:36:46 -0000 1.17 @@ -2,13 +2,14 @@ Name: gobby Version: 0.4.0 -Release: 8.%{_rc}%{?dist} +Release: 9.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet License: GPL URL: http://gobby.0x539.de Source0: http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz +Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel @@ -29,6 +30,7 @@ %prep %setup -q -n %{name}-%{version}%{_rc} +%patch0 %build @@ -70,6 +72,9 @@ %changelog +* Sun Aug 20 2006 Luke Macken - 0.4.0-9.rc4 +- gobby-0.4.0rc4-localedir.patch + * Sun Aug 20 2006 Luke Macken - 0.4.0-8.rc4 - 0.4.0rc4 From fedora-extras-commits at redhat.com Sun Aug 20 20:43:33 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 13:43:33 -0700 Subject: rpms/shorewall/devel .cvsignore, 1.18, 1.19 shorewall.spec, 1.24, 1.25 sources, 1.18, 1.19 Message-ID: <200608202043.k7KKhZXl032274@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32253 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 28 Jul 2006 11:36:43 -0000 1.18 +++ .cvsignore 20 Aug 2006 20:43:33 -0000 1.19 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- shorewall.spec 28 Jul 2006 11:36:43 -0000 1.24 +++ shorewall.spec 20 Aug 2006 20:43:33 -0000 1.25 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 28 Jul 2006 11:36:43 -0000 1.18 +++ sources 20 Aug 2006 20:43:33 -0000 1.19 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 20:59:16 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 13:59:16 -0700 Subject: rpms/shorewall/FC-5 .cvsignore, 1.16, 1.17 shorewall.spec, 1.23, 1.24 sources, 1.16, 1.17 Message-ID: <200608202059.k7KKxI5N032365@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32344 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 28 Jul 2006 18:46:49 -0000 1.16 +++ .cvsignore 20 Aug 2006 20:59:16 -0000 1.17 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- shorewall.spec 28 Jul 2006 18:46:50 -0000 1.23 +++ shorewall.spec 20 Aug 2006 20:59:16 -0000 1.24 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 28 Jul 2006 18:46:50 -0000 1.16 +++ sources 20 Aug 2006 20:59:16 -0000 1.17 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:00:09 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 20 Aug 2006 14:00:09 -0700 Subject: rpms/shorewall/FC-4 .cvsignore, 1.10, 1.11 shorewall.spec, 1.18, 1.19 sources, 1.10, 1.11 Message-ID: <200608202100.k7KL0BEi032430@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32409 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 28 Jul 2006 18:39:51 -0000 1.10 +++ .cvsignore 20 Aug 2006 21:00:08 -0000 1.11 @@ -1 +1 @@ -shorewall-3.2.1.tar.bz2 +shorewall-3.2.2.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- shorewall.spec 28 Jul 2006 18:39:51 -0000 1.18 +++ shorewall.spec 20 Aug 2006 21:00:08 -0000 1.19 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.1 +Version: 3.2.2 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +- Update to upstream 3.2.2 + * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 - Update to upstream 3.2.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 28 Jul 2006 18:39:51 -0000 1.10 +++ sources 20 Aug 2006 21:00:08 -0000 1.11 @@ -1 +1 @@ -de35533d450316000d02634844fb9020 shorewall-3.2.1.tar.bz2 +afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:04:20 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:20 -0700 Subject: rpms/papyrus/devel - New directory Message-ID: <200608202104.k7KL4MdH002674@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2638/papyrus/devel Log Message: Directory /cvs/extras/rpms/papyrus/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 21:04:18 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:18 -0700 Subject: rpms/papyrus - New directory Message-ID: <200608202104.k7KL4KZE002659@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2638/papyrus Log Message: Directory /cvs/extras/rpms/papyrus added to the repository From fedora-extras-commits at redhat.com Sun Aug 20 21:04:39 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:39 -0700 Subject: rpms/papyrus Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608202104.k7KL4fCS002754@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2730 Added Files: Makefile import.log Log Message: Setup of module papyrus --- NEW FILE Makefile --- # Top level Makefile for module papyrus all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 20 21:04:45 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:04:45 -0700 Subject: rpms/papyrus/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608202104.k7KL4lri002777@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2730/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module papyrus --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 20 21:05:52 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:05:52 -0700 Subject: rpms/papyrus import.log,1.1,1.2 Message-ID: <200608202106.k7KL6O5T002844@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2805 Modified Files: import.log Log Message: auto-import papyrus-0.3.0-1 on branch devel from papyrus-0.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/papyrus/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 20 Aug 2006 21:04:39 -0000 1.1 +++ import.log 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +papyrus-0_3_0-1:HEAD:papyrus-0.3.0-1.src.rpm:1156107949 From fedora-extras-commits at redhat.com Sun Aug 20 21:05:52 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:05:52 -0700 Subject: rpms/papyrus/devel papyrus.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608202106.k7KL6PoS002849@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2805/devel Modified Files: .cvsignore sources Added Files: papyrus.spec Log Message: auto-import papyrus-0.3.0-1 on branch devel from papyrus-0.3.0-1.src.rpm --- NEW FILE papyrus.spec --- # Target: fedora-5 Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.3.0 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig m4 %description Papyrus is a C++ canvas library similar in scope and function to the Gnome canvas but designed to render on a Cairo surface. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: papyrus = %{version}-%{release} Requires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig %description devel This package contains the libraries and header files needed for developing %{name} applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy docs into a better location for installation # Keeps them from being /usr/share/doc/package-x.x.x-devel/docs %{__cp} -ar docs/reference . %{__cp} -ar docs/gallery . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/lib*papyrus*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*papyrus*.so %{_libdir}/pkgconfig/papyrus*.pc %{_includedir}/papyrus-0.3/ %{_includedir}/papyrusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo %{_datadir}/papyrus-0.3.0/ %{_datadir}/papyrusmm-0.3.0/ %changelog * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed /demo/ suffix from datadir - Added papyrusmm data and include dirs * Sun Aug 6 2006 Rick L Vinyard Jr - 0.2.3-1 - New release - Added m4 to BuildRequires * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-1 - New release - Removed pkgconfig from BuildRequires - Added pkgconfig to -devel Requires * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.1-2 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Removed doxygen, graphviz and pkgconfig from devel requires - Added package name to globs in so libs, .pc and demos * Fri Jul 21 2006 Rick L Vinyard Jr - 0.2.1-1 - New release - Added papyrus-demo and papyrusmm-demo to devel package - Remove rm -rf /usr/bin - Changed mv of docs to cp of docs * Fri May 26 2006 Rick L Vinyard Jr - 0.1.12-1 - New release - Changed sourceforge download location to download.sourceforge.net * Sun May 7 2006 Rick L Vinyard Jr - 0.1.11-1 - New release * Sun Apr 9 2006 Rick L Vinyard Jr - 0.1.10-1 - New release * Fri Mar 24 2006 Rick L Vinyard Jr - 0.1.9-1 - New release - Cleaned up spec file and added pkgconfig to BuildRequires * Fri Mar 17 2006 Rick L Vinyard Jr - 0.1.8-1 - New release * Sun Mar 12 2006 Rick L Vinyard Jr - 0.1.7-1 - New release * Sun Mar 05 2006 Rick L Vinyard Jr - 0.1.6-1 - Removed Requires tag, relying on BuildRequires instead - Cleaned up Source tag and changed to bz2 files - New upstream release (upstream is me, it's just easier to say it that way) * Tue Feb 28 2006 Rick L Vinyard Jr - 0.1.5-1 - Initial version (at least the inital version with a changelog in the .spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 20 Aug 2006 21:04:45 -0000 1.1 +++ .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +papyrus-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 20 Aug 2006 21:04:45 -0000 1.1 +++ sources 20 Aug 2006 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 20 21:10:09 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:10:09 -0700 Subject: owners owners.list,1.1435,1.1436 Message-ID: <200608202110.k7KLABA8002947@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2924 Modified Files: owners.list Log Message: Added papyrus Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1435 retrieving revision 1.1436 diff -u -r1.1435 -r1.1436 --- owners.list 20 Aug 2006 19:45:53 -0000 1.1435 +++ owners.list 20 Aug 2006 21:10:09 -0000 1.1436 @@ -1065,6 +1065,7 @@ Fedora Extras|pam_usb|PAM module for use with DSA key pairs and removable devices|dmitry at butskoy.name|extras-qa at fedoraproject.org| Fedora Extras|pan|A GNOME/GTK+ news reader for X|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|paps|Plain Text to PostScript(TM) converter|tagoh at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|papyrus|A C++ canvas library similar to the Gnome canvas|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|par2cmdline|PAR 2.0 compatible file verification and repair tool|laurent.rineau__fedora_extras at normalesup.org|extras-qa at fedoraproject.org| Fedora Extras|paraview|Parallel visualization application|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|parchive|Parity archive command line client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 20 21:12:42 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 14:12:42 -0700 Subject: comps comps-fe5.xml.in,1.108,1.109 comps-fe6.xml.in,1.105,1.106 Message-ID: <200608202112.k7KLCiFV003004@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2985 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added papyrus-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- comps-fe5.xml.in 20 Aug 2006 20:18:44 -0000 1.108 +++ comps-fe5.xml.in 20 Aug 2006 21:12:42 -0000 1.109 @@ -228,6 +228,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- comps-fe6.xml.in 20 Aug 2006 20:18:44 -0000 1.105 +++ comps-fe6.xml.in 20 Aug 2006 21:12:42 -0000 1.106 @@ -251,6 +251,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel plotmm-devel From fedora-extras-commits at redhat.com Sun Aug 20 22:51:52 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 15:51:52 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py, 1.3, 1.4 extras-push-new, 1.51, 1.52 Message-ID: <200608202251.k7KMpq2I006100@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6080 Modified Files: ExtrasPushUtils.py extras-push-new Log Message: fix DEBUG global in module Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ExtrasPushUtils.py 20 Aug 2006 12:53:17 -0000 1.3 +++ ExtrasPushUtils.py 20 Aug 2006 22:51:49 -0000 1.4 @@ -36,6 +36,10 @@ DEBUG = False +def setdebug(onoff): + global DEBUG + DEBUG = onoff + def debugprint(msg): if DEBUG: print msg Index: extras-push-new =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- extras-push-new 20 Aug 2006 12:53:17 -0000 1.51 +++ extras-push-new 20 Aug 2006 22:51:49 -0000 1.52 @@ -28,6 +28,7 @@ from ExtrasPushUtils import * DEBUG = False +setdebug(DEBUG) signkeyname = 'extras at fedoraproject.org' From fedora-extras-commits at redhat.com Sun Aug 20 23:13:22 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 16:13:22 -0700 Subject: extras-buildsys/utils extras-repobuild.py, 1.23, 1.24 extras-repoview.py, 1.12, 1.13 Message-ID: <200608202313.k7KNDMRj008891@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8871 Modified Files: extras-repobuild.py extras-repoview.py Log Message: fix DEBUG global in module Index: extras-repobuild.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- extras-repobuild.py 20 Aug 2006 12:55:18 -0000 1.23 +++ extras-repobuild.py 20 Aug 2006 23:13:19 -0000 1.24 @@ -36,6 +36,7 @@ } DEBUG = False +setdebug(DEBUG) def do_repo_stuff(repodir, keep=2, nomanage=None): compspath = os.path.join(repodir, compsname) Index: extras-repoview.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- extras-repoview.py 20 Aug 2006 12:55:18 -0000 1.12 +++ extras-repoview.py 20 Aug 2006 23:13:19 -0000 1.13 @@ -23,6 +23,7 @@ # make repoview DEBUG = False +setdebug(DEBUG) def do_repoview(repodir): print 'Generating repoview in %s' % repodir From fedora-extras-commits at redhat.com Mon Aug 21 00:17:51 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 20 Aug 2006 17:17:51 -0700 Subject: rpms/hping2/devel .cvsignore,1.3,NONE Message-ID: <200608210017.k7L0HrTI012541@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/hping2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12526 Removed Files: .cvsignore Log Message: is a dead package --- .cvsignore DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 00:32:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 20 Aug 2006 17:32:02 -0700 Subject: rpms/nqc/devel nqc.spec,1.1,1.2 Message-ID: <200608210032.k7L0W4HS012693@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12674 Modified Files: nqc.spec Log Message: Added BuildRequires for bison Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nqc.spec 20 Aug 2006 19:08:00 -0000 1.1 +++ nqc.spec 21 Aug 2006 00:32:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Not Quite C compiler Group: Development/Languages @@ -64,6 +64,9 @@ %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-3 +- Added BuildRequires for bison + * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-2 - Removed groupdel lego - Added faq, manual and guide docs From fedora-extras-commits at redhat.com Mon Aug 21 01:39:41 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:41 -0700 Subject: rpms/clement - New directory Message-ID: <200608210139.k7L1dhxw015769@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15748/clement Log Message: Directory /cvs/extras/rpms/clement added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 01:39:42 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:42 -0700 Subject: rpms/clement/devel - New directory Message-ID: <200608210139.k7L1diIV015772@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15748/clement/devel Log Message: Directory /cvs/extras/rpms/clement/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 01:39:59 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:39:59 -0700 Subject: rpms/clement Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608210140.k7L1e1iQ015821@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Added Files: Makefile import.log Log Message: Setup of module clement --- NEW FILE Makefile --- # Top level Makefile for module clement all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 01:40:00 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:00 -0700 Subject: rpms/clement/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608210140.k7L1e2et015824@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clement --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 01:40:39 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:39 -0700 Subject: rpms/clement import.log,1.1,1.2 Message-ID: <200608210140.k7L1efnl015894@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15861 Modified Files: import.log Log Message: auto-import clement-2.1-197 on branch devel from clement-2.1-197.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clement/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 01:39:59 -0000 1.1 +++ import.log 21 Aug 2006 01:40:38 -0000 1.2 @@ -0,0 +1 @@ +clement-2_1-197:HEAD:clement-2.1-197.src.rpm:1156124434 From fedora-extras-commits at redhat.com Mon Aug 21 01:40:39 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:40:39 -0700 Subject: rpms/clement/devel clement.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608210140.k7L1efam015899@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15861/devel Modified Files: .cvsignore sources Added Files: clement.spec Log Message: auto-import clement-2.1-197 on branch devel from clement-2.1-197.src.rpm --- NEW FILE clement.spec --- Name: clement Version: 2.1 Release: 197%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic Group: System Environment/Daemons Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts Requires(preun): chkconfig, initscripts Requires(pre): /usr/sbin/useradd, /usr/sbin/groupadd %description Clement is an email firewall. Its purpose is to filter all email, rejecting viruses and unwelcome messages at the SMTP protocol level (and avoids bouncing to forged originators). Dubious emails are centrally quarantined. Clement extracts "email sending contexts" and can use a remote mentor process to further analyze message context while still connected to the remote sender process. %prep %setup -q %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean %{__rm} -rf %{buildroot} %post if [ "$1" = 1 ]; then /sbin/chkconfig --add %{name} 2>/dev/null || : fi if [ "$1" = 2 ]; then if [ -f /var/lock/subsys/%{name} ] ; then %{_initrddir}/%{name} restart 2>/dev/null || : fi fi %pre if [ "$1" = 1 ]; then /usr/sbin/groupadd -r %{name} 2>/dev/null || : /usr/sbin/useradd -r -M -d /var/spool/%{name}-%{version} \ -g %{name} -c "Clement daemon" \ -s /sbin/nologin %{name} 2>/dev/null || : fi %preun if [ "$1" = 0 ]; then if [ -f /var/lock/subsys/%{name} ] ; then %{_initrddir}/%{name} stop 2>/dev/null || : fi export APPNAME=%{name} %{_usr}/lib/%{name}-%{version}/support/remove.sh \ %{_sysconfdir}/pki/%{name}-%{version}/%{name}.pem \ %{_sysconfdir}/%{name}-%{version}/config.done 2>/dev/null || : /sbin/chkconfig --del %{name} 2>/dev/null || : ( /bin/echo -n "$APPNAME has been removed on "; date /bin/echo "remaining file in this directory are logs and Emails" /bin/echo "created while $APPNAME was in production." /bin/echo "these files _may_ be removed too, but that they could" /bin/echo "contain valuable data and admin should be careful" /bin/echo "when removing them." ) > %{_var}/spool/%{name}-%{version}/README-%{name}-removed fi %files %defattr(-,root,root,-) %{_sysconfdir}/cron.daily/%{name} %{_usr}/lib/%{name}-%{version}/ %{_datadir}/%{name}-%{version}/ %{_bindir}/pibsmtp %{_bindir}/clrquar %{_bindir}/clxtract %attr(-,%{name},%{name}) %{_bindir}/%{name} %attr(-,%{name},%{name}) %{_var}/spool/%{name}-%{version}/ %attr(-,%{name},%{name}) %{_var}/crash/%{name}-%{version}/ %attr(-,%{name},%{name}) %{_var}/lock/%{name}-%{version}/ %doc %{name}-%{version}-*.build_date %doc doc/*.txt Changes FAQ LICENCE README %attr(0755,root,root) %{_initrddir}/%{name} %attr(-,%{name},%{name}) %config(noreplace) %{_sysconfdir}/%{name}-%{version}/ %config(noreplace) %{_sysconfdir}/yum.repos.d/%{name}.repo %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/pki/%{name}-%{version}/trusted.pem %config(noreplace) %{_sysconfdir}/httpd/conf/%{name}.conf %changelog * Fri Aug 18 2006 Jean-Marc Pigeon 2.1-197 - Marker: * Inclusion Fedora Extra. * Tue Aug 15 2006 Jean-Marc Pigeon 2.1-193 - Improvement: * Spec file very fine tuning * Orphean E-mail are now properly store in the trouble queue directory. * Mon Aug 14 2006 Jean-Marc Pigeon 2.1-192 - Improvement: * Adding running user and group clement to comply to extras commitee recommendation. * Timing change in modtrp.c to have a quicker detection (1 sec instead of 5 sec) about zombie state child process. * Fri Aug 11 2006 Jean-Marc Pigeon 2.1-186 - Bug-Fix: * WEB Interface (PHP), when user changed the working language, page stop to be displayed as the CGI was not able to access log file. * Thu Aug 10 2006 Jean-Marc Pigeon 2.1-184 - bug-Fix * Alias definition was crashing when only one user was defined without domain. - Improvement: * Clement starting shell (/etc/rc.d/init.d/clement) do not define the iptable rule 'clement' if no redirection is defined within file iptables.conf. * Sat Aug 5 2006 Jean-Marc Pigeon 2.1-183 - Improvement: * Sorting WEB logs informations is now done by new executable name 'clxtract'. * WEB logs file are moved from /usr/share/clement-2.1/logs to /var/spool/clement-2.1/wlogs * Wed Jul 26 2006 Jean-Marc Pigeon 2.1-179 - Bug Fix: * 'QUARANTINE_LOCAL' variable (clement.conf) was not properly read when set as default or 'All_Other_Domains'. * Tue Jul 25 2006 Jean-Marc Pigeon 2.1-177 - Bug Fix: * If 'QUARANTINE_LOCAL' is set to 'No" (clement.conf) and a to be quarantined E-mail is aliases to an OUTSIDE domain (not known by clement), the process to flag spam inside the E-mail subject was crashing (major). - Improvement: * Spec file, fine fine tuning. * Thu Jul 11 2006 Jean-Marc Pigeon 2.1-176 * Further SPECS file fine tunning to be fully compliant to Fedora-Extra package guideline. * Thu Jul 5 2006 Jean-Marc Pigeon 2.1-175 - Bug-Fix: * SMTP AUTH command was not working anymore, fixed the CHKID messages format. * Fine tuning about SPEC to avoid warning while doing rpmbuild. File clembase.php is now named clement.php and moved from /var/www/clement-2.1 to /etc/clement-2.1. WARNING: Previously installed clement MUST be manually adjusted! * Tue Jul 4 2006 Jean-Marc Pigeon 2.1-173 - Improvement: * SPAM marker inserted inside the E-mail subject can be adjusted according QUARANTINE_HEADER and QUARANTINE_EXTRA within the clement.conf file. * New clement.conf variable can be now managed via the Clement WEB interface. * File clement.conf, .domain and .domain are now written by clement itself when management is done via the WEB interface - Bug-Fix: * No Zombie process after a user ID check. * Mon Jun 26 2006 Jean-Marc Pigeon 2.1-171 - Improvement * SPEC file clean according rpmlint-0.77-1.fc5 * Thu Jun 22 2006 Jean-Marc Pigeon 2.1-161 - Improvement: * Better 'click' addition done to SPAM flagged E-mail to advice mentor it is a good E-mail. Fix insertion problem when MIME contents type was used. * Tue Jun 20 2006 Jean-Marc Pigeon 2.1-159 - Bug-Fix: * Fixed "CERT Vulnerability Note VU#738331" found in unidns.c - Improvement: * Better 'click' addition done to SPAM flagged E-mail to advice mentor it is a good E-mail. Insertion problem when MIME contents type was used. * Fri Jun 16 2006 Jean-Marc Pigeon 2.1-158 - Improvement: * Quarantine policy (kept local or transmitted to end user) can be now decided within clement.conf (can be set within binding definition). * AT SMTP protocol level, if 'From:' is empty (allowed by RFC), 'From:' is set as Mailer_daemon at domainname, where 'domainname' is extracted from the helo/ehlo command. - Bug-Fix: * In case of "RSET" within the SMTP protocol exchange session number is now alway updated. * Batch procedure 'clrquar' was core-dumping when executed (Major bug, created in 2.1-153) * Wed Jun 14 2006 Jean-Marc Pigeon 2.1-154 - Improvement * E-mail set quarantine are now sent to user with a special marker within the subject. * Quarantine local advice (no Mentor) can have a Spam limite set by domaine within clement.conf New Keywork 'SPAMLIM'. - Bug-Fix: * Signal are not in "SA_RESTART" mode anymore (to avoid loop within waitpid when a SIGALRM is received). * closed a small memory leak. * "Mentor Service" icone was sometime missing when user was properly authenticated within Clement * Message to Mentor without answer expected have now a special reference ID (called ONWAY) * Mon May 29 2006 Jean-Marc Pigeon 2.1-139 - Marker: * Stable release Marker. * Fri May 26 2006 Jean-Marc Pigeon 2.1-135 - Improvement: * Clement smtp server modul is now sending messages directly to checker without going to main process. * Started to implement the capability to mark SPAM email contents. * Mon May 16 2006 Jean-Marc Pigeon 2.1-133 - Improvement: * Clement is now sending 'relaying' flag information when sending 'CHKRCPT' and 'RFRESH' message to Mentor (is used when checking for remote spammer status). * Fri May 12 2006 Jean-Marc Pigeon 2.1-131 - Bug-Fix: * Long aliases list was not working properly, domain without name were added to the list. * Wed May 10 2006 Jean-Marc Pigeon 2.1-130 - Marker: * Stable release Marker. * Mon May 8 2006 Jean-Marc Pigeon 2.1-126 - Bug Fix: * If (by mistake) the '-Q' file in queue is corrupted (no 'from' defined), E-mail is stored in the trblq. * Configuration changed to really use the generated file 'poprelay', created from the file 'pibsmtp.lst'. 'poprelay' can/is used by Clement to know about relayed IP number. * Fri May 5 2006 Jean-Marc Pigeon 2.1-125 - Improvement: * Clement use now clamav-0.88.2 version * clement daily.sh is changed to clean 'trblq' area from file older than 20 days. * Clement Pop_Before_SMTP is now properly working. * Wed May 3 2006 Jean-Marc Pigeon 2.1-116 - Improvement: * Clement, Aliases are now fully implemented, aliases of aliases are possible. Aliases are meaningful only with domain set as 'keeplocal'. * Wed Apr 27 2006 Jean-Marc Pigeon 2.1-115 - Improvement: * Clement, when sender is rejecting an E-mail while it was accepted by Clement, mail is stored within a sender structure with the 'trblq' directory. Process continue to send next E-mail within the queue. * Tue Apr 22 2006 Jean-Marc Pigeon 2.1-114 - Improvement: * Clement refuse E-mail at SMTP protocol level, if the MAIL FROM: domain address is not resolvable as an IP or an MX. - Improvement: (version 2.1-113) * The waiting for a socket connection is not forever anymore but only for 5 second, allowing calling program to do checking task time to time. * Mon Apr 17 2006 Jean-Marc Pigeon 2.1-112 - Bug-Fix: * If the subject include a '%' caractere the modtra.c can cause a crash (% was inderstood as printf directive). * Sat Apr 15 2006 Jean-Marc Pigeon 2.1-111 - Bug-Fix: * Clement main daemon was crashing when recipient Email was given as "" * Mon Apr 10 2006 Jean-Marc Pigeon 2.1-110 - Improvement: * Clement in now integrated with OPenWebMail, Web interface to user creation create all needed files and directores to allow dovecot and openwebmail to retrieve User E-mail. * Mon Mar 27 2006 Jean-Marc Pigeon 2.1-108 - Improvement: * Mentor improvement to detect Spammer site * Tue Mar 21 2006 Jean-Marc Pigeon 2.1-103 - Bug fix: * clement password change is now working (crypted password uppercase letters are kept) * Wed Mar 15 2006 Jean-Marc Pigeon 2.1-102 - Improvement: * Mentor Email count improvement. * Sun Mar 12 2006 Jean-Marc Pigeon 2.1-100 - Bug-Fix * No Core-DUMP when remote sender is not on-line, While an E-mail address need to be croschecked. - Improvement: * Better Timer management within gesipc.c * Mon Mar 6 2006 Jean-Marc Pigeon 2.1-99 - Adding pam-devel as required to build clement from src.rpm file. - Adjusting clement starting shell script such iptables configuration use a target named 'clement' * Thu Mar 2 2006 Jean-Marc Pigeon 2.1-98 - Mentor bug-fix. * Wed Mar 1 2006 Jean-Marc Pigeon 2.1-97 - Mentor Improvement. * Mon Feb 27 2006 Jean-Marc Pigeon 2.1-95 - Improvement Clement can bind on ANY address for a specific port, 'binding' directive in clement.conf must have a '*' as hostname. - When remote originator is granted to 'relayable' status by Clement, E-mail is transmitted to recipient, regardless the spam level detected by spamassassin. * Thu Feb 23 2006 Jean-Marc Pigeon 2.1-93 - daily.sh was not removing its lock at the end of script (Major!, was waiting/locking out next day daily cron) - 'grep' used in /etc/rc.d/init.d/clement detect only "IPT" string as present at the begining of the line. * Mon Feb 20 2006 Jean-Marc Pigeon 2.1-92 - Clement do not check the domain MX if the domain appear within configuretion definition (clement.conf) - Adding /etc/yum.repos.d/clement.repo to allow clement downloading via 'yum' * Sat Feb 18 2006 Jean-Marc Pigeon 2.1-90 - Changes in Mentor. * Fri Feb 17 2006 Jean-Marc Pigeon 2.1-89 - Clement can accept email address with a quote (like o'brien) - Better IPC messages recovery processus. - Mandrake-2006 version, fixed call to clamav virus scanner. Doesn't return "virus found in the E-mail" anymore, when a big zipped file attachement is included within E-mail. - Cron Shell script is now executed under ID 'mail'. * Tue Jan 31 2006 Jean-Marc Pigeon 2.1-84 - Changes in Mentor. * Mon Jan 30 2006 Jean-Marc Pigeon 2.1-83 - Some "SENT" message un-needed acknowledge were pilling up within the IPC area (Major!), causing an IPC bottleneck after a while. Then "error in processing" was answered to every mail received. * Sun Jan 29 2006 Jean-Marc Pigeon 2.1-82 - Relaying stopped to work with 2.1.0.80, (missing code!). - Variable SMTPSRV within clement.conf is now working. * Sat Jan 28 2006 Jean-Marc Pigeon 2.1-80 - Better handling if a remote Mentor is not on line (clement work then in stand alone mode). - An 'Error in processing' stop de clement iteration, such IPC still messages in the queue can be removed cleaning and have other iteration continue to work. * Thu Jan 26 2006 Jean-Marc Pigeon 2.1-76 - '.' (End of DATA Segment) was not recognize by Firstclass type SMTP daemon, when mail was relayed from clement to internal server. * Wed Jan 25 2006 Jean-Marc Pigeon 2.1-74 - Event log report the exact return from local SMTP server when probing to know if a user is really existing. * Mon Jan 23 2006 Jean-Marc Pigeon 2.1-72 - Better handling of UNIQID info not transmitted to Mentor (Mentor channel is declared but not responding) - Bux fix in /etc/rc.d/init.d/clement about postfix configuration * Sat Jan 21 2006 Jean-Marc Pigeon 2.1-71 - Under some condition, exiting clement process was sending a TERM signal to process '-1' (Arrgh!) - No need to rely on 'postmaster' E-mail id to double-check E-mail relaying condition. * Fri Jan 21 2006 Jean-Marc Pigeon 2.1-70 - cron-daily check if directores are existing before to 'cd' to it. * Fri Jan 20 2006 Jean-Marc Pigeon 2.1-69 - Connection to remote sender is kept longer (5 minutes) in case we have further E-mail to transmite - Multiple connection to same Mentor are seen now as different connections as long the CHKCODE is differente, is the CHKCODE is the same, only one connection to the remote Mentor is kept open. * Mon Jan 17 2006 Jean-Marc Pigeon 2.1-68 - Adding release.php in www directory to display the propere release number on WEB page - Better handling in case the remote sender (SENDER definition in clement.conf) is not accessible to check user ID * Mon Jan 17 2006 Jean-Marc Pigeon 2.1-66 - clement.conf binding definition was not taking care of multiple binding definition (':' separator), only the first IP number was used. * Mon Jan 16 2006 Jean-Marc Pigeon 2.1-65 /var/crash directory missing from spec definition * Mon Jan 16 2006 Jean-Marc Pigeon 2.1-64 - clrquar doesn't run as root anymore (change its uid to be mail). - Adjustment within /etc/sysconfig/clement file (options become OPTIONS). - /etc/clement-2.1/iptables.conf fixed - clement daemon starting shell fixed * Sat Jan 15 2006 Jean-Marc Pigeon 2.1-61 - Version in production * Sat Jan 7 2006 Jean-Marc Pigeon 2.1-57 - Further Spec file improvement. - dispatching Clement components according 'FHS' guidelines. * Mon Jan 2 2006 Jean-Marc Pigeon 2.1-38 - Better relaying handling, clement daemon is able make a difference between 'All_Other_Domains' and "to be relayed" domain. - Adjusting Spec file according * Wed Dec 19 2005 Jean-Marc Pigeon 2.1-30 - Web interface allow to manage user aliases * Wed Dec 17 2005 Jean-Marc Pigeon 2.1-29 - Checking installation impact with external clamav * Wed Dec 17 2005 Jean-Marc Pigeon 2.1-28 - adjusting SPEC file according rpmlint finding #------------------------------------------------------------- Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clement/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 01:40:00 -0000 1.1 +++ .cvsignore 21 Aug 2006 01:40:39 -0000 1.2 @@ -0,0 +1 @@ +clement-2.1-197.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/clement/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 01:40:00 -0000 1.1 +++ sources 21 Aug 2006 01:40:39 -0000 1.2 @@ -0,0 +1 @@ +068c156fd5cfad91c4b76e7935fc7095 clement-2.1-197.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 01:46:09 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Sun, 20 Aug 2006 18:46:09 -0700 Subject: owners owners.list,1.1436,1.1437 Message-ID: <200608210146.k7L1kBlx015970@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15953 Modified Files: owners.list Log Message: Adding clement package definition to owners.list Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1436 retrieving revision 1.1437 diff -u -r1.1436 -r1.1437 --- owners.list 20 Aug 2006 21:10:09 -0000 1.1436 +++ owners.list 21 Aug 2006 01:46:09 -0000 1.1437 @@ -175,6 +175,7 @@ Fedora Extras|ClanLib|Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|ClanLib06|Version 0.6 of this Cross platform C++ game library|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|clearsilver|HTML template system|fedora at soeterbroek.com|extras-qa at fedoraproject.org| +Fedora Extras|clement|An application to filter and manage E-mail traffic|jmp at safe.ca|extras-qa at fedoraproject.org| Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 02:05:05 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sun, 20 Aug 2006 19:05:05 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.20,1.21 Message-ID: <200608210205.k7L255Ll018688@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18671/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Temporary fix for initrd blocksize differences between FC5 and FC6T2 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- livecd-mkinitrd.sh 15 Aug 2006 23:26:36 -0000 1.20 +++ livecd-mkinitrd.sh 21 Aug 2006 02:05:03 -0000 1.21 @@ -225,7 +225,12 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null +echo $kernel | grep FC5 +if [ "$?" -eq "0" ]; then + echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null +else + echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null +fi /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then From fedora-extras-commits at redhat.com Mon Aug 21 02:10:27 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Sun, 20 Aug 2006 19:10:27 -0700 Subject: kadischi kadischi.spec,1.33,1.34 Message-ID: <200608210210.k7L2ARoL018739@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18722/kadischi Modified Files: kadischi.spec Log Message: Update spec file for user burn and verify dialogs added Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- kadischi.spec 17 Aug 2006 15:50:09 -0000 1.33 +++ kadischi.spec 21 Aug 2006 02:10:25 -0000 1.34 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 2.8 +Version: 3.0 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Sun Aug 20 2006 3.0-1.20060820cvs +- Added user BURN and VERIFY dialogs for created LiveCD or DVD + + * Thu Aug 17 2006 2.8-1.20060817cvs - Pull attributes from buildstamp file instead of hardcode in kadischi.py From fedora-extras-commits at redhat.com Mon Aug 21 02:14:56 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:14:56 -0700 Subject: rpms/jfbterm - New directory Message-ID: <200608210214.k7L2EwlM018893@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18864/jfbterm Log Message: Directory /cvs/extras/rpms/jfbterm added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 02:14:57 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:14:57 -0700 Subject: rpms/jfbterm/devel - New directory Message-ID: <200608210215.k7L2Exh3018896@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18864/jfbterm/devel Log Message: Directory /cvs/extras/rpms/jfbterm/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 02:15:16 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:15:16 -0700 Subject: rpms/jfbterm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608210215.k7L2FI1Q018950@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18914/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module jfbterm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 02:15:15 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:15:15 -0700 Subject: rpms/jfbterm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608210215.k7L2FHW6018947@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18914 Added Files: Makefile import.log Log Message: Setup of module jfbterm --- NEW FILE Makefile --- # Top level Makefile for module jfbterm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 02:16:09 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:16:09 -0700 Subject: rpms/jfbterm import.log,1.1,1.2 Message-ID: <200608210216.k7L2GBOA019059@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19018 Modified Files: import.log Log Message: auto-import jfbterm-0.4.7-6 on branch devel from jfbterm-0.4.7-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/jfbterm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 02:15:15 -0000 1.1 +++ import.log 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +jfbterm-0_4_7-6:HEAD:jfbterm-0.4.7-6.src.rpm:1156126565 From fedora-extras-commits at redhat.com Mon Aug 21 02:16:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:16:10 -0700 Subject: rpms/jfbterm/devel jfbterm-0.4.6-conf.patch, NONE, 1.1 jfbterm-0.4.7-configure-header.patch, NONE, 1.1 jfbterm-0.4.7-hang-onexit.patch, NONE, 1.1 jfbterm-0.4.7-infinite_loop.patch, NONE, 1.1 jfbterm-0.4.7-mmap-newkernel.patch, NONE, 1.1 jfbterm-0.4.7-remove-sticky.patch, NONE, 1.1 jfbterm-0.4.7-remove-warning.patch, NONE, 1.1 jfbterm-0.4.7-userspace.patch, NONE, 1.1 jfbterm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608210216.k7L2GCpN019080@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19018/devel Modified Files: .cvsignore sources Added Files: jfbterm-0.4.6-conf.patch jfbterm-0.4.7-configure-header.patch jfbterm-0.4.7-hang-onexit.patch jfbterm-0.4.7-infinite_loop.patch jfbterm-0.4.7-mmap-newkernel.patch jfbterm-0.4.7-remove-sticky.patch jfbterm-0.4.7-remove-warning.patch jfbterm-0.4.7-userspace.patch jfbterm.spec Log Message: auto-import jfbterm-0.4.7-6 on branch devel from jfbterm-0.4.7-6.src.rpm jfbterm-0.4.6-conf.patch: --- NEW FILE jfbterm-0.4.6-conf.patch --- --- jfbterm-0.4.6/jfbterm.conf.sample.orig 2004-12-28 03:12:35.772461000 +0900 +++ jfbterm-0.4.6/jfbterm.conf.sample 2004-12-28 03:16:13.993266987 +0900 @@ -19,29 +19,29 @@ # Absolute path or relative path to PWD # ############################################################################### -fontset : iso646-1973irv,pcf,L,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz +fontset : iso646-1973irv,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz +fontset: ansix3.4-1968,alias,L,iso646-1973irv -+fontset: jisc6226-1978,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jiskan16.pcf.gz ++fontset: jisc6226-1978,pcf,L,/usr/share/fonts/jfbterm/shnmk16.pcf.gz +fontset: jisx0208-1983,alias,L,jisc6226-1978 -+fontset: jisc6220-1969roman,pcf,L,/usr/X11R6/lib/X11/fonts/misc/a18rk.pcf.gz ++fontset: jisc6220-1969roman,pcf,L,/usr/share/fonts/jfbterm/shnm8x16r.pcf.gz +fontset: jisc6220-1969kana,alias,R,jisc6220-1969roman -+fontset: jisx0212-1990,pcf,L,/usr/X11R6/lib/X11/fonts/misc/jksp16.pcf.gz -+fontset: gb2312-80,pcf,L,/usr/X11R6/lib/X11/fonts/misc/gb16fs.pcf.gz -+fontset: ksc5601-1987,pcf,L,/usr/X11R6/lib/X11/fonts/misc/hanglg16.pcf.gz -+fontset: iso8859.1-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x16.pcf.gz -+fontset: iso8859.2-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt2-16-etl.pcf.gz ++fontset: jisx0212-1990,pcf,L,/usr/share/fonts/jfbterm/jisksp16-1990.pcf.gz ++fontset: gb2312-80,pcf,L,/usr/share/fonts/jfbterm/gb16fs.pcf.gz ++fontset: ksc5601-1987,pcf,L,/usr/share/fonts/jfbterm/hanglg16.pcf.gz ++fontset: iso8859.1-1987,pcf,R,/usr/share/fonts/jfbterm/8x16.pcf.gz ++fontset: iso8859.2-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-2.pcf.gz +fontset: iso8859.3-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt3-16-etl.pcf.gz +fontset: iso8859.4-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt4-16-etl.pcf.gz -+fontset: iso8859.5-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/cyr16-etl.pcf.gz -+fontset: iso8859.7-1987,pcf,R,/usr/X11R6/lib/X11/fonts/misc/grk16-etl.pcf.gz -+fontset: iso8859.8-1988,pcf,R,/usr/X11R6/lib/X11/fonts/misc/heb16-etl.pcf.gz -+fontset: iso8859.9-1989,pcf,R,/usr/X11R6/lib/X11/fonts/misc/lt5-16-etl.pcf.gz ++fontset: iso8859.5-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-5.pcf.gz ++fontset: iso8859.7-1987,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-7.pcf.gz ++fontset: iso8859.8-1988,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-8.pcf.gz ++fontset: iso8859.9-1989,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-9.pcf.gz +fontset: iso8859.10-1992,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-10.pcf.gz +fontset: iso8859.13-1998,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-13.pcf.gz -+fontset: iso8859.14-1998,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-14.pcf.gz -+fontset: iso8859.15-1999,pcf,R,/usr/X11R6/lib/X11/fonts/misc/8x13-ISO8859-15.pcf.gz ++fontset: iso8859.14-1998,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-14.pcf.gz ++fontset: iso8859.15-1999,pcf,R,/usr/share/fonts/jfbterm/8x13-ISO8859-15.pcf.gz +fontset: vt100-graphics,pcf,L,/usr/share/fonts/jfbterm/vt100-graphics.pcf.gz -+fontset: iso10646.1,pcf,U,/usr/X11R6/lib/X11/fonts/misc/unifont.pcf.gz ++fontset: iso10646.1,pcf,U,/usr/share/fonts/jfbterm/b16.pcf.gz ############################################################################### jfbterm-0.4.7-configure-header.patch: --- NEW FILE jfbterm-0.4.7-configure-header.patch --- --- jfbterm-0.4.7/configure.in.orig 2005-02-25 00:01:05.000000000 +0900 +++ jfbterm-0.4.7/configure.in 2006-07-25 21:02:41.000000000 +0900 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(fbcommon.c) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(jfbterm, 0.4.7) dnl Checks for programs. jfbterm-0.4.7-hang-onexit.patch: --- NEW FILE jfbterm-0.4.7-hang-onexit.patch --- --- jfbterm-0.4.7/term.c.hang 2006-07-27 17:19:12.000000000 +0900 +++ jfbterm-0.4.7/term.c 2006-07-28 01:01:42.000000000 +0900 @@ -77,6 +77,30 @@ int st; int ret; ret = wait(&st); + + /* ??? + Comment by Mamoru Tasaka. Jul 28 2006 + + Some race condition occurring?? + In some case, this sigchild wait(2) the process with + id gChildProcessId + 1 and leave gChildProcessId a ZOMBIE + process. + + In this case jfbterm never returns from tterm_start + and hangs eternally. + + WORKARROND: + */ + if (gChildProcessId && (ret != ECHILD) + && (ret != gChildProcessId)){ + /* Well... It seems that this routine is sometimes called. + I don't know why, however, if there is a case, this is + necessary. + */ + int status; + ret = waitpid(gChildProcessId, &status, WNOHANG|WUNTRACED); + } + if (ret == gChildProcessId || ret == ECHILD) { tvterm_unregister_signal(); tterm_final(&gTerm); jfbterm-0.4.7-infinite_loop.patch: --- NEW FILE jfbterm-0.4.7-infinite_loop.patch --- ============================================== jfbterm (0.4.7-2) unstable; urgency=high * fix screen lock problem on d-i 2nd stage reported by Kenshi Muto ============================================== --- jfbterm-0.4.7.orig/ChangeLog +++ jfbterm-0.4.7/ChangeLog @@ -1,8 +1,14 @@ -2005-02-24 ukai +2005-03-12 Fumitoshi UKAI + + * fix some lockup problem, reported by Kenshi Muto + * main.c (tapp_init): SIGCHLD to wait for gunzip processes. + * term.h (sigchld): used in main.c:tapp_init + +2005-02-24 Fumitoshi UKAI * version 0.4.7 released -2005-02-24 ukai +2005-02-24 Fumitoshi UKAI * font.c (font_open): dont use popen(3) to fix local exploit. --- jfbterm-0.4.7.orig/main.c +++ jfbterm-0.4.7/main.c @@ -184,7 +184,7 @@ p->gExecShellArgv = NULL; p->gConfFile = FILE_JFBTERM_CONF; p->gConfEncoding = NULL; - + signal(SIGCHLD, sigchld); atexit(tapp_final_at_exit); } --- jfbterm-0.4.7.orig/term.h +++ jfbterm-0.4.7/term.h @@ -44,7 +44,7 @@ } TTerm; void tterm_start(TTerm* p, const char* tn, const char* en); - +void sigchld(int sig); extern TTerm gTerm; #endif /* INCLUDE_TERM_H */ jfbterm-0.4.7-mmap-newkernel.patch: --- NEW FILE jfbterm-0.4.7-mmap-newkernel.patch --- --- jfbterm-0.4.7/fbcommon.c.mmap 2006-07-27 17:19:12.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-07-27 20:32:21.000000000 +0900 @@ -564,21 +564,34 @@ p->moff = (u_long)(fb_fix.mmio_start) & (~PAGE_MASK); p->mlen = (fb_fix.mmio_len + p->moff + ~PAGE_MASK) & PAGE_MASK; + +#if 0 /* This code is dead... perhaps? */ p->mmio = (u_char*)mmap(NULL, p->mlen, PROT_READ|PROT_WRITE, MAP_SHARED, p->fh, p->slen); if ((long)p->mmio == -1) { + /* mmap with length 0 returns EINVAL on > linux 2.6.12 */ + if (!p->mlen){ + if (p->moff) { + print_message("possible memory corruption\n"); + abort(); + } + } else { #ifdef JFB_MMIO_CHECK die("cannot mmap(mmio)"); #else print_message("cannot mmap(mmio) : %s\n", strerror(errno)); #endif + } } p->mmio = p->mmio + p->moff; +#endif #ifdef DEBUG print_message("mmap ; %d - %p\n", p->slen, p->smem); +#if 0 print_message("mmio ; %d - %p\n", p->mlen, p->mmio); #endif +#endif /* move viewport to upper left corner */ if (fb_var.xoffset != 0 || fb_var.yoffset != 0) { @@ -610,9 +623,11 @@ if ((long)p->smem != -1) { munmap((caddr_t)((u_long)p->smem & PAGE_MASK), p->slen); } +#if 0 if ((long)p->mmio != -1) { munmap((caddr_t)((u_long)p->mmio & PAGE_MASK), p->mlen); } +#endif if (cmapSaved == TRUE) { tfbm_put_cmap(p->fh, &ocmap); cmapSaved = FALSE; jfbterm-0.4.7-remove-sticky.patch: --- NEW FILE jfbterm-0.4.7-remove-sticky.patch --- --- jfbterm-0.4.7/Makefile.in.sticky 2003-09-14 05:58:53.000000000 +0900 +++ jfbterm-0.4.7/Makefile.in 2006-08-11 01:23:37.000000000 +0900 @@ -402,8 +402,8 @@ install-exec-hook: - chown root:utmp $(DESTDIR)$(bindir)/jfbterm - chmod ug+s $(DESTDIR)$(bindir)/jfbterm + : chown root:utmp $(DESTDIR)$(bindir)/jfbterm + : chmod ug+s $(DESTDIR)$(bindir)/jfbterm install-data-local: $(INSTALL_DATA) $(srcdir)/$(JFBTERM_CONFIG_FILE) $(DESTDIR)$(sysconfdir)/$(JFBTERM_CONFIG_FILE) jfbterm-0.4.7-remove-warning.patch: --- NEW FILE jfbterm-0.4.7-remove-warning.patch --- --- jfbterm-0.4.7/fbcommon.c.compile 2003-09-03 00:23:17.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-07-26 16:29:11.000000000 +0900 @@ -560,7 +560,7 @@ if ((long)p->smem == -1) { die("cannot mmap(smem)"); } - p->smem = (char *)p->smem + p->soff; + p->smem = p->smem + p->soff; p->moff = (u_long)(fb_fix.mmio_start) & (~PAGE_MASK); p->mlen = (fb_fix.mmio_len + p->moff + ~PAGE_MASK) & PAGE_MASK; @@ -573,7 +573,7 @@ print_message("cannot mmap(mmio) : %s\n", strerror(errno)); #endif } - p->mmio = (char *)p->mmio + p->moff; + p->mmio = p->mmio + p->moff; #ifdef DEBUG print_message("mmap ; %d - %p\n", p->slen, p->smem); --- jfbterm-0.4.7/fbdpsp.c.compile 2006-07-26 15:44:25.000000000 +0900 +++ jfbterm-0.4.7/fbdpsp.c 2006-07-26 16:01:45.000000000 +0900 @@ -837,7 +837,7 @@ #define GRAPHICS_MODE_INDEX 5 /* Graphics Mode Register index. */ #define BIT_MASK_INDEX 8 /* Bit Mask Register index. */ -static inline void rmw(volatile char *p) +static inline void rmw(volatile unsigned char *p) { *p |= 1; } --- jfbterm-0.4.7/pcf.c.compile 2003-09-16 00:45:31.000000000 +0900 +++ jfbterm-0.4.7/pcf.c 2006-07-26 16:17:16.000000000 +0900 @@ -212,9 +212,20 @@ } /*---------------------------------------------------------------------------*/ +#if 0 static u_int to_u32l(u_char* p) { return p[0]+(p[1]<<8)+(p[2]<<16)+(p[3]<<24); +#else +static u_int to_u32l(char* p) +{ + /*signness fix */ + u_int i, j = 0; + for (i = 0; i < 4; i++){ + j += ((u_char) p[i]) << (i * 8); + } + return j; +#endif } /*---------------------------------------------------------------------------*/ @@ -288,7 +299,7 @@ read_u8(fp); } p->nSlen = read_s32(fp, p->e); - if (!(p->strings = (u_char*)malloc(sizeof(u_char)*p->nSlen))) { + if (!(p->strings = (char*)malloc(sizeof(u_char)*p->nSlen))) { die("(FONT): malloc error\n"); } if (fread(p->strings, p->nSlen, 1, fp) != 1) die_file_eof(fp); @@ -535,7 +546,7 @@ p->defa = read_s16(fp, fmt.obit); r = (p->coll - p->colf +1) * (p->rowl - p->rowf +1); - if (!(p->table = (u_int*)malloc(sizeof(int) * r))) { + if (!(p->table = (int*)malloc(sizeof(int) * r))) { die("(FONT): malloc error\n"); } for (i = 0 ; i < r ; i++) { --- jfbterm-0.4.7/term.c.compile 2003-09-16 00:45:31.000000000 +0900 +++ jfbterm-0.4.7/term.c 2006-07-26 16:56:31.000000000 +0900 @@ -134,7 +134,7 @@ int ret; struct timeval tv; - u_char buf[BUF_SIZE+1]; + char buf[BUF_SIZE+1]; #ifdef JFB_ENABLE_DIMMER u_int idle_time = 0; u_int blank = 0; @@ -216,7 +216,8 @@ } #endif if (ret > 0) { - write(p->ptyfd, buf, ret); + int j = write(p->ptyfd, buf, ret); + j = 0; } } else if (FD_ISSET(p->ptyfd,&fds)) { ret = read(p->ptyfd, buf, BUF_SIZE); --- jfbterm-0.4.7/vterm.c.compile 2004-05-11 03:08:47.000000000 +0900 +++ jfbterm-0.4.7/vterm.c 2006-07-26 16:22:04.000000000 +0900 @@ -1107,6 +1107,7 @@ static void tvterm_esc_report(TVterm* p, u_char mode, u_short arg) { + int j; p->report[0] = '\0'; switch(mode) { @@ -1125,7 +1126,8 @@ } break; } - write(p->term->ptyfd, p->report, strlen(p->report)); + j = write(p->term->ptyfd, p->report, strlen(p->report)); + j = 0; } static void tvterm_set_region(TVterm* p,int ymin, int ymax) @@ -1355,7 +1357,7 @@ static void tvterm_esc_rbracket(TVterm* p, u_char ch) { - static u_char arg[MAX_ARGLEN+1], enbuf[MAX_ARGLEN+32]; + static char arg[MAX_ARGLEN+1], enbuf[MAX_ARGLEN+32]; static int argidx; if (ch >= 0x20 && ch <= 0x7e) { --- jfbterm-0.4.7/vtermlow.c.compile 2003-09-30 00:45:33.000000000 +0900 +++ jfbterm-0.4.7/vtermlow.c 2006-07-26 16:27:30.000000000 +0900 @@ -591,7 +591,9 @@ } } -void tvterm_text_reverse(TVterm* p,int fx, int fy, int tx, int ty) +#if 0 /* DEAD CODE */ +void tvterm_text_reverse(TVterm* p,u_int fx, u_int fy, + u_int tx, u_int ty) { u_int from, to, y, swp, xx, x; u_char fc, bc, fc2, bc2; @@ -629,6 +631,7 @@ fx = 0; } } +#endif #if 0 /* Cursor related routines. */ jfbterm-0.4.7-userspace.patch: --- NEW FILE jfbterm-0.4.7-userspace.patch --- --- jfbterm-0.4.7/fbdpsp.c.userspace 2003-08-30 03:48:16.000000000 +0900 +++ jfbterm-0.4.7/fbdpsp.c 2006-07-25 21:13:20.000000000 +0900 @@ -827,8 +827,7 @@ #ifdef JFB_VGA16FB -#include -#include +#include #define GRAPHICS_ADDR_REG 0x3ce /* Graphics address register. */ #define GRAPHICS_DATA_REG 0x3cf /* Graphics data register. */ --- NEW FILE jfbterm.spec --- Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 Release: 6%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz Patch0: jfbterm-0.4.6-conf.patch #Patch1: jfbterm-0.4.6-Makefile.patch Patch1: jfbterm-0.4.7-remove-sticky.patch #Patch2: jfbterm-0.4.6-x86_64.patch Patch3: jfbterm-0.4.7-infinite_loop.patch Patch4: jfbterm-0.4.7-configure-header.patch Patch5: jfbterm-0.4.7-userspace.patch Patch10: jfbterm-0.4.7-remove-warning.patch Patch11: jfbterm-0.4.7-mmap-newkernel.patch Patch12: jfbterm-0.4.7-hang-onexit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://jfbterm.sourceforge.jp/ BuildRequires: gzip BuildRequires: autoconf # for tic BuildRequires: ncurses # Now efont-unicode-bdf is split. BuildRequires: efont-unicode-bdf BuildRequires: xorg-x11-fonts-base BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. Requires: efont-unicode-bdf Requires: xorg-x11-fonts-base Requires: xorg-x11-fonts-misc Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is supported since linux kernel 2.2.x (at least on ix86 architecture) and make it enable to display multilingual text on console. It is developed on ix86 architecture, and it will works on other architectures such as linux/ppc. Features: * It works with framebuffer device instead of VGA. * It supports pcf format font * It is not so fast because it doesn't take any advantages of accelaration. * It also support coding systems other than ISO-2022, such as SHIFT-JIS by using iconv(3). * It is userland program. %prep %setup -q %patch0 -p1 -b .conf %patch1 -p1 -b .remove_sticky %patch5 -p1 -b .userspace %patch3 -p1 -b .infinite_loop %patch4 -p1 -b .conf_header %patch10 -p1 -b .remove_warn %patch11 -p1 -b .nmap_newkernel %patch12 -p1 -b .hang_onexit %build # Copy fonts for a moment. cp -p %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz fonts/ # why does this package call autoheader automatically?? touch Makefile.in configure aclocal.m4 %{__autoheader} %configure --enable-direct-color %{__make} %{?_smp_mflags} tic -C terminfo.jfbterm > jfbterm.termcap %install %{__rm} -rf %{buildroot} relative_ln(){ set +x src=$1 target=$2 if [ -d $src ] ; then src=${src}/ ; fi if [ -d $target ] ; then target=${target}/ ; fi src=`echo $src | sed -e 's|//*|/|g'` target=`echo $target | sed -e 's|//*|/|g'` eval dist=\$\{target#%{buildroot}\} unset dir1 dir2 dir dir1=/ dir2=/ while [ x$dir1 = x$dir2 ] ; do dir=$dir1 src=`echo $src | sed -e 's|^[^/]*/||'` dist=`echo $dist | sed -e 's|^[^/]*/||'` dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" done dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` dir_upward=${dir_upward#/} set -x ln -sf ${dir_upward}${src} $target } %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm %{__make} DESTDIR=%{buildroot} install %{__mv} %{buildroot}%{_sysconfdir}/jfbterm.conf.sample \ %{buildroot}%{_sysconfdir}/jfbterm.conf %{__mkdir_p} %{buildroot}%{_mandir}/man1 %{__mkdir_p} %{buildroot}%{_mandir}/man5 %{__install} -m 644 jfbterm.1 %{buildroot}%{_mandir}/man1 %{__install} -m 644 jfbterm.conf.5 %{buildroot}%{_mandir}/man5 %{__mkdir_p} %{buildroot}%{_datadir}/terminfo/j tic -o %{buildroot}%{_datadir}/terminfo terminfo.jfbterm # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. %{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* relative_ln \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ for font in \ shnm8x16r.pcf.gz shnmk16.pcf.gz jisksp16-1990.pcf.gz \ 8x16.pcf.gz gb16fs.pcf.gz hanglg16.pcf.gz \ ; do status=1 for path in \ %{_datadir}/fonts/{japanese,ja}/misc \ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi done if [ $status = 1 ] ; then exit 1 ; fi done status=1 for num in `seq 1 15` ; do font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done if [ $status = 1 ] ; then exit 1 ; fi %{__cat} > 60-jfbterm.perms < 0660 /dev/tty0 0660 root 0600 /dev/console 0600 root EOF %{__mkdir_p} -m 755 %{buildroot}%{_sysconfdir}/security/console.perms.d %{__install} -m 644 60-jfbterm.perms \ %{buildroot}%{_sysconfdir}/security/console.perms.d/ # Change documents' fonts to UTF-8 %{__sed} -i -e 's|\r||' AUTHORS for f in AUTHORS ChangeLog ; do %{__mv} ${f} ${f}.orig iconv -f ISO-2022-JP -t UTF8 ${f}.orig > ${f} && \ %{__rm} -f ${f}.orig || %{__mv} ${f}.orig ${f} done %{__mv} README.ja README.ja.orig iconv -f EUCJP -t UTF8 README.ja.orig > README.ja && \ %{__rm} -f README.ja.orig || %{__mv} README.ja.orig README.ja %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README* %doc jfbterm.termcap %{_bindir}/jfbterm %config(noreplace) %{_sysconfdir}/jfbterm.conf %config(noreplace) %{_sysconfdir}/security/console.perms.d/60-jfbterm.perms %{_datadir}/fonts/jfbterm %{_mandir}/man1/jfbterm.1* %{_mandir}/man5/jfbterm.conf.5* %{_datadir}/terminfo/j/jfbterm %ChangeLog * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-6 - Really require fonts as they are symlinks. * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-5 - Install fonts required by relative symlinks. * Thu Aug 15 2006 Mamoru Tasaka 0.4.7-4 - Change the font search path. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-3 - Another attempt to remove sticky bit. - Move the entry where we copy fonts needed. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-2 - Fix man page entry. * Thu Aug 10 2006 Mamoru Tasaka 0.4.7-1 - Strict dist to fc5 and above. - Split efont-unicode-bdf to another rpm. * Tue Aug 1 2006 Mamoru Tasaka 0.4.7-0.15 - Clean up spec file and make some cosmetic change. - Specify the correct licence. * Tue Jul 25 2006 MACHIDA Hideki 0.4.7-0.9.1 - FIX: fc1 - fc3 font pathes. - add console.perms file for not use sticky bit (fc4 or later). * Tue Jul 25 2006 Mamoru Tasaka 0.4.7-0.9 - Remove gcc compilation warning. - Suppress mmap warning for linux >= 2.6.12 (this code is dead, perhaps?) - Workarround for occasional hang on exit. - Change Japanese documents coding to UTF-8. * Tue Jul 25 2006 Mamoru Tasaka 0.4.7-0.1 - Initial package for fc6 and fc5, based on srpm by Hideki Machida, initially by momonga linux project. * Fri Mar 24 2006 MACHIDA Hideki 0.4.7-matchy4 - for FedoraCore-5 * Tue Jun 14 2005 MACHIDA Hideki 0.4.7-matchy3 - for FedoraCore-4 * Wed May 18 2005 MACHIDA Hideki 0.4.7-matchy2 - add jfbterm-0.4.6-x86_64.patch and jfbterm-0.4.7-infinite_loop.patch - from 0.4.7-1m (momonga-linux). * Thu Feb 25 2005 MACHIDA Hideki 0.4.7-matchy1 - update to 0.4.7. * Thu Jan 27 2005 MACHIDA Hideki 0.4.6-matchy6 - for release. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy5.2 - add BuildPreReq: automake14, autoconf. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy5 - use %%dist macro. * Wed Jan 19 2005 MACHIDA Hideki 0.4.6-matchy4 - add BuildPreReqs jisksp16-1990. * Fri Dec 31 2004 MACHIDA Hideki 0.4.6-matchy3 - fix debug package (Makefile patch). * Wed Dec 29 2004 MACHIDA Hideki 0.4.6-matchy2 - fix Packager and ChangeLog (^-^;) * Tue Dec 28 2004 MACHIDA Hideki 0.4.6-matchy1 - for FedoraCore-3 (from momonga-linux) - add efont-unicode - use tic. * Wed Dec 15 2004 TAKAHASHI Tamotsu - (0.4.6-1m) * Tue Apr 6 2004 Toru Hoshina - (0.4.3-2m) - not enumerate all of font file name. * Tue Sep 16 2003 Kazuhiko - (0.4.3-1m) - bugfixes * Mon Sep 15 2003 Kazuhiko - (0.4.2-1m) - include font files * Thu May 29 2003 Shingo Akagaki - (0.3.12-1m) - version 0.3.12 * Fri Feb 15 2002 Tsutomu Yasuda - (0.3.10-20k) - update Source0 URL * Tue May 22 2001 Toru Hoshina - (0.3.10-18k) * Tue May 8 2001 MATSUDA, Daiki - (0.3.10-16k) - add termcap to PreReq tag * Sun May 6 2001 MATSUDA, Daiki - (0.3.10-14k) - add PreReq tag for %post section * Tue Apr 17 2001 Tsutomu Yasuda - applied gcc296 patch * Sun Apr 15 2001 Toru Hoshina - revised spec file. - add ppc support. * Fri Oct 20 2000 Toru Hoshina - *Req*:tag never use ABS path * Wed Jul 05 2000 Toru Hoshina - rebuild against glibc-2.1.90, X-4.0, rpm-3.0.5. * Tue Apr 25 2000 Kenzi Cano - up to 0.3.10 * Wed Dec 01 1999 Motonobu Ichimura - up to 0.3.7 * Wed Nov 17 1999 Motonobu Ichimura - up to 0.2.3 * Fri Nov 12 1999 Motonobu Ichimura - up to 0.2.2 * Mon Nov 08 1999 Toru Hoshina - be a NoSrc :-P * Sat Oct 23 1999 Motonobu Ichimura - removed termcap and some changes added. - not use terminfo.kon but terminfo.jfbterm * Sat Oct 02 1999 Motonobu Ichimura - first release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 02:15:16 -0000 1.1 +++ .cvsignore 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +jfbterm-0.4.7.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 02:15:16 -0000 1.1 +++ sources 21 Aug 2006 02:16:09 -0000 1.2 @@ -0,0 +1 @@ +cb0b869bd1c21f0dd224b7fc40517680 jfbterm-0.4.7.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 02:19:22 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:19:22 -0700 Subject: owners owners.list,1.1437,1.1438 Message-ID: <200608210219.k7L2JOdN019176@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19159 Modified Files: owners.list Log Message: add jfbterm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1437 retrieving revision 1.1438 diff -u -r1.1437 -r1.1438 --- owners.list 21 Aug 2006 01:46:09 -0000 1.1437 +++ owners.list 21 Aug 2006 02:19:22 -0000 1.1438 @@ -649,6 +649,7 @@ Fedora Extras|jasper|Implementation of the JPEG-2000 standard, Part 1|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|javasvn|Pure Java Subversion client library|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|jed|A fast, compact editor based on the S-Lang screen library.|notting at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|jfbterm|Japanese Console for Linux Frame Buffer Device|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|jhead|Tool for displaying EXIF data embedded in JPEG images|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|jigdo|Ease distribution of large files over the Internet|ianburrell at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|jikes|A Java source file to bytecode compiler|ville.skytta at iki.fi|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 02:55:12 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 20 Aug 2006 19:55:12 -0700 Subject: rpms/jfbterm/devel jfbterm-0.4.7-ppc.patch, NONE, 1.1 jfbterm.spec, 1.1, 1.2 Message-ID: <200608210255.k7L2tESO019398@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19378 Modified Files: jfbterm.spec Added Files: jfbterm-0.4.7-ppc.patch Log Message: jfbterm-0.4.7-ppc.patch: --- NEW FILE jfbterm-0.4.7-ppc.patch --- --- jfbterm-0.4.7/fbcommon.c.ppc 2006-08-21 11:10:36.000000000 +0900 +++ jfbterm-0.4.7/fbcommon.c 2006-08-21 11:52:04.000000000 +0900 @@ -480,6 +480,13 @@ } } +/* The following may happen on ppc */ +/* Bollowed from /include/asm-powerpc/page.h */ +#ifndef PAGE_MASK +#define PAGE_SHIFT 12 +#define PAGE_MASK (~((1 << PAGE_SHIFT) - 1)) +#endif + void tfbm_open(TFrameBufferMemory* p) { struct stat st; Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jfbterm.spec 21 Aug 2006 02:16:09 -0000 1.1 +++ jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -15,6 +15,7 @@ Patch10: jfbterm-0.4.7-remove-warning.patch Patch11: jfbterm-0.4.7-mmap-newkernel.patch Patch12: jfbterm-0.4.7-hang-onexit.patch +Patch13: jfbterm-0.4.7-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) URL: http://jfbterm.sourceforge.jp/ @@ -60,6 +61,7 @@ %patch10 -p1 -b .remove_warn %patch11 -p1 -b .nmap_newkernel %patch12 -p1 -b .hang_onexit +%patch13 -p1 -b .ppc_page_mask %build # Copy fonts for a moment. @@ -200,6 +202,9 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 +- Fix compilation problem on ppc. + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-6 - Really require fonts as they are symlinks. From fedora-extras-commits at redhat.com Mon Aug 21 06:25:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:03 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.15, 1.16 Message-ID: <200608210625.k7L6PZcl031591@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:35 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:35 -0000 1.15 +++ sources 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- wine-docs.spec 3 Aug 2006 11:32:35 -0000 1.15 +++ wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.16 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:01 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:01 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.18, 1.19 Message-ID: <200608210625.k7L6PXVT031583@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:33 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:01 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:33 -0000 1.15 +++ sources 21 Aug 2006 06:25:01 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- wine-docs.spec 3 Aug 2006 11:32:33 -0000 1.18 +++ wine-docs.spec 21 Aug 2006 06:25:01 -0000 1.19 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:03 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.15, 1.16 Message-ID: <200608210625.k7L6PZnS031596@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:41 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:03 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:41 -0000 1.15 +++ sources 21 Aug 2006 06:25:03 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- wine-docs.spec 3 Aug 2006 11:32:41 -0000 1.15 +++ wine-docs.spec 21 Aug 2006 06:25:03 -0000 1.16 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:02 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:25:02 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wine-docs.spec, 1.22, 1.23 Message-ID: <200608210625.k7L6PYJt031588@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31511/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 3 Aug 2006 11:32:34 -0000 1.15 +++ .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -wine-docs-0.9.18.tar.bz2 +wine-docs-0.9.19.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 3 Aug 2006 11:32:34 -0000 1.15 +++ sources 21 Aug 2006 06:25:02 -0000 1.16 @@ -1 +1 @@ -3bcdd32d6072dfa851234d815187ede9 wine-docs-0.9.18.tar.bz2 +1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wine-docs.spec 3 Aug 2006 14:32:00 -0000 1.22 +++ wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.23 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.18 +Version: 0.9.19 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.18.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Thu Aug 03 2006 Andreas Bierfert 0.9.18-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 06:25:54 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:25:54 -0700 Subject: comps comps-fe6.xml,1.14,1.15 Message-ID: <200608210625.k7L6Pubx031655@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31633 Modified Files: comps-fe6.xml Log Message: gjots2 Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- comps-fe6.xml 19 Aug 2006 10:32:15 -0000 1.14 +++ comps-fe6.xml 21 Aug 2006 06:25:54 -0000 1.15 @@ -217,6 +217,7 @@ themes-backgrounds-gnome verbiste-gnome wp_tray + gjots2 From fedora-extras-commits at redhat.com Mon Aug 21 06:28:13 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:28:13 -0700 Subject: comps comps-fe5.xml,1.12,1.13 Message-ID: <200608210628.k7L6SFm2031723@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31705 Modified Files: comps-fe5.xml Log Message: gjots2, nuttcp Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- comps-fe5.xml 19 Aug 2006 01:19:25 -0000 1.12 +++ comps-fe5.xml 21 Aug 2006 06:28:12 -0000 1.13 @@ -217,8 +217,8 @@ gtkalog gtkdatabox gnome-vfsmm26-devel +` libsexy-devel gquilt - libsexy-devel @@ -483,6 +483,7 @@ tinyerp tinyerp-server xchm + gjots2 @@ -576,6 +577,7 @@ vnstat vpnc wine + nuttcp From fedora-extras-commits at redhat.com Mon Aug 21 06:38:43 2006 From: fedora-extras-commits at redhat.com (Radek Vokál (rvokal)) Date: Sun, 20 Aug 2006 23:38:43 -0700 Subject: comps comps-fe6.xml,1.15,1.16 Message-ID: <200608210638.k7L6cjrw031836@cvs-int.fedora.redhat.com> Author: rvokal Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31819 Modified Files: comps-fe6.xml Log Message: nuttcp Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- comps-fe6.xml 21 Aug 2006 06:25:54 -0000 1.15 +++ comps-fe6.xml 21 Aug 2006 06:38:43 -0000 1.16 @@ -683,6 +683,7 @@ torque-server ushare vnc-reflector + nuttcp From fedora-extras-commits at redhat.com Mon Aug 21 06:54:52 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:54:52 -0700 Subject: rpms/libopensync-plugin-evolution2/FC-5 libopensync-plugin-evolution2.spec, 1.6, 1.7 Message-ID: <200608210654.k7L6ss3F031896@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31879 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/FC-5/libopensync-plugin-evolution2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libopensync-plugin-evolution2.spec 9 Jun 2006 09:21:18 -0000 1.6 +++ libopensync-plugin-evolution2.spec 21 Aug 2006 06:54:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.18 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Aug 21 2006 Andreas Bierfert 0.18-8 +- bump + * Fri Jun 09 2006 Andreas Bierfert 0.18-7 - bump From fedora-extras-commits at redhat.com Mon Aug 21 06:58:13 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 20 Aug 2006 23:58:13 -0700 Subject: rpms/libopensync-plugin-evolution2/devel libopensync-plugin-evolution2.spec, 1.5, 1.6 Message-ID: <200608210658.k7L6wFPG031966@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31949 Modified Files: libopensync-plugin-evolution2.spec Log Message: - bump Index: libopensync-plugin-evolution2.spec =================================================================== RCS file: /cvs/extras/rpms/libopensync-plugin-evolution2/devel/libopensync-plugin-evolution2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libopensync-plugin-evolution2.spec 16 Feb 2006 23:15:19 -0000 1.5 +++ libopensync-plugin-evolution2.spec 21 Aug 2006 06:58:13 -0000 1.6 @@ -1,6 +1,6 @@ Name: libopensync-plugin-evolution2 Version: 0.18 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Evolution 2 plugin for libopensync Group: System Environment/Libraries @@ -58,6 +58,9 @@ %{_includedir}/opensync-1.0/opensync/evo2_sync.h %changelog +* Mon Aug 21 2006 Andreas Bierfert 0.18-8 +- bump + * Thu Feb 16 2006 Andreas Bierfert 0.18-6 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 21 07:01:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:16 -0700 Subject: rpms/openal/FC-3 openal-pause.patch,NONE,1.1 openal.spec,1.12,1.13 Message-ID: <200608210701.k7L71mTk002240@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-3 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openal.spec 27 Feb 2006 11:35:08 -0000 1.12 +++ openal.spec 21 Aug 2006 07:01:16 -0000 1.13 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.4.20060204cvs%{?dist} +Release: 0.5.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -51,9 +52,9 @@ %prep %setup -q -n portable - %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -101,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.5.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:19 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:19 -0700 Subject: rpms/openal/FC-4 openal-pause.patch,NONE,1.1 openal.spec,1.17,1.18 Message-ID: <200608210701.k7L71sV6002241@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-4 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-4/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:35:14 -0000 1.17 +++ openal.spec 21 Aug 2006 07:01:18 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.4.20060204cvs%{?dist} +Release: 0.5.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -51,9 +52,9 @@ %prep %setup -q -n portable - %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -101,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.5.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:27 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:27 -0700 Subject: rpms/openal/FC-5 openal-pause.patch,NONE,1.1 openal.spec,1.17,1.18 Message-ID: <200608210702.k7L71xqI002244@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/FC-5 Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-5/openal.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- openal.spec 27 Feb 2006 11:03:33 -0000 1.17 +++ openal.spec 21 Aug 2006 07:01:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.5.20060204cvs%{?dist} +Release: 0.6.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,8 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +# see #202260 +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -53,6 +55,7 @@ %setup -q -n portable %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -100,6 +103,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.6.20060204 +- apply patch from Hans de Goede (#202260) + * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 - revert back to old cvs snapshot to avoid soname change for now... From fedora-extras-commits at redhat.com Mon Aug 21 07:01:34 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:01:34 -0700 Subject: rpms/openal/devel openal-pause.patch, NONE, 1.1 openal.spec, 1.18, 1.19 Message-ID: <200608210702.k7L729KL002249@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32054/devel Modified Files: openal.spec Added Files: openal-pause.patch Log Message: - apply patch from Hans de Goede (#202260) openal-pause.patch: --- NEW FILE openal-pause.patch --- --- portable/src/alc/alc_context.c.pause 2006-01-23 16:12:09.000000000 +0100 +++ portable/src/alc/alc_context.c 2006-08-11 11:30:23.000000000 +0200 @@ -236,10 +236,17 @@ /* someone unpaused us */ ispaused = AL_FALSE; - _alcDeviceResume( cc->write_device ); - _alcDeviceResume( cc->read_device ); + if( cc->write_device ) + _alcDeviceResume( cc->write_device ); + if( cc->read_device ) + _alcDeviceResume( cc->read_device ); _alcUnlockAllContexts(); + /* If the last context got destroyed after pausing, then the + mixer will have been destroyed too, causing it to be + unlocked, so first try to lock it to make sure it is + actually locked before unlocking it. */ + _alTryLockMixerPause(); _alUnlockMixerPause(); } else { /* just unlock contexts */ --- portable/src/al_mixer.c.fixes 2006-08-11 12:38:47.000000000 +0200 +++ portable/src/al_mixer.c 2006-08-11 12:39:42.000000000 +0200 @@ -155,14 +155,6 @@ static void _alAddBufferToStreamingList( ALuint bid ); /* - * _alTryLockMixerPause( void ) - * - * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE - * otherwise. - */ -static ALboolean _alTryLockMixerPause( void ); - -/* * _alMixSources * * This is the where most of the action is directed. @@ -1180,7 +1172,7 @@ * asynchronous mixers. Return AL_TRUE if the pause mutex was locked, * AL_FALSE otherwise. */ -static ALboolean _alTryLockMixerPause( void ) { +ALboolean _alTryLockMixerPause( void ) { if(_alTryLockMutex( pause_mutex ) == 0) { return AL_TRUE; } --- portable/src/al_mixer.h.fixes 2006-08-11 12:39:10.000000000 +0200 +++ portable/src/al_mixer.h 2006-08-11 12:39:44.000000000 +0200 @@ -108,6 +108,14 @@ */ /* + * _alTryLockMixerPause( void ) + * + * Try to lock the mix_pause mutex. Return AL_TRUE if lock suceeded, AL_FALSE + * otherwise. + */ +ALboolean _alTryLockMixerPause( void ); + +/* * Lock the MixerPause mutex, which is use to "pause" the mixer. */ void _alLockMixerPause( void ); Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 1 Aug 2006 12:42:31 -0000 1.18 +++ openal.spec 21 Aug 2006 07:01:34 -0000 1.19 @@ -1,6 +1,6 @@ Name: openal Version: 0.0.9 -Release: 0.6.20060204cvs%{?dist} +Release: 0.7.20060204cvs%{?dist} Summary: Open Audio Library Group: System Environment/Libraries @@ -15,6 +15,7 @@ Patch0: openal-arch.patch Patch1: openal-no-undefined.patch Patch2: openal-pkgconfig.patch +Patch3: openal-pause.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -53,6 +54,7 @@ %setup -q -n portable %patch1 %patch2 +%patch3 -p1 ./autogen.sh %patch0 -p1 @@ -100,6 +102,10 @@ %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.0.9-0.7.20060204 +- apply patch from Hans de Goede (#202260) + * Tue Aug 01 2006 Andreas Bierfert 0.0.9-0.6.20060204 - fix #200439 From fedora-extras-commits at redhat.com Mon Aug 21 07:40:55 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:55 -0700 Subject: rpms/wine/FC-5 .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 wine.spec, 1.31, 1.32 Message-ID: <200608210740.k7L7ev8c002824@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-5 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 10 Jul 2006 21:43:38 -0000 1.19 +++ .cvsignore 21 Aug 2006 07:40:55 -0000 1.20 @@ -1 +1 @@ -wine-0.9.17-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 10 Jul 2006 21:43:38 -0000 1.20 +++ sources 21 Aug 2006 07:40:55 -0000 1.21 @@ -1 +1 @@ -4f82aaaa09d456401ec72cf36581ef76 wine-0.9.17-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- wine.spec 10 Jul 2006 21:43:38 -0000 1.31 +++ wine.spec 21 Aug 2006 07:40:55 -0000 1.32 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.17 +Version: 0.9.19 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.17-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -354,8 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -415,6 +414,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -426,6 +426,7 @@ %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 %{_libdir}/wine/imm32.dll.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/inseng.dll.so %{_libdir}/wine/iphlpapi.dll.so %{_libdir}/wine/itss.dll.so @@ -680,6 +681,14 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 07:40:56 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:56 -0700 Subject: rpms/wine/devel .cvsignore, 1.19, 1.20 sources, 1.20, 1.21 wine.spec, 1.31, 1.32 Message-ID: <200608210740.k7L7ewLp002831@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/devel Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 10 Jul 2006 21:43:39 -0000 1.19 +++ .cvsignore 21 Aug 2006 07:40:56 -0000 1.20 @@ -1 +1 @@ -wine-0.9.17-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 10 Jul 2006 21:43:39 -0000 1.20 +++ sources 21 Aug 2006 07:40:56 -0000 1.21 @@ -1 +1 @@ -4f82aaaa09d456401ec72cf36581ef76 wine-0.9.17-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- wine.spec 10 Jul 2006 21:43:39 -0000 1.31 +++ wine.spec 21 Aug 2006 07:40:56 -0000 1.32 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.17 +Version: 0.9.19 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.17-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -354,8 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -415,6 +414,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -426,6 +426,7 @@ %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 %{_libdir}/wine/imm32.dll.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/inseng.dll.so %{_libdir}/wine/iphlpapi.dll.so %{_libdir}/wine/itss.dll.so @@ -680,6 +681,14 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + +* Thu Aug 03 2006 Andreas Bierfert +0.9.18-1 +- version upgrade + * Mon Jul 10 2006 Andreas Bierfert 0.9.17-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 21 07:40:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:54 -0700 Subject: rpms/wine/FC-4 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 wine.spec, 1.26, 1.27 Message-ID: <200608210741.k7L7eunn002820@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-4 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 4 Jul 2006 11:30:36 -0000 1.17 +++ .cvsignore 21 Aug 2006 07:40:54 -0000 1.18 @@ -1 +1 @@ -wine-0.9.16-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 4 Jul 2006 11:30:36 -0000 1.18 +++ sources 21 Aug 2006 07:40:54 -0000 1.19 @@ -1 +1 @@ -80cd252091082fbc9f0a57fc35e79877 wine-0.9.16-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- wine.spec 5 Jul 2006 07:51:48 -0000 1.26 +++ wine.spec 21 Aug 2006 07:40:54 -0000 1.27 @@ -1,13 +1,13 @@ Name: wine -Version: 0.9.16 -Release: 2%{?dist} +Version: 0.9.19 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.16-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -316,6 +316,7 @@ %{_initrddir}/wine %{_libdir}/wine/expand.exe.so %{_libdir}/wine/msiexec.exe.so +%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/regedit.exe.so %{_libdir}/wine/regsvr32.exe.so %{_libdir}/wine/rpcss.exe.so @@ -341,8 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -363,6 +363,7 @@ %{_libdir}/wine/commdlg.dll16 %{_libdir}/wine/compobj.dll16 %{_libdir}/wine/compstui.dll.so +%{_libdir}/wine/cryptnet.dll.so %{_libdir}/wine/crtdll.dll.so %{_libdir}/wine/crypt32.dll.so %{_libdir}/wine/cryptdll.dll.so @@ -401,6 +402,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -408,6 +410,7 @@ %{_libdir}/wine/icinfo.exe.so %{_libdir}/wine/icmp.dll.so %{_libdir}/wine/ifsmgr.vxd.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/imaadp32.acm.so %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 @@ -478,11 +481,11 @@ %{_libdir}/wine/olepro32.dll.so %{_libdir}/wine/olesvr.dll16 %{_libdir}/wine/olesvr32.dll.so -%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so +%{_libdir}/wine/query.dll.so %{_libdir}/wine/rasapi16.dll16 %{_libdir}/wine/rasapi32.dll.so %{_libdir}/wine/riched20.dll.so @@ -666,6 +669,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 0.9.16-2 - fix #197637 From fedora-extras-commits at redhat.com Mon Aug 21 07:41:16 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:41:16 -0700 Subject: rpms/openal/FC-5 openal.spec,1.18,1.19 Message-ID: <200608210741.k7L7fIEq002853@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2749 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-5/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 21 Aug 2006 07:01:26 -0000 1.18 +++ openal.spec 21 Aug 2006 07:41:16 -0000 1.19 @@ -28,8 +28,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -106,6 +106,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.6.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.5.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 07:40:54 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:40:54 -0700 Subject: rpms/wine/FC-3 .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 wine.spec, 1.24, 1.25 Message-ID: <200608210741.k7L7fQWt002888@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2741/FC-3 Modified Files: .cvsignore sources wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 4 Jul 2006 11:30:35 -0000 1.16 +++ .cvsignore 21 Aug 2006 07:40:54 -0000 1.17 @@ -1 +1 @@ -wine-0.9.16-fe.tar.bz2 +wine-0.9.19-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 4 Jul 2006 11:30:35 -0000 1.17 +++ sources 21 Aug 2006 07:40:54 -0000 1.18 @@ -1 +1 @@ -80cd252091082fbc9f0a57fc35e79877 wine-0.9.16-fe.tar.bz2 +d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- wine.spec 5 Jul 2006 07:51:47 -0000 1.24 +++ wine.spec 21 Aug 2006 07:40:54 -0000 1.25 @@ -1,13 +1,13 @@ Name: wine -Version: 0.9.16 -Release: 2%{?dist} +Version: 0.9.19 +Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator Group: Applications/Emulators License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.16-fe.tar.bz2 +Source0: wine-0.9.19-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -316,6 +316,7 @@ %{_initrddir}/wine %{_libdir}/wine/expand.exe.so %{_libdir}/wine/msiexec.exe.so +%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/regedit.exe.so %{_libdir}/wine/regsvr32.exe.so %{_libdir}/wine/rpcss.exe.so @@ -341,8 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1 -%{_libdir}/libwine_unicode.so.1 +%{_libdir}/libwine.so.1.0 %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -363,6 +363,7 @@ %{_libdir}/wine/commdlg.dll16 %{_libdir}/wine/compobj.dll16 %{_libdir}/wine/compstui.dll.so +%{_libdir}/wine/cryptnet.dll.so %{_libdir}/wine/crtdll.dll.so %{_libdir}/wine/crypt32.dll.so %{_libdir}/wine/cryptdll.dll.so @@ -401,6 +402,7 @@ %{_libdir}/wine/gdi.exe16 %{_libdir}/wine/gdi32.dll.so %{_libdir}/wine/gphoto2.ds.so +%{_libdir}/wine/hid.dll.so %{_libdir}/wine/hh.exe.so %{_libdir}/wine/hlink.dll.so %{_libdir}/wine/hhctrl.ocx.so @@ -408,6 +410,7 @@ %{_libdir}/wine/icinfo.exe.so %{_libdir}/wine/icmp.dll.so %{_libdir}/wine/ifsmgr.vxd.so +%{_libdir}/wine/infosoft.dll.so %{_libdir}/wine/imaadp32.acm.so %{_libdir}/wine/imagehlp.dll.so %{_libdir}/wine/imm.dll16 @@ -478,11 +481,11 @@ %{_libdir}/wine/olepro32.dll.so %{_libdir}/wine/olesvr.dll16 %{_libdir}/wine/olesvr32.dll.so -%{_libdir}/wine/oleview.exe.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so +%{_libdir}/wine/query.dll.so %{_libdir}/wine/rasapi16.dll16 %{_libdir}/wine/rasapi32.dll.so %{_libdir}/wine/riched20.dll.so @@ -666,6 +669,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 21 2006 Andreas Bierfert +0.9.19-1 +- version upgrade + * Wed Jul 05 2006 Andreas Bierfert 0.9.16-2 - fix #197637 From fedora-extras-commits at redhat.com Mon Aug 21 07:55:37 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:55:37 -0700 Subject: rpms/openal/FC-3 openal.spec,1.13,1.14 Message-ID: <200608210756.k7L7u97P003120@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088/FC-3 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openal.spec 21 Aug 2006 07:01:16 -0000 1.13 +++ openal.spec 21 Aug 2006 07:55:37 -0000 1.14 @@ -27,8 +27,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -105,6 +105,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.5.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 07:55:38 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Mon, 21 Aug 2006 00:55:38 -0700 Subject: rpms/openal/FC-4 openal.spec,1.18,1.19 Message-ID: <200608210756.k7L7uAwv003123@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/openal/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088/FC-4 Modified Files: openal.spec Log Message: - fix BR Index: openal.spec =================================================================== RCS file: /cvs/extras/rpms/openal/FC-4/openal.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- openal.spec 21 Aug 2006 07:01:18 -0000 1.18 +++ openal.spec 21 Aug 2006 07:55:38 -0000 1.19 @@ -27,8 +27,8 @@ BuildRequires: libvorbis-devel BuildRequires: SDL-devel BuildRequires: texinfo +BuildRequires: libtool Obsoletes: %{name}-test < 0.0.8 -BuildRequires: autoconf %description OpenAL is an audio library designed in the spirit of OpenGL--machine @@ -105,6 +105,7 @@ * Mon Aug 21 2006 Andreas Bierfert 0.0.9-0.5.20060204 - apply patch from Hans de Goede (#202260) +- fix BR * Mon Feb 27 2006 Andreas Bierfert 0.0.9-0.4.20060204 From fedora-extras-commits at redhat.com Mon Aug 21 08:07:05 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 21 Aug 2006 01:07:05 -0700 Subject: comps comps-fe5.xml.in,1.109,1.110 comps-fe6.xml.in,1.106,1.107 Message-ID: <200608210807.k7L877S2005954@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5935 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add jfbterm Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- comps-fe5.xml.in 20 Aug 2006 21:12:42 -0000 1.109 +++ comps-fe5.xml.in 21 Aug 2006 08:07:05 -0000 1.110 @@ -569,6 +569,7 @@ hercules ibmonitor inadyn + jfbterm lirc moodss moomps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- comps-fe6.xml.in 20 Aug 2006 21:12:42 -0000 1.106 +++ comps-fe6.xml.in 21 Aug 2006 08:07:05 -0000 1.107 @@ -616,6 +616,7 @@ inadyn ip6sic isic + jfbterm john kdirstat ksmarttray From fedora-extras-commits at redhat.com Mon Aug 21 08:14:34 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 21 Aug 2006 01:14:34 -0700 Subject: comps comps-fe5.xml.in,1.110,1.111 comps-fe6.xml.in,1.107,1.108 Message-ID: <200608210814.k7L8Ebj0006009@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5990 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add efont-unicode-bdf Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- comps-fe5.xml.in 21 Aug 2006 08:07:05 -0000 1.110 +++ comps-fe5.xml.in 21 Aug 2006 08:14:34 -0000 1.111 @@ -809,6 +809,7 @@ alltray aterm + efont-unicode-bdf fonttools rxvt workrave Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- comps-fe6.xml.in 21 Aug 2006 08:07:05 -0000 1.107 +++ comps-fe6.xml.in 21 Aug 2006 08:14:34 -0000 1.108 @@ -884,6 +884,7 @@ alltray aterm Canna + efont-unicode-bdf FreeWnn fonttools kinput2 From fedora-extras-commits at redhat.com Mon Aug 21 09:43:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 02:43:44 -0700 Subject: rpms/gtkwave/devel gtkwave.spec, 1.20, 1.21 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608210943.k7L9hkfO009077@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9056 Modified Files: gtkwave.spec sources .cvsignore Log Message: update to 3.0.10 Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/gtkwave.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gtkwave.spec 11 Aug 2006 10:50:30 -0000 1.20 +++ gtkwave.spec 21 Aug 2006 09:43:44 -0000 1.21 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 10:50:30 -0000 1.19 +++ sources 21 Aug 2006 09:43:44 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 10:50:30 -0000 1.19 +++ .cvsignore 21 Aug 2006 09:43:44 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 10:28:48 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 03:28:48 -0700 Subject: rpms/gtkwave/FC-5 gtkwave.spec, 1.19, 1.20 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608211028.k7LASoZj012081@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12060 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/gtkwave.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gtkwave.spec 11 Aug 2006 11:19:27 -0000 1.19 +++ gtkwave.spec 21 Aug 2006 10:28:48 -0000 1.20 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 11:19:27 -0000 1.19 +++ sources 21 Aug 2006 10:28:48 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-5/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 11:19:27 -0000 1.19 +++ .cvsignore 21 Aug 2006 10:28:48 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 10:29:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 21 Aug 2006 03:29:23 -0700 Subject: rpms/gtkwave/FC-4 gtkwave.spec, 1.18, 1.19 sources, 1.19, 1.20 .cvsignore, 1.19, 1.20 Message-ID: <200608211029.k7LATPBi012111@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12087 Modified Files: gtkwave.spec sources .cvsignore Log Message: resync with devel Index: gtkwave.spec =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/gtkwave.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gtkwave.spec 11 Aug 2006 11:20:19 -0000 1.18 +++ gtkwave.spec 21 Aug 2006 10:29:23 -0000 1.19 @@ -1,6 +1,6 @@ Summary: Waveform Viewer Name: gtkwave -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} License: GPL & MIT Group: Applications/Engineering @@ -87,6 +87,9 @@ %{_mandir}/man5/gtkwaverc.5* %changelog +* Mon Aug 21 2006 Paul Howarth 3.0.10-1 +- update to 3.0.10 + * Fri Aug 11 2006 Paul Howarth 3.0.9-1 - update to 3.0.9 - tarball is now .tar.gz rather than .tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Aug 2006 11:20:19 -0000 1.19 +++ sources 21 Aug 2006 10:29:23 -0000 1.20 @@ -1 +1 @@ -26b9077be69ba1aafb6a84f590ce7e91 gtkwave-3.0.9.tar.gz +12813b86ac88f21df0e6b78eed8c1791 gtkwave-3.0.10.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkwave/FC-4/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Aug 2006 11:20:19 -0000 1.19 +++ .cvsignore 21 Aug 2006 10:29:23 -0000 1.20 @@ -1 +1 @@ -gtkwave-3.0.9.tar.gz +gtkwave-3.0.10.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 14:19:58 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 21 Aug 2006 07:19:58 -0700 Subject: fedora-security/audit fc5,1.288,1.289 Message-ID: <200608211419.k7LEJwQA023826@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23808/audit Modified Files: fc5 Log Message: Update with FEDORA-2006-922 (ncompress) Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.288 retrieving revision 1.289 diff -u -r1.288 -r1.289 --- fc5 18 Aug 2006 21:10:21 -0000 1.288 +++ fc5 21 Aug 2006 14:19:56 -0000 1.289 @@ -317,7 +317,7 @@ CVE-2006-1242 version (kernel, fixed 2.6.16.1) [since FEDORA-2006-233] CVE-2006-1174 version (shadow-utils, fixed 4.0.3) CVE-2006-1173 version (sendmail, fixed 8.13.7) [since FEDORA-2006-837] -CVE-2006-1168 VULNERABLE (ncompress) #201919 +CVE-2006-1168 backport (ncompress) #201919 [since FEDORA-2006-922] CVE-2006-1095 ignore (mod_python, 3.2.7 only) CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability From fedora-extras-commits at redhat.com Mon Aug 21 15:02:25 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 08:02:25 -0700 Subject: rpms/clement/devel clement.spec,1.1,1.2 Message-ID: <200608211502.k7LF2w7Y026628@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26605 Modified Files: clement.spec Log Message: Tag problem Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clement.spec 21 Aug 2006 01:40:39 -0000 1.1 +++ clement.spec 21 Aug 2006 15:02:24 -0000 1.2 @@ -10,6 +10,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel +BuildRequires: byacc Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 15:05:42 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:05:42 -0700 Subject: rpms/xdg-utils/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211505.k7LF5iNr026724@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26703 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:05:42 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:05:42 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/devel/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:20:40 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:05:42 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:07:02 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:07:02 -0700 Subject: rpms/xdg-utils/FC-5 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211507.k7LF74Zb026813@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26789 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:07:02 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:07:02 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-5/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:20:57 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:07:02 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:07:22 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 21 Aug 2006 08:07:22 -0700 Subject: rpms/xdg-utils/FC-4 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xdg-utils.spec, 1.2, 1.3 xdg-utils-20060721-optgnome.patch, 1.1, NONE Message-ID: <200608211507.k7LF7Ot5026880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26859 Modified Files: .cvsignore sources xdg-utils.spec Removed Files: xdg-utils-20060721-optgnome.patch Log Message: * Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 - xdg-utils-1.0beta3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2006 11:41:12 -0000 1.2 +++ .cvsignore 21 Aug 2006 15:07:22 -0000 1.3 @@ -1 +1 @@ -xdg-utils-20060721.tgz +xdg-utils-1.0beta3.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2006 11:41:12 -0000 1.2 +++ sources 21 Aug 2006 15:07:22 -0000 1.3 @@ -1 +1 @@ -fde4bf35fc34c58faa562bfb96103eb5 xdg-utils-20060721.tgz +14ad3d9f467c865487b26ac03bdef2a7 xdg-utils-1.0beta3.tgz Index: xdg-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xdg-utils/FC-4/xdg-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdg-utils.spec 27 Jul 2006 20:21:15 -0000 1.2 +++ xdg-utils.spec 21 Aug 2006 15:07:22 -0000 1.3 @@ -1,22 +1,18 @@ -%define beta 20060721 +%define beta beta3 Summary: Basic desktop integration functions Name: xdg-utils Version: 1.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} URL: http://portland.freedesktop.org/ -#Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz -Source0: http://portland.freedesktop.org/download/xdg-utils-%{beta}.tgz +Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz License: MIT Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -# upstream patches -Patch1: xdg-utils-20060721-optgnome.patch - # Not really used (yet) #BuildRequires: xmlto @@ -51,10 +47,7 @@ %prep -#setup -q -n %{name}-%{version}%{?beta} -%setup -q -n %{name}-%{beta} - -%patch1 -p1 -b .optgnome +%setup -q -n %{name}-%{version}%{?beta} %build @@ -81,6 +74,9 @@ %changelog +* Mon Aug 21 2006 Rex Dieter 1.0-0.6.beta3 +- xdg-utils-1.0beta3 + * Thu Jul 27 2006 Rex Dieter 1.0-0.5.20060721 - Release: append/use %%{?dist} --- xdg-utils-20060721-optgnome.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 15:20:05 2006 From: fedora-extras-commits at redhat.com (Charles Coldwell (coldwell)) Date: Mon, 21 Aug 2006 08:20:05 -0700 Subject: comps comps-fe6.xml.in,1.108,1.109 Message-ID: <200608211520.k7LFK7TQ026993@cvs-int.fedora.redhat.com> Author: coldwell Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26976 Modified Files: comps-fe6.xml.in Log Message: BZ#198928 add lsscsi to FE (Hardware Support Utilities group) Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- comps-fe6.xml.in 21 Aug 2006 08:14:34 -0000 1.108 +++ comps-fe6.xml.in 21 Aug 2006 15:20:05 -0000 1.109 @@ -672,6 +672,7 @@ opensc s3switch tpb + lsscsi From fedora-extras-commits at redhat.com Mon Aug 21 15:26:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:26:43 -0700 Subject: rpms/kdmtheme - New directory Message-ID: <200608211526.k7LFQj17027072@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27051/kdmtheme Log Message: Directory /cvs/extras/rpms/kdmtheme added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:26:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:26:44 -0700 Subject: rpms/kdmtheme/devel - New directory Message-ID: <200608211526.k7LFQkeP027075@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27051/kdmtheme/devel Log Message: Directory /cvs/extras/rpms/kdmtheme/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:27:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:27:06 -0700 Subject: rpms/kdmtheme Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211527.k7LFR8Bm027129@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096 Added Files: Makefile import.log Log Message: Setup of module kdmtheme --- NEW FILE Makefile --- # Top level Makefile for module kdmtheme all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 15:27:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:27:06 -0700 Subject: rpms/kdmtheme/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211527.k7LFR83a027132@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27096/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kdmtheme --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 15:28:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:28:23 -0700 Subject: rpms/kdmtheme/devel kdmtheme.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211528.k7LFStbD027204@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27160/devel Modified Files: .cvsignore sources Added Files: kdmtheme.spec Log Message: auto-import kdmtheme-1.1.2-2 on branch devel from kdmtheme-1.1.2-2.src.rpm --- NEW FILE kdmtheme.spec --- Name: kdmtheme Version: 1.1.2 Release: 2%{?dist} Summary: Theme Manager for KDM License: GPL Group: User Interface/Desktops URL: http://www.kde-look.org/content/show.php?content=22120 Source0: http://beta.smileaf.org/files/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel, desktop-file-utils, kdebase-devel Requires: kdebase %description KDM Theme manager is just what it says a theme Manager for KDM. This control module allows you to easily add, remove and select any KDM theme you want. %prep %setup -q %build %configure \ --enable-new-ldflags \ --disable-debug \ --disable-warnings \ --disable-dependency-tracking \ --enable-final make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # Fix absolute symlink rm -f $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common ln -s ../common $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category System \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_datadir}/applications/fedora-%{name}.desktop %{_libdir}/kde3/kcm_%{name}.la %{_libdir}/kde3/kcm_%{name}.so %{_docdir}/HTML/*/%{name}/ %changelog * Tue Jun 13 2006 Chitlesh Goorah - 1.1.2-1 - Corrected %%URL and %%configure * Tue Jun 13 2006 Chitlesh Goorah - 1.1.2-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 15:27:06 -0000 1.1 +++ .cvsignore 21 Aug 2006 15:28:23 -0000 1.2 @@ -0,0 +1 @@ +kdmtheme-1.1.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 15:27:06 -0000 1.1 +++ sources 21 Aug 2006 15:28:23 -0000 1.2 @@ -0,0 +1 @@ +40bacda700e847aab7070babc15f67ca kdmtheme-1.1.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 15:28:22 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:28:22 -0700 Subject: rpms/kdmtheme import.log,1.1,1.2 Message-ID: <200608211528.k7LFSsFA027200@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kdmtheme In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27160 Modified Files: import.log Log Message: auto-import kdmtheme-1.1.2-2 on branch devel from kdmtheme-1.1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kdmtheme/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 15:27:06 -0000 1.1 +++ import.log 21 Aug 2006 15:28:22 -0000 1.2 @@ -0,0 +1 @@ +kdmtheme-1_1_2-2:HEAD:kdmtheme-1.1.2-2.src.rpm:1156174278 From fedora-extras-commits at redhat.com Mon Aug 21 15:29:05 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Mon, 21 Aug 2006 08:29:05 -0700 Subject: comps comps-fe5.xml.in,1.111,1.112 comps-fe6.xml.in,1.109,1.110 Message-ID: <200608211529.k7LFT7VH027254@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27235 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add hfsplus-tools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- comps-fe5.xml.in 21 Aug 2006 08:14:34 -0000 1.111 +++ comps-fe5.xml.in 21 Aug 2006 15:29:05 -0000 1.112 @@ -567,6 +567,7 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn jfbterm Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- comps-fe6.xml.in 21 Aug 2006 15:20:05 -0000 1.109 +++ comps-fe6.xml.in 21 Aug 2006 15:29:05 -0000 1.110 @@ -612,6 +612,7 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn ip6sic From fedora-extras-commits at redhat.com Mon Aug 21 15:30:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:30:39 -0700 Subject: rpms/kmenu-gnome - New directory Message-ID: <200608211530.k7LFUfZx027326@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27305/kmenu-gnome Log Message: Directory /cvs/extras/rpms/kmenu-gnome added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:30:39 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:30:39 -0700 Subject: rpms/kmenu-gnome/devel - New directory Message-ID: <200608211530.k7LFUfw7027329@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27305/kmenu-gnome/devel Log Message: Directory /cvs/extras/rpms/kmenu-gnome/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 15:31:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:04 -0700 Subject: rpms/kmenu-gnome Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211531.k7LFV6Vv027391@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27361 Added Files: Makefile import.log Log Message: Setup of module kmenu-gnome --- NEW FILE Makefile --- # Top level Makefile for module kmenu-gnome all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 15:31:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:04 -0700 Subject: rpms/kmenu-gnome/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211531.k7LFV6sM027395@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27361/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kmenu-gnome --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 15:31:57 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:57 -0700 Subject: rpms/kmenu-gnome import.log,1.1,1.2 Message-ID: <200608211531.k7LFVxbd027464@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27431 Modified Files: import.log Log Message: auto-import kmenu-gnome-0.6-3 on branch devel from kmenu-gnome-0.6-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 15:31:03 -0000 1.1 +++ import.log 21 Aug 2006 15:31:57 -0000 1.2 @@ -0,0 +1 @@ +kmenu-gnome-0_6-3:HEAD:kmenu-gnome-0.6-3.src.rpm:1156174493 From fedora-extras-commits at redhat.com Mon Aug 21 15:31:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:31:58 -0700 Subject: rpms/kmenu-gnome/devel kmenu-gnome.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211532.k7LFW0D4027469@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27431/devel Modified Files: .cvsignore sources Added Files: kmenu-gnome.spec Log Message: auto-import kmenu-gnome-0.6-3 on branch devel from kmenu-gnome-0.6-3.src.rpm --- NEW FILE kmenu-gnome.spec --- %{?!_icondir:%define _icondir %{_datadir}/icons} Name: kmenu-gnome Version: 0.6 Release: 3%{?dist} Summary: K Menu with Gnome directory License: GPL/LGPL Group: User Interface/Desktops URL: http://ariszlo.tripod.com Source: http://www.kde-look.org/content/files/31025-%{name}-%{version}.tar.gz BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: kdebase >= 6:3.5.1, redhat-artwork %description K Menu with Gnome folder and extra icons for Fedora Core 5 or later. %prep %setup -q %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged mkdir -p %{buildroot}%{_icondir}/Bluecurve/{16x16,24x24,32x32,48x48}/apps mv %{name}/%{name}.menu %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged mv %{name}/fc5-hide-bug196275.menu \ %{buildroot}%{_sysconfdir}/xdg/menus/applications-merged #https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196275 cp -r desktop-directories icons %{name} %{buildroot}%{_datadir} #Ignore dangling-relative-symlink warnings #http://qa.mandriva.com/twiki/bin/view/Main/PackagingProblems#RpmLint_Warnings ( cd %{buildroot}%{_datadir}/desktop-directories ln -s kde-games-kidsgames.directory kde-games-kids.directory ) ( cd %{buildroot}%{_icondir}/Bluecurve/16x16/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/24x24/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/32x32/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/Bluecurve/48x48/apps ln -s icon-office.png ooomain.png ) ( cd %{buildroot}%{_icondir}/crystalsvg/16x16/apps ln -s ../../../gnome/16x16/stock/generic/stock_calendar.png . ln -s ../../../gnome/16x16/stock/net/stock_contact.png . ln -s ../../../gnome/16x16/stock/io/stock_print.png . ln -s ../../../gnome/16x16/stock/document/stock_task.png . ) ( cd %{buildroot}%{_icondir}/crystalsvg/32x32/apps ln -s ../../../gnome/32x32/stock/generic/stock_calendar.png . ln -s ../../../gnome/32x32/stock/net/stock_contact.png . ln -s ../../../gnome/32x32/stock/io/stock_print.png . ln -s ../../../gnome/24x24/stock/document/stock_task.png . ) ( cd %{buildroot}%{_icondir}/crystalsvg/48x48/apps ln -s ../../../gnome/48x48/apps/accessibility-directory.png . ln -s ../../../gnome/48x48/apps/gnome-system.png . ln -s ../../../gnome/48x48/stock/generic/stock_calendar.png . ln -s ../../../gnome/48x48/stock/net/stock_contact.png . ln -s ../../../gnome/48x48/stock/io/stock_print.png . ) %clean rm -rf %{buildroot} # dropped gtk-update-icon-cache from %%post and %preun # from http://fedoraproject.org/wiki/ScriptletSnippets: # For KDE, just 'touch'ing the top-level icon directory is enough. # Also since kmenu-gnome does not affect on gnome menus, its useless to have # gtk-update-icon-cache. %post touch --no-create %{_icondir}/Bluecurve || : touch --no-create %{_icondir}/crystalsvg || : %preun touch --no-create %{_icondir}/Bluecurve || : touch --no-create %{_icondir}/crystalsvg || : %files %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/xdg/menus/applications-merged/%{name}.menu %config(noreplace) %{_sysconfdir}/xdg/menus/applications-merged/fc5-hide-bug196275.menu %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_datadir}/desktop-directories/*.directory %{_icondir}/Bluecurve/*/*/*.png %{_icondir}/crystalsvg/*/*/*.png %doc ChangeLog COPYING GPL LGPL README %changelog * Sun Aug 13 2006 Chitlesh Goorah - 0.6-3 - Added redhat-artwork as %%Requires and %%build - touching Bluecurve and crystalsvg folders - fixed license GPL/LGPL * Sun Jul 02 2006 Chitlesh Goorah - 0.6-2 - fixed Source URL * Sat Jul 01 2006 Ariszlo - 0.6-1 - renamed fc5-fix-administration-mergefile.menu fc5-hide-bug196275.menu - release 0.6 * Thu Jun 29 2006 31025 - Added comment on the exclusion of gtk-update-icon-cache from %%post and %preun * Thu Jun 29 2006 Chitlesh Goorah - 0.5.1-2pre3 - dropped gtk-update-icon-cache from %%post and %preun - corrected the top-level icon directory in %%post and %preun * Wed Jun 28 2006 Ariszlo - 0.5.1-1pre3 - added fc5-fix-administration-mergefile.menu - removed fedora-xdg.patch - dropped support for FC4 - repacked lost symlinks * Mon Jun 26 2006 Chitlesh Goorah - 0.5.1-2pre2 - GTK+ icon cache added in %%post and %%preun - fixed dangling-relative-symlink - make use of the macro %%icondir * Mon Jun 26 2006 Ariszlo - 0.5.1-1pre2 - removed hicolor directories only needed in Debian and Slackware - removed GTK+ icon cache * Mon Jun 26 2006 Chitlesh Goorah - 0.5.1-1pre1 - fix rpmlint issues - conffile-without-noreplace-flag - dropped %%build * Fri Jun 23 2006 Ariszlo - 0.5.1-0pre2 - moved icon links under %%install * Thu Jun 22 2006 Ariszlo - 0.5.1-0pre1 - preparing release 0.5.1 - merged FC4 and FC5 specs - removed /* from %%files - added %%config /etc/xdg/menus/applications-merged/kmenu-gnome.menu - added %%dir %{_datadir}/%{name} - added %%dir %{_datadir}/%{name} - added %%{_datadir}/%{name}/* - added %%{_datadir}/desktop-directories/*.directory - added %%{_datadir}/icons/*/*/*/*.png * Wed Jun 21 2006 Chitlesh Goorah - 0.5-2 - added %%config(noreplace) - GTK+ icon cache added in %%post and %%preun * Tue Jun 20 2006 Chitlesh Goorah - 0.5-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 15:31:04 -0000 1.1 +++ .cvsignore 21 Aug 2006 15:31:58 -0000 1.2 @@ -0,0 +1 @@ +31025-kmenu-gnome-0.6.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kmenu-gnome/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 15:31:04 -0000 1.1 +++ sources 21 Aug 2006 15:31:58 -0000 1.2 @@ -0,0 +1 @@ +9b36e22fc02f022e35fae3241ec9d622 31025-kmenu-gnome-0.6.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 15:36:29 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Mon, 21 Aug 2006 08:36:29 -0700 Subject: owners owners.list,1.1438,1.1439 Message-ID: <200608211536.k7LFaVKp027550@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27533/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1438 retrieving revision 1.1439 diff -u -r1.1438 -r1.1439 --- owners.list 21 Aug 2006 02:19:22 -0000 1.1438 +++ owners.list 21 Aug 2006 15:36:28 -0000 1.1439 @@ -680,6 +680,7 @@ Fedora Extras|kdirstat|A KDE Utility program that sums updisk usage|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| @@ -691,6 +692,7 @@ Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kmymoney2|Personal finance|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|knemo|A KDE network monitoring tool|hugo at devin.com.br|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 16:09:01 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:09:01 -0700 Subject: rpms/glibmm24/devel .cvsignore, 1.10, 1.11 glibmm.spec, 1.13, 1.14 sources, 1.11, 1.12 Message-ID: <200608211609.k7LG93Xd030451@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30430 Modified Files: .cvsignore glibmm.spec sources Log Message: Update to 2.12.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 25 Jun 2006 22:49:46 -0000 1.10 +++ .cvsignore 21 Aug 2006 16:09:01 -0000 1.11 @@ -1 +1 @@ -glibmm-2.10.4.tar.bz2 +glibmm-2.12.0.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- glibmm.spec 25 Jun 2006 22:49:46 -0000 1.13 +++ glibmm.spec 21 Aug 2006 16:09:01 -0000 1.14 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.10.4 +Version: 2.12.0 Release: 1 Summary: C++ interface for GTK2 (a GUI library for X) @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 21 2006 Denis Leroy - 2.12.0-1 +- Update to 2.12.0 + * Sun Jun 25 2006 Denis Leroy - 2.10.4-1 - Update to 2.10.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 25 Jun 2006 22:49:46 -0000 1.11 +++ sources 21 Aug 2006 16:09:01 -0000 1.12 @@ -1 +1 @@ -f70548195299d82f61915654d55b2a06 glibmm-2.10.4.tar.bz2 +5f6c1ced9e2537f512d5b37f7f2f58ce glibmm-2.12.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 16:38:56 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:38:56 -0700 Subject: rpms/gtkmm24/devel .cvsignore, 1.8, 1.9 gtkmm.spec, 1.14, 1.15 sources, 1.10, 1.11 Message-ID: <200608211638.k7LGcw4u030629@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30608 Modified Files: .cvsignore gtkmm.spec sources Log Message: Update to 2.10.0. Now depends on cairomm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 25 Jun 2006 23:31:54 -0000 1.8 +++ .cvsignore 21 Aug 2006 16:38:55 -0000 1.9 @@ -1 +1 @@ -gtkmm-2.8.8.tar.bz2 +gtkmm-2.10.0.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkmm.spec 25 Jun 2006 23:58:17 -0000 1.14 +++ gtkmm.spec 21 Aug 2006 16:38:55 -0000 1.15 @@ -1,6 +1,6 @@ Name: gtkmm24 -Version: 2.8.8 -Release: 2%{?dist} +Version: 2.10.0 +Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -12,11 +12,12 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.8.0 +BuildRequires: glibmm24-devel >= 2.11.3 BuildRequires: atk-devel >= 1.9.0 -BuildRequires: pango-devel >= 1.10.0 -BuildRequires: gtk2-devel >= 2.8.0 +BuildRequires: pango-devel >= 1.5.2 +BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: glib2-devel >= 2.8.0 +BuildRequires: cairomm-devel >= 1.1.12 %description gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps GTK+ 2. @@ -100,6 +101,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.10.0-1 +- Update to 2.10.0. Now depends on cairomm + * Sun Jun 25 2006 Denis Leroy - 2.8.8-2 - Added dist postfix to release version Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 25 Jun 2006 23:31:54 -0000 1.10 +++ sources 21 Aug 2006 16:38:55 -0000 1.11 @@ -1 +1 @@ -319a7847f67c5099a78afb495e148143 gtkmm-2.8.8.tar.bz2 +afdb26edc78060cbbb057df25f0416d3 gtkmm-2.10.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 16:40:20 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 09:40:20 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.3, 1.4 ktorrent.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200608211640.k7LGeN6v030703@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30682 Modified Files: .cvsignore ktorrent.spec sources Log Message: Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Aug 2006 03:19:49 -0000 1.3 +++ .cvsignore 21 Aug 2006 16:40:20 -0000 1.4 @@ -1 +1,2 @@ ktorrent-2.0.tar.gz +ktorrent-2.0.1.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ktorrent.spec 20 Aug 2006 16:00:15 -0000 1.7 +++ ktorrent.spec 21 Aug 2006 16:40:20 -0000 1.8 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0 -Release: 6%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz +Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -126,6 +126,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 21 2006 Roland Wolters 2.0.1-1 +- update to version 2.0.1 + * Sun Aug 20 2006 Roland Wolters 2.0-6 - increased minor version to avoid broken update path Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Aug 2006 03:19:49 -0000 1.3 +++ sources 21 Aug 2006 16:40:20 -0000 1.4 @@ -1 +1,2 @@ c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz +170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:42:59 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:42:59 -0700 Subject: rpms/apcupsd/FC-4 .cvsignore, 1.4, 1.5 apcupsd.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608211643.k7LGh2FD030815@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/FC-4 Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Feb 2006 22:10:07 -0000 1.4 +++ .cvsignore 21 Aug 2006 16:42:59 -0000 1.5 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/apcupsd.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apcupsd.spec 14 Feb 2006 22:10:07 -0000 1.5 +++ apcupsd.spec 21 Aug 2006 16:42:59 -0000 1.6 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Feb 14 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Feb 2006 22:10:07 -0000 1.4 +++ sources 21 Aug 2006 16:42:59 -0000 1.5 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:43:00 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:43:00 -0700 Subject: rpms/apcupsd/FC-5 .cvsignore, 1.5, 1.6 apcupsd.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608211643.k7LGh2Gk030821@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/FC-5 Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 18:31:17 -0000 1.5 +++ .cvsignore 21 Aug 2006 16:43:00 -0000 1.6 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/apcupsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apcupsd.spec 13 Feb 2006 18:31:17 -0000 1.8 +++ apcupsd.spec 21 Aug 2006 16:43:00 -0000 1.9 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Jan 10 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 18:31:17 -0000 1.5 +++ sources 21 Aug 2006 16:43:00 -0000 1.6 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:43:01 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 21 Aug 2006 09:43:01 -0700 Subject: rpms/apcupsd/devel .cvsignore, 1.5, 1.6 apcupsd.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608211643.k7LGh3CR030827@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762/devel Modified Files: .cvsignore apcupsd.spec sources Log Message: Update to 3.12.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 18:31:17 -0000 1.5 +++ .cvsignore 21 Aug 2006 16:43:01 -0000 1.6 @@ -1 +1 @@ -apcupsd-3.12.2.tar.gz +apcupsd-3.12.4.tar.gz Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/apcupsd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- apcupsd.spec 13 Feb 2006 18:31:17 -0000 1.8 +++ apcupsd.spec 21 Aug 2006 16:43:01 -0000 1.9 @@ -1,5 +1,5 @@ Name: apcupsd -Version: 3.12.2 +Version: 3.12.4 Release: 1%{?dist} Summary: APC UPS Power Control Daemon for Linux @@ -143,6 +143,9 @@ %changelog +* Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 +- Update to 3.12.4 + * Tue Jan 10 2006 - Orion Poplawski - 3.12.2-1 - Update to 3.12.2 - Don't strip binaries Index: sources =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 18:31:17 -0000 1.5 +++ sources 21 Aug 2006 16:43:01 -0000 1.6 @@ -1 +1 @@ -f771fafbc06551e7820bd3d277b5cce3 apcupsd-3.12.2.tar.gz +669c833ec02a2bc29fa98f845e5f5de5 apcupsd-3.12.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:44:21 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:44:21 -0700 Subject: rpms/gobby/devel gobby.spec, 1.17, 1.18 gobby-0.4.0rc4-localedir.patch, 1.1, NONE Message-ID: <200608211644.k7LGiN6n030981@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30960 Modified Files: gobby.spec Removed Files: gobby-0.4.0rc4-localedir.patch Log Message: * Mon Aug 21 2006 Luke Macken - 0.4.0-10.rc4 - Remove gobby-0.4.0rc4-localedir.patch - Add gettext-devel to BuildRequires Index: gobby.spec =================================================================== RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gobby.spec 20 Aug 2006 20:36:46 -0000 1.17 +++ gobby.spec 21 Aug 2006 16:44:21 -0000 1.18 @@ -2,19 +2,18 @@ Name: gobby Version: 0.4.0 -Release: 9.%{_rc}%{?dist} +Release: 10.%{_rc}%{?dist} Summary: Free collaborative editor Group: Applications/Internet License: GPL URL: http://gobby.0x539.de Source0: http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz -Patch0: %{name}-%{version}%{_rc}-localedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel BuildRequires: desktop-file-utils, libXau-devel, libXdmcp-devel -BuildRequires: gnome-vfs2-devel +BuildRequires: gnome-vfs2-devel, gettext-devel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -30,7 +29,6 @@ %prep %setup -q -n %{name}-%{version}%{_rc} -%patch0 %build @@ -72,6 +70,10 @@ %changelog +* Mon Aug 21 2006 Luke Macken - 0.4.0-10.rc4 +- Remove gobby-0.4.0rc4-localedir.patch +- Add gettext-devel to BuildRequires + * Sun Aug 20 2006 Luke Macken - 0.4.0-9.rc4 - gobby-0.4.0rc4-localedir.patch --- gobby-0.4.0rc4-localedir.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:04 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:04 -0700 Subject: rpms/python-paste-deploy - New directory Message-ID: <200608211648.k7LGm64w031148@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31122/python-paste-deploy Log Message: Directory /cvs/extras/rpms/python-paste-deploy added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 16:48:05 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:05 -0700 Subject: rpms/python-paste-deploy/devel - New directory Message-ID: <200608211648.k7LGm7Rq031151@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31122/python-paste-deploy/devel Log Message: Directory /cvs/extras/rpms/python-paste-deploy/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 16:48:17 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:17 -0700 Subject: rpms/python-paste-deploy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211648.k7LGmJAB031200@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31167 Added Files: Makefile import.log Log Message: Setup of module python-paste-deploy --- NEW FILE Makefile --- # Top level Makefile for module python-paste-deploy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:17 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:17 -0700 Subject: rpms/python-paste-deploy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211648.k7LGmJ51031203@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31167/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-paste-deploy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 16:48:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:36 -0700 Subject: rpms/python-paste-deploy import.log,1.1,1.2 Message-ID: <200608211648.k7LGmckd031264@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231 Modified Files: import.log Log Message: auto-import python-paste-deploy-0.5-3 on branch devel from python-paste-deploy-0.5-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 16:48:17 -0000 1.1 +++ import.log 21 Aug 2006 16:48:35 -0000 1.2 @@ -0,0 +1 @@ +python-paste-deploy-0_5-3:HEAD:python-paste-deploy-0.5-3.src.rpm:1156178940 From fedora-extras-commits at redhat.com Mon Aug 21 16:48:36 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:48:36 -0700 Subject: rpms/python-paste-deploy/devel python-paste-deploy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211648.k7LGmcFJ031269@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-deploy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231/devel Modified Files: .cvsignore sources Added Files: python-paste-deploy.spec Log Message: auto-import python-paste-deploy-0.5-3 on branch devel from python-paste-deploy-0.5-3.src.rpm --- NEW FILE python-paste-deploy.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-deploy Version: 0.5 Release: 3%{?dist} Summary: Load, configure, and compose WSGI applications and servers Group: System Environment/Libraries License: MIT URL: http://pythonpaste.org/deploy Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-paste %description This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. PasteScript provides commands to serve applications based on this configuration file. %prep %setup -q -n PasteDeploy-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --single-version-externally-managed \ --skip-build -O1 --root=%{buildroot} echo '%defattr (0644,root,root,0755)' > pyfiles find %{buildroot}%{python_sitelib}/paste/deploy -type d | \ sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles find %{buildroot}%{python_sitelib}/paste/deploy -not -type d | \ sed 's:%{buildroot}\(.*\):\1:' >> pyfiles %clean rm -rf %{buildroot} %files -f pyfiles %defattr(-,root,root,-) %doc docs/* %{python_sitelib}/PasteDeploy-%{version}-py2.4* %changelog * Mon Aug 21 2006 Luke Macken - 0.5-3 - Include .pyo files instead of ghosting them. * Mon Jul 24 2006 Luke Macken - 0.5-2 - Fix docs inclusion - Rename package to python-paste-deploy - Fix inconsistent use of buildroots * Mon Jul 10 2006 Luke Macken - 0.5-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 16:48:17 -0000 1.1 +++ .cvsignore 21 Aug 2006 16:48:36 -0000 1.2 @@ -0,0 +1 @@ +PasteDeploy-0.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-deploy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 16:48:17 -0000 1.1 +++ sources 21 Aug 2006 16:48:36 -0000 1.2 @@ -0,0 +1 @@ +74f8bd5ec130686f7dfd1e27d127994b PasteDeploy-0.5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 16:50:40 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 09:50:40 -0700 Subject: owners owners.list,1.1439,1.1440 Message-ID: <200608211650.k7LGogsA031338@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31321 Modified Files: owners.list Log Message: add python-paste-deploy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1439 retrieving revision 1.1440 diff -u -r1.1439 -r1.1440 --- owners.list 21 Aug 2006 15:36:28 -0000 1.1439 +++ owners.list 21 Aug 2006 16:50:39 -0000 1.1440 @@ -1659,6 +1659,7 @@ Fedora Extras|python-ogg|A Python wrapper for the Ogg libraries|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|python-paramiko|A SSH2 protocol library for python|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste|Tools for using a Web Server Gateway Interface stack|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-paste-deploy|Load, configure, and compose WSGI applications and servers|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 16:59:19 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 09:59:19 -0700 Subject: rpms/gconfmm26/devel .cvsignore, 1.7, 1.8 gconfmm.spec, 1.12, 1.13 sources, 1.7, 1.8 Message-ID: <200608211659.k7LGxLum031432@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31411 Modified Files: .cvsignore gconfmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 26 Jun 2006 00:18:54 -0000 1.7 +++ .cvsignore 21 Aug 2006 16:59:19 -0000 1.8 @@ -1 +1 @@ -gconfmm-2.14.2.tar.bz2 +gconfmm-2.16.0.tar.bz2 Index: gconfmm.spec =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gconfmm.spec 26 Jun 2006 00:18:54 -0000 1.12 +++ gconfmm.spec 21 Aug 2006 16:59:19 -0000 1.13 @@ -1,5 +1,5 @@ Name: gconfmm26 -Version: 2.14.2 +Version: 2.16.0 Release: 1%{?dist} Summary: C++ wrapper for GConf2 @@ -12,7 +12,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: glibmm24-devel >= 2.4.0 +BuildRequires: glibmm24-devel >= 2.6.4 BuildRequires: gtkmm24-devel >= 2.4.0 BuildRequires: GConf2-devel >= 2.4.0 @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Sun Jun 25 2006 Denis Leroy - 2.14.2 - Update to 2.14.2 - Added dist postfix to release field Index: sources =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 26 Jun 2006 00:18:54 -0000 1.7 +++ sources 21 Aug 2006 16:59:19 -0000 1.8 @@ -1 +1 @@ -adcaeb572c466c1395b35d0271ac6438 gconfmm-2.14.2.tar.bz2 +2b3aa57276f6f63c4effc585ba205a3d gconfmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 17:02:49 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 10:02:49 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.8,1.9 Message-ID: <200608211703.k7LH3OHG001617@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1600 Modified Files: ktorrent.spec Log Message: Small spec file fix Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ktorrent.spec 21 Aug 2006 16:40:20 -0000 1.8 +++ ktorrent.spec 21 Aug 2006 17:02:49 -0000 1.9 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -66,7 +66,6 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la -%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo From fedora-extras-commits at redhat.com Mon Aug 21 17:05:04 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 21 Aug 2006 10:05:04 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.3, 1.4 ktorrent.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608211705.k7LH566x001763@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1740 Modified Files: .cvsignore ktorrent.spec sources Log Message: Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Aug 2006 20:20:15 -0000 1.3 +++ .cvsignore 21 Aug 2006 17:05:04 -0000 1.4 @@ -1 +1,2 @@ ktorrent-2.0.tar.gz +ktorrent-2.0.1.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ktorrent.spec 20 Aug 2006 15:59:18 -0000 1.4 +++ ktorrent.spec 21 Aug 2006 17:05:04 -0000 1.5 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0 -Release: 6%{?dist} +Version: 2.0.1 +Release: 2%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0/ktorrent-2.0.tar.gz +Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -66,7 +66,6 @@ %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README TODO %exclude %{_libdir}/lib*.la -%exclude %{_datadir}/mimelnk/application/x-bittorrent.desktop %{_bindir}/ktcachecheck %{_bindir}/ktorrent %{_bindir}/kttorinfo @@ -126,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Mon Aug 21 2006 Roland Wolters 2.0.1-1 +- update to version 2.0.1 + * Sun Aug 20 2006 Roland Wolters 2.0-6 - increased minor version to avoid broken update path Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Aug 2006 20:20:15 -0000 1.3 +++ sources 21 Aug 2006 17:05:04 -0000 1.4 @@ -1 +1,2 @@ c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz +170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 17:22:02 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:02 -0700 Subject: rpms/python-paste-script/devel - New directory Message-ID: <200608211722.k7LHM4HV001912@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1882/python-paste-script/devel Log Message: Directory /cvs/extras/rpms/python-paste-script/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 17:22:01 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:01 -0700 Subject: rpms/python-paste-script - New directory Message-ID: <200608211722.k7LHM3O7001909@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1882/python-paste-script Log Message: Directory /cvs/extras/rpms/python-paste-script added to the repository From fedora-extras-commits at redhat.com Mon Aug 21 17:22:10 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:10 -0700 Subject: rpms/python-paste-script Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608211722.k7LHMFQE001955@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1928 Added Files: Makefile import.log Log Message: Setup of module python-paste-script --- NEW FILE Makefile --- # Top level Makefile for module python-paste-script all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 21 17:22:11 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:11 -0700 Subject: rpms/python-paste-script/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608211722.k7LHMFPI001956@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1928/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-paste-script --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 21 17:22:26 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:26 -0700 Subject: rpms/python-paste-script import.log,1.1,1.2 Message-ID: <200608211722.k7LHMSxb002029@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1996 Modified Files: import.log Log Message: auto-import python-paste-script-0.9-4 on branch devel from python-paste-script-0.9-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 21 Aug 2006 17:22:10 -0000 1.1 +++ import.log 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +python-paste-script-0_9-4:HEAD:python-paste-script-0.9-4.src.rpm:1156180970 From fedora-extras-commits at redhat.com Mon Aug 21 17:22:27 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:22:27 -0700 Subject: rpms/python-paste-script/devel python-paste-script.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608211722.k7LHMTlw002034@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/rpms/python-paste-script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1996/devel Modified Files: .cvsignore sources Added Files: python-paste-script.spec Log Message: auto-import python-paste-script-0.9-4 on branch devel from python-paste-script-0.9-4.src.rpm --- NEW FILE python-paste-script.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-paste-script Version: 0.9 Release: 4%{?dist} Summary: A pluggable command-line frontend Group: System Environment/Libraries License: MIT URL: http://pythonpaste.org/script Source0: http://cheeseshop.python.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools Requires: python-paste, python-paste-deploy, python-cheetah %description Paster is pluggable command-line frontend, including commands to setup package file layouts Built-in features: * Creating file layouts for packages. For instance a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy %prep %setup -q -n PasteScript-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --single-version-externally-managed \ --skip-build -O1 --root=%{buildroot} echo '%defattr (0644,root,root,0755)' > pyfiles find %{buildroot}%{python_sitelib}/paste/script -type d | \ sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles find %{buildroot}%{python_sitelib}/paste/script -not -type d | \ sed 's:%{buildroot}\(.*\):\1:' >> pyfiles %clean rm -rf %{buildroot} %files -f pyfiles %defattr(-,root,root,-) %doc docs/* %{python_sitelib}/PasteScript-%{version}-py2.4* %{_bindir}/paster %changelog * Mon Aug 21 2006 Luke Macken - 0.9-4 - Include .pyo files instead of ghosting them. * Sat Jul 29 2006 Luke Macken - 0.9-3 - Require python-paste-deploy * Wed Jul 26 2006 Luke Macken - 0.9-2 - Rename to python-paste-script - Use consistent buildroot variables - Fix docs inclusion * Mon Jul 10 2006 Luke Macken - 0.9-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Aug 2006 17:22:11 -0000 1.1 +++ .cvsignore 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +PasteScript-0.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-paste-script/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Aug 2006 17:22:11 -0000 1.1 +++ sources 21 Aug 2006 17:22:26 -0000 1.2 @@ -0,0 +1 @@ +ab57bf5772870734b9845746c78c8897 PasteScript-0.9.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 17:23:48 2006 From: fedora-extras-commits at redhat.com (Luke Macken (lmacken)) Date: Mon, 21 Aug 2006 10:23:48 -0700 Subject: owners owners.list,1.1440,1.1441 Message-ID: <200608211723.k7LHNoil002100@cvs-int.fedora.redhat.com> Author: lmacken Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2083 Modified Files: owners.list Log Message: add python-paste-script Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1440 retrieving revision 1.1441 diff -u -r1.1440 -r1.1441 --- owners.list 21 Aug 2006 16:50:39 -0000 1.1440 +++ owners.list 21 Aug 2006 17:23:48 -0000 1.1441 @@ -1660,6 +1660,7 @@ Fedora Extras|python-paramiko|A SSH2 protocol library for python|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste|Tools for using a Web Server Gateway Interface stack|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-paste-deploy|Load, configure, and compose WSGI applications and servers|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|python-paste-script|A pluggable command-line frontend|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 21 17:47:41 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 10:47:41 -0700 Subject: rpms/gtkmm24/devel gtkmm.spec,1.15,1.16 Message-ID: <200608211747.k7LHlhlt002232@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2215 Modified Files: gtkmm.spec Log Message: Added cairomm Require in devel Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gtkmm.spec 21 Aug 2006 16:38:55 -0000 1.15 +++ gtkmm.spec 21 Aug 2006 17:47:41 -0000 1.16 @@ -1,6 +1,6 @@ Name: gtkmm24 Version: 2.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -34,6 +34,7 @@ Requires: glibmm24-devel Requires: atk-devel Requires: pango-devel +Requires: cairomm-devel %description devel This package contains the static libraries and header files needed for @@ -101,6 +102,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.10.0-2 +- Added cairomm Require in devel + * Mon Aug 21 2006 Denis Leroy - 2.10.0-1 - Update to 2.10.0. Now depends on cairomm From fedora-extras-commits at redhat.com Mon Aug 21 18:16:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:16:42 -0700 Subject: rpms/libgnomecanvasmm26/devel .cvsignore, 1.5, 1.6 libgnomecanvasmm.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <200608211816.k7LIGibi005030@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5009 Modified Files: .cvsignore libgnomecanvasmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 07:01:05 -0000 1.5 +++ .cvsignore 21 Aug 2006 18:16:41 -0000 1.6 @@ -1 +1 @@ -libgnomecanvasmm-2.14.0.tar.bz2 +libgnomecanvasmm-2.16.0.tar.bz2 Index: libgnomecanvasmm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/libgnomecanvasmm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libgnomecanvasmm.spec 26 Mar 2006 07:01:05 -0000 1.10 +++ libgnomecanvasmm.spec 21 Aug 2006 18:16:41 -0000 1.11 @@ -1,5 +1,5 @@ Name: libgnomecanvasmm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Mar 2006 07:01:05 -0000 1.5 +++ sources 21 Aug 2006 18:16:41 -0000 1.6 @@ -1 +1 @@ -a4e5bf13a31e38b4f30b99153bc10aca libgnomecanvasmm-2.14.0.tar.bz2 +fe54d7f437d03044f863672d6dd38e9f libgnomecanvasmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:32:15 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:32:15 -0700 Subject: rpms/gnome-vfsmm26/devel .cvsignore, 1.5, 1.6 gnome-vfsmm.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <200608211832.k7LIWHpj005224@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5203 Modified Files: .cvsignore gnome-vfsmm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 06:47:25 -0000 1.5 +++ .cvsignore 21 Aug 2006 18:32:15 -0000 1.6 @@ -1 +1 @@ -gnome-vfsmm-2.14.0.tar.bz2 +gnome-vfsmm-2.16.0.tar.bz2 Index: gnome-vfsmm.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/gnome-vfsmm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnome-vfsmm.spec 26 Mar 2006 06:47:25 -0000 1.10 +++ gnome-vfsmm.spec 21 Aug 2006 18:32:15 -0000 1.11 @@ -1,5 +1,5 @@ Name: gnome-vfsmm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ wrapper for gnome-vfs @@ -71,6 +71,9 @@ %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Mar 2006 06:47:25 -0000 1.6 +++ sources 21 Aug 2006 18:32:15 -0000 1.7 @@ -1 +1 @@ -bd5c3796e417a9780201835060461be3 gnome-vfsmm-2.14.0.tar.bz2 +523d7195cabaf2ecfeda9f6683f475d1 gnome-vfsmm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:35:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:35:39 -0700 Subject: rpms/libgnomemm26/devel libgnomemm.spec,1.11,1.12 Message-ID: <200608211835.k7LIZfJU005317@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5300 Modified Files: libgnomemm.spec Log Message: Update to 2.16.0 Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomemm.spec 26 Mar 2006 07:05:01 -0000 1.11 +++ libgnomemm.spec 21 Aug 2006 18:35:39 -0000 1.12 @@ -1,5 +1,5 @@ Name: libgnomemm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -12,7 +12,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig -BuildRequires: gtkmm24-devel >= 2.4.0 +BuildRequires: gtkmm24-devel >= 2.8.0 BuildRequires: libgnome-devel >= 2.6.0 %description @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 From fedora-extras-commits at redhat.com Mon Aug 21 18:39:03 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 11:39:03 -0700 Subject: rpms/libgnomemm26/devel .cvsignore, 1.7, 1.8 libgnomemm.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608211839.k7LId5Ms005402@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5380 Modified Files: .cvsignore libgnomemm.spec sources Log Message: Uploaded source file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 26 Mar 2006 07:05:01 -0000 1.7 +++ .cvsignore 21 Aug 2006 18:39:02 -0000 1.8 @@ -1 +1 @@ -libgnomemm-2.14.0.tar.bz2 +libgnomemm-2.16.0.tar.bz2 Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libgnomemm.spec 21 Aug 2006 18:35:39 -0000 1.12 +++ libgnomemm.spec 21 Aug 2006 18:39:02 -0000 1.13 @@ -1,6 +1,6 @@ Name: libgnomemm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-2 +- Uploaded source file + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 26 Mar 2006 07:05:01 -0000 1.8 +++ sources 21 Aug 2006 18:39:02 -0000 1.9 @@ -1 +1 @@ -8e31905b9732fdb099381569736829fa libgnomemm-2.14.0.tar.bz2 +2971eea9ebe6041735375e765322c51f libgnomemm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 18:47:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 21 Aug 2006 11:47:32 -0700 Subject: rpms/TeXmacs/FC-5 .cvsignore, 1.23, 1.24 TeXmacs.spec, 1.40, 1.41 sources, 1.24, 1.25 Message-ID: <200608211847.k7LIlYGC005879@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5836/FC-5 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 7 Aug 2006 16:39:51 -0000 1.23 +++ .cvsignore 21 Aug 2006 18:47:32 -0000 1.24 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/TeXmacs.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- TeXmacs.spec 7 Aug 2006 16:39:51 -0000 1.40 +++ TeXmacs.spec 21 Aug 2006 18:47:32 -0000 1.41 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 +Version: 1.0.6.6 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz Patch1: TeXmacs-inline.patch Patch2: TeXmacs-event.patch Patch3: TeXmacs-gcc41.patch @@ -154,6 +154,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-5/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 7 Aug 2006 16:39:51 -0000 1.24 +++ sources 21 Aug 2006 18:47:32 -0000 1.25 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 18:47:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 21 Aug 2006 11:47:32 -0700 Subject: rpms/TeXmacs/FC-4 .cvsignore, 1.22, 1.23 TeXmacs.spec, 1.36, 1.37 sources, 1.24, 1.25 Message-ID: <200608211847.k7LIlYqf005873@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5836/FC-4 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.6.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 7 Aug 2006 16:39:50 -0000 1.22 +++ .cvsignore 21 Aug 2006 18:47:31 -0000 1.23 @@ -1 +1 @@ -TeXmacs-1.0.6.5-src.tar.gz +TeXmacs-1.0.6.6-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/TeXmacs.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- TeXmacs.spec 7 Aug 2006 16:44:16 -0000 1.36 +++ TeXmacs.spec 21 Aug 2006 18:47:31 -0000 1.37 @@ -1,12 +1,12 @@ Name: TeXmacs -Version: 1.0.6.5 -Release: 1%{?dist}.1 +Version: 1.0.6.6 +Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor Group: Applications/Editors License: GPL URL: http://www.texmacs.org -Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.5-src.tar.gz +Source: ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-1.0.6.6-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: tetex, tetex-fonts, ghostscript BuildRequires: guile-devel, desktop-file-utils, tetex, freetype-devel @@ -136,6 +136,9 @@ %changelog +* Mon Aug 21 2006 Gerard Milmeister - 1.0.6.6-1 +- new version 1.0.6.6 + * Mon Aug 7 2006 Gerard Milmeister - 1.0.6.5-1 - new version 1.0.6.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/FC-4/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 7 Aug 2006 16:39:50 -0000 1.24 +++ sources 21 Aug 2006 18:47:31 -0000 1.25 @@ -1 +1 @@ -9f9c96838d4845e50d8f82dfb8f3eecd TeXmacs-1.0.6.5-src.tar.gz +53e21e5cb1a536a60cd6fb28dcb598d9 TeXmacs-1.0.6.6-src.tar.gz From fedora-extras-commits at redhat.com Mon Aug 21 19:54:07 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Mon, 21 Aug 2006 12:54:07 -0700 Subject: fedora-security/audit fc5,1.289,1.290 fc6,1.24,1.25 Message-ID: <200608211954.k7LJs7OH008861@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8841/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-4145 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.289 retrieving revision 1.290 diff -u -r1.289 -r1.290 --- fc5 21 Aug 2006 14:19:56 -0000 1.289 +++ fc5 21 Aug 2006 19:54:04 -0000 1.290 @@ -5,6 +5,7 @@ CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- fc6 18 Aug 2006 21:10:21 -0000 1.24 +++ fc6 21 Aug 2006 19:54:04 -0000 1.25 @@ -5,6 +5,7 @@ CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Mon Aug 21 19:55:14 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 12:55:14 -0700 Subject: rpms/clement/devel clement.spec,1.2,1.3 Message-ID: <200608211955.k7LJtGFH008884@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8867 Modified Files: clement.spec Log Message: This is really realy painful yacc should be included! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- clement.spec 21 Aug 2006 15:02:24 -0000 1.2 +++ clement.spec 21 Aug 2006 19:55:14 -0000 1.3 @@ -11,6 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc +BuildRequires: bison Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:06:05 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:06:05 -0700 Subject: rpms/clement/devel clement.spec,1.3,1.4 Message-ID: <200608212006.k7LK67Oj011719@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11702 Modified Files: clement.spec Log Message: Really I am not impressed by the whole system (need to be conviced about this!) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- clement.spec 21 Aug 2006 19:55:14 -0000 1.3 +++ clement.spec 21 Aug 2006 20:06:05 -0000 1.4 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 197%{?dist} +Release: 198%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:11:13 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:11:13 -0700 Subject: rpms/clement/devel clement.spec,1.4,1.5 Message-ID: <200608212011.k7LKBFiF011839@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11819 Modified Files: clement.spec Log Message: This is crap! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- clement.spec 21 Aug 2006 20:06:05 -0000 1.4 +++ clement.spec 21 Aug 2006 20:11:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 198%{?dist} +Release: 199%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:16:04 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:16:04 -0700 Subject: rpms/clement/devel clement.spec,1.5,1.6 Message-ID: <200608212016.k7LKG6r1012012@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11995 Modified Files: clement.spec Log Message: scrogneugneu, even better Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clement.spec 21 Aug 2006 20:11:13 -0000 1.5 +++ clement.spec 21 Aug 2006 20:16:04 -0000 1.6 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 199%{?dist} +Release: 200%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:27:52 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:27:52 -0700 Subject: rpms/clement/devel clement.spec,1.6,1.7 Message-ID: <200608212027.k7LKRsOK012183@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12166 Modified Files: clement.spec Log Message: this is farce! Tga stay put! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- clement.spec 21 Aug 2006 20:16:04 -0000 1.6 +++ clement.spec 21 Aug 2006 20:27:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200%{?dist} +Release: 200-1%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:28:43 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:28:43 -0700 Subject: rpms/clement/devel clement.spec,1.7,1.8 Message-ID: <200608212028.k7LKSjmG012228@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12211 Modified Files: clement.spec Log Message: laughing (sad) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clement.spec 21 Aug 2006 20:27:52 -0000 1.7 +++ clement.spec 21 Aug 2006 20:28:43 -0000 1.8 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200-1%{?dist} +Release: 200.1%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:36:58 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:36:58 -0700 Subject: rpms/clement/devel clement.spec,1.8,1.9 Message-ID: <200608212037.k7LKb061012461@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12413 Modified Files: clement.spec Log Message: surprise surprise! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- clement.spec 21 Aug 2006 20:28:43 -0000 1.8 +++ clement.spec 21 Aug 2006 20:36:58 -0000 1.9 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.1%{?dist} +Release: 200.2%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -11,7 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: bison +BuildRequires: openssl Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:42:57 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 21 Aug 2006 13:42:57 -0700 Subject: extras-buildsys/utils ExtrasPushUtils.py,1.4,1.5 Message-ID: <200608212042.k7LKgvBi012544@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-buildsys/utils In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12526 Modified Files: ExtrasPushUtils.py Log Message: - move more shared functions into module + revise them slightly Index: ExtrasPushUtils.py =================================================================== RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ExtrasPushUtils.py 20 Aug 2006 22:51:49 -0000 1.4 +++ ExtrasPushUtils.py 21 Aug 2006 20:42:55 -0000 1.5 @@ -17,6 +17,7 @@ import errno import os, sys +import shutil signersgid = 100581 # signers group @@ -64,3 +65,45 @@ print 'WARNING: Could not get group name for gid %d' % signersgid print 'ERROR: Change into the %s group before running this! Use "newgrp %s".' % (grpname, grpname) sys.exit(errno.EPERM) + + +def install_copy(src,dest,overwrite=False): + """shutil.copy2 a file, but by default don't overwrite destination""" + if not overwrite and os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Copying %s to %s' % (src,dest)) + if not DEBUG: + shutil.copy2(src,dest) + + +def install_move(src,dest,overwrite=False): + """shutil.move a file, but by default don't overwrite destination""" + if not overwrite and os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Moving %s to %s' % (src,dest)) + if not DEBUG: + shutil.move(src,dest) + + +def install_link(src,dest): + """os.link a file, but don't overwrite destination""" + if os.path.exists(dest): + print('WARNING: %s already exists, ignoring new one' % dest) + return + debugprint('Linking %s <- %s' % (src,dest)) + if not DEBUG: + os.link(src,dest) + + +def install_link_or_copy(src,dest): + """try install_link, if it fails, use install_copy""" + linked = False + try: + install_link(src,dest) + linked = True + except OSError, e: + print 'WARNING: Linking failed (%s), trying to copy...' % e + if not linked: + install_copy(src,dest) From fedora-extras-commits at redhat.com Mon Aug 21 20:44:09 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:44:09 -0700 Subject: rpms/clement/devel clement.spec,1.9,1.10 Message-ID: <200608212044.k7LKiB2E012567@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12550 Modified Files: clement.spec Log Message: (require openssl-devel) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- clement.spec 21 Aug 2006 20:36:58 -0000 1.9 +++ clement.spec 21 Aug 2006 20:44:09 -0000 1.10 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.2%{?dist} +Release: 200.3%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -11,7 +11,7 @@ BuildRequires: clamav-devel >= 0.87-1 BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: openssl +BuildRequires: openssl-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:49:54 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:49:54 -0700 Subject: rpms/clement/devel clement.spec,1.10,1.11 Message-ID: <200608212049.k7LKnuCN012645@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12623 Modified Files: clement.spec Log Message: Ok, now, bz2 was missing! Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- clement.spec 21 Aug 2006 20:44:09 -0000 1.10 +++ clement.spec 21 Aug 2006 20:49:54 -0000 1.11 @@ -12,6 +12,7 @@ BuildRequires: pam-devel BuildRequires: byacc BuildRequires: openssl-devel +BuildRequires: bzip2-libs Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 20:50:35 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:50:35 -0700 Subject: rpms/clement/devel clement.spec,1.11,1.12 Message-ID: <200608212050.k7LKobRe012710@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12691 Modified Files: clement.spec Log Message: oups! fogot to increase release number Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- clement.spec 21 Aug 2006 20:49:54 -0000 1.11 +++ clement.spec 21 Aug 2006 20:50:35 -0000 1.12 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.3%{?dist} +Release: 200.4%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Mon Aug 21 20:57:50 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 13:57:50 -0700 Subject: rpms/clement/devel clement.spec,1.12,1.13 Message-ID: <200608212057.k7LKvqWE012780@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12763 Modified Files: clement.spec Log Message: Hmmmm bzip2-devel Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- clement.spec 21 Aug 2006 20:50:35 -0000 1.12 +++ clement.spec 21 Aug 2006 20:57:50 -0000 1.13 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.4%{?dist} +Release: 200.5%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -12,7 +12,7 @@ BuildRequires: pam-devel BuildRequires: byacc BuildRequires: openssl-devel -BuildRequires: bzip2-libs +BuildRequires: bzip2-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 21:05:55 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 14:05:55 -0700 Subject: rpms/clement/devel clement.spec,1.13,1.14 Message-ID: <200608212105.k7LL5vCi015515@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15498 Modified Files: clement.spec Log Message: (last lib needed!?) Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- clement.spec 21 Aug 2006 20:57:50 -0000 1.13 +++ clement.spec 21 Aug 2006 21:05:55 -0000 1.14 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.5%{?dist} +Release: 200.6%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic @@ -8,11 +8,9 @@ Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: clamav-devel >= 0.87-1 -BuildRequires: pam-devel BuildRequires: byacc -BuildRequires: openssl-devel -BuildRequires: bzip2-devel +BuildRequires: clamav-devel >= 0.87-1 +BuildRequires: openssl-devel,bzip2-devel,gmp-devel,glibc-devel,pam-devel Requires: clamav >= 0.87-1 Requires: iptables Requires(post): chkconfig, initscripts From fedora-extras-commits at redhat.com Mon Aug 21 21:09:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:09:38 -0700 Subject: rpms/XaraLX import.log,1.2,1.3 Message-ID: <200608212110.k7LLAA9I015646@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15597 Modified Files: import.log Log Message: auto-import XaraLX-0.7-4.r1709 on branch devel from XaraLX-0.7-4.r1709.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 1 Aug 2006 22:07:29 -0000 1.2 +++ import.log 21 Aug 2006 21:09:37 -0000 1.3 @@ -1 +1,2 @@ XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 +XaraLX-0_7-4_r1709:HEAD:XaraLX-0.7-4.r1709.src.rpm:1156194555 From fedora-extras-commits at redhat.com Mon Aug 21 21:09:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:09:38 -0700 Subject: rpms/XaraLX/devel .cvsignore, 1.2, 1.3 XaraLX.spec, 1.2, 1.3 sources, 1.2, 1.3 xaralx.desktop.patch, 1.1, 1.2 Message-ID: <200608212110.k7LLAAFw015655@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15597/devel Modified Files: .cvsignore XaraLX.spec sources xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-4.r1709 on branch devel from XaraLX-0.7-4.r1709.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 +++ .cvsignore 21 Aug 2006 21:09:38 -0000 1.3 @@ -1 +1 @@ -XaraLX-0.7r1614.tar.bz2 +XaraLX-0.7r1709.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/XaraLX.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XaraLX.spec 9 Aug 2006 12:06:13 -0000 1.2 +++ XaraLX.spec 21 Aug 2006 21:09:38 -0000 1.3 @@ -1,9 +1,9 @@ -%define buildRev r1614 +%define buildRev r1709 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 3%{?dist}.%{buildRev} +Release: 4%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -54,7 +54,6 @@ install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime -install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ @@ -71,10 +70,10 @@ rm -rf %{buildroot} %post -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -83,16 +82,21 @@ %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm -%{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications +%{_docdir}/XaraLX %files examples %{_docdir}/XaraLX/examples %changelog +* Mon Aug 21 2006 Paul F. Johnson 0.7-4.r1709 +- bump to newer version +- removed redundant install line +- docdir/XaraLX is now owned correctly + * Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 -- fixed noisy mime database entry +- fixed noisy mimeinfo output * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 22:07:30 -0000 1.2 +++ sources 21 Aug 2006 21:09:38 -0000 1.3 @@ -1 +1 @@ -6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 +70b0bc712ce62b57e6cdb1b32f528b10 XaraLX-0.7r1709.tar.bz2 xaralx.desktop.patch: Index: xaralx.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/XaraLX/devel/xaralx.desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xaralx.desktop.patch 1 Aug 2006 22:07:30 -0000 1.1 +++ xaralx.desktop.patch 21 Aug 2006 21:09:38 -0000 1.2 @@ -1,5 +1,5 @@ ---- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 -+++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 +--- XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 ++++ XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 From fedora-extras-commits at redhat.com Mon Aug 21 21:10:33 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Mon, 21 Aug 2006 14:10:33 -0700 Subject: fedora-security/audit fc5,1.290,1.291 fc6,1.25,1.26 Message-ID: <200608212110.k7LLAXo6015718@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15663 Modified Files: fc5 fc6 Log Message: Triage the mysql issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.290 retrieving revision 1.291 diff -u -r1.290 -r1.291 --- fc5 21 Aug 2006 19:54:04 -0000 1.290 +++ fc5 21 Aug 2006 21:10:31 -0000 1.291 @@ -3,8 +3,8 @@ ** are items that need attention -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- fc6 21 Aug 2006 19:54:04 -0000 1.25 +++ fc6 21 Aug 2006 21:10:31 -0000 1.26 @@ -3,8 +3,8 @@ ** are items that need attention -CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) -CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) +CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 +CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Mon Aug 21 21:11:17 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:11:17 -0700 Subject: rpms/XaraLX import.log,1.3,1.4 Message-ID: <200608212111.k7LLBJJB015785@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15751 Modified Files: import.log Log Message: auto-import XaraLX-0.7-4.r1709 on branch FC-5 from XaraLX-0.7-4.r1709.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/XaraLX/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 21 Aug 2006 21:09:37 -0000 1.3 +++ import.log 21 Aug 2006 21:11:17 -0000 1.4 @@ -1,2 +1,3 @@ XaraLX-0_7-2_r1614:HEAD:XaraLX-0.7-2.r1614.src.rpm:1154470045 XaraLX-0_7-4_r1709:HEAD:XaraLX-0.7-4.r1709.src.rpm:1156194555 +XaraLX-0_7-4_r1709:FC-5:XaraLX-0.7-4.r1709.src.rpm:1156194666 From fedora-extras-commits at redhat.com Mon Aug 21 21:11:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Mon, 21 Aug 2006 14:11:18 -0700 Subject: rpms/XaraLX/FC-5 .cvsignore, 1.2, 1.3 XaraLX.spec, 1.2, 1.3 sources, 1.2, 1.3 xaralx.desktop.patch, 1.1, 1.2 Message-ID: <200608212111.k7LLBK7p015795@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/XaraLX/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15751/FC-5 Modified Files: .cvsignore XaraLX.spec sources xaralx.desktop.patch Log Message: auto-import XaraLX-0.7-4.r1709 on branch FC-5 from XaraLX-0.7-4.r1709.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Aug 2006 22:07:30 -0000 1.2 +++ .cvsignore 21 Aug 2006 21:11:18 -0000 1.3 @@ -1 +1 @@ -XaraLX-0.7r1614.tar.bz2 +XaraLX-0.7r1709.tar.bz2 Index: XaraLX.spec =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/XaraLX.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- XaraLX.spec 9 Aug 2006 12:09:01 -0000 1.2 +++ XaraLX.spec 21 Aug 2006 21:11:18 -0000 1.3 @@ -1,9 +1,9 @@ -%define buildRev r1614 +%define buildRev r1709 Name: XaraLX Summary: Vector/general purpose graphics utility Version: 0.7 -Release: 3%{?dist}.%{buildRev} +Release: 4%{?dist}.%{buildRev} License: GPL Group: Applications/Publishing Source0: http://downloads.xara.com/opensource/%{name}-%{version}%{buildRev}.tar.bz2 @@ -54,7 +54,6 @@ install -m 0644 xaralx.png xaralx.xpm %{buildroot}%{_datadir}/pixmaps/ install -m 0644 Mime/mime-storage/gnome/xaralx.keys %{buildroot}%{_datadir}/mime-info/xaralx.keys install -m 0644 Mime/mime-storage/gnome/xaralx.mime %{buildroot}%{_datadir}/mime-info/xaralx.mime -install -m 0644 Mime/xaralx.xml %{buildroot}%{_datadir}/mime/application/xaralx.xml install -m 0644 Mime/mime-storage/gnome/xaralx.applications %{buildroot}/%{_datadir}/application-registry/xaralx.applications desktop-file-install --vendor fedora \ @@ -71,10 +70,10 @@ rm -rf %{buildroot} %post -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %postun -update-mime-database %{_datadir}/mime &> /dev/null || : +update-mime-database %{_datadir}/mime &> /dev/null || : %files %defattr(-,root,root) @@ -83,16 +82,21 @@ %{_datadir}/applications/fedora-xaralx.desktop %{_datadir}/pixmaps/xaralx.png %{_datadir}/pixmaps/xaralx.xpm -%{_datadir}/mime/application/xaralx.xml %{_datadir}/mime-info/xaralx* %{_datadir}/application-registry/xaralx.applications +%{_docdir}/XaraLX %files examples %{_docdir}/XaraLX/examples %changelog +* Mon Aug 21 2006 Paul F. Johnson 0.7-4.r1709 +- bump to newer version +- removed redundant install line +- docdir/XaraLX is now owned correctly + * Wed Aug 09 2006 Paul F. Johnson 0.7-3.r1614 -- fixed noisy mime update +- fixed noisy mimeinfo output * Mon Jul 31 2006 Paul F. Johnson 0.7-2.r1614 - patched the desktop file Index: sources =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Aug 2006 22:07:30 -0000 1.2 +++ sources 21 Aug 2006 21:11:18 -0000 1.3 @@ -1 +1 @@ -6a76220a50ce96f9af0936f51a8b83e4 XaraLX-0.7r1614.tar.bz2 +70b0bc712ce62b57e6cdb1b32f528b10 XaraLX-0.7r1709.tar.bz2 xaralx.desktop.patch: Index: xaralx.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/XaraLX/FC-5/xaralx.desktop.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xaralx.desktop.patch 1 Aug 2006 22:07:30 -0000 1.1 +++ xaralx.desktop.patch 21 Aug 2006 21:11:18 -0000 1.2 @@ -1,5 +1,5 @@ ---- XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 -+++ XaraLX-0.7r1614/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 +--- XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:09:10.000000000 +0100 ++++ XaraLX-0.7r1709/xaralx.desktop 2006-07-31 21:08:27.000000000 +0100 @@ -1,7 +1,7 @@ [Desktop Entry] Version=1.0 From fedora-extras-commits at redhat.com Mon Aug 21 21:20:35 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 21 Aug 2006 14:20:35 -0700 Subject: rpms/libgnomeuimm26/devel .cvsignore, 1.5, 1.6 libgnomeuimm.spec, 1.11, 1.12 sources, 1.6, 1.7 Message-ID: <200608212120.k7LLKbtv015982@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15961 Modified Files: .cvsignore libgnomeuimm.spec sources Log Message: Update to 2.16.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 26 Mar 2006 07:19:26 -0000 1.5 +++ .cvsignore 21 Aug 2006 21:20:35 -0000 1.6 @@ -1 +1 @@ -libgnomeuimm-2.14.0.tar.bz2 +libgnomeuimm-2.16.0.tar.bz2 Index: libgnomeuimm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/libgnomeuimm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomeuimm.spec 26 Mar 2006 07:19:26 -0000 1.11 +++ libgnomeuimm.spec 21 Aug 2006 21:20:35 -0000 1.12 @@ -1,5 +1,5 @@ Name: libgnomeuimm26 -Version: 2.14.0 +Version: 2.16.0 Release: 1 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -13,7 +13,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: libgnomeui-devel >= 2.7.1 -BuildRequires: libgnomemm26-devel >= 2.6.0 +BuildRequires: libgnomemm26-devel >= 2.14.0 BuildRequires: libgnomecanvasmm26-devel >= 2.6.0 BuildRequires: gconfmm26-devel >= 2.6.0 BuildRequires: libglademm24-devel >= 2.4.0 @@ -82,6 +82,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 21 2006 Denis Leroy - 2.16.0-1 +- Update to 2.16.0 + * Thu Mar 23 2006 Denis Leroy - 2.14.0-1 - Update to 2.14.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Mar 2006 07:19:26 -0000 1.6 +++ sources 21 Aug 2006 21:20:35 -0000 1.7 @@ -1 +1 @@ -066edc6d3dea4f0dce317dbf5ea7c24e libgnomeuimm-2.14.0.tar.bz2 +3015a41496834179db913cccda05a5e4 libgnomeuimm-2.16.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 21 22:25:35 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Mon, 21 Aug 2006 15:25:35 -0700 Subject: rpms/clement/devel clement.spec,1.14,1.15 Message-ID: <200608212225.k7LMPbLq019030@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19013 Modified Files: clement.spec Log Message: Testing make procedure Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- clement.spec 21 Aug 2006 21:05:55 -0000 1.14 +++ clement.spec 21 Aug 2006 22:25:35 -0000 1.15 @@ -1,6 +1,6 @@ Name: clement Version: 2.1 -Release: 200.6%{?dist} +Release: 201.0%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic From fedora-extras-commits at redhat.com Tue Aug 22 07:05:26 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:05:26 -0700 Subject: rpms/inkscape/FC-4 inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.18, 1.19 Message-ID: <200608220705.k7M75Sek012120@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12100 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: - Added patch to fix png dpi export problem (bug 168406) - Removed skencil Require (bug 20322) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-4/inkscape.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- inkscape.spec 23 Jul 2006 11:21:13 -0000 1.18 +++ inkscape.spec 22 Aug 2006 07:05:25 -0000 1.19 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -33,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -58,6 +58,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +121,10 @@ %changelog +* Fri Aug 11 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (bug 168406) +- Removed skencil Require (bug 20322) + * Sun Jul 23 2006 Denis Leroy - 0.44-3 - Rebuild with gtkmm 2.6.10 From fedora-extras-commits at redhat.com Tue Aug 22 07:07:29 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:07:29 -0700 Subject: rpms/inkscape/FC-5 inkscape-0.44-pngdpi.patch, NONE, 1.1 inkscape.spec, 1.29, 1.30 Message-ID: <200608220707.k7M77VdO012218@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12196 Modified Files: inkscape.spec Added Files: inkscape-0.44-pngdpi.patch Log Message: - Added patch to fix png dpi export problem (bug 168406) - Removed skencil Require (bug 20322) inkscape-0.44-pngdpi.patch: --- NEW FILE inkscape-0.44-pngdpi.patch --- Index: src/selection-chemistry.cpp =================================================================== --- src/selection-chemistry.cpp (wersja 12152) +++ src/selection-chemistry.cpp (kopia robocza) @@ -2332,7 +2332,7 @@ // Do the export sp_export_png_file(document, filepath, bbox.x0, bbox.y0, bbox.x1, bbox.y1, - width, height, + width, height, res, res, (guint32) 0xffffff00, NULL, NULL, true, /*bool force_overwrite,*/ Index: src/file.cpp =================================================================== --- src/file.cpp (wersja 12152) +++ src/file.cpp (kopia robocza) @@ -1091,7 +1091,7 @@ int sp_export_png_file(SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, - unsigned width, unsigned height, + unsigned width, unsigned height, double xdpi, double ydpi, unsigned long bgcolor, unsigned (*status)(float, void *), void *data, bool force_overwrite, @@ -1168,12 +1168,12 @@ if ((width < 256) || ((width * height) < 32768)) { ebp.px = nr_pixelstore_64K_new(FALSE, 0); ebp.sheight = 65536 / (4 * width); - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); nr_pixelstore_64K_free(ebp.px); } else { ebp.px = g_new(guchar, 4 * 64 * width); ebp.sheight = 64; - write_status = sp_png_write_rgba_striped(filename, width, height, sp_export_get_rows, &ebp); + write_status = sp_png_write_rgba_striped(filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp); g_free(ebp.px); } Index: src/helper/png-write.cpp =================================================================== --- src/helper/png-write.cpp (wersja 12152) +++ src/helper/png-write.cpp (kopia robocza) @@ -53,18 +53,18 @@ } int -sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, int rowstride) +sp_png_write_rgba (const gchar *filename, const guchar *px, int width, int height, double xdpi, double ydpi, int rowstride) { SPPNGBD bd; bd.px = px; bd.rowstride = rowstride; - return sp_png_write_rgba_striped (filename, width, height, sp_png_get_block_stripe, &bd); + return sp_png_write_rgba_striped (filename, width, height, xdpi, ydpi, sp_png_get_block_stripe, &bd); } int -sp_png_write_rgba_striped (const gchar *filename, int width, int height, +sp_png_write_rgba_striped (const gchar *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (const guchar **rows, int row, int num_rows, void *data), void *data) { @@ -151,6 +151,7 @@ /* other optional chunks like cHRM, bKGD, tRNS, tIME, oFFs, pHYs, */ /* note that if sRGB is present the cHRM chunk must be ignored * on read and must be written in accordance with the sRGB profile */ + png_set_pHYs(png_ptr, info_ptr, unsigned(xdpi / 0.0254 + 0.5), unsigned(ydpi / 0.0254 + 0.5), PNG_RESOLUTION_METER); /* Write the file header information. REQUIRED */ png_write_info(png_ptr, info_ptr); Index: src/helper/png-write.h =================================================================== --- src/helper/png-write.h (wersja 12152) +++ src/helper/png-write.h (kopia robocza) @@ -14,9 +14,9 @@ #include -int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, int rowstride); +int sp_png_write_rgba(gchar const *filename, guchar const *px, int width, int height, double xdpi, double ydpi, int rowstride); -int sp_png_write_rgba_striped(gchar const *filename, int width, int height, +int sp_png_write_rgba_striped(gchar const *filename, int width, int height, double xdpi, double ydpi, int (* get_rows) (guchar const **rows, int row, int num_rows, void *data), void *data); Index: src/dialogs/export.cpp =================================================================== --- src/dialogs/export.cpp (wersja 12152) +++ src/dialogs/export.cpp (kopia robocza) @@ -1070,7 +1070,7 @@ /* Do export */ if (!sp_export_png_file (sp_desktop_document (SP_ACTIVE_DESKTOP), filename, - x0, y0, x1, y1, width, height, + x0, y0, x1, y1, width, height, xdpi, ydpi, nv->pagecolor, sp_export_progress_callback, base)) { gchar * error; Index: src/main.cpp =================================================================== --- src/main.cpp (wersja 12152) +++ src/main.cpp (kopia robocza) @@ -955,7 +955,7 @@ g_print("Bitmap saved as: %s\n", filename); if ((width >= 1) && (height >= 1) && (width < 65536) && (height < 65536)) { - sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); + sp_export_png_file(doc, filename, area.x0, area.y0, area.x1, area.y1, width, height, dpi, dpi, bgcolor, NULL, NULL, true, sp_export_id_only ? items : NULL); } else { g_warning("Calculated bitmap dimensions %d %d are out of range (1 - 65535). Nothing exported.", width, height); } Index: src/file.h =================================================================== --- src/file.h (wersja 12152) +++ src/file.h (kopia robocza) @@ -129,7 +129,7 @@ */ int sp_export_png_file (SPDocument *doc, const gchar *filename, double x0, double y0, double x1, double y1, - unsigned int width, unsigned int height, + unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, GSList *items_only = NULL); Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/FC-5/inkscape.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- inkscape.spec 9 Aug 2006 07:14:02 -0000 1.29 +++ inkscape.spec 22 Aug 2006 07:07:28 -0000 1.30 @@ -1,12 +1,13 @@ Name: inkscape Version: 0.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPL URL: http://inkscape.sourceforge.net/ Source0: http://download.sourceforge.net/inkscape/inkscape-%{version}.tar.bz2 +Patch0: inkscape-0.44-pngdpi.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atk-devel @@ -33,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -58,6 +58,7 @@ %prep %setup -q +%patch0 -p0 -b .pngdpi %build @@ -120,6 +121,10 @@ %changelog +* Thu Aug 10 2006 Denis Leroy - 0.44-4 +- Added patch to fix png dpi export problem (bug 168406) +- Removed skencil Require (bug 20322) + * Wed Aug 9 2006 Denis Leroy - 0.44-3 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Tue Aug 22 07:12:15 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 00:12:15 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.29,1.30 Message-ID: <200608220712.k7M7CHfR012307@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12290 Modified Files: inkscape.spec Log Message: Removed skencil Require (bug 203229) Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- inkscape.spec 11 Aug 2006 07:06:50 -0000 1.29 +++ inkscape.spec 22 Aug 2006 07:12:15 -0000 1.30 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -34,7 +34,6 @@ %{?_with_gnomeprint: BuildRequires: libgnomeprint22-devel >= 2.2.0} Requires: pstoedit -Requires: skencil Requires(post): desktop-file-utils Requires(postun): desktop-file-utils @@ -122,6 +121,9 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.44-5 +- Removed skencil Require (bug 203229) + * Thu Aug 10 2006 Denis Leroy - 0.44-4 - Added patch to fix png dpi export problem (#168406) From fedora-extras-commits at redhat.com Tue Aug 22 08:37:22 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 01:37:22 -0700 Subject: rpms/wine/FC-5 wine.spec,1.32,1.33 Message-ID: <200608220837.k7M8bOQW015220@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15203 Modified Files: wine.spec Log Message: - fix file section bug Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 21 Aug 2006 07:40:55 -0000 1.32 +++ wine.spec 22 Aug 2006 08:37:22 -0000 1.33 @@ -354,7 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 08:37:40 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 22 Aug 2006 01:37:40 -0700 Subject: fedora-security/audit fc5,1.291,1.292 fc6,1.26,1.27 Message-ID: <200608220837.k7M8be8L015281@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15256 Modified Files: fc5 fc6 Log Message: Catch up with emails for fc5/6 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.291 retrieving revision 1.292 diff -u -r1.291 -r1.292 --- fc5 21 Aug 2006 21:10:31 -0000 1.291 +++ fc5 22 Aug 2006 08:37:37 -0000 1.292 @@ -1,13 +1,17 @@ -Up to date CVE as of CVE email 20060815 -Up to date FC5 as of 20060813 +Up to date CVE as of CVE email 20060821 +Up to date FC5 as of 20060821 ** are items that need attention +CVE-2006-4261 VULNERABLE (firefox) +CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 +CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug +CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 -CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) +CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 CVE-2006-4019 version (squirrelmail, fixed 1.4.8) #202196 [since FEDORA-2006-913] @@ -103,7 +107,7 @@ CVE-2006-3082 version (gnupg, fixed 1.4.4) #195946 [since FEDORA-2006-755] CVE-2006-3081 version (mysql, fixed 5.1.18) [since FEDORA-2006-702] CVE-2006-3057 version (dhcdbd, fixed 1.14) [since FEDORA-2006-609] -CVE-2006-3018 VULNERABLE (php, fixed 5.1.3) +CVE-2006-3018 ignore (php, fixed 5.1.3) no verification of flaw CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- fc6 21 Aug 2006 21:10:31 -0000 1.26 +++ fc6 22 Aug 2006 08:37:37 -0000 1.27 @@ -1,10 +1,14 @@ -Up to date CVE as of CVE email 20060815 +Up to date CVE as of CVE email 20060821 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4261 VULNERABLE (firefox) +CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 +CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug +CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Tue Aug 22 08:55:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:55:13 -0700 Subject: rpms/gtksourceview-sharp import.log,1.7,1.8 Message-ID: <200608220855.k7M8tFJt015419@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15388 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-16 on branch devel from gtksourceview-sharp-2.0-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 1 Aug 2006 22:31:12 -0000 1.7 +++ import.log 22 Aug 2006 08:55:13 -0000 1.8 @@ -4,3 +4,4 @@ gtksourceview-sharp-2_0-14:HEAD:gtksourceview-sharp-2.0-14.src.rpm:1154380072 gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 +gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 From fedora-extras-commits at redhat.com Tue Aug 22 08:55:13 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:55:13 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.3,1.4 Message-ID: <200608220855.k7M8tFOQ015423@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15388/devel Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-16 on branch devel from gtksourceview-sharp-2.0-16.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtksourceview-sharp.spec 1 Aug 2006 22:30:16 -0000 1.3 +++ gtksourceview-sharp.spec 22 Aug 2006 08:55:13 -0000 1.4 @@ -1,17 +1,15 @@ %define extra 0.10 -%define monodir %{_prefix}/lib Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPL Group: System Environment/Libraries -Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz -URL: http://go-mono.com/sources/%{name}-%{version}/ +Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig -BuildRequires: autoconf, automake +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel Requires: mono-core, gtksourceview %description @@ -31,7 +29,7 @@ %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure --libdir=%{monodir} +%configure make all %{?_smp_mflags} %install @@ -45,17 +43,22 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp -%{monodir}/mono/gtksourceview-sharp-2.0 +%{_libdir}/mono/gac/gtksourceview-sharp +%{_libdir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) -%{monodir}/pkgconfig/gtksourceview-sharp-2.0.pc +%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc %clean %{__rm} -rf %{buildroot} %changelog +* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +- rebuild +- removed 64 bit hacks +- removed unused BRs + * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file - added R pkgconfig for the -devel package From fedora-extras-commits at redhat.com Tue Aug 22 08:56:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:56:07 -0700 Subject: rpms/gtksourceview-sharp import.log,1.8,1.9 Message-ID: <200608220856.k7M8udD1015511@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15479 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-16 on branch FC-5 from gtksourceview-sharp-2.0-16.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 22 Aug 2006 08:55:13 -0000 1.8 +++ import.log 22 Aug 2006 08:56:07 -0000 1.9 @@ -5,3 +5,4 @@ gtksourceview-sharp-2_0-15:HEAD:gtksourceview-sharp-2.0-15.src.rpm:1154471410 gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 +gtksourceview-sharp-2_0-16:FC-5:gtksourceview-sharp-2.0-16.src.rpm:1156236956 From fedora-extras-commits at redhat.com Tue Aug 22 08:56:07 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Tue, 22 Aug 2006 01:56:07 -0700 Subject: rpms/gtksourceview-sharp/FC-5 gtksourceview-sharp.spec,1.3,1.4 Message-ID: <200608220856.k7M8uduB015514@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15479/FC-5 Modified Files: gtksourceview-sharp.spec Log Message: auto-import gtksourceview-sharp-2.0-16 on branch FC-5 from gtksourceview-sharp-2.0-16.src.rpm Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/FC-5/gtksourceview-sharp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtksourceview-sharp.spec 1 Aug 2006 22:31:12 -0000 1.3 +++ gtksourceview-sharp.spec 22 Aug 2006 08:56:07 -0000 1.4 @@ -1,17 +1,15 @@ %define extra 0.10 -%define monodir %{_prefix}/lib Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 15%{?dist} +Release: 16%{?dist} License: LGPL Group: System Environment/Libraries -Source0: http://go-mono.com/sources/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz -URL: http://go-mono.com/sources/%{name}-%{version}/ +Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig -BuildRequires: autoconf, automake +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel Requires: mono-core, gtksourceview %description @@ -31,7 +29,7 @@ %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure --libdir=%{monodir} +%configure make all %{?_smp_mflags} %install @@ -45,17 +43,22 @@ %doc AUTHORS COPYING INSTALL NEWS README %{_datadir}/gapi-2.0/gtksourceview-api.xml %{_datadir}/gtksourceview-1.0/language-specs/nemerle.lang -%{monodir}/mono/gac/gtksourceview-sharp -%{monodir}/mono/gtksourceview-sharp-2.0 +%{_libdir}/mono/gac/gtksourceview-sharp +%{_libdir}/mono/gtksourceview-sharp-2.0 %files devel %defattr (-,root,root,-) -%{monodir}/pkgconfig/gtksourceview-sharp-2.0.pc +%{_libdir}/pkgconfig/gtksourceview-sharp-2.0.pc %clean %{__rm} -rf %{buildroot} %changelog +* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +- rebuild +- removed 64 bit hacks +- removed unused BRs + * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file - added R pkgconfig for the -devel package From fedora-extras-commits at redhat.com Tue Aug 22 09:12:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:12:11 -0700 Subject: rpms/xmms-speex/FC-5 xmms-speex.spec,1.6,1.7 Message-ID: <200608220912.k7M9CD8Q018351@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18320/FC-5 Modified Files: xmms-speex.spec Log Message: Rebuild (#203458 for devel and #203476 for FC5). Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/FC-5/xmms-speex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xmms-speex.spec 13 Feb 2006 14:21:31 -0000 1.6 +++ xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 0.9.1-7 +- Rebuild (#203458 for devel and #203476 for FC5). + * Mon Feb 13 2006 Matthias Saou 0.9.1-6 - Rebuild for new gcc/glibc. From fedora-extras-commits at redhat.com Tue Aug 22 09:12:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:12:11 -0700 Subject: rpms/xmms-speex/devel xmms-speex.spec,1.6,1.7 Message-ID: <200608220912.k7M9CDoW018355@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18320/devel Modified Files: xmms-speex.spec Log Message: Rebuild (#203458 for devel and #203476 for FC5). Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/devel/xmms-speex.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xmms-speex.spec 13 Feb 2006 14:21:31 -0000 1.6 +++ xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 0.9.1-7 +- Rebuild (#203458 for devel and #203476 for FC5). + * Mon Feb 13 2006 Matthias Saou 0.9.1-6 - Rebuild for new gcc/glibc. From fedora-extras-commits at redhat.com Tue Aug 22 09:14:47 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:14:47 -0700 Subject: rpms/php-mmcache/FC-4 php-mmcache.spec,1.8,1.9 Message-ID: <200608220914.k7M9EnRD018464@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-mmcache/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18447 Modified Files: php-mmcache.spec Log Message: Rebuild (#203485). Index: php-mmcache.spec =================================================================== RCS file: /cvs/extras/rpms/php-mmcache/FC-4/php-mmcache.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-mmcache.spec 17 Oct 2005 13:29:03 -0000 1.8 +++ php-mmcache.spec 22 Aug 2006 09:14:47 -0000 1.9 @@ -6,7 +6,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-mmcache Version: %{php_version}_%{module_version} -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Development/Languages URL: http://turck-mmcache.sourceforge.net/ @@ -16,7 +16,7 @@ Provides: php-zend_extension BuildRequires: php, php-devel # Required by phpize -BuildRequires: autoconf, automake, libtool, gcc-c++ +BuildRequires: autoconf, automake, libtool %description Turck MMCache is a free open source PHP accelerator, optimizer, encoder and @@ -81,6 +81,9 @@ %changelog +* Tue Aug 22 2005 Matthias Saou 4.x.x_2.4.6-8 +- Rebuild (#203485). + * Mon Oct 17 2005 Matthias Saou 4.x.x_2.4.6-7 - Fix default PHP extension dir if php-config call fails. - Default to current PHP version if php-config call fails. From fedora-extras-commits at redhat.com Tue Aug 22 09:15:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:15:54 -0700 Subject: rpms/php-mmcache/FC-4 php-mmcache.spec,1.9,1.10 Message-ID: <200608220915.k7M9Fujs018489@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-mmcache/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18472 Modified Files: php-mmcache.spec Log Message: Fix year in last changelog entry. Index: php-mmcache.spec =================================================================== RCS file: /cvs/extras/rpms/php-mmcache/FC-4/php-mmcache.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-mmcache.spec 22 Aug 2006 09:14:47 -0000 1.9 +++ php-mmcache.spec 22 Aug 2006 09:15:54 -0000 1.10 @@ -81,7 +81,7 @@ %changelog -* Tue Aug 22 2005 Matthias Saou 4.x.x_2.4.6-8 +* Tue Aug 22 2006 Matthias Saou 4.x.x_2.4.6-8 - Rebuild (#203485). * Mon Oct 17 2005 Matthias Saou 4.x.x_2.4.6-7 From fedora-extras-commits at redhat.com Tue Aug 22 09:19:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 02:19:01 -0700 Subject: rpms/php-eaccelerator/FC-4 php-eaccelerator.spec,1.9,1.10 Message-ID: <200608220919.k7M9J3wI018567@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18550 Modified Files: php-eaccelerator.spec Log Message: Rebuild (#203486). Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-4/php-eaccelerator.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-eaccelerator.spec 10 May 2006 10:03:21 -0000 1.9 +++ php-eaccelerator.spec 22 Aug 2006 09:19:01 -0000 1.10 @@ -10,7 +10,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ @@ -89,6 +89,9 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 5.0.1_0.9.4-2 +- Rebuild (#203486). + * Tue Apr 11 2006 Matthias Saou 5.0.1_0.9.4-1 - Update to 0.9.4. - Remove no longer needed buffer overflow patch. From fedora-extras-commits at redhat.com Tue Aug 22 09:19:57 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 02:19:57 -0700 Subject: rpms/wine/FC-4 wine.spec,1.27,1.28 Message-ID: <200608220919.k7M9JxHx018642@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18611/FC-4 Modified Files: wine.spec Log Message: - fix filesection Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- wine.spec 21 Aug 2006 07:40:54 -0000 1.27 +++ wine.spec 22 Aug 2006 09:19:57 -0000 1.28 @@ -342,7 +342,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 09:19:58 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Tue, 22 Aug 2006 02:19:58 -0700 Subject: rpms/wine/devel wine.spec,1.32,1.33 Message-ID: <200608220920.k7M9K09D018646@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18611/devel Modified Files: wine.spec Log Message: - fix filesection Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- wine.spec 21 Aug 2006 07:40:56 -0000 1.32 +++ wine.spec 22 Aug 2006 09:19:58 -0000 1.33 @@ -354,7 +354,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so From fedora-extras-commits at redhat.com Tue Aug 22 10:02:35 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 03:02:35 -0700 Subject: rpms/js/FC-5 js-1.5-threadsafe.patch,NONE,1.1 js.spec,1.11,1.12 Message-ID: <200608221002.k7MA2bXe021435@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21415/FC-5 Modified Files: js.spec Added Files: js-1.5-threadsafe.patch Log Message: Backport devel fix to FC-5 (#199696). js-1.5-threadsafe.patch: --- NEW FILE js-1.5-threadsafe.patch --- diff -Naupr js.orig/src/Makefile.ref js/src/Makefile.ref --- js.orig/src/Makefile.ref 2003-11-15 01:10:55.000000000 +0100 +++ js/src/Makefile.ref 2006-07-24 17:06:59.000000000 +0200 @@ -61,11 +61,11 @@ endif ifdef JS_THREADSAFE DEFINES += -DJS_THREADSAFE -INCLUDES += -I../../dist/$(OBJDIR)/include +INCLUDES += $(shell nspr-config --cflags) ifdef USE_MSVC OTHER_LIBS += ../../dist/$(OBJDIR)/lib/libnspr${NSPR_LIBSUFFIX}.lib else -OTHER_LIBS += -L../../dist/$(OBJDIR)/lib -lnspr${NSPR_LIBSUFFIX} +OTHER_LIBS += $(shell nspr-config --libs) endif endif Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-5/js.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- js.spec 6 Mar 2006 15:31:18 -0000 1.11 +++ js.spec 22 Aug 2006 10:02:35 -0000 1.12 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -16,9 +16,10 @@ Patch1: js-shlib.patch Patch2: js-1.5-va_copy.patch Patch3: js-ldflags.patch +Patch4: js-1.5-threadsafe.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRequires: perl >= 1:5.6.1, readline-devel +BuildRequires: perl >= 1:5.6.1, readline-devel, nspr-devel Provides: libjs = %{version}-%{release} %description @@ -41,10 +42,11 @@ %prep %setup -q -n %{name} -%patch0 -b .make -%patch1 -b .shlib +%patch0 -p0 -b .make +%patch1 -p0 -b .shlib %patch2 -p1 -b .vacopy -%patch3 -b .ldflags +%patch3 -p0 -b .ldflags +%patch4 -p1 -b .threadsafe %{__cp} src/perlconnect/README.html src/README.perlconnect.html # Create pkgconfig file @@ -66,12 +68,14 @@ %build export BUILD_OPT=1 %{__make} -C src -f Makefile.ref \ + JS_THREADSAFE="1" \ XCFLAGS="%{optflags} -fPIC" \ BUILD_OPT="1" \ %if 0%{!?_without_readline:1} JS_READLINE="1" \ %endif JS_PERLCONNECT="1" + cd src/perlconnect MAKEFLAGS=-s %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" @@ -130,6 +134,10 @@ %changelog +* Mon Jul 24 2006 Matthias Saou 1.5-5 +- FC6 rebuild. +- Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. + * Mon Mar 6 2006 Matthias Saou 1.5-4 - FC5 rebuild. From fedora-extras-commits at redhat.com Tue Aug 22 10:39:38 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 03:39:38 -0700 Subject: rpms/k3d/FC-5 .cvsignore,1.2,1.3 k3d.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221039.k7MAdeIj021673@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21652 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 22 Aug 2006 10:39:37 -0000 1.3 @@ -1 +0,0 @@ -k3d-0.5.16.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 22 Aug 2006 10:39:37 -0000 1.2 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 3%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -45,7 +45,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -56,6 +56,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -111,13 +120,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -127,6 +152,10 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 22 Aug 2006 10:39:37 -0000 1.3 @@ -1 +0,0 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 11:27:37 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Tue, 22 Aug 2006 04:27:37 -0700 Subject: rpms/clement/devel .cvsignore, 1.2, 1.3 clement.spec, 1.15, 1.16 sources, 1.2, 1.3 Message-ID: <200608221127.k7MBRdkb024857@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24818/devel Modified Files: .cvsignore clement.spec sources Log Message: auto-import clement-2.1-202 on branch devel from clement-2.1-202.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clement/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Aug 2006 01:40:39 -0000 1.2 +++ .cvsignore 22 Aug 2006 11:27:37 -0000 1.3 @@ -1 +1 @@ -clement-2.1-197.tar.gz +clement-2.1-202.tar.gz Index: clement.spec =================================================================== RCS file: /cvs/extras/rpms/clement/devel/clement.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- clement.spec 21 Aug 2006 22:25:35 -0000 1.15 +++ clement.spec 22 Aug 2006 11:27:37 -0000 1.16 @@ -1,11 +1,11 @@ Name: clement Version: 2.1 -Release: 201.0%{?dist} +Release: 202%{?dist} URL: http://www.clement.safe.ca License: GPL Summary: An application to filter and manage E-mail traffic Group: System Environment/Daemons -Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-197.tar.gz +Source: ftp://ftp.safe.ca/pub/%{name}-%{version}/srctgz/%{name}-%{version}-202.tar.gz buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: byacc @@ -107,6 +107,10 @@ %changelog +* Tue Aug 22 2006 Jean-Marc Pigeon 2.1-202 +- Marker: + * Spec file adjustement (BuildRequires) + * Fri Aug 18 2006 Jean-Marc Pigeon 2.1-197 - Marker: * Inclusion Fedora Extra. Index: sources =================================================================== RCS file: /cvs/extras/rpms/clement/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Aug 2006 01:40:39 -0000 1.2 +++ sources 22 Aug 2006 11:27:37 -0000 1.3 @@ -1 +1 @@ -068c156fd5cfad91c4b76e7935fc7095 clement-2.1-197.tar.gz +d4b7d623050eb5fe25d1ab8b8e12ec64 clement-2.1-202.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 11:27:36 2006 From: fedora-extras-commits at redhat.com (Jean-Marc Pigeon (jmrcpn)) Date: Tue, 22 Aug 2006 04:27:36 -0700 Subject: rpms/clement import.log,1.2,1.3 Message-ID: <200608221127.k7MBRcuE024851@cvs-int.fedora.redhat.com> Author: jmrcpn Update of /cvs/extras/rpms/clement In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24818 Modified Files: import.log Log Message: auto-import clement-2.1-202 on branch devel from clement-2.1-202.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clement/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 Aug 2006 01:40:38 -0000 1.2 +++ import.log 22 Aug 2006 11:27:36 -0000 1.3 @@ -1 +1,2 @@ clement-2_1-197:HEAD:clement-2.1-197.src.rpm:1156124434 +clement-2_1-202:HEAD:clement-2.1-202.src.rpm:1156246052 From fedora-extras-commits at redhat.com Tue Aug 22 11:38:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 04:38:10 -0700 Subject: rpms/k3d/FC-5 .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608221138.k7MBcCDo025027@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25008 Modified Files: .cvsignore sources Log Message: Source update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Aug 2006 10:39:37 -0000 1.3 +++ .cvsignore 22 Aug 2006 11:38:10 -0000 1.4 @@ -0,0 +1 @@ +k3d-0.6.0.0-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Aug 2006 10:39:37 -0000 1.3 +++ sources 22 Aug 2006 11:38:10 -0000 1.4 @@ -0,0 +1 @@ +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 11:41:41 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 22 Aug 2006 04:41:41 -0700 Subject: rpms/k3d/FC-5 k3d.spec,1.2,1.3 Message-ID: <200608221141.k7MBfhja025069@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25052 Modified Files: k3d.spec Log Message: Updated sources Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-5/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 22 Aug 2006 10:39:37 -0000 1.2 +++ k3d.spec 22 Aug 2006 11:41:41 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.0.0 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1.1 +- Updated sources + * Tue Aug 22 2006 Denis Leroy - 0.6.0.0-1 - Update to 0.6.0.0 - Split example documents into separate package From fedora-extras-commits at redhat.com Tue Aug 22 12:11:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 05:11:02 -0700 Subject: rpms/ncftp/devel .cvsignore, 1.3, 1.4 ncftp.spec, 1.8, 1.9 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608221211.k7MCB4IX027959@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27938 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Update ncftp to 3.2.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 22 Aug 2006 12:11:02 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ncftp.spec 12 May 2006 11:15:21 -0000 1.8 +++ ncftp.spec 22 Aug 2006 12:11:02 -0000 1.9 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 22 Aug 2006 12:11:02 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 12:34:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 05:34:56 -0700 Subject: rpms/php-eaccelerator/devel eaccelerator-0.9.5-rc1-config.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 php-eaccelerator.spec, 1.19, 1.20 sources, 1.6, 1.7 eaccelerator-0.9.5-beta2-64bit_cast_warning.patch, 1.1, NONE eaccelerator-0.9.5-beta2-compile.patch, 1.1, NONE Message-ID: <200608221234.k7MCYwlt028082@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28058 Modified Files: .cvsignore php-eaccelerator.spec sources Added Files: eaccelerator-0.9.5-rc1-config.patch Removed Files: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch eaccelerator-0.9.5-beta2-compile.patch Log Message: Update to 0.9.5-rc1 and fix for #201319. eaccelerator-0.9.5-rc1-config.patch: --- NEW FILE eaccelerator-0.9.5-rc1-config.patch --- diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini --- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200 +++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200 @@ -15,9 +15,6 @@ ;extension="eaccelerator.so" zend_extension="/usr/lib/php4/eaccelerator.so" ;zend_extension_ts="/usr/lib/php4/eaccelerator.so" -;extension="eaccelerator.dll" -;zend_extension_ts="c:\php4\eaccelerator.dll" -;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". @@ -73,7 +70,7 @@ eaccelerator.shm_max = "0" ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. -eaccelerator.shm_ttl = "0" +eaccelerator.shm_ttl = "3600" ; When eAccelerator fails to get shared memory for new script it tryes to ; remove old script if the previous try was made more then "shm_prune_period" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Apr 2006 16:43:01 -0000 1.6 +++ .cvsignore 22 Aug 2006 12:34:56 -0000 1.7 @@ -1 +1 @@ -eaccelerator-0.9.5-beta2.tar.bz2 +eaccelerator-0.9.5-rc1.tar.bz2 Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- php-eaccelerator.spec 23 May 2006 09:07:32 -0000 1.19 +++ php-eaccelerator.spec 22 Aug 2006 12:34:56 -0000 1.20 @@ -4,7 +4,7 @@ %define default_version 5.1.4 %define module_version 0.9.5 -%define prever beta2 +%define prever rc1 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir}) %define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) @@ -17,13 +17,12 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.2.%{prever}%{?dist} +Release: 0.3.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}-%{prever}.tar.bz2 -Patch0: eaccelerator-0.9.5-beta2-compile.patch -Patch1: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch +Patch0: eaccelerator-0.9.5-rc1-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Provides: php-zend_extension @@ -40,13 +39,19 @@ %prep %setup -n eaccelerator-%{module_version}-%{prever} -%patch0 -p0 -%patch1 -p0 +%patch0 -p1 -b .config +# Change paths in the example config, other values are changed by a patch +%{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; + s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ + eaccelerator.ini %build phpize %configure \ + --with-eaccelerator-shared-memory \ + --with-eaccelerator-sessions \ + --with-eaccelerator-content-caching \ %ifarch ppc --with-eaccelerator-userid="%{userid}" %endif @@ -59,31 +64,11 @@ %{__make} install INSTALL_ROOT=%{buildroot} # The cache directory where pre-compiled files will reside -%{__mkdir_p} %{buildroot}%{_localstatedir}/cache/php-eaccelerator +%{__mkdir_p} %{buildroot}%{_var}/cache/php-eaccelerator # Drop in the bit of configuration -%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d -%{__cat} > %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini << 'EOF' -; Enable eAccelerator extension module -zend_extension = %{php_extdir}/eaccelerator.so -; Options for the eAccelerator module -eaccelerator.cache_dir = %{_localstatedir}/cache/php-eaccelerator -eaccelerator.shm_size = 0 -eaccelerator.enable = 1 -eaccelerator.optimizer = 1 -eaccelerator.check_mtime = 1 -eaccelerator.filter = "" -eaccelerator.shm_max = 0 -eaccelerator.shm_ttl = 3600 -eaccelerator.shm_prune_period = 0 -eaccelerator.shm_only = 0 -eaccelerator.compress = 1 -eaccelerator.compress_level = 9 -eaccelerator.keys = "shm_and_disk" -eaccelerator.sessions = "shm_and_disk" -eaccelerator.content = "shm_and_disk" -eaccelerator.debug = 0 -EOF +%{__install} -D -m 0644 eaccelerator.ini \ + %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini %clean @@ -96,10 +81,17 @@ %doc eaccelerator.ini *.php %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini %{php_extdir}/eaccelerator.so -%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator/ +%attr(0750, apache, apache) %{_var}/cache/php-eaccelerator/ %changelog +* Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 +- Update to 0.9.5-rc1. +- Enable shared-memory, sessions and content-caching (#201319). +- Remove both patches of fixes, merged upstream. +- Change from creating a full eaccelerator.ini to using the included one with + path substitutions and a patch to change default values. + * Tue May 23 2006 Matthias Saou 5.1.x_0.9.5-0.2.beta2 - Rebuild against PHP 5.1.4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Apr 2006 16:43:01 -0000 1.6 +++ sources 22 Aug 2006 12:34:56 -0000 1.7 @@ -1 +1 @@ -2516b680ce372765d24e7b64003f1e64 eaccelerator-0.9.5-beta2.tar.bz2 +5d03deb399f8f857d92dd092a2c69a87 eaccelerator-0.9.5-rc1.tar.bz2 --- eaccelerator-0.9.5-beta2-64bit_cast_warning.patch DELETED --- --- eaccelerator-0.9.5-beta2-compile.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 13:08:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:08:18 -0700 Subject: rpms/ucarp/devel ucarp-1.3-pre.patch, NONE, 1.1 carp.init, 1.2, 1.3 ucarp.spec, 1.9, 1.10 ucarp-1.2-arp.patch, 1.1, NONE Message-ID: <200608221308.k7MD8KbT031009@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30979 Modified Files: carp.init ucarp.spec Added Files: ucarp-1.3-pre.patch Removed Files: ucarp-1.2-arp.patch Log Message: Fix segfaults by updating to 1.3 snapshot and fix init script on FC5+. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/carp.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carp.init 22 Jun 2006 10:05:17 -0000 1.2 +++ carp.init 22 Aug 2006 13:08:17 -0000 1.3 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/ucarp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ucarp.spec 22 Jun 2006 10:05:17 -0000 1.9 +++ ucarp.spec 22 Aug 2006 13:08:17 -0000 1.10 @@ -1,19 +1,20 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example -Patch0: ucarp-1.2-arp.patch +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service BuildRequires: gettext +BuildRequires: autoconf, automake, libtool # Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 6 BuildRequires: libpcap-devel @@ -34,7 +35,7 @@ %prep %setup -%patch -p1 -b .arp +%patch -p1 %build @@ -105,6 +106,14 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + * Thu Jun 22 2006 Matthias Saou 1.2-2 - Include ARP patch backported from 1.3 snapshot (#196095). - Make libpcap build requirement conditional to be able to share spec file. --- ucarp-1.2-arp.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 13:12:40 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:12:40 -0700 Subject: rpms/ucarp/FC-4 ucarp-1.3-pre.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 carp.init, 1.1, 1.2 sources, 1.3, 1.4 ucarp.spec, 1.4, 1.5 vip-001.conf.example, 1.1, 1.2 Message-ID: <200608221312.k7MDCgUj031135@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31087/FC-4 Modified Files: .cvsignore carp.init sources ucarp.spec vip-001.conf.example Added Files: ucarp-1.3-pre.patch Log Message: Backport fixes from devel to FC-5 and FC-4 branches. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 13 Jan 2005 18:13:20 -0000 1.3 +++ .cvsignore 22 Aug 2006 13:12:40 -0000 1.4 @@ -1 +1 @@ -ucarp-1.1.tar.bz2 +ucarp-1.2.tar.bz2 Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/carp.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- carp.init 9 Nov 2004 02:50:47 -0000 1.1 +++ carp.init 22 Aug 2006 13:12:40 -0000 1.2 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: sources =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 13 Jan 2005 18:13:20 -0000 1.3 +++ sources 22 Aug 2006 13:12:40 -0000 1.4 @@ -1 +1 @@ -f907752bd1654a6e8aa42e717aee9774 ucarp-1.1.tar.bz2 +bed7ae84520f2e0faf3e68e9cfe4e1aa ucarp-1.2.tar.bz2 Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-4/ucarp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ucarp.spec 1 Apr 2005 16:36:00 -0000 1.4 +++ ucarp.spec 22 Aug 2006 13:12:40 -0000 1.5 @@ -1,18 +1,27 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp -Version: 1.1 -Release: 2 +Version: 1.2 +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ -Source0: ftp://ftp.ucarp.org/pub/ucarp/ucarp-%{version}.tar.bz2 +Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service -BuildRequires: libpcap, gettext +BuildRequires: gettext +BuildRequires: autoconf, automake, libtool +# Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 6 +BuildRequires: libpcap-devel +%else +BuildRequires: libpcap +%endif + %description UCARP allows a couple of hosts to share common virtual IP addresses in order @@ -26,6 +35,7 @@ %prep %setup +%patch -p1 %build @@ -96,6 +106,31 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + +* Thu Jun 22 2006 Matthias Saou 1.2-2 +- Include ARP patch backported from 1.3 snapshot (#196095). +- Make libpcap build requirement conditional to be able to share spec file. + +* Wed Jun 21 2006 Matthias Saou 1.2-1 +- Update to 1.2. +- BuildRequire libpcap-devel instead of libpcap now that it has been split. + +* Mon Mar 6 2006 Matthias Saou 1.1-5 +- FC5 rebuild. + +* Thu Feb 9 2006 Matthias Saou 1.1-4 +- Rebuild for new gcc/glibc. + +* Thu Nov 17 2005 Matthias Saou 1.1-3 +- Rebuild against new libpcap library. + * Fri Apr 1 2005 Michael Schwendt - 1.1-2 - Add %%dir entry for /etc/sysconfig/carp directory. From fedora-extras-commits at redhat.com Tue Aug 22 13:12:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 06:12:41 -0700 Subject: rpms/ucarp/FC-5 ucarp-1.3-pre.patch, NONE, 1.1 carp.init, 1.2, 1.3 ucarp.spec, 1.8, 1.9 ucarp-1.2-arp.patch, 1.1, NONE Message-ID: <200608221312.k7MDCh8H031142@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31087/FC-5 Modified Files: carp.init ucarp.spec Added Files: ucarp-1.3-pre.patch Removed Files: ucarp-1.2-arp.patch Log Message: Backport fixes from devel to FC-5 and FC-4 branches. ucarp-1.3-pre.patch: --- NEW FILE ucarp-1.3-pre.patch --- diff -Naupr ucarp-1.2/ChangeLog ucarp-1.3/ChangeLog --- ucarp-1.2/ChangeLog 2006-02-25 17:32:53.000000000 +0100 +++ ucarp-1.3/ChangeLog 2006-07-05 00:59:22.000000000 +0200 @@ -1,3 +1,14 @@ +* Version 1.3: + -n option wasn't properly parsed while --neutral was. Reported by Stefan +Behte. + gratuitous ARP packets should now be properly sent. Thanks to Marcus +Rueckert for indirectly pointing out that the code was wrong. + New -m option, and the virtual IP address is now passed to up/down scripts +as well. By Fabrice Dulaunoy and Dirk Jagdmann who provided different +implementations of the same idea. + A bogus return statement has been removed, thanks to Alessio Cervellin. + All interfaces should now be discovered on Solaris. + * Version 1.2: fakesnprintf/bsd-getopt_long updates from pure-ftpd 1.0.21. Avoid processing our own multicasts. Thanks to Gregory McGarry. diff -Naupr ucarp-1.2/config.guess ucarp-1.3/config.guess --- ucarp-1.2/config.guess 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.guess 2006-05-27 23:12:33.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -106,7 +107,7 @@ set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; @@ -206,6 +207,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$ *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; macppc:MirBSD:*:*) echo powerppc-unknown-mirbsd${UNAME_RELEASE} exit ;; @@ -764,7 +768,14 @@ EOF echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin @@ -779,8 +790,11 @@ EOF i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; - x86:Interix*:[34]*) - echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks @@ -794,7 +808,7 @@ EOF i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; - amd64:CYGWIN*:*:*) + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) @@ -851,7 +865,11 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) @@ -870,9 +888,16 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; @@ -916,6 +941,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; @@ -961,7 +989,7 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout @@ -971,7 +999,11 @@ EOF LIBC=dietlibc #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit @@ -1182,7 +1214,6 @@ EOF *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in - *86) UNAME_PROCESSOR=i686 ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} @@ -1261,6 +1292,9 @@ EOF i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 diff -Naupr ucarp-1.2/config.sub ucarp-1.3/config.sub --- ucarp-1.2/config.sub 2006-02-01 20:59:57.000000000 +0100 +++ ucarp-1.3/config.sub 2006-05-27 23:12:38.000000000 +0200 @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, +# Inc. -timestamp='2005-07-08' +timestamp='2006-05-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -119,8 +120,9 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \ - kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -171,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -187,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -239,7 +249,8 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ - | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ @@ -257,18 +268,19 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ - | ms1 \ + | mt \ | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b \ - | strongarm \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ @@ -276,9 +288,6 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; - m32c) - basic_machine=$basic_machine-unknown - ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -286,6 +295,9 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and @@ -316,7 +328,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ - | m32r-* | m32rle-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ @@ -336,19 +348,20 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ - | ms1-* \ + | mt-* \ | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ @@ -359,8 +372,6 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; - m32c-*) - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -696,6 +707,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -803,6 +817,12 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; @@ -859,6 +879,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -1101,7 +1125,7 @@ case $basic_machine in sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1174,21 +1198,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku*) + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1340,6 +1366,9 @@ else # system, and we'll never get to this point. case $basic_machine in + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1349,9 +1378,9 @@ case $basic_machine in arm*-semi) os=-aout ;; - c4x-* | tic4x-*) - os=-coff - ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 diff -Naupr ucarp-1.2/configure ucarp-1.3/configure --- ucarp-1.2/configure 2006-02-25 17:32:42.000000000 +0100 +++ ucarp-1.3/configure 2006-05-27 23:14:51.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for ucarp 1.2. +# Generated by GNU Autoconf 2.59 for ucarp 1.3. # # Report bugs to . # @@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='ucarp' PACKAGE_TARNAME='ucarp' -PACKAGE_VERSION='1.2' -PACKAGE_STRING='ucarp 1.2' +PACKAGE_VERSION='1.3' +PACKAGE_STRING='ucarp 1.3' PACKAGE_BUGREPORT='bugs at ucarp.org' ac_config_libobj_dir=src @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ucarp 1.2 to adapt to many kinds of systems. +\`configure' configures ucarp 1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -846,7 +846,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ucarp 1.2:";; + short | recursive ) echo "Configuration of ucarp 1.3:";; esac cat <<\_ACEOF @@ -976,7 +976,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -ucarp configure 1.2 +ucarp configure 1.3 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -990,7 +990,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ucarp $as_me 1.2, which was +It was created by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1635,7 +1635,7 @@ fi # Define the identity of the package. PACKAGE='ucarp' - VERSION='1.2' + VERSION='1.3' cat >>confdefs.h <<_ACEOF @@ -12000,7 +12000,7 @@ sysconfdir="$CONFDIR" CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysconfdir\\\"" - ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile po/Makefile.in examples/linux/Makefile examples/bsd/Makefile m4/Makefile" + ac_config_files="$ac_config_files Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile po/Makefile.in m4/Makefile" cat >confcache <<\_ACEOF @@ -12379,7 +12379,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by ucarp $as_me 1.2, which was +This file was extended by ucarp $as_me 1.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12442,7 +12442,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -ucarp config.status 1.2 +ucarp config.status 1.3 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -12562,9 +12562,9 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "examples/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/linux/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/linux/Makefile" ;; "examples/bsd/Makefile" ) CONFIG_FILES="$CONFIG_FILES examples/bsd/Makefile" ;; + "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; diff -Naupr ucarp-1.2/configure.ac ucarp-1.3/configure.ac --- ucarp-1.2/configure.ac 2006-02-25 17:25:46.000000000 +0100 +++ ucarp-1.3/configure.ac 2006-05-27 23:04:41.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([ucarp],[1.2],[bugs at ucarp.org]) +AC_INIT([ucarp],[1.3],[bugs at ucarp.org]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 dist-bzip2]) AC_CONFIG_LIBOBJ_DIR(src) @@ -259,9 +259,9 @@ CPPFLAGS="$CPPFLAGS -DCONFDIR=\\\"$sysco dnl Output -AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile po/Makefile.in +AC_CONFIG_FILES(Makefile src/Makefile examples/Makefile examples/linux/Makefile examples/bsd/Makefile - m4/Makefile ) + po/Makefile.in m4/Makefile ) AC_OUTPUT diff -Naupr ucarp-1.2/examples/bsd/vip-down.sh ucarp-1.3/examples/bsd/vip-down.sh --- ucarp-1.2/examples/bsd/vip-down.sh 2004-08-28 12:16:55.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-down.sh 2006-05-27 22:38:40.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" -alias 10.1.1.252 +/sbin/ifconfig "$1" -alias "$2" diff -Naupr ucarp-1.2/examples/bsd/vip-up.sh ucarp-1.3/examples/bsd/vip-up.sh --- ucarp-1.2/examples/bsd/vip-up.sh 2004-08-28 12:16:52.000000000 +0200 +++ ucarp-1.3/examples/bsd/vip-up.sh 2006-05-27 22:38:34.000000000 +0200 @@ -1,4 +1,4 @@ #! /bin/sh exec 2> /dev/null -/sbin/ifconfig "$1" alias 10.1.1.252 netmask 255.255.255.255 +/sbin/ifconfig "$1" alias "$2" netmask 255.255.255.255 diff -Naupr ucarp-1.2/examples/linux/vip-down.sh ucarp-1.3/examples/linux/vip-down.sh --- ucarp-1.2/examples/linux/vip-down.sh 2004-08-28 12:16:49.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-down.sh 2006-05-27 22:41:37.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr del 10.1.1.252/24 dev "$1" +/sbin/ip addr del "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 down diff -Naupr ucarp-1.2/examples/linux/vip-up.sh ucarp-1.3/examples/linux/vip-up.sh --- ucarp-1.2/examples/linux/vip-up.sh 2004-08-28 12:16:47.000000000 +0200 +++ ucarp-1.3/examples/linux/vip-up.sh 2006-05-27 22:40:22.000000000 +0200 @@ -1,4 +1,7 @@ #! /bin/sh exec 2> /dev/null -/sbin/ip addr add 10.1.1.252/24 dev "$1" +/sbin/ip addr add "$2"/24 dev "$1" + +# or alternatively: +# /sbin/ifconfig "$1":254 "$2" netmask 255.255.255.0 diff -Naupr ucarp-1.2/Makefile.am ucarp-1.3/Makefile.am --- ucarp-1.2/Makefile.am 2006-02-25 17:22:01.000000000 +0100 +++ ucarp-1.3/Makefile.am 2006-05-27 23:09:30.000000000 +0200 @@ -7,4 +7,4 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs diff -Naupr ucarp-1.2/Makefile.in ucarp-1.3/Makefile.in --- ucarp-1.2/Makefile.in 2006-02-25 17:32:11.000000000 +0100 +++ ucarp-1.3/Makefile.in 2006-05-27 23:14:12.000000000 +0200 @@ -178,7 +178,7 @@ SUBDIRS = \ examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs +EXTRA_DIST = config.rpath mkinstalldirs config.rpath mkinstalldirs all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff -Naupr ucarp-1.2/NEWS ucarp-1.3/NEWS --- ucarp-1.2/NEWS 2006-02-19 00:15:43.000000000 +0100 +++ ucarp-1.3/NEWS 2006-04-06 11:50:19.000000000 +0200 @@ -1,3 +1,5 @@ +* Version 1.3: + * Version 1.2: - Neutral mode (--neutral). - NetBSD compatibility. diff -Naupr ucarp-1.2/po/en at boldquot.gmo ucarp-1.3/po/en at boldquot.gmo --- ucarp-1.2/po/en at boldquot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at boldquot.po ucarp-1.3/po/en at boldquot.po --- ucarp-1.2/po/en at boldquot.po 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at boldquot.po 2006-07-05 00:54:56.000000000 +0200 @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -119,30 +119,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -162,10 +185,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -198,17 +217,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -240,6 +259,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -272,6 +292,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -288,57 +309,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/en at quot.gmo ucarp-1.3/po/en at quot.gmo --- ucarp-1.2/po/en at quot.gmo 2006-02-25 17:50:06.000000000 +0100 +++ ucarp-1.3/po/en at quot.gmo 2006-07-05 00:54:58.000000000 +0200 @@ -1,13 +1,8 @@ -?? - - - - - - - - - +?? + + + + --srcip= (-s ): source (real) IP address of that host --vhid= (-v ): virtual IP identifier (1-255) --pass= (-p ): password @@ -23,6 +18,7 @@ --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -37,10 +33,10 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to +Please report bugs to Report-Msgid-Bugs-To: bugs at ucarp.org -POT-Creation-Date: 2006-02-25 17:49+0100 -PO-Revision-Date: 2006-02-25 17:49+0100 +POT-Creation-Date: 2006-07-05 00:54+0200 +PO-Revision-Date: 2006-07-05 00:54+0200 Last-Translator: Automatically generated Language-Team: none MIME-Version: 1.0 @@ -63,6 +59,7 @@ Plural-Forms: nplurals=2; plural=(n != 1 --shutdown (-z): call shutdown script at exit --daemonize (-B): run in background --facility= (-f): set syslog facility (default=daemon) +--xparam= (-x): extra parameter to send to up/down scripts Sample usage: @@ -77,4 +74,4 @@ ucarp --interface=eth0 --srcip=10.1.1.1 --upscript=/etc/vip-up.sh --downscript=/etc/vip-down.sh -Please report bugs to \ No newline at end of file +Please report bugs to \ No newline at end of file diff -Naupr ucarp-1.2/po/en at quot.po ucarp-1.3/po/en at quot.po --- ucarp-1.2/po/en at quot.po 2006-02-25 17:50:01.000000000 +0100 +++ ucarp-1.3/po/en at quot.po 2006-07-05 00:54:51.000000000 +0200 @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: ucarp 1.2\n" +"Project-Id-Version: ucarp 1.3\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" -"PO-Revision-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" +"PO-Revision-Date: 2006-07-05 00:54+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -116,30 +116,53 @@ msgstr "Putting MASTER down - preemption msgid "Putting MASTER DOWN (going to time out)" msgstr "Putting MASTER DOWN (going to time out)" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "Password too long" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "Unable to find MAC address of [%s]" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "Unable to open interface [%s]: %s" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "Unable to compile pcap rule: %s [%s]" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "initializing now to gettimeofday() failed: %s" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "Error opening socket for interface [%s]: %s" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "Interface name too long" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "poll() error" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "gettimeofday() failed: %s" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -159,10 +182,6 @@ msgstr "Unable to detach: /dev/null can' msgid "Unable to open raw device: [%s]" msgstr "Unable to open raw device: [%s]" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "Interface name too long" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -195,17 +214,17 @@ msgstr "No interface found" msgid "ioctl SIOCGLIFCONF error" msgstr "ioctl SIOCGLIFCONF error" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "Interface [%s] not found" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "Unable to get hardware info about [%s]" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "out of memory to send gratuitous ARP" @@ -237,6 +256,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -269,6 +289,7 @@ msgstr "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -285,57 +306,57 @@ msgstr "" "\n" "Please report bugs to " -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "Out of memory" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "Invalid address: [%s]" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "Unknown syslog facility: [%s]" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "You must supply a network interface" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "Using [%s] as a network interface" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "You must supply a valid virtual host id" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "You must supply a password" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "You must supply an advertisement time base" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "You must supply a persistent source address" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "You must supply a virtual host address" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "Warning: no script called when going up" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "Warning: no script called when going down" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "Dead ratio can't be zero" diff -Naupr ucarp-1.2/po/ucarp.pot ucarp-1.3/po/ucarp.pot --- ucarp-1.2/po/ucarp.pot 2006-02-25 17:49:38.000000000 +0100 +++ ucarp-1.3/po/ucarp.pot 2006-07-05 00:54:46.000000000 +0200 @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bugs at ucarp.org\n" -"POT-Creation-Date: 2006-02-25 17:49+0100\n" +"POT-Creation-Date: 2006-07-05 00:54+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -92,30 +92,53 @@ msgstr "" msgid "Putting MASTER DOWN (going to time out)" msgstr "" -#: src/carp.c:655 +#: src/carp.c:657 msgid "Password too long" msgstr "" -#: src/carp.c:668 +#: src/carp.c:670 #, c-format msgid "Unable to find MAC address of [%s]" msgstr "" -#: src/carp.c:672 +#: src/carp.c:674 #, c-format msgid "Local advertised ethernet address is [%02x:%02x:%02x:%02x:%02x:%02x]" msgstr "" -#: src/carp.c:679 +#: src/carp.c:681 #, c-format msgid "Unable to open interface [%s]: %s" msgstr "" -#: src/carp.c:685 +#: src/carp.c:687 #, c-format msgid "Unable to compile pcap rule: %s [%s]" msgstr "" +#: src/carp.c:703 +#, c-format +msgid "initializing now to gettimeofday() failed: %s" +msgstr "" + +#: src/carp.c:709 +#, c-format +msgid "Error opening socket for interface [%s]: %s" +msgstr "" + +#: src/carp.c:715 src/fillmac.c:51 +msgid "Interface name too long" +msgstr "" + +#: src/carp.c:739 +msgid "poll() error" +msgstr "" + +#: src/carp.c:744 +#, c-format +msgid "gettimeofday() failed: %s" +msgstr "" + #: src/daemonize.c:53 #, c-format msgid "Unable to get in background: [fork: %s]" @@ -135,10 +158,6 @@ msgstr "" msgid "Unable to open raw device: [%s]" msgstr "" -#: src/fillmac.c:51 -msgid "Interface name too long" -msgstr "" - #: src/fillmac.c:57 #, c-format msgid "Unable to get hardware info about an interface: %s" @@ -171,17 +190,17 @@ msgstr "" msgid "ioctl SIOCGLIFCONF error" msgstr "" -#: src/fillmac.c:140 +#: src/fillmac.c:135 #, c-format msgid "Interface [%s] not found" msgstr "" -#: src/fillmac.c:147 +#: src/fillmac.c:148 #, c-format msgid "Unable to get hardware info about [%s]" msgstr "" -#: src/garp.c:36 +#: src/garp.c:39 msgid "out of memory to send gratuitous ARP" msgstr "" @@ -213,6 +232,7 @@ msgid "" "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" +"--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -230,57 +250,57 @@ msgid "" "Please report bugs to " msgstr "" -#: src/ucarp.c:77 +#: src/ucarp.c:78 msgid "Out of memory" msgstr "" -#: src/ucarp.c:111 src/ucarp.c:137 +#: src/ucarp.c:112 src/ucarp.c:139 #, c-format msgid "Invalid address: [%s]" msgstr "" -#: src/ucarp.c:190 +#: src/ucarp.c:193 #, c-format msgid "Unknown syslog facility: [%s]" msgstr "" -#: src/ucarp.c:207 +#: src/ucarp.c:217 msgid "You must supply a network interface" msgstr "" -#: src/ucarp.c:210 +#: src/ucarp.c:220 #, c-format msgid "Using [%s] as a network interface" msgstr "" -#: src/ucarp.c:213 +#: src/ucarp.c:223 msgid "You must supply a valid virtual host id" msgstr "" -#: src/ucarp.c:217 +#: src/ucarp.c:227 msgid "You must supply a password" msgstr "" -#: src/ucarp.c:221 +#: src/ucarp.c:231 msgid "You must supply an advertisement time base" msgstr "" -#: src/ucarp.c:225 +#: src/ucarp.c:235 msgid "You must supply a persistent source address" msgstr "" -#: src/ucarp.c:229 +#: src/ucarp.c:239 msgid "You must supply a virtual host address" msgstr "" -#: src/ucarp.c:233 +#: src/ucarp.c:243 msgid "Warning: no script called when going up" msgstr "" -#: src/ucarp.c:236 +#: src/ucarp.c:246 msgid "Warning: no script called when going down" msgstr "" -#: src/ucarp.c:239 +#: src/ucarp.c:249 msgid "Dead ratio can't be zero" msgstr "" diff -Naupr ucarp-1.2/README ucarp-1.3/README --- ucarp-1.2/README 2006-02-18 23:31:10.000000000 +0100 +++ ucarp-1.3/README 2006-05-27 22:37:38.000000000 +0200 @@ -1,6 +1,6 @@ .:. UCARP .:. - Documentation for version 1.2 + Documentation for version 1.3 ------------------------ BLURB ------------------------ @@ -97,8 +97,15 @@ routes, to add something to log files or least, you can use a script that will connect to your switches and flush their ARP cache. Some users reported that transitions were way faster when also switching MAC addresses. -The interface name is passed as an argument to the called scripts, so feel -free to replace "eth0" with "$1" in the previous examples. + +The called scripts are passed arguments, in this order: + + + +For instance, as the is passed as the first argument to the called scripts, +feel free to replace "eth0" with "$1" and 10.1.1.252 by "$2" in the previous +examples. + Don't forget to make those files executable : diff -Naupr ucarp-1.2/src/carp.c ucarp-1.3/src/carp.c --- ucarp-1.2/src/carp.c 2006-02-19 00:06:17.000000000 +0100 +++ ucarp-1.3/src/carp.c 2006-06-27 01:00:35.000000000 +0200 @@ -303,7 +303,7 @@ static void carp_send_ad(struct carp_sof } static void carp_send_ad_all(struct carp_softc *sc) { - return carp_send_ad(sc); + carp_send_ad(sc); } static void carp_setrun(struct carp_softc *sc, sa_family_t af) @@ -635,10 +635,12 @@ char *build_bpf_rule(void) int docarp(void) { + char errbuf[PCAP_ERRBUF_SIZE]; struct bpf_program bpfp; struct pollfd pfds[1]; + struct ifreq iface; + int fd; int nfds; - char errbuf[PCAP_ERRBUF_SIZE]; sc.sc_vhid = vhid; sc.sc_advbase = advbase; @@ -666,7 +668,7 @@ int docarp(void) if (fill_mac_address() != 0) { logfile(LOG_ERR, _("Unable to find MAC address of [%s]"), - interface); + interface == NULL ? "-" : interface); return -1; } logfile(LOG_INFO, _("Local advertised ethernet address is " @@ -677,13 +679,13 @@ int docarp(void) if ((dev_desc = pcap_open_live(interface, ETHERNET_MTU, 0, CAPTURE_TIMEOUT, errbuf)) == NULL) { logfile(LOG_ERR, _("Unable to open interface [%s]: %s"), - interface, errbuf); + interface == NULL ? "-" : interface, errbuf); return -1; } if (pcap_compile(dev_desc, &bpfp, build_bpf_rule(), 1, (bpf_u_int32) 0) != 0) { logfile(LOG_ERR, _("Unable to compile pcap rule: %s [%s]"), - errbuf, interface); + errbuf, interface == NULL ? "-" : interface); return -1; } pcap_setfilter(dev_desc, &bpfp); @@ -698,22 +700,48 @@ int docarp(void) } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "initializing now to gettimeofday() failed: %s", + logfile(LOG_WARNING, _("initializing now to gettimeofday() failed: %s"), strerror(errno)); } carp_setrun(&sc, 0); + if ((fd = socket(PF_INET, SOCK_DGRAM, 0)) == -1) { + logfile(LOG_ERR, _("Error opening socket for interface [%s]: %s"), + interface == NULL ? "-" : interface, strerror(errno)); + return -1; + } +#ifdef SIOCGIFFLAGS + if (strlen(interface) >= sizeof iface.ifr_name) { + logfile(LOG_ERR, _("Interface name too long")); + return -1; + } + strncpy(iface.ifr_name, interface, sizeof iface.ifr_name); +#endif for (;;) { +#ifdef SIOCGIFFLAGS + if (ioctl(fd, SIOCGIFFLAGS, &iface) != 0) { + break; + } + if ((iface.ifr_flags & IFF_RUNNING) == 0) { + carp_set_state(&sc, BACKUP); + sc.sc_ad_tmo.tv_sec = 0; + sc.sc_ad_tmo.tv_usec = 0; + sc.sc_md_tmo.tv_sec = 0; + sc.sc_md6_tmo.tv_usec = 0; + sleep(SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN); + continue; + } +#endif nfds = poll(pfds, (nfds_t) 1, sc.sc_advbase * 1000); if (nfds == -1 || (pfds[0].revents & (POLLERR | POLLHUP | POLLNVAL)) != 0) { #ifdef DEBUG - logfile(LOG_NOTICE, "poll() error"); + logfile(LOG_NOTICE, _("poll() error")); #endif break; } if (gettimeofday(&now, NULL) != 0) { - logfile(LOG_WARNING, "gettimeofday() failed: %s", + logfile(LOG_WARNING, _("gettimeofday() failed: %s"), strerror(errno)); continue; } diff -Naupr ucarp-1.2/src/fillmac.c ucarp-1.3/src/fillmac.c --- ucarp-1.2/src/fillmac.c 2004-08-28 17:15:36.000000000 +0200 +++ ucarp-1.3/src/fillmac.c 2006-07-05 00:53:16.000000000 +0200 @@ -51,7 +51,7 @@ int fill_mac_address(void) logfile(LOG_ERR, _("Interface name too long")); return -1; } - strcpy(ifr.ifr_name, interface); + strncpy(ifr.ifr_name, interface, sizeof ifr.ifr_name); if (ioctl(s, SIOCGIFHWADDR, &ifr) != 0) { logfile(LOG_ERR, _("Unable to get hardware info about an interface: %s"), @@ -130,17 +130,18 @@ int fill_mac_address(void) return -1; } lifr = lifc.lifc_req; - while (--lifn.lifn_count > 0) { + for(;;) { + if (lifn.lifn_count <= 0) { + logfile(LOG_ERR, _("Interface [%s] not found"), interface); + ALLOCA_FREE(lifrspace); + return -1; + } + lifn.lifn_count--; if (strcmp(lifr->lifr_name, interface) == 0) { break; } lifr++; } - if (lifn.lifn_count <= 0) { - logfile(LOG_ERR, _("Interface [%s] not found"), interface); - ALLOCA_FREE(lifrspace); - return -1; - } memcpy(&arpreq.arp_pa, &lifr->lifr_addr, sizeof arpreq.arp_pa); ALLOCA_FREE(lifrspace); if (ioctl(s, SIOCGARP, &arpreq) != 0) { diff -Naupr ucarp-1.2/src/garp.c ucarp-1.3/src/garp.c --- ucarp-1.2/src/garp.c 2004-08-28 17:15:30.000000000 +0200 +++ ucarp-1.3/src/garp.c 2006-05-27 22:14:21.000000000 +0200 @@ -10,27 +10,30 @@ int gratuitous_arp(const int dev_desc_fd, const int enable_virtual) { static unsigned char arp[28] = { - 0x00, 0x01, - 0x08, 0x00, - 0x06, 0x04, - 0x00, 0x02, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, - 0xff, 0xff, 0xff, 0xff + 0x00, 0x01, /* MAC address type */ + 0x08, 0x00, /* Protocol address type */ + 0x06, 0x04, /* MAC address size, protocol address size */ + 0x00, 0x02, /* OP (1=request, 2=reply) */ + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Sender MAC */ + 0x00, 0x00, 0x00, 0x00, /* Sender IP */ + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* Target MAC */ + 0xff, 0xff, 0xff, 0xff /* Target IP */ }; unsigned char *pkt; struct ether_header *eh_ptr; - memcpy(&arp[8], hwaddr, sizeof hwaddr); - if (enable_virtual == 0) { - arp[7] = 0x01; - memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); - memset(&arp[14], 0xff, ETHER_ADDR_LEN); - } else { + if (ETHER_ADDR_LEN > 6) { + abort(); + } + memcpy(&arp[8], hwaddr, sizeof hwaddr); + if (enable_virtual != 0) { arp[7] = 0x02; memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); - memset(&arp[24], 0xff, ETHER_ADDR_LEN); + } else { + arp[7] = 0x01; + memcpy(&arp[14], &vaddr.s_addr, (size_t) 4U); + memset(&arp[18], 0xff, ETHER_ADDR_LEN); + memcpy(&arp[24], &vaddr.s_addr, (size_t) 4U); } if ((pkt = ALLOCA(sizeof *eh_ptr + sizeof arp)) == NULL) { logfile(LOG_ERR, _("out of memory to send gratuitous ARP")); diff -Naupr ucarp-1.2/src/gettext.h ucarp-1.3/src/gettext.h --- ucarp-1.2/src/gettext.h 2004-06-20 14:48:32.000000000 +0200 +++ ucarp-1.3/src/gettext.h 2006-04-08 12:10:54.000000000 +0200 @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -13,7 +13,7 @@ You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _LIBGETTEXT_H @@ -37,6 +37,16 @@ # include #endif +/* Many header files from the libstdc++ coming with g++ 3.3 or newer include + , which chokes if dcgettext is defined as a macro. So include + it now, to make later inclusions of a NOP. */ +#if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) +# include +# if (__GLIBC__ >= 2) || _GLIBCXX_HAVE_LIBINTL_H +# include +# endif +#endif + /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. diff -Naupr ucarp-1.2/src/globals.h ucarp-1.3/src/globals.h --- ucarp-1.2/src/globals.h 2006-02-18 23:36:15.000000000 +0100 +++ ucarp-1.3/src/globals.h 2006-05-27 22:26:35.000000000 +0200 @@ -27,4 +27,6 @@ GLOBAL0(signed char no_syslog); GLOBAL0(signed char daemonize); GLOBAL(int syslog_facility, DEFAULT_FACILITY); +GLOBAL0(char *vaddr_arg); +GLOBAL0(char *xparam); #endif diff -Naupr ucarp-1.2/src/spawn.c ucarp-1.3/src/spawn.c --- ucarp-1.2/src/spawn.c 2004-08-28 17:15:26.000000000 +0200 +++ ucarp-1.3/src/spawn.c 2006-05-27 22:27:05.000000000 +0200 @@ -20,7 +20,7 @@ int spawn_handler(const int dev_desc_fd, pid = fork(); if (pid == (pid_t) 0) { (void) close(dev_desc_fd); - execl(script, script, interface, (char *) NULL); + execl(script, script, interface, vaddr_arg, xparam, (char *) NULL); _exit(EXIT_FAILURE); } else if (pid != (pid_t) -1) { logfile(LOG_WARNING, _("Spawning [%s %s]"), script, interface); diff -Naupr ucarp-1.2/src/ucarp.c ucarp-1.3/src/ucarp.c --- ucarp-1.2/src/ucarp.c 2006-02-21 00:06:08.000000000 +0100 +++ ucarp-1.3/src/ucarp.c 2006-05-27 22:29:54.000000000 +0200 @@ -39,6 +39,7 @@ static void usage(void) "--shutdown (-z): call shutdown script at exit\n" "--daemonize (-B): run in background\n" "--facility= (-f): set syslog facility (default=daemon)\n" + "--xparam= (-x): extra parameter to send to up/down scripts\n" "\n" "Sample usage:\n" "\n" @@ -133,11 +134,13 @@ int main(int argc, char *argv[]) break; } case 'a': { + free(vaddr_arg); if (inet_pton(AF_INET, optarg, &vaddr) == 0) { logfile(LOG_ERR, _("Invalid address: [%s]"), optarg); return 1; - } - break; + } + vaddr_arg = strdup(optarg); + break; } case 'b': { advbase = (unsigned char) strtoul(optarg, NULL, 0); @@ -190,7 +193,14 @@ int main(int argc, char *argv[]) logfile(LOG_ERR, _("Unknown syslog facility: [%s]"), optarg); } break; - } + } + case 'm': { + free(xparam); + if ((xparam = strdup(optarg)) == NULL) { + die_mem(); + } + break; + } default: { usage(); } diff -Naupr ucarp-1.2/src/ucarp.h ucarp-1.3/src/ucarp.h --- ucarp-1.2/src/ucarp.h 2004-08-28 18:10:28.000000000 +0200 +++ ucarp-1.3/src/ucarp.h 2006-06-04 15:49:09.000000000 +0200 @@ -210,6 +210,7 @@ struct carp_softc { #define CARP_AUTHLEN 7 #define DEFAULT_ADVBASE 1U #define DEFAULT_DEAD_RATIO 3U +#define SECONDS_TO_WAIT_AFTER_INTERFACE_IS_DOWN 10U #define DEFAULT_FACILITY LOG_DAEMON diff -Naupr ucarp-1.2/src/ucarp_p.h ucarp-1.3/src/ucarp_p.h --- ucarp-1.2/src/ucarp_p.h 2006-02-18 23:36:33.000000000 +0100 +++ ucarp-1.3/src/ucarp_p.h 2006-05-27 22:30:32.000000000 +0200 @@ -1,7 +1,7 @@ #ifndef __CARP_P_H__ #define __CARP_P_H__ 1 -static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:u:d:r:zf:B"; +static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:m:nu:d:r:zf:B"; static struct option long_options[] = { { "interface", 1, NULL, 'i' }, @@ -20,6 +20,7 @@ static struct option long_options[] = { { "shutdown", 0, NULL, 'z' }, { "facility", 1, NULL, 'f' }, { "daemonize", 0, NULL, 'B' }, + { "xparam", 1, NULL, 'm' }, { NULL, 0, NULL, 0 } }; Index: carp.init =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-5/carp.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- carp.init 30 Jun 2006 13:25:02 -0000 1.2 +++ carp.init 22 Aug 2006 13:12:41 -0000 1.3 @@ -15,7 +15,7 @@ [ ${NETWORKING} = "no" ] && exit 0 get_files() { - FILES=`find /etc/sysconfig/carp -type f -name 'vip-*.conf' -maxdepth 1 \ + FILES=`find /etc/sysconfig/carp -maxdepth 1 -type f -name 'vip-*.conf' \ -printf "%f\n" | LC_COLLATE="C" sort` } Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/FC-5/ucarp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ucarp.spec 30 Jun 2006 13:25:02 -0000 1.8 +++ ucarp.spec 22 Aug 2006 13:12:41 -0000 1.9 @@ -1,19 +1,20 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ Source0: http://download.pureftpd.org/pub/ucarp/ucarp-%{version}.tar.bz2 Source1: carp.init Source2: vip-001.conf.example -Patch0: ucarp-1.2-arp.patch +Patch0: ucarp-1.3-pre.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service BuildRequires: gettext +BuildRequires: autoconf, automake, libtool # Use libpcap up to FC5, and libpcap-devel for FC6+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 6 BuildRequires: libpcap-devel @@ -34,7 +35,7 @@ %prep %setup -%patch -p1 -b .arp +%patch -p1 %build @@ -105,6 +106,14 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 1.2-3 +- Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the + segfaults reported in #200400 and #201596. +- Add autoconf, automake and libtool build reqs for the 1.3 patch. + +* Thu Jul 27 2006 Matthias Saou 1.2-3 +- Fix init script for recent find versions (#200395). + * Thu Jun 22 2006 Matthias Saou 1.2-2 - Include ARP patch backported from 1.3 snapshot (#196095). - Make libpcap build requirement conditional to be able to share spec file. --- ucarp-1.2-arp.patch DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 14:47:40 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 22 Aug 2006 07:47:40 -0700 Subject: fedora-security/audit fc5,1.292,1.293 fc6,1.27,1.28 Message-ID: <200608221447.k7MEleFs001885@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1865 Modified Files: fc5 fc6 Log Message: Note CVE-2006-3005. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- fc5 22 Aug 2006 08:37:37 -0000 1.292 +++ fc5 22 Aug 2006 14:47:36 -0000 1.293 @@ -111,6 +111,7 @@ CVE-2006-3017 VULNERABLE (php, fixed 5.1.3) #197379 CVE-2006-3016 VULNERABLE (php, fixed 5.1.3) CVE-2006-3011 VULNERABLE (php) (safe mode isn't) +CVE-2006-3005 ignore (libjpeg) not a vuln CVE-2006-2936 version (kernel, fixed 2.6.16.27, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- fc6 22 Aug 2006 08:37:37 -0000 1.27 +++ fc6 22 Aug 2006 14:47:36 -0000 1.28 @@ -97,6 +97,7 @@ CVE-2006-3017 version (php, fixed 5.1.3) CVE-2006-3016 version (php, fixed 5.1.3) CVE-2006-3011 ignore (php) safe mode isn't safe +CVE-2006-3005 ignore (libjpeg) not a vuln CVE-2006-2936 version (kernel, fixed 2.6.17.7) CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) From fedora-extras-commits at redhat.com Tue Aug 22 14:48:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 22 Aug 2006 07:48:39 -0700 Subject: comps comps-fe6.xml.in,1.110,1.111 Message-ID: <200608221448.k7MEmfq2001915@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1898 Modified Files: comps-fe6.xml.in Log Message: Fix mail-server group, cosmetic stuff and add oidentd, p7zip and ucarp. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- comps-fe6.xml.in 21 Aug 2006 15:29:05 -0000 1.110 +++ comps-fe6.xml.in 22 Aug 2006 14:48:39 -0000 1.111 @@ -460,10 +460,11 @@ mail-server <_name>Mail Server - <_description>These packages allow you to configure an IMAP or Postfix mail server. + <_description>These packages allow you to configure an IMAP or SMTP mail server. false true + amavisd-new cyrus-imapd enemies-of-carlotta perl-Cyrus @@ -562,7 +563,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -629,6 +630,7 @@ nagios nfswatch oddjob + p7zip par2cmdline pbzip2 puppet @@ -687,7 +689,7 @@ ctrlproxy dnsmasq flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -695,11 +697,13 @@ kannel l2tpd nsd + oidentd openvpn puppet-server rbldnsd sobby torque-server + ucarp ushare vnc-reflector @@ -865,18 +869,6 @@ - mail-server - <_name>Mail Server - <_description>These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - base-x <_name>X Window System <_description>Install this group of packages to use the base graphical (X) user interface. From fedora-extras-commits at redhat.com Tue Aug 22 15:43:27 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 22 Aug 2006 08:43:27 -0700 Subject: rpms/tetex-elsevier/devel tetex-elsevier.spec,1.1,1.2 Message-ID: <200608221543.k7MFhTTs004944@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-elsevier/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4927 Modified Files: tetex-elsevier.spec Log Message: * Tue Aug 22 2006 Patrice Dumas 0.1.20060516-3 - correct bst files place Index: tetex-elsevier.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-elsevier/devel/tetex-elsevier.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tetex-elsevier.spec 15 Aug 2006 08:27:24 -0000 1.1 +++ tetex-elsevier.spec 22 Aug 2006 15:43:26 -0000 1.2 @@ -4,7 +4,7 @@ # upstream is unversionned, the version is constructed with the latest # file timestamp, in the format YYYYMMDD Version: 0.1.20060516 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Elsevier LaTeX style files and documentation Group: Applications/Publishing @@ -52,9 +52,9 @@ %install rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ -install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ +install -d -m755 $RPM_BUILD_ROOT%{texmf}/bibtex/bst/elsevier/ cp -p *.cls $RPM_BUILD_ROOT%{texmf}/tex/latex/elsevier/ -cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/elsevier/ +cp -p *.bst $RPM_BUILD_ROOT%{texmf}/bibtex/bst/elsevier/ %clean rm -rf $RPM_BUILD_ROOT @@ -70,10 +70,13 @@ %defattr(-,root,root,-) %doc README.fedora *.pdf *.tex %{texmf}/tex/latex/elsevier/ -%{texmf}/bibtex/elsevier/ +%{texmf}/bibtex/bst/elsevier/ %changelog +* Tue Aug 22 2006 Patrice Dumas 0.1.20060516-3 +- correct bst files place + * Fri Aug 11 2006 Patrice Dumas 0.1.20060516-2 - really keep the timestamps From fedora-extras-commits at redhat.com Tue Aug 22 16:47:59 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 22 Aug 2006 09:47:59 -0700 Subject: rpms/celestia/devel celestia.spec,1.18,1.19 Message-ID: <200608221648.k7MGm1ok007871@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7854 Modified Files: celestia.spec Log Message: Turn on -fno-strict-aliasing to work around bug #203525. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- celestia.spec 1 Aug 2006 22:23:48 -0000 1.18 +++ celestia.spec 22 Aug 2006 16:47:59 -0000 1.19 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -49,6 +49,8 @@ %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" +# http://www.shatters.net/forum/viewtopic.php?t=9605 +export CXXFLAGS="%{optflags} -fno-strict-aliasing" %configure --with-gnome --with-lua make %{?_smp_mflags} @@ -110,6 +112,9 @@ %changelog +* Tue Aug 22 2006 Steven Pritchard 1.4.1-5 +- Turn on -fno-strict-aliasing to work around bug #203525. + * Mon Jul 31 2006 Steven Pritchard 1.4.1-4 - We modified configure.in, so now we need automake17 and gettext-devel. From fedora-extras-commits at redhat.com Tue Aug 22 16:48:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 22 Aug 2006 09:48:27 -0700 Subject: rpms/celestia/FC-5 celestia.spec,1.17,1.18 Message-ID: <200608221648.k7MGmTiV007932@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7915 Modified Files: celestia.spec Log Message: Turn on -fno-strict-aliasing to work around bug #203525. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/FC-5/celestia.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- celestia.spec 8 Aug 2006 18:56:21 -0000 1.17 +++ celestia.spec 22 Aug 2006 16:48:27 -0000 1.18 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -49,6 +49,8 @@ %build export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" +# http://www.shatters.net/forum/viewtopic.php?t=9605 +export CXXFLAGS="%{optflags} -fno-strict-aliasing" %configure --with-gnome --with-lua make %{?_smp_mflags} @@ -110,6 +112,9 @@ %changelog +* Tue Aug 22 2006 Steven Pritchard 1.4.1-5 +- Turn on -fno-strict-aliasing to work around bug #203525. + * Mon Jul 31 2006 Steven Pritchard 1.4.1-4 - We modified configure.in, so now we need automake17 and gettext-devel. From fedora-extras-commits at redhat.com Tue Aug 22 16:55:02 2006 From: fedora-extras-commits at redhat.com (David Howells (dhowells)) Date: Tue, 22 Aug 2006 09:55:02 -0700 Subject: rpms/keyutils/devel sources, 1.2, 1.3 keyutils.spec, 1.1, 1.2 .cvsignore, 1.2, 1.3 Message-ID: <200608221655.k7MGt4mu008005@cvs-int.fedora.redhat.com> Author: dhowells Update of /cvs/extras/rpms/keyutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7984 Modified Files: sources keyutils.spec .cvsignore Log Message: Remove syscall manual pages (section 2) to man-pages package [BZ 203582] Don't write to serial port in debugging script Index: sources =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Jun 2006 16:46:13 -0000 1.2 +++ sources 22 Aug 2006 16:55:02 -0000 1.3 @@ -1 +1 @@ -0d4c59f3567619a5cff0abbd23c784f4 keyutils-1.1.tar.bz2 +227086776abccc3ee34599591db563f0 keyutils-1.2.tar.bz2 Index: keyutils.spec =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/keyutils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- keyutils.spec 7 Jun 2006 16:46:13 -0000 1.1 +++ keyutils.spec 22 Aug 2006 16:55:02 -0000 1.2 @@ -1,12 +1,12 @@ %define vermajor 1 -%define version %{vermajor}.1 +%define version %{vermajor}.2 %define libdir /%{_lib} %define usrlibdir %{_prefix}/%{_lib} Summary: Linux Key Management Utilities Name: keyutils Version: %{version} -Release: 4%{?dist} +Release: 1%{?dist} License: GPL/LGPL Group: System Environment/Base ExclusiveOS: Linux @@ -86,10 +86,13 @@ %defattr(-,root,root,-) %{usrlibdir}/libkeyutils.so %{_includedir}/* -%{_mandir}/man2/* %{_mandir}/man3/* %changelog +* Tue Aug 22 2006 David Howells - 1.2-1 +- Remove syscall manual pages (section 2) to man-pages package [BZ 203582] +- Don't write to serial port in debugging script + * Mon Jun 5 2006 David Howells - 1.1-4 - Call ldconfig during (un)installation. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/keyutils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Jun 2006 16:46:13 -0000 1.2 +++ .cvsignore 22 Aug 2006 16:55:02 -0000 1.3 @@ -1 +1,2 @@ keyutils-1.1.tar.bz2 +keyutils-1.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 17:05:56 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:05:56 -0700 Subject: comps comps-fe5.xml.in,1.112,1.113 comps-fe6.xml.in,1.111,1.112 Message-ID: <200608221706.k7MH6TMh010668@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10642 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add xcompmgr Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- comps-fe5.xml.in 21 Aug 2006 15:29:05 -0000 1.112 +++ comps-fe5.xml.in 22 Aug 2006 17:05:56 -0000 1.113 @@ -762,6 +762,7 @@ openbox WindowMaker wmx + xcompmgr Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- comps-fe6.xml.in 22 Aug 2006 14:48:39 -0000 1.111 +++ comps-fe6.xml.in 22 Aug 2006 17:05:56 -0000 1.112 @@ -841,6 +841,7 @@ openbox WindowMaker wmx + xcompmgr From fedora-extras-commits at redhat.com Tue Aug 22 17:15:13 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:15:13 -0700 Subject: rpms/nautilus-actions/devel .cvsignore, 1.4, 1.5 nautilus-actions.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608221715.k7MHFFOT010775@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10754 Modified Files: .cvsignore nautilus-actions.spec sources Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 May 2006 16:27:37 -0000 1.4 +++ .cvsignore 22 Aug 2006 17:15:13 -0000 1.5 @@ -1 +1 @@ -nautilus-actions-1.2.tar.gz +nautilus-actions-1.4.tar.gz Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nautilus-actions.spec 30 May 2006 14:04:12 -0000 1.6 +++ nautilus-actions.spec 22 Aug 2006 17:15:13 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions -Version: 1.2 -Release: 2%{?dist} +Version: 1.4 +Release: 1%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Update to version 1.4 + * Tue May 30 2006 Deji Akingunola - 1.2-2 - Add gettext and perl(XML::Parser) to BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 May 2006 16:27:37 -0000 1.4 +++ sources 22 Aug 2006 17:15:13 -0000 1.5 @@ -1 +1 @@ -d1d4bf81c0f611610d33cfec59c5e549 nautilus-actions-1.2.tar.gz +c3434900718401e13432533eab10e681 nautilus-actions-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 17:16:28 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:16:28 -0700 Subject: rpms/nautilus-actions/FC-5 .cvsignore, 1.4, 1.5 nautilus-actions.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608221716.k7MHGUaT010846@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10825 Modified Files: .cvsignore nautilus-actions.spec sources Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 May 2006 16:26:44 -0000 1.4 +++ .cvsignore 22 Aug 2006 17:16:28 -0000 1.5 @@ -1 +1 @@ -nautilus-actions-1.2.tar.gz +nautilus-actions-1.4.tar.gz Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nautilus-actions.spec 1 May 2006 16:26:44 -0000 1.5 +++ nautilus-actions.spec 22 Aug 2006 17:16:28 -0000 1.6 @@ -1,6 +1,6 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions -Version: 1.2 +Version: 1.4 Release: 1%{?dist} Group: User Interface/Desktops License: GPL @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Update to version 1.4 + * Mon May 01 2006 Deji Akingunola - 1.2-1 - Update to version 1.2 - Make sure fix for upgrade from ver. < 1.0 doesn't throw up errors Index: sources =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 May 2006 16:26:44 -0000 1.4 +++ sources 22 Aug 2006 17:16:28 -0000 1.5 @@ -1 +1 @@ -d1d4bf81c0f611610d33cfec59c5e549 nautilus-actions-1.2.tar.gz +c3434900718401e13432533eab10e681 nautilus-actions-1.4.tar.gz From fedora-extras-commits at redhat.com Tue Aug 22 17:26:26 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:26:26 -0700 Subject: rpms/nautilus-actions/devel nautilus-actions.spec,1.7,1.8 Message-ID: <200608221726.k7MHQS7F010952@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10935 Modified Files: nautilus-actions.spec Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Requires nautilus-devel instead of just nautilus to build Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-actions.spec 22 Aug 2006 17:15:13 -0000 1.7 +++ nautilus-actions.spec 22 Aug 2006 17:26:26 -0000 1.8 @@ -1,13 +1,13 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 Source0: http://www.grumz.net/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libgnomeui-devel, libglade2-devel, nautilus +BuildRequires: libgnomeui-devel, libglade2-devel, nautilus-devel BuildRequires: e2fsprogs-devel, gettext, perl(XML::Parser) BuildRequires: desktop-file-utils Requires(pre): GConf2 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Tue Aug 22 2006 Deji Akingunola - 1.4-2 +- Requires nautilus-devel instead of just nautilus to build + * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 From fedora-extras-commits at redhat.com Tue Aug 22 17:29:43 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:29:43 -0700 Subject: rpms/nautilus-actions/FC-5 nautilus-actions.spec,1.6,1.7 Message-ID: <200608221729.k7MHTjU7011023@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11006 Modified Files: nautilus-actions.spec Log Message: * Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Add BRs on gettext and perl(XML::Parser) Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nautilus-actions.spec 22 Aug 2006 17:16:28 -0000 1.6 +++ nautilus-actions.spec 22 Aug 2006 17:29:43 -0000 1.7 @@ -8,7 +8,7 @@ Source0: http://www.grumz.net/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel, libglade2-devel, nautilus -BuildRequires: e2fsprogs-devel +BuildRequires: e2fsprogs-devel, gettext, perl(XML::Parser) BuildRequires: desktop-file-utils Requires(pre): GConf2 Requires(preun): GConf2 @@ -92,6 +92,9 @@ %changelog * Tue Aug 22 2006 Deji Akingunola - 1.4-1 +- Add BRs on gettext and perl(XML::Parser) + +* Tue Aug 22 2006 Deji Akingunola - 1.4-1 - Update to version 1.4 * Mon May 01 2006 Deji Akingunola - 1.2-1 From fedora-extras-commits at redhat.com Tue Aug 22 17:39:03 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 22 Aug 2006 10:39:03 -0700 Subject: rpms/nautilus-actions/FC-5 nautilus-actions.spec,1.7,1.8 Message-ID: <200608221739.k7MHd5n3011116@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11099 Modified Files: nautilus-actions.spec Log Message: Bump release Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/FC-5/nautilus-actions.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nautilus-actions.spec 22 Aug 2006 17:29:43 -0000 1.7 +++ nautilus-actions.spec 22 Aug 2006 17:39:03 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,7 +91,7 @@ %{_datadir}/applications/fedora-nact.desktop %changelog -* Tue Aug 22 2006 Deji Akingunola - 1.4-1 +* Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Add BRs on gettext and perl(XML::Parser) * Tue Aug 22 2006 Deji Akingunola - 1.4-1 From fedora-extras-commits at redhat.com Tue Aug 22 19:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:26:31 -0700 Subject: fedora-rpmdevtools rpmdevtools.spec,1.13,1.14 Message-ID: <200608221926.k7MJQVxr016849@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/fedora/fedora-rpmdevtools In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16829 Modified Files: rpmdevtools.spec Log Message: Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- rpmdevtools.spec 20 Aug 2006 19:28:27 -0000 1.13 +++ rpmdevtools.spec 22 Aug 2006 19:26:28 -0000 1.14 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. From fedora-extras-commits at redhat.com Tue Aug 22 19:29:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:29:22 -0700 Subject: rpms/rpmdevtools/devel rpmdevtools.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221929.k7MJTOoj016923@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16904 Modified Files: rpmdevtools.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 5.0-2 - Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/rpmdevtools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdevtools.spec 20 Aug 2006 19:35:15 -0000 1.1 +++ rpmdevtools.spec 22 Aug 2006 19:29:22 -0000 1.2 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 19:35:15 -0000 1.2 +++ sources 22 Aug 2006 19:29:22 -0000 1.3 @@ -1,2 +1,2 @@ -d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 +47ed57ac6ef734fa9d00eb5a2616191d rpmdevtools-5.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 19:30:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:30:16 -0700 Subject: rpms/rpmdevtools/FC-5 rpmdevtools.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608221930.k7MJUIvG016993@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16974 Modified Files: rpmdevtools.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 5.0-2 - Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. Index: rpmdevtools.spec =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/FC-5/rpmdevtools.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rpmdevtools.spec 20 Aug 2006 19:35:15 -0000 1.1 +++ rpmdevtools.spec 22 Aug 2006 19:30:16 -0000 1.2 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -84,6 +84,15 @@ rm -rf $RPM_BUILD_ROOT +%post +# Upgrade from fedora-rpmdevtools: +oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf +if [ $1 -eq 1 -a -f $oldconf ] ; then + echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \ + | md5sum -c --status - >/dev/null 2>&1 || \ + cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || : +fi + %triggerin -- emacs-common [ -d %{emacs_sitestart_d} ] && \ ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || : @@ -111,6 +120,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 5.0-2 +- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools. + * Sun Aug 20 2006 Ville Skytt?? - 5.0-1 - Re-rename almost everything to rpmdev-*, with backwards compat symlinks. - Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rpmdevtools/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 19:35:15 -0000 1.2 +++ sources 22 Aug 2006 19:30:16 -0000 1.3 @@ -1,2 +1,2 @@ -d50bf6967feb6a36de156fcd2888a962 rpmdevtools-5.0.tar.bz2 e2b1668f39c085807cae5a770c252dd5 spectool-1.0.7.tar.bz2 +47ed57ac6ef734fa9d00eb5a2616191d rpmdevtools-5.0.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 19:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 12:31:50 -0700 Subject: rpms/fedora-rpmdevtools/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.13, NONE Makefile, 1.2, NONE branch, 1.1, NONE fedora-rpmdevtools.spec, 1.17, NONE sources, 1.13, NONE Message-ID: <200608221931.k7MJVqsL017079@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-rpmdevtools/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17063 Added Files: dead.package Removed Files: .cvsignore Makefile branch fedora-rpmdevtools.spec sources Log Message: Renamed to rpmdevtools. --- NEW FILE dead.package --- Renamed to rpmdevtools. --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- fedora-rpmdevtools.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Tue Aug 22 19:42:17 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:17 -0700 Subject: rpms/compat-wxGTK/FC-4 wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.4, 1.5 Message-ID: <200608221942.k7MJgJ8m017169@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/FC-4 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 18 Mar 2006 17:05:29 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 19:42:17 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 19:42:18 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:18 -0700 Subject: rpms/compat-wxGTK/FC-5 wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.3, 1.4 Message-ID: <200608221942.k7MJgKmL017175@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/FC-5 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- compat-wxGTK.spec 18 Mar 2006 17:05:36 -0000 1.3 +++ compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 19:42:19 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 12:42:19 -0700 Subject: rpms/compat-wxGTK/devel wxGTK-2.4.2-ft2fix.patch, NONE, 1.1 compat-wxGTK.spec, 1.3, 1.4 Message-ID: <200608221942.k7MJgLRx017181@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17114/devel Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-ft2fix.patch Log Message: Fix bugzilla 188370 wxGTK-2.4.2-ft2fix.patch: --- NEW FILE wxGTK-2.4.2-ft2fix.patch --- --- wxGTK-2.4.2/src/generic/dcpsg.cpp.BAD 2006-08-22 13:17:37.000000000 -0500 +++ wxGTK-2.4.2/src/generic/dcpsg.cpp 2006-08-22 13:18:22.000000000 -0500 @@ -1146,7 +1146,7 @@ FILE *file; }; -static int paps_move_to( FT_Vector* to, +static int paps_move_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1156,7 +1156,7 @@ return 0; } -static int paps_line_to( FT_Vector* to, +static int paps_line_to( const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1166,8 +1166,8 @@ return 0; } -static int paps_conic_to( FT_Vector* control, - FT_Vector* to, +static int paps_conic_to( const FT_Vector* control, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; @@ -1179,9 +1179,9 @@ return 0; } -static int paps_cubic_to( FT_Vector* control1, - FT_Vector* control2, - FT_Vector* to, +static int paps_cubic_to( const FT_Vector* control1, + const FT_Vector* control2, + const FT_Vector* to, void *user_data) { OutlineInfo *outline_info = (OutlineInfo*)user_data; Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- compat-wxGTK.spec 18 Mar 2006 16:08:02 -0000 1.3 +++ compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,7 +219,14 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -%find_lang wxstd +# We have to rename the .mo files. This will probably break the +# translations, but anyone so motivated to use them can rename them back. +for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do + NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; + mv $i $NEWNAME; +done + +%find_lang compat-wxstd %clean @@ -277,7 +286,7 @@ %{_libdir}/libwx_gtk2[-_]*.so %{_libdir}/wx/include/gtk2-2* -%files common -f wxstd.lang +%files common -f compat-wxstd.lang %defattr(-,root,root,-) %doc CHANGES*.txt COPYING.LIB LICENCE.txt README*.txt %{_datadir}/wx/ @@ -317,6 +326,10 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 +- hack around conflicting locales (BZ 188370) +- fix ft2 issue (maybe gcc4 issue) where headers don't match function call + * Sat Mar 18 2006 Tom "spot" Callaway - 2.4.2-17 - fix include blob in files (bz 175500) - remove all "Provides" (bz 175500) From fedora-extras-commits at redhat.com Tue Aug 22 20:15:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:31 -0700 Subject: rpms/compat-wxGTK/FC-5 compat-wxGTK.spec,1.4,1.5 Message-ID: <200608222015.k7MKFY6w020060@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/FC-5 Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 20:15:31 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +149,6 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -326,6 +324,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:15:32 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:32 -0700 Subject: rpms/compat-wxGTK/devel compat-wxGTK.spec,1.4,1.5 Message-ID: <200608222015.k7MKFYHs020064@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/devel Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- compat-wxGTK.spec 22 Aug 2006 19:42:18 -0000 1.4 +++ compat-wxGTK.spec 22 Aug 2006 20:15:32 -0000 1.5 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -326,6 +326,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:15:31 2006 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 22 Aug 2006 13:15:31 -0700 Subject: rpms/compat-wxGTK/FC-4 compat-wxGTK.spec,1.5,1.6 Message-ID: <200608222016.k7MKG3Nv020067@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20011/FC-4 Modified Files: compat-wxGTK.spec Log Message: freetype2 fix is only needed for FC-6+ Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 19:42:17 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 20:15:30 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,6 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +149,6 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -326,6 +324,9 @@ %changelog +* Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 +- freetype2 fix is only needed for FC-6+ + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-18 - hack around conflicting locales (BZ 188370) - fix ft2 issue (maybe gcc4 issue) where headers don't match function call From fedora-extras-commits at redhat.com Tue Aug 22 20:25:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 22 Aug 2006 13:25:24 -0700 Subject: comps comps-fe5.xml.in,1.113,1.114 Message-ID: <200608222025.k7MKPQXK020251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20234 Modified Files: comps-fe5.xml.in Log Message: fedora-rpmdevtools -> rpmdevtools Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- comps-fe5.xml.in 22 Aug 2006 17:05:56 -0000 1.113 +++ comps-fe5.xml.in 22 Aug 2006 20:25:24 -0000 1.114 @@ -49,7 +49,6 @@ darcs epydoc erlang - fedora-rpmdevtools flasm ftnchek fpc @@ -77,6 +76,7 @@ q qgit quilt + rpmdevtools rpmlint splint srecord From fedora-extras-commits at redhat.com Tue Aug 22 20:25:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 22 Aug 2006 13:25:52 -0700 Subject: rpms/cln/FC-5 .cvsignore, 1.4, 1.5 cln.spec, 1.19, 1.20 sources, 1.4, 1.5 Message-ID: <200608222025.k7MKPs2l020294@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20273 Modified Files: .cvsignore cln.spec sources Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Jan 2006 21:36:43 -0000 1.4 +++ .cvsignore 22 Aug 2006 20:25:52 -0000 1.5 @@ -1 +1 @@ -cln-1.1.11.tar.bz2 +cln-1.1.13.tar.bz2 Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/cln.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- cln.spec 13 Feb 2006 18:21:37 -0000 1.19 +++ cln.spec 22 Aug 2006 20:25:52 -0000 1.20 @@ -1,6 +1,6 @@ Name: cln -Version: 1.1.11 -Release: 5%{?dist} +Version: 1.1.13 +Release: 1%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,6 +78,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 22 2006 Quentin Spencer 1.1.13-1 +- New release. + * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 - Disable static build. - Enable parallel build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/cln/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Jan 2006 21:36:43 -0000 1.4 +++ sources 22 Aug 2006 20:25:52 -0000 1.5 @@ -1 +1 @@ -7313dc20608ddc5dcfdae4d2f9138762 cln-1.1.11.tar.bz2 +1f3d227360003b389bba14c8a5c3695a cln-1.1.13.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 22 20:48:39 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 22 Aug 2006 13:48:39 -0700 Subject: fedora-security/audit fc5,1.293,1.294 fc6,1.28,1.29 Message-ID: <200608222048.k7MKmd7K020512@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20490 Modified Files: fc5 fc6 Log Message: Note a new cscope issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- fc5 22 Aug 2006 14:47:36 -0000 1.293 +++ fc5 22 Aug 2006 20:48:36 -0000 1.294 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4262 VULNERABLE (cscope) #203649 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- fc6 22 Aug 2006 14:47:36 -0000 1.28 +++ fc6 22 Aug 2006 20:48:36 -0000 1.29 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 From fedora-extras-commits at redhat.com Tue Aug 22 20:51:59 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Tue, 22 Aug 2006 13:51:59 -0700 Subject: owners owners.list,1.1441,1.1442 Message-ID: <200608222052.k7MKq1ge020545@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20526 Modified Files: owners.list Log Message: Reassigned pyzor to me. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1441 retrieving revision 1.1442 diff -u -r1.1441 -r1.1442 --- owners.list 21 Aug 2006 17:23:48 -0000 1.1441 +++ owners.list 22 Aug 2006 20:51:59 -0000 1.1442 @@ -1686,7 +1686,7 @@ Fedora Extras|PyX|Python graphics package|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|pyxdg|PyXDG is a python library to access freedesktop.org standards|jpmahowald at gmail.com|extras-qa at fedoraproject.org|foolish at guezz.net Fedora Extras|pyxmms|Python bindings for xmms|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|pyzor|Pyzor collaborative spam filtering system|wtogami at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|pyzor|Pyzor collaborative spam filtering system|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|q|Equational programming language|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|qa-assistant|Graphical quality assurance report generator|toshio at tiki-lounge.com|extras-qa at fedoraproject.org| Fedora Extras|qalculate-gtk|A multi-purpose desktop calculator for GNU/Linux|dakingun at gmail.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 22 22:12:29 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Tue, 22 Aug 2006 15:12:29 -0700 Subject: comps comps-fe6.xml.in,1.112,1.113 Message-ID: <200608222212.k7MMCVK7026105@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26080 Modified Files: comps-fe6.xml.in Log Message: Add gpsd and gpsd-clients to comps. I don't really like the group I put it in, but I didn't see anything I like better. Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- comps-fe6.xml.in 22 Aug 2006 17:05:56 -0000 1.112 +++ comps-fe6.xml.in 22 Aug 2006 22:12:29 -0000 1.113 @@ -667,6 +667,8 @@ true acpitool + gpsd + gpsd-clients hddtemp i810switch i8kutils From fedora-extras-commits at redhat.com Tue Aug 22 22:15:11 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:11 -0700 Subject: rpms/compat-wxGTK/FC-4 wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.6, 1.7 Message-ID: <200608222215.k7MMFDZ2026195@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/FC-4 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-4/compat-wxGTK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- compat-wxGTK.spec 22 Aug 2006 20:15:30 -0000 1.6 +++ compat-wxGTK.spec 22 Aug 2006 22:15:11 -0000 1.7 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-locale-compat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .locale-compat sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,8 +219,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -324,6 +325,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Tue Aug 22 22:15:12 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:12 -0700 Subject: rpms/compat-wxGTK/FC-5 wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.5, 1.6 Message-ID: <200608222215.k7MMFEsN026201@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/FC-5 Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/FC-5/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 20:15:31 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 22:15:12 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,6 +11,7 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch +Patch3: wxGTK-2.4.2-locale-compat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -149,6 +150,7 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 +%patch3 -p1 -b .locale-compat sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -217,8 +219,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -324,6 +325,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Tue Aug 22 22:15:13 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 22 Aug 2006 15:15:13 -0700 Subject: rpms/compat-wxGTK/devel wxGTK-2.4.2-locale-compat.patch, NONE, 1.1 compat-wxGTK.spec, 1.5, 1.6 Message-ID: <200608222215.k7MMFFPD026207@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26145/devel Modified Files: compat-wxGTK.spec Added Files: wxGTK-2.4.2-locale-compat.patch Log Message: Here's the fix. wxGTK-2.4.2-locale-compat.patch: --- NEW FILE wxGTK-2.4.2-locale-compat.patch --- diff -Nur wxGTK-2.4.2-orig/src/common/intl.cpp wxGTK-2.4.2/src/common/intl.cpp --- wxGTK-2.4.2-orig/src/common/intl.cpp 2003-09-21 13:31:39.000000000 +0200 +++ wxGTK-2.4.2/src/common/intl.cpp 2006-08-22 22:48:14.000000000 +0200 @@ -637,7 +637,7 @@ m_pMsgCat = NULL; bool bOk = TRUE; if ( bLoadDefault ) - bOk = AddCatalog(wxT("wxstd")); + bOk = AddCatalog(wxT("compat-wxstd")); return bOk; } Index: compat-wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/compat-wxGTK/devel/compat-wxGTK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- compat-wxGTK.spec 22 Aug 2006 20:15:32 -0000 1.5 +++ compat-wxGTK.spec 22 Aug 2006 22:15:13 -0000 1.6 @@ -2,7 +2,7 @@ Name: compat-wxGTK Version: 2.4.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Compatibility version of the wxWidgets GTK GUI library License: BSD Group: System Environment/Libraries @@ -11,7 +11,8 @@ Patch0: wxGTK-2.4.2-privates.patch Patch1: wxGTK-2.4.2-aclocal18.patch Patch2: wxGTK-2.4.2-gcc4.patch -Patch3: wxGTK-2.4.2-ft2fix.patch +Patch3: wxGTK-2.4.2-locale-compat.patch +Patch4: wxGTK-2.4.2-ft2fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk+-devel gtk2-devel zlib-devel >= 1.1.4 @@ -150,7 +151,8 @@ %patch0 -p1 -b .privates %patch1 -p0 -b .aclocal18 %patch2 -p1 -b .gcc4 -%patch3 -p1 -b .ft2fix +%patch3 -p1 -b .locale-compat +%patch4 -p1 -b .ft2fix sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure @@ -219,8 +221,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin.m4 \ $RPM_BUILD_ROOT%{_datadir}/aclocal/wxwin-2.4.m4 -# We have to rename the .mo files. This will probably break the -# translations, but anyone so motivated to use them can rename them back. +# We have to rename the .mo files. for i in $RPM_BUILD_ROOT%{_datadir}/locale/*/LC_MESSAGES/wxstd.mo; do NEWNAME=`echo $i | sed -e "s/wxstd.mo/compat-wxstd.mo/"`; mv $i $NEWNAME; @@ -326,6 +327,9 @@ %changelog +* Wed Aug 23 2006 Michael Schwendt - 2.4.2-20 +- add patch to make the code find the renamed .mo files + * Tue Aug 22 2006 Tom "spot" Callaway - 2.4.2-19 - freetype2 fix is only needed for FC-6+ From fedora-extras-commits at redhat.com Wed Aug 23 00:36:47 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 17:36:47 -0700 Subject: rpms/pam_keyring/devel .cvsignore, 1.2, 1.3 pam_keyring.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608230036.k7N0anJF032067@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32046 Modified Files: .cvsignore pam_keyring.spec sources Log Message: import 0.0.8-1.fc6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jun 2006 02:56:59 -0000 1.2 +++ .cvsignore 23 Aug 2006 00:36:47 -0000 1.3 @@ -1 +1 @@ -pam_keyring-0.0.7.tar.gz +pam_keyring-0.0.8.tar.gz Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/pam_keyring.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_keyring.spec 9 Jun 2006 02:56:59 -0000 1.1 +++ pam_keyring.spec 23 Aug 2006 00:36:47 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring -Version: 0.0.7 -Release: 2 +Version: 0.0.8 +Release: 1.fc6 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc6 + - Updated to pam_keyring 0.0.8. + * Thu Jun 08 2006 W. Michael Petullo - 0.0.7-2 - Don't package empty FAQ. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jun 2006 02:56:59 -0000 1.2 +++ sources 23 Aug 2006 00:36:47 -0000 1.3 @@ -1 +1 @@ -b50ff42708c0f49bc10d6cd16d182b39 pam_keyring-0.0.7.tar.gz +81a5c466d8b08d9f95d478c5feac73a5 pam_keyring-0.0.8.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 00:37:03 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 17:37:03 -0700 Subject: rpms/pam_keyring/FC-5 .cvsignore, 1.2, 1.3 pam_keyring.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608230037.k7N0b5Ko032094@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32073 Modified Files: .cvsignore pam_keyring.spec sources Log Message: import 0.0.8-1.fc6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 9 Jun 2006 02:56:59 -0000 1.2 +++ .cvsignore 23 Aug 2006 00:37:03 -0000 1.3 @@ -1 +1 @@ -pam_keyring-0.0.7.tar.gz +pam_keyring-0.0.8.tar.gz Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/pam_keyring.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_keyring.spec 9 Jun 2006 02:56:59 -0000 1.1 +++ pam_keyring.spec 23 Aug 2006 00:37:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring -Version: 0.0.7 -Release: 2 +Version: 0.0.8 +Release: 1.fc5 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc5 + - Updated to pam_keyring 0.0.8. + * Thu Jun 08 2006 W. Michael Petullo - 0.0.7-2 - Don't package empty FAQ. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 9 Jun 2006 02:56:59 -0000 1.2 +++ sources 23 Aug 2006 00:37:03 -0000 1.3 @@ -1 +1 @@ -b50ff42708c0f49bc10d6cd16d182b39 pam_keyring-0.0.7.tar.gz +81a5c466d8b08d9f95d478c5feac73a5 pam_keyring-0.0.8.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 01:06:53 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 18:06:53 -0700 Subject: rpms/pam_keyring/devel pam_keyring.spec,1.2,1.3 Message-ID: <200608230106.k7N16ts2002389@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2372 Modified Files: pam_keyring.spec Log Message: BuildRequires libtool Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/devel/pam_keyring.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_keyring.spec 23 Aug 2006 00:36:47 -0000 1.2 +++ pam_keyring.spec 23 Aug 2006 01:06:52 -0000 1.3 @@ -1,14 +1,14 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring Version: 0.0.8 -Release: 1.fc6 +Release: 2.fc6 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.hekanetworks.com Requires: gnome-session >= 2.10.0, gnome-keyring >= 0.4.8, pam >= 0.99.3 -BuildRequires: gnome-keyring-devel, pam-devel +BuildRequires: gnome-keyring-devel, pam-devel, libtool %description The pam_keyring module allows GNOME users to automatically unlock @@ -48,6 +48,10 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-2.fc6 + + - BuildRequires libtool. + * Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc6 - Updated to pam_keyring 0.0.8. From fedora-extras-commits at redhat.com Wed Aug 23 01:15:17 2006 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 22 Aug 2006 18:15:17 -0700 Subject: rpms/pam_keyring/FC-5 pam_keyring.spec,1.2,1.3 Message-ID: <200608230115.k7N1FJI0002468@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_keyring/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2451 Modified Files: pam_keyring.spec Log Message: BuildRequires libtool Index: pam_keyring.spec =================================================================== RCS file: /cvs/extras/rpms/pam_keyring/FC-5/pam_keyring.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_keyring.spec 23 Aug 2006 00:37:03 -0000 1.2 +++ pam_keyring.spec 23 Aug 2006 01:15:16 -0000 1.3 @@ -1,14 +1,14 @@ Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring Name: pam_keyring Version: 0.0.8 -Release: 1.fc5 +Release: 2.fc5 License: GPL Group: System Environment/Base Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.hekanetworks.com Requires: gnome-session >= 2.10.0, gnome-keyring >= 0.4.8, pam >= 0.99.3 -BuildRequires: gnome-keyring-devel, pam-devel +BuildRequires: gnome-keyring-devel, pam-devel, libtool %description The pam_keyring module allows GNOME users to automatically unlock @@ -48,6 +48,9 @@ %changelog +* Tue Aug 22 2006 W. Michael Petullo - 0.0.8-2.fc5 + - BuildRequires libtool. + * Tue Aug 22 2006 W. Michael Petullo - 0.0.8-1.fc5 - Updated to pam_keyring 0.0.8. From fedora-extras-commits at redhat.com Wed Aug 23 02:29:18 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:18 -0700 Subject: rpms/socat - New directory Message-ID: <200608230229.k7N2TKQk005421@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5395/socat Log Message: Directory /cvs/extras/rpms/socat added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 02:29:19 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:19 -0700 Subject: rpms/socat/devel - New directory Message-ID: <200608230229.k7N2TL57005424@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5395/socat/devel Log Message: Directory /cvs/extras/rpms/socat/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 02:29:43 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:43 -0700 Subject: rpms/socat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608230229.k7N2Tjvi005468@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5440 Added Files: Makefile import.log Log Message: Setup of module socat --- NEW FILE Makefile --- # Top level Makefile for module socat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 02:29:44 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:29:44 -0700 Subject: rpms/socat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608230229.k7N2TklD005471@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5440/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module socat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 02:30:40 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:30:40 -0700 Subject: rpms/socat import.log,1.1,1.2 Message-ID: <200608230230.k7N2UgWf005541@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5506 Modified Files: import.log Log Message: auto-import socat-1.5.0.0-2 on branch devel from socat-1.5.0.0-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/socat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 02:29:43 -0000 1.1 +++ import.log 23 Aug 2006 02:30:40 -0000 1.2 @@ -0,0 +1 @@ +socat-1_5_0_0-2:HEAD:socat-1.5.0.0-2.src.rpm:1156300151 From fedora-extras-commits at redhat.com Wed Aug 23 02:30:41 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:30:41 -0700 Subject: rpms/socat/devel socat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608230230.k7N2UhDA005547@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/rpms/socat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5506/devel Modified Files: .cvsignore sources Added Files: socat.spec Log Message: auto-import socat-1.5.0.0-2 on branch devel from socat-1.5.0.0-2.src.rpm --- NEW FILE socat.spec --- Summary: Bidirectional data relay between two data channels ('netcat++') Name: socat Version: 1.5.0.0 Release: 2%{?dist} License: GPL Url: http://www.dest-unreach.org/%{name} Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2 Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel readline-devel ncurses-devel %description Socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these. %prep %setup -q %configure \ --enable-help --enable-stdio \ --enable-fdnum --enable-file --enable-creat \ --enable-gopen --enable-pipe --enable-termios \ --enable-unix --enable-ip4 --enable-ip6 \ --enable-rawip --enable-tcp --enable-udp \ --enable-listen --enable-proxy --enable-exec \ --enable-system --enable-pty --enable-readline \ --enable-openssl --enable-sycls --enable-filan \ --enable-retry --enable-libwrap %build chmod 644 *.sh make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES FAQ PORTING %doc COPYING* README SECURITY testcert.conf socat.html %doc daemon.sh ftp.sh gatherinfo.sh mail.sh proxy.sh %doc proxyecho.sh readline.sh readline-test.sh %doc socks4echo.sh socks4a-echo.sh test.sh %{_bindir}/socat %{_bindir}/filan %{_bindir}/procan %doc %{_mandir}/man1/socat.1* %changelog * Sun Aug 20 2006 Paul Wouters - 1.5.0.0-2 - Added missing examples to doc section and removed execute bits. * Fri Aug 04 2006 Paul Wouters - 1.5.0.0-1 - Updated to 1.5.0.0 - removed version cut/mversion, since source untars properly now. * Tue May 09 2006 Paul Wouters - 1.4.3.1-1 - Updated to 1.4.3.1 * Thu Jan 26 2006 Paul Wouters 1.4.3.0-2 - Removed DESTDIR export and fixed two capitals * Thu Jan 26 2006 Paul Wouters 1.4.3.0-1 - Initial version based on Pascal Bleser suse rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/socat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 02:29:43 -0000 1.1 +++ .cvsignore 23 Aug 2006 02:30:41 -0000 1.2 @@ -0,0 +1 @@ +socat-1.5.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/socat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 02:29:43 -0000 1.1 +++ sources 23 Aug 2006 02:30:41 -0000 1.2 @@ -0,0 +1 @@ +84b709de13e236198a4606fb4b80e123 socat-1.5.0.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 02:35:50 2006 From: fedora-extras-commits at redhat.com (Paul Wouters (pwouters)) Date: Tue, 22 Aug 2006 19:35:50 -0700 Subject: owners owners.list,1.1442,1.1443 Message-ID: <200608230235.k7N2ZqLv005613@cvs-int.fedora.redhat.com> Author: pwouters Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: owners.list Log Message: Added socat package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1442 retrieving revision 1.1443 diff -u -r1.1442 -r1.1443 --- owners.list 22 Aug 2006 20:51:59 -0000 1.1442 +++ owners.list 23 Aug 2006 02:35:50 -0000 1.1443 @@ -1831,6 +1831,7 @@ Fedora Extras|snownews|A RSS/RDF news aggregator|zing at fastmail.fm|extras-qa at fedoraproject.org| Fedora Extras|SOAPpy|Full-featured SOAP library for Python|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|sobby|Standalone obby server|lmacken at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|socat|Relay application for bidirectional data transfer|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|sodipodi|Vector-based drawing program|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|sopwith|SDL port of sopwith|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|SoQt|A high-level 3D visualization library|rc040203 at freenet.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 23 03:28:28 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:28 -0700 Subject: rpms/perl-Gnome2-GConf - New directory Message-ID: <200608230328.k7N3SUX2008546@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525/perl-Gnome2-GConf Log Message: Directory /cvs/extras/rpms/perl-Gnome2-GConf added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 03:28:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:29 -0700 Subject: rpms/perl-Gnome2-GConf/devel - New directory Message-ID: <200608230328.k7N3SVid008549@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8525/perl-Gnome2-GConf/devel Log Message: Directory /cvs/extras/rpms/perl-Gnome2-GConf/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 03:28:36 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:36 -0700 Subject: rpms/perl-Gnome2-GConf Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608230328.k7N3ScEx008602@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8569 Added Files: Makefile import.log Log Message: Setup of module perl-Gnome2-GConf --- NEW FILE Makefile --- # Top level Makefile for module perl-Gnome2-GConf all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 03:28:37 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:37 -0700 Subject: rpms/perl-Gnome2-GConf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608230328.k7N3Sd3u008605@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8569/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Gnome2-GConf --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 03:28:50 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:50 -0700 Subject: rpms/perl-Gnome2-GConf import.log,1.1,1.2 Message-ID: <200608230328.k7N3SqAP008654@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618 Modified Files: import.log Log Message: auto-import perl-Gnome2-GConf-1.032-2.fc5 on branch devel from perl-Gnome2-GConf-1.032-2.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 03:28:36 -0000 1.1 +++ import.log 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +perl-Gnome2-GConf-1_032-2_fc5:HEAD:perl-Gnome2-GConf-1.032-2.fc5.src.rpm:1156303729 From fedora-extras-commits at redhat.com Wed Aug 23 03:28:51 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:28:51 -0700 Subject: rpms/perl-Gnome2-GConf/devel perl-Gnome2-GConf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608230328.k7N3Sr5b008660@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618/devel Modified Files: .cvsignore sources Added Files: perl-Gnome2-GConf.spec Log Message: auto-import perl-Gnome2-GConf-1.032-2.fc5 on branch devel from perl-Gnome2-GConf-1.032-2.fc5.src.rpm --- NEW FILE perl-Gnome2-GConf.spec --- Name: perl-Gnome2-GConf Version: 1.032 Release: 2%{?dist} Summary: Perl wrappers for the GConf configuration engine License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/Gnome2-GConf/ Source0: http://www.cpan.org/authors/id/E/EB/EBASSI/Gnome2-GConf-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core BuildRequires: perl ## non-core BuildRequires: perl(Glib) >= 1.120, GConf2 BuildRequires: perl(ExtUtils::Depends) >= 0.2 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: GConf2-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x. %prep %setup -q -n Gnome2-GConf-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} cp xs/* . %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHOR ChangeLog doctypes gconf.typemap maps NEWS README examples/ %{perl_vendorarch}/auto/* %{perl_vendorarch}/Gnome2* %{_mandir}/man3/* %changelog * Fri Aug 18 2006 Chris Weyl 1.032-2 - added missing BR - tweaked %build to help -debuginfo generation * Sun Aug 13 2006 Chris Weyl 1.032-1 - Specfile autogenerated by cpanspec 1.68. - Initial spec file for F-E Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 03:28:37 -0000 1.1 +++ .cvsignore 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +Gnome2-GConf-1.032.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 03:28:37 -0000 1.1 +++ sources 23 Aug 2006 03:28:50 -0000 1.2 @@ -0,0 +1 @@ +887b979e04df4adbfd616729cda0f37b Gnome2-GConf-1.032.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 03:29:04 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:29:04 -0700 Subject: owners owners.list,1.1443,1.1444 Message-ID: <200608230329.k7N3T6EQ008707@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8690 Modified Files: owners.list Log Message: added perl-Gnome2-GConf Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1443 retrieving revision 1.1444 diff -u -r1.1443 -r1.1444 --- owners.list 23 Aug 2006 02:35:50 -0000 1.1443 +++ owners.list 23 Aug 2006 03:29:04 -0000 1.1444 @@ -679,8 +679,8 @@ Fedora Extras|kdetoys|K Desktop Environment - Toys and Amusements|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kdirstat|A KDE Utility program that sums updisk usage|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kdissert|Mind-mapping-like tool for KDE|icon at fedoraproject.org|extras-qa at fedoraproject.org| -Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kdmtheme|Theme Manager for KDM|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| +Fedora Extras|kdocker|Dock any application in the system tray|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kerry|Kerry Beagle is a KDE frontend for the Beagle desktop search|hugo at devin.com.br|extras-qa at fedoraproject.org| Fedora Extras|keychain|Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG|alex at dalloz.de|extras-qa at fedoraproject.org| Fedora Extras|keyutils|Kernel key management utilities|dhowells at redhat.com|extras-qa at fedoraproject.org| @@ -1250,6 +1250,7 @@ Fedora Extras|perl-gettext|Interface to gettext family of functions|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Glib|Perl interface to GLib|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Gnome2-Canvas|Perl interface to Gnome Canvas|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| +Fedora Extras|perl-Gnome2-GConf|Perl wrappers for the GConf configuration engine|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GnuPG-Interface|Perl interface to GnuPG|Matt_Domsch at dell.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Graphics-ColorNames|Defines RGB values for common color names|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-GSSAPI|Perl extension providing access to the GSSAPIv2 library|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 23 03:30:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:30:31 -0700 Subject: rpms/perl-Gnome2-GConf/devel perl-Gnome2-GConf.spec,1.1,1.2 Message-ID: <200608230330.k7N3UXWx008735@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Gnome2-GConf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8718 Modified Files: perl-Gnome2-GConf.spec Log Message: bump Index: perl-Gnome2-GConf.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Gnome2-GConf/devel/perl-Gnome2-GConf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Gnome2-GConf.spec 23 Aug 2006 03:28:50 -0000 1.1 +++ perl-Gnome2-GConf.spec 23 Aug 2006 03:30:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Gnome2-GConf Version: 1.032 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Perl wrappers for the GConf configuration engine License: LGPL Group: Development/Libraries @@ -67,6 +67,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 1.032-3 +- bump for build & release + * Fri Aug 18 2006 Chris Weyl 1.032-2 - added missing BR - tweaked %build to help -debuginfo generation From fedora-extras-commits at redhat.com Wed Aug 23 03:58:09 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:58:09 -0700 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608230358.k7N3wBVh009759@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9724/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: update to 4.98 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE-Component-IRC.spec 25 Jul 2006 15:31:12 -0000 1.4 +++ perl-POE-Component-IRC.spec 23 Aug 2006 03:58:09 -0000 1.5 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.97 +Version: 4.98 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 4.98-1 +- update to 4.98 + * Tue Jul 25 2006 Chris Weyl 4.97-1 - update to 4.97 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Jul 2006 15:31:12 -0000 1.3 +++ sources 23 Aug 2006 03:58:09 -0000 1.4 @@ -1 +1 @@ -0e7287d52f51fd4eedd561e288c1f7a7 POE-Component-IRC-4.97.tar.gz +0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 03:58:10 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Tue, 22 Aug 2006 20:58:10 -0700 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.3, 1.4 perl-POE-Component-IRC.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608230358.k7N3wCBk009765@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9724/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Log Message: update to 4.98 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Jul 2006 14:36:37 -0000 1.3 +++ .cvsignore 23 Aug 2006 03:58:10 -0000 1.4 @@ -1 +1 @@ -POE-Component-IRC-4.97.tar.gz +POE-Component-IRC-4.98.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-POE-Component-IRC.spec 25 Jul 2006 14:36:37 -0000 1.4 +++ perl-POE-Component-IRC.spec 23 Aug 2006 03:58:10 -0000 1.5 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.97 +Version: 4.98 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,9 @@ %changelog +* Tue Aug 22 2006 Chris Weyl 4.98-1 +- update to 4.98 + * Tue Jul 25 2006 Chris Weyl 4.97-1 - update to 4.97 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Jul 2006 14:36:37 -0000 1.3 +++ sources 23 Aug 2006 03:58:10 -0000 1.4 @@ -1 +1 @@ -0e7287d52f51fd4eedd561e288c1f7a7 POE-Component-IRC-4.97.tar.gz +0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 05:21:04 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 22 Aug 2006 22:21:04 -0700 Subject: rpms/scribes/FC-5 scribes-setup-install-gconf-schemas.patch, NONE, 1.1 scribes-setup-no-dep-check.patch, NONE, 1.1 scribes-setup-no-manual-gconf.patch, NONE, 1.1 scribes.spec, 1.6, 1.7 setup-install-gconf-schemas.patch, 1.1, NONE setup-no-dep-check.patch, 1.1, NONE setup-no-manual-gconf.patch, 1.1, NONE Message-ID: <200608230521.k7N5L6l7015319@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15293 Modified Files: scribes.spec Added Files: scribes-setup-install-gconf-schemas.patch scribes-setup-no-dep-check.patch scribes-setup-no-manual-gconf.patch Removed Files: setup-install-gconf-schemas.patch setup-no-dep-check.patch setup-no-manual-gconf.patch Log Message: Renaming patches (adding "%{name}-" prefixes) scribes-setup-install-gconf-schemas.patch: --- NEW FILE scribes-setup-install-gconf-schemas.patch --- --- setup.py 2006-04-22 18:29:10.000000000 -0700 +++ patched-setup.py 2006-04-22 18:35:33.000000000 -0700 @@ -82,6 +82,7 @@ license="GNU GPL v2 and above", packages=["Scribes"], data_files=[ + ("/etc/gconf/schemas", ["data/scribes.schemas"]), ("share/applications", ["data/scribes.desktop"]), ("share/application-registry", ["data/scribes.application"]), ("share/pixmaps", ["data/scribes.svg"]), scribes-setup-no-dep-check.patch: --- NEW FILE scribes-setup-no-dep-check.patch --- --- setup.py 2006-03-04 12:28:07.916137104 -0500 +++ patch.py 2006-03-26 18:54:39.614303696 -0500 @@ -42,94 +42,6 @@ from distutils.core import setup from Scribes.info import version - -def check_dependencies(): - u""" - Check for Scribes' runtime software dependencies. - - The function aborts the installation process if runtime software - dependencies are not met by the host system. - - """ - - try: - - import pygtk - pygtk.require("2.0") - import gtk - - if gtk.pygtk_version < (2, 8, 0): - - raise ImportError - - except ImportError: - - print "You need PyGTK version 2.8 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gnome - - if gnome.gnome_python_version < (2, 12, 0): - - raise ImportError - - except ImportError: - - print "You need GNOME Python version 2.12 or later to run Scribes" - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtksourceview - - except ImportError: - - print "You need the gtksourceview module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtkspell - - except ImportError: - - print "You need the gtkspell module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - # Check to see if Yelp is installed on the host system - - cmd = "which yelp" - err, out = getstatusoutput(cmd) - - if err: - - print "You need Yelp version 2.12 or later to run Scribes." - exit(1) - - # Check to see if GConf is installed on the host system - - cmd = "which gconftool-2" - err, out = getstatusoutput(cmd) - - if err: - - print "You need GConf version 2.12 or later to run Scribes." - exit(1) - - return - -check_dependencies() - # Trove classification classifiers = """ scribes-setup-no-manual-gconf.patch: --- NEW FILE scribes-setup-no-manual-gconf.patch --- --- setup.py 2006-04-25 20:55:16.000000000 -0700 +++ patch.py 2006-04-25 20:58:52.000000000 -0700 @@ -101,48 +101,3 @@ "data/scribes_editing.png", "data/scribes_status.png"]) ], scripts=["scribes"],) - - -################################################################################ -# -# GConf Installation -# -################################################################################ - -# Get gconf's default source -cmd = "gconftool-2 --get-default-source" -err, out = getstatusoutput(cmd) - -# Set up the gconf environment variable. -putenv('GCONF_CONFIG_SOURCE', out) - -# Install gconf to the default source -cmd = "gconftool-2 --makefile-install-rule data/scribes.schemas" -err, out = getstatusoutput(cmd) - -if out: - - print "installing GConf schema files" - -if err: - - print 'Error: installation of gconf schema files failed: %s' % out - -# Kill the GConf daemon -cmd = "killall gconfd-2" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem shutting down gconf." - -# Start the GConf daemon -cmd = "gconftool-2 --spawn" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem restarting down gconf." - -print "scribes installation complete" - Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/FC-5/scribes.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scribes.spec 12 Aug 2006 01:34:30 -0000 1.6 +++ scribes.spec 23 Aug 2006 05:21:04 -0000 1.7 @@ -4,16 +4,16 @@ Name: scribes Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ Source0: http://openusability.org/download.php/93/%{name}-%{version}.tar.gz -Patch0: setup-no-dep-check.patch -Patch1: setup-install-gconf-schemas.patch -Patch2: setup-no-manual-gconf.patch +Patch0: %{name}-setup-no-dep-check.patch +Patch1: %{name}-setup-install-gconf-schemas.patch +Patch2: %{name}-setup-no-manual-gconf.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -123,6 +123,9 @@ %changelog +* Tue Aug 22 2006 Peter Gordon - 0.2.5-4 +- Rename patches (add "%%{name}-" prefixes) + * Fri Aug 11 2006 Peter Gordon - 0.2.5-3 - Include .pyo files in build for new Python packaging guidelines. --- setup-install-gconf-schemas.patch DELETED --- --- setup-no-dep-check.patch DELETED --- --- setup-no-manual-gconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 05:21:17 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Tue, 22 Aug 2006 22:21:17 -0700 Subject: rpms/scribes/devel scribes-setup-install-gconf-schemas.patch, NONE, 1.1 scribes-setup-no-dep-check.patch, NONE, 1.1 scribes-setup-no-manual-gconf.patch, NONE, 1.1 scribes.spec, 1.5, 1.6 setup-install-gconf-schemas.patch, 1.1, NONE setup-no-dep-check.patch, 1.1, NONE setup-no-manual-gconf.patch, 1.1, NONE Message-ID: <200608230521.k7N5LJ61015351@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15325 Modified Files: scribes.spec Added Files: scribes-setup-install-gconf-schemas.patch scribes-setup-no-dep-check.patch scribes-setup-no-manual-gconf.patch Removed Files: setup-install-gconf-schemas.patch setup-no-dep-check.patch setup-no-manual-gconf.patch Log Message: Renaming patches (adding "%{name}-" prefixes) scribes-setup-install-gconf-schemas.patch: --- NEW FILE scribes-setup-install-gconf-schemas.patch --- --- setup.py 2006-04-22 18:29:10.000000000 -0700 +++ patched-setup.py 2006-04-22 18:35:33.000000000 -0700 @@ -82,6 +82,7 @@ license="GNU GPL v2 and above", packages=["Scribes"], data_files=[ + ("/etc/gconf/schemas", ["data/scribes.schemas"]), ("share/applications", ["data/scribes.desktop"]), ("share/application-registry", ["data/scribes.application"]), ("share/pixmaps", ["data/scribes.svg"]), scribes-setup-no-dep-check.patch: --- NEW FILE scribes-setup-no-dep-check.patch --- --- setup.py 2006-03-04 12:28:07.916137104 -0500 +++ patch.py 2006-03-26 18:54:39.614303696 -0500 @@ -42,94 +42,6 @@ from distutils.core import setup from Scribes.info import version - -def check_dependencies(): - u""" - Check for Scribes' runtime software dependencies. - - The function aborts the installation process if runtime software - dependencies are not met by the host system. - - """ - - try: - - import pygtk - pygtk.require("2.0") - import gtk - - if gtk.pygtk_version < (2, 8, 0): - - raise ImportError - - except ImportError: - - print "You need PyGTK version 2.8 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gnome - - if gnome.gnome_python_version < (2, 12, 0): - - raise ImportError - - except ImportError: - - print "You need GNOME Python version 2.12 or later to run Scribes" - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtksourceview - - except ImportError: - - print "You need the gtksourceview module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - try: - - import pygtk - pygtk.require("2.0") - import gtkspell - - except ImportError: - - print "You need the gtkspell module in GNOME Python Extras version" - print " 2.12 or later to run Scribes." - exit(1) - - # Check to see if Yelp is installed on the host system - - cmd = "which yelp" - err, out = getstatusoutput(cmd) - - if err: - - print "You need Yelp version 2.12 or later to run Scribes." - exit(1) - - # Check to see if GConf is installed on the host system - - cmd = "which gconftool-2" - err, out = getstatusoutput(cmd) - - if err: - - print "You need GConf version 2.12 or later to run Scribes." - exit(1) - - return - -check_dependencies() - # Trove classification classifiers = """ scribes-setup-no-manual-gconf.patch: --- NEW FILE scribes-setup-no-manual-gconf.patch --- --- setup.py 2006-04-25 20:55:16.000000000 -0700 +++ patch.py 2006-04-25 20:58:52.000000000 -0700 @@ -101,48 +101,3 @@ "data/scribes_editing.png", "data/scribes_status.png"]) ], scripts=["scribes"],) - - -################################################################################ -# -# GConf Installation -# -################################################################################ - -# Get gconf's default source -cmd = "gconftool-2 --get-default-source" -err, out = getstatusoutput(cmd) - -# Set up the gconf environment variable. -putenv('GCONF_CONFIG_SOURCE', out) - -# Install gconf to the default source -cmd = "gconftool-2 --makefile-install-rule data/scribes.schemas" -err, out = getstatusoutput(cmd) - -if out: - - print "installing GConf schema files" - -if err: - - print 'Error: installation of gconf schema files failed: %s' % out - -# Kill the GConf daemon -cmd = "killall gconfd-2" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem shutting down gconf." - -# Start the GConf daemon -cmd = "gconftool-2 --spawn" -err, out = getstatusoutput(cmd) - -if err: - - print "Problem restarting down gconf." - -print "scribes installation complete" - Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scribes.spec 12 Aug 2006 01:34:31 -0000 1.5 +++ scribes.spec 23 Aug 2006 05:21:17 -0000 1.6 @@ -4,16 +4,16 @@ Name: scribes Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL URL: http://scribes.sourceforge.net/ Source0: http://openusability.org/download.php/93/%{name}-%{version}.tar.gz -Patch0: setup-no-dep-check.patch -Patch1: setup-install-gconf-schemas.patch -Patch2: setup-no-manual-gconf.patch +Patch0: %{name}-setup-no-dep-check.patch +Patch1: %{name}-setup-install-gconf-schemas.patch +Patch2: %{name}-setup-no-manual-gconf.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -123,6 +123,9 @@ %changelog +* Tue Aug 22 2006 Peter Gordon - 0.2.5-4 +- Rename patches (add "%%{name}-" prefixes) + * Fri Aug 11 2006 Peter Gordon - 0.2.5-3 - Include .pyo files in build for new Python packaging guidelines. --- setup-install-gconf-schemas.patch DELETED --- --- setup-no-dep-check.patch DELETED --- --- setup-no-manual-gconf.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 08:37:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Wed, 23 Aug 2006 01:37:10 -0700 Subject: rpms/k3d/devel .cvsignore,1.2,1.3 k3d.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <200608230837.k7N8bCeE023981@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23960 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 23 Aug 2006 08:37:09 -0000 1.3 @@ -1 +1 @@ -k3d-0.5.16.0-src.tar.bz2 +k3d-0.6.0.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k3d.spec 11 Aug 2006 07:39:24 -0000 1.1 +++ k3d.spec 23 Aug 2006 08:37:09 -0000 1.2 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 3%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -45,7 +45,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -56,6 +56,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -111,13 +120,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -127,6 +152,10 @@ %changelog +* Wed Aug 23 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Fri Aug 11 2006 Denis Leroy - 0.5.16.0-3 - Added sample_document to devel pkg Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 23 Aug 2006 08:37:09 -0000 1.3 @@ -1 +1 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 13:59:36 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Wed, 23 Aug 2006 06:59:36 -0700 Subject: comps comps-fe5.xml.in,1.114,1.115 comps-fe6.xml.in,1.113,1.114 Message-ID: <200608231359.k7NDxcUt006290@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6271 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add krusader and smb4k. Maybe System Tools group is better place to put this apps? Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- comps-fe5.xml.in 22 Aug 2006 20:25:24 -0000 1.114 +++ comps-fe5.xml.in 23 Aug 2006 13:59:35 -0000 1.115 @@ -838,9 +838,11 @@ knemo kompose kooldock + krusader ksynaptics kyum metamonitor + smb4k Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- comps-fe6.xml.in 22 Aug 2006 22:12:29 -0000 1.113 +++ comps-fe6.xml.in 23 Aug 2006 13:59:35 -0000 1.114 @@ -914,10 +914,12 @@ knemo kompose kooldock + krusader ksensors ksynaptics kyum metamonitor + smb4k From fedora-extras-commits at redhat.com Wed Aug 23 14:01:14 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Wed, 23 Aug 2006 07:01:14 -0700 Subject: fedora-security/audit fc5,1.294,1.295 fc6,1.29,1.30 Message-ID: <200608231401.k7NE1Eqa008916@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6322/audit Modified Files: fc5 fc6 Log Message: Add CVE-2006-2932 and CVE-2006-3745 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- fc5 22 Aug 2006 20:48:36 -0000 1.294 +++ fc5 23 Aug 2006 14:01:10 -0000 1.295 @@ -58,6 +58,7 @@ CVE-2006-3801 VULNERABLE (mozilla) CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] +CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] @@ -117,6 +118,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) +CVE-2006-2932 ** (kernel) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- fc6 22 Aug 2006 20:48:36 -0000 1.29 +++ fc6 23 Aug 2006 14:01:10 -0000 1.30 @@ -46,6 +46,7 @@ CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 CVE-2006-3746 version (gnupg, fixed 1.4.5) +CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) @@ -103,6 +104,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) +CVE-2006-2932 ** (kernel) CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 From fedora-extras-commits at redhat.com Wed Aug 23 14:27:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:27:44 -0700 Subject: rpms/ncftp/FC-4 .cvsignore, 1.3, 1.4 ncftp.spec, 1.6, 1.7 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608231427.k7NERk2n009211@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/FC-4 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Backport 3.2.0 update from devel to FC-4 and FC-5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 23 Aug 2006 14:27:43 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/ncftp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ncftp.spec 12 May 2006 11:15:15 -0000 1.6 +++ ncftp.spec 23 Aug 2006 14:27:43 -0000 1.7 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 23 Aug 2006 14:27:43 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 14:27:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:27:44 -0700 Subject: rpms/ncftp/FC-5 .cvsignore, 1.3, 1.4 ncftp.spec, 1.8, 1.9 sources, 1.3, 1.4 ncftp-3.1.6-rh1.patch, 1.1, NONE ncftp-3.1.7-shell.patch, 1.1, NONE ncftp-3.1.9-dirlist.patch, 1.1, NONE Message-ID: <200608231427.k7NERk5t009217@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/FC-5 Modified Files: .cvsignore ncftp.spec sources Removed Files: ncftp-3.1.6-rh1.patch ncftp-3.1.7-shell.patch ncftp-3.1.9-dirlist.patch Log Message: Backport 3.2.0 update from devel to FC-4 and FC-5. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 May 2005 18:56:41 -0000 1.3 +++ .cvsignore 23 Aug 2006 14:27:44 -0000 1.4 @@ -1,2 +1,2 @@ -ncftp-3.1.9-src.tar.bz2 -ncftp-319-v6-20050419.diff.gz +ncftp-3.2.0-src.tar.bz2 +ncftp-320-v6-20060806.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/ncftp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ncftp.spec 12 May 2006 11:15:16 -0000 1.8 +++ ncftp.spec 23 Aug 2006 14:27:44 -0000 1.9 @@ -1,21 +1,18 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.9 -Release: 4%{?dist} +Version: 3.2.0 +Release: 1%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet URL: http://www.ncftp.com/ncftp/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 +Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20060806.diff.gz Patch1: ncftp-3.0.1-pref.patch -Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz -Patch4: ncftp-3.0.3-resume.patch -Patch5: ncftp-3.1.5-pmeter.patch -Patch6: ncftp-3.1.5-ncursesw.patch -Patch7: ncftp-3.1.6-rh1.patch -Patch8: ncftp-3.1.8-epsv.patch -Patch9: ncftp-3.1.9-dirlist.patch +Patch2: ncftp-3.0.3-resume.patch +Patch3: ncftp-3.1.5-pmeter.patch +Patch4: ncftp-3.1.5-ncursesw.patch +Patch5: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -27,15 +24,12 @@ %prep %setup -q +%patch0 -p1 -b .ipv6 %patch1 -p0 -b .pref -%patch2 -p1 -b .shell -%patch3 -p1 -b .ipv6 -%patch4 -p1 -b .res -%patch5 -p1 -b .pmeter -%patch6 -p1 -b .ncursesw -#patch7 -p1 -b .ask_save -%patch8 -p1 -b .epsv -%patch9 -p1 -b .dirlist +%patch2 -p1 -b .res +%patch3 -p1 -b .pmeter +%patch4 -p1 -b .ncursesw +%patch5 -p1 -b .epsv %build @@ -73,6 +67,13 @@ %changelog +* Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 +- Update to 3.2.0. +- Update IPv6 patch to 320-v6-20060806. +- Remove dirlist patch (merged upstream). +- Remove rh1 (ask_save) patch, not applied for a while. +- Remove shell patch (xclam args removed). + * Fri May 12 2006 Matthias Saou 2:3.1.9-4 - Include dirlist patch from Mike Gleason to fix bug #187605 reported by Lauri Nurmi when using fi_FI.UTF-8 locale. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 May 2005 18:56:41 -0000 1.3 +++ sources 23 Aug 2006 14:27:44 -0000 1.4 @@ -1,2 +1,2 @@ -66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 -8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz +384b7f01d725c89ccd30692628b3ac1b ncftp-3.2.0-src.tar.bz2 +b8943ef660beac94f81969cd1bdf2476 ncftp-320-v6-20060806.diff.gz --- ncftp-3.1.6-rh1.patch DELETED --- --- ncftp-3.1.7-shell.patch DELETED --- --- ncftp-3.1.9-dirlist.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 14:28:17 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 23 Aug 2006 07:28:17 -0700 Subject: fedora-security/audit fc6,1.30,1.31 Message-ID: <200608231428.k7NESHNV009320@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9268 Modified Files: fc6 Log Message: Go through vulnerable list for fc6 and check against rawhide Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- fc6 23 Aug 2006 14:01:10 -0000 1.30 +++ fc6 23 Aug 2006 14:28:14 -0000 1.31 @@ -1,4 +1,4 @@ -Up to date CVE as of CVE email 20060821 +Up to date CVE as of CVE email 20060822 Up to date FC6 as of Test2 ** are items that need attention @@ -21,36 +21,36 @@ CVE-2006-3835 version (tomcat, fixed 5.5.17) CVE-2006-3813 version (perl) only Red Hat Enterprise Linux affected CVE-2006-3812 version (firefox, fixed 1.5.0.5) -CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3812 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3811 version (firefox, fixed 1.5.0.5) -CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3811 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3810 version (firefox, fixed 1.5.0.5) -CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3810 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3809 version (firefox, fixed 1.5.0.5) -CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3809 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3808 version (firefox, fixed 1.5.0.5) -CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3808 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3807 version (firefox, fixed 1.5.0.5) -CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3807 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3806 version (firefox, fixed 1.5.0.5) -CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3806 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3805 version (firefox, fixed 1.5.0.5) -CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3805 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3804 version (firefox, fixed 1.5.0.5) -CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3804 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3803 version (firefox, fixed 1.5.0.5) -CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3803 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3802 version (firefox, fixed 1.5.0.5) -CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3802 VULNERBALE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3801 version (firefox, fixed 1.5.0.5) -CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 -CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 +CVE-2006-3801 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] +CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) -CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3677 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3672 ignore (konqueror) just a crash CVE-2006-3665 ignore (squirrelmail) don't enable register_globals! CVE-2006-3634 ignore (kernel, fixed 2.6.17.8) s390 only @@ -67,7 +67,7 @@ CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) CVE-2006-3467 VULNERABLE (vnc) -CVE-2006-3467 VULNERABLE (libXfont) bz#202683 +CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3463 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -88,7 +88,7 @@ CVE-2006-3122 version (dhcp, only 2.x) CVE-2006-3117 version (openoffice.org, fixed 2.0.3) CVE-2006-3113 version (firefox, fixed 1.5.0.5) -CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 +CVE-2006-3113 VULNERABLE (thunderbird, fixed 1.5.0.5) bz#202678 [fixed rawhide] CVE-2006-3085 version (kernel, fixed 2.6.17.1) CVE-2006-3084 ignore (krb5) seteuid() calls never fail on linux CVE-2006-3083 VULNERABLE (krb5, fixed 1.5.1, 1.4.4) bz#202688 [fixed rawhide] @@ -323,7 +323,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNgERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection From fedora-extras-commits at redhat.com Wed Aug 23 14:45:53 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:53 -0700 Subject: rpms/proftpd/FC-4 proftpd-1.3.0-ctrls-restart.patch, NONE, 1.1 proftpd-1.3.0-rpath.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 proftpd.conf, 1.5, 1.6 proftpd.init, 1.4, 1.5 proftpd.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200608231445.k7NEjtbl009547@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/FC-4 Modified Files: .cvsignore proftpd.conf proftpd.init proftpd.spec sources Added Files: proftpd-1.3.0-ctrls-restart.patch proftpd-1.3.0-rpath.patch Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. proftpd-1.3.0-ctrls-restart.patch: --- NEW FILE proftpd-1.3.0-ctrls-restart.patch --- Index: modules/mod_ctrls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/modules/mod_ctrls.c,v retrieving revision 1.30 diff -u -r1.30 mod_ctrls.c --- modules/mod_ctrls.c 11 Nov 2005 21:05:32 -0000 1.30 +++ modules/mod_ctrls.c 23 May 2006 17:31:51 -0000 @@ -3,7 +3,7 @@ * server, as well as several utility functions for other Controls * modules * - * Copyright (c) 2000-2005 TJ Saunders + * Copyright (c) 2000-2006 TJ Saunders * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ #include "privs.h" #include "mod_ctrls.h" -#define MOD_CTRLS_VERSION "mod_ctrls/0.9.3" +#define MOD_CTRLS_VERSION "mod_ctrls/0.9.4" /* Master daemon in standalone mode? (from src/main.c) */ extern unsigned char is_master; @@ -518,7 +518,7 @@ } else if (res == PR_LOG_WRITABLE_DIR) { pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION ": unable to open ControlsLog '%s': " - "containing directory is world writeable", ctrls_logname); + "containing directory is world writable", ctrls_logname); } else if (res == PR_LOG_SYMLINK) { pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION @@ -1476,7 +1476,7 @@ if (res == -2) CONF_ERROR(cmd, pstrcat(cmd->tmp_pool, - "unable to log to a world-writeable directory", NULL)); + "unable to log to a world-writable directory", NULL)); } return HANDLED(cmd); @@ -1506,10 +1506,12 @@ CONF_ERROR(cmd, "must be an absolute path"); /* Close the socket. */ - pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s'", - ctrls_sock_file); - close(ctrls_sockfd); - ctrls_sockfd = -1; + if (ctrls_sockfd >= 0) { + pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s' (%d)", + ctrls_sock_file, ctrls_sockfd); + close(ctrls_sockfd); + ctrls_sockfd = -1; + } /* Change the path. */ if (strcmp(cmd->argv[1], ctrls_sock_file) != 0) @@ -1608,9 +1610,28 @@ PRIVS_ROOT ctrls_sockfd = ctrls_listen(ctrls_sock_file); PRIVS_RELINQUISH - if (ctrls_sockfd < 0) + if (ctrls_sockfd < 0) { pr_log_pri(PR_LOG_NOTICE, "notice: unable to listen to local socket: %s", strerror(errno)); + + } else { + /* Ensure that the listen socket used is not one of the major three + * (stdin, stdout, or stderr). + */ + if (ctrls_sockfd < 3) { + if (dup2(ctrls_sockfd, 3) < 0) { + pr_log_pri(PR_LOG_NOTICE, MOD_CTRLS_VERSION + ": error duplicating listen socket: %s", strerror(errno)); + (void) close(ctrls_sockfd); + ctrls_sockfd = -1; + + } else { + (void) close(ctrls_sockfd); + ctrls_sockfd = 3; + } + } + } + } static void ctrls_restart_ev(const void *event_data, void *user_data) { @@ -1633,10 +1654,11 @@ cl_list = NULL; cl_listlen = 0; - pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s'", - ctrls_sock_file); + pr_log_debug(DEBUG3, MOD_CTRLS_VERSION ": closing ctrls socket '%s' (%d)", + ctrls_sock_file, ctrls_sockfd); close(ctrls_sockfd); ctrls_sockfd = -1; + ctrls_closelog(); /* Clear the existing pool */ proftpd-1.3.0-rpath.patch: --- NEW FILE proftpd-1.3.0-rpath.patch --- diff -Naupr proftpd-1.3.0.orig/configure proftpd-1.3.0/configure --- proftpd-1.3.0.orig/configure 2006-03-09 19:20:04.000000000 +0100 +++ proftpd-1.3.0.orig/configure 2006-03-09 19:20:04.000000000 +0100 @@ -19660,7 +19660,7 @@ if test "${enable_dso+set}" = set; then ac_build_core_modules="$ac_build_core_modules modules/mod_dso.o" ac_build_addl_includes="$INCLTDL $ac_build_addl_includes" - MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic -rpath \$(DESTDIR)\$(sbindir)" + MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic" MAIN_LIBS="\$(LIBLTDL)" MODULE_LDFLAGS="-avoid-version -export-dynamic -module" diff -Naupr proftpd-1.3.0.orig/configure.in proftpd-1.3.0/configure.in --- proftpd-1.3.0.orig/configure.in 2006-03-09 19:12:35.000000000 +0100 +++ proftpd-1.3.0.orig/configure.in 2006-03-09 19:12:35.000000000 +0100 @@ -372,7 +372,7 @@ AC_ARG_ENABLE(dso, ac_build_core_modules="$ac_build_core_modules modules/mod_dso.o" ac_build_addl_includes="$INCLTDL $ac_build_addl_includes" - MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic -rpath \$(DESTDIR)\$(sbindir)" + MAIN_LDFLAGS="-L\$(top_srcdir)/lib/libltdl -dlopen self -export-dynamic" MAIN_LIBS="\$(LIBLTDL)" MODULE_LDFLAGS="-avoid-version -export-dynamic -module" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Dec 2004 18:00:15 -0000 1.5 +++ .cvsignore 23 Aug 2006 14:45:53 -0000 1.6 @@ -1 +1 @@ -proftpd-1.2.10.tar.bz2 +proftpd-1.3.0.tar.bz2 Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- proftpd.conf 1 Aug 2005 15:17:48 -0000 1.5 +++ proftpd.conf 23 Aug 2006 14:45:53 -0000 1.6 @@ -58,6 +58,10 @@ User nobody Group nobody +# Disable sendfile by default since it breaks displaying the download speeds in +# ftptop and ftpwho +UseSendfile no + # This is where we want to put the pid file ScoreboardFile /var/run/proftpd.score @@ -77,14 +81,22 @@ # Explained at http://www.castaglia.org/proftpd/modules/mod_tls.html #TLSEngine on #TLSRequired on -#TLSRSACertificateFile /usr/share/ssl/certs/proftpd.pem -#TLSRSACertificateKeyFile /usr/share/ssl/certs/proftpd.pem +#TLSRSACertificateFile /etc/pki/tls/certs/proftpd.pem +#TLSRSACertificateKeyFile /etc/pki/tls/certs/proftpd.pem #TLSCipherSuite ALL:!ADH:!DES #TLSOptions NoCertRequest #TLSVerifyClient off ##TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 #TLSLog /var/log/proftpd/tls.log +# SQL authentication Dynamic Shared Object (DSO) loading +# See README.DSO and howto/DSO.html for more details. +# +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c +# + # A basic anonymous configuration, with an upload directory. # # User ftp Index: proftpd.init =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.init,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- proftpd.init 16 Nov 2004 18:34:32 -0000 1.4 +++ proftpd.init 23 Aug 2006 14:45:53 -0000 1.5 @@ -32,7 +32,7 @@ start() { echo -n $"Starting $prog: " - daemon proftpd + daemon proftpd 2>/dev/null RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/proftpd Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/proftpd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- proftpd.spec 1 Aug 2005 21:57:52 -0000 1.9 +++ proftpd.spec 23 Aug 2006 14:45:53 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd -Version: 1.2.10 -Release: 6%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql}%{?dist} +Version: 1.3.0 +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -12,19 +12,17 @@ Source4: proftpd.logrotate Source5: welcome.msg Source6: proftpd.pam +Patch0: proftpd-1.3.0-rpath.patch +Patch1: proftpd-1.3.0-ctrls-restart.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: pam >= 0.59, /sbin/service, /sbin/chkconfig -BuildRequires: pam-devel, perl, ncurses-devel, pkgconfig -%{!?_without_tls:Requires: openssl} -%{!?_without_tls:BuildRequires: openssl-devel, krb5-devel} -%{?_with_ldap:Requires: openldap} -%{?_with_ldap:BuildRequires: openldap-devel} -%{?_with_mysql:Requires: mysql} -%{?_with_mysql:BuildRequires: mysql-devel, zlib-devel} -%{?_with_postgresql:Requires: postgresql-libs} -%{?_with_postgresql:BuildRequires: postgresql-devel} +Requires: pam >= 0.59 +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/service, /sbin/chkconfig +Requires(postun): /sbin/service +BuildRequires: pam-devel, ncurses-devel, pkgconfig +BuildRequires: openssl-devel, krb5-devel, libacl-devel +BuildRequires: openldap-devel, mysql-devel, zlib-devel, postgresql-devel Provides: ftpserver -Conflicts: wu-ftpd, anonftp, vsftpd %description ProFTPD is an enhanced FTP server with a focus toward simplicity, security, @@ -36,51 +34,75 @@ This package defaults to the standalone behaviour of ProFTPD, but all the needed scripts to have it run by xinetd instead are included. -Available rpmbuild rebuild options : ---without : tls ---with : ldap mysql postgresql + +%package ldap +Summary: Module to add LDAP support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description ldap +Module to add LDAP support to the ProFTPD FTP server. + + +%package mysql +Summary: Module to add MySQL support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description mysql +Module to add MySQL support to the ProFTPD FTP server. + + +%package postgresql +Summary: Module to add PostgreSQL support to the ProFTPD FTP server +Group: System Environment/Daemons +Requires: %{name} = %{version}-%{release} + +%description postgresql +Module to add PostgreSQL support to the ProFTPD FTP server. %prep %setup +%patch0 -p1 -b .rpath +%patch1 -p0 -b .ctrls-restart %build -# Workaround for the PostgreSQL include file -%{__perl} -pi -e 's|pgsql/libpq-fe.h|libpq-fe.h|g' contrib/mod_sql_postgres.c - # Disable stripping in order to get useful debuginfo packages %{__perl} -pi -e 's|"-s"|""|g' configure -# TLS includes -OPENSSL_INC="" -if OPENSSL_CFLAGS=`pkg-config --cflags openssl`; then - for i in ${OPENSSL_CFLAGS}; do - INCPATH=`echo $i | perl -pi -e 's|-I([a-z/]*)|$1|g'` - test ! -z ${INCPATH} && OPENSSL_INC="${OPENSSL_INC}:${INCPATH}" - done -fi - %configure \ - --localstatedir="/var/run" \ - --with-includes="%{_includedir}%{!?_without_tls:${OPENSSL_INC}}%{?_with_mysql::%{_includedir}/mysql}" \ - %{?_with_mysql:--with-libraries="%{_libdir}/mysql"} \ - %{?_with_postgresql:--with-libraries="%{_libdir}"} \ - --with-modules=mod_readme:mod_auth_pam%{?_with_ldap::mod_ldap}%{?_with_mysql::mod_sql:mod_sql_mysql}%{?_with_postgresql::mod_sql:mod_sql_postgres}%{!?_without_tls::mod_tls} + --libexecdir="%{_libexecdir}/proftpd" \ + --localstatedir="%{_var}/run" \ + --enable-ctrls \ + --enable-facl \ + --enable-dso \ + --enable-ipv6 \ + --with-libraries="%{_libdir}/mysql" \ + --with-includes="%{_includedir}/mysql" \ + --with-modules=mod_readme:mod_auth_pam:mod_tls \ + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql + %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -%makeinstall rundir="%{buildroot}%{_localstatedir}/run/proftpd" \ +%{__make} install DESTDIR=%{buildroot} \ + rundir="%{_var}/run/proftpd" \ INSTALL_USER=`id -un` \ INSTALL_GROUP=`id -gn` -%{__install} -D -m 640 %{SOURCE1} %{buildroot}%{_sysconfdir}/proftpd.conf -%{__install} -D -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd -%{__install} -D -m 640 %{SOURCE3} %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd -%{__install} -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/logrotate.d/proftpd -%{__install} -D -m 644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg -%{__install} -D -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd +%{__install} -D -p -m 0640 %{SOURCE1} \ + %{buildroot}%{_sysconfdir}/proftpd.conf +%{__install} -D -p -m 0755 %{SOURCE2} \ + %{buildroot}%{_sysconfdir}/rc.d/init.d/proftpd +%{__install} -D -p -m 0640 %{SOURCE3} \ + %{buildroot}%{_sysconfdir}/xinetd.d/xproftpd +%{__install} -D -p -m 0644 %{SOURCE4} \ + %{buildroot}%{_sysconfdir}/logrotate.d/proftpd +%{__install} -D -p -m 0644 %{SOURCE5} %{buildroot}/var/ftp/welcome.msg +%{__install} -D -p -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/pam.d/proftpd %{__mkdir_p} %{buildroot}/var/ftp/uploads %{__mkdir_p} %{buildroot}/var/ftp/pub %{__mkdir_p} %{buildroot}/var/log/proftpd @@ -92,7 +114,7 @@ %post -if [ $1 = 1 ]; then +if [ $1 -eq 1 ]; then /sbin/chkconfig --add proftpd IFS=":"; cat /etc/passwd | \ while { read username nu nu gid nu nu nu nu; }; do \ @@ -103,12 +125,12 @@ fi %preun -if [ $1 = 0 ]; then +if [ $1 -eq 0 ]; then /sbin/service proftpd stop &>/dev/null || : /sbin/chkconfig --del proftpd /sbin/service xinetd reload &>/dev/null || : - if [ -d /var/run/proftpd ]; then - rm -rf /var/run/proftpd/* + if [ -d %{_var}/run/proftpd ]; then + rm -rf %{_var}/run/proftpd/* fi fi @@ -126,11 +148,17 @@ %config(noreplace) %{_sysconfdir}/proftpd.conf %config(noreplace) %{_sysconfdir}/xinetd.d/xproftpd %config %{_sysconfdir}/ftpusers -%config %{_sysconfdir}/pam.d/proftpd -%config %{_sysconfdir}/logrotate.d/proftpd +%config(noreplace) %{_sysconfdir}/pam.d/proftpd +%config(noreplace) %{_sysconfdir}/logrotate.d/proftpd %{_sysconfdir}/rc.d/init.d/proftpd %{_mandir}/*/* %{_bindir}/* +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so +%{_libexecdir}/proftpd/mod_sql.so +%exclude %{_libexecdir}/proftpd/*.a +%exclude %{_libexecdir}/proftpd/*.la %{_sbindir}/* %dir /var/ftp/ %attr(331, ftp, ftp) %dir /var/ftp/uploads/ @@ -138,8 +166,71 @@ %config(noreplace) /var/ftp/welcome.msg %attr(750, root, root) %dir /var/log/proftpd/ +%files ldap +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so + +%files mysql +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so + +%files postgresql +%defattr(-, root, root, 0755) +%dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so + %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + +* Mon Jul 3 2006 Matthias Saou 1.3.0-5 +- Disable sendfile by default since it breaks displaying the download speed in + ftptop and ftpwho (#196913). + +* Mon Jun 19 2006 Matthias Saou 1.3.0-4 +- Include ctrls restart patch, see #195884 (patch from proftpd.org #2792). + +* Wed May 10 2006 Matthias Saou 1.3.0-3 +- Add commented section about DSO loading to the default proftpd.conf. +- Update TLS cert paths in the default proftpd.conf to /etc/pki/tls. + +* Fri Apr 28 2006 Matthias Saou 1.3.0-2 +- Mark pam.d and logrotate.d config files as noreplace. +- Include patch to remove -rpath to DESTDIR/usr/sbin/ in the proftpd binary + when DSO is enabled (#190122). + +* Fri Apr 21 2006 Matthias Saou 1.3.0-1 +- Update to 1.3.0 final. +- Remove no longer needed PostgreSQL and OpenSSL detection workarounds. +- Remove explicit conflicts on wu-ftpd, anonftp and vsftpd to let people + install more than one ftp daemon (what for? hmm...) (#189023). +- Enable LDAP, MySQL and PostgreSQL as DSOs by default, and stuff them in + new sub-packages. This won't introduce any regression since they weren't + enabled by default. +- Remove useless explicit requirements. +- Rearrange scriplets requirements. +- Enable ctrls (controls via ftpdctl) and facl (POSIX ACLs). +- Using --disable-static makes the build fail, so exclude .a files in %%files. +- Silence harmless IPv6 failure message at startup when IPv6 isn't available. + +* Tue Mar 7 2006 Matthias Saou 1.3.0-0.2.rc4 +- Update to 1.3.0rc4 (bugfix release). + +* Mon Mar 6 2006 Matthias Saou 1.3.0-0.2.rc3 +- FC5 rebuild. + +* Thu Feb 9 2006 Matthias Saou 1.3.0-0.1.rc3 +- Update to 1.3.0rc3, which builds with the latest openssl. + +* Thu Nov 17 2005 Matthias Saou 1.2.10-7 +- Rebuild against new openssl library... not. + * Wed Jul 13 2005 Matthias Saou 1.2.10-6 - The provided pam.d file no longer works, use our own based on the one from the vsftpd package (#163026). Index: sources =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Dec 2004 18:00:15 -0000 1.5 +++ sources 23 Aug 2006 14:45:53 -0000 1.6 @@ -1 +1 @@ -5feb4a7348e12faefc25e34fd92efdd6 proftpd-1.2.10.tar.bz2 +fae47d01b52e035eb6b7190e74c17722 proftpd-1.3.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 23 14:45:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:54 -0700 Subject: rpms/proftpd/devel proftpd.spec,1.18,1.19 Message-ID: <200608231445.k7NEjuAt009555@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/devel Modified Files: proftpd.spec Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- proftpd.spec 3 Jul 2006 17:29:18 -0000 1.18 +++ proftpd.spec 23 Aug 2006 14:45:54 -0000 1.19 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -82,7 +82,7 @@ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql %{__make} %{?_smp_mflags} @@ -154,6 +154,8 @@ %{_mandir}/*/* %{_bindir}/* %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so %exclude %{_libexecdir}/proftpd/*.a %exclude %{_libexecdir}/proftpd/*.la @@ -168,19 +170,25 @@ %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so %files mysql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %files postgresql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + * Mon Jul 3 2006 Matthias Saou 1.3.0-5 - Disable sendfile by default since it breaks displaying the download speed in ftptop and ftpwho (#196913). From fedora-extras-commits at redhat.com Wed Aug 23 14:45:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 07:45:54 -0700 Subject: rpms/proftpd/FC-5 proftpd.spec,1.16,1.17 Message-ID: <200608231445.k7NEjuAO009551@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9488/FC-5 Modified Files: proftpd.spec Log Message: Add mod_quotatab, _file, _ldap and _sql (#134291) + backport 1.3.0 to FC-4. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/FC-5/proftpd.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- proftpd.spec 3 Jul 2006 17:29:17 -0000 1.16 +++ proftpd.spec 23 Aug 2006 14:45:53 -0000 1.17 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -82,7 +82,7 @@ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql %{__make} %{?_smp_mflags} @@ -154,6 +154,8 @@ %{_mandir}/*/* %{_bindir}/* %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_quotatab.so +%{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so %exclude %{_libexecdir}/proftpd/*.a %exclude %{_libexecdir}/proftpd/*.la @@ -168,19 +170,25 @@ %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ldap.so +%{_libexecdir}/proftpd/mod_quotatab_ldap.so %files mysql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_mysql.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %files postgresql %defattr(-, root, root, 0755) %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_sql_postgres.so +%{_libexecdir}/proftpd/mod_quotatab_sql.so %changelog +* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +- Add mod_quotatab, _file, _ldap and _sql (#134291). + * Mon Jul 3 2006 Matthias Saou 1.3.0-5 - Disable sendfile by default since it breaks displaying the download speed in ftptop and ftpwho (#196913). From fedora-extras-commits at redhat.com Wed Aug 23 16:22:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 09:22:50 -0700 Subject: rpms/qemu/devel .cvsignore, 1.6, 1.7 qemu.spec, 1.14, 1.15 sources, 1.6, 1.7 qemu-0.8.1-syscall-macros.patch, 1.2, NONE Message-ID: <200608231622.k7NGMq1m015408@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15387 Modified Files: .cvsignore qemu.spec sources Removed Files: qemu-0.8.1-syscall-macros.patch Log Message: Update to 0.8.2 (#200065) and various other fixes and enhancements. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 7 Jun 2006 23:59:13 -0000 1.6 +++ .cvsignore 23 Aug 2006 16:22:50 -0000 1.7 @@ -1 +1 @@ -qemu-0.8.1.tar.gz +qemu-0.8.2.tar.gz Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qemu.spec 8 Jun 2006 10:17:29 -0000 1.14 +++ qemu.spec 23 Aug 2006 16:22:50 -0000 1.15 @@ -1,63 +1,58 @@ Summary: QEMU is a FAST! processor emulator Name: qemu -Version: 0.8.1 -Release: 3%{?dist} - +Version: 0.8.2 +Release: 1%{?dist} License: GPL/LGPL Group: Development/Tools -URL: http://fabrice.bellard.free.fr/qemu +URL: http://www.qemu.org/ Source0: http://www.qemu.org/%{name}-%{version}.tar.gz Source1: qemu.init Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch -Patch2: qemu-0.8.1-syscall-macros.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-32 zlib-devel texi2html -PreReq: /sbin/chkconfig -PreReq: /sbin/service -ExclusiveArch: %{ix86} ppc alpha sparc armv4l x86_64 +BuildRequires: SDL-devel compat-gcc-32 zlib-devel which texi2html +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/service /sbin/chkconfig +Requires(postun): /sbin/service +ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l %description -By using dynamic translation it achieves a reasonable speed while being easy -to port on new host CPUs. QEMU has two operating modes: +QEMU is a generic and open source processor emulator which achieves a good +emulation speed by using dynamic translation. QEMU has two operating modes: + * Full system emulation. In this mode, QEMU emulates a full system (for + example a PC), including a processor and various peripherials. It can be + used to launch different Operating Systems without rebooting the PC or + to debug system code. * User mode emulation. In this mode, QEMU can launch Linux processes compiled - for one CPU on another CPU. Linux system calls are converted because of - endianness and 32/64 bit mismatches. Wine (Windows emulation) and DOSEMU - (DOS emulation) are the main targets for QEMU. - * Full system emulation. In this mode, QEMU emulates a full system, including - a processor and various peripherals. Currently, it is only used to launch - an x86 Linux kernel on an x86 Linux system. It enables easier testing and - debugging of system code. It can also be used to provide virtual hosting - of several virtual PC on a single server. + for one CPU on another CPU. -As QEMU requires no host kernel patches to run, it is very safe and easy to use. +As QEMU requires no host kernel patches to run, it is safe and easy to use. %prep %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ %ifarch x86_64 - --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ + --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ %endif - --cc=gcc32 --enable-alsa -make + --cc=gcc32 --enable-alsa +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make prefix="${RPM_BUILD_ROOT}%{_prefix}" \ - bindir="${RPM_BUILD_ROOT}%{_bindir}" \ - sharedir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" \ - mandir="${RPM_BUILD_ROOT}%{_mandir}" \ - docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \ - datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install + bindir="${RPM_BUILD_ROOT}%{_bindir}" \ + sharedir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" \ + mandir="${RPM_BUILD_ROOT}%{_mandir}" \ + docdir="${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}" \ + datadir="${RPM_BUILD_ROOT}%{_prefix}/share/qemu" install -install -D $RPM_SOURCE_DIR/qemu.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu +install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/qemu %clean rm -rf $RPM_BUILD_ROOT @@ -66,22 +61,37 @@ /sbin/chkconfig --add qemu %preun -if [ $1 = 0 ]; then - /sbin/service qemu stop > /dev/null 2>&1 +if [ $1 -eq 0 ]; then + /sbin/service qemu stop &>/dev/null || : + /sbin/chkconfig --del qemu +fi + +%postun +if [ $1 -ge 1 ]; then + /sbin/service qemu condrestart &>/dev/null || : fi -/sbin/chkconfig --del qemu %files %defattr(-,root,root) %doc Changelog README README.distrib TODO -%doc qemu-tech.texi qemu-doc.texi -%doc *.html -%{_bindir}/qemu* -%{_prefix}/share/qemu -%{_mandir}/man?/* +%doc qemu-doc.html qemu-tech.html %config %{_sysconfdir}/rc.d/init.d/qemu +%{_bindir}/qemu* +%{_prefix}/share/qemu/ +%{_mandir}/man1/* %changelog +* Wed Aug 23 2006 Matthias Saou 0.8.2-1 +- Update to 0.8.2 (#200065). +- Drop upstreamed syscall-macros patch2. +- Put correct scriplet dependencies. +- Force install mode for the init script to avoid umask problems. +- Add %%postun condrestart for changes to the init script to be applied if any. +- Update description with the latest "about" from the web page (more current). +- Update URL to qemu.org one like the Source. +- Add which build requirement. +- Don't include texi files in %%doc since we ship them in html. + * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: Index: sources =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 7 Jun 2006 23:59:13 -0000 1.6 +++ sources 23 Aug 2006 16:22:50 -0000 1.7 @@ -1 +1 @@ -67d924324a5ab79d017bd97a1e767285 qemu-0.8.1.tar.gz +5b3a89eb2f256a8a6f3bb07f7b3f1b07 qemu-0.8.2.tar.gz --- qemu-0.8.1-syscall-macros.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 23 16:36:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 09:36:00 -0700 Subject: rpms/qemu/devel qemu.spec,1.15,1.16 Message-ID: <200608231636.k7NGa2as015544@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15527 Modified Files: qemu.spec Log Message: Switch to gcc34, since devel now has that instead of gcc32. Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- qemu.spec 23 Aug 2006 16:22:50 -0000 1.15 +++ qemu.spec 23 Aug 2006 16:36:00 -0000 1.16 @@ -10,7 +10,7 @@ Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-32 zlib-devel which texi2html +BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service @@ -39,7 +39,7 @@ %ifarch x86_64 --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ %endif - --cc=gcc32 --enable-alsa + --cc=gcc34 --enable-alsa make %{?_smp_mflags} %install @@ -91,6 +91,7 @@ - Update URL to qemu.org one like the Source. - Add which build requirement. - Don't include texi files in %%doc since we ship them in html. +- Switch to using gcc34 on devel, FC5 still has gcc32. * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Wed Aug 23 16:41:22 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:22 -0700 Subject: rpms/fatsort - New directory Message-ID: <200608231641.k7NGfOnH015709@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683/fatsort Log Message: Directory /cvs/extras/rpms/fatsort added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 16:41:22 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:22 -0700 Subject: rpms/fatsort/devel - New directory Message-ID: <200608231641.k7NGfOhW015712@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15683/fatsort/devel Log Message: Directory /cvs/extras/rpms/fatsort/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 23 16:41:44 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:44 -0700 Subject: rpms/fatsort Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608231641.k7NGfk48015758@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15728 Added Files: Makefile import.log Log Message: Setup of module fatsort --- NEW FILE Makefile --- # Top level Makefile for module fatsort all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 23 16:41:45 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:41:45 -0700 Subject: rpms/fatsort/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608231641.k7NGflaF015761@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15728/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fatsort --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 23 16:42:29 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:42:29 -0700 Subject: rpms/fatsort import.log,1.1,1.2 Message-ID: <200608231643.k7NGh16O015840@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799 Modified Files: import.log Log Message: auto-import fatsort-0.9.6.1-3.fc5 on branch devel from fatsort-0.9.6.1-3.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/fatsort/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 23 Aug 2006 16:41:44 -0000 1.1 +++ import.log 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +fatsort-0_9_6_1-3_fc5:HEAD:fatsort-0.9.6.1-3.fc5.src.rpm:1156351272 From fedora-extras-commits at redhat.com Wed Aug 23 16:42:29 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:42:29 -0700 Subject: rpms/fatsort/devel fatsort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608231643.k7NGh1jJ015844@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15799/devel Modified Files: .cvsignore sources Added Files: fatsort.spec Log Message: auto-import fatsort-0.9.6.1-3.fc5 on branch devel from fatsort-0.9.6.1-3.fc5.src.rpm --- NEW FILE fatsort.spec --- Name: fatsort Version: 0.9.6.1 Release: 3%{?dist} Summary: Fatsort sorts the FAT of FAT16 and FAT32 filesystems Group: Applications/System License: GPL URL: http://%{name}.berlios.de/ Source0: http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Fatsort is a utility written in C to sort FAT16 and FAT32 filesystems. It is needed to sort files on cheap mp3 players that display files not sorted by their name but by their entry in the file allocation table. %prep %setup -q %build export CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sbindir} install -m 0755 -p fatsort $RPM_BUILD_ROOT/%{_sbindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.txt README TODO %{_sbindir}/fatsort %changelog * Fri Jul 28 2006 Till Maas - 0.9.6.1-3 - Use $RPM_OPT_FLAGS instead of %%{optflags} * Tue Jul 04 2006 Till Maas - 0.9.6.1-2 - made Source0 to valid URL * Sat Jul 01 2006 Till Maas - 0.9.6.1-1 - new version * Fri Jun 30 2006 Till Maas - 0.9.6-1 - Created from scratch for fedora extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fatsort/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 23 Aug 2006 16:41:44 -0000 1.1 +++ .cvsignore 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +fatsort-0.9.6.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/fatsort/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 23 Aug 2006 16:41:44 -0000 1.1 +++ sources 23 Aug 2006 16:42:29 -0000 1.2 @@ -0,0 +1 @@ +ddf8e98b27455da104e8cca13d29d0cc fatsort-0.9.6.1.tar.gz From fedora-extras-commits at redhat.com Wed Aug 23 16:48:59 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Wed, 23 Aug 2006 09:48:59 -0700 Subject: owners owners.list,1.1444,1.1445 Message-ID: <200608231649.k7NGn1th015931@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15914/owners Modified Files: owners.list Log Message: Adding fatsort package Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1444 retrieving revision 1.1445 diff -u -r1.1444 -r1.1445 --- owners.list 23 Aug 2006 03:29:04 -0000 1.1444 +++ owners.list 23 Aug 2006 16:48:59 -0000 1.1445 @@ -327,6 +327,7 @@ Fedora Extras|f2py|Fortran to Python interface generator|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|facter|Ruby module for collecting facts about a host|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|factory|A C++ class library for multivariate polynomial data|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|fatsort|Fatsort sorts the FAT of FAT16 and FAT32 filesystems|opensource at till.name|extras-qa at fedoraproject.org| Fedora Extras|fbdesk|Icon Manager for Fluxbox|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|fbida|FrameBuffer Imageviewer|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|fcron|A task scheduler|aportal at univ-montp2.fr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 23 17:34:19 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 23 Aug 2006 10:34:19 -0700 Subject: rpms/qemu/devel qemu-0.8.2-kernheaders.patch, NONE, 1.1 qemu.spec, 1.16, 1.17 Message-ID: <200608231734.k7NHYLhE018827@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18807 Modified Files: qemu.spec Added Files: qemu-0.8.2-kernheaders.patch Log Message: Add kernheaders patch to fix linux/compiler.h inclusion. qemu-0.8.2-kernheaders.patch: --- NEW FILE qemu-0.8.2-kernheaders.patch --- diff -Naupr qemu-0.8.2.orig/usb-linux.c qemu-0.8.2/usb-linux.c --- qemu-0.8.2.orig/usb-linux.c 2006-07-22 19:23:34.000000000 +0200 +++ qemu-0.8.2/usb-linux.c 2006-08-23 18:47:16.000000000 +0200 @@ -26,7 +26,6 @@ #if defined(__linux__) #include #include -#include #include #include Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qemu.spec 23 Aug 2006 16:36:00 -0000 1.16 +++ qemu.spec 23 Aug 2006 17:34:19 -0000 1.17 @@ -9,6 +9,7 @@ Source1: qemu.init Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch +Patch2: qemu-0.8.2-kernheaders.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig @@ -33,6 +34,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ @@ -92,6 +94,7 @@ - Add which build requirement. - Don't include texi files in %%doc since we ship them in html. - Switch to using gcc34 on devel, FC5 still has gcc32. +- Add kernheaders patch to fix linux/compiler.h inclusion. * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Wed Aug 23 20:15:27 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:15:27 -0700 Subject: comps comps-fe6.xml.in,1.114,1.115 Message-ID: <200608232015.k7NKFTBm027264@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27247/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- comps-fe6.xml.in 23 Aug 2006 13:59:35 -0000 1.114 +++ comps-fe6.xml.in 23 Aug 2006 20:15:26 -0000 1.115 @@ -621,6 +621,7 @@ jfbterm john kdirstat + kdmtheme ksmarttray lft lirc @@ -904,6 +905,7 @@ basket crystal + katapult kchmviewer kickpim kdissert From fedora-extras-commits at redhat.com Wed Aug 23 20:34:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:34:33 -0700 Subject: rpms/pcb/devel pcb.desktop,1.3,1.4 pcb.spec,1.9,1.10 Message-ID: <200608232034.k7NKYZbq027377@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27340/devel Modified Files: pcb.desktop pcb.spec Log Message: auto-import pcb-0.20060422-10 on branch devel from pcb-0.20060422-10.src.rpm Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcb.desktop 12 Jul 2006 10:16:40 -0000 1.3 +++ pcb.desktop 23 Aug 2006 20:34:33 -0000 1.4 @@ -1,10 +1,9 @@ [Desktop Entry] -Version=0.20060422 Encoding=UTF-8 Name=PCB -GenericName=PCB Exec=pcb -Terminal=false +Icon=pcb Type=Application -Categories=Application;Electronics; -GenericName[en_US]=PCB +Terminal=0 +GenericName=PCB +Categories=Qt;KDE;Education;Science; Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcb.spec 20 Aug 2006 16:53:48 -0000 1.9 +++ pcb.spec 23 Aug 2006 20:34:33 -0000 1.10 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 9%{?dist} +Release: 10%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %changelog +* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 +- fixed icon in Kmenu + * Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 - incremented the tag for FC-5 From fedora-extras-commits at redhat.com Wed Aug 23 20:34:32 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:34:32 -0700 Subject: rpms/pcb import.log,1.10,1.11 Message-ID: <200608232034.k7NKYY0l027372@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27340 Modified Files: import.log Log Message: auto-import pcb-0.20060422-10 on branch devel from pcb-0.20060422-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 20 Aug 2006 16:53:48 -0000 1.10 +++ import.log 23 Aug 2006 20:34:32 -0000 1.11 @@ -7,3 +7,4 @@ pcb-0_20060422-7:HEAD:pcb-0.20060422-7.src.rpm:1152703988 pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 +pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 From fedora-extras-commits at redhat.com Wed Aug 23 20:40:34 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 23 Aug 2006 13:40:34 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.7,1.8 Message-ID: <200608232040.k7NKeasD027485@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27468 Modified Files: pcb.spec Log Message: pcb.desktop Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pcb.spec 12 Jul 2006 11:28:59 -0000 1.7 +++ pcb.spec 23 Aug 2006 20:40:34 -0000 1.8 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 6 +Release: 10%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -17,9 +17,6 @@ Source1: %{name}.desktop Source2: %{name}.png -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - %description PCB is an interactive printed circuit board editor for the X window system. PCB includes a rats nest feature, design rule checking, and can provide @@ -28,6 +25,17 @@ high end features such as an autorouter and trace optimizer which can tremendously reduce layout time. +%package doc +Summary: Documentation for PCB, an interactive printed circuit board editor +Group: Documentation +Requires: pcb = %{version} +Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info + +%description doc +This package contains the documentation of pcb in html, pdf, postscript and +info format. + %prep %setup -q -n %{name}-%{pcbver} @@ -59,14 +67,14 @@ %clean rm -rf %{buildroot} -%post +%post doc /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/pcb.info.gz >/dev/null 2>&1 touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi -%preun +%preun doc if [ $1 = 0 ]; then /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/pcb.info.gz >/dev/null 2>&1 fi @@ -78,14 +86,47 @@ %files %defattr(-, root, root, -) %doc AUTHORS COPYING README README.* NEWS ChangeLog -%{_mandir}/man1/* -%{_datadir}/%{name}* %{_datadir}/applications/fedora-%{name}.desktop %{_bindir}/* %{_datadir}/icons/hicolor/32x32/apps/%{name}.png +%{_datadir}/%{name}/CreateLibrary* +%{_datadir}/%{name}/ListLibraryContents.sh +%{_datadir}/%{name}/Pcb +%{_datadir}/%{name}/QueryLibrary.sh +%{_datadir}/%{name}/default_font +%{_datadir}/%{name}/examples/ +%{_datadir}/%{name}/m4/ +%{_datadir}/%{name}/newlib/ +%{_datadir}/%{name}/pcb-menu.res +%{_datadir}/%{name}/pcblib* +%{_datadir}/%{name}/qfp* +%{_datadir}/%{name}/tools/ + + +%files doc +%defattr(-, root, root, 0755) %{_infodir}/* +%{_mandir}/man1/* +%{_datadir}/%{name}/pad* +%{_datadir}/%{name}/pcb.* +%{_datadir}/%{name}/puller.* +%{_datadir}/%{name}/refcard.* +%{_datadir}/%{name}/thermal* +%{_datadir}/%{name}/tutorial/ %changelog +* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 +- fixed icon in Kmenu + +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 +- incremented the tag for FC-5 + +* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 +- splitting into pcb and pcb-doc + +* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 +- incremented the tag for devel + * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 - incremented the tag for FC-5 From fedora-extras-commits at redhat.com Wed Aug 23 22:00:13 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:00:13 -0700 Subject: mock/etc Makefile,1.5,1.5.2.1 Message-ID: <200608232200.k7NM0DRg030513@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock/etc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30474/etc Modified Files: Tag: mock-0-6-branch Makefile Log Message: fixed link problem in etc/Makefile; updated README; bumped version in specfile to 0.6.2 Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/etc/Makefile,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- Makefile 21 Jun 2006 21:53:20 -0000 1.5 +++ Makefile 23 Aug 2006 22:00:06 -0000 1.5.2.1 @@ -10,6 +10,6 @@ install -m 644 $$item $(DESTDIR)/etc/mock/$$item; \ done for arch in i386 ppc x86_64 ; do \ - ln -sv fedora-6-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-development-$$arch-core.cfg; \ + ln -sv fedora-devel-$$arch-core.cfg $(DESTDIR)/etc/mock/fedora-6-$$arch-core.cfg; \ done From fedora-extras-commits at redhat.com Wed Aug 23 22:00:08 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:00:08 -0700 Subject: mock README,1.9,1.9.2.1 mock.spec,1.16.2.4,1.16.2.5 Message-ID: <200608232200.k7NM0cIT030517@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30474 Modified Files: Tag: mock-0-6-branch README mock.spec Log Message: fixed link problem in etc/Makefile; updated README; bumped version in specfile to 0.6.2 Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -r1.9 -r1.9.2.1 --- README 29 Mar 2006 06:23:21 -0000 1.9 +++ README 23 Aug 2006 22:00:05 -0000 1.9.2.1 @@ -2,25 +2,34 @@ Mock is a simple chroot/rpm building program. It doesn't do anything terribly fancy other than build a single srpm at a time in a chroot. -You invoke it as: -mock -r name-of-chroot /path/to/srpm +You invoke mock using one of the following forms: + + mock [options] [rebuild] /path/to/srpm(s) + mock [options] chroot + mock [options] {init|clean|shell} options: -r CHROOT chroot name/config file name default: chroot.cfg --no-clean do not clean chroot before building --arch=ARCH target build arch --debug Output copious debugging information - --resultdir=RESULTDIR - path for resulting files to be put + --resultdir=RESDIR path for resulting files to be put --statedir=STATEDIR path for state file is written - --uniqueext=UNIQUEEXT - Arbitrary, unique extension to append to buildroot + --uniqueext=UNIQUEEXT Arbitrary, unique extension to append to buildroot directory name + --configdir=CONFIGDIR Change directory where config files are found + --quiet Suppress most output + --autocache Turn on build-root caching + --rebuildcache Force rebuild of build-root cache + --help Show usage information and exit + --version Show version number and exit commands: - init - initialize a chroot (install pkgs, setup devices, etc,) then exit - clean - purge the chroot tree - normally this happens right before a build + init - initialize a chroot (install pkgs, setup devices, etc,) then exit + chroot - run the specified command in an (already initialized) chroot + clean - purge the chroot tree - normally this happens right before a build but this is for the tidy-minded + shell - start an interactive shell in the specified chroot rebuild - for mach compatibility mock does: @@ -34,6 +43,3 @@ - logs nicely so that chroot creation and build logs are separate - outputs little unless it needs to. - -TODO: document more -TODO: man page? Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.4 retrieving revision 1.16.2.5 diff -u -r1.16.2.4 -r1.16.2.5 --- mock.spec 18 Aug 2006 19:35:52 -0000 1.16.2.4 +++ mock.spec 23 Aug 2006 22:00:05 -0000 1.16.2.5 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Wed Aug 23 22:08:26 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Wed, 23 Aug 2006 15:08:26 -0700 Subject: mock mock.spec,1.16.2.5,1.16.2.6 Message-ID: <200608232208.k7NM8Qb3000744@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv726 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: added changelog entry Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.5 retrieving revision 1.16.2.6 diff -u -r1.16.2.5 -r1.16.2.6 --- mock.spec 23 Aug 2006 22:00:05 -0000 1.16.2.5 +++ mock.spec 23 Aug 2006 22:08:23 -0000 1.16.2.6 @@ -67,6 +67,11 @@ %changelog +* Wed Aug 23 2006 Clark Williams - 0.6.2-1 +- Updated README +- Fixed link problem in etc/Makefile +- Bumped version number + * Wed Aug 16 2006 Clark Williams - Added buildsys-build specfile to docs - Added disttag From fedora-extras-commits at redhat.com Thu Aug 24 01:28:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 23 Aug 2006 18:28:25 -0700 Subject: rpms/mock/FC-5 .cvsignore, 1.7, 1.8 mock.spec, 1.19, 1.20 sources, 1.10, 1.11 Message-ID: <200608240128.k7O1SRXT009399@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9362/FC-5 Modified Files: .cvsignore mock.spec sources Log Message: New upstream sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Aug 2006 21:11:58 -0000 1.7 +++ .cvsignore 24 Aug 2006 01:28:24 -0000 1.8 @@ -1 +1 @@ -mock-0.6.1.tar.gz +mock-0.6.2.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mock.spec 18 Aug 2006 20:58:50 -0000 1.19 +++ mock.spec 24 Aug 2006 01:28:24 -0000 1.20 @@ -1,12 +1,11 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock -Patch0: devellink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils @@ -19,7 +18,6 @@ %prep %setup -q -%patch -p 1 %build make @@ -70,6 +68,9 @@ %changelog +* Wed Aug 23 2006 Jesse Keating - 0.6.2-1 +- new upstream version + * Fri Aug 18 2006 Jesse Keating - 0.6.1-1 - new upstream version - Fixes in spec from upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Aug 2006 21:11:58 -0000 1.10 +++ sources 24 Aug 2006 01:28:24 -0000 1.11 @@ -1 +1 @@ -c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz +25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 01:28:25 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Wed, 23 Aug 2006 18:28:25 -0700 Subject: rpms/mock/devel .cvsignore, 1.7, 1.8 mock.spec, 1.20, 1.21 sources, 1.10, 1.11 Message-ID: <200608240128.k7O1SRCi009405@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9362/devel Modified Files: .cvsignore mock.spec sources Log Message: New upstream sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Aug 2006 20:56:39 -0000 1.7 +++ .cvsignore 24 Aug 2006 01:28:25 -0000 1.8 @@ -1 +1 @@ -mock-0.6.1.tar.gz +mock-0.6.2.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mock.spec 18 Aug 2006 20:56:39 -0000 1.20 +++ mock.spec 24 Aug 2006 01:28:25 -0000 1.21 @@ -1,12 +1,11 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock -Patch0: devellink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils @@ -19,7 +18,6 @@ %prep %setup -q -%patch -p 1 %build make @@ -70,6 +68,9 @@ %changelog +* Wed Aug 23 2006 Jesse Keating - 0.6.2-1 +- new upstream version + * Fri Aug 18 2006 Jesse Keating - 0.6.1-1 - new upstream version - Fixes in spec from upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 18 Aug 2006 20:56:39 -0000 1.10 +++ sources 24 Aug 2006 01:28:25 -0000 1.11 @@ -1 +1 @@ -c384f5d6a59f9034118974fce62cbf53 mock-0.6.1.tar.gz +25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 03:39:17 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Wed, 23 Aug 2006 20:39:17 -0700 Subject: rpms/banshee/devel sources,1.7,1.8 Message-ID: <200608240339.k7O3dJBn015493@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15476 Modified Files: sources Log Message: Added banshee-0.10.12.tar.gz as per callion's request. We're having issues with make new-sources Index: sources =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 7 Aug 2006 21:55:32 -0000 1.7 +++ sources 24 Aug 2006 03:39:17 -0000 1.8 @@ -1 +1 @@ -564479e2e9f16af38f651868dd52ec39 banshee-0.10.11.tar.gz +13806b7dee6444013dcb1436b4cf0e78 banshee-0.10.12.tar.gz From fedora-extras-commits at redhat.com Thu Aug 24 03:41:10 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Wed, 23 Aug 2006 20:41:10 -0700 Subject: rpms/banshee/devel .cvsignore,1.7,1.8 banshee.spec,1.14,1.15 Message-ID: <200608240341.k7O3fCtl015541@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15522 Modified Files: .cvsignore banshee.spec Log Message: * Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 - Update to 0.10.12 - Build against newer mono stack Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 7 Aug 2006 21:55:32 -0000 1.7 +++ .cvsignore 24 Aug 2006 03:41:10 -0000 1.8 @@ -1,2 +0,0 @@ -banshee-0.10.10.tar.gz -banshee-0.10.11.tar.gz Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- banshee.spec 7 Aug 2006 22:25:22 -0000 1.14 +++ banshee.spec 24 Aug 2006 03:41:10 -0000 1.15 @@ -1,5 +1,5 @@ Name: banshee -Version: 0.10.11 +Version: 0.10.12 Release: 1%{?dist} Summary: easily import, manage, and play selections from your music collection @@ -102,6 +102,10 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 +- Update to 0.10.12 +- Build against newer mono stack + * Mon Aug 7 2006 Nalin Dahyabhai - 0.10.11-1 - Update to 0.10.11 - Buildrequire: dbus-sharp-devel, because configure looks for it From fedora-extras-commits at redhat.com Thu Aug 24 03:50:38 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 23 Aug 2006 20:50:38 -0700 Subject: rpms/p0f/devel .cvsignore, 1.4, 1.5 p0f.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200608240350.k7O3oejb015633@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15612 Modified Files: .cvsignore p0f.spec sources Log Message: Update to 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 May 2006 03:36:19 -0000 1.4 +++ .cvsignore 24 Aug 2006 03:50:37 -0000 1.5 @@ -1 +1 @@ -p0f-2.0.6.tgz +p0f-2.0.7.tgz Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/p0f.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- p0f.spec 29 Jun 2006 20:04:54 -0000 1.9 +++ p0f.spec 24 Aug 2006 03:50:37 -0000 1.10 @@ -1,12 +1,12 @@ Name: p0f -Version: 2.0.6 -Release: 2%{?dist} +Version: 2.0.7 +Release: 1%{?dist} Summary: Versatile passive OS fingerprinting tool Group: Applications/Internet License: GPL URL: http://lcamtuf.coredump.cx/p0f.shtml -Source: http://lcamtuf.coredump.cx/p0f/p0f-2.0.6.tgz +Source: http://lcamtuf.coredump.cx/p0f/p0f-2.0.7.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel @@ -51,6 +51,9 @@ %changelog +* Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 +- Update to 2.0.7 + * Thu Jun 29 2006 Kevin Fenzi - 2.0.6-2 - libpcap to libpcap-devel in BuildRequires Index: sources =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 May 2006 03:36:19 -0000 1.4 +++ sources 24 Aug 2006 03:50:37 -0000 1.5 @@ -1 +1 @@ -d6333198027b90e05ccb3412d8f25d05 p0f-2.0.6.tgz +55c222cfb72a0e323e11e9744bbb6ff9 p0f-2.0.7.tgz From fedora-extras-commits at redhat.com Thu Aug 24 03:54:21 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Wed, 23 Aug 2006 20:54:21 -0700 Subject: rpms/p0f/FC-5 .cvsignore,1.4,1.5 p0f.spec,1.8,1.9 sources,1.4,1.5 Message-ID: <200608240354.k7O3sNIx016208@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16111 Modified Files: .cvsignore p0f.spec sources Log Message: Upgrade to 2.0.7 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 May 2006 03:46:18 -0000 1.4 +++ .cvsignore 24 Aug 2006 03:54:20 -0000 1.5 @@ -1 +1 @@ -p0f-2.0.6.tgz +p0f-2.0.7.tgz Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/p0f.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- p0f.spec 9 May 2006 03:46:18 -0000 1.8 +++ p0f.spec 24 Aug 2006 03:54:20 -0000 1.9 @@ -1,5 +1,5 @@ Name: p0f -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Summary: Versatile passive OS fingerprinting tool @@ -51,6 +51,9 @@ %changelog +* Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 +- Upgrade to 2.0.7 + * Mon May 8 2006 Kevin Fenzi - 2.0.6-1 - Upgrade to 2.0.6 - Remove unneeded include patch (fixed upstream) Index: sources =================================================================== RCS file: /cvs/extras/rpms/p0f/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 May 2006 03:46:18 -0000 1.4 +++ sources 24 Aug 2006 03:54:20 -0000 1.5 @@ -1 +1 @@ -d6333198027b90e05ccb3412d8f25d05 p0f-2.0.6.tgz +55c222cfb72a0e323e11e9744bbb6ff9 p0f-2.0.7.tgz From fedora-extras-commits at redhat.com Thu Aug 24 06:04:10 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 23 Aug 2006 23:04:10 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.21,1.22 Message-ID: <200608240604.k7O64AqH025018@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25001/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Make things consistent with blocksize and image sizes with initrds Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- livecd-mkinitrd.sh 21 Aug 2006 02:05:03 -0000 1.21 +++ livecd-mkinitrd.sh 24 Aug 2006 06:04:08 -0000 1.22 @@ -209,9 +209,13 @@ /bin/mknod /dev/loop$i b 7 $i fi done - -/bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 - +echo $kernel >/dev/null | grep FC5 +if [ "$?" -eq "0" ]; then + /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 +else + IMAGESIZE=2500 + /bin/dd if=/dev/zero of=$IMAGE bs=4k count=$IMAGESIZE 2> /dev/null || exit 1 +fi LODEV=$(losetup -f) if [ -z "$LODEV" ]; then @@ -225,9 +229,9 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel | grep FC5 +echo $kernel >/dev/null | grep FC5 if [ "$?" -eq "0" ]; then - echo y | /sbin/mke2fs $LODEV $IMAGESIZE >/dev/null 2>/dev/null + echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null else echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null fi From fedora-extras-commits at redhat.com Thu Aug 24 06:36:08 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Wed, 23 Aug 2006 23:36:08 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.22,1.23 Message-ID: <200608240636.k7O6a890025216@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25199/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Install libs needed for busybox libcrypt.so.1 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- livecd-mkinitrd.sh 24 Aug 2006 06:04:08 -0000 1.22 +++ livecd-mkinitrd.sh 24 Aug 2006 06:36:06 -0000 1.23 @@ -285,6 +285,10 @@ /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" fi +if [ -f $rootdir/lib/libcrypt.so.1 ]; then + inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" +fi + inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt reboot rm clear; do /bin/ln -s busybox "$MNTIMAGE/bin/$i" From fedora-extras-commits at redhat.com Thu Aug 24 07:37:26 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Thu, 24 Aug 2006 00:37:26 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.23,1.24 Message-ID: <200608240737.k7O7bQus028058@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28041/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Minor fix. Send output after grepping for kernel attribute FC5 Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- livecd-mkinitrd.sh 24 Aug 2006 06:36:06 -0000 1.23 +++ livecd-mkinitrd.sh 24 Aug 2006 07:37:24 -0000 1.24 @@ -209,7 +209,7 @@ /bin/mknod /dev/loop$i b 7 $i fi done -echo $kernel >/dev/null | grep FC5 +echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 else @@ -229,7 +229,7 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel >/dev/null | grep FC5 +echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null else From fedora-extras-commits at redhat.com Thu Aug 24 07:48:54 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 24 Aug 2006 00:48:54 -0700 Subject: fedora-security/audit fc5,1.295,1.296 fc6,1.31,1.32 Message-ID: <200608240748.k7O7mseW028112@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28089/audit Modified Files: fc5 fc6 Log Message: Update CVE-2006-2932 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- fc5 23 Aug 2006 14:01:10 -0000 1.295 +++ fc5 24 Aug 2006 07:48:51 -0000 1.296 @@ -118,7 +118,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) [since FEDORA-2006-906] CVE-2006-2934 version (kernel, fixed 2.6.17.3) [since FEDORA-2006-772] CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2932 ** (kernel) +CVE-2006-2932 ignore (kernel) no 4G/4G split support CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 VULNERABLE (gd) #194520 CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- fc6 23 Aug 2006 14:28:14 -0000 1.31 +++ fc6 24 Aug 2006 07:48:51 -0000 1.32 @@ -104,7 +104,7 @@ CVE-2006-2935 version (kernel, fixed 2.6.17.7) CVE-2006-2934 version (kernel, fixed 2.6.17.3) CVE-2006-2933 version (kde, not 3.2+) -CVE-2006-2932 ** (kernel) +CVE-2006-2932 ignore (kernel) no 4G/4G split support CVE-2006-2916 ignore (arts) not shipped setuid CVE-2006-2906 backport (gd) from changelog CVE-2006-2894 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=56236 From fedora-extras-commits at redhat.com Thu Aug 24 07:51:53 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:51:53 -0700 Subject: rpms/gcin - New directory Message-ID: <200608240751.k7O7ptNs028183@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28162/gcin Log Message: Directory /cvs/extras/rpms/gcin added to the repository From fedora-extras-commits at redhat.com Thu Aug 24 07:51:54 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:51:54 -0700 Subject: rpms/gcin/devel - New directory Message-ID: <200608240751.k7O7puBf028186@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28162/gcin/devel Log Message: Directory /cvs/extras/rpms/gcin/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 24 07:52:20 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:52:20 -0700 Subject: rpms/gcin Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608240752.k7O7qMWK028237@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28209 Added Files: Makefile import.log Log Message: Setup of module gcin --- NEW FILE Makefile --- # Top level Makefile for module gcin all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 24 07:52:21 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:52:21 -0700 Subject: rpms/gcin/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608240752.k7O7qNuO028240@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28209/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gcin --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 24 07:54:11 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:54:11 -0700 Subject: rpms/gcin import.log,1.1,1.2 Message-ID: <200608240754.k7O7sDfC028336@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28298 Modified Files: import.log Log Message: auto-import gcin-1.2.2-12 on branch devel from gcin-1.2.2-12.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gcin/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 24 Aug 2006 07:52:20 -0000 1.1 +++ import.log 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +gcin-1_2_2-12:HEAD:gcin-1.2.2-12.src.rpm:1156406037 From fedora-extras-commits at redhat.com Thu Aug 24 07:54:11 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 00:54:11 -0700 Subject: rpms/gcin/devel Makefile.patch, NONE, 1.1 configure.patch, NONE, 1.1 gcin.conf, NONE, 1.1 gcin.spec, NONE, 1.1 im-client.patch, NONE, 1.1 qt.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608240754.k7O7sDB5028349@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28298/devel Modified Files: .cvsignore sources Added Files: Makefile.patch configure.patch gcin.conf gcin.spec im-client.patch qt.patch Log Message: auto-import gcin-1.2.2-12 on branch devel from gcin-1.2.2-12.src.rpm Makefile.patch: --- NEW FILE Makefile.patch --- --- gcin-1.2.2/Makefile.orig 2006-08-17 13:13:29.000000000 +0800 +++ gcin-1.2.2/Makefile 2006-08-17 13:16:22.000000000 +0800 @@ -68,7 +68,7 @@ $(CC) -o $@ $(OBJS_sim2trad) $(LDFLAGS) rm -f core.* trad2sim: sim2trad - ln -s sim2trad trad2sim + ln -sf sim2trad trad2sim gcin-setup: $(OBJS_gcin_steup) $(CC) -o $@ $(OBJS_gcin_steup) $(LDFLAGS) configure.patch: --- NEW FILE configure.patch --- --- gcin-1.2.1/configure.orig 2006-08-17 09:09:27.000000000 +0800 +++ gcin-1.2.1/configure 2006-08-17 11:02:18.000000000 +0800 @@ -125,9 +125,9 @@ OPTFLAGS="-g" -if [ $prefix = /usr ]; then - OPTFLAGS="-O" -fi +#if [ $prefix = /usr ]; then +# OPTFLAGS="-O" +#fi echo "CC=gcc" > config.mak --- gcin-1.2.2/configure.orig 2006-08-17 13:25:47.000000000 +0800 +++ gcin-1.2.2/configure 2006-08-18 08:31:24.000000000 +0800 @@ -101,7 +101,7 @@ bindir=$prefix/bin datadir=$prefix/share mandir=$datadir/man -libdir=$prefix/lib +libdir=$prefix/$LIB includedir=$prefix/include optdir=/opt GCIN_VERSION=`cat VERSION.gcin` --- NEW FILE gcin.conf --- XIM=gcin XIM_PROGRAM=gcin XIM_ARGS="-x gcin" GTK_IM_MODULE=gcin QT_IM_MODULE=gcin --- NEW FILE gcin.spec --- Name: gcin Version: 1.2.2 Release: 12%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries License: LGPL URL: http://cle.linux.org.tw/gcin/ Source0: http://www.csie.nctu.edu.tw/~cp76/gcin/download/%{name}-%{version}.tar.bz2 Source1: gcin.conf Patch1: im-client.patch Patch2: qt.patch Patch3: configure.patch Patch4: Makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel, gtk2-devel, desktop-file-utils BuildRequires: libXtst-devel Requires: gtk2 Requires(post): %{_sbindir}/alternatives, chkconfig, desktop-file-utils Requires(preun): %{_sbindir}/alternatives, chkconfig Requires(postun): desktop-file-utils %description Gcin is a input method for Traditional Chinese with a GTK user interface. %prep %setup -q %patch1 -p1 -b .im-client %patch2 -p1 -b .qt %patch3 -p1 -b .configure %patch4 -p1 -b .Makefile find . -name \*.h -o -name \*.c | xargs chmod ugo-x sed -i.strip -e 's|install[ \t][ \t]*-s|install|' Makefile %build ./configure --prefix=%{_prefix} --libdir=%{_libdir} perl -pi -e "s/^(OPTFLAGS.*=)/\1 %{optflags} /" config.mak make #make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin.conf rm -f $RPM_BUILD_ROOT/%{_datadir}/control-center-2.0/capplets/gcin-setup.desktop rm -f $RPM_BUILD_ROOT/%{_includedir}/gcin-im-client.h desktop-file-install \ --delete-original \ --vendor fedora \ --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \ --add-category X-Fedora \ ${RPM_BUILD_ROOT}/%{_datadir}/applications/gcin-setup.desktop %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/gcin.conf 40 %postun /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %preun if [ $1 -eq 0 ]; then %{_sbindir}/alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf >/dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %doc README COPYING Changelog %config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf %{_bindir}/gcin %{_bindir}/gcin-setup %{_bindir}/gcin2tab %{_bindir}/juyin-learn %{_bindir}/phoa2d %{_bindir}/phod2a %{_bindir}/sim2trad %{_bindir}/trad2sim %{_bindir}/tsa2d %{_bindir}/tsd2a %{_bindir}/tslearn %{_datadir}/applications/fedora-gcin-setup.desktop %{_datadir}/gcin/ %{_datadir}/icons/gcin/ %{_datadir}/icons/gcin.png %{_datadir}/icons/gcin-tray.png %{_datadir}/icons/gcin-tray-sim.png %{_mandir}/*/* %{_libdir}/menu/gcin* %{_libdir}/gtk-2.0/immodules/im-gcin.so %{_libdir}/qt-3.3/plugins/inputmethods/libqgcin.so %{_libdir}/libgcin-im-client.so %changelog * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-12 - modify spec file only for fc5 and later (branch the spec file) * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-11 - fix to handle fedora tag correctly * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-10 - Remove patch5 (not necessary) * Wed Aug 23 2006 Chung-Yen Chang - 1.2.2-9 - Fix patch5 for fc3 only bug * Sun Aug 20 2006 Chung-Yen Chang - 1.2.2-8 - Fix changelog * Sun Aug 20 2006 Chung-Yen Chang - 1.2.2-7 - Remove -devel subpackage - install desktop file * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-6 - a few more fixes from Jens Petersen * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-5 - improvements from Jens Petersen: - don't use configure macro - add .conf suffix to xinput.d file and update install scripts for fc6 - move lib to libdir and drop ld.so.conf.d file - other minor cleanup * Sat Aug 19 2006 Chung-Yen Chang - 1.2.2-4 - rebuild 1.2.2-4 * Fri Aug 18 2006 Chung-Yen Chang - 1.2.2-3 - Add COPYING Changelog to doc - Use Dist Tag * Fri Aug 18 2006 Chung-Yen Chang - 1.2.2-2 - fix x86_64 problems * Tue Aug 17 2006 Chung-Yen Chang - 1.2.2-1 - rebuild 1.2.2-1 * Tue Aug 17 2006 Chung-Yen Chang - 1.2.1-7 - rebuild 1.2.1-7 * Wed Aug 16 2006 Chung-Yen Chang - 1.2.1-4 - rebuild 1.2.1-4 * Thu Jul 13 2006 Chung-Yen Chang - 1.2.1-1 - update to 1.2.1 * Mon May 08 2006 Chung-Yen Chang - update to 1.2.0 * Mon May 01 2006 Chung-Yen Chang - update to 1.1.9 * Mon Apr 03 2006 Chung-Yen Chang - update to 1.1.8 * Wed Mar 29 2006 Chung-Yen Chang - rebuild for FC5 * Wed Feb 22 2006 Chung-Yen Chang - update to 1.1.7 * Thu Feb 02 2006 Chung-Yen Chang - update to 1.1.6 * Sat Jan 07 2006 Chung-Yen Chang - update to 1.1.5 * Mon Dec 19 2005 Chung-Yen Chang - update to 1.1.4-2 * Mon Dec 12 2005 Chung-Yen Chang - update to 1.1.4 * Mon Nov 21 2005 Chung-Yen Chang - update to 1.1.3 * Tue Nov 08 2005 Chung-Yen Chang - update to 1.1.2 * Sun Oct 30 2005 Chung-Yen Chang - update to 1.1.1 * Mon Oct 24 2005 Chung-Yen Chang - update to 1.1.0 * Mon Oct 03 2005 Chung-Yen Chang - update to 1.0.9 * Mon Sep 26 2005 Chung-Yen Chang - update to 1.0.8 * Mon Sep 19 2005 Chung-Yen Chang - update to 1.0.7 * Mon Sep 05 2005 Chung-Yen Chang - update to 1.0.4 * Mon Aug 22 2005 Chung-Yen Chang - update to 1.0.3 * Wed Aug 10 2005 Chung-Yen Chang - update to 1.0.2 * Fri Jul 08 2005 Chung-Yen Chang - update to 1.0.1 * Mon Jun 27 2005 Chung-Yen Chang - update to 1.0.0 * Thu Jun 23 2005 Chung-Yen Chang - update to 0.9.9 * Thu Jun 16 2005 Chung-Yen Chang - rebuild for fc4 * Tue May 31 2005 Chung-Yen Chang - update to 0.9.7 * Tue May 19 2005 Chung-Yen Chang - update to 0.9.6 * Tue May 12 2005 Chung-Yen Chang - update to 0.9.5 * Wed May 04 2005 Chung-Yen Chang - update to 0.9.3 * Mon Apr 25 2005 Chung-Yen Chang - fix alternatives * Fri Apr 22 2005 Chung-Yen Chang - update to 0.9.2 * Sat Apr 16 2005 Chung-Yen Chang - update to 0.9.1 * Tue Apr 05 2005 Chung-Yen Chang - update to 0.9.0 * Tue Mar 22 2005 Chung-Yen Chang - update to 0.8.9 * Sat Mar 14 2005 Chung-Yen Chang - update to 0.8.8 * Sat Mar 08 2005 Chung-Yen Chang - update to 0.8.7 * Sat Mar 05 2005 Chung-Yen Chang - update to 0.8.6 * Mon Aug 23 2004 Chung-Yen Chang - frist build for Fedora Core 2 im-client.patch: --- NEW FILE im-client.patch --- --- gcin-1.2.1/im-client/Makefile.orig 2006-05-01 17:57:43.000000000 +0800 +++ gcin-1.2.1/im-client/Makefile 2006-08-16 18:25:04.000000000 +0800 @@ -6,7 +6,7 @@ -DCLIENT_LIB=1 -DGCIN_BIN_DIR=\"$(GCIN_BIN_DIR)\" \ -DDEBUG="0$(GCIN_DEBUG)" -DGCIN_TABLE_DIR=\"$(GCIN_TABLE_DIR)\" \ -DFREEBSD=$(FREEBSD) -OBJS = gcin-im-client.o im-addr.o gcin-conf.o util.o gcin-crypt.o +OBJS = gcin-im-client.o im-addr.o gcin-conf.o util.o gcin-crypt-fpic.o .c.E: $(CC) $(CFLAGS) -E -o $@ $< @@ -43,6 +43,9 @@ im-addr.o: ../im-srv/im-addr.c $(CC) -c -fpic $(CFLAGS) -o $@ $< +gcin-crypt-fpic.o: gcin-crypt.c + $(CC) -c -fpic $(CFLAGS) -o $@ $< + clean: rm -f *.o *.so *~ *.E *.db config.mak tags core.* .depend qt.patch: --- NEW FILE qt.patch --- --- gcin-1.2.2/configure.orig 2006-05-03 10:40:12.000000000 +0800 +++ gcin-1.2.2/configure 2006-08-16 23:03:15.000000000 +0800 @@ -80,9 +80,9 @@ fi QT_IM='N' -for i in qt3 qt4 +for i in qt3 qt-3.3 qt-4 do - QT_IM_DIR=/usr/lib/$i/plugins/$LIB/inputmethods + QT_IM_DIR=/usr/$LIB/$i/plugins/inputmethods echo "testing if you have QT_IM_MODULE dir:$QT_IM_DIR support" if [ -d $QT_IM_DIR ]; then QT_IM='Y' --- gcin-1.2.2/qt-im/Makefile.orig 2006-08-02 15:36:52.000000000 +0800 +++ gcin-1.2.2/qt-im/Makefile 2006-08-17 13:07:26.000000000 +0800 @@ -1,16 +1,12 @@ include ../config.mak QTIM=$(QT)/plugins/inputmethods IMMODULES=$(libdir)/$(QTIM) -ifeq ($(LIB), lib64) - IMMODULES_LOCAL=/usr/lib/$(QT)/plugins/lib64/inputmethods -else - IMMODULES_LOCAL=/usr/lib/$(QTIM) -endif -INCS=-I../im-client -I/usr/lib/$(QT)/include -I/usr/include/Xft2/X11/Xft -I/usr/include/fontconfig -I/usr/include/freetype2 +IMMODULES_LOCAL=/usr/$(LIB)/$(QTIM) +INCS=-I../im-client -I/usr/$(LIB)/$(QT)/include -I/usr/include/Xft2/X11/Xft -I/usr/include/fontconfig -I/usr/include/freetype2 CXXFLAGS=$(OPTFLAGS) $(INCS) -Wall -D_REENTRANT -fPIC -DQT_THREAD_SUPPORT -DQT_PLUGIN -DQT_SHARED -DQT_NO_DEBUG OBJS=qgcininputcontextplugin.o qgcininputcontextplugin_my.o qgcininputcontext.o qgcininputcontext_x11.o .SUFFIXES: .c .cpp .a .so .E .h -LDFLAGS=-L/usr/lib/$(QT)/$(LIB) -L/usr/X11R6/$(LIB) -L../im-client -lqt-mt -lmng -ljpeg -lpng -lz \ +LDFLAGS=-L/usr/$(LIB)/$(QT)/lib -L/usr/X11R6/$(LIB) -L../im-client -lqt-mt -lmng -ljpeg -lpng -lz \ -lXrender -lXrandr -lXft -lfontconfig -lgcin-im-client \ -lXext -lX11 -lm -lSM -lICE -ldl -lpthread all: libqgcin.so @@ -18,7 +14,7 @@ .cpp.E: $(CXX) -E $(CFLAGS) $(INCS) $< > $@ .h.o: - /usr/lib/$(QT)/bin/moc $< -o $<_moc.cpp + /usr/$(LIB)/$(QT)/bin/moc $< -o $<_moc.cpp $(CXX) -c -pipe $(CXXFLAGS) $(INCS) $<_moc.cpp -o $@ libqgcin.so: $(OBJS) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 24 Aug 2006 07:52:21 -0000 1.1 +++ .cvsignore 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +gcin-1.2.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gcin/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 24 Aug 2006 07:52:21 -0000 1.1 +++ sources 24 Aug 2006 07:54:11 -0000 1.2 @@ -0,0 +1 @@ +2adc21cad0e3f9451d6e4662c3b99425 gcin-1.2.2.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 08:03:42 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Thu, 24 Aug 2006 01:03:42 -0700 Subject: owners owners.list,1.1445,1.1446 Message-ID: <200608240804.k7O84H5f031001@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30979 Modified Files: owners.list Log Message: add gcin by candyz Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1445 retrieving revision 1.1446 diff -u -r1.1445 -r1.1446 --- owners.list 23 Aug 2006 16:48:59 -0000 1.1445 +++ owners.list 24 Aug 2006 08:03:42 -0000 1.1446 @@ -409,6 +409,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| +Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|gcompris|Educational suite for kids 2-10 years old|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 24 08:13:07 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Thu, 24 Aug 2006 01:13:07 -0700 Subject: fedora-security/audit fc5,1.296,1.297 fc6,1.32,1.33 Message-ID: <200608240813.k7O8D71T031153@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31133 Modified Files: fc5 fc6 Log Message: Latest email updates Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- fc5 24 Aug 2006 07:48:51 -0000 1.296 +++ fc5 24 Aug 2006 08:13:05 -0000 1.297 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060821 -Up to date FC5 as of 20060821 +Up to date CVE as of CVE email 20060823 +Up to date FC5 as of 20060823 ** are items that need attention +CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203649 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) @@ -11,7 +12,7 @@ CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 ** (kernel) -CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) #202773 +CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 CVE-2006-4020 VULNERABLE (php) #201767 @@ -59,6 +60,8 @@ CVE-2006-3747 backport (httpd, fixed 2.2.3) [since FEDORA-2006-863] CVE-2006-3746 version (gnupg, fixed 1.4.5) #200904 [since FEDORA-2006-868] CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) +CVE-2006-3744 backport (ImageMagick) #202193 [since FEDORA-2006-929] +CVE-2006-3743 backport (ImageMagick) #202193 [since FEDORA-2006-929] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- fc6 24 Aug 2006 07:48:51 -0000 1.32 +++ fc6 24 Aug 2006 08:13:05 -0000 1.33 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060822 +Up to date CVE as of CVE email 20060823 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) @@ -47,6 +48,8 @@ CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) +CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 +CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) From fedora-extras-commits at redhat.com Thu Aug 24 08:21:09 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 01:21:09 -0700 Subject: rpms/banshee/devel banshee-0.10.12-mono-libdir.patch, NONE, 1.1 banshee.spec, 1.15, 1.16 Message-ID: <200608240821.k7O8LBum031222@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31202 Modified Files: banshee.spec Added Files: banshee-0.10.12-mono-libdir.patch Log Message: need to adjust for the new mono libdir on 64bit platforms banshee-0.10.12-mono-libdir.patch: --- NEW FILE banshee-0.10.12-mono-libdir.patch --- --- banshee-0.10.12/configure.mono-libdir 2006-08-23 17:14:34.000000000 -0400 +++ banshee-0.10.12/configure 2006-08-24 03:42:17.000000000 -0400 @@ -21737,7 +21737,7 @@ for asm in $required_assemblies; do echo "$as_me:$LINENO: checking for $asm.dll" >&5 echo $ECHO_N "checking for $asm.dll... $ECHO_C" >&6 - if test ! -e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll; then + if test ! \(-e `$PKG_CONFIG --variable=prefix mono`/lib/mono/1.0/$asm.dll -o -e `$PKG_CONFIG --variable=prefix mono`/lib64/mono/1.0/$asm.dll \); then { { echo "$as_me:$LINENO: error: missing required Mono DLL: $asm.dll" >&5 echo "$as_me: error: missing required Mono DLL: $asm.dll" >&2;} { (exit 1); exit 1; }; } Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- banshee.spec 24 Aug 2006 03:41:10 -0000 1.15 +++ banshee.spec 24 Aug 2006 08:21:09 -0000 1.16 @@ -8,6 +8,7 @@ URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: banshee-0.10.12-mono-libdir.patch BuildRequires: ipod-sharp BuildRequires: avahi-sharp @@ -38,6 +39,7 @@ %prep %setup -q +%patch1 -p1 -b .mono-libdir %build # try to work around a problem where gst-inspect does From fedora-extras-commits at redhat.com Thu Aug 24 08:29:22 2006 From: fedora-extras-commits at redhat.com (Marcel Holtmann (holtmann)) Date: Thu, 24 Aug 2006 01:29:22 -0700 Subject: fedora-security/audit fc5,1.297,1.298 fc6,1.33,1.34 Message-ID: <200608240829.k7O8TMPa031292@cvs-int.fedora.redhat.com> Author: holtmann Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31272/audit Modified Files: fc5 fc6 Log Message: Update CVE-2006-4145 Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- fc5 24 Aug 2006 08:13:05 -0000 1.297 +++ fc5 24 Aug 2006 08:29:19 -0000 1.298 @@ -11,7 +11,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug -CVE-2006-4145 ** (kernel) +CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) #202247 Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- fc6 24 Aug 2006 08:13:05 -0000 1.33 +++ fc6 24 Aug 2006 08:29:19 -0000 1.34 @@ -11,7 +11,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug -CVE-2006-4145 ** (kernel) +CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 From fedora-extras-commits at redhat.com Thu Aug 24 09:00:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 02:00:29 -0700 Subject: rpms/qemu/devel qemu-0.8.2-target-sparc.patch, NONE, 1.1 qemu.spec, 1.17, 1.18 Message-ID: <200608240900.k7O90VIX031611@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31591 Modified Files: qemu.spec Added Files: qemu-0.8.2-target-sparc.patch Log Message: Add target-sparc patch to fix compiling on ppc (some int32 to float). qemu-0.8.2-target-sparc.patch: --- NEW FILE qemu-0.8.2-target-sparc.patch --- diff -Naupr qemu-0.8.2.orig/target-sparc/op_helper.c qemu-0.8.2/target-sparc/op_helper.c --- qemu-0.8.2.orig/target-sparc/op_helper.c 2006-07-22 19:23:34.000000000 +0200 +++ qemu-0.8.2/target-sparc/op_helper.c 2006-08-24 10:58:30.000000000 +0200 @@ -12,12 +12,12 @@ void raise_exception(int tt) #ifdef USE_INT_TO_FLOAT_HELPERS void do_fitos(void) { - FT0 = int32_to_float32(*((int32_t *)&FT1)); + FT0 = int32_to_float32(*((int32_t *)&FT1), &env->fp_status); } void do_fitod(void) { - DT0 = int32_to_float64(*((int32_t *)&FT1)); + DT0 = int32_to_float64(*((int32_t *)&FT1), &env->fp_status); } #endif Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- qemu.spec 23 Aug 2006 17:34:19 -0000 1.17 +++ qemu.spec 24 Aug 2006 09:00:29 -0000 1.18 @@ -10,6 +10,7 @@ Patch0: qemu-0.7.0-build.patch Patch1: qemu-0.8.0-sdata.patch Patch2: qemu-0.8.2-kernheaders.patch +Patch3: qemu-0.8.2-target-sparc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html Requires(post): /sbin/chkconfig @@ -35,6 +36,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ @@ -95,6 +97,7 @@ - Don't include texi files in %%doc since we ship them in html. - Switch to using gcc34 on devel, FC5 still has gcc32. - Add kernheaders patch to fix linux/compiler.h inclusion. +- Add target-sparc patch to fix compiling on ppc (some int32 to float). * Thu Jun 8 2006 David Woodhouse 0.8.1-3 - More header abuse in modify_ldt(), change BuildRoot: From fedora-extras-commits at redhat.com Thu Aug 24 10:42:21 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 03:42:21 -0700 Subject: rpms/php-eaccelerator/FC-5 eaccelerator-0.9.5-rc1-config.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 php-eaccelerator.spec, 1.11, 1.12 sources, 1.6, 1.7 eaccelerator-0.9.5-beta2-64bit_cast_warning.patch, 1.1, NONE eaccelerator-0.9.5-beta2-compile.patch, 1.1, NONE Message-ID: <200608241042.k7OAgNgR004933@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4909 Modified Files: .cvsignore php-eaccelerator.spec sources Added Files: eaccelerator-0.9.5-rc1-config.patch Removed Files: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch eaccelerator-0.9.5-beta2-compile.patch Log Message: Backport 0.9.5-rc1 update from devel to FC-5. eaccelerator-0.9.5-rc1-config.patch: --- NEW FILE eaccelerator-0.9.5-rc1-config.patch --- diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini --- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200 +++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200 @@ -15,9 +15,6 @@ ;extension="eaccelerator.so" zend_extension="/usr/lib/php4/eaccelerator.so" ;zend_extension_ts="/usr/lib/php4/eaccelerator.so" -;extension="eaccelerator.dll" -;zend_extension_ts="c:\php4\eaccelerator.dll" -;zend_extension="c:\php4\eaccelerator.dll" ; The amount of shared memory (in megabytes) that eAccelerator will use. ; "0" means OS default. Default value is "0". @@ -73,7 +70,7 @@ eaccelerator.shm_max = "0" ; all scripts which were not accessed at last "shm_ttl" seconds from shared ; memory. Default value is "0" that means - don't remove any files from ; shared memory. -eaccelerator.shm_ttl = "0" +eaccelerator.shm_ttl = "3600" ; When eAccelerator fails to get shared memory for new script it tryes to ; remove old script if the previous try was made more then "shm_prune_period" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2006 09:12:27 -0000 1.6 +++ .cvsignore 24 Aug 2006 10:42:21 -0000 1.7 @@ -1 +1 @@ -eaccelerator-0.9.5-beta2.tar.bz2 +eaccelerator-0.9.5-rc1.tar.bz2 Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/php-eaccelerator.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- php-eaccelerator.spec 23 May 2006 09:12:27 -0000 1.11 +++ php-eaccelerator.spec 24 Aug 2006 10:42:21 -0000 1.12 @@ -4,7 +4,7 @@ %define default_version 5.1.4 %define module_version 0.9.5 -%define prever beta2 +%define prever rc1 %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{default_extdir}) %define php_apiver %((echo %{default_apiver}; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) @@ -17,13 +17,12 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.2.%{prever}%{?dist} +Release: 0.3.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ Source: http://dl.sf.net/eaccelerator/eaccelerator-%{module_version}-%{prever}.tar.bz2 -Patch0: eaccelerator-0.9.5-beta2-compile.patch -Patch1: eaccelerator-0.9.5-beta2-64bit_cast_warning.patch +Patch0: eaccelerator-0.9.5-rc1-config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: php-api = %{php_apiver} Provides: php-zend_extension @@ -40,13 +39,19 @@ %prep %setup -n eaccelerator-%{module_version}-%{prever} -%patch0 -p0 -%patch1 -p0 +%patch0 -p1 -b .config +# Change paths in the example config, other values are changed by a patch +%{__perl} -pi -e 's|/usr/lib/php4/|%{php_extdir}/|g; + s|/tmp/eaccelerator|%{_var}/cache/php-eaccelerator|g' \ + eaccelerator.ini %build phpize %configure \ + --with-eaccelerator-shared-memory \ + --with-eaccelerator-sessions \ + --with-eaccelerator-content-caching \ %ifarch ppc --with-eaccelerator-userid="%{userid}" %endif @@ -59,31 +64,11 @@ %{__make} install INSTALL_ROOT=%{buildroot} # The cache directory where pre-compiled files will reside -%{__mkdir_p} %{buildroot}%{_localstatedir}/cache/php-eaccelerator +%{__mkdir_p} %{buildroot}%{_var}/cache/php-eaccelerator # Drop in the bit of configuration -%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d -%{__cat} > %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini << 'EOF' -; Enable eAccelerator extension module -zend_extension = %{php_extdir}/eaccelerator.so -; Options for the eAccelerator module -eaccelerator.cache_dir = %{_localstatedir}/cache/php-eaccelerator -eaccelerator.shm_size = 0 -eaccelerator.enable = 1 -eaccelerator.optimizer = 1 -eaccelerator.check_mtime = 1 -eaccelerator.filter = "" -eaccelerator.shm_max = 0 -eaccelerator.shm_ttl = 3600 -eaccelerator.shm_prune_period = 0 -eaccelerator.shm_only = 0 -eaccelerator.compress = 1 -eaccelerator.compress_level = 9 -eaccelerator.keys = "shm_and_disk" -eaccelerator.sessions = "shm_and_disk" -eaccelerator.content = "shm_and_disk" -eaccelerator.debug = 0 -EOF +%{__install} -D -m 0644 eaccelerator.ini \ + %{buildroot}%{_sysconfdir}/php.d/eaccelerator.ini %clean @@ -96,10 +81,17 @@ %doc eaccelerator.ini *.php %config(noreplace) %{_sysconfdir}/php.d/eaccelerator.ini %{php_extdir}/eaccelerator.so -%attr(0750, apache, apache) %{_localstatedir}/cache/php-eaccelerator/ +%attr(0750, apache, apache) %{_var}/cache/php-eaccelerator/ %changelog +* Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 +- Update to 0.9.5-rc1. +- Enable shared-memory, sessions and content-caching (#201319). +- Remove both patches of fixes, merged upstream. +- Change from creating a full eaccelerator.ini to using the included one with + path substitutions and a patch to change default values. + * Tue May 23 2006 Matthias Saou 5.1.x_0.9.5-0.2.beta2 - Rebuild against PHP 5.1.4. Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2006 09:12:27 -0000 1.6 +++ sources 24 Aug 2006 10:42:21 -0000 1.7 @@ -1 +1 @@ -2516b680ce372765d24e7b64003f1e64 eaccelerator-0.9.5-beta2.tar.bz2 +5d03deb399f8f857d92dd092a2c69a87 eaccelerator-0.9.5-rc1.tar.bz2 --- eaccelerator-0.9.5-beta2-64bit_cast_warning.patch DELETED --- --- eaccelerator-0.9.5-beta2-compile.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 11:39:08 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:39:08 -0700 Subject: rpms/fish/devel .cvsignore, 1.5, 1.6 fish.spec, 1.12, 1.13 sources, 1.5, 1.6 Message-ID: <200608241139.k7OBdA3W018882@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18852 Modified Files: .cvsignore fish.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Aug 2006 14:20:46 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:39:07 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/devel/fish.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- fish.spec 4 Aug 2006 20:58:01 -0000 1.12 +++ fish.spec 24 Aug 2006 11:39:07 -0000 1.13 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist} +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Aug 2006 14:20:46 -0000 1.5 +++ sources 24 Aug 2006 11:39:07 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:41:07 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:41:07 -0700 Subject: rpms/fish/FC-5 .cvsignore, 1.5, 1.6 fish.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200608241141.k7OBf9e7018971@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18948 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Aug 2006 21:06:36 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:41:07 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/fish.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fish.spec 4 Aug 2006 21:06:36 -0000 1.8 +++ fish.spec 24 Aug 2006 11:41:07 -0000 1.9 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist} +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Aug 2006 21:06:36 -0000 1.5 +++ sources 24 Aug 2006 11:41:07 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:41:53 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:41:53 -0700 Subject: rpms/fish/FC-4 .cvsignore, 1.5, 1.6 fish.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608241141.k7OBftfG019054@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19030 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Aug 2006 00:14:20 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:41:53 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 5 Aug 2006 00:16:29 -0000 1.7 +++ fish.spec 24 Aug 2006 11:41:53 -0000 1.8 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist}.1 +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Aug 2006 00:14:20 -0000 1.5 +++ sources 24 Aug 2006 11:41:53 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:42:32 2006 From: fedora-extras-commits at redhat.com (Axel Liljencrantz (ascii)) Date: Thu, 24 Aug 2006 04:42:32 -0700 Subject: rpms/fish/FC-3 .cvsignore, 1.5, 1.6 fish.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608241142.k7OBgYKZ019129@cvs-int.fedora.redhat.com> Author: ascii Update of /cvs/extras/rpms/fish/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19108 Modified Files: .cvsignore fish.spec sources Log Message: Update to 1.21.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Aug 2006 00:17:33 -0000 1.5 +++ .cvsignore 24 Aug 2006 11:42:32 -0000 1.6 @@ -1 +1 @@ -fish-1.21.10.tar.bz2 +fish-1.21.11.tar.bz2 Index: fish.spec =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/fish.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fish.spec 5 Aug 2006 00:17:33 -0000 1.7 +++ fish.spec 24 Aug 2006 11:42:32 -0000 1.8 @@ -1,8 +1,8 @@ Summary: A friendly interactive shell Name: fish -Version: 1.21.10 -Release: 3%{?dist}.1 +Version: 1.21.11 +Release: 0%{?dist} License: GPL Group: System Environment/Shells Index: sources =================================================================== RCS file: /cvs/extras/rpms/fish/FC-3/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Aug 2006 00:17:33 -0000 1.5 +++ sources 24 Aug 2006 11:42:32 -0000 1.6 @@ -1 +1 @@ -66619c080ab344327e5ce84ec2f5f3a4 fish-1.21.10.tar.bz2 +522fba3b00939f9c36f2eac14ffc10a6 fish-1.21.11.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 24 11:50:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 04:50:03 -0700 Subject: rpms/qemu/devel qemu.spec,1.18,1.19 Message-ID: <200608241150.k7OBo5sj019279@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19255 Modified Files: qemu.spec Log Message: Remove the target-list iteration for x86_64 and make gcc3x conditional. Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- qemu.spec 24 Aug 2006 09:00:29 -0000 1.18 +++ qemu.spec 24 Aug 2006 11:50:03 -0000 1.19 @@ -1,3 +1,10 @@ +# For FC >= 6 we have gcc 3.4, for FC <= 5 we have gcc 3.2 +%if %{!?fedora:6}%{?fedora} >= 6 +%define gccver 34 +%else +%define gccver 32 +%endif + Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.8.2 @@ -12,7 +19,7 @@ Patch2: qemu-0.8.2-kernheaders.patch Patch3: qemu-0.8.2-target-sparc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel compat-gcc-34 zlib-devel which texi2html +BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service @@ -39,11 +46,11 @@ %patch3 -p1 %build -./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \ -%ifarch x86_64 - --target-list="i386-user arm-user armeb-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" \ -%endif - --cc=gcc34 --enable-alsa +./configure \ + --prefix=%{_prefix} \ + --interp-prefix=%{_prefix}/qemu-%%M \ + --cc=gcc%{gccver} \ + --enable-alsa make %{?_smp_mflags} %install @@ -85,6 +92,11 @@ %{_mandir}/man1/* %changelog +* Thu Aug 24 2006 Matthias Saou 0.8.2-2 +- Remove the target-list iteration for x86_64 since they all build again. +- Make gcc32 vs. gcc34 conditional on %%{fedora} to share the same spec for + FC5 and FC6. + * Wed Aug 23 2006 Matthias Saou 0.8.2-1 - Update to 0.8.2 (#200065). - Drop upstreamed syscall-macros patch2. From fedora-extras-commits at redhat.com Thu Aug 24 11:50:44 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 24 Aug 2006 04:50:44 -0700 Subject: rpms/qemu/devel qemu.spec,1.19,1.20 Message-ID: <200608241150.k7OBokdw019308@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19291 Modified Files: qemu.spec Log Message: Bump release, d'oh! Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- qemu.spec 24 Aug 2006 11:50:03 -0000 1.19 +++ qemu.spec 24 Aug 2006 11:50:44 -0000 1.20 @@ -8,7 +8,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL/LGPL Group: Development/Tools URL: http://www.qemu.org/ From fedora-extras-commits at redhat.com Thu Aug 24 13:07:07 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:07:07 -0700 Subject: rpms/OpenSceneGraph/devel .cvsignore, 1.4, 1.5 OpenSceneGraph.spec, 1.16, 1.17 sources, 1.4, 1.5 Message-ID: <200608241307.k7OD7dbS025047@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25020 Modified Files: .cvsignore OpenSceneGraph.spec sources Log Message: * Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jun 2006 05:45:48 -0000 1.4 +++ .cvsignore 24 Aug 2006 13:07:04 -0000 1.5 @@ -1 +1 @@ -OSG_OP_OT-1.0.zip +OSG_OP_OT-1.1.zip Index: OpenSceneGraph.spec =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/OpenSceneGraph.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- OpenSceneGraph.spec 7 Jun 2006 04:40:59 -0000 1.16 +++ OpenSceneGraph.spec 24 Aug 2006 13:07:04 -0000 1.17 @@ -5,11 +5,11 @@ # %define apivers 1.0 -%define srcvers 1.0 +%define srcvers 1.1 Name: OpenSceneGraph Version: %{srcvers} -Release: 4%{?dist} +Release: 1%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -266,6 +266,7 @@ %{_bindir}/osgplanets %{_bindir}/osgpoints %{_bindir}/osgpointsprite +%{_bindir}/osgprecipitation %{_bindir}/osgprerender %{_bindir}/osgprerendercubemap %{_bindir}/osgreflect @@ -391,6 +392,12 @@ %{_includedir}/Producer %changelog +* Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 +- Upstream update. + +* Sat Jul 08 2006 Ralf Cors??pius - 1.0-5 +- Rebuilt to with gcc-4.1.1-6. + * Tue Jun 07 2006 Ralf Cors??pius - 1.0-4 - Try to avoid adding SONAMEs on plugins and applications. Index: sources =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jun 2006 05:45:48 -0000 1.4 +++ sources 24 Aug 2006 13:07:04 -0000 1.5 @@ -1 +1 @@ -dfb3eca46b32625602dabe9aa46c6b6f OSG_OP_OT-1.0.zip +c140e0f53f577af6e807108dd1a8f65f OSG_OP_OT-1.1.zip From fedora-extras-commits at redhat.com Thu Aug 24 13:09:55 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:09:55 -0700 Subject: rpms/OpenSceneGraph/devel OpenSceneGraph-1.1.diff,NONE,1.1 Message-ID: <200608241309.k7OD9vE6025088@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25075 Added Files: OpenSceneGraph-1.1.diff Log Message: New. OpenSceneGraph-1.1.diff: --- NEW FILE OpenSceneGraph-1.1.diff --- diff -uNr OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph --- OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,205 @@ +# Doxyfile 1.3.4 + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = OpenSceneGraph +PROJECT_NUMBER = +OUTPUT_DIRECTORY = . +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = YES +WARNINGS = NO +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = OpenSceneGraph/include +FILE_PATTERNS = * +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = OpenSceneGraph/html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = [...1627 lines suppressed...] + ARCH = 32 + ARCHARGS = + LINKARGS = -L/usr/X11R6/lib -framework Carbon + LIB_EXT = dylib +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),CYGWIN) + CXX = c++ + DEPARG = -M + INC += -DWIN32 + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + -Wl,--export-all-symbols + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) + + PTHREAD_LIB = -lpthread + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = cyg + LIB_EXT = dll + IMP_LIB_EXT = dll.a + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE_PREFIX = $(INST_LOCATION) + INST_SRC = $(INST_SHARE_PREFIX)/src + INST_EXAMPLES = $(INST_SHARE_PREFIX)/bin + INST_EXAMPLE_SRC = $(INST_SHARE_PREFIX)/src/demos + INST_DOC = $(INST_SHARE_PREFIX)/doc + INST_DATA = $(INST_SHARE_PREFIX)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup + +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),MINGW) + CXX = c++ -mthreads + + DEPARG = -M + INC += + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared -mthreads \ + -Wl,--export-all-symbols \ + -Wl,--output-def,lib$(TARGET_BASENAME).def \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) -lwinmm + PTHREAD_LIB = + OPEN_THREAD_LIB = -lOpenThreadsWin32 + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = lib + LIB_EXT = dll + IMP_LIB_EXT = dll.a + PLUGIN_EXT = dll + + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_LIBS = $(INST_LOCATION)/bin + INST_IMP_LIBS = $(INST_LOCATION)/lib + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE = $(INST_LOCATION) + INST_DEMOS = $(INST_SHARE)/bin + INST_DEMO_SRC = $(INST_SHARE)/src/demos + INST_DOC = $(INST_SHARE)/doc + INST_DATA = $(INST_SHARE)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup +endif + +#### HP-UX Specific definitions + +ifeq ($(OS),HP-UX) + CXX = aCC -AA -mt + DEPARG = -w +make -E + INC += + DEF += +Z -z + OPTF = +O2 + DBGF = -g + SHARED = +Z -b -z -Wl,+s + ARCH = 32 + LDFLAGS = + LINKARGS = -lpthread + LIB_EXT = sl + PLUGIN_EXT = sl + DYNAMICLIBRARYLIB = -ldld + OTHER_LIBS = -lm +endif + + +VPATH=.. + diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ 2005-05-20 23:11:42.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ 2006-08-24 04:55:38.000000000 +0200 @@ -529,27 +529,18 @@ PThreadPrivateData *pd = static_cast (_prvData); - size_t defaultStackSize; + size_t defaultStackSize = 0; pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } if(defaultStackSize < pd->stackSize) { pthread_attr_setstacksize( &thread_attr, pd->stackSize); - if(status != 0) { - return status; - } } //------------------------------------------------------------------------- // Now get what we actually have... // pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } pd->stackSize = defaultStackSize; diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h 2004-08-27 18:45:14.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h 2006-08-24 04:55:38.000000000 +0200 @@ -43,7 +43,7 @@ private: - PThreadPrivateData() {}; + PThreadPrivateData() : stackSize(0), stackSizeLocked(false), isRunning(false), isCanceled(false), idSet(false), tid(0), uniqueId(0), cpunum(0) {}; virtual ~PThreadPrivateData() {}; diff -uNr OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard OSG_OP_OT-1.1/Producer/include/Producer/Keyboard --- OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard 2005-10-28 22:53:43.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/include/Producer/Keyboard 2006-08-24 04:55:38.000000000 +0200 @@ -539,6 +539,7 @@ KeyboardKey _key; }; +class KeyboardMouseImplementation; class PR_EXPORT Keyboard : public Producer::Referenced { diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/libdefs OSG_OP_OT-1.1/Producer/Make/libdefs --- OSG_OP_OT-1.1.orig/Producer/Make/libdefs 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/Producer/Make/libdefs 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,4 @@ +ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") + LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).$(VERSION_MAJOR) +endif + diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/makedefs OSG_OP_OT-1.1/Producer/Make/makedefs --- OSG_OP_OT-1.1.orig/Producer/Make/makedefs 2006-07-18 15:26:22.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/Make/makedefs 2006-08-24 04:55:38.000000000 +0200 @@ -248,11 +248,6 @@ ifeq (x$(CXX),x) CXX = g++ endif - -ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") - LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).0 -endif - DEF += -fPIC -pthread OPTF = -O2 DBGF = -ggdb -gstabs From fedora-extras-commits at redhat.com Thu Aug 24 13:11:00 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Thu, 24 Aug 2006 06:11:00 -0700 Subject: rpms/OpenSceneGraph/devel OpenSceneGraph-1.0.diff,1.2,NONE Message-ID: <200608241311.k7ODB2eJ025119@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25104 Removed Files: OpenSceneGraph-1.0.diff Log Message: Remove (Obsolete). --- OpenSceneGraph-1.0.diff DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 15:26:17 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Thu, 24 Aug 2006 08:26:17 -0700 Subject: rpms/octave-forge/devel octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 octave-forge.spec, 1.27, 1.28 Message-ID: <200608241526.k7OFQJKC031197@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31174 Modified Files: octave-forge.spec Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Several minor bug fixes. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- octave-forge.spec 28 Jul 2006 22:17:49 -0000 1.27 +++ octave-forge.spec 24 Aug 2006 15:26:17 -0000 1.28 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,6 +16,8 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: octave >= 2.9.7 ImageMagick @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,12 @@ %changelog +* Thu Aug 24 2006 Quentin Spencer 2006.07.09-4 +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Tue Jul 11 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Thu Aug 24 16:14:42 2006 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Thu, 24 Aug 2006 09:14:42 -0700 Subject: comps comps-fe6.xml.in,1.115,1.116 Message-ID: <200608241614.k7OGEiWH001681@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1664 Modified Files: comps-fe6.xml.in Log Message: Added qgo, rinetd, xdaliclock Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- comps-fe6.xml.in 23 Aug 2006 20:15:26 -0000 1.115 +++ comps-fe6.xml.in 24 Aug 2006 16:14:41 -0000 1.116 @@ -318,6 +318,7 @@ powermanga ppracer qascade + qgo qqo rafkill raidem @@ -704,6 +705,7 @@ openvpn puppet-server rbldnsd + rinetd sobby torque-server ucarp @@ -888,6 +890,7 @@ kinput2 rxvt workrave + xdaliclock xlockmore xscreensaver-base xscreensaver-extras From fedora-extras-commits at redhat.com Thu Aug 24 18:23:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:54 -0700 Subject: rpms/fcron/devel fcron.spec,1.4,1.5 Message-ID: <200608241823.k7OINuev007697@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/devel Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/devel/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:08:05 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:23:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:53 -0700 Subject: rpms/fcron/FC-5 fcron.spec,1.4,1.5 Message-ID: <200608241823.k7OINtdC007693@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/FC-5 Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/FC-5/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:08:47 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:53 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:23:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:23:52 -0700 Subject: rpms/fcron/FC-4 fcron.spec,1.4,1.5 Message-ID: <200608241824.k7OIOO42007702@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7645/FC-4 Modified Files: fcron.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 - Fix doc permissions (#200834). Index: fcron.spec =================================================================== RCS file: /cvs/extras/rpms/fcron/FC-4/fcron.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fcron.spec 6 Jul 2006 07:09:07 -0000 1.4 +++ fcron.spec 24 Aug 2006 18:23:52 -0000 1.5 @@ -1,6 +1,6 @@ Name: fcron Version: 3.0.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A task scheduler Summary(fr): Un ordonnanceur de t??ches Summary(it): Uno schedulatore di processi @@ -80,8 +80,8 @@ %setup -q -%{__cp} -p %{SOURCE1} README.Fedora -%{__cp} -p %{SOURCE2} LISEZMOI.Fedora +%{__install} -pm 644 %{SOURCE1} README.Fedora +%{__install} -pm 644 %{SOURCE2} LISEZMOI.Fedora %patch0 -p0 %patch1 -p0 @@ -196,6 +196,9 @@ %ghost %{_localstatedir}/run/fcron.fifo %changelog +* Thu Aug 24 2006 Ville Skytt?? - 3.0.1-15 + - Fix doc permissions (#200834). + * Thu Jul 6 2006 Alain Portal 3.0.1-14 - Add italian description Translation from Carlo Alberto Scarpato From fedora-extras-commits at redhat.com Thu Aug 24 18:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:22 -0700 Subject: rpms/pikdev/FC-4 pikdev.spec,1.10,1.11 Message-ID: <200608241828.k7OISOWl007882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/FC-4 Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/FC-4/pikdev.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pikdev.spec 11 Apr 2006 10:30:35 -0000 1.10 +++ pikdev.spec 24 Aug 2006 18:28:22 -0000 1.11 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:23 -0700 Subject: rpms/pikdev/FC-5 pikdev.spec,1.4,1.5 Message-ID: <200608241828.k7OISPiY007886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/FC-5 Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/FC-5/pikdev.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pikdev.spec 11 Apr 2006 10:30:36 -0000 1.4 +++ pikdev.spec 24 Aug 2006 18:28:22 -0000 1.5 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:28:23 -0700 Subject: rpms/pikdev/devel pikdev.spec,1.4,1.5 Message-ID: <200608241828.k7OISPdU007890@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pikdev/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7836/devel Modified Files: pikdev.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 - Fix doc permissions (#200832). Index: pikdev.spec =================================================================== RCS file: /cvs/extras/rpms/pikdev/devel/pikdev.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pikdev.spec 11 Apr 2006 10:30:37 -0000 1.4 +++ pikdev.spec 24 Aug 2006 18:28:23 -0000 1.5 @@ -1,6 +1,6 @@ Name: pikdev Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IDE for development of PICmicro based application (under Linux/KDE) Summary(fr): EDI pour le d??veloppement d'applications ?? base de microcontr??leurs PIC @@ -52,8 +52,8 @@ %setup -q -%{__cp} -p %{SOURCE2} . -%{__cp} -p %{SOURCE3} . +%{__install} -pm 644 %{SOURCE2} . +%{__install} -pm 644 %{SOURCE3} . %build @@ -103,6 +103,8 @@ %{_datadir}/icons/* %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.9.1-2 + - Fix doc permissions (#200832). * Tue Apr 11 2006 Alain Portal 0.9.1-1 - New upstream version * Fri Apr 07 2006 Alain Portal 0.8.4-10 From fedora-extras-commits at redhat.com Thu Aug 24 18:32:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:32:27 -0700 Subject: rpms/roundup/devel roundup.spec,1.3,1.4 Message-ID: <200608241832.k7OIWT3N008090@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/roundup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8055/devel Modified Files: roundup.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - Fix doc permissions (#200845). Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/devel/roundup.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- roundup.spec 17 Feb 2006 21:06:51 -0000 1.3 +++ roundup.spec 24 Aug 2006 18:32:27 -0000 1.4 @@ -4,7 +4,7 @@ Summary: Simple and flexible issue-tracking system Name: roundup Version: 0.8.4 -Release: 7 +Release: 9 License: MIT Group: Applications/Engineering Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz @@ -28,7 +28,7 @@ %prep %setup %patch0 -p1 -cp -p %{SOURCE3} . +install -pm 644 %{SOURCE3} . %build CFLAGS="$RPM_OPT_FLAGS" python setup.py build @@ -74,6 +74,9 @@ %doc README.Fedora COPYING.txt %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.8.4-9 + - Fix doc permissions (#200845). + * Fri Feb 17 2006 W. Michael Petullo - 0.8.4-7 - Rebuild for Fedora Extras 5. From fedora-extras-commits at redhat.com Thu Aug 24 18:32:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 24 Aug 2006 11:32:27 -0700 Subject: rpms/roundup/FC-5 roundup.spec,1.3,1.4 Message-ID: <200608241832.k7OIWTxr008086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/roundup/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8055/FC-5 Modified Files: roundup.spec Log Message: * Thu Aug 24 2006 Ville Skytt?? - Fix doc permissions (#200845). Index: roundup.spec =================================================================== RCS file: /cvs/extras/rpms/roundup/FC-5/roundup.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- roundup.spec 17 Feb 2006 21:06:51 -0000 1.3 +++ roundup.spec 24 Aug 2006 18:32:26 -0000 1.4 @@ -4,7 +4,7 @@ Summary: Simple and flexible issue-tracking system Name: roundup Version: 0.8.4 -Release: 7 +Release: 8 License: MIT Group: Applications/Engineering Source: http://dl.sourceforge.net/roundup/roundup-%{version}.tar.gz @@ -28,7 +28,7 @@ %prep %setup %patch0 -p1 -cp -p %{SOURCE3} . +install -pm 644 %{SOURCE3} . %build CFLAGS="$RPM_OPT_FLAGS" python setup.py build @@ -74,6 +74,9 @@ %doc README.Fedora COPYING.txt %changelog +* Thu Aug 24 2006 Ville Skytt?? - 0.8.4-8 + - Fix doc permissions (#200845). + * Fri Feb 17 2006 W. Michael Petullo - 0.8.4-7 - Rebuild for Fedora Extras 5. From fedora-extras-commits at redhat.com Thu Aug 24 19:04:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:04:22 -0700 Subject: rpms/fRaBs/devel fRaBs.desktop,1.1,1.2 fRaBs.spec,1.3,1.4 Message-ID: <200608241904.k7OJ4Oa0010881@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10862 Modified Files: fRaBs.desktop fRaBs.spec Log Message: * Thu Aug 24 2006 Hans de Goede 2.10-2 - In the .desktop file pass -fullscreen to abuse instead of -f so that abuse actually starts in fullscreen mode Index: fRaBs.desktop =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.desktop 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.desktop 24 Aug 2006 19:04:22 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles -Exec=abuse.sdl -f -datadir /usr/share/fRaBs +Exec=abuse.sdl -fullscreen -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/devel/fRaBs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 +++ fRaBs.spec 24 Aug 2006 19:04:22 -0000 1.4 @@ -2,7 +2,7 @@ Name: fRaBs Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ @@ -73,5 +73,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 2.10-2 +- In the .desktop file pass -fullscreen to abuse instead of -f so that abuse + actually starts in fullscreen mode + * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:04:46 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:04:46 -0700 Subject: rpms/abuse/devel abuse.spec,1.2,1.3 Message-ID: <200608241904.k7OJ4nns010947@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930 Modified Files: abuse.spec Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 +++ abuse.spec 24 Aug 2006 19:04:46 -0000 1.3 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch +Patch2: abuse_sdl-0.7.0-exit-intro-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data @@ -21,6 +22,7 @@ %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix +%patch2 -p1 -z .intro %build @@ -63,5 +65,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 0.7.0-2 +- Fix abuse from crashing on exit when you try to close the window while the + intro is still playing + * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:05:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:05:31 -0700 Subject: rpms/fRaBs/FC-5 fRaBs.desktop,1.1,1.2 fRaBs.spec,1.3,1.4 Message-ID: <200608241905.k7OJ5XAF011022@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11001 Modified Files: fRaBs.desktop fRaBs.spec Log Message: * Thu Aug 24 2006 Hans de Goede 2.10-2 - In the .desktop file pass -fullscreen to abuse instead of -f so that abuse actually starts in fullscreen mode Index: fRaBs.desktop =================================================================== RCS file: /cvs/extras/rpms/fRaBs/FC-5/fRaBs.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fRaBs.desktop 18 Aug 2006 05:05:23 -0000 1.1 +++ fRaBs.desktop 24 Aug 2006 19:05:31 -0000 1.2 @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Abuse (fRaBs) Comment=Abuse with free datafiles -Exec=abuse.sdl -f -datadir /usr/share/fRaBs +Exec=abuse.sdl -fullscreen -datadir /usr/share/fRaBs Icon=fRaBs.png Terminal=false Type=Application Index: fRaBs.spec =================================================================== RCS file: /cvs/extras/rpms/fRaBs/FC-5/fRaBs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fRaBs.spec 18 Aug 2006 05:45:26 -0000 1.3 +++ fRaBs.spec 24 Aug 2006 19:05:31 -0000 1.4 @@ -2,7 +2,7 @@ Name: fRaBs Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Amusements/Games License: Public Domain URL: http://www.cs.uidaho.edu/~cass0664/fRaBs/ @@ -73,5 +73,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 2.10-2 +- In the .desktop file pass -fullscreen to abuse instead of -f so that abuse + actually starts in fullscreen mode + * Wed Aug 16 2006 Hans de Goede 2.10-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:05:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:05:36 -0700 Subject: rpms/abuse/devel abuse_sdl-0.7.0-exit-intro-crash.patch,NONE,1.1 Message-ID: <200608241905.k7OJ5cBE011048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11028 Added Files: abuse_sdl-0.7.0-exit-intro-crash.patch Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing abuse_sdl-0.7.0-exit-intro-crash.patch: --- NEW FILE abuse_sdl-0.7.0-exit-intro-crash.patch --- --- abuse_sdl-0.7.0/src/game.cpp.shit 2006-08-24 16:39:45.000000000 +0200 +++ abuse_sdl-0.7.0/src/game.cpp 2006-08-24 16:43:22.000000000 +0200 @@ -1269,9 +1269,14 @@ if( DEFINEDP( logo_snd ) && ( sound_avail & SFX_INITIALIZED ) ) cash.sfx( lnumber_value( logo_snd ) )->play( sfx_volume ); - image blank( 2, 2 ); - blank.clear(); - eh->set_mouse_shape( blank.copy(), 0, 0 ); // don't show mouse + /* This must be a dynamic allocated image because if it + is not and the window gets closed during do_title, then + exit() will try to delete (through the desctructor of + image_list in image.cpp) the image on the stack -> boom. */ + image *blank = new image( 2, 2 ); + blank->clear(); + eh->set_mouse_shape( blank->copy(), 0, 0 ); // don't show mouse + delete blank; fade_in( cash.img( cdc_logo ), 32 ); milli_wait( 900 ); From fedora-extras-commits at redhat.com Thu Aug 24 19:08:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 12:08:56 -0700 Subject: rpms/abuse/FC-5 abuse_sdl-0.7.0-exit-intro-crash.patch, NONE, 1.1 abuse.spec, 1.2, 1.3 Message-ID: <200608241908.k7OJ8wqB011208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11188 Modified Files: abuse.spec Added Files: abuse_sdl-0.7.0-exit-intro-crash.patch Log Message: * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing abuse_sdl-0.7.0-exit-intro-crash.patch: --- NEW FILE abuse_sdl-0.7.0-exit-intro-crash.patch --- --- abuse_sdl-0.7.0/src/game.cpp.shit 2006-08-24 16:39:45.000000000 +0200 +++ abuse_sdl-0.7.0/src/game.cpp 2006-08-24 16:43:22.000000000 +0200 @@ -1269,9 +1269,14 @@ if( DEFINEDP( logo_snd ) && ( sound_avail & SFX_INITIALIZED ) ) cash.sfx( lnumber_value( logo_snd ) )->play( sfx_volume ); - image blank( 2, 2 ); - blank.clear(); - eh->set_mouse_shape( blank.copy(), 0, 0 ); // don't show mouse + /* This must be a dynamic allocated image because if it + is not and the window gets closed during do_title, then + exit() will try to delete (through the desctructor of + image_list in image.cpp) the image on the stack -> boom. */ + image *blank = new image( 2, 2 ); + blank->clear(); + eh->set_mouse_shape( blank->copy(), 0, 0 ); // don't show mouse + delete blank; fade_in( cash.img( cdc_logo ), 32 ); milli_wait( 900 ); Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/FC-5/abuse.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- abuse.spec 18 Aug 2006 06:02:37 -0000 1.2 +++ abuse.spec 24 Aug 2006 19:08:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -8,6 +8,7 @@ Source0: http://www.labyrinth.net.au/~trandor/files/abuse_sdl-%{version}.tar.bz2 Patch0: abuse_sdl-0.7.0-debian.patch Patch1: abuse_sdl-0.7.0-fixes.patch +Patch2: abuse_sdl-0.7.0-exit-intro-crash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick SDL-devel alsa-lib-devel libGLU-devel Requires: abuse-data @@ -21,6 +22,7 @@ %setup -q -n abuse_sdl-%{version} %patch0 -p1 -z .deb %patch1 -p1 -z .fix +%patch2 -p1 -z .intro %build @@ -63,5 +65,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 0.7.0-2 +- Fix abuse from crashing on exit when you try to close the window while the + intro is still playing + * Wed Aug 16 2006 Hans de Goede 0.7.0-1 - Initial FE submission From fedora-extras-commits at redhat.com Thu Aug 24 19:28:01 2006 From: fedora-extras-commits at redhat.com (Till Maas (till)) Date: Thu, 24 Aug 2006 12:28:01 -0700 Subject: comps comps-fe5.xml.in,1.115,1.116 comps-fe6.xml.in,1.116,1.117 Message-ID: <200608241928.k7OJS3uS011410@cvs-int.fedora.redhat.com> Author: till Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11391 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: adding fatsort Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- comps-fe5.xml.in 23 Aug 2006 13:59:35 -0000 1.115 +++ comps-fe5.xml.in 24 Aug 2006 19:28:01 -0000 1.116 @@ -558,6 +558,7 @@ enca environment-modules epylog + fatsort fuse fwbuilder ghasher Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- comps-fe6.xml.in 24 Aug 2006 16:14:41 -0000 1.116 +++ comps-fe6.xml.in 24 Aug 2006 19:28:01 -0000 1.117 @@ -601,6 +601,7 @@ enca environment-modules epylog + fatsort fedora-package-config-apt fedora-package-config-smart fuse From fedora-extras-commits at redhat.com Thu Aug 24 20:18:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 13:18:43 -0700 Subject: rpms/rafkill/devel rafkill-1.2.2-menu.patch, NONE, 1.1 rafkill-1.2.2-spell.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rafkill.spec, 1.2, 1.3 sources, 1.2, 1.3 rafkill-1.2.1-debian.patch, 1.1, NONE rafkill-1.2.1-options.patch, 1.1, NONE Message-ID: <200608242018.k7OKIj0h014208@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14181 Modified Files: .cvsignore rafkill.spec sources Added Files: rafkill-1.2.2-menu.patch rafkill-1.2.2-spell.patch Removed Files: rafkill-1.2.1-debian.patch rafkill-1.2.1-options.patch Log Message: * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 rafkill-1.2.2-menu.patch: --- NEW FILE rafkill-1.2.2-menu.patch --- --- rafkill-1.2.2/src/raptor.cpp.menu 2006-08-22 04:28:18.000000000 +0200 +++ rafkill-1.2.2/src/raptor.cpp 2006-08-24 22:11:24.000000000 +0200 @@ -344,16 +344,16 @@ RField * fullscreenField; if ( Configuration::getWindowMode() ){ - fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } else { - fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } RField * backgroundField; if ( Configuration::getBackground() ){ - backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp ); + backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp ); } else { - backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp); + backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp); } option_menu.addMenu( "Sound", normalFont, true, 800, &sound_menu, select_smp ); option_menu.addMenu( "Return to Menu", normalFont, true,800,NULL,select_smp); @@ -540,11 +540,11 @@ Configuration::setBackground( ! Configuration::getBackground() ); if ( Configuration::getBackground() ){ // option_menu.replace( 5, "Background ON", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background Off" ); + string str( "Background on" ); backgroundField->set( &str ); } else { // option_menu.replace( 5, "Background off", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background On" ); + string str( "Background off" ); backgroundField->set( &str ); } break; rafkill-1.2.2-spell.patch: --- NEW FILE rafkill-1.2.2-spell.patch --- --- rafkill-1.2.2/README.debian 2006-08-23 02:40:57.000000000 +0200 +++ rafkill-1.2.2/README 2006-08-24 21:46:55.000000000 +0200 @@ -10,7 +10,7 @@ -l : Run game without showing background. -w : Run game in windowed mode. - If the game runs to slowly for you, try using a combination of -l -g#. + If the game runs too slowly for you, try using a combination of -l -g#. In the game you can change whether to show a background and the speed of the game. Getting rid of the background should significantly increase the fps if less than desired rate. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 May 2006 07:01:07 -0000 1.2 +++ .cvsignore 24 Aug 2006 20:18:43 -0000 1.3 @@ -1 +1 @@ -rafkill-1.2.1.tar.gz +rafkill-1.2.2.tar.gz Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/rafkill.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rafkill.spec 6 Jul 2006 18:58:56 -0000 1.2 +++ rafkill.spec 24 Aug 2006 20:18:43 -0000 1.3 @@ -1,6 +1,6 @@ Name: rafkill -Version: 1.2.1 -Release: 2%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games License: GPL @@ -8,11 +8,9 @@ Source0: http://download.sourceforge.net/raptorv2/%{name}-%{version}.tar.gz Source1: rafkill.desktop Source2: rafkill.6 -Source3: COPYING -Source4: license-confirmation.txt -Source5: rafkill.png -Patch0: rafkill-1.2.1-debian.patch -Patch1: rafkill-1.2.1-options.patch +Source3: rafkill.png +Patch0: rafkill-1.2.2-spell.patch +Patch1: rafkill-1.2.2-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel dumb-devel scons desktop-file-utils @@ -24,9 +22,8 @@ %prep %setup -q -%patch0 -p1 -z .debian -%patch1 -p1 -z .options -cp %{SOURCE3} %{SOURCE4} . +%patch0 -p1 -z .spell +%patch1 -p1 -z .menu # sigh hack hack hack FLAGS="" for i in $RPM_OPT_FLAGS; do @@ -61,7 +58,7 @@ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 %{SOURCE5} \ +install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -84,7 +81,7 @@ %files %defattr(-,root,root,-) -%doc README COPYING license-confirmation.txt +%doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz @@ -93,6 +90,9 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 1.2.2-1 +- New upstream release 1.2.2 + * Thu Jul 6 2006 Hans de Goede 1.2.1-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 07:01:07 -0000 1.2 +++ sources 24 Aug 2006 20:18:43 -0000 1.3 @@ -1 +1 @@ -e27a24d5a0c2e92ba13815d8d6638a6b rafkill-1.2.1.tar.gz +cbed08af529da15748441d2859f3f846 rafkill-1.2.2.tar.gz --- rafkill-1.2.1-debian.patch DELETED --- --- rafkill-1.2.1-options.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 20:20:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Thu, 24 Aug 2006 13:20:24 -0700 Subject: rpms/rafkill/FC-5 rafkill-1.2.2-menu.patch, NONE, 1.1 rafkill-1.2.2-spell.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rafkill.spec, 1.1, 1.2 sources, 1.2, 1.3 rafkill-1.2.1-debian.patch, 1.1, NONE rafkill-1.2.1-options.patch, 1.1, NONE Message-ID: <200608242020.k7OKKQjI014293@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14266 Modified Files: .cvsignore rafkill.spec sources Added Files: rafkill-1.2.2-menu.patch rafkill-1.2.2-spell.patch Removed Files: rafkill-1.2.1-debian.patch rafkill-1.2.1-options.patch Log Message: * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 rafkill-1.2.2-menu.patch: --- NEW FILE rafkill-1.2.2-menu.patch --- --- rafkill-1.2.2/src/raptor.cpp.menu 2006-08-22 04:28:18.000000000 +0200 +++ rafkill-1.2.2/src/raptor.cpp 2006-08-24 22:11:24.000000000 +0200 @@ -344,16 +344,16 @@ RField * fullscreenField; if ( Configuration::getWindowMode() ){ - fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } else { - fullscreenField = option_menu.addMenu( "Fullscreen off", normalFont, true,INIT_SCREEN,&option_menu,select_smp); + fullscreenField = option_menu.addMenu( "Fullscreen on", normalFont, true,INIT_SCREEN,&option_menu,select_smp); } RField * backgroundField; if ( Configuration::getBackground() ){ - backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp ); + backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp ); } else { - backgroundField = option_menu.addMenu( "Background on", normalFont, true, INIT_BACK, &option_menu, select_smp); + backgroundField = option_menu.addMenu( "Background off", normalFont, true, INIT_BACK, &option_menu, select_smp); } option_menu.addMenu( "Sound", normalFont, true, 800, &sound_menu, select_smp ); option_menu.addMenu( "Return to Menu", normalFont, true,800,NULL,select_smp); @@ -540,11 +540,11 @@ Configuration::setBackground( ! Configuration::getBackground() ); if ( Configuration::getBackground() ){ // option_menu.replace( 5, "Background ON", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background Off" ); + string str( "Background on" ); backgroundField->set( &str ); } else { // option_menu.replace( 5, "Background off", &menuFont, true, INIT_BACK, &option_menu, select_smp ); - string str( "Background On" ); + string str( "Background off" ); backgroundField->set( &str ); } break; rafkill-1.2.2-spell.patch: --- NEW FILE rafkill-1.2.2-spell.patch --- --- rafkill-1.2.2/README.debian 2006-08-23 02:40:57.000000000 +0200 +++ rafkill-1.2.2/README 2006-08-24 21:46:55.000000000 +0200 @@ -10,7 +10,7 @@ -l : Run game without showing background. -w : Run game in windowed mode. - If the game runs to slowly for you, try using a combination of -l -g#. + If the game runs too slowly for you, try using a combination of -l -g#. In the game you can change whether to show a background and the speed of the game. Getting rid of the background should significantly increase the fps if less than desired rate. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 18 May 2006 07:01:07 -0000 1.2 +++ .cvsignore 24 Aug 2006 20:20:24 -0000 1.3 @@ -1 +1 @@ -rafkill-1.2.1.tar.gz +rafkill-1.2.2.tar.gz Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/rafkill.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rafkill.spec 18 May 2006 07:01:07 -0000 1.1 +++ rafkill.spec 24 Aug 2006 20:20:24 -0000 1.2 @@ -1,5 +1,5 @@ Name: rafkill -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games @@ -8,11 +8,9 @@ Source0: http://download.sourceforge.net/raptorv2/%{name}-%{version}.tar.gz Source1: rafkill.desktop Source2: rafkill.6 -Source3: COPYING -Source4: license-confirmation.txt -Source5: rafkill.png -Patch0: rafkill-1.2.1-debian.patch -Patch1: rafkill-1.2.1-options.patch +Source3: rafkill.png +Patch0: rafkill-1.2.2-spell.patch +Patch1: rafkill-1.2.2-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel dumb-devel scons desktop-file-utils @@ -24,9 +22,8 @@ %prep %setup -q -%patch0 -p1 -z .debian -%patch1 -p1 -z .options -cp %{SOURCE3} %{SOURCE4} . +%patch0 -p1 -z .spell +%patch1 -p1 -z .menu # sigh hack hack hack FLAGS="" for i in $RPM_OPT_FLAGS; do @@ -61,7 +58,7 @@ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 %{SOURCE5} \ +install -p -m 644 %{SOURCE3} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps @@ -84,7 +81,7 @@ %files %defattr(-,root,root,-) -%doc README COPYING license-confirmation.txt +%doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}.6.gz @@ -93,5 +90,12 @@ %changelog +* Thu Aug 24 2006 Hans de Goede 1.2.2-1 +- New upstream release 1.2.2 + +* Thu Jul 6 2006 Hans de Goede 1.2.1-2 +- Rebuild against new allegro to remove executable stack requirement caused + by previous versions of allegro. + * Sat May 13 2006 Hans de Goede 1.2.1-1 - Initial Fedora Extras package Index: sources =================================================================== RCS file: /cvs/extras/rpms/rafkill/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 18 May 2006 07:01:07 -0000 1.2 +++ sources 24 Aug 2006 20:20:24 -0000 1.3 @@ -1 +1 @@ -e27a24d5a0c2e92ba13815d8d6638a6b rafkill-1.2.1.tar.gz +cbed08af529da15748441d2859f3f846 rafkill-1.2.2.tar.gz --- rafkill-1.2.1-debian.patch DELETED --- --- rafkill-1.2.1-options.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 21:17:42 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 14:17:42 -0700 Subject: rpms/banshee/devel banshee.spec,1.16,1.17 Message-ID: <200608242117.k7OLHiJg017404@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17387 Modified Files: banshee.spec Log Message: fix build requires Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- banshee.spec 24 Aug 2006 08:21:09 -0000 1.16 +++ banshee.spec 24 Aug 2006 21:17:41 -0000 1.17 @@ -23,9 +23,11 @@ BuildRequires: gstreamer-devel >= 0.10 BuildRequires: gstreamer-plugins-base-devel >= 0.10 BuildRequires: gnome-desktop-devel +BuildRequires: gnome-sharp-devel BuildRequires: nautilus-cd-burner-devel BuildRequires: dbus-sharp-devel BuildRequires: gettext-devel +BuildRequires: perl-XML-Parser Requires: libipoddevice Requires(post): GConf2 From fedora-extras-commits at redhat.com Thu Aug 24 21:28:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 14:28:09 -0700 Subject: rpms/gtksourceview-sharp import.log,1.9,1.10 Message-ID: <200608242128.k7OLSBcI017531@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17499 Modified Files: import.log Log Message: auto-import gtksourceview-sharp-2.0-17 on branch devel from gtksourceview-sharp-2.0-17.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 22 Aug 2006 08:56:07 -0000 1.9 +++ import.log 24 Aug 2006 21:28:09 -0000 1.10 @@ -6,3 +6,4 @@ gtksourceview-sharp-2_0-15:FC-5:gtksourceview-sharp-2.0-15.src.rpm:1154471466 gtksourceview-sharp-2_0-16:HEAD:gtksourceview-sharp-2.0-16.src.rpm:1156236898 gtksourceview-sharp-2_0-16:FC-5:gtksourceview-sharp-2.0-16.src.rpm:1156236956 +gtksourceview-sharp-2_0-17:HEAD:gtksourceview-sharp-2.0-17.src.rpm:1156454841 From fedora-extras-commits at redhat.com Thu Aug 24 21:28:09 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 14:28:09 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp-libdir.patch, 1.2, 1.3 gtksourceview-sharp.spec, 1.4, 1.5 Message-ID: <200608242128.k7OLSCWm017539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17499/devel Modified Files: gtksourceview-sharp.spec Added Files: gtksourceview-sharp-libdir.patch Log Message: auto-import gtksourceview-sharp-2.0-17 on branch devel from gtksourceview-sharp-2.0-17.src.rpm gtksourceview-sharp-libdir.patch: Index: gtksourceview-sharp-libdir.patch =================================================================== RCS file: gtksourceview-sharp-libdir.patch diff -N gtksourceview-sharp-libdir.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ gtksourceview-sharp-libdir.patch 24 Aug 2006 21:28:09 -0000 1.3 @@ -0,0 +1,29 @@ +--- gtksourceview-sharp-2.0-0.10/Makefile.am 2006-07-08 19:30:12.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/Makefile.am 2006-07-08 19:32:18.000000000 -0500 +@@ -6,6 +6,6 @@ + extra_langdir= $(gtksourceview_prefix)/share/gtksourceview-1.0/language-specs + extra_lang_DATA= nemerle.lang vbnet.lang + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = gtksourceview-sharp-2.0.pc + +--- gtksourceview-sharp-2.0-0.10/configure.in 2006-07-08 19:38:48.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/configure.in 2006-07-08 19:39:08.000000000 -0500 +@@ -54,7 +54,7 @@ + AC_MSG_ERROR([No gacutil tool found]) + fi + +-GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(prefix)/lib' ++GACUTIL_FLAGS='/package gtksourceview-sharp-2.0 /root $(DESTDIR)$(libdir)' + + AC_SUBST(RUNTIME) + AC_SUBST(CSC) +--- gtksourceview-sharp-2.0-0.10/gtksourceview-sharp-2.0.pc.in 2005-04-26 11:49:22.000000000 -0500 ++++ gtksourceview-sharp-2.0-0.10/gtksourceview-sharp-2.0.pc.in 2006-07-08 22:13:20.000000000 -0500 +@@ -7,4 +7,4 @@ + Description: GtkSourceView# - gtksourceview .NET Binding + Version: @VERSION@ + Requires: gnome-sharp-2.0 +-Libs: -r:${prefix}/lib/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll ++Libs: -r:@libdir@/mono/gtksourceview-sharp-2.0/gtksourceview-sharp.dll Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gtksourceview-sharp.spec 22 Aug 2006 08:55:13 -0000 1.4 +++ gtksourceview-sharp.spec 24 Aug 2006 21:28:09 -0000 1.5 @@ -3,13 +3,14 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 16%{?dist} +Release: 17%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz +Patch0: gtksourceview-sharp-libdir.patch URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel autoconf Requires: mono-core, gtksourceview %description @@ -26,16 +27,16 @@ %prep rm -rf % %setup -q -n %{name}-%{version}-%{extra} +%patch0 -p1 +autoreconf %build -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -%configure +%configure --libdir=%{_libdir} make all %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install rm -f %{buildroot}%{_datadir}/gtksourceview-1.0/language-specs/vbnet.lang %files @@ -54,10 +55,11 @@ %{__rm} -rf %{buildroot} %changelog -* Sat Aug 19 2006 Paul F. Johnson - 2.0-0.10-16 +* Sat Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 - rebuild - removed 64 bit hacks - removed unused BRs +- Added back the libdir patch and added autoreconf * Tue Aug 01 2006 Paul F. Johnson - 2.0-0.10-15 - fixes directory ownership error in spec file From fedora-extras-commits at redhat.com Thu Aug 24 21:41:11 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Thu, 24 Aug 2006 14:41:11 -0700 Subject: rpms/banshee/devel banshee.spec,1.17,1.18 Message-ID: <200608242141.k7OLfDbR017686@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17669 Modified Files: banshee.spec Log Message: fix buildrequires Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- banshee.spec 24 Aug 2006 21:17:41 -0000 1.17 +++ banshee.spec 24 Aug 2006 21:41:11 -0000 1.18 @@ -13,7 +13,7 @@ BuildRequires: ipod-sharp BuildRequires: avahi-sharp BuildRequires: libmusicbrainz-devel >= 2.1.1 -BuildRequires: gtk-sharp2 +BuildRequires: gtk-sharp2-devel BuildRequires: mono-devel >= 1.1.10 BuildRequires: mono-data BuildRequires: mono-data-sqlite From fedora-extras-commits at redhat.com Thu Aug 24 22:30:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 15:30:18 -0700 Subject: rpms/db4o import.log,1.2,1.3 Message-ID: <200608242230.k7OMUKcA020535@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20504 Modified Files: import.log Log Message: auto-import db4o-5.5-9 on branch devel from db4o-5.5-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 9 Aug 2006 15:36:26 -0000 1.2 +++ import.log 24 Aug 2006 22:30:18 -0000 1.3 @@ -1 +1,2 @@ db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 +db4o-5_5-9:HEAD:db4o-5.5-9.src.rpm:1156458606 From fedora-extras-commits at redhat.com Thu Aug 24 22:30:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 24 Aug 2006 15:30:18 -0700 Subject: rpms/db4o/devel db4o.spec,1.2,1.3 db4o.pc,1.1,NONE Message-ID: <200608242230.k7OMUKRT020539@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20504/devel Modified Files: db4o.spec Removed Files: db4o.pc Log Message: auto-import db4o-5.5-9 on branch devel from db4o-5.5-9.src.rpm Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- db4o.spec 9 Aug 2006 19:14:46 -0000 1.2 +++ db4o.spec 24 Aug 2006 22:30:18 -0000 1.3 @@ -1,16 +1,12 @@ -# nasty hack for mono until the problem is sorted.... -%define monodir %{_prefix}/lib - -%define debug_packahe %{nil} +%define debug_package %{nil} Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz -Source1: db4o.pc URL: http://www.db4o.com/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-devel @@ -22,7 +18,7 @@ %package doc Summary: Documentation and API for db4o -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Group: Documentation %description doc @@ -40,6 +36,7 @@ %setup -q sed -i 's/\r//' doc/tutorial/vb/index.html sed -i 's/\r//' doc/tutorial/index.html +sed 's!/usr/lib!%{_libdir}!' -i Makefile %build rm -rf %{buildroot} @@ -48,13 +45,23 @@ %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install -mkdir -p %{buildroot}/%{monodir}/pkgconfig -install -m 0644 %{SOURCE1} %{buildroot}%{monodir}/pkgconfig/db4o.pc -mkdir -p %{buildroot}/%{monodir}/mono/gac -gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{monodir} -mkdir -p %{buildroot}%{monodir}/mono/db4o -cp %{buildroot}%{monodir}/db4o/* %{buildroot}%{monodir}/mono/db4o -rm -rf %{buildroot}%{monodir}/db4o +mkdir -p %{buildroot}/%{_libdir}/pkgconfig +mkdir -p %{buildroot}/%{_libdir}/mono/gac +gacutil -i dll/db4o.dll -f -package db4o -root %{buildroot}%{_libdir} +mkdir -p %{buildroot}%{_libdir}/mono/db4o +cp %{buildroot}%{_libdir}/db4o/* %{buildroot}%{_libdir}/mono/db4o +rm -rf %{buildroot}%{_libdir}/db4o + +cat <%{buildroot}/%{_libdir}/pkgconfig/db4o.pc +prefix=%{_prefix} +exec_prefix=%{_prefix} +libdir=%{_libdir} + +Name: db4o +Description: db4o - an object based database system +Version: 5.5 +Libs: -r:%{_libdir}/mono/db4o/db4o.dll +EOF %clean rm -rf %{buildroot} @@ -62,20 +69,23 @@ %files %defattr(-,root,root) %doc README.txt -%{monodir}/mono/db4o/ -%{monodir}/mono/gac/db4o/ +%{_libdir}/mono/db4o/ +%{_libdir}/mono/gac/db4o/ %files doc %doc doc/* %files devel -%{monodir}/pkgconfig/db4o.pc +%{_libdir}/pkgconfig/db4o.pc %changelog -* Wed Aug 09 2006 Paul F. Johnson 5.5-8 -- fixed pkgconfig error +* Wed Aug 24 2006 Paul F. Johnson 5.5-9 +- Removed monodir hack +- Added makefile patch +- Added release requirement for docs subpackage -* Wed Aug 09 2006 Paul F. Johnson 5.5-7 +* Wed Aug 09 2006 Paul F. Johnson 5.5-8 +- Fixed a few other bits - Changed from Dev/Doc to just Doc for the doc package - Removed debug-package (empty) - Added R pkg-config to the devel package --- db4o.pc DELETED --- From fedora-extras-commits at redhat.com Thu Aug 24 23:50:53 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 16:50:53 -0700 Subject: rpms/pdsh/devel pdsh.spec,1.6,1.7 Message-ID: <200608242350.k7ONotwG023613@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23589 Modified Files: pdsh.spec Log Message: Enabled two optional packages and removed their dependencies. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pdsh.spec 2 Aug 2006 18:06:58 -0000 1.6 +++ pdsh.spec 24 Aug 2006 23:50:53 -0000 1.7 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,6 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -54,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -207,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -215,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -435,6 +433,10 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + * Mon Jul 31 2006 Ben Woodard 2.11-2 - Hardcode readline-devel dependency. From fedora-extras-commits at redhat.com Thu Aug 24 23:53:57 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 16:53:57 -0700 Subject: rpms/pdsh/FC-5 pdsh.spec,1.4,1.5 Message-ID: <200608242353.k7ONrxJV023690@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23672 Modified Files: pdsh.spec Log Message: added two optional packages and removed the dependencies that they relied on. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/FC-5/pdsh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pdsh.spec 31 Jul 2006 23:42:10 -0000 1.4 +++ pdsh.spec 24 Aug 2006 23:53:57 -0000 1.5 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,8 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -56,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -209,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -217,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -437,6 +433,13 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Fri Aug 25 00:00:18 2006 From: fedora-extras-commits at redhat.com (Ben Woodard (kg6fnk)) Date: Thu, 24 Aug 2006 17:00:18 -0700 Subject: rpms/pdsh/FC-4 pdsh.spec,1.5,1.6 Message-ID: <200608250000.k7P00KDX023862@cvs-int.fedora.redhat.com> Author: kg6fnk Update of /cvs/extras/rpms/pdsh/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23845 Modified Files: pdsh.spec Log Message: hard coded readline-deel dep. added netgroup and dshgrp extra packages. Index: pdsh.spec =================================================================== RCS file: /cvs/extras/rpms/pdsh/FC-4/pdsh.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pdsh.spec 31 Jul 2006 23:44:51 -0000 1.5 +++ pdsh.spec 25 Aug 2006 00:00:18 -0000 1.6 @@ -1,6 +1,6 @@ Name: pdsh Version: 2.11 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Parallel remote shell program @@ -14,9 +14,9 @@ # # Enabling and disabling pdsh options # defaults: -# enabled: readline, rsh, ssh +# enabled: readline, rsh, ssh, dshgroup, netgroups # disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines, -# nodeupdown, dshgroup, netgroups +# nodeupdown # # To build the various module subpackages, pass --with on # the rpmbuild command line (if your rpm is a recent enough version) @@ -39,8 +39,10 @@ %{expand: %def ssh with without} %{expand: %pdsh_with rsh} %{expand: %def rsh with without} -%{expand: %pdsh_with readline} -%{expand: %def readline with without} +%{expand: %pdsh_with dshgroups} +%{expand: %def dshgroups with without} +%{expand: %pdsh_with netgroup} +%{expand: %def netgroup with without} %{expand: %pdsh_with mrsh} %{expand: %def mrsh without with} @@ -56,10 +58,6 @@ %{expand: %def nodeattr without with} %{expand: %pdsh_with nodeupdown} %{expand: %def nodeupdown without with} -%{expand: %pdsh_with dshgroups} -%{expand: %def dshgroups without with} -%{expand: %pdsh_with netgroup} -%{expand: %def netgroup without with} %{expand: %pdsh_with machines} %{expand: %def machines without with} %{expand: %pdsh_with slurm} @@ -82,7 +80,7 @@ %{?_with_qshell:BuildRequires: qsnetlibs} %{?_with_mqshell:BuildRequires: qsnetlibs} -%{?_with_readline:BuildRequires: readline-devel} +BuildRequires: readline-devel %{?_with_nodeupdown:BuildRequires: whatsup} %{?_with_genders:BuildRequires: genders > 1.0} @@ -209,7 +207,6 @@ %package mod-dshgroup Summary: Provides dsh-style group file support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-dshgroup Pdsh module providing dsh (Dancer's shell) style "group" file support. Provides -g groupname and -X groupname options to pdsh. @@ -217,7 +214,6 @@ %package mod-netgroup Summary: Provides netgroup support for pdsh Group: System Environment/Base -Requires: whatsup %description mod-netgroup Pdsh module providing support for targeting hosts based on netgroup. Provides -g groupname and -X groupname options to pdsh. @@ -437,6 +433,13 @@ %changelog +* Thu Aug 24 2006 Ben Woodard 2.11-3 +- Remove whatsup requirement for dshgrp and netgroup +- Enable dshgroup and netgroup by default + +* Mon Jul 31 2006 Ben Woodard 2.11-2 +- Hardcode readline-devel dependency. + * Mon Jul 31 2006 Ben Woodard 2.11-1 - Track upstream version - Added dependency on openssh-clients for rcmd-ssh From fedora-extras-commits at redhat.com Fri Aug 25 00:53:45 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Thu, 24 Aug 2006 17:53:45 -0700 Subject: check-mirrors check-mirrors.py,1.29,1.30 Message-ID: <200608250053.k7P0rjUF026740@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26711 Modified Files: check-mirrors.py Log Message: Many changes. Created a mirrors class seperate from the database class. Many more stats. Needs proper user sanatation for the top num in terms of availability. Index: check-mirrors.py =================================================================== RCS file: /cvs/fedora/check-mirrors/check-mirrors.py,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- check-mirrors.py 7 Aug 2006 04:37:49 -0000 1.29 +++ check-mirrors.py 25 Aug 2006 00:53:42 -0000 1.30 @@ -479,6 +479,7 @@ if not goodmirror: debugprint("Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url)) DB.badmirror(s.mirrorid, arch, m.country, m.url) + print "Bad: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) global_file = '%s/%s-global-%s.txt' % (s.outputpath, s.mirrorid, arch) glob_fo = open(global_file, 'w') for url in glob_urls: @@ -492,6 +493,7 @@ for url in country_specific[code]: country_fo.write('%s\n' % url) DB.goodmirror(s.mirrorid, arch, code, url) + print "Good: %s, %s, %s, %s" % (s.mirrorid, arch, m.country, m.url) new_file_list.append(os.path.normpath(country_file)) # clean up From fedora-extras-commits at redhat.com Fri Aug 25 01:11:04 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 18:11:04 -0700 Subject: rpms/moodle/devel .cvsignore, 1.2, 1.3 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608250111.k7P1B6tm029510@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29489 Modified Files: .cvsignore moodle.spec sources Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 12 Dec 2005 19:48:03 -0000 1.2 +++ .cvsignore 25 Aug 2006 01:11:04 -0000 1.3 @@ -1 +1 @@ -moodle-1.5.3.tgz +moodle-1.5.4.tgz Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:38 -0000 1.3 +++ moodle.spec 25 Aug 2006 01:11:04 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 01:11:04 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz From fedora-extras-commits at redhat.com Fri Aug 25 03:21:16 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:21:16 -0700 Subject: rpms/moodle/devel moodle-1.5.3-SA18267.patch,1.1,NONE Message-ID: <200608250321.k7P3LIOI002967@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2949 Removed Files: moodle-1.5.3-SA18267.patch Log Message: Remove unneeded file. --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:24:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:24:05 -0700 Subject: rpms/moodle/FC-5 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 moodle-1.5.3-SA18267.patch, 1.1, NONE Message-ID: <200608250324.k7P3O7Q5003012@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2993 Modified Files: moodle.spec sources Removed Files: moodle-1.5.3-SA18267.patch Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-5/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:38 -0000 1.3 +++ moodle.spec 25 Aug 2006 03:24:05 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 03:24:05 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:24:56 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 24 Aug 2006 20:24:56 -0700 Subject: rpms/moodle/FC-4 moodle.spec, 1.3, 1.4 sources, 1.2, 1.3 moodle-1.5.3-SA18267.patch, 1.1, NONE Message-ID: <200608250324.k7P3OwE3003090@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/moodle/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3071 Modified Files: moodle.spec sources Removed Files: moodle-1.5.3-SA18267.patch Log Message: * Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 - Update to 1.5.4. - Remove SA18267.patch; not needed in 1.5.4. - Add -nn subpackage for new Norwegian Nynorsk language. - Change description for -no subpackage to indicate Bokmal explicitly. Note that I have purposefully misspelled "Bokmal" in order to avoid introducing a non-ASCII character. Index: moodle.spec =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-4/moodle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- moodle.spec 10 Jan 2006 00:00:32 -0000 1.3 +++ moodle.spec 25 Aug 2006 03:24:56 -0000 1.4 @@ -8,8 +8,8 @@ %define with_spellcheck 0 Name: moodle -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.5.4 +Release: 1%{?dist} Summary: A Course Management System Group: Applications/Publishing @@ -24,7 +24,6 @@ Source6: moodle-README-rpm Patch0: moodle-1.5.2-mimetex-linux.patch Patch1: moodle-1.5.2-mimetex-fedora.patch -Patch2: moodle-1.5.3-SA18267.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -423,13 +422,27 @@ %defattr (-,root,root,-) %{moodlewebdir}/lang/nl* +%package nn +Summary: Moodle language pack for Norwegian Nynorsk +Group: Applications/Publishing +Requires: moodle = %{version}-%{release} + +%description nn +This package contains the files needed to display Moodle in Norwegian +Nynorsk. + +%files nn +%defattr (-,root,root,-) +%{moodlewebdir}/lang/nn* + %package no -Summary: Moodle language pack for Norwegian +Summary: Moodle language pack for Norwegian Bokmal Group: Applications/Publishing Requires: moodle = %{version}-%{release} %description no -This package contains the files needed to display Moodle in Norwegian. +This package contains the files needed to display Moodle in Norwegian +Bokmal. %files no %defattr (-,root,root,-) @@ -629,7 +642,6 @@ %setup -q -n %{name} %patch0 -p1 -b .mimetex-linux %patch1 -p1 -b .mimetex-fedora -%patch2 -p1 -b .SA18267 cp %{SOURCE6} README-rpm find $RPM_BUILD_DIR/%{name} -name \*.bak -exec rm {} \; find $RPM_BUILD_DIR/%{name} -type f -exec chmod a-x {} \; @@ -694,6 +706,14 @@ %endif %changelog +* Thu Aug 24 2006 Jason L Tibbitts III - 1.5.4-1 +- Update to 1.5.4. +- Remove SA18267.patch; not needed in 1.5.4. +- Add -nn subpackage for new Norwegian Nynorsk language. +- Change description for -no subpackage to indicate Bokmal explicitly. + Note that I have purposefully misspelled "Bokmal" in order to avoid + introducing a non-ASCII character. + * Mon Jan 9 2006 Ignacio Vazquez-Abrams 1.5.3-2 - Add security patch for adodb (SA18267) Index: sources =================================================================== RCS file: /cvs/extras/rpms/moodle/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 12 Dec 2005 19:48:03 -0000 1.2 +++ sources 25 Aug 2006 03:24:56 -0000 1.3 @@ -1 +1 @@ -52dd50298fc1dd8b1b6d8d499608cdd6 moodle-1.5.3.tgz +86cddfda2b6d9a08b37cc3a16bda1090 moodle-1.5.4.tgz --- moodle-1.5.3-SA18267.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 03:27:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:27:13 -0700 Subject: rpms/papyrus/FC-5 papyrus.spec,1.1,1.2 Message-ID: <200608250327.k7P3RFxo003151@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3134 Modified Files: papyrus.spec Log Message: New release Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/papyrus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- papyrus.spec 20 Aug 2006 21:05:52 -0000 1.1 +++ papyrus.spec 25 Aug 2006 03:27:13 -0000 1.2 @@ -2,7 +2,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ @@ -65,10 +65,13 @@ %{_includedir}/papyrusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo -%{_datadir}/papyrus-0.3.0/ -%{_datadir}/papyrusmm-0.3.0/ +%{_datadir}/papyrus-0.3.1/ +%{_datadir}/papyrusmm-0.3.1/ %changelog +* Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-1 +- New release + * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed /demo/ suffix from datadir From fedora-extras-commits at redhat.com Fri Aug 25 03:32:48 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:32:48 -0700 Subject: rpms/papyrus/FC-5 .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <200608250332.k7P3WoMw003234@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3215 Modified Files: .cvsignore sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 +++ .cvsignore 25 Aug 2006 03:32:48 -0000 1.3 @@ -1 +1 @@ -papyrus-0.3.0.tar.bz2 +papyrus-0.3.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 21:05:52 -0000 1.2 +++ sources 25 Aug 2006 03:32:48 -0000 1.3 @@ -1 +1 @@ -42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 +3e89914629851d219c186df56aae723e papyrus-0.3.1.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 25 03:36:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Thu, 24 Aug 2006 20:36:29 -0700 Subject: rpms/papyrus/FC-5 papyrus.spec,1.2,1.3 Message-ID: <200608250336.k7P3aV62003295@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3278 Modified Files: papyrus.spec Log Message: Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/FC-5/papyrus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- papyrus.spec 25 Aug 2006 03:27:13 -0000 1.2 +++ papyrus.spec 25 Aug 2006 03:36:29 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -69,6 +69,9 @@ %{_datadir}/papyrusmm-0.3.1/ %changelog +* Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-2 +- Bump release for make tag + * Thu Aug 24 2006 Rick L Vinyard Jr - 0.3.1-1 - New release From fedora-extras-commits at redhat.com Fri Aug 25 06:43:34 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:34 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.29,1.30 Message-ID: <200608250643.k7P6haW7011804@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-5 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.29 +++ nethack-vultures.spec 25 Aug 2006 06:43:34 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:35 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:35 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.29,1.30 Message-ID: <200608250643.k7P6hb4w011808@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/devel Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 17 Aug 2006 06:00:32 -0000 1.29 +++ nethack-vultures.spec 25 Aug 2006 06:43:35 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:28 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:28 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.27,1.28 Message-ID: <200608250644.k7P6i0aJ011811@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-3 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- nethack-vultures.spec 17 Aug 2006 06:00:25 -0000 1.27 +++ nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.28 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -109,7 +109,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -172,6 +172,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 06:43:29 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Thu, 24 Aug 2006 23:43:29 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.28,1.29 Message-ID: <200608250644.k7P6i1wN011814@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11743/FC-4 Modified Files: nethack-vultures.spec Log Message: Attempting to fix the graphics-duplication bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 17 Aug 2006 06:00:26 -0000 1.28 +++ nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Thu Aug 24 2006 Karen Pease - 2.1.0-5 +- Attempting to stop graphics duplication. + * Wed Aug 16 2006 Karen Pease - 2.1.0-4 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Fri Aug 25 07:11:03 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Fri, 25 Aug 2006 00:11:03 -0700 Subject: rpms/gtksourceview-sharp/devel gtksourceview-sharp.spec,1.5,1.6 Message-ID: <200608250711.k7P7B5jA014719@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14702 Modified Files: gtksourceview-sharp.spec Log Message: 2.0-0.10-18 - added BR automake gtksourceview-sharp.spec Index: gtksourceview-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/gtksourceview-sharp/devel/gtksourceview-sharp.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtksourceview-sharp.spec 24 Aug 2006 21:28:09 -0000 1.5 +++ gtksourceview-sharp.spec 25 Aug 2006 07:11:03 -0000 1.6 @@ -3,7 +3,7 @@ Summary: A C sharp binder for gtksourceview Name: gtksourceview-sharp Version: 2.0 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://go-mono.com/sources-latest/%{name}-%{version}/%{name}-%{version}-%{extra}.tar.gz @@ -11,6 +11,7 @@ URL: http://go-mono.com/sources-latest/%{name}-%{version}/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: mono-data, mono-devel, gtk-sharp2, gtksourceview-devel, gtk-sharp2-gapi, gecko-sharp2, pkgconfig gnome-sharp-devel gtk-sharp2-devel autoconf +BuildRequires: automake Requires: mono-core, gtksourceview %description @@ -55,7 +56,10 @@ %{__rm} -rf %{buildroot} %changelog -* Sat Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 +* Fri Aug 25 2006 Paul F. Johnson - 2.0-0.10-18 +- added BR automake... one day yum whatprovides will tell the truth... + +* Thu Aug 24 2006 Paul F. Johnson - 2.0-0.10-17 - rebuild - removed 64 bit hacks - removed unused BRs From fedora-extras-commits at redhat.com Fri Aug 25 08:19:58 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 01:19:58 -0700 Subject: fedora-security/audit fc5,1.298,1.299 fc6,1.34,1.35 Message-ID: <200608250819.k7P8JxYm017613@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17592 Modified Files: fc5 fc6 Log Message: wireshark, cscope, curl updates Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- fc5 24 Aug 2006 08:29:19 -0000 1.298 +++ fc5 25 Aug 2006 08:19:56 -0000 1.299 @@ -1,10 +1,14 @@ -Up to date CVE as of CVE email 20060823 -Up to date FC5 as of 20060823 +Up to date CVE as of CVE email 20060824 +Up to date FC5 as of 20060824 ** are items that need attention +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) CVE-2006-4310 VULNERABLE (firefox) -CVE-2006-4262 VULNERABLE (cscope) #203649 +CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203427 @@ -334,7 +338,7 @@ CVE-2006-1079 ignore (httpd) not a vulnerability CVE-2006-1078 ignore (httpd) not a vulnerability CVE-2006-1066 version (kernel, fixed 2.6.16) [since FEDORA-2006-233] -CVE-2006-1061 backport (curl, fixed 7.15.3) [since FEDORA-2006-189] +CVE-2006-1061 version (curl, fixed 7.15.3) [since FEDORA-2006-933] was backport since FEDORA-2006-189 CVE-2006-1059 version (samba, fixed 3.0.22 at least) bz#187170 [since FEDORA-2006-259] CVE-2006-1058 backport (busybox) bz#187386 [since FEDORA-2006-510] CVE-2006-1057 version (gdm, fixed 2.14.1) bz#188303 [since FEDORA-2006-338] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- fc6 24 Aug 2006 08:29:19 -0000 1.34 +++ fc6 25 Aug 2006 08:19:56 -0000 1.35 @@ -1,8 +1,12 @@ -Up to date CVE as of CVE email 20060823 +Up to date CVE as of CVE email 20060824 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 VULNERABLE (cscope) #203651 CVE-2006-4261 VULNERABLE (firefox) From fedora-extras-commits at redhat.com Fri Aug 25 10:23:14 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 03:23:14 -0700 Subject: fedora-security/audit fc6,1.35,1.36 Message-ID: <200608251023.k7PANEuG023210@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23192 Modified Files: fc6 Log Message: Check fc6 vulns against rawhide Add some missing bz# only 19 issues left not fixed in rawhide Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- fc6 25 Aug 2006 08:19:56 -0000 1.35 +++ fc6 25 Aug 2006 10:23:12 -0000 1.36 @@ -3,12 +3,12 @@ ** are items that need attention -CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] +CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4310 VULNERABLE (firefox) -CVE-2006-4262 VULNERABLE (cscope) #203651 +CVE-2006-4262 VULNERABLE (cscope) bz#203651 [fixed rawhide] CVE-2006-4261 VULNERABLE (firefox) CVE-2006-4253 VULNERABLE (firefox) CVE-2006-4226 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203428 @@ -16,7 +16,7 @@ CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) -CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 +CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 [fixed rawhide] CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) CVE-2006-4031 VULNERABLE (mysql, fixed 5.0.24) bz#202675 CVE-2006-4020 VULNERABLE (php) bz#202676 @@ -52,8 +52,8 @@ CVE-2006-3747 VULNERABLE (httpd, fixed 2.2.3) bz#202679 [fixed rawhide] CVE-2006-3746 version (gnupg, fixed 1.4.5) CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) -CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 -CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 +CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] +CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) @@ -73,7 +73,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (vnc) +CVE-2006-3467 VULNERABLE (vnc) bz#204052 CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch @@ -255,9 +255,9 @@ CVE-2006-1624 ignore (sysklogd) Silly configuration is not a security issue CVE-2006-1608 ignore (php) safe mode isn't safe CVE-2006-1549 ignore (php) this is not a security issue -CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 -CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 -CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 +CVE-2006-1548 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] +CVE-2006-1547 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] +CVE-2006-1546 VULNERABLE (struts, fixed 1.2.9) bz#202692 [fixed rawhide] CVE-2006-1542 backport (python) python-2.4.1-canonicalize.patch CVE-2006-1531 version (thunderbird, fixed 1.5.0.2) CVE-2006-1531 version (firefox, fixed 1.5.0.2) @@ -330,7 +330,7 @@ CVE-2006-0554 version (kernel, fixed 2.6.16) CVE-2006-0553 version (postgresql, only 8.1, fixed 8.1.3) CVE-2006-0528 version (cairo, fixed 1.0.4) -CVE-2006-0496 VULNgERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 +CVE-2006-0496 VULNERABLE (firefox) https://bugzilla.mozilla.org/show_bug.cgi?id=324253 CVE-2006-0482 ignore (kernel) sparc only CVE-2006-0481 version (libpng, 1.2.7 only) CVE-2006-0459 version (flex) by inspection From fedora-extras-commits at redhat.com Fri Aug 25 10:59:27 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 03:59:27 -0700 Subject: fedora-security/audit fc6,1.36,1.37 Message-ID: <200608251059.k7PAxR6b023360@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23342 Modified Files: fc6 Log Message: So far we've only included CVE's starting with 2003 (except for the odd one that was allocated recently but given an older CVE name). It's useful for tracking purposes to capture older CVE's too, so over time work our way back through the CVE list to capture every CVE. Got back to CVE-2002-1783 today (pass one, collect possible names - pass two will look at when these got fixed upstream) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- fc6 25 Aug 2006 10:23:12 -0000 1.36 +++ fc6 25 Aug 2006 10:59:24 -0000 1.37 @@ -1601,9 +1601,6 @@ CVE-2003-0016 version (httpd, not 2.2) CVE-2003-0015 version (cvs, fixed 1.11.5) CVE-2003-0001 version (kernel, not 2.6) - -older, happened to deal with at same time: - CVE-2002-2215 version (php, fixed 4.3.0) CVE-2002-2214 version (php, fixed 4.2.2) CVE-2002-2211 ** bind @@ -1612,14 +1609,25 @@ CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-1963 version (kernel, not 2.6) +CVE-2002-2060 ** links +CVE-2002-2043 ** cyrus-sasl +CVE-2002-2012 ignore (httpd) not upstream version +CVE-2002-2010 ** htdig +CVE-2002-2009 ** tomcat +CVE-2002-2007 ** tomcat +CVE-2002-2006 ** tomcat CVE-2002-1976 ignore (ifconfig) "use ip" +CVE-2002-1963 version (kernel, not 2.6) CVE-2002-1914 version (dump, fixed 0.4b29) CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (libbonobo) not shipped setuid -CVE-2002-1793 version (mod_ssl), also only hp +CVE-2002-1809 ** mysql +CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) + +older, happened to deal with at same time: + CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1573 version (kernel, not 2.6) From fedora-extras-commits at redhat.com Fri Aug 25 12:20:20 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 05:20:20 -0700 Subject: fedora-security/audit fc6,1.37,1.38 Message-ID: <200608251220.k7PCKKdK030080@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30058 Modified Files: fc6 Log Message: Go back a bit futher; not worth investigating the ** until we're back quite a way as it's quicker to deal with all the issues in the same package at the same time Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- fc6 25 Aug 2006 10:59:24 -0000 1.37 +++ fc6 25 Aug 2006 12:20:17 -0000 1.38 @@ -1625,17 +1625,83 @@ CVE-2002-1809 ** mysql CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) - -older, happened to deal with at same time: - CVE-2002-1765 version (evolution, fixed 1.0.5) +CVE-2002-1658 ignore (httpd) not a vulnerability +CVE-2002-1657 ** postgresql +CVE-2002-1650 version (squirrelmail, fixed 1.2.3) +CVE-2002-1649 version (squirrelmail, fixed 1.2.3) +CVE-2002-1648 version (squirrelmail, fixed 1.2.3) +CVE-2002-1642 ** postgresql +CVE-2002-1602 ** screen +CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) +CVE-2002-1592 version (httpd, not 2.2) +CVE-2002-1574 version (kernel, not 2.6) CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) +CVE-2002-1570 ** net-snmp +CVE-2002-1568 version (openssl, fixed 0.9.6f) +CVE-2002-1568 version (openssl097a, fixed 0.9.6f) +CVE-2002-1567 ** tomcat +CVE-2002-1565 ** wget +CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) +CVE-2002-1509 ** shadow-utils +CVE-2002-1508 ** openldap CVE-2002-1472 version (XFree86, fixed 4.2.1) +CVE-2002-1471 ** evolution +CVE-2002-1405 ** lynx +CVE-2002-1403 ** dhcpcd +CVE-2002-1402 version (postgresql, fixed 7.2.2) +CVE-2002-1401 ** postgresql +CVE-2002-1400 version (postgresql, fixed 7.2.2) +CVE-2002-1399 ** postgresql +CVE-2002-1398 version (postgresql, fixed 7.2.2) +CVE-2002-1397 ** postgresql +CVE-2002-1396 version (php, fixed 4.3.0) +CVE-2002-1394 ** tomcat +CVE-2002-1393 ** kde +CVE-2002-1392 version (mgetty, fixed 1.1.29) +CVE-2002-1391 version (mgetty, fixed 1.1.29) +CVE-2002-1384 ** xpdf +CVE-2002-1384 version (cups, fixed 1.1.18) +CVE-2002-1383 version (cups, fixed 1.1.18) +CVE-2002-1380 ** kernel +CVE-2002-1379 ** openldap +CVE-2002-1378 ** openldap +CVE-2002-1377 ** vim +CVE-2002-1376 ** mysql +CVE-2002-1375 version (mysql, fixed 4.0.6) +CVE-2002-1374 version (mysql, fixed 4.0.6) +CVE-2002-1373 version (mysql, fixed 3.23.54) +CVE-2002-1372 version (cups, fixed 1.1.18) +CVE-2002-1371 version (cups, fixed 1.1.18) +CVE-2002-1369 version (cups, fixed 1.1.18) +CVE-2002-1368 version (cups, fixed 1.1.18) +CVE-2002-1367 version (cups, fixed 1.1.18) +CVE-2002-1366 version (cups, fixed 1.1.18) +CVE-2002-1364 ** fetchmail CVE-2002-1363 version (libpng, fixed 1.2.6) +CVE-2002-1356 version (wireshark, fixed after 0.9.7) +CVE-2002-1355 version (wireshark, fixed after 0.9.7) +CVE-2002-1350 version (tcpdump, fixed 3.7) +CVE-2002-1348 version (w3m, fixed 0.3.2.2) +CVE-2002-1347 ** cyrus-sasl +CVE-2002-1344 version (wget, fixed 1.8.2) +CVE-2002-1341 version (squirrelmail, fixed after 1.2.10) +CVE-2002-1337 version (sendmail, fixed 8.12.8) +CVE-2002-1335 ** w3m +CVE-2002-1323 ** perl +CVE-2002-1319 ** kernel +CVE-2002-1318 version (samba, fixed 2.2.7) +CVE-2002-1306 version (kde, fixed 3.0.4) +CVE-2002-1285 ignore (lprng) actually lpdfilter issue +CVE-2002-1282 ** kde +CVE-2002-1281 ** kde + +older, happened to deal with at same time: + CVE-2002-0517 version (XFree86) didn't affect Linux CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1494 version (util-linux, fixed 2.11n) From fedora-extras-commits at redhat.com Fri Aug 25 14:16:33 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Fri, 25 Aug 2006 07:16:33 -0700 Subject: fedora-security/audit fc6,1.38,1.39 Message-ID: <200608251416.k7PEGX7v003312@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3294 Modified Files: fc6 Log Message: Go back a bit further in 2002, but also look a few easy answers up Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- fc6 25 Aug 2006 12:20:17 -0000 1.38 +++ fc6 25 Aug 2006 14:16:30 -0000 1.39 @@ -1609,7 +1609,7 @@ CVE-2002-2196 version (samba, fixed 2.2.5) CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) -CVE-2002-2060 ** links +CVE-2002-2060 verson (links, fixed after 2.0pre4) CVE-2002-2043 ** cyrus-sasl CVE-2002-2012 ignore (httpd) not upstream version CVE-2002-2010 ** htdig @@ -1622,7 +1622,6 @@ CVE-2002-1850 version (mod_cgi, fixed 2.0.41) CVE-2002-1827 version (sendmail, fixed after 8.12.3) CVE-2002-1814 ignore (libbonobo) not shipped setuid -CVE-2002-1809 ** mysql CVE-2002-1793 version (mod_ssl) not upstream, only hp CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) @@ -1661,7 +1660,7 @@ CVE-2002-1397 ** postgresql CVE-2002-1396 version (php, fixed 4.3.0) CVE-2002-1394 ** tomcat -CVE-2002-1393 ** kde +CVE-2002-1393 version (kde, fixed 3.0.5a) CVE-2002-1392 version (mgetty, fixed 1.1.29) CVE-2002-1391 version (mgetty, fixed 1.1.29) CVE-2002-1384 ** xpdf @@ -1697,8 +1696,68 @@ CVE-2002-1318 version (samba, fixed 2.2.7) CVE-2002-1306 version (kde, fixed 3.0.4) CVE-2002-1285 ignore (lprng) actually lpdfilter issue -CVE-2002-1282 ** kde -CVE-2002-1281 ** kde +CVE-2002-1282 version (kde, fixed 3.0.5) +CVE-2002-1281 version (kde, fixed 3.0.5) +CVE-2002-1276 version (squirrelmail, fixed 1.4.2) +CVE-2002-1247 version (kdenetwork, fixed 3.0.5) +CVE-2002-1235 version (krb5, fixed after 1.2.6) +CVE-2002-1233 ignore (httpd) Debian regression +CVE-2002-1232 version (ypserv, fixed 2.5) +CVE-2002-1227 ** pam +CVE-2002-1224 version (kde, fixed 3.0.4) +CVE-2002-1223 version (kdegraphics, fixed 3.0.4) +CVE-2002-1221 ** bind +CVE-2002-1220 ** bind +CVE-2002-1219 ** bind +CVE-2002-1217 version (tar, fixed 1.13.25) +CVE-2002-1175 ** fetchmail +CVE-2002-1174 ** fetchmail +CVE-2002-1170 ** net-snmp +CVE-2002-1165 ** sendmail +CVE-2002-1160 ** pam +CVE-2002-1157 version (httpd, not 2.0) +CVE-2002-1156 ** httpd +CVE-2002-1154 ** kon2 +CVE-2002-1152 version (kdenetwork, fixed 3.0.3) +CVE-2002-1151 version (kdenetwork, fixed 3.0.3a) +CVE-2002-1148 ** tomcat +CVE-2002-1146 ** bind +CVE-2002-1131 ** squirrelmail +CVE-2002-1119 ** python +CVE-2002-0989 version (gaim, fixed 0.59.1) +CVE-2002-0986 ** php +CVE-2002-0985 ** php +CVE-2002-0972 ** postgresql +CVE-2002-0970 version (kdenetwork, fixed 3.0.3) +CVE-2002-0935 version (tomcat, fixed 4.1.3) +CVE-2002-0906 version (sendmail, fxied 8.12.5) +CVE-2002-0871 ** xinetd +CVE-2002-0855 version (mailman, fixed 2.0.12) +CVE-2002-0843 version (httpd, not 2.2) +CVE-2002-0840 version (httpd, not 2.2) +CVE-2002-0839 version (httpd, not 2.2) +CVE-2002-0838 ** ggv +CVE-2002-0838 version (kdegraphics, fixed 3.0.4) +CVE-2002-0837 ** wordtrans +CVE-2002-0836 ** tetex +CVE-2002-0834 version (wireshark) +CVE-2002-0825 ** nss_ldap +CVE-2002-0822 version (wireshark) +CVE-2002-0821 version (wireshark) +CVE-2002-0819 ** arts +CVE-2002-0802 ** postgresql +CVE-2002-0761 version (bzip2, fixed 1.0.2) +CVE-2002-0760 version (bzip2, fixed 1.0.2) +CVE-2002-0759 version (bzip2, fixed 1.0.2) +CVE-2002-0728 version (libpng, fixed 1.2.4) +CVE-2002-0717 ** php +CVE-2002-0715 version (squid, fixed 2.4.STABLE6) +CVE-2002-0714 version (squid, fixed 2.4.STABLE6) +CVE-2002-0713 version (squid, fixed 2.4.STABLE6) +CVE-2002-0704 ** kernel +CVE-2002-0702 ** dhcpd +CVE-2002-0684 ** bind +CVE-2002-0682 ** tomcat older, happened to deal with at same time: From fedora-extras-commits at redhat.com Fri Aug 25 14:53:00 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 07:53:00 -0700 Subject: rpms/octave/devel .cvsignore, 1.9, 1.10 octave.spec, 1.44, 1.45 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.2, NONE Message-ID: <200608251453.k7PEr3j7003524@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3500 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Remove old patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Jul 2006 21:20:29 -0000 1.9 +++ .cvsignore 25 Aug 2006 14:53:00 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- octave.spec 15 Aug 2006 06:58:06 -0000 1.44 +++ octave.spec 25 Aug 2006 14:53:00 -0000 1.45 @@ -1,13 +1,12 @@ Name: octave -Version: 2.9.7 -Release: 3%{?dist} +Version: 2.9.8 +Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. Remove old patch. + * Tue Aug 15 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Jul 2006 21:20:29 -0000 1.9 +++ sources 25 Aug 2006 14:53:00 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 15:19:31 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:31 -0700 Subject: rpms/perl-RRD-Simple/devel .cvsignore, 1.2, 1.3 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJXfd007266@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/devel Modified Files: .cvsignore perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 28 Jun 2006 06:07:35 -0000 1.2 +++ .cvsignore 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -RRD-Simple-1.39.tar.gz +RRD-Simple-1.40.tar.gz Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:30 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:19:29 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:29 -0700 Subject: rpms/perl-RRD-Simple/FC-4 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJVw4007255@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/FC-4 Modified Files: perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-4/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:29 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:29 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:19:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Fri, 25 Aug 2006 08:19:30 -0700 Subject: rpms/perl-RRD-Simple/FC-5 perl-RRD-Simple.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608251519.k7PFJWKR007260@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-RRD-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7205/FC-5 Modified Files: perl-RRD-Simple.spec sources Log Message: update to 1.40 Index: perl-RRD-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/perl-RRD-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-RRD-Simple.spec 28 Jun 2006 06:14:19 -0000 1.2 +++ perl-RRD-Simple.spec 25 Aug 2006 15:19:30 -0000 1.3 @@ -1,7 +1,5 @@ -# $Id$ - Name: perl-RRD-Simple -Version: 1.39 +Version: 1.40 Release: 1%{?dist} Summary: Simple interface to create and store data in RRD files @@ -32,17 +30,18 @@ %build -echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} + find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -55,12 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes INSTALL LICENSE NOTICE README examples +%doc Changes INSTALL LICENSE NOTICE README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 25 2006 Chris Weyl 1.40-1 +- update to 1.40 +- minor spec cleanups + * Tue Jun 27 2006 Chris Weyl 1.39-1 - bump release for extras build Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-RRD-Simple/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 28 Jun 2006 06:07:35 -0000 1.2 +++ sources 25 Aug 2006 15:19:30 -0000 1.3 @@ -1 +1 @@ -5a9a90877b4a99da15eac0eb52729773 RRD-Simple-1.39.tar.gz +3995bfff426755539667c549e4ae280a RRD-Simple-1.40.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 15:33:02 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Fri, 25 Aug 2006 08:33:02 -0700 Subject: rpms/yumex/devel .cvsignore, 1.21, 1.22 sources, 1.29, 1.30 yumex.spec, 1.32, 1.33 Message-ID: <200608251533.k7PFX4Mr007498@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7477 Modified Files: .cvsignore sources yumex.spec Log Message: Release 1.1.2-1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 17 Aug 2006 14:14:14 -0000 1.21 +++ .cvsignore 25 Aug 2006 15:33:02 -0000 1.22 @@ -1 +1 @@ -yumex-1.1.1.tar.gz +yumex-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 17 Aug 2006 14:14:14 -0000 1.29 +++ sources 25 Aug 2006 15:33:02 -0000 1.30 @@ -1 +1 @@ -c18f5f1838284af11d838c3e415dba69 yumex-1.1.1.tar.gz +78c81e1b43e50e4dab9acdb57f8401ba yumex-1.1.2.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- yumex.spec 17 Aug 2006 14:15:09 -0000 1.32 +++ yumex.spec 25 Aug 2006 15:33:02 -0000 1.33 @@ -1,5 +1,5 @@ Name: yumex -Version: 1.1.1 +Version: 1.1.2 Release: 1.0%{?dist} Summary: Yum Extender graphical package management tool @@ -16,7 +16,7 @@ BuildRequires: intltool -Requires: yum >= 2.9.3 +Requires: yum >= 2.9.5 Requires: pygtk2 Requires: usermode Requires: pygtk2-libglade @@ -67,6 +67,9 @@ %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Aug 25 2006 Tim Lauridsen - 1.1.2-1.0 +- Development Release 1.1.2-1.0 +- Updated Requires: yum >= 2.9.3 to yum >= 2.9.5 * Thu Aug 17 2006 Tim Lauridsen - 1.1.1-1.0 - Development Release 1.1.1-1.0 * Wed Aug 16 2006 Tim Lauridsen - 1.1.1-0.3.pre3 From fedora-extras-commits at redhat.com Fri Aug 25 15:36:12 2006 From: fedora-extras-commits at redhat.com (Tim Lauridsen (timlau)) Date: Fri, 25 Aug 2006 08:36:12 -0700 Subject: rpms/yumex/devel yumex.spec,1.33,1.34 Message-ID: <200608251536.k7PFaEns007553@cvs-int.fedora.redhat.com> Author: timlau Update of /cvs/extras/rpms/yumex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7536 Modified Files: yumex.spec Log Message: Release 1.1.2-1.1 Index: yumex.spec =================================================================== RCS file: /cvs/extras/rpms/yumex/devel/yumex.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- yumex.spec 25 Aug 2006 15:33:02 -0000 1.33 +++ yumex.spec 25 Aug 2006 15:36:12 -0000 1.34 @@ -1,6 +1,6 @@ Name: yumex Version: 1.1.2 -Release: 1.0%{?dist} +Release: 1.1%{?dist} Summary: Yum Extender graphical package management tool Group: Applications/System From fedora-extras-commits at redhat.com Fri Aug 25 15:43:24 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Fri, 25 Aug 2006 08:43:24 -0700 Subject: comps comps-fe6.xml.in,1.117,1.118 Message-ID: <200608251543.k7PFhQGk007634@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7620 Modified Files: comps-fe6.xml.in Log Message: Added glipper, gnubiff, pessulus Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- comps-fe6.xml.in 24 Aug 2006 19:28:01 -0000 1.117 +++ comps-fe6.xml.in 25 Aug 2006 15:43:24 -0000 1.118 @@ -203,6 +203,7 @@ deskbar-applet gdesklets gfontview + glipper glunarclock gnochm gmpc @@ -218,7 +219,7 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool - sabayon + sabayon seahorse smeg themes-backgrounds-gnome @@ -399,6 +400,7 @@ gnome-blog gnome-telnet gnome-translate + gnubiff gossip gtk-gnutella gtorrentviewer @@ -958,12 +960,13 @@ true true - gparted - gsynaptics - lat - qtparted - system-config-control - yumex + gparted + gsynaptics + lat + pessulus + qtparted + system-config-control + yumex From fedora-extras-commits at redhat.com Fri Aug 25 16:12:50 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:12:50 -0700 Subject: rpms/octave-forge/devel octave-forge.spec,1.28,1.29 Message-ID: <200608251612.k7PGCqqR010387@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10370 Modified Files: octave-forge.spec Log Message: Rebuild for octave 2.9.8. Add some miscellaneous bug fixes. Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 24 Aug 2006 15:26:17 -0000 1.28 +++ octave-forge.spec 25 Aug 2006 16:12:50 -0000 1.29 @@ -20,7 +20,7 @@ Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -73,7 +73,8 @@ %changelog -* Thu Aug 24 2006 Quentin Spencer 2006.07.09-4 +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. - Patch bug in imread.m - Patch LOADPATH bug. - Fix configure command so that m files containing paths are From fedora-extras-commits at redhat.com Fri Aug 25 16:15:24 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:15:24 -0700 Subject: rpms/octave/devel octave.spec,1.45,1.46 Message-ID: <200608251615.k7PGFQK3010464@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10447 Modified Files: octave.spec Log Message: Forgot to add note about bugfix to changelog. Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/devel/octave.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- octave.spec 25 Aug 2006 14:53:00 -0000 1.45 +++ octave.spec 25 Aug 2006 16:15:24 -0000 1.46 @@ -124,7 +124,7 @@ %changelog * Fri Aug 25 2006 Quentin Spencer 2.9.8-1 -- New release. Remove old patch. +- New release. Remove old patch. This fixes bug #203676. * Tue Aug 15 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. From fedora-extras-commits at redhat.com Fri Aug 25 16:19:20 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:19:20 -0700 Subject: rpms/octave/FC-5 .cvsignore, 1.9, 1.10 octave.spec, 1.40, 1.41 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.2, NONE Message-ID: <200608251619.k7PGJM04010513@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10492 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Remove old patch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 30 Jul 2006 03:45:22 -0000 1.9 +++ .cvsignore 25 Aug 2006 16:19:20 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/octave.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- octave.spec 16 Aug 2006 16:59:42 -0000 1.40 +++ octave.spec 25 Aug 2006 16:19:20 -0000 1.41 @@ -1,13 +1,12 @@ Name: octave -Version: 2.9.7 -Release: 3%{?dist} +Version: 2.9.8 +Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. Remove old patch. This fixes bug #203676. + * Wed Aug 16 2006 Quentin Spencer 2.9.7-3 - Add ghostscript as a build dependency. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/FC-5/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 30 Jul 2006 03:45:22 -0000 1.9 +++ sources 25 Aug 2006 16:19:20 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 16:25:22 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:25:22 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/devel perl-Mail-Mbox-MessageParser.spec, 1.5, 1.6 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251625.k7PGPO1g010616@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10595 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: Update to 1.4005 Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:53:17 -0000 1.5 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:25:22 -0000 1.6 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:53:17 -0000 1.5 +++ sources 25 Aug 2006 16:25:22 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:53:17 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:25:22 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 16:27:05 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:27:05 -0700 Subject: rpms/octave/FC-4 .cvsignore, 1.9, 1.10 octave.spec, 1.31, 1.32 sources, 1.9, 1.10 octave-2.9.7-misc.patch, 1.1, NONE Message-ID: <200608251627.k7PGR75l010661@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10638 Modified Files: .cvsignore octave.spec sources Removed Files: octave-2.9.7-misc.patch Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 30 Jul 2006 03:49:02 -0000 1.9 +++ .cvsignore 25 Aug 2006 16:27:05 -0000 1.10 @@ -1 +1 @@ -octave-2.9.7.tar.bz2 +octave-2.9.8.tar.bz2 Index: octave.spec =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/octave.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- octave.spec 30 Jul 2006 03:49:02 -0000 1.31 +++ octave.spec 25 Aug 2006 16:27:05 -0000 1.32 @@ -1,5 +1,5 @@ Name: octave -Version: 2.9.7 +Version: 2.9.8 Release: 1%{?dist} Summary: A high-level language for numerical computations Epoch: 6 @@ -7,7 +7,6 @@ Group: Applications/Engineering License: GPL Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2 -Patch0: octave-2.9.7-misc.patch URL: http://www.octave.org Requires: gnuplot less info texinfo Requires(post): /sbin/install-info @@ -16,7 +15,7 @@ Requires(preun): /sbin/install-info BuildRequires: bison flex less tetex gcc-gfortran lapack-devel blas-devel BuildRequires: ncurses-devel zlib-devel libtermcap-devel hdf5-devel -BuildRequires: readline-devel glibc-devel fftw-devel gperf +BuildRequires: readline-devel glibc-devel fftw-devel gperf ghostscript BuildRequires: ufsparse-devel glpk-devel gnuplot desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +49,6 @@ %prep %setup -q -%patch0 -p0 %build @@ -125,6 +123,9 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2.9.8-1 +- New release. + * Sat Jul 29 2006 Quentin Spencer 2.9.7-1 - New release. Remove old patches and add one new one. Index: sources =================================================================== RCS file: /cvs/extras/rpms/octave/FC-4/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 30 Jul 2006 03:49:02 -0000 1.9 +++ sources 25 Aug 2006 16:27:05 -0000 1.10 @@ -1 +1 @@ -10c2cd99da308849f55659dd47f52990 octave-2.9.7.tar.bz2 +1ccc06e00de7e61cc92e245bd48024a6 octave-2.9.8.tar.bz2 --- octave-2.9.7-misc.patch DELETED --- From fedora-extras-commits at redhat.com Fri Aug 25 16:28:59 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 09:28:59 -0700 Subject: rpms/gossip/devel .cvsignore, 1.12, 1.13 gossip.spec, 1.24, 1.25 sources, 1.12, 1.13 Message-ID: <200608251629.k7PGT1Rp010787@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10766 Modified Files: .cvsignore gossip.spec sources Log Message: * Fri Aug 25 2006 Brian Pepple - 0.15-2 - Update to 0.15. - Use disable-schemas configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 4 Aug 2006 14:09:21 -0000 1.12 +++ .cvsignore 25 Aug 2006 16:28:59 -0000 1.13 @@ -1 +1 @@ -gossip-0.14.tar.bz2 +gossip-0.15.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gossip.spec 4 Aug 2006 14:09:21 -0000 1.24 +++ gossip.spec 25 Aug 2006 16:28:59 -0000 1.25 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: gossip -Version: 0.14 -Release: 3%{?dist} +Version: 0.15 +Release: 2%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -46,7 +46,8 @@ %build -%configure --disable-scrollkeeper \ +%configure --disable-scrollkeeper \ + --disable-schemas-install \ %if %{with_dbus} --enable-dbus=yes %else @@ -58,10 +59,8 @@ %install rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -124,6 +123,10 @@ %changelog +* Fri Aug 25 2006 Brian Pepple - 0.15-2 +- Update to 0.15. +- Use disable-schemas configure flag. + * Fri Aug 4 2006 Brian Pepple - 0.14-3 - Update to 0.14. - Change dbus requirement to 0.60. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 4 Aug 2006 14:09:21 -0000 1.12 +++ sources 25 Aug 2006 16:28:59 -0000 1.13 @@ -1 +1 @@ -426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 +140cf93c583aa82a22b417258bb7b783 gossip-0.15.tar.bz2 From fedora-extras-commits at redhat.com Fri Aug 25 16:32:04 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 09:32:04 -0700 Subject: rpms/octave-forge/FC-5 octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 octave-forge.spec, 1.27, 1.28 Message-ID: <200608251632.k7PGW6mI010881@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10858 Modified Files: octave-forge.spec Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Rebuild for octave 2.9.8. A few bug fixes. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-5/octave-forge.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- octave-forge.spec 30 Jul 2006 03:55:00 -0000 1.27 +++ octave-forge.spec 25 Aug 2006 16:32:04 -0000 1.28 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,9 +16,11 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,13 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Sat Jul 29 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Fri Aug 25 16:39:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:39:59 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/FC-5 perl-Mail-Mbox-MessageParser.spec, 1.5, 1.6 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251640.k7PGe1dl010959@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10936 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: resync with devel Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:55:25 -0000 1.5 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:39:58 -0000 1.6 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:55:25 -0000 1.5 +++ sources 25 Aug 2006 16:39:58 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:55:25 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:39:58 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 16:40:34 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Fri, 25 Aug 2006 09:40:34 -0700 Subject: mock buildsys-build.spec,1.4,1.5 Message-ID: <200608251640.k7PGeY64011027@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11007 Modified Files: buildsys-build.spec Log Message: added patch from Dennis Gilmore for Aurora SPARC Linux Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- buildsys-build.spec 7 Aug 2006 21:52:01 -0000 1.4 +++ buildsys-build.spec 25 Aug 2006 16:40:30 -0000 1.5 @@ -4,7 +4,7 @@ Summary: The base set of packages for a mock chroot Name: buildsys-build Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -42,6 +42,7 @@ Requires: python %endif %endif +%endif # RHEL block %if "%{?el}" != "" @@ -72,6 +73,18 @@ %endif %endif +# Aurora block +%if "%{?aurora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?aurora}" == "2" +Requires: elfutils +Requires: python +%endif +%endif + + %description The base set of packages for a mock chroot. @@ -89,6 +102,9 @@ %doc %changelog +* Fri Aug 25 2006 Dennis Gilmore - 0.7-2 +- add aurora SPARC linux conditionals + * Mon Aug 7 2006 Clark Williams - 0.7-1 - refactored conditional blocks for simplicity - bumped version to match mock From fedora-extras-commits at redhat.com Fri Aug 25 16:40:45 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Fri, 25 Aug 2006 09:40:45 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/FC-4 perl-Mail-Mbox-MessageParser.spec, 1.4, 1.5 sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 Message-ID: <200608251640.k7PGel0L011052@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11031 Modified Files: perl-Mail-Mbox-MessageParser.spec sources .cvsignore Log Message: resync with devel Index: perl-Mail-Mbox-MessageParser.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/perl-Mail-Mbox-MessageParser.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Mail-Mbox-MessageParser.spec 12 Jul 2006 13:56:14 -0000 1.4 +++ perl-Mail-Mbox-MessageParser.spec 25 Aug 2006 16:40:45 -0000 1.5 @@ -1,6 +1,6 @@ Summary: A fast and simple mbox folder reader Name: perl-Mail-Mbox-MessageParser -Version: 1.4004 +Version: 1.4005 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/Mail::Mbox::MessageParser* %changelog +* Fri Aug 25 2006 Paul Howarth 1.4005-1 +- Update to 1.4005 + * Wed Jul 12 2006 Paul Howarth 1.4004-1 - Update to 1.4004 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Jul 2006 13:56:14 -0000 1.5 +++ sources 25 Aug 2006 16:40:45 -0000 1.6 @@ -1 +1 @@ -2556945384f8bba012466e963a170ece Mail-Mbox-MessageParser-1.4004.tar.gz +9a559603c5dd3d19526d926bd8a0152f Mail-Mbox-MessageParser-1.4005.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/FC-4/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Jul 2006 13:56:14 -0000 1.5 +++ .cvsignore 25 Aug 2006 16:40:45 -0000 1.6 @@ -1 +1 @@ -Mail-Mbox-MessageParser-1.4004.tar.gz +Mail-Mbox-MessageParser-1.4005.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 17:09:41 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 10:09:41 -0700 Subject: rpms/octave-forge/FC-4 octave-forge.spec,1.28,1.29 Message-ID: <200608251709.k7PH9hFO013811@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13794 Modified Files: octave-forge.spec Log Message: Rebuild for octave 2.9.8. A few bug fixes. Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-4/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 30 Jul 2006 03:58:56 -0000 1.28 +++ octave-forge.spec 25 Aug 2006 17:09:41 -0000 1.29 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -16,9 +16,11 @@ ## rm -Rf octave-forge-%{version} Source0: %{name}-%{version}.patched.tar.gz Patch0: octave-forge-2006.07.09-legend.patch +Patch1: octave-forge-2006.07.09-imread.patch +Patch2: octave-forge-2006.07.09-path.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: octave >= 2.9.7 ImageMagick +Requires: octave >= 2.9.8 ImageMagick BuildRequires: octave-devel tetex gcc-gfortran ginac-devel qhull-devel BuildRequires: ImageMagick-c++-devel libnc-dap-devel pcre-devel gsl-devel BuildRequires: libjpeg-devel libpng-devel ncurses-devel libtermcap-devel @@ -34,11 +36,16 @@ %prep %setup -q %patch0 -p0 -# For octave >= 2.9.7, don't install the mex stuff +%patch1 -p0 +%patch2 -p0 +# For octave >= 2.9.7, don't install the mex stuff or path stuff touch extra/mex/NOINSTALL +touch main/path/NOINSTALL %build -%configure +ALTMPATHNAME=%{_datadir}/octave/site/octave-forge-alternatives/m/octave-forge +XPATHNAME=`octave-config -p LOCALARCHLIBDIR`/octave-forge +%configure --with-altmpath=$ALTMPATHNAME --with-xpath=$XPATHNAME make %{?_smp_mflags} %install @@ -66,6 +73,13 @@ %changelog +* Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 +- New build for octave 2.9.8. +- Patch bug in imread.m +- Patch LOADPATH bug. +- Fix configure command so that m files containing paths are + correctly generated. + * Sat Jul 29 2006 Quentin Spencer 2006.07.09-3 - New build for octave 2.9.7. - Disable mex related functions (they are in octave now). From fedora-extras-commits at redhat.com Fri Aug 25 17:10:27 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Fri, 25 Aug 2006 10:10:27 -0700 Subject: rpms/octave-forge/FC-4 octave-forge-2006.07.09-imread.patch, NONE, 1.1 octave-forge-2006.07.09-path.patch, NONE, 1.1 Message-ID: <200608251710.k7PHATRp013843@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13822 Added Files: octave-forge-2006.07.09-imread.patch octave-forge-2006.07.09-path.patch Log Message: Forgot to add new patches. octave-forge-2006.07.09-imread.patch: --- NEW FILE octave-forge-2006.07.09-imread.patch --- Index: main/image/imread.m =================================================================== RCS file: /cvsroot/octave/octave-forge/main/image/imread.m,v retrieving revision 1.22 retrieving revision 1.21 diff -u -r1.22 -r1.21 --- main/image/imread.m 12 May 2006 13:25:45 -0000 1.21 +++ main/image/imread.m 17 Jul 2006 18:25:13 -0000 1.22 @@ -38,7 +38,7 @@ error("imread: filename must be a string") endif + fn = file_in_path(IMAGE_PATH, filename); - fn = file_in_path(IMAGEPATH, filename); if isempty(fn) error("imread: cannot find %s", filename); endif octave-forge-2006.07.09-path.patch: --- NEW FILE octave-forge-2006.07.09-path.patch --- Index: extra/graceplot/toggle_grace_use.m =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/graceplot/toggle_grace_use.m,v retrieving revision 1.8 diff -u -r1.8 toggle_grace_use.m --- extra/graceplot/toggle_grace_use.m 14 Apr 2006 12:51:14 -0000 1.8 +++ extra/graceplot/toggle_grace_use.m 24 Aug 2006 14:45:58 -0000 @@ -19,8 +19,8 @@ ## Use this script to activate/deactivate the default library for the ## 2D plotting functions (plot, errorbar, etc.), as both the native ## gnuplot and the Grace interface use similar names to the -## functions. toggle_grace_use post-/pre-pends to LOADPATH the path for -## the Grace functions in successive calls. +## functions. toggle_grace_use adds or removes the path to the Grace +## functions to the system path. 1; @@ -45,17 +45,11 @@ endif use_grace_path = grace_octave_path; -use_grace_i = findstr (LOADPATH, use_grace_path); -if (!isempty (use_grace_i)) - LOADPATH (use_grace_i(1):use_grace_i(1)+length(use_grace_path)-1)= ""; - LOADPATH = strrep (LOADPATH, "::", ":"); -endif - if (strcmp (use_grace_state, "on")) - LOADPATH = [use_grace_path, ":", LOADPATH]; + addpath(use_grace_path); __grinit__(); elseif (strcmp (use_grace_state, "off")) - LOADPATH = [LOADPATH, ":", use_grace_path]; + rmpath(use_grace_path); __grexit__(); endif diff -u octave-forge-2006.07.09.orig/main/miscellaneous/slurp_file.m octave-forge-2006.07.09/main/miscellaneous/slurp_file.m --- main/miscellaneous/slurp_file.m 2006-03-22 11:50:47.000000000 -0600 +++ main/miscellaneous/slurp_file.m 2006-08-24 10:19:25.000000000 -0500 @@ -29,7 +29,7 @@ f0 = f; [st,err,msg] = stat (f); if err && f(1) != "/", - f = file_in_path (LOADPATH, f); + f = file_in_loadpath (f); # Could not find it anywhere. Open will # fail. if isempty (f) From fedora-extras-commits at redhat.com Fri Aug 25 17:42:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 10:42:55 -0700 Subject: rpms/gossip/devel gossip.spec,1.25,1.26 Message-ID: <200608251742.k7PHgvrO014039@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14022 Modified Files: gossip.spec Log Message: * Fri Aug 25 2006 Brian Pepple - 0.15-3 - Add BR on perl(XML::Parser). Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- gossip.spec 25 Aug 2006 16:28:59 -0000 1.25 +++ gossip.spec 25 Aug 2006 17:42:55 -0000 1.26 @@ -2,7 +2,7 @@ Name: gossip Version: 0.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -24,6 +24,7 @@ BuildRequires: scrollkeeper BuildRequires: iso-codes-devel BuildRequires: gnome-doc-utils +BuildRequires: perl(XML::Parser) %if %{with_dbus} @@ -123,6 +124,9 @@ %changelog +* Fri Aug 25 2006 Brian Pepple - 0.15-3 +- Add BR on perl(XML::Parser). + * Fri Aug 25 2006 Brian Pepple - 0.15-2 - Update to 0.15. - Use disable-schemas configure flag. From fedora-extras-commits at redhat.com Fri Aug 25 18:26:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Fri, 25 Aug 2006 11:26:54 -0700 Subject: comps comps-fe5.xml.in,1.116,1.117 comps-fe6.xml.in,1.118,1.119 Message-ID: <200608251826.k7PIQuPh016873@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16854 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add paw, geant123 and kuipc Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- comps-fe5.xml.in 24 Aug 2006 19:28:01 -0000 1.116 +++ comps-fe5.xml.in 25 Aug 2006 18:26:54 -0000 1.117 @@ -60,6 +60,7 @@ highlight lightning hugs98 + kuipc lcov lincvs lua @@ -132,6 +133,7 @@ cernlib-utils galculator gdl + geant321 gnucap grads gtkwave @@ -145,6 +147,7 @@ numpy octave paraview + paw qalculate-gtk qalculate-kde qcad Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- comps-fe6.xml.in 25 Aug 2006 15:43:24 -0000 1.118 +++ comps-fe6.xml.in 25 Aug 2006 18:26:54 -0000 1.119 @@ -69,6 +69,7 @@ highlight hugs98 ipython + kuipc lightning lcov lincvs @@ -150,6 +151,7 @@ cernlib-utils galculator gdl + geant321 gnucap grads gtkwave @@ -163,6 +165,7 @@ numpy octave paraview + paw pcb qalculate-gtk qalculate-kde From fedora-extras-commits at redhat.com Fri Aug 25 18:48:59 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Fri, 25 Aug 2006 11:48:59 -0700 Subject: fedora-security/audit fc5,1.299,1.300 fc6,1.39,1.40 Message-ID: <200608251848.k7PImxmB016971@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16951 Modified Files: fc5 fc6 Log Message: Mark CVE-2006-3467 not a vuln Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- fc5 25 Aug 2006 08:19:56 -0000 1.299 +++ fc5 25 Aug 2006 18:48:57 -0000 1.300 @@ -86,7 +86,7 @@ CVE-2006-3469 VULNERABLE (mysql) CVE-2006-3468 version (kernel, fixed 2.6.17.8) [since FEDORA-2006-906] CVE-2006-3467 VULNERABLE (freetype) -CVE-2006-3467 VULNERABLE (vnc) #203174 +CVE-2006-3467 ignore (vnc) #203174 not a vulnerability CVE-2006-3467 backport (libXfont) #202475 [since FEDORA-2006-912] CVE-2006-3465 backport (libtiff) [since FEDORA-2006-877] CVE-2006-3464 backport (libtiff) [since FEDORA-2006-877] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- fc6 25 Aug 2006 14:16:30 -0000 1.39 +++ fc6 25 Aug 2006 18:48:57 -0000 1.40 @@ -73,7 +73,7 @@ CVE-2006-3469 version (mysql) CVE-2006-3468 VULNERABLE (kernel, fixed 2.6.17.8) not fixed upstream CVE-2006-3467 version (freetype, fixed 2.2) -CVE-2006-3467 VULNERABLE (vnc) bz#204052 +CVE-2006-3467 ignore (vnc) bz#204052 not a vulnerability CVE-2006-3467 VULNERABLE (libXfont) bz#202683 [fixed backport rawhide] CVE-2006-3465 backport (libtiff) libtiff-3.8.2-ormandy.patch CVE-2006-3464 backport (libtiff) libtiff-3.8.2-ormandy.patch From fedora-extras-commits at redhat.com Fri Aug 25 18:57:43 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:57:43 -0700 Subject: rpms/python-sexy - New directory Message-ID: <200608251857.k7PIvjF5017056@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17030/python-sexy Log Message: Directory /cvs/extras/rpms/python-sexy added to the repository From fedora-extras-commits at redhat.com Fri Aug 25 18:57:43 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:57:43 -0700 Subject: rpms/python-sexy/devel - New directory Message-ID: <200608251857.k7PIvjqp017059@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17030/python-sexy/devel Log Message: Directory /cvs/extras/rpms/python-sexy/devel added to the repository From fedora-extras-commits at redhat.com Fri Aug 25 18:58:06 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:58:06 -0700 Subject: rpms/python-sexy Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608251858.k7PIw8Pd017109@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17076 Added Files: Makefile import.log Log Message: Setup of module python-sexy --- NEW FILE Makefile --- # Top level Makefile for module python-sexy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Fri Aug 25 18:58:07 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:58:07 -0700 Subject: rpms/python-sexy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608251858.k7PIw955017112@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17076/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-sexy --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Fri Aug 25 18:59:15 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:59:15 -0700 Subject: rpms/python-sexy import.log,1.1,1.2 Message-ID: <200608251859.k7PIxH9g017179@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17145 Modified Files: import.log Log Message: auto-import python-sexy-0.1.8-4 on branch devel from python-sexy-0.1.8-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-sexy/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 25 Aug 2006 18:58:06 -0000 1.1 +++ import.log 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +python-sexy-0_1_8-4:HEAD:python-sexy-0.1.8-4.src.rpm:1156532351 From fedora-extras-commits at redhat.com Fri Aug 25 18:59:15 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 11:59:15 -0700 Subject: rpms/python-sexy/devel python-sexy-license.patch, NONE, 1.1 python-sexy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608251859.k7PIxHvP017186@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/rpms/python-sexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17145/devel Modified Files: .cvsignore sources Added Files: python-sexy-license.patch python-sexy.spec Log Message: auto-import python-sexy-0.1.8-4 on branch devel from python-sexy-0.1.8-4.src.rpm python-sexy-license.patch: --- NEW FILE python-sexy-license.patch --- --- COPYING 2005-04-14 07:08:53.000000000 +0200 +++ COPYING-LGPL 2005-11-10 11:21:18.000000000 +0100 @@ -1,221 +1,397 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. The precise terms and conditions for copying, distribution and -modification follow. +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. - GNU GENERAL PUBLIC LICENSE + GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. -Activities other than copying, distribution and modification are not + Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: - a) You must cause the modified files to carry prominent notices + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, +identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of +on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. +entire whole, and thus to each and every part regardless of who wrote +it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or -collective works based on the Program. +collective works based on the Library. -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. - 5. You are not required to accept this License, since you have not + 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are +distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. +the Library or works based on it. - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to +You are not responsible for enforcing compliance by third parties with this License. - - 7. If, as a consequence of a court judgment or allegation of patent + + 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. +refrain entirely from distribution of the Library. -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is +integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that @@ -225,116 +401,104 @@ This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in + + 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. NO WARRANTY - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs + How to Apply These Terms to Your New Libraries - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. - + Copyright (C) - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Also add information on how to contact you by electronic and paper mail. -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if +school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. - , 1 April 1989 + , 1 April 1990 Ty Coon, President of Vice -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. +That's all there is to it! + + --- NEW FILE python-sexy.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define real_name sexy-python Name: python-sexy Version: 0.1.8 Release: 4%{?dist} Summary: Python bindings to libsexy Group: System Environment/Libraries License: LGPL URL: http://www.chipx86.com/wiki/Libsexy Source0: http://releases.chipx86.com/libsexy/sexy-python/sexy-python-%{version}.tar.gz #This will be removed when the license file will be fixed upstream Patch0: %{name}-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsexy-devel >= 0.1.8 BuildRequires: python-devel >= 2 BuildRequires: pygtk2-devel >= 2.8.0 BuildRequires: libxml2-devel %description sexy-python is a set of Python bindings around libsexy. %prep %setup -q -n %{real_name}-%{version} %patch0 -p0 %build %configure --enable-docs make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=${RPM_BUILD_ROOT} install find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root, -) %doc AUTHORS COPYING ChangeLog NEWS README %{python_sitearch}/gtk-2.0/sexy.so %{_datadir}/pygtk/2.0/defs/sexy.defs %changelog * Thu Aug 17 2006 Ha??kel Gu??mar - 0.1.8-4 - Added quiet extraction of source tarball, some cleaning to the spec file * Sun Aug 13 2006 Ha??kel Gu??mar - 0.1.8-3 - fixed some rpmlint issues, add a patch to correct the license file * Fri May 26 2006 Ha??kel Gu??mar - 0.1.8-2 - Some cleaning to the spec file * Mon May 22 2006 Karl - 0.1.8-1 - First Packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 25 Aug 2006 18:58:07 -0000 1.1 +++ .cvsignore 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +sexy-python-0.1.8.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-sexy/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 25 Aug 2006 18:58:07 -0000 1.1 +++ sources 25 Aug 2006 18:59:15 -0000 1.2 @@ -0,0 +1 @@ +94273fc16a35123f1d3003f1080bf2c0 sexy-python-0.1.8.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 19:10:59 2006 From: fedora-extras-commits at redhat.com (Haïkel Guémar (hguemar)) Date: Fri, 25 Aug 2006 12:10:59 -0700 Subject: owners owners.list,1.1446,1.1447 Message-ID: <200608251911.k7PJB1EP019921@cvs-int.fedora.redhat.com> Author: hguemar Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903 Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1446 retrieving revision 1.1447 diff -u -r1.1446 -r1.1447 --- owners.list 24 Aug 2006 08:03:42 -0000 1.1446 +++ owners.list 25 Aug 2006 19:10:58 -0000 1.1447 @@ -1671,6 +1671,7 @@ Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr Fedora Extras|python-setuptools|Download, build, install, upgrade, and uninstall Python packages|icon at fedoraproject.org|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|python-sexy|Python Bindings to libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|python-simplejson|Simple, fast, extensible JSON encoder/decoder for Python|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpletal|Alternative implementation of Zope Page Templates|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-simpy|Python simulation framework|paskalis at di.uoa.gr|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Fri Aug 25 20:07:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:07:18 -0700 Subject: rpms/pcb import.log,1.11,1.12 Message-ID: <200608252007.k7PK7Ks4022818@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22782 Modified Files: import.log Log Message: auto-import pcb-0.20060822-1 on branch devel from pcb-0.20060822-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 23 Aug 2006 20:34:32 -0000 1.11 +++ import.log 25 Aug 2006 20:07:17 -0000 1.12 @@ -8,3 +8,4 @@ pcb-0_20060422-8:HEAD:pcb-0.20060422-8.src.rpm:1156091768 pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 +pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 From fedora-extras-commits at redhat.com Fri Aug 25 20:07:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:07:18 -0700 Subject: rpms/pcb/devel .cvsignore, 1.3, 1.4 pcb.desktop, 1.4, 1.5 pcb.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608252007.k7PK7KZv022825@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22782/devel Modified Files: .cvsignore pcb.desktop pcb.spec sources Log Message: auto-import pcb-0.20060822-1 on branch devel from pcb-0.20060822-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Jul 2006 11:24:03 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:07:18 -0000 1.4 @@ -1 +1 @@ -pcb-20060422.tar.gz +pcb-20060822.tar.gz Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.desktop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pcb.desktop 23 Aug 2006 20:34:33 -0000 1.4 +++ pcb.desktop 25 Aug 2006 20:07:18 -0000 1.5 @@ -4,6 +4,7 @@ Exec=pcb Icon=pcb Type=Application -Terminal=0 +Terminal=false GenericName=PCB -Categories=Qt;KDE;Education;Science; +Categories=Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pcb.spec 23 Aug 2006 20:34:33 -0000 1.10 +++ pcb.spec 25 Aug 2006 20:07:18 -0000 1.11 @@ -1,8 +1,8 @@ -%define pcbver 20060422 +%define pcbver 20060822 Name: pcb Version: 0.%{pcbver} -Release: 10%{?dist} +Release: 1%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -114,7 +114,10 @@ %{_datadir}/%{name}/thermal* %{_datadir}/%{name}/tutorial/ -%changelog +%Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +- updated to 20060822's snapshot + * Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 - fixed icon in Kmenu Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Jul 2006 11:24:03 -0000 1.3 +++ sources 25 Aug 2006 20:07:18 -0000 1.4 @@ -1 +1 @@ -f70af0f43d9cf1a98ec6a7681773b793 pcb-20060422.tar.gz +e091285d6741860484b31e8ac5b7e37f pcb-20060822.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 20:17:16 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:17:16 -0700 Subject: rpms/pcb/FC-5 .cvsignore, 1.3, 1.4 pcb.desktop, 1.3, 1.4 pcb.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200608252017.k7PKHI7k023089@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23048/FC-5 Modified Files: .cvsignore pcb.desktop pcb.spec sources Log Message: auto-import pcb-0.20060822-1 on branch FC-5 from pcb-0.20060822-1.src.rpm updated to 20060822 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Jul 2006 11:24:03 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:17:16 -0000 1.4 @@ -1 +1 @@ -pcb-20060422.tar.gz +pcb-20060822.tar.gz Index: pcb.desktop =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.desktop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pcb.desktop 12 Jul 2006 10:53:01 -0000 1.3 +++ pcb.desktop 25 Aug 2006 20:17:16 -0000 1.4 @@ -1,10 +1,10 @@ [Desktop Entry] -Version=0.20060422 Encoding=UTF-8 Name=PCB -GenericName=PCB Exec=pcb -Terminal=false +Icon=pcb Type=Application -Categories=Application;Electronics; -GenericName[en_US]=PCB +Terminal=false +GenericName=PCB +Categories=Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 \ No newline at end of file Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pcb.spec 23 Aug 2006 20:40:34 -0000 1.8 +++ pcb.spec 25 Aug 2006 20:17:16 -0000 1.9 @@ -1,8 +1,8 @@ -%define pcbver 20060422 +%define pcbver 20060822 Name: pcb Version: 0.%{pcbver} -Release: 10%{?dist} +Release: 1%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -114,7 +114,10 @@ %{_datadir}/%{name}/thermal* %{_datadir}/%{name}/tutorial/ -%changelog +%Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 +- updated to 20060822's snapshot + * Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 - fixed icon in Kmenu Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Jul 2006 11:24:03 -0000 1.3 +++ sources 25 Aug 2006 20:17:16 -0000 1.4 @@ -1 +1 @@ -f70af0f43d9cf1a98ec6a7681773b793 pcb-20060422.tar.gz +e091285d6741860484b31e8ac5b7e37f pcb-20060822.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 20:17:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:17:15 -0700 Subject: rpms/pcb import.log,1.12,1.13 Message-ID: <200608252017.k7PKHIgw023082@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23048 Modified Files: import.log Log Message: auto-import pcb-0.20060822-1 on branch FC-5 from pcb-0.20060822-1.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 25 Aug 2006 20:07:17 -0000 1.12 +++ import.log 25 Aug 2006 20:17:15 -0000 1.13 @@ -9,3 +9,4 @@ pcb-0_20060422-9:HEAD:pcb-0.20060422-9.src.rpm:1156093001 pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 +pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 From fedora-extras-commits at redhat.com Fri Aug 25 20:23:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:23:59 -0700 Subject: rpms/pcb import.log,1.13,1.14 Message-ID: <200608252024.k7PKO1NH023208@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23176 Modified Files: import.log Log Message: auto-import pcb-0.20060822-2 on branch FC-5 from pcb-0.20060822-2.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- import.log 25 Aug 2006 20:17:15 -0000 1.13 +++ import.log 25 Aug 2006 20:23:58 -0000 1.14 @@ -10,3 +10,4 @@ pcb-0_20060422-10:HEAD:pcb-0.20060422-10.src.rpm:1156365455 pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 +pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 From fedora-extras-commits at redhat.com Fri Aug 25 20:23:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:23:59 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.9,1.10 Message-ID: <200608252024.k7PKO1qh023212@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23176/FC-5 Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-2 on branch FC-5 from pcb-0.20060822-2.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcb.spec 25 Aug 2006 20:17:16 -0000 1.9 +++ pcb.spec 25 Aug 2006 20:23:59 -0000 1.10 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +- release for FC5 and minor fixes + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot From fedora-extras-commits at redhat.com Fri Aug 25 20:26:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:26:02 -0700 Subject: rpms/pcb/devel pcb.spec,1.11,1.12 Message-ID: <200608252026.k7PKQ49j023344@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23309/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-2 on branch devel from pcb-0.20060822-2.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pcb.spec 25 Aug 2006 20:07:18 -0000 1.11 +++ pcb.spec 25 Aug 2006 20:26:02 -0000 1.12 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,6 +115,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 +- release for FC5 and minor fixes + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot From fedora-extras-commits at redhat.com Fri Aug 25 20:26:01 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:26:01 -0700 Subject: rpms/pcb import.log,1.14,1.15 Message-ID: <200608252026.k7PKQ37u023340@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23309 Modified Files: import.log Log Message: auto-import pcb-0.20060822-2 on branch devel from pcb-0.20060822-2.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- import.log 25 Aug 2006 20:23:58 -0000 1.14 +++ import.log 25 Aug 2006 20:26:01 -0000 1.15 @@ -11,3 +11,4 @@ pcb-0_20060822-1:HEAD:pcb-0.20060822-1.src.rpm:1156536628 pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 +pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 From fedora-extras-commits at redhat.com Fri Aug 25 20:33:23 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:33:23 -0700 Subject: rpms/pcb import.log,1.15,1.16 Message-ID: <200608252033.k7PKXtSo023489@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23457 Modified Files: import.log Log Message: auto-import pcb-0.20060822-3 on branch devel from pcb-0.20060822-3.src.rpm updated to 20060822 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- import.log 25 Aug 2006 20:26:01 -0000 1.15 +++ import.log 25 Aug 2006 20:33:23 -0000 1.16 @@ -12,3 +12,4 @@ pcb-0_20060822-1:FC-5:pcb-0.20060822-1.src.rpm:1156537226 pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 +pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 From fedora-extras-commits at redhat.com Fri Aug 25 20:33:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Fri, 25 Aug 2006 13:33:24 -0700 Subject: rpms/pcb/devel pcb.spec,1.12,1.13 Message-ID: <200608252033.k7PKXuBj023492@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23457/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-3 on branch devel from pcb-0.20060822-3.src.rpm updated to 20060822 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pcb.spec 25 Aug 2006 20:26:02 -0000 1.12 +++ pcb.spec 25 Aug 2006 20:33:24 -0000 1.13 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 2%{?dist} +Release: 3%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -115,30 +115,15 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +- release for devel + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 -- fixed icon in Kmenu - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 -- incremented the tag for FC-5 - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 -- splitting into pcb and pcb-doc - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 -- incremented the tag for devel - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 -- incremented the tag for FC-5 - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-5 -- incremented the tag for FC-4 - * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop From fedora-extras-commits at redhat.com Fri Aug 25 20:51:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Fri, 25 Aug 2006 13:51:24 -0700 Subject: rpms/perl-Module-Install/devel .cvsignore, 1.3, 1.4 perl-Module-Install.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608252051.k7PKpQpf023817@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Module-Install/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23789 Modified Files: .cvsignore perl-Module-Install.spec sources Log Message: Update to 0.64. Fix find option order. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Jun 2006 22:56:41 -0000 1.3 +++ .cvsignore 25 Aug 2006 20:51:24 -0000 1.4 @@ -1 +1 @@ -Module-Install-0.63.tar.gz +Module-Install-0.64.tar.gz Index: perl-Module-Install.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Module-Install.spec 8 Jun 2006 22:56:41 -0000 1.2 +++ perl-Module-Install.spec 25 Aug 2006 20:51:24 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Module-Install -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Standalone, extensible Perl module installer License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install/ -Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Install-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) @@ -40,7 +40,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \; @@ -58,6 +58,10 @@ %{_mandir}/man3/* %changelog +* Fri Aug 25 2006 Steven Pritchard 0.64-1 +- Update to 0.64. +- Fix find option order. + * Thu Jun 08 2006 Steven Pritchard 0.63-1 - Update to 0.63. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Jun 2006 22:56:41 -0000 1.3 +++ sources 25 Aug 2006 20:51:24 -0000 1.4 @@ -1 +1 @@ -d2404a019eaf149eaa34db65ab8fb72d Module-Install-0.63.tar.gz +250c46b66459d16caa727b6c02e091c5 Module-Install-0.64.tar.gz From fedora-extras-commits at redhat.com Fri Aug 25 23:25:01 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 16:25:01 -0700 Subject: rpms/SDL_mixer/devel SDL_mixer-1.2.7-bad-code.patch, NONE, 1.1 SDL_mixer-1.2.7-fix-path-timidity.patch, NONE, 1.1 SDL_mixer-1.2.7-volume.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 SDL_mixer.spec, 1.13, 1.14 sources, 1.3, 1.4 SDL_mixer-1.0.6-redhat.patch, 1.1, NONE SDL_mixer-1.2.5-bad_code.patch, 1.1, NONE SDL_mixer-1.2.6-64bit.patch, 1.1, NONE SDL_mixer-1.2.6-libmikmod.patch, 1.1, NONE Message-ID: <200608252325.k7PNP3JD032484@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32454 Modified Files: .cvsignore SDL_mixer.spec sources Added Files: SDL_mixer-1.2.7-bad-code.patch SDL_mixer-1.2.7-fix-path-timidity.patch SDL_mixer-1.2.7-volume.patch Removed Files: SDL_mixer-1.0.6-redhat.patch SDL_mixer-1.2.5-bad_code.patch SDL_mixer-1.2.6-64bit.patch SDL_mixer-1.2.6-libmikmod.patch Log Message: * Fri Aug 25 2006 Brian Pepple - 1.2.7-1 - Update to 1.2.7. - Update bad-code & timidity patches. - Simplify description & summary for devel package. - Use disable-static configure flag. - Drop 64bit patch, fixed upstream. - Drop libmikmod.patch, fixed upstream. - Add patch to allow control volume w/playmus. Bug #203210. SDL_mixer-1.2.7-bad-code.patch: --- NEW FILE SDL_mixer-1.2.7-bad-code.patch --- diff -ur SDL_mixer-1.2.7.OLD/effect_position.c SDL_mixer-1.2.7/effect_position.c --- SDL_mixer-1.2.7.OLD/effect_position.c 2006-05-01 03:25:57.000000000 -0400 +++ SDL_mixer-1.2.7/effect_position.c 2006-08-25 15:48:45.000000000 -0400 @@ -373,16 +373,17 @@ for (i = 0; i < len; i += sizeof (Uint32)) { #if (SDL_BYTEORDER == SDL_BIG_ENDIAN) - *(p++) = (d[l[(*p & 0xFF000000) >> 24]] << 24) | - (d[r[(*p & 0x00FF0000) >> 16]] << 16) | - (d[l[(*p & 0x0000FF00) >> 8]] << 8) | - (d[r[(*p & 0x000000FF) ]] ) ; + *p = (d[l[(*p & 0xFF000000) >> 24]] << 24) | + (d[r[(*p & 0x00FF0000) >> 16]] << 16) | + (d[l[(*p & 0x0000FF00) >> 8]] << 8) | + (d[r[(*p & 0x000000FF) ]] ) ; #else - *(p++) = (d[r[(*p & 0xFF000000) >> 24]] << 24) | - (d[l[(*p & 0x00FF0000) >> 16]] << 16) | - (d[r[(*p & 0x0000FF00) >> 8]] << 8) | - (d[l[(*p & 0x000000FF) ]] ) ; + *p = (d[r[(*p & 0xFF000000) >> 24]] << 24) | + (d[l[(*p & 0x00FF0000) >> 16]] << 16) | + (d[r[(*p & 0x0000FF00) >> 8]] << 8) | + (d[l[(*p & 0x000000FF) ]] ) ; #endif + p++; } } @@ -563,16 +564,17 @@ for (i = 0; i < len; i += sizeof (Uint32)) { #if (SDL_BYTEORDER == SDL_BIG_ENDIAN) - *(p++) = (d[l[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | - (d[r[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | - (d[l[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | - (d[r[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; + *p = (d[l[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | + (d[r[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | + (d[l[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | + (d[r[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; #else - *(p++) = (d[r[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | - (d[l[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | - (d[r[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | - (d[l[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; + *p = (d[r[((Sint16)(Sint8)((*p & 0xFF000000) >> 24))+128]] << 24) | + (d[l[((Sint16)(Sint8)((*p & 0x00FF0000) >> 16))+128]] << 16) | + (d[r[((Sint16)(Sint8)((*p & 0x0000FF00) >> 8))+128]] << 8) | + (d[l[((Sint16)(Sint8)((*p & 0x000000FF) ))+128]] ) ; #endif + p++; } SDL_mixer-1.2.7-fix-path-timidity.patch: --- NEW FILE SDL_mixer-1.2.7-fix-path-timidity.patch --- --- SDL_mixer-1.2.7/timidity/config.h.timidity 2006-05-01 09:25:52.000000000 +0200 +++ SDL_mixer-1.2.7/timidity/config.h 2006-05-18 10:38:39.000000000 +0200 @@ -176,7 +176,7 @@ #if defined(__WIN32__) || defined(__OS2__) #define DEFAULT_PATH "\\TIMIDITY" #else -#define DEFAULT_PATH "/usr/local/lib/timidity" +#define DEFAULT_PATH "/usr/share/timidity" #endif /* These affect general volume */ SDL_mixer-1.2.7-volume.patch: --- NEW FILE SDL_mixer-1.2.7-volume.patch --- diff -ur SDL_mixer-1.2.7.OLD/playmus.c SDL_mixer-1.2.7/playmus.c --- SDL_mixer-1.2.7.OLD/playmus.c 2006-05-14 17:08:06.000000000 -0400 +++ SDL_mixer-1.2.7/playmus.c 2006-08-25 15:38:22.000000000 -0400 @@ -65,7 +65,7 @@ { char buf[10]; - printf("Available commands: (p)ause (r)esume (h)alt > "); + printf("Available commands: (p)ause (r)esume (h)alt volume(v#) > "); fflush(stdin); scanf("%s",buf); switch(buf[0]){ @@ -78,6 +78,9 @@ case 'h': case 'H': Mix_HaltMusic(); break; + case 'v': case 'V': + Mix_VolumeMusic(atoi(buf+1)); + break; } printf("Music playing: %s Paused: %s\n", Mix_PlayingMusic() ? "yes" : "no", Mix_PausedMusic() ? "yes" : "no"); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Jun 2005 16:24:33 -0000 1.3 +++ .cvsignore 25 Aug 2006 23:25:01 -0000 1.4 @@ -1 +1 @@ -SDL_mixer-1.2.6.tar.gz +SDL_mixer-1.2.7.tar.gz Index: SDL_mixer.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- SDL_mixer.spec 23 Apr 2006 15:53:19 -0000 1.13 +++ SDL_mixer.spec 25 Aug 2006 23:25:01 -0000 1.14 @@ -1,19 +1,17 @@ Name: SDL_mixer -Version: 1.2.6 -Release: 8%{?dist} +Version: 1.2.7 +Release: 1%{?dist} Summary: Simple DirectMedia Layer - Sample Mixer Library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_mixer/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch1: %{name}-1.0.6-redhat.patch -Patch2: %{name}-1.2.6-libmikmod.patch -Patch4: %{name}-1.2.5-bad_code.patch -Patch5: %{name}-1.2.6-64bit.patch +Patch1: %{name}-%{version}-bad-code.patch +Patch2: %{name}-%{version}-volume.patch +Patch3: %{name}-%{version}-fix-path-timidity.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Prefix: %{_prefix} BuildRequires: SDL-devel >= 1.2.4-1 BuildRequires: libvorbis-devel BuildRequires: mikmod-devel >= 3.1.6-26 @@ -22,48 +20,40 @@ %description -A simple multi-channel audio mixer for SDL. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis -libraries. +A simple multi-channel audio mixer for SDL. It supports 4 channels of +16 bit stereo audio, plus a single channel of music, mixed by the popular +MikMod MOD, Timidity MIDI and Ogg Vorbis libraries. %package devel -Summary: Libraries, includes and more to develop SDL applications using the SDL mixer +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4-1 %description devel -Development files for SDL_mixer, a simple multi-channel audio mixer for SDL. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI and Ogg Vorbis -libraries. - -You need SDL_mixer-devel if you want to compile an application using SDL_mixer. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch1 -p1 -b .redhat -%patch2 -p1 -b .libmikmod -%patch4 -p1 -b .bad_code -%patch5 -p1 -b .64bit +%patch1 -p1 -b .bad_code +%patch2 -p1 -b .volume +%patch3 -p1 -b .timidity %build -%configure --disable-dependency-tracking +%configure --disable-dependency-tracking --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall -/usr/bin/install -d $RPM_BUILD_ROOT/usr/bin -./libtool --mode=install /usr/bin/install -c playmus $RPM_BUILD_ROOT/usr/bin -./libtool --mode=install /usr/bin/install -c playwave $RPM_BUILD_ROOT/usr/bin -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +%makeinstall install-bin + +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -77,7 +67,7 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc README CHANGES COPYING %{_bindir}/playmus %{_bindir}/playwave @@ -85,13 +75,21 @@ %files devel -%defattr(-,root,root) -%{_libdir}/lib*.a +%defattr(-,root,root,-) %{_libdir}/lib*.so %{_includedir}/SDL %changelog +* Fri Aug 25 2006 Brian Pepple - 1.2.7-1 +- Update to 1.2.7. +- Update bad-code & timidity patches. +- Simplify description & summary for devel package. +- Use disable-static configure flag. +- Drop 64bit patch, fixed upstream. +- Drop libmikmod.patch, fixed upstream. +- Add patch to allow control volume w/playmus. Bug #203210. + * Sun Apr 23 2006 Brian Pepple - 1.2.6-8 - Add patch to fix sound on x86_64. Bug #175672. Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Jun 2005 16:24:33 -0000 1.3 +++ sources 25 Aug 2006 23:25:01 -0000 1.4 @@ -1 +1 @@ -2b8beffad9179d80e598c22c80efb135 SDL_mixer-1.2.6.tar.gz +7959b89c8f8f1564ca90968f6c88fa1e SDL_mixer-1.2.7.tar.gz --- SDL_mixer-1.0.6-redhat.patch DELETED --- --- SDL_mixer-1.2.5-bad_code.patch DELETED --- --- SDL_mixer-1.2.6-64bit.patch DELETED --- --- SDL_mixer-1.2.6-libmikmod.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 26 03:53:03 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 25 Aug 2006 20:53:03 -0700 Subject: rpms/SDL_net/devel .cvsignore, 1.2, 1.3 SDL_net.spec, 1.5, 1.6 sources, 1.2, 1.3 SDL_net-137525.patch, 1.1, NONE SDL_net-ppc64.patch, 1.1, NONE Message-ID: <200608260353.k7Q3r52B012818@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12797 Modified Files: .cvsignore SDL_net.spec sources Removed Files: SDL_net-137525.patch SDL_net-ppc64.patch Log Message: * Fri Aug 25 2006 Brian Pepple - 1.2.6-1 - Update to 1.2.6. - Simplify description & summary for devel package. - Use disable-static configure flag. - Drop ppc64 patch. - Drop 137525 patch, fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 May 2005 18:05:52 -0000 1.2 +++ .cvsignore 26 Aug 2006 03:53:03 -0000 1.3 @@ -1 +1 @@ -SDL_net-1.2.5.tar.gz +SDL_net-1.2.6.tar.gz Index: SDL_net.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/SDL_net.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SDL_net.spec 13 Feb 2006 17:33:48 -0000 1.5 +++ SDL_net.spec 26 Aug 2006 03:53:03 -0000 1.6 @@ -1,18 +1,15 @@ Name: SDL_net -Version: 1.2.5 -Release: 8%{?dist} +Version: 1.2.6 +Release: 1%{?dist} Summary: SDL portable network library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_net/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch0: %{name}-ppc64.patch -Patch1: %{name}-137525.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4-1 -BuildRequires: automake autoconf libtool Requires: SDL >= 1.2.4-1 @@ -21,42 +18,31 @@ %package devel -Summary: Libraries and includes to develop SDL networked applications. +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4-1 %description devel -This is a portable network library for use with SDL. - -This is the libraries and include files you can use to develop SDL -networked applications. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -%patch1 - -touch NEWS AUTHORS ChangeLog # Quiet automake - -libtoolize --force -aclocal -automake --add-missing -autoconf %build -%configure --prefix=%{_prefix} +%configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -70,19 +56,25 @@ %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc README CHANGES COPYING %{_libdir}/lib*.so.* %files devel -%defattr(-,root,root) -%{_libdir}/lib*.a +%defattr(-,root,root,-) %{_libdir}/lib*.so %{_includedir}/SDL/ %changelog +* Fri Aug 25 2006 Brian Pepple - 1.2.6-1 +- Update to 1.2.6. +- Simplify description & summary for devel package. +- Use disable-static configure flag. +- Drop ppc64 patch. +- Drop 137525 patch, fixed upstream. + * Mon Feb 13 2006 Brian Pepple - 1.2.5-8 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 May 2005 18:05:52 -0000 1.2 +++ sources 26 Aug 2006 03:53:03 -0000 1.3 @@ -1 +1 @@ -e45b1048d2747480dcc65ece4130a920 SDL_net-1.2.5.tar.gz +7be5b9ef36129ee187ace96906cd264c SDL_net-1.2.6.tar.gz --- SDL_net-137525.patch DELETED --- --- SDL_net-ppc64.patch DELETED --- From fedora-extras-commits at redhat.com Sat Aug 26 04:17:24 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Fri, 25 Aug 2006 21:17:24 -0700 Subject: rpms/papyrus/devel .cvsignore, 1.2, 1.3 papyrus.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608260417.k7Q4HQYj015620@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15599 Modified Files: .cvsignore papyrus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Aug 2006 21:05:52 -0000 1.2 +++ .cvsignore 26 Aug 2006 04:17:24 -0000 1.3 @@ -1 +1 @@ -papyrus-0.3.0.tar.bz2 +papyrus-0.4.0.tar.bz2 Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/papyrus.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- papyrus.spec 20 Aug 2006 21:05:52 -0000 1.1 +++ papyrus.spec 26 Aug 2006 04:17:24 -0000 1.2 @@ -1,15 +1,15 @@ -# Target: fedora-5 +# Target: fedora-6 Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig m4 +BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig m4 %description Papyrus is a C++ canvas library similar in scope @@ -20,7 +20,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: papyrus = %{version}-%{release} -Requires: gtkmm24-devel >= 2.8.0 cairomm-devel >= 0.6.0 pkgconfig +Requires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 pkgconfig %description devel This package contains the libraries and header files needed for @@ -61,12 +61,12 @@ %defattr(-,root,root,-) %{_libdir}/lib*papyrus*.so %{_libdir}/pkgconfig/papyrus*.pc -%{_includedir}/papyrus-0.3/ -%{_includedir}/papyrusmm-0.3/ +%{_includedir}/papyrus-0.4/ +%{_includedir}/papyrusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*papyrus*-demo -%{_datadir}/papyrus-0.3.0/ -%{_datadir}/papyrusmm-0.3.0/ +%{_datadir}/papyrus-0.4.0/ +%{_datadir}/papyrusmm-0.4.0/ %changelog * Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Aug 2006 21:05:52 -0000 1.2 +++ sources 26 Aug 2006 04:17:24 -0000 1.3 @@ -1 +1 @@ -42beaf6b782028919e7d2d00a8a5fc69 papyrus-0.3.0.tar.bz2 +c7400c50043c7462a87d0eb9473a7fed papyrus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 05:20:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:20:57 -0700 Subject: rpms/frozen-bubble - New directory Message-ID: <200608260520.k7Q5KxS4018663@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/frozen-bubble Log Message: Directory /cvs/extras/rpms/frozen-bubble added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 05:20:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:20:58 -0700 Subject: rpms/frozen-bubble/devel - New directory Message-ID: <200608260521.k7Q5L0Gh018666@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/frozen-bubble/devel Log Message: Directory /cvs/extras/rpms/frozen-bubble/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 05:21:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:21:15 -0700 Subject: rpms/frozen-bubble Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608260521.k7Q5LHRg018720@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18687 Added Files: Makefile import.log Log Message: Setup of module frozen-bubble --- NEW FILE Makefile --- # Top level Makefile for module frozen-bubble all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 05:21:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:21:16 -0700 Subject: rpms/frozen-bubble/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608260521.k7Q5LI9G018723@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18687/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module frozen-bubble --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 05:22:21 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:22:21 -0700 Subject: rpms/syck/devel syck.spec,1.3,1.4 Message-ID: <200608260522.k7Q5MNc7018848@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18831 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- syck.spec 22 Feb 2006 16:46:54 -0000 1.3 +++ syck.spec 26 Aug 2006 05:22:21 -0000 1.4 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: System Environment/Libraries @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 +- Rebuild. + * Wed Feb 22 2006 Oliver Falk - 0.55-7 - Bug #175619 From fedora-extras-commits at redhat.com Sat Aug 26 05:23:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:23:53 -0700 Subject: owners owners.list,1.1447,1.1448 Message-ID: <200608260523.k7Q5Ntmc018919@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18902 Modified Files: owners.list Log Message: added frozen-bubble Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1447 retrieving revision 1.1448 diff -u -r1.1447 -r1.1448 --- owners.list 25 Aug 2006 19:10:58 -0000 1.1447 +++ owners.list 26 Aug 2006 05:23:53 -0000 1.1448 @@ -377,6 +377,7 @@ Fedora Extras|FreeWnn|Japanese input server|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|freeze|freeze/melt/fcat compression utilities|nicolas.mailhot at laposte.net|extras-qa at fedoraproject.org| Fedora Extras|frotz|Interpreter for Infocom and other Z-machine games|chris at chrisgrau.com|extras-qa at fedoraproject.org| +Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|fuse|File System in Userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 05:26:09 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:26:09 -0700 Subject: rpms/frozen-bubble import.log,1.1,1.2 Message-ID: <200608260526.k7Q5Qfia018989@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18940 Modified Files: import.log Log Message: auto-import frozen-bubble-1.0.0-9 on branch devel from frozen-bubble-1.0.0-9.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 05:21:15 -0000 1.1 +++ import.log 26 Aug 2006 05:26:09 -0000 1.2 @@ -0,0 +1 @@ +frozen-bubble-1_0_0-9:HEAD:frozen-bubble-1.0.0-9.src.rpm:1156570375 From fedora-extras-commits at redhat.com Sat Aug 26 05:26:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Fri, 25 Aug 2006 22:26:10 -0700 Subject: rpms/frozen-bubble/devel filter-depends.sh, NONE, 1.1 filter-provides.sh, NONE, 1.1 frozen-bubble-1.0.0-FBLE.pm.patch, NONE, 1.1 frozen-bubble-1.0.0-perl-SDL.patch, NONE, 1.1 frozen-bubble-build.patch, NONE, 1.1 frozen-bubble-debian.patch, NONE, 1.1 frozen-bubble.desktop, NONE, 1.1 frozen-bubble.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608260526.k7Q5QgPn018993@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18940/devel Modified Files: .cvsignore sources Added Files: filter-depends.sh filter-provides.sh frozen-bubble-1.0.0-FBLE.pm.patch frozen-bubble-1.0.0-perl-SDL.patch frozen-bubble-build.patch frozen-bubble-debian.patch frozen-bubble.desktop frozen-bubble.spec Log Message: auto-import frozen-bubble-1.0.0-9 on branch devel from frozen-bubble-1.0.0-9.src.rpm --- NEW FILE filter-depends.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-requires "$@" | grep -vE \ '^perl\(FBLE\)$|^perl\(fb.*\).*$' --- NEW FILE filter-provides.sh --- #!/bin/sh /usr/lib/rpm/redhat/find-provides "$@" | grep -vE \ '^perl\(FBLE\)$|^perl\(fb.*\).*$' frozen-bubble-1.0.0-FBLE.pm.patch: --- NEW FILE frozen-bubble-1.0.0-FBLE.pm.patch --- --- c_stuff/lib/FBLE.pm 2003-02-16 18:14:28.000000000 -0500 +++ FBLE.pm 2004-02-06 12:32:57.000000000 -0500 @@ -1094,11 +1094,11 @@ $rect{screenshot} = SDL::Rect->new(-x => $POS_1P{p1}{left_limit} - 40, '-y' => 0, -width => $POS_1P{p1}{right_limit} - $POS_1P{p1}{left_limit} + 80, -height => $POS_1P{bottom_limit} - $POS_1P{init_top_limit} + 190); - fb_c_stuff::shrink($app->{-surface}, - $file_browser_screenshots[$list_browser_highlight_offset]->display_format()->{-surface}, + fb_c_stuff::shrink($$app, + ${$file_browser_screenshots[$list_browser_highlight_offset]->display_format()}, $rect{middle}->x + $rect{middle}->width - $rect{screenshot}->width/4 - 12, $rect{middle}->y + $rect{middle}->height/2 - $rect{screenshot}->height/8 - 3, - $rect{screenshot}{-rect}, 4); + ${$rect{screenshot}}, 4); } @@ -1371,7 +1371,7 @@ $rect{ls_name_erase} = SDL::Rect->new(-x => 195, '-y' => 0, -width => 445-195, -height => 35); $background->blit($rect{ls_name_erase}, $app, $rect{ls_name_erase}); $app->update; - $app->print(($background->width - SDL_TEXTWIDTH(uc($levelset_name)))/2 - 6, 7, uc($levelset_name)); + $app->print(($background->width - SDL::SFont::SDL_TEXTWIDTH(uc($levelset_name)))/2 - 6, 7, uc($levelset_name)); } sub print_text_generic { frozen-bubble-1.0.0-perl-SDL.patch: --- NEW FILE frozen-bubble-1.0.0-perl-SDL.patch --- --- ../../Builds/frozen-bubble-1.0.0/frozen-bubble 2003-02-16 18:45:27.000000000 -0500 +++ frozen-bubble 2004-02-06 12:33:08.000000000 -0500 @@ -50,6 +50,7 @@ use SDL; use SDL::App; +use SDL::SFont; use SDL::Surface; use SDL::Event; use SDL::Cursor; @@ -179,7 +180,7 @@ $elem or return -1; -f $elem or return 0; $mus = SDL::Music->new($elem); - if ($mus->{-data}) { + if ($$mus) { print STDERR "[Playlist] playing `$elem'\n"; $mixer->play_music($mus, 0); return 1; @@ -191,9 +192,9 @@ while ($tryanother->() == 0) {}; } else { $mus = SDL::Music->new("$FPATH$musics{$name}"); - $mus->{-data} or print STDERR "Warning, could not create new music from `$FPATH$musics{$name}' (reason: ", $app->error, ").\n"; + $mus or print STDERR "Warning, could not create new music from `$FPATH$musics{$name}' (reason: ", $app->error, ").\n"; if ($pos) { - fb_c_stuff::fade_in_music_position($mus->{-data}, -1, 500, $pos); + fb_c_stuff::fade_in_music_position($$mus, -1, 500, $pos); } else { $mixer->play_music($mus, -1); } @@ -212,7 +213,7 @@ foreach (@sounds) { my $sound_path = "$FPATH/snd/$_.wav"; $sound{$_} = SDL::Sound->new($sound_path); - if ($sound{$_}{-data}) { + if ($sound{$_}) { $sound{$_}->volume(80); } else { print STDERR "Warning, could not create new sound from `$sound_path'.\n"; @@ -307,7 +308,7 @@ sub add_image($) { my $file = "$FPATH/gfx/$_[0]"; my $img = SDL::Surface->new(-name => $file); - $img->{-surface} or die "FATAL: Couldn't load `$file' into a SDL::Surface.\n"; + $$img or die "FATAL: Couldn't load `$file' into a SDL::Surface.\n"; add_default_rect($img); return $img; } @@ -880,7 +881,7 @@ $background_orig->blit($drect, $surface, $drect); push @update_rects, $drect; iter_players_ { #- sometimes called from within a iter_players so... - $surface->print($POS{$::p_}{scoresx}-SDL_TEXTWIDTH($pdata{$::p_}{score})/2, $POS{scoresy}, $pdata{$::p_}{score}); + $surface->print($POS{$::p_}{scoresx}-SDL::SFont::SDL_TEXTWIDTH($pdata{$::p_}{score})/2, $POS{scoresy}, $pdata{$::p_}{score}); }; } @@ -1437,7 +1438,7 @@ $font = SDL::Font->new("$FPATH/gfx/font-hi.png"); my $centered_print = sub($$$) { my ($x, $y, $txt) = @_; - $app->print($x+($imgbin{hiscore_frame}->width-SDL_TEXTWIDTH(uc($txt)))/2 - 6, + $app->print($x+($imgbin{hiscore_frame}->width-SDL::SFont::SDL_TEXTWIDTH(uc($txt)))/2 - 6, $y+$imgbin{hiscore_frame}->height - 8, uc($txt)); }; @@ -1473,7 +1474,7 @@ } put_image($imgbin{hiscore_frame}, $high_posx - 7, $high_posy - 6); - fb_c_stuff::shrink($app->{-surface}, $background->display_format->{-surface}, $high_posx, $high_posy, $high_rect->{-rect}, 4); + fb_c_stuff::shrink($$app, ${$background->display_format()}, $high_posx, $high_posy, $$high_rect, 4); $centered_print->($high_posx, $high_posy, $high->{name}); $centered_print->($high_posx, $high_posy+20, $high->{level} eq 'WON' ? "WON!" : "LVL-".$high->{level}); my $min = int($high->{time}/60); @@ -1510,7 +1511,7 @@ foreach my $i (@{$w->{intro}}) { if ($i) { - my $xpos = (640-SDL_TEXTWIDTH($i))/2; + my $xpos = (640-SDL::SFont::SDL_TEXTWIDTH($i))/2; $app->print($xpos, $ypos, $i); } $ypos += 22; @@ -1521,7 +1522,7 @@ my $ok = 1; entries: foreach my $entry (@{$w->{entries}}) { - $xpos = (640-$imgbin{void_panel}->width)/2 + 120 - SDL_TEXTWIDTH($entry->{'q'})/2; + $xpos = (640-$imgbin{void_panel}->width)/2 + 120 - SDL::SFont::SDL_TEXTWIDTH($entry->{'q'})/2; $app->print($xpos, $ypos, $entry->{'q'}); $app->flip; my $srect_mulchar_redraw = SDL::Rect->new(-width => $imgbin{void_panel}->width, -height => 30, @@ -1555,7 +1556,7 @@ if ($ok) { ${$_->{a}} = $_->{answer} foreach @{$w->{entries}}; - $xpos = (640-SDL_TEXTWIDTH($w->{outro}))/2; + $xpos = (640-SDL::SFont::SDL_TEXTWIDTH($w->{outro}))/2; $ypos = (480+$imgbin{void_panel}->height)/2 - 35; $app->print($xpos, $ypos, $w->{outro}); $app->flip; @@ -1642,7 +1643,7 @@ $background->blit($apprects{main}, $app, $apprects{main}); $app->flip; } else { - fb_c_stuff::effect($app->{-surface}, $background->display_format->{-surface}); + fb_c_stuff::effect($$app, ${$background->display_format()}); } $display_on_app_disabled = 0; frozen-bubble-build.patch: --- NEW FILE frozen-bubble-build.patch --- --- Makefile~ 2003-02-03 16:36:55.000000000 +0200 +++ Makefile 2004-07-03 15:27:29.820364547 +0300 @@ -26,8 +26,10 @@ install frozen-bubble frozen-bubble-editor $(BINDIR) install -d $(DATADIR)/frozen-bubble cp -a gfx snd data $(DATADIR)/frozen-bubble + rm -f $(DATADIR)/frozen-bubble/gfx/shoot/create.pl + rm -f $(DATADIR)/frozen-bubble/gfx/shoot/Makefile install -d $(MANDIR)/man6 - install doc/*.6 $(MANDIR)/man6 + install -m 644 doc/*.6 $(MANDIR)/man6 clean: @for n in $(DIRS); do \ frozen-bubble-debian.patch: --- NEW FILE frozen-bubble-debian.patch --- --- frozen-bubble-1.0.0.orig/frozen-bubble +++ frozen-bubble-1.0.0/frozen-bubble @@ -44,6 +44,7 @@ $graphics_level @update_rects $CANON_ROTATIONS_NB %malus_bubble %falling_bubble %exploding_bubble %malus_gfx %sticking_bubble $version $time %imgbin $TIME_HURRY_WARN $TIME_HURRY_MAX $TIMEOUT_PINGUIN_SLEEP $FREE_FALL_CONSTANT $direct @PLAYERS %levels $display_on_app_disabled $total_time $time_1pgame $fullscreen $rcfile $hiscorefile $HISCORES + $total_launched_bubbles $lev_number $playermalus $loaded_levelset $direct_levelset $chainreaction %chains %history); use Data::Dumper; @@ -151,7 +152,7 @@ my $h = int($total_time/3600); my $m = int(($total_time-$h*3600)/60); my $s = int($total_time-$h*3600-$m*60); - print "\nAddicted for ", $h ? "$h"."h " : "", $m ? "$m"."m " : "", "$s"."s.\n"; + print "\nAddicted for ", $h ? "$h"."h " : "", $m ? "$m"."m " : "", "$s"."s. ", $total_launched_bubbles, " bubbles were launched.\n"; } } @@ -985,6 +990,7 @@ && !(any { exists $_->{chaindestx} } @{$falling_bubble{$::p}}) && !@{$malus_bubble{$::p}}) { play_sound('launch'); + $total_launched_bubbles++; $launched_bubble{$::p} = $tobe_launched{$::p}; $launched_bubble{$::p}->{direction} = $angle{$::p}; $tobe_launched{$::p} = undef; @@ -1284,6 +1290,7 @@ $event->set_unicode(1); SDL::Cursor::show(0); $total_time = $app->ticks; + $total_launched_bubbles = 0; $imgbin{loading} = add_image('loading.png'); put_image($imgbin{loading}, 10, 10); $app->print(30, 60, uc("tip! use '-h' on command-line to get more options")); @@ -2151,6 +2164,9 @@ exit 0; } } + if ($event->type == SDL_QUIT) { + exit 0; + } $menu_update->(); } --- NEW FILE frozen-bubble.desktop --- [Desktop Entry] Name=Frozen Bubble Comment=Frozen Bubble arcade game Exec=frozen-bubble Icon=frozen-bubble.png Terminal=false Type=Application Encoding=UTF-8 Categories=Application;Game;ArcadeGame; --- NEW FILE frozen-bubble.spec --- Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 1.0.0 Release: 9%{?dist} License: GPL Group: Amusements/Games Source0: http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2 Source1: frozen-bubble.desktop Source2: filter-depends.sh Source3: filter-provides.sh Patch0: %{name}-build.patch Patch1: %{name}-debian.patch Patch2: %{name}-1.0.0-FBLE.pm.patch Patch3: %{name}-1.0.0-perl-SDL.patch URL: http://www.frozen-bubble.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-SDL >= 2.1.3, SDL_mixer-devel, desktop-file-utils Requires: perl-SDL >= 2.1.3 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # hack filter out the autogenerated Provides for our private perl modules # (which are installed outside the perlvendorroot) and also filter out # the matching AutoRequires to still get an installable package %define _use_internal_dependency_generator 0 %define __find_requires %{SOURCE2} %define __find_provides %{SOURCE3} %description Full-featured, colorful animated penguin eyecandy, 100 levels of 1p game, hours and hours of 2p game, 3 professional quality 20-channels musics, 15 stereo sound effects, 7 unique graphical transition effects and a level editor. You need this game. %prep %setup -q %patch0 -p0 -z .build %patch1 -p1 -z .deb # no backups for this patch otherwise they end up getting installed %patch2 -p0 %patch3 -p0 -z .perl-SDL # The "min 1.19.0" requirement check for perl-SDL is broken sed -i 's|@if ! perl.*||g' Makefile # Add a directory to the module path for the app's private perl modules sed -ie "s#use fb_stuff;#use lib qw(%{_libdir}/%{name}/perl);\n&#" frozen-bubble sed -ie "s#use fb_stuff;#use lib qw(%{_libdir}/%{name}/perl);\n&#" frozen-bubble-editor %build make %{?_smp_mflags} OPTIMIZE="${RPM_OPT_FLAGS}" PREFIX="%{_prefix}" \ INSTALLDIRS=vendor %install rm -rf $RPM_BUILD_ROOT make install PREFIX=$RPM_BUILD_ROOT%{_prefix} \ PERL_INSTALL_ROOT=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/{build_fbsyms,perllocal.pod} find $RPM_BUILD_ROOT -name .xvpics | xargs rm -rf chmod -R u+w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/.packlist rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/fb_c_stuff/fb_c_stuff.bs # Move some directories around mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/perl mv $RPM_BUILD_ROOT%{perl_vendorarch}/auto $RPM_BUILD_ROOT%{_libdir}/%{name}/perl mv $RPM_BUILD_ROOT%{perl_vendorarch}/*.pm $RPM_BUILD_ROOT%{_libdir}/%{name}/perl # below is the desktop file and icon stuff. mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications desktop-file-install --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 icons/frozen-bubble-icon-16x16.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png install -p -m 644 icons/frozen-bubble-icon-32x32.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png install -p -m 644 icons/frozen-bubble-icon-48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-, root, root) %doc AUTHORS CHANGES COPYING README %{_bindir}/%{name}* %{_libdir}/%{name} %{_datadir}/%{name} %{_mandir}/man6/%{name}*.6.gz %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog * Wed Aug 23 2006 Hans de Goede 1.0.0-9 - Filter out the autogenerated Provides for our private perl modules and also filter out the matching AutoRequires to still get an installable package * Sun Aug 20 2006 Hans de Goede 1.0.0-8 - Apply patch from Wart (wart at kobold.org) to move private perl stuff to %%{_libdir}/%%{_name} - Drop unnescesarry perl BR (already implied by perl-SDL). - Fix inconsistent use of $RPM_BUILD_ROOT vs ${RPM_BUILD_ROOT} (only use the former) * Tue Aug 15 2006 Hans de Goede 1.0.0-7 - Update to work with new perl-SDL-2.1.3 see BZ 202437 * Mon Aug 14 2006 Hans de Goede 1.0.0-6 - Submit to Fedora Extras since perl-SDL is in FE now, so frozen-bubble can move to FE too - Cleanup BR's a bit to match FE-guidelines - Install all sizes icons into /usr/share/icons, instead of just the biggest one into /usr/share/pixmaps - Add scriptlets to update icon cache * Thu Mar 09 2006 Andreas Bierfert - switch to new release field * Tue Feb 28 2006 Andreas Bierfert - add dist * Tue Nov 16 2004 Thorsten Leemmhuis - 0:1.0.0-0.lvn.5 - Update to new Debian patch * Sat Jul 3 2004 Ville Skytt?? - 0:1.0.0-0.lvn.4 - Apply patch from Debian to make fb work with perl-SDL >= 1.20.3. - Install Perl modules into vendor install dirs, require (:MODULE_COMPAT_*). - Fix Source0 URL. - Remove unneeded files. - Fix file permissions. - s/fedora/livna/ in desktop entry, other small improvements. * Fri Jun 27 2003 Phillip Compton 0:1.0.0-0.fdr.3 - Removed BuildConflicts. - Added Epochs to BuildReqs. - Split Desktop entry into seperate file. * Sun Jun 22 2003 Phillip Compton 0:1.0.0-0.fdr.2 - Fixed file permissions. - Added in suggested fixes from Adrian Reber. * Tue May 27 2003 Phillip Compton 0:1.0.0-0.fdr.1 - Fedorafied. * Tue Apr 1 2003 Matthias Saou - Replace the __find_requires with AutoReq: as it works better. - Remove .xvpics from installed files. * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. * Tue Feb 18 2003 Matthias Saou - Added missing man pages, thanke to Michal Ambroz. * Mon Feb 17 2003 Matthias Saou - Update to 1.0.0. * Mon Oct 28 2002 Matthias Saou - Rebuilt for Red Hat Linux 8.0 (at last!). - New menu entry. * Thu Feb 7 2002 Matthias Saou - Update to 0.9.3. * Thu Feb 7 2002 Matthias Saou - Spec file modifications for a Red Hat Linux release. * Wed Feb 6 2002 Guillaume Cottenceau 0.9.1-1mdk - first mdk rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 05:21:15 -0000 1.1 +++ .cvsignore 26 Aug 2006 05:26:10 -0000 1.2 @@ -0,0 +1 @@ +frozen-bubble-1.0.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 05:21:15 -0000 1.1 +++ sources 26 Aug 2006 05:26:10 -0000 1.2 @@ -0,0 +1 @@ +2be5ead2aee72adc3fb643630a774b59 frozen-bubble-1.0.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 05:33:24 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:33:24 -0700 Subject: rpms/syck/devel syck.spec,1.4,1.5 Message-ID: <200608260533.k7Q5XQgx019074@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19057 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/devel/syck.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- syck.spec 26 Aug 2006 05:22:21 -0000 1.4 +++ syck.spec 26 Aug 2006 05:33:24 -0000 1.5 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries @@ -18,7 +18,7 @@ Patch0: syck-0.55-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gawk bison flex +BuildRequires: gawk bison flex libtool BuildRequires: php-devel BuildRequires: python-devel @@ -185,6 +185,9 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 +- Add BR: libtool to work with the minimal buildroot. + * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. From fedora-extras-commits at redhat.com Sat Aug 26 05:45:44 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Fri, 25 Aug 2006 22:45:44 -0700 Subject: rpms/syck/FC-5 syck.spec,1.3,1.4 Message-ID: <200608260545.k7Q5jkff019201@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/syck/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19184 Modified Files: syck.spec Log Message: * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 - Add BR: libtool to work with the minimal buildroot. * Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 - Rebuild. Index: syck.spec =================================================================== RCS file: /cvs/extras/rpms/syck/FC-5/syck.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- syck.spec 22 Feb 2006 16:46:54 -0000 1.3 +++ syck.spec 26 Aug 2006 05:45:44 -0000 1.4 @@ -7,7 +7,7 @@ Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 7%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries @@ -18,7 +18,7 @@ Patch0: syck-0.55-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gawk bison flex +BuildRequires: gawk bison flex libtool BuildRequires: php-devel BuildRequires: python-devel @@ -185,6 +185,12 @@ %{php_extdir}/*.so %changelog +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-9 +- Add BR: libtool to work with the minimal buildroot. + +* Sat Aug 26 2006 Jason L Tibbitts III - 0.55-8 +- Rebuild. + * Wed Feb 22 2006 Oliver Falk - 0.55-7 - Bug #175619 From fedora-extras-commits at redhat.com Sat Aug 26 06:49:24 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:49:24 -0700 Subject: rpms/fuse-encfs/devel fuse-encfs.spec,1.4,1.5 Message-ID: <200608260649.k7Q6nQxZ024413@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24396 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/devel/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:57:28 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:49:24 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 06:50:02 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:50:02 -0700 Subject: rpms/fuse-encfs/FC-4 fuse-encfs.spec,1.4,1.5 Message-ID: <200608260650.k7Q6o4Rd024474@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24457 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/FC-4/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:57:49 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:50:02 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 06:50:36 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Fri, 25 Aug 2006 23:50:36 -0700 Subject: rpms/fuse-encfs/FC-5 fuse-encfs.spec,1.4,1.5 Message-ID: <200608260650.k7Q6ocnj024535@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/rpms/fuse-encfs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24518 Modified Files: fuse-encfs.spec Log Message: Added necessary 'requires'-field Index: fuse-encfs.spec =================================================================== RCS file: /cvs/extras/rpms/fuse-encfs/FC-5/fuse-encfs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fuse-encfs.spec 3 May 2006 13:58:08 -0000 1.4 +++ fuse-encfs.spec 26 Aug 2006 06:50:36 -0000 1.5 @@ -1,12 +1,13 @@ Name: fuse-encfs Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPL Group: System Environment/Kernel Url: http://arg0.net/wiki/encfs Source: http://arg0.net/vgough/download/encfs-%{version}-1.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: fuse >= 2.2 BuildRequires: rlog-devel >= 1.3 BuildRequires: openssl-devel BuildRequires: fuse-devel >= 2.2 @@ -47,6 +48,9 @@ %changelog +* Sat Aug 26 2006 Peter Lemenkov 1.3.1-2%{?dist} +- Added necessary 'requires'field + * Wed May 03 2006 Peter Lemenkov 1.3.1-1%{?dist} - Version 1.3.1 From fedora-extras-commits at redhat.com Sat Aug 26 07:55:16 2006 From: fedora-extras-commits at redhat.com (Peter Lemenkov (peter)) Date: Sat, 26 Aug 2006 00:55:16 -0700 Subject: owners owners.list,1.1448,1.1449 Message-ID: <200608260755.k7Q7tIHS027396@cvs-int.fedora.redhat.com> Author: peter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27379 Modified Files: owners.list Log Message: Peter Lemenkov's email changed from lemenkov at newmail.ru to lemenkov at gmail.com Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1448 retrieving revision 1.1449 diff -u -r1.1448 -r1.1449 --- owners.list 26 Aug 2006 05:23:53 -0000 1.1448 +++ owners.list 26 Aug 2006 07:55:15 -0000 1.1449 @@ -167,7 +167,7 @@ Fedora Extras|childsplay|Suite of educational games for young children|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|childsplay_plugins|Plugins for childsplay (educational games for young children)|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|chkrootkit|A tool to locally check for signs of a rootkit|bugs.michael at gmx.net|extras-qa at fedoraproject.org| -Fedora Extras|chmlib|Library for dealing with ITSS/CHM format files|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|chmlib|Library for dealing with ITSS/CHM format files|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|chrpath|Modify rpath of compiled programs|Axel.Thimm at ATrpms.net|extras-qa at fedoraproject.org| Fedora Extras|cksfv|Utility to manipulate SFV files|chris.stone at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|clamav|End-user tools for the Clam Antivirus scanner|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| @@ -380,11 +380,11 @@ Fedora Extras|frozen-bubble|Frozen Bubble arcade game|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|fslint|FSlint - a utility to find and clean "lint" on a filesystem|P at draigBrady.com|extras-qa at fedoraproject.org| Fedora Extras|ftnchek|Static analyzer for Fortran 77 programs|orion at cora.nwra.com|extras-qa at fedoraproject.org| -Fedora Extras|fuse|File System in Userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|fuse|File System in Userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|fuse-emulator|A Sinclair ZX Spectrum emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|fuse-emulator-utils|Utilities for the Fuse emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|fuse-encfs|Encrypted pass-thru filesystem in userspace|lemenkov at newmail.ru|extras-qa at fedoraproject.org| -Fedora Extras|fuse-sshfs|FUSE-Filesystem to access remote filesystems via SSH|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|fuse-encfs|Encrypted pass-thru filesystem in userspace|lemenkov at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|fuse-sshfs|FUSE-Filesystem to access remote filesystems via SSH|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|fwbuilder|Firewall Builder|redhat-bugzilla at camperquake.de|extras-qa at fedoraproject.org| Fedora Extras|fwrestart|A way to more safely re-load firewall rules remotely|kevin-redhat-bugzilla at tummy.com|extras-qa at fedoraproject.org| Fedora Extras|fyre|A tool for creating artwork from chaotic functions|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| @@ -1745,7 +1745,7 @@ Fedora Extras|revelation|Password manager for GNOME 2|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|rinetd|TCP redirection server|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|rkhunter|Rootkit Hunter scans for rootkits, backdoors and local exploits|tamaster at pobox.com|extras-qa at fedoraproject.org| -Fedora Extras|rlog|Runtime Logging for C++|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|rlog|Runtime Logging for C++|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|rman|Converts man pages to various other formats|mpeters at mac.com|extras-qa at fedoraproject.org| Fedora Extras|rocksndiamonds|Underground digging game|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|rogue|The original roguelike game|wart at kobold.org|extras-qa at fedoraproject.org| @@ -1857,7 +1857,7 @@ Fedora Extras|steghide|A steganography program|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|stellarium|A photo-realistic nightsky renderer|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|stow|Manage the installation of software packages from source|gauret at free.fr|extras-qa at fedoraproject.org| -Fedora Extras|stratagus|Real-rime strategy game engine|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|stratagus|Real-rime strategy game engine|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|straw|GNOME desktop news aggregator|byte at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|streamtuner|A stream directory browser|endur at bennewitz.com|extras-qa at fedoraproject.org| Fedora Extras|stripesnoop|Magnetic Stripe Reader|tcallawa at redhat.com|extras-qa at fedoraproject.org| @@ -2009,7 +2009,7 @@ Fedora Extras|w3c-libwww|HTTP library of common code|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|w3c-markup-validator|W3C Markup Validator|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|w3m-el|W3m interface for Emacs|tagoh at redhat.com|extras-qa at fedoraproject.org| -Fedora Extras|wavpack|A completely open audiocodec|lemenkov at newmail.ru|extras-qa at fedoraproject.org| +Fedora Extras|wavpack|A completely open audiocodec|lemenkov at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|wbxml2|Library and tools to parse, encode and handle WBXML documents|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|wcstools|Software utilities to display and manipulate the WCS of a FITS image|spr at astrax.fis.ucm.es|extras-qa at fedoraproject.org| Fedora Extras|wesnoth|Battle for Wesnoth is a fantasy turn-based strategy game|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 09:10:01 2006 From: fedora-extras-commits at redhat.com (Matthias Haase (endur)) Date: Sat, 26 Aug 2006 02:10:01 -0700 Subject: comps comps-fe6.xml.in,1.119,1.120 Message-ID: <200608260910.k7Q9A3Ml000470@cvs-int.fedora.redhat.com> Author: endur Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv453/comps Modified Files: comps-fe6.xml.in Log Message: streamtuner added to graphical-internet Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- comps-fe6.xml.in 25 Aug 2006 18:26:54 -0000 1.119 +++ comps-fe6.xml.in 26 Aug 2006 09:10:01 -0000 1.120 @@ -426,6 +426,7 @@ screem silky straw + streamtuner sylpheed sylpheed-claws valknut From fedora-extras-commits at redhat.com Sat Aug 26 09:30:05 2006 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sat, 26 Aug 2006 02:30:05 -0700 Subject: rpms/exim/devel exim-4.62-dlopen-localscan.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 exim.spec, 1.24, 1.25 sources, 1.10, 1.11 Message-ID: <200608260930.k7Q9U7Uu000575@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv549 Modified Files: .cvsignore exim.spec sources Added Files: exim-4.62-dlopen-localscan.patch Log Message: update to 4.63, disable sa-exim exim-4.62-dlopen-localscan.patch: --- NEW FILE exim-4.62-dlopen-localscan.patch --- The initial version of this patch was originally posted David Woodhouse, and dman gets the credit for first integrating it with SA-Exim. I have since then maintained it by first making a few minor changes, and later switching it to a major/minor number scheme to support upgrades in the exim API that don't affect backward compatibility (you can rely on a feature denoted by the minor number and be compatible with future versions of exim until Philip has to break the API and increase the major number) Marc MERLIN diff -urN exim-4.14-0/src/EDITME exim-4.14-1/src/EDITME --- exim-4.14-0/src/EDITME Tue Mar 11 04:20:18 2003 +++ exim-4.14-1/src/EDITME Sun Mar 23 15:34:15 2003 @@ -388,6 +388,20 @@ #------------------------------------------------------------------------------ +# On systems which support dynamic loading of shared libraries, Exim can +# load a local_scan function specified in its config file instead of having +# to be recompiled with the desired local_scan function. For a full +# description of the API to this function, see the Exim specification. + +DLOPEN_LOCAL_SCAN=yes + +# If you set DLOPEN_LOCAL_SCAN, then you need to include -rdynamic in the +# linker flags. Without it, the loaded .so won't be able to access any +# functions from exim. + +LFLAGS=-rdynamic -ldl + +#------------------------------------------------------------------------------ # The default distribution of Exim contains only the plain text form of the # documentation. Other forms are available separately. If you want to install # the documentation in "info" format, first fetch the Texinfo documentation diff -urNad 50_localscan_dlopen.tmp/src/config.h.defaults 50_localscan_dlopen/src/config.h.defaults --- 50_localscan_dlopen.tmp/src/config.h.defaults Sun Dec 29 11:55:42 2002 +++ 50_localscan_dlopen/src/config.h.defaults Sun Dec 29 11:56:44 2002 @@ -17,6 +17,8 @@ #define AUTH_PLAINTEXT #define AUTH_SPA +#define DLOPEN_LOCAL_SCAN + #define BIN_DIRECTORY #define CONFIGURE_FILE diff -urN exim-4.14-0/src/globals.c exim-4.14-1/src/globals.c --- exim-4.14-0/src/globals.c Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/globals.c Sun Mar 23 15:34:15 2003 @@ -103,6 +103,9 @@ uschar *tls_verify_hosts = NULL; #endif +#ifdef DLOPEN_LOCAL_SCAN +uschar *local_scan_path = NULL; +#endif /* Input-reading functions for messages, so we can use special ones for incoming TCP/IP. The defaults use stdin. We never need these for any diff -urN exim-4.14-0/src/globals.h exim-4.14-1/src/globals.h --- exim-4.14-0/src/globals.h Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/globals.h Sun Mar 23 15:34:15 2003 @@ -67,6 +67,9 @@ extern uschar *tls_verify_hosts; /* Mandatory client verification */ #endif +#ifdef DLOPEN_LOCAL_SCAN +extern uschar *local_scan_path; /* Path to local_scan() library */ +#endif /* Input-reading functions for messages, so we can use special ones for incoming TCP/IP. */ diff -urN exim-4.14-0/src/local_scan.c exim-4.14-1/src/local_scan.c --- exim-4.14-0/src/local_scan.c Tue Mar 11 04:20:20 2003 +++ exim-4.14-1/src/local_scan.c Sun Mar 23 15:34:15 2003 @@ -5,60 +5,131 @@ /* Copyright (c) University of Cambridge 1995 - 2003 */ /* See the file NOTICE for conditions of use and distribution. */ +#include "exim.h" -/****************************************************************************** -This file contains a template local_scan() function that just returns ACCEPT. -If you want to implement your own version, you should copy this file to, say -Local/local_scan.c, and edit the copy. To use your version instead of the -default, you must set - -LOCAL_SCAN_SOURCE=Local/local_scan.c - -in your Local/Makefile. This makes it easy to copy your version for use with -subsequent Exim releases. - -For a full description of the API to this function, see the Exim specification. -******************************************************************************/ - - -/* This is the only Exim header that you should include. The effect of -including any other Exim header is not defined, and may change from release to -release. Use only the documented interface! */ - -#include "local_scan.h" - - -/* This is a "do-nothing" version of a local_scan() function. The arguments -are: - - fd The file descriptor of the open -D file, which contains the - body of the message. The file is open for reading and - writing, but modifying it is dangerous and not recommended. - - return_text A pointer to an unsigned char* variable which you can set in - order to return a text string. It is initialized to NULL. - -The return values of this function are: - - LOCAL_SCAN_ACCEPT - The message is to be accepted. The return_text argument is - saved in $local_scan_data. - - LOCAL_SCAN_REJECT - The message is to be rejected. The returned text is used - in the rejection message. - - LOCAL_SCAN_TEMPREJECT - This specifies a temporary rejection. The returned text - is used in the rejection message. -*/ +#ifdef DLOPEN_LOCAL_SCAN +#include +static int (*local_scan_fn)(int fd, uschar **return_text) = NULL; +static int load_local_scan_library(void); +#endif int local_scan(int fd, uschar **return_text) { fd = fd; /* Keep picky compilers happy */ return_text = return_text; -return LOCAL_SCAN_ACCEPT; +#ifdef DLOPEN_LOCAL_SCAN +/* local_scan_path is defined AND not the empty string */ +if (local_scan_path && *local_scan_path) + { + if (!local_scan_fn) + { + if (!load_local_scan_library()) + { + char *base_msg , *error_msg , *final_msg ; + int final_length = -1 ; + + base_msg=US"Local configuration error - local_scan() library failure\n"; + error_msg = dlerror() ; + + final_length = strlen(base_msg) + strlen(error_msg) + 1 ; + final_msg = (char*)malloc( final_length*sizeof(char) ) ; + *final_msg = '\0' ; + + strcat( final_msg , base_msg ) ; + strcat( final_msg , error_msg ) ; + + *return_text = final_msg ; + return LOCAL_SCAN_TEMPREJECT; + } + } + return local_scan_fn(fd, return_text); + } +else +#endif + return LOCAL_SCAN_ACCEPT; +} + +#ifdef DLOPEN_LOCAL_SCAN + +static int load_local_scan_library(void) +{ +/* No point in keeping local_scan_lib since we'll never dlclose() anyway */ +void *local_scan_lib = NULL; +int (*local_scan_version_fn)(void); +int vers_maj; +int vers_min; + +local_scan_lib = dlopen(local_scan_path, RTLD_NOW); +if (!local_scan_lib) + { + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library open failed - " + "message temporarily rejected"); + return FALSE; + } + +local_scan_version_fn = dlsym(local_scan_lib, "local_scan_version_major"); +if (!local_scan_version_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan_version_major() function - message temporarily rejected"); + return FALSE; + } + +/* The major number is increased when the ABI is changed in a non + backward compatible way. */ +vers_maj = local_scan_version_fn(); + +local_scan_version_fn = dlsym(local_scan_lib, "local_scan_version_minor"); +if (!local_scan_version_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan_version_minor() function - message temporarily rejected"); + return FALSE; + } + +/* The minor number is increased each time a new feature is added (in a + way that doesn't break backward compatibility) -- Marc */ +vers_min = local_scan_version_fn(); + + +if (vers_maj != LOCAL_SCAN_ABI_VERSION_MAJOR) + { + dlclose(local_scan_lib); + local_scan_lib = NULL; + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible major" + "version number, you need to recompile your module for this version" + "of exim (The module was compiled for version %d.%d and this exim provides" + "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR, + LOCAL_SCAN_ABI_VERSION_MINOR); + return FALSE; + } +else if (vers_min > LOCAL_SCAN_ABI_VERSION_MINOR) + { + dlclose(local_scan_lib); + local_scan_lib = NULL; + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible minor" + "version number, you need to recompile your module for this version" + "of exim (The module was compiled for version %d.%d and this exim provides" + "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR, + LOCAL_SCAN_ABI_VERSION_MINOR); + return FALSE; + } + +local_scan_fn = dlsym(local_scan_lib, "local_scan"); +if (!local_scan_fn) + { + dlclose(local_scan_lib); + log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain " + "local_scan() function - message temporarily rejected"); + return FALSE; + } + +return TRUE; } + +#endif /* DLOPEN_LOCAL_SCAN */ /* End of local_scan.c */ diff -urN exim-4.14-0/src/readconf.c exim-4.14-1/src/readconf.c --- exim-4.14-0/src/readconf.c Tue Mar 11 04:20:22 2003 +++ exim-4.14-1/src/readconf.c Sun Mar 23 15:34:15 2003 @@ -182,6 +182,9 @@ { "local_from_prefix", opt_stringptr, &local_from_prefix }, { "local_from_suffix", opt_stringptr, &local_from_suffix }, { "local_interfaces", opt_stringptr, &local_interfaces }, +#ifdef DLOPEN_LOCAL_SCAN + { "local_scan_path", opt_stringptr, &local_scan_path }, +#endif { "local_scan_timeout", opt_time, &local_scan_timeout }, { "local_sender_retain", opt_bool, &local_sender_retain }, { "localhost_number", opt_stringptr, &host_number_string }, Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exim/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 May 2006 10:53:54 -0000 1.10 +++ .cvsignore 26 Aug 2006 09:30:05 -0000 1.11 @@ -1,2 +1,3 @@ sa-exim-4.2.tar.gz exim-4.62.tar.bz2 +exim-4.63.tar.bz2 Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- exim.spec 27 Jul 2006 07:05:24 -0000 1.24 +++ exim.spec 26 Aug 2006 09:30:05 -0000 1.25 @@ -1,7 +1,11 @@ +# SA-Exim has long since been obsoleted by the proper built-in ACL support +# from exiscan. Disable it for FC6 unless people scream. +# %define buildsa 1 + Summary: The exim mail transfer agent Name: exim -Version: 4.62 -Release: 6%{?dist} +Version: 4.63 +Release: 1%{?dist} License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -16,7 +20,9 @@ Source3: exim.sysconfig Source4: exim.logrotate Source11: exim.pam +%if 0%{?buildsa} Source13: http://marc.merlins.org/linux/exim/files/sa-exim-4.2.tar.gz +%endif Patch4: exim-rhl.patch Patch6: exim-4.50-config.patch Patch8: exim-4.24-libdir.patch @@ -25,6 +31,7 @@ Patch14: exim-4.50-spamdconf.patch Patch15: exim-4.52-dynamic-pcre.patch Patch17: exim-4.61-ldap-deprecated.patch +Patch18: exim-4.62-dlopen-localscan.patch Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel pam-devel @@ -65,9 +72,9 @@ %prep %setup -q +%if 0%{?buildsa} %setup -q -T -D -a 13 -# patch sa -cat sa-exim*/localscan_dlopen_exim_4.20_or_better.patch | patch -p1 +%endif cp src/EDITME Local/Makefile cp exim_monitor/EDITME Local/eximon.conf @@ -79,6 +86,7 @@ %patch14 -p1 -b .spamd %patch15 -p1 -b .pcre %patch17 -p1 -b .ldap +%patch18 -p1 -b .dl %build %ifnarch s390 s390x @@ -87,11 +95,12 @@ make CFLAGS="$RPM_OPT_FLAGS -fPIE" LFLAGS=-pie _lib=%{_lib} %endif +%if 0%{?buildsa} # build sa-exim cd sa-exim* perl -pi -e 's|\@lynx|HOME=/ /usr/bin/lynx|g;' Makefile make SACONF=%{_sysconfdir}/exim/sa-exim.conf CFLAGS="$RPM_OPT_FLAGS -fPIC" - +%endif %install rm -rf $RPM_BUILD_ROOT @@ -156,12 +165,14 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d install -m 0644 %SOURCE4 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/exim +%if 0%{?buildsa} # install sa cd sa-exim* mkdir -p $RPM_BUILD_ROOT%{_libexecdir}/exim install *.so $RPM_BUILD_ROOT%{_libexecdir}/exim install -m 644 *.conf $RPM_BUILD_ROOT%{_sysconfdir}/exim ln -s sa-exim*.so $RPM_BUILD_ROOT%{_libexecdir}/exim/sa-exim.so +%endif # generate ghost .pem file mkdir -p $RPM_BUILD_ROOT/etc/pki/tls/{certs,private} @@ -281,14 +292,20 @@ %{_sbindir}/eximon %{_sbindir}/eximon.bin +%if 0%{?buildsa} %files sa %defattr(-,root,root) %{_libexecdir}/exim %config(noreplace) %{_sysconfdir}/exim/sa-*.conf %doc sa-exim*/*.html %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO} +%endif %changelog +* Sat Aug 26 2006 David Woodhouse - 4.63-1 +- Update to 4.63 +- Disable sa-exim, but leave the dlopen patch in + * Wed Jul 19 2006 Thomas Woerner - 4.62-6 - final version - changed permissions of /etc/pki/tls/*/exim.pem to 0600 Index: sources =================================================================== RCS file: /cvs/extras/rpms/exim/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 2 May 2006 10:53:54 -0000 1.10 +++ sources 26 Aug 2006 09:30:05 -0000 1.11 @@ -1,2 +1,3 @@ ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz a8efc92427192fd3b7b5e71decc8cc31 exim-4.62.tar.bz2 +dde2d5f7106d51607409af94174db46c exim-4.63.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 10:33:20 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Sat, 26 Aug 2006 03:33:20 -0700 Subject: rpms/banshee/devel banshee.spec,1.18,1.19 Message-ID: <200608261033.k7QAXMZR003528@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3511 Modified Files: banshee.spec Log Message: * Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 - For some reason, the last build picked up dependencies on both mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 Not sure why, but hopefully this rebuild fixes it.... Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- banshee.spec 24 Aug 2006 21:41:11 -0000 1.18 +++ banshee.spec 26 Aug 2006 10:33:20 -0000 1.19 @@ -1,6 +1,6 @@ Name: banshee Version: 0.10.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -106,7 +106,12 @@ %exclude %{_libdir}/banshee/*.la %changelog -* Wed Aug 23 2006 Christopher Aillon - 0.10-12-2 +* Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 +- For some reason, the last build picked up dependencies on both + mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 + Not sure why, but hopefully this rebuild fixes it.... + +* Wed Aug 23 2006 Christopher Aillon - 0.10.12-1 - Update to 0.10.12 - Build against newer mono stack From fedora-extras-commits at redhat.com Sat Aug 26 13:55:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 26 Aug 2006 06:55:17 -0700 Subject: rpms/SDL_image/devel .cvsignore, 1.3, 1.4 SDL_image.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200608261355.k7QDtJf5012406@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12385 Modified Files: .cvsignore SDL_image.spec sources Log Message: * Sat Aug 26 2006 Brian Pepple - 1.2.5-1 - Update to 1.2.5. - Simplify description & summary for devel package. - Update SDL version required. - Use disable-static configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Jun 2005 16:26:55 -0000 1.3 +++ .cvsignore 26 Aug 2006 13:55:16 -0000 1.4 @@ -1 +1 @@ -SDL_image-1.2.4.tar.gz +SDL_image-1.2.5.tar.gz Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SDL_image.spec 13 Feb 2006 17:31:31 -0000 1.7 +++ SDL_image.spec 26 Aug 2006 13:55:16 -0000 1.8 @@ -1,6 +1,6 @@ Name: SDL_image -Version: 1.2.4 -Release: 5%{?dist} +Version: 1.2.5 +Release: 1%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -9,7 +9,7 @@ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: SDL-devel >= 1.2.4-1 +BuildRequires: SDL-devel >= 1.2.10 BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel @@ -23,17 +23,15 @@ %package devel -Summary: Development files for the SDL image loading library +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: SDL-devel >= 1.2.4-1 +Requires: SDL-devel >= 1.2.10 %description devel -Simple DirectMedia Layer (SDL) is a cross-platform multimedia library -designed to provide fast access to the graphics frame buffer and audio -device. This package contains the files needed for development using -the SDL image loading library contained in the SDL_image package. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -42,7 +40,7 @@ %build # XCF support is crashy in 1.2.4 -%configure --disable-dependency-tracking --enable-tif +%configure --disable-dependency-tracking --enable-tif --disable-static make %{?_smp_mflags} @@ -52,7 +50,7 @@ mkdir -p $RPM_BUILD_ROOT%{_bindir} ./libtool --mode=install /usr/bin/install showimage $RPM_BUILD_ROOT%{_bindir} -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -74,12 +72,17 @@ %files devel %defattr(-,root,root) -%{_libdir}/*.a %{_libdir}/lib*.so -%{_includedir}/SDL/* +%{_includedir}/SDL/ %changelog +* Sat Aug 26 2006 Brian Pepple - 1.2.5-1 +- Update to 1.2.5. +- Simplify description & summary for devel package. +- Update SDL version required. +- Use disable-static configure flag. + * Mon Feb 13 2006 Brian Pepple - 1.2.4-5 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Jun 2005 16:26:55 -0000 1.3 +++ sources 26 Aug 2006 13:55:16 -0000 1.4 @@ -1 +1 @@ -70bf617f99e51a2c94550fc79d542f0b SDL_image-1.2.4.tar.gz +cd006109a73bf7dcc93e1c3ed15ee782 SDL_image-1.2.5.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 14:12:25 2006 From: fedora-extras-commits at redhat.com (Andreas Thienemann (ixs)) Date: Sat, 26 Aug 2006 07:12:25 -0700 Subject: rpms/ser/devel ser.spec,1.5,1.6 Message-ID: <200608261412.k7QECRtg015166@cvs-int.fedora.redhat.com> Author: ixs Update of /cvs/extras/rpms/ser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149 Modified Files: ser.spec Log Message: * Sat Aug 26 2006 Andreas Thienemann 0.9.6-8 - Added flex dependency Index: ser.spec =================================================================== RCS file: /cvs/extras/rpms/ser/devel/ser.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ser.spec 23 Jul 2006 11:54:01 -0000 1.5 +++ ser.spec 26 Aug 2006 14:12:25 -0000 1.6 @@ -8,7 +8,7 @@ Summary: SIP Express Router Name: ser Version: 0.9.6 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ftp.iptel.org/pub/ser/latest/src/ser-%{version}_src.tar.gz @@ -20,6 +20,7 @@ URL: http://www.iptel.org/ser/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: expat-devel, libxml2-devel, mysql-devel, postgresql-devel, bison +BuildRequires: flex Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service @@ -214,6 +215,9 @@ %endif %changelog +* Sat Aug 26 2006 Andreas Thienemann 0.9.6-8 +- Added flex dependency + * Sun Jul 23 2006 Andreas Thienemann 0.9.6-7 - Added bison dependency From fedora-extras-commits at redhat.com Sat Aug 26 14:17:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sat, 26 Aug 2006 07:17:41 -0700 Subject: rpms/SDL_ttf/devel .cvsignore, 1.3, 1.4 SDL_ttf.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608261417.k7QEHiIk015256@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15233 Modified Files: .cvsignore SDL_ttf.spec sources Log Message: * Sat Aug 26 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8. - Simplify description & summary for devel package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Sep 2005 18:40:09 -0000 1.3 +++ .cvsignore 26 Aug 2006 14:17:41 -0000 1.4 @@ -1 +1 @@ -SDL_ttf-2.0.7.tar.gz +SDL_ttf-2.0.8.tar.gz Index: SDL_ttf.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/SDL_ttf.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- SDL_ttf.spec 13 Feb 2006 17:35:30 -0000 1.10 +++ SDL_ttf.spec 26 Aug 2006 14:17:41 -0000 1.11 @@ -1,13 +1,13 @@ Name: SDL_ttf -Version: 2.0.7 -Release: 4%{?dist} +Version: 2.0.8 +Release: 1%{?dist} Summary: Simple DirectMedia Layer TrueType Font library Group: System Environment/Libraries License: LGPL URL: http://www.libsdl.org/projects/SDL_ttf/ Source0: http://www.libsdl.org/projects/%{name}/release/%{name}-%{version}.tar.gz -Patch1: %{name}-%{version}-freetype-internals.patch +Patch1: %{name}-2.0.7-freetype-internals.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4 @@ -21,16 +21,15 @@ %package devel -Summary: Files to develop SDL applications which use TrueType fonts +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: SDL-devel >= 1.2.4 %description devel -This library allows you to use TrueType fonts to render text in SDL -applications. This package provides the libraries, include files and other -resources needed for developing SDL_ttf applications. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -46,7 +45,7 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean @@ -68,10 +67,14 @@ %files devel %defattr(-,root,root) %{_libdir}/*.so -%{_includedir}/SDL/*.h +%{_includedir}/SDL/ %changelog +* Sat Aug 26 2006 Brian Pepple - 2.0.8-1 +- Update to 2.0.8. +- Simplify description & summary for devel package. + * Mon Feb 13 2006 Brian Pepple - 2.0.7-4 - rebuilt for new gcc4.1 snapshot and glibc changes Index: sources =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Sep 2005 18:40:09 -0000 1.3 +++ sources 26 Aug 2006 14:17:41 -0000 1.4 @@ -1 +1 @@ -0f6ee1a502e6913a412aac353dc75bbc SDL_ttf-2.0.7.tar.gz +094b6c08769e9842dbe1dfb5efa22df7 SDL_ttf-2.0.8.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 15:37:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:37:49 -0700 Subject: rpms/xcircuit - New directory Message-ID: <200608261537.k7QFbptX018295@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18269/xcircuit Log Message: Directory /cvs/extras/rpms/xcircuit added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:37:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:37:50 -0700 Subject: rpms/xcircuit/devel - New directory Message-ID: <200608261537.k7QFbq0u018298@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18269/xcircuit/devel Log Message: Directory /cvs/extras/rpms/xcircuit/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:38:08 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:38:08 -0700 Subject: rpms/xcircuit Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261538.k7QFcAZ8018342@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18314 Added Files: Makefile import.log Log Message: Setup of module xcircuit --- NEW FILE Makefile --- # Top level Makefile for module xcircuit all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:38:09 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:38:09 -0700 Subject: rpms/xcircuit/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261538.k7QFcBsL018345@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18314/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xcircuit --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:39:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:39:55 -0700 Subject: rpms/xcircuit import.log,1.1,1.2 Message-ID: <200608261539.k7QFdv2M018437@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18401 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-8 on branch devel from xcircuit-3.4.26-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:38:08 -0000 1.1 +++ import.log 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 From fedora-extras-commits at redhat.com Sat Aug 26 15:39:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:39:55 -0700 Subject: rpms/xcircuit/devel xcircuit-3.4.26-LIBTOOL.patch, NONE, 1.1 xcircuit.desktop, NONE, 1.1 xcircuit.png, NONE, 1.1 xcircuit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261539.k7QFdwW2018444@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18401/devel Modified Files: .cvsignore sources Added Files: xcircuit-3.4.26-LIBTOOL.patch xcircuit.desktop xcircuit.png xcircuit.spec Log Message: auto-import xcircuit-3.4.26-8 on branch devel from xcircuit-3.4.26-8.src.rpm xcircuit-3.4.26-LIBTOOL.patch: --- NEW FILE xcircuit-3.4.26-LIBTOOL.patch --- --- configure.in.orig 2006-04-10 23:51:35.000000000 +0200 +++ configure.in 2006-08-23 14:46:17.000000000 +0200 @@ -50,7 +50,7 @@ AC_MSG_ERROR(Compiler not ANSI compliant) fi AC_PROG_INSTALL -AC_PROG_RANLIB +AC_PROG_LIBTOOL dnl GNU M4 is preferred due to some of the option switches. AC_PATH_PROGS([M4], [gm4 gnum4 m4],) --- NEW FILE xcircuit.desktop --- [Desktop Entry] Encoding=UTF-8 Name=XCircuit Exec=xcircuit Icon=xcircuit Type=Application Terminal=false GenericName=xcircuit Categories=Education;Science;X-Fedora;Engineering; X-Desktop-File-Install-Version=0.10 --- NEW FILE xcircuit.spec --- Name: xcircuit Version: 3.4.26 Release: 8%{?dist} Summary: Electronic circuit schematic drawing program License: GPL Group: Applications/Engineering URL: http://opencircuitdesign.com/xcircuit Source: http://opencircuitdesign.com/xcircuit/archive/%{name}-%{version}.tgz Source1: %{name}.desktop # http://opencircuitdesign.com/xcircuit/archive/xcircuit.xpm as 64x64 Source2: %{name}.png Patch0: xcircuit-3.4.26-LIBTOOL.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcl-devel, tk-devel, desktop-file-utils, libtool, libXt-devel, zlib-devel, libXpm-devel Requires: tcl, tk Requires(post): %{_bindir}/gtk-update-icon-cache Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database %description Xcircuit is a general-purpose drawing program and also a specific-purpose CAD program for circuit schematic drawing and schematic capture. %prep %setup -q %patch0 -p0 -b configure.in %build %{__libtoolize} --force --copy %{__aclocal} %{__automake} --add-missing %{__autoconf} %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__rm} %{_builddir}/%{name} %{__make} DESTDIR=%{buildroot} install %{__make} install-man mandir="%{buildroot}%{_mandir}" %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc %{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ --add-category X-Fedora \ --dir %{buildroot}%{_datadir}/applications \ %{SOURCE1} %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %files %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} %{_libdir}/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-7 - Fixed mandir * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-6 - Dropped patch xcircuit-3.4.26-xpm-gif.patch - Removed useless Windows related files * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-5 - Added libXpm-devel as BR to prevent "image type "xpm" doesn't exist" error * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-4 - Added libXt-devel and zlib-devel as BR * Fri Aug 25 2006 Chitlesh Goorah - 3.4.26-3 - Fixed xcircuit.desktop and removed unneccessary installation for manual - Used update-desktop-database in %%post and %%postun - patch for "image type "xpm" doesn't exist" * Thu Aug 24 2006 Chitlesh Goorah - 3.4.26-2 - Fixed xcircuit.desktop, xcircuit.png - Minor fixes * Wed Aug 23 2006 Chitlesh Goorah - 3.4.26-1 - Initial Package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:38:09 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +xcircuit-3.4.26.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:38:09 -0000 1.1 +++ sources 26 Aug 2006 15:39:55 -0000 1.2 @@ -0,0 +1 @@ +ec6ec09e97d711f507e8f7c33c88b06b xcircuit-3.4.26.tgz From fedora-extras-commits at redhat.com Sat Aug 26 15:42:33 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:42:33 -0700 Subject: owners owners.list,1.1449,1.1450 Message-ID: <200608261542.k7QFgZdh018504@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18485/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1449 retrieving revision 1.1450 diff -u -r1.1449 -r1.1450 --- owners.list 26 Aug 2006 07:55:15 -0000 1.1449 +++ owners.list 26 Aug 2006 15:42:33 -0000 1.1450 @@ -2051,6 +2051,7 @@ Fedora Extras|xchat-gnome|Gnome IRC Client|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|xchm|A GUI front-end to CHMlib|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|xcin|A XIM server input method for Traditional Chinese|llch at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|xcicuit|Electronic circuit schematic drawing program|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|xcompmgr|X11 composite manager|dakingun at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|xdaliclock|A clock for the X Window System|kaboom at oobleck.net|extras-qa at fedoraproject.org| Fedora Extras|xdesktopwaves|Simulation of water waves on the X Window System desktop|adrian at lisas.de|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 15:45:38 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:45:38 -0700 Subject: owners owners.list,1.1450,1.1451 Message-ID: <200608261545.k7QFjeT4018543@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18526/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1450 retrieving revision 1.1451 diff -u -r1.1450 -r1.1451 --- owners.list 26 Aug 2006 15:42:33 -0000 1.1450 +++ owners.list 26 Aug 2006 15:45:38 -0000 1.1451 @@ -709,6 +709,7 @@ Fedora Extras|kover|WYSIWYG CD cover printer with CDDB support|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|kphone|A SIP (Session Initiation Protocol) user agent for Linux|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kphotoalbum|KDE Photo Album|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kpolynome|A polynome calculation program for KDE|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|krecipes|Application to manage recipes and shopping-lists|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|krusader|An advanced twin-panel (commander-style) file-manager for KDE|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|ks3switch|KDE utility for managing the output device on S3 Savage chips|paul at xtdnet.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 15:47:19 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:19 -0700 Subject: rpms/kpolynome - New directory Message-ID: <200608261547.k7QFlLmQ018613@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18592/kpolynome Log Message: Directory /cvs/extras/rpms/kpolynome added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:47:20 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:20 -0700 Subject: rpms/kpolynome/devel - New directory Message-ID: <200608261547.k7QFlMUH018616@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18592/kpolynome/devel Log Message: Directory /cvs/extras/rpms/kpolynome/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:47:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:43 -0700 Subject: rpms/kpolynome Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261547.k7QFlj3k018665@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637 Added Files: Makefile import.log Log Message: Setup of module kpolynome --- NEW FILE Makefile --- # Top level Makefile for module kpolynome all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:47:44 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:47:44 -0700 Subject: rpms/kpolynome/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261547.k7QFlkFt018668@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18637/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kpolynome --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:49:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:49:13 -0700 Subject: rpms/kpolynome import.log,1.1,1.2 Message-ID: <200608261549.k7QFnjxH018743@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706 Modified Files: import.log Log Message: auto-import kpolynome-0.1.2-6 on branch devel from kpolynome-0.1.2-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kpolynome/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:47:43 -0000 1.1 +++ import.log 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +kpolynome-0_1_2-6:HEAD:kpolynome-0.1.2-6.src.rpm:1156614747 From fedora-extras-commits at redhat.com Sat Aug 26 15:49:14 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 08:49:14 -0700 Subject: rpms/kpolynome/devel kpolynome-0.1-2-desktop.patch, NONE, 1.1 kpolynome.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261549.k7QFnkXN018747@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18706/devel Modified Files: .cvsignore sources Added Files: kpolynome-0.1-2-desktop.patch kpolynome.spec Log Message: auto-import kpolynome-0.1.2-6 on branch devel from kpolynome-0.1.2-6.src.rpm kpolynome-0.1-2-desktop.patch: --- NEW FILE kpolynome-0.1-2-desktop.patch --- --- src/kpolynome.desktop 2005-04-23 15:30:17.000000000 +0200 +++ kpolynome.desktop 2006-08-25 11:41:52.000000000 +0200 @@ -5,13 +5,13 @@ MimeType=application/x-kpolynome Icon=kpolynome Type=Application -DocPath=kpolynome/index.html -Categories=Qt;KDE;Math;Education +DocPath=kpolynome-0.1.2/en/index.html +Categories=Qt;KDE;Math;Education;Science;X-Fedora;Engineering; +X-Desktop-File-Install-Version=0.10 Comment=Polynome calculation Comment[hu]=Polinomsz??m??t??s -Type=MimeType Patterns=*.kpds;*.KPDS X-KDE-AutoEmbed=false -[Property::X-KDE-NativeExtension] +[X-Property::X-KDE-NativeExtension] Type=QString Value=.kpds;*.KPDS --- NEW FILE kpolynome.spec --- Name: kpolynome #Version 0.1-2 second upstream release Version: 0.1.2 Release: 6%{?dist} Summary: A polynome calculation program for KDE License: GPL Group: Applications/Engineering URL: http://sourceforge.net/projects/%{name} Source: http://sourceforge.net/projects/%{name}/%{name}-0.1-2.tar.gz Patch0: kpolynome-0.1-2-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, kdelibs-devel, desktop-file-utils Requires(post): %{_bindir}/gtk-update-icon-cache Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database %description KPolynome is a program to calculate mathematical polynomes based on given data coordinates. %prep %setup -q -n %{name}-0.1 %patch0 -p0 -b %{name}.desktop %build %configure --disable-rpath %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %{__rm} -rf doc/{en,hu}/Makefile* chmod 644 {AUTHORS,ChangeLog,COPYING,NEWS} chmod 644 src/{drawwidget.*,maindialog.*,maindlg.ui.h,matdata.*,curvedialog.*,main.cpp,curvedlg.ui.h} chmod 644 doc/{en,hu}/index.docbook # Fix absolute symlink rm -f %{buildroot}%{_docdir}/HTML/??/%{name}/common desktop-file-install --vendor fedora \ --add-category "Engineering" \ --add-category "X-Fedora" \ --delete-original \ --dir %{buildroot}%{_datadir}/applications/ \ %{buildroot}%{_datadir}/applnk/Edutainment/Mathematics/%{name}.desktop rm -rf %{buildroot}%{_docdir}/HTML/ #No translations %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %postun touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog TODO doc/en doc/hu %{_bindir}/%{name} %dir %{_datadir}/apps/%{name} %{_datadir}/apps/%{name}/%{name}ui.rc %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 0.1.2-6 - Replaced $$RPM_BUILD_ROOT by %%{buildroot} - Removed requires: kdelibs * Sat Aug 26 2006 Chitlesh Goorah - 0.1.2-5 - Removed useless Makefiles in doc/{en,hu} * Fri Aug 25 2006 Chitlesh Goorah - 0.1.2-4 - Restored HTML documents * Fri Aug 25 2006 Chitlesh Goorah - 0.1.2-3 - Fixed script-without-shellbang for kpolynome-debuginfo - Used update-desktop-database in %%post and %%postun - Fixed xcircuit.desktop * Sun Aug 20 2006 Chitlesh Goorah - 0.1.2-2 - Added autoconf and automake as BRs. - Owned proper directories in %%files - Fixed rpmlint issues * Sun Aug 13 2006 Chitlesh Goorah - 0.1.2-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kpolynome/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:47:44 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +kpolynome-0.1-2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kpolynome/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:47:44 -0000 1.1 +++ sources 26 Aug 2006 15:49:13 -0000 1.2 @@ -0,0 +1 @@ +e1e43fac9f0fc5f5c9c8e8b3a94e745b kpolynome-0.1-2.tar.gz From fedora-extras-commits at redhat.com Sat Aug 26 15:50:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:31 -0700 Subject: rpms/conexusmm - New directory Message-ID: <200608261550.k7QFoX1n018843@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18822/conexusmm Log Message: Directory /cvs/extras/rpms/conexusmm added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:50:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:31 -0700 Subject: rpms/conexusmm/devel - New directory Message-ID: <200608261550.k7QFoYIU018846@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18822/conexusmm/devel Log Message: Directory /cvs/extras/rpms/conexusmm/devel added to the repository From fedora-extras-commits at redhat.com Sat Aug 26 15:50:43 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:43 -0700 Subject: rpms/conexusmm Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608261550.k7QFojVY018900@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18867 Added Files: Makefile import.log Log Message: Setup of module conexusmm --- NEW FILE Makefile --- # Top level Makefile for module conexusmm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sat Aug 26 15:50:43 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:50:43 -0700 Subject: rpms/conexusmm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608261550.k7QFojVD018903@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18867/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conexusmm --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sat Aug 26 15:51:26 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:51:26 -0700 Subject: rpms/conexusmm import.log,1.1,1.2 Message-ID: <200608261551.k7QFpw30018965@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931 Modified Files: import.log Log Message: auto-import conexusmm-0.3.0-1 on branch devel from conexusmm-0.3.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/conexusmm/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 26 Aug 2006 15:50:43 -0000 1.1 +++ import.log 26 Aug 2006 15:51:26 -0000 1.2 @@ -0,0 +1 @@ +conexusmm-0_3_0-1:HEAD:conexusmm-0.3.0-1.src.rpm:1156607484 From fedora-extras-commits at redhat.com Sat Aug 26 15:51:27 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:51:27 -0700 Subject: rpms/conexusmm/devel conexusmm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608261551.k7QFpxeg018969@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18931/devel Modified Files: .cvsignore sources Added Files: conexusmm.spec Log Message: auto-import conexusmm-0.3.0-1 on branch devel from conexusmm-0.3.0-1.src.rpm --- NEW FILE conexusmm.spec --- # Target: fedora-5 Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.3.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized C++ I/O library that includes support for BSD sockets, serial/tty, packet capture (via pcap), et. al. conexus utilizes sigc++ for object communication. %package devel Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig %description devel This package contains the libraries and header files needed for developing %{name} applications. %prep %setup -q %build %configure --enable-static=no %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' # Copy docs into a better location for installation # Keeps them from being /usr/share/doc/package-x.x.x-devel/docs %{__cp} -ar docs/reference . %{__cp} -ar docs/gallery . %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING %{_libdir}/lib*conexusmm*.so.* %files devel %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc %{_includedir}/conexusmm-0.3/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo %{_datadir}/conexusmm-0.3.0/ %changelog * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ - Added papyrus BuildRequires for spinner widgets * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.0-3 - Removed pkgconfig from BuildRequires - Added pkgconfig to -devel Requires * Sat Jul 29 2006 Rick L Vinyard Jr - 0.2.0-2 - Changed make to %%{__make} - Changed %%{name} to autoconf subst that puts specific name in devel requires - Added comment regarding why cp occurs for docs - Removed doxygen, graphviz and pkgconfig from devel requires - Added package name to globs in so libs, .pc and demos * Sat Jul 15 2006 Rick L Vinyard Jr - 0.2.0-1 - Started from branch of conexus project Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 26 Aug 2006 15:50:43 -0000 1.1 +++ .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 @@ -0,0 +1 @@ +conexusmm-0.3.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 26 Aug 2006 15:50:43 -0000 1.1 +++ sources 26 Aug 2006 15:51:27 -0000 1.2 @@ -0,0 +1 @@ +8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 From fedora-extras-commits at redhat.com Sat Aug 26 15:55:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 08:55:23 -0700 Subject: owners owners.list,1.1451,1.1452 Message-ID: <200608261555.k7QFtPUK019025@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19008 Modified Files: owners.list Log Message: Added conexusmm Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1451 retrieving revision 1.1452 diff -u -r1.1451 -r1.1452 --- owners.list 26 Aug 2006 15:45:38 -0000 1.1451 +++ owners.list 26 Aug 2006 15:55:23 -0000 1.1452 @@ -195,6 +195,7 @@ Fedora Extras|comps|The list of groups and packages displayed by yum and repoview.|notting at redhat.com|katzj at redhat.com|skvidal at phy.duke.edu,sopwith at redhat.com Fedora Extras|cone|CONE mail reader|steve at silug.org|extras-qa at fedoraproject.org| Fedora Extras|conexus|conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| +Fedora Extras|conexusmm|Gtkmm widgets for the conexus I/O Library|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|configure-thinkpad|Graphical ThinkPad configuration utility|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|conglomerate|Extensible XML Editor|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|conman|the console manager|jwilson at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sat Aug 26 16:00:40 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 09:00:40 -0700 Subject: comps comps-fe5.xml.in,1.117,1.118 comps-fe6.xml.in,1.120,1.121 Message-ID: <200608261600.k7QG0gv8019073@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19049 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added bit-devel, conexus-devel, conexusmm-devel Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- comps-fe5.xml.in 25 Aug 2006 18:26:54 -0000 1.117 +++ comps-fe5.xml.in 26 Aug 2006 16:00:39 -0000 1.118 @@ -218,8 +218,11 @@ anjuta anjuta-docs at-poke + bit-devel bitgtkmm-devel cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- comps-fe6.xml.in 26 Aug 2006 09:10:01 -0000 1.120 +++ comps-fe6.xml.in 26 Aug 2006 16:00:39 -0000 1.121 @@ -241,8 +241,11 @@ anjuta anjuta-docs at-poke + bit-devel bitgtkmm-devel cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel From fedora-extras-commits at redhat.com Sat Aug 26 17:31:36 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:31:36 -0700 Subject: comps comps-fe6.xml.in,1.121,1.122 Message-ID: <200608261731.k7QHVcvM025056@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25039/comps Modified Files: comps-fe6.xml.in Log Message: Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- comps-fe6.xml.in 26 Aug 2006 16:00:39 -0000 1.121 +++ comps-fe6.xml.in 26 Aug 2006 17:31:36 -0000 1.122 @@ -158,6 +158,7 @@ hdf hdf5 hmmer + kpolynome kst lagan lapack @@ -177,6 +178,7 @@ scalapack SIBsim4 veusz + xcircuit From fedora-extras-commits at redhat.com Sat Aug 26 17:48:02 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:48:02 -0700 Subject: rpms/xcircuit import.log,1.2,1.3 Message-ID: <200608261748.k7QHm4g2025137@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25106 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-9 on branch FC-5 from xcircuit-3.4.26-9.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 26 Aug 2006 15:39:55 -0000 1.2 +++ import.log 26 Aug 2006 17:48:02 -0000 1.3 @@ -1 +1,2 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 +xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 From fedora-extras-commits at redhat.com Sat Aug 26 17:48:03 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 10:48:03 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.1,1.2 Message-ID: <200608261748.k7QHm5uw025141@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25106/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-9 on branch FC-5 from xcircuit-3.4.26-9.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xcircuit.spec 26 Aug 2006 15:39:55 -0000 1.1 +++ xcircuit.spec 26 Aug 2006 17:48:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure +%configure --libdir=%{_libdir} %{__make} %{?_smp_mflags} %install @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 +- Added --libdir=%%{_libdir} to solve build error on x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp From fedora-extras-commits at redhat.com Sat Aug 26 18:12:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:12:17 -0700 Subject: rpms/xcircuit import.log,1.3,1.4 Message-ID: <200608261812.k7QICn4c028034@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28002 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-10 on branch FC-5 from xcircuit-3.4.26-10.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 26 Aug 2006 17:48:02 -0000 1.3 +++ import.log 26 Aug 2006 18:12:16 -0000 1.4 @@ -1,2 +1,3 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 +xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 From fedora-extras-commits at redhat.com Sat Aug 26 18:12:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:12:17 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.2,1.3 Message-ID: <200608261812.k7QICnWk028037@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28002/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-10 on branch FC-5 from xcircuit-3.4.26-10.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xcircuit.spec 26 Aug 2006 17:48:03 -0000 1.2 +++ xcircuit.spec 26 Aug 2006 18:12:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -48,7 +48,7 @@ %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc -%{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 +%{__rm} %{buildroot}%{_prefix}/lib*/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 +- Opted %{_prefix}/lib* prior to %{_libdir} + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 - Added --libdir=%%{_libdir} to solve build error on x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 18:26:36 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:26:36 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.3,1.4 Message-ID: <200608261826.k7QIQcLd028348@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28313/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-11 on branch FC-5 from xcircuit-3.4.26-11.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xcircuit.spec 26 Aug 2006 18:12:17 -0000 1.3 +++ xcircuit.spec 26 Aug 2006 18:26:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure --libdir=%{_libdir} +%configure %{__make} %{?_smp_mflags} %install @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -78,14 +78,17 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} -%{_libdir}/%{name}-3.4/ +%{_prefix}/lib*/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 -- Opted %{_prefix}/lib* prior to %{_libdir} +- Opted %%{_prefix}/lib* prior to %%{_libdir} * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 - Added --libdir=%%{_libdir} to solve build error on x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 18:26:35 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:26:35 -0700 Subject: rpms/xcircuit import.log,1.4,1.5 Message-ID: <200608261826.k7QIQb1W028344@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28313 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-11 on branch FC-5 from xcircuit-3.4.26-11.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 26 Aug 2006 18:12:16 -0000 1.4 +++ import.log 26 Aug 2006 18:26:35 -0000 1.5 @@ -1,3 +1,4 @@ xcircuit-3_4_26-8:HEAD:xcircuit-3.4.26-8.src.rpm:1156614189 xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 +xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 From fedora-extras-commits at redhat.com Sat Aug 26 18:41:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:41:17 -0700 Subject: rpms/xcircuit import.log,1.5,1.6 Message-ID: <200608261841.k7QIfJQo028508@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28477 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-12 on branch FC-5 from xcircuit-3.4.26-12.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 26 Aug 2006 18:26:35 -0000 1.5 +++ import.log 26 Aug 2006 18:41:17 -0000 1.6 @@ -2,3 +2,4 @@ xcircuit-3_4_26-9:FC-5:xcircuit-3.4.26-9.src.rpm:1156621875 xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 +xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 From fedora-extras-commits at redhat.com Sat Aug 26 18:41:18 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 11:41:18 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.4,1.5 Message-ID: <200608261841.k7QIfKxX028512@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28477/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-12 on branch FC-5 from xcircuit-3.4.26-12.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xcircuit.spec 26 Aug 2006 18:26:36 -0000 1.4 +++ xcircuit.spec 26 Aug 2006 18:41:18 -0000 1.5 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 19:05:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:05:58 -0700 Subject: rpms/xcircuit import.log,1.6,1.7 Message-ID: <200608261906.k7QJ60qE031312@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31281 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-13 on branch FC-5 from xcircuit-3.4.26-13.src.rpm lib64 issue Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 26 Aug 2006 18:41:17 -0000 1.6 +++ import.log 26 Aug 2006 19:05:58 -0000 1.7 @@ -3,3 +3,4 @@ xcircuit-3_4_26-10:FC-5:xcircuit-3.4.26-10.src.rpm:1156623330 xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 +xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 From fedora-extras-commits at redhat.com Sat Aug 26 19:05:59 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:05:59 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.5,1.6 Message-ID: <200608261906.k7QJ61jl031316@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31281/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-13 on branch FC-5 from xcircuit-3.4.26-13.src.rpm lib64 issue Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xcircuit.spec 26 Aug 2006 18:41:18 -0000 1.5 +++ xcircuit.spec 26 Aug 2006 19:05:59 -0000 1.6 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,7 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure +%configure --with-tcl=%{_prefix}/lib* %{__make} %{?_smp_mflags} %install @@ -53,7 +53,7 @@ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_prefix}/lib/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -84,6 +84,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Minor fixes to build properly under x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sat Aug 26 19:37:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:37:48 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.6,1.7 Message-ID: <200608261937.k7QJboE5031536@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31501/FC-5 Modified Files: xcircuit.spec Log Message: auto-import xcircuit-3.4.26-14 on branch FC-5 from xcircuit-3.4.26-14.src.rpm excluding 64 Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xcircuit.spec 26 Aug 2006 19:05:59 -0000 1.6 +++ xcircuit.spec 26 Aug 2006 19:37:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -21,6 +21,7 @@ Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database +ExcludeArch: ia64 %description Xcircuit is a general-purpose drawing program and also a specific-purpose @@ -85,6 +86,9 @@ %Changelog * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Excluding builds for x86_64 (temporarily) + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 - Minor fixes to build properly under x86_64 * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 From fedora-extras-commits at redhat.com Sat Aug 26 19:37:48 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Sat, 26 Aug 2006 12:37:48 -0700 Subject: rpms/xcircuit import.log,1.7,1.8 Message-ID: <200608261937.k7QJbol8031532@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31501 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-14 on branch FC-5 from xcircuit-3.4.26-14.src.rpm excluding 64 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 26 Aug 2006 19:05:58 -0000 1.7 +++ import.log 26 Aug 2006 19:37:47 -0000 1.8 @@ -4,3 +4,4 @@ xcircuit-3_4_26-11:FC-5:xcircuit-3.4.26-11.src.rpm:1156624189 xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 +xcircuit-3_4_26-14:FC-5:xcircuit-3.4.26-14.src.rpm:1156628462 From fedora-extras-commits at redhat.com Sun Aug 27 00:33:47 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:33:47 -0700 Subject: rpms/azureus/devel .cvsignore, 1.8, 1.9 azureus-no-update-manager-SWTUpdateChecker.patch, 1.2, 1.3 azureus-no-update-manager-UpdateMonitor.patch, 1.3, 1.4 azureus-themed.patch, 1.4, 1.5 azureus.spec, 1.29, 1.30 sources, 1.8, 1.9 azureus-no-restart.patch, 1.2, NONE azureus-no-update-manager-MainWindow.patch, 1.1, NONE Message-ID: <200608270033.k7R0XnDC013251@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13215 Modified Files: .cvsignore azureus-no-update-manager-SWTUpdateChecker.patch azureus-no-update-manager-UpdateMonitor.patch azureus-themed.patch azureus.spec sources Removed Files: azureus-no-restart.patch azureus-no-update-manager-MainWindow.patch Log Message: Update to 2.5.0.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Jul 2006 19:33:20 -0000 1.8 +++ .cvsignore 27 Aug 2006 00:33:46 -0000 1.9 @@ -1,3 +1,7 @@ -azureus2-cvs-20060702.tar.bz2 -bdcc_2.2.2.zip +azureus2-2.5.0.0.tar.gz +azureus.script +Azureus.desktop +azureus.applications +azureus-License.txt azplugins_1.9.jar +bdcc_2.2.2.zip azureus-no-update-manager-SWTUpdateChecker.patch: Index: azureus-no-update-manager-SWTUpdateChecker.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-no-update-manager-SWTUpdateChecker.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- azureus-no-update-manager-SWTUpdateChecker.patch 29 May 2006 16:02:45 -0000 1.2 +++ azureus-no-update-manager-SWTUpdateChecker.patch 27 Aug 2006 00:33:46 -0000 1.3 @@ -1,6 +1,6 @@ ---- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig 2006-05-14 08:10:01.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java 2006-05-26 09:25:21.000000000 -0700 -@@ -57,77 +57,13 @@ +--- org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java.orig 2006-07-29 16:23:50.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/updater2/SWTUpdateChecker.java 2006-08-23 12:18:50.000000000 -0700 +@@ -63,164 +63,13 @@ public static void initialize() { @@ -14,9 +14,96 @@ - try{ - SWTVersionGetter versionGetter = new SWTVersionGetter( checker ); - -- if( versionGetter.needsUpdate() && System.getProperty("azureus.skipSWTcheck") == null ) { -- -- String[] mirrors = versionGetter.getMirrors(); +- boolean update_required = versionGetter.needsUpdate() && +- System.getProperty("azureus.skipSWTcheck") == null ; +- +- if ( update_required ){ +- +- int update_prevented_version = COConfigurationManager.getIntParameter( "swt.update.prevented.version", -1 ); +- +- try{ +- URL swt_url = SWT.class.getClassLoader().getResource("org/eclipse/swt/SWT.class"); +- +- if ( swt_url != null ){ +- +- String url_str = swt_url.toExternalForm(); +- +- if ( url_str.startsWith("jar:file:")){ +- +- File jar_file = FileUtil.getJarFileFromURL(url_str); +- +- String expected_location; +- +- if ( Constants.isOSX ){ +- +- expected_location = checker.getCheckInstance().getManager().getInstallDir() + OSX_APP + "/Contents/Resources/Java"; +- +- }else{ +- +- expected_location = checker.getCheckInstance().getManager().getInstallDir(); +- } +- +- File expected_dir = new File( expected_location ); +- +- File jar_file_dir = jar_file.getParentFile(); +- +- // sanity check +- +- if ( expected_dir.exists() && jar_file_dir.exists() ){ +- +- expected_dir = expected_dir.getCanonicalFile(); +- jar_file_dir = jar_file_dir.getCanonicalFile(); +- +- if ( expected_dir.equals( jar_file_dir )){ +- +- // everything looks ok +- +- if ( update_prevented_version != -1 ){ +- +- update_prevented_version = -1; +- +- COConfigurationManager.setParameter( "swt.update.prevented.version", update_prevented_version ); +- } +- }else{ +- +- if ( update_prevented_version != versionGetter.getCurrentVersion()){ +- +- String alert = +- MessageText.getString( +- "swt.alert.cant.update", +- new String[]{ +- String.valueOf( versionGetter.getCurrentVersion()), +- String.valueOf( versionGetter.getLatestVersion()), +- jar_file_dir.toString(), +- expected_dir.toString()}); +- +- Logger.log( new LogAlert(LogAlert.UNREPEATABLE, LogEvent.LT_ERROR, alert )); +- +- update_prevented_version = versionGetter.getCurrentVersion(); +- +- COConfigurationManager.setParameter( "swt.update.prevented.version", update_prevented_version ); +- } +- } +- } +- } +- } +- }catch( Throwable e ){ +- +- Debug.printStackTrace(e); +- } +- +- if ( update_prevented_version == versionGetter.getCurrentVersion()){ +- +- Logger.log(new LogEvent(LOGID, LogEvent.LT_ERROR, "SWT update aborted due to previously reported issues regarding its install location" )); +- +- checker.failed(); +- +- checker.getCheckInstance().cancel(); +- +- return; +- } +- +- String[] mirrors = versionGetter.getMirrors(); - - ResourceDownloader swtDownloader = null; - @@ -72,9 +159,10 @@ - - }finally{ - - checker.completed(); +- checker.completed(); - } - ++ checker.completed(); } private boolean azureus-no-update-manager-UpdateMonitor.patch: Index: azureus-no-update-manager-UpdateMonitor.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-no-update-manager-UpdateMonitor.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- azureus-no-update-manager-UpdateMonitor.patch 29 May 2006 16:02:45 -0000 1.3 +++ azureus-no-update-manager-UpdateMonitor.patch 27 Aug 2006 00:33:46 -0000 1.4 @@ -1,6 +1,6 @@ ---- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig 2006-05-14 08:10:01.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java 2006-05-26 09:27:25.000000000 -0700 -@@ -90,206 +90,19 @@ +--- org/gudy/azureus2/ui/swt/update/UpdateMonitor.java.orig 2006-08-21 19:13:04.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/update/UpdateMonitor.java 2006-08-23 12:22:40.000000000 -0700 +@@ -90,213 +90,17 @@ { azureus_core = _azureus_core; @@ -37,7 +37,7 @@ - SWT.YES | SWT.NO, - SWT.NULL, - false, -- _main_window.getDisplay(), +- SWTThread.getInstance().getDisplay(), - MessageBoxWindow.ICON_WARNING, - MessageText.getString( "UpdateMonitor.messagebox.accept.unverified.title" ), - MessageText.getString( @@ -64,8 +64,7 @@ - public void - run() - { -- Utils.openMessageBox( -- _main_window.getShell(), +- Utils.openMessageBox(Utils.findAnyShell(), - SWT.OK, - "UpdateMonitor.messagebox.verification.failed", - new String[]{ update.getName(), cause_str }); @@ -75,6 +74,7 @@ - }); - - SimpleTimer.addPeriodicEvent( +- "UpdateMon:autocheck", - AUTO_UPDATE_CHECK_PERIOD, - new TimerEventPerformer() - { @@ -89,6 +89,7 @@ - // wait a bit before starting check to give rest of AZ time to initialise - - new DelayedEvent( +- "UpdateMon:wait", - 2500, - new AERunnable() - { @@ -129,6 +130,7 @@ - }else{ - - new DelayedEvent( +- "UpdateMon:wait2", - 5000, - new AERunnable() - { @@ -136,9 +138,12 @@ - runSupport() - { - if ( start_of_day ){ -- MainWindow.getWindow().setStatusText(""); +- UIFunctions uiFunctions = UIFunctionsManager.getUIFunctions(); +- if (uiFunctions != null) { +- uiFunctions.setStatusText(""); +- } - } - +- - CoreUpdateChecker.doUsageStats(); - } - }); @@ -157,7 +162,7 @@ - - return; - } - +- - // kill any existing update window - - if ( current_update_window != null && ! current_update_window.isDisposed()){ @@ -178,9 +183,11 @@ - current_update_instance.cancel(); - } - -- MainWindow mainWindow = MainWindow.getWindow(); -- -- mainWindow.setStatusText("MainWindow.status.checking ..."); +- UIFunctions uiFunctions = UIFunctionsManager.getUIFunctions(); +- if (uiFunctions != null) { +- // XXX What kind of format is this!? +- uiFunctions.setStatusText("MainWindow.status.checking ..."); +- } - - // take this off this GUI thread in case it blocks for a while - azureus-themed.patch: Index: azureus-themed.patch =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus-themed.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- azureus-themed.patch 29 May 2006 16:02:45 -0000 1.4 +++ azureus-themed.patch 27 Aug 2006 00:33:46 -0000 1.5 @@ -1,5 +1,5 @@ ---- org/gudy/azureus2/ui/swt/ImageRepository.java.orig 2006-04-24 06:11:48.000000000 -0700 -+++ org/gudy/azureus2/ui/swt/ImageRepository.java 2006-05-12 09:54:14.000000000 -0700 +--- org/gudy/azureus2/ui/swt/ImageRepository.java.orig 2006-08-21 19:12:59.000000000 -0700 ++++ org/gudy/azureus2/ui/swt/ImageRepository.java 2006-08-23 12:12:06.000000000 -0700 @@ -32,6 +32,8 @@ import java.io.ByteArrayOutputStream; import java.io.File; @@ -10,7 +10,7 @@ import java.util.*; @@ -61,6 +63,25 @@ - loadImage(display, "org/gudy/azureus2/ui/splash/azureus.jpg", "azureus_splash"); + addPath("org/gudy/azureus2/ui/splash/azureus.jpg", "azureus_splash"); } + private static org.gnu.gtk.IconTheme iconTheme; @@ -33,66 +33,44 @@ + } + public static void loadImages(Display display) { - loadImage(display, "org/gudy/azureus2/ui/icons/a32.png", "azureus32"); - loadImage(display, "org/gudy/azureus2/ui/icons/a64.png", "azureus64"); -@@ -105,20 +126,44 @@ - //ToolBar Icons + addPath("org/gudy/azureus2/ui/icons/a32.png", "azureus32"); + addPath("org/gudy/azureus2/ui/icons/a64.png", "azureus64"); +@@ -106,22 +127,22 @@ + //ToolBar Icons - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open.gif", "cb_open"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif", "cb_open_no_default"); -+ loadImage(display, -+ getThemedIcon ("fileopen", "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif"), -+ "cb_open_no_default"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_folder.gif", "cb_open_folder"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/open_url.gif", "cb_open_url"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/new.gif", "cb_new"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/up.gif", "cb_up"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/down.gif", "cb_down"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/top.gif", "cb_top"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/bottom.gif", "cb_bottom"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/run.gif", "cb_run"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/start.gif", "cb_start"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/stop.gif", "cb_stop"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/remove.gif", "cb_remove"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/host.gif", "cb_host"); -- loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/publish.gif", "cb_publish"); -+ loadImage(display, -+ getThemedIcon ("filenew", "org/gudy/azureus2/ui/icons/toolbar/new.gif"), -+ "cb_new"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-up", "org/gudy/azureus2/ui/icons/toolbar/up.gif"), -+ "cb_up"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-down", "org/gudy/azureus2/ui/icons/toolbar/down.gif"), -+ "cb_down"); -+ loadImage(display, -+ getThemedIcon ("gtk-goto-top", "org/gudy/azureus2/ui/icons/toolbar/top.gif"), -+ "cb_top"); -+ loadImage(display, -+ getThemedIcon ("gtk-goto-bottom", "org/gudy/azureus2/ui/icons/toolbar/bottom.gif"), -+ "cb_bottom"); -+ loadImage(display, -+ getThemedIcon ("exec", "org/gudy/azureus2/ui/icons/toolbar/run.gif"), -+ "cb_run"); -+ loadImage(display, -+ getThemedIcon ("gtk-go-forward", "org/gudy/azureus2/ui/icons/toolbar/start.gif"), -+ "cb_start"); -+ loadImage(display, -+ getThemedIcon ("gtk-stop", "org/gudy/azureus2/ui/icons/toolbar/stop.gif"), -+ "cb_stop"); -+ loadImage(display, -+ getThemedIcon ("edit_remove", "org/gudy/azureus2/ui/icons/toolbar/remove.gif"), -+ "cb_remove"); -+ loadImage(display, -+ getThemedIcon ("gohome", "org/gudy/azureus2/ui/icons/toolbar/host.gif"), -+ "cb_host"); -+ loadImage(display, -+ getThemedIcon ("icon-html", "org/gudy/azureus2/ui/icons/toolbar/publish.gif"), -+ "cb_publish"); - loadImage(display, "org/gudy/azureus2/ui/icons/toolbar/sendto.png", "cb_send"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open.gif", "cb_open"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif", ++ addPath(getThemedIcon("fileopen", "org/gudy/azureus2/ui/icons/toolbar/open_no_default.gif"), + "cb_open_no_default"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open_folder.gif", + "cb_open_folder"); + addPath("org/gudy/azureus2/ui/icons/toolbar/open_url.gif", "cb_open_url"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/new.gif", "cb_new"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/up.gif", "cb_up"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/down.gif", "cb_down"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/top.gif", "cb_top"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/bottom.gif", "cb_bottom"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/run.gif", "cb_run"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/start.gif", "cb_start"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/stop.gif", "cb_stop"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/remove.gif", "cb_remove"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/host.gif", "cb_host"); +- addPath("org/gudy/azureus2/ui/icons/toolbar/publish.gif", "cb_publish"); ++ addPath(getThemedIcon("filenew", "org/gudy/azureus2/ui/icons/toolbar/new.gif"), "cb_new"); ++ addPath(getThemedIcon("gtk-go-up", "org/gudy/azureus2/ui/icons/toolbar/up.gif"), "cb_up"); ++ addPath(getThemedIcon("gtk-go-down", "org/gudy/azureus2/ui/icons/toolbar/down.gif"), "cb_down"); ++ addPath(getThemedIcon("gtk-goto-top", "org/gudy/azureus2/ui/icons/toolbar/top.gif"), "cb_top"); ++ addPath(getThemedIcon("gtk-goto-bottom", "org/gudy/azureus2/ui/icons/toolbar/bottom.gif"), "cb_bottom"); ++ addPath(getThemedIcon("exec", "org/gudy/azureus2/ui/icons/toolbar/run.gif"), "cb_run"); ++ addPath(getThemedIcon("gtk-go-forward", "org/gudy/azureus2/ui/icons/toolbar/start.gif"), "cb_start"); ++ addPath(getThemedIcon("gtk-stop", "org/gudy/azureus2/ui/icons/toolbar/stop.gif"), "cb_stop"); ++ addPath(getThemedIcon("edit_remove", "org/gudy/azureus2/ui/icons/toolbar/remove.gif"), "cb_remove"); ++ addPath(getThemedIcon("gohome", "org/gudy/azureus2/ui/icons/toolbar/host.gif"), "cb_host"); ++ addPath(getThemedIcon("icon-html", "org/gudy/azureus2/ui/icons/toolbar/publish.gif"), "cb_publish"); + addPath("org/gudy/azureus2/ui/icons/toolbar/sendto.png", "cb_send"); - //Status icons -@@ -167,6 +212,16 @@ + //Status icons +@@ -181,6 +202,16 @@ Image im = getImage(name,false); if(null == im) { InputStream is = loader.getResourceAsStream(res); @@ -109,7 +87,7 @@ if(null != is) { try { if(alpha == 255) { -@@ -483,4 +538,4 @@ +@@ -513,4 +544,4 @@ return key; } Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- azureus.spec 13 Aug 2006 14:30:26 -0000 1.29 +++ azureus.spec 27 Aug 2006 00:33:46 -0000 1.30 @@ -1,8 +1,8 @@ ExclusiveArch: %{ix86} x86_64 Name: azureus -Version: 2.4.0.3 -Release: 0.20060730cvs_1%{?dist} +Version: 2.5.0.0 +Release: 1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -11,7 +11,7 @@ # A cvs snapshot with the build and bouncycastle directories # removed. -Source0: azureus2-cvs-20060702.tar.bz2 +Source0: azureus2-2.5.0.0.tar.gz Source1: azureus.script Source2: Azureus.desktop @@ -28,13 +28,11 @@ Patch7: azureus-themed.patch Patch8: azureus-rh-bugzilla-180418.patch Patch9: azureus-no-shared-plugins.patch -Patch11: azureus-no-restart.patch Patch12: azureus-no-updates-PluginInitializer.patch Patch13: azureus-no-updates-PluginInterfaceImpl.patch Patch14: azureus-no-update-manager-AzureusCoreImpl.patch Patch15: azureus-no-update-manager-CorePatchChecker.patch Patch16: azureus-no-update-manager-CoreUpdateChecker.patch -#Patch17: azureus-no-update-manager-MainWindow.patch Patch18: azureus-no-update-manager-PluginInstallerImpl.patch Patch19: azureus-no-update-manager-PluginUpdatePlugin.patch Patch20: azureus-no-update-manager-SWTUpdateChecker.patch @@ -46,6 +44,7 @@ Patch28: azureus-UDPConnectionSet-bcprov.patch Patch29: azureus-CryptoHandlerECC-bcprov.patch Patch30: azureus-CryptoSTSEngineImpl-bcprov.patch +Patch31: azureus-fix-menu-MainMenu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,7 +79,7 @@ %patch7 -p0 %patch8 -p0 %patch9 -p0 -%patch11 -p0 +#%patch11 -p0 %patch12 -p0 %patch13 -p0 %patch14 -p0 @@ -94,9 +93,10 @@ %patch25 -p0 %patch26 -p0 %patch27 -p0 -%patch28 -p0 -%patch29 -p0 -%patch30 -p0 +#%patch28 -p0 +#%patch29 -p0 +#%patch30 -p0 +%patch31 -p0 cp %{SOURCE4} License.txt %build @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1 +- Update sources. + * Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 - Update release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Jul 2006 19:33:20 -0000 1.8 +++ sources 27 Aug 2006 00:33:46 -0000 1.9 @@ -1,3 +1,7 @@ -836470482bd0c9356c3e0c77a52a3326 azureus2-cvs-20060702.tar.bz2 -0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip +6b44cdef9e870f47b47c5b106810b58c azureus2-2.5.0.0.tar.gz +94099614e47818573457ea589c8db337 azureus.script +86bbc699204ed85d2d03fe34c6968b63 Azureus.desktop +ed21a731b08376fd9189de906b1efb90 azureus.applications +7f8fc22bebf84c197b19c6593c6d39ed azureus-License.txt 7879202464bf4145f7d4848fb5f0e04f azplugins_1.9.jar +0e88c3952b36ba221e277420a7080b43 bdcc_2.2.2.zip --- azureus-no-restart.patch DELETED --- --- azureus-no-update-manager-MainWindow.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 00:36:15 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:36:15 -0700 Subject: rpms/azureus/devel azureus-fix-menu-MainMenu.patch,NONE,1.1 Message-ID: <200608270036.k7R0aH3g013330@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13310 Added Files: azureus-fix-menu-MainMenu.patch Log Message: oops. forgot this patch. azureus-fix-menu-MainMenu.patch: --- NEW FILE azureus-fix-menu-MainMenu.patch --- --- org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java.orig 2006-08-26 17:09:20.000000000 -0700 +++ org/gudy/azureus2/ui/swt/mainwindow/MainMenu.java 2006-08-26 17:10:24.000000000 -0700 @@ -195,21 +195,10 @@ addCloseDetailsMenuItem(fileMenu); addCloseDownloadBarsToMenu(fileMenu); - //No need for restart and exit on OS X if(!Constants.isOSX) { new MenuItem(fileMenu, SWT.SEPARATOR); - MenuItem file_restart = new MenuItem(fileMenu, SWT.NULL); - Messages.setLanguageText(file_restart, "MainWindow.menu.file.restart"); //$NON-NLS-1$ - - file_restart.addListener(SWT.Selection, new Listener() { - - public void handleEvent(Event event) { - UIFunctionsManagerSWT.getUIFunctionsSWT().dispose(true, false); - } - }); - final MenuItem file_exit = new MenuItem(fileMenu, SWT.NULL); if(!COConfigurationManager.getBooleanParameter("Enable System Tray") || !COConfigurationManager.getBooleanParameter("Close To Tray")) { KeyBindings.setAccelerator(file_exit, "MainWindow.menu.file.exit"); @@ -376,26 +365,6 @@ menu_plugin_logViews.setMenu(pluginLogsMenu); menu_plugin_logViews.setData("EOL", "1"); - new MenuItem(pluginMenu, SWT.SEPARATOR); - - MenuItem plugins_install_wizard = new MenuItem(pluginMenu, SWT.NULL); - KeyBindings.setAccelerator(plugins_install_wizard, "MainWindow.menu.plugins.installPlugins"); - Messages.setLanguageText(plugins_install_wizard, "MainWindow.menu.plugins.installPlugins"); //$NON-NLS-1$ - plugins_install_wizard.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - new InstallPluginWizard(core, display); - } - }); - - MenuItem plugins_uninstall_wizard = new MenuItem(pluginMenu, SWT.NULL); - KeyBindings.setAccelerator(plugins_uninstall_wizard, "MainWindow.menu.plugins.uninstallPlugins"); - Messages.setLanguageText(plugins_uninstall_wizard, "MainWindow.menu.plugins.uninstallPlugins"); //$NON-NLS-1$ - plugins_uninstall_wizard.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - new UnInstallPluginWizard(core, display); - } - }); - // standard items if(Constants.isOSX) { // Window menu @@ -470,32 +439,8 @@ }); - MenuItem help_plugin= new MenuItem(helpMenu, SWT.NULL); - Messages.setLanguageText(help_plugin, "MainWindow.menu.help.plugins"); //$NON-NLS-1$ - help_plugin.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - String pluginString = "http://azureus.sourceforge.net/plugin_list.php"; - Program.launch(pluginString); - } - }); - new MenuItem(helpMenu,SWT.SEPARATOR); - if ( !SystemProperties.isJavaWebStartInstance()){ - MenuItem help_checkupdate = new MenuItem(helpMenu, SWT.NULL); - KeyBindings.setAccelerator(help_checkupdate, "MainWindow.menu.help.checkupdate"); - Messages.setLanguageText(help_checkupdate, "MainWindow.menu.help.checkupdate"); //$NON-NLS-1$ - help_checkupdate.addListener(SWT.Selection, new Listener() { - public void handleEvent(Event e) { - UIFunctionsSWT uiFunctions = UIFunctionsManagerSWT.getUIFunctionsSWT(); - if (uiFunctions != null) { - uiFunctions.bringToFront(); - } - UpdateMonitor.getSingleton(core).performCheck(true); - } - }); - } - MenuItem help_donate = new MenuItem(helpMenu, SWT.NULL); Messages.setLanguageText(help_donate, "MainWindow.menu.help.donate"); //$NON-NLS-1$ help_donate.addListener(SWT.Selection, new Listener() { @@ -503,8 +448,8 @@ new DonationWindow2(display).show(); //String donationString = "https://www.paypal.com/xclick/business=olivier%40gudy.org&item_name=Azureus&no_note=1&tax=0¤cy_code=EUR"; //Program.launch(donationString); - } - }); + } + }); new MenuItem(helpMenu,SWT.SEPARATOR); MenuItem help_debug = new MenuItem(helpMenu, SWT.NULL); From fedora-extras-commits at redhat.com Sun Aug 27 00:37:15 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 17:37:15 -0700 Subject: rpms/azureus/devel azureus.spec,1.30,1.31 Message-ID: <200608270037.k7R0bHYs013427@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13402 Modified Files: azureus.spec Log Message: Rev -1.1 Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- azureus.spec 27 Aug 2006 00:33:46 -0000 1.30 +++ azureus.spec 27 Aug 2006 00:37:14 -0000 1.31 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: A BitTorrent Client Group: Applications/Internet From fedora-extras-commits at redhat.com Sun Aug 27 00:47:00 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:00 -0700 Subject: rpms/eclipse-subclipse - New directory Message-ID: <200608270047.k7R0l2O2013904@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13876/eclipse-subclipse Log Message: Directory /cvs/extras/rpms/eclipse-subclipse added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 00:47:00 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:00 -0700 Subject: rpms/eclipse-subclipse/devel - New directory Message-ID: <200608270047.k7R0l3ln013907@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13876/eclipse-subclipse/devel Log Message: Directory /cvs/extras/rpms/eclipse-subclipse/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 00:47:19 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:19 -0700 Subject: rpms/eclipse-subclipse Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608270047.k7R0lLbG013971@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13938 Added Files: Makefile import.log Log Message: Setup of module eclipse-subclipse --- NEW FILE Makefile --- # Top level Makefile for module eclipse-subclipse all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 00:47:20 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:47:20 -0700 Subject: rpms/eclipse-subclipse/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608270047.k7R0lMdn013974@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13938/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module eclipse-subclipse --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 00:56:46 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:56:46 -0700 Subject: rpms/eclipse-subclipse import.log,1.1,1.2 Message-ID: <200608270056.k7R0umsu014307@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14268 Modified Files: import.log Log Message: auto-import eclipse-subclipse-1.1.5-1.fc6 on branch devel from eclipse-subclipse-1.1.5-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 00:47:19 -0000 1.1 +++ import.log 27 Aug 2006 00:56:46 -0000 1.2 @@ -0,0 +1 @@ +eclipse-subclipse-1_1_5-1_fc6:HEAD:eclipse-subclipse-1.1.5-1.fc6.src.rpm:1156640316 From fedora-extras-commits at redhat.com Sun Aug 27 00:56:47 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 17:56:47 -0700 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse-1.0.1-default-javasvn.patch, NONE, 1.1 eclipse-subclipse-1.1.5-plugin-classpath.patch, NONE, 1.1 eclipse-subclipse.spec, NONE, 1.1 subclipse-fetch-1.1.5.sh, NONE, 1.1 svnClientAdapter-1.1.4-javac-target.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608270056.k7R0unjE014319@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14268/devel Modified Files: .cvsignore sources Added Files: eclipse-subclipse-1.0.1-default-javasvn.patch eclipse-subclipse-1.1.5-plugin-classpath.patch eclipse-subclipse.spec subclipse-fetch-1.1.5.sh svnClientAdapter-1.1.4-javac-target.patch Log Message: auto-import eclipse-subclipse-1.1.5-1.fc6 on branch devel from eclipse-subclipse-1.1.5-1.fc6.src.rpm eclipse-subclipse-1.0.1-default-javasvn.patch: --- NEW FILE eclipse-subclipse-1.0.1-default-javasvn.patch --- diff -Naur subclipse-1.0.1.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java subclipse-1.0.1/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java --- subclipse-1.0.1.original/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/core/src/org/tigris/subversion/subclipse/core/SVNClientManager.java 2006-04-27 22:18:30.000000000 -0400 @@ -51,9 +51,8 @@ */ public void setSvnClientInterface(String svnClientInterface) { if (svnClientInterface == null) { - // if no specific interface is specified, load JavaHL - // if JavaHL fails to load, then JavaSVN will load - loadJavaHLAdapter(); + // if no specific interface is specified, load JavaSVN + loadJavaSVNAdapter(); try { this.svnClientInterface = SVNClientAdapterFactory.getPreferredSVNClientType(); } catch (SVNClientException e) { @@ -135,7 +134,8 @@ } public void loadAdapters() { - loadJavaHLAdapter(); + // disabling until classloader bug fix is available +// loadJavaHLAdapter(); loadJavaSVNAdapter(); } diff -Naur subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java --- subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/preferences/SVNPreferencesPage.java 2006-04-27 22:25:39.000000000 -0400 @@ -157,7 +157,9 @@ group.setLayoutData(gridData); layout = new GridLayout(); group.setLayout(layout); - javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl"),1); //$NON-NLS-1$ + // setting disabled until classloader problem is fixed + javahlRadio = createRadio(group, Policy.bind("SVNPreferencePage.svnjavahl") + " - Disabled until bug is fixed",1); //$NON-NLS-1$ + javahlRadio.setEnabled(false); javaSvnRadio = createRadio(group, Policy.bind("SVNPreferencePage.javasvn"),1); //$NON-NLS-1$ Listener checkInterfaceListener = new Listener() { public void handleEvent(Event event) { diff -Naur subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java --- subclipse-1.0.1.original/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-04-27 21:24:32.000000000 -0400 +++ subclipse-1.0.1/subclipse/ui/src/org/tigris/subversion/subclipse/ui/Preferences.java 2006-04-27 21:47:40.000000000 -0400 @@ -74,7 +74,7 @@ store.setDefault(ISVNUIConstants.PREF_SHOW_COMPARE_REVISION_IN_DIALOG, false); store.setDefault(ISVNUIConstants.PREF_SELECT_UNADDED_RESOURCES_ON_COMMIT, false); - store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JhlClientAdapterFactory.JAVAHL_CLIENT); + store.setDefault(ISVNUIConstants.PREF_SVNINTERFACE, JavaSvnClientAdapterFactory.JAVASVN_CLIENT); store.setDefault(ISVNUIConstants.PREF_SVNCONFIGDIR, ""); //$NON-NLS-1$ store.setDefault(ISVNUIConstants.PREF_FETCH_CHANGE_PATH_ON_DEMAND, false); eclipse-subclipse-1.1.5-plugin-classpath.patch: --- NEW FILE eclipse-subclipse-1.1.5-plugin-classpath.patch --- diff -Naur subclipse-1.1.5.original/subclipse/core/META-INF/MANIFEST.MF subclipse-1.1.5/subclipse/core/META-INF/MANIFEST.MF --- subclipse-1.1.5.original/subclipse/core/META-INF/MANIFEST.MF 2006-08-07 10:47:35.000000000 -0400 +++ subclipse-1.1.5/subclipse/core/META-INF/MANIFEST.MF 2006-08-21 23:13:54.000000000 -0400 @@ -2,7 +2,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.tigris.subversion.subclipse.core; singleton:=true Bundle-Version: 1.1.5 -Bundle-ClassPath: ., +Bundle-ClassPath: lib/subclipse-core.jar, lib/svnClientAdapter.jar, lib/svnjavahl.jar, lib/javasvn.jar, --- NEW FILE eclipse-subclipse.spec --- %define gcj_support 1 %define eclipse_name eclipse %define eclipse_base %{_datadir}/%{eclipse_name} %define core_plugin_jar %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_%{version}.jar %define core_plugin_dir %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_%{version} Name: eclipse-subclipse Version: 1.1.5 Release: 1%{?dist} Summary: Subversion Eclipse plugin Group: Text Editors/Integrated Development Environments (IDE) License: EPL URL: http://subclipse.tigris.org/ Source0: subclipse-%{version}.tgz # Script to fetch the source code # the new source tarball does not includes the book feature and the layout is # different than the source repository Source10: subclipse-fetch-1.1.5.sh # Disable javahl support temporaly until apparent classloader problem is fixed Patch0: eclipse-subclipse-1.0.1-default-javasvn.patch Patch1: svnClientAdapter-1.1.4-javac-target.patch # This patch is applied after the build has finished when unpacking the plugin # jar and replacing internal jars with links to its dependencies. It can not be # applied at "prep" stage because it causes errors at build time Source50: eclipse-subclipse-1.1.5-plugin-classpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant BuildRequires: jpackage-utils >= 0:1.6 BuildRequires: coreutils BuildRequires: eclipse-pde %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.33 Requires(post): java-gcj-compat >= 1.0.33 Requires(postun): java-gcj-compat >= 1.0.33 %else BuildRequires: java-devel >= 1.4.2 %endif %if %{gcj_support} ExclusiveArch: %{ix86} x86_64 ppc ia64 %else BuildArch: noarch %endif Requires: eclipse-platform BuildRequires: subversion-javahl >= 1.3.1 Requires: subversion-javahl >= 1.3.1 BuildRequires: javasvn >= 1.1.0 Requires: javasvn >= 1.1.0 BuildRequires: ganymed-ssh2 >= 209 Requires: ganymed-ssh2 >= 209 %package book Summary: Subversion book Group: Development/Tools Requires: %{name} = %{version}-%{release} %description Subclipse is an Eclipse plugin that adds Subversion integration to the Eclipse IDE. %description book The Subversion book as an Eclipse documentation plugin. %prep %setup -q -n subclipse-%{version} %patch -p1 %patch1 -p1 # delete the jars that are in the archive rm svnClientAdapter/lib/svnjavahl.jar ln -sf %{_libdir}/svn-javahl/svn-javahl.jar svnClientAdapter/lib/svnjavahl.jar rm -f svnClientAdapter/lib/javasvn.jar ln -sf %{_javadir}/javasvn.jar svnClientAdapter/lib/javasvn.jar rm -f svnClientAdapter/lib/ganymed.jar ln -sf %{_javadir}/ganymed-ssh2.jar svnClientAdapter/lib/ganymed.jar rm -f subclipse/core/lib/svnjavahl.jar ln -sf %{_libdir}/svn-javahl/svn-javahl.jar subclipse/core/lib/svnjavahl.jar rm -f subclipse/core/lib/svnClientAdapter.jar # svnClientAdapter.jar is copied after being built rm -f subclipse/core/lib/javasvn.jar ln -sf %{_javadir}/javasvn.jar subclipse/core/lib/javasvn.jar rm -f subclipse/core/lib/ganymed.jar ln -sf %{_javadir}/ganymed-ssh2.jar subclipse/core/lib/ganymed.jar %build # --------------------------------- # building svnClientAdapter pushd svnClientAdapter ant svnClientAdapter.jar popd # copying svnClientAdapter inside subclipse module cp svnClientAdapter/build/lib/svnClientAdapter.jar subclipse/core/lib/svnClientAdapter.jar # --------------------------------- # building subclipse pushd subclipse # See comments in the script to understand this. /bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} SDK=$(cd SDK > /dev/null && pwd) # Eclipse may try to write to the home directory. mkdir home homedir=$(cd home > /dev/null && pwd) # build the main subclipse feature java -cp %{eclipse_base}/startup.jar \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -Dtype=feature \ -Did=org.tigris.subversion.subclipse \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # build the subclipse book feature java -cp %{eclipse_base}/startup.jar \ -Duser.home=$homedir \ org.eclipse.core.launcher.Main \ -application org.eclipse.ant.core.antRunner \ -Dtype=feature \ -Did=org.tigris.subversion.book \ -DsourceDirectory=$(pwd) \ -DbaseLocation=$SDK \ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml # returning to base build directory popd # Link source files to fix -debuginfo generation. rm -rf subclipse/org mkdir -p subclipse/org/tigris/subversion ln -s $(pwd)/svnClientAdapter/src/main/org/tigris/subversion/svnclientadapter subclipse/org/tigris/subversion mkdir -p subclipse/org/tigris/subversion/subclipse ln -s $(pwd)/subclipse/core/src/org/tigris/subversion/subclipse/core subclipse/org/tigris/subversion/subclipse ln -s $(pwd)/subclipse/ui/src/org/tigris/subversion/subclipse/ui subclipse/org/tigris/subversion/subclipse %install rm -rf $RPM_BUILD_ROOT install -d -m 755 $RPM_BUILD_ROOT%{eclipse_base} pushd subclipse unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/org.tigris.subversion.subclipse.zip unzip -q -d $RPM_BUILD_ROOT%{eclipse_base}/.. build/rpmBuild/org.tigris.subversion.book.zip # repacking core plugin as a directory based plugin, needed in order to replace some jars with symlinks mkdir $RPM_BUILD_ROOT%{core_plugin_dir} unzip -q -d $RPM_BUILD_ROOT%{core_plugin_dir} $RPM_BUILD_ROOT%{core_plugin_jar} rm $RPM_BUILD_ROOT%{core_plugin_jar} # packaging .class files as a jar file jar -cf $RPM_BUILD_ROOT%{core_plugin_dir}/lib/subclipse-core.jar -C $RPM_BUILD_ROOT%{core_plugin_dir} org rm -rf $RPM_BUILD_ROOT%{core_plugin_dir}/org # adding the recently created jar to the plugin manifestOB patch $RPM_BUILD_ROOT%{core_plugin_dir}/META-INF/MANIFEST.MF < %{SOURCE50} # removing core plugin internal jars rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/svnjavahl.jar rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/javasvn.jar rm -f $RPM_BUILD_ROOT%{core_plugin_dir}/lib/ganymed.jar %if %{gcj_support} aot-compile-rpm %endif # We need to setup the symlink because the ant copy task doesn't preserve symlinks # TODO file a bug about this ln -s %{_libdir}/svn-javahl/svn-javahl.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/svnjavahl.jar ln -s %{_javadir}/javasvn.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/javasvn.jar ln -s %{_javadir}/ganymed-ssh2.jar $RPM_BUILD_ROOT%{core_plugin_dir}/lib/ganymed.jar %clean rm -rf $RPM_BUILD_ROOT %if %{gcj_support} %post -p %{_bindir}/rebuild-gcj-db %postun -p %{_bindir}/rebuild-gcj-db %endif %files %defattr(-,root,root) %{eclipse_base}/features/org.tigris.subversion.subclipse_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.core_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.ui_* %{eclipse_base}/plugins/org.tigris.subversion.subclipse.doc_* %doc svnClientAdapter/readme.txt svnClientAdapter/changelog.txt svnClientAdapter/license.txt %if %{gcj_support} %{_libdir}/gcj/%{name} %endif %files book %defattr(-,root,root) %{eclipse_base}/features/org.tigris.subversion.book_* %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog * Mon Aug 21 2006 Robert Marcano 1.1.5-1 - Update to upstream 1.1.5 - svnClientAdapter documentation files added. Subclipse includes an eclipse based documentation for the plugins * Sat Aug 06 2006 Robert Marcano 1.1.4-1 - Update to upstream 1.1.4 - License changed to EPL - svnClientAdapter-1.1.4-javac-target.patch added fix to svnClientAdapter ant script * Tue Jul 04 2006 Andrew Overholt 1.0.3-2 - Use versionless pde.build. - Remove strict SDK version requirement due to above. * Sun Jul 02 2006 Robert Marcano 1.0.3-2 - Embeeding the script that fetch the source code * Sun Jun 25 2006 Robert Marcano 1.0.3-1 - Update to 1.0.3 - Dependency name changed to ganymed-ssh2 * Sun Jun 11 2006 Robert Marcano 1.0.1-6 - rpmlint fixes and debuginfo generation workaround * Thu Jun 01 2006 Robert Marcano 1.0.1-5 - Use package-build from eclipse SDK * Sun May 28 2006 Robert Marcano 1.0.1-4 - Integrated svnClientAdapter inside this package * Tue May 23 2006 Ben Konrath 1.0.1-3 - Rename package to eclipse-subclipse. - Use copy-platform script for now. * Sun May 07 2006 Robert Marcano 1.0.1-2 - use external libraries from dependent packages * Wed Apr 26 2006 Ben Konrath 1.0.1-1 - initial version based on the work of Robert Marcano --- NEW FILE subclipse-fetch-1.1.5.sh --- #!/bin/sh VERSION=1.1.5 svn export --username guest --password "" http://subclipse.tigris.org/svn/subclipse/tags/subclipse/$VERSION find $VERSION -name \*.dll | xargs rm mv $VERSION subclipse-$VERSION tar -czf subclipse-$VERSION.tgz subclipse-$VERSION svnClientAdapter-1.1.4-javac-target.patch: --- NEW FILE svnClientAdapter-1.1.4-javac-target.patch --- diff -Naur subclipse-1.1.4.original/svnClientAdapter/build.xml subclipse-1.1.4/svnClientAdapter/build.xml --- subclipse-1.1.4.original/svnClientAdapter/build.xml 2006-07-23 16:41:55.000000000 -0400 +++ subclipse-1.1.4/svnClientAdapter/build.xml 2006-07-31 07:42:32.000000000 -0400 @@ -33,6 +33,7 @@ destdir="${build.classes.dir}" debug="${debug}" target="${targetJvm}" + source="${targetJvm}" includes="**" classpathref="project.classpath"> Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 00:47:20 -0000 1.1 +++ .cvsignore 27 Aug 2006 00:56:47 -0000 1.2 @@ -0,0 +1 @@ +subclipse-1.1.5.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 00:47:20 -0000 1.1 +++ sources 27 Aug 2006 00:56:47 -0000 1.2 @@ -0,0 +1 @@ +7c317c03fc7dc8fae0612c75e46564ae subclipse-1.1.5.tgz From fedora-extras-commits at redhat.com Sun Aug 27 01:00:37 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sat, 26 Aug 2006 18:00:37 -0700 Subject: comps comps-fe5.xml.in,1.118,1.119 comps-fe6.xml.in,1.122,1.123 Message-ID: <200608270100.k7R10dIe014482@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14458 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add ghdl Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- comps-fe5.xml.in 26 Aug 2006 16:00:39 -0000 1.118 +++ comps-fe5.xml.in 27 Aug 2006 01:00:36 -0000 1.119 @@ -134,6 +134,7 @@ galculator gdl geant321 + ghdl gnucap grads gtkwave Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- comps-fe6.xml.in 26 Aug 2006 17:31:36 -0000 1.122 +++ comps-fe6.xml.in 27 Aug 2006 01:00:36 -0000 1.123 @@ -152,6 +152,7 @@ galculator gdl geant321 + ghdl gnucap grads gtkwave From fedora-extras-commits at redhat.com Sun Aug 27 01:06:04 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 18:06:04 -0700 Subject: owners owners.list,1.1452,1.1453 Message-ID: <200608270106.k7R166ng017273@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17244 Modified Files: owners.list Log Message: adding eclipse-subclipse Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1452 retrieving revision 1.1453 diff -u -r1.1452 -r1.1453 --- owners.list 26 Aug 2006 15:55:23 -0000 1.1452 +++ owners.list 27 Aug 2006 01:06:04 -0000 1.1453 @@ -291,6 +291,7 @@ Fedora Extras|ebtables|Ethernet Bridge frame table administration tool|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|echoping|TCP "echo" performance test|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|ecl|Embeddable Common-Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|eclipse-subclipse|Eclipse plugin that adds Subversion integration to Eclipse|robert at marcanoonline.com|extras-qa at fedoraproject.org| Fedora Extras|ecore|An event and X abstraction layer|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edb|A database convenience library wrapped around BDB|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|edje|A complex graphical design and layout library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 01:20:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 18:20:21 -0700 Subject: rpms/conexus/FC-5 .cvsignore, 1.3, 1.4 conexus.spec, 1.4, 1.5 sources, 1.3, 1.4 Message-ID: <200608270120.k7R1KNLK017771@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17746 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Aug 2006 05:22:56 -0000 1.3 +++ .cvsignore 27 Aug 2006 01:20:21 -0000 1.4 @@ -1 +1 @@ -conexus-0.3.0.tar.bz2 +conexus-0.4.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/conexus.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexus.spec 17 Aug 2006 05:22:56 -0000 1.4 +++ conexus.spec 27 Aug 2006 01:20:21 -0000 1.5 @@ -2,12 +2,12 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 @@ -59,11 +59,14 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.3/ +%{_includedir}/conexus-0.4/ %doc ChangeLog reference %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed libpcap dependency; libpcap PacketCapture classes replaced by Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Aug 2006 05:22:56 -0000 1.3 +++ sources 27 Aug 2006 01:20:21 -0000 1.4 @@ -1 +1 @@ -c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 +eadf7bea8f4ff54d2c41c951096ee63a conexus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 01:21:25 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 18:21:25 -0700 Subject: rpms/conexus/devel .cvsignore, 1.3, 1.4 conexus.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608270121.k7R1LR6o017872@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17849 Modified Files: .cvsignore conexus.spec sources Log Message: New release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Aug 2006 05:24:21 -0000 1.3 +++ .cvsignore 27 Aug 2006 01:21:25 -0000 1.4 @@ -1 +1 @@ -conexus-0.3.0.tar.bz2 +conexus-0.4.0.tar.bz2 Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexus.spec 17 Aug 2006 05:24:21 -0000 1.3 +++ conexus.spec 27 Aug 2006 01:21:25 -0000 1.4 @@ -2,12 +2,12 @@ Summary: C++ network and serial communication library Name: conexus -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries -Source: http://download.sourceforge.net/conexus/conexus-0.3.0.tar.bz2 +Source: http://download.sourceforge.net/conexus/conexus-0.4.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibmm24-devel >= 2.6.0 boost-devel >= 1.32.0 cppunit-devel >= 1.11 pkgconfig m4 @@ -59,11 +59,14 @@ %defattr(-,root,root,-) %{_libdir}/*conexus*.so %{_libdir}/pkgconfig/conexus*.pc -%{_includedir}/conexus-0.3/ +%{_includedir}/conexus-0.4/ %doc ChangeLog reference %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Wed Aug 16 2006 Rick L Vinyard Jr - 0.3.0-1 - New release - Removed libpcap dependency; libpcap PacketCapture classes replaced by Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Aug 2006 05:24:21 -0000 1.3 +++ sources 27 Aug 2006 01:21:25 -0000 1.4 @@ -1 +1 @@ -c575095f9d2ff053b47eea2f7a8538ac conexus-0.3.0.tar.bz2 +eadf7bea8f4ff54d2c41c951096ee63a conexus-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 01:43:29 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:43:29 -0700 Subject: rpms/openbox/FC-5 openbox.spec,1.11,1.12 Message-ID: <200608270143.k7R1hVb4018630@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18597/FC-5 Modified Files: openbox.spec Log Message: Update to new upstream 3.3 final release; remove the unneeded and overly complex versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:02 -0000 1.11 +++ openbox.spec 27 Aug 2006 01:43:29 -0000 1.12 @@ -1,18 +1,12 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -%define branch_release 1 - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: libXt-devel BuildRequires: libXrandr-devel @@ -56,7 +52,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -108,6 +104,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2.1 - Add missing BuildRequires: libXxf86vm-devel From fedora-extras-commits at redhat.com Sun Aug 27 01:43:30 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:43:30 -0700 Subject: rpms/openbox/devel openbox.spec,1.11,1.12 Message-ID: <200608270143.k7R1hW47018634@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18597/devel Modified Files: openbox.spec Log Message: Update to new upstream 3.3 final release; remove the unneeded and overly complex versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:03 -0000 1.11 +++ openbox.spec 27 Aug 2006 01:43:30 -0000 1.12 @@ -1,18 +1,12 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -%define branch_release 1 - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: libXt-devel BuildRequires: libXrandr-devel @@ -56,7 +52,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -108,6 +104,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2.1 - Add missing BuildRequires: libXxf86vm-devel From fedora-extras-commits at redhat.com Sun Aug 27 01:49:48 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:49:48 -0700 Subject: rpms/openbox/devel sources,1.4,1.5 Message-ID: <200608270149.k7R1noP5018971@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18936/devel Modified Files: sources Log Message: Update sources for new 3.3 final release Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:47:00 -0000 1.4 +++ sources 27 Aug 2006 01:49:48 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 01:49:48 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:49:48 -0700 Subject: rpms/openbox/FC-5 sources,1.4,1.5 Message-ID: <200608270149.k7R1noxc018967@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18936/FC-5 Modified Files: sources Log Message: Update sources for new 3.3 final release Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:53:11 -0000 1.4 +++ sources 27 Aug 2006 01:49:48 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 01:53:18 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:53:18 -0700 Subject: rpms/openbox/FC-5 openbox.spec,1.12,1.13 Message-ID: <200608270153.k7R1rKlI019019@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/FC-5 Modified Files: openbox.spec Log Message: Bump release to fix sources tagging issue Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-5/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 01:43:29 -0000 1.12 +++ openbox.spec 27 Aug 2006 01:53:17 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Bump release to fix sources tagging issue + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds @@ -165,4 +168,4 @@ - Make go with GCC 3.3 * Tue Mar 18 2003 Chris Ricker -- Package of 2.3.0 release \ No newline at end of file +- Package of 2.3.0 release From fedora-extras-commits at redhat.com Sun Aug 27 01:53:18 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 18:53:18 -0700 Subject: rpms/openbox/devel openbox.spec,1.12,1.13 Message-ID: <200608270153.k7R1rKJw019023@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18988/devel Modified Files: openbox.spec Log Message: Bump release to fix sources tagging issue Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 01:43:30 -0000 1.12 +++ openbox.spec 27 Aug 2006 01:53:18 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Bump release to fix sources tagging issue + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds @@ -165,4 +168,4 @@ - Make go with GCC 3.3 * Tue Mar 18 2003 Chris Ricker -- Package of 2.3.0 release \ No newline at end of file +- Package of 2.3.0 release From fedora-extras-commits at redhat.com Sun Aug 27 02:05:05 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:05:05 -0700 Subject: rpms/conexusmm/FC-5 conexusmm.spec,1.1,1.2 Message-ID: <200608270205.k7R257qh021805@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21788 Modified Files: conexusmm.spec Log Message: New release Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/conexusmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexusmm.spec 26 Aug 2006 15:51:27 -0000 1.1 +++ conexusmm.spec 27 Aug 2006 02:05:05 -0000 1.2 @@ -2,14 +2,14 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized @@ -21,7 +21,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} -Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description devel This package contains the libraries and header files needed for @@ -62,12 +62,15 @@ %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc -%{_includedir}/conexusmm-0.3/ +%{_includedir}/conexusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo -%{_datadir}/conexusmm-0.3.0/ +%{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ From fedora-extras-commits at redhat.com Sun Aug 27 02:08:44 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:08:44 -0700 Subject: rpms/conexusmm/FC-5 .cvsignore, 1.2, 1.3 conexusmm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608270208.k7R28kHA021891@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21870 Modified Files: .cvsignore conexusmm.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 +++ .cvsignore 27 Aug 2006 02:08:44 -0000 1.3 @@ -1 +1 @@ -conexusmm-0.3.0.tar.bz2 +conexusmm-0.4.0.tar.bz2 Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/conexusmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexusmm.spec 27 Aug 2006 02:05:05 -0000 1.2 +++ conexusmm.spec 27 Aug 2006 02:08:44 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump tag for new sources + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Aug 2006 15:51:27 -0000 1.2 +++ sources 27 Aug 2006 02:08:44 -0000 1.3 @@ -1 +1 @@ -8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 +5b2fe9785663d81091c44522b21d1df3 conexusmm-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:10:57 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sat, 26 Aug 2006 19:10:57 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.1,1.2 Message-ID: <200608270210.k7R2Axbl021958@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21941 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- conexusmm.spec 26 Aug 2006 15:51:27 -0000 1.1 +++ conexusmm.spec 27 Aug 2006 02:10:56 -0000 1.2 @@ -2,14 +2,14 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm -Version: 0.3.0 -Release: 1%{?dist} +Version: 0.4.0 +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +BuildRequires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description Conexusmm provides Gtkmm widgets for the Conexus library, a generalized @@ -21,7 +21,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: conexusmm = %{version}-%{release} -Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6.0 conexus-devel >= 0.3.0 papyrus-devel >= 0.2.4 pkgconfig +Requires: hal-devel >= 0.5.2 gtkmm24-devel >= 2.6 conexus-devel >= 0.4 papyrus-devel >= 0.3 pkgconfig %description devel This package contains the libraries and header files needed for @@ -62,12 +62,18 @@ %defattr(-,root,root,-) %{_libdir}/lib*conexusmm*.so %{_libdir}/pkgconfig/conexusmm*.pc -%{_includedir}/conexusmm-0.3/ +%{_includedir}/conexusmm-0.4/ %doc ChangeLog reference gallery %{_bindir}/*conexusmm*-demo -%{_datadir}/conexusmm-0.3.0/ +%{_datadir}/conexusmm-0.4.0/ %changelog +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump tag for new sources + +* Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 +- New release + * Sun Aug 20 2006 Rick L Vinyard Jr - 0.3.0-1 - New release fixes demo search directories - Added /usr/share/conexusmm-x.x.x/ From fedora-extras-commits at redhat.com Sun Aug 27 02:22:49 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:22:49 -0700 Subject: rpms/shorewall/devel .cvsignore, 1.19, 1.20 shorewall.spec, 1.25, 1.26 sources, 1.19, 1.20 Message-ID: <200608270222.k7R2MpTh022080@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22059 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 20 Aug 2006 20:43:33 -0000 1.19 +++ .cvsignore 27 Aug 2006 02:22:49 -0000 1.20 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- shorewall.spec 20 Aug 2006 20:43:33 -0000 1.25 +++ shorewall.spec 27 Aug 2006 02:22:49 -0000 1.26 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 20 Aug 2006 20:43:33 -0000 1.19 +++ sources 27 Aug 2006 02:22:49 -0000 1.20 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:32:02 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:32:02 -0700 Subject: rpms/shorewall/FC-5 .cvsignore, 1.17, 1.18 shorewall.spec, 1.24, 1.25 sources, 1.17, 1.18 Message-ID: <200608270232.k7R2W4gp022171@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22150 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 20 Aug 2006 20:59:16 -0000 1.17 +++ .cvsignore 27 Aug 2006 02:32:02 -0000 1.18 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/shorewall.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- shorewall.spec 20 Aug 2006 20:59:16 -0000 1.24 +++ shorewall.spec 27 Aug 2006 02:32:02 -0000 1.25 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-5/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 20 Aug 2006 20:59:16 -0000 1.17 +++ sources 27 Aug 2006 02:32:02 -0000 1.18 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:40:37 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Sat, 26 Aug 2006 19:40:37 -0700 Subject: rpms/azureus/devel azureus.spec,1.31,1.32 Message-ID: <200608270240.k7R2ed5l022241@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22224 Modified Files: azureus.spec Log Message: Build on ppc also. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- azureus.spec 27 Aug 2006 00:37:14 -0000 1.31 +++ azureus.spec 27 Aug 2006 02:40:37 -0000 1.32 @@ -1,8 +1,8 @@ -ExclusiveArch: %{ix86} x86_64 +# ExclusiveArch: %{ix86} x86_64 Name: azureus Version: 2.5.0.0 -Release: 1.1%{?dist} +Release: 1.2%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,7 +206,10 @@ %{_libdir}/gcj/* %changelog -* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1 +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 +- Don't exclude ppc. + +* Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.1 - Update sources. * Sun Aug 13 2006 Anthony Green - 2.4.0.3-0.20060730cvs_1 From fedora-extras-commits at redhat.com Sun Aug 27 02:41:15 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sat, 26 Aug 2006 19:41:15 -0700 Subject: rpms/shorewall/FC-4 .cvsignore, 1.11, 1.12 shorewall.spec, 1.19, 1.20 sources, 1.11, 1.12 Message-ID: <200608270241.k7R2fHqC022318@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22297 Modified Files: .cvsignore shorewall.spec sources Log Message: Update to upstream 3.2.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 20 Aug 2006 21:00:08 -0000 1.11 +++ .cvsignore 27 Aug 2006 02:41:15 -0000 1.12 @@ -1 +1 @@ -shorewall-3.2.2.tar.bz2 +shorewall-3.2.3.tar.bz2 Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/shorewall.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- shorewall.spec 20 Aug 2006 21:00:08 -0000 1.19 +++ shorewall.spec 27 Aug 2006 02:41:15 -0000 1.20 @@ -1,5 +1,5 @@ Name: shorewall -Version: 3.2.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,7 +85,10 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog -* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 +* Sat Aug 26 2006 Robert Marcano - 3.2.3-1 +- Update to upstream 3.2.3 + +* Sun Aug 20 2006 Robert Marcano - 3.2.2-1 - Update to upstream 3.2.2 * Fri Jul 28 2006 Robert Marcano - 3.2.1-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/shorewall/FC-4/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 20 Aug 2006 21:00:08 -0000 1.11 +++ sources 27 Aug 2006 02:41:15 -0000 1.12 @@ -1 +1 @@ -afc5b674e3bee0ee1bd2e912fe6fbb52 shorewall-3.2.2.tar.bz2 +7e50ae61acc3dcb9fe5a58e798005a27 shorewall-3.2.3.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 02:43:27 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:43:27 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.11,1.12 sources,1.4,1.5 Message-ID: <200608270243.k7R2hTpo022409@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22390/FC-4 Modified Files: openbox.spec sources Log Message: Update to new upstream 3.3 final release; remove slew of unneeded versioning macros Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- openbox.spec 29 Jun 2006 06:10:01 -0000 1.11 +++ openbox.spec 27 Aug 2006 02:43:26 -0000 1.12 @@ -1,12 +1,6 @@ -%define ob_version 3.3 -%define ob_pre_tag rc2 -%define pkg_release 8 -%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}} -#%define branch_release - Name: openbox -Version: %{ob_version} -Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release:.%{branch_release}} +Version: 3.3 +Release: 1%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -21,7 +15,9 @@ BuildRequires: gettext BuildRequires: pango-devel -BuildRequires: startup-notification-devel +# According to the upstream version 3.3 changelog, libstartup-notification +# support doesn't work well and so is disabled by default in this release. +# BuildRequires: startup-notification-devel BuildRequires: libxml2-devel BuildRequires: xorg-x11-devel @@ -105,6 +101,11 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-1 +- Update to 3.3 final release from upstream +- Remove the slew of versioning macros, as it's overkill for this and just adds + unneeded complexity to the spec. + * Wed Jun 28 2006 Peter Gordon - 3.3-0.8.rc2 - Unconditionalize the BuildRequires for monolithic X.org, since it's branched for a specific Fedora release. Index: sources =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jun 2006 01:56:57 -0000 1.4 +++ sources 27 Aug 2006 02:43:26 -0000 1.5 @@ -1 +1 @@ -1ff100d27cc1f47dadebb884a696dac3 openbox-3.3-rc2.tar.gz +35e228b33ab7d5d0995b5beb9c127808 openbox-3.3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 02:47:38 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:47:38 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.12,1.13 Message-ID: <200608270247.k7R2leMC022484@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22467/FC-4 Modified Files: openbox.spec Log Message: Drop undefined version macro in %setup call Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- openbox.spec 27 Aug 2006 02:43:26 -0000 1.12 +++ openbox.spec 27 Aug 2006 02:47:38 -0000 1.13 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -49,7 +49,7 @@ %prep -%setup -q -n "%{name}-%{ob_tarball_version}" +%setup -q %build @@ -101,6 +101,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2 +- Drop undefined version macro in %%setup call. + * Sat Aug 26 2006 Peter Gordon - 3.3-1 - Update to 3.3 final release from upstream - Remove the slew of versioning macros, as it's overkill for this and just adds From fedora-extras-commits at redhat.com Sun Aug 27 02:52:33 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Sat, 26 Aug 2006 19:52:33 -0700 Subject: rpms/ghdl/devel ghdl-svn61.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 ghdl.spec, 1.22, 1.23 sources, 1.10, 1.11 ghdl-svn60.patch, 1.1, NONE Message-ID: <200608270252.k7R2qZ9U022566@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22542 Modified Files: .cvsignore ghdl.spec sources Added Files: ghdl-svn61.patch Removed Files: ghdl-svn60.patch Log Message: update to svn61 ghdl-svn61.patch: --- NEW FILE ghdl-svn61.patch --- diff -urN ghdl-0.25-orig/vhdl/grt/config/win32.c ghdl-0.25/vhdl/grt/config/win32.c --- ghdl-0.25-orig/vhdl/grt/config/win32.c 2006-03-10 02:47:29.000000000 +0100 +++ ghdl-0.25/vhdl/grt/config/win32.c 2006-08-27 04:37:42.000000000 +0200 @@ -130,6 +130,23 @@ return res; } +#include + +double acosh (double x) +{ + return log (x + sqrt (x*x - 1)); +} + +double asinh (double x) +{ + return log (x + sqrt (x*x + 1)); +} + +double atanh (double x) +{ + return log ((1 + x) / (1 - x)) / 2; +} + #ifndef WITH_GNAT_RUN_TIME void __gnat_raise_storage_error(void) { Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 10 Jul 2006 22:10:15 -0000 1.8 +++ .cvsignore 27 Aug 2006 02:52:33 -0000 1.9 @@ -8,3 +8,5 @@ gcc-core-4.1.0.tar.bz2 ghdl-0.23.tar.bz2 ghdl-0.24.tar.bz2 +ghdl-0.25.tar.bz2 +gcc-core-4.1.1.tar.bz2 Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/ghdl.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ghdl.spec 6 Aug 2006 18:29:10 -0000 1.22 +++ ghdl.spec 27 Aug 2006 02:52:33 -0000 1.23 @@ -1,10 +1,10 @@ -%define gccver 4.1.0 -%define ghdlver 0.24 -%define ghdlsvnver 60 +%define gccver 4.1.1 +%define ghdlver 0.25 +%define ghdlsvnver 61 Summary: A VHDL simulator, using the GCC technology Name: ghdl -Version: 0.24 +Version: 0.25 Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages @@ -288,6 +288,9 @@ %changelog +* Sun Aug 27 2006 Thomas Sailer - 0.25-0.61svn.0 +- update to svn61 + * Sun Aug 6 2006 Thomas Sailer - 0.24-0.60svn.0 - update to svn60 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghdl/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 10 Jul 2006 22:10:15 -0000 1.10 +++ sources 27 Aug 2006 02:52:33 -0000 1.11 @@ -1,2 +1,2 @@ -15efa164579c7cf4a48859ee87d2a1fa gcc-core-4.1.0.tar.bz2 -934546c19789b36ca4f7e5d3e4af1b29 ghdl-0.24.tar.bz2 +a1b189c98aa7d7f164036bbe89b9b2a2 gcc-core-4.1.1.tar.bz2 +9f194b0a2136f8d026083b96319d77d9 ghdl-0.25.tar.bz2 --- ghdl-svn60.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 02:53:31 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sat, 26 Aug 2006 19:53:31 -0700 Subject: rpms/openbox/FC-4 openbox.spec,1.13,1.14 Message-ID: <200608270253.k7R2rXRn022596@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22579/FC-4 Modified Files: openbox.spec Log Message: Drop undefined version macro in %Source0 line as well Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbox.spec 27 Aug 2006 02:47:38 -0000 1.13 +++ openbox.spec 27 Aug 2006 02:53:31 -0000 1.14 @@ -1,12 +1,12 @@ Name: openbox Version: 3.3 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops License: GPL URL: http://icculus.org/openbox -Source0: http://icculus.org/openbox/releases/%{name}-%{ob_tarball_version}.tar.gz +Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz Source1: openbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -101,6 +101,9 @@ %changelog +* Sat Aug 26 2006 Peter Gordon - 3.3-2.1 +- Also drop the version macro in the %%{Source0} definition + * Sat Aug 26 2006 Peter Gordon - 3.3-2 - Drop undefined version macro in %%setup call. From fedora-extras-commits at redhat.com Sun Aug 27 04:37:07 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:37:07 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.7,1.8 Message-ID: <200608270437.k7R4b9GC028169@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28152 Modified Files: xcircuit.spec Log Message: Fix tk and tcl dir Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xcircuit.spec 26 Aug 2006 19:37:48 -0000 1.7 +++ xcircuit.spec 27 Aug 2006 04:37:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -21,7 +21,6 @@ Requires(post): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires(postun): %{_bindir}/update-desktop-database -ExcludeArch: ia64 %description Xcircuit is a general-purpose drawing program and also a specific-purpose @@ -36,7 +35,14 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure --with-tcl=%{_prefix}/lib* + +if [ -d %{_prefix}/lib64 ] ; then + TKDIR=%{_prefix}/lib64 +else + TKDIR=%{_prefix}/lib +fi + +%configure --with-tcl=$TKDIR --with-tk=$TKDIR %{__make} %{?_smp_mflags} %install @@ -85,8 +91,8 @@ %{_mandir}/man1/%{name}.1.gz %Changelog -* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 -- Excluding builds for x86_64 (temporarily) +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 +- Fix tk and tcl libdir. * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 - Minor fixes to build properly under x86_64 From fedora-extras-commits at redhat.com Sun Aug 27 04:50:04 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:50:04 -0700 Subject: rpms/xcircuit/FC-5 xcircuit.spec,1.8,1.9 Message-ID: <200608270450.k7R4o6cL028252@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28235 Modified Files: xcircuit.spec Log Message: try more fix Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/FC-5/xcircuit.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xcircuit.spec 27 Aug 2006 04:37:07 -0000 1.8 +++ xcircuit.spec 27 Aug 2006 04:50:04 -0000 1.9 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -37,12 +37,14 @@ %{__autoconf} if [ -d %{_prefix}/lib64 ] ; then - TKDIR=%{_prefix}/lib64 + SUF=64 else - TKDIR=%{_prefix}/lib + SUF= fi -%configure --with-tcl=$TKDIR --with-tk=$TKDIR +%configure \ + --with-tcl=%{_prefix}/lib$SUF --with-tk=%{_prefix}/lib$SUF \ + --with-tcllibs=%{_prefix}/lib$SUF --with-tklibs=%{_prefix}/lib$SUF %{__make} %{?_smp_mflags} %install @@ -91,6 +93,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 +- Again. + * Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 - Fix tk and tcl libdir. From fedora-extras-commits at redhat.com Sun Aug 27 04:57:24 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sat, 26 Aug 2006 21:57:24 -0700 Subject: rpms/xcircuit/devel xcircuit.spec,1.1,1.2 Message-ID: <200608270457.k7R4vQ9B028327@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28310 Modified Files: xcircuit.spec Log Message: fix tk and tcl dir Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/xcircuit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xcircuit.spec 26 Aug 2006 15:39:55 -0000 1.1 +++ xcircuit.spec 27 Aug 2006 04:57:24 -0000 1.2 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 8%{?dist} +Release: 16%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -35,7 +35,16 @@ %{__aclocal} %{__automake} --add-missing %{__autoconf} -%configure + +if [ -d %{_prefix}/lib64 ] ; then + SUF=64 +else + SUF= +fi + +%configure \ + --with-tcl=%{_prefix}/lib$SUF --with-tk=%{_prefix}/lib$SUF \ + --with-tcllibs=%{_prefix}/lib$SUF --with-tklibs=%{_prefix}/lib$SUF %{__make} %{?_smp_mflags} %install @@ -48,12 +57,12 @@ %{__rm} -rf examples/win32 %{__rm} examples/.%{name}rc %{__rm} examples/python/.%{name}rc -%{__rm} %{buildroot}%{_libdir}/%{name}-3.4/man/%{name}.1 +%{__rm} %{buildroot}%{_prefix}/lib*/%{name}-3.4/man/%{name}.1 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ %{__cp} -p %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png -chmod -x %{buildroot}%{_libdir}/%{name}-3.4/console.tcl +chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl desktop-file-install --vendor fedora \ --add-category Engineering \ @@ -78,12 +87,33 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT README* TODO examples/ %{_bindir}/%{name} -%{_libdir}/%{name}-3.4/ +%{_prefix}/lib*/%{name}-3.4/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_mandir}/man1/%{name}.1.gz %Changelog +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 +- Again. + +* Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-15 +- Fix tk and tcl libdir. + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-13 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-12 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-11 +- Minor fixes to build properly under x86_64 + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-10 +- Opted %%{_prefix}/lib* prior to %%{_libdir} + +* Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-9 +- Added --libdir=%%{_libdir} to solve build error on x86_64 + * Sat Aug 26 2006 Chitlesh Goorah - 3.4.26-8 - Use of %%{__cp} -p to keep timestamp From fedora-extras-commits at redhat.com Sun Aug 27 05:56:35 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:56:35 -0700 Subject: rpms/OpenSceneGraph/FC-5 OpenSceneGraph-1.1.diff,NONE,1.1 Message-ID: <200608270556.k7R5ubB0031123@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31105 Added Files: OpenSceneGraph-1.1.diff Log Message: New. OpenSceneGraph-1.1.diff: --- NEW FILE OpenSceneGraph-1.1.diff --- diff -uNr OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph --- OSG_OP_OT-1.1.orig/debian/Doxyfile-openscenegraph 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/debian/Doxyfile-openscenegraph 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,205 @@ +# Doxyfile 1.3.4 + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = OpenSceneGraph +PROJECT_NUMBER = +OUTPUT_DIRECTORY = . +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = YES +WARNINGS = NO +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = OpenSceneGraph/include +FILE_PATTERNS = * +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = OpenSceneGraph/html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = [...1627 lines suppressed...] + ARCH = 32 + ARCHARGS = + LINKARGS = -L/usr/X11R6/lib -framework Carbon + LIB_EXT = dylib +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),CYGWIN) + CXX = c++ + DEPARG = -M + INC += -DWIN32 + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + -Wl,--export-all-symbols + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) + + PTHREAD_LIB = -lpthread + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = cyg + LIB_EXT = dll + IMP_LIB_EXT = dll.a + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE_PREFIX = $(INST_LOCATION) + INST_SRC = $(INST_SHARE_PREFIX)/src + INST_EXAMPLES = $(INST_SHARE_PREFIX)/bin + INST_EXAMPLE_SRC = $(INST_SHARE_PREFIX)/src/demos + INST_DOC = $(INST_SHARE_PREFIX)/doc + INST_DATA = $(INST_SHARE_PREFIX)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup + +endif + +#### Cygwin/Mingw specific definitions +ifeq ($(OS),MINGW) + CXX = c++ -mthreads + + DEPARG = -M + INC += + DEF += -DWIN32 -Wall -DOPENTHREADS_EXPORTS + OPTF = -O2 + DBGF = -g + SHARED = -shared -mthreads \ + -Wl,--export-all-symbols \ + -Wl,--output-def,lib$(TARGET_BASENAME).def \ + -Wl,--out-implib,lib$(TARGET_BASENAME).dll.a \ + + EXE_EXT =.exe + ARCH = 32 + ARCHARGS = + LINKARGS = -W -Wall + DYNAMICLIBRARYLIB = + + GL_LIBS = -lglu32 -lopengl32 + X_LIBS = -lgdi32 -luser32 + SOCKET_LIBS = + OTHER_LIBS = $(GL_LIBS) -lwinmm + PTHREAD_LIB = + OPEN_THREAD_LIB = -lOpenThreadsWin32 + + LIBINST = bin/$(OS)$(ARCH) + IMP_LIBINST = lib/$(OS)$(ARCH) + + LIB_PREFIX = lib + LIB_EXT = dll + IMP_LIB_EXT = dll.a + PLUGIN_EXT = dll + + LINK = cp -f + + INST_LOCATION = /usr/local/OpenThreads + INST_LIBS = $(INST_LOCATION)/bin + INST_IMP_LIBS = $(INST_LOCATION)/lib + INST_INCLUDE = $(INST_LOCATION)/include + INST_SHARE = $(INST_LOCATION) + INST_DEMOS = $(INST_SHARE)/bin + INST_DEMO_SRC = $(INST_SHARE)/src/demos + INST_DOC = $(INST_SHARE)/doc + INST_DATA = $(INST_SHARE)/data + MAKEDIST = $(TOPDIR)/Make/makeinnosetup +endif + +#### HP-UX Specific definitions + +ifeq ($(OS),HP-UX) + CXX = aCC -AA -mt + DEPARG = -w +make -E + INC += + DEF += +Z -z + OPTF = +O2 + DBGF = -g + SHARED = +Z -b -z -Wl,+s + ARCH = 32 + LDFLAGS = + LINKARGS = -lpthread + LIB_EXT = sl + PLUGIN_EXT = sl + DYNAMICLIBRARYLIB = -ldld + OTHER_LIBS = -lm +endif + + +VPATH=.. + diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThread.c++ 2005-05-20 23:11:42.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThread.c++ 2006-08-24 04:55:38.000000000 +0200 @@ -529,27 +529,18 @@ PThreadPrivateData *pd = static_cast (_prvData); - size_t defaultStackSize; + size_t defaultStackSize = 0; pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } if(defaultStackSize < pd->stackSize) { pthread_attr_setstacksize( &thread_attr, pd->stackSize); - if(status != 0) { - return status; - } } //------------------------------------------------------------------------- // Now get what we actually have... // pthread_attr_getstacksize( &thread_attr, &defaultStackSize); - if(status != 0) { - return status; - } pd->stackSize = defaultStackSize; diff -uNr OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h --- OSG_OP_OT-1.1.orig/OpenThreads/pthread_src/PThreadPrivateData.h 2004-08-27 18:45:14.000000000 +0200 +++ OSG_OP_OT-1.1/OpenThreads/pthread_src/PThreadPrivateData.h 2006-08-24 04:55:38.000000000 +0200 @@ -43,7 +43,7 @@ private: - PThreadPrivateData() {}; + PThreadPrivateData() : stackSize(0), stackSizeLocked(false), isRunning(false), isCanceled(false), idSet(false), tid(0), uniqueId(0), cpunum(0) {}; virtual ~PThreadPrivateData() {}; diff -uNr OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard OSG_OP_OT-1.1/Producer/include/Producer/Keyboard --- OSG_OP_OT-1.1.orig/Producer/include/Producer/Keyboard 2005-10-28 22:53:43.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/include/Producer/Keyboard 2006-08-24 04:55:38.000000000 +0200 @@ -539,6 +539,7 @@ KeyboardKey _key; }; +class KeyboardMouseImplementation; class PR_EXPORT Keyboard : public Producer::Referenced { diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/libdefs OSG_OP_OT-1.1/Producer/Make/libdefs --- OSG_OP_OT-1.1.orig/Producer/Make/libdefs 1970-01-01 01:00:00.000000000 +0100 +++ OSG_OP_OT-1.1/Producer/Make/libdefs 2006-08-24 04:55:38.000000000 +0200 @@ -0,0 +1,4 @@ +ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") + LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).$(VERSION_MAJOR) +endif + diff -uNr OSG_OP_OT-1.1.orig/Producer/Make/makedefs OSG_OP_OT-1.1/Producer/Make/makedefs --- OSG_OP_OT-1.1.orig/Producer/Make/makedefs 2006-07-18 15:26:22.000000000 +0200 +++ OSG_OP_OT-1.1/Producer/Make/makedefs 2006-08-24 04:55:38.000000000 +0200 @@ -248,11 +248,6 @@ ifeq (x$(CXX),x) CXX = g++ endif - -ifeq ("$(COMPILE_OSG_OP_OT_WITH_SONAMES)","YES") - LDFLAGS += -Wl,-soname -Wl,$@.$(LIB_EXT).0 -endif - DEF += -fPIC -pthread OPTF = -O2 DBGF = -ggdb -gstabs From fedora-extras-commits at redhat.com Sun Aug 27 05:57:31 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:57:31 -0700 Subject: rpms/OpenSceneGraph/FC-5 OpenSceneGraph-1.0.diff,1.1,NONE Message-ID: <200608270557.k7R5vX4j031149@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31134 Removed Files: OpenSceneGraph-1.0.diff Log Message: Remove (Obsolete) --- OpenSceneGraph-1.0.diff DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 05:57:55 2006 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Sat, 26 Aug 2006 22:57:55 -0700 Subject: rpms/OpenSceneGraph/FC-5 .cvsignore, 1.4, 1.5 OpenSceneGraph.spec, 1.12, 1.13 sources, 1.4, 1.5 Message-ID: <200608270557.k7R5vvO9031176@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/OpenSceneGraph/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31155 Modified Files: .cvsignore OpenSceneGraph.spec sources Log Message: * Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 7 Jun 2006 04:56:16 -0000 1.4 +++ .cvsignore 27 Aug 2006 05:57:55 -0000 1.5 @@ -1 +1 @@ -OSG_OP_OT-1.0.zip +OSG_OP_OT-1.1.zip Index: OpenSceneGraph.spec =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/OpenSceneGraph.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- OpenSceneGraph.spec 7 Jun 2006 04:56:16 -0000 1.12 +++ OpenSceneGraph.spec 27 Aug 2006 05:57:55 -0000 1.13 @@ -5,11 +5,11 @@ # %define apivers 1.0 -%define srcvers 1.0 +%define srcvers 1.1 Name: OpenSceneGraph Version: %{srcvers} -Release: 4%{?dist} +Release: 1%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -266,6 +266,7 @@ %{_bindir}/osgplanets %{_bindir}/osgpoints %{_bindir}/osgpointsprite +%{_bindir}/osgprecipitation %{_bindir}/osgprerender %{_bindir}/osgprerendercubemap %{_bindir}/osgreflect @@ -391,6 +392,9 @@ %{_includedir}/Producer %changelog +* Thu Aug 24 2006 Ralf Cors??pius - 1.1-1 +- Upstream update. + * Tue Jun 07 2006 Ralf Cors??pius - 1.0-4 - Try to avoid adding SONAMEs on plugins and applications. Index: sources =================================================================== RCS file: /cvs/extras/rpms/OpenSceneGraph/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 7 Jun 2006 04:56:16 -0000 1.4 +++ sources 27 Aug 2006 05:57:55 -0000 1.5 @@ -1 +1 @@ -dfb3eca46b32625602dabe9aa46c6b6f OSG_OP_OT-1.0.zip +c140e0f53f577af6e807108dd1a8f65f OSG_OP_OT-1.1.zip From fedora-extras-commits at redhat.com Sun Aug 27 08:05:03 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 01:05:03 -0700 Subject: extras-repoclosure rc-report.py,1.14,1.15 Message-ID: <200608270805.k7R853uj007049@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/fedora/extras-repoclosure In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7031 Modified Files: rc-report.py Log Message: make startable with empty history dbs Index: rc-report.py =================================================================== RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rc-report.py 29 Jul 2006 22:10:23 -0000 1.14 +++ rc-report.py 27 Aug 2006 08:05:00 -0000 1.15 @@ -35,13 +35,18 @@ # them more than once until expiration. class History: - history = {} - incoming = {} - expired = {} + def _reset(self): + self.history = {} + self.incoming = {} + self.expired = {} def __init__(self,release): # Load history map file and expire its contents. + self._reset() self.historyname = 'history-%s.pickle' % release - f = file(self.historyname,'r') + try: + f = file(self.historyname,'r') + except: + return self.tmpdict = pickle.load(f) f.close() # Build up history/expired dicts. From fedora-extras-commits at redhat.com Sun Aug 27 08:37:34 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:34 -0700 Subject: rpms/gnash - New directory Message-ID: <200608270837.k7R8baYf007233@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7207/gnash Log Message: Directory /cvs/extras/rpms/gnash added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 08:37:35 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:35 -0700 Subject: rpms/gnash/devel - New directory Message-ID: <200608270837.k7R8bbnm007236@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7207/gnash/devel Log Message: Directory /cvs/extras/rpms/gnash/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 08:37:51 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:51 -0700 Subject: rpms/gnash Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608270837.k7R8br60007285@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7252 Added Files: Makefile import.log Log Message: Setup of module gnash --- NEW FILE Makefile --- # Top level Makefile for module gnash all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 08:37:52 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:37:52 -0700 Subject: rpms/gnash/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608270837.k7R8bsVo007288@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7252/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnash --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 08:39:01 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:39:01 -0700 Subject: rpms/gnash import.log,1.1,1.2 Message-ID: <200608270839.k7R8d3BV007374@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7336 Modified Files: import.log Log Message: auto-import gnash-0.7.1-7 on branch devel from gnash-0.7.1-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnash/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 08:37:51 -0000 1.1 +++ import.log 27 Aug 2006 08:39:01 -0000 1.2 @@ -0,0 +1 @@ +gnash-0_7_1-7:HEAD:gnash-0.7.1-7.src.rpm:1156667933 From fedora-extras-commits at redhat.com Sun Aug 27 08:39:02 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:39:02 -0700 Subject: rpms/gnash/devel gnash-README.fedora, NONE, 1.1 gnash-configure-pkgconfig.patch, NONE, 1.1 gnash-continue_on_info_install_error.patch, NONE, 1.1 gnash-plugin-tempfile-dir.patch, NONE, 1.1 gnash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608270839.k7R8d4GS007385@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7336/devel Modified Files: .cvsignore sources Added Files: gnash-README.fedora gnash-configure-pkgconfig.patch gnash-continue_on_info_install_error.patch gnash-plugin-tempfile-dir.patch gnash.spec Log Message: auto-import gnash-0.7.1-7 on branch devel from gnash-0.7.1-7.src.rpm --- NEW FILE gnash-README.fedora --- The gnash flash plugin will add a directory in /tmp for each flash file it renders. This directory has a name like gnash-XXXXXX with XXXXXX replaced by a random string. Each directory contains a downloaded flash file. gnash-configure-pkgconfig.patch: --- NEW FILE gnash-configure-pkgconfig.patch --- --- gnash-20060320/configure.ac.1 2006-03-20 10:51:01.000000000 +0900 +++ gnash-20060320/configure.ac 2006-03-20 12:15:59.000000000 +0900 @@ -271,6 +271,11 @@ plugmk="plugin/Makefile plugin/mozilla-sdk/Makefile" fi +PKG_CHECK_MODULES(LIBXML, libxml-2.0) +PKG_CHECK_MODULES(GTK2, gtk+-2.0) +PKG_CHECK_MODULES(GLEXT, gtkglext-1.0, HAVE_GTK_GTKGL_H=1) + + AC_OUTPUT(Makefile libbase/Makefile libgeometry/Makefile gnash-continue_on_info_install_error.patch: --- NEW FILE gnash-continue_on_info_install_error.patch --- --- doc/C/Makefile.am-old 2006-05-17 16:42:07.000000000 +0200 +++ doc/C/Makefile.am 2006-05-17 16:42:53.000000000 +0200 @@ -197,7 +197,7 @@ install-info-hook: gnash.info test -d "$(DESTDIR)$(infodir)" || $(mkinstalldirs) "$(DESTDIR)$(infodir)" - $(INSTALL_DATA) gnash.info $(DESTDIR)$(infodir)/gnash.info ; \ + -$(INSTALL_DATA) gnash.info $(DESTDIR)$(infodir)/gnash.info ; \ if (/sbin/install-info --version) >/dev/null 2>&1; then \ version=`install-info --version | grep -c 'GNU texinfo'`; \ if test $$version -eq 0; then \ gnash-plugin-tempfile-dir.patch: --- NEW FILE gnash-plugin-tempfile-dir.patch --- Index: plugin/plugin.cpp =================================================================== RCS file: /sources/gnash/gnash/plugin/plugin.cpp,v retrieving revision 1.39 diff -u -r1.39 plugin.cpp --- plugin/plugin.cpp 10 Aug 2006 18:49:44 -0000 1.39 +++ plugin/plugin.cpp 16 Aug 2006 10:24:30 -0000 @@ -442,8 +442,13 @@ end = url.find(".swf", 0) + 4; start = url.rfind("/", end) + 1; - fname = "/tmp/"; - fname += url.substr(start, end - start); + char* dirtemp = strdup ("/tmp/gnash-XXXXXX"); + fname = mkdtemp (dirtemp); + if (fname.empty ()) { + free (dirtemp); + fname = "/tmp"; + } + fname += "/" + url.substr(start, end - start); // extract the parameters from the URL start = url.find("?", end); --- NEW FILE gnash.spec --- Name: gnash Version: 0.7.1 Release: 7%{?dist} Summary: GNU flash movie player Group: Applications/Multimedia License: GPL URL: http://www.gnu.org/software/gnash/ Source0: http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.bz2 Source1: gnash-README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel libjpeg-devel libogg-devel libXmu-devel BuildRequires: SDL_mixer-devel BuildRequires: kdelibs-devel BuildRequires: gtkglext-devel ## GStreamer isn't used yet, but will be in the near future. #BuildRequires: gstreamer-devel BuildRequires: docbook2X BuildRequires: scrollkeeper BuildRequires: automake, libtool Requires(post): scrollkeeper Requires(postun): scrollkeeper Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires(post): /sbin/install-info Requires(preun): /sbin/install-info Patch1: gnash-configure-pkgconfig.patch Patch2: gnash-continue_on_info_install_error.patch Patch3: gnash-plugin-tempfile-dir.patch %description Gnash is a GNU Flash movie player based on GameSWF, and supports many SWF v7 features. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %package plugin Summary: Flash movie player plugin for Mozilla Browser Requires: %{name} = %{version}-%{release} Requires: webclient Group: Applications/Internet %description plugin The gnash flash movie player plugin for firefox or mozilla. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %package klash Summary: Konqueror flash movie player plugin Requires: %{name} = %{version}-%{release} Group: Applications/Multimedia %description klash The gnash flash movie player plugin for Konqueror. Note that Gnash does not work yet for newer flash sites, is known to crash and can even trigger bugs that crash the graphical system. %prep %setup -q cp -p %{SOURCE1} README.fedora %patch1 -p1 -b .1 %patch2 -p0 -b .2 %patch3 -p0 -b .3 autoreconf %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \ --enable-ghelp --enable-docbook --enable-klash --disable-rpath \ --disable-dependency-tracking --with-qtdir=$QTDIR make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,so} rm -rf $RPM_BUILD_ROOT/%{_localstatedir}/scrollkeeper rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : /sbin/install-info --entry="* Gnash: (gnash). GNU Flash Player" %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %postun /sbin/ldconfig scrollkeeper-update -q || : %files %defattr(-,root,root,-) %doc README AUTHORS COPYING NEWS %doc doc/C/gnash.html %doc doc/C/images %{_bindir}/gnash %{_bindir}/gparser %{_bindir}/gprocessor %{_mandir}/man1/gnash* %{_infodir}/gnash* %{_datadir}/gnash/ %{_datadir}/omf/gnash/ %{_libdir}/libgnash*.so.* %files plugin %defattr(-,root,root,-) %doc README.fedora %{_libdir}/mozilla/plugins/libgnashplugin.so %files klash %defattr(-,root,root,-) %{_bindir}/klash %{_libdir}/kde3/libklashpart.* %{_datadir}/apps/klash/ %{_datadir}/config/klashrc %{_datadir}/services/klash_part.desktop %changelog * Sun Aug 27 2006 Patrice Dumas - 0.7.1-7 - add defattr for klash - add warnings in the description about stability * Mon Aug 21 2006 Patrice Dumas - 0.7.1-6 - remove superfluous buildrequires autoconf - rename last patch to gnash-plugin-tempfile-dir.patch - add README.fedora to plugin to explain tmpdirs * Wed Aug 16 2006 Jens Petersen - 0.7.1-5 - source qt.sh and configure --with-qtdir (Dominik Mierzejewski) - add plugin-tempfile-dir.patch for plugin to use a safe tempdir * Fri Jul 28 2006 Jens Petersen - 0.7.1-4 - buildrequire autotools (Michael Knox) * Fri Jun 2 2006 Patrice Dumas - 0.7.1-3 - add gnash-continue_on_info_install_error.patch to avoid - buildrequire libXmu-devel * Wed May 17 2006 Jens Petersen - 0.7.1-2 - configure with --disable-rpath - buildrequire docbook2X - remove devel files * Sun May 7 2006 Jens Petersen - 0.7.1-1 - update to 0.7.1 alpha release * Sat Apr 22 2006 Rob Savoye - 0.7-1 - install the info file. Various tweaks for my system based on Patrice's latest patch, * Fri Feb 3 2006 Patrice Dumas - 0.7-1 - initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnash/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 08:37:52 -0000 1.1 +++ .cvsignore 27 Aug 2006 08:39:02 -0000 1.2 @@ -0,0 +1 @@ +gnash-0.7.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnash/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 08:37:52 -0000 1.1 +++ sources 27 Aug 2006 08:39:02 -0000 1.2 @@ -0,0 +1 @@ +d860981aeaac0fc941a28abc3c24223c gnash-0.7.1.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 08:46:56 2006 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Sun, 27 Aug 2006 01:46:56 -0700 Subject: owners owners.list,1.1453,1.1454 Message-ID: <200608270846.k7R8kwvX007455@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7438 Modified Files: owners.list Log Message: - add gnash to be owned by pertusus (#192049) - cc me on gcin too Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1453 retrieving revision 1.1454 diff -u -r1.1453 -r1.1454 --- owners.list 27 Aug 2006 01:06:04 -0000 1.1453 +++ owners.list 27 Aug 2006 08:46:56 -0000 1.1454 @@ -412,7 +412,7 @@ Fedora Extras|gc|C++ Garbage Collector|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|gcdmaster|A Gnome Disk-At-Once (DAO) Audio CD writer|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|gcfilms|Movies collections management|tian at c-sait.net|extras-qa at fedoraproject.org| -Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org| +Fedora Extras|gcin|Input method for Traditional Chinese|candyz0416 at gmail.com|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gcl|GNU Common Lisp|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gcombust|Powerful GTK+ front-end for mkisofs and cdrecord|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|gcompris|Educational suite for kids 2-10 years old|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| @@ -468,6 +468,7 @@ Fedora Extras|glyph-keeper|Library for text rendering|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|gmime|GMime library -- creation and parsing of MIME-messages|fedora at leemhuis.info|extras-qa at fedoraproject.org| Fedora Extras|gmpc|GNOME frontend for the MPD|gauret at free.fr|extras-qa at fedoraproject.org| +Fedora Extras|gnash|GNU flash movie player|pertusus at free.fr|extras-qa at fedoraproject.org|petersen at redhat.com Fedora Extras|gnet2|A simple network library built upon glib|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|gnochm|CHM file viewer|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|gnofract4d|Gnofract 4D is a Gnome-based program to draw fractals|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 10:24:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:24:52 -0700 Subject: rpms/ochusha - New directory Message-ID: <200608271024.k7RAOsuM027980@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947/ochusha Log Message: Directory /cvs/extras/rpms/ochusha added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 10:24:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:24:52 -0700 Subject: rpms/ochusha/devel - New directory Message-ID: <200608271024.k7RAOsL8027987@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947/ochusha/devel Log Message: Directory /cvs/extras/rpms/ochusha/devel added to the repository From fedora-extras-commits at redhat.com Sun Aug 27 10:25:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:10 -0700 Subject: rpms/ochusha/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608271025.k7RAPCHs028121@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28075/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ochusha --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Sun Aug 27 10:25:10 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:10 -0700 Subject: rpms/ochusha Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608271025.k7RAPCYL028115@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28075 Added Files: Makefile import.log Log Message: Setup of module ochusha --- NEW FILE Makefile --- # Top level Makefile for module ochusha all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Sun Aug 27 10:25:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:50 -0700 Subject: rpms/ochusha import.log,1.1,1.2 Message-ID: <200608271025.k7RAPq5P028381@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28330 Modified Files: import.log Log Message: auto-import ochusha-0.5.8.2-3 on branch devel from ochusha-0.5.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ochusha/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 27 Aug 2006 10:25:10 -0000 1.1 +++ import.log 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +ochusha-0_5_8_2-3:HEAD:ochusha-0.5.8.2-3.src.rpm:1156674343 From fedora-extras-commits at redhat.com Sun Aug 27 10:25:50 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 03:25:50 -0700 Subject: rpms/ochusha/devel ochusha-0.5.8.2-cookie-hana-mogera.patch, NONE, 1.1 ochusha-0.5.8.2-glib-deprecated-option.patch, NONE, 1.1 ochusha.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608271025.k7RAPrLW028392@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28330/devel Modified Files: .cvsignore sources Added Files: ochusha-0.5.8.2-cookie-hana-mogera.patch ochusha-0.5.8.2-glib-deprecated-option.patch ochusha.spec Log Message: auto-import ochusha-0.5.8.2-3 on branch devel from ochusha-0.5.8.2-3.src.rpm ochusha-0.5.8.2-cookie-hana-mogera.patch: --- NEW FILE ochusha-0.5.8.2-cookie-hana-mogera.patch --- --- ochusha-0.5.8.2/lib/ochusha_thread_2ch.c.cookie 2005-09-09 22:18:20.000000000 +0900 +++ ochusha-0.5.8.2/lib/ochusha_thread_2ch.c 2006-08-23 18:09:27.000000000 +0900 @@ -1881,9 +1881,9 @@ { if (ochusha_bbs_thread_get_post_use_2ch_viewer(thread, broker->config) && broker->config->login_2ch) - query = g_strdup_printf("submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); + query = g_strdup_printf("hana=mogera&submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); else - query = g_strdup_printf("submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); + query = g_strdup_printf("hana=mogera&submit=%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); } if (query == NULL) @@ -1901,9 +1901,9 @@ if (ochusha_bbs_thread_get_post_use_2ch_viewer(thread, broker->config) && broker->config->login_2ch) - query = g_strdup_printf("submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); + query = g_strdup_printf("hana=mogera&submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&sid=%s&time=%ld", from, mail, message, bbs, key, broker->config->session_id_2ch, time); else - query = g_strdup_printf("submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); + query = g_strdup_printf("hana=mogera&submit=%%91%%53%%90%%D3%%94%%43%%82%%F0%%95%%89%%82%%A4%%82%%B1%%82%%C6%%82%%F0%%8F%%B3%%91%%F8%%82%%B5%%82%%C4%%8F%%91%%82%%AB%%8D%%9E%%82%%DE&FROM=%s&mail=%s&MESSAGE=%s&bbs=%s&key=%s&time=%ld", from, mail, message, bbs, key, time); } sleep(30); post_result = ochusha_utils_2ch_try_post(broker, thread->board, ochusha-0.5.8.2-glib-deprecated-option.patch: --- NEW FILE ochusha-0.5.8.2-glib-deprecated-option.patch --- --- ochusha-0.5.8.2/libmodifiedgtk2/Makefile.in.newglib 2005-09-19 12:19:00.000000000 +0900 +++ ochusha-0.5.8.2/libmodifiedgtk2/Makefile.in 2006-08-23 17:59:38.000000000 +0900 @@ -223,6 +223,7 @@ libmodifiedgtk2_la_LDFLAGS = -version-info $(SOVERSION) localedir = $(datadir)/locale AM_CPPFLAGS = -Wall -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED $(GLIB_CFLAGS) $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS += -DGTK_COMPILATION all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am --- NEW FILE ochusha.spec --- Summary: A GTK+ 2ch.net BBS Browser Name: ochusha Version: 0.5.8.2 Release: 3%{?dist} URL: http://ochusha.sourceforge.jp/ Source: http://keihanna.dl.sourceforge.jp/ochusha/16560/%{name}-%{version}.tar.bz2 # These patches are from discussion on # http://pc8.2ch.net/test/read.cgi/linux/1148809116/ Patch1: ochusha-0.5.8.2-glib-deprecated-option.patch Patch2: ochusha-0.5.8.2-cookie-hana-mogera.patch License: BSD Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(post): %{_bindir}/update-desktop-database Requires(post): %{_bindir}/gtk-update-icon-cache Requires(postun): /sbin/ldconfig Requires(postun): %{_bindir}/update-desktop-database Requires(postun): %{_bindir}/gtk-update-icon-cache Requires: fonts-japanese BuildRequires: gtk2-devel BuildRequires: libSM-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: zlib-devel BuildRequires: desktop-file-utils BuildRequires: libXt-devel %description The ochusha is BBS, especially 2ch.net, browser with GUI. It uses the GTK+ toolkit for all of its interface needs. The ochusha offers a sort of features such as multi-level popup view of `response's, inlining and popup view of images that helps users to interact with BBSs. %prep %setup -q %patch1 -p1 -b .glib %patch2 -p1 -b .cookie # change desktop entry to use png file in # %{icondir} %{__sed} -i -e 's|Icon.*$|Icon=ochusha48.png|' gtk2/ochusha.desktop.in %build %configure %{__make} %{?_smp_flags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install # remove unneeded files %{__rm} -f %{buildroot}%{_libdir}/lib*.{a,la,so} # install desktop file and delete original %{__mkdir_p} %{buildroot}%{_datadir}/applications desktop-file-install \ --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ %{buildroot}%{_datadir}/ochusha/%{name}.desktop # link Icon png to icondir %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ ln -sf ../../../../ochusha/ochusha48.png \ %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ # change documents' encoding to UTF-8. change_encoding(){ CODE=$1 shift for f in $* ; do mv ${f} ${f}.tmp iconv -f $CODE -t UTF-8 ${f}.tmp > ${f} && rm -f ${f}.tmp || \ mv ${f}.tmp ${f} done } change_encoding EUCJP \ BUGS ChangeLog INSTALL.jp NEWS README TODO \ gtk2/ochusha-gtkrc.gray # install mo files %find_lang %{name} %clean %{__rm} -rf %{buildroot} %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %files -f %{name}.lang %defattr(-,root,root) %doc ACKNOWLEDGEMENT AUTHORS BUGS COPYING ChangeLog INSTALL* NEWS README TODO %doc gtk2/ochusha-gtkrc.* %{_bindir}/ochusha %{_libdir}/*.so.* %{_datadir}/applications/fedora-*.desktop %{_datadir}/icons/hicolor/48x48/apps/*.png %{_datadir}/ochusha %{_mandir}/man*/ochusha.1* %changelog * Sat Aug 26 2006 Mamoru Tasaka 0.5.8.2-3 - Install (link) icon to the usual directory and use cache updating method. * Sat Aug 26 2006 Mamoru Tasaka 0.5.8.2-2 - Explicitly require Japanese fonts. * Wed Aug 23 2006 Mamoru Tasaka 0.5.8.2-1 - Import to Fedora Extras. - Add two patch (from 2ch BBS ochusha thread). - Remove unnecessary .so files and desktop file installed on wrong location. - Use desktop-file-install, update-desktop-database - Add some missing BR. - Change documents' encoding. * Wed Dec 29 2004 0.5.7.1-1 - Version up. - The ochusha.spec file is polished according to anonymous people's voice. * Wed Nov 25 2004 0.5.7-1 - Version up. - The ochusha.spec file is polished according to Matchy's advise. * Sat Nov 13 2004 0.5.6-1 - Version up. - The ochusha.spec file is now generated automatically. - Some hardcoded build/install rules are replaced with common macros. - Post install/uninstall rules are modified to link/unlink the ochusha.desktop file for menu. * Sat Jul 03 2004 0.5.5-1 - Version up. * Sun Jun 20 2004 0.5.4.10-1 - Version up. * Wed Jun 16 2004 0.5.4.9-1 - Version up. * Tue Jun 15 2004 0.5.4.8-1 - Version up. * Mon Jun 14 2004 0.5.4.7-1 - Version up. * Sun Jun 13 2004 0.5.4.5-1 - Version up. * Sat Jun 12 2004 0.5.4.4-1 - Version up. * Sun Jun 06 2004 0.5.4.3-1 - Version up. * Mon May 24 2004 0.5.4.2-1 - Version up. * Mon May 17 2004 0.5.4.1-1 - Version up. * Sun May 02 2004 0.5.2-1 - Version up. * Sat Apr 10 2004 0.5.1-1 - Version up. - Added manfile to filelist. - Added mandir option to configure script. * Mon Mar 01 2004 0.5-1 - Version up. - Changed filelist. * Wed Jan 28 2004 0.4.10.3-1 - Version up. * Fri Jan 23 2004 0.4.10.1-1 - Version up. * Wed Jan 21 2004 0.4.10-1 - Version up. * Sun Jan 18 2004 0.4.9.7-1 - Version up. * Sat Jan 17 2004 0.4.9.6-1 - Version up. * Fri Jan 16 2004 0.4.9.5-1 - Version up. * Wed Jan 14 2004 0.4.9.4-1 - Version up. * Wed Jan 14 2004 0.4.9.3-1 - Version up. * Tue Jan 13 2004 0.4.9.2-1 - Version up. * Mon Jan 12 2004 0.4.9.1-1 - Version up. * Tue Jan 01 2004 0.4.8.2-1 - Version up. * Wed Dec 31 2003 0.4.8.1-1 - Version up. * Tue Dec 30 2003 0.4.8-1 - Version up. - Added files about libtsengine. - Added ochusha-init.scm file. - Added to run ldconfig when (un)installing. * Mon Dec 29 2003 0.4.7.1-1 - Version up. * Wed Dec 24 2003 0.4.7-1 - Version up. * Mon Dec 22 2003 0.4.6-1 - Version up. * Sun Dec 21 2003 0.4.5.10-1 - Version up. * Fri Dec 19 2003 0.4.5.7-1 - Version up. * Tue Dec 16 2003 0.4.5.6-1 - Version up. * Tue Dec 16 2003 0.4.5.5-1 - Version up. * Sun Dec 14 2003 0.4.5.4-1 - Version up. * Sat Dec 13 2003 0.4.5.3-1 - Version up. * Mon Dec 09 2003 0.4.5.1-1 - Version up. * Sat Dec 06 2003 0.4.5-1 - Version up. - Added png icon file. - Added gtkrc file. * Thu Nov 27 2003 0.4.4.8-1 - Added xpm icon file. - Version up. * Fri Nov 21 2003 0.4.4.3-1 - Version up. * Fri Nov 14 2003 0.4.4.2-1 - Version up. - Added some libraries. * Mon Jun 23 2003 0.4.3.6-1 - Version up. * Wed Jun 11 2003 0.4.3.4-1 - Version up. - changed prefix enviromental valuable. - changed URL. * Mon May 19 2003 0.4.3.3-1 - Version up. * Mon May 12 2003 0.4.3.2-1 - Version up. - Fixed Group. * Mon May 12 2003 0.4.2.1-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 27 Aug 2006 10:25:10 -0000 1.1 +++ .cvsignore 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +ochusha-0.5.8.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 27 Aug 2006 10:25:10 -0000 1.1 +++ sources 27 Aug 2006 10:25:50 -0000 1.2 @@ -0,0 +1 @@ +167edce1d41f766d18018175458373c7 ochusha-0.5.8.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 11:22:26 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 04:22:26 -0700 Subject: rpms/lirc-kmod/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.1, NONE kmodtool, 1.7, NONE lirc-kmod-0.8.0-2616.patch, 1.1, NONE lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch, 1.1, NONE lirc-kmod.spec, 1.11, NONE sources, 1.2, NONE Message-ID: <200608271122.k7RBMSjq015676@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/lirc-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14251/lirc-kmod/devel Added Files: dead.package Removed Files: .cvsignore Makefile kmodtool lirc-kmod-0.8.0-2616.patch lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch lirc-kmod.spec sources Log Message: marking as dead.package --- NEW FILE dead.package --- https://bugzilla.redhat.com/192621 --- .cvsignore DELETED --- --- Makefile DELETED --- --- kmodtool DELETED --- --- lirc-kmod-0.8.0-2616.patch DELETED --- --- lirc-kmod-0.8.0pre2-gpio-no-bttvp.patch DELETED --- --- lirc-kmod.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 11:22:27 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 04:22:27 -0700 Subject: rpms/lirc-kmod-common/devel dead.package, NONE, 1.1 .cvsignore, 1.1, NONE Makefile, 1.1, NONE lirc-kmod-common.spec, 1.2, NONE sources, 1.1, NONE Message-ID: <200608271122.k7RBMTSN015955@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/lirc-kmod-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14251/lirc-kmod-common/devel Added Files: dead.package Removed Files: .cvsignore Makefile lirc-kmod-common.spec sources Log Message: marking as dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- lirc-kmod-common.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 11:30:55 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 04:30:55 -0700 Subject: owners owners.list,1.1454,1.1455 Message-ID: <200608271130.k7RBUvv3009168@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9151 Modified Files: owners.list Log Message: add ochusha Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1454 retrieving revision 1.1455 diff -u -r1.1454 -r1.1455 --- owners.list 27 Aug 2006 08:46:56 -0000 1.1454 +++ owners.list 27 Aug 2006 11:30:54 -0000 1.1455 @@ -1028,6 +1028,7 @@ Fedora Extras|obby|A library which provides synced document buffers|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|obconf|A graphical configuration editor for the Openbox window manager|peter at thecodergeek.com|extras-qa at fedoraproject.org| Fedora Extras|ocaml|The Objective Caml compiler and programming environment|gemi at bluewin.ch|extras-qa at fedoraproject.org| +Fedora Extras|ochusha|A GTK+ 2ch.net BBS Browser|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|octave|A high-level language for numerical computations|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|octave-forge|Contributed functions for octave|qspencer at ieee.org|extras-qa at fedoraproject.org| Fedora Extras|oddjob|A D-BUS service which runs odd jobs on behalf of client applications|nalin at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 11:33:42 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 04:33:42 -0700 Subject: rpms/bochs/devel .cvsignore, 1.8, 1.9 bochs.spec, 1.19, 1.20 sources, 1.8, 1.9 Message-ID: <200608271133.k7RBXiZj009254@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9233 Modified Files: .cvsignore bochs.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 2.3-1 - New upstream version 2.3 (final) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 10 Aug 2006 11:06:57 -0000 1.8 +++ .cvsignore 27 Aug 2006 11:33:41 -0000 1.9 @@ -1,2 +1,2 @@ +bochs-2.3.tar.gz dlxlinux4.tar.gz -bochs-2.3.pre3.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/bochs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- bochs.spec 10 Aug 2006 11:06:57 -0000 1.19 +++ bochs.spec 27 Aug 2006 11:33:41 -0000 1.20 @@ -1,14 +1,13 @@ %bcond_with debugger -%define pre_version pre3 Name: bochs Version: 2.3 -Release: 0.1.%{pre_version}%{?dist} +Release: 1%{?dist} Summary: Portable x86 PC emulator Group: Applications/Emulators License: LGPL URL: http://bochs.sourceforge.net/ -Source0: http://download.sf.net/bochs/%{name}-%{version}.%{pre_version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch @@ -45,7 +44,7 @@ %prep -%setup -q -n %{name}-%{version}.%{pre_version} +%setup -q %patch0 -p0 -z .nonet cp -p %{SOURCE1} . # Fix up some man page paths. @@ -124,6 +123,9 @@ %changelog +* Sun Aug 27 2006 Hans de Goede 2.3-1 +- New upstream version 2.3 (final) + * Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 - New upstream version 2.3.pre3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 10 Aug 2006 11:06:57 -0000 1.8 +++ sources 27 Aug 2006 11:33:41 -0000 1.9 @@ -1,2 +1,2 @@ +100c02fbcd402c2b4862d0251be539fd bochs-2.3.tar.gz 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz -0d368e0c23c40598dcfd8316b14cf6c0 bochs-2.3.pre3.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 11:35:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 04:35:49 -0700 Subject: rpms/bochs/FC-5 .cvsignore, 1.6, 1.7 bochs.spec, 1.17, 1.18 sources, 1.6, 1.7 bochs-dlxreadme.patch, 1.1, NONE bochs-wx26.patch, 1.3, NONE Message-ID: <200608271135.k7RBZpBB009324@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9303 Modified Files: .cvsignore bochs.spec sources Removed Files: bochs-dlxreadme.patch bochs-wx26.patch Log Message: * Sun Aug 27 2006 Hans de Goede 2.3-1 - New upstream version 2.3 (final) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 15 Feb 2006 21:20:29 -0000 1.6 +++ .cvsignore 27 Aug 2006 11:35:49 -0000 1.7 @@ -1,2 +1,2 @@ -bochs-2.2.6.tar.gz +bochs-2.3.tar.gz dlxlinux4.tar.gz Index: bochs.spec =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/bochs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- bochs.spec 28 Feb 2006 08:21:25 -0000 1.17 +++ bochs.spec 27 Aug 2006 11:35:49 -0000 1.18 @@ -1,21 +1,17 @@ %bcond_with debugger Name: bochs -Version: 2.2.6 +Version: 2.3 Release: 1%{?dist} Summary: Portable x86 PC emulator - Group: Applications/Emulators License: LGPL URL: http://bochs.sourceforge.net/ -Source0: http://download.sf.net/bochs/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz Patch0: %{name}-nonet-build.patch Patch1: %{name}-config.patch -Patch2: %{name}-wx26.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: autoconf BuildRequires: docbook-utils BuildRequires: libXt-devel BuildRequires: libXpm-devel @@ -50,15 +46,14 @@ %prep %setup -q %patch0 -p0 -z .nonet -%patch2 -p1 -z .wx26 -autoconf cp -p %{SOURCE1} . - # Fix up some man page paths. sed -i \ -e 's|/usr/local/share/doc/bochs/|%{_docdir}/%{name}-%{version}/|' \ -e 's|/usr/local/share/|%{_datadir}/|' \ doc/man/*.* +# remove executable bits from sources to make rpmlint happy with the debuginfo +chmod -x `find -name '*.cc' -o -name '*.h' -o -name '*.inc'` %build @@ -128,6 +123,16 @@ %changelog +* Sun Aug 27 2006 Hans de Goede 2.3-1 +- New upstream version 2.3 (final) + +* Thu Aug 10 2006 Hans de Goede 2.3-0.1.pre3 +- New upstream version 2.3.pre3 + +* Mon Jul 17 2006 Hans de Goede 2.3-0.1.pre2 +- New upstream version 2.3.pre2 +- Drop upstreamed wx26 patch + * Wed Feb 15 2006 Hans de Goede - 2.2.6-1 - New upstream version 2.2.6 - Rebuild for new gcc4.1 and glibc Index: sources =================================================================== RCS file: /cvs/extras/rpms/bochs/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 15 Feb 2006 21:20:29 -0000 1.6 +++ sources 27 Aug 2006 11:35:49 -0000 1.7 @@ -1,2 +1,2 @@ -961482eb78b55fe3e0e0639e34b4c2c1 bochs-2.2.6.tar.gz +100c02fbcd402c2b4862d0251be539fd bochs-2.3.tar.gz 379269841ae5aef95e4ec56d6d186532 dlxlinux4.tar.gz --- bochs-dlxreadme.patch DELETED --- --- bochs-wx26.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 12:19:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:19:51 -0700 Subject: rpms/childsplay_plugins/devel .cvsignore, 1.3, 1.4 childsplay_plugins-0.80.8-assetml.patch, 1.1, 1.2 childsplay_plugins.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271219.k7RCJrnO012166@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132 Modified Files: .cvsignore childsplay_plugins-0.80.8-assetml.patch childsplay_plugins.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 May 2006 21:18:44 -0000 1.3 +++ .cvsignore 27 Aug 2006 12:19:51 -0000 1.4 @@ -1 +1 @@ -childsplay_plugins-0.80.8.tgz +childsplay_plugins-0.83.tgz childsplay_plugins-0.80.8-assetml.patch: Index: childsplay_plugins-0.80.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins-0.80.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay_plugins-0.80.8-assetml.patch 14 May 2006 21:18:44 -0000 1.1 +++ childsplay_plugins-0.80.8-assetml.patch 27 Aug 2006 12:19:51 -0000 1.2 @@ -1,6 +1,6 @@ ---- childsplay_plugins-0.80.8/lib/soundmemory.py.00 2006-04-09 17:12:39.000000000 +0800 -+++ childsplay_plugins-0.80.8/lib/soundmemory.py 2006-05-14 20:25:09.000000000 +0800 -@@ -136,9 +136,9 @@ class Game: +--- childsplay_plugins-0.83/lib/soundmemory.py.aap 2006-08-27 10:53:49.000000000 +0200 ++++ childsplay_plugins-0.83/lib/soundmemory.py 2006-08-27 14:19:07.000000000 +0200 +@@ -136,9 +136,9 @@ raise MyError,text # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds self.Assets_snd = pyassetmlSDL.AssetmlSDL() @@ -12,3 +12,17 @@ # number of items y, number of items y, x offset, y offset self.gamelevels = [(2,3,200,100),(2,4,180,100),(3,4,180,60),(4,6,50,20)] +--- childsplay_plugins-0.83/lib/multiTables.py.aap 2006-08-27 14:19:48.000000000 +0200 ++++ childsplay_plugins-0.83/lib/multiTables.py 2006-08-27 14:19:54.000000000 +0200 +@@ -240,9 +240,9 @@ + ## If you don't know what 'Assetml' you probably don't need it :-) + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++ self.Assets_img.set_mldir('childsplay-images.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + self.gamelevels =[1,2]# used by childsplay core (see childsplaytest.py) + self.gameitems = [None]# used by childsplay core + # You MUST call CPinit BEFORE using any of the SpriteUtils stuff Index: childsplay_plugins.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/childsplay_plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- childsplay_plugins.spec 14 May 2006 21:18:44 -0000 1.2 +++ childsplay_plugins.spec 27 Aug 2006 12:19:51 -0000 1.3 @@ -1,16 +1,16 @@ Name: childsplay_plugins -Version: 0.80.8 +Version: 0.83 Release: 1%{?dist} Summary: Plugins for childsplay (educational games for young children) Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source: http://download.sourceforge.net/childsplay/%{name}-%{version}.tgz +Source: http://dl.sf.net/sourceforge/childsplay/%{name}-%{version}.tgz Patch0: childsplay_plugins-0.80.7-alphabet-sounds.patch Patch1: childsplay_plugins-0.80.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: childsplay >= 0.81.4 +Requires: childsplay >= 0.83 %description Plugins (games) for Childsplay a suite of educational games for young @@ -62,6 +62,9 @@ %{_datadir}/assetml/* %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Sun May 14 2006 Hans de Goede 0.80.8-1 - New upstream release 0.80.8 - Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 May 2006 21:18:44 -0000 1.3 +++ sources 27 Aug 2006 12:19:51 -0000 1.4 @@ -1 +1 @@ -0758183302dfe1fe2bb5103f9442bac9 childsplay_plugins-0.80.8.tgz +81355e87ee3968107305642333e253cf childsplay_plugins-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:19:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:19:49 -0700 Subject: rpms/childsplay/devel .cvsignore, 1.2, 1.3 childsplay-0.81.8-assetml.patch, 1.1, 1.2 childsplay.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608271219.k7RCJpMB012153@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12112 Modified Files: .cvsignore childsplay-0.81.8-assetml.patch childsplay.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 13:20:41 -0000 1.2 +++ .cvsignore 27 Aug 2006 12:19:49 -0000 1.3 @@ -1 +1 @@ -childsplay-0.81.8.tgz +childsplay-0.83.tgz childsplay-0.81.8-assetml.patch: Index: childsplay-0.81.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/childsplay-0.81.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay-0.81.8-assetml.patch 11 May 2006 13:20:41 -0000 1.1 +++ childsplay-0.81.8-assetml.patch 27 Aug 2006 12:19:49 -0000 1.2 @@ -1,58 +1,5 @@ ---- childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml.assetml 2006-05-05 15:59:55.000000000 +0200 -+++ childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-05-05 16:00:09.000000000 +0200 -@@ -1,5 +1,5 @@ - -- -+ - - Apple - ?????????? ---- childsplay-0.81.8/pyassetml.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/pyassetml.py 2006-05-05 15:58:28.000000000 +0200 -@@ -164,9 +164,9 @@ - rootnode = self.xml.getElementsByTagName('AssetML')[0] - self.root_obj = RootNode() - self.root_obj.dataset = rootnode.attributes[u'dataset'].value -- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it -- #self.root_obj.rootdir = os.path.join(self.parserroot, path) -- self.root_obj.rootdir = self.parserroot -+ path = rootnode.attributes[u'rootdir'].value -+ self.root_obj.rootdir = os.path.join(self.parserroot, path) -+ #self.root_obj.rootdir = self.parserroot - self.root_obj.locale = rootnode.attributes[u'locale'].value - - for node in self.xmlnodes: ---- childsplay-0.81.8/childsplay.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/childsplay.py 2006-05-05 15:58:28.000000000 +0200 -@@ -301,10 +301,10 @@ - - # create two assetmlSDL instances one for parsing images and one for sounds - Assets_img = pyassetmlSDL.AssetmlSDL() --Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') -+Assets_img.set_mldir('childsplay-images.assetml') - - Assets_snd = pyassetmlSDL.AssetmlSDL() --Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+Assets_snd.set_mldir('childsplay-sounds.assetml') - - ############################################ - ########### End toplevel code ##################### ---- childsplay-0.81.8/lib/memory.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/memory.py 2006-05-05 15:58:28.000000000 +0200 -@@ -57,9 +57,9 @@ - raise MyError,text - # create two assetmlSDL instances one for parsing images and one for sounds - self.Assets_img = pyassetmlSDL.AssetmlSDL() -- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') -+ self.Assets_img.set_mldir('memory-136x136.assetml') - self.Assets_snd = pyassetmlSDL.AssetmlSDL() -- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+ self.Assets_snd.set_mldir('childsplay-sounds.assetml') - - self.libdir = libdir - # This will also used as a test if we are using other images ---- childsplay-0.81.8/lib/letters.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/letters.py 2006-05-05 15:58:28.000000000 +0200 +--- childsplay-0.83/lib/letters.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/letters.py 2006-08-27 14:09:03.000000000 +0200 @@ -98,13 +98,13 @@ if DEBUG: print "ChildsplayGoodies",dir(ChildsplayGoodies) # create two assetmlSDL instances one for parsing images and one for sounds @@ -79,3 +26,62 @@ files = ('bummer.wav','wahoo.wav') self.Assets_snd.get_assets(files, Snd) +--- childsplay-0.83/lib/memory.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/memory.py 2006-08-27 14:09:03.000000000 +0200 +@@ -55,9 +55,9 @@ + raise MyError,text + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') ++ self.Assets_img.set_mldir('memory-136x136.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + + self.libdir = libdir + # This will also used as a test if we are using other images +--- childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-08-27 14:09:03.000000000 +0200 +@@ -1,5 +1,5 @@ + +- ++ + + Apple + ?????????? +--- childsplay-0.83/childsplay.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/childsplay.py 2006-08-27 14:09:03.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + # -*- coding: utf-8 -*- + """ + Copyright (C) 2002-2006 Stas Z. +@@ -291,10 +291,10 @@ + + # create two assetmlSDL instances one for parsing images and one for sounds + Assets_img = pyassetmlSDL.AssetmlSDL() +-Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++Assets_img.set_mldir('childsplay-images.assetml') + + Assets_snd = pyassetmlSDL.AssetmlSDL() +-Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++Assets_snd.set_mldir('childsplay-sounds.assetml') + + ############################################ + ########### End toplevel code ##################### +--- childsplay-0.83/pyassetml.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/pyassetml.py 2006-08-27 14:09:03.000000000 +0200 +@@ -164,9 +164,9 @@ + rootnode = self.xml.getElementsByTagName('AssetML')[0] + self.root_obj = RootNode() + self.root_obj.dataset = rootnode.attributes[u'dataset'].value +- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it +- #self.root_obj.rootdir = os.path.join(self.parserroot, path) +- self.root_obj.rootdir = self.parserroot ++ path = rootnode.attributes[u'rootdir'].value ++ self.root_obj.rootdir = os.path.join(self.parserroot, path) ++ #self.root_obj.rootdir = self.parserroot + self.root_obj.locale = rootnode.attributes[u'locale'].value + + for node in self.xmlnodes: Index: childsplay.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/childsplay.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- childsplay.spec 11 May 2006 13:39:03 -0000 1.3 +++ childsplay.spec 27 Aug 2006 12:19:49 -0000 1.4 @@ -1,18 +1,18 @@ Name: childsplay -Version: 0.81.8 -Release: 3%{?dist} +Version: 0.83 +Release: 1%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tgz Source1: childsplay.desktop Patch0: childsplay-0.81.8-highscore.patch Patch1: childsplay-0.81.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils -Requires: pygame, childsplay_plugins >= 0.80.7 +Requires: pygame, childsplay_plugins >= 0.83 %description Childsplay is a suite of educational games for young children. It's written in @@ -37,7 +37,7 @@ sed -i 's!/usr/bin/env python!%{_bindir}/python!' %{name}.py letters-trans.py chmod 755 %{name}.py letters-trans.py pyassetmlcreator.py # move these out of Data so our wildcard install doesn't install them -mv Data/*.txt Data/chpl-icon-48*.png Data/childsplay.* . +mv Data/*.txt Data/logo_cp_*.png Data/childsplay.* . %build # INSTALL.sh is seriously borked, so DIY @@ -82,8 +82,14 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 chpl-icon-48.png \ +install -p -m 644 logo_cp_16x16.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +install -p -m 644 logo_cp_32x32.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +install -p -m 644 logo_cp_48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png @@ -125,10 +131,13 @@ %{_datadir}/assetml %{_mandir}/man6/*.6.gz %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Thu May 11 2006 Hans de Goede 0.81.8-3 - Fix not finding of initial/default childsplayrc file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 13:20:41 -0000 1.2 +++ sources 27 Aug 2006 12:19:49 -0000 1.3 @@ -1 +1 @@ -2353509fda8cf7d32c8a10ebd8390370 childsplay-0.81.8.tgz +037aafb0a3ca8b16a596c06a9074cc20 childsplay-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:20:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:20:34 -0700 Subject: rpms/childsplay_plugins/FC-5 .cvsignore, 1.3, 1.4 childsplay_plugins-0.80.8-assetml.patch, 1.1, 1.2 childsplay_plugins.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271220.k7RCKbXj012280@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12254 Modified Files: .cvsignore childsplay_plugins-0.80.8-assetml.patch childsplay_plugins.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 May 2006 21:19:42 -0000 1.3 +++ .cvsignore 27 Aug 2006 12:20:34 -0000 1.4 @@ -1 +1 @@ -childsplay_plugins-0.80.8.tgz +childsplay_plugins-0.83.tgz childsplay_plugins-0.80.8-assetml.patch: Index: childsplay_plugins-0.80.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins-0.80.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay_plugins-0.80.8-assetml.patch 14 May 2006 21:19:42 -0000 1.1 +++ childsplay_plugins-0.80.8-assetml.patch 27 Aug 2006 12:20:34 -0000 1.2 @@ -1,6 +1,6 @@ ---- childsplay_plugins-0.80.8/lib/soundmemory.py.00 2006-04-09 17:12:39.000000000 +0800 -+++ childsplay_plugins-0.80.8/lib/soundmemory.py 2006-05-14 20:25:09.000000000 +0800 -@@ -136,9 +136,9 @@ class Game: +--- childsplay_plugins-0.83/lib/soundmemory.py.aap 2006-08-27 10:53:49.000000000 +0200 ++++ childsplay_plugins-0.83/lib/soundmemory.py 2006-08-27 14:19:07.000000000 +0200 +@@ -136,9 +136,9 @@ raise MyError,text # create two assetmlSDL instances one for parsing memory sounds and one for CP sounds self.Assets_snd = pyassetmlSDL.AssetmlSDL() @@ -12,3 +12,17 @@ # number of items y, number of items y, x offset, y offset self.gamelevels = [(2,3,200,100),(2,4,180,100),(3,4,180,60),(4,6,50,20)] +--- childsplay_plugins-0.83/lib/multiTables.py.aap 2006-08-27 14:19:48.000000000 +0200 ++++ childsplay_plugins-0.83/lib/multiTables.py 2006-08-27 14:19:54.000000000 +0200 +@@ -240,9 +240,9 @@ + ## If you don't know what 'Assetml' you probably don't need it :-) + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++ self.Assets_img.set_mldir('childsplay-images.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + self.gamelevels =[1,2]# used by childsplay core (see childsplaytest.py) + self.gameitems = [None]# used by childsplay core + # You MUST call CPinit BEFORE using any of the SpriteUtils stuff Index: childsplay_plugins.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/childsplay_plugins.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- childsplay_plugins.spec 14 May 2006 21:19:42 -0000 1.2 +++ childsplay_plugins.spec 27 Aug 2006 12:20:34 -0000 1.3 @@ -1,16 +1,16 @@ Name: childsplay_plugins -Version: 0.80.8 +Version: 0.83 Release: 1%{?dist} Summary: Plugins for childsplay (educational games for young children) Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source: http://download.sourceforge.net/childsplay/%{name}-%{version}.tgz +Source: http://dl.sf.net/sourceforge/childsplay/%{name}-%{version}.tgz Patch0: childsplay_plugins-0.80.7-alphabet-sounds.patch Patch1: childsplay_plugins-0.80.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: childsplay >= 0.81.4 +Requires: childsplay >= 0.83 %description Plugins (games) for Childsplay a suite of educational games for young @@ -62,6 +62,9 @@ %{_datadir}/assetml/* %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Sun May 14 2006 Hans de Goede 0.80.8-1 - New upstream release 0.80.8 - Fix a SoundMemory crash (Patch1, bz 191643), thanks Chien-Chung Yeh. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay_plugins/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 May 2006 21:19:42 -0000 1.3 +++ sources 27 Aug 2006 12:20:34 -0000 1.4 @@ -1 +1 @@ -0758183302dfe1fe2bb5103f9442bac9 childsplay_plugins-0.80.8.tgz +81355e87ee3968107305642333e253cf childsplay_plugins-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 12:20:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 05:20:56 -0700 Subject: rpms/childsplay/FC-5 .cvsignore, 1.2, 1.3 childsplay-0.81.8-assetml.patch, 1.1, 1.2 childsplay.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608271220.k7RCKwRj012350@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12324 Modified Files: .cvsignore childsplay-0.81.8-assetml.patch childsplay.spec sources Log Message: * Sun Aug 27 2006 Hans de Goede 0.83-1 - New upstream version 0.83 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 May 2006 13:20:41 -0000 1.2 +++ .cvsignore 27 Aug 2006 12:20:56 -0000 1.3 @@ -1 +1 @@ -childsplay-0.81.8.tgz +childsplay-0.83.tgz childsplay-0.81.8-assetml.patch: Index: childsplay-0.81.8-assetml.patch =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/childsplay-0.81.8-assetml.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- childsplay-0.81.8-assetml.patch 11 May 2006 13:20:41 -0000 1.1 +++ childsplay-0.81.8-assetml.patch 27 Aug 2006 12:20:56 -0000 1.2 @@ -1,58 +1,5 @@ ---- childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml.assetml 2006-05-05 15:59:55.000000000 +0200 -+++ childsplay-0.81.8/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-05-05 16:00:09.000000000 +0200 -@@ -1,5 +1,5 @@ - -- -+ - - Apple - ?????????? ---- childsplay-0.81.8/pyassetml.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/pyassetml.py 2006-05-05 15:58:28.000000000 +0200 -@@ -164,9 +164,9 @@ - rootnode = self.xml.getElementsByTagName('AssetML')[0] - self.root_obj = RootNode() - self.root_obj.dataset = rootnode.attributes[u'dataset'].value -- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it -- #self.root_obj.rootdir = os.path.join(self.parserroot, path) -- self.root_obj.rootdir = self.parserroot -+ path = rootnode.attributes[u'rootdir'].value -+ self.root_obj.rootdir = os.path.join(self.parserroot, path) -+ #self.root_obj.rootdir = self.parserroot - self.root_obj.locale = rootnode.attributes[u'locale'].value - - for node in self.xmlnodes: ---- childsplay-0.81.8/childsplay.py.assetml 2006-04-09 11:11:02.000000000 +0200 -+++ childsplay-0.81.8/childsplay.py 2006-05-05 15:58:28.000000000 +0200 -@@ -301,10 +301,10 @@ - - # create two assetmlSDL instances one for parsing images and one for sounds - Assets_img = pyassetmlSDL.AssetmlSDL() --Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') -+Assets_img.set_mldir('childsplay-images.assetml') - - Assets_snd = pyassetmlSDL.AssetmlSDL() --Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+Assets_snd.set_mldir('childsplay-sounds.assetml') - - ############################################ - ########### End toplevel code ##################### ---- childsplay-0.81.8/lib/memory.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/memory.py 2006-05-05 15:58:28.000000000 +0200 -@@ -57,9 +57,9 @@ - raise MyError,text - # create two assetmlSDL instances one for parsing images and one for sounds - self.Assets_img = pyassetmlSDL.AssetmlSDL() -- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') -+ self.Assets_img.set_mldir('memory-136x136.assetml') - self.Assets_snd = pyassetmlSDL.AssetmlSDL() -- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') -+ self.Assets_snd.set_mldir('childsplay-sounds.assetml') - - self.libdir = libdir - # This will also used as a test if we are using other images ---- childsplay-0.81.8/lib/letters.py.assetml 2006-04-09 11:11:03.000000000 +0200 -+++ childsplay-0.81.8/lib/letters.py 2006-05-05 15:58:28.000000000 +0200 +--- childsplay-0.83/lib/letters.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/letters.py 2006-08-27 14:09:03.000000000 +0200 @@ -98,13 +98,13 @@ if DEBUG: print "ChildsplayGoodies",dir(ChildsplayGoodies) # create two assetmlSDL instances one for parsing images and one for sounds @@ -79,3 +26,62 @@ files = ('bummer.wav','wahoo.wav') self.Assets_snd.get_assets(files, Snd) +--- childsplay-0.83/lib/memory.py.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/lib/memory.py 2006-08-27 14:09:03.000000000 +0200 +@@ -55,9 +55,9 @@ + raise MyError,text + # create two assetmlSDL instances one for parsing images and one for sounds + self.Assets_img = pyassetmlSDL.AssetmlSDL() +- self.Assets_img.set_mldir('childsplay/memory-136x136/memory-136x136.assetml') ++ self.Assets_img.set_mldir('memory-136x136.assetml') + self.Assets_snd = pyassetmlSDL.AssetmlSDL() +- self.Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++ self.Assets_snd.set_mldir('childsplay-sounds.assetml') + + self.libdir = libdir + # This will also used as a test if we are using other images +--- childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml.aap 2006-08-27 10:53:03.000000000 +0200 ++++ childsplay-0.83/assetml/childsplay/memory-136x136/memory-136x136.assetml 2006-08-27 14:09:03.000000000 +0200 +@@ -1,5 +1,5 @@ + +- ++ + + Apple + ?????????? +--- childsplay-0.83/childsplay.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/childsplay.py 2006-08-27 14:09:03.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python + # -*- coding: utf-8 -*- + """ + Copyright (C) 2002-2006 Stas Z. +@@ -291,10 +291,10 @@ + + # create two assetmlSDL instances one for parsing images and one for sounds + Assets_img = pyassetmlSDL.AssetmlSDL() +-Assets_img.set_mldir('childsplay/childsplay-images/childsplay-images.assetml') ++Assets_img.set_mldir('childsplay-images.assetml') + + Assets_snd = pyassetmlSDL.AssetmlSDL() +-Assets_snd.set_mldir('childsplay/childsplay-sounds/childsplay-sounds.assetml') ++Assets_snd.set_mldir('childsplay-sounds.assetml') + + ############################################ + ########### End toplevel code ##################### +--- childsplay-0.83/pyassetml.py.aap 2006-08-27 10:53:02.000000000 +0200 ++++ childsplay-0.83/pyassetml.py 2006-08-27 14:09:03.000000000 +0200 +@@ -164,9 +164,9 @@ + rootnode = self.xml.getElementsByTagName('AssetML')[0] + self.root_obj = RootNode() + self.root_obj.dataset = rootnode.attributes[u'dataset'].value +- path = rootnode.attributes[u'rootdir'].value[3:] #path starts with ../, loose it +- #self.root_obj.rootdir = os.path.join(self.parserroot, path) +- self.root_obj.rootdir = self.parserroot ++ path = rootnode.attributes[u'rootdir'].value ++ self.root_obj.rootdir = os.path.join(self.parserroot, path) ++ #self.root_obj.rootdir = self.parserroot + self.root_obj.locale = rootnode.attributes[u'locale'].value + + for node in self.xmlnodes: Index: childsplay.spec =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/childsplay.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- childsplay.spec 11 May 2006 13:39:03 -0000 1.3 +++ childsplay.spec 27 Aug 2006 12:20:56 -0000 1.4 @@ -1,18 +1,18 @@ Name: childsplay -Version: 0.81.8 -Release: 3%{?dist} +Version: 0.83 +Release: 1%{?dist} Summary: Suite of educational games for young children Group: Amusements/Games License: GPL URL: http://childsplay.sourceforge.net/ -Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tgz Source1: childsplay.desktop Patch0: childsplay-0.81.8-highscore.patch Patch1: childsplay-0.81.8-assetml.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils -Requires: pygame, childsplay_plugins >= 0.80.7 +Requires: pygame, childsplay_plugins >= 0.83 %description Childsplay is a suite of educational games for young children. It's written in @@ -37,7 +37,7 @@ sed -i 's!/usr/bin/env python!%{_bindir}/python!' %{name}.py letters-trans.py chmod 755 %{name}.py letters-trans.py pyassetmlcreator.py # move these out of Data so our wildcard install doesn't install them -mv Data/*.txt Data/chpl-icon-48*.png Data/childsplay.* . +mv Data/*.txt Data/logo_cp_*.png Data/childsplay.* . %build # INSTALL.sh is seriously borked, so DIY @@ -82,8 +82,14 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ %{SOURCE1} +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps -install -p -m 644 chpl-icon-48.png \ +install -p -m 644 logo_cp_16x16.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png +install -p -m 644 logo_cp_32x32.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png +install -p -m 644 logo_cp_48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png @@ -125,10 +131,13 @@ %{_datadir}/assetml %{_mandir}/man6/*.6.gz %{_datadir}/applications/fedora-%{name}.desktop -%{_datadir}/icons/hicolor/48x48/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog +* Sun Aug 27 2006 Hans de Goede 0.83-1 +- New upstream version 0.83 + * Thu May 11 2006 Hans de Goede 0.81.8-3 - Fix not finding of initial/default childsplayrc file. Index: sources =================================================================== RCS file: /cvs/extras/rpms/childsplay/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 May 2006 13:20:41 -0000 1.2 +++ sources 27 Aug 2006 12:20:56 -0000 1.3 @@ -1 +1 @@ -2353509fda8cf7d32c8a10ebd8390370 childsplay-0.81.8.tgz +037aafb0a3ca8b16a596c06a9074cc20 childsplay-0.83.tgz From fedora-extras-commits at redhat.com Sun Aug 27 14:17:19 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 07:17:19 -0700 Subject: rpms/conexusmm/devel .cvsignore, 1.2, 1.3 conexusmm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200608271417.k7REHL8q018246@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18225 Modified Files: .cvsignore conexusmm.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Aug 2006 15:51:27 -0000 1.2 +++ .cvsignore 27 Aug 2006 14:17:18 -0000 1.3 @@ -1 +1 @@ -conexusmm-0.3.0.tar.bz2 +conexusmm-0.4.0.tar.bz2 Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conexusmm.spec 27 Aug 2006 02:10:56 -0000 1.2 +++ conexusmm.spec 27 Aug 2006 14:17:18 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,8 +68,11 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-3 +- Bump release tag for new sources + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-2 -- Bump tag for new sources +- Bump release tag for new sources * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release Index: sources =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 26 Aug 2006 15:51:27 -0000 1.2 +++ sources 27 Aug 2006 14:17:18 -0000 1.3 @@ -1 +1 @@ -8702eea2a3fc5eca19f55a36997f2883 conexusmm-0.3.0.tar.bz2 +5b2fe9785663d81091c44522b21d1df3 conexusmm-0.4.0.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 14:18:03 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 07:18:03 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.3,1.4 Message-ID: <200608271418.k7REI5ea018311@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18294 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conexusmm.spec 27 Aug 2006 14:17:18 -0000 1.3 +++ conexusmm.spec 27 Aug 2006 14:18:03 -0000 1.4 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-4 +- Bump release tag for new sources + * Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-3 - Bump release tag for new sources From fedora-extras-commits at redhat.com Sun Aug 27 14:43:04 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:43:04 -0700 Subject: rpms/anjuta import.log,1.16,1.17 Message-ID: <200608271443.k7REh6W4018562@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18528 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-5 on branch devel from anjuta-1.2.4a-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 6 Jul 2006 16:26:34 -0000 1.16 +++ import.log 27 Aug 2006 14:43:04 -0000 1.17 @@ -13,3 +13,4 @@ anjuta-1_2_4a-4:HEAD:anjuta-1.2.4a-4.src.rpm:1152203011 anjuta-1_2_4a-4:FC-5:anjuta-1.2.4a-4.src.rpm:1152203100 anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 +anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 From fedora-extras-commits at redhat.com Sun Aug 27 14:43:05 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:43:05 -0700 Subject: rpms/anjuta/devel anjuta-1.2.4a-search.patch, NONE, 1.1 anjuta-1.2.4a-watch-keys.patch, NONE, 1.1 anjuta-export-dynamic.patch, NONE, 1.1 anjuta.spec, 1.19, 1.20 anjuta-encodings.patch, 1.3, NONE project_type.patch, 1.1, NONE Message-ID: <200608271443.k7REh7IQ018572@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18528/devel Modified Files: anjuta.spec Added Files: anjuta-1.2.4a-search.patch anjuta-1.2.4a-watch-keys.patch anjuta-export-dynamic.patch Removed Files: anjuta-encodings.patch project_type.patch Log Message: auto-import anjuta-1.2.4a-5 on branch devel from anjuta-1.2.4a-5.src.rpm anjuta-1.2.4a-search.patch: --- NEW FILE anjuta-1.2.4a-search.patch --- --- anjuta-1.2.4a/src/search-replace.c.old 2005-04-24 16:18:46.000000000 +0200 +++ anjuta-1.2.4a/src/search-replace.c 2006-08-02 08:32:47.000000000 +0200 @@ -1607,7 +1645,15 @@ search_set_action (SA_FIND_PANE); search_set_direction (SD_FORWARD); } + } else { + search_set_target(SR_BUFFER); + if (!replace) + { + search_set_action (SA_SELECT); + search_set_direction (SD_FORWARD); + } } + show_jump_button(FALSE); notebook = sr_get_gladewidget(SEARCH_NOTEBOOK)->widget; anjuta-1.2.4a-watch-keys.patch: --- NEW FILE anjuta-1.2.4a-watch-keys.patch --- --- anjuta-1.2.4a/src/watch_gui.c.old 2004-04-06 16:40:46.000000000 +0200 +++ anjuta-1.2.4a/src/watch_gui.c 2006-07-31 13:27:13.000000000 +0200 @@ -95,7 +95,7 @@ watch_menu = gtk_menu_new (); gnome_app_fill_menu (GTK_MENU_SHELL (watch_menu), watch_menu_uiinfo, - NULL, FALSE, 0); + app->accel_group, TRUE, 0); return watch_menu; } anjuta-export-dynamic.patch: --- NEW FILE anjuta-export-dynamic.patch --- --- anjuta-1.2.4a/src/Makefile.in 2005-08-12 16:37:02.000000000 +0200 +++ anjuta-1.2.4a/src/Makefile.in 2006-03-24 19:16:54.000000000 +0100 @@ -723,7 +723,7 @@ done anjuta$(EXEEXT): $(anjuta_OBJECTS) $(anjuta_DEPENDENCIES) @rm -f anjuta$(EXEEXT) - $(CXXLINK) $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) + $(CXXLINK) -Wl,--export-dynamic $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- anjuta.spec 6 Jul 2006 16:23:42 -0000 1.19 +++ anjuta.spec 27 Aug 2006 14:43:05 -0000 1.20 @@ -1,27 +1,21 @@ Name: anjuta Version: 1.2.4a -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: anjuta-encodings.patch -Patch1: project_type.patch -BuildRequires: libgnomeui-devel >= 2.0.2 -BuildRequires: libbonoboui-devel >= 2.0.1 -BuildRequires: libgnomeprintui22-devel -BuildRequires: ncurses-devel >= 5.0 -BuildRequires: pcre-devel >= 3.9 -BuildRequires: popt -BuildRequires: vte-devel -BuildRequires: scrollkeeper -BuildRequires: libtool -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libgnome-devel -BuildRequires: gtk2-devel +#Patch0: anjuta-encodings.patch +Patch1: anjuta-1.2.4a-search.patch +Patch2: anjuta-1.2.4a-watch-keys.patch +Patch3: anjuta-export-dynamic.patch +BuildRequires: libgnomeui-devel >= 2.0.2 libbonoboui-devel >= 2.0.1 +BuildRequires: libgnomeprintui22-devel ncurses-devel >= 5.0 +BuildRequires: pcre-devel >= 3.9 popt vte-devel scrollkeeper +BuildRequires: libtool gettext-devel desktop-file-utils libgnome-devel +BuildRequires: gtk2-devel ldconfig perl(XML::Parser) Epoch: 1 Requires: pkgconfig libtool gettext-devel Requires(post): scrollkeeper @@ -48,16 +42,18 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build # configure option --enable-final does not work corretly on x86_64; Use # -DNDEBUG in CFLAGS -#export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static -%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') -sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status +#%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') +#sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status make %install @@ -87,25 +83,33 @@ %clean rm -rf %{buildroot} +%post +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + +%postun +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %doc doc/ScintillaDoc.html %{_bindir}/%{name}* -%{_libdir}/%{name}* +%{_libdir}/%{name}/ %{_datadir}/%{name} -%{_datadir}/doc/anjuta +%{_datadir}/doc/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} -%{_datadir}/mime-info/anjuta.mime %{_datadir}/mimelnk/application/x-anjuta-project.desktop -%{_datadir}/man/man1/anjuta* +%{_datadir}/mime-info/%{name}.mime +%{_mandir}/man1/* %files docs %defattr(-,root,root,-) @@ -113,10 +117,11 @@ %{_datadir}/omf/%{name} %changelog -* Wed Jul 05 2006 Paul F. Johnson 1.2.4a-4 -- Fix for gtkmm -- altered to buildroot in spec file -- fix ownership problem +* Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 +- Corrected mime-info +- Added hotkey and search fixes (Martin Stransky) +- Multiple spec file fixes +- removal of RPM_BUILD_ROOT to buildroot * Wed Jun 21 2006 Paul F. Johnson 1.2.4a-3 - added remove-static to configure line --- anjuta-encodings.patch DELETED --- --- project_type.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 14:44:28 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:44:28 -0700 Subject: rpms/anjuta import.log,1.17,1.18 Message-ID: <200608271444.k7REiURp018688@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18654 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-5 on branch FC-5 from anjuta-1.2.4a-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 27 Aug 2006 14:43:04 -0000 1.17 +++ import.log 27 Aug 2006 14:44:28 -0000 1.18 @@ -14,3 +14,4 @@ anjuta-1_2_4a-4:FC-5:anjuta-1.2.4a-4.src.rpm:1152203100 anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 +anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 From fedora-extras-commits at redhat.com Sun Aug 27 14:44:29 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:44:29 -0700 Subject: rpms/anjuta/FC-5 anjuta-1.2.4a-search.patch, NONE, 1.1 anjuta-1.2.4a-watch-keys.patch, NONE, 1.1 anjuta-export-dynamic.patch, NONE, 1.1 anjuta.spec, 1.18, 1.19 anjuta-encodings.patch, 1.3, NONE project_type.patch, 1.1, NONE Message-ID: <200608271444.k7REiVFF018698@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18654/FC-5 Modified Files: anjuta.spec Added Files: anjuta-1.2.4a-search.patch anjuta-1.2.4a-watch-keys.patch anjuta-export-dynamic.patch Removed Files: anjuta-encodings.patch project_type.patch Log Message: auto-import anjuta-1.2.4a-5 on branch FC-5 from anjuta-1.2.4a-5.src.rpm anjuta-1.2.4a-search.patch: --- NEW FILE anjuta-1.2.4a-search.patch --- --- anjuta-1.2.4a/src/search-replace.c.old 2005-04-24 16:18:46.000000000 +0200 +++ anjuta-1.2.4a/src/search-replace.c 2006-08-02 08:32:47.000000000 +0200 @@ -1607,7 +1645,15 @@ search_set_action (SA_FIND_PANE); search_set_direction (SD_FORWARD); } + } else { + search_set_target(SR_BUFFER); + if (!replace) + { + search_set_action (SA_SELECT); + search_set_direction (SD_FORWARD); + } } + show_jump_button(FALSE); notebook = sr_get_gladewidget(SEARCH_NOTEBOOK)->widget; anjuta-1.2.4a-watch-keys.patch: --- NEW FILE anjuta-1.2.4a-watch-keys.patch --- --- anjuta-1.2.4a/src/watch_gui.c.old 2004-04-06 16:40:46.000000000 +0200 +++ anjuta-1.2.4a/src/watch_gui.c 2006-07-31 13:27:13.000000000 +0200 @@ -95,7 +95,7 @@ watch_menu = gtk_menu_new (); gnome_app_fill_menu (GTK_MENU_SHELL (watch_menu), watch_menu_uiinfo, - NULL, FALSE, 0); + app->accel_group, TRUE, 0); return watch_menu; } anjuta-export-dynamic.patch: --- NEW FILE anjuta-export-dynamic.patch --- --- anjuta-1.2.4a/src/Makefile.in 2005-08-12 16:37:02.000000000 +0200 +++ anjuta-1.2.4a/src/Makefile.in 2006-03-24 19:16:54.000000000 +0100 @@ -723,7 +723,7 @@ done anjuta$(EXEEXT): $(anjuta_OBJECTS) $(anjuta_DEPENDENCIES) @rm -f anjuta$(EXEEXT) - $(CXXLINK) $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) + $(CXXLINK) -Wl,--export-dynamic $(anjuta_LDFLAGS) $(anjuta_OBJECTS) $(anjuta_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/FC-5/anjuta.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- anjuta.spec 6 Jul 2006 16:25:10 -0000 1.18 +++ anjuta.spec 27 Aug 2006 14:44:29 -0000 1.19 @@ -1,27 +1,21 @@ Name: anjuta Version: 1.2.4a -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: anjuta-encodings.patch -Patch1: project_type.patch -BuildRequires: libgnomeui-devel >= 2.0.2 -BuildRequires: libbonoboui-devel >= 2.0.1 -BuildRequires: libgnomeprintui22-devel -BuildRequires: ncurses-devel >= 5.0 -BuildRequires: pcre-devel >= 3.9 -BuildRequires: popt -BuildRequires: vte-devel -BuildRequires: scrollkeeper -BuildRequires: libtool -BuildRequires: gettext -BuildRequires: desktop-file-utils -BuildRequires: libgnome-devel -BuildRequires: gtk2-devel +#Patch0: anjuta-encodings.patch +Patch1: anjuta-1.2.4a-search.patch +Patch2: anjuta-1.2.4a-watch-keys.patch +Patch3: anjuta-export-dynamic.patch +BuildRequires: libgnomeui-devel >= 2.0.2 libbonoboui-devel >= 2.0.1 +BuildRequires: libgnomeprintui22-devel ncurses-devel >= 5.0 +BuildRequires: pcre-devel >= 3.9 popt vte-devel scrollkeeper +BuildRequires: libtool gettext-devel desktop-file-utils libgnome-devel +BuildRequires: gtk2-devel ldconfig perl(XML::Parser) Epoch: 1 Requires: pkgconfig libtool gettext-devel Requires(post): scrollkeeper @@ -48,16 +42,18 @@ %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build # configure option --enable-final does not work corretly on x86_64; Use # -DNDEBUG in CFLAGS -#export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %configure --disable-static -%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') -sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status +#%define libnoprefix %(echo %_libdir | sed 's,%_prefix/,,') +#sed -i -e 's!\(.*PACKAGE_PLUGIN_DIR@,.*\)lib\(/anjuta.*\)!\1%{libnoprefix}\2!g' config.status ; ./config.status make %install @@ -87,25 +83,33 @@ %clean rm -rf %{buildroot} +%post +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + +%postun +/sbin/ldconfig +update-mime-database %{_datadir}/mime &> /dev/null || : + %post docs -scrollkeeper-update -q +scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : %postun docs -scrollkeeper-update -q +scrollkeeper-update -q || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README TODO %doc doc/ScintillaDoc.html %{_bindir}/%{name}* -%{_libdir}/%{name}* +%{_libdir}/%{name}/ %{_datadir}/%{name} -%{_datadir}/doc/anjuta +%{_datadir}/doc/%{name} %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} -%{_datadir}/mime-info/anjuta.mime %{_datadir}/mimelnk/application/x-anjuta-project.desktop -%{_datadir}/man/man1/anjuta* +%{_datadir}/mime-info/%{name}.mime +%{_mandir}/man1/* %files docs %defattr(-,root,root,-) @@ -113,10 +117,11 @@ %{_datadir}/omf/%{name} %changelog -* Wed Jul 05 2006 Paul F. Johnson 1.2.4a-4 -- Fix for gtkmm -- altered to buildroot in spec file -- fix ownership problem +* Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 +- Corrected mime-info +- Added hotkey and search fixes (Martin Stransky) +- Multiple spec file fixes +- removal of RPM_BUILD_ROOT to buildroot * Wed Jun 21 2006 Paul F. Johnson 1.2.4a-3 - added remove-static to configure line --- anjuta-encodings.patch DELETED --- --- project_type.patch DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 14:54:45 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:54:45 -0700 Subject: rpms/anjuta import.log,1.18,1.19 Message-ID: <200608271455.k7REtHJ2018798@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18763 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-6 on branch FC-5 from anjuta-1.2.4a-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 27 Aug 2006 14:44:28 -0000 1.18 +++ import.log 27 Aug 2006 14:54:45 -0000 1.19 @@ -15,3 +15,4 @@ anjuta-1_2_4a-4:FC-4:anjuta-1.2.4a-4.src.rpm:1152203185 anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 +anjuta-1_2_4a-6:FC-5:anjuta-1.2.4a-6.src.rpm:1156690472 From fedora-extras-commits at redhat.com Sun Aug 27 14:54:46 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:54:46 -0700 Subject: rpms/anjuta/FC-5 anjuta-project_type.patch, NONE, 1.1 anjuta.spec, 1.19, 1.20 Message-ID: <200608271455.k7REtInF018801@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18763/FC-5 Modified Files: anjuta.spec Added Files: anjuta-project_type.patch Log Message: auto-import anjuta-1.2.4a-6 on branch FC-5 from anjuta-1.2.4a-6.src.rpm anjuta-project_type.patch: --- NEW FILE anjuta-project_type.patch --- --- anjuta-1.2.4a/src/project_type.c 2005-04-06 10:05:45.000000000 +0100 +++ anjuta-1.2.4a/src/project_type.c 2006-07-06 12:53:21.000000000 +0100 @@ -96,7 +96,7 @@ "\\\n\t$(PACKAGE_CFLAGS)", "\\\n\t$(PACKAGE_LIBS)", - "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.0])\n" + "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.4])\n" "AC_SUBST(PACKAGE_CFLAGS)\n" "AC_SUBST(PACKAGE_LIBS)", Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/FC-5/anjuta.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- anjuta.spec 27 Aug 2006 14:44:29 -0000 1.19 +++ anjuta.spec 27 Aug 2006 14:54:46 -0000 1.20 @@ -1,13 +1,13 @@ Name: anjuta Version: 1.2.4a -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Patch0: anjuta-encodings.patch +Patch0: anjuta-project_type.patch Patch1: anjuta-1.2.4a-search.patch Patch2: anjuta-1.2.4a-watch-keys.patch Patch3: anjuta-export-dynamic.patch @@ -42,7 +42,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -103,8 +103,8 @@ %doc doc/ScintillaDoc.html %{_bindir}/%{name}* %{_libdir}/%{name}/ -%{_datadir}/%{name} -%{_datadir}/doc/%{name} +%{_datadir}/%{name}/ +%{_docdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/mimelnk/application/x-anjuta-project.desktop @@ -117,6 +117,9 @@ %{_datadir}/omf/%{name} %changelog +* Sun Aug 27 2006 Paul F. Johnson 1.2.4a-6 +- Reapplied project type patch + * Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 - Corrected mime-info - Added hotkey and search fixes (Martin Stransky) From fedora-extras-commits at redhat.com Sun Aug 27 14:56:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:56:26 -0700 Subject: rpms/anjuta import.log,1.19,1.20 Message-ID: <200608271456.k7REuwjK018896@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18861 Modified Files: import.log Log Message: auto-import anjuta-1.2.4a-6 on branch devel from anjuta-1.2.4a-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/anjuta/import.log,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- import.log 27 Aug 2006 14:54:45 -0000 1.19 +++ import.log 27 Aug 2006 14:56:26 -0000 1.20 @@ -16,3 +16,4 @@ anjuta-1_2_4a-5:HEAD:anjuta-1.2.4a-5.src.rpm:1156689773 anjuta-1_2_4a-5:FC-5:anjuta-1.2.4a-5.src.rpm:1156689856 anjuta-1_2_4a-6:FC-5:anjuta-1.2.4a-6.src.rpm:1156690472 +anjuta-1_2_4a-6:HEAD:anjuta-1.2.4a-6.src.rpm:1156690572 From fedora-extras-commits at redhat.com Sun Aug 27 14:56:26 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Sun, 27 Aug 2006 07:56:26 -0700 Subject: rpms/anjuta/devel anjuta-project_type.patch, NONE, 1.1 anjuta.spec, 1.20, 1.21 Message-ID: <200608271456.k7REuwpM018899@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18861/devel Modified Files: anjuta.spec Added Files: anjuta-project_type.patch Log Message: auto-import anjuta-1.2.4a-6 on branch devel from anjuta-1.2.4a-6.src.rpm anjuta-project_type.patch: --- NEW FILE anjuta-project_type.patch --- --- anjuta-1.2.4a/src/project_type.c 2005-04-06 10:05:45.000000000 +0100 +++ anjuta-1.2.4a/src/project_type.c 2006-07-06 12:53:21.000000000 +0100 @@ -96,7 +96,7 @@ "\\\n\t$(PACKAGE_CFLAGS)", "\\\n\t$(PACKAGE_LIBS)", - "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.0])\n" + "PKG_CHECK_MODULES(PACKAGE, [gtkmm-2.4])\n" "AC_SUBST(PACKAGE_CFLAGS)\n" "AC_SUBST(PACKAGE_LIBS)", Index: anjuta.spec =================================================================== RCS file: /cvs/extras/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- anjuta.spec 27 Aug 2006 14:43:05 -0000 1.20 +++ anjuta.spec 27 Aug 2006 14:56:26 -0000 1.21 @@ -1,13 +1,13 @@ Name: anjuta Version: 1.2.4a -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME IDE for C and C++ Group: Development/Tools License: GPL URL: http://anjuta.org/ Source0: http://download.sourceforge.net/anjuta/anjuta-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Patch0: anjuta-encodings.patch +Patch0: anjuta-project_type.patch Patch1: anjuta-1.2.4a-search.patch Patch2: anjuta-1.2.4a-watch-keys.patch Patch3: anjuta-export-dynamic.patch @@ -42,7 +42,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -103,8 +103,8 @@ %doc doc/ScintillaDoc.html %{_bindir}/%{name}* %{_libdir}/%{name}/ -%{_datadir}/%{name} -%{_datadir}/doc/%{name} +%{_datadir}/%{name}/ +%{_docdir}/%{name}/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/mimelnk/application/x-anjuta-project.desktop @@ -117,6 +117,9 @@ %{_datadir}/omf/%{name} %changelog +* Sun Aug 27 2006 Paul F. Johnson 1.2.4a-6 +- Reapplied project type patch + * Thu Aug 24 2006 Paul F. Johnson 1.2.4a-5 - Corrected mime-info - Added hotkey and search fixes (Martin Stransky) From fedora-extras-commits at redhat.com Sun Aug 27 15:12:48 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 08:12:48 -0700 Subject: comps comps-fe6.xml.in,1.123,1.124 Message-ID: <200608271512.k7RFCovQ021720@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21703 Modified Files: comps-fe6.xml.in Log Message: add ochusha for devel Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- comps-fe6.xml.in 27 Aug 2006 01:00:36 -0000 1.123 +++ comps-fe6.xml.in 27 Aug 2006 15:12:48 -0000 1.124 @@ -427,6 +427,7 @@ pan prozilla psi + ochusha putty rssowl screem From fedora-extras-commits at redhat.com Sun Aug 27 15:39:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:39:35 -0700 Subject: rpms/kile/devel .cvsignore, 1.6, 1.7 kile.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200608271539.k7RFdbkL021852@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21831 Modified Files: .cvsignore kile.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kile/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 24 Jun 2006 17:21:44 -0000 1.6 +++ .cvsignore 27 Aug 2006 15:39:34 -0000 1.7 @@ -1 +1 @@ -kile-1.9.1.tar.bz2 +kile-1.9.2.tar.bz2 Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- kile.spec 24 Jun 2006 17:21:44 -0000 1.26 +++ kile.spec 27 Aug 2006 15:39:34 -0000 1.27 @@ -1,7 +1,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} License: GPL @@ -20,8 +20,8 @@ #Requires(hint): xfig # kile-i18n is no longer separate pkg -Obsoletes: kile-i18n < %{version} -#Provides: kile-i18n = %{version} +Obsoletes: kile-i18n < %{version}=%{release} +#Provides: kile-i18n = %{version}-%{release} %description Kile is a user friendly (La)TeX editor. The main features are: @@ -132,6 +132,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 1.9.2-1 +- 1.9.2 + * Sat Jun 24 2006 Rex Dieter 1.9.1-1 - 1.9.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kile/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 24 Jun 2006 17:21:44 -0000 1.6 +++ sources 27 Aug 2006 15:39:34 -0000 1.7 @@ -1 +1 @@ -8add30e9d9667f7b31c2fc1e752d70ab kile-1.9.1.tar.bz2 +2f4fa752595c9011fd9292d7ff99d124 kile-1.9.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:40:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:40:09 -0700 Subject: rpms/kile/FC-5 .cvsignore, 1.6, 1.7 kile.spec, 1.26, 1.27 sources, 1.6, 1.7 Message-ID: <200608271540.k7RFeBVp021921@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21896 Modified Files: .cvsignore kile.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 24 Jun 2006 17:22:08 -0000 1.6 +++ .cvsignore 27 Aug 2006 15:40:09 -0000 1.7 @@ -1 +1 @@ -kile-1.9.1.tar.bz2 +kile-1.9.2.tar.bz2 Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/kile.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- kile.spec 24 Jun 2006 17:22:08 -0000 1.26 +++ kile.spec 27 Aug 2006 15:40:09 -0000 1.27 @@ -1,7 +1,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} License: GPL @@ -20,8 +20,8 @@ #Requires(hint): xfig # kile-i18n is no longer separate pkg -Obsoletes: kile-i18n < %{version} -#Provides: kile-i18n = %{version} +Obsoletes: kile-i18n < %{version}=%{release} +#Provides: kile-i18n = %{version}-%{release} %description Kile is a user friendly (La)TeX editor. The main features are: @@ -132,6 +132,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 1.9.2-1 +- 1.9.2 + * Sat Jun 24 2006 Rex Dieter 1.9.1-1 - 1.9.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kile/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 24 Jun 2006 17:22:08 -0000 1.6 +++ sources 27 Aug 2006 15:40:09 -0000 1.7 @@ -1 +1 @@ -8add30e9d9667f7b31c2fc1e752d70ab kile-1.9.1.tar.bz2 +2f4fa752595c9011fd9292d7ff99d124 kile-1.9.2.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:40:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Sun, 27 Aug 2006 08:40:55 -0700 Subject: rpms/gossip/FC-5 .cvsignore, 1.12, 1.13 gossip.spec, 1.22, 1.23 sources, 1.12, 1.13 Message-ID: <200608271540.k7RFevnl022012@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21991 Modified Files: .cvsignore gossip.spec sources Log Message: * Sat Aug 27 2006 Brian Pepple - 0.15-1 - Update to 0.15. - Use disable-schemas configure flag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 4 Aug 2006 14:07:43 -0000 1.12 +++ .cvsignore 27 Aug 2006 15:40:54 -0000 1.13 @@ -1 +1 @@ -gossip-0.14.tar.bz2 +gossip-0.15.tar.bz2 Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/gossip.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gossip.spec 4 Aug 2006 14:07:43 -0000 1.22 +++ gossip.spec 27 Aug 2006 15:40:54 -0000 1.23 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: gossip -Version: 0.14 -Release: 2%{?dist} +Version: 0.15 +Release: 1%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -46,6 +46,7 @@ %build %configure --disable-scrollkeeper \ + --disable-schemas-install \ %if %{with_dbus} --enable-dbus=yes %else @@ -57,10 +58,8 @@ %install rm -rf $RPM_BUILD_ROOT -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} -unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL desktop-file-install --vendor fedora --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -123,6 +122,10 @@ %changelog +* Sat Aug 27 2006 Brian Pepple - 0.15-1 +- Update to 0.15. +- Use disable-schemas configure flag. + * Thu Aug 4 2006 Brian Pepple - 0.14-2 - Update to 0.14. - Change dbus requirement to 0.60. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gossip/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 4 Aug 2006 14:07:43 -0000 1.12 +++ sources 27 Aug 2006 15:40:54 -0000 1.13 @@ -1 +1 @@ -426ed72f7c54b5291b16352c735be76b gossip-0.14.tar.bz2 +140cf93c583aa82a22b417258bb7b783 gossip-0.15.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:45:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:45:06 -0700 Subject: rpms/sbcl/devel .cvsignore, 1.14, 1.15 sbcl.spec, 1.48, 1.49 sources, 1.16, 1.17 Message-ID: <200608271545.k7RFj8wb022085@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22064 Modified Files: .cvsignore sbcl.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 26 Jun 2006 20:33:51 -0000 1.14 +++ .cvsignore 27 Aug 2006 15:45:06 -0000 1.15 @@ -1,4 +1,4 @@ sbcl-0.9.11-x86-64-linux-binary.tar.bz2 sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.14-source.tar.bz2 +sbcl-0.9.16-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- sbcl.spec 26 Jun 2006 20:33:51 -0000 1.48 +++ sbcl.spec 27 Aug 2006 15:45:06 -0000 1.49 @@ -9,7 +9,7 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.14 +Version: 0.9.16 Release: 1%{?dist} License: BSD/MIT @@ -215,6 +215,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + * Mon Jun 26 2006 Rex Dieter 0.9.14-1 - 0.9.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 26 Jun 2006 20:33:51 -0000 1.16 +++ sources 27 Aug 2006 15:45:06 -0000 1.17 @@ -1 +1 @@ -d37a369e387286a0ceca51dbd8d1b173 sbcl-0.9.14-source.tar.bz2 +0117cc7af9ff701c8bf10c4ea048fdac sbcl-0.9.16-source.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 15:47:25 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 08:47:25 -0700 Subject: rpms/sbcl/FC-5 .cvsignore, 1.14, 1.15 sbcl.spec, 1.47, 1.48 sources, 1.16, 1.17 Message-ID: <200608271547.k7RFlRCK022150@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22129 Modified Files: .cvsignore sbcl.spec sources Log Message: * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 27 Jun 2006 11:51:21 -0000 1.14 +++ .cvsignore 27 Aug 2006 15:47:24 -0000 1.15 @@ -1,4 +1,4 @@ sbcl-0.9.11-x86-64-linux-binary.tar.bz2 sbcl-0.9.11-x86-linux-binary.tar.bz2 sbcl-0.9.8-powerpc-linux-binary.tar.bz2 -sbcl-0.9.14-source.tar.bz2 +sbcl-0.9.16-source.tar.bz2 Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sbcl.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- sbcl.spec 27 Jun 2006 12:48:32 -0000 1.47 +++ sbcl.spec 27 Aug 2006 15:47:24 -0000 1.48 @@ -9,8 +9,8 @@ Name: sbcl Summary: Steel Bank Common Lisp -Version: 0.9.14 -Release: 1%{?dist}.1 +Version: 0.9.16 +Release: 1%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,6 +215,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 0.9.16-1 +- 0.9.16 + * Mon Jun 26 2006 Rex Dieter 0.9.14-1 - 0.9.14 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sbcl/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Jun 2006 11:51:21 -0000 1.16 +++ sources 27 Aug 2006 15:47:24 -0000 1.17 @@ -1 +1 @@ -d37a369e387286a0ceca51dbd8d1b173 sbcl-0.9.14-source.tar.bz2 +0117cc7af9ff701c8bf10c4ea048fdac sbcl-0.9.16-source.tar.bz2 From fedora-extras-commits at redhat.com Sun Aug 27 16:28:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 09:28:16 -0700 Subject: rpms/maxima/devel maxima.spec,1.31,1.32 Message-ID: <200608271628.k7RGSIfW025018@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25001 Modified Files: maxima.spec Log Message: * Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 - respin (against newer sbcl) Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- maxima.spec 9 Aug 2006 15:07:26 -0000 1.31 +++ maxima.spec 27 Aug 2006 16:28:15 -0000 1.32 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.4.%{beta}%{?dist} +Release: 0.5.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -143,12 +143,12 @@ Group: Applications/Engineering BuildRequires: gcl Requires: %{name} = %{version} -#if "%{?fedora}" > "4" +%if "%{?fedora}" > "4" # See http://bugzilla.redhat.com/bugzilla/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch -#endif +%endif Obsoletes: maxima-exec-gcl < %{version}-%{release} Provides: %{name}-runtime = %{version} Provides: %{name}-runtime-gcl = %{version}-%{release} @@ -387,6 +387,9 @@ %changelog +* Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 +- respin (against newer sbcl) + * Wed Aug 09 2006 Rex Dieter 5.9.3.99-0.4.rc2 - update gcl_setarch patch @@ -395,7 +398,7 @@ * Tue Aug 01 2006 Rex Dieter 5.9.3.99-0.1.rc1 - 5.9.3.99rc1 -- - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) +- - %ghost (x)emacs site-lisp bits (hint from fedora-rpmdevtools) * Mon Jun 26 2006 Rex Dieter 5.9.3-5 - respin for sbcl-0.9.14 (and relax Requires = to >= ) From fedora-extras-commits at redhat.com Sun Aug 27 17:34:30 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Sun, 27 Aug 2006 10:34:30 -0700 Subject: rpms/php-pecl-zip/devel .cvsignore, 1.3, 1.4 php-pecl-zip.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608271734.k7RHYW0Z027914@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27893 Modified Files: .cvsignore php-pecl-zip.spec sources Log Message: update to 1.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Aug 2006 12:40:41 -0000 1.3 +++ .cvsignore 27 Aug 2006 17:34:30 -0000 1.4 @@ -1 +1 @@ -zip-1.7.0.tgz +zip-1.7.2.tgz Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pecl-zip.spec 20 Aug 2006 12:40:41 -0000 1.2 +++ php-pecl-zip.spec 27 Aug 2006 17:34:30 -0000 1.3 @@ -1,10 +1,12 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php/modules) -%define apiver %((phpize --version 2>/dev/null || echo 'PHP Api Version: 20041225' ) | sed -n '/PHP Api Version/ s/.*: *//p') +%global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) +%global php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") +%global php_version %(php-config --version 2>/dev/null || echo 0) + Summary: PECL A zip management extension Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip -Version: 1.7.0 +Version: 1.7.2 Release: 1%{?dist} License: PHP License Group: Development/Languages @@ -13,7 +15,7 @@ Source1: PHP-LICENSE-3.01 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: php-pecl(zip) = %{version}-%{release}, php-zip = %{version}-%{release} -Requires: php-api >= %{apiver} +Requires: php-api >= %{php_apiver} BuildRequires: php-devel, zlib-devel %description @@ -53,6 +55,17 @@ %{php_extdir}/zip.so %changelog +* Sun Aug 27 2006 Remi Collet 1.7.2-1 +- update to 1.7.2 + +* Sat Aug 26 2006 Remi Collet 1.7.1-2 +- use php_zip.c version 1.73 from CVS +- see http://pecl.php.net/bugs/bug.php?id=8564 + +* Fri Aug 25 2006 Remi Collet 1.7.1-1 +- update to 1.7.1 +- change macros to conform to PHP Guidelines + * Sun Aug 20 2006 Remi Collet 1.7.0-1 - update to 1.7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Aug 2006 12:40:41 -0000 1.3 +++ sources 27 Aug 2006 17:34:30 -0000 1.4 @@ -1 +1 @@ -7de465dc9759883cb068dbb90e7c488e zip-1.7.0.tgz +7a11897e667e8e2f800b507efd0c2ff1 zip-1.7.2.tgz From fedora-extras-commits at redhat.com Sun Aug 27 18:07:42 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:42 -0700 Subject: rpms/nagios-plugins/devel nagios-plugins.spec,1.15,1.16 Message-ID: <200608271808.k7RI8EPi031474@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/devel Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/devel/nagios-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- nagios-plugins.spec 16 Aug 2006 03:16:05 -0000 1.15 +++ nagios-plugins.spec 27 Aug 2006 18:07:42 -0000 1.16 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Sun Aug 27 18:07:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:41 -0700 Subject: rpms/nagios-plugins/FC-3 nagios-plugins.spec,1.9,1.10 Message-ID: <200608271808.k7RI8Dqi031464@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/FC-3 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-3/nagios-plugins.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- nagios-plugins.spec 26 Jun 2006 16:12:50 -0000 1.9 +++ nagios-plugins.spec 27 Aug 2006 18:07:40 -0000 1.10 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 13%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -8,6 +8,9 @@ URL: http://nagiosplug.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz Source1: nagios-plugins.README.Fedora +Patch0: nagios-plugins-1.4.3-subst.patch +Patch1: nagios-plugins-1.4.3.radius-ng.patch +Patch2: nagios-plugins-1.4.3-ntpd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel @@ -21,10 +24,15 @@ BuildRequires: bind-utils BuildRequires: ntp BuildRequires: %{_bindir}/mailq -BuildRequires: perl(Net::SNMP) -%if "%{?fedora}" > "3" BuildRequires: %{_sbindir}/fping -%endif +BuildRequires: perl(Net::SNMP) +BuildRequires: radiusclient-ng-devel +BuildRequires: %{_bindir}/qstat + +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + %description @@ -39,13 +47,10 @@ %package all Summary: Nagios Plugins - All plugins Group: Applications/System -Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave +Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave %ifnarch ppc ppc64 sparc sparc64 Requires: nagios-plugins-sensors %endif -%if "%{?fedora}" > "3" -Requires: nagios-plugins-fping -%endif %description all This package provides all Nagios plugins. @@ -136,7 +141,6 @@ %description flexlm Provides check_flexlm support for Nagios. -%if "%{?fedora}" > "3" %package fping Summary: Nagios Plugin - check_fping Group: Applications/System @@ -145,7 +149,6 @@ %description fping Provides check_fping support for Nagios. -%endif %package hpjd Summary: Nagios Plugin - check_hpjd @@ -313,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -339,6 +351,23 @@ %description procs Provides check_procs support for Nagios. +%package game +Summary: Nagios Plugin - check_game +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} +Requires: qstat + +%description game +Provides check_game support for Nagios. + +%package radius +Summary: Nagios Plugin - check_radius +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description radius +Provides check_radius support for Nagios. + %package real Summary: Nagios Plugin - check_real Group: Applications/System @@ -455,11 +484,15 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 -b .radiusclient +%patch2 -p0 %build %configure \ --libexecdir=%{_libdir}/nagios/plugins \ --with-mysql \ + PATH_TO_QSTAT=%{_bindir}/qstat \ PATH_TO_FPING=%{_sbindir}/fping \ PATH_TO_NTPQ=%{_sbindir}/ntpq \ PATH_TO_NTPDC=%{_sbindir}/ntpdc \ @@ -478,9 +511,6 @@ %{__install} -m 0755 plugins-root/check_dhcp %{buildroot}/%{_libdir}/nagios/plugins %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins -# qstat is not provided by Fedora yet -%{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_game - %ifarch ppc ppc64 sparc sparc64 %{__rm} -f %{buildroot}/%{_libdir}/nagios/plugins/check_sensors %endif @@ -503,7 +533,7 @@ %{_libdir}/nagios/plugins/check_by_ssh %files dhcp -%defattr(-,root,root,-) +%defattr(4750,root,nagios,-) %{_libdir}/nagios/plugins/check_dhcp %files dig @@ -534,11 +564,9 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_flexlm -%if "%{?fedora}" > "3" %files fping %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_fping -%endif %files hpjd %defattr(-,root,root,-) @@ -622,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -634,6 +666,14 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_procs +%files game +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_game + +%files radius +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/check_radius + %files real %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_real @@ -706,11 +746,29 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog -* Mon Jun 26 2006 Mike McGrath 1.4.3-13 -- Excluds support for fping in FC3 +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + +* Tue Aug 15 2006 Mike McGrath 1.4.3-17 +- Added requires qstat for check_game + +* Thu Aug 03 2006 Mike McGrath 1.4.3-16 +- Providing path to qstat + +* Thu Aug 03 2006 Mike McGrath 1.4.3-15 +- Fixed permissions on check_dhcp +- Added check_game +- Added check_radius +- Added patch for ntp + +* Sun Jul 23 2006 Mike McGrath 1.4.3-14 +- Patched upstream issue: 196356 + +* Sun Jul 23 2006 Mike McGrath 1.4.3-13 +- nagios-plugins-all now includes nagios-plugins-mysql * Thu Jun 22 2006 Mike McGrath 1.4.3-12 - removed sensors support for sparc and sparc64 From fedora-extras-commits at redhat.com Sun Aug 27 18:07:41 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 11:07:41 -0700 Subject: rpms/nagios-plugins/FC-4 nagios-plugins.spec,1.12,1.13 Message-ID: <200608271808.k7RI8DKT031469@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31299/FC-4 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the base package and moved it to its own package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-4/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 16 Aug 2006 03:15:58 -0000 1.12 +++ nagios-plugins.spec 27 Aug 2006 18:07:41 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Sun Aug 27 20:13:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:44 -0700 Subject: rpms/aalib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDkVD009793@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aalib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:51 -0700 Subject: rpms/abcMIDI/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDrbd009860@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcMIDI/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:44 -0700 Subject: rpms/abcde/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDkF6009796@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcde/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:50 -0700 Subject: rpms/abcm2ps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDqBt009846@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abcm2ps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:51 -0700 Subject: rpms/abe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDrT4009870@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:52 -0700 Subject: rpms/abicheck/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDsMg009873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abicheck/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:53 -0700 Subject: rpms/abiword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272013.k7RKDt1n009876@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abiword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:58 -0700 Subject: rpms/abook/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE07x009924@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abook/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:13:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:13:59 -0700 Subject: rpms/abuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE1FM009934@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/abuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:01 -0700 Subject: rpms/acpitool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE3vn009938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/acpitool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/acpitool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:00 -0700 Subject: rpms/acpi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE2ja009937@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/acpi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/acpi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:06 -0700 Subject: rpms/adime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE86D009967@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:13 -0700 Subject: rpms/adplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEF9G010014@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:14 -0700 Subject: rpms/advancecomp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEGQu010020@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/advancecomp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/advancecomp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:07 -0700 Subject: rpms/adns/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKE9Us009972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adns/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:13 -0700 Subject: rpms/adplug/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEFTN010017@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/adplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/adplug/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:20 -0700 Subject: rpms/AGReader/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEMcJ010054@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/AGReader/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:20 -0700 Subject: rpms/agave/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEMN0010051@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/agave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/agave/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:26 -0700 Subject: rpms/aiccu/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKESr7010096@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aiccu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aiccu/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:27 -0700 Subject: rpms/aiksaurus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKET1O010100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aiksaurus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aiksaurus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:35 -0700 Subject: rpms/alleggl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEboe010166@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alleggl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:27 -0700 Subject: rpms/aide/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKETAi010099@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aide/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aide/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:33 -0700 Subject: rpms/airsnort/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEZ8S010155@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/airsnort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/airsnort/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:34 -0700 Subject: rpms/akode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEaAq010160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/akode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:34 -0700 Subject: rpms/alacarte/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEaX7010163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alacarte/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alacarte/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:41 -0700 Subject: rpms/allegro/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEhx6010221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/allegro/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/allegro/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:42 -0700 Subject: rpms/alltray/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEi5p010225@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alltray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alltray/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:42 -0700 Subject: rpms/alsa-firmware/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEj0b010230@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsa-firmware/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsa-firmware/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:41 -0700 Subject: rpms/AllegroOGG/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEhIG010224@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/AllegroOGG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/AllegroOGG/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:48 -0700 Subject: rpms/alsamixergui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEoIF010272@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsamixergui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsamixergui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:49 -0700 Subject: rpms/alsa-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEpON010275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/alsa-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/alsa-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:56 -0700 Subject: rpms/amavisd-new/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEwUX010348@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amavisd-new/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amavisd-new/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:49 -0700 Subject: rpms/altermime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272014.k7RKEpnX010278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/altermime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/altermime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:56 -0700 Subject: rpms/amaya/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKEwjY010365@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amaya/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amaya/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:01 -0700 Subject: rpms/apel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF348010474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:57 -0700 Subject: rpms/amsn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKExkB010379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amsn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:03 -0700 Subject: rpms/aplus-fsf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF5LU010484@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aplus-fsf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aplus-fsf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:00 -0700 Subject: rpms/apachetop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF2WA010453@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apachetop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apachetop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:55 -0700 Subject: rpms/amarok/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKEvnd010335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/amarok/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:01 -0700 Subject: rpms/apcupsd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF3XS010469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apcupsd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:02 -0700 Subject: rpms/apg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF45s010479@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:58 -0700 Subject: rpms/anjuta/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF0q2010393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anjuta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anjuta/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:09 -0700 Subject: rpms/apmud/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFBh9010546@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apmud/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apmud/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:59 -0700 Subject: rpms/anthy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF1Y5010423@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anthy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anthy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:00 -0700 Subject: rpms/antiword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF2iK010437@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/antiword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:14:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:14:58 -0700 Subject: rpms/anjuta-gdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKF00c010407@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/anjuta-gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/anjuta-gdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:10 -0700 Subject: rpms/apt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFC0H010556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:16 -0700 Subject: rpms/archmage/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFIdV010588@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/archmage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/archmage/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:17 -0700 Subject: rpms/argus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFJax010591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/argus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/argus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:09 -0700 Subject: rpms/apollon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFBTL010551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/apollon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:11 -0700 Subject: rpms/arc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFDaK010559@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/arc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/arc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:23 -0700 Subject: rpms/artwiz-aleczapka-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFPHj010622@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/artwiz-aleczapka-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/artwiz-aleczapka-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:29 -0700 Subject: rpms/asciidoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFV64010667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asciidoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asciidoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:23 -0700 Subject: rpms/asa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFPUQ010625@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:30 -0700 Subject: rpms/aspell-he/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFWKs010670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aspell-he/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aspell-he/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:30 -0700 Subject: rpms/aspell-mi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFWAW010671@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aspell-mi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:36 -0700 Subject: rpms/asymptote/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFc1c010702@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/asymptote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/asymptote/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:36 -0700 Subject: rpms/aterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFd7F010705@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/aterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/aterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:42 -0700 Subject: rpms/athcool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFicF010734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/athcool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/athcool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:43 -0700 Subject: rpms/atitvout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFjFJ010737@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atitvout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atitvout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:48 -0700 Subject: rpms/atlascpp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFpE0010766@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atlascpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atlascpp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:56 -0700 Subject: rpms/audacity/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFwf0010814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/audacity/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:56 -0700 Subject: rpms/auriferous/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFw6V010817@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/auriferous/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/auriferous/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:49 -0700 Subject: rpms/atlas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFpiY010769@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/atlas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/atlas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:15:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:15:55 -0700 Subject: rpms/audacious/devel needs.rebuild,NONE,1.1 Message-ID: <200608272015.k7RKFvKm010811@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/audacious/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/audacious/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:02 -0700 Subject: rpms/autossh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG49u010859@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/autossh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/autossh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:03 -0700 Subject: rpms/autotrace/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG5jc010862@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/autotrace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/autotrace/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:03 -0700 Subject: rpms/awstats/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKG5lW010863@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/awstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/awstats/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:09 -0700 Subject: rpms/azureus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGBEe010920@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/azureus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:10 -0700 Subject: rpms/BackupPC/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGCcN010923@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/BackupPC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/BackupPC/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:10 -0700 Subject: rpms/bakery/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGCPs010926@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bakery/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:11 -0700 Subject: rpms/balsa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGDEW010927@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/balsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/balsa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:17 -0700 Subject: rpms/banner/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGJMH010971@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/banner/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/banner/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:18 -0700 Subject: rpms/barcode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGKZm010977@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/barcode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/barcode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:18 -0700 Subject: rpms/banshee/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGK5w010974@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/banshee/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:25 -0700 Subject: rpms/bazaar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGRop011060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bazaar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bazaar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:26 -0700 Subject: rpms/bbkeys/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGSYJ011063@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bbkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bbkeys/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:27 -0700 Subject: rpms/bcm43xx-fwcutter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGTnG011067@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bcm43xx-fwcutter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bcm43xx-fwcutter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:24 -0700 Subject: rpms/bash-completion/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGQTK011031@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bash-completion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bash-completion/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:27 -0700 Subject: rpms/bchunk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGTwI011066@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bchunk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bchunk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:33 -0700 Subject: rpms/BibTool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGZvi011126@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/BibTool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/BibTool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:34 -0700 Subject: rpms/bigloo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGaMO011130@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bigloo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:35 -0700 Subject: rpms/bin2iso/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGbnY011133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bin2iso/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bin2iso/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:42 -0700 Subject: rpms/bitgtkmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGiFi011183@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bitgtkmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:33 -0700 Subject: rpms/bidiv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGZAm011129@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bidiv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bidiv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:25 -0700 Subject: rpms/basket/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGR1O011044@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/basket/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:40 -0700 Subject: rpms/bitbake/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGgql011177@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bitbake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bitbake/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:41 -0700 Subject: rpms/bit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGhX1011180@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:49 -0700 Subject: rpms/blam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGpwM011275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:51 -0700 Subject: rpms/blobwars/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGrZD011289@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blobwars/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blobwars/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:47 -0700 Subject: rpms/bittorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGnIm011240@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bittorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:51 -0700 Subject: rpms/blktool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGrbJ011288@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blktool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:58 -0700 Subject: rpms/blt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH00e011361@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:49 -0700 Subject: rpms/blacs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGpwZ011268@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blacs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:59 -0700 Subject: rpms/bmp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH1cR011372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bmp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bmp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:58 -0700 Subject: rpms/bluefish/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH0Ye011369@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bluefish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bluefish/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:00 -0700 Subject: rpms/bmp-flac2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH2Ma011377@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bmp-flac2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bmp-flac2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:50 -0700 Subject: rpms/blender/devel needs.rebuild,NONE,1.1 Message-ID: <200608272016.k7RKGqfw011285@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blender/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:06 -0700 Subject: rpms/bochs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH8i8011411@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bochs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:48 -0700 Subject: rpms/blackbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKGoRD011254@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blackbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blackbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:05 -0700 Subject: rpms/boa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKH7Wq011408@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/boa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/boa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:12 -0700 Subject: rpms/bogofilter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHECc011466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bogofilter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bogofilter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:16:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:16:57 -0700 Subject: rpms/blogtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKGxx4011347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/blogtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/blogtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:14 -0700 Subject: rpms/brandy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHGMQ011475@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/brandy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/brandy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:12 -0700 Subject: rpms/bonnie++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHEVH011469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bonnie++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bonnie++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:13 -0700 Subject: rpms/boo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHFGR011472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/boo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/boo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:20 -0700 Subject: rpms/bsdiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHM5O011533@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bsdiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bsdiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:21 -0700 Subject: rpms/bubblemon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHNZG011536@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bubblemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bubblemon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:19 -0700 Subject: rpms/bsd-games/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHL8r011528@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bsd-games/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bsd-games/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:21 -0700 Subject: rpms/bugzilla/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHNR6011539@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bugzilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bugzilla/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:27 -0700 Subject: rpms/buoh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHT6s011581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/buoh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/buoh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:28 -0700 Subject: rpms/bwidget/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHUcT011585@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwidget/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:28 -0700 Subject: rpms/bwbar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHUEu011584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwbar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwbar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:34 -0700 Subject: rpms/bwm-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHagj011642@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bwm-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bwm-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:36 -0700 Subject: rpms/bzflag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHceE011675@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzflag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzflag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:35 -0700 Subject: rpms/bygfoot/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHbvj011658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bygfoot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bygfoot/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:37 -0700 Subject: rpms/bzrtools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHdwG011679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzrtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzrtools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:43 -0700 Subject: rpms/cabextract/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHj9R011738@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cabextract/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:35 -0700 Subject: rpms/byzanz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHbv7011670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/byzanz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:36 -0700 Subject: rpms/bzr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHcIu011678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bzr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/bzr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:43 -0700 Subject: rpms/cacti/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHjYR011741@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cacti/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cacti/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:44 -0700 Subject: rpms/cairomm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHk7q011742@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cairomm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:45 -0700 Subject: rpms/cal3d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHlOO011745@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cal3d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:53 -0700 Subject: rpms/CastPodder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHtuq011836@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/CastPodder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/CastPodder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:52 -0700 Subject: rpms/Canna/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHsl2011828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Canna/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Canna/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:54 -0700 Subject: rpms/ccache/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHuDY011839@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ccache/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:00 -0700 Subject: rpms/ccrtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI220011873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccrtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ccrtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:50 -0700 Subject: rpms/camE/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHqKd011800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/camE/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:52 -0700 Subject: rpms/c-ares/devel needs.rebuild,NONE,1.1 Message-ID: <200608272017.k7RKHsig011833@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/c-ares/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/c-ares/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:51 -0700 Subject: rpms/camstream/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKHr3P011814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/camstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/camstream/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:17:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:17:59 -0700 Subject: rpms/CCfits/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI1dK011870@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/CCfits/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:06 -0700 Subject: rpms/cd-discid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI8SR011904@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cd-discid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:06 -0700 Subject: rpms/cdlabelgen/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKI8Ap011907@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cdlabelgen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cdlabelgen/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:12 -0700 Subject: rpms/cdo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIE7T011936@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cdo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:13 -0700 Subject: rpms/cegui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIF6Z011939@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cegui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:20 -0700 Subject: rpms/cernlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIMKs012000@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cernlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cernlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:18 -0700 Subject: rpms/celestia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIKPU011992@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/celestia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:20 -0700 Subject: rpms/cfengine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIM1H012003@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfengine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfengine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:28 -0700 Subject: rpms/cgi-util/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIUcl012100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cgi-util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cgi-util/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:29 -0700 Subject: rpms/cgoban/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIVtI012113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cgoban/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cgoban/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:19 -0700 Subject: rpms/centericq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKILK8011997@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/centericq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/centericq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:30 -0700 Subject: rpms/chess/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIWM6012122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chess/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:27 -0700 Subject: rpms/cfv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKITjQ012086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:29 -0700 Subject: rpms/charis-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIVeD012119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/charis-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/charis-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:31 -0700 Subject: rpms/childsplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIXfv012125@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/childsplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:26 -0700 Subject: rpms/cfitsio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKISHx012058@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfitsio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:36 -0700 Subject: rpms/childsplay_plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIc7j012160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/childsplay_plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:27 -0700 Subject: rpms/cfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKITWI012072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:37 -0700 Subject: rpms/chkrootkit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIdd3012163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chkrootkit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:48 -0700 Subject: rpms/clement/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIoWI012330@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clement/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clement/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:43 -0700 Subject: rpms/chmlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIjlM012218@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chmlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chmlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:45 -0700 Subject: rpms/clamav/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIlKa012260@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clamav/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:46 -0700 Subject: rpms/ClanLib06/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKImc0012288@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ClanLib06/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ClanLib06/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:46 -0700 Subject: rpms/ClanLib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKImBT012304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ClanLib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:47 -0700 Subject: rpms/clearsilver/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKInJE012320@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clearsilver/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:48 -0700 Subject: rpms/clips/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIoWn012339@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clips/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:49 -0700 Subject: rpms/clisp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIpJT012344@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clisp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:44 -0700 Subject: rpms/cksfv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIkiu012246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cksfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cksfv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:45 -0700 Subject: rpms/clanbomber/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIlFs012274@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/clanbomber/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/clanbomber/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:55 -0700 Subject: rpms/cmake/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIv2A012384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cmake/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:56 -0700 Subject: rpms/cmucl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIwNa012387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cmucl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:02 -0700 Subject: rpms/Coin2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ4P0012445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Coin2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Coin2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:04 -0700 Subject: rpms/colordiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ6fZ012449@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/colordiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/colordiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:02 -0700 Subject: rpms/cogito/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ4NE012440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cogito/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cogito/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:03 -0700 Subject: rpms/coldet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJ5np012448@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/coldet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/coldet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:09 -0700 Subject: rpms/commoncpp2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJBJa012493@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/commoncpp2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/commoncpp2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:17 -0700 Subject: rpms/compface/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJJsQ012544@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compface/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:10 -0700 Subject: rpms/compat-erlang/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJCaM012496@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-erlang/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:11 -0700 Subject: rpms/compat-wxGTK/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJDam012499@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-wxGTK/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:18 -0700 Subject: rpms/cone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJKkB012547@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:17 -0700 Subject: rpms/compat-wxPythonGTK2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJJk6012541@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/compat-wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/compat-wxPythonGTK2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:43 -0700 Subject: rpms/chrpath/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIjFV012232@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/chrpath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/chrpath/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:18:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:18:50 -0700 Subject: rpms/cln/devel needs.rebuild,NONE,1.1 Message-ID: <200608272018.k7RKIqh8012347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cln/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:24 -0700 Subject: rpms/conexus/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJQ0b012576@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conexus/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:24 -0700 Subject: rpms/conexusmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJQKo012579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conexusmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:30 -0700 Subject: rpms/conglomerate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJWYh012608@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conglomerate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:36 -0700 Subject: rpms/connect-proxy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJchY012665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/connect-proxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/connect-proxy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:37 -0700 Subject: rpms/conntrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJdJN012680@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conntrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conntrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:37 -0700 Subject: rpms/conserver/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJd1X012685@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conserver/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:30 -0700 Subject: rpms/conman/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJW7N012611@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/conman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/conman/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:38 -0700 Subject: rpms/contact-lookup-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJeEE012688@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/contact-lookup-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/contact-lookup-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:39 -0700 Subject: rpms/contacts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJf05012689@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/contacts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:46 -0700 Subject: rpms/cowbell/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJm4Y012750@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cowbell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cowbell/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:44 -0700 Subject: rpms/convmv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJkOq012746@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/convmv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:45 -0700 Subject: rpms/cook/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJlH2012749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cook/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:46 -0700 Subject: rpms/cpan2rpm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJmmh012753@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cpan2rpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cpan2rpm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:52 -0700 Subject: rpms/cpanspec/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJs0B012797@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cpanspec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cpanspec/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:53 -0700 Subject: rpms/cproto/devel needs.rebuild,NONE,1.1 Message-ID: <200608272019.k7RKJtur012801@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cproto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cproto/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:53 -0700 Subject: rpms/cppunit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKJtwn012800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cppunit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cppunit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:59 -0700 Subject: rpms/crack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK1lt012858@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:00 -0700 Subject: rpms/crossfire-client/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK2NX012877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire-client/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire-client/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:19:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:19:59 -0700 Subject: rpms/crm114/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK25T012873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crm114/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:01 -0700 Subject: rpms/crossfire-maps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK31k012881@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire-maps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire-maps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:10 -0700 Subject: rpms/ctapi-common/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKCcY012996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctapi-common/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:01 -0700 Subject: rpms/crossfire/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK3N6012880@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crossfire/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:12 -0700 Subject: rpms/ctrlproxy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKEQQ013007@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctrlproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctrlproxy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:10 -0700 Subject: rpms/ctapi-cyberjack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKCCE013001@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctapi-cyberjack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:07 -0700 Subject: rpms/crystal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKK9Fw012938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:08 -0700 Subject: rpms/crystal-stacker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKArk012952@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal-stacker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal-stacker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:08 -0700 Subject: rpms/crystal-stacker-themes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKAqZ012968@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/crystal-stacker-themes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:09 -0700 Subject: rpms/csmash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKBJp012984@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/csmash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:26 -0700 Subject: rpms/cvsutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKSA0013136@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:25 -0700 Subject: rpms/cvsplot/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKR1g013128@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsplot/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:25 -0700 Subject: rpms/cvsps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKReA013133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:27 -0700 Subject: rpms/cvsweb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKTH2013139@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsweb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsweb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:22 -0700 Subject: rpms/curry/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKOk4013072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/curry/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:23 -0700 Subject: rpms/cvs2cl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKP8H013086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvs2cl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:23 -0700 Subject: rpms/cvs2svn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKQan013100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2svn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvs2svn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:34 -0700 Subject: rpms/dap-freeform_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKair013242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-freeform_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-freeform_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:35 -0700 Subject: rpms/dap-netcdf_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKb6K013270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-netcdf_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-netcdf_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:36 -0700 Subject: rpms/dap-server/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKcre013275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-server/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-server/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:37 -0700 Subject: rpms/darcs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKdHS013278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/darcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/darcs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:35 -0700 Subject: rpms/dap-hdf4_handler/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKbUk013258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dap-hdf4_handler/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dap-hdf4_handler/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:11 -0700 Subject: rpms/ctorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKDJh013004@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ctorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:24 -0700 Subject: rpms/cvsgraph/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKQgQ013113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cvsgraph/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:32 -0700 Subject: rpms/cyrus-imapd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKYm1013198@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cyrus-imapd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/cyrus-imapd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:33 -0700 Subject: rpms/d4x/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKZ0I013212@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/d4x/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/d4x/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:34 -0700 Subject: rpms/daap-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKakG013226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/daap-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/daap-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:37 -0700 Subject: rpms/dates/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKduo013281@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dates/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:43 -0700 Subject: rpms/db4o/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKjhW013316@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/db4o/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:44 -0700 Subject: rpms/dbh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKktP013319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dbh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dbh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:51 -0700 Subject: rpms/ddskk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKrvd013385@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddskk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddskk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:50 -0700 Subject: rpms/ddclient/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKqdL013379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddclient/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddclient/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:49 -0700 Subject: rpms/dclib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKpd3013374@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dclib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dclib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:51 -0700 Subject: rpms/ddrescue/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKrO9013382@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ddrescue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ddrescue/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:57 -0700 Subject: rpms/dejavu-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272020.k7RKKxT1013414@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dejavu-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dejavu-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:20:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:20:58 -0700 Subject: rpms/deltarpm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL0na013417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deltarpm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deltarpm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:04 -0700 Subject: rpms/deskbar-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL6aw013454@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deskbar-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deskbar-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:03 -0700 Subject: rpms/denyhosts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKL5Er013451@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/denyhosts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:12 -0700 Subject: rpms/diction/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLEmE013545@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/diction/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/diction/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:13 -0700 Subject: rpms/dietlibc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLF8w013548@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dietlibc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dietlibc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:09 -0700 Subject: rpms/deutex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLBqu013508@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/deutex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/deutex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:10 -0700 Subject: rpms/DevIL/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLCO3013525@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/DevIL/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:11 -0700 Subject: rpms/dhcp-forwarder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLDPh013537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dhcp-forwarder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dhcp-forwarder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:11 -0700 Subject: rpms/dia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLDaq013542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:23 -0700 Subject: rpms/digikam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLPu7013579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/digikam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:24 -0700 Subject: rpms/digikamimageplugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLQ9D013582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/digikamimageplugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:35 -0700 Subject: rpms/dosbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLb5a013761@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dosbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dosbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:30 -0700 Subject: rpms/directfb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLWgO013651@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/directfb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/directfb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:37 -0700 Subject: rpms/drgeo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLdjV013776@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drgeo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:30 -0700 Subject: rpms/dillo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLWNc013637@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dillo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dillo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:36 -0700 Subject: rpms/doulos-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLcal013771@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/doulos-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/doulos-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:32 -0700 Subject: rpms/djvulibre/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLY5A013679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/djvulibre/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:37 -0700 Subject: rpms/drgeo-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLdf2013781@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drgeo-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:33 -0700 Subject: rpms/dnsmasq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLZ2I013707@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dnsmasq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:34 -0700 Subject: rpms/doctorj/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLai1013735@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/doctorj/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:44 -0700 Subject: rpms/dssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLkeq013867@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:45 -0700 Subject: rpms/dumb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLlT2013877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dumb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:31 -0700 Subject: rpms/dirmngr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLXLC013665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dirmngr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dirmngr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:32 -0700 Subject: rpms/dkms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLYE3013693@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dkms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dkms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:33 -0700 Subject: rpms/docbook2X/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLZ22013721@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/docbook2X/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/docbook2X/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:45 -0700 Subject: rpms/dumpasn1/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLljY013882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumpasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dumpasn1/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:46 -0700 Subject: rpms/duplicity/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLm1q013885@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/duplicity/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:52 -0700 Subject: rpms/dvb-apps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLsWW013916@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dvb-apps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:43 -0700 Subject: rpms/driftnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLjdI013843@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/driftnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/driftnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:35 -0700 Subject: rpms/dogtail/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLbr9013749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dogtail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dogtail/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:53 -0700 Subject: rpms/dvdisaster/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLtE7013919@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvdisaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dvdisaster/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:58 -0700 Subject: rpms/dxpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM0Et013950@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dxpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dxpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:44 -0700 Subject: rpms/drivel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272021.k7RKLktR013857@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/drivel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/drivel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:21:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:21:59 -0700 Subject: rpms/dynamite/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM1rR013953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dynamite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/dynamite/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:05 -0700 Subject: rpms/easytag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM7Fl013982@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/easytag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:05 -0700 Subject: rpms/ebtables/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKM7am013985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ebtables/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ebtables/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:11 -0700 Subject: rpms/echoping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMD4E014014@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/echoping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/echoping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:12 -0700 Subject: rpms/ecl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMEfg014017@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ecl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:17 -0700 Subject: rpms/eclipse-subclipse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMJcc014072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eclipse-subclipse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:18 -0700 Subject: rpms/ecore/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMKBA014086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ecore/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ecore/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:18 -0700 Subject: rpms/edb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMLZA014100@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/edb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/edb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:20 -0700 Subject: rpms/eet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMMN3014128@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:25 -0700 Subject: rpms/embryo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMRi2014253@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/embryo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/embryo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:22 -0700 Subject: rpms/ejabberd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMO6M014170@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ejabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ejabberd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:24 -0700 Subject: rpms/emacs-auctex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMQ8S014216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-auctex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:19 -0700 Subject: rpms/edje/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMLZw014114@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/edje/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/edje/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:25 -0700 Subject: rpms/emacs-vm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMRN0014246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-vm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:26 -0700 Subject: rpms/emelfm2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMS5q014258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emelfm2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:21 -0700 Subject: rpms/eggdrop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMN27014156@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eggdrop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eggdrop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:27 -0700 Subject: rpms/enca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMTwu014261@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:23 -0700 Subject: rpms/em8300-kmod/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMPpU014200@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300-kmod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/em8300-kmod/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:24 -0700 Subject: rpms/emacs-common-muse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMQQO014232@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/emacs-common-muse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:20 -0700 Subject: rpms/efont-unicode-bdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMMOg014142@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/efont-unicode-bdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:32 -0700 Subject: rpms/enchant/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMZ7j014326@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enchant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enchant/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:38 -0700 Subject: rpms/erlang/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMetd014452@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/erlang/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:34 -0700 Subject: rpms/enigma/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMamf014356@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enigma/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:34 -0700 Subject: rpms/environment-modules/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMajZ014370@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/environment-modules/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:39 -0700 Subject: rpms/esmtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMgMp014466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/esmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/esmtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:37 -0700 Subject: rpms/eric/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMdXO014426@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eric/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:22 -0700 Subject: rpms/em8300/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMOpT014184@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/em8300/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/em8300/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:33 -0700 Subject: rpms/enemies-of-carlotta/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMZ9r014340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/enemies-of-carlotta/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/enemies-of-carlotta/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:40 -0700 Subject: rpms/evas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMgnP014471@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/evas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/evas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:36 -0700 Subject: rpms/epydoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMc3L014398@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epydoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:36 -0700 Subject: rpms/epylog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMcRW014412@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epylog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epylog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:39 -0700 Subject: rpms/erlang-esdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMfV7014461@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/erlang-esdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:35 -0700 Subject: rpms/epiphany-extensions/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMbid014384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/epiphany-extensions/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:46 -0700 Subject: rpms/exim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMmJC014530@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:47 -0700 Subject: rpms/exim-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMnod014541@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exim-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exim-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:47 -0700 Subject: rpms/exiv2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMnLB014551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exiv2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exiv2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:38 -0700 Subject: rpms/eris/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMeW0014440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/eris/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:48 -0700 Subject: rpms/exo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMouT014556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/exo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:49 -0700 Subject: rpms/ez-ipupdate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMpv4014557@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ez-ipupdate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ez-ipupdate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:55 -0700 Subject: rpms/f2py/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMvBL014605@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/f2py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/f2py/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:57 -0700 Subject: rpms/fatsort/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMxn2014624@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fatsort/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fatsort/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:03 -0700 Subject: rpms/fbdesk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKN5AG014655@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fbdesk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fbdesk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:55 -0700 Subject: rpms/facter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272022.k7RKMwTE014620@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/facter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/facter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:22:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:22:56 -0700 Subject: rpms/factory/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKMw0g014623@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/factory/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:03 -0700 Subject: rpms/fbida/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKN5GM014658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fbida/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fbida/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:09 -0700 Subject: rpms/fcron/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNBjq014687@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fcron/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fcron/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:10 -0700 Subject: rpms/fdupes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNCbH014690@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fdupes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fdupes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:15 -0700 Subject: rpms/fedora-package-config-apt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNHuM014738@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-package-config-apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-package-config-apt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:16 -0700 Subject: rpms/fedora-package-config-smart/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNIng014748@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-package-config-smart/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:17 -0700 Subject: rpms/fedora-usermgmt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNJk4014751@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fedora-usermgmt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fedora-usermgmt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:18 -0700 Subject: rpms/feh/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNKT5014752@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/feh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/feh/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:24 -0700 Subject: rpms/fftw2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNQYo014786@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fftw2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:23 -0700 Subject: rpms/fetchlog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNPwN014783@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fetchlog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fetchlog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:30 -0700 Subject: rpms/fftw/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNW4b014815@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fftw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fftw/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:31 -0700 Subject: rpms/fig2ps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNX2l014818@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fig2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fig2ps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:37 -0700 Subject: rpms/fillets-ng-data/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNdTR014850@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng-data/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:37 -0700 Subject: rpms/fillets-ng-data-cs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNd0O014847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng-data-cs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng-data-cs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:43 -0700 Subject: rpms/fillets-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNjL3014892@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fillets-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:43 -0700 Subject: rpms/firestarter/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNjje014895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/firestarter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/firestarter/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:44 -0700 Subject: rpms/fish/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNkTO014896@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fish/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:50 -0700 Subject: rpms/flasm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNqUQ014927@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flasm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:50 -0700 Subject: rpms/flim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272023.k7RKNqib014930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:56 -0700 Subject: rpms/flow-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNwXD014985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flow-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flow-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:57 -0700 Subject: rpms/fltk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNxZi014999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fltk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fltk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:02 -0700 Subject: rpms/fonttools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO4is015113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fonttools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fonttools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:02 -0700 Subject: rpms/foobillard/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO4Fs015127@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/foobillard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/foobillard/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:04 -0700 Subject: rpms/fortune-firefly/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO6xr015141@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fortune-firefly/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fortune-firefly/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:59 -0700 Subject: rpms/fluxbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO1FQ015041@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluxbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluxbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:04 -0700 Subject: rpms/fortune-mod/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO6ph015147@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fortune-mod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fortune-mod/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:57 -0700 Subject: rpms/fluidsynth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKNxa8015013@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluidsynth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluidsynth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:03 -0700 Subject: rpms/foremost/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO5Z0015136@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/foremost/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/foremost/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:58 -0700 Subject: rpms/flumotion/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO0Q8015027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/flumotion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/flumotion/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:23:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:23:59 -0700 Subject: rpms/fluxconf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO116015055@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fluxconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fluxconf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:00 -0700 Subject: rpms/fontforge/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO2qk015083@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fontforge/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:11 -0700 Subject: rpms/fping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKODEJ015222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:01 -0700 Subject: rpms/fonts-hebrew-fancy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO3Nv015097@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fonts-hebrew-fancy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fonts-hebrew-fancy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:12 -0700 Subject: rpms/freealut/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOEKd015230@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freealut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freealut/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:13 -0700 Subject: rpms/freeciv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOFD9015233@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeciv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeciv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:10 -0700 Subject: rpms/fpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOCjs015208@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:11 -0700 Subject: rpms/fRaBs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKODFP015227@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fRaBs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:00 -0700 Subject: rpms/fnfx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKO2MK015069@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fnfx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fnfx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:18 -0700 Subject: rpms/freedoom/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOKtS015290@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedoom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedoom/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:21 -0700 Subject: rpms/freehdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQXS015306@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freehdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:19 -0700 Subject: rpms/freedroid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOLoB015304@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedroid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:19 -0700 Subject: rpms/freedroidrpg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQo4015309@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroidrpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freedroidrpg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:20 -0700 Subject: rpms/freeglut/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOQaH015305@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeglut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeglut/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:26 -0700 Subject: rpms/freenx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOSOY015329@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freenx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:35 -0700 Subject: rpms/ftnchek/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKObRk015454@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ftnchek/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ftnchek/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:36 -0700 Subject: rpms/fuse-emulator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOc0I015462@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-emulator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-emulator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:32 -0700 Subject: rpms/FreeWnn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOYmn015384@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/FreeWnn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/FreeWnn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:33 -0700 Subject: rpms/frotz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOZt3015414@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/frotz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/frotz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:35 -0700 Subject: rpms/fslint/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOb4b015442@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fslint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fslint/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:36 -0700 Subject: rpms/fuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOcHv015459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:37 -0700 Subject: rpms/fuse-emulator-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOdMQ015465@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-emulator-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-emulator-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:33 -0700 Subject: rpms/freeze/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOZtN015398@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freeze/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/freeze/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:34 -0700 Subject: rpms/frozen-bubble/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOaaB015428@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/frozen-bubble/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:50 -0700 Subject: rpms/fwrestart/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOqSn015578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fwrestart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fwrestart/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:00 -0700 Subject: rpms/gai-temp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP25w015667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai-temp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai-temp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:51 -0700 Subject: rpms/gai/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOrS0015607@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:53 -0700 Subject: rpms/gaim-meanwhile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOtxa015628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-meanwhile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:49 -0700 Subject: rpms/fwbuilder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOpHv015561@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fwbuilder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:52 -0700 Subject: rpms/gaim-gaym/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOsJ3015620@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-gaym/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-gaym/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:52 -0700 Subject: rpms/gaim-guifications/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOsM9015625@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-guifications/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-guifications/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:43 -0700 Subject: rpms/fuse-encfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOjUn015502@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-encfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-encfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:43 -0700 Subject: rpms/fuse-sshfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOjtJ015505@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fuse-sshfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fuse-sshfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:50 -0700 Subject: rpms/fyre/devel needs.rebuild,NONE,1.1 Message-ID: <200608272024.k7RKOqtf015591@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/fyre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/fyre/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:54 -0700 Subject: rpms/gaim-otr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKOuZ6015631@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gaim-otr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gaim-otr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:24:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:24:59 -0700 Subject: rpms/gai-pal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP1vn015664@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gai-pal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gai-pal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:06 -0700 Subject: rpms/gajim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP8Ha015709@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gajim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gajim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:06 -0700 Subject: rpms/galago-daemon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP8vj015712@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galago-daemon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:13 -0700 Subject: rpms/gallery2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPF1t015760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gallery2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:14 -0700 Subject: rpms/gambas/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPGS2015763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gambas/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gambas/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:07 -0700 Subject: rpms/galculator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKP966015715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galculator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galculator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:19 -0700 Subject: rpms/ganglia/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPLT0015792@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ganglia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ganglia/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:12 -0700 Subject: rpms/galeon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPE3u015757@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/galeon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:20 -0700 Subject: rpms/ganymed-ssh2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPMt8015795@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ganymed-ssh2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ganymed-ssh2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:26 -0700 Subject: rpms/gauche/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPSs8015824@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:32 -0700 Subject: rpms/gauche-gtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPYH1015856@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche-gtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:38 -0700 Subject: rpms/gc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPee8015888@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:26 -0700 Subject: rpms/gauche-gl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPSIB015827@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gauche-gl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:33 -0700 Subject: rpms/gazpacho/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPZuC015859@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gazpacho/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gazpacho/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:39 -0700 Subject: rpms/gcdmaster/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPfYs015891@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcdmaster/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:44 -0700 Subject: rpms/gcfilms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPlVA015946@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcfilms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcfilms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:46 -0700 Subject: rpms/gcl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPmMa015952@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:46 -0700 Subject: rpms/gcombust/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPm0A015953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcombust/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcombust/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:45 -0700 Subject: rpms/gcin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPlZs015949@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:52 -0700 Subject: rpms/gcompris/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPs9Z015997@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gcompris/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:53 -0700 Subject: rpms/gdeskcal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKPt9c016003@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdeskcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdeskcal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:01 -0700 Subject: rpms/gdome2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ35J016103@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdome2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdome2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:59 -0700 Subject: rpms/gdesklets/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ1RI016058@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdesklets/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:00 -0700 Subject: rpms/gdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ23a016086@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:01 -0700 Subject: rpms/gdmap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ3mH016093@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdmap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdmap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:02 -0700 Subject: rpms/genchemlab/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ4Zk016106@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/genchemlab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/genchemlab/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:53 -0700 Subject: rpms/gconfmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272025.k7RKPtqh016000@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gconfmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:03 -0700 Subject: rpms/gentium-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ5V1016109@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gentium-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gentium-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:08 -0700 Subject: rpms/gentoo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQA2J016160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gentoo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gentoo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:25:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:25:59 -0700 Subject: rpms/gdk-pixbuf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQ1DT016072@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gdk-pixbuf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:19 -0700 Subject: rpms/ghdl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQLLM016286@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghdl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:10 -0700 Subject: rpms/geomview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQCQh016176@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/geomview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:16 -0700 Subject: rpms/gfontview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQIcw016226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gfontview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gfontview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:21 -0700 Subject: rpms/giblib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQNGY016325@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/giblib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/giblib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:18 -0700 Subject: rpms/ghasher/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQKft016259@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghasher/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghasher/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:09 -0700 Subject: rpms/GeoIP/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQBBw016171@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/GeoIP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/GeoIP/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:10 -0700 Subject: rpms/geos/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQC7o016181@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/geos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/geos/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:22 -0700 Subject: rpms/gift/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQOOF016335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gift/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gift/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:19 -0700 Subject: rpms/ghc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQL4S016270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:17 -0700 Subject: rpms/gforth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQJqR016240@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gforth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:22 -0700 Subject: rpms/gif2png/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQO0M016332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gif2png/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gif2png/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:23 -0700 Subject: rpms/gift-openft/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQPjf016338@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gift-openft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gift-openft/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:35 -0700 Subject: rpms/gkrellm-hddtemp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQb6v016472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-hddtemp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:31 -0700 Subject: rpms/ginac/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQXk7016399@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ginac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ginac/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:33 -0700 Subject: rpms/gkrellm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQZPf016455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:20 -0700 Subject: rpms/ghex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQMPS016306@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ghex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:34 -0700 Subject: rpms/gkrellm-freq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQafe016467@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-freq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-freq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:36 -0700 Subject: rpms/gkrellm-themes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQcXm016476@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-themes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:32 -0700 Subject: rpms/gjots2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQYAk016427@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gjots2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gjots2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:42 -0700 Subject: rpms/gkrellm-weather/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQiIb016551@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-weather/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-weather/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:35 -0700 Subject: rpms/gkrellmms/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQbrM016475@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellmms/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:31 -0700 Subject: rpms/git/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQXmQ016413@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/git/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/git/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:42 -0700 Subject: rpms/gkrellm-volume/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQiuh016537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-volume/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-volume/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:33 -0700 Subject: rpms/gkrellm-aclock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQZqX016441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-aclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-aclock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:43 -0700 Subject: rpms/gkrellm-wifi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQjoa016558@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-wifi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gkrellm-wifi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:43 -0700 Subject: rpms/gl-117/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQkMn016563@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gl-117/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gl-117/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:44 -0700 Subject: rpms/glabels/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQkiL016566@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glabels/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:56 -0700 Subject: rpms/Glide3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQwN3016627@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Glide3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:55 -0700 Subject: rpms/glib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQvjG016623@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:56 -0700 Subject: rpms/glibmm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKQwdk016626@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glibmm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:26:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:26:57 -0700 Subject: rpms/Glide3-libGL/devel needs.rebuild,NONE,1.1 Message-ID: <200608272026.k7RKQx7v016630@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Glide3-libGL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Glide3-libGL/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:02 -0700 Subject: rpms/glipper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR5XA016675@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glipper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glipper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:04 -0700 Subject: rpms/global/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR6Ec016679@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/global/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:09 -0700 Subject: rpms/glpk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRBeS016710@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glpk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:03 -0700 Subject: rpms/glitz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKR5P7016678@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glitz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glitz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:16 -0700 Subject: rpms/gmpc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRI9C016745@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gmpc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:10 -0700 Subject: rpms/glunarclock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRCnA016713@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glunarclock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:16 -0700 Subject: rpms/glyph-keeper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRIfp016742@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/glyph-keeper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:23 -0700 Subject: rpms/gnet2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRPOW016814@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnet2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnet2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:22 -0700 Subject: rpms/gnash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRO8e016800@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:23 -0700 Subject: rpms/gnochm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRPmI016828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnochm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnochm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:25 -0700 Subject: rpms/gnomad2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRRJt016871@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomad2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:26 -0700 Subject: rpms/gnome-applet-music/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRSMS016886@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-music/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:27 -0700 Subject: rpms/gnome-applet-netspeed/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRThk016890@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-netspeed/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:24 -0700 Subject: rpms/gnofract4d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRQF6016840@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnofract4d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:25 -0700 Subject: rpms/gnokii/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRRTi016851@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnokii/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:27 -0700 Subject: rpms/gnome-applet-netmon/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRToS016889@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-netmon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-netmon/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:28 -0700 Subject: rpms/gnome-applet-rhythmbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRU4J016895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-rhythmbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-rhythmbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:39 -0700 Subject: rpms/gnome-applet-sensors/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRfdi016934@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-sensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-sensors/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:39 -0700 Subject: rpms/gnome-applet-timer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRfdL016937@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-applet-timer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:45 -0700 Subject: rpms/gnome-blog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRlNG017007@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-blog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:47 -0700 Subject: rpms/gnome-password-generator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRnAa017030@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-password-generator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:45 -0700 Subject: rpms/gnomebaker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRlb6016992@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomebaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomebaker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:46 -0700 Subject: rpms/gnome-build/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRm40017022@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-build/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-build/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:47 -0700 Subject: rpms/gnome-common/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRnT3017027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-common/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:48 -0700 Subject: rpms/gnome-phone-manager/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRoGW017033@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-phone-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-phone-manager/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:54 -0700 Subject: rpms/gnome-ppp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRuhY017088@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-ppp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-ppp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:55 -0700 Subject: rpms/gnome-sudoku/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRvhA017092@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-sudoku/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-sudoku/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:56 -0700 Subject: rpms/gnomesword/devel needs.rebuild,NONE,1.1 Message-ID: <200608272027.k7RKRwNI017095@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnomesword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnomesword/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:03 -0700 Subject: rpms/gnome-translate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS5A5017143@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-translate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-translate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:27:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:27:54 -0700 Subject: rpms/gnome-schedule/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKRuen017091@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-schedule/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:01 -0700 Subject: rpms/gnome-theme-clearlooks-bigpack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS3k5017139@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-theme-clearlooks-bigpack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:02 -0700 Subject: rpms/gnome-themes-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKS4dW017142@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-themes-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:08 -0700 Subject: rpms/gnome-vfsmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSAsZ017200@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-vfsmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:09 -0700 Subject: rpms/gnome-yum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSBhe017214@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnome-yum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnome-yum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:15 -0700 Subject: rpms/gobby/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSHkN017338@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gobby/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gobby/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:11 -0700 Subject: rpms/gnubg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSDVU017256@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnubg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:13 -0700 Subject: rpms/gnugo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSFeq017312@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnugo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnugo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:14 -0700 Subject: rpms/gnupg2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSH7W017333@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnupg2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:10 -0700 Subject: rpms/gnonlin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSCND017228@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnonlin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnonlin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:10 -0700 Subject: rpms/gnotime/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSCmK017242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnotime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnotime/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:12 -0700 Subject: rpms/gnucap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSEKx017284@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnucap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnucap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:22 -0700 Subject: rpms/gonvert/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSOBp017408@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gonvert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gonvert/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:11 -0700 Subject: rpms/gnubiff/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSD4C017270@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnubiff/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:23 -0700 Subject: rpms/gourmet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSPDR017412@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gourmet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gourmet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:14 -0700 Subject: rpms/gnumeric/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSGNX017326@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnumeric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnumeric/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:16 -0700 Subject: rpms/goffice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSIuE017343@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/goffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/goffice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:13 -0700 Subject: rpms/gnuchess/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSF0V017298@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gnuchess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gnuchess/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:23 -0700 Subject: rpms/gpa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSPjw017415@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:29 -0700 Subject: rpms/gparted/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSVBd017457@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gparted/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:30 -0700 Subject: rpms/gperiodic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSWKs017464@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gperiodic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:30 -0700 Subject: rpms/gpgme03/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSWeD017466@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpgme03/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpgme03/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:36 -0700 Subject: rpms/gpgme/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKScZr017521@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpgme/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:22 -0700 Subject: rpms/gossip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSOhD017411@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gossip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:37 -0700 Subject: rpms/gpp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSdXu017549@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:39 -0700 Subject: rpms/gprolog/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSfa5017581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gprolog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gprolog/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:41 -0700 Subject: rpms/gputils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKShdI017601@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gputils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gputils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:38 -0700 Subject: rpms/gpredict/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSeOE017568@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpredict/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpredict/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:40 -0700 Subject: rpms/gpsd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSg7u017595@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpsd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:40 -0700 Subject: rpms/gpsim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSgQO017598@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpsim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gpsim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:37 -0700 Subject: rpms/gphpedit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSdW7017533@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gphpedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gphpedit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:48 -0700 Subject: rpms/gqview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSowb017633@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gqview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:47 -0700 Subject: rpms/gquilt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKSn0Q017630@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gquilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gquilt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:53 -0700 Subject: rpms/grace/devel needs.rebuild,NONE,1.1 Message-ID: <200608272028.k7RKStx9017687@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grace/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grace/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:54 -0700 Subject: rpms/grads/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSuP2017704@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grads/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grads/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:56 -0700 Subject: rpms/graveman/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSwnQ017746@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/graveman/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:01 -0700 Subject: rpms/gsynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT38S017872@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gsynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:57 -0700 Subject: rpms/grhino/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSx4c017774@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grhino/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grhino/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:58 -0700 Subject: rpms/grip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT0ou017790@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:58 -0700 Subject: rpms/grisbi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT0nP017804@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grisbi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:55 -0700 Subject: rpms/gramps/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSvf1017718@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gramps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gramps/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:00 -0700 Subject: rpms/gstreamer08-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT2vg017834@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:55 -0700 Subject: rpms/graphviz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSvNb017732@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/graphviz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/graphviz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:56 -0700 Subject: rpms/grepmail/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKSw1g017760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/grepmail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/grepmail/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:02 -0700 Subject: rpms/gtk2hs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT45U017877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk2hs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk2hs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:03 -0700 Subject: rpms/GtkAda/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT5qx017882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/GtkAda/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:09 -0700 Subject: rpms/gtk+/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTBlC017922@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk+/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:01 -0700 Subject: rpms/gstreamer-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT3fY017864@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:08 -0700 Subject: rpms/gtkdatabox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTB6m017919@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkdatabox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkdatabox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:28:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:28:59 -0700 Subject: rpms/gstreamer08/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT1Cf017818@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:15 -0700 Subject: rpms/gtkglarea2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTHdw017991@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglarea2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:00 -0700 Subject: rpms/gstreamer08-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKT2Ep017851@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gstreamer08-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gstreamer08-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:16 -0700 Subject: rpms/gtkglext/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTIcW017996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglext/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:15 -0700 Subject: rpms/gtk+extra/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTHmI017979@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk+extra/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk+extra/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:17 -0700 Subject: rpms/gtkglextmm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTJ4D017999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkglextmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkglextmm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:17 -0700 Subject: rpms/gtk-gnutella/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTJ0e018002@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-gnutella/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-gnutella/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:29 -0700 Subject: rpms/gtklp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTVMB018036@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtklp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:28 -0700 Subject: rpms/gtkhtml36/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTUmB018033@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkhtml36/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkhtml36/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:37 -0700 Subject: rpms/gtksourceview-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTdvr018145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtksourceview-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtksourceview-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:37 -0700 Subject: rpms/gtkterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTdX0018150@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:38 -0700 Subject: rpms/gtkwave/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTeBV018153@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkwave/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:39 -0700 Subject: rpms/gtk-xfce-engine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTfnp018156@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-xfce-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-xfce-engine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:34 -0700 Subject: rpms/gtkmathview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTaWo018091@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkmathview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkmathview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:35 -0700 Subject: rpms/gtkmm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTbj1018105@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtkmm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:36 -0700 Subject: rpms/gtk-qt-engine/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTcVM018133@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtk-qt-engine/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:50 -0700 Subject: rpms/gtranslator/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTqj2018251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtranslator/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:36 -0700 Subject: rpms/Gtk-Perl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTcsO018119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Gtk-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Gtk-Perl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:51 -0700 Subject: rpms/gtweakui/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTrRe018257@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtweakui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtweakui/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:49 -0700 Subject: rpms/gtorrentviewer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTpVT018246@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtorrentviewer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:51 -0700 Subject: rpms/gts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTrFD018254@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:57 -0700 Subject: rpms/gtypist/devel needs.rebuild,NONE,1.1 Message-ID: <200608272029.k7RKTxZj018286@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gtypist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gtypist/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:29:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:29:58 -0700 Subject: rpms/guichan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU0qX018289@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/guichan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/guichan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:03 -0700 Subject: rpms/gurlchecker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU5CJ018333@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gurlchecker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:04 -0700 Subject: rpms/gv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU645018336@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:05 -0700 Subject: rpms/gweled/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKU7L1018339@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gweled/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gweled/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:12 -0700 Subject: rpms/gwget/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUE0f018404@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gwget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gwget/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:12 -0700 Subject: rpms/gxemul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUEDj018413@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gxemul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gxemul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:11 -0700 Subject: rpms/gwenview/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUDU9018381@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/gwenview/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:13 -0700 Subject: rpms/hackedbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUFaa018416@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hackedbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hackedbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:21 -0700 Subject: rpms/hdf5/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUNAB018537@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hdf5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hdf5/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:14 -0700 Subject: rpms/haddock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUGPT018419@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/haddock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/haddock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:20 -0700 Subject: rpms/hddtemp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUMiu018522@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hddtemp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:21 -0700 Subject: rpms/hdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUNH4018542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:23 -0700 Subject: rpms/help2man/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUPfn018546@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/help2man/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/help2man/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:29 -0700 Subject: rpms/hercules/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUVx3018579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hercules/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:20 -0700 Subject: rpms/hamlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUMMf018477@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hamlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hamlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:22 -0700 Subject: rpms/heartbeat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUOtC018545@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/heartbeat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:29 -0700 Subject: rpms/Hermes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUVwU018582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Hermes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Hermes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:35 -0700 Subject: rpms/hevea/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUbxL018613@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hevea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hevea/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:36 -0700 Subject: rpms/hexter-dssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUcwO018616@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hexter-dssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hexter-dssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:44 -0700 Subject: rpms/hnb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUkEY018733@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hnb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:41 -0700 Subject: rpms/hfsplus-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUhAx018676@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hfsplus-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hfsplus-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:43 -0700 Subject: rpms/hmmer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUjYF018721@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hmmer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hmmer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:44 -0700 Subject: rpms/hpic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUkr0018749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hpic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hpic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:45 -0700 Subject: rpms/hping3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUlbN018755@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hping3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hping3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:46 -0700 Subject: rpms/hspell/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUmJF018759@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hspell/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hspell/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:52 -0700 Subject: rpms/html401-dtds/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUsQd018849@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html401-dtds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/html401-dtds/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:42 -0700 Subject: rpms/hfsplusutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUitt018691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hfsplusutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hfsplusutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:54 -0700 Subject: rpms/htop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUu8L018901@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:56 -0700 Subject: rpms/hugs98/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUwtq018905@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hugs98/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:46 -0700 Subject: rpms/ht2html/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUmXe018762@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ht2html/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ht2html/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:42 -0700 Subject: rpms/highlight/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUid2018706@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/highlight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/highlight/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:53 -0700 Subject: rpms/htmldoc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUtF8018866@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmldoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htmldoc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:54 -0700 Subject: rpms/html-xml-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272030.k7RKUuTI018895@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html-xml-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/html-xml-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:55 -0700 Subject: rpms/http_ping/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUvYh018904@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/http_ping/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:01 -0700 Subject: rpms/hula/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKV3SA018941@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hula/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hula/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:30:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:30:53 -0700 Subject: rpms/htmltmpl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKUt5d018883@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/htmltmpl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:02 -0700 Subject: rpms/hunky-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKV4tm018944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hunky-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hunky-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:08 -0700 Subject: rpms/i810switch/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVAEk018976@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/i810switch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/i810switch/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:08 -0700 Subject: rpms/hunt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVA4i018973@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hunt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/hunt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:14 -0700 Subject: rpms/i8kutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVGsE019030@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/i8kutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/i8kutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:15 -0700 Subject: rpms/ibmonitor/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVHqL019047@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ibmonitor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ibmonitor/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:15 -0700 Subject: rpms/icecast/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVHsK019061@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icecast/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/icecast/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:17 -0700 Subject: rpms/id3lib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVJ47019103@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3lib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:19 -0700 Subject: rpms/ifm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVLmR019145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ifm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ifm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:20 -0700 Subject: rpms/iftop/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVM1V019173@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iftop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iftop/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:16 -0700 Subject: rpms/ices/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVIEt019075@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ices/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ices/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:17 -0700 Subject: rpms/icmpdn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVJo5019089@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icmpdn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/icmpdn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:22 -0700 Subject: rpms/ikvm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVODq019188@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ikvm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ikvm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:28 -0700 Subject: rpms/imlib2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVUWm019227@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/imlib2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:20 -0700 Subject: rpms/ifplugd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVM69019159@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ifplugd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ifplugd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:21 -0700 Subject: rpms/iiimf-le-simplehangul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVN5l019180@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iiimf-le-simplehangul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iiimf-le-simplehangul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:22 -0700 Subject: rpms/iksemel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVOsg019185@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iksemel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:18 -0700 Subject: rpms/id3-py/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVKtW019117@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3-py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3-py/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:18 -0700 Subject: rpms/id3v2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVKk8019131@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/id3v2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:28 -0700 Subject: rpms/imlib/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVU1u019231@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/imlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/imlib/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:34 -0700 Subject: rpms/inadyn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVaTq019266@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inadyn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:40 -0700 Subject: rpms/inkscape/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVgC5019298@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inkscape/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:35 -0700 Subject: rpms/initng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVbCk019269@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/initng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/initng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:41 -0700 Subject: rpms/inotify-tools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVh34019301@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/inotify-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/inotify-tools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:48 -0700 Subject: rpms/iozone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVoRL019382@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iozone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iozone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:49 -0700 Subject: rpms/ipe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVph6019390@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:50 -0700 Subject: rpms/iperf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVqOH019393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iperf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iperf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:47 -0700 Subject: rpms/intuitively/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVnrG019356@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/intuitively/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/intuitively/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:49 -0700 Subject: rpms/ip6sic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVpc9019387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ip6sic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ip6sic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:56 -0700 Subject: rpms/ipod-sharp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVw7J019452@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipod-sharp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:57 -0700 Subject: rpms/ipxripd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVxBH019456@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipxripd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipxripd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:47 -0700 Subject: rpms/Inventor/devel needs.rebuild,NONE,1.1 Message-ID: <200608272031.k7RKVnXo019370@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/Inventor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/Inventor/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:56 -0700 Subject: rpms/ip-sentinel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKVwtd019455@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ip-sentinel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ip-sentinel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:31:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:31:57 -0700 Subject: rpms/ipython/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKVxJO019459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ipython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ipython/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:03 -0700 Subject: rpms/ircd-hybrid/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW5T9019514@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ircd-hybrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ircd-hybrid/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:04 -0700 Subject: rpms/isic/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW6QN019542@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/isic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/isic/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:09 -0700 Subject: rpms/jakarta-commons-cli/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWBtA019658@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jakarta-commons-cli/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jakarta-commons-cli/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:07 -0700 Subject: rpms/itk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW9pU019600@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:08 -0700 Subject: rpms/jabberd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWAWY019628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jabberd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:09 -0700 Subject: rpms/jack-audio-connection-kit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWBpd019644@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jack-audio-connection-kit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:04 -0700 Subject: rpms/irssi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW6Zk019528@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/irssi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/irssi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:10 -0700 Subject: rpms/jam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWCAC019665@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:06 -0700 Subject: rpms/itcl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW8Hb019570@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itcl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:11 -0700 Subject: rpms/jasper/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWDaG019670@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jasper/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:11 -0700 Subject: rpms/javasvn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWDNb019673@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/javasvn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:07 -0700 Subject: rpms/iwidgets/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW9me019614@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/iwidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/iwidgets/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:05 -0700 Subject: rpms/istanbul/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW79U019556@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/istanbul/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:20 -0700 Subject: rpms/jikes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWMWC019798@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jikes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jikes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:21 -0700 Subject: rpms/jlint/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWN4k019803@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jlint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jlint/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:06 -0700 Subject: rpms/itext/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKW8sv019584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/itext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/itext/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:17 -0700 Subject: rpms/jed/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWJrZ019730@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jed/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:18 -0700 Subject: rpms/jhead/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWK6A019760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jhead/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jhead/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:21 -0700 Subject: rpms/jogl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWNqq019806@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jogl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jogl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:28 -0700 Subject: rpms/jpgraph/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWUi6019842@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jpgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jpgraph/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:19 -0700 Subject: rpms/jigdo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWLve019773@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jigdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jigdo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:22 -0700 Subject: rpms/john/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWOWl019809@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/john/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/john/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:28 -0700 Subject: rpms/js/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWUut019845@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/js/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:18 -0700 Subject: rpms/jfbterm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWKBC019741@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jfbterm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:34 -0700 Subject: rpms/jthread/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWaEA019875@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/jthread/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:35 -0700 Subject: rpms/k3b-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWbPH019878@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/k3b-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:46 -0700 Subject: rpms/kawa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWmxM020038@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kawa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:42 -0700 Subject: rpms/kakasi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWiob019957@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kakasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kakasi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:43 -0700 Subject: rpms/kanatest/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWjUf019973@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kanatest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kanatest/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:48 -0700 Subject: rpms/kdegraphics-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWooR020060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdegraphics-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdegraphics-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:44 -0700 Subject: rpms/kasablanca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWk9x020001@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kasablanca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kasablanca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:41 -0700 Subject: rpms/k3d/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWhhg019929@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/k3d/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:47 -0700 Subject: rpms/kbibtex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWnIN020052@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kbibtex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kbibtex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:55 -0700 Subject: rpms/kdesvn/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWvan020115@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdesvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdesvn/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:45 -0700 Subject: rpms/katapult/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWlmC020027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/katapult/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/katapult/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:41 -0700 Subject: rpms/kadu/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWhNv019943@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kadu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kadu/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:47 -0700 Subject: rpms/kchmviewer/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWnqf020055@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kchmviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kchmviewer/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:43 -0700 Subject: rpms/kannel/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWj3S019985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kannel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kannel/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:54 -0700 Subject: rpms/kdemultimedia-extras/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWulE020112@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdemultimedia-extras/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:55 -0700 Subject: rpms/kdetoys/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWv8b020118@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdetoys/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:02 -0700 Subject: rpms/kdmtheme/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX4gB020166@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdmtheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdmtheme/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:32:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:32:45 -0700 Subject: rpms/kasumi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272032.k7RKWl6s020010@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kasumi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kasumi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:01 -0700 Subject: rpms/kdirstat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX3s2020160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdirstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdirstat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:02 -0700 Subject: rpms/kdissert/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKX4qg020163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdissert/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdissert/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:08 -0700 Subject: rpms/kdocker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXAeZ020221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kdocker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:09 -0700 Subject: rpms/kerry/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXBJ8020235@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kerry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kerry/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:14 -0700 Subject: rpms/kipi-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXGlX020360@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kipi-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:09 -0700 Subject: rpms/keychain/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXBfN020249@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/keychain/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/keychain/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:10 -0700 Subject: rpms/keyutils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXCDR020263@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/keyutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/keyutils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:13 -0700 Subject: rpms/kinput2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXFTX020332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kinput2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kinput2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:14 -0700 Subject: rpms/kiosktool/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXGO4020351@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kiosktool/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:11 -0700 Subject: rpms/kicad/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXDa8020277@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kicad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kicad/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:16 -0700 Subject: rpms/kmenu-gnome/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXITl020377@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmenu-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmenu-gnome/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:16 -0700 Subject: rpms/kmobiletools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXIYO020380@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmobiletools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmobiletools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:12 -0700 Subject: rpms/kid3/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXECD020305@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kid3/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:12 -0700 Subject: rpms/kile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXE4t020319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:15 -0700 Subject: rpms/kismet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXHE0020372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kismet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kismet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:11 -0700 Subject: rpms/kickpim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXDTU020291@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kickpim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kickpim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:27 -0700 Subject: rpms/kmymoney2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXTDo020437@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kmymoney2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:28 -0700 Subject: rpms/knemo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXUGM020440@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knemo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knemo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:28 -0700 Subject: rpms/knetstats/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXUKC020441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knetstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knetstats/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:34 -0700 Subject: rpms/knetworkmanager/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXaYS020474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/knetworkmanager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/knetworkmanager/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:40 -0700 Subject: rpms/koffice-langpack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXhCr020520@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/koffice-langpack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/koffice-langpack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:42 -0700 Subject: rpms/konversation/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXiHt020524@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/konversation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/konversation/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:49 -0700 Subject: rpms/kphotoalbum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXpr4020626@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kphotoalbum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:35 -0700 Subject: rpms/koffice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXbPX020477@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/koffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/koffice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:47 -0700 Subject: rpms/kooldock/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXo9T020582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kooldock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kooldock/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:49 -0700 Subject: rpms/kphone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXplh020610@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kphone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:51 -0700 Subject: rpms/krecipes/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXr8i020647@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/krecipes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/krecipes/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:41 -0700 Subject: rpms/kompose/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXhPs020523@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kompose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kompose/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:52 -0700 Subject: rpms/ksensors/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXsAx020651@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ksensors/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:58 -0700 Subject: rpms/kst/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY06a020686@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kst/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:48 -0700 Subject: rpms/kover/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXoVL020596@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kover/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kover/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:58 -0700 Subject: rpms/ksynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY0Pa020691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ksynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:50 -0700 Subject: rpms/kpolynome/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXqvJ020640@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kpolynome/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:33:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:33:51 -0700 Subject: rpms/krusader/devel needs.rebuild,NONE,1.1 Message-ID: <200608272033.k7RKXrjK020650@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/krusader/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:04 -0700 Subject: rpms/ktorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY6DZ020734@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ktorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:05 -0700 Subject: rpms/ktrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY7vn020737@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ktrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ktrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:05 -0700 Subject: rpms/kxdocker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKY7cq020740@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kxdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kxdocker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:12 -0700 Subject: rpms/l2tpd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYE6R020790@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/l2tpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/l2tpd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:11 -0700 Subject: rpms/kxdocker-resources/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYDDr020784@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kxdocker-resources/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kxdocker-resources/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:12 -0700 Subject: rpms/kyum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYEhd020787@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kyum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/kyum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:19 -0700 Subject: rpms/lablgtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYL5Q020822@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lablgtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:26 -0700 Subject: rpms/lagan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYSVZ020905@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lagan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lagan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:26 -0700 Subject: rpms/lapack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYSuJ020910@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lapack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:18 -0700 Subject: rpms/lablgl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYKZZ020819@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lablgl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:28 -0700 Subject: rpms/lasi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYU13020914@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lasi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:34 -0700 Subject: rpms/lcdf-typetools/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYarE020989@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lcdf-typetools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lcdf-typetools/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:24 -0700 Subject: rpms/lacewing/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYQnI020877@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lacewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lacewing/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:25 -0700 Subject: rpms/ladspa/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYRcd020891@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ladspa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ladspa/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:27 -0700 Subject: rpms/lash/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYTE5020913@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lash/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:35 -0700 Subject: rpms/lcov/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYb9m020993@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lcov/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lcov/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:43 -0700 Subject: rpms/lib3ds/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYjoq021076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lib3ds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lib3ds/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:33 -0700 Subject: rpms/lat/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYZLR020975@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lat/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:44 -0700 Subject: rpms/libAfterImage/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYk08021099@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libAfterImage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libAfterImage/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:35 -0700 Subject: rpms/ldns/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYbuK020996@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ldns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ldns/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:42 -0700 Subject: rpms/leafpad/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYinp021059@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/leafpad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/leafpad/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:42 -0700 Subject: rpms/lft/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYiOA021074@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lft/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:44 -0700 Subject: rpms/lib765/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYkKT021094@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lib765/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lib765/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:46 -0700 Subject: rpms/libannodex/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYmtt021102@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libannodex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libannodex/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:36 -0700 Subject: rpms/leafnode/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYc6P020999@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/leafnode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/leafnode/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:53 -0700 Subject: rpms/libbinio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYuH7021182@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libbinio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libbinio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:52 -0700 Subject: rpms/libassetml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYslf021174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libassetml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libassetml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:54 -0700 Subject: rpms/libcaca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYuhL021187@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcaca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcaca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:01 -0700 Subject: rpms/libchewing/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ3jF021239@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libchewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libchewing/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:52 -0700 Subject: rpms/libapreq2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYs4l021160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libapreq2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libapreq2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:34:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:34:53 -0700 Subject: rpms/libassuan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272034.k7RKYts7021179@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libassuan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libassuan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:08 -0700 Subject: rpms/libcmml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZApj021278@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcmml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcmml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:22 -0700 Subject: rpms/libedit/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZOUi021392@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libedit/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:29 -0700 Subject: rpms/libevent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZV1N021427@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libevent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libevent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:34 -0700 Subject: rpms/libeXosip2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZast021469@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libeXosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libeXosip2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:53 -0700 Subject: rpms/libglademm24/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZtqw021578@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libglademm24/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:55 -0700 Subject: rpms/libgnomemm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZvex021585@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomemm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:01 -0700 Subject: rpms/libgnomeuimm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa36S021616@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomeuimm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:00 -0700 Subject: rpms/libcddb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ2Lx021235@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcddb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:00 -0700 Subject: rpms/libcdio/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ2Lt021238@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libcdio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libcdio/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:13 -0700 Subject: rpms/libconfuse/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZFpZ021327@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libconfuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libconfuse/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:14 -0700 Subject: rpms/libdap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZGdS021337@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:15 -0700 Subject: rpms/libdnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZHkp021340@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:07 -0700 Subject: rpms/libchmxx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZ9oY021275@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libchmxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libchmxx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:15 -0700 Subject: rpms/libdsk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZHwT021346@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libdsk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libdsk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:21 -0700 Subject: rpms/libebml/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZNZV021389@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libebml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libebml/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:22 -0700 Subject: rpms/libesmtp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZOen021395@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libesmtp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libesmtp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:28 -0700 Subject: rpms/libetpan/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZU29021424@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libetpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libetpan/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:35 -0700 Subject: rpms/libfwbuilder/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZbBU021473@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libfwbuilder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libfwbuilder/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:46 -0700 Subject: rpms/libgalago/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZm7Q021517@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgalago/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:35 -0700 Subject: rpms/libfac/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZbmc021472@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libfac/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:47 -0700 Subject: rpms/libgda/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZnTE021520@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgda/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:48 -0700 Subject: rpms/libgdamm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZoOL021523@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgdamm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgdamm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:54 -0700 Subject: rpms/libgnomecanvasmm26/devel needs.rebuild,NONE,1.1 Message-ID: <200608272035.k7RKZuBa021581@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomecanvasmm26/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:02 -0700 Subject: rpms/libhugetlbfs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa4jl021619@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libhugetlbfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libhugetlbfs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:35:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:35:55 -0700 Subject: rpms/libgnomedb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKZvLv021584@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libgnomedb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:09 -0700 Subject: rpms/libifp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaB63021667@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libifp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libifp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:08 -0700 Subject: rpms/libid3tag/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaA0e021664@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libid3tag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libid3tag/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:14 -0700 Subject: rpms/libipoddevice/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaGOw021709@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libipoddevice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libipoddevice/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:15 -0700 Subject: rpms/libkexif/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaHj4021712@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libkexif/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:15 -0700 Subject: rpms/libkipi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaHQm021715@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libkipi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:21 -0700 Subject: rpms/libksba/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaNUr021760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libksba/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:07 -0700 Subject: rpms/libibverbs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKa91p021661@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libibverbs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libibverbs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:22 -0700 Subject: rpms/liblo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaOIX021763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liblo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liblo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:23 -0700 Subject: rpms/liblrdf/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaPfp021765@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liblrdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liblrdf/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:28 -0700 Subject: rpms/libmal/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaUeE021841@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmal/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:29 -0700 Subject: rpms/libmatchbox/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaVRw021857@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmatchbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmatchbox/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:34 -0700 Subject: rpms/libnet10/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaaLg021968@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnet10/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:36 -0700 Subject: rpms/libnfnetlink/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKacDY021985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnfnetlink/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnfnetlink/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:32 -0700 Subject: rpms/libmpcdec/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaYd4021916@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmpcdec/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:33 -0700 Subject: rpms/libnasl/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaZ3A021944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnasl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnasl/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:30 -0700 Subject: rpms/libmatroska/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaWPP021874@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmatroska/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmatroska/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:35 -0700 Subject: rpms/libnet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKabEr021975@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:30 -0700 Subject: rpms/libmcrypt/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaWEA021888@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmcrypt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmcrypt/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:35 -0700 Subject: rpms/libnetfilter_conntrack/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKab1b021980@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnetfilter_conntrack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnetfilter_conntrack/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:31 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:31 -0700 Subject: rpms/libmodplug/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaXxF021902@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmodplug/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:33 -0700 Subject: rpms/libnc-dap/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaawO021958@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnc-dap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnc-dap/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:47 -0700 Subject: rpms/libnjb/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKangT022024@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libnjb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libnjb/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:32 -0700 Subject: rpms/libmthca/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKaYib021930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmthca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libmthca/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:47 -0700 Subject: rpms/liboggz/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKanQS022027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liboggz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liboggz/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:53 -0700 Subject: rpms/liboil/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKatep022056@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liboil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liboil/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:54 -0700 Subject: rpms/libol/devel needs.rebuild,NONE,1.1 Message-ID: <200608272036.k7RKauhw022059@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libol/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:36:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:36:59 -0700 Subject: rpms/libopensync/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb15V022101@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:00 -0700 Subject: rpms/libopensync-plugin-evolution2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb20O022104@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-evolution2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-evolution2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:01 -0700 Subject: rpms/libopensync-plugin-file/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb3Tq022105@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-file/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-file/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:07 -0700 Subject: rpms/libopensync-plugin-irmc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb9YO022160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-irmc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-irmc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:14 -0700 Subject: rpms/libopensync-plugin-python/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbG9F022226@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-python/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:06 -0700 Subject: rpms/libopensync-plugin-gpe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKb8fL022157@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-gpe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-gpe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:13 -0700 Subject: rpms/libopensync-plugin-kdepim/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbFcx022222@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-kdepim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-kdepim/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:20 -0700 Subject: rpms/libosip2/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbM34022260@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libosip2/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:20 -0700 Subject: rpms/libopts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbMO7022257@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:27 -0700 Subject: rpms/libpng10/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbTiU022319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpng10/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:13 -0700 Subject: rpms/libopensync-plugin-palm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbFx0022225@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libopensync-plugin-palm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libopensync-plugin-palm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:26 -0700 Subject: rpms/libosip/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbSN5022315@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libosip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libosip/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:28 -0700 Subject: rpms/libpolyxmass/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbUuq022322@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpolyxmass/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpolyxmass/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:27 -0700 Subject: rpms/libotr/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbTsQ022318@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libotr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libotr/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:34 -0700 Subject: rpms/libpqxx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKba2E022379@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libpqxx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libpqxx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:39 -0700 Subject: rpms/libsexymm/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbfYg022491@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsexymm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsexymm/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:39 -0700 Subject: rpms/libshout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbfCu022498@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libshout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libshout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:40 -0700 Subject: rpms/libsidplay/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbgej022503@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsidplay/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:36 -0700 Subject: rpms/librx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbcGI022435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/librx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/librx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:37 -0700 Subject: rpms/libsamplerate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbdof022465@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsamplerate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:38 -0700 Subject: rpms/libsexy/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbeL4022479@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsexy/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:34 -0700 Subject: rpms/libqalculate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbal6022393@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libqalculate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libqalculate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:41 -0700 Subject: rpms/libsigc++20/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbhpc022506@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigc++20/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:37 -0700 Subject: rpms/libsafe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbd0i022449@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsafe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsafe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:48 -0700 Subject: rpms/libspectrum/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKboRB022582@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libspectrum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libspectrum/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:35 -0700 Subject: rpms/libresample/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbbEV022407@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libresample/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:36 -0700 Subject: rpms/librsync/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbcOU022421@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/librsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/librsync/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:46 -0700 Subject: rpms/libsigc++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbmsK022566@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigc++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:47 -0700 Subject: rpms/libsigsegv/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbn8p022574@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsigsegv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsigsegv/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:48 -0700 Subject: rpms/libsndfile/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKboNS022579@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsndfile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsndfile/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:54 -0700 Subject: rpms/libstatgrab/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbuM8022624@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libstatgrab/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libstatgrab/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:55 -0700 Subject: rpms/libsvg-cairo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKbvTc022627@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsvg-cairo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsvg-cairo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:37:55 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:37:55 -0700 Subject: rpms/libsvg/devel needs.rebuild,NONE,1.1 Message-ID: <200608272037.k7RKbvjJ022628@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsvg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsvg/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:01 -0700 Subject: rpms/libsx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc3o2022681@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:03 -0700 Subject: rpms/libtar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc5XO022694@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:02 -0700 Subject: rpms/libsynaptics/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc4ff022688@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libsynaptics/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:02 -0700 Subject: rpms/libtabe/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKc4Vp022691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtabe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtabe/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:09 -0700 Subject: rpms/libtasn1/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcBA2022749@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtasn1/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:15 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:15 -0700 Subject: rpms/libxfce4mcs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcH5r022882@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfce4mcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfce4mcs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:10 -0700 Subject: rpms/libtomoe-gtk/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcC1q022777@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtomoe-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtomoe-gtk/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:11 -0700 Subject: rpms/libtorrent/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcDHM022791@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtorrent/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:16 -0700 Subject: rpms/libxfce4util/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcIIk022887@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfce4util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfce4util/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:11 -0700 Subject: rpms/libtranslate/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcDuZ022805@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtranslate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtranslate/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:12 -0700 Subject: rpms/libtunepimp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcEAV022819@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtunepimp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:12 -0700 Subject: rpms/libuninameslist/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcENE022833@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libuninameslist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libuninameslist/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:13 -0700 Subject: rpms/libupnp/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcFt6022847@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libupnp/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:14 -0700 Subject: rpms/libvisual-plugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcGXR022873@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libvisual-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libvisual-plugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:16 -0700 Subject: rpms/libxfcegui4/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcILd022892@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxfcegui4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxfcegui4/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:22 -0700 Subject: rpms/libxml++/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcOCn022929@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libxml++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libxml++/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:14 -0700 Subject: rpms/libvisual/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcGYB022861@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libvisual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libvisual/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:09 -0700 Subject: rpms/libtlen/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcBkx022763@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/libtlen/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:23 -0700 Subject: rpms/licq/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcP3f022932@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/licq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/licq/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:28 -0700 Subject: rpms/liferea/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcURS022963@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/liferea/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:35 -0700 Subject: rpms/lighttpd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcbtw023020@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lighttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lighttpd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:29 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:29 -0700 Subject: rpms/lightning/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcVo6022966@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lightning/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lightning/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:35 -0700 Subject: rpms/lilypond/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcbau023025@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lilypond/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lilypond/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:36 -0700 Subject: rpms/lilypond-doc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcc1Z023028@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lilypond-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lilypond-doc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:42 -0700 Subject: rpms/lincvs/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKciQm023060@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lincvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lincvs/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:37 -0700 Subject: rpms/lincity-ng/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcdSU023031@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lincity-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lincity-ng/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:43 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:43 -0700 Subject: rpms/lineakd/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcjF6023063@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineakd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineakd/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:52 -0700 Subject: rpms/linphone/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcsBW023153@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linphone/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:50 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:50 -0700 Subject: rpms/lineak-xosdplugin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcq7A023144@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-xosdplugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-xosdplugin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:51 -0700 Subject: rpms/link-grammar/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcr0K023152@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/link-grammar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/link-grammar/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:58 -0700 Subject: rpms/linux-libertine-fonts/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd0J7023208@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linux-libertine-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linux-libertine-fonts/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:49 -0700 Subject: rpms/lineak-defaultplugin/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcpAh023108@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-defaultplugin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-defaultplugin/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:49 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:49 -0700 Subject: rpms/lineak-kdeplugins/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKcpVC023125@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lineak-kdeplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lineak-kdeplugins/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:51 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:51 -0700 Subject: rpms/linkchecker/devel needs.rebuild,NONE,1.1 Message-ID: <200608272038.k7RKcrIN023149@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linkchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linkchecker/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:38:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:38:58 -0700 Subject: rpms/linux_logo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd0Sq023212@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/linux_logo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:05 -0700 Subject: rpms/lmarbles/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd7Dp023299@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lmarbles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lmarbles/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:06 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:06 -0700 Subject: rpms/lock-keys-applet/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd8aG023319@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lock-keys-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lock-keys-applet/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:07 -0700 Subject: rpms/logjam/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd9Yw023329@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/logjam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/logjam/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:07 -0700 Subject: rpms/loudmouth/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd9rZ023332@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/loudmouth/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:08 -0700 Subject: rpms/lout/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdAMt023335@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lout/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:04 -0700 Subject: rpms/lirc/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKd64F023279@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lirc/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:14 -0700 Subject: rpms/lrmi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdGJ9023364@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lrmi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lrmi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:14 -0700 Subject: rpms/lsscsi/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdGMa023367@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lsscsi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lsscsi/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:21 -0700 Subject: rpms/lua/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdNu8023435@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lua/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lua/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:21 -0700 Subject: rpms/lucidlife/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdNiR023442@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lucidlife/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lucidlife/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:22 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:22 -0700 Subject: rpms/lyx/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdOAP023445@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lyx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lyx/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:23 -0700 Subject: rpms/lzo/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdPb8023448@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lzo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/lzo/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 20:39:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 13:39:20 -0700 Subject: rpms/ltsp-utils/devel needs.rebuild,NONE,1.1 Message-ID: <200608272039.k7RKdMBk023425@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ltsp-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7713/ltsp-utils/devel Added Files: needs.rebuild Log Message: http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Sun Aug 27 21:10:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Sun, 27 Aug 2006 14:10:45 -0700 Subject: owners owners.list,1.1455,1.1456 Message-ID: <200608272110.k7RLAlBN009398@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9288 Modified Files: owners.list Log Message: kxdocker *is* orphaned Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1455 retrieving revision 1.1456 diff -u -r1.1455 -r1.1456 --- owners.list 27 Aug 2006 11:30:54 -0000 1.1455 +++ owners.list 27 Aug 2006 21:10:44 -0000 1.1456 @@ -721,8 +721,8 @@ Fedora Extras|ksynaptics|KDE configuration for synaptics module|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|ktorrent|KTorrent is a BitTorrent program for KDE|wolters.liste at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|ktrack|Satellite prediction software for KDE|dennis at ausil.us|extras-qa at fedoraproject.org| -Fedora Extras|kxdocker|A Mac OSX style docker|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|kxdocker-resources|Plugins, Sounds, and Themes for kxdocker|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kxdocker|A Mac OSX style docker|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| +Fedora Extras|kxdocker-resources|Plugins, Sounds, and Themes for kxdocker|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|kyum|Graphical User Frontend (GUI) for yum|Jochen at herr-schmitt.de|extras-qa at fedoraproject.org| Fedora Extras|l2tpd|Layer 2 Tunnelling Protocol Daemon (RFC 2661)|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|lablgl|LablGL is an OpenGL interface for Objective Caml|gemi at bluewin.ch|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 21:34:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:34:24 -0700 Subject: rpms/dumpasn1/devel dumpasn1.spec, 1.3, 1.4 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608272134.k7RLYQlq013728@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dumpasn1/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13709 Modified Files: dumpasn1.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 22 2006 Ville Skytt?? - 20060622-1 - Update to 20060622. Index: dumpasn1.spec =================================================================== RCS file: /cvs/extras/rpms/dumpasn1/devel/dumpasn1.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dumpasn1.spec 16 Feb 2006 07:06:29 -0000 1.3 +++ dumpasn1.spec 27 Aug 2006 21:34:24 -0000 1.4 @@ -1,6 +1,6 @@ Name: dumpasn1 -Version: 20050404 -Release: 2%{?dist} +Version: 20060622 +Release: 1%{?dist} Summary: ASN.1 object dump utility Group: Development/Tools @@ -51,6 +51,9 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 20060622-1 +- Update to 20060622. + * Thu Feb 16 2006 Ville Skytt?? - 20050404-2 - Rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/dumpasn1/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 15 Aug 2005 20:30:48 -0000 1.3 +++ sources 27 Aug 2006 21:34:24 -0000 1.4 @@ -1,3 +1,3 @@ 4d3bff6213cc455af94846a0485ca743 dumpasn1_20030222-1.diff.gz -faba9cbad80fcc97ae566f97c2c85272 dumpasn1.c -fffe09ac2fad6161b62a69b98f51e7d1 dumpasn1.cfg +0855c6f21a9e2c7f984b1e48ce9c1f58 dumpasn1.c +ffb5d3c3f7b5216149dcc7bbf462408c dumpasn1.cfg --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 21:42:49 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 14:42:49 -0700 Subject: rpms/emacs-common-muse/devel .cvsignore, 1.3, 1.4 emacs-common-muse.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200608272142.k7RLgpNw013897@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13859 Modified Files: .cvsignore emacs-common-muse.spec sources Log Message: Update to 3.02.92 (3.03 RC2). New source file, and updated spec file. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 8 Jun 2006 18:24:03 -0000 1.3 +++ .cvsignore 27 Aug 2006 21:42:49 -0000 1.4 @@ -1 +1 @@ -muse-latest.tar.gz +muse-3.02.92.tar.gz Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- emacs-common-muse.spec 8 Jun 2006 22:12:30 -0000 1.6 +++ emacs-common-muse.spec 27 Aug 2006 21:42:49 -0000 1.7 @@ -10,14 +10,14 @@ %endif Name: emacs-common-muse -Version: 3.02.91 -Release: 4%{?dist} +Version: 3.02.92 +Release: 1%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL URL: http://www.mwolson.org/projects/MuseMode.html BuildArch: noarch -Source0: http://www.mwolson.org/static/dist/muse-latest.tar.gz +Source0: http://download.gna.org/muse-el/%{pkg}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs >= %{emacs_ver}, texinfo Requires: /sbin/install-info @@ -174,6 +174,9 @@ %endif %changelog +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 +- Update to 3.02.92 (3.03 RC2) + * Thu Jun 8 2006 Jonathan G. Underwood - 3.02.91-4 - Package experimental and contrib files - Ensure all doc files are non-executable Index: sources =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 8 Jun 2006 18:24:03 -0000 1.3 +++ sources 27 Aug 2006 21:42:49 -0000 1.4 @@ -1 +1 @@ -15af73a899cdadacbfe9d0dece99a007 muse-latest.tar.gz +addae650b66f6c12b512e80df7354ae2 muse-3.02.92.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 21:44:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:44:36 -0700 Subject: rpms/perl-PAR-Dist/FC-5 .cvsignore, 1.8, 1.9 perl-PAR-Dist.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608272144.k7RLic77014012@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13975/FC-5 Modified Files: .cvsignore perl-PAR-Dist.spec sources Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.18-1 - 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 08:27:49 -0000 1.8 +++ .cvsignore 27 Aug 2006 21:44:35 -0000 1.9 @@ -1 +1 @@ -PAR-Dist-0.16.tar.gz +PAR-Dist-0.18.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/perl-PAR-Dist.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-PAR-Dist.spec 15 Aug 2006 08:27:49 -0000 1.12 +++ perl-PAR-Dist.spec 27 Aug 2006 21:44:35 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.16 +Version: 0.18 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.18-1 +- 0.18. + * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 08:27:49 -0000 1.8 +++ sources 27 Aug 2006 21:44:35 -0000 1.9 @@ -1 +1 @@ -d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz +6172d4bb90965f83ae0255a88cd467ca PAR-Dist-0.18.tar.gz From fedora-extras-commits at redhat.com Sun Aug 27 21:44:36 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 14:44:36 -0700 Subject: rpms/perl-PAR-Dist/devel .cvsignore, 1.8, 1.9 perl-PAR-Dist.spec, 1.12, 1.13 sources, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608272144.k7RLicbA014018@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-PAR-Dist/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13975/devel Modified Files: .cvsignore perl-PAR-Dist.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.18-1 - 0.18. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 08:27:50 -0000 1.8 +++ .cvsignore 27 Aug 2006 21:44:36 -0000 1.9 @@ -1 +1 @@ -PAR-Dist-0.16.tar.gz +PAR-Dist-0.18.tar.gz Index: perl-PAR-Dist.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/perl-PAR-Dist.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-PAR-Dist.spec 15 Aug 2006 08:27:50 -0000 1.12 +++ perl-PAR-Dist.spec 27 Aug 2006 21:44:36 -0000 1.13 @@ -1,5 +1,5 @@ Name: perl-PAR-Dist -Version: 0.16 +Version: 0.18 Release: 1%{?dist} Summary: Toolkit for creating and manipulating Perl PAR distributions @@ -50,6 +50,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.18-1 +- 0.18. + * Tue Aug 15 2006 Ville Skytt?? - 0.16-1 - 0.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-PAR-Dist/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 08:27:50 -0000 1.8 +++ sources 27 Aug 2006 21:44:36 -0000 1.9 @@ -1 +1 @@ -d31eabf04976bfad21128c71ed798029 PAR-Dist-0.16.tar.gz +6172d4bb90965f83ae0255a88cd467ca PAR-Dist-0.18.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 21:57:13 2006 From: fedora-extras-commits at redhat.com (Karsten Hopp (karsten)) Date: Sun, 27 Aug 2006 14:57:13 -0700 Subject: rpms/x3270/devel x3270.spec,1.24,1.25 needs.rebuild,1.1,NONE Message-ID: <200608272157.k7RLvFj6014389@cvs-int.fedora.redhat.com> Author: karsten Update of /cvs/extras/rpms/x3270/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14372 Modified Files: x3270.spec Removed Files: needs.rebuild Log Message: rebuild Index: x3270.spec =================================================================== RCS file: /cvs/extras/rpms/x3270/devel/x3270.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- x3270.spec 15 Aug 2006 09:08:41 -0000 1.24 +++ x3270.spec 27 Aug 2006 21:57:13 -0000 1.25 @@ -5,7 +5,7 @@ Summary: An X Window System based IBM 3278/3279 terminal emulator Name: x3270 Version: 3.3.4p7 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Group: Applications/Internet URL: http://www.geocities.com/SiliconValley/Peaks/7814 @@ -193,6 +193,9 @@ %{_mandir}/man1/c3270* %changelog +* Sun Aug 27 2006 Karsten Hopp 3.3.4p7-5 +- rebuild + * Tue Aug 15 2006 Karsten Hopp 3.3.4p7-4 - fix requirements of -X11 subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:11:44 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:11:44 -0700 Subject: rpms/torque/devel torque.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608272211.k7RMBkvi017173@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/torque/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17156 Modified Files: torque.spec Removed Files: needs.rebuild Log Message: * Sun Aug 27 2006 Garrick Staples 2.1.2-3 - FC6 mass rebuild Index: torque.spec =================================================================== RCS file: /cvs/extras/rpms/torque/devel/torque.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- torque.spec 3 Aug 2006 05:39:37 -0000 1.11 +++ torque.spec 27 Aug 2006 22:11:44 -0000 1.12 @@ -3,7 +3,7 @@ %define name torque %define version 2.1.2 #%%define snap 200604251602 -%define release 2 +%define release 3 # The following options are supported: # --with server_name=hostname @@ -98,7 +98,7 @@ URL: http://www.clusterresources.com/products/torque/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: pbs -BuildRequires: desktop-file-utils, pam-devel +BuildRequires: desktop-file-utils, pam-devel, xauth Conflicts: pbspro, openpbs, openpbs-oscar Obsoletes: torque-localhost @@ -403,6 +403,9 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 2.1.2-3 +- FC6 mass rebuild + * Wed Aug 2 2006 Garrick Staples 2.1.2-2 - fix incorrect _pam_getpwnam_r usage in pam module --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:23:37 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:23:37 -0700 Subject: rpms/perl-Curses/devel .cvsignore, 1.2, 1.3 perl-Curses.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608272223.k7RMNd7g017347@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-Curses/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17326 Modified Files: .cvsignore perl-Curses.spec sources Log Message: * Sun Aug 27 2006 Garrick Staples 1.14-1 - bump to 1.14 - FC6 mass rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Apr 2006 19:17:55 -0000 1.2 +++ .cvsignore 27 Aug 2006 22:23:37 -0000 1.3 @@ -1 +1 @@ -Curses-1.13.tgz +Curses-1.14.tgz Index: perl-Curses.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/perl-Curses.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Curses.spec 23 Apr 2006 19:17:55 -0000 1.1 +++ perl-Curses.spec 27 Aug 2006 22:23:37 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-Curses -Version: 1.13 -Release: 3%{?dist} +Version: 1.14 +Release: 1%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries @@ -21,7 +21,6 @@ %setup -q -n Curses-%{version} sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo* - %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \ PANELS MENUS FORMS @@ -66,6 +65,10 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 1.14-1 +- bump to 1.14 +- FC6 mass rebuild + * Fri Apr 21 2006 Garrick Staples 1.13-3 - add a note about the falsely alarming warning - don't remove execute bit from demos Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Apr 2006 19:17:55 -0000 1.2 +++ sources 27 Aug 2006 22:23:37 -0000 1.3 @@ -1 +1 @@ -33f6a17f9ece7efda2dde3431e1540f6 Curses-1.13.tgz +d446947a39025e1a61512fd99ff8ff25 Curses-1.14.tgz From fedora-extras-commits at redhat.com Sun Aug 27 22:29:54 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:29:54 -0700 Subject: rpms/perl-Curses/devel perl-Curses.spec,1.2,1.3 Message-ID: <200608272229.k7RMTuTo017434@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-Curses/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17417 Modified Files: perl-Curses.spec Log Message: * Sun Aug 27 2006 Garrick Staples 1.14-2 - rebuild Index: perl-Curses.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Curses/devel/perl-Curses.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Curses.spec 27 Aug 2006 22:23:37 -0000 1.2 +++ perl-Curses.spec 27 Aug 2006 22:29:53 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Curses Version: 1.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries @@ -65,6 +65,9 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 1.14-2 +- rebuild + * Sun Aug 27 2006 Garrick Staples 1.14-1 - bump to 1.14 - FC6 mass rebuild From fedora-extras-commits at redhat.com Sun Aug 27 22:31:06 2006 From: fedora-extras-commits at redhat.com (Garrick Staples (garrick)) Date: Sun, 27 Aug 2006 15:31:06 -0700 Subject: rpms/perl-PBS/devel perl-PBS.spec,1.1,1.2 Message-ID: <200608272231.k7RMV99R017512@cvs-int.fedora.redhat.com> Author: garrick Update of /cvs/extras/rpms/perl-PBS/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17495 Modified Files: perl-PBS.spec Log Message: * Sun Aug 27 2006 Garrick Staples 0.31-2 - FC6 mass rebuild Index: perl-PBS.spec =================================================================== RCS file: /cvs/extras/rpms/perl-PBS/devel/perl-PBS.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-PBS.spec 25 Apr 2006 20:54:34 -0000 1.1 +++ perl-PBS.spec 27 Aug 2006 22:31:06 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-PBS Version: 0.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl binding for the Portable Batch System client library Group: Development/Libraries @@ -76,5 +76,8 @@ %changelog +* Sun Aug 27 2006 Garrick Staples 0.31-2 +- FC6 mass rebuild + * Wed Apr 19 2006 Garrick Staples 0.31-1 - Initial spec file From fedora-extras-commits at redhat.com Sun Aug 27 22:41:05 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:41:05 -0700 Subject: rpms/scribes/devel scribes.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608272241.k7RMf7iY017586@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/scribes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17569 Modified Files: scribes.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: scribes.spec =================================================================== RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scribes.spec 23 Aug 2006 05:21:17 -0000 1.6 +++ scribes.spec 27 Aug 2006 22:41:05 -0000 1.7 @@ -4,7 +4,7 @@ Name: scribes Version: 0.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A sleek, simple, and powerful text editor for the GNOME desktop Group: Applications/Editors License: GPL @@ -123,6 +123,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 0.2.5-5 +- Mass FC6 rebuild + * Tue Aug 22 2006 Peter Gordon - 0.2.5-4 - Rename patches (add "%%{name}-" prefixes) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:46:29 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:46:29 -0700 Subject: rpms/openbox/devel openbox.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608272246.k7RMkVvQ017660@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/openbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17643 Modified Files: openbox.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: openbox.spec =================================================================== RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbox.spec 27 Aug 2006 01:53:18 -0000 1.13 +++ openbox.spec 27 Aug 2006 22:46:29 -0000 1.14 @@ -1,6 +1,6 @@ Name: openbox Version: 3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -104,6 +104,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 3.3-3 +- Mass FC6 rebuild + * Sat Aug 26 2006 Peter Gordon - 3.3-2 - Bump release to fix sources tagging issue --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:50:01 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:50:01 -0700 Subject: rpms/obconf/devel obconf.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608272250.k7RMo3MU017734@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/obconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17717 Modified Files: obconf.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: obconf.spec =================================================================== RCS file: /cvs/extras/rpms/obconf/devel/obconf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- obconf.spec 14 Jul 2006 01:50:42 -0000 1.2 +++ obconf.spec 27 Aug 2006 22:50:01 -0000 1.3 @@ -1,6 +1,6 @@ Name: obconf Version: 1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A graphical configuration editor for the Openbox window manager Group: User Interface/X @@ -52,6 +52,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 1.6-3 +- Mass FC6 rebuild + * Thu Jul 13 2006 Peter Gordon - 1.6-2 - Add BR: libSM-devel to fix build issue. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:51:56 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:51:56 -0700 Subject: rpms/lucidlife/devel lucidlife.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608272251.k7RMpw51017807@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/lucidlife/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17790 Modified Files: lucidlife.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: lucidlife.spec =================================================================== RCS file: /cvs/extras/rpms/lucidlife/devel/lucidlife.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lucidlife.spec 22 Jul 2006 19:20:44 -0000 1.12 +++ lucidlife.spec 27 Aug 2006 22:51:56 -0000 1.13 @@ -1,6 +1,6 @@ Name: lucidlife Version: 0.9 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A Conway's Life simulator Group: Amusements/Games @@ -62,6 +62,9 @@ %changelog +* Sun Aug 27 2006 Peter Gordon - 0.9-11 +- Mass FC6 rebuild + * Sat Jul 22 2006 Peter Gordon - 0.9-10 - Add gettext as a build requirement to fix reduced mock build NLS issues. Thanks again, Matt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:55:36 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 15:55:36 -0700 Subject: rpms/glabels/devel glabels.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608272255.k7RMtcC8017880@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17863 Modified Files: glabels.spec Removed Files: needs.rebuild Log Message: Rebuilding for new FC6 stuff Index: glabels.spec =================================================================== RCS file: /cvs/extras/rpms/glabels/devel/glabels.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- glabels.spec 6 Jul 2006 01:18:38 -0000 1.6 +++ glabels.spec 27 Aug 2006 22:55:35 -0000 1.7 @@ -1,6 +1,6 @@ Name: glabels Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A program for creating labels and business cards for GNOME Group: Applications/Publishing @@ -100,6 +100,9 @@ %exclude %{_libdir}/libglabels.la %changelog +* Sun Aug 27 2006 Peter Gordon - 2.0.4-4 +- Mass FC6 rebuild + * Wed Jul 05 2006 Peter Gordon - 2.0.4-3 - Add BuildRequires: gettext (#197633) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 22:58:45 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 15:58:45 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.7,1.8 Message-ID: <200608272258.k7RMwlOZ017945@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17928 Modified Files: emacs-common-muse.spec Log Message: Fix erroneous setup in spec. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- emacs-common-muse.spec 27 Aug 2006 21:42:49 -0000 1.7 +++ emacs-common-muse.spec 27 Aug 2006 22:58:45 -0000 1.8 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -80,7 +80,7 @@ %endif %prep -%setup -q -n %{pkg} +%setup -q %build #Note that %{_smp_mflags} causes make to hang sometimes here. @@ -174,6 +174,9 @@ %endif %changelog +* Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 +- Fix erroneous setup directory (remove -n) + * Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-1 - Update to 3.02.92 (3.03 RC2) From fedora-extras-commits at redhat.com Sun Aug 27 23:07:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 16:07:40 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.8,1.9 Message-ID: <200608272307.k7RN7gam020732@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20707 Modified Files: emacs-common-muse.spec Log Message: Actually correctly fix the build directory name. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- emacs-common-muse.spec 27 Aug 2006 22:58:45 -0000 1.8 +++ emacs-common-muse.spec 27 Aug 2006 23:07:39 -0000 1.9 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -80,7 +80,7 @@ %endif %prep -%setup -q +%setup -q -n %{pkg}-%{version} %build #Note that %{_smp_mflags} causes make to hang sometimes here. From fedora-extras-commits at redhat.com Sun Aug 27 23:10:04 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 16:10:04 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.9,1.10 Message-ID: <200608272310.k7RNA6YC020836@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20819 Modified Files: emacs-common-muse.spec Log Message: Bump release. Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- emacs-common-muse.spec 27 Aug 2006 23:07:39 -0000 1.9 +++ emacs-common-muse.spec 27 Aug 2006 23:10:04 -0000 1.10 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL From fedora-extras-commits at redhat.com Sun Aug 27 23:11:27 2006 From: fedora-extras-commits at redhat.com (Peter Gordon (pgordon)) Date: Sun, 27 Aug 2006 16:11:27 -0700 Subject: rpms/glabels/devel glabels.spec,1.7,1.8 Message-ID: <200608272311.k7RNBTPv020907@cvs-int.fedora.redhat.com> Author: pgordon Update of /cvs/extras/rpms/glabels/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20890 Modified Files: glabels.spec Log Message: Add perl(XML::Parser) build requirement Index: glabels.spec =================================================================== RCS file: /cvs/extras/rpms/glabels/devel/glabels.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glabels.spec 27 Aug 2006 22:55:35 -0000 1.7 +++ glabels.spec 27 Aug 2006 23:11:27 -0000 1.8 @@ -1,6 +1,6 @@ Name: glabels Version: 2.0.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A program for creating labels and business cards for GNOME Group: Applications/Publishing @@ -13,6 +13,7 @@ BuildRequires: libgnomeprintui22-devel BuildRequires: desktop-file-utils, scrollkeeper BuildRequires: gettext +BuildRequires: perl(XML::Parser) Requires(post): /sbin/ldconfig Requires(post): scrollkeeper @@ -100,6 +101,9 @@ %exclude %{_libdir}/libglabels.la %changelog +* Sun Aug 27 2006 Peter Gordon - 2.0.5-5 +- Add BR: perl(XML::Parser) + * Sun Aug 27 2006 Peter Gordon - 2.0.4-4 - Mass FC6 rebuild From fedora-extras-commits at redhat.com Sun Aug 27 23:15:24 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:15:24 -0700 Subject: owners owners.list,1.1456,1.1457 Message-ID: <200608272315.k7RNFQ5b020992@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20975 Modified Files: owners.list Log Message: taking ownership of gtkglarea2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1456 retrieving revision 1.1457 diff -u -r1.1456 -r1.1457 --- owners.list 27 Aug 2006 21:10:44 -0000 1.1456 +++ owners.list 27 Aug 2006 23:15:24 -0000 1.1457 @@ -550,7 +550,7 @@ Fedora Extras|gtk2hs|A Haskell binding of Gtk+|petersen at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|GtkAda|An Ada95 graphical toolkit based on Gtk+|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkdatabox|GTK+ widget for fast data display|work.eric at gmail.com|extras-qa at fedoraproject.org| -Fedora Extras|gtkglarea2|An OpenGL GTK widget|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org|rc040203 at freenet.de +Fedora Extras|gtkglarea2|An OpenGL GTK widget|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|gtkglext|OpenGL Extension to GTK|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|gtkglextmm|C++ binding for gtkglext|gilles.gagniard at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|gtkhtml36|GtkHTML 3.6 Compatibility Library|mpeters at mac.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Sun Aug 27 23:18:03 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:18:03 -0700 Subject: rpms/abcm2ps/devel abcm2ps.spec,1.24,1.25 Message-ID: <200608272318.k7RNI62t021031@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21014 Modified Files: abcm2ps.spec Log Message: Rebuild for FE6 Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- abcm2ps.spec 26 Jun 2006 17:06:15 -0000 1.24 +++ abcm2ps.spec 27 Aug 2006 23:18:03 -0000 1.25 @@ -1,6 +1,6 @@ Name: abcm2ps Version: 5.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 +- Rebuild for FE6 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 From fedora-extras-commits at redhat.com Sun Aug 27 23:21:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:21:13 -0700 Subject: rpms/abcMIDI/devel abcMIDI.spec,1.5,1.6 Message-ID: <200608272321.k7RNLF2v021110@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21092 Modified Files: abcMIDI.spec Log Message: Rebuild for FE6 Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 +++ abcMIDI.spec 27 Aug 2006 23:21:13 -0000 1.6 @@ -1,6 +1,6 @@ Name: abcMIDI Version: 20060805 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 20060805-2 +- Rebuild for FE6 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 From fedora-extras-commits at redhat.com Sun Aug 27 23:23:54 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:23:54 -0700 Subject: rpms/audacity/devel audacity.spec,1.13,1.14 Message-ID: <200608272323.k7RNNu2E021173@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21156 Modified Files: audacity.spec Log Message: Rebuild for FE6 Index: audacity.spec =================================================================== RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- audacity.spec 20 Mar 2006 00:58:52 -0000 1.13 +++ audacity.spec 27 Aug 2006 23:23:54 -0000 1.14 @@ -1,6 +1,6 @@ Name: audacity Version: 1.2.4 -Release: 0.1.b%{?dist} +Release: 0.2.b%{?dist} Summary: A multitrack audio editor Group: Applications/Multimedia @@ -111,6 +111,9 @@ %doc %{_datadir}/doc/* %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.2.4-0.2.b +- Rebuild for FE6 + * Fri Mar 17 2006 Michael Schwendt - 1.2.4-0.1.b - Update to 1.2.4b (stable release). - Follow upstream recommendation and use the GTK+ 1.x wxGTK. From fedora-extras-commits at redhat.com Sun Aug 27 23:24:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:24:55 -0700 Subject: rpms/bigloo/devel bigloo.spec,1.11,1.12 Message-ID: <200608272324.k7RNOv9l021234@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21217 Modified Files: bigloo.spec Log Message: Rebuild for FE6 Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bigloo.spec 22 Jun 2006 13:52:21 -0000 1.11 +++ bigloo.spec 27 Aug 2006 23:24:55 -0000 1.12 @@ -2,7 +2,7 @@ Name: bigloo Version: 2.8b -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages @@ -202,6 +202,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 +- Rebuild for FE6 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b From fedora-extras-commits at redhat.com Sun Aug 27 23:26:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:26:06 -0700 Subject: rpms/clisp/devel clisp.spec,1.16,1.17 Message-ID: <200608272326.k7RNQ8K0021302@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21283 Modified Files: clisp.spec Log Message: Rebuild for FE6 Index: clisp.spec =================================================================== RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- clisp.spec 28 Jul 2006 18:34:56 -0000 1.16 +++ clisp.spec 27 Aug 2006 23:26:05 -0000 1.17 @@ -1,7 +1,7 @@ Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.39 -Release: 3%{?dist} +Release: 4%{?dist} Group: Development/Languages License: GPL @@ -128,6 +128,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.39-4 +- Rebuild for FE6 + * Fri Jul 28 2006 Gerard Milmeister - 2.39-3 - changed url to canonical web page From fedora-extras-commits at redhat.com Sun Aug 27 23:28:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:28:05 -0700 Subject: rpms/TeXmacs/devel needs.rebuild,1.1,NONE Message-ID: <200608272328.k7RNS7bB021424@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21409 Removed Files: needs.rebuild Log Message: Does not build currently against guile 1.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:49:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:49:37 -0700 Subject: rpms/abcm2ps/devel needs.rebuild,1.1,NONE Message-ID: <200608272349.k7RNndDk021506@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21491 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:04 -0700 Subject: rpms/abcMIDI/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNo6G9021532@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21517 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:29 -0700 Subject: rpms/audacity/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNoV3t021558@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21543 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:50:49 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:50:49 -0700 Subject: rpms/bigloo/devel needs.rebuild,1.1,NONE Message-ID: <200608272350.k7RNopEj021586@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21571 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Sun Aug 27 23:51:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 16:51:13 -0700 Subject: rpms/clisp/devel needs.rebuild,1.1,NONE Message-ID: <200608272351.k7RNpFlU021612@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/clisp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21597 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:00:33 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:00:33 -0700 Subject: rpms/compat-erlang/devel compat-erlang.spec,1.2,1.3 Message-ID: <200608280000.k7S00Zcb021725@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21708 Modified Files: compat-erlang.spec Log Message: Rebuild for FE6 Index: compat-erlang.spec =================================================================== RCS file: /cvs/extras/rpms/compat-erlang/devel/compat-erlang.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- compat-erlang.spec 30 Jun 2006 18:13:58 -0000 1.2 +++ compat-erlang.spec 28 Aug 2006 00:00:33 -0000 1.3 @@ -1,6 +1,6 @@ Name: compat-erlang Version: R10B -Release: 10.3%{?dist} +Release: 10.4%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -85,6 +85,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - R10B-10.4 +- Rebuild for FE6 + * Fri Jun 30 2006 Gerard Milmeister - R10B-10.3 - add BR m4 From fedora-extras-commits at redhat.com Mon Aug 28 00:02:29 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:02:29 -0700 Subject: rpms/emacs-common-muse/devel emacs-common-muse.spec,1.10,1.11 Message-ID: <200608280003.k7S033bK024385@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24364 Modified Files: emacs-common-muse.spec Log Message: Fix up %doc section of %files to correctly pick up ChangeLog.[1-3] Index: emacs-common-muse.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-common-muse/devel/emacs-common-muse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- emacs-common-muse.spec 27 Aug 2006 23:10:04 -0000 1.10 +++ emacs-common-muse.spec 28 Aug 2006 00:02:29 -0000 1.11 @@ -11,7 +11,7 @@ Name: emacs-common-muse Version: 3.02.92 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Emacs Muse is an authoring and publishing environment for Emacs Group: Applications/Editors License: GPL @@ -142,7 +142,7 @@ %files %defattr(-,root,root,-) -%doc README NEWS AUTHORS ChangeLog ChangeLog.2004 ChangeLog.2005 examples muse.html contrib/pyblosxom +%doc README NEWS AUTHORS ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 examples muse.html contrib/pyblosxom %doc %{_infodir}/* %files -n emacs-%{pkg} @@ -174,6 +174,9 @@ %endif %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 3.02.92-5 +- Fix up ChangeLog.[1-3] references in doc + * Sun Aug 27 2006 Jonathan G. Underwood - 3.02.92-2 - Fix erroneous setup directory (remove -n) From fedora-extras-commits at redhat.com Mon Aug 28 00:04:49 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:04:49 -0700 Subject: rpms/cook/devel cook.spec,1.12,1.13 Message-ID: <200608280004.k7S04s1U024471@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24454 Modified Files: cook.spec Log Message: Rebuild for FE6 Index: cook.spec =================================================================== RCS file: /cvs/extras/rpms/cook/devel/cook.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cook.spec 17 Feb 2006 20:40:55 -0000 1.12 +++ cook.spec 28 Aug 2006 00:04:49 -0000 1.13 @@ -1,6 +1,6 @@ Name: cook Version: 2.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File construction tool @@ -61,6 +61,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.26-3 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 2.26-2 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 00:05:19 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:05:19 -0700 Subject: rpms/sunifdef/devel sunifdef.spec,1.3,1.4 Message-ID: <200608280005.k7S05Lmq024532@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/sunifdef/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24512 Modified Files: sunifdef.spec Log Message: Bump release to allow for rebuild for FC-6 Index: sunifdef.spec =================================================================== RCS file: /cvs/extras/rpms/sunifdef/devel/sunifdef.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sunifdef.spec 25 Jul 2006 20:29:33 -0000 1.3 +++ sunifdef.spec 28 Aug 2006 00:05:19 -0000 1.4 @@ -1,6 +1,6 @@ Name: sunifdef Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A commandline tool for simplifying the preprocessor conditionals in source code Group: Development/Languages License: BSD @@ -48,6 +48,9 @@ %{_mandir}/man1/sunifdef.1.gz %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 2.1.2-2 +- Bump release for FC-6 mass rebuild + * Tue Jul 25 2006 Jonathan G. Underwood - 2.1.2-1 - Update to version 2.1.2 From fedora-extras-commits at redhat.com Mon Aug 28 00:06:56 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:06:56 -0700 Subject: rpms/curry/devel curry.spec,1.1,1.2 Message-ID: <200608280006.k7S06wr0024608@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24591 Modified Files: curry.spec Log Message: Rebuild for FE6 Index: curry.spec =================================================================== RCS file: /cvs/extras/rpms/curry/devel/curry.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- curry.spec 10 Jun 2006 21:31:29 -0000 1.1 +++ curry.spec 28 Aug 2006 00:06:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: curry Version: 0.9.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: M??nster Curry compiler Group: Development/Languages @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9.10-3 +- Rebuild for FE6 + * Tue Jun 6 2006 Gerard Milmeister - 0.9.10-2 - disable %%{_smp_mflags} - change license to BSD From fedora-extras-commits at redhat.com Mon Aug 28 00:07:58 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:07:58 -0700 Subject: rpms/emacs-vm/devel emacs-vm.spec,1.1,1.2 Message-ID: <200608280008.k7S080hi024688@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24664 Modified Files: emacs-vm.spec Log Message: Bump release to allow for FC-6 rebuild. Index: emacs-vm.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emacs-vm.spec 22 Jun 2006 19:10:04 -0000 1.1 +++ emacs-vm.spec 28 Aug 2006 00:07:58 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Emacs VM mailreader Name: emacs-%{pkg} Version: 7.19 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.wonderworks.com/vm/ Source0: http://www.seanet.com/~kylemonger/vm/%{pkg}-%{version}.tar.gz Patch0: vm-stdlib-patch.diff @@ -103,6 +103,9 @@ %{pkgdir}/*.el %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 7.19-4 +- Bump release for FC-6 mass rebuild + * Tue Jun 20 2006 Jonathan G. Underwood - 7.19-3 - Change group to Applications/Internet - Add release tag to the Requires for the -el package From fedora-extras-commits at redhat.com Mon Aug 28 00:09:53 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:09:53 -0700 Subject: rpms/emacs-auctex/devel emacs-auctex.spec,1.20,1.21 Message-ID: <200608280009.k7S09tGP024771@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24754 Modified Files: emacs-auctex.spec Log Message: Bump release for FC-6 mass rebuild. Index: emacs-auctex.spec =================================================================== RCS file: /cvs/extras/rpms/emacs-auctex/devel/emacs-auctex.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- emacs-auctex.spec 18 Jun 2006 18:06:09 -0000 1.20 +++ emacs-auctex.spec 28 Aug 2006 00:09:53 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Enhanced TeX modes for Emacs Name: emacs-auctex Version: 11.83 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors URL: http://www.gnu.org/software/auctex/ @@ -148,6 +148,9 @@ %{_datadir}/emacs/site-lisp/auctex/style/*.el %changelog +* Mon Aug 28 2006 Jonathan G. Underwood - 11.83-7 +- Bump release for FC-6 mass rebuild + * Sun Jun 18 2006 Jonathan G. Underwood - 11.83-6 - Remove debug patch entry From fedora-extras-commits at redhat.com Mon Aug 28 00:11:17 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:11:17 -0700 Subject: rpms/compface/devel compface.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280011.k7S0BJlK024842@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/compface/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24825 Modified Files: compface.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: compface.spec =================================================================== RCS file: /cvs/extras/rpms/compface/devel/compface.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- compface.spec 4 Aug 2006 22:56:10 -0000 1.13 +++ compface.spec 28 Aug 2006 00:11:17 -0000 1.14 @@ -1,6 +1,6 @@ Name: compface Version: 1.5.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utilities for handling X-Faces Group: Applications/Multimedia @@ -79,6 +79,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Aug 5 2006 Michael Schwendt - 1.5.2-3 - Add licence terms clarification from Debian's patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:12:08 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:12:08 -0700 Subject: rpms/chkrootkit/devel chkrootkit.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280012.k7S0CAgB024914@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24897 Modified Files: chkrootkit.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: chkrootkit.spec =================================================================== RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- chkrootkit.spec 25 Feb 2006 21:51:24 -0000 1.14 +++ chkrootkit.spec 28 Aug 2006 00:12:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: chkrootkit Version: 0.46a -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to locally check for signs of a rootkit Group: Applications/System License: BSD-like @@ -108,6 +108,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Feb 25 2006 Michael Schwendt - 0.46a-2 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:12:53 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:12:53 -0700 Subject: rpms/bchunk/devel bchunk.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280012.k7S0Ctf5024986@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/bchunk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24969 Modified Files: bchunk.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: bchunk.spec =================================================================== RCS file: /cvs/extras/rpms/bchunk/devel/bchunk.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- bchunk.spec 25 Feb 2006 21:56:23 -0000 1.8 +++ bchunk.spec 28 Aug 2006 00:12:53 -0000 1.9 @@ -1,7 +1,7 @@ Summary: CD image format converter from .bin/.cue to .iso/.cdr Name: bchunk Version: 1.2.0 -Release: 3 +Release: 4 URL: http://he.fi/bchunk/ License: GPL Group: Applications/Archiving @@ -40,6 +40,9 @@ %{_mandir}/man1/bchunk.1.gz %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Feb 25 2006 Michael Schwendt - 1.2.0-3 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:13:38 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:13:38 -0700 Subject: rpms/pth/devel pth.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280013.k7S0De3B025057@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/pth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25040 Modified Files: pth.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: pth.spec =================================================================== RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pth.spec 22 May 2006 11:21:03 -0000 1.14 +++ pth.spec 28 Aug 2006 00:13:38 -0000 1.15 @@ -1,7 +1,7 @@ Summary: The GNU Portable Threads library Name: pth Version: 2.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.gnu.org/software/pth/ @@ -74,6 +74,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Mon May 22 2006 Michael Schwendt - 2.0.6-2 - Insert -g into CFLAGS after configure script removes it. - Disable configure check for obsolete sigstack(), which segfaults. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:14:23 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sun, 27 Aug 2006 17:14:23 -0700 Subject: rpms/libsidplay/devel libsidplay.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608280014.k7S0EP0a025128@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25111 Modified Files: libsidplay.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: libsidplay.spec =================================================================== RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libsidplay.spec 16 Feb 2006 01:03:20 -0000 1.12 +++ libsidplay.spec 28 Aug 2006 00:14:23 -0000 1.13 @@ -1,7 +1,7 @@ Name: libsidplay Summary: Commodore 64 music player and SID chip emulator library Version: 1.36.57 -Release: 10%{?dist} +Release: 11%{?dist} Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz Patch: libsidplay-post57fixes.patch Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_includedir}/sidplay %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Thu Feb 16 2006 Michael Schwendt 1.36.57-10 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:22:18 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:22:18 -0700 Subject: rpms/meanwhile/devel meanwhile.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280022.k7S0MKTf025246@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25229 Modified Files: meanwhile.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: meanwhile.spec =================================================================== RCS file: /cvs/extras/rpms/meanwhile/devel/meanwhile.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- meanwhile.spec 15 Feb 2006 03:46:58 -0000 1.8 +++ meanwhile.spec 28 Aug 2006 00:22:18 -0000 1.9 @@ -7,7 +7,7 @@ License: LGPL Group: Applications/Internet Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Source: http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz URL: http://meanwhile.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -77,6 +77,9 @@ %{_datadir}/doc/%{name}-doc-%{version}/ %changelog +* Sun Aug 27 2006 - jwboyer at jdub.homelinux.org 1.0.2-3 +- Bump for FE6 rebuild + * Tue Feb 14 2006 - jwboyer at jdub.homelinux.org 1.0.2-2 - Bump for FE5 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:24:23 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:24:23 -0700 Subject: rpms/quilt/devel quilt.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608280024.k7S0OP7D025322@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25303 Modified Files: quilt.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- quilt.spec 24 Apr 2006 16:24:14 -0000 1.11 +++ quilt.spec 28 Aug 2006 00:24:23 -0000 1.12 @@ -7,7 +7,7 @@ License: GPL Group: Development/Tools Version: 0.45 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +61,9 @@ %{_mandir}/man1/* %changelog +* Sun Aug 27 2006 - jwboyer at jdub.homelinux.org 0.45-2 +- Bump and rebuild for FE6 + * Mon Apr 24 2006 - jwboyer at jdub.homelinux.org 0.45-1 - Update to latest release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:25:19 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:25:19 -0700 Subject: rpms/ochusha/devel needs.rebuild,1.1,NONE Message-ID: <200608280025.k7S0PLRP025387@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25372 Removed Files: needs.rebuild Log Message: remove needs.rebuild for ochusha. This was released yesterday...... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:26:37 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:26:37 -0700 Subject: rpms/ctrlproxy/devel ctrlproxy.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608280026.k7S0Qdg6025417@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/ctrlproxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25398 Modified Files: ctrlproxy.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: ctrlproxy.spec =================================================================== RCS file: /cvs/extras/rpms/ctrlproxy/devel/ctrlproxy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ctrlproxy.spec 18 Feb 2006 16:02:48 -0000 1.7 +++ ctrlproxy.spec 28 Aug 2006 00:26:36 -0000 1.8 @@ -1,7 +1,7 @@ Summary: ctrlproxy Name: ctrlproxy Version: 2.6.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet Source: http://jelmer.vernstok.nl/releases/ctrlproxy-%{version}.tar.gz @@ -69,6 +69,9 @@ %{_datadir}/ctrlproxy/* %changelog +* Sun Aug 27 2006 Josh Boyer 2.6.2-7 +- Bump release and rebuild for FE6 + * Sat Feb 18 2006 Josh Boyer 2.6.2-6 - Bump release and rebuild for FE5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:28:52 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:28:52 -0700 Subject: rpms/xscreensaver/devel xscreensaver.spec, 1.24, 1.25 needs.rebuild, 1.1, NONE Message-ID: <200608280028.k7S0Ssgk025561@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25540 Modified Files: xscreensaver.spec Removed Files: needs.rebuild Log Message: Mass rebuild. Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xscreensaver.spec 18 Aug 2006 04:28:37 -0000 1.24 +++ xscreensaver.spec 28 Aug 2006 00:28:52 -0000 1.25 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 17 +%define fedora_rel 17.1 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -304,6 +304,9 @@ %defattr(-,root,root) %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-17.1 +- Rebuild. + * Fri Aug 18 2006 Mamoru Tasaka - 1:5.00-17 - Very nasty segv problem was brought by me. Fixing...... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:28:58 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:28:58 -0700 Subject: rpms/tla/devel tla.spec,1.27,1.28 needs.rebuild,1.1,NONE Message-ID: <200608280029.k7S0T0kS025580@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25559 Modified Files: tla.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- tla.spec 18 Mar 2006 03:08:32 -0000 1.27 +++ tla.spec 28 Aug 2006 00:28:58 -0000 1.28 @@ -1,6 +1,6 @@ Name: tla Version: 1.3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNU arch revision control system Group: Development/Tools @@ -79,6 +79,9 @@ %{_mandir}/man1/tla.1* %changelog +* Sun Aug 27 2006 Josh Boyer - 1.3.4-5 +- Bump and rebuild for FE6 + * Fri Mar 17 2006 Josh Boyer - 1.3.4-4 - Add patch to remove failing invariant (bug 182742) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:31:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:31:47 -0700 Subject: rpms/efont-unicode-bdf/devel efont-unicode-bdf.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280031.k7S0Vng0025704@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/efont-unicode-bdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25687 Modified Files: efont-unicode-bdf.spec Removed Files: needs.rebuild Log Message: Rebuild. Remove needs.rebuild Index: efont-unicode-bdf.spec =================================================================== RCS file: /cvs/extras/rpms/efont-unicode-bdf/devel/efont-unicode-bdf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- efont-unicode-bdf.spec 20 Aug 2006 03:05:41 -0000 1.1 +++ efont-unicode-bdf.spec 28 Aug 2006 00:31:47 -0000 1.2 @@ -3,7 +3,7 @@ Name: %{name} Version: 0.4.2 -Release: 6%{?dist} +Release: 6.1%{?dist} Summary: Unicode font by Electronic Font Open Laboratory Group: User Interface/X @@ -74,6 +74,9 @@ %ghost %verify(not md5 size mtime) %{fontdir}/fonts.dir %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 0.4.2-6.1 +- Rebuild. + * Tue Aug 18 2006 Mamoru Tasaka - 0.4.2-6 - Change %%post. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:39:34 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Sun, 27 Aug 2006 17:39:34 -0700 Subject: rpms/nagios-plugins/FC-5 nagios-plugins.spec,1.12,1.13 Message-ID: <200608280039.k7S0daHU025800@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/rpms/nagios-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25778/FC-5 Modified Files: nagios-plugins.spec Log Message: Removed utils.pm from the nagios-plugins base package Index: nagios-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/nagios-plugins/FC-5/nagios-plugins.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- nagios-plugins.spec 16 Aug 2006 03:15:59 -0000 1.12 +++ nagios-plugins.spec 28 Aug 2006 00:39:34 -0000 1.13 @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -29,6 +29,11 @@ BuildRequires: radiusclient-ng-devel BuildRequires: %{_bindir}/qstat +%global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'" +%define __perl_requires %{reqfilt} + + + %description Nagios is a program that will monitor hosts and services on your @@ -311,6 +316,15 @@ %description overcr Provides check_overcr support for Nagios. +%package perl +Summary: Nagios plugins perl dep. +Group: Applications/System +Requires: nagios-plugins = %{version}-%{release} + +%description perl +Perl dep for nagios plugins. This is *NOT* an actual plugin it simply provides +utils.pm + %package pgsql Summary: Nagios Plugin - check_pgsql Group: Applications/System @@ -636,6 +650,10 @@ %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_overcr +%files perl +%defattr(-,root,root,-) +%{_libdir}/nagios/plugins/utils.pm + %files pgsql %defattr(-,root,root,-) %{_libdir}/nagios/plugins/check_pgsql @@ -728,9 +746,12 @@ %dir %{_libdir}/nagios/plugins %{_libdir}/nagios/plugins/negate %{_libdir}/nagios/plugins/urlize -%{_libdir}/nagios/plugins/utils.* +%{_libdir}/nagios/plugins/utils.sh %changelog +* Sun Aug 27 2006 Mike McGrath 1.4.3-18 +- Removed utils.pm from the base nagios-plugins package into its own package + * Tue Aug 15 2006 Mike McGrath 1.4.3-17 - Added requires qstat for check_game From fedora-extras-commits at redhat.com Mon Aug 28 00:40:24 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:40:24 -0700 Subject: rpms/emacs-auctex/devel needs.rebuild,1.1,NONE Message-ID: <200608280040.k7S0eQgh025903@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-auctex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25870 Removed Files: needs.rebuild Log Message: Removal of needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:41:42 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:41:42 -0700 Subject: rpms/curry/devel needs.rebuild,1.1,NONE Message-ID: <200608280041.k7S0fi3X025943@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/curry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25925 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:04 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:42:04 -0700 Subject: rpms/emacs-common-muse/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0g6nT025969@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-common-muse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25949 Removed Files: needs.rebuild Log Message: Remove needs.rebuild after succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:18 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:42:18 -0700 Subject: rpms/compat-erlang/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0gKFv025990@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/compat-erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25975 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:42:40 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:42:40 -0700 Subject: rpms/emacs-vm/devel needs.rebuild,1.1,NONE Message-ID: <200608280042.k7S0gg0A026023@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/emacs-vm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26001 Removed Files: needs.rebuild Log Message: Remove needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:43:00 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:43:00 -0700 Subject: rpms/cook/devel needs.rebuild,1.1,NONE Message-ID: <200608280043.k7S0h2Fs026046@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/cook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26031 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:43:22 2006 From: fedora-extras-commits at redhat.com (Jonathan G. Underwood (jgu)) Date: Sun, 27 Aug 2006 17:43:22 -0700 Subject: rpms/sunifdef/devel needs.rebuild,1.1,NONE Message-ID: <200608280043.k7S0hO5A026072@cvs-int.fedora.redhat.com> Author: jgu Update of /cvs/extras/rpms/sunifdef/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26057 Removed Files: needs.rebuild Log Message: Remove needs.rebuild following succesful rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:47:39 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:47:39 -0700 Subject: rpms/ecl/devel ecl.spec,1.5,1.6 Message-ID: <200608280047.k7S0lfHj026098@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26081 Modified Files: ecl.spec Log Message: Rebuild for FE6 Index: ecl.spec =================================================================== RCS file: /cvs/extras/rpms/ecl/devel/ecl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ecl.spec 23 Jul 2006 13:26:33 -0000 1.5 +++ ecl.spec 28 Aug 2006 00:47:39 -0000 1.6 @@ -1,6 +1,6 @@ Name: ecl Version: 0.9i -Release: 2%{?dist} +Release: 3%{?dist} Summary: Embeddable Common-Lisp Group: Development/Languages @@ -79,6 +79,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9i-3 +- Rebuild for FE6 + * Sun Jul 23 2006 Gerard Milmeister - 0.9i-2 - release number fix From fedora-extras-commits at redhat.com Mon Aug 28 00:48:42 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:48:42 -0700 Subject: rpms/erlang/devel erlang.spec,1.14,1.15 Message-ID: <200608280048.k7S0miMX026159@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26142 Modified Files: erlang.spec Log Message: Rebuild for FE6 Index: erlang.spec =================================================================== RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- erlang.spec 5 Jul 2006 16:27:53 -0000 1.14 +++ erlang.spec 28 Aug 2006 00:48:41 -0000 1.15 @@ -1,6 +1,6 @@ Name: erlang Version: R11B -Release: 0.2%{?dist} +Release: 0.3%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages @@ -102,6 +102,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - R11B-0.3 +- Rebuild for FE6 + * Wed Jul 5 2006 Gerard Milmeister - R11B-0.2 - add BR m4 From fedora-extras-commits at redhat.com Mon Aug 28 00:49:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:49:55 -0700 Subject: rpms/erlang-esdl/devel erlang-esdl.spec,1.3,1.4 Message-ID: <200608280049.k7S0nvcl026225@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26208 Modified Files: erlang-esdl.spec Log Message: Rebuild for FE6 Index: erlang-esdl.spec =================================================================== RCS file: /cvs/extras/rpms/erlang-esdl/devel/erlang-esdl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- erlang-esdl.spec 8 Jun 2006 07:52:37 -0000 1.3 +++ erlang-esdl.spec 28 Aug 2006 00:49:55 -0000 1.4 @@ -1,6 +1,6 @@ Name: erlang-esdl Version: 0.95.0630 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Erlang OpenGL/SDL api and utilities Group: Development/Libraries @@ -78,6 +78,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.95.0630-8 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.95.0630-7 - revert to use erlang R10B From fedora-extras-commits at redhat.com Mon Aug 28 00:51:01 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:51:01 -0700 Subject: rpms/gauche/devel gauche.spec,1.3,1.4 Message-ID: <200608280051.k7S0p4t1026286@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26269 Modified Files: gauche.spec Log Message: Rebuild for FE6 Index: gauche.spec =================================================================== RCS file: /cvs/extras/rpms/gauche/devel/gauche.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gauche.spec 3 May 2006 22:36:29 -0000 1.3 +++ gauche.spec 28 Aug 2006 00:51:01 -0000 1.4 @@ -1,6 +1,6 @@ Name: gauche Version: 0.8.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Scheme script interpreter with multibyte character handling Group: Development/Languages @@ -123,6 +123,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.8.7-6 +- Rebuild for FE6 + * Thu May 4 2006 Gerard Milmeister - 0.8.7-5 - added patch for consistent arch directories (gauche-arch.patch) From fedora-extras-commits at redhat.com Mon Aug 28 00:51:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:51:46 -0700 Subject: rpms/gcl/devel gcl.spec,1.19,1.20 Message-ID: <200608280051.k7S0pmnq026364@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26340 Modified Files: gcl.spec Log Message: Rebuild for FE6 Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gcl.spec 6 May 2006 10:10:54 -0000 1.19 +++ gcl.spec 28 Aug 2006 00:51:46 -0000 1.20 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -97,6 +97,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.6.7-12 +- Rebuild for FE6 + * Sat May 6 2006 Gerard Milmeister - 2.6.7-11 - fixed summary text (CLtL1 -> ANSI) - configure: readine -> readline From fedora-extras-commits at redhat.com Mon Aug 28 00:53:41 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:53:41 -0700 Subject: rpms/gforth/devel gforth.spec,1.3,1.4 Message-ID: <200608280053.k7S0rh0e026695@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26678 Modified Files: gforth.spec Log Message: Rebuild for FE6 Index: gforth.spec =================================================================== RCS file: /cvs/extras/rpms/gforth/devel/gforth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gforth.spec 17 Feb 2006 20:40:21 -0000 1.3 +++ gforth.spec 28 Aug 2006 00:53:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: gforth Version: 0.6.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Fast and portable implementation of the ANS Forth language Group: Development/Languages @@ -122,6 +122,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.6.2-7 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 0.6.2-6 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 00:54:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 17:54:22 -0700 Subject: rpms/wfmath/devel wfmath.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE wfmath-0.3.4-64bit.patch, 1.1, NONE Message-ID: <200608280054.k7S0sOEl026776@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wfmath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26759 Modified Files: wfmath.spec Removed Files: needs.rebuild wfmath-0.3.4-64bit.patch Log Message: Update to 0.3.5; remove patch that was accepted upstream. Index: wfmath.spec =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wfmath.spec 27 Jul 2006 18:13:01 -0000 1.3 +++ wfmath.spec 28 Aug 2006 00:54:21 -0000 1.4 @@ -1,13 +1,12 @@ Name: wfmath -Version: 0.3.4 -Release: 4%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: WorldForge client math libraries Group: Development/Libraries License: GPL URL: http://worldforge.org/dev/eng/libraries/wfmath -Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz -Patch0: wfmath-0.3.4-64bit.patch +Source0: http://dl.sourceforge.net/sourceforge/worldforge/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen @@ -32,7 +31,6 @@ %prep %setup -q -%patch0 -p1 %build @@ -84,10 +82,13 @@ %changelog +* Fri Aug 25 2006 Wart 0.3.5-1 +- Update to 0.3.5 +- Remove patch that has been added upstream + * Thu Jul 27 2006 Wart 0.3.4-4 - Disable tests on ppc - * Thu Jul 20 2006 Wart 0.3.4-3 - Add smp_mflags to %%check --- needs.rebuild DELETED --- --- wfmath-0.3.4-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:54:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 17:54:47 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.2,1.3 Message-ID: <200608280054.k7S0snL5026837@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26820 Modified Files: jfbterm.spec Log Message: Rebuild for mass rebuild and kernel-headers Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 +++ jfbterm.spec 28 Aug 2006 00:54:46 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 7%{?dist} +Release: 8.1%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -202,6 +202,10 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 +- Rebuild for mass rebuild and kernel-headers + (glibc-kernheaders removed). + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 - Fix compilation problem on ppc. From fedora-extras-commits at redhat.com Mon Aug 28 00:55:09 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:55:09 -0700 Subject: rpms/global/devel global.spec,1.14,1.15 Message-ID: <200608280055.k7S0tBCY026869@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26852 Modified Files: global.spec Log Message: Rebuild for FE6 Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- global.spec 30 Apr 2006 19:55:09 -0000 1.14 +++ global.spec 28 Aug 2006 00:55:09 -0000 1.15 @@ -1,6 +1,6 @@ Name: global Version: 5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Source code tag system @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.0-2 +- Rebuild for FE6 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 From fedora-extras-commits at redhat.com Mon Aug 28 00:56:48 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:56:48 -0700 Subject: rpms/gaim-meanwhile/devel gaim-meanwhile.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280056.k7S0uoIp027024@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gaim-meanwhile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27007 Modified Files: gaim-meanwhile.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: gaim-meanwhile.spec =================================================================== RCS file: /cvs/extras/rpms/gaim-meanwhile/devel/gaim-meanwhile.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gaim-meanwhile.spec 29 Jun 2006 03:24:21 -0000 1.14 +++ gaim-meanwhile.spec 28 Aug 2006 00:56:48 -0000 1.15 @@ -27,7 +27,7 @@ Name: gaim-meanwhile Version: 2.0.0 -Release: 0.3.%{betaver}%{?dist} +Release: 0.4.%{betaver}%{?dist} License: GPL Group: Applications/Internet URL: http://gaim.sourceforge.net/ @@ -250,6 +250,9 @@ %{_libdir}/gaim/ %changelog +* Sun Aug 27 2006 Josh Boyer 2.0.0-0.4.beta3 +- Bump and rebuild for FE6 + * Wed Jun 28 2006 Josh Boyer 2.0.0-0.3.beta3 - Temporarily build all of gaim and only install the libsametime.so library --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:57:07 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Sun, 27 Aug 2006 17:57:07 -0700 Subject: rpms/graveman/devel graveman.spec,1.15,1.16 Message-ID: <200608280057.k7S0v9AS027085@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27068 Modified Files: graveman.spec Log Message: Rebuild for FE6 Index: graveman.spec =================================================================== RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- graveman.spec 6 Jun 2006 09:32:08 -0000 1.15 +++ graveman.spec 28 Aug 2006 00:57:07 -0000 1.16 @@ -1,6 +1,6 @@ Name: graveman Version: 0.3.12.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A frontend for cdrtools, dvd+rw-tools and sox Group: Applications/Archiving @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.3.12.5-2 +- Rebuild for FE6 + * Tue Jun 6 2006 Gerard Milmeister - 0.3.12.5-1 - new version 0.3.12-5 From fedora-extras-commits at redhat.com Mon Aug 28 00:58:14 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:14 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.13,1.14 Message-ID: <200608280058.k7S0wGhG027189@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/devel Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gdesklets.spec 19 Apr 2006 08:00:50 -0000 1.13 +++ gdesklets.spec 28 Aug 2006 00:58:14 -0000 1.14 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,19 +11,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -96,6 +89,13 @@ %changelog +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 +- python-abi no longer required +- Removed unecessary comment + +* Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 +- Rebuilt + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Mon Aug 28 00:58:26 2006 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Sun, 27 Aug 2006 17:58:26 -0700 Subject: rpms/gquilt/devel gquilt.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608280058.k7S0wScI027213@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gquilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27196 Modified Files: gquilt.spec Removed Files: needs.rebuild Log Message: Bump and rebuild Index: gquilt.spec =================================================================== RCS file: /cvs/extras/rpms/gquilt/devel/gquilt.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gquilt.spec 14 Feb 2006 00:12:38 -0000 1.7 +++ gquilt.spec 28 Aug 2006 00:58:26 -0000 1.8 @@ -1,6 +1,6 @@ Name: gquilt Version: 0.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Summary: PyGTK GUI wrapper for quilt @@ -51,6 +51,9 @@ rm -rf "$RPM_BUILD_ROOT" %changelog +* Sun Aug 27 2006 Josh Boyer 0.17-2 +- Bump and rebuild for FE6 + * Mon Feb 13 2006 Josh Boyer 0.17-1 - Update to latest release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 00:58:07 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:07 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.10,1.11 Message-ID: <200608280058.k7S0wdGQ027250@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/FC-4 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gdesklets.spec 2 Aug 2006 20:26:49 -0000 1.10 +++ gdesklets.spec 28 Aug 2006 00:58:07 -0000 1.11 @@ -1,28 +1,20 @@ Name: gdesklets Version: 0.35.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops License: GPL - URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") + +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -95,6 +87,10 @@ %changelog +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-10 +- python-abi no longer required +- Removed unecessary comment about GConf. + * Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 - Minor update to match Extras name guideline From fedora-extras-commits at redhat.com Mon Aug 28 00:58:08 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Sun, 27 Aug 2006 17:58:08 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.15,1.16 Message-ID: <200608280058.k7S0wei5027253@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27138/FC-5 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 19 Apr 2006 07:58:34 -0000 1.15 +++ gdesklets.spec 28 Aug 2006 00:58:08 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 8%{?dist} +Release: 10%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -10,20 +10,12 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -############################################################# -# # -# Starting from 0.35.x, gDesklets no longer requires GConf. # -# Added some X development package to support modular X # -# # -############################################################# - BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -96,6 +88,13 @@ %changelog +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 +- python-abi no longer required +- Removed unecessary comment about GConf + +* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-8.1 +- Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 + * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Mon Aug 28 01:22:02 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:22:02 -0700 Subject: rpms/wfmath/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wfmath.spec, 1.4, 1.5 Message-ID: <200608280122.k7S1M40E030120@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/wfmath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30097 Modified Files: .cvsignore sources wfmath.spec Log Message: Forgot to update new source files Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Jul 2006 15:49:56 -0000 1.2 +++ .cvsignore 28 Aug 2006 01:22:02 -0000 1.3 @@ -1 +1 @@ -wfmath-0.3.4.tar.gz +wfmath-0.3.5.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Jul 2006 15:49:56 -0000 1.2 +++ sources 28 Aug 2006 01:22:02 -0000 1.3 @@ -1 +1 @@ -6a14f7de9d467d7b72b37da5ca5f92c5 wfmath-0.3.4.tar.gz +75f63a52af021289d7dfe47d1b582678 wfmath-0.3.5.tar.bz2 Index: wfmath.spec =================================================================== RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wfmath.spec 28 Aug 2006 00:54:21 -0000 1.4 +++ wfmath.spec 28 Aug 2006 01:22:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: wfmath Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: WorldForge client math libraries Group: Development/Libraries @@ -82,6 +82,9 @@ %changelog +* Sun Aug 27 2006 Wart 0.3.5-2 +- Bump release to fix cvs tags + * Fri Aug 25 2006 Wart 0.3.5-1 - Update to 0.3.5 - Remove patch that has been added upstream From fedora-extras-commits at redhat.com Mon Aug 28 01:24:38 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:24:38 -0700 Subject: rpms/eris/devel eris.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280124.k7S1OeZ8030219@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/eris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30202 Modified Files: eris.spec Removed Files: needs.rebuild Log Message: Rebuild with newer version of wfmath Index: eris.spec =================================================================== RCS file: /cvs/extras/rpms/eris/devel/eris.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- eris.spec 17 Aug 2006 23:08:03 -0000 1.6 +++ eris.spec 28 Aug 2006 01:24:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: eris Version: 1.3.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Client-side session layer for Atlas-C++ Group: Development/Libraries @@ -74,6 +74,9 @@ %changelog +* Sun Aug 27 2006 Wart 1.3.11-8 +- Rebuild for newer version of wfmath + * Thu Aug 17 2006 Wart 1.3.11-7 - Added missing -devel Requires: libsigc++20-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:33:53 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 18:33:53 -0700 Subject: rpms/jfbterm/devel needs.rebuild,1.1,NONE Message-ID: <200608280133.k7S1XuoA030309@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30294 Removed Files: needs.rebuild Log Message: Rebuild -8.1 succeeded. Removing needs.rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:39:46 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 18:39:46 -0700 Subject: rpms/mercator/devel .cvsignore, 1.2, 1.3 mercator.spec, 1.1, 1.2 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280139.k7S1dmUJ030348@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/mercator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30327 Modified Files: .cvsignore mercator.spec sources Removed Files: needs.rebuild Log Message: Update to 0.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 24 Jul 2006 02:30:09 -0000 1.2 +++ .cvsignore 28 Aug 2006 01:39:46 -0000 1.3 @@ -1 +1 @@ -mercator-0.2.4.tar.gz +mercator-0.2.5.tar.bz2 Index: mercator.spec =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/mercator.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mercator.spec 24 Jul 2006 02:30:09 -0000 1.1 +++ mercator.spec 28 Aug 2006 01:39:46 -0000 1.2 @@ -1,12 +1,12 @@ Name: mercator -Version: 0.2.4 -Release: 2%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Terrain library for WorldForge client/server Group: Development/Libraries License: GPL URL: http://worldforge.org/dev/eng/libraries/mercator -Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wfmath-devel doxygen @@ -69,6 +69,9 @@ %changelog +* Fri Aug 25 2006 Wart 0.2.5-2 +- Update to 0.2.5 + * Fri Jul 14 2006 Wart 0.2.4-2 - Added Requires: pkgconfig to -devel subpackage - Remove BR: pkgconfig as it will be provided by wfmath-devel Index: sources =================================================================== RCS file: /cvs/extras/rpms/mercator/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 24 Jul 2006 02:30:09 -0000 1.2 +++ sources 28 Aug 2006 01:39:46 -0000 1.3 @@ -1 +1 @@ -83debc1fbf1143efd1593c4357ba54dd mercator-0.2.4.tar.gz +25bbfee872226958d6221928101503fb mercator-0.2.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 01:47:45 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 18:47:45 -0700 Subject: comps comps-fe5.xml.in,1.119,1.120 Message-ID: <200608280147.k7S1llHh030426@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30409 Modified Files: comps-fe5.xml.in Log Message: add ochusha for FE-5 Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- comps-fe5.xml.in 27 Aug 2006 01:00:36 -0000 1.119 +++ comps-fe5.xml.in 28 Aug 2006 01:47:45 -0000 1.120 @@ -391,6 +391,7 @@ linphone logjam mail-notification + ochusha pan prozilla psi From fedora-extras-commits at redhat.com Mon Aug 28 02:00:12 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:00:12 -0700 Subject: rpms/tetex-IEEEtran/devel tetex-IEEEtran.spec,1.4,1.5 Message-ID: <200608280200.k7S20EfQ030522@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/tetex-IEEEtran/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30501 Modified Files: tetex-IEEEtran.spec Log Message: Index: tetex-IEEEtran.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-IEEEtran/devel/tetex-IEEEtran.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tetex-IEEEtran.spec 28 Jul 2006 03:05:45 -0000 1.4 +++ tetex-IEEEtran.spec 28 Aug 2006 02:00:12 -0000 1.5 @@ -9,7 +9,7 @@ Name: tetex-%{texpkg} Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Official LaTeX class for IEEE transactions journals and conferences Group: Applications/Publishing @@ -85,6 +85,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.6.3-2 +- Bump release for mass rebuild + * Tue Jul 25 2006 Rick L Vinyard Jr - 1.6.3-1 - Removed alpha character from version - Added lyx triggers provided by Rex Dieter From fedora-extras-commits at redhat.com Mon Aug 28 02:01:05 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:01:05 -0700 Subject: rpms/tetex-IEEEtran/devel needs.rebuild,1.1,NONE Message-ID: <200608280201.k7S2177P000677@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/tetex-IEEEtran/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32541 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:02:31 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:02:31 -0700 Subject: rpms/nqc/devel nqc.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280203.k7S2379h000753@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv736 Modified Files: nqc.spec Removed Files: needs.rebuild Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nqc.spec 21 Aug 2006 00:32:02 -0000 1.2 +++ nqc.spec 28 Aug 2006 02:02:31 -0000 1.3 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Not Quite C compiler Group: Development/Languages @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-4 +- Bump release for mass rebuild + * Sun Aug 20 2006 Rick L Vinyard Jr - 3.1.4-3 - Added BuildRequires for bison --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:05:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:05:13 -0700 Subject: rpms/clips/devel clips.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608280205.k7S25F61000890@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/clips/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv870 Modified Files: clips.spec Removed Files: needs.rebuild Log Message: Index: clips.spec =================================================================== RCS file: /cvs/extras/rpms/clips/devel/clips.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clips.spec 1 Aug 2006 01:13:09 -0000 1.5 +++ clips.spec 28 Aug 2006 02:05:13 -0000 1.6 @@ -1,7 +1,7 @@ Summary: CLIPS language for developing expert systems Name: clips Version: 6.24 -Release: 19%{?dist} +Release: 20%{?dist} Url: http://www.ghg.net/clips/download/source/ License: GPL Group: Development/Tools @@ -162,6 +162,9 @@ %doc ig.pdf %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr 6.24-20 +- Bump release for mass rebuild + * Mon Jul 31 2006 Rick L Vinyard Jr 6.24-19 - Remove autoconf config.h from linux patch - Added clips-config.h with CLIPS_HELPFILE define to linux patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:11:02 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:11:02 -0700 Subject: rpms/cairomm/devel cairomm.spec,1.4,1.5 Message-ID: <200608280211.k7S2B4k8001038@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1020 Modified Files: cairomm.spec Log Message: Index: cairomm.spec =================================================================== RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cairomm.spec 20 Aug 2006 19:56:51 -0000 1.4 +++ cairomm.spec 28 Aug 2006 02:11:02 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm Version: 1.2.0 -Release: 2%{?dist} +Release: 4%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries @@ -57,6 +57,12 @@ %doc ChangeLog reference %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.2.0-4 +- Bumped release for make tag + +* Sun Aug 27 2006 Rick L Vinyard Jr - 1.2.0-3 +- Bumped release for mass rebuild + * Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-2 - Bumped release for make tag From fedora-extras-commits at redhat.com Mon Aug 28 02:14:04 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:14:04 -0700 Subject: rpms/nqc/devel nqc.spec,1.3,1.4 Message-ID: <200608280214.k7S2E6Cu001152@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1135 Modified Files: nqc.spec Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nqc.spec 28 Aug 2006 02:02:31 -0000 1.3 +++ nqc.spec 28 Aug 2006 02:14:03 -0000 1.4 @@ -12,7 +12,7 @@ Source3: http://bricxcc.sourceforge.net/nqc/doc/NQC_Manual.pdf Source4: http://bricxcc.sourceforge.net/nqc/doc/NQC_Guide.pdf Patch0: nqc-3.1.4-linux.patch -BuildRequires: flex >= 2.5 +BuildRequires: flex >= 2.5 bison >= 2.0 Requires(pre): %{_sbindir}/groupadd BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-5 +- Readded BuildRequires for bison + * Sun Aug 27 2006 Rick L Vinyard Jr - 3.1.4-4 - Bump release for mass rebuild From fedora-extras-commits at redhat.com Mon Aug 28 02:16:21 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:16:21 -0700 Subject: rpms/nqc/devel nqc.spec,1.4,1.5 Message-ID: <200608280216.k7S2GNYV001177@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/nqc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1160 Modified Files: nqc.spec Log Message: Index: nqc.spec =================================================================== RCS file: /cvs/extras/rpms/nqc/devel/nqc.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nqc.spec 28 Aug 2006 02:14:03 -0000 1.4 +++ nqc.spec 28 Aug 2006 02:16:21 -0000 1.5 @@ -1,6 +1,6 @@ Name: nqc Version: 3.1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Not Quite C compiler Group: Development/Languages From fedora-extras-commits at redhat.com Mon Aug 28 02:20:47 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:20:47 -0700 Subject: rpms/cairomm/devel needs.rebuild,1.1,NONE Message-ID: <200608280220.k7S2KnEh001246@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/cairomm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:23:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:23:29 -0700 Subject: rpms/bit/devel bit.spec,1.4,1.5 Message-ID: <200608280223.k7S2NVO4001354@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1337 Modified Files: bit.spec Log Message: Index: bit.spec =================================================================== RCS file: /cvs/extras/rpms/bit/devel/bit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bit.spec 7 Jul 2006 15:54:50 -0000 1.4 +++ bit.spec 28 Aug 2006 02:23:29 -0000 1.5 @@ -3,7 +3,7 @@ Summary: The bit library is collection of C++ bit manipulation classes Name: bit Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://libbit.sourceforge.net Group: System Environment/Libraries @@ -63,6 +63,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.2.2-5 +- Bumped release for mass rebuild + * Fri Jul 07 2006 Rick L Vinyard Jr - 0.2.2-4 - Removed / between builddir and bindir From fedora-extras-commits at redhat.com Mon Aug 28 02:26:13 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:26:13 -0700 Subject: rpms/conexus/devel conexus.spec,1.4,1.5 Message-ID: <200608280226.k7S2QFvY001429@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1412 Modified Files: conexus.spec Log Message: Index: conexus.spec =================================================================== RCS file: /cvs/extras/rpms/conexus/devel/conexus.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexus.spec 27 Aug 2006 01:21:25 -0000 1.4 +++ conexus.spec 28 Aug 2006 02:26:12 -0000 1.5 @@ -3,7 +3,7 @@ Summary: C++ network and serial communication library Name: conexus Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -64,6 +64,9 @@ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bump release for mass rebuild + * Sat Aug 26 2006 Rick L Vinyard Jr - 0.4.0-1 - New release From fedora-extras-commits at redhat.com Mon Aug 28 02:29:29 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:29:29 -0700 Subject: rpms/papyrus/devel papyrus.spec,1.2,1.3 Message-ID: <200608280229.k7S2TVxF001503@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1486 Modified Files: papyrus.spec Log Message: Index: papyrus.spec =================================================================== RCS file: /cvs/extras/rpms/papyrus/devel/papyrus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- papyrus.spec 26 Aug 2006 04:17:24 -0000 1.2 +++ papyrus.spec 28 Aug 2006 02:29:29 -0000 1.3 @@ -3,7 +3,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -69,7 +69,10 @@ %{_datadir}/papyrusmm-0.4.0/ %changelog -* Sun Aug 13 2006 Rick L Vinyard Jr - 0.3.0-1 +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-2 +- Bumped release for mass rebuild + +* Sun Aug 13 2006 Rick L Vinyard Jr - 0.4.0-1 - New release - Removed /demo/ suffix from datadir - Added papyrusmm data and include dirs From fedora-extras-commits at redhat.com Mon Aug 28 02:36:34 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:36:34 -0700 Subject: rpms/bit/devel needs.rebuild,1.1,NONE Message-ID: <200608280236.k7S2aaFd001589@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1574 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:38:34 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:38:34 -0700 Subject: rpms/bitgtkmm/devel bitgtkmm.spec,1.2,1.3 Message-ID: <200608280238.k7S2cafW001671@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1654 Modified Files: bitgtkmm.spec Log Message: Index: bitgtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/bitgtkmm/devel/bitgtkmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitgtkmm.spec 2 Aug 2006 03:45:01 -0000 1.2 +++ bitgtkmm.spec 28 Aug 2006 02:38:34 -0000 1.3 @@ -3,7 +3,7 @@ Summary: The bitgtkmm library provides gtkmm widgets for the bit library Name: bitgtkmm Version: 0.2.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://libbit.sourceforge.net/gtkmm Group: System Environment/Libraries @@ -65,6 +65,9 @@ %doc ChangeLog reference %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.2.2-5 +- Bump release for mass rebuild + * Mon Jul 31 2006 Rick L Vinyard Jr - 0.2.2-4 - Added pkgconfig to -devel Requires From fedora-extras-commits at redhat.com Mon Aug 28 02:40:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:40:23 -0700 Subject: rpms/conexus/devel needs.rebuild,1.1,NONE Message-ID: <200608280240.k7S2eQAX001742@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1727 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:41:38 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:38 -0700 Subject: rpms/libburn - New directory Message-ID: <200608280241.k7S2feja001817@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791/libburn Log Message: Directory /cvs/extras/rpms/libburn added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 02:41:39 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:39 -0700 Subject: rpms/libburn/devel - New directory Message-ID: <200608280241.k7S2ffix001820@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1791/libburn/devel Log Message: Directory /cvs/extras/rpms/libburn/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 02:41:47 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:47 -0700 Subject: rpms/libburn Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608280241.k7S2fnW1001869@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1836 Added Files: Makefile import.log Log Message: Setup of module libburn --- NEW FILE Makefile --- # Top level Makefile for module libburn all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 02:41:48 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:41:48 -0700 Subject: rpms/libburn/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608280241.k7S2foUn001872@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1836/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libburn --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 02:42:02 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:42:02 -0700 Subject: rpms/libburn import.log,1.1,1.2 Message-ID: <200608280242.k7S2gY8s001935@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901 Modified Files: import.log Log Message: auto-import libburn-0.2-3.20060823svn on branch devel from libburn-0.2-3.20060823svn.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libburn/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 02:41:47 -0000 1.1 +++ import.log 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +libburn-0_2-3_20060823svn:HEAD:libburn-0.2-3.20060823svn.src.rpm:1156733219 From fedora-extras-commits at redhat.com Mon Aug 28 02:42:03 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:42:03 -0700 Subject: rpms/libburn/devel libburn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608280242.k7S2gZFH001939@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/libburn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901/devel Modified Files: .cvsignore sources Added Files: libburn.spec Log Message: auto-import libburn-0.2-3.20060823svn on branch devel from libburn-0.2-3.20060823svn.src.rpm --- NEW FILE libburn.spec --- %define mainver 0.2 # define this as version gets overridden by the subpackage with its own version Name: libburn Version: 0.2 Release: 3.20060823svn%{?dist} Summary: Library for reading, mastering and writing optical discs Group: System Environment/Libraries License: GPL URL: http://libburn.pykix.org/ Source0: %{name}-%{version}svn.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake libtool intltool gettext #Requires: %description Libburn is an open-source library for reading, mastering and writing optical discs. For now this means only CD-R and CD-RW. The project comprises of several more or less interdependent parts which together strive to be a usable foundation for application development. These are libraries, language bindings, and middleware binaries which emulate classical (and valuable) Linux tools. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package -n libisofs Summary: A library to create ISO 9660 disk images Group: System Environment/Libraries %description -n libisofs libisofs the library to pack up hard disk files and directories into a ISO 9660 disk image. This may then be brought to CD via libburn. libisofs is to be the foundation of our upcoming mkisofs emulation. %package -n libisofs-devel Summary: Development files for libisofs Group: Development/Libraries Requires: libisofs = %{version}-%{release} Requires: libburn = %{version}-%{release} Requires: pkgconfig %description -n libisofs-devel The libisofs-devel package contains libraries and header files for developing applications that use libisofs. %package -n cdrskin Summary: Limited cdrecord compatibility wrapper to ease migration to libburn Group: Applications/Multimedia Version: 0.1.4 Requires: %{name} = %{mainver}-%{release} %description -n cdrskin A limited cdrecord compatibility wrapper which allows to use some libburn features from the command line. %prep %setup -n %{name}-%{mainver}svn -q %build ./bootstrap %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install -m 0755 cdrskin/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n libisofs -p /sbin/ldconfig %postun -n libisofs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT README %{_libdir}/%{name}*.so.* %files devel %defattr(-,root,root,-) %doc %{_includedir}/%{name}/%{name}.h %{_libdir}/%{name}*.so %{_libdir}/pkgconfig/%{name}*.pc %files -n libisofs %defattr(-,root,root,-) %doc %{_libdir}/libisofs*.so.* %files -n libisofs-devel %defattr(-,root,root,-) %doc %{_includedir}/libburn/libisofs.h %{_libdir}/libisofs*.so %{_libdir}/pkgconfig/libisofs*.pc %files -n cdrskin %defattr(-,root,root,-) %doc %{_bindir}/cdrskin %changelog * Sun Aug 27 2006 Jesse Keating - 0.2-3.20060823svn - don't install dupe headers in -devel packages - libisofs requires libburn devel for directory ownership * Sun Aug 27 2006 Jesse Keating - 0.2-2.20060823svn - Fix cdrskin require - Fix tabs - Added doc files * Wed Aug 23 2006 Jesse Keating - 0.2-1.20060823svn - Initial package for review Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libburn/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 02:41:48 -0000 1.1 +++ .cvsignore 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +libburn-0.2svn.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libburn/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 02:41:48 -0000 1.1 +++ sources 28 Aug 2006 02:42:02 -0000 1.2 @@ -0,0 +1 @@ +107f4c6c6b90c168be8dc6fb9deb0b4b libburn-0.2svn.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 02:43:07 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:43:07 -0700 Subject: rpms/papyrus/devel needs.rebuild,1.1,NONE Message-ID: <200608280243.k7S2h9Jd002003@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/papyrus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1986 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:45:23 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:45:23 -0700 Subject: rpms/conexusmm/devel conexusmm.spec,1.4,1.5 Message-ID: <200608280245.k7S2jPrx002080@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2063 Modified Files: conexusmm.spec Log Message: Index: conexusmm.spec =================================================================== RCS file: /cvs/extras/rpms/conexusmm/devel/conexusmm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- conexusmm.spec 27 Aug 2006 14:18:03 -0000 1.4 +++ conexusmm.spec 28 Aug 2006 02:45:23 -0000 1.5 @@ -3,7 +3,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -68,6 +68,9 @@ %{_datadir}/conexusmm-0.4.0/ %changelog +* Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-5 +- Bump release for mass rebuild + * Sun Aug 27 2006 Rick L Vinyard Jr - 0.4.0-4 - Bump release tag for new sources From fedora-extras-commits at redhat.com Mon Aug 28 02:48:32 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 19:48:32 -0700 Subject: rpms/bitgtkmm/devel needs.rebuild,1.1,NONE Message-ID: <200608280248.k7S2mYET002151@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/bitgtkmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2136 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 02:49:16 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:49:16 -0700 Subject: rpms/dates/devel dates.spec,1.2,1.3 Message-ID: <200608280249.k7S2nIqx002174@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2157 Modified Files: dates.spec Log Message: bump for rebuild Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dates.spec 14 Aug 2006 15:37:02 -0000 1.2 +++ dates.spec 28 Aug 2006 02:49:16 -0000 1.3 @@ -1,10 +1,10 @@ -Name: dates +Name: dates Version: 0.1 -Release: 2.20060813svn%{?dist} +Release: 3.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity -License: GPL +License: GPL URL: http://projects.o-hand.com/dates #Source0: http://www.openedhand.com/~chris/%{name}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}svn.tar.gz @@ -27,14 +27,14 @@ user interface and tailored support for the Nokia 770 maemo interface. -%package devel +%package devel Summary: Development libraries for dates Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig glib2-devel gtk2-devel evolution-data-server-devel -%description devel +%description devel This package provides the necessary development libraries and include files to allow you to develop with dates. @@ -53,8 +53,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop # Don't package .a or .la files @@ -85,7 +85,7 @@ /sbin/ldconfig -%files -f Dates.lang +%files -f Dates.lang %defattr(-,root,root,-) %doc COPYING ChangeLog %{_datadir}/icons/hicolor/*/apps/dates.png @@ -96,7 +96,7 @@ %{_libdir}/libgtkdatesview.so.* -%files devel +%files devel %defattr(-,root,root) %{_includedir}/gtkdatesview/*.h %{_libdir}/pkgconfig/* @@ -105,6 +105,9 @@ %changelog +* Sun Aug 27 2006 Jesse Keating - 0.1-3.20060813svn +- rebuild + * Mon Aug 14 2006 Jesse Keating - 0.1-2.20060813svn - Add some requires to -devel based on .pc contents From fedora-extras-commits at redhat.com Mon Aug 28 02:50:08 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 19:50:08 -0700 Subject: rpms/contacts/devel contacts.spec,1.5,1.6 Message-ID: <200608280250.k7S2oAGN002240@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2223 Modified Files: contacts.spec Log Message: bump for rebuild Index: contacts.spec =================================================================== RCS file: /cvs/extras/rpms/contacts/devel/contacts.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- contacts.spec 13 Aug 2006 20:57:41 -0000 1.5 +++ contacts.spec 28 Aug 2006 02:50:08 -0000 1.6 @@ -1,6 +1,6 @@ Name: contacts Version: 0.1 -Release: 4.20060813svn%{?dist} +Release: 5.20060813svn%{?dist} Summary: Contacts addressbook Group: Applications/Productivity @@ -88,6 +88,9 @@ %changelog +* Sun Aug 27 2006 Jesse Keating - 0.1-5.20060813svn +- rebuild + * Sun Aug 11 2006 Jesse Keating - 0.1-4.20060813svn - Pull an SVN snapshot for e-d-s fixes (among other things) From fedora-extras-commits at redhat.com Mon Aug 28 03:05:53 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:05:53 -0700 Subject: rpms/dates/devel needs.rebuild,1.1,NONE Message-ID: <200608280305.k7S35t1p005209@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5194 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:06:44 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:06:44 -0700 Subject: rpms/contacts/devel needs.rebuild,1.1,NONE Message-ID: <200608280306.k7S36kd3005242@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/contacts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5227 Removed Files: needs.rebuild Log Message: rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:11:45 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Sun, 27 Aug 2006 20:11:45 -0700 Subject: rpms/mock/devel needs.rebuild,1.1,NONE Message-ID: <200608280311.k7S3BlDn005349@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5334 Removed Files: needs.rebuild Log Message: rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:28:14 2006 From: fedora-extras-commits at redhat.com (Rick L. Vinyard (rvinyard)) Date: Sun, 27 Aug 2006 20:28:14 -0700 Subject: rpms/conexusmm/devel needs.rebuild,1.1,NONE Message-ID: <200608280328.k7S3SGXg005399@cvs-int.fedora.redhat.com> Author: rvinyard Update of /cvs/extras/rpms/conexusmm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5384 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:30:25 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:30:25 -0700 Subject: rpms/ganymed-ssh2/devel ganymed-ssh2.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280330.k7S3UR9F005447@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/ganymed-ssh2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5430 Modified Files: ganymed-ssh2.spec Removed Files: needs.rebuild Log Message: Rebuild Index: ganymed-ssh2.spec =================================================================== RCS file: /cvs/extras/rpms/ganymed-ssh2/devel/ganymed-ssh2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ganymed-ssh2.spec 28 Jul 2006 10:59:45 -0000 1.2 +++ ganymed-ssh2.spec 28 Aug 2006 03:30:24 -0000 1.3 @@ -3,7 +3,7 @@ Name: ganymed-ssh2 Version: 209 -Release: 5%{?dist} +Release: 6%{?dist} Summary: SSH-2 protocol implementation in pure Java Group: Development/Tools @@ -108,6 +108,9 @@ %changelog +* Sun Aug 27 2006 Robert Marcano 209-6 +- Rebuild + * Fri Jul 28 2006 Robert Marcano 209-5 - Rebuilt to pick up the changes in GCJ (bug #200480) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:34:34 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:34:34 -0700 Subject: rpms/freedoom/devel needs.rebuild,1.1,NONE Message-ID: <200608280334.k7S3YaWE005526@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/freedoom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5511 Removed Files: needs.rebuild Log Message: No rebuild necessary for this package. It contains game data only. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:35:49 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:35:49 -0700 Subject: rpms/deutex/devel deutex.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280335.k7S3ZpMc005554@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/deutex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5537 Modified Files: deutex.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: deutex.spec =================================================================== RCS file: /cvs/extras/rpms/deutex/devel/deutex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- deutex.spec 20 Apr 2006 16:23:55 -0000 1.2 +++ deutex.spec 28 Aug 2006 03:35:49 -0000 1.3 @@ -1,6 +1,6 @@ Name: deutex Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DOOM wad file manipulator Group: Amusements/Graphics @@ -59,6 +59,9 @@ %changelog +* Sun Aug 27 2006 Wart 4.4.0-3 +- Rebuild for FC-6 + * Sun Apr 20 2006 Wart 4.4.0-2 - Add freedoom to the list of known iwads. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:38:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:38:00 -0700 Subject: rpms/yadex/devel yadex.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280338.k7S3c2NZ005634@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/yadex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5617 Modified Files: yadex.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: yadex.spec =================================================================== RCS file: /cvs/extras/rpms/yadex/devel/yadex.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- yadex.spec 10 Apr 2006 15:35:56 -0000 1.2 +++ yadex.spec 28 Aug 2006 03:38:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: yadex Version: 1.7.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Doom level editor Group: Amusements/Graphics @@ -18,8 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils -#BuildRequires: xorg-x11-devel -# For FC-5's modular xorg BuildRequires: libX11-devel # Yadex needs an iwad to run. freedoom provides a free iwad that we can use. Requires: freedoom @@ -101,6 +99,9 @@ %changelog +* Sun Aug 27 2006 Wart 1.7.0-5 +- Rebuild for FC-6 + * Mon Apr 10 2006 Wart 1.7.0-4 - Update for modular x.org --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:39:41 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:39:41 -0700 Subject: rpms/crossfire-maps/devel needs.rebuild,1.1,NONE Message-ID: <200608280339.k7S3dhTa005701@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire-maps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5686 Removed Files: needs.rebuild Log Message: No rebuild necessary. Package contains game data only. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:41:04 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:41:04 -0700 Subject: rpms/javasvn/devel javasvn.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280341.k7S3f6rX005772@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/javasvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5742 Modified Files: javasvn.spec Removed Files: needs.rebuild Log Message: Rebuild Index: javasvn.spec =================================================================== RCS file: /cvs/extras/rpms/javasvn/devel/javasvn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- javasvn.spec 3 Aug 2006 11:38:22 -0000 1.4 +++ javasvn.spec 28 Aug 2006 03:41:04 -0000 1.5 @@ -3,7 +3,7 @@ Name: javasvn Version: 1.1.0 -Release: 0.2.beta4%{?dist} +Release: 0.3.beta4%{?dist} Summary: Pure Java Subversion client library Group: Development/Tools @@ -117,6 +117,9 @@ %changelog +* Mon Aug 28 2006 Robert Marcano 1.1.0-0.3.beta4 +- Rebuild + * Thu Aug 03 2006 Robert Marcano 1.1.0-0.2.beta4 - Fix bad relase tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:45:28 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 20:45:28 -0700 Subject: rpms/eclipse-subclipse/devel eclipse-subclipse.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280345.k7S3jUmL005950@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/eclipse-subclipse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5928 Modified Files: eclipse-subclipse.spec Removed Files: needs.rebuild Log Message: Rebuild Index: eclipse-subclipse.spec =================================================================== RCS file: /cvs/extras/rpms/eclipse-subclipse/devel/eclipse-subclipse.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eclipse-subclipse.spec 27 Aug 2006 00:56:47 -0000 1.1 +++ eclipse-subclipse.spec 28 Aug 2006 03:45:28 -0000 1.2 @@ -8,7 +8,7 @@ Name: eclipse-subclipse Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Subversion Eclipse plugin Group: Text Editors/Integrated Development Environments (IDE) @@ -211,6 +211,9 @@ %{eclipse_base}/plugins/org.tigris.subversion.book_* %changelog +* Mon Aug 28 2006 Robert Marcano 1.1.5-2 +- Rebuild + * Mon Aug 21 2006 Robert Marcano 1.1.5-1 - Update to upstream 1.1.5 - svnClientAdapter documentation files added. Subclipse includes an eclipse --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 03:53:57 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Sun, 27 Aug 2006 20:53:57 -0700 Subject: rpms/atlascpp/devel atlascpp.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280353.k7S3rxQj005993@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/atlascpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5976 Modified Files: atlascpp.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6 Index: atlascpp.spec =================================================================== RCS file: /cvs/extras/rpms/atlascpp/devel/atlascpp.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- atlascpp.spec 17 Jul 2006 22:50:52 -0000 1.1 +++ atlascpp.spec 28 Aug 2006 03:53:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: atlascpp Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: WorldForge message protocol library Group: Development/Libraries @@ -86,6 +86,9 @@ %{_mandir}/man3/Atlas* %changelog +* Sun Aug 27 2006 Wart 0.6.0-3 +- Rebuild for FC-6 + * Fri Jul 14 2006 Wart 0.6.0-2 - Add missing Requires: pkgconfig to -devel subpackage - Include man pages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:06:43 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 21:06:43 -0700 Subject: rpms/shorewall/devel shorewall.spec, 1.26, 1.27 needs.rebuild, 1.1, NONE Message-ID: <200608280406.k7S46jLo008798@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/shorewall/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8781 Modified Files: shorewall.spec Removed Files: needs.rebuild Log Message: Rebuild Index: shorewall.spec =================================================================== RCS file: /cvs/extras/rpms/shorewall/devel/shorewall.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- shorewall.spec 27 Aug 2006 02:22:49 -0000 1.26 +++ shorewall.spec 28 Aug 2006 04:06:43 -0000 1.27 @@ -1,6 +1,6 @@ Name: shorewall Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Iptables-based firewall for Linux systems @@ -85,6 +85,9 @@ %doc COPYING INSTALL changelog.txt releasenotes.txt README.txt Samples %changelog +* Mon Aug 28 2006 Robert Marcano - 3.2.3-2 +- Rebuild + * Sat Aug 26 2006 Robert Marcano - 3.2.3-1 - Update to upstream 3.2.3 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:08:48 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Sun, 27 Aug 2006 21:08:48 -0700 Subject: rpms/pyxdg/FC-3 pyxdg.spec,1.2,1.3 Message-ID: <200608280408.k7S48o7c008900@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/pyxdg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8883 Modified Files: pyxdg.spec Log Message: * Sun Aug 27 2006 Jason L Tibbitts III - 0.15-1.1 - Remove %{python_sitelib} dependency to prevent broken depencency on x86_64. Index: pyxdg.spec =================================================================== RCS file: /cvs/extras/rpms/pyxdg/FC-3/pyxdg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyxdg.spec 14 Oct 2005 20:30:09 -0000 1.2 +++ pyxdg.spec 28 Aug 2006 04:08:48 -0000 1.3 @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.15 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: PyXDG is a python library to access freedesktop.org standards @@ -14,7 +14,7 @@ BuildArch: noarch BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]"), %{python_sitelib} +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description PyXDG is a python library to access freedesktop.org standards @@ -38,6 +38,9 @@ %{python_sitelib}/xdg %changelog +* Sun Aug 27 2006 Jason L Tibbitts III - 0.15-1.1 +- Remove %%{python_sitelib} dependency to prevent broken depencency on x86_64. + * Fri Oct 14 2005 John Mahowald - 0.15-1 - Rebuilt for 0.15 From fedora-extras-commits at redhat.com Mon Aug 28 04:09:54 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:09:54 -0700 Subject: rpms/apg/devel apg.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608280409.k7S49ueS008966@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/apg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8949 Modified Files: apg.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: apg.spec =================================================================== RCS file: /cvs/extras/rpms/apg/devel/apg.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- apg.spec 17 Feb 2006 01:51:56 -0000 1.11 +++ apg.spec 28 Aug 2006 04:09:54 -0000 1.12 @@ -2,7 +2,7 @@ Name: apg Version: 2.3.0b -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Base URL: http://www.adel.nursat.kz/%{name}/ @@ -60,6 +60,9 @@ %{_sysconfdir}/xinetd.d/apgd %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.3.0b-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 2.3.0b-3 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:10:44 2006 From: fedora-extras-commits at redhat.com (Robert Marcano (robmv)) Date: Sun, 27 Aug 2006 21:10:44 -0700 Subject: rpms/kanatest/devel kanatest.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280410.k7S4AkWw009032@cvs-int.fedora.redhat.com> Author: robmv Update of /cvs/extras/rpms/kanatest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9015 Modified Files: kanatest.spec Removed Files: needs.rebuild Log Message: Rebuild Index: kanatest.spec =================================================================== RCS file: /cvs/extras/rpms/kanatest/devel/kanatest.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kanatest.spec 28 Jul 2006 11:10:59 -0000 1.4 +++ kanatest.spec 28 Aug 2006 04:10:44 -0000 1.5 @@ -1,6 +1,6 @@ Name: kanatest Version: 0.3.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Hiragana and Katakana drill tool Group: Amusements/Games @@ -57,17 +57,20 @@ %changelog -* Fri Jul 28 2006 Robert Marcano - 0.3.6-5 +* Mon Aug 28 2006 Robert Marcano - 0.3.6-6 +- Rebuild + +* Fri Jul 28 2006 Robert Marcano - 0.3.6-5 - Fix build in mock (bug #200076) -* Mon Feb 13 2006 Robert Marcano - 0.3.6-4 +* Mon Feb 13 2006 Robert Marcano - 0.3.6-4 - Rebuild for Fedora Extras 5 -* Fri May 20 2005 Robert Marcano - 0.3.6-3 +* Fri May 20 2005 Robert Marcano - 0.3.6-3 - Added desktop-file-utils to BuildRequires -* Mon May 09 2005 Robert Marcano - 0.3.6-2 +* Mon May 09 2005 Robert Marcano - 0.3.6-2 - Fix spec file following fedora-extras-list recomendations -* Sun May 08 2005 Robert Marcano - 0.3.6-1 +* Sun May 08 2005 Robert Marcano - 0.3.6-1 - Initial RPM release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:11:42 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:11:42 -0700 Subject: rpms/fwrestart/devel fwrestart.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280411.k7S4BiJR009108@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/fwrestart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9087 Modified Files: fwrestart.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: fwrestart.spec =================================================================== RCS file: /cvs/extras/rpms/fwrestart/devel/fwrestart.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fwrestart.spec 9 May 2006 02:58:20 -0000 1.4 +++ fwrestart.spec 28 Aug 2006 04:11:41 -0000 1.5 @@ -1,7 +1,7 @@ Summary: A way to more safely re-load firewall rules remotely Name: fwrestart Version: 1.04 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System URL: http://www.tummy.com/Community/software/ @@ -45,6 +45,9 @@ %{_sbindir}/fwrestart %changelog +* Sun Aug 27 2006 Kevin Fenzi - 1.04-2 +- Rebuild for fc6 + * Mon May 8 2006 Kevin Fenzi - 1.04-1 - Update to 1.04 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:12:24 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:24 -0700 Subject: rpms/wine-docs/FC-4 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.23, 1.24 Message-ID: <200608280412.k7S4Cu3r009229@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-4 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:24 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:02 -0000 1.16 +++ sources 28 Aug 2006 04:12:24 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-4/wine-docs.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.23 +++ wine-docs.spec 28 Aug 2006 04:12:24 -0000 1.24 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -51,6 +51,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:23 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:23 -0700 Subject: rpms/wine-docs/FC-3 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.19, 1.20 Message-ID: <200608280412.k7S4CugJ009224@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-3 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:01 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:23 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:01 -0000 1.16 +++ sources 28 Aug 2006 04:12:23 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-3/wine-docs.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- wine-docs.spec 21 Aug 2006 06:25:01 -0000 1.19 +++ wine-docs.spec 28 Aug 2006 04:12:23 -0000 1.20 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:30 -0700 Subject: rpms/wine-docs/FC-5 .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.16, 1.17 Message-ID: <200608280413.k7S4D2vS009234@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/FC-5 Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:02 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:02 -0000 1.16 +++ sources 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/FC-5/wine-docs.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- wine-docs.spec 21 Aug 2006 06:25:02 -0000 1.16 +++ wine-docs.spec 28 Aug 2006 04:12:30 -0000 1.17 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:12:30 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Sun, 27 Aug 2006 21:12:30 -0700 Subject: rpms/wine-docs/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wine-docs.spec, 1.16, 1.17 Message-ID: <200608280413.k7S4D3QO009239@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine-docs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9152/devel Modified Files: .cvsignore sources wine-docs.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 21 Aug 2006 06:25:03 -0000 1.16 +++ .cvsignore 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -wine-docs-0.9.19.tar.bz2 +wine-docs-0.9.20.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 21 Aug 2006 06:25:03 -0000 1.16 +++ sources 28 Aug 2006 04:12:30 -0000 1.17 @@ -1 +1 @@ -1788b1264747e417108c148884940311 wine-docs-0.9.19.tar.bz2 +770e081e2917d291294c157dda4856eb wine-docs-0.9.20.tar.bz2 Index: wine-docs.spec =================================================================== RCS file: /cvs/extras/rpms/wine-docs/devel/wine-docs.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- wine-docs.spec 21 Aug 2006 06:25:03 -0000 1.16 +++ wine-docs.spec 28 Aug 2006 04:12:30 -0000 1.17 @@ -1,12 +1,12 @@ Name: wine-docs -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: Documentation for wine Group: Documentation License: LGPL URL: http://www.winehq.org -Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.19.tar.bz2 +Source0: http://ibiblio.org/pub/linux/system/emulators/wine/wine-docs-0.9.20.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: docbook-utils-pdf @@ -37,6 +37,10 @@ %doc en/*pdf en/*ps en/*txt en/*html COPYING.LIB %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Mon Aug 28 04:16:59 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:16:59 -0700 Subject: rpms/aspell-mi/devel aspell-mi.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280417.k7S4H1XQ009428@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/aspell-mi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9411 Modified Files: aspell-mi.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: aspell-mi.spec =================================================================== RCS file: /cvs/extras/rpms/aspell-mi/devel/aspell-mi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aspell-mi.spec 20 Jul 2006 20:55:06 -0000 1.1 +++ aspell-mi.spec 28 Aug 2006 04:16:59 -0000 1.2 @@ -2,7 +2,7 @@ Name: aspell-mi Version: 0.50 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNU Aspell Maori Dictionary Package Group: Applications/Text @@ -42,6 +42,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.50-3 +- Rebuild for FC6 + * Fri Jul 21 2006 Michael J. Knox - 0.50-2 - fixed license. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:19:00 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:19:00 -0700 Subject: rpms/doctorj/devel doctorj.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608280419.k7S4J2LI009538@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/doctorj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9521 Modified Files: doctorj.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: doctorj.spec =================================================================== RCS file: /cvs/extras/rpms/doctorj/devel/doctorj.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- doctorj.spec 26 Jul 2006 18:50:05 -0000 1.18 +++ doctorj.spec 28 Aug 2006 04:19:00 -0000 1.19 @@ -1,6 +1,6 @@ Name: doctorj Version: 5.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java source code analyzer Group: Development/Tools @@ -61,6 +61,9 @@ %{_libdir}/gcj/%{name} %changelog +* Mon Aug 27 2006 Michael J. Knox - 5.0.0-7 +- Rebuild for FC6 + * Thu Jul 27 2006 Michael J. Knox - 5.0.0-6 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:19:29 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:19:29 -0700 Subject: rpms/duplicity/devel duplicity.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280419.k7S4JV0O009602@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/duplicity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9585 Modified Files: duplicity.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: duplicity.spec =================================================================== RCS file: /cvs/extras/rpms/duplicity/devel/duplicity.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- duplicity.spec 20 May 2006 20:38:00 -0000 1.8 +++ duplicity.spec 28 Aug 2006 04:19:29 -0000 1.9 @@ -4,7 +4,7 @@ Version: 0.4.2 Summary: Untrusted/encrypted backup using rsync algorithm Name: duplicity -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.nongnu.org/duplicity/ Source: http://savannah.nongnu.org/download/duplicity/%{name}-%{version}.tar.gz License: GPL @@ -53,6 +53,9 @@ %ghost %{_libdir}/python%{PYTHON_VERSION}/site-packages/duplicity/*.pyo %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.4.2-2 +- Rebuild for FC6 + * Tue May 16 2006 Michael J. Knox - 0.4.2-1 - verion bump --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:20:04 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:20:04 -0700 Subject: rpms/freeglut/devel freeglut.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280420.k7S4K6dc009670@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/freeglut/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9653 Modified Files: freeglut.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: freeglut.spec =================================================================== RCS file: /cvs/extras/rpms/freeglut/devel/freeglut.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- freeglut.spec 26 Jul 2006 02:18:26 -0000 1.1 +++ freeglut.spec 28 Aug 2006 04:20:04 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A freely licensed alternative to the GLUT library Name: freeglut Version: 2.4.0 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://freeglut.sourceforge.net Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz License: MIT @@ -85,6 +85,9 @@ %{_libdir}/libglut.so %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.4.0-10 +- Rebuild for FC6 + * Wed Jul 26 2006 Michael J. Knox - 2.4.0-9 - disblaed static build - dropped unneeded requires --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:20:33 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:20:33 -0700 Subject: rpms/gdk-pixbuf/devel gdk-pixbuf.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608280420.k7S4KZ1a009740@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gdk-pixbuf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9723 Modified Files: gdk-pixbuf.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gdk-pixbuf.spec =================================================================== RCS file: /cvs/extras/rpms/gdk-pixbuf/devel/gdk-pixbuf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gdk-pixbuf.spec 23 Jun 2006 23:42:29 -0000 1.6 +++ gdk-pixbuf.spec 28 Aug 2006 04:20:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: gdk-pixbuf Version: 0.22.0 -Release: 30%{?dist} +Release: 31%{?dist} Epoch: 1 Summary: An image loading library used with GNOME License: LGPL @@ -124,6 +124,9 @@ %{_datadir}/gnome/html/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 1:0.22.0-31 +- Rebuild for FC6 + * Sat Jun 24 2006 Michael J. Knox - 1:0.22.0-30 - don't require packages that don't exist --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:21:08 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:21:08 -0700 Subject: rpms/gnofract4d/devel gnofract4d.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608280421.k7S4LAsY009811@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnofract4d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9794 Modified Files: gnofract4d.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnofract4d.spec =================================================================== RCS file: /cvs/extras/rpms/gnofract4d/devel/gnofract4d.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnofract4d.spec 19 Jul 2006 21:16:38 -0000 1.11 +++ gnofract4d.spec 28 Aug 2006 04:21:08 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnofract4d Version: 2.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnofract 4D is a Gnome-based program to draw fractals Group: Amusements/Graphics License: GPL @@ -68,6 +68,9 @@ %{_datadir}/formulas/gnofract4d/ %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.14-4 +- Rebuild for FC6 + * Thu Jul 20 2006 Michael J. Knox - 2.14-3 - fixed bz# 192878 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:21:44 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:21:44 -0700 Subject: rpms/gnome-password-generator/devel gnome-password-generator.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608280421.k7S4Lkf0009877@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnome-password-generator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9860 Modified Files: gnome-password-generator.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnome-password-generator.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-password-generator/devel/gnome-password-generator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-password-generator.spec 27 Apr 2006 19:06:05 -0000 1.7 +++ gnome-password-generator.spec 28 Aug 2006 04:21:44 -0000 1.8 @@ -54,6 +54,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 1.4-5 +- Rebuild for FC6 + * Fri Apr 28 2006 Michael J. Knox - 1.4-4 - taking ownership, spec clean up --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:22:03 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:22:03 -0700 Subject: rpms/gnome-themes-extras/devel gnome-themes-extras.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280422.k7S4M58P009935@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gnome-themes-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9918 Modified Files: gnome-themes-extras.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gnome-themes-extras.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-themes-extras/devel/gnome-themes-extras.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gnome-themes-extras.spec 6 Jun 2006 03:26:37 -0000 1.16 +++ gnome-themes-extras.spec 28 Aug 2006 04:22:03 -0000 1.17 @@ -1,6 +1,6 @@ Name: gnome-themes-extras Version: 0.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of metathemes for the Gnome desktop environment @@ -49,7 +49,9 @@ %{_datadir}/themes/* -%changelog +%changelog* Mon Aug 27 2006 Michael J. Knox - 0.9.0-4 +- Rebuild for FC6 + * Tue Jun 06 2006 Michael J. Knox - 0.9.0-3 - add builreq on perl(XML::Parser) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:22:31 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:22:31 -0700 Subject: rpms/gurlchecker/devel gurlchecker.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280422.k7S4MXAc010001@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/gurlchecker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: gurlchecker.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: gurlchecker.spec =================================================================== RCS file: /cvs/extras/rpms/gurlchecker/devel/gurlchecker.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gurlchecker.spec 17 Jun 2006 04:39:27 -0000 1.16 +++ gurlchecker.spec 28 Aug 2006 04:22:31 -0000 1.17 @@ -1,6 +1,6 @@ Name: gurlchecker Version: 0.10.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Gnome link validity checker @@ -48,6 +48,9 @@ %{_mandir}/man?/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 0.10.0-4 +- Rebuild for FC6 + * Sun Jun 17 2006 Michael J. Knox - 0.10.0-3 - rebuild for new gnutls --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:23:11 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:23:11 -0700 Subject: rpms/imlib/devel imlib.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280423.k7S4NDrx010067@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/imlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10050 Modified Files: imlib.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: imlib.spec =================================================================== RCS file: /cvs/extras/rpms/imlib/devel/imlib.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- imlib.spec 3 Jul 2006 23:05:07 -0000 1.1 +++ imlib.spec 28 Aug 2006 04:23:10 -0000 1.2 @@ -3,7 +3,7 @@ Summary: An image loading and rendering library for X11R6 Name: imlib Version: 1.9.13 -Release: 28%{?dist} +Release: 29%{?dist} Epoch: 1 License: LGPL Group: System Environment/Libraries @@ -132,6 +132,9 @@ %{_datadir}/man/man*/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 1:1.9.13-29 +- Rebuild for FC6 + * Thu Jun 29 2006 Michael J. Knox - 1:1.9.13-28 - spec tidy for FE import --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:23:39 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:23:39 -0700 Subject: rpms/libedit/devel libedit.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280423.k7S4NfKI010133@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/libedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10116 Modified Files: libedit.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: libedit.spec =================================================================== RCS file: /cvs/extras/rpms/libedit/devel/libedit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libedit.spec 29 Jun 2006 05:44:59 -0000 1.2 +++ libedit.spec 28 Aug 2006 04:23:39 -0000 1.3 @@ -2,7 +2,7 @@ Name: libedit Version: 2.9 -Release: 3.%{snap}cvs%{?dist} +Release: 4.%{snap}cvs%{?dist} Summary: The NetBSD Editline library (libedit) Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_mandir}/man5/* %changelog +* Mon Aug 27 2006 Michael J. Knox - 2.9-3.20060603cvs +- Rebuild for FC6 + * Thu Jun 29 2006 Michael J. Knox - 2.9-3.20060603cvs - updated to current snapshot - fixed incoherent-version-in-changelog rpmlint messages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:24:13 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:13 -0700 Subject: rpms/lua/devel lua.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608280424.k7S4OFsW010199@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/lua/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10182 Modified Files: lua.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: lua.spec =================================================================== RCS file: /cvs/extras/rpms/lua/devel/lua.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lua.spec 7 Jun 2006 20:03:20 -0000 1.17 +++ lua.spec 28 Aug 2006 04:24:13 -0000 1.18 @@ -1,6 +1,6 @@ Name: lua Version: 5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Powerful light-weight programming language Group: Development/Languages @@ -72,6 +72,9 @@ %changelog +* Mon Aug 27 2006 Michael J. Knox - 5.1-7 +- Rebuild for FC6 + * Thu Jun 08 2006 Michael J. Knox - 5.1-6 - fixed broken provides --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:24:47 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:47 -0700 Subject: rpms/pam_script/devel pam_script.spec,1.1,1.2 Message-ID: <200608280424.k7S4Oncb010334@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/pam_script/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/pam_script/devel Modified Files: pam_script.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:48 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:48 -0700 Subject: rpms/perl-Net-SCP/devel perl-Net-SCP.spec,1.9,1.10 Message-ID: <200608280424.k7S4Oogk010340@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/perl-Net-SCP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/perl-Net-SCP/devel Modified Files: perl-Net-SCP.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:47 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:47 -0700 Subject: rpms/perl-Chart/devel perl-Chart.spec,1.7,1.8 Message-ID: <200608280424.k7S4OnVu010338@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/perl-Chart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/perl-Chart/devel Modified Files: perl-Chart.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:45 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:45 -0700 Subject: rpms/ots/devel ots.spec,1.7,1.8 Message-ID: <200608280425.k7S4PHHY010345@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/ots/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/ots/devel Modified Files: ots.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:24:46 2006 From: fedora-extras-commits at redhat.com (Michael J Knox (mjk)) Date: Sun, 27 Aug 2006 21:24:46 -0700 Subject: rpms/pam_mount/devel pam_mount.spec,1.17,1.18 Message-ID: <200608280425.k7S4PIde010348@cvs-int.fedora.redhat.com> Author: mjk Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10252/pam_mount/devel Modified Files: pam_mount.spec Log Message: Rebuild for FC6 From fedora-extras-commits at redhat.com Mon Aug 28 04:25:55 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:25:55 -0700 Subject: rpms/lrmi/devel lrmi.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280425.k7S4PvE0010381@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/lrmi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10364 Modified Files: lrmi.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: lrmi.spec =================================================================== RCS file: /cvs/extras/rpms/lrmi/devel/lrmi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lrmi.spec 12 Mar 2006 11:44:29 -0000 1.8 +++ lrmi.spec 28 Aug 2006 04:25:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: lrmi Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for calling real mode BIOS routines Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 0.10-2 +- Rebuild for fc6 + * Sun Mar 12 2006 Ville Skytt?? - 0.10-1 - 0.10, asm patch applied upstream. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:28:35 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:28:35 -0700 Subject: rpms/munin/devel munin.spec,1.8,1.9 Message-ID: <200608280428.k7S4Scwf010460@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10439 Modified Files: munin.spec Log Message: Rebuild for fc6 Index: munin.spec =================================================================== RCS file: /cvs/extras/rpms/munin/devel/munin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- munin.spec 28 Jun 2006 04:26:25 -0000 1.8 +++ munin.spec 28 Aug 2006 04:28:35 -0000 1.9 @@ -1,6 +1,6 @@ Name: munin Version: 1.2.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) License: GPL Group: System Environment/Daemons @@ -226,6 +226,9 @@ %doc %{_mandir}/man5/munin-node* %changelog +* Sun Aug 27 2006 Kevin Fenzi - 1.2.4-10 +- Rebuild for fc6 + * Tue Jun 27 2006 Kevin Fenzi - 1.2.4-9 - Re-enable snmp plugins now that perl-Net-SNMP is available (fixes 196588) - Thanks to Herbert Straub for patch. From fedora-extras-commits at redhat.com Mon Aug 28 04:30:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:30:47 -0700 Subject: rpms/p0f/devel p0f.spec,1.10,1.11 Message-ID: <200608280430.k7S4UnlG010548@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10527 Modified Files: p0f.spec Log Message: Rebuild for fc6 Index: p0f.spec =================================================================== RCS file: /cvs/extras/rpms/p0f/devel/p0f.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- p0f.spec 24 Aug 2006 03:50:37 -0000 1.10 +++ p0f.spec 28 Aug 2006 04:30:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: p0f Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Versatile passive OS fingerprinting tool Group: Applications/Internet @@ -51,6 +51,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.0.7-2 +- Rebuild for fc6 + * Wed Aug 23 2006 Kevin Fenzi - 2.0.7-1 - Update to 2.0.7 From fedora-extras-commits at redhat.com Mon Aug 28 04:31:04 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:31:04 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.3,1.4 Message-ID: <200608280431.k7S4V6Dv010613@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10594 Modified Files: jfbterm.spec Log Message: Remove X requirement Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jfbterm.spec 28 Aug 2006 00:54:46 -0000 1.3 +++ jfbterm.spec 28 Aug 2006 04:31:04 -0000 1.4 @@ -30,10 +30,10 @@ BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. -Requires: efont-unicode-bdf -Requires: xorg-x11-fonts-base -Requires: xorg-x11-fonts-misc -Requires: fonts-japanese +#Requires: efont-unicode-bdf +#Requires: xorg-x11-fonts-base +#Requires: xorg-x11-fonts-misc +#Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is @@ -79,38 +79,6 @@ %install %{__rm} -rf %{buildroot} -relative_ln(){ - set +x - src=$1 - target=$2 - - if [ -d $src ] ; then src=${src}/ ; fi - if [ -d $target ] ; then target=${target}/ ; fi - - src=`echo $src | sed -e 's|//*|/|g'` - target=`echo $target | sed -e 's|//*|/|g'` - - eval dist=\$\{target#%{buildroot}\} - - unset dir1 dir2 dir - dir1=/ - dir2=/ - while [ x$dir1 = x$dir2 ] ; do - dir=$dir1 - src=`echo $src | sed -e 's|^[^/]*/||'` - dist=`echo $dist | sed -e 's|^[^/]*/||'` - - dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" - dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" - done - dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` - dir_upward=${dir_upward#/} - - set -x - ln -sf ${dir_upward}${src} $target - -} - %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm @@ -129,9 +97,9 @@ # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. -%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* +#%%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* -relative_ln \ +cp -p \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ @@ -145,7 +113,7 @@ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi @@ -158,7 +126,7 @@ font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done @@ -202,6 +170,11 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 +- Really copy font files, not use symlink to get rid of X requirement. + (This package is aimed for CUI use, so X requirement is + unwilling) + * Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 - Rebuild for mass rebuild and kernel-headers (glibc-kernheaders removed). From fedora-extras-commits at redhat.com Mon Aug 28 04:31:49 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:31:49 -0700 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.2,1.3 Message-ID: <200608280431.k7S4VpjT010641@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10624 Modified Files: jfbterm.spec Log Message: Remove X requirement Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jfbterm.spec 21 Aug 2006 02:55:11 -0000 1.2 +++ jfbterm.spec 28 Aug 2006 04:31:49 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 7%{?dist} +Release: 8.1%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz @@ -30,10 +30,10 @@ BuildRequires: xorg-x11-fonts-misc BuildRequires: fonts-japanese # Now fonts are symlinks so really these rpms are required. -Requires: efont-unicode-bdf -Requires: xorg-x11-fonts-base -Requires: xorg-x11-fonts-misc -Requires: fonts-japanese +#Requires: efont-unicode-bdf +#Requires: xorg-x11-fonts-base +#Requires: xorg-x11-fonts-misc +#Requires: fonts-japanese %description JFBTERM/ME takes advantages of framebuffer device that is @@ -79,38 +79,6 @@ %install %{__rm} -rf %{buildroot} -relative_ln(){ - set +x - src=$1 - target=$2 - - if [ -d $src ] ; then src=${src}/ ; fi - if [ -d $target ] ; then target=${target}/ ; fi - - src=`echo $src | sed -e 's|//*|/|g'` - target=`echo $target | sed -e 's|//*|/|g'` - - eval dist=\$\{target#%{buildroot}\} - - unset dir1 dir2 dir - dir1=/ - dir2=/ - while [ x$dir1 = x$dir2 ] ; do - dir=$dir1 - src=`echo $src | sed -e 's|^[^/]*/||'` - dist=`echo $dist | sed -e 's|^[^/]*/||'` - - dir1="${dir1}`echo $src | sed -e 's|/.*$|/|'`" - dir2="${dir2}`echo $dist | sed -e 's|/.*$|/|'`" - done - dir_upward=`echo $dist | sed -e 's|[^/][^/]*/|../|g' | sed -e 's|[^/][^/]*$||'` - dir_upward=${dir_upward#/} - - set -x - ln -sf ${dir_upward}${src} $target - -} - %{__mkdir_p} %{buildroot}%{_sysconfdir} %{__mkdir_p} %{buildroot}%{_datadir}/fonts/jfbterm @@ -129,9 +97,9 @@ # install fonts by symlink # for fc5 and above, X11R6 directory is no longer used. -%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* +#%%{__rm} -rf %{buildroot}%{_datadir}/fonts/jfbterm/* -relative_ln \ +cp -p \ %{_datadir}/fonts/japanese/efont-unicode-bdf/b16.pcf.gz \ %{buildroot}%{_datadir}/fonts/jfbterm/ @@ -145,7 +113,7 @@ %{_datadir}/X11/fonts/misc \ ; do if [ -f $path/$font -a $status = 1 ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 break fi @@ -158,7 +126,7 @@ font=8x13-ISO8859-${num}.pcf.gz path=%{_datadir}/X11/fonts/misc if [ -f $path/$font ] ; then - relative_ln $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ + cp -p $path/$font %{buildroot}%{_datadir}/fonts/jfbterm/ status=0 fi done @@ -202,6 +170,15 @@ %{_datadir}/terminfo/j/jfbterm %ChangeLog +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-9 +- Really copy font files, not use symlink to get rid of X requirement. + (This package is aimed for CUI use, so X requirement is + unwilling) + +* Mon Aug 28 2006 Mamoru Tasaka 0.4.7-8.1 +- Rebuild for mass rebuild and kernel-headers + (glibc-kernheaders removed). + * Sun Aug 20 2006 Mamoru Tasaka 0.4.7-7 - Fix compilation problem on ppc. From fedora-extras-commits at redhat.com Mon Aug 28 04:33:03 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:33:03 -0700 Subject: rpms/jfbterm/FC-5 jfbterm.spec,1.3,1.4 Message-ID: <200608280433.k7S4X5hh010707@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10690 Modified Files: jfbterm.spec Log Message: Oops... Fix release Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/FC-5/jfbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jfbterm.spec 28 Aug 2006 04:31:49 -0000 1.3 +++ jfbterm.spec 28 Aug 2006 04:33:03 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 8.1%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 04:33:36 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Sun, 27 Aug 2006 21:33:36 -0700 Subject: rpms/jfbterm/devel jfbterm.spec,1.4,1.5 Message-ID: <200608280433.k7S4Xcm1010778@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/jfbterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10756 Modified Files: jfbterm.spec Log Message: Oops... Fix release Index: jfbterm.spec =================================================================== RCS file: /cvs/extras/rpms/jfbterm/devel/jfbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jfbterm.spec 28 Aug 2006 04:31:04 -0000 1.4 +++ jfbterm.spec 28 Aug 2006 04:33:36 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Japanese Console for Linux Frame Buffer Device Name: jfbterm Version: 0.4.7 -Release: 8.1%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/System Source0: http://downloads.sourceforge.jp/jfbterm/13501/jfbterm-%{version}.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 04:34:14 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:34:14 -0700 Subject: rpms/xosd/devel xosd.spec,1.13,1.14 Message-ID: <200608280434.k7S4YH78010844@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xosd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10827 Modified Files: xosd.spec Log Message: Rebuild for fc6 Index: xosd.spec =================================================================== RCS file: /cvs/extras/rpms/xosd/devel/xosd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xosd.spec 16 Jun 2006 19:02:47 -0000 1.13 +++ xosd.spec 28 Aug 2006 04:34:14 -0000 1.14 @@ -5,7 +5,7 @@ Name: xosd Version: 2.2.14 -Release: 7%{?dist} +Release: 8%{?dist} Summary: On-screen display library for X Group: System Environment/Libraries @@ -128,6 +128,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 2.2.14-8 +- Rebuild for fc6 + * Fri Jun 16 2006 Kevin Fenzi - 2.2.14-7 - Rebuild against new libgdk_pixbuf From fedora-extras-commits at redhat.com Mon Aug 28 04:34:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:34:50 -0700 Subject: rpms/xosd/devel needs.rebuild,1.1,NONE Message-ID: <200608280434.k7S4YqVb010870@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xosd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10855 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:36:06 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:36:06 -0700 Subject: rpms/p0f/devel needs.rebuild,1.1,NONE Message-ID: <200608280436.k7S4a8nB010949@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/p0f/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10934 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:36:49 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:36:49 -0700 Subject: rpms/munin/devel needs.rebuild,1.1,NONE Message-ID: <200608280436.k7S4ap68010985@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10970 Removed Files: needs.rebuild Log Message: Rebuild for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:05 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:05 -0700 Subject: rpms/bochs/devel needs.rebuild,1.1,NONE Message-ID: <200608280437.k7S4b78Y011008@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bochs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10991 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:31 -0700 Subject: rpms/childsplay/devel needs.rebuild,1.1,NONE Message-ID: <200608280437.k7S4bXOf011042@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11027 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:37:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:37:58 -0700 Subject: rpms/childsplay_plugins/devel needs.rebuild,1.1,NONE Message-ID: <200608280438.k7S4c0Kq011073@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/childsplay_plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11055 Removed Files: needs.rebuild Log Message: Rebuild yesterday for new upstream release and no rawhide push was done since, so a new rebuild is useless --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:39:35 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:39:35 -0700 Subject: rpms/fRaBs/devel needs.rebuild,1.1,NONE Message-ID: <200608280439.k7S4dbGP011111@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/fRaBs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11094 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:39:40 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Sun, 27 Aug 2006 21:39:40 -0700 Subject: rpms/tpb/devel tpb.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280439.k7S4dgWe011132@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11113 Modified Files: tpb.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tpb.spec 19 May 2006 19:33:21 -0000 1.13 +++ tpb.spec 28 Aug 2006 04:39:40 -0000 1.14 @@ -1,6 +1,6 @@ Name: tpb Version: 0.6.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: ThinkPad button support utility Group: System Environment/Base @@ -99,6 +99,9 @@ %changelog +* Sun Aug 27 2006 Kevin Fenzi - 0.6.4-5 +- Rebuild for fc6 + * Fri May 19 2006 Kevin Fenzi - 0.6.4-4 - Bring back from Attic and build for devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:40:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:40:28 -0700 Subject: rpms/crystal-stacker-themes/devel needs.rebuild,1.1,NONE Message-ID: <200608280440.k7S4eUfi011200@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11185 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:41:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:41:18 -0700 Subject: rpms/raidem-music/devel needs.rebuild,1.1,NONE Message-ID: <200608280441.k7S4fKNG011226@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/raidem-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11211 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:41:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:41:55 -0700 Subject: rpms/trackballs-music/devel needs.rebuild,1.1,NONE Message-ID: <200608280441.k7S4fv78011252@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs-music/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11237 Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:46:57 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Sun, 27 Aug 2006 21:46:57 -0700 Subject: rpms/php-shout/devel Makefile, 1.1, 1.2 php-shout.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280446.k7S4kx5U011302@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11283 Modified Files: Makefile php-shout.spec Removed Files: needs.rebuild Log Message: Mass Rebuild for FC6 Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile 15 Aug 2006 03:14:53 -0000 1.1 +++ Makefile 28 Aug 2006 04:46:57 -0000 1.2 @@ -2,6 +2,7 @@ # $Id$ NAME := php-shout SPECFILE = $(firstword $(wildcard *.spec)) +MOCKARGS = --autocache define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done Index: php-shout.spec =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/php-shout.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-shout.spec 15 Aug 2006 04:06:48 -0000 1.3 +++ php-shout.spec 28 Aug 2006 04:46:57 -0000 1.4 @@ -3,7 +3,7 @@ Name: php-shout Version: 0.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: PHP module for communicating with Icecast servers Source0: http://dl.sf.net/phpshout/phpShout-%{version}.tar.gz @@ -16,7 +16,7 @@ # Will hopefully go away once libogg-devel and/or libshout-devel specify this BR: BuildRequires: pkgconfig BuildRequires: libshout-devel >= 2.1 -Requires: php-api >= %{php_apiver} +Requires: php-api = %{php_apiver} %description The php-shout package is an extension to the PHP Hypertext Preprocessor. @@ -72,6 +72,9 @@ %{php_extdir}/shout.so %changelog +* Fri Aug 11 2006 Brandon Holbrook 0.3.1-6 +- Mass Rebuild for FC6 + * Fri Aug 11 2006 Brandon Holbrook 0.3.1-5 - New FE php macros - Minor syntax / permission changes --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:55:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:55:11 -0700 Subject: rpms/worminator-data/devel worminator-data.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280455.k7S4tDRc011385@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11368 Modified Files: worminator-data.spec Removed Files: needs.rebuild Log Message: content only noarch package, no use in rebuilding Index: worminator-data.spec =================================================================== RCS file: /cvs/extras/rpms/worminator-data/devel/worminator-data.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- worminator-data.spec 14 Mar 2006 13:35:37 -0000 1.2 +++ worminator-data.spec 28 Aug 2006 04:55:11 -0000 1.3 @@ -10,6 +10,7 @@ Source2: license-change.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +Requires: worminator %description Data for worminator the game where you play as The Worminator and fight your --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 04:58:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 21:58:53 -0700 Subject: rpms/AllegroOGG/devel AllegroOGG.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280458.k7S4wt7n012145@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/AllegroOGG/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12109 Modified Files: AllegroOGG.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.3-3 - FE6 Rebuild Index: AllegroOGG.spec =================================================================== RCS file: /cvs/extras/rpms/AllegroOGG/devel/AllegroOGG.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- AllegroOGG.spec 30 Apr 2006 06:41:34 -0000 1.1 +++ AllegroOGG.spec 28 Aug 2006 04:58:53 -0000 1.2 @@ -1,6 +1,6 @@ Name: AllegroOGG Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ogg library for use with the Allegro game library Group: System Environment/Libraries License: BSD @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.3-3 +- FE6 Rebuild + * Sat Apr 20 2006 Hans de Goede 1.0.3-2 - Rename .so file from liballog.so(.0) to libAllegroOGG.so(.0) and put the headers in /usr/include/AllegroOGG to avoid any future conflicts with the --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:00:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:00:40 -0700 Subject: rpms/ClanLib/devel ClanLib.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280500.k7S50g2Z012354@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12337 Modified Files: ClanLib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.8.0-2 - FE6 Rebuild Index: ClanLib.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib/devel/ClanLib.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ClanLib.spec 13 Aug 2006 10:39:27 -0000 1.6 +++ ClanLib.spec 28 Aug 2006 05:00:40 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Cross platform C++ game library Name: ClanLib Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: zlib License URL: http://www.clanlib.org/ @@ -80,6 +80,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.8.0-2 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 0.8.0-1 - 0.8.0 final, warning ABI changed without soname change! - Drop both our patches (both upstreamed) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:01:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:01:50 -0700 Subject: rpms/ClanLib06/devel ClanLib06.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608280502.k7S52PK1015020@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ClanLib06/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14999 Modified Files: ClanLib06.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.6.5-7 - FE6 Rebuild Index: ClanLib06.spec =================================================================== RCS file: /cvs/extras/rpms/ClanLib06/devel/ClanLib06.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ClanLib06.spec 31 Jul 2006 06:13:30 -0000 1.4 +++ ClanLib06.spec 28 Aug 2006 05:01:50 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Version 0.6 of this Cross platform C++ game library Name: ClanLib06 Version: 0.6.5 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Libraries License: LGPL URL: http://www.clanlib.org/ @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.6.5-7 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 0.6.5-6 - Add missing Requires: libpng-devel to the -devel package . --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:03:43 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:03:43 -0700 Subject: rpms/Glide3/devel Glide3.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608280503.k7S53jqB015089@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15072 Modified Files: Glide3.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 20050815-5 - FE6 Rebuild Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Glide3.spec 28 Apr 2006 09:32:50 -0000 1.16 +++ Glide3.spec 28 Aug 2006 05:03:43 -0000 1.17 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20050815 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Glide3 runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 is untested ExclusiveArch: %{ix86} alpha ia64 x86_64 @@ -150,6 +150,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 20050815-5 +- FE6 Rebuild + * Fri Apr 28 2006 Hans de Goede 20050815-4 - Add scripts to set SELinux type for the .so files to textrel_shlib_t on i386, because of the non PIC asm used on i386 (bz 187484). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:04:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:04:21 -0700 Subject: rpms/Glide3-libGL/devel Glide3-libGL.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280504.k7S54NXb015211@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3-libGL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15194 Modified Files: Glide3-libGL.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 6.2.1-6 - FE6 Rebuild Index: Glide3-libGL.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3-libGL/devel/Glide3-libGL.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Glide3-libGL.spec 13 Feb 2006 21:41:18 -0000 1.3 +++ Glide3-libGL.spec 28 Aug 2006 05:04:20 -0000 1.4 @@ -1,6 +1,6 @@ Name: Glide3-libGL Version: 6.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Glide3 OpenGL library for use with 3Dfx Voodoo 1 & 2 cards Group: System Environment/Libraries License: MIT/X11 @@ -69,6 +69,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 6.2.1-6 +- FE6 Rebuild + * Mon Feb 13 2006 Hans de Goede 6.2.1-5 - Bump release and rebuild for new gcc4.1 and glibc. - add %%{?dist} for consistency with my other packages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:04:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:04:53 -0700 Subject: rpms/Hermes/devel Hermes.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280504.k7S54tSs015277@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Hermes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15260 Modified Files: Hermes.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.3.3-11 - FE6 Rebuild Index: Hermes.spec =================================================================== RCS file: /cvs/extras/rpms/Hermes/devel/Hermes.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Hermes.spec 23 Jul 2006 20:55:24 -0000 1.12 +++ Hermes.spec 28 Aug 2006 05:04:53 -0000 1.13 @@ -1,6 +1,6 @@ Name: Hermes Version: 1.3.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Pixel format conversion library Group: System Environment/Libraries License: LGPL @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.3.3-11 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.3.3-11 - Taking over as new maintainer - Add a patch from Debian fixing some 64 bit issues and more importantly --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:05:47 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:05:47 -0700 Subject: rpms/aalib/devel aalib.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280505.k7S55nNM015343@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/aalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15326 Modified Files: aalib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.4.0-0.8.rc6 - FE6 Rebuild Index: aalib.spec =================================================================== RCS file: /cvs/extras/rpms/aalib/devel/aalib.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- aalib.spec 23 Jul 2006 08:13:47 -0000 1.13 +++ aalib.spec 28 Aug 2006 05:05:47 -0000 1.14 @@ -3,7 +3,7 @@ Summary: ASCII art library Name: aalib Version: 1.4.0 -Release: 0.8.%{rc_subver}%{?dist} +Release: 0.9.%{rc_subver}%{?dist} License: LGPL Group: System Environment/Libraries URL: http://aa-project.sourceforge.net/aalib/ @@ -101,6 +101,9 @@ %{_datadir}/aclocal/aalib.m4 %changelog +* Mon Aug 28 2006 Hans de Goede 1.4.0-0.8.rc6 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.4.0-0.8.rc5 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5 (bug 185870) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:06:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:06:38 -0700 Subject: rpms/abuse/devel abuse.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608280506.k7S56fQc015413@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/abuse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15394 Modified Files: abuse.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.7.0-3 - FE6 Rebuild Index: abuse.spec =================================================================== RCS file: /cvs/extras/rpms/abuse/devel/abuse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- abuse.spec 24 Aug 2006 19:04:46 -0000 1.3 +++ abuse.spec 28 Aug 2006 05:06:38 -0000 1.4 @@ -1,6 +1,6 @@ Name: abuse Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The classic Crack-Dot-Com game Group: Amusements/Games License: GPL @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.7.0-3 +- FE6 Rebuild + * Thu Aug 24 2006 Hans de Goede 0.7.0-2 - Fix abuse from crashing on exit when you try to close the window while the intro is still playing --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:07:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:07:25 -0700 Subject: rpms/adime/devel adime.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280507.k7S57RgM015487@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/adime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15470 Modified Files: adime.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.2.1-4 - FE6 Rebuild Index: adime.spec =================================================================== RCS file: /cvs/extras/rpms/adime/devel/adime.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- adime.spec 10 Apr 2006 09:07:06 -0000 1.2 +++ adime.spec 28 Aug 2006 05:07:25 -0000 1.3 @@ -1,11 +1,11 @@ Name: adime Version: 2.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Allegro Dialogs Made Easy Group: System Environment/Libraries License: zlib License URL: http://adime.sourceforge.net/ -Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch0: adime-2.2.1-so-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel texinfo @@ -89,6 +89,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.2.1-4 +- FE6 Rebuild + * Sun Mar 12 2006 Hans de Goede 2.2.1-3 - change license to "zlib License" - modify adime-2.2.1-so-fixes.patch to strip -lalleg_unshareble from --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:08:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:08:10 -0700 Subject: rpms/alleggl/devel alleggl.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280508.k7S58C4M015565@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/alleggl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15548 Modified Files: alleggl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 - FE6 Rebuild Index: alleggl.spec =================================================================== RCS file: /cvs/extras/rpms/alleggl/devel/alleggl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- alleggl.spec 10 Aug 2006 20:47:40 -0000 1.1 +++ alleggl.spec 28 Aug 2006 05:08:10 -0000 1.2 @@ -2,12 +2,12 @@ Name: alleggl Version: 0.4.0 -Release: 0.4.%{pre_version}%{?dist} +Release: 0.5.%{pre_version}%{?dist} Summary: OpenGL support library for Allegro Group: System Environment/Libraries License: zlib License URL: http://allegrogl.sourceforge.net/ -Source0: http://dl.sf.net/download/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel BuildRequires: libXpm-devel libXxf86vm-devel @@ -86,6 +86,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.4.0-0.5.rc4 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.4.0-0.4.rc4 - Cleanup %%doc for both base and -devel a bit --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:10:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:10:10 -0700 Subject: rpms/arc/devel arc.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280510.k7S5ACWV015631@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/arc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15614 Modified Files: arc.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 5.21o-3 - FE6 Rebuild Index: arc.spec =================================================================== RCS file: /cvs/extras/rpms/arc/devel/arc.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- arc.spec 7 May 2006 10:56:24 -0000 1.14 +++ arc.spec 28 Aug 2006 05:10:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: arc Version: 5.21o -Release: 2%{?dist} +Release: 3%{?dist} Summary: Arc archiver Group: Applications/Archiving License: GPL @@ -41,6 +41,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 5.21o-3 +- FE6 Rebuild + * Sun May 7 2006 5.21o-2 - Unorphan, build for FC-5, devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:10:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:10:57 -0700 Subject: rpms/auriferous/devel auriferous.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608280510.k7S5AxpL015697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/auriferous/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15680 Modified Files: auriferous.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.1-3 - FE6 Rebuild Index: auriferous.spec =================================================================== RCS file: /cvs/extras/rpms/auriferous/devel/auriferous.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- auriferous.spec 31 Jul 2006 18:15:03 -0000 1.1 +++ auriferous.spec 28 Aug 2006 05:10:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: auriferous Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Game inspired by the classic Loderunner Group: Amusements/Games License: GPL @@ -84,6 +84,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.1-3 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 1.0.1-2 - Cleanup description a bit, add a note about hardcoded 1024x768 resolution. - Add a comment about our replacing of playerr.png . --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:11:49 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:11:49 -0700 Subject: rpms/bin2iso/devel bin2iso.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608280511.k7S5Bp2I015763@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/bin2iso/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15746 Modified Files: bin2iso.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.9-4.b - Taking over as maintainer since Anvil has other priorities - FE6 Rebuild Index: bin2iso.spec =================================================================== RCS file: /cvs/extras/rpms/bin2iso/devel/bin2iso.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bin2iso.spec 22 Jul 2006 12:30:55 -0000 1.9 +++ bin2iso.spec 28 Aug 2006 05:11:49 -0000 1.10 @@ -1,15 +1,13 @@ Summary: Convert ".bin" files into ISO or WAV Name: bin2iso Version: 1.9 -Release: 3.b%{?dist} - +Release: 4.b%{?dist} License: Distributable (Unknown) Group: Applications/File URL: http://users.andara.com/~doiron/bin2iso/ Source0: http://users.eastlink.ca/~doiron/bin2iso/linux/bin2iso19b_linux.c BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - %description A program to convert ".bin" images into iso or wav files. @@ -19,13 +17,13 @@ %build -%{__cc} $RPM_OPT_FLAGS -o %{name} %{SOURCE0} +gcc $RPM_OPT_FLAGS -o %{name} %{SOURCE0} %install rm -rf $RPM_BUILD_ROOT -%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir} -%{__install} -m 0755 %{name} $RPM_BUILD_ROOT/%{_bindir} +mkdir -p $RPM_BUILD_ROOT%{_bindir} +install -m 0755 %{name} $RPM_BUILD_ROOT/%{_bindir} %clean @@ -38,6 +36,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.9-4.b +- Taking over as maintainer since Anvil has other priorities +- FE6 Rebuild + * Sat Mar 4 2006 Dams - 1.9-3.b - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:12:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:12:56 -0700 Subject: rpms/blobwars/devel blobwars.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280512.k7S5Cw59015830@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/blobwars/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15813 Modified Files: blobwars.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.05-3 - FE6 Rebuild Index: blobwars.spec =================================================================== RCS file: /cvs/extras/rpms/blobwars/devel/blobwars.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- blobwars.spec 7 Jun 2006 19:55:25 -0000 1.1 +++ blobwars.spec 28 Aug 2006 05:12:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: blobwars Version: 1.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mission and Objective based 2D Platform Game Group: Amusements/Games License: GPL @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.05-3 +- FE6 Rebuild + * Thu Jun 1 2006 Hans de Goede 1.05-2 - remove extreanous BR SDL-devel and ImageMagick - remove extreanous "export" in %build section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:13:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:13:41 -0700 Subject: rpms/chess/devel chess.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608280513.k7S5DhjP015896@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/chess/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15879 Modified Files: chess.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0-3 - FE6 Rebuild Index: chess.spec =================================================================== RCS file: /cvs/extras/rpms/chess/devel/chess.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- chess.spec 1 Aug 2006 20:54:33 -0000 1.2 +++ chess.spec 28 Aug 2006 05:13:41 -0000 1.3 @@ -1,6 +1,6 @@ Name: chess Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D chess game Group: Amusements/Games License: GPL @@ -77,6 +77,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0-3 +- FE6 Rebuild + * Tue Aug 1 2006 Hans de Goede 1.0-2 - Rebuild for new ogre --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:14:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:14:41 -0700 Subject: rpms/clanbomber/devel clanbomber.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280514.k7S5EhWf015962@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/clanbomber/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15945 Modified Files: clanbomber.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.05-3 - FE6 Rebuild Index: clanbomber.spec =================================================================== RCS file: /cvs/extras/rpms/clanbomber/devel/clanbomber.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- clanbomber.spec 26 Jul 2006 07:38:06 -0000 1.2 +++ clanbomber.spec 28 Aug 2006 05:14:41 -0000 1.3 @@ -1,6 +1,6 @@ Name: clanbomber Version: 1.05 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Bomberman-like multiplayer game that uses ClanLib Group: Amusements/Games License: GPL @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.05-3 +- FE6 Rebuild + * Tue Jul 25 2006 Hans de Goede 1.05-2 - remove %%{?_smp_mflags} from the make command as this breaks the build sometimes (race condition). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:16:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:16:03 -0700 Subject: rpms/coldet/devel coldet.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280516.k7S5G50p016030@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/coldet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16013 Modified Files: coldet.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.1-4 - FE6 Rebuild Index: coldet.spec =================================================================== RCS file: /cvs/extras/rpms/coldet/devel/coldet.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- coldet.spec 7 Jul 2006 18:08:17 -0000 1.1 +++ coldet.spec 28 Aug 2006 05:16:03 -0000 1.2 @@ -1,6 +1,6 @@ Name: coldet Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 3D Collision Detection Library Group: System Environment/Libraries License: LGPL @@ -82,6 +82,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.1-4 +- FE6 Rebuild + * Fri Jul 7 2006 Hans de Goede 1.1-3 - Make -devel package Requires on the main package fully versioned. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 05:17:10 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 27 Aug 2006 22:17:10 -0700 Subject: rpms/crystal-stacker/devel crystal-stacker.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608280517.k7S5HC2s016096@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/crystal-stacker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16079 Modified Files: crystal-stacker.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.5-3 - FE6 Rebuild Index: crystal-stacker.spec =================================================================== RCS file: /cvs/extras/rpms/crystal-stacker/devel/crystal-stacker.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- crystal-stacker.spec 6 Jul 2006 18:47:11 -0000 1.3 +++ crystal-stacker.spec 28 Aug 2006 05:17:09 -0000 1.4 @@ -1,6 +1,6 @@ Name: crystal-stacker Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Falling blocks, match 3 or more of the same color crystals Group: Amusements/Games License: Freeware @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.5-3 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.5-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:22:58 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 27 Aug 2006 23:22:58 -0700 Subject: rpms/enigma/devel enigma.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280623.k7S6N0OZ019027@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/enigma/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19010 Modified Files: enigma.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras 6 Index: enigma.spec =================================================================== RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- enigma.spec 13 Feb 2006 17:31:27 -0000 1.12 +++ enigma.spec 28 Aug 2006 06:22:58 -0000 1.13 @@ -1,6 +1,6 @@ Name: enigma Version: 0.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Clone of the ATARI game Oxyd Group: Amusements/Games @@ -65,7 +65,10 @@ %{_datadir}/applications/*enigma.desktop %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Mon Aug 28 2006 Thorsten Leemhuis - 0.92-4 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 0.92-3 - Rebuild for Fedora Extras 5 * Mon Jan 23 2006 Adrian Reber - 0.92-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:25:31 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Sun, 27 Aug 2006 23:25:31 -0700 Subject: rpms/gsynaptics/devel gsynaptics.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608280625.k7S6PXex019103@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19086 Modified Files: gsynaptics.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras 6 Index: gsynaptics.spec =================================================================== RCS file: /cvs/extras/rpms/gsynaptics/devel/gsynaptics.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gsynaptics.spec 8 Jul 2006 11:30:09 -0000 1.5 +++ gsynaptics.spec 28 Aug 2006 06:25:31 -0000 1.6 @@ -1,6 +1,6 @@ Name: gsynaptics Version: 0.9.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Settings tool for Synaptics touchpad driver Group: Applications/System @@ -64,6 +64,9 @@ %changelog +* Mon Aug 28 2006 Thorsten Leemhuis - 0.9.8-2 +- Rebuild + * Sat Jul 08 2006 Thorsten Leemhuis - 0.9.8-1 - Add BuildRequires: perl-XML-Parser (fixes #197955) - update to 0.9.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:37:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:37:14 -0700 Subject: rpms/libid3tag/devel libid3tag.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608280637.k7S6bGwD019199@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libid3tag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19182 Modified Files: libid3tag.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.15.1b-3 - Rebuild. Index: libid3tag.spec =================================================================== RCS file: /cvs/extras/rpms/libid3tag/devel/libid3tag.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libid3tag.spec 13 Feb 2006 20:07:29 -0000 1.12 +++ libid3tag.spec 28 Aug 2006 06:37:14 -0000 1.13 @@ -1,6 +1,6 @@ Name: libid3tag Version: 0.15.1b -Release: 2%{?dist} +Release: 3%{?dist} Summary: ID3 tag manipulation library Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.15.1b-3 +- Rebuild. + * Mon Feb 13 2006 Ville Skytt?? - 0.15.1b-2 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:39:21 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:39:21 -0700 Subject: rpms/freenx import.log,1.10,1.11 Message-ID: <200608280639.k7S6dNgM019315@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19283 Modified Files: import.log Log Message: auto-import freenx-0.5.0-4.fc5 on branch FC-5 from freenx-0.5.0-4.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/freenx/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 12 Jul 2006 19:31:11 -0000 1.10 +++ import.log 28 Aug 2006 06:39:21 -0000 1.11 @@ -7,3 +7,4 @@ freenx-0_5_0-2_fc5:FC-5:freenx-0.5.0-2.fc5.src.rpm:1152681137 freenx-0_5_0-2_fc5:HEAD:freenx-0.5.0-2.fc5.src.rpm:1152681209 freenx-0_5_0-2_fc6:HEAD:freenx-0.5.0-2.fc6.src.rpm:1152732761 +freenx-0_5_0-4_fc5:FC-5:freenx-0.5.0-4.fc5.src.rpm:1156747157 From fedora-extras-commits at redhat.com Mon Aug 28 06:39:22 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:39:22 -0700 Subject: rpms/freenx/FC-5 fc5patch.diff, NONE, 1.1 freenx.spec, 1.9, 1.10 fc5-050nxloadconfig.diff, 1.3, NONE Message-ID: <200608280639.k7S6dOhD019321@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19283/FC-5 Modified Files: freenx.spec Added Files: fc5patch.diff Removed Files: fc5-050nxloadconfig.diff Log Message: auto-import freenx-0.5.0-4.fc5 on branch FC-5 from freenx-0.5.0-4.fc5.src.rpm fc5patch.diff: --- NEW FILE fc5patch.diff --- diff -Naur freenx-0.5.0.orig/node.conf.sample freenx-0.5.0/node.conf.sample --- freenx-0.5.0.orig/node.conf.sample 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/node.conf.sample 2006-08-27 23:30:09.000000000 -0700 @@ -300,11 +300,11 @@ # The key that contains the name of the script that starts a KDE session. # It's run when a 'unix-kde' session is requested by the client. -#COMMAND_START_KDE=startkde +#COMMAND_START_KDE="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde" # The key that contains the name of the script that starts a gnome session. # It's run when a 'unix-gnome' session is requested by the client. -#COMMAND_START_GNOME=gnome-session +#COMMAND_START_GNOME="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session" # The key that contains the name of the script that starts a CDE session. # It's run when a 'unix-cde' session is requested by the client. @@ -317,7 +317,7 @@ # The key that contains the name of the complete path of command name # 'xauth'. -#COMMAND_XAUTH=/usr/X11R6/bin/xauth +#COMMAND_XAUTH=/usr/bin/xauth # The key that contains the name of the complete path of command name # 'smbmount'. @@ -328,7 +328,7 @@ #COMMAND_SMBUMOUNT=smbumount # The key that contains the name of the complete path of the 'netcat' command. -#COMMAND_NETCAT=netcat +#COMMAND_NETCAT=nc # The key that contains the name of the complete path of the 'ssh' and # 'ssh-keygen' command. @@ -346,7 +346,7 @@ ######################################################################### # When you installed a 2.0.0 NX Backend, set this to 1. -#ENABLE_2_0_0_BACKEND="0" +#ENABLE_2_0_0_BACKEND="1" # When set to 1 this will automatically resume started sessions #ENABLE_AUTORECONNECT="0" @@ -378,7 +378,7 @@ # for examples of useful parameters. #AGENT_EXTRA_OPTIONS_RFB="" #AGENT_EXTRA_OPTIONS_RDP="" -#AGENT_EXTRA_OPTIONS_X="" +#AGENT_EXTRA_OPTIONS_X="-co /usr/share/X11" # The number of seconds we wait for the nxagent to start before # deciding startup has failed diff -Naur freenx-0.5.0.orig/nxloadconfig freenx-0.5.0/nxloadconfig --- freenx-0.5.0.orig/nxloadconfig 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/nxloadconfig 2006-08-27 23:14:02.000000000 -0700 @@ -157,8 +157,8 @@ KILL_DEFAULT_X_WM="1" USER_X_STARTUP_SCRIPT=.Xclients DEFAULT_X_SESSION=/etc/X11/xdm/Xsession -COMMAND_START_KDE=startkde -COMMAND_START_GNOME=gnome-session +COMMAND_START_KDE="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/startkde" +COMMAND_START_GNOME="/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /usr/bin/gnome-session" COMMAND_START_CDE=cdwm COMMAND_XTERM=xterm COMMAND_XAUTH=/usr/X11R6/bin/xauth @@ -173,7 +173,7 @@ # Misc directives -ENABLE_2_0_0_BACKEND="0" +ENABLE_2_0_0_BACKEND="1" ENABLE_AUTORECONNECT="0" ENABLE_AUTORECONNECT_BEFORE_140="1" EXPORT_USERIP="0" @@ -184,7 +184,7 @@ COMMAND_SESSREG="sessreg" AGENT_EXTRA_OPTIONS_RFB="" AGENT_EXTRA_OPTIONS_RDP="" -AGENT_EXTRA_OPTIONS_X="" +AGENT_EXTRA_OPTIONS_X="-co /usr/share/X11" AGENT_STARTUP_TIMEOUT="60" AGENT_FONT_SERVER="" PROXY_TCP_NODELAY="" diff -Naur freenx-0.5.0.orig/nxsetup freenx-0.5.0/nxsetup --- freenx-0.5.0.orig/nxsetup 2006-07-07 20:31:35.000000000 -0700 +++ freenx-0.5.0/nxsetup 2006-08-27 23:19:40.000000000 -0700 @@ -24,6 +24,7 @@ BUILD_KNOWN_HOSTS="yes" AUTOMATIC="no" IGNORE_ERRORS="no" +OVERRIDE="no" while [ "$1" ] do @@ -41,6 +42,7 @@ --uninstall) UNINSTALL="yes"; shift ;; --purge) PURGE="yes"; shift ;; --auto) AUTOMATIC="yes"; shift ;; + --override) OVERRIDE="yes"; shift ;; --) shift ; break ;; *) echo "Invalid flag $1" ; HELP="yes"; shift ; break ;; esac @@ -54,7 +56,7 @@ [ "$UNINSTALL" = "yes" -a "$CLEAN" = "yes" ] && HELP="yes" [ "$SETUP_SSH2_KEY" = "yes" -a "$SETUP_NOMACHINE_KEY" = "no" ] && HELP="yes" -if [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" -a "$AUTOMATIC" = "no" -a "$HELP" = "no" ] +if [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" -a "$AUTOMATIC" = "no" -a "$HELP" = "no" -a "$OVERRIDE" = "yes" ] then echo "------> You did select no action." echo " FreeNX guesses that you want to _install_ the server." @@ -70,6 +72,20 @@ [ "$INSTALL" = "no" -a "$UNINSTALL" = "no" ] && HELP="yes" +if [ "$OVERRIDE" = "no" ] +then + echo "Your FreeNX server was already setup and configured by the RPM." + echo + echo "You should only need to copy the client.id_dsa.key from /etc/nxserver to your client," + echo "then properly import the key into the client setup. Only proceed with nxsetup if you" + echo "know exactly what you are doing." + echo + echo "To bypass this message, add the following to the nxsetup arguments:" + echo " --override" + echo + exit 0 +fi + if [ "$HELP" = "yes" ] then echo "nxsetup - Setup the FreeNX server." Index: freenx.spec =================================================================== RCS file: /cvs/extras/rpms/freenx/FC-5/freenx.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- freenx.spec 12 Jul 2006 05:10:47 -0000 1.9 +++ freenx.spec 28 Aug 2006 06:39:21 -0000 1.10 @@ -1,15 +1,15 @@ Name: freenx Version: 0.5.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Freenx application/thin-client server Group: Applications/Internet License: GPL URL: http://freenx.berlios.de Source0: %{name}-%{version}.tar.gz -Patch0: fc5-050nxloadconfig.diff +Patch0: fc5patch.diff ExcludeArch: x86_64 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: openssh-server nc expect xorg-x11-server-Xorg xorg-x11-apps perl +Requires: openssh-server nc expect xorg-x11-server-Xorg xorg-x11-apps perl dbus-x11 Requires: nx >= 2.0.0 %description @@ -22,7 +22,7 @@ %prep %setup -q -n %{name}-%{version} -%patch0 -p0 +%patch0 -p1 %build @@ -127,6 +127,12 @@ %dir %{_var}/lib/nxserver/db/failed %changelog +* Mon Aug 28 2006 Rick Stout 0.5.0-4 +- upping version for rebuild +- added fix for nxsetup not displaying the proper message +- updated the node.conf.sample to show the fedora defaults +- added dbus-x11 to dependencies to fix BZ# 200756 +- added AGENXT_EXTRA_OPTIONS_X to nxloadconfig for modular x.org compat * Sun Jul 07 2006 Rick Stout 0.5.0-2 - updating dependencies to have the nx 2.0.0 backend - tweaked nxloadconfig for gnome and kde startup and nx 2.0.0 backend --- fc5-050nxloadconfig.diff DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:40:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:40:45 -0700 Subject: rpms/neXtaw/devel neXtaw.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280640.k7S6elgO019387@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/neXtaw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19370 Modified Files: neXtaw.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.15.1-10 - Rebuild. Index: neXtaw.spec =================================================================== RCS file: /cvs/extras/rpms/neXtaw/devel/neXtaw.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- neXtaw.spec 4 Jun 2006 16:12:20 -0000 1.13 +++ neXtaw.spec 28 Aug 2006 06:40:45 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Modified version of the Athena Widgets with N*XTSTEP appearance Name: neXtaw Version: 0.15.1 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://siag.nu/neXtaw/ Source0: http://siag.nu/pub/neXtaw/%{name}-%{version}.tar.gz @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.15.1-10 +- Rebuild. + * Sun Jun 4 2006 Ville Skytt?? - 0.15.1-9 - Fix linkage on lib64 archs. - Drop static lib build option. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:43:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:43:34 -0700 Subject: rpms/ucl/devel ucl.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608280643.k7S6haOg019468@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19451 Modified Files: ucl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1.03-6 - Rebuild. Index: ucl.spec =================================================================== RCS file: /cvs/extras/rpms/ucl/devel/ucl.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ucl.spec 13 Feb 2006 21:16:20 -0000 1.8 +++ ucl.spec 28 Aug 2006 06:43:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: ucl Version: 1.03 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Portable lossless data compression library Group: System Environment/Libraries @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1.03-6 +- Rebuild. + * Mon Feb 13 2006 Ville Skytt?? - 1.03-5 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:46:09 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 27 Aug 2006 23:46:09 -0700 Subject: rpms/gdome2/devel gdome2.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608280646.k7S6kBMm019558@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gdome2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19541 Modified Files: gdome2.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.8.1-5 - Rebuild. Index: gdome2.spec =================================================================== RCS file: /cvs/extras/rpms/gdome2/devel/gdome2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gdome2.spec 4 Jun 2006 11:20:38 -0000 1.6 +++ gdome2.spec 28 Aug 2006 06:46:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: gdome2 Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: DOM level 2 library for accessing XML files Group: System Environment/Libraries @@ -91,6 +91,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.8.1-5 +- Rebuild. + * Sun Jun 4 2006 Ville Skytt?? - 0.8.1-4 - Fix linkage on lib64 archs. @@ -130,7 +133,7 @@ * Sun Dec 29 2002 Paolo Casarini patch provided by Oron Peled - - %defattr(-,root,root) wasn't set for documents in the devel + - %%defattr(-,root,root) wasn't set for documents in the devel package. This cause wrong ownership of docs in non-root builds. - Update URL: and Source: locations - s/Copyright:/License:/ --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 06:46:54 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:46:54 -0700 Subject: rpms/nx import.log,1.11,1.12 Message-ID: <200608280646.k7S6kuLo019647@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19614 Modified Files: import.log Log Message: auto-import nx-2.0.0-4.fc5 on branch FC-5 from nx-2.0.0-4.fc5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nx/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 13 Jul 2006 23:59:43 -0000 1.11 +++ import.log 28 Aug 2006 06:46:54 -0000 1.12 @@ -8,3 +8,4 @@ nx-2_0_0-2_fc5:HEAD:nx-2.0.0-2.fc5.src.rpm:1152831716 nx-2_0_0-3_fc5:FC-5:nx-2.0.0-3.fc5.src.rpm:1152834397 nx-2_0_0-3_fc6:HEAD:nx-2.0.0-3.fc6.src.rpm:1152835274 +nx-2_0_0-4_fc5:FC-5:nx-2.0.0-4.fc5.src.rpm:1156747608 From fedora-extras-commits at redhat.com Mon Aug 28 06:46:55 2006 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Sun, 27 Aug 2006 23:46:55 -0700 Subject: rpms/nx/FC-5 .cvsignore,1.5,1.6 nx.spec,1.8,1.9 sources,1.5,1.6 Message-ID: <200608280646.k7S6kvOB019653@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19614/FC-5 Modified Files: .cvsignore nx.spec sources Log Message: auto-import nx-2.0.0-4.fc5 on branch FC-5 from nx-2.0.0-4.fc5.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Jul 2006 23:45:07 -0000 1.5 +++ .cvsignore 28 Aug 2006 06:46:55 -0000 1.6 @@ -5,5 +5,6 @@ nxdesktop-2.0.0-50.tar.gz nxproxy-2.0.0-2.tar.gz nxscripts-2.0.0-2.tar.gz -nxagent-2.0.0-89.tar.gz nxviewer-2.0.0-15.tar.gz +nxagent-2.0.0-93.tar.gz +nxssh-2.0.0-12.tar.gz Index: nx.spec =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/nx.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nx.spec 13 Jul 2006 23:45:07 -0000 1.8 +++ nx.spec 28 Aug 2006 06:46:55 -0000 1.9 @@ -1,6 +1,6 @@ Name: nx Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Proxy system for X11 Group: Applications/Internet @@ -10,10 +10,11 @@ Source1: nxcomp-%{version}-81.tar.gz Source2: nxcompext-%{version}-33.tar.gz Source3: nx-X11-%{version}-31.tar.gz -Source4: nxagent-%{version}-89.tar.gz +Source4: nxagent-%{version}-93.tar.gz Source5: nxviewer-%{version}-15.tar.gz Source6: nxdesktop-%{version}-50.tar.gz Source7: nxscripts-%{version}-2.tar.gz +Source8: nxssh-%{version}-12.tar.gz Source9: nxagent Source10: docs.tar.bz2 Source11: nxfind-provides.sh @@ -39,7 +40,7 @@ NX provides a proxy system for the X Window System. %prep -%setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 +%setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 %patch0 -p0 pushd nx-X11 %patch1 -p0 @@ -80,6 +81,10 @@ pushd nxcompext ./configure; make popd +# build nxssh +pushd nxssh + ./configure; make +popd # build RFB Agent pushd nxviewer xmkmf -a @@ -112,6 +117,12 @@ cp -a nxcompext/libXcompext.so.* %{buildroot}/%{_libdir}/NX/lib install -m 755 nxproxy/nxproxy %{buildroot}/%{_libdir}/NX ln -snf nxagent %{buildroot}/%{_bindir}/nxproxy +# install nxssh +pushd nxssh + cp -a nxssh %{buildroot}/%{_libdir}/NX + ln -snf nxagent %{buildroot}/%{_bindir}/nxssh + chmod 755 %{buildroot}/%{_bindir}/nxssh +popd # install RFB Agent pushd nxviewer make install DESTDIR=%{buildroot} @@ -150,11 +161,6 @@ %{_sbindir}/semanage fcontext -f -- -a -t textrel_shlib_t '%{_libdir}/NX/lib/libXcompext.so.%{version}' 2>/dev/null || : %{_bindir}/chcon -t textrel_shlib_t %{_libdir}/NX/lib/libXcomp.so.%{version} 2>/dev/null || : %{_bindir}/chcon -t textrel_shlib_t %{_libdir}/NX/lib/libXcompext.so.%{version} 2>/dev/null || : -if [ ! -e /usr/X11R6/lib/X11 ] -then - mkdir -p /usr/X11R6/lib 2>/dev/null || : - ln -snf /usr/share/X11 /usr/X11R6/lib/X11 2>/dev/null || : -fi %postun if [ $1 -eq 0 ]; then @@ -178,6 +184,12 @@ %endif %changelog +* Mon Aug 28 2006 Rick Stout - 2.0.0-4 +- upped release for rebuild request +- removed link in post for /usr/X11R6/lib/X11 as it is now + handled in freenx +- updated to maintenance release 2 +- added nxssh component for future qtnx client * Thu Jul 13 2006 Rick Stout - 2.0.0-3 - updated to 2.0.0 Maintenance release 1 * Tue Jul 11 2006 Rick Stout - 2.0.0-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/nx/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Jul 2006 23:45:07 -0000 1.5 +++ sources 28 Aug 2006 06:46:55 -0000 1.6 @@ -5,5 +5,6 @@ f55dc97544a061dfa0f099329dcc3f53 nxdesktop-2.0.0-50.tar.gz b078c19372c82e85667cbbac880fa688 nxproxy-2.0.0-2.tar.gz f02c316e88e63a69139105bbfb2e77e8 nxscripts-2.0.0-2.tar.gz -3db40a9a63d55da95b66794da51eb5e4 nxagent-2.0.0-89.tar.gz 0e4b1d546b4b8a0224cd0d200ec88827 nxviewer-2.0.0-15.tar.gz +d08f5872a88902ccecd17312e4255aab nxagent-2.0.0-93.tar.gz +a651351524f0c146794f403632b6b401 nxssh-2.0.0-12.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 06:55:02 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Sun, 27 Aug 2006 23:55:02 -0700 Subject: rpms/drgeo/devel drgeo.spec,1.9,1.10 Message-ID: <200608280655.k7S6t4vp019784@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19767 Modified Files: drgeo.spec Log Message: Index: drgeo.spec =================================================================== RCS file: /cvs/extras/rpms/drgeo/devel/drgeo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- drgeo.spec 4 Jul 2006 18:49:09 -0000 1.9 +++ drgeo.spec 28 Aug 2006 06:55:02 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Interactive educational geometry software Name: drgeo Version: 1.1.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Engineering URL: http://www.ofset.org/drgeo @@ -61,6 +61,9 @@ %{_datadir}/applications/fedora-drgeo.desktop %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.1.0-11 +- Rebuild for Fedora Extras 6 + * Tue Jul 04 2006 Eric Tanguy - 1.1.0-10 - Modify changelog From fedora-extras-commits at redhat.com Mon Aug 28 07:01:03 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:01:03 -0700 Subject: rpms/drgeo-doc/devel drgeo-doc.spec,1.3,1.4 Message-ID: <200608280701.k7S7158P022139@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19843 Modified Files: drgeo-doc.spec Log Message: Index: drgeo-doc.spec =================================================================== RCS file: /cvs/extras/rpms/drgeo-doc/devel/drgeo-doc.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- drgeo-doc.spec 14 Feb 2006 21:48:22 -0000 1.3 +++ drgeo-doc.spec 28 Aug 2006 07:01:03 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Html documentation for drgeo Name: drgeo-doc Version: 1.6 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Engineering URL: http://www.ofset.org/drgeo @@ -38,6 +38,9 @@ %{_datadir}/drgeo/help %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.6-8 +- Rebuild for Fedora Extras 6 + * Tue Feb 14 2006 Eric Tanguy - 1.6-7 - Rebuild for FC5 From fedora-extras-commits at redhat.com Mon Aug 28 07:07:00 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:07:00 -0700 Subject: rpms/freehdl/devel freehdl.spec,1.4,1.5 Message-ID: <200608280707.k7S772bd022570@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22553 Modified Files: freehdl.spec Log Message: Index: freehdl.spec =================================================================== RCS file: /cvs/extras/rpms/freehdl/devel/freehdl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- freehdl.spec 30 May 2006 17:35:10 -0000 1.4 +++ freehdl.spec 28 Aug 2006 07:07:00 -0000 1.5 @@ -1,7 +1,7 @@ Summary: GPLed free VHDL Name: freehdl Version: 0.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Engineering Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz @@ -55,6 +55,9 @@ %{_mandir}/man5/* %changelog +* Mon Aug 28 2006 Eric Tanguy 0.0.2-2 +- Rebuild for Fedora Extras 6 + * Mon May 29 2006 Eric Tanguy 0.0.2-1 - Update to 0.0.2 From fedora-extras-commits at redhat.com Mon Aug 28 07:07:25 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:07:25 -0700 Subject: rpms/gperiodic/devel gperiodic.spec,1.3,1.4 Message-ID: <200608280707.k7S77RJD022595@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22576 Modified Files: gperiodic.spec Log Message: Index: gperiodic.spec =================================================================== RCS file: /cvs/extras/rpms/gperiodic/devel/gperiodic.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gperiodic.spec 14 Feb 2006 21:49:45 -0000 1.3 +++ gperiodic.spec 28 Aug 2006 07:07:24 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Program for browsing the periodic table Name: gperiodic Version: 2.0.8 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://koti.welho.com/jfrantz/software/gperiodic.html @@ -58,6 +58,9 @@ %doc README AUTHORS ChangeLog gpl.txt %changelog +* Mon Aug 28 2006 Eric Tanguy - 2.0.8-5 +- Rebuild for Fedora Extras 6 + * Tue Feb 14 2006 Eric Tanguy - 2.0.8-4 - Rebuild for FC5 From fedora-extras-commits at redhat.com Mon Aug 28 07:10:23 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:10:23 -0700 Subject: rpms/libupnp/devel libupnp.spec,1.8,1.9 Message-ID: <200608280710.k7S7APlS022654@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22637 Modified Files: libupnp.spec Log Message: Index: libupnp.spec =================================================================== RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libupnp.spec 14 Aug 2006 16:14:39 -0000 1.8 +++ libupnp.spec 28 Aug 2006 07:10:23 -0000 1.9 @@ -1,7 +1,7 @@ Version: 1.4.1 Summary: Universal Plug and Play (UPnP) SDK Name: libupnp -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.libupnp.org/ @@ -78,6 +78,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 28 2006 Eric Tanguy - 1.4.1-2 +- Rebuild for Fedora Extras 6 + * Wed Jul 05 2006 Eric Tanguy - 1.4.1-1 - Update to version 1.4.1 From fedora-extras-commits at redhat.com Mon Aug 28 07:10:53 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:10:53 -0700 Subject: rpms/qucs/devel qucs.spec,1.9,1.10 Message-ID: <200608280710.k7S7AtMO022680@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/qucs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22663 Modified Files: qucs.spec Log Message: Index: qucs.spec =================================================================== RCS file: /cvs/extras/rpms/qucs/devel/qucs.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- qucs.spec 15 Jun 2006 16:50:12 -0000 1.9 +++ qucs.spec 28 Aug 2006 07:10:53 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Circuit simulator Name: qucs Version: 0.0.9 -Release: 4%{?dist} +Release: 5%{?dist} Source0: http://ovh.dl.sourceforge.net/sourceforge/qucs/%{name}-%{version}.tar.gz Source1: %{name}.desktop #Patch0: qucs-gcc4.1.diff @@ -52,6 +52,9 @@ %{_mandir}/man1/* %changelog +* Mon Aug 28 2006 Eric Tanguy - 0.0.9-5 +- Rebuild for Fedora Extras 6 + * Sat Jun 10 2006 Eric Tanguy - 0.0.9-4 - Solve typo problem in changelog From fedora-extras-commits at redhat.com Mon Aug 28 07:11:14 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:11:14 -0700 Subject: rpms/ushare/devel ushare.spec,1.7,1.8 Message-ID: <200608280711.k7S7BGg5022703@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22686 Modified Files: ushare.spec Log Message: Index: ushare.spec =================================================================== RCS file: /cvs/extras/rpms/ushare/devel/ushare.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ushare.spec 29 Jun 2006 18:47:47 -0000 1.7 +++ ushare.spec 28 Aug 2006 07:11:14 -0000 1.8 @@ -1,7 +1,7 @@ Summary: UPnP (TM) A/V Media Server Name: ushare Version: 0.9.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://ushare.geexbox.org/ @@ -68,6 +68,9 @@ %attr(770,ushare,ushare) %dir %{_var}/lib/ushare/ %changelog +* Mon Aug 28 2006 Eric Tanguy - 0.9.7-3 +- Rebuild for Fedora Extras 6 + * Thu Jun 29 2006 Eric Tanguy - 0.9.7-2 - Add pkgconfig to buildrequires From fedora-extras-commits at redhat.com Mon Aug 28 07:21:58 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:21:58 -0700 Subject: rpms/ircd-hybrid import.log,1.28,1.29 Message-ID: <200608280722.k7S7MUS0023089@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ircd-hybrid In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23057 Modified Files: import.log Log Message: auto-import ircd-hybrid-7.2.2-3 on branch devel from ircd-hybrid-7.2.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ircd-hybrid/import.log,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- import.log 17 Jul 2006 10:05:42 -0000 1.28 +++ import.log 28 Aug 2006 07:21:58 -0000 1.29 @@ -25,3 +25,4 @@ ircd-hybrid-7_2_2-1:FC-5:ircd-hybrid-7.2.2-1.src.rpm:1153130530 ircd-hybrid-7_2_2-1:FC-4:ircd-hybrid-7.2.2-1.src.rpm:1153130676 ircd-hybrid-7_2_2-1:FC-3:ircd-hybrid-7.2.2-1.src.rpm:1153130788 +ircd-hybrid-7_2_2-3:HEAD:ircd-hybrid-7.2.2-3.src.rpm:1156749724 From fedora-extras-commits at redhat.com Mon Aug 28 07:21:59 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 00:21:59 -0700 Subject: rpms/ircd-hybrid/devel ircd-hybrid.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608280722.k7S7MVjR023092@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ircd-hybrid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23057/devel Modified Files: ircd-hybrid.spec Removed Files: needs.rebuild Log Message: auto-import ircd-hybrid-7.2.2-3 on branch devel from ircd-hybrid-7.2.2-3.src.rpm Index: ircd-hybrid.spec =================================================================== RCS file: /cvs/extras/rpms/ircd-hybrid/devel/ircd-hybrid.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ircd-hybrid.spec 17 Jul 2006 09:46:47 -0000 1.11 +++ ircd-hybrid.spec 28 Aug 2006 07:21:59 -0000 1.12 @@ -10,7 +10,7 @@ Summary: Internet Relay Chat Server Name: ircd-hybrid Version: 7.2.2 -Release: 1%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Daemons Source0: http://ovh.dl.sourceforge.net/sourceforge/ircd-hybrid/ircd-hybrid-%{version}.tgz @@ -126,6 +126,12 @@ %changelog +* Mon Aug 28 2006 Eric Tanguy - 7.2.2-3 +- Rebuild for Fedora Extras 6 + +* Mon Aug 28 2006 Eric Tanguy - 7.2.2-2 +- Rebuild for Fedora Extras 6 + * Mon Jul 17 2006 Eric Tanguy - 7.2.2-1 - Update de 7.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 07:57:25 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 00:57:25 -0700 Subject: rpms/ipod-sharp/devel ipod-sharp-0.5.15-monodir.patch, NONE, 1.1 ipod-sharp.spec, 1.2, 1.3 Message-ID: <200608280757.k7S7vR7I023334@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23310 Modified Files: ipod-sharp.spec Added Files: ipod-sharp-0.5.15-monodir.patch Log Message: * Mon Aug 28 2006 Christopher Aillon 0.5.15-3 - Rebuild against newer mono stack ipod-sharp-0.5.15-monodir.patch: --- NEW FILE ipod-sharp-0.5.15-monodir.patch --- --- ipod-sharp-0.5.15/ipod-sharp.pc.in.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ipod-sharp.pc.in 2006-08-28 03:51:39.000000000 -0400 @@ -2,7 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp.dll Name: ipod-sharp Description: ipod-sharp - Library for interfacing with Apple iPod devices --- ipod-sharp-0.5.15/src/Makefile.in.monodir 2006-08-28 03:53:46.000000000 -0400 +++ ipod-sharp-0.5.15/src/Makefile.in 2006-08-28 03:53:59.000000000 -0400 @@ -147,7 +147,7 @@ DOC_ASSEMBLER = @MDASSEMBLER@ --out ipod-sharp-docs --ecma MCS_FLAGS = -debug ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ --- ipod-sharp-0.5.15/src/Makefile.am.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/src/Makefile.am 2006-08-28 03:51:39.000000000 -0400 @@ -6,7 +6,7 @@ ASSEMBLY = ipod-sharp.dll -ipoddir = $(prefix)/lib/ipod-sharp +ipoddir = $(libdir)/ipod-sharp ipod_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ --- ipod-sharp-0.5.15/ipod-sharp-ui.pc.in.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ipod-sharp-ui.pc.in 2006-08-28 03:51:39.000000000 -0400 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -Libraries=@prefix@/lib/ipod-sharp/ipod-sharp-ui.dll +Libraries=@libdir@/ipod-sharp/ipod-sharp-ui.dll Name: ipod-sharp-ui Description: ipod-sharp-ui - Widgets useful for working with ipod-sharp --- ipod-sharp-0.5.15/ui/Makefile.in.monodir 2006-08-28 03:53:25.000000000 -0400 +++ ipod-sharp-0.5.15/ui/Makefile.in 2006-08-28 03:53:42.000000000 -0400 @@ -144,7 +144,7 @@ target_vendor = @target_vendor@ MCS_FLAGS = -debug ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ $(srcdir)/AssemblyInfo.cs \ --- ipod-sharp-0.5.15/ui/Makefile.am.monodir 2006-02-12 22:13:27.000000000 -0500 +++ ipod-sharp-0.5.15/ui/Makefile.am 2006-08-28 03:51:39.000000000 -0400 @@ -3,7 +3,7 @@ ASSEMBLY = ipod-sharp-ui.dll -ipodsharpdir = $(prefix)/lib/ipod-sharp +ipodsharpdir = $(libdir)/ipod-sharp ipodsharp_DATA = $(ASSEMBLY) ASSEMBLY_SOURCES = \ Index: ipod-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/ipod-sharp/devel/ipod-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ipod-sharp.spec 3 Mar 2006 06:05:11 -0000 1.2 +++ ipod-sharp.spec 28 Aug 2006 07:57:25 -0000 1.3 @@ -1,17 +1,18 @@ Name: ipod-sharp Version: 0.5.15 -Release: 2 +Release: 3%{?dist} Summary: Support for high level features of Apple's iPod Group: Development/Libraries License: LGPL URL: http://banshee-project.org/Subprojects/Ipod-sharp Source0: http://banshee-project.org/files/ipod-sharp/%{name}-%{version}.tar.gz +Patch0: ipod-sharp-0.5.15-monodir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libipoddevice-devel BuildRequires: mono-devel -BuildRequires: gtk-sharp2 +BuildRequires: gtk-sharp2-devel %description ipod-sharp provies support for high level features of Apple's iPod, @@ -21,6 +22,7 @@ %prep %setup -q +%patch0 -p1 -b .monodir %build export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} @@ -30,7 +32,8 @@ %install %{__rm} -rf ${RPM_BUILD_ROOT} export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir} -make install DESTDIR=${RPM_BUILD_ROOT} GACUTIL_FLAGS="/package ipod-sharp /gacdir %{_prefix}/lib /root ${RPM_BUILD_ROOT}%{_prefix}/lib" +make install DESTDIR=${RPM_BUILD_ROOT} \ + GACUTIL_FLAGS="/package %{name} /gacdir %{_libdir} /root ${RPM_BUILD_ROOT}%{_libdir}" %clean %{__rm} -rf ${RPM_BUILD_ROOT} @@ -40,11 +43,14 @@ %doc COPYING %{_libdir}/pkgconfig/ipod-sharp.pc %{_libdir}/pkgconfig/ipod-sharp-ui.pc -%dir %{_prefix}/lib/ipod-sharp -%{_prefix}/lib/ipod-sharp/ipod-sharp.dll -%{_prefix}/lib/ipod-sharp/ipod-sharp-ui.dll +%dir %{_libdir}/ipod-sharp +%{_libdir}/ipod-sharp/ipod-sharp.dll +%{_libdir}/ipod-sharp/ipod-sharp-ui.dll %changelog +* Mon Aug 28 2006 Christopher Aillon 0.5.15-3 +- Rebuild against newer mono stack + * Fri Mar 3 2006 Christopher Aillon 0.5.15-2 - Build on 64bit platforms From fedora-extras-commits at redhat.com Mon Aug 28 07:59:47 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 00:59:47 -0700 Subject: rpms/ipod-sharp/devel needs.rebuild,1.1,NONE Message-ID: <200608280759.k7S7xncA023424@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/ipod-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23409 Removed Files: needs.rebuild Log Message: this has been rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:26:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Mon, 28 Aug 2006 01:26:30 -0700 Subject: rpms/xscreensaver/devel xscreensaver-5.00-localefix-restrict.patch, 1.1, 1.2 xscreensaver.spec, 1.25, 1.26 xscreensaver-5.00-localesegv.patch, 1.1, NONE Message-ID: <200608280826.k7S8QW0Q026245@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xscreensaver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26223 Modified Files: xscreensaver-5.00-localefix-restrict.patch xscreensaver.spec Removed Files: xscreensaver-5.00-localesegv.patch Log Message: * Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-18 - Unify locale releated patches. xscreensaver-5.00-localefix-restrict.patch: Index: xscreensaver-5.00-localefix-restrict.patch =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver-5.00-localefix-restrict.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xscreensaver-5.00-localefix-restrict.patch 1 Jun 2006 03:26:28 -0000 1.1 +++ xscreensaver-5.00-localefix-restrict.patch 28 Aug 2006 08:26:30 -0000 1.2 @@ -1,6 +1,6 @@ ---- xscreensaver-5.00/hacks/screenhack.c.localefix2 2006-05-24 07:09:58.000000000 +0900 -+++ xscreensaver-5.00/hacks/screenhack.c 2006-06-01 08:06:32.000000000 +0900 -@@ -166,19 +166,39 @@ +--- xscreensaver-5.00/hacks/screenhack.c.localefix 2006-05-24 07:09:58.000000000 +0900 ++++ xscreensaver-5.00/hacks/screenhack.c 2006-08-28 16:40:50.000000000 +0900 +@@ -166,19 +166,38 @@ reset_locale (void) { #ifdef HAVE_SETLOCALE @@ -15,32 +15,32 @@ +#endif + 0 + }; -+ int j; ++ int j1, j2; ++ ++ for (j1 = 0; examine_locale[j1]; j1++) ++ { ++ const char *current_locale = setlocale(examine_locale[j1], NULL); ++ const char *env_locale = setlocale(examine_locale[j1], ""); ++ const char *cmp_locale; - while ((cmp_locale = change_locale[j])) -+ for (j = 0; examine_locale[j]; j++) - { +- { - if (!strncmp(current_locale, cmp_locale, strlen(cmp_locale))) -+ const char *current_locale = setlocale(examine_locale[j], NULL); -+ const char *env_locale = setlocale(examine_locale[j], ""); -+ const char *cmp_locale; -+ + if (!env_locale || !*env_locale) { - setlocale(LC_ALL, "C"); - break; -+ setlocale(examine_locale[j], current_locale); ++ setlocale(examine_locale[j1], current_locale); + continue; + } + -+ while ((cmp_locale = change_locale[j])) ++ for (j2 = 0; (cmp_locale = change_locale[j2]); j2++) + { + if (!strncmp(env_locale, cmp_locale, strlen(cmp_locale))) + { -+ (void) setlocale(examine_locale[j], "C"); ++ (void) setlocale(examine_locale[j2], "C"); + continue; + } -+ j++; } - j++; } Index: xscreensaver.spec =================================================================== RCS file: /cvs/extras/rpms/xscreensaver/devel/xscreensaver.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- xscreensaver.spec 28 Aug 2006 00:28:52 -0000 1.25 +++ xscreensaver.spec 28 Aug 2006 08:26:30 -0000 1.26 @@ -1,7 +1,7 @@ %define name xscreensaver %define version 5.00 -%define fedora_rel 17.1 +%define fedora_rel 18 %define fedora_ver 5.91.1 %define default_text %{_datadir}/doc/fedora-release-%{fedora_ver}/eula.txt @@ -34,7 +34,7 @@ Patch110: xscreensaver-5.00-fix-hacks.patch Patch111: xscreensaver-5.00-kill-getimage.patch Patch112: xscreensaver-5.00-po-correctdir.patch -Patch113: xscreensaver-5.00-localesegv.patch +#Patch113: xscreensaver-5.00-localesegv.patch %package base Summary: A minimal installation of xscreensaver @@ -103,14 +103,14 @@ %patch1 -p1 -b .sanitize-hacks %patch5 -p1 -b .rootpasswd %patch8 -p1 -b .include-dir -%patch101 -p1 -b .locale-fix-restrict +%patch101 -p1 -b .locale-fix-strict %patch102 -p1 -b .matherr2 %patch104 -p1 -b .xmlfix %patch105 -p1 -b .text-locale %patch110 -p1 -b .fix-hacks %patch111 -p1 -b .kill-getimage %patch112 -p1 -b .po-dir -%patch113 -p1 -b .localesegv +#%%patch113 -p1 -b .localesegv install -c -m644 -p %{SOURCE10} po/ja.po @@ -304,6 +304,9 @@ %defattr(-,root,root) %changelog +* Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-18 +- Unify locale releated patches. + * Mon Aug 28 2006 Mamoru Tasaka - 1:5.00-17.1 - Rebuild. --- xscreensaver-5.00-localesegv.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:35:09 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:35:09 -0700 Subject: rpms/k3d/devel k3d.spec,1.2,1.3 Message-ID: <200608280835.k7S8ZBIS026407@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26390 Modified Files: k3d.spec Log Message: FE6 Rebuild Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/devel/k3d.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3d.spec 23 Aug 2006 08:37:09 -0000 1.2 +++ k3d.spec 28 Aug 2006 08:35:09 -0000 1.3 @@ -1,7 +1,7 @@ Name: k3d Version: 0.6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -152,6 +152,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.6.0.0-2 +- FE6 Rebuild + * Wed Aug 23 2006 Denis Leroy - 0.6.0.0-1 - Update to 0.6.0.0 - Split example documents into separate package From fedora-extras-commits at redhat.com Mon Aug 28 08:36:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:36:50 -0700 Subject: rpms/js/FC-5 js.spec,1.12,1.13 Message-ID: <200608280836.k7S8aqVg026511@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26477/FC-5 Modified Files: js.spec Log Message: Fix pkgconfig file (#204232 & dupe #204236). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-5/js.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- js.spec 22 Aug 2006 10:02:35 -0000 1.12 +++ js.spec 28 Aug 2006 08:36:49 -0000 1.13 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -52,9 +52,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -134,6 +134,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5-6 +- Fix pkgconfig file (#204232 & dupe #204236). + * Mon Jul 24 2006 Matthias Saou 1.5-5 - FC6 rebuild. - Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. From fedora-extras-commits at redhat.com Mon Aug 28 08:36:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:36:50 -0700 Subject: rpms/js/devel js.spec,1.12,1.13 Message-ID: <200608280836.k7S8aqgV026515@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26477/devel Modified Files: js.spec Log Message: Fix pkgconfig file (#204232 & dupe #204236). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/devel/js.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- js.spec 24 Jul 2006 15:31:34 -0000 1.12 +++ js.spec 28 Aug 2006 08:36:50 -0000 1.13 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 5%{?dist} +Release: 6%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -52,9 +52,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -134,6 +134,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5-6 +- Fix pkgconfig file (#204232 & dupe #204236). + * Mon Jul 24 2006 Matthias Saou 1.5-5 - FC6 rebuild. - Enable JS_THREADSAFE in the build (#199696), add patch and nspr build req. From fedora-extras-commits at redhat.com Mon Aug 28 08:37:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:37:10 -0700 Subject: rpms/glibmm24/devel glibmm.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280837.k7S8bCgB026548@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26531 Modified Files: glibmm.spec Removed Files: needs.rebuild Log Message: FE6 Rebuild Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/devel/glibmm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glibmm.spec 21 Aug 2006 16:09:01 -0000 1.14 +++ glibmm.spec 28 Aug 2006 08:37:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: glibmm24 Version: 2.12.0 -Release: 1 +Release: 2 Summary: C++ interface for GTK2 (a GUI library for X) Group: System Environment/Libraries @@ -77,6 +77,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 28 2006 Denis Leroy - 2.12.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.12.0-1 - Update to 2.12.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:38:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:38:56 -0700 Subject: rpms/js/devel needs.rebuild,1.1,NONE Message-ID: <200608280838.k7S8cwso026632@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26612 Removed Files: needs.rebuild Log Message: FC6 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:41:28 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Mon, 28 Aug 2006 01:41:28 -0700 Subject: rpms/ghdl/devel needs.rebuild,1.1,NONE Message-ID: <200608280841.k7S8fUpi026749@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26734 Removed Files: needs.rebuild Log Message: rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 08:42:37 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 01:42:37 -0700 Subject: rpms/js/FC-4 js.spec,1.7,1.8 Message-ID: <200608280842.k7S8gd5a026778@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/js/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26761 Modified Files: js.spec Log Message: Really fix .pc file (#204232). Index: js.spec =================================================================== RCS file: /cvs/extras/rpms/js/FC-4/js.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- js.spec 1 Feb 2006 10:09:37 -0000 1.7 +++ js.spec 28 Aug 2006 08:42:37 -0000 1.8 @@ -3,7 +3,7 @@ Summary: JavaScript interpreter and libraries Name: js Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?_without_readline:1} License: MPL/GPL/LGPL %else @@ -50,9 +50,9 @@ # Create pkgconfig file %{__cat} > libjs.pc << 'EOF' prefix=%{_prefix} -exec_prefix=${_prefix} -libdir=${_libdir} -includedir=${_includedir} +exec_prefix=%{_prefix} +libdir=%{_libdir} +includedir=%{_includedir} Name: libjs Description: JS library @@ -130,6 +130,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5.0-3 +- Really fix .pc file (#204232). + * Mon Jan 30 2006 Matthias Saou 1.5.0-2 - Fix .pc file. From fedora-extras-commits at redhat.com Mon Aug 28 08:46:05 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:46:05 -0700 Subject: rpms/k3d/FC-4 .cvsignore,1.2,1.3 k3d.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608280846.k7S8k7N9026831@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26810 Modified Files: .cvsignore k3d.spec sources Log Message: - Update to 0.6.0.0 - Split example documents into separate package Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 11 Aug 2006 07:39:24 -0000 1.2 +++ .cvsignore 28 Aug 2006 08:46:05 -0000 1.3 @@ -1 +1 @@ -k3d-0.5.16.0-src.tar.bz2 +k3d-0.6.0.0-src.tar.bz2 Index: k3d.spec =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/k3d.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- k3d.spec 13 Aug 2006 14:14:26 -0000 1.3 +++ k3d.spec 28 Aug 2006 08:46:05 -0000 1.4 @@ -1,7 +1,7 @@ Name: k3d -Version: 0.5.16.0 -Release: 4%{?dist} +Version: 0.6.0.0 +Release: 1%{?dist} Summary: A 3D Modeling, Animation and Rendering System Group: Applications/Multimedia @@ -47,7 +47,7 @@ compliant render engines. -%package devel +%package devel Summary: Headers for rendering models written by K-3D Group: Development/Libraries Requires: %{name} = %{version}-%{release} @@ -58,6 +58,15 @@ rendering a model written by K-3D. +%package examples +Summary: Examples for K-3D +Group: Development/Demos + + +%description examples +This package contains examples of K-3D documents. + + %prep %setup -q %patch0 -p0 -b .gl64 @@ -113,13 +122,29 @@ %{_libdir}/libsurface_polygonizer.so.* %{_libdir}/k3d %{_datadir}/applications/fedora-k3d.desktop -%{_datadir}/k3d +%dir %{_datadir}/k3d +%{_datadir}/k3d/*.k3d +%{_datadir}/k3d/fonts +%{_datadir}/k3d/icons +%{_datadir}/k3d/logo +%{_datadir}/k3d/lsystem +%{_datadir}/k3d/ngui +%{_datadir}/k3d/qtui +%{_datadir}/k3d/scripts +%{_datadir}/k3d/shaders +%{_datadir}/k3d/textures +%{_datadir}/k3d/tutorials %{_mandir}/man1/k3d* +%files examples +%defattr(-, root, root, -) +%{_datadir}/k3d/documents + + %files devel %defattr(-, root, root, -) -%doc ChangeLog docs/xml/sample_document.k3d +%doc ChangeLog %{_bindir}/k3d-config %{_includedir}/k3d %{_libdir}/libHapy.so @@ -129,6 +154,10 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.6.0.0-1 +- Update to 0.6.0.0 +- Split example documents into separate package + * Sun Aug 13 2006 Denis Leroy - 0.5.16.0-4 - Added jpeg and png BRs Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3d/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 11 Aug 2006 07:39:24 -0000 1.2 +++ sources 28 Aug 2006 08:46:05 -0000 1.3 @@ -1 +1 @@ -f1ca4cef4e2fd5a20fdb4481823bb627 k3d-0.5.16.0-src.tar.bz2 +c9642b1483ddd3e1adc6d4118ba677e4 k3d-0.6.0.0-src.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 08:57:13 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 01:57:13 -0700 Subject: rpms/gtkmm24/devel gtkmm.spec,1.16,1.17 Message-ID: <200608280857.k7S8vGlG027073@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27056 Modified Files: gtkmm.spec Log Message: FE6 Rebuild Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/devel/gtkmm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gtkmm.spec 21 Aug 2006 17:47:41 -0000 1.16 +++ gtkmm.spec 28 Aug 2006 08:57:13 -0000 1.17 @@ -1,6 +1,6 @@ Name: gtkmm24 Version: 2.10.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -102,6 +102,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.10.0-3 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.10.0-2 - Added cairomm Require in devel From fedora-extras-commits at redhat.com Mon Aug 28 09:07:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:07:47 -0700 Subject: rpms/erlang/devel needs.rebuild,1.1,NONE Message-ID: <200608280907.k7S97n09029878@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29860 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:06 -0700 Subject: rpms/gforth/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S988B3029904@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gforth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29889 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:27 -0700 Subject: rpms/graveman/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S98Tnt029931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29915 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:08:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:08:47 -0700 Subject: rpms/global/devel needs.rebuild,1.1,NONE Message-ID: <200608280908.k7S98n7T029957@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29942 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:11 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:11 -0700 Subject: rpms/gcl/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99DWo029988@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29973 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:31 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:31 -0700 Subject: rpms/gauche/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99XmM030014@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29999 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:09:53 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:09:53 -0700 Subject: rpms/ecl/devel needs.rebuild,1.1,NONE Message-ID: <200608280909.k7S99tIl030040@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ecl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30025 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:10:13 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:10:13 -0700 Subject: rpms/erlang-esdl/devel needs.rebuild,1.1,NONE Message-ID: <200608280910.k7S9AFwd030066@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/erlang-esdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30051 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:11:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:11:22 -0700 Subject: rpms/gtkglarea2/devel gtkglarea2.spec,1.14,1.15 Message-ID: <200608280911.k7S9BO6M030102@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30083 Modified Files: gtkglarea2.spec Log Message: Rebuild for FE6 Index: gtkglarea2.spec =================================================================== RCS file: /cvs/extras/rpms/gtkglarea2/devel/gtkglarea2.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gtkglarea2.spec 4 Mar 2006 05:01:10 -0000 1.14 +++ gtkglarea2.spec 28 Aug 2006 09:11:22 -0000 1.15 @@ -1,7 +1,7 @@ Summary: OpenGL GTK widget Name: gtkglarea2 Version: 1.99.0 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries @@ -63,6 +63,9 @@ %{_libdir}/pkgconfig/gtkgl-2.0.pc %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.99.0-7 +- Rebuild for FE6 + * Sat Mar 04 2006 Ralf Cors??pius - 1.99.0-6 - Re-enable building. - disable static libs. From fedora-extras-commits at redhat.com Mon Aug 28 09:13:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:13:15 -0700 Subject: rpms/gtklp/devel gtklp.spec,1.3,1.4 Message-ID: <200608280913.k7S9DHbr030179@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30162 Modified Files: gtklp.spec Log Message: Rebuild for FE6 Index: gtklp.spec =================================================================== RCS file: /cvs/extras/rpms/gtklp/devel/gtklp.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtklp.spec 16 Jun 2006 19:33:58 -0000 1.3 +++ gtklp.spec 28 Aug 2006 09:13:15 -0000 1.4 @@ -1,6 +1,6 @@ Name: gtklp Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GTK frontend to CUPS Group: Applications/System @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.2.2-3 +- Rebuild for FE6 + * Fri Jun 16 2006 Gerard Milmeister - 1.2.2-2 - rebuild against new cups From fedora-extras-commits at redhat.com Mon Aug 28 09:13:58 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:13:58 -0700 Subject: rpms/hugs98/devel hugs98.spec,1.8,1.9 Message-ID: <200608280914.k7S9E0V2030247@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30227 Modified Files: hugs98.spec Log Message: Rebuild for FE6 Index: hugs98.spec =================================================================== RCS file: /cvs/extras/rpms/hugs98/devel/hugs98.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hugs98.spec 23 Jun 2006 08:26:04 -0000 1.8 +++ hugs98.spec 28 Aug 2006 09:13:58 -0000 1.9 @@ -2,7 +2,7 @@ Name: hugs98 Version: 2006.05 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Haskell Interpreter Group: Development/Languages @@ -194,6 +194,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2006.05-6 +- Rebuild for FE6 + * Fri Jun 23 2006 Gerard Milmeister - 2006.05-5 - switch char encoding from utf-8 to locale From fedora-extras-commits at redhat.com Mon Aug 28 09:14:47 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:14:47 -0700 Subject: rpms/ocaml/devel ocaml.spec,1.24,1.25 Message-ID: <200608280914.k7S9EnsF030314@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30297 Modified Files: ocaml.spec Log Message: Rebuild for FE6 Index: ocaml.spec =================================================================== RCS file: /cvs/extras/rpms/ocaml/devel/ocaml.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ocaml.spec 30 Apr 2006 17:06:38 -0000 1.24 +++ ocaml.spec 28 Aug 2006 09:14:47 -0000 1.25 @@ -1,6 +1,6 @@ Name: ocaml Version: 3.09.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Objective Caml compiler and programming environment @@ -210,6 +210,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 3.09.2-2 +- Rebuild for FE6 + * Sun Apr 30 2006 Gerard Milmeister - 3.09.2-1 - new version 3.09.2 From fedora-extras-commits at redhat.com Mon Aug 28 09:15:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:15:43 -0700 Subject: rpms/pari/devel pari.spec,1.2,1.3 Message-ID: <200608280915.k7S9FjdJ030383@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30366 Modified Files: pari.spec Log Message: Rebuild for FE6 Index: pari.spec =================================================================== RCS file: /cvs/extras/rpms/pari/devel/pari.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pari.spec 26 May 2006 19:53:56 -0000 1.2 +++ pari.spec 28 Aug 2006 09:15:42 -0000 1.3 @@ -1,6 +1,6 @@ Name: pari Version: 2.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Number Theory-oriented Computer Algebra System Group: System Environment/Libraries @@ -167,6 +167,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.3.0-4 +- Rebuild for FE6 + * Fri May 26 2006 Gerard Milmeister - 2.3.0-3 - Exclude ppc for now, since test fails From fedora-extras-commits at redhat.com Mon Aug 28 09:16:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:16:35 -0700 Subject: rpms/plt-scheme/devel plt-scheme.spec,1.26,1.27 Message-ID: <200608280916.k7S9GbN3030449@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30432 Modified Files: plt-scheme.spec Log Message: Rebuild for FE6 Index: plt-scheme.spec =================================================================== RCS file: /cvs/extras/rpms/plt-scheme/devel/plt-scheme.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- plt-scheme.spec 28 Jul 2006 13:00:38 -0000 1.26 +++ plt-scheme.spec 28 Aug 2006 09:16:35 -0000 1.27 @@ -1,6 +1,6 @@ Name: plt-scheme Version: 352 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Graphical environment for developing programs using Scheme Group: Development/Languages @@ -135,6 +135,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 352-2 +- Rebuild for FE6 + * Fri Jul 28 2006 Gerard Milmeister - 352-1 - new version 352 From fedora-extras-commits at redhat.com Mon Aug 28 09:17:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:17:20 -0700 Subject: rpms/qcad/devel qcad.spec,1.12,1.13 Message-ID: <200608280917.k7S9HMLC030513@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/qcad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30496 Modified Files: qcad.spec Log Message: Rebuild for FE6 Index: qcad.spec =================================================================== RCS file: /cvs/extras/rpms/qcad/devel/qcad.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qcad.spec 17 Feb 2006 21:38:39 -0000 1.12 +++ qcad.spec 28 Aug 2006 09:17:20 -0000 1.13 @@ -1,6 +1,6 @@ Name: qcad Version: 2.0.5.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Simple 2D CAD program Group: Applications/Engineering @@ -119,6 +119,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.0.5.0-5 +- Rebuild for FE6 + * Fri Feb 17 2006 Gerard Milmeister - 2.0.5.0-4 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 09:18:18 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:18:18 -0700 Subject: rpms/scons/devel scons.spec,1.8,1.9 Message-ID: <200608280918.k7S9IKRs030579@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30562 Modified Files: scons.spec Log Message: Rebuild for FE6 Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/devel/scons.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- scons.spec 2 Aug 2006 22:09:40 -0000 1.8 +++ scons.spec 28 Aug 2006 09:18:18 -0000 1.9 @@ -1,6 +1,6 @@ Name: scons Version: 0.96.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An Open Source software construction tool @@ -52,6 +52,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.96.1-3 +- Rebuild for FE6 + * Sat Jun 18 2005 Gerard Milmeister - 0.96.1-1 - New Version 0.96.1 From fedora-extras-commits at redhat.com Mon Aug 28 09:19:12 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:19:12 -0700 Subject: rpms/q/devel q.spec,1.2,1.3 Message-ID: <200608280919.k7S9JEPD030640@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30623 Modified Files: q.spec Log Message: Rebuild for FE6 Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/devel/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 28 Aug 2006 09:19:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: q Version: 7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Equational programming language Group: Development/Languages @@ -154,6 +154,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 7.1-3 +- Rebuild for FE6 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules From fedora-extras-commits at redhat.com Mon Aug 28 09:20:12 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:20:12 -0700 Subject: rpms/skencil/devel skencil.spec,1.11,1.12 Message-ID: <200608280920.k7S9KEXH030705@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/skencil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30688 Modified Files: skencil.spec Log Message: Rebuild for FE6 Index: skencil.spec =================================================================== RCS file: /cvs/extras/rpms/skencil/devel/skencil.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- skencil.spec 17 Feb 2006 23:30:58 -0000 1.11 +++ skencil.spec 28 Aug 2006 09:20:12 -0000 1.12 @@ -1,6 +1,6 @@ Name: skencil Version: 0.6.17 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Vector drawing program @@ -110,6 +110,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.6.17-8 +- Rebuild for FE6 + * Sat Feb 18 2006 Gerard Milmeister - 0.6.17-7 - Removed xorg-x11-devel dependency From fedora-extras-commits at redhat.com Mon Aug 28 09:20:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:20:50 -0700 Subject: rpms/sweep/devel sweep.spec,1.2,1.3 Message-ID: <200608280920.k7S9Kqph030772@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/sweep/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30753 Modified Files: sweep.spec Log Message: Rebuild for FE6 Index: sweep.spec =================================================================== RCS file: /cvs/extras/rpms/sweep/devel/sweep.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sweep.spec 30 Mar 2006 09:29:33 -0000 1.2 +++ sweep.spec 28 Aug 2006 09:20:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: sweep Version: 0.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An audio editor and live playback tool Group: Applications/Multimedia @@ -116,6 +116,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.9.1-5 +- Rebuild for FE6 + * Sun Mar 26 2006 Gerard Milmeister - 0.9.1-3 - do not compile in experimental features From fedora-extras-commits at redhat.com Mon Aug 28 09:21:17 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:17 -0700 Subject: rpms/epydoc/devel epydoc.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LJat030996@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/epydoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/epydoc/devel Modified Files: epydoc.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: epydoc.spec =================================================================== RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- epydoc.spec 8 Feb 2006 15:36:11 -0000 1.5 +++ epydoc.spec 28 Aug 2006 09:21:16 -0000 1.6 @@ -1,9 +1,9 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Summary: Edward Loper's Python API documentation generation tool +Summary: Automatic API documentation generation tool for Python Name: epydoc Version: 2.1 -Release: 4 +Release: 5%{?dist} Group: Development/Tools License: MIT URL: http://epydoc.sourceforge.net/ @@ -76,6 +76,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.1-5 +- FC6 rebuild. +- Add %%{?dist} tag. +- Update summary line. + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:56 -0700 Subject: rpms/advancecomp/devel advancecomp.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608280921.k7S9LSjV031003@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/advancecomp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/advancecomp/devel Modified Files: advancecomp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: advancecomp.spec =================================================================== RCS file: /cvs/extras/rpms/advancecomp/devel/advancecomp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- advancecomp.spec 6 Mar 2006 15:43:21 -0000 1.14 +++ advancecomp.spec 28 Aug 2006 09:20:56 -0000 1.15 @@ -1,13 +1,13 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files Name: advancecomp Version: 1.15 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Emulators URL: http://advancemame.sourceforge.net/ Source: http://dl.sf.net/advancemame/advancecomp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, zlib-devel +BuildRequires: zlib-devel %description AdvanceCOMP is a set of recompression utilities for .PNG, .MNG and .ZIP files. @@ -42,6 +42,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.15-5 +- FC6 rebuild, remove gcc-c++ build requirement (it's a default). + * Mon Mar 6 2006 Matthias Saou 1.15-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:28 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:21:28 -0700 Subject: rpms/tkcvs/devel tkcvs.spec,1.18,1.19 Message-ID: <200608280921.k7S9LUpq031028@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/tkcvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31002 Modified Files: tkcvs.spec Log Message: Rebuild for FE6 Index: tkcvs.spec =================================================================== RCS file: /cvs/extras/rpms/tkcvs/devel/tkcvs.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- tkcvs.spec 26 Mar 2006 10:58:34 -0000 1.18 +++ tkcvs.spec 28 Aug 2006 09:21:28 -0000 1.19 @@ -1,6 +1,6 @@ Name: tkcvs Version: 8.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TkCVS and TkDiff @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 8.0.3-2 +- Rebuild for FE6 + * Sun Mar 26 2006 Gerard Milmeister - 8.0.3-1 - new version 8.0.3 From fedora-extras-commits at redhat.com Mon Aug 28 09:21:32 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 02:21:32 -0700 Subject: rpms/par2cmdline/devel par2cmdline.spec,1.4,1.5 Message-ID: <200608280921.k7S9LYw7031054@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/par2cmdline/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31032 Modified Files: par2cmdline.spec Log Message: Rebuild for FC-6. Changed my email address in this spec file. Index: par2cmdline.spec =================================================================== RCS file: /cvs/extras/rpms/par2cmdline/devel/par2cmdline.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- par2cmdline.spec 12 May 2006 14:03:50 -0000 1.4 +++ par2cmdline.spec 28 Aug 2006 09:21:32 -0000 1.5 @@ -1,7 +1,7 @@ Summary: PAR 2.0 compatible file verification and repair tool Name: par2cmdline Version: 0.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Archiving Source: http://dl.sourceforge.net/parchive/%{name}-%{version}.tar.gz @@ -50,33 +50,37 @@ %{_bindir}/* %changelog -* Fri May 12 2006 Laurent Rineau - 0.4-10 +* Mon Aug 28 2006 Laurent Rineau - 0.4-11 +- Rebuild for FC-6. +- Change my email address in the %%changelog. + +* Fri May 12 2006 Laurent Rineau - 0.4-10 - New %%changelog. Quote percent signs. -* Wed May 10 2006 Laurent Rineau - 0.4-9 +* Wed May 10 2006 Laurent Rineau - 0.4-9 - Remove PORTING and ROADMAP from doc files. - Patch2: Remove explicit linking with -lstdc++ in Makefile.am, what required to call aclocal-1.9 and automake-1.9 -* Tue May 9 2006 Laurent Rineau - 0.4-8 +* Tue May 9 2006 Laurent Rineau - 0.4-8 - Added a new patch, to kill warnings, and try to fix ppc compilation error. -* Fri Apr 28 2006 Laurent Rineau - 0.4-7 +* Fri Apr 28 2006 Laurent Rineau - 0.4-7 - Change the description. Thanks to Jason Tibbitts (tibbs at math.uh.edu) for his help. - Add %%check section -* Thu Apr 27 2006 Laurent Rineau - 0.4-6 +* Thu Apr 27 2006 Laurent Rineau - 0.4-6 - chmod 644 several files, in %%build - fix the Source: tag. - new %%description - changed the buildroot to the one recommanded for Fedora Extras -* Wed Apr 12 2006 Laurent Rineau - 0.4-5 +* Wed Apr 12 2006 Laurent Rineau - 0.4-5 - Added the dist tag. - Recode several file with sed, to remove DOS end-of-lines. - Changed the URL: tag. - Cleanup after a rpmlint pass. -* Tue Apr 11 2006 Laurent Rineau - 0.4-3 +* Tue Apr 11 2006 Laurent Rineau - 0.4-3 - updated for Fedora Core 4 - obsolete parchive 1.1.4 - provides parchive = 1.1.4.0.par2.%%{version} From fedora-extras-commits at redhat.com Mon Aug 28 09:21:04 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:04 -0700 Subject: rpms/csmash/devel csmash.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LarH031089@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/csmash/devel Modified Files: csmash.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: csmash.spec =================================================================== RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- csmash.spec 6 Mar 2006 17:12:00 -0000 1.12 +++ csmash.spec 28 Aug 2006 09:21:04 -0000 1.13 @@ -1,7 +1,7 @@ Summary: 3D tabletennis game Name: csmash Version: 0.6.6 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL Group: Amusements/Games URL: http://cannonsmash.sourceforge.net/ @@ -9,11 +9,11 @@ Patch0: csmash-0.6.6-64bit-gcc4-fixes.patch Patch1: csmash-0.6.6-extraqualif.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel, gcc-c++ +BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel BuildRequires: SDL-devel >= 1.2.0, SDL_mixer-devel, SDL_image-devel BuildRequires: desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libGL-devel, libGLU-devel %else BuildRequires: xorg-x11-devel, Mesa-devel @@ -75,6 +75,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.6.6-13 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. + * Mon Mar 6 2006 Matthias Saou 0.6.6-12 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:56 -0700 Subject: rpms/bbkeys/devel bbkeys.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LSAi031016@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/bbkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/bbkeys/devel Modified Files: bbkeys.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: bbkeys.spec =================================================================== RCS file: /cvs/extras/rpms/bbkeys/devel/bbkeys.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bbkeys.spec 6 Mar 2006 17:08:11 -0000 1.12 +++ bbkeys.spec 28 Aug 2006 09:20:56 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Completely configurable key-combo grabber for blackbox Name: bbkeys Version: 0.9.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops URL: http://bbkeys.sourceforge.net/ @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: blackbox-devel # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libXext-devel %else BuildRequires: xorg-x11-devel @@ -54,6 +54,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9.0-5 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 0.9.0-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:20:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:20:57 -0700 Subject: rpms/blackbox/devel blackbox.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LTp7031023@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/blackbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/blackbox/devel Modified Files: blackbox.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: blackbox.spec =================================================================== RCS file: /cvs/extras/rpms/blackbox/devel/blackbox.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- blackbox.spec 6 Mar 2006 17:08:43 -0000 1.14 +++ blackbox.spec 28 Aug 2006 09:20:57 -0000 1.15 @@ -1,16 +1,15 @@ Summary: Very small and fast Window Manager Name: blackbox Version: 0.70.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: User Interface/Desktops URL: http://blackboxwm.sourceforge.net/ Source0: http://dl.sf.net/blackboxwm/blackbox-%{version}.tar.bz2 Source1: blackbox.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, pkgconfig # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXext-devel %else BuildRequires: xorg-x11-devel @@ -28,7 +27,7 @@ %package devel Summary: Blackbox Toolbox library for writing small applications Group: Development/Libraries -Requires: gcc-c++, pkgconfig +Requires: pkgconfig %description devel This package contains the Blackbox Toolbox files, headers and static library @@ -82,6 +81,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.70.1-5 +- FC6 rebuild. +- Remove gcc-c++ build requirement and devel sub-package requirement. +- Remove pkgconfig buildd requirement, as it's pulled in by Xorg devel now. + * Mon Mar 6 2006 Matthias Saou 0.70.1-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:03 -0700 Subject: rpms/boa/devel boa.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LZLa031058@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/boa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/boa/devel Modified Files: boa.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: boa.spec =================================================================== RCS file: /cvs/extras/rpms/boa/devel/boa.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- boa.spec 6 Mar 2006 15:46:42 -0000 1.9 +++ boa.spec 28 Aug 2006 09:21:03 -0000 1.10 @@ -4,7 +4,7 @@ Summary: Single-tasking HTTP server Name: boa Version: 0.94.14 -Release: 0.4%{?rcver:.%{rcver}}%{?dist} +Release: 0.5%{?rcver:.%{rcver}}%{?dist} URL: http://www.boa.org/ License: GPL Group: System Environment/Daemons @@ -18,7 +18,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: tetex, texinfo %{!?_without_gunzip:Requires: gzip} -%{!?_without_gunzip:BuildRequires: gzip} Requires: /etc/mime.types Provides: webserver @@ -127,6 +126,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.94.14-0.5.rc21 +- FC6 rebuild, remove gzip build requirement (it's a default). + * Mon Mar 6 2006 Matthias Saou 0.94.14-0.4.rc21 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:10 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:10 -0700 Subject: rpms/d4x/devel d4x.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9Lg70031097@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/d4x/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/d4x/devel Modified Files: d4x.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: d4x.spec =================================================================== RCS file: /cvs/extras/rpms/d4x/devel/d4x.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- d4x.spec 25 Apr 2006 08:49:17 -0000 1.13 +++ d4x.spec 28 Aug 2006 09:21:09 -0000 1.14 @@ -4,16 +4,16 @@ Summary: Downloader for X that supports resuming and many other features Name: d4x Version: 2.5.7.1 -Release: 1%{?pre:.%{pre}}%{?dist} +Release: 2%{?pre:.%{pre}}%{?dist} Group: Applications/Internet License: Artistic URL: http://www.krasu.ru/soft/chuchelo/ Source: http://d4x.krasu.ru/files/d4x-%{version}%{?pre}%{?final}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gtk2-devel, glib2-devel >= 2.4.0, gcc-c++, libstdc++-devel -BuildRequires: libao-devel, desktop-file-utils, openssl-devel, boost-devel +BuildRequires: gtk2-devel, libao-devel, openssl-devel +BuildRequires: desktop-file-utils, boost-devel # Use modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %endif @@ -70,6 +70,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.5.7.1-2 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. + * Tue Apr 25 2006 Matthias Saou 2.5.7.1-1 - Update to 2.5.7.1. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:11 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:11 -0700 Subject: rpms/easytag/devel easytag.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LhAU031102@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/easytag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/easytag/devel Modified Files: easytag.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: easytag.spec =================================================================== RCS file: /cvs/extras/rpms/easytag/devel/easytag.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- easytag.spec 11 Jul 2006 16:57:07 -0000 1.13 +++ easytag.spec 28 Aug 2006 09:21:11 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Tag editor for mp3, ogg, flac and other music files Name: easytag Version: 1.99.12 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://easytag.sourceforge.net/ @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.99.12-3 +- FC6 rebuild. + * Tue Jul 11 2006 Matthias Saou 1.99.12-2 - Now use "patched" tarball with the libmpg123 directory removed. - Include patch to disable libmpg123 and use id3lib instead for mpeg headers. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:03 -0700 Subject: rpms/camE/devel camE.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608280921.k7S9LZpH031086@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/camE/devel Modified Files: camE.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: camE.spec =================================================================== RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- camE.spec 6 Mar 2006 15:47:32 -0000 1.10 +++ camE.spec 28 Aug 2006 09:21:03 -0000 1.11 @@ -1,14 +1,13 @@ Summary: Rewrite of the xawtv webcam app, which adds imlib2 support Name: camE Version: 1.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons URL: http://linuxbrit.co.uk/camE/ Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: giblib >= 1.2.3 -BuildRequires: giblib-devel >= 1.2.3, imlib2-devel, curl-devel, zlib-devel +BuildRequires: giblib-devel, curl-devel, zlib-devel %description camE is a rewrite of the xawtv webcam app, which adds imlib2 support and @@ -39,6 +38,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.9-7 +- FC6 rebuild. +- Remove imlib2-devel build requirement, as giblib-devel requires it. + * Mon Mar 6 2006 Matthias Saou 1.9-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:21:10 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:21:10 -0700 Subject: rpms/djvulibre/devel djvulibre.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608280921.k7S9LgmI031100@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30745/djvulibre/devel Modified Files: djvulibre.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: djvulibre.spec =================================================================== RCS file: /cvs/extras/rpms/djvulibre/devel/djvulibre.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- djvulibre.spec 2 Jul 2006 18:26:24 -0000 1.16 +++ djvulibre.spec 28 Aug 2006 09:21:10 -0000 1.17 @@ -1,7 +1,7 @@ Summary: DjVu viewers, encoders and utilities Name: djvulibre Version: 3.5.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing URL: http://djvulibre.djvuzone.org/ @@ -10,7 +10,7 @@ BuildRequires: qt-devel, libjpeg-devel, libtiff-devel BuildRequires: mozilla, redhat-menus, hicolor-icon-theme # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %else BuildRequires: xorg-x11-devel @@ -104,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 3.5.17-2 +- FC6 rebuild. + * Sun Jul 2 2006 Matthias Saou 3.5.17-1 - Update to 3.5.17. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:22:07 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:22:07 -0700 Subject: rpms/ucblogo/devel ucblogo.spec,1.2,1.3 Message-ID: <200608280922.k7S9M9nt031169@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ucblogo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31149 Modified Files: ucblogo.spec Log Message: Rebuild for FE6 Index: ucblogo.spec =================================================================== RCS file: /cvs/extras/rpms/ucblogo/devel/ucblogo.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ucblogo.spec 29 Jun 2006 08:27:16 -0000 1.2 +++ ucblogo.spec 28 Aug 2006 09:22:07 -0000 1.3 @@ -1,6 +1,6 @@ Name: ucblogo Version: 5.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An interpreter for the Logo programming language Group: Development/Languages @@ -100,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.5-5 +- Rebuild for FE6 + * Thu Jun 29 2006 Gerard Milmeister - 5.5-4 - added BR texi2html - added BR libXt-devel From fedora-extras-commits at redhat.com Mon Aug 28 09:22:56 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:22:56 -0700 Subject: rpms/wings/devel wings.spec,1.3,1.4 Message-ID: <200608280922.k7S9Mw2Z031362@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31342 Modified Files: wings.spec Log Message: Rebuild for FE6 Index: wings.spec =================================================================== RCS file: /cvs/extras/rpms/wings/devel/wings.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wings.spec 8 Jun 2006 07:56:25 -0000 1.3 +++ wings.spec 28 Aug 2006 09:22:56 -0000 1.4 @@ -1,6 +1,6 @@ Name: wings Version: 0.98.32b -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D Subdivision Modeler Group: Applications/Multimedia @@ -136,6 +136,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.98.32b-9 +- Rebuild for FE6 + * Wed Jun 7 2006 Gerard Milmeister - 0.98.32b-8 - revert to use erlang R10B From fedora-extras-commits at redhat.com Mon Aug 28 09:27:06 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 02:27:06 -0700 Subject: rpms/amsn/devel amsn.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608280927.k7S9R8A9031840@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31813 Modified Files: amsn.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- amsn.spec 20 Jun 2006 19:00:48 -0000 1.1 +++ amsn.spec 28 Aug 2006 09:27:05 -0000 1.2 @@ -2,7 +2,7 @@ Name: amsn Version: 0.96 -Release: 0.11.%{alphatag}%{?dist} +Release: 0.12.%{alphatag}%{?dist} Summary: MSN Messenger clone for Linux, Mac and Windows Group: Applications/Internet @@ -123,6 +123,9 @@ %changelog +* Tue Aug 28 2006 Sander Hoentjen - 0.96-0.12.rc1 +- FC6 mass rebuild + * Tue Jun 20 2006 Sander Hoentjen - 0.96-0.11.rc1 - requires sox, htmlview and tkdnd now - moved amsn, amsn-remote and amsn-remote-CLI to bindir --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:29:58 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:29:58 -0700 Subject: rpms/scons/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9U0K6032034@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/scons/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32019 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:30:16 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:30:16 -0700 Subject: rpms/gtklp/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9UIJO032067@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtklp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32052 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:30:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:30:55 -0700 Subject: rpms/gtkglarea2/devel needs.rebuild,1.1,NONE Message-ID: <200608280930.k7S9UvS9032115@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gtkglarea2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32100 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:31:54 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 02:31:54 -0700 Subject: rpms/gauche-gl/devel gauche-gl.spec,1.2,1.3 Message-ID: <200608280931.k7S9VuJG032149@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32132 Modified Files: gauche-gl.spec Log Message: Rebuild for FE6 Index: gauche-gl.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gl/devel/gauche-gl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gauche-gl.spec 2 Aug 2006 22:06:17 -0000 1.2 +++ gauche-gl.spec 28 Aug 2006 09:31:53 -0000 1.3 @@ -2,7 +2,7 @@ Name: gauche-gl Version: 0.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OpenGL binding for Gauche Group: Development/Languages From fedora-extras-commits at redhat.com Mon Aug 28 09:37:39 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:37:39 -0700 Subject: rpms/gtkmm24/devel needs.rebuild,1.1,NONE Message-ID: <200608280937.k7S9bfpP032315@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32300 Removed Files: needs.rebuild Log Message: FE6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:38:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 02:38:49 -0700 Subject: rpms/acpitool/devel .cvsignore, 1.4, 1.5 acpitool.spec, 1.6, 1.7 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608280938.k7S9cpSY032362@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/acpitool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32339 Modified Files: .cvsignore acpitool.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 - update to 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 May 2006 11:05:29 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:38:48 -0000 1.5 @@ -1 +1 @@ -acpitool-0.4.5.tar.gz +acpitool-0.4.6.tar.gz Index: acpitool.spec =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/acpitool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- acpitool.spec 21 May 2006 11:05:29 -0000 1.6 +++ acpitool.spec 28 Aug 2006 09:38:48 -0000 1.7 @@ -1,5 +1,5 @@ Name: acpitool -Version: 0.4.5 +Version: 0.4.6 Release: 1%{?dist} Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz @@ -38,7 +38,10 @@ %{_mandir}/man1/acpitool* %changelog -* Thu Feb 16 2006 Patrice Dumas - 0.4.5-1 +* Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 +- update to 0.4.6 + +* Sun May 21 2006 Patrice Dumas - 0.4.5-1 - update to 0.4.5 * Thu Feb 16 2006 Patrice Dumas - 0.4.4-1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/acpitool/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 May 2006 11:05:29 -0000 1.4 +++ sources 28 Aug 2006 09:38:48 -0000 1.5 @@ -1 +1 @@ -34647d800617cfa506c0db086c0d6195 acpitool-0.4.5.tar.gz +37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:40:07 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 02:40:07 -0700 Subject: rpms/acpitool/FC-5 .cvsignore, 1.4, 1.5 acpitool.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200608280940.k7S9e9Gq032422@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/acpitool/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32400/FC-5 Modified Files: .cvsignore acpitool.spec sources Log Message: * Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 - update to 0.4.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 May 2006 14:18:17 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:40:07 -0000 1.5 @@ -1 +1 @@ -acpitool-0.4.5.tar.gz +acpitool-0.4.6.tar.gz Index: acpitool.spec =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/acpitool.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- acpitool.spec 21 May 2006 23:20:38 -0000 1.8 +++ acpitool.spec 28 Aug 2006 09:40:07 -0000 1.9 @@ -1,6 +1,6 @@ Name: acpitool -Version: 0.4.5 -Release: 1%{?dist}.1 +Version: 0.4.6 +Release: 1%{?dist} Url: http://freeunix.dyndns.org:8088/site2/acpitool.shtml Source0: http://freeunix.dyndns.org:8000/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.gz Summary: A command line ACPI client for Linux @@ -38,7 +38,10 @@ %{_mandir}/man1/acpitool* %changelog -* Sun May 21 2006 Patrice Dumas - 0.4.5-1.1 +* Mon Aug 28 2006 Patrice Dumas - 0.4.6-1 +- update to 0.4.6 + +* Sun May 21 2006 Patrice Dumas - 0.4.5-1 - update to 0.4.5 * Thu Feb 16 2006 Patrice Dumas - 0.4.4-1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/acpitool/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 May 2006 14:18:17 -0000 1.4 +++ sources 28 Aug 2006 09:40:07 -0000 1.5 @@ -1 +1 @@ -34647d800617cfa506c0db086c0d6195 acpitool-0.4.5.tar.gz +37d7a4eef8da04f015093d1e8b09ee10 acpitool-0.4.6.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 09:43:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:43:39 -0700 Subject: rpms/gentoo/devel .cvsignore, 1.4, 1.5 gentoo.spec, 1.6, 1.7 sources, 1.4, 1.5 gentoo-0.11.52-pomkinstalldirs.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608280943.k7S9hfJ5032564@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gentoo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32543 Modified Files: .cvsignore gentoo.spec sources Removed Files: gentoo-0.11.52-pomkinstalldirs.patch needs.rebuild Log Message: Update to 0.11.56. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jun 2005 09:06:45 -0000 1.4 +++ .cvsignore 28 Aug 2006 09:43:39 -0000 1.5 @@ -1 +1 @@ -gentoo-0.11.55.tar.gz +gentoo-0.11.56.tar.gz Index: gentoo.spec =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/gentoo.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gentoo.spec 6 Mar 2006 15:39:49 -0000 1.6 +++ gentoo.spec 28 Aug 2006 09:43:39 -0000 1.7 @@ -1,12 +1,11 @@ Summary: Graphical file management program in GTK+ for Linux Name: gentoo -Version: 0.11.55 -Release: 3%{?dist} +Version: 0.11.56 +Release: 1%{?dist} License: GPL Group: Applications/File URL: http://www.obsession.se/gentoo/ Source: http://dl.sf.net/gentoo/gentoo-%{version}.tar.gz -Patch: gentoo-0.11.52-pomkinstalldirs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk+-devel, gamin-devel, desktop-file-utils @@ -23,7 +22,6 @@ %prep %setup -%patch -p1 -b .pomkinstalldirs %build @@ -74,6 +72,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.11.56-1 +- Update to 0.11.56. +- FC6 rebuild. +- Drop pomkinstalldirs patch, this release fixes the problem. + * Mon Mar 6 2006 Matthias Saou 0.11.55-3 - FC5 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gentoo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jun 2005 09:06:45 -0000 1.4 +++ sources 28 Aug 2006 09:43:39 -0000 1.5 @@ -1 +1 @@ -9f831c487168612a877ece90b9287c96 gentoo-0.11.55.tar.gz +c28b003a29527813f47908d69d3f44d0 gentoo-0.11.56.tar.gz --- gentoo-0.11.52-pomkinstalldirs.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:47:51 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:47:51 -0700 Subject: rpms/k3d/devel needs.rebuild,1.1,NONE Message-ID: <200608280947.k7S9lrTS032700@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/k3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32685 Removed Files: needs.rebuild Log Message: FE6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:51:55 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 02:51:55 -0700 Subject: rpms/gkrellm-aclock/devel .cvsignore, 1.2, 1.3 gkrellm-aclock.spec, 1.4, 1.5 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608280951.k7S9pvfS000328@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gkrellm-aclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv302 Modified Files: .cvsignore gkrellm-aclock.spec sources Removed Files: needs.rebuild Log Message: Update to 0.3.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jul 2005 08:06:47 -0000 1.2 +++ .cvsignore 28 Aug 2006 09:51:55 -0000 1.3 @@ -1 +1 @@ -gkrellaclock-0.3.3.tar.gz +gkrellaclock-0.3.4.tar.gz Index: gkrellm-aclock.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/gkrellm-aclock.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gkrellm-aclock.spec 6 Mar 2006 15:37:39 -0000 1.4 +++ gkrellm-aclock.spec 28 Aug 2006 09:51:55 -0000 1.5 @@ -2,8 +2,8 @@ Summary: Analog clock plugin for GKrellM Name: gkrellm-aclock -Version: 0.3.3 -Release: 4%{?dist} +Version: 0.3.4 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.geocities.com/m_muthukumar/gkrellaclock.html @@ -21,6 +21,7 @@ %build +%{__make} clean %{__make} CFLAGS="%{optflags}" @@ -41,6 +42,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.3.4-1 +- Update to 0.3.4. +- FC6 rebuild. +- Add "make clean" since the sources contain a leftover i386 *.o file. + * Mon Mar 6 2006 Matthias Saou 0.3.3-4 - FC5 rebuild. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gkrellm-aclock/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jul 2005 08:06:47 -0000 1.2 +++ sources 28 Aug 2006 09:51:55 -0000 1.3 @@ -1 +1 @@ -6524cd0f5e803071776e97075ed1462c gkrellaclock-0.3.3.tar.gz +37957ad3db335af4ed62dcab00856b09 gkrellaclock-0.3.4.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 09:52:50 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 02:52:50 -0700 Subject: rpms/blt/devel blt.spec,1.10,1.11 Message-ID: <200608280952.k7S9qqnr000399@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv371 Modified Files: blt.spec Log Message: added dist tag, rebuild for Fedora Extras 6 Index: blt.spec =================================================================== RCS file: /cvs/extras/rpms/blt/devel/blt.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- blt.spec 28 Feb 2006 19:43:54 -0000 1.10 +++ blt.spec 28 Aug 2006 09:52:50 -0000 1.11 @@ -1,7 +1,7 @@ Summary: BLT widget extension to Tcl/Tk scripting language development Name: blt Version: 2.4 -Release: 13.z +Release: 14.z%{?dist} License: MIT Group: Development/Libraries @@ -52,6 +52,10 @@ %changelog +* Mon Aug 28 2006 Jean-Luc Fontaine 2.4-14.z +- added dist tag +- rebuild for Fedora Extras 6 + * Tue Feb 28 2006 Jean-Luc Fontaine 2.4-13.z - rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Mon Aug 28 09:53:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:53:36 -0700 Subject: rpms/libsigc++/devel libsigc++.spec,1.11,1.12 Message-ID: <200608280953.k7S9rcU2000429@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv412 Modified Files: libsigc++.spec Log Message: FE6 Rebuild Index: libsigc++.spec =================================================================== RCS file: /cvs/extras/rpms/libsigc++/devel/libsigc++.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libsigc++.spec 28 Feb 2006 21:03:11 -0000 1.11 +++ libsigc++.spec 28 Aug 2006 09:53:35 -0000 1.12 @@ -1,6 +1,6 @@ Name: libsigc++ Version: 1.2.7 -Release: 2 +Release: 3 Summary: Typesafe signal framework for C++ Group: System Environment/Libraries License: LGPL @@ -95,6 +95,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 1.2.7-3 +- FE6 Rebuild + * Tue Feb 28 2006 Denis Leroy 1.2.7-2 - Fixed sources file From fedora-extras-commits at redhat.com Mon Aug 28 09:54:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:54:59 -0700 Subject: rpms/libsigc++20/devel libsigc++.spec,1.9,1.10 Message-ID: <200608280955.k7S9t1fZ000508@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv491 Modified Files: libsigc++.spec Log Message: FE6 Rebuild Index: libsigc++.spec =================================================================== RCS file: /cvs/extras/rpms/libsigc++20/devel/libsigc++.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libsigc++.spec 28 Feb 2006 21:17:25 -0000 1.9 +++ libsigc++.spec 28 Aug 2006 09:54:59 -0000 1.10 @@ -1,6 +1,6 @@ Name: libsigc++20 Version: 2.0.17 -Release: 1 +Release: 2 Summary: Typesafe signal framework for C++ @@ -81,6 +81,9 @@ %{_libdir}/*.so %changelog +* Mon Aug 28 2006 Denis Leroy - 2.0.17-2 +- FE6 Rebuild + * Tue Feb 28 2006 Denis Leroy - 2.0.17-1 - Upgrade to version 2.0.17 - Added optional macro to compile static libs (use '--with static') From fedora-extras-commits at redhat.com Mon Aug 28 09:58:22 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 02:58:22 -0700 Subject: rpms/plotutils/devel plotutils.spec,1.1,1.2 Message-ID: <200608280958.k7S9wO3p000591@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv574 Modified Files: plotutils.spec Log Message: FE6 Rebuild Index: plotutils.spec =================================================================== RCS file: /cvs/extras/rpms/plotutils/devel/plotutils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plotutils.spec 18 Aug 2006 09:50:40 -0000 1.1 +++ plotutils.spec 28 Aug 2006 09:58:22 -0000 1.2 @@ -1,7 +1,7 @@ Name: plotutils Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNU vector and raster graphics utilities and libraries Group: Applications/Productivity @@ -113,6 +113,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.5-3 +- FE6 Rebuild + * Thu Aug 10 2006 Denis Leroy - 2.5-2 - Some reformatting, added ldconfig Req From fedora-extras-commits at redhat.com Mon Aug 28 10:02:53 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:53 -0700 Subject: rpms/fillets-ng/devel fillets-ng.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281003.k7SA3Qk7003380@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/fillets-ng/devel Modified Files: fillets-ng.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: fillets-ng.spec =================================================================== RCS file: /cvs/extras/rpms/fillets-ng/devel/fillets-ng.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fillets-ng.spec 31 May 2006 16:09:16 -0000 1.7 +++ fillets-ng.spec 28 Aug 2006 10:02:53 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Fish Fillets Next Generation, a puzzle game with 70 levels Name: fillets-ng Version: 0.7.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Amusements/Games URL: http://fillets.sourceforge.net/ @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.7.3-5 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 0.7.3-4 - Add patch to change lua detection from lua-config to pkgconfig since the latest lua packages no longer provide the config script. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:02:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:57 -0700 Subject: rpms/gcombust/devel gcombust.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3TLW003383@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gcombust/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/gcombust/devel Modified Files: gcombust.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gcombust.spec =================================================================== RCS file: /cvs/extras/rpms/gcombust/devel/gcombust.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gcombust.spec 6 Mar 2006 15:40:49 -0000 1.10 +++ gcombust.spec 28 Aug 2006 10:02:56 -0000 1.11 @@ -1,17 +1,17 @@ -Summary: Powerful GTK+ front-end for mkisofs and cdrecord +Summary: Powerful graphical front-end for mkisofs and cdrecord Name: gcombust Version: 0.1.55 -Release: 8 +Release: 9 Epoch: 1 License: GPL Group: Applications/Archiving URL: http://www.abo.fi/~jmunsin/gcombust/ Source: http://www.abo.fi/~jmunsin/gcombust/gcombust-%{version}.tar.gz Patch: gcombust-0.1.55-gcc4.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: cdrecord >= 1.10, mkisofs >= 1.10 Requires: cdda2wav >= 1.10, cdlabelgen >= 1.5.0 -BuildRequires: gtk+-devel, perl -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: gtk+-devel %description Gcombust is a GUI front-end for mkisofs, mkhybrid, cdda2wav, cdrecord @@ -45,12 +45,16 @@ %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS COPYING ChangeLog FAQ.shtml NEWS README THANKS TODO README.ms -%{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop -%{_datadir}/pixmaps/%{name}.xpm +%{_bindir}/gcombust +%{_datadir}/applications/gcombust.desktop +%{_datadir}/pixmaps/gcombust.xpm %changelog +* Mon Aug 28 2006 Matthias Saou 1:0.1.55-9 +- FC6 rebuild. +- Remove perl build requirement, it's a default. + * Mon Mar 6 2006 Matthias Saou 1:0.1.55-8 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:02:59 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:02:59 -0700 Subject: rpms/giblib/devel giblib.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3XVC003386@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/giblib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/giblib/devel Modified Files: giblib.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: giblib.spec =================================================================== RCS file: /cvs/extras/rpms/giblib/devel/giblib.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- giblib.spec 6 Mar 2006 15:38:50 -0000 1.10 +++ giblib.spec 28 Aug 2006 10:02:59 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Simple library and a wrapper for imlib2 Name: giblib Version: 1.2.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Libraries URL: http://linuxbrit.co.uk/giblib/ @@ -21,7 +21,7 @@ %package devel Summary: Static library and header files for giblib Group: Development/Libraries -Requires: %{name} = %{version}, imlib2-devel, pkgconfig +Requires: %{name} = %{version}-%{release}, imlib2-devel, pkgconfig %description devel Install this package if you intend to develop using the giblib library. @@ -39,7 +39,7 @@ %install %{__rm} -rf %{buildroot} %makeinstall -%{__rm} -rf %{buildroot}%{_prefix}/doc +%{__rm} -rf %{buildroot}%{_prefix}/doc/ %clean @@ -67,6 +67,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2.4-7 +- FC6 rebuild. +- Require exact release in the devel sub-package. + * Mon Mar 6 2006 Matthias Saou 1.2.4-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:01 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:01 -0700 Subject: rpms/gkrellm-freq/devel gkrellm-freq.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281003.k7SA3X1S003387@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gkrellm-freq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/gkrellm-freq/devel Modified Files: gkrellm-freq.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gkrellm-freq.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-freq/devel/gkrellm-freq.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gkrellm-freq.spec 6 Mar 2006 15:36:42 -0000 1.4 +++ gkrellm-freq.spec 28 Aug 2006 10:03:00 -0000 1.5 @@ -3,7 +3,7 @@ Summary: CPU frequency display plugin for GKrellM Name: gkrellm-freq Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System URL: http://www.peakunix.net/gkfreq/ @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0-3 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.0-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:02 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:02 -0700 Subject: rpms/hackedbox/devel hackedbox.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3aV9003390@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hackedbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/hackedbox/devel Modified Files: hackedbox.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: hackedbox.spec =================================================================== RCS file: /cvs/extras/rpms/hackedbox/devel/hackedbox.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- hackedbox.spec 6 Mar 2006 15:33:07 -0000 1.7 +++ hackedbox.spec 28 Aug 2006 10:03:02 -0000 1.8 @@ -4,7 +4,7 @@ Summary: The bastard son of Blackbox, a small and fast Window Manager Name: hackedbox Version: 0.8.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: User Interface/Desktops URL: http://scrudgeware.org/projects/Hackedbox @@ -12,12 +12,11 @@ Source1: hackedbox.desktop Patch: blackbox-0.65.0-gcc34.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: gcc-c++, perl -# Use monolithic X up to FC4, and modular X for FC5+ -%if 0%{?fedora} < 5 -BuildRequires: xorg-x11-devel -%else +# Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXext-devel +%else +BuildRequires: xorg-x11-devel %endif %description @@ -80,6 +79,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.8.4-7 +- FC6 rebuild. +- Remove gcc-c++ and perl buil requirements, they are defaults. + * Mon Mar 6 2006 Matthias Saou 0.8.4-6 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:03:06 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 03:03:06 -0700 Subject: rpms/hercules/devel hercules.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281003.k7SA3gjY003395@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/hercules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3286/hercules/devel Modified Files: hercules.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: hercules.spec =================================================================== RCS file: /cvs/extras/rpms/hercules/devel/hercules.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hercules.spec 1 Aug 2006 12:21:25 -0000 1.13 +++ hercules.spec 28 Aug 2006 10:03:06 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.04.1 -Release: 3%{?dist} +Release: 4%{?dist} License: QPL Group: Applications/Emulators URL: http://www.conmicro.cx/hercules/ @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 3.04.1-4 +- FC6 rebuild. + * Tue Aug 1 2006 Matthias Saou 3.04.1-3 - Don't assume we have a sane default umask... (#200838). - Update the README.fedora to include more details + RHL and RHEL steps. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:28:57 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:28:57 -0700 Subject: rpms/abicheck/devel abicheck-1.2-fortify-source-fc6.patch, NONE, 1.1 abicheck.spec, 1.27, 1.28 abicheck-1.2-fortify-source-fc5.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608281028.k7SASxkT003980@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3960 Modified Files: abicheck.spec Added Files: abicheck-1.2-fortify-source-fc6.patch Removed Files: abicheck-1.2-fortify-source-fc5.patch needs.rebuild Log Message: * Mon Aug 28 2006 Michael Schwendt - 1.2-11 - Rebuild and update fortify-source patch. abicheck-1.2-fortify-source-fc6.patch: --- NEW FILE abicheck-1.2-fortify-source-fc6.patch --- diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl --- abicheck-1.2-orig/abicheck.pl 2003-08-26 21:57:51.000000000 +0200 +++ abicheck-1.2/abicheck.pl 2006-08-28 12:28:14.000000000 +0200 @@ -3538,5 +3538,80 @@ libnsl.so.1:readColdStartFile libnsl.so.1:writeColdStartFile ); + + # + # These are _FORTIFY_SOURCE symbols. + # + push(@{$public}, qw( + libc.so.6:__chk_fail + libc.so.6:__confstr_chk + libc.so.6:__fgets_chk + libc.so.6:__fgets_unlocked_chk + libc.so.6:__fgetws_chk + libc.so.6:__fgetws_unlocked_chk + libc.so.6:__fprintf_chk + libc.so.6:__fwprintf_chk + libc.so.6:__getcwd_chk + libc.so.6:__getdomainname_chk + libc.so.6:__getgroups_chk + libc.so.6:__gethostname_chk + libc.so.6:__getlogin_r_chk + libc.so.6:__gets_chk + libc.so.6:__getwd_chk + libc.so.6:__mbsnrtowcs_chk + libc.so.6:__mbsrtowcs_chk + libc.so.6:__mbstowcs_chk + libc.so.6:__memcpy_chk + libc.so.6:__memmove_chk + libc.so.6:__mempcpy_chk + libc.so.6:__memset_chk + libc.so.6:__pread64_chk + libc.so.6:__pread_chk + libc.so.6:__printf_chk + libc.so.6:__ptsname_r_chk + libc.so.6:__read_chk + libc.so.6:__readlinkat_chk + libc.so.6:__readlink_chk + libc.so.6:__realpath_chk + libc.so.6:__recv_chk + libc.so.6:__recvfrom_chk + libc.so.6:__snprintf_chk + libc.so.6:__sprintf_chk + libc.so.6:__stack_chk_fail + libc.so.6:__stpcpy_chk + libc.so.6:__stpncpy_chk + libc.so.6:__strcat_chk + libc.so.6:__strcpy_chk + libc.so.6:__strncat_chk + libc.so.6:__strncpy_chk + libc.so.6:__swprintf_chk + libc.so.6:__syslog_chk + libc.so.6:__ttyname_r_chk + libc.so.6:__vfprintf_chk + libc.so.6:__vfwprintf_chk + libc.so.6:__vprintf_chk + libc.so.6:__vsnprintf_chk + libc.so.6:__vsprintf_chk + libc.so.6:__vswprintf_chk + libc.so.6:__vsyslog_chk + libc.so.6:__vwprintf_chk + libc.so.6:__wcpcpy_chk + libc.so.6:__wcpncpy_chk + libc.so.6:__wcrtomb_chk + libc.so.6:__wcscat_chk + libc.so.6:__wcscpy_chk + libc.so.6:__wcsncat_chk + libc.so.6:__wcsncpy_chk + libc.so.6:__wcsnrtombs_chk + libc.so.6:__wcsrtombs_chk + libc.so.6:__wcstombs_chk + libc.so.6:__wctomb_chk + libc.so.6:__wmemcpy_chk + libc.so.6:__wmemmove_chk + libc.so.6:__wmempcpy_chk + libc.so.6:__wmemset_chk + libc.so.6:__wprintf_chk + ) + ); } } Index: abicheck.spec =================================================================== RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- abicheck.spec 2 Mar 2006 18:12:33 -0000 1.27 +++ abicheck.spec 28 Aug 2006 10:28:57 -0000 1.28 @@ -3,7 +3,7 @@ Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 10 +Release: 11 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -12,7 +12,7 @@ Patch1: abicheck-1.2-test-static.patch Patch2: abicheck-1.2-bindings-fc4.patch Patch3: abicheck-1.2-libgcc.patch -Patch4: abicheck-1.2-fortify-source-fc5.patch +Patch4: abicheck-1.2-fortify-source-fc6.patch Patch5: abicheck-1.2-ldlinux.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) Requires: binutils perl @@ -62,6 +62,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt - 1.2-11 +- Rebuild and update fortify-source patch. + * Thu Mar 2 2006 Michael Schwendt - 1.2-10 - rebuilt for FC5 only to run the %%check section --- abicheck-1.2-fortify-source-fc5.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:32:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 03:32:14 -0700 Subject: rpms/tetex-tex4ht/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tetex-tex4ht.spec, 1.5, 1.6 Message-ID: <200608281032.k7SAWGX7004082@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-tex4ht/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4060 Modified Files: .cvsignore sources tetex-tex4ht.spec Log Message: * Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 - update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 19 Jun 2006 22:43:18 -0000 1.6 +++ .cvsignore 28 Aug 2006 10:32:14 -0000 1.7 @@ -1,2 +1 @@ -tex4ht-all-20050228.zip -tex4ht-1.0.2006_06_19_1646.tar.gz +tex4ht-1.0.2006_08_26_2341.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 19 Jun 2006 22:43:18 -0000 1.6 +++ sources 28 Aug 2006 10:32:14 -0000 1.7 @@ -1,2 +1 @@ -26eb8df2d6631794b3df0d6fb87a0219 tex4ht-all-20050228.zip -0cf65d59314b014fb2cb01341c04582b tex4ht-1.0.2006_06_19_1646.tar.gz +2dd8bbec7cb147391ca08efe4ae7d445 tex4ht-1.0.2006_08_26_2341.tar.gz Index: tetex-tex4ht.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/tetex-tex4ht.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- tetex-tex4ht.spec 19 Jun 2006 22:43:18 -0000 1.5 +++ tetex-tex4ht.spec 28 Aug 2006 10:32:14 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Translates TeX and LaTeX into HTML or XML+MathML Name: tetex-tex4ht -Version: 1.0.2006_06_19_1646 +Version: 1.0.2006_08_26_2341 Release: 1%{?dist} License: LaTeX Project Public License Group: Applications/Publishing @@ -63,12 +63,13 @@ # add shebangs to the scripts that lacks one for file in bin/unix/*; do - if grep '^#! */' $file > /dev/null 2>&1; then continue; fi - echo "#! /bin/sh" | cat - $file > $file.new - mv $file.new $file + if grep '^#! */' $file > /dev/null 2>&1; then continue; fi + echo "#! /bin/sh" | cat - $file > $file.new + mv $file.new $file done %install +rm -rf $RPM_BUILD_ROOT install -d -m755 $RPM_BUILD_ROOT%{_bindir} install -m755 src/tex4ht $RPM_BUILD_ROOT%{_bindir} @@ -103,28 +104,31 @@ texhash > /dev/null 2>&1 || : %changelog -* Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 +* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 +- update + +* Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 - update -* Fri Mar 31 2006 Patrice Dumas - 1.0.2006_03_27_1822-1 +* Fri Mar 31 2006 Patrice Dumas - 1.0.2006_03_27_1822-1 - update -* Fri Feb 17 2006 Patrice Dumas - 1.0.2006_02_15_1234-1 +* Fri Feb 17 2006 Patrice Dumas - 1.0.2006_02_15_1234-1 - update -* Thu Dec 22 2005 Patrice Dumas - 1.0.2005_12_21_0412-1 +* Thu Dec 22 2005 Patrice Dumas - 1.0.2005_12_21_0412-1 - update -* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-3 +* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-3 - add Requires for ImageMagick -* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-2 +* Mon Nov 14 2005 Patrice Dumas - 1.0.2005_11_06_1516-2 - keep timestamps, use tex4ht-all-YYYYMMDD.zip (Michael A. Peters) -* Sun Nov 13 2005 Patrice Dumas - 1.0.2005_11_06_1516-1 +* Sun Nov 13 2005 Patrice Dumas - 1.0.2005_11_06_1516-1 - updated version -* Sat Nov 5 2005 Patrice Dumas - 1.0.2005_10_31_0336-1 +* Sat Nov 5 2005 Patrice Dumas - 1.0.2005_10_31_0336-1 - updated version - added website documentation - added licence From fedora-extras-commits at redhat.com Mon Aug 28 10:32:57 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:32:57 -0700 Subject: rpms/amsn/devel amsn.spec,1.2,1.3 Message-ID: <200608281032.k7SAWxSF004170@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4140 Modified Files: amsn.spec Log Message: bumping release because of tag error i had Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amsn.spec 28 Aug 2006 09:27:05 -0000 1.2 +++ amsn.spec 28 Aug 2006 10:32:57 -0000 1.3 @@ -123,6 +123,9 @@ %changelog +* Tue Aug 28 2006 Sander Hoentjen - 0.96-0.13.rc1 +- Tag error, so bumping the release + * Tue Aug 28 2006 Sander Hoentjen - 0.96-0.12.rc1 - FC6 mass rebuild From fedora-extras-commits at redhat.com Mon Aug 28 10:34:30 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:34:30 -0700 Subject: rpms/mhash/devel mhash.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281034.k7SAYWT8004247@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/mhash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4228 Modified Files: mhash.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: mhash.spec =================================================================== RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mhash.spec 22 Feb 2006 17:12:34 -0000 1.11 +++ mhash.spec 28 Aug 2006 10:34:30 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Thread-safe hash algorithms library Name: mhash Version: 0.9.2 -Release: 4 +Release: 5 URL: http://mhash.sourceforge.net/ License: LGPL Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Wed Feb 22 2006 Michael Schwendt - 0.9.2-4 - rebuilt for FC5 - Disable static library. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:34:46 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:34:46 -0700 Subject: rpms/amsn/devel amsn.spec,1.3,1.4 Message-ID: <200608281034.k7SAYmDU004300@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/amsn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4245 Modified Files: amsn.spec Log Message: now really bumping the release Index: amsn.spec =================================================================== RCS file: /cvs/extras/rpms/amsn/devel/amsn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- amsn.spec 28 Aug 2006 10:32:57 -0000 1.3 +++ amsn.spec 28 Aug 2006 10:34:46 -0000 1.4 @@ -2,7 +2,7 @@ Name: amsn Version: 0.96 -Release: 0.12.%{alphatag}%{?dist} +Release: 0.13.%{alphatag}%{?dist} Summary: MSN Messenger clone for Linux, Mac and Windows Group: Applications/Internet From fedora-extras-commits at redhat.com Mon Aug 28 10:35:14 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:35:14 -0700 Subject: rpms/gqview/devel gqview.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281035.k7SAZGdS004375@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gqview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4357 Modified Files: gqview.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: gqview.spec =================================================================== RCS file: /cvs/extras/rpms/gqview/devel/gqview.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gqview.spec 15 Feb 2006 02:13:40 -0000 1.8 +++ gqview.spec 28 Aug 2006 10:35:14 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Image browser and viewer Name: gqview Version: 2.0.1 -Release: 3 +Release: 4 License: GPL Group: User Interface/X Source: http://dl.sf.net/sourceforge/gqview/gqview-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Wed Feb 15 2006 Michael Schwendt - 2.0.1-3 - rebuilt for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:36:04 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:36:04 -0700 Subject: rpms/xmms-sid/devel xmms-sid.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281036.k7SAa6eJ004451@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/xmms-sid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4431 Modified Files: xmms-sid.spec Removed Files: needs.rebuild Log Message: automated bump and rebuild Index: xmms-sid.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-sid/devel/xmms-sid.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-sid.spec 8 Apr 2006 09:54:25 -0000 1.10 +++ xmms-sid.spec 28 Aug 2006 10:36:04 -0000 1.11 @@ -3,7 +3,7 @@ Summary: SIDPlay input plugin for X MultiMedia System (XMMS) Name: xmms-sid Version: 0.8.0 -Release: 0.2.beta15%{?dist} +Release: 0.3.beta15%{?dist} URL: http://www.tnsp.org/xmms-sid.php License: GPL Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Michael Schwendt +- rebuilt + * Sat Apr 8 2006 Michael Schwendt - 0.8.0-0.2.beta15 - remove explicit dep on "xmms" and rely on soname dep --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:39:47 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Mon, 28 Aug 2006 03:39:47 -0700 Subject: rpms/tkdnd/devel tkdnd.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281039.k7SAdnQX004577@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/tkdnd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4560 Modified Files: tkdnd.spec Removed Files: needs.rebuild Log Message: FC6 Mass Rebuild Index: tkdnd.spec =================================================================== RCS file: /cvs/extras/rpms/tkdnd/devel/tkdnd.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tkdnd.spec 9 Jun 2006 05:09:47 -0000 1.1 +++ tkdnd.spec 28 Aug 2006 10:39:46 -0000 1.2 @@ -1,6 +1,6 @@ Name: tkdnd Version: 1.0a2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tk extension that adds native drag & drop capabilities Group: Development/Libraries @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Sander Hoentjen - 1.0a2-7 +- FC6 Mass Rebuild + * Fri Jun 08 2006 Sander Hoentjen - 1.0a2-6 - Removed the extra directory in %_doc by adding a wildcard - Moved the "rm -rf $RPM_BUILD_ROOT" to the very first line in %_install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:04 -0700 Subject: rpms/wings/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SAp6Xv004658@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/wings/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4643 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:20 -0700 Subject: rpms/qcad/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SApMow004695@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/qcad/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4680 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:51:57 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:51:57 -0700 Subject: rpms/ucblogo/devel needs.rebuild,1.1,NONE Message-ID: <200608281051.k7SApxRj004743@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ucblogo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4727 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:15 -0700 Subject: rpms/plt-scheme/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqHiO004776@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4761 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:32 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:32 -0700 Subject: rpms/q/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqYW3004802@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4787 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:52:50 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:52:50 -0700 Subject: rpms/sweep/devel needs.rebuild,1.1,NONE Message-ID: <200608281052.k7SAqqIp004829@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/sweep/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4813 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:06 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:06 -0700 Subject: rpms/skencil/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SAr8cD004857@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/skencil/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4840 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:22 -0700 Subject: rpms/ocaml/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SArOrH004883@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/ocaml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4868 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:43 -0700 Subject: rpms/pari/devel needs.rebuild,1.1,NONE Message-ID: <200608281053.k7SArjIV004909@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4894 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:53:59 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:53:59 -0700 Subject: rpms/tkcvs/devel needs.rebuild,1.1,NONE Message-ID: <200608281054.k7SAs1Ot004937@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/tkcvs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4922 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:54:21 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:54:21 -0700 Subject: rpms/hugs98/devel needs.rebuild,1.1,NONE Message-ID: <200608281054.k7SAsN3J004963@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/hugs98/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4948 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:55:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 03:55:46 -0700 Subject: rpms/yap/devel yap.spec,1.10,1.11 Message-ID: <200608281055.k7SAtmT2004997@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/yap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4980 Modified Files: yap.spec Log Message: Rebuild for FE6 Index: yap.spec =================================================================== RCS file: /cvs/extras/rpms/yap/devel/yap.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- yap.spec 1 May 2006 10:55:44 -0000 1.10 +++ yap.spec 28 Aug 2006 10:55:46 -0000 1.11 @@ -1,6 +1,6 @@ Name: yap Version: 5.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-performance Prolog Compiler @@ -120,6 +120,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.1.1-2 +- Rebuild for FE6 + * Mon May 1 2006 Gerard Milmeister - 5.1.1-1 - new version 5.1.1 - split off devel and docs packages From fedora-extras-commits at redhat.com Mon Aug 28 10:56:31 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:56:31 -0700 Subject: rpms/libsigc++/devel needs.rebuild,1.1,NONE Message-ID: <200608281056.k7SAuXbg005091@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5074 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:57:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:57:10 -0700 Subject: rpms/libsigc++20/devel needs.rebuild,1.1,NONE Message-ID: <200608281057.k7SAvCam005131@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libsigc++20/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5116 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:57:59 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:57:59 -0700 Subject: rpms/kxdocker/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.1, NONE kxdocker.spec, 1.6, NONE needs.rebuild, 1.1, NONE sources, 1.3, NONE Message-ID: <200608281058.k7SAw1jV005169@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/kxdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5137/kxdocker/devel Added Files: dead.package Removed Files: .cvsignore Makefile kxdocker.spec needs.rebuild sources Log Message: orphaned / dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- kxdocker.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:58:00 2006 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 28 Aug 2006 03:58:00 -0700 Subject: rpms/kxdocker-resources/devel dead.package, NONE, 1.1 .cvsignore, 1.4, NONE Makefile, 1.1, NONE kxdocker-resources.spec, 1.3, NONE needs.rebuild, 1.1, NONE sources, 1.4, NONE Message-ID: <200608281058.k7SAw20M005173@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/kxdocker-resources/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5137/kxdocker-resources/devel Added Files: dead.package Removed Files: .cvsignore Makefile kxdocker-resources.spec needs.rebuild sources Log Message: orphaned / dead.package --- NEW FILE dead.package --- --- .cvsignore DELETED --- --- Makefile DELETED --- --- kxdocker-resources.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 10:59:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 03:59:42 -0700 Subject: rpms/plotutils/devel needs.rebuild,1.1,NONE Message-ID: <200608281059.k7SAxig1005210@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/plotutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5195 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:00:25 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:00:25 -0700 Subject: rpms/xaos/devel xaos.spec,1.2,1.3 Message-ID: <200608281100.k7SB0SvK005243@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5226 Modified Files: xaos.spec Log Message: Rebuild for FE6 Index: xaos.spec =================================================================== RCS file: /cvs/extras/rpms/xaos/devel/xaos.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xaos.spec 10 Jun 2006 17:07:13 -0000 1.2 +++ xaos.spec 28 Aug 2006 11:00:25 -0000 1.3 @@ -1,6 +1,6 @@ Name: xaos Version: 3.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast, portable real-time interactive fractal zoomer Group: Applications/Multimedia @@ -24,6 +24,7 @@ BuildRequires: texinfo BuildRequires: texinfo-tex BuildRequires: desktop-file-utils +BuildRequires: gettext Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -119,6 +120,10 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 3.2.1-4 +- Rebuild for FE6 +- added BR: gettext + * Sat Jun 10 2006 Gerard Milmeister - 3.2.1-3 - disabled stripping of binaries From fedora-extras-commits at redhat.com Mon Aug 28 11:05:52 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:05:52 -0700 Subject: rpms/yap/devel needs.rebuild,1.1,NONE Message-ID: <200608281105.k7SB5sAF008063@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/yap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8048 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:07:57 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:07:57 -0700 Subject: rpms/linux_logo/devel .cvsignore, 1.6, 1.7 linux_logo.spec, 1.12, 1.13 sources, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608281108.k7SB80sm008126@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8103 Modified Files: .cvsignore linux_logo.spec sources Removed Files: needs.rebuild Log Message: Update to 4.14. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 9 Feb 2006 15:43:01 -0000 1.6 +++ .cvsignore 28 Aug 2006 11:07:57 -0000 1.7 @@ -1 +1 @@ -linux_logo-4.13.tar.gz +linux_logo-4.14.tar.gz Index: linux_logo.spec =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- linux_logo.spec 23 May 2006 10:44:54 -0000 1.12 +++ linux_logo.spec 28 Aug 2006 11:07:57 -0000 1.13 @@ -1,7 +1,7 @@ Summary: The linux logo - a colorful console penguin logo Name: linux_logo -Version: 4.13 -Release: 3%{?dist} +Version: 4.14 +Release: 1%{?dist} License: GPL Group: Applications/System URL: http://www.deater.net/weave/vmwprod/linux_logo/ @@ -52,6 +52,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 4.14-1 +- Update to 4.14. +- FC6 rebuild. + * Tue May 23 2006 Matthias Saou 4.13-3 - Update the debug patch to remove stripping of the binaries (Ville, #192442). Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 9 Feb 2006 15:43:01 -0000 1.6 +++ sources 28 Aug 2006 11:07:57 -0000 1.7 @@ -1 +1 @@ -17af1e478ea9ac7dbcffd2e0a53aa5a6 linux_logo-4.13.tar.gz +5eeccebefff7416698dcbaebbb19cb87 linux_logo-4.14.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:11:05 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:11:05 -0700 Subject: rpms/cfitsio/devel cfitsio.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281111.k7SBB7cf008440@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/cfitsio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8423 Modified Files: cfitsio.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: cfitsio.spec =================================================================== RCS file: /cvs/extras/rpms/cfitsio/devel/cfitsio.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- cfitsio.spec 30 Mar 2006 15:57:25 -0000 1.14 +++ cfitsio.spec 28 Aug 2006 11:11:05 -0000 1.15 @@ -1,6 +1,6 @@ Name: cfitsio Version: 3.006 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library for manipulating FITS data files Group: Development/Libraries @@ -70,6 +70,9 @@ %{_libdir}/libcfitsio.so %changelog +* Mon Aug 28 2006 Matthew Truch - 3.006-6 +- Bump release for rebuild in prep. for FC6. + * Thu Mar 30 2006 Matthew Truch - 3.006-5 - Include defattr() for devel package as well - bug 187366 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:13:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:13:46 -0700 Subject: rpms/xaos/devel needs.rebuild,1.1,NONE Message-ID: <200608281113.k7SBDmrZ008533@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/xaos/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8515 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:15:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:15:37 -0700 Subject: rpms/gauche-gtk/devel gauche-gtk.spec,1.1,1.2 Message-ID: <200608281115.k7SBFd6g008599@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8582 Modified Files: gauche-gtk.spec Log Message: Rebuild for FE6 Index: gauche-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/gauche-gtk/devel/gauche-gtk.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gauche-gtk.spec 15 May 2006 19:23:41 -0000 1.1 +++ gauche-gtk.spec 28 Aug 2006 11:15:36 -0000 1.2 @@ -2,7 +2,7 @@ Name: gauche-gtk Version: 0.4.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Gauche extension module to use GTK Group: Development/Languages @@ -54,6 +54,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 0.4.1-8 +- Rebuild for FE6 + * Fri May 5 2006 Gerard Milmeister - 0.4.1-7 - Added include flags for freetype - Added -fPIC flag From fedora-extras-commits at redhat.com Mon Aug 28 11:16:33 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:16:33 -0700 Subject: rpms/gpsd/devel gpsd.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281116.k7SBGZWi008665@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/gpsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8643 Modified Files: gpsd.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6. Index: gpsd.spec =================================================================== RCS file: /cvs/extras/rpms/gpsd/devel/gpsd.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gpsd.spec 20 Jul 2006 17:15:42 -0000 1.6 +++ gpsd.spec 28 Aug 2006 11:16:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -150,8 +150,11 @@ %{_datadir}/applications/*.desktop %changelog +* Mon Aug 28 2006 Matthew Truch - 2.33-4 +- Bump release for rebuild in prep. for FC6. + * Thu Jul 20 2006 Matthew Truch - 2.33-3 -* Actually, was a missing BR glib-dbus-devel. Ooops. +- Actually, was a missing BR glib-dbus-devel. Ooops. * Thu Jul 20 2006 Matthew Truch - 2.33-2 - Missing BR glib-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:21:09 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:21:09 -0700 Subject: rpms/hpic/devel hpic.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281121.k7SBLBGf008868@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/hpic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8851 Modified Files: hpic.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild for FC6 prep. Index: hpic.spec =================================================================== RCS file: /cvs/extras/rpms/hpic/devel/hpic.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hpic.spec 10 Mar 2006 19:15:14 -0000 1.6 +++ hpic.spec 28 Aug 2006 11:21:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: hpic Version: 0.52.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Healpix manipulation binaries and library Group: Development/Libraries @@ -66,6 +66,9 @@ %{_libdir}/libhpic.a %changelog +* Mon Aug 28 2006 Matthew Truch - 0.52.2-2 +- Bump revision for mass rebuild in prep. for FC6. + * Tue Feb 28 2006 Matthew Truch - 0.52.2-1 - Update to 0.52.2 upstream bugfix release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:21:55 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:21:55 -0700 Subject: rpms/GtkAda/devel GtkAda.spec,1.16,1.17 Message-ID: <200608281121.k7SBLv5L008947@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8930 Modified Files: GtkAda.spec Log Message: Rebuild for FE6 Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- GtkAda.spec 27 Mar 2006 17:52:23 -0000 1.16 +++ GtkAda.spec 28 Aug 2006 11:21:55 -0000 1.17 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Ada95 graphical toolkit based on Gtk+ @@ -20,6 +20,8 @@ BuildRequires: libbonoboui-devel BuildRequires: libglade2-devel BuildRequires: texinfo-tex +BuildRequires: texinfo +BuildRequires: tetex BuildRequires: tetex-dvips ExcludeArch: ppc ppc64 @@ -124,6 +126,9 @@ %doc known-problems %changelog +* Mon Aug 28 2006 Gerard Milmeister - 2.4.0-13 +- Rebuild for FE6 + * Mon Mar 27 2006 Gerard Milmeister - 2.4.0-12 - BuildReq texinfo -> texinfo-tex From fedora-extras-commits at redhat.com Mon Aug 28 11:22:53 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:22:53 -0700 Subject: rpms/libglademm24/devel .cvsignore, 1.5, 1.6 libglademm.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200608281122.k7SBMtWF009022@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9001 Modified Files: .cvsignore libglademm.spec sources Log Message: Update to version 2.6.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 1 Mar 2006 01:04:32 -0000 1.5 +++ .cvsignore 28 Aug 2006 11:22:52 -0000 1.6 @@ -1 +1 @@ -libglademm-2.6.2.tar.bz2 +libglademm-2.6.3.tar.bz2 Index: libglademm.spec =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/libglademm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libglademm.spec 1 Mar 2006 01:04:32 -0000 1.9 +++ libglademm.spec 28 Aug 2006 11:22:52 -0000 1.10 @@ -1,5 +1,5 @@ Name: libglademm24 -Version: 2.6.2 +Version: 2.6.3 Release: 1 Summary: C++ wrapper for libglade @@ -78,6 +78,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.6.3-1 +- Update to version 2.6.3 + * Tue Feb 28 2006 Denis Leroy - 2.6.2-1 - Update to version 2.6.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libglademm24/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 1 Mar 2006 01:04:32 -0000 1.5 +++ sources 28 Aug 2006 11:22:52 -0000 1.6 @@ -1 +1 @@ -431a7d04514cabe26fcaedd7767b6a93 libglademm-2.6.2.tar.bz2 +3dd3c3777c4407b8a330bd79089ddbfc libglademm-2.6.3.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 11:23:38 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:23:38 -0700 Subject: rpms/gauche-gl/devel needs.rebuild,1.1,NONE Message-ID: <200608281123.k7SBNecI009097@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9080 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:23:51 2006 From: fedora-extras-commits at redhat.com (Matthew D Truch (mtruch)) Date: Mon, 28 Aug 2006 04:23:51 -0700 Subject: rpms/kst/devel kst.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281123.k7SBNrmi009118@cvs-int.fedora.redhat.com> Author: mtruch Update of /cvs/extras/rpms/kst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9101 Modified Files: kst.spec Removed Files: needs.rebuild Log Message: Rebuild kst for FC6. Index: kst.spec =================================================================== RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- kst.spec 23 Mar 2006 18:20:26 -0000 1.5 +++ kst.spec 28 Aug 2006 11:23:50 -0000 1.6 @@ -1,6 +1,6 @@ Name: kst Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A data viewing program for KDE Group: Applications/Engineering @@ -210,6 +210,9 @@ %{_datadir}/services/kst/kstdata_netcdf.desktop %changelog +* Mon Aug 28 2006 Matthew Truch - 1.2.1-2 +- Bump release to force build in prep. for FC6. + * Thu Mar 23 2006 Matthew Truch - 1.2.1-1 - Update to kst 1.2.1 bugfix release from upstream. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:08 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:24:08 -0700 Subject: rpms/dia/devel dia.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOAO6009193@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9175 Modified Files: dia.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:0.95-7 - FE6 Rebuild Index: dia.spec =================================================================== RCS file: /cvs/extras/rpms/dia/devel/dia.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- dia.spec 13 Aug 2006 22:40:55 -0000 1.14 +++ dia.spec 28 Aug 2006 11:24:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: dia Version: 0.95 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -104,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:0.95-7 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 1:0.95-6 - Fix weaksymbols in libdia.so (BZ 202330) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:36 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:36 -0700 Subject: rpms/p7zip/devel p7zip.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOcDI009400@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/p7zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/p7zip/devel Modified Files: p7zip.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: p7zip.spec =================================================================== RCS file: /cvs/extras/rpms/p7zip/devel/p7zip.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- p7zip.spec 29 Jun 2006 14:30:44 -0000 1.11 +++ p7zip.spec 28 Aug 2006 11:24:36 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Very high compression ratio file archiver Name: p7zip Version: 4.42 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: Applications/Archiving URL: http://p7zip.sourceforge.net/ @@ -94,6 +94,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 4.42-2 +- FC6 rebuild. + * Thu Jun 29 2006 Matthias Saou 4.42-1 - Update to 4.42. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:15 -0700 Subject: rpms/gtweakui/devel gtweakui.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOlN1009408@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/gtweakui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/gtweakui/devel Modified Files: gtweakui.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: gtweakui.spec =================================================================== RCS file: /cvs/extras/rpms/gtweakui/devel/gtweakui.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gtweakui.spec 6 Mar 2006 15:34:35 -0000 1.7 +++ gtweakui.spec 28 Aug 2006 11:24:14 -0000 1.8 @@ -3,7 +3,7 @@ Summary: Extra configuration dialogs for GNOME Name: gtweakui Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: User Interface/Desktops URL: http://gtweakui.sourceforge.net/ @@ -20,48 +20,6 @@ %prep %setup -n %{real_name}-%{version} -%{__cat} > gtweakui-menus.desktop.in << EOF -[Desktop Entry] -Name=Menus -Comment=Change extra menu preferences -Exec=gtweakui-menus -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - -%{__cat} > gtweakui-nautilus.desktop.in << EOF -[Desktop Entry] -Name=Nautilus -Comment=Change extra nautilus preferences -Exec=gtweakui-nautilus -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - -%{__cat} > gtweakui-session.desktop.in << EOF -[Desktop Entry] -Name=Session -Comment=Change extra session preferences -Exec=gtweakui-session -Icon=gnome-desktop-config.png -Terminal=false -Type=Application -StartupNotify=true -Encoding=UTF-8 -Categories=GNOME;Application;Settings -OnlyShowIn=GNOME; -EOF - %build %configure @@ -87,6 +45,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.4.0-3 +- FC6 rebuild. +- No longer replace (most of) the desktop files, keep the provided ones. + * Mon Mar 6 2006 Matthias Saou 0.4.0-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:15 -0700 Subject: rpms/i8kutils/devel i8kutils.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOl2c009411@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/i8kutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/i8kutils/devel Modified Files: i8kutils.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: i8kutils.spec =================================================================== RCS file: /cvs/extras/rpms/i8kutils/devel/i8kutils.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- i8kutils.spec 30 Jun 2006 14:43:30 -0000 1.12 +++ i8kutils.spec 28 Aug 2006 11:24:15 -0000 1.13 @@ -4,7 +4,7 @@ Summary: Dell laptop (Inspiron 8000 and others) SMM BIOS support tools Name: i8kutils Version: 1.25 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: System Environment/Base URL: http://people.debian.org/~dz/i8k/ @@ -95,6 +95,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.25-11 +- FC6 rebuild. + * Fri Jun 30 2006 Matthias Saou 1.25-10 - Rename init script to i8k since we don't only enable buttons. - Re-enable init script by default since all it does is load the i8k module. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:22 -0700 Subject: rpms/lighttpd/devel lighttpd.spec,1.23,1.24 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOs1L009439@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/lighttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/lighttpd/devel Modified Files: lighttpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: lighttpd.spec =================================================================== RCS file: /cvs/extras/rpms/lighttpd/devel/lighttpd.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- lighttpd.spec 12 Jul 2006 17:39:10 -0000 1.23 +++ lighttpd.spec 28 Aug 2006 11:24:22 -0000 1.24 @@ -3,7 +3,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.11 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.lighttpd.net/ @@ -173,6 +173,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4.11-2 +- FC6 rebuild. + * Thu Mar 9 2006 Matthias Saou 1.4.11-1 - Update to 1.4.11. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:21 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:21 -0700 Subject: rpms/kannel/devel kannel.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOrbF009433@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/kannel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/kannel/devel Modified Files: kannel.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: kannel.spec =================================================================== RCS file: /cvs/extras/rpms/kannel/devel/kannel.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kannel.spec 6 Mar 2006 15:30:21 -0000 1.10 +++ kannel.spec 28 Aug 2006 11:24:21 -0000 1.11 @@ -1,7 +1,7 @@ Summary: WAP and SMS gateway Name: kannel Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} License: Kannel Group: System Environment/Daemons URL: http://www.kannel.org/ @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4.0-9 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.4.0-8 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:52 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:24:52 -0700 Subject: rpms/gconfmm26/devel gconfmm.spec,1.13,1.14 Message-ID: <200608281124.k7SBOsu0009438@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9415 Modified Files: gconfmm.spec Log Message: FE6 rebuild Index: gconfmm.spec =================================================================== RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gconfmm.spec 21 Aug 2006 16:59:19 -0000 1.13 +++ gconfmm.spec 28 Aug 2006 11:24:52 -0000 1.14 @@ -1,6 +1,6 @@ Name: gconfmm26 Version: 2.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ wrapper for GConf2 @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:24:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:29 -0700 Subject: rpms/moin/devel moin.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP1o1009489@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/moin/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/moin/devel Modified Files: moin.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: moin.spec =================================================================== RCS file: /cvs/extras/rpms/moin/devel/moin.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- moin.spec 1 Aug 2006 12:27:57 -0000 1.8 +++ moin.spec 28 Aug 2006 11:24:29 -0000 1.9 @@ -1,7 +1,7 @@ Summary: MoinMoin is a Python clone of WikiWiki Name: moin Version: 1.5.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -10,8 +10,8 @@ Patch0: moin-1.5.2-config.patch Patch1: moin-1.3.5-xml_newline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildArch: noarch BuildRequires: python, dos2unix +BuildArch: noarch %description A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on @@ -52,6 +52,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.5.4-3 +- FC6 rebuild. + * Tue Aug 1 2006 Matthias Saou 1.5.4-2 - Don't assume we have a sane default umask... (#200833). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:31 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:31 -0700 Subject: rpms/oidentd/devel oidentd.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP3sY009497@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/oidentd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/oidentd/devel Modified Files: oidentd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: oidentd.spec =================================================================== RCS file: /cvs/extras/rpms/oidentd/devel/oidentd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- oidentd.spec 29 Jun 2006 09:58:20 -0000 1.11 +++ oidentd.spec 28 Aug 2006 11:24:30 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Implementation of the RFC1413 identification server Name: oidentd Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://ojnk.sourceforge.net/ @@ -82,6 +82,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.0.8-2 +- FC6 rebuild. + * Thu Jun 29 2006 Matthias Saou 2.0.8-1 - Update to 2.0.8 which fixes bugzilla #173754. - Don't flag init script as %%config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:22 -0700 Subject: rpms/libcaca/devel libcaca.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOstK009436@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/libcaca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/libcaca/devel Modified Files: libcaca.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: libcaca.spec =================================================================== RCS file: /cvs/extras/rpms/libcaca/devel/libcaca.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libcaca.spec 6 Mar 2006 15:29:18 -0000 1.11 +++ libcaca.spec 28 Aug 2006 11:24:21 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Library for Colour AsCii Art, text mode graphics Name: libcaca Version: 0.9 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPL Group: System Environment/Libraries URL: http://sam.zoy.org/projects/libcaca/ @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9-11 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 0.9-10 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:23 -0700 Subject: rpms/lmarbles/devel lmarbles.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281124.k7SBOtq1009444@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/lmarbles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/lmarbles/devel Modified Files: lmarbles.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: lmarbles.spec =================================================================== RCS file: /cvs/extras/rpms/lmarbles/devel/lmarbles.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- lmarbles.spec 6 Mar 2006 15:24:23 -0000 1.10 +++ lmarbles.spec 28 Aug 2006 11:24:23 -0000 1.11 @@ -1,13 +1,12 @@ Summary: Atomix clone where you create figures out of marbles Name: lmarbles Version: 1.0.7 -Release: 5 +Release: 6%{?dist} License: GPL Group: Amusements/Games URL: http://lgames.sourceforge.net/ Source: http://dl.sf.net/lgames/lmarbles-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: SDL >= 1.1.4, SDL_mixer BuildRequires: SDL-devel, SDL_mixer-devel, desktop-file-utils, ImageMagick Obsoletes: marbles <= 1.0.5 @@ -78,6 +77,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0.7-6 +- FC5 rebuild. +- Add %%{?dist} tag. +- Remove explicit SDL* libraries requirements. + * Mon Mar 6 2006 Matthias Saou 1.0.7-5 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:29 -0700 Subject: rpms/metakit/devel metakit.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP1aP009483@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/metakit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/metakit/devel Modified Files: metakit.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: metakit.spec =================================================================== RCS file: /cvs/extras/rpms/metakit/devel/metakit.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- metakit.spec 6 Mar 2006 15:23:19 -0000 1.13 +++ metakit.spec 28 Aug 2006 11:24:28 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Embeddable database Name: metakit Version: 2.4.9.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.equi4.com/metakit/ @@ -11,7 +11,7 @@ Patch0: metakit-2.4.9.3-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: tcl, python -BuildRequires: gcc-c++, tcl-devel, python-devel +BuildRequires: tcl-devel, python-devel BuildRequires: autoconf, automake, libtool %description @@ -26,7 +26,7 @@ %package devel Summary: Header files and development documentation for metakit Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel Header files and development documentation for metakit. @@ -81,6 +81,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.4.9.5-3 +- FC6 rebuild. +- Remove gcc-c++ build requirement, it's a default. +- Require exact release in the devel sub-package. + * Mon Mar 6 2006 Matthias Saou 2.4.9.5-2 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:25:06 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:25:06 -0700 Subject: rpms/dumb/devel dumb.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP8Jk009529@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/dumb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9503 Modified Files: dumb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.9.3-5 - FE6 Rebuild Index: dumb.spec =================================================================== RCS file: /cvs/extras/rpms/dumb/devel/dumb.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dumb.spec 27 Jul 2006 07:58:39 -0000 1.3 +++ dumb.spec 28 Aug 2006 11:25:06 -0000 1.4 @@ -1,6 +1,6 @@ Name: dumb Version: 0.9.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: IT, XM, S3M and MOD player library Group: System Environment/Libraries License: GPL-Compatible @@ -69,6 +69,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.9.3-5 +- FE6 Rebuild + * Thu Jul 27 2006 Hans de Goede 0.9.3-4 - Fix CVE-2006-3668, thanks to Debian for the patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:24:30 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:24:30 -0700 Subject: rpms/ncftp/devel ncftp.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281125.k7SBP2E4009494@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9165/ncftp/devel Modified Files: ncftp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ncftp.spec 22 Aug 2006 12:11:02 -0000 1.9 +++ ncftp.spec 28 Aug 2006 11:24:30 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Improved console FTP client Name: ncftp Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: Distributable Group: Applications/Internet @@ -67,6 +67,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2:3.2.0-2 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 2:3.2.0-1 - Update to 3.2.0. - Update IPv6 patch to 320-v6-20060806. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:25:55 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:25:55 -0700 Subject: rpms/gnome-vfsmm26/devel gnome-vfsmm.spec,1.11,1.12 Message-ID: <200608281125.k7SBPv4a009610@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9590 Modified Files: gnome-vfsmm.spec Log Message: FE6 rebuild Index: gnome-vfsmm.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-vfsmm26/devel/gnome-vfsmm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gnome-vfsmm.spec 21 Aug 2006 18:32:15 -0000 1.11 +++ gnome-vfsmm.spec 28 Aug 2006 11:25:55 -0000 1.12 @@ -1,6 +1,6 @@ Name: gnome-vfsmm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ wrapper for gnome-vfs @@ -71,6 +71,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:26:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:26:03 -0700 Subject: rpms/frozen-bubble/devel frozen-bubble.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281126.k7SBQ59s009668@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/frozen-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9619 Modified Files: frozen-bubble.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0.0-10 - FE6 Rebuild Index: frozen-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/frozen-bubble/devel/frozen-bubble.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- frozen-bubble.spec 26 Aug 2006 05:26:10 -0000 1.1 +++ frozen-bubble.spec 28 Aug 2006 11:26:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Frozen Bubble arcade game Name: frozen-bubble Version: 1.0.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Amusements/Games Source0: http://zarb.org/~gc/fb/frozen-bubble-1.0.0.tar.bz2 @@ -112,6 +112,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.0.0-10 +- FE6 Rebuild + * Wed Aug 23 2006 Hans de Goede 1.0.0-9 - Filter out the autogenerated Provides for our private perl modules and also filter out the matching AutoRequires to still get an installable package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:26:47 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 04:26:47 -0700 Subject: rpms/par2cmdline/devel needs.rebuild,1.1,NONE Message-ID: <200608281126.k7SBQnLB009738@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/par2cmdline/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9720 Removed Files: needs.rebuild Log Message: Successfull build of par2cmdline-0_4-11_fc6 during FC-6 mass-rebuild. Job #14845. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:26:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:26:56 -0700 Subject: rpms/gcompris/devel gcompris.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608281126.k7SBQwtQ009768@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gcompris/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9751 Modified Files: gcompris.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 7.4-14 - FE6 Rebuild Index: gcompris.spec =================================================================== RCS file: /cvs/extras/rpms/gcompris/devel/gcompris.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gcompris.spec 13 Aug 2006 10:32:43 -0000 1.13 +++ gcompris.spec 28 Aug 2006 11:26:56 -0000 1.14 @@ -1,6 +1,6 @@ Name: gcompris Version: 7.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Educational suite for kids 2-10 years old Group: Amusements/Games License: GPL @@ -498,6 +498,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 7.4-14 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 7.4-13 - Fix BZ 197758 (backport from upstream CVS) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:27:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:27:48 -0700 Subject: rpms/gkrellm/devel gkrellm.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281127.k7SBRosa009839@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gkrellm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9822 Modified Files: gkrellm.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.2.9-8 - FE6 Rebuild Index: gkrellm.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm/devel/gkrellm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gkrellm.spec 19 Jul 2006 18:35:32 -0000 1.1 +++ gkrellm.spec 28 Aug 2006 11:27:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: gkrellm Version: 2.2.9 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Multiple stacked system monitors in one process Group: Applications/System License: GPL @@ -184,6 +184,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.2.9-8 +- FE6 Rebuild + * Sun Jul 16 2006 Hans de Goede 2.2.9-7 - Add -r to groupadd - Add || : to the gkrellmd service related scripts (deviation from the wiki). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:28:20 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:28:20 -0700 Subject: rpms/libgnomecanvasmm26/devel libgnomecanvasmm.spec,1.11,1.12 Message-ID: <200608281128.k7SBSMxD009905@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9888 Modified Files: libgnomecanvasmm.spec Log Message: FE6 rebuild Index: libgnomecanvasmm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomecanvasmm26/devel/libgnomecanvasmm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libgnomecanvasmm.spec 21 Aug 2006 18:16:41 -0000 1.11 +++ libgnomecanvasmm.spec 28 Aug 2006 11:28:20 -0000 1.12 @@ -1,6 +1,6 @@ Name: libgnomecanvasmm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -74,6 +74,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 11:28:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:28:58 -0700 Subject: rpms/gkrellm-wifi/devel gkrellm-wifi.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281129.k7SBT0eP010030@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gkrellm-wifi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10010 Modified Files: gkrellm-wifi.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.9.12-3 - FE6 Rebuild Index: gkrellm-wifi.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-wifi/devel/gkrellm-wifi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gkrellm-wifi.spec 19 Jul 2006 19:04:37 -0000 1.1 +++ gkrellm-wifi.spec 28 Aug 2006 11:28:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: gkrellm-wifi Version: 0.9.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wireless monitor plugin for the GNU Krell Monitors Group: Applications/System License: GPL @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.9.12-3 +- FE6 Rebuild + * Mon Jul 17 2006 Hans de Goede 0.9.12-2 - Use pristine upstream source and put changes found in the Core package tarbal in a patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:29:39 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:29:39 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281129.k7SBTfWR010222@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10201 Modified Files: glyph-keeper.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-3 - FE6 Rebuild Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glyph-keeper.spec 13 Mar 2006 22:46:44 -0000 1.1 +++ glyph-keeper.spec 28 Aug 2006 11:29:39 -0000 1.2 @@ -1,6 +1,6 @@ Name: glyph-keeper Version: 0.29.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for text rendering Group: System Environment/Libraries License: zlib License @@ -65,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.29.1-3 +- FE6 Rebuild + * Mon Mar 13 2006 Hans de Goede 0.29.1-2 -change license to "zlib License" -add authors.txt and docs/* to %%doc --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:30:02 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:30:02 -0700 Subject: rpms/libgnomemm26/devel libgnomemm.spec,1.13,1.14 Message-ID: <200608281130.k7SBU4kV010361@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10316 Modified Files: libgnomemm.spec Log Message: FE6 rebuild Index: libgnomemm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomemm26/devel/libgnomemm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libgnomemm.spec 21 Aug 2006 18:39:02 -0000 1.13 +++ libgnomemm.spec 28 Aug 2006 11:30:02 -0000 1.14 @@ -1,6 +1,6 @@ Name: libgnomemm26 Version: 2.16.0 -Release: 2 +Release: 3 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -75,6 +75,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-3 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-2 - Uploaded source file From fedora-extras-commits at redhat.com Mon Aug 28 11:31:29 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:31:29 -0700 Subject: rpms/gnucap/devel gnucap.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281131.k7SBVVJS010667@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gnucap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10649 Modified Files: gnucap.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.34-3 - FE6 Rebuild Index: gnucap.spec =================================================================== RCS file: /cvs/extras/rpms/gnucap/devel/gnucap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnucap.spec 27 Apr 2006 19:29:32 -0000 1.1 +++ gnucap.spec 28 Aug 2006 11:31:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnucap Version: 0.34 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Gnu Circuit Analysis Package Group: Applications/Engineering License: GPL @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.34-3 +- FE6 Rebuild + * Thu Apr 27 2006 Hans de Goede 0.34-2 - add %%{?_smp_mflags} to the make command (bz 189699) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:32:12 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:32:12 -0700 Subject: rpms/gnumeric/devel gnumeric.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281132.k7SBWEkG010738@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gnumeric/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10721 Modified Files: gnumeric.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.6.3-4 - FE6 Rebuild Index: gnumeric.spec =================================================================== RCS file: /cvs/extras/rpms/gnumeric/devel/gnumeric.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnumeric.spec 14 Jul 2006 20:39:46 -0000 1.20 +++ gnumeric.spec 28 Aug 2006 11:32:12 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Spreadsheet program for GNOME Name: gnumeric Version: 1.6.3 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPL Group: Applications/Productivity @@ -169,6 +169,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.6.3-4 +- FE6 Rebuild + * Fri Jul 21 2006 Hans de Goede 1:1.6.3-3 - Fix idl file being in both the main and the devel package - Move libspreadsheet.so symlink to the devel package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:33:28 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:33:28 -0700 Subject: rpms/goffice/devel goffice.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281133.k7SBXUBN010809@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/goffice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10792 Modified Files: goffice.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.2.1-2 - FE6 Rebuild Index: goffice.spec =================================================================== RCS file: /cvs/extras/rpms/goffice/devel/goffice.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- goffice.spec 4 May 2006 19:45:14 -0000 1.10 +++ goffice.spec 28 Aug 2006 11:33:28 -0000 1.11 @@ -1,6 +1,6 @@ Name: goffice Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Goffice support libraries Group: System Environment/Libraries License: GPL @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.2.1-2 +- FE6 Rebuild + * Tue May 2 2006 Hans de Goede 0.2.1-1 - new upstream version: 0.2.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:34:55 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:34:55 -0700 Subject: rpms/gtkterm/devel gtkterm.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281134.k7SBYvbM010875@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/gtkterm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10858 Modified Files: gtkterm.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.99.5-3 - FE6 Rebuild Index: gtkterm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkterm/devel/gtkterm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gtkterm.spec 11 May 2006 21:40:04 -0000 1.9 +++ gtkterm.spec 28 Aug 2006 11:34:55 -0000 1.10 @@ -1,6 +1,6 @@ Name: gtkterm Version: 0.99.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Serial port terminal Group: Applications/Communications License: GPL @@ -72,6 +72,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.99.5-3 +- FE6 Rebuild + * Thu May 11 2006 Hans de Goede 0.99.5-2 - Rebuild for new vte release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:37:47 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:37:47 -0700 Subject: rpms/pstoedit/devel pstoedit.spec,1.2,1.3 Message-ID: <200608281137.k7SBbn9Z010965@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10944 Modified Files: pstoedit.spec Log Message: FE6 rebuild Index: pstoedit.spec =================================================================== RCS file: /cvs/extras/rpms/pstoedit/devel/pstoedit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pstoedit.spec 18 Aug 2006 11:25:58 -0000 1.2 +++ pstoedit.spec 28 Aug 2006 11:37:46 -0000 1.3 @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.44 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -83,6 +83,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Mon Aug 28 2006 Denis Leroy - 3.44-4 +- FE6 Rebuild + * Fri Aug 18 2006 Denis Leroy - 3.44-3 - Added svg/libplot support From fedora-extras-commits at redhat.com Mon Aug 28 11:37:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:37:56 -0700 Subject: rpms/id3lib/devel id3lib.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281137.k7SBbw68011029@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/id3lib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11011 Modified Files: id3lib.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 3.8.3-14 - Taking over as maintainer since Anvil has other priorities - FE6 Rebuild Index: id3lib.spec =================================================================== RCS file: /cvs/extras/rpms/id3lib/devel/id3lib.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- id3lib.spec 18 Feb 2006 13:02:49 -0000 1.11 +++ id3lib.spec 28 Aug 2006 11:37:56 -0000 1.12 @@ -1,24 +1,17 @@ Summary: Library for manipulating ID3v1 and ID3v2 tags Name: id3lib Version: 3.8.3 -Release: 13%{?dist} +Release: 14%{?dist} License: LGPL Group: System Environment/Libraries URL: http://id3lib.sourceforge.net/ -Source0: http://download.sf.net/id3lib/%{name}-%{version}.tar.gz +Source0: http://dl.sf.net/sourceforge/id3lib/%{name}-%{version}.tar.gz Patch0: id3lib-dox.patch Patch1: id3lib-3.8.3-libtool-autofoo.patch.bz2 Patch2: id3lib-3.8.3-io_helpers-163101.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: zlib-devel doxygen -%package devel -Summary: Development tools for the id3lib library -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: zlib-devel - - %description This package provides a software library for manipulating ID3v1 and ID3v2 tags. It provides a convenient interface for software developers @@ -28,6 +21,13 @@ (de)compression, and optional padding facilities. Additionally, it can tell mp3 header info, like bitrate etc. + +%package devel +Summary: Development tools for the id3lib library +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: zlib-devel + %description devel This package provides files needed to develop with the id3lib. @@ -83,6 +83,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 3.8.3-14 +- Taking over as maintainer since Anvil has other priorities +- FE6 Rebuild + * Sat Feb 18 2006 Ville Skytt?? - 3.8.3-13 - Don't ship static libs. - Build with dependency tracking disabled. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:39:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:39:52 -0700 Subject: rpms/imlib2/devel imlib2.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281139.k7SBdspB011121@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11101 Modified Files: imlib2.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.2-2 - FE6 Rebuild Index: imlib2.spec =================================================================== RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- imlib2.spec 23 Jul 2006 09:07:44 -0000 1.20 +++ imlib2.spec 28 Aug 2006 11:39:52 -0000 1.21 @@ -1,7 +1,7 @@ Summary: Image loading, saving, rendering, and manipulation library Name: imlib2 Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/Libraries/Imlib2/ @@ -107,6 +107,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.2-2 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:40:50 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:40:50 -0700 Subject: rpms/lacewing/devel lacewing.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281140.k7SBeqDU011216@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/lacewing/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11199 Modified Files: lacewing.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.10-7 - FE6 Rebuild Index: lacewing.spec =================================================================== RCS file: /cvs/extras/rpms/lacewing/devel/lacewing.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lacewing.spec 6 Jul 2006 18:58:04 -0000 1.5 +++ lacewing.spec 28 Aug 2006 11:40:50 -0000 1.6 @@ -1,6 +1,6 @@ Name: lacewing Version: 1.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Asteroid like game with many different ships Group: Amusements/Games License: GPL @@ -83,6 +83,9 @@ %{_datadir}/icons/hicolor/48x48/apps/lacewing.png %changelog +* Mon Aug 28 2006 Hans de Goede 1.10-7 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.10-6 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:41:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 04:41:42 -0700 Subject: rpms/libglademm24/devel needs.rebuild,1.1,NONE Message-ID: <200608281141.k7SBfibA011292@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11274 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:43:57 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:43:57 -0700 Subject: rpms/libassetml/devel libassetml.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608281143.k7SBhxop011320@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libassetml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11303 Modified Files: libassetml.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.1-4 - FE6 Rebuild Index: libassetml.spec =================================================================== RCS file: /cvs/extras/rpms/libassetml/devel/libassetml.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libassetml.spec 10 Jun 2006 12:28:59 -0000 1.3 +++ libassetml.spec 28 Aug 2006 11:43:57 -0000 1.4 @@ -1,6 +1,6 @@ Name: libassetml Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: XML resource database library Group: System Environment/Libraries License: GPL @@ -86,6 +86,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.1-4 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1.2.1-3 - Add BuildRequires: gettext to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:44:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:44:40 -0700 Subject: rpms/libcddb/devel libcddb.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608281144.k7SBig8W011424@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11407 Modified Files: libcddb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.1-4 - FE6 Rebuild Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/libcddb.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libcddb.spec 23 Jul 2006 09:06:42 -0000 1.17 +++ libcddb.spec 28 Aug 2006 11:44:39 -0000 1.18 @@ -1,12 +1,11 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb Version: 1.2.1 -Release: 3%{?dist} - +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.bz2 +Source0: http://dl.sf.net/sourceforge/libcddb/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: pkgconfig libcdio-devel >= 0.67 @@ -14,6 +13,7 @@ Libcddb is a library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/). + %package devel Summary: Development files for libcddb Group: Development/Libraries @@ -38,8 +38,7 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall - +make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -48,6 +47,7 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.1-4 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.1-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:46:11 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:46:11 -0700 Subject: rpms/libebml/devel libebml.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281146.k7SBkDvs011499@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libebml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11482 Modified Files: libebml.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.7.7-2 - Taking over as maintainer since Anvil has other priorities - Drop static lib from -devel package - FE6 Rebuild Index: libebml.spec =================================================================== RCS file: /cvs/extras/rpms/libebml/devel/libebml.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libebml.spec 12 Apr 2006 14:34:42 -0000 1.14 +++ libebml.spec 28 Aug 2006 11:46:11 -0000 1.15 @@ -1,11 +1,11 @@ Summary: Extensible Binary Meta Language library Name: libebml Version: 0.7.7 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.matroska.org/ -Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2 +Source: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) %description @@ -42,8 +42,9 @@ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a # Needed for proper stripping of the library (still in 0.7.6) -chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.* +chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean @@ -51,22 +52,27 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files %defattr(-,root,root,0755) %doc ChangeLog LICENSE.LGPL -%{_libdir}/libebml.so.* +%{_libdir}/%{name}.so.* %files devel %defattr(-,root,root,0755) %{_includedir}/ebml/ -%{_libdir}/libebml.a -%{_libdir}/libebml.so +%{_libdir}/%{name}.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.7.7-2 +- Taking over as maintainer since Anvil has other priorities +- Drop static lib from -devel package +- FE6 Rebuild + * Wed Apr 12 2006 Dams - 0.7.7-1 - Updated to 0.7.7 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:47:21 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:47:21 -0700 Subject: rpms/libgda/devel libgda.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608281147.k7SBlNTu011565@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11548 Modified Files: libgda.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 - FE6 Rebuild Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libgda.spec 20 Jun 2006 08:29:54 -0000 1.16 +++ libgda.spec 28 Aug 2006 11:47:21 -0000 1.17 @@ -35,7 +35,7 @@ Summary: Library for writing gnome database programs Name: libgda Version: 1.9.100 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Source: %{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -400,6 +400,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.9.100-10 +- FE6 Rebuild + * Tue Jun 20 2006 Hans de Goede 1:1.9.100-9 - Add BuildRequires: libtool hopefully _really_ fixing building with the new stripped mock config. (Drop BR: autoconf which is implied by BR: automake). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:49:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:49:36 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec, 1.15, 1.16 needs.rebuild, 1.1, NONE Message-ID: <200608281149.k7SBncSK011631@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11614 Modified Files: libgnomedb.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 - FE6 Rebuild Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- libgnomedb.spec 10 Jun 2006 12:44:14 -0000 1.15 +++ libgnomedb.spec 28 Aug 2006 11:49:36 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Library for writing gnome database programs Name: libgnomedb Version: 1.9.100 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 Source: %{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ @@ -157,6 +157,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1:1.9.100-8 - Add BuildRequires: gettext to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:50:26 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:50:26 -0700 Subject: rpms/libmatroska/devel libmatroska.spec, 1.14, 1.15 needs.rebuild, 1.1, NONE Message-ID: <200608281150.k7SBoSfd011697@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libmatroska/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11680 Modified Files: libmatroska.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.8.0-4 - Drop static lib from -devel package - FE6 Rebuild Index: libmatroska.spec =================================================================== RCS file: /cvs/extras/rpms/libmatroska/devel/libmatroska.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libmatroska.spec 23 Jul 2006 09:31:08 -0000 1.14 +++ libmatroska.spec 28 Aug 2006 11:50:25 -0000 1.15 @@ -1,11 +1,11 @@ Summary: Open audio/video container format library Name: libmatroska Version: 0.8.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.matroska.org/ -Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2 +Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libebml-devel >= 0.7.6 @@ -46,8 +46,9 @@ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a # Needed for proper stripping of the library (still in 0.8.0) -chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.* +chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean @@ -55,22 +56,26 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %files -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL -%{_libdir}/libmatroska.so.* +%{_libdir}/%{name}.so.* %files devel -%defattr(-,root,root,0755) +%defattr(-,root,root,-) %{_includedir}/matroska/ -%{_libdir}/libmatroska.a -%{_libdir}/libmatroska.so +%{_libdir}/%{name}.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.8.0-4 +- Drop static lib from -devel package +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 0.8.0-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:54:41 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:54:41 -0700 Subject: rpms/pl/devel pl.spec,1.27,1.28 Message-ID: <200608281154.k7SBshmh011789@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11772 Modified Files: pl.spec Log Message: Rebuild for FE6 Index: pl.spec =================================================================== RCS file: /cvs/extras/rpms/pl/devel/pl.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- pl.spec 11 Jul 2006 07:58:52 -0000 1.27 +++ pl.spec 28 Aug 2006 11:54:41 -0000 1.28 @@ -1,6 +1,6 @@ Name: pl Version: 5.6.16 -Release: 1%{?dist} +Release: 3%{?dist} Summary: SWI-Prolog - Edinburgh compatible Prolog compiler @@ -30,9 +30,7 @@ BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libXinerama-devel - -# x86_64 excluded due to build failure: https://bugzilla.redhat.com/149038 -#ExcludeArch: x86_64 +BuildRequires: pkgconfig %description ISO/Edinburgh-style Prolog compiler including modules, autoload, @@ -98,6 +96,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 5.6.16-3 +- Rebuild for FE6 + * Tue Jul 11 2006 Gerard Milmeister - 5.6.16-1 - new version 5.6.16 From fedora-extras-commits at redhat.com Mon Aug 28 11:55:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:55:00 -0700 Subject: rpms/libsamplerate/devel libsamplerate.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608281155.k7SBt2Qf011864@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11846 Modified Files: libsamplerate.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.1.2-6 - Drop static lib from -devel package - FE6 Rebuild Index: libsamplerate.spec =================================================================== RCS file: /cvs/extras/rpms/libsamplerate/devel/libsamplerate.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libsamplerate.spec 23 Jul 2006 10:42:59 -0000 1.12 +++ libsamplerate.spec 28 Aug 2006 11:55:00 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Sample rate conversion library for audio data Name: libsamplerate Version: 0.1.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/SRC/ @@ -9,12 +9,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libsndfile-devel >= 1.0.6 pkgconfig -%package devel -Summary: Development related files for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} pkgconfig - - %description Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a @@ -22,6 +16,12 @@ output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects. + +%package devel +Summary: Development related files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig + %description devel Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a @@ -36,7 +36,7 @@ %build -%configure --disable-dependency-tracking --disable-fftw +%configure --disable-dependency-tracking --disable-fftw --disable-static # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -46,11 +46,12 @@ %install rm -rf $RPM_BUILD_ROOT _doc make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT%{_libdir}/%{name}.la cp -a doc _doc rm _doc/Makefile* _doc/NEWS _doc/ChangeLog -%check || : +%check export LD_LIBRARY_PATH=`pwd`/src/.libs make check unset LD_LIBRARY_PATH @@ -61,6 +62,7 @@ %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -72,14 +74,16 @@ %files devel %defattr(-,root,root,-) -%exclude %{_libdir}/lib*.la %{_includedir}/samplerate.h -%{_libdir}/lib*.so -%{_libdir}/lib*.a +%{_libdir}/%{name}.so %{_libdir}/pkgconfig/samplerate.pc %changelog +* Mon Aug 28 2006 Hans de Goede 0.1.2-6 +- Drop static lib from -devel package +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 0.1.2-5 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:19 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 04:55:19 -0700 Subject: rpms/GtkAda/devel needs.rebuild,1.1,NONE Message-ID: <200608281155.k7SBtLAa011931@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11916 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:44 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:55:44 -0700 Subject: rpms/libtar/devel libtar.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281155.k7SBtkuR011970@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libtar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11951 Modified Files: libtar.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.11-8 - FE6 Rebuild Index: libtar.spec =================================================================== RCS file: /cvs/extras/rpms/libtar/devel/libtar.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libtar.spec 23 Jul 2006 18:22:53 -0000 1.10 +++ libtar.spec 28 Aug 2006 11:55:44 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Tar file manipulation API Name: libtar Version: 1.2.11 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.feep.net/libtar/ @@ -75,6 +75,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.11-8 +- FE6 Rebuild + * Sun Jul 23 2006 Hans de Goede 1.2.11-7 - Taking over as maintainer since Anvil has other priorities - Add a bunch of patches from Debian, which build a .so instead of a .a --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:48 -0700 Subject: rpms/php-pecl-sqlite/FC-4 dead.package, NONE, 1.1 .cvsignore, 1.3, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtohF012006@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-4 Added Files: dead.package Removed Files: .cvsignore php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:54 -0700 Subject: rpms/php-pecl-sqlite/FC-5 dead.package, NONE, 1.1 .cvsignore, 1.3, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtuUx012065@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-5 Added Files: dead.package Removed Files: .cvsignore php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:55 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:55 -0700 Subject: rpms/php-pecl-sqlite/devel dead.package, NONE, 1.1 .cvsignore, 1.3, NONE needs.rebuild, 1.1, NONE php-pecl-sqlite.spec, 1.6, NONE sources, 1.3, NONE Message-ID: <200608281155.k7SBtvr3012068@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/devel Added Files: dead.package Removed Files: .cvsignore needs.rebuild php-pecl-sqlite.spec sources Log Message: This extension is built into PHP 5 by default. --- NEW FILE dead.package --- This extension is built into PHP 5 by default. --- .cvsignore DELETED --- --- needs.rebuild DELETED --- --- php-pecl-sqlite.spec DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:55:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 04:55:48 -0700 Subject: rpms/php-pecl-sqlite/FC-3 php-pecl-sqlite.spec,1.3,1.4 Message-ID: <200608281156.k7SBuKeV012090@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-sqlite/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11963/FC-3 Modified Files: php-pecl-sqlite.spec Log Message: This extension is built into PHP 5 by default. Index: php-pecl-sqlite.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-sqlite/FC-3/php-pecl-sqlite.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-pecl-sqlite.spec 16 Feb 2005 12:42:07 -0000 1.3 +++ php-pecl-sqlite.spec 28 Aug 2006 11:55:47 -0000 1.4 @@ -1,4 +1,4 @@ -%define php_extdir %(php-config --extension-dir || echo %{_libdir}/php4) +%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) Summary: PECL package for accessing SQLite databases Name: php-pecl-sqlite From fedora-extras-commits at redhat.com Mon Aug 28 11:57:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:57:00 -0700 Subject: rpms/lzo/devel lzo.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281157.k7SBv2Ri012118@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/lzo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12101 Modified Files: lzo.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.02-2 - FE6 Rebuild Index: lzo.spec =================================================================== RCS file: /cvs/extras/rpms/lzo/devel/lzo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- lzo.spec 26 Jul 2006 10:58:35 -0000 1.12 +++ lzo.spec 28 Aug 2006 11:57:00 -0000 1.13 @@ -1,6 +1,6 @@ Name: lzo Version: 2.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Data compression library with very fast (de)compression Group: System Environment/Libraries License: GPL @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.02-2 +- FE6 Rebuild + * Wed Jul 26 2006 Hans de Goede 2.02-1 - New upstream release 2.02, soname change! --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:57:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:57:32 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281157.k7SBvYko012202@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12178 Modified Files: monkey-bubble.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.4.0-2 - FE6 Rebuild Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- monkey-bubble.spec 2 Aug 2006 21:15:27 -0000 1.7 +++ monkey-bubble.spec 28 Aug 2006 11:57:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: monkey-bubble Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game in the spirit of Frozen Bubble Group: Amusements/Games License: GPL @@ -103,6 +103,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.4.0-2 +- FE6 Rebuild + * Wed Aug 2 2006 Hans de Goede 0.4.0-1 - New upstream version 0.4.0 - Drop upstreamed patches --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:58:22 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:58:22 -0700 Subject: rpms/njam/devel njam.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281158.k7SBwOXF012301@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/njam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12283 Modified Files: njam.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.25-4 - FE6 Rebuild Index: njam.spec =================================================================== RCS file: /cvs/extras/rpms/njam/devel/njam.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- njam.spec 9 May 2006 19:44:48 -0000 1.2 +++ njam.spec 28 Aug 2006 11:58:22 -0000 1.3 @@ -1,6 +1,6 @@ Name: njam Version: 1.25 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Maze-game, eat all the cookies while avoiding the badguys Group: Amusements/Games License: GPL @@ -98,6 +98,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.25-4 +- FE6 Rebuild + * Tue May 9 2006 Hans de Goede 1.25-3 - Add Patch2, which fixes the leveleditor to save custom made levels under $HOME/.njam-levels instead of trying to write them under /usr/share. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 11:58:56 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 04:58:56 -0700 Subject: rpms/ode/devel ode.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281158.k7SBwwfb012376@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12359 Modified Files: ode.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.6-3 - FE6 Rebuild Index: ode.spec =================================================================== RCS file: /cvs/extras/rpms/ode/devel/ode.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ode.spec 6 Jul 2006 06:44:28 -0000 1.2 +++ ode.spec 28 Aug 2006 11:58:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: ode Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: High performance library for simulating rigid body dynamics Group: System Environment/Libraries License: BSD LGPL @@ -80,6 +80,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.6-3 +- FE6 Rebuild + * Wed Jul 5 2006 Hans de Goede 0.6-2 - Change name from libode to ode - Fix soname & /usr/lib64 usage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:00:12 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:00:12 -0700 Subject: rpms/gconfmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281200.k7SC0EB7012454@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gconfmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12439 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:04:02 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:04:02 -0700 Subject: rpms/ogre/devel ogre.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281204.k7SC44S4015140@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/ogre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15121 Modified Files: ogre.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.2.2-2.p1 - FE6 Rebuild Index: ogre.spec =================================================================== RCS file: /cvs/extras/rpms/ogre/devel/ogre.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ogre.spec 1 Aug 2006 12:31:47 -0000 1.3 +++ ogre.spec 28 Aug 2006 12:04:02 -0000 1.4 @@ -2,7 +2,7 @@ Name: ogre Version: 1.2.2 -Release: 1.%{version_postfix}%{?dist} +Release: 2.%{version_postfix}%{?dist} Summary: Object-Oriented Graphics Rendering Engine License: LGPL Group: System Environment/Libraries @@ -130,6 +130,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 1.2.2-2.p1 +- FE6 Rebuild + * Thu Jul 27 2006 Hans de Goede 1.2.2-1.p1 - New upstream release 1.2.2p1 - Drop integrated char_height patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:06:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:06:17 -0700 Subject: rpms/gnome-vfsmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281206.k7SC6J4t015314@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gnome-vfsmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15299 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:09:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:09:06 -0700 Subject: rpms/qt4/devel .cvsignore, 1.6, 1.7 qt4.spec, 1.19, 1.20 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281209.k7SC98mA015373@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15352 Modified Files: .cvsignore qt4.spec sources Removed Files: needs.rebuild Log Message: * Fri Aug 28 2006 Rex Dieter 4.2.0-0.6.20060821 - update to 4.2.0-snapshot-20060821 (same as today's qt-copy) - -no-separate-debug-info - BR: libXfixes-devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Aug 2006 15:28:13 -0000 1.6 +++ .cvsignore 28 Aug 2006 12:09:06 -0000 1.7 @@ -1,5 +1,5 @@ clog +qt41.spec qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz -qt41.spec - +qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/qt4.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- qt4.spec 7 Aug 2006 12:32:20 -0000 1.19 +++ qt4.spec 28 Aug 2006 12:09:06 -0000 1.20 @@ -2,18 +2,21 @@ # Fedora Review # http://bugzilla.redhat.com/188180 -%define beta tp1 -%define preview -preview +#define beta tp1 +#define preview -preview + +%define snap 20060821 +%define beta snapshot-%{snap} Summary: Qt toolkit Name: qt4 Version: 4.2.0 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{snap}%{?dist} License: GPL/QPL Group: System Environment/Libraries Url: http://www.trolltech.com/products/qt/ -Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.gz +Source0: ftp://ftp.trolltech.com/qt/source/qt-x11%{?preview}-opensource-src-%{version}%{?beta:-%{beta}}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # search for assistant-qt4 instead of (qt3's) assistant in $PATH @@ -79,7 +82,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -225,6 +228,11 @@ %build +# There's a bug in the build somewhere, but we'll hack around it here for now -- Rex +%if "%{?qdbus}" == "-qdbus" +LD_RUN_PATH=$(pwd)/lib;export LD_RUN_PATH +%endif + # build shared, threaded (default) libraries echo yes | ./configure -v \ -prefix %{qtdir} \ @@ -244,6 +252,7 @@ -qt-gif \ -no-reduce-exports \ -no-rpath \ + -no-separate-debug-info \ -sm \ -stl \ -system-libmng \ @@ -252,6 +261,7 @@ -system-zlib \ -tablet \ -xcursor \ + -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -260,9 +270,9 @@ -glib \ %{?qdbus} %{!?qdbus:-no-qdbus} \ %{?nas} %{!?nas:-no-nas-sound} \ - %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ - %{?psql} \ - %{?odbc} \ + %{?mysql} %{?mysql_include} %{?mysql_ldflags} \ + %{?psql} \ + %{?odbc} \ %{?sqlite} make %{?_smp_mflags} @@ -313,7 +323,7 @@ pushd %{buildroot}%{qtdir}/bin for i in *; do case "$i" in - qt3to4|uic3|rcc) + dbusxml2cpp|qt3to4|uic3|rcc) LINK=$i ;; *) @@ -355,7 +365,7 @@ %files %defattr(-,root,root,-) -%doc README* changes* +%doc README* %{!?beta:%doc OPENSOURCE-NOTICE.TXT} %{qtdir}/LICENSE.* %if "%{qt_libdir}" != "%{_libdir}" @@ -402,6 +412,10 @@ %{qtdir}/bin/qm2ts* %{_bindir}/qm2ts* %endif +%if "%{?qdbus}" == "-qdbus" +%{qtdir}/bin/dbusxml2cpp +%{_bindir}/dbusxml2cpp +%endif %{qtdir}/bin/qmake* %{qtdir}/bin/qt3to4 %{qtdir}/bin/rcc* @@ -480,6 +494,11 @@ %changelog +* Fri Aug 28 2006 Rex Dieter 4.2.0-0.6.20060821 +- update to 4.2.0-snapshot-20060821 (same as today's qt-copy) +- -no-separate-debug-info +- BR: libXfixes-devel + * Mon Aug 07 2006 Rex Dieter 4.2.0-0.5.tp1 - fix empty -debuginfo - use $RPM_OPT_FLAGS Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Aug 2006 15:28:13 -0000 1.4 +++ sources 28 Aug 2006 12:09:06 -0000 1.5 @@ -1 +1 @@ -099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz +9d83d8455859c582e1796126e0918bd4 qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:16:49 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:16:49 -0700 Subject: rpms/qt4/FC-5 .cvsignore, 1.5, 1.6 qt4.spec, 1.14, 1.15 sources, 1.3, 1.4 Message-ID: <200608281216.k7SCGphB015450@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15429 Modified Files: .cvsignore qt4.spec sources Log Message: * Fri Aug 28 2006 Rex Dieter 4.1.4-9 - ./configure -xfixes, BR: libXfixes-devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 16 Jul 2006 13:35:46 -0000 1.5 +++ .cvsignore 28 Aug 2006 12:16:49 -0000 1.6 @@ -1,4 +1,5 @@ clog +qt41.spec qt-x11-opensource-src-4.1.4.tar.gz qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz - +qt-x11-opensource-src-4.2.0-snapshot-20060821.tar.bz2 Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qt4.spec 20 Jul 2006 23:19:54 -0000 1.14 +++ qt4.spec 28 Aug 2006 12:16:49 -0000 1.15 @@ -1,11 +1,11 @@ # Fedora Review -# http://bugzilla.redhat.com/bugzilla/188180 +# http://bugzilla.redhat.com/188180 Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -13,7 +13,7 @@ Source0: ftp://ftp.troll.no/qt/source/qt-x11-opensource-src-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# search for assistant4 instead of (qt3's) assistant in $PATH +# search for assistant-qt4 instead of (qt3's) assistant in $PATH Patch1: qt-x11-opensource-src-4.1.2-assistant4.patch Source10: qt4-wrapper.sh @@ -28,17 +28,22 @@ # set to -no-sql- to disable # set to -qt-sql- to enable *in* qt library %define mysql -no-sql-mysql -%if "%{?fedora}" > "3" -%define mysql -plugin-sql-mysql -%endif -%if "%{?rhel}" > "3" +%if "%{?fedora}" > "3" || "%{?rhel}" > "3" %define mysql -plugin-sql-mysql %endif %define odbc -plugin-sql-odbc %define psql -plugin-sql-psql %define sqlite -plugin-sql-sqlite # +%if "%{?fedora}" > "4" +%define nas -system-nas-sound +%endif +%if "%{?fedora}" == "4" +# nas unavailable on fc4/x86_64 +%ifnarch x86_64 %define nas -system-nas-sound +%endif +%endif %define qt_dirname %{name} %define qtdir %{_libdir}/%{qt_dirname} @@ -71,7 +76,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -243,6 +248,7 @@ -system-zlib \ -tablet \ -xcursor \ + -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -464,6 +470,9 @@ %changelog +* Fri Aug 28 2006 Rex Dieter 4.1.4-9 +- ./configure -xfixes, BR: libXfixes-devel + * Thu Jul 20 2006 Rex Dieter 4.1.4-8 - strip -laudio, -lglib-2.0 from .pc files Index: sources =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 23 Jun 2006 18:35:57 -0000 1.3 +++ sources 28 Aug 2006 12:16:49 -0000 1.4 @@ -1 +1,2 @@ 88f8c9c4622108baca2950baac3c02d6 qt-x11-opensource-src-4.1.4.tar.gz +099a99d1b72b4be752fe0e211bc32dcf qt-x11-preview-opensource-src-4.2.0-tp1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 12:27:45 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:27:45 -0700 Subject: rpms/overgod/devel overgod.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281227.k7SCRlaE015630@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/overgod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15610 Modified Files: overgod.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 1.0-5 - FE6 Rebuild Index: overgod.spec =================================================================== RCS file: /cvs/extras/rpms/overgod/devel/overgod.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- overgod.spec 6 Jul 2006 18:54:39 -0000 1.3 +++ overgod.spec 28 Aug 2006 12:27:45 -0000 1.4 @@ -1,6 +1,6 @@ Name: overgod Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Another Asteroid like game Group: Amusements/Games License: GPL @@ -73,6 +73,9 @@ %{_datadir}/icons/hicolor/48x48/apps/overgod.png %changelog +* Mon Aug 28 2006 Hans de Goede 1.0-5 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.0-4 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:50 -0700 Subject: rpms/SDL_gfx/devel SDL_gfx.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281228.k7SCSq1L015848@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/SDL_gfx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/SDL_gfx/devel Modified Files: SDL_gfx.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: SDL_gfx.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SDL_gfx.spec 6 Mar 2006 15:12:35 -0000 1.5 +++ SDL_gfx.spec 28 Aug 2006 12:28:50 -0000 1.6 @@ -1,13 +1,13 @@ Summary: Graphic primitives, rotozoomer, framerate control and image filters Name: SDL_gfx Version: 2.0.13 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/ Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: SDL-devel, gcc-c++, automake, autoconf, perl +BuildRequires: SDL-devel, automake, autoconf %description The SDL_gfx library offers several components: Graphic Primitives, @@ -22,7 +22,7 @@ %package devel Summary: Header files and static libraries for SDL_gfx Group: Development/Libraries -Requires: %{name} = %{version}, SDL-devel +Requires: %{name} = %{version}-%{release}, SDL-devel %description devel This package contains the header files and static libraries for SDL_gfx. @@ -71,6 +71,11 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.0.13-5 +- FC6 rebuild. +- Remove gcc-c++ and perl build requirements, they're defaults. +- Add release to the devel sub-package requirement. + * Mon Mar 6 2006 Matthias Saou 2.0.13-4 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:51 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:51 -0700 Subject: rpms/synergy/devel synergy.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608281228.k7SCSrla015857@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/synergy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/synergy/devel Modified Files: synergy.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: synergy.spec =================================================================== RCS file: /cvs/extras/rpms/synergy/devel/synergy.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- synergy.spec 4 May 2006 08:49:03 -0000 1.14 +++ synergy.spec 28 Aug 2006 12:28:51 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Mouse and keyboard sharing utility Name: synergy Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://synergy2.sourceforge.net/ @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf, automake # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libX11-devel, libXext-devel, libXtst-devel, libXt-devel BuildRequires: libXinerama-devel %else @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.3.1-2 +- FC6 rebuild. + * Thu May 4 2006 Matthias Saou 1.3.1-1 - Update to 1.3.1. - Run full autoreconf instead of just autoconf since 1.6 is required otherwise. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:50 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:50 -0700 Subject: rpms/starfighter/devel starfighter.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608281228.k7SCSq8L015853@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/starfighter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/starfighter/devel Modified Files: starfighter.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: starfighter.spec =================================================================== RCS file: /cvs/extras/rpms/starfighter/devel/starfighter.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- starfighter.spec 6 Mar 2006 15:11:24 -0000 1.8 +++ starfighter.spec 28 Aug 2006 12:28:50 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Project: Starfighter, a space arcade game Name: starfighter Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Amusements/Games URL: http://www.parallelrealities.co.uk/starfighter.php @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.1-8 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.1-7 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:46 -0700 Subject: rpms/php-eaccelerator/devel php-eaccelerator.spec, 1.20, 1.21 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTJNU015871@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-eaccelerator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/php-eaccelerator/devel Modified Files: php-eaccelerator.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: php-eaccelerator.spec =================================================================== RCS file: /cvs/extras/rpms/php-eaccelerator/devel/php-eaccelerator.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- php-eaccelerator.spec 22 Aug 2006 12:34:56 -0000 1.20 +++ php-eaccelerator.spec 28 Aug 2006 12:28:46 -0000 1.21 @@ -17,7 +17,7 @@ Summary: PHP accelerator, optimizer, encoder and dynamic content cacher Name: php-eaccelerator Version: %{php_version}_%{module_version} -Release: 0.3.%{prever}%{?dist} +Release: 0.4.%{prever}%{?dist} License: GPL Group: Development/Languages URL: http://eaccelerator.sourceforge.net/ @@ -85,6 +85,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 5.1.4_0.9.5-0.4.rc1 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 5.1.4_0.9.5-0.3.rc1 - Update to 0.9.5-rc1. - Enable shared-memory, sessions and content-caching (#201319). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:46 -0700 Subject: rpms/perl-libintl/devel perl-libintl.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTIq8015868@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/perl-libintl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/perl-libintl/devel Modified Files: perl-libintl.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: perl-libintl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-libintl/devel/perl-libintl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-libintl.spec 11 Feb 2006 04:56:59 -0000 1.4 +++ perl-libintl.spec 28 Aug 2006 12:28:46 -0000 1.5 @@ -1,16 +1,15 @@ Summary: Internationalization library for Perl, compatible with gettext Name: perl-libintl Version: 1.16 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Libraries URL: http://search.cpan.org/dist/libintl-perl/ Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl-libintl-perl = %{version}-%{release} - -BuildRequires: gdbm-devel db4-devel -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: gdbm-devel, db4-devel %description The package libintl-perl is an internationalization library for Perl that @@ -22,38 +21,43 @@ %setup -q -n libintl-perl-%{version} find -type f -exec chmod -x {} \; find lib/Locale gettext_xs \( -name '*.pm' -o -name '*.pod' \) \ - -exec sed -i -e '/^#! \/bin\/false/d' {} \; + -exec sed -i -e '/^#! \/bin\/false/d' {} \; %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %install -%{__rm} -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w %{buildroot}/* + %check -make test +%{__make} test %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog COPYING* NEWS README THANKS TODO -%{perl_vendorlib}/Locale -%{perl_vendorarch}/auto/Locale +%{perl_vendorlib}/Locale/ +%{perl_vendorarch}/auto/Locale/ %{_mandir}/man?/* %changelog +* Mon Aug 28 2006 Matthias Saou 1.16-3 +- FC6 rebuild. +- Change spec file back to my own liking... + * Sat Feb 11 2006 Ralf Cors??pius 1.16-2 - Rework spec (PR 180767). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:47 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:47 -0700 Subject: rpms/php-pecl-mailparse/devel php-pecl-mailparse.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTJmn015874@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/php-pecl-mailparse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/php-pecl-mailparse/devel Modified Files: php-pecl-mailparse.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: php-pecl-mailparse.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-mailparse/devel/php-pecl-mailparse.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- php-pecl-mailparse.spec 1 Jul 2006 12:44:57 -0000 1.10 +++ php-pecl-mailparse.spec 28 Aug 2006 12:28:47 -0000 1.11 @@ -1,9 +1,10 @@ -%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) +%define php_extdir %(php-config --extension-dir 2>/dev/null || echo "undefined") +%define php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) Summary: PECL package for parsing and working with email messages Name: php-pecl-mailparse Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/mailparse @@ -11,7 +12,8 @@ # Tarball created from the ext/mbstring/libmbfl/mbfl/ dir of the PHP sources Source1: mbfl-4.4.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: php, php-mbstring +Requires: php-api = %{php_apiver}, php-mbstring +Provides: php-pecl(mailparse) BuildRequires: php, php-devel # Required by phpize BuildRequires: autoconf, automake, libtool @@ -22,7 +24,7 @@ %prep -%setup -a 1 -n mailparse-%{version} +%setup -n mailparse-%{version} -a 1 %build @@ -60,6 +62,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.1.1-5 +- FC6 rebuild. +- Add php-api requirement and php-pecl(mailparse) provides. + * Mon Mar 6 2006 Matthias Saou 2.1.1-4 - Add missing php-mbstring requirement (#197410). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:48 -0700 Subject: rpms/portaudio/devel portaudio.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281229.k7SCTKQA015877@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/portaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/portaudio/devel Modified Files: portaudio.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: portaudio.spec =================================================================== RCS file: /cvs/extras/rpms/portaudio/devel/portaudio.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- portaudio.spec 6 Mar 2006 15:17:12 -0000 1.8 +++ portaudio.spec 28 Aug 2006 12:28:48 -0000 1.9 @@ -3,7 +3,7 @@ Summary: Free, cross platform, open-source, audio I/O library Name: portaudio Version: 18.1 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD-like Group: System Environment/Libraries URL: http://www.portaudio.com/ @@ -31,9 +31,9 @@ %install %{__rm} -rf %{buildroot} -%{__install} -D -m0755 pa_unix_oss/libportaudio.so \ +%{__install} -D -m 0755 pa_unix_oss/libportaudio.so \ %{buildroot}%{_libdir}/libportaudio.so -%{__install} -D -m0644 pa_common/portaudio.h \ +%{__install} -D -m 0644 pa_common/portaudio.h \ %{buildroot}%{_includedir}/portaudio.h @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 18.1-8 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 18.1-7 - FC5 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:48 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:48 -0700 Subject: rpms/powermanga/devel powermanga.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608281229.k7SCTLVg015880@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/powermanga/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/powermanga/devel Modified Files: powermanga.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: powermanga.spec =================================================================== RCS file: /cvs/extras/rpms/powermanga/devel/powermanga.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- powermanga.spec 21 Apr 2006 12:03:43 -0000 1.13 +++ powermanga.spec 28 Aug 2006 12:28:48 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Arcade 2D shoot-them-up game Name: powermanga Version: 0.80 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Amusements/Games URL: http://linux.tlk.fr/games/Powermanga/ @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: SDL-devel, SDL_mixer-devel, zlib-devel, desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXxf86dga-devel, libXxf86vm-devel %endif @@ -100,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.80-3 +- FC6 rebuild. + * Fri Apr 21 2006 Matthias Saou 0.80-2 - Add a workaround to include the "texts" directory and files, since the game won't run without, and they don't get installed automatically! (#188901). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:28:49 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 05:28:49 -0700 Subject: rpms/proftpd/devel proftpd.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608281229.k7SCTLbG015881@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15684/proftpd/devel Modified Files: proftpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- proftpd.spec 23 Aug 2006 14:45:54 -0000 1.19 +++ proftpd.spec 28 Aug 2006 12:28:49 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -186,7 +186,10 @@ %changelog -* Mon Aug 23 2006 Matthias Saou 1.3.0-6 +* Mon Aug 28 2006 Matthias Saou 1.3.0-7 +- FC6 rebuild. + +* Mon Aug 21 2006 Matthias Saou 1.3.0-6 - Add mod_quotatab, _file, _ldap and _sql (#134291). * Mon Jul 3 2006 Matthias Saou 1.3.0-5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:38:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 05:38:27 -0700 Subject: rpms/pl/devel needs.rebuild,1.1,NONE Message-ID: <200608281238.k7SCcTgZ016313@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/pl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16298 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:39:11 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 05:39:11 -0700 Subject: rpms/gauche-gtk/devel needs.rebuild,1.1,NONE Message-ID: <200608281239.k7SCdDYf016339@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gauche-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16324 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:40:02 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:02 -0700 Subject: rpms/pulseaudio/devel - New directory Message-ID: <200608281240.k7SCe4On016417@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16388/pulseaudio/devel Log Message: Directory /cvs/extras/rpms/pulseaudio/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 12:40:01 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:01 -0700 Subject: rpms/pulseaudio - New directory Message-ID: <200608281240.k7SCe3bt016414@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16388/pulseaudio Log Message: Directory /cvs/extras/rpms/pulseaudio added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 12:40:17 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:17 -0700 Subject: rpms/pulseaudio Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608281240.k7SCeJlT016465@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16437 Added Files: Makefile import.log Log Message: Setup of module pulseaudio --- NEW FILE Makefile --- # Top level Makefile for module pulseaudio all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 12:40:17 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:40:17 -0700 Subject: rpms/pulseaudio/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281240.k7SCeJXF016468@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16437/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pulseaudio --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 12:41:00 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:41:00 -0700 Subject: rpms/pulseaudio import.log,1.1,1.2 Message-ID: <200608281241.k7SCf2Cg016545@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16508 Modified Files: import.log Log Message: auto-import pulseaudio-0.9.5-1 on branch devel from pulseaudio-0.9.5-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 12:40:17 -0000 1.1 +++ import.log 28 Aug 2006 12:41:00 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-0_9_5-1:HEAD:pulseaudio-0.9.5-1.src.rpm:1156768855 From fedora-extras-commits at redhat.com Mon Aug 28 12:41:01 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:41:01 -0700 Subject: rpms/pulseaudio/devel pulseaudio-0.9.2-nochown.patch, NONE, 1.1 pulseaudio.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281241.k7SCf3ox016552@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/rpms/pulseaudio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16508/devel Modified Files: .cvsignore sources Added Files: pulseaudio-0.9.2-nochown.patch pulseaudio.spec Log Message: auto-import pulseaudio-0.9.5-1 on branch devel from pulseaudio-0.9.5-1.src.rpm pulseaudio-0.9.2-nochown.patch: --- NEW FILE pulseaudio-0.9.2-nochown.patch --- --- pulseaudio-0.9.2/src/Makefile.in.orig 2006-07-08 15:26:11.000000000 +0200 +++ pulseaudio-0.9.2/src/Makefile.in 2006-07-08 23:23:40.000000000 +0200 @@ -4488,7 +4488,7 @@ suid: pulse chown root $< - chmod u+s $< +# chmod u+s $< esdcompat: daemon/esdcompat.in Makefile sed -e 's, at PACKAGE_VERSION\@,$(PACKAGE_VERSION),g' \ @@ -4509,7 +4509,7 @@ install-exec-hook: chown root $(DESTDIR)$(bindir)/pulseaudio ; true - chmod u+s $(DESTDIR)$(bindir)/pulseaudio +# chmod u+s $(DESTDIR)$(bindir)/pulseaudio ln -sf pacat $(DESTDIR)$(bindir)/parec rm -f $(DESTDIR)$(modlibexecdir)/*.a rm -f $(DESTDIR)$(libdir)/libpulsedsp.a --- NEW FILE pulseaudio.spec --- %define drvver 0.9 Name: pulseaudio Summary: Improved Linux sound server Version: 0.9.5 Release: 1%{?dist} License: GPL Group: System Environment/Daemons Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.gz URL: http://pulseaudio.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcp_wrappers, libsamplerate-devel, libsndfile-devel BuildRequires: liboil-devel, m4, libcap-devel, libtool-ltdl-devel, pkgconfig BuildRequires: alsa-lib-devel, glib2-devel, avahi-devel GConf2-devel BuildRequires: lirc-devel doxygen jack-audio-connection-kit-devel BuildRequires: hal-devel # Libtool is dragging in rpaths. Fedora's libtool should get rid of the # unneccessary ones. BuildRequires: libtool # FC 5 BuildRequires: libXt-devel, xorg-x11-proto-devel # FC 4 #BuildRequires: xorg-x11-devel Patch1: pulseaudio-0.9.2-nochown.patch %description PulseAudio is a sound server for Linux and other Unix like operating systems. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). %package module-lirc Summary: LIRC support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-lirc LIRC volume control module for the PulseAudio sound server. %package module-x11 Summary: X11 support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-x11 X11 bell and security modules for the PulseAudio sound server. %package module-zeroconf Summary: Zeroconf support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-zeroconf Zeroconf publishing module for the PulseAudio sound server. %package module-jack Summary: JACK support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-jack JACK sink and source modules for the PulseAudio sound server. %package module-gconf Summary: GConf support for the PulseAudio sound server Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} %description module-gconf GConf configuration backend for the PulseAudio sound server. %package devel Summary: Headers and libraries for PulseAudio server module development Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-module-x11 = %{version}-%{release} Requires: %{name}-lib-devel = %{version}-%{release} %description devel Headers and libraries for developing modules for the PulseAudio sound server. %package lib Summary: Libraries for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server. %package lib-glib2 Summary: GLIB 2.x bindings for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib-glib2 This package contains bindings to integrate the PulseAudio client library with a GLIB 2.x based application. %package lib-zeroconf Summary: Zeroconf support for PulseAudio clients License: LGPL Group: System Environment/Libraries %description lib-zeroconf This package contains the runtime libraries and tools that allow PulseAudio clients to automatically detect PulseAudio servers using Zeroconf. %package lib-devel Summary: Headers and libraries for PulseAudio client development License: LGPL Group: Development/Libraries Requires: %{name}-lib = %{version}-%{release} Requires: %{name}-lib-glib2 = %{version}-%{release} Requires: %{name}-lib-zeroconf = %{version}-%{release} Requires: pkgconfig glib2-devel %description lib-devel Headers and libraries for developing applications that can communicate with a PulseAudio sound server. %package utils Summary: PulseAudio sound server utilities License: LGPL Group: Applications/Multimedia Requires: %{name}-lib = %{version}-%{release} %description utils This package contains command line utilities for the PulseAudio sound server. %prep %setup -q %patch1 -p1 %build %configure --disable-ltdl-install --disable-static --disable-rpath make LIBTOOL=/usr/bin/libtool make doxygen %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la $RPM_BUILD_ROOT%{_libdir}/pulse-%{drvver}/modules/*.la # configure --disable-static had no effect; delete manually. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a chmod 755 $RPM_BUILD_ROOT%{_bindir}/pulseaudio %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post lib -p /sbin/ldconfig %postun lib -p /sbin/ldconfig %post lib-glib2 -p /sbin/ldconfig %postun lib-glib2 -p /sbin/ldconfig %post lib-zeroconf -p /sbin/ldconfig %postun lib-zeroconf -p /sbin/ldconfig %files %defattr(-,root,root) %doc README LICENSE GPL LGPL %dir %{_sysconfdir}/pulse/ %config(noreplace) %{_sysconfdir}/pulse/daemon.conf %config(noreplace) %{_sysconfdir}/pulse/default.pa %attr(4755,root,root) %{_bindir}/pulseaudio %{_bindir}/esdcompat %{_libdir}/libpulsecore.so.* %dir %{_libdir}/pulse-%{drvver}/ %dir %{_libdir}/pulse-%{drvver}/modules/ %{_libdir}/pulse-%{drvver}/modules/libalsa-util.so %{_libdir}/pulse-%{drvver}/modules/libauthkey-prop.so %{_libdir}/pulse-%{drvver}/modules/libauthkey.so %{_libdir}/pulse-%{drvver}/modules/libcli.so %{_libdir}/pulse-%{drvver}/modules/libdbus-util.so %{_libdir}/pulse-%{drvver}/modules/libiochannel.so %{_libdir}/pulse-%{drvver}/modules/libioline.so %{_libdir}/pulse-%{drvver}/modules/libipacl.so %{_libdir}/pulse-%{drvver}/modules/liboss-util.so %{_libdir}/pulse-%{drvver}/modules/libpacket.so %{_libdir}/pulse-%{drvver}/modules/libparseaddr.so %{_libdir}/pulse-%{drvver}/modules/libpdispatch.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-cli.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-esound.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-http.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-native.so %{_libdir}/pulse-%{drvver}/modules/libprotocol-simple.so %{_libdir}/pulse-%{drvver}/modules/libpstream-util.so %{_libdir}/pulse-%{drvver}/modules/libpstream.so %{_libdir}/pulse-%{drvver}/modules/librtp.so %{_libdir}/pulse-%{drvver}/modules/libsocket-client.so %{_libdir}/pulse-%{drvver}/modules/libsocket-server.so %{_libdir}/pulse-%{drvver}/modules/libsocket-util.so %{_libdir}/pulse-%{drvver}/modules/libstrlist.so %{_libdir}/pulse-%{drvver}/modules/libtagstruct.so %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-cli.so %{_libdir}/pulse-%{drvver}/modules/module-combine.so %{_libdir}/pulse-%{drvver}/modules/module-detect.so %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnfd.so %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnpid.so %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so %{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-match.so %{_libdir}/pulse-%{drvver}/modules/module-mmkbd-evdev.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-fd.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-null-sink.so %{_libdir}/pulse-%{drvver}/modules/module-oss-mmap.so %{_libdir}/pulse-%{drvver}/modules/module-oss.so %{_libdir}/pulse-%{drvver}/modules/module-pipe-sink.so %{_libdir}/pulse-%{drvver}/modules/module-pipe-source.so %{_libdir}/pulse-%{drvver}/modules/module-rescue-streams.so %{_libdir}/pulse-%{drvver}/modules/module-rtp-recv.so %{_libdir}/pulse-%{drvver}/modules/module-rtp-send.so %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-tcp.so %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-unix.so %{_libdir}/pulse-%{drvver}/modules/module-sine.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so %{_libdir}/pulse-%{drvver}/modules/module-volume-restore.so %files module-lirc %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-lirc.so %files module-x11 %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/libx11prop.so %{_libdir}/pulse-%{drvver}/modules/libx11wrap.so %{_libdir}/pulse-%{drvver}/modules/module-x11-bell.so %{_libdir}/pulse-%{drvver}/modules/module-x11-publish.so %files module-zeroconf %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/libavahi-wrap.so %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-publish.so %files module-jack %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-jack-sink.so %{_libdir}/pulse-%{drvver}/modules/module-jack-source.so %files module-gconf %defattr(-,root,root) %{_libdir}/pulse-%{drvver}/modules/module-gconf.so %{_libexecdir}/pulse/gconf-helper %files devel %defattr(-,root,root) %{_includedir}/pulsecore/ %{_libdir}/libpulsecore.so %files lib %defattr(-,root,root) %doc README LICENSE GPL LGPL %dir %{_sysconfdir}/pulse/ %config(noreplace) %{_sysconfdir}/pulse/client.conf %{_libdir}/libpulse.so.* %{_libdir}/libpulse-simple.so.* %files lib-glib2 %defattr(-,root,root) %{_libdir}/libpulse-mainloop-glib.so.* %files lib-zeroconf %defattr(-,root,root) %{_bindir}/pabrowse %{_libdir}/libpulse-browse.so.* %files lib-devel %defattr(-,root,root) %doc doxygen/html %{_includedir}/pulse/ %{_libdir}/libpulse.so %{_libdir}/libpulse-mainloop-glib.so %{_libdir}/libpulse-simple.so %{_libdir}/libpulse-browse.so %{_libdir}/pkgconfig/libpulse*.pc %files utils %defattr(-,root,root) %{_bindir}/pacat %{_bindir}/pacmd %{_bindir}/pactl %{_bindir}/paplay %{_bindir}/parec %{_bindir}/pax11publish %{_bindir}/padsp %{_libdir}/libpulsedsp.so %changelog * Mon Aug 28 2006 Pierre Ossman 0.9.5-1 - Upgrade to 0.9.5. * Wed Aug 23 2006 Pierre Ossman 0.9.4-3 - Make sure JACK modules are built and packaged. * Tue Aug 22 2006 Pierre Ossman 0.9.4-2 - Merge the ALSA modules into the main package as ALSA is the standard API. * Sun Aug 20 2006 Pierre Ossman 0.9.4-1 - Update to 0.9.4. - Remove fix for rpath as it is merged upstream. * Fri Jul 21 2006 Toshio Kuratomi 0.9.3-2 - Remove static libraries. - Fix for rpath issues. * Fri Jul 21 2006 Pierre Ossman 0.9.3-1 - Update to 0.9.3 - GLib 1.2 bindings dropped. - Howl compat dropped as Avahi is supported natively. - Added fix for pc files on x86_64. * Sat Jul 8 2006 Pierre Ossman 0.9.2-1 - Update to 0.9.2. - Added Avahi HOWL compat dependencies. * Thu Jun 8 2006 Pierre Ossman 0.9.1-1 - Update to 0.9.1. * Mon May 29 2006 Pierre Ossman 0.9.0-2 - Build and package doxygen docs - Call ldconfig for relevant subpackages. * Mon May 29 2006 Pierre Ossman 0.9.0-1 - Update to 0.9.0 * Tue May 9 2006 Pierre Ossman 0.8.1-1 - Update to 0.8.1 - Split into more packages - Remove the modules' static libs as those shouldn't be used (they shouldn't even be installed) * Fri Feb 24 2006 Tom "spot" Callaway 0.7-2 - dance around with perms so we don't strip the binary - add missing BR * Mon Nov 28 2005 Tom "spot" Callaway 0.7-1 - Initial package for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 12:40:17 -0000 1.1 +++ .cvsignore 28 Aug 2006 12:41:01 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-0.9.5.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pulseaudio/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 12:40:17 -0000 1.1 +++ sources 28 Aug 2006 12:41:01 -0000 1.2 @@ -0,0 +1 @@ +99b5d9efd4fce35cabb4ae5d0ebb230d pulseaudio-0.9.5.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 12:41:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:41:31 -0700 Subject: rpms/sbcl/devel sbcl.spec,1.49,1.50 needs.rebuild,1.1,NONE Message-ID: <200608281241.k7SCfXMg016632@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16613 Modified Files: sbcl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 0.9.16-2 - fc6 respin Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- sbcl.spec 27 Aug 2006 15:45:06 -0000 1.49 +++ sbcl.spec 28 Aug 2006 12:41:31 -0000 1.50 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 0.9.16 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,6 +215,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 0.9.16-2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 0.9.16-1 - 0.9.16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:41:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:41:47 -0700 Subject: rpms/sbcl/devel sbcl.spec,1.50,1.51 Message-ID: <200608281241.k7SCfnYq016689@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/sbcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16672 Modified Files: sbcl.spec Log Message: * Mon Aug 28 2006 Rex Dieter 0.9.16-3 - fc6 respin Index: sbcl.spec =================================================================== RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- sbcl.spec 28 Aug 2006 12:41:31 -0000 1.50 +++ sbcl.spec 28 Aug 2006 12:41:47 -0000 1.51 @@ -10,7 +10,7 @@ Name: sbcl Summary: Steel Bank Common Lisp Version: 0.9.16 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD/MIT Group: Development/Languages @@ -215,7 +215,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 0.9.16-2 +* Mon Aug 28 2006 Rex Dieter 0.9.16-3 - fc6 respin * Sun Aug 27 2006 Rex Dieter 0.9.16-1 From fedora-extras-commits at redhat.com Mon Aug 28 12:42:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:42:32 -0700 Subject: rpms/kile/devel kile.spec,1.27,1.28 Message-ID: <200608281242.k7SCgYM8016750@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16733 Modified Files: kile.spec Log Message: * Mon Aug 28 2006 Rex Dieter 1.9.2-2 - fc6 respin Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- kile.spec 27 Aug 2006 15:39:34 -0000 1.27 +++ kile.spec 28 Aug 2006 12:42:32 -0000 1.28 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Publishing @@ -132,6 +132,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 1.9.2-2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 1.9.2-1 - 1.9.2 From fedora-extras-commits at redhat.com Mon Aug 28 12:43:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:43:06 -0700 Subject: rpms/kile/devel kile.spec,1.28,1.29 needs.rebuild,1.1,NONE Message-ID: <200608281243.k7SCh8w7016812@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16795 Modified Files: kile.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- kile.spec 28 Aug 2006 12:42:32 -0000 1.28 +++ kile.spec 28 Aug 2006 12:43:06 -0000 1.29 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Publishing @@ -132,7 +132,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 1.9.2-2 +* Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin * Sun Aug 27 2006 Rex Dieter 1.9.2-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:44:51 2006 From: fedora-extras-commits at redhat.com (Pierre Ossman (drzeus)) Date: Mon, 28 Aug 2006 05:44:51 -0700 Subject: owners owners.list,1.1457,1.1458 Message-ID: <200608281244.k7SCirfN016883@cvs-int.fedora.redhat.com> Author: drzeus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16866 Modified Files: owners.list Log Message: Add pulseaudio package. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1457 retrieving revision 1.1458 diff -u -r1.1457 -r1.1458 --- owners.list 27 Aug 2006 23:15:24 -0000 1.1457 +++ owners.list 28 Aug 2006 12:44:50 -0000 1.1458 @@ -1601,6 +1601,7 @@ Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| +Fedora Extras|pulseaudio|Improved Linux sound server|drzeus-bugzilla at drzeus.cx|extras-qa at fedoraproject.org| Fedora Extras|puppet|A configuration management tool|dlutter at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|pure-ftpd|Lightweight, fast and secure FTP server|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|putty|Putty - a SSH, Telnet & Rlogin client|michael at knox.net.nz|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 12:49:03 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 05:49:03 -0700 Subject: rpms/pstoedit/devel needs.rebuild,1.1,NONE Message-ID: <200608281249.k7SCn5JI016923@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/pstoedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16908 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:58:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 05:58:38 -0700 Subject: rpms/qt4/FC-5 qt4.spec,1.15,1.16 Message-ID: <200608281258.k7SCweJN017071@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17054 Modified Files: qt4.spec Log Message: * Mon Aug 28 2006 Rex Dieter 4.1.4-10 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- qt4.spec 28 Aug 2006 12:16:49 -0000 1.15 +++ qt4.spec 28 Aug 2006 12:58:38 -0000 1.16 @@ -5,7 +5,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -308,12 +308,12 @@ pushd %{buildroot}%{qtdir}/bin for i in *; do case "$i" in - qt3to4|uic3|rcc) - LINK=$i + assistant|designer|linguist|lrelease|lupdate|moc|qmake|qtconfig|qtdemo|uic) + LINK=${i}-qt4 ;; *) - LINK=${i}-qt4 - ln -s $i %{buildroot}%{qtdir}/bin/${LINK} + LINK=${i} + ln -s $i %{buildroot}%{qtdir}/bin/${LINK} ;; esac install -p -m755 -D %{SOURCE10} %{buildroot}%{_bindir}/${LINK} @@ -470,7 +470,11 @@ %changelog -* Fri Aug 28 2006 Rex Dieter 4.1.4-9 +* Mon Aug 28 2006 Rex Dieter 4.1.4-10 +- backout xfixes mod(s), only applicable to 4.2 branch +- cleanup bindir renames + +* Mon Aug 28 2006 Rex Dieter 4.1.4-9 - ./configure -xfixes, BR: libXfixes-devel * Thu Jul 20 2006 Rex Dieter 4.1.4-8 From fedora-extras-commits at redhat.com Mon Aug 28 12:59:38 2006 From: fedora-extras-commits at redhat.com (Frank Büttner (frankb)) Date: Mon, 28 Aug 2006 05:59:38 -0700 Subject: rpms/qt4-qsa/devel needs.rebuild,1.1,NONE Message-ID: <200608281259.k7SCxeDI017178@cvs-int.fedora.redhat.com> Author: frankb Update of /cvs/extras/rpms/qt4-qsa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17132 Removed Files: needs.rebuild Log Message: rebuild as it was requested for FC6 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 12:59:34 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 05:59:34 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper-0.29.1-new-ft.patch, NONE, 1.1 glyph-keeper.spec, 1.2, 1.3 Message-ID: <200608281259.k7SCxbqi017157@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17136 Modified Files: glyph-keeper.spec Added Files: glyph-keeper-0.29.1-new-ft.patch Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-4 - Fix building with newer freetype - Build .so files instead of a static lib glyph-keeper-0.29.1-new-ft.patch: --- NEW FILE glyph-keeper-0.29.1-new-ft.patch --- --- glyph-keeper-0.29.1/src/glyph_face.c~ 2006-08-28 14:35:57.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_face.c 2006-08-28 14:35:57.000000000 +0200 @@ -38,8 +38,8 @@ const char* gk_face_driver_name(const GLYPH_FACE* const f) { - return (f && f->face && f->face->driver && f->face->driver->root.clazz && f->face->driver->root.clazz->module_name) ? - f->face->driver->root.clazz->module_name : na; + /* This info is not exported from newer FreeType versions */ + return na; } --- glyph-keeper-0.29.1/src/glyph_internal.h~ 2006-08-28 14:38:38.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_internal.h 2006-08-28 14:38:38.000000000 +0200 @@ -20,7 +20,8 @@ #include #include FT_FREETYPE_H -#include FT_INTERNAL_OBJECTS_H +#include FT_SIZES_H +#include FT_GLYPH_H #include FT_BITMAP_H #include FT_SYNTHESIS_H --- glyph-keeper-0.29.1/src/glyph_rend.c~ 2006-08-28 14:51:34.000000000 +0200 +++ glyph-keeper-0.29.1/src/glyph_rend.c 2006-08-28 14:51:34.000000000 +0200 @@ -541,16 +541,15 @@ if (!error) { + unsigned load_flags = rend->load_flags; /* Preparing for glyph loading: setting transformation matrix for rotation */ if (rend->do_matrix_transform) - { - actual_face->face->internal->transform_matrix = rend->matrix; - actual_face->face->internal->transform_flags = 1; - } - else actual_face->face->internal->transform_flags = 0; + FT_Set_Transform(actual_face->face, &(rend->matrix), NULL); + else + load_flags |= FT_LOAD_IGNORE_TRANSFORM; /* loading glyph */ - error = FT_Load_Glyph(actual_face->face,glyph_index,rend->load_flags); + error = FT_Load_Glyph(actual_face->face, glyph_index, load_flags); if (error) _gk_msg("Error: %s: FreeType can't load glyph (#%d) for character U+%04X\n",funcname,glyph_index,unicode); } Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glyph-keeper.spec 28 Aug 2006 11:29:39 -0000 1.2 +++ glyph-keeper.spec 28 Aug 2006 12:59:34 -0000 1.3 @@ -1,12 +1,13 @@ Name: glyph-keeper Version: 0.29.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for text rendering Group: System Environment/Libraries License: zlib License URL: http://kd.lab.nig.ac.jp/glyph-keeper/ Source0: http://kd.lab.nig.ac.jp/%{name}/files/%{name}-%{version}-no-freetype.zip Patch0: glyph-keeper-0.29.1-fixes.patch +Patch1: glyph-keeper-0.29.1-new-ft.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freetype-devel >= 2.1.10 BuildRequires: SDL-devel allegro-devel @@ -20,36 +21,41 @@ %package devel -Summary: Library for text rendering +Summary: Development files for %{name} Group: Development/Libraries -Requires: allegro-devel SDL-devel +Requires: allegro-devel SDL-devel +Requires: %{name} = %{version}-%{release} -%description devel -Glyph Keeper is a library for text rendering. It is written in C and can be -used by C or C++ code. Glyph Keeper helps your program to load a font, render -character glyphs and write them to the target surface. Right now only Allegro -and SDL targets are supported, but there will be more in future. Glyph Keeper -uses FreeType as a font engine. +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q -%patch -p1 +%patch0 -p1 -z .fix +%patch1 -p1 -z .new-ft +sed -i 's/\r//' docs/*.html %build make %{?_smp_mflags} -f Makefile.GNU.all TARGET=ALLEGRO FT_LIB=-lfreetype \ - CFLAGS="$RPM_OPT_FLAGS -I/usr/include/freetype2" lib + CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib +gcc -shared -o libglyph-alleg.so.0 -Wl,-soname,libglyph-alleg.so.0 \ + obj/glyph-alleg.o make %{?_smp_mflags} -f Makefile.GNU.all TARGET=SDL FT_LIB=-lfreetype \ - CFLAGS="$RPM_OPT_FLAGS -I/usr/include/freetype2" lib + CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib +gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 obj/glyph-sdl.o %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir} mkdir -p $RPM_BUILD_ROOT%{_includedir} -install -m 644 obj/libglyph-*.a $RPM_BUILD_ROOT%{_libdir} +install -m 755 libglyph-*.so.0 $RPM_BUILD_ROOT%{_libdir} +ln -s libglyph-alleg.so.0 $RPM_BUILD_ROOT%{_libdir}/libglyph-alleg.so +ln -s libglyph-sdl.so.0 $RPM_BUILD_ROOT%{_libdir}/libglyph-sdl.so install -m 644 include/glyph.h $RPM_BUILD_ROOT%{_includedir} @@ -57,14 +63,27 @@ rm -rf $RPM_BUILD_ROOT -%files devel +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files %defattr(-,root,root,-) %doc license.txt changes.txt authors.txt docs/* +%{_libdir}/libglyph-*.so.* + +%files devel +%defattr(-,root,root,-) %{_includedir}/glyph.h -%{_libdir}/libglyph-*.a +%{_libdir}/libglyph-*.so %changelog +* Mon Aug 28 2006 Hans de Goede 0.29.1-4 +- Fix building with newer freetype +- Build .so files instead of a static lib + * Mon Aug 28 2006 Hans de Goede 0.29.1-3 - FE6 Rebuild From fedora-extras-commits at redhat.com Mon Aug 28 13:07:59 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 06:07:59 -0700 Subject: rpms/cln/devel cln.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608281308.k7SD81Bq020075@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20058 Modified Files: cln.spec Removed Files: needs.rebuild Log Message: Rebuild for FC-6. Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- cln.spec 17 Aug 2006 20:21:08 -0000 1.20 +++ cln.spec 28 Aug 2006 13:07:59 -0000 1.21 @@ -1,6 +1,6 @@ Name: cln Version: 1.1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Class Library for Numbers Group: System Environment/Libraries @@ -78,7 +78,10 @@ %exclude %{_libdir}/*.la %changelog -* Thu Feb 17 2006 Quentin Spencer 1.1.13-1 +* Mon Aug 28 2006 Quentin Spencer 1.1.13-2 +- Rebuild for FC-6. + +* Thu Aug 17 2006 Quentin Spencer 1.1.13-1 - New release. * Mon Feb 13 2006 Quentin Spencer 1.1.11-5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:09:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 06:09:16 -0700 Subject: rpms/perl-SDL/devel perl-SDL.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281309.k7SD9Iaa020184@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/perl-SDL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20167 Modified Files: perl-SDL.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 2.1.3-3 - FE6 Rebuild Index: perl-SDL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-SDL/devel/perl-SDL.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-SDL.spec 16 Aug 2006 10:10:25 -0000 1.1 +++ perl-SDL.spec 28 Aug 2006 13:09:16 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-SDL Version: 2.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: SDL bindings for the Perl language Group: Development/Libraries License: LGPL @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 2.1.3-3 +- FE6 Rebuild + * Wed Aug 16 2006 Hans de Goede 2.1.3-2 - Filter wrong perl(main) and perl(Walker) out of Provides --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:12:35 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 06:12:35 -0700 Subject: rpms/ginac/devel .cvsignore, 1.4, 1.5 ginac.spec, 1.8, 1.9 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608281312.k7SDCbAh020271@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/ginac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20250 Modified Files: .cvsignore ginac.spec sources Removed Files: needs.rebuild Log Message: New release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Apr 2006 15:39:41 -0000 1.4 +++ .cvsignore 28 Aug 2006 13:12:34 -0000 1.5 @@ -1 +1 @@ -ginac-1.3.4.tar.bz2 +ginac-1.3.5.tar.bz2 Index: ginac.spec =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/ginac.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ginac.spec 14 Apr 2006 15:39:41 -0000 1.8 +++ ginac.spec 28 Aug 2006 13:12:35 -0000 1.9 @@ -1,5 +1,5 @@ Name: ginac -Version: 1.3.4 +Version: 1.3.5 Release: 1%{?dist} Summary: C++ library for symbolic calculations @@ -104,6 +104,9 @@ %{_mandir}/man?/viewgar.1* %changelog +* Mon Aug 28 2006 Quentin Spencer 1.3.5-1 +- New release. + * Fri Apr 14 2006 Quentin Spencer 1.3.4-1 - New release. Old patch removed. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ginac/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 14 Apr 2006 15:39:41 -0000 1.4 +++ sources 28 Aug 2006 13:12:35 -0000 1.5 @@ -1 +1 @@ -ed887e80cc119eeb07c0329990576446 ginac-1.3.4.tar.bz2 +2187bd0f79baf78514b5cbf737d67b01 ginac-1.3.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:18:13 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 06:18:13 -0700 Subject: rpms/blt/devel needs.rebuild,1.1,NONE Message-ID: <200608281318.k7SDIF2A020342@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/blt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20327 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:22:13 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 06:22:13 -0700 Subject: rpms/libgnomemm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281322.k7SDMFLO020384@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomemm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20369 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:36:55 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 06:36:55 -0700 Subject: rpms/libgnomecanvasmm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281336.k7SDaws2020478@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomecanvasmm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20463 Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:38:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 06:38:15 -0700 Subject: rpms/qt4/FC-5 qt4.spec,1.16,1.17 Message-ID: <200608281338.k7SDcH45020509@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/qt4/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20492 Modified Files: qt4.spec Log Message: * Mon Aug 28 2006 Rex Dieter 4.1.4-11 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames Index: qt4.spec =================================================================== RCS file: /cvs/extras/rpms/qt4/FC-5/qt4.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qt4.spec 28 Aug 2006 12:58:38 -0000 1.16 +++ qt4.spec 28 Aug 2006 13:38:15 -0000 1.17 @@ -5,7 +5,7 @@ Summary: Qt toolkit Name: qt4 Version: 4.1.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL/QPL Group: System Environment/Libraries @@ -76,7 +76,7 @@ %define x_deps libGL-devel libGLU-devel %if "%{?fedora}" > "4" -%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXfixes-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel +%define x_deps libICE-devel libSM-devel libXcursor-devel libXext-devel libXft-devel libXi-devel libXinerama-devel libXrandr-devel libXrender-devel libXt-devel libX11-devel xorg-x11-proto-devel libGL-devel libGLU-devel %endif BuildRequires: %{x_deps} @@ -248,7 +248,6 @@ -system-zlib \ -tablet \ -xcursor \ - -xfixes \ -xinerama \ -xshape \ -xrandr \ @@ -470,7 +469,7 @@ %changelog -* Mon Aug 28 2006 Rex Dieter 4.1.4-10 +* Mon Aug 28 2006 Rex Dieter 4.1.4-11 - backout xfixes mod(s), only applicable to 4.2 branch - cleanup bindir renames From fedora-extras-commits at redhat.com Mon Aug 28 13:40:35 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:40:35 -0700 Subject: rpms/bzflag/devel bzflag.spec,1.27,1.28 needs.rebuild,1.1,NONE Message-ID: <200608281340.k7SDebr8020570@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/bzflag/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20549 Modified Files: bzflag.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: bzflag.spec =================================================================== RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- bzflag.spec 11 Jul 2006 14:30:03 -0000 1.27 +++ bzflag.spec 28 Aug 2006 13:40:35 -0000 1.28 @@ -16,7 +16,7 @@ Summary: 3D multi-player tank battle game Name: bzflag Version: 2.0.8 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Amusements/Games URL: http://bzflag.org @@ -96,6 +96,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Nils Philippsen 2.0.8-3 +- FC6 mass rebuild + * Tue Jul 11 2006 Nils Philippsen 2.0.8-2 - rebuild to pick up new c-ares version --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:45:05 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:45:05 -0700 Subject: rpms/convmv/devel convmv.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281345.k7SDj7Wb020610@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/convmv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20591 Modified Files: convmv.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: convmv.spec =================================================================== RCS file: /cvs/extras/rpms/convmv/devel/convmv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- convmv.spec 16 Aug 2006 12:03:55 -0000 1.7 +++ convmv.spec 28 Aug 2006 13:45:05 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Convert filename encodings Name: convmv Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System License: GPL @@ -37,6 +37,9 @@ %{_mandir}/man*/* %changelog +* Mon Aug 28 2006 Nils Philippsen - 1.10-2 +- FC6 mass rebuild + * Wed Aug 16 2006 Nils Philippsen - 1.10-1 - version 1.10 - use dist tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:46:53 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 06:46:53 -0700 Subject: rpms/bsd-games/devel bsd-games.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281346.k7SDktDS020725@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bsd-games/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20708 Modified Files: bsd-games.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: bsd-games.spec =================================================================== RCS file: /cvs/extras/rpms/bsd-games/devel/bsd-games.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bsd-games.spec 3 Jun 2006 04:57:53 -0000 1.6 +++ bsd-games.spec 28 Aug 2006 13:46:53 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Collection of text-based games Name: bsd-games Version: 2.17 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Group: Amusements/Games URL: ftp://metalab.unc.edu/pub/Linux/games/ @@ -153,6 +153,9 @@ %doc AUTHORS COPYING ChangeLog ChangeLog.0 THANKS YEAR2000 README.hunt trek/USD.doc/trek.me %changelog +* Mon Aug 28 2006 Wart 2.17-14 +- Rebuild for Fedora Extras + * Wed May 31 2006 Wart 2.17-13 - Added missing BR: bison --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:49:59 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 06:49:59 -0700 Subject: rpms/pinball/devel pinball.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281350.k7SDo10r020850@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pinball/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20830 Modified Files: pinball.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Hans de Goede 0.3.1-6 - FE6 Rebuild Index: pinball.spec =================================================================== RCS file: /cvs/extras/rpms/pinball/devel/pinball.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pinball.spec 10 Aug 2006 20:21:20 -0000 1.1 +++ pinball.spec 28 Aug 2006 13:49:59 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Emilia Pinball game Name: pinball Version: 0.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Source0: http://dl.sf.net/sourceforge/pinball/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -105,6 +105,9 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.3.1-6 +- FE6 Rebuild + * Thu Aug 10 2006 Hans de Goede 0.3.1-5 - Add missing rm -rf $RPM_BUILD_ROOT to %%install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:50:10 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:50:10 -0700 Subject: rpms/ppracer/devel ppracer.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608281350.k7SDoCBw020903@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ppracer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20848 Modified Files: ppracer.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: ppracer.spec =================================================================== RCS file: /cvs/extras/rpms/ppracer/devel/ppracer.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ppracer.spec 17 Feb 2006 15:13:51 -0000 1.15 +++ ppracer.spec 28 Aug 2006 13:50:10 -0000 1.16 @@ -7,7 +7,7 @@ Summary: 3D racing game featuring Tux Name: ppracer Version: 0.3.1 -Release: 6 +Release: 7 License: GPL Group: Amusements/Games URL: http://racer.planetpenguin.de @@ -85,6 +85,9 @@ %{_datadir}/applications/%{desktop_vendor}-%{name}.desktop %changelog +* Mon Aug 28 2006 Nils Philippsen 0.3.1-7 +- FC6 mass rebuild + * Fri Feb 17 2006 Nils Philippsen - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 13:54:50 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 06:54:50 -0700 Subject: rpms/rss-glx/devel rss-glx.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281354.k7SDsqtg021033@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/rss-glx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21016 Modified Files: rss-glx.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild Index: rss-glx.spec =================================================================== RCS file: /cvs/extras/rpms/rss-glx/devel/rss-glx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rss-glx.spec 1 Aug 2006 12:13:03 -0000 1.7 +++ rss-glx.spec 28 Aug 2006 13:54:50 -0000 1.8 @@ -29,7 +29,7 @@ Summary: Really Slick Screensavers Name: rss-glx Version: 0.8.1%{patchext} -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Amusements/Graphics URL: http://rss-glx.sourceforge.net/ @@ -245,6 +245,9 @@ %{kdessconfigdir}/*.desktop %changelog +* Mon Aug 28 2006 Nils Philippsen 0.8.1.p-6 +- FC6 mass rebuild + * Tue Aug 01 2006 Nils Philippsen 0.8.1.p-5 - don't install world-writable documentation files (#200843) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:03:55 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:03:55 -0700 Subject: rpms/ntl/devel ntl.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281404.k7SE4Rsg023748@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/ntl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23731 Modified Files: ntl.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 5.4-4 - fc6 respin Index: ntl.spec =================================================================== RCS file: /cvs/extras/rpms/ntl/devel/ntl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ntl.spec 26 Jul 2006 03:28:41 -0000 1.3 +++ ntl.spec 28 Aug 2006 14:03:55 -0000 1.4 @@ -2,7 +2,7 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl Version: 5.4 -Release: 3%{?dist} +Release: 4%{?dist} # See doc/copying.txt License: GPL @@ -109,6 +109,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 5.4-4 +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 5.4-3 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:07:54 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 07:07:54 -0700 Subject: rpms/ufraw/devel ufraw.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281407.k7SE7uvj023892@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23806 Modified Files: ufraw.spec Removed Files: needs.rebuild Log Message: version 0.9.1 Index: ufraw.spec =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/ufraw.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ufraw.spec 17 Feb 2006 15:18:56 -0000 1.8 +++ ufraw.spec 28 Aug 2006 14:07:54 -0000 1.9 @@ -3,8 +3,8 @@ Summary: GIMP plugin to retrieve raw image data from digital cameras Name: ufraw -Version: 0.6 -Release: 2 +Version: 0.9.1 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL URL: http://ufraw.sourceforge.net @@ -46,6 +46,9 @@ %{gimpplugindir}/ufraw-gimp %changelog +* Mon Aug 28 2006 Nils Philippsen - 0.9.1-1 +- version 0.9.1 + * Fri Feb 17 2006 Nils Philippsen - 0.6-2 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:11:18 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:11:18 -0700 Subject: rpms/php-pecl-zip/devel php-pecl-zip.spec,1.3,1.4 Message-ID: <200608281411.k7SEBKIW024025@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pecl-zip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24008 Modified Files: php-pecl-zip.spec Log Message: Index: php-pecl-zip.spec =================================================================== RCS file: /cvs/extras/rpms/php-pecl-zip/devel/php-pecl-zip.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- php-pecl-zip.spec 27 Aug 2006 17:34:30 -0000 1.3 +++ php-pecl-zip.spec 28 Aug 2006 14:11:18 -0000 1.4 @@ -7,7 +7,7 @@ Summary(fr): PECL Une extension de gestion des ZIP Name: php-pecl-zip Version: 1.7.2 -Release: 1%{?dist} +Release: 2%{?dist} License: PHP License Group: Development/Languages URL: http://pecl.php.net/package/zip @@ -55,6 +55,9 @@ %{php_extdir}/zip.so %changelog +* Mon Aug 28 2006 Remi Collet 1.7.2-2 +- rebuild for FE6 + * Sun Aug 27 2006 Remi Collet 1.7.2-1 - update to 1.7.2 From fedora-extras-commits at redhat.com Mon Aug 28 14:11:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:11:38 -0700 Subject: rpms/imlib2/devel imlib2.spec,1.21,1.22 Message-ID: <200608281411.k7SEBeEg024048@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/imlib2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24031 Modified Files: imlib2.spec Log Message: Add BR: pkgconfig to workaround bug 204307 Index: imlib2.spec =================================================================== RCS file: /cvs/extras/rpms/imlib2/devel/imlib2.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- imlib2.spec 28 Aug 2006 11:39:52 -0000 1.21 +++ imlib2.spec 28 Aug 2006 14:11:38 -0000 1.22 @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: libjpeg-devel libpng-devel libtiff-devel BuildRequires: libungif-devel freetype-devel >= 2.1.9-4 libtool bzip2-devel -BuildRequires: libX11-devel libXext-devel +BuildRequires: libX11-devel libXext-devel pkgconfig %package devel Summary: Development package for %{name} From fedora-extras-commits at redhat.com Mon Aug 28 14:19:27 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:19:27 -0700 Subject: rpms/libgnomeuimm26/devel libgnomeuimm.spec,1.12,1.13 Message-ID: <200608281419.k7SEJTuu024356@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24339 Modified Files: libgnomeuimm.spec Log Message: FE6 Rebuild Index: libgnomeuimm.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomeuimm26/devel/libgnomeuimm.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libgnomeuimm.spec 21 Aug 2006 21:20:35 -0000 1.12 +++ libgnomeuimm.spec 28 Aug 2006 14:19:27 -0000 1.13 @@ -1,6 +1,6 @@ Name: libgnomeuimm26 Version: 2.16.0 -Release: 1 +Release: 2 Summary: C++ interface for Gnome libs (a GUI library for X) @@ -82,6 +82,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.16.0-2 +- FE6 Rebuild + * Mon Aug 21 2006 Denis Leroy - 2.16.0-1 - Update to 2.16.0 From fedora-extras-commits at redhat.com Mon Aug 28 14:21:36 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:21:36 -0700 Subject: rpms/bakery/devel bakery.spec,1.2,1.3 Message-ID: <200608281421.k7SELcR1024485@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24467 Modified Files: bakery.spec Log Message: FE6 Rebuild Index: bakery.spec =================================================================== RCS file: /cvs/extras/rpms/bakery/devel/bakery.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bakery.spec 7 May 2006 23:06:45 -0000 1.2 +++ bakery.spec 28 Aug 2006 14:21:36 -0000 1.3 @@ -4,7 +4,7 @@ Name: bakery Version: %{major_version}.%{minor_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ framework for creating GNOME applications using gtkmm Group: System Environment/Libraries @@ -90,6 +90,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Denis Leroy - 2.4.%{minor_version} +- FE6 Rebuild + * Sun May 7 2006 Denis Leroy - 2.4.0-1 - Update to 2.4.0 From fedora-extras-commits at redhat.com Mon Aug 28 14:25:10 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:25:10 -0700 Subject: rpms/galeon/devel galeon.spec,1.19,1.20 Message-ID: <200608281425.k7SEPCnu024601@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24584 Modified Files: galeon.spec Log Message: FE6 Rebuild Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- galeon.spec 10 Aug 2006 16:04:22 -0000 1.19 +++ galeon.spec 28 Aug 2006 14:25:09 -0000 1.20 @@ -1,7 +1,7 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ @@ -112,6 +112,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 2.0.1 +- FE6 Rebuild + * Thu Aug 10 2006 Denis Leroy - 2.0.1-6 - Rebuild against firefox 1.5.0.6 From fedora-extras-commits at redhat.com Mon Aug 28 14:25:36 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:25:36 -0700 Subject: rpms/php-pear-Mail/devel php-pear-Mail.spec,1.2,1.3 Message-ID: <200608281425.k7SEPclI024662@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-Mail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24645 Modified Files: php-pear-Mail.spec Log Message: Index: php-pear-Mail.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-Mail/devel/php-pear-Mail.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-Mail.spec 22 Jul 2006 16:21:21 -0000 1.2 +++ php-pear-Mail.spec 28 Aug 2006 14:25:35 -0000 1.3 @@ -10,7 +10,7 @@ Summary(fr): PEAR: Une Classe fournissant des interfaces pour envoyer des emails Name: php-pear-Mail Version: 1.1.10 -Release: 5%{?dist} +Release: 6%{?dist} License: PHP License Group: Development/Libraries Source: http://pear.php.net/get/Mail-%{version}.tgz @@ -102,6 +102,9 @@ %doc LICENSE %changelog +* Mon Aug 28 2006 Remi Collet 1.1.10-6 +- FE6 rebuild + * Sat Jul 22 2006 Remi Collet 1.1.10-5 - remove "rm pearrc" - secure scriplet with || : From fedora-extras-commits at redhat.com Mon Aug 28 14:28:50 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:28:50 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.30,1.31 Message-ID: <200608281428.k7SESqce024762@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24745 Modified Files: inkscape.spec Log Message: FE6 Rebuild Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- inkscape.spec 22 Aug 2006 07:12:15 -0000 1.30 +++ inkscape.spec 28 Aug 2006 14:28:50 -0000 1.31 @@ -1,6 +1,6 @@ Name: inkscape Version: 0.44 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -121,6 +121,9 @@ %changelog +* Mon Aug 28 2006 Denis Leroy - 0.44 +- FE6 Rebuild + * Tue Aug 22 2006 Denis Leroy - 0.44-5 - Removed skencil Require (bug 203229) From fedora-extras-commits at redhat.com Mon Aug 28 14:29:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 07:29:17 -0700 Subject: rpms/inkscape/devel inkscape.spec,1.31,1.32 Message-ID: <200608281429.k7SETJln024785@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24768 Modified Files: inkscape.spec Log Message: FE6 Rebuild Index: inkscape.spec =================================================================== RCS file: /cvs/extras/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- inkscape.spec 28 Aug 2006 14:28:50 -0000 1.31 +++ inkscape.spec 28 Aug 2006 14:29:17 -0000 1.32 @@ -121,7 +121,7 @@ %changelog -* Mon Aug 28 2006 Denis Leroy - 0.44 +* Mon Aug 28 2006 Denis Leroy - 0.44-6 - FE6 Rebuild * Tue Aug 22 2006 Denis Leroy - 0.44-5 From fedora-extras-commits at redhat.com Mon Aug 28 14:32:44 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 07:32:44 -0700 Subject: rpms/ufraw/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608281432.k7SEWkDq024899@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24880 Modified Files: .cvsignore sources Log Message: version 0.9.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Nov 2005 14:46:00 -0000 1.4 +++ .cvsignore 28 Aug 2006 14:32:44 -0000 1.5 @@ -1 +1 @@ -ufraw-0.6.tar.gz +ufraw-0.9.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Nov 2005 14:46:00 -0000 1.4 +++ sources 28 Aug 2006 14:32:44 -0000 1.5 @@ -1 +1 @@ -2074676b9437738630eee72b9fc6c50c ufraw-0.6.tar.gz +7388ed97a156ea6a7272513a1dc8f8d5 ufraw-0.9.1.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 14:33:24 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:33:24 -0700 Subject: rpms/glyph-keeper/devel glyph-keeper.spec,1.3,1.4 Message-ID: <200608281433.k7SEXRQd024922@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/glyph-keeper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24905 Modified Files: glyph-keeper.spec Log Message: * Mon Aug 28 2006 Hans de Goede 0.29.1-4 - Fix building with newer freetype - Build .so files instead of a static lib Index: glyph-keeper.spec =================================================================== RCS file: /cvs/extras/rpms/glyph-keeper/devel/glyph-keeper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glyph-keeper.spec 28 Aug 2006 12:59:34 -0000 1.3 +++ glyph-keeper.spec 28 Aug 2006 14:33:24 -0000 1.4 @@ -42,11 +42,13 @@ make %{?_smp_mflags} -f Makefile.GNU.all TARGET=ALLEGRO FT_LIB=-lfreetype \ CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib gcc -shared -o libglyph-alleg.so.0 -Wl,-soname,libglyph-alleg.so.0 \ - obj/glyph-alleg.o + obj/glyph-alleg.o -lfreetype \ + `allegro-config --libs | sed 's/-lalleg_unsharable//'` make %{?_smp_mflags} -f Makefile.GNU.all TARGET=SDL FT_LIB=-lfreetype \ CFLAGS="$RPM_OPT_FLAGS -fpic -I/usr/include/freetype2" lib -gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 obj/glyph-sdl.o +gcc -shared -o libglyph-sdl.so.0 -Wl,-soname,libglyph-sdl.so.0 \ + obj/glyph-sdl.o -lfreetype -lSDL %install From fedora-extras-commits at redhat.com Mon Aug 28 14:36:34 2006 From: fedora-extras-commits at redhat.com (Remi Collet (remi)) Date: Mon, 28 Aug 2006 07:36:34 -0700 Subject: rpms/php-pear-HTTP/devel php-pear-HTTP.spec,1.2,1.3 Message-ID: <200608281436.k7SEaa7X024950@cvs-int.fedora.redhat.com> Author: remi Update of /cvs/extras/rpms/php-pear-HTTP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24933 Modified Files: php-pear-HTTP.spec Log Message: rebuild Index: php-pear-HTTP.spec =================================================================== RCS file: /cvs/extras/rpms/php-pear-HTTP/devel/php-pear-HTTP.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- php-pear-HTTP.spec 16 Jul 2006 14:27:42 -0000 1.2 +++ php-pear-HTTP.spec 28 Aug 2006 14:36:34 -0000 1.3 @@ -10,7 +10,7 @@ Summary(fr): PEAR: Divers utilitaires HTTP Name: php-pear-HTTP Version: 1.4.0 -Release: 4%{?dist} +Release: 5%{?dist} License: PHP License Group: Development/Libraries Source: http://pear.php.net/get/HTTP-%{version}.tgz @@ -18,12 +18,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://pear.php.net/package/HTTP -BuildArch: noarch -BuildRequires: php-pear(PEAR) >= 1.4.9 -Requires(post): %{__pear} -Requires(postun): %{__pear} -Requires: php-pear(PEAR) >= 1.4.9, php >= 4.0.6 -Provides: php-pear(HTTP) = %{version} +BuildArch: noarch +BuildRequires: php-pear(PEAR) >= 1.4.9 +Requires(post): %{__pear} +Requires(postun): %{__pear} +Requires: php-pear(PEAR) >= 1.4.9, php >= 4.0.6 +Provides: php-pear(HTTP) = %{version} %description The HTTP class is a class with static methods for doing @@ -89,20 +89,23 @@ %doc LICENSE %changelog -* Sat May 20 2006 Remi Collet 1.4.0-4.fc5 +* Mon Aug 28 2006 Remi Collet 1.4.0-5 +- FE6 rebuild + +* Sat May 20 2006 Remi Collet 1.4.0-4 - install Licence in prep - use new macros from /etc/rpm/macros.pear -* Sat May 20 2006 Remi Collet 1.4.0-3.fc5 +* Sat May 20 2006 Remi Collet 1.4.0-3 - Require pear >= 1.4.9 - bundle the v3.01 PHP LICENSE file - use --packagingroot (instead of -R) - check from install to check (as in php-pear) -* Sat May 06 2006 Remi Collet 1.4.0-2.fc5 +* Sat May 06 2006 Remi Collet 1.4.0-2 - use %%{_datadir}/pear/.pkgxml for XML (Bug #190252) -* Fri Apr 28 2006 Remi Collet 1.4.0-1.fc5 +* Fri Apr 28 2006 Remi Collet 1.4.0-1 - spec for extras - add french summary & description From fedora-extras-commits at redhat.com Mon Aug 28 14:55:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:55:04 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.16,1.17 Message-ID: <200608281455.k7SEt6Lk025161@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25144 Modified Files: libgnomedb.spec Log Message: add missing BR: perl(XML::Parser) Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- libgnomedb.spec 28 Aug 2006 11:49:36 -0000 1.16 +++ libgnomedb.spec 28 Aug 2006 14:55:04 -0000 1.17 @@ -14,6 +14,7 @@ BuildRequires: libgda-devel >= 1:1.9.99 BuildRequires: gtk-doc, openssl-devel, gtksourceview-devel, gettext BuildRequires: mono-devel gtk-sharp2 gtk-sharp2-gapi libgda-sharp +BuildRequires: perl(XML::Parser) Patch0: libgnomedb-1.2.0-desktop.patch Patch1: libgnomedb-1.9.100-sharp.patch From fedora-extras-commits at redhat.com Mon Aug 28 14:56:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:56:32 -0700 Subject: rpms/gc/devel gc.spec,1.19,1.20 Message-ID: <200608281456.k7SEuY0N025255@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25238 Modified Files: gc.spec Log Message: * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin Index: gc.spec =================================================================== RCS file: /cvs/extras/rpms/gc/devel/gc.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gc.spec 13 Jul 2006 14:44:30 -0000 1.19 +++ gc.spec 28 Aug 2006 14:56:32 -0000 1.20 @@ -3,7 +3,7 @@ Name: gc Version: 6.8 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: BSD Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ @@ -98,6 +98,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 6.8-2 +- fc6 respin + * Thu Jul 13 2006 Rex Dieter 6.8-1 - 6.8 From fedora-extras-commits at redhat.com Mon Aug 28 14:56:53 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:56:53 -0700 Subject: rpms/gc/devel needs.rebuild,1.1,NONE Message-ID: <200608281456.k7SEutuA025292@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25275 Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 6.8-2 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:56:58 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 07:56:58 -0700 Subject: rpms/monkey-bubble/devel monkey-bubble.spec,1.8,1.9 Message-ID: <200608281457.k7SEv0MN025347@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/monkey-bubble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25298 Modified Files: monkey-bubble.spec Log Message: add missing BR: perl(XML::Parser) Index: monkey-bubble.spec =================================================================== RCS file: /cvs/extras/rpms/monkey-bubble/devel/monkey-bubble.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- monkey-bubble.spec 28 Aug 2006 11:57:32 -0000 1.8 +++ monkey-bubble.spec 28 Aug 2006 14:56:58 -0000 1.9 @@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel librsvg2-devel gstreamer-devel gettext BuildRequires: desktop-file-utils scrollkeeper gnome-doc-utils +BuildRequires: perl(XML::Parser) Requires(pre): GConf2 Requires(post): GConf2 scrollkeeper Requires(preun): GConf2 From fedora-extras-commits at redhat.com Mon Aug 28 14:57:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:57:44 -0700 Subject: rpms/factory/devel factory.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608281457.k7SEvk2e025445@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/factory/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25428 Modified Files: factory.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 2.0.5-9 - fc6 respin Index: factory.spec =================================================================== RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- factory.spec 26 Jul 2006 03:31:01 -0000 1.15 +++ factory.spec 28 Aug 2006 14:57:44 -0000 1.16 @@ -2,7 +2,7 @@ Summary: C++ class library for multivariate polynomial data Name: factory Version: 2.0.5 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL URL: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/ @@ -67,6 +67,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 2.0.5-9 +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 2.0.5-8 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 14:58:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 07:58:29 -0700 Subject: rpms/pinentry/devel pinentry.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281458.k7SEwVli025528@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/pinentry/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511 Modified Files: pinentry.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter - 0.7.2-3 - fc6 respin Index: pinentry.spec =================================================================== RCS file: /cvs/extras/rpms/pinentry/devel/pinentry.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pinentry.spec 9 Aug 2006 17:41:04 -0000 1.11 +++ pinentry.spec 28 Aug 2006 14:58:29 -0000 1.12 @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -149,6 +149,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter - 0.7.2-3 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter - 0.7.2-2 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:00:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:00:11 -0700 Subject: rpms/mathml-fonts/devel needs.rebuild,1.1,NONE Message-ID: <200608281500.k7SF0DmI025596@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/mathml-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25577 Removed Files: needs.rebuild Log Message: static content, nothing to see here. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:01:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:01:03 -0700 Subject: rpms/akode/devel akode.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281501.k7SF1535027942@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/akode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27519 Modified Files: akode.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 2.0.1-2 - fc6 respin Index: akode.spec =================================================================== RCS file: /cvs/extras/rpms/akode/devel/akode.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- akode.spec 8 Aug 2006 12:56:31 -0000 1.4 +++ akode.spec 28 Aug 2006 15:01:03 -0000 1.5 @@ -2,7 +2,7 @@ Summary: Audio-decoding framework Name: akode Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries #URL: http://carewolf.com/akode/ @@ -107,6 +107,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 2.0.1-2 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 2.0.1-1 - 2.0.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:01:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 08:01:04 -0700 Subject: rpms/raidem/devel raidem-0.3.1-syslibs.patch, 1.2, 1.3 raidem.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE raidem-0.3.1-ft-test.patch, 1.1, NONE Message-ID: <200608281501.k7SF17Ov028082@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/raidem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27816 Modified Files: raidem-0.3.1-syslibs.patch raidem.spec Removed Files: needs.rebuild raidem-0.3.1-ft-test.patch Log Message: * Mon Aug 28 2006 Hans de Goede 0.3.1-5 - Fix build with new dynamic glyph-keeper lib - FE6 Rebuild raidem-0.3.1-syslibs.patch: Index: raidem-0.3.1-syslibs.patch =================================================================== RCS file: /cvs/extras/rpms/raidem/devel/raidem-0.3.1-syslibs.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- raidem-0.3.1-syslibs.patch 29 Apr 2006 18:56:35 -0000 1.2 +++ raidem-0.3.1-syslibs.patch 28 Aug 2006 15:01:04 -0000 1.3 @@ -1,5 +1,44 @@ +--- raidem-0.3.1-src/src/map-editor/map-proc.m.syslibs 2006-01-20 03:33:33.000000000 +0100 ++++ raidem-0.3.1-src/src/map-editor/map-proc.m 2006-08-28 16:48:53.000000000 +0200 +@@ -4,7 +4,7 @@ + #include + #include + #include +-#include "adime/include/adime.h" ++#include + #include "common.h" + #include "group.h" + #include "gui/gui-clip.h" +--- raidem-0.3.1-src/misc/Makefile.all.syslibs 2006-04-08 09:12:44.000000000 +0200 ++++ raidem-0.3.1-src/misc/Makefile.all 2006-08-28 16:48:53.000000000 +0200 +@@ -30,7 +30,8 @@ + CFLAGS += -DNO_OGG + else + ifdef HAVE_ALLEGROOGG +-LDLIBS += -lalogg ++LDLIBS += `$(pkgcfg) AllegroOGG --libs` ++CFLAGS += `$(pkgcfg) AllegroOGG --cflags` + else + CFLAGS += -Ilib/allegroogg/include + endif # HAVE_ALLEGROOGG +@@ -56,11 +57,14 @@ + # Glyph-Keeper + ifdef HAVE_GLYPH_KEEPER + LDLIBS += -lglyph-alleg ++CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO + else + CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -Ilib/glyph-keeper/include + endif # HAVE_GLYPH_KEEPER + +-ifndef HAVE_FREETYPE ++ifdef HAVE_FREETYPE ++LDLIBS += `$(ftcfg) --libs` ++else + CFLAGS += -Ilib/freetype/include + endif + --- raidem-0.3.1-src/configure.ac.syslibs 2006-04-08 10:48:00.000000000 +0200 -+++ raidem-0.3.1-src/configure.ac 2006-04-29 15:01:51.000000000 +0200 ++++ raidem-0.3.1-src/configure.ac 2006-08-28 16:49:01.000000000 +0200 @@ -53,7 +53,8 @@ AC_MSG_NOTICE([===== Using lib/adime =====]) && (cd lib/adime; sh fix.sh unix --quick) && @@ -10,7 +49,26 @@ AC_HAVE_LIBRARY([glyph-alleg], -@@ -104,7 +105,7 @@ +@@ -62,7 +63,8 @@ + AC_MSG_NOTICE([===== Using lib/glyph-keeper =====]) && + (cd lib/glyph-keeper; cp Makefile.GNU.all Makefile) && + AC_MSG_NOTICE([===== Configured glyph-keeper =====]), +- AC_MSG_ERROR([cannot file glyph keeper (allegro)]))) ++ AC_MSG_ERROR([cannot file glyph keeper (allegro)])), ++ [`$alcfg --libs`]) + + + +@@ -87,7 +89,7 @@ + + if test $VER_MAJOR -lt 2 || + test $VER_MINOR -lt 1 || +- test $VER_PATCH -lt 10; then ++ test $VER_MINOR -eq 1 -a $VER_PATCH -lt 10; then + AC_MSG_NOTICE([installed version of Freetype < 2.1.10]) && + try_local_freetype + else +@@ -104,7 +106,7 @@ #---------------------------------------------------------------- # Optional @@ -19,7 +77,7 @@ AC_SUBST(NO_ALRAND, 1) fi -@@ -120,7 +121,7 @@ +@@ -120,7 +122,7 @@ if ${ogg}; then @@ -28,19 +86,8 @@ AC_SUBST(HAVE_ALLEGROOGG, 1), AC_CHECK_FILE([lib/allegroogg/Makefile], AC_MSG_NOTICE([===== Using lib/allegroogg =====]), ---- raidem-0.3.1-src/src/map-editor/map-proc.m.syslibs 2006-01-20 03:33:33.000000000 +0100 -+++ raidem-0.3.1-src/src/map-editor/map-proc.m 2006-04-29 15:01:51.000000000 +0200 -@@ -4,7 +4,7 @@ - #include - #include - #include --#include "adime/include/adime.h" -+#include - #include "common.h" - #include "group.h" - #include "gui/gui-clip.h" --- raidem-0.3.1-src/Makefile.cfg.in.syslibs 2006-04-08 07:23:28.000000000 +0200 -+++ raidem-0.3.1-src/Makefile.cfg.in 2006-04-29 15:01:51.000000000 +0200 ++++ raidem-0.3.1-src/Makefile.cfg.in 2006-08-28 16:48:53.000000000 +0200 @@ -8,6 +8,7 @@ INSTALL := install alcfg := @alcfg@ @@ -50,7 +97,7 @@ # Install paths. prefix := @prefix@ --- raidem-0.3.1-src/Makefile.syslibs 2006-04-08 06:54:03.000000000 +0200 -+++ raidem-0.3.1-src/Makefile 2006-04-29 15:13:53.000000000 +0200 ++++ raidem-0.3.1-src/Makefile 2006-08-28 16:48:53.000000000 +0200 @@ -4,8 +4,8 @@ include Makefile.cfg @@ -62,31 +109,3 @@ -Iinclude -Ilib #CFLAGS += -g3 ---- raidem-0.3.1-src/misc/Makefile.all.syslibs 2006-04-08 09:12:44.000000000 +0200 -+++ raidem-0.3.1-src/misc/Makefile.all 2006-04-29 15:01:51.000000000 +0200 -@@ -30,7 +30,8 @@ - CFLAGS += -DNO_OGG - else - ifdef HAVE_ALLEGROOGG --LDLIBS += -lalogg -+LDLIBS += `$(pkgcfg) AllegroOGG --libs` -+CFLAGS += `$(pkgcfg) AllegroOGG --cflags` - else - CFLAGS += -Ilib/allegroogg/include - endif # HAVE_ALLEGROOGG -@@ -56,11 +57,14 @@ - # Glyph-Keeper - ifdef HAVE_GLYPH_KEEPER - LDLIBS += -lglyph-alleg -+CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO - else - CFLAGS += -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -Ilib/glyph-keeper/include - endif # HAVE_GLYPH_KEEPER - --ifndef HAVE_FREETYPE -+ifdef HAVE_FREETYPE -+LDLIBS += `$(ftcfg) --libs` -+else - CFLAGS += -Ilib/freetype/include - endif - Index: raidem.spec =================================================================== RCS file: /cvs/extras/rpms/raidem/devel/raidem.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- raidem.spec 18 Jul 2006 17:37:02 -0000 1.8 +++ raidem.spec 28 Aug 2006 15:01:04 -0000 1.9 @@ -1,6 +1,6 @@ Name: raidem Version: 0.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 2d top-down shoot'em up Group: Amusements/Games License: zlib License @@ -11,7 +11,6 @@ Source1: raidem.png Source2: raidem.desktop Patch0: raidem-0.3.1-syslibs.patch -Patch1: raidem-0.3.1-ft-test.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-objc glyph-keeper-devel freetype-devel adime-devel BuildRequires: zziplib-devel libpng-devel libid3tag-devel AllegroOGG-devel @@ -29,7 +28,6 @@ %prep %setup -q -n %{name}-%{version}-src %patch0 -p1 -z .syslibs -%patch1 -p1 -z .ft-test # remove all included system libs, to avoid using the included system headers. mv lib/loadpng . rm -fr lib/* @@ -91,6 +89,10 @@ %changelog +* Mon Aug 28 2006 Hans de Goede 0.3.1-5 +- Fix build with new dynamic glyph-keeper lib +- FE6 Rebuild + * Tue Jul 18 2006 Hans de Goede 0.3.1-4 - Fix building (configure test) with freetype 2.2.x . --- needs.rebuild DELETED --- --- raidem-0.3.1-ft-test.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:04:42 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:04:42 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.3,1.4 Message-ID: <200608281504.k7SF4ivm028420@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28401 Modified Files: gcdmaster.spec Log Message: FE6 Rebuild Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gcdmaster.spec 9 Aug 2006 06:30:27 -0000 1.3 +++ gcdmaster.spec 28 Aug 2006 15:04:42 -0000 1.4 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,6 +82,9 @@ %{_mandir}/man1/gcdmaster* %changelog +* Mon Aug 28 2006 Denis Leroy - 1.2.1 +- FE6 Rebuild + * Wed Aug 9 2006 Denis Leroy - 1.2.1-5 - Bumping up release to fix upgrade path From fedora-extras-commits at redhat.com Mon Aug 28 15:04:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 08:04:16 -0700 Subject: rpms/k3b-extras/devel .cvsignore, 1.3, 1.4 k3b-extras.spec, 1.4, 1.5 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608281504.k7SF4nKO028427@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/k3b-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28367 Modified Files: .cvsignore k3b-extras.spec sources Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter 0.12.17-1 - 0.12.17 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 Aug 2006 18:03:51 -0000 1.3 +++ .cvsignore 28 Aug 2006 15:04:16 -0000 1.4 @@ -1,2 +1,3 @@ k3b-0.12.14.tar.bz2 k3b-0.12.16.tar.bz2 +k3b-0.12.17.tar.bz2 Index: k3b-extras.spec =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/k3b-extras.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- k3b-extras.spec 9 Aug 2006 18:03:51 -0000 1.4 +++ k3b-extras.spec 28 Aug 2006 15:04:16 -0000 1.5 @@ -1,7 +1,7 @@ Name: k3b-extras Summary: Free codec plugins for k3b -Version: 0.12.16 +Version: 0.12.17 Release: 1%{?dist} Group: Applications/Multimedia @@ -70,6 +70,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter 0.12.17-1 +- 0.12.17 + * Wed Jun 28 2006 Rex Dieter 0.12.16-1 - 0.12.16 Index: sources =================================================================== RCS file: /cvs/extras/rpms/k3b-extras/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 Aug 2006 18:03:51 -0000 1.3 +++ sources 28 Aug 2006 15:04:16 -0000 1.4 @@ -1 +1,2 @@ cac9b8230295c1756581399b3bbd0687 k3b-0.12.16.tar.bz2 +e7d423fe386fe0cab7aec6034eb33316 k3b-0.12.17.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:08:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:08:17 -0700 Subject: rpms/gcdmaster/devel gcdmaster.spec,1.4,1.5 Message-ID: <200608281508.k7SF8JQO028700@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28683 Modified Files: gcdmaster.spec Log Message: FE6 Rebuild Index: gcdmaster.spec =================================================================== RCS file: /cvs/extras/rpms/gcdmaster/devel/gcdmaster.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gcdmaster.spec 28 Aug 2006 15:04:42 -0000 1.4 +++ gcdmaster.spec 28 Aug 2006 15:08:16 -0000 1.5 @@ -1,6 +1,6 @@ Name: gcdmaster Version: 1.2.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Gnome2 Disk-At-Once (DAO) Audio CD writer Group: Applications/Multimedia @@ -82,7 +82,7 @@ %{_mandir}/man1/gcdmaster* %changelog -* Mon Aug 28 2006 Denis Leroy - 1.2.1 +* Mon Aug 28 2006 Denis Leroy - 1.2.1-7 - FE6 Rebuild * Wed Aug 9 2006 Denis Leroy - 1.2.1-5 From fedora-extras-commits at redhat.com Mon Aug 28 15:12:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Mon, 28 Aug 2006 08:12:46 -0700 Subject: rpms/ORBit/devel ORBit-0.5.17-IIOP-weak-symbols.patch, NONE, 1.1 ORBit.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608281512.k7SFCmOh028832@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/ORBit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812 Modified Files: ORBit.spec Added Files: ORBit-0.5.17-IIOP-weak-symbols.patch Removed Files: needs.rebuild Log Message: Fix undefined non-weak symbols in libIIOP.so (#202328) ORBit-0.5.17-IIOP-weak-symbols.patch: --- NEW FILE ORBit-0.5.17-IIOP-weak-symbols.patch --- --- ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:40:47.000000000 +0100 +++ ORBit-0.5.17/src/IIOP/Makefile.am 2006-08-28 13:39:05.000000000 +0100 @@ -36,7 +36,7 @@ iiop-encoders.h \ iiop-endian.h -libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps) +libIIOP_la_LIBADD=$(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) $(libwrap_files) $(libwrap_deps) $(libwrap_files): make_libwrap_files --- ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:41:39.000000000 +0100 +++ ORBit-0.5.17/src/IIOP/Makefile.in 2006-08-28 13:39:55.000000000 +0100 @@ -114,7 +114,7 @@ libIIOPinclude_HEADERS = IIOP-config.h IIOP-types.h IIOP.h giop-msg-buffer.h iiop-encoders.h iiop-endian.h -libIIOP_la_LIBADD = $(libwrap_files) $(libwrap_deps) +libIIOP_la_LIBADD = $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ $(libwrap_files) $(libwrap_deps) BUILT_SOURCES = $(libwrap_files) Index: ORBit.spec =================================================================== RCS file: /cvs/extras/rpms/ORBit/devel/ORBit.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ORBit.spec 21 Jul 2006 12:39:51 -0000 1.1 +++ ORBit.spec 28 Aug 2006 15:12:46 -0000 1.2 @@ -1,12 +1,13 @@ Summary: CORBA Object Request Broker for GNOME-1 compatibility Name: ORBit Version: 0.5.17 -Release: 18%{?dist} +Release: 19%{?dist} Epoch: 1 URL: http://orbit-resource.sourceforge.net/ Source: http://ftp.acc.umu.se/pub/gnome/sources/ORBit/0.5/ORBit-0.5.17.tar.bz2 Patch0: ORBit-0.5.17-aligned-access.patch Patch1: ORBit-underquoted.patch +Patch2: ORBit-0.5.17-IIOP-weak-symbols.patch Group: System Environment/Daemons License: LGPL/GPL BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,6 +51,7 @@ %setup -q %patch0 -p1 -b .aligned %patch1 -p1 -b .underquoted +%patch2 -p1 -b .weak-symbols %build %configure @@ -118,6 +120,9 @@ %{_datadir}/aclocal/libIDL.m4 %changelog +* Mon Aug 28 2006 Paul Howarth 1:0.5.17-19 +- Fix undefined non-weak symbols in libIIOP.so (#202328) + * Mon Jul 10 2006 Paul Howarth 1:0.5.17-18 - Add automake and pkgconfig as deps of devel subpackage (#198246) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:25:05 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 08:25:05 -0700 Subject: rpms/skstream/devel skstream.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281525.k7SFP7Sn028917@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/skstream/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28900 Modified Files: skstream.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: skstream.spec =================================================================== RCS file: /cvs/extras/rpms/skstream/devel/skstream.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- skstream.spec 18 Jul 2006 15:37:37 -0000 1.2 +++ skstream.spec 28 Aug 2006 15:25:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: skstream Version: 0.3.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ I/O library for WorldForge clients/servers Group: Development/Libraries @@ -79,6 +79,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Aug 28 2006 Wart 0.3.5-4 +- Rebuild for Fedora Extras + * Tue Jul 18 2006 Wart 0.3.5-3 - Fix typo in description - Add comment mentioning known test failures --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:35:39 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:35:39 -0700 Subject: owners owners.list,1.1458,1.1459 Message-ID: <200608281535.k7SFZfda029015@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28998 Modified Files: owners.list Log Message: Change ownership of libsexy Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1458 retrieving revision 1.1459 diff -u -r1.1458 -r1.1459 --- owners.list 28 Aug 2006 12:44:50 -0000 1.1458 +++ owners.list 28 Aug 2006 15:35:38 -0000 1.1459 @@ -829,7 +829,7 @@ Fedora Extras|librx|POSIX regexp functions|tcallawa at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|libsafe|For bugs related to the libsafe component|sgrubb at redhat.com|extras-qa at fedoraproject.org|wtogami at redhat.com Fedora Extras|libsamplerate|A library for performing sample rate conversion on audio|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| -Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libsexy|Funky fresh graphical widgets for GTK+ 2|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|libsexymm|C++ wrapper for libsexy|karlthered at gmail.com|extras-qa at fedoraproject.org| Fedora Extras|libshout|icecast source streaming library|thomas at apestaart.org|extras-qa at fedoraproject.org| Fedora Extras|libsidplay|A Commodore 64 music player and SID chip emulator library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 15:37:12 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Mon, 28 Aug 2006 08:37:12 -0700 Subject: fedora-security/audit fc6,1.40,1.41 Message-ID: <200608281537.k7SFbCsr029044@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29026 Modified Files: fc6 Log Message: Go back to the start of 2002; but now we have 120 issues that need sorting (most will be obvious that they are fixed upstream now) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- fc6 25 Aug 2006 18:48:57 -0000 1.40 +++ fc6 28 Aug 2006 15:37:09 -0000 1.41 @@ -1644,6 +1644,7 @@ CVE-2002-1568 version (openssl097a, fixed 0.9.6f) CVE-2002-1567 ** tomcat CVE-2002-1565 ** wget +CVE-2002-1563 ** stunnel CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) CVE-2002-1509 ** shadow-utils @@ -1758,11 +1759,98 @@ CVE-2002-0702 ** dhcpd CVE-2002-0684 ** bind CVE-2002-0682 ** tomcat +CVE-2002-0662 version (scrollkeeper, fixed after 0.3.11) +CVE-2002-0660 ** libpng +CVE-2002-0659 version (openssl, not 0.9.8) +CVE-2002-0659 version (openssl097a, not 0.9.7) +CVE-2002-0657 version (openssl, not 0.9.8) +CVE-2002-0657 version (openssl097a, not 0.9.7) +CVE-2002-0656 version (openssl, not 0.9.8) +CVE-2002-0656 version (openssl097a, not 0.9.7) +CVE-2002-0655 version (openssl, not 0.9.8) +CVE-2002-0655 version (openssl097a, not 0.9.7) +CVE-2002-0653 version (mod_ssl, not httpd 2.2) +CVE-2002-0651 ** bind (+resolvers) +CVE-2002-0640 ** openssh +CVE-2002-0639 ** openssh +CVE-2002-0638 ** util-linux +CVE-2002-0575 version (openssh, fixed 3.2.1) +CVE-2002-0570 ** kernel +CVE-2002-0517 version (XFree86) didn't affect Linux +CVE-2002-0516 ** squirrelmail +CVE-2002-0510 ignore (kernel) see cve +CVE-2002-0506 ** newt +CVE-2002-0499 ** kernel +CVE-2002-0497 ** mtr +CVE-2002-0493 ** tomcat +CVE-2002-0435 ** fileutils +CVE-2002-0429 ** kernel +CVE-2002-0404 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0403 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0402 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0401 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0400 version (bind, fixed 9.2.1) +CVE-2002-0399 ** tar +CVE-2002-0392 version (httpd, not 2.2) +CVE-2002-0391 ** resolvers +CVE-2002-0389 ** mailman +CVE-2002-0388 version (mailman, fixed 2.0.11) +CVE-2002-0384 version (gaim, fixed 0.58) +CVE-2002-0382 ** xchat +CVE-2002-0380 ** tcpdump +CVE-2002-0379 ** imap +CVE-2002-0377 ** gaim +CVE-2002-0374 version (pam_ldap, fixed 144) +CVE-2002-0363 version (ghostscript, fixed 6.53) +CVE-2002-0353 version (wireshark, fixed ethereal 0.9.3) +CVE-2002-0342 ** kde +CVE-2002-0318 ** freeradius +CVE-2002-0253 ** php +CVE-2002-0240 ignore (php) windows only +CVE-2002-0232 ** mrtg +CVE-2002-0229 ** php +CVE-2002-0185 ** mod_python +CVE-2002-0184 version (sudo, fixed 1.6.6) +CVE-2002-0180 ** webalizer +CVE-2002-0169 ** docbook +CVE-2002-0165 ** logwatch +CVE-2002-0164 version (XFree86, fixed 4.2.1) +CVE-2002-0163 version (squid, fixed 20020312) +CVE-2002-0162 ** logwatch +CVE-2002-0157 ** nautilus +CVE-2002-0146 version (fetchmail, fixed 5.9.10) +CVE-2002-0130 ** efax +CVE-2002-0129 ** efax +CVE-2002-0121 version (php, fixed after 4.1.1) +CVE-2002-0092 version (cve, fixed 1.10.8) +CVE-2002-0083 ** openssh +CVE-2002-0082 version (mod_ssl, not httpd 2.2) +CVE-2002-0081 ** php +CVE-2002-0080 ** rsync +CVE-2002-0069 ** squid +CVE-2002-0068 ** squid +CVE-2002-0067 ** squid +CVE-2002-0063 version (cups, fixed 1.1.14) +CVE-2002-0062 ** ncurses +CVE-2002-0060 ** kernel +CVE-2002-0059 ** zlib and 100 other things +CVE-2002-0048 ** rsync +CVE-2002-0046 ** kernel +CVE-2002-0045 ** openldap +CVE-2002-0044 ** enscript +CVE-2002-0043 version (sudo, fixed 1.6.4) +CVE-2002-0036 version (krb5, fixed 1.2.5) +CVE-2002-0029 ** bind +CVE-2002-0013 ** snmp stuff +CVE-2002-0012 ** snmp stuff +CVE-2002-0006 ** xchat +CVE-2002-0004 ** at +CVE-2002-0003 ** groff +CVE-2002-0002 ** stunnel +CVE-2002-0001 version (mutt, fixed 1.3.25) older, happened to deal with at same time: -CVE-2002-0517 version (XFree86) didn't affect Linux -CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2001-1494 version (util-linux, fixed 2.11n) CVE-2001-0955 version (XFree86, fixed 4.2.0) CVE-2001-0474 version (mesa, fixed 3.3-14) From fedora-extras-commits at redhat.com Mon Aug 28 15:40:52 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:40:52 -0700 Subject: rpms/bakery/devel needs.rebuild,1.1,NONE Message-ID: <200608281540.k7SFesOV029099@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/bakery/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29084/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:40:59 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:40:59 -0700 Subject: rpms/galeon/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFf1Yu029120@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29105/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:06 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:06 -0700 Subject: rpms/gcdmaster/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFf8Nr029141@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gcdmaster/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29126/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:11 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:11 -0700 Subject: rpms/inkscape/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFfD9t029167@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/inkscape/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29148/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:18 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Mon, 28 Aug 2006 08:41:18 -0700 Subject: rpms/libgnomeuimm26/devel needs.rebuild,1.1,NONE Message-ID: <200608281541.k7SFfKra029188@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libgnomeuimm26/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29173/devel Removed Files: needs.rebuild Log Message: FE6 rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:41:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:41:25 -0700 Subject: rpms/libsexy/devel libsexy.spec,1.8,1.9 Message-ID: <200608281541.k7SFfRVp029211@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29194 Modified Files: libsexy.spec Log Message: * Mon Aug 28 2006 Brian Pepple - 0.1.8-2 - Rebuild for FC6. Index: libsexy.spec =================================================================== RCS file: /cvs/extras/rpms/libsexy/devel/libsexy.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsexy.spec 19 Mar 2006 04:45:18 -0000 1.8 +++ libsexy.spec 28 Aug 2006 15:41:24 -0000 1.9 @@ -1,6 +1,6 @@ Name: libsexy Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Funky fresh graphical widgets for GTK+ 2 Group: System Environment/Libraries @@ -56,6 +56,9 @@ %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Aug 28 2006 Brian Pepple - 0.1.8-2 +- Rebuild for FC6. + * Sat Mar 18 2006 Ignacio Vazquez-Abrams 0.1.8-1 - Upstream update From fedora-extras-commits at redhat.com Mon Aug 28 15:42:10 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 08:42:10 -0700 Subject: rpms/varconf/devel varconf.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281542.k7SFgC3R029362@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/varconf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29345 Modified Files: varconf.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: varconf.spec =================================================================== RCS file: /cvs/extras/rpms/varconf/devel/varconf.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- varconf.spec 20 Jul 2006 15:53:18 -0000 1.1 +++ varconf.spec 28 Aug 2006 15:42:10 -0000 1.2 @@ -1,6 +1,6 @@ Name: varconf Version: 0.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Configuration library used by WorldForge clients Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Wart 0.6.4-4 +- Rebuild for Fedora Extras + * Wed Jul 19 2006 Wart 0.6.4-3 - Add command to %%check to execute tests --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:43:54 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 28 Aug 2006 08:43:54 -0700 Subject: rpms/libbinio/devel libbinio.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281543.k7SFhuWS029438@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libbinio/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29416 Modified Files: libbinio.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild. Index: libbinio.spec =================================================================== RCS file: /cvs/extras/rpms/libbinio/devel/libbinio.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libbinio.spec 14 Feb 2006 16:35:02 -0000 1.2 +++ libbinio.spec 28 Aug 2006 15:43:54 -0000 1.3 @@ -3,7 +3,7 @@ Name: libbinio Version: 1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A software library for binary I/O classes in C++ URL: http://libbinio.sourceforge.net/ Group: System Environment/Libraries @@ -81,6 +81,9 @@ %{_infodir}/*.gz %changelog +* Mon Aug 28 2006 Linus Walleij 1.4-6 +- Rebuild for Fedora Extras 6. + * Tue Feb 14 2006 Linus Walleij 1.4-5 - Rebuild for Fedora Extras 5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:46:10 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Mon, 28 Aug 2006 08:46:10 -0700 Subject: rpms/banshee/devel banshee.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608281546.k7SFkCW5029516@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/banshee/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29499 Modified Files: banshee.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Christopher Aillon - 0.10.12-3 - Rebuild Index: banshee.spec =================================================================== RCS file: /cvs/extras/rpms/banshee/devel/banshee.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- banshee.spec 26 Aug 2006 10:33:20 -0000 1.19 +++ banshee.spec 28 Aug 2006 15:46:10 -0000 1.20 @@ -1,6 +1,6 @@ Name: banshee Version: 0.10.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: easily import, manage, and play selections from your music collection Group: Applications/Multimedia @@ -106,6 +106,9 @@ %exclude %{_libdir}/banshee/*.la %changelog +* Mon Aug 28 2006 Christopher Aillon - 0.10.12-3 +- Rebuild + * Sat Aug 26 2006 Christopher Aillon - 0.10.12-2 - For some reason, the last build picked up dependencies on both mono(glib-sharp) = 2.8.0.0 and mono(glib-sharp) = 2.10.0.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 15:49:40 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 08:49:40 -0700 Subject: rpms/ufraw/devel ufraw.spec,1.9,1.10 Message-ID: <200608281549.k7SFngwG029589@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/rpms/ufraw/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29572 Modified Files: ufraw.spec Log Message: require gimp >= 2.0 for building Index: ufraw.spec =================================================================== RCS file: /cvs/extras/rpms/ufraw/devel/ufraw.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ufraw.spec 28 Aug 2006 14:07:54 -0000 1.9 +++ ufraw.spec 28 Aug 2006 15:49:40 -0000 1.10 @@ -10,6 +10,7 @@ URL: http://ufraw.sourceforge.net Source0: http://dl.sourceforge.net/ufraw/ufraw-%{version}.tar.gz BuildRequires: gimp-devel >= 2.0 +BuildRequires: gimp >= 2.0 BuildRequires: gtk2-devel >= 2.6.0 BuildRequires: lcms-devel BuildRequires: libexif-devel @@ -48,6 +49,7 @@ %changelog * Mon Aug 28 2006 Nils Philippsen - 0.9.1-1 - version 0.9.1 +- require gimp >= 2.0 for building * Fri Feb 17 2006 Nils Philippsen - 0.6-2 - rebuild From fedora-extras-commits at redhat.com Mon Aug 28 15:50:45 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:50:45 -0700 Subject: rpms/xmms-musepack - New directory Message-ID: <200608281550.k7SFolIf029706@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29685/xmms-musepack Log Message: Directory /cvs/extras/rpms/xmms-musepack added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 15:50:46 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:50:46 -0700 Subject: rpms/xmms-musepack/devel - New directory Message-ID: <200608281550.k7SFomvK029709@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29685/xmms-musepack/devel Log Message: Directory /cvs/extras/rpms/xmms-musepack/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 15:51:06 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:06 -0700 Subject: rpms/xmms-musepack Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608281551.k7SFp8ue029758@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29730 Added Files: Makefile import.log Log Message: Setup of module xmms-musepack --- NEW FILE Makefile --- # Top level Makefile for module xmms-musepack all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 15:51:07 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:07 -0700 Subject: rpms/xmms-musepack/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281551.k7SFp99Y029761@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29730/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xmms-musepack --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 15:51:38 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:38 -0700 Subject: rpms/xmms-musepack import.log,1.1,1.2 Message-ID: <200608281551.k7SFpeFt029833@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799 Modified Files: import.log Log Message: auto-import xmms-musepack-1.2-3.fc6 on branch devel from xmms-musepack-1.2-3.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 15:51:06 -0000 1.1 +++ import.log 28 Aug 2006 15:51:38 -0000 1.2 @@ -0,0 +1 @@ +xmms-musepack-1_2-3_fc6:HEAD:xmms-musepack-1.2-3.fc6.src.rpm:1156780284 From fedora-extras-commits at redhat.com Mon Aug 28 15:51:39 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 08:51:39 -0700 Subject: rpms/xmms-musepack/devel xmms-musepack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281551.k7SFpf4p029838@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-musepack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29799/devel Modified Files: .cvsignore sources Added Files: xmms-musepack.spec Log Message: auto-import xmms-musepack-1.2-3.fc6 on branch devel from xmms-musepack-1.2-3.fc6.src.rpm --- NEW FILE xmms-musepack.spec --- %define xmms_inputdir %(xmms-config --input-plugin-dir 2>/dev/null || echo %{_libdir}/xmms/Input) Summary: X MultiMedia System input plugin to play musepack (mpc) files Name: xmms-musepack Version: 1.2 Release: 3%{?dist} License: BSD Group: Applications/Multimedia URL: http://www.musepack.net/ Source: http://files2.musepack.net/linux/plugins/xmms-musepack-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xmms-devel, libmpcdec-devel, taglib-devel %description X MultiMedia System input plugin to play musepack, aka mpc files. %prep %setup %build %configure %{__make} %{?_smp_mflags} CXXFLAGS="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog COPYING %exclude %{xmms_inputdir}/libmpc.la %{xmms_inputdir}/libmpc.so %changelog * Wed Aug 23 2006 Matthias Saou 1.2-3 - Remove gcc-c++ and pkgconfig (pulled in by xmms-devel nowadays) build reqs. * Wed May 3 2006 Matthias Saou 1.2-2.1 - Spec file cleanup. - Override CXXFLAGS to get our optflags used. * Fri Mar 17 2006 Matthias Saou 1.2-2 - Release bump to drop the disttag number in FC5 build. * Mon Jan 23 2006 Matthias Saou 1.2-1 - Update to 1.2 final. * Fri Jan 13 2006 Matthias Saou 1.2-0.2.RC1 - Add pkgconfig build requirement to fix build. * Mon May 9 2005 Matthias Saou 1.2-0.1.RC1 - Update to 1.2-RC1. - Now build against new libmpcdec and not libmusepack. - Added taglib-devel build depencency. * Mon Apr 25 2005 Matthias Saou 1.1.2-1 - Update to 1.1.2. - Update package info from sf project to musepack.net locations. - Change license from LGPL to BSD. * Tue Aug 10 2004 Matthias Saou 1.00-2 - Fix OPTIONS vs. CFLAGS in addition to the patch to fix x86_64 build. * Wed Jul 7 2004 Matthias Saou 1.00-1 - Update to 1.00. - Added Makefile patch this time, the gcc flags stuff was just too ugly. - Hmm, now requires esound-devel (esd.h). * Wed May 19 2004 Matthias Saou 0.94-3 - Rebuilt for Fedora Core 2. * Fri Feb 6 2004 Matthias Saou 0.94-2 - Override ARCH with %%{optflags} for ppc build. * Tue Jan 20 2004 Matthias Saou 0.94-1 - Initial rpm package. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 15:51:07 -0000 1.1 +++ .cvsignore 28 Aug 2006 15:51:39 -0000 1.2 @@ -0,0 +1 @@ +xmms-musepack-1.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-musepack/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 15:51:07 -0000 1.1 +++ sources 28 Aug 2006 15:51:39 -0000 1.2 @@ -0,0 +1 @@ +ff7f5f9122d09ad63af9c564046086cf xmms-musepack-1.2.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 15:56:53 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 28 Aug 2006 08:56:53 -0700 Subject: rpms/libsexy/devel needs.rebuild,1.1,NONE Message-ID: <200608281556.k7SFutqu029937@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libsexy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29920 Removed Files: needs.rebuild Log Message: FC6 rebuild complete --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:01 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:01 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF - New directory Message-ID: <200608281600.k7SG03xV030091@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30063/perl-DateTime-Format-W3CDTF Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-W3CDTF added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 16:00:02 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:02 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel - New directory Message-ID: <200608281600.k7SG04mM030094@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30063/perl-DateTime-Format-W3CDTF/devel Log Message: Directory /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 16:00:20 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:20 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608281600.k7SG0MPn030153@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30115/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-DateTime-Format-W3CDTF --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:19 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:19 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608281600.k7SG0LC9030150@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30115 Added Files: Makefile import.log Log Message: Setup of module perl-DateTime-Format-W3CDTF --- NEW FILE Makefile --- # Top level Makefile for module perl-DateTime-Format-W3CDTF all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 16:00:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:27 -0700 Subject: owners owners.list,1.1459,1.1460 Message-ID: <200608281600.k7SG0TtG030180@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30159 Modified Files: owners.list Log Message: Add perl-DateTime-Format-W3CDTF. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1459 retrieving revision 1.1460 diff -u -r1.1459 -r1.1460 --- owners.list 28 Aug 2006 15:35:38 -0000 1.1459 +++ owners.list 28 Aug 2006 16:00:27 -0000 1.1460 @@ -1195,6 +1195,7 @@ Fedora Extras|perl-DateTime-Format-Mail|Convert between DateTime and RFC2822/822 formats|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-MySQL|Parse and format MySQL dates and times|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Format-Strptime|Parse and format strp and strf time patterns|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-DateTime-Format-W3CDTF|Parse and format W3CDTF datetime strings|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DateTime-Set|Datetime sets and set math|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-AnyData|DBI access to XML, CSV and other formats|tcallawa at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-DBD-CSV|DBI driver for CSV files|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Mon Aug 28 16:00:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:49 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF import.log,1.1,1.2 Message-ID: <200608281601.k7SG1Lx9000370@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30207 Modified Files: import.log Log Message: auto-import perl-DateTime-Format-W3CDTF-0.04-1 on branch devel from perl-DateTime-Format-W3CDTF-0.04-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 16:00:19 -0000 1.1 +++ import.log 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +perl-DateTime-Format-W3CDTF-0_04-1:HEAD:perl-DateTime-Format-W3CDTF-0.04-1.src.rpm:1156780841 From fedora-extras-commits at redhat.com Mon Aug 28 16:00:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 09:00:49 -0700 Subject: rpms/perl-DateTime-Format-W3CDTF/devel perl-DateTime-Format-W3CDTF.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608281601.k7SG1L7v000371@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30207/devel Modified Files: .cvsignore sources Added Files: perl-DateTime-Format-W3CDTF.spec Log Message: auto-import perl-DateTime-Format-W3CDTF-0.04-1 on branch devel from perl-DateTime-Format-W3CDTF-0.04-1.src.rpm --- NEW FILE perl-DateTime-Format-W3CDTF.spec --- Name: perl-DateTime-Format-W3CDTF Version: 0.04 Release: 1%{?dist} Summary: Parse and format W3CDTF datetime strings License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DateTime-Format-W3CDTF/ Source0: http://www.cpan.org/authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(DateTime) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0. %prep %setup -q -n DateTime-Format-W3CDTF-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sat Aug 26 2006 Steven Pritchard 0.04-1 - Specfile autogenerated by cpanspec 1.68. - Fix License tag. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 16:00:20 -0000 1.1 +++ .cvsignore 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +DateTime-Format-W3CDTF-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime-Format-W3CDTF/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 16:00:20 -0000 1.1 +++ sources 28 Aug 2006 16:00:49 -0000 1.2 @@ -0,0 +1 @@ +5ad0a41bb5de08f9c16395ea311bb491 DateTime-Format-W3CDTF-0.04.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:02:18 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:02:18 -0700 Subject: owners owners.list,1.1460,1.1461 Message-ID: <200608281602.k7SG2pNr000481@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv422 Modified Files: owners.list Log Message: Add xmms-musepack (#188461). Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1460 retrieving revision 1.1461 diff -u -r1.1460 -r1.1461 --- owners.list 28 Aug 2006 16:00:27 -0000 1.1460 +++ owners.list 28 Aug 2006 16:02:18 -0000 1.1461 @@ -2129,6 +2129,7 @@ Fedora Extras|xmms-flac|XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-lirc|Plugin to use LIRC supported infrared devices in XMMS|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-modplug|Modplug Plugin for XMMS|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|xmms-musepack|X MultiMedia System input plugin to play musepack (mpc) files|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-scrobbler|Audioscrobbler plugin for XMMS|andreas at bawue.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-sid|SIDPlay input plugin for X MultiMedia System (XMMS)|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|xmms-skins|Skins for the X MultiMedia System|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 16:06:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:06:02 -0700 Subject: rpms/xmms/devel xmms.spec,1.24,1.25 Message-ID: <200608281606.k7SG64DT000894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv876 Modified Files: xmms.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1:1.2.10-28 - Rebuild. Index: xmms.spec =================================================================== RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- xmms.spec 21 Jun 2006 17:11:14 -0000 1.24 +++ xmms.spec 28 Aug 2006 16:06:01 -0000 1.25 @@ -1,6 +1,6 @@ Name: xmms Version: 1.2.10 -Release: 27%{?dist} +Release: 28%{?dist} Epoch: 1 Summary: The X MultiMedia System, a media player @@ -208,6 +208,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1:1.2.10-28 +- Rebuild. + * Wed Jun 21 2006 Ville Skytt?? - 1:1.2.10-27 - Split EsounD output plugin into -esd subpackage, don't filter dependencies. - Make menu entry symlink relative. From fedora-extras-commits at redhat.com Mon Aug 28 16:06:07 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:06:07 -0700 Subject: rpms/perl-Error/FC-5 .cvsignore, 1.7, 1.8 perl-Error.spec, 1.11, 1.12 sources, 1.7, 1.8 Message-ID: <200608281606.k7SG6ddg000979@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv899/FC-5 Modified Files: .cvsignore perl-Error.spec sources Log Message: Update to 0.17003. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 17:52:23 -0000 1.7 +++ .cvsignore 28 Aug 2006 16:06:07 -0000 1.8 @@ -1 +1 @@ -Error-0.17001.tar.gz +Error-0.17003.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/perl-Error.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Error.spec 9 Aug 2006 17:52:23 -0000 1.11 +++ perl-Error.spec 28 Aug 2006 16:06:07 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17001 +Version: 0.17003 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1:0.17003-1 +- Update to 0.17003. + * Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 - Update to 0.17001. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 17:52:23 -0000 1.7 +++ sources 28 Aug 2006 16:06:07 -0000 1.8 @@ -1 +1 @@ -b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz +17dfe98c39ca3e80b3adcf7a8bd462fc Error-0.17003.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:06:08 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:06:08 -0700 Subject: rpms/perl-Error/devel .cvsignore, 1.7, 1.8 perl-Error.spec, 1.11, 1.12 sources, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281606.k7SG6esI000984@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Error/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv899/devel Modified Files: .cvsignore perl-Error.spec sources Removed Files: needs.rebuild Log Message: Update to 0.17003. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 9 Aug 2006 17:52:24 -0000 1.7 +++ .cvsignore 28 Aug 2006 16:06:08 -0000 1.8 @@ -1 +1 @@ -Error-0.17001.tar.gz +Error-0.17003.tar.gz Index: perl-Error.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/perl-Error.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-Error.spec 9 Aug 2006 17:52:24 -0000 1.11 +++ perl-Error.spec 28 Aug 2006 16:06:08 -0000 1.12 @@ -1,5 +1,5 @@ Name: perl-Error -Version: 0.17001 +Version: 0.17003 Release: 1%{?dist} Epoch: 1 Summary: Error Perl module @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1:0.17003-1 +- Update to 0.17003. + * Wed Aug 9 2006 Jose Pedro Oliveira - 1:0.17001-1 - Update to 0.17001. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Error/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 9 Aug 2006 17:52:24 -0000 1.7 +++ sources 28 Aug 2006 16:06:08 -0000 1.8 @@ -1 +1 @@ -b9f292040b0e1fc8c406ad77f6a18359 Error-0.17001.tar.gz +17dfe98c39ca3e80b3adcf7a8bd462fc Error-0.17003.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:06:50 2006 From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp)) Date: Mon, 28 Aug 2006 09:06:50 -0700 Subject: comps comps-fe5.xml.in,1.120,1.121 comps-fe6.xml.in,1.124,1.125 Message-ID: <200608281606.k7SG6q6R001008@cvs-int.fedora.redhat.com> Author: nphilipp Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv976 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: add convmv, rss-glx, ufraw Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- comps-fe5.xml.in 28 Aug 2006 01:47:45 -0000 1.120 +++ comps-fe5.xml.in 28 Aug 2006 16:06:50 -0000 1.121 @@ -201,6 +201,7 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool + rss-glx-gnome-screensaver sabayon seahorse smeg @@ -432,6 +433,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -561,6 +563,7 @@ bochs cfengine cfs + convmv crack dkms enca @@ -823,6 +826,8 @@ efont-unicode-bdf fonttools rxvt + rss-glx + rss-glx-xscreensaver workrave xlockmore @@ -851,6 +856,7 @@ ksynaptics kyum metamonitor + rss-glx-kde smb4k Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- comps-fe6.xml.in 27 Aug 2006 15:12:48 -0000 1.124 +++ comps-fe6.xml.in 28 Aug 2006 16:06:50 -0000 1.125 @@ -225,7 +225,8 @@ nautilus-image-converter nautilus-open-terminal nautilus-search-tool - sabayon + rss-glx-gnome-screensaver + sabayon seahorse smeg themes-backgrounds-gnome @@ -467,6 +468,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -609,6 +611,7 @@ cfs conman connect-proxy + convmv crack dkms enca @@ -903,6 +906,8 @@ fonttools kinput2 rxvt + rss-glx + rss-glx-xscreensaver workrave xdaliclock xlockmore @@ -938,6 +943,7 @@ ksynaptics kyum metamonitor + rss-glx-kde smb4k From fedora-extras-commits at redhat.com Mon Aug 28 16:08:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:08:17 -0700 Subject: rpms/libmodplug/devel libmodplug.spec,1.9,1.10 Message-ID: <200608281608.k7SG8Jj4001121@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1101 Modified Files: libmodplug.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1:0.8-2 - Rebuild. Index: libmodplug.spec =================================================================== RCS file: /cvs/extras/rpms/libmodplug/devel/libmodplug.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libmodplug.spec 24 Mar 2006 20:36:44 -0000 1.9 +++ libmodplug.spec 28 Aug 2006 16:08:17 -0000 1.10 @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Modplug mod music file format library @@ -66,6 +66,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1:0.8-2 +- Rebuild. + * Fri Mar 24 2006 Ville Skytt?? - 1:0.8-1 - 0.8, 64bit patch included upstream. From fedora-extras-commits at redhat.com Mon Aug 28 16:09:54 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:09:54 -0700 Subject: rpms/perl-Module-Signature/devel .cvsignore, 1.8, 1.9 perl-Module-Signature.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <200608281609.k7SG9uEE001217@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Module-Signature/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1196 Modified Files: .cvsignore perl-Module-Signature.spec sources Log Message: * Tue Aug 22 2006 Ville Skytt?? - 0.55-1 - 0.55. - Make PAR::Dist dependency a Requires(hint). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 12 May 2006 20:18:55 -0000 1.8 +++ .cvsignore 28 Aug 2006 16:09:54 -0000 1.9 @@ -1 +1 @@ -Module-Signature-0.54.tar.gz +Module-Signature-0.55.tar.gz Index: perl-Module-Signature.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/perl-Module-Signature.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Module-Signature.spec 12 May 2006 20:18:55 -0000 1.8 +++ perl-Module-Signature.spec 28 Aug 2006 16:09:54 -0000 1.9 @@ -1,12 +1,12 @@ Name: perl-Module-Signature -Version: 0.54 +Version: 0.55 Release: 1%{?dist} Summary: CPAN signature management utilities and modules Group: Development/Libraries License: MIT URL: http://search.cpan.org/dist/Module-Signature/ -Source0: http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Module-Signature-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Signature-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -14,7 +14,7 @@ BuildRequires: perl(Digest::SHA1) Requires: gnupg Requires: perl(Digest::SHA1) -Requires: perl(PAR::Dist) +Requires(hint): perl(PAR::Dist) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -24,11 +24,11 @@ %prep %setup -q -n Module-Signature-%{version} -%{__perl} -pi -e 's/ if want_openpgp\(\);/ if 0;/' Makefile.PL %build -PERL_AUTOINSTALL=--skipdeps %{__perl} Makefile.PL INSTALLDIRS=vendor +PERL_AUTOINSTALL=--skipdeps \ +%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps make %{?_smp_mflags} @@ -57,6 +57,10 @@ %changelog +* Tue Aug 22 2006 Ville Skytt?? - 0.55-1 +- 0.55. +- Make PAR::Dist dependency a Requires(hint). + * Fri May 12 2006 Ville Skytt?? - 0.54-1 - 0.54, license changed to MIT. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Signature/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 12 May 2006 20:18:55 -0000 1.8 +++ sources 28 Aug 2006 16:09:54 -0000 1.9 @@ -1 +1 @@ -f77964f0d5deb98ea7c1050a8b6a21a5 Module-Signature-0.54.tar.gz +0e2571a76c4bf37d61d9f24d71afbd77 Module-Signature-0.55.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:10:17 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:10:17 -0700 Subject: rpms/sage/devel sage.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281610.k7SGAJxF001281@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/sage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231 Modified Files: sage.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: sage.spec =================================================================== RCS file: /cvs/extras/rpms/sage/devel/sage.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sage.spec 26 Jul 2006 20:45:14 -0000 1.2 +++ sage.spec 28 Aug 2006 16:10:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: sage Version: 0.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OpenGL extensions library using SDL Group: Development/Libraries @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Wart 0.1.2-5 +- Rebuild for Fedora Extras + * Wed Jul 26 2006 Wart 0.1.2-4 - Added 'make check' to test section. Even though it doesn't do anything, it also doesn't generate an error. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:13:19 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:13:19 -0700 Subject: rpms/tcllib/devel tcllib.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608281613.k7SGDLW0001389@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tcllib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1372 Modified Files: tcllib.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tcllib.spec =================================================================== RCS file: /cvs/extras/rpms/tcllib/devel/tcllib.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tcllib.spec 16 Feb 2006 05:54:22 -0000 1.6 +++ tcllib.spec 28 Aug 2006 16:13:19 -0000 1.7 @@ -1,7 +1,7 @@ Summary: The standard Tcl library Name: tcllib Version: 1.8 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD-like Group: Development/Libraries Source: http://download.sourceforge.net/tcllib/tcllib-1.8.tar.gz @@ -47,6 +47,9 @@ %{_mandir}/mann/* %changelog +* Mon Aug 21 2006 Wart 1.8-5 +- Rebuild for Fedora Extras + * Thu Feb 16 2006 Wart 1.8-4 - Remove executable bits on the library files to clean up rpmlint warnings. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:16:36 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:16:36 -0700 Subject: rpms/tklib/devel tklib.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281616.k7SGGcRe001525@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tklib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1505 Modified Files: tklib.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tklib.spec =================================================================== RCS file: /cvs/extras/rpms/tklib/devel/tklib.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tklib.spec 16 Feb 2006 06:26:21 -0000 1.2 +++ tklib.spec 28 Aug 2006 16:16:36 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Collection of widgets and other packages for Tk Name: tklib Version: 0.4.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Libraries Source: http://download.sourceforge.net/tcllib/tklib-0.4.1.tar.gz @@ -49,13 +49,18 @@ %{_mandir}/*/* %changelog +* Mon Aug 28 2006 Wart 0.4.1-5 +- Rebuild for FC-6 + * Thu Feb 16 2006 Wart 0.4.1-4 - Rebuild for FC-5 * Fri Dec 2 2005 Wart 0.4.1-3 - Minor specfile improvements. + * Thu Dec 1 2005 Wart 0.4.1-2 - Add check stage after the install, as well as a patch to the check script included in the package. + * Sun Nov 27 2005 Wart 0.4.1-1 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:17:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:17:29 -0700 Subject: rpms/torcs-data/devel needs.rebuild,1.1,NONE Message-ID: <200608281617.k7SGHVWq001599@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/torcs-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1576 Removed Files: needs.rebuild Log Message: No need to rebuild torcs-data, it's a big fat noarch bunch of data. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:21:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:21:05 -0700 Subject: rpms/perl-Email-Simple/devel .cvsignore, 1.5, 1.6 perl-Email-Simple.spec, 1.4, 1.5 sources, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608281621.k7SGL7Ze001727@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1682/devel Modified Files: .cvsignore perl-Email-Simple.spec sources Removed Files: needs.rebuild Log Message: Update to 1.980. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jul 2006 12:53:55 -0000 1.5 +++ .cvsignore 28 Aug 2006 16:21:05 -0000 1.6 @@ -1 +1 @@ -Email-Simple-1.96.tar.gz +Email-Simple-1.980.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/perl-Email-Simple.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Email-Simple.spec 29 Jul 2006 12:53:55 -0000 1.4 +++ perl-Email-Simple.spec 28 Aug 2006 16:21:05 -0000 1.5 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.96 +Version: 1.980 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.980-1 +- Update to 1.980. + * Sat Jul 29 2006 Jose Pedro Oliveira - 1.96-1 - Update to 1.96. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jul 2006 12:53:55 -0000 1.5 +++ sources 28 Aug 2006 16:21:05 -0000 1.6 @@ -1 +1 @@ -49730b720ca9b4b393ac21749c8a3e9b Email-Simple-1.96.tar.gz +9f6a5d2a3626ff9753db1732dbe60efc Email-Simple-1.980.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:21:05 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:21:05 -0700 Subject: rpms/perl-Email-Simple/FC-5 .cvsignore, 1.4, 1.5 perl-Email-Simple.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200608281621.k7SGL7E8001721@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-Simple/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1682/FC-5 Modified Files: .cvsignore perl-Email-Simple.spec sources Log Message: Update to 1.980. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Jul 2006 13:06:37 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:21:04 -0000 1.5 @@ -1 +1 @@ -Email-Simple-1.96.tar.gz +Email-Simple-1.980.tar.gz Index: perl-Email-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/perl-Email-Simple.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Email-Simple.spec 29 Jul 2006 13:06:37 -0000 1.3 +++ perl-Email-Simple.spec 28 Aug 2006 16:21:04 -0000 1.4 @@ -1,5 +1,5 @@ Name: perl-Email-Simple -Version: 1.96 +Version: 1.980 Release: 1%{?dist} Summary: Simple parsing of RFC2822 message format and headers @@ -55,6 +55,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.980-1 +- Update to 1.980. + * Sat Jul 29 2006 Jose Pedro Oliveira - 1.96-1 - Update to 1.96. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-Simple/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jul 2006 13:06:37 -0000 1.4 +++ sources 28 Aug 2006 16:21:04 -0000 1.5 @@ -1 +1 @@ -49730b720ca9b4b393ac21749c8a3e9b Email-Simple-1.96.tar.gz +9f6a5d2a3626ff9753db1732dbe60efc Email-Simple-1.980.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:23:08 2006 From: fedora-extras-commits at redhat.com (Laurent Rineau (rineau)) Date: Mon, 28 Aug 2006 09:23:08 -0700 Subject: rpms/ipe/devel ipe.spec,1.4,1.5 Message-ID: <200608281623.k7SGNA2I001806@cvs-int.fedora.redhat.com> Author: rineau Update of /cvs/extras/rpms/ipe/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1786 Modified Files: ipe.spec Log Message: Start rebuild for FC-6. Index: ipe.spec =================================================================== RCS file: /cvs/extras/rpms/ipe/devel/ipe.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ipe.spec 20 Jul 2006 20:26:50 -0000 1.4 +++ ipe.spec 28 Aug 2006 16:23:08 -0000 1.5 @@ -2,7 +2,7 @@ Name: ipe Version: 6.0 -Release: 0.9.%{preversion}%{?dist} +Release: 0.10.%{preversion}%{?dist} Summary: The Ipe extensible drawing editor Group: Applications/Publishing @@ -161,6 +161,9 @@ %{_datadir}/ipe/%{version}/doc %changelog +* Mon Aug 28 2006 Laurent Rineau - 6.0-0.10.pre26 +- Rebuild for FC-6. + * Thu Jul 20 2006 Laurent Rineau - 6.0-0.9.pre26 - Remove the BR: nas-devel, now that qt4 has stripped -laudio from its pkgconfig files. From fedora-extras-commits at redhat.com Mon Aug 28 16:23:07 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Mon, 28 Aug 2006 09:23:07 -0700 Subject: rpms/libnjb/devel libnjb.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608281623.k7SGN9Wo001799@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/libnjb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1757 Modified Files: libnjb.spec Removed Files: needs.rebuild Log Message: FC6 mass rebuild. Index: libnjb.spec =================================================================== RCS file: /cvs/extras/rpms/libnjb/devel/libnjb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libnjb.spec 14 Feb 2006 16:32:21 -0000 1.7 +++ libnjb.spec 28 Aug 2006 16:23:06 -0000 1.8 @@ -12,7 +12,7 @@ Name: libnjb Version: 2.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A software library for talking to the Creative Nomad Jukeboxes and Dell DJs URL: http://libnjb.sourceforge.net/ @@ -105,6 +105,8 @@ %changelog +* Mon Aug 28 2006 Linus Walleij 2.2.5-3 +- Rebuild for Fedora Extras 6. * Tue Feb 14 2006 Linus Walleij 2.2.5-2 - Rebuild for Fedora Extras 5. * Sun Jan 29 2006 Linus Walleij 2.2.5-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:23:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:23:37 -0700 Subject: rpms/AGReader/devel needs.rebuild,1.1,NONE Message-ID: <200608281623.k7SGNdM3001932@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1767 Removed Files: needs.rebuild Log Message: Rebuilding package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:25:54 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:25:54 -0700 Subject: rpms/xmms-crossfade/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xmms-crossfade.spec, 1.11, 1.12 Message-ID: <200608281625.k7SGPu6J002026@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2005 Modified Files: .cvsignore sources xmms-crossfade.spec Log Message: Update to 0.3.11. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Feb 2006 13:29:33 -0000 1.5 +++ .cvsignore 28 Aug 2006 16:25:53 -0000 1.6 @@ -1 +1 @@ -xmms-crossfade-0.3.10.tar.gz +xmms-crossfade-0.3.11.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Feb 2006 13:29:33 -0000 1.5 +++ sources 28 Aug 2006 16:25:53 -0000 1.6 @@ -1 +1 @@ -43c53b522545253e2bfeee7a0c0dfde3 xmms-crossfade-0.3.10.tar.gz +db8fea679d4178323baf5a2508602492 xmms-crossfade-0.3.11.tar.gz Index: xmms-crossfade.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/xmms-crossfade.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-crossfade.spec 20 Jun 2006 22:46:10 -0000 1.11 +++ xmms-crossfade.spec 28 Aug 2006 16:25:53 -0000 1.12 @@ -2,8 +2,8 @@ Summary: Audio crossfade plugin for XMMS Name: xmms-crossfade -Version: 0.3.10 -Release: 2%{?dist} +Version: 0.3.11 +Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.eisenlohr.org/xmms-crossfade/ @@ -43,6 +43,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.3.11-1 +- Update to 0.3.11. +- FC6 rebuild. + * Wed Jun 21 2006 Matthias Saou 0.3.10-2 - Also BuildRequire xmms since xmms-devel only requires xmms-libs now, but the configure detection requires xmms to be present. From fedora-extras-commits at redhat.com Mon Aug 28 16:26:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:26:37 -0700 Subject: rpms/AGReader import.log,1.5,1.6 Message-ID: <200608281626.k7SGQdcE002130@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097 Modified Files: import.log Log Message: auto-import AGReader-1.2-2 on branch devel from AGReader-1.2-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/AGReader/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 6 Jun 2006 00:01:50 -0000 1.5 +++ import.log 28 Aug 2006 16:26:36 -0000 1.6 @@ -2,3 +2,4 @@ AGReader-1_2-1:HEAD:AGReader-1.2-1.src.rpm:1149551736 AGReader-1_2-1:FC-4:AGReader-1.2-1.src.rpm:1149551915 AGReader-1_2-1:FC-5:AGReader-1.2-1.src.rpm:1149552058 +AGReader-1_2-2:HEAD:AGReader-1.2-2.src.rpm:1156789401 From fedora-extras-commits at redhat.com Mon Aug 28 16:26:37 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:26:37 -0700 Subject: rpms/AGReader/devel AGReader.spec,1.2,1.3 Message-ID: <200608281626.k7SGQdJ9002135@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/AGReader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2097/devel Modified Files: AGReader.spec Log Message: auto-import AGReader-1.2-2 on branch devel from AGReader-1.2-2.src.rpm Index: AGReader.spec =================================================================== RCS file: /cvs/extras/rpms/AGReader/devel/AGReader.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- AGReader.spec 5 Jun 2006 23:56:06 -0000 1.2 +++ AGReader.spec 28 Aug 2006 16:26:37 -0000 1.3 @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text @@ -43,6 +43,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 1.2-2%{?dist} +- Release bump for FC6 mass rebuild + * Mon Jun 05 2006 Ian Chapman 1.2-1%{?dist} - Version bump - Dropped patches, they are no longer required @@ -64,7 +67,7 @@ * Sat May 13 2006 Ian Chapman 1.1-7.iss - Removed gcc32 patch. It's now specified on the make command line -- Replaced %{__rm} in clean section with rm +- Replaced %%{__rm} in clean section with rm * Mon May 01 2006 Ian Chapman 1.1-6.iss - Altered spec file to more closely follow Fedora build guidelines From fedora-extras-commits at redhat.com Mon Aug 28 16:27:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:27:59 -0700 Subject: rpms/libmodplug/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS1iG002323@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/libmodplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/libmodplug/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:27:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:27:59 -0700 Subject: rpms/xmms/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS1wL002327@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/xmms/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:27:56 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:27:56 -0700 Subject: rpms/xmms-crossfade/devel needs.rebuild,1.1,NONE Message-ID: <200608281627.k7SGRwCG002277@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2253 Removed Files: needs.rebuild Log Message: Oops, remove the needs.rebuild after our update and rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:28:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:28:00 -0700 Subject: rpms/perl-Module-Signature/devel needs.rebuild,1.1,NONE Message-ID: <200608281628.k7SGS2re002355@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Module-Signature/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2276/perl-Module-Signature/devel Removed Files: needs.rebuild Log Message: Successfully rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:30:00 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:30:00 -0700 Subject: rpms/xmms-skins/devel needs.rebuild,1.1,NONE Message-ID: <200608281630.k7SGU2Da002424@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-skins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2405 Removed Files: needs.rebuild Log Message: No need to rebuild xmms-skins, it's only noarch data. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:32:20 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:32:20 -0700 Subject: rpms/tkcon/devel tkcon.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281632.k7SGWMWI002486@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tkcon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2467 Modified Files: tkcon.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tkcon.spec =================================================================== RCS file: /cvs/extras/rpms/tkcon/devel/tkcon.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tkcon.spec 16 Feb 2006 06:44:23 -0000 1.2 +++ tkcon.spec 28 Aug 2006 16:32:20 -0000 1.3 @@ -1,6 +1,6 @@ Name: tkcon Version: 2.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tcl GUI console Group: Development/Tools @@ -47,9 +47,14 @@ %doc license.terms README.txt release.txt index.html docs %changelog +* Mon Aug 28 2006 Wart - 2.4-4 +- Rebuild for FC-6 + * Thu Feb 16 2006 Wart - 2.4-3 - Rebuild for FC-5 + * Wed Dec 28 2005 Wart - 2.4-2 - Better description and installed documentation layout. + * Fri Dec 9 2005 Wart - 2.4-1 - Initial Fedora spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:34:27 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 09:34:27 -0700 Subject: rpms/mail-notification/devel mail-notification.spec, 1.25, 1.26 needs.rebuild, 1.1, NONE Message-ID: <200608281634.k7SGYTFb002576@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2557 Modified Files: mail-notification.spec Removed Files: needs.rebuild Log Message: 3.0-5 -- Rebuild for devel; run unset-obsolete-configuration only works when DISPLAY is set Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- mail-notification.spec 10 Aug 2006 16:48:32 -0000 1.25 +++ mail-notification.spec 28 Aug 2006 16:34:26 -0000 1.26 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -92,7 +92,9 @@ /usr/bin/gconftool-2 --makefile-install-rule \ %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||: /usr/bin/scrollkeeper-update -q ||: -mail-notification --unset-obsolete-configuration &>/dev/null ||: +if [[ "${DISPLAY}" ]]; then + mail-notification --unset-obsolete-configuration &>/dev/null ||: +fi %preun # For GConf apps: uninstall app's system default schemas @@ -127,6 +129,11 @@ %changelog +* Mon Aug 28 2006 Thorsten Leemhuis 3.0-5 +- Rebuild for devel +- run unset-obsolete-configuration only works when DISPLAY is set; will + report upstream + * Sat Jul 15 2006 Thorsten Leemhuis 3.0-4 - Package evolution plugin separately --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:35:25 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:35:25 -0700 Subject: rpms/zziplib/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 zziplib.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281635.k7SGZRoX002657@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/zziplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2635 Modified Files: .cvsignore sources zziplib.spec Removed Files: needs.rebuild Log Message: Update to 0.13.47. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Feb 2006 19:27:48 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:35:25 -0000 1.5 @@ -1 +1 @@ -zziplib-0.13.45.tar.bz2 +zziplib-0.13.47.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 9 Feb 2006 19:27:48 -0000 1.4 +++ sources 28 Aug 2006 16:35:25 -0000 1.5 @@ -1 +1 @@ -687e6e487795680dd1e8ea9c1670e0ab zziplib-0.13.45.tar.bz2 +ac3bc8da2db2aa6e7751243c1dade296 zziplib-0.13.47.tar.bz2 Index: zziplib.spec =================================================================== RCS file: /cvs/extras/rpms/zziplib/devel/zziplib.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- zziplib.spec 24 Jul 2006 14:52:57 -0000 1.7 +++ zziplib.spec 28 Aug 2006 16:35:25 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Lightweight library to easily extract data from zip files Name: zziplib -Version: 0.13.45 -Release: 3%{?dist} +Version: 0.13.47 +Release: 1%{?dist} License: LGPL/MPL Group: Applications/Archiving URL: http://zziplib.sourceforge.net/ @@ -95,8 +95,11 @@ %changelog -* Mon Jul 24 2006 Matthias Saou 0.13.45-3 +* Mon Aug 28 2006 Matthias Saou 0.13.47-1 +- Update to 0.13.47. - FC6 rebuild. + +* Mon Jul 24 2006 Matthias Saou 0.13.45-3 - Split off -utils sub-package (#199467). Could have been plain "zzip"? - Have sub-packages require exact release too. - Build require automake to make the aclocal-1.9 check happy. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:36:04 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:36:04 -0700 Subject: rpms/monsterz/devel needs.rebuild,1.1,NONE Message-ID: <200608281636.k7SGa6bH002683@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2668 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:36:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:36:48 -0700 Subject: rpms/lirc/devel lirc.spec,1.16,1.17 Message-ID: <200608281636.k7SGao1N002719@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2701 Modified Files: lirc.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.8.1-0.2.pre1 - Rebuild. Index: lirc.spec =================================================================== RCS file: /cvs/extras/rpms/lirc/devel/lirc.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- lirc.spec 2 Jul 2006 09:02:42 -0000 1.16 +++ lirc.spec 28 Aug 2006 16:36:47 -0000 1.17 @@ -15,7 +15,7 @@ Name: lirc Version: 0.8.1 -Release: 0.1.pre1%{?dist} +Release: 0.2.pre1%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -198,6 +198,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.8.1-0.2.pre1 +- Rebuild. + * Sat Jul 1 2006 Ville Skytt?? - 0.8.1-0.1.pre1 - 0.8.1pre1. - Add rpmbuild options for enabling/disabling ALSA, portaudio and/or X From fedora-extras-commits at redhat.com Mon Aug 28 16:37:14 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:37:14 -0700 Subject: rpms/monsterz import.log,1.2,1.3 Message-ID: <200608281637.k7SGbGLh002809@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2778 Modified Files: import.log Log Message: auto-import monsterz-0.7.0-7 on branch devel from monsterz-0.7.0-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monsterz/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 26 Jul 2006 21:31:02 -0000 1.2 +++ import.log 28 Aug 2006 16:37:14 -0000 1.3 @@ -1 +1,2 @@ monsterz-0_7_0-6:HEAD:monsterz-0.7.0-6.src.rpm:1153952842 +monsterz-0_7_0-7:HEAD:monsterz-0.7.0-7.src.rpm:1156790037 From fedora-extras-commits at redhat.com Mon Aug 28 16:37:15 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:37:15 -0700 Subject: rpms/monsterz/devel monsterz.spec,1.1,1.2 Message-ID: <200608281637.k7SGbHBs002813@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/monsterz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2778/devel Modified Files: monsterz.spec Log Message: auto-import monsterz-0.7.0-7 on branch devel from monsterz-0.7.0-7.src.rpm Index: monsterz.spec =================================================================== RCS file: /cvs/extras/rpms/monsterz/devel/monsterz.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- monsterz.spec 26 Jul 2006 21:31:02 -0000 1.1 +++ monsterz.spec 28 Aug 2006 16:37:15 -0000 1.2 @@ -1,12 +1,12 @@ Name: monsterz Version: 0.7.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Puzzle game, similar to Bejeweled or Zookeeper Group: Amusements/Games License: WTFPL -URL: http://sam.zoy.org/monsterz/ -Source0: http://sam.zoy.org/monsterz/%{name}-%{version}.tar.gz +URL: http://sam.zoy.org/%{name}/ +Source0: http://sam.zoy.org/%{name}/%{name}-%{version}.tar.gz Source1: monsterz.png Source2: monsterz.desktop Source3: monsterz.score @@ -28,6 +28,7 @@ %package data Summary: Data files for the game monsterz Group: Amusements/Games + %description data Data files for the game monsterz @@ -51,12 +52,12 @@ mkdir -p %{buildroot}%{_datadir}/%{name}/graphics mkdir -p %{buildroot}%{_datadir}/%{name}/sound mkdir -p %{buildroot}%{_var}/games -install -pm0755 monsterz %{buildroot}%{_bindir} -install -pm0755 monsterz.py %{buildroot}%{_datadir}/%{name} +install -pm0755 %{name} %{buildroot}%{_bindir} +install -pm0755 %{name}.py %{buildroot}%{_datadir}/%{name} cp -a graphics/*.png %{buildroot}%{_datadir}/%{name}/graphics cp -a sound/* %{buildroot}%{_datadir}/%{name}/sound -install -pm0664 %{SOURCE3} %{buildroot}%{_var}/games/monsterz +install -pm0664 %{SOURCE3} %{buildroot}%{_var}/games/%{name} desktop-file-install --vendor fedora \ --add-category X-Fedora \ @@ -99,6 +100,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 0.7.0-7%{?dist} +- Release bump for FC6 mass rebuild + * Tue Jul 25 2006 Ian Chapman 0.7.0-6%{?dist} - Split data into a separate package. From fedora-extras-commits at redhat.com Mon Aug 28 16:39:14 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:39:14 -0700 Subject: rpms/tclxml/devel tclxml.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281639.k7SGdG5h002940@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tclxml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2923 Modified Files: tclxml.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tclxml.spec =================================================================== RCS file: /cvs/extras/rpms/tclxml/devel/tclxml.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tclxml.spec 1 Jun 2006 18:44:58 -0000 1.8 +++ tclxml.spec 28 Aug 2006 16:39:14 -0000 1.9 @@ -1,7 +1,7 @@ Summary: TclXML is a package that provides XML parsing for the Tcl scripting language Name: tclxml Version: 3.1 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Development/Libraries URL: http://tclxml.sourceforge.net/ @@ -117,6 +117,9 @@ %{_libdir}/Tclxml%{version}/*.a %changelog +* Mon Aug 28 2006 Wart - 3.1-9 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.1-8 - Fixed Requires: for subpackages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:39:39 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:39:39 -0700 Subject: rpms/sjasm/devel needs.rebuild,1.1,NONE Message-ID: <200608281639.k7SGdg44003021@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2994 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:39:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:39:59 -0700 Subject: rpms/openct/devel openct.spec,1.15,1.16 Message-ID: <200608281640.k7SGe1bX003051@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/openct/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3034 Modified Files: openct.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 0.6.8-2 - Rebuild. Index: openct.spec =================================================================== RCS file: /cvs/extras/rpms/openct/devel/openct.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openct.spec 20 Jun 2006 15:09:11 -0000 1.15 +++ openct.spec 28 Aug 2006 16:39:59 -0000 1.16 @@ -2,7 +2,7 @@ Name: openct Version: 0.6.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Middleware framework for smart card terminals Group: System Environment/Libraries @@ -160,6 +160,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 0.6.8-2 +- Rebuild. + * Tue Jun 20 2006 Ville Skytt?? - 0.6.8-1 - 0.6.8. From fedora-extras-commits at redhat.com Mon Aug 28 16:40:29 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:29 -0700 Subject: rpms/yasm/devel yasm.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeV8N003289@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/yasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/yasm/devel Modified Files: yasm.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: yasm.spec =================================================================== RCS file: /cvs/extras/rpms/yasm/devel/yasm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- yasm.spec 14 Jul 2006 08:54:00 -0000 1.8 +++ yasm.spec 28 Aug 2006 16:40:29 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Complete rewrite of the NASM assembler Name: yasm Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Development/Languages URL: http://www.tortall.net/projects/yasm/ @@ -21,7 +21,7 @@ %package devel Summary: Header files and static libraries for yasm Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel Yasm is a complete rewrite of the NASM assembler under the "new" BSD License @@ -71,6 +71,10 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.5.0-2 +- FC6 rebuild. +- Require the same release in the devel sub-package. + * Fri Jul 14 2006 Matthias Saou 0.5.0-1 - Update to 0.5.0. - Remove empty files from %%doc. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:12 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:12 -0700 Subject: rpms/ucarp/devel ucarp.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeiC0003309@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ucarp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/ucarp/devel Modified Files: ucarp.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: ucarp.spec =================================================================== RCS file: /cvs/extras/rpms/ucarp/devel/ucarp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ucarp.spec 22 Aug 2006 13:08:17 -0000 1.10 +++ ucarp.spec 28 Aug 2006 16:40:12 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Common Address Redundancy Protocol (CARP) for Unix Name: ucarp Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.ucarp.org/ @@ -106,6 +106,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2-4 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 1.2-3 - Update to 1.3 snapshot, which includes the ARP fix, as well as fixes for the segfaults reported in #200400 and #201596. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:13 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:13 -0700 Subject: rpms/udftools/devel udftools.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGejwJ003313@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/udftools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/udftools/devel Modified Files: udftools.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: udftools.spec =================================================================== RCS file: /cvs/extras/rpms/udftools/devel/udftools.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- udftools.spec 27 Jul 2006 13:04:32 -0000 1.8 +++ udftools.spec 28 Aug 2006 16:40:13 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Linux UDF Filesystem userspace utilities Name: udftools Version: 1.0.0b3 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Archiving URL: http://sourceforge.net/projects/linux-udf/ @@ -49,8 +49,10 @@ %changelog -* Mon Mar 6 2006 Matthias Saou 1.0.0b3-6 +* Mon Aug 28 2006 Matthias Saou 1.0.0b3-7 - FC6 rebuild. + +* Mon Mar 6 2006 Matthias Saou 1.0.0b3-6 - Add ncurses-devel build requirement, since it's not pulled in anymore. - Add patch to fix as many trivial warnings as possible. Some stuff seems to still not be 64bit clean, though. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:14 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:14 -0700 Subject: rpms/viruskiller/devel viruskiller.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGekGB003317@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/viruskiller/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/viruskiller/devel Modified Files: viruskiller.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: viruskiller.spec =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- viruskiller.spec 6 Mar 2006 17:03:39 -0000 1.9 +++ viruskiller.spec 28 Aug 2006 16:40:14 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Frantic shooting game where viruses invade your computer Name: viruskiller Version: 1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Amusements/Games URL: http://www.parallelrealities.co.uk/virusKiller.php @@ -72,6 +72,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.0-2 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 1.0-1 - Update to 1.0-1. - Update makefile patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:16 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:16 -0700 Subject: rpms/xmms-arts/devel xmms-arts.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGempL003327@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-arts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-arts/devel Modified Files: xmms-arts.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-arts.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-arts/devel/xmms-arts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xmms-arts.spec 31 May 2006 18:44:25 -0000 1.4 +++ xmms-arts.spec 28 Aug 2006 16:40:16 -0000 1.5 @@ -1,7 +1,7 @@ Summary: X MultiMedia System output plugin for the aRts sound system Name: xmms-arts Version: 0.7.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.7.1-4 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 0.7.1-3 - Fix problems reported by Ville in #193600 : Require explicitly xmms-libs, don't own the Output/ directory and exclude the .la file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:12 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:12 -0700 Subject: rpms/thttpd/devel thttpd.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeieU003306@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/thttpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/thttpd/devel Modified Files: thttpd.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: thttpd.spec =================================================================== RCS file: /cvs/extras/rpms/thttpd/devel/thttpd.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- thttpd.spec 4 Jul 2006 11:22:36 -0000 1.11 +++ thttpd.spec 28 Aug 2006 16:40:12 -0000 1.12 @@ -3,7 +3,7 @@ Summary: Tiny, turbo, throttleable lightweight http server Name: thttpd Version: 2.25b -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.acme.com/software/thttpd/ @@ -143,6 +143,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 2.25b-12 +- FC6 rebuild. + * Mon Mar 6 2006 Matthias Saou 2.25b-11 - Include "fixes" patch from Debian (#191095) to fix thtpasswd and makeweb. - Rename htpasswd as thtpasswd instead of htpasswd.thttpd. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:15 -0700 Subject: rpms/xmms-acme/devel xmms-acme.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGelZq003323@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-acme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-acme/devel Modified Files: xmms-acme.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-acme.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-acme/devel/xmms-acme.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xmms-acme.spec 13 Feb 2006 12:49:02 -0000 1.5 +++ xmms-acme.spec 28 Aug 2006 16:40:15 -0000 1.6 @@ -3,7 +3,7 @@ Summary: XMMS plugin to use special multimedia keys in GNOME or through acme Name: xmms-acme Version: 0.4.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.devin.com/xmms-xf86audio/ @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.4.3-2 +- FC6 rebuild. + * Mon Feb 13 2006 Matthias Saou 0.4.3-1 - Update to 0.4.3, which adds -fPIC where needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:40:51 -0700 Subject: rpms/sjasm import.log,1.2,1.3 Message-ID: <200608281640.k7SGer7k003367@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3334 Modified Files: import.log Log Message: auto-import sjasm-0.39-0.4.g1 on branch devel from sjasm-0.39-0.4.g1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/sjasm/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 20 Aug 2006 19:43:46 -0000 1.2 +++ import.log 28 Aug 2006 16:40:51 -0000 1.3 @@ -1 +1,2 @@ sjasm-0_39-0_3_g1:HEAD:sjasm-0.39-0.3.g1.src.rpm:1156110206 +sjasm-0_39-0_4_g1:HEAD:sjasm-0.39-0.4.g1.src.rpm:1156790255 From fedora-extras-commits at redhat.com Mon Aug 28 16:40:17 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:17 -0700 Subject: rpms/xmms-flac/devel xmms-flac.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGen3a003330@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-flac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-flac/devel Modified Files: xmms-flac.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-flac.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-flac/devel/xmms-flac.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xmms-flac.spec 13 Feb 2006 13:46:12 -0000 1.5 +++ xmms-flac.spec 28 Aug 2006 16:40:17 -0000 1.6 @@ -3,7 +3,7 @@ Summary: XMMS plugin needed to play FLAC (Free Lossless Audio Codec) files Name: xmms-flac Version: 1.1.2 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL Group: Applications/Multimedia URL: http://flac.sourceforge.net/ @@ -49,6 +49,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.1.2-27 +- FC6 rebuild. + * Mon Feb 13 2006 Matthias Saou 1.1.2-26 - Rebuild for new glibc/gcc. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:51 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:40:51 -0700 Subject: rpms/sjasm/devel sjasm.spec,1.1,1.2 Message-ID: <200608281640.k7SGesRa003371@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/sjasm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3334/devel Modified Files: sjasm.spec Log Message: auto-import sjasm-0.39-0.4.g1 on branch devel from sjasm-0.39-0.4.g1.src.rpm Index: sjasm.spec =================================================================== RCS file: /cvs/extras/rpms/sjasm/devel/sjasm.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sjasm.spec 20 Aug 2006 19:43:46 -0000 1.1 +++ sjasm.spec 28 Aug 2006 16:40:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: sjasm Version: 0.39 -Release: 0.3.g1%{?dist} +Release: 0.4.g1%{?dist} Summary: A z80 cross assembler Group: Development/Languages @@ -20,7 +20,7 @@ %setup -qcn %{name}-%{version} %patch0 -p0 %patch1 -p0 -sed -i 's/\r//' sjasm.txt +sed -i 's/\r//' %{name}.txt %build @@ -39,10 +39,13 @@ %files %defattr(-,root,root,-) %{_bindir}/%{name} -%doc sjasm.txt +%doc %{name}.txt %changelog +* Mon Aug 28 2006 Ian Chapman 0.39-0.4.g1%{?dist} +- Release bump for FC6 mass rebuild + * Sun Aug 20 2006 Ian Chapman 0.39-0.3.g1%{?dist} - Bump release in preparation for FE migration From fedora-extras-commits at redhat.com Mon Aug 28 16:40:24 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:24 -0700 Subject: rpms/xvattr/devel xvattr.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGeuoe003382@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xvattr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xvattr/devel Modified Files: xvattr.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xvattr.spec =================================================================== RCS file: /cvs/extras/rpms/xvattr/devel/xvattr.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xvattr.spec 23 May 2006 09:27:04 -0000 1.10 +++ xvattr.spec 28 Aug 2006 16:40:24 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Utility for getting and setting Xv attributes Name: xvattr Version: 1.3 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: User Interface/X URL: http://www.dtek.chalmers.se/groups/dvd/ @@ -9,7 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk+-devel # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 +%if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel, libXv-devel %else BuildRequires: xorg-x11-devel @@ -48,6 +48,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.3-11 +- FC6 rebuild. + * Tue May 23 2006 Matthias Saou 1.3-10 - Fix CFLAGS so that our optflags get used too (Ville, #192611). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:15 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:15 -0700 Subject: rpms/torcs/devel torcs.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608281640.k7SGelYG003321@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/torcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/torcs/devel Modified Files: torcs.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: torcs.spec =================================================================== RCS file: /cvs/extras/rpms/torcs/devel/torcs.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- torcs.spec 10 Mar 2006 16:34:11 -0000 1.12 +++ torcs.spec 28 Aug 2006 16:40:15 -0000 1.13 @@ -3,7 +3,7 @@ Summary: The Open Racing Car Simulator Name: torcs Version: 1.2.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Amusements/Games URL: http://torcs.org/ @@ -21,8 +21,9 @@ BuildRequires: libpng-devel, libjpeg-devel, zlib-devel, openal-devel BuildRequires: desktop-file-utils # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora -%if %{!?fedora:5}%{?fedora} >= 5 -BuildRequires: libXext-devel, libXt-devel, libXi-devel, libXmu-devel, libXxf86vm-devel, libXrandr-devel, libXrender-devel +%if %{!?fedora:6}%{?fedora} >= 5 +BuildRequires: libXext-devel, libXt-devel, libXi-devel, libXmu-devel +BuildRequires: libXxf86vm-devel, libXrandr-devel, libXrender-devel %else BuildRequires: xorg-x11-devel %endif @@ -162,6 +163,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.2.4-4 +- FC6 rebuild. + * Fri Mar 10 2006 Matthias Saou 1.2.4-3 - Remove patch that disabled checking for openal, since it also disabled linking against it, and caused nasty things to happen. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:22 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:22 -0700 Subject: rpms/xmms-lirc/devel xmms-lirc.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGesJQ003374@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-lirc/devel Modified Files: xmms-lirc.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-lirc.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-lirc/devel/xmms-lirc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xmms-lirc.spec 31 May 2006 18:47:04 -0000 1.9 +++ xmms-lirc.spec 28 Aug 2006 16:40:22 -0000 1.10 @@ -3,7 +3,7 @@ Summary: X MultiMedia System control plugin to use infrared devices Name: xmms-lirc Version: 1.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.lirc.org/ @@ -43,6 +43,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 1.4-9 +- FC6 rebuild. + * Wed May 31 2006 Matthias Saou 1.4-8 - Add explicit xmms requirement (#193599). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:40:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:40:23 -0700 Subject: rpms/xmms-speex/devel xmms-speex.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608281640.k7SGet7H003379@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-speex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3029/xmms-speex/devel Modified Files: xmms-speex.spec Removed Files: needs.rebuild Log Message: FC6 rebuilds. Index: xmms-speex.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-speex/devel/xmms-speex.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xmms-speex.spec 22 Aug 2006 09:12:11 -0000 1.7 +++ xmms-speex.spec 28 Aug 2006 16:40:23 -0000 1.8 @@ -3,7 +3,7 @@ Summary: X MultiMedia System input plugin to play speex files Name: xmms-speex Version: 0.9.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Multimedia URL: http://jzb.rapanden.dk/projects/speex-xmms @@ -44,6 +44,9 @@ %changelog +* Mon Aug 28 2006 Matthias Saou 0.9.1-8 +- FC6 rebuild. + * Tue Aug 22 2006 Matthias Saou 0.9.1-7 - Rebuild (#203458 for devel and #203476 for FC5). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:42:39 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:42:39 -0700 Subject: rpms/tolua++/devel needs.rebuild,1.1,NONE Message-ID: <200608281642.k7SGgfXh003490@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3473 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:43:33 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:43:33 -0700 Subject: rpms/tolua++ import.log,1.5,1.6 Message-ID: <200608281643.k7SGhZUb003700@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++ In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666 Modified Files: import.log Log Message: auto-import tolua++-1.0.92-4 on branch devel from tolua++-1.0.92-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/tolua++/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 4 Jun 2006 14:00:42 -0000 1.5 +++ import.log 28 Aug 2006 16:43:33 -0000 1.6 @@ -2,3 +2,4 @@ tolua++-1_0_92-3:HEAD:tolua++-1.0.92-3.src.rpm:1149429497 tolua++-1_0_92-3:FC-4:tolua++-1.0.92-3.src.rpm:1149429557 tolua++-1_0_92-3:FC-5:tolua++-1.0.92-3.src.rpm:1149429628 +tolua++-1_0_92-4:HEAD:tolua++-1.0.92-4.src.rpm:1156790417 From fedora-extras-commits at redhat.com Mon Aug 28 16:43:33 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:43:33 -0700 Subject: rpms/tolua++/devel tolua++.spec,1.2,1.3 Message-ID: <200608281643.k7SGhZKA003704@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/tolua++/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3666/devel Modified Files: tolua++.spec Log Message: auto-import tolua++-1.0.92-4 on branch devel from tolua++-1.0.92-4.src.rpm Index: tolua++.spec =================================================================== RCS file: /cvs/extras/rpms/tolua++/devel/tolua++.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tolua++.spec 4 Jun 2006 13:58:32 -0000 1.2 +++ tolua++.spec 28 Aug 2006 16:43:33 -0000 1.3 @@ -2,7 +2,7 @@ Name: tolua++ Version: 1.0.92 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool to integrate C/C++ code with Lua Group: Development/Tools @@ -11,7 +11,6 @@ Source0: http://www.codenix.com/~tolua/%{name}-%{version}.tar.bz2 Patch0: tolua++-1.0.92-makeso.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: scons BuildRequires: lua-devel >= 5.1 @@ -32,13 +31,13 @@ %prep %setup -q %patch0 -p1 -sed -i 's/\r//' doc/tolua++.html +sed -i 's/\r//' doc/%{name}.html %build scons %{?_smp_mflags} -Q CCFLAGS="$RPM_OPT_FLAGS -I%{_includedir}" tolua_lib=%{solib} LINKFLAGS="-Wl,-soname,lib%{solib}.so" #Recompile the exe without the soname. An ugly hack. -gcc -o bin/tolua++ src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm +gcc -o bin/%{name} src/bin/tolua.o src/bin/toluabind.o -Llib -l%{solib} -llua -ldl -lm %install @@ -46,9 +45,9 @@ mkdir -p %{buildroot}%{_bindir} mkdir %{buildroot}%{_libdir} mkdir %{buildroot}%{_includedir} -install -m0755 bin/tolua++ %{buildroot}%{_bindir} +install -m0755 bin/%{name} %{buildroot}%{_bindir} install -m0755 lib/lib%{solib}.so %{buildroot}%{_libdir} -install -m0644 include/tolua++.h %{buildroot}%{_includedir} +install -m0644 include/%{name}.h %{buildroot}%{_includedir} cd %{buildroot}%{_libdir} ln -s lib%{solib}.so libtolua++.so @@ -66,14 +65,18 @@ %{_libdir}/lib%{solib}.so %doc README doc/* + %files devel %defattr(-,root,root,-) -%{_bindir}/tolua++ +%{_bindir}/%{name} %{_libdir}/libtolua++.so -%{_includedir}/tolua++.h +%{_includedir}/%{name}.h %changelog +* Mon Aug 28 2006 Ian Chapman 1.0.92-4%{?dist} +- Release bump for FC6 mass rebuild + * Sat Jun 03 2006 Ian Chapman 1.0.92-3%{?dist} - Fixed issue with where tolua++ was tagged with an soname the same as the lib meaning ld would fail to locate the library. @@ -85,4 +88,4 @@ - Now adds soname to library * Fri Jun 02 2006 Ian Chapman 1.0.92-1 -- Initial Release \ No newline at end of file +- Initial Release From fedora-extras-commits at redhat.com Mon Aug 28 16:43:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:43:41 -0700 Subject: rpms/perl-Email-MIME/FC-5 .cvsignore, 1.3, 1.4 perl-Email-MIME.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608281644.k7SGiDDP003908@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3768/FC-5 Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.851. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Jul 2006 14:35:02 -0000 1.3 +++ .cvsignore 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -Email-MIME-1.85.tar.gz +Email-MIME-1.851.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/perl-Email-MIME.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Email-MIME.spec 14 Jul 2006 14:35:02 -0000 1.2 +++ perl-Email-MIME.spec 28 Aug 2006 16:43:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.85 +Version: 1.851 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.851-1 +- Update to 1.851. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1.85-1 - Update to 1.85. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Jul 2006 14:35:02 -0000 1.3 +++ sources 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -161ca345509281b706ad7e7fbab3d530 Email-MIME-1.85.tar.gz +1332c0d4f3ff261577d143bf2ae91a08 Email-MIME-1.851.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:43:41 2006 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 28 Aug 2006 09:43:41 -0700 Subject: rpms/perl-Email-MIME/devel .cvsignore, 1.3, 1.4 perl-Email-MIME.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200608281644.k7SGiEj1003915@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Email-MIME/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3768/devel Modified Files: .cvsignore perl-Email-MIME.spec sources Log Message: Update to 1.851. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 14 Jul 2006 14:35:03 -0000 1.3 +++ .cvsignore 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -Email-MIME-1.85.tar.gz +Email-MIME-1.851.tar.gz Index: perl-Email-MIME.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Email-MIME.spec 14 Jul 2006 14:35:03 -0000 1.2 +++ perl-Email-MIME.spec 28 Aug 2006 16:43:41 -0000 1.3 @@ -1,5 +1,5 @@ Name: perl-Email-MIME -Version: 1.85 +Version: 1.851 Release: 1%{?dist} Summary: Easy MIME message parsing @@ -60,6 +60,9 @@ %changelog +* Mon Aug 28 2006 Jose Pedro Oliveira - 1.851-1 +- Update to 1.851. + * Fri Jul 14 2006 Jose Pedro Oliveira - 1.85-1 - Update to 1.85. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Email-MIME/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 14 Jul 2006 14:35:03 -0000 1.3 +++ sources 28 Aug 2006 16:43:41 -0000 1.4 @@ -1 +1 @@ -161ca345509281b706ad7e7fbab3d530 Email-MIME-1.85.tar.gz +1332c0d4f3ff261577d143bf2ae91a08 Email-MIME-1.851.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:44:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:44:39 -0700 Subject: rpms/itcl/devel itcl.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608281644.k7SGifl5004064@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/itcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4003 Modified Files: itcl.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: itcl.spec =================================================================== RCS file: /cvs/extras/rpms/itcl/devel/itcl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- itcl.spec 2 Jun 2006 20:59:36 -0000 1.4 +++ itcl.spec 28 Aug 2006 16:44:38 -0000 1.5 @@ -1,6 +1,6 @@ Name: itcl Version: 3.3 -Release: 0.6.RC1%{?dist} +Release: 0.7.RC1%{?dist} Summary: Object oriented extensions to Tcl and Tk Group: Development/Libraries @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +%check +make test + %clean rm -rf $RPM_BUILD_ROOT @@ -58,6 +61,9 @@ %doc %changelog +* Mon Aug 28 2006 Wart - 3.3-0.7.RC1 +- Rebuild for Fedora Extras + * Fri Jun 2 2006 Wart - 3.3-0.6.RC1 - Added upstream's patch to close a minor memory leak --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:44:52 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 28 Aug 2006 09:44:52 -0700 Subject: rpms/xmms-crossfade/devel xmms-crossfade.spec,1.12,1.13 Message-ID: <200608281644.k7SGiscQ004181@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/xmms-crossfade/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4143 Modified Files: xmms-crossfade.spec Log Message: Remove no longer included TODO file from %%doc. Index: xmms-crossfade.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-crossfade/devel/xmms-crossfade.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xmms-crossfade.spec 28 Aug 2006 16:25:53 -0000 1.12 +++ xmms-crossfade.spec 28 Aug 2006 16:44:51 -0000 1.13 @@ -37,7 +37,7 @@ %files %defattr(-, root, root, 0755) -%doc AUTHORS ChangeLog COPYING README TODO +%doc AUTHORS ChangeLog COPYING README %exclude %{xmms_outputdir}/libcrossfade.la %{xmms_outputdir}/libcrossfade.so @@ -46,6 +46,7 @@ * Mon Aug 28 2006 Matthias Saou 0.3.11-1 - Update to 0.3.11. - FC6 rebuild. +- Remove no longer included TODO file from %%doc. * Wed Jun 21 2006 Matthias Saou 0.3.10-2 - Also BuildRequire xmms since xmms-devel only requires xmms-libs now, but the From fedora-extras-commits at redhat.com Mon Aug 28 16:45:04 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:04 -0700 Subject: rpms/DevIL/devel needs.rebuild,1.1,NONE Message-ID: <200608281645.k7SGj6bF004272@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4177 Removed Files: needs.rebuild Log Message: Rebuild package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:45:54 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:54 -0700 Subject: rpms/DevIL/devel DevIL.spec,1.2,1.3 Message-ID: <200608281645.k7SGjucA004476@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4438/devel Modified Files: DevIL.spec Log Message: auto-import DevIL-1.6.8-0.9.rc1 on branch devel from DevIL-1.6.8-0.9.rc1.src.rpm Index: DevIL.spec =================================================================== RCS file: /cvs/extras/rpms/DevIL/devel/DevIL.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- DevIL.spec 9 Jun 2006 21:42:31 -0000 1.2 +++ DevIL.spec 28 Aug 2006 16:45:53 -0000 1.3 @@ -1,17 +1,16 @@ Name: DevIL Version: 1.6.8 -Release: 0.8.rc1%{?dist} +Release: 0.9.rc1%{?dist} Summary: A cross-platform image library Group: System Environment/Libraries License: LGPL URL: http://openil.sourceforge.net/ -Source0: http://download.sourceforge.net/openil/%{name}-%{version}-RC1-src.tar.gz +Source0: http://dl.sf.net/openil/%{name}-%{version}-RC1-src.tar.gz Patch0: DevIL-1.6.8-rc1-allegropicfix.patch Patch1: DevIL-1.6.8-rc1-headerfix.patch Patch2: DevIL-1.6.8-rc1-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel @@ -20,7 +19,7 @@ BuildRequires: SDL-devel => 1.2.5 BuildRequires: allegro-devel BuildRequires: libtool -BuildRequires: libGLU-devel +BuildRequires: libGLU-devel Provides: openil = %{version}-%{release} Provides: devil = %{version}-%{release} @@ -32,6 +31,7 @@ a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. + %package devel Summary: Development files for DevIL Group: Development/Libraries @@ -94,6 +94,7 @@ %{_libdir}/libILUT.so.1.0.0 %doc AUTHORS BUGS ChangeLog COPYING CREDITS README TODO + %files devel %defattr(-,root,root,-) %{_libdir}/libIL.so @@ -103,6 +104,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 1.6.8-0.9.rc1%{?dist} +- Release bump for FC6 mass rebuild + * Fri Jun 09 2006 Ian Chapman 1.6.8-0.8.rc1%{?dist} - Added patch courtesy of Hans de Goede to fix crashes on 64bit systems From fedora-extras-commits at redhat.com Mon Aug 28 16:45:53 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 09:45:53 -0700 Subject: rpms/DevIL import.log,1.5,1.6 Message-ID: <200608281645.k7SGjtD8004470@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/DevIL In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4438 Modified Files: import.log Log Message: auto-import DevIL-1.6.8-0.9.rc1 on branch devel from DevIL-1.6.8-0.9.rc1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/DevIL/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 9 Jun 2006 21:46:16 -0000 1.5 +++ import.log 28 Aug 2006 16:45:53 -0000 1.6 @@ -2,3 +2,4 @@ DevIL-1_6_8-0_8_rc1:HEAD:DevIL-1.6.8-0.8.rc1.src.rpm:1149889327 DevIL-1_6_8-0_8_rc1:FC-4:DevIL-1.6.8-0.8.rc1.src.rpm:1149889437 DevIL-1_6_8-0_8_rc1:FC-5:DevIL-1.6.8-0.8.rc1.src.rpm:1149889552 +DevIL-1_6_8-0_9_rc1:HEAD:DevIL-1.6.8-0.9.rc1.src.rpm:1156790556 From fedora-extras-commits at redhat.com Mon Aug 28 16:48:40 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:48:40 -0700 Subject: rpms/pcsc-perl/devel .cvsignore, 1.4, 1.5 pcsc-perl.spec, 1.9, 1.10 sources, 1.4, 1.5 Message-ID: <200608281648.k7SGmgdp004657@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4629 Modified Files: .cvsignore pcsc-perl.spec sources Log Message: * Tue Aug 15 2006 Ville Skytt?? - 1.4.4-1 - 1.4.4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 May 2006 21:19:47 -0000 1.4 +++ .cvsignore 28 Aug 2006 16:48:40 -0000 1.5 @@ -1 +1 @@ -pcsc-perl-1.4.3.tar.gz +pcsc-perl-1.4.4.tar.gz Index: pcsc-perl.spec =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/pcsc-perl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pcsc-perl.spec 16 May 2006 21:19:47 -0000 1.9 +++ pcsc-perl.spec 28 Aug 2006 16:48:40 -0000 1.10 @@ -2,7 +2,7 @@ %define pcsclib %{_libdir}/libpcsclite.so.1 Name: pcsc-perl -Version: 1.4.3 +Version: 1.4.4 Release: 1%{?dist} Summary: Perl interface to the PC/SC smart card library @@ -26,7 +26,7 @@ %prep %setup -q chmod 644 examples/* # avoid dependencies -f=README ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f +f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f %build @@ -39,7 +39,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -60,6 +60,9 @@ %changelog +* Tue Aug 15 2006 Ville Skytt?? - 1.4.4-1 +- 1.4.4. + * Wed May 17 2006 Ville Skytt?? - 1.4.3-1 - 1.4.3. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pcsc-perl/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 May 2006 21:19:47 -0000 1.4 +++ sources 28 Aug 2006 16:48:40 -0000 1.5 @@ -1 +1 @@ -d248e412270b7e4f0a2a40bd010955f9 pcsc-perl-1.4.3.tar.gz +999bd6ab4b41d6dd5b78fc6eb8d4b3fd pcsc-perl-1.4.4.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 16:48:50 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 09:48:50 -0700 Subject: rpms/bwidget/devel bwidget.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281648.k7SGmqJg004687@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/bwidget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4653 Modified Files: bwidget.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: bwidget.spec =================================================================== RCS file: /cvs/extras/rpms/bwidget/devel/bwidget.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bwidget.spec 11 Aug 2006 21:22:43 -0000 1.2 +++ bwidget.spec 28 Aug 2006 16:48:50 -0000 1.3 @@ -1,6 +1,6 @@ Name: bwidget Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extended widget set for Tk Group: Development/Libraries @@ -46,6 +46,9 @@ %doc BWman/*.html %changelog +* Mon Aug 28 2006 Wart 1.7.0-4 +- Rebuild for Fedora Extras + * Fri Aug 11 2006 Wart 1.7.0-3 - Add patch for adding a color selector to the font dialog --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 16:52:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 09:52:41 -0700 Subject: rpms/perl-Set-IntSpan/devel perl-Set-IntSpan.spec,1.7,1.8 Message-ID: <200608281652.k7SGqhaB004809@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Set-IntSpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4792 Modified Files: perl-Set-IntSpan.spec Log Message: * Mon Aug 28 2006 Ville Skytt?? - 1.09-2 - Fix order of arguments to find(1). Index: perl-Set-IntSpan.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Set-IntSpan/devel/perl-Set-IntSpan.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Set-IntSpan.spec 14 Dec 2005 15:17:11 -0000 1.7 +++ perl-Set-IntSpan.spec 28 Aug 2006 16:52:41 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Set-IntSpan Version: 1.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for managing sets of integers Group: Development/Libraries @@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -51,6 +51,9 @@ %changelog +* Mon Aug 28 2006 Ville Skytt?? - 1.09-2 +- Fix order of arguments to find(1). + * Wed Dec 14 2005 Ville Skytt?? - 1.09-1 - 1.09. From fedora-extras-commits at redhat.com Mon Aug 28 17:03:39 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:03:39 -0700 Subject: rpms/conserver/devel conserver.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608281703.k7SH3fjt007547@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/conserver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7514/devel Modified Files: conserver.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: conserver.spec =================================================================== RCS file: /cvs/extras/rpms/conserver/devel/conserver.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- conserver.spec 24 May 2006 12:38:36 -0000 1.3 +++ conserver.spec 28 Aug 2006 17:03:39 -0000 1.4 @@ -1,6 +1,6 @@ Name: conserver Version: 8.1.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Serial console server daemon/client Group: System Environment/Daemons @@ -115,6 +115,9 @@ %{_mandir}/man1/console.1.gz %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 8.1.14-4 +- Rebuild for FC6 + * Wed May 24 2006 Patrick "Jima" Laughton 8.1.14-3 - Fix from Nate Straz: UDS support (pre-emptively fixed bug 192910) - Fix from Nate Straz: krb detection --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:03:59 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:03:59 -0700 Subject: rpms/dnsmasq/devel dnsmasq.spec,1.10,1.11 needs.rebuild,1.1,NONE Message-ID: <200608281704.k7SH41Hd007573@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/dnsmasq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7553/devel Modified Files: dnsmasq.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: dnsmasq.spec =================================================================== RCS file: /cvs/extras/rpms/dnsmasq/devel/dnsmasq.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- dnsmasq.spec 15 Aug 2006 20:35:02 -0000 1.10 +++ dnsmasq.spec 28 Aug 2006 17:03:59 -0000 1.11 @@ -1,6 +1,6 @@ Name: dnsmasq Version: 2.33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons @@ -90,6 +90,9 @@ %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 2.33-2 +- Rebuild for FC6 + * Tue Aug 15 2006 Patrick "Jima" Laughton 2.33-1 - Update --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:03:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 28 Aug 2006 10:03:29 -0700 Subject: rpms/lablgl/devel lablgl.spec,1.17,1.18 Message-ID: <200608281704.k7SH42qG007574@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7513 Modified Files: lablgl.spec Log Message: Rebuild for FE6 Index: lablgl.spec =================================================================== RCS file: /cvs/extras/rpms/lablgl/devel/lablgl.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- lablgl.spec 10 May 2006 18:09:00 -0000 1.17 +++ lablgl.spec 28 Aug 2006 17:03:26 -0000 1.18 @@ -1,6 +1,6 @@ Name: lablgl Version: 1.02 -Release: 7%{?dist} +Release: 8%{?dist} Summary: LablGL is an OpenGL interface for Objective Caml @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Gerard Milmeister - 1.02-8 +- Rebuild for FE6 + * Wed May 10 2006 Gerard Milmeister - 1.02-7 - rebuilt for ocaml 3.09.2 From fedora-extras-commits at redhat.com Mon Aug 28 17:04:17 2006 From: fedora-extras-commits at redhat.com (Patrick Laughton (jima)) Date: Mon, 28 Aug 2006 10:04:17 -0700 Subject: rpms/videodog/devel videodog.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281704.k7SH4JBb007642@cvs-int.fedora.redhat.com> Author: jima Update of /cvs/extras/rpms/videodog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7586/devel Modified Files: videodog.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6 Index: videodog.spec =================================================================== RCS file: /cvs/extras/rpms/videodog/devel/videodog.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- videodog.spec 22 May 2006 01:32:31 -0000 1.2 +++ videodog.spec 28 Aug 2006 17:04:17 -0000 1.3 @@ -1,6 +1,6 @@ Name: videodog Version: 0.31 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command-line video4linux frame-grabber Group: Applications/Multimedia @@ -47,6 +47,9 @@ %changelog +* Mon Aug 28 2006 Patrick "Jima" Laughton 0.31-4 +- Rebuild for FC6 + * Sun May 21 2006 Patrick "Jima" Laughton 0.31-3 - Fixed bug 192609 (thanks, Ville) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:15:16 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:15:16 -0700 Subject: rpms/pessulus import.log,1.10,1.11 Message-ID: <200608281715.k7SHFIgk007839@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7805 Modified Files: import.log Log Message: auto-import pessulus-2.15.91-2.fc6 on branch devel from pessulus-2.15.91-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pessulus/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- import.log 8 Aug 2006 10:23:31 -0000 1.10 +++ import.log 28 Aug 2006 17:15:16 -0000 1.11 @@ -7,3 +7,4 @@ pessulus-0_10_4-2_fc6:HEAD:pessulus-0.10.4-2.fc6.src.rpm:1154121416 pessulus-2_15_90-1_fc6:HEAD:pessulus-2.15.90-1.fc6.src.rpm:1154122266 pessulus-2_15_91-1_fc6:HEAD:pessulus-2.15.91-1.fc6.src.rpm:1155032615 +pessulus-2_15_91-2_fc6:HEAD:pessulus-2.15.91-2.fc6.src.rpm:1156785336 From fedora-extras-commits at redhat.com Mon Aug 28 17:15:16 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:15:16 -0700 Subject: rpms/pessulus/devel pessulus.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281715.k7SHFItA007843@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/pessulus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7805/devel Modified Files: pessulus.spec Removed Files: needs.rebuild Log Message: auto-import pessulus-2.15.91-2.fc6 on branch devel from pessulus-2.15.91-2.fc6.src.rpm Index: pessulus.spec =================================================================== RCS file: /cvs/extras/rpms/pessulus/devel/pessulus.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pessulus.spec 8 Aug 2006 10:23:31 -0000 1.9 +++ pessulus.spec 28 Aug 2006 17:15:16 -0000 1.10 @@ -3,7 +3,7 @@ Name: pessulus Version: 2.15.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lockdown editor for GNOME Group: Applications/System @@ -57,10 +57,12 @@ %{_datadir}/%{name} %changelog +* Fri Aug 08 2006 Damien Durand - 2.15.91-2 +- Bump release + * Fri Aug 08 2006 Damien Durand - 2.15.91-1 - Upgraded to 2.15.91 - * Fri Jul 28 2006 Damien Durand - 2.15.90-1 - Fixed URL - Upgraded to 2.15.90 @@ -68,7 +70,6 @@ * Tue Jul 11 2006 Damien Durand - 0.10.4-1 - upgraded to 0.10.4 - * Tue Jul 04 2006 Damien Durand - 0.10.1-3 - fixed debuginfo packages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:15:52 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Mon, 28 Aug 2006 10:15:52 -0700 Subject: rpms/clearsilver/devel clearsilver.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608281715.k7SHFssA007899@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/clearsilver/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7879 Modified Files: clearsilver.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 - Rebuild for Fedora Extras 6 Index: clearsilver.spec =================================================================== RCS file: /cvs/extras/rpms/clearsilver/devel/clearsilver.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- clearsilver.spec 1 Jun 2006 19:13:26 -0000 1.5 +++ clearsilver.spec 28 Aug 2006 17:15:52 -0000 1.6 @@ -2,7 +2,7 @@ Name: clearsilver Version: 0.10.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fast and powerful HTML templating system Group: Development/Libraries License: Neotonic ClearSilver Software License @@ -165,6 +165,9 @@ %endif %changelog +* Mon Aug 28 2006 Joost Soeterbroek - 0.10.3-4 +- Rebuild for Fedora Extras 6 + * Thu Jun 1 2006 Paul Howarth - 0.10.3-4 - ruby subpackage fix: use ruby_sitearchdir and ruby_sitelibdir --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:31:05 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:31:05 -0700 Subject: rpms/gnubiff import.log,1.3,1.4 Message-ID: <200608281731.k7SHVbKq008134@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8097 Modified Files: import.log Log Message: auto-import gnubiff-2.2.2-2.fc6 on branch devel from gnubiff-2.2.2-2.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gnubiff/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 9 Aug 2006 23:59:52 -0000 1.3 +++ import.log 28 Aug 2006 17:31:05 -0000 1.4 @@ -1,2 +1,3 @@ gnubiff-2_2_1-2_fc6:HEAD:gnubiff-2.2.1-2.fc6.src.rpm:1148444627 gnubiff-2_2_2-1:HEAD:gnubiff-2.2.2-1.src.rpm:1155081764 +gnubiff-2_2_2-2_fc6:HEAD:gnubiff-2.2.2-2.fc6.src.rpm:1156786285 From fedora-extras-commits at redhat.com Mon Aug 28 17:31:06 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 10:31:06 -0700 Subject: rpms/gnubiff/devel gnubiff.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281731.k7SHVcdV008137@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gnubiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8097/devel Modified Files: gnubiff.spec Removed Files: needs.rebuild Log Message: auto-import gnubiff-2.2.2-2.fc6 on branch devel from gnubiff-2.2.2-2.fc6.src.rpm Index: gnubiff.spec =================================================================== RCS file: /cvs/extras/rpms/gnubiff/devel/gnubiff.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnubiff.spec 9 Aug 2006 23:59:53 -0000 1.2 +++ gnubiff.spec 28 Aug 2006 17:31:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnubiff Version: 2.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A mail notification program Group: Applications/Internet @@ -64,10 +64,12 @@ %{_mandir}/man1/* %changelog +* Mon Aug 28 2006 Damien Durand - 2.2.2-2 +- Bump Release + * Wed Aug 09 2006 Damien Durand - 2.2.2-1 - Upgrade to 2.2.2 - * Wed Apr 24 2006 Damien Durand - 2.2.1-2 - Remove --prefix='pkg-config libpanelapplet-2.0 openssl --variable=prefix - Remove ABOUT-NLS & Changelog in %file section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:41:52 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:41:52 -0700 Subject: rpms/drgeo/devel needs.rebuild,1.1,NONE Message-ID: <200608281741.k7SHfsx8008289@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8274 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:43:02 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:43:02 -0700 Subject: rpms/drgeo-doc/devel needs.rebuild,1.1,NONE Message-ID: <200608281743.k7SHh4BC008315@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/drgeo-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8300 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:43:35 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:43:35 -0700 Subject: rpms/freehdl/devel needs.rebuild,1.1,NONE Message-ID: <200608281743.k7SHhbgx008341@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/freehdl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8326 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:44:09 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:44:09 -0700 Subject: rpms/gperiodic/devel needs.rebuild,1.1,NONE Message-ID: <200608281744.k7SHiBkU008373@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/gperiodic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8358 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:44:37 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:44:37 -0700 Subject: rpms/libupnp/devel needs.rebuild,1.1,NONE Message-ID: <200608281744.k7SHidA9008399@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/libupnp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8384 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:45:08 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:45:08 -0700 Subject: rpms/qucs/devel needs.rebuild,1.1,NONE Message-ID: <200608281745.k7SHjAhP008435@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/qucs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8420 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 17:45:34 2006 From: fedora-extras-commits at redhat.com (Eric Tanguy (tanguy)) Date: Mon, 28 Aug 2006 10:45:34 -0700 Subject: rpms/ushare/devel needs.rebuild,1.1,NONE Message-ID: <200608281745.k7SHjaQB008461@cvs-int.fedora.redhat.com> Author: tanguy Update of /cvs/extras/rpms/ushare/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8446 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:13:24 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Mon, 28 Aug 2006 11:13:24 -0700 Subject: rpms/testdisk/devel testdisk.spec,1.6,1.7 Message-ID: <200608281813.k7SIDQVu011320@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/rpms/testdisk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11296 Modified Files: testdisk.spec Log Message: Update spec file for FC6MassRebuild Index: testdisk.spec =================================================================== RCS file: /cvs/extras/rpms/testdisk/devel/testdisk.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- testdisk.spec 9 Jul 2006 19:55:35 -0000 1.6 +++ testdisk.spec 28 Aug 2006 18:13:24 -0000 1.7 @@ -4,7 +4,7 @@ Summary(ru_RU.KOI8-R): ????????? ??? ???????? ? ?????????????? ???????? ????? Name: testdisk Version: 6.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: http://www.cgsecurity.org/testdisk-%{version}.tar.bz2 @@ -57,6 +57,9 @@ %{_mandir}/man1/testdisk.1* %{_mandir}/man1/photorec.1* %changelog +* Mon Aug 28 2006 Christophe Grenier 6.4-3 +- Rebuild for Fedora Extras 6 + * Wed Jun 21 2006 Christophe Grenier 6.4-2 - FC3 and FC4 has a release of 2, need to align From fedora-extras-commits at redhat.com Mon Aug 28 18:21:45 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:21:45 -0700 Subject: rpms/sysconftool/devel needs.rebuild,1.1,NONE Message-ID: <200608281821.k7SILlPB011686@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/sysconftool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11665 Removed Files: needs.rebuild Log Message: noarch package, no need to rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:23:31 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Mon, 28 Aug 2006 11:23:31 -0700 Subject: rpms/glunarclock/devel glunarclock.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608281823.k7SINXw5011750@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11733 Modified Files: glunarclock.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 - Rebuild for Fedora Extras 6 Index: glunarclock.spec =================================================================== RCS file: /cvs/extras/rpms/glunarclock/devel/glunarclock.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- glunarclock.spec 13 Feb 2006 18:18:58 -0000 1.13 +++ glunarclock.spec 28 Aug 2006 18:23:31 -0000 1.14 @@ -1,6 +1,6 @@ Name: glunarclock Version: 0.32.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME applet that displays the current lunar phase Group: User Interface/Desktops @@ -90,6 +90,9 @@ %changelog +* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Joost Soeterbroek - 0.32.4-5 - Bump release to make tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:26:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:26:07 -0700 Subject: rpms/abook/devel abook.spec,1.1,1.2 Message-ID: <200608281826.k7SIQ9Og011831@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/abook/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11814 Modified Files: abook.spec Log Message: mass rebuild Index: abook.spec =================================================================== RCS file: /cvs/extras/rpms/abook/devel/abook.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- abook.spec 16 Aug 2006 18:10:42 -0000 1.1 +++ abook.spec 28 Aug 2006 18:26:07 -0000 1.2 @@ -1,6 +1,6 @@ Name: abook Version: 0.5.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://abook.sourceforge.net/ Summary: Text-based addressbook program for mutt @@ -42,6 +42,9 @@ %{_mandir}/man5/abookrc.* %changelog +* Mon Aug 28 2006 Dominik Mierzejewski 0.5.6-3 +- mass rebuild + * Tue Aug 15 2006 Dominik Mierzejewski 0.5.6-2 - fix macro usage in changelog - clean buildroot before install From fedora-extras-commits at redhat.com Mon Aug 28 18:27:01 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Mon, 28 Aug 2006 11:27:01 -0700 Subject: rpms/tetex-tex4ht/devel sources,1.7,1.8 tetex-tex4ht.spec,1.6,1.7 Message-ID: <200608281827.k7SIR3LC011900@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/tetex-tex4ht/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11880 Modified Files: sources tetex-tex4ht.spec Log Message: Restore sources file Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Aug 2006 10:32:14 -0000 1.7 +++ sources 28 Aug 2006 18:27:01 -0000 1.8 @@ -1 +1,2 @@ 2dd8bbec7cb147391ca08efe4ae7d445 tex4ht-1.0.2006_08_26_2341.tar.gz +26eb8df2d6631794b3df0d6fb87a0219 tex4ht-all-20050228.zip Index: tetex-tex4ht.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-tex4ht/devel/tetex-tex4ht.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tetex-tex4ht.spec 28 Aug 2006 10:32:14 -0000 1.6 +++ tetex-tex4ht.spec 28 Aug 2006 18:27:01 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Translates TeX and LaTeX into HTML or XML+MathML Name: tetex-tex4ht Version: 1.0.2006_08_26_2341 -Release: 1%{?dist} +Release: 2%{?dist} License: LaTeX Project Public License Group: Applications/Publishing URL: http://www.cse.ohio-state.edu/~gurari/TeX4ht/ @@ -104,7 +104,7 @@ texhash > /dev/null 2>&1 || : %changelog -* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-1 +* Mon Aug 28 2006 Patrice Dumas 1.0.2006_08_26_2341-2 - update * Tue Jun 20 2006 Patrice Dumas - 1.0.2006_06_19_1646-1 From fedora-extras-commits at redhat.com Mon Aug 28 18:37:24 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:37:24 -0700 Subject: rpms/gdmap import.log,1.3,1.4 Message-ID: <200608281837.k7SIbuG0012105@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gdmap In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12065 Modified Files: import.log Log Message: auto-import gdmap-0.7.5-5.fc6 on branch devel from gdmap-0.7.5-5.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gdmap/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 28 Jul 2006 18:12:57 -0000 1.3 +++ import.log 28 Aug 2006 18:37:24 -0000 1.4 @@ -1,2 +1,3 @@ gdmap-0_7_5-3:HEAD:gdmap-0.7.5-3.src.rpm:1152279556 gdmap-0_7_5-4_fc6:HEAD:gdmap-0.7.5-4.fc6.src.rpm:1154110377 +gdmap-0_7_5-5_fc6:HEAD:gdmap-0.7.5-5.fc6.src.rpm:1156790265 From fedora-extras-commits at redhat.com Mon Aug 28 18:37:25 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:37:25 -0700 Subject: rpms/gdmap/devel gdmap.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281838.k7SIbvgF012108@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/gdmap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12065/devel Modified Files: gdmap.spec Removed Files: needs.rebuild Log Message: auto-import gdmap-0.7.5-5.fc6 on branch devel from gdmap-0.7.5-5.fc6.src.rpm Index: gdmap.spec =================================================================== RCS file: /cvs/extras/rpms/gdmap/devel/gdmap.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gdmap.spec 28 Jul 2006 18:12:57 -0000 1.2 +++ gdmap.spec 28 Aug 2006 18:37:25 -0000 1.3 @@ -1,13 +1,13 @@ -Name: gdmap -Version: 0.7.5 -Release: 4%{?dist} -Summary: A tool which allows to visualize disk space - -Group: Applications/System -License: GPL -URL: http://gdmap.sourceforge.net -Source0: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: gdmap +Version: 0.7.5 +Release: 5%{?dist} +Summary: A tool which allows to visualize disk space + +Group: Applications/System +License: GPL +URL: http://gdmap.sourceforge.net +Source0: http://belnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libxml2-devel, desktop-file-utils, gettext, intltool @@ -53,6 +53,9 @@ %changelog +* Mon Aug 28 2006 Damien Durand - 0.7.5-5 +- Bump Release + * Fri Jul 7 2006 Damien Durand - 0.7.5-4 - Fixed Desktop file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:41:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 11:41:49 -0700 Subject: rpms/tuxtype2/devel tuxtype2.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608281841.k7SIfpPQ012251@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/tuxtype2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12234 Modified Files: tuxtype2.spec Removed Files: needs.rebuild Log Message: Rebuild. Use "make install DESTDIR=..." instead of the macro. Index: tuxtype2.spec =================================================================== RCS file: /cvs/extras/rpms/tuxtype2/devel/tuxtype2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tuxtype2.spec 17 Feb 2006 20:39:22 -0000 1.8 +++ tuxtype2.spec 28 Aug 2006 18:41:49 -0000 1.9 @@ -1,6 +1,6 @@ Name: tuxtype2 Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tux Typing, an educational typing tutor for children Group: Amusements/Games @@ -30,7 +30,7 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_usr}/doc mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications/ @@ -66,6 +66,10 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1.5.3-2 +- Rebuild. +- Use "make install DESTDIR=..." instead of the macro. + * Fri Feb 17 2006 Steven Pritchard 1.5.3-1 - Update to 1.5.3 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:47:57 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 11:47:57 -0700 Subject: rpms/tuxpaint/devel tuxpaint.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608281847.k7SIlxnM012463@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/tuxpaint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12446 Modified Files: tuxpaint.spec Removed Files: needs.rebuild Log Message: Rebuild. Update URL. Index: tuxpaint.spec =================================================================== RCS file: /cvs/extras/rpms/tuxpaint/devel/tuxpaint.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tuxpaint.spec 3 Jun 2006 17:52:11 -0000 1.9 +++ tuxpaint.spec 28 Aug 2006 18:47:57 -0000 1.10 @@ -1,13 +1,13 @@ Name: tuxpaint Version: 0.9.15b -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Drawing program designed for young children Group: Applications/Multimedia License: GPL -URL: http://www.newbreedsoftware.com/tuxpaint/ +URL: http://www.tuxpaint.org/ Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +69,10 @@ %{_mandir}/*/man1/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1:0.9.15b-2 +- Rebuild. +- Update URL. + * Fri Jun 02 2006 Steven Pritchard 1:0.9.15b-1 - Update to 0.9.15b - Convert tuxpaint.desktop to UTF-8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:50:21 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:50:21 -0700 Subject: rpms/musicbox import.log,1.2,1.3 Message-ID: <200608281850.k7SIoNnt012600@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/musicbox In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12569 Modified Files: import.log Log Message: auto-import musicbox-0.2.3-4.fc6 on branch devel from musicbox-0.2.3-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/musicbox/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 May 2006 20:22:17 -0000 1.2 +++ import.log 28 Aug 2006 18:50:21 -0000 1.3 @@ -1 +1,2 @@ musicbox-0_2_3-3_fc6:HEAD:musicbox-0.2.3-3.fc6.src.rpm:1148242931 +musicbox-0_2_3-4_fc6:HEAD:musicbox-0.2.3-4.fc6.src.rpm:1156791042 From fedora-extras-commits at redhat.com Mon Aug 28 18:50:22 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:50:22 -0700 Subject: rpms/musicbox/devel musicbox.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608281850.k7SIoOmN012604@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/musicbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12569/devel Modified Files: musicbox.spec Removed Files: needs.rebuild Log Message: auto-import musicbox-0.2.3-4.fc6 on branch devel from musicbox-0.2.3-4.fc6.src.rpm Index: musicbox.spec =================================================================== RCS file: /cvs/extras/rpms/musicbox/devel/musicbox.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- musicbox.spec 21 May 2006 20:22:18 -0000 1.1 +++ musicbox.spec 28 Aug 2006 18:50:22 -0000 1.2 @@ -1,6 +1,6 @@ Name: musicbox Version: 0.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple one-file-at-a-time audio tag editor Group: Applications/Multimedia @@ -47,6 +47,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon Aug 28 2006 Damien Durand - 0.2.3-4 +- Bump release + * Sun Apr 21 2006 Damien Durand - 0.2.3-3 - Remove gtk2-devel, remove INSTALL in files section --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 18:59:41 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Mon, 28 Aug 2006 11:59:41 -0700 Subject: comps comps-fe5.xml.in,1.121,1.122 comps-fe6.xml.in,1.125,1.126 Message-ID: <200608281859.k7SIxhWK012724@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12688 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add abook, crm114, hnb and xdrawchem to comps. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- comps-fe5.xml.in 28 Aug 2006 16:06:50 -0000 1.121 +++ comps-fe5.xml.in 28 Aug 2006 18:59:41 -0000 1.122 @@ -157,6 +157,7 @@ R-gnomeGUI scalapack SIBsim4 + xdrawchem @@ -451,6 +452,7 @@ clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -492,6 +494,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -654,6 +657,7 @@ true true + abook argus bittorrent centericq Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- comps-fe6.xml.in 28 Aug 2006 16:06:50 -0000 1.125 +++ comps-fe6.xml.in 28 Aug 2006 18:59:41 -0000 1.126 @@ -180,6 +180,7 @@ SIBsim4 veusz xcircuit + xdrawchem @@ -487,6 +488,7 @@ clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -530,6 +532,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -738,6 +741,7 @@ true true + abook argus bittorrent centericq From fedora-extras-commits at redhat.com Mon Aug 28 18:59:57 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:59:57 -0700 Subject: rpms/glipper import.log,1.3,1.4 Message-ID: <200608281859.k7SIxxsR012769@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/glipper In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12738 Modified Files: import.log Log Message: auto-import glipper-0.89-4.fc6 on branch devel from glipper-0.89-4.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/glipper/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 28 Jul 2006 17:46:39 -0000 1.3 +++ import.log 28 Aug 2006 18:59:57 -0000 1.4 @@ -1,2 +1,3 @@ glipper-0_89-2:HEAD:glipper-0.89-2.src.rpm:1152350750 glipper-0_89-3_fc6:HEAD:glipper-0.89-3.fc6.src.rpm:1154108800 +glipper-0_89-4_fc6:HEAD:glipper-0.89-4.fc6.src.rpm:1156791617 From fedora-extras-commits at redhat.com Mon Aug 28 18:59:58 2006 From: fedora-extras-commits at redhat.com (Damien Durand (splinux)) Date: Mon, 28 Aug 2006 11:59:58 -0700 Subject: rpms/glipper/devel glipper.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608281900.k7SJ0047012773@cvs-int.fedora.redhat.com> Author: splinux Update of /cvs/extras/rpms/glipper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12738/devel Modified Files: glipper.spec Removed Files: needs.rebuild Log Message: auto-import glipper-0.89-4.fc6 on branch devel from glipper-0.89-4.fc6.src.rpm Index: glipper.spec =================================================================== RCS file: /cvs/extras/rpms/glipper/devel/glipper.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glipper.spec 28 Jul 2006 17:46:40 -0000 1.2 +++ glipper.spec 28 Aug 2006 18:59:57 -0000 1.3 @@ -1,6 +1,6 @@ Name: glipper Version: 0.89 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple Clipboardmanager for GNOME Group: Applications/Text @@ -46,6 +46,9 @@ %changelog +* Mon Aug 28 2006 Damien Durand - 0.89-4 +- Bump release + * Fri Jul 28 2006 Damien Durand - 0.89-3 - Fixed Desktop file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 19:03:52 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 12:03:52 -0700 Subject: rpms/octave-forge/FC-5 octave-forge.spec,1.28,1.29 Message-ID: <200608281904.k7SJ4PWv015500@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/octave-forge/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15457 Modified Files: octave-forge.spec Log Message: Rebuild. Previous build was inadvertently done against octave 2.9.7 (build system error as far as I can tell). Index: octave-forge.spec =================================================================== RCS file: /cvs/extras/rpms/octave-forge/FC-5/octave-forge.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- octave-forge.spec 25 Aug 2006 16:32:04 -0000 1.28 +++ octave-forge.spec 28 Aug 2006 19:03:52 -0000 1.29 @@ -1,6 +1,6 @@ Name: octave-forge Version: 2006.07.09 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -73,6 +73,9 @@ %changelog +* Mon Aug 28 2006 Quentin Spencer 2006.07.09-5 +- Rebuild. Previous build was inadvertently done against octave 2.9.7. + * Fri Aug 25 2006 Quentin Spencer 2006.07.09-4 - New build for octave 2.9.8. - Patch bug in imread.m From fedora-extras-commits at redhat.com Mon Aug 28 19:33:48 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:48 -0700 Subject: rpms/plplot/devel plplot.spec,1.16,1.17 Message-ID: <200608281933.k7SJXoiv015695@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/devel Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plplot.spec 7 Aug 2006 22:43:45 -0000 1.16 +++ plplot.spec 28 Aug 2006 19:33:48 -0000 1.17 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -11,6 +11,7 @@ Source0: http://prdownloads.sf.net/plplot/%{name}-%{version}.tar.gz Patch0: plplot-5.5.3-matwrap.patch Patch1: plplot-5.6.1-octave.patch +Patch2: plplot-5.6.1-texi.patch Patch6: plplot-5.6.0-x.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -349,6 +350,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-4 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 - Add BR ncurses-devel From fedora-extras-commits at redhat.com Mon Aug 28 19:33:42 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:42 -0700 Subject: rpms/plplot/FC-4 plplot.spec,1.8,1.9 Message-ID: <200608281934.k7SJYEei015698@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/FC-4 Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/FC-4/plplot.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- plplot.spec 7 Aug 2006 21:39:22 -0000 1.8 +++ plplot.spec 28 Aug 2006 19:33:42 -0000 1.9 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -342,6 +342,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-3 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 28 19:33:43 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:33:43 -0700 Subject: rpms/plplot/FC-5 plplot.spec,1.16,1.17 Message-ID: <200608281934.k7SJYFGV015701@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15648/FC-5 Modified Files: plplot.spec Log Message: Rebuild for new octave API version Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/FC-5/plplot.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plplot.spec 7 Aug 2006 21:39:23 -0000 1.16 +++ plplot.spec 28 Aug 2006 19:33:42 -0000 1.17 @@ -2,7 +2,7 @@ Name: plplot Version: 5.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library of functions for making scientific plots Group: Applications/Engineering @@ -349,6 +349,9 @@ %changelog +* Mon Aug 28 2006 - Orion Poplawski - 5.6.1-3 +- Rebuild for new octave API version + * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-2 - Add patch to support octave 2.9.7 (bug #201443) From fedora-extras-commits at redhat.com Mon Aug 28 19:38:47 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Mon, 28 Aug 2006 12:38:47 -0700 Subject: rpms/plplot/devel plplot-5.6.1-texi.patch, NONE, 1.1 plplot.spec, 1.17, 1.18 Message-ID: <200608281938.k7SJcnxp015862@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/plplot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15842 Modified Files: plplot.spec Added Files: plplot-5.6.1-texi.patch Log Message: Add patch for texinfo file to fix category plplot-5.6.1-texi.patch: --- NEW FILE plplot-5.6.1-texi.patch --- --- plplot-5.6.1/doc/docbook/src/plplotdoc.texi.orig 2006-08-10 09:32:21.000000000 -0600 +++ plplot-5.6.1/doc/docbook/src/plplotdoc.texi 2006-08-10 09:36:04.000000000 -0600 @@ -1,8 +1,9 @@ \input texinfo @setfilename plplotdoc.info @documentencoding us-ascii + at dircategory Scientific Visualization @direntry -* The PLplot Plotting Library: . ??? +* PLplot: (plplotdoc). The PLplot Plotting Library. @end direntry @node Top, Introduction, , (dir) Index: plplot.spec =================================================================== RCS file: /cvs/extras/rpms/plplot/devel/plplot.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- plplot.spec 28 Aug 2006 19:33:48 -0000 1.17 +++ plplot.spec 28 Aug 2006 19:38:47 -0000 1.18 @@ -352,6 +352,7 @@ %changelog * Mon Aug 28 2006 - Orion Poplawski - 5.6.1-4 - Rebuild for new octave API version +- Add patch for texinfo file to fix category * Mon Aug 7 2006 - Orion Poplawski - 5.6.1-3 - Add BR ncurses-devel From fedora-extras-commits at redhat.com Mon Aug 28 19:39:10 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 12:39:10 -0700 Subject: rpms/supertux/devel supertux.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608281939.k7SJdCEU015946@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/supertux/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15928 Modified Files: supertux.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: supertux.spec =================================================================== RCS file: /cvs/extras/rpms/supertux/devel/supertux.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- supertux.spec 3 Jun 2006 19:28:02 -0000 1.11 +++ supertux.spec 28 Aug 2006 19:39:10 -0000 1.12 @@ -1,6 +1,6 @@ Name: supertux Version: 0.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Jump'n run like game similar to Mario Bros @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.3-5 +- Rebuild + * Sat Jun 03 2006 Steven Pritchard 0.1.3-4 - BR: libGLU-devel to fix rawhide build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 19:45:48 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 12:45:48 -0700 Subject: rpms/qtparted/devel qtparted.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608281945.k7SJjo4Q016004@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/qtparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15987 Modified Files: qtparted.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: qtparted.spec =================================================================== RCS file: /cvs/extras/rpms/qtparted/devel/qtparted.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- qtparted.spec 2 Jun 2006 22:02:24 -0000 1.16 +++ qtparted.spec 28 Aug 2006 19:45:48 -0000 1.17 @@ -2,7 +2,7 @@ Name: qtparted Version: 0.4.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Partition Magic clone written in C++ using the Qt toolkit Group: Applications/System @@ -108,6 +108,9 @@ %changelog +* Mon Aug 28 2006 Steven Pritchard - 0.4.5-9 +- Rebuild. + * Fri Jun 02 2006 Steven Pritchard - 0.4.5-8 - Oops, really add the patch this time. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:05:21 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 28 Aug 2006 13:05:21 -0700 Subject: rpms/wxPython/devel wxPython.spec,1.11,1.12 Message-ID: <200608282005.k7SK5N8P019198@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxPython/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19181 Modified Files: wxPython.spec Log Message: bump release for FC6 rebuild. Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPython/devel/wxPython.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- wxPython.spec 13 Apr 2006 21:09:03 -0000 1.11 +++ wxPython.spec 28 Aug 2006 20:05:21 -0000 1.12 @@ -5,7 +5,7 @@ Name: wxPython Version: 2.6.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GUI toolkit for the Python programming language @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 +- bump release for FC6 rebuild + * Thu Apr 13 2006 Matthew Miller - 2.6.3.2-1 - version 2.6.3.2 - move wxversion.py _into_ lib64. Apparently that's the right thing to do. :) From fedora-extras-commits at redhat.com Mon Aug 28 20:06:51 2006 From: fedora-extras-commits at redhat.com (Matthew Miller (mattdm)) Date: Mon, 28 Aug 2006 13:06:51 -0700 Subject: rpms/wxGTK/devel wxGTK.spec,1.22,1.23 Message-ID: <200608282006.k7SK6rws019259@cvs-int.fedora.redhat.com> Author: mattdm Update of /cvs/extras/rpms/wxGTK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19242 Modified Files: wxGTK.spec Log Message: * Mon Aug 28 2006 Matthew Miller - 2.6.3.2-2 - bump release for FC6 rebuild Index: wxGTK.spec =================================================================== RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- wxGTK.spec 3 Jul 2006 16:03:12 -0000 1.22 +++ wxGTK.spec 28 Aug 2006 20:06:51 -0000 1.23 @@ -6,7 +6,7 @@ Name: wxGTK Version: 2.6.3 -Release: 2.6.3.2.2%{?dist} +Release: 2.6.3.2.3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -194,6 +194,9 @@ %endif %changelog +* Mon Aug 28 2006 Matthew Miller - 2.6.3-2.6.3.2.3 +- bump release for FC6 rebuild + * Mon Jul 3 2006 Matthew Miller - 2.6.3-2.6.3.2.2 - add libGL-devel and libGLU-devel requires to wxGTK-devel package (see bug #197501). From fedora-extras-commits at redhat.com Mon Aug 28 20:15:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:15:47 -0700 Subject: rpms/python-id3 - New directory Message-ID: <200608282015.k7SKFnk9019417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19391/python-id3 Log Message: Directory /cvs/extras/rpms/python-id3 added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:15:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:15:48 -0700 Subject: rpms/python-id3/devel - New directory Message-ID: <200608282015.k7SKFoL8019420@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19391/python-id3/devel Log Message: Directory /cvs/extras/rpms/python-id3/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:16:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:05 -0700 Subject: rpms/python-id3 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282016.k7SKG7Rv019480@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447 Added Files: Makefile import.log Log Message: Setup of module python-id3 --- NEW FILE Makefile --- # Top level Makefile for module python-id3 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 20:16:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:05 -0700 Subject: rpms/python-id3/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282016.k7SKG7mP019483@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19447/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-id3 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 20:16:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:38 -0700 Subject: rpms/python-id3 import.log,1.1,1.2 Message-ID: <200608282016.k7SKGeXP019544@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19511 Modified Files: import.log Log Message: auto-import python-id3-1.2-8 on branch devel from python-id3-1.2-8.src.rpm Rename id3-py to python-id3. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-id3/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 20:16:04 -0000 1.1 +++ import.log 28 Aug 2006 20:16:38 -0000 1.2 @@ -0,0 +1 @@ +python-id3-1_2-8:HEAD:python-id3-1.2-8.src.rpm:1156796189 From fedora-extras-commits at redhat.com Mon Aug 28 20:16:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:16:39 -0700 Subject: rpms/python-id3/devel python-id3.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282016.k7SKGfjE019549@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19511/devel Modified Files: .cvsignore sources Added Files: python-id3.spec Log Message: auto-import python-id3-1.2-8 on branch devel from python-id3-1.2-8.src.rpm Rename id3-py to python-id3. --- NEW FILE python-id3.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-id3 Version: 1.2 Release: 8%{?dist} Summary: ID3 tag library for Python Group: Development/Libraries License: GPL URL: http://id3-py.sourceforge.net/ Source0: http://dl.sourceforge.net/id3-py/id3-py_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Provides: id3-py = %{version}-%{release} Obsoletes: id3-py < 1.2-8 %description This is a simple Python module for retrieving and setting so-called ID3 tags on audio files through an object-oriented interface. Players generally use this simple information for display track title, artist name, and album title while playing the sound file. %prep %setup -q -n id3-py-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES COPYING README %{python_sitelib}/ID3.py* %changelog * Thu Aug 10 2006 Ville Skytt?? - 1.2-8 - Rename to python-id3. - Remove no longer needed python-abi dependency. - BuildRequire python instead of -devel. - Ship *.pyo. * Wed Mar 30 2005 Ville Skytt?? - 1.2-7 - Rebuild with Python 2.4. * Thu Dec 16 2004 Ville Skytt?? - 0:1.2-6 - Sync with Python spec template from fedora-rpmdevtools. - Improve description. * Wed Oct 15 2003 Ville Skytt?? - 0:1.2-0.fdr.5 - Fix Python version requirements. * Sun Aug 24 2003 Ville Skytt?? - 0:1.2-0.fdr.4 - Do %%ghost files manually. * Mon Jul 28 2003 Ville Skytt?? - 0:1.2-0.fdr.3 - Use fedora-rpm-helper to find compiled %%ghost files. * Sat Jul 26 2003 Ville Skytt?? - 0:1.2-0.fdr.2 - Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%%{_prefix}. * Fri Jun 27 2003 Ville Skytt?? - 0:1.2-0.fdr.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 20:16:05 -0000 1.1 +++ .cvsignore 28 Aug 2006 20:16:39 -0000 1.2 @@ -0,0 +1 @@ +id3-py_1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-id3/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 20:16:05 -0000 1.1 +++ sources 28 Aug 2006 20:16:39 -0000 1.2 @@ -0,0 +1 @@ +de0bd6053dda674967dacb6492a90c69 id3-py_1.2.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 20:17:49 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:17:49 -0700 Subject: rpms/gparted/devel gparted.spec,1.11,1.12 Message-ID: <200608282017.k7SKHpiH019618@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19601 Modified Files: gparted.spec Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.2.5-3 - Rebuild for FC6 Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/devel/gparted.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gparted.spec 31 May 2006 14:21:47 -0000 1.11 +++ gparted.spec 28 Aug 2006 20:17:49 -0000 1.12 @@ -1,14 +1,14 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel parted-devel -BuildRequires: e2fsprogs-devel gettext +BuildRequires: e2fsprogs-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils %description @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.2.5-3 +- Rebuild for FC6 + * Mon May 22 2006 Deji Akingunola - 0.2.5-2 - Rebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:19:11 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:19:11 -0700 Subject: rpms/gparted/devel needs.rebuild,1.1,NONE Message-ID: <200608282019.k7SKJDEQ019737@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19717 Removed Files: needs.rebuild Log Message: Remove rebuild.needed --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:20:05 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:20:05 -0700 Subject: rpms/python-id3/devel needs.rebuild,NONE,1.1 Message-ID: <200608282020.k7SKK7pe019779@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19746/python-id3/devel Added Files: needs.rebuild Log Message: Rename id3-py to python-id3. --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:20:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:20:04 -0700 Subject: rpms/id3-py/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.2, NONE id3-py.spec, 1.8, NONE needs.rebuild, 1.1, NONE sources, 1.2, NONE Message-ID: <200608282020.k7SKK6Cv019776@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3-py/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19746/id3-py/devel Added Files: dead.package Removed Files: .cvsignore Makefile id3-py.spec needs.rebuild sources Log Message: Rename id3-py to python-id3. --- NEW FILE dead.package --- Renamed to python-id3 in FE6+. --- .cvsignore DELETED --- --- Makefile DELETED --- --- id3-py.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:21:20 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:21:20 -0700 Subject: rpms/libqalculate/devel libqalculate.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608282021.k7SKLM37019835@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/libqalculate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19818 Modified Files: libqalculate.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 Index: libqalculate.spec =================================================================== RCS file: /cvs/extras/rpms/libqalculate/devel/libqalculate.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libqalculate.spec 28 Jun 2006 13:43:15 -0000 1.11 +++ libqalculate.spec 28 Aug 2006 20:21:20 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Multi-purpose calculator library Name: libqalculate Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Libraries URL: http://qalculate.sourceforge.net/ @@ -74,6 +74,9 @@ %{_bindir}/qalc %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 +- Rebuild for FC6 + * Thu Jun 28 2006 Deji Akingunola - 0.9.4-3 - Arbitrarily bump the release field to fix broken update path --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:21:46 -0700 Subject: rpms/python-htmltmpl - New directory Message-ID: <200608282021.k7SKLmo1019926@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903/python-htmltmpl Log Message: Directory /cvs/extras/rpms/python-htmltmpl added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:21:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:21:46 -0700 Subject: rpms/python-htmltmpl/devel - New directory Message-ID: <200608282021.k7SKLmk6019931@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19903/python-htmltmpl/devel Log Message: Directory /cvs/extras/rpms/python-htmltmpl/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 20:22:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:08 -0700 Subject: rpms/python-htmltmpl Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282022.k7SKMAHY019982@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19953 Added Files: Makefile import.log Log Message: Setup of module python-htmltmpl --- NEW FILE Makefile --- # Top level Makefile for module python-htmltmpl all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 20:22:08 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:08 -0700 Subject: rpms/python-htmltmpl/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282022.k7SKMAEf019985@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19953/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-htmltmpl --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 20:22:56 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:56 -0700 Subject: rpms/python-htmltmpl import.log,1.1,1.2 Message-ID: <200608282022.k7SKMwLr020104@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20069 Modified Files: import.log Log Message: auto-import python-htmltmpl-1.22-7 on branch devel from python-htmltmpl-1.22-7.src.rpm Rename htmltmpl to python-htmltmpl for FE6+. Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 20:22:08 -0000 1.1 +++ import.log 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +python-htmltmpl-1_22-7:HEAD:python-htmltmpl-1.22-7.src.rpm:1156796565 From fedora-extras-commits at redhat.com Mon Aug 28 20:22:57 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:22:57 -0700 Subject: rpms/python-htmltmpl/devel python-htmltmpl-1.22-docs.patch, NONE, 1.1 python-htmltmpl-1.22-performance.patch, NONE, 1.1 python-htmltmpl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282022.k7SKMxnO020113@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20069/devel Modified Files: .cvsignore sources Added Files: python-htmltmpl-1.22-docs.patch python-htmltmpl-1.22-performance.patch python-htmltmpl.spec Log Message: auto-import python-htmltmpl-1.22-7 on branch devel from python-htmltmpl-1.22-7.src.rpm Rename htmltmpl to python-htmltmpl for FE6+. python-htmltmpl-1.22-docs.patch: --- NEW FILE python-htmltmpl-1.22-docs.patch --- Index: easy.py =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/easy.py,v retrieving revision 1.3 diff -a -u -r1.3 easy.py --- easy.py 2 Sep 2001 20:56:59 -0000 1.3 +++ easy.py 3 Jul 2003 11:11:50 -0000 @@ -45,12 +45,12 @@

    VERSION: -

    +
    AUTHOR: () -

    +
    WEBSITE: -

    +
    LICENSE:

    @@ -58,7 +58,7 @@

    -
    +
    @@ -71,7 +71,7 @@ -
    +
    @@ -90,7 +90,7 @@ -
    +
    @@ -124,7 +124,7 @@
  • -
    +
    @@ -160,9 +160,9 @@ -
    +
    -
    +
    @@ -195,7 +195,7 @@ -
    +
    @@ -236,10 +236,10 @@ -
    +
    -
    +
    Index: doc/easydoc.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/easydoc.html,v retrieving revision 1.4 diff -a -u -r1.4 easydoc.html --- doc/easydoc.html 26 Nov 2001 08:45:10 -0000 1.4 +++ doc/easydoc.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@
  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Explanation and example

    This example documented module illustrates and describes the special Index: doc/gettext.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/gettext.html,v retrieving revision 1.1 diff -a -u -r1.1 gettext.html --- doc/gettext.html 26 Nov 2001 08:45:10 -0000 1.1 +++ doc/gettext.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • - The gettext support in htmltmpl must be explicitely activated by + The gettext support in htmltmpl must be explicitly activated by setting the parameter 'gettext' of TemplateManager or TemplateCompiler constructor to TRUE.

    @@ -94,7 +94,7 @@ -
    +

    Syntax

    @@ -125,7 +125,7 @@ ... will be printed as: Quick brown fox [[jumps]] over a lazy dog. - Sometims we need to use the backslash '\'. + Sometimes we need to use the backslash '\'.

    @@ -173,7 +173,7 @@ -


    +

    tmpl-xgettext

    @@ -190,7 +190,7 @@ -


    +

    Programming

    Index: doc/index.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/index.html,v retrieving revision 1.15 diff -a -u -r1.15 index.html --- doc/index.html 17 Dec 2001 07:21:04 -0000 1.15 +++ doc/index.html 3 Jul 2003 11:11:58 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • - htmltmpl for Python

    + htmltmpl for Python
    easydoc for Python 1.22 @@ -84,7 +84,7 @@ application developers, who need to separate program code and design (HTML code) of their web application projects, with a templating tool that can be - easily used by cooperating webdesigners who have no programming + easily used by cooperating web designers who have no programming skills.

    @@ -101,7 +101,7 @@

    The primary goal of the templating engine is to keep things simple - for a webdesigner who creates the templates. Therefore, neither + for a web designer who creates the templates. Therefore, neither Python nor PHP code can be used in the templates. Instead, the templating engine provides its own simple templating language that supports @@ -137,7 +137,7 @@ "skinnable" web applications.

    -
    +
    -
    +

    Syntax overview

    Statements

    @@ -238,7 +239,7 @@ Templates must not contain the '\0' character (ASCII code zero).

    -
    +

    Parameters of the statements

    Parameters can be written in two forms: @@ -268,7 +269,7 @@ colon, slash, backslash. They must NOT contain any spaces.

    -
    +

    Identifiers

    There are three types of identifiers: @@ -310,7 +311,7 @@ -


    +

    Valid statements and parameters

    @@ -358,7 +359,7 @@

    -
    +

    Template comments

    Comments are in form of "### some comment". @@ -369,7 +370,7 @@

    -
    +

    Examples:

             <TMPL_VAR myname>    ### first comment
    @@ -377,7 +378,7 @@
         
    -
    +

    Statements

    Template inclusion

    @@ -409,7 +410,7 @@ -
    +

    Variables

    @@ -455,7 +456,7 @@ -


    +

    Conditionals

    @@ -493,7 +494,7 @@ -


    +

    Loops

    @@ -529,7 +530,7 @@ -


    +

    Magic loop variables

    Magic context variables are automatically defined in every loop. @@ -589,7 +590,7 @@

    -
    +

    Multipart templates

    Multipart templates can be created using the <TMPL_BOUNDARY> @@ -638,7 +639,7 @@ -


    +

    Example

    template.tmpl

    Index: doc/php.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/php.html,v retrieving revision 1.3 diff -a -u -r1.3 php.html --- doc/php.html 26 Nov 2001 08:45:10 -0000 1.3 +++ doc/php.html 3 Jul 2003 11:12:02 -0000 @@ -41,7 +41,7 @@
  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Examples

    Index: doc/python.html =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/doc/python.html,v retrieving revision 1.9 diff -a -u -r1.9 python.html --- doc/python.html 26 Nov 2001 08:45:10 -0000 1.9 +++ doc/python.html 3 Jul 2003 11:12:06 -0000 @@ -41,7 +41,7 @@

  • PHP VERSION

  • MAILING LIST

  • PUBLIC CVS

  • -
  • HTML::TEMPLATE

  • +
  • HTML::Template

  • -


    +

    Examples

    @@ -242,7 +242,7 @@ -


    +

    MySQL driven:

    products.tmpl

    python-htmltmpl-1.22-performance.patch: --- NEW FILE python-htmltmpl-1.22-performance.patch --- Index: htmltmpl.py =================================================================== RCS file: /cvsroot/htmltmpl/htmltmpl/htmltmpl.py,v retrieving revision 1.16 diff -a -u -r1.16 htmltmpl.py --- htmltmpl.py 17 Dec 2001 07:21:04 -0000 1.16 +++ htmltmpl.py 3 Jul 2003 11:11:56 -0000 @@ -76,6 +76,12 @@ LOCK_SH = 2 LOCK_UN = 3 +def DEB(str): + """ Print debugging message to stderr. + @hidden + """ + print >> sys.stderr, str + ############################################## # CLASS: TemplateManager # ############################################## @@ -166,7 +172,7 @@ if precompile and not LOCKTYPE: raise TemplateError, "Template precompilation is not "\ "available on this platform." - self.DEB("INIT DONE") + self._debug and DEB("INIT DONE") def prepare(self, file): """ Preprocess, parse, tokenize and compile the template. @@ -212,17 +218,17 @@ compile_params = (self._include, self._max_include, self._comments, self._gettext) if precompiled.is_uptodate(compile_params): - self.DEB("PRECOMPILED: UPTODATE") + self._debug and DEB("PRECOMPILED: UPTODATE") compiled = precompiled else: - self.DEB("PRECOMPILED: NOT UPTODATE") + self._debug and DEB("PRECOMPILED: NOT UPTODATE") compiled = self.update(precompiled) else: - self.DEB("PRECOMPILED: NOT PRECOMPILED") + self._debug and DEB("PRECOMPILED: NOT PRECOMPILED") compiled = self.compile(file) self.save_precompiled(compiled) else: - self.DEB("PRECOMPILATION DISABLED") + self._debug and DEB("PRECOMPILATION DISABLED") compiled = self.compile(file) return compiled @@ -244,7 +250,7 @@ TemplateCompiler. The instance must represent a template compiled from a file on disk. """ - self.DEB("UPDATE") + self._debug and DEB("UPDATE") updated = self.compile(template.file()) if self._precompile: self.save_precompiled(updated) @@ -254,12 +260,6 @@ # PRIVATE METHODS # ############################################## - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str - def lock_file(self, file, lock): """ Provide platform independent file locking. @hidden @@ -316,7 +316,7 @@ @hidden """ filename = file + "c" # "template.tmplc" - self.DEB("LOADING PRECOMPILED") + self._debug and DEB("LOADING PRECOMPILED") try: remove_bad = 0 file = None @@ -390,7 +390,7 @@ remove_bad = 1 raise else: - self.DEB("SAVING PRECOMPILED") + self._debug and DEB("SAVING PRECOMPILED") finally: if file: self.lock_file(file, LOCK_UN) @@ -439,7 +439,7 @@ should be automatically looked up in enclosing scopes. Automatic global lookup is disabled by default. Global lookup - can be overriden on a per-variable basis by the + can be overridden on a per-variable basis by the GLOBAL parameter of a TMPL_VAR statement. @@ -499,7 +499,7 @@ raise TemplateError, "Value of toplevel variable '%s' must "\ "be either a scalar or a list." % var self._vars[var] = value - self.DEB("VALUE SET: " + str(var)) + self._debug and DEB("VALUE SET: " + str(var)) def reset(self, keep_data=0): """ Reset the template data. @@ -521,7 +521,7 @@ self._current_pos = 0 if not keep_data: self._vars.clear() - self.DEB("RESET") + self._debug and DEB("RESET") def process(self, template, part=None): """ Process a compiled template. Return the result as string. @@ -549,7 +549,7 @@ If this parameter is not specified, then the whole template is processed, or all remaining parts are processed. """ - self.DEB("APP INPUT:") + self._debug and DEB("APP INPUT:") if self._debug: pprint.pprint(self._vars, sys.stderr) if part != None and (part == 0 or part < self._current_part): raise TemplateError, "process() - invalid part number" @@ -574,7 +574,7 @@ tokens = template.tokens() len_tokens = len(tokens) - out = "" # buffer for processed output + out = [] # buffer for processed output # Recover position at which we ended after processing of last part. i = self._current_pos @@ -601,12 +601,12 @@ skip_params = 1 # If output of current block is not disabled then append - # the substitued and escaped variable to the output. + # the substituted and escaped variable to the output. if DISABLE_OUTPUT not in output_control: value = str(self.find_value(var, loop_name, loop_pass, loop_total, globalp)) - out += self.escape(value, escape) - self.DEB("VAR: " + str(var)) + out.append(self.escape(value, escape)) + self._debug and DEB("VAR: " + str(var)) elif token == "." output_control.pop() - self.DEB("IF: END") + self._debug and DEB("IF: END") elif token == "." output_control.pop() - self.DEB("UNLESS: END") + self._debug and DEB("UNLESS: END") elif token == "

    HTMLTMPL WARNING:
    Cannot include template: %s


    - """ % filename - self.DEB("CANNOT INCLUDE WARNING") + """ % filename) + self._debug and DEB("CANNOT INCLUDE WARNING") elif token == "." if output_control: raise TemplateError, "Missing or " - return out + return "".join(out) ############################################## # PRIVATE METHODS # ############################################## - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str - def find_value(self, var, loop_name, loop_pass, loop_total, global_override=None): """ Search the self._vars data structure to find variable var @@ -783,11 +777,11 @@ is currently being processed. If the variable is an ordinary variable, then return it. - If the variable is an identificator of a loop, then + If the variable is an identifier of a loop, then return the total number of times this loop will be executed. - Return an empty string, if the variable is not + Return an empty string if the variable is not found at all. @hidden @@ -808,7 +802,7 @@ self.is_ordinary_var(scope[var]): globals.append(scope[var]) - # Descent deeper into the hierarchy. + # Descend deeper into the hierarchy. if scope.has_key(loop_name[i]) and scope[loop_name[i]]: scope = scope[loop_name[i]][loop_pass[i]] else: @@ -843,7 +837,7 @@ @hidden """ - self.DEB("MAGIC: '%s', PASS: %d, TOTAL: %d"\ + self._debug and DEB("MAGIC: '%s', PASS: %d, TOTAL: %d"\ % (var, loop_pass, loop_total)) if var == "__FIRST__": if loop_pass == 0: @@ -889,7 +883,7 @@ raise TemplateError, "Magic variable __EVERY__x: "\ "Pass number cannot be zero." elif (loop_pass + 1) % every == 0: - self.DEB("MAGIC: EVERY: " + str(every)) + self._debug and DEB("MAGIC: EVERY: " + str(every)) return 1 else: return 0 @@ -934,7 +928,7 @@ class. The compiled form is used as input for the TemplateProcessor which uses it to actually process the template. - This class should be used direcly only when you need to compile + This class should be used directly only when you need to compile a template from a string. If your template is in a file, then you should use the TemplateManager class which provides a higher level interface to this class and also can save the @@ -979,10 +973,10 @@ @param file Filename of the template. See the prepare() method of the TemplateManager - class for exaplanation of this parameter. + class for explanation of this parameter. """ - self.DEB("COMPILING FROM FILE: " + file) + self._debug and DEB("COMPILING FROM FILE: " + file) self._include_path = os.path.join(os.path.dirname(file), INCLUDE_DIR) tokens = self.parse(self.read(file)) compile_params = (self._include, self._max_include, self._comments, @@ -1004,7 +998,7 @@ @param data String containing the template data. """ - self.DEB("COMPILING FROM STRING") + self._debug and DEB("COMPILING FROM STRING") self._include = 0 tokens = self.parse(data) compile_params = (self._include, self._max_include, self._comments, @@ -1015,19 +1009,13 @@ ############################################## # PRIVATE METHODS # ############################################## - - def DEB(self, str): - """ Print debugging message to stderr if debugging is enabled. - @hidden - """ - if self._debug: print >> sys.stderr, str def read(self, filename): """ Read content of file and return it. Raise an error if a problem occurs. @hidden """ - self.DEB("READING: " + filename) + self._debug and DEB("READING: " + filename) try: f = None try: @@ -1049,11 +1037,11 @@ @hidden """ if self._comments: - self.DEB("PREPROCESS: COMMENTS") + self._debug and DEB("PREPROCESS: COMMENTS") template_data = self.remove_comments(template_data) tokens = self.tokenize(template_data) if self._include: - self.DEB("PREPROCESS: INCLUDES") + self._debug and DEB("PREPROCESS: INCLUDES") self.include_templates(tokens) return tokens @@ -1092,7 +1080,7 @@ # Do not include the template. # Protection against infinite recursive includes. skip_params = 1 - self.DEB("INCLUDE: LIMIT REACHED: " + filename) + self._debug and DEB("INCLUDE: LIMIT REACHED: " + filename) else: # Include the template. skip_params = 0 @@ -1106,7 +1094,7 @@ # token and its parameters. tokens[i:i+PARAMS_NUMBER+1] = include_tokens i = i + len(include_tokens) - self.DEB("INCLUDED: " + filename) + self._debug and DEB("INCLUDED: " + filename) continue # Do not increment 'i' below. i += 1 # end of the main while loop @@ -1122,7 +1110,7 @@ @hidden """ - self.DEB("TOKENIZING TEMPLATE") + self._debug and DEB("TOKENIZING TEMPLATE") # NOTE: The TWO double quotes in character class in the regexp below # are there only to prevent confusion of syntax highlighter in Emacs. pattern = r""" @@ -1152,7 +1140,7 @@ else: # "Normal" template data. if self._gettext: - self.DEB("PARSING GETTEXT STRINGS") + self._debug and DEB("PARSING GETTEXT STRINGS") self.gettext_tokens(tokens, statement) else: tokens.append(statement) @@ -1226,7 +1214,7 @@ """ Append a gettext token and gettext string to the tokens array. @hidden """ - self.DEB("GETTEXT PARSER: TOKEN: " + str) + self._debug and DEB("GETTEXT PARSER: TOKEN: " + str) tokens.append(" 0 and '=' not in params[0]: @@ -1264,7 +1252,7 @@ else: # explicit identifier as a 'NAME' parameter name = self.find_param("NAME", params) - self.DEB("TOKENIZER: NAME: " + str(name)) + self._debug and DEB("TOKENIZER: NAME: " + str(name)) return name def find_param(self, param, params): @@ -1282,10 +1270,12 @@ else: # The value is without double quotes. ret_value = value - self.DEB("TOKENIZER: PARAM: '%s' => '%s'" % (param, ret_value)) + self._debug and DEB("TOKENIZER: PARAM: '%s' => '%s'"\ + % (param, ret_value)) return ret_value else: - self.DEB("TOKENIZER: PARAM: '%s' => NOT DEFINED" % param) + self._debug and DEB("TOKENIZER: PARAM: '%s' => NOT DEFINED"\ + % param) return None @@ -1322,16 +1312,16 @@ self._include_mtimes = {} if not file: - self.DEB("TEMPLATE WAS COMPILED FROM A STRING") + self._debug and DEB("TEMPLATE WAS COMPILED FROM A STRING") return - # Save modifitcation time of the main template file. + # Save modification time of the main template file. if os.path.isfile(file): self._mtime = os.path.getmtime(file) else: raise TemplateError, "Template: file does not exist: '%s'" % file - # Save modificaton times of all included template files. + # Save modification times of all included template files. for inc_file in include_files: if os.path.isfile(inc_file): self._include_mtimes[inc_file] = os.path.getmtime(inc_file) @@ -1339,7 +1329,7 @@ raise TemplateError, "Template: file does not exist: '%s'"\ % inc_file - self.DEB("NEW TEMPLATE CREATED") + self._debug and DEB("NEW TEMPLATE CREATED") def is_uptodate(self, compile_params=None): """ Check whether the compiled template is uptodate. @@ -1359,15 +1349,15 @@ internal use by the TemplateManager. """ if not self._file: - self.DEB("TEMPLATE COMPILED FROM A STRING") + self._debug and DEB("TEMPLATE COMPILED FROM A STRING") return 0 if self._version != __version__: - self.DEB("TEMPLATE: VERSION NOT UPTODATE") + self._debug and DEB("TEMPLATE: VERSION NOT UPTODATE") return 0 if compile_params != None and compile_params != self._compile_params: - self.DEB("TEMPLATE: DIFFERENT COMPILATION PARAMS") + self._debug and DEB("TEMPLATE: DIFFERENT COMPILATION PARAMS") return 0 # Check modification times of the main template and all included @@ -1377,7 +1367,7 @@ # Main template file. if not (os.path.isfile(self._file) and \ self._mtime == os.path.getmtime(self._file)): - self.DEB("TEMPLATE: NOT UPTODATE: " + self._file) + self._debug and DEB("TEMPLATE: NOT UPTODATE: " + self._file) return 0 # Included templates. @@ -1385,10 +1375,10 @@ if not (os.path.isfile(inc_file) and \ self._include_mtimes[inc_file] == \ os.path.getmtime(inc_file)): - self.DEB("TEMPLATE: NOT UPTODATE: " + inc_file) + self._debug and DEB("TEMPLATE: NOT UPTODATE: " + inc_file) return 0 else: - self.DEB("TEMPLATE: UPTODATE") + self._debug and DEB("TEMPLATE: UPTODATE") return 1 def tokens(self): @@ -1431,13 +1421,6 @@ self.__dict__ = dict - def DEB(self, str): - """ Print debugging message to stderr. - @hidden - """ - if self._debug: print >> sys.stderr, str - - ############################################## # EXCEPTIONS # ############################################## @@ -1452,7 +1435,7 @@ All potential IOError exceptions are handled by the module and are converted to TemplateError exceptions. That means you should catch the TemplateError exception if there is a possibility that for example - the template file will not be accesssible. + the template file will not be accessible. The exception can be raised by constructors or by any method of any class. --- NEW FILE python-htmltmpl.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-htmltmpl Version: 1.22 Release: 7%{?dist} Summary: Templating engine for separation of code and HTML Group: Development/Libraries License: GPL URL: http://htmltmpl.sourceforge.net/ Source0: http://dl.sourceforge.net/htmltmpl/htmltmpl-%{version}.tar.gz Patch0: %{name}-1.22-performance.patch Patch1: %{name}-1.22-docs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Provides: htmltmpl = %{version}-%{release} Obsoletes: htmltmpl < 1.22-7 %description The purpose of the templating engine is to provide web application developers, who need to separate program code and design (HTML code) of their web application projects, with a templating tool that can be easily used by cooperating webdesigners who have no programming skills. This package includes easydoc, a module which uses the templating engine to generate HTML documentation from docstrings embedded in source files of Python modules. %prep %setup -q -n htmltmpl-%{version} %patch0 -p0 %patch1 -p0 %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT install -Dpm 755 easy.py $RPM_BUILD_ROOT%{_bindir}/easydoc install -pm 755 tmpl-xgettext.pl $RPM_BUILD_ROOT%{_bindir} rm -f doc/makedoc.sh %check %{__python} test.py %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE PKG-INFO README TODO VERSION doc/ %{_bindir}/easydoc %{_bindir}/tmpl-xgettext.pl %{python_sitelib}/easydoc*.py* %{python_sitelib}/htmltmpl.py* %changelog * Mon Aug 28 2006 Ville Skytt?? - 1.22-7 - Rename to python-htmltmpl. - BuildRequire python instead of -devel. - Remove no longer needed python-abi dependency. - Ship *.pyo. * Wed Mar 30 2005 Ville Skytt?? - 1.22-6 - Rebuild with Python 2.4. * Thu Dec 16 2004 Ville Skytt?? - 0:1.22-5 - Sync with Python spec template from fedora-rpmdevtools. * Sun Aug 24 2003 Ville Skytt?? - 0:1.22-0.fdr.4 - Use --root $RPM_BUILD_ROOT instead of --prefix $RPM_BUILD_ROOT%%{_prefix}. - Include (%%ghost'd) *.pyo. * Wed Jul 9 2003 Ville Skytt?? - 0:1.22-0.fdr.3 - Include performance and docs improvement patches (submitted upstream). * Tue Jul 1 2003 Ville Skytt?? - 0:1.22-0.fdr.2 - Install tmpl-xgettext.pl too. * Sun Jun 29 2003 Ville Skytt?? - 0:1.22-0.fdr.1 - First build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 20:22:08 -0000 1.1 +++ .cvsignore 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +htmltmpl-1.22.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-htmltmpl/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 20:22:08 -0000 1.1 +++ sources 28 Aug 2006 20:22:56 -0000 1.2 @@ -0,0 +1 @@ +a262f970c24c234b7fbe5ea95caf3f6b htmltmpl-1.22.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 20:23:19 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:23:19 -0700 Subject: rpms/nautilus-actions/devel nautilus-actions.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608282023.k7SKNLPY020172@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/nautilus-actions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20155 Modified Files: nautilus-actions.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 1.4-3 - Rebuild for FC6 Index: nautilus-actions.spec =================================================================== RCS file: /cvs/extras/rpms/nautilus-actions/devel/nautilus-actions.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- nautilus-actions.spec 22 Aug 2006 17:26:26 -0000 1.8 +++ nautilus-actions.spec 28 Aug 2006 20:23:19 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Nautilus extension for customizing the context menu Name: nautilus-actions Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Group: User Interface/Desktops License: GPL URL: http://www.grumz.net/node/8 @@ -91,6 +91,9 @@ %{_datadir}/applications/fedora-nact.desktop %changelog +* Mon Aug 28 2006 Deji Akingunola - 1.4-3 +- Rebuild for FC6 + * Tue Aug 22 2006 Deji Akingunola - 1.4-2 - Requires nautilus-devel instead of just nautilus to build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:25:08 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:25:08 -0700 Subject: rpms/qalculate-gtk/devel qalculate-gtk.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608282025.k7SKPAON020268@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20251 Modified Files: qalculate-gtk.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 Index: qalculate-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-gtk/devel/qalculate-gtk.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- qalculate-gtk.spec 28 Jun 2006 13:19:44 -0000 1.11 +++ qalculate-gtk.spec 28 Aug 2006 20:25:07 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-gtk Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -64,6 +64,9 @@ %{_datadir}/qalculate-gtk/ %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 +- Rebuild for FC6 + * Wed Jun 28 2006 Deji Akingunola - 0.9.4-3 - Properly package up missing file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:26:00 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:26:00 -0700 Subject: rpms/htmltmpl/devel dead.package, NONE, 1.1 .cvsignore, 1.2, NONE Makefile, 1.2, NONE htmltmpl-docs.patch, 1.1, NONE htmltmpl-performance.patch, 1.1, NONE htmltmpl.spec, 1.9, NONE needs.rebuild, 1.1, NONE sources, 1.2, NONE Message-ID: <200608282026.k7SKQ2c2020347@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20322/htmltmpl/devel Added Files: dead.package Removed Files: .cvsignore Makefile htmltmpl-docs.patch htmltmpl-performance.patch htmltmpl.spec needs.rebuild sources Log Message: Rename htmltmpl to python-htmltmpl. --- NEW FILE dead.package --- Renamed to python-htmltmpl in FE6+. --- .cvsignore DELETED --- --- Makefile DELETED --- --- htmltmpl-docs.patch DELETED --- --- htmltmpl-performance.patch DELETED --- --- htmltmpl.spec DELETED --- --- needs.rebuild DELETED --- --- sources DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:26:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:26:01 -0700 Subject: rpms/python-htmltmpl/devel needs.rebuild,NONE,1.1 Message-ID: <200608282026.k7SKQ3vj020350@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20322/python-htmltmpl/devel Added Files: needs.rebuild Log Message: Rename htmltmpl to python-htmltmpl. --- NEW FILE needs.rebuild --- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild From fedora-extras-commits at redhat.com Mon Aug 28 20:27:00 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:27:00 -0700 Subject: rpms/qalculate-kde/devel qalculate-kde.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282027.k7SKR2qB020391@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-kde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20372 Modified Files: qalculate-kde.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 0.9.4-3 - Rebuild for FC6 Index: qalculate-kde.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-kde/devel/qalculate-kde.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- qalculate-kde.spec 24 Jul 2006 18:30:42 -0000 1.9 +++ qalculate-kde.spec 28 Aug 2006 20:27:00 -0000 1.10 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-kde Version: 0.9.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -63,6 +63,9 @@ %{_datadir}/icons/hicolor/*/actions/* %changelog +* Mon Aug 28 2006 Deji Akingunola - 0.9.4-3 +- Rebuild for FC6 + * Mon Jul 24 2006 Deji Akingunola - 0.9.4-2 - Add another BR on autoconf and automake16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:28:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 13:28:11 -0700 Subject: owners owners.list,1.1461,1.1462 Message-ID: <200608282028.k7SKSDgC020471@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20454 Modified Files: owners.list Log Message: id3-py -> python-id3, htmltmpl -> python-htmltmpl for FE6+. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1461 retrieving revision 1.1462 diff -u -r1.1461 -r1.1462 --- owners.list 28 Aug 2006 16:02:18 -0000 1.1461 +++ owners.list 28 Aug 2006 20:28:11 -0000 1.1462 @@ -1651,6 +1651,8 @@ Fedora Extras|python-GeoIP|Python bindings for the GeoIP geographical lookup libraries|mfleming+rpm at enlartenment.com|extras-qa at fedoraproject.org| Fedora Extras|python-goopy|Google Python Utilities|pjones at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-HTMLgen|A class library for the generation of HTML documents|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|python-htmltmpl|Templating engine for separation of code and HTML|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|python-id3|ID3 tag library for Python|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|python-imaging|Python's own image processing library|jamatos at fc.up.pt|extras-qa at fedoraproject.org| Fedora Extras|python-irclib|A set of Python modules for IRC support|lmacken at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|python-json|A JSON reader and writer for Python|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Mon Aug 28 20:28:48 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Mon, 28 Aug 2006 13:28:48 -0700 Subject: rpms/xcompmgr/devel xcompmgr.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608282028.k7SKSoG5020508@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/xcompmgr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20491 Modified Files: xcompmgr.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Deji Akingunola - 1.1.3-6 - Rebuild for FC6 Index: xcompmgr.spec =================================================================== RCS file: /cvs/extras/rpms/xcompmgr/devel/xcompmgr.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xcompmgr.spec 24 Jul 2006 18:29:32 -0000 1.3 +++ xcompmgr.spec 28 Aug 2006 20:28:48 -0000 1.4 @@ -1,7 +1,7 @@ Summary: X11 composite manager Name: xcompmgr Version: 1.1.3 -Release: 5%{?dist} +Release: 6%{?dist} License: STL Group: User Interface/X URL: http://xapps.freedesktop.org @@ -40,6 +40,9 @@ %{_mandir}/man1/xcompmgr.1.gz %changelog +* Mon Aug 28 2006 Deji Akingunola - 1.1.3-6 +- Rebuild for FC6 + * Mon Jul 24 2006 Deji Akingunola 1.1.3-5 - Add pkgconfig to the BRs --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:36:27 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:36:27 -0700 Subject: rpms/perl-Unix-Syslog/devel perl-Unix-Syslog.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608282036.k7SKaTJV020626@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Unix-Syslog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20607 Modified Files: perl-Unix-Syslog.spec Removed Files: needs.rebuild Log Message: Rebuild. Fix find option order. Minor cleanup to more closely match cpanspec output. Index: perl-Unix-Syslog.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unix-Syslog/devel/perl-Unix-Syslog.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Unix-Syslog.spec 19 Feb 2006 00:18:12 -0000 1.10 +++ perl-Unix-Syslog.spec 28 Aug 2006 20:36:27 -0000 1.11 @@ -1,14 +1,13 @@ Name: perl-Unix-Syslog Version: 0.100 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl interface to the UNIX syslog(3) calls License: Artistic Group: System Environment/Libraries URL: http://search.cpan.org/dist/Unix-Syslog/ Source0: http://www.cpan.org/authors/id/M/MH/MHARNISCH/Unix-Syslog-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides an interface to the system logger syslogd(8) via @@ -21,16 +20,16 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT + make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -42,12 +41,17 @@ %files %defattr(-,root,root,-) -%doc Changes README Artistic +%doc Artistic Changes README %{perl_vendorarch}/auto/Unix %{perl_vendorarch}/Unix %{_mandir}/man3/Unix::Syslog.3pm* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.100-8 +- Rebuild. +- Fix find option order. +- Minor cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 0.100-7 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:46:28 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:46:28 -0700 Subject: rpms/perl-Sys-Virt/devel perl-Sys-Virt.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608282046.k7SKkU72020716@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Sys-Virt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20699 Modified Files: perl-Sys-Virt.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: perl-Sys-Virt.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Sys-Virt.spec 19 Aug 2006 23:18:10 -0000 1.4 +++ perl-Sys-Virt.spec 28 Aug 2006 20:46:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Sys-Virt Version: 0.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Represent and manage a libvirt hypervisor connection License: GPL Group: Development/Libraries @@ -65,6 +65,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.1-7 +- Rebuild. + * Sat Aug 19 2006 Steven Pritchard 0.1.1-6 - More documentation fixes. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:53:25 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:53:25 -0700 Subject: rpms/perl-IPC-ShareLite/devel perl-IPC-ShareLite.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282053.k7SKrRSu020817@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-IPC-ShareLite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20795 Modified Files: perl-IPC-ShareLite.spec Removed Files: needs.rebuild Log Message: Rebuild. Fix find option order. Minor cleanup to more closely match cpanspec output. Index: perl-IPC-ShareLite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-ShareLite/devel/perl-IPC-ShareLite.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-IPC-ShareLite.spec 19 Feb 2006 00:13:56 -0000 1.9 +++ perl-IPC-ShareLite.spec 28 Aug 2006 20:53:25 -0000 1.10 @@ -1,9 +1,9 @@ Name: perl-IPC-ShareLite Version: 0.09 -Release: 7%{?dist} -Summary: Light-weight Perl interface to shared memory -Group: Development/Libraries +Release: 8%{?dist} +Summary: Light-weight interface to shared memory License: GPL or Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/IPC-ShareLite/ Source0: http://www.cpan.org/authors/id/M/MA/MAURICE/IPC-ShareLite-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,7 +18,6 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" < /dev/null -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install @@ -28,12 +27,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; - -chmod -R u+w $RPM_BUILD_ROOT/* +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic +chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check make test @@ -41,15 +37,19 @@ %clean rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) -%doc Changes README TODO COPYING Artistic -%{perl_vendorarch}/auto/IPC -%{perl_vendorarch}/IPC -%{_mandir}/man3/*.3* +%doc Changes README TODO +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/IPC* +%{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.09-8 +- Rebuild. +- Fix find option order. +- Minor cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 0.09-7 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:55:28 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 28 Aug 2006 13:55:28 -0700 Subject: rpms/qps/devel .cvsignore, 1.10, 1.11 qps.spec, 1.10, 1.11 sources, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608282055.k7SKtUJT020883@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/qps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20862 Modified Files: .cvsignore qps.spec sources Removed Files: needs.rebuild Log Message: - Update to 1.9.18.5 - Fix mixed-use-of-spaces-and-tabs rpmlint warning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qps/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Jul 2006 21:46:37 -0000 1.10 +++ .cvsignore 28 Aug 2006 20:55:28 -0000 1.11 @@ -1 +1 @@ -qps-1.9.17.tar.gz +qps-1.9.18.5.tar.bz2 Index: qps.spec =================================================================== RCS file: /cvs/extras/rpms/qps/devel/qps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- qps.spec 1 Jul 2006 21:46:37 -0000 1.10 +++ qps.spec 28 Aug 2006 20:55:28 -0000 1.11 @@ -1,12 +1,12 @@ Name: qps -Version: 1.9.17 +Version: 1.9.18.5 Release: 1%{?dist} Summary: Visual process status monitor Group: Applications/System License: GPL URL: http://qps.kldp.net/ -Source0: http://kldp.net/frs/download.php/3437/qps-1.9.17.tar.gz +Source0: http://kldp.net/frs/download.php/3543/qps-1.9.18.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -22,7 +22,6 @@ %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh -#export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake make %{?_smp_mflags} @@ -34,8 +33,8 @@ install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm desktop-file-install --vendor fedora \ - --add-category=X-Fedora \ - --dir %{buildroot}%{_datadir}/applications qps.desktop + --add-category=X-Fedora \ + --dir %{buildroot}%{_datadir}/applications qps.desktop %clean @@ -52,6 +51,10 @@ %changelog +* Mon Aug 28 2006 Dawid Gajownik - 1.9.18.5-1 +- Update to 1.9.18.5 +- Fix mixed-use-of-spaces-and-tabs rpmlint warning + * Sat Jul 1 2006 Dawid Gajownik - 1.9.17-1 - Update to 1.9.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qps/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Jul 2006 21:46:37 -0000 1.10 +++ sources 28 Aug 2006 20:55:28 -0000 1.11 @@ -1 +1 @@ -d8154e3dc41995d74981075d067f1599 qps-1.9.17.tar.gz +15f77d592df8ae5e24ed5a1747e85fdd qps-1.9.18.5.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:57:31 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 13:57:31 -0700 Subject: rpms/perl-eperl/devel perl-eperl.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608282057.k7SKvXba020977@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-eperl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20959 Modified Files: perl-eperl.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: perl-eperl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-eperl/devel/perl-eperl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-eperl.spec 18 Jul 2006 17:09:29 -0000 1.1 +++ perl-eperl.spec 28 Aug 2006 20:57:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: perl-eperl Version: 2.2.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Embedded Perl Language License: GPL or Artistic Group: Development/Libraries @@ -74,6 +74,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 2.2.14-3 +- Rebuild. + * Thu Jul 13 2006 Steven Pritchard 2.2.14-2 - Update to Debian's eperl_2.2.14-13.diff.gz. - Spec cleanup. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 20:57:55 2006 From: fedora-extras-commits at redhat.com (Dawid Gajownik (gajownik)) Date: Mon, 28 Aug 2006 13:57:55 -0700 Subject: rpms/qps/FC-5 .cvsignore, 1.10, 1.11 qps.spec, 1.10, 1.11 sources, 1.10, 1.11 Message-ID: <200608282057.k7SKvv2V021009@cvs-int.fedora.redhat.com> Author: gajownik Update of /cvs/extras/rpms/qps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20986 Modified Files: .cvsignore qps.spec sources Log Message: - Update to 1.9.18.5 - Fix mixed-use-of-spaces-and-tabs rpmlint warning Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 1 Jul 2006 21:48:07 -0000 1.10 +++ .cvsignore 28 Aug 2006 20:57:55 -0000 1.11 @@ -1 +1 @@ -qps-1.9.17.tar.gz +qps-1.9.18.5.tar.bz2 Index: qps.spec =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/qps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- qps.spec 1 Jul 2006 21:48:07 -0000 1.10 +++ qps.spec 28 Aug 2006 20:57:55 -0000 1.11 @@ -1,12 +1,12 @@ Name: qps -Version: 1.9.17 +Version: 1.9.18.5 Release: 1%{?dist} Summary: Visual process status monitor Group: Applications/System License: GPL URL: http://qps.kldp.net/ -Source0: http://kldp.net/frs/download.php/3437/qps-1.9.17.tar.gz +Source0: http://kldp.net/frs/download.php/3543/qps-1.9.18.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -22,7 +22,6 @@ %build unset QTDIR || : ; . %{_sysconfdir}/profile.d/qt.sh -#export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake make %{?_smp_mflags} @@ -34,8 +33,8 @@ install -D -p -m 0644 icon/icon.xpm %{buildroot}%{_datadir}/pixmaps/qps.xpm desktop-file-install --vendor fedora \ - --add-category=X-Fedora \ - --dir %{buildroot}%{_datadir}/applications qps.desktop + --add-category=X-Fedora \ + --dir %{buildroot}%{_datadir}/applications qps.desktop %clean @@ -52,6 +51,10 @@ %changelog +* Mon Aug 28 2006 Dawid Gajownik - 1.9.18.5-1 +- Update to 1.9.18.5 +- Fix mixed-use-of-spaces-and-tabs rpmlint warning + * Sat Jul 1 2006 Dawid Gajownik - 1.9.17-1 - Update to 1.9.17 Index: sources =================================================================== RCS file: /cvs/extras/rpms/qps/FC-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 1 Jul 2006 21:48:07 -0000 1.10 +++ sources 28 Aug 2006 20:57:55 -0000 1.11 @@ -1 +1 @@ -d8154e3dc41995d74981075d067f1599 qps-1.9.17.tar.gz +15f77d592df8ae5e24ed5a1747e85fdd qps-1.9.18.5.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 21:02:03 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:02:03 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.11,1.12 Message-ID: <200608282102.k7SL2cOJ023724@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23681/FC-5 Modified Files: pgadmin3.spec Log Message: Updated devel for FC-6 and moved icon to Devel. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pgadmin3.spec 30 Jul 2006 22:00:03 -0000 1.11 +++ pgadmin3.spec 28 Aug 2006 21:02:03 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 2%{?dist} +Release: 3%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category System\ + --add-category Devel\ ./pkg/%{name}.desktop @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-3 +- Moved icon to Devel + * Sat Jul 30 2006 Gavin Henry - 1.4.3-2 - Removed gcc41 patch From fedora-extras-commits at redhat.com Mon Aug 28 21:02:08 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:02:08 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.8,1.9 Message-ID: <200608282102.k7SL2hcg023728@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23681/devel Modified Files: pgadmin3.spec Log Message: Updated devel for FC-6 and moved icon to Devel. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pgadmin3.spec 16 Feb 2006 12:04:18 -0000 1.8 +++ pgadmin3.spec 28 Aug 2006 21:02:08 -0000 1.9 @@ -1,12 +1,11 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 -Version: 1.4.1 -Release: 2%{?dist} +Version: 1.4.3 +Release: 333%{?dist} License: Artistic Group: Applications/Databases -Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.1/src/pgadmin3-1.4.1.tar.gz -Patch0: pgadmin3-gcc41.patch +Source: ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.4.3/src/pgadmin3-1.4.3.tar.gz URL: http://www.pgadmin.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK2-devel wxGTK2-stc wxGTK2-xrc postgresql-devel desktop-file-utils openssl-devel @@ -17,7 +16,6 @@ %prep %setup -q -%patch0 -p1 -b c41 %build %configure @@ -34,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category System\ + --add-category Devel\ ./pkg/%{name}.desktop @@ -49,6 +47,16 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-3 +- Moved icon to Devel and updated for FC-6 + +* Sat Jul 30 2006 Gavin Henry - 1.4.3-2 +- Removed gcc41 patch + +* Sat Jul 29 2006 Gavin Henry - 1.4.3-1 +- Updated to latest +- Sorry for delay + * Wed Feb 16 2006 Gavin Henry - 1.4.1-2 - Applied Dennis' fixes according to Bug #181632 From fedora-extras-commits at redhat.com Mon Aug 28 21:04:25 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:04:25 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.9,1.10 Message-ID: <200608282104.k7SL4R4d023823@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23807/devel Modified Files: pgadmin3.spec Log Message: Vim typo - 333 Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pgadmin3.spec 28 Aug 2006 21:02:08 -0000 1.9 +++ pgadmin3.spec 28 Aug 2006 21:04:25 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 333%{?dist} +Release: 3%{?dist} License: Artistic Group: Applications/Databases From fedora-extras-commits at redhat.com Mon Aug 28 21:07:22 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Mon, 28 Aug 2006 14:07:22 -0700 Subject: rpms/pgadmin3/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <200608282107.k7SL7OWh024079@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24056 Modified Files: .cvsignore sources Log Message: Doh, new-sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 16 Feb 2006 12:04:18 -0000 1.4 +++ .cvsignore 28 Aug 2006 21:07:22 -0000 1.5 @@ -1,2 +1 @@ -pgadmin3-1.4.1.tar.gz -pgadmin3-gcc41.patch +pgadmin3-1.4.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Feb 2006 12:04:18 -0000 1.4 +++ sources 28 Aug 2006 21:07:22 -0000 1.5 @@ -1,2 +1 @@ -bf78696c72acd782d63feb2bd5ce6f48 pgadmin3-1.4.1.tar.gz -8b38101f850874c10a7c30e65137932b pgadmin3-gcc41.patch +28388816f867cd8723a4c0a460cf26b4 pgadmin3-1.4.3.tar.gz From fedora-extras-commits at redhat.com Mon Aug 28 21:08:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Mon, 28 Aug 2006 14:08:31 -0700 Subject: rpms/libassuan/devel libassuan.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608282108.k7SL8Xr8024154@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libassuan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24137 Modified Files: libassuan.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Rex Dieter - 0.6.10-3 - fc6 respin Index: libassuan.spec =================================================================== RCS file: /cvs/extras/rpms/libassuan/devel/libassuan.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libassuan.spec 1 Mar 2006 16:24:17 -0000 1.13 +++ libassuan.spec 28 Aug 2006 21:08:31 -0000 1.14 @@ -2,7 +2,7 @@ Name: libassuan Summary: GnuPG IPC library Version: 0.6.10 -Release: 2%{?dist}.2 +Release: 3%{?dist} License: LGPL Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.gz @@ -76,6 +76,9 @@ %changelog +* Mon Aug 28 2006 Rex Dieter - 0.6.10-3 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 21:22:23 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Mon, 28 Aug 2006 14:22:23 -0700 Subject: rpms/fig2ps/devel needs.rebuild,1.1,NONE Message-ID: <200608282122.k7SLMP5H024253@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/fig2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24238 Removed Files: needs.rebuild Log Message: rebuild not needed for noarch package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:03:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:03:24 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.8, 1.9 perl-DateTime.spec, 1.8, 1.9 sources, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608282203.k7SM3uxJ027078@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27057 Modified Files: .cvsignore perl-DateTime.spec sources Removed Files: needs.rebuild Log Message: Update to DateTime::TimeZone 0.47. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 15 Aug 2006 00:49:24 -0000 1.8 +++ .cvsignore 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,3 +1,3 @@ DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz -DateTime-TimeZone-0.46.tar.gz +DateTime-TimeZone-0.47.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-DateTime.spec 15 Aug 2006 00:49:24 -0000 1.8 +++ perl-DateTime.spec 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.46 +%define DTTimeZone_version 0.47 %define DTLocale_version 0.22 Name: perl-DateTime Version: 0.34 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Date and time objects License: GPL or Artistic @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Mon Aug 28 2006 Steven Pritchard 1:0.34-2 +- Update to DateTime::TimeZone 0.47. + * Mon Aug 14 2006 Steven Pritchard 1:0.34-1 - Update to DateTime 0.34. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 15 Aug 2006 00:49:24 -0000 1.8 +++ sources 28 Aug 2006 22:03:23 -0000 1.9 @@ -1,3 +1,3 @@ 71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz -fe52d18c393d3e7841be0aba972e4e43 DateTime-TimeZone-0.46.tar.gz +963f0c1e85155d935618f99ce536c9cc DateTime-TimeZone-0.47.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:06:24 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:06:24 -0700 Subject: rpms/perl-Data-Structure-Util/devel perl-Data-Structure-Util.spec, 1.2, 1.3 Message-ID: <200608282206.k7SM6QVq027159@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Data-Structure-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27142 Modified Files: perl-Data-Structure-Util.spec Log Message: Fix find option order. Index: perl-Data-Structure-Util.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Structure-Util/devel/perl-Data-Structure-Util.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Structure-Util.spec 1 Jul 2006 23:21:18 -0000 1.2 +++ perl-Data-Structure-Util.spec 28 Aug 2006 22:06:23 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Data-Structure-Util Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Change nature of data within a structure License: GPL or Artistic Group: Development/Libraries @@ -36,7 +36,7 @@ $RPM_BUILD_ROOT%{_mandir}/man1/packages.pl* find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -54,6 +54,9 @@ %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.12-2 +- Fix find option order. + * Sat Jul 01 2006 Steven Pritchard 0.12-1 - Update to 0.12. From fedora-extras-commits at redhat.com Mon Aug 28 22:14:11 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:14:11 -0700 Subject: rpms/perl-Crypt-DES/devel perl-Crypt-DES.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608282214.k7SMED5e027251@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Crypt-DES/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27234 Modified Files: perl-Crypt-DES.spec Removed Files: needs.rebuild Log Message: Fix find option order. Minor spec cleanup to more closely match cpanspec output. Index: perl-Crypt-DES.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DES/devel/perl-Crypt-DES.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-DES.spec 19 Feb 2006 00:09:26 -0000 1.2 +++ perl-Crypt-DES.spec 28 Aug 2006 22:14:11 -0000 1.3 @@ -1,11 +1,11 @@ Name: perl-Crypt-DES Version: 2.05 -Release: 2%{?dist} -Summary: DES encryption module +Release: 3%{?dist} +Summary: Perl DES encryption module License: BSD-style Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES/ -Source0: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Crypt::CBC) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -27,7 +27,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* @@ -40,11 +40,15 @@ %files %defattr(-,root,root,-) %doc COPYRIGHT README -%{perl_vendorarch}/auto/Crypt/ -%{perl_vendorarch}/Crypt/ +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Crypt* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 2.05-3 +- Fix find option order. +- Minor spec cleanup to more closely match cpanspec output. + * Sat Feb 18 2006 Steven Pritchard 2.05-2 - Rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:17:21 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:17:21 -0700 Subject: rpms/ktorrent/devel ktorrent.spec,1.9,1.10 Message-ID: <200608282217.k7SMHNFq027291@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27271 Modified Files: ktorrent.spec Log Message: mass rebuild Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ktorrent.spec 21 Aug 2006 17:02:49 -0000 1.9 +++ ktorrent.spec 28 Aug 2006 22:17:20 -0000 1.10 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 29 2006 Roland Wolters 2.0.1-3 +- mass rebuild + * Mon Aug 21 2006 Roland Wolters 2.0.1-1 - update to version 2.0.1 From fedora-extras-commits at redhat.com Mon Aug 28 22:17:58 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:17:58 -0700 Subject: rpms/ktorrent/FC-5 ktorrent.spec,1.5,1.6 Message-ID: <200608282218.k7SMI0A2027368@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27342 Modified Files: ktorrent.spec Log Message: mass rebuild Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ktorrent.spec 21 Aug 2006 17:05:04 -0000 1.5 +++ ktorrent.spec 28 Aug 2006 22:17:58 -0000 1.6 @@ -2,7 +2,7 @@ Name: ktorrent Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 29 2006 Roland Wolters 2.0.1-3 +- mass rebuild + * Mon Aug 21 2006 Roland Wolters 2.0.1-1 - update to version 2.0.1 From fedora-extras-commits at redhat.com Mon Aug 28 22:25:35 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:25:35 -0700 Subject: rpms/rsibreak/devel rsibreak.spec,1.1,1.2 Message-ID: <200608282225.k7SMPbc1027574@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/rsibreak/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27555 Modified Files: rsibreak.spec Log Message: mass rebuild Index: rsibreak.spec =================================================================== RCS file: /cvs/extras/rpms/rsibreak/devel/rsibreak.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rsibreak.spec 20 Jun 2006 16:56:16 -0000 1.1 +++ rsibreak.spec 28 Aug 2006 22:25:35 -0000 1.2 @@ -2,7 +2,7 @@ Name: rsibreak Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small utility which bothers you at certain intervals Group: Amusements/Graphics License: GPL @@ -78,6 +78,9 @@ %{_datadir}/apps/rsibreak/icons/hicolor/32x32/actions/timings.png %changelog +* Tue Jun 20 2006 Roland Wolters 0.7.1-2 +- mass rebuild + * Tue Jun 20 2006 Roland Wolters 0.7.1-1 - update to version 0.7.1 - e-mail-address of packager corrected From fedora-extras-commits at redhat.com Mon Aug 28 22:29:25 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Mon, 28 Aug 2006 15:29:25 -0700 Subject: rpms/rsibreak/FC-5 rsibreak.spec,1.1,1.2 Message-ID: <200608282229.k7SMTR4H027682@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/rsibreak/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27665 Modified Files: rsibreak.spec Log Message: rebuild Index: rsibreak.spec =================================================================== RCS file: /cvs/extras/rpms/rsibreak/FC-5/rsibreak.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rsibreak.spec 20 Jun 2006 16:56:16 -0000 1.1 +++ rsibreak.spec 28 Aug 2006 22:29:25 -0000 1.2 @@ -2,7 +2,7 @@ Name: rsibreak Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small utility which bothers you at certain intervals Group: Amusements/Graphics License: GPL @@ -78,6 +78,9 @@ %{_datadir}/apps/rsibreak/icons/hicolor/32x32/actions/timings.png %changelog +* Tue Jun 20 2006 Roland Wolters 0.7.1-2 +- mass rebuild + * Tue Jun 20 2006 Roland Wolters 0.7.1-1 - update to version 0.7.1 - e-mail-address of packager corrected From fedora-extras-commits at redhat.com Mon Aug 28 22:29:28 2006 From: fedora-extras-commits at redhat.com (Thomas M. Sailer (sailer)) Date: Mon, 28 Aug 2006 15:29:28 -0700 Subject: rpms/ghdl/FC-5 ghdl-svn61.patch, NONE, 1.1 ghdl.spec, 1.16, 1.17 sources, 1.6, 1.7 ghdl-svn60.patch, 1.1, NONE Message-ID: <200608282229.k7SMTUEH027706@cvs-int.fedora.redhat.com> Author: sailer Update of /cvs/extras/rpms/ghdl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27661 Modified Files: ghdl.spec sources Added Files: ghdl-svn61.patch Removed Files: ghdl-svn60.patch Log Message: update to svn61 ghdl-svn61.patch: --- NEW FILE ghdl-svn61.patch --- diff -urN ghdl-0.25-orig/vhdl/grt/config/win32.c ghdl-0.25/vhdl/grt/config/win32.c --- ghdl-0.25-orig/vhdl/grt/config/win32.c 2006-03-10 02:47:29.000000000 +0100 +++ ghdl-0.25/vhdl/grt/config/win32.c 2006-08-27 04:37:42.000000000 +0200 @@ -130,6 +130,23 @@ return res; } +#include + +double acosh (double x) +{ + return log (x + sqrt (x*x - 1)); +} + +double asinh (double x) +{ + return log (x + sqrt (x*x + 1)); +} + +double atanh (double x) +{ + return log ((1 + x) / (1 - x)) / 2; +} + #ifndef WITH_GNAT_RUN_TIME void __gnat_raise_storage_error(void) { Index: ghdl.spec =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/ghdl.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ghdl.spec 8 Aug 2006 07:39:26 -0000 1.16 +++ ghdl.spec 28 Aug 2006 22:29:28 -0000 1.17 @@ -1,10 +1,10 @@ -%define gccver 4.1.0 -%define ghdlver 0.24 -%define ghdlsvnver 60 +%define gccver 4.1.1 +%define ghdlver 0.25 +%define ghdlsvnver 61 Summary: A VHDL simulator, using the GCC technology Name: ghdl -Version: 0.24 +Version: 0.25 Release: 0.%{ghdlsvnver}svn.0%{?dist} License: GPL Group: Development/Languages @@ -288,6 +288,9 @@ %changelog +* Tue Aug 29 2006 Thomas Sailer - 0.25-0.61svn.0 +- update to svn61 + * Tue Aug 8 2006 Thomas Sailer - 0.24-0.60svn.0 - update to svn60 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghdl/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 11 Jul 2006 04:37:26 -0000 1.6 +++ sources 28 Aug 2006 22:29:28 -0000 1.7 @@ -1,4 +1,2 @@ -f7781398ada62ba255486673e6274b26 gcc-core-4.0.2.tar.bz2 -a0ebb9b4ea9d33e67e6ae9768d10eb3a ghdl-0.21.tar.bz2 -934546c19789b36ca4f7e5d3e4af1b29 ghdl-0.24.tar.bz2 -15efa164579c7cf4a48859ee87d2a1fa gcc-core-4.1.0.tar.bz2 +a1b189c98aa7d7f164036bbe89b9b2a2 gcc-core-4.1.1.tar.bz2 +9f194b0a2136f8d026083b96319d77d9 ghdl-0.25.tar.bz2 --- ghdl-svn60.patch DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:51:05 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:51:05 -0700 Subject: rpms/perl-BerkeleyDB/devel perl-BerkeleyDB.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608282251.k7SMp7BZ027874@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-BerkeleyDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27857 Modified Files: perl-BerkeleyDB.spec Removed Files: needs.rebuild Log Message: Minor spec cleanup. Index: perl-BerkeleyDB.spec =================================================================== RCS file: /cvs/extras/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-BerkeleyDB.spec 7 Jul 2006 13:31:51 -0000 1.9 +++ perl-BerkeleyDB.spec 28 Aug 2006 22:51:05 -0000 1.10 @@ -1,7 +1,7 @@ Name: perl-BerkeleyDB Version: 0.29 Release: 1%{?dist} -Summary: BerkeleyDB Perl module +Summary: Perl extension for Berkeley DB version 2, 3 or 4 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/BerkeleyDB/ @@ -26,7 +26,6 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile make %{?_smp_mflags} %install @@ -38,13 +37,10 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -53,13 +49,16 @@ %files %defattr(-,root,root,-) -%doc Changes README Todo COPYING Artistic -%{perl_vendorarch}/BerkeleyDB* +%doc Changes README Todo %{perl_vendorarch}/auto/* +%{perl_vendorarch}/BerkeleyDB* %{_mandir}/man3/* %{_bindir}/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.29-2 +- Minor spec cleanup. + * Fri Jul 07 2006 Steven Pritchard 0.29-1 - Update to 0.29. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 22:52:34 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 15:52:34 -0700 Subject: rpms/perl-BerkeleyDB/devel perl-BerkeleyDB.spec,1.10,1.11 Message-ID: <200608282252.k7SMqarR027908@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-BerkeleyDB/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27891 Modified Files: perl-BerkeleyDB.spec Log Message: Oops, really bump release. Index: perl-BerkeleyDB.spec =================================================================== RCS file: /cvs/extras/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-BerkeleyDB.spec 28 Aug 2006 22:51:05 -0000 1.10 +++ perl-BerkeleyDB.spec 28 Aug 2006 22:52:34 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-BerkeleyDB Version: 0.29 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl extension for Berkeley DB version 2, 3 or 4 License: GPL or Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Mon Aug 28 23:12:22 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:12:22 -0700 Subject: rpms/cegui/devel needs.rebuild,1.1,NONE Message-ID: <200608282312.k7SNCOUA030689@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30674 Removed Files: needs.rebuild Log Message: Package rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:13:26 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:13:26 -0700 Subject: rpms/cegui import.log,1.8,1.9 Message-ID: <200608282313.k7SNDSoT030761@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30730 Modified Files: import.log Log Message: auto-import cegui-0.4.1-11 on branch devel from cegui-0.4.1-11.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cegui/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 5 Aug 2006 21:48:27 -0000 1.8 +++ import.log 28 Aug 2006 23:13:26 -0000 1.9 @@ -5,3 +5,4 @@ cegui-0_4_1-10:HEAD:cegui-0.4.1-10.src.rpm:1154817667 cegui-0_4_1-10:FC-4:cegui-0.4.1-10.src.rpm:1154817816 cegui-0_4_1-10:FC-5:cegui-0.4.1-10.src.rpm:1154817889 +cegui-0_4_1-11:HEAD:cegui-0.4.1-11.src.rpm:1156813792 From fedora-extras-commits at redhat.com Mon Aug 28 23:13:27 2006 From: fedora-extras-commits at redhat.com (Ian Chapman (oddsocks)) Date: Mon, 28 Aug 2006 16:13:27 -0700 Subject: rpms/cegui/devel cegui.spec,1.3,1.4 Message-ID: <200608282313.k7SNDTcH030765@cvs-int.fedora.redhat.com> Author: oddsocks Update of /cvs/extras/rpms/cegui/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30730/devel Modified Files: cegui.spec Log Message: auto-import cegui-0.4.1-11 on branch devel from cegui-0.4.1-11.src.rpm Index: cegui.spec =================================================================== RCS file: /cvs/extras/rpms/cegui/devel/cegui.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cegui.spec 5 Aug 2006 21:44:50 -0000 1.3 +++ cegui.spec 28 Aug 2006 23:13:27 -0000 1.4 @@ -1,12 +1,12 @@ Name: cegui Version: 0.4.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Free library providing windowing and widgets for graphics APIs / engines Group: System Environment/Libraries License: LGPL URL: http://www.cegui.org.uk/ -Source0: http://download.sourceforge.net/crayzedsgui/%{name}_mk2-source-%{version}.tar.bz2 +Source0: http://dl.sf.net/crayzedsgui/%{name}_mk2-source-%{version}.tar.bz2 Patch0: cegui_mk2-0.4.1-pcre.patch Patch1: cegui_mk2-0.4.1-tolua++.patch Patch2: cegui_mk2-0.4.1-fixtinyxml.patch @@ -142,6 +142,9 @@ %changelog +* Mon Aug 28 2006 Ian Chapman 0.4.1-11%{?dist} +- Release bump for FC6 mass rebuild + * Sat Aug 05 2006 Ian Chapman 0.4.1-10%{?dist} - Header fix for g++ v4.1+ From fedora-extras-commits at redhat.com Mon Aug 28 23:33:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:33:54 -0700 Subject: rpms/openvpn/devel openvpn.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608282333.k7SNXuNU031535@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/openvpn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31518 Modified Files: openvpn.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: openvpn.spec =================================================================== RCS file: /cvs/extras/rpms/openvpn/devel/openvpn.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- openvpn.spec 31 Jul 2006 15:54:56 -0000 1.19 +++ openvpn.spec 28 Aug 2006 23:33:54 -0000 1.20 @@ -4,7 +4,7 @@ Name: openvpn Version: 2.1 -Release: 0.11%{?prerelease:.%{prerelease}}%{?dist} +Release: 0.12%{?prerelease:.%{prerelease}}%{?dist} Summary: A full-featured SSL VPN solution URL: http://openvpn.net/ Source0: http://openvpn.net/release/%{name}-%{version}%{?prerelease:_%{prerelease}}.tar.gz @@ -132,6 +132,9 @@ %config %dir %{_sysconfdir}/%{name}/ %changelog +* Mon Jul 31 2006 Steven Pritchard 2.1-0.12.beta14 +- Rebuild + * Mon Jul 31 2006 Steven Pritchard 2.1-0.11.beta14 - Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:35:33 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:35:33 -0700 Subject: rpms/moodss/devel needs.rebuild,1.1,NONE Message-ID: <200608282335.k7SNZZFS031599@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31584 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:36:16 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:36:16 -0700 Subject: rpms/moomps/devel needs.rebuild,1.1,NONE Message-ID: <200608282336.k7SNaIcT031625@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moomps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31610 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:36:51 2006 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 28 Aug 2006 16:36:51 -0700 Subject: rpms/tktable/devel needs.rebuild,1.1,NONE Message-ID: <200608282336.k7SNarXN031670@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/tktable/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31653 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:13 -0700 Subject: rpms/jrtplib - New directory Message-ID: <200608282337.k7SNbFwX031731@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31704/jrtplib Log Message: Directory /cvs/extras/rpms/jrtplib added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 23:37:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:14 -0700 Subject: rpms/jrtplib/devel - New directory Message-ID: <200608282337.k7SNbGxA031734@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31704/jrtplib/devel Log Message: Directory /cvs/extras/rpms/jrtplib/devel added to the repository From fedora-extras-commits at redhat.com Mon Aug 28 23:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:30 -0700 Subject: rpms/jrtplib Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608282337.k7SNbWa9031778@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31750 Added Files: Makefile import.log Log Message: Setup of module jrtplib --- NEW FILE Makefile --- # Top level Makefile for module jrtplib all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:30 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:30 -0700 Subject: rpms/jrtplib/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608282337.k7SNbWRv031781@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31750/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module jrtplib --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Mon Aug 28 23:37:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:57 -0700 Subject: rpms/jrtplib import.log,1.1,1.2 Message-ID: <200608282337.k7SNbxvS031847@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814 Modified Files: import.log Log Message: auto-import jrtplib-3.6.0-1.fc6 on branch devel from jrtplib-3.6.0-1.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/jrtplib/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 28 Aug 2006 23:37:30 -0000 1.1 +++ import.log 28 Aug 2006 23:37:57 -0000 1.2 @@ -0,0 +1 @@ +jrtplib-3_6_0-1_fc6:HEAD:jrtplib-3.6.0-1.fc6.src.rpm:1156808270 From fedora-extras-commits at redhat.com Mon Aug 28 23:37:58 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 16:37:58 -0700 Subject: rpms/jrtplib/devel jrtplib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608282338.k7SNc0TL031852@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jrtplib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814/devel Modified Files: .cvsignore sources Added Files: jrtplib.spec Log Message: auto-import jrtplib-3.6.0-1.fc6 on branch devel from jrtplib-3.6.0-1.fc6.src.rpm --- NEW FILE jrtplib.spec --- Summary: JRTPLIB is an object-oriented RTP library written in C++ Name: jrtplib Version: 3.6.0 Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html Source0: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen BuildRequires: graphviz BuildRequires: jthread-devel %description JRTPLIB is an object-oriented RTP library written in C++. It was first developed at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperation between the Hasselt University) and the Maastricht University. %package devel Summary: Development files for JRTPLIB Group: Development/Libraries Requires: jrtplib = %{version}-%{release} Requires: jthread-devel %description devel Development files for JThread %prep %setup -q %build # Do not disable building of static libs as that will cause building of # example programs to fail. %configure make %{?_smp_mflags} doxygen %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install rm %{buildroot}%{_libdir}/*.a rm %{buildroot}%{_libdir}/*.la %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.MIT README.TXT TODO %{_libdir}/libjrtp-%{version}.so %files devel %defattr(-,root,root,-) %doc LICENSE.MIT documentation %{_includedir}/jrtplib3 %{_libdir}/libjrtp.so %{_libdir}/pkgconfig/jrtplib.pc %changelog * Sat Aug 5 2006 Jeffrey C. Ollie - 3.6.0-1 - Update to 3.6.0 * Sat Jan 7 2006 Jeffrey C. Ollie - 3.3.0-1 - Initial build. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jrtplib/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Aug 2006 23:37:30 -0000 1.1 +++ .cvsignore 28 Aug 2006 23:37:58 -0000 1.2 @@ -0,0 +1 @@ +jrtplib-3.6.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/jrtplib/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Aug 2006 23:37:30 -0000 1.1 +++ sources 28 Aug 2006 23:37:58 -0000 1.2 @@ -0,0 +1 @@ +8e69c3f4234b9386316f9aa9294e00cf jrtplib-3.6.0.tar.bz2 From fedora-extras-commits at redhat.com Mon Aug 28 23:43:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:43:04 -0700 Subject: rpms/cone/devel cone.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608282343.k7SNh6bl032024@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/cone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31990 Modified Files: cone.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: cone.spec =================================================================== RCS file: /cvs/extras/rpms/cone/devel/cone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- cone.spec 1 Aug 2006 23:09:36 -0000 1.15 +++ cone.spec 28 Aug 2006 23:43:04 -0000 1.16 @@ -3,7 +3,7 @@ Summary: CONE mail reader Name: cone Version: 0.68 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.courier-mta.org/cone/ Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 @@ -102,6 +102,9 @@ %doc cone/html %changelog +* Mon Aug 28 2006 Steven Pritchard 0.68-2 +- Rebuild. + * Tue Aug 01 2006 Steven Pritchard 0.68-1 - Update to 0.68. - Drop cone-0.66.20060203-compile.patch. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:43:06 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:43:06 -0700 Subject: rpms/gl-117/devel gl-117.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608282343.k7SNh8GR032028@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/gl-117/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31998 Modified Files: gl-117.spec Removed Files: needs.rebuild Log Message: Rebuild. Index: gl-117.spec =================================================================== RCS file: /cvs/extras/rpms/gl-117/devel/gl-117.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gl-117.spec 12 Feb 2006 00:11:55 -0000 1.8 +++ gl-117.spec 28 Aug 2006 23:43:06 -0000 1.9 @@ -1,6 +1,6 @@ Name: gl-117 Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Action flight simulator @@ -55,6 +55,9 @@ %{_mandir}/man6/* %changelog +* Mon Aug 28 2006 Steven Pritchard 1.3.2-3 +- Rebuild + * Sat Feb 11 2006 Steven Pritchard 1.3.2-2 - Drop BR: xorg-x11-devel, since it should be pulled in by SDL-devel - Don't hard-code path to X libs --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:47:26 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:47:26 -0700 Subject: rpms/perl-Data-Structure-Util/devel needs.rebuild,1.1,NONE Message-ID: <200608282347.k7SNlSpE032142@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Data-Structure-Util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32127 Removed Files: needs.rebuild Log Message: Oops, forgot to remove needs.rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Mon Aug 28 23:50:49 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 16:50:49 -0700 Subject: rpms/celestia/devel celestia.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608282350.k7SNopIR032215@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/celestia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32198 Modified Files: celestia.spec Removed Files: needs.rebuild Log Message: Add --disable-schemas-install to configure. Index: celestia.spec =================================================================== RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- celestia.spec 22 Aug 2006 16:47:59 -0000 1.19 +++ celestia.spec 28 Aug 2006 23:50:49 -0000 1.20 @@ -1,6 +1,6 @@ Name: celestia Version: 1.4.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: OpenGL real-time visual space simulation Group: Amusements/Graphics License: GPL @@ -51,7 +51,7 @@ export GTK_LIBS="$( pkg-config --libs gtkglext-x11-1.0 libgnomeui-2.0 )" # http://www.shatters.net/forum/viewtopic.php?t=9605 export CXXFLAGS="%{optflags} -fno-strict-aliasing" -%configure --with-gnome --with-lua +%configure --with-gnome --with-lua --disable-schemas-install make %{?_smp_mflags} @@ -105,13 +105,15 @@ # Seem to have gone away in post-1.4.0 CVS... #%doc manual/*.html manual/*.css %{_bindir}/* -%{_sysconfdir}/gconf/schemas/* %{_datadir}/applications/*%{name}.desktop %{_datadir}/%{name} %{_datadir}/pixmaps/%{name}.png %changelog +* Mon Aug 28 2006 Steven Pritchard 1.4.1-6 +- Add --disable-schemas-install to configure. + * Tue Aug 22 2006 Steven Pritchard 1.4.1-5 - Turn on -fno-strict-aliasing to work around bug #203525. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:10:57 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:10:57 -0700 Subject: rpms/CCfits/devel CCfits.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608290010.k7T0Ax2q002619@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/CCfits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2602 Modified Files: CCfits.spec Removed Files: needs.rebuild Log Message: Successful Build for FE6 Index: CCfits.spec =================================================================== RCS file: /cvs/extras/rpms/CCfits/devel/CCfits.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CCfits.spec 28 Jul 2006 10:34:13 -0000 1.4 +++ CCfits.spec 29 Aug 2006 00:10:57 -0000 1.5 @@ -76,13 +76,13 @@ %changelog * Fri Jul 28 2006 Sergio Pascual 1.5-2 -- Removed perl files in documentation. +- Removed perl files in the documentation (bug #200517). * Thu Jul 27 2006 Sergio Pascual 1.5-1 -- New upstream source 1.5 +- New upstream source 1.5. - Removed patch CCfits-1.4-g++4.patch (integrated in the source) -- Perl files in docs removed in the source +- Perl files in docs removed in the source. * Wed Mar 08 2006 Sergio Pascual 1.4-4 -- Removed explicit Buildrequires gcc-c++ +- Removed explicit Buildrequires gcc-c++. * Tue Mar 07 2006 Sergio Pascual 1.4-3 - Rebuilt with new upstream source. * Mon Mar 06 2006 Sergio Pascual 1.4-2 @@ -91,6 +91,6 @@ - Removed perl files in documentation. - Changed license type to BSD. - Main summary changed and trailing dots removed. -- Removed -rpath in the shared library +- Removed -rpath in the shared library. * Thu Feb 16 2006 Sergio Pascual 1.4-0 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:12:16 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:12:16 -0700 Subject: rpms/sextractor/devel needs.rebuild,1.1,NONE Message-ID: <200608290012.k7T0CIgm002657@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/sextractor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2642 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:13:22 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:13:22 -0700 Subject: rpms/wcstools/devel needs.rebuild,1.1,NONE Message-ID: <200608290013.k7T0DOIv002703@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/wcstools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2688 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:14:06 2006 From: fedora-extras-commits at redhat.com (Sergio Pascual (sergiopr)) Date: Mon, 28 Aug 2006 17:14:06 -0700 Subject: rpms/xpa/devel needs.rebuild,1.1,NONE Message-ID: <200608290014.k7T0E8UU002730@cvs-int.fedora.redhat.com> Author: sergiopr Update of /cvs/extras/rpms/xpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2715 Removed Files: needs.rebuild Log Message: Successful rebuild for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:28:35 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:28:35 -0700 Subject: owners owners.list,1.1462,1.1463 Message-ID: <200608290028.k7T0Sbna003031@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3010 Modified Files: owners.list Log Message: Adding jrtplib. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1462 retrieving revision 1.1463 diff -u -r1.1462 -r1.1463 --- owners.list 28 Aug 2006 20:28:11 -0000 1.1462 +++ owners.list 29 Aug 2006 00:28:35 -0000 1.1463 @@ -664,6 +664,7 @@ Fedora Extras|john|John the Ripper password cracker|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|jpgraph|An OO graph drawing class library for PHP|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|js|JavaScript interpreter|matthias at rpmforge.net|extras-qa at fedoraproject.org| +Fedora Extras|jrtplib|JRTPLIB is an object-oriented RTP library written in C++|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|jthread|JThread provides classes to make use of threads easy on different platforms|jeff at ocjtech.us|extras-qa at fedoraproject.org| Fedora Extras|juk|Jukebox and music manager for KDE|nomis80 at nomis80.org|extras-qa at fedoraproject.org| Fedora Extras|k3b-extras|Free codec plugins for k3b|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 00:29:04 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 17:29:04 -0700 Subject: rpms/perl-Text-Reform/devel perl-Text-Reform.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608290029.k7T0T6hC003064@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Reform/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3045 Modified Files: perl-Text-Reform.spec Removed Files: needs.rebuild Log Message: Minor spec cleanup to more closely resemble current cpanspec output. Index: perl-Text-Reform.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Reform/devel/perl-Text-Reform.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Text-Reform.spec 6 Sep 2005 01:36:40 -0000 1.8 +++ perl-Text-Reform.spec 29 Aug 2006 00:29:04 -0000 1.9 @@ -1,16 +1,15 @@ Name: perl-Text-Reform Version: 1.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Manual text wrapping and reformatting -Group: Development/Libraries License: Artistic +Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Reform/ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch Requires: perl(TeX::Hyphen) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The module supplies a re-entrant, highly configurable replacement for the @@ -34,12 +33,10 @@ find $RPM_BUILD_ROOT -type f -name 'demo*.pl' -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlartistic > Artistic - %check make test @@ -48,11 +45,14 @@ %files %defattr(-,root,root,-) -%doc Changes README demo*.pl Artistic -%{perl_vendorlib}/Text/ -%{_mandir}/man3/*.3* +%doc Changes README demo*.pl +%{perl_vendorlib}/* +%{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.11-6 +- Minor spec cleanup to more closely resemble current cpanspec output. + * Mon Sep 05 2005 Steven Pritchard 0.11-5 - Minor spec cleanup. - Add Artistic. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:39:35 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 17:39:35 -0700 Subject: rpms/perl-Text-Levenshtein/devel perl-Text-Levenshtein.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608290039.k7T0db2L003227@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Levenshtein/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3208 Modified Files: perl-Text-Levenshtein.spec Removed Files: needs.rebuild Log Message: Improve Summary, description, and Source0 URL. Fix find option ordering. Don't generate license files. Index: perl-Text-Levenshtein.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Levenshtein/devel/perl-Text-Levenshtein.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Levenshtein.spec 26 Jan 2006 21:13:52 -0000 1.1 +++ perl-Text-Levenshtein.spec 29 Aug 2006 00:39:35 -0000 1.2 @@ -1,18 +1,22 @@ Name: perl-Text-Levenshtein Version: 0.05 -Release: 2%{?dist} -Summary: Text::Levenshtein Perl module +Release: 3%{?dist} +Summary: Implementation of the Levenshtein edit distance License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Levenshtein/ -Source0: http://www.cpan.org/modules/by-module/Text/Text-Levenshtein-0.05.tar.gz +Source0: http://www.cpan.org/authors/id/J/JG/JGOLDBERG/Text-Levenshtein-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Text::Levenshtein is an implementation of the Levenshtein edit -distance in Perl. +This module implements the Levenshtein edit distance. The Levenshtein edit +distance is a measure of the degree of proximity between two strings. This +distance is the number of substitutions, deletions or insertions ("edits") +needed to transform one string into the other one (and vice versa). When +two strings have distance 0, they are the same. A good point to start is: + %prep %setup -q -n Text-Levenshtein-%{version} @@ -27,13 +31,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -42,11 +43,16 @@ %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.05-3 +- Improve Summary, description, and Source0 URL. +- Fix find option ordering. +- Don't generate license files. + * Fri Sep 16 2005 Steven Pritchard 0.05-2 - Remove core module Test::More dependency. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:42:22 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 17:42:22 -0700 Subject: rpms/itk/devel itk.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290042.k7T0gOd0004178@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/itk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4161 Modified Files: itk.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: itk.spec =================================================================== RCS file: /cvs/extras/rpms/itk/devel/itk.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- itk.spec 1 Jun 2006 18:31:10 -0000 1.2 +++ itk.spec 29 Aug 2006 00:42:22 -0000 1.3 @@ -1,6 +1,6 @@ Name: itk Version: 3.3 -Release: 0.3.RC1%{?dist} +Release: 0.4.RC1%{?dist} Summary: Object oriented extensions to Tk Group: Development/Libraries @@ -57,6 +57,9 @@ %doc %changelog +* Mon Aug 28 2006 Wart - 3.3-0.4.RC1 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.3-0.3.RC1 - Fixed Requires: for -devel subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:44:29 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:44:29 -0700 Subject: rpms/byzanz/devel byzanz.spec,1.10,1.11 Message-ID: <200608290044.k7T0iV2g004248@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4231 Modified Files: byzanz.spec Log Message: Bump release and rebuild. Index: byzanz.spec =================================================================== RCS file: /cvs/extras/rpms/byzanz/devel/byzanz.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- byzanz.spec 14 Jun 2006 20:59:34 -0000 1.10 +++ byzanz.spec 29 Aug 2006 00:44:29 -0000 1.11 @@ -1,7 +1,7 @@ Summary: A desktop recorder Name: byzanz Version: 0.1.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.freedesktop.org/~company/byzanz/ @@ -89,6 +89,9 @@ %{_mandir}/man1/byzanz-record.1* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-3 +- Bump release and rebuild. + * Wed Jun 14 2006 Jeffrey C. Ollie - 0.1.1-2 - Add gettext-devel BR From fedora-extras-commits at redhat.com Tue Aug 29 00:45:21 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:45:21 -0700 Subject: rpms/byzanz/devel needs.rebuild,1.1,NONE Message-ID: <200608290045.k7T0jN82004319@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4304 Removed Files: needs.rebuild Log Message: Remove needs.rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:46:57 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:46:57 -0700 Subject: rpms/ejabberd/devel ejabberd.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290046.k7T0kxpQ004352@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/ejabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4335 Modified Files: ejabberd.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: ejabberd.spec =================================================================== RCS file: /cvs/extras/rpms/ejabberd/devel/ejabberd.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ejabberd.spec 3 Jul 2006 14:59:29 -0000 1.3 +++ ejabberd.spec 29 Aug 2006 00:46:57 -0000 1.4 @@ -1,6 +1,6 @@ Name: ejabberd Version: 1.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A distributed, fault-tolerant Jabber/XMPP server Group: Applications/Internet @@ -150,6 +150,9 @@ %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.1.1-10 +- Bump release and rebuild. + * Mon Jul 3 2006 Jeffrey C. Ollie - 1.1.1-9 - Updated init script - should hopefully fix some problems with status & stop commands. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:49:56 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:49:56 -0700 Subject: rpms/iksemel/devel iksemel.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290049.k7T0nwaN004429@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/iksemel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4412 Modified Files: iksemel.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: iksemel.spec =================================================================== RCS file: /cvs/extras/rpms/iksemel/devel/iksemel.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- iksemel.spec 3 Aug 2006 00:52:36 -0000 1.2 +++ iksemel.spec 29 Aug 2006 00:49:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: iksemel Version: 1.2 -Release: 6%{?dist} +Release: 10%{?dist} Summary: An XML parser library designed for Jabber applications Group: System Environment/Libraries @@ -114,6 +114,9 @@ %{_bindir}/iksroster %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.2-10 +- Bump release and rebuild. + * Wed Aug 2 2006 Jeffrey C. Ollie - 1.2-6 - Temporarily disable make check until problems with it can be figured out. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:52:35 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:52:35 -0700 Subject: rpms/jthread/devel jthread.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290052.k7T0qbOD004503@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/jthread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4486 Modified Files: jthread.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: jthread.spec =================================================================== RCS file: /cvs/extras/rpms/jthread/devel/jthread.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jthread.spec 6 Aug 2006 04:48:07 -0000 1.3 +++ jthread.spec 29 Aug 2006 00:52:35 -0000 1.4 @@ -1,7 +1,7 @@ Summary: JThread provides classes to make use of threads easy on different platforms Name: jthread Version: 1.2.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://research.edm.luc.ac.be/jori/jthread/jthread.html @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/jthread.pc %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 1.2.1-2 +- Bump release and rebuild. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.2.1-1 - Update to 1.2.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:55:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:55:19 -0700 Subject: rpms/byzanz/devel byzanz.spec,1.11,1.12 Message-ID: <200608290055.k7T0tLrR004566@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/byzanz/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4549 Modified Files: byzanz.spec Log Message: BR perl(XML::Parser) Index: byzanz.spec =================================================================== RCS file: /cvs/extras/rpms/byzanz/devel/byzanz.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- byzanz.spec 29 Aug 2006 00:44:29 -0000 1.11 +++ byzanz.spec 29 Aug 2006 00:55:19 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A desktop recorder Name: byzanz Version: 0.1.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.freedesktop.org/~company/byzanz/ @@ -15,6 +15,7 @@ BuildRequires: gnome-vfs2-devel >= 2.12.0 BuildRequires: libgnomeui-devel >= 2.12.0 BuildRequires: gettext-devel +BuildRequires: perl(XML::Parser) Requires(pre): GConf2 Requires(post): GConf2 @@ -89,6 +90,9 @@ %{_mandir}/man1/byzanz-record.1* %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-4 +- BR perl(XML::Parser) + * Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.1-3 - Bump release and rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 00:56:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 17:56:00 -0700 Subject: rpms/tile/devel tile.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290056.k7T0u2bR004645@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4623 Modified Files: tile.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tile.spec =================================================================== RCS file: /cvs/extras/rpms/tile/devel/tile.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tile.spec 1 Jun 2006 20:21:14 -0000 1.2 +++ tile.spec 29 Aug 2006 00:56:00 -0000 1.3 @@ -1,6 +1,6 @@ Name: tile Version: 0.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Modernized widgets for Tk Group: Development/Libraries @@ -67,6 +67,9 @@ %{_libdir}/*.a %changelog +* Mon Aug 28 2006 Wart - 0.7.2-5 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 0.7.2-4 - Fixed Requires: for -devel subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 00:57:54 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 17:57:54 -0700 Subject: rpms/libeXosip2/devel libeXosip2.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608290057.k7T0vuRl004721@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libeXosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4704 Modified Files: libeXosip2.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libeXosip2.spec =================================================================== RCS file: /cvs/extras/rpms/libeXosip2/devel/libeXosip2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libeXosip2.spec 6 Jun 2006 03:33:01 -0000 1.8 +++ libeXosip2.spec 29 Aug 2006 00:57:54 -0000 1.9 @@ -2,7 +2,7 @@ Summary: A library that hides the complexity of using the SIP protocol Name: libeXosip2 Version: 2.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://savannah.nongnu.org/projects/eXosip @@ -70,7 +70,10 @@ %{_mandir}/man3/*.3* %changelog -* Mon Jun 5 2006 Jeffrey C. Ollie - 2.2.3 +* Mon Aug 28 2006 Jeffrey C. Ollie - 2.2.3-3 +- Bump release and rebuild. + +* Mon Jun 5 2006 Jeffrey C. Ollie - 2.2.3-2 - Add BR for doxygen. * Mon May 29 2006 Jeffrey C. Ollie - 2.2.3-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 01:05:36 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Mon, 28 Aug 2006 18:05:36 -0700 Subject: rpms/perl-Text-Diff/devel perl-Text-Diff.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608290105.k7T15cX8007529@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Diff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7512 Modified Files: perl-Text-Diff.spec Removed Files: needs.rebuild Log Message: Improve Summary, description, and Source0 URL. Fix find option ordering. Don't generate license texts. Index: perl-Text-Diff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Diff/devel/perl-Text-Diff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Diff.spec 6 Jan 2006 21:24:01 -0000 1.1 +++ perl-Text-Diff.spec 29 Aug 2006 01:05:36 -0000 1.2 @@ -1,18 +1,22 @@ Name: perl-Text-Diff Version: 0.35 -Release: 2%{?dist} -Summary: Text::Diff Perl module +Release: 3%{?dist} +Summary: Perform diffs on files and record sets License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Diff/ -Source0: http://www.cpan.org/modules/by-module/Text/Text-Diff-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RB/RBS/Text-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Algorithm::Diff) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -Text::Diff - Perform diffs on files and record sets. +Text::Diff provides a basic set of services akin to the GNU diff utility. +It is not anywhere near as feature complete as GNU diff, but it is better +integrated with Perl and available on all platforms. It is often faster +than shelling out to a system's diff executable for small files, and +generally slower on larger files. %prep %setup -q -n Text-Diff-%{version} @@ -27,13 +31,10 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -42,11 +43,16 @@ %files %defattr(-,root,root,-) -%doc Changes COPYING Artistic +%doc Changes %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.35-3 +- Improve Summary, description, and Source0 URL. +- Fix find option ordering. +- Don't generate license texts. + * Fri Sep 16 2005 Steven Pritchard 0.35-2 - Minor spec cleanup. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 01:08:43 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Mon, 28 Aug 2006 18:08:43 -0700 Subject: rpms/gcin/FC-5 gcin.spec,1.1,1.2 Message-ID: <200608290108.k7T18jJk007644@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7615 Modified Files: gcin.spec Log Message: rename config file gcin.conf to gcin for FC5 Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcin.spec 24 Aug 2006 07:54:11 -0000 1.1 +++ gcin.spec 29 Aug 2006 01:08:42 -0000 1.2 @@ -1,6 +1,6 @@ Name: gcin Version: 1.2.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -48,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin.conf +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinput.d/gcin rm -f $RPM_BUILD_ROOT/%{_datadir}/control-center-2.0/capplets/gcin-setup.desktop rm -f $RPM_BUILD_ROOT/%{_includedir}/gcin-im-client.h desktop-file-install \ @@ -67,7 +67,7 @@ /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : - %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/gcin.conf 40 + %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 %postun @@ -78,14 +78,14 @@ %preun if [ $1 -eq 0 ]; then - %{_sbindir}/alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf >/dev/null 2>&1 || : + %{_sbindir}/alternatives --remove xinput-zh_TW %{_sysconfdir}/X11/xinit/xinput.d/gcin >/dev/null 2>&1 || : fi %files %defattr(-,root,root,-) %doc README COPYING Changelog -%config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin.conf +%config(noreplace) %{_sysconfdir}/X11/xinit/xinput.d/gcin %{_bindir}/gcin %{_bindir}/gcin-setup %{_bindir}/gcin2tab @@ -100,9 +100,7 @@ %{_datadir}/applications/fedora-gcin-setup.desktop %{_datadir}/gcin/ %{_datadir}/icons/gcin/ -%{_datadir}/icons/gcin.png -%{_datadir}/icons/gcin-tray.png -%{_datadir}/icons/gcin-tray-sim.png +%{_datadir}/icons/gcin*.png %{_mandir}/*/* %{_libdir}/menu/gcin* %{_libdir}/gtk-2.0/immodules/im-gcin.so @@ -111,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-13 +- rename config file gcin.conf to gcin for FC5 + * Thu Aug 24 2006 Chung-Yen Chang - 1.2.2-12 - modify spec file only for fc5 and later (branch the spec file) From fedora-extras-commits at redhat.com Tue Aug 29 01:40:24 2006 From: fedora-extras-commits at redhat.com (Chung-Yen Chang (candyz)) Date: Mon, 28 Aug 2006 18:40:24 -0700 Subject: rpms/gcin/FC-5 gcin.spec,1.2,1.3 Message-ID: <200608290140.k7T1eR6H007849@cvs-int.fedora.redhat.com> Author: candyz Update of /cvs/extras/rpms/gcin/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7828 Modified Files: gcin.spec Log Message: fix post scriptlet error for /usr/sbin/alternatives --install Index: gcin.spec =================================================================== RCS file: /cvs/extras/rpms/gcin/FC-5/gcin.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcin.spec 29 Aug 2006 01:08:42 -0000 1.2 +++ gcin.spec 29 Aug 2006 01:40:24 -0000 1.3 @@ -1,6 +1,6 @@ Name: gcin Version: 1.2.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Input method for Traditional Chinese Group: System Environment/Libraries @@ -67,7 +67,7 @@ /sbin/ldconfig %{_bindir}/update-gtk-immodules %{_host} >/dev/null 2>&1 || : update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : - %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 +%{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinput.d/zh_TW xinput-zh_TW /etc/X11/xinit/xinput.d/gcin 40 %postun @@ -109,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-14 +- fix post scriptlet error for /usr/sbin/alternatives --install + * Tue Aug 29 2006 Chung-Yen Chang - 1.2.2-13 - rename config file gcin.conf to gcin for FC5 From fedora-extras-commits at redhat.com Tue Aug 29 01:47:47 2006 From: fedora-extras-commits at redhat.com (Brandon Holbrook (static)) Date: Mon, 28 Aug 2006 18:47:47 -0700 Subject: rpms/php-shout/devel Makefile,1.2,1.3 Message-ID: <200608290147.k7T1ln6O007927@cvs-int.fedora.redhat.com> Author: static Update of /cvs/extras/rpms/php-shout/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7910 Modified Files: Makefile Log Message: Remove MOCKARGS declaration Index: Makefile =================================================================== RCS file: /cvs/extras/rpms/php-shout/devel/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 28 Aug 2006 04:46:57 -0000 1.2 +++ Makefile 29 Aug 2006 01:47:47 -0000 1.3 @@ -2,7 +2,6 @@ # $Id$ NAME := php-shout SPECFILE = $(firstword $(wildcard *.spec)) -MOCKARGS = --autocache define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done From fedora-extras-commits at redhat.com Tue Aug 29 02:05:02 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:05:02 -0700 Subject: rpms/libresample/devel libresample.spec,1.2,1.3 Message-ID: <200608290205.k7T254J9010632@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10615 Modified Files: libresample.spec Log Message: Bump release and rebuild. Index: libresample.spec =================================================================== RCS file: /cvs/extras/rpms/libresample/devel/libresample.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libresample.spec 16 Feb 2006 06:07:38 -0000 1.2 +++ libresample.spec 29 Aug 2006 02:05:02 -0000 1.3 @@ -1,7 +1,7 @@ Summary: A real-time library for audio sampling rate conversion Name: libresample Version: 0.1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries URL: http://ccrma-www.stanford.edu/~jos/resample/Free_Resampling_Software.html @@ -67,6 +67,9 @@ %{_libdir}/libresample.a %changelog +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.1.3-3 +- Bump release and rebuild. + * Thu Feb 16 2006 Jeffrey C. Ollie - 0.1.3-2 - Expanded %%description. - Add %%{?dist} to release. From fedora-extras-commits at redhat.com Tue Aug 29 02:06:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:06:50 -0700 Subject: rpms/libresample/devel needs.rebuild,1.1,NONE Message-ID: <200608290206.k7T26qmo010719@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libresample/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10701 Removed Files: needs.rebuild Log Message: Remove rebuild flag file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:06:52 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:06:52 -0700 Subject: rpms/iwidgets/devel iwidgets.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608290207.k7T27OOB010739@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/iwidgets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10689 Modified Files: iwidgets.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: iwidgets.spec =================================================================== RCS file: /cvs/extras/rpms/iwidgets/devel/iwidgets.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- iwidgets.spec 22 Feb 2006 17:46:57 -0000 1.1 +++ iwidgets.spec 29 Aug 2006 02:06:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: iwidgets Version: 4.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A set of useful widgets based on itcl and itk Group: Development/Libraries @@ -70,6 +70,9 @@ %doc README license.terms doc/iwidgets.ps %changelog +* Mon Aug 28 2006 Wart - 4.0.1-4 +- Rebuild for Fedora Extras + * Fri Dec 29 2005 Wart - 4.0.1-3 - Updated source url - Change Requires: based on bz #174265 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:08:23 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:08:23 -0700 Subject: rpms/pyicq-t/devel needs.rebuild,1.1,NONE Message-ID: <200608290208.k7T28P29010823@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/pyicq-t/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10808 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:09:07 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:09:07 -0700 Subject: rpms/python-dns/devel needs.rebuild,1.1,NONE Message-ID: <200608290209.k7T299XP010854@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-dns/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10839 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:10:19 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:10:19 -0700 Subject: rpms/python-musicbrainz2/devel needs.rebuild,1.1,NONE Message-ID: <200608290210.k7T2ALSU010885@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-musicbrainz2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10870 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:11:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:11:47 -0700 Subject: rpms/python-xmpp/devel needs.rebuild,1.1,NONE Message-ID: <200608290211.k7T2Bnl6010933@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/python-xmpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10918 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:12:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:12:40 -0700 Subject: rpms/tcldom/devel tcldom.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608290212.k7T2Cgek010961@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tcldom/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10944 Modified Files: tcldom.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tcldom.spec =================================================================== RCS file: /cvs/extras/rpms/tcldom/devel/tcldom.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tcldom.spec 1 Jun 2006 18:58:08 -0000 1.4 +++ tcldom.spec 29 Aug 2006 02:12:40 -0000 1.5 @@ -1,7 +1,7 @@ Summary: TclDOM is a package that provides a DOM binding for the Tcl scripting language Name: tcldom Version: 3.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Development/Libraries URL: http://tclxml.sourceforge.net/ @@ -78,6 +78,9 @@ %{_libdir}/%{name}_libxml2%{version}/*.a %changelog +* Mon Aug 28 2006 Wart - 3.1-6 +- Rebuild for Fedora Extras + * Thu Jun 1 2006 Wart - 3.1-5 - Fixed Requires: for subpackages --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:13:14 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:13:14 -0700 Subject: rpms/radiusclient-ng/devel needs.rebuild,1.1,NONE Message-ID: <200608290213.k7T2DGLL011032@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/radiusclient-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11017 Removed Files: needs.rebuild Log Message: Noarch package, no rebuild needed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:15:05 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Mon, 28 Aug 2006 19:15:05 -0700 Subject: rpms/radiusclient-ng/devel radiusclient-ng.spec,1.1,1.2 Message-ID: <200608290215.k7T2F7cQ011097@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/radiusclient-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11078 Modified Files: radiusclient-ng.spec Log Message: Oops, yes we do need to rebuild. Index: radiusclient-ng.spec =================================================================== RCS file: /cvs/extras/rpms/radiusclient-ng/devel/radiusclient-ng.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- radiusclient-ng.spec 11 Jul 2006 18:57:31 -0000 1.1 +++ radiusclient-ng.spec 29 Aug 2006 02:15:04 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RADIUS protocol client library Name: radiusclient-ng Version: 0.5.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Applications/Internet URL: http://developer.berlios.de/projects/radiusclient-ng/ @@ -100,7 +100,10 @@ %{_sbindir}/radstatus %changelog -* Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2 +* Mon Aug 28 2006 Jeffrey C. Ollie - 0.5.2-4 +- Bump release and rebuild. + +* Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2-3 - Own /etc/radiusclient-ng * Tue Jul 11 2006 Jeffrey C. Ollie - 0.5.2-2 From fedora-extras-commits at redhat.com Tue Aug 29 02:39:55 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:39:55 -0700 Subject: rpms/tclsoap/devel tclsoap.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608290239.k7T2dv15011252@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/tclsoap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11235 Modified Files: tclsoap.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: tclsoap.spec =================================================================== RCS file: /cvs/extras/rpms/tclsoap/devel/tclsoap.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tclsoap.spec 29 Jan 2006 03:31:51 -0000 1.1 +++ tclsoap.spec 29 Aug 2006 02:39:55 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Tcl commands for SOAP remote procedure calls Name: tclsoap Version: 1.6.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://tclsoap.sourceforge.net/ Group: Development/Libraries @@ -41,5 +41,8 @@ %doc doc/* %changelog +* Mon Aug 28 2006 Wart - 1.6.7-2 +- Rebuild for Fedora Extras + * Sat Dec 10 2005 Wart - 1.6.7-1 - Initial spec file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:50:19 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:50:19 -0700 Subject: rpms/rogue/devel rogue.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608290250.k7T2oLCO011341@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/rogue/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11324 Modified Files: rogue.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: rogue.spec =================================================================== RCS file: /cvs/extras/rpms/rogue/devel/rogue.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rogue.spec 16 May 2006 18:30:55 -0000 1.6 +++ rogue.spec 29 Aug 2006 02:50:19 -0000 1.7 @@ -1,6 +1,6 @@ Name: rogue Version: 5.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: The original graphical adventure game Group: Amusements/Games @@ -81,6 +81,9 @@ %changelog +* Mon Aug 28 2006 Wart 5.4.2-7 +- Rebuild for Fedora Extras + * Tue May 16 2006 Wart 5.4.2-6 - Added empty initial scoreboard file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 02:52:00 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 19:52:00 -0700 Subject: rpms/ularn/devel ularn.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290252.k7T2q20a011412@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/ularn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11395 Modified Files: ularn.spec Removed Files: needs.rebuild Log Message: Rebuild for Fedora Extras Index: ularn.spec =================================================================== RCS file: /cvs/extras/rpms/ularn/devel/ularn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ularn.spec 16 Apr 2006 04:25:53 -0000 1.3 +++ ularn.spec 29 Aug 2006 02:52:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Wart 1.5p4-6 +- Rebuild for Fedora Extras + * Sat Apr 15 2006 Wart 1.5p4-5 - Update setgid patch to prevent closing the scoreboard file after writing it. This file might get written multiple times during the game. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:04:13 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:13 -0700 Subject: kadischi kadischi.spec,1.34,1.35 Message-ID: <200608290304.k7T34kfS014183@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi Modified Files: kadischi.spec Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: kadischi.spec =================================================================== RCS file: /cvs/devel/kadischi/kadischi.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- kadischi.spec 21 Aug 2006 02:10:25 -0000 1.34 +++ kadischi.spec 29 Aug 2006 03:04:11 -0000 1.35 @@ -1,7 +1,7 @@ %define alphatag %(date +%%Y%%m%%d)cvs Name: kadischi -Version: 3.0 +Version: 3.1 Release: 1.%{alphatag} Summary: LiveCD generation utility @@ -91,6 +91,10 @@ %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo %changelog +* Mon Aug 28 2006 3.1-1.20060820cvs +- Implement hybrid nash/busybox initramfs rather than use Ext2 initrd + + * Sun Aug 20 2006 3.0-1.20060820cvs - Added user BURN and VERIFY dialogs for created LiveCD or DVD From fedora-extras-commits at redhat.com Tue Aug 29 03:04:15 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:15 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.24,1.25 Message-ID: <200608290304.k7T34kao014181@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- livecd-mkinitrd.sh 24 Aug 2006 07:37:24 -0000 1.24 +++ livecd-mkinitrd.sh 29 Aug 2006 03:04:13 -0000 1.25 @@ -2,26 +2,22 @@ # livecd-mkinitrd.sh # -# based on diskless-mkinitrd from readonly-root package -# -# diskless-mkinitrd is based heavily on mkinitrd and updateDiskless from system-config-boot +# based on mkinitrd from Fedora Core 5 # set -x PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH export PATH -# VERSION=0.6 # diskless-mkinitrd version +# VERSION=0.1 VERSION=0.1 +# Always compress compress=1 rootdir="" imagedir="/boot/isolinux/" image="initrd.img" -imagesmp="initrd.smp.img" kernel="" -is_up_kernel="" -is_smp_kernel="" force="" verbose="" basedir="" @@ -29,10 +25,11 @@ IMAGESIZE=10000 + . /etc/kadischi/kadischi.conf usage () { - echo "usage: `basename $0` [--version] [-v] [-f] [--nocompress]" >&2 + echo "usage: `basename $0` [--version] [-v]" >&2 echo " " >&2 echo " (ex: `basename $0` /tmp/system 2.6.11-1.1369_FC4)" >&2 exit 1 @@ -41,7 +38,7 @@ findmodules() { cd $rootdir/lib/modules/$kernel for dir in $@; do - /usr/bin/find kernel/$dir -name *.ko -o -name *.o -o -name *.o.gz + /usr/bin/find kernel/$dir -name *.ko -o -name *.o -o -name *.o.gz done } @@ -49,21 +46,21 @@ if [ "$#" != "1" ];then echo "usage: instmodule " return - fi + fi src=$rootdir/lib/modules/$kernel/$1 dest=$MNTIMAGE/lib/modules/$kernel/$1 dir=$(dirname $dest) if [ ! -d $dir ]; then - /bin/mkdir -p $dir + /bin/mkdir -p $dir fi if [ -x /usr/bin/strip ]; then - /usr/bin/strip -g $verbose $src -o $dest + /usr/bin/strip -g $verbose $src -o $dest else - [ -n "$verbose" ] && echo "$src -> $dest" - cp -a $src $dest + [ -n "$verbose" ] && echo "$src -> $dest" + cp -a $src $dest fi } @@ -71,98 +68,42 @@ if [ "$#" != "2" ];then echo "usage: inst " return - fi + fi [ -n "$verbose" ] && echo "$1 -> $2" cp $1 $2 } while [ $# -gt 0 ]; do case $1 in - --version) - echo "mkinitrd: version $VERSION" - exit 0 - ;; - - -v) - verbose=-v - ;; - - --nocompress) - compress="" - ;; - - --force) - force=1 - ;; - -# --image-version) -# img_vers=yes -# ;; -# -# --live-cd) -# live_cd=yes -# ;; - - *) - if [ -z "$rootdir" ]; then - rootdir=$1 - elif [ -z "$kernel" ]; then - kernel=$1 - else - usage - fi - ;; + --version) + echo "mkinitrd: version $VERSION" + exit 0 + ;; + + -v) + verbose=-v + ;; + *) + if [ -z "$rootdir" ]; then + rootdir=$1 + elif [ -z "$kernel" ]; then + kernel=$1 + else + usage + fi + ;; esac shift done -is_smp_kernel() { - echo "$kernel" | /bin/grep smp >/dev/null 2>&1 - if [ "$?" -eq "0" ]; then - is_smp_kernel="yes" - elif [ "$?" -ne "0" ]; then - is_smp_kernel="no" - fi -} - -is_up_kernel() { - echo "$kernel" | /bin/grep -v smp >/dev/null 2>&1 - if [ "$?" -eq "0" ]; then - is_up_kernel="yes" - elif [ "$?" -ne "0" ]; then - is_up_kernel="no" - fi -} - -is_smp_kernel -is_up_kernel - -if [ "$is_smp_kernel" == "yes" ] && [ "$is_up_kernel" == "no" ]; then - image="initrd.smp.img" -else - if [ "$is_smp_kernel" == "no" ] && [ "$is_up_kernel" == "yes" ]; then - image="initrd.img" - fi -fi - if [ -z "$rootdir" -o -z "$kernel" ]; then usage fi -#if [ -n "$img_vers" ]; then -# target="$target-$kernel" -#fi - -if [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ "$is_smp_kernel" == "yes" ]; then - echo "$rootdir/$imagedir/$image already exists. Must be 2 kernels.. continuing" >&2 -elif [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ "$is_smp_kernel" == "no" ]; then - echo "$rootdir/$imagedir/$image already exists." >&2 - exit 1 -elif [ -z "$force" -a -f $rootdir/$imagedir/$image ] && [ -z "$force" -a -f $rootdir/$imagedir/$imagesmp ]; then - echo "$rootdir/$imagedir/$image and $imagesmp already exists." >&2 - exit 1 -fi + + + if [ ! -d $rootdir/$imagedir ]; then /bin/mkdir $rootdir/$imagedir @@ -182,6 +123,7 @@ exit 1 fi + # find a temporary directory which doesn't use tmpfs TMPDIR="$rootdir/.." # ************************************************ @@ -195,6 +137,7 @@ MNTPOINT=`/bin/mktemp -d ${TMPDIR}/initrd.mnt.XXXXXX` RCFILE=$MNTIMAGE/linuxrc + if [ -z "$MNTIMAGE" -o -z "$IMAGE" -o -z "$MNTPOINT" ]; then echo "Error creating temporaries. Try again" >&2 exit 1 @@ -209,6 +152,8 @@ /bin/mknod /dev/loop$i b 7 $i fi done + + echo $kernel | grep FC5 >/dev/null if [ "$?" -eq "0" ]; then /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 @@ -226,6 +171,7 @@ /sbin/losetup ${LODEV} $IMAGE || exit 1 + # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 @@ -235,6 +181,8 @@ else echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null fi + + /sbin/tune2fs -i0 $LODEV >/dev/null if [ -n "$verbose" ]; then @@ -243,8 +191,8 @@ /bin/mkdir -p $MNTPOINT /bin/mount -t ext2 $LODEV $MNTPOINT || { - echo "Can't get a loopback device" - exit 1 + echo "Can't get a loopback device" + exit 1 } /bin/mkdir -p $MNTIMAGE/lib @@ -253,6 +201,7 @@ /bin/mkdir -p $MNTIMAGE/bin /bin/mkdir -p $MNTIMAGE/etc /bin/mkdir -p $MNTIMAGE/etc/modprobe.d +/bin/mkdir -p $MNTIMAGE/etc/makedev.d /bin/mkdir -p $MNTIMAGE/dev /bin/mkdir -p $MNTIMAGE/proc /bin/mkdir -p $MNTIMAGE/sys @@ -262,10 +211,12 @@ /bin/mkdir -p $MNTIMAGE/usr/lib /bin/mkdir -p $MNTIMAGE/var/lib/nfs/rpc_pipefs /bin/mkdir -p $MNTIMAGE/mnt/source +/bin/mkdir -p $MNTIMAGE/dev/mapper /bin/ln -s bin $MNTIMAGE/sbin # We don't need this directory, so let's save space # /bin/rm -rf $MNTPOINT/lost+found +cp $rootdir/etc/makedev.d/* $MNTIMAGE/etc/makedev.d inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" @@ -275,7 +226,7 @@ if [ -f $rootdir/lib/tls/libc.so.6 ]; then inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" else - inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" fi if [ -f $rootdir/lib/tls/libm.so.6 ]; then @@ -289,10 +240,10 @@ inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" fi +# Install NASH +inst /sbin/nash "$MNTIMAGE/bin/nash" +# Install busybox inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" -for i in [ ash awk cat cut echo grep ifconfig ls lsmod mount pivot_root rmmod route sh sort umount sleep halt reboot rm clear; do - /bin/ln -s busybox "$MNTIMAGE/bin/$i" -done inst $LIBEXECDIR/kadischi/find-live-cd "$MNTIMAGE/bin/find-live-cd" inst $LIBEXECDIR/kadischi/eject-live-cd "$MNTIMAGE/bin/eject-live-cd" @@ -315,17 +266,19 @@ fi inst $rootdir/lib/modules/$kernel/modules.dep "$MNTIMAGE/lib/modules/$kernel/modules.dep" -MODULES=$(findmodules drivers/parport drivers/block/loop.ko fs/squashfs drivers/cdrom/cdrom.ko drivers/ide/ide-cd.ko) +MODULES=$(findmodules drivers/parport drivers/block/loop.ko fs/jbd/jbd.ko fs/ext3/ext3.ko fs/squashfs drivers/cdrom/cdrom.ko drivers/ide/ide-cd.ko drivers/md/dm-mirror.ko drivers/md/dm-zero.ko drivers/md/dm-mod.ko drivers/md/dm-snapshot.ko) for MODULE in $MODULES; do instmodule $MODULE done -# mknod'ing the devices instead of copying them works both with and -# without devfs... + /bin/mknod $MNTIMAGE/dev/console c 5 1 /bin/mknod $MNTIMAGE/dev/null c 1 3 /bin/mknod $MNTIMAGE/dev/ram b 1 1 /bin/mknod $MNTIMAGE/dev/systty c 4 0 +/bin/mknod $MNTIMAGE/dev/zero c 1 5 +/bin/mknod $MNTIMAGE/dev/ptmx c 5 2 +/bin/mknod $MNTIMAGE/dev/initctl p for i in 1 2 3 4; do /bin/mknod $MNTIMAGE/dev/tty$i c 4 $i done @@ -335,25 +288,14 @@ inst $INSTALLDIR/initrd/livecd-linuxrc "$MNTIMAGE/linuxrc" -(cd $MNTIMAGE; /bin/tar cf - .) | (cd $MNTPOINT; /bin/tar xf -) || exit 1 - -/bin/umount $MNTPOINT -/sbin/losetup -d $LODEV - +(cd $MNTIMAGE; ln -s linuxrc init) +(cd $MNTIMAGE; find . | sed -e 's|./||' >files.list && cpio -c -o initrd.cpio) if [ "$compress" == "1" ]; then - if [ "$is_smp_kernel" == "yes" ]; then - /bin/gzip -9 < $IMAGE > $rootdir/$imagedir/initrd.smp.img || rc=1 - elif [ "$is_up_kernel" == "yes" ]; then - /bin/gzip -9 < $IMAGE > $rootdir/$imagedir/$image || rc=1 - fi -else - if [ "$is_smp_kernel" == "yes" ]; then - /bin/cp -a $IMAGE $rootdir/$imagedir/initrd.smp.img || rc=1 - elif [ "$is_up_kernel" == "yes" ]; then - /bin/cp -a $IMAGE $rootdir/$imagedir/$image || rc=1 - fi + (cd $MNTIMAGE; /bin/gzip -9 < initrd.cpio > $rootdir/$imagedir/initrd.img || rc=1) fi +/bin/umount $MNTPOINT +/sbin/losetup -d $LODEV /bin/rm -rf $MNTIMAGE $MNTPOINT $IMAGE echo "[kadischi]: $kernel initrd made successfully!" From fedora-extras-commits at redhat.com Tue Aug 29 03:04:14 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Mon, 28 Aug 2006 20:04:14 -0700 Subject: kadischi/linuxrc livecd-linuxrc,1.4,1.5 Message-ID: <200608290304.k7T34kO0014182@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/linuxrc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14095/kadischi/linuxrc Modified Files: livecd-linuxrc Log Message: Implement hybrid initramfs with nash/busybox rather than Ext2 initrd Index: livecd-linuxrc =================================================================== RCS file: /cvs/devel/kadischi/linuxrc/livecd-linuxrc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- livecd-linuxrc 11 Apr 2006 08:26:16 -0000 1.4 +++ livecd-linuxrc 29 Aug 2006 03:04:12 -0000 1.5 @@ -1,53 +1,93 @@ -#!/bin/ash +#!/bin/nash -#set -x -if [ "${INITRD_DBG}" = "x" ]; then set -x; fi - -echo Mounted proc filesystem mount -t proc /proc /proc +echo Mounting proc filesystem echo Mounting sysfs filesystem -mount -t sysfs none /sys -mount -t tmpfs none /tmp - -cd / - -find-live-cd /cdrom +mount -t sysfs /sys /sys +echo Creating /dev +mount -o mode=0755 -t tmpfs /dev /dev +mkdir /dev/pts +mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts +mkdir /dev/shm +#mkdir /dev/mapper +echo Creating initial device nodes +mknod /dev/null c 1 3 +mknod /dev/zero c 1 5 +mknod /dev/systty c 4 0 +mknod /dev/tty c 5 0 +mknod /dev/console c 5 1 +mknod /dev/ptmx c 5 2 +mknod /dev/rtc c 10 135 +mknod /dev/tty0 c 4 0 +mknod /dev/tty1 c 4 1 +mknod /dev/tty2 c 4 2 +mknod /dev/tty3 c 4 3 +mknod /dev/tty4 c 4 4 +mknod /dev/tty5 c 4 5 +mknod /dev/tty6 c 4 6 +mknod /dev/tty7 c 4 7 +mknod /dev/tty8 c 4 8 +mknod /dev/tty9 c 4 9 +mknod /dev/tty10 c 4 10 +mknod /dev/tty11 c 4 11 +mknod /dev/tty12 c 4 12 +mknod /dev/ttyS0 c 4 64 +mknod /dev/ttyS1 c 4 65 +mknod /dev/ttyS2 c 4 66 +mknod /dev/ttyS3 c 4 67 +mknod /dev/loop0 b 7 0 +mknod /dev/loop1 b 7 1 +mknod /dev/loop2 b 7 2 +mknod /dev/loop3 b 7 3 +mknod /dev/loop4 b 7 4 +mknod /dev/loop5 b 7 5 +mknod /dev/loop6 b 7 6 +mknod /dev/loop7 b 7 7 +#mknod /dev/root b 7 1 +echo Setting up hotplug. +hotplug +echo Creating block device nodes. +mkblkdevs +echo "Loading jbd.ko module" +modprobe jbd +echo "Loading ext3.ko module" +modprobe ext3 +echo "Loading dm-mod.ko module" +modprobe dm-mod +echo "Loading dm-mirror.ko module" +modprobe dm-mirror +echo "Loading dm-zero.ko module" +modprobe dm-zero +echo "Loading dm-snapshot.ko module" +modprobe dm-snapshot +echo Making device-mapper control node +mkdmnod +mkblkdevs +echo Scanning logical volumes +lvm vgscan --ignorelockingfailure +echo Activating logical volumes +lvm vgchange -ay --ignorelockingfailure VolGroup00 -# Make kernel don't mount root fs -echo 0x100 > /proc/sys/kernel/real-root-dev -echo "Mounting root filesystem" +# Modprobe and find-live-cd modprobe loop modprobe squashfs -mount -t squashfs -oloop,ro /cdrom/kadischi.sqsh /sysroot - -echo "Doing the pivot_root" -cd /sysroot -pivot_root /sysroot /sysroot/initrd -cd / - -umount /initrd/proc -umount /initrd/sys +find-live-cd /cdrom -# -# FIXME: make this work with udev -# -# Mount a (writeable) ramfs at dev and populate it with nodes: -mount -n -t ramfs initrd_dev /dev +# Make kernel don't mount root fs +echo 0x100 > /proc/sys/kernel/real-root-dev -cd /dev -for node in mem kmem null port zero core full ram ptmx tty pty shm cpu input agpgart dri cdrom console; do - /initrd/sbin/MAKEDEV $node -done -# Mount pseudo-terminal fs at /dev/pts: -mkdir /dev/pts -mount -n -t devpts initrd_devpts /dev/pts +echo "Mounting root filesystem" +/bin/busybox mount -t squashfs -oloop,ro /cdrom/kadischi.sqsh /sysroot +echo Creating root device. +#echo "Doing the pivot_root" +# mount /sysroot +#pivot_root /sysroot /sysroot/initrd +setuproot -# readonly echo "Setting up readonly-root" -/etc/rc.readonly linuxrc - -# rc.readonly will umount both /initrd/tmp and /initrd +/bin/busybox chroot /sysroot /etc/rc.readonly linuxrc +switchroot From fedora-extras-commits at redhat.com Tue Aug 29 03:06:29 2006 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 28 Aug 2006 20:06:29 -0700 Subject: devel/mercurial mercurial.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608290306.k7T36VH7014220@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/mercurial In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14203 Modified Files: mercurial.spec Removed Files: needs.rebuild Log Message: * Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 - rebuild Index: mercurial.spec =================================================================== RCS file: /cvs/extras/devel/mercurial/mercurial.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mercurial.spec 25 Jul 2006 18:57:45 -0000 1.11 +++ mercurial.spec 29 Aug 2006 03:06:29 -0000 1.12 @@ -1,7 +1,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -44,6 +44,9 @@ %changelog +* Mon Aug 28 2006 Jeremy Katz - 0.9.1-2 +- rebuild + * Tue Jul 25 2006 Jeremy Katz - 0.9.1-1 - update to 0.9.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:14:10 2006 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 28 Aug 2006 20:14:10 -0700 Subject: rpms/seahorse/devel seahorse.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608290314.k7T3EClC014322@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/seahorse/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14305 Modified Files: seahorse.spec Removed Files: needs.rebuild Log Message: rebuild Index: seahorse.spec =================================================================== RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- seahorse.spec 14 Aug 2006 04:32:01 -0000 1.20 +++ seahorse.spec 29 Aug 2006 03:14:09 -0000 1.21 @@ -1,6 +1,6 @@ Name: seahorse Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME2 interface for gnupg Group: User Interface/Desktops License: GPL @@ -119,6 +119,9 @@ %changelog +* Mon Aug 28 2006 Seth Vidal +- rebuild + * Sun Aug 13 2006 Seth Vidal - re-enable gedit - update to 0.8.1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 03:32:03 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Mon, 28 Aug 2006 20:32:03 -0700 Subject: rpms/ularn/devel ularn.spec,1.4,1.5 Message-ID: <200608290332.k7T3W5Zw014427@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/ularn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14410 Modified Files: ularn.spec Log Message: Fix bug in BR: Index: ularn.spec =================================================================== RCS file: /cvs/extras/rpms/ularn/devel/ularn.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ularn.spec 29 Aug 2006 02:52:00 -0000 1.4 +++ ularn.spec 29 Aug 2006 03:32:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: ularn Version: 1.5p4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Simple roguelike game Group: Amusements/Games @@ -16,7 +16,7 @@ Patch3: ularn-drop-setgid.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses +BuildRequires: ncurses-devel BuildRequires: desktop-file-utils Requires: ncompress @@ -92,6 +92,9 @@ %changelog +* Mon Aug 28 2006 Wart 1.5p4-7 +- Fixed BR: ncurses -> ncurses-devel + * Mon Aug 28 2006 Wart 1.5p4-6 - Rebuild for Fedora Extras From fedora-extras-commits at redhat.com Tue Aug 29 05:16:37 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 28 Aug 2006 22:16:37 -0700 Subject: mock mock.py,1.53.2.3,1.53.2.4 Message-ID: <200608290516.k7T5GcMi020333@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20315 Modified Files: Tag: mock-0-6-branch mock.py Log Message: explicit import of rpmUtils.transaction to deal with change in rpmUtils imports Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.53.2.3 retrieving revision 1.53.2.4 diff -u -r1.53.2.3 -r1.53.2.4 --- mock.py 17 Aug 2006 14:02:04 -0000 1.53.2.3 +++ mock.py 29 Aug 2006 05:16:35 -0000 1.53.2.4 @@ -19,6 +19,7 @@ import os.path import sys import rpmUtils +import rpmUtils.transaction import rpm import glob import shutil From fedora-extras-commits at redhat.com Tue Aug 29 05:22:03 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Mon, 28 Aug 2006 22:22:03 -0700 Subject: mock buildsys-build.spec, 1.2.2.5, 1.2.2.6 mock.spec, 1.16.2.6, 1.16.2.7 Message-ID: <200608290522.k7T5M3iu020390@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20370 Modified Files: Tag: mock-0-6-branch buildsys-build.spec mock.spec Log Message: updated revision number Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.5 retrieving revision 1.2.2.6 diff -u -r1.2.2.5 -r1.2.2.6 --- buildsys-build.spec 7 Aug 2006 21:40:45 -0000 1.2.2.5 +++ buildsys-build.spec 29 Aug 2006 05:22:01 -0000 1.2.2.6 @@ -42,6 +42,7 @@ Requires: python %endif %endif +%endif # RHEL block %if "%{?el}" != "" @@ -72,6 +73,20 @@ %endif %endif +# Aurora block +%if "%{?aurora}" != "" +Requires: coreutils +Requires: fedora-release +Requires: redhat-rpm-config +%if "%{?aurora}" == "2" +Requires: elfutils +%if "%{?aurora}" == "2" +Requires: python +%endif +%endif +%endif + + %description The base set of packages for a mock chroot. Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.6 retrieving revision 1.16.2.7 diff -u -r1.16.2.6 -r1.16.2.7 --- mock.spec 23 Aug 2006 22:08:23 -0000 1.16.2.6 +++ mock.spec 29 Aug 2006 05:22:01 -0000 1.16.2.7 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Tue Aug 29 2006 Clark Williams - 0.6.2-2 +- bumped revision for bz 204051 + * Wed Aug 23 2006 Clark Williams - 0.6.2-1 - Updated README - Fixed link problem in etc/Makefile From fedora-extras-commits at redhat.com Tue Aug 29 05:39:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:39:32 -0700 Subject: rpms/ghex/devel ghex.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608290539.k7T5dYPd020498@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20481 Modified Files: ghex.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ghex.spec 9 Aug 2006 06:10:27 -0000 1.12 +++ ghex.spec 29 Aug 2006 05:39:32 -0000 1.13 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Binary editor for GNOME @@ -110,6 +110,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 +- Rebuild for devel + * Wed Aug 09 2006 Thorsten Leemhuis 2.8.2-2 - apply ghex-search-crash.patch from b.g.o #339055 -- fixes #175957 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:40:16 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:40:16 -0700 Subject: rpms/gweled/devel gweled.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608290540.k7T5eIuv020580@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gweled/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20563 Modified Files: gweled.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: gweled.spec =================================================================== RCS file: /cvs/extras/rpms/gweled/devel/gweled.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gweled.spec 26 Mar 2006 07:57:32 -0000 1.14 +++ gweled.spec 29 Aug 2006 05:40:16 -0000 1.15 @@ -1,6 +1,6 @@ Name: gweled Version: 0.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Swapping gem game @@ -67,6 +67,9 @@ %{_datadir}/sounds/%{name}/ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 0.7-6 +- Rebuild for devel + * Sun Mar 26 2006 Thorsten Leemhuis - 0.7-5 - Add LDFLAGS="-Wl,--export-dynamic" (thx to Kevin Kofler for the hint) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:41:11 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:41:11 -0700 Subject: rpms/python-crypto/devel python-crypto.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608290541.k7T5fD3G020651@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/python-crypto/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20634 Modified Files: python-crypto.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: python-crypto.spec =================================================================== RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-crypto.spec 13 Feb 2006 17:32:08 -0000 1.10 +++ python-crypto.spec 29 Aug 2006 05:41:11 -0000 1.11 @@ -4,7 +4,7 @@ Summary: Cryptography library for Python Name: python-crypto Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: Python License (CNRI Python License) Group: Development/Libraries URL: http://www.amk.ca/python/code/crypto.html @@ -76,7 +76,10 @@ %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Tue Aug 29 2006 Thorsten Leemhuis - 2.0.1-3 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 2.0.1-2 - Rebuild for Fedora Extras 5 * Wed Aug 17 2005 Thorsten Leemhuis - 0:2.0.1-1 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:42:05 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:42:05 -0700 Subject: rpms/tiobench/devel tiobench.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290542.k7T5g7D8020729@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/tiobench/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20712 Modified Files: tiobench.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: tiobench.spec =================================================================== RCS file: /cvs/extras/rpms/tiobench/devel/tiobench.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tiobench.spec 13 Feb 2006 17:32:20 -0000 1.2 +++ tiobench.spec 29 Aug 2006 05:42:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: tiobench Version: 0.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Threaded I/O benchmark Group: Applications/System @@ -48,7 +48,10 @@ %changelog -* Mon Feb 13 2006 Thorsten Leemhuis +* Tue Aug 29 2006 Thorsten Leemhuis - 0.3.3-4 +- Rebuild for Fedora Extras 6 + +* Mon Feb 13 2006 Thorsten Leemhuis - 0.3.3-3 - Rebuild for Fedora Extras 5 * Fri Oct 14 2005 Thorsten Leemhuis - 0.3.3-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:43:11 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:43:11 -0700 Subject: rpms/revelation/devel revelation.spec, 1.17, 1.18 needs.rebuild, 1.1, NONE Message-ID: <200608290543.k7T5hDkK020807@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/revelation/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20788 Modified Files: revelation.spec Removed Files: needs.rebuild Log Message: Rebuild for FE6 Index: revelation.spec =================================================================== RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- revelation.spec 15 Feb 2006 19:40:16 -0000 1.17 +++ revelation.spec 29 Aug 2006 05:43:10 -0000 1.18 @@ -4,7 +4,7 @@ Summary: Password manager for GNOME 2 Name: revelation Version: 0.4.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Productivity Source0: ftp://oss.codepoet.no/revelation/revelation-0.4.7.tar.bz2 @@ -106,6 +106,9 @@ %{_libexecdir}/revelation-applet %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 0.4.7-4 +- Rebuild for Fedora Extras 6 + * Mon Feb 15 2006 Thorsten Leemhuis 0.4.7-3 - BR gnome-python2-desktop now needed --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:50:17 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 28 Aug 2006 22:50:17 -0700 Subject: rpms/ghex/devel ghex.spec,1.13,1.14 Message-ID: <200608290550.k7T5oJab020897@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/ghex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20880 Modified Files: ghex.spec Log Message: 2.8.2-4 -- Add BR perl-XML-Parser Index: ghex.spec =================================================================== RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ghex.spec 29 Aug 2006 05:39:32 -0000 1.13 +++ ghex.spec 29 Aug 2006 05:50:17 -0000 1.14 @@ -1,6 +1,6 @@ Name: ghex Version: 2.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Binary editor for GNOME @@ -18,6 +18,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: scrollkeeper +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -110,6 +111,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-4 +- Add BR perl-XML-Parser + * Tue Aug 29 2006 Thorsten Leemhuis - 2.8.2-3 - Rebuild for devel From fedora-extras-commits at redhat.com Tue Aug 29 05:54:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:54:51 -0700 Subject: rpms/libgda/devel libgda.spec,1.17,1.18 Message-ID: <200608290554.k7T5srvP020967@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20950 Modified Files: libgda.spec Log Message: Correct BRs Index: libgda.spec =================================================================== RCS file: /cvs/extras/rpms/libgda/devel/libgda.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libgda.spec 28 Aug 2006 11:47:21 -0000 1.17 +++ libgda.spec 29 Aug 2006 05:54:51 -0000 1.18 @@ -37,7 +37,7 @@ Version: 1.9.100 Release: 10%{?dist} Epoch: 1 -Source: %{name}-%{version}.tar.bz2 +Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 URL: http://www.gnome-db.org/ Group: System Environment/Libraries License: LGPL @@ -46,9 +46,9 @@ BuildRequires: glib2-devel >= 2.0.0 BuildRequires: libxslt-devel >= 1.0.9 BuildRequires: libxml2-devel ncurses-devel sqlite-devel readline-devel -BuildRequires: db4-devel mono-devel gtk-sharp2 gtk-sharp2-gapi gamin-devel -BuildRequires: gtk-doc scrollkeeper groff gettext flex bison -BuildRequires: automake libtool +BuildRequires: db4-devel mono-devel gtk-sharp2-devel gtk-sharp2-gapi +BuildRequires: gamin-devel gtk-doc scrollkeeper groff gettext flex bison +BuildRequires: intltool automake libtool %if %{FREETDS} BuildRequires: freetds-devel From fedora-extras-commits at redhat.com Tue Aug 29 05:56:03 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:56:03 -0700 Subject: rpms/pingus/devel pingus.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608290556.k7T5u5t0021054@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pingus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21037 Modified Files: pingus.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.7.0-0.4.20060721 - FE6 Rebuild Index: pingus.spec =================================================================== RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pingus.spec 13 Aug 2006 11:05:20 -0000 1.2 +++ pingus.spec 29 Aug 2006 05:56:03 -0000 1.3 @@ -1,7 +1,7 @@ %define snapshot_date 20060721 Name: pingus Version: 0.7.0 -Release: 0.3.%{snapshot_date}%{?dist} +Release: 0.4.%{snapshot_date}%{?dist} Summary: Guide the penguins safely home before they drop of the cliff Group: Amusements/Games License: GPL @@ -111,6 +111,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.7.0-0.4.20060721 +- FE6 Rebuild + * Sun Aug 13 2006 Hans de Goede 0.7.0-0.3.20060721 - Rebuild for new ClanLib --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:57:32 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:57:32 -0700 Subject: rpms/pipenightdreams/devel pipenightdreams.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608290557.k7T5vYZm021120@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/pipenightdreams/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21103 Modified Files: pipenightdreams.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.10.0-5 - FE6 Rebuild Index: pipenightdreams.spec =================================================================== RCS file: /cvs/extras/rpms/pipenightdreams/devel/pipenightdreams.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pipenightdreams.spec 10 Jun 2006 12:45:39 -0000 1.4 +++ pipenightdreams.spec 29 Aug 2006 05:57:31 -0000 1.5 @@ -1,6 +1,6 @@ Name: pipenightdreams Version: 0.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Connect the waterpipes to create a proper pipeline Group: Amusements/Games License: GPL @@ -82,6 +82,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.10.0-5 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 0.10.0-4 - Add BuildRequires: flex to fix building with new stripped mock config. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:58:00 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:58:00 -0700 Subject: rpms/plib/devel plib.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608290558.k7T5w2Iw021190@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/plib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21171 Modified Files: plib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.8.4-7 - FE6 Rebuild Index: plib.spec =================================================================== RCS file: /cvs/extras/rpms/plib/devel/plib.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plib.spec 10 Jun 2006 13:27:40 -0000 1.14 +++ plib.spec 29 Aug 2006 05:58:00 -0000 1.15 @@ -1,7 +1,7 @@ Summary: Set of portable libraries especially useful for games Name: plib Version: 1.8.4 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPL Group: System Environment/Libraries URL: http://plib.sourceforge.net/ @@ -104,6 +104,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.8.4-7 +- FE6 Rebuild + * Sat Jun 10 2006 Hans de Goede 1.8.4-6 - Remove use of conditional BuildReqs dependent on %%fedora, this breaks when people try to rebuild the SRPM and don't have %fedora defined. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:59:04 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:59:04 -0700 Subject: rpms/rafkill/devel rafkill.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290559.k7T5x6dB021256@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/rafkill/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21239 Modified Files: rafkill.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.2.2-2 - FE6 Rebuild Index: rafkill.spec =================================================================== RCS file: /cvs/extras/rpms/rafkill/devel/rafkill.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rafkill.spec 24 Aug 2006 20:18:43 -0000 1.3 +++ rafkill.spec 29 Aug 2006 05:59:04 -0000 1.4 @@ -1,6 +1,6 @@ Name: rafkill Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Top-down shooter with powerups Group: Amusements/Games License: GPL @@ -90,6 +90,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.2.2-2 +- FE6 Rebuild + * Thu Aug 24 2006 Hans de Goede 1.2.2-1 - New upstream release 1.2.2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 05:59:15 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 22:59:15 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.17,1.18 Message-ID: <200608290559.k7T5xH0d021313@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21293 Modified Files: libgnomedb.spec Log Message: * Tue Aug 29 2006 Hans de Goede 1:1.9.100-10 - Add a few missing (split up) mono BuildRequires - Specfile cleanup Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- libgnomedb.spec 28 Aug 2006 14:55:04 -0000 1.17 +++ libgnomedb.spec 29 Aug 2006 05:59:15 -0000 1.18 @@ -1,42 +1,35 @@ -Summary: Library for writing gnome database programs Name: libgnomedb -Version: 1.9.100 -Release: 9%{?dist} Epoch: 1 -Source: %{name}-%{version}.tar.bz2 -URL: http://www.gnome-db.org/ +Version: 1.9.100 +Release: 10%{?dist} +Summary: Library for writing gnome database programs Group: System Environment/Libraries License: LGPL +URL: http://www.gnome-db.org/ +Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.9/%{name}-%{version}.tar.bz2 +Patch0: libgnomedb-1.2.0-desktop.patch +Patch1: libgnomedb-1.9.100-sharp.patch +Patch2: libgnomedb-1.9.100-unknown-datatype-fix.patch +Patch3: libgnomedb-1.9.100-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: pkgconfig >= 0.8, libgnomeui-devel >= 1.103.0 -BuildRequires: gtk2-devel >= 1.3.6, libglade2-devel, scrollkeeper -BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} -BuildRequires: libgda-devel >= 1:1.9.99 -BuildRequires: gtk-doc, openssl-devel, gtksourceview-devel, gettext -BuildRequires: mono-devel gtk-sharp2 gtk-sharp2-gapi libgda-sharp -BuildRequires: perl(XML::Parser) - -Patch0: libgnomedb-1.2.0-desktop.patch -Patch1: libgnomedb-1.9.100-sharp.patch -Patch2: libgnomedb-1.9.100-unknown-datatype-fix.patch -Patch3: libgnomedb-1.9.100-64bit.patch +BuildRequires: libgnomeui-devel libgda-devel openssl-devel +BuildRequires: gtksourceview-devel mono-devel gtk-sharp2-devel +BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp +BuildRequires: gtk-doc gettext scrollkeeper perl(XML::Parser) +Requires(pre): GConf2 +Requires(post): GConf2 /sbin/ldconfig +Requires(preun): GConf2 %description libgnomedb is a library that eases the task of writing gnome database programs. + %package devel Summary: Development libraries and header files for libgnomedb. Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} -Requires: pkgconfig >= 0.8 -Requires: libgnomeui-devel >= 1.103.0 -Requires: libgda-devel >= 1:1.9.99 -Requires: gtk2-devel >= 1.3.6 -Requires: libglade2-devel -Requires(pre): GConf2 -Requires(post): GConf2 /sbin/ldconfig -Requires(preun): GConf2 +Requires: pkgconfig libgnomeui-devel libgda-devel %description devel This package contains the header files and libraries needed to write @@ -67,25 +60,26 @@ %install -rm -rf %{buildroot} -%makeinstall LIBGNOMEDB_DTDDIR=%{buildroot}%{_datadir}/libgnomedb/dtd +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT \ + LIBGNOMEDB_DTDDIR=%{_datadir}/libgnomedb/dtd %find_lang libgnomedb-3 -desktop-file-install --dir %{buildroot}%{_datadir}/applications \ +desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --vendor fedora --add-category X-Fedora --delete-original \ - %{buildroot}%{_datadir}/applications/database-properties.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/database-properties.desktop -#fixup mono / sharp related files install -mkdir -p %{buildroot}/%{_datadir}/gapi-2.0 -install -m 644 gnomedb-sharp/gnomedb-api.xml %{buildroot}/%{_datadir}/gapi-2.0 -mkdir -p %{buildroot}/usr/lib/mono/gnomedb-sharp-2.0 -mv %{buildroot}/%{_libdir}/libgnomedb/gnomedb-sharp.dll* \ - %{buildroot}/usr/lib/mono/gnomedb-sharp-2.0 +# fixup mono / sharp related files install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gapi-2.0 +install -m 644 gnomedb-sharp/gnomedb-api.xml $RPM_BUILD_ROOT/%{_datadir}/gapi-2.0 +mkdir -p $RPM_BUILD_ROOT/usr/lib/mono/gnomedb-sharp-2.0 +mv $RPM_BUILD_ROOT/%{_libdir}/libgnomedb/gnomedb-sharp.dll* \ + $RPM_BUILD_ROOT/usr/lib/mono/gnomedb-sharp-2.0 # remove unpackaged files -rm -f %{buildroot}/%{_libdir}/*.{a,la} -rm -f %{buildroot}/%{_libdir}/libgnomedb/plugins/*.{a,la} -rm -f %{buildroot}/%{_libdir}/libglade/2.0/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/libgnomedb/plugins/*.{a,la} +rm -f $RPM_BUILD_ROOT/%{_libdir}/libglade/2.0/*.{a,la} %pre @@ -123,7 +117,7 @@ %clean -rm -rf %{buildroot} +rm -rf $RPM_BUILD_ROOT %files -f libgnomedb-3.lang @@ -140,7 +134,6 @@ %{_libdir}/libglade/2.0/* %config(noreplace) %{_sysconfdir}/gconf/schemas/* - %files devel %defattr(-,root,root) %{_includedir}/libgnomedb-1.9 @@ -149,7 +142,6 @@ %{_datadir}/omf %{_datadir}/gtk-doc/html/libgnomedb - %files sharp %defattr(-,root,root) %{_datadir}/gapi-2.0 @@ -158,6 +150,10 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1:1.9.100-10 +- Add a few missing (split up) mono BuildRequires +- Specfile cleanup + * Mon Aug 28 2006 Hans de Goede 1:1.9.100-9 - FE6 Rebuild From fedora-extras-commits at redhat.com Tue Aug 29 06:02:53 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:02:53 -0700 Subject: rpms/libgnomedb/devel libgnomedb.spec,1.18,1.19 Message-ID: <200608290603.k7T63PPV023994@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/libgnomedb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23972 Modified Files: libgnomedb.spec Log Message: Fixup BR Index: libgnomedb.spec =================================================================== RCS file: /cvs/extras/rpms/libgnomedb/devel/libgnomedb.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libgnomedb.spec 29 Aug 2006 05:59:15 -0000 1.18 +++ libgnomedb.spec 29 Aug 2006 06:02:52 -0000 1.19 @@ -14,8 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libgnomeui-devel libgda-devel openssl-devel BuildRequires: gtksourceview-devel mono-devel gtk-sharp2-devel -BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp -BuildRequires: gtk-doc gettext scrollkeeper perl(XML::Parser) +BuildRequires: gnome-sharp-devel gtk-sharp2-gapi libgda-sharp gtk-doc +BuildRequires: gettext scrollkeeper perl(XML::Parser) desktop-file-utils Requires(pre): GConf2 Requires(post): GConf2 /sbin/ldconfig Requires(preun): GConf2 From fedora-extras-commits at redhat.com Tue Aug 29 06:03:38 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:03:38 -0700 Subject: rpms/scorched3d/devel scorched3d.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608290604.k7T64DRE024091@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/scorched3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23998 Modified Files: scorched3d.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 40-2 - FE6 Rebuild Index: scorched3d.spec =================================================================== RCS file: /cvs/extras/rpms/scorched3d/devel/scorched3d.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- scorched3d.spec 17 Jul 2006 07:19:59 -0000 1.16 +++ scorched3d.spec 29 Aug 2006 06:03:35 -0000 1.17 @@ -1,6 +1,6 @@ Name: scorched3d Version: 40 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Game based loosely on the classic DOS game Scorched Earth Group: Amusements/Games License: GPL @@ -104,6 +104,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 40-2 +- FE6 Rebuild + * Sun Jul 15 2006 Hans de Goede 40-1 - New upstream release 40 - Drop many upstreamed patches --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:04:51 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:04:51 -0700 Subject: rpms/shippy/devel shippy.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608290604.k7T64rK8024196@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/shippy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24179 Modified Files: shippy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.3.3.7-4 - FE6 Rebuild Index: shippy.spec =================================================================== RCS file: /cvs/extras/rpms/shippy/devel/shippy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- shippy.spec 6 Jul 2006 18:48:51 -0000 1.3 +++ shippy.spec 29 Aug 2006 06:04:51 -0000 1.4 @@ -1,6 +1,6 @@ Name: shippy Version: 1.3.3.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Space invaders / Galaxians like game with powerups Group: Amusements/Games License: GPL @@ -125,6 +125,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.3.3.7-4 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.3.3.7-3 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:05:36 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:05:36 -0700 Subject: rpms/sturmbahnfahrer/devel sturmbahnfahrer.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608290605.k7T65cbD024269@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/sturmbahnfahrer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24250 Modified Files: sturmbahnfahrer.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.2-2 - FE6 Rebuild Index: sturmbahnfahrer.spec =================================================================== RCS file: /cvs/extras/rpms/sturmbahnfahrer/devel/sturmbahnfahrer.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sturmbahnfahrer.spec 31 Jul 2006 19:58:53 -0000 1.3 +++ sturmbahnfahrer.spec 29 Aug 2006 06:05:36 -0000 1.4 @@ -1,6 +1,6 @@ Name: sturmbahnfahrer Version: 1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simulated obstacle course for automobiles Group: Amusements/Games License: GPL @@ -73,6 +73,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.2-2 +- FE6 Rebuild + * Mon Jul 31 2006 Hans de Goede 1.2-1 - New upstream version 1.2 with customizable keybindings - Drop many hacks from %%install as upstream has improved "make install" --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:05:41 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 28 Aug 2006 23:05:41 -0700 Subject: rpms/soundtouch/devel soundtouch.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608290605.k7T65hxE024319@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/soundtouch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24275 Modified Files: soundtouch.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.3.1-6 - FE6 Rebuild Index: soundtouch.spec =================================================================== RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- soundtouch.spec 2 Aug 2006 05:39:04 -0000 1.3 +++ soundtouch.spec 29 Aug 2006 06:05:41 -0000 1.4 @@ -1,6 +1,6 @@ Name: soundtouch Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPL Group: System Environment/Libraries @@ -101,6 +101,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.3.1-6 +- FE6 Rebuild + * Wed Aug 2 2006 Hans de Goede 1.3.1-5 - Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom upstream CFLAGS. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 06:42:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 23:42:42 -0700 Subject: rpms/perl-Config-General/devel perl-Config-General.spec,1.9,1.10 Message-ID: <200608290642.k7T6giXO024691@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24674 Modified Files: perl-Config-General.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.31-2 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-Config-General.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Config-General.spec 13 Jan 2006 07:00:58 -0000 1.9 +++ perl-Config-General.spec 29 Aug 2006 06:42:42 -0000 1.10 @@ -1,6 +1,6 @@ Name: perl-Config-General Version: 2.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generic configuration module for Perl Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -63,6 +63,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.31-2 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Thu Jan 12 2006 Ville Skytt?? - 2.31-1 - 2.31. From fedora-extras-commits at redhat.com Tue Aug 29 06:43:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 28 Aug 2006 23:43:47 -0700 Subject: rpms/perl-String-ShellQuote/devel perl-String-ShellQuote.spec, 1.10, 1.11 Message-ID: <200608290643.k7T6hoi2024762@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24745 Modified Files: perl-String-ShellQuote.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.03-3 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-String-ShellQuote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/perl-String-ShellQuote.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-String-ShellQuote.spec 4 May 2005 13:33:47 -0000 1.10 +++ perl-String-ShellQuote.spec 29 Aug 2006 06:43:47 -0000 1.11 @@ -1,6 +1,6 @@ Name: perl-String-ShellQuote Version: 1.03 -Release: 2 +Release: 3%{?dist} Summary: Perl module for quoting strings for passing through the shell Group: Development/Libraries @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -32,11 +32,11 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -54,6 +54,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.03-3 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Wed May 4 2005 Ville Skytt?? - 1.03-2 - 1.03. From fedora-extras-commits at redhat.com Tue Aug 29 08:14:35 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:35 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.14,1.15 Message-ID: <200608290814.k7T8EbYh030522@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/devel Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gdesklets.spec 28 Aug 2006 00:58:14 -0000 1.14 +++ gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.15 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -15,8 +15,8 @@ BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 -#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -89,8 +89,10 @@ %changelog +* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +- Added Perl-XML-Parser for ppc architecture + * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 -- python-abi no longer required - Removed unecessary comment * Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 From fedora-extras-commits at redhat.com Tue Aug 29 08:14:35 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:35 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.16,1.17 Message-ID: <200608290814.k7T8EbYF030518@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/FC-5 Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 28 Aug 2006 00:58:08 -0000 1.16 +++ gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -10,12 +10,13 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 -#Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info #Requires(postun): desktop-file-utils @@ -88,12 +89,14 @@ %changelog -* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 -- python-abi no longer required -- Removed unecessary comment about GConf +* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +- Added Perl-XML-Parser for ppc architecture + +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 +- Removed unecessary comment -* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-8.1 -- Removed libXau-devel and libXdmcp-devel as they don't belong to FC-4 +* Tue Aug 01 2006 Luya Tshimbalanga - 0.35.3-9 +- Rebuilt * Wed Apr 19 2006 Luya Tshimbalanga - 0.35.3-8 - Remove conditional sign for pyorbit-devel From fedora-extras-commits at redhat.com Tue Aug 29 08:14:34 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 01:14:34 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.11,1.12 Message-ID: <200608290815.k7T8F6ni030525@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/FC-4 Modified Files: gdesklets.spec Log Message: spec files updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gdesklets.spec 28 Aug 2006 00:58:07 -0000 1.11 +++ gdesklets.spec 29 Aug 2006 08:14:33 -0000 1.12 @@ -12,7 +12,7 @@ BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0 +Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils @@ -87,8 +87,10 @@ %changelog -* Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-10 -- python-abi no longer required +* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-11 +- Add Perl-XML-Parser to compile on PPC architecture + +* Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 - Removed unecessary comment about GConf. * Wed Aug 02 2006 Luya Tshimbalanga - 0.35.3-9 From fedora-extras-commits at redhat.com Tue Aug 29 08:22:24 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 01:22:24 -0700 Subject: fedora-security/audit fc5,1.300,1.301 fc6,1.41,1.42 Message-ID: <200608290822.k7T8MOfw030644@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30624 Modified Files: fc5 fc6 Log Message: >From yesterdays fc6 updates and CVE feed Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.300 retrieving revision 1.301 diff -u -r1.300 -r1.301 --- fc5 25 Aug 2006 18:48:57 -0000 1.300 +++ fc5 29 Aug 2006 08:22:22 -0000 1.301 @@ -1,12 +1,15 @@ -Up to date CVE as of CVE email 20060824 -Up to date FC5 as of 20060824 +Up to date CVE as of CVE email 20060828 +Up to date FC5 as of 20060828 ** are items that need attention -CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) -CVE-2006-4330 VULNERABLE (wireshark, fixed 0.99.3) +CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4433 ** php +CVE-2006-4380 ** mysql +CVE-2006-4333 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4332 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4331 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] +CVE-2006-4330 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] CVE-2006-4310 VULNERABLE (firefox) CVE-2006-4262 backport (cscope) #203649 [since FEDORA-2006-932] CVE-2006-4261 VULNERABLE (firefox) @@ -66,6 +69,7 @@ CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3744 backport (ImageMagick) #202193 [since FEDORA-2006-929] CVE-2006-3743 backport (ImageMagick) #202193 [since FEDORA-2006-929] +CVE-2006-3742 backport (kdebase) #201507 [since FEDORA-2006-942] CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) #199538 #199543 [since FEDORA-2006-849] CVE-2006-3677 version (firefox, fixed 1.5.0.5) [since FEDORA-2006-902] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- fc6 28 Aug 2006 15:37:09 -0000 1.41 +++ fc6 29 Aug 2006 08:22:22 -0000 1.42 @@ -1,8 +1,11 @@ -Up to date CVE as of CVE email 20060824 +Up to date CVE as of CVE email 20060828 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4433 ** php +CVE-2006-4380 ** mysql CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4332 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] CVE-2006-4331 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] @@ -54,6 +57,7 @@ CVE-2006-3745 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-3744 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] CVE-2006-3743 VULNERABLE (ImageMagick) fc5#202193 [fixed rawhide] +CVE-2006-3742 ** (kdebase) fc5#201507 CVE-2006-3731 ignore (firefox) just a user complicit crash CVE-2006-3694 backport (ruby, fixed 1.8.5) CVE-2006-3677 version (firefox, fixed 1.5.0.5) From fedora-extras-commits at redhat.com Tue Aug 29 08:49:41 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 29 Aug 2006 01:49:41 -0700 Subject: rpms/viruskiller/devel viruskiller-1.0-makefile.patch, 1.1, 1.2 viruskiller.spec, 1.10, 1.11 Message-ID: <200608290849.k7T8ni7U031046@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/viruskiller/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31024 Modified Files: viruskiller-1.0-makefile.patch viruskiller.spec Log Message: Add -lz to LIBS in the makefile patch (no longer in SDL libs?). viruskiller-1.0-makefile.patch: Index: viruskiller-1.0-makefile.patch =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller-1.0-makefile.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- viruskiller-1.0-makefile.patch 6 Mar 2006 17:03:39 -0000 1.1 +++ viruskiller-1.0-makefile.patch 29 Aug 2006 08:49:41 -0000 1.2 @@ -1,7 +1,7 @@ diff -Naupr viruskiller-1.0.orig/makefile viruskiller-1.0/makefile --- viruskiller-1.0.orig/makefile 2005-05-21 19:03:45.000000000 +0200 -+++ viruskiller-1.0/makefile 2006-03-06 17:47:30.000000000 +0100 -@@ -7,18 +7,16 @@ VERSION = 1.0 ++++ viruskiller-1.0/makefile 2006-08-29 10:45:35.000000000 +0200 +@@ -7,19 +7,17 @@ VERSION = 1.0 RELEASE = 1 USEPAK = 1 @@ -21,11 +21,13 @@ -CFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) -CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)manual.html\" -Wall +-LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf +CFLAGS += $(OPTFLAGS) `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK) +CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DATADIR)manual.html\" - LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf ++LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz OBJS += CAudio.o + OBJS += CBase.o @@ -77,19 +75,10 @@ install: ./pak data gfx music sound $(PAKNAME) mkdir -p $(BINDIR) Index: viruskiller.spec =================================================================== RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- viruskiller.spec 28 Aug 2006 16:40:14 -0000 1.10 +++ viruskiller.spec 29 Aug 2006 08:49:41 -0000 1.11 @@ -74,6 +74,7 @@ %changelog * Mon Aug 28 2006 Matthias Saou 1.0-2 - FC6 rebuild. +- Add -lz to LIBS in the makefile patch (no longer in SDL libs?). * Mon Mar 6 2006 Matthias Saou 1.0-1 - Update to 1.0-1. From fedora-extras-commits at redhat.com Tue Aug 29 08:56:08 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 01:56:08 -0700 Subject: rpms/mgopen-fonts/devel mgopen-fonts.spec,1.4,1.5 Message-ID: <200608290856.k7T8uA5N031156@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/mgopen-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31139 Modified Files: mgopen-fonts.spec Log Message: Bump release for FC6 rebuild. Index: mgopen-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/mgopen-fonts/devel/mgopen-fonts.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mgopen-fonts.spec 20 Feb 2006 14:14:53 -0000 1.4 +++ mgopen-fonts.spec 29 Aug 2006 08:56:08 -0000 1.5 @@ -4,7 +4,7 @@ Name: mgopen-fonts Version: 0.%{upstream_date} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Truetype greek fonts Group: User Interface/X License: Redistributable, with restrictions @@ -61,6 +61,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis 0.20050515-5 +- Rebuild for FC6. + * Mon Feb 20 2006 Sarantis Paskalis 0.20050515-4 - Rebuild for FC5. From fedora-extras-commits at redhat.com Tue Aug 29 08:56:51 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 01:56:51 -0700 Subject: rpms/lablgl/devel needs.rebuild,1.1,NONE Message-ID: <200608290856.k7T8ur6s031217@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31174 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 08:57:30 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 01:57:30 -0700 Subject: rpms/lablgtk/devel lablgtk.spec,1.15,1.16 Message-ID: <200608290857.k7T8vWUw031245@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31228 Modified Files: lablgtk.spec Log Message: Rebuild for FE6 Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- lablgtk.spec 10 May 2006 17:53:15 -0000 1.15 +++ lablgtk.spec 29 Aug 2006 08:57:30 -0000 1.16 @@ -1,6 +1,6 @@ Name: lablgtk Version: 2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Objective Caml interface to gtk+ @@ -95,6 +95,9 @@ %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.6.0-5 +- Rebuild for FE6 + * Wed May 10 2006 Gerard Milmeister - 2.6.0-4 - rebuilt for ocaml 3.09.2 - removed unnecessary ldconfig From fedora-extras-commits at redhat.com Tue Aug 29 08:58:39 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 01:58:39 -0700 Subject: rpms/mgopen-fonts/devel needs.rebuild,1.1,NONE Message-ID: <200608290858.k7T8wfrY031309@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/mgopen-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31294 Removed Files: needs.rebuild Log Message: FC6 Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:01:10 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:01:10 -0700 Subject: rpms/python-simpy/devel python-simpy.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608290901.k7T91gpY001543@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/python-simpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1195 Modified Files: python-simpy.spec Removed Files: needs.rebuild Log Message: FC6 rebuild. Index: python-simpy.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-simpy.spec 19 Jun 2006 12:10:01 -0000 1.9 +++ python-simpy.spec 29 Aug 2006 09:01:10 -0000 1.10 @@ -3,7 +3,7 @@ Name: python-simpy Version: 1.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python simulation framework Group: Development/Languages License: LGPL @@ -72,6 +72,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis - 1.7.1-3 +- Bump release for FC6 rebuild. + * Mon Jun 19 2006 Sarantis Paskalis - 1.7.1-2 - SimPy-1.7.1 - Bump release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:04:08 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:04:08 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608290904.k7T94Afc001621@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1604 Modified Files: tetex-font-kerkis.spec Removed Files: needs.rebuild Log Message: FC6 rebuild. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tetex-font-kerkis.spec 20 Feb 2006 14:16:32 -0000 1.12 +++ tetex-font-kerkis.spec 29 Aug 2006 09:04:08 -0000 1.13 @@ -6,7 +6,7 @@ Name: tetex-font-kerkis Version: 2.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Kerkis type 1 fonts for LaTeX Group: Applications/Publishing License: Distributable @@ -88,6 +88,9 @@ %changelog +* Tue Aug 29 2006 +- Bump release for FC6 rebuild. + * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 - Rebuild for FC5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:05:16 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:05:16 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec,1.13,1.14 Message-ID: <200608290905.k7T95ImG001736@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1719 Modified Files: tetex-font-kerkis.spec Log Message: Fix changelog. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tetex-font-kerkis.spec 29 Aug 2006 09:04:08 -0000 1.13 +++ tetex-font-kerkis.spec 29 Aug 2006 09:05:16 -0000 1.14 @@ -88,7 +88,7 @@ %changelog -* Tue Aug 29 2006 +* Tue Aug 29 2006 Sarantis Paskalis - 2.0-12 - Bump release for FC6 rebuild. * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 From fedora-extras-commits at redhat.com Tue Aug 29 09:06:30 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:06:30 -0700 Subject: rpms/tetex-font-kerkis/devel tetex-font-kerkis.spec,1.14,1.15 Message-ID: <200608290906.k7T96W8p001792@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-kerkis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1774 Modified Files: tetex-font-kerkis.spec Log Message: Bump release again to fix build tag. Index: tetex-font-kerkis.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-kerkis/devel/tetex-font-kerkis.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tetex-font-kerkis.spec 29 Aug 2006 09:05:16 -0000 1.14 +++ tetex-font-kerkis.spec 29 Aug 2006 09:06:30 -0000 1.15 @@ -6,7 +6,7 @@ Name: tetex-font-kerkis Version: 2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Kerkis type 1 fonts for LaTeX Group: Applications/Publishing License: Distributable @@ -88,7 +88,7 @@ %changelog -* Tue Aug 29 2006 Sarantis Paskalis - 2.0-12 +* Tue Aug 29 2006 Sarantis Paskalis - 2.0-13 - Bump release for FC6 rebuild. * Mon Feb 20 2006 Sarantis Paskalis - 2.0-11 From fedora-extras-commits at redhat.com Tue Aug 29 09:08:42 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:08:42 -0700 Subject: rpms/tetex-font-cm-lgc/devel tetex-font-cm-lgc.spec,1.11,1.12 Message-ID: <200608290908.k7T98isS001890@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-cm-lgc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1871 Modified Files: tetex-font-cm-lgc.spec Log Message: Bump release for FC6 rebuild. Index: tetex-font-cm-lgc.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/devel/tetex-font-cm-lgc.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tetex-font-cm-lgc.spec 20 Feb 2006 14:17:53 -0000 1.11 +++ tetex-font-cm-lgc.spec 29 Aug 2006 09:08:42 -0000 1.12 @@ -6,7 +6,7 @@ Name: tetex-font-cm-lgc Version: 0.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: CM-LGC Type1 fonts for LaTeX Group: Applications/Publishing License: GPL @@ -85,6 +85,9 @@ %changelog +* Tue Aug 29 2006 Sarantis Paskalis - 0.5-8 +- Bump release for FC6 rebuild. + * Mon Feb 20 2006 Sarantis Paskalis - 0.5-6 - Rebuild for FC5. From fedora-extras-commits at redhat.com Tue Aug 29 09:09:14 2006 From: fedora-extras-commits at redhat.com (Sarantis Paskalis (sarantis)) Date: Tue, 29 Aug 2006 02:09:14 -0700 Subject: rpms/tetex-font-cm-lgc/devel needs.rebuild,1.1,NONE Message-ID: <200608290909.k7T99GsF001916@cvs-int.fedora.redhat.com> Author: sarantis Update of /cvs/extras/rpms/tetex-font-cm-lgc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1901 Removed Files: needs.rebuild Log Message: FC6 rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:27:28 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:28 -0700 Subject: rpms/perl-File-NFSLock - New directory Message-ID: <200608290927.k7T9RUFT002074@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2053/perl-File-NFSLock Log Message: Directory /cvs/extras/rpms/perl-File-NFSLock added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 09:27:28 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:28 -0700 Subject: rpms/perl-File-NFSLock/devel - New directory Message-ID: <200608290927.k7T9RUlE002077@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2053/perl-File-NFSLock/devel Log Message: Directory /cvs/extras/rpms/perl-File-NFSLock/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 09:27:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:49 -0700 Subject: rpms/perl-File-NFSLock Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608290927.k7T9RpwT002134@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2098 Added Files: Makefile import.log Log Message: Setup of module perl-File-NFSLock --- NEW FILE Makefile --- # Top level Makefile for module perl-File-NFSLock all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 09:27:49 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:27:49 -0700 Subject: rpms/perl-File-NFSLock/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608290927.k7T9RpgX002137@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2098/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-File-NFSLock --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 09:28:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:28:22 -0700 Subject: rpms/perl-File-NFSLock import.log,1.1,1.2 Message-ID: <200608290928.k7T9SsTJ002207@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2165 Modified Files: import.log Log Message: auto-import perl-File-NFSLock-1.20-2 on branch devel from perl-File-NFSLock-1.20-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 09:27:48 -0000 1.1 +++ import.log 29 Aug 2006 09:28:21 -0000 1.2 @@ -0,0 +1 @@ +perl-File-NFSLock-1_20-2:HEAD:perl-File-NFSLock-1.20-2.src.rpm:1156843554 From fedora-extras-commits at redhat.com Tue Aug 29 09:28:22 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 02:28:22 -0700 Subject: rpms/perl-File-NFSLock/devel perl-File-NFSLock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608290928.k7T9SsDh002211@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-File-NFSLock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2165/devel Modified Files: .cvsignore sources Added Files: perl-File-NFSLock.spec Log Message: auto-import perl-File-NFSLock-1.20-2 on branch devel from perl-File-NFSLock-1.20-2.src.rpm --- NEW FILE perl-File-NFSLock.spec --- Name: perl-File-NFSLock Version: 1.20 Release: 2%{?dist} Summary: Perl module to do NFS (or not) locking Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/File-NFSLock Source0: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/File-NFSLock-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Program based of concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker (which was originally presented in Mail::Folder::Maildir). Some routine flow is taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. Some ideologies were not complete (uncache mechanism, shared locking) and some coding was even incorrect (wrong stat index). File::NFSLock was written to be light, generic, and fast. %prep %setup -q -n File-NFSLock-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* chmod a-x examples/lock_test %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README examples/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Jul 18 2006 Patrice Dumas 1.20-2 - add examples/ to %%doc * Tue Jul 18 2006 Patrice Dumas 1.20-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 09:27:49 -0000 1.1 +++ .cvsignore 29 Aug 2006 09:28:22 -0000 1.2 @@ -0,0 +1 @@ +File-NFSLock-1.20.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-File-NFSLock/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 09:27:49 -0000 1.1 +++ sources 29 Aug 2006 09:28:22 -0000 1.2 @@ -0,0 +1 @@ +68bddc5e2c32d9748ae689f398fc1147 File-NFSLock-1.20.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 09:32:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 02:32:44 -0700 Subject: rpms/bittorrent/devel bittorrent.spec, 1.35, 1.36 needs.rebuild, 1.1, NONE Message-ID: <200608290932.k7T9WkO2002301@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bittorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2282 Modified Files: bittorrent.spec Removed Files: needs.rebuild Log Message: Don't need python-devel buildreq Don't %%ghost .pyo files Index: bittorrent.spec =================================================================== RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- bittorrent.spec 2 Feb 2006 13:55:22 -0000 1.35 +++ bittorrent.spec 29 Aug 2006 09:32:44 -0000 1.36 @@ -4,7 +4,7 @@ Name: bittorrent Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BitTorrent swarming network file transfer tool Group: Applications/Internet @@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel desktop-file-utils gettext +BuildRequires: desktop-file-utils gettext Requires: python-crypto # FC4 and later auto-generate python version dependency %if %{!?fedora:0}%{?fedora} < 4 || %{!?rhel:0}%{?rhel} @@ -199,14 +199,8 @@ %{_bindir}/bttrack %{_bindir}/btseed %{pkidir}/bittorrent -%dir %{python_sitelib}/BitTorrent -%{python_sitelib}/BitTorrent/*.py -%{python_sitelib}/BitTorrent/*.pyc -%ghost %{python_sitelib}/BitTorrent/*.pyo -%dir %{python_sitelib}/khashmir -%{python_sitelib}/khashmir/*.py -%{python_sitelib}/khashmir/*.pyc -%ghost %{python_sitelib}/khashmir/*.pyo +%{python_sitelib}/BitTorrent/ +%{python_sitelib}/khashmir/ %attr(-,torrent,torrent) %dir %{bt_dir} %attr(-,torrent,torrent) %dir %{bt_statedir} %attr(-,torrent,torrent) %dir %{_localstatedir}/log/bittorrent @@ -225,6 +219,10 @@ %{_datadir}/applications/%{desktopvendor}-bittorrent.desktop %changelog +* Tue Aug 29 2006 Paul Howarth 4.4.0-2 +- Don't need python-devel buildreq +- Don't %%ghost .pyo files + * Thu Feb 2 2006 Paul Howarth 4.4.0-1 - Update to 4.4.0 - Hardcode /usr/sbin in useradd dependency path --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 09:44:29 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 02:44:29 -0700 Subject: rpms/lablgtk/devel lablgtk.spec,1.16,1.17 Message-ID: <200608290944.k7T9iV9G002415@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2398 Modified Files: lablgtk.spec Log Message: Index: lablgtk.spec =================================================================== RCS file: /cvs/extras/rpms/lablgtk/devel/lablgtk.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- lablgtk.spec 29 Aug 2006 08:57:30 -0000 1.16 +++ lablgtk.spec 29 Aug 2006 09:44:29 -0000 1.17 @@ -1,6 +1,6 @@ Name: lablgtk Version: 2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective Caml interface to gtk+ @@ -25,6 +25,7 @@ BuildRequires: gnome-panel-devel BuildRequires: gtkspell-devel BuildRequires: libXmu-devel +BuildRequires: ncurses-devel Requires: ocaml >= 3.09.1 Requires: lablgl >= 1.02 @@ -95,6 +96,9 @@ %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.6.0-6 +- added BR: ncurses-devel + * Tue Aug 29 2006 Gerard Milmeister - 2.6.0-5 - Rebuild for FE6 From fedora-extras-commits at redhat.com Tue Aug 29 09:59:00 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 02:59:00 -0700 Subject: rpms/lablgtk/devel needs.rebuild,1.1,NONE Message-ID: <200608290959.k7T9x2Qd002483@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/lablgtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2468 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:07:03 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 03:07:03 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.12,1.13 Message-ID: <200608291007.k7TA75Bh005251@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5230 Modified Files: gdesklets.spec Log Message: spec file for FC-4 updated Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gdesklets.spec 29 Aug 2006 08:14:33 -0000 1.12 +++ gdesklets.spec 29 Aug 2006 10:07:03 -0000 1.13 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops From fedora-extras-commits at redhat.com Tue Aug 29 10:08:22 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:08:22 -0700 Subject: fedora-security/audit fc6,1.42,1.43 Message-ID: <200608291008.k7TA8MGJ005324@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5306 Modified Files: fc6 Log Message: fc6 2002 cve update; easy pickings Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- fc6 29 Aug 2006 08:22:22 -0000 1.42 +++ fc6 29 Aug 2006 10:08:19 -0000 1.43 @@ -1634,7 +1634,7 @@ CVE-2002-1650 version (squirrelmail, fixed 1.2.3) CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) -CVE-2002-1642 ** postgresql +CVE-2002-1642 version (postgresql, fixed 7.2.3) CVE-2002-1602 ** screen CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) @@ -1660,7 +1660,7 @@ CVE-2002-1402 version (postgresql, fixed 7.2.2) CVE-2002-1401 ** postgresql CVE-2002-1400 version (postgresql, fixed 7.2.2) -CVE-2002-1399 ** postgresql +CVE-2002-1399 version (postgresql, fixed 7.2.3) CVE-2002-1398 version (postgresql, fixed 7.2.2) CVE-2002-1397 ** postgresql CVE-2002-1396 version (php, fixed 4.3.0) @@ -1685,7 +1685,7 @@ CVE-2002-1368 version (cups, fixed 1.1.18) CVE-2002-1367 version (cups, fixed 1.1.18) CVE-2002-1366 version (cups, fixed 1.1.18) -CVE-2002-1364 ** fetchmail +CVE-2002-1365 ** fetchmail CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-1356 version (wireshark, fixed after 0.9.7) CVE-2002-1355 version (wireshark, fixed after 0.9.7) @@ -1711,9 +1711,9 @@ CVE-2002-1227 ** pam CVE-2002-1224 version (kde, fixed 3.0.4) CVE-2002-1223 version (kdegraphics, fixed 3.0.4) -CVE-2002-1221 ** bind -CVE-2002-1220 ** bind -CVE-2002-1219 ** bind +CVE-2002-1221 version (bind, not 9) +CVE-2002-1220 version (bind, not 9) +CVE-2002-1219 version (bind, not 9) CVE-2002-1217 version (tar, fixed 1.13.25) CVE-2002-1175 ** fetchmail CVE-2002-1174 ** fetchmail @@ -1721,7 +1721,7 @@ CVE-2002-1165 ** sendmail CVE-2002-1160 ** pam CVE-2002-1157 version (httpd, not 2.0) -CVE-2002-1156 ** httpd +CVE-2002-1156 version (httpd, fixed 2.0.43) CVE-2002-1154 ** kon2 CVE-2002-1152 version (kdenetwork, fixed 3.0.3) CVE-2002-1151 version (kdenetwork, fixed 3.0.3a) @@ -1732,7 +1732,7 @@ CVE-2002-0989 version (gaim, fixed 0.59.1) CVE-2002-0986 ** php CVE-2002-0985 ** php -CVE-2002-0972 ** postgresql +CVE-2002-0972 version (postgresql, fixed 7.2.2) CVE-2002-0970 version (kdenetwork, fixed 3.0.3) CVE-2002-0935 version (tomcat, fixed 4.1.3) CVE-2002-0906 version (sendmail, fxied 8.12.5) @@ -1774,7 +1774,8 @@ CVE-2002-0655 version (openssl, not 0.9.8) CVE-2002-0655 version (openssl097a, not 0.9.7) CVE-2002-0653 version (mod_ssl, not httpd 2.2) -CVE-2002-0651 ** bind (+resolvers) +CVE-2002-0651 version (bind, not 9) +CVE-2002-0651 ** resolvers CVE-2002-0640 ** openssh CVE-2002-0639 ** openssh CVE-2002-0638 ** util-linux @@ -1803,7 +1804,7 @@ CVE-2002-0382 ** xchat CVE-2002-0380 ** tcpdump CVE-2002-0379 ** imap -CVE-2002-0377 ** gaim +CVE-2002-0377 version (gaim, fixed 0.58) CVE-2002-0374 version (pam_ldap, fixed 144) CVE-2002-0363 version (ghostscript, fixed 6.53) CVE-2002-0353 version (wireshark, fixed ethereal 0.9.3) @@ -1816,41 +1817,41 @@ CVE-2002-0185 ** mod_python CVE-2002-0184 version (sudo, fixed 1.6.6) CVE-2002-0180 ** webalizer -CVE-2002-0169 ** docbook +CVE-2002-0169 ignore (docbook) was RHL only CVE-2002-0165 ** logwatch CVE-2002-0164 version (XFree86, fixed 4.2.1) CVE-2002-0163 version (squid, fixed 20020312) -CVE-2002-0162 ** logwatch +CVE-2002-0162 version (logwatch, fixed 2.5) CVE-2002-0157 ** nautilus CVE-2002-0146 version (fetchmail, fixed 5.9.10) CVE-2002-0130 ** efax CVE-2002-0129 ** efax CVE-2002-0121 version (php, fixed after 4.1.1) CVE-2002-0092 version (cve, fixed 1.10.8) -CVE-2002-0083 ** openssh +CVE-2002-0083 version (openssh, fixed 3.1) CVE-2002-0082 version (mod_ssl, not httpd 2.2) -CVE-2002-0081 ** php +CVE-2002-0081 version (php, not 4.2+) CVE-2002-0080 ** rsync -CVE-2002-0069 ** squid -CVE-2002-0068 ** squid -CVE-2002-0067 ** squid +CVE-2002-0069 version (squid, fixed 2.4STABLE4) +CVE-2002-0068 version (squid, fixed 2.4STABLE4) +CVE-2002-0067 version (squid, fixed 2.4STABLE4) CVE-2002-0063 version (cups, fixed 1.1.14) CVE-2002-0062 ** ncurses CVE-2002-0060 ** kernel CVE-2002-0059 ** zlib and 100 other things CVE-2002-0048 ** rsync CVE-2002-0046 ** kernel -CVE-2002-0045 ** openldap +CVE-2002-0045 version (openldap, fixed 2.0.20) CVE-2002-0044 ** enscript CVE-2002-0043 version (sudo, fixed 1.6.4) CVE-2002-0036 version (krb5, fixed 1.2.5) -CVE-2002-0029 ** bind +CVE-2002-0029 version (bind, not 9) CVE-2002-0013 ** snmp stuff CVE-2002-0012 ** snmp stuff CVE-2002-0006 ** xchat CVE-2002-0004 ** at CVE-2002-0003 ** groff -CVE-2002-0002 ** stunnel +CVE-2002-0002 version (stunnel, fixed 3.22) CVE-2002-0001 version (mutt, fixed 1.3.25) older, happened to deal with at same time: From fedora-extras-commits at redhat.com Tue Aug 29 10:16:31 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:16:31 -0700 Subject: fedora-security/audit fc6,1.43,1.44 Message-ID: <200608291016.k7TAGVHe005363@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5345 Modified Files: fc6 Log Message: xchat changelog Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- fc6 29 Aug 2006 10:08:19 -0000 1.43 +++ fc6 29 Aug 2006 10:16:28 -0000 1.44 @@ -1304,7 +1304,7 @@ CVE-2004-0413 version (subversion, fixed 1.0.5) CVE-2004-0412 version (mailman, fixed 2.1.5) CVE-2004-0411 version (kdelibs, fixed 3.3) -CVE-2004-0409 version (xchat, fixed after 2.0.8) +CVE-2004-0409 version (xchat, fixed 2.0.9) CVE-2004-0405 version (cvs, fixed 1.11) CVE-2004-0403 version (racoon, fixed ipsec-tools-0.6.5 at least) CVE-2004-0398 version (neon, fixed 0.24.6) @@ -1801,7 +1801,7 @@ CVE-2002-0389 ** mailman CVE-2002-0388 version (mailman, fixed 2.0.11) CVE-2002-0384 version (gaim, fixed 0.58) -CVE-2002-0382 ** xchat +CVE-2002-0382 version (xchat, fixed 1.9.1) CVE-2002-0380 ** tcpdump CVE-2002-0379 ** imap CVE-2002-0377 version (gaim, fixed 0.58) @@ -1848,9 +1848,9 @@ CVE-2002-0029 version (bind, not 9) CVE-2002-0013 ** snmp stuff CVE-2002-0012 ** snmp stuff -CVE-2002-0006 ** xchat +CVE-2002-0006 verison (xchat, fixed 1.8.7) cve is wrong CVE-2002-0004 ** at -CVE-2002-0003 ** groff +CVE-2002-0003 version (groff, fixed 1.17.2) CVE-2002-0002 version (stunnel, fixed 3.22) CVE-2002-0001 version (mutt, fixed 1.3.25) From fedora-extras-commits at redhat.com Tue Aug 29 10:21:44 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:21:44 -0700 Subject: rpms/bluefish/devel bluefish.spec,1.20,1.21 needs.rebuild,1.1,NONE Message-ID: <200608291021.k7TALkF1005432@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/bluefish/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5410 Modified Files: bluefish.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: bluefish.spec =================================================================== RCS file: /cvs/extras/rpms/bluefish/devel/bluefish.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- bluefish.spec 22 May 2006 07:43:48 -0000 1.20 +++ bluefish.spec 29 Aug 2006 10:21:44 -0000 1.21 @@ -1,6 +1,6 @@ Name: bluefish Version: 1.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GTK2 web development application for experienced users Group: Development/Tools License: GPL @@ -71,6 +71,9 @@ %{_mandir}/man1/bluefish.1* %changelog +* Tue Aug 29 2006 Paul Howarth - 1.0.5-4 +- rebuild for dynamic linking speedups (FE6) + * Mon May 22 2006 Paul Howarth - 1.0.5-3 - fix broken debuginfo packages by not stripping binaries (#192617) - cosmetic changes to spec file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:25:27 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 03:25:27 -0700 Subject: rpms/unison/devel unison.spec,1.14,1.15 Message-ID: <200608291025.k7TAPTDU005531@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5514 Modified Files: unison.spec Log Message: Rebuild for FE6 Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/devel/unison.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- unison.spec 28 Feb 2006 17:37:20 -0000 1.14 +++ unison.spec 29 Aug 2006 10:25:26 -0000 1.15 @@ -1,6 +1,6 @@ Name: unison Version: 2.13.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File-synchronization tool @@ -68,6 +68,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue Aug 29 2006 Gerard Milmeister - 2.13.16-3 +- Rebuild for FE6 + * Tue Feb 28 2006 Gerard Milmeister - 2.13.16-2 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Tue Aug 29 10:27:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:27:23 -0700 Subject: rpms/grepmail/devel grepmail.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291027.k7TARPvA005602@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/grepmail/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5585 Modified Files: grepmail.spec Removed Files: needs.rebuild Log Message: FE6 rebuild Index: grepmail.spec =================================================================== RCS file: /cvs/extras/rpms/grepmail/devel/grepmail.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- grepmail.spec 16 Feb 2006 08:24:06 -0000 1.3 +++ grepmail.spec 29 Aug 2006 10:27:23 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Search mailboxes for a particular email Name: grepmail Version: 5.3032 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Text Source0: http://dl.sf.net/grepmail/grepmail-%{version}.tar.gz @@ -54,6 +54,9 @@ %{_mandir}/man1/grepmail.1* %changelog +* Tue Aug 29 2006 Paul Howarth 5.3032-4 +- FE6 rebuild + * Thu Feb 16 2006 Paul Howarth 5.3032-3 - Don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:35:27 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 03:35:27 -0700 Subject: fedora-security/audit fc6,1.44,1.45 Message-ID: <200608291035.k7TAZRCL005704@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5686 Modified Files: fc6 Log Message: More from changelogs and web surfing, 92 left Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- fc6 29 Aug 2006 10:16:28 -0000 1.44 +++ fc6 29 Aug 2006 10:35:24 -0000 1.45 @@ -1655,7 +1655,7 @@ CVE-2002-1508 ** openldap CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1471 ** evolution -CVE-2002-1405 ** lynx +CVE-2002-1405 version (lynx, fixed 2.8.5dev9) CVE-2002-1403 ** dhcpcd CVE-2002-1402 version (postgresql, fixed 7.2.2) CVE-2002-1401 ** postgresql @@ -1675,7 +1675,7 @@ CVE-2002-1379 ** openldap CVE-2002-1378 ** openldap CVE-2002-1377 ** vim -CVE-2002-1376 ** mysql +CVE-2002-1376 version (mysql, fixed 4.0.6) CVE-2002-1375 version (mysql, fixed 4.0.6) CVE-2002-1374 version (mysql, fixed 4.0.6) CVE-2002-1373 version (mysql, fixed 3.23.54) @@ -1685,7 +1685,7 @@ CVE-2002-1368 version (cups, fixed 1.1.18) CVE-2002-1367 version (cups, fixed 1.1.18) CVE-2002-1366 version (cups, fixed 1.1.18) -CVE-2002-1365 ** fetchmail +CVE-2002-1365 version (fetchmail, fixed 6.2.0) CVE-2002-1363 version (libpng, fixed 1.2.6) CVE-2002-1356 version (wireshark, fixed after 0.9.7) CVE-2002-1355 version (wireshark, fixed after 0.9.7) @@ -1715,8 +1715,8 @@ CVE-2002-1220 version (bind, not 9) CVE-2002-1219 version (bind, not 9) CVE-2002-1217 version (tar, fixed 1.13.25) -CVE-2002-1175 ** fetchmail -CVE-2002-1174 ** fetchmail +CVE-2002-1175 version (fetchmail, fixed 6.2.0) +CVE-2002-1174 version (fetchmail, fixed 6.2.0) CVE-2002-1170 ** net-snmp CVE-2002-1165 ** sendmail CVE-2002-1160 ** pam @@ -1764,7 +1764,7 @@ CVE-2002-0684 ** bind CVE-2002-0682 ** tomcat CVE-2002-0662 version (scrollkeeper, fixed after 0.3.11) -CVE-2002-0660 ** libpng +CVE-2002-0660 version (libpng, fixed 1.0.14) CVE-2002-0659 version (openssl, not 0.9.8) CVE-2002-0659 version (openssl097a, not 0.9.7) CVE-2002-0657 version (openssl, not 0.9.8) @@ -1776,13 +1776,13 @@ CVE-2002-0653 version (mod_ssl, not httpd 2.2) CVE-2002-0651 version (bind, not 9) CVE-2002-0651 ** resolvers -CVE-2002-0640 ** openssh -CVE-2002-0639 ** openssh +CVE-2002-0640 version (openssh, fixed after 3.3) +CVE-2002-0639 version (openssh, fixed after 3.3) CVE-2002-0638 ** util-linux CVE-2002-0575 version (openssh, fixed 3.2.1) CVE-2002-0570 ** kernel CVE-2002-0517 version (XFree86) didn't affect Linux -CVE-2002-0516 ** squirrelmail +CVE-2002-0516 version (squirrelmail, fixed 1.2.6) CVE-2002-0510 ignore (kernel) see cve CVE-2002-0506 ** newt CVE-2002-0499 ** kernel @@ -1824,8 +1824,8 @@ CVE-2002-0162 version (logwatch, fixed 2.5) CVE-2002-0157 ** nautilus CVE-2002-0146 version (fetchmail, fixed 5.9.10) -CVE-2002-0130 ** efax -CVE-2002-0129 ** efax +CVE-2002-0130 ignore (efax) not setuid root +CVE-2002-0129 ignore (efax) not setuid root CVE-2002-0121 version (php, fixed after 4.1.1) CVE-2002-0092 version (cve, fixed 1.10.8) CVE-2002-0083 version (openssh, fixed 3.1) From fedora-extras-commits at redhat.com Tue Aug 29 10:38:13 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:38:13 -0700 Subject: rpms/gtkwave/devel needs.rebuild,1.1,NONE Message-ID: <200608291038.k7TAcF5x005744@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtkwave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5729 Removed Files: needs.rebuild Log Message: Package built last week, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:45:15 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Tue, 29 Aug 2006 03:45:15 -0700 Subject: rpms/unison/devel needs.rebuild,1.1,NONE Message-ID: <200608291045.k7TAjHxV005781@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5766 Removed Files: needs.rebuild Log Message: --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 10:46:40 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 03:46:40 -0700 Subject: owners owners.list,1.1463,1.1464 Message-ID: <200608291046.k7TAkgYu005804@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5787 Modified Files: owners.list Log Message: add perl-File-NFSLock Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1463 retrieving revision 1.1464 diff -u -r1.1463 -r1.1464 --- owners.list 29 Aug 2006 00:28:35 -0000 1.1463 +++ owners.list 29 Aug 2006 10:46:40 -0000 1.1464 @@ -1242,6 +1242,7 @@ Fedora Extras|perl-File-Flat|Implements a flat filesystem|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-HomeDir|Get the home directory for yourself or other users|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-NCopy|Copy files to directories, or a single file to another file|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-File-NFSLock|Perl module to do NFS (or not) locking|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-ReadBackwards|File::ReadBackwards Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-Remove|Convenience module for removing files and directories|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-File-RsyncP|A perl implementation of an Rsync client|imlinux at gmail.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Tue Aug 29 10:56:28 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 03:56:28 -0700 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608291056.k7TAuUxi005844@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5827 Modified Files: gtorrentviewer.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: gtorrentviewer.spec =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtorrentviewer.spec 28 May 2006 12:05:56 -0000 1.6 +++ gtorrentviewer.spec 29 Aug 2006 10:56:27 -0000 1.7 @@ -1,19 +1,17 @@ Name: gtorrentviewer Version: 0.2b -Release: 9%{?dist} +Release: 10%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files - Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/ Source0: http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext, intltool - %description GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and @@ -59,6 +57,9 @@ %{_mandir}/man1/gtorrentviewer.1* %changelog +* Tue Aug 29 2006 Paul Howarth 0.2b-10 +- rebuild for dynamic linking speedups (FE6) + * Sun May 28 2006 Paul Howarth 0.2b-9 - add missing buildreq intltool --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:01:41 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 04:01:41 -0700 Subject: fedora-security/audit fc6,1.45,1.46 Message-ID: <200608291101.k7TB1f5A008522@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8502 Modified Files: fc6 Log Message: Some more from our security team notes Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- fc6 29 Aug 2006 10:35:24 -0000 1.45 +++ fc6 29 Aug 2006 11:01:38 -0000 1.46 @@ -1614,10 +1614,10 @@ CVE-2002-2185 version (kernel, fixed 2.6.15) CVE-2002-2103 version (httpd, not 2.0) CVE-2002-2060 verson (links, fixed after 2.0pre4) -CVE-2002-2043 ** cyrus-sasl +CVE-2002-2043 ignore (cyrus-sasl) patch against cyrus-sasl CVE-2002-2012 ignore (httpd) not upstream version CVE-2002-2010 ** htdig -CVE-2002-2009 ** tomcat +CVE-2002-2009 version (tomcat, fixed 4.0.3) CVE-2002-2007 ** tomcat CVE-2002-2006 ** tomcat CVE-2002-1976 ignore (ifconfig) "use ip" @@ -1630,7 +1630,7 @@ CVE-2002-1783 version (php, fixed after 4.2.3) CVE-2002-1765 version (evolution, fixed 1.0.5) CVE-2002-1658 ignore (httpd) not a vulnerability -CVE-2002-1657 ** postgresql +CVE-2002-1657 ignore (postgresql) upstream disagree CVE-2002-1650 version (squirrelmail, fixed 1.2.3) CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) @@ -1658,11 +1658,11 @@ CVE-2002-1405 version (lynx, fixed 2.8.5dev9) CVE-2002-1403 ** dhcpcd CVE-2002-1402 version (postgresql, fixed 7.2.2) -CVE-2002-1401 ** postgresql +CVE-2002-1401 ** postgresql (note wasn't fixed in 7.2.3) CVE-2002-1400 version (postgresql, fixed 7.2.2) CVE-2002-1399 version (postgresql, fixed 7.2.3) CVE-2002-1398 version (postgresql, fixed 7.2.2) -CVE-2002-1397 ** postgresql +CVE-2002-1397 version (postgresql, fixed 7.2.3) CVE-2002-1396 version (php, fixed 4.3.0) CVE-2002-1394 ** tomcat CVE-2002-1393 version (kde, fixed 3.0.5a) @@ -1691,12 +1691,12 @@ CVE-2002-1355 version (wireshark, fixed after 0.9.7) CVE-2002-1350 version (tcpdump, fixed 3.7) CVE-2002-1348 version (w3m, fixed 0.3.2.2) -CVE-2002-1347 ** cyrus-sasl +CVE-2002-1347 version (cyrus-sasl, fixed 2.1.10) CVE-2002-1344 version (wget, fixed 1.8.2) CVE-2002-1341 version (squirrelmail, fixed after 1.2.10) CVE-2002-1337 version (sendmail, fixed 8.12.8) CVE-2002-1335 ** w3m -CVE-2002-1323 ** perl +CVE-2002-1323 version (perl, fixed 5.8.0.1 at least) CVE-2002-1319 ** kernel CVE-2002-1318 version (samba, fixed 2.2.7) CVE-2002-1306 version (kde, fixed 3.0.4) @@ -1728,7 +1728,7 @@ CVE-2002-1148 ** tomcat CVE-2002-1146 ** bind CVE-2002-1131 ** squirrelmail -CVE-2002-1119 ** python +CVE-2002-1119 version (python, fixed 2.2.2) CVE-2002-0989 version (gaim, fixed 0.59.1) CVE-2002-0986 ** php CVE-2002-0985 ** php From fedora-extras-commits at redhat.com Tue Aug 29 11:09:47 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 04:09:47 -0700 Subject: rpms/libnet/devel libnet.spec,1.7,1.8 Message-ID: <200608291110.k7TBAK3Z008950@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8864 Modified Files: libnet.spec Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.1.2.1-9 - rebuild for FC6 Index: libnet.spec =================================================================== RCS file: /cvs/extras/rpms/libnet/devel/libnet.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libnet.spec 17 Feb 2006 15:12:58 -0000 1.7 +++ libnet.spec 29 Aug 2006 11:09:47 -0000 1.8 @@ -1,7 +1,7 @@ Summary: C library for portable packet creation and injection Name: libnet Version: 1.1.2.1 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.packetfactory.net/libnet/ @@ -71,6 +71,9 @@ %{_mandir}/man3/libnet* %changelog +* Tue Aug 29 2006 Patrice Dumas - 1.1.2.1-9 +- rebuild for FC6 + * Fri Feb 17 2006 Patrice Dumas - 1.1.2.1-8 - rebuild for fc5 @@ -88,7 +91,7 @@ * Mon Aug 22 2005 Patrice Dumas 1.1.2.1-3 - Correct dos end of lines -- add in devel: Provides: %{name} = %{version}-%{release} +- add in devel: Provides: %%{name} = %%{version}-%%{release} * Fri Aug 12 2005 Patrice Dumas 1.1.2.1-2 - put everything in a devel subpackage From fedora-extras-commits at redhat.com Tue Aug 29 11:21:33 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 04:21:33 -0700 Subject: rpms/libnet10/devel libnet10.spec,1.11,1.12 Message-ID: <200608291121.k7TBLZbs009074@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9057 Modified Files: libnet10.spec Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.0.2a-11 - rebuild for FC6 Index: libnet10.spec =================================================================== RCS file: /cvs/extras/rpms/libnet10/devel/libnet10.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libnet10.spec 17 Feb 2006 15:15:10 -0000 1.11 +++ libnet10.spec 29 Aug 2006 11:21:33 -0000 1.12 @@ -1,7 +1,7 @@ Summary: High-level API (toolkit) to construct and inject network packets Name: libnet10 Version: 1.0.2a -Release: 10%{?dist} +Release: 11%{?dist} URL: http://www.packetfactory.net/libnet/ License: BSD Group: System Environment/Libraries @@ -70,10 +70,13 @@ %changelog -* Fri Feb 17 2006 Patrice Dumas - 1.0.2a-10 +* Tue Aug 29 2006 Patrice Dumas - 1.0.2a-11 +- rebuild for FC6 + +* Fri Feb 17 2006 Patrice Dumas - 1.0.2a-10 - rebuild for fc5 -* Wed Feb 1 2006 Patrice Dumas - 1.0.2a-9 +* Wed Feb 1 2006 Patrice Dumas - 1.0.2a-9 - rebuild * Sun Aug 28 2005 Michael Schwendt - 1.0.2a-8 From fedora-extras-commits at redhat.com Tue Aug 29 11:47:48 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:47:48 -0700 Subject: rpms/svgalib/devel svgalib.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608291147.k7TBloko009205@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/svgalib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9188 Modified Files: svgalib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.9.25-3 - FE6 Rebuild Index: svgalib.spec =================================================================== RCS file: /cvs/extras/rpms/svgalib/devel/svgalib.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- svgalib.spec 17 Jul 2006 11:22:59 -0000 1.9 +++ svgalib.spec 29 Aug 2006 11:47:48 -0000 1.10 @@ -1,6 +1,6 @@ Name: svgalib Version: 1.9.25 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level fullscreen SVGA graphics library Group: System Environment/Libraries License: Public Domain @@ -130,6 +130,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.9.25-3 +- FE6 Rebuild + * Mon Jul 17 2006 Hans de Goede 1.9.25-2 - Don't have a different defaultcfg on i386 vs x86_64, having the same defaultcfg makes paralel installs possible, add notes about certain settings --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:19 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 04:49:19 -0700 Subject: rpms/lat/devel lat.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608291149.k7TBnLXP009281@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/lat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9259 Modified Files: lat.spec Removed Files: needs.rebuild Log Message: buildreq gnome-sharp-devel, gtk-sharp2-devel, and intltool Index: lat.spec =================================================================== RCS file: /cvs/extras/rpms/lat/devel/lat.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lat.spec 3 Jul 2006 13:49:27 -0000 1.5 +++ lat.spec 29 Aug 2006 11:49:19 -0000 1.6 @@ -1,14 +1,14 @@ Name: lat Summary: LDAP Administration Tool Version: 1.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/Productivity Url: http://dev.mmgsecurity.com/projects/lat/ Source0: http://dev.mmgsecurity.com/downloads/lat/lat-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-devel, gtk-sharp2, gnome-keyring-devel -BuildRequires: scrollkeeper, gettext +BuildRequires: mono-devel, gtk-sharp2-devel, gnome-keyring-devel, gnome-sharp-devel +BuildRequires: scrollkeeper, gettext, intltool Requires: mono-data, gtk-sharp2 Requires(post): scrollkeeper @@ -85,6 +85,9 @@ %{_mandir}/man1/lat.1* %changelog +* Mon Aug 29 2006 Paul Howarth - 1.0.6-3 +- buildreq gnome-sharp-devel, gtk-sharp2-devel, and intltool + * Mon Jul 3 2006 Paul Howarth - 1.0.6-2 - Make package arch-specific; files in %%{_libdir} rather than %%{_prefix}/lib See: http://www.redhat.com/archives/fedora-packaging/2006-July/msg00013.html --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:31 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:49:31 -0700 Subject: rpms/trackballs/devel trackballs.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291149.k7TBnY5E009328@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/trackballs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9294 Modified Files: trackballs.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.1.2-3 - FE6 Rebuild Index: trackballs.spec =================================================================== RCS file: /cvs/extras/rpms/trackballs/devel/trackballs.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trackballs.spec 15 Aug 2006 18:35:32 -0000 1.1 +++ trackballs.spec 29 Aug 2006 11:49:31 -0000 1.2 @@ -1,6 +1,6 @@ Name: trackballs Version: 1.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Steer a marble ball through a labyrinth Group: Amusements/Games License: GPL @@ -88,6 +88,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.1.2-3 +- FE6 Rebuild + * Tue Aug 15 2006 Hans de Goede 1.1.2-2 - Remove some redundant BR's --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:49:32 2006 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 29 Aug 2006 04:49:32 -0700 Subject: rpms/mail-notification/devel mail-notification.spec,1.26,1.27 Message-ID: <200608291149.k7TBnYFg009332@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/mail-notification/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9299 Modified Files: mail-notification.spec Log Message: 3.0-6 -- add BR perl-XML-Parser Index: mail-notification.spec =================================================================== RCS file: /cvs/extras/rpms/mail-notification/devel/mail-notification.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- mail-notification.spec 28 Aug 2006 16:34:26 -0000 1.26 +++ mail-notification.spec 29 Aug 2006 11:49:32 -0000 1.27 @@ -1,6 +1,6 @@ Name: mail-notification Version: 3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Status icon that informs you if you have new mail Group: Applications/Internet @@ -21,6 +21,7 @@ BuildRequires: gnutls-devel >= 1.0.20 BuildRequires: libgcrypt-devel >= 1.2.0 BuildRequires: libicu-devel >= 2.6 +BuildRequires: perl-XML-Parser BuildRequires: gob2 BuildRequires: evolution-devel BuildRequires: evolution-data-server-devel >= 1.5 @@ -129,6 +130,9 @@ %changelog +* Tue Aug 29 2006 Thorsten Leemhuis 3.0-6 +- add BR perl-XML-Parser ;-) + * Mon Aug 28 2006 Thorsten Leemhuis 3.0-5 - Rebuild for devel - run unset-obsolete-configuration only works when DISPLAY is set; will From fedora-extras-commits at redhat.com Tue Aug 29 11:50:05 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:50:05 -0700 Subject: rpms/tuxkart/devel tuxkart.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291150.k7TBo7L3009439@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/tuxkart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9422 Modified Files: tuxkart.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.4.0-5 - FE6 Rebuild Index: tuxkart.spec =================================================================== RCS file: /cvs/extras/rpms/tuxkart/devel/tuxkart.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tuxkart.spec 10 Jun 2006 20:03:15 -0000 1.2 +++ tuxkart.spec 29 Aug 2006 11:50:05 -0000 1.3 @@ -1,6 +1,6 @@ Name: tuxkart Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Kids 3D go-kart racing game featuring Tux Group: Amusements/Games License: GPL @@ -105,6 +105,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.4.0-5 +- FE6 Rebuild + * Tue Jun 6 2006 Hans de Goede 0.4.0-4 - Add permission notice to ship ppracer logo in adverts.rgb to images-legal.txt This fixes the last blocker for release :) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:52:18 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:52:18 -0700 Subject: rpms/worminator/devel worminator.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291152.k7TBqKr4009513@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9496 Modified Files: worminator.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 3.0R2.1-5 - FE6 Rebuild Index: worminator.spec =================================================================== RCS file: /cvs/extras/rpms/worminator/devel/worminator.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- worminator.spec 6 Jul 2006 18:52:13 -0000 1.4 +++ worminator.spec 29 Aug 2006 11:52:17 -0000 1.5 @@ -1,6 +1,6 @@ Name: worminator Version: 3.0R2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Sidescrolling platform and shoot'em up action-game Group: Amusements/Games License: GPL @@ -72,6 +72,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 3.0R2.1-5 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 3.0R2.1-4 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:53:16 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:53:16 -0700 Subject: rpms/worminator-data/devel worminator-data.spec,1.3,1.4 Message-ID: <200608291153.k7TBrIMe009580@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/worminator-data/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9563 Modified Files: worminator-data.spec Log Message: * Tue Aug 29 2006 Hans de Goede 3.0R2.1-3 - Add Requires on main package - FE6 Rebuild Index: worminator-data.spec =================================================================== RCS file: /cvs/extras/rpms/worminator-data/devel/worminator-data.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- worminator-data.spec 28 Aug 2006 04:55:11 -0000 1.3 +++ worminator-data.spec 29 Aug 2006 11:53:16 -0000 1.4 @@ -1,6 +1,6 @@ Name: worminator-data Version: 3.0R2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Data for worminator the game Group: Amusements/Games License: GPL @@ -46,6 +46,10 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 3.0R2.1-3 +- Add Requires on main package +- FE6 Rebuild + * Tue Mar 14 2006 Hans de Goede 3.0R2.1-2 - move worminator data dir from /usr/share/games to just /usr/share to match the games-SIG guidelines. Sorry about the somewhat large download for From fedora-extras-commits at redhat.com Tue Aug 29 11:53:52 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:53:52 -0700 Subject: rpms/xarchon/devel xarchon.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291153.k7TBrs8Z009653@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/xarchon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9636 Modified Files: xarchon.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 0.50-3 - FE6 Rebuild Index: xarchon.spec =================================================================== RCS file: /cvs/extras/rpms/xarchon/devel/xarchon.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xarchon.spec 15 May 2006 18:49:42 -0000 1.1 +++ xarchon.spec 29 Aug 2006 11:53:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: xarchon Version: 0.50 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Arcade board game Group: Amusements/Games License: GPL @@ -77,6 +77,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 0.50-3 +- FE6 Rebuild + * Sat May 13 2006 Hans de Goede 0.50-2 - consistent use of %%{name} (everywhere). - Add BR: libXPM-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:54:25 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:54:25 -0700 Subject: rpms/xgalaxy/devel xgalaxy.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291154.k7TBsRCB009719@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/xgalaxy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9702 Modified Files: xgalaxy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 2.0.35-5 - FE6 Rebuild Index: xgalaxy.spec =================================================================== RCS file: /cvs/extras/rpms/xgalaxy/devel/xgalaxy.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xgalaxy.spec 1 Jun 2006 08:01:59 -0000 1.4 +++ xgalaxy.spec 29 Aug 2006 11:54:24 -0000 1.5 @@ -1,6 +1,6 @@ Name: xgalaxy Version: 2.0.34 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Galaxian / Galaga like game with powerups Group: Amusements/Games License: GPL @@ -101,6 +101,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 2.0.35-5 +- FE6 Rebuild + * Thu Jun 1 2006 Hans de Goede 2.0.34-4 - Workaround broken glibc-kernheaders (bz 193747). - Add Provides and Obsoletes xgalaga in case people have an xgalaga package --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 11:55:40 2006 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Tue, 29 Aug 2006 04:55:40 -0700 Subject: rpms/zasx/devel zasx.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291155.k7TBtgGe009850@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/zasx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9833 Modified Files: zasx.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Hans de Goede 1.30-3 - FE6 Rebuild Index: zasx.spec =================================================================== RCS file: /cvs/extras/rpms/zasx/devel/zasx.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zasx.spec 6 Jul 2006 18:49:28 -0000 1.2 +++ zasx.spec 29 Aug 2006 11:55:39 -0000 1.3 @@ -1,6 +1,6 @@ Name: zasx Version: 1.30 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Asteroid like game with powerups Group: Amusements/Games License: GPL and freely distributable content @@ -74,6 +74,9 @@ %changelog +* Tue Aug 29 2006 Hans de Goede 1.30-3 +- FE6 Rebuild + * Thu Jul 6 2006 Hans de Goede 1.30-2 - Rebuild against new allegro to remove executable stack requirement caused by previous versions of allegro. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:00:30 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 05:00:30 -0700 Subject: rpms/libpng10/devel needs.rebuild,1.1,NONE Message-ID: <200608291200.k7TC0WKV010346@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/libpng10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10277 Removed Files: needs.rebuild Log Message: built earlier this month, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:03:06 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 05:03:06 -0700 Subject: rpms/milter-regex/devel milter-regex.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291203.k7TC38LX013160@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/milter-regex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143 Modified Files: milter-regex.spec Removed Files: needs.rebuild Log Message: rebuild for dynamic linking speedups (FE6) Index: milter-regex.spec =================================================================== RCS file: /cvs/extras/rpms/milter-regex/devel/milter-regex.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- milter-regex.spec 25 May 2006 17:09:36 -0000 1.1 +++ milter-regex.spec 29 Aug 2006 12:03:06 -0000 1.2 @@ -1,6 +1,6 @@ Name: milter-regex Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Sendmail milter plugin for regular expression filtering Group: System Environment/Daemons License: BSD @@ -81,6 +81,9 @@ %{_mandir}/man8/milter-regex.8* %changelog +* Tue Aug 29 2006 Paul Howarth - 1.6-6 +- rebuild for dynamic linking speedups (FE6) + * Thu May 25 2006 Paul Howarth - 1.6-5 - Address issues raised in review (#189611) - Add sendmail dependency --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 12:47:49 2006 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 29 Aug 2006 05:47:49 -0700 Subject: rpms/paps/FC-5 paps.spec,1.10,1.11 Message-ID: <200608291247.k7TClpYu013460@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/paps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13443 Modified Files: paps.spec Log Message: bump Index: paps.spec =================================================================== RCS file: /cvs/extras/rpms/paps/FC-5/paps.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- paps.spec 16 Aug 2006 02:04:57 -0000 1.10 +++ paps.spec 29 Aug 2006 12:47:49 -0000 1.11 @@ -1,6 +1,6 @@ Name: paps Version: 0.6.6 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://paps.sourceforge.net/ @@ -69,7 +69,7 @@ %changelog -* Wed Aug 16 2006 Akira TAGOH +* Tue Aug 29 2006 Akira TAGOH - 0.6.6-6 - paps-0.6.6-wordwrap.patch: applied to do a wordwrap. - paps-0.6.6-cpilpi.patch: add --cpi and --lpi option to support the characters per inch and the lines per inch. From fedora-extras-commits at redhat.com Tue Aug 29 12:57:35 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 05:57:35 -0700 Subject: rpms/libksba/devel libksba.spec, 1.20, 1.21 libksba-0.9.13-gl.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608291257.k7TCvbQ2013559@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libksba/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13542 Modified Files: libksba.spec Removed Files: libksba-0.9.13-gl.patch needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.15-3 - fc6 respin Index: libksba.spec =================================================================== RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- libksba.spec 22 Jun 2006 16:40:20 -0000 1.20 +++ libksba.spec 29 Aug 2006 12:57:35 -0000 1.21 @@ -1,7 +1,8 @@ + Summary: X.509 library Name: libksba Version: 0.9.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ @@ -83,6 +84,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.15-3 +- fc6 respin + * Thu Jun 20 2006 Rex Dieter 0.9.15-2 - 0.9.15 --- libksba-0.9.13-gl.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:00:40 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:00:40 -0700 Subject: rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.5, 1.6 Message-ID: <200608291300.k7TD0gGd013689@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13672 Modified Files: jack-audio-connection-kit.spec Log Message: mass rebuild Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jack-audio-connection-kit.spec 1 Aug 2006 15:20:47 -0000 1.5 +++ jack-audio-connection-kit.spec 29 Aug 2006 13:00:40 -0000 1.6 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.101.1 -Release: 12%{?dist} +Release: 13%{?dist} License: GPL/LGPL Group: System Environment/Daemons Source0: http://dl.sourceforge.net/sourceforge/jackit/%{name}-%{version}.tar.gz @@ -120,6 +120,9 @@ %{_bindir}/jack_simple_client %changelog +* Tue Aug 29 2006 Andy Shevchenko 0.101.1-13 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Tue Aug 01 2006 Andy Shevchenko 0.101.1-12 - use install instead of cp (#200835) From fedora-extras-commits at redhat.com Tue Aug 29 13:02:13 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 06:02:13 -0700 Subject: rpms/kiosktool/devel kiosktool.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608291302.k7TD2FgC016359@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kiosktool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16342 Modified Files: kiosktool.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0-6 - fc6 respin Index: kiosktool.spec =================================================================== RCS file: /cvs/extras/rpms/kiosktool/devel/kiosktool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kiosktool.spec 1 Mar 2006 16:22:27 -0000 1.6 +++ kiosktool.spec 29 Aug 2006 13:02:10 -0000 1.7 @@ -2,12 +2,12 @@ Summary: KIOSK administration tool for KDE Name: kiosktool Version: 1.0 -Release: 5%{?dist}.2 +Release: 6%{?dist} License: GPL Group: System Environment/Base -URL: http://extragear.kde.org/apps/kiosktool.php -Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin/kiosktool-1.0.tar.gz +URL: http://extragear.kde.org/apps/kiosktool/ +Source: ftp://ftp.kde.org/pub/kde/stable/apps/KDE3.x/admin/kiosktool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # empty defaults @@ -15,8 +15,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils -BuildRequires: qt-devel >= 1:3.3 -BuildRequires: kdelibs-devel >= 6:3.3 +BuildRequires: kdelibs-devel %description @@ -30,7 +29,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -47,11 +45,9 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --vendor fedora \ - --add-category X-Fedora \ - --add-category Application \ - --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop + --add-category="X-Fedora" --vendor="" \ + --add-category="Application" \ + $RPM_BUILD_ROOT%{_datadir}/applications/kde/kiosktool.desktop # create/own profile dir mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/kde-profile/ @@ -99,13 +95,16 @@ #attr(0511,root,root) %{_bindir}/kiosktool* %{_bindir}/kiosktool* %{_datadir}/appl*/*/*.desktop -%{_datadir}/apps/kiosktool +%{_datadir}/apps/kiosktool/ %{_datadir}/icons/crystalsvg/*/*/* %{_sysconfdir}/kde-profile/ %config(noreplace) %{_sysconfdir}/kde-user-profile %changelog +* Tue Aug 29 2006 Rex Dieter 1.0-6 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:04:16 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:04:16 -0700 Subject: rpms/man-pages-uk/devel needs.rebuild,1.1,NONE Message-ID: <200608291304.k7TD4IdD016429@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/man-pages-uk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16414 Removed Files: needs.rebuild Log Message: No need rebuild due to documentation only packag: no binaries, nor libraries inside --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:05:46 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:05:46 -0700 Subject: rpms/renrot/devel needs.rebuild,1.1,NONE Message-ID: <200608291305.k7TD5mfO016515@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/renrot/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16500 Removed Files: needs.rebuild Log Message: No need rebuild due to no binaries nor libraries inside, just perl script --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:09:18 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Tue, 29 Aug 2006 06:09:18 -0700 Subject: rpms/qstat/devel qstat.spec,1.2,1.3 Message-ID: <200608291309.k7TD9KRb016554@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16537 Modified Files: qstat.spec Log Message: mass rebuild Index: qstat.spec =================================================================== RCS file: /cvs/extras/rpms/qstat/devel/qstat.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qstat.spec 10 Aug 2006 12:00:48 -0000 1.2 +++ qstat.spec 29 Aug 2006 13:09:18 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Real-time Game Server Status for FPS game servers Name: qstat Version: 2.10 -Release: 5%{?dist} +Release: 6%{?dist} License: Artistic Group: Amusements/Games URL: http://www.qstat.org/ @@ -43,6 +43,9 @@ %{_bindir}/qstat %changelog +* Tue Aug 29 2006 Andy Shevchenko 2.10-6 +- http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild + * Thu Aug 10 2006 Andy Shevchenko 2.10-5 - add Conflicts with torque-client (#201279) From fedora-extras-commits at redhat.com Tue Aug 29 13:12:59 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 06:12:59 -0700 Subject: rpms/libnet/devel needs.rebuild,1.1,NONE Message-ID: <200608291313.k7TDD1f5016625@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16610 Removed Files: needs.rebuild Log Message: prepared to build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 13:14:26 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 06:14:26 -0700 Subject: rpms/libnet10/devel needs.rebuild,1.1,NONE Message-ID: <200608291314.k7TDES2w016666@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/libnet10/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16651 Removed Files: needs.rebuild Log Message: prepared to rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 14:12:50 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Tue, 29 Aug 2006 07:12:50 -0700 Subject: fedora-security/audit fc6,1.46,1.47 Message-ID: <200608291412.k7TECoZf019744@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19726 Modified Files: fc6 Log Message: Another set of fc6 issues Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- fc6 29 Aug 2006 11:01:38 -0000 1.46 +++ fc6 29 Aug 2006 14:12:47 -0000 1.47 @@ -1635,7 +1635,7 @@ CVE-2002-1649 version (squirrelmail, fixed 1.2.3) CVE-2002-1648 version (squirrelmail, fixed 1.2.3) CVE-2002-1642 version (postgresql, fixed 7.2.3) -CVE-2002-1602 ** screen +CVE-2002-1602 ignore (screen) not setuid CVE-2002-1594 ** shadow-utils CVE-2002-1593 version (httpd, not 2.2) CVE-2002-1592 version (httpd, not 2.2) @@ -1643,16 +1643,16 @@ CVE-2002-1573 version (kernel, not 2.6) CVE-2002-1572 version (kernel, not 2.6) CVE-2002-1571 version (kernel, not 2.6) -CVE-2002-1570 ** net-snmp +CVE-2002-1570 version (net-snmp, fixed in 5.0.8 at least) CVE-2002-1568 version (openssl, fixed 0.9.6f) CVE-2002-1568 version (openssl097a, fixed 0.9.6f) -CVE-2002-1567 ** tomcat -CVE-2002-1565 ** wget +CVE-2002-1567 version (tomcat, fixed 4.1.3) +CVE-2002-1565 version (wget, not 1.9+) CVE-2002-1563 ** stunnel CVE-2002-1511 version (vnc, fixed 3.3.3) CVE-2002-1510 version (XFree86, fixed 4.2.0) CVE-2002-1509 ** shadow-utils -CVE-2002-1508 ** openldap +CVE-2002-1508 version (openldap, not 2.3.24+) CVE-2002-1472 version (XFree86, fixed 4.2.1) CVE-2002-1471 ** evolution CVE-2002-1405 version (lynx, fixed 2.8.5dev9) @@ -1672,8 +1672,8 @@ CVE-2002-1384 version (cups, fixed 1.1.18) CVE-2002-1383 version (cups, fixed 1.1.18) CVE-2002-1380 ** kernel -CVE-2002-1379 ** openldap -CVE-2002-1378 ** openldap +CVE-2002-1379 version (openldap, not 2.3.24+) +CVE-2002-1378 version (openldap, not 2.3.24+) CVE-2002-1377 ** vim CVE-2002-1376 version (mysql, fixed 4.0.6) CVE-2002-1375 version (mysql, fixed 4.0.6) @@ -1708,7 +1708,7 @@ CVE-2002-1235 version (krb5, fixed after 1.2.6) CVE-2002-1233 ignore (httpd) Debian regression CVE-2002-1232 version (ypserv, fixed 2.5) -CVE-2002-1227 ** pam +CVE-2002-1227 version (pam, only 0.76) CVE-2002-1224 version (kde, fixed 3.0.4) CVE-2002-1223 version (kdegraphics, fixed 3.0.4) CVE-2002-1221 version (bind, not 9) @@ -1719,7 +1719,7 @@ CVE-2002-1174 version (fetchmail, fixed 6.2.0) CVE-2002-1170 ** net-snmp CVE-2002-1165 ** sendmail -CVE-2002-1160 ** pam +CVE-2002-1160 version (pam) was our config CVE-2002-1157 version (httpd, not 2.0) CVE-2002-1156 version (httpd, fixed 2.0.43) CVE-2002-1154 ** kon2 From fedora-extras-commits at redhat.com Tue Aug 29 14:17:16 2006 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 29 Aug 2006 07:17:16 -0700 Subject: rpms/grisbi/devel grisbi.spec,1.11,1.12 Message-ID: <200608291417.k7TEHIOU019778@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19761 Modified Files: grisbi.spec Log Message: bump for build Index: grisbi.spec =================================================================== RCS file: /cvs/extras/rpms/grisbi/devel/grisbi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- grisbi.spec 21 Feb 2006 17:13:17 -0000 1.11 +++ grisbi.spec 29 Aug 2006 14:17:15 -0000 1.12 @@ -1,7 +1,7 @@ %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help Name: grisbi Version: 0.5.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Personal finances manager Group: Applications/Productivity @@ -112,6 +112,9 @@ %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html %changelog +* Tue Aug 29 2006 Bill Nottingham 0.5.8-3 +- rebuild against new libofx + * Tue Feb 21 2006 Aurelien Bompard 0.5.8-2 - rebuild for fc5 From fedora-extras-commits at redhat.com Tue Aug 29 14:32:06 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 07:32:06 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.25,1.26 Message-ID: <200608291432.k7TEW6s7019985@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19968/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Fix up x86_64 condition a bit more for initramfs Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- livecd-mkinitrd.sh 29 Aug 2006 03:04:13 -0000 1.25 +++ livecd-mkinitrd.sh 29 Aug 2006 14:32:04 -0000 1.26 @@ -73,6 +73,12 @@ cp $1 $2 } +getarch() { + if [ -x /bin/rpm ]; then + arch=$(/bin/rpm --root $rootdir -q --queryformat "%{ARCH}\n" kernel) + fi +} + while [ $# -gt 0 ]; do case $1 in --version) @@ -154,13 +160,7 @@ done -echo $kernel | grep FC5 >/dev/null -if [ "$?" -eq "0" ]; then - /bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 -else - IMAGESIZE=2500 - /bin/dd if=/dev/zero of=$IMAGE bs=4k count=$IMAGESIZE 2> /dev/null || exit 1 -fi +/bin/dd if=/dev/zero of=$IMAGE bs=1k count=$IMAGESIZE 2> /dev/null || exit 1 LODEV=$(losetup -f) if [ -z "$LODEV" ]; then @@ -175,12 +175,7 @@ # We have to "echo y |" so that it doesn't complain about $IMAGE not # being a block device # We also use -b 4096 to rectify issue: BZ #202715 -echo $kernel | grep FC5 >/dev/null -if [ "$?" -eq "0" ]; then - echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null -else - echo y | /sbin/mke2fs -b 4096 $LODEV $IMAGESIZE >/dev/null 2>/dev/null -fi +echo y | /sbin/mke2fs -b 1024 $LODEV $IMAGESIZE >/dev/null 2>/dev/null /sbin/tune2fs -i0 $LODEV >/dev/null @@ -196,6 +191,7 @@ } /bin/mkdir -p $MNTIMAGE/lib +/bin/mkdir -p $MNTIMAGE/lib64 /bin/mkdir -p $MNTIMAGE/lib/tls /bin/mkdir -p $MNTIMAGE/lib/modules/$kernel /bin/mkdir -p $MNTIMAGE/bin @@ -218,27 +214,53 @@ # /bin/rm -rf $MNTPOINT/lost+found cp $rootdir/etc/makedev.d/* $MNTIMAGE/etc/makedev.d -inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" -inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" -inst $rootdir/lib/libsepol.so.1 "$MNTIMAGE/lib/libsepol.so.1" -inst $rootdir/lib/libdl.so.2 "$MNTIMAGE/lib/libdl.so.2" +getarch +if [ "$arch" == "i686" ] || [ "$arch" == "i586" ]; then + inst $rootdir/lib/ld-linux.so.2 "$MNTIMAGE/lib/ld-linux.so.2" + inst $rootdir/lib/libselinux.so.1 "$MNTIMAGE/lib/libselinux.so.1" + inst $rootdir/lib/libsepol.so.1 "$MNTIMAGE/lib/libsepol.so.1" + inst $rootdir/lib/libdl.so.2 "$MNTIMAGE/lib/libdl.so.2" + + if [ -f $rootdir/lib/tls/libc.so.6 ]; then + inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + else + inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + fi -if [ -f $rootdir/lib/tls/libc.so.6 ]; then - inst $rootdir/lib/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" -else - inst $rootdir/lib/libc.so.6 "$MNTIMAGE/lib/libc.so.6" -fi + if [ -f $rootdir/lib/tls/libm.so.6 ]; then + inst $rootdir/lib/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + else + inst $rootdir/lib/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" + fi -if [ -f $rootdir/lib/tls/libm.so.6 ]; then - inst $rootdir/lib/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + if [ -f $rootdir/lib/libcrypt.so.1 ]; then + inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" + fi else - inst $rootdir/lib/libm.so.6 "$MNTIMAGE/lib/libm.so.6" - /bin/ln -s "/lib/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" -fi + inst $rootdir/lib64/ld-linux.so.2 "$MNTIMAGE/lib64/ld-linux.so.2" + inst $rootdir/lib64/libselinux.so.1 "$MNTIMAGE/lib64/libselinux.so.1" + inst $rootdir/lib64/libsepol.so.1 "$MNTIMAGE/lib64/libsepol.so.1" + inst $rootdir/lib64/libdl.so.2 "$MNTIMAGE/lib64/libdl.so.2" + + if [ -f $rootdir/lib64/tls/libc.so.6 ]; then + inst $rootdir/lib64/tls/libc.so.6 "$MNTIMAGE/lib/libc.so.6" + else + inst $rootdir/lib64/libc.so.6 "$MNTIMAGE/lib64/libc.so.6" + fi + + if [ -f $rootdir/lib64/tls/libm.so.6 ]; then + inst $rootdir/lib64/tls/libm.so.6 "$MNTIMAGE/lib/libm.so.6" + else + inst $rootdir/lib64/libm.so.6 "$MNTIMAGE/lib64/libm.so.6" + /bin/ln -s "/lib64/libm.so.6" "$MNTIMAGE/usr/lib/libm.so" + fi -if [ -f $rootdir/lib/libcrypt.so.1 ]; then - inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" + if [ -f $rootdir/lib64/libcrypt.so.1 ]; then + inst $rootdir/lib64/libcrypt.so.1 "$MNTIMAGE/lib64/libcrypt.so.1" + fi fi + # Install NASH inst /sbin/nash "$MNTIMAGE/bin/nash" From fedora-extras-commits at redhat.com Tue Aug 29 14:35:17 2006 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 29 Aug 2006 07:35:17 -0700 Subject: rpms/galeon/devel galeon-2.0.1-esc-ok.patch, NONE, 1.1 galeon-2.0.1-typeahead-enter.patch, NONE, 1.1 galeon-2.0.1-xul-enter.patch, NONE, 1.1 galeon.spec, 1.20, 1.21 Message-ID: <200608291435.k7TEZJkn020032@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20006 Modified Files: galeon.spec Added Files: galeon-2.0.1-esc-ok.patch galeon-2.0.1-typeahead-enter.patch galeon-2.0.1-xul-enter.patch Log Message: Added patches for bugs 203615, 203616 and 203618 galeon-2.0.1-esc-ok.patch: --- NEW FILE galeon-2.0.1-esc-ok.patch --- Index: galeon/mozilla/EphyPromptService.cpp diff -u galeon/mozilla/EphyPromptService.cpp:1.1 galeon/mozilla/EphyPromptService.cpp:1.2 --- galeon/mozilla/EphyPromptService.cpp:1.1 Mon Feb 20 16:23:02 2006 +++ galeon/mozilla/EphyPromptService.cpp Wed Mar 8 06:07:53 2006 @@ -65,7 +65,7 @@ RESPONSE_ABORT_SCRIPT = 42 }; -#define RETVAL(r) ((r) == GTK_RESPONSE_DELETE_EVENT ? NS_ERROR_FAILURE : NS_OK) +#define RETVAL(r) (NS_OK) class Prompter { galeon-2.0.1-typeahead-enter.patch: --- NEW FILE galeon-2.0.1-typeahead-enter.patch --- Index: galeon/src/galeon-find-toolbar.c diff -u galeon/src/galeon-find-toolbar.c:1.4 galeon/src/galeon-find-toolbar.c:1.5 --- galeon/src/galeon-find-toolbar.c:1.4 Mon Feb 27 16:35:10 2006 +++ galeon/src/galeon-find-toolbar.c Sun Mar 5 07:04:35 2006 @@ -193,7 +193,12 @@ galeon_find_toolbar_open (toolbar, TRUE, TRUE); return TRUE; } - else if (event->keyval != GDK_space && autostart && event->length) + else if (autostart && + event->keyval != GDK_space && + event->keyval != GDK_KP_Enter && + event->keyval != GDK_ISO_Enter && + event->keyval != GDK_Return && + event->length) { GdkEvent *new_event; GdkWindow *old_window; galeon-2.0.1-xul-enter.patch: --- NEW FILE galeon-2.0.1-xul-enter.patch --- Index: galeon/mozilla/EventContext.cpp diff -u galeon/mozilla/EventContext.cpp:1.47 galeon/mozilla/EventContext.cpp:1.48 --- galeon/mozilla/EventContext.cpp:1.47 Sat Jan 14 08:48:21 2006 +++ galeon/mozilla/EventContext.cpp Sun Mar 5 07:08:23 2006 @@ -975,6 +975,9 @@ rv = node->GetOwnerDocument (getter_AddRefs (doc)); NS_ENSURE_SUCCESS (rv, retval); + nsCOMPtr xul_document (do_QueryInterface(doc, &rv)); + if (xul_document) return retval; + nsCOMPtr htmlDoc (do_QueryInterface (doc)); if (htmlDoc) { Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- galeon.spec 28 Aug 2006 14:25:09 -0000 1.20 +++ galeon.spec 29 Aug 2006 14:35:17 -0000 1.21 @@ -1,11 +1,14 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 2.0.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 +Patch0: galeon-2.0.1-esc-ok.patch +Patch1: galeon-2.0.1-typeahead-enter.patch +Patch2: galeon-2.0.1-xul-enter.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: gettext desktop-file-utils @@ -34,6 +37,9 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} +%patch0 -p1 -b .escok +%patch1 -p1 -b .typeahead +%patch2 -p1 -b .xulenter %ifarch x86_64 aclocal @@ -112,7 +118,10 @@ %changelog -* Mon Aug 28 2006 Denis Leroy - 2.0.1 +* Tue Aug 29 2006 Denis Leroy - 2.0.1-8 +- Added patches for bugs 203615, 203616 and 203618 + +* Mon Aug 28 2006 Denis Leroy - 2.0.1-7 - FE6 Rebuild * Thu Aug 10 2006 Denis Leroy - 2.0.1-6 From fedora-extras-commits at redhat.com Tue Aug 29 15:00:51 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:00:51 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks - New directory Message-ID: <200608291500.k7TF0r7D020307@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20281/perl-HTML-FormatText-WithLinks Log Message: Directory /cvs/extras/rpms/perl-HTML-FormatText-WithLinks added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:00:51 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:00:51 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel - New directory Message-ID: <200608291500.k7TF0raF020310@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20281/perl-HTML-FormatText-WithLinks/devel Log Message: Directory /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:01:09 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:09 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks Makefile, NONE, 1.1 import.log, NONE, 1.1 Message-ID: <200608291501.k7TF1B6c021429@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049 Added Files: Makefile import.log Log Message: Setup of module perl-HTML-FormatText-WithLinks --- NEW FILE Makefile --- # Top level Makefile for module perl-HTML-FormatText-WithLinks all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 15:01:10 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:10 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291501.k7TF1CCn021693@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21049/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-HTML-FormatText-WithLinks --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 15:01:56 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:56 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks/devel perl-HTML-FormatText-WithLinks.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291501.k7TF1wvv023036@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23001/devel Modified Files: .cvsignore sources Added Files: perl-HTML-FormatText-WithLinks.spec Log Message: auto-import perl-HTML-FormatText-WithLinks-0.06-2 on branch devel from perl-HTML-FormatText-WithLinks-0.06-2.src.rpm --- NEW FILE perl-HTML-FormatText-WithLinks.spec --- Name: perl-HTML-FormatText-WithLinks Version: 0.06 Release: 2%{?dist} Summary: HTML to text conversion with links as footnotes Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/HTML-FormatText-WithLinks Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STRUAN/HTML-FormatText-WithLinks-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl BuildRequires: perl(HTML::FormatText) perl(HTML::TreeBuilder) BuildRequires: perl(URI::WithBase) BuildRequires: perl(Test::MockObject) perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. By default, it attempts to mimic the format of the lynx text based web browser's --dump option. %prep %setup -q -n HTML-FormatText-WithLinks-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Aug 29 2006 Patrice Dumas 0.06-2 - added BuildRequires for tests * Tue Jul 18 2006 Patrice Dumas 0.06-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 15:01:10 -0000 1.1 +++ .cvsignore 29 Aug 2006 15:01:56 -0000 1.2 @@ -0,0 +1 @@ +HTML-FormatText-WithLinks-0.06.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 15:01:10 -0000 1.1 +++ sources 29 Aug 2006 15:01:56 -0000 1.2 @@ -0,0 +1 @@ +77a18dd8ad57d2443827b2458b7e78dd HTML-FormatText-WithLinks-0.06.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 15:01:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 08:01:54 -0700 Subject: rpms/perl-HTML-FormatText-WithLinks import.log,1.1,1.2 Message-ID: <200608291502.k7TF2RKt023043@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-HTML-FormatText-WithLinks In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23001 Modified Files: import.log Log Message: auto-import perl-HTML-FormatText-WithLinks-0.06-2 on branch devel from perl-HTML-FormatText-WithLinks-0.06-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-FormatText-WithLinks/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 15:01:09 -0000 1.1 +++ import.log 29 Aug 2006 15:01:54 -0000 1.2 @@ -0,0 +1 @@ +perl-HTML-FormatText-WithLinks-0_06-2:HEAD:perl-HTML-FormatText-WithLinks-0.06-2.src.rpm:1156863565 From fedora-extras-commits at redhat.com Tue Aug 29 15:10:40 2006 From: fedora-extras-commits at redhat.com (Ryo Dairiki (ryo)) Date: Tue, 29 Aug 2006 08:10:40 -0700 Subject: comps comps-fe5.xml.in,1.122,1.123 comps-fe6.xml.in,1.126,1.127 Message-ID: <200608291510.k7TFAgIr023268@cvs-int.fedora.redhat.com> Author: ryo Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23249 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Add "scim-skk", "scim-tomoe", and "scim-input-pad". Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- comps-fe5.xml.in 28 Aug 2006 18:59:41 -0000 1.122 +++ comps-fe5.xml.in 29 Aug 2006 15:10:40 -0000 1.123 @@ -976,4 +976,17 @@ network-server + + + japanese-support + <_name>Japanese Support + <_description>This group is a collection of tools and resources of Japanese environments. + false + false + + scim-input-pad + scim-skk + scim-tomoe + + Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- comps-fe6.xml.in 28 Aug 2006 18:59:41 -0000 1.126 +++ comps-fe6.xml.in 29 Aug 2006 15:10:40 -0000 1.127 @@ -1064,4 +1064,17 @@ network-server + + + japanese-support + <_name>Japanese Support + <_description>This group is a collection of tools and resources of Japanese environments. + false + false + + scim-input-pad + scim-skk + scim-tomoe + + From fedora-extras-commits at redhat.com Tue Aug 29 15:22:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:22:00 -0700 Subject: rpms/geda-symbols - New directory Message-ID: <200608291522.k7TFM2Ug023427@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23401/geda-symbols Log Message: Directory /cvs/extras/rpms/geda-symbols added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:22:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:22:00 -0700 Subject: rpms/geda-symbols/devel - New directory Message-ID: <200608291522.k7TFM2hF023430@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23401/geda-symbols/devel Log Message: Directory /cvs/extras/rpms/geda-symbols/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 15:23:03 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:23:03 -0700 Subject: rpms/geda-symbols Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608291523.k7TFN5dg023482@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23446 Added Files: Makefile import.log Log Message: Setup of module geda-symbols --- NEW FILE Makefile --- # Top level Makefile for module geda-symbols all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 15:23:04 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:23:04 -0700 Subject: rpms/geda-symbols/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291523.k7TFN6pR023486@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23446/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module geda-symbols --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 15:25:52 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:25:52 -0700 Subject: rpms/geda-symbols import.log,1.1,1.2 Message-ID: <200608291525.k7TFPsIM023562@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23529 Modified Files: import.log Log Message: auto-import geda-symbols-20060123-4 on branch devel from geda-symbols-20060123-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 15:23:03 -0000 1.1 +++ import.log 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +geda-symbols-20060123-4:HEAD:geda-symbols-20060123-4.src.rpm:1156865334 From fedora-extras-commits at redhat.com Tue Aug 29 15:25:52 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:25:52 -0700 Subject: rpms/geda-symbols/devel geda-symbols.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291525.k7TFPsbh023567@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/geda-symbols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23529/devel Modified Files: .cvsignore sources Added Files: geda-symbols.spec Log Message: auto-import geda-symbols-20060123-4 on branch devel from geda-symbols-20060123-4.src.rpm --- NEW FILE geda-symbols.spec --- %define gedadocdir %{_datadir}/gEDA/docs Name: geda-symbols Version: 20060123 Release: 4%{?dist} Summary: Electronic symbols for gEDA Group: Applications/Engineering License: GPL URL: http://www.geda.seul.org Source: ftp://ftp.geda.seul.org/pub/geda/devel/20060123/geda-symbols-20060123.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %description This package contains a bunch of symbols of electronic devices used by gschem, the gEDA project schematic editor. %prep %setup -q %build %configure --with-docdir=%{gedadocdir} %install rm -rf %{buildroot} make INSTALL="install -p" install DESTDIR=%{buildroot} rm %{buildroot}%{_datadir}/gEDA/sym/vhdl/script.sed rm %{buildroot}%{_datadir}/gEDA/sym/vhdl/verilog2vhdl.sh # Required by geda-gschem geda-gsymcheck geda-doc geda-gattrib geda-gnetlist geda-utils mkdir -p %{buildroot}%{_datadir}/gEDA/scheme install -d %{buildroot}%{gedadocdir}/man %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %dir %{_datadir}/gEDA %dir %{_datadir}/gEDA/scheme %dir %{gedadocdir} %dir %{gedadocdir}/man %doc AUTHORS ChangeLog COPYING README %{_datadir}/gEDA/sym %{gedadocdir}/nc.pdf %{_datadir}/gEDA/system-gafrc %Changelog * Tue Aug 29 2006 Chitlesh Goorah - 20060123-4 - Timestamp make install * Sun Aug 27 2006 Chitlesh Goorah - 20060123-3 - rebuilt for FC5 and later with minor fixes * Wed Feb 22 2006 Wojciech Kazubski - 20060123-2.fc4 - more cleanup * Fri Jan 27 2006 Wojciech Kazubski - 20060123-1.fc4 - updated to version 20060123 * Sun Jan 1 2006 Wojciech Kazubski - 20050820-2.fc4 - specfile cleanup * Wed Aug 24 2005 Wojciech Kazubski - 20050820-1.fc4 - updated to version 20050820 * Sun Jul 3 2005 Wojciech Kazubski - 20050313-1.fc4 - rebuilt for Fedora Core 4 * Tue Mar 14 2005 Wojciech Kazubski - 20050313-1.fc3.wk - updated to version 20050313 * Wed Dec 28 2004 Wojciech Kazubski - 20041228-1.fc3.wk - updated to version 20041228 * Sun Dec 12 2004 Wojciech Kazubski - 20040111-1.fc3.wk - rebuilt for Fedora Core 3 * Wed Jan 14 2004 Wojciech Kazubski - 20040111-1 - updated to version 20040111, built on Fedora Core 1 - modified specfile * Thu Sep 4 2003 Wojciech Kazubski - 20030901-1 - updated to version 20030901 * Wed May 28 2003 Wojciech Kazubski - 20030525-1 - updated to version 20030525, compiled on RedHat 9 - doc directory now geda-docs-%{version} - switcap irectory added * Thu Feb 27 2003 Wojciech Kazubski - 200302223-2 - doc directory moved * Tue Feb 25 2003 Wojciech Kazubski - 20030223-1 - updated to version 20030223 * Fri Nov 8 2002 Wojciech Kazubski - 20021103-1 - updated to version 20021103, built on RedHat 8.0 * Wed Sep 4 2002 Wojciech Kazubski - 20020825-1 - updated to version 20020825 * Sat Jun 1 2002 Wojciech Kazubski - 20020527-1 - updated to version 20020527 * Wed Feb 13 2002 Wojciech Kazubski - 20020209-1 - updated to version 20020209 * Tue Nov 27 2001 Wojciech Kazubski - 20010722-2 - some corrections * Wed Aug 8 2001 Wojciech Kazubski - 20010722-1 - added 'bus', 'diode', 'ecl', 'opto', 'power', 'relay', 'transistor', 'vhdl' and 'winfonts' categories - updated to version 20010722; built on redhat-7.0 * Sun Mar 11 2001 L.J.H. Timmerman - updated to version 20010304; built on redhat-7.0 * Tue Oct 17 2000 Emmanuel Rouat - updated to version 20001006 * Thu Jul 6 2000 Emmanuel Rouat - added 'national' and 'supervisor' categories - updated to version 20000704 * Sat Jul 10 1999 Emmanuel Rouat - initialization of spec file. # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 15:23:04 -0000 1.1 +++ .cvsignore 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +geda-symbols-20060123.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/geda-symbols/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 15:23:04 -0000 1.1 +++ sources 29 Aug 2006 15:25:52 -0000 1.2 @@ -0,0 +1 @@ +71e64ed7e680ed1bb47a68e2ffe1eea4 geda-symbols-20060123.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 15:26:42 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:26:42 -0700 Subject: rpms/pam_abl/devel pam_abl.spec,1.2,1.3 Message-ID: <200608291526.k7TFQixj023618@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/pam_abl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23599 Modified Files: pam_abl.spec Log Message: Rebuild for FC6. Index: pam_abl.spec =================================================================== RCS file: /cvs/extras/rpms/pam_abl/devel/pam_abl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_abl.spec 16 Jul 2006 19:02:06 -0000 1.2 +++ pam_abl.spec 29 Aug 2006 15:26:42 -0000 1.3 @@ -1,7 +1,7 @@ Name: pam_abl Summary: A Pluggable Authentication Module (PAM) for auto blacklisting Version: 0.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base URL: http://www.hexten.net/sw/pam_abl/ @@ -48,6 +48,9 @@ %{_mandir}/man?/%{name}.* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 0.2.3-2 +- Rebuild for FC6. + * Sun Jul 16 2006 Alexander Dalloz - 0.2.3-1 - Upgrade to 0.2.3 - fixes #165817, #174932, #185866, #192614 From fedora-extras-commits at redhat.com Tue Aug 29 15:29:38 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:29:38 -0700 Subject: rpms/mbuffer/devel mbuffer.spec,1.1,1.2 Message-ID: <200608291529.k7TFTehZ023704@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/mbuffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23687 Modified Files: mbuffer.spec Log Message: Rebuild for FC6. Index: mbuffer.spec =================================================================== RCS file: /cvs/extras/rpms/mbuffer/devel/mbuffer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mbuffer.spec 10 Aug 2006 20:27:41 -0000 1.1 +++ mbuffer.spec 29 Aug 2006 15:29:38 -0000 1.2 @@ -1,7 +1,7 @@ Name: mbuffer Summary: Measuring Buffer is an enhanced version of buffer Version: 20060728 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/File URL: http://www.maier-komor.de/mbuffer.html @@ -47,6 +47,9 @@ %{_mandir}/man1/mbuffer.1* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 20060728-3 +- Rebuild for FC6. + * Thu Aug 10 2006 Alexander Dalloz - 20060728-2 - Removed NEWS from %%doc because free of information. From fedora-extras-commits at redhat.com Tue Aug 29 15:30:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 08:30:37 -0700 Subject: rpms/kmymoney2/devel kmymoney2.spec, 1.15, 1.16 needs.rebuild, 1.1, NONE Message-ID: <200608291530.k7TFUdOr023781@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kmymoney2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23762 Modified Files: kmymoney2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.8.4-2 - --disable-final (for now) - BR: gettext Index: kmymoney2.spec =================================================================== RCS file: /cvs/extras/rpms/kmymoney2/devel/kmymoney2.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kmymoney2.spec 22 May 2006 11:39:06 -0000 1.15 +++ kmymoney2.spec 29 Aug 2006 15:30:37 -0000 1.16 @@ -1,23 +1,17 @@ -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _with_ofxbanking --with-ofxbanking %define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -%endif +#endif %if "%{?fedora}" > "4" -%define _with_ofxbanking --with-ofxbanking %define ofx_deps libofx-devel opensp-devel %endif -%if "%{?rhel}" > "3" -%define _with_ofxbanking --with-ofxbanking -%define ofx_deps libofx-devel, openjade-devel >= 1.3.2 -%endif - Summary: Personal finance Name: kmymoney2 Version: 0.8.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Url: http://kmymoney2.sourceforge.net/ @@ -29,6 +23,7 @@ BuildRequires: desktop-file-utils BuildRequires: automake +BuildRequires: gettext BuildRequires: libxml2-devel BuildRequires: ghostscript BuildRequires: kdelibs-devel @@ -54,19 +49,18 @@ %prep %setup -q -%patch1 -p0 -b .enable_final +#patch1 -p0 -b .enable_final %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ --disable-gcc-hidden-visibility \ --enable-new-ldflags \ --disable-debug --disable-warnings \ - --disable-dependancy-tracking --enable-final \ + --disable-dependancy-tracking --disable-final \ %{?_with_kbanking: --enable-kbanking } %{!?_with_kbanking: --disable-kbanking } \ %{?_with_ofxbanking: --enable-ofxbanking --enable-ofxplugin } \ %{!?_with_ofxbanking: --disable-ofxbanking --disable-ofxplugin } \ @@ -85,7 +79,7 @@ make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ - --add-category X-Fedora --vendor="" \ + --add-category="X-Fedora" --vendor="" \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ $RPM_BUILD_ROOT%{_datadir}/applications/kde/*.desktop @@ -158,6 +152,10 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.8.4-2 +- --disable-final (for now) +- BR: gettext + * Sun May 21 2006 Rex Dieter 0.8.4-1 - 0.8.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:32:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:32:41 -0700 Subject: rpms/keychain/devel keychain.spec,1.4,1.5 Message-ID: <200608291532.k7TFWhsC023872@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/rpms/keychain/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23855 Modified Files: keychain.spec Log Message: Rebuild for FC6. Index: keychain.spec =================================================================== RCS file: /cvs/extras/rpms/keychain/devel/keychain.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- keychain.spec 1 Dec 2005 13:28:40 -0000 1.4 +++ keychain.spec 29 Aug 2006 15:32:41 -0000 1.5 @@ -1,7 +1,7 @@ Name: keychain Summary: Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Internet URL: http://www.gentoo.org/proj/en/keychain/ @@ -49,6 +49,9 @@ %{_mandir}/man1/keychain.1* %changelog +* Tue Aug 29 2006 Alexander Dalloz - 2.6.1-2 +- Rebuild for FC6. + * Sat Nov 26 2005 Ville Skytt?? - 2.6.1-1 - Update to 2.6.1. - Invoke keychain with --noask in opt-in scripts in non-interactive shells From fedora-extras-commits at redhat.com Tue Aug 29 15:37:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 08:37:07 -0700 Subject: rpms/kile/devel kile.spec,1.29,1.30 Message-ID: <200608291537.k7TFbAAl023965@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23948 Modified Files: kile.spec Log Message: * Tue Aug 29 2006 Rex Dieter 1.9.2-4 - revert to saner/simpler symlink handling Index: kile.spec =================================================================== RCS file: /cvs/extras/rpms/kile/devel/kile.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- kile.spec 28 Aug 2006 12:43:06 -0000 1.29 +++ kile.spec 29 Aug 2006 15:37:07 -0000 1.30 @@ -2,7 +2,7 @@ Name: kile Summary: (La)TeX source editor and TeX shell Version: 1.9.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Publishing @@ -47,7 +47,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -62,7 +61,7 @@ %install rm -rf $RPM_BUILD_ROOT -make install%{!?debug_package:-strip} DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --add-category="X-Fedora" --vendor="" \ @@ -72,29 +71,18 @@ ## File lists # locale's %find_lang %{name} || touch %{name}.lang -# HTML (1.1) +# HTML (1.0) HTML_DIR=$(kde-config --expandvars --install html) if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do if [ -d $lang_dir ]; then lang=$(basename $lang_dir) echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang - ## NEW: automated abs symlink -> rel symlink conversion -- Rex - ## not sure if this is worth the extra effort, but here it is... + # replace absolute symlinks with relative ones pushd $lang_dir - ROOT=$(echo $(pwd) | sed -e "s|$RPM_BUILD_ROOT||") - LINKS=$(find . -type l ) - for LINK in $LINKS ; do - DST=$(echo $LINK | sed -e "s|./||" ) - PRE=$(echo $DST | tr -c -d '/' | sed -e 's|/|../|g') - # skip if $SRC not inside $ROOT - test -z "$PRE" && continue - POST=$(readlink $LINK | sed -e "s|$ROOT||" ) - # skip if not abs symlink - test -z "$(echo $POST | grep '^/')" && continue - SRC=$(echo $PRE$POST | sed -e 's|//|/|g') - rm -f $DST && ln -s $SRC $DST - done + for i in *; do + [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common + done popd fi done @@ -132,6 +120,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.9.2-4 +- revert to saner/simpler symlink handling + * Mon Aug 28 2006 Rex Dieter 1.9.2-3 - fc6 respin From fedora-extras-commits at redhat.com Tue Aug 29 15:44:41 2006 From: fedora-extras-commits at redhat.com (Alexander Dalloz (adalloz)) Date: Tue, 29 Aug 2006 08:44:41 -0700 Subject: comps comps-fe5.xml.in,1.123,1.124 comps-fe6.xml.in,1.127,1.128 Message-ID: <200608291544.k7TFihuN024062@cvs-int.fedora.redhat.com> Author: adalloz Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24041 Modified Files: comps-fe5.xml.in comps-fe6.xml.in Log Message: Added keychain to group system-tools. Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- comps-fe5.xml.in 29 Aug 2006 15:10:40 -0000 1.123 +++ comps-fe5.xml.in 29 Aug 2006 15:44:41 -0000 1.124 @@ -586,6 +586,7 @@ ibmonitor inadyn jfbterm + keychain lirc moodss moomps Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- comps-fe6.xml.in 29 Aug 2006 15:10:40 -0000 1.127 +++ comps-fe6.xml.in 29 Aug 2006 15:44:41 -0000 1.128 @@ -643,6 +643,7 @@ john kdirstat kdmtheme + keychain ksmarttray lft lirc From fedora-extras-commits at redhat.com Tue Aug 29 15:48:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 08:48:54 -0700 Subject: owners owners.list,1.1464,1.1465 Message-ID: <200608291548.k7TFmvLv024092@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24075/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1464 retrieving revision 1.1465 diff -u -r1.1464 -r1.1465 --- owners.list 29 Aug 2006 10:46:40 -0000 1.1464 +++ owners.list 29 Aug 2006 15:48:54 -0000 1.1465 @@ -424,6 +424,7 @@ Fedora Extras|gdl|GNU Data Language|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|gdmap|A tool which allows to visualize disk space|splinux at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|gdome2|DOM level 2 library for accessing XML files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|geda-symbols|Electronic symbols for gEDA|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|genchemlab|A general chemistry lab simulation|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|general|For bugs not specific to any single component.|dkl at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|gentium-fonts|SIL Gentium fonts|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 15:58:02 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:02 -0700 Subject: rpms/lirc/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw4Zj024174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/lirc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/lirc/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:58:04 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:04 -0700 Subject: rpms/openct/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw6Tr024178@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/openct/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/openct/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 15:58:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 08:58:03 -0700 Subject: rpms/pcsc-perl/devel needs.rebuild,1.1,NONE Message-ID: <200608291558.k7TFw5vu024177@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pcsc-perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24133/pcsc-perl/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:16 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:16 -0700 Subject: rpms/perl-Config-General/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1IFT026856@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Config-General/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-Config-General/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:17 -0700 Subject: rpms/perl-Set-IntSpan/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1J9T026866@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Set-IntSpan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-Set-IntSpan/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:18 -0700 Subject: rpms/perl-String-ShellQuote/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Kgr026871@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/perl-String-ShellQuote/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:24 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:24 -0700 Subject: rpms/python-htmltmpl/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Qg3026900@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-htmltmpl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/python-htmltmpl/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:01:25 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 09:01:25 -0700 Subject: rpms/python-id3/devel needs.rebuild,1.1,NONE Message-ID: <200608291601.k7TG1Rba026906@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/python-id3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26827/python-id3/devel Removed Files: needs.rebuild Log Message: Rebuilt. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:19:09 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 09:19:09 -0700 Subject: rpms/libtunepimp/devel libtunepimp.spec, 1.12, 1.13 libtunepimp-0.4.2-198195.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608291619.k7TGJBQe027058@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27041 Modified Files: libtunepimp.spec Removed Files: libtunepimp-0.4.2-198195.patch needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.3-1 - 0.4.3 Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libtunepimp.spec 11 Jul 2006 13:30:58 -0000 1.12 +++ libtunepimp.spec 29 Aug 2006 16:19:09 -0000 1.13 @@ -1,8 +1,8 @@ Summary: A library for creating MusicBrainz enabled tagging applications -Name: libtunepimp -Version: 0.4.2 -Release: 4%{?dist} +Name: libtunepimp +Version: 0.4.3 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -10,14 +10,16 @@ Source: http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# "libtunepimp: stack smashing (buffer overflow)", http://bugzilla.redhat.com/198195 -Patch198195: libtunepimp-0.4.2-198195.patch - BuildRequires: readline-devel ncurses-devel BuildRequires: libvorbis-devel BuildRequires: flac-devel BuildRequires: libmusicbrainz-devel >= 2.1.0 BuildRequires: zlib-devel +%if "%{version}" >= "0.5.0" +BuildRequires: expat-devel +BuildRequires: curl-devel +BuildRequires: libofa-devel +%endif %description The TunePimp library is a development library geared towards developers @@ -32,19 +34,14 @@ %package tools Summary: MusicBrainz tagging tools -Group: Applications/Multimedia +Group: Applications/Multimedia Requires: %{name} = %{version}-%{release} -#Obsoletes: trm < %{version}-%{release} -#Provides: trm = %{version}-%{release} %description tools %{summary}. %prep -%setup -q - -%patch198195 -p1 -b .198195 - +%setup -q -n libtunepimp-%{version} %build %configure \ @@ -96,6 +93,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.4.3-1 +- 0.4.3 + * Tue Jul 11 2006 Rex Dieter 0.4.2-4 - BR: ncurses-devel --- libtunepimp-0.4.2-198195.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:21:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 09:21:40 -0700 Subject: rpms/libtunepimp/devel .cvsignore, 1.3, 1.4 libtunepimp.spec, 1.13, 1.14 sources, 1.3, 1.4 Message-ID: <200608291621.k7TGLgtS027161@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27140 Modified Files: .cvsignore libtunepimp.spec sources Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Mar 2006 18:07:20 -0000 1.3 +++ .cvsignore 29 Aug 2006 16:21:40 -0000 1.4 @@ -1 +1,3 @@ libtunepimp-0.4.2.tar.gz +libtunepimp-0.4.3.tar.gz +libtunepimp-0.5.1.tar.gz Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libtunepimp.spec 29 Aug 2006 16:19:09 -0000 1.13 +++ libtunepimp.spec 29 Aug 2006 16:21:40 -0000 1.14 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: System Environment/Libraries @@ -93,7 +93,7 @@ %changelog -* Tue Aug 29 2006 Rex Dieter 0.4.3-1 +* Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 * Tue Jul 11 2006 Rex Dieter 0.4.2-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 Mar 2006 18:07:20 -0000 1.3 +++ sources 29 Aug 2006 16:21:40 -0000 1.4 @@ -1 +1 @@ -10b9e4a2f1930aed78ef7ddaebbe0fde libtunepimp-0.4.2.tar.gz +3b6ea2f378a81a39b4b64c1aaf4b6d51 libtunepimp-0.4.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 16:27:54 2006 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 29 Aug 2006 09:27:54 -0700 Subject: rpms/glpk/devel glpk.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608291627.k7TGRuQ7027313@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/glpk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27296 Modified Files: glpk.spec Removed Files: needs.rebuild Log Message: Rebuild for FC6. Index: glpk.spec =================================================================== RCS file: /cvs/extras/rpms/glpk/devel/glpk.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- glpk.spec 25 Jul 2006 15:41:45 -0000 1.7 +++ glpk.spec 29 Aug 2006 16:27:54 -0000 1.8 @@ -1,6 +1,6 @@ Name: glpk Version: 4.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNU Linear Programming Kit Group: System Environment/Libraries @@ -86,6 +86,9 @@ %{_bindir}/* %changelog +* Tue Aug 29 2006 Quentin Spencer 4.11-2 +- Rebuild for FC6. + * Tue Jul 25 2006 Quentin Spencer 4.11-1 - New release. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:31:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:31:46 -0700 Subject: rpms/perl-Authen-DigestMD5/devel perl-Authen-DigestMD5.spec, 1.1, 1.2 Message-ID: <200608291631.k7TGVmf4027406@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27389 Modified Files: perl-Authen-DigestMD5.spec Log Message: FE6 mass rebuild Index: perl-Authen-DigestMD5.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Authen-DigestMD5/devel/perl-Authen-DigestMD5.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Authen-DigestMD5.spec 12 May 2006 17:10:35 -0000 1.1 +++ perl-Authen-DigestMD5.spec 29 Aug 2006 16:31:46 -0000 1.2 @@ -1,7 +1,7 @@ Summary: SASL DIGEST-MD5 authentication (RFC2831) Name: perl-Authen-DigestMD5 Version: 0.04 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Authen-DigestMD5/ @@ -51,5 +51,8 @@ %{_mandir}/man3/Authen::DigestMD5.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.04-2 +- FE6 mass rebuild + * Fri May 12 2006 Paul Howarth 0.04-1 - Initial build From fedora-extras-commits at redhat.com Tue Aug 29 16:33:23 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:33:23 -0700 Subject: rpms/perl-Authen-DigestMD5/devel needs.rebuild,1.1,NONE Message-ID: <200608291633.k7TGXPd0027478@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27462 Removed Files: needs.rebuild Log Message: FE6 mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:35:02 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:35:02 -0700 Subject: rpms/perl-Class-Loader/devel perl-Class-Loader.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291635.k7TGZ4p7027518@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Class-Loader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27500 Modified Files: perl-Class-Loader.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Class-Loader.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-Loader/devel/perl-Class-Loader.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Class-Loader.spec 15 Feb 2006 07:30:08 -0000 1.2 +++ perl-Class-Loader.spec 29 Aug 2006 16:35:02 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Load modules and create objects on demand Name: perl-Class-Loader Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Class-Loader/ @@ -52,6 +52,9 @@ %{_mandir}/man3/Class::Loader.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 2.03-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 2.03-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:55:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 09:55:31 -0700 Subject: rpms/perl-Convert-BinHex/devel perl-Convert-BinHex.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291655.k7TGtXqT027755@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Convert-BinHex/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27731 Modified Files: perl-Convert-BinHex.spec Removed Files: needs.rebuild Log Message: use full paths for all commands used in build use search.cpan.org download URL assume rpm knows about %check and %{perl_vendorlib} cosmetic spec file changes Index: perl-Convert-BinHex.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Convert-BinHex/devel/perl-Convert-BinHex.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Convert-BinHex.spec 6 Apr 2005 22:12:44 -0000 1.3 +++ perl-Convert-BinHex.spec 29 Aug 2006 16:55:31 -0000 1.4 @@ -1,62 +1,55 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Convert-BinHex Version: 1.119 -Release: 2 - +Release: 3 Summary: Macintosh BinHex extractor library for Perl - Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Convert-BinHex/ -Source0: http://www.cpan.org/authors/id/E/ER/ERYQ/Convert-BinHex-1.119.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Convert::BinHex extracts data from Macintosh BinHex files. - %prep %setup -q -n Convert-BinHex-%{version} -chmod -x bin/*.pl docs/Convert/BinHex/*.gif -cp -a bin examples +%{__chmod} -x bin/*.pl docs/Convert/BinHex/*.gif +%{__cp} -a bin examples %{__perl} -pi -e 's/^use lib .*$//' bin/*.pl %{__perl} -pi -e 's/^(\@ISA.*)/require Exporter; $1/' t/Checker.pm - %build %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__make} %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* - - -%check || : -make test +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +/usr/bin/find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* +%check +%{__make} test %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README docs examples -%{perl_vendorlib}/Convert +%{perl_vendorlib}/Convert/ %{_mandir}/man3/Convert::BinHex.3* - %changelog +* Tue Aug 29 2006 Paul Howarth 1.119-3 +- use full paths for all commands used in build +- use search.cpan.org download URL +- assume rpm knows about %%check and %%{perl_vendorlib} +- cosmetic spec file changes + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 16:57:40 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 09:57:40 -0700 Subject: rpms/perl-Parse-Yapp/devel perl-Parse-Yapp.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291657.k7TGvglo027830@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Parse-Yapp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27813 Modified Files: perl-Parse-Yapp.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 1.05-36 - rebuild for FC6 Index: perl-Parse-Yapp.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Parse-Yapp/devel/perl-Parse-Yapp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Parse-Yapp.spec 17 Feb 2006 16:47:28 -0000 1.2 +++ perl-Parse-Yapp.spec 29 Aug 2006 16:57:40 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Parse-Yapp Version: 1.05 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Perl extension for generating and using LALR parsers Group: Development/Libraries @@ -53,6 +53,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 1.05-36 +- rebuild for FC6 + * Fri Feb 17 2006 Patrice Dumas - 1.05-35 - rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:00:30 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:00:30 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.10,1.11 Message-ID: <200608291700.k7TH0W7k027907@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27890 Modified Files: poker-eval.spec Log Message: new release Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- poker-eval.spec 13 Jun 2006 02:20:19 -0000 1.10 +++ poker-eval.spec 29 Aug 2006 17:00:30 -0000 1.11 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 131.0 -Release: 3%{?dist} +Version: 132.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-1 +- New release + * Mon Jun 12 2006 Christopher Stone 131.0-3 - Remove %%makeinstall macro From fedora-extras-commits at redhat.com Tue Aug 29 17:00:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:00:59 -0700 Subject: rpms/perl-Crypt-DH/devel perl-Crypt-DH.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291701.k7TH11se028411@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-DH/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27923 Modified Files: perl-Crypt-DH.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-DH.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DH/devel/perl-Crypt-DH.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Crypt-DH.spec 16 Feb 2006 07:14:36 -0000 1.4 +++ perl-Crypt-DH.spec 29 Aug 2006 17:00:59 -0000 1.5 @@ -4,7 +4,7 @@ Summary: Perl module implementing the Diffie-Hellman key exchange system Name: perl-Crypt-DH Version: 0.06 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DH/ @@ -47,6 +47,9 @@ %{_mandir}/man3/Crypt::DH.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.06-5 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.06-4 - Simplify conditional build by not using %%bcond_* macros --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:00:59 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:00:59 -0700 Subject: rpms/perl-Text-Unidecode/devel perl-Text-Unidecode.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291701.k7TH1YN6030564@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Text-Unidecode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27927 Modified Files: perl-Text-Unidecode.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 0.04-4 - rebuild for FC6 Index: perl-Text-Unidecode.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Unidecode/devel/perl-Text-Unidecode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Text-Unidecode.spec 26 Jun 2006 11:48:01 -0000 1.3 +++ perl-Text-Unidecode.spec 29 Aug 2006 17:00:59 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Text-Unidecode Version: 0.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: US-ASCII transliterations of Unicode text Group: Development/Libraries @@ -57,6 +57,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 0.04-4 +- rebuild for FC6 + * Mon Jun 26 2006 Patrice Dumas - 0.04-3 - rebuild for perl-5.8.8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:02:29 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:02:29 -0700 Subject: rpms/poker-eval/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200608291703.k7TH34k0030705@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30678 Modified Files: .cvsignore sources Log Message: new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 May 2006 21:25:11 -0000 1.3 +++ .cvsignore 29 Aug 2006 17:02:29 -0000 1.4 @@ -1 +1 @@ -poker-eval-131.0.tar.gz +poker-eval-132.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 May 2006 21:25:11 -0000 1.3 +++ sources 29 Aug 2006 17:02:29 -0000 1.4 @@ -1 +1 @@ -001cf7f9dfea57a5d8479ceb5342736a poker-eval-131.0.tar.gz +03c2046b5bd6b1f116623b8bba067df8 poker-eval-132.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 17:04:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:04:35 -0700 Subject: rpms/perl-Statistics-Descriptive/devel perl-Statistics-Descriptive.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291704.k7TH4bZn030835@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/perl-Statistics-Descriptive/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30786 Modified Files: perl-Statistics-Descriptive.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas - 2.6-2 - Rebuild for FC6 Index: perl-Statistics-Descriptive.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Statistics-Descriptive/devel/perl-Statistics-Descriptive.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Statistics-Descriptive.spec 15 Jul 2006 09:30:21 -0000 1.2 +++ perl-Statistics-Descriptive.spec 29 Aug 2006 17:04:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Statistics-Descriptive Version: 2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module of basic descriptive statistical functions Group: Development/Libraries @@ -55,6 +55,9 @@ %changelog +* Tue Aug 29 2006 Patrice Dumas - 2.6-2 +- Rebuild for FC6 + * Fri Jul 14 2006 Patrice Dumas - 2.6-1 - Submit to Fedora Extras. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:04:44 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:04:44 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.11,1.12 Message-ID: <200608291704.k7TH4kNe030864@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30845 Modified Files: poker-eval.spec Log Message: stupid cvs tag Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- poker-eval.spec 29 Aug 2006 17:00:30 -0000 1.11 +++ poker-eval.spec 29 Aug 2006 17:04:44 -0000 1.12 @@ -1,6 +1,6 @@ -Name: poker-eval +Name: poker-eva Version: 132.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-2 +- Attempted a make tag before committing new sources + * Tue Aug 29 2006 Christopher Stone 132.0-1 - New release From fedora-extras-commits at redhat.com Tue Aug 29 17:05:29 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:05:29 -0700 Subject: rpms/perl-Crypt-DSA/devel perl-Crypt-DSA.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291705.k7TH5VX8030969@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-DSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30951 Modified Files: perl-Crypt-DSA.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-DSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Crypt-DSA.spec 29 May 2006 13:12:02 -0000 1.3 +++ perl-Crypt-DSA.spec 29 Aug 2006 17:05:29 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Perl module for DSA signatures and key generation Name: perl-Crypt-DSA Version: 0.14 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DSA/ @@ -52,6 +52,9 @@ %{_mandir}/man3/Crypt::DSA::Util.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.14-3 +- FE6 mass rebuild + * Mon May 29 2006 Paul Howarth 0.14-2 - Add missing buildreq: which --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:05:40 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:05:40 -0700 Subject: rpms/poker-eval/FC-5 .cvsignore, 1.3, 1.4 poker-eval.spec, 1.10, 1.11 sources, 1.3, 1.4 Message-ID: <200608291705.k7TH5gI7031026@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31005 Modified Files: .cvsignore poker-eval.spec sources Log Message: new sources Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 30 May 2006 21:25:11 -0000 1.3 +++ .cvsignore 29 Aug 2006 17:05:40 -0000 1.4 @@ -1 +1 @@ -poker-eval-131.0.tar.gz +poker-eval-132.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/poker-eval.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- poker-eval.spec 13 Jun 2006 02:20:14 -0000 1.10 +++ poker-eval.spec 29 Aug 2006 17:05:40 -0000 1.11 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 131.0 -Release: 3%{?dist} +Version: 132.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-1 +- New release + * Mon Jun 12 2006 Christopher Stone 131.0-3 - Remove %%makeinstall macro Index: sources =================================================================== RCS file: /cvs/extras/rpms/poker-eval/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 30 May 2006 21:25:11 -0000 1.3 +++ sources 29 Aug 2006 17:05:40 -0000 1.4 @@ -1 +1 @@ -001cf7f9dfea57a5d8479ceb5342736a poker-eval-131.0.tar.gz +03c2046b5bd6b1f116623b8bba067df8 poker-eval-132.0.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 17:08:41 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:08:41 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.12,1.13 Message-ID: <200608291708.k7TH8hdl031114@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31097 Modified Files: poker-eval.spec Log Message: how the heck did this happen? Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- poker-eval.spec 29 Aug 2006 17:04:44 -0000 1.12 +++ poker-eval.spec 29 Aug 2006 17:08:41 -0000 1.13 @@ -1,4 +1,4 @@ -Name: poker-eva +Name: poker-eval Version: 132.0 Release: 2%{?dist} Summary: Poker hand evaluator library From fedora-extras-commits at redhat.com Tue Aug 29 17:09:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:09:24 -0700 Subject: rpms/perl-Crypt-Primes/devel perl-Crypt-Primes.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291709.k7TH9QH9031151@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-Primes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31134 Modified Files: perl-Crypt-Primes.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-Primes.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-Primes/devel/perl-Crypt-Primes.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-Primes.spec 18 Apr 2006 14:06:42 -0000 1.1 +++ perl-Crypt-Primes.spec 29 Aug 2006 17:09:23 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Provable prime number generator for cryptographic applications Name: perl-Crypt-Primes Version: 0.50 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-Primes/ @@ -52,5 +52,8 @@ %{_mandir}/man3/Crypt::Primes.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.50-2 +- FE6 mass rebuild + * Tue Dec 6 2005 Paul Howarth 0.50-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:10:54 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:10:54 -0700 Subject: rpms/poker-eval/devel poker-eval.spec,1.13,1.14 Message-ID: <200608291710.k7THAuKY031216@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31199 Modified Files: poker-eval.spec Log Message: What is it going to take to fix this crap? Index: poker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- poker-eval.spec 29 Aug 2006 17:08:41 -0000 1.13 +++ poker-eval.spec 29 Aug 2006 17:10:54 -0000 1.14 @@ -1,6 +1,6 @@ Name: poker-eval Version: 132.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries License: GPL @@ -60,6 +60,9 @@ %exclude %{_libdir}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 132.0-3 +- Somehow the package name got messed up + * Tue Aug 29 2006 Christopher Stone 132.0-2 - Attempted a make tag before committing new sources From fedora-extras-commits at redhat.com Tue Aug 29 17:12:29 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:12:29 -0700 Subject: rpms/crm114/FC-4 needs.rebuild,1.1,NONE Message-ID: <200608291712.k7THCViD031294@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31272 Removed Files: needs.rebuild Log Message: FC4 branch isn't part of mass rebuild, is it? Anyway, building now. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:12:39 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:12:39 -0700 Subject: rpms/perl-Crypt-Random/devel perl-Crypt-Random.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291712.k7THCfcr031319@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-Random/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31298 Modified Files: perl-Crypt-Random.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-Random.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-Random/devel/perl-Crypt-Random.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-Random.spec 18 Apr 2006 13:55:52 -0000 1.1 +++ perl-Crypt-Random.spec 29 Aug 2006 17:12:39 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Cryptographically Secure, True Random Number Generator Name: perl-Crypt-Random Version: 1.25 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-Random/ @@ -51,5 +51,8 @@ %{_mandir}/man3/Crypt::Random.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 1.25-2 +- FE6 mass rebuild + * Mon Dec 5 2005 Paul Howarth 1.25-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:14:31 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:14:31 -0700 Subject: rpms/hnb/devel hnb.spec,1.2,1.3 Message-ID: <200608291714.k7THEXWg031424@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31407 Modified Files: hnb.spec Log Message: - mass rebuild Index: hnb.spec =================================================================== RCS file: /cvs/extras/rpms/hnb/devel/hnb.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hnb.spec 18 Aug 2006 20:58:26 -0000 1.2 +++ hnb.spec 29 Aug 2006 17:14:30 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Hierarchical Notebook Name: hnb Version: 1.9.18 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://hnb.sourceforge.net Group: Applications/Productivity @@ -44,6 +44,9 @@ %{_mandir}/man1/%{name}.1* %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 1.9.18-3 +- mass rebuild + * Fri Aug 18 2006 Dominik Mierzejewski 1.9.18-2 - added dist tag From fedora-extras-commits at redhat.com Tue Aug 29 17:14:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:14:58 -0700 Subject: rpms/perl-Crypt-RSA/devel perl-Crypt-RSA.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608291715.k7THF01j031457@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-RSA/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31435 Modified Files: perl-Crypt-RSA.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-RSA.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Crypt-RSA.spec 19 Apr 2006 10:01:22 -0000 1.1 +++ perl-Crypt-RSA.spec 29 Aug 2006 17:14:57 -0000 1.2 @@ -1,7 +1,7 @@ Summary: RSA public-key cryptosystem Name: perl-Crypt-RSA Version: 1.57 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-RSA/ @@ -88,6 +88,9 @@ %{_mandir}/man3/crypt-rsa-interoperablity-template.3* %changelog +* Tue Aug 29 2006 Paul Howarth 1.57-3 +- FE6 mass rebuild + * Tue Apr 18 2006 Paul Howarth 1.57-2 - Fix non-UTF8-encoded manpage (#183888) - Add manpages for crypt-rsa-interoperablity(3) and --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:15:07 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:15:07 -0700 Subject: rpms/hnb/devel needs.rebuild,1.1,NONE Message-ID: <200608291715.k7THF9hD031509@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/hnb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31469 Removed Files: needs.rebuild Log Message: - mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:16:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:16:46 -0700 Subject: rpms/perl-Crypt-SmbHash/devel perl-Crypt-SmbHash.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291716.k7THGmoF031594@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Crypt-SmbHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31577 Modified Files: perl-Crypt-SmbHash.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Crypt-SmbHash.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Crypt-SmbHash/devel/perl-Crypt-SmbHash.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Crypt-SmbHash.spec 16 Feb 2006 06:57:35 -0000 1.2 +++ perl-Crypt-SmbHash.spec 29 Aug 2006 17:16:46 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Pure-perl Lanman and NT MD4 hash functions Name: perl-Crypt-SmbHash Version: 0.12 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-SmbHash/ @@ -44,6 +44,9 @@ %{_mandir}/man3/Crypt::SmbHash.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.12-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.12-3 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:18:06 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:18:06 -0700 Subject: rpms/libtlen/devel libtlen.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291718.k7THI8ca031670@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/libtlen/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31651 Modified Files: libtlen.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: libtlen.spec =================================================================== RCS file: /cvs/extras/rpms/libtlen/devel/libtlen.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libtlen.spec 9 Aug 2006 10:26:11 -0000 1.1 +++ libtlen.spec 29 Aug 2006 17:18:06 -0000 1.2 @@ -2,7 +2,7 @@ Name: libtlen Version: 0 -Release: 0.4.%{_snap}%{?dist} +Release: 0.5.%{_snap}%{?dist} Summary: Tlen.pl client library Summary(pl): Biblioteka kliencka Tlen.pl Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_libdir}/libtlen.so %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0-0.5.20060309 +- mass rebuild + * Fri Jul 27 2006 Dominik Mierzejewski 0-0.4.20060309 - included LGPL license text from upstream --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:18:27 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:18:27 -0700 Subject: rpms/perl-Data-Buffer/devel perl-Data-Buffer.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291718.k7THITRw031727@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Data-Buffer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31705 Modified Files: perl-Data-Buffer.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Data-Buffer.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Data-Buffer/devel/perl-Data-Buffer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Data-Buffer.spec 15 Feb 2006 10:36:03 -0000 1.2 +++ perl-Data-Buffer.spec 29 Aug 2006 17:18:26 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Read/write buffer class for perl Name: perl-Data-Buffer Version: 0.04 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Data-Buffer/ @@ -43,6 +43,9 @@ %{_mandir}/man3/Data::Buffer.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.04-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 0.04-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:21:37 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:21:37 -0700 Subject: rpms/perl-Date-Simple/devel perl-Date-Simple.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291721.k7THLdvd031806@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Date-Simple/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31789 Modified Files: perl-Date-Simple.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Date-Simple.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Date-Simple.spec 16 Feb 2006 07:06:36 -0000 1.2 +++ perl-Date-Simple.spec 29 Aug 2006 17:21:37 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Simple date object for perl Name: perl-Date-Simple Version: 3.02 -Release: 3%{?dist} +Release: 4%{?dist} License: Artistic or GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Date-Simple/ @@ -55,6 +55,9 @@ %{_mandir}/man3/Date::Simple*.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 3.02-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 3.02-3 - don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:23:17 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:23:17 -0700 Subject: rpms/perl-Digest-BubbleBabble/devel perl-Digest-BubbleBabble.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291723.k7THNJaQ031872@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Digest-BubbleBabble/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31855 Modified Files: perl-Digest-BubbleBabble.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Digest-BubbleBabble.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Digest-BubbleBabble/devel/perl-Digest-BubbleBabble.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Digest-BubbleBabble.spec 15 Feb 2006 10:31:30 -0000 1.3 +++ perl-Digest-BubbleBabble.spec 29 Aug 2006 17:23:17 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Create bubble-babble fingerprints Name: perl-Digest-BubbleBabble Version: 0.01 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Digest-BubbleBabble/ @@ -51,6 +51,9 @@ %{_mandir}/man3/Digest::BubbleBabble.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.01-4 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 0.01-3 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:24:00 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:24:00 -0700 Subject: rpms/poker-eval/devel needs.rebuild,1.1,NONE Message-ID: <200608291724.k7THO3tg031937@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31922 Removed Files: needs.rebuild Log Message: rebuilds? we dont need no stinkin rebuilds --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:25:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:25:59 -0700 Subject: rpms/perl-Digest-MD2/devel perl-Digest-MD2.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291726.k7THQ1Iv031982@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Digest-MD2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31963 Modified Files: perl-Digest-MD2.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Digest-MD2.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Digest-MD2/devel/perl-Digest-MD2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Digest-MD2.spec 15 Feb 2006 10:28:35 -0000 1.2 +++ perl-Digest-MD2.spec 29 Aug 2006 17:25:58 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Perl interface to the MD2 Algorithm Name: perl-Digest-MD2 Version: 2.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Digest-MD2/ @@ -47,6 +47,9 @@ %{_mandir}/man3/Digest::MD2.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 2.03-3 +- FE6 mass rebuild + * Wed Feb 15 2006 Paul Howarth 2.03-2 - Rebuild for perl 5.8.8 (FC5) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:26:13 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 29 Aug 2006 10:26:13 -0700 Subject: rpms/djvulibre/devel djvulibre.spec,1.17,1.18 Message-ID: <200608291726.k7THQFQx032030@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/djvulibre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31965 Modified Files: djvulibre.spec Log Message: Use seamonkey for FC6+ and add build requirement to get all checked dirs. Index: djvulibre.spec =================================================================== RCS file: /cvs/extras/rpms/djvulibre/devel/djvulibre.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- djvulibre.spec 28 Aug 2006 09:21:10 -0000 1.17 +++ djvulibre.spec 29 Aug 2006 17:26:12 -0000 1.18 @@ -8,13 +8,22 @@ Source: http://dl.sf.net/djvu/djvulibre-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: qt-devel, libjpeg-devel, libtiff-devel -BuildRequires: mozilla, redhat-menus, hicolor-icon-theme +# These packages provide directories checked at configure time : +BuildRequires: redhat-menus, hicolor-icon-theme +# /usr/share/application-registry & /usr/share/mime-info : +BuildRequires: gnome-mime-data # Use monolithic X up to FC4, and modular X for FC5+ and non-Fedora %if %{!?fedora:6}%{?fedora} >= 5 BuildRequires: libXt-devel %else BuildRequires: xorg-x11-devel %endif +# Use mozilla up to FC5, and seamonkey for FC6+ and non-Fedora +%if %{!?fedora:6}%{?fedora} >= 6 +BuildRequires: seamonkey +%else +BuildRequires: mozilla +%endif # Provide these here, they're so small, it's not worth splitting them out Provides: mozilla-djvulibre = %{version}-%{release} Provides: djvulibre-devel = %{version}-%{release} @@ -106,6 +115,8 @@ %changelog * Mon Aug 28 2006 Matthias Saou 3.5.17-2 - FC6 rebuild. +- Use mozilla up to FC5, and seamonkey for FC6+ and non-Fedora. +- Build require gnome-mime-data to get build time detected dirs in place. * Sun Jul 2 2006 Matthias Saou 3.5.17-1 - Update to 3.5.17. From fedora-extras-commits at redhat.com Tue Aug 29 17:28:13 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:28:13 -0700 Subject: rpms/perl-FileHandle-Unget/devel perl-FileHandle-Unget.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608291728.k7THSFWp032148@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-FileHandle-Unget/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32126 Modified Files: perl-FileHandle-Unget.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-FileHandle-Unget.spec =================================================================== RCS file: /cvs/extras/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-FileHandle-Unget.spec 16 Feb 2006 07:35:53 -0000 1.2 +++ perl-FileHandle-Unget.spec 29 Aug 2006 17:28:13 -0000 1.3 @@ -7,7 +7,7 @@ Summary: A FileHandle that supports ungetting of multiple bytes Name: perl-FileHandle-Unget Version: 0.1621 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Libraries Url: http://search.cpan.org/dist/FileHandle-Unget @@ -53,6 +53,9 @@ %{_mandir}/man3/FileHandle::Unget.3pm* %changelog +* Tue Aug 29 2006 Paul Howarth 0.1621-3 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 0.1621-2 - Don't use macros in command paths, hardcode them instead --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:28:32 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:28:32 -0700 Subject: rpms/jasper/devel jasper.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608291728.k7THSY2f032220@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/jasper/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32198 Modified Files: jasper.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.701.0-13 - fc6 respin Index: jasper.spec =================================================================== RCS file: /cvs/extras/rpms/jasper/devel/jasper.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- jasper.spec 1 Mar 2006 18:16:10 -0000 1.13 +++ jasper.spec 29 Aug 2006 17:28:32 -0000 1.14 @@ -12,7 +12,7 @@ Name: jasper Group: System Environment/Libraries Version: 1.701.0 -Release: 12%{?dist} +Release: 13%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -118,6 +118,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.701.0-13 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter 1.701.0-12 - fixup build issues introduced by geojasper integration --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:30:24 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:30:24 -0700 Subject: rpms/xforms/devel xforms.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608291730.k7THUQpf032291@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xforms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32274 Modified Files: xforms.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0.90-8 - fc6 respin Index: xforms.spec =================================================================== RCS file: /cvs/extras/rpms/xforms/devel/xforms.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- xforms.spec 8 Aug 2006 15:13:16 -0000 1.18 +++ xforms.spec 29 Aug 2006 17:30:24 -0000 1.19 @@ -2,7 +2,7 @@ Name: xforms Summary: XForms toolkit library Version: 1.0.90 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL Group: System Environment/Libraries @@ -16,10 +16,9 @@ BuildRequires: libjpeg-devel BuildRequires: libGL-devel -%if "%{?fedora}" > "4" -%define x_deps libX11-devel libXpm-devel -%else %define x_deps xorg-x11-devel +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" +%define x_deps libX11-devel libXpm-devel %endif BuildRequires: %{x_deps} @@ -96,8 +95,11 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.0.90-8 +- fc6 respin + * Tue Aug 08 2006 Rex Dieter 1.0.90-7 -- cleanup (and fc6 respin) +- cleanup * Wed Mar 01 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:30:51 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 10:30:51 -0700 Subject: rpms/pypoker-eval/devel pypoker-eval.spec,1.3,1.4 Message-ID: <200608291730.k7THUrAb032372@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32353 Modified Files: pypoker-eval.spec Log Message: fc6 rebuild Index: pypoker-eval.spec =================================================================== RCS file: /cvs/extras/rpms/pypoker-eval/devel/pypoker-eval.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pypoker-eval.spec 12 Jun 2006 04:08:48 -0000 1.3 +++ pypoker-eval.spec 29 Aug 2006 17:30:51 -0000 1.4 @@ -2,7 +2,7 @@ Name: pypoker-eval Version: 131.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPL @@ -64,6 +64,9 @@ %exclude %{python_sitearch}/*.la %changelog +* Tue Aug 29 2006 Christopher Stone 131.0-6 +- fc6 rebuild + * Sun Jun 11 2006 Christopher Stone 131.0-5 - Remove %%makeinstall macro - Add pkgconfig to devel Requires From fedora-extras-commits at redhat.com Tue Aug 29 17:31:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:31:16 -0700 Subject: rpms/xdg-utils/devel needs.rebuild,1.1,NONE Message-ID: <200608291731.k7THVIHP032456@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/xdg-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32415 Removed Files: needs.rebuild Log Message: noarch/static content, nothing to see here... --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:31:17 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:31:17 -0700 Subject: rpms/openbabel/devel openbabel.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291731.k7THVJFm032460@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/openbabel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32424 Modified Files: openbabel.spec Removed Files: needs.rebuild Log Message: - simplified autotools invocation - mass rebuild Index: openbabel.spec =================================================================== RCS file: /cvs/extras/rpms/openbabel/devel/openbabel.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbabel.spec 9 Aug 2006 22:11:43 -0000 1.1 +++ openbabel.spec 29 Aug 2006 17:31:17 -0000 1.2 @@ -10,7 +10,7 @@ Name: openbabel Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Chemistry software file format converter License: GPL Group: Applications/File @@ -105,10 +105,7 @@ %patch -p1 -b .cxxflags %build -%{__libtoolize} --force -%{__aclocal} -%{__automake} -%{__autoconf} +autoreconf --force --install %configure --enable-shared=yes --enable-static=no %{__make} %{?_smp_mflags} @@ -203,6 +200,10 @@ %endif %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 2.0.2-3 +- simplified autotools invocation +- mass rebuild + * Mon Aug 07 2006 Dominik Mierzejewski 2.0.2-2 - simplified file lists and permissions - removed weird character from inchi summary and description --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:32:17 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 10:32:17 -0700 Subject: rpms/loudmouth/devel loudmouth.spec,1.15,1.16 Message-ID: <200608291732.k7THWJgO032531@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32514 Modified Files: loudmouth.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 1.0.4-3 - Rebuild for FC6. - Simplify devel description. Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- loudmouth.spec 29 Jun 2006 14:34:31 -0000 1.15 +++ loudmouth.spec 29 Aug 2006 17:32:17 -0000 1.16 @@ -2,7 +2,7 @@ Name: loudmouth Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -28,7 +28,7 @@ %package devel -Summary: Development files for Loudmouth +Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel @@ -39,9 +39,8 @@ %description devel -Loudmouth is a lightweight and easy-to-use C library for programming -with the Jabber protocol. It's designed to be easy to get started with -and yet extensible to let you do anything the Jabber protocol allows. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -93,6 +92,10 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 1.0.4-3 +- Rebuild for FC6. +- Simplify devel description. + * Thu Jun 29 2006 Brian Pepple - 1.0.4-2 - Update to 1.0.4. - Add devel requires on pkgconfig. From fedora-extras-commits at redhat.com Tue Aug 29 17:32:29 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:32:29 -0700 Subject: rpms/dirmngr/devel dirmngr.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291732.k7THWV40032593@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/dirmngr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32571 Modified Files: dirmngr.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.4-5 - fc6 respin Index: dirmngr.spec =================================================================== RCS file: /cvs/extras/rpms/dirmngr/devel/dirmngr.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dirmngr.spec 26 Jun 2006 19:06:20 -0000 1.2 +++ dirmngr.spec 29 Aug 2006 17:32:29 -0000 1.3 @@ -1,11 +1,11 @@ # Fedora Review: -# http://bugzilla.redhat.com/bugzilla/171289 +# http://bugzilla.redhat.com/171289 Name: dirmngr Summary: Client for Managing/Downloading CRLs Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -117,6 +117,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.4-5 +- fc6 respin + * Mon Jun 26 2006 Rex Dieter 0.9.4-4 - %%config(noreplace) %%_sysconfdir/logrotate.d/dirmngr --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:33:35 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:33:35 -0700 Subject: rpms/tre/devel tre.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291733.k7THXbgA032675@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/tre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32655 Modified Files: tre.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: tre.spec =================================================================== RCS file: /cvs/extras/rpms/tre/devel/tre.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tre.spec 4 Aug 2006 19:25:24 -0000 1.2 +++ tre.spec 29 Aug 2006 17:33:35 -0000 1.3 @@ -1,6 +1,6 @@ Name: tre Version: 0.7.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: System Environment/Libraries Source0: http://laurikari.net/tre/%{name}-%{version}.tar.bz2 @@ -86,6 +86,9 @@ %{_mandir}/man1/agrep.1* %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0.7.4-5 +- mass rebuild + * Fri Aug 04 2006 Dominik Mierzejewski 0.7.4-4 - bump release to fix CVS tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:35:06 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:35:06 -0700 Subject: rpms/gift/devel gift.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291735.k7THZ800032766@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gift/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32749 Modified Files: gift.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.11.8.1-5 - fc6 respin Index: gift.spec =================================================================== RCS file: /cvs/extras/rpms/gift/devel/gift.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gift.spec 1 Mar 2006 16:40:36 -0000 1.4 +++ gift.spec 29 Aug 2006 17:35:06 -0000 1.5 @@ -1,16 +1,12 @@ -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _enable_libmagic --enable-libmagic -%endif - -%if "%{?rhel}" > "3" -%define _enable_libmagic --enable-libmagic -%endif +#endif Name: gift Summary: Daemon for communicating with filesharing protocols Version: 0.11.8.1 -Release: 4%{?dist}.2 +Release: 5%{?dist} License: GPL Group: System Environment/Daemons @@ -24,7 +20,7 @@ Source1: giftd.sh BuildRequires: libtool -%if "%{?fedora}" > "3" +%if "%{?fedora}" > "3" || "%{?rhel}" > "4" BuildRequires: libtool-ltdl-devel %endif BuildRequires: libvorbis-devel @@ -101,6 +97,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.11.8.1-5 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:36:47 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 10:36:47 -0700 Subject: rpms/xdrawchem/devel xdrawchem.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608291736.k7THanW0000408@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/xdrawchem/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv384 Modified Files: xdrawchem.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: xdrawchem.spec =================================================================== RCS file: /cvs/extras/rpms/xdrawchem/devel/xdrawchem.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xdrawchem.spec 9 Aug 2006 23:59:49 -0000 1.2 +++ xdrawchem.spec 29 Aug 2006 17:36:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: xdrawchem Version: 1.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: 2D chemical structures drawing tool Source: http://dl.sourceforge.net/sourceforge/xdrawchem/%{name}-%{version}.tar.gz Source1: %{name}.desktop @@ -55,6 +55,9 @@ %{_datadir}/pixmaps/xdrawchem.png %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 1.9.9-4 +- mass rebuild + * Thu Aug 10 2006 Dominik Mierzejewski 1.9.9-3 - added dist tag --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:36:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:36:44 -0700 Subject: rpms/gift-openft/devel gift-openft.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291736.k7THakTN000386@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gift-openft/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv367 Modified Files: gift-openft.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.2.1.6-3 - fc6 respin Index: gift-openft.spec =================================================================== RCS file: /cvs/extras/rpms/gift-openft/devel/gift-openft.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gift-openft.spec 1 Mar 2006 16:36:23 -0000 1.3 +++ gift-openft.spec 29 Aug 2006 17:36:44 -0000 1.4 @@ -2,12 +2,12 @@ Summary: Openft plugin for giFT Name: gift-openft Version: 0.2.1.6 -Release: 2%{?dist}.2 +Release: 3%{?dist} License: GPL Group: System Environment/Libraries URL: http://gift.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/gift/gift-openft-0.2.1.6.tar.bz2 +Source: http://dl.sourceforge.net/sourceforge/gift/gift-openft-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: gift-openft-0.2.1.6-lib64.patch @@ -50,6 +50,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.2.1.6-3 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:38:33 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:38:33 -0700 Subject: rpms/apollon/devel apollon.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608291738.k7THcZje000481@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv464 Modified Files: apollon.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.0.1-6 - fc6 respin Index: apollon.spec =================================================================== RCS file: /cvs/extras/rpms/apollon/devel/apollon.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- apollon.spec 13 Mar 2006 17:27:54 -0000 1.5 +++ apollon.spec 29 Aug 2006 17:38:33 -0000 1.6 @@ -2,7 +2,7 @@ Summary: Filesharing client Name: apollon Version: 1.0.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Internet @@ -13,7 +13,7 @@ # Fix Name/GenericName, append ; to Categories, # remove lines containing non UTF-8 chars ([de] entries) Patch1: apollon-1.0.1-dtfix.patch -# http://bugzilla.redhat.com/bugzilla/185258 +# http://bugzilla.redhat.com/185258 Patch2: apollon-1.0.1-firstrun.patch BuildRequires: gettext @@ -50,8 +50,7 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ - --vendor="fedora" --delete-original \ - --add-category="X-Fedora" \ + --add-category="X-Fedora" --vendor="" \ $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop ## File lists @@ -108,6 +107,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.0.1-6 +- fc6 respin + * Mon Mar 13 2006 Rex Dieter 1.0.1-5 - firstrun patch (#185258) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:38:53 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:38:53 -0700 Subject: rpms/perl-IO-stringy/devel perl-IO-stringy.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608291738.k7THctFE000542@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-IO-stringy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv522 Modified Files: perl-IO-stringy.spec Removed Files: needs.rebuild Log Message: use search.cpan.org download URL use full paths for all commands used in build assume rpm knows about %%check and %%{perl_vendorlib} cosmetic spec file changes Index: perl-IO-stringy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-IO-stringy.spec 7 Jul 2005 12:00:25 -0000 1.10 +++ perl-IO-stringy.spec 29 Aug 2006 17:38:53 -0000 1.11 @@ -1,50 +1,38 @@ -%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) - -%define tarname IO-stringy - Summary: I/O on in-core objects like strings and arrays for Perl -Name: perl-%{tarname} +Name: perl-IO-stringy Version: 2.110 Release: 2 - License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ -Source0: http://www.cpan.org/authors/id/D/DS/DSKOLL/%{tarname}-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot - %description This toolkit primarily provides Perl modules for performing both -traditional and object-oriented i/o) on things *other* than normal +traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. - %prep -%setup -q -n %{tarname}-%{version} - +%setup -q -n IO-stringy-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} - +%{__make} %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w $RPM_BUILD_ROOT/* - - -%check || : -make test +%{__rm} -rf %{buildroot} +%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} +/usr/bin/find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +/usr/bin/find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' +%{__chmod} -R u+w %{buildroot}/* +%check +%{__make} test %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) @@ -52,8 +40,13 @@ %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::*.3pm* - %changelog +* Tue Aug 29 2006 Paul Howarth 2.110-2 +- use search.cpan.org download URL +- use full paths for all commands used in build +- assume rpm knows about %%check and %%{perl_vendorlib} +- cosmetic spec file changes + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:39:47 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:39:47 -0700 Subject: rpms/gnupg2/devel gnupg2.spec,1.39,1.40 needs.rebuild,1.1,NONE Message-ID: <200608291739.k7THdnIp000600@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv583 Modified Files: gnupg2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.9.22-2 - fc6 respin Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- gnupg2.spec 28 Jul 2006 12:56:37 -0000 1.39 +++ gnupg2.spec 29 Aug 2006 17:39:46 -0000 1.40 @@ -1,5 +1,5 @@ -# Keep an eye on http://bugzilla.redhat.com/bugzilla/175744, in case these dirs go away or change +# Keep an eye on http://bugzilla.redhat.com/175744, in case these dirs go away or change %if "%{?fedora}" > "3" %define kde_scriptdir %{_sysconfdir}/kde %else @@ -16,7 +16,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 1.9.22 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System @@ -170,6 +170,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.9.22-2 +- fc6 respin + * Fri Jul 28 2006 Rex Dieter 1.9.22-1 - 1.9.22 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:40:11 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 29 Aug 2006 10:40:11 -0700 Subject: rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.11,1.12 Message-ID: <200608291740.k7THeDaG000665@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-IO-stringy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv644 Modified Files: perl-IO-stringy.spec Log Message: Remember to bump release this time Index: perl-IO-stringy.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- perl-IO-stringy.spec 29 Aug 2006 17:38:53 -0000 1.11 +++ perl-IO-stringy.spec 29 Aug 2006 17:40:11 -0000 1.12 @@ -1,7 +1,7 @@ Summary: I/O on in-core objects like strings and arrays for Perl Name: perl-IO-stringy Version: 2.110 -Release: 2 +Release: 3 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ @@ -41,7 +41,7 @@ %{_mandir}/man3/IO::*.3pm* %changelog -* Tue Aug 29 2006 Paul Howarth 2.110-2 +* Tue Aug 29 2006 Paul Howarth 2.110-3 - use search.cpan.org download URL - use full paths for all commands used in build - assume rpm knows about %%check and %%{perl_vendorlib} From fedora-extras-commits at redhat.com Tue Aug 29 17:41:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:41:52 -0700 Subject: rpms/gpgme/devel gpgme.spec,1.17,1.18 needs.rebuild,1.1,NONE Message-ID: <200608291741.k7THfsOe000735@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv718 Modified Files: gpgme.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.1.2-5 - fc6 respin Index: gpgme.spec =================================================================== RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gpgme.spec 12 May 2006 18:58:43 -0000 1.17 +++ gpgme.spec 29 Aug 2006 17:41:52 -0000 1.18 @@ -2,7 +2,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.1.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL Group: Applications/System @@ -99,6 +99,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.1.2-5 +- fc6 respin + * Mon Mar 6 2006 Rex Dieter 1.1.2-4 - add back support for gpgme-config --thread=pthread --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:44:21 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:44:21 -0700 Subject: rpms/libfac/devel libfac.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608291744.k7THiNaL000817@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libfac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv800 Modified Files: libfac.spec Removed Files: needs.rebuild Log Message: * Tue Jul 25 2006 Rex Dieter 2.0.5-6 - fc6 respin Index: libfac.spec =================================================================== RCS file: /cvs/extras/rpms/libfac/devel/libfac.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libfac.spec 26 Jul 2006 03:33:47 -0000 1.12 +++ libfac.spec 29 Aug 2006 17:44:21 -0000 1.13 @@ -2,7 +2,7 @@ Summary: An extension to Singular-factory Name: libfac Version: 2.0.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Url: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/ @@ -68,7 +68,7 @@ %changelog -* Tue Jul 25 2006 Rex Dieter 2.0.5-5 +* Tue Jul 25 2006 Rex Dieter 2.0.5-6 - fc6 respin * Thu Mar 30 2006 Rex Dieter 2.0.5-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:52:40 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:52:40 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291752.k7THqgNl000898@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv881 Modified Files: cmucl.spec Removed Files: needs.rebuild Log Message: * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 - use existing cmucl rpm for bootstrap Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cmucl.spec 16 Aug 2006 16:53:17 -0000 1.4 +++ cmucl.spec 29 Aug 2006 17:52:40 -0000 1.5 @@ -10,17 +10,17 @@ Source0: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-src-19c.tar.bz2 Source1: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-src-19c.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# bootstrap available for %%ix86 only: http://bugzilla.redhat.com/bugzilla/185085 +# bootstrap available for %%ix86 only: http://bugzilla.redhat.com/185085 ExclusiveArch: %{ix86} ## ix86 section -Source10: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2 -Source11: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2.asc %ifarch %{ix86} %define cmucl_arch x86 -#define bootstrap cmucl -#define bootstrap_pkg cmucl +%define bootstrap cmucl +%define bootstrap_pkg cmucl %if "%{?bootstrap}" == "%{nil}" +Source10: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2 +Source11: ftp://ftp.common-lisp.net/pub/project/cmucl/release/19c/cmucl-19c-x86-linux.tar.bz2.asc %define bootstrap_src -a 10 %else BuildRequires: %{?bootstrap_pkg} @@ -196,6 +196,7 @@ %changelog * Wed Aug 16 2006 Rex Dieter 19c-5 - respin for fc6 +- use existing cmucl rpm for bootstrap * Thu Mar 09 2006 Rex Dieter 19c-4 - move bootstrap source outside of %%ifarch block --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:54:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:54:31 -0700 Subject: rpms/cmucl/devel cmucl.spec,1.5,1.6 Message-ID: <200608291754.k7THsXva000967@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/cmucl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv950 Modified Files: cmucl.spec Log Message: * Wed Aug 16 2006 Rex Dieter 19c-6 - respin for fc6 - use existing cmucl rpm for bootstrap Index: cmucl.spec =================================================================== RCS file: /cvs/extras/rpms/cmucl/devel/cmucl.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cmucl.spec 29 Aug 2006 17:52:40 -0000 1.5 +++ cmucl.spec 29 Aug 2006 17:54:31 -0000 1.6 @@ -2,7 +2,7 @@ Summary: CMU Common Lisp compiler Name: cmucl Version: 19c -Release: 5%{?dist} +Release: 6%{?dist} License: Public Domain/MIT Group: Development/Languages @@ -194,7 +194,7 @@ %changelog -* Wed Aug 16 2006 Rex Dieter 19c-5 +* Wed Aug 16 2006 Rex Dieter 19c-6 - respin for fc6 - use existing cmucl rpm for bootstrap From fedora-extras-commits at redhat.com Tue Aug 29 17:55:59 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:55:59 -0700 Subject: rpms/glib/devel glib.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291756.k7THu1oU001050@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/glib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1033 Modified Files: glib.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1:1.2.10-23 - fc6 respin Index: glib.spec =================================================================== RCS file: /cvs/extras/rpms/glib/devel/glib.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glib.spec 9 Aug 2006 17:38:07 -0000 1.3 +++ glib.spec 29 Aug 2006 17:55:59 -0000 1.4 @@ -3,7 +3,7 @@ Name: glib Epoch: 1 Version: 1.2.10 -Release: 22%{?dist} +Release: 23%{?dist} License: LGPL Group: System Environment/Libraries @@ -105,6 +105,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1:1.2.10-23 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1:1.2.10-22 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:56:44 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:56:44 -0700 Subject: rpms/gtk+/devel gtk+.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291756.k7THuk4G001116@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk+/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1099 Modified Files: gtk+.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1:1.2.10-55 - fc6 respin Index: gtk+.spec =================================================================== RCS file: /cvs/extras/rpms/gtk+/devel/gtk+.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtk+.spec 9 Aug 2006 17:38:55 -0000 1.3 +++ gtk+.spec 29 Aug 2006 17:56:44 -0000 1.4 @@ -3,7 +3,7 @@ Name: gtk+ Epoch: 1 Version: 1.2.10 -Release: 54%{?dist} +Release: 55%{?dist} License: LGPL Group: System Environment/Libraries @@ -247,6 +247,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1:1.2.10-55 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1:1.2.10-54 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:58:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:58:07 -0700 Subject: rpms/digikamimageplugins/devel digikamimageplugins.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608291758.k7THw9M6001187@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/digikamimageplugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1170 Modified Files: digikamimageplugins.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.8.2-4 - fc6 respin Index: digikamimageplugins.spec =================================================================== RCS file: /cvs/extras/rpms/digikamimageplugins/devel/digikamimageplugins.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- digikamimageplugins.spec 7 Aug 2006 12:10:06 -0000 1.16 +++ digikamimageplugins.spec 29 Aug 2006 17:58:07 -0000 1.17 @@ -2,7 +2,7 @@ Name: digikamimageplugins Summary: Plugins for Digikam Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia @@ -150,6 +150,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.8.2-4 +- fc6 respin + * Mon Aug 07 2006 Rex Dieter 0.8.2-3 - don't own %%_datadir/apps/digikam --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:58:18 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Tue, 29 Aug 2006 10:58:18 -0700 Subject: rpms/intuitively/devel intuitively.spec, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608291758.k7THwK60001248@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/intuitively/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1227 Modified Files: intuitively.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Patrice Dumas 0.7-10 - Rebuild for FC6 Index: intuitively.spec =================================================================== RCS file: /cvs/extras/rpms/intuitively/devel/intuitively.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- intuitively.spec 10 Jun 2006 20:14:22 -0000 1.5 +++ intuitively.spec 29 Aug 2006 17:58:17 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Automatic IP detection utility Name: intuitively Version: 0.7 -Release: 9%{?dist} +Release: 10%{?dist} URL: http://home.samfundet.no/~tfheen/intuitively.html Source0: http://ftp.debian.org/debian/pool/main/i/intuitively/intuitively_%{version}.orig.tar.gz License: GPL @@ -56,36 +56,39 @@ %changelog -* Sat Jun 10 2006 Patrice Dumas 0.7-9 +* Tue Aug 29 2006 Patrice Dumas 0.7-10 +- Rebuild for FC6 + +* Sat Jun 10 2006 Patrice Dumas 0.7-9 - BuildRequires pcap-devel instead of pcap -* Fri Feb 17 2006 Patrice Dumas 0.7-8 +* Fri Feb 17 2006 Patrice Dumas 0.7-8 - rebuild for fc5 -* Thu Dec 22 2005 Patrice Dumas 0.7-7 +* Thu Dec 22 2005 Patrice Dumas 0.7-7 - rebuild -* Mon Nov 28 2005 Patrice Dumas 0.7-6 +* Mon Nov 28 2005 Patrice Dumas 0.7-6 - all changes are from Dmitry Butskoy - use a sed one-liner instead of Patch1 - use %{name} and some wildcards for %files - properly recreate man pages - pass sysconfdir to make instead of patching Makefile.in -* Mon Aug 15 2005 Patrice Dumas 0.7-4 +* Mon Aug 15 2005 Patrice Dumas 0.7-4 - Buildrequires flex, libnet-devel - (noreplace) for config - replace /usr/share by /opt in example config file - no make clean, use smp_mflags -* Mon Aug 15 2005 Patrice Dumas 0.7-3 +* Mon Aug 15 2005 Patrice Dumas 0.7-3 - use the right url -* Fri Aug 12 2005 Patrice Dumas 0.7-1 +* Fri Aug 12 2005 Patrice Dumas 0.7-1 - update -* Sat Mar 20 2004 Patrice Dumas 0.6-0.fdr.1 +* Sat Mar 20 2004 Patrice Dumas 0.6-0.fdr.1 - Update using fedora spec file -* Fri Jun 14 2002 Dumas Patrice +* Fri Jun 14 2002 Dumas Patrice - Initial build. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 17:59:31 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 10:59:31 -0700 Subject: rpms/gtk-qt-engine/devel gtk-qt-engine.spec, 1.24, 1.25 needs.rebuild, 1.1, NONE Message-ID: <200608291759.k7THxX8g001320@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/gtk-qt-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1303 Modified Files: gtk-qt-engine.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.70-3 - fc6 respin Index: gtk-qt-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-qt-engine/devel/gtk-qt-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gtk-qt-engine.spec 12 Jul 2006 16:07:04 -0000 1.24 +++ gtk-qt-engine.spec 29 Aug 2006 17:59:31 -0000 1.25 @@ -6,7 +6,7 @@ Name: gtk-qt-engine Group: User Interface/Desktops Version: 0.70 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.freedesktop.org/Software/gtk-qt @@ -91,6 +91,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.70-3 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.70-2 - remove dup'd kcmgtk.desktop --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:00:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:00:20 -0700 Subject: rpms/openslp/devel openslp.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608291800.k7TI0Mi3001395@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/openslp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1378 Modified Files: openslp.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.2.1-6 - fc6 respin Index: openslp.spec =================================================================== RCS file: /cvs/extras/rpms/openslp/devel/openslp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- openslp.spec 9 Aug 2006 19:06:30 -0000 1.14 +++ openslp.spec 29 Aug 2006 18:00:20 -0000 1.15 @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Libraries License: BSD @@ -140,6 +140,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.2.1-6 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.2.1-5 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:01:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:01:52 -0700 Subject: rpms/geomview/devel geomview.spec,1.24,1.25 needs.rebuild,1.1,NONE Message-ID: <200608291802.k7TI2PZY004103@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/geomview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4080 Modified Files: geomview.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.8.2-0.19.rc8 - fc6 respin Index: geomview.spec =================================================================== RCS file: /cvs/extras/rpms/geomview/devel/geomview.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- geomview.spec 9 Aug 2006 14:21:13 -0000 1.24 +++ geomview.spec 29 Aug 2006 18:01:52 -0000 1.25 @@ -8,7 +8,7 @@ Name: geomview Summary: Interactive 3D viewing program Version: 1.8.2 -Release: 0.18.%{beta}%{?dist} +Release: 0.19.%{beta}%{?dist} License: LGPL Url: http://www.geomview.org/ @@ -271,9 +271,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.8.2-0.19.rc8 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.8.2-0.18.rc8 - rename (man/man1/)animate.1 -> geomview-animate.1 to avoid - Conflicts: ImageMagick + Conflicts: ImageMagick (bug #202039) * Tue Aug 08 2006 Rex Dieter 1.8.2-0.17.rc8 - 1.8.2-rc8 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:02:58 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Tue, 29 Aug 2006 11:02:58 -0700 Subject: rpms/pypoker-eval/devel needs.rebuild,1.1,NONE Message-ID: <200608291803.k7TI305X004174@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/pypoker-eval/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4160 Removed Files: needs.rebuild Log Message: fc6 rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:03:05 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Tue, 29 Aug 2006 11:03:05 -0700 Subject: rpms/crm114/devel crm114.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291803.k7TI3c9h004205@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/crm114/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4181 Modified Files: crm114.spec Removed Files: needs.rebuild Log Message: - mass rebuild Index: crm114.spec =================================================================== RCS file: /cvs/extras/rpms/crm114/devel/crm114.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crm114.spec 17 Aug 2006 23:03:36 -0000 1.1 +++ crm114.spec 29 Aug 2006 18:03:05 -0000 1.2 @@ -1,6 +1,6 @@ %define cvsver 20060704 %define codename BlameRobert -%define rel 1 +%define rel 2 Summary: CRM114 Bayesian Spam Detector Name: crm114 @@ -66,6 +66,9 @@ %{_datadir}/emacs/site-lisp/*.el %changelog +* Tue Aug 29 2006 Dominik Mierzejewski 0-0.2.20060704 +- mass rebuild + * Wed Aug 16 2006 Dominik Mierzejewski 0-0.1.20060704 - FE-compliant versioning - emacs subpackage should require emacs-el --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:03:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:03:46 -0700 Subject: rpms/apollon/devel apollon.spec,1.6,1.7 Message-ID: <200608291804.k7TI4Jqq004268@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/apollon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4213 Modified Files: apollon.spec Log Message: unpackaged .desktop Index: apollon.spec =================================================================== RCS file: /cvs/extras/rpms/apollon/devel/apollon.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- apollon.spec 29 Aug 2006 17:38:33 -0000 1.6 +++ apollon.spec 29 Aug 2006 18:03:46 -0000 1.7 @@ -2,7 +2,7 @@ Summary: Filesharing client Name: apollon Version: 1.0.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Internet @@ -51,7 +51,8 @@ desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ --add-category="X-Fedora" --vendor="" \ - $RPM_BUILD_ROOT%{_datadir}/appl*/*/*.desktop + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applnk/Applications/*.desktop ## File lists # locale's @@ -107,7 +108,7 @@ %changelog -* Tue Aug 29 2006 Rex Dieter 1.0.1-6 +* Tue Aug 29 2006 Rex Dieter 1.0.1-7 - fc6 respin * Mon Mar 13 2006 Rex Dieter 1.0.1-5 From fedora-extras-commits at redhat.com Tue Aug 29 18:05:55 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 11:05:55 -0700 Subject: rpms/loudmouth/devel needs.rebuild,1.1,NONE Message-ID: <200608291805.k7TI5vRr004405@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4390 Removed Files: needs.rebuild Log Message: Remove needs.rebuild since FC6 rebuild finished --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:06:28 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 11:06:28 -0700 Subject: mock mock.spec,1.16.2.7,1.16.2.8 Message-ID: <200608291806.k7TI6SRZ004440@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4422 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: updated version number for BZ fix 204051 Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.7 retrieving revision 1.16.2.8 diff -u -r1.16.2.7 -r1.16.2.8 --- mock.spec 29 Aug 2006 05:22:01 -0000 1.16.2.7 +++ mock.spec 29 Aug 2006 18:06:26 -0000 1.16.2.8 @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 -Release: 2%{?dist} +Version: 0.6.3 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -67,6 +67,9 @@ %changelog +* Tue Aug 29 2006 Clark Williams - 0.6.3-1 +- changed version number to indicate fix for bz 204051 + * Tue Aug 29 2006 Clark Williams - 0.6.2-2 - bumped revision for bz 204051 From fedora-extras-commits at redhat.com Tue Aug 29 18:07:46 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:07:46 -0700 Subject: rpms/kasablanca/devel kasablanca.spec, 1.16, 1.17 needs.rebuild, 1.1, NONE Message-ID: <200608291807.k7TI7msf004497@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kasablanca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4480 Modified Files: kasablanca.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.4.0.2-9 - fc6 respin Index: kasablanca.spec =================================================================== RCS file: /cvs/extras/rpms/kasablanca/devel/kasablanca.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- kasablanca.spec 13 Apr 2006 20:59:37 -0000 1.16 +++ kasablanca.spec 29 Aug 2006 18:07:46 -0000 1.17 @@ -2,11 +2,11 @@ Name: kasablanca Summary: Graphical FTP client Version: 0.4.0.2 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL Url: http://kasablanca.berlios.de/ -Source: http://download.berlios.de/kasablanca/kasablanca-0.4.0.2.tar.gz +Source: http://download.berlios.de/kasablanca/kasablanca-%{version}.tar.gz Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,7 +15,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: openssl-devel -BuildRequires: kdelibs-devel >= 6:3.3 +BuildRequires: kdelibs-devel %description Kasablanca is an ftp client for KDE, among its features are currently: @@ -36,7 +36,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include # Needed(?) for older/legacy setups, harmless otherwise if pkg-config openssl ; then @@ -104,7 +103,6 @@ done - %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README @@ -116,6 +114,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.4.0.2-9 +- fc6 respin + * Thu Apr 13 2006 Rex Dieter 0.4.0.2-8 - --vendor: fedora -> kde --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:08:41 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:08:41 -0700 Subject: rpms/libmpcdec/devel libmpcdec.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291808.k7TI8hQh004570@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmpcdec/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4553 Modified Files: libmpcdec.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 1.2.2-4 - fc6 respin Index: libmpcdec.spec =================================================================== RCS file: /cvs/extras/rpms/libmpcdec/devel/libmpcdec.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libmpcdec.spec 9 Aug 2006 17:45:12 -0000 1.3 +++ libmpcdec.spec 29 Aug 2006 18:08:41 -0000 1.4 @@ -2,12 +2,12 @@ Summary: Musepack audio decoding library Name: libmpcdec Version: 1.2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.musepack.net/ -Source: http://files2.musepack.net/source/libmpcdec-1.2.2.tar.bz2 +Source: http://files2.musepack.net/source/libmpcdec-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.2.2-4 +- fc6 respin + * Wed Aug 09 2006 Rex Dieter 1.2.2-3 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:09:37 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:09:37 -0700 Subject: rpms/libmal/devel libmal.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608291809.k7TI9dEI004686@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libmal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4669 Modified Files: libmal.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.31-4 - fc6 respin Index: libmal.spec =================================================================== RCS file: /cvs/extras/rpms/libmal/devel/libmal.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libmal.spec 19 Apr 2006 02:12:25 -0000 1.4 +++ libmal.spec 29 Aug 2006 18:09:37 -0000 1.5 @@ -4,7 +4,7 @@ # NOTE: this isn't the latest version, but is the last version known to # work with kdepim Version: 0.31 -Release: 3%{?dist} +Release: 4%{?dist} License: MPL Url: http://jasonday.home.att.net/code/libmal/ @@ -75,6 +75,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.31-4 +- fc6 respin + * Thu Apr 13 2006 Rex Dieter 0.31-3 - respin for pilot-link --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:10:51 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:10:51 -0700 Subject: rpms/kphotoalbum/devel kphotoalbum.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291810.k7TIArPc004759@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kphotoalbum/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4742 Modified Files: kphotoalbum.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2.2-4 - fc6 respin Index: kphotoalbum.spec =================================================================== RCS file: /cvs/extras/rpms/kphotoalbum/devel/kphotoalbum.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kphotoalbum.spec 3 Jun 2006 11:04:33 -0000 1.3 +++ kphotoalbum.spec 29 Aug 2006 18:10:51 -0000 1.4 @@ -2,7 +2,7 @@ Summary: KDE Photo Album Name: kphotoalbum Version: 2.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/Multimedia @@ -40,7 +40,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include %configure \ --disable-rpath \ @@ -110,6 +109,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2.2-4 +- fc6 respin + * Sat Jun 03 2006 Rex Dieter 2.2-3 - respin against exiv2-0.10 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:15:15 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:15:15 -0700 Subject: rpms/tidy/devel tidy.spec,1.18,1.19 needs.rebuild,1.1,NONE Message-ID: <200608291815.k7TIFHGV004832@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/tidy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4814 Modified Files: tidy.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.99.0-11.20051025 - fc6 respin Index: tidy.spec =================================================================== RCS file: /cvs/extras/rpms/tidy/devel/tidy.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- tidy.spec 12 Jul 2006 18:04:02 -0000 1.18 +++ tidy.spec 29 Aug 2006 18:15:15 -0000 1.19 @@ -4,7 +4,7 @@ Name: tidy Summary: Utility to clean up and pretty print HTML/XHTML/XML Version: 0.99.0 -Release: 10.20051025%{?dist} +Release: 11.20051025%{?dist} Group: Applications/Text License: W3C Software License @@ -112,6 +112,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.99.0-11.20051025 +- fc6 respin + * Wed Jul 12 2006 Rex Dieter 0.99.0-10.20051025 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:16:19 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:16:19 -0700 Subject: rpms/uw-imap/devel uw-imap.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608291816.k7TIGLhT004901@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/uw-imap/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4884 Modified Files: uw-imap.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2004g-6 - fc6 respin Index: uw-imap.spec =================================================================== RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- uw-imap.spec 18 Aug 2006 13:37:58 -0000 1.9 +++ uw-imap.spec 29 Aug 2006 18:16:19 -0000 1.10 @@ -6,7 +6,7 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap Version: 2004g -Release: 5%{?dist} +Release: 6%{?dist} License: University of Washington Free-Fork License Group: System Environment/Daemons @@ -271,6 +271,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2004g-6 +- fc6 respin + * Fri Aug 18 2006 Rex Dieter 2004g-5 - cleanup, respin for fc6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:20:03 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:20:03 -0700 Subject: rpms/maxima/devel maxima.spec,1.32,1.33 needs.rebuild,1.1,NONE Message-ID: <200608291820.k7TIK5MG004977@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/maxima/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4960 Modified Files: maxima.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 - fc6 respin Index: maxima.spec =================================================================== RCS file: /cvs/extras/rpms/maxima/devel/maxima.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- maxima.spec 27 Aug 2006 16:28:15 -0000 1.32 +++ maxima.spec 29 Aug 2006 18:20:03 -0000 1.33 @@ -8,7 +8,7 @@ Name: maxima Version: 5.9.3.99 -Release: 0.5.%{beta}%{?dist} +Release: 0.6.%{beta}%{?dist} License: GPL Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -31,9 +31,9 @@ %ifarch ppc %define default_lisp sbcl -# clisp: http://bugzilla.redhat.com/bugzilla/166347 +# clisp: http://bugzilla.redhat.com/166347 #define _enable_clisp --enable-clisp -# gcl: http://bugzilla.redhat.com/bugzilla/167952 +# gcl: http://bugzilla.redhat.com/167952 #define _enable_gcl --enable-gcl %define _enable_sbcl --enable-sbcl %endif @@ -144,7 +144,7 @@ BuildRequires: gcl Requires: %{name} = %{version} %if "%{?fedora}" > "4" -# See http://bugzilla.redhat.com/bugzilla/187647 +# See http://bugzilla.redhat.com/187647 %define setarch_hack 1 BuildRequires: setarch Requires: setarch @@ -243,10 +243,9 @@ # app icon install -p -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/maxima.png -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category "X-Fedora" \ + --add-category "X-Fedora" --vendor="fedora" \ %{SOURCE2} # emaxima LaTeX style @@ -387,6 +386,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 5.9.3.99-0.6.rc2 +- fc6 respin + * Sun Aug 27 2006 Rex Dieter 5.9.3.99-0.5.rc2 - respin (against newer sbcl) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:22:16 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:22:16 -0700 Subject: rpms/kdegraphics-extras/devel kdegraphics-extras.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291822.k7TIMIt2005095@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdegraphics-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5075 Modified Files: kdegraphics-extras.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter - fc6 respin Index: kdegraphics-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdegraphics-extras/devel/kdegraphics-extras.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kdegraphics-extras.spec 26 Jul 2006 01:39:24 -0000 1.3 +++ kdegraphics-extras.spec 29 Aug 2006 18:22:15 -0000 1.4 @@ -21,7 +21,7 @@ %endif Version: 3.5.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPL Group: Applications/Multimedia @@ -33,6 +33,7 @@ Patch2: kdegraphics-3.3.1-xorg.patch Patch3: kdegraphics-3.5.1-warning.patch +BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: kdelibs-devel >= 6:%{version} BuildRequires: libmng-devel @@ -292,6 +293,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter +- fc6 respin + * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:26:07 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:26:07 -0700 Subject: rpms/kdemultimedia-extras/devel kdemultimedia-extras.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608291826.k7TIQ9Lm005193@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5176 Modified Files: kdemultimedia-extras.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 - fc6 respin Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- kdemultimedia-extras.spec 9 Aug 2006 18:41:46 -0000 1.8 +++ kdemultimedia-extras.spec 29 Aug 2006 18:26:07 -0000 1.9 @@ -22,6 +22,7 @@ BuildConflicts: akode-extras # debugging: to make sure no extras bits (accidentally) get excluded %{?debug:BuildConflicts: kdemultimedia-extras = %{epoch}:%{version}} +# disabled until fixed to work w/libtunepimp-0.5.x %define _with_musicbrainz --with-musicbrainz %define _with_libsamplerate --with-libsamplerate %define _with_taglib --with-taglib @@ -69,7 +70,7 @@ Epoch: 6 #endif Version: 3.5.4 -Release: 3%{?dist}%{?kde} +Release: 5%{?dist} License: GPL %if "%{?patched:1}" == "1" @@ -97,7 +98,7 @@ BuildRequires: libvorbis-devel >= 1:1.1.0 %{?core:Requires: libvorbis >= 1:1.1.0} %{?_with_taglib:BuildRequires: taglib-devel} -%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel} +%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel >= 0.5.0} %{?_with_akode:BuildRequires: akode-devel} # gstreamer(08) pkg_name %{?_with_gstreamer:BuildRequires: %{?gst}%{!?gst:gstreamer}-plugins-devel} @@ -340,14 +341,19 @@ mv %{name}.lang %{name}.list -[ ! -f %{name}.list ] && echo "%defattr(-,root,root)" > %{name}.list -[ ! -f devel.list ] && echo "%defattr(-,root,root)" > devel.list - -## cleanup .la files (178734) -# if built without --without-libltdl: /usr/lib/libltdl.la -sed -i -e "s@%{_libdir}/libltdl.la@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: +## remove references to optional external libraries in .la files (#178734) # alsa-lib/asound -sed -i -e "s at -lasound@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: +sed -i -e "s at -lasound@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# audiofile +sed -i -e "s at -laudiofile@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# ogg/vorbis +sed -i -e "s at -lvorbisfile@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -lvorbisenc@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -lvorbis@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +sed -i -e "s at -logg@@g" $RPM_BUILD_ROOT%{_libdir}/*.la +# if built without --without-libltdl: /usr/lib/libltdl.la +sed -i -e "s@%{_libdir}/libltdl.la@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: + %if "%{?core}" == "1" @@ -395,7 +401,8 @@ %files -f %{name}.list %defattr(-,root,root,-) %doc AUTHORS COPYING README -%{_libdir}/lib*.so* +%{_libdir}/libkdeinit_*.so +%{_libdir}/lib*.so.* %{_libdir}/lib*.la %{_bindir}/* # Own dir(s) until owned by kdelibs? -- Rex @@ -413,9 +420,11 @@ %{_libdir}/mcop/* %{_libdir}/kde3/* -%files devel -f devel.list +%files devel %defattr(-,root,root,-) %{_includedir}/* +%{_libdir}/lib*.so +%exclude %{_libdir}/libkdeinit_* %endif %if "%{?extras}" == "1" @@ -442,6 +451,13 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 +- fc6 respin + +* Thu Aug 24 2006 Rex Dieter 6:3.5.4-4 +- strip ogg/vorbis, audiofile from .la files (#178734) +- move %%_libdir/lib*.so to -devel + * Wed Aug 09 2006 Rex Dieter 6:3.5.4-3 - (core)/-extras: use kdemultimedia-3.5.4-patched - BR: gettext --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:28:00 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:28:00 -0700 Subject: rpms/Macaulay2/devel Macaulay2.spec, 1.26, 1.27 needs.rebuild, 1.1, NONE Message-ID: <200608291828.k7TIS2he005263@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/Macaulay2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5246 Modified Files: Macaulay2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn - fc6 respin Index: Macaulay2.spec =================================================================== RCS file: /cvs/extras/rpms/Macaulay2/devel/Macaulay2.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- Macaulay2.spec 8 Aug 2006 19:08:41 -0000 1.26 +++ Macaulay2.spec 29 Aug 2006 18:27:59 -0000 1.27 @@ -7,7 +7,7 @@ Summary: System for algebraic geometry and commutative algebra Name: Macaulay2 Version: 0.9.20 -Release: 0.3.%{beta}%{?dist} +Release: 0.4.%{beta}%{?dist} License: GPL Group: Applications/Engineering @@ -179,6 +179,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.9.20-0.4.20060808svn +- fc6 respin + * Tue Aug 08 2006 Rex Dieter 0.9.20-0.3.20060808svn - ExcludeArch: ppc (bug #201739) - %ghost (x)emacs site-lisp bits (using hints from fedora-rpmdevtools) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:29:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:29:11 -0700 Subject: rpms/kdetoys/devel .cvsignore, 1.4, 1.5 kdetoys.spec, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608291829.k7TITD0u005356@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdetoys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5334 Modified Files: .cvsignore kdetoys.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 7:3.5.4-2.1 - fc6 respin Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Jul 2006 01:06:25 -0000 1.4 +++ .cvsignore 29 Aug 2006 18:29:11 -0000 1.5 @@ -1 +1,2 @@ +kdetoys-3.5.3.tar.bz2 kdetoys-3.5.4.tar.bz2 Index: kdetoys.spec =================================================================== RCS file: /cvs/extras/rpms/kdetoys/devel/kdetoys.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kdetoys.spec 1 Aug 2006 11:56:56 -0000 1.4 +++ kdetoys.spec 29 Aug 2006 18:29:11 -0000 1.5 @@ -4,7 +4,7 @@ Group: Amusements/Graphics Epoch: 7 Version: 3.5.4 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: GPL Url: http://www.kde.org/ @@ -127,8 +127,11 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 7:3.5.4-2.1 +- fc6 respin + * Tue Aug 1 2006 Rex Dieter 7:3.5.4-2 -- %%description: remove references to (long gone) kaphorism, kscore +- %%description: remove references to (long gone) kaphorism, kscore (#200877) * Tue Jul 25 2006 Rex Dieter 7:3.5.4-1 - kde-3.5.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:31:14 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:31:14 -0700 Subject: rpms/kdocker/devel kdocker-1.3-paths.patch, 1.1, 1.2 kdocker.spec, 1.9, 1.10 Message-ID: <200608291831.k7TIVGGq005448@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdocker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5426 Modified Files: kdocker-1.3-paths.patch kdocker.spec Log Message: * Tue Aug 29 2006 Rex Dieter 1.3-8 - fc6 respin kdocker-1.3-paths.patch: Index: kdocker-1.3-paths.patch =================================================================== RCS file: /cvs/extras/rpms/kdocker/devel/kdocker-1.3-paths.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kdocker-1.3-paths.patch 22 Jan 2006 02:45:07 -0000 1.1 +++ kdocker-1.3-paths.patch 29 Aug 2006 18:31:14 -0000 1.2 @@ -1,16 +1,5 @@ ---- kdocker/kdocker.desktop.qmake 2004-11-22 10:11:49.000000000 -0600 -+++ kdocker/kdocker.desktop 2006-01-21 20:39:14.000000000 -0600 -@@ -4,7 +4,7 @@ - Comment=Docks any application into system tray - Exec=kdocker - TryExec=kdocker --Icon=/usr/local/share/kdocker/icons/kdocker.png -+Icon=/usr/share/kdocker/icons/kdocker.png - Terminal=false - Type=Application - Categories=Application;Utility; ---- kdocker/kdocker.pro.qmake 2005-04-04 22:14:58.000000000 -0500 -+++ kdocker/kdocker.pro 2006-01-21 20:38:57.000000000 -0600 +--- kdocker/kdocker.pro.paths 2005-04-04 22:14:58.000000000 -0500 ++++ kdocker/kdocker.pro 2006-05-10 12:29:45.000000000 -0500 @@ -1,10 +1,10 @@ TEMPLATE = app DEPENDPATH += i18n src @@ -20,7 +9,7 @@ LIBS = -lX11 -lXpm -lXmu TARGET = kdocker -INSTALL_PATH = /usr/local/share/kdocker -+INSTALL_PATH = $$DESTDIR/usr/share/kdocker ++INSTALL_PATH = $(DESTDIR)/usr/share/kdocker DOCS_PATH = $$INSTALL_PATH/docs # Defines @@ -29,11 +18,22 @@ docs.files = README -desktop.path = /usr/share/applications -+desktop.path = $$DESTDIR/usr/share/applications ++desktop.path = $(DESTDIR)/usr/share/applications desktop.files = kdocker.desktop -target.path = /usr/local/bin -+target.path = $$DESTDIR/usr/bin ++target.path = $(DESTDIR)/usr/bin INSTALLS += target icons docs translations desktop +--- kdocker/kdocker.desktop.paths 2004-11-22 10:11:49.000000000 -0600 ++++ kdocker/kdocker.desktop 2006-05-10 12:29:14.000000000 -0500 +@@ -4,7 +4,7 @@ + Comment=Docks any application into system tray + Exec=kdocker + TryExec=kdocker +-Icon=/usr/local/share/kdocker/icons/kdocker.png ++Icon=/usr/share/kdocker/icons/kdocker.png + Terminal=false + Type=Application + Categories=Application;Utility; Index: kdocker.spec =================================================================== RCS file: /cvs/extras/rpms/kdocker/devel/kdocker.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kdocker.spec 14 Apr 2006 12:31:43 -0000 1.9 +++ kdocker.spec 29 Aug 2006 18:31:14 -0000 1.10 @@ -2,7 +2,7 @@ Name: kdocker Summary: Dock any application in the system tray Version: 1.3 -Release: 6%{?dist} +Release: 8%{?dist} Group: User Interface/Desktops License: GPL @@ -13,8 +13,8 @@ Patch1: kdocker-1.3-paths.patch BuildRequires: desktop-file-utils -BuildRequires: qt-devel >= 1:3.3 -%if "%{?fedora}" > "4" +BuildRequires: qt-devel +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" BuildRequires: libXmu-devel BuildRequires: libXpm-devel %endif @@ -49,9 +49,9 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include qmake +sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake # Not smp safe make @@ -60,12 +60,7 @@ %install rm -rf $RPM_BUILD_ROOT -unset QTDIR || : ; . /etc/profile.d/qt.sh - -qmake DESTDIR=$RPM_BUILD_ROOT -sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake - -make install +make install DESTDIR=$RPM_BUILD_ROOT desktop-file-install \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -103,6 +98,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 1.3-8 +- fc6 respin + +* Wed May 10 2006 Rex Dieter 1.3-7 +- rework -paths patch + * Fri Apr 14 2006 Rex Dieter 1.3-6 - --vendor="" From fedora-extras-commits at redhat.com Tue Aug 29 18:32:03 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 11:32:03 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.26,1.27 Message-ID: <200608291832.k7TIW3kf005524@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5507/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Typo in x86_64 library specification Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- livecd-mkinitrd.sh 29 Aug 2006 14:32:04 -0000 1.26 +++ livecd-mkinitrd.sh 29 Aug 2006 18:32:01 -0000 1.27 @@ -238,7 +238,7 @@ inst $rootdir/lib/libcrypt.so.1 "$MNTIMAGE/lib/libcrypt.so.1" fi else - inst $rootdir/lib64/ld-linux.so.2 "$MNTIMAGE/lib64/ld-linux.so.2" + inst $rootdir/lib64/ld-linux-x86-64.so.2 "$MNTIMAGE/lib64/ld-linux-x86-64.so.2" inst $rootdir/lib64/libselinux.so.1 "$MNTIMAGE/lib64/libselinux.so.1" inst $rootdir/lib64/libsepol.so.1 "$MNTIMAGE/lib64/libsepol.so.1" inst $rootdir/lib64/libdl.so.2 "$MNTIMAGE/lib64/libdl.so.2" From fedora-extras-commits at redhat.com Tue Aug 29 18:32:45 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:32:45 -0700 Subject: rpms/kickpim/devel kickpim.spec,1.15,1.16 needs.rebuild,1.1,NONE Message-ID: <200608291832.k7TIWlnG005547@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kickpim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5530 Modified Files: kickpim.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.5.3-10 - fc6 respin Index: kickpim.spec =================================================================== RCS file: /cvs/extras/rpms/kickpim/devel/kickpim.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kickpim.spec 1 Mar 2006 16:35:06 -0000 1.15 +++ kickpim.spec 29 Aug 2006 18:32:45 -0000 1.16 @@ -2,12 +2,12 @@ Name: kickpim Summary: KDE kicker applet to access addressbook Version: 0.5.3 -Release: 9%{?dist}.3 +Release: 10%{?dist} License: GPL Group: Applications/Productivity URL: http://kickpim.sourceforge.net/ -Source: http://dl.sourceforge.net/sourceforge/kickpim/kickpim-0.5.3.tar.bz2 +Source: http://dl.sourceforge.net/sourceforge/kickpim/kickpim-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # remove build dep on qt-3.2 @@ -34,7 +34,6 @@ %build unset QTDIR || : ; . /etc/profile.d/qt.sh -export QTLIB=${QTDIR}/lib;QTINC=${QTDIR}/include # rpmlint says we should build pic objects (on all archs) #ifarch x86_64 @@ -90,6 +89,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.5.3-10 +- fc6 respin + * Wed Mar 1 2006 Rex Dieter - fc5: gcc/glibc respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:38:18 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:38:18 -0700 Subject: rpms/libsigsegv/devel libsigsegv.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608291838.k7TIcKF0005635@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libsigsegv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5618 Modified Files: libsigsegv.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 2.4-2 - fc6 respin Index: libsigsegv.spec =================================================================== RCS file: /cvs/extras/rpms/libsigsegv/devel/libsigsegv.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libsigsegv.spec 20 Jul 2006 11:34:31 -0000 1.11 +++ libsigsegv.spec 29 Aug 2006 18:38:18 -0000 1.12 @@ -2,7 +2,7 @@ Summary: Library for handling page faults in user mode Name: libsigsegv Version: 2.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL URL: http://libsigsegv.sourceforge.net/ @@ -75,6 +75,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 2.4-2 +- fc6 respin + * Thu Jul 20 2006 Rex Dieter 2.4-1 - 2.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:39:52 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:39:52 -0700 Subject: rpms/PyQt-qscintilla/devel PyQt-qscintilla.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608291839.k7TIdskA005710@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/PyQt-qscintilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5693 Modified Files: PyQt-qscintilla.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 3.16-5 - fc6 respin Index: PyQt-qscintilla.spec =================================================================== RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/PyQt-qscintilla.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- PyQt-qscintilla.spec 27 Jul 2006 12:50:21 -0000 1.3 +++ PyQt-qscintilla.spec 29 Aug 2006 18:39:52 -0000 1.4 @@ -2,7 +2,7 @@ Summary: PyQt qscintilla extentions Name: PyQt-qscintilla Version: 3.16 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Languages @@ -58,6 +58,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 3.16-5 +- fc6 respin + * Thu Jul 27 2006 Rex Dieter 3.16-4 - fc6 respin --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:51:11 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:51:11 -0700 Subject: rpms/kdemultimedia-extras/devel kdemultimedia-extras.spec,1.9,1.10 Message-ID: <200608291851.k7TIpDDF005880@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kdemultimedia-extras/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5863 Modified Files: kdemultimedia-extras.spec Log Message: * Tue Aug 29 2006 Rex Dieter 6:3.5.4-6 - -extras: --with-musicbrainz (using libtunepimp-0.4.x, we'll deal with the hairball that is libtunepimp-0.5 later) Index: kdemultimedia-extras.spec =================================================================== RCS file: /cvs/extras/rpms/kdemultimedia-extras/devel/kdemultimedia-extras.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kdemultimedia-extras.spec 29 Aug 2006 18:26:07 -0000 1.9 +++ kdemultimedia-extras.spec 29 Aug 2006 18:51:11 -0000 1.10 @@ -22,7 +22,6 @@ BuildConflicts: akode-extras # debugging: to make sure no extras bits (accidentally) get excluded %{?debug:BuildConflicts: kdemultimedia-extras = %{epoch}:%{version}} -# disabled until fixed to work w/libtunepimp-0.5.x %define _with_musicbrainz --with-musicbrainz %define _with_libsamplerate --with-libsamplerate %define _with_taglib --with-taglib @@ -37,18 +36,15 @@ %endif # distro/release bits -%if "%{?fedora}" > "2" +#if "%{?fedora}" > "2" || "%{?rhel}" > "3" %define _with_gstreamer --with-gstreamer -%endif -%if "%{?fedora}" > "4" +#endif +%if "%{?fedora}" > "4" || "%{?rhel}" > "4" %define gst gstreamer08 BuildRequires: libXxf86vm-devel # likely only required for nonfree -- Rex BuildRequires: libXxf86dga-devel %endif -%if "%{?rhel}" > "3" -%define _with_gstreamer --with-gstreamer -%endif %define is_release 2 @@ -70,7 +66,7 @@ Epoch: 6 #endif Version: 3.5.4 -Release: 5%{?dist} +Release: 6%{?dist}%{?kde} License: GPL %if "%{?patched:1}" == "1" @@ -98,7 +94,7 @@ BuildRequires: libvorbis-devel >= 1:1.1.0 %{?core:Requires: libvorbis >= 1:1.1.0} %{?_with_taglib:BuildRequires: taglib-devel} -%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel >= 0.5.0} +%{?_with_musicbrainz:BuildRequires: libmusicbrainz-devel >= 0:2.1, libtunepimp-devel} %{?_with_akode:BuildRequires: akode-devel} # gstreamer(08) pkg_name %{?_with_gstreamer:BuildRequires: %{?gst}%{!?gst:gstreamer}-plugins-devel} @@ -451,8 +447,12 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 6:3.5.4-6 +- -extras: --with-musicbrainz (using libtunepimp-0.4.x, we'll deal with + the hairball that is libtunepimp-0.5 later) + * Tue Aug 29 2006 Rex Dieter 6:3.5.4-5 -- fc6 respin +- -extras: drop --with-musicbrainz (until juk is fixed for libtunepimp-0.5) * Thu Aug 24 2006 Rex Dieter 6:3.5.4-4 - strip ogg/vorbis, audiofile from .la files (#178734) From fedora-extras-commits at redhat.com Tue Aug 29 18:52:23 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:52:23 -0700 Subject: rpms/vnc-ltsp-config/devel needs.rebuild,1.1,NONE Message-ID: <200608291852.k7TIqPjs005968@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/vnc-ltsp-config/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5937 Removed Files: needs.rebuild Log Message: noarch/static content only --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:57:20 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:57:20 -0700 Subject: rpms/kipi-plugins/devel .cvsignore, 1.5, 1.6 kipi-plugins.spec, 1.19, 1.20 sources, 1.5, 1.6 needs.rebuild, 1.1, NONE Message-ID: <200608291857.k7TIvMdJ006095@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6074 Modified Files: .cvsignore kipi-plugins.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.1.2-1 - 0.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jun 2006 19:12:20 -0000 1.5 +++ .cvsignore 29 Aug 2006 18:57:20 -0000 1.6 @@ -1 +1,2 @@ kipi-plugins-0.1.1.tar.bz2 +kipi-plugins-0.1.2.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- kipi-plugins.spec 29 Jun 2006 19:12:20 -0000 1.19 +++ kipi-plugins.spec 29 Aug 2006 18:57:20 -0000 1.20 @@ -1,21 +1,21 @@ Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/bugzilla/193741 -BuildRequires: libGL-devel libGLU-devel +# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 +#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel @@ -156,6 +156,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.1.2-1 +- 0.1.2 + * Thu Jun 29 2006 Rex Dieter 0.1.1-1 - 0.1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jun 2006 19:12:20 -0000 1.5 +++ sources 29 Aug 2006 18:57:20 -0000 1.6 @@ -1 +1 @@ -a06025f92a86f12b2ff0a470cadab937 kipi-plugins-0.1.1.tar.bz2 +4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:57:29 2006 From: fedora-extras-commits at redhat.com (Sander Hoentjen (tjikkun)) Date: Tue, 29 Aug 2006 11:57:29 -0700 Subject: rpms/tcltls/devel tcltls.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608291857.k7TIvVCG006151@cvs-int.fedora.redhat.com> Author: tjikkun Update of /cvs/extras/rpms/tcltls/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6133 Modified Files: tcltls.spec Removed Files: needs.rebuild Log Message: FE6 Mass Rebuild Index: tcltls.spec =================================================================== RCS file: /cvs/extras/rpms/tcltls/devel/tcltls.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tcltls.spec 27 May 2006 06:13:34 -0000 1.1 +++ tcltls.spec 29 Aug 2006 18:57:29 -0000 1.2 @@ -1,6 +1,6 @@ Name: tcltls Version: 1.5.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: OpenSSL extension for Tcl Group: Development/Libraries @@ -72,6 +72,9 @@ %{_includedir}/tls.h %changelog +* Tue Aug 29 2006 Sander Hoentjen - 1.5.0-11 +- FE6 Mass Rebuild + * Fri May 26 2006 Sander Hoentjen - 1.5.0-10 - reverted name change to tcltls --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 18:58:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 11:58:17 -0700 Subject: rpms/kipi-plugins/FC-5 .cvsignore, 1.5, 1.6 kipi-plugins.spec, 1.17, 1.18 sources, 1.5, 1.6 Message-ID: <200608291858.k7TIwJ0k006236@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/kipi-plugins/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6215 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Tue Aug 29 2006 Rex Dieter 0.1.2-1 - 0.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jun 2006 20:05:50 -0000 1.5 +++ .cvsignore 29 Aug 2006 18:58:17 -0000 1.6 @@ -1 +1,2 @@ kipi-plugins-0.1.1.tar.bz2 +kipi-plugins-0.1.2.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/kipi-plugins.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- kipi-plugins.spec 29 Jun 2006 20:05:50 -0000 1.17 +++ kipi-plugins.spec 29 Aug 2006 18:58:17 -0000 1.18 @@ -1,21 +1,21 @@ Name: kipi-plugins Summary: Plugins to use with Kipi -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPL Group: Applications/Multimedia Url: http://sourceforge.net/projects/kipi -Source: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 +Source0: http://dl.sourceforge.net/sourceforge/kipi/kipi-plugins-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext BuildRequires: libkipi-devel BuildRequires: kdelibs-devel ## slideshow plugin -# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/bugzilla/193741 -BuildRequires: libGL-devel libGLU-devel +# shouldn't qt-devel Req these? I think so, see http://bugzilla.redhat.com/193741 +#BuildRequires: libGL-devel libGLU-devel BuildRequires: imlib2-devel ## acquireimages, jpeglossless and rawconverter plugins BuildRequires: libtiff-devel @@ -156,6 +156,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.1.2-1 +- 0.1.2 + * Thu Jun 29 2006 Rex Dieter 0.1.1-1 - 0.1.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kipi-plugins/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jun 2006 20:05:50 -0000 1.5 +++ sources 29 Aug 2006 18:58:17 -0000 1.6 @@ -1 +1 @@ -a06025f92a86f12b2ff0a470cadab937 kipi-plugins-0.1.1.tar.bz2 +4c06a75f4d49f44c55ace9ed46e0f592 kipi-plugins-0.1.2.tar.bz2 From fedora-extras-commits at redhat.com Tue Aug 29 19:01:38 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Tue, 29 Aug 2006 12:01:38 -0700 Subject: rpms/exiv2/devel exiv2.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608291902.k7TJ2DCl008927@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/exiv2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8906 Modified Files: exiv2.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Rex Dieter 0.10-2 - fc6 respin Index: exiv2.spec =================================================================== RCS file: /cvs/extras/rpms/exiv2/devel/exiv2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- exiv2.spec 3 Jun 2006 10:55:16 -0000 1.3 +++ exiv2.spec 29 Aug 2006 19:01:37 -0000 1.4 @@ -2,7 +2,7 @@ Summary: Exif and Iptc metadata manipulation library Name: exiv2 Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/Multimedia @@ -92,6 +92,9 @@ %changelog +* Tue Aug 29 2006 Rex Dieter 0.10-2 +- fc6 respin + * Sat Jun 03 2006 Rex Dieter 0.10-1 - 0.10 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 19:24:34 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:24:34 -0700 Subject: rpms/cd-discid/devel cd-discid.spec,1.5,1.6 Message-ID: <200608291924.k7TJOaw4009372@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9355 Modified Files: cd-discid.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 0.9-6 - Rebuild. Index: cd-discid.spec =================================================================== RCS file: /cvs/extras/rpms/cd-discid/devel/cd-discid.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cd-discid.spec 15 Feb 2006 20:43:01 -0000 1.5 +++ cd-discid.spec 29 Aug 2006 19:24:33 -0000 1.6 @@ -1,6 +1,6 @@ Name: cd-discid Version: 0.9 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Utility to get CDDB discid information Group: Applications/Multimedia @@ -40,6 +40,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 0.9-6 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 0.9-5 - Rebuild, specfile cleanup. From fedora-extras-commits at redhat.com Tue Aug 29 19:24:59 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:24:59 -0700 Subject: rpms/clusterssh - New directory Message-ID: <200608291925.k7TJP1b2009466@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9440/clusterssh Log Message: Directory /cvs/extras/rpms/clusterssh added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 19:25:00 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:00 -0700 Subject: rpms/clusterssh/devel - New directory Message-ID: <200608291925.k7TJP2wL009469@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9440/clusterssh/devel Log Message: Directory /cvs/extras/rpms/clusterssh/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 19:25:13 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:13 -0700 Subject: rpms/clusterssh Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608291925.k7TJPFkT009518@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9485 Added Files: Makefile import.log Log Message: Setup of module clusterssh --- NEW FILE Makefile --- # Top level Makefile for module clusterssh all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 19:25:14 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:14 -0700 Subject: rpms/clusterssh/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608291925.k7TJPG9Q009521@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9485/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module clusterssh --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 19:25:48 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:48 -0700 Subject: rpms/clusterssh import.log,1.1,1.2 Message-ID: <200608291926.k7TJQKkM009587@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9549 Modified Files: import.log Log Message: auto-import clusterssh-3.19.1-2 on branch devel from clusterssh-3.19.1-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/clusterssh/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 19:25:13 -0000 1.1 +++ import.log 29 Aug 2006 19:25:47 -0000 1.2 @@ -0,0 +1 @@ +clusterssh-3_19_1-2:HEAD:clusterssh-3.19.1-2.src.rpm:1156879542 From fedora-extras-commits at redhat.com Tue Aug 29 19:25:48 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:25:48 -0700 Subject: rpms/clusterssh/devel clusterssh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608291926.k7TJQK8L009591@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/rpms/clusterssh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9549/devel Modified Files: .cvsignore sources Added Files: clusterssh.spec Log Message: auto-import clusterssh-3.19.1-2 on branch devel from clusterssh-3.19.1-2.src.rpm --- NEW FILE clusterssh.spec --- Name: clusterssh Version: 3.19.1 Release: 2%{?dist} Summary: Secure concurrent multi-server terminal control Group: Applications/Productivity License: GPL URL: http://clusterssh.sourceforge.net Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils %description Control multiple terminals open on different servers to perform administration tasks, for example multiple hosts requiring the same config within a cluster. Not limited to use with clusters, however. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install --vendor fedora \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-category X-Fedora \ %{name}.desktop mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ install -p -m 644 %{name}-48x48.png \ %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/ install -p -m 644 %{name}-32x32.png \ %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/ install -p -m 644 %{name}-24x24.png \ %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING AUTHORS README NEWS THANKS ChangeLog %{_bindir}/cssh %{_mandir}/man1/*.1* %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop %changelog * Tue Aug 15 2006 Duncan Ferguson - 3.19.1-2 - Tidyups as per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199173 * Mon Jul 24 2006 Duncan Ferguson - 3.19.1-1 - Update Changelog, commit all branch changes and release * Tue Jul 18 2006 Duncan Ferguson - 3.18.2.10-2 - Correct download URL (Source0) * Mon Jul 17 2006 Duncan Ferguson - 3.18.2.10-1 - Lots of amendments and fixes to clusterssh code - Added icons and desktop file - Submitted to Fedora Extras for review * Mon Nov 28 2005 Duncan Ferguson - 3.18.1-1 - Updates and bugfixes to cssh - Updates to man page - Re-engineer spec file * Tue Aug 30 2005 Duncan Ferguson - 3.17.1-2 - spec file tidyups * Mon Apr 25 2005 Duncan Ferguson - 3.0 - Please see ChangeLog in documentation area Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/clusterssh/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 19:25:14 -0000 1.1 +++ .cvsignore 29 Aug 2006 19:25:48 -0000 1.2 @@ -0,0 +1 @@ +clusterssh-3.19.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/clusterssh/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 19:25:14 -0000 1.1 +++ sources 29 Aug 2006 19:25:48 -0000 1.2 @@ -0,0 +1 @@ +12363dead309dca70bb6d45f4410246c clusterssh-3.19.1.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 19:27:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:27:27 -0700 Subject: rpms/cabextract/devel cabextract.spec,1.9,1.10 Message-ID: <200608291927.k7TJRTL8009650@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9633 Modified Files: cabextract.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.1-5 - Rebuild. Index: cabextract.spec =================================================================== RCS file: /cvs/extras/rpms/cabextract/devel/cabextract.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cabextract.spec 15 Feb 2006 19:28:01 -0000 1.9 +++ cabextract.spec 29 Aug 2006 19:27:27 -0000 1.10 @@ -1,6 +1,6 @@ Name: cabextract Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility for extracting cabinet (.cab) archives Group: Applications/Archiving @@ -43,6 +43,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.1-5 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 1.1-4 - Rebuild. @@ -59,7 +62,7 @@ - Converted spec file to UTF-8. * Sat May 31 2003 Warren Togami 0:0.6-0.fdr.2 -- Remove redundant %doc +- Remove redundant %%doc * Thu May 29 2003 Marius L. J??hndal 0:0.6-0.fdr.1 - Initial Fedora RPM release. From fedora-extras-commits at redhat.com Tue Aug 29 19:29:35 2006 From: fedora-extras-commits at redhat.com (Duncan Ferguson (duncs)) Date: Tue, 29 Aug 2006 12:29:35 -0700 Subject: owners owners.list,1.1465,1.1466 Message-ID: <200608291929.k7TJTbTY009735@cvs-int.fedora.redhat.com> Author: duncs Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9718 Modified Files: owners.list Log Message: ClusterSSH added Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1465 retrieving revision 1.1466 diff -u -r1.1465 -r1.1466 --- owners.list 29 Aug 2006 15:48:54 -0000 1.1465 +++ owners.list 29 Aug 2006 19:29:35 -0000 1.1466 @@ -179,6 +179,7 @@ Fedora Extras|clips|CLIPS language for expert systems|rvinyard at cs.nmsu.edu|extras-qa at fedoraproject.org| Fedora Extras|clisp|Common Lisp (ANSI CL) implementation|gemi at bluewin.ch|extras-qa at fedoraproject.org| Fedora Extras|cln|Class Library for Numbers|qspencer at ieee.org|extras-qa at fedoraproject.org| +Fedora Extras|clusterssh|Secure concurrent multi-server terminal control|duncan_j_ferguson at yahoo.co.uk|extras-qa at fedoraproject.org| Fedora Extras|cmake|Cross-platform make system|orion at cora.nwra.com|extras-qa at fedoraproject.org| Fedora Extras|cmucl|CMU Common Lisp|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|cogito|Cogito SCM based on git|chrisw at redhat.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 19:49:03 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Tue, 29 Aug 2006 12:49:03 -0700 Subject: rpms/denyhosts/devel denyhosts.spec, 1.37, 1.38 needs.rebuild, 1.1, NONE Message-ID: <200608291949.k7TJn5e8009917@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/denyhosts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9900 Modified Files: denyhosts.spec Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 - No need to ghost .pyo files. - Fix %{python_sitelib}/Denyhosts ownership. Index: denyhosts.spec =================================================================== RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- denyhosts.spec 22 Jun 2006 15:02:09 -0000 1.37 +++ denyhosts.spec 29 Aug 2006 19:49:02 -0000 1.38 @@ -1,6 +1,6 @@ Name: denyhosts Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A script to help thwart ssh server attacks Group: Applications/System @@ -121,9 +121,7 @@ %{_bindir}/denyhosts-control %{_datadir}/denyhosts -%{python_sitelib}/DenyHosts/*.py -%{python_sitelib}/DenyHosts/*.pyc -%ghost %{python_sitelib}/DenyHosts/*.pyo +%{python_sitelib}/DenyHosts/ %config(noreplace) %{_sysconfdir}/denyhosts.conf %config(noreplace) %{_sysconfdir}/cron.d/denyhosts @@ -150,6 +148,10 @@ %changelog +* Tue Aug 29 2006 Jason L Tibbitts III - 2.5-2 +- No need to ghost .pyo files. +- Fix %%{python_sitelib}/Denyhosts ownership. + * Thu Jun 22 2006 Jason L Tibbitts III - 2.5-1 - Update to 2.5. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 19:56:00 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 12:56:00 -0700 Subject: mock Makefile,1.8.2.3,1.8.2.4 buildsys-build.spec,1.2.2.6,1.2.2.7 Message-ID: <200608291956.k7TJu0F6010004@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9984 Modified Files: Tag: mock-0-6-branch Makefile buildsys-build.spec Log Message: reversioned buildsys-build.spec; added rhl buildsys generation to Makefile Index: Makefile =================================================================== RCS file: /cvs/fedora/mock/Makefile,v retrieving revision 1.8.2.3 retrieving revision 1.8.2.4 diff -u -r1.8.2.3 -r1.8.2.4 --- Makefile 7 Aug 2006 18:55:52 -0000 1.8.2.3 +++ Makefile 29 Aug 2006 19:55:58 -0000 1.8.2.4 @@ -55,3 +55,6 @@ for i in 3 4; do \ rpmbuild $(RPMARGS) --define "el $$i" --define "dist .el$$i" -bb buildsys-build.spec; \ done + for i in 73 8 9; do \ + rpmbuild $(RPMARGS) --define "rhl $$i" --define "dist .rh$$i" -bb buildsys-build.spec; \ + done Index: buildsys-build.spec =================================================================== RCS file: /cvs/fedora/mock/buildsys-build.spec,v retrieving revision 1.2.2.6 retrieving revision 1.2.2.7 diff -u -r1.2.2.6 -r1.2.2.7 --- buildsys-build.spec 29 Aug 2006 05:22:01 -0000 1.2.2.6 +++ buildsys-build.spec 29 Aug 2006 19:55:58 -0000 1.2.2.7 @@ -3,8 +3,8 @@ # Summary: The base set of packages for a mock chroot Name: buildsys-build -Version: 0.5 -Release: 5%{?dist} +Version: 0.6 +Release: 1%{?dist} License: GPL Group: Development/Build Tools BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -104,6 +104,9 @@ %doc %changelog +* Tue Aug 29 2006 Clark Williams - 0.6-1 +- added rhl buildsys-build rpms + * Mon Aug 7 2006 Clark Williams - 0.5-4 - added rhel build tags From fedora-extras-commits at redhat.com Tue Aug 29 19:56:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 12:56:32 -0700 Subject: rpms/ccache/devel ccache.spec,1.12,1.13 Message-ID: <200608291956.k7TJuYQS010027@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10010 Modified Files: ccache.spec Log Message: * Wed Aug 9 2006 Ville Skytt?? - 2.4-6 - Add auto-symlink support for compat-gcc-34(-c++). - Untabify, escape macros in changelog. Index: ccache.spec =================================================================== RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ccache.spec 16 May 2006 19:09:50 -0000 1.12 +++ ccache.spec 29 Aug 2006 19:56:32 -0000 1.13 @@ -1,17 +1,17 @@ %define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 g++-libstdc++-so_7 -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++, libstdc++so7-devel +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++, compat-gcc-34, compat-gcc-34-c++, libstdc++so7-devel -Name: ccache -Version: 2.4 -Release: 5%{?dist} -Summary: C/C++ compiler cache - -Group: Development/Tools -License: GPL -URL: http://ccache.samba.org/ -Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz -Patch0: %{name}-html-links.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: ccache +Version: 2.4 +Release: 6%{?dist} +Summary: C/C++ compiler cache + +Group: Development/Tools +License: GPL +URL: http://ccache.samba.org/ +Source0: http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz +Patch0: %{name}-html-links.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description ccache is a compiler cache. It acts as a caching pre-processor to @@ -78,11 +78,15 @@ %doc COPYING README web/*.html %config %{_sysconfdir}/profile.d/%{name}.*sh %{_bindir}/ccache -%dir %{_libdir}/ccache +%dir %{_libdir}/ccache/ %{_mandir}/man1/ccache.1* %changelog +* Wed Aug 9 2006 Ville Skytt?? - 2.4-6 +- Add auto-symlink support for compat-gcc-34(-c++). +- Untabify, escape macros in changelog. + * Tue May 16 2006 Ville Skytt?? - 2.4-5 - Add auto-symlink support for g++-libstdc++-so_7. @@ -138,7 +142,7 @@ - Add Requires: gcc, gcc-c++ (minimal expectation of compilers) * Fri Mar 28 2003 Warren Togami 2.2-0.fdr.3 -- No longer use %ghost, symlinks always exist +- No longer use %%ghost, symlinks always exist * Thu Mar 27 2003 Warren Togami 2.2-0.fdr.2 - Move symlinks to /usr/lib/ccache/bin @@ -148,7 +152,7 @@ * Thu Mar 27 2003 Warren Togami 2.2-0.fdr.1 - Move symlinks to /bin since it seems to be at the beginning of PATH of all users before /usr/bin, the location of the real compiler. -- Package symlinks rather than create and remove during %post and %postun +- Package symlinks rather than create and remove during %%post and %%postun * Thu Feb 20 2003 Warren Togami 2.2-4.fedora.1 - Fedora @@ -164,8 +168,8 @@ - Upgraded to ccache 2.2 * Tue Feb 04 2003 Samir M. Nassar 2.1.1-4.redconcepts -- Using %post to create the soft symlinks -- Using %postun to remove the soft symlinks +- Using %%post to create the soft symlinks +- Using %%postun to remove the soft symlinks - Thanks to Che for the help - Packaged as user From fedora-extras-commits at redhat.com Tue Aug 29 19:56:48 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 12:56:48 -0700 Subject: mock ChangeLog,1.8,1.8.2.1 mock.spec,1.16.2.8,1.16.2.9 Message-ID: <200608291956.k7TJum3U010055@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10033 Modified Files: Tag: mock-0-6-branch ChangeLog mock.spec Log Message: updated Changelog to reflect modifications; bumped version number Index: ChangeLog =================================================================== RCS file: /cvs/fedora/mock/ChangeLog,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- ChangeLog 13 Jun 2006 05:36:07 -0000 1.8 +++ ChangeLog 29 Aug 2006 19:56:45 -0000 1.8.2.1 @@ -1,3 +1,58 @@ +2006-08-29 05:16 jcwillia + + * mock.py + explicit import of rpmUtils.transaction + (BZ#204051) + +2006-08-25 16:40 jcwillia + + * buildsys-build.spec + Dennis Gilmore's patches for Aurora SPARC Linux + (BZ#204100) + +2006-08-17 20:28 jcwillia + + * etc/redhat-73-i386.cfg, etc/redhat-9-i386.cfg: + added runuser config option for legacy config files + + * mock.py + updated usage message + + * doc/mock.1 + reworked man page to include caching options, chroot and shell + commands. + (BZ#200080) + +2006-08-17 20:23 jcwillia + + * etc/redhat-8-i386.cfg: + added template for RHL8 + +2006-08-16 16:59 jcwillia + + * mock.spec + added disttags + + * mock.py + added check for basedir change and raise error when it's detected + (BZ#1644441) + + +2006-08-07 17:26 jcwillia + + * buildsys-build.spec + added rhel tags + + * Makefile + Modified to build all supported targets for buildsys-build + +2006-08-07 15:05 jcwillia + + * buildsys-build.spec + Thorsten Leemhuis and Paul Howarth's patches for RHL and Legacy + chroots. + (BZ#196930) + 2006-06-13 01:31 skvidal * etc/defaults.cfg: @@ -72,6 +127,7 @@ * etc/defaults.cfg: use defaults more intelligently + 2006-05-24 11:15 skvidal * mock.py, src/mock-helper.c: Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.8 retrieving revision 1.16.2.9 diff -u -r1.16.2.8 -r1.16.2.9 --- mock.spec 29 Aug 2006 18:06:26 -0000 1.16.2.8 +++ mock.spec 29 Aug 2006 19:56:45 -0000 1.16.2.9 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools From fedora-extras-commits at redhat.com Tue Aug 29 20:10:05 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 13:10:05 -0700 Subject: rpms/gstreamer08/devel gstreamer08.spec,1.3,1.4 Message-ID: <200608292010.k7TKA7JK012917@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gstreamer08/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12898 Modified Files: gstreamer08.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.8.12-7 - Rebuild for FC6. Index: gstreamer08.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer08/devel/gstreamer08.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gstreamer08.spec 23 Jun 2006 16:06:08 -0000 1.3 +++ gstreamer08.spec 29 Aug 2006 20:10:05 -0000 1.4 @@ -10,7 +10,7 @@ Name: %{gstreamer} Version: 0.8.12 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GStreamer streaming media framework runtime Group: Applications/Multimedia @@ -154,6 +154,9 @@ %{_datadir}/gtk-doc/html/* %changelog +* Tue Aug 29 2006 Brian Pepple - 0.8.12-7 +- Rebuild for FC6. + * Fri Jun 23 2006 Brian Pepple - 0.8.12-6 - Add BR for libtool, flex, & bison. - Add devel require on pkgconfig. From fedora-extras-commits at redhat.com Tue Aug 29 20:10:10 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:10:10 -0700 Subject: rpms/cvsgraph/devel cvsgraph.spec,1.13,1.14 Message-ID: <200608292010.k7TKACpf012938@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12921 Modified Files: cvsgraph.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.6.1-3 - Drop no longer needed Obsoletes. Index: cvsgraph.spec =================================================================== RCS file: /cvs/extras/rpms/cvsgraph/devel/cvsgraph.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- cvsgraph.spec 31 Jul 2006 18:33:36 -0000 1.13 +++ cvsgraph.spec 29 Aug 2006 20:10:10 -0000 1.14 @@ -1,6 +1,6 @@ Name: cvsgraph Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CVS/RCS repository grapher Group: Development/Tools @@ -18,7 +18,6 @@ BuildRequires: libpng-devel BuildRequires: libjpeg-devel BuildRequires: %{__perl} -Obsoletes: cvsgraph-web < 1.5.1 %description CvsGraph is a utility to make a graphical representation of all @@ -64,6 +63,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.6.1-3 +- Drop no longer needed Obsoletes. + * Mon Jul 31 2006 Ville Skytt?? - 1.6.1-2 - Ensure proper doc file permissions (#200770). From fedora-extras-commits at redhat.com Tue Aug 29 20:12:46 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:12:46 -0700 Subject: rpms/cvsps/devel cvsps.spec,1.4,1.5 Message-ID: <200608292012.k7TKCmEQ013081@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13064 Modified Files: cvsps.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.1-4 - Rebuild. Index: cvsps.spec =================================================================== RCS file: /cvs/extras/rpms/cvsps/devel/cvsps.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cvsps.spec 15 Feb 2006 19:23:17 -0000 1.4 +++ cvsps.spec 29 Aug 2006 20:12:46 -0000 1.5 @@ -1,6 +1,6 @@ Name: cvsps Version: 2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Patchset tool for CVS Group: Development/Tools @@ -50,6 +50,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.1-4 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.1-3 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 20:18:23 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:18:23 -0700 Subject: rpms/dvb-apps/devel dvb-apps.spec,1.6,1.7 Message-ID: <200608292018.k7TKIPkf013160@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143 Modified Files: dvb-apps.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.1.1-5 - Rebuild. Index: dvb-apps.spec =================================================================== RCS file: /cvs/extras/rpms/dvb-apps/devel/dvb-apps.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- dvb-apps.spec 18 May 2006 20:56:23 -0000 1.6 +++ dvb-apps.spec 29 Aug 2006 20:18:23 -0000 1.7 @@ -1,6 +1,6 @@ Name: dvb-apps Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Utility, demo and test applications using the Linux DVB API Group: Applications/Multimedia @@ -74,6 +74,9 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.1.1-5 +- Rebuild. + * Thu May 18 2006 Ville Skytt?? - 1.1.1-4 - Include ATSC initial tuning data files. From fedora-extras-commits at redhat.com Tue Aug 29 20:20:33 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:20:33 -0700 Subject: rpms/epiphany-extensions/devel .cvsignore, 1.10, 1.11 epiphany-extensions.spec, 1.9, 1.10 sources, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608292020.k7TKKaAQ013245@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13224 Modified Files: .cvsignore epiphany-extensions.spec sources Removed Files: needs.rebuild Log Message: * Tue Aug 29 2006 Christopher Aillon 2.15.2-1 - Update to 2.15.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 16 Apr 2006 16:26:55 -0000 1.10 +++ .cvsignore 29 Aug 2006 20:20:33 -0000 1.11 @@ -1 +1 @@ -epiphany-extensions-2.14.1.tar.bz2 +epiphany-extensions-2.15.2.tar.bz2 Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- epiphany-extensions.spec 16 Apr 2006 16:26:55 -0000 1.9 +++ epiphany-extensions.spec 29 Aug 2006 20:20:33 -0000 1.10 @@ -1,8 +1,8 @@ -%define ephy_major 2.14.1 +%define ephy_major 2.15.92 Summary: Extensions for Epiphany, the GNOME web browser. Name: epiphany-extensions -Version: 2.14.1 +Version: 2.15.2 Release: 1 License: GPL Group: Applications/Internet @@ -49,6 +49,9 @@ %{_libdir}/epiphany %changelog +* Tue Aug 29 2006 Christopher Aillon 2.15.2-1 +- Update to 2.15.2 + * Sun Apr 16 2006 Ignacio Vazquez-Abrams 2.14.1-1 - Upstream update Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Apr 2006 16:26:55 -0000 1.10 +++ sources 29 Aug 2006 20:20:33 -0000 1.11 @@ -1 +1 @@ -8be9c522284b0a9d7ba2797e141cf26e epiphany-extensions-2.14.1.tar.bz2 +2ec568adefdec0b59d42153d38b9357b epiphany-extensions-2.15.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 20:28:12 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:28:12 -0700 Subject: rpms/epiphany-extensions/devel epiphany-extensions.spec,1.10,1.11 Message-ID: <200608292028.k7TKSEq2013329@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13312 Modified Files: epiphany-extensions.spec Log Message: fix buildrequires Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- epiphany-extensions.spec 29 Aug 2006 20:20:33 -0000 1.10 +++ epiphany-extensions.spec 29 Aug 2006 20:28:12 -0000 1.11 @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: epiphany-devel >= %{ephy_major} +BuildRequires: perl-XML-Parser Requires: epiphany >= %{ephy_major} Requires(post): scrollkeeper Requires(postun): scrollkeeper From fedora-extras-commits at redhat.com Tue Aug 29 20:33:42 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 13:33:42 -0700 Subject: rpms/freedroid/devel freedroid.spec,1.8,1.9 Message-ID: <200608292033.k7TKXikG013417@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13400 Modified Files: freedroid.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 1.0.2-6 - Move data files from %{_datadir}/games/freedroid to %{_datadir}/freedroid. Index: freedroid.spec =================================================================== RCS file: /cvs/extras/rpms/freedroid/devel/freedroid.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- freedroid.spec 21 Feb 2006 19:09:31 -0000 1.8 +++ freedroid.spec 29 Aug 2006 20:33:42 -0000 1.9 @@ -1,6 +1,6 @@ Name: freedroid Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Clone of the C64 game Paradroid Group: Amusements/Games @@ -39,14 +39,14 @@ %build -%configure --datadir=%{_datadir}/games --disable-dependency-tracking +%configure --disable-dependency-tracking make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT%{_datadir}/games/freedroid/mac-osx +rm -rf $RPM_BUILD_ROOT%{_datadir}/freedroid/mac-osx desktop-file-install \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ @@ -74,11 +74,14 @@ %attr(0755,root,root) %{_bindir}/freedroid %{_datadir}/applications/*freedroid.desktop %{_datadir}/icons/hicolor/32x32/apps/freedroid.png -%{_datadir}/games/freedroid/ +%{_datadir}/freedroid/ %{_mandir}/man6/freedroid.6* %changelog +* Tue Aug 29 2006 Ville Skytt?? - 1.0.2-6 +- Move data files from %%{_datadir}/games/freedroid to %%{_datadir}/freedroid. + * Tue Feb 21 2006 Ville Skytt?? - 1.0.2-5 - Fix crash when the config file cannot be read/written to (#182280). - Install icon to %%{_datadir}/icons/hicolor, update GTK icon cache at From fedora-extras-commits at redhat.com Tue Aug 29 20:34:07 2006 From: fedora-extras-commits at redhat.com (Christopher Aillon (caillon)) Date: Tue, 29 Aug 2006 13:34:07 -0700 Subject: rpms/epiphany-extensions/devel epiphany-extensions.spec,1.11,1.12 Message-ID: <200608292034.k7TKY9xP013477@cvs-int.fedora.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13457 Modified Files: epiphany-extensions.spec Log Message: fix buildrequires Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- epiphany-extensions.spec 29 Aug 2006 20:28:12 -0000 1.11 +++ epiphany-extensions.spec 29 Aug 2006 20:34:07 -0000 1.12 @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: epiphany-devel >= %{ephy_major} BuildRequires: perl-XML-Parser +BuildRequires: gettext Requires: epiphany >= %{ephy_major} Requires(post): scrollkeeper Requires(postun): scrollkeeper From fedora-extras-commits at redhat.com Tue Aug 29 20:46:05 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 13:46:05 -0700 Subject: rpms/linux-libertine-fonts/devel .cvsignore, 1.2, 1.3 linux-libertine-fonts.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608292046.k7TKk7eB013565@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/linux-libertine-fonts/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13539 Modified Files: .cvsignore linux-libertine-fonts.spec sources Log Message: * Tue Aug 29 2006 Frank Arnold 2.1.0-1 - Updated to 2.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Mar 2006 07:45:42 -0000 1.2 +++ .cvsignore 29 Aug 2006 20:46:05 -0000 1.3 @@ -1 +1 @@ -LinLibertineSRC-2.0.4-6.tgz +LinLibertineSRC-2.1.0.tgz Index: linux-libertine-fonts.spec =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/linux-libertine-fonts.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linux-libertine-fonts.spec 1 Mar 2006 07:45:42 -0000 1.1 +++ linux-libertine-fonts.spec 29 Aug 2006 20:46:05 -0000 1.2 @@ -2,13 +2,13 @@ %define fontdir %{_datadir}/fonts/linux-libertine Name: linux-libertine-fonts -Version: 2.0.4 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Linux Libertine Open Fonts Group: User Interface/X License: GPL URL: http://linuxlibertine.sf.net -Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}-6.tgz +Source: http://dl.sf.net/linuxlibertine/%{archivename}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: fontforge @@ -68,13 +68,16 @@ %files %defattr(644,root,root,755) -%doc BUGS ChangeLog.txt README gpl.txt *.pdf +%doc Bugs ChangeLog.txt Readme gpl.txt *.pdf %dir %{fontdir} %{fontdir}/*.ttf %ghost %{fontdir}/fonts.cache-1 %changelog +* Tue Aug 29 2006 Frank Arnold 2.1.0-1 +- Updated to 2.1.0 + * Tue Feb 28 2006 Frank Arnold 2.0.4-2 - Named back to linux-libertine-fonts Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux-libertine-fonts/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Mar 2006 07:45:42 -0000 1.2 +++ sources 29 Aug 2006 20:46:05 -0000 1.3 @@ -1 +1 @@ -d0fcc8c7b01f5b587592840a3f7564a0 LinLibertineSRC-2.0.4-6.tgz +d177bee2f49a05dd07cdf908e8937641 LinLibertineSRC-2.1.0.tgz From fedora-extras-commits at redhat.com Tue Aug 29 20:58:19 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 13:58:19 -0700 Subject: rpms/libgalago/devel libgalago.spec,1.7,1.8 Message-ID: <200608292058.k7TKwLei013697@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13678 Modified Files: libgalago.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.5.1-7 - Rebuild for FC6. Index: libgalago.spec =================================================================== RCS file: /cvs/extras/rpms/libgalago/devel/libgalago.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libgalago.spec 27 Jul 2006 15:17:47 -0000 1.7 +++ libgalago.spec 29 Aug 2006 20:58:19 -0000 1.8 @@ -1,6 +1,6 @@ Name: libgalago Version: 0.5.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Galago presence library Group: System Environment/Libraries @@ -28,7 +28,7 @@ %package devel -Summary: Development libraries and headers for libgalago +Summary: Development files for %{name} Group: Development/Libraries Requires: dbus-devel Requires: dbus-glib-devel @@ -37,7 +37,8 @@ %description devel -Libararies and header file for developing against libgalago. +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. %prep @@ -53,10 +54,10 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} -rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_datadir}/autopackage/skeletons/@galago.info/%{name}/skeleton.1 @@ -85,6 +86,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.5.1-7 +- Rebuild for FC6. + * Thu Jul 27 2006 Brian Pepple - 0.5.1-6 - Add BR on dbus-glib-devel. From fedora-extras-commits at redhat.com Tue Aug 29 21:00:06 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:00:06 -0700 Subject: rpms/adplug/devel adplug.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608292100.k7TL08t6013821@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/adplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13756 Modified Files: adplug.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: adplug.spec =================================================================== RCS file: /cvs/extras/rpms/adplug/devel/adplug.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- adplug.spec 25 Jul 2006 19:45:04 -0000 1.2 +++ adplug.spec 29 Aug 2006 21:00:05 -0000 1.3 @@ -3,7 +3,7 @@ Name: adplug Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A software library for AdLib (OPL2) emulation URL: http://adplug.sourceforge.net/ Group: Applications/Multimedia @@ -90,6 +90,9 @@ %{_infodir}/*.gz %changelog +* Tue Aug 29 2006 Linus Walleij 2.0.1-2 +- Rebuild for Fedora Extras 6. + * Tue Jul 25 2006 Linus Walleij 2.0.1-1 - New upstream version, including several security fixes. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:02:22 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:02:22 -0700 Subject: rpms/gnomad2/devel gnomad2.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608292102.k7TL2tr9016537@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnomad2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16515 Modified Files: gnomad2.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: gnomad2.spec =================================================================== RCS file: /cvs/extras/rpms/gnomad2/devel/gnomad2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnomad2.spec 25 Jul 2006 14:25:58 -0000 1.9 +++ gnomad2.spec 29 Aug 2006 21:02:22 -0000 1.10 @@ -10,7 +10,7 @@ Name: gnomad2 Version: 2.8.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A GNOME 2.0 client for the Creative Jukeboxes and Dell DJs License: GPL @@ -79,6 +79,8 @@ %doc AUTHORS NEWS README COPYING ChangeLog %changelog +* Tue Aug 29 2006 Linus Walleij 2.8.6-4 +- Rebuild for Fedora Extras 6. * Tue Jul 25 2006 Linus Walleij 2.8.6-3 - Fix buildrequires and upgrade path by version bump. * Tue Jul 25 2006 Linus Walleij 2.8.6-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:05:32 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:05:32 -0700 Subject: rpms/nomadsync/devel nomadsync.spec,1.5,1.6 needs.rebuild,1.1,NONE Message-ID: <200608292105.k7TL5YS8016671@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/nomadsync/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16653 Modified Files: nomadsync.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: nomadsync.spec =================================================================== RCS file: /cvs/extras/rpms/nomadsync/devel/nomadsync.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nomadsync.spec 15 Mar 2006 21:53:58 -0000 1.5 +++ nomadsync.spec 29 Aug 2006 21:05:32 -0000 1.6 @@ -12,7 +12,7 @@ Name: nomadsync Version: 0.4.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A music synchronization program form portable audio players URL: http://nomadsync.sourceforge.net/ Group: Applications/Multimedia @@ -95,6 +95,9 @@ %doc ChangeLog authors copying readme %changelog +* Tue Aug 29 2006 Linus Walleij 0.4.2-13 +- Rebuild for Fedora Extras 6. + * Wed Mar 15 2006 Linus Walleij 0.4.2-12 - Iteratively adding patches to find problems. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:07:47 2006 From: fedora-extras-commits at redhat.com (Linus Walleij (snirkel)) Date: Tue, 29 Aug 2006 14:07:47 -0700 Subject: rpms/gnokii/devel gnokii.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608292107.k7TL7njG016754@cvs-int.fedora.redhat.com> Author: snirkel Update of /cvs/extras/rpms/gnokii/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16737 Modified Files: gnokii.spec Removed Files: needs.rebuild Log Message: Mass rebuild for FC6. Index: gnokii.spec =================================================================== RCS file: /cvs/extras/rpms/gnokii/devel/gnokii.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnokii.spec 11 Aug 2006 22:08:32 -0000 1.6 +++ gnokii.spec 29 Aug 2006 21:07:47 -0000 1.7 @@ -2,7 +2,7 @@ Name: gnokii Version: 0.6.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux/Unix tool suite for various mobile phones Group: Applications/Communications @@ -260,6 +260,9 @@ %{_libdir}/pkgconfig/xgnokii.pc %changelog +* Tue Aug 29 2006 Linus Walleij - 0.6.13-3 +- Rebuild for Fedora Extras 6. + * Fri Aug 11 2006 Linus Walleij - 0.6.13-2 - Bump because tagged before committing sources and I just dont know how the f* you delete a tag in CVS at the moment --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:10:01 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:10:01 -0700 Subject: rpms/pscan/devel pscan.spec,1.3,1.4 Message-ID: <200608292110.k7TLA3Yu016828@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pscan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16811 Modified Files: pscan.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.2-3 - Rebuild. Index: pscan.spec =================================================================== RCS file: /cvs/extras/rpms/pscan/devel/pscan.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pscan.spec 16 Feb 2006 21:42:15 -0000 1.3 +++ pscan.spec 29 Aug 2006 21:10:01 -0000 1.4 @@ -1,6 +1,6 @@ Name: pscan Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Limited problem scanner for C source files Group: Development/Tools @@ -44,6 +44,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.2-3 +- Rebuild. + * Thu Feb 16 2006 Ville Skytt?? - 1.2-2 - Sync with Debian's 1.2-5. From fedora-extras-commits at redhat.com Tue Aug 29 21:11:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:11:02 -0700 Subject: rpms/libgalago/devel needs.rebuild,1.1,NONE Message-ID: <200608292111.k7TLB4be016892@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/libgalago/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16877 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:12:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:12:19 -0700 Subject: rpms/id3v2/devel id3v2.spec,1.8,1.9 Message-ID: <200608292112.k7TLCLC0016953@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16936 Modified Files: id3v2.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.1.11-4 - Rebuild. Index: id3v2.spec =================================================================== RCS file: /cvs/extras/rpms/id3v2/devel/id3v2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- id3v2.spec 18 Feb 2006 14:23:48 -0000 1.8 +++ id3v2.spec 29 Aug 2006 21:12:19 -0000 1.9 @@ -1,6 +1,6 @@ Name: id3v2 Version: 0.1.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command line id3v2 tag editor Group: Applications/Multimedia @@ -45,6 +45,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.1.11-4 +- Rebuild. + * Sat Feb 18 2006 Ville Skytt?? - 0.1.11-3 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 21:12:16 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:12:16 -0700 Subject: rpms/galago-daemon/devel galago-daemon.spec,1.4,1.5 Message-ID: <200608292112.k7TLCIJm016933@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16913 Modified Files: galago-daemon.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.5.0-6 - Rebuilt for FC6. Index: galago-daemon.spec =================================================================== RCS file: /cvs/extras/rpms/galago-daemon/devel/galago-daemon.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- galago-daemon.spec 27 Jul 2006 14:05:55 -0000 1.4 +++ galago-daemon.spec 29 Aug 2006 21:12:16 -0000 1.5 @@ -1,6 +1,6 @@ Name: galago-daemon Version: 0.5.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Galago presence daemon Group: System Environment/Daemons @@ -45,6 +45,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.5.0-6 +- Rebuilt for FC6. + * Thu Jul 27 2006 Brian Pepple - 0.5.0-5 - Rebuild because of dbus soname change. From fedora-extras-commits at redhat.com Tue Aug 29 21:14:35 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:14:35 -0700 Subject: rpms/http_ping/devel http_ping.spec,1.9,1.10 Message-ID: <200608292114.k7TLEbDU017076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17059 Modified Files: http_ping.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 20050629-4 - Rebuild. Index: http_ping.spec =================================================================== RCS file: /cvs/extras/rpms/http_ping/devel/http_ping.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- http_ping.spec 16 Feb 2006 17:59:41 -0000 1.9 +++ http_ping.spec 29 Aug 2006 21:14:35 -0000 1.10 @@ -1,6 +1,6 @@ Name: http_ping Version: 20050629 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HTTP latency measuring utility Group: Applications/Internet @@ -47,6 +47,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 20050629-4 +- Rebuild. + * Thu Feb 16 2006 Ville Skytt?? - 20050629-3 - Convert man page to UTF-8. From fedora-extras-commits at redhat.com Tue Aug 29 21:16:47 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:16:47 -0700 Subject: rpms/python-psycopg2 - New directory Message-ID: <200608292116.k7TLGnV6017173@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17147/python-psycopg2 Log Message: Directory /cvs/extras/rpms/python-psycopg2 added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 21:16:48 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:16:48 -0700 Subject: rpms/python-psycopg2/devel - New directory Message-ID: <200608292116.k7TLGoBv017176@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17147/python-psycopg2/devel Log Message: Directory /cvs/extras/rpms/python-psycopg2/devel added to the repository From fedora-extras-commits at redhat.com Tue Aug 29 21:17:11 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:17:11 -0700 Subject: rpms/python-psycopg2/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608292117.k7TLHDCp017230@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17192/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-psycopg2 --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue Aug 29 21:17:10 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:17:10 -0700 Subject: rpms/python-psycopg2 Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608292117.k7TLHCBK017227@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17192 Added Files: Makefile import.log Log Message: Setup of module python-psycopg2 --- NEW FILE Makefile --- # Top level Makefile for module python-psycopg2 all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue Aug 29 21:17:44 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:17:44 -0700 Subject: rpms/hddtemp/devel hddtemp.spec,1.17,1.18 Message-ID: <200608292117.k7TLHkeq017268@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17251 Modified Files: hddtemp.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 - Rebuild. Index: hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/hddtemp/devel/hddtemp.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- hddtemp.spec 3 May 2006 18:07:11 -0000 1.17 +++ hddtemp.spec 29 Aug 2006 21:17:43 -0000 1.18 @@ -2,7 +2,7 @@ Name: hddtemp Version: 0.3 -Release: 0.8.%{beta}%{?dist} +Release: 0.9.%{beta}%{?dist} Summary: Hard disk temperature tool Group: Applications/System @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.3-0.9.beta15 +- Rebuild. + * Wed May 3 2006 Ville Skytt?? - 0.3-0.8.beta15 - 0.3-beta15, drive database 2006-04-26. - Specfile cleanups. From fedora-extras-commits at redhat.com Tue Aug 29 21:18:41 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:18:41 -0700 Subject: rpms/python-psycopg2 import.log,1.1,1.2 Message-ID: <200608292118.k7TLIhZa017355@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17322 Modified Files: import.log Log Message: auto-import python-psycopg2-2.0.3-3 on branch devel from python-psycopg2-2.0.3-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2006 21:17:10 -0000 1.1 +++ import.log 29 Aug 2006 21:18:41 -0000 1.2 @@ -0,0 +1 @@ +python-psycopg2-2_0_3-3:HEAD:python-psycopg2-2.0.3-3.src.rpm:1156886319 From fedora-extras-commits at redhat.com Tue Aug 29 21:18:42 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:18:42 -0700 Subject: rpms/python-psycopg2/devel python-psycopg2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608292118.k7TLIiJX017360@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/rpms/python-psycopg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17322/devel Modified Files: .cvsignore sources Added Files: python-psycopg2.spec Log Message: auto-import python-psycopg2-2.0.3-3 on branch devel from python-psycopg2-2.0.3-3.src.rpm --- NEW FILE python-psycopg2.spec --- # Python major version. %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define ZPsycopgDAdir %{_localstatedir}/lib/zope/Products/ZPsycopgDA Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.3 Release: 3%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Url: http://www.initd.org/software/initd/psycopg BuildRequires: python-devel postgresql-devel Requires: postgresql-libs %description psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) It was written from scratch with the aim of being very small and fast, and stable as a rock. The main advantages of psycopg are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. %package doc Summary: Documentation for psycopg python PostgreSQL database adapter Group: Documentation Requires: %{name} = %{version}-%{release} %description doc Documentation and example files for the psycopg python PostgreSQL database adapter. %package zope Summary: Zope Database Adapter ZPsycopgDA Group: Applications/Databases Requires: %{name} = %{version}-%{release} zope %description zope Zope Database Adapter for PostgreSQL, called ZPsycopgDA %prep %setup -q -n psycopg2-%{version} %build python setup.py build # Fix for wrong-file-end-of-line-encoding problem; upstream also must fix this. for i in `find doc -iname "*.html"`; do sed -i 's/\r//' $i; done for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done %install rm -Rf %{buildroot} mkdir -p %{buildroot}%{python_sitearch}/psycopg2 python setup.py install --no-compile --root %{buildroot} install -d %{buildroot}%{ZPsycopgDAdir} cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc AUTHORS ChangeLog INSTALL LICENSE MANIFEST README %dir %{python_sitearch}/psycopg2 %{python_sitearch}/psycopg2/*.py %{python_sitearch}/psycopg2/*.pyc %{python_sitearch}/psycopg2/*.so %ghost %{python_sitearch}/psycopg2/*.pyo %files doc %defattr(-,root,root) %doc doc examples/ %files zope %defattr(-,root,root) %dir %{ZPsycopgDAdir} %{ZPsycopgDAdir}/*.py %ghost %{ZPsycopgDAdir}/*.pyo %{ZPsycopgDAdir}/*.pyc %{ZPsycopgDAdir}/dtml/* %{ZPsycopgDAdir}/icons/* %changelog * Sun Aug 6 2006 - Devrim GUNDUZ 2.0.3-3 - Fixed zope package dependencies and macro definition, per bugzilla review (#199784) - Fixed zope package directory ownership, per bugzilla review (#199784) - Fixed cp usage for zope subpackage, per bugzilla review (#199784) * Mon Jul 31 2006 - Devrim GUNDUZ 2.0.3-2 - Fixed 64 bit builds - Fixed license - Added Zope subpackage - Fixed typo in doc description - Added macro for zope subpackage dir * Mon Jul 31 2006 - Devrim GUNDUZ 2.0.3-1 - Update to 2.0.3 - Fixed spec file, per bugzilla review (#199784) * Sat Jul 22 2006 - Devrim GUNDUZ 2.0.2-3 - Removed python dependency, per bugzilla review. (#199784) - Changed doc package group, per bugzilla review. (#199784) - Replaced dos2unix with sed, per guidelines and bugzilla review (#199784) - Fix changelog dates * Sat Jul 21 2006 - Devrim GUNDUZ 2.0.2-2 - Added dos2unix to buildrequires - removed python related part from package name * Fri Jul 20 2006 - Devrim GUNDUZ 2.0.2-1 - Fix rpmlint errors, including dos2unix solution - Re-engineered spec file * Fri Jan 23 2006 - Devrim GUNDUZ - First 2.0.X build * Fri Jan 23 2006 - Devrim GUNDUZ - Update to 1.2.21 * Tue Dec 06 2005 - Devrim GUNDUZ - Initial release for 1.1.20 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 29 Aug 2006 21:17:10 -0000 1.1 +++ .cvsignore 29 Aug 2006 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +psycopg2-2.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-psycopg2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 29 Aug 2006 21:17:10 -0000 1.1 +++ sources 29 Aug 2006 21:18:42 -0000 1.2 @@ -0,0 +1 @@ +74219613b9f5b187f4e476264e2c966c psycopg2-2.0.3.tar.gz From fedora-extras-commits at redhat.com Tue Aug 29 21:29:11 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:29:11 -0700 Subject: rpms/abcde/devel abcde.spec,1.11,1.12 Message-ID: <200608292129.k7TLTDPT017459@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17442 Modified Files: abcde.spec Log Message: * Tue Aug 29 2006 Ville Skytt?? - 2.3.99.6-2 - Change vorbis-tools and flac dependencies to Requires(hint), drop speex dependency. Index: abcde.spec =================================================================== RCS file: /cvs/extras/rpms/abcde/devel/abcde.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- abcde.spec 7 Aug 2006 21:10:25 -0000 1.11 +++ abcde.spec 29 Aug 2006 21:29:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: abcde Version: 2.3.99.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Better CD Encoder Group: Applications/Multimedia @@ -12,11 +12,10 @@ BuildArch: noarch Requires: cd-discid -Requires: vorbis-tools -Requires: flac Requires: cdparanoia Requires: wget -Requires: speex +Requires(hint): vorbis-tools +Requires(hint): flac %description abcde is a frontend command-line utility (actually, a shell script) @@ -56,6 +55,10 @@ %changelog +* Tue Aug 29 2006 Ville Skytt?? - 2.3.99.6-2 +- Change vorbis-tools and flac dependencies to Requires(hint), drop + speex dependency. + * Mon Aug 7 2006 Ville Skytt?? - 2.3.99.6-1 - 2.3.99.6. From fedora-extras-commits at redhat.com Tue Aug 29 21:30:47 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:30:47 -0700 Subject: rpms/rpmdevtools/devel needs.rebuild,1.1,NONE Message-ID: <200608292130.k7TLUnIf017554@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/rpmdevtools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17539 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:31:04 2006 From: fedora-extras-commits at redhat.com (Devrim GÃNDÃZ (devrim)) Date: Tue, 29 Aug 2006 14:31:04 -0700 Subject: owners owners.list,1.1466,1.1467 Message-ID: <200608292131.k7TLV6YO017573@cvs-int.fedora.redhat.com> Author: devrim Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17512 Modified Files: owners.list Log Message: Added an entry for psycopg2 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1466 retrieving revision 1.1467 diff -u -r1.1466 -r1.1467 --- owners.list 29 Aug 2006 19:29:35 -0000 1.1466 +++ owners.list 29 Aug 2006 21:31:03 -0000 1.1467 @@ -1603,6 +1603,7 @@ Fedora Extras|proj|Cartographic projection software (PROJ.4)|mccann0011 at hotmail.com|extras-qa at fedoraproject.org| Fedora Extras|prozilla|An advanced Linux download manager|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pscan|Limited problem scanner for C source files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Tue Aug 29 21:32:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:32:02 -0700 Subject: rpms/galago-daemon/devel needs.rebuild,1.1,NONE Message-ID: <200608292132.k7TLW4Vw017604@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/galago-daemon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17589 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:33:22 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:33:22 -0700 Subject: rpms/gkrellmms/devel gkrellmms.spec,1.10,1.11 Message-ID: <200608292133.k7TLXO34017652@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17635 Modified Files: gkrellmms.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 2.1.22-8 - Rebuild for FC6. Index: gkrellmms.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellmms/devel/gkrellmms.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gkrellmms.spec 19 Apr 2006 13:30:40 -0000 1.10 +++ gkrellmms.spec 29 Aug 2006 21:33:22 -0000 1.11 @@ -2,7 +2,7 @@ Name: gkrellmms Version: 2.1.22 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GKrellM XMMS plugin Group: Applications/Multimedia @@ -52,6 +52,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 2.1.22-8 +- Rebuild for FC6. + * Wed Apr 19 2006 Brian Pepple - 2.1.22-7 - Add requires for xmms due to change in xmms package. From fedora-extras-commits at redhat.com Tue Aug 29 21:34:47 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:34:47 -0700 Subject: rpms/daap-sharp/devel daap-sharp.spec,1.2,1.3 Message-ID: <200608292134.k7TLYndi017718@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/daap-sharp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17701 Modified Files: daap-sharp.spec Log Message: * Tue Aug 29 2006 Brian Pepple - 0.3.3-5 - Rebuild for FC6. Index: daap-sharp.spec =================================================================== RCS file: /cvs/extras/rpms/daap-sharp/devel/daap-sharp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- daap-sharp.spec 26 May 2006 17:58:14 -0000 1.2 +++ daap-sharp.spec 29 Aug 2006 21:34:47 -0000 1.3 @@ -1,6 +1,6 @@ Name: daap-sharp Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: DAAP (Digial Audio Access Protocol) implementation using Mono Group: System Environment/Libraries @@ -63,6 +63,9 @@ %changelog +* Tue Aug 29 2006 Brian Pepple - 0.3.3-5 +- Rebuild for FC6. + * Fri May 26 2006 Brian Pepple - 0.3.3-4 - Bump. From fedora-extras-commits at redhat.com Tue Aug 29 21:38:58 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 29 Aug 2006 14:38:58 -0700 Subject: fedora-security/audit fc5,1.301,1.302 fc6,1.47,1.48 Message-ID: <200608292138.k7TLcwp4017816@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17796 Modified Files: fc5 fc6 Log Message: Note the sendmail non issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.301 retrieving revision 1.302 diff -u -r1.301 -r1.302 --- fc5 29 Aug 2006 08:22:22 -0000 1.301 +++ fc5 29 Aug 2006 21:38:55 -0000 1.302 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql CVE-2006-4333 version (wireshark, fixed 0.99.3) [since FEDORA-2006-936] Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- fc6 29 Aug 2006 14:12:47 -0000 1.47 +++ fc6 29 Aug 2006 21:38:56 -0000 1.48 @@ -3,7 +3,7 @@ ** are items that need attention -CVE-2006-4434 ** (sendmail, fixed 8.13.8) +CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql CVE-2006-4333 VULNERABLE (wireshark, fixed 0.99.3) bz#204046 [fixed rawhide] From fedora-extras-commits at redhat.com Tue Aug 29 21:41:56 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 14:41:56 -0700 Subject: rpms/gnome-schedule/devel gnome-schedule.spec,1.1,1.2 Message-ID: <200608292141.k7TLfwow017874@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17847 Modified Files: gnome-schedule.spec Log Message: * Tue Aug 29 2006 Frank Arnold 1.0.0-2 - Added BuildRequires intltool for reduced mock setup Index: gnome-schedule.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-schedule/devel/gnome-schedule.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome-schedule.spec 26 Feb 2006 20:48:52 -0000 1.1 +++ gnome-schedule.spec 29 Aug 2006 21:41:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: gnome-schedule Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: A GTK+ based user interface for cron and at Group: Applications/System @@ -12,7 +12,8 @@ BuildRequires: pygtk2-devel >= 2.6 BuildRequires: gnome-doc-utils >= 0.3.2 -BuildRequires: glib2-devel gettext desktop-file-utils at vixie-cron +BuildRequires: glib2-devel gettext desktop-file-utils intltool +BuildRequires: at vixie-cron Requires: pygtk2-libglade >= 2.6 Requires: gnome-python2-applet gnome-python2-gconf at vixie-cron Requires(post): scrollkeeper @@ -75,5 +76,8 @@ %changelog +* Tue Aug 29 2006 Frank Arnold 1.0.0-2 +- Added BuildRequires intltool for reduced mock setup + * Mon Jan 02 2006 Frank Arnold 1.0.0-1 - Initial RPM release From fedora-extras-commits at redhat.com Tue Aug 29 21:43:18 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:43:18 -0700 Subject: rpms/ksensors/devel ksensors.spec,1.11,1.12 Message-ID: <200608292143.k7TLhKjZ017909@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17890 Modified Files: ksensors.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.7.3-6 - Rebuild. Index: ksensors.spec =================================================================== RCS file: /cvs/extras/rpms/ksensors/devel/ksensors.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ksensors.spec 15 Feb 2006 20:22:49 -0000 1.11 +++ ksensors.spec 29 Aug 2006 21:43:17 -0000 1.12 @@ -1,6 +1,6 @@ Name: ksensors Version: 0.7.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: KDE frontend to lm_sensors Group: Applications/System @@ -11,6 +11,7 @@ Patch1: %{name}-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# lm_sensors available for these only; report a bug if something's missing ExclusiveArch: %{ix86} x86_64 alpha BuildRequires: kdelibs-devel BuildRequires: lm_sensors-devel @@ -69,6 +70,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.7.3-6 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 0.7.3-5 - Rebuild. From fedora-extras-commits at redhat.com Tue Aug 29 21:46:33 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 14:46:33 -0700 Subject: rpms/gkrellmms/devel needs.rebuild,1.1,NONE Message-ID: <200608292146.k7TLkZLB018036@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gkrellmms/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18021 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:51:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:51:07 -0700 Subject: rpms/kid3/devel kid3.spec,1.10,1.11 Message-ID: <200608292151.k7TLp93B018163@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18146 Modified Files: kid3.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.7-2 - Rebuild. Index: kid3.spec =================================================================== RCS file: /cvs/extras/rpms/kid3/devel/kid3.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kid3.spec 29 Jun 2006 18:48:38 -0000 1.10 +++ kid3.spec 29 Aug 2006 21:51:07 -0000 1.11 @@ -1,6 +1,6 @@ Name: kid3 Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Efficient ID3 tag editor Group: Applications/Multimedia @@ -81,6 +81,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.7-2 +- Rebuild. + * Thu Jun 29 2006 Ville Skytt?? - 0.7-1 - 0.7, build with libtunepimp. - Patch to register as a handler for more media types. From fedora-extras-commits at redhat.com Tue Aug 29 21:56:45 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 14:56:45 -0700 Subject: rpms/ctapi-common/devel needs.rebuild,1.1,NONE Message-ID: <200608292156.k7TLulUU018244@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ctapi-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18229 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:59:19 2006 From: fedora-extras-commits at redhat.com (Frank Arnold (farnold)) Date: Tue, 29 Aug 2006 14:59:19 -0700 Subject: rpms/gnome-schedule/devel needs.rebuild,1.1,NONE Message-ID: <200608292159.k7TLxLI9018281@cvs-int.fedora.redhat.com> Author: farnold Update of /cvs/extras/rpms/gnome-schedule/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18260 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and removed needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 21:59:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:49 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.15,1.16 Message-ID: <200608292200.k7TM0LOp018344@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/devel Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.15 +++ gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -89,7 +89,8 @@ %changelog -* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +- Fixed a silly typo - Added Perl-XML-Parser for ppc architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 From fedora-extras-commits at redhat.com Tue Aug 29 21:59:48 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:48 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.13,1.14 Message-ID: <200608292200.k7TM0Kwk018338@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/FC-4 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gdesklets.spec 29 Aug 2006 10:07:03 -0000 1.13 +++ gdesklets.spec 29 Aug 2006 21:59:48 -0000 1.14 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -12,7 +12,7 @@ BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0, perl-XML-Parser #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils @@ -87,7 +87,8 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-11 +* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-12 +- Fixed a silly typo - Add Perl-XML-Parser to compile on PPC architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 From fedora-extras-commits at redhat.com Tue Aug 29 21:59:49 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Tue, 29 Aug 2006 14:59:49 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.17,1.18 Message-ID: <200608292200.k7TM0L8A018341@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18287/FC-5 Modified Files: gdesklets.spec Log Message: updated spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 29 Aug 2006 08:14:35 -0000 1.17 +++ gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.18 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -89,7 +89,8 @@ %changelog -* Mon Aug 28 2006 Luya Tshimbalanga - 0.35-3-11 +* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +- Fixed a silly typo - Added Perl-XML-Parser for ppc architecture * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 From fedora-extras-commits at redhat.com Tue Aug 29 22:01:07 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 15:01:07 -0700 Subject: rpms/html401-dtds/devel needs.rebuild,1.1,NONE Message-ID: <200608292201.k7TM19qr020972@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/html401-dtds/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20872 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:14:25 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:14:25 -0700 Subject: rpms/conglomerate/devel conglomerate.spec,1.7,1.8 Message-ID: <200608292214.k7TMERT6021403@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21386 Modified Files: conglomerate.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 0.9.1-2 - Rebuild for FE6 Index: conglomerate.spec =================================================================== RCS file: /cvs/extras/rpms/conglomerate/devel/conglomerate.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- conglomerate.spec 18 Feb 2006 12:58:18 -0000 1.7 +++ conglomerate.spec 29 Aug 2006 22:14:25 -0000 1.8 @@ -1,6 +1,6 @@ Name: conglomerate Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extensible XML Editor @@ -105,7 +105,10 @@ %changelog -* Sat Feb 18 2006 Jos?? Matos - 0.9.1-1 +* Tue Aug 29 2006 Jos?? Matos - 0.9.1-2 +- Rebuild for FE6 + +* Sat Feb 18 2006 Jos?? Matos - 0.9.1-1 - Update to version 0.9.1 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Tue Aug 29 22:15:53 2006 From: fedora-extras-commits at redhat.com (John Clark Williams (jcwillia)) Date: Tue, 29 Aug 2006 15:15:53 -0700 Subject: mock mock.spec,1.16.2.9,1.16.2.10 Message-ID: <200608292215.k7TMFrMm021472@cvs-int.fedora.redhat.com> Author: jcwillia Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21454 Modified Files: Tag: mock-0-6-branch mock.spec Log Message: fixed typo in logic for creating default.cfg on install Index: mock.spec =================================================================== RCS file: /cvs/fedora/mock/mock.spec,v retrieving revision 1.16.2.9 retrieving revision 1.16.2.10 diff -u -r1.16.2.9 -r1.16.2.10 --- mock.spec 29 Aug 2006 19:56:45 -0000 1.16.2.9 +++ mock.spec 29 Aug 2006 22:15:51 -0000 1.16.2.10 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.4 +Version: 0.6.5 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -38,8 +38,12 @@ if [ ! -f default.cfg ]; then if [ -f fedora-development-%{_target_cpu}-core.cfg ]; then ln -s fedora-development-%{_target_cpu}-core.cfg default.cfg - else + elif [ -f fedora-devel-%{_target_cpu}-core.cfg ]; then + ln -s fedora-devel-%{_target_cpu}-core.cfg default.cfg + elif [ -f fedora-development-i386-core.cfg ]; then ln -s fedora-development-i386-core.cfg default.cfg + elif [ -f fedora-devel-i386-core.cfg ]; then + ln -s fedora-devel-i386-core.cfg default.cfg fi fi From fedora-extras-commits at redhat.com Tue Aug 29 22:28:59 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:28:59 -0700 Subject: rpms/python-imaging/devel python-imaging.spec,1.10,1.11 Message-ID: <200608292229.k7TMT1Ro021581@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21564 Modified Files: python-imaging.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 - Rebuild for FE6 - Clean package, no need for python-abi requirement and ghost pyo files Index: python-imaging.spec =================================================================== RCS file: /cvs/extras/rpms/python-imaging/devel/python-imaging.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-imaging.spec 6 Apr 2006 17:21:35 -0000 1.10 +++ python-imaging.spec 29 Aug 2006 22:28:59 -0000 1.11 @@ -5,7 +5,7 @@ Summary: Python's own image processing library Name: python-imaging Version: 1.1.5 -Release: 5%{?dist} +Release: 6%{?dist} License: Distributable Group: Development/Languages @@ -19,7 +19,6 @@ BuildRequires: python-devel, libjpeg-devel, zlib-devel, freetype-devel BuildRequires: tkinter, tk-devel -Requires: python-abi = %{pyver} Requires: libjpeg Requires: zlib Requires: freetype @@ -95,9 +94,7 @@ %{python_sitearch}/PIL.pth %dir %{python_sitearch}/PIL %{python_sitearch}/PIL/*.so -%{python_sitearch}/PIL/*.py -%{python_sitearch}/PIL/*.pyc -%ghost %{python_sitearch}/PIL/*.pyo +%{python_sitearch}/PIL/*.py* %files devel %defattr (0644,root,root,755) @@ -106,19 +103,23 @@ %changelog -* Thu Apr 6 2006 Jos?? Matos - 1.1.5-5 +* Tue Aug 29 2006 Jos?? Matos - 1.1.5-6 +- Rebuild for FE6 +- Clean package, no need for python-abi requirement and ghost pyo files + +* Thu Apr 6 2006 Jos?? Matos - 1.1.5-5 - Rebuild because of #187739 -* Tue Apr 4 2006 Jos?? Matos - 1.1.5-4 +* Tue Apr 4 2006 Jos?? Matos - 1.1.5-4 - Rebuild -* Tue Apr 4 2006 Jos?? Matos - 1.1.5-3 +* Tue Apr 4 2006 Jos?? Matos - 1.1.5-3 - Restore gif transparency patch. (bug #187875) -* Sun Apr 2 2006 Jos?? Matos - 1.1.5-2 +* Sun Apr 2 2006 Jos?? Matos - 1.1.5-2 - Fix bug #185203 (Thanks to Rick L Vinyard Jr) -* Sun Mar 5 2006 Jos?? Matos - 1.1.5-1 +* Sun Mar 5 2006 Jos?? Matos - 1.1.5-1 - Update to 1.1.5 * Sun May 22 2005 Jeremy Katz - 1.1.4-9 From fedora-extras-commits at redhat.com Tue Aug 29 22:31:11 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:31:11 -0700 Subject: rpms/conglomerate/devel needs.rebuild,1.1,NONE Message-ID: <200608292231.k7TMVDpY021667@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/conglomerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21652 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:38:08 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:38:08 -0700 Subject: rpms/fftw2/devel fftw2.spec,1.4,1.5 Message-ID: <200608292238.k7TMcAnf021736@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21719 Modified Files: fftw2.spec Log Message: * Tue Aug 29 2006 Jos?? Matos - 2.1.5-13 - Rebuild for FE6 Index: fftw2.spec =================================================================== RCS file: /cvs/extras/rpms/fftw2/devel/fftw2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fftw2.spec 18 Feb 2006 09:57:52 -0000 1.4 +++ fftw2.spec 29 Aug 2006 22:38:08 -0000 1.5 @@ -1,6 +1,6 @@ Name: fftw2 Version: 2.1.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Fast Fourier Transform library %define real_name fftw @@ -115,16 +115,19 @@ %changelog -* Sat Feb 18 2006 Jos?? Matos - 2.1.5-12 +* Tue Aug 29 2006 Jos?? Matos - 2.1.5-13 +- Rebuild for FE6 + +* Sat Feb 18 2006 Jos?? Matos - 2.1.5-12 - Rebuild for FC-5. -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-11 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-11 - Fix incomplete substitution -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-10 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-10 - Add disttag to release. -* Wed Feb 1 2006 Jos?? Matos - 2.1.5-9 +* Wed Feb 1 2006 Jos?? Matos - 2.1.5-9 - Rename package to fftw2. * Mon May 23 2005 Michael Schwendt - 2.1.5-8 From fedora-extras-commits at redhat.com Tue Aug 29 22:39:34 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:34 -0700 Subject: kadischi/rc readonly-halt,1.6,1.7 Message-ID: <200608292239.k7TMdYfI021844@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/rc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/rc Modified Files: readonly-halt Log Message: Fix shutdown process after initramfs changes Index: readonly-halt =================================================================== RCS file: /cvs/devel/kadischi/rc/readonly-halt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- readonly-halt 31 Jul 2006 02:54:15 -0000 1.6 +++ readonly-halt 29 Aug 2006 22:39:31 -0000 1.7 @@ -35,6 +35,51 @@ chmod 600 /var/lib/random-seed runcmd $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null +# Sync the system clock. +ARC=0 +SRM=0 +UTC=0 + +if [ -f /etc/sysconfig/clock ]; then + . /etc/sysconfig/clock + + # convert old style clock config to new values + if [ "${CLOCKMODE}" = "GMT" ]; then + UTC=true + elif [ "${CLOCKMODE}" = "ARC" ]; then + ARC=true + fi +fi + +CLOCKDEF="" +CLOCKFLAGS="$CLOCKFLAGS --systohc" + +case "$UTC" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -u"; + CLOCKDEF="$CLOCKDEF (utc)"; + ;; + no|false) + CLOCKFLAGS="$CLOCKFLAGS --localtime"; + CLOCKDEF="$CLOCKDEF (localtime)"; + ;; +esac + +case "$ARC" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -A"; + CLOCKDEF="$CLOCKDEF (arc)"; + ;; +esac +case "$SRM" in + yes|true) + CLOCKFLAGS="$CLOCKFLAGS -S"; + CLOCKDEF="$CLOCKDEF (srm)"; + ;; +esac + +runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS + # backup configs and docs # mount mtab on ramfs @@ -44,29 +89,28 @@ # See which runlevel we are in here. RUNLEVEL=$(/sbin/runlevel | /bin/cut -d " " -f2) - ## Eject LiveCD ## echo "0" >/proc/sys/kernel/printk -mount -t ext2 /dev/ram0 /initrd -cp /etc/mtab /initrd/etc -cd / -pivot_root /initrd /initrd/sysroot -mount -t proc none /proc -mount -t sysfs none /sys -mount -t tmpfs none /dev -/bin/eject-live-cd +## +## Load reboot, halt and sleep into memory +sleep --help >/dev/null 2>&1 +reboot --help >/dev/null 2>&1 +halt >/dev/null 2>&1 if [ "$RUNLEVEL" -eq "6" ]; then clear echo "Going to reboot the system.." - echo "You may remove any LiveCD media from the drives" - reboot -d 10 + echo "You may remove any LiveCD or LiveDVD media from the drive" + /sbin/eject-live-cd + sleep 10 + reboot -f fi if [ "$RUNLEVEL" -eq "0" ]; then clear echo "Going to halt the system.." - echo "You may remove any LiveCD media from the drives" + echo "You may remove any LiveCD or LiveDVD media from the drive" + /sbin/eject-live-cd sleep 10 - halt + halt -f -p fi From fedora-extras-commits at redhat.com Tue Aug 29 22:39:28 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:28 -0700 Subject: kadischi/livecd_generator livecd-mkinitrd.sh,1.27,1.28 Message-ID: <200608292239.k7TMdwZN021847@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/livecd_generator In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/livecd_generator Modified Files: livecd-mkinitrd.sh Log Message: Fix shutdown process after initramfs changes Index: livecd-mkinitrd.sh =================================================================== RCS file: /cvs/devel/kadischi/livecd_generator/livecd-mkinitrd.sh,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- livecd-mkinitrd.sh 29 Aug 2006 18:32:01 -0000 1.27 +++ livecd-mkinitrd.sh 29 Aug 2006 22:39:26 -0000 1.28 @@ -268,7 +268,6 @@ inst /sbin/busybox.anaconda "$MNTIMAGE/bin/busybox" inst $LIBEXECDIR/kadischi/find-live-cd "$MNTIMAGE/bin/find-live-cd" -inst $LIBEXECDIR/kadischi/eject-live-cd "$MNTIMAGE/bin/eject-live-cd" # Useful for debugging: # inst /usr/bin/strace "$MNTIMAGE/bin/strace" From fedora-extras-commits at redhat.com Tue Aug 29 22:39:28 2006 From: fedora-extras-commits at redhat.com (Jasper O'neal Hartline (autopsy)) Date: Tue, 29 Aug 2006 15:39:28 -0700 Subject: kadischi/post_install_scripts 02install.sh,1.9,1.10 Message-ID: <200608292240.k7TMdw9I021850@cvs-int.fedora.redhat.com> Author: autopsy Update of /cvs/devel/kadischi/post_install_scripts In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21795/kadischi/post_install_scripts Modified Files: 02install.sh Log Message: Fix shutdown process after initramfs changes Index: 02install.sh =================================================================== RCS file: /cvs/devel/kadischi/post_install_scripts/02install.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- 02install.sh 9 Jul 2006 06:10:24 -0000 1.9 +++ 02install.sh 29 Aug 2006 22:39:26 -0000 1.10 @@ -17,6 +17,7 @@ inst readonly-halt etc/init.d/ inst readonly-root etc/sysconfig/ cp $LIBEXECDIR/kadischi/scanswap $DSTDIR/usr/sbin/ +cp $LIBEXECDIR/kadischi/eject-live-cd $DSTDIR/sbin/ mkdir -p $DSTDIR/root/.config/autostart inst userhome.sh usr/sbin/ From fedora-extras-commits at redhat.com Tue Aug 29 22:49:18 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 15:49:18 -0700 Subject: rpms/python-imaging/devel needs.rebuild,1.1,NONE Message-ID: <200608292249.k7TMnKj1021888@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/python-imaging/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21873 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 22:59:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 15:59:12 -0700 Subject: rpms/knetstats import.log,1.2,1.3 Message-ID: <200608292259.k7TMxiSa022011@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/knetstats In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21979 Modified Files: import.log Log Message: auto-import knetstats-1.5-8 on branch devel from knetstats-1.5-8.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/knetstats/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 17 Jun 2006 08:08:25 -0000 1.2 +++ import.log 29 Aug 2006 22:59:12 -0000 1.3 @@ -1 +1,2 @@ knetstats-1_5-7:HEAD:knetstats-1.5-7.src.rpm:1150531739 +knetstats-1_5-8:HEAD:knetstats-1.5-8.src.rpm:1156892557 From fedora-extras-commits at redhat.com Tue Aug 29 22:59:13 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Tue, 29 Aug 2006 15:59:13 -0700 Subject: rpms/knetstats/devel knetstats.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608292259.k7TMxjtf022014@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/knetstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21979/devel Modified Files: knetstats.spec Removed Files: needs.rebuild Log Message: auto-import knetstats-1.5-8 on branch devel from knetstats-1.5-8.src.rpm Index: knetstats.spec =================================================================== RCS file: /cvs/extras/rpms/knetstats/devel/knetstats.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- knetstats.spec 17 Jun 2006 08:08:26 -0000 1.1 +++ knetstats.spec 29 Aug 2006 22:59:13 -0000 1.2 @@ -1,6 +1,6 @@ Name: knetstats Version: 1.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Network monitor in KDE License: GPL @@ -23,51 +23,52 @@ %prep %setup -q -%patch0 -p0 -b . -%patch1 -p0 -b . +%patch0 -p0 -b SConstruct +%patch1 -p0 -b knetstats.desktop %build scons configure_prefix=%{_prefix} scons %{?_smp_mflags} %install -rm -fr $RPM_BUILD_ROOT -scons prefix=$RPM_BUILD_ROOT%{_prefix} install +rm -rf %{buildroot} +scons prefix=%{buildroot}%{_prefix} install desktop-file-install --vendor fedora \ --add-category X-Fedora \ --add-category Network \ --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/%{name}.desktop + --dir %{buildroot}%{_datadir}/applications/ \ + %{buildroot}%{_datadir}/applnk/Internet/%{name}.desktop + +rm -rf %{buildroot}%{_datadir}/doc/HTML/ %find_lang %{name} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %postun touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %files -f %{name}.lang %defattr(-,root,root,-) %doc CHANGELOG COPYING README %{_bindir}/%{name} -%{_docdir}/HTML/*/%{name}/ %{_datadir}/apps/%{name}/ %{_datadir}/icons/*/*/apps/%{name}.png %{_datadir}/applications/fedora-%{name}.desktop -%changelog + +%Changelog +* Wed Aug 30 2006 Chitlesh Goorah - 1.5-8 +- Rebuild for devel + * Sat Jun 17 2006 Chitlesh Goorah - 1.5-7 - dropped knetstats-1.5-kde.patch --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 23:09:33 2006 From: fedora-extras-commits at redhat.com (José Abílio Oliveira Matos (jamatos)) Date: Tue, 29 Aug 2006 16:09:33 -0700 Subject: rpms/fftw2/devel needs.rebuild,1.1,NONE Message-ID: <200608292309.k7TN9ZF0024896@cvs-int.fedora.redhat.com> Author: jamatos Update of /cvs/extras/rpms/fftw2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Removed Files: needs.rebuild Log Message: rebuild succeeded --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Tue Aug 29 23:23:54 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 29 Aug 2006 16:23:54 -0700 Subject: rpms/perl-DateTime/devel .cvsignore, 1.9, 1.10 perl-DateTime.spec, 1.9, 1.10 sources, 1.9, 1.10 Message-ID: <200608292323.k7TNNuT8025008@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-DateTime/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24987 Modified Files: .cvsignore perl-DateTime.spec sources Log Message: Update to DateTime::TimeZone 0.48. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 28 Aug 2006 22:03:23 -0000 1.9 +++ .cvsignore 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,3 +1,3 @@ DateTime-0.34.tar.gz DateTime-Locale-0.22.tar.gz -DateTime-TimeZone-0.47.tar.gz +DateTime-TimeZone-0.48.tar.gz Index: perl-DateTime.spec =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/perl-DateTime.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-DateTime.spec 28 Aug 2006 22:03:23 -0000 1.9 +++ perl-DateTime.spec 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,9 +1,9 @@ -%define DTTimeZone_version 0.47 +%define DTTimeZone_version 0.48 %define DTLocale_version 0.22 Name: perl-DateTime Version: 0.34 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Date and time objects License: GPL or Artistic @@ -129,6 +129,9 @@ %{perl_vendorarch}/DateTime*.pm %changelog +* Tue Aug 29 2006 Steven Pritchard 1:0.34-3 +- Update to DateTime::TimeZone 0.48. + * Mon Aug 28 2006 Steven Pritchard 1:0.34-2 - Update to DateTime::TimeZone 0.47. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-DateTime/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 28 Aug 2006 22:03:23 -0000 1.9 +++ sources 29 Aug 2006 23:23:54 -0000 1.10 @@ -1,3 +1,3 @@ 71285d93eba0f92e3285a9e011fc33e1 DateTime-0.34.tar.gz bcf9fa78efa8d00fad1293b9d860ce75 DateTime-Locale-0.22.tar.gz -963f0c1e85155d935618f99ce536c9cc DateTime-TimeZone-0.47.tar.gz +5c23bc4002a2b67585fd9fa24a3514e3 DateTime-TimeZone-0.48.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 00:27:39 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:39 -0700 Subject: rpms/fedora-package-config-apt/devel fedora-package-config-apt.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608300027.k7U0RfYJ028001@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/fedora-package-config-apt/devel Modified Files: fedora-package-config-apt.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: fedora-package-config-apt.spec =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-apt/devel/fedora-package-config-apt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fedora-package-config-apt.spec 20 May 2006 16:55:18 -0000 1.2 +++ fedora-package-config-apt.spec 30 Aug 2006 00:27:39 -0000 1.3 @@ -1,6 +1,6 @@ Summary: Fedora configuration files for the apt-rpm package manager Name: fedora-package-config-apt -Version: 5.89 +Version: 5.92 Release: 4 License: GPL Group: System Environment/Base --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:40 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:40 -0700 Subject: rpms/fedora-package-config-smart/devel fedora-package-config-smart.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300027.k7U0RgLW028005@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/fedora-package-config-smart/devel Modified Files: fedora-package-config-smart.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: fedora-package-config-smart.spec =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/fedora-package-config-smart.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fedora-package-config-smart.spec 13 May 2006 09:43:29 -0000 1.3 +++ fedora-package-config-smart.spec 30 Aug 2006 00:27:39 -0000 1.4 @@ -1,6 +1,6 @@ Summary: Fedora configuration files for the smart package manager Name: fedora-package-config-smart -Version: 5.89 +Version: 5.92 Release: 7 License: GPL Group: System Environment/Base --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:40 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:40 -0700 Subject: rpms/synaptic/devel synaptic.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608300027.k7U0RgNo028009@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/synaptic/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/synaptic/devel Modified Files: synaptic.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: synaptic.spec =================================================================== RCS file: /cvs/extras/rpms/synaptic/devel/synaptic.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- synaptic.spec 25 May 2006 23:09:18 -0000 1.19 +++ synaptic.spec 30 Aug 2006 00:27:40 -0000 1.20 @@ -3,7 +3,7 @@ Summary: Graphical frontend for APT package manager. Name: synaptic Version: 0.57.2 -Release: 5.0%{?dist} +Release: 5.1%{?dist} License: GPL Group: Applications/System --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:33 -0700 Subject: rpms/chrpath/devel chrpath.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608300028.k7U0S57d028015@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/chrpath/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/chrpath/devel Modified Files: chrpath.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: chrpath.spec =================================================================== RCS file: /cvs/extras/rpms/chrpath/devel/chrpath.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chrpath.spec 20 Jul 2006 11:35:33 -0000 1.1 +++ chrpath.spec 30 Aug 2006 00:27:33 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Modify rpath of compiled programs Name: chrpath Version: 0.13 -Release: 1%{?dist} +Release: 1.1%{?dist} License: GPL Group: Development/Tools URL: ftp://ftp.hungry.com/pub/hungry/chrpath/ --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:27:33 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:27:33 -0700 Subject: rpms/apt/devel apt.spec,1.32,1.33 needs.rebuild,1.1,NONE Message-ID: <200608300028.k7U0S59e028012@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/apt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27926/apt/devel Modified Files: apt.spec Removed Files: needs.rebuild Log Message: mass rebuilds Index: apt.spec =================================================================== RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- apt.spec 22 Jun 2006 09:53:10 -0000 1.32 +++ apt.spec 30 Aug 2006 00:27:33 -0000 1.33 @@ -6,7 +6,7 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3.2 -Release: 6%{?dist} +Release: 6.1%{?dist} Group: System Environment/Base URL: http://apt-rpm.org/ License: GPL --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:36:25 2006 From: fedora-extras-commits at redhat.com (Axel Thimm (athimm)) Date: Tue, 29 Aug 2006 17:36:25 -0700 Subject: rpms/fedora-package-config-smart/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <200608300036.k7U0aRkd028310@cvs-int.fedora.redhat.com> Author: athimm Update of /cvs/extras/rpms/fedora-package-config-smart/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28291 Modified Files: .cvsignore sources Log Message: New sources for 5.92 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 20 Apr 2006 14:03:00 -0000 1.3 +++ .cvsignore 30 Aug 2006 00:36:25 -0000 1.4 @@ -1 +1 @@ -fedora-package-config-smart-5.89.tar.bz2 +fedora-package-config-smart-5.92.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fedora-package-config-smart/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 20 Apr 2006 14:03:00 -0000 1.3 +++ sources 30 Aug 2006 00:36:25 -0000 1.4 @@ -1 +1 @@ -248314d34eb546fde3111b3dbaaa924c fedora-package-config-smart-5.89.tar.bz2 +baf706f091eb2bd86a2b8ed6126d2e1d fedora-package-config-smart-5.92.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 00:37:41 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:37:41 -0700 Subject: rpms/bugzilla/devel needs.rebuild,1.1,NONE Message-ID: <200608300037.k7U0bh17028359@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/bugzilla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28318 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:38:24 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:38:24 -0700 Subject: rpms/gallery2/devel needs.rebuild,1.1,NONE Message-ID: <200608300038.k7U0cQs5028387@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/gallery2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28372 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:39:14 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:39:14 -0700 Subject: rpms/wordpress/devel needs.rebuild,1.1,NONE Message-ID: <200608300039.k7U0dGsg028419@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/wordpress/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28404 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) - no compilation done in package build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 00:39:49 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 17:39:49 -0700 Subject: rpms/ratpoison/devel needs.rebuild,1.1,NONE Message-ID: <200608300039.k7U0dpxa028445@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/ratpoison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28430 Removed Files: needs.rebuild Log Message: Not rebuilding: - upgrade path sane (r=6fc5 < r=6fc6) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:21:44 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:21:44 -0700 Subject: rpms/squidGuard/devel squidGuard-upstream.patch, NONE, 1.1 squidGuard.spec, 1.2, 1.3 squidGuard-destdir.patch, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300121.k7U1Lkra031308@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31286 Modified Files: squidGuard.spec Added Files: squidGuard-upstream.patch Removed Files: squidGuard-destdir.patch squidguard-1.2.0-db4.patch Log Message: Rebuilding for FC6 per BZ 165689 squidGuard-upstream.patch: --- NEW FILE squidGuard-upstream.patch --- diff -urN squidGuard-1.2.0/NewFeatures.txt squidGuard-1.2.0-patched/NewFeatures.txt --- squidGuard-1.2.0/NewFeatures.txt 1969-12-31 19:00:00.000000000 -0500 +++ squidGuard-1.2.0-patched/NewFeatures.txt 2004-12-02 15:57:32.000000000 -0500 @@ -0,0 +1,133 @@ + +This patch adds the following new features to squidguard-1.2.0: + +LDAP User Grouping Support: +--------------------------- + +Squidguard now searches LDAP using specified LDAP search URLs whenever +a username is not found in an existing user list. The two new keywords +in the squidguard.conf file that enable this are as follows: + + ldapusersearch This keyword goes in the Source {} config block, and + specifies an LDAP URL to use to search for an unknown + user name. + + You can specify multple LDAP URLs per Source block. + + Use '%s' to reference the username in your LDAP URL. + + If the search returns a record, the user is considered + "found", otherwise the next URL in the same Source + block is tried. + + Squidguard caches the "found" state of each search, + even when a user name is not found. The cache + is valid for ldapcachetime seconds. + + ldapcachetime This global keyword specifies the number of seconds + to cache LDAP search results before contacting + the LDAP server again. This keyword is global and + must go outside any Source/Destination/Rule blocks. + + Setting this value to a reasonably low value can + allow simulation of near-realtime user groupings + in LDAP without restarting squidguard. + + Recommended value: 300 + + + ldapbinddn This global keyword specifies the DN to bind to + the LDAP server as. + + ldapbindpass Password to bind to the LDAP server. This is a + global keyword. + + ldapprotover LDAP protocol version. This is a global keyword. + Use this to force squidguard to connect to the + LDAP server with a certain protocol version. If + unable to use the specified protocol version, + squidguard will enter emergency mode. + + Valid values: 2 or 3 + +Programmatic User Lists: +------------------------ + +Instead of putting a list of users in a file, you can now run a program +or script to list users on stdout. This user list behaves exactly like +a regular userlist, loaded at start time, and stored in memory statically. + + execuserlist This keyword goes in the Source {} block, and + specifies a command to run that will write a list + of usernames on stdout. + + +Supported LDAP URL extensions: +------------------------------ + +According to the available LDAP RFC's, there is only one defined extension, +called "bindname". This extension can be used to define a DN to bind with, +on a per-URL basis. + +The format of such an URL is rather hideous, since commas are used to +separate both the extensions in the URL and the elements of the DN. +To handle this, commas separating the URL extensions are real commas, while +the commas in the DN are defined with hex codes. (Hex %2c is a comma) + +Example: + + ldap://ldap.example.com/ou=groups,dc=example,dc=com\ + ?homeDirectory?sub?(uid=cdfrey)\ + ?bindname=cn=cdfrey%2cdc=example%2cdc=com,x-bindpass=password + +The above example shows multiple extensions specified in one URL. + +As it happens, both of those extensions are supported in the LDAP patch, +and have the following meanings: + + bindname As specified in RFC2255, this extension defines + the DN name to use during the bind to the LDAP + server. + + x-bindpass As specified in RFC2255, extensions starting with + "x-" are user defined. This extension allows the + URL to define the password required to bind to + the LDAP server. + +Both of these extensions override the global defaults "ldapbinddn" and +"ldapbindpass" (see above). + + + + +Example Configuration: +---------------------- + +Below is an example squidguard.conf file, showing the various user list +options: + +------------------- Example squidguard.conf snippet ------------------------ + +dbhome /var/lib/squidguard +logdir /var/log/squidguard + +# ldap cache time in seconds +ldapcachetime 300 + +ldapbinddn cn=root, dc=example, dc=com +ldapbindpass secret + +src INTERNAL_LAN { + ip 192.168.0.0/24 127.0.0.1 + within workhours + user dave,chris,john, marconi + + # uses the default binddn and bindpass above + ldapusersearch ldap://ldap.example.com/cn=squidguardusers,ou=groups,dc=example,dc=com?memberUid?sub?(&(objectclass=posixGroup)(memberUid=%s)) + + execuserlist sed "s/:.*$//" /etc/passwd + log internal_lan +} + +------------------------------ End snippet --------------------------------- + diff -urN squidGuard-1.2.0/configure squidGuard-1.2.0-patched/configure --- squidGuard-1.2.0/configure 2001-12-18 05:16:53.000000000 -0500 +++ squidGuard-1.2.0-patched/configure 2004-12-02 15:57:25.000000000 -0500 @@ -1,12 +1,81 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52. +# Generated by GNU Autoconf 2.59. # -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. +## --------------------- ## +## M4sh Initialization. ## +## --------------------- ## +# Be Bourne compatible +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: + # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' +elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then + set -o posix +fi +DUALCASE=1; export DUALCASE # for MKS sh + +# Support unset when possible. +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + as_unset=unset +else + as_unset=false +fi + + +# Work around bugs in pre-3.0 UWIN ksh. +$as_unset ENV MAIL MAILPATH +PS1='$ ' +PS2='> ' +PS4='+ ' + +# NLS nuisances. +for as_var in \ + LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ + LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ + LC_TELEPHONE LC_TIME +do + if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then + eval $as_var=C; export $as_var + else + $as_unset $as_var + fi +done + +# Required to use basename. +if expr a : '\(a\)' >/dev/null 2>&1; then + as_expr=expr +else + as_expr=false [...14880 lines suppressed...] -} - -#if __STDC__ -char *sgAclAccess(struct Source *src, struct Acl *acl, struct SquidInfo *req) -#else -char *sgAclAccess(src, acl, req) - struct Source *src; - struct Acl *acl; - struct SquidInfo *req; -#endif -{ - int access = 1,result; - char *redirect = NULL, *dbdata = NULL, *p; - struct sgRewrite *rewrite = NULL; - struct AclDest *aclpass = NULL; - if(acl == NULL) - return NULL; - if(acl->pass == NULL) - acl->pass = defaultAcl->pass; - if(acl->pass != NULL){ - for(aclpass = acl->pass; aclpass != NULL; aclpass = aclpass->next){ - if(aclpass->dest != NULL && !aclpass->dest->active) - continue; - if(aclpass->type == ACL_TYPE_TERMINATOR){ - access=aclpass->access; - break; - } - if(aclpass->type == ACL_TYPE_INADDR){ - if(req->dot){ - access=aclpass->access; - break; - } - continue; - } - if(aclpass->dest->domainlistDb != NULL){ - result = defined(aclpass->dest->domainlistDb, req->domain, &dbdata); - if(result == DB_NOTFOUND) - continue; - if(result){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - if(aclpass->dest->urllistDb != NULL && access){ - result = defined(aclpass->dest->urllistDb,req->strippedurl, &dbdata); - if(result == DB_NOTFOUND) - continue; - if(result){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - if(aclpass->dest->regExp != NULL && access){ - if((result = sgRegExpMatch(aclpass->dest->regExp,req->url)) != 0){ - if(aclpass->access){ - access++; - break; - } else { - access = 0; - break; - } - } - } - } - if(!access){ - if(dbdata != NULL) - redirect = dbdata; - else if(aclpass->dest != NULL && aclpass->dest->redirect != NULL) - redirect = aclpass->dest->redirect; - else if(aclpass->dest != NULL && aclpass->dest->rewrite != NULL && - (redirect = - sgRewriteExpression(aclpass->dest->rewrite,req->orig)) != NULL){ - ; - } - else if(acl->redirect == NULL) - redirect = defaultAcl->redirect; - else - redirect = acl->redirect; - } - } else { /* acl->pass == NULL, probably defaultAcl->pass == NULL */ - access=0; - redirect = defaultAcl->redirect; - } - if(acl->rewrite == NULL) - rewrite = defaultAcl->rewrite; - else - rewrite = acl->rewrite; - if(rewrite != NULL && access){ - if((p = sgRewriteExpression(rewrite,req->orig)) != NULL){ - redirect = p; - if(rewrite->logfile != NULL){ - globalLogFile = rewrite->logfile; - sgLogRequest(globalLogFile,req,acl,aclpass,rewrite); - } - } - } else if(redirect != NULL) { - redirect = sgParseRedirect(redirect, req, acl, aclpass); - if(src != NULL && src->logfile != NULL) - globalLogFile = src->logfile; - if(aclpass == NULL || aclpass->dest == NULL){ - if(defaultAcl->logfile != NULL) - globalLogFile = defaultAcl->logfile; - } else - if(aclpass->dest->logfile != NULL) - globalLogFile = aclpass->dest->logfile; - if(globalLogFile != NULL) - sgLogRequest(globalLogFile,req,acl,aclpass,NULL); - } - return redirect; -} - -#if __STDC__ -void yyerror(char *s) -#else -void yyerror(s) - char *s; -#endif -{ - sgLogFatalError("%s in configfile %s line %d",s,configFile,lineno); -} - - -#if __STDC__ -int yywrap() -#else -int yywrap() -#endif -{ - return 1; -} diff -urN squidGuard-1.2.0/src/y.tab.h.bison squidGuard-1.2.0-patched/src/y.tab.h.bison --- squidGuard-1.2.0/src/y.tab.h.bison 2001-12-18 09:34:04.000000000 -0500 +++ squidGuard-1.2.0-patched/src/y.tab.h.bison 1969-12-31 19:00:00.000000000 -0500 @@ -1,56 +0,0 @@ -typedef union { - char *string; - char *tval; - char *dval; - char *dvalcron; - int *integer; -} YYSTYPE; -#define WORD 257 -#define END 258 -#define START_BRACKET 259 -#define STOP_BRACKET 260 -#define WEEKDAY 261 -#define DESTINATION 262 -#define REWRITE 263 -#define ACL 264 -#define TIME 265 -#define TVAL 266 -#define DVAL 267 -#define DVALCRON 268 -#define SOURCE 269 -#define CIDR 270 -#define IPCLASS 271 -#define CONTINUE 272 -#define IPADDR 273 -#define DBHOME 274 -#define DOMAINLIST 275 -#define URLLIST 276 -#define EXPRESSIONLIST 277 -#define IPLIST 278 -#define DOMAIN 279 -#define USER 280 -#define USERLIST 281 -#define USERQUOTA 282 -#define IP 283 -#define NL 284 -#define NUMBER 285 -#define PASS 286 -#define REDIRECT 287 -#define LOGDIR 288 -#define SUBST 289 -#define CHAR 290 -#define MINUTELY 291 -#define HOURLY 292 -#define DAILY 293 -#define WEEKLY 294 -#define DATE 295 -#define WITHIN 296 -#define OUTSIDE 297 -#define ELSE 298 -#define LOGFILE 299 -#define ANONYMOUS 300 -#define CONTINIOUS 301 -#define SPORADIC 302 - - -extern YYSTYPE yylval; Index: squidGuard.spec =================================================================== RCS file: /cvs/extras/rpms/squidGuard/devel/squidGuard.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- squidGuard.spec 9 Sep 2005 12:16:10 -0000 1.2 +++ squidGuard.spec 30 Aug 2006 01:21:44 -0000 1.3 @@ -5,7 +5,7 @@ Name: squidGuard Version: 1.2.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Filter, redirector and access controller plugin for squid Group: System Environment/Daemons @@ -26,17 +26,17 @@ Source200: squidGuard.te Source201: squidGuard.fc -Patch0: squidGuard-destdir.patch +Patch0: squidGuard-upstream.patch Patch1: squidGuard-paths.patch -Patch2: squidguard-1.2.0-db4.patch -Patch3: squid-getlist.html.patch -Patch4: squidGuard-perlwarning.patch -Patch5: squidGuard-sed.patch +Patch2: squid-getlist.html.patch +Patch3: squidGuard-perlwarning.patch +Patch4: squidGuard-sed.patch +Patch5: squidGuard-makeinstall.patch URL: http://www.squidguard.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: db4-devel +BuildRequires: db4-devel, bison, byacc, openldap-devel, flex Requires: squid Requires(post): %{_bindir}/chcon Requires(post): /sbin/chkconfig @@ -68,12 +68,12 @@ %prep %setup -q %{__cp} %{SOURCE3} . -%patch0 -p1 -b .destdir +%patch0 -p1 %patch1 -p1 -b .paths -%patch2 -p0 -b .db4 -%patch3 -p0 -%patch4 -p2 -%patch5 -p1 +%patch2 -p0 +%patch3 -p2 +%patch4 -p1 +%patch5 -p1 %{__cp} %{SOURCE100} ./squidGuard.conf.k12ltsp.template %{__cp} %{SOURCE101} ./update_squidguard_blacklists.k12ltsp.sh @@ -84,7 +84,8 @@ --with-sg-logdir=%{_var}/log/squid \ --with-sg-dbhome=%{_dbhomedir} -%{__make} %{?_smp_mflags} +#%{__make} %{?_smp_mflags} +%{__make} pushd contrib %{__make} %{?_smp_mflags} @@ -176,6 +177,10 @@ %{_initrddir}/transparent-proxying %changelog +* Tue Aug 29 2006 John Berninger 1.2.0-13 +- general updates to confirm build on FC5/FC6 +- updates to BuildRequires + * Fri Sep 09 2005 Oliver Falk - 1.2.0-12 - Make it K12LTSP compatible, so a possible upgrade doesn't break anything/much... --- squidGuard-destdir.patch DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:23:11 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:23:11 -0700 Subject: owners owners.list,1.1467,1.1468 Message-ID: <200608300123.k7U1NDAx031378@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31360 Modified Files: owners.list Log Message: Taking over squidGuard per BZ 165689 Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1467 retrieving revision 1.1468 diff -u -r1.1467 -r1.1468 --- owners.list 29 Aug 2006 21:31:03 -0000 1.1467 +++ owners.list 30 Aug 2006 01:23:11 -0000 1.1468 @@ -1864,7 +1864,7 @@ Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| Fedora Extras|sqlite|An embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| Fedora Extras|sqlite2|Embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org| Fedora Extras|starfighter|For bugs related to the starfighter component|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 01:24:19 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:24:19 -0700 Subject: rpms/squidGuard/devel squidGuard-makeinstall.patch, NONE, 1.1 squidGuard.spec, 1.3, 1.4 Message-ID: <200608300124.k7U1OL40031405@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31385 Modified Files: squidGuard.spec Added Files: squidGuard-makeinstall.patch Log Message: Adding patch to Makefile/Makefile.in squidGuard-makeinstall.patch: --- NEW FILE squidGuard-makeinstall.patch --- diff -ruN squidGuard-1.2.0.orig/src/Makefile.in squidGuard-1.2.0/src/Makefile.in --- squidGuard-1.2.0.orig/src/Makefile.in 2006-08-29 21:05:21.000000000 -0400 +++ squidGuard-1.2.0/src/Makefile.in 2006-08-29 21:15:33.000000000 -0400 @@ -105,8 +105,8 @@ install.bin:: squidGuard @echo making $@ in `basename \`pwd\`` - @$(MKDIR) $(bindir) $(logdir) $(cfgdir) - $(INSTALL_PROGRAM) squidGuard $(bindir)/squidGuard + @$(MKDIR) $(DESTDIR)/$(bindir) $(DESTDIR)/$(logdir) $(DESTDIR)/$(cfgdir) + $(INSTALL_PROGRAM) squidGuard $(DESTDIR)/$(bindir)/squidGuard uninstall.bin:: @echo making $@ in `basename \`pwd\`` Index: squidGuard.spec =================================================================== RCS file: /cvs/extras/rpms/squidGuard/devel/squidGuard.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- squidGuard.spec 30 Aug 2006 01:21:44 -0000 1.3 +++ squidGuard.spec 30 Aug 2006 01:24:19 -0000 1.4 @@ -5,7 +5,7 @@ Name: squidGuard Version: 1.2.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Filter, redirector and access controller plugin for squid Group: System Environment/Daemons @@ -177,6 +177,9 @@ %{_initrddir}/transparent-proxying %changelog +* Tue Aug 29 2006 John Berninger 1.2.0-14 +- Bump release 'cause I forgot to add a patch file that's required + * Tue Aug 29 2006 John Berninger 1.2.0-13 - general updates to confirm build on FC5/FC6 - updates to BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 01:49:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:48 -0700 Subject: rpms/squidGuard/FC-3 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300149.k7U1noGN031639@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-3 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard.logrotate squidGuard.spec squidguard-1.2.0-db4.patch Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:49:48 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:48 -0700 Subject: rpms/squidGuard/FC-4 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE Message-ID: <200608300149.k7U1noQD031642@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-4 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard.logrotate squidGuard.spec squidguard-1.2.0-db4.patch Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:49:49 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:49:49 -0700 Subject: rpms/squidGuard/FC-5 .cvsignore, 1.2, NONE Makefile, 1.1, NONE branch, 1.1, NONE sources, 1.2, NONE squid-getlist.html, 1.1, NONE squid-getlist.html.patch, 1.1, NONE squidGuard-destdir.patch, 1.1, NONE squidGuard-paths.patch, 1.1, NONE squidGuard-perlwarning.patch, 1.1, NONE squidGuard-sed.patch, 1.1, NONE squidGuard.conf, 1.1, NONE squidGuard.fc, 1.1, NONE squidGuard.logrotate, 1.1, NONE squidGuard.spec, 1.2, NONE squidGuard.te, 1.1, NONE squidguard, 1.1, NONE squidguard-1.2.0-db4.patch, 1.1, NONE transparent-proxying, 1.1, NONE update_squidguard_blacklists, 1.1, NONE Message-ID: <200608300149.k7U1npjs031643@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31598/FC-5 Removed Files: .cvsignore Makefile branch sources squid-getlist.html squid-getlist.html.patch squidGuard-destdir.patch squidGuard-paths.patch squidGuard-perlwarning.patch squidGuard-sed.patch squidGuard.conf squidGuard.fc squidGuard.logrotate squidGuard.spec squidGuard.te squidguard squidguard-1.2.0-db4.patch transparent-proxying update_squidguard_blacklists Log Message: Removing FC-[345] branches --- .cvsignore DELETED --- --- Makefile DELETED --- --- branch DELETED --- --- sources DELETED --- --- squid-getlist.html DELETED --- --- squid-getlist.html.patch DELETED --- --- squidGuard-destdir.patch DELETED --- --- squidGuard-paths.patch DELETED --- --- squidGuard-perlwarning.patch DELETED --- --- squidGuard-sed.patch DELETED --- --- squidGuard.conf DELETED --- --- squidGuard.fc DELETED --- --- squidGuard.logrotate DELETED --- --- squidGuard.spec DELETED --- --- squidGuard.te DELETED --- --- squidguard DELETED --- --- squidguard-1.2.0-db4.patch DELETED --- --- transparent-proxying DELETED --- --- update_squidguard_blacklists DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 01:54:40 2006 From: fedora-extras-commits at redhat.com (John Berninger (jwb)) Date: Tue, 29 Aug 2006 18:54:40 -0700 Subject: rpms/squidGuard/devel needs.rebuild,1.1,NONE Message-ID: <200608300154.k7U1sg9O031717@cvs-int.fedora.redhat.com> Author: jwb Update of /cvs/extras/rpms/squidGuard/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31702 Removed Files: needs.rebuild Log Message: Package has been rebuilt for FE-devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 02:21:19 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:21:19 -0700 Subject: check-mirrors return-mirrorlist.py,1.15,1.16 Message-ID: <200608300221.k7U2LJOf002080@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2059 Modified Files: return-mirrorlist.py Log Message: Added better stats, also now takes top=x stat. Fixed bug where no mirrors were returned if a no mirrors were found. Should have returned canonical Index: return-mirrorlist.py =================================================================== RCS file: /cvs/fedora/check-mirrors/return-mirrorlist.py,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- return-mirrorlist.py 11 Aug 2006 16:23:01 -0000 1.15 +++ return-mirrorlist.py 30 Aug 2006 02:21:16 -0000 1.16 @@ -20,12 +20,17 @@ # note: - maintaining the abovelist will become a royal bitch. # - Note, this script does have some dependancies on the file list # This should be removed in later versions - +# - Top has SQL Injection issues. needs an isint() debug = False +import os +import sys +import GeoIP +import ConfigParser +import cgi +import sqlite + # prettier errors -print 'Content-type: text/plain' -print # the errors might be in broken html - but at least you aren't chasing # through logs for them. @@ -38,13 +43,6 @@ VERSION = '0.2' -import os -import sys -import GeoIP -import ConfigParser -import cgi -import sqlite - # - separate cgi script needed to return the proper geoip-based file for # the requesting client's country, if it exists, otherwise return the global # file. @@ -52,44 +50,37 @@ class ConfigHolder(object): pass -class RepoDB: - def __init__(self, db): - (self.dbconn, self.dbcursor) = self.connect(db) - return None - - def connect(self, db): - try: - conn = sqlite.connect(db) - cursor = conn.cursor() - except sqlite.Error, errmsg: - errorprint('Failed to connect to database: %s' % db) - errorprint('Err: %s ' % errmsg) - return None, None +class Mirrors: + def __init__(self, db, repo, arch, country, showinvalid): + self.db=db + self.repo=repo + self.arch=arch + self.country=country + self.countrySQL=self.getCountry() + self.invalidSQL=self.showInvalid(showinvalid) + + def getCountry(self): + if self.country.lower() == 'global': + return '' else: - return(conn, cursor) - - def getMirrors(self, repo, arch, country): -# if(arch.lower() != 'i386' || arch.lower() != 'ppc' || arch.lower() != 'x86_64'): -# print "# %s is not a valid arch" % arch -# return False - - if country.lower() == 'global': - countrysql = "" + return "and country='%s'" % self.country + + def showInvalid(self, showinvalid): + if showinvalid: + return '' else: - countrysql = "and country='%s'" % country - try: - self.dbcursor.execute('SELECT url FROM mirrors where valid=1 and repo="%s" and arch="%s" %s;' % (repo, arch, countrysql)) - except sqlite.Error, err: - print "%s" % err - + return 'and valid="1"' + + def getMirrors(self, repo, arch, country): + rows = self.db.selectQuery('SELECT url FROM mirrors where repo="%s" and arch="%s" %s %s;' % (repo, arch, self.invalidSQL, self.countrySQL)) dataList = [] - for row in self.dbcursor.fetchall(): + for row in rows: dataList.append([ item for item in row]) return dataList - def printMirrors(self, repo, arch, country): + def printMirrors(self): """ Print mirrors """ - rows = self.getMirrors(repo, arch, country) + rows = self.getMirrors(self.repo, self.arch, self.country) results = 0 for row in rows: for field in row: @@ -97,29 +88,81 @@ results = results + 1 if results == 0: - print "# No results found for country: %s\n# Defaulting to global" % country - self.printMirrors(repo, arch, 'global') + if self.country != 'global': + print '# No results found for country: %s\n# Defaulting to global' % self.country + self.printMirrors(repo, arch, 'global') + else: + print '# no mirrors found, using default' + return False else: return True - + + def topMirrors(self, int): + """ Return the top n mirrors """ + return self.db.selectQuery('''select url, (successes*100)/(failures+successes) as uptime from mirrors where repo='%s' and arch='%s' %s %s order by uptime desc limit '%s';''' % (self.repo, self.arch, self.invalidSQL, self.countrySQL, int)) + + def printTopMirrors(self, int): + """ Prints the top n mirrors """ + results = 0 + for row in self.topMirrors(int): + results = results + 1 + print '%s # %s%%' % (row[0], row[1]) + if results == 0: + print '# no results found, using default' + return False + else: + return True + def printStats(self): """ Print statistical information about the mirrors """ + htmlprint('
    No Stats' % (self.repo, self.arch, self.country)) + htmlprint('
    Show invalid' % (self.repo, self.arch, self.country)) + htmlprint('
    Valid only' % (self.repo, self.arch, self.country)) + rows = self.db.selectQuery('select *, (successes*100)/(failures+successes) as uptime from mirrors where repo="%s" and arch="%s" %s %s order by uptime desc;' % (self.repo, self.arch, self.invalidSQL, self.countrySQL)) + htmlprint('') + for row in rows.fetchall(): + htmlprint('
  • ') + htmlprint(' ' % row[4]) + htmlprint(' ' % row[3]) + htmlprint(' ' % row[8]) + htmlprint(' ' % row[9]) + htmlprint(' ' % row[7]) + htmlprint('
    URL:%s
    Country:%s
    Last Good:%s
    Uptime%i%%
    Valid%i
    ') + htmlprint('') + + return True + +def htmlprint(str): + """ Why did I even bother with this? """ + print "%s" % str + +class RepoDB: + def __init__(self, db): + self.db=db + (self.dbconn, self.dbcursor)= self.connect() + return None + + def connect(self): try: - self.dbcursor.execute('SELECT * FROM mirrors;') - except sqlite.Error, err: - print "%s" % err + conn = sqlite.connect(self.db) + cursor = conn.cursor() + except sqlite.Error, errmsg: + errorprint('Failed to connect to database: %s' % db) + errorprint('Err: %s ' % errmsg) + return None, None + else: + return(conn, cursor) - for row in self.dbcursor.fetchall(): - totalChecks = row[5] + row[6] * 1.0 - good = 0.0 - good = (row[6] / totalChecks * 1.0) * 100 - print '# %s' % row[4] - print '# Country: %s' % row[3] - print '# Last Good: %s' % row[8] - print '# Uptime: %i%%' % good - print '# Valid: %i' % row[7] - print '# -----------------------------------' - return True + def selectQuery(self, query): + """ Run query and return the results """ + try: + self.dbcursor.execute(query) + except sqlite.Error, err: + if debug == True: + print "%s" % err + print "Query: %s" % query + sys.exit(1) + return self.dbcursor def close(self): self.dbconn.cursor() @@ -131,6 +174,7 @@ config = ConfigHolder() config.paths = {} config.prefixes = {} + config.canonical = {} config.dbpath = "" for section in conf.sections(): @@ -139,6 +183,10 @@ continue if conf.has_option(section, 'outputpath'): config.paths[section] = conf.get(section, 'outputpath') + + if conf.has_option(section, 'canonical'): + config.canonical[section] = conf.get(section, 'canonical') + if conf.has_option(section, 'file_prefix'): config.prefixes[section] = conf.get(section, 'file_prefix') else: @@ -172,11 +220,16 @@ def main(): - config = get_config(CONFIG) form = cgi.FieldStorage() + if form.has_key('stats'): + print 'Content-type: text/html' + else: + print 'Content-type: text/plain' + print + + config = get_config(CONFIG) errors = sanity_check(config, form) DB = RepoDB(config.dbpath) - if errors: for error in errors: print '%s' % error @@ -192,7 +245,7 @@ lists_path = config.paths[repo] prefix = config.prefixes[repo] - + canonical = config.canonical[repo] # get geoip resolution # if country-specific file exists # open and return @@ -224,6 +277,7 @@ if country_list[0] != 'global' and not os.path.exists(rp): country_list = ['global'] + for country in country_list: return_file = '%s/%s-%s-%s.txt' % (lists_path, prefix, country, arch) rp = os.path.realpath(return_file) @@ -238,9 +292,19 @@ # continue print '# repo = %s country = %s arch = %s ' % (repo, country, arch) - DB.printMirrors(repo, arch, country) + + mirrors = Mirrors(DB, repo, arch, country, form.has_key('showinvalid')) + + if form.has_key('stats'): - DB.printStats() + mirrors.printStats() + else: + if form.has_key('top'): + if not mirrors.printTopMirrors(form['top'].value): + print canonical + else: + if not mirrors.printMirrors(): + print canonical # fo = open(return_file, 'r') # for line in fo.readlines(): From fedora-extras-commits at redhat.com Wed Aug 30 02:21:49 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:21:49 -0700 Subject: check-mirrors ChangeLog,1.3,1.4 Message-ID: <200608300221.k7U2LnOH002131@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/fedora/check-mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2106 Modified Files: ChangeLog Log Message: Committing ChangeLog Index: ChangeLog =================================================================== RCS file: /cvs/fedora/check-mirrors/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Aug 2006 05:01:33 -0000 1.3 +++ ChangeLog 30 Aug 2006 02:21:46 -0000 1.4 @@ -1,3 +1,30 @@ +2006-08-29 21:21 mmcgrath + + * return-mirrorlist.py: Added better stats, also now takes top=x + stat. + + Fixed bug where no mirrors were returned if a no mirrors were + found. Should have returned canonical + +2006-08-24 19:53 mmcgrath + + * check-mirrors.py: Many changes. + + Created a mirrors class seperate from the database class. + + Many more stats. + + Needs proper user sanatation for the top num in terms of + availability. + +2006-08-11 11:23 mmcgrath + + * return-mirrorlist.py: Fixed bad checks on arch variable. + +2006-08-07 00:01 mmcgrath + + * ChangeLog: cvs2cl update + 2006-08-06 23:37 mmcgrath * check-mirrors.py: [global] section in config no longer treated as From fedora-extras-commits at redhat.com Wed Aug 30 02:23:37 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:23:37 -0700 Subject: rpms/apcupsd/devel apcupsd.spec,1.9,1.10 Message-ID: <200608300223.k7U2NdHs002185@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/apcupsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2168 Modified Files: apcupsd.spec Log Message: Rebuild for FC6 Index: apcupsd.spec =================================================================== RCS file: /cvs/extras/rpms/apcupsd/devel/apcupsd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apcupsd.spec 21 Aug 2006 16:43:01 -0000 1.9 +++ apcupsd.spec 30 Aug 2006 02:23:37 -0000 1.10 @@ -1,6 +1,6 @@ Name: apcupsd Version: 3.12.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: APC UPS Power Control Daemon for Linux Group: System Environment/Daemons @@ -143,6 +143,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 3.12.4-2 +- Rebuild for FC6 + * Mon Aug 21 2006 - Orion Poplawski - 3.12.4-1 - Update to 3.12.4 From fedora-extras-commits at redhat.com Wed Aug 30 02:26:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:26:08 -0700 Subject: rpms/cmake/devel cmake.spec,1.7,1.8 Message-ID: <200608300226.k7U2QASr002253@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/cmake/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2236 Modified Files: cmake.spec Log Message: Rebuild for FC6 Index: cmake.spec =================================================================== RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- cmake.spec 2 Aug 2006 17:55:33 -0000 1.7 +++ cmake.spec 30 Aug 2006 02:26:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: cmake Version: 2.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -62,6 +62,9 @@ %changelog +* Tue Aug 29 2006 Orion Poplawski - 2.4.3-3 +- Rebuild for FC6 + * Wed Aug 2 2006 Orion Poplawski - 2.4.3-2 - vim 7.0 now ships cmake files, so don't ship ours (bug #201018) - Add patch to Linux.cmake for Fortran soname support for plplot From fedora-extras-commits at redhat.com Wed Aug 30 02:29:14 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:29:14 -0700 Subject: rpms/environment-modules/devel environment-modules.spec,1.4,1.5 Message-ID: <200608300229.k7U2TGIj002328@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/environment-modules/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2311 Modified Files: environment-modules.spec Log Message: Rebuild for FC6 Index: environment-modules.spec =================================================================== RCS file: /cvs/extras/rpms/environment-modules/devel/environment-modules.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- environment-modules.spec 2 Jun 2006 21:59:04 -0000 1.4 +++ environment-modules.spec 30 Aug 2006 02:29:13 -0000 1.5 @@ -1,6 +1,6 @@ Name: environment-modules Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Provides dynamic modification of a user's environment Group: System Environment/Base @@ -65,6 +65,9 @@ %changelog +* Tue Aug 28 2006 - Orion Poplawski - 3.2.3-2 +- Rebuild for FC6 + * Fri Jun 2 2006 - Orion Poplawski - 3.2.3-1 - Update to 3.2.3 From fedora-extras-commits at redhat.com Wed Aug 30 02:32:09 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:32:09 -0700 Subject: rpms/ftnchek/devel ftnchek.spec,1.3,1.4 Message-ID: <200608300232.k7U2WBSm002401@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/ftnchek/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2384 Modified Files: ftnchek.spec Log Message: Rebuild for FC6 Index: ftnchek.spec =================================================================== RCS file: /cvs/extras/rpms/ftnchek/devel/ftnchek.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ftnchek.spec 24 Mar 2006 23:07:58 -0000 1.3 +++ ftnchek.spec 30 Aug 2006 02:32:08 -0000 1.4 @@ -1,6 +1,6 @@ Name: ftnchek Version: 3.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Static analyzer for Fortran 77 programs Group: Development/Tools @@ -77,6 +77,9 @@ %changelog +* Tue Aug 29 2006 Orion Poplawki 3.3.1-5 +- Rebuild for FC6 + * Fri Mar 24 2006 Orion Poplawki 3.3.1-4 - Don't strip binaries so we get a good debuginfo From fedora-extras-commits at redhat.com Wed Aug 30 02:34:05 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:34:05 -0700 Subject: rpms/gv/devel gv.spec,1.7,1.8 Message-ID: <200608300234.k7U2Y7mW002462@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/gv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2445 Modified Files: gv.spec Log Message: Rebuild for FC6 Index: gv.spec =================================================================== RCS file: /cvs/extras/rpms/gv/devel/gv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gv.spec 13 Feb 2006 18:46:40 -0000 1.7 +++ gv.spec 30 Aug 2006 02:34:04 -0000 1.8 @@ -1,7 +1,7 @@ Summary: A X front-end for the Ghostscript PostScript(TM) interpreter Name: gv Version: 3.6.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL Group: Applications/Publishing Requires: ghostscript @@ -103,6 +103,9 @@ %{_mandir}/man1/gv.* %changelog +* Tue Aug 29 2006 Orion Poplawski 3.6.1-8 +- Rebuild for FC6 + * Mon Feb 13 2006 Orion Poplawski 3.6.1-7 - Rebuild for gcc/glibc changes From fedora-extras-commits at redhat.com Wed Aug 30 02:36:31 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:36:31 -0700 Subject: rpms/hdf/devel hdf.spec,1.10,1.11 Message-ID: <200608300236.k7U2aXKI002526@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/hdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2507 Modified Files: hdf.spec Log Message: Rebuild for FC6 Index: hdf.spec =================================================================== RCS file: /cvs/extras/rpms/hdf/devel/hdf.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hdf.spec 11 Jun 2006 22:08:22 -0000 1.10 +++ hdf.spec 30 Aug 2006 02:36:31 -0000 1.11 @@ -1,6 +1,6 @@ Name: hdf Version: 4.2r1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD-ish Group: System Environment/Libraries @@ -71,6 +71,9 @@ %{_libdir}/%{name}/ %changelog +* Tue Aug 29 2006 Orion Poplawski 4.2r1-11 +- Rebuild for FC6 + * Thu Apr 20 2006 Orion Poplawski 4.2r1-10 - Add Requires netcdf-devel for hdf-devel (bug #189337) From fedora-extras-commits at redhat.com Wed Aug 30 02:53:02 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 19:53:02 -0700 Subject: rpms/hdf5/devel hdf5-1.6.5-flags.patch,1.2,1.3 hdf5.spec,1.10,1.11 Message-ID: <200608300253.k7U2r4FY002621@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/hdf5/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2599 Modified Files: hdf5-1.6.5-flags.patch hdf5.spec Log Message: Rebuild for FC6 hdf5-1.6.5-flags.patch: Index: hdf5-1.6.5-flags.patch =================================================================== RCS file: /cvs/extras/rpms/hdf5/devel/hdf5-1.6.5-flags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hdf5-1.6.5-flags.patch 13 Mar 2006 18:21:58 -0000 1.2 +++ hdf5-1.6.5-flags.patch 30 Aug 2006 02:53:01 -0000 1.3 @@ -26,31 +26,3 @@ # Host-specific flags case "`hostname`" in ---- hdf5-1.6.5/fortran/config/gnu-flags.orig 2005-10-28 14:57:02.000000000 -0600 -+++ hdf5-1.6.5/fortran/config/gnu-flags 2006-03-13 10:59:22.000000000 -0700 -@@ -107,25 +107,6 @@ - gcc*|egcs*|pgcc*) - # Architecture-specific flags - arch= -- case "$host_os-$host_cpu" in -- # FreeBSD sets the information from "uname -m" to the general machine -- # architecture, not the specific CPU for the machine, so even our -- # Pentium II Xeon server is set to "i386". Once we know we are on a FreeBSD -- # machine, use the "sysctl" command to get the CPU hardware model. -- freebsd*-i386) -- host_cpu_model=`sysctl -n hw.model` -- case "$host_cpu_model" in -- # Hmm.. this might not catch Celerons, but it won't hurt them either... -- *Pro*|*II*|*III*|*IV*|*Athlon*) -- arch="-march=i686" -- ;; -- esac -- ;; -- -- *-i686) -- arch="-march=i686" -- ;; -- esac - - # Host-specific flags - case "`hostname`" in Index: hdf5.spec =================================================================== RCS file: /cvs/extras/rpms/hdf5/devel/hdf5.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hdf5.spec 15 Mar 2006 22:29:45 -0000 1.10 +++ hdf5.spec 30 Aug 2006 02:53:01 -0000 1.11 @@ -1,6 +1,6 @@ Name: hdf5 Version: 1.6.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD-ish Group: System Environment/Libraries @@ -100,6 +100,9 @@ %{_libdir}/*.mod %changelog +* Tue Aug 29 2006 Orion Poplawski 1.6.5-6 +- Rebuild for FC6 + * Wed Mar 15 2006 Orion Poplawski 1.6.5-5 - Change rpath patch to not need autoconf - Add patch for libtool on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 02:54:26 2006 From: fedora-extras-commits at redhat.com (Michael Patrick McGrath (mmcgrath)) Date: Tue, 29 Aug 2006 19:54:26 -0700 Subject: owners owners.list,1.1468,1.1469 Message-ID: <200608300254.k7U2sShB002687@cvs-int.fedora.redhat.com> Author: mmcgrath Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2668 Modified Files: owners.list Log Message: Took ownership of sqlite sqlite2 moodle from ignacio Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1468 retrieving revision 1.1469 diff -u -r1.1468 -r1.1469 --- owners.list 30 Aug 2006 01:23:11 -0000 1.1468 +++ owners.list 30 Aug 2006 02:54:26 -0000 1.1469 @@ -954,7 +954,7 @@ Fedora Extras|monodoc|Documentation for the mono .NET libraries|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| Fedora Extras|monotone|A free, distributed version control system|roland at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|monsterz|Puzzle game, similar to Bejeweled or Zookeeper|packages at amiga-hardware.com|extras-qa at fedoraproject.org| -Fedora Extras|moodle|A Course Management System|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|moodle|A Course Management System|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|moodss|Powerful modular monitoring graphical application|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|moomps|Powerful modular monitoring service|jfontain at free.fr|extras-qa at fedoraproject.org| Fedora Extras|most|more, less, most|adrian at lisas.de|extras-qa at fedoraproject.org| @@ -1862,8 +1862,8 @@ Fedora Extras|spicctrl|Sony Vaio laptop SPIC control program|roozbeh at farsiweb.info|extras-qa at fedoraproject.org| Fedora Extras|splint|An implementation of the lint program|pnasrat at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|Sprog|A graphical tool to build programs by plugging parts together|ghenry at suretecsystems.com|extras-qa at fedoraproject.org| -Fedora Extras|sqlite|An embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|sqlite2|Embeddable SQL engine in a C library|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|sqlite|An embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|sqlite2|Embeddable SQL engine in a C library|imlinux at gmail.com|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|squidGuard|Filter, redirector and access controller plugin for squid|jwb at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|srecord|Manipulate EPROM load files|jpo at di.uminho.pt|extras-qa at fedoraproject.org| Fedora Extras|ss5|A socks firewall|matteo.ricchetti at libero.it|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 03:05:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:05:32 -0700 Subject: rpms/kdesvn/devel .cvsignore, 1.9, 1.10 kdesvn.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <200608300305.k7U35YIE005413@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/kdesvn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5392 Modified Files: .cvsignore kdesvn.spec sources Log Message: Update to 0.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 27 Jul 2006 17:31:22 -0000 1.9 +++ .cvsignore 30 Aug 2006 03:05:32 -0000 1.10 @@ -1 +1 @@ -kdesvn-0.9.1.tar.gz +kdesvn-0.9.2.tar.bz2 Index: kdesvn.spec =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/kdesvn.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kdesvn.spec 27 Jul 2006 17:31:22 -0000 1.15 +++ kdesvn.spec 30 Aug 2006 03:05:32 -0000 1.16 @@ -1,13 +1,12 @@ Name: kdesvn -Version: 0.9.1 +Version: 0.9.2 Release: 1%{?dist} Summary: A subversion client for KDE with KIO integration Group: Development/Tools License: GPL URL: http://www.alwins-world.de/programs/kdesvn/ -Source0: http://www.alwins-world.de/programs/download/kdesvn/kdesvn-%{version}.tar.gz -Patch0: kdesvn-0.7.1-x.patch +Source0: http://www.alwins-world.de/programs/download/kdesvn/kdesvn-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: subversion-devel, kdelibs-devel, neon-devel @@ -39,7 +38,6 @@ %prep %setup -q -%patch -p1 -b .x11 %build @@ -118,6 +116,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.9.2-1 +- Update to 0.9.2 + * Thu Jul 27 2006 - Orion Poplawski - 0.9.1-1 - Update to 0.9.1, should fix bug #185165 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kdesvn/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 27 Jul 2006 17:31:22 -0000 1.9 +++ sources 30 Aug 2006 03:05:32 -0000 1.10 @@ -1 +1 @@ -5ae31df56b853976db56400b1fd1b4fa kdesvn-0.9.1.tar.gz +d21c5c6ddc00d1948014149ecffeb5d0 kdesvn-0.9.2.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 03:07:53 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:07:53 -0700 Subject: rpms/kompose/devel .cvsignore, 1.2, 1.3 kompose.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200608300307.k7U37uHo005490@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/kompose/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5469 Modified Files: .cvsignore kompose.spec sources Log Message: Rebuild for FC6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Aug 2005 17:09:36 -0000 1.2 +++ .cvsignore 30 Aug 2006 03:07:53 -0000 1.3 @@ -1 +1 @@ -kompose-0.5.3.tar.bz2 +kompose-0.5.4.tar.bz2 Index: kompose.spec =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/kompose.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kompose.spec 27 Feb 2006 18:21:34 -0000 1.3 +++ kompose.spec 30 Aug 2006 03:07:53 -0000 1.4 @@ -1,7 +1,7 @@ Name: kompose Summary: Provides a full screen view of all open windows -Version: 0.5.3 -Release: 5%{?dist} +Version: 0.5.4 +Release: 2%{?dist} License: GPL Group: User Interface/X Url: http://kompose.berlios.de @@ -12,7 +12,7 @@ Requires: kdebase %description -Kompos? currently allows a fullscreen view of all your virtual desktops where +Kompos?? currently allows a fullscreen view of all your virtual desktops where every window is represented by a scaled screenshot of it's own. The Composite extension is used if available from the X server. @@ -67,6 +67,13 @@ %{_datadir}/pixmaps/kompose.png %changelog +* Tue Aug 29 2006 - Orion Poplawski 0.5.4-2 +- Rebuild for FC6 + +* Mon Jun 12 2006 - Orion Poplawski 0.5.4-1 +- Update to 0.5.4 +- Make description UTF-8 + * Mon Feb 27 2006 - Orion Poplawski 0.5.3-5 - Rebuild for FE5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/kompose/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Aug 2005 17:09:36 -0000 1.2 +++ sources 30 Aug 2006 03:07:53 -0000 1.3 @@ -1 +1 @@ -d0605f3651ed3f2eca9b961266669d30 kompose-0.5.3.tar.bz2 +9ae1540e91a4aeef0f71b28cf02c7869 kompose-0.5.4.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 03:14:32 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:14:32 -0700 Subject: rpms/libsynaptics/devel libsynaptics.spec,1.2,1.3 Message-ID: <200608300314.k7U3EYoa005553@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/libsynaptics/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5536 Modified Files: libsynaptics.spec Log Message: Rebuild for FC6 Index: libsynaptics.spec =================================================================== RCS file: /cvs/extras/rpms/libsynaptics/devel/libsynaptics.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libsynaptics.spec 31 Jul 2006 16:10:04 -0000 1.2 +++ libsynaptics.spec 30 Aug 2006 03:14:32 -0000 1.3 @@ -1,6 +1,6 @@ Name: libsynaptics Version: 0.14.6b -Release: 2%{?dist} +Release: 3%{?dist} Summary: Synaptics touchpad driver library Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.14.6b-3 +- Rebuild for FC6 + * Mon Jul 31 2006 - Orion Poplawski - 0.14.6b-2 - Add BR xorg-x11-proto-devel From fedora-extras-commits at redhat.com Wed Aug 30 03:19:41 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:19:41 -0700 Subject: rpms/lasi/devel .cvsignore, 1.2, 1.3 lasi.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200608300319.k7U3Jhss005598@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/lasi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5577 Modified Files: .cvsignore lasi.spec sources Log Message: - Update to 1.0.6 - Remove pkg-config patch applied upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 May 2006 18:19:14 -0000 1.2 +++ .cvsignore 30 Aug 2006 03:19:40 -0000 1.3 @@ -1 +1 @@ -lasi-1.0.5.tar.gz +lasi-1.0.6.tar.gz Index: lasi.spec =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/lasi.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lasi.spec 8 May 2006 18:19:14 -0000 1.1 +++ lasi.spec 30 Aug 2006 03:19:40 -0000 1.2 @@ -1,13 +1,12 @@ Name: lasi -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: C++ library for creating Postscript documents Group: Development/Libraries License: LGPL URL: http://www.unifont.org/lasi/ Source0: http://www.unifont.org/lasi/download/lasi-%{version}.tar.gz -Patch0: lasi-1.0.5-pc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel @@ -43,7 +42,6 @@ %prep %setup -q -%patch -p1 -b .pc %build @@ -82,6 +80,10 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 1.0.6-1 +- Update to 1.0.6 +- Remove pkg-config patch applied upstream + * Mon May 8 2006 - Orion Poplawski - 1.0.5-2 - Disable static libs - Patch pc file to return -lLASi Index: sources =================================================================== RCS file: /cvs/extras/rpms/lasi/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 May 2006 18:19:14 -0000 1.2 +++ sources 30 Aug 2006 03:19:40 -0000 1.3 @@ -1 +1 @@ -b9f766f0b262bd3a5365fa81aea47ed8 lasi-1.0.5.tar.gz +2afd4359c2708949e8aa13ab9944ce7a lasi-1.0.6.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:23:08 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:23:08 -0700 Subject: rpms/ncarg/devel ncarg.spec,1.3,1.4 Message-ID: <200608300323.k7U3NA6R005673@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/ncarg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5651 Modified Files: ncarg.spec Log Message: Rebuild for FC6 Index: ncarg.spec =================================================================== RCS file: /cvs/extras/rpms/ncarg/devel/ncarg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ncarg.spec 20 Feb 2006 21:37:52 -0000 1.3 +++ ncarg.spec 30 Aug 2006 03:23:08 -0000 1.4 @@ -1,6 +1,6 @@ Name: ncarg Version: 4.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Fortran and C based software package for scientific visualization Group: Development/Libraries License: GPL @@ -134,6 +134,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 4.4.1-4 +- Rebuild for FC6 + * Mon Feb 20 2006 - Orion Poplawski - 4.4.1-3 - Rename man3 manpages to not conflict with allegro-devel From fedora-extras-commits at redhat.com Wed Aug 30 03:24:16 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:24:16 -0700 Subject: rpms/libxfce4util/devel libxfce4util.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608300324.k7U3OIdl005744@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfce4util/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5727 Modified Files: libxfce4util.spec Removed Files: needs.rebuild Log Message: Make devel package own includedir/xfce4 (fixes #203644) Index: libxfce4util.spec =================================================================== RCS file: /cvs/extras/rpms/libxfce4util/devel/libxfce4util.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libxfce4util.spec 16 Feb 2006 19:18:46 -0000 1.10 +++ libxfce4util.spec 30 Aug 2006 03:24:16 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Utility library for the Xfce4 desktop environment Name: libxfce4util Version: 4.2.3.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD and LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.2/src/libxfce4util-4.2.3.2.tar.gz @@ -54,11 +54,14 @@ %defattr(-, root, root) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc -%{_includedir}/xfce4/libxfce4util +%{_includedir}/xfce4 %{_datadir}/xfce4/m4/ %doc %{_datadir}/gtk-doc/html/libxfce4util %changelog +* Sun Aug 27 2006 Kevin Fenzi - 4.2.3.2-3 +- Make devel package own includedir/xfce4 (fixes #203644) + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3.2-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:28:17 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:28:17 -0700 Subject: rpms/perl-Net-IP-CMatch/devel perl-Net-IP-CMatch.spec,1.3,1.4 Message-ID: <200608300328.k7U3SJwj005825@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-Net-IP-CMatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5808 Modified Files: perl-Net-IP-CMatch.spec Log Message: Rebuild for FC6 Index: perl-Net-IP-CMatch.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-IP-CMatch/devel/perl-Net-IP-CMatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-IP-CMatch.spec 27 Feb 2006 17:25:37 -0000 1.3 +++ perl-Net-IP-CMatch.spec 30 Aug 2006 03:28:17 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-IP-CMatch Version: 0.02 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Efficiently match IP addresses against IP ranges with C Group: Development/Libraries @@ -56,6 +56,9 @@ %changelog +* Tue Aug 29 2006 - Orion Poplawski - 0.02-4 +- Rebuild for FC6 + * Mon Feb 27 2006 - Orion Poplawski - 0.02-3 - Rebuild for FC5 From fedora-extras-commits at redhat.com Wed Aug 30 03:29:40 2006 From: fedora-extras-commits at redhat.com (Orion Poplawski (orion)) Date: Tue, 29 Aug 2006 20:29:40 -0700 Subject: rpms/perl-Net-Patricia/devel perl-Net-Patricia.spec,1.3,1.4 Message-ID: <200608300329.k7U3TgFd005909@cvs-int.fedora.redhat.com> Author: orion Update of /cvs/extras/rpms/perl-Net-Patricia/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5892 Modified Files: perl-Net-Patricia.spec Log Message: Rebuild for FC6 Index: perl-Net-Patricia.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-Patricia/devel/perl-Net-Patricia.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Net-Patricia.spec 27 Feb 2006 17:28:16 -0000 1.3 +++ perl-Net-Patricia.spec 30 Aug 2006 03:29:40 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Net-Patricia Version: 1.014 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Patricia Trie perl module for fast IP address lookups License: GPL Group: Development/Libraries @@ -53,6 +53,9 @@ %{_mandir}/man3/* %changelog +* Tue Aug 29 2006 - Orion Poplawski - 1.014-3 +- Rebuild for FC6 + * Mon Feb 27 2006 - Orion Poplawski - 1.014-2 - Rebuild for FC5 From fedora-extras-commits at redhat.com Wed Aug 30 03:30:11 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:30:11 -0700 Subject: rpms/libxfcegui4/devel libxfcegui4.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608300330.k7U3UDp4005972@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfcegui4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5955 Modified Files: libxfcegui4.spec Removed Files: needs.rebuild Log Message: fix .so included in main package instead of devel. (#203629) Index: libxfcegui4.spec =================================================================== RCS file: /cvs/extras/rpms/libxfcegui4/devel/libxfcegui4.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- libxfcegui4.spec 6 Jun 2006 00:32:15 -0000 1.12 +++ libxfcegui4.spec 30 Aug 2006 03:30:11 -0000 1.13 @@ -1,7 +1,7 @@ Summary: GTK widgets for Xfce Name: libxfcegui4 Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/libxfcegui4-4.2.3.tar.gz @@ -58,7 +58,7 @@ %files -f %{name}.lang %defattr(-,root,root) -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_libdir}/xfce4/modules/*.so* %{_datadir}/xfce4/* @@ -70,6 +70,9 @@ %{_datadir}/gtk-doc/html/libxfcegui4 %changelog +* Sun Aug 27 2006 - 4.2.3-6 +- fix .so included in main package instead of devel. (#203629) + * Mon Jun 5 2006 - 4.2.3-5 - Add gettext and intltool BuildRequires (fixes #194138) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:33:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:33:12 -0700 Subject: rpms/libxfce4mcs/devel libxfce4mcs.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300333.k7U3XE4e006065@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/libxfce4mcs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6048 Modified Files: libxfce4mcs.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: libxfce4mcs.spec =================================================================== RCS file: /cvs/extras/rpms/libxfce4mcs/devel/libxfce4mcs.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libxfce4mcs.spec 16 Feb 2006 21:04:55 -0000 1.9 +++ libxfce4mcs.spec 30 Aug 2006 03:33:12 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Multi-channel settings management support for Xfce Name: libxfce4mcs Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3/src/libxfce4mcs-4.2.3.tar.gz @@ -63,6 +63,9 @@ %{_datadir}/gtk-doc/html/libxfce4mcs %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-5.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:35:28 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:35:28 -0700 Subject: rpms/xfce-mcs-manager/devel xfce-mcs-manager.spec, 1.6, 1.7 needs.rebuild, 1.1, NONE Message-ID: <200608300335.k7U3ZUjJ006141@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-mcs-manager/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6124 Modified Files: xfce-mcs-manager.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-mcs-manager.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-mcs-manager/devel/xfce-mcs-manager.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xfce-mcs-manager.spec 16 Feb 2006 21:37:13 -0000 1.6 +++ xfce-mcs-manager.spec 30 Aug 2006 03:35:27 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Multi channel settings manager Name: xfce-mcs-manager Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-mcs-manager-4.2.3.tar.gz @@ -61,6 +61,9 @@ %{_includedir}/xfce4/xfce-mcs-manager %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:37:33 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:37:33 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300337.k7U3bZgf006222@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6205 Modified Files: xfce4-panel.spec Removed Files: needs.rebuild Log Message: Don't own includedir/xfce4 Requires: libxfce4util-devel added to devel Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-panel.spec 6 Jun 2006 02:36:52 -0000 1.9 +++ xfce4-panel.spec 30 Aug 2006 03:37:33 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -31,6 +31,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig +Requires: libxfce4util-devel = %{version}-%{release} %description devel This package includes the header files you will need to build @@ -68,9 +69,12 @@ %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/* -%{_includedir}/xfce4 %changelog +* Thu Aug 24 2006 Kevin Fenzi - 4.2.3-5 +- Don't own includedir/xfce4 +- Requires: libxfce4util-devel added to devel + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext to BuildRequires (fixes #194139) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:40:50 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:40:50 -0700 Subject: rpms/gtk-xfce-engine/devel gtk-xfce-engine.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608300340.k7U3eqWv006307@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/gtk-xfce-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6290 Modified Files: gtk-xfce-engine.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: gtk-xfce-engine.spec =================================================================== RCS file: /cvs/extras/rpms/gtk-xfce-engine/devel/gtk-xfce-engine.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gtk-xfce-engine.spec 14 Jul 2006 22:09:19 -0000 1.10 +++ gtk-xfce-engine.spec 30 Aug 2006 03:40:50 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Port of Xfce engine to GTK+-2.0 Name: gtk-xfce-engine Version: 2.2.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/gtk-xfce-engine-2.2.8.tar.gz @@ -35,6 +35,9 @@ %{_datadir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 2.2.8-4 +- Rebuild for fc6 + * Fri Jul 14 2006 Kevin Fenzi - 2.2.8-3 - Fix to build against the new gtk (fixes #198904) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:43:04 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:43:04 -0700 Subject: rpms/xfcalendar/devel xfcalendar.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300343.k7U3h6Fo006394@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfcalendar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6370 Modified Files: xfcalendar.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfcalendar.spec =================================================================== RCS file: /cvs/extras/rpms/xfcalendar/devel/xfcalendar.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfcalendar.spec 16 Feb 2006 23:47:25 -0000 1.8 +++ xfcalendar.spec 30 Aug 2006 03:43:04 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Time-managing application for Xfce4 Name: xfcalendar Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfcalendar-4.2.3.tar.gz @@ -46,6 +46,9 @@ %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.3.2-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.3.2-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:45:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:45:30 -0700 Subject: rpms/xfce4-appfinder/devel xfce4-appfinder.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608300345.k7U3jWcH006474@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-appfinder/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6457 Modified Files: xfce4-appfinder.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-appfinder.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-appfinder/devel/xfce4-appfinder.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xfce4-appfinder.spec 18 May 2006 20:14:15 -0000 1.7 +++ xfce4-appfinder.spec 30 Aug 2006 03:45:30 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Appfinder for the Xfce4 Desktop Environment Name: xfce4-appfinder Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-appfinder-4.2.3.tar.gz @@ -44,6 +44,9 @@ %{_datadir}/xfce4/doc/he %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu May 18 2006 Kevin Fenzi - 4.2.3-3 - Add patch to fix crash in information selection (fixes #192195) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:47:26 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:47:26 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec,1.10,1.11 Message-ID: <200608300347.k7U3lSRU006550@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6533 Modified Files: xfce4-panel.spec Log Message: Add back in correct include dir for devel subpackage Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xfce4-panel.spec 30 Aug 2006 03:37:33 -0000 1.10 +++ xfce4-panel.spec 30 Aug 2006 03:47:26 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -69,8 +69,12 @@ %files devel %defattr(-, root, root) %{_libdir}/pkgconfig/* +%{_includedir}/xfce4/panel %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 +- Add back in correct include dir for devel subpackage + * Thu Aug 24 2006 Kevin Fenzi - 4.2.3-5 - Don't own includedir/xfce4 - Requires: libxfce4util-devel added to devel From fedora-extras-commits at redhat.com Wed Aug 30 03:49:11 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:49:11 -0700 Subject: rpms/xfce4-iconbox/devel xfce4-iconbox.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300349.k7U3nDqC006626@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-iconbox/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6609 Modified Files: xfce4-iconbox.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-iconbox.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-iconbox/devel/xfce4-iconbox.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-iconbox.spec 17 Feb 2006 00:26:38 -0000 1.8 +++ xfce4-iconbox.spec 30 Aug 2006 03:49:10 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Icon box for the Xfce4 Desktop Environment Name: xfce4-iconbox Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-iconbox-4.2.3.tar.gz @@ -48,6 +48,9 @@ %{_datadir}/icons/hicolor/*/*/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:52:45 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:52:45 -0700 Subject: rpms/xfce4-icon-theme/devel xfce4-icon-theme.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300352.k7U3qmsc006711@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-icon-theme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6694 Modified Files: xfce4-icon-theme.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-icon-theme.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-icon-theme/devel/xfce4-icon-theme.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-icon-theme.spec 17 Feb 2006 00:30:39 -0000 1.8 +++ xfce4-icon-theme.spec 30 Aug 2006 03:52:45 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Icons for Xfce Name: xfce4-icon-theme Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-icon-theme-4.2.3.tar.gz @@ -36,6 +36,9 @@ %{_datadir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:53:20 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 29 Aug 2006 20:53:20 -0700 Subject: rpms/mock/FC-5 .cvsignore, 1.8, 1.9 mock.spec, 1.20, 1.21 sources, 1.11, 1.12 Message-ID: <200608300353.k7U3rMd7006801@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764/FC-5 Modified Files: .cvsignore mock.spec sources Log Message: Yet another new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Aug 2006 01:28:24 -0000 1.8 +++ .cvsignore 30 Aug 2006 03:53:20 -0000 1.9 @@ -1 +1 @@ -mock-0.6.2.tar.gz +mock-0.6.4.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/mock.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mock.spec 24 Aug 2006 01:28:24 -0000 1.20 +++ mock.spec 30 Aug 2006 03:53:20 -0000 1.21 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Jesse Keating - 0.6.4-1 +- new upstream version to fix #204051 + * Wed Aug 23 2006 Jesse Keating - 0.6.2-1 - new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/FC-5/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 24 Aug 2006 01:28:24 -0000 1.11 +++ sources 30 Aug 2006 03:53:20 -0000 1.12 @@ -1 +1 @@ -25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz +636f66c9d6d03e590c79c2d83fcf0b24 mock-0.6.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:53:20 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Tue, 29 Aug 2006 20:53:20 -0700 Subject: rpms/mock/devel .cvsignore, 1.8, 1.9 mock.spec, 1.21, 1.22 sources, 1.11, 1.12 Message-ID: <200608300353.k7U3rNR6006807@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6764/devel Modified Files: .cvsignore mock.spec sources Log Message: Yet another new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mock/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 24 Aug 2006 01:28:25 -0000 1.8 +++ .cvsignore 30 Aug 2006 03:53:20 -0000 1.9 @@ -1 +1 @@ -mock-0.6.2.tar.gz +mock-0.6.4.tar.gz Index: mock.spec =================================================================== RCS file: /cvs/extras/rpms/mock/devel/mock.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mock.spec 24 Aug 2006 01:28:25 -0000 1.21 +++ mock.spec 30 Aug 2006 03:53:20 -0000 1.22 @@ -1,6 +1,6 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.2 +Version: 0.6.4 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -68,6 +68,9 @@ %changelog +* Tue Aug 29 2006 Jesse Keating - 0.6.4-1 +- new upstream version to fix #204051 + * Wed Aug 23 2006 Jesse Keating - 0.6.2-1 - new upstream version Index: sources =================================================================== RCS file: /cvs/extras/rpms/mock/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 24 Aug 2006 01:28:25 -0000 1.11 +++ sources 30 Aug 2006 03:53:20 -0000 1.12 @@ -1 +1 @@ -25e2ca6b7045ff3729f7a1b0732dddbf mock-0.6.2.tar.gz +636f66c9d6d03e590c79c2d83fcf0b24 mock-0.6.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 03:54:30 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:54:30 -0700 Subject: rpms/xfce4-mixer/devel xfce4-mixer.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300354.k7U3sXjP006923@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6906 Modified Files: xfce4-mixer.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-mixer.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-mixer.spec 17 Feb 2006 00:32:57 -0000 1.8 +++ xfce4-mixer.spec 30 Aug 2006 03:54:30 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Volume control plugin for the Xfce 4 panel Name: xfce4-mixer Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-mixer-4.2.3.tar.gz @@ -46,6 +46,9 @@ %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:56:26 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:56:26 -0700 Subject: rpms/xfce4-session/devel xfce4-session.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300356.k7U3uSF4007001@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-session/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6984 Modified Files: xfce4-session.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-session.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce4-session.spec 17 Feb 2006 00:36:30 -0000 1.9 +++ xfce4-session.spec 30 Aug 2006 03:56:26 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Xfce session manager Name: xfce4-session Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-session-4.2.3.tar.gz @@ -88,6 +88,9 @@ %{_libexecdir}/balou-* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 03:58:10 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 20:58:10 -0700 Subject: rpms/xfce4-systray/devel xfce4-systray.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300358.k7U3wC6E007082@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-systray/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7065 Modified Files: xfce4-systray.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-systray.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-systray/devel/xfce4-systray.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-systray.spec 17 Feb 2006 00:42:21 -0000 1.8 +++ xfce4-systray.spec 30 Aug 2006 03:58:10 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Systray for the Xfce4 Desktop Environment Name: xfce4-systray Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-systray-4.2.3.tar.gz @@ -41,6 +41,9 @@ %{_libdir}/xfce4 %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:00:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:00:00 -0700 Subject: rpms/xfce4-toys/devel xfce4-toys.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300400.k7U402ov007168@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-toys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7150 Modified Files: xfce4-toys.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-toys.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-toys/devel/xfce4-toys.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-toys.spec 17 Feb 2006 00:44:10 -0000 1.8 +++ xfce4-toys.spec 30 Aug 2006 04:00:00 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Various tools for Xfce4 Name: xfce4-toys Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-toys-4.2.3.tar.gz @@ -45,6 +45,9 @@ %{_datadir}/xfce4/tips/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:02:00 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:02:00 -0700 Subject: rpms/xfce4-trigger-launcher/devel xfce4-trigger-launcher.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300402.k7U42XTn009871@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-trigger-launcher/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9850 Modified Files: xfce4-trigger-launcher.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce4-trigger-launcher.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-trigger-launcher/devel/xfce4-trigger-launcher.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce4-trigger-launcher.spec 17 Feb 2006 00:45:49 -0000 1.8 +++ xfce4-trigger-launcher.spec 30 Aug 2006 04:02:00 -0000 1.9 @@ -1,7 +1,7 @@ Summary: A panel plugin acting as a launcher with two states Name: xfce4-trigger-launcher Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-trigger-launcher-4.2.3.tar.gz @@ -42,6 +42,9 @@ %{_libdir}/xfce4/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:04:25 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:04:25 -0700 Subject: rpms/xfce-mcs-plugins/devel xfce-mcs-plugins.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300404.k7U44RLZ010005@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-mcs-plugins/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9988 Modified Files: xfce-mcs-plugins.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-mcs-plugins.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-mcs-plugins/devel/xfce-mcs-plugins.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xfce-mcs-plugins.spec 17 Feb 2006 00:47:32 -0000 1.8 +++ xfce-mcs-plugins.spec 30 Aug 2006 04:04:25 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Plugins for multi channel settings manager Name: xfce-mcs-plugins Version: 4.2.3 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-mcs-plugins-4.2.3.tar.gz @@ -53,6 +53,9 @@ %{_datadir}/icons/*/*/apps/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-4 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-3.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:06:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:06:08 -0700 Subject: rpms/xfwm4/devel xfwm4.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300406.k7U46AQn010081@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfwm4/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10064 Modified Files: xfwm4.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfwm4.spec =================================================================== RCS file: /cvs/extras/rpms/xfwm4/devel/xfwm4.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xfwm4.spec 7 Jun 2006 01:57:23 -0000 1.13 +++ xfwm4.spec 30 Aug 2006 04:06:08 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Next generation window manager for Xfce Name: xfwm4 Version: 4.2.3.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.2.3.2/src/xfwm4-4.2.3.2.tar.gz @@ -63,6 +63,9 @@ %{_datadir}/themes %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3.2-6 +- Rebuild for fc6 + * Tue Jun 6 2006 Kevin Fenzi - 4.2.3.2-5 - Add gettext and intltool to BuildRequires (fixes #194148) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:07:07 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:07:07 -0700 Subject: rpms/xpilot-ng/devel xpilotd.fc, NONE, 1.1 xpilotd.if, NONE, 1.1 xpilotd.te, NONE, 1.1 Message-ID: <200608300407.k7U479Y2010158@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10140 Added Files: xpilotd.fc xpilotd.if xpilotd.te Log Message: Add xpilot policy files --- NEW FILE xpilotd.fc --- # xpilot-ng-server executable will have: # label: system_u:object_r:xpilotd_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/xpilot-ng-server -- gen_context(system_u:object_r:xpilotd_exec_t,s0) /etc/xpilot-ng(/.*)? gen_context(system_u:object_r:xpilotd_private_data_t) --- NEW FILE xpilotd.if --- ## policy for xpilot-ng ######################################## ## ## Execute a domain transition to run xpilot-ng-server. ## ## ## ## Domain allowed to transition. ## ## # interface(`xpilotd_domtrans',` gen_require(` type xpilotd_t, xpilotd_exec_t; ') domain_auto_trans($1,xpilotd_exec_t,xpilotd_t) allow $1 xpilotd_t:fd use; allow xpilotd_t $1:fd use; allow xpilotd_t $1:fifo_file rw_file_perms; allow xpilotd_t $1:process sigchld; ') --- NEW FILE xpilotd.te --- policy_module(xpilotd,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; attribute port_type; type var_log_t; ') type xpilotd_port_t, port_type; type xpilotd_t; type xpilotd_exec_t; domain_type(xpilotd_t) init_daemon_domain(xpilotd_t, xpilotd_exec_t) # pid files type xpilotd_var_run_t; files_pid_file(xpilotd_var_run_t) # Game data files type xpilotd_private_data_t; files_type(xpilotd_private_data_t); ######################################## # # xpilot local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) files_read_usr_files(xpilotd_t) files_read_etc_files(xpilotd_t) libs_use_ld_so(xpilotd_t) libs_use_shared_libs(xpilotd_t) miscfiles_read_localization(xpilotd_t) ## internal communication is often done using fifo and unix sockets. allow xpilotd_t self:fifo_file { read write }; allow xpilotd_t self:unix_stream_socket create_stream_socket_perms; # log files allow xpilotd_t var_log_t:file rw_file_perms ; ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(xpilotd_t) corenet_udp_bind_all_nodes(xpilotd_t) corenet_non_ipsec_sendrecv(xpilotd_t) corenet_udp_sendrecv_all_ports(xpilotd_t) allow xpilotd_t xpilotd_port_t:udp_socket { name_bind }; # Init script handling init_use_fds(xpilotd_t) init_use_script_ptys(xpilotd_t) domain_use_interactive_fds(xpilotd_t) # Game private data allow xpilotd_t xpilotd_private_data_t:file { r_file_perms }; allow xpilotd_t xpilotd_private_data_t:dir search; # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them kernel_read_system_state(xpilotd_t) allow xpilotd_t self:process signal; From fedora-extras-commits at redhat.com Wed Aug 30 04:07:47 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:07:47 -0700 Subject: rpms/xfwm4-themes/devel xfwm4-themes.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608300407.k7U47nGj010212@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfwm4-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10185 Modified Files: xfwm4-themes.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfwm4-themes.spec =================================================================== RCS file: /cvs/extras/rpms/xfwm4-themes/devel/xfwm4-themes.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xfwm4-themes.spec 17 Feb 2006 00:50:56 -0000 1.7 +++ xfwm4-themes.spec 30 Aug 2006 04:07:47 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Additional themes for xfwm4 Name: xfwm4-themes Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfwm4-themes-4.2.3.tar.gz @@ -35,6 +35,9 @@ %{_datadir}/themes %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-3 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 4.2.3-2.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:07:48 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:07:48 -0700 Subject: rpms/xpilot-ng/devel xpilot-ng-server.init,1.2,1.3 Message-ID: <200608300408.k7U48KSW010271@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10168 Modified Files: xpilot-ng-server.init Log Message: Add/remove the xpilot selinux port contexts when starting/stopping the server Index: xpilot-ng-server.init =================================================================== RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng-server.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xpilot-ng-server.init 18 Jul 2006 16:16:23 -0000 1.2 +++ xpilot-ng-server.init 30 Aug 2006 04:07:48 -0000 1.3 @@ -35,13 +35,17 @@ echo return 1 fi + if selinuxenabled ; then + /usr/sbin/semanage port -a -t xpilotd_port_t -p udp 1545 &>/dev/null || : + /usr/sbin/semanage port -a -t xpilotd_port_t -p udp 32200-32299 &>/dev/null || : + fi + # This doesn't properly detect startup failures daemon --user xpilot $exec $XPILOTD_OPTIONS >>/var/log/xpilot.log 2>&1 & retval=$? if [ $retval -eq 0 ]; then success touch $lockfile - pidofproc $prog > $pidfile else failure fi @@ -55,6 +59,10 @@ retval=$? echo [ $retval -eq 0 ] && rm -f $lockfile + if selinuxenabled ; then + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 1545 &>/dev/null || : + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 32200-32299 &>/dev/null || : + fi return $retval } From fedora-extras-commits at redhat.com Wed Aug 30 04:09:08 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:09:08 -0700 Subject: rpms/xfdesktop/devel xfdesktop.spec, 1.11, 1.12 needs.rebuild, 1.1, NONE Message-ID: <200608300409.k7U49AEZ010299@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfdesktop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10282 Modified Files: xfdesktop.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfdesktop.spec =================================================================== RCS file: /cvs/extras/rpms/xfdesktop/devel/xfdesktop.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xfdesktop.spec 6 Jun 2006 03:04:07 -0000 1.11 +++ xfdesktop.spec 30 Aug 2006 04:09:08 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Desktop manager for the XFce Desktop Environment Name: xfdesktop Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfdesktop-4.2.3.tar.gz @@ -66,6 +66,9 @@ %{_mandir}/man1/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext BuildRequires. (fixes #194142) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:10:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:10:39 -0700 Subject: rpms/xpilot-ng/devel xpilot-ng.spec,1.8,1.9 Message-ID: <200608300410.k7U4AfhO010377@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10353 Modified Files: xpilot-ng.spec Log Message: Added -selinux subpackage Don't create the xpilot user if one already exists Don't ghost compiled python files anymore. Index: xpilot-ng.spec =================================================================== RCS file: /cvs/extras/rpms/xpilot-ng/devel/xpilot-ng.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xpilot-ng.spec 18 Jul 2006 16:16:40 -0000 1.8 +++ xpilot-ng.spec 30 Aug 2006 04:10:38 -0000 1.9 @@ -1,24 +1,33 @@ +%define selinux_variants mls strict targeted +%define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) + Name: xpilot-ng Version: 4.7.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Multiplayer space arcade game Group: Amusements/Games License: GPL URL: http://xpilot.sourceforge.net Source0: http://dl.sourceforge.net/sourceforge/xpilot/xpilot-ng-%{version}.tar.gz -Source1: xpilot-ng.png -Source2: xpilot-ng-x11.desktop -Source3: xpilot-ng-sdl.desktop -Source4: xpilot-ng-server.init +Source1: xpilot-ng.png +Source2: xpilot-ng-x11.desktop +Source3: xpilot-ng-sdl.desktop +Source4: xpilot-ng-server.init Source5: xpilot-ng.sysconfig Source6: xpilot-ng.logrotate +Source7: xpilotd.te +Source8: xpilotd.fc +Source9: xpilotd.if BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils BuildRequires: expat-devel SDL_ttf-devel SDL_image-devel zlib-devel -# The following BR are not needed for FC-4 BuildRequires: libXt-devel libGLU-devel libXxf86misc-devel +BuildRequires: selinux-policy-devel hardlink checkpolicy +%if "%{selinux_policyver}" != "" +Requires: selinux-policy >= %{selinux_policyver} +%endif %description A highly addictive, infinitely configurable multiplayer space @@ -42,6 +51,16 @@ are playing alone, but not required if you are joining one of the public xpilot games hosted on the internet. +%package selinux +Summary: SELinux policy files for the xpilot-ng game server +Group: Amusements/Games +Requires: %{name}-server = %{version}-%{release} +Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles +Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool +Requires(postun): /usr/sbin/semodule +%description selinux +SELinux policy files for the xpilot-ng game server + %prep %setup -q pushd doc/man @@ -51,10 +70,23 @@ mv xpilot-ng-x11.man.new xpilot-ng-x11.man popd +mkdir SELinux +cp %{SOURCE7} %{SOURCE8} %{SOURCE9} SELinux/ + %build CFLAGS="$RPM_OPT_FLAGS" %configure make %{?_smp_mflags} +# Build the selinux policy file +pushd SELinux +for variant in %{selinux_variants} +do + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile + mv xpilotd.pp xpilotd.pp.${variant} + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean +done +popd + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT @@ -85,6 +117,18 @@ install -p -D -m 644 lib/defaults.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/defaults.txt install -p -D -m 600 lib/password.txt $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/password.txt +# Install selinux policies +pushd SELinux +for variant in %{selinux_variants} +do + install -d %{buildroot}%{_datadir}/selinux/${variant} + install -p -m 644 xpilotd.pp.${variant} \ + %{buildroot}%{_datadir}/selinux/${variant}/xpilotd.pp +done +popd +# Hardlink identical policy module packages together +/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux + %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ]; then @@ -98,26 +142,65 @@ fi %pre server -/usr/sbin/fedora-groupadd 25 -r xpilot &>/dev/null || : -/usr/sbin/fedora-useradd 25 -r -s /sbin/nologin -d /usr/share/xpilot-ng -M \ - -c 'XPilot Server' -g xpilot xpilot >/dev/null || : +user_uid=`id -u xpilot 2>/dev/null` +if [ x"$user_uid" = x ] ; then + /usr/sbin/fedora-groupadd 25 -r xpilot &>/dev/null || : + /usr/sbin/fedora-useradd 25 -r -s /sbin/nologin -d /usr/share/xpilot-ng \ + -M -c 'XPilot Server' -g xpilot xpilot >/dev/null || : +fi %post server /sbin/chkconfig --add xpilot-ng-server %preun server -if [ "$1" = "0" ]; then +if [ "$1" -le "0" ]; then /sbin/service xpilot-ng-server stop > /dev/null 2>&1 /sbin/chkconfig --del xpilot-ng-server fi %postun server if [ "$1" -ge "1" ]; then - /sbin/service xpilot-ng-server condrestart >/dev/null 2>&1 + /sbin/service xpilot-ng-server condrestart > /dev/null 2>&1 fi test "$1" != 0 || /usr/sbin/fedora-userdel xpilot &>/dev/null || : test "$1" != 0 || /usr/sbin/fedora-groupdel xpilot &>/dev/null || : +%post selinux +# Install SELinux policy modules +for selinuxvariant in %{selinux_variants} +do + /usr/sbin/semodule -s ${selinuxvariant} -i \ + %{_datadir}/selinux/${selinuxvariant}/xpilotd.pp &> /dev/null || : +done +/usr/sbin/semanage port -a -t xpilotd_port_t -p udp 15345 &> /dev/null || : +/usr/sbin/semanage port -a -t xpilotd_port_t -p udp 32200-32299 &> /dev/null || : +/sbin/fixfiles -R %{name}-server restore || : +/sbin/service %{name}-server condrestart > /dev/null 2>&1 || : + +%preun selinux +if [ "$1" -lt "1" ] ; then + # Disable the policy and restart the daemon + /usr/sbin/setsebool xpilotd_disable_trans 1 &> /dev/null || : + /sbin/service %{name}-server condrestart > /dev/null 2>&1 || : + # Unload the module + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 15345 &> /dev/null || : + /usr/sbin/semanage port -d -t xpilotd_port_t -p udp 32200-32299 &> /dev/null || : + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -s ${variant} -r xpilotd &> /dev/null || : + done + # Set the context back + /sbin/fixfiles -R %{name}-server restore || : +fi + +%postun selinux +if [ "$1" -ge "1" ] ; then + # Replace the module if it is already loaded. semodule -u also + # checks the module version + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/xpilotd.pp || : + done +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -144,29 +227,30 @@ %{_initrddir}/xpilot-ng-server %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-server %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-server -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/defaults.txt -%{_datadir}/%{name}/password.txt -%{_datadir}/%{name}/robots.txt -%{_datadir}/%{name}/shipshapes.txt -%{_datadir}/%{name}/mapconvert.py -%{_datadir}/%{name}/maps +%{_datadir}/%{name} %dir %{_sysconfdir}/%{name} %config(noreplace) %attr(0600,xpilot,xpilot) %{_sysconfdir}/%{name}/password.txt %config(noreplace) %{_sysconfdir}/%{name}/defaults.txt %{_mandir}/man6/xpilot-ng-server.6.gz %{_mandir}/man6/xpilot-ng-xp-mapedit.6.gz %doc README COPYING -#The following two entries need to be removed with FC-4 -%ghost %{_datadir}/%{name}/mapconvert.pyc -%ghost %{_datadir}/%{name}/mapconvert.pyo + +%files selinux +%defattr(-,root,root,-) +%doc SELinux/*.?? +%{_datadir}/selinux/*/xpilotd.pp %changelog +* Tue Aug 29 2006 Wart 4.7.2-10 +- Added SELinux policies for the game server +- Don't attempt to create the xpilot user if it already exists +- Don't ghost the compiled python files anymore + * Mon Jul 17 2006 Wart 4.7.2-9 - Use the new xpilot user in the init.d script - Add info on firewall configuration in the sysconfig script - Explicitly disable reporting to the meta server (BZ #199164) -- Don't restart the server in %postun unless it was already running. +- Don't restart the server in %%postun unless it was already running. * Tue Jul 11 2006 Wart 4.7.2-8 - Fix Requires: for the -server subpackage From fedora-extras-commits at redhat.com Wed Aug 30 04:10:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:10:48 -0700 Subject: rpms/xffm/devel xffm.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300410.k7U4AoQv010400@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xffm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10383 Modified Files: xffm.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xffm.spec =================================================================== RCS file: /cvs/extras/rpms/xffm/devel/xffm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xffm.spec 9 Jun 2006 01:09:46 -0000 1.13 +++ xffm.spec 30 Aug 2006 04:10:48 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Next generation filemanager and SMB network navigator for Xfce4 Name: xffm Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xffm-4.2.3.tar.gz @@ -69,6 +69,9 @@ %{_mandir}/man?/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Wed Jun 7 2006 Kevin Fenzi - 4.2.3-4 - Add gettext to BuildRequires (fixes #194145) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:11:45 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Tue, 29 Aug 2006 21:11:45 -0700 Subject: rpms/xpilot-ng/devel needs.rebuild,1.1,NONE Message-ID: <200608300411.k7U4Bl1h010498@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/xpilot-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10483 Removed Files: needs.rebuild Log Message: Rebuilding for FE6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:17:58 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:17:58 -0700 Subject: rpms/xfce4-panel/devel xfce4-panel.spec,1.11,1.12 Message-ID: <200608300418.k7U4I08R010597@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce4-panel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10580 Modified Files: xfce4-panel.spec Log Message: Fix devel Requires to correct libxfce4util Index: xfce4-panel.spec =================================================================== RCS file: /cvs/extras/rpms/xfce4-panel/devel/xfce4-panel.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xfce4-panel.spec 30 Aug 2006 03:47:26 -0000 1.11 +++ xfce4-panel.spec 30 Aug 2006 04:17:58 -0000 1.12 @@ -1,7 +1,7 @@ Summary: Next generation panel for Xfce Name: xfce4-panel Version: 4.2.3 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-panel-4.2.3.tar.gz @@ -31,7 +31,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: libxfce4util-devel = %{version}-%{release} +Requires: libxfce4util-devel >= 4.2.3.2-3 %description devel This package includes the header files you will need to build @@ -72,6 +72,9 @@ %{_includedir}/xfce4/panel %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-7 +- Fix devel Requires to correct libxfce4util + * Tue Aug 29 2006 Kevin Fenzi - 4.2.3-6 - Add back in correct include dir for devel subpackage From fedora-extras-commits at redhat.com Wed Aug 30 04:21:12 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:21:12 -0700 Subject: rpms/xfprint/devel xfprint.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608300421.k7U4LE7k010677@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfprint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10660 Modified Files: xfprint.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfprint.spec =================================================================== RCS file: /cvs/extras/rpms/xfprint/devel/xfprint.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xfprint.spec 16 Jun 2006 18:57:59 -0000 1.12 +++ xfprint.spec 30 Aug 2006 04:21:12 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Print dialog and printer manager for Xfce 4 Name: xfprint Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://www.xfce.org Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfprint-4.2.3.tar.gz @@ -58,6 +58,9 @@ %{_datadir}/icons/hicolor/*/*/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Fri Jun 16 2006 Kevin Fenzi - 4.2.3-4 - Rebuild against new cups-devel to fix gnutls dependency --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:28:45 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:28:45 -0700 Subject: rpms/xfce-utils/devel xfce-utils.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300428.k7U4SlPJ010780@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/xfce-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10763 Modified Files: xfce-utils.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: xfce-utils.spec =================================================================== RCS file: /cvs/extras/rpms/xfce-utils/devel/xfce-utils.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xfce-utils.spec 6 Jun 2006 01:52:23 -0000 1.9 +++ xfce-utils.spec 30 Aug 2006 04:28:45 -0000 1.10 @@ -3,7 +3,7 @@ Summary: Utilities for the Xfce Desktop Environment Name: xfce-utils Version: 4.2.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce-utils-4.2.3.tar.gz @@ -65,6 +65,9 @@ %{xsessiondir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 4.2.3-5 +- Rebuild for fc6 + * Mon Jun 5 2006 Kevin Fenzi - 4.2.3-4 - Add gettext BuildRequires (fixes #194140) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:30:33 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:30:33 -0700 Subject: rpms/dbh/devel dbh.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608300430.k7U4UZjh010858@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/dbh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10841 Modified Files: dbh.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: dbh.spec =================================================================== RCS file: /cvs/extras/rpms/dbh/devel/dbh.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dbh.spec 17 Feb 2006 01:04:40 -0000 1.7 +++ dbh.spec 30 Aug 2006 04:30:33 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Disk based hash library Name: dbh Version: 1.0.24 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.xfce.org/ Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/dbh-1.0.24.tar.gz Patch: dbh-1.0.22-rpath.patch @@ -64,6 +64,9 @@ %{_includedir}/* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 1:1.0.24-5 +- Rebuild for fc6 + * Thu Feb 16 2006 Kevin Fenzi - 1:1.0.24-4.fc5 - Rebuild for fc5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:32:39 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:32:39 -0700 Subject: rpms/exo/devel exo.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608300432.k7U4Wfck010944@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10927 Modified Files: exo.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- exo.spec 9 Aug 2006 01:54:50 -0000 1.13 +++ exo.spec 30 Aug 2006 04:32:39 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.8 -Release: 0.1.beta2%{?dist} +Release: 0.2.beta2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 @@ -91,6 +91,9 @@ %{python_sitearch}/pyexo.* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.2.beta2 +- Rebuild for fc6 + * Wed Aug 2 2006 Kevin Fenzi - 0.3.1.8-0.1.beta2 - Fix release numbering - General cleanup for devel push --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:34:46 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:34:46 -0700 Subject: rpms/Terminal/devel Terminal.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608300434.k7U4YmfN011020@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/Terminal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11003 Modified Files: Terminal.spec Removed Files: needs.rebuild Log Message: Rebuild for fc6 Index: Terminal.spec =================================================================== RCS file: /cvs/extras/rpms/Terminal/devel/Terminal.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Terminal.spec 9 Aug 2006 02:06:43 -0000 1.9 +++ Terminal.spec 30 Aug 2006 04:34:45 -0000 1.10 @@ -1,7 +1,7 @@ Summary: X Terminal Emulator Name: Terminal Version: 0.2.5.4 -Release: 0.1.beta2%{?dist} +Release: 0.2.beta2%{?dist} License: GPL URL: http://terminal.os-cillation.com/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/Terminal-0.2.5.4beta2.tar.bz2 @@ -52,6 +52,9 @@ %{_libexecdir}/TerminalHelp %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.2.5.4-0.2.beta2 +- Rebuild for fc6 + * Wed Aug 2 2006 Kevin Fenzi - 0.2.5.4-0.1.beta2 - Fix release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 04:46:48 2006 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 29 Aug 2006 21:46:48 -0700 Subject: rpms/exo/devel exo.spec,1.14,1.15 Message-ID: <200608300446.k7U4koLS011131@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/rpms/exo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11101 Modified Files: exo.spec Log Message: Add perl-URI BuildRequires Index: exo.spec =================================================================== RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- exo.spec 30 Aug 2006 04:32:39 -0000 1.14 +++ exo.spec 30 Aug 2006 04:46:48 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.1.8 -Release: 0.2.beta2%{?dist} +Release: 0.3.beta2%{?dist} License: LGPL URL: http://xfce.org/ Source0: http://www.xfce.org/archive/xfce-4.3.90.2/src/exo-0.3.1.8beta2.tar.bz2 @@ -20,6 +20,7 @@ BuildRequires: python-devel BuildRequires: imake BuildRequires: libXt-devel +BuildRequires: perl-URI %description Extension library for Xfce, targeted at application development. @@ -91,6 +92,9 @@ %{python_sitearch}/pyexo.* %changelog +* Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.3.beta2 +- Add perl-URI BuildRequires + * Tue Aug 29 2006 Kevin Fenzi - 0.3.1.8-0.2.beta2 - Rebuild for fc6 From fedora-extras-commits at redhat.com Wed Aug 30 04:46:48 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:48 -0700 Subject: rpms/nethack-vultures/FC-3 nethack-vultures.spec,1.28,1.29 Message-ID: <200608300447.k7U4lKYC011220@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-3 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-3/nethack-vultures.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.28 +++ nethack-vultures.spec 30 Aug 2006 04:46:48 -0000 1.29 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -109,7 +109,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -172,6 +172,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:55 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:55 -0700 Subject: rpms/nethack-vultures/devel nethack-vultures.spec,1.30,1.31 Message-ID: <200608300447.k7U4lRsL011229@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/devel Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/devel/nethack-vultures.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- nethack-vultures.spec 25 Aug 2006 06:43:35 -0000 1.30 +++ nethack-vultures.spec 30 Aug 2006 04:46:55 -0000 1.31 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:54 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:54 -0700 Subject: rpms/nethack-vultures/FC-4 nethack-vultures.spec,1.29,1.30 Message-ID: <200608300447.k7U4lQVE011223@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-4 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-4/nethack-vultures.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- nethack-vultures.spec 25 Aug 2006 06:43:28 -0000 1.29 +++ nethack-vultures.spec 30 Aug 2006 04:46:54 -0000 1.30 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:46:55 2006 From: fedora-extras-commits at redhat.com (Karen Rei Pease (meme)) Date: Tue, 29 Aug 2006 21:46:55 -0700 Subject: rpms/nethack-vultures/FC-5 nethack-vultures.spec,1.30,1.31 Message-ID: <200608300447.k7U4lRYD011226@cvs-int.fedora.redhat.com> Author: meme Update of /cvs/extras/rpms/nethack-vultures/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11097/FC-5 Modified Files: nethack-vultures.spec Log Message: Once again, attempting to fix this elusive graphics bug. Index: nethack-vultures.spec =================================================================== RCS file: /cvs/extras/rpms/nethack-vultures/FC-5/nethack-vultures.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- nethack-vultures.spec 25 Aug 2006 06:43:34 -0000 1.30 +++ nethack-vultures.spec 30 Aug 2006 04:46:54 -0000 1.31 @@ -1,6 +1,6 @@ Name: nethack-vultures Version: 2.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NetHack - Vulture's Eye and Vulture's Claw Group: Amusements/Games @@ -108,7 +108,7 @@ done mv vultures/gamedata/graphics/gametiles.bin.nethack $RPM_BUILD_ROOT%{_prefix}/games/vultureseye/graphics/gametiles.bin -#mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin +mv vultures/gamedata/graphics/gametiles.bin.slashem $RPM_BUILD_ROOT%{_prefix}/games/vulturesclaw/graphics/gametiles.bin chmod -s $RPM_BUILD_ROOT%{_prefix}/games/vultures*/vultures* # for stripping @@ -171,6 +171,9 @@ %changelog +* Tue Aug 29 2006 Karen Pease - 2.1.0-6 +- Attempting to stop graphics duplication. + * Thu Aug 24 2006 Karen Pease - 2.1.0-5 - Attempting to stop graphics duplication. From fedora-extras-commits at redhat.com Wed Aug 30 04:47:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 21:47:38 -0700 Subject: rpms/gossip/devel gossip.spec,1.26,1.27 Message-ID: <200608300447.k7U4leRJ011257@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11240 Modified Files: gossip.spec Log Message: * Wed Aug 30 2006 Brian Pepple - 0.15-4 - Update for FC6. Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- gossip.spec 25 Aug 2006 17:42:55 -0000 1.26 +++ gossip.spec 30 Aug 2006 04:47:38 -0000 1.27 @@ -2,7 +2,7 @@ Name: gossip Version: 0.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -124,6 +124,9 @@ %changelog +* Wed Aug 30 2006 Brian Pepple - 0.15-4 +- Update for FC6. + * Fri Aug 25 2006 Brian Pepple - 0.15-3 - Add BR on perl(XML::Parser). From fedora-extras-commits at redhat.com Wed Aug 30 05:20:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 29 Aug 2006 22:20:24 -0700 Subject: rpms/gossip/devel needs.rebuild,1.1,NONE Message-ID: <200608300520.k7U5KQeZ014194@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14179 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:16:15 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:16:15 -0700 Subject: rpms/python-docutils/devel python-docutils.spec,1.6,1.7 Message-ID: <200608300616.k7U6GHQL016959@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16942 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Bump for FC6 rebuild. - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-docutils.spec 16 Feb 2006 17:58:29 -0000 1.6 +++ python-docutils.spec 30 Aug 2006 06:16:15 -0000 1.7 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,25 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + * Thu Feb 16 2006 Toshio Kuratomi 0.4-2 - Bump and rebuild for FC5. From fedora-extras-commits at redhat.com Wed Aug 30 06:18:27 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:18:27 -0700 Subject: rpms/python-docutils/devel needs.rebuild,1.1,NONE Message-ID: <200608300618.k7U6ITB1017038@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17023 Removed Files: needs.rebuild Log Message: * Just rebuilt (Aug 29, 2006) but forgot to remove the needs.rebuild file. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:27:38 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:27:38 -0700 Subject: rpms/python-docutils/FC-5 python-docutils.spec,1.6,1.7 Message-ID: <200608300627.k7U6Re49017356@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17283 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/FC-5/python-docutils.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-docutils.spec 16 Feb 2006 17:58:29 -0000 1.6 +++ python-docutils.spec 30 Aug 2006 06:27:38 -0000 1.7 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,25 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + * Thu Feb 16 2006 Toshio Kuratomi 0.4-2 - Bump and rebuild for FC5. From fedora-extras-commits at redhat.com Wed Aug 30 06:28:25 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:28:25 -0700 Subject: rpms/python-docutils/FC-4 python-docutils.spec,1.5,1.6 Message-ID: <200608300628.k7U6SRIj017505@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17424 Modified Files: python-docutils.spec Log Message: * Tue Aug 29 2006 Toshio Kuratomi 0.4-3 - Remove python byte compilation as this is handled automatically in FC4+. - No longer %ghost .pyo files. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/FC-4/python-docutils.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-docutils.spec 17 Jan 2006 19:50:17 -0000 1.5 +++ python-docutils.spec 30 Aug 2006 06:28:25 -0000 1.6 @@ -4,15 +4,15 @@ Name: python-%{srcname} Version: 0.4 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages License: Public Domain, BSD, Python License, GPL - see COPYING.txt URL: http://docutils.sourceforge.net -Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz +Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildArch: noarch BuildRequires: python-devel Requires(missingok): python-imaging @@ -42,10 +42,11 @@ %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root %{buildroot} - + +%{__python} setup.py install --skip-build --root %{buildroot} + for file in %{buildroot}/%{_bindir}/*.py; do - mv $file `dirname $file`/`basename $file .py` + mv $file `dirname $file`/`basename $file .py` done # We want the licenses but don't need this build file @@ -57,37 +58,28 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest -install -m 0644 extras/$file $fullextradest -%{__python} -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'c', \ - '$extradest/$file')" -%{__python} -O -c "import py_compile; py_compile.compile(\ - '$fullextradest/$file', \ - '$fullextradest/$file' + 'o', \ - '$extradest/$file')" +install -D -m 0644 extras/$file $fullextradest/$file -echo '%defattr (0644,root,root,0755)' > pyfiles -find %{buildroot}%{python_sitelib}/docutils -type d | \ - sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -not -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):\1:' >> pyfiles -find %{buildroot}%{python_sitelib}/docutils -not -type d -name '*.pyo' | \ - sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles - %clean rm -rf %{buildroot} -%files -f pyfiles +%files %defattr(-,root,root,-) %doc BUGS.txt COPYING.txt FAQ.txt HISTORY.txt README.txt RELEASE-NOTES.txt %doc THANKS.txt licenses docs tools/editors %{_bindir}/* -%{python_sitelib}/roman.py -%{python_sitelib}/roman.pyc -%ghost %{python_sitelib}/roman.pyo +%{python_sitelib}/docutils/ +%{python_sitelib}/roman.* %changelog +* Tue Aug 29 2006 Toshio Kuratomi 0.4-3 +- Bump for FC6 rebuild. +- Remove python byte compilation as this is handled automatically in FC4+. +- No longer %%ghost .pyo files. + +* Thu Feb 16 2006 Toshio Kuratomi 0.4-2 +- Bump and rebuild for FC5. + * Sun Jan 15 2006 Toshio Kuratomi 0.4-1 - Update to 0.4. - Scripted the listing of files in the python module. From fedora-extras-commits at redhat.com Wed Aug 30 06:32:13 2006 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 29 Aug 2006 23:32:13 -0700 Subject: owners owners.list,1.1469,1.1470 Message-ID: <200608300632.k7U6WFeE017994@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17943 Modified Files: owners.list Log Message: * Rename psycopg2 entry to python-psycopg2 as that's what it really is. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1469 retrieving revision 1.1470 diff -u -r1.1469 -r1.1470 --- owners.list 30 Aug 2006 02:54:26 -0000 1.1469 +++ owners.list 30 Aug 2006 06:32:13 -0000 1.1470 @@ -1603,7 +1603,6 @@ Fedora Extras|proj|Cartographic projection software (PROJ.4)|mccann0011 at hotmail.com|extras-qa at fedoraproject.org| Fedora Extras|prozilla|An advanced Linux download manager|michael at knox.net.nz|extras-qa at fedoraproject.org| Fedora Extras|pscan|Limited problem scanner for C source files|ville.skytta at iki.fi|extras-qa at fedoraproject.org| -Fedora Extras|psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|psi|Jabber client using Qt 3|gauret at free.fr|extras-qa at fedoraproject.org| Fedora Extras|pstoedit|Translates PostScript into other vector formats|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|pth|GNU Pth - The GNU Portable Threads|bugs.michael at gmx.net|extras-qa at fedoraproject.org| @@ -1682,6 +1681,7 @@ Fedora Extras|python-protocols|PyProtocols 'adapt()' implementation|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psyco|Python specializing compiler|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-psycopg|Alternative high-speed Postgres DB adapter|shahms at shahms.com|extras-qa at fedoraproject.org| +Fedora Extras|python-psycopg2|A PostgreSQL database adapter for Python|devrim at commandprompt.com|extras-qa at fedoraproject.org| Fedora Extras|python-quixote|A highly Pythonic Web application framework|shahms at shahms.com|extras-qa at fedoraproject.org| Fedora Extras|python-reportlab|Python PDF generation library|bdpepple at ameritech.net|extras-qa at fedoraproject.org| Fedora Extras|python-ruledispatch|A generic function package for Python|lmacken at redhat.com|extras-qa at fedoraproject.org|gauret at free.fr From fedora-extras-commits at redhat.com Wed Aug 30 06:33:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:33:33 -0700 Subject: rpms/svn2cl/devel needs.rebuild,1.1,NONE Message-ID: <200608300633.k7U6Xa9V018098@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/svn2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18078 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:34:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:34:59 -0700 Subject: rpms/cvs2cl/devel needs.rebuild,1.1,NONE Message-ID: <200608300635.k7U6Z1qq018251@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvs2cl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18234 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:37:59 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:37:59 -0700 Subject: rpms/colordiff/devel colordiff.spec,1.1,1.2 Message-ID: <200608300638.k7U6c1Cw018474@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/colordiff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18457 Modified Files: colordiff.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.0.5-2 - Drop no longer needed Obsoletes. Index: colordiff.spec =================================================================== RCS file: /cvs/extras/rpms/colordiff/devel/colordiff.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- colordiff.spec 21 May 2005 08:42:50 -0000 1.1 +++ colordiff.spec 30 Aug 2006 06:37:59 -0000 1.2 @@ -1,6 +1,6 @@ Name: colordiff Version: 1.0.5 -Release: 1 +Release: 2 Summary: Color terminal highlighter for diff files Group: Applications/Text @@ -14,7 +14,6 @@ BuildRequires: sed Requires: bzip2, gzip, less, diffutils Provides: cdiff -Obsoletes: cdiff <= 1.4 %description Colordiff is a wrapper for diff and produces the same output but with @@ -53,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.0.5-2 +- Drop no longer needed Obsoletes. + * Sat May 21 2005 Ville Skytt?? - 1.0.5-1 - Add version to cdiff Obsoletes (Matthias Saou). - Require diffutils (Matthias Saou, Matthew Miller). From fedora-extras-commits at redhat.com Wed Aug 30 06:40:33 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:40:33 -0700 Subject: rpms/perl-Text-Iconv/devel perl-Text-Iconv.spec,1.7,1.8 Message-ID: <200608300640.k7U6eZ7r018758@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-Text-Iconv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18739 Modified Files: perl-Text-Iconv.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 1.4-5 - Fix order of arguments to find(1). - Drop version from perl build dependency. Index: perl-Text-Iconv.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Iconv/devel/perl-Text-Iconv.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Text-Iconv.spec 16 Feb 2006 21:45:09 -0000 1.7 +++ perl-Text-Iconv.spec 30 Aug 2006 06:40:32 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Text-Iconv Version: 1.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl interface to iconv() codeset conversion function Group: Development/Libraries @@ -9,7 +9,7 @@ Source0: http://www.cpan.org/authors/id/M/MP/MPIOTR/Text-Iconv-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 +BuildRequires: %{__perl} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -36,7 +36,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -57,6 +57,10 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 1.4-5 +- Fix order of arguments to find(1). +- Drop version from perl build dependency. + * Thu Feb 16 2006 Ville Skytt?? - 1.4-4 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 06:43:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:12 -0700 Subject: rpms/abcde/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hECK019065@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/abcde/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/abcde/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:12 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:12 -0700 Subject: rpms/cabextract/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hENL019070@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cabextract/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cabextract/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:13 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:13 -0700 Subject: rpms/ccache/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hF9H019073@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ccache/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/ccache/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:14 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:14 -0700 Subject: rpms/cd-discid/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hGx4019076@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cd-discid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cd-discid/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:21 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:21 -0700 Subject: rpms/dvb-apps/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hNVH019123@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/dvb-apps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/dvb-apps/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:19 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:19 -0700 Subject: rpms/cvsgraph/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hLCM019119@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cvsgraph/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:26 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:26 -0700 Subject: rpms/freedroid/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hSGb019162@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/freedroid/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/freedroid/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:20 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:20 -0700 Subject: rpms/cvsps/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hMQq019122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/cvsps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/cvsps/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:37 -0700 Subject: rpms/http_ping/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hd0C019221@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/http_ping/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/http_ping/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:37 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:37 -0700 Subject: rpms/id3v2/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hdir019236@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/id3v2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/id3v2/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:27 -0700 Subject: rpms/hddtemp/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hTw3019167@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/hddtemp/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:39 -0700 Subject: rpms/ksensors/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hfLj019247@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/ksensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/ksensors/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:38 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:38 -0700 Subject: rpms/kid3/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6heqc019242@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/kid3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/kid3/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:43:39 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:43:39 -0700 Subject: rpms/pscan/devel needs.rebuild,1.1,NONE Message-ID: <200608300643.k7U6hfEC019252@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/pscan/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19004/pscan/devel Removed Files: needs.rebuild Log Message: Rebuilt and pushed. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 06:45:28 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Tue, 29 Aug 2006 23:45:28 -0700 Subject: rpms/perl-String-Ediff/devel perl-String-Ediff.spec,1.13,1.14 Message-ID: <200608300645.k7U6jUjb019451@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-Ediff/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19432 Modified Files: perl-String-Ediff.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.08-4 - Fix order of arguments to find(1). Index: perl-String-Ediff.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-Ediff/devel/perl-String-Ediff.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- perl-String-Ediff.spec 16 Feb 2006 21:47:41 -0000 1.13 +++ perl-String-Ediff.spec 30 Aug 2006 06:45:28 -0000 1.14 @@ -1,6 +1,6 @@ Name: perl-String-Ediff Version: 0.08 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Produce common sub-string indices for two strings Group: Development/Libraries @@ -32,7 +32,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -53,6 +53,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.08-4 +- Fix order of arguments to find(1). + * Thu Feb 16 2006 Ville Skytt?? - 0.08-3 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 06:47:10 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:47:10 -0700 Subject: rpms/gparted/FC-5 gparted.spec,1.9,1.10 Message-ID: <200608300647.k7U6lCpX019662@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/gparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19644 Modified Files: gparted.spec Log Message: * Wed Aug 30 2006 Deji Akingunola - 0.2.5-2 - Rebuild for new parted Index: gparted.spec =================================================================== RCS file: /cvs/extras/rpms/gparted/FC-5/gparted.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gparted.spec 22 May 2006 18:21:36 -0000 1.9 +++ gparted.spec 30 Aug 2006 06:47:10 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net @@ -77,6 +77,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Wed Aug 30 2006 Deji Akingunola - 0.2.5-2 +- Rebuild for new parted + * Mon May 22 2006 Deji Akingunola - 0.2.5-1 - Update to version 0.2.5 From fedora-extras-commits at redhat.com Wed Aug 30 06:51:54 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:51:54 -0700 Subject: rpms/qalculate-gtk/devel qalculate-gtk.spec,1.12,1.13 Message-ID: <200608300651.k7U6puIP020132@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/qalculate-gtk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20113 Modified Files: qalculate-gtk.spec Log Message: * Mon Aug 30 2006 Deji Akingunola - 0.9.4-5 - Add perl(XML::Parser) BR Index: qalculate-gtk.spec =================================================================== RCS file: /cvs/extras/rpms/qalculate-gtk/devel/qalculate-gtk.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qalculate-gtk.spec 28 Aug 2006 20:25:07 -0000 1.12 +++ qalculate-gtk.spec 30 Aug 2006 06:51:54 -0000 1.13 @@ -1,7 +1,7 @@ Summary: A multi-purpose desktop calculator for GNU/Linux Name: qalculate-gtk Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Engineering URL: http://qalculate.sourceforge.net/ @@ -10,6 +10,7 @@ BuildRequires: libgnome-devel, libglade2-devel, libqalculate-devel BuildRequires: libgnomeui-devel BuildRequires: gettext, desktop-file-utils, scrollkeeper +BuildRequires: perl(XML::Parser) Requires: gnuplot Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -64,6 +65,9 @@ %{_datadir}/qalculate-gtk/ %changelog +* Mon Aug 30 2006 Deji Akingunola - 0.9.4-5 +- Add perl(XML::Parser) BR + * Mon Aug 28 2006 Deji Akingunola - 0.9.4-4 - Rebuild for FC6 From fedora-extras-commits at redhat.com Wed Aug 30 06:56:51 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:56:51 -0700 Subject: rpms/texmaker import.log,1.5,1.6 Message-ID: <200608300656.k7U6urjb020682@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20647 Modified Files: import.log Log Message: auto-import texmaker-1.4-1 on branch devel from texmaker-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/texmaker/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 25 May 2006 19:04:37 -0000 1.5 +++ import.log 30 Aug 2006 06:56:51 -0000 1.6 @@ -2,3 +2,4 @@ texmaker-1_3-1:HEAD:texmaker-1.3-1.src.rpm:1148582993 texmaker-1_3-1:FC-5:texmaker-1.3-1.src.rpm:1148583756 texmaker-1_3-1:FC-4:texmaker-1.3-1.src.rpm:1148583805 +texmaker-1_4-1:HEAD:texmaker-1.4-1.src.rpm:1156920884 From fedora-extras-commits at redhat.com Wed Aug 30 06:56:52 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Tue, 29 Aug 2006 23:56:52 -0700 Subject: rpms/texmaker/devel texmaker-qt42.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 texmaker-tools.patch, 1.2, 1.3 texmaker.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608300656.k7U6usPX020694@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20647/devel Modified Files: .cvsignore sources texmaker-tools.patch texmaker.spec Added Files: texmaker-qt42.patch Removed Files: needs.rebuild Log Message: auto-import texmaker-1.4-1 on branch devel from texmaker-1.4-1.src.rpm texmaker-qt42.patch: --- NEW FILE texmaker-qt42.patch --- --- texmaker.pro.qt42 2006-02-14 13:00:46.000000000 -0600 +++ texmaker.pro 2006-08-28 13:39:28.000000000 -0500 @@ -13,7 +13,7 @@ isEmpty( PREFIX ) { PREFIX=/usr } -DEFINES += PREFIX=\"$${PREFIX}\" +DEFINES += PREFIX=\\\"$${PREFIX}\\\" target.path = $${PREFIX}/bin INSTALLS = target utilities.path = $${PREFIX}/share/texmaker Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 May 2006 18:51:05 -0000 1.3 +++ .cvsignore 30 Aug 2006 06:56:52 -0000 1.4 @@ -1 +1 @@ -texmaker-1.3.tar.bz2 +texmaker-1.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 May 2006 18:51:05 -0000 1.3 +++ sources 30 Aug 2006 06:56:52 -0000 1.4 @@ -1 +1 @@ -17f91175a32827e9c9f45dc7a20a0c2b texmaker-1.3.tar.bz2 +c0d2146c849e06e5ff2e0d409abff16b texmaker-1.4.tar.bz2 texmaker-tools.patch: Index: texmaker-tools.patch =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/texmaker-tools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- texmaker-tools.patch 25 May 2006 18:51:05 -0000 1.2 +++ texmaker-tools.patch 30 Aug 2006 06:56:52 -0000 1.3 @@ -1,6 +1,6 @@ ---- texmaker.cpp 2005-04-24 17:40:58.000000000 -0400 -+++ texmaker.cpp.new 2005-10-27 13:25:15.000000000 -0400 -@@ -1759,7 +1759,7 @@ +--- texmaker.cpp 2006-07-28 17:07:05.000000000 -0400 ++++ texmaker.cpp.new 2006-08-22 23:32:30.000000000 -0400 +@@ -1851,7 +1851,7 @@ metapost_command=config.value("Tools/Metapost","\"/usr/local/teTeX/bin/powerpc-apple-darwin-current/mpost\" --interaction nonstopmode ").toString(); #else latex_command=config.value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString(); @@ -9,8 +9,8 @@ ps2pdf_command=config.value("Tools/Ps2pdf","ps2pdf %.ps").toString(); makeindex_command=config.value("Tools/Makeindex","makeindex %.idx").toString(); bibtex_command=config.value("Tools/Bibtex","bibtex %.aux").toString(); -@@ -1778,9 +1778,9 @@ - viewpdf_command=config.value("Tools/Pdf","\"C:/Program Files/Adobe/Acrobat 7.0/Reader/AcroRd32.exe\" %.pdf").toString(); +@@ -1871,9 +1871,9 @@ + ghostscript_command=config.value("Tools/Ghostscript","\"C:/Program Files/gs/gs8.54/bin/gswin32c.exe\"").toString(); #endif #ifdef Q_WS_X11 -viewdvi_command=config.value("Tools/Dvi","xdvi %.dvi").toString(); @@ -19,6 +19,6 @@ +viewdvi_command=config.value("Tools/Dvi","evince %.dvi").toString(); +viewps_command=config.value("Tools/Ps","evince %.ps").toString(); +viewpdf_command=config.value("Tools/Pdf","evince %.pdf").toString(); + ghostscript_command=config.value("Tools/Ghostscript","gs").toString(); #endif #ifdef Q_WS_MACX - viewdvi_command=config.value("Tools/Dvi","open %.dvi").toString(); Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/devel/texmaker.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- texmaker.spec 14 Jun 2006 22:01:08 -0000 1.8 +++ texmaker.spec 30 Aug 2006 06:56:52 -0000 1.9 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker -Version: 1.3 -Release: 5%{?dist} +Version: 1.4 +Release: 1%{?dist} Epoch: 1 License: GPL Group: Applications/Publishing @@ -16,6 +16,8 @@ Patch0: %{name}-desktop.patch # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch +# Patch to (temporarily) resolve build issue with qt-4.2 +Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -27,12 +29,13 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools +%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake4 -unix texmaker.pro +qmake-qt4 -unix texmaker.pro -make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} +make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} %install rm -rf %{buildroot} @@ -83,17 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog -* Thu Jun 08 2006 Deji Akingunola - 1.3-5 -- Fix bug #194587 - -* Thu Jun 08 2006 Deji Akingunola - 1.3-4 -- Fix bug #193601 - -* Wed May 31 2006 Deji Akingunola - 1.3-3 -- Revert bad change - -* Wed May 31 2006 Deji Akingunola - 1.3-2 -- This should have been a noarch package (#193601) +* Tue Aug 29 2006 Deji Akingunola - 1.4-1 +- Update to 1.4 +- Add patch by Rex Dieter to enable build with qt4-4.2 * Thu May 25 2006 Deji Akingunola - 1.3-1 - Updated to 1.3 - had to add epoch to facilitate an upgrade --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:02:43 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:02:43 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.12,1.13 Message-ID: <200608300702.k7U72kKF023943@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23923 Modified Files: pgadmin3.spec Log Message: Should have been Development for Desktop Icon. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pgadmin3.spec 28 Aug 2006 21:02:03 -0000 1.12 +++ pgadmin3.spec 30 Aug 2006 07:02:41 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 3%{?dist} +Release: 4%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category Devel\ + --add-category Development\ ./pkg/%{name}.desktop @@ -47,6 +47,9 @@ %{_datadir}/applications/* %changelog +* Mon Aug 28 2006 Gavin Henry - 1.4.3-4 +- Should have been Development for desktop file + * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 - Moved icon to Devel From fedora-extras-commits at redhat.com Wed Aug 30 07:05:36 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:05:36 -0700 Subject: rpms/texmaker import.log,1.6,1.7 Message-ID: <200608300706.k7U7682S024372@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24292 Modified Files: import.log Log Message: auto-import texmaker-1.4-1 on branch FC-5 from texmaker-1.4-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/texmaker/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 30 Aug 2006 06:56:51 -0000 1.6 +++ import.log 30 Aug 2006 07:05:36 -0000 1.7 @@ -3,3 +3,4 @@ texmaker-1_3-1:FC-5:texmaker-1.3-1.src.rpm:1148583756 texmaker-1_3-1:FC-4:texmaker-1.3-1.src.rpm:1148583805 texmaker-1_4-1:HEAD:texmaker-1.4-1.src.rpm:1156920884 +texmaker-1_4-1:FC-5:texmaker-1.4-1.src.rpm:1156921409 From fedora-extras-commits at redhat.com Wed Aug 30 07:05:37 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:05:37 -0700 Subject: rpms/texmaker/FC-5 texmaker-qt42.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 texmaker-tools.patch, 1.2, 1.3 texmaker.spec, 1.8, 1.9 Message-ID: <200608300706.k7U769Ye024381@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24292/FC-5 Modified Files: .cvsignore sources texmaker-tools.patch texmaker.spec Added Files: texmaker-qt42.patch Log Message: auto-import texmaker-1.4-1 on branch FC-5 from texmaker-1.4-1.src.rpm texmaker-qt42.patch: --- NEW FILE texmaker-qt42.patch --- --- texmaker.pro.qt42 2006-02-14 13:00:46.000000000 -0600 +++ texmaker.pro 2006-08-28 13:39:28.000000000 -0500 @@ -13,7 +13,7 @@ isEmpty( PREFIX ) { PREFIX=/usr } -DEFINES += PREFIX=\"$${PREFIX}\" +DEFINES += PREFIX=\\\"$${PREFIX}\\\" target.path = $${PREFIX}/bin INSTALLS = target utilities.path = $${PREFIX}/share/texmaker Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 May 2006 19:03:48 -0000 1.3 +++ .cvsignore 30 Aug 2006 07:05:37 -0000 1.4 @@ -1 +1 @@ -texmaker-1.3.tar.bz2 +texmaker-1.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 May 2006 19:03:48 -0000 1.3 +++ sources 30 Aug 2006 07:05:37 -0000 1.4 @@ -1 +1 @@ -17f91175a32827e9c9f45dc7a20a0c2b texmaker-1.3.tar.bz2 +c0d2146c849e06e5ff2e0d409abff16b texmaker-1.4.tar.bz2 texmaker-tools.patch: Index: texmaker-tools.patch =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker-tools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- texmaker-tools.patch 25 May 2006 19:03:48 -0000 1.2 +++ texmaker-tools.patch 30 Aug 2006 07:05:37 -0000 1.3 @@ -1,6 +1,6 @@ ---- texmaker.cpp 2005-04-24 17:40:58.000000000 -0400 -+++ texmaker.cpp.new 2005-10-27 13:25:15.000000000 -0400 -@@ -1759,7 +1759,7 @@ +--- texmaker.cpp 2006-07-28 17:07:05.000000000 -0400 ++++ texmaker.cpp.new 2006-08-22 23:32:30.000000000 -0400 +@@ -1851,7 +1851,7 @@ metapost_command=config.value("Tools/Metapost","\"/usr/local/teTeX/bin/powerpc-apple-darwin-current/mpost\" --interaction nonstopmode ").toString(); #else latex_command=config.value("Tools/Latex","latex -interaction=nonstopmode %.tex").toString(); @@ -9,8 +9,8 @@ ps2pdf_command=config.value("Tools/Ps2pdf","ps2pdf %.ps").toString(); makeindex_command=config.value("Tools/Makeindex","makeindex %.idx").toString(); bibtex_command=config.value("Tools/Bibtex","bibtex %.aux").toString(); -@@ -1778,9 +1778,9 @@ - viewpdf_command=config.value("Tools/Pdf","\"C:/Program Files/Adobe/Acrobat 7.0/Reader/AcroRd32.exe\" %.pdf").toString(); +@@ -1871,9 +1871,9 @@ + ghostscript_command=config.value("Tools/Ghostscript","\"C:/Program Files/gs/gs8.54/bin/gswin32c.exe\"").toString(); #endif #ifdef Q_WS_X11 -viewdvi_command=config.value("Tools/Dvi","xdvi %.dvi").toString(); @@ -19,6 +19,6 @@ +viewdvi_command=config.value("Tools/Dvi","evince %.dvi").toString(); +viewps_command=config.value("Tools/Ps","evince %.ps").toString(); +viewpdf_command=config.value("Tools/Pdf","evince %.pdf").toString(); + ghostscript_command=config.value("Tools/Ghostscript","gs").toString(); #endif #ifdef Q_WS_MACX - viewdvi_command=config.value("Tools/Dvi","open %.dvi").toString(); Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- texmaker.spec 14 Jun 2006 22:03:20 -0000 1.8 +++ texmaker.spec 30 Aug 2006 07:05:37 -0000 1.9 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker -Version: 1.3 -Release: 5%{?dist} +Version: 1.4 +Release: 1%{?dist} Epoch: 1 License: GPL Group: Applications/Publishing @@ -16,6 +16,8 @@ Patch0: %{name}-desktop.patch # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch +# Patch to (temporarily) resolve build issue with qt-4.2 +Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -27,12 +29,13 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools +%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake4 -unix texmaker.pro +qmake-qt4 -unix texmaker.pro -make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} +make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} %install rm -rf %{buildroot} @@ -83,17 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog -* Thu Jun 08 2006 Deji Akingunola - 1.3-5 -- Fix bug #194587 - -* Thu Jun 08 2006 Deji Akingunola - 1.3-4 -- Fix bug #193601 - -* Wed May 31 2006 Deji Akingunola - 1.3-3 -- Revert bad change - -* Wed May 31 2006 Deji Akingunola - 1.3-2 -- This should have been a noarch package (#193601) +* Tue Aug 29 2006 Deji Akingunola - 1.4-1 +- Update to 1.4 +- Add patch by Rex Dieter to enable build with qt4-4.2 * Thu May 25 2006 Deji Akingunola - 1.3-1 - Updated to 1.3 - had to add epoch to facilitate an upgrade From fedora-extras-commits at redhat.com Wed Aug 30 07:06:19 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:06:19 -0700 Subject: rpms/pgadmin3/devel pgadmin3.spec,1.10,1.11 Message-ID: <200608300706.k7U76LX4024454@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24431 Modified Files: pgadmin3.spec Log Message: Should have been Development for Desktop Icon. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/devel/pgadmin3.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pgadmin3.spec 28 Aug 2006 21:04:25 -0000 1.10 +++ pgadmin3.spec 30 Aug 2006 07:06:19 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Graphical client for PostgreSQL Name: pgadmin3 Version: 1.4.3 -Release: 3%{?dist} +Release: 5%{?dist} License: Artistic Group: Applications/Databases @@ -32,7 +32,7 @@ desktop-file-install --vendor fedora --dir $RPM_BUILD_ROOT/%{_datadir}/applications \ --add-category X-Fedora\ --add-category Application\ - --add-category Devel\ + --add-category Development\ ./pkg/%{name}.desktop @@ -47,6 +47,10 @@ %{_datadir}/applications/* %changelog +* Tue Aug 29 2006 Gavin Henry - 1.4.3-5 +- Should have Developement and keeping this version one ahead for + upgrading in FC-6 + * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 - Moved icon to Devel and updated for FC-6 From fedora-extras-commits at redhat.com Wed Aug 30 07:07:31 2006 From: fedora-extras-commits at redhat.com (Gavin Henry (ghenry)) Date: Wed, 30 Aug 2006 00:07:31 -0700 Subject: rpms/pgadmin3/FC-5 pgadmin3.spec,1.13,1.14 Message-ID: <200608300707.k7U77Xef024676@cvs-int.fedora.redhat.com> Author: ghenry Update of /cvs/extras/rpms/pgadmin3/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24653 Modified Files: pgadmin3.spec Log Message: Updated changelog date. Index: pgadmin3.spec =================================================================== RCS file: /cvs/extras/rpms/pgadmin3/FC-5/pgadmin3.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pgadmin3.spec 30 Aug 2006 07:02:41 -0000 1.13 +++ pgadmin3.spec 30 Aug 2006 07:07:31 -0000 1.14 @@ -47,7 +47,7 @@ %{_datadir}/applications/* %changelog -* Mon Aug 28 2006 Gavin Henry - 1.4.3-4 +* Tue Aug 29 2006 Gavin Henry - 1.4.3-4 - Should have been Development for desktop file * Mon Aug 28 2006 Gavin Henry - 1.4.3-3 From fedora-extras-commits at redhat.com Wed Aug 30 07:08:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:08:24 -0700 Subject: rpms/perl-Mail-Mbox-MessageParser/devel needs.rebuild,1.1,NONE Message-ID: <200608300708.k7U78Q1f024809@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Mail-Mbox-MessageParser/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24771 Removed Files: needs.rebuild Log Message: Built last week, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:12:58 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:12:58 -0700 Subject: rpms/perl-MailTools/devel perl-MailTools.spec, 1.19, 1.20 needs.rebuild, 1.1, NONE Message-ID: <200608300713.k7U7D0sm025291@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MailTools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25262 Modified Files: perl-MailTools.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-MailTools.spec =================================================================== RCS file: /cvs/extras/rpms/perl-MailTools/devel/perl-MailTools.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- perl-MailTools.spec 28 Jul 2006 14:00:06 -0000 1.19 +++ perl-MailTools.spec 30 Aug 2006 07:12:57 -0000 1.20 @@ -1,7 +1,7 @@ Summary: Various mail-related perl modules Name: perl-MailTools Version: 1.74 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MailTools/ @@ -56,7 +56,10 @@ %{_mandir}/man3/Mail::*.3pm* %changelog -* Fri Jul 28 2008 Paul Howarth 1.74-2 +* Wed Aug 30 2006 Paul Howarth 1.74-3 +- FE6 mass rebuild + +* Fri Jul 28 2006 Paul Howarth 1.74-2 - cosmetic spec file changes - fix CPAN RT#20726 (RH #200450), allowing Mail::Util::read_mbox() to open files with weird names --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:14:59 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:14:59 -0700 Subject: rpms/perl-Math-GMP/devel perl-Math-GMP.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300715.k7U7F1W2025558@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Math-GMP/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25525 Modified Files: perl-Math-GMP.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Math-GMP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-GMP.spec 16 Feb 2006 09:20:58 -0000 1.3 +++ perl-Math-GMP.spec 30 Aug 2006 07:14:59 -0000 1.4 @@ -1,7 +1,7 @@ Summary: High speed arbitrary size integer math Name: perl-Math-GMP Version: 2.04 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: Development/Libraries Url: http://search.cpan.org/dist/Math-GMP/ @@ -49,6 +49,9 @@ %{_mandir}/man3/Math::GMP.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 2.04-4 +- FE6 mass rebuild + * Thu Feb 16 2006 Paul Howarth 2.04-3 - Rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:15:55 2006 From: fedora-extras-commits at redhat.com (Deji Akingunola (deji)) Date: Wed, 30 Aug 2006 00:15:55 -0700 Subject: rpms/texmaker/FC-5 texmaker.spec,1.9,1.10 Message-ID: <200608300715.k7U7FvV9025685@cvs-int.fedora.redhat.com> Author: deji Update of /cvs/extras/rpms/texmaker/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25668 Modified Files: texmaker.spec Log Message: * Wed Aug 30 2006 Deji Akingunola - 1.4-1 - Oops, forgotten FE-5 doesn't have qt4-4.2 yet, drop qt-4.2 patch Index: texmaker.spec =================================================================== RCS file: /cvs/extras/rpms/texmaker/FC-5/texmaker.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- texmaker.spec 30 Aug 2006 07:05:37 -0000 1.9 +++ texmaker.spec 30 Aug 2006 07:15:55 -0000 1.10 @@ -1,7 +1,7 @@ Summary: LaTeX editor Name: texmaker Version: 1.4 -Release: 1%{?dist} +Release: 1%{?dist}.1 Epoch: 1 License: GPL Group: Applications/Publishing @@ -17,7 +17,7 @@ # Patch to use default Fedora's document viewer Patch1: %{name}-tools.patch # Patch to (temporarily) resolve build issue with qt-4.2 -Patch2: %{name}-qt42.patch +#Patch2: %{name}-qt42.patch %description Texmaker is a program, that integrates many tools needed to develop @@ -29,11 +29,11 @@ %setup -q %patch0 -p0 -b .desktop %patch1 -p0 -b .tools -%patch2 -p0 -b .qt42 +#%patch2 -p0 -b .qt42 %build export QTDIR=%{_libdir}/qt4 -qmake-qt4 -unix texmaker.pro +qmake4 -unix texmaker.pro make %{?_smp_mflags} INSTALL_ROOT=%{buildroot} @@ -86,6 +86,9 @@ %{_datadir}/icons/hicolor/*/apps/texmaker.png %changelog +* Wed Aug 30 2006 Deji Akingunola - 1.4-1 +- Oops, forgotten FE-5 doesn't have qt4-4.2 yet, drop qt-4.2 patch + * Tue Aug 29 2006 Deji Akingunola - 1.4-1 - Update to 1.4 - Add patch by Rex Dieter to enable build with qt4-4.2 From fedora-extras-commits at redhat.com Wed Aug 30 07:17:01 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:17:01 -0700 Subject: rpms/perl-Math-Pari/devel perl-Math-Pari.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608300717.k7U7H4Gk025832@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Math-Pari/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25810 Modified Files: perl-Math-Pari.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Math-Pari.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Math-Pari.spec 2 Jun 2006 09:13:07 -0000 1.3 +++ perl-Math-Pari.spec 30 Aug 2006 07:17:01 -0000 1.4 @@ -14,7 +14,7 @@ # testing with a development version of PARI, as this expression evaluates # the latest version of GP/PARI the perl module was tested with. %define pariversion %(echo %{version} | %{__perl} -pi -e 's/(\\d+)\\.(\\d\\d)(\\d\\d).*/sprintf("%d.%d.%d",$1,$2,$3)/e') -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic or GPL Group: Development/Libraries Url: http://search.cpan.org/dist/Math-Pari/ @@ -73,6 +73,9 @@ %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 2.010706-2 +- FE6 mass rebuild + * Fri Jun 2 2006 Paul Howarth 2.010706-1 - Update to 2.010706 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:18:31 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:18:31 -0700 Subject: rpms/perl-MIME-tools/devel needs.rebuild,1.1,NONE Message-ID: <200608300718.k7U7IX1p026037@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-MIME-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25996 Removed Files: needs.rebuild Log Message: Built earlier this month, doesn't need rebuilding --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:19:57 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:19:57 -0700 Subject: rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608300719.k7U7JxQ1026197@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26174 Modified Files: perl-Net-SSH-Perl.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Net-SSH-Perl.spec 19 Apr 2006 15:48:42 -0000 1.1 +++ perl-Net-SSH-Perl.spec 30 Aug 2006 07:19:56 -0000 1.2 @@ -4,7 +4,7 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 1.30 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ @@ -77,6 +77,9 @@ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.30-2 +- FE6 mass rebuild + * Mon Mar 20 2006 Paul Howarth 1.30-1 - Update to 1.30 - Patch for cpan rt#11674 no longer needed, fixed upstream --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:34:04 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:34:04 -0700 Subject: rpms/perl-String-CRC32/devel dead.package,NONE,1.1 Message-ID: <200608300734.k7U7Y6EL027524@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-String-CRC32/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27495 Added Files: dead.package Log Message: Package moved to Core in FC5 --- NEW FILE dead.package --- Package moved to Core in FC5 From fedora-extras-commits at redhat.com Wed Aug 30 07:34:46 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:34:46 -0700 Subject: rpms/perl-String-CRC32/FC-5 dead.package,NONE,1.1 Message-ID: <200608300734.k7U7YmlY027603@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-String-CRC32/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27581 Added Files: dead.package Log Message: Package moved to Core in FC5 --- NEW FILE dead.package --- Package moved to Core in FC5 From fedora-extras-commits at redhat.com Wed Aug 30 07:37:03 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:37:03 -0700 Subject: rpms/perl-Tie-EncryptedHash/devel perl-Tie-EncryptedHash.spec, 1.1, 1.2 needs.rebuild, 1.1, NONE Message-ID: <200608300737.k7U7b5DP027858@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Tie-EncryptedHash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27823 Modified Files: perl-Tie-EncryptedHash.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: perl-Tie-EncryptedHash.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Tie-EncryptedHash/devel/perl-Tie-EncryptedHash.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Tie-EncryptedHash.spec 8 Feb 2006 07:23:09 -0000 1.1 +++ perl-Tie-EncryptedHash.spec 30 Aug 2006 07:37:03 -0000 1.2 @@ -1,7 +1,7 @@ Summary: Hashes (and objects based on hashes) with encrypting fields Name: perl-Tie-EncryptedHash Version: 1.21 -Release: 1%{?dist} +Release: 2%{?dist} License: Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Tie-EncryptedHash/ @@ -59,5 +59,8 @@ %{_mandir}/man3/Tie::EncryptedHash.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.21-2 +- FE6 mass rebuild + * Tue Dec 6 2005 Paul Howarth 1.21-1 - Initial build --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:38:38 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:38:38 -0700 Subject: rpms/pptp/devel pptp.spec,1.6,1.7 Message-ID: <200608300738.k7U7ceGo028109@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28069 Modified Files: pptp.spec Log Message: FE6 mass rebuild Index: pptp.spec =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/pptp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pptp.spec 13 Feb 2006 12:46:24 -0000 1.6 +++ pptp.spec 30 Aug 2006 07:38:38 -0000 1.7 @@ -1,6 +1,6 @@ Name: pptp Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet @@ -43,6 +43,9 @@ %config(noreplace) /etc/ppp/options.pptp %changelog +* Wed Aug 30 2006 Paul Howarth 1.7.1-2 +- FE6 mass rebuild + * Mon Feb 13 2006 Paul Howarth 1.7.1-1 - new upstream version 1.7.1 (fixes #166394) - include new document PROTOCOL-SECURITY From fedora-extras-commits at redhat.com Wed Aug 30 07:39:35 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:39:35 -0700 Subject: rpms/pptp/devel needs.rebuild,1.1,NONE Message-ID: <200608300739.k7U7dbL1028285@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28261 Removed Files: needs.rebuild Log Message: FE6 mass rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:42:08 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:42:08 -0700 Subject: rpms/rbldnsd/devel rbldnsd.spec,1.4,1.5 needs.rebuild,1.1,NONE Message-ID: <200608300742.k7U7gAT1028583@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/rbldnsd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28558 Modified Files: rbldnsd.spec Removed Files: needs.rebuild Log Message: FE6 mass rebuild Index: rbldnsd.spec =================================================================== RCS file: /cvs/extras/rpms/rbldnsd/devel/rbldnsd.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rbldnsd.spec 28 Jul 2006 11:16:39 -0000 1.4 +++ rbldnsd.spec 30 Aug 2006 07:42:07 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Small, fast daemon to serve DNSBLs Name: rbldnsd Version: 0.996a -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Daemons URL: http://www.corpit.ru/mjt/rbldnsd.html @@ -69,6 +69,9 @@ %{_initrddir}/rbldnsd %changelog +* Wed Aug 30 2006 Paul Howarth 0.996a-2 +- FE6 mass rebuild + * Fri Jul 28 2006 Paul Howarth 0.996a-1 - update to 0.996a --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:44:24 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:44:24 -0700 Subject: rpms/smbldap-tools/devel needs.rebuild,1.1,NONE Message-ID: <200608300744.k7U7iQvx028797@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/smbldap-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28772 Removed Files: needs.rebuild Log Message: noarch package known to build successfully in minimal buildroot --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 07:51:34 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 30 Aug 2006 00:51:34 -0700 Subject: rpms/spamass-milter/devel spamass-milter.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608300751.k7U7pamf029427@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/spamass-milter/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29398 Modified Files: spamass-milter.spec Removed Files: needs.rebuild Log Message: Use make/DESTDIR instead of deprecated %makeinstall macro Expand tabs and clean up changelog entries Index: spamass-milter.spec =================================================================== RCS file: /cvs/extras/rpms/spamass-milter/devel/spamass-milter.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- spamass-milter.spec 15 May 2006 09:40:15 -0000 1.9 +++ spamass-milter.spec 30 Aug 2006 07:51:34 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Sendmail milter for spamassassin Name: spamass-milter Version: 0.3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: System Environment/Daemons URL: http://savannah.nongnu.org/projects/spamass-milt/ @@ -80,53 +80,53 @@ pidfile=%{_localstatedir}/run/spamass-milter.pid start() { - echo -n $"Starting $desc ($prog): " - touch $pidfile - chown sa-milt:sa-milt $pidfile - daemon --user sa-milt %{_sbindir}/${prog}-wrapper -p $SOCKET -P $pidfile $EXTRA_FLAGS - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && touch %{_localstatedir}/lock/subsys/spamass-milter - return $RETVAL + echo -n $"Starting $desc ($prog): " + touch $pidfile + chown sa-milt:sa-milt $pidfile + daemon --user sa-milt %{_sbindir}/${prog}-wrapper -p $SOCKET -P $pidfile $EXTRA_FLAGS + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && touch %{_localstatedir}/lock/subsys/spamass-milter + return $RETVAL } stop() { - echo -n $"Shutting down $desc ($prog): " - rm -f %{_localstatedir}/lock/subsys/spamass-milter - killproc $prog - RETVAL=$? - echo - [ $RETVAL -eq 0 ] && rm -f $pidfile - return $RETVAL + echo -n $"Shutting down $desc ($prog): " + rm -f %{_localstatedir}/lock/subsys/spamass-milter + killproc $prog + RETVAL=$? + echo + [ $RETVAL -eq 0 ] && rm -f $pidfile + return $RETVAL } restart() { - stop - sleep 2 - start + stop + sleep 2 + start } case "$1" in start) - start - ;; + start + ;; stop) - stop - ;; + stop + ;; restart|reload) - restart - ;; + restart + ;; condrestart) - [ -e %{_localstatedir}/lock/subsys/spamass-milter ] && restart - RETVAL=$? - ;; + [ -e %{_localstatedir}/lock/subsys/spamass-milter ] && restart + RETVAL=$? + ;; status) - status $prog - RETVAL=$? - ;; + status $prog + RETVAL=$? + ;; *) - echo $"Usage: $0 {start|stop|restart|condrestart|status}" - RETVAL=1 + echo $"Usage: $0 {start|stop|restart|condrestart|status}" + RETVAL=1 esac exit $RETVAL @@ -139,7 +139,7 @@ %install %{__rm} -rf %{buildroot} -%makeinstall +%{__make} DESTDIR=%{buildroot} install %{__install} -D -m0755 spamass-milter.sysv %{buildroot}%{_initrddir}/spamass-milter %{__install} -D -m0644 spamass-milter.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/spamass-milter @@ -148,7 +148,7 @@ %pre /usr/sbin/useradd -r -s /sbin/nologin -d %{_localstatedir}/run/spamass-milter \ - -c "SpamAssassin Milter" sa-milt &>/dev/null || : + -c "SpamAssassin Milter" sa-milt &>/dev/null || : %post /sbin/chkconfig --add spamass-milter || : @@ -176,54 +176,58 @@ %dir %attr(-,sa-milt,sa-milt) %{_localstatedir}/run/spamass-milter %changelog -* Mon May 15 2006 Paul Howarth - 0.3.1-3 +* Wed Aug 30 2006 Paul Howarth 0.3.1-4 +- Use make/DESTDIR instead of deprecated %%makeinstall macro +- Expand tabs and clean up changelog entries + +* Mon May 15 2006 Paul Howarth 0.3.1-3 - Use upstream default settings (#191602) This change re-enables by default Subject/Content-Type header modification (which may have a performance impact for large messages) and disables by default the rejection of emails with a spam score of 15 or more. To re-enable these options, uncomment the line: EXTRA_FLAGS="-m -r 15" - in %{_sysconfdir}/sysconfig/spamass-milter + in %%{_sysconfdir}/sysconfig/spamass-milter -* Sun May 7 2006 Paul Howarth - 0.3.1-2 +* Sun May 7 2006 Paul Howarth 0.3.1-2 - Fix race condition in "stop" clause of initscript (#190894) -* Thu Apr 6 2006 Paul Howarth - 0.3.1-1 +* Thu Apr 6 2006 Paul Howarth 0.3.1-1 - Update to 0.3.1 -* Wed Feb 16 2006 Paul Howarth - 0.3.0-9 +* Wed Feb 16 2006 Paul Howarth 0.3.0-9 - Don't use macros in command paths, hardcode them instead -* Mon Aug 1 2005 Paul Howarth - 0.3.0-8 +* Mon Aug 1 2005 Paul Howarth 0.3.0-8 - Run the milter in a wrapper script that restarts it if it scrashes -* Thu Jun 16 2005 Paul Howarth - 0.3.0-7 +* Thu Jun 16 2005 Paul Howarth 0.3.0-7 - Bump and rebuild due to transient build system failure -* Wed Jun 15 2005 Paul Howarth - 0.3.0-6 +* Wed Jun 15 2005 Paul Howarth 0.3.0-6 - Adjust initscript chkconfig values so it starts before sendmail -* Mon Jun 13 2005 Paul Howarth - 0.3.0-5 +* Mon Jun 13 2005 Paul Howarth 0.3.0-5 - Help the configure script find sendmail -* Mon Jun 13 2005 Paul Howarth - 0.3.0-4 +* Mon Jun 13 2005 Paul Howarth 0.3.0-4 - Bump and rebuild -* Mon Jun 06 2005 Paul Howarth - 0.3.0-3 +* Mon Jun 06 2005 Paul Howarth 0.3.0-3 - Use Extras standard buildroot - Unpack tarball quietly - Create account sa-milt and run the milter using that instead of root - Fix socket name in README - Initscript not %%config -* Sun Jun 05 2005 Warren Togami - 0.3.0-2 +* Sun Jun 05 2005 Warren Togami 0.3.0-2 - Extras -* Tue Feb 08 2005 Dag Wieers - 0.3.0-1 +* Tue Feb 08 2005 Dag Wieers 0.3.0-1 - Updated to release 0.3.0. -* Wed Sep 01 2004 Dag Wieers - 0.2.0-1 +* Wed Sep 01 2004 Dag Wieers 0.2.0-1 - Fixed variables in sysconfig file. (mator) -* Tue Feb 17 2004 Dag Wieers - 0.2.0-0 +* Tue Feb 17 2004 Dag Wieers 0.2.0-0 - Initial package. (using DAR) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 08:32:04 2006 From: fedora-extras-commits at redhat.com (Mark Cox (mjc)) Date: Wed, 30 Aug 2006 01:32:04 -0700 Subject: fedora-security/audit fc5,1.302,1.303 fc6,1.48,1.49 Message-ID: <200608300832.k7U8W4RQ002938@cvs-int.fedora.redhat.com> Author: mjc Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2890 Modified Files: fc5 fc6 Log Message: Add some new data from emails Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.302 retrieving revision 1.303 diff -u -r1.302 -r1.303 --- fc5 29 Aug 2006 21:38:55 -0000 1.302 +++ fc5 30 Aug 2006 08:32:02 -0000 1.303 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060828 -Up to date FC5 as of 20060828 +Up to date CVE as of CVE email 20060829 +Up to date FC5 as of 20060829 ** are items that need attention +CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql @@ -446,6 +447,9 @@ CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) patch-2.6.16-rc6 [since FEDORA-2006-233] CVE-2006-0019 version (kdelibs, fixed 3.5.1) +CVE-2005-4809 ** firefox +CVE-2005-4809 ** seamonkey +CVE-2005-4809 ** thunderbird CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius) we don't build vulnerable bits Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- fc6 29 Aug 2006 21:38:56 -0000 1.48 +++ fc6 30 Aug 2006 08:32:02 -0000 1.49 @@ -1,8 +1,9 @@ -Up to date CVE as of CVE email 20060828 +Up to date CVE as of CVE email 20060829 Up to date FC6 as of Test2 ** are items that need attention +CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php CVE-2006-4380 ** mysql @@ -388,6 +389,8 @@ CVE-2006-0036 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0035 version (kernel, only 2.6.14 and 2.6.15) CVE-2006-0019 version (kdelibs, fixed 3.5.1) +CVE-2005-4809 ** firefox +CVE-2005-4809 ** thunderbird CVE-2005-4798 version (kernel, not 2.6) CVE-2005-4784 ignore (glibc) struct dirent is big enough CVE-2005-4746 version (freeradius, fixed 1.0.5) From fedora-extras-commits at redhat.com Wed Aug 30 08:42:03 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:03 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.18,1.19 Message-ID: <200608300842.k7U8g5Ia003764@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3740 Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.18 +++ gdesklets.spec 30 Aug 2006 08:42:03 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,11 +11,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext -BuildRequires: libXau-devel, libXdmcp-devel +BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -89,9 +89,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo -- Added Perl-XML-Parser for ppc architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 - Removed unecessary comment From fedora-extras-commits at redhat.com Wed Aug 30 08:42:12 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:12 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.14,1.15 Message-ID: <200608300842.k7U8gE6r003816@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3785/FC-4 Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gdesklets.spec 29 Aug 2006 21:59:48 -0000 1.14 +++ gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.15 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,11 +9,10 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, -BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, perl-XML-Parser - +Requires: gnome-python2-gconf >= 2.6.0 #Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -87,9 +86,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalang - 0.35.3-12 +* Wed Aug 30 2006 Luya Tshimbalang - 0.35.3-13 - Fixed a silly typo -- Add Perl-XML-Parser to compile on PPC architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35.3-10 - Removed unecessary comment about GConf. From fedora-extras-commits at redhat.com Wed Aug 30 08:42:13 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:42:13 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.16,1.17 Message-ID: <200608300842.k7U8gF1q003820@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3785/devel Modified Files: gdesklets.spec Log Message: update spec files Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 29 Aug 2006 21:59:49 -0000 1.16 +++ gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,11 +11,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel, pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext -BuildRequires: libXau-devel, libXdmcp-devel +BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils -Requires: gnome-python2-gconf >= 2.6.0, Perl-XML-Parser +Requires: gnome-python2-gconf >= 2.6.0 Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") #Requires(post): desktop-file-utils Requires(post): shared-mime-info @@ -89,9 +89,9 @@ %changelog -* Tue Aug 29 2006 Luya Tshimbalanga - 0.35-3-12 +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo -- Added Perl-XML-Parser for ppc architecture +- Added intltool for BuildRequires * Sun Aug 27 2006 Luya Tshimbalanga - 0.35-3-10 - Removed unecessary comment From fedora-extras-commits at redhat.com Wed Aug 30 08:56:31 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:31 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.15,1.16 Message-ID: <200608300857.k7U8v3os005411@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/FC-4 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.15 +++ gdesklets.spec 30 Aug 2006 08:56:31 -0000 1.16 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,7 +9,7 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 From fedora-extras-commits at redhat.com Wed Aug 30 08:56:32 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:32 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.19,1.20 Message-ID: <200608300857.k7U8v4h9005414@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gdesklets.spec 30 Aug 2006 08:42:03 -0000 1.19 +++ gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.20 @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils From fedora-extras-commits at redhat.com Wed Aug 30 08:56:32 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:56:32 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.17,1.18 Message-ID: <200608300857.k7U8v4LA005417@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5318/devel Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 30 Aug 2006 08:42:12 -0000 1.17 +++ gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.18 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.6.0 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils From fedora-extras-commits at redhat.com Wed Aug 30 08:57:37 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 01:57:37 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.20,1.21 Message-ID: <200608300857.k7U8vdSQ005492@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5473/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.20 +++ gdesklets.spec 30 Aug 2006 08:57:37 -0000 1.21 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist} +Release: 13%{?dist}.1 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops From fedora-extras-commits at redhat.com Wed Aug 30 09:10:40 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:40 -0700 Subject: rpms/gdesklets/devel gdesklets.spec,1.18,1.19 Message-ID: <200608300910.k7U9AgxL009375@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/devel Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gdesklets.spec 30 Aug 2006 08:56:32 -0000 1.18 +++ gdesklets.spec 30 Aug 2006 09:10:40 -0000 1.19 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:10:33 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:33 -0700 Subject: rpms/gdesklets/FC-4 gdesklets.spec,1.16,1.17 Message-ID: <200608300911.k7U9B6jh009410@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/FC-4 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- gdesklets.spec 30 Aug 2006 08:56:31 -0000 1.16 +++ gdesklets.spec 30 Aug 2006 09:10:33 -0000 1.17 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -9,7 +9,7 @@ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 @@ -86,6 +86,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalang - 0.35.3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:10:34 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Wed, 30 Aug 2006 02:10:34 -0700 Subject: rpms/gdesklets/FC-5 gdesklets.spec,1.21,1.22 Message-ID: <200608300911.k7U9B6xE009413@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9316/FC-5 Modified Files: gdesklets.spec Log Message: updated spec file, fixed for FC-4 Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gdesklets.spec 30 Aug 2006 08:57:37 -0000 1.21 +++ gdesklets.spec 30 Aug 2006 09:10:34 -0000 1.22 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.1 +Release: 13%{?dist}.2 Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel > 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -89,6 +89,9 @@ %changelog +* Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 +- pyorbit for FC-4 is 2.0.1 (-_-) + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13 - Fixed a silly typo - Added intltool for BuildRequires From fedora-extras-commits at redhat.com Wed Aug 30 09:17:59 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 02:17:59 -0700 Subject: rpms/camE/devel camE-1.9-cflags.patch,NONE,1.1 camE.spec,1.11,1.12 Message-ID: <200608300918.k7U9I1tj010155@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/camE/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10125 Modified Files: camE.spec Added Files: camE-1.9-cflags.patch Log Message: Fix FC6 build by defining CONFIG_VIDEO_V4L1_COMPAT. camE-1.9-cflags.patch: --- NEW FILE camE-1.9-cflags.patch --- diff -Naupr camE-1.9.orig/Makefile camE-1.9/Makefile --- camE-1.9.orig/Makefile 2003-06-25 10:16:04.000000000 +0200 +++ camE-1.9/Makefile 2006-08-30 11:15:42.000000000 +0200 @@ -7,7 +7,8 @@ bindir=$(ROOT)${exec_prefix}/bin mandir=$(ROOT)${prefix}/man CC=gcc -CFLAGS=-O3 -g -Wall -I$(srcdir)/.. -I.. -D_GNU_SOURCE `giblib-config --cflags` +CFLAGS?=-O3 -g -Wall +CFLAGS+=-I$(srcdir)/.. -I.. -D_GNU_SOURCE `giblib-config --cflags` INSTALL=/usr/bin/install -c INSTALL_PROGRAM=${INSTALL} Index: camE.spec =================================================================== RCS file: /cvs/extras/rpms/camE/devel/camE.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- camE.spec 28 Aug 2006 09:21:03 -0000 1.11 +++ camE.spec 30 Aug 2006 09:17:59 -0000 1.12 @@ -6,6 +6,7 @@ Group: System Environment/Daemons URL: http://linuxbrit.co.uk/camE/ Source: http://linuxbrit.co.uk/downloads/camE-%{version}.tar.gz +Patch0: camE-1.9-cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: giblib-devel, curl-devel, zlib-devel @@ -16,9 +17,11 @@ %prep %setup +%patch -p1 -b .cflags %build +export CFLAGS="%{optflags} -DCONFIG_VIDEO_V4L1_COMPAT=1" %{__make} %{?_smp_mflags} @@ -41,6 +44,8 @@ * Mon Aug 28 2006 Matthias Saou 1.9-7 - FC6 rebuild. - Remove imlib2-devel build requirement, as giblib-devel requires it. +- Add cflags patch to use our optflags. +- Define CONFIG_VIDEO_V4L1_COMPAT in the CFLAGS to get old v4l1 defines. * Mon Mar 6 2006 Matthias Saou 1.9-6 - FC5 rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 09:26:05 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:05 -0700 Subject: rpms/wine/devel .cvsignore, 1.20, 1.21 sources, 1.21, 1.22 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.33, 1.34 Message-ID: <200608300926.k7U9QbnL011042@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/devel Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 21 Aug 2006 07:40:56 -0000 1.20 +++ .cvsignore 30 Aug 2006 09:26:04 -0000 1.21 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 21 Aug 2006 07:40:56 -0000 1.21 +++ sources 30 Aug 2006 09:26:04 -0000 1.22 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:55 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:04 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- wine.spec 22 Aug 2006 09:19:58 -0000 1.33 +++ wine.spec 30 Aug 2006 09:26:04 -0000 1.34 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -311,7 +311,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -322,6 +322,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -495,6 +496,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -681,6 +683,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:03 -0700 Subject: rpms/wine/FC-3 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.25, 1.26 Message-ID: <200608300926.k7U9QZqw011014@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-3 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 21 Aug 2006 07:40:54 -0000 1.17 +++ .cvsignore 30 Aug 2006 09:26:03 -0000 1.18 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 21 Aug 2006 07:40:54 -0000 1.18 +++ sources 30 Aug 2006 09:26:03 -0000 1.19 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:53 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:03 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- wine.spec 21 Aug 2006 07:40:54 -0000 1.25 +++ wine.spec 30 Aug 2006 09:26:03 -0000 1.26 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,7 +7,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -299,7 +299,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -310,6 +310,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -342,7 +343,7 @@ %{_bindir}/winelauncher %{_bindir}/wineserver %{_mandir}/man1/wineserver.1* -%{_libdir}/libwine.so.1.0 +%{_libdir}/libwine.so.1* %dir %{_libdir}/wine %{_libdir}/wine/activeds.dll.so %{_libdir}/wine/advapi32.dll.so @@ -483,6 +484,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -669,6 +671,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:03 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:03 -0700 Subject: rpms/wine/FC-4 .cvsignore, 1.18, 1.19 sources, 1.19, 1.20 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.28, 1.29 Message-ID: <200608300926.k7U9QaMl011023@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-4 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 21 Aug 2006 07:40:54 -0000 1.18 +++ .cvsignore 30 Aug 2006 09:26:03 -0000 1.19 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 21 Aug 2006 07:40:54 -0000 1.19 +++ sources 30 Aug 2006 09:26:03 -0000 1.20 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:54 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:03 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-4/wine.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- wine.spec 22 Aug 2006 09:19:57 -0000 1.28 +++ wine.spec 30 Aug 2006 09:26:03 -0000 1.29 @@ -1,5 +1,5 @@ Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -7,7 +7,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -299,7 +299,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -310,6 +310,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -483,6 +484,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -669,6 +671,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:26:04 2006 From: fedora-extras-commits at redhat.com (Andreas Bierfert (awjb)) Date: Wed, 30 Aug 2006 02:26:04 -0700 Subject: rpms/wine/FC-5 .cvsignore, 1.20, 1.21 sources, 1.21, 1.22 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.33, 1.34 Message-ID: <200608300926.k7U9QaLU011032@cvs-int.fedora.redhat.com> Author: awjb Update of /cvs/extras/rpms/wine/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/FC-5 Modified Files: .cvsignore sources wine-rpath.patch wine.spec Log Message: - version upgrade Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 21 Aug 2006 07:40:55 -0000 1.20 +++ .cvsignore 30 Aug 2006 09:26:04 -0000 1.21 @@ -1 +1 @@ -wine-0.9.19-fe.tar.bz2 +wine-0.9.20-fe.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 21 Aug 2006 07:40:55 -0000 1.21 +++ sources 30 Aug 2006 09:26:04 -0000 1.22 @@ -1 +1 @@ -d903695182690587f44a251059532296 wine-0.9.19-fe.tar.bz2 +8128be3146ab2586ebdc7469792aba62 wine-0.9.20-fe.tar.bz2 wine-rpath.patch: Index: wine-rpath.patch =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine-rpath.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wine-rpath.patch 19 Apr 2006 22:21:54 -0000 1.1 +++ wine-rpath.patch 30 Aug 2006 09:26:04 -0000 1.2 @@ -1,6 +1,6 @@ ---- configure.orig 2006-04-15 00:02:02.000000000 +0200 -+++ configure 2006-04-15 00:03:26.000000000 +0200 -@@ -13375,7 +13375,7 @@ +--- configure.orig 2006-08-28 06:44:28.000000000 +0200 ++++ configure 2006-08-28 06:46:41.000000000 +0200 +@@ -15903,7 +15903,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_wine_try_cflags_saved=$CFLAGS @@ -9,33 +9,29 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -13427,9 +13427,9 @@ - echo "${ECHO_T}$ac_cv_ld_rpath" >&6 - if test "$ac_cv_ld_rpath" = "yes" - then -- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" -+ LDEXERPATH="" +@@ -15969,7 +15969,7 @@ + echo "${ECHO_T}$ac_cv_ld_rpath" >&6; } + if test "$ac_cv_ld_rpath" = "yes" + then +- LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`" ++ LDEXERPATH="" -- LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`" -+ LDDLLRPATH="" + fi - fi +--- configure.ac.orig 2006-08-28 06:43:35.000000000 +0200 ++++ configure.ac 2006-08-28 06:44:22.000000000 +0200 +@@ -1121,14 +1121,6 @@ + AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) + fi ---- configure.ac.orig 2006-04-15 00:15:32.000000000 +0200 -+++ configure.ac 2006-04-15 00:04:51.000000000 +0200 -@@ -1052,15 +1052,6 @@ - AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"]) - fi - -- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, -- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], -- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) -- if test "$ac_cv_ld_rpath" = "yes" -- then -- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) -- AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"]) -- fi +- AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath, +- [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib], +- ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")]) +- if test "$ac_cv_ld_rpath" = "yes" +- then +- AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"]) +- fi - - case $host_cpu in - *i[[3456789]]86*) - AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, + case $host_cpu in + *i[[3456789]]86* | x86_64) + AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec, Index: wine.spec =================================================================== RCS file: /cvs/extras/rpms/wine/FC-5/wine.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- wine.spec 22 Aug 2006 08:37:22 -0000 1.33 +++ wine.spec 30 Aug 2006 09:26:04 -0000 1.34 @@ -1,7 +1,7 @@ %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables Name: wine -Version: 0.9.19 +Version: 0.9.20 Release: 1%{?dist} Summary: A Windows 16/32/64 bit emulator @@ -9,7 +9,7 @@ License: LGPL URL: http://www.winehq.org/ # special fedora tarball without winemp3 stuff -Source0: wine-0.9.19-fe.tar.bz2 +Source0: wine-0.9.20-fe.tar.bz2 Source1: wine.init Source3: wine-README-Fedora Source4: wine-32.conf @@ -311,7 +311,7 @@ %files core %defattr(-,root,root,-) -%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD +%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD %doc AUTHORS README-Fedora README VERSION %doc documentation/* %{_bindir}/msiexec @@ -322,6 +322,7 @@ %{_bindir}/winebrowser %{_bindir}/wineconsole %{_bindir}/wineprefixcreate +%{_mandir}/man1/wineprefixcreate.1* %{_bindir}/wineshelllink %{_bindir}/winecfg %{_bindir}/uninstaller @@ -495,6 +496,7 @@ %{_libdir}/wine/olesvr32.dll.so %{_libdir}/wine/powrprof.dll.so %{_libdir}/wine/psapi.dll.so +%{_libdir}/wine/pstorec.dll.so %{_libdir}/wine/qcap.dll.so %{_libdir}/wine/quartz.dll.so %{_libdir}/wine/query.dll.so @@ -681,6 +683,10 @@ %{_libdir}/wine/*.def %changelog +* Mon Aug 28 2006 Andreas Bierfert +0.9.20-1 +- version upgrade + * Mon Aug 21 2006 Andreas Bierfert 0.9.19-1 - version upgrade From fedora-extras-commits at redhat.com Wed Aug 30 09:49:21 2006 From: fedora-extras-commits at redhat.com (Christophe GRENIER (grenier)) Date: Wed, 30 Aug 2006 02:49:21 -0700 Subject: rpms/testdisk/devel needs.rebuild,1.1,NONE Message-ID: <200608300949.k7U9nNIM013287@cvs-int.fedora.redhat.com> Author: grenier Update of /cvs/extras/rpms/testdisk/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13266/testdisk/devel Removed Files: needs.rebuild Log Message: Rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 10:17:03 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:03 -0700 Subject: rpms/abcm2ps/FC-4 .cvsignore, 1.21, 1.22 abcm2ps.spec, 1.22, 1.23 sources, 1.21, 1.22 Message-ID: <200608301017.k7UAHZZ1018420@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/FC-4 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 26 Jun 2006 17:08:17 -0000 1.21 +++ .cvsignore 30 Aug 2006 10:17:03 -0000 1.22 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/abcm2ps.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- abcm2ps.spec 26 Jun 2006 17:08:17 -0000 1.22 +++ abcm2ps.spec 30 Aug 2006 10:17:03 -0000 1.23 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 2%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-4/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 26 Jun 2006 17:08:17 -0000 1.21 +++ sources 30 Aug 2006 10:17:03 -0000 1.22 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:17:05 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:05 -0700 Subject: rpms/abcm2ps/devel .cvsignore, 1.22, 1.23 abcm2ps.spec, 1.25, 1.26 sources, 1.22, 1.23 Message-ID: <200608301017.k7UAHbNG018430@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 26 Jun 2006 17:06:15 -0000 1.22 +++ .cvsignore 30 Aug 2006 10:17:04 -0000 1.23 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- abcm2ps.spec 27 Aug 2006 23:18:03 -0000 1.25 +++ abcm2ps.spec 30 Aug 2006 10:17:04 -0000 1.26 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 3%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Aug 28 2006 Gerard Milmeister - 5.0.1-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 26 Jun 2006 17:06:15 -0000 1.22 +++ sources 30 Aug 2006 10:17:04 -0000 1.23 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:17:04 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 03:17:04 -0700 Subject: rpms/abcm2ps/FC-5 .cvsignore, 1.21, 1.22 abcm2ps.spec, 1.23, 1.24 sources, 1.21, 1.22 Message-ID: <200608301017.k7UAHaJP018426@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcm2ps/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18328/FC-5 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new version 5.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 26 Jun 2006 17:08:22 -0000 1.21 +++ .cvsignore 30 Aug 2006 10:17:04 -0000 1.22 @@ -1,2 +1,2 @@ -abcm2ps-5.0.1.tar.gz +abcm2ps-5.0.5.tar.gz abcplus_en-1.0.4.zip Index: abcm2ps.spec =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/abcm2ps.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- abcm2ps.spec 26 Jun 2006 17:08:22 -0000 1.23 +++ abcm2ps.spec 30 Aug 2006 10:17:04 -0000 1.24 @@ -1,12 +1,12 @@ Name: abcm2ps -Version: 5.0.1 -Release: 2%{?dist} +Version: 5.0.5 +Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript Group: Applications/Multimedia License: GPL URL: http://moinejf.free.fr -Source0: http://moinejf.free.fr/abcm2ps-5.0.1.tar.gz +Source0: http://moinejf.free.fr/abcm2ps-5.0.5.tar.gz Source1: http://abcplus.sourceforge.net/abcplus_en-1.0.4.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,6 +52,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.0.5-1 +- new version 5.0.5 + * Mon Jun 26 2006 Gerard Milmeister - 5.0.1-1 - new version 5.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcm2ps/FC-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 26 Jun 2006 17:08:22 -0000 1.21 +++ sources 30 Aug 2006 10:17:04 -0000 1.22 @@ -1,2 +1,2 @@ -7ee3ae4a8b0b63b716ed43086ddfd8b0 abcm2ps-5.0.1.tar.gz +323d89c00d8e82d26f7ad4598f5301c3 abcm2ps-5.0.5.tar.gz 99c819d25c4a1db906ae1f09def98e96 abcplus_en-1.0.4.zip From fedora-extras-commits at redhat.com Wed Aug 30 10:26:50 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 03:26:50 -0700 Subject: owners owners.list,1.1470,1.1471 Message-ID: <200608301026.k7UAQqsp019603@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19579 Modified Files: owners.list Log Message: add perl-HTML-FormatText-WithLinks Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1470 retrieving revision 1.1471 diff -u -r1.1470 -r1.1471 --- owners.list 30 Aug 2006 06:32:13 -0000 1.1470 +++ owners.list 30 Aug 2006 10:26:50 -0000 1.1471 @@ -1274,6 +1274,7 @@ Fedora Extras|perl-Gtk2-TrayIcon|Perl interface to the EggTrayIcon library|cweyl at alumni.drew.edu|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-Hook-LexWrap|Lexically scoped subroutine wrappers|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Format|HTML formatter modules|rc040203 at freenet.de|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com +Fedora Extras|perl-HTML-FormatText-WithLinks|HTML to text conversion with links as footnotes|pertusus at free.fr|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Mason|HTML::Mason Perl module|steve at silug.org|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-Scrubber|Library for scrubbing/sanitizing html|jpo at di.uminho.pt|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com Fedora Extras|perl-HTML-TableExtract|A Perl module for extracting content in HTML tables|notting at redhat.com|extras-qa at fedoraproject.org|fedora-perl-devel-list at redhat.com From fedora-extras-commits at redhat.com Wed Aug 30 10:33:00 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 03:33:00 -0700 Subject: rpms/plone/FC-5 plone.spec,1.14,1.15 Message-ID: <200608301033.k7UAX2KH020219@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20173/FC-5 Modified Files: plone.spec Log Message: - fix path on x86_64 - remove the needs.rebuild file Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plone.spec 10 Jul 2006 16:19:31 -0000 1.14 +++ plone.spec 30 Aug 2006 10:33:00 -0000 1.15 @@ -2,11 +2,11 @@ %define zope_minver 2.9.3 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/lib/python +%define software_home %{zope_home}/%{_lib}/python Name: plone Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-2 +- fix path on x86_64 + * Mon Jul 10 2006 Aurelien Bompard 2.5-1 - Version 2.5 - Drop Hotfix, included From fedora-extras-commits at redhat.com Wed Aug 30 10:33:00 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 03:33:00 -0700 Subject: rpms/plone/devel plone.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301033.k7UAX2wi020223@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20173/devel Modified Files: plone.spec Removed Files: needs.rebuild Log Message: - fix path on x86_64 - remove the needs.rebuild file Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/devel/plone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plone.spec 10 Jul 2006 16:19:31 -0000 1.14 +++ plone.spec 30 Aug 2006 10:33:00 -0000 1.15 @@ -2,11 +2,11 @@ %define zope_minver 2.9.3 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/lib/python +%define software_home %{zope_home}/%{_lib}/python Name: plone Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-2 +- fix path on x86_64 + * Mon Jul 10 2006 Aurelien Bompard 2.5-1 - Version 2.5 - Drop Hotfix, included --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 11:02:46 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:46 -0700 Subject: rpms/global/devel .cvsignore, 1.7, 1.8 global.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <200608301102.k7UB2m0p025575@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/devel Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:09 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:46 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/devel/global.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- global.spec 28 Aug 2006 00:55:09 -0000 1.15 +++ global.spec 30 Aug 2006 11:02:46 -0000 1.16 @@ -1,13 +1,13 @@ Name: global -Version: 5.0 -Release: 2%{?dist} +Version: 5.2 +Release: 1%{?dist} Summary: Source code tag system Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Mon Aug 28 2006 Gerard Milmeister - 5.0-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:09 -0000 1.7 +++ sources 30 Aug 2006 11:02:46 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:02:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:43 -0700 Subject: rpms/global/FC-4 .cvsignore, 1.7, 1.8 global.spec, 1.13, 1.14 sources, 1.7, 1.8 Message-ID: <200608301103.k7UB3GJg025603@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/FC-4 Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:03 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:43 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/global.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- global.spec 30 Apr 2006 19:55:03 -0000 1.13 +++ global.spec 30 Aug 2006 11:02:43 -0000 1.14 @@ -1,5 +1,5 @@ Name: global -Version: 5.0 +Version: 5.2 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-4/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:03 -0000 1.7 +++ sources 30 Aug 2006 11:02:43 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:02:44 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:02:44 -0700 Subject: rpms/global/FC-5 .cvsignore, 1.7, 1.8 global.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <200608301103.k7UB3I6D025607@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/global/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25511/FC-5 Modified Files: .cvsignore global.spec sources Log Message: new version 5.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 30 Apr 2006 19:55:09 -0000 1.7 +++ .cvsignore 30 Aug 2006 11:02:44 -0000 1.8 @@ -1 +1 @@ -global-5.0.tar.gz +global-5.2.tar.gz Index: global.spec =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/global.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- global.spec 30 Apr 2006 19:55:09 -0000 1.14 +++ global.spec 30 Aug 2006 11:02:44 -0000 1.15 @@ -1,5 +1,5 @@ Name: global -Version: 5.0 +Version: 5.2 Release: 1%{?dist} Summary: Source code tag system @@ -7,7 +7,7 @@ Group: Development/Tools License: GPL/BSD URL: http://www.gnu.org/software/global -Source: http://tamacom.com/global/global-5.0.tar.gz +Source: http://tamacom.com/global/global-5.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -49,6 +49,9 @@ %{_datadir}/gtags %changelog +* Wed Aug 30 2006 Gerard Milmeister - 5.2-1 +- new version 5.2 + * Sun Apr 30 2006 Gerard Milmeister - 5.0-1 - new version 5.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/global/FC-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Apr 2006 19:55:09 -0000 1.7 +++ sources 30 Aug 2006 11:02:44 -0000 1.8 @@ -1 +1 @@ -4416b22ab4424122c6470187e5b0f552 global-5.0.tar.gz +f16510cc4baf76d027ff2fe3a4a9007d global-5.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:13:10 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 30 Aug 2006 04:13:10 -0700 Subject: rpms/nedit/devel nedit.spec,1.7,1.8 Message-ID: <200608301113.k7UBDCsR026887@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/nedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862 Modified Files: nedit.spec Log Message: - don't use the autodetected, but default visual to avoid crashes (#199770) Index: nedit.spec =================================================================== RCS file: /cvs/extras/rpms/nedit/devel/nedit.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- nedit.spec 24 May 2006 08:05:48 -0000 1.7 +++ nedit.spec 30 Aug 2006 11:13:10 -0000 1.8 @@ -5,7 +5,7 @@ Summary: A GUI text editor for systems with X and Motif. Name: nedit Version: 5.5 -Release: 8%{?dist} +Release: 9%{?dist} Source: http://nedit.org/ftp/v5_5/nedit-%{version}-src.tar.bz2 Source1: nedit.desktop Source2: nedit-icon.png @@ -15,6 +15,7 @@ Patch3: nedit-5.5-motif223.patch Patch4: nedit-5.5-varfix.patch Patch5: nedit-5.5-nc-manfix.patch +Patch6: nedit-5.5-visfix.patch URL: http://nedit.org License: GPL Group: Applications/Editors @@ -37,6 +38,7 @@ %patch3 -p1 -b .motif223 %patch4 -p1 -b .varfix %patch5 -p1 -b .nc-manfix +%patch6 -p1 -b .visfix %build make linux LIB=%{_lib} << EOF @@ -82,6 +84,10 @@ %endif %changelog +* Wed Aug 30 2006 Jindrich Novy 5.5-9 +- don't use the autodetected, but default visual to avoid + crashes (#199770) + * Wed May 24 2006 Jindrich Novy 5.5-8 - don't strip binaries so that we have usable debuginfo nedit package (#192607) From fedora-extras-commits at redhat.com Wed Aug 30 11:16:36 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:36 -0700 Subject: rpms/abcMIDI/FC-4 .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGc0R027303@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/FC-4 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:47 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:47 -0000 1.5 +++ abcMIDI.spec 30 Aug 2006 11:16:36 -0000 1.6 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 +Version: 20060829 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-4/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:47 -0000 1.6 +++ sources 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:16:37 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:37 -0700 Subject: rpms/abcMIDI/devel .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGdFh027315@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/devel Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:37 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/abcMIDI.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- abcMIDI.spec 27 Aug 2006 23:21:13 -0000 1.6 +++ abcMIDI.spec 30 Aug 2006 11:16:37 -0000 1.7 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 -Release: 2%{?dist} +Version: 20060829 +Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Mon Aug 28 2006 Gerard Milmeister - 20060805-2 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:48 -0000 1.6 +++ sources 30 Aug 2006 11:16:37 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:16:36 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:16:36 -0700 Subject: rpms/abcMIDI/FC-5 .cvsignore, 1.6, 1.7 abcMIDI.spec, 1.5, 1.6 sources, 1.6, 1.7 Message-ID: <200608301116.k7UBGdF6027309@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/abcMIDI/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27248/FC-5 Modified Files: .cvsignore abcMIDI.spec sources Log Message: new version 20060829 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 8 Aug 2006 18:37:48 -0000 1.6 +++ .cvsignore 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -abcMIDI-2006-08-05.zip +abcMIDI-2006-08-29.zip Index: abcMIDI.spec =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/abcMIDI.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- abcMIDI.spec 8 Aug 2006 18:37:48 -0000 1.5 +++ abcMIDI.spec 30 Aug 2006 11:16:36 -0000 1.6 @@ -1,12 +1,12 @@ Name: abcMIDI -Version: 20060805 +Version: 20060829 Release: 1%{?dist} Summary: ABC to/from MIDI conversion utilities Group: Applications/Multimedia License: GPL URL: http://abc.sourceforge.net/abcMIDI -Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-05.zip +Source0: http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2006-08-29.zip Patch0: abcmidi-snprintf.patch Patch1: abcmidi-sprintf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 20060829-1 +- new version 20060829 + * Tue Aug 8 2006 Gerard Milmeister - 20060805-1 - new version 2006-08-05 Index: sources =================================================================== RCS file: /cvs/extras/rpms/abcMIDI/FC-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 8 Aug 2006 18:37:48 -0000 1.6 +++ sources 30 Aug 2006 11:16:36 -0000 1.7 @@ -1 +1 @@ -e1971851108541d588b9822f18be30b0 abcMIDI-2006-08-05.zip +da99b93aa694997c2f3800096a37bfa1 abcMIDI-2006-08-29.zip From fedora-extras-commits at redhat.com Wed Aug 30 11:22:38 2006 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Wed, 30 Aug 2006 04:22:38 -0700 Subject: rpms/nedit/devel nedit-5.5-visfix.patch,NONE,1.1 Message-ID: <200608301122.k7UBMeh8027978@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/nedit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27945 Added Files: nedit-5.5-visfix.patch Log Message: - add visfix patch nedit-5.5-visfix.patch: --- NEW FILE nedit-5.5-visfix.patch --- --- nedit-5.5/util/misc.c.visfix 2004-08-10 00:20:00.000000000 +0200 +++ nedit-5.5/util/misc.c 2006-08-30 13:06:31.000000000 +0200 @@ -384,6 +384,9 @@ return (*visual == DefaultVisual(display, screen)); } + /* Set "Default" visual to avoid crashes with the detected best ones */ + reqID = DefaultVisual(display, screen)->visualid; + /* Read the visualID and installColormap resources for the application. visualID can be specified either as a number (the visual id as shown by xdpyinfo), as a visual class name, or as Best or Default. */ From fedora-extras-commits at redhat.com Wed Aug 30 11:27:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:27:47 -0700 Subject: rpms/kita - New directory Message-ID: <200608301127.k7UBRnP8028558@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28526/kita Log Message: Directory /cvs/extras/rpms/kita added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 11:27:47 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:27:47 -0700 Subject: rpms/kita/devel - New directory Message-ID: <200608301127.k7UBRnC9028561@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28526/kita/devel Log Message: Directory /cvs/extras/rpms/kita/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 11:28:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:06 -0700 Subject: rpms/kita Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301128.k7UBS81u028638@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28604 Added Files: Makefile import.log Log Message: Setup of module kita --- NEW FILE Makefile --- # Top level Makefile for module kita all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 11:28:06 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:06 -0700 Subject: rpms/kita/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301128.k7UBS8Kn028643@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28604/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module kita --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 11:28:38 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:38 -0700 Subject: rpms/kita import.log,1.1,1.2 Message-ID: <200608301129.k7UBTAOZ028803@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28703 Modified Files: import.log Log Message: auto-import kita-0.177.3-6 on branch devel from kita-0.177.3-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/kita/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 11:28:05 -0000 1.1 +++ import.log 30 Aug 2006 11:28:38 -0000 1.2 @@ -0,0 +1 @@ +kita-0_177_3-6:HEAD:kita-0.177.3-6.src.rpm:1156937312 From fedora-extras-commits at redhat.com Wed Aug 30 11:28:39 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:28:39 -0700 Subject: rpms/kita/devel kita.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301129.k7UBTBAQ028809@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28703/devel Modified Files: .cvsignore sources Added Files: kita.spec Log Message: auto-import kita-0.177.3-6 on branch devel from kita-0.177.3-6.src.rpm --- NEW FILE kita.spec --- %define version 0.177.3 Summary: 2ch client for KDE Name: kita Version: %{version} Release: 6%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel BuildRequires: desktop-file-utils Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: fonts-japanese %description Kita is a 2ch client for KDE. %prep %setup -q %build %{__sed} -i.soname \ -e 's|^kita\([\._][lL]\)|libkitamain\1|' \ -e 's|\([^a-zA-Z]\)kita\([\._][lL]\)|\1libkitamain\2|g' \ -e 's|-avoid-version||' \ kita/src/Makefile.in if [ %{_arch} == x86_64 ] ; then SUF=64 else SUF= fi unset QTLIB || : . %{_sysconfdir}/profile.d/qt.sh %configure \ --disable-rpath \ --enable-libsuffix=$SUF \ --enable-xdg-menu %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} DESTDIR=%{buildroot} install %{__sed} -i -e 's|Terminal=0|Terminal=false|' \ %{buildroot}/%{name}.desktop desktop-file-install \ --delete-original \ --vendor fedora \ --dir %{buildroot}%{_datadir}/applications \ --add-category X-Fedora \ --add-category KDE \ --add-category Qt \ %{buildroot}/%{name}.desktop # remove unneeded files %{__rm} -f %{buildroot}%{_prefix}/lib*/*.{la,so} # move document files %{__mkdir} DOC unlink %{buildroot}%{_datadir}/doc/HTML/en/kita/common %{__mv} %{buildroot}%{_datadir}/doc/HTML/ DOC/ # convert encoding for f in README README.2ch TODO ; do %{__mv} ${f} ${f}.tmp iconv -f EUCJP -t UTF8 ${f}.tmp > ${f} && \ %{__rm} -f ${f}.tmp || %{__mv} ${f}.tmp ${f} done # install mo file %find_lang %{name} %clean %{__rm} -rf %{buildroot} %post /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %postun /sbin/ldconfig touch --no-create %{_datadir}/icons/hicolor || : %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %{_bindir}/update-desktop-database %{_datadir}/applications &>/dev/null || : %files -f %{name}.lang %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README README.2ch TODO %doc DOC/HTML %{_bindir}/* %{_prefix}/lib*/*.so.* %{_datadir}/apps/kita/ %{_datadir}/applications/fedora-%{name}.desktop %{_datadir}/icons/hicolor/*/apps/*.png %changelog * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-6 - Check the minimal BuildRequires again. * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-5 - Maybe better handling of architecture. * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-4 - Remove some requirement on %%post and %%postun. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-3 - Remove gamin-devel. - Minor fix for desktop file. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-2 - Soname versioning. - Rename kita.so as this soname is invalid. * Mon Aug 28 2006 Mamoru Tasaka - 0.177.3-1 - Package for Fedora Extras. - Add missing BuildRequires. - Use desktop-file-utils - Fix scriptlets. - Change encodings. * Sun Nov 21 2004 Hideki Ikemoto - remove kitapart/kita*ui.rc * Sat Oct 07 2004 Hideki Ikemoto - set %%{_prefix} if SuSE * Sat May 15 2004 Hideki Ikemoto - add 'Serial' field (comment) * Sat Dec 13 2003 Hideki Ikemoto - don't use %%configure * Mon Oct 13 2003 Hideki Ikemoto - add files * Wed Mar 03 2003 Hideki Ikemoto - initial release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/kita/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 11:28:06 -0000 1.1 +++ .cvsignore 30 Aug 2006 11:28:39 -0000 1.2 @@ -0,0 +1 @@ +kita-0.177.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/kita/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 11:28:06 -0000 1.1 +++ sources 30 Aug 2006 11:28:39 -0000 1.2 @@ -0,0 +1 @@ +7380db08c5ec321154ebba744d5609b9 kita-0.177.3.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:41:41 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:41:41 -0700 Subject: rpms/zope/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 zope.spec, 1.23, 1.24 needs.rebuild, 1.1, NONE Message-ID: <200608301141.k7UBfhHN030039@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29991/devel Modified Files: .cvsignore sources zope.spec Removed Files: needs.rebuild Log Message: update to 2.9.4 and remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zope/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Jul 2006 13:03:07 -0000 1.12 +++ .cvsignore 30 Aug 2006 11:41:41 -0000 1.13 @@ -1,2 +1 @@ -Zope-2.9.3.tgz -Hotfix_20060705.tar.gz +Zope-2.9.4-final.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zope/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Jul 2006 13:03:07 -0000 1.12 +++ sources 30 Aug 2006 11:41:41 -0000 1.13 @@ -1,2 +1 @@ -4e8b4e076cadd6eb62dd4513748cb9f9 Zope-2.9.3.tgz -6dec58130117fd860adc7fd58f8062e7 Hotfix_20060705.tar.gz +7d7ffe62eabc84d0c438e450e344c29f Zope-2.9.4-final.tgz Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- zope.spec 2 Aug 2006 18:46:09 -0000 1.23 +++ zope.spec 30 Aug 2006 11:41:41 -0000 1.24 @@ -1,4 +1,4 @@ -%define python_minver 2.4.1 +%define python_minver 2.4.2 %define zope_user zope %define zope_group %{zope_user} @@ -12,13 +12,13 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.9.3 -Release: 4%{?dist} +Version: 2.9.4 +Release: 1%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ -Source0: http://www.zope.org/Products/Zope/2.9.3/Zope-2.9.3.tgz -Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz +Source0: http://www.zope.org/Products/Zope/2.9.4/Zope-2.9.4-final.tgz +#Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -52,16 +52,16 @@ %prep -%setup -q -n Zope-%{version} -%patch0 -p1 -b .config +%setup -q -n Zope-%{version}-final +%patch0 -p2 -b .config # remove the backup, or we'll install it too... -rm -f Zope/skel/etc/zope.conf.in.config +rm -f skel/etc/zope.conf.in.config # Warning on the default index_html about python 2.4 & zope 2.8 #%patch1 -p1 -b .pythonwarning -chmod -x Zope/skel/import/README.txt +chmod -x skel/import/README.txt install -pm 644 %{SOURCE4} README.Fedora -install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -77,7 +77,6 @@ %install rm -rf $RPM_BUILD_ROOT -rm -f docs # Create all required additional directories for dir in %{zope_home} %{software_home} %{instance_home}/{Products,bin,var} \ @@ -98,11 +97,11 @@ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/zope \ $RPM_BUILD_ROOT%{_bindir}/zopectl \ $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/zope-logrotate \ - README.Fedora Zope/skel/etc/zope.conf.in + README.Fedora skel/etc/zope.conf.in # Install the skel, translating paths, into the build root -%{__python} "Zope/utilities/copyzopeskel.py" \ - --sourcedir="Zope/skel" \ +%{__python} "utilities/copyzopeskel.py" \ + --sourcedir="skel" \ --targetdir="$RPM_BUILD_ROOT%{instance_home}" \ --replace="INSTANCE_HOME:%{instance_home}" \ --replace="SOFTWARE_HOME:%{software_home}" \ @@ -113,13 +112,13 @@ make install # Hotfix -tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products +#tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products chmod 700 $RPM_BUILD_ROOT%{instance_home} chmod 755 $RPM_BUILD_ROOT%{zope_home} -# Symlink to include in the docs -#ln -sf %{zope_home}/doc docs +# included in %%doc +rm -rf $RPM_BUILD_ROOT%{zope_home}/doc # write version.txt echo "Zope %{version}-%{release}" > \ @@ -137,7 +136,7 @@ %pre -/usr/sbin/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ +%{_sbindir}/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ %{zope_user} 2>/dev/null || : @@ -156,7 +155,7 @@ %files %defattr(-, root, root, -) -%doc Zope/doc/* README.Fedora +%doc doc/* README.Fedora %config(noreplace) %{_sysconfdir}/sysconfig/zope %config %{_initrddir}/zope %config %{_sysconfdir}/cron.daily/zope-logrotate @@ -164,7 +163,6 @@ %dir %{zope_home} %{zope_home}/bin %{zope_home}/%{_lib} -%{zope_home}/include %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -175,7 +173,6 @@ %{zope_home}/skel/README.txt %{zope_home}/skel/var %config %{zope_home}/skel/etc -%{zope_home}/zopeskel %attr(-, %{zope_user}, %{zope_group}) %dir %{instance_home} %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/bin %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/Extensions @@ -190,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 +- update to 2.9.4 + * Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 11:41:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:41:40 -0700 Subject: rpms/zope/FC-5 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 zope.spec, 1.22, 1.23 Message-ID: <200608301141.k7UBfg65030031@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29991/FC-5 Modified Files: .cvsignore sources zope.spec Log Message: update to 2.9.4 and remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 10 Jul 2006 13:02:58 -0000 1.12 +++ .cvsignore 30 Aug 2006 11:41:40 -0000 1.13 @@ -1,2 +1 @@ -Zope-2.9.3.tgz -Hotfix_20060705.tar.gz +Zope-2.9.4-final.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 10 Jul 2006 13:02:58 -0000 1.12 +++ sources 30 Aug 2006 11:41:40 -0000 1.13 @@ -1,2 +1 @@ -4e8b4e076cadd6eb62dd4513748cb9f9 Zope-2.9.3.tgz -6dec58130117fd860adc7fd58f8062e7 Hotfix_20060705.tar.gz +7d7ffe62eabc84d0c438e450e344c29f Zope-2.9.4-final.tgz Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- zope.spec 2 Aug 2006 18:46:09 -0000 1.22 +++ zope.spec 30 Aug 2006 11:41:40 -0000 1.23 @@ -1,4 +1,4 @@ -%define python_minver 2.4.1 +%define python_minver 2.4.2 %define zope_user zope %define zope_group %{zope_user} @@ -12,13 +12,13 @@ Name: zope Summary: Web application server for flexible content management applications -Version: 2.9.3 -Release: 4%{?dist} +Version: 2.9.4 +Release: 1%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ -Source0: http://www.zope.org/Products/Zope/2.9.3/Zope-2.9.3.tgz -Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz +Source0: http://www.zope.org/Products/Zope/2.9.4/Zope-2.9.4-final.tgz +#Source10: http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hotfix_20060705.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source1: zope.init.in @@ -52,16 +52,16 @@ %prep -%setup -q -n Zope-%{version} -%patch0 -p1 -b .config +%setup -q -n Zope-%{version}-final +%patch0 -p2 -b .config # remove the backup, or we'll install it too... -rm -f Zope/skel/etc/zope.conf.in.config +rm -f skel/etc/zope.conf.in.config # Warning on the default index_html about python 2.4 & zope 2.8 #%patch1 -p1 -b .pythonwarning -chmod -x Zope/skel/import/README.txt +chmod -x skel/import/README.txt install -pm 644 %{SOURCE4} README.Fedora -install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in +install -pm 644 %{SOURCE5} skel/etc/logrotate.conf.in %build @@ -77,7 +77,6 @@ %install rm -rf $RPM_BUILD_ROOT -rm -f docs # Create all required additional directories for dir in %{zope_home} %{software_home} %{instance_home}/{Products,bin,var} \ @@ -98,11 +97,11 @@ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/zope \ $RPM_BUILD_ROOT%{_bindir}/zopectl \ $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/zope-logrotate \ - README.Fedora Zope/skel/etc/zope.conf.in + README.Fedora skel/etc/zope.conf.in # Install the skel, translating paths, into the build root -%{__python} "Zope/utilities/copyzopeskel.py" \ - --sourcedir="Zope/skel" \ +%{__python} "utilities/copyzopeskel.py" \ + --sourcedir="skel" \ --targetdir="$RPM_BUILD_ROOT%{instance_home}" \ --replace="INSTANCE_HOME:%{instance_home}" \ --replace="SOFTWARE_HOME:%{software_home}" \ @@ -113,13 +112,13 @@ make install # Hotfix -tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products +#tar -xzf %{SOURCE10} -C $RPM_BUILD_ROOT%{software_home}/Products chmod 700 $RPM_BUILD_ROOT%{instance_home} chmod 755 $RPM_BUILD_ROOT%{zope_home} -# Symlink to include in the docs -#ln -sf %{zope_home}/doc docs +# included in %%doc +rm -rf $RPM_BUILD_ROOT%{zope_home}/doc # write version.txt echo "Zope %{version}-%{release}" > \ @@ -137,7 +136,7 @@ %pre -/usr/sbin/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ +%{_sbindir}/useradd -c "Zope user" -s /bin/false -r -d %{zope_home} \ %{zope_user} 2>/dev/null || : @@ -156,7 +155,7 @@ %files %defattr(-, root, root, -) -%doc Zope/doc/* README.Fedora +%doc doc/* README.Fedora %config(noreplace) %{_sysconfdir}/sysconfig/zope %config %{_initrddir}/zope %config %{_sysconfdir}/cron.daily/zope-logrotate @@ -164,7 +163,6 @@ %dir %{zope_home} %{zope_home}/bin %{zope_home}/%{_lib} -%{zope_home}/include %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -175,7 +173,6 @@ %{zope_home}/skel/README.txt %{zope_home}/skel/var %config %{zope_home}/skel/etc -%{zope_home}/zopeskel %attr(-, %{zope_user}, %{zope_group}) %dir %{instance_home} %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/bin %attr(-, %{zope_user}, %{zope_group}) %{instance_home}/Extensions @@ -190,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 +- update to 2.9.4 + * Wed Aug 2 2006 Ville Skytt?? - 2.9.3-4 - Security: fix world-writable permissions on logrotate config files and README.Fedora (#200794). From fedora-extras-commits at redhat.com Wed Aug 30 11:45:30 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 04:45:30 -0700 Subject: rpms/kita/devel kita.spec,1.1,1.2 Message-ID: <200608301145.k7UBjWDD030450@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30429 Modified Files: kita.spec Log Message: * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 - Again specify Qt lib directory. Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kita.spec 30 Aug 2006 11:28:39 -0000 1.1 +++ kita.spec 30 Aug 2006 11:45:30 -0000 1.2 @@ -3,7 +3,7 @@ Summary: 2ch client for KDE Name: kita Version: %{version} -Release: 6%{?dist} +Release: 7%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ @@ -42,6 +42,7 @@ %configure \ --disable-rpath \ + --with-qt-libraries=$QTLIB \ --enable-libsuffix=$SUF \ --enable-xdg-menu @@ -109,6 +110,9 @@ %{_datadir}/icons/hicolor/*/apps/*.png %changelog +* Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 +- Again specify Qt lib directory. + * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-6 - Check the minimal BuildRequires again. From fedora-extras-commits at redhat.com Wed Aug 30 11:46:22 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:22 -0700 Subject: rpms/q/FC-5 .cvsignore,1.2,1.3 q.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608301146.k7UBkOTL030613@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/FC-5 Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:22 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 30 Aug 2006 11:46:22 -0000 1.3 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 2%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/FC-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:22 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:46:23 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:23 -0700 Subject: rpms/q/devel .cvsignore,1.2,1.3 q.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <200608301146.k7UBkP76030619@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/devel Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:23 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/devel/q.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- q.spec 28 Aug 2006 09:19:12 -0000 1.3 +++ q.spec 30 Aug 2006 11:46:23 -0000 1.4 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 3%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Mon Aug 28 2006 Gerard Milmeister - 7.1-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:23 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:46:21 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Wed, 30 Aug 2006 04:46:21 -0700 Subject: rpms/q/FC-4 .cvsignore,1.2,1.3 q.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200608301146.k7UBkNo8030609@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/q/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30554/FC-4 Modified Files: .cvsignore q.spec sources Log Message: new version 7.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 13 Jun 2006 07:37:03 -0000 1.2 +++ .cvsignore 30 Aug 2006 11:46:21 -0000 1.3 @@ -1 +1 @@ -q-7.1.tar.gz +q-7.4.tar.gz Index: q.spec =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/q.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- q.spec 13 Jun 2006 18:59:36 -0000 1.2 +++ q.spec 30 Aug 2006 11:46:21 -0000 1.3 @@ -1,11 +1,11 @@ Name: q -Version: 7.1 -Release: 2%{?dist} +Version: 7.4 +Release: 1%{?dist} Summary: Equational programming language Group: Development/Languages License: GPL -Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.1.tar.gz +Source: http://switch.dl.sourceforge.net/sourceforge/q-lang/q-7.4.tar.gz URL: http://q-lang.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -154,6 +154,9 @@ %changelog +* Wed Aug 30 2006 Gerard Milmeister - 7.4-1 +- new version 7.4 + * Tue Jun 13 2006 Gerard Milmeister - 7.1-2 - disable provides for modules Index: sources =================================================================== RCS file: /cvs/extras/rpms/q/FC-4/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 13 Jun 2006 07:37:03 -0000 1.2 +++ sources 30 Aug 2006 11:46:21 -0000 1.3 @@ -1 +1 @@ -5fe46c40dc8530d4bf1ce23acc42d57a q-7.1.tar.gz +0b6ddd02028aee60f5ee1cd1f8cc008a q-7.4.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 11:55:23 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 04:55:23 -0700 Subject: rpms/fillets-ng/devel fillets-ng-0.7.3-libX11.patch, NONE, 1.1 fillets-ng.spec, 1.8, 1.9 Message-ID: <200608301155.k7UBtP2n031572@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/fillets-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31550 Modified Files: fillets-ng.spec Added Files: fillets-ng-0.7.3-libX11.patch Log Message: Add libX11 patch, link against X11 even when SDL isn't (#204594, #204600). fillets-ng-0.7.3-libX11.patch: --- NEW FILE fillets-ng-0.7.3-libX11.patch --- diff -Naupr fillets-ng-0.7.3.orig/configure.in fillets-ng-0.7.3/configure.in --- fillets-ng-0.7.3.orig/configure.in 2005-10-04 20:11:00.000000000 +0200 +++ fillets-ng-0.7.3/configure.in 2006-08-30 13:50:45.000000000 +0200 @@ -13,9 +13,6 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB -CPPFLAGS="-I/usr/local/include $CPPFLAGS" -LIBS="-L/usr/local/lib $LIBS" - ################################################### # Check for libm AC_CHECK_LIB(m, sin, LIBS="$LIBS -lm") @@ -89,18 +86,15 @@ AC_CHECK_LIB([SDL_ttf], [TTF_OpenFont], ################################################### # Test X11 -OLD_CPPFLAGS="$CPPFLAGS" -CPPFLAGS="$CPPFLAGS $SDL_CFLAGS" -AC_TRY_COMPILE([ - #include "SDL.h" - #include "SDL_syswm.h" - #include - ], [ - SDL_SysWMinfo info; - info.subsystem = SDL_SYSWM_X11; - ], [have_x11="yes"], [have_x11="no"]) -CPPFLAGS="$OLD_CPPFLAGS" -if test "x$have_x11" = xyes; then +AC_PATH_X +AC_CHECK_LIB(X11, XFree, + have_x11='yes', + have_x11='no', + [-lX11 -L${x_libraries}]) +AC_CHECK_HEADERS(X11/Xutil.h) +if test "$have_x11" != 'no'; then + CPPFLAGS="$X_CFLAGS $CPPFLAGS" + LIBS="$X_LIBS $LIBS -lX11" AC_DEFINE(HAVE_X11) fi Index: fillets-ng.spec =================================================================== RCS file: /cvs/extras/rpms/fillets-ng/devel/fillets-ng.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fillets-ng.spec 28 Aug 2006 10:02:53 -0000 1.8 +++ fillets-ng.spec 30 Aug 2006 11:55:23 -0000 1.9 @@ -9,6 +9,7 @@ Source1: fillets.desktop Source2: fillets.png Patch0: fillets-ng-0.7.3-lua-pkgconfig.patch +Patch1: fillets-ng-0.7.3-libX11.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fillets-ng-data >= 0.7.1 BuildRequires: SDL-devel, SDL_mixer-devel, SDL_image-devel, SDL_ttf-devel @@ -28,6 +29,7 @@ %prep %setup -q %patch0 -p1 -b .lua-pkgconfig +%patch1 -p1 -b .libX11 autoreconf --install --force @@ -73,6 +75,7 @@ %changelog * Mon Aug 28 2006 Matthias Saou 0.7.3-5 - FC6 rebuild. +- Add libX11 patch, link against X11 even when SDL isn't (#204594, #204600). * Wed May 31 2006 Matthias Saou 0.7.3-4 - Add patch to change lua detection from lua-config to pkgconfig since the From fedora-extras-commits at redhat.com Wed Aug 30 11:58:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:58:35 -0700 Subject: rpms/zope/FC-5 zope.spec,1.23,1.24 Message-ID: <200608301159.k7UBx7fA031990@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31908/FC-5 Modified Files: zope.spec Log Message: fix path on x86_64 Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/FC-5/zope.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- zope.spec 30 Aug 2006 11:41:40 -0000 1.23 +++ zope.spec 30 Aug 2006 11:58:35 -0000 1.24 @@ -4,7 +4,7 @@ %define zope_group %{zope_user} %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python %define instance_home %{_localstatedir}/lib/zope %define zopectl %{_bindir}/zopectl @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -162,7 +162,7 @@ %attr(0755, root, root) %{_bindir}/zopectl %dir %{zope_home} %{zope_home}/bin -%{zope_home}/%{_lib} +%{zope_home}/lib %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -187,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-2 +- fix path on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 - update to 2.9.4 From fedora-extras-commits at redhat.com Wed Aug 30 11:58:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 04:58:36 -0700 Subject: rpms/zope/devel zope.spec,1.24,1.25 Message-ID: <200608301159.k7UBx8Sk031993@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/zope/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31908/devel Modified Files: zope.spec Log Message: fix path on x86_64 Index: zope.spec =================================================================== RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- zope.spec 30 Aug 2006 11:41:41 -0000 1.24 +++ zope.spec 30 Aug 2006 11:58:35 -0000 1.25 @@ -4,7 +4,7 @@ %define zope_group %{zope_user} %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python %define instance_home %{_localstatedir}/lib/zope %define zopectl %{_bindir}/zopectl @@ -13,7 +13,7 @@ Name: zope Summary: Web application server for flexible content management applications Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ZPL Group: System Environment/Daemons URL: http://www.zope.org/ @@ -162,7 +162,7 @@ %attr(0755, root, root) %{_bindir}/zopectl %dir %{zope_home} %{zope_home}/bin -%{zope_home}/%{_lib} +%{zope_home}/lib %dir %{zope_home}/skel %{zope_home}/skel/bin %{zope_home}/skel/Extensions @@ -187,6 +187,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.9.4-2 +- fix path on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.9.4-1 - update to 2.9.4 From fedora-extras-commits at redhat.com Wed Aug 30 12:02:41 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 05:02:41 -0700 Subject: rpms/plone/devel plone.spec,1.15,1.16 Message-ID: <200608301202.k7UC2idk002543@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/devel Modified Files: plone.spec Log Message: Zope 2.9.4 went back to zope/lib/python on x86_64 Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/devel/plone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plone.spec 30 Aug 2006 10:33:00 -0000 1.15 +++ plone.spec 30 Aug 2006 12:02:41 -0000 1.16 @@ -1,12 +1,12 @@ %define python_minver 2.4.2 -%define zope_minver 2.9.3 +%define zope_minver 2.9.4 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python Name: plone Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-3 +- Zope 2.9.4 went back to zope/lib/python on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.5-2 - fix path on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 12:02:37 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 05:02:37 -0700 Subject: rpms/plone/FC-5 plone.spec,1.15,1.16 Message-ID: <200608301203.k7UC3BUh002592@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/plone/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2500/FC-5 Modified Files: plone.spec Log Message: Zope 2.9.4 went back to zope/lib/python on x86_64 Index: plone.spec =================================================================== RCS file: /cvs/extras/rpms/plone/FC-5/plone.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plone.spec 30 Aug 2006 10:33:00 -0000 1.15 +++ plone.spec 30 Aug 2006 12:02:37 -0000 1.16 @@ -1,12 +1,12 @@ %define python_minver 2.4.2 -%define zope_minver 2.9.3 +%define zope_minver 2.9.4 %define zope_home %{_libdir}/zope -%define software_home %{zope_home}/%{_lib}/python +%define software_home %{zope_home}/lib/python Name: plone Version: 2.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: User friendly and powerful open source Content Management System License: GPL Group: System Environment/Daemons @@ -67,6 +67,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.5-3 +- Zope 2.9.4 went back to zope/lib/python on x86_64 + * Wed Aug 30 2006 Aurelien Bompard 2.5-2 - fix path on x86_64 From fedora-extras-commits at redhat.com Wed Aug 30 12:03:23 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:03:23 -0700 Subject: rpms/kita/devel kita.spec,1.2,1.3 Message-ID: <200608301203.k7UC3wam002672@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2605 Modified Files: kita.spec Log Message: * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-8 - Unset QTDIR, not QTLIB Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kita.spec 30 Aug 2006 11:45:30 -0000 1.2 +++ kita.spec 30 Aug 2006 12:03:23 -0000 1.3 @@ -37,12 +37,11 @@ SUF= fi -unset QTLIB || : +unset QTDIR || : . %{_sysconfdir}/profile.d/qt.sh %configure \ --disable-rpath \ - --with-qt-libraries=$QTLIB \ --enable-libsuffix=$SUF \ --enable-xdg-menu @@ -110,6 +109,9 @@ %{_datadir}/icons/hicolor/*/apps/*.png %changelog +* Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-8 +- Unset QTDIR, not QTLIB + * Tue Aug 29 2006 Mamoru Tasaka - 0.177.3-7 - Again specify Qt lib directory. From fedora-extras-commits at redhat.com Wed Aug 30 12:05:29 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:05:29 -0700 Subject: rpms/kita/devel kita.spec,1.3,1.4 Message-ID: <200608301205.k7UC5VJg002888@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/kita/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2864 Modified Files: kita.spec Log Message: Oops... fixing release number Index: kita.spec =================================================================== RCS file: /cvs/extras/rpms/kita/devel/kita.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kita.spec 30 Aug 2006 12:03:23 -0000 1.3 +++ kita.spec 30 Aug 2006 12:05:29 -0000 1.4 @@ -3,7 +3,7 @@ Summary: 2ch client for KDE Name: kita Version: %{version} -Release: 7%{?dist} +Release: 8%{?dist} Source: http://keihanna.dl.sourceforge.jp/kita/20336/kita-%{version}.tar.gz License: GPL URL: http://sourceforge.jp/projects/kita/ From fedora-extras-commits at redhat.com Wed Aug 30 12:25:42 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:25:42 -0700 Subject: owners owners.list,1.1471,1.1472 Message-ID: <200608301225.k7UCPiAq004839@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4819 Modified Files: owners.list Log Message: add kita Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1471 retrieving revision 1.1472 diff -u -r1.1471 -r1.1472 --- owners.list 30 Aug 2006 10:26:50 -0000 1.1471 +++ owners.list 30 Aug 2006 12:25:42 -0000 1.1472 @@ -700,6 +700,7 @@ Fedora Extras|kinput2|Japanese kanji input server for X11|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| +Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 12:26:31 2006 From: fedora-extras-commits at redhat.com (Mamoru Tasaka (mtasaka)) Date: Wed, 30 Aug 2006 05:26:31 -0700 Subject: owners owners.list,1.1472,1.1473 Message-ID: <200608301226.k7UCQX2H004921@cvs-int.fedora.redhat.com> Author: mtasaka Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4899 Modified Files: owners.list Log Message: fix order...... Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1472 retrieving revision 1.1473 diff -u -r1.1472 -r1.1473 --- owners.list 30 Aug 2006 12:25:42 -0000 1.1472 +++ owners.list 30 Aug 2006 12:26:31 -0000 1.1473 @@ -700,8 +700,8 @@ Fedora Extras|kinput2|Japanese kanji input server for X11|tagoh at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|kiosktool|KIOSK administration tool for KDE|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|kipi-plugins|Plugins to use with Kipi|rdieter at math.unl.edu|extras-qa at fedoraproject.org| -Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kismet|WLAN detector, sniffer and IDS|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| +Fedora Extras|kita|2ch client for KDE|mtasaka at ioa.s.u-tokyo.ac.jp|extras-qa at fedoraproject.org| Fedora Extras|kmenu-gnome|K Menu with Gnome directory|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|kmobiletools|Make your mobile phone communicate with your PC|dennis at ausil.us|extras-qa at fedoraproject.org| Fedora Extras|kmymoney2|Personal finance|rdieter at math.unl.edu|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 12:29:03 2006 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 30 Aug 2006 05:29:03 -0700 Subject: rpms/csmash/devel csmash-0.6.6-configure.patch, NONE, 1.1 csmash.spec, 1.13, 1.14 Message-ID: <200608301229.k7UCT5Vd005189@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5158 Modified Files: csmash.spec Added Files: csmash-0.6.6-configure.patch Log Message: Add patch to configure to remove empty '-I' as further include paths seem to be ignored when it's present, this caused SDL.h to not be found. csmash-0.6.6-configure.patch: --- NEW FILE csmash-0.6.6-configure.patch --- diff -Naupr csmash-0.6.6.orig/configure csmash-0.6.6/configure --- csmash-0.6.6.orig/configure 2003-08-16 07:54:31.000000000 +0200 +++ csmash-0.6.6/configure 2006-08-30 14:04:27.000000000 +0200 @@ -5515,8 +5515,8 @@ echo "${ECHO_T}libraries $x_libraries, h fi -CFLAGS="-I $x_includes" -LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir" +CFLAGS="$x_includes" +LDFLAGS="-L$x_libraries -L$libdir" CXXFLAGS="$CFLAGS -Wall" diff -Naupr csmash-0.6.6.orig/configure.in csmash-0.6.6/configure.in --- csmash-0.6.6.orig/configure.in 2003-08-16 07:53:55.000000000 +0200 +++ csmash-0.6.6/configure.in 2006-08-30 14:03:41.000000000 +0200 @@ -19,8 +19,8 @@ AC_PATH_PROG(GZIP, gzip) AC_PATH_X -CFLAGS="-I $x_includes" -LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir" +CFLAGS="$x_includes" +LDFLAGS="-L$x_libraries -L$libdir" CXXFLAGS="$CFLAGS -Wall" dnl Checks for libraries. Index: csmash.spec =================================================================== RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- csmash.spec 28 Aug 2006 09:21:04 -0000 1.13 +++ csmash.spec 30 Aug 2006 12:29:03 -0000 1.14 @@ -8,6 +8,7 @@ Source: http://dl.sf.net/cannonsmash/csmash-%{version}.tar.gz Patch0: csmash-0.6.6-64bit-gcc4-fixes.patch Patch1: csmash-0.6.6-extraqualif.patch +Patch2: csmash-0.6.6-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel, libjpeg-devel, zlib-devel BuildRequires: SDL-devel >= 1.2.0, SDL_mixer-devel, SDL_image-devel @@ -18,6 +19,8 @@ %else BuildRequires: xorg-x11-devel, Mesa-devel %endif +# Required because we patch configure +BuildRequires: autoconf, automake17 %description CannonSmash is a 3D tabletennis game. The goal of this project is to @@ -30,6 +33,7 @@ %setup %patch0 -p1 -b .64bit-gcc4 %patch1 -p1 -b .extraqualif +%patch2 -p1 -b .configure %build @@ -78,6 +82,8 @@ * Mon Aug 28 2006 Matthias Saou 0.6.6-13 - FC6 rebuild. - Remove gcc-c++ build requirement, it's a default. +- Add patch to configure to remove empty '-I' as further include paths seem to + be ignored when it's present, this caused SDL.h to not be found. * Mon Mar 6 2006 Matthias Saou 0.6.6-12 - FC5 rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 14:16:06 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:16:06 -0700 Subject: rpms/amarok/FC-5 .cvsignore, 1.25, 1.26 amarok.spec, 1.55, 1.56 sources, 1.25, 1.26 Message-ID: <200608301416.k7UEG8AK020037@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19980/FC-5 Modified Files: .cvsignore amarok.spec sources Log Message: - update to 1.4.2 - remove needs.update file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 19 Jul 2006 09:06:14 -0000 1.25 +++ .cvsignore 30 Aug 2006 14:16:06 -0000 1.26 @@ -1,2 +1 @@ -amarok-1.4.1.tar.bz2 -amarok-1.4.1-beta1-gst10-2.tar.bz2 +amarok-1.4.2.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/amarok.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- amarok.spec 19 Jul 2006 09:06:14 -0000 1.55 +++ amarok.spec 30 Aug 2006 14:16:06 -0000 1.56 @@ -4,20 +4,26 @@ %endif %{?_with_gst10: %define gst10 1} +# The amarok dev (Ian Monroe) prefers to make amarok excludearched on x86_64 +# than to include the unfinished gstreamer engine (private mail following +# http://amarok.kde.org/blog/archives/210-And-How-Open-Source-Sucks-Sometimes.html ) +%define gst10 0 + Name: amarok Summary: Media player for KDE -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org -Source0: http://dl.sf.net/amarok/amarok-1.4.1.tar.bz2 +Source0: http://mirrors.ibiblio.org/pub/mirrors/kde/stable/amarok/1.4.2/src/amarok-1.4.2.tar.bz2 # Bring back the gstreamer engine from the beta -Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 -Patch1: amarok-1.4.1-gstreamer.patch -Patch2: amarok-1.4-engines-cfg.patch +#Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 +#Patch1: amarok-1.4.1-gstreamer.patch +# Gstreamer default sink should be autoaudiosink +#Patch2: amarok-1.4-engines-cfg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -25,7 +31,7 @@ BuildRequires: desktop-file-utils, gettext BuildRequires: libGL BuildRequires: libmusicbrainz-devel, xmms-devel >= 1:1.2 -BuildRequires: libvisual-devel >= 0.4.0, SDL-devel, gtk+-devel +BuildRequires: libvisual-devel >= 0.4.0, SDL-devel BuildRequires: libtool-ltdl-devel BuildRequires: mysql-devel, postgresql-devel BuildRequires: libtunepimp-devel >= 0.4.0 @@ -61,6 +67,10 @@ Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3 Provides: amarok-devel = %{version}-%{release} +# On those archs, there is no engine +# (Helix is unavailable, gstreamer is in beta, xine is encumbered) +ExcludeArch: ppc64 x86_64 s390 s390x ia64 + %description Amarok is a KDE multimedia player with: @@ -91,13 +101,13 @@ %prep -%setup -q -a 1 +%setup -q %if "%{gst10}" == "1" +#%%setup -q -a 1 # Bring Gstreamer back and make it a sufficient engine # (only engine available if Helix in unavailable) mv gst10 amarok/src/engine/ %patch1 -p1 -b .gstreamer -# Gstreamer default sink should be autoaudiosink %patch2 -p1 -b .engines-cfg touch --reference aclocal.m4 amarok/src/engine/gst10/Makefile.in touch --reference aclocal.m4 amarok/src/engine/gst10/config/Makefile.in @@ -204,14 +214,29 @@ %{_datadir}/apps/profiles/amarok.profile.xml %{_datadir}/config/amarokrc %{_datadir}/config.kcfg/*.kcfg -%{_datadir}/services/lastfm.protocol -# IPod support +%{_datadir}/services/amarokitpc.protocol +%{_datadir}/services/amaroklastfm.protocol +%{_datadir}/services/amarokpcast.protocol +# DAAP +%{_bindir}/amarok_daapserver.rb +%{_libdir}/kde3/libamarok_daap-mediadevice.* +%{_datadir}/services/amarok_daap-mediadevice.desktop +# Mass-storage +%{_datadir}/services/amarok_massstorage-device.desktop +%{_libdir}/kde3/libamarok_massstorage-device.* +# NFS +%{_datadir}/services/amarok_nfs-device.desktop +%{_libdir}/kde3/libamarok_nfs-device.* +# SMB +%{_datadir}/services/amarok_smb-device.desktop +%{_libdir}/kde3/libamarok_smb-device.* +# IPod %{_datadir}/services/amarok_ipod-mediadevice.desktop %{_libdir}/kde3/libamarok_ipod-mediadevice.* -# VFAT device support +# VFAT %{_datadir}/services/amarok_generic-mediadevice.desktop %{_libdir}/kde3/libamarok_generic-mediadevice.* -# iRiver device support +# iRiver %{_datadir}/services/amarok_ifp-mediadevice.desktop %{_libdir}/kde3/libamarok_ifp-mediadevice.* # Creative Zen @@ -245,6 +270,10 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.4.2-1 +- update to 1.4.2 +- don't build on x86_64 (requested by the amarok devs) + * Wed Jul 19 2006 Aurelien Bompard 1.4.1-3 - fix the gstreamer engine (wrong X-KDE-Amarok-framework-version) Index: sources =================================================================== RCS file: /cvs/extras/rpms/amarok/FC-5/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 19 Jul 2006 09:06:14 -0000 1.25 +++ sources 30 Aug 2006 14:16:06 -0000 1.26 @@ -1,2 +1 @@ -4ed6e766541c4227d1d8c8eb93d0b891 amarok-1.4.1.tar.bz2 -284b8d0e1e94ab24322aa24f67a7cee1 amarok-1.4.1-beta1-gst10-2.tar.bz2 +a1e5aac4294eb049021d1e2889c0d214 amarok-1.4.2.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 14:16:07 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:16:07 -0700 Subject: rpms/amarok/devel .cvsignore, 1.25, 1.26 amarok.spec, 1.55, 1.56 sources, 1.25, 1.26 needs.rebuild, 1.1, NONE Message-ID: <200608301416.k7UEG9Y9020043@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/amarok/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19980/devel Modified Files: .cvsignore amarok.spec sources Removed Files: needs.rebuild Log Message: - update to 1.4.2 - remove needs.update file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 19 Jul 2006 09:06:15 -0000 1.25 +++ .cvsignore 30 Aug 2006 14:16:07 -0000 1.26 @@ -1,2 +1 @@ -amarok-1.4.1.tar.bz2 -amarok-1.4.1-beta1-gst10-2.tar.bz2 +amarok-1.4.2.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/amarok.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- amarok.spec 19 Jul 2006 09:06:15 -0000 1.55 +++ amarok.spec 30 Aug 2006 14:16:07 -0000 1.56 @@ -4,20 +4,26 @@ %endif %{?_with_gst10: %define gst10 1} +# The amarok dev (Ian Monroe) prefers to make amarok excludearched on x86_64 +# than to include the unfinished gstreamer engine (private mail following +# http://amarok.kde.org/blog/archives/210-And-How-Open-Source-Sucks-Sometimes.html ) +%define gst10 0 + Name: amarok Summary: Media player for KDE -Version: 1.4.1 -Release: 3%{?dist} +Version: 1.4.2 +Release: 1%{?dist} Group: Applications/Multimedia License: GPL Url: http://amarok.kde.org -Source0: http://dl.sf.net/amarok/amarok-1.4.1.tar.bz2 +Source0: http://mirrors.ibiblio.org/pub/mirrors/kde/stable/amarok/1.4.2/src/amarok-1.4.2.tar.bz2 # Bring back the gstreamer engine from the beta -Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 -Patch1: amarok-1.4.1-gstreamer.patch -Patch2: amarok-1.4-engines-cfg.patch +#Source1: amarok-1.4.1-beta1-gst10-2.tar.bz2 +#Patch1: amarok-1.4.1-gstreamer.patch +# Gstreamer default sink should be autoaudiosink +#Patch2: amarok-1.4-engines-cfg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdemultimedia-devel >= 6:3.2 @@ -25,7 +31,7 @@ BuildRequires: desktop-file-utils, gettext BuildRequires: libGL BuildRequires: libmusicbrainz-devel, xmms-devel >= 1:1.2 -BuildRequires: libvisual-devel >= 0.4.0, SDL-devel, gtk+-devel +BuildRequires: libvisual-devel >= 0.4.0, SDL-devel BuildRequires: libtool-ltdl-devel BuildRequires: mysql-devel, postgresql-devel BuildRequires: libtunepimp-devel >= 0.4.0 @@ -61,6 +67,10 @@ Obsoletes: amarok-arts < 1.3, amarok-akode < 1.3 Provides: amarok-devel = %{version}-%{release} +# On those archs, there is no engine +# (Helix is unavailable, gstreamer is in beta, xine is encumbered) +ExcludeArch: ppc64 x86_64 s390 s390x ia64 + %description Amarok is a KDE multimedia player with: @@ -91,13 +101,13 @@ %prep -%setup -q -a 1 +%setup -q %if "%{gst10}" == "1" +#%%setup -q -a 1 # Bring Gstreamer back and make it a sufficient engine # (only engine available if Helix in unavailable) mv gst10 amarok/src/engine/ %patch1 -p1 -b .gstreamer -# Gstreamer default sink should be autoaudiosink %patch2 -p1 -b .engines-cfg touch --reference aclocal.m4 amarok/src/engine/gst10/Makefile.in touch --reference aclocal.m4 amarok/src/engine/gst10/config/Makefile.in @@ -204,14 +214,29 @@ %{_datadir}/apps/profiles/amarok.profile.xml %{_datadir}/config/amarokrc %{_datadir}/config.kcfg/*.kcfg -%{_datadir}/services/lastfm.protocol -# IPod support +%{_datadir}/services/amarokitpc.protocol +%{_datadir}/services/amaroklastfm.protocol +%{_datadir}/services/amarokpcast.protocol +# DAAP +%{_bindir}/amarok_daapserver.rb +%{_libdir}/kde3/libamarok_daap-mediadevice.* +%{_datadir}/services/amarok_daap-mediadevice.desktop +# Mass-storage +%{_datadir}/services/amarok_massstorage-device.desktop +%{_libdir}/kde3/libamarok_massstorage-device.* +# NFS +%{_datadir}/services/amarok_nfs-device.desktop +%{_libdir}/kde3/libamarok_nfs-device.* +# SMB +%{_datadir}/services/amarok_smb-device.desktop +%{_libdir}/kde3/libamarok_smb-device.* +# IPod %{_datadir}/services/amarok_ipod-mediadevice.desktop %{_libdir}/kde3/libamarok_ipod-mediadevice.* -# VFAT device support +# VFAT %{_datadir}/services/amarok_generic-mediadevice.desktop %{_libdir}/kde3/libamarok_generic-mediadevice.* -# iRiver device support +# iRiver %{_datadir}/services/amarok_ifp-mediadevice.desktop %{_libdir}/kde3/libamarok_ifp-mediadevice.* # Creative Zen @@ -245,6 +270,10 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.4.2-1 +- update to 1.4.2 +- don't build on x86_64 (requested by the amarok devs) + * Wed Jul 19 2006 Aurelien Bompard 1.4.1-3 - fix the gstreamer engine (wrong X-KDE-Amarok-framework-version) Index: sources =================================================================== RCS file: /cvs/extras/rpms/amarok/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 19 Jul 2006 09:06:15 -0000 1.25 +++ sources 30 Aug 2006 14:16:07 -0000 1.26 @@ -1,2 +1 @@ -4ed6e766541c4227d1d8c8eb93d0b891 amarok-1.4.1.tar.bz2 -284b8d0e1e94ab24322aa24f67a7cee1 amarok-1.4.1-beta1-gst10-2.tar.bz2 +a1e5aac4294eb049021d1e2889c0d214 amarok-1.4.2.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:22:35 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:22:35 -0700 Subject: rpms/agave/devel agave.spec,1.2,1.3 needs.rebuild,1.1,NONE Message-ID: <200608301422.k7UEMbxl020676@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/agave/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20656 Modified Files: agave.spec Removed Files: needs.rebuild Log Message: rebuild Index: agave.spec =================================================================== RCS file: /cvs/extras/rpms/agave/devel/agave.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- agave.spec 23 Jul 2006 16:33:19 -0000 1.2 +++ agave.spec 30 Aug 2006 14:22:34 -0000 1.3 @@ -1,6 +1,6 @@ Name: agave Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -86,6 +86,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.4.0-2 +- rebuild + * Sun Jul 23 2006 Aurelien Bompard 0.4.0-1 - version 0.4.0 - renamed to Agave --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:24:48 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:24:48 -0700 Subject: rpms/apachetop/devel apachetop.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608301424.k7UEOomW020954@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/apachetop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20935 Modified Files: apachetop.spec Removed Files: needs.rebuild Log Message: rebuild Index: apachetop.spec =================================================================== RCS file: /cvs/extras/rpms/apachetop/devel/apachetop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- apachetop.spec 17 Jun 2006 06:54:27 -0000 1.12 +++ apachetop.spec 30 Aug 2006 14:24:48 -0000 1.13 @@ -1,6 +1,6 @@ Name: apachetop Version: 0.12.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A top-like display of Apache logs Group: Applications/Internet @@ -43,6 +43,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.12.6-2 +- rebuild + * Fri Jun 16 2006 Aurelien Bompard 0.12.6-1 - Upgrade to 0.12.6 (#194602). Thanks to Robert Scheck. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:29:10 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:29:10 -0700 Subject: rpms/awstats/devel awstats.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301429.k7UETClo021353@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/awstats/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21332 Modified Files: awstats.spec Removed Files: needs.rebuild Log Message: rebuild Index: awstats.spec =================================================================== RCS file: /cvs/extras/rpms/awstats/devel/awstats.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- awstats.spec 7 May 2006 23:40:35 -0000 1.14 +++ awstats.spec 30 Aug 2006 14:29:10 -0000 1.15 @@ -1,6 +1,6 @@ Name: awstats Version: 6.6 -Release: 0.1.beta%{?dist} +Release: 0.2.beta%{?dist} Summary: Advanced Web Statistics License: GPL Group: Applications/Internet @@ -173,6 +173,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 6.6-0.2.beta +- rebuild + * Sun May 07 2006 Aurelien Bompard 6.6-0.1.beta - version 6.6 (beta), fixes CVE-2005-2732 (bug 190921, 190922, and 190923) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:35:26 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:35:26 -0700 Subject: rpms/basket/devel basket.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608301435.k7UEZSeo021992@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21967 Modified Files: basket.spec Removed Files: needs.rebuild Log Message: rebuild Index: basket.spec =================================================================== RCS file: /cvs/extras/rpms/basket/devel/basket.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- basket.spec 21 Feb 2006 17:03:44 -0000 1.3 +++ basket.spec 30 Aug 2006 14:35:25 -0000 1.4 @@ -1,7 +1,7 @@ Name: basket Summary: Notes taker for KDE Version: 0.5.0 -Release: 5%{?dist} +Release: 6%{?dist} URL: http://basket.kde.org/ Source0: http://basket.kde.org/downloads/basket-0.5.0.tar.gz Patch0: basket-0.5.0-64bits.patch @@ -90,6 +90,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.0-6 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.5.0-5 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:43:50 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:43:50 -0700 Subject: owners owners.list,1.1473,1.1474 Message-ID: <200608301443.k7UEhqJg022809@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22783 Modified Files: owners.list Log Message: Taking over libosip libosip2 linphone ortp from Ignacio. Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1473 retrieving revision 1.1474 diff -u -r1.1473 -r1.1474 --- owners.list 30 Aug 2006 12:26:31 -0000 1.1473 +++ owners.list 30 Aug 2006 14:43:50 -0000 1.1474 @@ -821,8 +821,8 @@ Fedora Extras|libopensync-plugin-palm|Palm plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopensync-plugin-python|Python plugin for libopensync|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|libopts|Options library for autogen|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| -Fedora Extras|libosip|oSIP is an implementation of SIP|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| -Fedora Extras|libosip2|oSIP is an implementation of SIP|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|libosip|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net +Fedora Extras|libosip2|oSIP is an implementation of SIP|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|libotr|Off-The-Record Messaging library and toolkit|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|libpng10|Old version of libpng, needed to run old binaries|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|libpolyxmass|Polymer chemistry-related functionalities|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| @@ -878,7 +878,7 @@ Fedora Extras|lineakd|Linux support for Easy Access and Multimedia keyboards|lists at forevermore.net|extras-qa at fedoraproject.org| Fedora Extras|link-grammar|Library that can perform grammar checking|uwog at uwog.net|extras-qa at fedoraproject.org| Fedora Extras|linkchecker|Script that checks HTML documents for broken links|redhat at flyn.org|extras-qa at fedoraproject.org| -Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|linphone|Phone anywhere in the whole world by using the Internet|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|linux-libertine-fonts|Linux Libertine Open Fonts|frank at scirocco-5v-turbo.de|extras-qa at fedoraproject.org| Fedora Extras|linux_logo|The linux logo - a colorful console penguin logo|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|lirc|The Linux Infrared Remote Control package|ville.skytta at iki.fi|extras-qa at fedoraproject.org| @@ -1061,7 +1061,7 @@ Fedora Extras|orange|Squeeze out installable Microsoft cabinet files|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|ORBit|CORBA Object Request Broker library for GNOME-1 compatibility|paul at city-fan.org|extras-qa at fedoraproject.org| Fedora Extras|orpie|A fullscreen console-based RPN calculator|lists at forevermore.net|extras-qa at fedoraproject.org| -Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|ortp|A C library implementing the RTP protocol (RFC3550)|jeff at ocjtech.us|extras-qa at fedoraproject.org|ivazquez at ivazquez.net Fedora Extras|osgal|Adapts OpenSceneGraph to use OpenAL++|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osgcal|Adapts OpenSceneGraph to use Cal3D|chris.stone at gmail.com|extras-qa at fedoraproject.org|loic at gnu.org Fedora Extras|osiv|Open Source Image Velocimetry|ed at eh3.com|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 14:46:53 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:46:53 -0700 Subject: rpms/ortp/devel ortp.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301446.k7UEktYZ023132@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/ortp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23109 Modified Files: ortp.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: ortp.spec =================================================================== RCS file: /cvs/extras/rpms/ortp/devel/ortp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ortp.spec 14 Feb 2006 05:02:43 -0000 1.8 +++ ortp.spec 30 Aug 2006 14:46:53 -0000 1.9 @@ -1,6 +1,6 @@ Name: ortp Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C library implementing the RTP protocol (RFC3550) Group: System Environment/Libraries @@ -53,6 +53,9 @@ %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 0.8.1-3 +- Bump release and rebuild + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.8.1-2 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:51:45 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:51:45 -0700 Subject: rpms/basket/devel basket.spec,1.4,1.5 Message-ID: <200608301451.k7UEplba023553@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/basket/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23528 Modified Files: basket.spec Log Message: BR: gamin-devel Index: basket.spec =================================================================== RCS file: /cvs/extras/rpms/basket/devel/basket.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- basket.spec 30 Aug 2006 14:35:25 -0000 1.4 +++ basket.spec 30 Aug 2006 14:51:45 -0000 1.5 @@ -1,7 +1,7 @@ Name: basket Summary: Notes taker for KDE Version: 0.5.0 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://basket.kde.org/ Source0: http://basket.kde.org/downloads/basket-0.5.0.tar.gz Patch0: basket-0.5.0-64bits.patch @@ -9,7 +9,7 @@ Group: Applications/Productivity BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: kdelibs-devel, desktop-file-utils +BuildRequires: kdelibs-devel, desktop-file-utils, gamin-devel Requires: kdebase >= 3.0 %description @@ -90,6 +90,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.0-7 +- BR: gamin-devel + * Wed Aug 30 2006 Aurelien Bompard 0.5.0-6 - rebuild From fedora-extras-commits at redhat.com Wed Aug 30 14:52:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:52:47 -0700 Subject: rpms/libosip/devel libosip.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608301452.k7UEqnDV023679@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libosip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23653 Modified Files: libosip.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libosip.spec =================================================================== RCS file: /cvs/extras/rpms/libosip/devel/libosip.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libosip.spec 14 Feb 2006 05:01:25 -0000 1.9 +++ libosip.spec 30 Aug 2006 14:52:47 -0000 1.10 @@ -1,6 +1,6 @@ Name: libosip Version: 0.9.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: oSIP is an implementation of SIP Group: System Environment/Libraries @@ -69,6 +69,9 @@ %{_mandir}/man1/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 0.9.7-10 +- Bump release and rebuild. + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 0.9.7-9 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:55:43 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:55:43 -0700 Subject: rpms/libosip2/devel libosip2.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301455.k7UEtjT1024076@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/libosip2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24059 Modified Files: libosip2.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: libosip2.spec =================================================================== RCS file: /cvs/extras/rpms/libosip2/devel/libosip2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libosip2.spec 23 Feb 2006 19:11:03 -0000 1.8 +++ libosip2.spec 30 Aug 2006 14:55:43 -0000 1.9 @@ -1,6 +1,6 @@ Name: libosip2 Version: 2.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: oSIP is an implementation of SIP @@ -74,6 +74,9 @@ %{_mandir}/man1/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 2.2.2-4 +- Bump release and rebuild. + * Thu Feb 23 2006 Ignacio Vazquez-Abrams 2.2.2-3 - Fix for AMD64 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 14:56:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 07:56:55 -0700 Subject: rpms/gmpc/devel gmpc.spec,1.6,1.7 Message-ID: <200608301456.k7UEuvdL024273@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24254 Modified Files: gmpc.spec Log Message: rebuild Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gmpc.spec 11 Apr 2006 15:46:42 -0000 1.6 +++ gmpc.spec 30 Aug 2006 14:56:54 -0000 1.7 @@ -1,7 +1,7 @@ Name: gmpc Summary: GNOME frontend for the MPD Version: 0.11.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Multimedia @@ -71,6 +71,9 @@ %{_datadir}/pixmaps/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Thu Mar 23 2006 Jonathan Dieter 0.11.2-4 - fix dynamic linking bug From fedora-extras-commits at redhat.com Wed Aug 30 14:58:13 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 07:58:13 -0700 Subject: rpms/linphone/devel linphone.spec,1.19,1.20 needs.rebuild,1.1,NONE Message-ID: <200608301458.k7UEwFen024433@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24414 Modified Files: linphone.spec Removed Files: needs.rebuild Log Message: Bump release and rebuild. Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- linphone.spec 14 Feb 2006 05:01:51 -0000 1.19 +++ linphone.spec 30 Aug 2006 14:58:13 -0000 1.20 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -101,6 +101,9 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-3 +- Bump release and rebuild. + * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.2.0-2 - Rebuild for Fedora Extras 5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:02:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:02:36 -0700 Subject: rpms/grisbi/devel grisbi.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301502.k7UF2cZh027347@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/grisbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27322 Modified Files: grisbi.spec Removed Files: needs.rebuild Log Message: rebuild Index: grisbi.spec =================================================================== RCS file: /cvs/extras/rpms/grisbi/devel/grisbi.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- grisbi.spec 29 Aug 2006 14:17:15 -0000 1.12 +++ grisbi.spec 30 Aug 2006 15:02:36 -0000 1.13 @@ -1,7 +1,7 @@ %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help Name: grisbi Version: 0.5.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Personal finances manager Group: Applications/Productivity @@ -112,6 +112,9 @@ %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.5.8-4 +- rebuild + * Tue Aug 29 2006 Bill Nottingham 0.5.8-3 - rebuild against new libofx --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:11:16 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:11:16 -0700 Subject: rpms/azureus/devel azureus.spec,1.32,1.33 Message-ID: <200608301511.k7UFBIRG028222@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28175 Modified Files: azureus.spec Log Message: Rebuild with new aot-compile-rpm. Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- azureus.spec 27 Aug 2006 02:40:37 -0000 1.32 +++ azureus.spec 30 Aug 2006 15:11:16 -0000 1.33 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1.2%{?dist} +Release: 1.3%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,6 +206,9 @@ %{_libdir}/gcj/* %changelog +* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.3 +- Rebuild with new aot-compile-rpm. + * Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 - Don't exclude ppc. From fedora-extras-commits at redhat.com Wed Aug 30 15:12:07 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:12:07 -0700 Subject: rpms/azureus/devel azureus.spec,1.33,1.34 Message-ID: <200608301512.k7UFC9gp028355@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/azureus/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28332 Modified Files: azureus.spec Log Message: Retag Index: azureus.spec =================================================================== RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- azureus.spec 30 Aug 2006 15:11:16 -0000 1.33 +++ azureus.spec 30 Aug 2006 15:12:07 -0000 1.34 @@ -2,7 +2,7 @@ Name: azureus Version: 2.5.0.0 -Release: 1.3%{?dist} +Release: 1.4%{?dist} Summary: A BitTorrent Client Group: Applications/Internet @@ -206,7 +206,7 @@ %{_libdir}/gcj/* %changelog -* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.3 +* Wed Aug 30 2006 Anthony Green - 2.5.0.0-1.4 - Rebuild with new aot-compile-rpm. * Sat Aug 26 2006 Anthony Green - 2.5.0.0-1.2 From fedora-extras-commits at redhat.com Wed Aug 30 15:13:30 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:13:30 -0700 Subject: rpms/gwenview/devel gwenview.spec,1.15,1.16 Message-ID: <200608301513.k7UFDWaV028514@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28495 Modified Files: gwenview.spec Log Message: rebuild Index: gwenview.spec =================================================================== RCS file: /cvs/extras/rpms/gwenview/devel/gwenview.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gwenview.spec 11 Apr 2006 06:14:31 -0000 1.15 +++ gwenview.spec 30 Aug 2006 15:13:29 -0000 1.16 @@ -1,6 +1,6 @@ Name: gwenview Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple image viewer for KDE Group: Applications/Multimedia @@ -95,6 +95,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.3.1-6 +- rebuild + * Tue Apr 11 2006 Aurelien Bompard 1.3.1-5 - fix build outside the buildsystem (bug 188486) From fedora-extras-commits at redhat.com Wed Aug 30 15:13:52 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:13:52 -0700 Subject: rpms/rssowl/devel rssowl.spec,1.9,1.10 Message-ID: <200608301513.k7UFDsIV028606@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28569 Modified Files: rssowl.spec Log Message: Rebuild with new aot-compile-rpm. Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/devel/rssowl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rssowl.spec 4 Aug 2006 18:25:32 -0000 1.9 +++ rssowl.spec 30 Aug 2006 15:13:52 -0000 1.10 @@ -1,6 +1,6 @@ %define name rssowl %define version 1.2.1 -%define release 4%{?dist} +%define release 4.1%{?dist} Name: %name Summary: An RSS, RDF and Atom Newsreader @@ -136,6 +136,9 @@ %{_libdir}/gcj/%{name} %changelog +* Wed Aug 30 2006 Anthony Green - 1.2.1-4.1 +- Rebuild with new aot-compile-rpm. + * Fri Aug 4 2006 Anthony Green - 1.2.1-4 - Modify startup script to use firefox's libxpcom.so. - Require firefox. From fedora-extras-commits at redhat.com Wed Aug 30 15:14:49 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:14:49 -0700 Subject: rpms/gwenview/devel needs.rebuild,1.1,NONE Message-ID: <200608301514.k7UFEpDX028765@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gwenview/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28740 Removed Files: needs.rebuild Log Message: I just rebuilt gwenview and forgot to remove this file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:15:22 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Wed, 30 Aug 2006 08:15:22 -0700 Subject: fedora-security/audit fc5,1.303,1.304 fc6,1.49,1.50 Message-ID: <200608301515.k7UFFMcX028837@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28815 Modified Files: fc5 fc6 Log Message: Note a new xchat cve id Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- fc5 30 Aug 2006 08:32:02 -0000 1.303 +++ fc5 30 Aug 2006 15:15:20 -0000 1.304 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- fc6 30 Aug 2006 08:32:02 -0000 1.49 +++ fc6 30 Aug 2006 15:15:20 -0000 1.50 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable CVE-2006-4433 ** php From fedora-extras-commits at redhat.com Wed Aug 30 15:15:55 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:15:55 -0700 Subject: rpms/kawa/devel kawa.spec,1.9,1.10 Message-ID: <200608301515.k7UFFvYI028929@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/kawa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28871 Modified Files: kawa.spec Log Message: Rebuild with new aot-compile-rpm. Index: kawa.spec =================================================================== RCS file: /cvs/extras/rpms/kawa/devel/kawa.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- kawa.spec 31 Jul 2006 16:44:15 -0000 1.9 +++ kawa.spec 30 Aug 2006 15:15:55 -0000 1.10 @@ -5,7 +5,7 @@ %define nversion 1.8 %define dversion 1.8 -Release: 8%{?dist} +Release: 8.1%{?dist} License: GPL Group: Development/Languages URL: http://www.gnu.org/software/kawa/ @@ -86,6 +86,9 @@ %doc %{_javadocdir}/%{name} %changelog +* Wed Aug 30 2006 Anthony Green - 1:1.8-8.1 +- Rebuild with new aot-compile-rpm + * Mon Jul 31 2006 Anthony Green - 1:1.8-8 - Add ncurses-devel BuildRequires. From fedora-extras-commits at redhat.com Wed Aug 30 15:15:51 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:15:51 -0700 Subject: rpms/iftop/devel iftop.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301515.k7UFFrtq028904@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/iftop/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28884 Modified Files: iftop.spec Removed Files: needs.rebuild Log Message: rebuild Index: iftop.spec =================================================================== RCS file: /cvs/extras/rpms/iftop/devel/iftop.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- iftop.spec 15 Jun 2006 20:35:12 -0000 1.12 +++ iftop.spec 30 Aug 2006 15:15:51 -0000 1.13 @@ -1,6 +1,6 @@ Name: iftop Version: 0.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command line tool that displays bandwidth usage on an interface @@ -51,6 +51,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.17-3 +- rebuild + * Thu Jun 15 2006 Aurelien Bompard 0.17-2 - buildrequire libpcap-devel from FC6 on --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:17:22 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Wed, 30 Aug 2006 08:17:22 -0700 Subject: rpms/itext/devel itext.spec,1.5,1.6 Message-ID: <200608301517.k7UFHOD3029163@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/itext/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29130 Modified Files: itext.spec Log Message: Rebuild with new aot-compile-rpm. Index: itext.spec =================================================================== RCS file: /cvs/extras/rpms/itext/devel/itext.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- itext.spec 25 Jul 2006 17:37:56 -0000 1.5 +++ itext.spec 30 Aug 2006 15:17:21 -0000 1.6 @@ -3,7 +3,7 @@ Summary: A Free Java-PDF library Name: itext Version: 1.3 -Release: 1jpp_9%{?dist} +Release: 1jpp_9.1%{?dist} License: MPL/LGPL URL: http://www.lowagie.com/iText/ Group: Development/Libraries @@ -113,6 +113,9 @@ # ----------------------------------------------------------------------------- %changelog +* Wed Aug 30 2006 Anthony Green - 1.3-1jpp_9.1 +- Rebuild with aot-compile-rpm. + * Tue Jul 25 2006 Anthony Green - 1.3-1jpp_9 - Rebuild with new compiler. From fedora-extras-commits at redhat.com Wed Aug 30 15:28:19 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:28:19 -0700 Subject: rpms/gmpc/devel gmpc.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608301528.k7UFSLsY030190@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/gmpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30167 Modified Files: gmpc.spec Removed Files: needs.rebuild Log Message: BR: perl-XML-Parser Index: gmpc.spec =================================================================== RCS file: /cvs/extras/rpms/gmpc/devel/gmpc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gmpc.spec 30 Aug 2006 14:56:54 -0000 1.7 +++ gmpc.spec 30 Aug 2006 15:28:18 -0000 1.8 @@ -1,7 +1,7 @@ Name: gmpc Summary: GNOME frontend for the MPD Version: 0.11.2 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Multimedia @@ -11,6 +11,7 @@ BuildRequires: scrollkeeper, gtk2-devel, libglade2-devel BuildRequires: gettext, gnome-vfs2-devel, desktop-file-utils +BuildRequires: perl-XML-Parser %description Gmpc is a GNOME client for the Music Player Daemon @@ -71,6 +72,9 @@ %{_datadir}/pixmaps/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-6 +- BR: perl-XML-Parser + * Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:32:15 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:32:15 -0700 Subject: rpms/jpgraph/devel jpgraph.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608301532.k7UFWHTm030544@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/jpgraph/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30519 Modified Files: jpgraph.spec Removed Files: needs.rebuild Log Message: rebuild Index: jpgraph.spec =================================================================== RCS file: /cvs/extras/rpms/jpgraph/devel/jpgraph.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jpgraph.spec 29 May 2006 21:47:45 -0000 1.9 +++ jpgraph.spec 30 Aug 2006 15:32:15 -0000 1.10 @@ -1,7 +1,7 @@ Name: jpgraph Summary: Object oriented graph drawing class library for PHP Version: 2.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://members.chello.se/jpgraph/jpgdownloads/jpgraph-2.1.2.tar.gz License: QPL @@ -69,6 +69,9 @@ %doc docs/* src/Examples %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.1.2-1 +- rebuild + * Mon May 29 2006 Aurelien Bompard 2.1.2-1 - version 2.1.2 - explicitely require php >= 5.0.0 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:35:06 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:35:06 -0700 Subject: rpms/libkexif/devel libkexif.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301535.k7UFZ84J030858@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkexif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30839 Modified Files: libkexif.spec Removed Files: needs.rebuild Log Message: rebuild Index: libkexif.spec =================================================================== RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libkexif.spec 1 Jul 2006 08:12:37 -0000 1.14 +++ libkexif.spec 30 Aug 2006 15:35:06 -0000 1.15 @@ -1,6 +1,6 @@ Name: libkexif Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Allow Kipi plugins to extract EXIF information @@ -75,6 +75,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.2.4-2 +- rebuild + * Sat Jul 01 2006 Aurelien Bompard 0.2.4-1 - version 0.2.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:36:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:36:55 -0700 Subject: rpms/libkipi/devel libkipi.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608301536.k7UFavYp031059@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libkipi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31042 Modified Files: libkipi.spec Removed Files: needs.rebuild Log Message: rebuild Index: libkipi.spec =================================================================== RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libkipi.spec 20 May 2006 07:43:46 -0000 1.11 +++ libkipi.spec 30 Aug 2006 15:36:54 -0000 1.12 @@ -1,6 +1,6 @@ Name: libkipi Version: 0.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common plugin infrastructure for KDE image applications Group: System Environment/Libraries @@ -83,6 +83,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.1.4-2 +- rebuild + * Sat May 20 2006 Aurelien Bompard 0.1.4-1 - version 0.1.4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:40:17 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:40:17 -0700 Subject: comps/po comps.pot,1.2,1.3 Message-ID: <200608301540.k7UFeJmM031426@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/comps/po In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31380/po Modified Files: comps.pot Log Message: Adding ejabberd. Index: comps.pot =================================================================== RCS file: /cvs/extras/comps/po/comps.pot,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- comps.pot 18 Aug 2006 04:13:29 -0000 1.2 +++ comps.pot 30 Aug 2006 15:40:17 -0000 1.3 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-08-17 21:09-0700\n" +"POT-Creation-Date: 2006-08-30 10:38-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -138,206 +138,215 @@ msgstr "" #: ../comps-fe5.xml.in.h:29 -msgid "Java" +msgid "Japanese Support" msgstr "" #: ../comps-fe5.xml.in.h:30 -msgid "Java Development" +msgid "Java" msgstr "" #: ../comps-fe5.xml.in.h:31 -msgid "KDE (K Desktop Environment)" +msgid "Java Development" msgstr "" #: ../comps-fe5.xml.in.h:32 -msgid "KDE Software Development" +msgid "KDE (K Desktop Environment)" msgstr "" #: ../comps-fe5.xml.in.h:33 +msgid "KDE Software Development" +msgstr "" + +#: ../comps-fe5.xml.in.h:34 msgid "" "KDE is a powerful, graphical user interface which includes a panel, desktop, " "system icons, and a graphical file manager." msgstr "" -#: ../comps-fe5.xml.in.h:34 +#: ../comps-fe5.xml.in.h:35 msgid "Mail Server" msgstr "" -#: ../comps-fe5.xml.in.h:35 +#: ../comps-fe5.xml.in.h:36 msgid "Network Servers" msgstr "" -#: ../comps-fe5.xml.in.h:36 +#: ../comps-fe5.xml.in.h:37 msgid "News Server" msgstr "" -#: ../comps-fe5.xml.in.h:37 +#: ../comps-fe5.xml.in.h:38 msgid "Office/Productivity" msgstr "" -#: ../comps-fe5.xml.in.h:38 +#: ../comps-fe5.xml.in.h:39 msgid "" "Packages which provide functionality for developing and building " "applications." msgstr "" -#: ../comps-fe5.xml.in.h:39 +#: ../comps-fe5.xml.in.h:40 msgid "Servers" msgstr "" -#: ../comps-fe5.xml.in.h:40 +#: ../comps-fe5.xml.in.h:41 msgid "" "Simple window managers that aren't part of a larger desktop environment." msgstr "" -#: ../comps-fe5.xml.in.h:41 +#: ../comps-fe5.xml.in.h:42 msgid "Software used for running network servers" msgstr "" -#: ../comps-fe5.xml.in.h:42 +#: ../comps-fe5.xml.in.h:43 msgid "" "Sometimes called text editors, these are programs that allow you to create " "and edit files. These include Emacs and Vi." msgstr "" -#: ../comps-fe5.xml.in.h:43 +#: ../comps-fe5.xml.in.h:44 msgid "Sound and Video" msgstr "" -#: ../comps-fe5.xml.in.h:44 +#: ../comps-fe5.xml.in.h:45 msgid "Support for developing programs in the Java programming language." msgstr "" -#: ../comps-fe5.xml.in.h:45 +#: ../comps-fe5.xml.in.h:46 msgid "Support for running programs written in the Java programming language." msgstr "" -#: ../comps-fe5.xml.in.h:46 +#: ../comps-fe5.xml.in.h:47 msgid "System Tools" msgstr "" -#: ../comps-fe5.xml.in.h:47 +#: ../comps-fe5.xml.in.h:48 msgid "Text-based Internet" msgstr "" -#: ../comps-fe5.xml.in.h:48 +#: ../comps-fe5.xml.in.h:49 msgid "The XEmacs text editor." msgstr "" -#: ../comps-fe5.xml.in.h:49 +#: ../comps-fe5.xml.in.h:50 msgid "The applications include office suites, PDF viewers, and more." msgstr "" -#: ../comps-fe5.xml.in.h:50 +#: ../comps-fe5.xml.in.h:51 msgid "These packages allow you to configure an IMAP or Postfix mail server." msgstr "" -#: ../comps-fe5.xml.in.h:51 +#: ../comps-fe5.xml.in.h:52 msgid "These packages allow you to configure an IMAP or SMTP mail server." msgstr "" -#: ../comps-fe5.xml.in.h:52 +#: ../comps-fe5.xml.in.h:53 msgid "" "These packages are helpful when developing web applications or web pages." msgstr "" -#: ../comps-fe5.xml.in.h:53 +#: ../comps-fe5.xml.in.h:54 msgid "" "These tools allow you to create documentation in the DocBook format and " "convert them to HTML, PDF, Postscript, and text." msgstr "" -#: ../comps-fe5.xml.in.h:54 +#: ../comps-fe5.xml.in.h:55 msgid "These tools allow you to run a Web server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:55 +#: ../comps-fe5.xml.in.h:56 msgid "These tools allow you to run an FTP server on the system." msgstr "" -#: ../comps-fe5.xml.in.h:56 +#: ../comps-fe5.xml.in.h:57 msgid "" "These tools include core development tools such as automake, gcc, perl, " "python, and debuggers." msgstr "" -#: ../comps-fe5.xml.in.h:57 +#: ../comps-fe5.xml.in.h:58 msgid "This group allows you to configure the system as a news server." msgstr "" -#: ../comps-fe5.xml.in.h:58 +#: ../comps-fe5.xml.in.h:59 msgid "This group includes graphical email, Web, and chat clients." msgstr "" -#: ../comps-fe5.xml.in.h:59 +#: ../comps-fe5.xml.in.h:60 msgid "" "This group includes packages for performing mathematical and scientific " "computations and plotting, as well as unit conversion." msgstr "" -#: ../comps-fe5.xml.in.h:60 +#: ../comps-fe5.xml.in.h:61 msgid "This group includes packages to help you manipulate and scan images." msgstr "" -#: ../comps-fe5.xml.in.h:61 +#: ../comps-fe5.xml.in.h:62 msgid "" "This group includes text-based email, Web, and chat clients. These " "applications do not require the X Window System." msgstr "" -#: ../comps-fe5.xml.in.h:62 +#: ../comps-fe5.xml.in.h:63 msgid "" "This group is a collection of graphical administration tools for the system, " "such as for managing user accounts and configuring system hardware." msgstr "" -#: ../comps-fe5.xml.in.h:63 +#: ../comps-fe5.xml.in.h:64 msgid "This group is a collection of network servers for specific purposes" msgstr "" -#: ../comps-fe5.xml.in.h:64 +#: ../comps-fe5.xml.in.h:65 +msgid "" +"This group is a collection of tools and resources of Japanese environments." +msgstr "" + +#: ../comps-fe5.xml.in.h:66 msgid "" "This group is a collection of tools for various hardware specific utilities." msgstr "" -#: ../comps-fe5.xml.in.h:65 +#: ../comps-fe5.xml.in.h:67 msgid "" "This group is a collection of various tools for the system, such as the " "client for connecting to SMB shares and tools to monitor network traffic." msgstr "" -#: ../comps-fe5.xml.in.h:66 +#: ../comps-fe5.xml.in.h:68 msgid "Various core pieces of the system." msgstr "" -#: ../comps-fe5.xml.in.h:67 +#: ../comps-fe5.xml.in.h:69 msgid "Various ways to relax and spend your free time." msgstr "" -#: ../comps-fe5.xml.in.h:68 +#: ../comps-fe5.xml.in.h:70 msgid "Web Development" msgstr "" -#: ../comps-fe5.xml.in.h:69 +#: ../comps-fe5.xml.in.h:71 msgid "Web Server" msgstr "" -#: ../comps-fe5.xml.in.h:70 +#: ../comps-fe5.xml.in.h:72 msgid "Window Managers" msgstr "" -#: ../comps-fe5.xml.in.h:71 +#: ../comps-fe5.xml.in.h:73 msgid "X Window System" msgstr "" -#: ../comps-fe5.xml.in.h:72 +#: ../comps-fe5.xml.in.h:74 msgid "XEmacs" msgstr "" -#: ../comps-fe5.xml.in.h:73 +#: ../comps-fe5.xml.in.h:75 msgid "XFCE" msgstr "" -#: ../comps-fe5.xml.in.h:74 +#: ../comps-fe5.xml.in.h:76 msgid "XFCE Software Development" msgstr "" From fedora-extras-commits at redhat.com Wed Aug 30 15:40:16 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:40:16 -0700 Subject: comps comps-fe5.xml, 1.13, 1.14 comps-fe5.xml.in, 1.124, 1.125 comps-fe6.xml.in, 1.128, 1.129 Message-ID: <200608301540.k7UFeIP9031420@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31380 Modified Files: comps-fe5.xml comps-fe5.xml.in comps-fe6.xml.in Log Message: Adding ejabberd. Index: comps-fe5.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- comps-fe5.xml 21 Aug 2006 06:28:12 -0000 1.13 +++ comps-fe5.xml 30 Aug 2006 15:40:16 -0000 1.14 @@ -1,942 +0,0 @@ - - - - - - authoring-and-publishing - Authoring and Publishing - These tools allow you to create documentation in the DocBook format and convert them to HTML, PDF, Postscript, and text. - false - true - - BibTool - conglomerate - docbook2X - kile - ooo2txt - scribus - - - - - development-tools - Development Tools - These tools include core development tools such as automake, gcc, perl, python, and debuggers. - false - true - - abicheck - aplus-fsf - archmage - asa - bazaar - bigloo - bzr - ccache - clisp - cmake - cogito - colordiff - cpan2rpm - cpanspec - cppunit - curry - cvsps - cvsweb - darcs - epydoc - erlang - fedora-rpmdevtools - flasm - ftnchek - fpc - gauche - gforth - ghc - git - gprolog - highlight - lightning - hugs98 - lcov - lincvs - lua - mach - meld - mercurial - mock - monotone - ocaml - pl - plt-scheme - pylint - q - qgit - quilt - rpmlint - splint - srecord - svnmailer - tkcvs - tla - tolua++ - ucblogo - yap - yasm - - - - - dialup - Dialup Networking Support - - true - false - - pptp - - - - - editors - Editors - Sometimes called text editors, these are programs that allow you to create and edit files. These include Emacs and Vi. - false - true - - base - xemacs - - - gobby - jed - leafpad - scribes - TeXmacs - - - - - engineering-and-scientific - Engineering and Scientific - This group includes packages for performing mathematical and scientific computations and plotting, as well as unit conversion. - false - true - - blacs - blas - cernlib-utils - galculator - gdl - gnucap - grads - gtkwave - hdf - hdf5 - hmmer - kst - lagan - lapack - ncarg - numpy - octave - paraview - qalculate-gtk - qalculate-kde - qcad - qucs - R - R-gnomeGUI - scalapack - SIBsim4 - - - - - ftp-server - FTP Server - These tools allow you to run an FTP server on the system. - false - true - - proftpd - pure-ftpd - - - - - gnome-desktop - GNOME Desktop Environment - GNOME is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - true - true - - alacarte - brightside - byzanz - buoh - deskbar-applet - gdesklets - gfontview - glunarclock - gnochm - gmpc - gnome-applet-rhythmbox - gnome-theme-clearlooks-bigpack - gnome-themes-extras - gnotime - gtweakui - istanbul - lock-keys-applet - nautilus-actions - nautilus-flac-converter - nautilus-image-converter - sabayon - seahorse - smeg - themes-backgrounds-gnome - wp_tray - - - - - gnome-software-development - GNOME Software Development - Install these packages in order to develop GTK+ and GNOME graphical applications. - false - true - - anjuta - anjuta-docs - at-poke - gazpacho - gconfmm26-devel - glibmm24-devel - gnome-common - gtkmm24-devel - gtkalog - gtkdatabox - gnome-vfsmm26-devel -` libsexy-devel - gquilt - - - - - games - Games and Entertainment - Various ways to relax and spend your free time. - false - true - - abe - auriferous - blobwars - bsd-games - bzflag - celestia - cgoban - chess - clanbomber - crystal-stacker - crystal-stacker-themes - csmash - enigma - fillets-ng - foobillard - fortune-mod - freeciv - freedoom - freedroid - freedroidrpg - gl-117 - gnofract4d - gnome-sudoku - gnubg - gnuchess - gnugo - grhino - gweled - lacewing - lincity-ng - lmarbles - lucidlife - Maelstrom - monkey-bubble - monsterz - nazghul-haxima - nethack - nethack-vultures - netpanzer - neverball - nexuiz - njam - overgod - pengupop - pinball - pingus - pipenightdreams - powermanga - ppracer - qascade - qqo - rafkill - raidem - rocksndiamonds - rogue - scorched3d - shippy - sirius - sopwith - starfighter - sturmbahnfahrer - supertux - tong - torcs - trackballs - trackballs-music - tuxkart - tuxpuck - ularn - uqm - viruskiller - wesnoth - worminator - wormux - xaos - xarchon - xboard - xgalaxy - xmoto - xpilot-ng - xplanet - xscorch - zasx - - - - - education - Educational Software - Educational software for learning - false - true - - childsplay - drgeo - drgeo-doc - gcompris - gperiodic - stellarium - tuxtype2 - - - - - graphical-internet - Graphical Internet - This group includes graphical email, Web, and chat clients. - true - true - - amaya - apollon - azureus - balsa - bittorrent-gui - blogtk - bluefish - comical - contact-lookup-applet - d4x - deskbar-applet - dillo - drivel - fwbuilder - gaim-gaym - gajim - galeon - gnome-blog - gnome-telnet - gnome-translate - gossip - gtk-gnutella - gtorrentviewer - gwget - kadu - kickpim - konversation - kphone - licq - liferea - linphone - logjam - mail-notification - pan - prozilla - psi - putty - rssowl - screem - silky - straw - sylpheed - sylpheed-claws - valknut - x3270-x11 - xchat-gnome - - - - - graphics - Graphics - This group includes packages to help you manipulate and scan images. - true - true - - blender - digikam - fontforge - fyre - gv - gpp - gqview - graphviz - gwenview - inkscape - k3d - qiv - renrot - showimg - skencil - sodipodi - tuxpaint - wings - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or Postfix mail server. - false - true - - cyrus-imapd - enemies-of-carlotta - perl-Cyrus - clamav - clamav-data - clamav-milter - esmtp - exim - exim-doc - milter-regex - mlmmj - pyzor - spamass-milter - - - - - news-server - News Server - This group allows you to configure the system as a news server. - false - true - - newscache - leafnode - suck - - - - - office - Office/Productivity - The applications include office suites, PDF viewers, and more. - true - true - - abiword - aiksaurus-gtk - dia - gdeskcal - glabels - gnotime - gnumeric - gourmet - gramps - grisbi - gsview - koffice-suite - krecipes - lyx - notecase - notemeister - MagicPoint - pybliographer - qcad - revelation - texmaker - tinyerp - tinyerp-server - xchm - gjots2 - - - - - sound-and-video - Sound and Video - From CD recording to playing audio CDs and multimedia files, this package group allows you to work with sound and video on the system. - true - true - - abcde - alsamixergui - akode - amarok - audacity - bin2iso - bmp - camstream - camE - dvdisaster - easytag - gcdmaster - gcfilms - gcombust - gnomad2 - gnomebaker - graveman - grip - jack-audio-connection-kit - kid3 - kover - libvisual-plugins - soundconverter - soundtracker - sweep - tagtool - ushare - xmms - xmms-cdread - xmms-flac - - - - - system-tools - System Tools - This group is a collection of various tools for the system, such as the client for connecting to SMB shares and tools to monitor network traffic. - false - true - - aide - airsnort - apcupsd - arc - bochs - cfengine - cfs - crack - dkms - enca - environment-modules - epylog - fuse - fwbuilder - ghasher - ghex - gkrellm - grepmail - gtklp - gtkterm - hercules - ibmonitor - inadyn - lirc - moodss - moomps - nagios - nfswatch - oddjob - pbzip2 - puppet - rdiff-backup - sabayon - shorewall - snort - syslog-ng - swatch - tiobench - ttywatch - unison - vnstat - vpnc - wine - nuttcp - - - - - hardware-support - Hardware Support - This group is a collection of tools for various hardware specific utilities. - false - true - - 915resolution - acpitool - i810switch - i8kutils - libifp - s3switch - tpb - - - - - network-server - Network Servers - This group is a collection of network servers for specific purposes - false - true - - flumotion - freenx - icecast - ipxripd - ircd-hybrid - jabberd - kannel - l2tpd - nsd - openvpn - puppet-server - rbldnsd - ushare - vnc-reflector - - - - - text-internet - Text-based Internet - This group includes text-based email, Web, and chat clients. These applications do not require the X Window System. - true - true - - argus - bittorrent - centericq - cone - elmo - iperf - irssi - libtranslate - nail - naim - ncftp - nget - ninja - nmh - pork - rtorrent - snownews - tin - - - - - web-server - Web Server - These tools allow you to run a Web server on the system. - false - true - - apachetop - awstats - boa - dap-server-cgi - lighttpd - lighttpd-fastcgi - mediawiki - mod_cband - mod_geoip - mod_security - moin - perl-HTML-Mason - perl-Kwiki - plone - php-pecl-apc - phpldapadmin - thttpd - TurboGears - zope - - - - - xemacs - XEmacs - The XEmacs text editor. - false - false - - base - - - xemacs - xemacs-el - xemacs-info - xemacs-nox - xemacs-sumo - xemacs-sumo-el - xemacs-sumo-info - - - - - xfce-desktop - XFCE - A lightweight desktop environment that works well on low end machines. - false - true - - libxfce4mcs - libxfce4util - libxfcegui4 - xfce-mcs-manager - xfce-mcs-plugins - xfce-utils - xfce4-appfinder - xfce4-iconbox - xfce4-icon-theme - xfce4-mixer - xfce4-panel - xfce4-session-engines - xfce4-systray - - false - true - - bbkeys - blackbox - fluxbox - fluxconf - hackedbox - obconf - openbox - WindowMaker - wmx - - - - - xfce-software-development - XFCE Software Development - Install these packages in order to develop GTK+ and XFCE graphical applications. - false - true - - x-software-development - - - glade2 - glib2-devel - gtk-doc - gtk2-devel - libxfce4mcs-devel - libxfce4util-devel - libxfcegui4-devel - xfce4-panel-devel - xfce4-session-devel - pygtk2-devel - xfce-mcs-manager-devel - - - - - mail-server - Mail Server - These packages allow you to configure an IMAP or SMTP mail server. - false - true - - amavisd-new - clamav - - - - - base-x - X Window System - Install this group of packages to use the base graphical (X) user interface. - true - true - - alltray - aterm - fonttools - rxvt - workrave - xlockmore - - - - - - kde-desktop - KDE (K Desktop Environment) - KDE is a powerful, graphical user interface which includes a panel, desktop, system icons, and a graphical file manager. - false - true - - basket - kchmviewer - kickpim - kdissert - kerry - kbibtex - kiosktool - kmymoney2 - knemo - kompose - ksynaptics - kyum - metamonitor - - - - - kde-software-development - KDE Software Development - Install these packages to develop QT and KDE graphical applications. - false - true - - gambas - kdesvn - - - - - web-development - Web Development - These packages are helpful when developing web applications or web pages. - false - true - - - - - - admin-tools - Administration Tools - This group is a collection of graphical administration tools for the system, such as for managing user accounts and configuring system hardware. - true - true - - gparted - gsynaptics - lat - qtparted - system-config-control - yumex - - - - - - java - Java - Support for running programs written in the Java programming language. - true - false - - jikes - - - - - java-development - Java Development - Support for developing programs in the Java programming language. - false - true - - jlint - - - - - desktops - Desktop Environments - Desktop environments - 10 - - xfce-desktop - - - - - apps - Applications - Applications for a variety of tasks - 20 - - education - - - - - base-system - Base System - Various core pieces of the system. - 99 - - hardware-support - - - - - development - Development - Packages which provide functionality for developing and building applications. - 70 - - xfce-software-development - web-development - - - - - servers - Servers - Software used for running network servers - 90 - - network-server - - - \ No newline at end of file Index: comps-fe5.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe5.xml.in,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- comps-fe5.xml.in 29 Aug 2006 15:44:41 -0000 1.124 +++ comps-fe5.xml.in 30 Aug 2006 15:40:16 -0000 1.125 @@ -634,6 +634,7 @@ false true + ejabberd flumotion freenx icecast Index: comps-fe6.xml.in =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml.in,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- comps-fe6.xml.in 29 Aug 2006 15:44:41 -0000 1.128 +++ comps-fe6.xml.in 30 Aug 2006 15:40:16 -0000 1.129 @@ -713,6 +713,7 @@ ctrlproxy dnsmasq + ejabberd flumotion freenx icecast From fedora-extras-commits at redhat.com Wed Aug 30 15:46:53 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:46:53 -0700 Subject: rpms/perl-HTML-Template-Expr/devel perl-HTML-Template-Expr.spec, 1.5, 1.6 Message-ID: <200608301546.k7UFktAZ031944@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-HTML-Template-Expr/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31923 Modified Files: perl-HTML-Template-Expr.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.07-2 - Fix order of arguments to find(1). Index: perl-HTML-Template-Expr.spec =================================================================== RCS file: /cvs/extras/rpms/perl-HTML-Template-Expr/devel/perl-HTML-Template-Expr.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-HTML-Template-Expr.spec 19 Apr 2006 06:35:54 -0000 1.5 +++ perl-HTML-Template-Expr.spec 30 Aug 2006 15:46:53 -0000 1.6 @@ -1,6 +1,6 @@ Name: perl-HTML-Template-Expr Version: 0.07 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Expression support extension for HTML::Template Group: Development/Libraries @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.07-2 +- Fix order of arguments to find(1). + * Wed Apr 19 2006 Ville Skytt?? - 0.07-1 - 0.07. From fedora-extras-commits at redhat.com Wed Aug 30 15:48:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:48:41 -0700 Subject: rpms/perl-IPC-Run/devel perl-IPC-Run.spec,1.12,1.13 Message-ID: <200608301548.k7UFmhiw032145@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-IPC-Run/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32123 Modified Files: perl-IPC-Run.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.80-2 - Fix order of arguments to find(1). Index: perl-IPC-Run.spec =================================================================== RCS file: /cvs/extras/rpms/perl-IPC-Run/devel/perl-IPC-Run.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- perl-IPC-Run.spec 11 May 2006 15:32:16 -0000 1.12 +++ perl-IPC-Run.spec 30 Aug 2006 15:48:41 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-IPC-Run Version: 0.80 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for interacting with child processes License: GPL or Artistic @@ -37,7 +37,7 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/IPC/Run/Win32*.pm rm -f $RPM_BUILD_ROOT%{_mandir}/man3/IPC::Run::Win32*.3* @@ -60,6 +60,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.80-2 +- Fix order of arguments to find(1). + * Thu May 11 2006 Ville Skytt?? - 0.80-1 - 0.80, fine tune build dependencies. From fedora-extras-commits at redhat.com Wed Aug 30 15:49:22 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:49:22 -0700 Subject: rpms/linphone/devel linphone.spec,1.20,1.21 Message-ID: <200608301549.k7UFnOFa032283@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32264 Modified Files: linphone.spec Log Message: Add BR for perl(XML::Parser) Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- linphone.spec 30 Aug 2006 14:58:13 -0000 1.20 +++ linphone.spec 30 Aug 2006 15:49:22 -0000 1.21 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -17,6 +17,7 @@ BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel BuildRequires: libosip2-devel speex-devel >= 1.0.5 gettext desktop-file-utils BuildRequires: ortp-devel >= 0.7.1 +BuildRequires: perl(XML::Parser) %description Linphone is mostly sip compliant. It works successfully with these @@ -101,7 +102,10 @@ %{_libdir}/pkgconfig/* %changelog -* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-3 +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-6 +- Add BR for perl(XML::Parser) so that intltool will work. + +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-5 - Bump release and rebuild. * Mon Feb 13 2006 Ignacio Vazquez-Abrams 1.2.0-2 From fedora-extras-commits at redhat.com Wed Aug 30 15:49:55 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:49:55 -0700 Subject: rpms/libvisual/devel libvisual.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608301549.k7UFnvK6032381@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/libvisual/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32362 Modified Files: libvisual.spec Removed Files: needs.rebuild Log Message: rebuild Index: libvisual.spec =================================================================== RCS file: /cvs/extras/rpms/libvisual/devel/libvisual.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libvisual.spec 8 Jul 2006 09:31:13 -0000 1.13 +++ libvisual.spec 30 Aug 2006 15:49:55 -0000 1.14 @@ -2,7 +2,7 @@ Name: libvisual Version: 0.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Abstraction library for audio visualisation plugins Group: Applications/Multimedia @@ -80,6 +80,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.4.0-3 +- rebuild + * Sat Jul 08 2006 Aurelien Bompard 0.4.0-2 - bump release --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:50:47 2006 From: fedora-extras-commits at redhat.com (Jeffrey C. Ollie (jcollie)) Date: Wed, 30 Aug 2006 08:50:47 -0700 Subject: rpms/linphone/devel linphone.spec,1.21,1.22 Message-ID: <200608301550.k7UFonQU032519@cvs-int.fedora.redhat.com> Author: jcollie Update of /cvs/extras/rpms/linphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32497 Modified Files: linphone.spec Log Message: Bump release so that I can make tag Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- linphone.spec 30 Aug 2006 15:49:22 -0000 1.21 +++ linphone.spec 30 Aug 2006 15:50:47 -0000 1.22 @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -102,6 +102,9 @@ %{_libdir}/pkgconfig/* %changelog +* Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-7 +- Bump release so that I can "make tag" + * Wed Aug 30 2006 Jeffrey C. Ollie - 1.2.0-6 - Add BR for perl(XML::Parser) so that intltool will work. From fedora-extras-commits at redhat.com Wed Aug 30 15:51:48 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:51:48 -0700 Subject: rpms/perl-MIME-Types/devel needs.rebuild,1.1,NONE Message-ID: <200608301551.k7UFpo9E032686@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-MIME-Types/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32663/devel Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:52:44 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:52:44 -0700 Subject: rpms/mhonarc/devel mhonarc.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301552.k7UFqkG6000330@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/mhonarc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv307 Modified Files: mhonarc.spec Removed Files: needs.rebuild Log Message: rebuild Index: mhonarc.spec =================================================================== RCS file: /cvs/extras/rpms/mhonarc/devel/mhonarc.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- mhonarc.spec 15 Jun 2006 18:56:39 -0000 1.14 +++ mhonarc.spec 30 Aug 2006 15:52:44 -0000 1.15 @@ -1,6 +1,6 @@ Name: mhonarc Version: 2.6.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl mail-to-HTML converter Group: Applications/Internet @@ -13,7 +13,7 @@ Provides: MHonArc = %{version}-%{release} # perl-Unicode-Map8 does not work on x86_64, see bug #182514 -ExcludeArch: x86_64 +ExcludeArch: x86_64 %description @@ -54,6 +54,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.6.16-2 +- rebuild + * Thu Jun 15 2006 Aurelien Bompard 2.6.16-1 - version 2.6.16 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:53:17 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 08:53:17 -0700 Subject: rpms/perltidy/devel needs.rebuild,1.1,NONE Message-ID: <200608301553.k7UFrJDo000446@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perltidy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv430/devel Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:55:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:55:13 -0700 Subject: rpms/mpc/devel mpc.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608301555.k7UFtF7x000627@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/mpc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv604 Modified Files: mpc.spec Removed Files: needs.rebuild Log Message: rebuild Index: mpc.spec =================================================================== RCS file: /cvs/extras/rpms/mpc/devel/mpc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mpc.spec 21 Feb 2006 17:33:24 -0000 1.7 +++ mpc.spec 30 Aug 2006 15:55:12 -0000 1.8 @@ -1,7 +1,7 @@ Name: mpc Summary: Command-line client for MPD Version: 0.11.2 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Multimedia @@ -47,6 +47,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.11.2-5 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.11.2-4 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 15:57:54 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 08:57:54 -0700 Subject: rpms/pdftohtml/devel pdftohtml.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608301557.k7UFvuJ0000858@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pdftohtml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv838 Modified Files: pdftohtml.spec Removed Files: needs.rebuild Log Message: rebuild Index: pdftohtml.spec =================================================================== RCS file: /cvs/extras/rpms/pdftohtml/devel/pdftohtml.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pdftohtml.spec 22 Feb 2006 08:34:00 -0000 1.10 +++ pdftohtml.spec 30 Aug 2006 15:57:54 -0000 1.11 @@ -1,14 +1,14 @@ -Name: pdftohtml -Version: 0.36 -Release: 7%{?dist} - -Summary: PDF to HTML converter -License: GPL -Group: Applications/Text -Url: http://pdftohtml.sourceforge.net/ -Source0: http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz +Name: pdftohtml +Version: 0.36 +Release: 8%{?dist} + +Summary: PDF to HTML converter +License: GPL +Group: Applications/Text +Url: http://pdftohtml.sourceforge.net/ +Source0: http://dl.sf.net/pdftohtml/pdftohtml-0.36.tar.gz Patch0: pdftohtml-0.36-gcc41.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description PDFTOHTML converts Portable Document Format (PDF) files to HTML @@ -39,6 +39,9 @@ %{_bindir}/%{name} %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.36-8 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0.36-7 - rebuild --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:00:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:00:40 -0700 Subject: rpms/perl-Jcode/devel .cvsignore, 1.4, 1.5 perl-Jcode.spec, 1.10, 1.11 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608301600.k7UG0gcd001185@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Jcode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1162 Modified Files: .cvsignore perl-Jcode.spec sources Removed Files: needs.rebuild Log Message: update to 2.06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 3 Sep 2005 08:57:32 -0000 1.4 +++ .cvsignore 30 Aug 2006 16:00:39 -0000 1.5 @@ -1 +1 @@ -Jcode-2.03.tar.gz +Jcode-2.06.tar.gz Index: perl-Jcode.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/perl-Jcode.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- perl-Jcode.spec 21 Feb 2006 17:38:42 -0000 1.10 +++ perl-Jcode.spec 30 Aug 2006 16:00:39 -0000 1.11 @@ -1,13 +1,13 @@ Name: perl-Jcode -Version: 2.03 -Release: 3%{?dist} +Version: 2.06 +Release: 1%{?dist} Summary: Perl extension interface for converting Japanese text License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Jcode/ -Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.03.tar.gz +Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.06.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -51,6 +51,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.06-1 +- update to 2.06 + * Tue Feb 21 2006 Aurelien Bompard 2.03-3 - rebuild for FC5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Jcode/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 3 Sep 2005 08:57:32 -0000 1.4 +++ sources 30 Aug 2006 16:00:39 -0000 1.5 @@ -1 +1 @@ -8d285ebf5e5d4f60938829a2c11bdef6 Jcode-2.03.tar.gz +56d787a94cbb557d8b21d10972befd94 Jcode-2.06.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:01:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:07 -0700 Subject: rpms/libgeda - New directory Message-ID: <200608301601.k7UG19Cp003942@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3793/libgeda Log Message: Directory /cvs/extras/rpms/libgeda added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 16:01:08 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:08 -0700 Subject: rpms/libgeda/devel - New directory Message-ID: <200608301601.k7UG1A3j003947@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3793/libgeda/devel Log Message: Directory /cvs/extras/rpms/libgeda/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 16:01:53 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:53 -0700 Subject: rpms/libgeda Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301601.k7UG1u7q004030@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4014 Added Files: Makefile import.log Log Message: Setup of module libgeda --- NEW FILE Makefile --- # Top level Makefile for module libgeda all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 16:01:58 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:01:58 -0700 Subject: rpms/libgeda/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301602.k7UG20jT004046@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4014/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libgeda --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 16:04:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:04:24 -0700 Subject: rpms/libgeda import.log,1.1,1.2 Message-ID: <200608301604.k7UG4QT7004354@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4288 Modified Files: import.log Log Message: auto-import libgeda-20060123-6 on branch devel from libgeda-20060123-6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/libgeda/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 16:01:53 -0000 1.1 +++ import.log 30 Aug 2006 16:04:23 -0000 1.2 @@ -0,0 +1 @@ +libgeda-20060123-6:HEAD:libgeda-20060123-6.src.rpm:1156954070 From fedora-extras-commits at redhat.com Wed Aug 30 16:04:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:04:25 -0700 Subject: rpms/libgeda/devel libgeda-20060123-arc.patch, NONE, 1.1 libgeda-20060123-configure.patch, NONE, 1.1 libgeda.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301604.k7UG4RnK004363@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/libgeda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4288/devel Modified Files: .cvsignore sources Added Files: libgeda-20060123-arc.patch libgeda-20060123-configure.patch libgeda.spec Log Message: auto-import libgeda-20060123-6 on branch devel from libgeda-20060123-6.src.rpm libgeda-20060123-arc.patch: --- NEW FILE libgeda-20060123-arc.patch --- --- src/o_arc_basic.c 2006-01-24 04:20:50.000000000 +0100 +++ o_arc_basic.c 2006-08-29 14:21:11.000000000 +0200 @@ -1286,7 +1286,8 @@ o_current->line_width)); gdImageArc(current_im_ptr, - x, y, width, height, start_angle, end_angle, color); + x, y, width, height, 720 - end_angle, 720 - +start_angle, color); #endif } libgeda-20060123-configure.patch: --- NEW FILE libgeda-20060123-configure.patch --- --- libgeda-20060123/configure.ac 2006-08-29 13:15:09.000000000 +0200 +++ configure.ac 2006-08-29 14:32:29.000000000 +0200 @@ -21,8 +21,8 @@ ######################################################################### # Command line flags start # -# --disable-gdgeda : turn off libgdgeda support -AC_ARG_ENABLE(gdgeda, [ --disable-gdgeda Disable libgdgeda support (don't use libgdgeda at all)], +# --disable-gdgeda : turn off gd support +AC_ARG_ENABLE(gdgeda, [ --disable-gdgeda Disable gd support (don't use gd at all)], [ if test $enableval = "no"; then no_gdgeda=yes; fi ]) # Change default location for rc files @@ -146,9 +146,9 @@ ############################################################################ ############################################################################ -# Check for libgdgeda start -# -AC_PATH_PROG(LIBGDGEDACONFIG, libgdgeda-config, no, ${PATH}) +# Check for gd start +# +AC_PATH_PROG(LIBGDGEDACONFIG, gdlib-config, no, ${PATH}) if test "$LIBGDGEDACONFIG" = "no" then @@ -159,7 +159,7 @@ else if test "$no_gdgeda" = "yes" then - echo found libgdgeda, but disabling gdgeda support. + echo found gd, but disabling gd support. GDGEDA_CFLAGS= GDGEDA_LIBS= GDGEDA_VERSION= @@ -173,14 +173,14 @@ GDGEDA="yes" # This is not really used to figure out paths, but just to make - # sure >= 2.0.15 is installed - PKG_CHECK_MODULES(libgdgeda, libgdgeda >= 2.0.15) - AC_DEFINE(HAS_LIBGDGEDA, 1, [If libgdgeda has been installed, define this]) + # PKG_CHECK_MODULES(gd, gd >= 2.0.15) + GDGEDA_LIBS="-lgd $GDGEDA_LIBS" + AC_DEFINE(HAS_LIBGDGEDA, 1, [If gd has been installed,define this]) fi fi # -# Check for libgdgeda end +# Check for gd end ############################################################################ ############################################################################ @@ -628,7 +628,7 @@ GLIB library version: $GLIB_VERSION GTK+ library version: $GTK_VERSION GUILE library version: $GUILE_VERSION - libgdgeda (png output): $GDGEDA $GDGEDA_VERSION + gd (png output): $GDGEDA $GDGEDA_VERSION mingw build: $MINGW data directory: $expandedGEDADATADIR rc directory: $expandedGEDARCDIR --- NEW FILE libgeda.spec --- Name: libgeda Version: 20060123 Release: 6%{?dist} Summary: Libraries for the gEDA project Group: System Environment/Libraries License: GPL URL: http://www.geda.seul.org Source: ftp://ftp.geda.seul.org/pub/geda/devel/20060123/libgeda-20060123.tar.gz Patch0: libgeda-20060123-arc.patch Patch1: libgeda-20060123-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun):/sbin/ldconfig BuildRequires: gtk2-devel, guile-devel, autoconf, gd-devel %description This package contains libgeda, the library needed by gEDA applications. %package doc Summary: Documentation for libgeda, Libraries for the gEDA project Group: Documentation Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description doc This package contains the documentation of pcb in html, pdf, postscript and info format. %package devel Summary: Development files for the libgeda library Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: guile-devel, gtk2-devel, gd-devel %description devel Development files for libgeda library %prep %setup -q %patch0 -p0 -b o_arc_basic.c %patch1 -p0 -b configure.ac %build autoconf for f in `find . -name \*.c -or -name \*.h` ; do sed -i -e 's|gdgeda/gd.h|gd.h|' $f done %configure --disable-static make %{?_smp_mflags} %install %{__rm} -rf %{buildroot} make install DESTDIR=%{buildroot} %{__rm} -f %{buildroot}%{_infodir}/dir %{__rm} -f %{buildroot}%{_libdir}/*.la %{__rm} -rf docs/Makefile* %post doc /sbin/install-info %{_infodir}/libgedadoc.info.gz %{_infodir}/dir %preun doc if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/libgedadoc.info.gz %{_infodir}/dir fi %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING ChangeLog README %{_libdir}/libgeda.so.* %files devel %defattr(-,root,root,-) %doc AUTHORS BUGS HACKING TODO %{_includedir}/libgeda %{_libdir}/libgeda.so %{_libdir}/pkgconfig/libgeda.pc %files doc %defattr(-, root, root, -) %doc docs/* %{_infodir}/libgedadoc* %Changelog * Wed Aug 30 2006 Chitlesh Goorah - 20060123-6 - Fixed useless BR * Tue Aug 29 2006 Chitlesh Goorah - 20060123-5 - patches replaced by bash commands * Tue Aug 29 2006 Chitlesh Goorah - 20060123-4 - Fixed BR for -devel package - Added patches to make use of gd instead of ligdgeda - Added the doc package * Fri Aug 25 2006 Chitlesh Goorah - 20060123-3 - packaging for FC5 and later - added texi2html as BR to set HTML file creation enabled - opting for gd-devel prior to libgdgeda-devel as BR - Removed %%{_infodir}/dir * Wed Feb 22 2006 Wojciech Kazubski - 20060123-2.fc4 - more cleanup * Fri Jan 27 2006 Wojciech Kazubski - 20060123-1.fc4 - updated to version 20060123 - libgeda.so.25.0.0 * Sun Jan 1 2006 Wojciech Kazubski - 20050820-2.fc4 - specfile cleanup * Wed Aug 24 2005 Wojciech Kazubski - 20050820-1.fc4 - updated to version 20050820 * Tue Jun 28 2005 Wojciech Kazubski - 20050313-1.fc4 - rebuilt for Fedora Core 4 * Tue Mar 14 2005 Wojciech Kazubski - 20050313-1.fc3.wk - updated to version 20050313 - libgeda.so.23.0.0 * Wed Dec 28 2004 Wojciech Kazubski - 20041228-1.fc3.wk - updated to version 20041228 - libgeda.so.22.0.0, * Sun Dec 12 2004 Wojciech Kazubski - 20040111-1.fc3.wk - rebuilt for Fedora Core 3 * Wed Jan 14 2004 Wojciech Kazubski - 20040111-1 - updated to version 20040111 - libgeda.so.20.0.0, - built on Fedora Core 1 - modified specfile * Thu Sep 4 2003 Wojciech Kazubski - 20030901-1 - updated to version 20030901 - libgeda.so.19.0.0 * Wed May 28 2003 Wojciech Kazubski - 20030525-1 - updated to version 20030525, compiled on RedHat 9 * Tue Feb 25 2003 Wojciech Kazubski - 200302223-2 - updated to version 20030223 - libgeda.so.18.0.0 * Fri Nov 8 2002 Wojciech Kazubski - 20021103-1 - updated to version 20021103, compiled on RedHat 8.0 * Wed Sep 4 2002 Wojciech Kazubski -20020825-1 - updated to version 20020825 * Sat Jun 1 2002 Wojciech Kazubski - 20020527-1 - updated to version 20020527 * Wed Feb 13 2002 Wojciech Kazubski - 20020209-1 - updated to version 20020209 - libgeda.so.15.0.0 - info files added - split into libgeda and libgeda-devel * Tue Nov 27 2001 Wojciech Kazubski - 20010722-2 - some corrections * Thu Aug 3 2001 Wojciech Kazubski - 20010722-1 - updated to version 20010722; built on redhat-7.0 * Sun Mar 11 2001 L.J.H. Timmerman - updated to version 20010304; built on redhat-7.0 * Thu Aug 10 2000 Emmanuel Rouat - rebuild with new version of rpm (shouldn't change anything) * Thu Jul 6 2000 Emmanuel Rouat - updated to version 20000704 - changed licence from LGPL to GPL * Wed Feb 23 2000 Emmanuel Rouat - removed 'Redhat Contrib Net' stuff - updated to version 20000220 * Thu Oct 14 1999 Emmanuel Rouat - updated to version 19991011 * Wed Sep 22 1999 Emmanuel Rouat - updated to version 19990919 * Wed Sep 1 1999 Emmanuel Rouat - updated to version 19990829 * Mon Jul 19 1999 Emmanuel Rouat - Group is now System Environment/Libraries - rebuild with libgdgeda * Sat Jul 10 1999 Emmanuel Rouat - initialization of spec file. # end of file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libgeda/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 16:01:58 -0000 1.1 +++ .cvsignore 30 Aug 2006 16:04:25 -0000 1.2 @@ -0,0 +1 @@ +libgeda-20060123.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/libgeda/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 16:01:58 -0000 1.1 +++ sources 30 Aug 2006 16:04:25 -0000 1.2 @@ -0,0 +1 @@ +fa159b269c8c1d3d248dc39d4b70f366 libgeda-20060123.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 16:06:27 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 09:06:27 -0700 Subject: rpms/upx/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 upx.spec, 1.10, 1.11 Message-ID: <200608301606.k7UG6T4M004586@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/upx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4557 Modified Files: .cvsignore sources upx.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.02-1 - 2.02. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/upx/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 May 2006 19:25:39 -0000 1.3 +++ .cvsignore 30 Aug 2006 16:06:26 -0000 1.4 @@ -1 +1 @@ -upx-2.00-src.tar.gz +upx-2.02-src.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/upx/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 16 May 2006 19:25:39 -0000 1.3 +++ sources 30 Aug 2006 16:06:26 -0000 1.4 @@ -1 +1 @@ -ce412e9ef82f4474531d66ce7e5a7950 upx-2.00-src.tar.gz +058a57c2e8d642579d4dda56633b9fd2 upx-2.02-src.tar.gz Index: upx.spec =================================================================== RCS file: /cvs/extras/rpms/upx/devel/upx.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- upx.spec 16 May 2006 19:45:41 -0000 1.10 +++ upx.spec 30 Aug 2006 16:06:26 -0000 1.11 @@ -1,6 +1,6 @@ Name: upx -Version: 2.00 -Release: 2%{?dist} +Version: 2.02 +Release: 1%{?dist} Summary: Ultimate Packer for eXecutables Group: Applications/Archiving @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.02-1 +- 2.02. + * Tue May 16 2006 Ville Skytt?? - 2.00-2 - BR: zlib-devel. From fedora-extras-commits at redhat.com Wed Aug 30 16:07:15 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 09:07:15 -0700 Subject: owners owners.list,1.1474,1.1475 Message-ID: <200608301607.k7UG7HF5004695@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4596/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1474 retrieving revision 1.1475 diff -u -r1.1474 -r1.1475 --- owners.list 30 Aug 2006 14:43:50 -0000 1.1474 +++ owners.list 30 Aug 2006 16:07:14 -0000 1.1475 @@ -776,6 +776,7 @@ Fedora Extras|libgcrypt1|A general-purpose cryptography library|bugs.michael at gmx.net|extras-qa at fedoraproject.org| Fedora Extras|libgda|Library for writing gnome database programs|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| Fedora Extras|libgdamm|C++ wrappers for libgda|tcallawa at redhat.com|extras-qa at fedoraproject.org| +Fedora Extras|libgeda|The library needed by gEDA applications|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|libglademm20|A C++ wrapper for libglade|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|libglademm24|A C++ wrapper for libglade|denis at poolshark.org|extras-qa at fedoraproject.org| Fedora Extras|libgnomecanvasmm20|A C++ interface for Gnome libs (a GUI library for X)|denis at poolshark.org|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 16:16:38 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:16:38 -0700 Subject: rpms/perl-Unicode-Map/devel perl-Unicode-Map.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301616.k7UGGeKt005606@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-Map/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5584 Modified Files: perl-Unicode-Map.spec Removed Files: needs.rebuild Log Message: fix bug 191387 Index: perl-Unicode-Map.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-Map/devel/perl-Unicode-Map.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Unicode-Map.spec 21 Feb 2006 17:41:20 -0000 1.7 +++ perl-Unicode-Map.spec 30 Aug 2006 16:16:38 -0000 1.8 @@ -2,7 +2,7 @@ Name: perl-Unicode-Map Version: 0.112 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Perl module for mapping charsets from and to utf16 unicode @@ -31,6 +31,14 @@ %prep %setup -q -n Unicode-Map-%{version} +# See bug 191387 +echo ' +# Add support for perl-Spreadsheet-ParseExcel +name: CP932Excel +srcURL: $SrcUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT +src: $DestUnicode/VENDORS/MICSFT/WINDOWS/CP932.TXT +map: $DestMap/MS/WIN/CP932Excel.map +' >> Map/REGISTRY %build @@ -67,6 +75,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.112-8 +- Add support for perl-Spreadsheet-ParseExcel (bug 191387) + * Tue Feb 21 2006 Aurelien Bompard 0.112-7 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:19:50 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:19:50 -0700 Subject: rpms/perl-Unicode-Map8/devel perl-Unicode-Map8.spec, 1.9, 1.10 needs.rebuild, 1.1, NONE Message-ID: <200608301619.k7UGJqEX005961@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-Map8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5942 Modified Files: perl-Unicode-Map8.spec Removed Files: needs.rebuild Log Message: rebuild Index: perl-Unicode-Map8.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Unicode-Map8.spec 22 Feb 2006 22:55:31 -0000 1.9 +++ perl-Unicode-Map8.spec 30 Aug 2006 16:19:50 -0000 1.10 @@ -2,14 +2,14 @@ Name: perl-Unicode-Map8 Version: 0.12 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Mapping table between 8-bit chars and Unicode for Perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Unicode-Map8/ -Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz +Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(Unicode::String) @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.12-9 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0.12-8 - ExcludeArch x86_64 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:24:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:24:13 -0700 Subject: rpms/perl-Unicode-MapUTF8/devel .cvsignore, 1.2, 1.3 perl-Unicode-MapUTF8.spec, 1.7, 1.8 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608301624.k7UGOFNY006448@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-MapUTF8/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6425 Modified Files: .cvsignore perl-Unicode-MapUTF8.spec sources Removed Files: needs.rebuild Log Message: update to 1.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:10:23 -0000 1.2 +++ .cvsignore 30 Aug 2006 16:24:13 -0000 1.3 @@ -1 +1 @@ -Unicode-MapUTF8-1.09.tar.gz +Unicode-MapUTF8-1.11.tar.gz Index: perl-Unicode-MapUTF8.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/perl-Unicode-MapUTF8.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Unicode-MapUTF8.spec 22 Feb 2006 23:01:11 -0000 1.7 +++ perl-Unicode-MapUTF8.spec 30 Aug 2006 16:24:13 -0000 1.8 @@ -1,15 +1,15 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Unicode-MapUTF8 -Version: 1.09 -Release: 6%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: Conversions to and from arbitrary character sets and UTF8 Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Unicode-MapUTF8/ -Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-1.09.tar.gz +Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Unicode-MapUTF8-1.11.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -65,6 +65,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.11-1 +- update to 1.11 + * Wed Feb 22 2006 Aurelien Bompard 1.09-6 - rebuild for FC5 - ExcludeArch x86_64 because perl-Unicode-Map8 does not work on this arch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-MapUTF8/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:10:23 -0000 1.2 +++ sources 30 Aug 2006 16:24:13 -0000 1.3 @@ -1 +1 @@ -32b2593bb38b24b5f5fef2aaf444a367 Unicode-MapUTF8-1.09.tar.gz +16e66ee0bdc0e6cc9c36e29212d8ffdc Unicode-MapUTF8-1.11.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:25:18 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:25:18 -0700 Subject: rpms/perl-Unicode-String/devel perl-Unicode-String.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608301625.k7UGPKaQ006628@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/perl-Unicode-String/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6603 Modified Files: perl-Unicode-String.spec Removed Files: needs.rebuild Log Message: rebuild Index: perl-Unicode-String.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Unicode-String/devel/perl-Unicode-String.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Unicode-String.spec 21 Feb 2006 17:48:22 -0000 1.8 +++ perl-Unicode-String.spec 30 Aug 2006 16:25:18 -0000 1.9 @@ -2,7 +2,7 @@ Name: perl-Unicode-String Version: 2.09 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl modules to handle various Unicode issues @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.09-2 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 2.09-1 - version 2.09 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:29:38 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:29:38 -0700 Subject: rpms/php-adodb/devel .cvsignore, 1.7, 1.8 php-adodb.spec, 1.9, 1.10 sources, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301629.k7UGTeq2007028@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/php-adodb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7004 Modified Files: .cvsignore php-adodb.spec sources Removed Files: needs.rebuild Log Message: update to 4.92 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 14 Apr 2006 17:03:20 -0000 1.7 +++ .cvsignore 30 Aug 2006 16:29:38 -0000 1.8 @@ -1 +1 @@ -adodb480.tgz +adodb492.tgz Index: php-adodb.spec =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/php-adodb.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- php-adodb.spec 14 Apr 2006 17:03:20 -0000 1.9 +++ php-adodb.spec 30 Aug 2006 16:29:38 -0000 1.10 @@ -1,9 +1,9 @@ Name: php-adodb Summary: Active Data Objects Data Base -Version: 4.80 +Version: 4.92 Release: 1%{?dist} -Source0: http://dl.sf.net/adodb/adodb480.tgz +Source0: http://dl.sf.net/adodb/adodb492.tgz License: BSD URL: http://adodb.sf.net Group: Development/Libraries @@ -53,6 +53,9 @@ %{_var}/www/icons/* %changelog +* Wed Aug 30 2006 Aurelien Bompard 4.92-1 +- version 4.92 + * Fri Apr 14 2006 Aurelien Bompard 4.80-1 - version 4.80 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php-adodb/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 14 Apr 2006 17:03:20 -0000 1.7 +++ sources 30 Aug 2006 16:29:38 -0000 1.8 @@ -1 +1 @@ -942164adfc953173205231b9522304e0 adodb480.tgz +5ed194f08d251d405e8cd31b0244a329 adodb492.tgz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:30:56 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:30:56 -0700 Subject: rpms/psi/devel psi.spec,1.16,1.17 needs.rebuild,1.1,NONE Message-ID: <200608301630.k7UGUwoo007227@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/psi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7202 Modified Files: psi.spec Removed Files: needs.rebuild Log Message: rebuild Index: psi.spec =================================================================== RCS file: /cvs/extras/rpms/psi/devel/psi.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- psi.spec 13 Apr 2006 10:15:12 -0000 1.16 +++ psi.spec 30 Aug 2006 16:30:56 -0000 1.17 @@ -3,7 +3,7 @@ Name: psi Version: 0.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Jabber client based on Qt License: GPL Group: Applications/Internet @@ -165,6 +165,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.10-5 +- rebuild + * Thu Apr 13 2006 Aurelien Bompard 0.10-4 - update translations for CS, DE, ET and VI --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:33:57 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:33:57 -0700 Subject: rpms/pure-ftpd/devel pure-ftpd.spec, 1.13, 1.14 needs.rebuild, 1.1, NONE Message-ID: <200608301633.k7UGXx2c007552@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/pure-ftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7530 Modified Files: pure-ftpd.spec Removed Files: needs.rebuild Log Message: rebuild Index: pure-ftpd.spec =================================================================== RCS file: /cvs/extras/rpms/pure-ftpd/devel/pure-ftpd.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pure-ftpd.spec 4 Aug 2006 20:59:21 -0000 1.13 +++ pure-ftpd.spec 30 Aug 2006 16:33:57 -0000 1.14 @@ -1,6 +1,6 @@ Name: pure-ftpd Version: 1.0.21 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Lightweight, fast and secure FTP server Group: System Environment/Daemons @@ -242,6 +242,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0.21-9 +- rebuild + * Fri Aug 04 2006 Aurelien Bompard 1.0.21-8 - BuildRequire selinux-policy-devel for FC6 onwards --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:35:31 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:35:31 -0700 Subject: rpms/python-dialog/devel python-dialog.spec, 1.7, 1.8 needs.rebuild, 1.1, NONE Message-ID: <200608301635.k7UGZXHc007764@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/python-dialog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7747 Modified Files: python-dialog.spec Removed Files: needs.rebuild Log Message: rebuild Index: python-dialog.spec =================================================================== RCS file: /cvs/extras/rpms/python-dialog/devel/python-dialog.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-dialog.spec 22 Feb 2006 15:59:31 -0000 1.7 +++ python-dialog.spec 30 Aug 2006 16:35:31 -0000 1.8 @@ -4,7 +4,7 @@ Name: python-dialog Version: 2.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python interface to the Unix dialog utility Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 2.7-4 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 2.7-3 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:39:36 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:39:36 -0700 Subject: rpms/qca/devel qca.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608301639.k7UGdcOm008207@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/qca/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8188 Modified Files: qca.spec Removed Files: needs.rebuild Log Message: rebuild Index: qca.spec =================================================================== RCS file: /cvs/extras/rpms/qca/devel/qca.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qca.spec 8 Apr 2006 09:57:59 -0000 1.6 +++ qca.spec 30 Aug 2006 16:39:36 -0000 1.7 @@ -1,6 +1,6 @@ Name: qca Version: 1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Qt Cryptographic Architecture @@ -69,6 +69,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0-8 +- rebuild + * Sat Apr 08 2006 Aurelien Bompard 1.0-7 - disable stripping (bug 186648) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:40:53 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:40:53 -0700 Subject: rpms/qca-tls/devel qca-tls.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608301640.k7UGetjS008410@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/qca-tls/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8386 Modified Files: qca-tls.spec Removed Files: needs.rebuild Log Message: rebuild Index: qca-tls.spec =================================================================== RCS file: /cvs/extras/rpms/qca-tls/devel/qca-tls.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- qca-tls.spec 21 Feb 2006 18:59:48 -0000 1.14 +++ qca-tls.spec 30 Aug 2006 16:40:53 -0000 1.15 @@ -1,6 +1,6 @@ Name: qca-tls Version: 1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: TLS plugin for the Qt Cryptographic Architecture License: LGPL @@ -56,6 +56,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 1.0-10 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 1.0-9 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:42:39 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Wed, 30 Aug 2006 09:42:39 -0700 Subject: rpms/showimg/devel showimg.spec,1.12,1.13 needs.rebuild,1.1,NONE Message-ID: <200608301642.k7UGgfM6008589@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/showimg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8570 Modified Files: showimg.spec Removed Files: needs.rebuild Log Message: rebuild Index: showimg.spec =================================================================== RCS file: /cvs/extras/rpms/showimg/devel/showimg.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- showimg.spec 22 Jun 2006 10:04:04 -0000 1.12 +++ showimg.spec 30 Aug 2006 16:42:39 -0000 1.13 @@ -1,6 +1,6 @@ Name: showimg Version: 0.9.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Feature-rich image viewer for KDE Group: Applications/Multimedia @@ -122,6 +122,9 @@ %changelog +* Wed Aug 30 2006 Aurelien Bompard 0.9.5-9 +- guess what... + * Thu Jun 22 2006 Aurelien Bompard 0.9.5-8 - rebuild (again) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 16:56:47 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 09:56:47 -0700 Subject: rpms/gnubg/devel gnubg.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608301656.k7UGunBB009877@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9852 Modified Files: gnubg.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - Rebuild for Fedora Extras 6 Index: gnubg.spec =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/gnubg.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnubg.spec 6 Jun 2006 19:27:00 -0000 1.1 +++ gnubg.spec 30 Aug 2006 16:56:46 -0000 1.2 @@ -2,8 +2,8 @@ License: GPL Group: Amusements/Games Summary: A backgammon game and analyser -Version: 20060530 -Release: 5%{?dist} +Version: 20060626 +Release: 2%{?dist} Source0: http://www.acepoint.de/GnuBG/sources/%{name}-%{version}.tar.gz Source1: gnubg.weights Source2: gnubg.desktop @@ -108,7 +108,7 @@ %{_datadir}/gnubg/doc %{_datadir}/gnubg/boards.xml %{_datadir}/gnubg/gnubg.game.sql -%{_datadir}/gnubg/gnubg.gtkrc +#%{_datadir}/gnubg/gnubg.gtkrc %{_datadir}/gnubg/gnubg_os0.bd %{_datadir}/gnubg/gnubg.weights %{_datadir}/gnubg/sounds @@ -122,6 +122,10 @@ %ghost %{_datadir}/gnubg/scripts/*.pyo %changelog +* Wed Aug 30 2006 Joost Soeterbroek +- Rebuild for Fedora Extras 6 +* Mon Jun 26 2006 - Joost Soeterbroek - 20060626-1 +- update to new upstream version * Tue Jun 6 2006 - Joost Soeterbroek - 20060530-5 - minor change in man file conversion, move from install to prep * Mon Jun 5 2006 - Joost Soeterbroek - 20060530-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 17:19:07 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:07 -0700 Subject: rpms/ngspice/devel - New directory Message-ID: <200608301719.k7UHJ94x014513@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14480/ngspice/devel Log Message: Directory /cvs/extras/rpms/ngspice/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 17:19:06 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:06 -0700 Subject: rpms/ngspice - New directory Message-ID: <200608301719.k7UHJ8X9014508@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14480/ngspice Log Message: Directory /cvs/extras/rpms/ngspice added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 17:19:24 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:24 -0700 Subject: rpms/ngspice Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301719.k7UHJQlv014585@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14548 Added Files: Makefile import.log Log Message: Setup of module ngspice --- NEW FILE Makefile --- # Top level Makefile for module ngspice all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 17:19:25 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:19:25 -0700 Subject: rpms/ngspice/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301719.k7UHJRSh014590@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14548/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ngspice --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 17:24:54 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:24:54 -0700 Subject: rpms/ngspice import.log,1.1,1.2 Message-ID: <200608301724.k7UHOujm015187@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15152 Modified Files: import.log Log Message: auto-import ngspice-17-4 on branch devel from ngspice-17-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ngspice/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 17:19:24 -0000 1.1 +++ import.log 30 Aug 2006 17:24:54 -0000 1.2 @@ -0,0 +1 @@ +ngspice-17-4:HEAD:ngspice-17-4.src.rpm:1156958904 From fedora-extras-commits at redhat.com Wed Aug 30 17:24:55 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:24:55 -0700 Subject: rpms/ngspice/devel ngspice.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301724.k7UHOv8h015192@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/ngspice/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15152/devel Modified Files: .cvsignore sources Added Files: ngspice.spec Log Message: auto-import ngspice-17-4 on branch devel from ngspice-17-4.src.rpm --- NEW FILE ngspice.spec --- Name: ngspice Version: 17 Release: 4%{?dist} Summary: A mixed level/signal circuit simulator License: BSD Group: Applications/Engineering URL: http://%{name}.sourceforge.net/ Source0: http://ovh.dl.sourceforge.net/sourceforge/%{name}/ng-spice-rework-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, libXext-devel, libpng-devel, libICE-devel BuildRequires: libXaw-devel, mesa-libGL-devel %description Ngspice is a general-purpose circuit simulator program. It implements three classes of analysis: - Nonlinear DC analyses - Nonlinear Transient analyses - Linear AC analyses Ngspice implements the usual circuits elements, like resistors, capacitors, inductors (single or mutual), transmission lines and a growing number of semiconductor devices like diodes, bipolar transistors, mosfets (both bulk and SOI), mesfets, jfet and HFET. Ngspice implements the EKV model but it cannot be distributed with the package since its license does not allow to redistribute EKV source code. Ngspice integrates Xspice, a mixed-mode simulator built upon spice3c1 (and then some tweak is necessary merge it with spice3f5). Xspice provides a codemodel interface and an event-driven simulation algorithm. Users can develop their own models for devices using the codemodel interface. %package doc Summary: Documentation for ngspice, a mixed level/signal circuit simulator Group: Documentation Requires: ngspice = %{version} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description doc This package contains the documentation of ngspice in pdf, postscript and info format. %prep %setup -q -n ng-spice-rework-%{version} %build %configure \ --enable-cider \ --enable-dot-global \ --enable-predictor \ --enable-numparam \ --enable-xgraph \ --enable-xspice \ --with-x=yes \ --with-readline=yes # make in xgraph with another flag first so # that we can correctly use Fedora compiler flags. ( cd xgraph ; %{__make} \ ADDITIONAL_INCLUDES="$RPM_OPT_FLAGS" %{?_smp_mflags} ) %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} chmod 644 src/xspice/*/*.{c,h,l,y} chmod 644 src/frontend/*.{c,h} chmod 644 src/include/*.h make install DESTDIR=%{buildroot} %{__rm} -f doc/Makefile* %{__rm} -f doc/ngspice.info* chmod +x %{buildroot}%{_libdir}/spice/{xtraevt.cm,xtradev.cm,analog.cm,spice2poly.cm,digital.cm} rm -f %{buildroot}%{_libdir}/ng-spice-rework/libbsim4.a %clean rm -rf %{buildroot} %post doc /sbin/install-info --quiet --info-dir=%{_infodir}/dir %{_infodir}/%{name}.info.gz >/dev/null 2>&1 %preun doc if [ "$1" = 0 ]; then /sbin/install-info --del %{_infodir}/%{name}.info.gz --info-dir=%{_infodir}/dir >/dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc ANALYSES AUTHORS BUGS ChangeLog COPYING DEVICES INSTALL NEWS README %{_bindir}/cmpp %{_bindir}/makeidx %{_bindir}/nghelp %{_bindir}/ngmultidec %{_bindir}/ngnutmeg %{_bindir}/ngproc2mod %{_bindir}/ngsconvert %{_bindir}/%{name} %{_bindir}/xgraph %dir %{_datadir}/ng-spice-rework %{_datadir}/ng-spice-rework/helpdir %{_datadir}/ng-spice-rework/scripts %dir %{_libdir}/spice/ %{_libdir}/spice/analog.cm %{_libdir}/spice/digital.cm %{_libdir}/spice/spice2poly.cm %{_libdir}/spice/xtradev.cm %{_libdir}/spice/xtraevt.cm %files doc %defattr(-, root, root, -) %doc doc/ examples/ Stuarts_Poly_Notes FAQ %{_infodir}/ngspice.info*.* %{_mandir}/man1/ngnutmeg.1.* %{_mandir}/man1/ngsconvert.1.* %{_mandir}/man1/%{name}.1.* %{_mandir}/manm/xgraph.man.* %Changelog * Wed Aug 30 2006 Mamoru Tasaka 17-4 - Fix to pass compiler flags in xgraph. * Tue Aug 29 2006 Chitlesh Goorah 17-3 - Fixed BR and script-without-shellbang for debug file * Mon Aug 28 2006 Chitlesh Goorah 17-2 - Fixed BRs and excluded libbsim4.a - Removed duplicates and useless ldconfig from %%post * Sun Aug 27 2006 Chitlesh Goorah 17-1 - Initial Package for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 17:19:25 -0000 1.1 +++ .cvsignore 30 Aug 2006 17:24:55 -0000 1.2 @@ -0,0 +1 @@ +ng-spice-rework-17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/ngspice/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 17:19:25 -0000 1.1 +++ sources 30 Aug 2006 17:24:55 -0000 1.2 @@ -0,0 +1 @@ +abe283dea98b913a2122f085076865b1 ng-spice-rework-17.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 17:35:00 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:35:00 -0700 Subject: owners owners.list,1.1475,1.1476 Message-ID: <200608301735.k7UHZ3sE016008@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15967/owners Modified Files: owners.list Log Message: Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1475 retrieving revision 1.1476 diff -u -r1.1475 -r1.1476 --- owners.list 30 Aug 2006 16:07:14 -0000 1.1475 +++ owners.list 30 Aug 2006 17:35:00 -0000 1.1476 @@ -1014,6 +1014,7 @@ Fedora Extras|nfswatch|An NFS traffic monitoring tool|Christian.Iseli at licr.org|extras-qa at fedoraproject.org| Fedora Extras|nget|A utility for retrieving files using the NNTP protocol|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|ngrep|Network layer grep tool|oliver at linux-kernel.at|extras-qa at fedoraproject.org| +Fedora Extras|ngspice|A mixed level/signal circuit simulator|cgoorah at yahoo.com.au|extras-qa at fedoraproject.org| Fedora Extras|ninja|A text based Internet Relay Chat (IRC) client|adrian at lisas.de|extras-qa at fedoraproject.org| Fedora Extras|nip2|Interactive image processing system|adam at spicenitz.org|extras-qa at fedoraproject.org| Fedora Extras|njam|Maze-game, eat all the cookies while avoiding the badguys|j.w.r.degoede at hhs.nl|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 17:40:12 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:40:12 -0700 Subject: rpms/xcircuit/devel xcircuit.spec,1.2,1.3 Message-ID: <200608301740.k7UHeEYr016525@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16502/devel Modified Files: xcircuit.spec Log Message: bump release Index: xcircuit.spec =================================================================== RCS file: /cvs/extras/rpms/xcircuit/devel/xcircuit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xcircuit.spec 27 Aug 2006 04:57:24 -0000 1.2 +++ xcircuit.spec 30 Aug 2006 17:40:12 -0000 1.3 @@ -1,6 +1,6 @@ Name: xcircuit Version: 3.4.26 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Electronic circuit schematic drawing program License: GPL @@ -93,6 +93,9 @@ %{_mandir}/man1/%{name}.1.gz %Changelog +* Wed Aug 30 2006 Chitlesh Goorah - 3.4.26-17 +- Rebuilt for FC6 devel + * Sun Aug 26 2006 Mamoru Tasaka - 3.4.26-16 - Again. From fedora-extras-commits at redhat.com Wed Aug 30 17:43:07 2006 From: fedora-extras-commits at redhat.com (Steve Fox (drfickle)) Date: Wed, 30 Aug 2006 10:43:07 -0700 Subject: rpms/libhugetlbfs/devel .cvsignore, 1.4, 1.5 libhugetlbfs.spec, 1.6, 1.7 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608301743.k7UHh9nI016896@cvs-int.fedora.redhat.com> Author: drfickle Update of /cvs/extras/rpms/libhugetlbfs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16865 Modified Files: .cvsignore libhugetlbfs.spec sources Removed Files: needs.rebuild Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Jul 2006 20:03:09 -0000 1.4 +++ .cvsignore 30 Aug 2006 17:43:06 -0000 1.5 @@ -1,2 +1 @@ -libhugetlbfs-20060706.tar.gz -Makefile-ldscriptdir.diff +libhugetlbfs-20060825.tar.gz Index: libhugetlbfs.spec =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/libhugetlbfs.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libhugetlbfs.spec 25 Jul 2006 14:09:08 -0000 1.6 +++ libhugetlbfs.spec 30 Aug 2006 17:43:06 -0000 1.7 @@ -1,8 +1,8 @@ -%define libhugetlbfs_version 20060706 +%define libhugetlbfs_version 20060825 Name: libhugetlbfs Version: 0.%{libhugetlbfs_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: A library which provides easy access to huge pages of memory Group: System Environment/Libraries @@ -13,8 +13,6 @@ BuildRequires: kernel-devel glibc-headers Conflicts: kernel < 2.6.16 -patch0: Makefile-ldscriptdir.diff - %define ldscriptdir %{_datadir}/%{name}/ldscripts %description @@ -36,7 +34,6 @@ %prep %setup -q -n %{name}-%{libhugetlbfs_version} -%patch0 -p1 -b .fix.ld.hugetlbfs %build # Parallel builds are not reliable @@ -68,6 +65,10 @@ %{_libdir}/%{name}/tests/* %changelog +* Wed Aug 30 2006 Steve Fox - 0.20060825-1 +- New release (1.0-preview4) +- patch0 (Makefile-ldscript.diff) merged upstream + * Tue Jul 25 2006 Steve Fox - 0.20060706-4 - Bump for build system Index: sources =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Jul 2006 20:03:09 -0000 1.4 +++ sources 30 Aug 2006 17:43:06 -0000 1.5 @@ -1,2 +1 @@ -20c23abaad330cffe742407a90db66c7 libhugetlbfs-20060706.tar.gz -d0d2c8adf362420ba6a6d1aecccb79d7 Makefile-ldscriptdir.diff +401a3af11d750461762e936fd5a99532 libhugetlbfs-20060825.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 17:48:35 2006 From: fedora-extras-commits at redhat.com (Steve Fox (drfickle)) Date: Wed, 30 Aug 2006 10:48:35 -0700 Subject: rpms/libhugetlbfs/FC-5 .cvsignore, 1.5, 1.6 libhugetlbfs.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200608301748.k7UHmbFV017505@cvs-int.fedora.redhat.com> Author: drfickle Update of /cvs/extras/rpms/libhugetlbfs/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17477 Modified Files: .cvsignore libhugetlbfs.spec sources Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 20 Jul 2006 20:24:14 -0000 1.5 +++ .cvsignore 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,2 +1 @@ -libhugetlbfs-20060706.tar.gz -Makefile-ldscriptdir.diff +libhugetlbfs-20060825.tar.gz Index: libhugetlbfs.spec =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/libhugetlbfs.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libhugetlbfs.spec 25 Jul 2006 14:09:58 -0000 1.5 +++ libhugetlbfs.spec 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,8 +1,8 @@ -%define libhugetlbfs_version 20060706 +%define libhugetlbfs_version 20060825 Name: libhugetlbfs Version: 0.%{libhugetlbfs_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library which provides easy access to huge pages of memory Group: System Environment/Libraries @@ -13,8 +13,6 @@ BuildRequires: kernel-devel glibc-headers Conflicts: kernel < 2.6.16 -patch0: Makefile-ldscriptdir.diff - %define ldscriptdir %{_datadir}/%{name}/ldscripts %description @@ -36,7 +34,6 @@ %prep %setup -q -n %{name}-%{libhugetlbfs_version} -%patch0 -p1 -b .fix.ld.hugetlbfs %build # Parallel builds are not reliable @@ -68,6 +65,10 @@ %{_libdir}/%{name}/tests/* %changelog +* Wed Aug 30 2006 Steve Fox - 0.20060825-1 +- New release (1.0-preview4) +- patch0 (Makefile-ldscript.diff) merged upstream + * Tue Jul 25 2006 Steve Fox - 0.20060706-2 - Don't use parallel build as it has random failures Index: sources =================================================================== RCS file: /cvs/extras/rpms/libhugetlbfs/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 Jul 2006 20:24:14 -0000 1.5 +++ sources 30 Aug 2006 17:48:35 -0000 1.6 @@ -1,2 +1 @@ -20c23abaad330cffe742407a90db66c7 libhugetlbfs-20060706.tar.gz -d0d2c8adf362420ba6a6d1aecccb79d7 Makefile-ldscriptdir.diff +401a3af11d750461762e936fd5a99532 libhugetlbfs-20060825.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 17:51:49 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:51:49 -0700 Subject: rpms/xcircuit import.log,1.8,1.9 Message-ID: <200608301751.k7UHppXn017824@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17788 Modified Files: import.log Log Message: auto-import xcircuit-3.4.26-17 on branch devel from xcircuit-3.4.26-17.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xcircuit/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- import.log 26 Aug 2006 19:37:47 -0000 1.8 +++ import.log 30 Aug 2006 17:51:49 -0000 1.9 @@ -5,3 +5,4 @@ xcircuit-3_4_26-12:FC-5:xcircuit-3.4.26-12.src.rpm:1156625071 xcircuit-3_4_26-13:FC-5:xcircuit-3.4.26-13.src.rpm:1156626552 xcircuit-3_4_26-14:FC-5:xcircuit-3.4.26-14.src.rpm:1156628462 +xcircuit-3_4_26-17:HEAD:xcircuit-3.4.26-17.src.rpm:1156960519 From fedora-extras-commits at redhat.com Wed Aug 30 17:51:50 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 10:51:50 -0700 Subject: rpms/xcircuit/devel needs.rebuild,1.1,NONE Message-ID: <200608301751.k7UHpqNX017827@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/xcircuit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17788/devel Removed Files: needs.rebuild Log Message: auto-import xcircuit-3.4.26-17 on branch devel from xcircuit-3.4.26-17.src.rpm --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:01:20 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Wed, 30 Aug 2006 11:01:20 -0700 Subject: rpms/jack-audio-connection-kit/devel needs.rebuild,1.1,NONE Message-ID: <200608301801.k7UI1Nmh021523@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21504 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:02:05 2006 From: fedora-extras-commits at redhat.com (Andy Shevchenko (andriy)) Date: Wed, 30 Aug 2006 11:02:05 -0700 Subject: rpms/qstat/devel needs.rebuild,1.1,NONE Message-ID: <200608301802.k7UI27ae021582@cvs-int.fedora.redhat.com> Author: andriy Update of /cvs/extras/rpms/qstat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21568 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:10:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:14 -0700 Subject: rpms/lesstif/devel - New directory Message-ID: <200608301810.k7UIAGUC022351@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22319/lesstif/devel Log Message: Directory /cvs/extras/rpms/lesstif/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 18:10:13 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:13 -0700 Subject: rpms/lesstif - New directory Message-ID: <200608301810.k7UIAFdt022348@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22319/lesstif Log Message: Directory /cvs/extras/rpms/lesstif added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 18:10:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:35 -0700 Subject: rpms/lesstif Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608301810.k7UIAbJo022437@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22400 Added Files: Makefile import.log Log Message: Setup of module lesstif --- NEW FILE Makefile --- # Top level Makefile for module lesstif all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 18:10:35 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:10:35 -0700 Subject: rpms/lesstif/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608301810.k7UIAbKa022444@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22400/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module lesstif --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 18:11:54 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:11:54 -0700 Subject: rpms/lesstif import.log,1.1,1.2 Message-ID: <200608301811.k7UIBuRj022643@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22603 Modified Files: import.log Log Message: auto-import lesstif-0.95.0-7 on branch devel from lesstif-0.95.0-7.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/lesstif/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 30 Aug 2006 18:10:34 -0000 1.1 +++ import.log 30 Aug 2006 18:11:54 -0000 1.2 @@ -0,0 +1 @@ +lesstif-0_95_0-7:HEAD:lesstif-0.95.0-7.src.rpm:1156961358 From fedora-extras-commits at redhat.com Wed Aug 30 18:11:55 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:11:55 -0700 Subject: rpms/lesstif/devel lesstif-Makefile.in.diff, NONE, 1.1 lesstif-motif-config-use_libdir.diff, NONE, 1.1 lesstif-xmbind, NONE, 1.1 lesstif.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608301811.k7UIBvwe022652@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22603/devel Modified Files: .cvsignore sources Added Files: lesstif-Makefile.in.diff lesstif-motif-config-use_libdir.diff lesstif-xmbind lesstif.spec Log Message: auto-import lesstif-0.95.0-7 on branch devel from lesstif-0.95.0-7.src.rpm lesstif-Makefile.in.diff: --- NEW FILE lesstif-Makefile.in.diff --- diff -u --recursive lesstif-0.95.0-orig/clients/Motif-2.1/mwm/Makefile.in lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.in --- lesstif-0.95.0-orig/clients/Motif-2.1/mwm/Makefile.in 2006-06-10 11:35:34.000000000 +0200 +++ lesstif-0.95.0/clients/Motif-2.1/mwm/Makefile.in 2006-08-23 00:27:05.000000000 +0200 @@ -301,7 +301,7 @@ $(X_LIBS) $(XPLIB) -lXt $(X_PRE_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) appdir = $(libdir)/X11/app-defaults -mwmddir = $(libdir)/X11/mwm +mwmddir = $(sysconfdir)/mwm mwmd_DATA = system.mwmrc alt.map README AM_YFLAGS = -d all: all-am diff -u --recursive lesstif-0.95.0-orig/lib/Dt/Makefile.in lesstif-0.95.0/lib/Dt/Makefile.in --- lesstif-0.95.0-orig/lib/Dt/Makefile.in 2006-06-10 11:35:38.000000000 +0200 +++ lesstif-0.95.0/lib/Dt/Makefile.in 2006-08-23 00:28:39.000000000 +0200 @@ -248,7 +248,8 @@ infodir = @infodir@ install_sh = @install_sh@ lib_version_suffix = @lib_version_suffix@ -libdir = $(exec_prefix)/lib +#libdir = $(exec_prefix)/lib +libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ man2html_cmd = @man2html_cmd@ Seulement dans lesstif-0.95.0: Makefile.in.orig Seulement dans lesstif-0.95.0: Makefile.in.rej lesstif-motif-config-use_libdir.diff: --- NEW FILE lesstif-motif-config-use_libdir.diff --- --- lesstif-0.95.0/scripts/motif-config.in.multilib 2006-08-30 18:22:22.000000000 +0200 +++ lesstif-0.95.0/scripts/motif-config.in 2006-08-30 18:22:04.000000000 +0200 @@ -2,14 +2,15 @@ # # $Header: /cvsroot/lesstif/lesstif/scripts/motif-config.in,v 1.2 2005/01/14 19:36:00 dannybackx Exp $ # -L="@prefix@" +prefix="@prefix@" +exec_prefix="@exec_prefix@" +libdir="@libdir@" +includedir="@includedir@" XC="@X_CFLAGS@" XL="@X_LIBS@" XR="@XRENDER_LIBS@" V="@PACKAGE_NAME@ @PACKAGE_VERSION@" -prefix=$L -exec_prefix=$L exec_prefix_set=no usage() @@ -80,10 +81,10 @@ fi if test "$echo_cflags" = "yes"; then - echo "-I$L/include $XC" + echo "-I$includedir $XC" fi if test "$echo_libs" = "yes"; then - echo "-L$L/lib -L/usr/X11R6/lib -lXm -lXt $my_glib_libs $XR -lXext -lX11" + echo "-L$libdir -lXm -lXt $my_glib_libs $XR -lXext -lX11" fi --- NEW FILE lesstif-xmbind --- #! /bin/sh if [ -x /usr/bin/xmbind ] ; then /usr/bin/xmbind fi --- NEW FILE lesstif.spec --- Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 Release: 7%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 #Source: http://dl.sf.net/lesstif/lesstif-%{version}.tar.bz2 Source: http://belnet.dl.sourceforge.net/sourceforge/lesstif/lesstif-%{version}.tar.bz2 Source1: lesstif-xmbind # put mwm conf file in %{_sysconfdir}, and install Dt in %_libdir Patch0: lesstif-Makefile.in.diff # have motif-config honor libdir Patch1: lesstif-motif-config-use_libdir.diff Url: http://www.lesstif.org/ #Obsoletes: openmotif #Provides: openmotif #Conflicts: openmotif # monolithic X #BuildRequires: xorg-x11-devel #BuildRequires: xorg-x11-deprecated-libs-devel BuildRequires: libXp-devel libXt-devel libXext-devel BuildRequires: freetype-devel fontconfig-devel # lynx is used to transform html in txt BuildRequires: lynx # for tests, not used now. # Missing X11/bitmaps/{Excl,...} required for another test. BuildRequires: libGLw-devel BuildRequires: bison BuildRequires: flex # needed for aclocal, to find the aclocal dir for the autoconf macro BuildRequires: automake Requires: xorg-x11-xinit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description LessTif is a free replacement for OSF/Motif(R), which provides a full set of widgets for application development (menus, text entry areas, scrolling windows, etc.). LessTif is source compatible with OSF/Motif(R). This package provides the lesstif runtime libraries. %package clients Summary: Command line utilities for LessTif Group: Applications/System Requires: %{name} = %{version}-%{release} %description clients Command line utilities for LessTif: * xmbind configures the virtual key bindings of LessTif applications. * uil is a user interface language compiler. %package mwm Summary: Lesstif Motif window manager clone based on fvwm Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} %description mwm "mwm" window manager that adheres largely to the Motif mwm specification. Based on fvwm. %package devel Summary: Header files for LessTif/Motif development Group: Development/Libraries Requires: libXt-devel libXp-devel imake # for %{_datadir}/aclocal/ Requires: automake Requires: %{name} = %{version}-%{release} #Obsoletes: openmotif-devel #Provides: openmotif-devel Conflicts: openmotif-devel #Obsoletes: lesstif-1.2-devel #Obsoletes: lesstif-2.0-devel #Provides: lesstif-1.2-devel #Provides: lesstif-2.0-devel %description devel Lesstif-devel contains the lesstif static library and header files required to develop Motif based applications using LessTif. If you want to develop LessTif applications, you'll need to install lesstif-devel along with lesstif. %prep %setup -q chmod a-x COPYING* doc/www.lesstif.org/BUG-HUNTING.html %patch0 -p1 %patch1 -p1 -b .multilib # those substitutions are not usefull, since the symbols are defined # in the Makefile, but it is clearer like that sed -i -e 's:"/usr/X11/include":"%{_includedir}":' \ -e 's:"/usr/lib/X11/mwm":"%{_sysconfdir}/mwm":' clients/Motif-2.1/mwm/mwm.h %build # --enable-shared --disable-static is the default # the x libs and includes are empty in the default case, but we need to # have a non empty include defined (for a substitution in mwm) %configure \ --enable-shared \ --disable-static \ --with-xdnd \ --enable-production \ --disable-debug \ --x-includes=%{_includedir} \ --x-libraries=%{_libdir} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT \ appdir='%{_datadir}/X11/app-defaults' configdir='%{_datadir}/X11/config' rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_prefix}/LessTif # install a script that launches xmbind in xinit mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/xmbind.sh # correct the paths in mxmkmf sed -i -e 's:"\${xprefix}/lib/X11/config":%{_datadir}/X11/config":' \ -e 's:"\${lprefix}/lib/LessTif/config":%{_datadir}/X11/config":' \ $RPM_BUILD_ROOT%{_bindir}/mxmkmf # this is referenced into mwm mkdir -p $RPM_BUILD_ROOT%{_includedir}/X11/bitmaps/ # will be in in %%doc rm $RPM_BUILD_ROOT%{_sysconfdir}/mwm/README $RPM_BUILD_ROOT%{_sysconfdir}/mwm/alt.map # the corresponding file is not shipped rm $RPM_BUILD_ROOT%{_mandir}/man*/ltversion* # prepare docs cp -a doc clean_docs find clean_docs -name 'Makefile*' -exec rm {} \; rm clean_docs/lessdox/clients/*.1 clean_docs/lessdox/clients/*.5 rm clean_docs/lessdox/widgets/*.3 # remove the empty directory rmdir clean_docs/lessdox/functions %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING COPYING.LIB CREDITS AUTHORS BUG-REPORTING FAQ README %doc NEWS ReleaseNotes.html ReleaseNotes.txt %{_libdir}/lib*.so.* %{_mandir}/man1/lesstif* %{_mandir}/man5/VirtualBindings* %files mwm %defattr(-,root,root,-) %doc clients/Motif-2.1/mwm/README clients/Motif-2.1/mwm/alt.map %dir %{_sysconfdir}/mwm/ %config(noreplace) %{_sysconfdir}/mwm/system.mwmrc %{_includedir}/X11/bitmaps/ %{_bindir}/mwm %{_mandir}/man*/mwm* %{_datadir}/X11/app-defaults/Mwm %files clients %defattr(-,root,root,-) %{_sysconfdir}/X11/xinit/xinitrc.d/*xmbind.sh %{_bindir}/xmbind* %{_bindir}/uil %{_mandir}/man1/uil* %{_mandir}/man1/xmbind* %files devel %defattr(-,root,root,-) %doc clean_docs/* %{_bindir}/motif-config %{_bindir}/mxmkmf %{_includedir}/Dt/ %{_includedir}/Mrm/ %{_includedir}/Xm/ %{_includedir}/uil/ %{_libdir}/lib*.so # not shipped #%{_mandir}/man1/ltversion* %{_mandir}/man3/* %{_datadir}/aclocal/ac_find_motif.m4 %{_datadir}/X11/config/* %changelog * Wed Aug 30 2006 Patrice Dumas 0.95.0-7 - add a patch such that motif-config honors libdir * Wed Aug 30 2006 Patrice Dumas 0.95.0-6 - split out a clients package that contains xmbind and uil * Wed Aug 23 2006 Patrice Dumas 0.95.0-5 - fix in Dt for x86_64, adapted from Dominik's patch - don't hardcode /usr/include and /usr/lib - add a Conflict for openmotif-devel * Mon Aug 21 2006 Patrice Dumas 0.95.0-4 - BuildRequires fontconfig-devel * Mon Aug 21 2006 Patrice Dumas 0.95.0-3 - BuildRequires libGLw-devel - remove openmotif Obsoletes/Provides - add versioning to the Obsoletes/Provides for lesstif-clients * Sun Aug 20 2006 Patrice Dumas 0.95.0-2 - BuildRequires automake for the shipped autoconf macro - add %%dist in release - tie mwm to the lesstif version and release * Sat Aug 19 2006 Patrice Dumas 0.95.0-1 - update to 0.95.0 - fix paths in mwm and mxmkmf - adapt to modular X * Fri Nov 26 2004 Thomas Woerner 0.93.36-7 - fixed CAN-2004-0687 (integer overflows) and CAN-2004-0688 (stack overflows) in embedded Xpm library (#135080) - latest Xpm patches: CAN-2004-0914 (#135081) * Tue Jun 15 2004 Elliot Lee - rebuilt * Wed Mar 17 2004 Karsten Hopp 0.93.36-5.2 - remove XFree86 requirement, lesstif doesn't require an X server to be installed on the same machine lesstif is installed on (#118478) * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Tue Dec 17 2002 Thomas Woerner 0.93.36-2 - renamed RPM tags in changelog * Sat Nov 9 2002 Than Ngo 0.93.36-1 - update to 0.93.36 * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 19 2002 Than Ngo 0.93-18-4 - fixed bug #66939 * Thu May 23 2002 Tim Powers - automated rebuild * Wed Feb 27 2002 Than Ngo 0.93-18-2 - rebuild * Tue Feb 19 2002 Bernhard Rosenkraenzer 0.93.18-1 - 0.93.18 - Fix download URL * Wed Jan 16 2002 Than Ngo 0.93-15-4 - get rid of lesstif-mwm, use mwm in openmotif - fix lesstif so that it can be installed with openmotif - build only lesstif 1.x since openmotif is in 8.0 * Thu Nov 29 2001 Than Ngo 0.93.15-2 - add missing header files * Wed Nov 28 2001 Than Ngo 0.93.15-1 - updated to 0.93.15 - fixed bug #56780, #56573, #56821 - sub package mwm - libXbae and libXlt as separate packages - disable lesstif 2.x - clean up patch file for 0.93.15 * Mon Aug 13 2001 Than Ngo 0.92-32-6 - fix bug #51595, #51411 * Wed Aug 8 2001 Than Ngo - owns some directories (bug #51154) * Tue Jul 24 2001 Tim Powers - fix dangling symlinks (/usr/X11R6/LessTif/Motif1.2/bin was missing from the filelist) * Wed Jul 04 2001 Than Ngo 0.92.32-3 - fix package group (Bug #47281) - Copyright -> License * Tue Jun 12 2001 Than Ngo - enable Motif 1.2 as default * Sat May 02 2001 Than Ngo - update to 0.92.32 - enable Motif 2.1 - add conflict with openmotif - add BuildRequires * Mon Feb 05 2001 Than Ngo - Obsoletes Xbae, It's a part in lesstif and is up to date. * Tue Dec 19 2000 Than Ngo - update to 0.92.0 - bzip2 sources - add %%clean * Mon Jul 24 2000 Prospector - rebuilt * Thu Jul 13 2000 Than Ngo - fix permission of Xm and Mrm * Wed Jul 12 2000 Than Ngo - rebuilt * Wed May 31 2000 Than Ngo - update to 0.91.0 - fix conflict with openmotif - remove part lesstif 2.0 - cleanup specfile * Sun Apr 16 2000 Bernhard Rosenkraenzer - 0.90.0 - handle gzip'ed man pages * Tue Feb 1 2000 Bernhard Rosenkraenzer - fix a typo in files list (lib*.a, not lib.*a) * Wed Jan 19 2000 Bernhard Rosenkraenzer - 0.89.9 - Fix packaging issues (Bug #8607) - bzip2 source to save space - disable debugging * Sun Nov 21 1999 Bernhard Rosenkraenzer - 0.89.4 - some spec file cleanups - handle RPM_OPT_FLAGS * Thu Jul 2 1999 Tim Powers - added 1.2-devel and 2.0-devel descriptions and file lists - made default build 2.0 - changed decriptions for all packages - added Requires: to 1.2-devel, 2.0-devel, clients, and mwm - built for Powertools * Thu Apr 30 1998 C. Scott Ananian (0.83+) - Updated to lessdoc-current. - Removes Lessdox package (integrated into lesstif) * Tue Mar 31 1998 C. Scott Ananian (0.83+) - Removed pedantic.patch - Removed lesstif-M12 (Motif 1.2 wrapper) - Reviewed installation and fixed %%files sections. - Added patch to fix a bug which causes mozilla to crash. - Added patch to fix the include prefix on install. * Sun Jul 20 1997 Tomasz K??oczko (0.80-2) - added to all %%doc %%attr macros (this allow build package from normal user account), - some simplification in %%files (%doc). * Wed Jul 9 1997 Tomasz K??oczko - added using %%{PACKAGE_VERSION} macro in "Source:" and %files, - added additional parameter "--enable-build-12" to runing configure, - added %%posun and %%clear, - in %%post and %%postun ldconfig is called as parameter with "-p" (this feature is avalable in rpm >= 2.4.3 and you must have this version and if you want recompile package from src.rpm you must have new version rpm), - added package lesstif-M12 simpe Motif 1.2 wrapper, - simplified %%install section, - added %%attr macros in %%files sections, - added striping shared libraries, - added URL field, - added Lessdox - a html development documentation to lesstif-devel, - added lesstif-0.80public-nopedantic.patch, this allow compile lesstif on sparc by removing "-pedantic" from CFLAGS. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Aug 2006 18:10:35 -0000 1.1 +++ .cvsignore 30 Aug 2006 18:11:55 -0000 1.2 @@ -0,0 +1 @@ +lesstif-0.95.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Aug 2006 18:10:35 -0000 1.1 +++ sources 30 Aug 2006 18:11:55 -0000 1.2 @@ -0,0 +1 @@ +ab895165c149d7f95843c7584b1c7ad4 lesstif-0.95.0.tar.bz2 From fedora-extras-commits at redhat.com Wed Aug 30 18:14:05 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Wed, 30 Aug 2006 11:14:05 -0700 Subject: rpms/kpolynome/devel needs.rebuild,1.1,NONE Message-ID: <200608301814.k7UIE7IL022878@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/kpolynome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22861/devel Removed Files: needs.rebuild Log Message: rebuild done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 18:33:09 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 11:33:09 -0700 Subject: owners owners.list,1.1476,1.1477 Message-ID: <200608301833.k7UIXBbv024662@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24643 Modified Files: owners.list Log Message: add lesstif Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1476 retrieving revision 1.1477 diff -u -r1.1476 -r1.1477 --- owners.list 30 Aug 2006 17:35:00 -0000 1.1476 +++ owners.list 30 Aug 2006 18:33:09 -0000 1.1477 @@ -744,6 +744,7 @@ Fedora Extras|ldns|Lowlevel DNS(SEC) library with API|paul at xtdnet.nl|extras-qa at fedoraproject.org| Fedora Extras|leafnode|A leafsite NNTP server|davidhart at tqmcube.com|extras-qa at fedoraproject.org| Fedora Extras|leafpad|GTK+ based simple text editor|ivazquez at ivazquez.net|extras-qa at fedoraproject.org| +Fedora Extras|lesstif|OSF/Motif(R) library clone|pertusus at free.fr|extras-qa at fedoraproject.org| Fedora Extras|lft|Alternate traceroute tool|ville.skytta at iki.fi|extras-qa at fedoraproject.org| Fedora Extras|lib3ds|The 3D Studio File Format Library|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|lib765|765 chipset library for use with the Fuse emulator|paul at all-the-johnsons.co.uk|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Wed Aug 30 18:34:47 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 30 Aug 2006 11:34:47 -0700 Subject: rpms/ktorrent/devel .cvsignore, 1.4, 1.5 ktorrent.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <200608301834.k7UIYoY9024842@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24821 Modified Files: .cvsignore ktorrent.spec sources Log Message: minor bugfix update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Aug 2006 16:40:20 -0000 1.4 +++ .cvsignore 30 Aug 2006 18:34:47 -0000 1.5 @@ -1,2 +1 @@ -ktorrent-2.0.tar.gz -ktorrent-2.0.1.tar.gz +ktorrent-2.0.2.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/ktorrent.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ktorrent.spec 28 Aug 2006 22:17:20 -0000 1.10 +++ ktorrent.spec 30 Aug 2006 18:34:47 -0000 1.11 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0.1 -Release: 3%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz +Source0: http://ktorrent.org/downloads/2.0.2/ktorrent-2.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 30 2006 Roland Wolters 2.0.2-1 +- minor bugfix update + * Tue Aug 29 2006 Roland Wolters 2.0.1-3 - mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Aug 2006 16:40:20 -0000 1.4 +++ sources 30 Aug 2006 18:34:47 -0000 1.5 @@ -1,2 +1 @@ -c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz -170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz +6e6233e8f7104639f2929abeb7320333 ktorrent-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 18:37:53 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Wed, 30 Aug 2006 11:37:53 -0700 Subject: rpms/qtparted/FC-5 qtparted-0.4.5-PED_SECTOR_SIZE.patch, NONE, 1.1 qtparted.spec, 1.12, 1.13 Message-ID: <200608301837.k7UIbutT025211@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/qtparted/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25182 Modified Files: qtparted.spec Added Files: qtparted-0.4.5-PED_SECTOR_SIZE.patch Log Message: Sync with devel. qtparted-0.4.5-PED_SECTOR_SIZE.patch: --- NEW FILE qtparted-0.4.5-PED_SECTOR_SIZE.patch --- --- qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:49:42.000000000 +0100 +++ qtparted-0.4.5/src/qp_libparted.h 2006-06-02 17:51:18.000000000 +0100 @@ -35,6 +35,10 @@ #include "qtparted.h" #include "qp_devlist.h" +#ifndef PED_SECTOR_SIZE +#define PED_SECTOR_SIZE PED_SECTOR_SIZE_DEFAULT +#endif + class QP_PartWidget; class QP_ListViewItem; class QP_LibParted; Index: qtparted.spec =================================================================== RCS file: /cvs/extras/rpms/qtparted/FC-5/qtparted.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- qtparted.spec 13 Feb 2006 18:16:37 -0000 1.12 +++ qtparted.spec 30 Aug 2006 18:37:53 -0000 1.13 @@ -2,7 +2,7 @@ Name: qtparted Version: 0.4.5 -Release: 4%{?dist} +Release: 9%{?dist} Summary: Partition Magic clone written in C++ using the Qt toolkit Group: Applications/System @@ -13,6 +13,7 @@ Source2: %{name}.consoleapp Source3: %{name}.qtpartedrc Patch0: %{name}-desktop.patch +Patch1: qtparted-0.4.5-PED_SECTOR_SIZE.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel >= 1:3.1.0, parted-devel >= 1.6.6 @@ -28,7 +29,7 @@ %prep %setup -q %patch0 -p0 - +%patch1 -p1 %build export QTDIR="%{qtdir}" @@ -107,6 +108,21 @@ %changelog +* Mon Aug 28 2006 Steven Pritchard - 0.4.5-9 +- Rebuild. + +* Fri Jun 02 2006 Steven Pritchard - 0.4.5-8 +- Oops, really add the patch this time. + +* Fri Jun 02 2006 Steven Pritchard - 0.4.5-7 +- Rebuild with qtparted-0.4.5-PED_SECTOR_SIZE.patch (from Paul Howarth). + +* Sat May 20 2006 Steven Pritchard - 0.4.5-6 +- Rebuild. + +* Fri Apr 14 2006 Steven Pritchard - 0.4.5-5 +- Rebuild. + * Mon Feb 13 2006 Steven Pritchard - 0.4.5-4 - Rebuild. From fedora-extras-commits at redhat.com Wed Aug 30 18:40:52 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 11:40:52 -0700 Subject: rpms/gnubg/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 gnubg.spec, 1.2, 1.3 Message-ID: <200608301840.k7UIesRp025456@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/gnubg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25432 Modified Files: .cvsignore sources gnubg.spec Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 20060629-1 - Rebuild for Fedora Extras 6; bumped to upstream version 20060629 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Jun 2006 19:27:00 -0000 1.2 +++ .cvsignore 30 Aug 2006 18:40:52 -0000 1.3 @@ -1 +1 @@ -gnubg-20060530.tar.gz +gnubg-20060629.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Jun 2006 19:27:00 -0000 1.2 +++ sources 30 Aug 2006 18:40:52 -0000 1.3 @@ -1 +1 @@ -ae822f46286b2a719da4d84a3637b668 gnubg-20060530.tar.gz +cd74f95712368e9d1edba25f5ad94996 gnubg-20060629.tar.gz Index: gnubg.spec =================================================================== RCS file: /cvs/extras/rpms/gnubg/devel/gnubg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnubg.spec 30 Aug 2006 16:56:46 -0000 1.2 +++ gnubg.spec 30 Aug 2006 18:40:52 -0000 1.3 @@ -2,8 +2,8 @@ License: GPL Group: Amusements/Games Summary: A backgammon game and analyser -Version: 20060626 -Release: 2%{?dist} +Version: 20060629 +Release: 1%{?dist} Source0: http://www.acepoint.de/GnuBG/sources/%{name}-%{version}.tar.gz Source1: gnubg.weights Source2: gnubg.desktop @@ -122,8 +122,8 @@ %ghost %{_datadir}/gnubg/scripts/*.pyo %changelog -* Wed Aug 30 2006 Joost Soeterbroek -- Rebuild for Fedora Extras 6 +* Wed Aug 30 2006 Joost Soeterbroek - 20060629-1 +- Rebuild for Fedora Extras 6; bumped to upstream version 20060629 * Mon Jun 26 2006 - Joost Soeterbroek - 20060626-1 - update to new upstream version * Tue Jun 6 2006 - Joost Soeterbroek - 20060530-5 From fedora-extras-commits at redhat.com Wed Aug 30 18:47:02 2006 From: fedora-extras-commits at redhat.com (Roland Wolters (liquidat)) Date: Wed, 30 Aug 2006 11:47:02 -0700 Subject: rpms/ktorrent/FC-5 .cvsignore, 1.4, 1.5 ktorrent.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200608301847.k7UIl4rc026080@cvs-int.fedora.redhat.com> Author: liquidat Update of /cvs/extras/rpms/ktorrent/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26057 Modified Files: .cvsignore ktorrent.spec sources Log Message: minor bugfix update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 21 Aug 2006 17:05:04 -0000 1.4 +++ .cvsignore 30 Aug 2006 18:47:02 -0000 1.5 @@ -1,2 +1 @@ -ktorrent-2.0.tar.gz -ktorrent-2.0.1.tar.gz +ktorrent-2.0.2.tar.gz Index: ktorrent.spec =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/ktorrent.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ktorrent.spec 28 Aug 2006 22:17:58 -0000 1.6 +++ ktorrent.spec 30 Aug 2006 18:47:02 -0000 1.7 @@ -1,13 +1,13 @@ %define desktopvendor fedora Name: ktorrent -Version: 2.0.1 -Release: 3%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: A BitTorrent program for KDE Group: Applications/Internet License: GPL URL: http://ktorrent.pwsp.net/ -Source0: http://ktorrent.org/downloads/2.0.1/ktorrent-2.0.1.tar.gz +Source0: http://ktorrent.org/downloads/2.0.2/ktorrent-2.0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel kdelibs-devel desktop-file-utils gettext gmp-devel @@ -125,6 +125,9 @@ %{_datadir}/servicetypes/ktorrentplugin.desktop %changelog +* Tue Aug 30 2006 Roland Wolters 2.0.2-1 +- minor bugfix update + * Tue Aug 29 2006 Roland Wolters 2.0.1-3 - mass rebuild Index: sources =================================================================== RCS file: /cvs/extras/rpms/ktorrent/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 21 Aug 2006 17:05:04 -0000 1.4 +++ sources 30 Aug 2006 18:47:02 -0000 1.5 @@ -1,2 +1 @@ -c756408fb2629c480d959254f75762df ktorrent-2.0.tar.gz -170f1cf149163dbcd0d50f2387a02f12 ktorrent-2.0.1.tar.gz +6e6233e8f7104639f2929abeb7320333 ktorrent-2.0.2.tar.gz From fedora-extras-commits at redhat.com Wed Aug 30 20:09:54 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:09:54 -0700 Subject: rpms/trac/devel trac.spec,1.7,1.8 needs.rebuild,1.1,NONE Message-ID: <200608302009.k7UK9un6005355@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/trac/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5332 Modified Files: trac.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-2 - rebuild for Fedora Extras 6 Index: trac.spec =================================================================== RCS file: /cvs/extras/rpms/trac/devel/trac.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- trac.spec 6 Jul 2006 19:16:05 -0000 1.7 +++ trac.spec 30 Aug 2006 20:09:54 -0000 1.8 @@ -2,7 +2,7 @@ Name: trac Version: 0.9.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -109,6 +109,9 @@ %{_mandir}/man8/tracd.8* %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.9.6-2 +- rebuild for Fedora Extras 6 + * Thu Jul 6 2006 Joost Soeterbroek - 0.9.6-1 - upstream release 0.9.6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:12:59 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:12:59 -0700 Subject: rpms/xmms-cdread/devel xmms-cdread.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608302013.k7UKD19P005615@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/xmms-cdread/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5596 Modified Files: xmms-cdread.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.14-12 - rebuild for Fedora Extras 6 Index: xmms-cdread.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-cdread/devel/xmms-cdread.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xmms-cdread.spec 13 Apr 2006 16:43:34 -0000 1.12 +++ xmms-cdread.spec 30 Aug 2006 20:12:59 -0000 1.13 @@ -3,7 +3,7 @@ Summary: Digital audio CD input plugin for XMMS Name: xmms-cdread Version: 0.14 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.xmms.org/ @@ -47,6 +47,9 @@ %exclude %{xmmsinputdir}/libcdread.la %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.14-12 +- rebuild for Fedora Extras 6 + * Thu Apr 13 2006 Joost Soeterbroek - 0.14-11 - bumped release to stay in sync with FC-4 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:32:52 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:32:52 -0700 Subject: rpms/gkrellm-hddtemp/devel gkrellm-hddtemp.spec,1.8,1.9 Message-ID: <200608302032.k7UKWs0J006930@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-hddtemp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6913 Modified Files: gkrellm-hddtemp.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.2-0.6.beta - Use sed instead of perl during build. Index: gkrellm-hddtemp.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-hddtemp/devel/gkrellm-hddtemp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-hddtemp.spec 16 Feb 2006 07:11:57 -0000 1.8 +++ gkrellm-hddtemp.spec 30 Aug 2006 20:32:52 -0000 1.9 @@ -1,6 +1,6 @@ Name: gkrellm-hddtemp Version: 0.2 -Release: 0.5.beta%{?dist} +Release: 0.6.beta%{?dist} Summary: Hard disk temperature plugin for GKrellM Group: Applications/System @@ -20,7 +20,7 @@ %prep %setup -q -n %{name}-%{version}-beta -perl -pi -e "s|^(CFLAGS=.+?)$|\$1 $RPM_OPT_FLAGS|" Makefile +sed -i -e 's|^\(CFLAGS=.*\)|\1 $(RPM_OPT_FLAGS)|' Makefile %build @@ -44,6 +44,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.2-0.6.beta +- Use sed instead of perl during build. + * Thu Feb 16 2006 Ville Skytt?? - 0.2-0.5.beta - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:34:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:34:41 -0700 Subject: rpms/gkrellm-volume/devel gkrellm-volume.spec,1.8,1.9 Message-ID: <200608302034.k7UKYh7G007122@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-volume/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7105 Modified Files: gkrellm-volume.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.1.13-4 - Rebuild. Index: gkrellm-volume.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-volume/devel/gkrellm-volume.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-volume.spec 15 Feb 2006 20:28:08 -0000 1.8 +++ gkrellm-volume.spec 30 Aug 2006 20:34:41 -0000 1.9 @@ -2,7 +2,7 @@ Name: gkrellm-volume Version: 2.1.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GKrellM volume plugin Group: Applications/Multimedia @@ -55,6 +55,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.1.13-4 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.1.13-3 - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:36:03 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:36:03 -0700 Subject: rpms/gkrellm-weather/devel gkrellm-weather.spec,1.8,1.9 Message-ID: <200608302036.k7UKa5ih007216@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-weather/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7195 Modified Files: gkrellm-weather.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.0.7-3 - Rebuild. Index: gkrellm-weather.spec =================================================================== RCS file: /cvs/extras/rpms/gkrellm-weather/devel/gkrellm-weather.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gkrellm-weather.spec 15 Feb 2006 20:34:44 -0000 1.8 +++ gkrellm-weather.spec 30 Aug 2006 20:36:03 -0000 1.9 @@ -3,7 +3,7 @@ Name: gkrellm-weather Version: 2.0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Weather plugin for GKrellM Group: Applications/System @@ -59,6 +59,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.0.7-3 +- Rebuild. + * Wed Feb 15 2006 Ville Skytt?? - 2.0.7-2 - Rebuild, cosmetics. From fedora-extras-commits at redhat.com Wed Aug 30 20:39:58 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 13:39:58 -0700 Subject: rpms/gkrellm-themes/devel needs.rebuild,1.1,NONE Message-ID: <200608302040.k7UKe0us007614@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gkrellm-themes/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7594 Removed Files: needs.rebuild Log Message: Does not benefit from a rebuild. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 19:58:08 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 12:58:08 -0700 Subject: rpms/ltsp-utils/devel ltsp-utils.spec, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608301958.k7UJwAlm002316@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/ltsp-utils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2299 Modified Files: ltsp-utils.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 0.25-4 - rebuild for Fedora Extras 6 Index: ltsp-utils.spec =================================================================== RCS file: /cvs/extras/rpms/ltsp-utils/devel/ltsp-utils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ltsp-utils.spec 23 Apr 2006 17:59:48 -0000 1.2 +++ ltsp-utils.spec 30 Aug 2006 19:58:08 -0000 1.3 @@ -1,7 +1,7 @@ Summary: Linux Terminal Server Project (ltsp.org) utilities Name: ltsp-utils Version: 0.25 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL URL: http://www.ltsp.org Group: Applications/System @@ -44,6 +44,8 @@ %{_sbindir}/ltspcfg %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 0.25-4 +- rebuild for Fedora Extras 6 * Sun Apr 23 2006 Joost Soeterbroek - 0.25-3 - added %dist macro to Release * Sun Apr 23 2006 Joost Soeterbroek - 0.25-2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 19:48:41 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 12:48:41 -0700 Subject: rpms/xmms-alarm/devel xmms-alarm.spec,1.11,1.12 Message-ID: <200608301948.k7UJmhis001637@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-alarm/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1620 Modified Files: xmms-alarm.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 0.3.7-5 - Rebuild. Index: xmms-alarm.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-alarm/devel/xmms-alarm.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xmms-alarm.spec 20 May 2006 17:20:19 -0000 1.11 +++ xmms-alarm.spec 30 Aug 2006 19:48:41 -0000 1.12 @@ -2,7 +2,7 @@ Name: xmms-alarm Version: 0.3.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Plugin for using XMMS as an alarm clock License: GPL @@ -49,6 +49,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 0.3.7-5 +- Rebuild. + * Sat May 20 2006 Ville Skytt?? - 0.3.7-4 - Honor $RPM_OPT_FLAGS. From fedora-extras-commits at redhat.com Wed Aug 30 19:50:30 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 12:50:30 -0700 Subject: rpms/xmms-modplug/devel xmms-modplug.spec,1.10,1.11 Message-ID: <200608301950.k7UJoWTR001825@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/xmms-modplug/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1806 Modified Files: xmms-modplug.spec Log Message: * Wed Aug 30 2006 Ville Skytt?? - 2.05-7 - Rebuild. Index: xmms-modplug.spec =================================================================== RCS file: /cvs/extras/rpms/xmms-modplug/devel/xmms-modplug.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xmms-modplug.spec 6 Apr 2006 20:58:12 -0000 1.10 +++ xmms-modplug.spec 30 Aug 2006 19:50:30 -0000 1.11 @@ -2,7 +2,7 @@ Name: xmms-modplug Version: 2.05 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Modplug Plugin for XMMS License: Public Domain @@ -63,6 +63,9 @@ %changelog +* Wed Aug 30 2006 Ville Skytt?? - 2.05-7 +- Rebuild. + * Thu Apr 6 2006 Ville Skytt?? - 2.05-6 - Require xmms-libs instead of xmms. From fedora-extras-commits at redhat.com Wed Aug 30 20:02:44 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 13:02:44 -0700 Subject: rpms/glunarclock/devel glunarclock.spec,1.14,1.15 Message-ID: <200608302003.k7UK3HBb004882@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/glunarclock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4841 Modified Files: glunarclock.spec Log Message: * Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-7 - rebuild for Fedora Extras 6; add buildreq perl-XML-Parser Index: glunarclock.spec =================================================================== RCS file: /cvs/extras/rpms/glunarclock/devel/glunarclock.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glunarclock.spec 28 Aug 2006 18:23:31 -0000 1.14 +++ glunarclock.spec 30 Aug 2006 20:02:43 -0000 1.15 @@ -1,6 +1,6 @@ Name: glunarclock Version: 0.32.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GNOME applet that displays the current lunar phase Group: User Interface/Desktops @@ -18,6 +18,7 @@ BuildRequires: scrollkeeper BuildRequires: gnome-panel-devel BuildRequires: libxklavier-devel +BuildRequires: perl-XML-Parser Requires(post): GConf2 Requires(preun): GConf2 Requires(post): scrollkeeper @@ -90,8 +91,8 @@ %changelog -* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-6 -- Rebuild for Fedora Extras 6 +* Mon Aug 28 2006 Joost Soeterbroek - 0.32.4-7 +- rebuild for Fedora Extras 6; add buildreq perl-XML-Parser * Mon Feb 13 2006 Joost Soeterbroek - 0.32.4-5 - Bump release to make tag From fedora-extras-commits at redhat.com Wed Aug 30 19:32:49 2006 From: fedora-extras-commits at redhat.com (Joost Soeterbroek (jsoeterb)) Date: Wed, 30 Aug 2006 12:32:49 -0700 Subject: rpms/heartbeat/devel heartbeat.spec,1.8,1.9 needs.rebuild,1.1,NONE Message-ID: <200608301932.k7UJWpCB000377@cvs-int.fedora.redhat.com> Author: jsoeterb Update of /cvs/extras/rpms/heartbeat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv355 Modified Files: heartbeat.spec Removed Files: needs.rebuild Log Message: * Wed Aug 30 2006 Joost Soeterbroek - 2.0.7-2 - rebuild for Fedora Extras 6 Index: heartbeat.spec =================================================================== RCS file: /cvs/extras/rpms/heartbeat/devel/heartbeat.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- heartbeat.spec 16 Aug 2006 12:00:24 -0000 1.8 +++ heartbeat.spec 30 Aug 2006 19:32:48 -0000 1.9 @@ -6,7 +6,7 @@ Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL/LGPL URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -295,6 +295,9 @@ %{_libdir}/*.so %changelog +* Wed Aug 30 2006 Joost Soeterbroek - 2.0.7-2 +- rebuild for Fedora Extras 6 + * Wed Aug 16 2006 Joost Soeterbroek - 2.0.7-1 - upstream version 2.0.7 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 20:58:15 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:15 -0700 Subject: rpms/regionset - New directory Message-ID: <200608302058.k7UKwJCt009342@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9311/regionset Log Message: Directory /cvs/extras/rpms/regionset added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 20:58:16 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:16 -0700 Subject: rpms/regionset/devel - New directory Message-ID: <200608302058.k7UKwJiu009344@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9311/regionset/devel Log Message: Directory /cvs/extras/rpms/regionset/devel added to the repository From fedora-extras-commits at redhat.com Wed Aug 30 20:58:33 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:33 -0700 Subject: rpms/regionset Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608302058.k7UKwZnW009421@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9383 Added Files: Makefile import.log Log Message: Setup of module regionset --- NEW FILE Makefile --- # Top level Makefile for module regionset all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed Aug 30 20:58:34 2006 From: fedora-extras-commits at redhat.com (Dominik Mierzejewski (rathann)) Date: Wed, 30 Aug 2006 13:58:34 -0700 Subject: rpms/regionset/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608302058.k7UKwaE4009424@cvs-int.fedora.redhat.com> Author: rathann Update of /cvs/extras/rpms/regionset/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9383/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module regionset --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed Aug 30 21:02:52 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Wed, 30 Aug 2006 14:02:52 -0700 Subject: rpms/lesstif/devel lesstif-0.95.0-64bitcleanups.patch, NONE, 1.1 lesstif-0.95.0-CAN-2005-0605.patch, NONE, 1.1 lesstif-0.95.0-c++fix.patch, NONE, 1.1 lesstif.spec, 1.1, 1.2 Message-ID: <200608302102.k7UL2sfD012089@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12057 Modified Files: lesstif.spec Added Files: lesstif-0.95.0-64bitcleanups.patch lesstif-0.95.0-CAN-2005-0605.patch lesstif-0.95.0-c++fix.patch Log Message: * Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 - better fix for xpdf/ddd (thanks Hans de Goede) - 64 bit cleanups (thanks Hans de Goede) - resolve rpmlint error from rpm-braindead behavior on handling symlinks with debuginfo - fix CAN-2005-0605 - nuke host.def, imake owns that lesstif-0.95.0-64bitcleanups.patch: --- NEW FILE lesstif-0.95.0-64bitcleanups.patch --- --- lesstif-0.95.0/include/Motif-2.1/XmI/XpmI.h.BAD 2006-08-30 10:57:12.000000000 -0500 +++ lesstif-0.95.0/include/Motif-2.1/XmI/XpmI.h 2006-08-30 10:58:07.000000000 -0500 @@ -217,8 +217,8 @@ FUNC(xpmHashSlot, xpmHashAtom *, (xpmHashTable *table, char *s)); FUNC(xpmHashIntern, int, (xpmHashTable *table, char *tag, void *data)); -#define HashAtomData(i) ((void *)i) -#define HashColorIndex(slot) ((unsigned int)((*slot)->data)) +#define HashAtomData(i) ((void *)((unsigned long)i)) +#define HashColorIndex(slot) ((unsigned long)((*slot)->data)) #define USE_HASHTABLE (cpp > 2 && ncolors > 4) /* I/O utility */ lesstif-0.95.0-CAN-2005-0605.patch: --- NEW FILE lesstif-0.95.0-CAN-2005-0605.patch --- --- lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c.BAD 2006-08-29 14:34:31.000000000 -0500 +++ lesstif-0.95.0/lib/Xm-2.1/Xpmscan.c 2006-08-29 14:36:05.000000000 -0500 @@ -672,8 +672,8 @@ char *dst; unsigned int *iptr; char *data; - unsigned int x, y, i; - int bits, depth, ibu, ibpp, offset; + unsigned int x, y; + int bits, depth, ibu, ibpp, offset, i; unsigned long lbt; Pixel pixel, px; @@ -684,6 +684,9 @@ ibpp = image->bits_per_pixel; offset = image->xoffset; + if (image->bitmap_unit < 0) + return (XpmNoMemory); + if ((image->bits_per_pixel | image->depth) == 1) { ibu = image->bitmap_unit; for (y = 0; y < height; y++) --- lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c.BAD 2006-08-29 14:36:13.000000000 -0500 +++ lesstif-0.95.0/lib/Xm-2.1/Xpmcreate.c 2006-08-29 14:36:36.000000000 -0500 @@ -1265,10 +1265,10 @@ register char *src; register char *dst; register unsigned int *iptr; - register unsigned int x, y, i; + register unsigned int x, y; register char *data; Pixel pixel, px; - int nbytes, depth, ibu, ibpp; + int nbytes, depth, ibu, ibpp, i; data = image->data; iptr = pixelindex; lesstif-0.95.0-c++fix.patch: --- NEW FILE lesstif-0.95.0-c++fix.patch --- --- lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 11:00:30.000000000 -0500 +++ lesstif-0.95.0/include/Motif-2.1/Xm/VendorSP.h 2006-08-30 11:00:47.000000000 -0500 @@ -28,12 +28,13 @@ #include #include -#include #ifdef __cplusplus extern "C" { #endif +#include + XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources, Cardinal numResources, WidgetClass filterClass, Index: lesstif.spec =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/lesstif.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lesstif.spec 30 Aug 2006 18:11:55 -0000 1.1 +++ lesstif.spec 30 Aug 2006 21:02:51 -0000 1.2 @@ -1,7 +1,7 @@ Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 @@ -12,6 +12,9 @@ Patch0: lesstif-Makefile.in.diff # have motif-config honor libdir Patch1: lesstif-motif-config-use_libdir.diff +Patch2: lesstif-0.95.0-CAN-2005-0605.patch +Patch3: lesstif-0.95.0-64bitcleanups.patch +Patch4: lesstif-0.95.0-c++fix.patch Url: http://www.lesstif.org/ @@ -97,6 +100,9 @@ chmod a-x COPYING* doc/www.lesstif.org/BUG-HUNTING.html %patch0 -p1 %patch1 -p1 -b .multilib +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 # those substitutions are not usefull, since the symbols are defined # in the Makefile, but it is clearer like that @@ -125,6 +131,12 @@ make install DESTDIR=$RPM_BUILD_ROOT \ appdir='%{_datadir}/X11/app-defaults' configdir='%{_datadir}/X11/config' +# Handle debuginfo dangling-relative-symlink +# rpm doesn't handle symlinks properly when generating debuginfo +rm -rf clients/Motif-2.1/xmbind/xmbind.c +cp -a clients/Motif-1.2/xmbind/xmbind.c \ + clients/Motif-2.1/xmbind/xmbind.c + rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -rf $RPM_BUILD_ROOT%{_prefix}/LessTif @@ -154,6 +166,9 @@ # remove the empty directory rmdir clean_docs/lessdox/functions +# remove host.def, it lives in the imake package +rm -rf $RPM_BUILD_ROOT%{_datadir}/X11/config/host.def + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -203,6 +218,14 @@ %{_datadir}/X11/config/* %changelog +* Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 +- better fix for xpdf/ddd (thanks Hans de Goede) +- 64 bit cleanups (thanks Hans de Goede) +- resolve rpmlint error from rpm-braindead behavior on handling symlinks + with debuginfo +- fix CAN-2005-0605 +- nuke host.def, imake owns that + * Wed Aug 30 2006 Patrice Dumas 0.95.0-7 - add a patch such that motif-config honors libdir From fedora-extras-commits at redhat.com Wed Aug 30 21:23:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:24 -0700 Subject: rpms/python-fpconst/FC-5 python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNQ18013477@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/FC-5 Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/FC-5/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:24 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:23:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:25 -0700 Subject: rpms/python-fpconst/devel python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNRWR013481@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/devel Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/devel/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:25 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:23:24 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:23:24 -0700 Subject: rpms/python-fpconst/FC-4 python-fpconst.spec,1.1,1.2 Message-ID: <200608302123.k7ULNQ1J013475@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13430/FC-4 Modified Files: python-fpconst.spec Log Message: Few minor changes for rebuild Index: python-fpconst.spec =================================================================== RCS file: /cvs/extras/rpms/python-fpconst/FC-4/python-fpconst.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-fpconst.spec 11 Apr 2006 16:55:54 -0000 1.1 +++ python-fpconst.spec 30 Aug 2006 21:23:24 -0000 1.2 @@ -2,15 +2,14 @@ Name: python-fpconst Version: 0.7.2 -Release: 1%{?dist} -Summary: A Python module for handling IEEE 754 floating point special values +Release: 2%{?dist} +Summary: Python module for handling IEEE 754 floating point special values Group: Development/Languages License: Apache Software License URL: http://research.warnes.net/projects/RStatServer/fpconst/ Source0: http://research.warnes.net/~warnes/fpconst/fpconst-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description This python module implements constants and functions for working with @@ -40,6 +39,10 @@ %ghost %{python_sitelib}/*.pyo %changelog +* Wed Aug 30 2006 Christopher Stone 0.7.2-2 +- Shorten summary +- Remove unnecessary requires + * Sat Mar 18 2006 Christopher Stone 0.7.2-1 - Initial Release of python-fpconst, changes from fpconst include: - Renamed package from fpconst to python-fpconst From fedora-extras-commits at redhat.com Wed Aug 30 21:27:32 2006 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 30 Aug 2006 14:27:32 -0700 Subject: rpms/bash-completion/devel bash-completion-mock, 1.1, 1.2 bash-completion.spec, 1.16, 1.17 Message-ID: <200608302127.k7ULRYFD013760@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/bash-completion/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13741 Modified Files: bash-completion-mock bash-completion.spec Log Message: * Thu Aug 31 2006 Ville Skytt?? - 20060301-2 - Trigger-install support for gcl, lilypond, mercurial and svk. - Improve mock completion a bit. Index: bash-completion-mock =================================================================== RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion-mock,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-mock 28 Nov 2005 20:26:32 -0000 1.1 +++ bash-completion-mock 30 Aug 2006 21:27:32 -0000 1.2 @@ -2,19 +2,28 @@ _mock() { - local cur prev + local cur prev commands cfgdir COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} + commands='rebuild chroot init clean shell' + cfgdir=/etc/mock + + count=0 + for i in ${COMP_WORDS[@]} ; do + [ $count -eq $COMP_CWORD ] && break + [ "$i" == --configdir ] && cfgdir="${COMP_WORDS[((count+1))]}" + count=$((++count)) + done case $prev in - --@(result|state)dir) + --@(config|result|state)dir) _filedir -d return 0 ;; -r) - COMPREPLY=( $( command ls /etc/mock | \ + COMPREPLY=( $( command ls $cfgdir | \ sed -ne 's/^\('$cur'.*\)\.cfg$/\1/p') ) return 0 ;; @@ -23,9 +32,11 @@ ;; esac + # TODO: process $commands if [[ "$cur" == -* ]] ; then COMPREPLY=( $( compgen -W '--version -h --help -r --no-clean --arch \ - --debug --resultdir --statedir --uniqueext' -- $cur ) ) + --debug --resultdir --statedir --uniqueext --configdir --quiet \ + --autocache --rebuildcache' -- $cur ) ) else _filedir '?(no)src.rpm' fi Index: bash-completion.spec =================================================================== RCS file: /cvs/extras/rpms/bash-completion/devel/bash-completion.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- bash-completion.spec 2 Mar 2006 21:12:24 -0000 1.16 +++ bash-completion.spec 30 Aug 2006 21:27:32 -0000 1.17 @@ -1,6 +1,6 @@ Name: bash-completion Version: 20060301 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Programmable completion for Bash Group: System Environment/Shells @@ -60,16 +60,22 @@ [ $2 -gt 0 ] || rm -f %{_sysconfdir}/bash_completion.d/%{?2}%{!?2:%1}\ %{nil} +# Not handled (yet?): +# bitkeeper, dsniff, harbour, larch, lisp, p4, povray, sitecopy %bashcomp_trigger bittorrent %bashcomp_trigger cksfv %bashcomp_trigger clisp %bashcomp_trigger freeciv %bashcomp_trigger gcc-gnat gnatmake +%bashcomp_trigger gcl %bashcomp_trigger gkrellm +%bashcomp_trigger lilypond %bashcomp_trigger mailman %bashcomp_trigger mcrypt +%bashcomp_trigger mercurial hg %bashcomp_trigger mock %bashcomp_trigger mtx +%bashcomp_trigger perl-SVK svk %bashcomp_trigger plague-client %bashcomp_trigger ruby-ri ri %bashcomp_trigger sbcl @@ -90,6 +96,10 @@ %changelog +* Thu Aug 31 2006 Ville Skytt?? - 20060301-2 +- Trigger-install support for gcl, lilypond, mercurial and svk. +- Improve mock completion a bit. + * Thu Mar 2 2006 Ville Skytt?? - 20060301-1 - 20060301, patches and profile.d scriptlet applied/included upstream. - Convert docs to UTF-8. From fedora-extras-commits at redhat.com Wed Aug 30 21:32:56 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:32:56 -0700 Subject: rpms/python-fpconst/devel needs.rebuild,1.1,NONE Message-ID: <200608302132.k7ULWwSj014213@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/python-fpconst/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14197 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Wed Aug 30 21:34:17 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Wed, 30 Aug 2006 14:34:17 -0700 Subject: rpms/SOAPpy/devel SOAPpy.spec,1.2,1.3 Message-ID: <200608302134.k7ULYJPr014291@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/SOAPpy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14274 Modified Files: SOAPpy.spec Log Message: rebuild Index: SOAPpy.spec =================================================================== RCS file: /cvs/extras/rpms/SOAPpy/devel/SOAPpy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SOAPpy.spec 6 May 2006 15:26:05 -0000 1.2 +++ SOAPpy.spec 30 Aug 2006 21:34:17 -0000 1.3 @@ -2,7 +2,7 @@ Name: SOAPpy Version: 0.11.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Full-featured SOAP library for Python Group: Development/Languages License: Python Software Foundation License @@ -74,6 +74,9 @@ %changelog +* Wed Aug 30 2006 Christopher Stone 0.11.6-4 +- FC6 Rebuild + * Sat May 06 2006 Christopher Stone 0.11.6-3 - Add Provides/Obsolete for python-SOAPpy From fedora-extras-commits at redhat.com Wed Aug 30 21:36:12 2006 From: fedora-extras-commits at redhat.com (Nicolas Mailhot (nim)) Date: Wed, 30 Aug 2006 14:36:12 -0700 Subject: comps comps-fe6.xml,1.16,1.17 comps-fe6.xml.in,1.129,1.130 Message-ID: <200608302136.k7ULaEAn014403@cvs-int.fedora.redhat.com> Author: nim Update of /cvs/extras/comps In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14382 Modified Files: comps-fe6.xml comps-fe6.xml.in Log Message: add my packages, correct xml errors Index: comps-fe6.xml =================================================================== RCS file: /cvs/extras/comps/comps-fe6.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- comps-fe6.xml 21 Aug 2006 06:38:43 -0000 1.16 +++ comps-fe6.xml 30 Aug 2006 21:36:12 -0000 1.17 @@ -28,13 +28,16 @@ true abicheck - aplus-fsf + aplus-fsf archmage asa bazaar bigloo bzr ccache + clips + clips-doc + clips-xclips clisp cmake cogito @@ -61,11 +64,12 @@ ghc git gphpedit - gprolog + gprolog haddock highlight hugs98 ipython + kuipc lightning lcov lincvs @@ -75,6 +79,7 @@ mercurial mock monotone + nqc ocaml perltidy pgadmin3 @@ -146,12 +151,15 @@ cernlib-utils galculator gdl + geant321 + ghdl gnucap grads gtkwave hdf hdf5 hmmer + kpolynome kst lagan lapack @@ -159,6 +167,8 @@ numpy octave paraview + paw + pcb qalculate-gtk qalculate-kde qcad @@ -168,7 +178,9 @@ rrdtool scalapack SIBsim4 - veusz + veusz + xcircuit + xdrawchem @@ -198,6 +210,7 @@ deskbar-applet gdesklets gfontview + glipper glunarclock gnochm gmpc @@ -211,13 +224,15 @@ nautilus-actions nautilus-flac-converter nautilus-image-converter - sabayon + nautilus-open-terminal + nautilus-search-tool + rss-glx-gnome-screensaver + sabayon seahorse smeg themes-backgrounds-gnome verbiste-gnome wp_tray - gjots2 @@ -231,6 +246,11 @@ anjuta anjuta-docs at-poke + bit-devel + bitgtkmm-devel + cairomm-devel + conexus-devel + conexusmm-devel gazpacho gconfmm26-devel glibmm24-devel @@ -243,6 +263,7 @@ gquilt libsexy-devel libsexymm-devel + papyrus-devel plotmm-devel @@ -255,9 +276,11 @@ true abe + abuse auriferous blobwars bsd-games + bygfoot bzflag celestia cgoban @@ -271,6 +294,7 @@ fillets-ng foobillard fortune-mod + fRaBs freeciv freedoom freedroid @@ -294,18 +318,19 @@ nazghul-haxima nethack nethack-vultures - netpanzer + netpanzer neverball nexuiz njam overgod - pengupop + pengupop pinball pingus pipenightdreams powermanga ppracer qascade + qgo qqo rafkill raidem @@ -323,7 +348,7 @@ trackballs trackballs-music tuxkart - tuxpuck + tuxpuck ularn uqm viruskiller @@ -334,7 +359,7 @@ xarchon xboard xgalaxy - xmoto + xmoto xpilot-ng xplanet xscorch @@ -375,9 +400,7 @@ bittorrent-gui blogtk bluefish - comical contact-lookup-applet - contacts d4x deskbar-applet dillo @@ -388,12 +411,14 @@ gnome-blog gnome-telnet gnome-translate + gnubiff gossip gtk-gnutella gtorrentviewer gwget - kadu + kadu kickpim + knetstats konversation kphone licq @@ -404,11 +429,13 @@ pan prozilla psi + ochusha putty rssowl screem silky straw + streamtuner sylpheed sylpheed-claws valknut @@ -442,6 +469,7 @@ skencil sodipodi tuxpaint + ufraw wings @@ -449,16 +477,18 @@ mail-server Mail Server - These packages allow you to configure an IMAP or Postfix mail server. + These packages allow you to configure an IMAP or SMTP mail server. false true + amavisd-new cyrus-imapd enemies-of-carlotta perl-Cyrus clamav clamav-data clamav-milter + crm114 esmtp exim exim-doc @@ -491,6 +521,8 @@ abiword aiksaurus-gtk + contacts + dates dia gdeskcal glabels @@ -500,6 +532,7 @@ gramps grisbi gsview + hnb koffice-suite krecipes lyx @@ -539,6 +572,7 @@ gcdmaster gcfilms gcombust + glrellmms gnomad2 gnomebaker graveman @@ -548,7 +582,7 @@ kid3 kover libvisual-plugins - nomadsync + nomadsync soundconverter soundtracker sweep @@ -580,11 +614,13 @@ cfs conman connect-proxy + convmv crack dkms enca environment-modules epylog + fatsort fedora-package-config-apt fedora-package-config-smart fuse @@ -598,20 +634,28 @@ gtklp gtkterm hercules + hfsplus-tools ibmonitor inadyn ip6sic isic + jfbterm john + kdirstat + kdmtheme + keychain ksmarttray lft lirc + lzop mmv moodss moomps nagios nfswatch + nomarch oddjob + p7zip par2cmdline pbzip2 puppet @@ -626,6 +670,7 @@ syslog-ng swatch synaptic + testdisk tiobench torque-client torque-gui @@ -647,6 +692,8 @@ true acpitool + gpsd + gpsd-clients hddtemp i810switch i8kutils @@ -655,6 +702,7 @@ opensc s3switch tpb + lsscsi @@ -667,8 +715,9 @@ ctrlproxy dnsmasq + ejabberd flumotion - freenx + freenx icecast ipxripd ircd-hybrid @@ -676,14 +725,16 @@ kannel l2tpd nsd + oidentd openvpn puppet-server rbldnsd + rinetd sobby torque-server + ucarp ushare vnc-reflector - nuttcp @@ -694,6 +745,7 @@ true true + abook argus bittorrent centericq @@ -787,19 +839,19 @@ xfce4-icon-theme xfce4-mixer xfce4-panel - xfce4-session-engines + xfce4-session + xfce4-session-engines xfce4-systray - Author: jkeating Update of /cvs/extras/rpms/mock/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993/FC-5 Removed Files: devellink.patch Log Message: Not needed anymore. --- devellink.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:37:53 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Thu, 31 Aug 2006 07:37:53 -0700 Subject: rpms/mock/devel devellink.patch,1.3,NONE Message-ID: <200608311437.k7VEbt6Y004024@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/mock/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3993/devel Removed Files: devellink.patch Log Message: Not needed anymore. --- devellink.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:40:12 2006 From: fedora-extras-commits at redhat.com (Jesse Keating (jkeating)) Date: Thu, 31 Aug 2006 07:40:12 -0700 Subject: rpms/dates/devel dates.spec,1.3,1.4 Message-ID: <200608311440.k7VEeENL004095@cvs-int.fedora.redhat.com> Author: jkeating Update of /cvs/extras/rpms/dates/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4072 Modified Files: dates.spec Log Message: rebuild Index: dates.spec =================================================================== RCS file: /cvs/extras/rpms/dates/devel/dates.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dates.spec 28 Aug 2006 02:49:16 -0000 1.3 +++ dates.spec 31 Aug 2006 14:40:12 -0000 1.4 @@ -1,6 +1,6 @@ Name: dates Version: 0.1 -Release: 3.20060813svn%{?dist} +Release: 4.20060813svn%{?dist} Summary: Small, lightweight calendar Group: Applications/Productivity @@ -105,6 +105,9 @@ %changelog +* Thu Aug 31 2006 Jesse Keating - 0.1-4.20060813svn +- rebuild + * Sun Aug 27 2006 Jesse Keating - 0.1-3.20060813svn - rebuild From fedora-extras-commits at redhat.com Thu Aug 31 14:43:36 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 31 Aug 2006 07:43:36 -0700 Subject: rpms/lesstif/devel lesstif.spec,1.2,1.3 Message-ID: <200608311443.k7VEhcZL004186@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/lesstif/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4169 Modified Files: lesstif.spec Log Message: * Thu Aug 31 2006 Patrice Dumas 0.95.0-9 - add Requires: libXext-devel to lesstif-devel Index: lesstif.spec =================================================================== RCS file: /cvs/extras/rpms/lesstif/devel/lesstif.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lesstif.spec 30 Aug 2006 21:02:51 -0000 1.2 +++ lesstif.spec 31 Aug 2006 14:43:35 -0000 1.3 @@ -1,7 +1,7 @@ Summary: OSF/Motif(R) library clone Name: lesstif Version: 0.95.0 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries #Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2 @@ -75,7 +75,8 @@ %package devel Summary: Header files for LessTif/Motif development Group: Development/Libraries -Requires: libXt-devel libXp-devel imake +Requires: libXt-devel libXp-devel libXext-devel +Requires: imake # for %{_datadir}/aclocal/ Requires: automake Requires: %{name} = %{version}-%{release} @@ -114,6 +115,8 @@ # the x libs and includes are empty in the default case, but we need to # have a non empty include defined (for a substitution in mwm) +# --enable-production is needed in order to avoid +# http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4124 %configure \ --enable-shared \ --disable-static \ @@ -218,6 +221,9 @@ %{_datadir}/X11/config/* %changelog +* Thu Aug 31 2006 Patrice Dumas 0.95.0-9 +- add Requires: libXext-devel to lesstif-devel + * Wed Aug 30 2006 Tom "spot" Callaway 0.95.0-8 - better fix for xpdf/ddd (thanks Hans de Goede) - 64 bit cleanups (thanks Hans de Goede) From fedora-extras-commits at redhat.com Thu Aug 31 14:52:34 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 07:52:34 -0700 Subject: rpms/stow/devel stow.spec,1.6,1.7 needs.rebuild,1.1,NONE Message-ID: <200608311452.k7VEqa2D004350@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/stow/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4333 Modified Files: stow.spec Removed Files: needs.rebuild Log Message: rebuild Index: stow.spec =================================================================== RCS file: /cvs/extras/rpms/stow/devel/stow.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- stow.spec 19 Jun 2006 22:22:44 -0000 1.6 +++ stow.spec 31 Aug 2006 14:52:33 -0000 1.7 @@ -1,6 +1,6 @@ Name: stow Version: 1.3.3 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Development/Tools @@ -51,6 +51,9 @@ %{_bindir}/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.3.3-5 +- rebuild + * Tue Jun 20 2006 Aurelien Bompard 1.3.3-4 - remove the _infodir/dir file in %%install --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 14:54:17 2006 From: fedora-extras-commits at redhat.com (Rex Dieter (rdieter)) Date: Thu, 31 Aug 2006 07:54:17 -0700 Subject: rpms/libtunepimp/devel libtunepimp.spec,1.14,1.15 Message-ID: <200608311454.k7VEsJmL004430@cvs-int.fedora.redhat.com> Author: rdieter Update of /cvs/extras/rpms/libtunepimp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4413 Modified Files: libtunepimp.spec Log Message: * Thu Aug 31 2006 Rex Dieter 0.4.3-3 - BR: taglib-devel, readline-devel, ncurses-devel Index: libtunepimp.spec =================================================================== RCS file: /cvs/extras/rpms/libtunepimp/devel/libtunepimp.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- libtunepimp.spec 29 Aug 2006 16:21:40 -0000 1.14 +++ libtunepimp.spec 31 Aug 2006 14:54:17 -0000 1.15 @@ -2,7 +2,7 @@ Summary: A library for creating MusicBrainz enabled tagging applications Name: libtunepimp Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: System Environment/Libraries @@ -15,6 +15,11 @@ BuildRequires: flac-devel BuildRequires: libmusicbrainz-devel >= 2.1.0 BuildRequires: zlib-devel +BuildRequires: taglib-devel +BuildRequires: readline-devel ncurses-devel +# TODO/FIXME: see http://bugzilla.redhat.com/191036 +#BuildRequires: libmp4v2-devel + %if "%{version}" >= "0.5.0" BuildRequires: expat-devel BuildRequires: curl-devel @@ -79,8 +84,10 @@ %dir %{_libdir}/tunepimp/ %dir %{_libdir}/tunepimp/plugins/ %{_libdir}/tunepimp/plugins/flac.tpp +%{_libdir}/tunepimp/plugins/mpc.tpp %{_libdir}/tunepimp/plugins/vorbis.tpp %{_libdir}/tunepimp/plugins/wav.tpp +%{_libdir}/tunepimp/plugins/wma.tpp %files devel %defattr(-,root,root,-) @@ -93,6 +100,9 @@ %changelog +* Thu Aug 31 2006 Rex Dieter 0.4.3-3 +- BR: taglib-devel, readline-devel, ncurses-devel + * Tue Aug 29 2006 Rex Dieter 0.4.3-2 - 0.4.3 From fedora-extras-commits at redhat.com Thu Aug 31 14:58:22 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 07:58:22 -0700 Subject: rpms/taglib/devel taglib.spec,1.11,1.12 needs.rebuild,1.1,NONE Message-ID: <200608311458.k7VEwOB9004496@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/taglib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4479 Modified Files: taglib.spec Removed Files: needs.rebuild Log Message: rebuild Index: taglib.spec =================================================================== RCS file: /cvs/extras/rpms/taglib/devel/taglib.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- taglib.spec 21 Feb 2006 19:03:31 -0000 1.11 +++ taglib.spec 31 Aug 2006 14:58:22 -0000 1.12 @@ -1,6 +1,6 @@ Name: taglib Version: 1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Audio Meta-Data Library Group: System Environment/Libraries @@ -75,6 +75,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.4-3 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 1.4-2 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 15:13:57 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:13:57 -0700 Subject: rpms/crossfire/devel crossfire.fc, NONE, 1.1 crossfire.if, NONE, 1.1 crossfire.te, NONE, 1.1 Message-ID: <200608311513.k7VFDxqf007400@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7376 Added Files: crossfire.fc crossfire.if crossfire.te Log Message: Adding selinux policy files --- NEW FILE crossfire.fc --- # crossfire executable will have: # label: system_u:object_r:crossfire_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/crossfire -- gen_context(system_u:object_r:crossfire_exec_t,s0) /var/run/crossfire.pid gen_context(system_u:object_r:crossfire_var_run_t,s0) /var/log/crossfire(/.*)? gen_context(system_u:object_r:crossfire_var_log_t,s0) /var/games/crossfire(/.*)? gen_context(system_u:object_r:crossfire_variable_data_t,s0) --- NEW FILE crossfire.if --- ## policy for crossfire ######################################## ## ## Execute a domain transition to run crossfire. ## ## ## ## Domain allowed to transition. ## ## # interface(`crossfire_domtrans',` gen_require(` type crossfire_t, crossfire_exec_t; ') domain_auto_trans($1,crossfire_exec_t,crossfire_t) allow $1 crossfire_t:fd use; allow crossfire_t $1:fd use; allow crossfire_t $1:fifo_file rw_file_perms; allow crossfire_t $1:process sigchld; ') --- NEW FILE crossfire.te --- policy_module(crossfire,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; attribute port_type; ') type crossfire_port_t, port_type; type crossfire_t; type crossfire_exec_t; domain_type(crossfire_t) # To disable the transition to the protected domain (which # effectively disables the policy), use: # setsebool crossfire_disable_trans 1 init_daemon_domain(crossfire_t, crossfire_exec_t) # pid files type crossfire_var_run_t; files_pid_file(crossfire_var_run_t) # log files type crossfire_var_log_t; logging_log_file(crossfire_var_log_t) # Game data files type crossfire_variable_data_t; files_type(crossfire_variable_data_t); ######################################## # # crossfire local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) files_read_usr_files(crossfire_t) files_read_etc_files(crossfire_t) libs_use_ld_so(crossfire_t) libs_use_shared_libs(crossfire_t) miscfiles_read_localization(crossfire_t) ## internal communication is often done using fifo and unix sockets. allow crossfire_t self:fifo_file { read write }; allow crossfire_t self:unix_stream_socket create_stream_socket_perms; # pid file allow crossfire_t crossfire_var_run_t:file manage_file_perms; allow crossfire_t crossfire_var_run_t:sock_file manage_file_perms; allow crossfire_t crossfire_var_run_t:dir rw_dir_perms; files_pid_filetrans(crossfire_t,crossfire_var_run_t, { file sock_file }) # log files allow crossfire_t crossfire_var_log_t:file create_file_perms; allow crossfire_t crossfire_var_log_t:sock_file create_file_perms; allow crossfire_t crossfire_var_log_t:dir { rw_dir_perms setattr }; logging_log_filetrans(crossfire_t,crossfire_var_log_t,{ sock_file file dir }) ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(crossfire_t) corenet_tcp_sendrecv_all_if(crossfire_t) corenet_tcp_sendrecv_all_nodes(crossfire_t) corenet_non_ipsec_sendrecv(crossfire_t) corenet_tcp_bind_all_nodes(crossfire_t) allow crossfire_t self:tcp_socket { listen accept }; # The application expects crossfire_port_t to be port 13327. # The port is defined using semanage: # semanage port -a -t crossfire_port_t -p tcp 13327 allow crossfire_t crossfire_port_t:tcp_socket { name_bind }; corenet_tcp_sendrecv_all_ports(crossfire_t) # TODO: What does the application use UDP for? And which ports # need to be allowed? allow crossfire_t port_t:udp_socket send_msg; # Init script handling init_use_fds(crossfire_t) init_use_script_ptys(crossfire_t) domain_use_interactive_fds(crossfire_t) # Game data files allow crossfire_t crossfire_variable_data_t:file { create_file_perms }; allow crossfire_t crossfire_variable_data_t:dir { create_dir_perms }; # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them corecmd_getattr_bin_files(crossfire_t) corecmd_search_bin(crossfire_t) kernel_read_kernel_sysctls(crossfire_t) term_dontaudit_use_generic_ptys(crossfire_t) kernel_read_system_state(crossfire_t) From fedora-extras-commits at redhat.com Thu Aug 31 15:14:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:14:40 -0700 Subject: rpms/crossfire/devel crossfire.init,1.1,1.2 Message-ID: <200608311514.k7VFEgtP007428@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7411 Modified Files: crossfire.init Log Message: Add/remove selinux port contexts when the server process starts/stops. Index: crossfire.init =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crossfire.init 17 May 2006 03:30:31 -0000 1.1 +++ crossfire.init 31 Aug 2006 15:14:40 -0000 1.2 @@ -35,6 +35,10 @@ echo return 1 fi + + if selinuxenabled ; then + /usr/sbin/semanage port -a -t crossfire_port_t -p tcp 13327 &>/dev/null || : + fi daemon --user crossfire $exec $CROSSFIRE_OPTIONS -detach -log /var/log/crossfire/crossfire.log retval=$? if [ $retval -eq 0 ]; then @@ -54,6 +58,9 @@ retval=$? echo [ $retval -eq 0 ] && rm -f $lockfile + if selinuxenabled ; then + /usr/sbin/semanage port -d -t crossfire_port_t -p tcp 13327 &>/dev/null || : + fi return $retval } From fedora-extras-commits at redhat.com Thu Aug 31 15:15:29 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:15:29 -0700 Subject: rpms/crossfire/devel crossfire.spec,1.2,1.3 Message-ID: <200608311515.k7VFFVJc007461@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7444 Modified Files: crossfire.spec Log Message: Add selinux support, add patch from upstream Index: crossfire.spec =================================================================== RCS file: /cvs/extras/rpms/crossfire/devel/crossfire.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- crossfire.spec 9 Jul 2006 21:14:18 -0000 1.2 +++ crossfire.spec 31 Aug 2006 15:15:29 -0000 1.3 @@ -1,6 +1,9 @@ +%define selinux_variants mls strict targeted +%define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) + Name: crossfire Version: 1.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Server for hosting crossfire games Group: Amusements/Games License: GPL @@ -10,16 +13,19 @@ Source2: crossfire.init Source3: crossfire.sysconfig Source4: crossfire.logrotate +Source5: crossfire.te +Source6: crossfire.fc +Source7: crossfire.if +Patch0: crossfire-1.9.1-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: crossfire-maps -# BuildRequires necessary for the map editor -BuildRequires: python-devel -%if "%fedora" <= "4" -BuildRequires: xorg-x11-devel -%else +BuildRequires: checkpolicy selinux-policy-devel hardlink BuildRequires: libXt-devel BuildRequires: libXext-devel BuildRequires: libXaw-devel +BuildRequires: python-devel +%if "%{selinux_policyver}" != "" +Requires: selinux-policy >= %{selinux_policyver} %endif Requires(post): /sbin/chkconfig @@ -27,8 +33,6 @@ Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service -Requires(pre): fedora-usermgmt -Requires(postun): fedora-usermgmt %description Crossfire is a highly graphical role-playing adventure game with @@ -72,9 +76,23 @@ Image files that can be used with the crossfire clients so that they don't have to be downloaded from the server. +%package selinux +Summary: SELinux policy files for crossfire +Group: Amusements/Games +Requires: %{name} = %{version}-%{release} +Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles +Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool +Requires(postun): /usr/sbin/semodule +%description selinux +selinux policy files for the Crossfire game server + %prep %setup -q %setup -q -a 1 +%patch0 -p0 +mkdir SELinux +cp %{SOURCE5} %{SOURCE6} %{SOURCE7} SELinux + mv arch/ lib/ %{__sed} -i 's#\r##' utils/player_dl.pl.in @@ -84,18 +102,27 @@ # This is fixed in CVS, but didn't make it into the 1.9.1 release. %{__sed} -i 's# (void) open ("/", O_RDONLY);# (void) open ("/var/log/crossfire/crossfire.log", O_RDONLY);#' server/daemon.c +# Change the location of the tmp directory +%{__sed} -i "s@^#define TMPDIR \"/tmp\"@#define TMPDIR \"%{_var}/games/%{name}/tmp\"@" include/config.h + %build # Change the localstatedir so that the variable data files are # put in /var/games/crossfire instead of /var/crossfire. This is # in agreement with the FHS. %configure --localstatedir=%{_var}/games --disable-static -# Yes, we do really need to run configure a second time. The first time -# won't enable crossedit due to a bootstrap bug: -# http://sourceforge.net/tracker/index.php?func=detail&aid=1518321&group_id=13833&atid=113833 -%configure --localstatedir=%{_var}/games --disable-static make %{?_smp_mflags} +# Build the selinux policy file +pushd SELinux +for variant in %{selinux_variants} +do + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile + mv %{name}.pp %{name}.pp.${variant} + make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean +done +popd + # This will create a tarball of the images for the client. cd lib && adm/collect_images.pl -archive @@ -152,28 +179,78 @@ install -p -D -m 644 %{SOURCE4} \ $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d/%{name} +mkdir $RPM_BUILD_ROOT%{_var}/games/%{name}/tmp + +# Install selinux policies +pushd SELinux +for variant in %{selinux_variants} +do + install -d %{buildroot}%{_datadir}/selinux/${variant} + install -p -m 644 %{name}.pp.${variant} \ + %{buildroot}%{_datadir}/selinux/${variant}/%{name}.pp +done +popd +# Hardlink identical policy module packages together +/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux + + %pre user_uid=`id -u crossfire 2>/dev/null` if [ x"$user_uid" = x ] ; then - %{_sbindir}/fedora-useradd 27 -r -s /sbin/nologin \ - -d %{_datadir}/%{name} -M -c 'Crossfire Server' \ + useradd -r -s /sbin/nologin -d %{_datadir}/%{name} -M \ + -c 'Crossfire Server' \ crossfire >/dev/null || : fi %post /sbin/chkconfig --add crossfire +%post selinux +# Install SELinux policy modules +for selinuxvariant in %{selinux_variants} +do + /usr/sbin/semodule -s ${selinuxvariant} -i \ + %{_datadir}/selinux/${selinuxvariant}/%{name}.pp &> /dev/null || : +done +/usr/sbin/semanage port -a -t %{name}_port_t -p tcp 13327 || : +/sbin/fixfiles -R %{name} restore || : +/sbin/service %{name} condrestart > /dev/null 2>&1 || : + %preun -if [ "$1" = "0" ]; then +if [ "$1" -le "0" ]; then /sbin/service crossfire stop > /dev/null 2>&1 /sbin/chkconfig --del crossfire fi +%preun selinux +if [ "$1" -lt "1" ] ; then + # Disable the policy and restart the daemon + /usr/sbin/setsebool %{name}_disable_trans 1 + /sbin/service %{name} condrestart > /dev/null 2>&1 || : + # Unload the module + /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 13327 || : + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -s ${variant} -r %{name} &> /dev/null || : + done + # Set the context back + /sbin/fixfiles -R %{name} restore || : +fi + %postun if [ "$1" -ge "1" ]; then - /sbin/service crossfire restart >/dev/null 2>&1 + /sbin/service crossfire condrestart >/dev/null 2>&1 fi +%postun selinux +if [ "$1" -ge "1" ] ; then + # Replace the module if it is already loaded. semodule -u also + # checks the module version + for variant in %{selinux_variants} ; do + /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/%{name}.pp || : + done +fi + + %clean rm -rf $RPM_BUILD_ROOT @@ -223,8 +300,18 @@ %defattr(-,root,root,-) %{_datadir}/%{name}/%{name}-client +%files selinux +%defattr(-,root,root,-) +%doc SELinux/*.?? +%{_datadir}/selinux/*/%{name}.pp + %changelog +* Tue Jul 11 2006 Wart 1.9.1-2 +- Added upstream patch to fix configure bug. +- Added selinux security policy +- Don't use /tmp for the map file cache + * Thu Jul 6 2006 Wart 1.9.1-1 - Update to 1.9.1 From fedora-extras-commits at redhat.com Thu Aug 31 15:17:55 2006 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Thu, 31 Aug 2006 08:17:55 -0700 Subject: rpms/perl-Net-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.2,1.3 Message-ID: <200608311517.k7VFHvNl007513@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/perl-Net-SSH-Perl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7496 Modified Files: perl-Net-SSH-Perl.spec Log Message: Skip test 03-packet, which can sometimes hang (cpan rt#6101) Add manual Crypt::Blowfish dep to ensure we have blowfish support Index: perl-Net-SSH-Perl.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Net-SSH-Perl.spec 30 Aug 2006 07:19:56 -0000 1.2 +++ perl-Net-SSH-Perl.spec 31 Aug 2006 15:17:55 -0000 1.3 @@ -4,7 +4,7 @@ Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 1.30 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Net-SSH-Perl/ @@ -29,6 +29,9 @@ %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)} +# Make sure the installed package has blowfish support +Requires: perl(Crypt::Blowfish) + %description Net::SSH::Perl is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. @@ -39,6 +42,9 @@ # Avoid extra deps from examples %{__chmod} -x eg/* +# Test 03-packet is prone to hanging (cpan rt#6101) +%{__mv} t/03-packet.t t/03-packet.t.skip + # Remove Crypt::IDEA dep if we're not supporting the IDEA algorithm %define bogusreq 'perl(Crypt::IDEA)' %global reqfilt /bin/sh -c "%{__perl_requires} | %{__grep} -Fvx %{bogusreq}" @@ -77,6 +83,10 @@ %{_mandir}/man3/Net::SSH::Perl*.3pm* %changelog +* Wed Aug 30 2006 Paul Howarth 1.30-3 +- Skip test 03-packet, which can sometimes hang (cpan rt#6101) +- Add manual Crypt::Blowfish dep to ensure we have blowfish support + * Wed Aug 30 2006 Paul Howarth 1.30-2 - FE6 mass rebuild From fedora-extras-commits at redhat.com Thu Aug 31 15:20:43 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:20:43 -0700 Subject: rpms/bigloo/FC-5 .cvsignore, 1.8, 1.9 bigloo.spec, 1.10, 1.11 sources, 1.8, 1.9 Message-ID: <200608311520.k7VFKkGD007607@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7586 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 14:52:43 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:20:43 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/bigloo.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- bigloo.spec 22 Jun 2006 14:52:43 -0000 1.10 +++ bigloo.spec 31 Aug 2006 15:20:43 -0000 1.11 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 2%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-5/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 14:52:43 -0000 1.8 +++ sources 31 Aug 2006 15:20:43 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:22:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:22:39 -0700 Subject: rpms/crossfire/devel needs.rebuild,1.1,NONE Message-ID: <200608311522.k7VFMfdZ008530@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/crossfire/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7487 Removed Files: needs.rebuild Log Message: Rebuilding with bugfixes for Fedora Extras --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 15:27:26 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:26 -0700 Subject: rpms/cyphesis - New directory Message-ID: <200608311527.k7VFRSPZ008686@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8665/cyphesis Log Message: Directory /cvs/extras/rpms/cyphesis added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 15:27:27 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:27 -0700 Subject: rpms/cyphesis/devel - New directory Message-ID: <200608311527.k7VFRTbF008689@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8665/cyphesis/devel Log Message: Directory /cvs/extras/rpms/cyphesis/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 15:27:38 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:38 -0700 Subject: rpms/cyphesis Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608311527.k7VFRepS008743@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8710 Added Files: Makefile import.log Log Message: Setup of module cyphesis --- NEW FILE Makefile --- # Top level Makefile for module cyphesis all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 31 15:27:39 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:27:39 -0700 Subject: rpms/cyphesis/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608311527.k7VFRfl5008746@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8710/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module cyphesis --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 31 15:28:28 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:28:28 -0700 Subject: rpms/cyphesis import.log,1.1,1.2 Message-ID: <200608311528.k7VFSU38008841@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8803 Modified Files: import.log Log Message: auto-import cyphesis-0.5.9-2 on branch devel from cyphesis-0.5.9-2.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/cyphesis/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Aug 2006 15:27:38 -0000 1.1 +++ import.log 31 Aug 2006 15:28:28 -0000 1.2 @@ -0,0 +1 @@ +cyphesis-0_5_9-2:HEAD:cyphesis-0.5.9-2.src.rpm:1157038105 From fedora-extras-commits at redhat.com Thu Aug 31 15:28:29 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:28:29 -0700 Subject: rpms/cyphesis/devel cyphesis-0.5.8-init.patch, NONE, 1.1 cyphesis-0.5.8-postgresinit.patch, NONE, 1.1 cyphesis.fc, NONE, 1.1 cyphesis.if, NONE, 1.1 cyphesis.spec, NONE, 1.1 cyphesis.te, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608311528.k7VFSV6q008850@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/rpms/cyphesis/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8803/devel Modified Files: .cvsignore sources Added Files: cyphesis-0.5.8-init.patch cyphesis-0.5.8-postgresinit.patch cyphesis.fc cyphesis.if cyphesis.spec cyphesis.te Log Message: auto-import cyphesis-0.5.9-2 on branch devel from cyphesis-0.5.9-2.src.rpm cyphesis-0.5.8-init.patch: --- NEW FILE cyphesis-0.5.8-init.patch --- --- cyphesis.init.orig 2006-07-31 19:10:56.000000000 -0700 +++ cyphesis.init 2006-08-10 17:17:00.000000000 -0700 @@ -23,6 +23,12 @@ start() { # Start the daemon. + if selinuxenabled ; then + /usr/sbin/semanage port -a -t cyphesis_port_t -p tcp 6767 &>/dev/null || : + /usr/sbin/semanage port -a -t cyphesis_port_t -p tcp 6769 &>/dev/null || : + /usr/sbin/semanage port -a -t cyphesis_port_t -p udp 32771 &>/dev/null || : + fi + # Make sure postgres superuser exists if ! su $POSTGRESUSER -c true >/dev/null 2>&1; then echo @@ -96,8 +102,24 @@ else echo_failure echo + return $RETVAL fi echo + + if [ "$POPULATE_WORLD" == "1" ] ; then + echo -n $"Populating cyphesis world: " + + # Populate the world with game data + su $CYPHESISUSER -c "/usr/bin/cyclient" >/dev/null 2>&1 + RETVAL=$? + if [ $RETVAL -eq 0 ]; then + echo_success + else + echo_failure + fi + echo + fi + return $RETVAL } @@ -107,7 +129,13 @@ killproc cyphesis RETVAL=$? echo - [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/cyphesis + if [ $RETVAL -eq 0 ] ; then + rm -f /var/lock/subsys/cyphesis + /usr/sbin/semanage port -d -t cyphesis_port_t -p tcp 6767 &>/dev/null || : + /usr/sbin/semanage port -d -t cyphesis_port_t -p tcp 6769 &>/dev/null || : + /usr/sbin/semanage port -d -t cyphesis_port_t -p udp 32771 &>/dev/null || : + fi + return $RETVAL } cyphesis-0.5.8-postgresinit.patch: --- NEW FILE cyphesis-0.5.8-postgresinit.patch --- --- cyphesis.init.orig 2006-07-31 19:10:56.000000000 -0700 +++ cyphesis.init 2006-08-10 15:45:57.000000000 -0700 @@ -45,7 +45,7 @@ # Make sure the user has a postgres account if ! su $CYPHESISUSER -c "psql -c \"\" template1" >/dev/null 2>&1; then echo -n $"Creating PostgreSQL account: " - su $POSTGRESUSER -c "createuser -A -d $CYPHESISUSER" >/dev/null 2>&1 + su $POSTGRESUSER -c "createuser -S -R -d $CYPHESISUSER" >/dev/null 2>&1 RETVAL=$? if [ $RETVAL -eq 0 ]; then echo_success --- NEW FILE cyphesis.fc --- # cyphesis executable will have: # label: system_u:object_r:cyphesis_exec_t # MLS sensitivity: s0 # MCS categories: /usr/bin/cyphesis -- gen_context(system_u:object_r:cyphesis_exec_t,s0) --- NEW FILE cyphesis.if --- ## policy for cyphesis ######################################## ## ## Execute a domain transition to run cyphesis. ## ## ## ## Domain allowed to transition. ## ## # interface(`cyphesis_domtrans',` gen_require(` type cyphesis_t, cyphesis_exec_t; ') domain_auto_trans($1,cyphesis_exec_t,cyphesis_t) allow $1 cyphesis_t:fd use; allow cyphesis_t $1:fd use; allow cyphesis_t $1:fifo_file rw_file_perms; allow cyphesis_t $1:process sigchld; ') --- NEW FILE cyphesis.spec --- %define selinux_variants mls strict targeted %define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp) Name: cyphesis Version: 0.5.9 Release: 2%{?dist} Summary: WorldForge game server Group: System Environment/Libraries License: GPL URL: http://www.worldforge.org Source0: http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz Source1: cyphesis.te Source2: cyphesis.if Source3: cyphesis.fc Patch0: cyphesis-0.5.8-postgresinit.patch Patch1: cyphesis-0.5.8-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel libgcrypt-devel pkgconfig atlascpp-devel BuildRequires: varconf-devel libsigc++20-devel mercator-devel skstream-devel BuildRequires: postgresql-devel readline-devel avahi-devel %if "%{?fedora}" == "5" BuildRequires: checkpolicy selinux-policy >= 2.2.40 m4 hardlink %else BuildRequires: checkpolicy selinux-policy-devel hardlink %endif %if "%{selinux_policyver}" != "" Requires: selinux-policy >= %{selinux_policyver} %endif Requires: postgresql-server Requires(post): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(postun): /sbin/service %description Cyphesis is a WorldForge server suitable running small games. It is also designed by be used as an AI subsystem in a network of distributed servers. It includes a terrain engine based on the Mercator library, a persistence system based on PostgreSQL, and an AI engine using goal trees implemented in Python. It is the server used in most current WorldForge games. %package selinux Summary: SELinux policy files for the WorldForge game server Group: Amusements/Games Requires: %{name} = %{version}-%{release} Requires(post): /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles Requires(preun): /sbin/service /usr/sbin/semodule /usr/sbin/semanage /sbin/fixfiles /usr/sbin/setsebool Requires(postun): /usr/sbin/semodule %description selinux SELinux policy files for the WorldForge game server %prep %setup -q # It seems that the behavior of the postgres command 'createuser' # became more interactive in FC6. We need to update the # command line arguments to make it shut up. %if 0%{?fedora} >= 6 %patch0 %endif %patch1 chmod a-x rulesets/basic/world/objects/*/*.py chmod a-x rulesets/basic/mind/dictlist.py mkdir SELinux cp %{SOURCE1} %{SOURCE2} %{SOURCE3} SELinux/ # Use a /etc/sysconfig/cyphesis variable to determine if # we should load the world data into the cyphesis server # via cyclient or not. This should allow us to use a single # init.d script for both starting cyphesis and populating the world. echo "POPULATE_WORLD=1" >> cyphesis.sysconfig %build %configure make %{?_smp_mflags} # Build the selinux policy file pushd SELinux for variant in %{selinux_variants} do make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile mv %{name}.pp %{name}.pp.${variant} make NAME=${variant} -f %{_datadir}/selinux/devel/Makefile clean done popd %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -d %{buildroot}%{_sysconfdir}/init.d install -m 755 %{name}.init %{buildroot}%{_sysconfdir}/init.d/%{name} install -d %{buildroot}%{_sysconfdir}/sysconfig install -m 644 %{name}.sysconfig %{buildroot}%{_sysconfdir}/sysconfig/%{name} # Install selinux policies pushd SELinux for variant in %{selinux_variants} do install -d %{buildroot}%{_datadir}/selinux/${variant} install -p -m 644 %{name}.pp.${variant} \ %{buildroot}%{_datadir}/selinux/${variant}/%{name}.pp done popd # Hardlink identical policy module packages together /usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux %check make check %pre user_uid=`id -u cyphesis 2>/dev/null` if [ x"$user_uid" = x ] ; then useradd -r -d %{_datadir}/%{name} -M -c 'Cyphesis Game Server' \ cyphesis >/dev/null || : fi %post /sbin/chkconfig --add cyphesis %post selinux # Install SELinux policy modules for selinuxvariant in %{selinux_variants} do /usr/sbin/semodule -s ${selinuxvariant} -i \ %{_datadir}/selinux/${selinuxvariant}/%{name}.pp &> /dev/null || : done /usr/sbin/semanage port -a -t %{name}_port_t -p tcp 6767 &> /dev/null || : /usr/sbin/semanage port -a -t %{name}_port_t -p tcp 6769 &> /dev/null || : /usr/sbin/semanage port -a -t %{name}_port_t -p udp 32771 &> /dev/null || : /sbin/fixfiles -R %{name} restore || : /sbin/service %{name} condrestart > /dev/null 2>&1 || : %preun if [ "$1" = "0" ]; then /sbin/service cyphesis stop > /dev/null 2>&1 /sbin/chkconfig --del cyphesis fi %preun selinux if [ "$1" -lt "1" ] ; then # Disable the policy and restart the daemon /usr/sbin/setsebool %{name}_disable_trans 1 &> /dev/null || : /sbin/service %{name} condrestart > /dev/null 2>&1 || : # Unload the module /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 6767 &> /dev/null || : /usr/sbin/semanage port -d -t %{name}_port_t -p tcp 6769 &> /dev/null || : /usr/sbin/semanage port -d -t %{name}_port_t -p udp 32771 &> /dev/null || : for variant in %{selinux_variants} ; do /usr/sbin/semodule -s ${variant} -r %{name} &> /dev/null || : done # Set the context back /sbin/fixfiles -R %{name} restore || : fi %postun if [ "$1" -ge "1" ]; then /sbin/service cyphesis condrestart >/dev/null 2>&1 fi %postun selinux if [ "$1" -ge "1" ] ; then # Replace the module if it is already loaded. semodule -u also # checks the module version for variant in %{selinux_variants} ; do /usr/sbin/semodule -u %{_datadir}/selinux/${variant}/%{name}.pp || : done fi %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README NEWS THANKS TODO %{_bindir}/cy* %{_mandir}/man1/*.1.gz %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/* %{_sysconfdir}/init.d/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %{_datadir}/%{name} %files selinux %defattr(-,root,root,-) %doc SELinux/*.?? %{_datadir}/selinux/*/%{name}.pp %changelog * Mon Aug 28 2006 Wart 0.5.9-2 - Use more globs in %%files section - Remove unused -devel subpackage declaration * Sat Aug 26 2006 Wart 0.5.9-1 - Update to 0.5.9 * Sat Aug 5 2006 Wart 0.5.8-5 - Move semanage calls to the init script so that we can be sure they are called if a system manager turns selinux on or off between installing the package and starting it. - Remove FC4 bits from the spec file - unghost the .pyo files per the recent packaging committee decision - Don't bother explicitly creating a group for the cyphesis user * Thu Aug 3 2006 Wart 0.5.8-4 - Use find+sed in %%install instead of enumerating directories in %%files - Remove the use of fedora-usermgmt. There's no need. * Tue Aug 1 2006 Wart 0.5.8-3 - Clean up %%files * Tue Aug 1 2006 Wart 0.5.8-2 - Fix -init patch that was missing some key changes. * Tue Aug 1 2006 Wart 0.5.8-1 - Initial spec file for Fedora Extras --- NEW FILE cyphesis.te --- policy_module(cyphesis,1.0.0) ######################################## # # Declarations # gen_require(` type port_t; type system_dbusd_var_run_t; type urandom_device_t; type krb5_conf_t; attribute port_type; ') type cyphesis_port_t, port_type; type cyphesis_t; type cyphesis_exec_t; domain_type(cyphesis_t) # To disable the transition to the protected domain (which # effectively disables the policy), use: # setsebool cyphesis_disable_trans 1 init_daemon_domain(cyphesis_t, cyphesis_exec_t) # pid files type cyphesis_var_run_t; files_pid_file(cyphesis_var_run_t) # log files type cyphesis_var_log_t; logging_log_file(cyphesis_var_log_t) ######################################## # # cyphesis local policy # # Check in /etc/selinux/refpolicy/include for macros to use instead of allow rules. # Note: /usr/share/selinux/devel/include/support/obj_perm_sets.spt contains # the definitions of many permissions, such as 'rw_dir_perms' # Some common macros (you might be able to remove some) corecmd_dontaudit_search_sbin(cyphesis_t) corecmd_search_bin(cyphesis_t) corecmd_getattr_bin_files(cyphesis_t) files_read_usr_files(cyphesis_t) files_read_etc_files(cyphesis_t) libs_use_ld_so(cyphesis_t) libs_use_shared_libs(cyphesis_t) miscfiles_read_localization(cyphesis_t) ## internal communication is often done using fifo and unix sockets. allow cyphesis_t self:fifo_file { read write }; allow cyphesis_t self:unix_stream_socket create_stream_socket_perms; # pid file allow cyphesis_t cyphesis_var_run_t:file manage_file_perms; allow cyphesis_t cyphesis_var_run_t:sock_file manage_file_perms; allow cyphesis_t cyphesis_var_run_t:dir rw_dir_perms; files_pid_filetrans(cyphesis_t,cyphesis_var_run_t, { file sock_file }) # log files allow cyphesis_t cyphesis_var_log_t:file create_file_perms; allow cyphesis_t cyphesis_var_log_t:sock_file create_file_perms; allow cyphesis_t cyphesis_var_log_t:dir { rw_dir_perms setattr }; logging_log_filetrans(cyphesis_t,cyphesis_var_log_t,{ sock_file file dir }) logging_send_syslog_msg(cyphesis_t) ## Networking basics (adjust to your needs!) sysnet_dns_name_resolve(cyphesis_t) corenet_tcp_sendrecv_all_if(cyphesis_t) corenet_tcp_sendrecv_all_nodes(cyphesis_t) corenet_non_ipsec_sendrecv(cyphesis_t) corenet_tcp_bind_all_nodes(cyphesis_t) allow cyphesis_t self:tcp_socket { listen accept }; # The application expects cyphesis_port_t to be port 13327. # The port is defined using semanage: # semanage port -a -t cyphesis_port_t -p tcp 6767 # semanage port -a -t cyphesis_port_t -p tcp 6769 # semanage port -a -t cyphesis_port_t -p udp 32771 allow cyphesis_t cyphesis_port_t:tcp_socket { name_bind }; corenet_tcp_sendrecv_all_ports(cyphesis_t) # ?? allow cyphesis_t self:netlink_route_socket { bind create getattr nlmsg_read read write }; allow cyphesis_t self:unix_dgram_socket { connect create write }; # Init script handling init_use_fds(cyphesis_t) init_use_script_ptys(cyphesis_t) domain_use_interactive_fds(cyphesis_t) # Misc rules that are needed. I don't understand the meaning of some # of these, and for others I don't yet understand why the game needs # them kernel_read_kernel_sysctls(cyphesis_t) term_dontaudit_use_generic_ptys(cyphesis_t) # cyphesis wants to talk to avahi via dbus avahi_dbus_chat(avahi_t) avahi_dbus_chat(cyphesis_t) dbus_send_system_bus(cyphesis_t) postgresql_stream_connect(cyphesis_t) allow cyphesis_t system_dbusd_t:unix_stream_socket connectto; allow cyphesis_t system_dbusd_var_run_t:dir search; allow cyphesis_t system_dbusd_var_run_t:sock_file write; allow cyphesis_t self:process { setsched signal }; files_manage_generic_tmp_files(cyphesis_t) allow cyphesis_t tmp_t:sock_file create; allow cyphesis_t urandom_device_t:chr_file { getattr ioctl read }; allow cyphesis_t krb5_conf_t:file { getattr read }; allow cyphesis_t proc_t:file { getattr read }; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Aug 2006 15:27:38 -0000 1.1 +++ .cvsignore 31 Aug 2006 15:28:29 -0000 1.2 @@ -0,0 +1 @@ +cyphesis-0.5.9.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/cyphesis/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Aug 2006 15:27:38 -0000 1.1 +++ sources 31 Aug 2006 15:28:29 -0000 1.2 @@ -0,0 +1 @@ +afb0a55d508b85e6152c4169caa432ff cyphesis-0.5.9.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:30:40 2006 From: fedora-extras-commits at redhat.com (Michael Thomas (wart)) Date: Thu, 31 Aug 2006 08:30:40 -0700 Subject: owners owners.list,1.1478,1.1479 Message-ID: <200608311530.k7VFUgAB008930@cvs-int.fedora.redhat.com> Author: wart Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8904 Modified Files: owners.list Log Message: Added cyphesis Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1478 retrieving revision 1.1479 diff -u -r1.1478 -r1.1479 --- owners.list 30 Aug 2006 22:01:20 -0000 1.1478 +++ owners.list 31 Aug 2006 15:30:40 -0000 1.1479 @@ -235,6 +235,7 @@ Fedora Extras|cvsup|CVS-Optimized General-Purpose Network File Distribution System client|extras-orphan at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|cvsutils|CVS Utilities|rc040203 at freenet.de|extras-qa at fedoraproject.org| Fedora Extras|cvsweb|Web interface for CVS repositories|ville.skytta at iki.fi|extras-qa at fedoraproject.org| +Fedora Extras|cyphesis|WorldForge game server|wart at kobold.org|extras-qa at fedoraproject.org| Fedora Extras|cyrus-imapd|A high-performance mail server with IMAP, POP3, NNTP and SIEVE support|jdennis at redhat.com|extras-qa at fedoraproject.org| Fedora Extras|d4x|Downloader for X that supports resuming and many other features|matthias at rpmforge.net|extras-qa at fedoraproject.org| Fedora Extras|daap-sharp|DAAP implementation using Mono|bdpepple at ameritech.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 31 15:43:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:43:35 -0700 Subject: rpms/bigloo/FC-4 .cvsignore, 1.8, 1.9 bigloo.spec, 1.9, 1.10 sources, 1.8, 1.9 Message-ID: <200608311543.k7VFhbYG009140@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9103/FC-4 Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 14:52:42 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/bigloo.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bigloo.spec 22 Jun 2006 14:52:42 -0000 1.9 +++ bigloo.spec 31 Aug 2006 15:43:35 -0000 1.10 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 2%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Thu Jun 22 2006 Gerard Milmeister - 2.8b-1 - new version 2.8b Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/FC-4/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 14:52:42 -0000 1.8 +++ sources 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:43:35 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:43:35 -0700 Subject: rpms/bigloo/devel .cvsignore, 1.8, 1.9 bigloo.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <200608311543.k7VFhbPR009146@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9103/devel Modified Files: .cvsignore bigloo.spec sources Log Message: new version 2.8c-beta23Aug06 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 22 Jun 2006 13:52:21 -0000 1.8 +++ .cvsignore 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -bigloo2.8b.tar.gz +bigloo2.8c-beta23Aug06.tar.gz Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bigloo.spec 27 Aug 2006 23:24:55 -0000 1.12 +++ bigloo.spec 31 Aug 2006 15:43:35 -0000 1.13 @@ -1,20 +1,21 @@ %define _with_java 1 Name: bigloo -Version: 2.8b -Release: 3%{?dist} +Version: 2.8c +Release: 1%{?dist} Summary: Bigloo is compiler for the Scheme programming language Group: Development/Languages License: GPL URL: http://www-sop.inria.fr/mimosa/fp/Bigloo -Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8b.tar.gz +Source: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo2.8c-beta23Aug06.tar.gz Patch0: bigloo-symbol.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: emacs BuildRequires: emacs-el BuildRequires: xemacs BuildRequires: xemacs-el +BuildRequires: indent BuildRequires: /sbin/install-info BuildRequires: zip BuildRequires: java-1.4.2-gcj-compat-devel @@ -69,8 +70,9 @@ %prep %setup -q -n %{name}%{version} -%patch0 -p1 +#%patch0 -p1 perl -pi -e 's|bmask=755|bmask=644|' configure +perl -pi -e 's|/usr/local/bin/indent|indent|' configure %build @@ -124,6 +126,11 @@ chmod 755 bigloo/%{version}/*.so rm -f *.so mv bigloo/%{version}/*.so . + # seems to need to be hard linked so that it is provided by the package +# for ext in bdl calendar fth mail multimedia pth sqlite ssl web +# do +# ln -f libbigloo${ext}_s-%{version}.so libbigloo${ext}_u-%{version}.so +# done (cd bigloo/%{version}; ln -sf ../../*.so .) ) rm -fr $RPM_BUILD_ROOT%{_infodir}/dir @@ -202,6 +209,9 @@ %changelog +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +- new version 2.8c-beta23Aug06 + * Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 - Rebuild for FE6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 22 Jun 2006 13:52:21 -0000 1.8 +++ sources 31 Aug 2006 15:43:35 -0000 1.9 @@ -1 +1 @@ -23bcb6fe800dde6317bea539b8c15f70 bigloo2.8b.tar.gz +7ee3baede0ebd904ec73c3a56ae41540 bigloo2.8c-beta23Aug06.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 15:44:20 2006 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Thu, 31 Aug 2006 08:44:20 -0700 Subject: rpms/bigloo/devel bigloo.spec,1.13,1.14 Message-ID: <200608311544.k7VFiMsX009227@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/bigloo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9210 Modified Files: bigloo.spec Log Message: Index: bigloo.spec =================================================================== RCS file: /cvs/extras/rpms/bigloo/devel/bigloo.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- bigloo.spec 31 Aug 2006 15:43:35 -0000 1.13 +++ bigloo.spec 31 Aug 2006 15:44:20 -0000 1.14 @@ -209,9 +209,11 @@ %changelog -* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 +* Thu Aug 31 2006 Gerard Milmeister - 2.8c-1 - new version 2.8c-beta23Aug06 +* Thu Aug 3 2006 Gerard Milmeister - 2.8c-1 + * Mon Aug 28 2006 Gerard Milmeister - 2.8b-3 - Rebuild for FE6 From fedora-extras-commits at redhat.com Thu Aug 31 15:50:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 08:50:05 -0700 Subject: rpms/xscorch/devel xscorch.spec,1.6,1.7 Message-ID: <200608311550.k7VFo713009340@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/xscorch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9323 Modified Files: xscorch.spec Log Message: - One more time taging problem ;) Index: xscorch.spec =================================================================== RCS file: /cvs/extras/rpms/xscorch/devel/xscorch.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xscorch.spec 30 Aug 2006 22:19:50 -0000 1.6 +++ xscorch.spec 31 Aug 2006 15:50:05 -0000 1.7 @@ -45,9 +45,11 @@ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} -%post -p update-desktop-database &> /dev/null ||: +%post +update-desktop-database &> /dev/null ||: -%postun -p update-desktop-database &> /dev/null ||: +%postun +update-desktop-database &> /dev/null ||: %clean rm -rf $RPM_BUILD_ROOT From fedora-extras-commits at redhat.com Thu Aug 31 15:57:13 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 08:57:13 -0700 Subject: rpms/tetex-unicode/devel tetex-unicode.spec, 1.8, 1.9 needs.rebuild, 1.1, NONE Message-ID: <200608311557.k7VFvFCU009444@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9427 Modified Files: tetex-unicode.spec Removed Files: needs.rebuild Log Message: rebuild Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/tetex-unicode.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tetex-unicode.spec 22 Feb 2006 16:14:35 -0000 1.8 +++ tetex-unicode.spec 31 Aug 2006 15:57:13 -0000 1.9 @@ -1,6 +1,6 @@ Name: tetex-unicode Version: 0 -Release: 5.20041017%{?dist} +Release: 6.20041017%{?dist} Summary: Unicode support for LaTeX @@ -58,6 +58,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 0-6.20041017 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 0-5.20041017 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:04:47 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:04:47 -0700 Subject: rpms/ulogd/devel ulogd.spec,1.14,1.15 needs.rebuild,1.1,NONE Message-ID: <200608311604.k7VG4nL9012227@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/ulogd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12210 Modified Files: ulogd.spec Removed Files: needs.rebuild Log Message: rebuild Index: ulogd.spec =================================================================== RCS file: /cvs/extras/rpms/ulogd/devel/ulogd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ulogd.spec 22 Feb 2006 12:24:03 -0000 1.14 +++ ulogd.spec 31 Aug 2006 16:04:47 -0000 1.15 @@ -1,6 +1,6 @@ Name: ulogd Version: 1.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The userspace logging daemon for netfilter License: GPL Group: System Environment/Daemons @@ -113,6 +113,9 @@ %{_libdir}/ulogd/ulogd_PGSQL.so %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.24-2 +- rebuild + * Wed Feb 22 2006 Aurelien Bompard 1.24-1 - version 1.24 - drop patch3 (applied upstream) --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:05:00 2006 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Thu, 31 Aug 2006 09:05:00 -0700 Subject: rpms/supertux/FC-5 supertux.spec,1.10,1.11 Message-ID: <200608311605.k7VG52wT012284@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/supertux/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12266 Modified Files: supertux.spec Log Message: Sync with devel. Index: supertux.spec =================================================================== RCS file: /cvs/extras/rpms/supertux/FC-5/supertux.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- supertux.spec 13 Feb 2006 21:50:37 -0000 1.10 +++ supertux.spec 31 Aug 2006 16:05:00 -0000 1.11 @@ -1,6 +1,6 @@ Name: supertux Version: 0.1.3 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Jump'n run like game similar to Mario Bros @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel -BuildRequires: zlib-devel, desktop-file-utils +BuildRequires: zlib-devel, desktop-file-utils, libGLU-devel %description SuperTux is a jump'n run like game, with strong inspiration from the @@ -55,6 +55,12 @@ %{_datadir}/pixmaps/* %changelog +* Mon Aug 28 2006 Steven Pritchard 0.1.3-5 +- Rebuild + +* Sat Jun 03 2006 Steven Pritchard 0.1.3-4 +- BR: libGLU-devel to fix rawhide build + * Tue Feb 07 2006 Steven Pritchard 0.1.3-3 - Patch to fix compile on rawhide From fedora-extras-commits at redhat.com Thu Aug 31 16:07:40 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:07:40 -0700 Subject: rpms/xbindkeys/devel xbindkeys.spec, 1.12, 1.13 needs.rebuild, 1.1, NONE Message-ID: <200608311607.k7VG7g1u012391@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xbindkeys/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12374 Modified Files: xbindkeys.spec Removed Files: needs.rebuild Log Message: rebuild Index: xbindkeys.spec =================================================================== RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- xbindkeys.spec 2 Jul 2006 21:20:43 -0000 1.12 +++ xbindkeys.spec 31 Aug 2006 16:07:40 -0000 1.13 @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.7.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Binds keys or mouse buttons to shell commands under X. License: GPL @@ -41,6 +41,9 @@ %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 1.7.3-4 +- rebuild + * Sun Jul 02 2006 Aurelien Bompard 1.7.3-3 - use LDFLAGS=-lpthread to fix build on FC6 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:12:33 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:12:33 -0700 Subject: rpms/xlhtml/devel xlhtml.spec,1.9,1.10 needs.rebuild,1.1,NONE Message-ID: <200608311612.k7VGCZ55012483@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/xlhtml/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12466 Modified Files: xlhtml.spec Removed Files: needs.rebuild Log Message: rebuild Index: xlhtml.spec =================================================================== RCS file: /cvs/extras/rpms/xlhtml/devel/xlhtml.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xlhtml.spec 21 Feb 2006 19:29:56 -0000 1.9 +++ xlhtml.spec 31 Aug 2006 16:12:33 -0000 1.10 @@ -1,7 +1,7 @@ Name: xlhtml Summary: Excel 95/97 and PowerPoint to HTML converter Version: 0.5 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL Group: Applications/Text @@ -45,6 +45,9 @@ %{_mandir}/man1/* %changelog +* Thu Aug 31 2006 Aurelien Bompard 0.5-6 +- rebuild + * Tue Feb 21 2006 Aurelien Bompard 0.5-5 - rebuild for FC5 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 16:15:56 2006 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Thu, 31 Aug 2006 09:15:56 -0700 Subject: rpms/tiger/devel tiger.spec,1.1,1.2 needs.rebuild,1.1,NONE Message-ID: <200608311616.k7VGGSp3012810@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tiger/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12554 Modified Files: tiger.spec Removed Files: needs.rebuild Log Message: rebuild Index: tiger.spec =================================================================== RCS file: /cvs/extras/rpms/tiger/devel/tiger.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tiger.spec 13 May 2006 21:38:59 -0000 1.1 +++ tiger.spec 31 Aug 2006 16:15:56 -0000 1.2 @@ -1,6 +1,6 @@ Name: tiger Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Security auditing on UNIX systems Group: Applications/System @@ -115,6 +115,9 @@ %changelog +* Thu Aug 31 2006 Aurelien Bompard 3.2.1-5 +- rebuild + * Sat May 13 2006 Aurelien Bompard 3.2.1-4 - include the COPYING file - put HTML doc in %%doc --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:47:35 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:47:35 -0700 Subject: rpms/SDL_image/devel SDL_image.spec,1.8,1.9 Message-ID: <200608312147.k7VLlbdP005070@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5053 Modified Files: SDL_image.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.5-2 - Rebuild for FC6. Index: SDL_image.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- SDL_image.spec 26 Aug 2006 13:55:16 -0000 1.8 +++ SDL_image.spec 31 Aug 2006 21:47:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: SDL_image Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Image loading library for SDL Group: System Environment/Libraries @@ -77,6 +77,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.5-2 +- Rebuild for FC6. + * Sat Aug 26 2006 Brian Pepple - 1.2.5-1 - Update to 1.2.5. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:54:44 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:54:44 -0700 Subject: rpms/SDL_net/devel SDL_net.spec,1.6,1.7 Message-ID: <200608312154.k7VLskdO005201@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5184 Modified Files: SDL_net.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.6-2 - Rebuild for FC6. Index: SDL_net.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_net/devel/SDL_net.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- SDL_net.spec 26 Aug 2006 03:53:03 -0000 1.6 +++ SDL_net.spec 31 Aug 2006 21:54:44 -0000 1.7 @@ -1,6 +1,6 @@ Name: SDL_net Version: 1.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SDL portable network library Group: System Environment/Libraries @@ -68,6 +68,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.6-2 +- Rebuild for FC6. + * Fri Aug 25 2006 Brian Pepple - 1.2.6-1 - Update to 1.2.6. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:08 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:56:08 -0700 Subject: rpms/SDL_mixer/devel SDL_mixer.spec,1.14,1.15 Message-ID: <200608312156.k7VLuAtY005299@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5281 Modified Files: SDL_mixer.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 1.2.7-2 - Rebuild for FC6. Index: SDL_mixer.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_mixer/devel/SDL_mixer.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- SDL_mixer.spec 25 Aug 2006 23:25:01 -0000 1.14 +++ SDL_mixer.spec 31 Aug 2006 21:56:08 -0000 1.15 @@ -1,6 +1,6 @@ Name: SDL_mixer Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple DirectMedia Layer - Sample Mixer Library Group: System Environment/Libraries @@ -81,6 +81,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.2.7-2 +- Rebuild for FC6. + * Fri Aug 25 2006 Brian Pepple - 1.2.7-1 - Update to 1.2.7. - Update bad-code & timidity patches. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:56:37 -0700 Subject: rpms/monodoc import.log,1.17,1.18 Message-ID: <200608312157.k7VLvApM005414@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5362 Modified Files: import.log Log Message: auto-import monodoc-1.1.17-1 on branch devel from monodoc-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodoc/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 11 Jul 2006 15:28:36 -0000 1.17 +++ import.log 31 Aug 2006 21:56:37 -0000 1.18 @@ -14,3 +14,4 @@ monodoc-1_1_13-17:HEAD:monodoc-1.1.13-17.src.rpm:1152450288 monodoc-1_1_16-1:HEAD:monodoc-1.1.16-1.src.rpm:1152631544 monodoc-1_1_16-1:FC-5:monodoc-1.1.16-1.src.rpm:1152631706 +monodoc-1_1_17-1:HEAD:monodoc-1.1.17-1.src.rpm:1157061387 From fedora-extras-commits at redhat.com Thu Aug 31 21:57:11 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:57:11 -0700 Subject: rpms/SDL_ttf/devel SDL_ttf.spec,1.11,1.12 Message-ID: <200608312157.k7VLvDZE005440@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5423 Modified Files: SDL_ttf.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 2.0.8-2 - Update for FC6. Index: SDL_ttf.spec =================================================================== RCS file: /cvs/extras/rpms/SDL_ttf/devel/SDL_ttf.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- SDL_ttf.spec 26 Aug 2006 14:17:41 -0000 1.11 +++ SDL_ttf.spec 31 Aug 2006 21:57:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: SDL_ttf Version: 2.0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple DirectMedia Layer TrueType Font library Group: System Environment/Libraries @@ -71,6 +71,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 2.0.8-2 +- Update for FC6. + * Sat Aug 26 2006 Brian Pepple - 2.0.8-1 - Update to 2.0.8. - Simplify description & summary for devel package. From fedora-extras-commits at redhat.com Thu Aug 31 21:56:38 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:56:38 -0700 Subject: rpms/monodoc/devel monodoc-patches.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 monodoc.spec, 1.9, 1.10 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE Message-ID: <200608312157.k7VLvAOV005421@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5362/devel Modified Files: .cvsignore monodoc.spec sources Added Files: monodoc-patches.patch Removed Files: needs.rebuild Log Message: auto-import monodoc-1.1.17-1 on branch devel from monodoc-1.1.17-1.src.rpm monodoc-patches.patch: --- NEW FILE monodoc-patches.patch --- --- monodoc-1.1.17/monodoc.pc.in 2006-07-05 23:32:49.000000000 +0100 +++ monodoc-1.1.17/monodoc.pc.in 2006-08-30 23:26:50.000000000 +0100 @@ -1,9 +1,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@prefix@/lib +libdir=@libdir@ sourcesdir=@monodocdir@/sources Name: Monodoc Description: Monodoc - Mono Documentation Tools Version: @VERSION@ -Libs: /r:${prefix}/lib/mono/monodoc/monodoc.dll +Libs: /r:@libdir@/mono/monodoc/monodoc.dll --- monodoc-1.1.17/engine/Makefile.am 2006-07-05 23:32:10.000000000 +0100 +++ monodoc-1.1.17/engine/Makefile.am 2006-08-30 23:27:21.000000000 +0100 @@ -3,13 +3,13 @@ CLEANFILES = monodoc.dll assembler.exe $(monodoc_unix_DATA) normalize.exe mod.exe validate.exe cs2ecma.exe DISTCLEANFILE = AssemblyInfo.cs -if USE_CYGPATH -GACDIR=`cygpath -w $(prefix)/lib` -GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` -else -GACDIR=$(prefix)/lib -GACROOT=$(DESTDIR)$(prefix)/lib -endif +#if USE_CYGPATH +#GACDIR=`cygpath -w $(prefix)/lib` +#GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` +#else +GACDIR=$(libdir) +GACROOT=$(DESTDIR)$(libdir) +#endif monodoc_sources = \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 15:25:54 -0000 1.3 +++ .cvsignore 31 Aug 2006 21:56:38 -0000 1.4 @@ -1 +1 @@ -monodoc-1.1.16.zip +monodoc-1.1.17.zip Index: monodoc.spec =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/monodoc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- monodoc.spec 11 Jul 2006 15:25:54 -0000 1.9 +++ monodoc.spec 31 Aug 2006 21:56:38 -0000 1.10 @@ -2,15 +2,16 @@ Summary: The mono documentation system Name: monodoc -Version: 1.1.16 +Version: 1.1.17 Release: 1%{?dist} License: GPL Group: Documentation Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.zip URL: http://go-mono.com/sources/monodoc/ +Patch0: monodoc-patches.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf -Requires: mono-core +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf automake +Requires: mono-core links %description monodoc is the documentation package for the mono .NET environment @@ -18,46 +19,49 @@ %package devel Summary: .pc file for monodoc Group: Documentation -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development file for monodoc %prep %setup -q +%patch0 -p1 +autoreconf %build -export MONO_PATH=%{buildroot}/lib -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:$PKG_CONFIG_DIR -%configure +%configure --libdir=%{_libdir} make %install %{__rm} -rf %{buildroot} -export MONO_PATH=%{buildroot}/lib make DESTDIR=%{buildroot} install +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog NEWS README -%{_prefix}/lib/mono/gac/monodoc/ -%{_prefix}/lib/mono/monodoc/ +%{_libdir}/mono/gac/monodoc/ +%{_libdir}/mono/monodoc/ %{_libdir}/%{name}/ -%{_bindir}/mdassembler -%{_bindir}/mdcs2ecma -%{_bindir}/mdnormalizer -%{_bindir}/mdvalidater -%{_bindir}/mod -%{_bindir}/monodoc* +%{_bindir}/md* +%{_bindir}/mo* %files devel %defattr (-, root, root) %{_libdir}/pkgconfig/monodoc.pc -%clean -%{__rm} -rf %{buildroot} - %changelog +* Wed Aug 30 2006 Paul F. Johnson 1.1.17-1 +- bump to next version +- added R links +- removed some of the legacy stuff in the spec +- globbed the bins +- made 64 bit happy (monodoc-patches.patch) +- added pkgconfig for the devel package + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version - changed usr-lib to prefix-lib Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodoc/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 15:25:54 -0000 1.3 +++ sources 31 Aug 2006 21:56:38 -0000 1.4 @@ -1 +1 @@ -fe1b79236f5a44a64af9eff353cde245 monodoc-1.1.16.zip +e4f904f23a0c7ca514403fb8ad86ff3e monodoc-1.1.17.zip --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:58:18 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:58:18 -0700 Subject: rpms/monodoc import.log,1.18,1.19 Message-ID: <200608312158.k7VLwKXi005602@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5568 Modified Files: import.log Log Message: auto-import monodoc-1.1.17-1 on branch FC-5 from monodoc-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/monodoc/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 31 Aug 2006 21:56:37 -0000 1.18 +++ import.log 31 Aug 2006 21:58:18 -0000 1.19 @@ -15,3 +15,4 @@ monodoc-1_1_16-1:HEAD:monodoc-1.1.16-1.src.rpm:1152631544 monodoc-1_1_16-1:FC-5:monodoc-1.1.16-1.src.rpm:1152631706 monodoc-1_1_17-1:HEAD:monodoc-1.1.17-1.src.rpm:1157061387 +monodoc-1_1_17-1:FC-5:monodoc-1.1.17-1.src.rpm:1157061487 From fedora-extras-commits at redhat.com Thu Aug 31 21:58:19 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:58:19 -0700 Subject: rpms/monodoc/FC-5 monodoc-patches.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 monodoc.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608312158.k7VLwLPM005610@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/monodoc/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5568/FC-5 Modified Files: .cvsignore monodoc.spec sources Added Files: monodoc-patches.patch Log Message: auto-import monodoc-1.1.17-1 on branch FC-5 from monodoc-1.1.17-1.src.rpm monodoc-patches.patch: --- NEW FILE monodoc-patches.patch --- --- monodoc-1.1.17/monodoc.pc.in 2006-07-05 23:32:49.000000000 +0100 +++ monodoc-1.1.17/monodoc.pc.in 2006-08-30 23:26:50.000000000 +0100 @@ -1,9 +1,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@prefix@/lib +libdir=@libdir@ sourcesdir=@monodocdir@/sources Name: Monodoc Description: Monodoc - Mono Documentation Tools Version: @VERSION@ -Libs: /r:${prefix}/lib/mono/monodoc/monodoc.dll +Libs: /r:@libdir@/mono/monodoc/monodoc.dll --- monodoc-1.1.17/engine/Makefile.am 2006-07-05 23:32:10.000000000 +0100 +++ monodoc-1.1.17/engine/Makefile.am 2006-08-30 23:27:21.000000000 +0100 @@ -3,13 +3,13 @@ CLEANFILES = monodoc.dll assembler.exe $(monodoc_unix_DATA) normalize.exe mod.exe validate.exe cs2ecma.exe DISTCLEANFILE = AssemblyInfo.cs -if USE_CYGPATH -GACDIR=`cygpath -w $(prefix)/lib` -GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` -else -GACDIR=$(prefix)/lib -GACROOT=$(DESTDIR)$(prefix)/lib -endif +#if USE_CYGPATH +#GACDIR=`cygpath -w $(prefix)/lib` +#GACROOT=`cygpath -w $(DESTDIR)$(prefix)/lib` +#else +GACDIR=$(libdir) +GACROOT=$(DESTDIR)$(libdir) +#endif monodoc_sources = \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Jul 2006 15:28:36 -0000 1.3 +++ .cvsignore 31 Aug 2006 21:58:19 -0000 1.4 @@ -1 +1 @@ -monodoc-1.1.16.zip +monodoc-1.1.17.zip Index: monodoc.spec =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/monodoc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- monodoc.spec 11 Jul 2006 15:28:36 -0000 1.9 +++ monodoc.spec 31 Aug 2006 21:58:19 -0000 1.10 @@ -2,15 +2,16 @@ Summary: The mono documentation system Name: monodoc -Version: 1.1.16 +Version: 1.1.17 Release: 1%{?dist} License: GPL Group: Documentation Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.zip URL: http://go-mono.com/sources/monodoc/ +Patch0: monodoc-patches.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf -Requires: mono-core +BuildRequires: mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf automake +Requires: mono-core links %description monodoc is the documentation package for the mono .NET environment @@ -18,46 +19,49 @@ %package devel Summary: .pc file for monodoc Group: Documentation -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development file for monodoc %prep %setup -q +%patch0 -p1 +autoreconf %build -export MONO_PATH=%{buildroot}/lib -export PKG_CONFIG_PATH=%{_libdir}/pkgconfig:%{_prefix}/lib/pkgconfig/:$PKG_CONFIG_DIR -%configure +%configure --libdir=%{_libdir} make %install %{__rm} -rf %{buildroot} -export MONO_PATH=%{buildroot}/lib make DESTDIR=%{buildroot} install +%clean +%{__rm} -rf %{buildroot} + %files %defattr(-, root, root) %doc COPYING AUTHORS ChangeLog NEWS README -%{_prefix}/lib/mono/gac/monodoc/ -%{_prefix}/lib/mono/monodoc/ +%{_libdir}/mono/gac/monodoc/ +%{_libdir}/mono/monodoc/ %{_libdir}/%{name}/ -%{_bindir}/mdassembler -%{_bindir}/mdcs2ecma -%{_bindir}/mdnormalizer -%{_bindir}/mdvalidater -%{_bindir}/mod -%{_bindir}/monodoc* +%{_bindir}/md* +%{_bindir}/mo* %files devel %defattr (-, root, root) %{_libdir}/pkgconfig/monodoc.pc -%clean -%{__rm} -rf %{buildroot} - %changelog +* Wed Aug 30 2006 Paul F. Johnson 1.1.17-1 +- bump to next version +- added R links +- removed some of the legacy stuff in the spec +- globbed the bins +- made 64 bit happy (monodoc-patches.patch) +- added pkgconfig for the devel package + * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version - changed usr-lib to prefix-lib Index: sources =================================================================== RCS file: /cvs/extras/rpms/monodoc/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Jul 2006 15:28:36 -0000 1.3 +++ sources 31 Aug 2006 21:58:19 -0000 1.4 @@ -1 +1 @@ -fe1b79236f5a44a64af9eff353cde245 monodoc-1.1.16.zip +e4f904f23a0c7ca514403fb8ad86ff3e monodoc-1.1.17.zip From fedora-extras-commits at redhat.com Thu Aug 31 21:58:41 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 14:58:41 -0700 Subject: rpms/SDL_image/devel needs.rebuild,1.1,NONE Message-ID: <200608312158.k7VLwhi5005676@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_image/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5660 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 21:59:14 2006 From: fedora-extras-commits at redhat.com (Patrice Dumas (pertusus)) Date: Thu, 31 Aug 2006 14:59:14 -0700 Subject: rpms/cernlib/devel cernlib.spec,1.32,1.33 Message-ID: <200608312159.k7VLxGIY005716@cvs-int.fedora.redhat.com> Author: pertusus Update of /cvs/extras/rpms/cernlib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5699 Modified Files: cernlib.spec Log Message: * Thu Aug 31 2006 Patrice Dumas - 2005-22 - add -q to %setup - rebuild against lesstif for FC6 Index: cernlib.spec =================================================================== RCS file: /cvs/extras/rpms/cernlib/devel/cernlib.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- cernlib.spec 24 May 2006 21:11:47 -0000 1.32 +++ cernlib.spec 31 Aug 2006 21:59:14 -0000 1.33 @@ -1,6 +1,6 @@ Name: cernlib Version: 2005 -Release: 21%{?dist} +Release: 22%{?dist} Summary: General purpose CERN library and associated binaries Group: Development/Libraries # As explained in the cernlib on debian FAQ, cfortran can be considered LGPL. @@ -12,7 +12,12 @@ #BuildRequires: gcc-g77 #Requires: libxorg-x11-devel lesstif-devel libblas3-devel liblapack3-devel # fedora core +%if "%fedora" > "5" +BuildRequires: lesstif-devel +%else BuildRequires: openmotif-devel +%endif + %if "%fedora" <= "3" BuildRequires: lapack blas %else @@ -37,7 +42,7 @@ # these sources are different from the upstream sources as files with # GPL incompatible licences are removed. You can use cernlib-remove-deadpool # and cernlib-deadpool.txt to recreate them from the upstream -# In a directoory with the cernlib sources, issue +# In a directory with the cernlib sources, issue # sh cernlib-remove-deadpool Source3: http://wwwasd.web.cern.ch/wwwasd/cernlib/download/2005_source/tar/src_geant321.tar.gz Source4: http://wwwasd.web.cern.ch/wwwasd/cernlib/download/2005_source/tar/src_graflib.tar.gz @@ -234,7 +239,11 @@ %package devel Summary: General purpose CERN library static libraries and headers -Requires: openmotif-devel +%if "%fedora" > "5" +BuildRequires: lesstif-devel +%else +BuildRequires: openmotif-devel +%endif %if "%fedora" <= "3" Requires: lapack blas %else @@ -327,24 +336,24 @@ %prep -%setup -c -%setup -T -D -a 2 -%setup -T -D -a 3 -%setup -T -D -a 4 -%setup -T -D -a 5 -%setup -T -D -a 6 -%setup -T -D -a 7 -%setup -T -D -a 8 -%setup -T -D -a 9 -%setup -T -D -a 10 -%setup -T -D -a 11 -%setup -T -D -a 12 -%setup -T -D -a 14 -%setup -T -D -a 15 -%setup -T -D -a 17 +%setup -q -c +%setup -q -T -D -a 2 +%setup -q -T -D -a 3 +%setup -q -T -D -a 4 +%setup -q -T -D -a 5 +%setup -q -T -D -a 6 +%setup -q -T -D -a 7 +%setup -q -T -D -a 8 +%setup -q -T -D -a 9 +%setup -q -T -D -a 10 +%setup -q -T -D -a 11 +%setup -q -T -D -a 12 +%setup -q -T -D -a 14 +%setup -q -T -D -a 15 +%setup -q -T -D -a 17 # patch patchy 4 installer fortran generator script -# avtually it is unusefull, because the unpacking has been done +# actually it is unusefull, because the unpacking has been done # offline, see comment above. #%patch -P 1500 @@ -840,58 +849,62 @@ %changelog -* Wed May 24 2006 Patrice Dumas - 2005-21 +* Thu Aug 31 2006 Patrice Dumas - 2005-22 +- add -q to %%setup +- rebuild against lesstif for FC6 + +* Wed May 24 2006 Patrice Dumas - 2005-21 - compile paw statically against the cernlib (paw binaries dynamically compiled against the cernlib are still shiped). Fix 192866 -* Wed May 17 2006 Patrice Dumas - 2005-20 +* Wed May 17 2006 Patrice Dumas - 2005-20 - use new debian patchset. Fix 191631 -* Tue Apr 13 2006 Patrice Dumas - 2005-19 +* Tue Apr 13 2006 Patrice Dumas - 2005-19 - add a patch to yexpand, to avoid using $HOME. -* Tue Apr 13 2006 Patrice Dumas - 2005-17 +* Tue Apr 13 2006 Patrice Dumas - 2005-17 - npatchy don't build on ppc. -* Wed Apr 12 2006 Patrice Dumas - 2005-16 +* Wed Apr 12 2006 Patrice Dumas - 2005-16 - unpack patchy offline because the files are within an unformatted fortran file which won't be right on all the arches. -* Tue Apr 11 2006 Patrice Dumas - 2005-15.1 +* Tue Apr 11 2006 Patrice Dumas - 2005-15.1 - add conditionals in spec to have only one for all fedora versions. -* Tue Apr 11 2006 Patrice Dumas - 2005-14 +* Tue Apr 11 2006 Patrice Dumas - 2005-14 - add patchy version 4 and build cernlib patchy. From Mattias Ellert. - update to newer debian patchset -* Thu Feb 16 2006 Patrice Dumas - 2005-13 +* Thu Feb 16 2006 Patrice Dumas - 2005-13 - rebuild for fc5 -* Tue Jan 17 2006 Patrice Dumas - 2005-12.1 +* Tue Jan 17 2006 Patrice Dumas - 2005-12.1 - attempt a rebuild against newer openmotif -* Tue Dec 20 2005 Patrice Dumas - 2005-11.4 +* Tue Dec 20 2005 Patrice Dumas - 2005-11.4 - add a symlink from /usr/lib/cernlib/2005/bin/pawX11 to /usr/bin/pawX11 - fix gxint -* Tue Dec 20 2005 Patrice Dumas - 2005-10 +* Tue Dec 20 2005 Patrice Dumas - 2005-10 - add file in /etc/ld.so.conf.d required for dynamic linking -* Wed Dec 14 2005 Patrice Dumas - 2005-9.1 +* Wed Dec 14 2005 Patrice Dumas - 2005-9.1 - use new debian patchset -* Fri Dec 9 2005 Patrice Dumas - 2005-8.1 +* Fri Dec 9 2005 Patrice Dumas - 2005-8.1 - use new debian patchset - enable 64 bit fixes patch -* Fri Dec 2 2005 Patrice Dumas - 2005-7 +* Fri Dec 2 2005 Patrice Dumas - 2005-7 - use updated beta debian patchset - remove the BSD in the licence because there is no library nor binary under a BSD licence and someone could get the idea that there is some dual BSD/GPL licenced binaries or libraries. The LGPL is kept because of cfortran -* Tue Nov 29 2005 Patrice Dumas - 2005-6.1 +* Tue Nov 29 2005 Patrice Dumas - 2005-6.1 - update with newer debian patchset for cernlib, fix licence issues - don't use the include.tar.gz source, instead get include files from the source files @@ -899,17 +912,17 @@ - simplify the scripts modifications - add BuildRequires: libXau-devel to workaround #173530 -* Tue Nov 15 2005 Patrice Dumas - 2005-4 +* Tue Nov 15 2005 Patrice Dumas - 2005-4 - add a .csh file - correct defaults in cernlib scripts -* Sun Sep 11 2005 Patrice Dumas - 2005-3 +* Sun Sep 11 2005 Patrice Dumas - 2005-3 - add rm -rf $RPM_BUILD_ROOT -* Thu Sep 1 2005 Patrice Dumas - 2005-2 +* Thu Sep 1 2005 Patrice Dumas - 2005-2 - minor update of cernlib.README - modify the cernlib script patch to use /usr/X11R6/lib64 if existing -* Tue Jun 09 2005 Patrice Dumas - 2005-1 +* Tue Jun 09 2005 Patrice Dumas - 2005-1 - full rewrite of the spec file from Scientific Linux - use some ideas and many patches from debian cernlib From fedora-extras-commits at redhat.com Thu Aug 31 21:59:37 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:37 -0700 Subject: rpms/gdesklets/FC-5 Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.22, 1.23 Message-ID: <200608312159.k7VLxdJj005856@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/FC-5 Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-5/gdesklets.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gdesklets.spec 30 Aug 2006 09:10:34 -0000 1.22 +++ gdesklets.spec 31 Aug 2006 21:59:37 -0000 1.23 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -8,10 +8,11 @@ URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -31,7 +32,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -89,6 +90,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:38 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:38 -0700 Subject: rpms/gdesklets/devel Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.19, 1.20 Message-ID: <200608312159.k7VLxeOI005862@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/devel Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/devel/gdesklets.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gdesklets.spec 30 Aug 2006 09:10:40 -0000 1.19 +++ gdesklets.spec 31 Aug 2006 21:59:38 -0000 1.20 @@ -1,6 +1,6 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops @@ -8,10 +8,11 @@ URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext BuildRequires: libXau-devel, libXdmcp-devel, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils @@ -31,7 +32,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -89,6 +90,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:36 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:59:36 -0700 Subject: rpms/xsp import.log,1.16,1.17 Message-ID: <200608312200.k7VM08F2005872@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5770 Modified Files: import.log Log Message: auto-import xsp-1.1.17-1 on branch FC-5 from xsp-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 13 Aug 2006 21:06:14 -0000 1.16 +++ import.log 31 Aug 2006 21:59:36 -0000 1.17 @@ -13,3 +13,4 @@ xsp-1_1_16-2:HEAD:xsp-1.1.16-2.src.rpm:1152633088 xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 +xsp-1_1_17-1:FC-5:xsp-1.1.17-1.src.rpm:1157061563 From fedora-extras-commits at redhat.com Thu Aug 31 21:59:36 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 14:59:36 -0700 Subject: rpms/gdesklets/FC-4 Pyorbit-1.0-fix.patch, NONE, 1.1 gdesklets.spec, 1.17, 1.18 Message-ID: <200608312200.k7VM08dI005875@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5768/FC-4 Modified Files: gdesklets.spec Added Files: Pyorbit-1.0-fix.patch Log Message: updated spec and added patch for PyOrbit Pyorbit-1.0-fix.patch: --- NEW FILE Pyorbit-1.0-fix.patch --- --- ./gdesklets.fix 2006-08-31 01:37:18.000000000 -0700 +++ ./gdesklets 2006-08-31 01:37:00.000000000 -0700 @@ -58,8 +58,8 @@ _("GTK python bindings (pygtk2) version >= 2.4.0 and " "GTK+ version >= 2.4.0 are required.") ), - ( ("ORBit",), lambda m : m.__version__ == (2, 0, 1), - _("ORBit python bindings (pyorbit) version == 2.0.1 are required.") + ( ("ORBit",), lambda m : m.__version__ >= (2, 0, 1), + _("ORBit python bindings (pyorbit) version >= 2.0.1 are required.") ), ( ("bonobo.ui",), lambda m : m, _("bonobo python bindings are required.") Index: gdesklets.spec =================================================================== RCS file: /cvs/extras/rpms/gdesklets/FC-4/gdesklets.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gdesklets.spec 30 Aug 2006 09:10:33 -0000 1.17 +++ gdesklets.spec 31 Aug 2006 21:59:36 -0000 1.18 @@ -1,15 +1,16 @@ Name: gdesklets Version: 0.35.3 -Release: 13%{?dist}.2 +Release: 14%{?dist} Summary: Advanced architecture for desktop applets Group: User Interface/Desktops License: GPL URL: http://www.gdesklets.org/ Source0: http://www.gdesklets.org/releases/gDesklets-%{version}.tar.bz2 +Patch0: Pyorbit-1.0-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel > 2.0.0, pyorbit-devel >= 2.0.1 , pygtk2-devel > 2.4.0, +BuildRequires: python-devel > 2.0.0, pyorbit-devel , pygtk2-devel > 2.4.0, BuildRequires: librsvg2-devel, libgtop2-devel >= 2.8.0, gettext, intltool BuildRequires: gnome-python2 >= 2.0.0, libgnome-devel > 2.6.0, desktop-file-utils Requires: gnome-python2-gconf >= 2.6.0 @@ -28,7 +29,7 @@ %prep %setup -q -n gDesklets-%{version} - +%patch0 -p1 %build @@ -86,6 +87,9 @@ %changelog +* Thu Aug 31 2006 Luya Tshimbalanga - 0.35-3-14 +- Add patch related to pyorbit due to upstream bug + * Wed Aug 30 2006 Luya Tshimbalanga - 0.35-3-13.2 - pyorbit for FC-4 is 2.0.1 (-_-) From fedora-extras-commits at redhat.com Thu Aug 31 21:59:37 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 14:59:37 -0700 Subject: rpms/xsp/FC-5 xsp.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xsp.spec, 1.10, 1.11 Message-ID: <200608312200.k7VM091W005878@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5770/FC-5 Modified Files: .cvsignore sources xsp.spec Added Files: xsp.patch Log Message: auto-import xsp-1.1.17-1 on branch FC-5 from xsp-1.1.17-1.src.rpm xsp.patch: --- NEW FILE xsp.patch --- --- xsp-1.1.17/configure.in 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/configure.in 2006-08-31 00:29:53.000000000 +0100 @@ -56,7 +56,7 @@ echo "$CS compiler: $MCS" test x$GMCS = xno || echo "$CS 2.0 compiler: $GMCS" -GACUTIL_FLAGS='-root $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='-root $(DESTDIR)$(libdir)' AC_SUBST(MCS) AC_SUBST(GMCS) --- xsp-1.1.17/scripts/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/scripts/Makefile.am 2006-08-31 00:32:55.000000000 +0100 @@ -12,10 +12,10 @@ CLEANFILES = $(bin1_scripts) $(bin2_scripts_real) $(tool_scripts) $(tool2_scripts) -plat_bindir = $(prefix)/lib/mono/1.0 -plat_bindir2 = $(prefix)/lib/mono/2.0 -plat_tooldir = $(prefix)/lib/xsp/1.0 -plat_tooldir2 = $(prefix)/lib/xsp/2.0 +plat_bindir = $(libdir)/mono/1.0 +plat_bindir2 = $(libdir)/mono/2.0 +plat_tooldir = $(libdir)/xsp/1.0 +plat_tooldir2 = $(libdir)/xsp/2.0 REWRITE = sed \ -e 's,@''plat_bindir@,$(plat_bindir),g' \ --- xsp-1.1.17/src/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/src/Makefile.am 2006-08-31 00:31:41.000000000 +0100 @@ -3,10 +3,10 @@ MCSFLAGS= -debug+ -debug:full -nologo -nowarn:618 -xspdir = $(prefix)/lib/xsp/1.0 -modmonoserverdir = $(prefix)/lib/xsp/1.0 -xsp2dir = $(prefix)/lib/xsp/2.0 -modmonoserver2dir = $(prefix)/lib/xsp/2.0 +xspdir = $(libdir)/xsp/1.0 +modmonoserverdir = $(libdir)/xsp/1.0 +xsp2dir = $(libdir)/xsp/2.0 +modmonoserver2dir = $(libdir)/xsp/2.0 GACUTIL1=$(GACUTIL) -package 1.0 if NET_2_0 @@ -28,9 +28,9 @@ xsp_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll xsp2_references= -r:System.Web.dll -r:System.Configuration.dll -r:Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll if PLATFORM_WIN32 -modmono_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer.dll \ +modmono_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll -modmono2_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer2.dll \ +modmono2_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer2.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll else modmono_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Posix.dll -r:Mono.Security.dll --- xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-08-31 00:35:59.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -dbsessmgrdir = $(prefix)/lib/xsp/1.0 +dbsessmgrdir = $(libdir)/xsp/1.0 dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config if NET_2_0 scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config endif -dbsessmgr2dir = $(prefix)/lib/xsp/2.0 +dbsessmgr2dir = $(libdir)/xsp/2.0 dbsessmgr2_SCRIPTS = $(scripts2) EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config --- xsp-1.1.17/tools/asp_state/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/asp_state/Makefile.am 2006-08-31 00:36:54.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -aspstatedir = $(prefix)/lib/xsp/1.0 +aspstatedir = $(libdir)/xsp/1.0 aspstate_SCRIPTS = asp-state.exe asp-state.exe.config if NET_2_0 scripts2 = asp-state2.exe asp-state2.exe.config endif -aspstate2dir = $(prefix)/lib/xsp/2.0 +aspstate2dir = $(libdir)/xsp/2.0 aspstate2_SCRIPTS = $(scripts2) EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 21:06:15 -0000 1.5 +++ .cvsignore 31 Aug 2006 21:59:36 -0000 1.6 @@ -1 +1 @@ -xsp-1.1.16.1.tar.gz +xsp-1.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 21:06:15 -0000 1.5 +++ sources 31 Aug 2006 21:59:36 -0000 1.6 @@ -1 +1 @@ -ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz +48988812f6bd57971f65a47d0f491412 xsp-1.1.17.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/FC-5/xsp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xsp.spec 13 Aug 2006 21:06:15 -0000 1.10 +++ xsp.spec 31 Aug 2006 21:59:36 -0000 1.11 @@ -1,39 +1,39 @@ -Name: xsp -Version: 1.1.16.1 -Release: 1%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.17 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz +Patch0: xsp.patch +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf automake +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} -%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. - + %package devel -Summary: Development files for XSP -Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development files for xsp %description devel -Development files for XSP - +Development files for xsp + %prep %setup -q -chmod 0644 tools/asp_state/*.config -chmod 0644 tools/dbsessmgr/*.config +%patch0 -p1 +autoreconf %build -%configure --libdir=%{monodir} +%configure make %install @@ -50,25 +50,29 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{monodir}/xsp/ +%{_libdir}/xsp/1.0/* +%{_libdir}/xsp/2.0/* +%{_libdir}/xsp/test/* +%{_libdir}/mono/gac/Mono.WebServer*/ +%{_libdir}/mono/gac/mod-mono-server*/ +%{_libdir}/mono/gac/xsp*/ +%{_libdir}/mono/1.0/*.dll +%{_libdir}/mono/1.0/*.exe +%{_libdir}/mono/2.0/*.dll +%{_libdir}/mono/2.0/*.exe %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* %files devel -%{monodir}/pkgconfig/xsp* +%{_libdir}/pkgconfig/xsp* %changelog -* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 -- Bump -- fixes for 64 bit -- minor spec file changes +* Thu Aug 31 2006 Paul F. Johnson 1.1.17-1 +- bump to new version +- added patches for architecture independance - added devel package -- Fixed incorrect permissions - -* Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 -- D'oh! Fixes for 64 bit * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version @@ -88,7 +92,6 @@ - Made noarch - Removed debug package - Altered configure to keep it happy -- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig From fedora-extras-commits at redhat.com Thu Aug 31 22:01:30 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:01:30 -0700 Subject: rpms/xsp import.log,1.17,1.18 Message-ID: <200608312201.k7VM1Wd2008592@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8555 Modified Files: import.log Log Message: auto-import xsp-1.1.17-1 on branch devel from xsp-1.1.17-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/xsp/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 31 Aug 2006 21:59:36 -0000 1.17 +++ import.log 31 Aug 2006 22:01:30 -0000 1.18 @@ -14,3 +14,4 @@ xsp-1_1_16_1-1:HEAD:xsp-1.1.16.1-1.src.rpm:1155503104 xsp-1_1_16_1-1:FC-5:xsp-1.1.16.1-1.src.rpm:1155503169 xsp-1_1_17-1:FC-5:xsp-1.1.17-1.src.rpm:1157061563 +xsp-1_1_17-1:HEAD:xsp-1.1.17-1.src.rpm:1157061679 From fedora-extras-commits at redhat.com Thu Aug 31 22:01:31 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:01:31 -0700 Subject: rpms/xsp/devel xsp.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xsp.spec, 1.10, 1.11 needs.rebuild, 1.1, NONE Message-ID: <200608312201.k7VM1XDf008600@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/xsp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8555/devel Modified Files: .cvsignore sources xsp.spec Added Files: xsp.patch Removed Files: needs.rebuild Log Message: auto-import xsp-1.1.17-1 on branch devel from xsp-1.1.17-1.src.rpm xsp.patch: --- NEW FILE xsp.patch --- --- xsp-1.1.17/configure.in 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/configure.in 2006-08-31 00:29:53.000000000 +0100 @@ -56,7 +56,7 @@ echo "$CS compiler: $MCS" test x$GMCS = xno || echo "$CS 2.0 compiler: $GMCS" -GACUTIL_FLAGS='-root $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='-root $(DESTDIR)$(libdir)' AC_SUBST(MCS) AC_SUBST(GMCS) --- xsp-1.1.17/scripts/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/scripts/Makefile.am 2006-08-31 00:32:55.000000000 +0100 @@ -12,10 +12,10 @@ CLEANFILES = $(bin1_scripts) $(bin2_scripts_real) $(tool_scripts) $(tool2_scripts) -plat_bindir = $(prefix)/lib/mono/1.0 -plat_bindir2 = $(prefix)/lib/mono/2.0 -plat_tooldir = $(prefix)/lib/xsp/1.0 -plat_tooldir2 = $(prefix)/lib/xsp/2.0 +plat_bindir = $(libdir)/mono/1.0 +plat_bindir2 = $(libdir)/mono/2.0 +plat_tooldir = $(libdir)/xsp/1.0 +plat_tooldir2 = $(libdir)/xsp/2.0 REWRITE = sed \ -e 's,@''plat_bindir@,$(plat_bindir),g' \ --- xsp-1.1.17/src/Makefile.am 2006-08-25 20:55:56.000000000 +0100 +++ xsp-1.1.17/src/Makefile.am 2006-08-31 00:31:41.000000000 +0100 @@ -3,10 +3,10 @@ MCSFLAGS= -debug+ -debug:full -nologo -nowarn:618 -xspdir = $(prefix)/lib/xsp/1.0 -modmonoserverdir = $(prefix)/lib/xsp/1.0 -xsp2dir = $(prefix)/lib/xsp/2.0 -modmonoserver2dir = $(prefix)/lib/xsp/2.0 +xspdir = $(libdir)/xsp/1.0 +modmonoserverdir = $(libdir)/xsp/1.0 +xsp2dir = $(libdir)/xsp/2.0 +modmonoserver2dir = $(libdir)/xsp/2.0 GACUTIL1=$(GACUTIL) -package 1.0 if NET_2_0 @@ -28,9 +28,9 @@ xsp_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Security.dll xsp2_references= -r:System.Web.dll -r:System.Configuration.dll -r:Mono.WebServer/Mono.WebServer2.dll -r:Mono.Security.dll if PLATFORM_WIN32 -modmono_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer.dll \ +modmono_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll -modmono2_references= -lib:"$(prefix)/lib" -r:Mono.WebServer/Mono.WebServer2.dll \ +modmono2_references= -lib:"$(libdir)" -r:Mono.WebServer/Mono.WebServer2.dll \ -r:System.Web.dll -r:Mono.Posix.dll -r:Mono.Security.dll else modmono_references= -r:System.Web.dll -r:Mono.WebServer/Mono.WebServer.dll -r:Mono.Posix.dll -r:Mono.Security.dll --- xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/dbsessmgr/Makefile.am 2006-08-31 00:35:59.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -dbsessmgrdir = $(prefix)/lib/xsp/1.0 +dbsessmgrdir = $(libdir)/xsp/1.0 dbsessmgr_SCRIPTS = dbsessmgr.exe dbsessmgr.exe.config if NET_2_0 scripts2 = dbsessmgr2.exe dbsessmgr2.exe.config endif -dbsessmgr2dir = $(prefix)/lib/xsp/2.0 +dbsessmgr2dir = $(libdir)/xsp/2.0 dbsessmgr2_SCRIPTS = $(scripts2) EXTRA_DIST = $(dbsessmgr_input) dbsessmgr.exe.config dbsessmgr2.exe.config --- xsp-1.1.17/tools/asp_state/Makefile.am 2006-07-05 23:27:10.000000000 +0100 +++ xsp-1.1.17/tools/asp_state/Makefile.am 2006-08-31 00:36:54.000000000 +0100 @@ -1,12 +1,12 @@ MCSFLAGS= -debug+ -debug:full -nologo -aspstatedir = $(prefix)/lib/xsp/1.0 +aspstatedir = $(libdir)/xsp/1.0 aspstate_SCRIPTS = asp-state.exe asp-state.exe.config if NET_2_0 scripts2 = asp-state2.exe asp-state2.exe.config endif -aspstate2dir = $(prefix)/lib/xsp/2.0 +aspstate2dir = $(libdir)/xsp/2.0 aspstate2_SCRIPTS = $(scripts2) EXTRA_DIST = $(aspstate_input) asp-state.exe.config asp-state2.exe.config Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 13 Aug 2006 21:05:08 -0000 1.5 +++ .cvsignore 31 Aug 2006 22:01:31 -0000 1.6 @@ -1 +1 @@ -xsp-1.1.16.1.tar.gz +xsp-1.1.17.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 13 Aug 2006 21:05:08 -0000 1.5 +++ sources 31 Aug 2006 22:01:31 -0000 1.6 @@ -1 +1 @@ -ae8d88fe86c55f185d41f8753f776eb7 xsp-1.1.16.1.tar.gz +48988812f6bd57971f65a47d0f491412 xsp-1.1.17.tar.gz Index: xsp.spec =================================================================== RCS file: /cvs/extras/rpms/xsp/devel/xsp.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- xsp.spec 13 Aug 2006 21:05:08 -0000 1.10 +++ xsp.spec 31 Aug 2006 22:01:31 -0000 1.11 @@ -1,39 +1,39 @@ -Name: xsp -Version: 1.1.16.1 -Release: 1%{?dist} -License: BSD -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -URL: http://www.mono-project.com/ASP.NET -Source0: http://www.go-mono.com/sources-latest/%{name}/%{name}-%{version}.tar.gz -BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf -Requires: mono-core -Summary: A small web server that hosts ASP.NET -Group: System Environment/Daemons +Name: xsp +Version: 1.1.17 +Release: 1%{?dist} +License: BSD +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.mono-project.com/ASP.NET +Source0: http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz +Patch0: xsp.patch +BuildRequires: mono-web, mono-data, mono-core, pkgconfig, autoconf automake +Requires: mono-core +Summary: A small web server that hosts ASP.NET +Group: System Environment/Daemons %define debug_package %{nil} -%define monodir %{_prefix}/lib %description XSP is a standalone web server written in C# that can be used to run ASP.NET applications as well as a set of pages, controls and web services that you can use to experience ASP.NET. - + %package devel -Summary: Development files for XSP -Requires: %{name} = %{version}-%{release} pkgconfig Group: Development/Libraries +Requires: %{name} = %{version}-%{release} pkgconfig +Summary: Development files for xsp %description devel -Development files for XSP - +Development files for xsp + %prep %setup -q -chmod 0644 tools/asp_state/*.config -chmod 0644 tools/dbsessmgr/*.config +%patch0 -p1 +autoreconf %build -%configure --libdir=%{monodir} +%configure make %install @@ -50,25 +50,29 @@ %{_bindir}/dbsessmgr* %{_bindir}/mod-mono* %{_bindir}/xsp* -%{monodir}/xsp/ +%{_libdir}/xsp/1.0/* +%{_libdir}/xsp/2.0/* +%{_libdir}/xsp/test/* +%{_libdir}/mono/gac/Mono.WebServer*/ +%{_libdir}/mono/gac/mod-mono-server*/ +%{_libdir}/mono/gac/xsp*/ +%{_libdir}/mono/1.0/*.dll +%{_libdir}/mono/1.0/*.exe +%{_libdir}/mono/2.0/*.dll +%{_libdir}/mono/2.0/*.exe %{_mandir}/man1/asp* %{_mandir}/man1/dbsessmgr* %{_mandir}/man1/mod-mono-server* %{_mandir}/man1/xsp* %files devel -%{monodir}/pkgconfig/xsp* +%{_libdir}/pkgconfig/xsp* %changelog -* Sat Aug 12 2006 Paul F. Johnson 1.1.16.1-1 -- Bump -- fixes for 64 bit -- minor spec file changes +* Thu Aug 31 2006 Paul F. Johnson 1.1.17-1 +- bump to new version +- added patches for architecture independance - added devel package -- Fixed incorrect permissions - -* Tue Jul 11 2006 Paul F. Johnson 1.1.16-2 -- D'oh! Fixes for 64 bit * Tue Jul 11 2006 Paul F. Johnson 1.1.16-1 - bump to new version @@ -88,7 +92,6 @@ - Made noarch - Removed debug package - Altered configure to keep it happy -- Fixed some incorrect modes in config files * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:06:31 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:06:31 -0700 Subject: rpms/SDL_net/devel needs.rebuild,1.1,NONE Message-ID: <200608312206.k7VM6XXH008766@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_net/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8748 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:07:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:08 -0700 Subject: rpms/digikam-doc - New directory Message-ID: <200608312207.k7VM7ApD008834@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8808/digikam-doc Log Message: Directory /cvs/extras/rpms/digikam-doc added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 22:07:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:08 -0700 Subject: rpms/digikam-doc/devel - New directory Message-ID: <200608312207.k7VM7BKV008837@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8808/digikam-doc/devel Log Message: Directory /cvs/extras/rpms/digikam-doc/devel added to the repository From fedora-extras-commits at redhat.com Thu Aug 31 22:07:29 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:29 -0700 Subject: rpms/digikam-doc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200608312207.k7VM7VVe008916@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8868/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module digikam-doc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu Aug 31 22:07:25 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:07:25 -0700 Subject: rpms/digikam-doc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200608312207.k7VM7RX1008888@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8868 Added Files: Makefile import.log Log Message: Setup of module digikam-doc --- NEW FILE Makefile --- # Top level Makefile for module digikam-doc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu Aug 31 22:09:49 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:09:49 -0700 Subject: rpms/db4o/devel db4o.spec,1.3,1.4 needs.rebuild,1.1,NONE Message-ID: <200608312209.k7VM9pGZ009060@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9025/devel Modified Files: db4o.spec Removed Files: needs.rebuild Log Message: auto-import db4o-5.5-10 on branch devel from db4o-5.5-10.src.rpm Index: db4o.spec =================================================================== RCS file: /cvs/extras/rpms/db4o/devel/db4o.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- db4o.spec 24 Aug 2006 22:30:18 -0000 1.3 +++ db4o.spec 31 Aug 2006 22:09:49 -0000 1.4 @@ -3,7 +3,7 @@ Summary: A native OODBMS for Java/.NET/Mono - Mono version Name: db4o Version: 5.5 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Development/Libraries Source: http://213.203.204.172/downloads/db4o-5.5-mono.tar.gz @@ -79,7 +79,7 @@ %{_libdir}/pkgconfig/db4o.pc %changelog -* Wed Aug 24 2006 Paul F. Johnson 5.5-9 +* Wed Aug 24 2006 Paul F. Johnson 5.5-10 - Removed monodir hack - Added makefile patch - Added release requirement for docs subpackage --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:09:48 2006 From: fedora-extras-commits at redhat.com (Paul F. Johnson (pfj)) Date: Thu, 31 Aug 2006 15:09:48 -0700 Subject: rpms/db4o import.log,1.3,1.4 Message-ID: <200608312209.k7VM9oMX009056@cvs-int.fedora.redhat.com> Author: pfj Update of /cvs/extras/rpms/db4o In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9025 Modified Files: import.log Log Message: auto-import db4o-5.5-10 on branch devel from db4o-5.5-10.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/db4o/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 24 Aug 2006 22:30:18 -0000 1.3 +++ import.log 31 Aug 2006 22:09:48 -0000 1.4 @@ -1,2 +1,3 @@ db4o-5_5-7:HEAD:db4o-5.5-7.src.rpm:1155137782 db4o-5_5-9:HEAD:db4o-5.5-9.src.rpm:1156458606 +db4o-5_5-10:HEAD:db4o-5.5-10.src.rpm:1157062175 From fedora-extras-commits at redhat.com Thu Aug 31 22:11:24 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:24 -0700 Subject: rpms/gdesklets/FC-4 NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBQQA009147@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-4 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/FC-4 Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:11:25 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:25 -0700 Subject: rpms/gdesklets/FC-5 NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBRGf009150@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/FC-5 Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:11:26 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:11:26 -0700 Subject: rpms/gdesklets/devel NullObject-1.0-fix.patch,1.1,NONE Message-ID: <200608312211.k7VMBS1V009153@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9111/devel Removed Files: NullObject-1.0-fix.patch Log Message: updated spec, added patch for PyOrbit and removed NullPyObject patch, no longer needed --- NullObject-1.0-fix.patch DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:12:26 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:12:26 -0700 Subject: rpms/SDL_ttf/devel needs.rebuild,1.1,NONE Message-ID: <200608312212.k7VMCSA3009244@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_ttf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9227 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:14:22 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:14:22 -0700 Subject: rpms/SDL_mixer/devel needs.rebuild,1.1,NONE Message-ID: <200608312214.k7VMEPaU009526@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/SDL_mixer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9505 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:15:48 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:15:48 -0700 Subject: rpms/tagtool/devel tagtool.spec,1.6,1.7 Message-ID: <200608312215.k7VMFoRh009631@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/tagtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9614 Modified Files: tagtool.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.12.2-8 - Rebuild for FC6. Index: tagtool.spec =================================================================== RCS file: /cvs/extras/rpms/tagtool/devel/tagtool.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tagtool.spec 23 Jun 2006 14:30:10 -0000 1.6 +++ tagtool.spec 31 Aug 2006 22:15:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: tagtool Version: 0.12.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Ogg Vorbis and MP3 tag manager Group: Applications/Multimedia @@ -76,6 +76,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.12.2-8 +- Rebuild for FC6. + * Fri Jun 23 2006 Brian Pepple - 0.12.2-7 - Add BR for perl(XML::Parser). From fedora-extras-commits at redhat.com Thu Aug 31 22:17:25 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:17:25 -0700 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.26,1.27 Message-ID: <200608312217.k7VMHR90009720@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9698 Modified Files: xchat-gnome.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.13-3 - Update for FC6. Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xchat-gnome.spec 26 Jul 2006 15:42:35 -0000 1.26 +++ xchat-gnome.spec 31 Aug 2006 22:17:25 -0000 1.27 @@ -3,7 +3,7 @@ Name: xchat-gnome Version: 0.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -141,6 +141,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.13-3 +- Update for FC6. + * Wed Jul 26 2006 Brian Pepple - 0.13-2 - Update to 0.13. From fedora-extras-commits at redhat.com Thu Aug 31 22:19:53 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 15:19:53 -0700 Subject: rpms/poker-engine/devel needs.rebuild,1.1,NONE Message-ID: <200608312219.k7VMJtpS009806@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/poker-engine/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9791 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:39:35 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:39:35 -0700 Subject: rpms/digikam-doc import.log,1.1,1.2 Message-ID: <200608312239.k7VMdbsn010963@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930 Modified Files: import.log Log Message: auto-import digikam-doc-0.8.2-3 on branch devel from digikam-doc-0.8.2-3.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Aug 2006 22:07:25 -0000 1.1 +++ import.log 31 Aug 2006 22:39:35 -0000 1.2 @@ -0,0 +1 @@ +digikam-doc-0_8_2-3:HEAD:digikam-doc-0.8.2-3.src.rpm:1157063981 From fedora-extras-commits at redhat.com Thu Aug 31 22:39:36 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:39:36 -0700 Subject: rpms/digikam-doc/devel digikam-doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200608312239.k7VMdc7O010968@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam-doc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10930/devel Modified Files: .cvsignore sources Added Files: digikam-doc.spec Log Message: auto-import digikam-doc-0.8.2-3 on branch devel from digikam-doc-0.8.2-3.src.rpm --- NEW FILE digikam-doc.spec --- Name: digikam-doc Version: 0.8.2 Release: 3%{?dist} Summary: Documentation for the digiKam and Showfoto Group: Documentation License: GFDL URL: http://www.digikam.org/ Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}-r1.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: kdelibs-devel Requires: digikam = %{version} %description Documentation for the digiKam and Showfoto. %prep %setup -q -n %{name}-%{version}-r1 %build %configure --target=%{_build_cpu} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Fix AUTHORS encoding iconv -f iso-8859-1 -t utf-8 < AUTHORS > AUTHORS.tmp mv -f AUTHORS.tmp AUTHORS # Make symlink relative pushd $RPM_BUILD_ROOT%{_docdir}/HTML/ for i in * do pushd $RPM_BUILD_ROOT%{_docdir}/HTML/$i/ for j in * do pushd $RPM_BUILD_ROOT%{_docdir}/HTML/$i/$j/ ln -sf ../common done popd done popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc AUTHORS ChangeLog README %{_docdir}/HTML/*/digikam/ %{_docdir}/HTML/*/showfoto/ %changelog * Thu Aug 31 2006 Marcin Garski 0.8.2-3 - Remove redundant %doc - Fix noarch building * Thu Aug 31 2006 Marcin Garski 0.8.2-2 - Changed summary field - Build as noarch * Sat Aug 26 2006 Marcin Garski 0.8.2-1 - Initial specfile for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Aug 2006 22:07:29 -0000 1.1 +++ .cvsignore 31 Aug 2006 22:39:36 -0000 1.2 @@ -0,0 +1 @@ +digikam-doc-0.8.2-r1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/digikam-doc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Aug 2006 22:07:29 -0000 1.1 +++ sources 31 Aug 2006 22:39:36 -0000 1.2 @@ -0,0 +1 @@ +5fea0b1d1aff7ce98954bbc3951d5fa9 digikam-doc-0.8.2-r1.tar.bz2 From fedora-extras-commits at redhat.com Thu Aug 31 22:40:15 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:40:15 -0700 Subject: rpms/feh/devel feh.spec,1.8,1.9 Message-ID: <200608312240.k7VMeHfE011031@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/feh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11014 Modified Files: feh.spec Log Message: Rebuild for FC6 Index: feh.spec =================================================================== RCS file: /cvs/extras/rpms/feh/devel/feh.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- feh.spec 14 Feb 2006 04:23:06 -0000 1.8 +++ feh.spec 31 Aug 2006 22:40:15 -0000 1.9 @@ -3,7 +3,7 @@ Name: feh Version: 1.3.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast command line image viewer using Imlib2 Group: Applications/Multimedia @@ -48,6 +48,9 @@ %{_mandir}/man[^3]/* %changelog +* Thu Aug 31 2006 Aaron Kurtz - 1.3.4-4 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Aaron Kurtz - 1.3.4-3 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Thu Aug 31 22:42:38 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 15:42:38 -0700 Subject: rpms/xchat-gnome/devel xchat-gnome.spec,1.27,1.28 Message-ID: <200608312242.k7VMgeTr011193@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11174 Modified Files: xchat-gnome.spec Log Message: * Thu Aug 31 2006 Brian Pepple - 0.13-4 - Add BR for perl(XML::Parser). Index: xchat-gnome.spec =================================================================== RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- xchat-gnome.spec 31 Aug 2006 22:17:25 -0000 1.27 +++ xchat-gnome.spec 31 Aug 2006 22:42:38 -0000 1.28 @@ -3,7 +3,7 @@ Name: xchat-gnome Version: 0.13 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GNOME front-end to xchat Group: Applications/Internet @@ -20,6 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: scrollkeeper BuildRequires: gettext +BuildRequires: perl(XML::Parser) BuildRequires: gnome-doc-utils %if %{with_dbus} @@ -141,6 +142,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 0.13-4 +- Add BR for perl(XML::Parser). + * Thu Aug 31 2006 Brian Pepple - 0.13-3 - Update for FC6. From fedora-extras-commits at redhat.com Thu Aug 31 22:44:27 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 15:44:27 -0700 Subject: rpms/perl-POE-Component-IRC/devel .cvsignore, 1.4, 1.5 perl-POE-Component-IRC.spec, 1.5, 1.6 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE Message-ID: <200608312244.k7VMiTG3011349@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11278/devel Modified Files: .cvsignore perl-POE-Component-IRC.spec sources Removed Files: needs.rebuild Log Message: - bump to 4.99 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Aug 2006 03:58:10 -0000 1.4 +++ .cvsignore 31 Aug 2006 22:44:27 -0000 1.5 @@ -1 +1 @@ -POE-Component-IRC-4.98.tar.gz +POE-Component-IRC-4.99.tar.gz Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Component-IRC.spec 23 Aug 2006 03:58:10 -0000 1.5 +++ perl-POE-Component-IRC.spec 31 Aug 2006 22:44:27 -0000 1.6 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.98 +Version: 4.99 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,10 @@ %changelog +* Thu Aug 31 2006 Chris Weyl 4.99-1 +- rebuild per mass rebuild +- update to 4.99 + * Tue Aug 22 2006 Chris Weyl 4.98-1 - update to 4.98 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Aug 2006 03:58:10 -0000 1.4 +++ sources 31 Aug 2006 22:44:27 -0000 1.5 @@ -1 +1 @@ -0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz +1357097c39604794e7fbb7213579844e POE-Component-IRC-4.99.tar.gz --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:44:22 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:44:22 -0700 Subject: owners owners.list,1.1479,1.1480 Message-ID: <200608312244.k7VMiOkY011304@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/owners In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11287 Modified Files: owners.list Log Message: Added digikam-doc Index: owners.list =================================================================== RCS file: /cvs/extras/owners/owners.list,v retrieving revision 1.1479 retrieving revision 1.1480 diff -u -r1.1479 -r1.1480 --- owners.list 31 Aug 2006 15:30:40 -0000 1.1479 +++ owners.list 31 Aug 2006 22:44:22 -0000 1.1480 @@ -264,6 +264,7 @@ Fedora Extras|diction|Identifies diction and style errors|icon at fedoraproject.org|extras-qa at fedoraproject.org| Fedora Extras|dietlibc|Small libc implementation|enrico.scholz at informatik.tu-chemnitz.de|extras-qa at fedoraproject.org| Fedora Extras|digikam|A digital camera accessing & photo management application|mgarski at post.pl|extras-qa at fedoraproject.org| +Fedora Extras|digikam-doc|Documentation for the digiKam and Showfoto|mgarski at post.pl|extras-qa at fedoraproject.org| Fedora Extras|digikamimageplugins|Plugins for Digikam|rdieter at math.unl.edu|extras-qa at fedoraproject.org| Fedora Extras|dillo|Very small and fast GUI web browser|andreas.bierfert at lowlatency.de|extras-qa at fedoraproject.org| Fedora Extras|diradmin|User control management tool for LDAP directories|matthias at rpmforge.net|extras-qa at fedoraproject.org| From fedora-extras-commits at redhat.com Thu Aug 31 22:44:26 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 15:44:26 -0700 Subject: rpms/perl-POE-Component-IRC/FC-5 perl-POE-Component-IRC.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <200608312244.k7VMiSrO011343@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-POE-Component-IRC/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11278/FC-5 Modified Files: perl-POE-Component-IRC.spec sources Log Message: - bump to 4.99 Index: perl-POE-Component-IRC.spec =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/perl-POE-Component-IRC.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-POE-Component-IRC.spec 23 Aug 2006 03:58:09 -0000 1.5 +++ perl-POE-Component-IRC.spec 31 Aug 2006 22:44:26 -0000 1.6 @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 4.98 +Version: 4.99 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -75,6 +75,10 @@ %changelog +* Thu Aug 31 2006 Chris Weyl 4.99-1 +- rebuild per mass rebuild +- update to 4.99 + * Tue Aug 22 2006 Chris Weyl 4.98-1 - update to 4.98 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/FC-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Aug 2006 03:58:09 -0000 1.4 +++ sources 31 Aug 2006 22:44:26 -0000 1.5 @@ -1 +1 @@ -0fe340809ed24e45a96fc669fa528db6 POE-Component-IRC-4.98.tar.gz +1357097c39604794e7fbb7213579844e POE-Component-IRC-4.99.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 22:46:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 15:46:23 -0700 Subject: rpms/cal3d/devel cal3d.spec,1.3,1.4 Message-ID: <200608312246.k7VMkPjd011481@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11462 Modified Files: cal3d.spec Log Message: Rebuild Index: cal3d.spec =================================================================== RCS file: /cvs/extras/rpms/cal3d/devel/cal3d.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cal3d.spec 8 Jul 2006 21:33:01 -0000 1.3 +++ cal3d.spec 31 Aug 2006 22:46:23 -0000 1.4 @@ -1,6 +1,6 @@ Name: cal3d Version: 0.11.0 -Release: 1%{?dist}.1 +Release: 2%{?dist} Summary: Skeletal based 3-D character animation library License: LGPL URL: http://gna.org/projects/cal3d @@ -81,7 +81,10 @@ # upstream forgot this for 0.11.0: docs/modeling %changelog -* Thu Jul 08 2006 Christohper Stone 0.11.0-1.fc6.1 +* Thu Aug 31 2006 Christopher Stone 0.11.0-2 +- FC6 Rebuild + +* Sat Jul 08 2006 Christohper Stone 0.11.0-1.fc6.1 - Rebuild release bump * Thu Jul 08 2006 Christohper Stone 0.11.0-1 From fedora-extras-commits at redhat.com Thu Aug 31 22:50:38 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:50:38 -0700 Subject: rpms/gnome-applet-netspeed/devel gnome-applet-netspeed.spec, 1.8, 1.9 Message-ID: <200608312250.k7VMoewO011603@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11586 Modified Files: gnome-applet-netspeed.spec Log Message: Rebuild for FC6 Index: gnome-applet-netspeed.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-netspeed/devel/gnome-applet-netspeed.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnome-applet-netspeed.spec 14 Feb 2006 04:23:15 -0000 1.8 +++ gnome-applet-netspeed.spec 31 Aug 2006 22:50:38 -0000 1.9 @@ -1,6 +1,6 @@ Name: gnome-applet-netspeed Version: 0.13 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME applet that shows traffic on a network device Group: Applications/Internet @@ -53,6 +53,9 @@ %{_datadir}/omf/netspeed_applet/ %changelog +* Thu Aug 31 2006 Aaron Kurtz - 0.13-6 +- Rebuild for Fedora Extras 6 + * Mon Feb 13 2006 Aaron Kurtz - 0.13-5 - Rebuild for Fedora Extras 5 From fedora-extras-commits at redhat.com Thu Aug 31 22:53:22 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:53:22 -0700 Subject: rpms/smb4k/devel smb4k.spec,1.12,1.13 Message-ID: <200608312253.k7VMrO82011768@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11751 Modified Files: smb4k.spec Log Message: - Rebuild for Fedora Core 6 - Spec tweak Index: smb4k.spec =================================================================== RCS file: /cvs/extras/rpms/smb4k/devel/smb4k.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- smb4k.spec 17 Aug 2006 22:17:43 -0000 1.12 +++ smb4k.spec 31 Aug 2006 22:53:22 -0000 1.13 @@ -1,6 +1,6 @@ Name: smb4k Version: 0.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The SMB/CIFS Share Browser for KDE Group: Applications/Internet @@ -54,8 +54,8 @@ $RPM_BUILD_ROOT%{_datadir}/applications/kde/smb4k.desktop # Make symlink relative -pushd $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/smb4k/ -ln -s -f ../common +pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en/smb4k/ +ln -sf ../common popd # Ugly workaround for broken libtool archive @@ -97,7 +97,7 @@ %{_datadir}/applications/*smb4k.desktop %{_datadir}/apps/konqsidebartng/add/smb4k*.desktop %{_datadir}/apps/smb4k/ -%{_datadir}/doc/HTML/en/smb4k/ +%{_docdir}/HTML/en/smb4k/ %{_datadir}/icons/crystalsvg/*/apps/smb4k.png %files devel @@ -106,6 +106,10 @@ %{_libdir}/*.so %changelog +* Fri Sep 01 2006 Marcin Garski 0.7.2-2 +- Rebuild for Fedora Core 6 +- Spec tweak + * Fri Aug 18 2006 Marcin Garski 0.7.2-1 - Updated to version 0.7.2 From fedora-extras-commits at redhat.com Thu Aug 31 22:55:02 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 15:55:02 -0700 Subject: rpms/cfv/devel cfv.spec,1.1,1.2 Message-ID: <200608312255.k7VMt4lK011858@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/cfv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11841 Modified Files: cfv.spec Log Message: Rebuild for FC6 Index: cfv.spec =================================================================== RCS file: /cvs/extras/rpms/cfv/devel/cfv.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cfv.spec 21 Feb 2006 03:14:44 -0000 1.1 +++ cfv.spec 31 Aug 2006 22:55:02 -0000 1.2 @@ -1,6 +1,6 @@ Name: cfv Version: 1.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A utility to test and create data verification files Group: Applications/Archiving @@ -48,5 +48,8 @@ %changelog +* Thu Aug 31 2006 Aaron Kurz - 1.18.1-2 +- Rebuild for Fedora Core 6 + * Sun Feb 19 2006 Aaron Kurtz - 1.18.1-1 - Initial Fedora Extras release From fedora-extras-commits at redhat.com Thu Aug 31 22:55:12 2006 From: fedora-extras-commits at redhat.com (Luya Tshimbalanga (luya)) Date: Thu, 31 Aug 2006 15:55:12 -0700 Subject: rpms/gdesklets/devel needs.rebuild,1.1,NONE Message-ID: <200608312255.k7VMtEQ5011913@cvs-int.fedora.redhat.com> Author: luya Update of /cvs/extras/rpms/gdesklets/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11898 Removed Files: needs.rebuild Log Message: removed needs.rebuild message, rebuilt done --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 22:56:08 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:56:08 -0700 Subject: rpms/krusader/devel krusader.spec,1.12,1.13 Message-ID: <200608312256.k7VMuA5L011967@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11948 Modified Files: krusader.spec Log Message: - Rebuild for Fedora Core 6 - Spec tweak Index: krusader.spec =================================================================== RCS file: /cvs/extras/rpms/krusader/devel/krusader.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- krusader.spec 29 Jul 2006 21:50:37 -0000 1.12 +++ krusader.spec 31 Aug 2006 22:56:07 -0000 1.13 @@ -1,6 +1,6 @@ Name: krusader Version: 1.70.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An advanced twin-panel (commander-style) file-manager for KDE Group: Applications/File @@ -55,8 +55,8 @@ rm -rf $RPM_BUILD_ROOT%{_tmppath} # Make symlink relative -pushd $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/krusader/ -ln -s -f ../common +pushd $RPM_BUILD_ROOT%{_docdir}/HTML/en/krusader/ +ln -sf ../common popd %find_lang %{name} @@ -100,7 +100,7 @@ %{_datadir}/apps/konqueror/servicemenus/isoservice.desktop %{_datadir}/apps/krusader/ %{_datadir}/config/kio_isorc -%{_datadir}/doc/HTML/en/krusader/ +%{_docdir}/HTML/en/krusader/ %{_datadir}/icons/crystalsvg/*/apps/* %{_datadir}/icons/locolor/*/apps/* %{_mandir}/man1/krusader.1* @@ -108,6 +108,10 @@ %{_datadir}/services/krarc.protocol %changelog +* Fri Sep 01 2006 Marcin Garski 1.70.1-2 +- Rebuild for Fedora Core 6 +- Spec tweak + * Sat Jul 29 2006 Marcin Garski 1.70.1-1 - Updated to version 1.70.1 which fix CVE-2006-3816 (#200323) From fedora-extras-commits at redhat.com Thu Aug 31 22:59:24 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 15:59:24 -0700 Subject: rpms/digikam/devel digikam.spec,1.25,1.26 Message-ID: <200608312259.k7VMxQSl012077@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12060 Modified Files: digikam.spec Log Message: - Rebuild for Fedora Core 6 Index: digikam.spec =================================================================== RCS file: /cvs/extras/rpms/digikam/devel/digikam.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- digikam.spec 16 Aug 2006 21:08:09 -0000 1.25 +++ digikam.spec 31 Aug 2006 22:59:24 -0000 1.26 @@ -1,6 +1,6 @@ Name: digikam Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -118,6 +118,9 @@ %{_libdir}/libdigikam.so %changelog +* Fri Sep 01 2006 Marcin Garski 0.8.2-3 +- Rebuild for Fedora Core 6 + * Wed Aug 16 2006 Marcin Garski 0.8.2-2 - Release bump (#201756) From fedora-extras-commits at redhat.com Thu Aug 31 23:03:13 2006 From: fedora-extras-commits at redhat.com (Christoph Wickert (cwickert)) Date: Thu, 31 Aug 2006 16:03:13 -0700 Subject: rpms/emelfm2/devel .cvsignore, 1.8, 1.9 emelfm2.spec, 1.12, 1.13 sources, 1.8, 1.9 e2-0.1.8-06-08-09.patch, 1.1, NONE needs.rebuild, 1.1, NONE Message-ID: <200608312303.k7VN3nus014799@cvs-int.fedora.redhat.com> Author: cwickert Update of /cvs/extras/rpms/emelfm2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14776 Modified Files: .cvsignore emelfm2.spec sources Removed Files: e2-0.1.8-06-08-09.patch needs.rebuild Log Message: update to 0.2.0, remove needs.rebuild Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 6 Aug 2006 22:22:41 -0000 1.8 +++ .cvsignore 31 Aug 2006 23:03:11 -0000 1.9 @@ -1 +1 @@ -emelfm2-0.1.8.tar.gz +emelfm2-0.2.tar.gz Index: emelfm2.spec =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/emelfm2.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- emelfm2.spec 10 Aug 2006 23:20:09 -0000 1.12 +++ emelfm2.spec 31 Aug 2006 23:03:11 -0000 1.13 @@ -1,14 +1,13 @@ Name: emelfm2 -Version: 0.1.8 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: A file manager that implements the popular two-pane design Group: Applications/File License: GPL URL: http://emelfm2.net/ -Source0: http://emelfm2.net/rel/emelfm2-%{version}.tar.gz +Source0: http://emelfm2.net/rel/emelfm2-0.2.tar.gz Patch0: emelfm2-makefile.config.patch -Patch1: e2-0.1.8-06-08-09.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.6.0, gettext, desktop-file-utils @@ -21,8 +20,7 @@ opening an xterm. %prep -%setup -q -%patch1 -p0 -b .06-08-09 +%setup -qn emelfm2-0.2 %patch0 -p0 -b .orig sed -i 's!%PREFIX%'!'%{_prefix}!' Makefile.config # fix for x86_64 libs @@ -67,6 +65,9 @@ %changelog +* Mon Aug 28 2006 Christoph Wickert - 0.2.0-1 +- Update 0.2.0 + * Fri Aug 11 2006 Christoph Wickert - 0.1.8-2 - Include upstream's e2-0.1.8-06-08-09.patch to fix two serious bugs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/emelfm2/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 6 Aug 2006 22:22:41 -0000 1.8 +++ sources 31 Aug 2006 23:03:11 -0000 1.9 @@ -1 +1 @@ -3322a69e378fccb38272d0dd6d7c2f3e emelfm2-0.1.8.tar.gz +506f6a12779c23e589a55c778b648798 emelfm2-0.2.tar.gz --- e2-0.1.8-06-08-09.patch DELETED --- --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:16:41 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 31 Aug 2006 16:16:41 -0700 Subject: fedora-security/audit fc5,1.305,1.306 fc6,1.51,1.52 Message-ID: <200608312316.k7VNGfYR015022@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14997 Modified Files: fc5 fc6 Log Message: Note a new gdb issue. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.305 retrieving revision 1.306 diff -u -r1.305 -r1.306 --- fc5 31 Aug 2006 14:34:52 -0000 1.305 +++ fc5 31 Aug 2006 23:16:39 -0000 1.306 @@ -20,6 +20,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) #203432 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug +CVE-2006-4146 VULNERABLE (gdb) #204845 CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 backport (ImageMagick, fixed 6.2.9) #202773 [since FEDORA-2006-929] CVE-2006-4093 VULNERABLE (kernel, fixed 2.6.17.9) Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- fc6 31 Aug 2006 14:34:52 -0000 1.51 +++ fc6 31 Aug 2006 23:16:39 -0000 1.52 @@ -20,6 +20,7 @@ CVE-2006-4227 VULNERABLE (mysql, fixed 5.0.25,5.1.12) bz#203434 CVE-2006-4808 ignore (binutils, gas fixed 20050714) this is a bug CVE-2006-4807 ignore (binutils, gas fixed 20050721) this is a bug +CVE-2006-4146 VULNERABLE (gdb) CVE-2006-4145 VULNERABLE (kernel, fixed 2.6.17.10) CVE-2006-4144 VULNERABLE (ImageMagick, fixed 6.2.9) bz#202775 [fixed rawhide] CVE-2006-4093 VULERNABLE (kernel, fixed 2.6.17.9) From fedora-extras-commits at redhat.com Thu Aug 31 23:17:30 2006 From: fedora-extras-commits at redhat.com (Chris Weyl (cweyl)) Date: Thu, 31 Aug 2006 16:17:30 -0700 Subject: rpms/gaim-gaym/devel needs.rebuild,1.1,NONE Message-ID: <200608312317.k7VNHWr6015039@cvs-int.fedora.redhat.com> Author: cweyl Update of /cvs/extras/rpms/gaim-gaym/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14993 Removed Files: needs.rebuild Log Message: This package cannot currently be rebuilt as neither the release tarball nor SVN supports the level of gaim in devel. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:24:42 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:24:42 -0700 Subject: rpms/cal3d/devel needs.rebuild,1.1,NONE Message-ID: <200608312324.k7VNOiiG015111@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/cal3d/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15096 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:25:24 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:25:24 -0700 Subject: rpms/tagtool/devel needs.rebuild,1.1,NONE Message-ID: <200608312325.k7VNPQg8015147@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/tagtool/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15132 Removed Files: needs.rebuild Log Message: * Thu Aug 31 2006 Brian Pepple - 0.12.2-8 - Rebuild for FC6. --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:26:02 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:26:02 -0700 Subject: rpms/xchat-gnome/devel needs.rebuild,1.1,NONE Message-ID: <200608312326.k7VNQ4Hf015176@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/xchat-gnome/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15159 Removed Files: needs.rebuild Log Message: Rebuilt for FC6 and remove needs.rebuild file --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:26:05 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:26:05 -0700 Subject: rpms/osgcal/devel osgcal.spec,1.4,1.5 Message-ID: <200608312326.k7VNQbJ9015213@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15178 Modified Files: osgcal.spec Log Message: rebuild Index: osgcal.spec =================================================================== RCS file: /cvs/extras/rpms/osgcal/devel/osgcal.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- osgcal.spec 8 Jul 2006 22:01:28 -0000 1.4 +++ osgcal.spec 31 Aug 2006 23:26:04 -0000 1.5 @@ -1,6 +1,6 @@ Name: osgcal Version: 0.1.40 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Adapts OpenSceneGraph to use Cal3D Group: Development/Libraries License: LGPL @@ -69,6 +69,9 @@ %exclude %{_libdir}/*.a %changelog +* Thu Aug 31 2006 Christopher Stone 0.1.40-4 +- FC6 Rebuild + * Sat Jul 08 2006 Christopher Stone 0.1.40-3 - Rebuild against new cal3d From fedora-extras-commits at redhat.com Thu Aug 31 23:28:43 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:28:43 -0700 Subject: rpms/xscorch/devel needs.rebuild,1.1,NONE Message-ID: <200608312328.k7VNSjK9015290@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/xscorch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15275 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:29:44 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:29:44 -0700 Subject: rpms/smb4k/devel needs.rebuild,1.1,NONE Message-ID: <200608312329.k7VNTkbD015324@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/smb4k/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15309 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:30:42 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:30:42 -0700 Subject: rpms/pcb import.log,1.16,1.17 Message-ID: <200608312330.k7VNUiCF015407@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374 Modified Files: import.log Log Message: auto-import pcb-0.20060822-4 on branch FC-5 from pcb-0.20060822-4.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- import.log 25 Aug 2006 20:33:23 -0000 1.16 +++ import.log 31 Aug 2006 23:30:42 -0000 1.17 @@ -13,3 +13,4 @@ pcb-0_20060822-2:FC-5:pcb-0.20060822-2.src.rpm:1156537628 pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 +pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 From fedora-extras-commits at redhat.com Thu Aug 31 23:30:43 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:30:43 -0700 Subject: rpms/pcb/FC-5 pcb.spec,1.10,1.11 Message-ID: <200608312330.k7VNUjwd015411@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15374/FC-5 Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-4 on branch FC-5 from pcb-0.20060822-4.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/FC-5/pcb.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pcb.spec 25 Aug 2006 20:23:59 -0000 1.10 +++ pcb.spec 31 Aug 2006 23:30:42 -0000 1.11 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 2%{?dist} +Release: 4%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -13,6 +13,7 @@ BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils +Requires: m4 Source0: http://optusnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{pcbver}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -23,7 +24,7 @@ industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can -tremendously reduce layout time. +tremendously reduce layout time. %package doc Summary: Documentation for PCB, an interactive printed circuit board editor @@ -115,30 +116,19 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +- Added m4 as requires: to fix the error msg: +- can't find default font-symbol-file 'default_font' + +* Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 +- release for devel + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-2 - release for FC5 and minor fixes * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-1 - updated to 20060822's snapshot -* Wed Aug 23 2006 Chitlesh Goorah - 0.20060422-10 -- fixed icon in Kmenu - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-9 -- incremented the tag for FC-5 - -* Sun Aug 20 2006 Chitlesh Goorah - 0.20060422-8 -- splitting into pcb and pcb-doc - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-7 -- incremented the tag for devel - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-6 -- incremented the tag for FC-5 - -* Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-5 -- incremented the tag for FC-4 - * Wed Jul 11 2006 Chitlesh Goorah - 0.20060422-4 - pcbver corrected in pcb.desktop From fedora-extras-commits at redhat.com Thu Aug 31 23:33:29 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 16:33:29 -0700 Subject: rpms/gnome-applet-netspeed/devel gnome-applet-netspeed.spec, 1.9, 1.10 Message-ID: <200608312333.k7VNXVQI015548@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-netspeed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15530 Modified Files: gnome-applet-netspeed.spec Log Message: FC6 needs new BuildRequires Index: gnome-applet-netspeed.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-netspeed/devel/gnome-applet-netspeed.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnome-applet-netspeed.spec 31 Aug 2006 22:50:38 -0000 1.9 +++ gnome-applet-netspeed.spec 31 Aug 2006 23:33:29 -0000 1.10 @@ -1,6 +1,6 @@ Name: gnome-applet-netspeed Version: 0.13 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GNOME applet that shows traffic on a network device Group: Applications/Internet @@ -8,9 +8,10 @@ URL: http://mfcn.ilo.de/netspeed_applet Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pkgconfig, gettext, scrollkeeper +BuildRequires: pkgconfig, gettext, scrollkeeper, intltool +BuildRequires: perl-XML-Parser BuildRequires: libgnomeui-devel >= 2.8, libgtop2-devel -BuildRequires: gnome-panel-devel >= 2.8 +BuildRequires: gnome-panel-devel >= 2.8, libnotify-devel Requires(post): scrollkeeper Requires(postun): scrollkeeper Provides: netspeed_applet = %{version}-%{release} @@ -54,6 +55,9 @@ %changelog * Thu Aug 31 2006 Aaron Kurtz - 0.13-6 +- Add newly required BuildRequires + +* Thu Aug 31 2006 Aaron Kurtz - 0.13-6 - Rebuild for Fedora Extras 6 * Mon Feb 13 2006 Aaron Kurtz - 0.13-5 From fedora-extras-commits at redhat.com Thu Aug 31 23:34:45 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:34:45 -0700 Subject: rpms/istanbul/FC-5 istanbul.spec,1.6,1.7 Message-ID: <200608312334.k7VNYlrP015635@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15618 Modified Files: istanbul.spec Log Message: * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/FC-5/istanbul.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- istanbul.spec 23 Mar 2006 22:44:58 -0000 1.6 +++ istanbul.spec 31 Aug 2006 23:34:45 -0000 1.7 @@ -8,11 +8,12 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.1.1 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul Source: http://http://live.hujjat.org/istanbul-%{version}.tar.bz2 +Patch: istanbul-context-menu.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: pygtk2 >= %{pygtk2_version} @@ -40,6 +41,7 @@ %prep %setup -q +%patch -p0 %build #aclocal @@ -95,6 +97,9 @@ %{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 +- Applied contributed patch to fix context menu bug #204032 + * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 - attempt to fix 64bit build failures do to unpackaged la From fedora-extras-commits at redhat.com Thu Aug 31 23:36:18 2006 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 31 Aug 2006 16:36:18 -0700 Subject: rpms/liferea/devel .cvsignore, 1.33, 1.34 liferea.spec, 1.47, 1.48 sources, 1.34, 1.35 Message-ID: <200608312336.k7VNaK0e015741@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/liferea/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15664 Modified Files: .cvsignore liferea.spec sources Log Message: * Thu Aug 31 2006 Brian Pepple - 1.0.22-1 - Update to 1.0.22. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- .cvsignore 10 Aug 2006 18:29:25 -0000 1.33 +++ .cvsignore 31 Aug 2006 23:36:18 -0000 1.34 @@ -1 +1 @@ -liferea-1.0.21.tar.gz +liferea-1.0.22.tar.gz Index: liferea.spec =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- liferea.spec 10 Aug 2006 18:29:25 -0000 1.47 +++ liferea.spec 31 Aug 2006 23:36:18 -0000 1.48 @@ -1,8 +1,8 @@ %define with_dbus 1 Name: liferea -Version: 1.0.21 -Release: 3%{?dist} +Version: 1.0.22 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -108,6 +108,9 @@ %changelog +* Thu Aug 31 2006 Brian Pepple - 1.0.22-1 +- Update to 1.0.22. + * Thu Aug 10 2006 Brian Pepple - 1.0.21-3 - Update to 1.0.21. - Bump firefox version to 1.5.0.6. Index: sources =================================================================== RCS file: /cvs/extras/rpms/liferea/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 10 Aug 2006 18:29:25 -0000 1.34 +++ sources 31 Aug 2006 23:36:18 -0000 1.35 @@ -1 +1 @@ -4230b2267d7a69e902ecdca9fbd0a498 liferea-1.0.21.tar.gz +dd252e0833ad745d6f7ee3a0b2114bff liferea-1.0.22.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 23:37:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:37:05 -0700 Subject: rpms/krusader/devel needs.rebuild,1.1,NONE Message-ID: <200608312337.k7VNb7YY015819@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/krusader/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15804 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:37:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:37:30 -0700 Subject: rpms/pcb import.log,1.17,1.18 Message-ID: <200608312337.k7VNbWPr015887@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15856 Modified Files: import.log Log Message: auto-import pcb-0.20060822-4 on branch devel from pcb-0.20060822-4.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 31 Aug 2006 23:30:42 -0000 1.17 +++ import.log 31 Aug 2006 23:37:29 -0000 1.18 @@ -14,3 +14,4 @@ pcb-0_20060822-2:HEAD:pcb-0.20060822-2.src.rpm:1156537752 pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 +pcb-0_20060822-4:HEAD:pcb-0.20060822-4.src.rpm:1157067665 From fedora-extras-commits at redhat.com Thu Aug 31 23:37:30 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:37:30 -0700 Subject: rpms/pcb/devel pcb.spec,1.13,1.14 needs.rebuild,1.1,NONE Message-ID: <200608312337.k7VNbWjl015891@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15856/devel Modified Files: pcb.spec Removed Files: needs.rebuild Log Message: auto-import pcb-0.20060822-4 on branch devel from pcb-0.20060822-4.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pcb.spec 25 Aug 2006 20:33:24 -0000 1.13 +++ pcb.spec 31 Aug 2006 23:37:30 -0000 1.14 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 3%{?dist} +Release: 4%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -13,6 +13,7 @@ BuildRequires: tcl, bison, flex, gawk, ImageMagick, gtk2-devel, gd-devel, fontconfig-devel BuildRequires: cups, tetex-latex, libICE-devel, desktop-file-utils +Requires: m4 Source0: http://optusnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{pcbver}.tar.gz Source1: %{name}.desktop Source2: %{name}.png @@ -23,7 +24,7 @@ industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process. PCB offers high end features such as an autorouter and trace optimizer which can -tremendously reduce layout time. +tremendously reduce layout time. %package doc Summary: Documentation for PCB, an interactive printed circuit board editor @@ -115,6 +116,10 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 +- Added m4 as requires: to fix the error msg: +- can't find default font-symbol-file 'default_font' + * Fri Aug 25 2006 Chitlesh Goorah - 0.20060822-3 - release for devel --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:39:05 2006 From: fedora-extras-commits at redhat.com (Marcin Garski (mgarski)) Date: Thu, 31 Aug 2006 16:39:05 -0700 Subject: rpms/digikam/devel needs.rebuild,1.1,NONE Message-ID: <200608312339.k7VNd7R0015988@cvs-int.fedora.redhat.com> Author: mgarski Update of /cvs/extras/rpms/digikam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15966 Removed Files: needs.rebuild Log Message: - Rebuild went fine --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:39:26 2006 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Thu, 31 Aug 2006 16:39:26 -0700 Subject: fedora-security/audit fc5,1.306,1.307 fc6,1.52,1.53 Message-ID: <200608312339.k7VNdQxR016018@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/fedora/fedora-security/audit In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15996 Modified Files: fc5 fc6 Log Message: Note a new libtiff CVE id. Index: fc5 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc5,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- fc5 31 Aug 2006 23:16:39 -0000 1.306 +++ fc5 31 Aug 2006 23:39:24 -0000 1.307 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable Index: fc6 =================================================================== RCS file: /cvs/fedora/fedora-security/audit/fc6,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- fc6 31 Aug 2006 23:16:39 -0000 1.52 +++ fc6 31 Aug 2006 23:39:24 -0000 1.53 @@ -3,6 +3,7 @@ ** are items that need attention +CVE-2006-4507 ignore (libtiff) can't reproduce CVE-2006-4455 ignore (xchat) client DoS CVE-2006-4447 ** xorg CVE-2006-4434 ignore (sendmail, fixed 8.13.8) not exploitable From fedora-extras-commits at redhat.com Thu Aug 31 23:40:05 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:40:05 -0700 Subject: rpms/istanbul/FC-5 istanbul-context-menu.patch,NONE,1.1 Message-ID: <200608312340.k7VNe7Em016078@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16057 Added Files: istanbul-context-menu.patch Log Message: * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 istanbul-context-menu.patch: --- NEW FILE istanbul-context-menu.patch --- --- istanbul/main/main.py.orig 2006-08-22 14:27:39.000000000 -0400 +++ istanbul/main/main.py 2006-08-22 14:27:43.000000000 -0400 @@ -82,6 +82,7 @@ self.popupmenu.popup(None, None, None, 3, gtk.get_current_event_time()) self.popupmenu.show_all() + self.popupmenu.reposition() def _settings(self, button): # show settings dialog From fedora-extras-commits at redhat.com Thu Aug 31 23:43:09 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:43:09 -0700 Subject: rpms/istanbul/FC-5 istanbul.spec,1.7,1.8 Message-ID: <200608312343.k7VNhBCu016152@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16135 Modified Files: istanbul.spec Log Message: * Thu Aug 31 2006 Jason Tibbitts - 0.1.1-11 - Rebuild. Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/FC-5/istanbul.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- istanbul.spec 31 Aug 2006 23:34:45 -0000 1.7 +++ istanbul.spec 31 Aug 2006 23:43:09 -0000 1.8 @@ -8,7 +8,7 @@ Summary: Desktop Session Recorder Name: istanbul Version: 0.1.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -97,6 +97,9 @@ %{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog +* Thu Aug 31 2006 Jason Tibbitts - 0.1.1-11 +- Rebuild. + * Wed Aug 30 2006 Jef Spaleta - 0.1.1-10 - Applied contributed patch to fix context menu bug #204032 From fedora-extras-commits at redhat.com Thu Aug 31 23:45:23 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:45:23 -0700 Subject: rpms/osgcal/devel needs.rebuild,1.1,NONE Message-ID: <200608312345.k7VNjPjU016228@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/osgcal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16213 Removed Files: needs.rebuild Log Message: rebuilt --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:45:54 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:45:54 -0700 Subject: rpms/istanbul import.log,1.2,1.3 Message-ID: <200608312346.k7VNkQk4016384@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276 Modified Files: import.log Log Message: auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/istanbul/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 27 Jul 2005 01:29:11 -0000 1.2 +++ import.log 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1,2 @@ istanbul-0_1_1-4:HEAD:istanbul-0.1.1-4.src.rpm:1122427747 +istanbul-0_2_1-0_fc6:HEAD:istanbul-0.2.1-0.fc6.src.rpm:1157067950 From fedora-extras-commits at redhat.com Thu Aug 31 23:45:54 2006 From: fedora-extras-commits at redhat.com (Jason Tibbitts (tibbs)) Date: Thu, 31 Aug 2006 16:45:54 -0700 Subject: rpms/istanbul/devel .cvsignore, 1.2, 1.3 istanbul.spec, 1.6, 1.7 sources, 1.2, 1.3 needs.rebuild, 1.1, NONE Message-ID: <200608312346.k7VNkQCJ016389@cvs-int.fedora.redhat.com> Author: tibbs Update of /cvs/extras/rpms/istanbul/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16276/devel Modified Files: .cvsignore istanbul.spec sources Removed Files: needs.rebuild Log Message: auto-import istanbul-0.2.1-0.fc6 on branch devel from istanbul-0.2.1-0.fc6.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Jul 2005 01:29:11 -0000 1.2 +++ .cvsignore 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1 @@ -istanbul-0.1.1.tar.bz2 +istanbul-0.2.1.tar.bz2 Index: istanbul.spec =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/istanbul.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- istanbul.spec 23 Mar 2006 22:23:16 -0000 1.6 +++ istanbul.spec 31 Aug 2006 23:45:54 -0000 1.7 @@ -1,14 +1,13 @@ -%define gstreamer_version 0.8.7 -%define gstreamer_plugins_version 0.8.9 -%define pygtk2_version 2.6.0 - +%define gstreamer_version 0.10.9 +%define gstreamer_plugins_version 0.10.3 +%define pygtk2_version 2.8.6 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_pytho\n_lib()")} Summary: Desktop Session Recorder Name: istanbul -Version: 0.1.1 -Release: 9 +Version: 0.2.1 +Release: 0%{?dist} License: GPL Group: Applications/Multimedia URL: http://live.gnome.org/Istanbul @@ -17,16 +16,22 @@ Requires: pygtk2 >= %{pygtk2_version} Requires: gnome-desktop >= 2.6.0 -Requires: gstreamer08 >= %gstreamer_version -Requires: gstreamer08-plugins >= %gstreamer_plugins_version -Requires: gstreamer08-python +Requires: gstreamer >= %gstreamer_version +Requires: gstreamer-plugins-good >= %gstreamer_plugins_version +Requires: gstreamer-python +Requires: gnome-python2-libegg +Requires: gnome-python2-gconf +Requires: gnome-python2-extras BuildRequires: python, python-devel BuildRequires: pygtk2-devel >= %{pygtk2_version} +BuildRequires: gnome-python2-extras BuildRequires: desktop-file-utils -BuildRequires: gstreamer08-plugins-devel >= %gstreamer_plugins_version -BuildRequires: gstreamer08-python-devel, gtk2-devel - +BuildRequires: gstreamer-devel >= %{gstreamer_version} +BuildRequires: gstreamer-plugins-good-devel >= %gstreamer_plugins_version +BuildRequires: gstreamer-python-devel, gtk2-devel +BuildRequires: perl-XML-Parser +BuildRequires: gettext %description Istanbul is a desktop session recorder. You can use it to record your desktop session and then play it back for demos, tutorials and @@ -53,14 +58,14 @@ %install rm -rf $RPM_BUILD_ROOT %makeinstall -rm -f $RPM_BUILD_ROOT%{python_sitelib}/%{name}/extern/pytrayicon/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/*.la desktop-file-install --vendor gnome --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora-Extra \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop -#%find_lang %{name} +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT @@ -69,30 +74,36 @@ #%postun -#%files -f %{name}.lang -%files +%files -f %{name}.lang +#%files %defattr(-,root,root,-) #%doc AUTHORS COPYING ChangeLog NEWS README %doc COPYING ChangeLog %{_bindir}/%{name} %{_datadir}/applications/gnome-%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%dir %{_datadir}/%{name} -%dir %{_datadir}/%{name}/glade -%{_datadir}/%{name}/glade/prefs.glade +%{_sysconfdir}/gconf/schemas/istanbul.schemas +#%dir %{_datadir}/%{name} +#%dir %{_datadir}/%{name}/glade +#%{_datadir}/%{name}/glade/prefs.glade %dir %{python_sitelib}/%{name} %{python_sitelib}/%{name}/*.py* -%dir %{python_sitelib}/%{name}/extern -%{python_sitelib}/%{name}/extern/*.py* -%dir %{python_sitelib}/%{name}/extern/pytrayicon -%{python_sitelib}/%{name}/extern/pytrayicon/*.py* -%{python_sitelib}/%{name}/extern/pytrayicon/*.so* + +#%dir %{python_sitelib}/%{name}/extern +#%{python_sitelib}/%{name}/extern/*.py* +#%dir %{python_sitelib}/%{name}/extern/pytrayicon +#%{python_sitelib}/%{name}/extern/pytrayicon/*.py* + +%{_libdir}/gstreamer-0.10/libistximagesrc.so +%{_libdir}/gstreamer-0.10/libistximagesrc.so.* %dir %{python_sitelib}/%{name}/main %{python_sitelib}/%{name}/main/*.py* %dir %{python_sitelib}/%{name}/configure %{python_sitelib}/%{name}/configure/*.py* -%{python_sitelib}/%{name}/extern/pytrayicon/*.so* +%{_mandir}/man1/istanbul.1.gz + +#%{python_sitelib}/%{name}/extern/pytrayicon/*.so* %changelog * Thu Mar 23 2006 Jef Spaleta - 0.1.1-9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/istanbul/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Jul 2005 01:29:11 -0000 1.2 +++ sources 31 Aug 2006 23:45:54 -0000 1.3 @@ -1 +1 @@ -360f0225c916e81eed459e9915caf317 istanbul-0.1.1.tar.bz2 +a28cad50f8e29bdce6f8a61af7932539 istanbul-0.2.1.tar.bz2 --- needs.rebuild DELETED --- From fedora-extras-commits at redhat.com Thu Aug 31 23:46:25 2006 From: fedora-extras-commits at redhat.com (Christopher Stone (xulchris)) Date: Thu, 31 Aug 2006 16:46:25 -0700 Subject: rpms/openalpp/devel openalpp.spec,1.8,1.9 Message-ID: <200608312346.k7VNkR7X016394@cvs-int.fedora.redhat.com> Author: xulchris Update of /cvs/extras/rpms/openalpp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16368 Modified Files: openalpp.spec Log Message: rebuild Index: openalpp.spec =================================================================== RCS file: /cvs/extras/rpms/openalpp/devel/openalpp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- openalpp.spec 13 Jul 2006 09:08:11 -0000 1.8 +++ openalpp.spec 31 Aug 2006 23:46:25 -0000 1.9 @@ -1,6 +1,6 @@ Name: openalpp Version: 20060405 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Object Oriented version of OpenAL Group: System Environment/Libraries License: LGPL @@ -59,6 +59,9 @@ %exclude %{_libdir}/*.la %changelog +* Thu Aug 31 2006 Christopher Stone 20060405-11 +- FC6 Rebuild + * Wed Jul 12 2006 Christopher Stone 20060405-10 - Add patch to link properly From fedora-extras-commits at redhat.com Thu Aug 31 23:46:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:46:17 -0700 Subject: rpms/pcb import.log,1.18,1.19 Message-ID: <200608312346.k7VNknBo016477@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333 Modified Files: import.log Log Message: auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm added required m4 Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pcb/import.log,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- import.log 31 Aug 2006 23:37:29 -0000 1.18 +++ import.log 31 Aug 2006 23:46:16 -0000 1.19 @@ -15,3 +15,4 @@ pcb-0_20060822-3:HEAD:pcb-0.20060822-3.src.rpm:1156538194 pcb-0_20060822-4:FC-5:pcb-0.20060822-4.src.rpm:1157067257 pcb-0_20060822-4:HEAD:pcb-0.20060822-4.src.rpm:1157067665 +pcb-0_20060822-5:HEAD:pcb-0.20060822-5.src.rpm:1157068192 From fedora-extras-commits at redhat.com Thu Aug 31 23:46:17 2006 From: fedora-extras-commits at redhat.com (Chitlesh GOORAH (chitlesh)) Date: Thu, 31 Aug 2006 16:46:17 -0700 Subject: rpms/pcb/devel pcb.spec,1.14,1.15 Message-ID: <200608312346.k7VNkncC016481@cvs-int.fedora.redhat.com> Author: chitlesh Update of /cvs/extras/rpms/pcb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16333/devel Modified Files: pcb.spec Log Message: auto-import pcb-0.20060822-5 on branch devel from pcb-0.20060822-5.src.rpm added required m4 Index: pcb.spec =================================================================== RCS file: /cvs/extras/rpms/pcb/devel/pcb.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pcb.spec 31 Aug 2006 23:37:30 -0000 1.14 +++ pcb.spec 31 Aug 2006 23:46:17 -0000 1.15 @@ -2,7 +2,7 @@ Name: pcb Version: 0.%{pcbver} -Release: 4%{?dist} +Release: 5%{?dist} Summary: An interactive printed circuit board editor License: GPL @@ -116,6 +116,9 @@ %{_datadir}/%{name}/tutorial/ %Changelog +* Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-5 +- release for devel + * Fri Sep 01 2006 Chitlesh Goorah - 0.20060822-4 - Added m4 as requires: to fix the error msg: - can't find default font-symbol-file 'default_font' From fedora-extras-commits at redhat.com Thu Aug 31 23:50:56 2006 From: fedora-extras-commits at redhat.com (Anthony Green (green)) Date: Thu, 31 Aug 2006 16:50:56 -0700 Subject: rpms/rssowl/FC-5 .cvsignore, 1.3, 1.4 rssowl-swt31-SortingSelectionAdapter.patch, 1.1, 1.2 rssowl-swt31.patch, 1.2, 1.3 rssowl.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200608312350.k7VNoxBI016678@cvs-int.fedora.redhat.com> Author: green Update of /cvs/extras/rpms/rssowl/FC-5 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16647 Modified Files: .cvsignore rssowl-swt31-SortingSelectionAdapter.patch rssowl-swt31.patch rssowl.spec sources Log Message: Update to 1.2.2. Fix zip bug. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 May 2006 17:24:01 -0000 1.3 +++ .cvsignore 31 Aug 2006 23:50:56 -0000 1.4 @@ -1,2 +1 @@ -rssowl_1_2_src_clean.tar.gz -rssowl_1_2_1_src.tar.gz +rssowl_1_2_2_src.tar.gz rssowl-swt31-SortingSelectionAdapter.patch: Index: rssowl-swt31-SortingSelectionAdapter.patch =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31-SortingSelectionAdapter.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rssowl-swt31-SortingSelectionAdapter.patch 6 May 2006 17:24:01 -0000 1.1 +++ rssowl-swt31-SortingSelectionAdapter.patch 31 Aug 2006 23:50:56 -0000 1.2 @@ -12,7 +12,7 @@ * header is clicked and update it. * * @author Ludovic Kim-Xuan Galibert -- * @version 1.2.1 +- * @version 1.2.2 + * @version 1.1.3 */ public class SortingSelectionAdapter extends SelectionAdapter { rssowl-swt31.patch: Index: rssowl-swt31.patch =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl-swt31.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rssowl-swt31.patch 6 May 2006 17:24:01 -0000 1.2 +++ rssowl-swt31.patch 31 Aug 2006 23:50:56 -0000 1.3 @@ -12,7 +12,7 @@ * Table. A selection on a newstitle will open it inside the Newstext panel. * * @author Benjamin Pasero -- * @version 1.2.1 +- * @version 1.2.2 + * @version 1.1.3 */ public class NewsfeedPanel { Index: rssowl.spec =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/rssowl.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- rssowl.spec 8 May 2006 13:46:36 -0000 1.9 +++ rssowl.spec 31 Aug 2006 23:50:56 -0000 1.10 @@ -1,6 +1,6 @@ %define name rssowl -%define version 1.2.1 -%define release 2%{?dist} +%define version 1.2.2 +%define release 1%{?dist} %define jdk java Name: %name @@ -10,7 +10,7 @@ License: CPL Group: Applications/Internet URL: http://www.rssowl.org -Source0: rssowl_1_2_1_src.tar.gz +Source0: rssowl_1_2_2_src.tar.gz Source1: %{name}.script Source2: %{name}.desktop Patch0: %{name}-use-jce.patch @@ -51,7 +51,7 @@ integrierte Browser. %prep -%setup -q -n rssowl_1_2_1_src +%setup -q -n rssowl_1_2_2_src %patch0 -p0 %patch1 -p0 %patch2 -p0 @@ -69,6 +69,14 @@ cd src ant deploy_linux +# Work around libgcj zip bug (fixed upstream, but not in FC5) +cd .. +mkdir zipbug +cd zipbug +unzip ../rssowl.jar +jar c0f ../rssowl.jar * +cd .. + %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_javadir} @@ -140,6 +148,11 @@ %{_libdir}/gcj/%{name} %changelog +* Thu Aug 31 2006 Anthony Green - 1.2.2-1 +- Upgrade sources to 1.2.2. +- Repackage .jar file as uncompressed to work around upstream libgcj + bug (since fixed). Thanks tromey! + * Mon May 8 2006 Anthony Green - 1.2.1-2 - Fix bugzilla #191044 - postinstall scriptlet typo error. Thanks to Chien-Chung Yeh for the fix. Index: sources =================================================================== RCS file: /cvs/extras/rpms/rssowl/FC-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 May 2006 17:24:01 -0000 1.3 +++ sources 31 Aug 2006 23:50:56 -0000 1.4 @@ -1,2 +1 @@ -d440e36983de3dba0239b4f1020f0837 rssowl_1_2_src_clean.tar.gz -be9c070343aa145807e1e708ed535a9b rssowl_1_2_1_src.tar.gz +d28007e0c0a09f163d4e98177657dc2e rssowl_1_2_2_src.tar.gz From fedora-extras-commits at redhat.com Thu Aug 31 23:54:52 2006 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Thu, 31 Aug 2006 16:54:52 -0700 Subject: rpms/gnome-applet-sensors/devel .cvsignore, 1.5, 1.6 gnome-applet-sensors.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <200608312354.k7VNssjQ016754@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/gnome-applet-sensors/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16733 Modified Files: .cvsignore gnome-applet-sensors.spec sources Log Message: Version bump Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 12 Feb 2006 00:39:36 -0000 1.5 +++ .cvsignore 31 Aug 2006 23:54:52 -0000 1.6 @@ -1 +1 @@ -sensors-applet-1.6.tar.gz +sensors-applet-1.7.8.tar.gz Index: gnome-applet-sensors.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/gnome-applet-sensors.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-applet-sensors.spec 14 Feb 2006 04:25:15 -0000 1.7 +++ gnome-applet-sensors.spec 31 Aug 2006 23:54:52 -0000 1.8 @@ -1,6 +1,6 @@ Name: gnome-applet-sensors -Version: 1.6 -Release: 3%{?dist} +Version: 1.7.8 +Release: 1%{?dist} Summary: Gnome panel applet for hardware sensors Group: User Interface/Desktops @@ -12,7 +12,7 @@ BuildRequires: gettext, gnome-doc-utils BuildRequires: gnome-panel-devel >= 2.8 -Requires: lm_sensors +BuildRequires: lm_sensors-devel, libnotify-devel BuildRequires: scrollkeeper Requires(post): scrollkeeper Requires(postun): scrollkeeper @@ -43,13 +43,14 @@ %build -%configure --disable-scrollkeeper +%configure --disable-scrollkeeper --enable-libnotify make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall +rm $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/icon-theme.cache # Note: the find_lang macro requires gettext %find_lang sensors-applet @@ -74,9 +75,12 @@ %{_datadir}/omf/sensors-applet/ %{_datadir}/gnome/help/sensors-applet/ %{_datadir}/pixmaps/sensors-applet/ - +%{_datadir}/icons/hicolor/*/*/* %changelog +* Thu Aug 31 2006 Aaron Kurtz - 1.7.8-1 +- Rebuild for Fedora Core 6, bump version + * Mon Feb 13 2006 Aaron Kurtz - 1.6-3 - Rebuild for Fedora Extras 5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-sensors/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 12 Feb 2006 00:39:36 -0000 1.5 +++ sources 31 Aug 2006 23:54:52 -0000 1.6 @@ -1 +1 @@ -544d97bb862257c5c9613af5b6e013ce sensors-applet-1.6.tar.gz +0d71eaae6f4bad3c1b6d44d71929d954 sensors-applet-1.7.8.tar.gz